Re: [PATCH v2 1/1] nptl: namespace-safe pthread keys implementation

DJ Delorie <[email protected]> Tue, 04 Aug 2026 20:09:43 -0400
Newsgroups gmane.comp.lib.glibc.alpha
Message-ID <[email protected]>
On May 27th, DJ Delorie <[email protected]> writes:
> This patch makes a couple of key changes to the pthread
> thread-specific-data (tsd) key logic:

. . .

Ping?

I rebased and retested today, and no changes were needed.

https://inbox.sourceware.org/libc-alpha/[email protected]/
https://patchwork.sourceware.org/project/glibc/patch/[email protected]/

The only pending discussion was between Adhemerval and Florian about
whether the old generation-counter logic or the new "v1" null-pointer
logic is better.  Reminder that v2 goes back to the old logic, so "no
change" that way, and the logic could be changed separately later if
consensus changes.