Re: Linux 2.6.23.12

2008-01-10 Thread Bjorn Helgaas
On Wednesday 09 January 2008 08:49:52 pm Greg KH wrote: > On Wed, Jan 02, 2008 at 01:42:23PM -0700, Bjorn Helgaas wrote: > > The patch below was put in 2.6.23.12 as a fix for > > http://bugzilla.kernel.org/show_bug.cgi?id=9514. It apparently > > does make 9514 go away, but only by coincidence. Th

Re: Linux 2.6.23.12

2008-01-09 Thread Greg KH
On Wed, Jan 02, 2008 at 01:42:23PM -0700, Bjorn Helgaas wrote: > The patch below was put in 2.6.23.12 as a fix for > http://bugzilla.kernel.org/show_bug.cgi?id=9514. It apparently > does make 9514 go away, but only by coincidence. There are a > couple other ideas about fixing 9514. My proposed p

Re: Linux 2.6.23.12

2008-01-02 Thread Shaohua Li
On Wed, 2008-01-02 at 13:42 -0700, Bjorn Helgaas wrote: > The patch below was put in 2.6.23.12 as a fix for > http://bugzilla.kernel.org/show_bug.cgi?id=9514. It apparently > does make 9514 go away, but only by coincidence. There are a > couple other ideas about fixing 9514. My proposed patch i

Re: Linux 2.6.23.12

2008-01-02 Thread Bjorn Helgaas
The patch below was put in 2.6.23.12 as a fix for http://bugzilla.kernel.org/show_bug.cgi?id=9514. It apparently does make 9514 go away, but only by coincidence. There are a couple other ideas about fixing 9514. My proposed patch is attached in the bugzilla. The .12 patch reduces the number of

Re: Linux 2.6.23.12

2007-12-18 Thread Greg Kroah-Hartman
diff --git a/Makefile b/Makefile index ada10d5..96c3f02 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 23 -EXTRAVERSION = .11 +EXTRAVERSION = .12 NAME = Arr Matey! A Hairy Bilge Rat! # *DOCUMENTATION* diff --git a/drivers/pnp/pnpacpi/rsparser.c b/d