On Wed, Jun 12, 2013 at 01:29:15PM -0700, Guenter Roeck wrote:On Tue, Jun 11, 2013 at 01:02:26PM -0700, Greg Kroah-Hartman wrote:s/7b58b0edaa2/f1dd153121/This is the start of the stable review cycle for the 3.9.6 release.powerpc defconfig and as well as various other powerpc builds fail with:
There are 79 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let me know.
Responses should be made by Thu Jun 13 19:50:17 UTC 2013.
Anything received after that time might be too late.
The whole patch series can be found in one patch at:
kernel.org/pub/linux/kernel/v3.0/stable-review/patch-3.9.6-rc1.gz
and the diffstat can be found below.
arch/powerpc/platforms/pseries/msi.c: In function 'rtas_hack_32bit_msi_gen2':
arch/powerpc/platforms/pseries/msi.c:408:34: error: 'struct pci_dev' has no member named 'msi_cap'
arch/powerpc/platforms/pseries/msi.c:410:35: error: 'struct pci_dev' has no member named 'msi_cap'
arch/powerpc/platforms/pseries/msi.c:411:35: error: 'struct pci_dev' has no member named 'msi_cap'
Introduced by commit 7b58b0edaa2 (powerpc/pseries: Make 32-bit MSI quirk work
on systems lacking firmware support).
7b58b0edaa2 is from my git branch and won't help much.
Guenter