On Thu, 14 Apr 2016, Guenter Roeck wrote: > On 04/14/2016 07:03 AM, Sebastian Ott wrote: > > On Thu, 14 Apr 2016, Guenter Roeck wrote: > > > s390:allmodconfig: > > > > > > arch/s390/pci/pci.c: In function 'pci_base_init': > > > arch/s390/pci/pci.c:843:2: error: call to '__compiletime_assert_844' > > > declared > > > with attribute error: > > > BUILD_BUG_ON failed: !is_power_of_2(__alignof__(struct zpci_fmb)) || > > > __alignof__(struct zpci_fmb) < sizeof(struct zpci_fmb) > > > > > > Bisected to commit "s390/pci: enforce fmb page boundary rule". > > > > Do you have a pointer to a git tree or to the 3.18 version of that patch. > > I don't see how that BUILD_BUG_ON should be triggered since both the size > > and alignment of this structure are 64 bytes. > > > > Try git://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git, > branch stable-queue-import-3.18. git describe should report > v3.18.30-167-gfcc3f16 > for the tip of the branch (at least that is what my builder picked up). > commit 6001018ae "s390/pci: extract software counters from fmb" is missing here. Putting that one before "s390/pci: enforce fmb page boundary rule" will fix the build failure. Sebastian -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html