Re: [linux-pm] sleepy linux self-test

2008-02-03 Thread David Brownell
On Saturday 02 February 2008, Sam Ravnborg wrote: --- g26.orig/drivers/char/Kconfig +++ g26/drivers/char/Kconfig @@ -715,9 +715,12 @@ config NVRAM To compile this driver as a module, choose M here: the module will be called nvram. +comment You are using the RTC

Re: [PATCH 1/2] Split list.h and move rcu-protected lists into rculist.h

2008-02-03 Thread Franck Bui-Huu
Andrew Morton wrote: On Sat, 02 Feb 2008 14:32:41 +0100 Franck Bui-Huu [EMAIL PROTECTED] wrote: Do you think it's better ? Could. I'd suggest that you redo the header-file split patch around the 2.6.25-rc1 timeframe, test it carefully then let's get it in then. Does the mm tree also have

[PATCH] [NET_SCHED] Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git broken build)

2008-02-03 Thread Rami Rosen
Hi, The 2.6 latest git build was broken when using the following configuration options: CONFIG_NET_EMATCH=n CONFIG_NET_CLS_FLOW=y with the following error: net/sched/cls_flow.c: In function 'flow_dump': net/sched/cls_flow.c:598: error: 'struct tcf_ematch_tree' has no member named 'hdr' make[2]:

Re: [PATCH 1/2] Split list.h and move rcu-protected lists into rculist.h

2008-02-03 Thread Andrew Morton
On Sun, 03 Feb 2008 09:45:25 +0100 Franck Bui-Huu [EMAIL PROTECTED] wrote: Andrew Morton wrote: On Sat, 02 Feb 2008 14:32:41 +0100 Franck Bui-Huu [EMAIL PROTECTED] wrote: Do you think it's better ? Could. I'd suggest that you redo the header-file split patch around the 2.6.25-rc1

Re: [PATCH] [NET_SCHED] Add #ifdef CONFIG_NET_EMATCH in net/sched/cls_flow.c (latest git broken build)

2008-02-03 Thread Li Zefan
Rami Rosen wrote: Hi, The 2.6 latest git build was broken when using the following configuration options: CONFIG_NET_EMATCH=n CONFIG_NET_CLS_FLOW=y with the following error: net/sched/cls_flow.c: In function 'flow_dump': net/sched/cls_flow.c:598: error: 'struct tcf_ematch_tree' has no

Re: latest git compile error in sound/drivers/opl3/opl3_synth.c

