From patchwork Tue Dec 13 22:52:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Jason A. Donenfeld" X-Patchwork-Id: 13072521 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 731BDC4332F for ; Tue, 13 Dec 2022 22:52:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236335AbiLMWwZ (ORCPT ); Tue, 13 Dec 2022 17:52:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229543AbiLMWwY (ORCPT ); Tue, 13 Dec 2022 17:52:24 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50A801C129 for ; Tue, 13 Dec 2022 14:52:23 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E53DD61767 for ; Tue, 13 Dec 2022 22:52:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C6CBC433D2; Tue, 13 Dec 2022 22:52:21 +0000 (UTC) Authentication-Results: smtp.kernel.org; dkim=pass (1024-bit key) header.d=zx2c4.com header.i=@zx2c4.com header.b="Ast5lEL4" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=zx2c4.com; s=20210105; t=1670971939; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=UnkeF6MoUcMHt9VnSs6bBdWQSmzmTOY5u4eR1/3XUcg=; b=Ast5lEL4abjQeXMEhoSdWoLZdWTRhlIWUjKoBvKgJxVwbF0fHpH4tJnI4LhEQLSS825oZj UqGX/0Z7rFdFNIdj6+J6xyaxQaWGMslY9D4dReGWh7dGCmyNAHRBqCkU7TZre36uGF6PxG jBf1ibECrzjES0yd7Q/n8VlOaDp9Pw8= Received: by mail.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id a537dc14 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 13 Dec 2022 22:52:18 +0000 (UTC) From: "Jason A. Donenfeld" To: kuba@kernel.org, pablo@netfilter.org, davem@davemloft.net, netdev@vger.kernel.org Cc: "Jason A. Donenfeld" Subject: [PATCH net 0/1] wireguard patches for 6.2-rc1 Date: Tue, 13 Dec 2022 15:52:07 -0700 Message-Id: <20221213225208.3343692-1-Jason@zx2c4.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: kuba@kernel.org 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(-)