Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Dmitry Tyschenko
2007/9/28, Thomas Gleixner <[EMAIL PROTECTED]>:
> On Fri, 2007-09-28 at 00:01 +0300, Dmitry Tyschenko wrote:
> > Sorry, I am newbie in linux. Hope you was talking about:
> > /boot/vmlinuz-2.6.22-1-k7 root=/dev/sda5 ro nohz=off
>
> Yes.
>
> > But it doesn't help for Debians 2.6.22-1 (I don't have another
> > prebuiled) still same problems.
>
> Can you please add: nolapic_timer instead ?
>
> Thanks,
>
> tglx

It works with nolapic_timer!
Thank you!
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Thomas Gleixner
On Fri, 2007-09-28 at 00:01 +0300, Dmitry Tyschenko wrote:
> Sorry, I am newbie in linux. Hope you was talking about:
> /boot/vmlinuz-2.6.22-1-k7 root=/dev/sda5 ro nohz=off

Yes.

> But it doesn't help for Debians 2.6.22-1 (I don't have another
> prebuiled) still same problems.

Can you please add: nolapic_timer instead ?

Thanks,

tglx


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Rafael J. Wysocki
Please don't top post.

On Thursday, 27 September 2007 23:01, Dmitry Tyschenko wrote:
> Sorry, I am newbie in linux. Hope you was talking about:
> /boot/vmlinuz-2.6.22-1-k7 root=/dev/sda5 ro nohz=off

Yes.

> But it doesn't help for Debians 2.6.22-1 (I don't have another
> prebuiled) still same problems.

So, you need to explicitly unset NO_HZ in the kernel coniguration to make
things work.

Well, in that case please wait until the 2.6.23 kernel is out and test it.
There will be some important fixes related to NO_HZ in it.

Greetings,
Rafael


> 2007/9/27, Rafael J. Wysocki <[EMAIL PROTECTED]>:
> > On Thursday, 27 September 2007 22:28, Dmitry Tyschenko wrote:
> > > Hello,
> > >
> > > I have laptop Asus X50M. Using old Debian Etch from February.
> > > Kernel from 2.6.21 doesn't boot, hangs up just in 10seconds -  1minute
> > > after GRUB screen.
> > > I have tryed different versions of gcc (4.1.1, 4.1.2, 4.2.1) to build
> > > 2.6.22.8 kernel, but no results.
> > > But if I disable NO_HZ option 2.6.21 is working fine for me.
> > >
> > > I think this is important problem, because some of the project, Debian
> > > for example,
> > >  are building kernel with this options enabled (in
> > > linux-image-2.6.22-1-k7 package it is enabled),
> > > and some people, like me, can not use new kernels.
> > >
> > > I have attached some of my PC info, hope this can help
> >
> > You can use the "nohz=off" kernel command line switch.  Please check if it
> > works for you.
> >
> > Greetings,
> > Rafael
> >
> 
> 

-- 
"Premature optimization is the root of all evil." - Donald Knuth
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Dmitry Tyschenko
Sorry, I am newbie in linux. Hope you was talking about:
/boot/vmlinuz-2.6.22-1-k7 root=/dev/sda5 ro nohz=off
But it doesn't help for Debians 2.6.22-1 (I don't have another
prebuiled) still same problems.

2007/9/27, Rafael J. Wysocki <[EMAIL PROTECTED]>:
> On Thursday, 27 September 2007 22:28, Dmitry Tyschenko wrote:
> > Hello,
> >
> > I have laptop Asus X50M. Using old Debian Etch from February.
> > Kernel from 2.6.21 doesn't boot, hangs up just in 10seconds -  1minute
> > after GRUB screen.
> > I have tryed different versions of gcc (4.1.1, 4.1.2, 4.2.1) to build
> > 2.6.22.8 kernel, but no results.
> > But if I disable NO_HZ option 2.6.21 is working fine for me.
> >
> > I think this is important problem, because some of the project, Debian
> > for example,
> >  are building kernel with this options enabled (in
> > linux-image-2.6.22-1-k7 package it is enabled),
> > and some people, like me, can not use new kernels.
> >
> > I have attached some of my PC info, hope this can help
>
> You can use the "nohz=off" kernel command line switch.  Please check if it
> works for you.
>
> Greetings,
> Rafael
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Rafael J. Wysocki
On Thursday, 27 September 2007 22:28, Dmitry Tyschenko wrote:
> Hello,
> 
> I have laptop Asus X50M. Using old Debian Etch from February.
> Kernel from 2.6.21 doesn't boot, hangs up just in 10seconds -  1minute
> after GRUB screen.
> I have tryed different versions of gcc (4.1.1, 4.1.2, 4.2.1) to build
> 2.6.22.8 kernel, but no results.
> But if I disable NO_HZ option 2.6.21 is working fine for me.
> 
> I think this is important problem, because some of the project, Debian
> for example,
>  are building kernel with this options enabled (in
> linux-image-2.6.22-1-k7 package it is enabled),
> and some people, like me, can not use new kernels.
> 
> I have attached some of my PC info, hope this can help

You can use the "nohz=off" kernel command line switch.  Please check if it
works for you.

Greetings,
Rafael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Thomas Gleixner
On Thu, 2007-09-27 at 23:28 +0300, Dmitry Tyschenko wrote:
> I have laptop Asus X50M. Using old Debian Etch from February.
> Kernel from 2.6.21 doesn't boot, hangs up just in 10seconds -  1minute
> after GRUB screen.
> I have tryed different versions of gcc (4.1.1, 4.1.2, 4.2.1) to build
> 2.6.22.8 kernel, but no results.
> But if I disable NO_HZ option 2.6.21 is working fine for me.

