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