Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp4553183pxa; Mon, 10 Aug 2020 11:56:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzDMZjK54h3/xuueI1LtC7Dgpon4MZC7YFeB0ASx8IB6kfnIx+nr+vfDr0JUdAG99+qe8GD X-Received: by 2002:a17:906:2f07:: with SMTP id v7mr23896443eji.313.1597085791269; Mon, 10 Aug 2020 11:56:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597085791; cv=none; d=google.com; s=arc-20160816; b=EmTqK3R+SKFZjhGcmrhlg0zZ/7o2ZijSn7UItA976ddiZ/19JFB3US/emoDYQFbmRZ tHnPuSigyfXfKdWhR+TRMrEK0qPnE+usGJ0arJ3oh8EjznVSCuJY7UvUgnUq5AYbylPY A4d3uoHIjK1fl97V+ocz4TpZg4H5xvS3+x2mAE3LV832YauEwDMpC6eFibSQXu9HSzMF nXEN6vq6zarelT8ujHaaVf4/kEYsbwR/y6ncFQrcOYWzJciJ+bB7W3HhEjewbeZp8FF/ pbIO/4c2UUGG6VS9LRiE8cbhaCeY/H5YevO/sejiZ+AZjlpS8EpN1UaQqmw/a33qjseg 76bw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :subject:cc:to:from:date; bh=YTAWOO1CBQi/rS2eq9DSjpGtRpAs+/dxSvxXpqnfX0A=; b=QxO3TWenUfxMuTeqONWXcwHEfvV5JeKgzRewleDxJG3uOEg+qeIgGL8gx5hqJuJg/M C0RWjzfDe96eSk6qaH0o5paFhliyENbevHTPvEYNpwRa2SMysjeSm+d3y3udRWmmFMcC Ez6aMc7giaDIqHmrGxlWV5QTojCNKFVwF3dxxGNG+WXLrD7TmKI3GAr3qdWHHtME1xmY uwuN47cJBXyWvxsvZH3qb3JT/2rDBSTxhsVgQR88dkSrrN7OM7nBgwqwQXmdFZe/jsq9 b0rSJGherYR2BMtRGDjfmCSemEpWyTikBOWxTv7kCZG2bddCewYveBXSI2XVfxfKouN1 NxtQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id qc4si10698833ejb.712.2020.08.10.11.56.08; Mon, 10 Aug 2020 11:56:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728177AbgHJSzf (ORCPT + 99 others); Mon, 10 Aug 2020 14:55:35 -0400 Received: from namei.org ([65.99.196.166]:58356 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728103AbgHJSzf (ORCPT ); Mon, 10 Aug 2020 14:55:35 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id 07AItXuf028307; Mon, 10 Aug 2020 18:55:33 GMT Date: Tue, 11 Aug 2020 04:55:33 +1000 (AEST) From: James Morris To: Linus Torvalds cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: [GIT PULL] Security subsystem updates for v5.9 Message-ID: User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A couple of minor documentation updates only for this release. Please pull. --- The following changes since commit 3d77e6a8804abcc0504c904bd6e5cdf3a5cf8162: Linux 5.7 (2020-05-31 16:49:15 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git tags/for-v5.9 for you to fetch changes up to bb22d80b47d5dd641d09d31946c4be0f610f3f45: LSM: drop duplicated words in header file comments (2020-08-06 12:00:17 -0700) ---------------------------------------------------------------- Minor fixes for v5.9. ---------------------------------------------------------------- Alexander A. Klimov (1): Replace HTTP links with HTTPS ones: security Randy Dunlap (1): LSM: drop duplicated words in header file comments include/linux/lsm_hook_defs.h | 2 +- include/linux/lsm_hooks.h | 2 +- security/Kconfig | 2 +- security/apparmor/Kconfig | 2 +- security/integrity/ima/Kconfig | 2 +- security/integrity/ima/ima_template.c | 2 +- security/integrity/ima/ima_template_lib.c | 2 +- security/integrity/ima/ima_template_lib.h | 2 +- security/keys/encrypted-keys/ecryptfs_format.c | 2 +- security/keys/encrypted-keys/ecryptfs_format.h | 2 +- security/keys/encrypted-keys/encrypted.c | 2 +- security/keys/encrypted-keys/masterkey_trusted.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-)