On Tue, 12 Aug 2025 21:01:21 -0700 Eric Biggers wrote: > + if (net->sctp.cookie_auth_enable) > + tbl.data = (char *)"sha256"; > + else > + tbl.data = (char *)"none"; > + tbl.maxlen = strlen(tbl.data); > + return proc_dostring(&tbl, 0, buffer, lenp, ppos); I wonder if someone out there expects to read back what they wrote, but let us find out. It'd be great to get an ack / review from SCTP maintainers, otherwise we'll apply by Monday..