From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 645EA257C for ; Thu, 23 Feb 2023 13:07:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DDABBC433D2; Thu, 23 Feb 2023 13:07:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677157678; bh=IHGHq7o3RdIFyabZDAY0oXamIhW2ibTQzXDyEA2cSf0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gwxqpORuppuH/zC1Kj4bQEQbAICIyGql2ev9rs5PsPJCYM1C8WsoOFAAQryU1OFF0 wjhodSp13OUuKD7RpHGQ2zHb1YCa7hdPIWFXkjCj2mJ4E7rI70vTyyiRarrg4mfYoX fdO5PA9kMhByDNclvL1nIdCxa8ugbnSgocR4iisI= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Paul Moore Subject: [PATCH 5.10 23/25] audit: update the mailing list in MAINTAINERS Date: Thu, 23 Feb 2023 14:06:40 +0100 Message-Id: <20230223130427.830990355@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230223130426.817998725@linuxfoundation.org> References: <20230223130426.817998725@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Paul Moore 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 --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3001,7 +3001,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