From e0755457530938b46065fc6d2847d67e563d7a14 Mon Sep 17 00:00:00 2001 From: "Herton R. Krzesinski" Date: Fri, 13 Jan 2023 14:46:08 +0000 Subject: [PATCH] kernel-5.14.0-235.el9 * Fri Jan 13 2023 Herton R. Krzesinski [5.14.0-235.el9] - x86/topology: Fix duplicated core ID within a package (David Arcari) [2159554] - x86/topology: Fix multiple packages shown on a single-package system (David Arcari) [2159554] - hwmon/coretemp: Handle large core ID value (David Arcari) [2159554] - tools/power turbostat: Add support for RPL-S (David Arcari) [2159756] - powercap: intel_rapl: Add support for RAPTORLAKE_S (David Arcari) [2159756] - pNFS/filelayout: Fix coalescing test for single DS (Benjamin Coddington) [2158517] - sched/core: Use kfree_rcu() in do_set_cpus_allowed() (Waiman Long) [2143847] - sched/core: Fix use-after-free bug in dup_user_cpus_ptr() (Waiman Long) [2143847] - KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails (Emanuele Giuseppe Esposito) [2155955] - powerpc: Take in account addition CPU node when building kexec FDT (Mamatha Inamdar) [2149198] - powerpc: export the CPU node count (Mamatha Inamdar) [2149198] - crypto: s390/aes - drop redundant xts key check (Vladis Dronov) [2158894] - crypto: xts - drop xts_check_key() (Vladis Dronov) [2158894] - net: vrf: determine the dst using the original ifindex for multicast (Antoine Tenart) [2149859] - net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR (Antoine Tenart) [2155181] - net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT (Antoine Tenart) [2155181] - net: dropreason: add SKB_DROP_REASON_DUP_FRAG (Antoine Tenart) [2155181] - net: dropreason: propagate drop_reason to skb_release_data() (Antoine Tenart) [2155181] - net: dropreason: add SKB_CONSUMED reason (Antoine Tenart) [2155181] - x86: Remove vendor checks from prefer_mwait_c1_over_halt (David Arcari) [2150068] - x86: Handle idle=nomwait cmdline properly for x86_idle (David Arcari) [2150068] - drm/i915: fix TLB invalidation for Gen12 video and compute engines (Wander Lairson Costa) [2148153] {CVE-2022-4139} - mmc: bcm2835: stop setting chan_config->slave_id (Adrien Thierry) [2139215] - net: usb: ax88179_178a: Fix packet receiving (Jose Ignacio Tornos Martinez) [2142723] {CVE-2022-2964} - net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup (Jose Ignacio Tornos Martinez) [2142723] {CVE-2022-2964} - vxlan: fix error return code in vxlan_fdb_append (Guillaume Nault) [2142598] - vxlan_multicast: Move multicast helpers to a separate file (Guillaume Nault) [2142598] - vxlan_core: add helper vxlan_vni_in_use (Guillaume Nault) [2142598] - vxlan_core: make multicast helper take rip and ifindex explicitly (Guillaume Nault) [2142598] - vxlan_core: move some fdb helpers to non-static (Guillaume Nault) [2142598] - vxlan_core: move common declarations to private header file (Guillaume Nault) [2142598] - vxlan_core: fix build warnings in vxlan_xmit_one (Guillaume Nault) [2142598] - vxlan: move to its own directory (Guillaume Nault) [2142598] - net: vxlan: add macro definition for number of IANA VXLAN-GPE port (Guillaume Nault) [2142598] - x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly (Dean Nelson) [2122851] - x86/fpu: Exclude dynamic states from init_fpstate (Dean Nelson) [2122851] - x86/fpu: Fix the init_fpstate size check with the actual size (Dean Nelson) [2122851] - x86/fpu: Configure init_fpstate attributes orderly (Dean Nelson) [2122851] - x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation (Dean Nelson) [2122851] Resolves: rhbz#2159554, rhbz#2159756, rhbz#2158517, rhbz#2143847, rhbz#2155955, rhbz#2149198, rhbz#2158894, rhbz#2149859, rhbz#2155181, rhbz#2150068, rhbz#2148153, rhbz#2139215, rhbz#2142723, rhbz#2142598, rhbz#2122851 Signed-off-by: Herton R. Krzesinski --- Makefile.rhelver | 2 +- kernel.spec | 49 ++++++++++++++++++++++++++++++++++++++++++++---- sources | 6 +++--- 3 files changed, 49 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index 773c813..f230665 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 = 234 +RHEL_RELEASE = 235 # # ZSTREAM diff --git a/kernel.spec b/kernel.spec index 37375e8..1d2d98b 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 234 +%define pkgrelease 235 %define kversion 5 -%define tarfile_release 5.14.0-234.el9 +%define tarfile_release 5.14.0-235.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 234%{?buildid}%{?dist} +%define specrelease 235%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-234.el9 +%define kabiversion 5.14.0-235.el9 # # End of genspec.sh variables @@ -3110,6 +3110,47 @@ fi # # %changelog +* Fri Jan 13 2023 Herton R. Krzesinski [5.14.0-235.el9] +- x86/topology: Fix duplicated core ID within a package (David Arcari) [2159554] +- x86/topology: Fix multiple packages shown on a single-package system (David Arcari) [2159554] +- hwmon/coretemp: Handle large core ID value (David Arcari) [2159554] +- tools/power turbostat: Add support for RPL-S (David Arcari) [2159756] +- powercap: intel_rapl: Add support for RAPTORLAKE_S (David Arcari) [2159756] +- pNFS/filelayout: Fix coalescing test for single DS (Benjamin Coddington) [2158517] +- sched/core: Use kfree_rcu() in do_set_cpus_allowed() (Waiman Long) [2143847] +- sched/core: Fix use-after-free bug in dup_user_cpus_ptr() (Waiman Long) [2143847] +- KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails (Emanuele Giuseppe Esposito) [2155955] +- powerpc: Take in account addition CPU node when building kexec FDT (Mamatha Inamdar) [2149198] +- powerpc: export the CPU node count (Mamatha Inamdar) [2149198] +- crypto: s390/aes - drop redundant xts key check (Vladis Dronov) [2158894] +- crypto: xts - drop xts_check_key() (Vladis Dronov) [2158894] +- net: vrf: determine the dst using the original ifindex for multicast (Antoine Tenart) [2149859] +- net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR (Antoine Tenart) [2155181] +- net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT (Antoine Tenart) [2155181] +- net: dropreason: add SKB_DROP_REASON_DUP_FRAG (Antoine Tenart) [2155181] +- net: dropreason: propagate drop_reason to skb_release_data() (Antoine Tenart) [2155181] +- net: dropreason: add SKB_CONSUMED reason (Antoine Tenart) [2155181] +- x86: Remove vendor checks from prefer_mwait_c1_over_halt (David Arcari) [2150068] +- x86: Handle idle=nomwait cmdline properly for x86_idle (David Arcari) [2150068] +- drm/i915: fix TLB invalidation for Gen12 video and compute engines (Wander Lairson Costa) [2148153] {CVE-2022-4139} +- mmc: bcm2835: stop setting chan_config->slave_id (Adrien Thierry) [2139215] +- net: usb: ax88179_178a: Fix packet receiving (Jose Ignacio Tornos Martinez) [2142723] {CVE-2022-2964} +- net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup (Jose Ignacio Tornos Martinez) [2142723] {CVE-2022-2964} +- vxlan: fix error return code in vxlan_fdb_append (Guillaume Nault) [2142598] +- vxlan_multicast: Move multicast helpers to a separate file (Guillaume Nault) [2142598] +- vxlan_core: add helper vxlan_vni_in_use (Guillaume Nault) [2142598] +- vxlan_core: make multicast helper take rip and ifindex explicitly (Guillaume Nault) [2142598] +- vxlan_core: move some fdb helpers to non-static (Guillaume Nault) [2142598] +- vxlan_core: move common declarations to private header file (Guillaume Nault) [2142598] +- vxlan_core: fix build warnings in vxlan_xmit_one (Guillaume Nault) [2142598] +- vxlan: move to its own directory (Guillaume Nault) [2142598] +- net: vxlan: add macro definition for number of IANA VXLAN-GPE port (Guillaume Nault) [2142598] +- x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly (Dean Nelson) [2122851] +- x86/fpu: Exclude dynamic states from init_fpstate (Dean Nelson) [2122851] +- x86/fpu: Fix the init_fpstate size check with the actual size (Dean Nelson) [2122851] +- x86/fpu: Configure init_fpstate attributes orderly (Dean Nelson) [2122851] +- x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation (Dean Nelson) [2122851] + * Thu Jan 12 2023 Herton R. Krzesinski [5.14.0-234.el9] - net/mlx5e: xsk: Discard unaligned XSK frames on striding RQ (Artem Savkov) [2137876] - bpf: Fix panic due to wrong pageattr of im->image (Artem Savkov) [2137876] diff --git a/sources b/sources index aac08c1..eab1517 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-234.el9.tar.xz) = 16a2621d8f3de2b129ca25a73513ad6d6a37fc6281ff23723b0f903aec430ccbc91d3845bec75c6e4aeaa24f6a6e4cd516240f4604334c094161a745eebdb140 -SHA512 (kernel-abi-stablelists-5.14.0-234.el9.tar.bz2) = c50d6357763e7d560783b2e3059f14b23096ba688e1c06994f36b1d2b868ade4f677be488b310e94ff028ddd7bae055b86e5d7b39e16a195f702000ab48c71e4 -SHA512 (kernel-kabi-dw-5.14.0-234.el9.tar.bz2) = 2bede5104e8bbdda68deb85da2958ccecf5b39b0d8f52ad8468b2d1e9dd61a93c0e58a4ab0719b05c1b64a6be51d249dc5c4b57a8b38eca4b7fa72cf964f8338 +SHA512 (linux-5.14.0-235.el9.tar.xz) = 9f4c0ff3ca585598d81e0bf8fae9152533cda1a719e28a308c2e3529a85b9521b17b1e7c32b7df527e28d8fc2a449a789de675236e569de9ad3ce109fd902fae +SHA512 (kernel-abi-stablelists-5.14.0-235.el9.tar.bz2) = 9e1950603a88c2534bdf367c1ad75f801bdbc1efb039bc280586831b5e3d52416bd1518c7c3ca8d6aac04a946d8b39e468265970074e60c14efbd0823d701dd0 +SHA512 (kernel-kabi-dw-5.14.0-235.el9.tar.bz2) = 142806957dc185a0bd29d1d5bdaa5eec3d3232c747649a51ab0a9a767c3bf170d307d8af625ad25bc4a2299258c27893ccd5b38ed6ad4cd006423a79a3993369