]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'task-local-data-bug-fixes-and-improvement'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 2 Apr 2026 22:11:08 +0000 (15:11 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 2 Apr 2026 22:11:16 +0000 (15:11 -0700)
commit7e85ca02ef3aa2f37ce6dbba820f55b385330ce9
tree371e33ce55eb534b8d467ae5612c202e31608a0f
parente8aec1058ca598fe2013ef3489ae729a8070801b
parent63f5156a9c3e85ecfcc0127df6069cd7baa7eeb0
Merge branch 'task-local-data-bug-fixes-and-improvement'

Amery Hung says:

====================
Task local data bug fixes and improvement

This patchset fixed three task local data bugs, improved the
memory allocation code, and dropped unnecessary TLD_READ_ONCE. Please
find the detail in each patch's commit msg.

One thing worth mentioning is that Patch 3 allows us to renable task
local data selftests as the library now always calls aligned_alloc()
with size matching alignment under default configuration.

v1 -> v2
 - Fix potential memory leak
 - Drop TLD_READ_ONCE()
Link: https://lore.kernel.org/bpf/20260326052437.590158-1-ameryhung@gmail.com/
====================

Link: https://patch.msgid.link/20260331213555.1993883-1-ameryhung@gmail.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>