You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__oo_shmbuf_ptr2off() triggers objtool warning:
"__oo_shmbuf_ptr2off() is missing a __noreturn annotation".
The function's only purpose now is to crash with ci_assert(0).
There's no reason to keep it.
The patch moves the assertion to the caller (oo_shmbuf_ptr2off)
and removes __oo_shmbuf_ptr2off().
Signed-off-by: Sergey Nikitin <sergey.nikitin@oktet.tech>
I periodically see
ci_assert(~lib_context->thread->sig.c.aflags & 0x4)
when running sockapi-ts threaded tests:Here is a list of affected tests from sapi-ts:
This can be reproduced, for example, using such a command line:
I cannot say it is regression or not.
kernel/OS: 5.15.0-86-generic #96~20.04.1-Ubuntu SMP Thu Sep 21 13:23:37 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
OpenOnload: 76e6c7d
cns-sapi-ts: 04c3e6c
The text was updated successfully, but these errors were encountered: