Re: [PATCH 0/82] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason.

2005-07-10 Thread Nish Aravamudan
On 7/10/05, David S. Miller <[EMAIL PROTECTED]> wrote: > From: Nish Aravamudan <[EMAIL PROTECTED]> > Date: Sun, 10 Jul 2005 21:18:15 -0700 > > > A quick question here regarding the possibility of one logical change > > for all of drivers/. Does that hold true for *any* logical change? > > > >

Prism 2.5 MiniPCI Wireless Unstable

2005-07-10 Thread Michael B Allen
My wireless is a little fragile. I have a Thinkpad T30 with a MiniPCI card: 02:02.0 Network controller: Intersil Corporation Prism 2.5 Wavelan chipset (rev 01) Subsystem: Intel Corp. Wireless 802.11b MiniPCI Adapter Flags: bus master, medium devsel, latency 64, IRQ 11

Re: PREEMPT_RT and I-PIPE: the numbers, part 4

2005-07-10 Thread Ingo Molnar
* Kristian Benoit <[EMAIL PROTECTED]> wrote: [...] > "plain" run: > > Measurements | Vanilla | preempt_rt| ipipe > ---+-++- > fork | 97us | 91us (-6%) | 101us (+4%) > mmap | 776us | 629us

Re: PREEMPT_RT and latency_trace

2005-07-10 Thread Ingo Molnar
* Serge Noiraud <[EMAIL PROTECTED]> wrote: > Hi, > > I have a big dilemna on one machine : > I run a task with RT priority which make a loop to mesure the system > perturbation. > It works well except on one machine. > On a multi-cpu, If I run the program on cpu 1, I get 23us. It's OK. > If I

Re: [PATCH 0/82] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason.

2005-07-10 Thread David S. Miller
From: Nish Aravamudan <[EMAIL PROTECTED]> Date: Sun, 10 Jul 2005 21:18:15 -0700 > A quick question here regarding the possibility of one logical change > for all of drivers/. Does that hold true for *any* logical change? > > Intuitively, I would say no. My biggest concern with that is there are

Re: [PATCH 0/82] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason.

2005-07-10 Thread Nish Aravamudan
On 7/10/05, Jeff Garzik <[EMAIL PROTECTED]> wrote: > David S. Miller wrote: > > Kernel janitor-like patches split up their work _FAR_ too much. They > > post one patch per driver, or even per-file, for something as simple > > as removing the use of a redundant header file. That's totally > >

[2.6.12.2] unexpected block device behaviour ...

2005-07-10 Thread Herbert Poetzl
Hi Folks! Andrew! accidentially stumbled over the following issue: creating a filesystem (in userspace) requires a period of quiescence after that (about 5 seconds) until you can reliably mount the new filesystem ... this can be observed on 2.6.11 as well as 2.6.12.2 (didn't test older kernels

Re: [RFC][PATCH] i386: Per node IDT

2005-07-10 Thread Andi Kleen
> > I would also not define it statically, but allocate it at boot time > > in node local memory. > > this is probably more tricky so I would suggest doing this in a second > step. Not sure it's that tricky. Otherwise he'll waste a lot of memory. -Andi - To unsubscribe from this list: send the

Re: [RFC][PATCH] i386: Per node IDT

2005-07-10 Thread Arjan van de Ven
On Mon, 2005-07-11 at 03:59 +0200, Andi Kleen wrote: > Why per node? Why not go the whole way and make it per CPU? Agreed, for two reasons even 1) Per cpu allows for even more devices and cache locality 2) While few people have a NUMA system, many have an SMP system so you get a lot more testing.

Re: reiser4 plugins

2005-07-10 Thread Stefan Smietanowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Ok, still haven't heard much discussion of metafs vs file-as-directory, > but it seems like it'd be easier in metafs. Why not implement it inside the directory containg the file ? Ie the metadata for /home/stesmi/foo is in /home/stesmi/.meta/foo

RE: [linux-usb-devel] Kernel unable to read partition table on US B Memory Key

2005-07-10 Thread Roberts-Thomson, James
All, > > Can you try adding delays before, after, and inbetween the calls to > > sd_read_capacity, sd_read_write_protect_flag, and > sd_read_cache_type, > > all near the end of sd_revalidate_disk? > > Yes, will do this and post results. OK, it turns out that for this particular key, a two

