Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753019AbdGNBCB (ORCPT ); Thu, 13 Jul 2017 21:02:01 -0400 Received: from namei.org ([65.99.196.166]:42037 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752902AbdGNBB7 (ORCPT ); Thu, 13 Jul 2017 21:01:59 -0400 Date: Fri, 14 Jul 2017 11:01:52 +1000 (AEST) From: James Morris To: Linus Torvalds cc: David Howells , linux-kernel@vger.kernel.org Subject: [GIT PULL] security subsystem updates #3: keys fixes Message-ID: User-Agent: Alpine 2.20 (LRH 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 30 Hi Linus, Please pull these patches for the keys subsystem, which includes a minor fix and documentation updates. --- The following changes since commit b86faee6d111294fa95a2e89b5f771b2da3c9782: Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs (2017-07-13 14:35:37 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus Eric Biggers (1): KEYS: DH: validate __spare field Jarkko Sakkinen (1): modsign: add markers to endif-statements in certs/Makefile Mat Martineau (1): KEYS: Add documentation for asymmetric keyring restrictions Documentation/crypto/asymmetric-keys.txt | 65 ++++++++++++++++++++++++++---- Documentation/security/keys/core.rst | 6 +++ certs/Makefile | 6 +- security/keys/compat_dh.c | 2 + security/keys/dh.c | 5 ++ 5 files changed, 73 insertions(+), 11 deletions(-)