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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 07492C07E9B for ; Wed, 7 Jul 2021 10:46:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E681B60FF0 for ; Wed, 7 Jul 2021 10:46:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231470AbhGGKsm (ORCPT ); Wed, 7 Jul 2021 06:48:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:33884 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231367AbhGGKsl (ORCPT ); Wed, 7 Jul 2021 06:48:41 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9183660FF0; Wed, 7 Jul 2021 10:46:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1625654761; bh=kyqxNHmJSAIYbqjxYrXBO+RKuS7kk7ir1rJEqcLJe84=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OzCkD0gL2N+7P1Lgag8ztsnjIS0GqiONGXd7PdI1+iXXY+FfcuggeMA1AiAy3if/+ AJHG8OQMX59cc09KddPEjOSz0I/qGydAHivvWzGg1rJheBvOw9ZDdaisKJAXuIZn03 m9zlbUjYAMNDefPLVV356Ee00/gzXs7wGIzScMHio7NCaDesYVqBBCKn71LVlPUyKJ iD1kFgnNn/ClukA1jpEUVcC64RNcEO4Dzsj9ZfCW8qkKNBTGh2EvVCr08RnKDxkUtC /HYZvtPkBAY91zyfS7hqCCjL6X0vW11iJVDStoHikgdJMyAIFwNdKLV8cYvXBByhrX hDKeTaoJ8SLqg== Date: Wed, 7 Jul 2021 06:46:00 -0400 From: Sasha Levin To: Florian Fainelli Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Vladimir Oltean , "David S . Miller" , netdev@vger.kernel.org Subject: Re: [PATCH AUTOSEL 5.13 159/189] net: dsa: b53: Create default VLAN entry explicitly Message-ID: References: <20210706111409.2058071-1-sashal@kernel.org> <20210706111409.2058071-159-sashal@kernel.org> <57a4d4ba-be97-3e25-0d7b-e698cb7511cf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <57a4d4ba-be97-3e25-0d7b-e698cb7511cf@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 06, 2021 at 08:07:34AM -0700, Florian Fainelli wrote: > > >On 7/6/2021 4:13 AM, Sasha Levin wrote: >>From: Florian Fainelli >> >>[ Upstream commit 64a81b24487f0d2fba0f033029eec2abc7d82cee ] >> >>In case CONFIG_VLAN_8021Q is not set, there will be no call down to the >>b53 driver to ensure that the default PVID VLAN entry will be configured >>with the appropriate untagged attribute towards the CPU port. We were >>implicitly relying on dsa_slave_vlan_rx_add_vid() to do that for us, >>instead make it explicit. >> >>Reported-by: Vladimir Oltean >>Signed-off-by: Florian Fainelli >>Reviewed-by: Vladimir Oltean >>Signed-off-by: David S. Miller >>Signed-off-by: Sasha Levin > >Please discard back porting this patch from 5.13, 5.12 and 5.10 it is >part of a larger series and does not fix known uses until 5.14. Will do, thanks! -- Thanks, Sasha