kernel-rt-5.14.0-275.rt14.275.el9

* Thu Feb 16 2023 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-275.rt14.275.el9]
- [rt] build kernel-rt-5.14.0-275.rt14.275.el9 [2125474]
- cifs: serialize all mount attempts (Ronnie Sahlberg) [2165757]
- cifs: fix potential double free during failed mount (Ronnie Sahlberg) [2165755]
- EDAC/amd64: Handle three rank interleaving mode (Aristeu Rozanski) [2165633]
- memory: tegra: Add DLA clients for Tegra234 (Joel Slebodnick) [2144645]
- dt-bindings: tegra: Update headers for Tegra234 (Joel Slebodnick) [2144645]
- KVM: x86: smm: preserve interrupt shadow in SMRAM (Maxim Levitsky) [2035694]
- KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable (Maxim Levitsky) [2035694]
- KVM: x86: SVM: use smram structs (Maxim Levitsky) [2035694]
- KVM: svm: drop explicit return value of kvm_vcpu_map (Maxim Levitsky) [2035694]
- KVM: x86: smm: use smram struct for 64 bit smram load/restore (Maxim Levitsky) [2035694]
- KVM: x86: smm: use smram struct for 32 bit smram load/restore (Maxim Levitsky) [2035694]
- KVM: x86: smm: use smram structs in the common code (Maxim Levitsky) [2035694]
- KVM: x86: smm: add structs for KVM's smram layout (Maxim Levitsky) [2035694]
- KVM: x86: smm: check for failures on smm entry (Maxim Levitsky) [2035694]
- KVM: x86: do not go through ctxt->ops when emulating rsm (Maxim Levitsky) [2035694]
- KVM: x86: move SMM exit to a new file (Maxim Levitsky) [2035694]
- KVM: x86: move SMM entry to a new file (Maxim Levitsky) [2035694]
- KVM: x86: start moving SMM-related functions to new files (Maxim Levitsky) [2035694]
- bug: introduce ASSERT_STRUCT_OFFSET (Maxim Levitsky) [2035694]
- KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed (Maxim Levitsky) [2035694]
- KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format (Maxim Levitsky) [2035694]
- KVM: x86: emulator: update the emulation mode after CR0 write (Maxim Levitsky) [2035694]
- KVM: x86: emulator: update the emulation mode after rsm (Maxim Levitsky) [2035694]
- KVM: x86: emulator: introduce emulator_recalc_and_set_mode (Maxim Levitsky) [2035694]
- KVM: x86: emulator: em_sysexit should update ctxt->mode (Maxim Levitsky) [2035694]
- tty: serial: qcom_geni: avoid duplicate struct member init (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Add support for Hibernation feature (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros. (Alessandro Carminati) [2162957]
- serial: Make ->set_termios() old ktermios const (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Fix %%lu -> %%u in print statements (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could return a sub-optimal clock rate. (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Implement start_rx callback (Alessandro Carminati) [2162957]
- serial: core: Introduce callback for start_rx and do stop_rx in suspend only if this callback implementation is present. (Alessandro Carminati) [2162957]
- serial: qcom_geni_serial: Disable MMIO tracing for geni serial (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find suitable frequency with call to clk_round_rate. (Alessandro Carminati) [2162957]
- serial: core: Do stop_rx in suspend path for console if console_suspend is disabled (Alessandro Carminati) [2162957]
- serial: qcom: use check for empty instead of pending (Alessandro Carminati) [2162957]
- serial: make uart_console_write->putchar()'s character an unsigned char (Alessandro Carminati) [2162957]
- PCI: qcom-ep: Setup PHY to work in EP mode (Shawn Doherty) [2164511]
- PCI: qcom: Setup PHY to work in RC mode (Shawn Doherty) [2164511]
- PCI: qcom: Fix error message for reset_control_assert() (Shawn Doherty) [2164511]
- PCI: qcom: Add basic interconnect support (Shawn Doherty) [2164511]
- dt-bindings: PCI: qcom: Allow 'dma-coherent' property (Shawn Doherty) [2164511]
- dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects (Shawn Doherty) [2164511]
- ASoC: tegra: Add binding doc for OPE module (Joel Slebodnick) [2122417]
- ASoC: tegra: Add binding doc for ASRC module (Joel Slebodnick) [2122417]
- ASoC: Document Tegra234 APE support (Joel Slebodnick) [2122417]
- ASoC: dt-bindings: tegra: Few more Tegra210 AHUB modules (Joel Slebodnick) [2122417]
Resolves: rhbz#2125474

Signed-off-by: Luis Claudio R. Goncalves <lgoncalv@redhat.com>
This commit is contained in:
Luis Claudio R. Goncalves 2023-02-16 23:57:52 -03:00
parent 24a450c985
commit 4e27f7ff5a
3 changed files with 60 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 = 274
RHEL_RELEASE = 275
#
# ZSTREAM
@ -66,4 +66,4 @@ ifneq ("$(ZSTREAM)", "yes")
endif
endif
RTBUILD:=.274
RTBUILD:=.275

View File

@ -135,15 +135,15 @@ Summary: The Linux kernel
# define buildid .local
%define specversion 5.14.0
%define patchversion 5.14
%define pkgrelease 274.rt14.274
%define pkgrelease 275.rt14.275
%define kversion 5
%define tarfile_release 5.14.0-274.rt14.274.el9
%define tarfile_release 5.14.0-275.rt14.275.el9
# This is needed to do merge window version magic
%define patchlevel 14
# This allows pkg_release to have configurable %%{?dist} tag
%define specrelease 274.rt14.274%{?buildid}%{?dist}
%define specrelease 275.rt14.275%{?buildid}%{?dist}
# This defines the kabi tarball version
%define kabiversion 5.14.0-274.rt14.274.el9
%define kabiversion 5.14.0-275.rt14.275.el9
#
# End of genspec.sh variables
@ -3528,6 +3528,57 @@ fi
#
#
%changelog
* Thu Feb 16 2023 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-275.rt14.275.el9]
- [rt] build kernel-rt-5.14.0-275.rt14.275.el9 [2125474]
- cifs: serialize all mount attempts (Ronnie Sahlberg) [2165757]
- cifs: fix potential double free during failed mount (Ronnie Sahlberg) [2165755]
- EDAC/amd64: Handle three rank interleaving mode (Aristeu Rozanski) [2165633]
- memory: tegra: Add DLA clients for Tegra234 (Joel Slebodnick) [2144645]
- dt-bindings: tegra: Update headers for Tegra234 (Joel Slebodnick) [2144645]
- KVM: x86: smm: preserve interrupt shadow in SMRAM (Maxim Levitsky) [2035694]
- KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable (Maxim Levitsky) [2035694]
- KVM: x86: SVM: use smram structs (Maxim Levitsky) [2035694]
- KVM: svm: drop explicit return value of kvm_vcpu_map (Maxim Levitsky) [2035694]
- KVM: x86: smm: use smram struct for 64 bit smram load/restore (Maxim Levitsky) [2035694]
- KVM: x86: smm: use smram struct for 32 bit smram load/restore (Maxim Levitsky) [2035694]
- KVM: x86: smm: use smram structs in the common code (Maxim Levitsky) [2035694]
- KVM: x86: smm: add structs for KVM's smram layout (Maxim Levitsky) [2035694]
- KVM: x86: smm: check for failures on smm entry (Maxim Levitsky) [2035694]
- KVM: x86: do not go through ctxt->ops when emulating rsm (Maxim Levitsky) [2035694]
- KVM: x86: move SMM exit to a new file (Maxim Levitsky) [2035694]
- KVM: x86: move SMM entry to a new file (Maxim Levitsky) [2035694]
- KVM: x86: start moving SMM-related functions to new files (Maxim Levitsky) [2035694]
- bug: introduce ASSERT_STRUCT_OFFSET (Maxim Levitsky) [2035694]
- KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed (Maxim Levitsky) [2035694]
- KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format (Maxim Levitsky) [2035694]
- KVM: x86: emulator: update the emulation mode after CR0 write (Maxim Levitsky) [2035694]
- KVM: x86: emulator: update the emulation mode after rsm (Maxim Levitsky) [2035694]
- KVM: x86: emulator: introduce emulator_recalc_and_set_mode (Maxim Levitsky) [2035694]
- KVM: x86: emulator: em_sysexit should update ctxt->mode (Maxim Levitsky) [2035694]
- tty: serial: qcom_geni: avoid duplicate struct member init (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Add support for Hibernation feature (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros. (Alessandro Carminati) [2162957]
- serial: Make ->set_termios() old ktermios const (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Fix %%lu -> %%u in print statements (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could return a sub-optimal clock rate. (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Implement start_rx callback (Alessandro Carminati) [2162957]
- serial: core: Introduce callback for start_rx and do stop_rx in suspend only if this callback implementation is present. (Alessandro Carminati) [2162957]
- serial: qcom_geni_serial: Disable MMIO tracing for geni serial (Alessandro Carminati) [2162957]
- tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find suitable frequency with call to clk_round_rate. (Alessandro Carminati) [2162957]
- serial: core: Do stop_rx in suspend path for console if console_suspend is disabled (Alessandro Carminati) [2162957]
- serial: qcom: use check for empty instead of pending (Alessandro Carminati) [2162957]
- serial: make uart_console_write->putchar()'s character an unsigned char (Alessandro Carminati) [2162957]
- PCI: qcom-ep: Setup PHY to work in EP mode (Shawn Doherty) [2164511]
- PCI: qcom: Setup PHY to work in RC mode (Shawn Doherty) [2164511]
- PCI: qcom: Fix error message for reset_control_assert() (Shawn Doherty) [2164511]
- PCI: qcom: Add basic interconnect support (Shawn Doherty) [2164511]
- dt-bindings: PCI: qcom: Allow 'dma-coherent' property (Shawn Doherty) [2164511]
- dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects (Shawn Doherty) [2164511]
- ASoC: tegra: Add binding doc for OPE module (Joel Slebodnick) [2122417]
- ASoC: tegra: Add binding doc for ASRC module (Joel Slebodnick) [2122417]
- ASoC: Document Tegra234 APE support (Joel Slebodnick) [2122417]
- ASoC: dt-bindings: tegra: Few more Tegra210 AHUB modules (Joel Slebodnick) [2122417]
* Thu Feb 16 2023 Luis Claudio R. Goncalves <lgoncalv@redhat.com> [5.14.0-274.rt14.274.el9]
- [rt] build kernel-rt-5.14.0-274.rt14.274.el9 [2125474]
- arm64: dts: qcom: sc8280xp: fix UFS DMA coherency (Adrien Thierry) [2159516]

View File

@ -1,4 +1,4 @@
SHA512 (kernel-abi-whitelists-5.13.0-1.tar.bz2) = ceba454e1f590c1e4ef4115a75463ae3ac2c2aa7ec85fa14a2669d666c421483a38225ee19d7d72b4ac7032375741408b23543e43588538c80161ec0cf57051c
SHA512 (linux-5.14.0-274.rt14.274.el9.tar.xz) = 767ca659ee1776b023930cbc5f44a7b4174e933fdd1d12ac73db3e3885d9b3f5f75b838a3eaa851f59a07527c65aa40f59233c61202256f460e89480d8db8b31
SHA512 (kernel-abi-stablelists-5.14.0-274.rt14.274.el9.tar.bz2) = 4c701d9a26a032f19b063677b9e3b3db52790ad03c5942e3d20d7ea25a5c7b9d47ca225bda0d9a08bacc468be005aecce57e2436e9f15f2ea16483d03a0783d3
SHA512 (kernel-kabi-dw-5.14.0-274.rt14.274.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578
SHA512 (linux-5.14.0-275.rt14.275.el9.tar.xz) = eb1dd2a57d0932c9a97caa94d9dc449cdde7e3fb8dbda16e09e813b316fa82d6ff9e2684d7e0997e7c90d7063bd42ebc738f658339b78273ca1351fa2a5bff6b
SHA512 (kernel-abi-stablelists-5.14.0-275.rt14.275.el9.tar.bz2) = 0d63b846853463812c19080555dc9411875c514f8fc975f3fc87572fcb406d6f21e6e92c59b59ba4405f13fc2b459d43d22bb543f52ac406bb04cd4012e48794
SHA512 (kernel-kabi-dw-5.14.0-275.rt14.275.el9.tar.bz2) = 565f812fa83a756ef7b91219031cfe80b1e853f22b4ed38ada76aed482caaf89df35e4d220f45728392765a757f8b0798e3b5a57fee0114e1d0379e887772578