linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [REGRESSION][BISECTED] 5.15-rc1: Broken AHCI on NVIDIA ION (MCP79)
@ 2021-10-06  8:50 Rui Salvaterra
  2021-10-06 11:00 ` Marc Zyngier
                   ` (2 more replies)
  0 siblings, 3 replies; 25+ messages in thread
From: Rui Salvaterra @ 2021-10-06  8:50 UTC (permalink / raw)
  To: tglx; +Cc: maz, linux-pci, linux-kernel

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

^ permalink raw reply	[flat|nested] 25+ messages in thread
[parent not found: <1374495046.4164334.1635737050153@localhost>]

end of thread, other threads:[~2021-11-01 11:37 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06  8:50 [REGRESSION][BISECTED] 5.15-rc1: Broken AHCI on NVIDIA ION (MCP79) Rui Salvaterra
2021-10-06 11:00 ` 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
     [not found] <1374495046.4164334.1635737050153@localhost>
2021-11-01 11:06 ` Rui Salvaterra

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).