Re: [PATCH 7/9] pm: hibernate: Optionally use TPM-backed keys to protect image integrity
From: Matthew Garrett
Date: Mon Feb 22 2021 - 02:43:15 EST
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.