forked from rpms/kernel
kernel-5.14.0-275.el9
* Thu Feb 16 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-275.el9] - 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#2165757, rhbz#2165755, rhbz#2165633, rhbz#2144645, rhbz#2035694, rhbz#2162957, rhbz#2164511, rhbz#2122417 Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
This commit is contained in:
parent
18c602d958
commit
15baec6945
@ -12,7 +12,7 @@ RHEL_MINOR = 2
|
|||||||
#
|
#
|
||||||
# Use this spot to avoid future merge conflicts.
|
# Use this spot to avoid future merge conflicts.
|
||||||
# Do not trim this comment.
|
# Do not trim this comment.
|
||||||
RHEL_RELEASE = 274
|
RHEL_RELEASE = 275
|
||||||
|
|
||||||
#
|
#
|
||||||
# ZSTREAM
|
# ZSTREAM
|
||||||
|
58
kernel.spec
58
kernel.spec
@ -149,15 +149,15 @@ Summary: The Linux kernel
|
|||||||
# define buildid .local
|
# define buildid .local
|
||||||
%define specversion 5.14.0
|
%define specversion 5.14.0
|
||||||
%define patchversion 5.14
|
%define patchversion 5.14
|
||||||
%define pkgrelease 274
|
%define pkgrelease 275
|
||||||
%define kversion 5
|
%define kversion 5
|
||||||
%define tarfile_release 5.14.0-274.el9
|
%define tarfile_release 5.14.0-275.el9
|
||||||
# This is needed to do merge window version magic
|
# This is needed to do merge window version magic
|
||||||
%define patchlevel 14
|
%define patchlevel 14
|
||||||
# This allows pkg_release to have configurable %%{?dist} tag
|
# This allows pkg_release to have configurable %%{?dist} tag
|
||||||
%define specrelease 274%{?buildid}%{?dist}
|
%define specrelease 275%{?buildid}%{?dist}
|
||||||
# This defines the kabi tarball version
|
# This defines the kabi tarball version
|
||||||
%define kabiversion 5.14.0-274.el9
|
%define kabiversion 5.14.0-275.el9
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of genspec.sh variables
|
# End of genspec.sh variables
|
||||||
@ -3414,6 +3414,56 @@ fi
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 16 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-275.el9]
|
||||||
|
- 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 Herton R. Krzesinski <herton@redhat.com> [5.14.0-274.el9]
|
* Thu Feb 16 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-274.el9]
|
||||||
- arm64: dts: qcom: sc8280xp: fix UFS DMA coherency (Adrien Thierry) [2159516]
|
- arm64: dts: qcom: sc8280xp: fix UFS DMA coherency (Adrien Thierry) [2159516]
|
||||||
- arm64: dts: qcom: sa8540p-ride: enable PCIe support (Adrien Thierry) [2159516]
|
- arm64: dts: qcom: sa8540p-ride: enable PCIe support (Adrien Thierry) [2159516]
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (linux-5.14.0-274.el9.tar.xz) = 38612ba8b8659cb7928531d74a9983497045ff8f20c5c78eca1466b054e0e31c0e195abb4efbca1b243170ceb32cf2fea157ce9f1947cd338c51c0ea0704b3b9
|
SHA512 (linux-5.14.0-275.el9.tar.xz) = 739ec09e299df8d208775cef7054adb991411ebb716a2d62d3b84749c0afadeee13bac06420713e7d9aae016f9306500fd797f521d008b786070062fe97000a8
|
||||||
SHA512 (kernel-abi-stablelists-5.14.0-274.el9.tar.bz2) = 43b2f97b697980c289f9bcd600b78a70129c8c09b019ed5cbd78ebaad10c6a969bbc6d895417c8afc04f0509c767348d65ef7a4108425278cd4c3fdbb54824be
|
SHA512 (kernel-abi-stablelists-5.14.0-275.el9.tar.bz2) = 3dee54eadfa4c0fcc615e6d8aa17f3cd21e7be7df2ab5556b3a052d7a1ea788f7aceb673c5dfe45aa55865c8a6c94d7a6a8a53de8563139885e821c8c1e6c244
|
||||||
SHA512 (kernel-kabi-dw-5.14.0-274.el9.tar.bz2) = 12a8f104da360adf8d229f93e91bd658335660cd7ec9052c94ee14b5f582b0448f30a53ff1324e140430653b73674410331da9d546dc67e9d42a2cccbd410ec9
|
SHA512 (kernel-kabi-dw-5.14.0-275.el9.tar.bz2) = 44c8c939f64cfb19c7ae124546968d8518932939bb6f268be601cf64ed351bd6c08ccb4375130d5bc1f310be6edfb66a5dad9fb56e04f0a205c4d83b56d9dabe
|
||||||
|
Loading…
Reference in New Issue
Block a user