LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* git-current: slub breaks s2ram with fglrx...
@ 2007-06-17  9:49 Soeren Sonnenburg
  2007-06-17 11:04 ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Soeren Sonnenburg @ 2007-06-17  9:49 UTC (permalink / raw)
  To: Linux Kernel; +Cc: Michal Piotrowski, Rafael J. Wysocki, Stefan Seyfried

OK,

I've found the second root for my 

'2.6.22-rc regression: s2ram fails to suspend + fails to resume w/ Xorg':

The first one was just the wrong coretemp patch (already fixed by Jean).

The second one happens only with Xorg/fglrx loaded and slub enabled, as
I've found after a useless git bisect session, I've traced down the
other s2ram does not work problem to be caused by slub ... FYI: I am now
on git-current which should be rc5:

slab & fglrx works
slub & console works
slub & X11+fglrx creates hangs on suspend (black screen - no further
idea ...)

It should be noted that withouth the proprietary  fglrx.ko module loaded
the machine just reboots on s2ram (though IIRC without fglrx.ko loaded
it worked with 2.6.19 or so...)

Is this a kernel thing or yet another bug in fglrx ?

Soeren 
-- 
Sometimes, there's a moment as you're waking, when you become aware of
the real world around you, but you're still dreaming.

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

* Re: git-current: slub breaks s2ram with fglrx...
  2007-06-17  9:49 git-current: slub breaks s2ram with fglrx Soeren Sonnenburg
@ 2007-06-17 11:04 ` Rafael J. Wysocki
  2007-06-17 15:25   ` Soeren Sonnenburg
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2007-06-17 11:04 UTC (permalink / raw)
  To: Soeren Sonnenburg
  Cc: Linux Kernel, Michal Piotrowski, Stefan Seyfried, Christoph Lameter

On Sunday, 17 June 2007 11:49, Soeren Sonnenburg wrote:
> OK,
> 
> I've found the second root for my 
> 
> '2.6.22-rc regression: s2ram fails to suspend + fails to resume w/ Xorg':
> 
> The first one was just the wrong coretemp patch (already fixed by Jean).
> 
> The second one happens only with Xorg/fglrx loaded and slub enabled, as
> I've found after a useless git bisect session, I've traced down the
> other s2ram does not work problem to be caused by slub ... FYI: I am now
> on git-current which should be rc5:
> 
> slab & fglrx works
> slub & console works
> slub & X11+fglrx creates hangs on suspend (black screen - no further
> idea ...)
> 
> It should be noted that withouth the proprietary  fglrx.ko module loaded
> the machine just reboots on s2ram (though IIRC without fglrx.ko loaded
> it worked with 2.6.19 or so...)
> 
> Is this a kernel thing or yet another bug in fglrx ?

I have no idea.

I guess we should let Christoph know about it (CC added), but I'm afraid
we won't be able to figure out what's wrong without access to the driver's
source code ...

Greetings,
Rafael


-- 
"Premature optimization is the root of all evil." - Donald Knuth

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

* Re: git-current: slub breaks s2ram with fglrx...
  2007-06-17 11:04 ` Rafael J. Wysocki
@ 2007-06-17 15:25   ` Soeren Sonnenburg
  2007-06-17 15:33     ` Michal Piotrowski
  0 siblings, 1 reply; 6+ messages in thread
From: Soeren Sonnenburg @ 2007-06-17 15:25 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel, Michal Piotrowski, Stefan Seyfried, Christoph Lameter

On Sun, 2007-06-17 at 13:04 +0200, Rafael J. Wysocki wrote:
> On Sunday, 17 June 2007 11:49, Soeren Sonnenburg wrote:
> > OK,
[...]
> > slab & fglrx works
> > slub & console works
> > slub & X11+fglrx creates hangs on suspend (black screen - no further
> > idea ...)
> > 
> > It should be noted that withouth the proprietary  fglrx.ko module loaded
> > the machine just reboots on s2ram (though IIRC without fglrx.ko loaded
> > it worked with 2.6.19 or so...)
> > 
> > Is this a kernel thing or yet another bug in fglrx ?
> 
> I have no idea.
> 
> I guess we should let Christoph know about it (CC added), but I'm afraid
> we won't be able to figure out what's wrong without access to the driver's
> source code ...

I have one question: What if I don't load fglrx.ko but still use the
proprietary binary driver for xorg. Shouldn't s2ram work with that ? And
if not is this considered a kernel bug or still a ati-binary driver
bug ?

Soeren
-- 
Sometimes, there's a moment as you're waking, when you become aware of
the real world around you, but you're still dreaming.

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

* Re: git-current: slub breaks s2ram with fglrx...
  2007-06-17 15:25   ` Soeren Sonnenburg
