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. Regards, 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