[1/2] 2.6.22-git: known regressions

2007-07-20 Thread Michal Piotrowski
Hi all,

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

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

List of Aces

NameRegressions fixed since 21-Jun-2007
Adrian Bunk3
Andi Kleen 2
Andrew Morton  2
David Woodhouse2
Hugh Dickins   2
Jens Axboe 2



Unclassified

Subject : a52b1752c07 broke !SMP: error: implicit declaration of 
function `WARN_ON'
References  : http://lkml.org/lkml/2007/7/17/600
Last known good : ?
Submitter   : Uwe Kleine-König [EMAIL PROTECTED]
Caused-By   : Avi Kivity [EMAIL PROTECTED]
  commit a52b1752c077cb919b71167c54968a0b91673281
Handled-By  : ?
Status  : unknown

Subject : Section mismatch: reference to .init.data:cpu_llc_id (between 
'set_cpu_sibling_map' and 'initialize_secondary')
References  : http://lkml.org/lkml/2007/7/19/202
Last known good : ?
Submitter   : Gabriel C [EMAIL PROTECTED]
Caused-By   : Jeremy Fitzhardinge [EMAIL PROTECTED]
  commit c70df74376c1e29a04e07e23dd3f4c384d6166dd
Handled-By  : ?
Status  : unknown


Subject : Oops while modprobing phy fixed module
References  : http://lkml.org/lkml/2007/7/14/63
Last known good : ?
Submitter   : Gabriel C [EMAIL PROTECTED]
Caused-By   : Tejun Heo [EMAIL PROTECTED]
  commit 3007e997de91ec59af39a3f9c91595b31ae6e08b
Handled-By  : Satyam Sharma [EMAIL PROTECTED]
  Tejun Heo [EMAIL PROTECTED]
Status  : unknown



Block layer

Subject : broken {sd,hd}parm
References  : http://lkml.org/lkml/2007/7/16/389
Last known good : ?
Submitter   : Gabriel C [EMAIL PROTECTED]
Caused-By   : ?
Handled-By  : FUJITA Tomonori [EMAIL PROTECTED]
Status  : problem is being debugged



DRM

Subject : wine locks up system
References  : http://lkml.org/lkml/2007/7/17/128
Last known good : ?
Submitter   : Charles Gagalac [EMAIL PROTECTED]
Caused-By   : commit d4e2cbe9cb9219fc924191a6baa2369140cb5ea8
  Dave Airlie [EMAIL PROTECTED]
  Michel Dänzer [EMAIL PROTECTED]
  Kristian Høgsberg [EMAIL PROTECTED]
Handled-By  : 
Status  : unknown



Regards,
Michal

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [1/2] 2.6.22-git: known regressions

2007-07-20 Thread Satyam Sharma
On 7/19/07, Michal Piotrowski [EMAIL PROTECTED] wrote:

 Subject : Section mismatch: reference to .init.data:cpu_llc_id 
 (between 'set_cpu_sibling_map' and 'initialize_secondary')
 References  : http://lkml.org/lkml/2007/7/19/202
 Last known good : ?
 Submitter   : Gabriel C [EMAIL PROTECTED]
 Caused-By   : Jeremy Fitzhardinge [EMAIL PROTECTED]
   commit c70df74376c1e29a04e07e23dd3f4c384d6166dd
 Handled-By  : ?
 Status  : unknown

Fixed by Jeremy Fitzhardinge, see:

http://lkml.org/lkml/2007/7/18/410

Dunno if it's in latest git.

 Subject : Oops while modprobing phy fixed module
 References  : http://lkml.org/lkml/2007/7/14/63
 Last known good : ?
 Submitter   : Gabriel C [EMAIL PROTECTED]
 Caused-By   : Tejun Heo [EMAIL PROTECTED]
   commit 3007e997de91ec59af39a3f9c91595b31ae6e08b
 Handled-By  : Satyam Sharma [EMAIL PROTECTED]
   Tejun Heo [EMAIL PROTECTED]
 Status  : unknown


This thread consisted of two unrelated/different oops stack traces :-)

One of them was fixed by Tejun,
a1da4dfe35bc36c3bc9716d995c85b7983c38a76

The other is SLUB related, I think.

 Block layer

 Subject : broken {sd,hd}parm
 References  : http://lkml.org/lkml/2007/7/16/389
 Last known good : ?
 Submitter   : Gabriel C [EMAIL PROTECTED]
 Caused-By   : ?
 Handled-By  : FUJITA Tomonori [EMAIL PROTECTED]
 Status  : problem is being debugged

James Bottomley posted a patch for it just now, Gabriel seems
to be happy with it

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [1/2] 2.6.22-git: known regressions

2007-07-20 Thread Gabriel C
Satyam Sharma wrote:
 On 7/19/07, Michal Piotrowski [EMAIL PROTECTED] wrote:

   
 Subject : Section mismatch: reference to .init.data:cpu_llc_id 
 (between 'set_cpu_sibling_map' and 'initialize_secondary')
 References  : http://lkml.org/lkml/2007/7/19/202
 Last known good : ?
 Submitter   : Gabriel C [EMAIL PROTECTED]
 Caused-By   : Jeremy Fitzhardinge [EMAIL PROTECTED]
   commit c70df74376c1e29a04e07e23dd3f4c384d6166dd
 Handled-By  : ?
 Status  : unknown
 

 Fixed by Jeremy Fitzhardinge, see:

 http://lkml.org/lkml/2007/7/18/410

 Dunno if it's in latest git.
   

No is not.

   
 Subject : Oops while modprobing phy fixed module
 References  : http://lkml.org/lkml/2007/7/14/63
 Last known good : ?
 Submitter   : Gabriel C [EMAIL PROTECTED]
 Caused-By   : Tejun Heo [EMAIL PROTECTED]
   commit 3007e997de91ec59af39a3f9c91595b31ae6e08b
 Handled-By  : Satyam Sharma [EMAIL PROTECTED]
   Tejun Heo [EMAIL PROTECTED]
 Status  : unknown
 


 This thread consisted of two unrelated/different oops stack traces :-)

 One of them was fixed by Tejun,
 a1da4dfe35bc36c3bc9716d995c85b7983c38a76

 The other is SLUB related, I think.

   

Yes SLAB/SLUB traces.

I will test the SLAB fix ( noone told me is fixed ) and I'll test the
same with SLUB to see whatever is fixed in current git , later.

 Block layer

 Subject : broken {sd,hd}parm
 References  : http://lkml.org/lkml/2007/7/16/389
 Last known good : ?
 Submitter   : Gabriel C [EMAIL PROTECTED]
 Caused-By   : ?
 Handled-By  : FUJITA Tomonori [EMAIL PROTECTED]
 Status  : problem is being debugged
 

 James Bottomley posted a patch for it just now, Gabriel seems
 to be happy with it

   


Yes :)

http://lkml.org/lkml/diff/2007/7/19/357/1

Everything works again with this patch.


Gabriel


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [1/2] 2.6.22-git: known regressions

2007-07-20 Thread Avi Kivity
Michal Piotrowski wrote:

 Unclassified

 Subject : a52b1752c07 broke !SMP: error: implicit declaration of 
 function `WARN_ON'
 References  : http://lkml.org/lkml/2007/7/17/600
 Last known good : ?
 Submitter   : Uwe Kleine-König [EMAIL PROTECTED]
 Caused-By   : Avi Kivity [EMAIL PROTECTED]
   commit a52b1752c077cb919b71167c54968a0b91673281
 Handled-By  : ?
 Status  : unknown
   

