Files
mirror_zfs/module
Tony Hutter 156a64161b Linux 6.9: Fix UBSAN errors in zap_micro.c
You can use the UBSAN_SANITIZE_* Kbuild options to exclude certain
kernel objects from the UBSAN checks.  We previously excluded
zap_micro.o with:

UBSAN_SANITIZE_zap_micro.o := n

For some reason that didn't work for the 6.9 kernel, which wants us
to use:

UBSAN_SANITIZE_zfs/zap_micro.o := n

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #16278
Closes #16330
2024-07-11 16:41:26 -07:00
..
2024-05-31 15:13:59 -07:00
2024-02-07 11:53:05 -08:00
2024-04-03 15:13:27 -07:00
2024-07-10 14:27:44 -07:00
2024-05-29 10:49:11 -07:00