All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [4/4] 2.6.21-rc5: known regressions (v2)
@ 2007-04-05 14:33 ` Markus Rechberger
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Rechberger @ 2007-04-05 14:33 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Adrian Bunk, Linus Torvalds, Andrew Morton,
	Linux Kernel Mailing List, Fr??d??ric Riss, Tino Keitel,
	Thomas Gleixner, pavel, linux-pm, Soeren Sonnenburg, Ingo Molnar,
	Tejun Heo, Rafael J. Wysocki, Jeff Chua, maximlevitsky, cijoml

Subject    : USB: Oops when changing DVB-T adapter
References : http://lkml.org/lkml/2007/3/9/212
Submitter  : CIJOML <cijoml@volny.cz>
Status     : unknown

regarding this one there's a fix available for unplugging dvb devices 
when they're in still in use.
The problem was that the filehandle was still open and the fops 
structure got deallocated immediatelly when a device got unplugged.

http://mcentral.de/hg/~mrec/v4l-dvb-stable/ (the last 3 patches)

Markus


On 4/1/07, Michael S. Tsirkin <mst@dev.mellanox.co.il> wrote:
 > > Subject    : after resume: X hangs after drawing a couple of windows
 > >              workaround: clocksource=acpi_pm
 > > References : http://lkml.org/lkml/2007/3/8/117
 > >              http://lkml.org/lkml/2007/3/25/20
 > >              http://lkml.org/lkml/2007/3/26/151
 > > Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
 > > Handled-By : Thomas Gleixner <tglx@linutronix.de>
 > > Status     : problem is being debugged
 >
 > Seems to be resolved with 399afa4fc9238fbae42116cf25a54671c0e8f56e.
 > Thanks Maxim!
 >
 >
 > --
 > MST
 > -
 > To unsubscribe from this list: send the line "unsubscribe 
linux-kernel" in
 > the body of a message to majordomo@vger.kernel.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > Please read the FAQ at  http://www.tux.org/lkml/
 >


-- 
Markus Rechberger

-- 
Markus Rechberger
Operating System Research Center
AMD Saxony LLC & Co. KG




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

* Re: [4/4] 2.6.21-rc5: known regressions (v2)
@ 2007-04-05 14:33 ` Markus Rechberger
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Rechberger @ 2007-04-05 14:33 UTC (permalink / raw)
  To: Michael S. Tsirkin
  Cc: Soeren Sonnenburg, Tejun Heo, Fr??d??ric Riss, Jeff Chua,
	Tino Keitel, linux-pm, Linux Kernel Mailing List, Andrew Morton,
	Adrian Bunk, cijoml, Thomas Gleixner, Linus Torvalds,
	Ingo Molnar, maximlevitsky

Subject    : USB: Oops when changing DVB-T adapter
References : http://lkml.org/lkml/2007/3/9/212
Submitter  : CIJOML <cijoml@volny.cz>
Status     : unknown

regarding this one there's a fix available for unplugging dvb devices 
when they're in still in use.
The problem was that the filehandle was still open and the fops 
structure got deallocated immediatelly when a device got unplugged.

http://mcentral.de/hg/~mrec/v4l-dvb-stable/ (the last 3 patches)

Markus


On 4/1/07, Michael S. Tsirkin <mst@dev.mellanox.co.il> wrote:
 > > Subject    : after resume: X hangs after drawing a couple of windows
 > >              workaround: clocksource=acpi_pm
 > > References : http://lkml.org/lkml/2007/3/8/117
 > >              http://lkml.org/lkml/2007/3/25/20
 > >              http://lkml.org/lkml/2007/3/26/151
 > > Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
 > > Handled-By : Thomas Gleixner <tglx@linutronix.de>
 > > Status     : problem is being debugged
 >
 > Seems to be resolved with 399afa4fc9238fbae42116cf25a54671c0e8f56e.
 > Thanks Maxim!
 >
 >
 > --
 > MST
 > -
 > To unsubscribe from this list: send the line "unsubscribe 
linux-kernel" in
 > the body of a message to majordomo@vger.kernel.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > Please read the FAQ at  http://www.tux.org/lkml/
 >


-- 
Markus Rechberger

-- 
Markus Rechberger
Operating System Research Center
AMD Saxony LLC & Co. KG

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

