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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F892C83F19 for ; Wed, 30 Aug 2023 18:38:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238648AbjH3Si2 (ORCPT ); Wed, 30 Aug 2023 14:38:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54742 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244113AbjH3Mey (ORCPT ); Wed, 30 Aug 2023 08:34:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0AA4E8; Wed, 30 Aug 2023 05:34:51 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5FE8461981; Wed, 30 Aug 2023 12:34:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43356C433C7; Wed, 30 Aug 2023 12:34:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693398890; bh=8d8qwnFWVQY1RLSMwJC/I3j8wq+i0JvgFrwUBuG2jE8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U7JY2OrFRfxYcCvGyk4JNgby3X0AZm8FT4Wn6ElOkfb3hpqRp1cLV/aM3hh7o1y9o dsmKPr+6uks3ABosnRdZXuO6JS1MY64/tvTkwlGfxCQNCs4Olgc0LjyMyoUfSJqDdW 3g96B4aYOE2vBFO5OeL824h2qqJb1l1WgEBZVofE= Date: Wed, 30 Aug 2023 14:34:48 +0200 From: Greg Kroah-Hartman To: Naresh Kamboju Cc: Tony Lindgren , 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, conor@kernel.org, Arnd Bergmann , Anders Roxell Subject: Re: [PATCH 4.19 000/129] 4.19.293-rc1 review Message-ID: <2023083040-marital-mustiness-2891@gregkh> References: <20230828101153.030066927@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 28, 2023 at 06:15:30PM +0530, Naresh Kamboju wrote: > On Mon, 28 Aug 2023 at 15:54, Greg Kroah-Hartman > wrote: > > > > This is the start of the stable review cycle for the 4.19.293 release. > > There are 129 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 Wed, 30 Aug 2023 10:11:30 +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.293-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 > > Results from Linaro’s test farm. > Regressions on arm. > > stable-rc linux-4.19.y arm gcc-12 builds fails with > following warnings / errors. > > Build errors: > -------------- > drivers/bus/ti-sysc.c: In function 'sysc_reset': > drivers/bus/ti-sysc.c:982:15: error: implicit declaration of function > 'sysc_read_sysconfig' [-Werror=implicit-function-declaration] > 982 | val = sysc_read_sysconfig(ddata); > | ^~~~~~~~~~~~~~~~~~~ > cc1: some warnings being treated as errors > > Reported-by: Linux Kernel Functional Testing > > > > Tony Lindgren > > bus: ti-sysc: Flush posted write on enable before reset > > bus: ti-sysc: Flush posted write on enable before reset > commit 34539b442b3bc7d5bf10164750302b60b91f18a7 upstream. > > The above commit is causing this build warnings / errors. Now dropped, thanks. greg k-h