* [Regression] Bug 216360 - No power to DVD drive
@ 2022-08-26 10:13 Thorsten Leemhuis
2022-08-27 11:54 ` Rafael J. Wysocki
2023-09-20 13:25 ` Bagas Sanjaya
0 siblings, 2 replies; 7+ messages in thread
From: Thorsten Leemhuis @ 2022-08-26 10:13 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: regressions@lists.linux.dev, bhealey
Hi Rafael. Could you help me out if you have a minute? I noticed
a regression report in bugzilla that nobody looked at yet. According to
the reporter the DVD drive's drawer of a small form factor system won't
open anymore since v5.16; the device is not even mentioned anymore in
the dmesg output. For details see:
https://bugzilla.kernel.org/show_bug.cgi?id=216360
Is that an ACPI problem and thus something you would handle? If not: in
which direction would you shove this?
Ciao, Thorsten
P.S.: To get this tracked:
#regzbot introduced: v5.15..v5.16
https://bugzilla.kernel.org/show_bug.cgi?id=216360
#regzbot ignore-activity
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Regression] Bug 216360 - No power to DVD drive
2022-08-26 10:13 [Regression] Bug 216360 - No power to DVD drive Thorsten Leemhuis
@ 2022-08-27 11:54 ` Rafael J. Wysocki
2022-08-27 13:39 ` Thorsten Leemhuis
2023-09-20 13:25 ` Bagas Sanjaya
1 sibling, 1 reply; 7+ messages in thread
From: Rafael J. Wysocki @ 2022-08-27 11:54 UTC (permalink / raw)
To: Thorsten Leemhuis; +Cc: Rafael J. Wysocki, regressions@lists.linux.dev, bhealey
On Fri, Aug 26, 2022 at 12:13 PM Thorsten Leemhuis
<regressions@leemhuis.info> wrote:
>
> Hi Rafael. Could you help me out if you have a minute? I noticed
> a regression report in bugzilla that nobody looked at yet. According to
> the reporter the DVD drive's drawer of a small form factor system won't
> open anymore since v5.16; the device is not even mentioned anymore in
> the dmesg output. For details see:
>
> https://bugzilla.kernel.org/show_bug.cgi?id=216360
>
> Is that an ACPI problem and thus something you would handle?
I honestly don't think so.
> If not: in which direction would you shove this?
See https://bugzilla.kernel.org/show_bug.cgi?id=216360#c6
This issue is not reported against the mainline kernel, so it should
be handled by whoever provided the kernel the reporter is using.
Cheers!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Regression] Bug 216360 - No power to DVD drive
2022-08-27 11:54 ` Rafael J. Wysocki
@ 2022-08-27 13:39 ` Thorsten Leemhuis
2022-08-27 13:56 ` Rafael J. Wysocki
0 siblings, 1 reply; 7+ messages in thread
From: Thorsten Leemhuis @ 2022-08-27 13:39 UTC (permalink / raw)
To: bhealey; +Cc: regressions@lists.linux.dev, Rafael J. Wysocki
On 27.08.22 13:54, Rafael J. Wysocki wrote:
> On Fri, Aug 26, 2022 at 12:13 PM Thorsten Leemhuis
> <regressions@leemhuis.info> wrote:
>>
>> Hi Rafael. Could you help me out if you have a minute? I noticed
>> a regression report in bugzilla that nobody looked at yet. According to
>> the reporter the DVD drive's drawer of a small form factor system won't
>> open anymore since v5.16; the device is not even mentioned anymore in
>> the dmesg output. For details see:
>>
>> https://bugzilla.kernel.org/show_bug.cgi?id=216360
>>
>> Is that an ACPI problem and thus something you would handle?
> I honestly don't think so.
Okay, already suspected that, thx.
>> If not: in which direction would you shove this?
>
> See https://bugzilla.kernel.org/show_bug.cgi?id=216360#c6
>
> This issue is not reported against the mainline kernel, so it should
> be handled by whoever provided the kernel the reporter is using.
Well, you for sure have a point. But well, from what I can tell the
Manjaro kernel is not heavily patched (see
https://gitlab.manjaro.org/packages/core/linux519; but the RT in the
kernel's name makes me suspicious). And from my experience quite a few
developer seem to be interested in regression reports from such kernels.
That's why I (for now) pick some of them up (I use my best judgement
here) and let the developers decide what to do with them.
In this case I just don't really know whom to ask to look into this. :-/
Anyway, Bruce, things really look a bit odd in this case. You should try
to seek help from Manjaro -- or check if it really happens with a
vanilla kernel(¹). If you do the latter, ideally consider to use "git
bisect" to find the change that is causing the different behavior. Then
we know for sure who needs to look into this.
See also:
https://docs.kernel.org/admin-guide/reporting-issues.html
https://docs.kernel.org/admin-guide/reporting-regressions.html
Ciao, Thorsten
(¹) e.g. try a vanilla 5.15 kernel to see if your DVD works; use the
config from the Manjaro 5.15 kernel (consider running "make
localmodconfig" to reduce build times). Then compile a 5.16 vanilla
kernel with the config from your 5.15 kernel processed by 'make
olddefconfig'
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Regression] Bug 216360 - No power to DVD drive
2022-08-27 13:39 ` Thorsten Leemhuis
@ 2022-08-27 13:56 ` Rafael J. Wysocki
0 siblings, 0 replies; 7+ messages in thread
From: Rafael J. Wysocki @ 2022-08-27 13:56 UTC (permalink / raw)
To: Thorsten Leemhuis; +Cc: bhealey, regressions@lists.linux.dev, Rafael J. Wysocki
On Sat, Aug 27, 2022 at 3:39 PM Thorsten Leemhuis
<regressions@leemhuis.info> wrote:
>
> On 27.08.22 13:54, Rafael J. Wysocki wrote:
> > On Fri, Aug 26, 2022 at 12:13 PM Thorsten Leemhuis
> > <regressions@leemhuis.info> wrote:
> >>
> >> Hi Rafael. Could you help me out if you have a minute? I noticed
> >> a regression report in bugzilla that nobody looked at yet. According to
> >> the reporter the DVD drive's drawer of a small form factor system won't
> >> open anymore since v5.16; the device is not even mentioned anymore in
> >> the dmesg output. For details see:
> >>
> >> https://bugzilla.kernel.org/show_bug.cgi?id=216360
> >>
> >> Is that an ACPI problem and thus something you would handle?
> > I honestly don't think so.
>
> Okay, already suspected that, thx.
>
> >> If not: in which direction would you shove this?
> >
> > See https://bugzilla.kernel.org/show_bug.cgi?id=216360#c6
> >
> > This issue is not reported against the mainline kernel, so it should
> > be handled by whoever provided the kernel the reporter is using.
>
> Well, you for sure have a point. But well, from what I can tell the
> Manjaro kernel is not heavily patched (see
> https://gitlab.manjaro.org/packages/core/linux519; but the RT in the
> kernel's name makes me suspicious).
Even so, it is not the mainline and that's what we work on.
> And from my experience quite a few
> developer seem to be interested in regression reports from such kernels.
> That's why I (for now) pick some of them up (I use my best judgement
> here) and let the developers decide what to do with them.
Well, if you are absolutely sure that the third-party modifications
cannot be involved in the observed failure and you have the time to
assist the reporter, it is fine. Otherwise you may not be helping.
> In this case I just don't really know whom to ask to look into this. :-/
Me neither.
> Anyway, Bruce, things really look a bit odd in this case. You should try
> to seek help from Manjaro -- or check if it really happens with a
> vanilla kernel(¹).
Good advice.
> If you do the latter, ideally consider to use "git
> bisect" to find the change that is causing the different behavior. Then
> we know for sure who needs to look into this.
Right.
> See also:
>
> https://docs.kernel.org/admin-guide/reporting-issues.html
> https://docs.kernel.org/admin-guide/reporting-regressions.html
>
> Ciao, Thorsten
>
> (¹) e.g. try a vanilla 5.15 kernel to see if your DVD works; use the
> config from the Manjaro 5.15 kernel (consider running "make
> localmodconfig" to reduce build times). Then compile a 5.16 vanilla
> kernel with the config from your 5.15 kernel processed by 'make
> olddefconfig'
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Regression] Bug 216360 - No power to DVD drive
2022-08-26 10:13 [Regression] Bug 216360 - No power to DVD drive Thorsten Leemhuis
2022-08-27 11:54 ` Rafael J. Wysocki
@ 2023-09-20 13:25 ` Bagas Sanjaya
2023-09-20 18:52 ` bruce
1 sibling, 1 reply; 7+ messages in thread
From: Bagas Sanjaya @ 2023-09-20 13:25 UTC (permalink / raw)
To: Thorsten Leemhuis, Rafael J. Wysocki; +Cc: regressions@lists.linux.dev, bhealey
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
On Fri, Aug 26, 2022 at 12:13:13PM +0200, Thorsten Leemhuis wrote:
> #regzbot introduced: v5.15..v5.16
> https://bugzilla.kernel.org/show_bug.cgi?id=216360
> #regzbot ignore-activity
>
This regression looks stalled (no reply from Bruce or maintainers), so
to clean up:
#regzbot inconclusive: no one cares the regression
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Regression] Bug 216360 - No power to DVD drive
2023-09-20 13:25 ` Bagas Sanjaya
@ 2023-09-20 18:52 ` bruce
2023-09-20 23:46 ` Bagas Sanjaya
0 siblings, 1 reply; 7+ messages in thread
From: bruce @ 2023-09-20 18:52 UTC (permalink / raw)
To: Bagas Sanjaya, Thorsten Leemhuis, Rafael J. Wysocki
Cc: regressions@lists.linux.dev
All,
I have started work on trying to find which version of the kernel this
bug first appeared. It is taking me some time to find how to do this
(might be easy for you). But I have other priorities at present which
mean I have not had the time to work on this. My present commitments end
at the end of October and I expect to get back to this at that point.
Yes, I do care about this bug and I will get round to it but it on the
equipment I have it is inconvenient, takes a long time for each build
and stops me working on other things.
Regards,
Bruce Healey
On 20/09/2023 14:25, Bagas Sanjaya wrote:
> On Fri, Aug 26, 2022 at 12:13:13PM +0200, Thorsten Leemhuis wrote:
>> #regzbot introduced: v5.15..v5.16
>> https://bugzilla.kernel.org/show_bug.cgi?id=216360
>> #regzbot ignore-activity
>>
> This regression looks stalled (no reply from Bruce or maintainers), so
> to clean up:
>
> #regzbot inconclusive: no one cares the regression
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Regression] Bug 216360 - No power to DVD drive
2023-09-20 18:52 ` bruce
@ 2023-09-20 23:46 ` Bagas Sanjaya
0 siblings, 0 replies; 7+ messages in thread
From: Bagas Sanjaya @ 2023-09-20 23:46 UTC (permalink / raw)
To: bruce, Thorsten Leemhuis, Rafael J. Wysocki; +Cc: regressions@lists.linux.dev
On 21/09/2023 01:52, bruce wrote:
> All,
>
> I have started work on trying to find which version of the kernel this bug first appeared. It is taking me some time to find how to do this (might be easy for you). But I have other priorities at present which mean I have not had the time to work on this. My present commitments end at the end of October and I expect to get back to this at that point.
>
> Yes, I do care about this bug and I will get round to it but it on the equipment I have it is inconvenient, takes a long time for each build and stops me working on other things.
>
Please don't top-post; reply inline with appropriate context instead.
This allows readers to follow and understand the conversation flow.
If you ever come into the specific culprit, let us know. In the
meantime, you can also try reproducing this regression on more
powerful device.
Thanks.
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-09-20 23:46 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-26 10:13 [Regression] Bug 216360 - No power to DVD drive Thorsten Leemhuis
2022-08-27 11:54 ` Rafael J. Wysocki
2022-08-27 13:39 ` Thorsten Leemhuis
2022-08-27 13:56 ` Rafael J. Wysocki
2023-09-20 13:25 ` Bagas Sanjaya
2023-09-20 18:52 ` bruce
2023-09-20 23:46 ` Bagas Sanjaya
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.