From: Jakub Kicinski Date: Fri, 22 Apr 2022 22:59:08 +0000 (-0700) Subject: Merge branch 'wireguard-patches-for-5-18-rc4' X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=f675ed06390b3a4221384fb19a28407fe3e54160;p=people%2Fjgross%2Flinux.git 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 --- f675ed06390b3a4221384fb19a28407fe3e54160