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 E7E72C433F5 for ; Fri, 7 Oct 2022 19:44:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229505AbiJGToj (ORCPT ); Fri, 7 Oct 2022 15:44:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229927AbiJGToj (ORCPT ); Fri, 7 Oct 2022 15:44:39 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E19AB260C for ; Fri, 7 Oct 2022 12:44:37 -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 7CA8A61DB4 for ; Fri, 7 Oct 2022 19:44:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62FC3C433D6; Fri, 7 Oct 2022 19:44:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665171876; bh=QmBYX/ynzdcCQqcp01BZdi65XO9VSXqeo88XcqTzq1U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Xu02AJSZ3KcynhKe8Oj2yjNK0UALyzkvgHOFVlCL9Hw3tUFv48LmwIJ/KOB1s0I4d 4VDxMKDo9WFjdCvjRiBZY8emvjvFTH3CElKoVZLh7Eg+pJHWeHAzZYjaZ0Rl89BDrX UaKqiGVxPL+eSR+VMu37VwvrE5tcRSSJVR5iAEts= Date: Fri, 7 Oct 2022 21:45:18 +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: <20221007193436.906-1-bvanassche@acm.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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? thanks, greg k-h