From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bh-25.webhostbox.net ([208.91.199.152]:57297 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750799AbbIWSkD (ORCPT ); Wed, 23 Sep 2015 14:40:03 -0400 To: stable , Greg Kroah-Hartman From: Guenter Roeck Subject: Build failures in 4.2-stable-queue Cc: Daniel Axtens Message-ID: <5602F1FE.5070906@roeck-us.net> Date: Wed, 23 Sep 2015 11:39:58 -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: 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