Merge branch 'wireguard-fixes-for-6-5-rc6'
authorJakub Kicinski <kuba@kernel.org>
Mon, 7 Aug 2023 19:26:58 +0000 (12:26 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 7 Aug 2023 19:26:58 +0000 (12:26 -0700)
commitfa41884c1c6deb6774135390e5813a97184903e0
tree17de80f5154d00df30c927cafd718ae5b3754179
parent01f4fd27087078c90a0e22860d1dfa2cd0510791
parent46622219aae2b67813fe31a7b8cb7da5baff5c8a
Merge branch 'wireguard-fixes-for-6-5-rc6'

Jason A. Donenfeld says:

====================
wireguard fixes for 6.5-rc6

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.
====================

Link: https://lore.kernel.org/r/20230807132146.2191597-1-Jason@zx2c4.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>