From 7b9a0590d9c1b33d42fde0ee413f17d276dc4e88 Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Fri, 9 Dec 2022 16:30:00 +0000 Subject: [PATCH] kernel-5.14.0-210.el9 * Fri Dec 09 2022 Herton R. Krzesinski [5.14.0-210.el9] - NFSD: Mark exports of NFS as unsupported (Benjamin Coddington) [2150887] - bonding: get correct NA dest address (Jonathan Toppins) [2112748] - bonding: fix ICMPv6 header handling when receiving IPv6 messages (Jonathan Toppins) [2112748] - mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI (Steve Best) [2122404] - mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI (Steve Best) [2122404] - mmc: sdhci-tegra: Use actual clock rate for SW tuning correction (Steve Best) [2122404] - mmc: sdhci-tegra: Use of_device_get_match_data() helper (Steve Best) [2122404] - mmc: sdhci-tegra: Enable wake on SD card event (Steve Best) [2122404] - mmc: sdhci-tegra: Add runtime PM and OPP support (Steve Best) [2122404] - mmc: sdhci-tegra: Fix switch to HS400ES mode (Steve Best) [2122404] - Enable LinuxRV in Config (Alessandro Carminati) [2129758] - rv/dot2c: Make automaton definition static (Alessandro Carminati) [2129758] - rv/monitor: Add __init/__exit annotations to module init/exit funcs (Alessandro Carminati) [2129758] - rv/dot2K: add 'static' qualifier for local variable (Alessandro Carminati) [2129758] - rv/monitors: add 'static' qualifier for local symbols (Alessandro Carminati) [2129758] - rv/reactor: add __init/__exit annotations to module init/exit funcs (Alessandro Carminati) [2129758] - rv: Unlock on error path in rv_unregister_reactor() (Alessandro Carminati) [2129758] - MAINTAINERS: Add Runtime Verification (RV) entry (Alessandro Carminati) [2129758] - rv/monitors: Make monitor's automata definition static (Alessandro Carminati) [2129758] - rv/reactor: Add the panic reactor (Alessandro Carminati) [2129758] - rv/reactor: Add the printk reactor (Alessandro Carminati) [2129758] - rv/monitor: Add the wwnr monitor (Alessandro Carminati) [2129758] - rv/monitor: Add the wip monitor (Alessandro Carminati) [2129758] - rv/monitor: Add the wip monitor skeleton created by dot2k (Alessandro Carminati) [2129758] - Documentation/rv: Add deterministic automata instrumentation documentation (Alessandro Carminati) [2129758] - Documentation/rv: Add deterministic automata monitor synthesis documentation (Alessandro Carminati) [2129758] - tools/rv: Add dot2k (Alessandro Carminati) [2129758] - Documentation/rv: Add deterministic automaton documentation (Alessandro Carminati) [2129758] - tools/rv: Add dot2c (Alessandro Carminati) [2129758] - Documentation/rv: Add a basic documentation (Alessandro Carminati) [2129758] - rv/include: Add instrumentation helper functions (Alessandro Carminati) [2129758] - rv/include: Add deterministic automata monitor definition via C macros (Alessandro Carminati) [2129758] - rv/include: Add helper functions for deterministic automata (Alessandro Carminati) [2129758] - rv: Add runtime reactors interface (Alessandro Carminati) [2129758] - rv: Add Runtime Verification (RV) interface (Alessandro Carminati) [2129758] - tracing: make tracer_init_tracefs initcall asynchronous (Alessandro Carminati) [2129758] - fs: dlm: fix race in lowcomms (Alexander Aring) [2110543] - EDAC/ghes: Set the DIMM label unconditionally (Aristeu Rozanski) [2109713] Resolves: rhbz#2150887, rhbz#2112748, rhbz#2122404, rhbz#2129758, rhbz#2110543, rhbz#2109713 Signed-off-by: Herton R. Krzesinski --- Makefile.rhelver | 2 +- kernel-aarch64-debug-rhel.config | 5 ++++ kernel-aarch64-rhel.config | 5 ++++ kernel-ppc64le-debug-rhel.config | 5 ++++ kernel-ppc64le-rhel.config | 5 ++++ kernel-s390x-debug-rhel.config | 5 ++++ kernel-s390x-rhel.config | 5 ++++ kernel-s390x-zfcpdump-rhel.config | 5 ++++ kernel-x86_64-debug-rhel.config | 5 ++++ kernel-x86_64-rhel.config | 5 ++++ kernel.spec | 48 ++++++++++++++++++++++++++++--- sources | 6 ++-- 12 files changed, 93 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 713e76cbb..88a2eae7b 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 209 +RHEL_RELEASE = 210 # # ZSTREAM diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index f35d6665e..6aabef794 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -4703,6 +4703,11 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_WWNR=y +CONFIG_RV_REACTORS=y +CONFIG_RV_REACT_PANIC=y +CONFIG_RV_REACT_PRINTK=y +CONFIG_RV=y # CONFIG_SAMPLES is not set # CONFIG_SATA_ACARD_AHCI is not set CONFIG_SATA_AHCI_PLATFORM=m diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index aca36f2da..473447705 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -4681,6 +4681,11 @@ CONFIG_RTW89_8852AE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_WWNR=y +CONFIG_RV_REACTORS=y +CONFIG_RV_REACT_PANIC=y +CONFIG_RV_REACT_PRINTK=y +CONFIG_RV=y # CONFIG_SAMPLES is not set # CONFIG_SATA_ACARD_AHCI is not set CONFIG_SATA_AHCI_PLATFORM=m diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index ab8072833..bfda18898 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -4267,6 +4267,11 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_WWNR=y +CONFIG_RV_REACTORS=y +CONFIG_RV_REACT_PANIC=y +CONFIG_RV_REACT_PRINTK=y +CONFIG_RV=y # CONFIG_SAMPLES is not set # CONFIG_SATA_ACARD_AHCI is not set CONFIG_SATA_AHCI=m diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 91b6ecda4..6907201c3 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -4247,6 +4247,11 @@ CONFIG_RTW89_8852AE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_WWNR=y +CONFIG_RV_REACTORS=y +CONFIG_RV_REACT_PANIC=y +CONFIG_RV_REACT_PRINTK=y +CONFIG_RV=y # CONFIG_SAMPLES is not set # CONFIG_SATA_ACARD_AHCI is not set CONFIG_SATA_AHCI=m diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 3ed17094e..125670b7d 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -4210,6 +4210,11 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_WWNR=y +CONFIG_RV_REACTORS=y +CONFIG_RV_REACT_PANIC=y +CONFIG_RV_REACT_PRINTK=y +CONFIG_RV=y CONFIG_S390_AP_IOMMU=y CONFIG_S390_CCW_IOMMU=y CONFIG_S390_GUEST=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index f7aa520a1..e36a3439d 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -4190,6 +4190,11 @@ CONFIG_RTW89_8852AE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_WWNR=y +CONFIG_RV_REACTORS=y +CONFIG_RV_REACT_PANIC=y +CONFIG_RV_REACT_PRINTK=y +CONFIG_RV=y CONFIG_S390_AP_IOMMU=y CONFIG_S390_CCW_IOMMU=y CONFIG_S390_GUEST=y diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 1f6b371ef..9a5b20309 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -4207,6 +4207,11 @@ CONFIG_RTW89_8852AE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_WWNR=y +CONFIG_RV_REACTORS=y +CONFIG_RV_REACT_PANIC=y +CONFIG_RV_REACT_PRINTK=y +CONFIG_RV=y CONFIG_S390_AP_IOMMU=y CONFIG_S390_CCW_IOMMU=y # CONFIG_S390_GUEST is not set diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 09d4dada5..0e0544178 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -4437,6 +4437,11 @@ CONFIG_RTW89_DEBUGFS=y CONFIG_RTW89_DEBUGMSG=y CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_WWNR=y +CONFIG_RV_REACTORS=y +CONFIG_RV_REACT_PANIC=y +CONFIG_RV_REACT_PRINTK=y +CONFIG_RV=y # CONFIG_SAMPLE_ANDROID_BINDERFS is not set # CONFIG_SAMPLE_AUXDISPLAY is not set # CONFIG_SAMPLE_CONFIGFS is not set diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index f146d1d5c..43987c970 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -4416,6 +4416,11 @@ CONFIG_RTW89_8852AE=m # CONFIG_RTW89_DEBUGMSG is not set CONFIG_RTW89=m CONFIG_RUNTIME_TESTING_MENU=y +CONFIG_RV_MON_WWNR=y +CONFIG_RV_REACTORS=y +CONFIG_RV_REACT_PANIC=y +CONFIG_RV_REACT_PRINTK=y +CONFIG_RV=y # CONFIG_SAMPLE_ANDROID_BINDERFS is not set # CONFIG_SAMPLE_AUXDISPLAY is not set # CONFIG_SAMPLE_CONFIGFS is not set diff --git a/kernel.spec b/kernel.spec index 6e0779f1a..41d7db8aa 100755 --- a/kernel.spec +++ b/kernel.spec @@ -119,15 +119,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 209 +%define pkgrelease 210 %define kversion 5 -%define tarfile_release 5.14.0-209.el9 +%define tarfile_release 5.14.0-210.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 209%{?buildid}%{?dist} +%define specrelease 210%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-209.el9 +%define kabiversion 5.14.0-210.el9 # # End of genspec.sh variables @@ -3106,6 +3106,46 @@ fi # # %changelog +* Fri Dec 09 2022 Herton R. Krzesinski [5.14.0-210.el9] +- NFSD: Mark exports of NFS as unsupported (Benjamin Coddington) [2150887] +- bonding: get correct NA dest address (Jonathan Toppins) [2112748] +- bonding: fix ICMPv6 header handling when receiving IPv6 messages (Jonathan Toppins) [2112748] +- mmc: cqhci: Provide helper for resetting both SDHCI and CQHCI (Steve Best) [2122404] +- mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCI (Steve Best) [2122404] +- mmc: sdhci-tegra: Use actual clock rate for SW tuning correction (Steve Best) [2122404] +- mmc: sdhci-tegra: Use of_device_get_match_data() helper (Steve Best) [2122404] +- mmc: sdhci-tegra: Enable wake on SD card event (Steve Best) [2122404] +- mmc: sdhci-tegra: Add runtime PM and OPP support (Steve Best) [2122404] +- mmc: sdhci-tegra: Fix switch to HS400ES mode (Steve Best) [2122404] +- Enable LinuxRV in Config (Alessandro Carminati) [2129758] +- rv/dot2c: Make automaton definition static (Alessandro Carminati) [2129758] +- rv/monitor: Add __init/__exit annotations to module init/exit funcs (Alessandro Carminati) [2129758] +- rv/dot2K: add 'static' qualifier for local variable (Alessandro Carminati) [2129758] +- rv/monitors: add 'static' qualifier for local symbols (Alessandro Carminati) [2129758] +- rv/reactor: add __init/__exit annotations to module init/exit funcs (Alessandro Carminati) [2129758] +- rv: Unlock on error path in rv_unregister_reactor() (Alessandro Carminati) [2129758] +- MAINTAINERS: Add Runtime Verification (RV) entry (Alessandro Carminati) [2129758] +- rv/monitors: Make monitor's automata definition static (Alessandro Carminati) [2129758] +- rv/reactor: Add the panic reactor (Alessandro Carminati) [2129758] +- rv/reactor: Add the printk reactor (Alessandro Carminati) [2129758] +- rv/monitor: Add the wwnr monitor (Alessandro Carminati) [2129758] +- rv/monitor: Add the wip monitor (Alessandro Carminati) [2129758] +- rv/monitor: Add the wip monitor skeleton created by dot2k (Alessandro Carminati) [2129758] +- Documentation/rv: Add deterministic automata instrumentation documentation (Alessandro Carminati) [2129758] +- Documentation/rv: Add deterministic automata monitor synthesis documentation (Alessandro Carminati) [2129758] +- tools/rv: Add dot2k (Alessandro Carminati) [2129758] +- Documentation/rv: Add deterministic automaton documentation (Alessandro Carminati) [2129758] +- tools/rv: Add dot2c (Alessandro Carminati) [2129758] +- Documentation/rv: Add a basic documentation (Alessandro Carminati) [2129758] +- rv/include: Add instrumentation helper functions (Alessandro Carminati) [2129758] +- rv/include: Add deterministic automata monitor definition via C macros (Alessandro Carminati) [2129758] +- rv/include: Add helper functions for deterministic automata (Alessandro Carminati) [2129758] +- rv: Add runtime reactors interface (Alessandro Carminati) [2129758] +- rv: Add Runtime Verification (RV) interface (Alessandro Carminati) [2129758] +- tracing: make tracer_init_tracefs initcall asynchronous (Alessandro Carminati) [2129758] +- fs: dlm: fix race in lowcomms (Alexander Aring) [2110543] +- EDAC/ghes: Set the DIMM label unconditionally (Aristeu Rozanski) [2109713] + * Thu Dec 08 2022 Herton R. Krzesinski [5.14.0-209.el9] - RHEL: ALSA: update configuration (Jaroslav Kysela) [2125537] - ASoC: SOF: Intel: pci-mtl: fix firmware name (Jaroslav Kysela) [2125537] diff --git a/sources b/sources index b015ca432..8bac80d3c 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-209.el9.tar.xz) = ea08f44940b911ae035f269b49f521a4c6ea0b8d0e476c096d305eff698860cbdb14b70175eacdd4c137bc43895c95a0f601273f143265d2cbb2736d616499ba -SHA512 (kernel-abi-stablelists-5.14.0-209.el9.tar.bz2) = 739694c947a365a25129401e654d020fe7a5f65468099eb6869046e51dff42c94ceb166488af4620407de28a51aa8d839a9e8c36d3f0179f9602808e50ed1a55 -SHA512 (kernel-kabi-dw-5.14.0-209.el9.tar.bz2) = e96af04b7c182da9a4eb2fa1d5bf16813693b5befd80075855c2a4774aabe24e7eebc58f7ce185776594b1eff75361132284b7fb5a28ff489cf3e1878c371a33 +SHA512 (linux-5.14.0-210.el9.tar.xz) = 2ec9f801053aa230dcacef84e0303dd49b786f26924cd88eddd13b09ed272d8e86696f3aebe105a5eab0341c87ba171a06e84e17d3ab1e7d8fac7de8b9636149 +SHA512 (kernel-abi-stablelists-5.14.0-210.el9.tar.bz2) = de36879fa9b5f400c88524b2b8deb97b75565cce54345052a8531b8a5769e0b195841b8e875f8281d74ad73ac7fafece0d49c71a7d8367c042c40639e2d4e77f +SHA512 (kernel-kabi-dw-5.14.0-210.el9.tar.bz2) = 0e9d9c4b6bac4986f57cff3e389d426facdefae1ec0401c55ba658c1f57cdf24907ed61e0fae7c0f8e827183a1df6021ae52c6f0ac0cb6776ad07103143bed6d