From 18b33604c9090b5d25459ebc779a4c6114982887 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Feb 27 2023 11:39:26 +0000 Subject: audit: update the mailing list in MAINTAINERS (bsc#1012628). --- diff --git a/patches.kernel.org/6.2.1-007-audit-update-the-mailing-list-in-MAINTAINERS.patch b/patches.kernel.org/6.2.1-007-audit-update-the-mailing-list-in-MAINTAINERS.patch new file mode 100644 index 0000000..1600fa0 --- /dev/null +++ b/patches.kernel.org/6.2.1-007-audit-update-the-mailing-list-in-MAINTAINERS.patch @@ -0,0 +1,41 @@ +From: Paul Moore +Date: Tue, 7 Feb 2023 10:21:47 -0500 +Subject: [PATCH] audit: update the mailing list in MAINTAINERS +References: bsc#1012628 +Patch-mainline: 6.2.1 +Git-commit: 6c6cd913accd77008f74a1a9d57b816db3651daa + +commit 6c6cd913accd77008f74a1a9d57b816db3651daa upstream. + +We've moved the upstream Linux Kernel audit subsystem discussions to +a new mailing list, this patch updates the MAINTAINERS info with the +new list address. + +Marking this for stable inclusion to help speed uptake of the new +list across all of the supported kernel releases. This is a doc only +patch so the risk should be close to nil. + +Cc: stable@vger.kernel.org +Signed-off-by: Paul Moore +Signed-off-by: Greg Kroah-Hartman +Signed-off-by: Jiri Slaby +--- + MAINTAINERS | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/MAINTAINERS b/MAINTAINERS +index 135d9336..f77188f3 100644 +--- a/MAINTAINERS ++++ b/MAINTAINERS +@@ -3515,7 +3515,7 @@ F: drivers/net/ieee802154/atusb.h + AUDIT SUBSYSTEM + M: Paul Moore + M: Eric Paris +-L: linux-audit@redhat.com (moderated for non-subscribers) ++L: audit@vger.kernel.org + S: Supported + W: https://github.com/linux-audit + T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git +-- +2.35.3 + diff --git a/series.conf b/series.conf index 7855e04..c27df2b 100644 --- a/series.conf +++ b/series.conf @@ -33,6 +33,7 @@ patches.kernel.org/6.2.1-004-x86-static_call-Add-support-for-Jcc-tail-calls.patch patches.kernel.org/6.2.1-005-HID-mcp-2221-prevent-UAF-in-delayed-work.patch patches.kernel.org/6.2.1-006-wifi-mwifiex-Add-missing-compatible-string-for-.patch + patches.kernel.org/6.2.1-007-audit-update-the-mailing-list-in-MAINTAINERS.patch ######################################################## # Build fixes that apply to the vanilla kernel too.