From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752997Ab3LMOfv (ORCPT ); Fri, 13 Dec 2013 09:35:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5975 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751636Ab3LMOft (ORCPT ); Fri, 13 Dec 2013 09:35:49 -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: References: <4197.1386708027@warthog.procyon.org.uk> To: Linus Torvalds Cc: dhowells@redhat.com, James Morris , keyrings@linux-nfs.org, LSM List , Linux Kernel Mailing List Subject: Re: [GIT PULL] KEYS: Miscellaneous fixes Date: Fri, 13 Dec 2013 14:35:40 +0000 Message-ID: <5685.1386945340@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus Torvalds wrote: > > Could you pull the following fixes for the keyring stuff. > > Pulled. However, I notice that the following issue remains with module > key signing, and I *think* it was introduced in the -rc1 pull: > > - start with clean kernel sources > > - build kernel ("make -j16" or whatever after doing your config) > > - build kernel again ("make -j" - nothing has changed): > > ... > X.509 certificate list changed Hmmm... I don't see this. Are you using O= on the make command line? Do you have any extra certificates? David