linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [1/2] 2.6.22-rc5: known regressions
@ 2007-06-17 14:23 Michal Piotrowski
  2007-06-18 11:02 ` Malte Cornils
  0 siblings, 1 reply; 6+ messages in thread
From: Michal Piotrowski @ 2007-06-17 14:23 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton, LKML, Rodrigo Luiz,
	Darrick J. Wong, Siddha, Suresh B, alsa-devel, Takashi Iwai,
	Jaroslav Kysela, Ben Collins, reiserfs-devel,
	Vladimir V. Saveliev, Randy Dunlap, linux-pci,
	Greg Kroah-Hartman, Malte Cornils

Hi all,

Here is a list of some known regressions in 2.6.22-rc5.

Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions



Unclassified

Subject    : Kernel hang on CMOS_READ
References : http://lkml.org/lkml/2007/6/3/138
Submitter  : Rodrigo Luiz <troops.of.doom@gmail.com>
Status     : Unknown

Subject    : Device hang when offlining a CPU due to IRQ misrouting
References : http://lkml.org/lkml/2007/5/31/419
Submitter  : Darrick J. Wong <djwong@us.ibm.com>
Handled-By : Siddha, Suresh B <suresh.b.siddha@intel.com>
Status     : problem is being debugged



ALSA

Subject    : snd-aoa causes badness in lib/kref.c:33
References : http://bugzilla.kernel.org/show_bug.cgi?id=8513
Submitter  : Ben Collins <bcollins@ubuntu.com>
Handled-By : Takashi Iwai <tiwai@suse.de>
Status     : Unknown



FS

Subject    : 2.6.22-rc4-git5 reiserfs: null ptr deref.
References : http://lkml.org/lkml/2007/6/13/322
Submitter  : Randy Dunlap <randy.dunlap@oracle.com>
Handled-By : Vladimir V. Saveliev <vs@namesys.com>
Status     : problem is being debugged



PCI

Subject    : PCI setup hangs on Asus Notebook (nolapic helps)
References : http://lkml.org/lkml/2007/6/14/161
Submitter  : Malte Cornils <malte@cornils.net>
Status     : unknown



Regards,
Michal

--
LOG
http://www.stardust.webpages.pl/log/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [1/2] 2.6.22-rc5: known regressions
  2007-06-17 14:23 [1/2] 2.6.22-rc5: known regressions Michal Piotrowski
@ 2007-06-18 11:02 ` Malte Cornils
  2007-06-18 16:29   ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Malte Cornils @ 2007-06-18 11:02 UTC (permalink / raw)
  To: Michal Piotrowski
  Cc: Linus Torvalds, Andrew Morton, LKML, Rodrigo Luiz,
	Darrick J. Wong, Siddha, Suresh B, alsa-devel, Takashi Iwai,
	Jaroslav Kysela, Ben Collins, reiserfs-devel,
	Vladimir V. Saveliev, Randy Dunlap, linux-pci,
	Greg Kroah-Hartman

Hello,

Am Sonntag, 17. Juni 2007 16:23 schrieb Michal Piotrowski:
> Here is a list of some known regressions in 2.6.22-rc5.
> PCI
>
> Subject    : PCI setup hangs on Asus Notebook (nolapic helps)
> References : http://lkml.org/lkml/2007/6/14/161
> Submitter  : Malte Cornils <malte@cornils.net>
> Status     : unknown

The original report was made on 2.6.22-rc3, I just checked and it still 
happens on 2.6.22-rc5.

Yours
-Malte Cornils

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [1/2] 2.6.22-rc5: known regressions
  2007-06-18 11:02 ` Malte Cornils
@ 2007-06-18 16:29   ` Greg KH
  2007-06-18 23:26     ` Malte Cornils
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2007-06-18 16:29 UTC (permalink / raw)
  To: Malte Cornils
  Cc: Michal Piotrowski, Linus Torvalds, Andrew Morton, LKML,
	Rodrigo Luiz, Darrick J. Wong, Siddha, Suresh B, alsa-devel,
	Takashi Iwai, Jaroslav Kysela, Ben Collins, reiserfs-devel,
	Vladimir V. Saveliev, Randy Dunlap, linux-pci,
	Greg Kroah-Hartman

On Mon, Jun 18, 2007 at 01:02:42PM +0200, Malte Cornils wrote:
> Hello,
> 
> Am Sonntag, 17. Juni 2007 16:23 schrieb Michal Piotrowski:
> > Here is a list of some known regressions in 2.6.22-rc5.
> > PCI
> >
> > Subject    : PCI setup hangs on Asus Notebook (nolapic helps)
> > References : http://lkml.org/lkml/2007/6/14/161
> > Submitter  : Malte Cornils <malte@cornils.net>
> > Status     : unknown
> 
> The original report was made on 2.6.22-rc3, I just checked and it still 
> happens on 2.6.22-rc5.

Can you use 'git bisect' to track down the patch that causes this to
fail?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [1/2] 2.6.22-rc5: known regressions
  2007-06-18 16:29   ` Greg KH
