public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Nick Hastings <nicholaschastings@gmail.com>
To: Mario Limonciello <mario.limonciello@amd.com>
Cc: Salvatore Bonaccorso <carnil@debian.org>,
	1036530@bugs.debian.org, "Rafael J. Wysocki" <rafael@kernel.org>,
	Len Brown <lenb@kernel.org>,
	linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	regressions@lists.linux.dev
Subject: Re: Regression from "ACPI: OSI: Remove Linux-Dell-Video _OSI string"? (was: Re: Bug#1036530: linux-signed-amd64: Hard lock up of system)
Date: Mon, 29 May 2023 09:56:02 +0900	[thread overview]
Message-ID: <ZHP4IqxBUPuVRvRV@xps> (raw)
In-Reply-To: <ab12984e-be17-903d-ba0a-f9c85b8c544f@amd.com>

[-- Attachment #1: Type: text/plain, Size: 3545 bytes --]

Hi,

* Mario Limonciello <mario.limonciello@amd.com> [230528 21:44]:
> On 5/28/23 01:49, Salvatore Bonaccorso wrote:
> > Hi Mario
> > 
> > Nick Hastings reported in Debian in https://bugs.debian.org/1036530
> > lockups from his system after updating from a 6.0 based version to
> > 6.1.y. >
> > #regzbot ^introduced 24867516f06d
> > 
> > he bisected the issue and tracked it down to:
> > 
> > On Sun, May 28, 2023 at 10:14:51AM +0900, Nick Hastings wrote:
> > > Control: tags -1 - moreinfo
> > > 
> > > Hi,
> > > 
> > > I repeated the git bisect, and the bad commit seems to be:
> > > 
> > > (git)-[v6.1-rc1~206^2~4^5~3|bisect] % git bisect bad
> > > 24867516f06dabedef3be7eea0ef0846b91538bc is the first bad commit
> > > commit 24867516f06dabedef3be7eea0ef0846b91538bc
> > > Author: Mario Limonciello <mario.limonciello@amd.com>
> > > Date:   Tue Aug 23 13:51:31 2022 -0500
> > > 
> > >      ACPI: OSI: Remove Linux-Dell-Video _OSI string
> > >      This string was introduced because drivers for NVIDIA hardware
> > >      had bugs supporting RTD3 in the past.
> > >      Before proprietary NVIDIA driver started to support RTD3, Ubuntu had
> > >      had a mechanism for switching PRIME on and off, though it had required
> > >      to logout/login to make the library switch happen.
> > >      When the PRIME had been off, the mechanism had unloaded the NVIDIA
> > >      driver and put the device into D3cold, but the GPU had never come back
> > >      to D0 again which is why ODMs used the _OSI to expose an old _DSM
> > >      method to switch the power on/off.
> > >      That has been fixed by commit 5775b843a619 ("PCI: Restore config space
> > >      on runtime resume despite being unbound"). so vendors shouldn't be
> > >      using this string to modify ASL any more.
> > >      Reviewed-by: Lyude Paul <lyude@redhat.com>
> > >      Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
> > >      Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
> > > 
> > >   drivers/acpi/osi.c | 9 ---------
> > >   1 file changed, 9 deletions(-)
> > > 
> > > This machine is a Dell with an nvidia chip so it looks like this really
> > > could be the commit that that is causing the problems. The description
> > > of the commit also seems (to my untrained eye) to be consistent with the
> > > error reported on the console when the lockup occurs:
> > > 
> > > [   58.729863] ACPI Error: Aborting method \_SB.PCI0.PGON due to previous error (AE_AML_LOOP_TIMEOUT) (20220331/psparse-529)
> > > [   58.729904] ACPI Error: Aborting method \_SB.PCI0.PEG0.PG00._ON due to previous error (AE_AML_LOOP_TIMEOUT) (20220331/psparse-529)
> > > [   60.083261] vfio-pci 0000:01:00.0 Unable to change power state from D3cold to D0, device inaccessible
> > > 
> > > Hopefully this is enough information for experts to resolve this.
> > 
> > Does this ring some bell for you? Do you need any further information
> > from Nick?
> > 
> > Regards,
> > Salvatore
> 

> Have Nick try using "pcie_port_pm=off" and see if it helps the issue.

I booted into a 6.1 kernel with this option. It has been running without
problems for 1.5 hours. Usually I would expect the lockup to have
occurred by now.

> Does this happen in the latest 6.4 RC as well?

I have compiled that kernel and will boot into it after running this one
with the pcie_port_pm=off for another hour or so.

> I think we need to see a full dmesg and acpidump to better
> characterize it.

Please find attached. Let me know if there is anything else I can provide.

Regards,

Nick.

[-- Attachment #2: dmesg-20230529T082455.log.gz --]
[-- Type: application/gzip, Size: 25419 bytes --]

[-- Attachment #3: acpidump-20230529T082605.log.gz --]
[-- Type: application/gzip, Size: 396192 bytes --]

  reply	other threads:[~2023-05-29  0:56 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ZG3mbc3zdR4KcUW/@eldamar.lan>
     [not found] ` <ZG6cY8xjfob4Bvcs@xps>
     [not found]   ` <ZG98fQ+MD4O0nGGE@eldamar.lan>
     [not found]     ` <ZG/8cxxTJ9ZzrVPQ@xps>
     [not found]       ` <ZHCYRmD7YeIWoy2W@eldamar.lan>
     [not found]         ` <168471337231.1913606.15905047692536779158.reportbug@xps>
     [not found]           ` <ZHKrC4/G6ZyvRReI@xps>
2023-05-28  6:49             ` Regression from "ACPI: OSI: Remove Linux-Dell-Video _OSI string"? (was: Re: Bug#1036530: linux-signed-amd64: Hard lock up of system) Salvatore Bonaccorso
2023-05-28 12:44               ` Mario Limonciello
2023-05-29  0:56                 ` Nick Hastings [this message]
2023-05-29  1:14                   ` Mario Limonciello
2023-05-29  3:51                     ` Nick Hastings
2023-05-29 23:01                       ` Nick Hastings
2023-05-30  4:00                         ` Mario Limonciello
2023-05-30  7:01                           ` Nick Hastings
2023-05-30 11:22                             ` Bug#1036530: " Salvatore Bonaccorso
2023-05-31 23:40                             ` Nick Hastings
2023-06-01 16:18                               ` Limonciello, Mario
2023-06-01 16:33                                 ` Karol Herbst
2023-06-01 16:54                                   ` Limonciello, Mario
2023-06-01 17:18                                     ` Karol Herbst
2023-06-01 17:21                                       ` Limonciello, Mario
2023-06-01 18:10                                         ` Karol Herbst
2023-06-02  0:01                                           ` Nick Hastings
2023-06-02  0:57                                             ` Limonciello, Mario
2023-06-26 12:09                                               ` Linux regression tracking (Thorsten Leemhuis)
2023-06-26 22:34                                                 ` Nick Hastings
2023-06-30 13:02                                                   ` Thorsten Leemhuis
2023-06-30 13:09                                                     ` Karol Herbst
2023-06-30 21:38                                                     ` Nick Hastings
2023-06-30 21:40                                                       ` Limonciello, Mario
2023-06-30 22:12                                                         ` Nick Hastings
2023-06-01 23:55                                 ` Nick Hastings
2023-07-07 21:54                                 ` Lyude Paul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZHP4IqxBUPuVRvRV@xps \
    --to=nicholaschastings@gmail.com \
    --cc=1036530@bugs.debian.org \
    --cc=carnil@debian.org \
    --cc=lenb@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mario.limonciello@amd.com \
    --cc=rafael@kernel.org \
    --cc=regressions@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox