From patchwork Fri Feb 22 18:15:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 10826811 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BBAEF14E1 for ; Fri, 22 Feb 2019 18:15:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9F5F932A7C for ; Fri, 22 Feb 2019 18:15:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9045C32A7F; Fri, 22 Feb 2019 18:15:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 41E4B32A7C for ; Fri, 22 Feb 2019 18:15:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725942AbfBVSPQ (ORCPT ); Fri, 22 Feb 2019 13:15:16 -0500 Received: from namei.org ([65.99.196.166]:53660 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725832AbfBVSPQ (ORCPT ); Fri, 22 Feb 2019 13:15:16 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x1MIFBbr016281; Fri, 22 Feb 2019 18:15:11 GMT Date: Sat, 23 Feb 2019 05:15:11 +1100 (AEDT) From: James Morris To: Linus Torvalds cc: linux-security-module@vger.kernel.org, David Howells , Eric Biggers Subject: [GIT PULL] More key subsystem fixes for 5.0 Message-ID: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Sender: owner-linux-security-module@vger.kernel.org Precedence: bulk List-ID: X-Virus-Scanned: ClamAV using ClamSMTP Please pull these fixes from Eric Biggers. The following changes since commit 8a61716ff2ab23eddd1f7a05a075a374e4d0c3d4: Merge tag 'ceph-for-5.0-rc8' of git://github.com/ceph/ceph-client (2019-02-21 09:43:37 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git fixes-v5.0-rc7 for you to fetch changes up to ede0fa98a900e657d1fcd80b50920efc896c1a4c: KEYS: always initialize keyring_index_key::desc_len (2019-02-22 10:11:34 -0800) ---------------------------------------------------------------- Eric Biggers (2): KEYS: user: Align the payload buffer KEYS: always initialize keyring_index_key::desc_len include/keys/user-type.h | 2 +- security/keys/keyring.c | 4 +--- security/keys/proc.c | 3 +-- security/keys/request_key.c | 1 + security/keys/request_key_auth.c | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-)