Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/mips



Module Name:    src
Committed By:   skrll
Date:           Thu Sep 24 15:44:26 UTC 2026

Modified Files:
        src/sys/arch/mips/include: intr.h
        src/sys/arch/mips/mips: mips_fixup.c

Log Message:
mips: tag all the stub functions as __noubsan

When built with UBSAN the stub functions change to the point that the
mips_fixup_addr code doesn't understand the instructions involved.
Apply __nousbsan to avoid this.

PR//60779: Kernel complains about unexpected mips insn on boot...


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/mips/include/intr.h
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/mips/mips/mips_fixup.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index