Attention is currently required from: laforge, pespin.
1 comment:
Patchset:
Related:
https://stackoverflow.com/questions/64859526/does-linux-kernel-list-implementation-cause-ub
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.
To view, visit change 43150. To unsubscribe, or for help writing mail filters, visit settings.