From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751289AbdFEDeX (ORCPT ); Sun, 4 Jun 2017 23:34:23 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33171 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751224AbdFEDeQ (ORCPT ); Sun, 4 Jun 2017 23:34:16 -0400 Date: Sun, 4 Jun 2017 20:34:12 -0700 From: Eric Biggers To: David Howells Cc: Bilal Amarni , arnd@arndb.de, james.l.morris@oracle.com, serge@hallyn.com, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: security/keys: add CONFIG_KEYS_COMPAT to Kconfig Message-ID: <20170605033412.GA6277@zzz> References: <20170603024358.GA565@zzz> <1486674698-67190-1-git-send-email-bilal.amarni@gmail.com> <20170329192002.GA29310@gmail.com> <30959.1496477082@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <30959.1496477082@warthog.procyon.org.uk> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 03, 2017 at 09:04:42AM +0100, David Howells wrote: > Eric Biggers wrote: > > > This patch is in the "keys-fixes" branch now, but it doesn't remove KEYS_COMPAT > > from arch/arm64/Kconfig. David, can you fix it? Thanks! > > Done. See below. > > David > --- Looks good now, thanks. (Except that as I mentioned before, I don't think we need the KEYS_COMPAT option at all, but that can be another patch.) Eric