kernel-rt-5.14.0-250.rt14.251.el9
* Tue Jan 31 2023 Juri Lelli <juri.lelli@redhat.com> [5.14.0-250.rt14.251.el9] - [rt] build kernel-rt-5.14.0-250.rt14.251.el9 [2125474] - mlx5: do not use RT_TOS for IPv6 flowlabel (Guillaume Nault) [2161351] - vxlan: do not use RT_TOS for IPv6 flowlabel (Guillaume Nault) [2161351] - geneve: do not use RT_TOS for IPv6 flowlabel (Guillaume Nault) [2161351] - geneve: fix TOS inheriting for ipv4 (Guillaume Nault) [2161351] - scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM (Emanuele Giuseppe Esposito) [2150660] - vfio: Add an option to get migration data size (Alex Williamson) [2158549] - vfio/pci: Check the device set open count on reset (Alex Williamson) [2155664] - vfio: Export the device set open count (Alex Williamson) [2155664] - vfio: Fix container device registration life cycle (Alex Williamson) [2155664] - vfio: Split the register_device ops call into functions (Alex Williamson) [2155664] - tools headers uapi: Sync linux/stat.h with the kernel sources (Lukas Czerner) [2150284] - ext4: support STATX_DIOALIGN (Lukas Czerner) [2150284] - xfs: support STATX_DIOALIGN (Lukas Czerner) [2150284] - vfs: support STATX_DIOALIGN on block devices (Lukas Czerner) [2150284] - statx: add direct I/O alignment information (Lukas Czerner) [2150284] - tdx: enable TDX attestation driver (Wander Lairson Costa) [2076749] - selftests/tdx: Test TDX attestation GetReport support (Wander Lairson Costa) [2076749] - virt: Add TDX guest driver (Wander Lairson Costa) [2076749] - x86/tdx: Add a wrapper to get TDREPORT0 from the TDX Module (Wander Lairson Costa) [2076749] - OPP: Migrate set-supported-hw API to use set-config helpers (Mark Langsdorf) [2122311] - OPP: Migrate set-regulators API to use set-config helpers (Mark Langsdorf) [2122311] - OPP: Add dev_pm_opp_set_config() and friends (Mark Langsdorf) [2122311] - OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list (Mark Langsdorf) [2122311] - cpufreq: tegra194: Fix module loading (Mark Langsdorf) [2122311] - cpufreq: tegra194: Staticize struct tegra_cpufreq_soc instances (Mark Langsdorf) [2122311] - cpufreq: tegra194: Add support for Tegra234 (Mark Langsdorf) [2122311] - cpufreq: tegra194: add soc data to support multiple soc (Mark Langsdorf) [2122311] - cpufreq: ACPI: Add Zhaoxin/Centaur turbo boost control interface support (Mark Langsdorf) [2122311] - drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.c (Mark Langsdorf) [2122311] - cpufreq: CPPC: Fix unused-function warning (Mark Langsdorf) [2122311] - cpufreq: CPPC: Fix build error without CONFIG_ACPI_CPPC_CPUFREQ_FIE (Mark Langsdorf) [2122311] - cpufreq: CPPC: Enable dvfs_possible_from_any_cpu (Mark Langsdorf) [2122311] - cpufreq: CPPC: Register EM based on efficiency class information (Mark Langsdorf) [2122311] - cpufreq: CPPC: Add per_cpu efficiency_class (Mark Langsdorf) [2122311] - cpufreq: check only freq_table in __resolve_freq() (Mark Langsdorf) [2122311] - cpufreq: ondemand: Use cpumask_var_t for on-stack cpu mask (Mark Langsdorf) [2122311] - cpufreq: Optimize cpufreq_show_cpus() (Mark Langsdorf) [2122311] - cpufreq: Rearrange locking in cpufreq_remove_dev() (Mark Langsdorf) [2122311] - cpufreq: Split cpufreq_offline() (Mark Langsdorf) [2122311] - cpufreq: Reorganize checks in cpufreq_offline() (Mark Langsdorf) [2122311] - cpufreq: Clear real_cpus mask from remove_cpu_dev_symlink() (Mark Langsdorf) [2122311] - cpufreq: Avoid unnecessary frequency updates due to mismatch (Mark Langsdorf) [2122311] - cpufreq: Prepare cleanup of powerpc's asm/prom.h (Mark Langsdorf) [2122311] - cpufreq: governor: Use kobject release() method to free dbs_data (Mark Langsdorf) [2122311] - cpufreq: qcom-cpufreq-hw: Add dcvs interrupt support (Mark Langsdorf) [2122311] - Documentation: power: Add description about new callback for EM registration (Mark Langsdorf) [2122311] - cpufreq: Add callback to register with energy model (Mark Langsdorf) [2122311] Resolves: rhbz#2125474, rhbz#2161351, rhbz#2150660, rhbz#2158549, rhbz#2155664, rhbz#2158449, rhbz#2150284, rhbz#2076749, rhbz#2122311
This commit is contained in:
parent
c8c3604f99
commit
0e62f8d6c3
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 249
|
||||
RHEL_RELEASE = 250
|
||||
|
||||
#
|
||||
# ZSTREAM
|
||||
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
|
||||
endif
|
||||
endif
|
||||
|
||||
RTBUILD:=.250
|
||||
RTBUILD:=.251
|
||||
|
@ -5834,6 +5834,7 @@ CONFIG_TCP_CONG_WESTWOOD=m
|
||||
CONFIG_TCP_MD5SIG=y
|
||||
# CONFIG_TCS3414 is not set
|
||||
# CONFIG_TCS3472 is not set
|
||||
CONFIG_TDX_GUEST_DRIVER=m
|
||||
CONFIG_TEE=m
|
||||
CONFIG_TELCLOCK=m
|
||||
CONFIG_TERANETICS_PHY=m
|
||||
|
@ -5811,6 +5811,7 @@ CONFIG_TCP_CONG_WESTWOOD=m
|
||||
CONFIG_TCP_MD5SIG=y
|
||||
# CONFIG_TCS3414 is not set
|
||||
# CONFIG_TCS3472 is not set
|
||||
CONFIG_TDX_GUEST_DRIVER=m
|
||||
CONFIG_TEE=m
|
||||
CONFIG_TELCLOCK=m
|
||||
CONFIG_TERANETICS_PHY=m
|
||||
|
58
kernel.spec
58
kernel.spec
@ -119,15 +119,15 @@ Summary: The Linux kernel
|
||||
# define buildid .local
|
||||
%define specversion 5.14.0
|
||||
%define patchversion 5.14
|
||||
%define pkgrelease 249.rt14.250
|
||||
%define pkgrelease 250.rt14.251
|
||||
%define kversion 5
|
||||
%define tarfile_release 5.14.0-249.rt14.250.el9
|
||||
%define tarfile_release 5.14.0-250.rt14.251.el9
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 14
|
||||
# This allows pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 249.rt14.250%{?buildid}%{?dist}
|
||||
%define specrelease 250.rt14.251%{?buildid}%{?dist}
|
||||
# This defines the kabi tarball version
|
||||
%define kabiversion 5.14.0-249.rt14.250.el9
|
||||
%define kabiversion 5.14.0-250.rt14.251.el9
|
||||
|
||||
#
|
||||
# End of genspec.sh variables
|
||||
@ -3246,6 +3246,56 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Tue Jan 31 2023 Juri Lelli <juri.lelli@redhat.com> [5.14.0-250.rt14.251.el9]
|
||||
- [rt] build kernel-rt-5.14.0-250.rt14.251.el9 [2125474]
|
||||
- mlx5: do not use RT_TOS for IPv6 flowlabel (Guillaume Nault) [2161351]
|
||||
- vxlan: do not use RT_TOS for IPv6 flowlabel (Guillaume Nault) [2161351]
|
||||
- geneve: do not use RT_TOS for IPv6 flowlabel (Guillaume Nault) [2161351]
|
||||
- geneve: fix TOS inheriting for ipv4 (Guillaume Nault) [2161351]
|
||||
- scsi: storvsc: Fix swiotlb bounce buffer leak in confidential VM (Emanuele Giuseppe Esposito) [2150660]
|
||||
- vfio: Add an option to get migration data size (Alex Williamson) [2158549]
|
||||
- vfio/pci: Check the device set open count on reset (Alex Williamson) [2155664]
|
||||
- vfio: Export the device set open count (Alex Williamson) [2155664]
|
||||
- vfio: Fix container device registration life cycle (Alex Williamson) [2155664]
|
||||
- vfio: Split the register_device ops call into functions (Alex Williamson) [2155664]
|
||||
- tools headers uapi: Sync linux/stat.h with the kernel sources (Lukas Czerner) [2150284]
|
||||
- ext4: support STATX_DIOALIGN (Lukas Czerner) [2150284]
|
||||
- xfs: support STATX_DIOALIGN (Lukas Czerner) [2150284]
|
||||
- vfs: support STATX_DIOALIGN on block devices (Lukas Czerner) [2150284]
|
||||
- statx: add direct I/O alignment information (Lukas Czerner) [2150284]
|
||||
- tdx: enable TDX attestation driver (Wander Lairson Costa) [2076749]
|
||||
- selftests/tdx: Test TDX attestation GetReport support (Wander Lairson Costa) [2076749]
|
||||
- virt: Add TDX guest driver (Wander Lairson Costa) [2076749]
|
||||
- x86/tdx: Add a wrapper to get TDREPORT0 from the TDX Module (Wander Lairson Costa) [2076749]
|
||||
- OPP: Migrate set-supported-hw API to use set-config helpers (Mark Langsdorf) [2122311]
|
||||
- OPP: Migrate set-regulators API to use set-config helpers (Mark Langsdorf) [2122311]
|
||||
- OPP: Add dev_pm_opp_set_config() and friends (Mark Langsdorf) [2122311]
|
||||
- OPP: Make dev_pm_opp_set_regulators() accept NULL terminated list (Mark Langsdorf) [2122311]
|
||||
- cpufreq: tegra194: Fix module loading (Mark Langsdorf) [2122311]
|
||||
- cpufreq: tegra194: Staticize struct tegra_cpufreq_soc instances (Mark Langsdorf) [2122311]
|
||||
- cpufreq: tegra194: Add support for Tegra234 (Mark Langsdorf) [2122311]
|
||||
- cpufreq: tegra194: add soc data to support multiple soc (Mark Langsdorf) [2122311]
|
||||
- cpufreq: ACPI: Add Zhaoxin/Centaur turbo boost control interface support (Mark Langsdorf) [2122311]
|
||||
- drivers: cpufreq: Add missing of_node_put() in qoriq-cpufreq.c (Mark Langsdorf) [2122311]
|
||||
- cpufreq: CPPC: Fix unused-function warning (Mark Langsdorf) [2122311]
|
||||
- cpufreq: CPPC: Fix build error without CONFIG_ACPI_CPPC_CPUFREQ_FIE (Mark Langsdorf) [2122311]
|
||||
- cpufreq: CPPC: Enable dvfs_possible_from_any_cpu (Mark Langsdorf) [2122311]
|
||||
- cpufreq: CPPC: Register EM based on efficiency class information (Mark Langsdorf) [2122311]
|
||||
- cpufreq: CPPC: Add per_cpu efficiency_class (Mark Langsdorf) [2122311]
|
||||
- cpufreq: check only freq_table in __resolve_freq() (Mark Langsdorf) [2122311]
|
||||
- cpufreq: ondemand: Use cpumask_var_t for on-stack cpu mask (Mark Langsdorf) [2122311]
|
||||
- cpufreq: Optimize cpufreq_show_cpus() (Mark Langsdorf) [2122311]
|
||||
- cpufreq: Rearrange locking in cpufreq_remove_dev() (Mark Langsdorf) [2122311]
|
||||
- cpufreq: Split cpufreq_offline() (Mark Langsdorf) [2122311]
|
||||
- cpufreq: Reorganize checks in cpufreq_offline() (Mark Langsdorf) [2122311]
|
||||
- cpufreq: Clear real_cpus mask from remove_cpu_dev_symlink() (Mark Langsdorf) [2122311]
|
||||
- cpufreq: Avoid unnecessary frequency updates due to mismatch (Mark Langsdorf) [2122311]
|
||||
- cpufreq: Prepare cleanup of powerpc's asm/prom.h (Mark Langsdorf) [2122311]
|
||||
- cpufreq: governor: Use kobject release() method to free dbs_data (Mark Langsdorf) [2122311]
|
||||
- cpufreq: qcom-cpufreq-hw: Add dcvs interrupt support (Mark Langsdorf) [2122311]
|
||||
- Documentation: power: Add description about new callback for EM registration (Mark Langsdorf) [2122311]
|
||||
- cpufreq: Add callback to register with energy model (Mark Langsdorf) [2122311]
|
||||
|
||||
* Tue Jan 31 2023 Juri Lelli <juri.lelli@redhat.com> [5.14.0-249.rt14.250.el9]
|
||||
- [rt] build kernel-rt-5.14.0-249.rt14.250.el9 [2125474]
|
||||
- DRM: add new config options (Mika Penttilä) [2154295]
|
||||
|
6
sources
6
sources
@ -1,4 +1,4 @@
|
||||
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
|
||||
SHA512 (linux-5.14.0-249.rt14.250.el9.tar.xz) = 4d4c15578061c10be7863fa445755fba8e4b867733a16ea6aa8ca82e4602c37092b6be9554dfe0e8fad25de08ef742b894600c4edd44c5263ea48fe0df837748
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-249.rt14.250.el9.tar.bz2) = 5381a26099cf5731964ecb4a18e74a706b84320faa96c162b21e76cbdf811bbb8388828ab10fede1628c14a2ccb1c63f26daaf203ba545a75229c5e0f8bacb6f
|
||||
SHA512 (kernel-kabi-dw-5.14.0-249.rt14.250.el9.tar.bz2) = f02d9f77b8dbfa668e2baa08d99d1fd4600fb5634e9892b18b753b5948b1e70ef4b7193e14d81a5847b73a1bf03ec3538a30689fcdd052fdf270feabc4eaad34
|
||||
SHA512 (linux-5.14.0-250.rt14.251.el9.tar.xz) = a85b4e720f8836d4ac04254a68960bb6614b5da1cf998932fb7f55fa7cf6b5dedc010d82786b9c00a9e53a142d655381e5a82d90c64060d19ad5e1bc23fd87e9
|
||||
SHA512 (kernel-abi-stablelists-5.14.0-250.rt14.251.el9.tar.bz2) = f9b4464c4d6a89dfbec7eb3448384b46bde2088c6d92a985e91064486f282fc40c470ded720daf6dab338048aadcf77db4d72f37902f44a54845cd1140ba2bc1
|
||||
SHA512 (kernel-kabi-dw-5.14.0-250.rt14.251.el9.tar.bz2) = f02d9f77b8dbfa668e2baa08d99d1fd4600fb5634e9892b18b753b5948b1e70ef4b7193e14d81a5847b73a1bf03ec3538a30689fcdd052fdf270feabc4eaad34
|
||||
|
Loading…
Reference in New Issue
Block a user