Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-18 Thread Alan Stern
On Sun, 18 Mar 2007, Jiri Slaby wrote: > Alan Stern napsal(a): > > On Sun, 18 Mar 2007, Jiri Slaby wrote: > > > >> Alan Stern napsal(a): > >>> In drivers/usb/host/uhci-q.c, near the start is a function named > >>> uhci_fsbr_on(). Put a "return" statement right at its beginning so that > >>> the

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-18 Thread Jiri Slaby
Alan Stern napsal(a): On Sun, 18 Mar 2007, Jiri Slaby wrote: Alan Stern napsal(a): In drivers/usb/host/uhci-q.c, near the start is a function named uhci_fsbr_on(). Put a "return" statement right at its beginning so that the function doesn't do anything. Does that make any difference? Yes, i

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-18 Thread Alan Stern
On Sun, 18 Mar 2007, Jiri Slaby wrote: > Alan Stern napsal(a): > > In drivers/usb/host/uhci-q.c, near the start is a function named > > uhci_fsbr_on(). Put a "return" statement right at its beginning so that > > the function doesn't do anything. Does that make any difference? > > Yes, it works.

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-18 Thread Jiri Slaby
Alan Stern napsal(a): In drivers/usb/host/uhci-q.c, near the start is a function named uhci_fsbr_on(). Put a "return" statement right at its beginning so that the function doesn't do anything. Does that make any difference? Yes, it works. regards, -- http://www.fi.muni.cz/~xslaby/

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-18 Thread Alan Stern
On Sun, 18 Mar 2007, Jiri Slaby wrote: > Alan Stern napsal(a): > > Nothing in the log stands out. Can you collect an equivalent log using a > > version of uhci-hcd with the "eliminate skeleton QHs" patch reverted? > > Perhaps there will be a significant difference. Although I doubt it... ...

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-18 Thread Jiri Slaby
Alan Stern napsal(a): Nothing in the log stands out. Can you collect an equivalent log using a version of uhci-hcd with the "eliminate skeleton QHs" patch reverted? Perhaps there will be a significant difference. Although I doubt it... f74d8f40 3949330898 C Ii:001:01 0 1 = 04 f74d8f40 39493

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-17 Thread Alan Stern
On Sat, 17 Mar 2007, Jiri Slaby wrote: > Alan Stern napsal(a): > > On Tue, 13 Mar 2007, Jiri Slaby wrote: > > > >> So, do you mean rmmod uhci_hcd, unplug the keyboard, modprobe > >> uhci_hcd, start usbmon, plug the keyboard, press numlock, stop usbmon, > >> post it? > > Here you are: ... > (Re

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-17 Thread Jiri Slaby
Alan Stern napsal(a): On Tue, 13 Mar 2007, Jiri Slaby wrote: So, do you mean rmmod uhci_hcd, unplug the keyboard, modprobe uhci_hcd, start usbmon, plug the keyboard, press numlock, stop usbmon, post it? Here you are: f78666c0 1992239699 C Ii:001:01 -2 0 f74d7b40 1996231756 S Ci:001:00 s 80 00

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-16 Thread Jiri Slaby
On 3/15/07, Alan Stern <[EMAIL PROTECTED]> wrote: By the way, what happens if you press CapsLock rather than NumLock? It should behave pretty the same, sending a command to the keyboard to change an LED setting. Does the keyboard then stop working in the same way? Yes, and hence the *lock in

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-15 Thread Alan Stern
On Tue, 13 Mar 2007, Jiri Slaby wrote: > So, do you mean rmmod uhci_hcd, unplug the keyboard, modprobe > uhci_hcd, start usbmon, plug the keyboard, press numlock, stop usbmon, > post it? By the way, what happens if you press CapsLock rather than NumLock? It should behave pretty the same, sendin

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-13 Thread Alan Stern
On Tue, 13 Mar 2007, Jiri Slaby wrote: > On 3/13/07, Alan Stern <[EMAIL PROTECTED]> wrote: > > I don't see anything in the UHCI snapshots to explain the difference in > > behavior. One thing that stands out is the other, low-speed device (a > > mouse?) -- in the bad kernel dump its driver was run

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-13 Thread Jiri Slaby
On 3/13/07, Alan Stern <[EMAIL PROTECTED]> wrote: I don't see anything in the UHCI snapshots to explain the difference in behavior. One thing that stands out is the other, low-speed device (a mouse?) -- in the bad kernel dump its driver was running and in the good kernel dump its driver wasn't.

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-13 Thread Alan Stern
On Mon, 12 Mar 2007, Jiri Slaby wrote: > Alan, sorry for the previous bad post, I mismatched 2 files. This is > hopefully correct. > > > thanks. Could you also please redo the test with the offending uhci patch > > reverted and send the output of a working situation? > > - BAD kernel: > > USB

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-12 Thread Jiri Slaby
Jiri Kosina napsal(a): (trimmed CC list a bit) On Mon, 12 Mar 2007, Jiri Slaby wrote: UHCI: Eliminate asynchronous skeleton Queue Headers Post it along with the usbmon log, and I'll try to figure out what happened. Here it comes: USBMON: f7525b40 1832950485 C Ii:004:01 0 8 = 5300 00

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-12 Thread Jiri Kosina
(trimmed CC list a bit) On Mon, 12 Mar 2007, Jiri Slaby wrote: > > > UHCI: Eliminate asynchronous skeleton Queue Headers > > Post it along with the usbmon log, and I'll try to figure out what happened. > Here it comes: > USBMON: > f7525b40 1832950485 C Ii:004:01 0 8 = 5300 > f75

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-12 Thread Alan Stern
On Mon, 12 Mar 2007, Jiri Slaby wrote: > Alan Stern napsal(a): > > On Mon, 12 Mar 2007, Jiri Slaby wrote: > > > >> Bisecting figured out the culprit: > >> Commit: 17230acdc71137622ca7dfd789b3944c75d39404 > >> Author: Alan Stern <[EMAIL PROTECTED]> Mon, 19 Feb 2007 15:52:45 -0500 > >> > >> UH

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-12 Thread Jiri Slaby
Alan Stern napsal(a): On Mon, 12 Mar 2007, Jiri Slaby wrote: Bisecting figured out the culprit: Commit: 17230acdc71137622ca7dfd789b3944c75d39404 Author: Alan Stern <[EMAIL PROTECTED]> Mon, 19 Feb 2007 15:52:45 -0500 UHCI: Eliminate asynchronous skeleton Queue Headers [...] Post it along

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-12 Thread Alan Stern
On Mon, 12 Mar 2007, Jiri Slaby wrote: > Bisecting figured out the culprit: > Commit: 17230acdc71137622ca7dfd789b3944c75d39404 > Author: Alan Stern <[EMAIL PROTECTED]> Mon, 19 Feb 2007 15:52:45 -0500 > > UHCI: Eliminate asynchronous skeleton Queue Headers > > This patch (as856) attempt

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-12 Thread Jiri Slaby
Jiri Kosina napsal(a): On Sun, 11 Mar 2007, Jiri Slaby wrote: - /* make sure the unused bits in the last byte are zeros */ - if (count > 0 && size > 0) - data[(offset+count*size-1)/8] = 0; - No, this doesn't help -- -rc3-mm2 minus this behaves exactly the same. [...]

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-11 Thread Jiri Slaby
Jiri Slaby napsal(a): Jiri Kosina napsal(a): Hmm, strange, I did bet that this would have solved the problem, as the code is for sure bogus and could be causing these kinds of problems (I Hmm, so I'll check this out again to eliminate human factor. verified. -- http://www.fi.muni.cz/~xsla

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-11 Thread Jiri Slaby
Jiri Kosina napsal(a): On Sun, 11 Mar 2007, Jiri Slaby wrote: - /* make sure the unused bits in the last byte are zeros */ - if (count > 0 && size > 0) - data[(offset+count*size-1)/8] = 0; - No, this doesn't help -- -rc3-mm2 minus this behaves exactly the same. -rc3 w

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-11 Thread Jiri Kosina
On Sun, 11 Mar 2007, Jiri Slaby wrote: > > - /* make sure the unused bits in the last byte are zeros */ > > - if (count > 0 && size > 0) > > - data[(offset+count*size-1)/8] = 0; > > - > No, this doesn't help -- -rc3-mm2 minus this behaves exactly the same. > -rc3 without this patch

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-11 Thread Jiri Slaby
Jiri Kosina napsal(a): On Fri, 9 Mar 2007, Jiri Kosina wrote: If this is present also in vanilla and not only in -mm, could you please try reverting commits 4237081e573b99a48991aa71364b0682c444651c and d4ae650a904612ffb7edd3f28b69b022988d2466 and let me know if the situation gets any better?

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-09 Thread Jiri Slaby
On 3/9/07, Jiri Slaby <[EMAIL PROTECTED]> wrote: I don't know if this is related, but my notebook keyboard doesn't emit numbers with numlock (not even directly Fn+blue number) anymore with -rc3 (note that LED is flashing when numlock is on). I think -rc2 worked fine (I'm going to check this too).

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-09 Thread Jiri Slaby
On 3/9/07, Jiri Kosina <[EMAIL PROTECTED]> wrote: On Fri, 9 Mar 2007, Jiri Kosina wrote: > If this is present also in vanilla and not only in -mm, could you please > try reverting commits 4237081e573b99a48991aa71364b0682c444651c and > d4ae650a904612ffb7edd3f28b69b022988d2466 and let me know if t

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-09 Thread Jiri Kosina
On Fri, 9 Mar 2007, Jiri Kosina wrote: > If this is present also in vanilla and not only in -mm, could you please > try reverting commits 4237081e573b99a48991aa71364b0682c444651c and > d4ae650a904612ffb7edd3f28b69b022988d2466 and let me know if the > situation gets any better? Hi Jiri, or eve

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-09 Thread Jiri Kosina
On Fri, 9 Mar 2007, Dmitry Torokhov wrote: > > > > > (II) evdev brain: Rescanning devices (12). > > > > > (II) evdev brain: Rescanning devices (13). > > > > > (II) evdev brain: Rescanning devices (14). > > > > > in this kernel, but I don't know if this is relevant. > > > > > After booting back to

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-09 Thread Dmitry Torokhov
On 3/9/07, Jiri Slaby <[EMAIL PROTECTED]> wrote: Andrew Morton napsal(a): > On Sat, 03 Mar 2007 16:54:45 +0100 Jiri Slaby <[EMAIL PROTECTED]> wrote: > >> >> Jiri Slaby napsal(a): >>> Andrew Morton napsal(a): >>>> Temporarily at >>

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-09 Thread Jiri Slaby
Andrew Morton napsal(a): On Sat, 03 Mar 2007 16:54:45 +0100 Jiri Slaby <[EMAIL PROTECTED]> wrote: Jiri Slaby napsal(a): Andrew Morton napsal(a): Temporarily at http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ Weird behaviour of numlock and capslock on USB keyboard in X. After Hmm

Re: i2c vs nVidia [Re: 2.6.21-rc2-mm1]

2007-03-06 Thread Jean Delvare
Hi All, On Tue, 6 Mar 2007 09:45:43 +0100, Jean Delvare wrote: > > > I guess we need to wait and see if someone hits the same problems > > > with an in-kernel driver. > > I just did, with i2c-nforce2. The key to trigger it seems to be to load > an i2c bus driver _after_ loading i2c-isa and a suit

Re: i2c vs nVidia [Re: 2.6.21-rc2-mm1]

2007-03-06 Thread Jean Delvare
Mar 2007 03:00:26 -0800, Andrew Morton <[EMAIL PROTECTED]> > > > wrote: > > > > > > > > > > > Temporarily at > > > > > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > > > > > > > Mor

Re: i2c vs nVidia [Re: 2.6.21-rc2-mm1]

2007-03-05 Thread Greg KH
> > > > > Temporarily at > > > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > > > > More things... > > > > Yes, this is related to nVidia driver. First of all, I'm not asking for help > > for a broken closed-source d

Re: i2c vs nVidia [Re: 2.6.21-rc2-mm1]

2007-03-05 Thread Andrew Morton
On Tue, 6 Mar 2007 01:16:21 +0100 "J.A. Magall__n" <[EMAIL PROTECTED]> wrote: > On Fri, 2 Mar 2007 03:00:26 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ &

i2c vs nVidia [Re: 2.6.21-rc2-mm1]

2007-03-05 Thread J.A. Magallón
On Fri, 2 Mar 2007 03:00:26 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > More things... Yes, this is related to nVidia driver. First of all, I'm not asking for help for a broken closed-

Re: 2.6.21-rc2-mm1

2007-03-05 Thread Andrew Morton
On Mon, 5 Mar 2007 23:20:58 +0100 "J.A. Magall__n" <[EMAIL PROTECTED]> wrote: > On Fri, 2 Mar 2007 03:00:26 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm

Re: 2.6.21-rc2-mm1

2007-03-05 Thread J.A. Magallón
On Fri, 2 Mar 2007 03:00:26 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > Will appear later at > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc

Re: 2.6.21-rc2-mm1: drivers/usb/host/ohci-ssb.c doesn't compile

2007-03-05 Thread Michael Buesch
On Monday 05 March 2007 19:42, David Brownell wrote: > On Monday 05 March 2007 3:26 am, Michael Buesch wrote: > > > > Actually, it seems like I will run into other kinds of nasty problems > > > due to stupid design of the HCD code. The OHCI code #includes > > > the various drivers, which have a mo

Re: 2.6.21-rc2-mm1: drivers/usb/host/ohci-ssb.c doesn't compile

2007-03-05 Thread David Brownell
On Monday 05 March 2007 3:26 am, Michael Buesch wrote: > > Actually, it seems like I will run into other kinds of nasty problems > > due to stupid design of the HCD code. The OHCI code #includes > > the various drivers, which have a module_init each. So if you > > compile PCI and SSB support, you

Re: 2.6.21-rc2-mm1: drivers/usb/host/ohci-ssb.c doesn't compile

2007-03-05 Thread Adrian Bunk
> > > > > /home/bunk/linux/kernel-2.6/linux-2.6.21-rc2-mm1/drivers/usb/host/ohci-hcd.c:931: > > > > > /home/bunk/linux/kernel-2.6/linux-2.6.21-rc2-mm1/drivers/usb/host/ohci-ssb.c:47: > > > > > error: request for member 'hcd_priv_size'

Re: 2.6.21-rc2-mm1: drivers/usb/host/ohci-ssb.c doesn't compile

2007-03-05 Thread Greg KH
On Mon, Mar 05, 2007 at 12:26:45PM +0100, Michael Buesch wrote: > On Monday 05 March 2007 11:57, Michael Buesch wrote: > > > > CC drivers/usb/host/ohci-hcd.o > > > > In file included from > > > > /home/bunk/linux/kernel-2.6/linux-2.6.21-

Re: 2.6.21-rc2-mm1

2007-03-05 Thread Zan Lynx
xperiencing. I have not been able to get my laptop to run 2.6.21-rc2-mm1 for more than 5 minutes. The last kernel I had working was 2.6.20-rc6-mm3. The problems may be multiple. Whenever I load the new bcm43xx drivers and do *anything* with iwconfig, it locks hard. No keyboard LEDs, and sysrq d

Re: 2.6.21-rc2-mm1 -- WARNING: "pcmcia_access_configuration_register" [drivers/ssb/ssb.ko] undefined!

2007-03-05 Thread Randy Dunlap
On Mon, 5 Mar 2007 11:11:29 +0100 Michael Buesch wrote: > On Monday 05 March 2007 05:21, Miles Lane wrote: > > WARNING: "pcmcia_access_configuration_register" [drivers/ssb/ssb.ko] > > undefined! > > WARNING: "pccard_parse_tuple" > > [drivers/net/wireless/mac80211/bcm43xx/bcm43xx-mac80211.ko] unde

Re: 2.6.21-rc2-mm1

2007-03-05 Thread Bill Davidsen
Neil Brown wrote: On Sunday March 4, [EMAIL PROTECTED] wrote: On Mon, 5 Mar 2007 01:11:33 +0100 "J.A. Magallón" <[EMAIL PROTECTED]> wrote: On Fri, 2 Mar 2007 03:00:26 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: Temporarily at http://userweb.kernel.org/~akpm

Re: 2.6.21-rc2-mm1: drivers/usb/host/ohci-ssb.c doesn't compile

2007-03-05 Thread Michael Buesch
On Monday 05 March 2007 11:57, Michael Buesch wrote: > > > CC drivers/usb/host/ohci-hcd.o > > > In file included from > > > /home/bunk/linux/kernel-2.6/linux-2.6.21-rc2-mm1/drivers/usb/host/ohci-hcd.c:931: > > > /home/bunk/linux/kernel-2.6/linux-2.6.21

Re: 2.6.21-rc2-mm1: drivers/usb/host/ohci-ssb.c doesn't compile

2007-03-05 Thread Michael Buesch
git-wireless.patch > > >... > > > git trees > > >... > > > > <-- snip --> > > > > ... > > CC drivers/usb/host/ohci-hcd.o > > In file included from > > /home/bunk/linux/kernel-2.6/linux-2.6.21-rc2-mm1/drivers/usb/host/ohci-hcd.c:

Re: 2.6.21-rc2-mm1: drivers/usb/host/ohci-ssb.c doesn't compile

2007-03-05 Thread Michael Buesch
gt; > ... > CC drivers/usb/host/ohci-hcd.o > In file included from > /home/bunk/linux/kernel-2.6/linux-2.6.21-rc2-mm1/drivers/usb/host/ohci-hcd.c:931: > /home/bunk/linux/kernel-2.6/linux-2.6.21-rc2-mm1/drivers/usb/host/ohci-ssb.c:47: > error: request for member 'hcd_priv_s

Re: 2.6.21-rc2-mm1: drivers/net/wireless/ compile error

2007-03-05 Thread Michael Buesch
On Monday 05 March 2007 02:47, Adrian Bunk wrote: > On Fri, Mar 02, 2007 at 03:00:26AM -0800, Andrew Morton wrote: > >... > > Changes since 2.6.20-mm2: > >... > > git-wireless.patch > >... > > git trees > >... > > Multiple copies of the same drivers are a problem: > > <-- snip --> > > ... >

Re: 2.6.21-rc2-mm1

2007-03-05 Thread Antonino A. Daplas
On Mon, 2007-03-05 at 02:14 -0800, Andrew Morton wrote: > On Fri, 02 Mar 2007 16:56:42 +0100 Michal Piotrowski <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > Andrew Morton napisał(a): > > > Temporarily at > > > > > > http://userw

Re: 2.6.21-rc2-mm1

2007-03-05 Thread Andrew Morton
On Fri, 02 Mar 2007 16:56:42 +0100 Michal Piotrowski <[EMAIL PROTECTED]> wrote: > Hi, > > Andrew Morton napisał(a): > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > Possible fix for > > nvidiafb-bring-bac

Re: 2.6.21-rc2-mm1 -- WARNING: "pcmcia_access_configuration_register" [drivers/ssb/ssb.ko] undefined!

2007-03-05 Thread Michael Buesch
On Monday 05 March 2007 05:21, Miles Lane wrote: > WARNING: "pcmcia_access_configuration_register" [drivers/ssb/ssb.ko] > undefined! > WARNING: "pccard_parse_tuple" > [drivers/net/wireless/mac80211/bcm43xx/bcm43xx-mac80211.ko] undefined! > WARNING: "pcmcia_register_driver" > [drivers/net/wireless/

2.6.21-rc2-mm1 -- WARNING: "pcmcia_access_configuration_register" [drivers/ssb/ssb.ko] undefined!

2007-03-04 Thread Miles Lane
WARNING: "pcmcia_access_configuration_register" [drivers/ssb/ssb.ko] undefined! WARNING: "pccard_parse_tuple" [drivers/net/wireless/mac80211/bcm43xx/bcm43xx-mac80211.ko] undefined! WARNING: "pcmcia_register_driver" [drivers/net/wireless/mac80211/bcm43xx/bcm43xx-mac80211.ko] undefined! WARNING: "pc

Re: 2.6.21-rc2-mm1 -- kernel/sched.c:3384: error: 'struct rq' has no member named 'in_nohz_recently'

2007-03-04 Thread Miles Lane
Ah, I see this was already reported. Sorry. My query at marc.theaimsgroup.com didn't find the previous report. I just stumbled onto it while browsing for other information. Miles - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

Re: 2.6.21-rc2-mm1

2007-03-04 Thread Neil Brown
> > > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > > > Will appear later at > > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc2/2.6.21-rc2-mm1/ > > > > >

2.6.21-rc2-mm1 -- kernel/sched.c:3384: error: 'struct rq' has no member named 'in_nohz_recently'

2007-03-04 Thread Miles Lane
I ran "make oldconfig" and picked various options and then make hit: CC kernel/sched.o kernel/sched.c: In function 'trigger_load_balance': kernel/sched.c:3384: error: 'struct rq' has no member named 'in_nohz_recently' kernel/sched.c:3384: error: 'struct rq' has no member named 'idle_at_tick

2.6.21-rc2-mm1: drivers/usb/host/ohci-ssb.c doesn't compile

2007-03-04 Thread Adrian Bunk
On Fri, Mar 02, 2007 at 03:00:26AM -0800, Andrew Morton wrote: >... > Changes since 2.6.20-mm2: >... > git-wireless.patch >... > git trees >... <-- snip --> ... CC drivers/usb/host/ohci-hcd.o In file included from /home/bunk/linux/kernel-2.6/linux-2.6.21-rc

2.6.21-rc2-mm1: drivers/net/wireless/ compile error

2007-03-04 Thread Adrian Bunk
On Fri, Mar 02, 2007 at 03:00:26AM -0800, Andrew Morton wrote: >... > Changes since 2.6.20-mm2: >... > git-wireless.patch >... > git trees >... Multiple copies of the same drivers are a problem: <-- snip --> ... LD drivers/net/wireless/built-in.o drivers/net/wireless/mac80211/built-in

Re: 2.6.21-rc2-mm1

2007-03-04 Thread Andrew Morton
On Mon, 5 Mar 2007 01:11:33 +0100 "J.A. Magallón" <[EMAIL PROTECTED]> wrote: > On Fri, 2 Mar 2007 03:00:26 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm

Re: 2.6.21-rc2-mm1

2007-03-04 Thread Andrew Morton
On Mon, 5 Mar 2007 01:11:33 +0100 "J.A. Magallón" <[EMAIL PROTECTED]> wrote: > On Fri, 2 Mar 2007 03:00:26 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm

Re: 2.6.21-rc2-mm1

2007-03-04 Thread J.A. Magallón
On Fri, 2 Mar 2007 03:00:26 -0800, Andrew Morton <[EMAIL PROTECTED]> wrote: > > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > Will appear later at > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-r

Re: 2.6.21-rc2-mm1

2007-03-04 Thread Michal Piotrowski
not. The common denominator could be no hard drive I/O > activity. > > I read Michal P. report and it might be that we hit the same bug here. > > Below you'll find the output and current config attached. > > > > Loglevel set to 7 > SysRq : Show Regs > &

Re: 2.6.21-rc2-mm1

2007-03-04 Thread Michal Piotrowski
On 04/03/07, Mariusz Kozlowski <[EMAIL PROTECTED]> wrote: > I'll dig some more and try to catch some data. Ok. I started the system and it froze after approx. 5 min. of uptime. Scenario: - I logged into kde - started aterm - insmod netconsole ... blah blah - started azureus (downloading 1 torr

Re: [Re: 2.6.21-rc2-mm1] #error no ROMFS backing store interface configured

2007-03-04 Thread David Howells
Adrian Bunk <[EMAIL PROTECTED]> wrote: > Is > > CONFIG_BLOCK=y > CONFIG_ROMFS_FS=y > CONFIG_ROMFS_ON_BLOCK=n > CONFIG_ROMFS_ON_MTD=y > > a reasonable configuration that should be supported, or can we turn > CONFIG_ROMFS_ON_BLOCK always on if CONFIG_BLOCK=y? Hmmm... I don't really know the ans

Re: [Re: 2.6.21-rc2-mm1] #error no ROMFS backing store interface configured

2007-03-04 Thread Adrian Bunk
On Sun, Mar 04, 2007 at 03:11:09PM +, David Howells wrote: > Andrew Morton <[EMAIL PROTECTED]> wrote: > > > So we require that one of these be enabled if ROMFS. > > At least one, yes. Both can be enabled. I don't know how to do it though. How to solve it depends on the intended semantics.

Re: [Re: 2.6.21-rc2-mm1] #error no ROMFS backing store interface configured

2007-03-04 Thread David Howells
Andrew Morton <[EMAIL PROTECTED]> wrote: > So we require that one of these be enabled if ROMFS. At least one, yes. Both can be enabled. I don't know how to do it though. David - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED

Re: [Re: 2.6.21-rc2-mm1] #error no ROMFS backing store interface configured

2007-03-04 Thread Maciej Rutecki
Andrew Morton napisał(a): > > +config ROMFS_ON_BLOCK > + bool "Block device-backed ROM file system support" > + depends on ROMFS_FS && BLOCK > + help > + This permits ROMFS to use block devices buffered through the page > + cache as the medium from which to retrieve data.

Re: [Re: 2.6.21-rc2-mm1] #error no ROMFS backing store interface configured

2007-03-04 Thread Andrew Morton
On Sun, 04 Mar 2007 12:58:39 +0100 Maciej Rutecki <[EMAIL PROTECTED]> wrote: > CC [M] fs/romfs/storage.o > fs/romfs/storage.c:18:2: error: #error no ROMFS backing store interface > configured > make[3]: *** [fs/romfs/storage.o] Błąd 1 > make[2]: *** [fs/romfs] Błąd 2 > make[1]: *** [fs] Błąd 2 >

[Re: 2.6.21-rc2-mm1] #error no ROMFS backing store interface configured

2007-03-04 Thread Maciej Rutecki
ernel] Błąd 2 Config: http://maciek.unixy.pl/download/kernel/config-2.6.21-rc2-mm1.gz -- Maciej Rutecki <[EMAIL PROTECTED]> smime.p7s Description: S/MIME Cryptographic Signature

Re: 2.6.21-rc2-mm1

2007-03-04 Thread Mariusz Kozlowski
> Thanks. Are you sure that the kermel hasn't already oopsed when this > happens? (netconsole will help). Not sure. Sometimes system is totaly unusable. Sometimes I can switch to console and do limited operations there. Will look into it, will play with netconsole. > The sysrq-P failure is a

Re: 2.6.21-rc2-mm1

2007-03-04 Thread Andrew Morton
On Sun, 4 Mar 2007 10:07:31 +0100 Mariusz Kozlowski <[EMAIL PROTECTED]> wrote: > I'm experiencing weird system hangs with recent -mm. After a few hours > of uptime for no > obvious reason system hangs and is (almost) unusable until reset. > > a few facts: > > - this happens on random basi

Re: 2.6.21-rc2-mm1

2007-03-04 Thread Mariusz Kozlowski
Hello, > 2.6.20-rc2-mm1 needs a bit more uptime to hit this bug. typo -> 2.6.21-rc2-mm1 Here is some more data. Now running 2.6.20-rc6. Sony VAIO PCG-FR285M. Linux orion 2.6.20-rc6 #2 PREEMPT Fri Jan 26 13:00:08 CET 2007 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz GenuineIntel GNU/Linux

Re: 2.6.21-rc2-mm1

2007-03-04 Thread Mariusz Kozlowski
Hello, I'm experiencing weird system hangs with recent -mm. After a few hours of uptime for no obvious reason system hangs and is (almost) unusable until reset. a few facts: - this happens on random basis without anything obvious that could trigger it - if some music is played and syst

Re: 2.6.21-rc2-mm1

2007-03-03 Thread Russell King
On Fri, Mar 02, 2007 at 03:15:40AM -0800, Andrew Morton wrote: > It's a complete rewrite of the ptrace code. Quite heroic, really. > > Lots of documentation at http://people.redhat.com/roland/utrace/ Here's some comments on it: 1. support for changing the syscall number. From the changes which

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-03 Thread Andrew Morton
On Sat, 03 Mar 2007 16:54:45 +0100 Jiri Slaby <[EMAIL PROTECTED]> wrote: > > > Jiri Slaby napsal(a): > > Andrew Morton napsal(a): > >> Temporarily at > >> > >> http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > Weird b

Re: Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-03 Thread Jiri Slaby
Jiri Slaby napsal(a): Andrew Morton napsal(a): Temporarily at http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ Weird behaviour of numlock and capslock on USB keyboard in X. After Hmm, it's not X related. Console behaves similarly. pressing Or actually if some script tries to c

Keyboard stops working after *lock [Was: 2.6.21-rc2-mm1]

2007-03-03 Thread Jiri Slaby
Andrew Morton napsal(a): Temporarily at http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ Weird behaviour of numlock and capslock on USB keyboard in X. After pressing those keys, keyboard "hangs" -- no sysrq, no lock leds are flashing. After plug; unplug of the keyboard, it work

Re: 2.6.21-rc2-mm1

2007-03-03 Thread Andrew Morton
at, 3 Mar 2007 00:42:33 +0100 > >>> "Michal Piotrowski" <[EMAIL PROTECTED]> wrote: > >>> > >>>> On 02/03/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > >>>>> Temporarily at > >>>>> > >>>>

Re: 2.6.21-rc2-mm1

2007-03-03 Thread Michal Piotrowski
t;> >>>> On 02/03/07, Andrew Morton <[EMAIL PROTECTED]> wrote: >>>>> Temporarily at >>>>> >>>>> http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ >>>>> >>>> I have noticed some strange system behavior. When i

Re: 2.6.21-rc2-mm1 - build error with CONFIG_NO_HZ=y and CONFIG_SMP=n

2007-03-03 Thread Andrew Morton
On Sat, 03 Mar 2007 15:45:52 +0800 "Antonino A. Daplas" <[EMAIL PROTECTED]> wrote: > On Fri, 2007-03-02 at 03:00 -0800, Andrew Morton wrote: > > I get this with CONFIG_NO_HZ=y, CONFIG_SMP=n > > kernel/sched.c: In function ‘trigger_load_balance’: > kernel/sched.c:3384: error: ‘struct rq’ has no

Re: 2.6.21-rc2-mm1 - build error with CONFIG_NO_HZ=y and CONFIG_SMP=n

2007-03-02 Thread Antonino A. Daplas
On Fri, 2007-03-02 at 03:00 -0800, Andrew Morton wrote: I get this with CONFIG_NO_HZ=y, CONFIG_SMP=n kernel/sched.c: In function ‘trigger_load_balance’: kernel/sched.c:3384: error: ‘struct rq’ has no member named ‘in_nohz_recently’ kernel/sched.c:3384: error: ‘struct rq’ has no member named ‘idle

Re: 2.6.21-rc2-mm1

2007-03-02 Thread Andrew Morton
rton <[EMAIL PROTECTED]> wrote: > >>> Temporarily at > >>> > >>> http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > >>> > >> I have noticed some strange system behavior. When i try to build a > >> kernel (medium load) - X, keyboard, mous

Re: 2.6.21-rc2-mm1

2007-03-02 Thread Michal Piotrowski
Andrew Morton napisał(a): > On Sat, 3 Mar 2007 00:42:33 +0100 > "Michal Piotrowski" <[EMAIL PROTECTED]> wrote: > >> On 02/03/07, Andrew Morton <[EMAIL PROTECTED]> wrote: >>> Temporarily at >>> >>> http://userweb.kernel.org/~akpm/2.

Re: 2.6.21-rc2-mm1

2007-03-02 Thread Andrew Morton
On Sat, 3 Mar 2007 00:42:33 +0100 "Michal Piotrowski" <[EMAIL PROTECTED]> wrote: > On 02/03/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > I hav

Re: [PATCH -mm] char/epca.c remove unused function (was: Re: 2.6.21-rc2-mm1)

2007-03-02 Thread Alan Cox
On Sat, 03 Mar 2007 00:05:23 +0100 Michal Piotrowski <[EMAIL PROTECTED]> wrote: > Andrew Morton napisał(a): > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > Please consider this patch for inclusion in >= 2.6.2

Re: 2.6.21-rc2-mm1

2007-03-02 Thread Michal Piotrowski
On 02/03/07, Andrew Morton <[EMAIL PROTECTED]> wrote: Temporarily at http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ I have noticed some strange system behavior. When i try to build a kernel (medium load) - X, keyboard, mouse and sound hangs. I can ping machine and I can use magic

[PATCH -mm] char/epca.c remove unused function (was: Re: 2.6.21-rc2-mm1)

2007-03-02 Thread Michal Piotrowski
Andrew Morton napisał(a): > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > Please consider this patch for inclusion in >= 2.6.22. "drivers/char/epca.c:2741: warning: 'get_termio' defined but not used" Regards, Michal -- Michal K

Re: 2.6.21-rc2-mm1: pata_via: wrong cable detection

2007-03-02 Thread Laurent Riffard
Le 02.03.2007 12:00, Andrew Morton a écrit : Temporarily at http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ Will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc2/2.6.21-rc2-mm1/ Hello, My 2 hard drives are connected to the same pata slot with a

Re: 2.6.21-rc2-mm1: what about CONFIG_NO_HZ and !CONFIG_SMP ?

2007-03-02 Thread Laurent Riffard
Le 02.03.2007 21:57, Siddha, Suresh B a écrit : On Fri, Mar 02, 2007 at 10:12:25PM +0100, Laurent Riffard wrote: Le 02.03.2007 12:00, Andrew Morton a écrit : Temporarily at http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ Will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people

Re: 2.6.21-rc2-mm1: what about CONFIG_NO_HZ and !CONFIG_SMP ?

2007-03-02 Thread Siddha, Suresh B
On Fri, Mar 02, 2007 at 10:12:25PM +0100, Laurent Riffard wrote: > Le 02.03.2007 12:00, Andrew Morton a écrit : > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > Will appear later at > > > > > > ftp://ftp.

Re: 2.6.21-rc2-mm1: what about CONFIG_NO_HZ and !CONFIG_SMP ?

2007-03-02 Thread Laurent Riffard
Le 02.03.2007 12:00, Andrew Morton a écrit : Temporarily at http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ Will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc2/2.6.21-rc2-mm1/ Got this when CONFIG_NO_HZ=y and CONFIG_SMP=n: CC kernel

Re: [PATCH] longhaul pci_find_device -> pci_get_device conversion (was: Re: 2.6.21-rc2-mm1)

2007-03-02 Thread Michal Piotrowski
On 02/03/07, Jiri Slaby <[EMAIL PROTECTED]> wrote: missing pci_dev_put()s Yes. Please ignore this patch. Regards, Michal -- Michal K. K. Piotrowski LTG - Linux Testers Group (PL) (http://www.stardust.webpages.pl/ltg/) LTG - Linux Testers Group (EN) (http://www.stardust.webpages.pl/linux_test

Re: 2.6.21-rc2-mm1

2007-03-02 Thread Randy Dunlap
On Fri, 2 Mar 2007 03:04:05 -0800 Andrew Morton wrote: > On Fri, 2 Mar 2007 03:00:26 -0800 Andrew Morton <[EMAIL PROTECTED]> wrote: > > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > Will appear later at > >

Re: 2.6.21-rc2-mm1

2007-03-02 Thread Andrew Morton
On Fri, 02 Mar 2007 08:32:28 -0800 Badari Pulavarty <[EMAIL PROTECTED]> wrote: > On Fri, 2007-03-02 at 03:00 -0800, Andrew Morton wrote: > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > > > Will appear later at > &g

Re: 2.6.21-rc2-mm1 - fb_ddc_read() not defined

2007-03-02 Thread Valdis . Kletnieks
On Fri, 02 Mar 2007 16:31:02 GMT, James Simmons said: > > > nvidiafb-bring-back-generic-ddc-reading.patch > To have a patch to cleans things up. Give it a try > > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig > index b8f0a11..855a09e 100644 > --- a/drivers/video/Kconfig > +++ b/driv

Re: 2.6.21-rc2-mm1

2007-03-02 Thread Badari Pulavarty
On Fri, 2007-03-02 at 03:00 -0800, Andrew Morton wrote: > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > Will appear later at > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc2/2.6.21-rc2-mm1/ > > &

Re: 2.6.21-rc2-mm1 - fb_ddc_read() not defined

2007-03-02 Thread James Simmons
> On Fri, 02 Mar 2007 03:00:26 PST, Andrew Morton said: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc2/2.6.21-rc2-mm1/ > > > nvidiafb-bring-back-generic-ddc-reading.patch > > Building with FB_DDC=N results in: > &

[PATCH] longhaul pci_find_device -> pci_get_device conversion (was: Re: 2.6.21-rc2-mm1)

2007-03-02 Thread Michal Piotrowski
Hi Dave, Andrew Morton napisał(a): > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > CC [M] arch/i386/kernel/cpu/cpufreq/longhaul.o arch/i386/kernel/cpu/cpufreq/longhaul.c: In function 'enable_arbiter_disable': arch/i386/kernel/cpu/cpufreq/l

Re: 2.6.21-rc2-mm1 - fb_ddc_read() not defined

2007-03-02 Thread Valdis . Kletnieks
On Fri, 02 Mar 2007 03:00:26 PST, Andrew Morton said: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc2/2.6.21-rc2-mm1/ > nvidiafb-bring-back-generic-ddc-reading.patch Building with FB_DDC=N results in: Kernel: arch/x86_64/boot/bzImage is ready (#1)

Re: 2.6.21-rc2-mm1

2007-03-02 Thread Michal Piotrowski
Hi, Andrew Morton napisał(a): > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > Possible fix for nvidiafb-bring-back-generic-ddc-reading.patch drivers/built-in.o: In function `nvidia_probe_i2c_connector': /mnt/md0/devel/linux-mm/drivers/video/nv

Re: 2.6.21-rc2-mm1 - build error with HOTPLUG_CPU=N, CPU_IDLE=Y

2007-03-02 Thread Valdis . Kletnieks
On Fri, 02 Mar 2007 03:00:26 PST, Andrew Morton said: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc2/2.6.21-rc2-mm1/ > git-acpi.patch Build dies if your config has CONFIG_HOTPLUG_CPU=N but CPU_IDLE=Y CC drivers/cpuidle/cpuidle.o drivers/cpuidle/

Re: 2.6.21-rc2-mm1

2007-03-02 Thread Bryan Wu
On Fri, 2007-03-02 at 03:00 -0800, Andrew Morton wrote: > Temporarily at > > http://userweb.kernel.org/~akpm/2.6.21-rc2-mm1/ > > Will appear later at > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc2/2.6.21-rc2-mm1/ > > &

  1   2   >