]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'wireguard-patches-for-5-18-rc4'
authorJakub Kicinski <kuba@kernel.org>
Fri, 22 Apr 2022 22:59:08 +0000 (15:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Apr 2022 22:59:08 +0000 (15:59 -0700)
commit58fae795f341d9741e315852bd3b6b4273929b61
tree1dd668efc235b52c3370092bda7b2e08132dedb0
parent73ce66d29ac87dab61fe89d2fbd617339938e198
parent8ddc262418d5d345f367e7b9a8752118ee93b718
Merge branch 'wireguard-patches-for-5-18-rc4'

Jason A. Donenfeld says:

====================
wireguard patches for 5.18-rc4

Here are two small wireguard fixes for 5.18-rc4:

1) We enable ACPI in the QEMU test harness, so that multiple CPUs are
   actually used on x86 for testing for races.

2) Sending skbs with metadata dsts attached resulted in a null pointer
   dereference, triggerable from executing eBPF programs. The fix is a
   oneliner, changing a skb_dst() null check into a skb_valid_dst()
   boolean check.
====================

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