kernel-5.14.0-177.el9

* Mon Oct 17 2022 Frantisek Hrbata <fhrbata@redhat.com> [5.14.0-177.el9]
- 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#2117768, rhbz#2046672, rhbz#2117770, rhbz#2126683

Signed-off-by: Frantisek Hrbata <fhrbata@redhat.com>
This commit is contained in:
Frantisek Hrbata 2022-10-17 02:56:12 -04:00
parent 6cf80baeea
commit 9a8d447181
3 changed files with 42 additions and 8 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

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
%define pkgrelease 177
%define kversion 5
%define tarfile_release 5.14.0-176.el9
%define tarfile_release 5.14.0-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%{?buildid}%{?dist}
%define specrelease 177%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-176.el9
%define kabiversion 5.14.0-177.el9
#
# End of genspec.sh variables
@ -3057,6 +3057,40 @@ fi
#
#
%changelog
* Mon Oct 17 2022 Frantisek Hrbata <fhrbata@redhat.com> [5.14.0-177.el9]
- 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]
* Wed Oct 12 2022 Frantisek Hrbata <fhrbata@redhat.com> [5.14.0-176.el9]
- docs: translations: zn_CN: irq-affinity.rst: add a missing extension (David Arcari) [2117494]
- docs/zh_CN: core-api: Update the translation of printk-basics.rst to 5.19-rc3 (David Arcari) [2117494]

View File

@ -1,3 +1,3 @@
SHA512 (linux-5.14.0-176.el9.tar.xz) = 64d01a98dc3320646330ec3ba01e711f1827839a900cd8ac758af3d087a6ebe9e09e8cf975afdb58afea561711b6890aaedef448ae1070eafb9cebfd5c746f6c
SHA512 (kernel-abi-stablelists-5.14.0-176.el9.tar.bz2) = 003bf7279f74cb5479896b388dc346f50590a4ceb4fd435e0f392cb1692edb4c76ae5aa34d415d9673d71e8c461500cc3ff1a15dfcb7d784283f86ea61abc693
SHA512 (kernel-kabi-dw-5.14.0-176.el9.tar.bz2) = 3aff600593afa35e89015dec9a1391df3f6126d9f2d1c5daa15db2745d053aec470dab2772559e73b07c21af77c0f43ec560529a2e65086d7d9c0ff7dddf4c5b
SHA512 (linux-5.14.0-177.el9.tar.xz) = 38b998ba800703883dce54f32576e842b88af526b59f8c8104f4c7544bd94584144551551bc56e280d43a834c3b2cec8c4a3b6a425aaeab14d51971173b58b4b
SHA512 (kernel-abi-stablelists-5.14.0-177.el9.tar.bz2) = 271a5c322a0ce13c6b18fcc22804643d1de8b1d5159706c4f067ae38bdabc25be96781ad891607e2b0e7971756f86e34e782f4d1fda8175d2e3487bf0064a16b
SHA512 (kernel-kabi-dw-5.14.0-177.el9.tar.bz2) = 3aff600593afa35e89015dec9a1391df3f6126d9f2d1c5daa15db2745d053aec470dab2772559e73b07c21af77c0f43ec560529a2e65086d7d9c0ff7dddf4c5b