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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 545DBC433E1 for ; Sat, 20 Jun 2020 07:46:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 296D1218AC for ; Sat, 20 Jun 2020 07:46:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592639187; bh=+2b1121LTHuB4XkuPsdDS/eTubprymdeg9DR5VhyQnQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=nurfTFUjPm1FEdVBEWA6yd5ShXt/v4/vVfD0pyGEllrcMlVMipAI0gq8q4m/oVFbY ot4f7h+8qGsxuOKeps4HvRuqJrQwDJ3X8KnJ2PBxjIKbnA/d23M87B/KNo2efUR9pd mDhNOe6ts+cD3FqY/znZARU3EjxJBo8hDdzN0IJM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727779AbgFTHq0 (ORCPT ); Sat, 20 Jun 2020 03:46:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:40684 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727104AbgFTHqZ (ORCPT ); Sat, 20 Jun 2020 03:46:25 -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 BDDAF22A83; Sat, 20 Jun 2020 07:46:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592639185; bh=+2b1121LTHuB4XkuPsdDS/eTubprymdeg9DR5VhyQnQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=001RVeWlCwb+GeREnFW+J3mOta2bLzoNlml7UQ0eREbh3ZA9m25udjn6KMHf7hK3d 7cgy/f9v5p2UNwWuVSFoApx85zq61cdq8vX50JsKApwlZZ1Q2YdZlEaKQy35OPDjd5 eHIiBWf20WDBiTdUWFB6M2PP3jAtdebEhLM1tfvU= Date: Sat, 20 Jun 2020 09:46:21 +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 000/101] 4.4.228-rc1 review Message-ID: <20200620074621.GB2298609@kroah.com> References: <20200619141614.001544111@linuxfoundation.org> <20200619164055.GA258515@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200619164055.GA258515@roeck-us.net> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 19, 2020 at 09:40:55AM -0700, Guenter Roeck wrote: > On Fri, Jun 19, 2020 at 04:31:49PM +0200, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 4.4.228 release. > > There are 101 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 Sun, 21 Jun 2020 14:15:50 +0000. > > Anything received after that time might be too late. > > > > Building powerpc:defconfig ... failed > -------------- > Error log: > > drivers/macintosh/windfarm_pm112.c: In function ‘create_cpu_loop’: > drivers/macintosh/windfarm_pm112.c:148:2: error: implicit declaration of function ‘kfree’ > > Affects v4.4.y.queue and v4.9.y.queue. Thanks, I've fixed this up by adding an #include to the top of that driver for those trees. greg k-h