From patchwork Wed Oct 9 08:47:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 13827869 X-Patchwork-Delegate: kuba@kernel.org 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 493F21898FC; Wed, 9 Oct 2024 08:47:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728463667; cv=none; b=K1qTn0jfdaWrwTfAomk3OOvQA2NUq60ahr3EOkgnKgFhpQWLuciVq2uZi1SlHNmR/u/wQZMeDTf9BHnDLCWhTXnjWL6d0JBRVoxE7u1eGiAo2OsGKgkP1T5Hjau8Rt6FB3jm1l/eBTGGdbsHxCDypxnjiYBpm/nUqn9LdfPih5I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728463667; c=relaxed/simple; bh=3GkFx057SDb38VlHFTVBAFnu4RYRBKVa0vtcqxib+l8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=uLWTBhI7IudLRJP1s2HuohklBvvfqoMh+jKYfL5k5OfJ0P9gfr61JpDIwzYhD65MoZLgVxUyi0p4/+u66wEo5DNCJd0MHTsIBB77YaHMf+g3heooN4jtgHlImgzq10zEk8WNAirTTCv1n7wed/OYP4AkVRan7wzP3Jh+FKlOejQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=sbbWOOrm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="sbbWOOrm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5941AC4AF09; Wed, 9 Oct 2024 08:47:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728463666; bh=3GkFx057SDb38VlHFTVBAFnu4RYRBKVa0vtcqxib+l8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=sbbWOOrm+KrtfO/DCXuXa1BN9ZNkstCKpYZXknhXVijIvxF0nHa8DTchQ+0Rt+E6g X1WsEI1D4ZV+qoJUhOgqFN/dk1xulgoyxbZtAfQxoCv9gwiiZoRtBgrliKtq2LfHmx tsdMwDy5bd0DtcH3RT+AaSiF+05a+UW0mFP8nhdu3FByChV2lFuH7VUPSyqq/3u0p4 8+Zc+pQLjUFnADp88MsDR7ScsF7MXSa6PDq0PUZgYbotqatv4gO7GOxwoc2efofSON viQvigZod/xTd0ewJdEAQDe9F5Duzm+9Hfh77c9OQKffgz+hxJXRAtTDr4NL1AyD5w 7d0QAh8ViUcPw== From: Simon Horman Date: Wed, 09 Oct 2024 09:47:22 +0100 Subject: [PATCH net v2 1/2] MAINTAINERS: consistently exclude wireless files from NETWORKING [GENERAL] Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20241009-maint-net-hdrs-v2-1-f2c86e7309c8@kernel.org> References: <20241009-maint-net-hdrs-v2-0-f2c86e7309c8@kernel.org> In-Reply-To: <20241009-maint-net-hdrs-v2-0-f2c86e7309c8@kernel.org> To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Johannes Berg , Willem de Bruijn , linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org X-Mailer: b4 0.14.0 X-Patchwork-Delegate: kuba@kernel.org We already exclude wireless drivers from the netdev@ traffic, to delegate it to linux-wireless@, and avoid overwhelming netdev@. Many of the following wireless-related sections MAINTAINERS are already not included in the NETWORKING [GENERAL] section. For consistency, exclude those that are. * 802.11 (including CFG80211/NL80211) * MAC80211 * RFKILL Acked-by: Johannes Berg Signed-off-by: Simon Horman --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c27f3190737f..ea3ea2c0d3fa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16197,8 +16197,19 @@ F: lib/random32.c F: net/ F: tools/net/ F: tools/testing/selftests/net/ +X: Documentation/networking/mac80211-injection.rst +X: Documentation/networking/mac80211_hwsim/ +X: Documentation/networking/regulatory.rst +X: include/net/cfg80211.h +X: include/net/ieee80211_radiotap.h +X: include/net/iw_handler.h +X: include/net/mac80211.h +X: include/net/wext.h X: net/9p/ X: net/bluetooth/ +X: net/mac80211/ +X: net/rfkill/ +X: net/wireless/ NETWORKING [IPSEC] M: Steffen Klassert From patchwork Wed Oct 9 08:47:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Horman X-Patchwork-Id: 13827870 X-Patchwork-Delegate: kuba@kernel.org 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 A44D51898FC; Wed, 9 Oct 2024 08:47:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728463675; cv=none; b=ardqR48yO278A/W22VK6pr9tOE9P+OhtgGK2pGH0DtD0EyFKdm/qUkT8SS2cZMYg71rk8qMQ6fUqVANYaoOjQ/iGA3E25/8P7w9bk31BBhQMhLQ9MmQveqezcrunfvAau07NKv74VSbE+961M2iMx+dUpfNgQ3DDfuj63nrtbGA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728463675; c=relaxed/simple; bh=G0P6RiNBpslu3+oBLFbdqikIby7XuwXzQ6/LxRVfw4Y=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=P9Pl7FLn7kkcF48aXvM36N3CRe/57Ub8HmhMkXSZt5EE6vRT2/a7bDLhCqjDbkI0Zwa8RnPqacWnmBEUGyzV94zeoNanb/8+J9h+Ear6ZojXjryQK/p3gghs+PSjVvKEv6J8Pd8GMvSncpoNBTZJNb4Bvm7+7/k2F5dI0kveHow= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=EYLF9OLW; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="EYLF9OLW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0FCB1C4CED1; Wed, 9 Oct 2024 08:47:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1728463675; bh=G0P6RiNBpslu3+oBLFbdqikIby7XuwXzQ6/LxRVfw4Y=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=EYLF9OLWvdUGjEZmuY58CYHfT4bZkNm4c06NZNZLePWA1vn32kclrvK9A8uSLXsuw fwzF52eANhtkEGqqjZo+a70z8PEqYyPt+drnkBem1qYhSXbwbtdfb1nfteo8Z3SkhP R6xKWQOku1+32HxCG6JoCidStp3jI3q92m7mrIw3kMNfab/JIHSHqYZn9yCqUnIUuC tw7i04u+Noi2X9QwiZzV1/FOEProwpPRiMeKQMYQvgYXp6muZW72A3f+hY5KfdryvF shiM5cfanwcaGrNn1Ngodj2WAsNE57QZ6fgjFjliy/eO6DQf+LFWuKQtuLm2bb9hL/ XPGdt+/MiWVPQ== From: Simon Horman Date: Wed, 09 Oct 2024 09:47:23 +0100 Subject: [PATCH net v2 2/2] MAINTAINERS: Add headers and mailing list to UDP section Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Message-Id: <20241009-maint-net-hdrs-v2-2-f2c86e7309c8@kernel.org> References: <20241009-maint-net-hdrs-v2-0-f2c86e7309c8@kernel.org> In-Reply-To: <20241009-maint-net-hdrs-v2-0-f2c86e7309c8@kernel.org> To: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Johannes Berg , Willem de Bruijn , linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, Willem de Bruijn X-Mailer: b4 0.14.0 X-Patchwork-Delegate: kuba@kernel.org Add netdev mailing list and some more udp.h headers to the UDP section. This is now more consistent with the TCP section. Acked-by: Willem de Bruijn Signed-off-by: Simon Horman --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ea3ea2c0d3fa..1ce8c86cdbaa 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24184,8 +24184,12 @@ F: drivers/usb/host/xhci* USER DATAGRAM PROTOCOL (UDP) M: Willem de Bruijn +L: netdev@vger.kernel.org S: Maintained F: include/linux/udp.h +F: include/net/udp.h +F: include/trace/events/udp.h +F: include/uapi/linux/udp.h F: net/ipv4/udp.c F: net/ipv6/udp.c