From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752739AbdKHQoN (ORCPT ); Wed, 8 Nov 2017 11:44:13 -0500 Received: from merlin.infradead.org ([205.233.59.134]:52068 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752678AbdKHQoM (ORCPT ); Wed, 8 Nov 2017 11:44:12 -0500 Subject: Re: pkcs7_message: taint, no license To: David Howells Cc: LKML , keyrings@vger.kernel.org References: <31511.1510146086@warthog.procyon.org.uk> From: Randy Dunlap Message-ID: Date: Wed, 8 Nov 2017 08:44:08 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <31511.1510146086@warthog.procyon.org.uk> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/08/2017 05:01 AM, David Howells wrote: > Randy Dunlap wrote: > >> [74785.692410] pkcs7_message: module license 'unspecified' taints kernel. >> [74785.692414] Disabling lock debugging due to kernel taint > > Are you particularly using the pkcs#7 parser as a module? I wonder if it > makes most sense to make this and the X.509 options 'bool' rather than > 'tristate'. Yes, it's built as a loadable module. 'bool' would certainly prevent that. -- ~Randy