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=-12.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 0F394C433EF for ; Tue, 21 Sep 2021 06:37:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E619A61157 for ; Tue, 21 Sep 2021 06:37:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229849AbhIUGix (ORCPT ); Tue, 21 Sep 2021 02:38:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:41678 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229624AbhIUGiv (ORCPT ); Tue, 21 Sep 2021 02:38:51 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5632660E73; Tue, 21 Sep 2021 06:37:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632206243; bh=KxaiReibRDCeRpXb4s8U69auTzdHe+HPYnNirpmbXSI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EVIgb1xvY7clTQ9grCh7lq89fE5+D7N0SyHIWZV5HHwn4IvDN/XqytGn3bcD5ftuU kSpaORMb6OJDlossgaqhNhB5rjZZrCF+VBUP0lECqRlEkNy77S6Y+ZbA7jJ0wuWHOw 4Bw6uIXtbL77l2ALQr+JynlyQ5sYZ/YEVWNMDIpo= Date: Tue, 21 Sep 2021 08:37:21 +0200 From: Greg Kroah-Hartman To: Florian Fainelli Cc: linux-kernel@vger.kernel.org, =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , 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, stable@vger.kernel.org Subject: Re: [PATCH 5.14 000/168] 5.14.7-rc1 review Message-ID: References: <20210920163921.633181900@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: linux-kernel@vger.kernel.org On Mon, Sep 20, 2021 at 11:54:04AM -0700, Florian Fainelli wrote: > On 9/20/21 9:42 AM, Greg Kroah-Hartman wrote: > > > > Rafał Miłecki > > net: dsa: b53: Set correct number of ports in the DSA struct > > (same comment as for 5.10) > > This patch will cause an out of bounds access on two platforms that use > the b53 driver, you would need to wait for this commit: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=02319bf15acf54004216e40ac9c171437f24be24 > > to land in Linus' tree and then you can also take Rafal's b53 change. > This is applicable to both the 5.14 and 5.10 trees and any tree where > this change would be back ported to in between. Now queued up, thanks. greg k-h