Actions
Bug #1253
closed
XW
Compilation bugs under CentOS 8.1 kernel 4.18.0-147.5.1.el8_1.x86_64
Bug #1253:
Compilation bugs under CentOS 8.1 kernel 4.18.0-147.5.1.el8_1.x86_64
Start date:
04/02/2020
Due date:
% Done:
100%
Estimated time:
Description
1. wrapper/uaccess.h: access_ok only takes 2 parameters.
2. instrumentation/events/lttng-module/signal.h: SEND_SIG_FORCED undefined in kernel.
3. probes/lttng-tracepoint-event-impl.h: conflict types for trace_signal_deliver: void trace_##_name(proto) vs. static inline void trace##_name(_proto) in kernel.
The rest builds ok after fixing 1-3.
Actions