Re: [Regression in 3.10] Garbage displayed after resume on Acer Aspire S5

2013-07-06 Thread Rafael J. Wysocki
On Saturday, July 06, 2013 04:16:36 PM Daniel Vetter wrote: On Sat, Jul 6, 2013 at 3:59 PM, Rafael J. Wysocki r...@sisk.pl wrote: Hi, I've just started to play with a new Acer Aspire S5 test box and noticed that garbage is displayed after resume from suspend to RAM with the 3.10 kernel

Re: [Regression in 3.10] Garbage displayed after resume on Acer Aspire S5

2013-07-06 Thread Rafael J. Wysocki
On Saturday, July 06, 2013 03:59:49 PM Rafael J. Wysocki wrote: Hi, I've just started to play with a new Acer Aspire S5 test box and noticed that garbage is displayed after resume from suspend to RAM with the 3.10 kernel (under KDE 4.10.3 on openSUSE 12.3). The display corruption goes away

[PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-07-05 Thread Rafael J. Wysocki
On Friday, July 05, 2013 02:20:14 PM Rafael J. Wysocki wrote: > On Sunday, June 09, 2013 07:01:39 PM Matthew Garrett wrote: > > Windows 8 leaves backlight control up to individual graphics drivers rather > > than making ACPI calls itself. There's plenty of evidence to suggest tha

[PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-07-05 Thread Rafael J. Wysocki
that, so suggestions are welcome. Thanks, Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.

Re: [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-07-05 Thread Rafael J. Wysocki
) + acpi_video_backlight_unregister(); } if (IS_GEN5(dev)) Well, this causes build failures to happen when the ACPI video driver is modular and the graphics driver is not. I'm not sure how to resolve that, so suggestions are welcome. Thanks, Rafael -- I speak only for myself. Rafael J

Re: [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-07-05 Thread Rafael J. Wysocki
On Friday, July 05, 2013 02:20:14 PM Rafael J. Wysocki wrote: On Sunday, June 09, 2013 07:01:39 PM Matthew Garrett wrote: Windows 8 leaves backlight control up to individual graphics drivers rather than making ACPI calls itself. There's plenty of evidence to suggest that the Intel driver

Re: [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-07-05 Thread Rafael J. Wysocki
On Friday, July 05, 2013 10:00:55 PM Rafael J. Wysocki wrote: On Friday, July 05, 2013 02:20:14 PM Rafael J. Wysocki wrote: On Sunday, June 09, 2013 07:01:39 PM Matthew Garrett wrote: Windows 8 leaves backlight control up to individual graphics drivers rather than making ACPI calls

Re: [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-07-05 Thread Rafael J. Wysocki
On Friday, July 05, 2013 11:40:02 PM Rafael J. Wysocki wrote: On Friday, July 05, 2013 10:00:55 PM Rafael J. Wysocki wrote: On Friday, July 05, 2013 02:20:14 PM Rafael J. Wysocki wrote: On Sunday, June 09, 2013 07:01:39 PM Matthew Garrett wrote: Windows 8 leaves backlight control up

[PATCH 1/2] power: add new interface to return pm_transition state

2013-06-24 Thread Rafael J. Wysocki
On Monday, June 24, 2013 04:20:06 PM Shuah Khan wrote: > On 06/22/2013 03:17 PM, Rafael J. Wysocki wrote: > > On Saturday, June 22, 2013 02:11:14 PM Shuah Khan wrote: > >> Add a new interface get_pm_transition() to return pm_transition state. > >> This interface

Re: [PATCH 1/2] power: add new interface to return pm_transition state

2013-06-24 Thread Rafael J. Wysocki
On Monday, June 24, 2013 04:20:06 PM Shuah Khan wrote: On 06/22/2013 03:17 PM, Rafael J. Wysocki wrote: On Saturday, June 22, 2013 02:11:14 PM Shuah Khan wrote: Add a new interface get_pm_transition() to return pm_transition state. This interface is intended to be used from dev_pm_ops class

[PATCH 1/2] power: add new interface to return pm_transition state

2013-06-23 Thread Rafael J. Wysocki
,6 +63,9 @@ typedef struct pm_message { > int event; > } pm_message_t; > > +/* drivers/base/power/main.c */ > +extern pm_message_t get_pm_transition(void); > + > /** > * struct dev_pm_ops - device PM callbacks > * > -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.

Re: [PATCH 1/2] power: add new interface to return pm_transition state

2013-06-22 Thread Rafael J. Wysocki
callbacks * -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

[PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-06-15 Thread Rafael J. Wysocki
rying though. > > Aside at the end: If the gnome tool indeed has its own backlight code and > doesn't just use that as a fallback if the xrandr backligh property isn't > available, then that's just a serious bug in gnome and should be fixed > asap. But imo that's not something we should try

Re: [PATCH 3/3] i915: Don't provide ACPI backlight interface if firmware expects Windows 8

2013-06-15 Thread Rafael J. Wysocki
isn't available, then that's just a serious bug in gnome and should be fixed asap. But imo that's not something we should try to (nor do I see any way how to) work around in the kernel. Agreed. Thanks, Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center

[PATCH 0/3] Fix backlight issues on some Windows 8 systems

2013-06-10 Thread Rafael J. Wysocki
we'll decide what to merge. I'm slightly concerned about unregistering ACPI backlight control for all systems declaring win8 support, even though it may actually work for them. Thanks, Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.

Re: [PATCH 0/3] Fix backlight issues on some Windows 8 systems

2013-06-10 Thread Rafael J. Wysocki
unregistering ACPI backlight control for all systems declaring win8 support, even though it may actually work for them. Thanks, Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. ___ dri-devel mailing list dri

[PATCH, RFC 00/22] ARM randconfig bugs

2013-05-02 Thread Rafael J. Wysocki
only concern corner cases and don't matter in practice. For cpufreq and cpuidle: Acked-by: Rafael J. Wysocki > Arnd Bergmann (22): > can: move CONFIG_HAVE_CAN_FLEXCAN out of CAN_DEV > cpufreq: ARM_DT_BL_CPUFREQ needs ARM_CPU_TOPOLOGY > cpuidle: calxeda: select ARM_CPU_SUSPEN

Re: [PATCH, RFC 00/22] ARM randconfig bugs

2013-05-02 Thread Rafael J. Wysocki
in practice. For cpufreq and cpuidle: Acked-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Arnd Bergmann (22): can: move CONFIG_HAVE_CAN_FLEXCAN out of CAN_DEV cpufreq: ARM_DT_BL_CPUFREQ needs ARM_CPU_TOPOLOGY cpuidle: calxeda: select ARM_CPU_SUSPEND staging/drm: imx: add missing

[PATCH v4] drm/exynos: prepare FIMD clocks

2013-04-22 Thread Rafael J. Wysocki
a good idea. This would mean that any user that from > some reasons don't want to use PM_RUNTIME, would not be able to use the > driver > anymore. > > Rafael, Kevin, do you have any opinion on this? I agree. Drivers should work for CONFIG_PM_RUNTIME unset too and static inline stubs for all runtime PM helpers are available in that case. Thanks, Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.

Re: [PATCH v4] drm/exynos: prepare FIMD clocks

2013-04-22 Thread Rafael J. Wysocki
should work for CONFIG_PM_RUNTIME unset too and static inline stubs for all runtime PM helpers are available in that case. Thanks, Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. ___ dri-devel mailing list dri

runtime PM and special power switches

2012-09-19 Thread Rafael J. Wysocki
Sorry for the delayed response. On Wednesday, September 12, 2012, Dave Airlie wrote: > On Wed, Sep 12, 2012 at 3:13 PM, Dave Airlie wrote: > > On Wed, Sep 12, 2012 at 8:58 AM, Rafael J. Wysocki wrote: > >> On Wednesday, September 12, 2012, Dave Airlie wrote: > >>>

Re: runtime PM and special power switches

2012-09-18 Thread Rafael J. Wysocki
Sorry for the delayed response. On Wednesday, September 12, 2012, Dave Airlie wrote: On Wed, Sep 12, 2012 at 3:13 PM, Dave Airlie airl...@gmail.com wrote: On Wed, Sep 12, 2012 at 8:58 AM, Rafael J. Wysocki r...@sisk.pl wrote: On Wednesday, September 12, 2012, Dave Airlie wrote: On Wed, Sep

runtime PM and special power switches

2012-09-12 Thread Rafael J. Wysocki
On Wednesday, September 12, 2012, Dave Airlie wrote: > On Wed, Sep 12, 2012 at 7:32 AM, Alan Stern > wrote: > > On Tue, 11 Sep 2012, Rafael J. Wysocki wrote: > > > >> Hi, > >> > >> On Tuesday, September 11, 2012, Dave Airlie wrote: > >> >

runtime PM and special power switches

2012-09-12 Thread Rafael J. Wysocki
On Tuesday, September 11, 2012, Alan Stern wrote: > On Tue, 11 Sep 2012, Rafael J. Wysocki wrote: > > > Hi, > > > > On Tuesday, September 11, 2012, Dave Airlie wrote: > > > Hi Rafael, > > > > > > I've been investigating runtime PM support for s

runtime PM and special power switches

2012-09-11 Thread Rafael J. Wysocki
Hi, On Tuesday, September 11, 2012, Dave Airlie wrote: > Hi Rafael, > > I've been investigating runtime PM support for some use-cases on GPUs. > > In some laptops we have a secondary GPU (optimus) that can be powered > up for certain 3D tasks and then turned off when finished with. Now I > did

Re: runtime PM and special power switches

2012-09-11 Thread Rafael J. Wysocki
Hi, On Tuesday, September 11, 2012, Dave Airlie wrote: Hi Rafael, I've been investigating runtime PM support for some use-cases on GPUs. In some laptops we have a secondary GPU (optimus) that can be powered up for certain 3D tasks and then turned off when finished with. Now I did an

Re: runtime PM and special power switches

2012-09-11 Thread Rafael J. Wysocki
On Tuesday, September 11, 2012, Alan Stern wrote: On Tue, 11 Sep 2012, Rafael J. Wysocki wrote: Hi, On Tuesday, September 11, 2012, Dave Airlie wrote: Hi Rafael, I've been investigating runtime PM support for some use-cases on GPUs. In some laptops we have a secondary

Re: runtime PM and special power switches

2012-09-11 Thread Rafael J. Wysocki
On Wednesday, September 12, 2012, Dave Airlie wrote: On Wed, Sep 12, 2012 at 7:32 AM, Alan Stern st...@rowland.harvard.edu wrote: On Tue, 11 Sep 2012, Rafael J. Wysocki wrote: Hi, On Tuesday, September 11, 2012, Dave Airlie wrote: Hi Rafael, I've been investigating runtime PM

i915 modeset memory corruption issues? (Fwd: Oops in ext3_block_to_path.isra.40+0x26/0x11b)

2012-03-18 Thread Rafael J. Wysocki
On Sunday, March 18, 2012, Hugh Dickins wrote: > Added Rafael to the Cc: Rafael, we're pondering over one or more of these > recurrent threads about corruption after resume, seemingly related to i915. Thanks for letting me know. :-) I actually have a confirmation that the issue isn't present if

Re: i915 modeset memory corruption issues? (Fwd: Oops in ext3_block_to_path.isra.40+0x26/0x11b)

2012-03-18 Thread Rafael J. Wysocki
On Sunday, March 18, 2012, Hugh Dickins wrote: Added Rafael to the Cc: Rafael, we're pondering over one or more of these recurrent threads about corruption after resume, seemingly related to i915. Thanks for letting me know. :-) I actually have a confirmation that the issue isn't present if

3.3-rc7: Reported regressions 3.1 -> 3.2

2012-03-11 Thread Rafael J. Wysocki
This message contains a list of some post-3.1 regressions introduced before 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-3.1 regressions, please let us know either

3.3-rc7: Reported regressions from 3.2

2012-03-11 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.2, please let us know either and we'll add them to

3.3-rc7: Reported regressions from 3.2

2012-03-11 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.2, please let us know either and we'll add them to

3.3-rc7: Reported regressions 3.1 - 3.2

2012-03-11 Thread Rafael J. Wysocki
This message contains a list of some post-3.1 regressions introduced before 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-3.1 regressions, please let us know either

3.3-rc6: Reported regressions 3.1 -> 3.2

2012-03-04 Thread Rafael J. Wysocki
This message contains a list of some post-3.1 regressions introduced before 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-3.1 regressions, please let us know either

3.3-rc6: Reported regressions from 3.2

2012-03-04 Thread Rafael J. Wysocki
Hi all, It looks like many people have switched away from the kernel Bugzilla after the kernel.org outage and they are using various means of reporting (and tracking) kernel bugs. For this reason, it's becoming increasingly difficult for us to track all of the possible sources of reports and we

3.3-rc6: Reported regressions from 3.2

2012-03-04 Thread Rafael J. Wysocki
Hi all, It looks like many people have switched away from the kernel Bugzilla after the kernel.org outage and they are using various means of reporting (and tracking) kernel bugs. For this reason, it's becoming increasingly difficult for us to track all of the possible sources of reports and we

3.3-rc6: Reported regressions 3.1 - 3.2

2012-03-04 Thread Rafael J. Wysocki
This message contains a list of some post-3.1 regressions introduced before 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-3.1 regressions, please let us know either

3.3-rc4+: Reported regressions from 3.2

2012-02-24 Thread Rafael J. Wysocki
On Friday, February 24, 2012, David Miller wrote: > From: "Rafael J. Wysocki" > Date: Thu, 23 Feb 2012 23:51:20 +0100 (CET) > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=42776 > > Subject : OF-related boot crash in 3.3.0-rc3-00188-g3

3.3-rc4+: Reported regressions 3.1 -> 3.2

2012-02-24 Thread Rafael J. Wysocki
This message contains a list of some post-3.1 regressions introduced before 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-3.1 regressions, please let us know either

3.3-rc4+: Reported regressions from 3.2

2012-02-23 Thread Rafael J. Wysocki
Hi all, We definitely aren't 100% in business yet with the tracking of regressions, but since the Bugzilla is operational again, we can collect reports at least. I'd like to use this opportunity to thank Maciej Rutecki and Florian Mickler for their hard work on the regression tracking and to

3.3-rc4+: Reported regressions 3.1 - 3.2

2012-02-23 Thread Rafael J. Wysocki
This message contains a list of some post-3.1 regressions introduced before 3.2, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-3.1 regressions, please let us know either

3.3-rc4+: Reported regressions from 3.2

2012-02-23 Thread Rafael J. Wysocki
Hi all, We definitely aren't 100% in business yet with the tracking of regressions, but since the Bugzilla is operational again, we can collect reports at least. I'd like to use this opportunity to thank Maciej Rutecki and Florian Mickler for their hard work on the regression tracking and to

Re: 3.3-rc4+: Reported regressions from 3.2

2012-02-23 Thread Rafael J. Wysocki
On Friday, February 24, 2012, David Miller wrote: From: Rafael J. Wysocki r...@sisk.pl Date: Thu, 23 Feb 2012 23:51:20 +0100 (CET) Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=42776 Subject : OF-related boot crash in 3.3.0-rc3-00188-g3ec1e88 Submitter : Meelis

[PATCH] Block: use a freezable workqueue for disk-event polling

2012-02-17 Thread Rafael J. Wysocki
reating a new system-wide, non-reentrant, > freezable workqueue and using it for disk-events polling. > > Signed-off-by: Alan Stern > CC: Tejun Heo > CC: Acked-by: Rafael J. Wysocki Thanks, Rafael > --- > > I'm not sure who to send this patch to, since it is

Re: [PATCH] Block: use a freezable workqueue for disk-event polling

2012-02-17 Thread Rafael J. Wysocki
, freezable workqueue and using it for disk-events polling. Signed-off-by: Alan Stern st...@rowland.harvard.edu CC: Tejun Heo t...@kernel.org CC: sta...@kernel.org Acked-by: Rafael J. Wysocki r...@sisk.pl Thanks, Rafael --- I'm not sure who to send this patch to, since it is relevant

3.2-rc6+: Reported regressions from 3.0 and 3.1

2011-12-21 Thread Rafael J. Wysocki
[I'm sorry if you receive this message twice, I seem to have problems with sending it.] This message contains a list of some regressions from 3.0 and 3.1 for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you

3.2-rc6+: Reported regressions from 3.0 and 3.1

2011-12-21 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.0 and 3.1 for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.0 and 3.1, please let us know either and

3.2-rc6+: Reported regressions from 3.0 and 3.1

2011-12-20 Thread Rafael J. Wysocki
[I'm sorry if you receive this message twice, I seem to have problems with sending it.] This message contains a list of some regressions from 3.0 and 3.1 for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you

3.2-rc6+: Reported regressions from 3.0 and 3.1

2011-12-20 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.0 and 3.1 for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.0 and 3.1, please let us know either and

3.2-rc2+: Reported regressions from 3.0 and 3.1

2011-11-21 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.0 and 3.1 for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.0 and 3.1, please let us know either and

3.2-rc2+: Reported regressions from 3.0 and 3.1

2011-11-21 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.0 and 3.1 for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.0 and 3.1, please let us know either and

3.1-rc3-git6: Reported regressions from 3.0

2011-08-28 Thread Rafael J. Wysocki
On Sunday, August 28, 2011, Dave Jones wrote: > On Sun, Aug 28, 2011 at 08:22:05PM +0200, Rafael J. Wysocki wrote: > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=41742 > > Subject: duplicate filename for intel_backlight with the i915 > driver &

3.1-rc3-git6: Reported regressions 2.6.39 -> 3.0

2011-08-28 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.39 regressions introduced before 3.0, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.39 regressions, please let us know

3.1-rc3-git6: Reported regressions from 3.0

2011-08-28 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.0, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.0, please let us know either and we'll add them to

3.1-rc3-git6: Reported regressions from 3.0

2011-08-28 Thread Rafael J. Wysocki
This message contains a list of some regressions from 3.0, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 3.0, please let us know either and we'll add them to

Re: 3.1-rc3-git6: Reported regressions from 3.0

2011-08-28 Thread Rafael J. Wysocki
On Sunday, August 28, 2011, Dave Jones wrote: On Sun, Aug 28, 2011 at 08:22:05PM +0200, Rafael J. Wysocki wrote: Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=41742 Subject: duplicate filename for intel_backlight with the i915 driver Submitter : François

3.1-rc3-git6: Reported regressions 2.6.39 - 3.0

2011-08-28 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.39 regressions introduced before 3.0, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.39 regressions, please let us know

3.1-rc1-git9: Reported regressions 2.6.39 -> 3.0

2011-08-15 Thread Rafael J. Wysocki
On Monday, August 15, 2011, Paul E. McKenney wrote: > On Sun, Aug 14, 2011 at 09:02:27PM +0200, Rafael J. Wysocki wrote: > > [NOTE: > > We already have a bug entry for tracking regressions from 3.0: > > > > http://bugzilla.kernel.org/show_bug.cgi?id=40982 > &g

Re: 3.1-rc1-git9: Reported regressions 2.6.39 - 3.0

2011-08-15 Thread Rafael J. Wysocki
On Monday, August 15, 2011, Paul E. McKenney wrote: On Sun, Aug 14, 2011 at 09:02:27PM +0200, Rafael J. Wysocki wrote: [NOTE: We already have a bug entry for tracking regressions from 3.0: http://bugzilla.kernel.org/show_bug.cgi?id=40982 but there are no reports linked

3.1-rc1-git9: Reported regressions 2.6.39 -> 3.0

2011-08-14 Thread Rafael J. Wysocki
[NOTE: We already have a bug entry for tracking regressions from 3.0: http://bugzilla.kernel.org/show_bug.cgi?id=40982 but there are no reports linked to it, mostly because Maciej is on vacation, but also because the frequency of reporting regressions has been low recently. So, if you're

3.1-rc1-git9: Reported regressions 2.6.39 - 3.0

2011-08-14 Thread Rafael J. Wysocki
[NOTE: We already have a bug entry for tracking regressions from 3.0: http://bugzilla.kernel.org/show_bug.cgi?id=40982 but there are no reports linked to it, mostly because Maciej is on vacation, but also because the frequency of reporting regressions has been low recently. So, if you're

3.0-rc6-git6: Reported regressions from 2.6.39

2011-07-10 Thread Rafael J. Wysocki
On Sunday, July 10, 2011, Johannes Berg wrote: > On Sun, 2011-07-10 at 12:19 +0200, Rafael J. Wysocki wrote: > > > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=38702 > > Subject : 3.0.0-rc4-git6 - INFO: possible circular locking > > dep

3.0-rc6-git6: Reported regressions 2.6.38 -> 2.6.39

2011-07-10 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.38 regressions introduced before 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.38 regressions, please let us

3.0-rc6-git6: Reported regressions from 2.6.39

2011-07-10 Thread Rafael J. Wysocki
Submitter : Borislav Petkov Date: 2011-06-19 13:30 (22 days old) Message-ID : <20110619133049.GA18168 at liondog.tnic> References : http://marc.info/?l=linux-kernel=130849028317365=2 Handled-By : Rafael J. Wysocki Patch : https://patchwork.kernel.o

3.0-rc6-git6: Reported regressions from 2.6.39

2011-07-10 Thread Rafael J. Wysocki
) Message-ID : 20110619133049.ga18...@liondog.tnic References : http://marc.info/?l=linux-kernelm=130849028317365w=2 Handled-By : Rafael J. Wysocki r...@sisk.pl Patch : https://patchwork.kernel.org/patch/950852/ For details, please visit the bug entries and follow the links given

3.0-rc6-git6: Reported regressions 2.6.38 - 2.6.39

2011-07-10 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.38 regressions introduced before 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.38 regressions, please let us

Re: 3.0-rc6-git6: Reported regressions from 2.6.39

2011-07-10 Thread Rafael J. Wysocki
On Sunday, July 10, 2011, Johannes Berg wrote: On Sun, 2011-07-10 at 12:19 +0200, Rafael J. Wysocki wrote: Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=38702 Subject : 3.0.0-rc4-git6 - INFO: possible circular locking dependency detected - (rdev-mtx

3.0-rc4: Reported regressions 2.6.38 -> 2.6.39

2011-06-27 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.38 regressions introduced before 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.38 regressions, please let us

3.0-rc4: Reported regressions from 2.6.39

2011-06-27 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.39, please let us know either and we'll add

3.0-rc4: Reported regressions from 2.6.39

2011-06-26 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.39, please let us know either and we'll add

3.0-rc2: Reported regressions 2.6.38 -> 2.6.39

2011-06-13 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.38 regressions introduced before 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.38 regressions, please let us

3.0-rc2: Reported regressions from 2.6.39

2011-06-12 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.39, please let us know either and we'll add

3.0-rc2: Reported regressions from 2.6.39

2011-06-12 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.39, please let us know either and we'll add

3.0-rc2: Reported regressions 2.6.38 - 2.6.39

2011-06-12 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.38 regressions introduced before 2.6.39, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.38 regressions, please let us

Major 2.6.38 regression ignored?

2011-05-20 Thread Rafael J. Wysocki
On Friday, May 20, 2011, Ray Lee wrote: > [ Adding Chris Wilson (author of the problematic patch) and Rafael Wysocki > to the message ] It is on the list of known regressions from 2.6.37, but we're not tracking them any more now that 2.6.39 is out. Thanks, Rafael > On Fri, May 20, 2011 at

Re: Major 2.6.38 regression ignored?

2011-05-20 Thread Rafael J. Wysocki
On Friday, May 20, 2011, Ray Lee wrote: [ Adding Chris Wilson (author of the problematic patch) and Rafael Wysocki to the message ] It is on the list of known regressions from 2.6.37, but we're not tracking them any more now that 2.6.39 is out. Thanks, Rafael On Fri, May 20, 2011 at 10:06

2.6.39-rc7-git7: Reported regressions 2.6.37 -> 2.6.38

2011-05-15 Thread Rafael J. Wysocki
[NOTE: This most likely is the last summary report of post-2.6.37 regressions introduced during the 2.6.38 development cycle. Please let us know what the current status of those bugs is, if possible, and thanks for all of the reports, updates and fixes.] This message contains a list of some

2.6.39-rc7-git7: Reported regressions from 2.6.38

2011-05-15 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.38, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.38, please let us know either and we'll add

2.6.39-rc7-git7: Reported regressions from 2.6.38

2011-05-14 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.38, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.38, please let us know either and we'll add

2.6.39-rc7-git7: Reported regressions 2.6.37 - 2.6.38

2011-05-14 Thread Rafael J. Wysocki
[NOTE: This most likely is the last summary report of post-2.6.37 regressions introduced during the 2.6.38 development cycle. Please let us know what the current status of those bugs is, if possible, and thanks for all of the reports, updates and fixes.] This message contains a list of some

2.6.39-rc5-git4: Reported regressions 2.6.37 -> 2.6.38

2011-04-30 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.37 regressions introduced before 2.6.38, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.37 regressions, please let us

2.6.39-rc5-git4: Reported regressions from 2.6.38

2011-04-30 Thread Rafael J. Wysocki
[NOTE: I have one request for whoever works on fixing the listed regressions. While your work is highly appreciated anyway, if you have a patch fixing a listed regression or you know of a commit fixing a listed regression, please drop a notice into the corresponding Bugzilla entry. This will

2.6.39-rc5-git4: Reported regressions from 2.6.38

2011-04-30 Thread Rafael J. Wysocki
[NOTE: I have one request for whoever works on fixing the listed regressions. While your work is highly appreciated anyway, if you have a patch fixing a listed regression or you know of a commit fixing a listed regression, please drop a notice into the corresponding Bugzilla entry. This will

2.6.39-rc5-git4: Reported regressions 2.6.37 - 2.6.38

2011-04-30 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.37 regressions introduced before 2.6.38, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.37 regressions, please let us

2.6.36-rc3-git7: Reported regressions 2.6.37 -> 2.6.38

2011-04-17 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.37 regressions introduced before 2.6.38, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.37 regressions, please let us

2.6.39-rc3-git7: Reported regressions from 2.6.38

2011-04-17 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.38, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.38, please let us know either and we'll add

2.6.39-rc3-git7: Reported regressions from 2.6.38

2011-04-17 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.38, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.38, please let us know either and we'll add

2.6.36-rc3-git7: Reported regressions 2.6.37 - 2.6.38

2011-04-17 Thread Rafael J. Wysocki
This message contains a list of some post-2.6.37 regressions introduced before 2.6.38, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved post-2.6.37 regressions, please let us

2.6.38-git18: Reported regressions from 2.6.37

2011-03-27 Thread Rafael J. Wysocki
On Sunday, March 27, 2011, Rafael J. Wysocki wrote: > This message contains a list of some regressions from 2.6.37, > for which there are no fixes in the mainline known to the tracking team. > If any of them have been fixed already, please let us know. > > If you know of any o

2.6.38-git18: Reported regressions from 2.6.37

2011-03-27 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.37, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.37, please let us know either and we'll add

2.6.38-git18: Reported regressions from 2.6.37

2011-03-27 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.37, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.37, please let us know either and we'll add

Re: 2.6.38-git18: Reported regressions from 2.6.37

2011-03-27 Thread Rafael J. Wysocki
On Sunday, March 27, 2011, Rafael J. Wysocki wrote: This message contains a list of some regressions from 2.6.37, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved

2.6.38-rc7-git4: Reported regressions 2.6.36 -> 2.6.37

2011-03-06 Thread Rafael J. Wysocki
Submitter : Ortwin Gl?ck Date: 2011-02-23 11:49 (12 days old) Handled-By : Rafael J. Wysocki Patch : https://patchwork.kernel.org/patch/604371/ Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=27202 Subject : Remote control of saa7134-based tv

2.6.38-rc7-git4: Reported regressions from 2.6.37

2011-03-06 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.37, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.37, please let us know either and we'll add

2.6.38-rc7-git4: Reported regressions from 2.6.37

2011-03-06 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.37, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.37, please let us know either and we'll add

2.6.38-rc7-git4: Reported regressions 2.6.36 - 2.6.37

2011-03-06 Thread Rafael J. Wysocki
(12 days old) Handled-By : Rafael J. Wysocki r...@sisk.pl Patch : https://patchwork.kernel.org/patch/604371/ Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=27202 Subject : Remote control of saa7134-based tv card ASUSTeK P7131 Hybrid stopped working in 2.6.37

2.6.38-rc5-git6: Reported regressions 2.6.36 -> 2.6.37

2011-02-21 Thread Rafael J. Wysocki
[NOTE: Can maintainers _please_ merge patches listed below, especially those that have been known for weeks?] This message contains a list of some post-2.6.36 regressions introduced before 2.6.37, for which there are no fixes in the mainline known to the tracking team. If any of them have been

2.6.38-rc5-git6: Reported regressions from 2.6.37

2011-02-21 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.37, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.37, please let us know either and we'll add

2.6.38-rc5-git6: Reported regressions from 2.6.37

2011-02-21 Thread Rafael J. Wysocki
This message contains a list of some regressions from 2.6.37, for which there are no fixes in the mainline known to the tracking team. If any of them have been fixed already, please let us know. If you know of any other unresolved regressions from 2.6.37, please let us know either and we'll add

<    1   2   3   4   5   6   >