Re: [Patch 2/12] IPMI: remove interface number limits

2006-12-28 Thread Corey Minyard
Paul E. McKenney wrote: On Fri, Dec 01, 2006 at 10:24:22PM -0600, Corey Minyard wrote: This patch removes the arbitrary limit of number of IPMI interfaces. This has been tested with 8 interfaces. I got a bit lost in this patch, so applied it to 2.6.19-rc6 and looked over the resulting

Re: [Patch 2/12] IPMI: remove interface number limits

2006-12-21 Thread Paul E. McKenney
On Fri, Dec 01, 2006 at 10:24:22PM -0600, Corey Minyard wrote: > > This patch removes the arbitrary limit of number of IPMI interfaces. > This has been tested with 8 interfaces. I got a bit lost in this patch, so applied it to 2.6.19-rc6 and looked over the resulting file. Some of the issues pre

Re: [Patch 2/12] IPMI: remove interface number limits

2006-12-05 Thread Corey Minyard
Andrew Morton wrote: > On Fri, 1 Dec 2006 22:24:22 -0600 > Corey Minyard <[EMAIL PROTECTED]> wrote: > > >> This patch removes the arbitrary limit of number of IPMI interfaces. >> This has been tested with 8 interfaces. >> >> Signed-off-by: Corey Minyard <[EMAIL PROTECTED]> >> Cc: Carol Hebert <[

Re: [Patch 2/12] IPMI: remove interface number limits

2006-12-03 Thread Andrew Morton
On Fri, 1 Dec 2006 22:24:22 -0600 Corey Minyard <[EMAIL PROTECTED]> wrote: > > This patch removes the arbitrary limit of number of IPMI interfaces. > This has been tested with 8 interfaces. > > Signed-off-by: Corey Minyard <[EMAIL PROTECTED]> > Cc: Carol Hebert <[EMAIL PROTECTED]> > > .. > > +s

[Patch 2/12] IPMI: remove interface number limits

2006-12-01 Thread Corey Minyard
This patch removes the arbitrary limit of number of IPMI interfaces. This has been tested with 8 interfaces. Signed-off-by: Corey Minyard <[EMAIL PROTECTED]> Cc: Carol Hebert <[EMAIL PROTECTED]> Index: linux-2.6.19-rc6/drivers/char/ipmi/ipmi_msghandler.c =