fix: RT_PATCH_VERSION is close to overflow
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 8 Feb 2021 20:32:47 +0000 (15:32 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Feb 2021 19:31:34 +0000 (14:31 -0500)
commitb737968d5f0badac76586270e7df4ce6447adc5a
treeddf406cebc2af71a0b6e5a7e1de51fb113a51e62
parentdb34449e0268698d2a21c68bfd96f62dc6e84c16
fix: RT_PATCH_VERSION is close to overflow

We allocated only 8bits for RT_PATCH_VERSION in LTTNG_RT_VERSION_CODE,
the current RT patch version for the 4.4 branch is currently 214 which
is getting close to 256. Bump it to 16bits to avoid breakage in the
future.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I0666bbe996854696ac98e025eb02e5fced0540b1
include/lttng/kernel-version.h
This page took 0.025344 seconds and 4 git commands to generate.