diff --git a/Makefile.rhelver b/Makefile.rhelver index bd567c7a7..fbfd3d0fc 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 1 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 121 +RHEL_RELEASE = 122 # # ZSTREAM diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index 0db72cdd4..03e7d4b70 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -775,6 +775,7 @@ CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_CFB=y CONFIG_CRYPTO_CHACHA20=m CONFIG_CRYPTO_CHACHA20POLY1305=m +CONFIG_CRYPTO_CHACHA_S390=y CONFIG_CRYPTO_CMAC=y # CONFIG_CRYPTO_CRC32C_VPMSUM is not set CONFIG_CRYPTO_CRC32C=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 4ab2976cd..ea91dcc64 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -775,6 +775,7 @@ CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_CFB=y CONFIG_CRYPTO_CHACHA20=m CONFIG_CRYPTO_CHACHA20POLY1305=m +CONFIG_CRYPTO_CHACHA_S390=y CONFIG_CRYPTO_CMAC=y # CONFIG_CRYPTO_CRC32C_VPMSUM is not set CONFIG_CRYPTO_CRC32C=y diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index 89deb197f..2afb7e598 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -780,6 +780,7 @@ CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CFB=y CONFIG_CRYPTO_CHACHA20POLY1305=y CONFIG_CRYPTO_CHACHA20=y +CONFIG_CRYPTO_CHACHA_S390=y CONFIG_CRYPTO_CMAC=y # CONFIG_CRYPTO_CRC32C_VPMSUM is not set CONFIG_CRYPTO_CRC32C=y diff --git a/kernel.spec b/kernel.spec index 6d2b59c4c..a7b9dd88c 100755 --- a/kernel.spec +++ b/kernel.spec @@ -121,13 +121,13 @@ Summary: The Linux kernel %define kversion 5.14 %define rpmversion 5.14.0 -%define pkgrelease 121.el9 +%define pkgrelease 122.el9 # This is needed to do merge window version magic %define patchlevel 14 # allow pkg_release to have configurable %%{?dist} tag -%define specrelease 121%{?buildid}%{?dist} +%define specrelease 122%{?buildid}%{?dist} %define pkg_release %{specrelease} @@ -679,7 +679,7 @@ BuildRequires: lld # exact git commit you can run # # xzcat -qq ${TARBALL} | git get-tar-commit-id -Source0: linux-5.14.0-121.el9.tar.xz +Source0: linux-5.14.0-122.el9.tar.xz Source1: Makefile.rhelver @@ -1349,8 +1349,8 @@ ApplyOptionalPatch() fi } -%setup -q -n kernel-5.14.0-121.el9 -c -mv linux-5.14.0-121.el9 linux-%{KVERREL} +%setup -q -n kernel-5.14.0-122.el9 -c +mv linux-5.14.0-122.el9 linux-%{KVERREL} cd linux-%{KVERREL} cp -a %{SOURCE1} . @@ -3007,6 +3007,67 @@ fi # # %changelog +* Thu Jun 30 2022 Patrick Talbert [5.14.0-122.el9] +- bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers (Jonathan Toppins) [2094911] +- exec: Force single empty string when argv is empty (Rafael Aquini) [2097485] +- mptcp: Do TCP fallback on early DSS checksum failure (Paolo Abeni) [2100072] +- mptcp: fix checksum byte order (Paolo Abeni) [2100072] +- platform/x86/intel/sdsi: Fix bug in multi packet reads (David Arcari) [2098067] +- platform/x86/intel/sdsi: Poll on ready bit for writes (David Arcari) [2098067] +- platform/x86/intel/sdsi: Handle leaky bucket (David Arcari) [2098067] +- hv_netvsc: Fix potential dereference of NULL pointer (Mohammed Gamal) [2086626] +- hv_netvsc: Add support for XDP_REDIRECT (Mohammed Gamal) [2086626] +- hv_netvsc: Print value of invalid ID in netvsc_send_{completion,tx_complete}() (Mohammed Gamal) [2086626] +- net: hyperv: remove use of bpf_op_t (Mohammed Gamal) [2086626] +- hv_netvsc: Add check for kvmalloc_array (Mohammed Gamal) [2086626] +- net: netvsc: remove break after return (Mohammed Gamal) [2086626] +- Netvsc: Call hv_unmap_memory() in the netvsc_device_remove() (Mohammed Gamal) [2086626] +- net: netvsc: Add Isolation VM support for netvsc driver (Mohammed Gamal) [2086626] +- hv_netvsc: Use bitmap_zalloc() when applicable (Mohammed Gamal) [2086626] +- hv_netvsc: Add comment of netvsc_xdp_xmit() (Mohammed Gamal) [2086626] +- hv_netvsc: use netif_is_bond_master() instead of open code (Mohammed Gamal) [2086626] +- arm64: kdump: Do not allocate crash low memory if not needed (Pingfan Liu) [2091852] +- docs: kdump: Update the crashkernel description for arm64 (Pingfan Liu) [2091852] +- of: Support more than one crash kernel regions for kexec -s (Pingfan Liu) [2091852] +- of: fdt: Add memory for devices by DT property "linux,usable-memory-range" (Pingfan Liu) [2091852] +- arm64: kdump: Reimplement crashkernel=X (Pingfan Liu) [2091852] +- arm64: Use insert_resource() to simplify code (Pingfan Liu) [2091852] +- kdump: return -ENOENT if required cmdline option does not exist (Pingfan Liu) [2091852] +- arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef (Pingfan Liu) [2091852] +- arm64: mm: Drop 'const' from conditional arm64_dma_phys_limit definition (Pingfan Liu) [2091852] +- arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zones (Pingfan Liu) [2091852] +- efi: apply memblock cap after memblock_add() (Pingfan Liu) [2091852] +- arm64: kdump: Remove custom linux,usable-memory-range handling (Pingfan Liu) [2091852] +- arm64: kdump: Remove custom linux,elfcorehdr handling (Pingfan Liu) [2091852] +- of/fdt: move elfcorehdr reservation early for crash dump kernel (Pingfan Liu) [2091852] +- of/fdt: Don't worry about non-memory region overlap for no-map (Pingfan Liu) [2091852] +- of: fdt: Aggregate the processing of "linux,usable-memory-range" (Pingfan Liu) [2091852] +- of/fdt: Rework early_init_dt_scan_memory() to call directly (Pingfan Liu) [2091852] +- of/fdt: Rework early_init_dt_scan_root() to call directly (Pingfan Liu) [2091852] +- of/fdt: Rework early_init_dt_scan_chosen() to call directly (Pingfan Liu) [2091852] +- of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem() (Pingfan Liu) [2091852] +- of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr() (Pingfan Liu) [2091852] +- of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdef (Pingfan Liu) [2091852] +- of: fdt: Add generic support for handling usable memory range property (Pingfan Liu) [2091852] +- of: fdt: Add generic support for handling elf core headers property (Pingfan Liu) [2091852] +- of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch() (Pingfan Liu) [2091852] +- of: fdt: Remove early_init_dt_reserve_memory_arch() override capability (Pingfan Liu) [2091852] +- of: fdt: do not update local variable after use (Pingfan Liu) [2091852] +- of: fdt: remove unnecessary codes (Pingfan Liu) [2091852] +- mei: me: add Alder Lake N device id. (David Arcari) [2072663] +- mei: me: disable driver on the ign firmware (David Arcari) [2072663] +- mei: me: add Ice Lake-N device id. (David Arcari) [2072663] +- iwlwifi: fix use-after-free (Jose Ignacio Tornos Martinez) [2093882] +- ucounts: Handle wrapping in is_ucounts_overlimit (Alexey Gladkov) [2092422] +- ucount: Make get_ucount a safe get_user replacement (Alexey Gladkov) [2092422] +- ucounts: Fix rlimit max values check (Alexey Gladkov) [2092422] +- ucounts: Use atomic_long_sub_return for clarity (Alexey Gladkov) [2092422] +- ucounts: Add get_ucounts_or_wrap for clarity (Alexey Gladkov) [2092422] +- ucounts: Remove unnecessary test for NULL ucount in get_ucounts (Alexey Gladkov) [2092422] +- redhat/configs: Allow CRYPTO_CHACHA20 to remain a module (Vladis Dronov) [1917926] +- crypto: s390 - add crypto library interface for ChaCha20 (Vladis Dronov) [1917926] +- s390/crypto: add SIMD implementation for ChaCha20 (Vladis Dronov) [1917926] + * Wed Jun 29 2022 Patrick Talbert [5.14.0-121.el9] - redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 (Eric Auger) [2089765] - crypto: fips - make proc files report fips module name and version (Simo Sorce) [2080499] diff --git a/sources b/sources index 91f22a580..93c6a34cd 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-121.el9.tar.xz) = 166cd7c78c3cd762f0b7ae76cd273735d433900b3625ab9294debb9fc1458b451636d3dae470b41a23845edd386b6f80f1293db09d0b6928f3e34a9a551961c0 -SHA512 (kernel-abi-stablelists-5.14.0-121.el9.tar.bz2) = 3b1b8cde79c2220e024663939537671648aab843e18bae633cad96879dc1f9d859660f753ab55194f67da5c38c63412afc09147a4161f9f20d4df755bb1aacb2 -SHA512 (kernel-kabi-dw-5.14.0-121.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674 +SHA512 (linux-5.14.0-122.el9.tar.xz) = 3cb80d55c811ad156c2b34fd643364f7e77c13ad1ebbac7b719b09829d2a959655e4283fab92b9a7c9d2254bca1860b4dc01dc375761a65453cd3d011be27ed5 +SHA512 (kernel-abi-stablelists-5.14.0-122.el9.tar.bz2) = 8e8d5f4ef4a5cfaef898773809607dc3812cd394719f83c687aadaa830151cda6190bba4fa6961504c87e289021b12b98a56a0d9dcefd11800ca81915a1d911c +SHA512 (kernel-kabi-dw-5.14.0-122.el9.tar.bz2) = b07e3d6617cc434bf03eb165691b8b64418260e0a97bf3da3959aa03d142ff345c94b4a0f0856246d2b2c6a6a713fd6495e9f2cb73244cf4cfc5a4b7525e7674