Merge pull request #7618 from neheb/mod
lttng-modules: Update to 2.10.8
This commit is contained in:
commit
c08e5f38b5
2 changed files with 3 additions and 13 deletions
|
@ -8,16 +8,16 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=lttng-modules
|
PKG_NAME:=lttng-modules
|
||||||
PKG_VERSION:=2.6.1
|
PKG_VERSION:=2.10.8
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/
|
PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/
|
||||||
PKG_HASH:=0112d0646437163a0065022e5a788d049b690ec3fa99494c4ab6f61ced2a46af
|
PKG_HASH:=fe1d269bca723e8948af871c322c37d3900e647cdc5eb3efbe821e434beee44c
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=
|
||||||
PKG_LICENSE:=LGPL-2.1 GPL-2.0 MIT
|
PKG_LICENSE:=LGPL-2.1 GPL-2.0 MIT
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org>
|
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- a/instrumentation/events/lttng-module/kmem.h
|
|
||||||
+++ b/instrumentation/events/lttng-module/kmem.h
|
|
||||||
@@ -287,6 +287,7 @@ LTTNG_TRACEPOINT_EVENT_INSTANCE_PRINT(mm
|
|
||||||
)
|
|
||||||
|
|
||||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2) \
|
|
||||||
+ || LTTNG_KERNEL_RANGE(3,18,10, 3,19,0) \
|
|
||||||
|| LTTNG_KERNEL_RANGE(3,14,36, 3,15,0) \
|
|
||||||
|| LTTNG_DEBIAN_KERNEL_RANGE(3,16,7,9,0,0, 3,17,0,0,0,0))
|
|
||||||
|
|
Loading…
Reference in a new issue