Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9B4FC61DA4 for ; Fri, 3 Feb 2023 16:51:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233501AbjBCQvI (ORCPT ); Fri, 3 Feb 2023 11:51:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233473AbjBCQvG (ORCPT ); Fri, 3 Feb 2023 11:51:06 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4268B1F4B0; Fri, 3 Feb 2023 08:50:56 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DF082B82B5F; Fri, 3 Feb 2023 16:50:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AC8FAC433EF; Fri, 3 Feb 2023 16:50:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1675443053; bh=SjoJfbszA6IwZ5mm7oiipmZnw/+CGJcvKpjmC2dOlic=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SGkZmf4R+On2arKkwi/u6ADnvk6W4Ed9hNYVJnL9OhIDjECJbRnww29HJyEQpPfkH RmRBwSTN6cmIhP732iH8scj/xIGTbVpcuidZXcaprlLz+yYUsUK3IZG47pfWRnl2Y0 zQP4oji+tK/UTtkxbB+Mq1pvRgHB/nIwCZlvPwH0= Date: Fri, 3 Feb 2023 17:50:49 +0100 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: Gaosheng Cui , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, Krzysztof Kozlowski Subject: Re: [PATCH 4.19 00/80] 4.19.272-rc1 review Message-ID: References: <20230203101015.263854890@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 03, 2023 at 04:34:40PM +0530, Naresh Kamboju wrote: > On Fri, 3 Feb 2023 at 15:48, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 4.19.272 release. > > There are 80 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, 05 Feb 2023 10:09:58 +0000. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > https://www.kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.19.272-rc1.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-4.19.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > Following patch caused build error on arm, > > > Gaosheng Cui > > memory: mvebu-devbus: Fix missing clk_disable_unprepare in mvebu_devbus_probe() > > drivers/memory/mvebu-devbus.c: In function 'mvebu_devbus_probe': > drivers/memory/mvebu-devbus.c:297:8: error: implicit declaration of > function 'devm_clk_get_enabled' > [-Werror=implicit-function-declaration] > 297 | clk = devm_clk_get_enabled(&pdev->dev, NULL); > | ^~~~~~~~~~~~~~~~~~~~ > drivers/memory/mvebu-devbus.c:297:6: warning: assignment to 'struct > clk *' from 'int' makes pointer from integer without a cast > [-Wint-conversion] > 297 | clk = devm_clk_get_enabled(&pdev->dev, NULL); > | ^ > cc1: some warnings being treated as errors > > Reported-by: Linux Kernel Functional Testing > > Build link, https://storage.tuxsuite.com/public/linaro/lkft/builds/2LDxPVbsGpzKKtYLew33pC6wCSc/ Ick, sorry about that, I'll go drop the offending patch now and push out a -rc2. thanks, greg k-h