]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
refcount: Remove unused __signed_wrap function annotations
authorKees Cook <kees@kernel.org>
Tue, 31 Mar 2026 16:37:19 +0000 (09:37 -0700)
committerKees Cook <kees@kernel.org>
Tue, 31 Mar 2026 21:41:56 +0000 (14:41 -0700)
commit00247cbf173a9e1e2304db8e3f9172d36366b255
treebb75d368530326307e494f8a91131aa43e98ecd0
parenta96ef5848cb096226bf6aff31a90d8b136d99b71
refcount: Remove unused __signed_wrap function annotations

With CONFIG_UBSAN_INTEGER_WRAP being replaced by Overflow Behavior
Types, remove the __signed_wrap function annotation as it is already
unused, and any future work here will use OBT annotations instead.

Link: https://patch.msgid.link/20260331163725.2765789-1-kees@kernel.org
Signed-off-by: Kees Cook <kees@kernel.org>
include/linux/compiler_types.h
include/linux/refcount.h