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 91728EB64D9 for ; Wed, 14 Jun 2023 08:40:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243681AbjFNIk3 (ORCPT ); Wed, 14 Jun 2023 04:40:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33356 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243678AbjFNIkZ (ORCPT ); Wed, 14 Jun 2023 04:40:25 -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 7BBDD1BD4 for ; Wed, 14 Jun 2023 01:40:24 -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)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 05C4D63EF1 for ; Wed, 14 Jun 2023 08:40:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 5DF20C433C0; Wed, 14 Jun 2023 08:40:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686732023; bh=ohGafOhz/k8lrTqI3s/xf/QqRX8/sFC70GYv3S6BuX0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=J9rGV7RgGTnL12eyPFOohWllg4U+WPCeM9+Qep9SDvV1nKw71S4MmlIUJ2BczOMp2 25po0xRBldzcRhaGGl8ZK1NQhv2CZa85QCCykPsu2f2Dv6FgsDC7v9DrQJ4pavAMzL CexgBw6k7XTbFfl7kvvt0oSXW3Xlo9D1AgIK1Lph0esZPEZVYv2LKM8/V6xDKQItLI X3OCz0L5Qx0Ah79jRwcyfk6Pg/TdGrPi/yvwVyz99voCA4Q+ce07+0s3E0VKlZUcV+ OPc0UjsXeWm0AHc3xRI0z7r5p1LHTQAO71PQQnN1LzpAfpbetbC17OlJGZn2aJV4Ky OItO/F80LfUVA== 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 382A8C3274B; Wed, 14 Jun 2023 08:40:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 0/2] net/sched: Fix race conditions in mini_qdisc_pair_swap() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168673202322.7814.14751124253693940183.git-patchwork-notify@kernel.org> Date: Wed, 14 Jun 2023 08:40:23 +0000 References: In-Reply-To: To: Peilin Ye Cc: jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, peilin.ye@bytedance.com, vladbu@mellanox.com, pctammela@mojatatu.com, john.fastabend@gmail.com, daniel@iogearbox.net, hdanton@sina.com, shaozhengchao@huawei.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, cong.wang@bytedance.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Sat, 10 Jun 2023 20:29:41 -0700 you wrote: > Hi all, > > These 2 patches fix race conditions for ingress and clsact Qdiscs as > reported [1] by syzbot, split out from another [2] series (last 2 patches > of it). Per-patch changelog omitted. > > Patch 1 hasn't been touched since last version; I just included > everybody's tag. > > [...] Here is the summary with links: - [net,1/2] net/sched: Refactor qdisc_graft() for ingress and clsact Qdiscs https://git.kernel.org/netdev/net/c/2d5f6a8d7aef - [net,2/2] net/sched: qdisc_destroy() old ingress and clsact Qdiscs before grafting https://git.kernel.org/netdev/net/c/84ad0af0bccd You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html