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>
Wed, 10 Feb 2021 15:51:51 +0000 (10:51 -0500)
commitea14d581084a4c237426d853cd07bfa93e9bac82
tree365e252b4c42ed8f9a2e3540794d0eebb6b1f16c
parent1dc55aa66d875d55e57e7bdbd2ffd7368215ee31
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: If0154ab5d8970134bf27a97c9ebd4310150ca126
lttng-kernel-version.h
This page took 0.024683 seconds and 4 git commands to generate.