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 32C5CC7EE23 for ; Tue, 2 May 2023 07:32:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233662AbjEBHcI (ORCPT ); Tue, 2 May 2023 03:32:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42344 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233421AbjEBHcF (ORCPT ); Tue, 2 May 2023 03:32:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C526F49E6; Tue, 2 May 2023 00:32:00 -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 38BCB616D1; Tue, 2 May 2023 07:32:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 57593C433D2; Tue, 2 May 2023 07:31:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1683012719; bh=kbruTmo20DpxTDB0eWn7jlMNnZFnWEFG3y1RqNeyt7o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fM7m0la+bi7iQHrLY30pSwMz1UnofrX3isig85wK0wZcHx44ghsTrDiXdtFM6DPSx RZSx+LExuXVwLWd0y1MzCHVBpOGv4FTQiz0MqEqq0gWV++TlVMPeaxzETDid0gFeGW Rsbt4ZrvPW1iEu/ImxDjqMTJ5HGnVU1j0QqkmCiQ= Date: Tue, 2 May 2023 16:31:56 +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: <2023050201-bluish-habitable-474a@gregkh> References: <2023050123-resubmit-silica-ac32@gregkh> <2023050202-slouchy-princess-e7dd@gregkh> <2023050225-brutishly-enlarging-c54e@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023050225-brutishly-enlarging-c54e@gregkh> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 02, 2023 at 08:43:47AM +0900, Greg Kroah-Hartman wrote: > 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? And this is only a gcc13 issue, right? So it's not a regression, it's always been there, nothing new caused it in this release from what I can tell. Actually I don't see how this is an issue in 6.3.1 anyway, as again, the proposed fix you gave is in 6.2, so what really is happening here? confused, greg k-h