diff mbox series

wireguard: selftests: Cleanup CONFIG_ENABLE_WARN_DEPRECATED

Message ID 20200130192853.3528-1-krzk@kernel.org
State Awaiting Upstream
Delegated to: David Miller
Headers show
Series wireguard: selftests: Cleanup CONFIG_ENABLE_WARN_DEPRECATED | expand

Commit Message

Krzysztof Kozlowski Jan. 30, 2020, 7:28 p.m. UTC
CONFIG_ENABLE_WARN_DEPRECATED is gone since
commit 771c035372a0 ("deprecate the '__deprecated' attribute warnings
entirely and for good").

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 tools/testing/selftests/wireguard/qemu/debug.config | 1 -
 1 file changed, 1 deletion(-)

Comments

Jason A. Donenfeld Jan. 30, 2020, 8:17 p.m. UTC | #1
On Thu, Jan 30, 2020 at 8:29 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> CONFIG_ENABLE_WARN_DEPRECATED is gone since
> commit 771c035372a0 ("deprecate the '__deprecated' attribute warnings
> entirely and for good").

Some nice wisdom tucked away in the message of the commit you reference.

Thanks for the patch. Queued up in wireguard-linux.git:
https://git.zx2c4.com/wireguard-linux/commit/?id=e7989992d4908df74402836300b83bacb26cd349

Jason
diff mbox series

Patch

diff --git a/tools/testing/selftests/wireguard/qemu/debug.config b/tools/testing/selftests/wireguard/qemu/debug.config
index b9c72706fe4d..5909e7ef2a5c 100644
--- a/tools/testing/selftests/wireguard/qemu/debug.config
+++ b/tools/testing/selftests/wireguard/qemu/debug.config
@@ -1,5 +1,4 @@ 
 CONFIG_LOCALVERSION="-debug"
-CONFIG_ENABLE_WARN_DEPRECATED=y
 CONFIG_ENABLE_MUST_CHECK=y
 CONFIG_FRAME_POINTER=y
 CONFIG_STACK_VALIDATION=y