From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sipsolutions.net (s3.sipsolutions.net [168.119.38.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2F04763DCC for ; Tue, 5 Dec 2023 16:16:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sipsolutions.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sipsolutions.net header.i=@sipsolutions.net header.b="OQPunSgq" 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=1701792996; x=1703002596; b=OQPunSgqJsx4QftdIlfNY1tV80aWSXkYZpDZ1Yf/o+uamNo XcUG4tq+OEiphXuWrq1Nq7hk5Mo//Xzp5s61dF9Yh/uEdPtb2MwaXpu83q+stQELezuLvGznpBrWA PtC2NgPu4fxO18y5TXwZrBDfSMlw4UllW+xnEbn7KKjhwzGBPMN+X0RyvKNuzSGd5lmyqGyeE3lXm sfeL0EjcQfeb+GiQG6jwky6ElFJG9NGshGcxWav9mSnd7VGP3vEYeHXjsL3Ee+qxNrRgtrC7utVhe dIlS5CM/ozTieHLXOFjFsh7R5BgA836kQJP0KpApP/rc2bYy8KoGqBA1mlEgmCbQ==; 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) Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-malware-bazaar: not-scanned 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