kernel-rt-4.18.0-553.29.1.rt7.370.el8_10
* Thu Nov 07 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.29.1.rt7.370.el8_10]
- [rt] build kernel-rt-4.18.0-553.29.1.rt7.370.el8_10 [RHEL-66248]
- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (cki-backport-bot) [RHEL-36372] {CVE-2024-27399}
- mptcp: pm: Fix uaf in __timer_delete_sync (Guillaume Nault) [RHEL-60614] {CVE-2024-46858}
- cifs: fix dfs link failover in cifs_tree_connect() (Paulo Alcantara) [RHEL-8002]
- locking/rtmutex: Prevent deadlock with `pa_lock` (Daniel Vacek) [RHEL-60475]
Resolves: RHEL-66248, RHEL-60475
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
8a2a4cc6be
commit
9ac84d5953
13
kernel.spec
13
kernel.spec
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 553.28.1.rt7.369.el8_10
|
||||
%define pkgrelease 553.29.1.rt7.370.el8_10
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 553.28.1.rt7.369%{?dist}
|
||||
%define specrelease 553.29.1.rt7.370%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -148,7 +148,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .369
|
||||
%global rtbuild .370
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2699,6 +2699,13 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Nov 07 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.29.1.rt7.370.el8_10]
|
||||
- [rt] build kernel-rt-4.18.0-553.29.1.rt7.370.el8_10 [RHEL-66248]
|
||||
- Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout (cki-backport-bot) [RHEL-36372] {CVE-2024-27399}
|
||||
- mptcp: pm: Fix uaf in __timer_delete_sync (Guillaume Nault) [RHEL-60614] {CVE-2024-46858}
|
||||
- cifs: fix dfs link failover in cifs_tree_connect() (Paulo Alcantara) [RHEL-8002]
|
||||
- locking/rtmutex: Prevent deadlock with `pa_lock` (Daniel Vacek) [RHEL-60475]
|
||||
|
||||
* Thu Oct 31 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-553.28.1.rt7.369.el8_10]
|
||||
- [rt] build kernel-rt-4.18.0-553.28.1.rt7.369.el8_10 [RHEL-59541]
|
||||
- s390/mm: Add cond_resched() to cmm_alloc/free_pages() (Mete Durlu) [RHEL-61702]
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-553.28.1.rt7.369.el8_10.tar.xz) = f66199427f1f03f7843e1a45dca354b9d172a86c08fd532155e6baf283a5113f355f6517ba47b6c4a1aa4021486768a19471a11d8702ffbb59f2c0212e1d2a27
|
||||
SHA512 (linux-4.18.0-553.29.1.rt7.370.el8_10.tar.xz) = 4edf624e64ffb70fa2dd98426dfdd820b87a951f60dfba6fbb4cccca4b8151f784c6126ef3a9da293027ec59c196e48cf578d6245311f4634094f81c7d02ca18
|
||||
|
||||
Loading…
Reference in New Issue
Block a user