Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-linux-rt-4.9-sched.patch | Fix build of sched instrumentation on linux-rt >= 4.9.27-rt8 | no | ||||
fix-adjust-range-v5.10.137-in-block-probe.patch | [PATCH] fix: adjust range v5.10.137 in block probe See upstream commit, backported in v5.10.137 : commit 1cb3032406423b25aa984854b4d78e0100d292dd tracepoints [ Upstream commit a54895fa057c67700270777f7661d8d3c7fda88a ] The request_queue can trivially be derived from the request. |
Christoph Hellwig <hch@lst.de> | no | 2020-12-03 | ||
fix-random-tracepoints-removed-in-stable-kernels.patch | [PATCH] fix: 'random' tracepoints removed in stable kernels The upstream commit 14c174633f349cb41ea90c2c0aaddac157012f74 removing the 'random' tracepoints is being backported to multiple stable kernel branches, I don't see how that qualifies as a fix but here we are. Use the presence of 'include/trace/events/random.h' in the kernel source tree instead of the rather tortuous version check to determine if we need to build 'lttng-probe-random.ko'. |
Michael Jeanson <mjeanson@efficios.com> | no | 2022-05-31 | ||
fix-jbd2-use-the-correct-print-format.patch | [PATCH] fix: jbd2: use the correct print format See upstream commit : commit d87a7b4c77a997d5388566dd511ca8e6b8e8a0a8 Author: Bixuan Cui <cuibixuan@linux.alibaba.com> Date: Tue Oct 11 19:33:44 2022 +0800 jbd2: use the correct print format The print format error was found when using ftrace event: <...>-1406 [000] .... 23599442.895823: jbd2_end_commit: dev 252,8 transaction -1866216965 sync 0 head -1866217368 <...>-1406 [000] .... 23599442.896299: jbd2_start_commit: dev 252,8 transaction -1866216964 sync 0 Use the correct print format for transaction, head and tid. |
Michael Jeanson <mjeanson@efficios.com> | no | 2023-01-12 |