Searched hist:"915 eed20e40f4dcb142cb29a3de6f6ba67f4bb5a" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/um/os-Linux/ |
H A D | Makefile | diff 915eed20e40f4dcb142cb29a3de6f6ba67f4bb5a Sat May 21 10:46:10 CDT 2016 Vegard Nossum <vegard.nossum@oracle.com> um: Support kcov
This adds support for kcov to UML.
There is a small problem where UML will randomly segfault during boot; this is because current_thread_info() occasionally returns an invalid (non-NULL) pointer and we try to dereference it in __sanitizer_cov_trace_pc(). I consider this a bug in UML itself and this patch merely exposes it.
[v2: disable instrumentation in UML-specific code]
Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com> Cc: Richard Weinberger <richard@nod.at> Cc: Thomas Meyer <thomas@m3y3r.de> Cc: user-mode-linux-devel <user-mode-linux-devel@lists.sourceforge.net> Cc: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
/openbmc/linux/arch/x86/um/vdso/ |
H A D | Makefile | diff 915eed20e40f4dcb142cb29a3de6f6ba67f4bb5a Sat May 21 10:46:10 CDT 2016 Vegard Nossum <vegard.nossum@oracle.com> um: Support kcov
This adds support for kcov to UML.
There is a small problem where UML will randomly segfault during boot; this is because current_thread_info() occasionally returns an invalid (non-NULL) pointer and we try to dereference it in __sanitizer_cov_trace_pc(). I consider this a bug in UML itself and this patch merely exposes it.
[v2: disable instrumentation in UML-specific code]
Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com> Cc: Richard Weinberger <richard@nod.at> Cc: Thomas Meyer <thomas@m3y3r.de> Cc: user-mode-linux-devel <user-mode-linux-devel@lists.sourceforge.net> Cc: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|
/openbmc/linux/arch/um/kernel/ |
H A D | Makefile | diff 915eed20e40f4dcb142cb29a3de6f6ba67f4bb5a Sat May 21 10:46:10 CDT 2016 Vegard Nossum <vegard.nossum@oracle.com> um: Support kcov
This adds support for kcov to UML.
There is a small problem where UML will randomly segfault during boot; this is because current_thread_info() occasionally returns an invalid (non-NULL) pointer and we try to dereference it in __sanitizer_cov_trace_pc(). I consider this a bug in UML itself and this patch merely exposes it.
[v2: disable instrumentation in UML-specific code]
Cc: Quentin Casasnovas <quentin.casasnovas@oracle.com> Cc: Richard Weinberger <richard@nod.at> Cc: Thomas Meyer <thomas@m3y3r.de> Cc: user-mode-linux-devel <user-mode-linux-devel@lists.sourceforge.net> Cc: Dmitry Vyukov <dvyukov@google.com> Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Richard Weinberger <richard@nod.at>
|