Re: 4.6-rc*: Kernel unaligned access at pci_bus_read_config_dword+0x64/0x80

From: David Miller
Date: Sun Jun 19 2016 - 00:04:28 EST


From: Anatoly Pugachev <matorola@xxxxxxxxx>
Date: Thu, 16 Jun 2016 13:02:07 +0300

> bisected to git commit 63e3027

That's a merge commit that adds 100 different commits, and this happened
way back in March.

Please find the exact dword access in:

drivers/pci/pcie/portdrv_{core,pci,bus}.c

that triggers this unaligned access so we can debug this further.

Thanks.