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 E1CE5C433EF for ; Tue, 15 Feb 2022 14:40:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238785AbiBOOke (ORCPT ); Tue, 15 Feb 2022 09:40:34 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:48842 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238782AbiBOOk2 (ORCPT ); Tue, 15 Feb 2022 09:40:28 -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 7E8EA1029D8 for ; Tue, 15 Feb 2022 06:40:15 -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 07AC9B81A6D for ; Tue, 15 Feb 2022 14:40:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A490AC34101; Tue, 15 Feb 2022 14:40:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644936011; bh=djUWGLD9tehh0R9Cj4xhYLthMRL4aTMDdfjShSZ3VGI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=BTIOIhxDIccMgKp9F8Ry+9iyu1FKGUyCR8/pnFkOgglW1Ph79rXNfzC+A2syu9ewF AMBSbXlHc3NC7MAQPDxD0rCJXBxCaPklLCqzuuemNHjhn0IsqduSh306dlIWc6649K dnJ8MChiB9gorFpeiQWPXmVUxBF34PvjvLejKLLVJ0gOSjG1eQJE0RK3x8HwVsJQoo PnuZ7NHDij+T1YDuSYpBFi2BXSuMp93v7u9D26rPhoVxNn0zD4fl2ZhYsLfzYNP+Pm bBwUIsWK+Ogi1Fm0ciPwkSXve2jgtyUcHHu6VMksdylAC4UJMKSwyD0q40ax6P+Dsh YXxYiuMKo+aWQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 92332E5D07D; Tue, 15 Feb 2022 14:40:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] net: bridge: vlan: check for errors from __vlan_del in __vlan_flush From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164493601159.31968.14296697396749186330.git-patchwork-notify@kernel.org> Date: Tue, 15 Feb 2022 14:40:11 +0000 References: <20220214233646.1592855-1-vladimir.oltean@nxp.com> In-Reply-To: <20220214233646.1592855-1-vladimir.oltean@nxp.com> To: Vladimir Oltean Cc: netdev@vger.kernel.org, roopa@nvidia.com, nikolay@nvidia.com, davem@davemloft.net, kuba@kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Tue, 15 Feb 2022 01:36:46 +0200 you wrote: > If the following call path returns an error from switchdev: > > nbp_vlan_flush > -> __vlan_del > -> __vlan_vid_del > -> br_switchdev_port_vlan_del > -> __vlan_group_free > -> WARN_ON(!list_empty(&vg->vlan_list)); > > [...] Here is the summary with links: - [net-next] net: bridge: vlan: check for errors from __vlan_del in __vlan_flush https://git.kernel.org/netdev/net-next/c/5454f5c28eca You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html