Re: reiser4 vs politics: linux misses out again

2005-07-10 Thread Jim Crilly
On 07/10/05 10:43:03PM -0400, Ed Cogburn wrote: > Jim Crilly wrote: > > > but SGI doesn't release a new filesystem every 3 years with the > > desire to remove and replace the old one. > > Read Han's reply to Ed T. nearby. This is why I should have followed my own > original intent and not

Re: [patch] compress the stack layout of do_page_fault(), x86

2005-07-10 Thread Ingo Molnar
* Andi Kleen <[EMAIL PROTECTED]> wrote: > On Sat, Jul 09, 2005 at 09:42:20PM +0200, Ingo Molnar wrote: > > > > * Andi Kleen <[EMAIL PROTECTED]> wrote: > > > > > Ingo Molnar <[EMAIL PROTECTED]> writes: > > > > > > > > +static void force_sig_info_fault(int si_signo, int si_code, > > > > +

[patch 2.6.13-rc2] all archs: add "__slow" tag for slow code

2005-07-10 Thread Chuck Ebbert
This patch adds a tag, "__slow" for marking non-performance-critical functions in all architectures. === --- 2.6.13-rc2a.orig/include/linux/compiler.h 2005-06-24 00:50:34.0 -0400 +++ 2.6.13-rc2a/include/linux/compiler.h

Re: [RFC][PATCH] i386: Per node IDT

2005-07-10 Thread Andi Kleen
Why per node? Why not go the whole way and make it per CPU? I would also not define it statically, but allocate it at boot time in node local memory. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH] kernel/cpuset.c: add kerneldoc, fix typos

2005-07-10 Thread Paul Jackson
Signed-off-by: Paul Jackson <[EMAIL PROTECTED]> Nice work, Randy, including the rewording of the cpuset_zone_allowed() comment. Thanks. -- I won't rest till it's the best ... Programmer, Linux Scalability Paul Jackson <[EMAIL PROTECTED]>

[PATCH] kernel/cpuset.c: add kerneldoc, fix typos

2005-07-10 Thread randy_dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Add kerneldoc to kernel/cpuset.c Fix cpuset typos in init/Kconfig Paul (someone), please check cpuset_zone_allowed() especially. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- init/Kconfig|2 +- kernel/cpuset.c | 26

[PATCH] kernel/crash_dump.c: add kerneldoc

2005-07-10 Thread randy_dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Add kerneldoc to kernel/crash_dump.c Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- kernel/crash_dump.c | 11 ++- 1 files changed, 10 insertions(+), 1 deletion(-) diff -Naurp linux-2613-rc2/kernel/crash_dump.c~kdoc_kernel_crashdump

[PATCH] kernel/capability.c: add kerneldoc

2005-07-10 Thread randy_dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Add kerneldoc to kernel/capability.c Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- kernel/capability.c | 20 +--- 1 files changed, 17 insertions(+), 3 deletions(-) diff -Naurp linux-2613-rc2/kernel/capability.c~kdoc_kernel_caps

[PATCH] hardirq uses preempt

2005-07-10 Thread randy_dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> hardirq.h uses preempt_count() from preempt.h Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- include/linux/hardirq.h |1 + 1 files changed, 1 insertion(+) diff -Naurp linux-2613-rc2/include/linux/hardirq.h~hardirq-uses-preempt

Re: reiser4 vs politics: linux misses out again

2005-07-10 Thread Hans Reiser
Ed Tomlinson wrote: >On Sunday 10 July 2005 01:10, Horst von Brand wrote: > > >>Ed Cogburn <[EMAIL PROTECTED]> wrote: >> >> >>>David Lang wrote: >>> >>> On Fri, 8 Jul 2005, Ed Tomlinson wrote: >No Flame from me. One thing to remember is that Hans and friends

Re: [OT] SCSI Printer on AIC78XX without SCSI Terminator

2005-07-10 Thread Brian O'Mahoney
First, normal (non-differential) SCSI is an OpenCollector bus design which simply wont work without a terminator and is designed to use exactly two(2) terminators, one at each end of the bus, these both provide a pull up and terminate the bus to prevent reflections. Also the longer and faster the