* Re: [4/4] 2.6.21-rc5: known regressions (v2)
  2007-03-30 21:49   ` Adrian Bunk
@ 2007-04-01 20:37     ` Michael S. Tsirkin
  -1 siblings, 0 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2007-04-01 20:37 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
	Fr??d??ric Riss, Tino Keitel, Thomas Gleixner, pavel, linux-pm,
	Soeren Sonnenburg, Ingo Molnar, Tejun Heo, Rafael J. Wysocki,
	Jeff Chua, maximlevitsky

> Subject    : after resume: X hangs after drawing a couple of windows
>              workaround: clocksource=acpi_pm
> References : http://lkml.org/lkml/2007/3/8/117
>              http://lkml.org/lkml/2007/3/25/20
>              http://lkml.org/lkml/2007/3/26/151
> Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
> Handled-By : Thomas Gleixner <tglx@linutronix.de>
> Status     : problem is being debugged

Seems to be resolved with 399afa4fc9238fbae42116cf25a54671c0e8f56e.
Thanks Maxim!


-- 
MST

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

* Re: [4/4] 2.6.21-rc5: known regressions (v2)
@ 2007-04-01 20:37     ` Michael S. Tsirkin
  0 siblings, 0 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2007-04-01 20:37 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Soeren Sonnenburg, Tejun Heo, Fr??d??ric Riss, Jeff Chua,
	Tino Keitel, linux-pm, Linux Kernel Mailing List, Andrew Morton,
	Thomas Gleixner, Linus Torvalds, Ingo Molnar, maximlevitsky

> Subject    : after resume: X hangs after drawing a couple of windows
>              workaround: clocksource=acpi_pm
> References : http://lkml.org/lkml/2007/3/8/117
>              http://lkml.org/lkml/2007/3/25/20
>              http://lkml.org/lkml/2007/3/26/151
> Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
> Handled-By : Thomas Gleixner <tglx@linutronix.de>
> Status     : problem is being debugged

Seems to be resolved with 399afa4fc9238fbae42116cf25a54671c0e8f56e.
Thanks Maxim!


-- 
MST

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

* Re: [4/4] 2.6.21-rc5: known regressions (v2)
  2007-03-30 21:49   ` Adrian Bunk
@ 2007-04-01  7:04     ` Michael S. Tsirkin
  -1 siblings, 0 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2007-04-01  7:04 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
	Fr??d??ric Riss, Tino Keitel, Thomas Gleixner, pavel, linux-pm,
	Soeren Sonnenburg, Ingo Molnar, Tejun Heo, Rafael J. Wysocki,
	Jeff Chua, Maxim Levitsky

> Subject    : after resume: X hangs after drawing a couple of windows
>              workaround: clocksource=acpi_pm
> References : http://lkml.org/lkml/2007/3/8/117
>              http://lkml.org/lkml/2007/3/25/20
>              http://lkml.org/lkml/2007/3/26/151
> Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
> Handled-By : Thomas Gleixner <tglx@linutronix.de>
> Status     : problem is being debugged

Adrian,
the bug was found by Maxim Levitsky and
the following patch appears to have fixed the problem:
http://lkml.org/lkml/2007/3/28/104

the right way to fix it is still being discussed:
http://lkml.org/lkml/2007/3/28/182


-- 
MST

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

* Re: [4/4] 2.6.21-rc5: known regressions (v2)
@ 2007-04-01  7:04     ` Michael S. Tsirkin
  0 siblings, 0 replies; 11+ messages in thread
From: Michael S. Tsirkin @ 2007-04-01  7:04 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Soeren Sonnenburg, Tejun Heo, Fr??d??ric Riss, Jeff Chua,
	Tino Keitel, linux-pm, Linux Kernel Mailing List, Andrew Morton,
	Thomas Gleixner, Linus Torvalds, Ingo Molnar, Maxim Levitsky

> Subject    : after resume: X hangs after drawing a couple of windows
>              workaround: clocksource=acpi_pm
> References : http://lkml.org/lkml/2007/3/8/117
>              http://lkml.org/lkml/2007/3/25/20
>              http://lkml.org/lkml/2007/3/26/151
> Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
> Handled-By : Thomas Gleixner <tglx@linutronix.de>
> Status     : problem is being debugged

Adrian,
the bug was found by Maxim Levitsky and
the following patch appears to have fixed the problem:
http://lkml.org/lkml/2007/3/28/104

the right way to fix it is still being discussed:
http://lkml.org/lkml/2007/3/28/182


-- 
MST

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

* Re: [4/4] 2.6.21-rc5: known regressions (v2)
  2007-03-30 21:49   ` Adrian Bunk
  (?)
  (?)
@ 2007-03-31  6:44   ` Frédéric Riss
  -1 siblings, 0 replies; 11+ messages in thread