This has been fixed by Al Viro, 
8dfd588c3180b7403c402b4545164ee4543f8f86, in mainline.

I am now working on kvm and slub intensely disliking each other.

Note: the wiki page is immutable, so I could not update it.

-- 
error compiling committee.c: too many arguments to function


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [1/2] 2.6.22-git: known regressions

2007-07-20 Thread Gabriel C
Gabriel C wrote:
   
 
 Subject : Oops while modprobing phy fixed module
 References  : http://lkml.org/lkml/2007/7/14/63
 Last known good : ?
 Submitter   : Gabriel C [EMAIL PROTECTED]
 Caused-By   : Tejun Heo [EMAIL PROTECTED]
   commit 3007e997de91ec59af39a3f9c91595b31ae6e08b
 Handled-By  : Satyam Sharma [EMAIL PROTECTED]
   Tejun Heo [EMAIL PROTECTED]
 Status  : unknown
 
   
 This thread consisted of two unrelated/different oops stack traces :-)

 One of them was fixed by Tejun,
 a1da4dfe35bc36c3bc9716d995c85b7983c38a76

 The other is SLUB related, I think.

   
 

 Yes SLAB/SLUB traces.

 I will test the SLAB fix ( noone told me is fixed ) and I'll test the
 same with SLUB to see whatever is fixed in current git , later.


   

Both looks fixed on current git head I cannot reproduce the Oops'es
anymore here.

Just the phy fixed driver is still broken.


Gabriel



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [1/2] 2.6.22-git: known regressions

2007-07-20 Thread Satyam Sharma
On 7/20/07, Gabriel C [EMAIL PROTECTED] wrote:
 Gabriel C wrote:
 
 
  Subject : Oops while modprobing phy fixed module
  References  : http://lkml.org/lkml/2007/7/14/63
  Last known good : ?
  Submitter   : Gabriel C [EMAIL PROTECTED]
  Caused-By   : Tejun Heo [EMAIL PROTECTED]
commit 3007e997de91ec59af39a3f9c91595b31ae6e08b
  Handled-By  : Satyam Sharma [EMAIL PROTECTED]
Tejun Heo [EMAIL PROTECTED]
  Status  : unknown
 
 
  This thread consisted of two unrelated/different oops stack traces :-)
 
  One of them was fixed by Tejun,
  a1da4dfe35bc36c3bc9716d995c85b7983c38a76
 
  The other is SLUB related, I think.
 
 
 
 
  Yes SLAB/SLUB traces.
 
  I will test the SLAB fix ( noone told me is fixed ) and I'll test the
  same with SLUB to see whatever is fixed in current git , later.
 
 
 

 Both looks fixed on current git head I cannot reproduce the Oops'es
 anymore here.

 Just the phy fixed driver is still broken.


http://lkml.org/lkml/2007/7/18/506

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


Re: [1/2] 2.6.22-git: known regressions

2007-07-20 Thread Dave Airlie


DRM

Subject : wine locks up system
References  : http://lkml.org/lkml/2007/7/17/128
Last known good : ?
Submitter   : Charles Gagalac [EMAIL PROTECTED]
Caused-By   : commit d4e2cbe9cb9219fc924191a6baa2369140cb5ea8
 Dave Airlie [EMAIL PROTECTED]
 Michel Dänzer [EMAIL PROTECTED]
 Kristian Høgsberg [EMAIL PROTECTED]
Handled-By  :
Status  : unknown


Fixed about an hour later...45ea5dcde62db8eccc8503defae3c3353256975d

Dave.





Regards,
Michal

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



--
David Airlie, Software Engineer
http://www.skynet.ie/~airlied / airlied at skynet.ie
Linux kernel - DRI, VAX / pam_smb / ILUG
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel