Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1384998pxb; Sun, 21 Feb 2021 23:46:00 -0800 (PST) X-Google-Smtp-Source: ABdhPJw348zvvlz76pb12pwHvBAW/CsBFsnliSkAPEfoHL77VoOqZYxC0rzTzf34FOBDCibXDPqC X-Received: by 2002:a17:906:1416:: with SMTP id p22mr2371584ejc.302.1613979960606; Sun, 21 Feb 2021 23:46:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1613979960; cv=none; d=google.com; s=arc-20160816; b=DWhNQtP06YN4zb+f8CydbHGZxcT8wRQ8fUn9uqeCjmnSRjK/o4pw14fAuNJLyTp4qm XDF3QhPktxtqwXkXhkCwL162tNuc0GBTFR5+9KFsD61ULdlM1n3Nh1gB9DmtcC2PrGpC 9VQ1CVtANn30FIyIQpDQh9BPRVW/JqYnDRaAVVPY12E/Sz3nvG7K8SzvMM3Mhtl8pjhz 8X/ZUC52qimtEPKZj/hvWTlzIX7BlACGj/l9CfRkBGX4Ng/dX3QrZLaHRzHS+5sbdBhG trIJXxuvOtQf0fcTIsXANr7qYElBACtWmR0aVvSJWZCCMYBvsJUnviKyZqSsEn+UFjSH 4VOA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=kByDcClCq6bRcSnDn9BupWuQ02MWf+AehNyrs9OkCrU=; b=oGDfVOGVjlzmiuMe07f82oKLnuOBJZo4qH39jUuHpk4FHIeup3JDxQbhpWZXGUlM9Z f7rSHjaZra9fZrWKYv03fdLD8HECboQuUfE40z37o26Ht/XkGbxCkKI8tLpcIkj2ULcd UoFLl5hrfFyLFN55MvBcqRLtsgqaqpgCzGB25UG6DdduE90f1Y+C72QPql8TaZAyYV+q xOYR/Y9KFFl6Zr+hC3m6m2n2DnMExoNKzsGdOItpBJsaKglHXM6MxqY920b3GkyTKX+Y N7KLircx5qE0UEBT0NiCTbfph9DMozuliV9vksMSL2geGUvZBmAZ5rIJZGVwcS/j3tEw zsxw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn4si13619135ejc.205.2021.02.21.23.45.38; Sun, 21 Feb 2021 23:46:00 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230231AbhBVHmp (ORCPT + 99 others); Mon, 22 Feb 2021 02:42:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230081AbhBVHmd (ORCPT ); Mon, 22 Feb 2021 02:42:33 -0500 X-Greylist: delayed 280 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sun, 21 Feb 2021 23:41:53 PST Received: from cavan.codon.org.uk (cavan.codon.org.uk [IPv6:2a00:1098:84:22e::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34810C061574; Sun, 21 Feb 2021 23:41:53 -0800 (PST) Received: by cavan.codon.org.uk (Postfix, from userid 1000) id 1E37C40A30; Mon, 22 Feb 2021 07:41:52 +0000 (UTC) Date: Mon, 22 Feb 2021 07:41:52 +0000 From: Matthew Garrett To: Randy Dunlap Cc: Matthew Garrett , linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org, linux-pm@vger.kernel.org, keyrings@vger.kernel.org, zohar@linux.ibm.com, jejb@linux.ibm.com, jarkko@kernel.org, corbet@lwn.net, rjw@rjwysocki.net, Matthew Garrett Subject: Re: [PATCH 7/9] pm: hibernate: Optionally use TPM-backed keys to protect image integrity Message-ID: <20210222074152.GD30403@codon.org.uk> References: <20210220013255.1083202-1-matthewgarrett@google.com> <20210220013255.1083202-8-matthewgarrett@google.com> <4c265e1d-0a02-207a-cc10-9a49b4fc5169@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4c265e1d-0a02-207a-cc10-9a49b4fc5169@infradead.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 19, 2021 at 06:20:13PM -0800, Randy Dunlap wrote: > For all of the Kconfig* configuration files throughout the source tree, > the indentation is somewhat different. Lines under a ``config`` definition > are indented with one tab, while help text is indented an additional two > spaces. Whoops, I've no idea how I screwed that up. I'll fix for V2, thanks! > Also, one feature should not be responsible for enabling other "subsystems," > such as KEYS and CRYPTO. They should instead be listed as dependencies. ACK.