diff --git a/.kernel-automotive.metadata b/.kernel-automotive.metadata index 07359cf..dcec7c3 100644 --- a/.kernel-automotive.metadata +++ b/.kernel-automotive.metadata @@ -1 +1 @@ -f2c8f4f7db85776e0ad7ff3e822b3cd056114d8b SOURCES/linux-5.14.0-58.23.el9.tar.xz +e1d63174cc40760960714ddd5381d7af8338727d SOURCES/linux-5.14.0-59.24.el9.tar.xz diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver index dadee94..efd9222 100644 --- a/SOURCES/Makefile.rhelver +++ b/SOURCES/Makefile.rhelver @@ -12,14 +12,14 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 58 +RHEL_RELEASE = 59 # # Automotive Release # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -AUTOMOTIVEBUILD:=.23 +AUTOMOTIVEBUILD:=.24 # # Early y+1 numbering @@ -51,4 +51,4 @@ ifneq ("$(ZSTREAM)", "yes") endif endif -RTBUILD:=.58 +RTBUILD:=.59 diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 2cfcc5b..6010c43 100755 --- a/SPECS/kernel.spec +++ b/SPECS/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.23.el9 +%define pkgrelease 59.24.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 58.23%{?buildid}%{?dist} +%define specrelease 59.24%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -277,7 +277,7 @@ Summary: The Linux kernel %endif %if %{with_automotive} -%global automotivebuild .23 +%global automotivebuild .24 %define with_doc 0 %define with_headers 0 %define with_cross_headers 0 @@ -700,7 +700,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-58.23.el9.tar.xz +Source0: linux-5.14.0-59.24.el9.tar.xz Source1: Makefile.rhelver @@ -1410,8 +1410,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-58.23.el9 -c -mv linux-5.14.0-58.23.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-59.24.el9 -c +mv linux-5.14.0-59.24.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3068,6 +3068,94 @@ fi # # %changelog +* Wed Feb 23 2022 Scott Weaver [5.14.0-59.24.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] + * Mon Feb 21 2022 Scott Weaver [5.14.0-58.23.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]