diff --git a/.gitignore b/.gitignore index c4be4e9..e348cc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -SOURCES/kernel-abi-stablelists-5.14.0-162.12.1.el9_1.tar.bz2 -SOURCES/kernel-kabi-dw-5.14.0-162.12.1.el9_1.tar.bz2 -SOURCES/linux-5.14.0-162.12.1.el9_1.tar.xz +SOURCES/kernel-abi-stablelists-5.14.0-162.18.1.el9_1.tar.bz2 +SOURCES/kernel-kabi-dw-5.14.0-162.18.1.el9_1.tar.bz2 +SOURCES/linux-5.14.0-162.18.1.el9_1.tar.xz SOURCES/rheldup3.x509 SOURCES/rhelkpatch1.x509 diff --git a/.kernel.metadata b/.kernel.metadata index adeb565..1d2cd68 100644 --- a/.kernel.metadata +++ b/.kernel.metadata @@ -1,5 +1,5 @@ -60f650ccf9766c4bff6e2351f48ce20788b0454d SOURCES/kernel-abi-stablelists-5.14.0-162.12.1.el9_1.tar.bz2 -7f3ae669e865de708eeb1c07002f6c20f5732e65 SOURCES/kernel-kabi-dw-5.14.0-162.12.1.el9_1.tar.bz2 -150a407bd971ea1b80539194df1a1e30f5f3dd77 SOURCES/linux-5.14.0-162.12.1.el9_1.tar.xz +9aa08045acd795fb5b5ed7e5198c68d76d10fa0f SOURCES/kernel-abi-stablelists-5.14.0-162.18.1.el9_1.tar.bz2 +773afc71541939b819f39419d7710d2d8070cff0 SOURCES/kernel-kabi-dw-5.14.0-162.18.1.el9_1.tar.bz2 +5cd60c72a95d966a3e11bc4fa9eb2a6b0664cdcb SOURCES/linux-5.14.0-162.18.1.el9_1.tar.xz 95b9b811c7b0a6c98b2eafc4e7d6d24f2cb63289 SOURCES/rheldup3.x509 d90885108d225a234a5a9d054fc80893a5bd54d0 SOURCES/rhelkpatch1.x509 diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver index 3fe934a..37472c7 100644 --- a/SOURCES/Makefile.rhelver +++ b/SOURCES/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 162.12.1 +RHEL_RELEASE = 162.18.1 # # ZSTREAM diff --git a/SOURCES/kernel-x86_64-debug-rhel.config b/SOURCES/kernel-x86_64-debug-rhel.config index 1e083b6..c34d514 100644 --- a/SOURCES/kernel-x86_64-debug-rhel.config +++ b/SOURCES/kernel-x86_64-debug-rhel.config @@ -6359,7 +6359,7 @@ CONFIG_X86_ACPI_CPUFREQ_CPB=y CONFIG_X86_ACPI_CPUFREQ=m CONFIG_X86_AMD_FREQ_SENSITIVITY=m CONFIG_X86_AMD_PLATFORM_DEVICE=y -CONFIG_X86_AMD_PSTATE=y +CONFIG_X86_AMD_PSTATE=m CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_CMPXCHG64=y diff --git a/SOURCES/kernel-x86_64-rhel.config b/SOURCES/kernel-x86_64-rhel.config index 0fbeed6..2e67cfb 100644 --- a/SOURCES/kernel-x86_64-rhel.config +++ b/SOURCES/kernel-x86_64-rhel.config @@ -6336,7 +6336,7 @@ CONFIG_X86_ACPI_CPUFREQ_CPB=y CONFIG_X86_ACPI_CPUFREQ=m CONFIG_X86_AMD_FREQ_SENSITIVITY=m CONFIG_X86_AMD_PLATFORM_DEVICE=y -CONFIG_X86_AMD_PSTATE=y +CONFIG_X86_AMD_PSTATE=m # CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set CONFIG_X86_CHECK_BIOS_CORRUPTION=y CONFIG_X86_CMPXCHG64=y diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index a73c186..1a222a4 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 162.12.1.el9_1 +%define pkgrelease 162.18.1.el9_1 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 162.12.1%{?buildid}%{?dist} +%define specrelease 162.18.1%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -678,7 +678,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-162.12.1.el9_1.tar.xz +Source0: linux-5.14.0-162.18.1.el9_1.tar.xz Source1: Makefile.rhelver @@ -1350,8 +1350,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-162.12.1.el9_1 -c -mv linux-5.14.0-162.12.1.el9_1 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-162.18.1.el9_1 -c +mv linux-5.14.0-162.18.1.el9_1 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3017,6 +3017,50 @@ fi # # %changelog +* Thu Feb 09 2023 Patrick Talbert [5.14.0-162.18.1.el9_1] +- powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPU (Steve Best) [2154305 2133101] +- redhat/configs: Change the amd-pstate driver from builtin to loadable (David Arcari) [2151274 2143793] +- powerpc/pseries/mobility: set NMI watchdog factor during an LPM (Steve Best) [2140085 2122830] +- powerpc/watchdog: introduce a NMI watchdog's factor (Steve Best) [2140085 2122830] +- watchdog: export lockup_detector_reconfigure (Steve Best) [2140085 2122830] +- powerpc/mobility: wait for memory transfer to complete (Steve Best) [2140085 2122830] + +* Thu Feb 02 2023 Patrick Talbert [5.14.0-162.17.1.el9_1] +- PCI: hv: Only reuse existing IRTE allocation for Multi-MSI (Emanuele Giuseppe Esposito) [2155459 2100404] +- PCI: hv: Fix the definition of vector in hv_compose_msi_msg() (Emanuele Giuseppe Esposito) [2155459 2100404] +- PCI: hv: Fix interrupt mapping for multi-MSI (Emanuele Giuseppe Esposito) [2155459 2100404] +- PCI: hv: Reuse existing IRTE allocation in compose_msi_msg() (Emanuele Giuseppe Esposito) [2155459 2100404] +- PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI (Emanuele Giuseppe Esposito) [2155459 2100404] +- PCI: hv: Fix multi-MSI to allow more than one MSI vector (Emanuele Giuseppe Esposito) [2155459 2100404] +- proc: proc_skip_spaces() shouldn't think it is working on C strings (Wander Lairson Costa) [2152580 2152581] {CVE-2022-4378} +- proc: avoid integer type confusion in get_proc_long (Wander Lairson Costa) [2152580 2152581] {CVE-2022-4378} +- blk-mq: run queue no matter whether the request is the last request (Ming Lei) [2162535 2118511] +- netfilter: nft_payload: incorrect arithmetics when fetching VLAN header bits (Florian Westphal) [2161724 2161725] {CVE-2023-0179} +- nvme-tcp: fix regression that causes sporadic requests to time out (Gopal Tiwari) [2161344 2124526] +- netfs: Fix dodgy maths (Xiubo Li) [2161418 2138981] +- netfs: Fix missing xas_retry() calls in xarray iteration (Xiubo Li) [2161418 2138981] + +* Thu Jan 26 2023 Patrick Talbert [5.14.0-162.16.1.el9_1] +- Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu (Ricardo Robaina) [2152929 2152931] {CVE-2022-3564} +- gitlab-ci: use CI templates from production branch (Michael Hofmann) + +* Thu Jan 19 2023 Patrick Talbert [5.14.0-162.15.1.el9_1] +- KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field (Thomas Huth) [2158815 2140899] +- x86/fpu: Do not leak fpstate pointer on fork (Rafael Aquini) [2133083 2120448] +- Revert "usb: typec: ucsi: add a common function ucsi_unregister_connectors()" (Torez Smith) [2153277 2113003] +- i2c: ismt: Fix an out-of-bounds bug in ismt_access() (David Arcari) [2154859 2119067] {CVE-2022-2873} + +* Thu Jan 12 2023 Patrick Talbert [5.14.0-162.14.1.el9_1] +- NFSD: fix use-after-free in __nfs42_ssc_open() (Benjamin Coddington) [2152815 2152816] {CVE-2022-4379} +- PCI: hv: Fix synchronization between channel callback and hv_pci_bus_exit() (Mohammed Gamal) [2155930 2155277] +- PCI: hv: Fix synchronization between channel callback and hv_compose_msi_msg() (Mohammed Gamal) [2155930 2155277] +- PCI: hv: Use vmbus_requestor to generate transaction IDs for VMbus hardening (Mohammed Gamal) [2155930 2155277] +- sched/core: Always flush pending blk_plug (Phil Auld) [2153792 2115520] + +* Thu Jan 05 2023 Patrick Talbert [5.14.0-162.13.1.el9_1] +- scsi: qla2xxx: Fix crash when I/O abort times out (Nilesh Javali) [2152178 2115892] +- net: mana: Fix race on per-CQ variable napi work_done (Emanuele Giuseppe Esposito) [2155145 2153431] + * Tue Dec 20 2022 Patrick Talbert [5.14.0-162.12.1.el9_1] - x86/fpu: Drop fpregs lock before inheriting FPU permissions (Valentin Schneider) [2154407 2153181] - hv_netvsc: Fix race between VF offering and VF association message from host (Mohammed Gamal) [2151605 2149277]