[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <163790340963.15462.7702014656238817068.git-patchwork-notify@kernel.org>
Date: Fri, 26 Nov 2021 05:10:09 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Xin Long <lucien.xin@...il.com>
Cc: netdev@...r.kernel.org, tipc-discussion@...ts.sourceforge.net,
jmaloy@...hat.com, ying.xue@...driver.com,
tuong.t.lien@...tech.com.au, davem@...emloft.net, kuba@...nel.org
Subject: Re: [PATCH net-next] tipc: delete the unlikely branch in
tipc_aead_encrypt
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 24 Nov 2021 12:11:12 -0500 you wrote:
> When a skb comes to tipc_aead_encrypt(), it's always linear. The
> unlikely check 'skb_cloned(skb) && tailen <= skb_tailroom(skb)'
> can completely be taken care of in skb_cow_data() by the code
> in branch "if (!skb_has_frag_list())".
>
> Also, remove the 'TODO:' annotation, as the pages in skbs are not
> writable, see more on commit 3cf4375a0904 ("tipc: do not write
> skb_shinfo frags when doing decrytion").
>
> [...]
Here is the summary with links:
- [net-next] tipc: delete the unlikely branch in tipc_aead_encrypt
https://git.kernel.org/netdev/net-next/c/0c51dffcc8a2
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists