Skip to content

Commit 62f30b9

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-353.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent eb87a6f commit 62f30b9

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-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 = 3
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 352
15+
RHEL_RELEASE = 353
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.3

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
* Wed Aug 09 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-353.el9]
2+
- libceph: fix potential hang in ceph_osdc_notify() (Ilya Dryomov) [2229303]
3+
- rbd: prevent busy loop when requesting exclusive lock (Ilya Dryomov) [2229303]
4+
- rbd: retrieve and check lock owner twice before blocklisting (Ilya Dryomov) [2229303]
5+
- rbd: harden get_lock_owner_info() a bit (Ilya Dryomov) [2229303]
6+
- rbd: make get_lock_owner_info() return a single locker or NULL (Ilya Dryomov) [2229303]
7+
- Description: Turn on Tegra234 Pinctrl Driver (Joel Slebodnick) [2222432]
8+
- pinctrl: tegra: avoid duplicate field initializers (Joel Slebodnick) [2222432]
9+
- pinctrl: tegra: Add Tegra234 pinmux driver (Joel Slebodnick) [2222432]
10+
- pinctrl: tegra: Consistently refer to SoC data (Joel Slebodnick) [2222432]
11+
- pinctrl: tegra: Duplicate pinmux functions table (Joel Slebodnick) [2222432]
12+
- KEYS: use kfree_sensitive with key (Vladis Dronov) [2223719]
13+
- virtio_transport: temporarily do not depend on ANY_LAYOUT support (Paolo Bonzini) [2227177]
14+
- i40e: Wait for pending VF reset in VF set callbacks (Ivan Vecera) [2215498]
15+
- i40e: Add helper for VF inited state check with timeout (Ivan Vecera) [2215498]
16+
- ipv6: fix locking issues with loops over idev->addr_list (Jiri Benc) [2226678]
17+
- tcp: Reduce chance of collisions in inet6_hashfn(). (Felix Maurer) [2176117] {CVE-2023-1206}
18+
- VMCI: Use threaded irqs instead of tasklets (Ani Sinha) [2217459]
19+
- ipv4: Fix potential uninit variable access bug in __ip_make_skb() (Guillaume Nault) [2221167]
20+
- tcp: restrict net.ipv4.tcp_app_win (Guillaume Nault) [2221167]
21+
- ping: Fix potentail NULL deref for /proc/net/icmp. (Guillaume Nault) [2221167]
22+
- raw: Fix NULL deref in raw_get_next(). (Guillaume Nault) [2221167]
23+
- icmp: guard against too small mtu (Guillaume Nault) [2221167]
24+
- raw: use net_hash_mix() in hash function (Guillaume Nault) [2221167]
25+
- netfilter: nf_tables: can't schedule in nft_chain_validate (Florian Westphal) [2219421]
26+
- netfilter: nf_tables: fix scheduling-while-atomic splat (Florian Westphal) [2219421]
27+
- netfilter: nf_tables: add rescheduling points during loop detection walks (Florian Westphal) [2219421]
28+
Resolves: rhbz#2176117, rhbz#2215498, rhbz#2217459, rhbz#2219421, rhbz#2221167, rhbz#2222432, rhbz#2223719, rhbz#2226678, rhbz#2227177, rhbz#2229303
29+
130
* Tue Aug 08 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-352.el9]
231
- vDPA/ifcvf: implement new accessors for vq_state (Laurent Vivier) [RHEL-806]
332
- vDPA/ifcvf: detect and report max allowed vq size (Laurent Vivier) [RHEL-806]

0 commit comments

Comments
 (0)