Skip to content

Commit e35703d

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-275.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent c68859c commit e35703d

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

Makefile.rhelver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RHEL_MINOR = 2
1212
#
1313
# Use this spot to avoid future merge conflicts.
1414
# Do not trim this comment.
15-
RHEL_RELEASE = 274
15+
RHEL_RELEASE = 275
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
* Thu Feb 16 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-275.el9]
2+
- cifs: serialize all mount attempts (Ronnie Sahlberg) [2165757]
3+
- cifs: fix potential double free during failed mount (Ronnie Sahlberg) [2165755]
4+
- EDAC/amd64: Handle three rank interleaving mode (Aristeu Rozanski) [2165633]
5+
- memory: tegra: Add DLA clients for Tegra234 (Joel Slebodnick) [2144645]
6+
- dt-bindings: tegra: Update headers for Tegra234 (Joel Slebodnick) [2144645]
7+
- KVM: x86: smm: preserve interrupt shadow in SMRAM (Maxim Levitsky) [2035694]
8+
- KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable (Maxim Levitsky) [2035694]
9+
- KVM: x86: SVM: use smram structs (Maxim Levitsky) [2035694]
10+
- KVM: svm: drop explicit return value of kvm_vcpu_map (Maxim Levitsky) [2035694]
11+
- KVM: x86: smm: use smram struct for 64 bit smram load/restore (Maxim Levitsky) [2035694]
12+
- KVM: x86: smm: use smram struct for 32 bit smram load/restore (Maxim Levitsky) [2035694]
13+
- KVM: x86: smm: use smram structs in the common code (Maxim Levitsky) [2035694]
14+
- KVM: x86: smm: add structs for KVM's smram layout (Maxim Levitsky) [2035694]
15+
- KVM: x86: smm: check for failures on smm entry (Maxim Levitsky) [2035694]
16+
- KVM: x86: do not go through ctxt->ops when emulating rsm (Maxim Levitsky) [2035694]
17+
- KVM: x86: move SMM exit to a new file (Maxim Levitsky) [2035694]
18+
- KVM: x86: move SMM entry to a new file (Maxim Levitsky) [2035694]
19+
- KVM: x86: start moving SMM-related functions to new files (Maxim Levitsky) [2035694]
20+
- bug: introduce ASSERT_STRUCT_OFFSET (Maxim Levitsky) [2035694]
21+
- KVM: x86: Rename and expose helper to detect if INIT/SIPI are allowed (Maxim Levitsky) [2035694]
22+
- KVM: x86: smm: number of GPRs in the SMRAM image depends on the image format (Maxim Levitsky) [2035694]
23+
- KVM: x86: emulator: update the emulation mode after CR0 write (Maxim Levitsky) [2035694]
24+
- KVM: x86: emulator: update the emulation mode after rsm (Maxim Levitsky) [2035694]
25+
- KVM: x86: emulator: introduce emulator_recalc_and_set_mode (Maxim Levitsky) [2035694]
26+
- KVM: x86: emulator: em_sysexit should update ctxt->mode (Maxim Levitsky) [2035694]
27+
- tty: serial: qcom_geni: avoid duplicate struct member init (Alessandro Carminati) [2162957]
28+
- tty: serial: qcom-geni-serial: Add support for Hibernation feature (Alessandro Carminati) [2162957]
29+
- tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros. (Alessandro Carminati) [2162957]
30+
- serial: Make ->set_termios() old ktermios const (Alessandro Carminati) [2162957]
31+
- tty: serial: qcom-geni-serial: Fix %%lu -> %%u in print statements (Alessandro Carminati) [2162957]
32+
- tty: serial: qcom-geni-serial: Fix get_clk_div_rate() which otherwise could return a sub-optimal clock rate. (Alessandro Carminati) [2162957]
33+
- tty: serial: qcom-geni-serial: Implement start_rx callback (Alessandro Carminati) [2162957]
34+
- serial: core: Introduce callback for start_rx and do stop_rx in suspend only if this callback implementation is present. (Alessandro Carminati) [2162957]
35+
- serial: qcom_geni_serial: Disable MMIO tracing for geni serial (Alessandro Carminati) [2162957]
36+
- tty: serial: qcom-geni-serial: Remove uart frequency table. Instead, find suitable frequency with call to clk_round_rate. (Alessandro Carminati) [2162957]
37+
- serial: core: Do stop_rx in suspend path for console if console_suspend is disabled (Alessandro Carminati) [2162957]
38+
- serial: qcom: use check for empty instead of pending (Alessandro Carminati) [2162957]
39+
- serial: make uart_console_write->putchar()'s character an unsigned char (Alessandro Carminati) [2162957]
40+
- PCI: qcom-ep: Setup PHY to work in EP mode (Shawn Doherty) [2164511]
41+
- PCI: qcom: Setup PHY to work in RC mode (Shawn Doherty) [2164511]
42+
- PCI: qcom: Fix error message for reset_control_assert() (Shawn Doherty) [2164511]
43+
- PCI: qcom: Add basic interconnect support (Shawn Doherty) [2164511]
44+
- dt-bindings: PCI: qcom: Allow 'dma-coherent' property (Shawn Doherty) [2164511]
45+
- dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects (Shawn Doherty) [2164511]
46+
- ASoC: tegra: Add binding doc for OPE module (Joel Slebodnick) [2122417]
47+
- ASoC: tegra: Add binding doc for ASRC module (Joel Slebodnick) [2122417]
48+
- ASoC: Document Tegra234 APE support (Joel Slebodnick) [2122417]
49+
- ASoC: dt-bindings: tegra: Few more Tegra210 AHUB modules (Joel Slebodnick) [2122417]
50+
Resolves: rhbz#2165757, rhbz#2165755, rhbz#2165633, rhbz#2144645, rhbz#2035694, rhbz#2162957, rhbz#2164511, rhbz#2122417
51+
152
* Thu Feb 16 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-274.el9]
253
- arm64: dts: qcom: sc8280xp: fix UFS DMA coherency (Adrien Thierry) [2159516]
354
- arm64: dts: qcom: sa8540p-ride: enable PCIe support (Adrien Thierry) [2159516]

0 commit comments

Comments
 (0)