From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754603AbaIPQxA (ORCPT ); Tue, 16 Sep 2014 12:53:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51432 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752407AbaIPQw7 convert rfc822-to-8bit (ORCPT ); Tue, 16 Sep 2014 12:52:59 -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: James Morris cc: dhowells@redhat.com, keyrings@linux-nfs.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] KEYS: Fixes for keyrings MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <32185.1410886372.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Tue, 16 Sep 2014 17:52:52 +0100 Message-ID: <32186.1410886372@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi James, Can you please pull these fixes and send them on upstream: (1) Reinstate the production of EPERM for key types beginning with '.' in requests from userspace. (2) Tidy up the cleanup of PKCS#7 message signed information blocks and fix a bug this made more obvious. They will also need merging into security/next so that further patches that depend on them can be applied. David --- The following changes since commit 478d085524c57cf4283699f529d5a4c22188ea69: Merge tag 'keys-next-20140805' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next (2014-08-06 00:52:01 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-fixes-20140916 for you to fetch changes up to cecf5d2e1208da512a4c951c24acd66c54a4d06c: PKCS#7: Fix the parser cleanup to drain parsed out X.509 certs (2014-09-16 17:29:03 +0100) ---------------------------------------------------------------- (from the branch description for keys-fixes local branch) Keyrings fixes Keyrings fixes ---------------------------------------------------------------- David Howells (3): KEYS: Reinstate EPERM for a key type name beginning with a '.' PKCS#7: Provide a single place to do signed info block freeing PKCS#7: Fix the parser cleanup to drain parsed out X.509 certs crypto/asymmetric_keys/pkcs7_parser.c | 61 +++++++++++++++++++---------------- security/keys/keyctl.c | 2 ++ 2 files changed, 35 insertions(+), 28 deletions(-)