Attention is currently required from: laforge, pespin.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/libosmocore/+/43150?usp=email )
Change subject: linuxlist: fix false-positive UBSan misaligned-access reports ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2: Related:
https://stackoverflow.com/questions/64859526/does-linux-kernel-list-implemen... https://www.kernel.org/doc/html/v7.2/dev-tools/ubsan.html
Quote from the 2nd link:
Detection of unaligned accesses controlled through the separate option -CONFIG_UBSAN_ALIGNMENT. It’s off by default on architectures that support unaligned accesses (CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y). One could still enable it in config, just note that it will produce a lot of UBSAN reports.
We need to decide how much do we care about this, especially given that this is a false positive.