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 873C4C678D5 for ; Wed, 8 Mar 2023 14:47:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231342AbjCHOrB (ORCPT ); Wed, 8 Mar 2023 09:47:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231239AbjCHOqW (ORCPT ); Wed, 8 Mar 2023 09:46:22 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12312C66B; Wed, 8 Mar 2023 06:44:51 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 6EC2A6185C; Wed, 8 Mar 2023 14:44:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 506A6C433D2; Wed, 8 Mar 2023 14:44:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678286675; bh=x7K563D1bIPVbxvD9d60t5KyNe2ANsTBa7TdsK1Ilp4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DNPAEiW0QndoNYuOw3x1ioiPS/T4IXPPHRn2fXqkMUSPPq+srjASJOidgqQ2xznt5 yruCKQY+EkPuy7DryxJxvSbyzOrVTldp0Ptzg53glTSjffsYpxXi6B7T15W/8+fDFe GYv3pSGOS7IqnA9ciVEA2jSncLT80neJnnz77fGw= Date: Wed, 8 Mar 2023 15:44:32 +0100 From: Greg Kroah-Hartman To: Jon Hunter Cc: stable@vger.kernel.org, Thierry Reding , 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, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 6.2 0000/1000] 6.2.3-rc2 review Message-ID: References: <20230308091912.362228731@linuxfoundation.org> <6883f095-cf2b-2c45-5786-a46ba1c13dd7@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6883f095-cf2b-2c45-5786-a46ba1c13dd7@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 08, 2023 at 01:49:30PM +0000, Jon Hunter wrote: > Hi Greg, > > On 08/03/2023 09:29, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.2.3 release. > > There are 1000 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 Fri, 10 Mar 2023 09:16:12 +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/v6.x/stable-review/patch-6.2.3-rc2.gz > > or in the git tree and branch at: > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.2.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > ------------- > > Pseudo-Shortlog of commits: > > ... > > > Thierry Reding > > arm64: tegra: Bump #address-cells and #size-cells > > > The above change introduced a regression for Tegra, which Thierry has since > fixed [0]. Please can you drop this for now? Now dropped, and the patch after this in the series as well. thanks, greg k-h