mbox series

[net,0/1] wireguard patches for 6.2-rc1

Message ID 20221213225208.3343692-1-Jason@zx2c4.com (mailing list archive)
Headers show
Series wireguard patches for 6.2-rc1 | expand

Message

Jason A. Donenfeld Dec. 13, 2022, 10:52 p.m. UTC
Hi Jakub & Folks,

This tiny pull just has a single patch to ready wireguard for gcc 13,
casting some arguments to pr_debug to an (int) explicitly, because gcc
13 changes the type of enums.

Since this is just a fix, I've marked it as 'net', but if you prefer to
do it via 'net-next', that's fine too.

Jason

Jiri Slaby (SUSE) (1):
  wireguard: timers: cast enum limits members to int in prints

 drivers/net/wireguard/timers.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)