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 40C58C433FE for ; Sun, 9 Oct 2022 18:45:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229562AbiJISp1 (ORCPT ); Sun, 9 Oct 2022 14:45:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230060AbiJISp0 (ORCPT ); Sun, 9 Oct 2022 14:45:26 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB29A29375 for ; Sun, 9 Oct 2022 11:45:25 -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 sin.source.kernel.org (Postfix) with ESMTPS id 0C439CE0E30 for ; Sun, 9 Oct 2022 18:45:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31AF5C433C1; Sun, 9 Oct 2022 18:45:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665341122; bh=46DykRjklIQ+pY7738qCfgZPjPfFZdL+ezi0W1mU8es=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A6C+4Jjrfrp8wz6iG4qtQI5P7Lo8gHHpuDxrKHq4H9Qw+AyydFG2fBy+3Q3IEDTEU gwwtomR8KrSjpeCwkLR1uxFXeZVRGCehYQWp54im7X5ZRPN3rxwMboYEnwbkw2FWC0 RqfLB+n1huOTNoYylOXtULnX1TSXhOhb63EJ306g= Date: Sun, 9 Oct 2022 20:45:57 +0200 From: Greg KH To: Bart Van Assche Cc: stable@vger.kernel.org, Nick Desaulniers , Nathan Chancellor , Kees Cook , Miguel Ojeda Subject: Re: [PATCH] compiler_attributes.h: move __compiletime_{error|warning} Message-ID: References: <20221007193436.906-1-bvanassche@acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Oct 07, 2022 at 12:52:14PM -0700, Bart Van Assche wrote: > On 10/7/22 12:45, Greg KH wrote: > > On Fri, Oct 07, 2022 at 12:34:36PM -0700, Bart Van Assche wrote: > > > From: Nick Desaulniers > > > > > > commit b83a908498d68fafca931e1276e145b339cac5fb upstream. > > > > This is already in 5.15, what stable kernel tree(s) is this a backport > > for? > > This is for the linux-5.10.y branch. Now queued up, thanks. greg k-h