Skip to content

Commit a91d469

Browse files
author
Herton R. Krzesinski
committed
[redhat] kernel-5.14.0-233.el9
Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
1 parent 5aacef9 commit a91d469

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-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 = 232
15+
RHEL_RELEASE = 233
1616

1717
#
1818
# ZSTREAM

redhat/kernel.changelog-9.2

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
* Wed Jan 11 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-233.el9]
2+
- config: Enable TDX Guest (Wander Lairson Costa) [1955275]
3+
- x86/tdx: mark TDX as a preview (Wander Lairson Costa) [1955275]
4+
- x86/tdx: Panic on bad configs that #VE on "private" memory access (Wander Lairson Costa) [1955275]
5+
- x86/tdx: Prepare for using "INFO" call for a second purpose (Wander Lairson Costa) [1955275]
6+
- x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared page (Wander Lairson Costa) [1955275]
7+
- x86/tdx: Clarify RIP adjustments in #VE handler (Wander Lairson Costa) [1955275]
8+
- swiotlb: merge swiotlb-xen initialization into swiotlb (Wander Lairson Costa) [1955275]
9+
- x86/kaslr: Fix build warning in KASLR code in boot stub (Wander Lairson Costa) [1955275]
10+
- x86/tdx: Fix early #VE handling (Wander Lairson Costa) [1955275]
11+
- x86/tdx: Fix RETs in TDX asm (Wander Lairson Costa) [1955275]
12+
- x86/tdx: Annotate a noreturn function (Wander Lairson Costa) [1955275]
13+
- x86/mm: Fix spacing within memory encryption features message (Wander Lairson Costa) [1955275]
14+
- x86/apic: Do apic driver probe for "nosmp" use case (Wander Lairson Costa) [1955275]
15+
- arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region (Wander Lairson Costa) [1955275]
16+
- tools arch x86: Sync the msr-index.h copy with the kernel sources (Wander Lairson Costa) [1955275]
17+
- x86/Kconfig: Only enable CONFIG_CC_HAS_IBT for clang >= 14.0.0 (Wander Lairson Costa) [1955275]
18+
- selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage (Wander Lairson Costa) [1955275]
19+
- x86/sev-es: Use insn_decode_mmio() for MMIO implementation (Wander Lairson Costa) [1955275]
20+
- x86/insn-eval: Handle insn_get_opcode() failure (Wander Lairson Costa) [1955275]
21+
- Documentation/x86: Document TDX kernel architecture (Wander Lairson Costa) [1955275]
22+
- ACPICA: Avoid cache flush inside virtual machines (Wander Lairson Costa) [1955275]
23+
- x86/tdx/ioapic: Add shared bit for IOAPIC base address (Wander Lairson Costa) [1955275]
24+
- x86/mm: Make DMA memory shared for TD guest (Wander Lairson Costa) [1955275]
25+
- x86/mm/cpa: Add support for TDX shared memory (Wander Lairson Costa) [1955275]
26+
- x86/tdx: Make pages shared in ioremap() (Wander Lairson Costa) [1955275]
27+
- x86/topology: Disable CPU online/offline control for TDX guests (Wander Lairson Costa) [1955275]
28+
- x86/boot: Avoid #VE during boot for TDX platforms (Wander Lairson Costa) [1955275]
29+
- x86/boot: Set CR0.NE early and keep it set during the boot (Wander Lairson Costa) [1955275]
30+
- x86/acpi/x86/boot: Add multiprocessor wake-up support (Wander Lairson Costa) [1955275]
31+
- x86/boot: Add a trampoline for booting APs via firmware handoff (Wander Lairson Costa) [1955275]
32+
- x86/tdx: Wire up KVM hypercalls (Wander Lairson Costa) [1955275]
33+
- x86/tdx: Port I/O: Add early boot support (Wander Lairson Costa) [1955275]
34+
- x86/tdx: Port I/O: Add runtime hypercalls (Wander Lairson Costa) [1955275]
35+
- x86/boot: Port I/O: Add decompression-time support for TDX (Wander Lairson Costa) [1955275]
36+
- x86/boot: Port I/O: Allow to hook up alternative helpers (Wander Lairson Costa) [1955275]
37+
- x86: Consolidate port I/O helpers (Wander Lairson Costa) [1955275]
38+
- x86: Adjust types used in port I/O helpers (Wander Lairson Costa) [1955275]
39+
- x86/tdx: Detect TDX at early kernel decompression time (Wander Lairson Costa) [1955275]
40+
- x86/tdx: Handle in-kernel MMIO (Wander Lairson Costa) [1955275]
41+
- x86/tdx: Handle CPUID via #VE (Wander Lairson Costa) [1955275]
42+
- x86/tdx: Add MSR support for TDX guests (Wander Lairson Costa) [1955275]
43+
- x86/tdx: Add HLT support for TDX guests (Wander Lairson Costa) [1955275]
44+
- x86/traps: Add #VE support for TDX guest (Wander Lairson Costa) [1955275]
45+
- x86/traps: Refactor exc_general_protection() (Wander Lairson Costa) [1955275]
46+
- x86/tdx: Exclude shared bit from __PHYSICAL_MASK (Wander Lairson Costa) [1955275]
47+
- x86/tdx: Extend the confidential computing API to support TDX guests (Wander Lairson Costa) [1955275]
48+
- x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions (Wander Lairson Costa) [1955275]
49+
- x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers (Wander Lairson Costa) [1955275]
50+
- x86/tdx: Detect running as a TDX guest in early boot (Wander Lairson Costa) [1955275]
51+
- Documentation: Add x86/amd_hsmp driver (Wander Lairson Costa) [1955275]
52+
- x86/insn-eval: Introduce insn_decode_mmio() (Wander Lairson Costa) [1955275]
53+
- x86/insn-eval: Introduce insn_get_modrm_reg_ptr() (Wander Lairson Costa) [1955275]
54+
- x86/iopl: Fake iopl(3) CLI/STI usage (Wander Lairson Costa) [1955275]
55+
Resolves: rhbz#1955275
56+
157
* Tue Jan 10 2023 Herton R. Krzesinski <herton@redhat.com> [5.14.0-232.el9]
258
- ACPI: x86: s2idle: Stop using AMD specific codepath for Rembrandt+ (David Arcari) [2158310]
359
- ACPI: x86: s2idle: Force AMD GUID/_REV 2 on HP Elitebook 865 (David Arcari) [2158310]

0 commit comments

Comments
 (0)