linux-kernel mailing list

FromSubjectsort iconDate
John R Moser
UML and VMI ... how does UML work?
I've been googling around but can't find a good resource for technically how UML works. I'm thinking about specifically the task of implementing a virtualization platform without kernel hooks... this lead me to dancing around checking out existing technology and noticing claims that UML can run on an unmodified kernel without special needs. In short, I'm curious about how UML works because I'm interested in knowing if it's theoretically possible to remove the UML code (i.e. compile it out) and the...
May 19, 7:58 pm 2008
David Brownell
[patch 2.6.26-rc3] gpio: build fixes (mostly potential)
This fixes various gpio-related build errors (mostly potential) reported by Russell King and Uwe Kleine-König. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> --- include/asm-generic/gpio.h | 4 +++- include/linux/gpio.h | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) --- a/include/asm-generic/gpio.h 2008-05-19 14:59:51.000000000 -0700 +++ b/include/asm-generic/gpio.h 2008-05-19 15:05:18.000000000 -0700 @@ -3,6 +3,8 @@ #ifdef CONFIG_HAVE_GPIO_LIB...
May 19, 6:50 pm 2008
Arnd Bergmann
[PATCH 2/3, RFC] watchdog dev BKL pushdown
The Big Kernel Lock has been pushed down from chardev_open to misc_open, this change moves it to the individual watchdog driver open functions. As before, the change was purely mechanical, most drivers should actually not need the BKL. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Index: linux-2.6/drivers/watchdog/acquirewdt.c =================================================================== --- linux-2.6.orig/drivers/watchdog/acquirewdt.c +++ linux-2.6/drivers/watchdog/acquirewdt.c @...
May 19, 7:14 pm 2008
Jeff Garzik
[git patches] libata updates
sata_mv, sata_promise and PMP fixes Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git upstream-linus to receive the following updates: drivers/ata/libata-acpi.c | 75 ++++++++++------ drivers/ata/libata-core.c | 40 +++++---- drivers/ata/libata-eh.c | 207 +++++++++++++++++++++++------------------- drivers/ata/libata-pmp.c | 44 +++++----- drivers/ata/libata-scsi.c | 6 -- drivers/ata/pata_ali.c | 10...
May 19, 6:57 pm 2008
Steven Rostedt
2.6.25.4-rt2
We are pleased to announce the 2.6.25.4-rt2 tree, which can be downloaded from the location: http://rt.et.redhat.com/download/ Information on the RT patch can be found at: http://rt.wiki.kernel.org/index.php/Main_Page Changes since 2.6.25.4-rt1 - lateral lock stealing (Gregory Haskins) - rtmutex rearrange logic (Gregory Haskins) - rtmutex remove double xchg (Steven Rostedt) - adaptive spinlocks (Gregory Haskins, Sven Deitrich, Peter Morreale, and...
May 19, 6:43 pm 2008
Kasper Sandberg
Re: 2.6.25.4-rt2
Forgive me if i ask an obvious stupid question. But what is the status of this -rt tree for .25 in relation with the BKL stuff? --
May 19, 7:19 pm 2008
Steven Rostedt
Re: 2.6.25.4-rt2
Well, the BKL is still a semaphore in 25. For my hackbench runs, I have: [root@bxrhel51 c]# cat hack-test-2.6.25.4-rt2 Time: 4.937 Time: 4.842 Time: 4.877 Time: 4.905 Time: 4.924 Time: 4.781 Time: 4.927 Time: 4.871 Time: 5.181 Time: 4.866 Which is a bit slower than 2.6.24.7-rt7: [root@bxrhel51 c]# cat hack-test-2.6.24.7-rt7 Time: 4.789 Time: 4.824 Time: 4.807 Time: 4.867 Time: 4.802 Time: 4.799 Time: 4.823 Time: 4.855 Time: 4.873 Time: 4.833 But then I checked the base...
May 19, 7:44 pm 2008
Kasper Sandberg
Re: 2.6.25.4-rt2
I just asked because i have read a bit of the discussion, and have personally noticed that there is no option to "preempt the bkl" in my .25 configuration --
May 19, 7:43 pm 2008
Dave Jones
[AGP] Add a missing via-agp module alias.
Whilst trying to discern what could possibly be in the no-source-provided version of via-agp that VIA are distributing on linux.via.com.tw, I noticed in the modinfo output that they supported an extra alias. Further digging revealed it was for PCI ID 0x0364, which we added in commit 32ddef98f232585f20bc8bdb891029a6a5f633d0 last year, but we didn't add the corresponding entry in the pci_device_id table, so it doesn't get auto-loaded on that hardware. [hopefully this is the only difference between ...
May 19, 6:39 pm 2008
Stan Cunningham
ASUS SplashTop and Phoenix Hyperspace infringing kernel copy...
Hi, SplashTop is an extension of BIOS that runs on the Linux kernel and has been distributed by ASUS on certain high-end motherboards and laptops since October, 2007. In May 2008, ASUS announced that it will ship SplashTop on *ALL* its motherboards. The problem is that ever since SplashTop's inception ASUS has been infringing on the copyright of Linux kernel contributors. SplashTop's so-called source code (http://www.splashtop.com/download3.php?token=1bfb156d0cd5fef5df4a43ad2b46a531) contains a few pa...
May 19, 6:39 pm 2008
Chris Snook
Re: ASUS SplashTop and Phoenix Hyperspace infringing kernel ...
Out of curiosity, have you tried asking them nicely? ASUS seems to be pretty responsive when oversights like this are pointed out to them. Of course, if you start with a lawsuit threat you're inclined to hit the slow path (legal) rather than the fast path (support/community relations). I have no idea how responsive Phoenix is to issues like this, but a friendly request goes over much better than a shot across the bow. -- Chris --
May 19, 6:57 pm 2008
Adrian Bunk
[2.6 patch] NTFS: update homepage
This patch updates the location of the NTFS homepage in several files. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- Documentation/filesystems/ntfs.txt | 4 ++-- MAINTAINERS | 2 +- fs/Kconfig | 2 +- fs/ntfs/usnjrnl.h | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) 8853ddf5282c534fa4d187aeaf896c6d4c6baba9 diff --git a/Documentation/filesystems/ntfs.txt b/Documentation/filesystems/ntfs.txt index...
May 19, 6:09 pm 2008
Adrian Bunk
[RFC: 2.6 patch] MAINTAINERS: remove SIS 5513 IDE entry
- maintainer has not been active for years - URLs no longer exist - covered by the IDE SUBSYSTEM entry Signed-off-by: Adrian Bunk <bunk@kernel.org> --- 277a244cfa665db347cc0c2ec27b19d73fd0ee2a diff --git a/MAINTAINERS b/MAINTAINERS index af69cab..0220ce9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3623,13 +3623,6 @@ M: romieu@fr.zoreil.com L: netdev@vger.kernel.org S: Maintained -SIS 5513 IDE CONTROLLER DRIVER -P: Lionel Bouton -M: Lionel.Bouton@inet6.fr -W: [ message continues ]
" title="http://inet6.dyn...">http://inet6.dyn...
May 19, 6:09 pm 2008
Adrian Bunk
Re: [RFC: 2.6 patch] MAINTAINERS: remove SIS 5513 IDE entry
cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed --
May 19, 6:35 pm 2008
Adrian Bunk
[2.6 patch] MAINTAINERS: remove HGA FRAMEBUFFER DRIVER entry
- maintainer has not been active for years - maintainer email bounces - URL no longer exists - covered by the FRAMEBUFFER LAYER entry Signed-off-by: Adrian Bunk <bunk@kernel.org> --- fc7a740aef47772e5417c71f52aa9726eb5c716d diff --git a/MAINTAINERS b/MAINTAINERS index 2f74092..af69cab 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1822,13 +1822,6 @@ M: zippel@linux-m68k.org L: linux-kernel@vger.kernel.org S: Maintained -HGA FRAMEBUFFER DRIVER -P: Ferenc Bakonyi -M: fero@drama.o...
May 19, 6:09 pm 2008
Adrian Bunk
[2.6 patch] m68k: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- arch/m68k/sun3/idprom.c | 2 +- arch/m68k/sun3/prom/Makefile | 1 - arch/m68k/sun3/prom/console.c | 2 +- arch/m68k/sun3/prom/init.c | 2 +- arch/m68k/sun3/prom/misc.c | 2 +- arch/m68k/sun3/prom/printf.c | 2 +- drivers/zorro/proc.c | 2 -- drivers/zorro/zorro.c | 2 -- drivers/zorro/zorro.ids ...
May 19, 6:09 pm 2008
Adrian Bunk
[2.6 patch] bridge: update URL
This patch updates the URL of the bridge homepage. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- Documentation/networking/bridge.txt | 2 +- MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 442926ef29170feab89570cbe478e8dff2946f6d diff --git a/Documentation/networking/bridge.txt b/Documentation/networking/bridge.txt index bdae2db..bec69a8 100644 --- a/Documentation/networking/bridge.txt +++ b/Documentation/networking/bridge.txt @@...
May 19, 6:08 pm 2008
Adrian Bunk
[2.6 patch] MAINTAINERS: update ACPI homepage
This patch updates the location of the ACPI homepage in MAINTAINERS. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- MAINTAINERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) c794b6dd555942426b3cdbf51519e4ea5c642721 diff --git a/MAINTAINERS b/MAINTAINERS index 4127b9e..bfbe353 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -228,21 +228,21 @@ ACPI BATTERY DRIVERS P: Alexey Starikovskiy M: astarikovskiy@suse.de L: linux-acpi@vger.kernel.org -W: [ message continues ]
" title="http://acpi.s...">http://acpi.s...
May 19, 6:08 pm 2008
Adrian Bunk
[2.6 patch] Alpha Miata: remove dead URL
This patch removes a dead URL. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- deb4137671451a172bc7b9ed62cae9fbfd1decba diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 729cdbd..97d58e8 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -224,8 +224,7 @@ config ALPHA_MIATA bool "Miata" help The Digital PersonalWorkStation (PWS 433a, 433au, 500a, 500au, 600a, - or 600au). There is an Installation HOWTO for this hardware at - <http://eijk.homelinux.org/...
May 19, 6:08 pm 2008
Adrian Bunk
[2.6 patch] fs/nfs/nfsroot.c: remove CVS keyword
This patch removes a CVS keyword that wasn't updated for a long time from a comment. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- b1b2f95e28139a739561c0f4257d9d36bee2d603 diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c index 531379d..15afe3a 100644 --- a/fs/nfs/nfsroot.c +++ b/fs/nfs/nfsroot.c @@ -1,6 +1,4 @@ /* - * $Id: nfsroot.c,v 1.45 1998/03/07 10:44:46 mj Exp $ - * * Copyright (C) 1995, 1996 Gero Kuhlmann <gero@gkminix.han.de> * * Allow an NFS filesystem t...
May 19, 6:08 pm 2008
Adrian Bunk
[2.6 patch] asm-h8300/md.h: remove CVS keyword
This patch removes a CVS keyword that wasn't updated for a long time from a comment. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- 0bda44fc75018619bac248acd44c04c41b96fee9 diff --git a/include/asm-h8300/md.h b/include/asm-h8300/md.h index 1a47dc6..1b7300e 100644 --- a/include/asm-h8300/md.h +++ b/include/asm-h8300/md.h @@ -1,4 +1,4 @@ -/* $Id: md.h,v 1.1 2002/11/19 02:09:26 gerg Exp $ +/* * md.h: High speed xor_block operation for RAID4/5 * */ --
May 19, 6:07 pm 2008
Adrian Bunk
[2.6 patch] powerpc/mm/hash_low_32.S: remove CVS keyword
This patch removes a CVS keyword that wasn't updated for a long time from a comment. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- 92f17f771c22fa93afe058210ddf51920aca1451 diff --git a/arch/powerpc/mm/hash_low_32.S b/arch/powerpc/mm/hash_low_32.S index ddeaf9e..b9ba7d9 100644 --- a/arch/powerpc/mm/hash_low_32.S +++ b/arch/powerpc/mm/hash_low_32.S @@ -1,6 +1,4 @@ /* - * $Id: hashtable.S,v 1.6 1999/10/08 01:56:15 paulus Exp $ - * * PowerPC version * Copyright (C) 1995-1996...
May 19, 6:07 pm 2008
Randy.Dunlap
[PATCH] audit: fix kernel-doc parameter notation
From: Randy Dunlap <randy.dunlap@oracle.com> Fix auditfilter kernel-doc misssing parameter description: Warning(lin2626-rc3//kernel/auditfilter.c:1551): No description found for parameter 'sessionid' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> --- kernel/auditfilter.c | 1 + 1 file changed, 1 insertion(+) --- lin2626-rc3.orig/kernel/auditfilter.c +++ lin2626-rc3/kernel/auditfilter.c @@ -1544,6 +1544,7 @@ static void audit_log_rule_change(uid_t * @data: payload ...
May 19, 6:09 pm 2008
Adrian Bunk
[2.6 patch] ALSA: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- include/sound/uda1341.h | 2 -- sound/arm/sa11xx-uda1341.c | 2 -- sound/i2c/l3/uda1341.c | 2 -- sound/pci/au88x0/au88x0_game.c | 2 -- 4 files changed, 8 deletions(-) 4c5df80d0f7646d6b9acc9f64ebc44910105e72a diff --git a/include/sound/uda1341.h b/include/sound/uda1341.h index 2e564bf..110d5dc 100644 --- a/include/soun...
May 19, 6:06 pm 2008
Adrian Bunk
[2.6 patch] kernel/dma.c: remove a CVS keyword
This patch removes a CVS keyword that wasn't updated for a long time from a comment. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- ecbe2e714c6f467a94d2240223dfa335cdfb501e diff --git a/kernel/dma.c b/kernel/dma.c index d2c60a8..f903189 100644 --- a/kernel/dma.c +++ b/kernel/dma.c @@ -1,4 +1,4 @@ -/* $Id: dma.c,v 1.7 1994/12/28 03:35:33 root Exp root $ +/* * linux/kernel/dma.c: A DMA channel allocator. Inspired by linux/kernel/irq.c. * * Written by Hennus Bergman, 1992. --...
May 19, 6:06 pm 2008
Adrian Bunk
[2.6 patch] drivers/net/: remove CVS keywords
This patch removes some CVS keywords that weren't updated for a long time. I haven't touched drivers that looked as if they might still be used. In three drivers I've also removed printk's printing them since they were part of several printk's in a row and it doesn't make sense to print ancient version information to the user. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/net/3c505.c | 2 -- drivers/net/3c523.c | 2 -- driver...
May 19, 6:06 pm 2008
Adrian Bunk
[2.6 patch] include/linux/mount.h: remove CVS keyword
This patch removes an CVS keyword that wasn't updated for a long time from a comment. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- 023ddaa65448ffc93a3f90c1ff37d39c0af3cfa4 diff --git a/include/linux/mount.h b/include/linux/mount.h index 4374d1a..f526b78 100644 --- a/include/linux/mount.h +++ b/include/linux/mount.h @@ -5,8 +5,6 @@ * * Author: Marco van Wieringen <mvw@planets.elm.net> * - * Version: $Id: mount.h,v 2.0 1996/11/17 16:48:14 mvw Exp mvw $ - * */ #ifn...
May 19, 6:05 pm 2008
Adrian Bunk
[2.6 patch] input: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- Documentation/input/gameport-programming.txt | 2 -- Documentation/input/input.txt | 1 - Documentation/input/joystick-api.txt | 2 -- Documentation/input/joystick-parport.txt | 1 - Documentation/input/joystick.txt | 1 - drivers/input/evbug.c | 2 -- drivers/in...
May 19, 6:04 pm 2008
Adrian Bunk
[2.6 patch] MTD/JFFS2: remove CVS keywords
Once upon a time, the MTD repository was using CVS. This patch therefore removes all usages of the no longer updated CVS keywords from the MTD code. This also includes code that printed them to the user. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/mtd/Kconfig | 2 -- drivers/mtd/afs.c | 2 -- drivers/mtd/chips/cfi_cmdset_0001.c | 2 -- drivers/mtd/chips/cfi_cmdset_0002.c | 3 --- drivers/mtd/chips/cfi_cmdset_0020.c | 2 ...
May 19, 6:03 pm 2008
Adrian Bunk
[2.6 patch] alpha: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- include/asm-alpha/dma.h | 2 +- include/asm-alpha/md.h | 2 +- include/asm-alpha/namei.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 3c0a3ce6f7e45ae28adab81d6cd25fa8f0b8b8f8 diff --git a/include/asm-alpha/dma.h b/include/asm-alpha/dma.h index 87cfdbd..ee9ff3b 100644 --- a/include/asm-alpha/dma.h +++ b/include/asm-alpha/dma....
May 19, 6:03 pm 2008
Adrian Bunk
[2.6 patch] cpufreq: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- arch/x86/kernel/cpu/cpufreq/powernow-k7.h | 1 - include/linux/cpufreq.h | 3 --- 2 files changed, 4 deletions(-) e557db8138882bb0961d6e4b940cd9b59e4dd721 diff --git a/arch/x86/kernel/cpu/cpufreq/powernow-k7.h b/arch/x86/kernel/cpu/cpufreq/powernow-k7.h index f8a63b3..35fb4ea 100644 --- a/arch/x86/kernel/cpu/cpufreq/powernow-k7....
May 19, 6:03 pm 2008
Jon Smirl
Re: [2.6 patch] cpufreq: remove CVS keywords
Thanks for doing this. I'd love to see all CVS keywords removed from the kernel source. I've spent countless hour cleaning up kernel patches after various embedded vendors checked their kernel source into CVS and then generated patch sets containing their changes plus all of the expanded keywords. -- Jon Smirl jonsmirl@gmail.com --
May 19, 6:42 pm 2008
Adrian Bunk
Re: [2.6 patch] cpufreq: remove CVS keywords
I did only the clear-cut cases in this batch (we even have several keywords containing 2007 dates, and if someone actually maintains his code in CVS that's legitimate usage), but I'll reduce them further in cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed --
May 19, 6:58 pm 2008
Jon Smirl
Re: [2.6 patch] cpufreq: remove CVS keywords
The $log ones are the most evil. It is hard to automatically remove -- Jon Smirl jonsmirl@gmail.com --
May 19, 7:06 pm 2008
Dave Jones
Re: [2.6 patch] cpufreq: remove CVS keywords
On Tue, May 20, 2008 at 01:03:16AM +0300, Adrian Bunk wrote: > This patch removes CVS keywords that weren't updated for a long time > from comments. Indeed. We haven't maintained cpufreq in CVS since around about that time. I'll queue this up. Thanks. Dave -- http://www.codemonkey.org.uk --
May 19, 6:09 pm 2008
Adrian Bunk
[2.6 patch] HID: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/hid/hid-debug.c | 2 -- drivers/hid/hid-input.c | 2 -- drivers/hid/usbhid/usbkbd.c | 2 -- drivers/hid/usbhid/usbmouse.c | 2 -- include/linux/hid.h | 2 -- include/linux/hiddev.h | 2 -- 6 files changed, 12 deletions(-) 92263a976df55d0025a2a1e224582d3478c4d8ab diff --git a/drivers/hid/hid-deb...
May 19, 6:03 pm 2008
Jiri Kosina
Re: [2.6 patch] HID: remove CVS keywords
Makes sense. Applied, thanks. -- Jiri Kosina SUSE Labs --
May 19, 7:07 pm 2008
Adrian Bunk
[2.6 patch] quota: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- fs/dquot.c | 2 -- include/linux/quota.h | 2 -- include/linux/quotaops.h | 3 --- 3 files changed, 7 deletions(-) f2096053eb97000dbd556a4a2465c879bdf38670 diff --git a/fs/dquot.c b/fs/dquot.c index 5ac77da..920e430 100644 --- a/fs/dquot.c +++ b/fs/dquot.c @@ -9,8 +9,6 @@ * implementation is based on one of the several v...
May 19, 6:02 pm 2008
Adrian Bunk
[2.6 patch] pcmcia: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/pcmcia/hd64465_ss.c | 2 -- drivers/pcmcia/i82092.c | 2 -- drivers/pcmcia/i82092aa.h | 2 -- 3 files changed, 6 deletions(-) c13f3943a1ca0edb90019a5e003e56664043fcb8 diff --git a/drivers/pcmcia/hd64465_ss.c b/drivers/pcmcia/hd64465_ss.c index f2e810f..6045e4b 100644 --- a/drivers/pcmcia/hd64465_ss.c +++ b/drivers/pcmcia/hd6446...
May 19, 6:02 pm 2008
Bodo Eggert
Re: Weird Xorg stretching (setfont)
I see a similar effect on my "GeForce2 MX/MX 400" using the "nv" driver. The difference is: I see both the screen corruption and (from ssh): be10:/etc/init.d # ./kbd start Loading keymap qwertz/de-latin1-nodeadkeys.map.gz done Keyboard: Typematic Rate set to 30.0 cps (delay = 250 ms) done Loading compose table latin1.add done Stop Unicode mode kbd_mode not called for /dev/pts/1 done Loading console ...
May 19, 6:03 pm 2008
Adrian Bunk
[2.6 patch] irda: remove CVS keywords
This patch removes CVS keyword that weren't updated for a long time. One of them was printed as part of a printk, which also doesn't make much sense for a 5 year old and no longer updated keyword. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/net/irda/donauboe.c | 6 +----- drivers/net/irda/smsc-ircc2.c | 1 - drivers/net/irda/smsc-ircc2.h | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) 4898fd57aec7b22ced1a1472aa1736d43d587cc1 diff --git a/drivers/net/...
May 19, 6:02 pm 2008
Adrian Bunk
[2.6 patch] PCI: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/pci/pci.c | 2 -- drivers/pci/proc.c | 2 -- 2 files changed, 4 deletions(-) 8dd61bfb8313395b86f7bff14841a302b6711dcf diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index e4548ab..15beaf4 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -1,6 +1,4 @@ /* - * $Id: pci.c,v 1.91 1999/01/21 13:34:01 davem Exp $ - * * PCI ...
May 19, 6:02 pm 2008
Jesse Barnes
Re: [2.6 patch] PCI: remove CVS keywords
Applied, thanks. In future, please cc linux-pci@vger.kernel.org on PCI patches though. Thanks, Jesse --
May 19, 6:31 pm 2008
Adrian Bunk
[2.6 patch] parport: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/parport/ieee1284.c | 2 +- drivers/parport/probe.c | 2 +- drivers/parport/share.c | 2 +- include/linux/parport.h | 2 -- 4 files changed, 3 insertions(+), 5 deletions(-) e6a73a87211cdfd9ffc9dbb55ba7b5d0ef4f37c2 diff --git a/drivers/parport/ieee1284.c b/drivers/parport/ieee1284.c index 0338b09..c42d345 100644 --- a/driver...
May 19, 6:01 pm 2008
Adrian Bunk
[2.6 patch] USB: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/usb/core/devices.c | 2 -- drivers/usb/core/devio.c | 2 -- drivers/usb/gadget/rndis.c | 2 -- drivers/usb/gadget/rndis.h | 2 -- drivers/usb/misc/emi62.c | 2 -- drivers/usb/serial/digi_acceleport.c | 2 -- drivers/usb/serial/keyspan_pda.S | 2 +- drivers/usb/serial...
May 19, 6:00 pm 2008
Adrian Bunk
[2.6 patch] remove Documentation/usb/uhci.txt
The driver was removed before kernel 2.6.0 Signed-off-by: Adrian Bunk <bunk@kernel.org> --- Documentation/usb/uhci.txt | 165 ------------------------------------- 1 file changed, 165 deletions(-) 94333efe59af0e1c7fe5c0f36cbbda7899e89d17 diff --git a/Documentation/usb/uhci.txt b/Documentation/usb/uhci.txt deleted file mode 100644 index 2f25952..0000000 --- a/Documentation/usb/uhci.txt +++ /dev/null @@ -1,165 +0,0 @@ -Specification and Internals for the New UHCI Driver (Whitepaper....
May 19, 6:00 pm 2008
Adrian Bunk
[2.6 patch] sound/oss/: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- sound/oss/msnd.c | 2 -- sound/oss/msnd.h | 2 -- sound/oss/msnd_classic.h | 2 -- sound/oss/msnd_pinnacle.c | 5 ----- sound/oss/msnd_pinnacle.h | 2 -- 5 files changed, 13 deletions(-) 3e09e1037df3edf6fe54ac9ee8ad6be14d2474f4 diff --git a/sound/oss/msnd.c b/sound/oss/msnd.c index ba38d62..e4282d9 100644 --- a/soun...
May 19, 5:59 pm 2008
Adrian Bunk
[2.6 patch] drivers/serial/: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time in comments, printk's and MODULE_DESCRIPTION's (no printk's or MODULE_DESCRIPTION's are completely removed). While doing this I also found and fixed a missing \n in a printk in m32r_sio.c Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/serial/21285.c | 6 ++---- drivers/serial/8250.c | 6 ++---- drivers/serial/8250.h | 2 -- drivers/serial/825...
May 19, 5:59 pm 2008
Alan Cox
Re: [2.6 patch] drivers/serial/: remove CVS keywords
On Tue, 20 May 2008 00:59:22 +0300 Acked-by: Alan Cox <alan@redhat.com> Again will run via the big serial/tty rework tree. --
May 19, 6:00 pm 2008
Adrian Bunk
[2.6 patch] net/: remove CVS keywords
This patch removes CVS keywords that weren't updated for a long time from comments. Signed-off-by: Adrian Bunk <bunk@kernel.org> --- include/linux/if_bridge.h | 2 -- include/linux/if_ppp.h | 2 -- include/linux/if_tun.h | 2 -- include/linux/ip6_tunnel.h | 4 ---- include/linux/ppp-comp.h | 2 -- include/linux/ppp_defs.h | 2 -- include/linux/sunrpc/auth_gss.h | 2 -- include/linux/sunrpc/gss_api.h...
May 19, 5:58 pm 2008
previous daytodaynext day
May 18, 2008May 19, 2008May 20, 2008