Searched hist:f115c0612131d8f939f6f357f57bdd85bd6a59de (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/amd64/conf/ |
H A D | GENERIC-KASAN | f115c0612131d8f939f6f357f57bdd85bd6a59de Tue Apr 13 23:39:35 CEST 2021 Mark Johnston <markj@FreeBSD.org> amd64: Add MD bits for KASAN
- Initialize KASAN before executing SYSINITs. - Add a GENERIC-KASAN kernel config, akin to GENERIC-KCSAN. - Increase the kernel stack size if KASAN is enabled. Some of the ASAN instrumentation increases stack usage and it's enough to trigger stack overflows in ZFS. - Mark the trapframe as valid in interrupt handlers if it is assigned to td_intr_frame. Otherwise, an interrupt in a function which creates a poisoned alloca region can trigger false positives.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29455
|
/freebsd/sys/x86/isa/ |
H A D | atpic.c | diff f115c0612131d8f939f6f357f57bdd85bd6a59de Tue Apr 13 23:39:35 CEST 2021 Mark Johnston <markj@FreeBSD.org> amd64: Add MD bits for KASAN
- Initialize KASAN before executing SYSINITs. - Add a GENERIC-KASAN kernel config, akin to GENERIC-KCSAN. - Increase the kernel stack size if KASAN is enabled. Some of the ASAN instrumentation increases stack usage and it's enough to trigger stack overflows in ZFS. - Mark the trapframe as valid in interrupt handlers if it is assigned to td_intr_frame. Otherwise, an interrupt in a function which creates a poisoned alloca region can trigger false positives.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29455
|
/freebsd/sys/amd64/include/ |
H A D | param.h | diff f115c0612131d8f939f6f357f57bdd85bd6a59de Tue Apr 13 23:39:35 CEST 2021 Mark Johnston <markj@FreeBSD.org> amd64: Add MD bits for KASAN
- Initialize KASAN before executing SYSINITs. - Add a GENERIC-KASAN kernel config, akin to GENERIC-KCSAN. - Increase the kernel stack size if KASAN is enabled. Some of the ASAN instrumentation increases stack usage and it's enough to trigger stack overflows in ZFS. - Mark the trapframe as valid in interrupt handlers if it is assigned to td_intr_frame. Otherwise, an interrupt in a function which creates a poisoned alloca region can trigger false positives.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29455
|
/freebsd/sys/x86/x86/ |
H A D | local_apic.c | diff f115c0612131d8f939f6f357f57bdd85bd6a59de Tue Apr 13 23:39:35 CEST 2021 Mark Johnston <markj@FreeBSD.org> amd64: Add MD bits for KASAN
- Initialize KASAN before executing SYSINITs. - Add a GENERIC-KASAN kernel config, akin to GENERIC-KCSAN. - Increase the kernel stack size if KASAN is enabled. Some of the ASAN instrumentation increases stack usage and it's enough to trigger stack overflows in ZFS. - Mark the trapframe as valid in interrupt handlers if it is assigned to td_intr_frame. Otherwise, an interrupt in a function which creates a poisoned alloca region can trigger false positives.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29455
|
/freebsd/sys/amd64/amd64/ |
H A D | machdep.c | diff f115c0612131d8f939f6f357f57bdd85bd6a59de Tue Apr 13 23:39:35 CEST 2021 Mark Johnston <markj@FreeBSD.org> amd64: Add MD bits for KASAN
- Initialize KASAN before executing SYSINITs. - Add a GENERIC-KASAN kernel config, akin to GENERIC-KCSAN. - Increase the kernel stack size if KASAN is enabled. Some of the ASAN instrumentation increases stack usage and it's enough to trigger stack overflows in ZFS. - Mark the trapframe as valid in interrupt handlers if it is assigned to td_intr_frame. Otherwise, an interrupt in a function which creates a poisoned alloca region can trigger false positives.
MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D29455
|