Re: [PATCH 0/82] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason.

2005-07-10 Thread Josh Boyer
On Sun, 2005-07-10 at 19:35 +, Olaf Hering wrote: > The following series of patches removes almost all inclusions > of linux/version.h. The 3 #defines are unused in most of the touched files. > > A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is > unfortunatly > in

[PATCH 10/82] remove linux/version.h from drivers/char/ip2.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/char/ip2.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/char/ip2.c ===

RE: [linux-usb-devel] Kernel unable to read partition table on US B Memory Key

2005-07-10 Thread Roberts-Thomson, James
Back again! (had a 2 day course last week). > > There are three delays from my patch in the above list, > > Yes. Why are there three instead of just one? The > sd_revalidate_disk routine should only be called once > (although a bug in recent kernels causes it to be called twice). Don't

[PATCH 4/82] remove linux/version.h include from arch/mips

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> arch/mips/pmc-sierra/yosemite/atmel_read_eeprom.h |1 - arch/mips/pmc-sierra/yosemite/ht-irq.c|1 - arch/mips/pmc-sierra/yosemite/ht.c|1

[PATCH 5/82] remove linux/version.h include from arch/parisc

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> arch/parisc/kernel/asm-offsets.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/arch/parisc/kernel/asm-offsets.c

RE: [PATCH 22/82] remove linux/version.h from drivers/message/fus ion

2005-07-10 Thread Moore, Eric Dean
I'd rather you not kill linux_compat.h file. I use this file for compatibility of driver source across various kernel versions. I provide our customers with driver builds containing single source which needs to compile in kernels 2.6.5( e.g. SLES9), 2.6.8 (e.g. RHEL4), and 2.6.11 ( e.g. SuSE

[OT] SCSI Printer on AIC78XX without SCSI Terminator

2005-07-10 Thread Gustavo Guillermo PĂ©rez
Hello, I was tried to use a SCSI Printer, onto a AIC78XX (old and new driver), when driver load, it recognise the Scanner, the Printer and Panel, but may be the copier doesn't have an internal terminator, and driver hangs forever discovering unexistent 4th device. I do not wish to dissasemble

Re: reiser4 vs politics: linux misses out again

2005-07-10 Thread Jim Crilly
On 07/10/05 08:01:26PM -0400, Ed Cogburn wrote: > Jim Crilly wrote: > > > But in most of the changesets on the bkbits site you can go back over 2 > > years and not see anything from namesys people. Nearly all of the fixes > > commited in the past 2-3 years are from SuSe. > > > So, for the sake

Re: [PATCH] Apple USB Touchpad driver (new)

2005-07-10 Thread Peter Osterlund
Vojtech Pavlik <[EMAIL PROTECTED]> writes: > On Sun, Jul 10, 2005 at 12:48:30AM +0200, Peter Osterlund wrote: > > Vojtech Pavlik <[EMAIL PROTECTED]> writes: > > > > > Btw, what I don't completely understand is why you need linear > > > regression, when you're not trying to detect motion or

Re: reiser4 vs politics: linux misses out again

2005-07-10 Thread David Lang
On Sun, 10 Jul 2005, Ed Cogburn wrote: But in most of the changesets on the bkbits site you can go back over 2 years and not see anything from namesys people. Nearly all of the fixes commited in the past 2-3 years are from SuSe. So, for the sake of argument, if IBM were to drop official

[PATCH 6/82] remove linux/version.h include from arch/ppc

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. use system_utsname for CONFIG_BOOTX_TEXT welcome message Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> arch/ppc/syslib/btext.c |6 -- arch/ppc/syslib/prom.c |1 - arch/ppc/syslib/prom_init.c |1 - 3

[PATCH 7/82] remove linux/version.h include from arch/ppc64

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. use system_utsname for progress and debug header Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> arch/ppc64/kernel/btext.c |1 - arch/ppc64/kernel/pSeries_setup.c |4 ++-- arch/ppc64/kernel/prom.c |

