All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rui Salvaterra <rsalvaterra@gmail.com>
To: tglx@linutronix.de
Cc: maz@kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [REGRESSION][BISECTED] 5.15-rc1: Broken AHCI on NVIDIA ION (MCP79)
Date: Wed, 6 Oct 2021 09:50:48 +0100	[thread overview]
Message-ID: <CALjTZvbzYfBuLB+H=fj2J+9=DxjQ2Uqcy0if_PvmJ-nU-qEgkg@mail.gmail.com> (raw)

Hi, Thomas,

I'm sorry for reporting this so late in the cycle, I wasn't expecting
being the only one affected. :)
"PCI/MSI: Use new mask/unmask functions" broke boot for my ION/Atom
330 system. Dmesg shows

failed to IDENTIFY (I/O error, err_mask=0x4)

and the system drops to an initramfs shell. Let me know if you need
any additional info (DMI dump and/or .config, for example).

Git bisect log follows:

git bisect start
# good: [7d2a07b769330c34b4deabeed939325c77a7ec2f] Linux 5.14
git bisect good 7d2a07b769330c34b4deabeed939325c77a7ec2f
# bad: [6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f] Linux 5.15-rc1
git bisect bad 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
# bad: [1b4f3dfb4792f03b139edf10124fcbeb44e608e6] Merge tag
'usb-serial-5.15-rc1' of
https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into
usb-next
git bisect bad 1b4f3dfb4792f03b139edf10124fcbeb44e608e6
# good: [29ce8f9701072fc221d9c38ad952de1a9578f95c] Merge
git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
git bisect good 29ce8f9701072fc221d9c38ad952de1a9578f95c
# bad: [e7c1bbcf0c315c56cd970642214aa1df3d8cf61d] Merge tag
'hwmon-for-v5.15' of
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
git bisect bad e7c1bbcf0c315c56cd970642214aa1df3d8cf61d
# bad: [679369114e55f422dc593d0628cfde1d04ae59b3] Merge tag
'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
git bisect bad 679369114e55f422dc593d0628cfde1d04ae59b3
# good: [c7a5238ef68b98130fe36716bb3fa44502f56001] Merge tag
's390-5.15-1' of
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
git bisect good c7a5238ef68b98130fe36716bb3fa44502f56001
# good: [e5e726f7bb9f711102edea7e5bd511835640e3b4] Merge tag
'locking-core-2021-08-30' of
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
git bisect good e5e726f7bb9f711102edea7e5bd511835640e3b4
# good: [158ee7b65653d9f841823c249014c2d0dfdeeb8f] block: mark
blkdev_fsync static
git bisect good 158ee7b65653d9f841823c249014c2d0dfdeeb8f
# bad: [47fb0cfdb7a71a8a0ff8fe1d117363dc81f6ca77] Merge tag
'irqchip-5.15' of
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into
irq/core
git bisect bad 47fb0cfdb7a71a8a0ff8fe1d117363dc81f6ca77
# good: [4513fb87e1402ad815912ec7f027eb17149f44ee] Merge branch
irq/misc-5.15 into irq/irqchip-next
git bisect good 4513fb87e1402ad815912ec7f027eb17149f44ee
# bad: [88ffe2d0a55a165e55cedad1693f239d47e3e17e] genirq/cpuhotplug:
Demote debug printk to KERN_DEBUG
git bisect bad 88ffe2d0a55a165e55cedad1693f239d47e3e17e
# good: [fcacdfbef5a1633211ebfac1b669a7739f5b553e] PCI/MSI: Provide a
new set of mask and unmask functions
git bisect good fcacdfbef5a1633211ebfac1b669a7739f5b553e
# bad: [91cc470e797828d779cd4c1efbe8519bcb358bae] genirq: Change
force_irqthreads to a static key
git bisect bad 91cc470e797828d779cd4c1efbe8519bcb358bae
# bad: [428e211641ed808b55cdc7d880a0ee349eff354b] genirq/affinity:
Replace deprecated CPU-hotplug functions.
git bisect bad 428e211641ed808b55cdc7d880a0ee349eff354b
# bad: [446a98b19fd6da97a1fb148abb1766ad89c9b767] PCI/MSI: Use new
mask/unmask functions
git bisect bad 446a98b19fd6da97a1fb148abb1766ad89c9b767
# first bad commit: [446a98b19fd6da97a1fb148abb1766ad89c9b767]
PCI/MSI: Use new mask/unmask functions

Thanks in advance,
Rui

             reply	other threads:[~2021-10-06  8:51 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06  8:50 Rui Salvaterra [this message]
2021-10-06 11:00 ` [REGRESSION][BISECTED] 5.15-rc1: Broken AHCI on NVIDIA ION (MCP79) Marc Zyngier
2021-10-06 11:06   ` Rui Salvaterra
2021-10-07  8:52     ` Marc Zyngier
2021-10-07 12:03       ` Rui Salvaterra
2021-10-07 12:15         ` Marc Zyngier
2021-10-07 13:11           ` Rui Salvaterra
2021-10-07 14:42             ` Marc Zyngier
2021-10-07 14:50               ` Rui Salvaterra
2021-10-07 15:03                 ` Marc Zyngier
2021-10-07 16:13                   ` Rui Salvaterra
2021-10-06 11:44 ` Rui Salvaterra
2021-10-06 11:48   ` Rui Salvaterra
2021-10-11 18:47 ` Josef Johansson
2021-10-11 19:34   ` Josef Johansson
2021-10-12  5:37     ` Josef Johansson
2021-10-12 13:07       ` Jason Andryuk
2021-10-12 13:33         ` Josef Johansson
2021-10-12 15:17           ` Josef Johansson
2021-10-12 11:34   ` Marc Zyngier
2021-10-12 12:33     ` Josef Johansson
2021-10-31 22:51       ` Rui Salvaterra
2021-11-01 11:21         ` Marc Zyngier
2021-11-01 11:36           ` Rui Salvaterra
2021-11-11  8:57 ` [tip: irq/urgent] PCI: Add MSI masking quirk for Nvidia ION AHCI tip-bot2 for Marc Zyngier
     [not found] <1374495046.4164334.1635737050153@localhost>
2021-11-01 11:06 ` [REGRESSION][BISECTED] 5.15-rc1: Broken AHCI on NVIDIA ION (MCP79) Rui Salvaterra

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='CALjTZvbzYfBuLB+H=fj2J+9=DxjQ2Uqcy0if_PvmJ-nU-qEgkg@mail.gmail.com' \
    --to=rsalvaterra@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=tglx@linutronix.de \
    /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.