Skip to content

Commit fe25bd4

Browse files
committed
[redhat] kernel-5.14.0-346.el9
Signed-off-by: Jan Stancek <jstancek@redhat.com>
1 parent 1c6736d commit fe25bd4

File tree

2 files changed

+75
-1
lines changed

2 files changed

+75
-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 = 345
15+
RHEL_RELEASE = 346
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.3

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,77 @@
1+
* Wed Jul 26 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-346.el9]
2+
- redhat: configs: Enable CONFIG_TYPEC_STUSB160X for rhel on aarch64 (Desnes Nunes) [2222412]
3+
- usb: typec: stusb160x: Switch to use dev_err_probe() helper (Desnes Nunes) [2222412]
4+
- cpuidle: psci: Iterate backwards over list in psci_pd_remove() (Mark Langsdorf) [2181277]
5+
- cpuidle: driver: Update microsecond values of state parameters as needed (Mark Langsdorf) [2181277]
6+
- cpuidle: sysfs: make kobj_type structures constant (Mark Langsdorf) [2181277]
7+
- cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies (Mark Langsdorf) [2181277]
8+
- cpuidle: tegra: Enable compile testing (Mark Langsdorf) [2181277]
9+
- cpuidle: Fix poll_idle() noinstr annotation (Mark Langsdorf) [2181277]
10+
- cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle() (Mark Langsdorf) [2181277]
11+
- cpuidle, arm64: Fix the ARM64 cpuidle logic (Mark Langsdorf) [2181277]
12+
- cpuidle: mvebu: Fix duplicate flags assignment (Mark Langsdorf) [2181277]
13+
- cpuidle-haltpoll: select haltpoll governor (Mark Langsdorf) [2181277]
14+
- powerpc/pseries: Always inline functions called from cpuidle (Mark Langsdorf) [2181277]
15+
- cpuidle: pseries: Mark ->enter() functions as __cpuidle (Mark Langsdorf) [2181277]
16+
- cpuidle: Add comments about noinstr/__cpuidle usage (Mark Langsdorf) [2181277]
17+
- cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle (Mark Langsdorf) [2181277]
18+
- cpuidle: Ensure ct_cpuidle_enter() is always called from noinstr/__cpuidle (Mark Langsdorf) [2181277]
19+
- objtool/idle: Validate __cpuidle code as noinstr (Mark Langsdorf) [2181277]
20+
- cpuidle: Annotate poll_idle() (Mark Langsdorf) [2181277]
21+
- cpuidle, cpu_pm: Remove RCU fiddling from cpu_pm_{enter,exit}() (Mark Langsdorf) [2181277]
22+
- cpuidle: Fix ct_idle_*() usage (Mark Langsdorf) [2181277]
23+
- cpuidle, ARM/imx6: Push RCU-idle into driver (Mark Langsdorf) [2181277]
24+
- cpuidle, dt: Push RCU-idle into driver (Mark Langsdorf) [2181277]
25+
- cpuidle, armada: Push RCU-idle into driver (Mark Langsdorf) [2181277]
26+
- cpuidle, psci: Push RCU-idle into driver (Mark Langsdorf) [2181277]
27+
- cpuidle, tegra: Push RCU-idle into driver (Mark Langsdorf) [2181277]
28+
- cpuidle: Move IRQ state validation (Mark Langsdorf) [2181277]
29+
- cpuidle/poll: Ensure IRQs stay disabled after cpuidle_state::enter() calls (Mark Langsdorf) [2181277]
30+
- cpuidle: teo: Introduce util-awareness (Mark Langsdorf) [2181277]
31+
- cpuidle: teo: Optionally skip polling states in teo_find_shallower_state() (Mark Langsdorf) [2181277]
32+
- powerpc/cpuidle: Set CPUIDLE_FLAG_POLLING for snooze state (Mark Langsdorf) [2181277]
33+
- cpuidle: dt: Clarify a comment and simplify code in dt_init_idle_driver() (Mark Langsdorf) [2181277]
34+
- cpuidle: dt: Return the correct numbers of parsed idle states (Mark Langsdorf) [2181277]
35+
- cpuidle: psci: Extend information in log about OSI/PC mode (Mark Langsdorf) [2181277]
36+
- firmware/psci: Print a warning if PSCI doesn't accept PC mode (Mark Langsdorf) [2181277]
37+
- cpuidle: Remove redundant check in cpuidle_switch_governor() (Mark Langsdorf) [2181277]
38+
- cpuidle: powernv: move from strlcpy() with unused retval to strscpy() (Mark Langsdorf) [2181277]
39+
- cpuidle: coupled: Drop duplicate word from a comment (Mark Langsdorf) [2181277]
40+
- powerpc/pseries/vas: Hold mmap_mutex after mmap lock during window close (Mamatha Inamdar) [2224430]
41+
- net/sched: flower: fix possible OOB write in fl_set_geneve_opt() (Davide Caratti) [2214029] {CVE-2023-35788}
42+
- libceph: harden msgr2.1 frame segment length checks (Ilya Dryomov) [2222253]
43+
- ice: prevent NULL pointer deref during reload (Petr Oros) [2221923]
44+
- ice: Unregister netdev and devlink_port only once (Petr Oros) [2221923]
45+
- ice: reduce initial wait for control queue messages (Petr Oros) [2221923]
46+
- ice: use ice_down_up() where applicable (Petr Oros) [2221923]
47+
- ice: Fix ice module unload (Petr Oros) [2221923]
48+
- ice: Fix tx queue rate limit when TCs are configured (Petr Oros) [2221923]
49+
- ice: Fix max_rate check while configuring TX rate limits (Petr Oros) [2221923]
50+
- ice: Fix XDP memory leak when NIC is brought up and down (Petr Oros) [2221923]
51+
- ice: always return IRQ_WAKE_THREAD in ice_misc_intr() (Petr Oros) [2221923]
52+
- ice: handle extts in the miscellaneous interrupt thread (Petr Oros) [2221923]
53+
- ice: recycle/free all of the fragments from multi-buffer frame (Petr Oros) [2221923]
54+
- ice: Don't dereference NULL in ice_gnss_read error path (Petr Oros) [2221923]
55+
- ice: Fix stats after PF reset (Petr Oros) [2221923]
56+
- netfilter: nf_tables: prevent OOB access in nft_byteorder_eval (Florian Westphal) [2221047] {CVE-2023-35001}
57+
- ext4: fix i_version handling in ext4 (Carlos Maiolino) [2107587]
58+
- ext4: unconditionally enable the i_version counter (Carlos Maiolino) [2107587]
59+
- ceph: fix use-after-free bug for inodes when flushing capsnaps (Xiubo Li) [2214449]
60+
- ipvlan:Fix out-of-bounds caused by unclear skb->cb (Davide Caratti) [2218677] {CVE-2023-3090}
61+
- netfilter: nf_tables: do not ignore genmask when looking up chain by id (Florian Westphal) [2221049] {CVE-2023-31248}
62+
- KVM: s390: pv: fix index value of replaced ASCE (Thomas Huth) [RHEL-774]
63+
- KVM: s390: pv: simplify shutdown and fix race (Thomas Huth) [RHEL-774]
64+
- s390/vfio-ap: wire in the vfio_device_ops request callback (Thomas Huth) [RHEL-774]
65+
- s390/vfio-ap: realize the VFIO_DEVICE_SET_IRQS ioctl (Thomas Huth) [RHEL-774]
66+
- s390/vfio-ap: realize the VFIO_DEVICE_GET_IRQ_INFO ioctl (Thomas Huth) [RHEL-774]
67+
- KVM: s390/diag: fix racy access of physical cpu number in diag 9c handler (Thomas Huth) [RHEL-774]
68+
- KVM: s390: vsie: fix the length of APCB bitmap (Thomas Huth) [RHEL-774]
69+
- KVM: s390: selftests: add selftest for CMMA migration (Thomas Huth) [RHEL-774]
70+
- KVM: s390: fix KVM_S390_GET_CMMA_BITS for GFNs in memslot holes (Thomas Huth) [RHEL-774]
71+
- KVM: s390: pv: fix external interruption loop not always detected (Thomas Huth) [RHEL-774]
72+
- KVM: s390: disable migration mode when dirty tracking is disabled (Thomas Huth) [RHEL-774]
73+
Resolves: rhbz#2107587, rhbz#2181277, rhbz#2214029, rhbz#2214449, rhbz#2218677, rhbz#2221047, rhbz#2221049, rhbz#2221923, rhbz#2222253, rhbz#2222412, rhbz#2224430, RHEL-774
74+
175
* Tue Jul 25 2023 Jan Stancek <jstancek@redhat.com> [5.14.0-345.el9]
276
- i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set (Steve Best) [2184312]
377
- i2c: imx: use devm_platform_get_and_ioremap_resource() (Steve Best) [2184312]

0 commit comments

Comments
 (0)