From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759512AbbA3Ihq (ORCPT ); Fri, 30 Jan 2015 03:37:46 -0500 Received: from cpsmtpb-ews01.kpnxchange.com ([213.75.39.4]:60895 "EHLO cpsmtpb-ews01.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752243AbbA3Iho (ORCPT ); Fri, 30 Jan 2015 03:37:44 -0500 Message-ID: <1422607061.10643.21.camel@x220> Subject: KEYS: KEYS_DEBUG_PROC_KEYS From: Paul Bolle To: David Howells Cc: Valentin Rothberg , Jiri Kosina , Mimi Zohar , Dmitry Kasatkin , James Morris , "Serge E. Hallyn" , linux-ima-devel@lists.sourceforge.net, linux-ima-user@lists.sourceforge.net, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 30 Jan 2015 09:37:41 +0100 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 30 Jan 2015 08:37:42.0023 (UTC) FILETIME=[031CD170:01D03C68] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Your commit dabd39cc2fb1 ("KEYS: Make /proc/keys unconditional if CONFIG_KEYS=y") is included in today's linux-next (ie, next-20150130). I noticed because a script I use to check linux-next spotted a minor problem with it. That commit removed the Kconfig symbol KEYS_DEBUG_PROC_KEYS. But it did not remove a select for that symbol (see the entry for config IMA_TRUSTED_KEYRING in security/integrity/ima/Kconfig). That select is now a nop in linux-next. The commit suggests the trivial cleanup needed here is to just remove that select. Is a patch to do that queued somewhere? Paul Bolle