kernel-rt-5.14.0-177.rt21.177.el9

* Thu Oct 27 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-177.rt21.177.el9]
- [rt] build 5.14.0-177.rt21.177.el9 [2125474]
- cpufreq: intel_pstate: Support Sapphire Rapids OOB mode (David Arcari) [2117768]
- watchdog: sbsa: only use 32-bit accessors (Mark Salter) [2046672]
- tools arch x86: Sync the msr-index.h copy with the kernel sources (David Arcari) [2117770]
- tools/power turbostat: version 2022.07.28 (David Arcari) [2117770]
- tools/power turbostat: do not decode ACC for ICX and SPR (David Arcari) [2117770]
- tools/power turbostat: fix SPR PC6 limits (David Arcari) [2117770]
- tools/power turbostat: cleanup 'automatic_cstate_conversion_probe()' (David Arcari) [2117770]
- tools/power turbostat: separate SPR from ICX (David Arcari) [2117770]
- tools/power turbosstat: fix comment (David Arcari) [2117770]
- tools/power turbostat: Support RAPTORLAKE P (David Arcari) [2117770]
- tools/power turbostat: add support for ALDERLAKE_N (David Arcari) [2117770]
- tools/power turbostat: dump secondary Turbo-Ratio-Limit (David Arcari) [2117770]
- tools/power turbostat: simplify dump_turbo_ratio_limits() (David Arcari) [2117770]
- tools/power turbostat: dump CPUID.7.EDX.Hybrid (David Arcari) [2117770]
- tools/power turbostat: Show uncore frequency (David Arcari) [2117770]
- tools/power turbostat: Fix file pointer leak (David Arcari) [2117770]
- tools/power turbostat: replace strncmp with single character compare (David Arcari) [2117770]
- tools/power turbostat: print the kernel boot commandline (David Arcari) [2117770]
- tools/power turbostat: Introduce support for RaptorLake (David Arcari) [2117770]
- tools/power turbostat: version 2022.04.16 (David Arcari) [2117770]
- tools/power turbostat: No build warnings with -Wextra (David Arcari) [2117770]
- tools/power turbostat: be more useful as non-root (David Arcari) [2117770]
- tools/power turbostat: fix ICX DRAM power numbers (David Arcari) [2117770]
- tools/power turbostat: Support thermal throttle count print (David Arcari) [2117770]
- tools/power turbostat: Allow printing header every N iterations (David Arcari) [2117770]
- tools/power turbostat: Allow -e for all names. (David Arcari) [2117770]
- tools/power turbostat: print power values upto three decimal (David Arcari) [2117770]
- tools/power turbostat: Add Power Limit4 support (David Arcari) [2117770]
- tools/power turbostat: fix dump for AMD cpus (David Arcari) [2117770]
- tools/power turbostat: tweak --show and --hide capability (David Arcari) [2117770]
- crypto: ecdh - disallow plain "ecdh" usage in FIPS mode (Vladis Dronov) [2126683]
- crypto: dh - disallow plain "dh" usage in FIPS mode (Vladis Dronov) [2126683]
Resolves: rhbz#2125474

Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
Luis Claudio R. Goncalves 2022-10-27 19:34:34 -03:00
parent ea3a4e25b0
commit d626b67dee
3 changed files with 44 additions and 9 deletions

View File

@ -12,7 +12,7 @@ RHEL_MINOR = 2
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
RHEL_RELEASE = 176
RHEL_RELEASE = 177
#
# ZSTREAM
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD:=.176
RTBUILD:=.177

View File

