From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Sakkinen Date: Mon, 14 Oct 2019 19:53:54 +0000 Subject: Re: [PATCH RESEND] KEYS: remove CONFIG_KEYS_COMPAT Message-Id: <20191014195354.GJ15552@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <20180105191947.91775-1-ebiggers3@gmail.com> In-Reply-To: <20180105191947.91775-1-ebiggers3@gmail.com> To: keyrings@vger.kernel.org On Wed, Oct 09, 2019 at 04:04:43PM -0700, Eric Biggers wrote: > From: Eric Biggers > > KEYS_COMPAT now always takes the value of COMPAT && KEYS. But the > security/keys/ directory is only compiled if KEYS is enabled, so in > practice KEYS_COMPAT is the same as COMPAT. Therefore, remove the > unnecessary KEYS_COMPAT and just use COMPAT directly. > > (Also remove an outdated comment from compat.c.) > > Reviewed-by: James Morris > Signed-off-by: Eric Biggers Reviewed-by: Jarkko Sakkinen Tested-by: Jarkko Sakkinen (aka compiling with the different combinations). /Jarkko