Re: 2.6.11-rc5 and 2.6.12: cannot transmit anything - more info

2005-08-07 Thread Denis Vlasenko
On Thursday 04 August 2005 23:45, Tommy Christensen wrote: > Denis Vlasenko wrote: > > Hi, > > > > As reported earlier, sometimes my home box don't want > > to send anything. > > > > # ip r > > 1.1.5.5 dev tun0 proto kernel scope link src 1.1.5.6 > > 1.1.4.0/24 dev if proto kernel scope link

Re: 2.6.11-rc5 and 2.6.12: cannot transmit anything - more info

2005-08-04 Thread Tommy Christensen
Denis Vlasenko wrote: Hi, As reported earlier, sometimes my home box don't want to send anything. # ip r 1.1.5.5 dev tun0 proto kernel scope link src 1.1.5.6 1.1.4.0/24 dev if proto kernel scope link src 1.1.4.6 default via 1.1.5.5 dev tun0 # ping 1.1.4.1 -i 0.01 2005-08-02_19:12:18.19

Re: 2.6.11-rc5 and 2.6.12: cannot transmit anything

2005-07-31 Thread Denis Vlasenko
On Monday 25 July 2005 08:17, Denis Vlasenko wrote: > I reported earlied that around linux-2.6.11-rc5 my home box sometimes > does not want to send anything over ethernet. That report is repeated below > sig. > > I finally managed to nail down where this happens. > I instrumented sch_generic.c to

Re: 2.6.11-rc5 and 2.6.12: cannot transmit anything

2005-07-25 Thread Denis Vlasenko
On Monday 25 July 2005 08:28, David S. Miller wrote: > > Probably your link is never coming up. We won't send packets > over the wire unless the device is in the link-up state. > > However, if ->dequeue() is returning NULL, there really aren't > any packets in the device queue to be sent. > > If y

Re: 2.6.11-rc5 and 2.6.12: cannot transmit anything

2005-07-24 Thread David S. Miller
Probably your link is never coming up. We won't send packets over the wire unless the device is in the link-up state. However, if ->dequeue() is returning NULL, there really aren't any packets in the device queue to be sent. If you want, add more tracing to pfifo_fast_dequeue() since that's alm

Re: [2.6.11-rc5-mm1 patch] fs/reiser4/: possible cleanups

2005-03-12 Thread Hans Reiser
vs, please review and respond in 2 weeks. (vs is sick at the moment) Thanks Adrian, Hans Adrian Bunk wrote: >This patch contains possible cleanups including the following: >- make needlessly global code static >- plugin/compress/minilzo.c: many cleanups >- remove or #if 0 the following unu

RE: 2.6.11-rc5-mm1

2005-03-04 Thread zwx
ok -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Dike Sent: Friday, March 04, 2005 3:25 AM To: Chris Wright Cc: Jeff Dike; Andrew Morton; linux-kernel@vger.kernel.org Subject: Re: 2.6.11-rc5-mm1 [EMAIL PROTECTED] said: > Thanks, I'll p

Re: 2.6.11-rc5-mm1: reiser4 eating cpu time

2005-03-04 Thread Vladimir Saveliev
Hello On Fri, 2005-03-04 at 04:24, Alexander Gran wrote: > Hi, > > I have a reiser4 partition on a local IDE disk. I opened a 130MB textfile > with > kwrite, .. > Process was eating 100% CPU time for several (54) seconds. > Is this a normal, expected behaviour? no, thanks for report, I will

Re: 2.6.11-rc5-mm1: reiser4 panic

2005-03-03 Thread Matt Mackall
On Fri, Mar 04, 2005 at 02:16:56AM +0100, Alexander Gran wrote: > Hi, > > after my external USB hdd disconnected itself reiser4 paniced. I dont think a > journalingfs should panic if its device fails.. Panicking is sometimes what you want. Panic can trigger a reboot and get the box back on its f

Re: 2.6.11-rc5-mm1

2005-03-03 Thread Chris Wright
* Jeff Dike ([EMAIL PROTECTED]) wrote: > [EMAIL PROTECTED] said: > > Thanks, I'll push that with rest of audit changes. > > Applies on top of your changes. > > Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> Thanks, -chris -- Linux Security Modules http://lsm.immunix.org http://lsm.bkbits.

Re: 2.6.11-rc5-mm1: reiser4 panic

2005-03-03 Thread Alexander Gran
Am Freitag, 4. März 2005 02:16 schrieb Alexander Gran: > Hi, > > after my external USB hdd disconnected itself reiser4 paniced. I dont think > a journalingfs should panic if its device fails.. Ähm correction: It's reiser4 on dm-crypto (aes) The crypto device is of cource not radable either: Buffe

Re: 2.6.11-rc5-mm1

2005-03-03 Thread Jeff Dike
[EMAIL PROTECTED] said: > Thanks, I'll push that with rest of audit changes. Applies on top of your changes. Signed-off-by: Jeff Dike <[EMAIL PROTECTED]> Index: linux-2.6.10/arch/um/kernel/ptrace.c === --- linux-2.6.10.orig/arch/um/

Re: 2.6.11-rc5-mm1

