From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933946AbcDLSeO (ORCPT ); Tue, 12 Apr 2016 14:34:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51714 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933255AbcDLSeM convert rfc822-to-8bit (ORCPT ); Tue, 12 Apr 2016 14:34:12 -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] MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1851.1460486049.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Tue, 12 Apr 2016 19:34:09 +0100 Message-ID: <1852.1460486049@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 pull and pass these patches on to Linus? There are two: (1) Fix the assoc_array implemetation to never call the compare_object op on non-leaf objects. (2) Fix an error check in the ASN.1 decoder compiler. Thanks, David --- The following changes since commit 541d8f4d59d79f5d37c8c726f723d42ff307db57: Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2016-04-05 16:16:00 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git tags/keys-fixes-20160412 for you to fetch changes up to 952cca6a724c420a1efb6025e41862dfd2c1edc3: ASN.1: fix open failure check on headername (2016-04-06 14:06:48 +0100) ---------------------------------------------------------------- Keyrings fixes ---------------------------------------------------------------- Colin Ian King (1): ASN.1: fix open failure check on headername Jerome Marchand (1): assoc_array: don't call compare_object() on a node lib/assoc_array.c | 4 +++- scripts/asn1_compiler.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-)