From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754749AbcEQG5B (ORCPT ); Tue, 17 May 2016 02:57:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45699 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752837AbcEQG5A (ORCPT ); Tue, 17 May 2016 02:57:00 -0400 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: <9501.1463397285@warthog.procyon.org.uk> To: James Morris Cc: dhowells@redhat.com, Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: 4.6 compilation error when making signing key MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <31991.1463468217.1@warthog.procyon.org.uk> Date: Tue, 17 May 2016 07:56:57 +0100 Message-ID: <31992.1463468217@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 17 May 2016 06:56:59 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org James Morris wrote: > CONFIG_MODULE_SIG_KEY="signing_key.pem" > > This should be 'certs/signing_key.pem', right? Yeah - it only gets autogenerated if it's that: ifeq ($(CONFIG_MODULE_SIG_KEY),"certs/signing_key.pem") from certs/Makefile. It may have leaked from an earlier version before the mechanism got moved to the certs/ directory. David