lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2a13a228-01fb-442f-924a-702342618b2e@schaufler-ca.com>
Date: Tue, 8 Apr 2025 09:28:05 -0700
From: Casey Schaufler <casey@...aufler-ca.com>
To: Christian Göttsche <cgzones@...glemail.com>,
 Paul Moore <paul@...l-moore.com>
Cc: Kuniyuki Iwashima <kuniyu@...zon.com>, selinux@...r.kernel.org,
 linux-security-module@...r.kernel.org, "David S. Miller"
 <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
 Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>,
 Simon Horman <horms@...nel.org>, David Ahern <dsahern@...nel.org>,
 Neal Cardwell <ncardwell@...gle.com>, Willem de Bruijn <willemb@...gle.com>,
 Pablo Neira Ayuso <pablo@...filter.org>,
 Jozsef Kadlecsik <kadlec@...filter.org>, James Morris <jmorris@...ei.org>,
 "Serge E. Hallyn" <serge@...lyn.com>, Kuniyuki Iwashima
 <kuni1840@...il.com>, netdev@...r.kernel.org,
 Casey Schaufler <casey@...aufler-ca.com>
Subject: Re: [PATCH v1 net-next 2/4] net: Retire DCCP.

On 4/7/2025 10:22 PM, Christian Göttsche wrote:
> Apr 8, 2025 03:35:15 Paul Moore <paul@...l-moore.com>:
>
>> On Mon, Apr 7, 2025 at 7:19 PM Kuniyuki Iwashima <kuniyu@...zon.com> wrote:
>>> DCCP was orphaned in 2021 by commit 054c4610bd05 ("MAINTAINERS: dccp:
>>> move Gerrit Renker to CREDITS"), which noted that the last maintainer
>>> had been inactive for five years.
>>>
>>> In recent years, it has become a playground for syzbot, and most changes
>>> to DCCP have been odd bug fixes triggered by syzbot.  Apart from that,
>>> the only changes have been driven by treewide or networking API updates
>>> or adjustments related to TCP.
>>>
>>> Thus, in 2023, we announced we would remove DCCP in 2025 via commit
>>> b144fcaf46d4 ("dccp: Print deprecation notice.").
>>>
>>> Since then, only one individual has contacted the netdev mailing list. [0]
>>>
>>> There is ongoing research for Multipath DCCP.  The repository is hosted
>>> on GitHub [1], and development is not taking place through the upstream
>>> community.  While the repository is published under the GPLv2 license,
>>> the scheduling part remains proprietary, with a LICENSE file [2] stating:
>>>
>>>   "This is not Open Source software."
>>>
>>> The researcher mentioned a plan to address the licensing issue, upstream
>>> the patches, and step up as a maintainer, but there has been no further
>>> communication since then.
>>>
>>> Maintaining DCCP for a decade without any real users has become a burden.
>>>
>>> Therefore, it's time to remove it.
>>>
>>> Removing DCCP will also provide significant benefits to TCP.  It allows
>>> us to freely reorganize the layout of struct inet_connection_sock, which
>>> is currently shared with DCCP, and optimize it to reduce the number of
>>> cachelines accessed in the TCP fast path.
>>>
>>> Note that we leave uAPI headers alone for userspace programs.
>>>
>>> Link: https://lore.kernel.org/netdev/20230710182253.81446-1-kuniyu@amazon.com/T/#u #[0]
>>> Link: https://github.com/telekom/mp-dccp #[1]
>>> Link: https://github.com/telekom/mp-dccp/blob/mpdccp_v03_k5.10/net/dccp/non_gpl_scheduler/LICENSE #[2]
>>> Signed-off-by: Kuniyuki Iwashima <kuniyu@...zon.com>
>> Adding the LSM and SELinux lists for obvious reasons, as well as Casey
>> directly since he maintains Smack and I don't see him on the To/CC
>> line.

It's annoying that I found out about this indirectly. No biscuit.

Nonetheless, for the Smack bits:

Acked-by: Casey Schaufler <casey@...aufler-ca.com>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