From e5c2f35180311a1fbba3018f14a7bd9b9cac3ec9 Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Fri, 11 Feb 2022 20:55:51 +0000 Subject: [PATCH] kernel-5.14.0-59.el9 * Fri Feb 11 2022 Herton R. Krzesinski [5.14.0-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#2002803, rhbz#2006870, rhbz#2008541, rhbz#2009406, rhbz#2029947, rhbz#2029955, rhbz#2030090, rhbz#2030397 Signed-off-by: Herton R. Krzesinski --- Makefile.rhelver | 2 +- kernel.spec | 100 ++++++++++++++++++++++++++++++++++++++++++++--- sources | 6 +-- 3 files changed, 98 insertions(+), 10 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 1b906a0..2da5fa6 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 diff --git a/kernel.spec b/kernel.spec index 16385c2..c460f20 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.el9 +%define pkgrelease 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%{?buildid}%{?dist} +%define specrelease 59%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -675,7 +675,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-58.el9.tar.xz +Source0: linux-5.14.0-59.el9.tar.xz Source1: Makefile.rhelver @@ -1342,8 +1342,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-58.el9 -c -mv linux-5.14.0-58.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-59.el9 -c +mv linux-5.14.0-59.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -2942,6 +2942,94 @@ fi # # %changelog +* Fri Feb 11 2022 Herton R. Krzesinski [5.14.0-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] + * Wed Feb 09 2022 Herton R. Krzesinski [5.14.0-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 5e362b2..a91c4ea 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-58.el9.tar.xz) = 7eedb04b816c56306a13a67c1f0e4a24a5865ae9143617f2fc5576a9e15680fec13893be84a1a2e958f5918317087118f57c2e1bdd95d552412f214fc81d1422 -SHA512 (kernel-abi-stablelists-5.14.0-58.tar.bz2) = 8029f6d367d37cc61e3934044fdaca5d1d3a08136ea3386a33755844ab5749a7b6bb9657720fbb5e54e8082107e47bdab19b1ddfe3cbd8573cbf9b41332804d8 -SHA512 (kernel-kabi-dw-5.14.0-58.tar.bz2) = df22616c886a52c801a3d663b11e27903c83e78912fb307d70e6781c396da32d5c18a62dfe3fa658c868c468486c8eb58fb805d876c4fecc49f1808d465e9adf +SHA512 (linux-5.14.0-59.el9.tar.xz) = 44854e51fafd8800531df1e2497873a5382f9c02970188c9adfd8146a09b3821cc590a52d61122f393e8feb54557c098ebf375637b885fb883d8218d451ea5bc +SHA512 (kernel-abi-stablelists-5.14.0-59.tar.bz2) = 134deaaad94295e2be7b1d415fea8c6c7f225db356c9efb57b72949e36da5113ad53289265b66baac362e9dba5c60ff61e56a07bd8a2c95166dfda96d3f46081 +SHA512 (kernel-kabi-dw-5.14.0-59.tar.bz2) = b070121d9272e8a1d769379af7d2dd12b48574d66857fe375617fd77ea2863425c5f43322e4bb8d3acb3200366cb47cbfe2590d9cc8a09fa66413dc0878592c3