Re: 2.6.23-rc3-mm1 - irda goes belly up

2007-08-23 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > > Yes, the ENOMEM is bogus. But irda_sysctl_register() saw a NULL return > from register_sysctl_table() and simply has no clue why it failed, and is > forced to assume ENOMEM. That's a design shortcoming in > register_sysctl_table(), whcih should have r

Re: 2.6.23-rc3-mm1 - irda goes belly up

2007-08-23 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > > Cute. Eric, can you please suggest what we should do here? Grumble. Ok. This is a two sided bug. The NET_IRDA define as not put in sysctl.h where it belongs so I missed it, when making the list of all existing binary sysctls. So really I need to p

Re: 2.6.23-rc3-mm1 - irda goes belly up

2007-08-23 Thread Andrew Morton
On Thu, 23 Aug 2007 09:33:46 -0400 [EMAIL PROTECTED] wrote: > On Wed, 22 Aug 2007 02:06:48 PDT, Andrew Morton said: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/ > > OK, so I don't actually *use* the irDA on my laptop for much, but I figure if > I ha

Re: 2.6.23-rc3-mm1 - irda goes belly up

2007-08-23 Thread Valdis . Kletnieks
On Thu, 23 Aug 2007 21:37:55 +0400, Alexey Dobriyan said: > On Thu, Aug 23, 2007 at 09:33:46AM -0400, [EMAIL PROTECTED] wrote: > > On Wed, 22 Aug 2007 02:06:48 PDT, Andrew Morton said: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/ > > > > OK, so I d

Re: 2.6.23-rc3-mm1 - irda goes belly up

2007-08-23 Thread Alexey Dobriyan
On Thu, Aug 23, 2007 at 09:33:46AM -0400, [EMAIL PROTECTED] wrote: > On Wed, 22 Aug 2007 02:06:48 PDT, Andrew Morton said: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.23-rc3/2.6.23-rc3-mm1/ > > OK, so I don't actually *use* the irDA on my laptop for much, but I figure if