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 3401BC433EF for ; Tue, 8 Feb 2022 15:23:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243746AbiBHPXe (ORCPT ); Tue, 8 Feb 2022 10:23:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39568 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1379593AbiBHPXc (ORCPT ); Tue, 8 Feb 2022 10:23:32 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 453AFC061576 for ; Tue, 8 Feb 2022 07:23:31 -0800 (PST) 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 D9958615B4 for ; Tue, 8 Feb 2022 15:23:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 833E1C004E1; Tue, 8 Feb 2022 15:23:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1644333810; bh=LHBps+X64Ov61T9ppg0f3uaNGNzZ413hD29hjbkbFuY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M7dxJZWajsH99aL5OQHr5ULP0B/FhfEfCYRWjOd7pES7KdwQ1fuejV0CdIlAruFJc ahs1SxdeAsQgHv5Mb1bFAJ7iQuLARWoFjt136zgTEiwbzEsZOvdDWaeExPqmrAil6a tZcD7hfSezU0xE2XIuniylDyymn8OenPNXCyjFyw= Date: Tue, 8 Feb 2022 16:23:27 +0100 From: Greg KH To: Jiaxun Yang Cc: stable@vger.kernel.org, Sasha Levin , Masahiro Yamada Subject: Re: [PATCH for-5.4,5.10] kbuild: simplify access to the kernel's version Message-ID: References: <20220207143643.234233-1-jiaxun.yang@flygoat.com> 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 Tue, Feb 08, 2022 at 02:46:36PM +0000, Jiaxun Yang wrote: > Oh Please ignore this series of backport. For all branches? > We find another way to workaround the issue. What is your solution? I am sure that others would be interested in it. thanks, greg k-h