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:10:43 +0000 (10:10 -0500)
commit140ade7579fb78822566924134d4547c24614d4f
treed133743e238a8025506fc0dbf37378a11e955d6e
parent919f286898a7782eeb8483cd31a52a77a31562b3
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: Id6046ac402b33c8aff577d66a7d68397a1f08d5c
lttng-kernel-version.h
This page took 0.025346 seconds and 4 git commands to generate.