From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755114AbcETHtw (ORCPT ); Fri, 20 May 2016 03:49:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49266 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754511AbcETHtv convert rfc822-to-8bit (ORCPT ); Fri, 20 May 2016 03:49:51 -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 To: jmorris@namei.org cc: dhowells@redhat.com, keyrings@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] KEYS: Miscellaneous small changes MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <26719.1463730588.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Fri, 20 May 2016 08:49:48 +0100 Message-ID: <26720.1463730588@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 20 May 2016 07:49:50 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi James, Can you pull these miscellaneous small changes into your next tree and pass them along to Linus? There's nothing that should be ground breaking here: (1) MAINTAINERS record update. (2) Add a MODULE_LICENSE tag to the ASN.1 decoder. (3) Fix the PKCS#7 test key type to search the correct keyring. Thanks, David --- The following changes since commit a6926cc989eb8e3349ae9b858177608e86f7257c: Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/selinux into next (2016-05-06 09:31:34 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-next-20160511 for you to fetch changes up to 75aeddd12f205d07b36ed76db3426e974b8f2a21: MAINTAINERS: Update keyrings record and add asymmetric keys record (2016-05-11 14:36:14 +0100) ---------------------------------------------------------------- Keyrings changes for next ---------------------------------------------------------------- David Howells (2): KEYS: The PKCS#7 test key type should use the secondary keyring MAINTAINERS: Update keyrings record and add asymmetric keys record Tudor Ambarus (1): lib: asn1_decoder - add MODULE_LICENSE("GPL") MAINTAINERS | 12 ++++++++++++ crypto/asymmetric_keys/pkcs7_key_type.c | 2 +- lib/asn1_decoder.c | 3 +++ 3 files changed, 16 insertions(+), 1 deletion(-)