Skip to content

Commit c04c536

Browse files
committed
[redhat] kernel-5.14.0-485.el9
Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
1 parent 491ea1c commit c04c536

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-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 = 5
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 484
15+
RHEL_RELEASE = 485
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.5

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
* Mon Jul 22 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-485.el9]
2+
- net/mlx5e: Fix netif state handling (Benjamin Poirier) [RHEL-43870] {CVE-2024-38608}
3+
- net/mlx5e: Add wrapping for auxiliary_driver ops and remove unused args (Benjamin Poirier) [RHEL-43870]
4+
- net: fix rc7's __skb_datagram_iter() (Paolo Abeni) [RHEL-46610]
5+
- net: allow skb_datagram_iter to be called from any context (Paolo Abeni) [RHEL-46610]
6+
- net: do not leave a dangling sk pointer, when socket creation fails (Paolo Abeni) [RHEL-46610]
7+
- netns: Make get_net_ns() handle zero refcount net (Paolo Abeni) [RHEL-46610]
8+
- net: fix out-of-bounds access in ops_init (Paolo Abeni) [RHEL-46610]
9+
- net: ethtool: correct MAX attribute value for stats (Davide Caratti) [RHEL-46358]
10+
- net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (Davide Caratti) [RHEL-46358 RHEL-47900] {CVE-2024-40928}
11+
- audit: use KMEM_CACHE() instead of kmem_cache_create() (Ricardo Robaina) [RHEL-35421]
12+
- audit: remove unnecessary assignment in audit_dupe_lsm_field() (Ricardo Robaina) [RHEL-35421]
13+
- audit,io_uring: io_uring openat triggers audit reference count underflow (Ricardo Robaina) [RHEL-35421]
14+
- audit: Annotate struct audit_chunk with __counted_by (Ricardo Robaina) [RHEL-35421]
15+
- putname(): IS_ERR_OR_NULL() is wrong here (Ricardo Robaina) [RHEL-35421]
16+
- net/mlx5: Discard command completions in internal error (Kamal Heib) [RHEL-44237] {CVE-2024-38555}
17+
- efi/arm64: Fix kmemleak false positive in arm64_efi_rt_init() (Waiman Long) [RHEL-24125]
18+
- fbdev/hyperv_fb: Include <linux/screen_info.h> (Waiman Long) [RHEL-24125]
19+
- drm/hyperv: Fix a compilation issue because of not including screen_info.h (Waiman Long) [RHEL-24125]
20+
- efi: Do not include <linux/screen_info.h> from EFI header (Waiman Long) [RHEL-24125]
21+
- PCI: Clear Secondary Status errors after enumeration (Myron Stowe) [RHEL-44851]
22+
- leds: gpio: Add kernel log if devm_fwnode_gpiod_get() fails (Radu Rendec) [RHEL-43483]
23+
- leds: gpio: Update headers (Radu Rendec) [RHEL-43483]
24+
- leds: gpio: Remove unneeded assignment (Radu Rendec) [RHEL-43483]
25+
- leds: gpio: Move temporary variable for struct device to gpio_led_probe() (Radu Rendec) [RHEL-43483]
26+
- leds: gpio: Refactor code to use devm_gpiod_get_index_optional() (Radu Rendec) [RHEL-43483]
27+
- leds: gpio: Utilise PTR_ERR_OR_ZERO() (Radu Rendec) [RHEL-43483]
28+
- leds: gpio: Keep driver firmware interface agnostic (Radu Rendec) [RHEL-43483]
29+
- leds: gpio: Annotate struct gpio_leds_priv with __counted_by (Radu Rendec) [RHEL-43483]
30+
- leds: gpio: Configure per-LED pin control (Radu Rendec) [RHEL-43483]
31+
- leds: gpio: switch to using devm_fwnode_gpiod_get() (Radu Rendec) [RHEL-43483]
32+
- leds: move default_state read from fwnode to core (Radu Rendec) [RHEL-43483]
33+
- PM: sleep: Restore asynchronous device resume optimization (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498}
34+
- PM: sleep: Fix possible deadlocks in core system-wide PM code (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498}
35+
- async: Introduce async_schedule_dev_nocall() (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498}
36+
- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (Mark Salter) [RHEL-37329] {CVE-2024-35942}
37+
- perf: hisi: Fix use-after-free when register pmu fails (Mark Salter) [RHEL-38291] {CVE-2023-52859}
38+
- Enable tmpfs quota configuration option (Carlos Maiolino) [RHEL-7768]
39+
- shmem: properly report quota mount options (Carlos Maiolino) [RHEL-7768]
40+
- shmem: move spinlock into shmem_recalc_inode() to fix quota support (Carlos Maiolino) [RHEL-7768]
41+
- shmem: fix quota lock nesting in huge hole handling (Carlos Maiolino) [RHEL-7768]
42+
- tmpfs: fix race on handling dquot rbtree (Carlos Maiolino) [RHEL-7768]
43+
- shmem: Add default quota limit mount options (Carlos Maiolino) [RHEL-7768]
44+
- shmem: quota support (Carlos Maiolino) [RHEL-7768]
45+
- shmem: prepare shmem quota infrastructure (Carlos Maiolino) [RHEL-7768]
46+
- quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks (Carlos Maiolino) [RHEL-7768]
47+
- shmem: make shmem_get_inode() return ERR_PTR instead of NULL (Carlos Maiolino) [RHEL-7768]
48+
- shmem: make shmem_inode_acct_block() return error (Carlos Maiolino) [RHEL-7768]
49+
Resolves: RHEL-24125, RHEL-29018, RHEL-35421, RHEL-37329, RHEL-38291, RHEL-43483, RHEL-43870, RHEL-44237, RHEL-44851, RHEL-46358, RHEL-46610, RHEL-47900, RHEL-7768
50+
151
* Thu Jul 18 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-484.el9]
252
- bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (CKI Backport Bot) [RHEL-46919] {CVE-2024-39487}
353
- phy: ti: gmii-sel: Enable SGMII mode for J784S4 (Andrew Halaney) [RHEL-44742]

0 commit comments

Comments
 (0)