@ 2007-06-18 23:26     ` Malte Cornils
  2007-06-20 21:49       ` Malte Cornils
  0 siblings, 1 reply; 6+ messages in thread
From: Malte Cornils @ 2007-06-18 23:26 UTC (permalink / raw)
  To: Greg KH
  Cc: Michal Piotrowski, Linus Torvalds, Andrew Morton, LKML,
	Rodrigo Luiz, Darrick J. Wong, Siddha, Suresh B, alsa-devel,
	Takashi Iwai, Jaroslav Kysela, Ben Collins, reiserfs-devel,
	Vladimir V. Saveliev, Randy Dunlap, linux-pci,
	Greg Kroah-Hartman

Hello,

Am Montag, 18. Juni 2007 18:29 schrieb Greg KH:
> On Mon, Jun 18, 2007 at 01:02:42PM +0200, Malte Cornils wrote:
> > Hello,
> > > Subject    : PCI setup hangs on Asus Notebook (nolapic helps)
> > > References : http://lkml.org/lkml/2007/6/14/161
> > > Submitter  : Malte Cornils <malte@cornils.net>
> > > Status     : unknown
> >
> > The original report was made on 2.6.22-rc3, I just checked and it still
> > happens on 2.6.22-rc5.
>
> Can you use 'git bisect' to track down the patch that causes this to
> fail?

I will do this, however, it will likely take me a day or two to find. I'll 
report back then.

-Malte Cornils

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [1/2] 2.6.22-rc5: known regressions
  2007-06-18 23:26     ` Malte Cornils
@ 2007-06-20 21:49       ` Malte Cornils
  2007-06-20 22:18         ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Malte Cornils @ 2007-06-20 21:49 UTC (permalink / raw)
  To: Greg KH
  Cc: Michal Piotrowski, Linus Torvalds, Andrew Morton, LKML,
	Rodrigo Luiz, Darrick J. Wong, Siddha, Suresh B, alsa-devel,
	Takashi Iwai, Jaroslav Kysela, Ben Collins, reiserfs-devel,
	Vladimir V. Saveliev, Randy Dunlap, linux-pci,
	Greg Kroah-Hartman

Am Dienstag, 19. Juni 2007 01:26 schrieb Malte Cornils:
> Hello,
> Am Montag, 18. Juni 2007 18:29 schrieb Greg KH:
> > > > Subject    : PCI setup hangs on Asus Notebook (nolapic helps)
> > > > References : http://lkml.org/lkml/2007/6/14/161
> > > > Submitter  : Malte Cornils <malte@cornils.net>
> > > > Status     : unknown [...]
> >
> > Can you use 'git bisect' to track down the patch that causes this to
> > fail?
>
> I will do this, however, it will likely take me a day or two to find. I'll
> report back then.

Well, more likely a few more days due to difficult physical access to the 
laptop at the moment; however, it's *not* a regression introduced in 
2.6.22rc, it was introduced at some point of time between 2.6.18 and 
2.6.19-rc1.

That means IMHO it's not sensible holding 2.6.22 final waiting for a fix for 
this issue, but I will try to hurry in locating the exact commit anyway.

Yours,
-Malte Cornils

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [1/2] 2.6.22-rc5: known regressions
  2007-06-20 21:49       ` Malte Cornils
@ 2007-06-20 22:18         ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2007-06-20 22:18 UTC (permalink / raw)
  To: Malte Cornils
  Cc: Michal Piotrowski, Linus Torvalds, Andrew Morton, LKML,
	Rodrigo Luiz, Darrick J. Wong, Siddha, Suresh B, alsa-devel,
	Takashi Iwai, Jaroslav Kysela, Ben Collins, reiserfs-devel,
	Vladimir V. Saveliev, Randy Dunlap, linux-pci,
	Greg Kroah-Hartman

On Wed, Jun 20, 2007 at 11:49:59PM +0200, Malte Cornils wrote:
> Am Dienstag, 19. Juni 2007 01:26 schrieb Malte Cornils:
> > Hello,
> > Am Montag, 18. Juni 2007 18:29 schrieb Greg KH:
> > > > > Subject    : PCI setup hangs on Asus Notebook (nolapic helps)
> > > > > References : http://lkml.org/lkml/2007/6/14/161
> > > > > Submitter  : Malte Cornils <malte@cornils.net>
> > > > > Status     : unknown [...]
> > >
> > > Can you use 'git bisect' to track down the patch that causes this to
> > > fail?
> >
> > I will do this, however, it will likely take me a day or two to find. I'll
> > report back then.
> 
> Well, more likely a few more days due to difficult physical access to the 
> laptop at the moment; however, it's *not* a regression introduced in 
> 2.6.22rc, it was introduced at some point of time between 2.6.18 and 
> 2.6.19-rc1.

Great, thanks for letting us know about this.

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-20 22:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-17 14:23 [1/2] 2.6.22-rc5: known regressions Michal Piotrowski
2007-06-18 11:02 ` Malte Cornils
2007-06-18 16:29   ` Greg KH
2007-06-18 23:26     ` Malte Cornils
2007-06-20 21:49       ` Malte Cornils
2007-06-20 22:18         ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).