From 9f1a2f5d292cd2b61664e5fa8361a853ee9d891c Mon Sep 17 00:00:00 2001 From: Juri Lelli Date: Mon, 6 Dec 2021 03:44:46 -0500 Subject: [PATCH] kernel-rt-5.14.0-25.rt21.25.el9 * Mon Dec 06 2021 Juri Lelli [5.14.0-25.rt21.25.el9] - x86: Pin task-stack in __get_wchan() (Chris von Recklinghausen) [2022169] - x86: Fix __get_wchan() for !STACKTRACE (Chris von Recklinghausen) [2022169] - sched: Add wrapper for get_wchan() to keep task blocked (Chris von Recklinghausen) [2022169] - x86: Fix get_wchan() to support the ORC unwinder (Chris von Recklinghausen) [2022169] - proc: Use task_is_running() for wchan in /proc/$pid/stat (Chris von Recklinghausen) [2022169] - leaking_addresses: Always print a trailing newline (Chris von Recklinghausen) [2022169] - Revert "proc/wchan: use printk format instead of lookup_symbol_name()" (Chris von Recklinghausen) [2022169] - sched: Fill unconditional hole induced by sched_entity (Chris von Recklinghausen) [2022169] - powerpc/bpf: Fix write protecting JIT code (Jiri Olsa) [2023618] - vfs: check fd has read access in kernel_read_file_from_fd() (Carlos Maiolino) [2022893] - Disable idmapped mounts (Alexey Gladkov) [2018141] - KVM: s390: Fix handle_sske page fault handling (Thomas Huth) [1870686] - KVM: s390: Simplify SIGP Set Arch handling (Thomas Huth) [1870686] - KVM: s390: pv: avoid stalls when making pages secure (Thomas Huth) [1870686] - KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm (Thomas Huth) [1870686] - KVM: s390: pv: avoid double free of sida page (Thomas Huth) [1870686] - KVM: s390: pv: add macros for UVC CC values (Thomas Huth) [1870686] - s390/uv: fully validate the VMA before calling follow_page() (Thomas Huth) [1870686] - s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap() (Thomas Huth) [1870686] - s390/gmap: validate VMA in __gmap_zap() (Thomas Huth) [1870686] - KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu (Thomas Huth) [1870686] - KVM: s390: index kvm->arch.idle_mask by vcpu_idx (Thomas Huth) [1870686] - KVM: s390: clear kicked_mask before sleeping again (Thomas Huth) [1870686] - KVM: s390: Function documentation fixes (Thomas Huth) [1870686] - s390/mm: fix kernel doc comments (Thomas Huth) [1870686] - KVM: s390: generate kvm hypercall functions (Thomas Huth) [1870686] - s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notification (Thomas Huth) [1870686] - s390/vfio-ap: r/w lock for PQAP interception handler function pointer (Thomas Huth) [1870686] - KVM: Rename lru_slot to last_used_slot (Thomas Huth) [1870686] - s390/uv: de-duplicate checks for Protected Host Virtualization (Thomas Huth) [1870686] - s390/boot: disable Secure Execution in dump mode (Thomas Huth) [1870686] - s390/boot: move uv function declarations to boot/uv.h (Thomas Huth) [1870686] - s390/boot: move all linker symbol declarations from c to h files (Thomas Huth) [1870686] - redhat/configs: Remove CONFIG_INFINIBAND_I40IW (Kamal Heib) [1920720] Resolves: rhbz#1870686, rhbz#1920720, rhbz#2002474, rhbz#2018141, rhbz#2022169, rhbz#2022893, rhbz#2023618 --- Makefile.rhelver | 4 +-- kernel-rt-x86_64-debug-rhel.config | 1 - kernel-rt-x86_64-rhel.config | 1 - kernel.spec | 48 ++++++++++++++++++++++++++---- sources | 6 ++-- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index bd06666..16cb113 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 24 +RHEL_RELEASE = 25 # # Early y+1 numbering @@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.24 +RTBUILD:=.25 diff --git a/kernel-rt-x86_64-debug-rhel.config b/kernel-rt-x86_64-debug-rhel.config index 31de194..0adeef5 100644 --- a/kernel-rt-x86_64-debug-rhel.config +++ b/kernel-rt-x86_64-debug-rhel.config @@ -2369,7 +2369,6 @@ CONFIG_INFINIBAND_HFI1=m # CONFIG_INFINIBAND_HNS_HIP06 is not set # CONFIG_INFINIBAND_HNS_HIP08 is not set # CONFIG_INFINIBAND_HNS is not set -CONFIG_INFINIBAND_I40IW=m CONFIG_INFINIBAND_IPOIB_CM=y # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set CONFIG_INFINIBAND_IPOIB_DEBUG=y diff --git a/kernel-rt-x86_64-rhel.config b/kernel-rt-x86_64-rhel.config index 6ff7261..84436ac 100644 --- a/kernel-rt-x86_64-rhel.config +++ b/kernel-rt-x86_64-rhel.config @@ -2353,7 +2353,6 @@ CONFIG_INFINIBAND_HFI1=m # CONFIG_INFINIBAND_HNS_HIP06 is not set # CONFIG_INFINIBAND_HNS_HIP08 is not set # CONFIG_INFINIBAND_HNS is not set -CONFIG_INFINIBAND_I40IW=m CONFIG_INFINIBAND_IPOIB_CM=y # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set CONFIG_INFINIBAND_IPOIB_DEBUG=y diff --git a/kernel.spec b/kernel.spec index e0ab730..b8e0f4b 100755 --- a/kernel.spec +++ b/kernel.spec @@ -85,7 +85,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 24 +%global distro_build 25 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -129,13 +129,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 24.rt21.24.el9 +%define pkgrelease 25.rt21.25.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 24.rt21.24%{?buildid}%{?dist} +%define specrelease 25.rt21.25%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -704,7 +704,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-24.rt21.24.el9.tar.xz +Source0: linux-5.14.0-25.rt21.25.el9.tar.xz Source1: Makefile.rhelver @@ -1432,8 +1432,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-24.rt21.24.el9 -c -mv linux-5.14.0-24.rt21.24.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-25.rt21.25.el9 -c +mv linux-5.14.0-25.rt21.25.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3080,6 +3080,42 @@ fi # # %changelog +* Mon Dec 06 2021 Juri Lelli [5.14.0-25.rt21.25.el9] +- x86: Pin task-stack in __get_wchan() (Chris von Recklinghausen) [2022169] +- x86: Fix __get_wchan() for !STACKTRACE (Chris von Recklinghausen) [2022169] +- sched: Add wrapper for get_wchan() to keep task blocked (Chris von Recklinghausen) [2022169] +- x86: Fix get_wchan() to support the ORC unwinder (Chris von Recklinghausen) [2022169] +- proc: Use task_is_running() for wchan in /proc/$pid/stat (Chris von Recklinghausen) [2022169] +- leaking_addresses: Always print a trailing newline (Chris von Recklinghausen) [2022169] +- Revert "proc/wchan: use printk format instead of lookup_symbol_name()" (Chris von Recklinghausen) [2022169] +- sched: Fill unconditional hole induced by sched_entity (Chris von Recklinghausen) [2022169] +- powerpc/bpf: Fix write protecting JIT code (Jiri Olsa) [2023618] +- vfs: check fd has read access in kernel_read_file_from_fd() (Carlos Maiolino) [2022893] +- Disable idmapped mounts (Alexey Gladkov) [2018141] +- KVM: s390: Fix handle_sske page fault handling (Thomas Huth) [1870686] +- KVM: s390: Simplify SIGP Set Arch handling (Thomas Huth) [1870686] +- KVM: s390: pv: avoid stalls when making pages secure (Thomas Huth) [1870686] +- KVM: s390: pv: avoid stalls for kvm_s390_pv_init_vm (Thomas Huth) [1870686] +- KVM: s390: pv: avoid double free of sida page (Thomas Huth) [1870686] +- KVM: s390: pv: add macros for UVC CC values (Thomas Huth) [1870686] +- s390/uv: fully validate the VMA before calling follow_page() (Thomas Huth) [1870686] +- s390/gmap: don't unconditionally call pte_unmap_unlock() in __gmap_zap() (Thomas Huth) [1870686] +- s390/gmap: validate VMA in __gmap_zap() (Thomas Huth) [1870686] +- KVM: s390: preserve deliverable_mask in __airqs_kick_single_vcpu (Thomas Huth) [1870686] +- KVM: s390: index kvm->arch.idle_mask by vcpu_idx (Thomas Huth) [1870686] +- KVM: s390: clear kicked_mask before sleeping again (Thomas Huth) [1870686] +- KVM: s390: Function documentation fixes (Thomas Huth) [1870686] +- s390/mm: fix kernel doc comments (Thomas Huth) [1870686] +- KVM: s390: generate kvm hypercall functions (Thomas Huth) [1870686] +- s390/vfio-ap: replace open coded locks for VFIO_GROUP_NOTIFY_SET_KVM notification (Thomas Huth) [1870686] +- s390/vfio-ap: r/w lock for PQAP interception handler function pointer (Thomas Huth) [1870686] +- KVM: Rename lru_slot to last_used_slot (Thomas Huth) [1870686] +- s390/uv: de-duplicate checks for Protected Host Virtualization (Thomas Huth) [1870686] +- s390/boot: disable Secure Execution in dump mode (Thomas Huth) [1870686] +- s390/boot: move uv function declarations to boot/uv.h (Thomas Huth) [1870686] +- s390/boot: move all linker symbol declarations from c to h files (Thomas Huth) [1870686] +- redhat/configs: Remove CONFIG_INFINIBAND_I40IW (Kamal Heib) [1920720] + * Thu Dec 02 2021 Juri Lelli [5.14.0-24.rt21.24.el9] - perf test: Handle fd gaps in test__dso_data_reopen (Michael Petlan) [1937209] - perf tests vmlinux-kallsyms: Ignore hidden symbols (Michael Petlan) [1975103] diff --git a/sources b/sources index 74d7034..9d5aa1e 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c -SHA512 (linux-5.14.0-24.rt21.24.el9.tar.xz) = 39a3ba76a29b749f132f57984a3d7d34902a0108b5d1971fd76bf56ce71f51700e3aa28cd542ba82ead4252fd718675f329e900c41b25effce082d6cc82c3ad1 -SHA512 (kernel-abi-stablelists-5.14.0-24.tar.bz2) = 4326c42176c3f0e4fd6c3a5277d369d02fa22e2a58e680df0006ceec6fad335449b6227d37549da701d442bc8ea4d584f90635182fd69eb28d1ab7148b4cb2f6 -SHA512 (kernel-kabi-dw-5.14.0-24.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914 +SHA512 (linux-5.14.0-25.rt21.25.el9.tar.xz) = da503062199e74aa3cb877487d66761dfd9da615ce470a850d2fa40798ef312acc960ecced2c0de912385cdcdcfa939d76728a59198bb14ff268dc82da18d6a2 +SHA512 (kernel-abi-stablelists-5.14.0-25.tar.bz2) = 96aabfbef6154d5e9f44881106ffc619ac8e646b6c34678b602337caf8de63592c34dbb6b59a43cb8a5c496d377e94bb7d7a5749bf506b6df6e49f4c8b02032f +SHA512 (kernel-kabi-dw-5.14.0-25.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914