From 60504b69d7b3fdb7c85c1823d8799422fd90fcac Mon Sep 17 00:00:00 2001 From: Lucas Zampieri Date: Mon, 22 Jul 2024 17:07:10 +0000 Subject: [PATCH] kernel-5.14.0-485.el9 * Mon Jul 22 2024 Lucas Zampieri [5.14.0-485.el9] - net/mlx5e: Fix netif state handling (Benjamin Poirier) [RHEL-43870] {CVE-2024-38608} - net/mlx5e: Add wrapping for auxiliary_driver ops and remove unused args (Benjamin Poirier) [RHEL-43870] - net: fix rc7's __skb_datagram_iter() (Paolo Abeni) [RHEL-46610] - net: allow skb_datagram_iter to be called from any context (Paolo Abeni) [RHEL-46610] - net: do not leave a dangling sk pointer, when socket creation fails (Paolo Abeni) [RHEL-46610] - netns: Make get_net_ns() handle zero refcount net (Paolo Abeni) [RHEL-46610] - net: fix out-of-bounds access in ops_init (Paolo Abeni) [RHEL-46610] - net: ethtool: correct MAX attribute value for stats (Davide Caratti) [RHEL-46358] - net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (Davide Caratti) [RHEL-46358 RHEL-47900] {CVE-2024-40928} - audit: use KMEM_CACHE() instead of kmem_cache_create() (Ricardo Robaina) [RHEL-35421] - audit: remove unnecessary assignment in audit_dupe_lsm_field() (Ricardo Robaina) [RHEL-35421] - audit,io_uring: io_uring openat triggers audit reference count underflow (Ricardo Robaina) [RHEL-35421] - audit: Annotate struct audit_chunk with __counted_by (Ricardo Robaina) [RHEL-35421] - putname(): IS_ERR_OR_NULL() is wrong here (Ricardo Robaina) [RHEL-35421] - net/mlx5: Discard command completions in internal error (Kamal Heib) [RHEL-44237] {CVE-2024-38555} - efi/arm64: Fix kmemleak false positive in arm64_efi_rt_init() (Waiman Long) [RHEL-24125] - fbdev/hyperv_fb: Include (Waiman Long) [RHEL-24125] - drm/hyperv: Fix a compilation issue because of not including screen_info.h (Waiman Long) [RHEL-24125] - efi: Do not include from EFI header (Waiman Long) [RHEL-24125] - PCI: Clear Secondary Status errors after enumeration (Myron Stowe) [RHEL-44851] - leds: gpio: Add kernel log if devm_fwnode_gpiod_get() fails (Radu Rendec) [RHEL-43483] - leds: gpio: Update headers (Radu Rendec) [RHEL-43483] - leds: gpio: Remove unneeded assignment (Radu Rendec) [RHEL-43483] - leds: gpio: Move temporary variable for struct device to gpio_led_probe() (Radu Rendec) [RHEL-43483] - leds: gpio: Refactor code to use devm_gpiod_get_index_optional() (Radu Rendec) [RHEL-43483] - leds: gpio: Utilise PTR_ERR_OR_ZERO() (Radu Rendec) [RHEL-43483] - leds: gpio: Keep driver firmware interface agnostic (Radu Rendec) [RHEL-43483] - leds: gpio: Annotate struct gpio_leds_priv with __counted_by (Radu Rendec) [RHEL-43483] - leds: gpio: Configure per-LED pin control (Radu Rendec) [RHEL-43483] - leds: gpio: switch to using devm_fwnode_gpiod_get() (Radu Rendec) [RHEL-43483] - leds: move default_state read from fwnode to core (Radu Rendec) [RHEL-43483] - PM: sleep: Restore asynchronous device resume optimization (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498} - PM: sleep: Fix possible deadlocks in core system-wide PM code (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498} - async: Introduce async_schedule_dev_nocall() (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498} - pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (Mark Salter) [RHEL-37329] {CVE-2024-35942} - perf: hisi: Fix use-after-free when register pmu fails (Mark Salter) [RHEL-38291] {CVE-2023-52859} - Enable tmpfs quota configuration option (Carlos Maiolino) [RHEL-7768] - shmem: properly report quota mount options (Carlos Maiolino) [RHEL-7768] - shmem: move spinlock into shmem_recalc_inode() to fix quota support (Carlos Maiolino) [RHEL-7768] - shmem: fix quota lock nesting in huge hole handling (Carlos Maiolino) [RHEL-7768] - tmpfs: fix race on handling dquot rbtree (Carlos Maiolino) [RHEL-7768] - shmem: Add default quota limit mount options (Carlos Maiolino) [RHEL-7768] - shmem: quota support (Carlos Maiolino) [RHEL-7768] - shmem: prepare shmem quota infrastructure (Carlos Maiolino) [RHEL-7768] - quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks (Carlos Maiolino) [RHEL-7768] - shmem: make shmem_get_inode() return ERR_PTR instead of NULL (Carlos Maiolino) [RHEL-7768] - shmem: make shmem_inode_acct_block() return error (Carlos Maiolino) [RHEL-7768] 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 Signed-off-by: Lucas Zampieri --- Makefile.rhelver | 2 +- kernel-aarch64-64k-debug-rhel.config | 1 + kernel-aarch64-64k-rhel.config | 1 + kernel-aarch64-debug-rhel.config | 1 + kernel-aarch64-rhel.config | 1 + kernel-aarch64-rt-debug-rhel.config | 1 + kernel-aarch64-rt-rhel.config | 1 + kernel-ppc64le-debug-rhel.config | 1 + kernel-ppc64le-rhel.config | 1 + kernel-s390x-debug-rhel.config | 1 + kernel-s390x-rhel.config | 1 + kernel-s390x-zfcpdump-rhel.config | 1 + kernel-x86_64-debug-rhel.config | 1 + kernel-x86_64-rhel.config | 1 + kernel-x86_64-rt-debug-rhel.config | 1 + kernel-x86_64-rt-rhel.config | 1 + kernel.changelog | 50 ++++++++++++++++++++++++ kernel.spec | 57 ++++++++++++++++++++++++++-- sources | 6 +-- 19 files changed, 122 insertions(+), 8 deletions(-) diff --git a/Makefile.rhelver b/Makefile.rhelver index f2e6e3590..30e41db3f 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 5 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 484 +RHEL_RELEASE = 485 # # ZSTREAM diff --git a/kernel-aarch64-64k-debug-rhel.config b/kernel-aarch64-64k-debug-rhel.config index 358a1e262..cefc4df1b 100644 --- a/kernel-aarch64-64k-debug-rhel.config +++ b/kernel-aarch64-64k-debug-rhel.config @@ -6377,6 +6377,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TORTURE_TEST=m diff --git a/kernel-aarch64-64k-rhel.config b/kernel-aarch64-64k-rhel.config index 7ddb70d64..f4718c3fd 100644 --- a/kernel-aarch64-64k-rhel.config +++ b/kernel-aarch64-64k-rhel.config @@ -6353,6 +6353,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TORTURE_TEST=m diff --git a/kernel-aarch64-debug-rhel.config b/kernel-aarch64-debug-rhel.config index adb0d8155..31957f57f 100644 --- a/kernel-aarch64-debug-rhel.config +++ b/kernel-aarch64-debug-rhel.config @@ -6374,6 +6374,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TORTURE_TEST=m diff --git a/kernel-aarch64-rhel.config b/kernel-aarch64-rhel.config index 487f4afa5..4d2791a3e 100644 --- a/kernel-aarch64-rhel.config +++ b/kernel-aarch64-rhel.config @@ -6350,6 +6350,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TORTURE_TEST=m diff --git a/kernel-aarch64-rt-debug-rhel.config b/kernel-aarch64-rt-debug-rhel.config index a84a3f09a..5bbc19656 100644 --- a/kernel-aarch64-rt-debug-rhel.config +++ b/kernel-aarch64-rt-debug-rhel.config @@ -6476,6 +6476,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TORTURE_TEST=m diff --git a/kernel-aarch64-rt-rhel.config b/kernel-aarch64-rt-rhel.config index 70eb0f17b..30027c12b 100644 --- a/kernel-aarch64-rt-rhel.config +++ b/kernel-aarch64-rt-rhel.config @@ -6452,6 +6452,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TORTURE_TEST=m diff --git a/kernel-ppc64le-debug-rhel.config b/kernel-ppc64le-debug-rhel.config index 5e61aa701..04078ebd5 100644 --- a/kernel-ppc64le-debug-rhel.config +++ b/kernel-ppc64le-debug-rhel.config @@ -5839,6 +5839,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TORTURE_TEST=m diff --git a/kernel-ppc64le-rhel.config b/kernel-ppc64le-rhel.config index 483ac7437..c998a5f74 100644 --- a/kernel-ppc64le-rhel.config +++ b/kernel-ppc64le-rhel.config @@ -5817,6 +5817,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TORTURE_TEST=m diff --git a/kernel-s390x-debug-rhel.config b/kernel-s390x-debug-rhel.config index da59a574f..a93b7e639 100644 --- a/kernel-s390x-debug-rhel.config +++ b/kernel-s390x-debug-rhel.config @@ -5813,6 +5813,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TN3215_CONSOLE=y diff --git a/kernel-s390x-rhel.config b/kernel-s390x-rhel.config index 6d370392b..105895820 100644 --- a/kernel-s390x-rhel.config +++ b/kernel-s390x-rhel.config @@ -5791,6 +5791,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TN3215_CONSOLE=y diff --git a/kernel-s390x-zfcpdump-rhel.config b/kernel-s390x-zfcpdump-rhel.config index a9344705a..f3b8c6fa4 100644 --- a/kernel-s390x-zfcpdump-rhel.config +++ b/kernel-s390x-zfcpdump-rhel.config @@ -5817,6 +5817,7 @@ CONFIG_TLS=m CONFIG_TMPFS_INODE64=y # CONFIG_TMPFS is not set CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TN3215_CONSOLE=y CONFIG_TN3215=y diff --git a/kernel-x86_64-debug-rhel.config b/kernel-x86_64-debug-rhel.config index 55ae9684d..5f3832708 100644 --- a/kernel-x86_64-debug-rhel.config +++ b/kernel-x86_64-debug-rhel.config @@ -6107,6 +6107,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TOPSTAR_LAPTOP=m diff --git a/kernel-x86_64-rhel.config b/kernel-x86_64-rhel.config index ae3f4e4de..75490f7b7 100644 --- a/kernel-x86_64-rhel.config +++ b/kernel-x86_64-rhel.config @@ -6084,6 +6084,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TOPSTAR_LAPTOP=m diff --git a/kernel-x86_64-rt-debug-rhel.config b/kernel-x86_64-rt-debug-rhel.config index bf3941930..5b66a7e26 100644 --- a/kernel-x86_64-rt-debug-rhel.config +++ b/kernel-x86_64-rt-debug-rhel.config @@ -6207,6 +6207,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TOPSTAR_LAPTOP=m diff --git a/kernel-x86_64-rt-rhel.config b/kernel-x86_64-rt-rhel.config index aa741bb46..6cd32fe90 100644 --- a/kernel-x86_64-rt-rhel.config +++ b/kernel-x86_64-rt-rhel.config @@ -6184,6 +6184,7 @@ CONFIG_TLS=m # CONFIG_TMP117 is not set CONFIG_TMPFS_INODE64=y CONFIG_TMPFS_POSIX_ACL=y +CONFIG_TMPFS_QUOTA=y CONFIG_TMPFS_XATTR=y CONFIG_TMPFS=y CONFIG_TOPSTAR_LAPTOP=m diff --git a/kernel.changelog b/kernel.changelog index ce7c478d2..48ae1591d 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,53 @@ +* Mon Jul 22 2024 Lucas Zampieri [5.14.0-485.el9] +- net/mlx5e: Fix netif state handling (Benjamin Poirier) [RHEL-43870] {CVE-2024-38608} +- net/mlx5e: Add wrapping for auxiliary_driver ops and remove unused args (Benjamin Poirier) [RHEL-43870] +- net: fix rc7's __skb_datagram_iter() (Paolo Abeni) [RHEL-46610] +- net: allow skb_datagram_iter to be called from any context (Paolo Abeni) [RHEL-46610] +- net: do not leave a dangling sk pointer, when socket creation fails (Paolo Abeni) [RHEL-46610] +- netns: Make get_net_ns() handle zero refcount net (Paolo Abeni) [RHEL-46610] +- net: fix out-of-bounds access in ops_init (Paolo Abeni) [RHEL-46610] +- net: ethtool: correct MAX attribute value for stats (Davide Caratti) [RHEL-46358] +- net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (Davide Caratti) [RHEL-46358 RHEL-47900] {CVE-2024-40928} +- audit: use KMEM_CACHE() instead of kmem_cache_create() (Ricardo Robaina) [RHEL-35421] +- audit: remove unnecessary assignment in audit_dupe_lsm_field() (Ricardo Robaina) [RHEL-35421] +- audit,io_uring: io_uring openat triggers audit reference count underflow (Ricardo Robaina) [RHEL-35421] +- audit: Annotate struct audit_chunk with __counted_by (Ricardo Robaina) [RHEL-35421] +- putname(): IS_ERR_OR_NULL() is wrong here (Ricardo Robaina) [RHEL-35421] +- net/mlx5: Discard command completions in internal error (Kamal Heib) [RHEL-44237] {CVE-2024-38555} +- efi/arm64: Fix kmemleak false positive in arm64_efi_rt_init() (Waiman Long) [RHEL-24125] +- fbdev/hyperv_fb: Include (Waiman Long) [RHEL-24125] +- drm/hyperv: Fix a compilation issue because of not including screen_info.h (Waiman Long) [RHEL-24125] +- efi: Do not include from EFI header (Waiman Long) [RHEL-24125] +- PCI: Clear Secondary Status errors after enumeration (Myron Stowe) [RHEL-44851] +- leds: gpio: Add kernel log if devm_fwnode_gpiod_get() fails (Radu Rendec) [RHEL-43483] +- leds: gpio: Update headers (Radu Rendec) [RHEL-43483] +- leds: gpio: Remove unneeded assignment (Radu Rendec) [RHEL-43483] +- leds: gpio: Move temporary variable for struct device to gpio_led_probe() (Radu Rendec) [RHEL-43483] +- leds: gpio: Refactor code to use devm_gpiod_get_index_optional() (Radu Rendec) [RHEL-43483] +- leds: gpio: Utilise PTR_ERR_OR_ZERO() (Radu Rendec) [RHEL-43483] +- leds: gpio: Keep driver firmware interface agnostic (Radu Rendec) [RHEL-43483] +- leds: gpio: Annotate struct gpio_leds_priv with __counted_by (Radu Rendec) [RHEL-43483] +- leds: gpio: Configure per-LED pin control (Radu Rendec) [RHEL-43483] +- leds: gpio: switch to using devm_fwnode_gpiod_get() (Radu Rendec) [RHEL-43483] +- leds: move default_state read from fwnode to core (Radu Rendec) [RHEL-43483] +- PM: sleep: Restore asynchronous device resume optimization (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498} +- PM: sleep: Fix possible deadlocks in core system-wide PM code (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498} +- async: Introduce async_schedule_dev_nocall() (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498} +- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (Mark Salter) [RHEL-37329] {CVE-2024-35942} +- perf: hisi: Fix use-after-free when register pmu fails (Mark Salter) [RHEL-38291] {CVE-2023-52859} +- Enable tmpfs quota configuration option (Carlos Maiolino) [RHEL-7768] +- shmem: properly report quota mount options (Carlos Maiolino) [RHEL-7768] +- shmem: move spinlock into shmem_recalc_inode() to fix quota support (Carlos Maiolino) [RHEL-7768] +- shmem: fix quota lock nesting in huge hole handling (Carlos Maiolino) [RHEL-7768] +- tmpfs: fix race on handling dquot rbtree (Carlos Maiolino) [RHEL-7768] +- shmem: Add default quota limit mount options (Carlos Maiolino) [RHEL-7768] +- shmem: quota support (Carlos Maiolino) [RHEL-7768] +- shmem: prepare shmem quota infrastructure (Carlos Maiolino) [RHEL-7768] +- quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks (Carlos Maiolino) [RHEL-7768] +- shmem: make shmem_get_inode() return ERR_PTR instead of NULL (Carlos Maiolino) [RHEL-7768] +- shmem: make shmem_inode_acct_block() return error (Carlos Maiolino) [RHEL-7768] +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 + * Thu Jul 18 2024 Lucas Zampieri [5.14.0-484.el9] - bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (CKI Backport Bot) [RHEL-46919] {CVE-2024-39487} - phy: ti: gmii-sel: Enable SGMII mode for J784S4 (Andrew Halaney) [RHEL-44742] diff --git a/kernel.spec b/kernel.spec index 6c5dad3b4..f0a5201d7 100755 --- a/kernel.spec +++ b/kernel.spec @@ -165,15 +165,15 @@ Summary: The Linux kernel # define buildid .local %define specversion 5.14.0 %define patchversion 5.14 -%define pkgrelease 484 +%define pkgrelease 485 %define kversion 5 -%define tarfile_release 5.14.0-484.el9 +%define tarfile_release 5.14.0-485.el9 # This is needed to do merge window version magic %define patchlevel 14 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 484%{?buildid}%{?dist} +%define specrelease 485%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 5.14.0-484.el9 +%define kabiversion 5.14.0-485.el9 # # End of genspec.sh variables @@ -3753,6 +3753,55 @@ fi # # %changelog +* Mon Jul 22 2024 Lucas Zampieri [5.14.0-485.el9] +- net/mlx5e: Fix netif state handling (Benjamin Poirier) [RHEL-43870] {CVE-2024-38608} +- net/mlx5e: Add wrapping for auxiliary_driver ops and remove unused args (Benjamin Poirier) [RHEL-43870] +- net: fix rc7's __skb_datagram_iter() (Paolo Abeni) [RHEL-46610] +- net: allow skb_datagram_iter to be called from any context (Paolo Abeni) [RHEL-46610] +- net: do not leave a dangling sk pointer, when socket creation fails (Paolo Abeni) [RHEL-46610] +- netns: Make get_net_ns() handle zero refcount net (Paolo Abeni) [RHEL-46610] +- net: fix out-of-bounds access in ops_init (Paolo Abeni) [RHEL-46610] +- net: ethtool: correct MAX attribute value for stats (Davide Caratti) [RHEL-46358] +- net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool() (Davide Caratti) [RHEL-46358 RHEL-47900] {CVE-2024-40928} +- audit: use KMEM_CACHE() instead of kmem_cache_create() (Ricardo Robaina) [RHEL-35421] +- audit: remove unnecessary assignment in audit_dupe_lsm_field() (Ricardo Robaina) [RHEL-35421] +- audit,io_uring: io_uring openat triggers audit reference count underflow (Ricardo Robaina) [RHEL-35421] +- audit: Annotate struct audit_chunk with __counted_by (Ricardo Robaina) [RHEL-35421] +- putname(): IS_ERR_OR_NULL() is wrong here (Ricardo Robaina) [RHEL-35421] +- net/mlx5: Discard command completions in internal error (Kamal Heib) [RHEL-44237] {CVE-2024-38555} +- efi/arm64: Fix kmemleak false positive in arm64_efi_rt_init() (Waiman Long) [RHEL-24125] +- fbdev/hyperv_fb: Include (Waiman Long) [RHEL-24125] +- drm/hyperv: Fix a compilation issue because of not including screen_info.h (Waiman Long) [RHEL-24125] +- efi: Do not include from EFI header (Waiman Long) [RHEL-24125] +- PCI: Clear Secondary Status errors after enumeration (Myron Stowe) [RHEL-44851] +- leds: gpio: Add kernel log if devm_fwnode_gpiod_get() fails (Radu Rendec) [RHEL-43483] +- leds: gpio: Update headers (Radu Rendec) [RHEL-43483] +- leds: gpio: Remove unneeded assignment (Radu Rendec) [RHEL-43483] +- leds: gpio: Move temporary variable for struct device to gpio_led_probe() (Radu Rendec) [RHEL-43483] +- leds: gpio: Refactor code to use devm_gpiod_get_index_optional() (Radu Rendec) [RHEL-43483] +- leds: gpio: Utilise PTR_ERR_OR_ZERO() (Radu Rendec) [RHEL-43483] +- leds: gpio: Keep driver firmware interface agnostic (Radu Rendec) [RHEL-43483] +- leds: gpio: Annotate struct gpio_leds_priv with __counted_by (Radu Rendec) [RHEL-43483] +- leds: gpio: Configure per-LED pin control (Radu Rendec) [RHEL-43483] +- leds: gpio: switch to using devm_fwnode_gpiod_get() (Radu Rendec) [RHEL-43483] +- leds: move default_state read from fwnode to core (Radu Rendec) [RHEL-43483] +- PM: sleep: Restore asynchronous device resume optimization (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498} +- PM: sleep: Fix possible deadlocks in core system-wide PM code (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498} +- async: Introduce async_schedule_dev_nocall() (Mark Langsdorf) [RHEL-29018] {CVE-2023-52498} +- pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain (Mark Salter) [RHEL-37329] {CVE-2024-35942} +- perf: hisi: Fix use-after-free when register pmu fails (Mark Salter) [RHEL-38291] {CVE-2023-52859} +- Enable tmpfs quota configuration option (Carlos Maiolino) [RHEL-7768] +- shmem: properly report quota mount options (Carlos Maiolino) [RHEL-7768] +- shmem: move spinlock into shmem_recalc_inode() to fix quota support (Carlos Maiolino) [RHEL-7768] +- shmem: fix quota lock nesting in huge hole handling (Carlos Maiolino) [RHEL-7768] +- tmpfs: fix race on handling dquot rbtree (Carlos Maiolino) [RHEL-7768] +- shmem: Add default quota limit mount options (Carlos Maiolino) [RHEL-7768] +- shmem: quota support (Carlos Maiolino) [RHEL-7768] +- shmem: prepare shmem quota infrastructure (Carlos Maiolino) [RHEL-7768] +- quota: Check presence of quota operation structures instead of ->quota_read and ->quota_write callbacks (Carlos Maiolino) [RHEL-7768] +- shmem: make shmem_get_inode() return ERR_PTR instead of NULL (Carlos Maiolino) [RHEL-7768] +- shmem: make shmem_inode_acct_block() return error (Carlos Maiolino) [RHEL-7768] + * Thu Jul 18 2024 Lucas Zampieri [5.14.0-484.el9] - bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set() (CKI Backport Bot) [RHEL-46919] {CVE-2024-39487} - phy: ti: gmii-sel: Enable SGMII mode for J784S4 (Andrew Halaney) [RHEL-44742] diff --git a/sources b/sources index 4b909009a..fd5bd7607 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -SHA512 (linux-5.14.0-484.el9.tar.xz) = 26db26eb99cc8e6b7c7c8a03608fbdc287b497edb0be70edd336c71f9c31adb33ae412e6d7c8aea9454da153323aa80afe2e5c9680060c2b795ea3e47bd340b4 -SHA512 (kernel-abi-stablelists-5.14.0-484.el9.tar.bz2) = 02ea19f0720b0248b3ab0329c94e74c7ebffc5d97f04c666285da7fb45444508a88399d6b3ae5515a2c1cb99459855bc6bce3fd1efac77c7e477216fe74ced72 -SHA512 (kernel-kabi-dw-5.14.0-484.el9.tar.bz2) = 539bf72bbaa177e9ef2b57ab56bda3f4c7560c8b23bbfec5ecbbcbc92cd7753be7e18ca7e4bd562139ac3dec852d6c8170e0519ba503bfc3de6997ca89a96ceb +SHA512 (linux-5.14.0-485.el9.tar.xz) = d03f01e1303ebe96aac5ca0375b0bc247d6051dd2c571507bfc8b1ee33f3a80d50b5d8a154710cc6fc7389fdb79be40f941fa5a21c0422fb6a19f3cda57ebc4d +SHA512 (kernel-abi-stablelists-5.14.0-485.el9.tar.bz2) = 3f73e483e7cd378e9532a4fb3c4f5771945aef7ecfb572c357a3a1bdc0483b48ac264808e494fe0d7bf78a0d60de2772ebc49d74da2752c452df70a5cd4510cd +SHA512 (kernel-kabi-dw-5.14.0-485.el9.tar.bz2) = 25b89898a61586ad9839f7007e2bb6d1c6656286b1ad38bbef1a98dc46e42b302954113bdd9ebf18444d57ac9182939010526a309f6e5bb01c754e9186067851