@ 2007-06-17 15:33     ` Michal Piotrowski
  2007-06-17 15:47       ` Soeren Sonnenburg
  0 siblings, 1 reply; 6+ messages in thread
From: Michal Piotrowski @ 2007-06-17 15:33 UTC (permalink / raw)
  To: Soeren Sonnenburg
  Cc: Rafael J. Wysocki, Linux Kernel, Stefan Seyfried, Christoph Lameter

Hi Soeren,

On 17/06/07, Soeren Sonnenburg <kernel@nn7.de> wrote:
> On Sun, 2007-06-17 at 13:04 +0200, Rafael J. Wysocki wrote:
> > On Sunday, 17 June 2007 11:49, Soeren Sonnenburg wrote:
> > > OK,
> [...]
> > > slab & fglrx works
> > > slub & console works
> > > slub & X11+fglrx creates hangs on suspend (black screen - no further
> > > idea ...)
> > >
> > > It should be noted that withouth the proprietary  fglrx.ko module loaded
> > > the machine just reboots on s2ram (though IIRC without fglrx.ko loaded
> > > it worked with 2.6.19 or so...)
> > >
> > > Is this a kernel thing or yet another bug in fglrx ?
> >
> > I have no idea.
> >
> > I guess we should let Christoph know about it (CC added), but I'm afraid
> > we won't be able to figure out what's wrong without access to the driver's
> > source code ...
>
> I have one question: What if I don't load fglrx.ko but still use the
> proprietary binary driver for xorg.

AFAIK it will not work.

> Shouldn't s2ram work with that ? And
> if not is this considered a kernel bug or still a ati-binary driver
> bug ?
>
> Soeren
> --
> Sometimes, there's a moment as you're waking, when you become aware of
> the real world around you, but you're still dreaming.
>

Regards,
Michal

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

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

* Re: git-current: slub breaks s2ram with fglrx...
  2007-06-17 15:33     ` Michal Piotrowski
@ 2007-06-17 15:47       ` Soeren Sonnenburg
  2007-06-18  2:05         ` Christoph Lameter
  0 siblings, 1 reply; 6+ messages in thread
From: Soeren Sonnenburg @ 2007-06-17 15:47 UTC (permalink / raw)
  To: Michal Piotrowski
  Cc: Rafael J. Wysocki, Linux Kernel, Stefan Seyfried, Christoph Lameter

On Sun, 2007-06-17 at 17:33 +0200, Michal Piotrowski wrote:
> Hi Soeren,

Hi Michael,

[...]
> > I have one question: What if I don't load fglrx.ko but still use the
> > proprietary binary driver for xorg.
> 
> AFAIK it will not work.

well I *know* that X works without fglrx loaded (no 3d acceleration/ no
xv extensions though). I would be happily using the no-fglrx setup if
s2ram worked (and is more stable than with fglrx loaded). But currently
it just reboots on resume, so ...

> Shouldn't s2ram work with that ? And
> if not is this considered a kernel bug or still a ati-binary driver
> bug ?

Soeren
-- 
Sometimes, there's a moment as you're waking, when you become aware of
the real world around you, but you're still dreaming.

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

* Re: git-current: slub breaks s2ram with fglrx...
  2007-06-17 15:47       ` Soeren Sonnenburg
@ 2007-06-18  2:05         ` Christoph Lameter
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Lameter @ 2007-06-18  2:05 UTC (permalink / raw)
  To: Soeren Sonnenburg
  Cc: Michal Piotrowski, Rafael J. Wysocki, Linux Kernel, Stefan Seyfried

Could you try to boot with "slub_debug" on the kernel command line? That 
may help you to diagnose the problem.


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

end of thread, other threads:[~2007-06-18  2:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-17  9:49 git-current: slub breaks s2ram with fglrx Soeren Sonnenburg
2007-06-17 11:04 ` Rafael J. Wysocki
2007-06-17 15:25   ` Soeren Sonnenburg
2007-06-17 15:33     ` Michal Piotrowski
2007-06-17 15:47       ` Soeren Sonnenburg
2007-06-18  2:05         ` Christoph Lameter

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).