From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp1040.oracle.com ([141.146.126.69]:16978 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752344AbcDOC65 (ORCPT ); Thu, 14 Apr 2016 22:58:57 -0400 Subject: Re: Build failures in v3.18-stable-queue (x86, s390) To: Guenter Roeck , stable References: <570F9EC5.5050502@roeck-us.net> Cc: Sebastian Ott , Matt Fleming From: Sasha Levin Message-ID: <571058C0.7090502@oracle.com> Date: Thu, 14 Apr 2016 22:58:08 -0400 MIME-Version: 1.0 In-Reply-To: <570F9EC5.5050502@roeck-us.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 04/14/2016 09:44 AM, Guenter Roeck wrote: > i386, x86_64 (all builds): > > make[3]: *** No rule to make target 'arch/x86/kernel/cpu/perf_event_intel_cqm.o', needed by 'arch/x86/kernel/cpu/built-in.o'. > > Bisected to commit "perf/x86/intel: Fix Makefile to actually build the cqm driver". > > 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". > > Copying the original authors for feedback. Fixed both and re-pushed. Thanks all!