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>
Mon, 8 Feb 2021 19:11:00 +0000 (14:11 -0500)
commitaf59031181f353ba1b46d2a085fcb9b74c69c170
treed1dda7c1d1d9c3a4edce9b4b24d5acc0b38ee251
parent7b25fa17c155f7088af45e843a711250ab0e7cb7
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.

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