kernel-4.18.0-553.44.1.el8_10
* Wed Mar 05 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.44.1.el8_10] - HID: core: zero-initialize the report buffer (CKI Backport Bot) [RHEL-81825] {CVE-2024-50302} - ALSA: usb-audio: Fix a DMA to stack memory bug (Jaroslav Kysela) [RHEL-81786] - ALSA: usb-audio: Fix for sampling rates support for Mbox3 (Jaroslav Kysela) [RHEL-81786] - ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices (Jaroslav Kysela) [RHEL-81786] {CVE-2024-53197} - ALSA: usb-audio: Add sampling rates support for Mbox3 (Jaroslav Kysela) [RHEL-81786] Resolves: RHEL-81786, RHEL-81825 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
66454330fa
commit
963ce53533
11
kernel.spec
11
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.43.1.el8_10
|
||||
%define pkgrelease 553.44.1.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.43.1%{?dist}
|
||||
%define specrelease 553.44.1%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -2696,6 +2696,13 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Wed Mar 05 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.44.1.el8_10]
|
||||
- HID: core: zero-initialize the report buffer (CKI Backport Bot) [RHEL-81825] {CVE-2024-50302}
|
||||
- ALSA: usb-audio: Fix a DMA to stack memory bug (Jaroslav Kysela) [RHEL-81786]
|
||||
- ALSA: usb-audio: Fix for sampling rates support for Mbox3 (Jaroslav Kysela) [RHEL-81786]
|
||||
- ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices (Jaroslav Kysela) [RHEL-81786] {CVE-2024-53197}
|
||||
- ALSA: usb-audio: Add sampling rates support for Mbox3 (Jaroslav Kysela) [RHEL-81786]
|
||||
|
||||
* Thu Feb 27 2025 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.43.1.el8_10]
|
||||
- s390/module: fix loading modules with a lot of relocations (Mete Durlu) [RHEL-78999]
|
||||
- s390/module: Use s390_kernel_write() for late relocations (Mete Durlu) [RHEL-78999]
|
||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-4.18.0-553.43.1.el8_10.tar.xz) = f25deb108ce62ecd80ba4d3d7f4c7f054a68322db12df33122ecfd63464b90548a13934f927cf5a6465dba0576ac63effc8e98394b48fdb1a081d25f1cb3f421
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-553.tar.bz2) = 3ae7a3a2338133849d3f9f975447b0fa6279f38a0a02048f3b3739b5ac9011eb258201ef90471bb1e3bca77997ffb49a4324fe4d8198de8df131ceaa8f87fe7c
|
||||
SHA512 (linux-4.18.0-553.44.1.el8_10.tar.xz) = 38cff76a06bc2f98a11686f677f8df9a710ce56edf11004e635044fc166232ca1c83e85464a8aa3de6389df39a96dd33ee4a58c0fd4fdb0c76808efbbd5937a9
|
||||
SHA512 (kernel-abi-stablelists-4.18.0-553.tar.bz2) = 11a5ec2883e913d2255900b5c50b9fc0b72d550504522e3c7cb689bc00a9bf06fb73fc7629fd014eed31508a891933d22292a149af2d779f8fd9e13d65e2b0b4
|
||||
SHA512 (kernel-kabi-dw-4.18.0-553.tar.bz2) = 8a671ed3c9b7f4b25fd4e594b62bc4a26474cb705d3ed22ca376618b3c7962fc72ace1ffd02c9c3a192d9d2c449d38228809542d7f16ebad16f8127020eb2faf
|
||||
|
Loading…
Reference in New Issue
Block a user