stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Tr: Unable to boot on multiple kernel with acpi
       [not found] ` <YQD51cSUOpDaD7Ad@kroah.com>
@ 2021-07-28 10:07   ` Adrien Precigout
  0 siblings, 0 replies; 5+ messages in thread
From: Adrien Precigout @ 2021-07-28 10:07 UTC (permalink / raw)
  To: Greg KH; +Cc: regressions, stable

Hi,
Thank you for your answer!
Here is the error I got when sending my first message with html and plain if you need it :).
This is the mail system at host lindbergh.monkeyblade.net.
I'm sorry to have to inform you that your message could notbe delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You candelete your own text from the attached returned message.
                   The mail system
<stable@vger.kernel.org>: host 23.128.96.18[23.128.96.18] said: 550 5.7.1    Content-Policy reject msg: The message contains HTML subpart, therefore we    consider it SPAM or Outlook Virus.  TEXT/PLAIN is accepted.! BF:<U    0.500074>; S232140AbhG0VhZ (in reply to end of DATA command)
----------------------------------------
*Reporting-MTA*: dns; lindbergh.monkeyblade.net
*X-Postfix-Queue-ID*: 0C4B7C061757
*X-Postfix-Sender*: rfc822; dev@asdrip.fr
*Arrival-Date*: Tue, 27 Jul 2021 14:37:23 -0700 (PDT)
*Final-Recipient*: rfc822; stable@vger.kernel.org
*Original-Recipient*: rfc822;stable@vger.kernel.org
*Action*: failed
*Status*: 5.7.1
*Remote-MTA*: dns; 23.128.96.18
*Diagnostic-Code*: smtp; 550 5.7.1 Content-Policy reject msg: The message
contains HTML subpart, therefore we consider it SPAM or Outlook Virus.
TEXT/PLAIN is accepted.! BF:_; S232140AbhG0VhZ_

Jul 28, 2021 08:31:54 Greg KH <gregkh@linuxfoundation.org>:

> On Tue, Jul 27, 2021 at 09:48:55PM +0000, Adrien Precigout wrote:
>> 
>> 27 juil. 2021 23:31:53 Adrien Precigout <dev@asdrip.fr>:
>> 
>> Hi,
>> 
>> On my acer swift 3 (SF314-51), I can't boot on my device since 4.19.198 (no issue with 4.19.197) without adding "acpi=off" in the parameters. Same thing happens on 5.12.19 (didn't happened in 5.12.16), 5.13.4 and .5 and 5.10.52.
> 
> Odd, this list accepts html emails...
> 
> Anyway, as I said on the stable list in response to this same request,
> it's a known issue with the acpi developers, please read the thread I
> pointed you at there and let the developers know it is affecting you.
> 
> thanks,
> 
> greg k-h

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

* Re: Tr: Unable to boot on multiple kernel with acpi
       [not found] <fc66decb-ed13-45dd-bf82-91f0cc516a30@asdrip.fr>
       [not found] ` <YQD51cSUOpDaD7Ad@kroah.com>
@ 2021-07-31 15:27 ` Adrien Precigout
  2021-08-01  6:05   ` Greg KH
  1 sibling, 1 reply; 5+ messages in thread
From: Adrien Precigout @ 2021-07-31 15:27 UTC (permalink / raw)
  To: stable; +Cc: regressions, erik.kaneda

> Hi,
>
> On my acer swift 3 (SF314-51), I can't boot on my device since 
> 4.19.198 (no issue with 4.19.197) without adding "acpi=off" in the 
> parameters. Same thing happens on 5.12.19 (didn't happened in 
> 5.12.16), 5.13.4 and .5 and 5.10.52.
>
> If acpi is not off issue is :
> -black screen after grub,
> -no errors, no activity (tested by leaving the pc 10 hours), no tty, 
> no logs whatsoever in journalctl as if the kernel didn't start. Even 
> adding 'debug' or 'initcall_debug' doesn't show anything.
>
> If I add acpi=off, the screen blinks one time and boots normally but 
> after kernel 5.10 (5.12 and 5.13) I loose usage of keyboard and touchpad.
>
> Notes:
> - I'm using Manjaro KDE
> - I have tested with 4.19.198 Vanilla (config file attached) and same 
> thing happened
> - setting nomodeset doesn't change anything
> - tried every acpi parameters, only =off worked
> - Bios was not updated, but the bug persisted after upgrading it
> - Acpi issue is recurrent with this pc it seems below 4.11 
> (https://askubuntu.com/questions/929904/cant-pass-the-acpi-off-problem 
> <https://askubuntu.com/questions/929904/cant-pass-the-acpi-off-problem>)
>
> Thank you for your help,
> Adrien
>
Hi again,

I've done a bisect on the 4.19.y branch and I've found that it is the 
commit 2bf1f848ca0af4e3d49624df49cbbd5511ec49a3 [ACPICA: Fix memory leak 
caused by _CID repair function] that introduced the bug. By doing a git 
revert and building the kernel I can boot normally but as long as this 
commit exist I just get a black screen as explained above.

BR,

Adrien




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

* Re: Tr: Unable to boot on multiple kernel with acpi
  2021-07-31 15:27 ` Adrien Precigout
