From patchwork Tue Apr 27 23:16:37 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Morris X-Patchwork-Id: 12227857 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1FA41C433ED for ; Tue, 27 Apr 2021 23:20:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 037516101E for ; Tue, 27 Apr 2021 23:20:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235423AbhD0XV0 (ORCPT ); Tue, 27 Apr 2021 19:21:26 -0400 Received: from namei.org ([65.99.196.166]:53970 "EHLO mail.namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239429AbhD0XVZ (ORCPT ); Tue, 27 Apr 2021 19:21:25 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.namei.org (Postfix) with ESMTPS id E58508B0; Tue, 27 Apr 2021 23:16:37 +0000 (UTC) Date: Wed, 28 Apr 2021 09:16:37 +1000 (AEST) From: James Morris To: Linus Torvalds cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL][Security Subsystem] Fixes for v5.13 Message-ID: MIME-Version: 1.0 Precedence: bulk List-ID: Hi Linus, Please pull these minor fixes for the security subsystem for v5.13. --- The following changes since commit f40ddce88593482919761f74910f42f4b84c004b: Linux 5.11 (2021-02-14 14:32:24 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git tags/fixes-v5.13 for you to fetch changes up to 049ae601f3fb3d5b1c1efdb434499770c96237f6: security: commoncap: clean up kernel-doc comments (2021-04-15 09:21:58 -0700) ---------------------------------------------------------------- Miscellaneous minor fixes for v5.13. ---------------------------------------------------------------- Arnd Bergmann (1): security: commoncap: fix -Wstringop-overread warning Randy Dunlap (1): security: commoncap: clean up kernel-doc comments security/commoncap.c | 52 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 18 deletions(-)