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 B0E28C83F14 for ; Thu, 31 Aug 2023 00:03:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344604AbjHaADr (ORCPT ); Wed, 30 Aug 2023 20:03:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344600AbjHaADq (ORCPT ); Wed, 30 Aug 2023 20:03:46 -0400 Received: from mail-pg1-x530.google.com (mail-pg1-x530.google.com [IPv6:2607:f8b0:4864:20::530]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2AEDCDB for ; Wed, 30 Aug 2023 17:03:43 -0700 (PDT) Received: by mail-pg1-x530.google.com with SMTP id 41be03b00d2f7-564af0ac494so286523a12.0 for ; Wed, 30 Aug 2023 17:03:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1693440223; x=1694045023; darn=vger.kernel.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=6VbAFF+mQ3qo4IqvELdDEKnEePt5q/NF9cOLJ4fQs4c=; b=NtTxdPtzChlphLzPyHgbZIRPE8CfMvug72kjB3FwHqjTOmd9myq9J8Tfk2maGVtMSH yjhSeihyHNphoN91OLUbGRPekKYBNHwR+yBDLAsLN2wBWUsMJaX3zfiRAH4lRXDrWZ5V jT7OhB8gOfuj/vLumSFrnyeecGERkxJtyCN/k= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693440223; x=1694045023; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=6VbAFF+mQ3qo4IqvELdDEKnEePt5q/NF9cOLJ4fQs4c=; b=TnyTZhNjcLpbOVz61mc03iHGdIPFUjYfV9KlVpAa+FrgpgxEQpnXZul8rFcmNkX1gy LdXxioY2lHIa6nQxb2Kh6MZIvYcJVkqDAYSnu8SzC4pKCqIXQk57ukuq/k4NFmQOnhTf iMCZOOAlhhITenQLFUJ/YKEBRrZkp8NAOubF5yfGruhb5NEq5cwWMS5Qh4Gvvk8s9cx/ IJiI80e2Zwl6ar87MRhP902qfUBNMQkV9+7mnqTwZGA7CPgy3wGWO104f4WqAH2g5Upd wpRxYrxvkID1nKEeaSLni0ISmKuDMStNq7G8ymF2ZL14Z4UvmdrXqHttqk7AODMhzGZX 6/xA== X-Gm-Message-State: AOJu0YxQeF0IzwhEpRvOeeRkmUUfdeBJNpSstHJh94clLv2L0/zNWydE iEId85mnr5eh1ZXbFVozncv2uw== X-Google-Smtp-Source: AGHT+IGzXuhNKvCDESQE2QRrtYZBrvFQDlCXvQaZKzcZ7GFJqvb5A0aJYkymW5POHQPY6ycQWRimsg== X-Received: by 2002:a17:90a:fa88:b0:26f:4685:5b66 with SMTP id cu8-20020a17090afa8800b0026f46855b66mr3639939pjb.8.1693440223411; Wed, 30 Aug 2023 17:03:43 -0700 (PDT) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id ft15-20020a17090b0f8f00b002684b837d88sm152885pjb.14.2023.08.30.17.03.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Aug 2023 17:03:42 -0700 (PDT) Date: Wed, 30 Aug 2023 17:03:42 -0700 From: Kees Cook To: Masahiro Yamada Cc: Nicolas Schier , Michael Ellerman , Christophe Leroy , Randy Dunlap , linux-kernel@vger.kernel.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH v2 0/2] kbuild: Show Kconfig fragments in "help" Message-ID: <202308301702.4EB6F55@keescook> References: <20230825194329.gonna.911-kees@kernel.org> <87ttsjlmho.fsf@mail.lhotse> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-hardening@vger.kernel.org On Tue, Aug 29, 2023 at 11:57:19PM +0900, Masahiro Yamada wrote: > The attached patch will work too. > > I dropped the "in the first line" restriction > because SPDX might be placed in the first line > of config fragments. Good call. Yes, this looks excellent; thank you! Do you want to send a formal patch? Please consider it: Reviewed-by: Kees Cook -- Kees Cook 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3AC87C83F14 for ; Thu, 31 Aug 2023 00:04:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=IYAs81gbOXzeAalaUW+EM74vlUXbTCmQUtUVA07VDMA=; b=NhY7sn7bhxfyBQ fjvB7V+ZVoovWlhr0Syo6Y900rf0Mp6TTp99Rc97e26rugnY5bEljJ+f6YHWM5B0jxp/bXuZU3Ttr HHeO+lBvZJ1P+N0V9BGGq2d90o6pGLv7p3RO4eSB6Lsfb0lB1DeNtF++Yp58ut7aXdTxYvgzvarGH +Hm5NT/KGqHq7P7WLAuopi5ygh/VApbqc99WVPPvJghbbHqJ7+QEwRFzAxCFquXNAPjH6erDBwaGw HMh3nawNx80ssFp8AS7pRz7Q+l1+D1H1FQPBY6l3B46uvem+6G4rDllYLiFS6hf+th731Ez0oyNVK 10N2eDc4lcb/+xbTE2TA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qbVA5-00EMob-0Q; Thu, 31 Aug 2023 00:03:49 +0000 Received: from mail-pg1-x532.google.com ([2607:f8b0:4864:20::532]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qbVA2-00EMnV-0O for linux-riscv@lists.infradead.org; Thu, 31 Aug 2023 00:03:47 +0000 Received: by mail-pg1-x532.google.com with SMTP id 41be03b00d2f7-53fa455cd94so267860a12.2 for ; Wed, 30 Aug 2023 17:03:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1693440223; x=1694045023; darn=lists.infradead.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=6VbAFF+mQ3qo4IqvELdDEKnEePt5q/NF9cOLJ4fQs4c=; b=lwpFrTbdTqRXZ24M61CABi3+Lo/gKAAnQP5uZuVtk+wdeYsDrPg/7gfbnFoUWrAZQ/ vx1CVrCtbG2ekKn2+M+2ieqP6nI7I2+pwzmqysGYyF204sSmDXAZ4DVtp+PgROB4tkxW wqp7zp7mOi6ZrsuCSw4R6bPLC24SzpGssk+no= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693440223; x=1694045023; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=6VbAFF+mQ3qo4IqvELdDEKnEePt5q/NF9cOLJ4fQs4c=; b=QSOpE9hY96YpX23vxBzJRFu2m7B2cmneXlVtBJUd4H0xrMq77RfGgbdzJi0eepOQZ7 MdJujIMeWq7k25K5PzdwEqBLvxvwzfgQjYncwk8goCFxVlBstNlZm053kvCnXTA2dSFo hjivb/YNQzd9qbTGE2ANOawxJgltEuC9sVgGY9G+YvJv/aERGbOP6UBMyuf46JFjZflV In3sWCHKZAxfpWrW4fmet+5AduKODYrKXUY9kDYoAELzpK8Kvm6U1W83frXpoOZjA7JE pzcrmOfs/dvxsMm6MacT5WAf4yP0RPgOzfC1etPQ3NyiWptoAN65US9ewJMw0zWpcEmU tQKA== X-Gm-Message-State: AOJu0Yy6tuiPqDyQ/loApgBuzVLm9E2Wt691yrlsmgKVvLmLiJniZZ1t NB1VXnUph1OQNMDkTZOnJNF5SQ== X-Google-Smtp-Source: AGHT+IGzXuhNKvCDESQE2QRrtYZBrvFQDlCXvQaZKzcZ7GFJqvb5A0aJYkymW5POHQPY6ycQWRimsg== X-Received: by 2002:a17:90a:fa88:b0:26f:4685:5b66 with SMTP id cu8-20020a17090afa8800b0026f46855b66mr3639939pjb.8.1693440223411; Wed, 30 Aug 2023 17:03:43 -0700 (PDT) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id ft15-20020a17090b0f8f00b002684b837d88sm152885pjb.14.2023.08.30.17.03.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Aug 2023 17:03:42 -0700 (PDT) Date: Wed, 30 Aug 2023 17:03:42 -0700 From: Kees Cook To: Masahiro Yamada Cc: Nicolas Schier , Michael Ellerman , Christophe Leroy , Randy Dunlap , linux-kernel@vger.kernel.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH v2 0/2] kbuild: Show Kconfig fragments in "help" Message-ID: <202308301702.4EB6F55@keescook> References: <20230825194329.gonna.911-kees@kernel.org> <87ttsjlmho.fsf@mail.lhotse> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230830_170346_161136_FF64B507 X-CRM114-Status: GOOD ( 10.03 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Tue, Aug 29, 2023 at 11:57:19PM +0900, Masahiro Yamada wrote: > The attached patch will work too. > > I dropped the "in the first line" restriction > because SPDX might be placed in the first line > of config fragments. Good call. Yes, this looks excellent; thank you! Do you want to send a formal patch? Please consider it: Reviewed-by: Kees Cook -- Kees Cook _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E0CF5C83F01 for ; Thu, 31 Aug 2023 00:04:40 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.a=rsa-sha256 header.s=google header.b=UofDTBQE; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4RbhHC3Rcwz3c39 for ; Thu, 31 Aug 2023 10:04:39 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.a=rsa-sha256 header.s=google header.b=UofDTBQE; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=chromium.org (client-ip=2607:f8b0:4864:20::530; helo=mail-pg1-x530.google.com; envelope-from=keescook@chromium.org; receiver=lists.ozlabs.org) Received: from mail-pg1-x530.google.com (mail-pg1-x530.google.com [IPv6:2607:f8b0:4864:20::530]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4RbhGD4vQPz2xjw for ; Thu, 31 Aug 2023 10:03:46 +1000 (AEST) Received: by mail-pg1-x530.google.com with SMTP id 41be03b00d2f7-56c2e882416so267917a12.3 for ; Wed, 30 Aug 2023 17:03:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1693440223; x=1694045023; darn=lists.ozlabs.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=6VbAFF+mQ3qo4IqvELdDEKnEePt5q/NF9cOLJ4fQs4c=; b=UofDTBQEN4+syQu+8W1FXeIOMZAOz6QJrDvS5d0bX7LU/n6jR37CWRrbmdHXbdJAU7 QlylGL3DHVFJ4+60sc1BzVbKolBXdzLLP1SPHfWoOdJc631vpyPDO5ox2I0axr4MR9xt VcurCWfk0wtJwD7metAWBV+VSy875cHRMoswo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693440223; x=1694045023; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=6VbAFF+mQ3qo4IqvELdDEKnEePt5q/NF9cOLJ4fQs4c=; b=bzVu1ThEtoN8cvv8GQYHxjCwDn+XEP696oY4cufTjY+kwFuKskvE++nT5aiWqN7P6C sCQYM/inJZzGuqIFqT+WyNGW5QB3fsywBbTPYkxX57xNrNcTHeNQkGDWc1adu2swLuBG FW9lxRDiXKlJY8h6FDzCbcd2V9TWuucA9rvWnqO03JyCAHzHYVRX2cgoYD7ya8GCywpS f7ctbBywxUqFCtX40xL+VvVN2KnGgQTqGjKACzGiGuWVgd06qGIotSzeR5P6Uem98c6t t5FrVFpuSD+Kawu+t6+jlpeefe6F5d7Ng19o95whdAwSB9wq4Xy5yQ2t0sOUf2cTFFmp N5IQ== X-Gm-Message-State: AOJu0Yxvw77lHhwGvK1OxNq6LRFKbEanIRE14WsRgxunGFoh9OxBO3Ka /UldtNXgTG6hyfvg/6M+TFqYBA== X-Google-Smtp-Source: AGHT+IGzXuhNKvCDESQE2QRrtYZBrvFQDlCXvQaZKzcZ7GFJqvb5A0aJYkymW5POHQPY6ycQWRimsg== X-Received: by 2002:a17:90a:fa88:b0:26f:4685:5b66 with SMTP id cu8-20020a17090afa8800b0026f46855b66mr3639939pjb.8.1693440223411; Wed, 30 Aug 2023 17:03:43 -0700 (PDT) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id ft15-20020a17090b0f8f00b002684b837d88sm152885pjb.14.2023.08.30.17.03.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Aug 2023 17:03:42 -0700 (PDT) Date: Wed, 30 Aug 2023 17:03:42 -0700 From: Kees Cook To: Masahiro Yamada Subject: Re: [PATCH v2 0/2] kbuild: Show Kconfig fragments in "help" Message-ID: <202308301702.4EB6F55@keescook> References: <20230825194329.gonna.911-kees@kernel.org> <87ttsjlmho.fsf@mail.lhotse> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-s390@vger.kernel.org, Randy Dunlap , Nicolas Schier , linux-kbuild@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org, linux-riscv@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Tue, Aug 29, 2023 at 11:57:19PM +0900, Masahiro Yamada wrote: > The attached patch will work too. > > I dropped the "in the first line" restriction > because SPDX might be placed in the first line > of config fragments. Good call. Yes, this looks excellent; thank you! Do you want to send a formal patch? Please consider it: Reviewed-by: Kees Cook -- Kees Cook 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 26344C83F01 for ; Thu, 31 Aug 2023 00:04:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QVV645FrWn9Sf6M11cdf9hoRTiJkM469xik1aYYZKYo=; b=hP8hITwI3nMRzJ 3QAht/h4Or4dEGqRLZLYVsF/n9g8Ky8ZFJFmJin6v0aPSlriaayeU7zqU3IdVPDdw9qJOzPnR2GF0 kJA7XbnU0O6v9TTUC+usdUzFyu+4HVKo6dflHzJD7VhYMxl1TK2EoEGtGdnNtOmEmVkfZ6sFo+cEl TeR0ZvuHLtDSLFgFb7o+0WKUthfiwsa2TQyOtuDA9lgNVNrS2mn0vHJeamXVb+mIFzxbrfXzA77sY D1oNU1Kom9ILFgoXb7zN4uxeommf7ZG486oqdIWLhsEW95+YImZc3zrpe78SFDxMJn326g6K6GYh0 nvriWTVji53pTkmYdP6A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qbVA6-00EMpG-2S; Thu, 31 Aug 2023 00:03:50 +0000 Received: from mail-pl1-x630.google.com ([2607:f8b0:4864:20::630]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qbVA4-00EMnW-2v for linux-arm-kernel@lists.infradead.org; Thu, 31 Aug 2023 00:03:50 +0000 Received: by mail-pl1-x630.google.com with SMTP id d9443c01a7336-1bdf4752c3cso1577255ad.2 for ; Wed, 30 Aug 2023 17:03:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1693440223; x=1694045023; darn=lists.infradead.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=6VbAFF+mQ3qo4IqvELdDEKnEePt5q/NF9cOLJ4fQs4c=; b=lwpFrTbdTqRXZ24M61CABi3+Lo/gKAAnQP5uZuVtk+wdeYsDrPg/7gfbnFoUWrAZQ/ vx1CVrCtbG2ekKn2+M+2ieqP6nI7I2+pwzmqysGYyF204sSmDXAZ4DVtp+PgROB4tkxW wqp7zp7mOi6ZrsuCSw4R6bPLC24SzpGssk+no= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693440223; x=1694045023; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=6VbAFF+mQ3qo4IqvELdDEKnEePt5q/NF9cOLJ4fQs4c=; b=YESg8jERu7nuw14ID6L+BkbM2+7H4zTfs1bT/PYFZ93fX3QibeKjqc9D0lPPZWD0mN GZgj5gmmc9Zw5k5kzHYs7FxxWq+gt5bFBZnxnc+MmW/+kIRL1b2wMpsEo2Bg/jRuisKl A1+1LRE7MmAc3MXorZrlglS6IBONv9Cv6nfP+GTJ7M7jV83qvMEIYRbG1kMBCgRCfKNh IF682y8gXkqnSh1pcSs/EN6eJVyIIt9SFIBTZxONmBJ18nRfs9Ifo7c5G2CSnPdro4KT f8Q8VmrXUTW6lXpOqWqGiOZYA8SCRG/ZLzu+5AstvIKJ5TZQOQHem3EZBw2tZaFu/yaN NPIw== X-Gm-Message-State: AOJu0YwzoHvalYlva/Yyed+Z+AoS5Zrk3Hb2Pexm3RX2rcjYXS1lHXbp xASU3EUxkLjskBTcG5PUjjrRvlBrIsUrFQGvTfM= X-Google-Smtp-Source: AGHT+IGzXuhNKvCDESQE2QRrtYZBrvFQDlCXvQaZKzcZ7GFJqvb5A0aJYkymW5POHQPY6ycQWRimsg== X-Received: by 2002:a17:90a:fa88:b0:26f:4685:5b66 with SMTP id cu8-20020a17090afa8800b0026f46855b66mr3639939pjb.8.1693440223411; Wed, 30 Aug 2023 17:03:43 -0700 (PDT) Received: from www.outflux.net (198-0-35-241-static.hfc.comcastbusiness.net. [198.0.35.241]) by smtp.gmail.com with ESMTPSA id ft15-20020a17090b0f8f00b002684b837d88sm152885pjb.14.2023.08.30.17.03.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Aug 2023 17:03:42 -0700 (PDT) Date: Wed, 30 Aug 2023 17:03:42 -0700 From: Kees Cook To: Masahiro Yamada Cc: Nicolas Schier , Michael Ellerman , Christophe Leroy , Randy Dunlap , linux-kernel@vger.kernel.org, x86@kernel.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-riscv@lists.infradead.org, linux-s390@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH v2 0/2] kbuild: Show Kconfig fragments in "help" Message-ID: <202308301702.4EB6F55@keescook> References: <20230825194329.gonna.911-kees@kernel.org> <87ttsjlmho.fsf@mail.lhotse> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230830_170348_949392_9C289E32 X-CRM114-Status: GOOD ( 11.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 29, 2023 at 11:57:19PM +0900, Masahiro Yamada wrote: > The attached patch will work too. > > I dropped the "in the first line" restriction > because SPDX might be placed in the first line > of config fragments. Good call. Yes, this looks excellent; thank you! Do you want to send a formal patch? Please consider it: Reviewed-by: Kees Cook -- Kees Cook _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel