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 818ACC10DC3 for ; Tue, 5 Dec 2023 16:16:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231833AbjLEQQg (ORCPT ); Tue, 5 Dec 2023 11:16:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231887AbjLEQQd (ORCPT ); Tue, 5 Dec 2023 11:16:33 -0500 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:242:246e::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A73C9194; Tue, 5 Dec 2023 08:16:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=RKrRrfbDzVExGjRFlw/6B2Iit7eMuTg/JB3zmlkq4gs=; t=1701792998; x=1703002598; b=C/d+wIBZxB1/OMwYZfOtQUDIpbmr9NxICN01dmaU7kt3dpY bglV1QRlV8Z+C7lD1okyaT+REDwdT9CZiwkhgkaF3yTg6I5HudgQuHDxQSY9XnHW7FlCK2KT9lcex hmjr9bz6/Gu+NPPYSXIIwdxar048NQoHBNKud1Zb0e4NAmB2kvgf8SjJ8++AohScE0vK1IHeRg+OX g7GrTkBTgusm0+v/35wh6wIB9sLM2Lb1j0HuT/zB+RH3ZN+y/ISGA0pUtVtaWGTsrW8EZZFzas29l POAapju3lbBcO6U0qEHZtgH2YjDRYR50lm8Hjki81hCqJJRKoxkm3mAwfP4MmuhA==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.97) (envelope-from ) id 1rAY5z-0000000GPJP-0aN0; Tue, 05 Dec 2023 17:16:27 +0100 Message-ID: Subject: Re: [PATCH 6.6 000/134] 6.6.5-rc1 review From: Johannes Berg To: Arnd Bergmann , Naresh Kamboju , Greg Kroah-Hartman Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , Guenter Roeck , shuah , patches@kernelci.org, lkft-triage@lists.linaro.org, Pavel Machek , Jon Hunter , Florian Fainelli , Sudip Mukherjee , srw@sladewatkins.net, rwarsow@gmx.de, Conor Dooley , allen.lkml@gmail.com, Netdev , linux-wireless@vger.kernel.org Date: Tue, 05 Dec 2023 17:16:25 +0100 In-Reply-To: References: <20231205031535.163661217@linuxfoundation.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.50.1 (3.50.1-1.fc39) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2023-12-05 at 17:13 +0100, Arnd Bergmann wrote: >=20 > I have not yet figured out what gcc-8 complains about, > but I assume that gcc-13 would find the same thing with > the check enabled. >=20 See this thread: https://lore.kernel.org/r/202311301016.84D0010@keescook johannes