mbox series

[net,0/1] wireguard fixes for 6.5-rc6

Message ID 20230807132146.2191597-1-Jason@zx2c4.com (mailing list archive)
Headers show
Series wireguard fixes for 6.5-rc6 | expand

Message

Jason A. Donenfeld Aug. 7, 2023, 1:21 p.m. UTC
Hi Davkub,

Just one patch this time, somewhat late in the cycle:

1) Fix an off-by-one calculation for the maximum node depth size in the
   allowedips trie data structure, and also adjust the self-tests to hit
   this case so it doesn't regress again in the future.

This is marked for stable@ and has a fixes tag as well.

Thanks,
Jason

Jason A. Donenfeld (1):
  wireguard: allowedips: expand maximum node depth

 drivers/net/wireguard/allowedips.c          |  8 ++++----
 drivers/net/wireguard/selftest/allowedips.c | 16 ++++++++++------
 2 files changed, 14 insertions(+), 10 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 7, 2023, 7:30 p.m. UTC | #1
Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  7 Aug 2023 15:21:26 +0200 you wrote:
> Hi Davkub,
> 
> Just one patch this time, somewhat late in the cycle:
> 
> 1) Fix an off-by-one calculation for the maximum node depth size in the
>    allowedips trie data structure, and also adjust the self-tests to hit
>    this case so it doesn't regress again in the future.
> 
> [...]

Here is the summary with links:
  - [net,1/1] wireguard: allowedips: expand maximum node depth
    https://git.kernel.org/netdev/net/c/46622219aae2

You are awesome, thank you!