2005-03-03 Thread Chris Wright
* Jeff Dike ([EMAIL PROTECTED]) wrote: > [EMAIL PROTECTED] said: > > I just did a more complete grep of the symbols that can get config'd > > away (including CONFIG_AUDIT as well), and I think there's a few more > > missing pieces. Sorry about that. Jeff, Ralf, Martin, these look ok? > > For UML

Re: 2.6.11-rc5-mm1

2005-03-03 Thread Jeff Dike
[EMAIL PROTECTED] said: > I just did a more complete grep of the symbols that can get config'd > away (including CONFIG_AUDIT as well), and I think there's a few more > missing pieces. Sorry about that. Jeff, Ralf, Martin, these look ok? For UML, this is fine as far as it goes, but you're adding

Re: 2.6.11-rc5-mm1 reiser4,USB,crpyto: Something BAD happend

2005-03-03 Thread Alexander Gran
Am Donnerstag, 3. März 2005 09:12 schrieb Vladimir Saveliev: > > http://zodiac.dnsalias.org/misc/crashlog > > I get "You do not have permission to access this document." trying to > access it. wrong file permissions. fixxed by now. My mistake... regards Alex -- Encrypted Mails welcome. PGP-Key

Re: 2.6.11-rc5-mm1 nfs oddity, file creation => "no such file"

2005-03-03 Thread Helge Hafting
Andrew Morton wrote: Helge Hafting <[EMAIL PROTECTED]> wrote: I observed an oddity on a nfs-mounted fs while using 2.6.11-rc5-mm1. Could you try this please? --- 25/fs/nfs/nfs3proc.c~nfsacl-acl-umask-handling-workaround-in-nfs-client-fix 2005-03-02 08:49:59.0 -0800 +++ 25-akpm/fs/n

Re: 2.6.11-rc5-mm1

2005-03-03 Thread AurÃlien Francillon
Andreas Gruenbacher wrote: Hello, On Wed, 2005-03-02 at 09:53, Andrew Morton wrote: AurÃlien Francillon <[EMAIL PROTECTED]> wrote: [...] cvs diff Makefile cvs diff: cannot create read lock in repository `/mnt/iseran/roca/cvsroot/ldpc': No such file or directory cvs [diff aborted]: rea

Re: 2.6.11-rc5-mm1 reiser4,USB,crpyto: Something BAD happend

2005-03-03 Thread Vladimir Saveliev
Hello On Wed, 2005-03-02 at 21:32, Alexander Gran wrote: > Hi, > > Whatever happens here, we need - at least - lower > the amount of log generatet. This is not really handy... > lsusb still lists the disk > syslog can be found (as soon as syslogd finished...;) at > http://zodiac.dnsalias.org/mis

Re: 2.6.11-rc5-mm1 nfs oddity, file creation => "no such file"

2005-03-02 Thread Andrew Morton
Helge Hafting <[EMAIL PROTECTED]> wrote: > > I observed an oddity on a nfs-mounted fs while using 2.6.11-rc5-mm1. Could you try this please? --- 25/fs/nfs/nfs3proc.c~nfsacl-acl-umask-handling-workaround-in-nfs-client-fix 2005-03-02 08:49:59.0 -0800 +++ 25-akpm/fs/nfs/nfs3proc.c 2005-03

Re: Fw: Re: 2.6.11-rc5-mm1

2005-03-02 Thread Dominik Brodowski
On Tue, Mar 01, 2005 at 11:57:03AM +0100, Alexander Gran wrote: > Am Dienstag, 1. März 2005 11:48 schrieb Andrew Morton: > > Alex, please use mailing lists... > > sorry, I was used to have reply-to set to the mailing list ;) > double-checking next time.. > > > Dominik, do we really always want t

Re: 2.6.11-rc5-mm1

2005-03-02 Thread Andreas Gruenbacher
Hello, On Wed, 2005-03-02 at 09:53, Andrew Morton wrote: > AurÃlien Francillon <[EMAIL PROTECTED]> wrote: > > [...] > > cvs diff Makefile > > cvs diff: cannot create read lock in repository > > `/mnt/iseran/roca/cvsroot/ldpc': No such file or directory > > cvs [diff aborted]: read l

Re: [2.6.11-rc5-mm1 patch] reiser4 cleanup (PG_arch_1)

2005-03-02 Thread Vladimir Saveliev
Hello On Wed, 2005-03-02 at 12:14, Andrew Morton wrote: > Jes Sorensen <[EMAIL PROTECTED]> wrote: > > > > > "Adrian" == Adrian Bunk <[EMAIL PROTECTED]> writes: > > > > Adrian> The current reiser4 help texts have two disadvantages: 1. they > > Adrian> are more marketing speech than technical s

Re: [2.6.11-rc5-mm1 patch] reiser4 Kconfig help cleanup

