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 5E4F3C433EF for ; Tue, 12 Apr 2022 17:50:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233558AbiDLRww (ORCPT ); Tue, 12 Apr 2022 13:52:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52916 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1358591AbiDLRwd (ORCPT ); Tue, 12 Apr 2022 13:52:33 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEA6347570; Tue, 12 Apr 2022 10:50:14 -0700 (PDT) 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 70774B81FAB; Tue, 12 Apr 2022 17:50:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 073CFC385A8; Tue, 12 Apr 2022 17:50:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649785812; bh=R5GNybcC+QKP0Sr/SA2CJ/Dn1KBdDCfEP2k5ffl65w0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=ZDA3YybuZ4gX/PF5DRvK5wsk4D71mnEeN0wlWu3FgT97aTuBTt3i1/ZhF2OZzCgyG rMDI+ycVG/dpEBXOv64vaqpOEGowZAMZlDMYIWlkgNJ9pI9eJpupLDUyrAijRk6Glf 8PXv2XCc9/IXHJi67CS7D8l60Q1l9YuX9sWefuRbYeYa8pmc4kthZhcP6BljjeGTGx ShFUfHjycTKxvRp4MjnAwZPGo9hkuZM4fp+GjTE8CxvXtQReov7/uzk+d+AStMolB8 GDMaI05LiW4GetPlilbfiK3Yd+WMUyGW+dRu+HhJ01BLJ+uJwH3SgmEqT1YxhpE8wy cG0LvpVU4MF+w== 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 D92B4E6D402; Tue, 12 Apr 2022 17:50:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 1/2] netfilter: nft_socket: make cgroup match work in input too From: patchwork-bot+netdevbpf@kernel.org Message-Id: <164978581188.6445.15587964483471417022.git-patchwork-notify@kernel.org> Date: Tue, 12 Apr 2022 17:50:11 +0000 References: <20220412094246.448055-2-pablo@netfilter.org> In-Reply-To: <20220412094246.448055-2-pablo@netfilter.org> To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net, netdev@vger.kernel.org, kuba@kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net.git (master) by Pablo Neira Ayuso : On Tue, 12 Apr 2022 11:42:45 +0200 you wrote: > From: Florian Westphal > > cgroupv2 helper function ignores the already-looked up sk > and uses skb->sk instead. > > Just pass sk from the calling function instead; this will > make cgroup matching work for udp and tcp in input even when > edemux did not set skb->sk already. > > [...] Here is the summary with links: - [net,1/2] netfilter: nft_socket: make cgroup match work in input too https://git.kernel.org/netdev/net/c/05ae2fba821c - [net,2/2] netfilter: nf_tables: nft_parse_register can return a negative value https://git.kernel.org/netdev/net/c/6c6f9f31ecd4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html