We have fixed a bunch of bugs in this area. Can you please try the
latest mainline kernel, whether the problem still persists ?

Thanks,

tglx


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Thomas Gleixner
On Thu, 2007-09-27 at 23:28 +0300, Dmitry Tyschenko wrote:
 I have laptop Asus X50M. Using old Debian Etch from February.
 Kernel from 2.6.21 doesn't boot, hangs up just in 10seconds -  1minute
 after GRUB screen.
 I have tryed different versions of gcc (4.1.1, 4.1.2, 4.2.1) to build
 2.6.22.8 kernel, but no results.
 But if I disable NO_HZ option 2.6.21 is working fine for me.

We have fixed a bunch of bugs in this area. Can you please try the
latest mainline kernel, whether the problem still persists ?

Thanks,

tglx


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Rafael J. Wysocki
On Thursday, 27 September 2007 22:28, Dmitry Tyschenko wrote:
 Hello,
 
 I have laptop Asus X50M. Using old Debian Etch from February.
 Kernel from 2.6.21 doesn't boot, hangs up just in 10seconds -  1minute
 after GRUB screen.
 I have tryed different versions of gcc (4.1.1, 4.1.2, 4.2.1) to build
 2.6.22.8 kernel, but no results.
 But if I disable NO_HZ option 2.6.21 is working fine for me.
 
 I think this is important problem, because some of the project, Debian
 for example,
  are building kernel with this options enabled (in
 linux-image-2.6.22-1-k7 package it is enabled),
 and some people, like me, can not use new kernels.
 
 I have attached some of my PC info, hope this can help

You can use the nohz=off kernel command line switch.  Please check if it
works for you.

Greetings,
Rafael
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Dmitry Tyschenko
Sorry, I am newbie in linux. Hope you was talking about:
/boot/vmlinuz-2.6.22-1-k7 root=/dev/sda5 ro nohz=off
But it doesn't help for Debians 2.6.22-1 (I don't have another
prebuiled) still same problems.

2007/9/27, Rafael J. Wysocki [EMAIL PROTECTED]:
 On Thursday, 27 September 2007 22:28, Dmitry Tyschenko wrote:
  Hello,
 
  I have laptop Asus X50M. Using old Debian Etch from February.
  Kernel from 2.6.21 doesn't boot, hangs up just in 10seconds -  1minute
  after GRUB screen.
  I have tryed different versions of gcc (4.1.1, 4.1.2, 4.2.1) to build
  2.6.22.8 kernel, but no results.
  But if I disable NO_HZ option 2.6.21 is working fine for me.
 
  I think this is important problem, because some of the project, Debian
  for example,
   are building kernel with this options enabled (in
  linux-image-2.6.22-1-k7 package it is enabled),
  and some people, like me, can not use new kernels.
 
  I have attached some of my PC info, hope this can help

 You can use the nohz=off kernel command line switch.  Please check if it
 works for you.

 Greetings,
 Rafael

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Rafael J. Wysocki
Please don't top post.

On Thursday, 27 September 2007 23:01, Dmitry Tyschenko wrote:
 Sorry, I am newbie in linux. Hope you was talking about:
 /boot/vmlinuz-2.6.22-1-k7 root=/dev/sda5 ro nohz=off

Yes.

 But it doesn't help for Debians 2.6.22-1 (I don't have another
 prebuiled) still same problems.

So, you need to explicitly unset NO_HZ in the kernel coniguration to make
things work.

Well, in that case please wait until the 2.6.23 kernel is out and test it.
There will be some important fixes related to NO_HZ in it.

Greetings,
Rafael


 2007/9/27, Rafael J. Wysocki [EMAIL PROTECTED]:
  On Thursday, 27 September 2007 22:28, Dmitry Tyschenko wrote:
   Hello,
  
   I have laptop Asus X50M. Using old Debian Etch from February.
   Kernel from 2.6.21 doesn't boot, hangs up just in 10seconds -  1minute
   after GRUB screen.
   I have tryed different versions of gcc (4.1.1, 4.1.2, 4.2.1) to build
   2.6.22.8 kernel, but no results.
   But if I disable NO_HZ option 2.6.21 is working fine for me.
  
   I think this is important problem, because some of the project, Debian
   for example,
are building kernel with this options enabled (in
   linux-image-2.6.22-1-k7 package it is enabled),
   and some people, like me, can not use new kernels.
  
   I have attached some of my PC info, hope this can help
 
  You can use the nohz=off kernel command line switch.  Please check if it
  works for you.
 
  Greetings,
  Rafael
 
 
 

-- 
Premature optimization is the root of all evil. - Donald Knuth
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Thomas Gleixner
On Fri, 2007-09-28 at 00:01 +0300, Dmitry Tyschenko wrote:
 Sorry, I am newbie in linux. Hope you was talking about:
 /boot/vmlinuz-2.6.22-1-k7 root=/dev/sda5 ro nohz=off

Yes.

 But it doesn't help for Debians 2.6.22-1 (I don't have another
 prebuiled) still same problems.

Can you please add: nolapic_timer instead ?

Thanks,

tglx


-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: NO_HZ hangs up AMD MK-36

2007-09-27 Thread Dmitry Tyschenko
2007/9/28, Thomas Gleixner [EMAIL PROTECTED]:
 On Fri, 2007-09-28 at 00:01 +0300, Dmitry Tyschenko wrote:
  Sorry, I am newbie in linux. Hope you was talking about:
  /boot/vmlinuz-2.6.22-1-k7 root=/dev/sda5 ro nohz=off

 Yes.

  But it doesn't help for Debians 2.6.22-1 (I don't have another
  prebuiled) still same problems.

 Can you please add: nolapic_timer instead ?

 Thanks,

 tglx

It works with nolapic_timer!
Thank you!
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/