From: Frédéric Riss @ 2007-03-31  6:44 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
	Tino Keitel, Thomas Gleixner, pavel, linux-pm, Ingo Molnar,
	Rafael J. Wysocki

Le vendredi 30 mars 2007 à 23:49 +0200, Adrian Bunk a écrit :
> Subject    : MacMini doesn't come out of suspend to ram  (i386 clockevents)
>              (CONFIG_HPET_TIMER)
> References : http://lkml.org/lkml/2007/3/21/374
> Submitter  : Frédéric Riss <frederic.riss@gmail.com>
>              Tino Keitel <tino.keitel@gmx.de>
> Caused-By  : Thomas Gleixner <tglx@linutronix.de>
>              commit e9e2cdb412412326c4827fc78ba27f410d837e6e
> Status     : unknown

This one has been fixed by 399afa4fc9238fbae42116cf25a54671c0e8f56e.
Suspend to ram now works with HPET enabled (and regardless of the NO_HZ
setting).

Thanks!

Fred.


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

* Re: [4/4] 2.6.21-rc5: known regressions (v2)
  2007-03-30 21:49   ` Adrian Bunk
@ 2007-03-31  2:41     ` Jeff Chua
  -1 siblings, 0 replies; 11+ messages in thread
From: Jeff Chua @ 2007-03-31  2:41 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Linus Torvalds, Andrew Morton, Linux Kernel Mailing List,
	Frédéric Riss, Tino Keitel, Thomas Gleixner, pavel,
	linux-pm, Michael S. Tsirkin, Soeren Sonnenburg, Ingo Molnar,
	Tejun Heo, Rafael J. Wysocki

On 3/31/07, Adrian Bunk <bunk@stusta.de> wrote:

> Subject    : suspend to disk hangs  (CONFIG_NO_HZ)
> References : http://lkml.org/lkml/2007/3/25/217
> Submitter  : Jeff Chua <jeff.chua.linux@gmail.com>
> Status     : unknown

Still broken on.2.6.21-rc5.

Jeff.

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

* Re: [4/4] 2.6.21-rc5: known regressions (v2)
@ 2007-03-31  2:41     ` Jeff Chua
  0 siblings, 0 replies; 11+ messages in thread
From: Jeff Chua @ 2007-03-31  2:41 UTC (permalink / raw)
  To: Adrian Bunk
  Cc: Soeren Sonnenburg, Tejun Heo, Frédéric Riss,
	Tino Keitel, linux-pm, Linux Kernel Mailing List, Andrew Morton,
	Michael S. Tsirkin, Thomas Gleixner, Linus Torvalds, Ingo Molnar

On 3/31/07, Adrian Bunk <bunk@stusta.de> wrote:

> Subject    : suspend to disk hangs  (CONFIG_NO_HZ)
> References : http://lkml.org/lkml/2007/3/25/217
> Submitter  : Jeff Chua <jeff.chua.linux@gmail.com>
> Status     : unknown

Still broken on.2.6.21-rc5.

Jeff.

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

* [4/4] 2.6.21-rc5: known regressions (v2)
  2007-03-25 23:08 Linux 2.6.21-rc5 Linus Torvalds
@ 2007-03-30 21:49   ` Adrian Bunk
  0 siblings, 0 replies; 11+ messages in thread
From: Adrian Bunk @ 2007-03-30 21:49 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: Linux Kernel Mailing List, Frédéric Riss, Tino Keitel,
	Thomas Gleixner, pavel, linux-pm, Michael S. Tsirkin,
	Soeren Sonnenburg, Ingo Molnar, Tejun Heo, Rafael J. Wysocki,
	Jeff Chua

[ this time with a Cc... ]

This email lists some known regressions in Linus' tree compared to 2.6.20.

If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you caused a breakage or I'm considering you in any other way
possibly involved with one or more of these issues.

Due to the huge amount of recipients, please trim the Cc when answering.


Subject    : MacMini doesn't come out of suspend to ram  (i386 clockevents)
             (CONFIG_HPET_TIMER)
References : http://lkml.org/lkml/2007/3/21/374
Submitter  : Frédéric Riss <frederic.riss@gmail.com>
             Tino Keitel <tino.keitel@gmx.de>
Caused-By  : Thomas Gleixner <tglx@linutronix.de>
             commit e9e2cdb412412326c4827fc78ba27f410d837e6e
Status     : unknown


Subject    : after resume: X hangs after drawing a couple of windows
             workaround: clocksource=acpi_pm
References : http://lkml.org/lkml/2007/3/8/117
             http://lkml.org/lkml/2007/3/25/20
             http://lkml.org/lkml/2007/3/26/151
Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
Handled-By : Thomas Gleixner <tglx@linutronix.de>
Status     : problem is being debugged


Subject    : system doesn't come out of suspend  (CONFIG_NO_HZ)
References : http://lkml.org/lkml/2007/2/22/391
Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
             Soeren Sonnenburg <kernel@nn7.de>
Handled-By : Thomas Gleixner <tglx@linutronix.de>
             Ingo Molnar <mingo@elte.hu>
             Tejun Heo <htejun@gmail.com>
             Rafael J. Wysocki <rjw@sisk.pl>
Status     : unknown


Subject    : suspend to disk hangs  (CONFIG_NO_HZ)
References : http://lkml.org/lkml/2007/3/25/217
Submitter  : Jeff Chua <jeff.chua.linux@gmail.com>
Status     : unknown



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

* [4/4] 2.6.21-rc5: known regressions (v2)
@ 2007-03-30 21:49   ` Adrian Bunk
  0 siblings, 0 replies; 11+ messages in thread
From: Adrian Bunk @ 2007-03-30 21:49 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: Soeren Sonnenburg, Tejun Heo, Frédéric Riss, Jeff Chua,
	Tino Keitel, linux-pm, Linux Kernel Mailing List,
	Michael S. Tsirkin, Ingo Molnar, Thomas Gleixner

[ this time with a Cc... ]

This email lists some known regressions in Linus' tree compared to 2.6.20.

If you find your name in the Cc header, you are either submitter of one
of the bugs, maintainer of an affectected subsystem or driver, a patch
of you caused a breakage or I'm considering you in any other way
possibly involved with one or more of these issues.

Due to the huge amount of recipients, please trim the Cc when answering.


Subject    : MacMini doesn't come out of suspend to ram  (i386 clockevents)
             (CONFIG_HPET_TIMER)
References : http://lkml.org/lkml/2007/3/21/374
Submitter  : Frédéric Riss <frederic.riss@gmail.com>
             Tino Keitel <tino.keitel@gmx.de>
Caused-By  : Thomas Gleixner <tglx@linutronix.de>
             commit e9e2cdb412412326c4827fc78ba27f410d837e6e
Status     : unknown


Subject    : after resume: X hangs after drawing a couple of windows
             workaround: clocksource=acpi_pm
References : http://lkml.org/lkml/2007/3/8/117
             http://lkml.org/lkml/2007/3/25/20
             http://lkml.org/lkml/2007/3/26/151
Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
Handled-By : Thomas Gleixner <tglx@linutronix.de>
Status     : problem is being debugged


Subject    : system doesn't come out of suspend  (CONFIG_NO_HZ)
References : http://lkml.org/lkml/2007/2/22/391
Submitter  : Michael S. Tsirkin <mst@mellanox.co.il>
             Soeren Sonnenburg <kernel@nn7.de>
Handled-By : Thomas Gleixner <tglx@linutronix.de>
             Ingo Molnar <mingo@elte.hu>
             Tejun Heo <htejun@gmail.com>
             Rafael J. Wysocki <rjw@sisk.pl>
Status     : unknown


Subject    : suspend to disk hangs  (CONFIG_NO_HZ)
References : http://lkml.org/lkml/2007/3/25/217
Submitter  : Jeff Chua <jeff.chua.linux@gmail.com>
Status     : unknown

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

end of thread, other threads:[~2007-04-05 14:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-05 14:33 [4/4] 2.6.21-rc5: known regressions (v2) Markus Rechberger
2007-04-05 14:33 ` Markus Rechberger
  -- strict thread matches above, loose matches on Subject: below --
2007-03-25 23:08 Linux 2.6.21-rc5 Linus Torvalds
2007-03-30 21:49 ` [4/4] 2.6.21-rc5: known regressions (v2) Adrian Bunk
2007-03-30 21:49   ` Adrian Bunk
2007-03-31  2:41   ` Jeff Chua
2007-03-31  2:41     ` Jeff Chua
2007-03-31  6:44   ` Frédéric Riss
2007-04-01  7:04   ` Michael S. Tsirkin
2007-04-01  7:04     ` Michael S. Tsirkin
2007-04-01 20:37   ` Michael S. Tsirkin
2007-04-01 20:37     ` Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.