2005-03-02 Thread Nikita Danilov
Andrew Morton <[EMAIL PROTECTED]> writes: > Jes Sorensen <[EMAIL PROTECTED]> wrote: >> [...] >> >> [EMAIL PROTECTED] linux-2.6.11-rc5-mm1]$ grep PG_arch fs/reiser4/*.c >> fs/reiser4/page_cache.c: page_flag_name(page, PG_arch_1), >> fs/reiser4/txnmgr.c:assert("v

Re: [2.6.11-rc5-mm1 patch] reiser4 Kconfig help cleanup

2005-03-02 Thread Andrew Morton
Jes Sorensen <[EMAIL PROTECTED]> wrote: > > > "Adrian" == Adrian Bunk <[EMAIL PROTECTED]> writes: > > Adrian> The current reiser4 help texts have two disadvantages: 1. they > Adrian> are more marketing speech than technical speech with some > Adrian> debatable statements 2. they are too long >

Re: [2.6.11-rc5-mm1 patch] reiser4 Kconfig help cleanup

2005-03-02 Thread Jes Sorensen
> "Adrian" == Adrian Bunk <[EMAIL PROTECTED]> writes: Adrian> The current reiser4 help texts have two disadvantages: 1. they Adrian> are more marketing speech than technical speech with some Adrian> debatable statements 2. they are too long Excellent patch, that help description has been tota

Re: 2.6.11-rc5-mm1

2005-03-02 Thread Andrew Morton
Aurélien Francillon <[EMAIL PROTECTED]> wrote: > > Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc5/2.6.11-rc5-mm1/ > > > > > > - Lots of tuning/balancing changes in the CPU scheduler. Mainly targetted > > at larger SMT/SMP/NUMA machines. It's

Re: 2.6.11-rc5: Promise SATA150 TX4 failure

2005-03-01 Thread J.A. Magallon
On 03.01, Joerg Sommrey wrote: > Hi all, > > a problem that was introduced between 2.6.10-ac9 and 2.6.10-ac11 made > it's way into 2.6.11-rc5. While taking a backup onto a SCSI-streamer one > of my RAID1-arrays gets corrupted. Afterwards the system hangs and > isn't even bootable. Need to raid

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Andrew Morton
Chris Wright <[EMAIL PROTECTED]> wrote: > > * Andrew Morton ([EMAIL PROTECTED]) wrote: > > - I seem to be getting a lot of patches which don't compile if you breathe > > on the .config file, let alone if you try them on another architecture. > > It > > would be nice to receive less such patch

Re: 2.6.11-rc5

2005-03-01 Thread Mws
On Tuesday 01 March 2005 22:38, Benjamin Herrenschmidt wrote: > On Tue, 2005-03-01 at 12:36 +0100, Mws wrote: > > hi benjamin > > > > now i had some spare time to do some investigation > > > > booting the 2.6.11-rc5 with radeonfb.default_dynclk=0 or with -1 > > brings up a framebuffer console. ev

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Andrew Morton
Adrian Bunk <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 01, 2005 at 01:27:41AM -0800, Andrew Morton wrote: > >... > > All 728 patches: > >... > > reiser4-rcu-barrier.patch > > reiser4: add rcu_barrier() synchronization point > > Considering the patent situation at least in the USA, the > EXPORT_

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Chris Wright
* Andrew Morton ([EMAIL PROTECTED]) wrote: > - I seem to be getting a lot of patches which don't compile if you breathe > on the .config file, let alone if you try them on another architecture. It > would be nice to receive less such patches, please. The ia64 audit bit is likely my fault from

Re: 2.6.11-rc5

2005-03-01 Thread Benjamin Herrenschmidt
On Tue, 2005-03-01 at 12:36 +0100, Mws wrote: > hi benjamin > > now i had some spare time to do some investigation > > booting the 2.6.11-rc5 with radeonfb.default_dynclk=0 or with -1 > brings up a framebuffer console. everything is fine. > starting xorg-x11 with Ati binary only drivers just brin

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5, rivafb i2c oops, bogus error handling

2005-03-01 Thread Olaf Hering
On Mon, Feb 28, Antonino A. Daplas wrote: > On Monday 28 February 2005 04:32, Olaf Hering wrote: > > On Wed, Feb 23, Linus Torvalds wrote: > > > This time it's really supposed to be a quickie, so people who can, please > > > check it out, and we'll make the real 2.6.11 asap. > > > > Here is anot

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Andrew Morton
Russell King <[EMAIL PROTECTED]> wrote: > > On Tue, Mar 01, 2005 at 10:18:56AM -0500, [EMAIL PROTECTED] wrote: > > On Tue, 01 Mar 2005 13:55:29 GMT, Russell King said: > > > The PCI updates change the prototype of a helper function for > > > pci_bus_alloc_resource(), but don't touch the actual hel

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Greg KH
On Tue, Mar 01, 2005 at 01:55:29PM +, Russell King wrote: > On Tue, Mar 01, 2005 at 08:36:36AM -0500, [EMAIL PROTECTED] wrote: > > On Tue, 01 Mar 2005 01:27:41 PST, Andrew Morton said: > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc5/2.6.11-rc5-mm1/ > > > >

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Adrian Bunk
On Tue, Mar 01, 2005 at 01:27:41AM -0800, Andrew Morton wrote: >... > All 728 patches: >... > reiser4-rcu-barrier.patch > reiser4: add rcu_barrier() synchronization point Considering the patent situation at least in the USA, the EXPORT_SYMBOL(rcu_barrier) has to become an EXPORT_SYMBOL_GPL. >

Re: 2.6.11-rc5-mm1 (compile stats)

2005-03-01 Thread John Cherry
Linux 2.6 (mm tree) Compile Statistics (gcc 3.4.1) Web page with links to complete details: http://developer.osdl.org/cherry/compile/ KernelbzImage bzImage bzImage modules bzImage modules (defconfig) (allno) (allyes) (allyes) (allmod) (allmod) ---

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Russell King
On Tue, Mar 01, 2005 at 10:18:56AM -0500, [EMAIL PROTECTED] wrote: > On Tue, 01 Mar 2005 13:55:29 GMT, Russell King said: > > The PCI updates change the prototype of a helper function for > > pci_bus_alloc_resource(), but don't touch the actual helper function > > in PCMCIA. > > That explains the

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Valdis . Kletnieks
On Tue, 01 Mar 2005 13:55:29 GMT, Russell King said: > On Tue, Mar 01, 2005 at 08:36:36AM -0500, [EMAIL PROTECTED] wrote: > > This is still showing the same 'cs: unable to map card memory!' issue on my > > Dell laptop. Backing out bk-pci.patch makes it work again. > > > > For what it's worth, the

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Edward Shishkin
Mathieu Segaud wrote: Mathieu Segaud <[EMAIL PROTECTED]> disait derniÃrement que : Hum, one hunk didn't make it. The complete patch is attached fs/reiser4/plugin/item/ctail.c: In function `check_ctail': fs/reiser4/plugin/item/ctail.c:250: attention : l'adresse de ÃÂ ctail_ok ÃÂ sera toujours ÃÂv

Re: 2.6.11-rc5

2005-03-01 Thread Mws
On Tuesday 01 March 2005 15:36, Helge Hafting wrote: > Mws wrote: > > >hi benjamin > > > >now i had some spare time to do some investigation > > > >booting the 2.6.11-rc5 with radeonfb.default_dynclk=0 or with -1 > >brings up a framebuffer console. everything is fine. > >starting xorg-x11 with Ati

Re: 2.6.11-rc5

2005-03-01 Thread Helge Hafting
Mws wrote: hi benjamin now i had some spare time to do some investigation booting the 2.6.11-rc5 with radeonfb.default_dynclk=0 or with -1 brings up a framebuffer console. everything is fine. starting xorg-x11 with Ati binary only drivers just brings up a black screen without a mouse cursor and fre

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Mathieu Segaud
Mathieu Segaud <[EMAIL PROTECTED]> disait derniÃrement que : > Mathieu Segaud <[EMAIL PROTECTED]> disait derniÃrement que : > > Hum, one hunk didn't make it. > The complete patch is attached as any time I post with no sleep for 3 days, more noodles than brain are in my skull. Did tha wrong strip

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Mathieu Segaud
Mathieu Segaud <[EMAIL PROTECTED]> disait derniÃrement que : Hum, one hunk didn't make it. The complete patch is attached > > fs/reiser4/plugin/item/ctail.c: In function `check_ctail': > fs/reiser4/plugin/item/ctail.c:250: attention : l'adresse de ÃÂ ctail_ok > ÃÂ sera toujours ÃÂvaluÃÂe comme Ã

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Russell King
On Tue, Mar 01, 2005 at 08:36:36AM -0500, [EMAIL PROTECTED] wrote: > On Tue, 01 Mar 2005 01:27:41 PST, Andrew Morton said: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc5/2.6.11-rc5-mm1/ > > > - A pcmcia update which obsoletes cardmgr (although cardmgr still works

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Mathieu Segaud
Andrew Morton <[EMAIL PROTECTED]> disait derniÃrement que : > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc5/2.6.11-rc5-mm1/ > > > - Lots of tuning/balancing changes in the CPU scheduler. Mainly targetted > at larger SMT/SMP/NUMA machines. It's going to be hard to wor

Re: 2.6.11-rc5-mm1

2005-03-01 Thread Valdis . Kletnieks
On Tue, 01 Mar 2005 01:27:41 PST, Andrew Morton said: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc5/2.6.11-rc5-mm1/ > - A pcmcia update which obsoletes cardmgr (although cardmgr still works) and > makes pcmcia work more like regular hotpluggable devices. See the

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5, rivafb i2c oops, bogus error handling

2005-03-01 Thread Olaf Hering
On Mon, Feb 28, Antonino A. Daplas wrote: > On Monday 28 February 2005 04:32, Olaf Hering wrote: > > On Wed, Feb 23, Linus Torvalds wrote: > > > This time it's really supposed to be a quickie, so people who can, please > > > check it out, and we'll make the real 2.6.11 asap. > > > > Here is anot

Re: 2.6.11-rc5

2005-03-01 Thread Mws
hi benjamin now i had some spare time to do some investigation booting the 2.6.11-rc5 with radeonfb.default_dynclk=0 or with -1 brings up a framebuffer console. everything is fine. starting xorg-x11 with Ati binary only drivers just brings up a black screen without a mouse cursor and freezes the

Re: Fw: Re: 2.6.11-rc5-mm1

2005-03-01 Thread Alexander Gran
To: Andrew Morton <[EMAIL PROTECTED]> > Subject: Re: 2.6.11-rc5-mm1 > > Am Dienstag, 1. März 2005 10:27 schrieben Sie: > > - A pcmcia update which obsoletes cardmgr (although cardmgr still works) > > and makes pcmcia work more like regular hotpluggable devices. See

Re: 2.6.11-rc5: sata_sil shows drive twice...

2005-02-28 Thread Jeff Garzik
Prakash Punnoor wrote: hi, dmesg shows this: -- ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18 ACPI: PCI interrupt :01:0b.0[A] -> GSI 18 (level, high) -> IRQ 18 ata1: SATA max UDMA/100 cmd 0xF0806080 ctl 0xF080608A bmdma 0xF0806000 irq 18 ata2: SATA max UDMA/100 cmd 0xF08060C0 ctl 0xF08060CA

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5, rivafb i2c oops, bogus error handling

2005-02-28 Thread Antonino A. Daplas
On Monday 28 February 2005 04:32, Olaf Hering wrote: > On Wed, Feb 23, Linus Torvalds wrote: > > This time it's really supposed to be a quickie, so people who can, please > > check it out, and we'll make the real 2.6.11 asap. > > Here is another one, probably not new. > Is riva_get_EDID_i2c a bit

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-27 Thread Antonino A. Daplas
On Saturday 26 February 2005 09:13, Benjamin Herrenschmidt wrote: > On Sat, 2005-02-26 at 01:41 +0100, Olaf Hering wrote: > > modedb can not be __init because fb_find_mode() may get db == NULL. > > fb_find_mode() is called from modules. > > Ahhh, good catch ! I though that was fixed long ago, looks

Re: 2.6.11-rc5, rivafb i2c oops, bogus error handling

2005-02-27 Thread Olaf Hering
On Wed, Feb 23, Linus Torvalds wrote: > This time it's really supposed to be a quickie, so people who can, please > check it out, and we'll make the real 2.6.11 asap. Here is another one, probably not new. Is riva_get_EDID_i2c a bit too optimistic by not having a $i2cadapter_ok member in riva_p

Re: 2.6.11-rc5

2005-02-27 Thread Geert Uytterhoeven
On Sat, 26 Feb 2005, Benjamin Herrenschmidt wrote: > On Sat, 2005-02-26 at 01:41 +0100, Olaf Hering wrote: > > modedb can not be __init because fb_find_mode() may get db == NULL. > > fb_find_mode() is called from modules. > > Ahhh, good catch ! I though that was fixed long ago, looks like I was >

Re: 2.6.11-rc5: Doesn't compile with gcc-3.4 on ppc

2005-02-26 Thread Olaf Hering
On Sat, Feb 26, Elimar Riesebieter wrote: > mm/built-in.o(.rodata.cst4+0x0): relocation truncated to fit: R_PPC_ADDR32 > empty_zero_page+4000 > make[1]: *** [.tmp_vmlinux1] Error 1 > > gcc (GCC) 3.4.4 20050203 (prerelease) (Debian 3.4.3-9) > GNU ld version 2.15 > > Using gcc-3.3 (GCC) 3.3.

Re: Re: 2.6.11-rc5

2005-02-26 Thread Giuseppe Bilotta
Benjamin Herrenschmidt wrote: > I'm still curious what makes a difference between module and > built-in. There seems to be quite some difference between module and built-in for framebuffer drivers. Quite some time ago I reported a problem with nVidia framebuffer driver making the screen go nuts

Re: 2.6.11-rc5

2005-02-25 Thread Bill Davidsen
Lee Revell wrote: On Fri, 2005-02-25 at 16:47 -0500, Bill Davidsen wrote: - sound: hasn't worked since FC1... The ALSA lists have been deluged with reports like "sound worked in FC1, upgraded to FC3, no sound". AFAICT it's just sloppiness on the part of the Fedora userspace tools. For example,

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-25 Thread Benjamin Herrenschmidt
> This patch has already been posted to linux-fbdev on 2005-02-10 by David > Vrabel > and made me ask > Is there any reason why this has been originally flagged "__init"? > "vesa_modes" is not "__init". That's why I changed "intelfb" to > use "vesa_modes". > > Maybe time has co

Re: 2.6.11-rc5

2005-02-25 Thread Benjamin Herrenschmidt
On Sat, 2005-02-26 at 01:41 +0100, Olaf Hering wrote: > > modedb can not be __init because fb_find_mode() may get db == NULL. > fb_find_mode() is called from modules. Ahhh, good catch ! I though that was fixed long ago, looks like I was wrong. Ben. > Signed-off-by: Olaf Hering <[EMAIL PROTECTE

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-25 Thread Buttchereit, Axel (XL)
Linus Torvalds wrote: > > On Sat, 26 Feb 2005, Olaf Hering wrote: > >>modedb can not be __init because fb_find_mode() may get db == NULL. >>fb_find_mode() is called from modules. > > > Ack. Maybe somebody should run the scripts again to check that we don't > reference __init data from non-init

Re: 2.6.11-rc5

2005-02-25 Thread Linus Torvalds
On Sat, 26 Feb 2005, Olaf Hering wrote: > > sparse doesnt do that, yet? (I never looked at it.) No, it doesn't look at the section info. I guess I could do it, but there _is_ a "make buildcheck" which does it based on perl stuff and the link information. And I can do "make buildcheck" mysel

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-25 Thread Benjamin Herrenschmidt
On Sat, 2005-02-26 at 00:30 +0100, Olaf Hering wrote: > On Fri, Feb 25, Olaf Hering wrote: > > > On Fri, Feb 25, Olaf Hering wrote: > > > > > On Fri, Feb 25, James Simmons wrote: > > > > > > > > > > > > cfb_imageblit(320) dst1 fa51a800 base e0b8 bitstart 1999a800 > > > > > fast_imageblit

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-25 Thread Benjamin Herrenschmidt
On Fri, 2005-02-25 at 22:21 +0100, Olaf Hering wrote: > On Fri, Feb 25, Olaf Hering wrote: > > > On Fri, Feb 25, James Simmons wrote: > > > > > > > > > cfb_imageblit(320) dst1 fa51a800 base e0b8 bitstart 1999a800 > > > > fast_imageblit(237) s daea4000 dst1 fa51a800 > > > > fast_imageblit(2

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-25 Thread Benjamin Herrenschmidt
On Fri, 2005-02-25 at 21:24 +0100, Olaf Hering wrote: > On Fri, Feb 25, James Simmons wrote: > > > > > > cfb_imageblit(320) dst1 fa51a800 base e0b8 bitstart 1999a800 > > > fast_imageblit(237) s daea4000 dst1 fa51a800 > > > fast_imageblit(269) j 1 fa51a800 0 > > > Unable to handle kernel pagi

Re: 2.6.11-rc5

2005-02-25 Thread Benjamin Herrenschmidt
> > It seem to detect the flat panel incorrectly, or the EDID data is bogus, > > maybe that's wrecking something in the new modelist management in > > fbdev ? It might be causing us to use a bogus mode that itself casues > > atyfb to crash. Tried forcing a mode ? > > cfb_imageblit(320) dst1 fa51a

Re: 2.6.11-rc5

2005-02-25 Thread Olaf Hering
On Fri, Feb 25, Linus Torvalds wrote: > > > On Sat, 26 Feb 2005, Olaf Hering wrote: > > > > modedb can not be __init because fb_find_mode() may get db == NULL. > > fb_find_mode() is called from modules. > > Ack. Maybe somebody should run the scripts again to check that we don't > reference _

Re: 2.6.11-rc5

2005-02-25 Thread Benjamin Herrenschmidt
On Fri, 2005-02-25 at 14:30 +0100, Mws wrote: > hi, > > i also have problems with 2.6.11-rc5 and radeon: > > i am using a ATI Radeon X600 PciExpress. > > a) now the console framebuffer seems to bee working, thx benjamin :) > b) when bootup seq ist completed and i want to start X (xorg-x11) with

Re: 2.6.11-rc5

2005-02-25 Thread Linus Torvalds
On Sat, 26 Feb 2005, Olaf Hering wrote: > > modedb can not be __init because fb_find_mode() may get db == NULL. > fb_find_mode() is called from modules. Ack. Maybe somebody should run the scripts again to check that we don't reference __init data from non-init functions. Linus

Re: 2.6.11-rc5

2005-02-25 Thread Olaf Hering
On Thu, Feb 24, Olaf Hering wrote: > On Wed, Feb 23, Linus Torvalds wrote: > > > This time it's really supposed to be a quickie, so people who can, please > > check it out, and we'll make the real 2.6.11 asap. > > radeonfb oopses on intel. > Havent checked yet when it started with it. > > AC

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-25 Thread Olaf Hering
On Fri, Feb 25, Olaf Hering wrote: > On Fri, Feb 25, Olaf Hering wrote: > > > On Fri, Feb 25, James Simmons wrote: > > > > > > > > > cfb_imageblit(320) dst1 fa51a800 base e0b8 bitstart 1999a800 > > > > fast_imageblit(237) s daea4000 dst1 fa51a800 > > > > fast_imageblit(269) j 1 fa51a800

Re: 2.6.11-rc5

2005-02-25 Thread Lee Revell
On Fri, 2005-02-25 at 16:47 -0500, Bill Davidsen wrote: > - sound: hasn't worked since FC1... > The ALSA lists have been deluged with reports like "sound worked in FC1, upgraded to FC3, no sound". AFAICT it's just sloppiness on the part of the Fedora userspace tools. For example, last I heard

Re: 2.6.11-rc5

2005-02-25 Thread Bill Davidsen
Linus Torvalds wrote: Hey, I hoped -rc4 was the last one, but we had some laptop resource conflicts, various ppc TLB flush issues, some possible stack overflows in networking and a number of other details warranting a quick -rc5 before the final 2.6.11. This time it's really supposed to be a quicki

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-25 Thread Olaf Hering
On Fri, Feb 25, Olaf Hering wrote: > On Fri, Feb 25, James Simmons wrote: > > > > > > cfb_imageblit(320) dst1 fa51a800 base e0b8 bitstart 1999a800 > > > fast_imageblit(237) s daea4000 dst1 fa51a800 > > > fast_imageblit(269) j 1 fa51a800 0 > > > Unable to handle kernel paging request at vir

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-25 Thread Olaf Hering
On Fri, Feb 25, James Simmons wrote: > > > cfb_imageblit(320) dst1 fa51a800 base e0b8 bitstart 1999a800 > > fast_imageblit(237) s daea4000 dst1 fa51a800 > > fast_imageblit(269) j 1 fa51a800 0 > > Unable to handle kernel paging request at virtual address fa51a800 > > > > is bitstart incorrec

Re: [Linux-fbdev-devel] Re: 2.6.11-rc5

2005-02-25 Thread James Simmons
> cfb_imageblit(320) dst1 fa51a800 base e0b8 bitstart 1999a800 > fast_imageblit(237) s daea4000 dst1 fa51a800 > fast_imageblit(269) j 1 fa51a800 0 > Unable to handle kernel paging request at virtual address fa51a800 > > is bitstart incorrect or is the thing just not (yet) mapped? Looks like

Re: 2.6.11-rc5

2005-02-25 Thread Olaf Hering
On Fri, Feb 25, Benjamin Herrenschmidt wrote: > On Fri, 2005-02-25 at 08:08 +0100, Olaf Hering wrote: > > On Fri, Feb 25, Benjamin Herrenschmidt wrote: > > > > > On Thu, 2005-02-24 at 15:50 +0100, Olaf Hering wrote: > > > > On Wed, Feb 23, Linus Torvalds wrote: > > > > > > > > > This time it'

Re: 2.6.11-rc5

2005-02-25 Thread Vincent C Jones
In article <[EMAIL PROTECTED]> you write: > > >Hey, I hoped -rc4 was the last one, but we had some laptop resource >conflicts, various ppc TLB flush issues, some possible stack overflows in >networking and a number of other details warranting a quick -rc5 before >the final 2.6.11. > >This time it's

Re: 2.6.11-rc5

2005-02-25 Thread Mws
hi, i also have problems with 2.6.11-rc5 and radeon: i am using a ATI Radeon X600 PciExpress. a) now the console framebuffer seems to bee working, thx benjamin :) b) when bootup seq ist completed and i want to start X (xorg-x11) with ati-drivers x is freezing - not your problem, but the con

Re: 2.6.11-rc5

2005-02-24 Thread Benjamin Herrenschmidt
On Fri, 2005-02-25 at 08:08 +0100, Olaf Hering wrote: > On Fri, Feb 25, Benjamin Herrenschmidt wrote: > > > On Thu, 2005-02-24 at 15:50 +0100, Olaf Hering wrote: > > > On Wed, Feb 23, Linus Torvalds wrote: > > > > > > > This time it's really supposed to be a quickie, so people who can, > > > >

Re: 2.6.11-rc5

2005-02-24 Thread Olaf Hering
On Fri, Feb 25, Benjamin Herrenschmidt wrote: > On Thu, 2005-02-24 at 15:50 +0100, Olaf Hering wrote: > > On Wed, Feb 23, Linus Torvalds wrote: > > > > > This time it's really supposed to be a quickie, so people who can, please > > > check it out, and we'll make the real 2.6.11 asap. > > > >

Re: 2.6.11-rc5

2005-02-24 Thread Benjamin Herrenschmidt
On Thu, 2005-02-24 at 15:50 +0100, Olaf Hering wrote: > On Wed, Feb 23, Linus Torvalds wrote: > > > This time it's really supposed to be a quickie, so people who can, please > > check it out, and we'll make the real 2.6.11 asap. > > radeonfb oopses on intel. > Havent checked yet when it started

Re: 2.6.11-rc5

2005-02-24 Thread Olaf Hering
On Thu, Feb 24, Olaf Hering wrote: > On Wed, Feb 23, Linus Torvalds wrote: > > > This time it's really supposed to be a quickie, so people who can, please > > check it out, and we'll make the real 2.6.11 asap. > > radeonfb oopses on intel. > Havent checked yet when it started with it. 2.6.10

Re: 2.6.11-rc5

2005-02-24 Thread Linus Torvalds
On Thu, 24 Feb 2005, Brian Gerst wrote: > > It looks like the v2.6.11-rc5 tag is on the same revisions as 2.6.10. > patch-2.6.11-rc5 is an empty file, and patch-2.6.11-rc4-rc5 indicates > that 2.6.11-rc5 reverted to 2.6.10: The correct -rc5 patch (as opposed to the empty one) should be there

Re: 2.6.11-rc5

2005-02-24 Thread Brian Gerst
Linus Torvalds wrote: Hey, I hoped -rc4 was the last one, but we had some laptop resource conflicts, various ppc TLB flush issues, some possible stack overflows in networking and a number of other details warranting a quick -rc5 before the final 2.6.11. This time it's really supposed to be a quicki

Re: 2.6.11-rc5

2005-02-24 Thread Linus Torvalds
On Thu, 24 Feb 2005, Michael Neuffer wrote: > > Are you sure you uploaded the correct patch file ? Yes, I uploaded the "correct" file, but I had broken my release-script, and that file was broken and empty. Will fix, sorry, Linus - To unsubscribe from this list: send the line

Re: 2.6.11-rc5

2005-02-24 Thread Steven Rostedt
On Thu, 2005-02-24 at 18:39 +0300, Sergey Vlasov wrote: > On Thu, 24 Feb 2005 16:57:56 +0200 M.Baris Demiray wrote: > And especially at this chunk: > > --- linux-2.6.11-rc4/Makefile 2005-02-23 20:53:50.707759849 -0800 > +++ linux-2.6.11-rc5/Makefile 2004-12-24 13:35:01.0 -0800 > @@ -1,7 +

Re: 2.6.11-rc5

2005-02-24 Thread Gabriel Paubert
On Thu, Feb 24, 2005 at 04:57:56PM +0200, M.Baris Demiray wrote: > > Steven Rostedt wrote: > > >[...] > > > >Anyone know if the linux-2.6.11-rc5.tar.bz2 has all the changes in it? > >The tarball rc5 is smaller than rc4. Was there a lot taken out? > > Take a look at the diffview of 2.6.11-rc4-rc5

Re: 2.6.11-rc5

2005-02-24 Thread Sergey Vlasov
On Thu, 24 Feb 2005 16:57:56 +0200 M.Baris Demiray wrote: > Steven Rostedt wrote: > > > [...] > > > > Anyone know if the linux-2.6.11-rc5.tar.bz2 has all the changes in it? > > The tarball rc5 is smaller than rc4. Was there a lot taken out? > > Take a look at the diffview of 2.6.11-rc4-rc5 incr

Re: 2.6.11-rc5 (compile stats)

2005-02-24 Thread John Cherry
Linux 2.6 Compile Statistics (gcc 3.4.1) Web page with links to complete details: http://developer.osdl.org/cherry/compile/ Kernel bzImagebzImage bzImage modules bzImage modules (defconfig) (allno) (allyes) (allyes) (allmod) (allmod) --- --- --

Re: 2.6.11-rc5

2005-02-24 Thread Olaf Hering
On Wed, Feb 23, Linus Torvalds wrote: > This time it's really supposed to be a quickie, so people who can, please > check it out, and we'll make the real 2.6.11 asap. radeonfb oopses on intel. Havent checked yet when it started with it. ACPI: PCI interrupt :00:12.0[A] -> GSI 11 (level, low

Re: 2.6.11-rc5

2005-02-24 Thread M.Baris Demiray
Steven Rostedt wrote: [...] Anyone know if the linux-2.6.11-rc5.tar.bz2 has all the changes in it? The tarball rc5 is smaller than rc4. Was there a lot taken out? Take a look at the diffview of 2.6.11-rc4-rc5 incremental patch. 5599 files changed, 166396 insertions(+), 293627 deletions(-) -- Stev

Re: 2.6.11-rc5

2005-02-24 Thread Steven Rostedt
On Thu, 2005-02-24 at 13:49 +0100, Matthias-Christian Ott wrote: > Matt Mackall wrote: > >Very small. > > > >[ ] patch-2.6.11-rc5.bz2 23-Feb-2005 20:20 14 > >[ ] patch-2.6.11-rc5.bz2.sign 23-Feb-2005 20:20 248 > >[ ] patch-2.6.11-rc5.gz23-Feb-2

Re: 2.6.11-rc5

2005-02-24 Thread Matthias-Christian Ott
Matt Mackall wrote: On Wed, Feb 23, 2005 at 08:18:08PM -0800, Linus Torvalds wrote: Hey, I hoped -rc4 was the last one, but we had some laptop resource conflicts, various ppc TLB flush issues, some possible stack overflows in networking and a number of other details warranting a quick -rc5 befor

Re: 2.6.11-rc5

2005-02-23 Thread Michael Neuffer
Quoting Linus Torvalds ([EMAIL PROTECTED]): > > > Hey, I hoped -rc4 was the last one, but we had some laptop resource > conflicts, various ppc TLB flush issues, some possible stack overflows in > networking and a number of other details warranting a quick -rc5 before > the final 2.6.11. > > This

Re: 2.6.11-rc5

2005-02-23 Thread Matt Mackall
On Wed, Feb 23, 2005 at 08:18:08PM -0800, Linus Torvalds wrote: > > > Hey, I hoped -rc4 was the last one, but we had some laptop resource > conflicts, various ppc TLB flush issues, some possible stack overflows in > networking and a number of other details warranting a quick -rc5 before > the fin

Re: 2.6.11-rc5

2005-02-23 Thread Voluspa
>This time it's really supposed to be a quickie, so people who can, >please check it out, and we'll make the real 2.6.11 asap. Out of diskspace on kernel.org? http://www.kernel.org/pub/linux/kernel/v2.6/testing/ [...] patch-2.6.11-rc5.bz2 23-Feb-2005 20:20 14 patch-2.6.11-rc5.b