2008-02-03 Thread Takashi Iwai
At Sun, 03 Feb 2008 13:30:30 +0800, Li Zefan wrote: sound/drivers/opl3/opl3_synth.c: In function 'snd_opl3_find_patch': sound/drivers/opl3/opl3_synth.c:308: error: 'OPL3_PATCH_HASH_SIZE' undeclared (first use in this function) sound/drivers/opl3/opl3_synth.c:308: error: (Each undeclared

Re: [PATCH 1/2] Split list.h and move rcu-protected lists into rculist.h

2008-02-03 Thread Franck Bui-Huu
Andrew Morton wrote: On Sun, 03 Feb 2008 09:45:25 +0100 Franck Bui-Huu [EMAIL PROTECTED] wrote: Andrew Morton wrote: On Sat, 02 Feb 2008 14:32:41 +0100 Franck Bui-Huu [EMAIL PROTECTED] wrote: Do you think it's better ? Could. I'd suggest that you redo the header-file split patch around the

Re: Oops in evdev_disconnect for kernel 2.6.23.12

2008-02-03 Thread Martin Bauer
Hello, ok the problem has been solved. It was really to late yesterday... I found the two patches and applied those. Because I had another error with the Areca kernel modul I did some mistakes in my test... Sorry... Regards Martin Martin Bauer wrote: I saw that you have problems with

LPFC compilation error in 2.6.24-git12/git13

2008-02-03 Thread Wenji Huang
Hi, Found compilation error in 2.6.24-git12/git13: CC [M] drivers/scsi/lpfc/lpfc_mem.o CC [M] drivers/scsi/lpfc/lpfc_sli.o CC [M] drivers/scsi/lpfc/lpfc_ct.o CC [M] drivers/scsi/lpfc/lpfc_els.o CC [M] drivers/scsi/lpfc/lpfc_hbadisc.o CC [M] drivers/scsi/lpfc/lpfc_init.o

[BUG? 2.6.24] PATA_PCMCIA: START_STOP FAILED after pccardctl eject

2008-02-03 Thread Komuro
Dear Alan The message START_STOP FAILED appears after I eject pcmcia-ATA card by pccardctl eject. Is this correct? pccard: card ejected from slot 0 ata3.00: disabled sd 2:0:0:0: [sdb] Stopping disk sd 2:0:0:0: [sdb] START_STOP FAILED sd 2:0:0:0: [sdb] Result: hostbyte=DID_BAD_TARGET

Re: [PATCH] drivers/block/: add __devinitdata to all pci_device_id table of block drivers

2008-02-03 Thread Frank Seidel
On Sunday 03 February 2008 04:12, Denis Cheng wrote: --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c @@ -67,7 +67,7 @@ MODULE_LICENSE(GPL); #include linux/cciss_ioctl.h /* define the PCI info for the cards we can control */ -static const struct pci_device_id

Re: [rfc] direct IO submission and completion scalability issues

2008-02-03 Thread Nick Piggin
On Fri, Jul 27, 2007 at 06:21:28PM -0700, Suresh B wrote: Second experiment which we did was migrating the IO submission to the IO completion cpu. Instead of submitting the IO on the same cpu where the request arrived, in this experiment the IO submission gets migrated to the cpu that is

Re: [PATCH] Remove unneeded code in sys_getpriority

2008-02-03 Thread Frank Seidel
On Sunday 03 February 2008 04:04, Rabin Vincent wrote: This check is not required because the condition is always true. ... - if (niceval retval) - retval = niceval; + retval = 20 - task_nice(p);

Re: 2.6.24-git7: section mismatches woes

2008-02-03 Thread Sam Ravnborg
On Sat, Feb 02, 2008 at 11:47:29PM +0100, Rafael J. Wysocki wrote: On Saturday, 2 of February 2008, Sam Ravnborg wrote: On Wed, Jan 30, 2008 at 10:32:52PM +0100, Rafael J. Wysocki wrote: On Wednesday, 30 of January 2008, Sam Ravnborg wrote: On Wed, Jan 30, 2008 at 07:50:43PM +0100,

Re: [PATCH try#2 ] kbuild: add svn revision information to setlocalversion

2008-02-03 Thread Sam Ravnborg
On Sun, Feb 03, 2008 at 02:13:26PM +0800, Bryan Wu wrote: From 0a7a2c6f19d32a85ca1a7887382325170ef19a66 Mon Sep 17 00:00:00 2001 From: Bryan Wu [EMAIL PROTECTED] Date: Sun, 3 Feb 2008 14:05:00 +0800 Subject: [PATCH] [Scripts] add svn revision information to setlocalversion follow git and

[PATCH] x86: restore correct module name for apm

2008-02-03 Thread Sam Ravnborg
The apm module were renamed to apm_32 during the merge of 32 and 64 bit x86 which is unfortunate. As apm is 32 bit specific we like to keep the _32 in the filename but the module should be named apm. Fix this in the Makefile. Reported by A.E.Lawrence [EMAIL PROTECTED] Signed-off-by: Sam

Re: [PATCH] Improve Documentation/stable_api_nonsense.txt v2

2008-02-03 Thread Heikki Orsila
On Sat, Feb 02, 2008 at 09:03:10PM -0800, Greg KH wrote: On Sat, Feb 02, 2008 at 07:52:37PM -0500, Daniel Hazelton wrote: Actually, Greg, a hell of a lot of people that don't track linux kernel development do think that way. And there are always going to be people that think that way.

Re: Feature Removals for 2.6.25 - old NCR53C9x driver

2008-02-03 Thread Boaz Harrosh
On Fri, Feb 01 2008 at 3:38 +0200, Harvey Harrison [EMAIL PROTECTED] wrote: The following are entries in feature-removal-schedule.txt that have come due. Please change the subject when replying to specific items. Where I've gotten responses from the named person in the file, I've included

Re: [rfc] direct IO submission and completion scalability issues

2008-02-03 Thread Pekka Enberg
Hi Nick, On Feb 3, 2008 11:52 AM, Nick Piggin [EMAIL PROTECTED] wrote: +asmlinkage void smp_call_function_fast_interrupt(void) +{ [snip] + while (!list_empty(list)) { + struct call_single_data *data; + + data = list_entry(list.next, struct

[no subject]

2008-02-03 Thread am kara
hello, If kernel does kmap_atomic(temporary kernel mapping) on behalf of a process by a cpu, does the process will continue to run and no other process can be scheduled to switch it off?(till kunmap_atomic is done)

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-03 Thread Gilles Espinasse
Again, I have asked for examples, and only received 2. One (sound driver) is totally not needed at all, as the kernel provides that capability, and the other hasn't run in a modern distro for years. I would consider you are a bit fast to state that : a7n8x-e:~# gcc -dumpversion 3.3.6

Re: LPFC compilation error in 2.6.24-git12/git13

2008-02-03 Thread Peter Teoh
On 2/3/08, Wenji Huang [EMAIL PROTECTED] wrote: Hi, Found compilation error in 2.6.24-git12/git13: CC [M] drivers/scsi/lpfc/lpfc_mem.o CC [M] drivers/scsi/lpfc/lpfc_sli.o CC [M] drivers/scsi/lpfc/lpfc_ct.o CC [M] drivers/scsi/lpfc/lpfc_els.o CC [M]

Re: [PATCH] x86: restore correct module name for apm

2008-02-03 Thread Ingo Molnar
* Sam Ravnborg [EMAIL PROTECTED] wrote: The apm module were renamed to apm_32 during the merge of 32 and 64 bit x86 which is unfortunate. As apm is 32 bit specific we like to keep the _32 in the filename but the module should be named apm. Fix this in the Makefile. thanks, applied.

Re: LPFC compilation error in 2.6.24-git12/git13

2008-02-03 Thread Peter Teoh
On 2/3/08, Peter Teoh [EMAIL PROTECTED] wrote: On 2/3/08, Wenji Huang [EMAIL PROTECTED] wrote: Hi, Found compilation error in 2.6.24-git12/git13: CC [M] drivers/scsi/lpfc/lpfc_mem.o CC [M] drivers/scsi/lpfc/lpfc_sli.o CC [M] drivers/scsi/lpfc/lpfc_ct.o CC [M]

[patch 2/4] BLACKFIN: cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Cyrill Gorcunov
Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] --- page.h |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Index: linux-2.6.git/include/asm-blackfin/page.h === --- linux-2.6.git.orig/include/asm-blackfin/page.h

[patch 3/4] FRV: cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Cyrill Gorcunov
Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] --- mem-layout.h | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) Index: linux-2.6.git/include/asm-frv/mem-layout.h === ---

[patch 0/4] cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Cyrill Gorcunov
This patch series removes code duplication for PAGE_SIZE definition on various architectures. Please review. Any comments are welcome. *UNTESTED* Statistics: asm-avr32/page.h |8 +++- asm-blackfin/page.h |8 +++- asm-frv/mem-layout.h | 10 +++--- asm-sparc/page.h

[patch 1/4] AVR32: cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Cyrill Gorcunov
Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] --- page.h |8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Index: linux-2.6.git/include/asm-avr32/page.h === --- linux-2.6.git.orig/include/asm-avr32/page.h

[patch 4/4] SPARC: cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Cyrill Gorcunov
Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] --- page.h | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) Index: linux-2.6.git/include/asm-sparc/page.h === --- linux-2.6.git.orig/include/asm-sparc/page.h

Re: [PATCH 23/32] ide-tape: struct idetape_tape_t: shorten member names

2008-02-03 Thread Borislav Petkov
On Sun, Feb 03, 2008 at 12:43:22AM +0100, Bartlomiej Zolnierkiewicz wrote: Hi, [...] Even if this patch contains only trivial changes, the amount of them and the fact that it intermixes different logical changes (shortening names, dead code removal and comments beautification) makes it

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-03 Thread Christer Weinigel
On Sat, 2 Feb 2008 11:19:30 -0800 Greg KH [EMAIL PROTECTED] wrote: I do know that the current usbfs interface is a major pain, hence the work to create usbfs2. I know those developers could use the help in getting that cleaned up and into the kernel tree. Also see the rapid development these

Re: [PATCH] x86: restore correct module name for apm

2008-02-03 Thread Frans Pop
Sam Ravnborg wrote: The apm module were renamed to apm_32 during the merge of 32 and 64 bit x86 which is unfortunate. As apm is 32 bit specific we like to keep the _32 in the filename but the module should be named apm. Fix this in the Makefile. Reported by A.E.Lawrence [EMAIL PROTECTED]

Re: [PATCH] x86: restore correct module name for apm

2008-02-03 Thread A.E.Lawrence
Sam Ravnborg wrote: The apm module were renamed to apm_32 during the merge of 32 and 64 bit x86 which is unfortunate. As apm is 32 bit specific we like to keep the _32 in the filename but the module should be named apm. Fix this in the Makefile. Reported by A.E.Lawrence [EMAIL PROTECTED]

Re: [PATCH 1/2] kprobes: Introduce kprobe_handle_fault()

2008-02-03 Thread Heiko Carstens
On Sat, Feb 02, 2008 at 07:00:23PM -0800, Harvey Harrison wrote: Use a central kprobe_handle_fault() inline in kprobes.h to remove all of the arch-dependant, practically identical implementations in avr32, ia64, powerpc, s390, sparc64, and x86. avr32 was the only arch without the

Re: [rfc] direct IO submission and completion scalability issues

