From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:48836 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755456AbcDNOww (ORCPT ); Thu, 14 Apr 2016 10:52:52 -0400 Subject: Re: Build failures in v3.18-stable-queue (x86, s390) To: Sebastian Ott References: <570F9EC5.5050502@roeck-us.net> Cc: stable , Sasha Levin , Matt Fleming From: Guenter Roeck Message-ID: <570FAEC8.9040605@roeck-us.net> Date: Thu, 14 Apr 2016 07:52:56 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: 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). Thanks, Guenter