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
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
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(
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
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
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
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