linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabio Comolli <fabio.comolli@gmail.com>
To: linux-kernel@vger.kernel.org
Subject: [BISECTED][REGRESSION] Kernel 6.0-rcX hangs on resume on Sony Vaio VPCM13M1E
Date: Fri, 26 Aug 2022 09:28:42 +0200	[thread overview]
Message-ID: <CAC8pb096of7ddN1YepfnKCpbNtUv1Au5EHq7=b5z9bL4f83Y_w@mail.gmail.com> (raw)

My old Sony Vaio hangs on resume, either from suspend or from
hibernation, when running the latest 6.0-rc kernels. All is fine with
all the previous releases, 5.19.x included.

I bisected to:

commit 88f1669019bd62b3009a3cebf772fbaaa21b9f38
Author: Bart Van Assche <bvanassche@acm.org>
Date:   Thu Jun 30 12:57:03 2022 -0700

    scsi: sd: Rework asynchronous resume support

This commit reverts cleanly even with yesterday's git tree and the
resulting kernel works as expected.

Bisection log:

git bisect start
# status: waiting for both good and bad commits
# good: [3d7cb6b04c3f3115719235cc6866b10326de34cd] Linux 5.19
git bisect good 3d7cb6b04c3f3115719235cc6866b10326de34cd
# status: waiting for bad commit, 1 good commit known
# bad: [568035b01cfb107af8d2e4bd2fb9aea22cf5b868] Linux 6.0-rc1
git bisect bad 568035b01cfb107af8d2e4bd2fb9aea22cf5b868
# good: [b44f2fd87919b5ae6e1756d4c7ba2cbba22238e1] Merge tag
'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
git bisect good b44f2fd87919b5ae6e1756d4c7ba2cbba22238e1
# bad: [6614a3c3164a5df2b54abb0b3559f51041cf705b] Merge tag
'mm-stable-2022-08-03' of
git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
git bisect bad 6614a3c3164a5df2b54abb0b3559f51041cf705b
# good: [c040862bfbd9c5f3cb64e1df1c623e20e38fe656] Merge tag
'xtensa-20220804' of https://github.com/jcmvbkbc/linux-xtensa
git bisect good c040862bfbd9c5f3cb64e1df1c623e20e38fe656
# bad: [746fc76b820dce8cbb17a1e5e70a1558db4d7406] Merge tag
'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
git bisect bad 746fc76b820dce8cbb17a1e5e70a1558db4d7406
# good: [36001a2fa6cc63d58664a2a99b90a864f9eb587a] Merge tag
'clk-for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
git bisect good 36001a2fa6cc63d58664a2a99b90a864f9eb587a
# good: [eff0cb3d91c06acbb957be1134a07afa2c4978e3] Merge tag
'pci-v5.20-changes' of
git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
git bisect good eff0cb3d91c06acbb957be1134a07afa2c4978e3
# bad: [4ecc9b0271a7623deabcbe8fcb39f065701d8f74] scsi: lpfc: Fix
uninitialized cqe field in lpfc_nvme_cancel_iocb()
git bisect bad 4ecc9b0271a7623deabcbe8fcb39f065701d8f74
# good: [bc602ae977f3e6d47cd4c9c7aebc431019206712] scsi: ufs:
ufs-mediatek: Support flexible parameters for SMC calls
git bisect good bc602ae977f3e6d47cd4c9c7aebc431019206712
# good: [cc06af0bbc21bcee40d57e3ee569d3a09741dafd] scsi: trace: Print
driver_tag and scheduler_tag in SCSI trace
git bisect good cc06af0bbc21bcee40d57e3ee569d3a09741dafd
# good: [bcec04b3cce4c498ef0d416a3a2aaf0369578151] scsi: ufs:
ufs-qcom: Remove unneeded code
git bisect good bcec04b3cce4c498ef0d416a3a2aaf0369578151
# good: [34bd1dcacf0dd86ab8c35f703bc237723fee354c] scsi: target:
Detect UNMAP support post configuration
git bisect good 34bd1dcacf0dd86ab8c35f703bc237723fee354c
# good: [158da6bcae7a66e631bbec458f35ea3bd0ac5d71] scsi: gvp11:
Convert m68k WD33C93 drivers to DMA API
git bisect good 158da6bcae7a66e631bbec458f35ea3bd0ac5d71
# good: [90552cd2d1f962478f1bb426c686540cbd145bec] scsi: core: Move
the definition of SCSI_QUEUE_DELAY
git bisect good 90552cd2d1f962478f1bb426c686540cbd145bec
# bad: [11e50ed239b5b7f383874dd737283ae93f62ece3] Merge branch
'5.19/scsi-fixes' into 5.20/scsi-staging
git bisect bad 11e50ed239b5b7f383874dd737283ae93f62ece3
# bad: [88f1669019bd62b3009a3cebf772fbaaa21b9f38] scsi: sd: Rework
asynchronous resume support
git bisect bad 88f1669019bd62b3009a3cebf772fbaaa21b9f38
# first bad commit: [88f1669019bd62b3009a3cebf772fbaaa21b9f38] scsi:
sd: Rework asynchronous resume support

Please let me know if you need more details and CC: me as I'm not
subscribed to linux-kernel.

Fabio Comolli

             reply	other threads:[~2022-08-26  7:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-26  7:28 Fabio Comolli [this message]
     [not found] <CAC8pb093n-OYJf8kpwyV7eDrCJZ+10oY=NeqbtPBDaTzAxGRjw@mail.gmail.com>
2022-08-26 13:37 ` [BISECTED][REGRESSION] Kernel 6.0-rcX hangs on resume on Sony Vaio VPCM13M1E Bart Van Assche
2022-08-26 17:33   ` Linus Torvalds
2022-08-27 12:17     ` Fabio Comolli

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='CAC8pb096of7ddN1YepfnKCpbNtUv1Au5EHq7=b5z9bL4f83Y_w@mail.gmail.com' \
    --to=fabio.comolli@gmail.com \
    --cc=linux-kernel@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).