Commit 453282f
CKI KWF Bot
Merge: Rebase RV to v6.17 [rhel-10.2]
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-10/-/merge_requests/1721
# Merge Request Required Information
JIRA: https://issues.redhat.com/browse/RHEL-114754
## Summary of Changes
Rebase RV in RHEL 10.2 to upstream 6.17, with a few fixes from 6.18.
Other changes to avoid conflicts:
* "kernel/panic.c: format kernel-doc comments" (comments)
Conflicts (details in each patch):
* DECLARE_TRACE does not append `_tp` to tracepoint names here
* fedora configs not available in this repo
<details><summary>Backported series (click to open):</summary>
[RV: Linear temporal logic monitors for RT application](https://lore.kernel.org/lkml/cover.1752088709.git.namcao@linutronix.de/)
(Some patches applied after [v11](https://lore.kernel.org/lkml/cover.1751634289.git.namcao@linutronix.de/))
[rv/ltl: Support the 'next' operator](https://lore.kernel.org/lkml/cover.1752239482.git.namcao@linutronix.de/)
[tracing: Remove pointless memory barriers](https://lore.kernel.org/linux-trace-kernel/20250626151940.1756398-1-namcao@linutronix.de/)
[Fix up build issues with vpanic](https://lore.kernel.org/linux-trace-kernel/cover.1752232374.git.namcao@linutronix.de/)
[verification/rvgen: Fix variable definition generation](https://lore.kernel.org/linux-trace-kernel/cover.1752850449.git.namcao@linutronix.de/)
[tools/verification: Improvements to rv and rvgen](https://lore.kernel.org/lkml/20250723161240.194860-1-gmonaco@redhat.com/)
[rv: Clean up & simplify](https://lore.kernel.org/lkml/cover.1753378331.git.namcao@linutronix.de/)
[rv: Fix wrong type cast](https://lore.kernel.org/lkml/cover.1753625621.git.namcao@linutronix.de/)
[rv: Add monitors to validate task switch](https://lore.kernel.org/lkml/20250728135022.255578-1-gmonaco@redhat.com/)
[Documentation/rv: Fix minor typo in monitor_synthesis page](https://lore.kernel.org/lkml/20250810111249.93181-1-krishnagopi487@gmail.com/)
[rv: Support systems with time64-only syscalls](https://lore.kernel.org/lkml/20250804194518.97620-2-palmer@dabbelt.com)
[rv: Fix wrong type cast in enabled_monitors_next()](https://lore.kernel.org/lkml/20250806120911.989365-1-namcao@linutronix.de)
[include/linux/rv.h: remove redundant include file](https://lore.kernel.org/lkml/aJneRbHGlNFg7lr9@bhairav-test.ee.iitb.ac.in)
[rv: Fix missing mutex unlock in rv_register_monitor()](https://lore.kernel.org/linux-trace-kernel/20250903065112.1878330-1-zhen.ni@easystack.cn/)
[rv: Fully convert enabled_monitors to use list_head as iterator](https://lore.kernel.org/lkml/20251002082235.973099-1-namcao@linutronix.de)
[rv: Make rtapp/pagefault monitor depends on CONFIG_MMU](https://lore.kernel.org/lkml/20251002082317.973839-1-namcao@linutronix.de/)
</details>
## Approved Development Ticket(s)
All submissions to CentOS Stream must reference a ticket in [Red Hat Jira](https://issues.redhat.com/).
<details><summary>Click for formatting instructions</summary>
Please follow the CentOS Stream [contribution documentation](https://docs.centos.org/en-US/stream-contrib/quickstart/) for how to file this ticket and have it approved.
List tickets each on their own line of this description using the format "Resolves: RHEL-76229", "Related: RHEL-76229" or "Reverts: RHEL-76229", as appropriate.
</details>
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
Approved-by: John Kacur <jkacur@redhat.com>
Approved-by: Tomas Glozar <tglozar@redhat.com>
Approved-by: Wander Lairson Costa <wander@redhat.com>
Approved-by: Rafael Aquini <raquini@redhat.com>
Approved-by: Steve Best <sbest@redhat.com>
Approved-by: Phil Auld <pauld@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>File tree
111 files changed
+4875
-1341
lines changed- Documentation/trace/rv
- arch
- riscv/mm
- x86
- include/asm/trace
- kernel
- mm
- include
- linux
- rv
- trace/events
- kernel
- printk
- sched
- trace
- rv
- monitors
- nrp
- opid
- pagefault
- rtapp
- sched
- sco
- scpd
- sleep
- sncid
- snep
- snroc
- sssw
- sts
- tss
- wip
- wwnr
- redhat/configs/common/generic
- tools
- objtool
- verification
- dot2
- models
- rtapp
- sched
- rvgen
- rvgen
- templates
- container
- dot2k
- ltl2k
- rv/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+4875
-1341
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
0 commit comments