Re: Linux 2.6.20.7 - Hard Disk rumbling?

2007-04-22 Thread Mark Lord
Sunil Naidu wrote: Hello, I am facing a strange problems with an old 1.2 GHz P-III machine with a 10 GB disk (used as a dedicated web server, later retired out of service!). Out of interest to implement some wireless solution (experiment), I did compile 2.6.20.7 for my requirement. Strangely, I

Re: Linux 2.6.20.7 - Hard Disk rumbling?

2007-04-22 Thread Sunil Naidu
On 4/22/07, Mark Lord <[EMAIL PROTECTED]> wrote: Opcode 0xb0 is "WIN_SMART". Error 0x04 is "command aborted/rejected/unsupported". Something on your system is issuing S.M.A.R.T. commands from userspace to the drive, and the drive either (1) doesn't support S.M.A.R.T., or (2) currently does not

Re: Linux 2.6.20.7 - Hard Disk rumbling?

2007-04-21 Thread Andrew Morton
On Sat, 21 Apr 2007 19:28:30 +0530 "Sunil Naidu" <[EMAIL PROTECTED]> wrote: > Hello, > > I am facing a strange problems with an old 1.2 GHz P-III machine with > a 10 GB disk (used as a dedicated web server, later retired out of > service!). > > Out of interest to implement some wireless solution

Linux 2.6.20.7 - Hard Disk rumbling?

2007-04-21 Thread Sunil Naidu
Hello, I am facing a strange problems with an old 1.2 GHz P-III machine with a 10 GB disk (used as a dedicated web server, later retired out of service!). Out of interest to implement some wireless solution (experiment), I did compile 2.6.20.7 for my requirement. Strangely, I did observe:- hda:

Re: Linux 2.6.20.7

2007-04-13 Thread Greg KH
On Fri, Apr 13, 2007 at 06:22:33PM -0400, Chuck Ebbert wrote: > Greg KH wrote: > >>> > >>> The updated 2.6.20.y git tree can be found at: > >>> > >>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.20.y.git > >>> and can be browsed at the normal kernel.org git web browser: >

Re: Linux 2.6.20.7

2007-04-13 Thread Chuck Ebbert
Greg KH wrote: >>> >>> The updated 2.6.20.y git tree can be found at: >>> >>> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.20.y.git >>> and can be browsed at the normal kernel.org git web browser: >>> www.kernel.org/git/ >> How long should that take to show up on

Re: Linux 2.6.20.7

2007-04-13 Thread Greg KH
On Fri, Apr 13, 2007 at 05:54:33PM -0400, Chuck Ebbert wrote: > Greg KH wrote: > > We (the -stable team) are announcing the release of the 2.6.20.7 kernel. > > This release has a number of bugfixes and any user of the 2.6.20 kernel > > series is encouraged to upgrade. > > > > The diffstat and shor

Re: Linux 2.6.20.7

2007-04-13 Thread Chuck Ebbert
Greg KH wrote: > We (the -stable team) are announcing the release of the 2.6.20.7 kernel. > This release has a number of bugfixes and any user of the 2.6.20 kernel > series is encouraged to upgrade. > > The diffstat and short summary of the fixes are below. > > I'll also be replying to this messa

Linux 2.6.20.7

2007-04-13 Thread Greg KH
ter_idle sysctl Francois Romieu (1): 8139too: RTNL and flush_scheduled_work deadlock Greg Kroah-Hartman (1): Linux 2.6.20.7 Herbert Xu (1): Fix IPSEC replay window handling Jan Beulich (1): kbuild: fix dependency generation John Heffner (1): Fix TCP receiver s

Re: Linux 2.6.20.7

2007-04-13 Thread Greg KH
diff --git a/Makefile b/Makefile index e81e106..bc99522 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 20 -EXTRAVERSION = .6 +EXTRAVERSION = .7 NAME = Homicidal Dwarf Hamster # *DOCUMENTATION* diff --git a/arch/i386/lib/usercopy.c b/arch/i386/lib/u