kernel-rt-4.18.0-548.rt7.337.el8
* Mon Mar 25 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-548.rt7.337.el8] - [rt] build kernel-rt-4.18.0-548.rt7.337.el8 [RHEL-5332] - gitlab-ci: enable arm64/s390x/ppc64le debug builds (Michael Hofmann) - arm64: Add missing bits of AmpereOne Spectre-BHB mitigation (Mark Salter) [RHEL-29005] - [rt] enable CONFIG_DRM_MGAG200_IOBURST_WORKAROUND (Jocelyn Falempe) [RHEL-13214] - drm/mgag200: Add a workaround for low-latency (Jocelyn Falempe) [RHEL-13214] Resolves: RHEL-5332 Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
24bdf5d644
commit
c09c1bc590
@ -2939,6 +2939,7 @@ CONFIG_DRM_I915_GVT_KVMGT=m
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
|
||||
CONFIG_DRM_MGAG200=m
|
||||
CONFIG_DRM_MGAG200_IOBURST_WORKAROUND=y
|
||||
CONFIG_DRM_NOUVEAU=m
|
||||
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
|
||||
CONFIG_DRM_QXL=m
|
||||
|
@ -2968,6 +2968,7 @@ CONFIG_DRM_I915_GVT_KVMGT=m
|
||||
CONFIG_DRM_I915_USERPTR=y
|
||||
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
|
||||
CONFIG_DRM_MGAG200=m
|
||||
CONFIG_DRM_MGAG200_IOBURST_WORKAROUND=y
|
||||
CONFIG_DRM_NOUVEAU=m
|
||||
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
|
||||
CONFIG_DRM_QXL=m
|
||||
|
15
kernel.spec
15
kernel.spec
@ -12,7 +12,7 @@
|
||||
# change below to w4T.xzdio):
|
||||
%define _binary_payload w3T.xzdio
|
||||
|
||||
%global distro_build 547
|
||||
%global distro_build 548
|
||||
|
||||
# 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 547.rt7.336.el8
|
||||
%define pkgrelease 548.rt7.337.el8
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 547.rt7.336%{?dist}
|
||||
%define specrelease 548.rt7.337%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .336
|
||||
%global rtbuild .337
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2698,6 +2698,13 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Mar 25 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-548.rt7.337.el8]
|
||||
- [rt] build kernel-rt-4.18.0-548.rt7.337.el8 [RHEL-5332]
|
||||
- gitlab-ci: enable arm64/s390x/ppc64le debug builds (Michael Hofmann)
|
||||
- arm64: Add missing bits of AmpereOne Spectre-BHB mitigation (Mark Salter) [RHEL-29005]
|
||||
- [rt] enable CONFIG_DRM_MGAG200_IOBURST_WORKAROUND (Jocelyn Falempe) [RHEL-13214]
|
||||
- drm/mgag200: Add a workaround for low-latency (Jocelyn Falempe) [RHEL-13214]
|
||||
|
||||
* Wed Mar 20 2024 Denys Vlasenko <dvlasenk@redhat.com> [4.18.0-547.rt7.336.el8]
|
||||
- [rt] build kernel-rt-4.18.0-547.rt7.336.el8 [RHEL-5332]
|
||||
- x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR (Lenny Szubowicz) [RHEL-2505]
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-547.rt7.336.el8.tar.xz) = dbab05c3bace40d9da5e70db0eec9ee9c211ffb2d4f9d5921e949fe4963e03fd45794f1379567f437c19aedecf11f3ee37c3ce4705d621fcaa562899a136553e
|
||||
SHA512 (linux-4.18.0-548.rt7.337.el8.tar.xz) = 830d4b5d719125d7428ae2f48550f76a99fda288f4d1054e503fa400538b2140646a559bbc392e67353a2aa868eaf4c323e91dafdc7f51c13392d799404c31f8
|
||||
|
Loading…
Reference in New Issue
Block a user