[PATCH 3/82] remove linux/version.h include from arch/ia64

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> arch/ia64/kernel/perfmon.c |1 - arch/ia64/sn/kernel/tiocx.c |1 - include/asm-ia64/sn/xp.h|1 - 3 files changed, 3 deletions(-) Index:

[PATCH 1/82] remove linux/version.h include from arch/arm*

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove one LINUX_VERSION_CODE check Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> arch/arm/mach-omap/leds-h2p2-debug.c |1 - arch/arm/mach-omap/ocpi.c|1 - arch/arm/nwfpe/fpmodule.c|1 -

[PATCH 77/82] remove linux/version.h from sound/

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernel versions Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> include/sound/tea575x-tuner.h |2 -- sound/mips/au1x00.c | 19 --- sound/oss/au1550_ac97.c |1

[PATCH 78/82] remove linux/version.h from net/ieee80211/

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> net/ieee80211/ieee80211_crypt.c |1 - net/ieee80211/ieee80211_crypt_ccmp.c |1 - net/ieee80211/ieee80211_crypt_tkip.c |1 - net/ieee80211/ieee80211_crypt_wep.c

[PATCH 75/82] remove linux/version.h from include/linux/stallion.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> include/linux/stallion.h |2 -- 1 files changed, 2 deletions(-) Index: linux-2.6.13-rc2-mm1/include/linux/stallion.h

[PATCH 76/82] remove linux/version.h from include/linux/videodev.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> include/linux/videodev.h |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/include/linux/videodev.h

[PATCH 56/82] remove linux/version.h from drivers/serial/jsm/jsm.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/serial/jsm/jsm.h |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/serial/jsm/jsm.h

[PATCH 82/82] remove linux/version.h from drivers/video/matrox/matroxfb_base.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. get KERNEL_VERSION from linux/utsname.h Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/video/matrox/matroxfb_base.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[PATCH 58/82] remove linux/version.h from drivers/usb

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernels from drivers/usb/media/pwc/pwc-ctrl.c and drivers/usb/misc/sisusbvga/sisusb.h Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/media/dvb/ttusb-dec/ttusb_dec.c |1 -

[PATCH 65/82] remove linux/version.h from fs/configfs

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> fs/configfs/symlink.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/fs/configfs/symlink.c

[PATCH 81/82] remove linux/version.h from drivers/usb

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. use linux/utsname.h to get KERNEL_VERSION macro Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/usb/media/sn9c102.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[PATCH 72/82] remove linux/version.h from include/linux/istallion.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> include/linux/istallion.h |2 -- 1 files changed, 2 deletions(-) Index: linux-2.6.13-rc2-mm1/include/linux/istallion.h

[PATCH 69/82] remove linux/version.h from fs/ocfs2/

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> fs/ocfs2/dlmglue.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/fs/ocfs2/dlmglue.c ===

[PATCH 80/82] remove linux/version.h from drivers/media/

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. use linux/utsname.h to get KERNEL_VERSION macro Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/media/video/bttvp.h |2 +- drivers/media/video/cx88/cx88.h |2 +-

[PATCH 62/82] remove linux/version.h from drivers/video/sis

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernels: #error "This version of sisfb requires at least 2.6.3" FBCON_HAS_CFB8, FBCON_HAS_CFB16 and FBCON_HAS_CFB32 is appearently from 2.4 there is odd code like: -

[PATCH 61/82] remove linux/version.h from drivers/video/intelfb/intelfb*

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/video/intelfb/intelfbdrv.c |1 - drivers/video/intelfb/intelfbhw.c |1 - 2 files changed, 2 deletions(-) Index:

[PATCH 49/82] remove linux/version.h from drivers/scsi/scsi_debug.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/scsi_debug.c |4 1 files changed, 4 deletions(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/scsi_debug.c

Re: [PATCH] [5/48] Suspend2 2.1.9.8 for 2.6.12: 350-workthreads.patch

2005-07-10 Thread Christoph Hellwig
Again, why do you think you need this? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] [48/48] Suspend2 2.1.9.8 for 2.6.12: 624-filewriter.patch

2005-07-10 Thread Christoph Hellwig
Please send new crytptoapi algorithms to the cryptoapi maintainers for review. It's something that's completely independent of any software suspend stuff. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [0/48] Suspend2 2.1.9.8 for 2.6.12

