From 67b95dcf1275ff6e5172c8318cc1c3d64c968182 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 7 May 2026 14:26:50 +0300 Subject: [PATCH] lttng-modules: update to 2.15.1 Bug-fix release (2026-04-24). Changes: - Fix: kallsyms on powerpc64 with ABI V1 - fix: ASoC: soc-dapm: move struct snd_soc_dapm_context (v7.0) - fix: adjust range in btrfs probe for v6.18.14 Reference: https://lttng.org/files/lttng-modules/ Signed-off-by: Alexandru Ardelean --- devel/lttng-modules/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/lttng-modules/Makefile b/devel/lttng-modules/Makefile index 81f2245a5b..24b7315dee 100644 --- a/devel/lttng-modules/Makefile +++ b/devel/lttng-modules/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lttng-modules -PKG_VERSION:=2.13.9 +PKG_VERSION:=2.15.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/ -PKG_HASH:=bf808b113544287cfe837a6382887fa66354ef5cc8216460cebbef3d27dc3581 +PKG_HASH:=4eab35edeaa84ddefa243f2f842af1482325062ee008fb511a3ff191b9aa09ac PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=LGPL-2.1 GPL-2.0 MIT