@ 2021-08-01  6:05   ` Greg KH
  2021-08-03 14:20     ` Rafael J. Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2021-08-01  6:05 UTC (permalink / raw)
  To: Adrien Precigout, Rafael J. Wysocki, Shawn Guo, Erik Kaneda, Bob Moore
  Cc: stable, regressions, erik.kaneda, linux-api

On Sat, Jul 31, 2021 at 05:27:39PM +0200, Adrien Precigout wrote:
> > Hi,
> > 
> > On my acer swift 3 (SF314-51), I can't boot on my device since 4.19.198
> > (no issue with 4.19.197) without adding "acpi=off" in the parameters.
> > Same thing happens on 5.12.19 (didn't happened in 5.12.16), 5.13.4 and
> > .5 and 5.10.52.
> > 
> > If acpi is not off issue is :
> > -black screen after grub,
> > -no errors, no activity (tested by leaving the pc 10 hours), no tty, no
> > logs whatsoever in journalctl as if the kernel didn't start. Even adding
> > 'debug' or 'initcall_debug' doesn't show anything.
> > 
> > If I add acpi=off, the screen blinks one time and boots normally but
> > after kernel 5.10 (5.12 and 5.13) I loose usage of keyboard and
> > touchpad.
> > 
> > Notes:
> > - I'm using Manjaro KDE
> > - I have tested with 4.19.198 Vanilla (config file attached) and same
> > thing happened
> > - setting nomodeset doesn't change anything
> > - tried every acpi parameters, only =off worked
> > - Bios was not updated, but the bug persisted after upgrading it
> > - Acpi issue is recurrent with this pc it seems below 4.11
> > (https://askubuntu.com/questions/929904/cant-pass-the-acpi-off-problem
> > <https://askubuntu.com/questions/929904/cant-pass-the-acpi-off-problem>)
> > 
> > Thank you for your help,
> > Adrien
> > 
> Hi again,
> 
> I've done a bisect on the 4.19.y branch and I've found that it is the commit
> 2bf1f848ca0af4e3d49624df49cbbd5511ec49a3 [ACPICA: Fix memory leak caused by
> _CID repair function] that introduced the bug. By doing a git revert and
> building the kernel I can boot normally but as long as this commit exist I
> just get a black screen as explained above.

Thanks for helping to narrow this down.

Rafael and EriK, this is commit c27bac031413 ("ACPICA: Fix memory leak
caused by _CID repair function") in Linus's tree, that showed up in
5.14-rc1.  Any chance you all can revert this, or provide a fix?

thanks,

greg k-h

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

* Re: Tr: Unable to boot on multiple kernel with acpi
  2021-08-01  6:05   ` Greg KH
@ 2021-08-03 14:20     ` Rafael J. Wysocki
  2021-08-06 22:59       ` Adrien Precigout
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2021-08-03 14:20 UTC (permalink / raw)
  To: Greg KH, Adrien Precigout, Shawn Guo, Bob Moore
  Cc: stable, regressions, rafael, linux-acpi, Erik Kaneda

On 8/1/2021 8:05 AM, Greg KH wrote:
> On Sat, Jul 31, 2021 at 05:27:39PM +0200, Adrien Precigout wrote:
>>> Hi,
>>>
>>> On my acer swift 3 (SF314-51), I can't boot on my device since 4.19.198
>>> (no issue with 4.19.197) without adding "acpi=off" in the parameters.
>>> Same thing happens on 5.12.19 (didn't happened in 5.12.16), 5.13.4 and
>>> .5 and 5.10.52.
>>>
>>> If acpi is not off issue is :
>>> -black screen after grub,
>>> -no errors, no activity (tested by leaving the pc 10 hours), no tty, no
>>> logs whatsoever in journalctl as if the kernel didn't start. Even adding
>>> 'debug' or 'initcall_debug' doesn't show anything.
>>>
>>> If I add acpi=off, the screen blinks one time and boots normally but
>>> after kernel 5.10 (5.12 and 5.13) I loose usage of keyboard and
>>> touchpad.
>>>
>>> Notes:
>>> - I'm using Manjaro KDE
>>> - I have tested with 4.19.198 Vanilla (config file attached) and same
>>> thing happened
>>> - setting nomodeset doesn't change anything
>>> - tried every acpi parameters, only =off worked
>>> - Bios was not updated, but the bug persisted after upgrading it
>>> - Acpi issue is recurrent with this pc it seems below 4.11
>>> (https://askubuntu.com/questions/929904/cant-pass-the-acpi-off-problem
>>> <https://askubuntu.com/questions/929904/cant-pass-the-acpi-off-problem>)
>>>
>>> Thank you for your help,
>>> Adrien
>>>
>> Hi again,
>>
>> I've done a bisect on the 4.19.y branch and I've found that it is the commit
>> 2bf1f848ca0af4e3d49624df49cbbd5511ec49a3 [ACPICA: Fix memory leak caused by
>> _CID repair function] that introduced the bug. By doing a git revert and
>> building the kernel I can boot normally but as long as this commit exist I
>> just get a black screen as explained above.
> Thanks for helping to narrow this down.
>
> Rafael and EriK, this is commit c27bac031413 ("ACPICA: Fix memory leak
> caused by _CID repair function") in Linus's tree, that showed up in
> 5.14-rc1.  Any chance you all can revert this, or provide a fix?

I'm thinking let's revert and revisit in the next cycle.

I'll queue up a revert of this.

Cheers,

Rafael



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

* Re: Tr: Unable to boot on multiple kernel with acpi
  2021-08-03 14:20     ` Rafael J. Wysocki
@ 2021-08-06 22:59       ` Adrien Precigout
  0 siblings, 0 replies; 5+ messages in thread
From: Adrien Precigout @ 2021-08-06 22:59 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: stable, Greg KH

Aug 3, 2021 16:21:13 Rafael J. Wysocki <rafael.j.wysocki@intel.com>:
>> Thanks for helping to narrow this down.
>>
>> Rafael and EriK, this is commit c27bac031413 ("ACPICA: Fix memory leak
>> caused by _CID repair function") in Linus's tree, that showed up in
>> 5.14-rc1.  Any chance you all can revert this, or provide a fix?
>
> I'm thinking let's revert and revisit in the next cycle.
>
> I'll queue up a revert of this.
>
> Cheers,
>
> Rafael


Thank you for your help ! Don't hesitate to reach me if you need more information to help fixing it.
Best regards,
Adrien


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

end of thread, other threads:[~2021-08-06 22:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <fc66decb-ed13-45dd-bf82-91f0cc516a30@asdrip.fr>
     [not found] ` <YQD51cSUOpDaD7Ad@kroah.com>
2021-07-28 10:07   ` Tr: Unable to boot on multiple kernel with acpi Adrien Precigout
2021-07-31 15:27 ` Adrien Precigout
2021-08-01  6:05   ` Greg KH
2021-08-03 14:20     ` Rafael J. Wysocki
2021-08-06 22:59       ` Adrien Precigout

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