From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757017AbcAZPjY (ORCPT ); Tue, 26 Jan 2016 10:39:24 -0500 Received: from mx-rz-2.rrze.uni-erlangen.de ([131.188.11.21]:50913 "EHLO mx-rz-2.rrze.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752063AbcAZPjV (ORCPT ); Tue, 26 Jan 2016 10:39:21 -0500 X-RRZE-Submit-IP: 2001:638:a000:4142::ff0f:d304 To: Dmitry Kasatkin From: Andreas Ziegler X-Enigmail-Draft-Status: N1110 Cc: David Howells , James Morris , "Serge E. Hallyn" , linux-kernel@vger.kernel.org Subject: 'select' on deleted KEYS_DEBUG_PROC_KEYS option Message-ID: <56A79321.5@fau.de> Date: Tue, 26 Jan 2016 16:39:13 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dmitry, your commit f4dc37785e9b ("integrity: define '.evm' as a builtin 'trusted' keyring") introduces the INTEGRITY_TRUSTED_KEYRING Kconfig option, which has a 'select' to KEYS_DEBUG_PROC_KEYS. This option, however, has been removed over a year ago by commit dabd39cc2fb1 ("KEYS: Make /proc/keys unconditional if CONFIG_KEYS=y") and -- besides the 'select' mentioned above -- only occurs inside (outdated) defconfigs. Should I prepare a simple patch removing the select? Best regards, Andreas