2008-02-03 Thread Nick Piggin
On Sun, Feb 03, 2008 at 12:53:02PM +0200, Pekka Enberg wrote: Hi Nick, On Feb 3, 2008 11:52 AM, Nick Piggin [EMAIL PROTECTED] wrote: +asmlinkage void smp_call_function_fast_interrupt(void) +{ [snip] + while (!list_empty(list)) { + struct call_single_data *data;

Re: crypto/async_tx/* doesn't build on s390

2008-02-03 Thread Heiko Carstens
On Fri, Feb 01, 2008 at 02:31:28PM -0700, Dan Williams wrote: On Feb 1, 2008 4:37 AM, Cornelia Huck [EMAIL PROTECTED] wrote: On Thu, 31 Jan 2008 12:49:00 -0700, Williams, Dan J [EMAIL PROTECTED] wrote: I am mistaken, the 'depends on ARCH...' precludes HAS_DMA. Perhaps the compiler

Re: [PATCH] Fix ext4 bitops

2008-02-03 Thread Heiko Carstens
On Fri, Feb 01, 2008 at 10:04:04PM +0100, Bastian Blank wrote: On Fri, Feb 01, 2008 at 12:22:57PM -0800, Andrew Morton wrote: On Fri, 1 Feb 2008 21:02:08 +0100 Bastian Blank [EMAIL PROTECTED] wrote: Fix ext4 bitops. This is incomplete. Please tell us what was fixed. If it was

Re: [PATCH] x86: restore correct module name for apm

2008-02-03 Thread Sam Ravnborg
On Sun, Feb 03, 2008 at 11:52:16AM +, A.E.Lawrence wrote: Sam Ravnborg wrote: The apm module were renamed to apm_32 during the merge of 32 and 64 bit x86 which is unfortunate. As apm is 32 bit specific we like to keep the _32 in the filename but the module should be named apm.

Re: [git patches] net driver updates #2

2008-02-03 Thread David Miller
From: David Miller [EMAIL PROTECTED] Date: Fri, 01 Feb 2008 21:52:10 -0800 (PST) From: Jeff Garzik [EMAIL PROTECTED] Date: Fri, 1 Feb 2008 16:03:38 -0500 Please pull from 'upstream2-davem' branch of This is now pulled and pushed back out to net-2.6 The first S2io patch breaks the build

Re: [patch 0/4] cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Sam Ravnborg
On Sun, Feb 03, 2008 at 02:22:17PM +0300, Cyrill Gorcunov wrote: This patch series removes code duplication for PAGE_SIZE definition on various architectures. Please review. Any comments are welcome. *UNTESTED* Looks good. Could you do a followup patch for each architecture introducing use

Re: [linux-pm] sleepy linux self-test

2008-02-03 Thread Rafael J. Wysocki
On Sunday, 3 of February 2008, David Brownell wrote: On Saturday 02 February 2008, Ingo Molnar wrote: randconfig testing found the following build failure: kernel/built-in.o: In function `be_sleepy': sleepy.c:(.init.text+0x1952): undefined reference to `rtc_class'

Re: 2.6.24-git7: section mismatches woes

2008-02-03 Thread Sam Ravnborg
suspend to RAM working? I dunno - never used it I'm afraid. And do not know how to do it either. # echo mem /sys/power/state (better do it after a fresh boot for the first time in case it fails). Will try later - thanks. The way to approach it is straightforward but boring.

Re: [PATCH] Fix ext4 bitops

2008-02-03 Thread Geert Uytterhoeven
On Sun, 3 Feb 2008, Heiko Carstens wrote: On Fri, Feb 01, 2008 at 10:04:04PM +0100, Bastian Blank wrote: On Fri, Feb 01, 2008 at 12:22:57PM -0800, Andrew Morton wrote: On Fri, 1 Feb 2008 21:02:08 +0100 Bastian Blank [EMAIL PROTECTED] wrote: Fix ext4 bitops. This is

[PATCH] x86: rename module scx200_32 to scx200

2008-02-03 Thread Sam Ravnborg
The module scx200 were renamed to scx200_32 by the merge of the 32 and 64 bit x86 arch trees. Keep the _32 prefix on the .c file as it is 32 bit specific and fix the module name in the Makefile. Signed-off-by: Sam Ravnborg [EMAIL PROTECTED] Cc: Ingo Molnar [EMAIL PROTECTED] Cc: Thomas Gleixner

Re: 2.6.24-git7: section mismatches woes

2008-02-03 Thread Rafael J. Wysocki
On Sunday, 3 of February 2008, Sam Ravnborg wrote: On Sat, Feb 02, 2008 at 11:47:29PM +0100, Rafael J. Wysocki wrote: On Saturday, 2 of February 2008, Sam Ravnborg wrote: On Wed, Jan 30, 2008 at 10:32:52PM +0100, Rafael J. Wysocki wrote: On Wednesday, 30 of January 2008, Sam Ravnborg

Re: Linux 2.6.24

2008-02-03 Thread Jan Engelhardt
On Jan 24 2008 15:17, Linus Torvalds wrote: The release is out there (both git trees and as tarballs/patches), and for the next week many kernel developers will be at (or flying into/out of) LCA in Melbourne, so let's hope it's a good one. |type commit |tag v2.6.24 |tagger Linus Torvalds ...

Re: [PATCH] x86: rename module scx200_32 to scx200

2008-02-03 Thread Ingo Molnar
* Sam Ravnborg [EMAIL PROTECTED] wrote: The module scx200 were renamed to scx200_32 by the merge of the 32 and 64 bit x86 arch trees. Keep the _32 prefix on the .c file as it is 32 bit specific and fix the module name in the Makefile. thanks Sam for auditing for _32 module renamess -

Re: [patch 0/4] cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Cyrill Gorcunov
[Sam Ravnborg - Sun, Feb 03, 2008 at 01:22:39PM +0100] | On Sun, Feb 03, 2008 at 02:22:17PM +0300, Cyrill Gorcunov wrote: | This patch series removes code duplication for PAGE_SIZE | definition on various architectures. | | Please review. Any comments are welcome. *UNTESTED* | | Looks good.

Re: [patch 0/4] cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Cyrill Gorcunov
[Sam Ravnborg - Sun, Feb 03, 2008 at 01:22:39PM +0100] | On Sun, Feb 03, 2008 at 02:22:17PM +0300, Cyrill Gorcunov wrote: | This patch series removes code duplication for PAGE_SIZE | definition on various architectures. | | Please review. Any comments are welcome. *UNTESTED* | | Looks good.

section breakage on ppc64 (aka __devinitconst is broken by design)

2008-02-03 Thread Al Viro
; cat a.c 'EOF' const char foo[] __attribute__ ((__section__(.blah))) = ; const char * const bar __attribute__((__section__(.blah))) = ; EOF ; gcc -m32 -S a.c ; gcc -m64 -S a.c a.c:2: error: bar causes a section type conflict ; That's 4.1.2 on ppc. What happens is that the second declaration

Re: [linux-pm] sleepy linux self-test

2008-02-03 Thread David Brownell
+config PM_WAKEALARM_TEST + bool Test suspend/resume and wakealarm during bootup + depends on SUSPEND PM_DEBUG RTC_LIB I guess it also should depend on CONFIG_RTC_DRV_CMOS (not being a module) and !CONFIG_RTC. No -- we need a *generic* test, not one that's needlessly

Re: [patch 1/4] AVR32: cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Haavard Skinnemoen
[removed bogus @atmel.co address from Cc] On Sun, 03 Feb 2008 14:22:18 +0300 Cyrill Gorcunov [EMAIL PROTECTED] wrote: Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] Applied, thanks. I found myself having to grep through include/linux to figure out what this _AC macro was really all about,

Re: Kernel Event Notifications (was: [RFC] Parallelize IO for e2fsck)

2008-02-03 Thread KOSAKI Motohiro
Hi Jon I looked at this a year or two back, then ran out of time. But the thing I wanted to do was have libc's memory allocation routines extended to handle these through reservations - the kernel should send a userspace notification and then there should be some kind of concept of returning

Re: [RFC] Parallelize IO for e2fsck

2008-02-03 Thread KOSAKI Motohiro
Hi Pavel As user pages are always in highmem, this should be easy to decide: only send SIGDANGER when highmem is full. (Yes, there are inodes/dentries/file descriptors in lowmem, but I doubt apps will respond to SIGDANGER by closing files). Good point; for a system with at least

Re: [patch 0/4] [RFC] EMMU Notifiers V5

2008-02-03 Thread Robin Holt
Great news! I have taken over Dean's xpmem patch set while he is on sabbatical. Before he left, he had his patch mostly working on top of this patch set. We had one deadlock. I have coded for that specific deadlock and xpmem now passes a simple grant/attach/fault/fork/unmap/map test. After

Re: 2.6.24 breaks BIOS updates on all Dell machines

2008-02-03 Thread Jean Delvare
Hi Michael, On Tue, 29 Jan 2008 13:09:25 -0600, Michael E Brown wrote: On Tue, Jan 29, 2008 at 08:04:17PM +0100, Sytse Wielinga wrote: I've created the simple patch below. I have no idea if it actually works, though, as I don't appear to have any hardware for which a linux driver supports

Commit f06e4ec breaks vmware

2008-02-03 Thread Jan Engelhardt
Hi, sad to say, but f06e4ec... breaks booting the kernel in vmware (bisected). Booting just stops after Checking for 'hlt' instruction... commit f06e4ec1c15691b0cfd2397ae32214fa36c90d71 Author: Ingo Molnar [EMAIL PROTECTED] Date: Wed Jan 30 13:32:39 2008 +0100 x86: read_tsc

Re: crypto/async_tx/* doesn't build on s390

2008-02-03 Thread Dan Williams
On Feb 3, 2008 4:40 AM, Heiko Carstens [EMAIL PROTECTED] wrote: On Fri, Feb 01, 2008 at 02:31:28PM -0700, Dan Williams wrote: [..] The fix works for me. Thanks! However your mailer replaced tabs with spaces and added an extra line break. The attached patch is slightly cleaner, and still

Re: [patch 1/4] AVR32: cleanup - use _AC macro to define PAGE_SIZE

2008-02-03 Thread Cyrill Gorcunov
[Haavard Skinnemoen - Sun, Feb 03, 2008 at 02:25:06PM +0100] | [removed bogus @atmel.co address from Cc] | | On Sun, 03 Feb 2008 14:22:18 +0300 | Cyrill Gorcunov [EMAIL PROTECTED] wrote: | | Signed-off-by: Cyrill Gorcunov [EMAIL PROTECTED] | | Applied, thanks. | | I found myself having to

Re: [PATCH] lockdep: Include all lock classes in all_lock_classes

2008-02-03 Thread Peter Zijlstra
On Fri, 2008-02-01 at 08:21 -0700, Dale Farnsworth wrote: Add each lock class to the all_lock_classes list when it is first registered. Previously, lock classes were added to all_lock_classes when the lock class was first used. Since one of the uses of the list is to find unused locks,

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-03 Thread David Newall
Greg KH wrote: It comes down to the simple fact, if you wish to use Linux, abide by the license it comes under. To do otherwise is both disenginous and illegal[1]. By the way, I'm almost certain that the COPYING file is the first, last and only document specifying licence conditions, and

Re: [GIT PULL] i2c updates for 2.6.25

2008-02-03 Thread Jean Delvare
On Mon, 28 Jan 2008 09:20:13 -0500, Jon Smirl wrote: On 1/28/08, Jean Delvare [EMAIL PROTECTED] wrote: The status is that I want to give people some time to comment on my modalias patches before I merge them. I also didn't have the time to look into the latest patches you sent yet, and I'd

Cash Grant***Esteem Winner..

2008-02-03 Thread Cheveron Texaco
You have won $800,000.00USD with Foundazion Di Vittorio proudly powered by ECOWAS. Contact Marvis Grant with your name and contact. [EMAIL PROTECTED] -- 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] USB: mark USB drivers as being GPL only

2008-02-03 Thread Pekka Enberg
Hi Christer, On Feb 3, 2008 1:48 PM, Christer Weinigel [EMAIL PROTECTED] wrote: Saying use BSD instead isn't a good answer for me since I don't know BSD well enough. And personally, I want to see Linux everywhere; I think it's a lot better to have Linux + a proprietary driver in an embedded

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-03 Thread David Newall
Greg KH wrote: It comes down to the simple fact, if you wish to use Linux, abide by the license it comes under. To do otherwise is both disenginous and illegal[1]. I think you're being dishonest. This isn't really about Linux and it being licensed under GPL, is it? Not if you're being 100%

Cash Grant***Esteem Winner..

2008-02-03 Thread Foundazion Di Vittorio
You have won $800,000.00USD with Foundazion Di Vittorio proudly powered by ECOWAS. Contact Marvis Grant with your name and contact. [EMAIL PROTECTED] -- 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] USB: mark USB drivers as being GPL only

2008-02-03 Thread Pekka Enberg
Hi David, On Feb 3, 2008 5:12 PM, David Newall [EMAIL PROTECTED] wrote: By the way, I'm almost certain that the COPYING file is the first, last and only document specifying licence conditions, and nothing in that prevents a proprietary driver from including a patch that, for example, globally

[PATCH] ADB: Add missing #include linux/platform_device.h

2008-02-03 Thread Geert Uytterhoeven
ADB: Add missing #include linux/platform_device.h Commit c9f6d3d5c6d4f4cd3a53549a69c92951180e2a76 [POWERPC] adb: Replace sleep notifier with platform driver suspend/resume hooks introduced compile errors on m68k because linux/platform_device.h is not explicitly included. On powerpc, it's

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-03 Thread David Newall
Pekka Enberg wrote: Hi David, On Feb 3, 2008 5:12 PM, David Newall [EMAIL PROTECTED] wrote: By the way, I'm almost certain that the COPYING file is the first, last and only document specifying licence conditions, and nothing in that prevents a proprietary driver from including a patch

Re: cups slow on linux-2.6.24

2008-02-03 Thread Jeff Chua
On Feb 2, 2008 10:44 PM, Jozsef Kadlecsik [EMAIL PROTECTED] wrote: Could I ask you to make two another tests? (I have been unable to reproduce the bug so far, but it must be my fault.) You need to send more than 510 jobs to see the problem. In both cases enable loggin invalid messages as

2.6.24 module problem

2008-02-03 Thread Jack Byer
Trying to boot 2.6.24 produces the following error messages when udev is called: VFS: Mounted root (xfs filesystem) readonly. Freeing unused kernel memory: 208k freed PAX: modprobe:752, uid/euid: 0/0, invalid execution attempt at 88018000 RIP: [88018000]

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-03 Thread Pekka Enberg
Hi David, On Feb 3, 2008 6:06 PM, David Newall [EMAIL PROTECTED] wrote: But what I don't understand is why people insist using the Linux kernel for something it clearly can never really properly support (proprietary code)? That's defeatist. Of course the Linux kernel can properly support

Re: [PATCH 0/5] isdn: fix section mismatch warnings in isdn

2008-02-03 Thread Karsten Keil
On Fri, Feb 01, 2008 at 02:38:38PM +0100, Sam Ravnborg wrote: drivers/isdn resulted in 34 section mismatch warnings - so I decided to give them a try. This resulted in 5 simple patches. I know Jeff Garzik has some ISDN clean-up patches pending but rather than waiting forever to have them

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-03 Thread Christer Weinigel
Pekka Enberg wrote: Why are we discussing this again? The Linux kernel is distributed under the GPLv2 and even though there are some legal gray areas regarding derived work (think nvidia and ati binary blobs here), the license is not friendly towards proprietary drivers at all. Why? Because

Re: [PATCH 1/5] ide: remove write-only -sata_misc[] from ide_hwif_t

2008-02-03 Thread Sergei Shtylyov
Hello. Bartlomiej Zolnierkiewicz wrote: * Remove write-only -sata_misc[] from ide_hwif_t. * Remove no longer used SATA_{MISC,PHY,IEN}_OFFSET defines. Acked-by: Sergei Shtylyov [EMAIL PROTECTED] MBR, Sergei -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

Re: 2.6.24 module problem

2008-02-03 Thread Christian Bornträger
Am Sonntag, 3. Februar 2008 schrieb Jack Byer: PAX: modprobe:752, uid/euid: 0/0, invalid execution attempt at This looks like an issue with PAX - [EMAIL PROTECTED] might be a better list to ask. Christian -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of

Re: [PATCH] USB: mark USB drivers as being GPL only

2008-02-03 Thread Marcel Holtmann
Hi David, As there is some controversy over the definition of derived work (think Linus' comments on porting a driver or a filesystem from another operating system here), we use the EXPORT_SYMBOL_GPL annotations as a big warning sign that what you're doing is likely to be considered as

Re: [PATCH] ide-tape: dump gcw fields on error in idetape_identify_device()

2008-02-03 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Acked-by: Sergei Shtylyov [EMAIL PROTECTED] Index: b/drivers/ide/ide-tape.c === --- a/drivers/ide/ide-tape.c +++

Solve section mismatch for free_area_init_core.

2008-02-03 Thread Alexander van Heukelum
Solve section mismatch for free_area_init_core: WARNING: vmlinux.o(.meminit.text+0x649): Section mismatch in reference from the function free_area_init_core() to the function .init.text:setup_usemap() The function __meminit free_area_init_core() references a function __init setup_usemap(). If

Re: section breakage on ppc64 (aka __devinitconst is broken by design)

2008-02-03 Thread Sam Ravnborg
On Sun, Feb 03, 2008 at 01:08:44PM +, Al Viro wrote: ; cat a.c 'EOF' const char foo[] __attribute__ ((__section__(.blah))) = ; const char * const bar __attribute__((__section__(.blah))) = ; EOF ; gcc -m32 -S a.c ; gcc -m64 -S a.c a.c:2: error: bar causes a section type conflict ;

Re: LPFC compilation error in 2.6.24-git12/git13

2008-02-03 Thread Jeff Garzik
Peter Teoh wrote: --- lpfc_init.c.old 2008-02-03 19:26:20.0 +0800 +++ drivers/scsi/lpfc/lpfc_init.c 2008-02-03 19:26:42.0 +0800 @@ -1894,7 +1894,7 @@ lpfc_pci_probe_one(struct pci_dev *pdev, uint16_t iotag; int bars = pci_select_bars(pdev,

Re: [BUG] 2.6.24 refuses to boot - ATA problem?

2008-02-03 Thread Jeff Garzik
Daniel Hazelton wrote: On Saturday 02 February 2008 18:40:55 Chris Rankin wrote: Hi, I have tried to boot a 2.6.24 kernel on my 1 GHz Coppermine / 512 MB RAM PC. (This is without the nmi_watchdog=1 option.) However, the ATA layer is failing to initialise: snip Driver 'sd' needs updating -

Re: 2.6.24 module problem

2008-02-03 Thread Jack Byer
It did this with and without the PAX patch -- 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/

[PATCH] mmap_region: cleanup, remove unneeded file != NULL check

2008-02-03 Thread Oleg Nesterov
mmap_region() checks file != NULL when we know file vma_merge() == T. Also, swap these if/else branches, imho make the code a bit more readable. Signed-off-by: Oleg Nesterov [EMAIL PROTECTED] --- MM/mm/mmap.c~1_MMAP 2008-01-27 17:09:47.0 +0300 +++ MM/mm/mmap.c2008-02-03

Re: wakeup code translated to .c

2008-02-03 Thread Rafael J. Wysocki
On Wednesday, 30 of January 2008, Pavel Machek wrote: Hi! Hi, This version works on 32-bit, and builds on 64-bit (but I'm pretty sure it does not work. 32-bit code probably needs to go into rm/) Do you have an updated version or is this the latest one? Rafael -- To unsubscribe from

Re: [PATCH] Remove unneeded code in sys_getpriority

2008-02-03 Thread Rabin Vincent
On Sun, Feb 03, 2008 at 10:54:45AM +0100, Frank Seidel wrote: On Sunday 03 February 2008 04:04, Rabin Vincent wrote: This check is not required because the condition is always true. ... - if (niceval retval) - retval = niceval;

Re: [PATCH] Unbreak sky2 on 88E8039 with current git

2008-02-03 Thread Stephen Hemminger
On Sat, 02 Feb 2008 16:57:12 -0800 Petr Vandrovec [EMAIL PROTECTED] wrote: Stephen Hemminger wrote: On Sat, 2 Feb 2008 11:52:43 +0100 Petr Vandrovec [EMAIL PROTECTED] wrote: Hello, since I synced my tree to Linus's one two days ago, sky2's packet receiption dies almost

Re: [PATCH] Remove unneeded code in sys_getpriority

2008-02-03 Thread Frank Seidel
On Sunday 03 February 2008 18:58, Rabin Vincent wrote: Do you mean the PRIO_* cases in the switch? They're still independent of position after the patch because they don't fall through. Yes, sure, this is fully correct now. Just if somehting whatsoever is put ahead touching retval one need to

Re: [BUG] 2.6.24 refuses to boot - ATA problem?

2008-02-03 Thread Daniel Hazelton
On Sunday 03 February 2008 12:36:33 Jeff Garzik wrote: Daniel Hazelton wrote: On Saturday 02 February 2008 18:40:55 Chris Rankin wrote: Hi, I have tried to boot a 2.6.24 kernel on my 1 GHz Coppermine / 512 MB RAM PC. (This is without the nmi_watchdog=1 option.) However, the ATA layer

Re: wakeup code translated to .c

2008-02-03 Thread Pavel Machek
Hi! This version works on 32-bit, and builds on 64-bit (but I'm pretty sure it does not work. 32-bit code probably needs to go into rm/) Do you have an updated version or is this the latest one? I'm glad you ask ;-). Here's reasonably-recent version (I have slightly cleaner one,

Re: [PATCH] sys_remap_file_pages: fix -vm_file accounting

2008-02-03 Thread Oleg Nesterov
(remove [EMAIL PROTECTED] from CC) On 02/02, Matt Helsley wrote: On Wed, 2008-01-30 at 20:26 +0300, Oleg Nesterov wrote: Offtopic. I noticed this problem while looking at this patch: http://marc.info/?l=linux-mm-commitsm=120141116911711 So this (the old vma could be removed

Re: [PATCH] proc: return -EPERM when preventing read of /proc/*/maps

2008-02-03 Thread Guillaume Chazarain
On Jan 4, 2008 4:19 PM, Al Viro [EMAIL PROTECTED] wrote: Umm... Actually, m_next() and m_stop() both appear to be too convoluted. * m_next() never gets v == NULL * the only reason why we do that mmput et.al. both from -next() and -stop() is that we try to avoid having priv-mm; why bother?

Re:

2008-02-03 Thread Benny Halevy
am kara wrote: hello, If kernel does kmap_atomic(temporary kernel mapping) on behalf of a process by a cpu, does the process will continue to run and no other process can be scheduled to switch it off?(till kunmap_atomic is done) Effectively, kmap_atomic implementations call

Re: wakeup code translated to .c

2008-02-03 Thread Rafael J. Wysocki
On Sunday, 3 of February 2008, Pavel Machek wrote: Hi! This version works on 32-bit, and builds on 64-bit (but I'm pretty sure it does not work. 32-bit code probably needs to go into rm/) Do you have an updated version or is this the latest one? I'm glad you ask ;-).

Re: [PATCH] sys_remap_file_pages: fix -vm_file accounting

2008-02-03 Thread Oleg Nesterov
Off-topic question to all. sys_remap_file_pages() doesn't work with shared readonly mappings, why? IOW, why it checks VM_SHARED but not VM_MAYSHARE? Thanks in advance, Oleg. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED]

Re: section breakage on ppc64 (aka __devinitconst is broken by design)

2008-02-03 Thread Al Viro
On Sun, Feb 03, 2008 at 06:26:35PM +0100, Sam Ravnborg wrote: On Sun, Feb 03, 2008 at 01:08:44PM +, Al Viro wrote: ; cat a.c 'EOF' const char foo[] __attribute__ ((__section__(.blah))) = ; const char * const bar __attribute__((__section__(.blah))) = ; EOF ; gcc -m32 -S a.c ; gcc

Re: [PATCH 5/5] ide: add ide_read_error() inline helper

2008-02-03 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Acked-by: Sergei Shtylyov [EMAIL PROTECTED] MBR, Sergei -- 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: Latest -git ioremap error

2008-02-03 Thread Kevin Winchester
Kevin Winchester wrote: Hi Thomas, Ingo, I noticed that my direct rendering is no longer working, with the following in my dmesg: [0.588184] agpgart: Detected AGP bridge 0 [0.588184] agpgart: unable to get memory for graphics translation table. [0.588184] agpgart:

[PATCH 0/6] udf: next round of cleanups

2008-02-03 Thread marcin . slusarz
Hi This patchset contains next round of various UDF fs cleanups. [PATCH 1/6] udf: udf_get_block, inode_bmap - remove unneeded checks [PATCH 2/6] udf: create function for conversion from timestamp to timespec [PATCH 3/6] udf: convert udf_stamp_to_time to return struct timespec [PATCH 4/6] udf:

[PATCH 0/6] udf: next round of cleanups

2008-02-03 Thread marcin . slusarz
Hi This patchset contains next round of various UDF fs cleanups. [PATCH 1/6] udf: udf_get_block, inode_bmap - remove unneeded checks [PATCH 2/6] udf: create function for conversion from timestamp to timespec [PATCH 3/6] udf: convert udf_stamp_to_time to return struct timespec [PATCH 4/6] udf:

  1   2   3   4   5   >