From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 45856C47404 for ; Mon, 7 Oct 2019 14:50:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0D1102173B for ; Mon, 7 Oct 2019 14:50:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570459802; bh=r4K7HAwLnCeGJFkWlb4lenJOAqclCLAOXkLixnCX080=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Nv2A+9pyOC+ujpFg27bST5yf8eH/fhVqWixk9GJKNiLAElJZzI1sYGOXA12UmGGiv X+TZnnGBk8IcjiEPBd2jObqkjHdMnfaytfnfPP9YXKCxKgpi4RTcoIkc2IXMttDzlA lM9WRH2j9kn9asmwOWOFrQNkUregnbRpRRjsH1h4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728888AbfJGOuA (ORCPT ); Mon, 7 Oct 2019 10:50:00 -0400 Received: from mail.kernel.org ([198.145.29.99]:56756 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728827AbfJGOtz (ORCPT ); Mon, 7 Oct 2019 10:49:55 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 795EB21721; Mon, 7 Oct 2019 14:49:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1570459794; bh=r4K7HAwLnCeGJFkWlb4lenJOAqclCLAOXkLixnCX080=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D52K+4pPEnFckx8ZJgeQB5pQg9bw/NPoVMCLRzoJC/bFTaCjswMxxBhdMP2PqRmNX MXB9/A1fV1FaZ8fb8tfslbeiQR+vEv2T9gP+0vyMEr5b7n/nBALrofKtuhOozThz28 mYWblVLt26i79NTfFjiVgatl2Jswp0V47JYfdWhI= Date: Mon, 7 Oct 2019 16:49:51 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: Re: [PATCH 4.4 00/36] 4.4.196-stable review Message-ID: <20191007144951.GB966828@kroah.com> References: <20191006171038.266461022@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 07, 2019 at 05:53:55AM -0700, Guenter Roeck wrote: > On 10/6/19 10:18 AM, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.196 release. > > There are 36 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > > > Responses should be made by Tue 08 Oct 2019 05:07:10 PM UTC. > > Anything received after that time might be too late. > > > > powerpc:defconfig fails to build. > > arch/powerpc/kernel/eeh_driver.c: In function ‘eeh_handle_normal_event’: > arch/powerpc/kernel/eeh_driver.c:678:2: error: implicit declaration of function ‘eeh_for_each_pe’; did you mean ‘bus_for_each_dev’? > > It has a point: > > ... HEAD is now at 13cac61d31df Linux 4.4.196-rc1 > $ git grep eeh_for_each_pe > arch/powerpc/kernel/eeh_driver.c: eeh_for_each_pe(pe, tmp_pe) > arch/powerpc/kernel/eeh_driver.c: eeh_for_each_pe(pe, tmp_pe) > > Caused by commit 3fb431be8de3a ("powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flag"). > Full report will follow later. Thanks for letting me know, I've dropped this from the queue now and pushed out a -rc2 with that removed. Sasha, I thought your builder would have caught stuff like this? thanks, greg k-h