]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wireguard: selftests: use newer iproute2 for gcc-10
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 20 May 2020 04:49:27 +0000 (22:49 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Jun 2020 11:16:47 +0000 (13:16 +0200)
commitfce90e2b4c37bd8229a2e66730425df3edf29114
treecf44c181c41fda2faeb14865d74f9f565869744e
parent9ee1f45062aa4f326c17cd9af033c030dc4d918f
wireguard: selftests: use newer iproute2 for gcc-10

[ Upstream commit ee3c1aa3f34b7842c1557cfe5d8c3f7b8c692de8 ]

gcc-10 switched to defaulting to -fno-common, which broke iproute2-5.4.
This was fixed in iproute-5.6, so switch to that. Because we're after a
stable testing surface, we generally don't like to bump these
unnecessarily, but in this case, being able to actually build is a basic
necessity.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/wireguard/qemu/Makefile