From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752488AbdKHNBr (ORCPT ); Wed, 8 Nov 2017 08:01:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49016 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915AbdKHNBp (ORCPT ); Wed, 8 Nov 2017 08:01:45 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com CAA5262E8B Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dhowells@redhat.com 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: References: To: Randy Dunlap Cc: dhowells@redhat.com, LKML , keyrings@vger.kernel.org Subject: Re: pkcs7_message: taint, no license MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31510.1510146086.1@warthog.procyon.org.uk> Date: Wed, 08 Nov 2017 13:01:26 +0000 Message-ID: <31511.1510146086@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 08 Nov 2017 13:01:45 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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'. David