Re: [PATCH v2 net-next] sysctl net: Remove macro checks for CONFIG_SYSCTL
From: Jason Xing
Date: Tue Jan 21 2025 - 06:00:06 EST
On Tue, Jan 21, 2025 at 5:17 PM Denis Kirjanov <kirjanov@xxxxxxxxx> wrote:
>
> > Please take a look at the commit:
> > commit b144fcaf46d43b1471ad6e4de66235b8cebb3c87
> > Author: Kuniyuki Iwashima <kuniyu@xxxxxxxxxx>
> > Date: Wed Jun 14 12:47:05 2023 -0700
> >
> > dccp: Print deprecation notice.
> >
> > DCCP was marked as Orphan in the MAINTAINERS entry 2 years ago in commit
> > 054c4610bd05 ("MAINTAINERS: dccp: move Gerrit Renker to CREDITS"). It says
> > we haven't heard from the maintainer for five years, so DCCP is not well
> > maintained for 7 years now.
>
> Yes, but on another hand I see that it's evolving, like MP-DCCP and
> the according ietf draft
> here: https://datatracker.ietf.org/doc/draft-ietf-tsvwg-multipath-dccp/20/
>
> Also there is a out-of-the tree repo available with the implementation
> of mp-dccp:
> https://github.com/telekom/mp-dccp
Interesting. Thanks for letting me know. It seems that we have to
remove the deprecation warning...
Thanks,
Jason