2005-07-10 Thread Christoph Hellwig
This submissions is completely useless. 48 patches without description and a subbject lines that hides the little information even more. Please start again, and only with useful patches that on their own, against -mm and with detailed explanations of each patch. - To unsubscribe from this list:

Re: [PATCH] [43/48] Suspend2 2.1.9.8 for 2.6.12: 619-userspace-nofreeze.patch

2005-07-10 Thread Christoph Hellwig
UI support is nothing that belongs here. People won't die by having a text console for a while. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [PATCH] [3/48] Suspend2 2.1.9.8 for 2.6.12: 301-proc-acpi-sleep-activate-hook.patch

2005-07-10 Thread Christoph Hellwig
Please add an explanation why this is nessecary. Big NACK for the patch as-is, but to find a proper solution we need to know what you're actually doing. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH] [12/48] Suspend2 2.1.9.8 for 2.6.12: 402-mtrr-remove-sysdev.patch

2005-07-10 Thread Christoph Hellwig
So what's this deep magic doing? And why do you add such crude function for debug pagealloc builds only? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] [10/48] Suspend2 2.1.9.8 for 2.6.12: 360-reset-kswapd-max-order-after-resume.patch

2005-07-10 Thread Christoph Hellwig
So what is this doing, and is it breaking swsusp support? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] [7/48] Suspend2 2.1.9.8 for 2.6.12: 352-disable-pdflush-during-suspend.patch

2005-07-10 Thread Christoph Hellwig
no explanation and even the subject doesn't match patch contents.. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Re: [PATCH] [13/48] Suspend2 2.1.9.8 for 2.6.12: 403-debug-pagealloc-support.patch

2005-07-10 Thread Christoph Hellwig
this is missing a description. But I don't think that one is gonna help, we're not gonna add truckloads of crap just to print a warning when a user shoots himself in his foot. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED]

[PATCH 63/82] remove linux/version.h from fs/9p

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> fs/9p/vfs_file.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/fs/9p/vfs_file.c === ---

[PATCH 60/82] remove linux/version.h from drivers/video/backlight/lcd.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/video/backlight/lcd.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/video/backlight/lcd.c

[PATCH 59/82] remove linux/version.h from drivers/video/backlight/backlight.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/video/backlight/backlight.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/video/backlight/backlight.c

[PATCH 79/82] move KERNEL_VERSION from linux/version.h to linux/utsname.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. KERNEL_VERSION is a static macro, it doesnt belong to a changing header file. stuff which relies on UTS_RELEASE or LINUX_VERSION_CODE does already include linux/version.h some drivers use KERNEL_VERSION for different

[PATCH 64/82] remove linux/version.h from fs/adfs/adfs.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> fs/adfs/adfs.h |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/fs/adfs/adfs.h === ---

[PATCH 74/82] remove linux/version.h from include/linux/serialP.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> include/linux/serialP.h |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/include/linux/serialP.h

[PATCH 46/82] remove unused drivers/scsi/pci2000.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. pci2000.h is unused, so drop the whole file Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/pci2000.h | 200 - 1 files changed, 200 deletions(-) Index:

[PATCH 48/82] remove linux/version.h from drivers/scsi/qla1280.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernels Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/qla1280.c | 277 - 1 files changed, 277 deletions(-) Index:

[PATCH 35/82] remove linux/version.h from drivers/scsi/cpqfcTSinit.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernels Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/cpqfcTSinit.c | 32 1 files changed, 32 deletions(-) Index:

[PATCH 37/82] remove linux/version.h from drivers/scsi/gdth

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernels Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/gdth.c | 204 --- drivers/scsi/gdth.h | 11 -- drivers/scsi/gdth_proc.c |

[RFC][PATCH] i386: Per node IDT

2005-07-10 Thread Zwane Mwaikambo
As most are aware there is a growing need for more devices on i386/x86_64 based platforms and with that, support for interrupt servicing for all these devices. The proliferation of MSI based devices will also drive that requirement higher due to some devices requiring multiple vectors. Natalie

Re: SATA: Assertion failed! qc->flags & ATA_QCFLAG_ACTIVE,drivers/scsi/libata-core.c,ata_qc_complete,line=3052

2005-07-10 Thread Soeren Sonnenburg
On Fri, 2005-07-08 at 09:46 +0200, Soeren Sonnenburg wrote: > On Thu, 2005-07-07 at 12:43 +0400, Alexey Dobriyan wrote: > > On Thursday 07 July 2005 12:04, Soeren Sonnenburg wrote: > > > with hddtemp regularly polling for the temperature state together with > > > libsata from kernel 2.6.12 on a

[PATCH 38/82] remove linux/version.h from drivers/scsi/gvp11.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/gvp11.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/gvp11.c

[PATCH 39/82] remove linux/version.h from drivers/scsi/ibmmca.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/ibmmca.c |6 -- 1 files changed, 6 deletions(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/ibmmca.c

Re: [PATCH 0/82] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason.

2005-07-10 Thread Jeff Garzik
Olaf Hering wrote: The following series of patches removes almost all inclusions of linux/version.h. The 3 #defines are unused in most of the touched files. A few drivers use the simple KERNEL_VERSION(a,b,c) macro, which is unfortunatly in linux/version.h. This define moved to linux/utsname.h

Re: [PATCH 0/82] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason.

2005-07-10 Thread Jeff Garzik
David S. Miller wrote: Kernel janitor-like patches split up their work _FAR_ too much. They post one patch per driver, or even per-file, for something as simple as removing the use of a redundant header file. That's totally rediculious, and bloats up the kernel changelog history for no good

Re: [PATCH][help?] Radeonfb acpi resume

2005-07-10 Thread Micheal Marineau
Aww crap, thunderbird screwed up the white space... A usable version of the patch is attached, or here is a link: http://dev.gentoo.org/~marineam/files/patch-radeonfb-2.6.12 Micheal Marineau wrote: > > > diff -ru linux-2.6.12.orig/arch/i386/kernel/acpi/sleep.c >

[PATCH][help?] Radeonfb acpi resume

2005-07-10 Thread Micheal Marineau
I've been forward porting this patch for a while now and need some input on it. You can see the last time someone posted it to the list here: http://www.ussg.iu.edu/hypermail/linux/kernel/0410.0/0600.html The big issue mentioned in that thread, that it reqires a key press during the resume

[PATCH 40/82] remove linux/version.h from drivers/scsi/ips

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernels Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/ips.c | 104 - drivers/scsi/ips.h | 33 2 files changed,

Re: reiser4 plugins

2005-07-10 Thread Stefan Smietanowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hubert Chan wrote: > On Thu, 30 Jun 2005 15:52:25 -0400, Horst von Brand <[EMAIL PROTECTED]> said: > > >>>This doesn't even invalidate the userland VFSs of the other guys, >>>they're still needed for systems whose kernels don't have a metadata

[PATCH 41/82] remove linux/version.h from drivers/scsi/iteraid.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/iteraid.h |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/iteraid.h

[PATCH 42/82] remove linux/version.h from drivers/scsi/megaraid

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/megaraid/mega_common.h |1 - drivers/scsi/megaraid/megaraid_mm.h |1 - 2 files changed, 2 deletions(-) Index:

[PATCH 43/82] remove linux/version.h from drivers/scsi/mvme147.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/mvme147.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/mvme147.c

[PATCH] Remove preempt_disable from powernow-k8

2005-07-10 Thread Zwane Mwaikambo
>From reading the code, my understanding is that powernow-k8 uses preempt_disable to ensure that driver->target doesn't migrate across cpus whilst it's accessing per processor registers, however set_cpus_allowed will provide this for us. Additionally, remove schedule() calls from

[PATCH] SH: [PATCH resend] C99 initializers for hw_interrupt_type structures

2005-07-10 Thread tglx
Convert the initializers of hw_interrupt_type structures to C99 initializers. Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]> --- boards/adx/irq_maskreg.c | 14 +++--- boards/bigsur/irq.c | 28 ++-- boards/cqreek/irq.c |

[PATCH] MIPS: [PATCH resend] C99 initializers for hw_interrupt_type structures

