From mboxrd@z Thu Jan 1 00:00:00 1970 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,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 5FE2EC433ED for ; Mon, 26 Apr 2021 23:35:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3223A61165 for ; Mon, 26 Apr 2021 23:35:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234895AbhDZXgY (ORCPT ); Mon, 26 Apr 2021 19:36:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55160 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232022AbhDZXgW (ORCPT ); Mon, 26 Apr 2021 19:36:22 -0400 Received: from mail-ej1-x636.google.com (mail-ej1-x636.google.com [IPv6:2a00:1450:4864:20::636]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9FF1DC061574 for ; Mon, 26 Apr 2021 16:35:39 -0700 (PDT) Received: by mail-ej1-x636.google.com with SMTP id zl7so7245090ejb.6 for ; Mon, 26 Apr 2021 16:35:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paul-moore-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to:cc; bh=z9nwM+xGXppOI0Ks+fmVvRjiIDun7SjvWhFDgg46BCU=; b=d2H+6AyeUiH/Pw2MeksNKePigxWd+ab0G8oCa/5sLcqxCt5Jf3n91bbUCUC7Qi4L29 kJ9oYk06v0gMtHiqBwcQBUD+boyptN/I8OrDGEhAgcs1dyF8Vr8e8k6q+G3/epYDSdsE HEMhtO1vp1PRcKlrFvb+S4HmRDHFS18Uemj25HdvQJccTzFOpQahKRufaVrQAFsRuuio ZZFFyXTg+5i/ANQIAR5EXtXdjWljQNRP/hO0shLkfglm9FubPLfx5z7eXyo6/N6hnAGl 36Qohkj1BI4SOCo8p41Pu252z4AjhJdWLQlopn2tmr+VcdSQV5hUMGNhYQi625iFAdXM Y9Mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=z9nwM+xGXppOI0Ks+fmVvRjiIDun7SjvWhFDgg46BCU=; b=Bv0TQuoGW+MyTuBZUJjgadSoV4ctV+szxaF4s49ofXiMt0CTwSLFySk6e7k+ag+ETz BctZjDOKS0wvVyA+E8IV6zPI5PlvIOor2+r9VYrSeVJU4jd6tidjroPqp0oVRmCs9mkR C0aicXYvNLOBz1b6jM9www0tWzGSki83TBRvuNoiE4qnQl/lZc8cNUt3n1e5/f17rnPd aBxBuImpwu5whmhEBY/4hNGZlQoRDzCq7GxZruUm1C7Nn8X8iWE0Jw/B51jdxGqbAlb9 kQy+4tiZf+AjelY8aDI/50ZolXLFQi/ThfpjTJYjv0Fw0QdI7dLErUo2qEvSfR9j4/Pz VBmg== X-Gm-Message-State: AOAM5329biGfyvOAUXlERsHE38B0XyPZ7uq1GuPjGOj0QVISr2PTs1Sf IsK+pLu+hCsZaZRSmMFw0+NCHi7KFA/CZg16n9bs X-Google-Smtp-Source: ABdhPJypP0qmW+oe/zm/ATaVIhbgFTpfuaTwreU8xoMWPk++Oye2A1v54uUNWQM5CVzM/494TAw4PuNzG+Q/WcadoVw= X-Received: by 2002:a17:906:79a:: with SMTP id l26mr3560154ejc.268.1619480138335; Mon, 26 Apr 2021 16:35:38 -0700 (PDT) MIME-Version: 1.0 From: Paul Moore Date: Mon, 26 Apr 2021 19:35:27 -0400 Message-ID: Subject: [GIT PULL] Audit patches for v5.13 To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-audit@redhat.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus Another small pull request for audit, most of the patches are documentation updates with only two real code changes: one to fix a compiler warning for a dummy function/macro, and one to cleanup some code since we removed the AUDIT_FILTER_ENTRY ages ago (v4.17). All the patches have been tested using audit-testsuite and as of about thirty minutes ago the tag applied cleanly to your tree, please merge for v5.13. Thanks, -Paul -- The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20210426 for you to fetch changes up to b75d8f38bcc9599af42635530c00268c71911f11: audit: drop /proc/PID/loginuid documentation Format field (2021-04-01 18:32:24-0400) ---------------------------------------------------------------- audit/stable-5.13 PR 20210426 ---------------------------------------------------------------- Arnd Bergmann (1): audit: avoid -Wempty-body warning Richard Guy Briggs (5): audit: further cleanup of AUDIT_FILTER_ENTRY deprecation MAINTAINERS: update audit files audit: document /proc/PID/loginuid audit: document /proc/PID/sessionid audit: drop /proc/PID/loginuid documentation Format field Documentation/ABI/stable/procfs-audit_loginuid | 27 ++++++++++++++++++++++++ MAINTAINERS | 2 ++ kernel/audit.h | 12 ++++++------ kernel/auditsc.c | 11 ++++------- 4 files changed, 39 insertions(+), 13 deletions(-) create mode 100644 Documentation/ABI/stable/procfs-audit_loginuid -- paul moore www.paul-moore.com From mboxrd@z Thu Jan 1 00:00:00 1970 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=ham 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 B2BA4C433ED for ; Mon, 26 Apr 2021 23:36:01 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DF3166044F for ; Mon, 26 Apr 2021 23:36:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DF3166044F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=paul-moore.com Authentication-Results: mail.kernel.org; spf=tempfail smtp.mailfrom=linux-audit-bounces@redhat.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-477-Kl4Xpz7kMYalAB_yUMkkgw-1; Mon, 26 Apr 2021 19:35:56 -0400 X-MC-Unique: Kl4Xpz7kMYalAB_yUMkkgw-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B8F0D10054F6; Mon, 26 Apr 2021 23:35:52 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 8A6DC6086F; Mon, 26 Apr 2021 23:35:50 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 969921806D1A; Mon, 26 Apr 2021 23:35:47 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 13QNZigK009245 for ; Mon, 26 Apr 2021 19:35:44 -0400 Received: by smtp.corp.redhat.com (Postfix) id 98C1B200B66E; Mon, 26 Apr 2021 23:35:44 +0000 (UTC) Received: from mimecast-mx02.redhat.com (mimecast06.extmail.prod.ext.rdu2.redhat.com [10.11.55.22]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 92786200B678 for ; Mon, 26 Apr 2021 23:35:42 +0000 (UTC) Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3FD8F185A7B5 for ; Mon, 26 Apr 2021 23:35:42 +0000 (UTC) Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-31-dMIYfG6IPPi865P4TqimuQ-1; Mon, 26 Apr 2021 19:35:39 -0400 X-MC-Unique: dMIYfG6IPPi865P4TqimuQ-1 Received: by mail-ej1-f43.google.com with SMTP id r20so37192127ejo.11 for ; Mon, 26 Apr 2021 16:35:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=z9nwM+xGXppOI0Ks+fmVvRjiIDun7SjvWhFDgg46BCU=; b=pvOF4aqYBw+k6VKjO/8Q2GfXsbUs6IBCtSMtZ/G+gYbP7vSqnw4NNW4c4sn1YpGj8L Hz4nSZ+Yw07GHPLQVo7+WL6YA7Wlg7ZJs+yxuVOq/P3LPm0aW0h9Zp/9ujiww05RHU6w qL3Ac7MAWZZsrCdzVBvliAVuxlRsYjnS5TE15Bi9pSECb/cYZAlpN2oZeyuu12SmC6GG F4G+fniWID0vOBhjv8pjK4oq4P5m4zRYlsJ21NYDzWi8MFmZW74QNALYso4IRhl2fWg0 Kh1p13N83D2l+pTeRSI7PaAM06uaq8m8quD/ZWSSMkd0SC9BuFf63EOkKr8/n0vM3K0b L5cw== X-Gm-Message-State: AOAM530QV7tayCRsJrS0BjCrQbI9Usf6KF//rboUC1kExVaYzsqwaQ+8 MQkx83kIL9wk6bIv4C9GEKAONdhpMCFOnLszTuJyPz9S7CBh X-Google-Smtp-Source: ABdhPJypP0qmW+oe/zm/ATaVIhbgFTpfuaTwreU8xoMWPk++Oye2A1v54uUNWQM5CVzM/494TAw4PuNzG+Q/WcadoVw= X-Received: by 2002:a17:906:79a:: with SMTP id l26mr3560154ejc.268.1619480138335; Mon, 26 Apr 2021 16:35:38 -0700 (PDT) MIME-Version: 1.0 From: Paul Moore Date: Mon, 26 Apr 2021 19:35:27 -0400 Message-ID: Subject: [GIT PULL] Audit patches for v5.13 To: Linus Torvalds X-Mimecast-Impersonation-Protect: Policy=CLT - Impersonation Protection Definition; Similar Internal Domain=false; Similar Monitored External Domain=false; Custom External Domain=false; Mimecast External Domain=false; Newly Observed Domain=false; Internal User Name=false; Custom Display Name List=false; Reply-to Address Mismatch=false; Targeted Threat Dictionary=false; Mimecast Threat Dictionary=false; Custom Threat Dictionary=false X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-loop: linux-audit@redhat.com Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org X-BeenThere: linux-audit@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Linux Audit Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=linux-audit-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Linus Another small pull request for audit, most of the patches are documentation updates with only two real code changes: one to fix a compiler warning for a dummy function/macro, and one to cleanup some code since we removed the AUDIT_FILTER_ENTRY ages ago (v4.17). All the patches have been tested using audit-testsuite and as of about thirty minutes ago the tag applied cleanly to your tree, please merge for v5.13. Thanks, -Paul -- The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20210426 for you to fetch changes up to b75d8f38bcc9599af42635530c00268c71911f11: audit: drop /proc/PID/loginuid documentation Format field (2021-04-01 18:32:24-0400) ---------------------------------------------------------------- audit/stable-5.13 PR 20210426 ---------------------------------------------------------------- Arnd Bergmann (1): audit: avoid -Wempty-body warning Richard Guy Briggs (5): audit: further cleanup of AUDIT_FILTER_ENTRY deprecation MAINTAINERS: update audit files audit: document /proc/PID/loginuid audit: document /proc/PID/sessionid audit: drop /proc/PID/loginuid documentation Format field Documentation/ABI/stable/procfs-audit_loginuid | 27 ++++++++++++++++++++++++ MAINTAINERS | 2 ++ kernel/audit.h | 12 ++++++------ kernel/auditsc.c | 11 ++++------- 4 files changed, 39 insertions(+), 13 deletions(-) create mode 100644 Documentation/ABI/stable/procfs-audit_loginuid -- paul moore www.paul-moore.com -- Linux-audit mailing list Linux-audit@redhat.com https://listman.redhat.com/mailman/listinfo/linux-audit