From: patchwork-bot+netdevbpf@kernel.org
To: Menglong Dong <menglong8.dong@gmail.com>
Cc: dsahern@kernel.org, kuba@kernel.org, rostedt@goodmis.org,
mingo@redhat.com, davem@davemloft.net, yoshfuji@linux-ipv6.org,
pablo@netfilter.org, kadlec@netfilter.org, fw@strlen.de,
edumazet@google.com, alobakin@pm.me, ast@kernel.org,
imagedong@tencent.com, pabeni@redhat.com, keescook@chromium.org,
talalahmad@google.com, haokexin@gmail.com,
ilias.apalodimas@linaro.org, memxor@gmail.com,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
netfilter-devel@vger.kernel.org, coreteam@netfilter.org,
paulb@nvidia.com, cong.wang@bytedance.com, mengensun@tencent.com
Subject: Re: [PATCH v4 net-next 0/7] net: use kfree_skb_reason() for ip/udp packet receive
Date: Mon, 07 Feb 2022 11:40:10 +0000 [thread overview]
Message-ID: <164423401064.10014.14060566984987490532.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220205074739.543606-1-imagedong@tencent.com>
Hello:
This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:
On Sat, 5 Feb 2022 15:47:32 +0800 you wrote:
> From: Menglong Dong <imagedong@tencent.com>
>
> In this series patches, kfree_skb() is replaced with kfree_skb_reason()
> during ipv4 and udp4 packet receiving path, and following drop reasons
> are introduced:
>
> SKB_DROP_REASON_SOCKET_FILTER
> SKB_DROP_REASON_NETFILTER_DROP
> SKB_DROP_REASON_OTHERHOST
> SKB_DROP_REASON_IP_CSUM
> SKB_DROP_REASON_IP_INHDR
> SKB_DROP_REASON_IP_RPFILTER
> SKB_DROP_REASON_UNICAST_IN_L2_MULTICAST
> SKB_DROP_REASON_XFRM_POLICY
> SKB_DROP_REASON_IP_NOPROTO
> SKB_DROP_REASON_SOCKET_RCVBUFF
> SKB_DROP_REASON_PROTO_MEM
>
> [...]
Here is the summary with links:
- [v4,net-next,1/7] net: skb_drop_reason: add document for drop reasons
https://git.kernel.org/netdev/net-next/c/88590b369354
- [v4,net-next,2/7] net: netfilter: use kfree_drop_reason() for NF_DROP
https://git.kernel.org/netdev/net-next/c/2df3041ba3be
- [v4,net-next,3/7] net: ipv4: use kfree_skb_reason() in ip_rcv_core()
https://git.kernel.org/netdev/net-next/c/33cba42985c8
- [v4,net-next,4/7] net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()
https://git.kernel.org/netdev/net-next/c/c1f166d1f7ee
- [v4,net-next,5/7] net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu()
https://git.kernel.org/netdev/net-next/c/10580c479190
- [v4,net-next,6/7] net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb()
https://git.kernel.org/netdev/net-next/c/1379a92d38e3
- [v4,net-next,7/7] net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
https://git.kernel.org/netdev/net-next/c/08d4c0370c40
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2022-02-07 12:03 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-05 7:47 [PATCH v4 net-next 0/7] net: use kfree_skb_reason() for ip/udp packet receive menglong8.dong
2022-02-05 7:47 ` [PATCH v4 net-next 1/7] net: skb_drop_reason: add document for drop reasons menglong8.dong
2022-02-05 7:47 ` [PATCH v4 net-next 2/7] net: netfilter: use kfree_drop_reason() for NF_DROP menglong8.dong
2022-02-05 7:47 ` [PATCH v4 net-next 3/7] net: ipv4: use kfree_skb_reason() in ip_rcv_core() menglong8.dong
2022-02-06 19:49 ` David Ahern
2022-02-05 7:47 ` [PATCH v4 net-next 4/7] net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core() menglong8.dong
2022-02-05 7:47 ` [PATCH v4 net-next 5/7] net: ipv4: use kfree_skb_reason() in ip_protocol_deliver_rcu() menglong8.dong
2022-02-05 7:47 ` [PATCH v4 net-next 6/7] net: udp: use kfree_skb_reason() in udp_queue_rcv_one_skb() menglong8.dong
2022-02-05 7:47 ` [PATCH v4 net-next 7/7] net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb() menglong8.dong
2022-02-07 11:40 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=164423401064.10014.14060566984987490532.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alobakin@pm.me \
--cc=ast@kernel.org \
--cc=cong.wang@bytedance.com \
--cc=coreteam@netfilter.org \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=fw@strlen.de \
--cc=haokexin@gmail.com \
--cc=ilias.apalodimas@linaro.org \
--cc=imagedong@tencent.com \
--cc=kadlec@netfilter.org \
--cc=keescook@chromium.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=memxor@gmail.com \
--cc=mengensun@tencent.com \
--cc=menglong8.dong@gmail.com \
--cc=mingo@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pablo@netfilter.org \
--cc=paulb@nvidia.com \
--cc=rostedt@goodmis.org \
--cc=talalahmad@google.com \
--cc=yoshfuji@linux-ipv6.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox