kernel-rt-4.18.0-483.rt7.272.el8
* Thu Apr 06 2023 John B. Wyatt IV <jwyatt@redhat.com> [4.18.0-483.rt7.272.el8] - [rt] build kernel-rt-4.18.0-483.rt7.272.el8 [2180997] - tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr (Jerome Marchand) [2174935] - drivers: hv, hyperv_fb: Untangle and refactor Hyper-V panic notifiers (Mohammed Gamal) [2172513] - video: hyperv_fb: Avoid taking busy spinlock on panic path (Mohammed Gamal) [2172513] - HID: hyperv: remove unused struct synthhid_msg (Mohammed Gamal) [2172513] - HID: hyperv: Replace one-element array with flexible-array member (Mohammed Gamal) [2172513] - clocksource: hyper-v: Add TSC page support for root partition (Mohammed Gamal) [2172443] - clocksource: hyper-v: Use TSC PFN getter to map vvar page (Mohammed Gamal) [2172443] - clocksource: hyper-v: Introduce TSC PFN getter (Mohammed Gamal) [2172443] - clocksource: hyper-v: Introduce a pointer to TSC page (Mohammed Gamal) [2172443] - HV: hv_balloon: fix memory leak with using debugfs_lookup() (Mohammed Gamal) [2172435] - debugfs: add debugfs_lookup_and_remove() (Mohammed Gamal) [2172435] - Drivers: hv: Enable vmbus driver for nested root partition (Mohammed Gamal) [2172435] - video: hyperv_fb: Avoid taking busy spinlock on panic path (Mohammed Gamal) [2172435] Resolves: rhbz#2180997 Signed-off-by: John B. Wyatt IV <jwyatt@redhat.com>
This commit is contained in:
parent
5ed21d50c8
commit
d938890724
24
kernel.spec
24
kernel.spec
@ -12,7 +12,7 @@
|
||||
# change below to w4T.xzdio):
|
||||
%define _binary_payload w3T.xzdio
|
||||
|
||||
%global distro_build 482
|
||||
%global distro_build 483
|
||||
|
||||
# Sign the x86_64 kernel for secure boot authentication
|
||||
%ifarch x86_64 aarch64 s390x ppc64le
|
||||
@ -38,10 +38,10 @@
|
||||
# define buildid .local
|
||||
|
||||
%define rpmversion 4.18.0
|
||||
%define pkgrelease 482.rt7.271.el8
|
||||
%define pkgrelease 483.rt7.272.el8
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 482.rt7.271%{?dist}
|
||||
%define specrelease 483.rt7.272%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}%{?buildid}
|
||||
|
||||
@ -147,7 +147,7 @@
|
||||
# The preempt RT patch level
|
||||
%global rttag .rt7
|
||||
# realtimeN
|
||||
%global rtbuild .271
|
||||
%global rtbuild .272
|
||||
%define with_doc 0
|
||||
%define with_headers 0
|
||||
%define with_cross_headers 0
|
||||
@ -2697,6 +2697,22 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Apr 06 2023 John B. Wyatt IV <jwyatt@redhat.com> [4.18.0-483.rt7.272.el8]
|
||||
- [rt] build kernel-rt-4.18.0-483.rt7.272.el8 [2180997]
|
||||
- tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr (Jerome Marchand) [2174935]
|
||||
- drivers: hv, hyperv_fb: Untangle and refactor Hyper-V panic notifiers (Mohammed Gamal) [2172513]
|
||||
- video: hyperv_fb: Avoid taking busy spinlock on panic path (Mohammed Gamal) [2172513]
|
||||
- HID: hyperv: remove unused struct synthhid_msg (Mohammed Gamal) [2172513]
|
||||
- HID: hyperv: Replace one-element array with flexible-array member (Mohammed Gamal) [2172513]
|
||||
- clocksource: hyper-v: Add TSC page support for root partition (Mohammed Gamal) [2172443]
|
||||
- clocksource: hyper-v: Use TSC PFN getter to map vvar page (Mohammed Gamal) [2172443]
|
||||
- clocksource: hyper-v: Introduce TSC PFN getter (Mohammed Gamal) [2172443]
|
||||
- clocksource: hyper-v: Introduce a pointer to TSC page (Mohammed Gamal) [2172443]
|
||||
- HV: hv_balloon: fix memory leak with using debugfs_lookup() (Mohammed Gamal) [2172435]
|
||||
- debugfs: add debugfs_lookup_and_remove() (Mohammed Gamal) [2172435]
|
||||
- Drivers: hv: Enable vmbus driver for nested root partition (Mohammed Gamal) [2172435]
|
||||
- video: hyperv_fb: Avoid taking busy spinlock on panic path (Mohammed Gamal) [2172435]
|
||||
|
||||
* Wed Apr 05 2023 John B. Wyatt IV <jwyatt@redhat.com> [4.18.0-482.rt7.271.el8]
|
||||
- [rt] build kernel-rt-4.18.0-482.rt7.271.el8 [2180997]
|
||||
- sched/deadline: Add more reschedule cases to prio_changed_dl() (Valentin Schneider) [2120570]
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (linux-4.18.0-482.rt7.271.el8.tar.xz) = 65adba795a9550c53e12050a540de76f30c90408706ad4e6b280a2caa3ab7d42a88f70fad3350b39dc498d5b303ee11a59299caa858a464e602e84fde34ed8d6
|
||||
SHA512 (linux-4.18.0-483.rt7.272.el8.tar.xz) = e3d4861c53bdbdaf5f42cd049848667c9292a182743e17458a6588216f79734226badad21de01eff4c123e8e9465936c9495047c373a58b26b1c884b328b0216
|
||||
|
Loading…
Reference in New Issue
Block a user