From: Jens Axboe <axboe@kernel.dk>
To: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
Linus Torvalds <torvalds@linux-foundation.org>,
Daniel Scally <djrscally@gmail.com>,
"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
Subject: Re: 5.14-rc failure to resume
Date: Sat, 24 Jul 2021 14:26:35 -0600 [thread overview]
Message-ID: <8d6122f0-3ffc-d26a-0dd3-3e45843435a9@kernel.dk> (raw)
In-Reply-To: <CAHp75Vc-RMBMO9eR3apX=zC30FA+22CgZeT4vee45XxFCqpjjg@mail.gmail.com>
On 7/24/21 2:05 PM, Andy Shevchenko wrote:
> On Sat, Jul 24, 2021 at 10:43 PM Jens Axboe <axboe@kernel.dk> wrote:
>> On 7/24/21 11:56 AM, Jens Axboe wrote:
>>> On 7/24/21 9:57 AM, Jens Axboe wrote:
>>>> Hi,
>>>>
>>>> I ran into this when doing the last bit of testing on pending changes
>>>> for this release on the laptop. Outside of running testing on these
>>>> changes, I always build and boot current -git and my changes on my
>>>> laptop as well.
>>>>
>>>> 5.14-rc1 + changes works fine, current -git and changes fail to resume
>>>> every single time. I just get a black screen. Tip of tree before merging
>>>> fixes is:
>>>>
>>>> commit 704f4cba43d4ed31ef4beb422313f1263d87bc55 (origin/master, origin/HEAD, master)
>>>> Merge: 05daae0fb033 0077a5008272
>>>> Author: Linus Torvalds <torvalds@linux-foundation.org>
>>>> Date: Fri Jul 23 11:30:12 2021 -0700
>>>>
>>>> Merge tag 'ceph-for-5.14-rc3' of git://github.com/ceph/ceph-client
>>>>
>>>> Since bisection takes forever on the laptop (gen7 x1 carbon), I
>>>> opportunistically reverted some of the most recent git pulls:
>>>>
>>>> - ec6badfbe1cde0eb2bec4a0b8f6e738171156b5b (acpi changes)
>>>> - 1d597682d3e669ec7021aa33d088ed3d136a5149 (driver-core changes)
>>>> - 74738c556db6c7f780a8b98340937e55b72c896a (usb changes)
>>>> - e7562a00c1f54116f5a058e7e3ddd500188f60b2 (sound changes)
>>>> - 8baef6386baaefb776bdd09b5c7630cf057c51c6 (drm changes)
>>>>
>>>> as they could potentially be involved, but even with all of those
>>>> reverted it still won't resume.
>>>>
>>>> Sending this out in case someone has already reported this and I just
>>>> couldn't find it. If this is a new/unknown issues, I'll go ahead and
>>>> bisect it.
>>>
>>> Ran a bisect, and it pinpoints:
>>>
>>> 71f6428332844f38c7cb10461d9f29e9c9b983a0 is the first bad commit
>>> commit 71f6428332844f38c7cb10461d9f29e9c9b983a0
>>> Author: Andy Shevchenko <andy.shevchenko@gmail.com>
>>> Date: Mon Jul 12 21:21:21 2021 +0300
>>>
>>> ACPI: utils: Fix reference counting in for_each_acpi_dev_match()
>>>
>>> which seems odd, as it worked for me with the acpi changes reverted. It
>>> could be that it _sometimes_ works with that commit, not sure. Adding
>>> relevant folks to the CC.
>>>
>>> I'm going to revert this on top of current master and run with that
>>> and see if it does 10 successful resumes.
>>
>> This does appear to be the culprit. With it reverted on top of current
>> master (and with the block and io_uring changes pulled in too), the
>> kernel survives many resumes without issue.
>
> If I read correctly it seems at one of the local rebase I might have
> missed something.
>
> Can you replace sensor->adev with adev here
>
> https://elixir.bootlin.com/linux/v5.14-rc2/source/drivers/media/pci/intel/ipu3/cio2-bridge.c#L231
>
> and retest?
Tried that, doesn't work unfortunately. Hung on first resume, just like
current -git with that single line edit.
--
Jens Axboe
next prev parent reply other threads:[~2021-07-24 20:26 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-24 15:57 5.14-rc failure to resume Jens Axboe
2021-07-24 17:08 ` Jens Axboe
2021-07-24 17:56 ` Jens Axboe
2021-07-24 19:43 ` Jens Axboe
2021-07-24 20:05 ` Andy Shevchenko
2021-07-24 20:26 ` Jens Axboe [this message]
2021-07-24 21:15 ` Andy Shevchenko
2021-07-24 21:21 ` Daniel Scally
2021-07-24 21:35 ` Jens Axboe
2021-07-24 21:39 ` Jens Axboe
2021-07-24 22:37 ` Linus Torvalds
2021-07-24 20:48 ` Linus Torvalds
2021-07-24 21:02 ` Andy Shevchenko
2021-07-24 19:49 ` Andy Shevchenko
2021-07-24 20:24 ` Daniel Scally
2021-07-24 20:28 ` Jens Axboe
2021-07-24 20:34 ` Jens Axboe
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=8d6122f0-3ffc-d26a-0dd3-3e45843435a9@kernel.dk \
--to=axboe@kernel.dk \
--cc=andy.shevchenko@gmail.com \
--cc=djrscally@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael.j.wysocki@intel.com \
--cc=torvalds@linux-foundation.org \
/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