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 CEF323B8BCB for ; Tue, 12 May 2026 12:27:05 +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=1778588825; cv=none; b=aK42kau1QSVmGU2QsI4HFlcx3Srd7ERdkQ+WH7k9jIftLaL8io+iYFKmukp8avyzglZaV2nezbE8j1G6qmeVIGH2cnNEdmSNzWcbW6z94pp7Q3SpdHO42HNM04AMMv4wHGJOxxZPGVx5RiR217528a2BAM+/mdcXwL4Ul/G8pWA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778588825; c=relaxed/simple; bh=yZqum8aQjfqQt6nz3oqR7Y9o2hlrz7TSFbWdaEDj5Jg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Y1wpkBna/4kUinxyedkS5IiQ7iTOt222nGb7UfO5H0Ps7Wb5NXVKyckToHsy2oCMbQJFAsBzQg6QEOymgBT81mYQtiJwFZ69AeWxJRKXs/UPe1hBheSTPsDl3m3yqhraZBVEDjmd4lI8gluNhRwuNPos30KUv/Kkh3j10Gb48Ko= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1D7C7C2BCF5; Tue, 12 May 2026 12:27:02 +0000 (UTC) From: Geert Uytterhoeven To: kuba@kernel.org Cc: andrew+netdev@lunn.ch, davem@davemloft.net, dsahern@kernel.org, edumazet@google.com, horms@kernel.org, idosch@nvidia.com, netdev@vger.kernel.org, pabeni@redhat.com Subject: Re: [PATCH net] MAINTAINERS: update the IPv4/IPv6 entry and add Ido Schimmel Date: Tue, 12 May 2026 14:27:01 +0200 Message-ID: <20260512122701.2656064-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260428203924.1229169-1-kuba@kernel.org> References: <20260428203924.1229169-1-kuba@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On Tue, 28 Apr 2026 13:39:24, Jakub Kicinski wrote: > The IPv4/IPv6 and routing code is not very well separated from > the TCP/UDP code. Scope it down properly by providing a more > accurate file list, instead of net/ipv4/ and net/ipv6/ > > Now that the entry is more accurately representing layer 3 > and routing merge in the nexthop entry into it. > > Add Ido Schimmel as a co-maintainer, Ido's git history speaks > for itself. > > Reviewed-by: David Ahern > Reviewed-by: Ido Schimmel > Signed-off-by: Jakub Kicinski Thanks for your patch, which is now commit e73cafaf4acea544 ("MAINTAINERS: update the IPv4/IPv6 entry and add Ido Schimmel") in v7.1-rc2. > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18672,19 +18672,59 @@ F: net/xfrm/ > F: tools/testing/selftests/net/ipsec.c > > NETWORKING [IPv4/IPv6] > -M: "David S. Miller" Is this removal intentional? It is not mentioned in the patch description. > M: David Ahern > +M: Ido Schimmel > L: netdev@vger.kernel.org > S: Maintained Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds