Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758989AbcCDPXy (ORCPT ); Fri, 4 Mar 2016 10:23:54 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47619 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755146AbcCDPXw (ORCPT ); Fri, 4 Mar 2016 10:23:52 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <56D9A6FC.7000307@fau.de> References: <56D9A6FC.7000307@fau.de> To: Andreas Ziegler Cc: dhowells@redhat.com, Tadeusz Struk , Herbert Xu , Valentin Rothberg , "linux-kernel@vger.kernel.org" , linux-crypto@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: Left-over select to PUBLIC_KEY_ALGO_RSA MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <18369.1457105029.1@warthog.procyon.org.uk> Date: Fri, 04 Mar 2016 15:23:49 +0000 Message-ID: <18370.1457105029@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 512 Lines: 16 Andreas Ziegler wrote: > As the corresponding option is gone, the select statement can safely be > removed. Should I prepare a simple patch for that? Please. > I detected this by using scripts/checkkconfigsymbols on today's and > yesterday's linux-next trees (i.e., "./scripts/checkkconfigsymbols.py -d > next-20160303..next-20160304"). Interesting - I didn't realise that exists. This sort of consistency check should be run every time the Kconfig files are parsed. Thanks, David