@ -119,15 +119,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 176.rt21.176
%define pkgrelease 177.rt21.177
%define kversion 5
%define tarfile_release 5.14.0-176.rt21.176.el9
%define tarfile_release 5.14.0-177.rt21.177.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 176.rt21.176%{?buildid}%{?dist}
%define specrelease 177.rt21.177%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-176.rt21.176.el9
%define kabiversion 5.14.0-177.rt21.177.el9
#
# End of genspec.sh variables
@ -3187,6 +3187,41 @@ fi
#
#
%changelog
* Thu Oct 27 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-177.rt21.177.el9]
- [rt] build 5.14.0-177.rt21.177.el9 [2125474]
- cpufreq: intel_pstate: Support Sapphire Rapids OOB mode (David Arcari) [2117768]
- watchdog: sbsa: only use 32-bit accessors (Mark Salter) [2046672]
- tools arch x86: Sync the msr-index.h copy with the kernel sources (David Arcari) [2117770]
- tools/power turbostat: version 2022.07.28 (David Arcari) [2117770]
- tools/power turbostat: do not decode ACC for ICX and SPR (David Arcari) [2117770]
- tools/power turbostat: fix SPR PC6 limits (David Arcari) [2117770]
- tools/power turbostat: cleanup 'automatic_cstate_conversion_probe()' (David Arcari) [2117770]
- tools/power turbostat: separate SPR from ICX (David Arcari) [2117770]
- tools/power turbosstat: fix comment (David Arcari) [2117770]
- tools/power turbostat: Support RAPTORLAKE P (David Arcari) [2117770]
- tools/power turbostat: add support for ALDERLAKE_N (David Arcari) [2117770]
- tools/power turbostat: dump secondary Turbo-Ratio-Limit (David Arcari) [2117770]
- tools/power turbostat: simplify dump_turbo_ratio_limits() (David Arcari) [2117770]
- tools/power turbostat: dump CPUID.7.EDX.Hybrid (David Arcari) [2117770]
- tools/power turbostat: Show uncore frequency (David Arcari) [2117770]
- tools/power turbostat: Fix file pointer leak (David Arcari) [2117770]
- tools/power turbostat: replace strncmp with single character compare (David Arcari) [2117770]
- tools/power turbostat: print the kernel boot commandline (David Arcari) [2117770]
- tools/power turbostat: Introduce support for RaptorLake (David Arcari) [2117770]
- tools/power turbostat: version 2022.04.16 (David Arcari) [2117770]
- tools/power turbostat: No build warnings with -Wextra (David Arcari) [2117770]
- tools/power turbostat: be more useful as non-root (David Arcari) [2117770]
- tools/power turbostat: fix ICX DRAM power numbers (David Arcari) [2117770]
- tools/power turbostat: Support thermal throttle count print (David Arcari) [2117770]
- tools/power turbostat: Allow printing header every N iterations (David Arcari) [2117770]
- tools/power turbostat: Allow -e for all names. (David Arcari) [2117770]
- tools/power turbostat: print power values upto three decimal (David Arcari) [2117770]
- tools/power turbostat: Add Power Limit4 support (David Arcari) [2117770]
- tools/power turbostat: fix dump for AMD cpus (David Arcari) [2117770]
- tools/power turbostat: tweak --show and --hide capability (David Arcari) [2117770]
- crypto: ecdh - disallow plain "ecdh" usage in FIPS mode (Vladis Dronov) [2126683]
- crypto: dh - disallow plain "dh" usage in FIPS mode (Vladis Dronov) [2126683]
* Thu Oct 27 2022 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-176.rt21.176.el9]
- [rt] build kernel-rt-5.14.0-176.rt21.176.el9 [2125474]
- tty/serial/omap: Make the locking RT aware (Juri Lelli)

View File

@ -1,4 +1,4 @@
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
SHA512 (linux-5.14.0-176.rt21.176.el9.tar.xz) = 0b1b3c1d02f37cf2648222831596121e02cfbe3a2fc72067f71b2f4ee0f7197fc5987b80a70bae7c01c2d21fa4a57967b5f5e9b9b84d3719325ecf335fd15741
SHA512 (kernel-abi-stablelists-5.14.0-176.rt21.176.el9.tar.bz2) = fc2314e3c675472fffefdeeb55ef1db2e7e222f90518a3ddc062a2868ab979d3ea31e84505a6efcc15cab9987ad951b056f6837019b53ada621852a55847a544
SHA512 (kernel-kabi-dw-5.14.0-176.rt21.176.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
SHA512 (linux-5.14.0-177.rt21.177.el9.tar.xz) = cf572362c23f3d99cfa724487ede9643fd75dc3a63f3ced55581aba21415986b19201e68003bad6338b22d55208b15a1fa53172d51705e94e45c38d77a3520d4
SHA512 (kernel-abi-stablelists-5.14.0-177.rt21.177.el9.tar.bz2) = 4929eb02a6f91c4a396b3a197901cc166a5f3f24cdfa04b081fff958b2b93df4f72de5b95fb797c8af2a511f34bf03b629a1d25b47e2ed7304fde1572c1928c5
SHA512 (kernel-kabi-dw-5.14.0-177.rt21.177.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578