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 4AF0EC77B75 for ; Fri, 12 May 2023 09:10:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240419AbjELJKa (ORCPT ); Fri, 12 May 2023 05:10:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45732 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240307AbjELJKX (ORCPT ); Fri, 12 May 2023 05:10:23 -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 E9F38D04D; Fri, 12 May 2023 02:10:22 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 7DFE56541A; Fri, 12 May 2023 09:10:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id DEF56C433AC; Fri, 12 May 2023 09:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683882621; bh=XHnFAQ7ze9vEUkTeEUYx83aW+SNA9fUq3BXEuhSG/Ww=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=O7TRXXvl2KZxMoMZvkG/xx+RQYolf1u3/uP5wLVF8thJpu6H+isMNkhcZoXl3/3RB bonmyJSB8SxIxT2pnBTMQrtmo1/4YDNcnJ1OisZiv8uNEO+F2wO5kXinQEoAFwcG2F zBW70+9LzViWrahjGtBFGAjVFxACRp1HIgiRRdsCd2ZjCUYIeWWHdinOK+b0V5W01L fbusXOb8PQFxxymNW9b+zWa+MDNEz89ELIlAr35xeSM8ZzTx9I4Q3RGwDHibks1t2R gmbZmXCX1YfMbNqjjrh98sib8pAp/fcnIn21Hty8UrY1IZrH5llaNLqywX8wcw2nzm tRkJqofI0G1Ow== 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 CBF1BE26D20; Fri, 12 May 2023 09:10:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v3] sctp: add bpf_bypass_getsockopt proto callback From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168388262182.3920.17093137867529020681.git-patchwork-notify@kernel.org> Date: Fri, 12 May 2023 09:10:21 +0000 References: <20230511132506.379102-1-aleksandr.mikhalitsyn@canonical.com> In-Reply-To: <20230511132506.379102-1-aleksandr.mikhalitsyn@canonical.com> To: Alexander Mikhalitsyn Cc: nhorman@tuxdriver.com, davem@davemloft.net, daniel@iogearbox.net, brauner@kernel.org, sdf@google.com, marcelo.leitner@gmail.com, lucien.xin@gmail.com, linux-sctp@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by David S. Miller : On Thu, 11 May 2023 15:25:06 +0200 you wrote: > Implement ->bpf_bypass_getsockopt proto callback and filter out > SCTP_SOCKOPT_PEELOFF, SCTP_SOCKOPT_PEELOFF_FLAGS and SCTP_SOCKOPT_CONNECTX3 > socket options from running eBPF hook on them. > > SCTP_SOCKOPT_PEELOFF and SCTP_SOCKOPT_PEELOFF_FLAGS options do fd_install(), > and if BPF_CGROUP_RUN_PROG_GETSOCKOPT hook returns an error after success of > the original handler sctp_getsockopt(...), userspace will receive an error > from getsockopt syscall and will be not aware that fd was successfully > installed into a fdtable. > > [...] Here is the summary with links: - [net-next,v3] sctp: add bpf_bypass_getsockopt proto callback https://git.kernel.org/netdev/net-next/c/2598619e012c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html