From: Jani Nikula <jani.nikula@intel.com>
To: Andy Mindful <andy.mindful@gmail.com>
Cc: linux-kernel@vger.kernel.org, regressions@lists.linux.dev,
linux-pm@vger.kernel.org, intel-gfx@lists.freedesktop.org,
dri-devel@lists.freedesktop.org, linux-acpi@vger.kernel.org,
rafael@kernel.org, ville.syrjala@linux.intel.com,
tglx@linutronix.de, Christian Brauner <brauner@kernel.org>
Subject: Re: [REGRESSION] tty lockup and WWAN loss after hibernate/suspend in 6.8+ on ThinkPad X1 Carbon Gen 10
Date: Mon, 04 Aug 2025 11:15:46 +0300 [thread overview]
Message-ID: <0b15e33603a46f6cc7ad7d09a156044f11367169@intel.com> (raw)
In-Reply-To: <CACTEcX5Y3PNXNkhnK1dGFe+k3sigOZNpj66KKGAS9XeHqRu35w@mail.gmail.com>
On Sun, 03 Aug 2025, Andy Mindful <andy.mindful@gmail.com> wrote:
> Here what I have from bisecting, please let me know if it makes things
> clearer or not.
Doesn't point at graphics, anyway.
Cc: Christian.
BR,
Jani.
>
> git bisect log
> git bisect start
> # status: waiting for both good and bad commits
> # good: [6fc5460ed8dd0edf29e7c5cfb1ef9b1aa04208a1] Linux 6.7.11
> git bisect good 6fc5460ed8dd0edf29e7c5cfb1ef9b1aa04208a1
> # status: waiting for bad commit, 1 good commit known
> # bad: [6613476e225e090cc9aad49be7fa504e290dd33d] Linux 6.8-rc1
> git bisect bad 6613476e225e090cc9aad49be7fa504e290dd33d
> # skip: [0dd3ee31125508cd67f7e7172247f05b7fd1753a] Linux 6.7
> git bisect skip 0dd3ee31125508cd67f7e7172247f05b7fd1753a
> # good: [ba5afb9a84df2e6b26a1b6389b98849cd16ea757] fs: rework
> listmount() implementation
> git bisect good ba5afb9a84df2e6b26a1b6389b98849cd16ea757
> # good: [61da593f4458f25c59f65cfd9ba1bda570db5db7] Merge tag
> 'media/v6.8-2' of
> git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
> git bisect good 61da593f4458f25c59f65cfd9ba1bda570db5db7
> # bad: [e38f734add21d75d76dbcf7b214f4823131c1bae] Merge tag
> 'staging-6.8-rc1' of
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
> git bisect bad e38f734add21d75d76dbcf7b214f4823131c1bae
> # bad: [5d197e97fb106c09d3d013be341e5961fd70ec8a] Merge tag
> 'hsi-for-6.8' of
> git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
> git bisect bad 5d197e97fb106c09d3d013be341e5961fd70ec8a
> # good: [1b1934dbbdcf9aa2d507932ff488cec47999cf3f] Merge tag
> 'docs-6.8-2' of git://git.lwn.net/linux
> git bisect good 1b1934dbbdcf9aa2d507932ff488cec47999cf3f
> # good: [1b1934dbbdcf9aa2d507932ff488cec47999cf3f] Merge tag
> 'docs-6.8-2' of git://git.lwn.net/linux
> git bisect good 1b1934dbbdcf9aa2d507932ff488cec47999cf3f
> # bad: [8c9244af4dc8680a453e759331f0c93d5bde1898] Merge tag
> 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEAD
> git bisect bad 8c9244af4dc8680a453e759331f0c93d5bde1898
> # bad: [783288010035e4c250a0b6491a4642cdb8d30548] KVM: x86: add
> missing "depends on KVM"
> git bisect bad 783288010035e4c250a0b6491a4642cdb8d30548
> # bad: [783288010035e4c250a0b6491a4642cdb8d30548] KVM: x86: add
> missing "depends on KVM"
> git bisect bad 783288010035e4c250a0b6491a4642cdb8d30548
> # bad: [861deac3b092f37b2c5e6871732f3e11486f7082] Linux 6.7-rc7
> git bisect bad 861deac3b092f37b2c5e6871732f3e11486f7082
>
> # being on a 861deac3b092
> git bisect bad
> The merge base ba5afb9a84df2e6b26a1b6389b98849cd16ea757 is bad.
> This means the bug has been fixed between
> ba5afb9a84df2e6b26a1b6389b98849cd16ea757 and
> [1b1934dbbdcf9aa2d507932ff488cec47999cf3f
> 61da593f4458f25c59f65cfd9ba1bda570db5db7
> 6fc5460ed8dd0edf29e7c5cfb1ef9b1aa04208a1
> ba5afb9a84df2e6b26a1b6389b98849cd16ea757].
>
> Thanks.
>
> вт, 29 лип. 2025 р. о 13:20 Jani Nikula <jani.nikula@intel.com> пише:
>>
>> On Tue, 29 Jul 2025, Andy Mindful <andy.mindful@gmail.com> wrote:
>> > Please let me know if any further information or testing is required.
>>
>> Likely the quickest way to find the root cause is to bisect the issue.
>>
>>
>> BR,
>> Jani.
>>
>> --
>> Jani Nikula, Intel
--
Jani Nikula, Intel
next prev parent reply other threads:[~2025-08-04 8:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-29 10:03 [REGRESSION] tty lockup and WWAN loss after hibernate/suspend in 6.8+ on ThinkPad X1 Carbon Gen 10 Andy Mindful
2025-07-29 10:20 ` Jani Nikula
2025-08-03 12:45 ` Andy Mindful
2025-08-04 8:15 ` Jani Nikula [this message]
2025-08-04 10:57 ` Andy Mindful
2025-08-04 14:50 ` Paolo Bonzini
2025-08-04 19:49 ` Andy Mindful
2025-08-06 8:40 ` Andy Mindful
2025-08-06 9:56 ` Paolo Bonzini
2025-08-07 7:07 ` Thorsten Leemhuis
2025-08-19 13:45 ` Andy Mindful
2025-08-04 12:21 ` Christian Brauner
2025-08-04 20:22 ` Maciej S. Szmigiero
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=0b15e33603a46f6cc7ad7d09a156044f11367169@intel.com \
--to=jani.nikula@intel.com \
--cc=andy.mindful@gmail.com \
--cc=brauner@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rafael@kernel.org \
--cc=regressions@lists.linux.dev \
--cc=tglx@linutronix.de \
--cc=ville.syrjala@linux.intel.com \
/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 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.