From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C667A1C860E for ; Fri, 3 Oct 2025 13:02:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759496576; cv=none; b=I03j5ttLTM2yKZ6rsbDpwvw8Hhk6QgXfREi0LhZEnTIS0PBhlH8hCoT9CaKNOckakmr9wYMpwYCA1vpSFjq/WVsZUJls44gOE1NX5j49EiLV72kY6a9FgD4eQ+NgmjDcbmHZFxhFJUG/gflzbXh/gjyfcZ2bsU84+LhB9zDZL4Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759496576; c=relaxed/simple; bh=bhy56jhfHPDN4BIKClhyIeFyatUDKehSjv+mZRNGr3k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TXkZIziN9Clmu9jjAC043OA7H1OWCwNxpbNZ+fqbD90EhQpgDaidKVQTPKEusR9SBgwky6Y68obaElwbRJO6JEkVmH9pD5/9Tq/L7EEPX5C5xvGxYisGCmDUwFcK5Ku3Dd3STtHt6p2C1GDE1GHsP/XOFuvAejA6s5lJHnOndxQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=LKBHFc/J; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="LKBHFc/J" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8C4EFC4CEF5; Fri, 3 Oct 2025 13:02:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1759496576; bh=bhy56jhfHPDN4BIKClhyIeFyatUDKehSjv+mZRNGr3k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LKBHFc/JYEPWOrm6UJDtiPQhh6RhRCyy9uKj3u+Z+K1A97DXLCvPVmKVlhMgmNeww NVbUzqCEtUbnRsxjfAgYe/HwGuYKB+VAoEJLv1PBlToFA7xmEcNG+ISt0Xjp/RF1Qn gftPNdOhVfk1ZtTXLo6+eLCSv3c4VHOfpKP10f+w= Date: Fri, 3 Oct 2025 15:02:52 +0200 From: Greg KH To: Kees Cook Cc: stable@vger.kernel.org Subject: Re: Please backport commit a40282dd3c48 ("gcc-plugins: Remove TODO_verify_il for GCC >= 16") Message-ID: <2025100338-produce-disagree-69f2@gregkh> References: <202510010810.7948CD9@keescook> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202510010810.7948CD9@keescook> On Wed, Oct 01, 2025 at 08:10:58AM -0700, Kees Cook wrote: > Hi, > > Please backport: > > commit a40282dd3c48 ("gcc-plugins: Remove TODO_verify_il for GCC >= 16") > > to all stable kernel versions. This prepares the GCC plugins for the > coming GCC 16 release. Now queued up for 6.1 and newer trees, it didn't apply to 5.15 and older. thanks, greg k-h