From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f52.google.com ([209.85.220.52]:35340 "EHLO mail-pa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755101AbbIWUjT (ORCPT ); Wed, 23 Sep 2015 16:39:19 -0400 Received: by pacfv12 with SMTP id fv12so50862752pac.2 for ; Wed, 23 Sep 2015 13:39:18 -0700 (PDT) Message-ID: <1443040554.28576.0.camel@axtens.net> Subject: Re: Build failures in 4.2-stable-queue From: Daniel Axtens To: Guenter Roeck , stable , Greg Kroah-Hartman Date: Thu, 24 Sep 2015 06:35:54 +1000 In-Reply-To: <5602F1FE.5070906@roeck-us.net> References: <5602F1FE.5070906@roeck-us.net> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: Hi, It looks like you're missing 4e1efb403c1c ("cxl: Don't remove AFUs/vPHBs in cxl_reset"). The patch will be fine in stable: 4.3 added EEH, and as I said in the commit message for that patch, it is correct whether EEH is present or not. Regards, Daniel On Wed, 2015-09-23 at 11:39 -0700, Guenter Roeck wrote: > Building powerpc:defconfig ... failed > Building powerpc:allmodconfig ... failed > > drivers/misc/cxl/pci.c: In function 'cxl_reset': > drivers/misc/cxl/pci.c:857:7: error: 'i' undeclared (first use in > this function) > for (i = 0; i < adapter->slices; i++) { > ^ > > Commit 'cxl: Remove racy attempt to force EEH invocation in reset' > removes a variable > which is still in use. There may be other patches missing (?). > Copying the author. > > Guenter