]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'wireguard-fixes-for-5-12-rc1'
authorJakub Kicinski <kuba@kernel.org>
Tue, 23 Feb 2021 23:54:08 +0000 (15:54 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 23 Feb 2021 23:59:35 +0000 (15:59 -0800)
commitbe67f246e9d147c0804308a1eae7b757e68fdef9
tree436af1763deeea32520f4bbd254ae001f2ec8719
parent637ef1e9cf36e9f19dbb9f17c1b3b172a8c4f9bb
parentd880df7075254a6a5d247d79e7835aaa618717fa
Merge branch 'wireguard-fixes-for-5-12-rc1'

Jason Donenfeld says:

====================
wireguard fixes for 5.12-rc1

This series has a collection of fixes that have piled up for a little
while now, that I unfortunately didn't get a chance to send out earlier.

1) Removes unlikely() from IS_ERR(), since it's already implied.

2) Remove a bogus sparse annotation that hasn't been needed for years.

3) Addition test in the test suite for stressing parallel ndo_start_xmit.

4) Slight struct reordering in preparation for subsequent fix.

5) If skb->protocol is bogus, we no longer attempt to send icmp messages.

6) Massive memory usage fix, hit by larger deployments.

7) Fix typo in kconfig dependency logic.

(1) and (2) are tiny cleanups, and (3) is just a test, so if you're
trying to reduce churn, you could not backport these. But (4), (5), (6),
and (7) fix problems and should be applied to stable. IMO, it's probably
easiest to just apply them all to stable.
====================

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