[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <162525240599.2935.13711217412796494226.git-patchwork-notify@kernel.org>
Date: Fri, 02 Jul 2021 19:00:05 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Vadim Fedorenko <vfedorenko@...ek.ru>
Cc: herbert@...dor.apana.org.au, steffen.klassert@...unet.com,
dsahern@...nel.org, netdev@...r.kernel.org, kuba@...nel.org,
yoshfuji@...ux-ipv6.org, davem@...emloft.net
Subject: Re: [PATCH net v2] net: ipv6: fix return value of ip6_skb_dst_mtu
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Fri, 2 Jul 2021 02:47:00 +0300 you wrote:
> Commit 628a5c561890 ("[INET]: Add IP(V6)_PMTUDISC_RPOBE") introduced
> ip6_skb_dst_mtu with return value of signed int which is inconsistent
> with actually returned values. Also 2 users of this function actually
> assign its value to unsigned int variable and only __xfrm6_output
> assigns result of this function to signed variable but actually uses
> as unsigned in further comparisons and calls. Change this function
> to return unsigned int value.
>
> [...]
Here is the summary with links:
- [net,v2] net: ipv6: fix return value of ip6_skb_dst_mtu
https://git.kernel.org/netdev/net/c/40fc3054b458
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