diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-02-03 23:16:36 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-10 10:32:07 +0000 |
commit | bffc5a1a3a6f3cfbfb568b3549be27657cd26369 (patch) | |
tree | cbd6a83659427ab1ecf3ae67ea23856426de56e1 /meta/recipes-kernel/lttng | |
parent | 3251babcd63bd22fdbd04f34f0d4ca426e5e405d (diff) | |
download | poky-bffc5a1a3a6f3cfbfb568b3549be27657cd26369.tar.gz |
lttng-modules: update devupstream to latest 2.13
This includes the following commits since the last update:
7584cfc0 fix: net: socket: rename SKB_DROP_REASON_SOCKET_FILTER (v5.17)
6e9d0d57 fix: net: skb: introduce kfree_skb_reason() (v5.17)
98b7729a fix: random: rather than entropy_store abstraction, use global (v5.17)
c8f96e77 fix: btrfs: pass fs_info to trace_btrfs_transaction_commit (v5.17)
afc4fe89 fix: mm: compaction: fix the migration stats in trace_mm_compaction_migratepages() (v5.17)
4b1945d3 fix: block: remove the ->rq_disk field in struct request (v5.17)
a88ee460 fix: block: remove GENHD_FL_SUPPRESS_PARTITION_INFO (v5.17)
babc49c6 Copyright ownership transfer
8c0aec7e Version 2.13.1
533556cd fix: mm: move kvmalloc-related functions to slab.h (v5.16)
2f0087ab fix: block: don't call blk_status_to_errno in blk_update_request (v5.16)
9b092ff2 fix: KVM: MMU: change tracepoints arguments to kvm_page_fault (v5.16)
036297af fix: KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info (v5.16)
a029f2a3 fix: isystem: delete global -isystem compile option (v5.16)
d82de6f3 fix: block: move block-related definitions out of fs.h (v5.16)
4fabf854 Fix: syscall tracing: missing trigger actions
38b35aff Warn on event registration/unregistration failure
e26f740b fix: implicit-int error in EXPORT_SYMBOL_GPL
c570be0d fix: Revert "Makefile: Enable -Wimplicit-fallthrough for Clang" (v5.15)
(From OE-Core rev: d8ceaf9c97984f51a0526dbcc05ee2635f03b0c7)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-modules_2.13.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.1.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.1.bb index e7712e618a..4c5385b10a 100644 --- a/meta/recipes-kernel/lttng/lttng-modules_2.13.1.bb +++ b/meta/recipes-kernel/lttng/lttng-modules_2.13.1.bb | |||
@@ -46,7 +46,7 @@ LIC_FILES_CHKSUM:class-devupstream = "file://LICENSE;md5=0464cff101a009c403cd2ed | |||
46 | DEFAULT_PREFERENCE:class-devupstream = "-1" | 46 | DEFAULT_PREFERENCE:class-devupstream = "-1" |
47 | SRC_URI:class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.13" | 47 | SRC_URI:class-devupstream = "git://git.lttng.org/lttng-modules;branch=stable-2.13" |
48 | 48 | ||
49 | SRCREV:class-devupstream = "c570be0da77e963d77bac099d468bc0cd5f1bd63" | 49 | SRCREV:class-devupstream = "7584cfc04914cb0842a986e9808686858b9c8630" |
50 | PV:class-devupstream = "2.13.0+git${SRCPV}" | 50 | PV:class-devupstream = "2.13.1+git${SRCPV}" |
51 | S:class-devupstream = "${WORKDIR}/git" | 51 | S:class-devupstream = "${WORKDIR}/git" |
52 | SRCREV_FORMAT ?= "lttng_git" | 52 | SRCREV_FORMAT ?= "lttng_git" |