From mboxrd@z Thu Jan 1 00:00:00 1970 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 27792C77B7C for ; Mon, 1 May 2023 23:45:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232101AbjEAXpf (ORCPT ); Mon, 1 May 2023 19:45:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233367AbjEAXnw (ORCPT ); Mon, 1 May 2023 19:43:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A3F3E35A8; Mon, 1 May 2023 16:43:51 -0700 (PDT) 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 402CB61B33; Mon, 1 May 2023 23:43:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 430D5C433EF; Mon, 1 May 2023 23:43:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1682984630; bh=uVp/wRjkcwWhLpqq/2ZHypUoRihlIPKOtMJIcHnkCyY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DLOqZUs/VcPH15qB28sSWRhwjPYkXzYRwyIEP6JxC/1F/ItWFdb+K4nRP5M+sXith Vix0AekKnNSrcsxXH2futpMfWWFXduENUIhg7JvpmJ66svdHJyOA18PiOUGPsXQUUy rJ+KZmPGc2aeAvlr//sCoFk3sI9wPu8pxmyswFcQ= Date: Tue, 2 May 2023 08:43:47 +0900 From: Greg Kroah-Hartman To: Chris Clayton Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, jslaby@suse.cz Subject: Re: Linux 6.3.1 Message-ID: <2023050225-brutishly-enlarging-c54e@gregkh> References: <2023050123-resubmit-silica-ac32@gregkh> <2023050202-slouchy-princess-e7dd@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023050202-slouchy-princess-e7dd@gregkh> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, May 02, 2023 at 06:40:03AM +0900, Greg Kroah-Hartman wrote: > On Mon, May 01, 2023 at 07:22:56AM +0100, Chris Clayton wrote: > > 6.3.1 FTBFS thusly: > > What is "FTBFS"? > > > drivers/net/wireguard/timers.c: In function 'wg_expired_retransmit_handshake': > > : error: format '%d' expects argument of type 'int', but argument 6 has type 'long unsigned int' > > [-Werror=format=] > > : note: in expansion of macro 'KBUILD_MODNAME' > > ./include/linux/dynamic_debug.h:223:29: note: in expansion of macro 'pr_fmt' > > 223 | func(&id, ##__VA_ARGS__); \ > > | ^~~~~~~~~~~ > > > > > There's a patch to drivers/net/wireguard/timers.c that fixes these errors and you can find it at > > 2d4ee16d969c97996e80e4c9cb6de0acaff22c9f in Linus' tree. > > Thanks for this report, we'll queue it up soon. Odd, that commit is in 6.2 already, so how are you applying this to 6.3.y? Confused, greg k-h