From 23e453f8b79b18218ac56469c103e786bcc24444 Mon Sep 17 00:00:00 2001 From: CKI KWF Bot Date: Thu, 9 Apr 2026 08:24:08 +0000 Subject: [PATCH] kernel-5.14.0-692.el9 * Thu Apr 09 2026 CKI KWF Bot [5.14.0-692.el9] - l2tp: avoid one data-race in l2tp_tunnel_del_work() (Guillaume Nault) [RHEL-152697] - l2tp: reset skb control buffer on xmit (Guillaume Nault) [RHEL-152697] - gpu: host1x: Add MLOCK recovery for rest of engines (Anusha Srivatsa) [RHEL-158926] - PCI/IOV: Allow drivers to control VF BAR size (Anusha Srivatsa) [RHEL-158926] - PCI/IOV: Check that VF BAR fits within the reservation (Anusha Srivatsa) [RHEL-158926] - PCI/IOV: Allow IOV resources to be resized in pci_resize_resource() (Anusha Srivatsa) [RHEL-158926] - PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IOV resource (Anusha Srivatsa) [RHEL-158926] - PCI/IOV: Restore VF resizable BAR state after reset (Anusha Srivatsa) [RHEL-158926] - PCI: Cache offset of Resizable BAR capability (Anusha Srivatsa) [RHEL-158926] - workqueue: Add system_percpu_wq and system_dfl_wq (Anusha Srivatsa) [RHEL-158926] - gpio: tegra186: Support multi-socket devices (Charles Mirabile) [RHEL-151652] - gpio: tegra186: Simplify GPIO line name prefix handling (Charles Mirabile) [RHEL-151652] - redhat/configs: Enable additional RV monitors on debug kernels (Gabriele Monaco) [RHEL-116707] - redhat/configs: Enable sched and rtapp RV monitors (Gabriele Monaco) [RHEL-116707] - rv: Replace non-existing rt_or_dl_task() in ltl monitors (Gabriele Monaco) [RHEL-116707] - rv: Fix wrong arguments to __assign_str() in tracepoints (Gabriele Monaco) [RHEL-116707] - perf test: Ensure lock contention using pipe mode (Michael Petlan) [RHEL-141682] - perf sched timehist: decode process names of processes in zombie state (Anubhav Shelat) [RHEL-33442] Resolves: RHEL-116707, RHEL-141682, RHEL-151652, RHEL-152697, RHEL-158926, RHEL-33442 Signed-off-by: CKI KWF Bot --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 12 ++++++++--- kernel-aarch64-64k-rhel.config | 9 ++++++-- kernel-aarch64-debug-rhel.config | 12 ++++++++--- kernel-aarch64-rhel.config | 9 ++++++-- kernel-aarch64-rt-64k-debug-rhel.config | 12 ++++++++--- kernel-aarch64-rt-64k-rhel.config | 9 ++++++-- kernel-aarch64-rt-debug-rhel.config | 12 ++++++++--- kernel-aarch64-rt-rhel.config | 9 ++++++-- kernel-ppc64le-debug-rhel.config | 12 ++++++++--- kernel-ppc64le-rhel.config | 9 ++++++-- kernel-s390x-debug-rhel.config | 12 ++++++++--- kernel-s390x-rhel.config | 9 ++++++-- kernel-s390x-zfcpdump-rhel.config | 9 ++++++-- kernel-x86_64-debug-rhel.config | 13 +++++++++--- kernel-x86_64-rhel.config | 12 ++++++++--- kernel-x86_64-rt-debug-rhel.config | 13 +++++++++--- kernel-x86_64-rt-rhel.config | 12 ++++++++--- kernel.changelog | 21 +++++++++++++++++++ kernel.spec | 28 +++++++++++++++++++++---- sources | 6 +++--- 21 files changed, 190 insertions(+), 52 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 0a1104736..e9f360cb3 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 9 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 691 +RHEL_RELEASE = 692 # # ZSTREAM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index 096362ba7..965434c77 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -5212,10 +5212,16 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +# CONFIG_RV_MON_NRP is not set +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index eeddbd041..7cba9edec 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -5190,10 +5190,15 @@ CONFIG_RTW89_8852CE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_RV_MON_NRP is not set # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index 99e08e5ed..335dcd39c 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -5210,10 +5210,16 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +# CONFIG_RV_MON_NRP is not set +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 801c2890c..c19e6d83b 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -5188,10 +5188,15 @@ CONFIG_RTW89_8852CE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_RV_MON_NRP is not set # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rt-64k-debug-rhel.config b/kernel-aarch64-rt-64k-debug-rhel.config index d64bbf5f6..f74a89473 100644 --- a/kernel-aarch64-rt-64k-debug-rhel.config +++ b/kernel-aarch64-rt-64k-debug-rhel.config @@ -5305,10 +5305,16 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +# CONFIG_RV_MON_NRP is not set +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rt-64k-rhel.config b/kernel-aarch64-rt-64k-rhel.config index 1c3572a89..501d08590 100644 --- a/kernel-aarch64-rt-64k-rhel.config +++ b/kernel-aarch64-rt-64k-rhel.config @@ -5283,10 +5283,15 @@ CONFIG_RTW89_8852CE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_RV_MON_NRP is not set # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index 4c01c6173..dee606728 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -5303,10 +5303,16 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +# CONFIG_RV_MON_NRP is not set +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index ada4c7bfe..29fe4c6d2 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -5281,10 +5281,15 @@ CONFIG_RTW89_8852CE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +# CONFIG_RV_MON_NRP is not set # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 41804718a..434e370aa 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -4692,10 +4692,16 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 3fb990606..0f1d87d93 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -4672,10 +4672,15 @@ CONFIG_RTW89_8852CE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_NRP=y # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 1bb637e5d..aaf98f1e3 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -4642,10 +4642,16 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index f897cf935..3380da947 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -4622,10 +4622,15 @@ CONFIG_RTW89_8852CE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_NRP=y # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index cbb2bccf3..83d780fcf 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -4638,10 +4638,15 @@ CONFIG_RTW89_8852CE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_NRP=y # CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 80d9a0f4d..c78356076 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -4926,10 +4926,17 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index e65fd9cd4..c524633a5 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -4905,10 +4905,16 @@ CONFIG_RTW89_8852CE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index df139f106..0d44e27ba 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -5018,10 +5018,17 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +CONFIG_RV_MON_SLEEP=y +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y +CONFIG_RV_MON_STS=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index 78c84d8d3..0090ec8f9 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -4997,10 +4997,16 @@ CONFIG_RTW89_8852CE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y -# CONFIG_RV_MON_RTAPP is not set -# CONFIG_RV_MON_SCHED is not set +CONFIG_RV_MON_NRP=y +CONFIG_RV_MON_PAGEFAULT=y +CONFIG_RV_MON_RTAPP=y +CONFIG_RV_MON_SCHED=y +CONFIG_RV_MON_SCO=y +# CONFIG_RV_MON_SLEEP is not set +CONFIG_RV_MON_SNROC=y +CONFIG_RV_MON_SSSW=y CONFIG_RV_MON_WWNR=y -CONFIG_RV_PER_TASK_MONITORS=2 +CONFIG_RV_PER_TASK_MONITORS=3 CONFIG_RV_REACTORS=y CONFIG_RV_REACT_PANIC=y CONFIG_RV_REACT_PRINTK=y diff --git a/kernel.changelog b/kernel.changelog index 37794d020..351762af7 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,24 @@ +* Thu Apr 09 2026 CKI KWF Bot [5.14.0-692.el9] +- l2tp: avoid one data-race in l2tp_tunnel_del_work() (Guillaume Nault) [RHEL-152697] +- l2tp: reset skb control buffer on xmit (Guillaume Nault) [RHEL-152697] +- gpu: host1x: Add MLOCK recovery for rest of engines (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Allow drivers to control VF BAR size (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Check that VF BAR fits within the reservation (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Allow IOV resources to be resized in pci_resize_resource() (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IOV resource (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Restore VF resizable BAR state after reset (Anusha Srivatsa) [RHEL-158926] +- PCI: Cache offset of Resizable BAR capability (Anusha Srivatsa) [RHEL-158926] +- workqueue: Add system_percpu_wq and system_dfl_wq (Anusha Srivatsa) [RHEL-158926] +- gpio: tegra186: Support multi-socket devices (Charles Mirabile) [RHEL-151652] +- gpio: tegra186: Simplify GPIO line name prefix handling (Charles Mirabile) [RHEL-151652] +- redhat/configs: Enable additional RV monitors on debug kernels (Gabriele Monaco) [RHEL-116707] +- redhat/configs: Enable sched and rtapp RV monitors (Gabriele Monaco) [RHEL-116707] +- rv: Replace non-existing rt_or_dl_task() in ltl monitors (Gabriele Monaco) [RHEL-116707] +- rv: Fix wrong arguments to __assign_str() in tracepoints (Gabriele Monaco) [RHEL-116707] +- perf test: Ensure lock contention using pipe mode (Michael Petlan) [RHEL-141682] +- perf sched timehist: decode process names of processes in zombie state (Anubhav Shelat) [RHEL-33442] +Resolves: RHEL-116707, RHEL-141682, RHEL-151652, RHEL-152697, RHEL-158926, RHEL-33442 + * Mon Apr 06 2026 CKI KWF Bot [5.14.0-691.el9] - kabi: enable check-kabi (Čestmír Kalina) [RHEL-153672] - kabi: add symbols to stablelist (Čestmír Kalina) [RHEL-153672] diff --git a/kernel.spec b/kernel.spec index d778a277b..0f875adab 100644 --- a/kernel.spec +++ b/kernel.spec @@ -176,15 +176,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 691 +%define pkgrelease 692 %define kversion 5 -%define tarfile_release 5.14.0-691.el9 +%define tarfile_release 5.14.0-692.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 691%{?buildid}%{?dist} +%define specrelease 692%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-691.el9 +%define kabiversion 5.14.0-692.el9 # # End of genspec.sh variables @@ -3715,6 +3715,26 @@ fi # # %changelog +* Thu Apr 09 2026 CKI KWF Bot [5.14.0-692.el9] +- l2tp: avoid one data-race in l2tp_tunnel_del_work() (Guillaume Nault) [RHEL-152697] +- l2tp: reset skb control buffer on xmit (Guillaume Nault) [RHEL-152697] +- gpu: host1x: Add MLOCK recovery for rest of engines (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Allow drivers to control VF BAR size (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Check that VF BAR fits within the reservation (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Allow IOV resources to be resized in pci_resize_resource() (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Add pci_resource_num_to_vf_bar() to convert VF BAR number to/from IOV resource (Anusha Srivatsa) [RHEL-158926] +- PCI/IOV: Restore VF resizable BAR state after reset (Anusha Srivatsa) [RHEL-158926] +- PCI: Cache offset of Resizable BAR capability (Anusha Srivatsa) [RHEL-158926] +- workqueue: Add system_percpu_wq and system_dfl_wq (Anusha Srivatsa) [RHEL-158926] +- gpio: tegra186: Support multi-socket devices (Charles Mirabile) [RHEL-151652] +- gpio: tegra186: Simplify GPIO line name prefix handling (Charles Mirabile) [RHEL-151652] +- redhat/configs: Enable additional RV monitors on debug kernels (Gabriele Monaco) [RHEL-116707] +- redhat/configs: Enable sched and rtapp RV monitors (Gabriele Monaco) [RHEL-116707] +- rv: Replace non-existing rt_or_dl_task() in ltl monitors (Gabriele Monaco) [RHEL-116707] +- rv: Fix wrong arguments to __assign_str() in tracepoints (Gabriele Monaco) [RHEL-116707] +- perf test: Ensure lock contention using pipe mode (Michael Petlan) [RHEL-141682] +- perf sched timehist: decode process names of processes in zombie state (Anubhav Shelat) [RHEL-33442] + * Mon Apr 06 2026 CKI KWF Bot [5.14.0-691.el9] - kabi: enable check-kabi (Čestmír Kalina) [RHEL-153672] - kabi: add symbols to stablelist (Čestmír Kalina) [RHEL-153672] diff --git a/sources b/sources index c902462be..6f2578966 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-691.el9.tar.xz) = fadee78a8a33b7c2cf9e6a112d65076140386f629dd7ab41eba9e9493fc2631fe6663180b0b6f7efe684776b9ac6cb6b33747361b94505e04413c1980d870652 -SHA512 (kernel-abi-stablelists-5.14.0-691.el9.tar.bz2) = e5f955c9aefa0a641350a68900c810c4eefbf478a1c243fc076c51358820a3d3b158295de2d9cf58017aa26091c021ad3587f9d4e153996e16ef72a095879c71 -SHA512 (kernel-kabi-dw-5.14.0-691.el9.tar.bz2) = 3d8abdadce74dc0d910f4e491076853198784d07d507c8742aec0dec798bd5306b385f1e262f7a6b6029d9326875bd4efd490de3cc8a055b89e205f6b81df107 +SHA512 (linux-5.14.0-692.el9.tar.xz) = cec244cdd7fffb6e87f99e45960e347b4d39ad6f74f63470c4e05076eb9873eff3b5c8f6ae1e3fac664dfea344efd222e8920cac2c6766539df0eed26c955e0d +SHA512 (kernel-abi-stablelists-5.14.0-692.el9.tar.bz2) = 03e515b68da9555cb96fc268e0652f088fc30e45d7398a78d59d6d0b54ac281fe72affe8d3002be16037c13e503b10c2b71385e06c54822e66c817ee9a366fd5 +SHA512 (kernel-kabi-dw-5.14.0-692.el9.tar.bz2) = 00405d36496b19fef3377a7260ab521cd1f48d8ae2f211fc82166e1a22bc36da9ed646f43d9f43bdb57c986a154c71b3d7d90a5b4ae8f42901e5e2c44f3d186b