2005-07-10 Thread tglx
Convert the initializers of hw_interrupt_type structures to C99 initializers. Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]> --- au1000/common/irq.c | 60 +++-- ddb5xxx/ddb5074/nile4_pic.c | 15 +++- ddb5xxx/ddb5476/vrc5476_irq.c | 15

Re: share/private/slave a subtree - define vs enum

2005-07-10 Thread Pavel Machek
Hi! > >>enums in C are (de?)promoted to integral types under most conditions, so > >>the type-checking is useless. > > > > > >It's a warning in gcc afaik and spare should complain as well. > > Check again. Check sparse with -Wbitwise and enum properly marked as bitwise...

[PATCH] V850: [PATCH resend] C99 initializers for hw_interrupt_type structures

2005-07-10 Thread tglx
Convert the initializers of hw_interrupt_type structures to C99 initializers. Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]> --- irq.c | 14 +++--- setup.c | 14 +++--- sim.c | 14 +++--- 3 files changed, 21 insertions(+), 21 deletions(-) --- diff -urN

Re: [PATCH 0/82] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason.

2005-07-10 Thread David S. Miller
An 82 entry patchbomb to the mailing lists is unacceptable and is going to kill vger.kernel.org, please don't do this. If you cannot condense your patch set into a smaller set of patches (I think you really could for this one), then only post say 10 or so at a time and wait for review and

[PATCH] SH64: [PATCH resend] C99 initializers for hw_interrupt_type structures

2005-07-10 Thread tglx
Convert the initializers of hw_interrupt_type structures to C99 initializers. Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]> --- irq_intc.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) --- diff -urN --exclude='*~' linux-2.6.13-rc2/arch/sh64/kernel/irq_intc.c

[PATCH] PPC: [PATCH resend] C99 initializers for hw_interrupt_type structures

2005-07-10 Thread tglx
Convert the initializers of hw_interrupt_type structures to C99 initializers. Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]> --- platforms/adir_pic.c | 12 syslib/cpc700_pic.c | 12 syslib/i8259.c | 13 + syslib/open_pic2.c | 12

[PATCH 44/82] remove linux/version.h from drivers/scsi/mvme16x.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/mvme16x.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/mvme16x.c

[PATCH 45/82] remove linux/version.h from drivers/scsi/nsp32

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernels Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/nsp32.c | 73 --- drivers/scsi/nsp32.h | 42 - 2

Re: Swap partition vs swap file

2005-07-10 Thread Bernd Eckenfels
In article <[EMAIL PROTECTED]> you wrote: > So are you saying that if I create a swap partition it's best to use dd to > zero it out before mkswap? Nope I did not. However I dont know of any other shell tool which can do it that easyly. > As far as portable, we're talking about linux,

[PATCH resend] C99 initializers for hw_interrupt_type structures

2005-07-10 Thread Thomas Gleixner
The following patch series was submitted 4 month ago already. The series contains only the 50% of the original series which, did not hit mainline yet. tglx - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

[PATCH 47/82] remove linux/version.h from drivers/scsi/pcmcia/nsp*

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernel versions Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/pcmcia/nsp_cs.c | 158 --- drivers/scsi/pcmcia/nsp_cs.h | 68 --

[PATCH 36/82] remove linux/version.h from drivers/scsi/dpt/dpti_i2o.h

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. remove code for obsolete kernels Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/dpt/dpti_i2o.h | 11 --- 1 files changed, 11 deletions(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/dpt/dpti_i2o.h

[PATCH 32/82] remove linux/version.h from drivers/scsi/amiga7xx.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/amiga7xx.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/amiga7xx.c

[PATCH 33/82] remove linux/version.h from drivers/scsi/arcmsr

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/arcmsr/arcmsr.c |1 - drivers/scsi/arcmsr/arcmsr.h |1 - 2 files changed, 2 deletions(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/arcmsr/arcmsr.c

[PATCH 34/82] remove linux/version.h from drivers/scsi/bvme6000.c

2005-07-10 Thread Olaf Hering
changing CONFIG_LOCALVERSION rebuilds too much, for no appearent reason. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> drivers/scsi/bvme6000.c |1 - 1 files changed, 1 deletion(-) Index: linux-2.6.13-rc2-mm1/drivers/scsi/bvme6000.c

  1   2   3   4   5   >