Skip to content

Commit d3d009f

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-235.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent 405d6a3 commit d3d009f

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 2
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 234
15+
RHEL_RELEASE = 235
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
* Fri Jan 13 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-235.el9]
2+
- x86/topology: Fix duplicated core ID within a package (David Arcari) [2159554]
3+
- x86/topology: Fix multiple packages shown on a single-package system (David Arcari) [2159554]
4+
- hwmon/coretemp: Handle large core ID value (David Arcari) [2159554]
5+
- tools/power turbostat: Add support for RPL-S (David Arcari) [2159756]
6+
- powercap: intel_rapl: Add support for RAPTORLAKE_S (David Arcari) [2159756]
7+
- pNFS/filelayout: Fix coalescing test for single DS (Benjamin Coddington) [2158517]
8+
- sched/core: Use kfree_rcu() in do_set_cpus_allowed() (Waiman Long) [2143847]
9+
- sched/core: Fix use-after-free bug in dup_user_cpus_ptr() (Waiman Long) [2143847]
10+
- KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails (Emanuele Giuseppe Esposito) [2155955]
11+
- powerpc: Take in account addition CPU node when building kexec FDT (Mamatha Inamdar) [2149198]
12+
- powerpc: export the CPU node count (Mamatha Inamdar) [2149198]
13+
- crypto: s390/aes - drop redundant xts key check (Vladis Dronov) [2158894]
14+
- crypto: xts - drop xts_check_key() (Vladis Dronov) [2158894]
15+
- net: vrf: determine the dst using the original ifindex for multicast (Antoine Tenart) [2149859]
16+
- net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAR (Antoine Tenart) [2155181]
17+
- net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUT (Antoine Tenart) [2155181]
18+
- net: dropreason: add SKB_DROP_REASON_DUP_FRAG (Antoine Tenart) [2155181]
19+
- net: dropreason: propagate drop_reason to skb_release_data() (Antoine Tenart) [2155181]
20+
- net: dropreason: add SKB_CONSUMED reason (Antoine Tenart) [2155181]
21+
- x86: Remove vendor checks from prefer_mwait_c1_over_halt (David Arcari) [2150068]
22+
- x86: Handle idle=nomwait cmdline properly for x86_idle (David Arcari) [2150068]
23+
- drm/i915: fix TLB invalidation for Gen12 video and compute engines (Wander Lairson Costa) [2148153] {CVE-2022-4139}
24+
- mmc: bcm2835: stop setting chan_config->slave_id (Adrien Thierry) [2139215]
25+
- net: usb: ax88179_178a: Fix packet receiving (Jose Ignacio Tornos Martinez) [2142723] {CVE-2022-2964}
26+
- net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup (Jose Ignacio Tornos Martinez) [2142723] {CVE-2022-2964}
27+
- vxlan: fix error return code in vxlan_fdb_append (Guillaume Nault) [2142598]
28+
- vxlan_multicast: Move multicast helpers to a separate file (Guillaume Nault) [2142598]
29+
- vxlan_core: add helper vxlan_vni_in_use (Guillaume Nault) [2142598]
30+
- vxlan_core: make multicast helper take rip and ifindex explicitly (Guillaume Nault) [2142598]
31+
- vxlan_core: move some fdb helpers to non-static (Guillaume Nault) [2142598]
32+
- vxlan_core: move common declarations to private header file (Guillaume Nault) [2142598]
33+
- vxlan_core: fix build warnings in vxlan_xmit_one (Guillaume Nault) [2142598]
34+
- vxlan: move to its own directory (Guillaume Nault) [2142598]
35+
- net: vxlan: add macro definition for number of IANA VXLAN-GPE port (Guillaume Nault) [2142598]
36+
- x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctly (Dean Nelson) [2122851]
37+
- x86/fpu: Exclude dynamic states from init_fpstate (Dean Nelson) [2122851]
38+
- x86/fpu: Fix the init_fpstate size check with the actual size (Dean Nelson) [2122851]
39+
- x86/fpu: Configure init_fpstate attributes orderly (Dean Nelson) [2122851]
40+
- x86/fpu/xstate: Fix the ARCH_REQ_XCOMP_PERM implementation (Dean Nelson) [2122851]
41+
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
42+
143
* Thu Jan 12 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-234.el9]
244
- net/mlx5e: xsk: Discard unaligned XSK frames on striding RQ (Artem Savkov) [2137876]
345
- bpf: Fix panic due to wrong pageattr of im->image (Artem Savkov) [2137876]

0 commit comments

Comments
 (0)