From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754974Ab3KNSBa (ORCPT ); Thu, 14 Nov 2013 13:01:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47904 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754829Ab3KNSBW (ORCPT ); Thu, 14 Nov 2013 13:01:22 -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: <3184360.WhYjmYFIyN@cmlinux10.ih.lucent.com> References: <3184360.WhYjmYFIyN@cmlinux10.ih.lucent.com> To: James Solner Cc: dhowells@redhat.com, Josh Boyer , Randy Dunlap , rusty@rustcorp.com.au, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4] Add Documentation/module-signing.txt file Date: Thu, 14 Nov 2013 18:00:51 +0000 Message-ID: <29909.1384452051@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org James Solner wrote: > This patch adds the Documentation/module-signing.txt file that is > currently missing from the Documentation directory. The init/Kconfig > file references the Documentation/module-signing.txt file to explain > how kernel module signing works. This patch supplies this documentation. > > The initial version of this patch provided old documentation > that was a mixture of the old RHEL style GPG signing. > > Version 1: Updated the documentation to described the current > implementation using x509 certificate signing. > > Version 2: fixes grammar/spelling mistakes and removes > trailing whitespaces. > > Version 3, fixes grammar/spelling mistakes. > > Version 4: Include updates from David Howells and fixes for > spelling mistakes. > > Signed-off-by: James Solner Signed-off-by: David Howells