From fcd6b52e3397a9bd500b38f13aabd2c2314aa99e Mon Sep 17 00:00:00 2001 From: Juri Lelli Date: Mon, 14 Feb 2022 03:53:43 -0500 Subject: [PATCH] kernel-rt-5.14.0-59.rt21.59.el9 * Mon Feb 14 2022 Juri Lelli [5.14.0-59.rt21.59.el9] - gfs2: Fix gfs2_release for non-writers regression (Bob Peterson) [2030397] - gfs2: gfs2_create_inode rework (Andreas Gruenbacher) [2002803] - gfs2: gfs2_inode_lookup rework (Andreas Gruenbacher) [2002803] - gfs2: gfs2_inode_lookup cleanup (Andreas Gruenbacher) [2002803] - gfs2: Fix remote demote of weak glock holders (Andreas Gruenbacher) [1958140] - gfs2: Fix unused value warning in do_gfs2_set_flags() (Andreas Gruenbacher) [1958140] - gfs2: Fix glock_hash_walk bugs (Andreas Gruenbacher) [2008541] - gfs2: Cancel remote delete work asynchronously (Bob Peterson) [2002803] - gfs2: set glock object after nq (Bob Peterson) [1998303] - gfs2: remove RDF_UPTODATE flag (Bob Peterson) [1998303] - gfs2: Eliminate GIF_INVALID flag (Bob Peterson) [1998303] - gfs2: Fix atomic bug in gfs2_instantiate (Andreas Gruenbacher) [1998303] - gfs2: fix GL_SKIP node_scope problems (Bob Peterson) [1998303] - gfs2: split glock instantiation off from do_promote (Bob Peterson) [1998303] - gfs2: further simplify do_promote (Bob Peterson) [1998303] - gfs2: re-factor function do_promote (Bob Peterson) [1998303] - gfs2: Remove 'first' trace_gfs2_promote argument (Andreas Gruenbacher) [1998303] - gfs2: change go_lock to go_instantiate (Bob Peterson) [1998303] - gfs2: dump glocks from gfs2_consist_OBJ_i (Bob Peterson) [1998303] - gfs2: dequeue iopen holder in gfs2_inode_lookup error (Bob Peterson) [2006870] - gfs2: Save ip from gfs2_glock_nq_init (Bob Peterson) [1998303] - gfs2: Allow append and immutable bits to coexist (Bob Peterson) [1998303] - gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debug (Bob Peterson) [1998303] - gfs2: move GL_SKIP check from glops to do_promote (Bob Peterson) [1998303] - gfs2: Add GL_SKIP holder flag to dump_holder (Bob Peterson) [1998303] - gfs2: remove redundant check in gfs2_rgrp_go_lock (Bob Peterson) [1998303] - gfs2: Fix mmap + page fault deadlocks for direct I/O (Andreas Gruenbacher) [1958140] - iov_iter: Introduce nofault flag to disable page faults (Andreas Gruenbacher) [1958140] - gup: Introduce FOLL_NOFAULT flag to disable page faults (Andreas Gruenbacher) [1958140] - iomap: Add done_before argument to iomap_dio_rw (Andreas Gruenbacher) [1958140] - iomap: Support partial direct I/O on user copy failures (Andreas Gruenbacher) [1958140] - iomap: Fix iomap_dio_rw return value for user copies (Andreas Gruenbacher) [1958140] - iomap: support reading inline data from non-zero pos (Andreas Gruenbacher) [1958140] - gfs2: Only dereference i->iov when iter_is_iovec(i) (Andreas Gruenbacher) [1958140] - gfs2: Prevent endless loops in gfs2_file_buffered_write (Andreas Gruenbacher) [1958140] - gfs2: Fix mmap + page fault deadlocks for buffered I/O (Andreas Gruenbacher) [1958140] - gfs2: Eliminate ip->i_gh (Andreas Gruenbacher) [1958140] - gfs2: Move the inode glock locking to gfs2_file_buffered_write (Andreas Gruenbacher) [1958140] - gfs2: Fix "Introduce flag for glock holder auto-demotion" (Andreas Gruenbacher) [1958140] - gfs2: Introduce flag for glock holder auto-demotion (Bob Peterson) [1958140] - gfs2: Clean up function may_grant (Andreas Gruenbacher) [1958140] - gfs2: Add wrapper for iomap_file_buffered_write (Andreas Gruenbacher) [1958140] - iov_iter: Introduce fault_in_iov_iter_writeable (Andreas Gruenbacher) [1958140] - iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable (Andreas Gruenbacher) [1958140] - gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} (Andreas Gruenbacher) [1958140] - powerpc/kvm: Fix kvm_use_magic_page (Andreas Gruenbacher) [1958140] - iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value (Andreas Gruenbacher) [1958140] - gfs2: Fix length of holes reported at end-of-file (Andreas Gruenbacher) [2029955] - gfs2: release iopen glock early in evict (Bob Peterson) [2009406] - gfs2: Switch to may_setattr in gfs2_setattr (Bob Peterson) [2029947] - fs: Move notify_change permission checks into may_setattr (Bob Peterson) [2029947] - gfs2: Remove redundant check from gfs2_glock_dq (Bob Peterson) [2030090] - gfs2: Delay withdraw from atomic context (Bob Peterson) [2030090] - gfs2: nit: gfs2_drop_inode shouldn't return bool (Bob Peterson) [2030090] - gfs2: Eliminate vestigial HIF_FIRST (Bob Peterson) [2030090] - gfs2: Make recovery error more readable (Bob Peterson) [2030090] - gfs2: Don't release and reacquire local statfs bh (Bob Peterson) [2030090] - gfs2: init system threads before freeze lock (Bob Peterson) [2030090] - gfs2: tiny cleanup in gfs2_log_reserve (Bob Peterson) [2030090] - gfs2: trivial clean up of gfs2_ail_error (Bob Peterson) [2030090] - gfs2: be more verbose replaying invalid rgrp blocks (Bob Peterson) [2030090] - iomap: remove the iomap arguments to ->page_{prepare,done} (Andreas Gruenbacher) [1958140] - gfs2: Fix glock recursion in freeze_go_xmote_bh (Bob Peterson) [2030090] - gfs2: Fix memory leak of object lsi on error return path (Andreas Gruenbacher) [2030090] - x86/sgx: Fix minor documentation issues (Vladis Dronov) [1920028] - selftests/sgx: Add test for multiple TCS entry (Vladis Dronov) [1920028] - selftests/sgx: Enable multiple thread support (Vladis Dronov) [1920028] - selftests/sgx: Add page permission and exception test (Vladis Dronov) [1920028] - selftests/sgx: Rename test properties in preparation for more enclave tests (Vladis Dronov) [1920028] - selftests/sgx: Provide per-op parameter structs for the test enclave (Vladis Dronov) [1920028] - selftests/sgx: Add a new kselftest: Unclobbered_vdso_oversubscribed (Vladis Dronov) [1920028] - selftests/sgx: Move setup_test_encl() to each TEST_F() (Vladis Dronov) [1920028] - selftests/sgx: Encpsulate the test enclave creation (Vladis Dronov) [1920028] - selftests/sgx: Dump segments and /proc/self/maps only on failure (Vladis Dronov) [1920028] - selftests/sgx: Create a heap for the test enclave (Vladis Dronov) [1920028] - selftests/sgx: Make data measurement for an enclave segment optional (Vladis Dronov) [1920028] - selftests/sgx: Assign source for each segment (Vladis Dronov) [1920028] - selftests/sgx: Fix a benign linker warning (Vladis Dronov) [1920028] - x86/sgx: Fix free page accounting (Vladis Dronov) [1920028] - x86/sgx: Add check for SGX pages to ghes_do_memory_failure() (Vladis Dronov) [1920028] - x86/sgx: Add hook to error injection address validation (Vladis Dronov) [1920028] - x86/sgx: Hook arch_memory_failure() into mainline code (Vladis Dronov) [1920028] - x86/sgx: Add SGX infrastructure to recover from poison (Vladis Dronov) [1920028] - x86/sgx: Initial poison handling for dirty and free pages (Vladis Dronov) [1920028] - x86/sgx: Add infrastructure to identify SGX EPC pages (Vladis Dronov) [1920028] - x86/sgx: Add new sgx_epc_page flag bit to mark free pages (Vladis Dronov) [1920028] Resolves: rhbz#1920028, rhbz#1958140, rhbz#1998303, rhbz#2002474, rhbz#2002803, rhbz#2006870, rhbz#2008541, rhbz#2009406, rhbz#2029947, rhbz#2029955, rhbz#2030090, rhbz#2030397 --- Makefile.rhelver | 4 +- kernel.spec | 100 ++++++++++++++++++++++++++++++++++++++++++++--- sources | 6 +-- 3 files changed, 99 insertions(+), 11 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 9041731..96f8a5a 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 = 58 +RHEL_RELEASE = 59 # # Early y+1 numbering @@ -44,4 +44,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.58 +RTBUILD:=.59 diff --git a/kernel.spec b/kernel.spec index cc84699..4eeecaf 100755 --- a/kernel.spec +++ b/kernel.spec @@ -79,7 +79,7 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 -%global distro_build 58 +%global distro_build 59 %if 0%{?fedora} %define secure_boot_arch x86_64 @@ -123,13 +123,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 58.rt21.58.el9 +%define pkgrelease 59.rt21.59.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 58.rt21.58%{?buildid}%{?dist} +%define specrelease 59.rt21.59%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -703,7 +703,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-58.rt21.58.el9.tar.xz +Source0: linux-5.14.0-59.rt21.59.el9.tar.xz Source1: Makefile.rhelver @@ -1413,8 +1413,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-58.rt21.58.el9 -c -mv linux-5.14.0-58.rt21.58.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-59.rt21.59.el9 -c +mv linux-5.14.0-59.rt21.59.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3071,6 +3071,94 @@ fi # # %changelog +* Mon Feb 14 2022 Juri Lelli [5.14.0-59.rt21.59.el9] +- gfs2: Fix gfs2_release for non-writers regression (Bob Peterson) [2030397] +- gfs2: gfs2_create_inode rework (Andreas Gruenbacher) [2002803] +- gfs2: gfs2_inode_lookup rework (Andreas Gruenbacher) [2002803] +- gfs2: gfs2_inode_lookup cleanup (Andreas Gruenbacher) [2002803] +- gfs2: Fix remote demote of weak glock holders (Andreas Gruenbacher) [1958140] +- gfs2: Fix unused value warning in do_gfs2_set_flags() (Andreas Gruenbacher) [1958140] +- gfs2: Fix glock_hash_walk bugs (Andreas Gruenbacher) [2008541] +- gfs2: Cancel remote delete work asynchronously (Bob Peterson) [2002803] +- gfs2: set glock object after nq (Bob Peterson) [1998303] +- gfs2: remove RDF_UPTODATE flag (Bob Peterson) [1998303] +- gfs2: Eliminate GIF_INVALID flag (Bob Peterson) [1998303] +- gfs2: Fix atomic bug in gfs2_instantiate (Andreas Gruenbacher) [1998303] +- gfs2: fix GL_SKIP node_scope problems (Bob Peterson) [1998303] +- gfs2: split glock instantiation off from do_promote (Bob Peterson) [1998303] +- gfs2: further simplify do_promote (Bob Peterson) [1998303] +- gfs2: re-factor function do_promote (Bob Peterson) [1998303] +- gfs2: Remove 'first' trace_gfs2_promote argument (Andreas Gruenbacher) [1998303] +- gfs2: change go_lock to go_instantiate (Bob Peterson) [1998303] +- gfs2: dump glocks from gfs2_consist_OBJ_i (Bob Peterson) [1998303] +- gfs2: dequeue iopen holder in gfs2_inode_lookup error (Bob Peterson) [2006870] +- gfs2: Save ip from gfs2_glock_nq_init (Bob Peterson) [1998303] +- gfs2: Allow append and immutable bits to coexist (Bob Peterson) [1998303] +- gfs2: Switch some BUG_ON to GLOCK_BUG_ON for debug (Bob Peterson) [1998303] +- gfs2: move GL_SKIP check from glops to do_promote (Bob Peterson) [1998303] +- gfs2: Add GL_SKIP holder flag to dump_holder (Bob Peterson) [1998303] +- gfs2: remove redundant check in gfs2_rgrp_go_lock (Bob Peterson) [1998303] +- gfs2: Fix mmap + page fault deadlocks for direct I/O (Andreas Gruenbacher) [1958140] +- iov_iter: Introduce nofault flag to disable page faults (Andreas Gruenbacher) [1958140] +- gup: Introduce FOLL_NOFAULT flag to disable page faults (Andreas Gruenbacher) [1958140] +- iomap: Add done_before argument to iomap_dio_rw (Andreas Gruenbacher) [1958140] +- iomap: Support partial direct I/O on user copy failures (Andreas Gruenbacher) [1958140] +- iomap: Fix iomap_dio_rw return value for user copies (Andreas Gruenbacher) [1958140] +- iomap: support reading inline data from non-zero pos (Andreas Gruenbacher) [1958140] +- gfs2: Only dereference i->iov when iter_is_iovec(i) (Andreas Gruenbacher) [1958140] +- gfs2: Prevent endless loops in gfs2_file_buffered_write (Andreas Gruenbacher) [1958140] +- gfs2: Fix mmap + page fault deadlocks for buffered I/O (Andreas Gruenbacher) [1958140] +- gfs2: Eliminate ip->i_gh (Andreas Gruenbacher) [1958140] +- gfs2: Move the inode glock locking to gfs2_file_buffered_write (Andreas Gruenbacher) [1958140] +- gfs2: Fix "Introduce flag for glock holder auto-demotion" (Andreas Gruenbacher) [1958140] +- gfs2: Introduce flag for glock holder auto-demotion (Bob Peterson) [1958140] +- gfs2: Clean up function may_grant (Andreas Gruenbacher) [1958140] +- gfs2: Add wrapper for iomap_file_buffered_write (Andreas Gruenbacher) [1958140] +- iov_iter: Introduce fault_in_iov_iter_writeable (Andreas Gruenbacher) [1958140] +- iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable (Andreas Gruenbacher) [1958140] +- gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable} (Andreas Gruenbacher) [1958140] +- powerpc/kvm: Fix kvm_use_magic_page (Andreas Gruenbacher) [1958140] +- iov_iter: Fix iov_iter_get_pages{,_alloc} page fault return value (Andreas Gruenbacher) [1958140] +- gfs2: Fix length of holes reported at end-of-file (Andreas Gruenbacher) [2029955] +- gfs2: release iopen glock early in evict (Bob Peterson) [2009406] +- gfs2: Switch to may_setattr in gfs2_setattr (Bob Peterson) [2029947] +- fs: Move notify_change permission checks into may_setattr (Bob Peterson) [2029947] +- gfs2: Remove redundant check from gfs2_glock_dq (Bob Peterson) [2030090] +- gfs2: Delay withdraw from atomic context (Bob Peterson) [2030090] +- gfs2: nit: gfs2_drop_inode shouldn't return bool (Bob Peterson) [2030090] +- gfs2: Eliminate vestigial HIF_FIRST (Bob Peterson) [2030090] +- gfs2: Make recovery error more readable (Bob Peterson) [2030090] +- gfs2: Don't release and reacquire local statfs bh (Bob Peterson) [2030090] +- gfs2: init system threads before freeze lock (Bob Peterson) [2030090] +- gfs2: tiny cleanup in gfs2_log_reserve (Bob Peterson) [2030090] +- gfs2: trivial clean up of gfs2_ail_error (Bob Peterson) [2030090] +- gfs2: be more verbose replaying invalid rgrp blocks (Bob Peterson) [2030090] +- iomap: remove the iomap arguments to ->page_{prepare,done} (Andreas Gruenbacher) [1958140] +- gfs2: Fix glock recursion in freeze_go_xmote_bh (Bob Peterson) [2030090] +- gfs2: Fix memory leak of object lsi on error return path (Andreas Gruenbacher) [2030090] +- x86/sgx: Fix minor documentation issues (Vladis Dronov) [1920028] +- selftests/sgx: Add test for multiple TCS entry (Vladis Dronov) [1920028] +- selftests/sgx: Enable multiple thread support (Vladis Dronov) [1920028] +- selftests/sgx: Add page permission and exception test (Vladis Dronov) [1920028] +- selftests/sgx: Rename test properties in preparation for more enclave tests (Vladis Dronov) [1920028] +- selftests/sgx: Provide per-op parameter structs for the test enclave (Vladis Dronov) [1920028] +- selftests/sgx: Add a new kselftest: Unclobbered_vdso_oversubscribed (Vladis Dronov) [1920028] +- selftests/sgx: Move setup_test_encl() to each TEST_F() (Vladis Dronov) [1920028] +- selftests/sgx: Encpsulate the test enclave creation (Vladis Dronov) [1920028] +- selftests/sgx: Dump segments and /proc/self/maps only on failure (Vladis Dronov) [1920028] +- selftests/sgx: Create a heap for the test enclave (Vladis Dronov) [1920028] +- selftests/sgx: Make data measurement for an enclave segment optional (Vladis Dronov) [1920028] +- selftests/sgx: Assign source for each segment (Vladis Dronov) [1920028] +- selftests/sgx: Fix a benign linker warning (Vladis Dronov) [1920028] +- x86/sgx: Fix free page accounting (Vladis Dronov) [1920028] +- x86/sgx: Add check for SGX pages to ghes_do_memory_failure() (Vladis Dronov) [1920028] +- x86/sgx: Add hook to error injection address validation (Vladis Dronov) [1920028] +- x86/sgx: Hook arch_memory_failure() into mainline code (Vladis Dronov) [1920028] +- x86/sgx: Add SGX infrastructure to recover from poison (Vladis Dronov) [1920028] +- x86/sgx: Initial poison handling for dirty and free pages (Vladis Dronov) [1920028] +- x86/sgx: Add infrastructure to identify SGX EPC pages (Vladis Dronov) [1920028] +- x86/sgx: Add new sgx_epc_page flag bit to mark free pages (Vladis Dronov) [1920028] + * Fri Feb 11 2022 Juri Lelli [5.14.0-58.rt21.58.el9] - KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use (Vitaly Kuznetsov) [2027639] - KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread() (Vitaly Kuznetsov) [2027639] diff --git a/sources b/sources index a5e0137..2a848b4 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-58.rt21.58.el9.tar.xz) = f2f880d23ca532d24db481e6bf563a968fab991ae125058ad718866872a22782836d366675db59d2e58fef153cf54d99bb3b7c5037b28eaf90a2d485b822644f -SHA512 (kernel-abi-stablelists-5.14.0-58.tar.bz2) = c5968582af23765f32ccc079af9e3a36563c150de70ed69703fa1807a619a8a4744059264b646a2e0aecd7c492bac048094dd6ba79519393923e966368b26908 -SHA512 (kernel-kabi-dw-5.14.0-58.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914 +SHA512 (linux-5.14.0-59.rt21.59.el9.tar.xz) = 427034afb4cb18560535d5ed06e277220378a5d0700546c04854d6aac4d7c9d44e93e8dab6ea48659b25c87f35c76460297928e76bf563a0ad96befdb762508a +SHA512 (kernel-abi-stablelists-5.14.0-59.tar.bz2) = 11acebdb04c4ca850d71948a30b972df328f049b0352bcbc96dbaeb16e25e3efe1967a7384de05396a1c78098cc59fd5fc33cbb66e7340b6f3ab3ba22434c4b5 +SHA512 (kernel-kabi-dw-5.14.0-59.tar.bz2) = c901529aff636abbc2aa5f289ec098a2a29c8507aa81ee649d1104592b8abad9f495db0e947dc36a84e043708a47373de35156b40b252281ef747f06e19ed914