kernel-rt-4.18.0-544.rt7.333.el8
* Fri Feb 23 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-544.rt7.333.el8] - [rt] build kernel-rt-4.18.0-544.rt7.333.el8 [RHEL-5332] - ext4: fix kernel BUG in 'ext4_write_inline_data_end()' (Carlos Maiolino) [RHEL-23386] {CVE-2021-33631} - i2c: designware: Disable TX_EMPTY irq while waiting for block length byte (Charles Mirabile) [RHEL-24019] - scsi: smartpqi: Fix disable_managed_interrupts (Tomas Henzl) [RHEL-25747] - hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write (Steve Best) [RHEL-26167] - gitlab-ci: do not show (results can be ignored) for rt pipelines (Michael Hofmann) Resolves: RHEL-5332 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
1185ba7092
commit
e68dea4d00
16
kernel.spec
16
kernel.spec
@ -12,7 +12,7 @@
|
||||
# change below to w4T.xzdio):
|
||||
%define _binary_payload w3T.xzdio
|
||||
|
||||
%global distro_build 543
|
||||
%global distro_build 544
|
||||
|
||||
# Sign the x86_64 kernel for secure boot authentication
|
||||
%ifarch x86_64 aarch64 s390x ppc64le
|
||||
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define specversion 4.18.0
|
||||
%define pkgrelease 543.rt7.332.el8
|
||||
%define pkgrelease 544.rt7.333.el8
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 543.rt7.332%{?dist}
|
||||
%define specrelease 544.rt7.333%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .332
|
||||
%global rtbuild .333
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2698,6 +2698,14 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri Feb 23 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-544.rt7.333.el8]
|
||||
- [rt] build kernel-rt-4.18.0-544.rt7.333.el8 [RHEL-5332]
|
||||
- ext4: fix kernel BUG in 'ext4_write_inline_data_end()' (Carlos Maiolino) [RHEL-23386] {CVE-2021-33631}
|
||||
- i2c: designware: Disable TX_EMPTY irq while waiting for block length byte (Charles Mirabile) [RHEL-24019]
|
||||
- scsi: smartpqi: Fix disable_managed_interrupts (Tomas Henzl) [RHEL-25747]
|
||||
- hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write (Steve Best) [RHEL-26167]
|
||||
- gitlab-ci: do not show (results can be ignored) for rt pipelines (Michael Hofmann)
|
||||
|
||||
* Wed Feb 21 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-543.rt7.332.el8]
|
||||
- [rt] build kernel-rt-4.18.0-543.rt7.332.el8 [RHEL-5332]
|
||||
- perf symbols: Symbol lookup with kcore can fail if multiple segments match stext (Charles Mirabile) [RHEL-23760]
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-543.rt7.332.el8.tar.xz) = 5fc945d6a5dcb324f4ccb0ea3f2c4b4d320812ed9bb02696188cdd41991ea7714438f16764c83b0b2f8578d30e0931fe63e9561f3547bfcd34ec17fd75bed1d5
|
||||
SHA512 (linux-4.18.0-544.rt7.333.el8.tar.xz) = b62293c3d6b986f431914d896a172ac7301c6f4831060818a3214c1bb0ee2feee1d411d76244764b0a33e8d1831f9baea44cf8c998e5c22019a0bb3b0379bd56
|
||||
|
Loading…
Reference in New Issue
Block a user