fix: UTS_UBUNTU_RELEASE_ABI is close to overflow
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 5 Feb 2021 20:21:55 +0000 (15:21 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Feb 2021 15:11:48 +0000 (10:11 -0500)
commit661063751b6ee9dab80a248b06e0e5fb84658553
tree2a8177b28995fa93974e14f124731be1873112e9
parent2a51de8b3ac8f24cae8a33625f1cf8638ac0a5a3
fix: UTS_UBUNTU_RELEASE_ABI is close to overflow

We allocated only 8bits for UTS_UBUNTU_RELEASE_ABI in
LTTNG_UBUNTU_KERNEL_VERSION, the current Xenial kernel has an ABI of 207
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: Ied0d331987c3784d606d46b5443dd7f8fbb39620
lttng-kernel-version.h
This page took 0.02444 seconds and 4 git commands to generate.