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 4E661C3DA78 for ; Sat, 14 Jan 2023 13:49:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230078AbjANNtW (ORCPT ); Sat, 14 Jan 2023 08:49:22 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230143AbjANNtP (ORCPT ); Sat, 14 Jan 2023 08:49:15 -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 D61A74EF6; Sat, 14 Jan 2023 05:49:13 -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 52A9660B3D; Sat, 14 Jan 2023 13:49:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D383C433EF; Sat, 14 Jan 2023 13:49:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1673704152; bh=VpGAr1saq4lvsgHwII8KzmddfI2fagasI2f7bdd3tGY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ujvXV1ZNhlLeMltDkHAhOC+F0rK7BifLpACSOGp8aTEqVCXhVGG+UnJbHFU3FBRwN K+xyAHLjzS0b1R8bc9CInxUcqJkTPYt2bvawTyAx4qNfgPRKQgLN10WkzKArYZsItJ EluENQR2jRCRSPcZ/ieGJcJq8fLJJZYyT+teCtyg= Date: Sat, 14 Jan 2023 14:49:09 +0100 From: Greg KH To: Stephen Boyd Cc: stable@vger.kernel.org, Chun-Tse Shao , linux-kernel@vger.kernel.org, patches@lists.linux.dev, Nick Desaulniers , Masahiro Yamada Subject: Re: [PATCH 5.15.y] kbuild: Allow kernel installation packaging to override pkg-config Message-ID: References: <20230113002149.3984494-1-swboyd@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230113002149.3984494-1-swboyd@chromium.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 12, 2023 at 04:21:49PM -0800, Stephen Boyd wrote: > From: Chun-Tse Shao > > commit d5ea4fece4508bf8e72b659cd22fa4840d8d61e5 upstream. > > Add HOSTPKG_CONFIG to allow tooling that builds the kernel to override > what pkg-config and parameters are used. > > Signed-off-by: Chun-Tse Shao > Reviewed-by: Nick Desaulniers > Signed-off-by: Masahiro Yamada > [swboyd@chromium.org: Drop certs/Makefile hunk that doesn't > apply because pkg-config isn't used there, add dtc/Makefile hunk to > fix dtb builds] > Signed-off-by: Stephen Boyd > --- > > I need this to properly compile 5.15.y stable kernels in the chromeos > build system. Is this a new issue? A regression? This feels odd to add a new build feature to an old kernel when nothing changed to require it other than an external tool suddenly requiring something new? confused, greg k-h