Skip to content

Commit cceb43f

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-253.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent ca94e99 commit cceb43f

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-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 = 252
15+
RHEL_RELEASE = 253
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,51 @@
1+
* Wed Feb 01 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-253.el9]
2+
- crypto: testmgr - disallow certain DRBG hash functions in FIPS mode (Vladis Dronov) [2152131]
3+
- rtla: Fix exit status when returning from calls to usage() (John Kacur) [2160394]
4+
- nfsd: don't free files unconditionally in __nfsd_file_cache_purge (Jeffrey Layton) [2160443]
5+
- ice: use GNSS subsystem instead of TTY (Petr Oros) [2111048]
6+
- ice: Add check for kzalloc (Petr Oros) [2111048]
7+
- ice: Fix potential memory leak in ice_gnss_tty_write() (Petr Oros) [2111048]
8+
- ice: add write functionality for GNSS TTY (Petr Oros) [2111048]
9+
- net/ulp: use consistent error code when blocking ULP (Paolo Abeni) [2162758]
10+
- net/ulp: prevent ULP without clone op from entering the LISTEN status (Paolo Abeni) [2162758]
11+
- ipvlan: hold lower dev to avoid possible use-after-free (Davide Caratti) [2162698]
12+
- net: macvlan: Use built-in RCU list checking (Davide Caratti) [2162698]
13+
- net: macvlan: fix memory leaks of macvlan_common_newlink (Davide Caratti) [2162698]
14+
- dmaengine: Fix double increment of client_count in dma_chan_get() (Joel Savitz) [2095651]
15+
- ice: Fix configuring VIRTCHNL_OP_CONFIG_VSI_QUEUES with unbalanced queues (Petr Oros) [2162402]
16+
- ice: virtchnl rss hena support (Petr Oros) [2162402]
17+
- ice: Add additional CSR registers to ETHTOOL_GREGS (Petr Oros) [2162402]
18+
- ice: Add support Flex RXD (Petr Oros) [2162402]
19+
- netfilter: conntrack: reduce timeout when receiving out-of-window fin or rst (Florian Westphal) [2162440]
20+
- netfilter: conntrack: remove unneeded indent level (Florian Westphal) [2162440]
21+
- netfilter: conntrack: ignore overly delayed tcp packets (Florian Westphal) [2162440]
22+
- netfilter: conntrack: prepare tcp_in_window for ternary return value (Florian Westphal) [2162440]
23+
- netfilter: conntrack: work around exceeded receive window (Florian Westphal) [2162440]
24+
- l2tp: prevent lockdep issue in l2tp_tunnel_register() (Guillaume Nault) [2162322]
25+
- l2tp: close all race conditions in l2tp_tunnel_register() (Guillaume Nault) [2162322]
26+
- l2tp: convert l2tp_tunnel_list to idr (Guillaume Nault) [2162322]
27+
- ipv6: raw: Deduct extension header length in rawv6_push_pending_frames (Hangbin Liu) [2162122] {CVE-2023-0394}
28+
- ipv4: Fix incorrect route flushing when table ID 0 is used (Guillaume Nault) [2162116]
29+
- ipv4: Fix incorrect route flushing when source address is deleted (Guillaume Nault) [2162116]
30+
- inet: ping: use hlist_nulls rcu iterator during lookup (Guillaume Nault) [2162116]
31+
- ipv4: Fix route deletion when nexthop info is not specified (Guillaume Nault) [2162116]
32+
- ipv4: Fix error return code in fib_table_insert() (Guillaume Nault) [2162116]
33+
- net: use struct_group to copy ip/ipv6 header addresses (Guillaume Nault) [2162116]
34+
- netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces. (Guillaume Nault) [2162116]
35+
- iwlwifi: remove firmware version limit for AC9560 (Íñigo Huguet) [2129363]
36+
- wifi: iwlwifi: fw: skip PPAG for JF (Íñigo Huguet) [2129363]
37+
- mptcp: fix lockdep false positive (Davide Caratti) [2161699]
38+
- mptcp: fix deadlock in fastopen error path (Davide Caratti) [2161699]
39+
- mptcp: fix sleep in atomic at close time (Davide Caratti) [2161699]
40+
- mptcp: don't orphan ssk in mptcp_close() (Davide Caratti) [2161699]
41+
- mptcp: use proper req destructor for IPv6 (Davide Caratti) [2161699]
42+
- mptcp: dedicated request sock for subflow in v6 (Davide Caratti) [2161699]
43+
- mptcp: remove MPTCP 'ifdef' in TCP SYN cookies (Davide Caratti) [2161699]
44+
- mptcp: netlink: fix some error return code (Davide Caratti) [2161699]
45+
- ACPICA: Fix operand resolution (Mark Langsdorf) [2159836]
46+
- net: mana: Fix race on per-CQ variable napi work_done (Emanuele Giuseppe Esposito) [2153431]
47+
Resolves: rhbz#2152131, rhbz#2160394, rhbz#2160443, rhbz#2111048, rhbz#2162758, rhbz#2162698, rhbz#2095651, rhbz#2162402, rhbz#2162440, rhbz#2162322, rhbz#2162122, rhbz#2162116, rhbz#2129363, rhbz#2161699, rhbz#2159836, rhbz#2153431
48+
149
* Wed Feb 01 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-252.el9]
250
- vdpa/ifcvf: fix the calculation of queuepair (Cindy Lu) [2158700]
351
- vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_init (Cindy Lu) [2158700]

0 commit comments

Comments
 (0)