Re: Linux 2.6.20.3

2007-03-13 Thread David Miller
From: Bill Irwin <[EMAIL PROTECTED]> Date: Tue, 13 Mar 2007 22:40:18 -0700 > I'm still trying to get on this. See a response I just gave in this thread, I gave some tips that might help track down what's going wrong here. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" i

Re: Linux 2.6.20.3

2007-03-13 Thread Bill Irwin
On Tue, Mar 13, 2007 at 05:29:17PM -0700, Nish Aravamudan wrote: > Ok, truly bizarre, I found that I was not running stock 2.6.20.3, but > had your small hugetlb patch on top. > So I went back and patched 2.6.20.1 with your patch, rebooted, got a > soft lockup. Went back to stock 2.6.20.1 and did n

Re: Linux 2.6.20.3

2007-03-13 Thread David Miller
From: "Nish Aravamudan" <[EMAIL PROTECTED]> Date: Tue, 13 Mar 2007 17:29:17 -0700 > Ok, truly bizarre, I found that I was not running stock 2.6.20.3, but > had your small hugetlb patch on top. > > So I went back and patched 2.6.20.1 with your patch, rebooted, got a > soft lockup. Went back to sto

Re: Linux 2.6.20.3

2007-03-13 Thread mdew .
many changes since 2.6.20.3-rc1? On 3/14/07, Greg KH <[EMAIL PROTECTED]> wrote: We (the -stable team) are announcing the release of the 2.6.20.3 kernel. It contains a number of bugfixes and all 2.6.20 users are recommended to upgrade. The diffstat and short summary of the fixes are below. - To

Re: Linux 2.6.20.3

2007-03-13 Thread Nish Aravamudan
On 3/13/07, Nish Aravamudan <[EMAIL PROTECTED]> wrote: On 3/13/07, David Miller <[EMAIL PROTECTED]> wrote: > From: "Nish Aravamudan" <[EMAIL PROTECTED]> > Date: Tue, 13 Mar 2007 14:58:24 -0700 > > > On 3/13/07, Nish Aravamudan <[EMAIL PROTECTED]> wrote: > > > On 3/13/07, Greg KH <[EMAIL PROTECTED

Re: Linux 2.6.20.3

2007-03-13 Thread Nish Aravamudan
On 3/13/07, David Miller <[EMAIL PROTECTED]> wrote: From: "Nish Aravamudan" <[EMAIL PROTECTED]> Date: Tue, 13 Mar 2007 14:58:24 -0700 > On 3/13/07, Nish Aravamudan <[EMAIL PROTECTED]> wrote: > > On 3/13/07, Greg KH <[EMAIL PROTECTED]> wrote: > > > We (the -stable team) are announcing the release

Re: Linux 2.6.20.3

2007-03-13 Thread David Miller
From: "Nish Aravamudan" <[EMAIL PROTECTED]> Date: Tue, 13 Mar 2007 14:58:24 -0700 > On 3/13/07, Nish Aravamudan <[EMAIL PROTECTED]> wrote: > > On 3/13/07, Greg KH <[EMAIL PROTECTED]> wrote: > > > We (the -stable team) are announcing the release of the 2.6.20.3 kernel. > > > It contains a number of

Re: Linux 2.6.20.3

2007-03-13 Thread Nish Aravamudan
On 3/13/07, Greg KH <[EMAIL PROTECTED]> wrote: We (the -stable team) are announcing the release of the 2.6.20.3 kernel. It contains a number of bugfixes and all 2.6.20 users are recommended to upgrade. The diffstat and short summary of the fixes are below. I'll also be replying to this message

Re: Linux 2.6.20.3

2007-03-13 Thread Nish Aravamudan
On 3/13/07, Nish Aravamudan <[EMAIL PROTECTED]> wrote: On 3/13/07, Greg KH <[EMAIL PROTECTED]> wrote: > We (the -stable team) are announcing the release of the 2.6.20.3 kernel. > It contains a number of bugfixes and all 2.6.20 users are recommended to > upgrade. > > The diffstat and short summary

Re: Linux 2.6.20.3

2007-03-13 Thread Greg KH
diff --git a/Makefile b/Makefile index d165e80..7d2f304 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 20 -EXTRAVERSION = .2 +EXTRAVERSION = .3 NAME = Homicidal Dwarf Hamster # *DOCUMENTATION* diff --git a/arch/sparc/kernel/of_device.c b/arch/sparc