From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755483AbdKBKVL (ORCPT ); Thu, 2 Nov 2017 06:21:11 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:18792 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752970AbdKBKVJ (ORCPT ); Thu, 2 Nov 2017 06:21:09 -0400 Date: Thu, 2 Nov 2017 21:21:00 +1100 (AEDT) From: James Morris X-X-Sender: james.l.morris@localhost To: Linus Torvalds cc: linux-kernel@vger.kernel.org, David Howells , keyrings@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [GIT PULL] Keys fixes for v4.15 Message-ID: User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull these fixes for the Keys subsystem by Eric Biggers. The following changes since commit 3a99df9a3d14cd866b5516f8cba515a3bfd554ab: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace (2017-11-01 16:04:27 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v4.14-rc7 Eric Biggers (3): KEYS: return full count in keyring_read() if buffer is too small KEYS: trusted: fix writing past end of buffer in trusted_read() KEYS: fix out-of-bounds read during ASN.1 parsing lib/asn1_decoder.c | 3 +++ security/keys/keyring.c | 39 +++++++++++++++++++-------------------- security/keys/trusted.c | 23 ++++++++++++----------- 3 files changed, 34 insertions(+), 31 deletions(-)