kernel-rt-5.14.0-235.rt14.236.el9

* Fri Jan 13 2023 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-235.rt14.236.el9]
- [rt] build kernel-rt-5.14.0-235.rt14.236.el9 [2125474]
- 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) [2148166] {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) [2143046] {CVE-2022-2964}
- net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup (Jose Ignacio Tornos Martinez) [2143046] {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#2125474, rhbz#2148166, rhbz#2143046

Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
Luis Claudio R. Goncalves 2023-01-13 20:18:30 -03:00
parent c8359415b0
commit 4515050aea
3 changed files with 51 additions and 9 deletions

View File

@ -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
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD:=.235
RTBUILD:=.236

View File

@ -119,15 +119,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 234.rt14.235
%define pkgrelease 235.rt14.236
%define kversion 5
%define tarfile_release 5.14.0-234.rt14.235.el9
%define tarfile_release 5.14.0-235.rt14.236.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.rt14.235%{?buildid}%{?dist}
%define specrelease 235.rt14.236%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-234.rt14.235.el9
%define kabiversion 5.14.0-235.rt14.236.el9
#
# End of genspec.sh variables
@ -3240,6 +3240,48 @@ fi
#
#
%changelog
* Fri Jan 13 2023 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-235.rt14.236.el9]
- [rt] build kernel-rt-5.14.0-235.rt14.236.el9 [2125474]
- 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) [2148166] {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) [2143046] {CVE-2022-2964}
- net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup (Jose Ignacio Tornos Martinez) [2143046] {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 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-234.rt14.235.el9]
- [rt] build kernel-rt-5.14.0-234.rt14.235.el9 [2125474]
- net/mlx5e: xsk: Discard unaligned XSK frames on striding RQ (Artem Savkov) [2137876]

View File

@ -1,4 +1,4 @@
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
SHA512 (linux-5.14.0-234.rt14.235.el9.tar.xz) = f0f2c479fe47ce69e455855dbfc93c16116abd4bf6027473734103224dc9614d99d9beb010ebbc5aa2f507d61eb0ea7875416ba205b78b76c3141a9980401fdd
SHA512 (kernel-abi-stablelists-5.14.0-234.rt14.235.el9.tar.bz2) = 0084301f9b70b34b50459b386d5e702ec0b42ac1715af53765f3487571417afd9157ce7cff098be3c8412e9e967bf3de221a0d4f9e5468665d8bd141e22c53b7
SHA512 (kernel-kabi-dw-5.14.0-234.rt14.235.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
SHA512 (linux-5.14.0-235.rt14.236.el9.tar.xz) = 16f41fd73c69c4f34d830c4cd3c239f7da845f05c515363a8d4237ad9c9ab2c942d7c30b0fa6266b65540dd0e102064cada41a5bb819e59f43977666bf3d2f7b
SHA512 (kernel-abi-stablelists-5.14.0-235.rt14.236.el9.tar.bz2) = 6129a9ea75ff379f03f8ce39d761f153413350b92caf610d86945ffcc12bde7d8143ce0db49d91937a16b3a773cc3a5c2c00234163dd113aacdf48eb57ffd903
SHA512 (kernel-kabi-dw-5.14.0-235.rt14.236.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578