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:11:53 +0000 (10:11 -0500)
commitd8f24060ae917a0abaefbcde53d0c8f8f4df9a9a
tree854b16f5d98c82c2d76363e8f4772b8d254d37d6
parentbeb39c211b4ff52c90106cc69666427f4e992c5e
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: I70d4794b1a42a54fce5f801c9245354cbf54d975
lttng-kernel-version.h
This page took 0.025031 seconds and 4 git commands to generate.