Re: 2.6.23-mm1 tg3 wake-on-lan oddity...

2007-11-27 Thread Valdis . Kletnieks
On Tue, 27 Nov 2007 13:34:57 PST, Michael Chan said: > Ideally, the BIOS should modify the NVRAM's setting when it is changed. > We will talk to Dell to get their opinion on this as this is very > confusing to the user. That would certainly explain what I'm seeing, and I can certainly wait if the

Re: 2.6.23-mm1 tg3 wake-on-lan oddity...

2007-11-27 Thread Michael Chan
On Tue, 2007-11-27 at 01:35 -0800, [EMAIL PROTECTED] wrote: > > Issue: > > I (for unrelated reasons) run powertop, and it suggests I conserve power > by doing 'ethtool -s eth0 wol d'. I look at it, and think that it's daft, > because (a) the Dell factory default is WOL disabled and (b) if it wa

Re: 2.6.23-mm1 tg3 wake-on-lan oddity...

2007-11-27 Thread Valdis . Kletnieks
On Tue, 27 Nov 2007 08:04:28 PST, Michael Chan said: > [EMAIL PROTECTED] wrote: > > > (a) the Dell factory default is WOL disabled and (b) > > if it wasn't > > the default, I'd have *set* it to disabled, and (c) I even > > went back and > > rebooted and checked the BIOS setting - disabled. Nonethe

Re: 2.6.23-mm1 tg3 wake-on-lan oddity...

2007-11-27 Thread Michael Chan
[EMAIL PROTECTED] wrote: > (a) the Dell factory default is WOL disabled and (b) > if it wasn't > the default, I'd have *set* it to disabled, and (c) I even > went back and > rebooted and checked the BIOS setting - disabled. Nonetheless: > > # ethtool eth0 | grep Wake > Supports Wake-on:

2.6.23-mm1 tg3 wake-on-lan oddity...

2007-11-27 Thread Valdis . Kletnieks
Scenario - Dell Latitude D820 laptop, tg3 driver says this at boot: eth0: Tigon3 [partno(BCM5752KFBG) rev 6002 PHY(5752)] (PCI Express) 10/100/1000Base-T Ethernet 00:15:c5:c8:33:4e eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1] eth0: dma_rwctrl[7618] dma_mask[64-bit] #

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Martin Schwidefsky
> >> illegal operation: 0001 Ý#1¨ > > > > that's a network issue ;) > > > >> 002b3352 gives : include/linux/netdevice.h:819 > >> > > > > I have a feeling that we fixed this. But there's no BUG at 2.6.23-mm1's

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Cedric Le Goater
>> Ý<0029a8d0>¨ sock_ioctl+0x1cc/0x2dc >> Ý<000cb844>¨ do_ioctl+0xb8/0xcc >> Ý<000cb8f2>¨ vfs_ioctl+0x9a/0x3ec >> Ý<000cbc96>¨ sys_ioctl+0x52/0x7c >> Ý<00022484>¨ sysc_noemu+0x10/0x16 >

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Cedric Le Goater
n itself not a problem, but it >>> surfaced a bug: there is no *(.init.initramfs), that needs to be >>> *(init.ramfs). I corrected this in the upstream patch but 2.6.23-mm1 has >>> the older one that still causes the "Cannot open root device". For >>> 2.6.

Re: 2.6.23-mm1 s390 driver problem

2007-10-19 Thread Andrew Morton
Oktober 2007 schrieb Serge E. Hallyn: > >>>> Sigh, well this turned out less informative than I'd liked. > >>>> After bisecting 2.6.23 to 2.6.23-mm1, I found that > >>>> git-s390.patch is the one breaking my s390 boot :( > >>>> (Frown bc it&

Re: 2.6.23-mm1 thread exit_group issue

2007-10-13 Thread Mathieu Desnoyers
* Oleg Nesterov ([EMAIL PROTECTED]) wrote: > On 10/12, Andrew Morton wrote: > > > > On Fri, 12 Oct 2007 15:47:59 -0400 > > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > > > Hi Andrew, > > > > > > I noticed a regression between 2.

Re: 2.6.23-mm1 thread exit_group issue

2007-10-13 Thread Andrew Morton
> > And which patch removed the "put_user(nr, parent_tidptr)" chunk? > > Aha. I am looking at > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/broken-out/pid-namespaces-allow-cloning-of-new-namespace.patch > > Looks li

Re: 2.6.23-mm1 thread exit_group issue

2007-10-13 Thread Oleg Nesterov
On 10/12, Andrew Morton wrote: > > On Fri, 12 Oct 2007 15:47:59 -0400 > Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > > > Hi Andrew, > > > > I noticed a regression between 2.6.23-rc8-mm2 and 2.6.23-mm1 (with your > > hotfixes). User space threads seems

Re: 2.6.23-mm1 thread exit_group issue

2007-10-13 Thread Oleg Nesterov
seems to disagree with such a change. > > But I can't understand why Andrew sees the same problem _after_ this patch! > > And which patch removed the "put_user(nr, parent_tidptr)" chunk? Aha. I am looking at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches

Re: 2.6.23-mm1 thread exit_group issue

2007-10-12 Thread Andrew Morton
On Fri, 12 Oct 2007 15:47:59 -0400 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > Hi Andrew, > > I noticed a regression between 2.6.23-rc8-mm2 and 2.6.23-mm1 (with your > hotfixes). User space threads seems to receive a ERESTART_RESTARTBLOCK > as soon as a thread does a pthr

Re: 2.6.23-mm1 thread exit_group issue

2007-10-12 Thread Andrew Morton
On Fri, 12 Oct 2007 15:47:59 -0400 Mathieu Desnoyers <[EMAIL PROTECTED]> wrote: > I noticed a regression between 2.6.23-rc8-mm2 and 2.6.23-mm1 (with your > hotfixes). User space threads seems to receive a ERESTART_RESTARTBLOCK > as soon as a thread does a pthread_join on the

Re: 2.6.23-mm1

2007-10-12 Thread Al Viro
On Fri, Oct 12, 2007 at 12:13:25AM -0700, Andrew Morton wrote: > I always forget to test uml. But a quick test build seems to work until > it hits this: > > arch/um/drivers/slip_kern.c: In function 'slip_init': > arch/um/drivers/slip_kern.c:34: error: 'struct net_device' has no member > named 'h

Re: 2.6.23-mm1

2007-10-12 Thread Andrew Morton
21:31:26 -0700 > > > Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23/2.6.23-mm1/ > > > > > > > > - I've been largely avoiding apply