diff --git a/Makefile.rhelver b/Makefile.rhelver index 5200066..d8e2012 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 3 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 285 +RHEL_RELEASE = 286 # # ZSTREAM diff --git a/kernel.spec b/kernel.spec index 1c6000f..c7b2132 100755 --- a/kernel.spec +++ b/kernel.spec @@ -161,15 +161,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 285 +%define pkgrelease 286 %define kversion 5 -%define tarfile_release 5.14.0-285.el9 +%define tarfile_release 5.14.0-286.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 285%{?buildid}%{?dist} +%define specrelease 286%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-285.el9 +%define kabiversion 5.14.0-286.el9 # # End of genspec.sh variables @@ -3590,6 +3590,76 @@ fi # # %changelog +* Wed Mar 08 2023 Jan Stancek [5.14.0-286.el9] +- x86/cpu: Add CPU model numbers for Meteor Lake (David Arcari) [2153937] +- l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register() (Guillaume Nault) [2175696] +- clocksource: hyper-v: Add TSC page support for root partition (Mohammed Gamal) [2172441] +- clocksource: hyper-v: Use TSC PFN getter to map vvar page (Mohammed Gamal) [2172441] +- clocksource: hyper-v: Introduce TSC PFN getter (Mohammed Gamal) [2172441] +- clocksource: hyper-v: Introduce a pointer to TSC page (Mohammed Gamal) [2172441] +- watchdog: diag288_wdt: fix __diag288() inline assembly (Tobias Huschle) [2171362] +- watchdog: diag288_wdt: do not use stack buffers for hardware data (Tobias Huschle) [2171362] +- NFSD: fix use-after-free in __nfs42_ssc_open() (Jeffrey Layton) [2152816] {CVE-2022-4379} +- NFSD enforce filehandle check for source file in COPY (Jeffrey Layton) [2152816] +- cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all() (Torez Smith) [2166988] +- powerpc/powernv: Get L1D flush requirements from device-tree (Torez Smith) [2166988] +- x86/speculation/srbds: Do not try to turn mitigation off when not supported (Torez Smith) [2166988] +- powerpc/watchdog: help remote CPUs to flush NMI printk output (Torez Smith) [2166988] +- powerpc/watchdog: Fix wd_smp_last_reset_tb reporting (Torez Smith) [2166988] +- powerpc/watchdog: read TB close to where it is used (Torez Smith) [2166988] +- powerpc/watchdog: Avoid holding wd_smp_lock over printk and smp_send_nmi_ipi (Torez Smith) [2166988] +- powerpc/watchdog: tighten non-atomic read-modify-write access (Torez Smith) [2166988] +- powerpc/watchdog: Fix missed watchdog reset due to memory ordering race (Torez Smith) [2166988] +- powerpc/powernv: Remove POWER9 PVR version check for entry and uaccess flushes (Torez Smith) [2166988] +- powerpc/vas: Fix potential NULL pointer dereference (Torez Smith) [2166988] +- serial: 8250_dw: drop bogus uartclk optimisation (Torez Smith) [2166988] +- serial: 8250: fix racy uartclk update (Torez Smith) [2166988] +- serial: 8250_lpss: Enable PSE UART Auto Flow Control (Torez Smith) [2166988] +- serial: 8250_dw: Fix the trivial typo in the comment (Torez Smith) [2166988] +- serial: 8250_dw: Re-use temporary variable for of_node (Torez Smith) [2166988] +- serial: 8250_dw: Drop wrong use of ACPI_PTR() (Torez Smith) [2166988] +- powerpc/iommu: Report the correct most efficient DMA mask for PCI devices (Torez Smith) [2166988] +- ABI: sysfs-devices-removable: make a table valid as ReST markup (Torez Smith) [2166988] +- x86/mce: Avoid infinite loop for copy from user recovery (Torez Smith) [2166988] +- x86/platform: Increase maximum GPIO number for X86_64 (Torez Smith) [2166988] +- powerpc/pseries/vas: Declare pseries_vas_fault_thread_fn() as static (Torez Smith) [2166988] +- cpufreq: powernv: Fix init_chip_info initialization in numa=off (Torez Smith) [2166988] +- counter: Rename counter_count_function to counter_function (Torez Smith) [2166988] +- counter: Rename counter_signal_value to counter_signal_level (Torez Smith) [2166988] +- counter: Standardize to ERANGE for limit exceeded errors (Torez Smith) [2166988] +- powerpc/stacktrace: Include linux/delay.h (Torez Smith) [2166988] +- redhat: change default dist suffix for RHEL 9.2 (Herton R. Krzesinski) +- redhat: enable zstream release numbering for rhel 9.2 (Herton R. Krzesinski) +- kernel.spec: make rhel depend on systemd-boot-unsigned (Herton R. Krzesinski) [2174371] +- NFSv4/pNFS: Always return layout stats on layout return for flexfiles (Benjamin Coddington) [2154879] +- NFSv4: Fix a potential state reclaim deadlock (Benjamin Coddington) [2154879] +- NFSv4.1: Handle RECLAIM_COMPLETE trunking errors (Benjamin Coddington) [2154879] +- NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot (Benjamin Coddington) [2154879] +- SUNRPC: Fix null-ptr-deref when xps sysfs alloc failed (Benjamin Coddington) [2154879] +- NFSv4.2: Fixup CLONE dest file size for zero-length count (Benjamin Coddington) [2154879] +- nfs4: Fix kmemleak when allocate slot failed (Benjamin Coddington) [2154879] +- NFSD: Fix reads with a non-zero offset that don't end on a page boundary (Benjamin Coddington) [2154879] +- NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding (Benjamin Coddington) [2154879] +- NFSv4.2: Always decode the security label (Benjamin Coddington) [2154879] +- NFSv4.2: Fix a memory stomp in decode_attr_security_label (Benjamin Coddington) [2154879] +- NFSv4.2: Fix initialisation of struct nfs4_label (Benjamin Coddington) [2154879] +- NFSv4: Fix a credential leak in _nfs4_discover_trunking() (Benjamin Coddington) [2154879] +- NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn (Benjamin Coddington) [2154879] +- NFS: Fix an Oops in nfs_d_automount() (Benjamin Coddington) [2154879] +- NFSD: Finish converting the NFSv2 GETACL result encoder (Benjamin Coddington) [2154879] +- NFSD: Finish converting the NFSv3 GETACL result encoder (Benjamin Coddington) [2154879] +- xprtrdma: Fix regbuf data not freed in rpcrdma_req_create() (Benjamin Coddington) [2154879] +- SUNRPC: Fix missing release socket in rpc_sockname() (Benjamin Coddington) [2154879] +- NFSv4.x: Fail client initialisation if state manager thread can't run (Benjamin Coddington) [2154879] +- lockd: set other missing fields when unlocking files (Benjamin Coddington) [2154879] +- SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() fails (Benjamin Coddington) [2154879] +- SUNRPC: ensure the matching upcall is in-flight upon downcall (Benjamin Coddington) [2154879] +- NLM: Defend against file_lock changes after vfs_test_lock() (Benjamin Coddington) [2154879] +- NFS: Judge the file access cache's timestamp in rcu path (Benjamin Coddington) [2154879] +- NFS: Trigger the "ls -l" readdir heuristic sooner (Benjamin Coddington) [2154879] +- NFS: Clear the file access cache upon login (Benjamin Coddington) [2154879] +- NFSv4: Retry LOCK on OLD_STATEID during delegation return (Benjamin Coddington) [2154879] + * Tue Mar 07 2023 Jan Stancek [5.14.0-285.el9] - redhat: Add kernel-rt configs (Juri Lelli) [2171995] - redhat: Build aarch64 kernel-rt (Juri Lelli) [2171995] diff --git a/sources b/sources index 8a2660c..964163a 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-285.el9.tar.xz) = 458ae67237b9ea41bf8eef8b46e0a6e8d7b75019f96d469f31c40d6afc0985d6f15dc6ec458855ddaa1dc8c525f534e7a00f5a5f2578e60a8caa54ece8abcd00 -SHA512 (kernel-abi-stablelists-5.14.0-285.el9.tar.bz2) = c10a020f293b860424c6d7c37ca049a1b855695a8dcd5eb92e5cef5b5d2d72ed6a8f1ae3ff877c89c1fd3f10bf2b4d611c4a5875ede593577018e903463cc379 -SHA512 (kernel-kabi-dw-5.14.0-285.el9.tar.bz2) = f035f91380e27629decc511b461adb2d815c8fccea28df35bb0e7f0e2a11ac240ab5ca2a87dca379a46fea8299effac5c05f95d14ff51d3b3925731e92bc065d +SHA512 (linux-5.14.0-286.el9.tar.xz) = e35f6221e8cd40278e26fa5fc57ff200339c9000ae1afd3b2822c93d518df661aea8fb31688927e447a653c49d5743194ae8cae6c123c00eeec21c27ce79925c +SHA512 (kernel-abi-stablelists-5.14.0-286.el9.tar.bz2) = 9afe18b2e182ee578d67b37391d2baf938fc6b1363f938caa47bf34028012191f01bc8644a61f1abc2b33a564b036a1bc28faed0a09a2c9c8f518d05edb2a09e +SHA512 (kernel-kabi-dw-5.14.0-286.el9.tar.bz2) = f035f91380e27629decc511b461adb2d815c8fccea28df35bb0e7f0e2a11ac240ab5ca2a87dca379a46fea8299effac5c05f95d14ff51d3b3925731e92bc065d