[lttng-dev] [PATCH lttng-modules 1/2] Fix: Allow alphanumeric characters in SLE version

2018-08-09 Thread Michael Jeanson
Allow alphanumeric characters in the long version string before extracting specific version numbers. This prevents failure in detecting a SuSE kernel when the version string was customized by the end user. Signed-off-by: Michael Jeanson --- scripts/abi-sle-version.sh | 2 +- 1 file changed, 1 in

[lttng-dev] [PATCH lttng-modules 2/2] Fix: adjust SLE version ranges to build with SP2 and SP3

2018-08-09 Thread Michael Jeanson
The early kernel versions of SuSE 12 SP3 overlap with the range from the later SP2 kernels but are from a different source trees. This patch adds specific ranges for the SP3 kernels that overlap and allows compatibility with both SP2 and SP3 kernels. Signed-off-by: Michael Jeanson --- instrument

[lttng-dev] [PATCH lttng-modules stable-2.x 1/2] Fix: Allow alphanumeric characters in SLE version

2018-08-09 Thread Michael Jeanson
Allow alphanumeric characters in the long version string before extracting specific version numbers. This prevents failure in detecting a SuSE kernel when the version string was customized by the end user. Signed-off-by: Michael Jeanson --- abi-sle-version.sh | 2 +- 1 file changed, 1 insertion(

[lttng-dev] [PATCH lttng-modules stable-2.x 2/2] Fix: adjust SLE version ranges to build with SP2 and SP3

2018-08-09 Thread Michael Jeanson
The early kernel versions of SuSE 12 SP3 overlap with the range from the later SP2 kernels but are from a different source trees. This patch adds specific ranges for the SP3 kernels that overlap and allows compatibility with both SP2 and SP3 kernels. Signed-off-by: Michael Jeanson --- instrument

Re: [lttng-dev] [PATCH lttng-modules 1/2] Fix: Allow alphanumeric characters in SLE version

2018-08-09 Thread Mathieu Desnoyers
Both merged into master, thanks! Mathieu - On Aug 9, 2018, at 11:55 AM, Michael Jeanson mjean...@efficios.com wrote: > Allow alphanumeric characters in the long version string before > extracting specific version numbers. This prevents failure in detecting > a SuSE kernel when the version st

Re: [lttng-dev] [PATCH lttng-modules stable-2.x 1/2] Fix: Allow alphanumeric characters in SLE version

2018-08-09 Thread Mathieu Desnoyers
Both merged into 2.9, 2.10, thanks! Mathieu - On Aug 9, 2018, at 11:56 AM, Michael Jeanson mjean...@efficios.com wrote: > Allow alphanumeric characters in the long version string before > extracting specific version numbers. This prevents failure in detecting > a SuSE kernel when the version

[lttng-dev] [RELEASE] LTTng-modules 2.10.7 and 2.9.10 (Linux kernel tracer)

2018-08-09 Thread Mathieu Desnoyers
This is a bugfix release of the LTTng kernel tracer. It mainly adapts to newer Linux vanilla and distribution kernels. It also adds the "extra version information framework", which allows appending extra version information to modinfo. See extra_version/README and extra_version/patches/README for