[lttng-dev] [PATCH lttng-modules] Fix: Adjust range for SuSE 4.4.103-92 kernels

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Fri Aug 3 15:00:49 EDT 2018


merged into 2.9, 2.10, master, thanks!

Mathieu

----- On Aug 2, 2018, at 2:34 PM, Michael Jeanson mjeanson at efficios.com wrote:

> ---
> instrumentation/events/lttng-module/block.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/instrumentation/events/lttng-module/block.h
> b/instrumentation/events/lttng-module/block.h
> index 0dab931..d632b92 100644
> --- a/instrumentation/events/lttng-module/block.h
> +++ b/instrumentation/events/lttng-module/block.h
> @@ -35,7 +35,7 @@ enum {
> #endif /* _TRACE_BLOCK_DEF_ */
> 
> #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,8,0) || \
> -	LTTNG_SLE_KERNEL_RANGE(4,4,73,5,0,0, 4,4,114,92,0,0))
> +	LTTNG_SLE_KERNEL_RANGE(4,4,73,5,0,0, 4,4,103,92,0,0))
> 
> #define lttng_req_op(rq)	req_op(rq)
> #define lttng_req_rw(rq)	((rq)->cmd_flags)
> --
> 2.17.1

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


More information about the lttng-dev mailing list