diff --git a/Makefile.rhelver b/Makefile.rhelver index 0ec7d56235c4..439cc06cea82 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 2 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 232 +RHEL_RELEASE = 233 # # ZSTREAM diff --git a/redhat/kernel.changelog-9.2 b/redhat/kernel.changelog-9.2 index 2448a9b413f6..8963b90dc3db 100644 --- a/redhat/kernel.changelog-9.2 +++ b/redhat/kernel.changelog-9.2 @@ -1,3 +1,59 @@ +* Wed Jan 11 2023 Herton R. Krzesinski [5.14.0-233.el9] +- config: Enable TDX Guest (Wander Lairson Costa) [1955275] +- x86/tdx: mark TDX as a preview (Wander Lairson Costa) [1955275] +- x86/tdx: Panic on bad configs that #VE on "private" memory access (Wander Lairson Costa) [1955275] +- x86/tdx: Prepare for using "INFO" call for a second purpose (Wander Lairson Costa) [1955275] +- x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared page (Wander Lairson Costa) [1955275] +- x86/tdx: Clarify RIP adjustments in #VE handler (Wander Lairson Costa) [1955275] +- swiotlb: merge swiotlb-xen initialization into swiotlb (Wander Lairson Costa) [1955275] +- x86/kaslr: Fix build warning in KASLR code in boot stub (Wander Lairson Costa) [1955275] +- x86/tdx: Fix early #VE handling (Wander Lairson Costa) [1955275] +- x86/tdx: Fix RETs in TDX asm (Wander Lairson Costa) [1955275] +- x86/tdx: Annotate a noreturn function (Wander Lairson Costa) [1955275] +- x86/mm: Fix spacing within memory encryption features message (Wander Lairson Costa) [1955275] +- x86/apic: Do apic driver probe for "nosmp" use case (Wander Lairson Costa) [1955275] +- arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region (Wander Lairson Costa) [1955275] +- tools arch x86: Sync the msr-index.h copy with the kernel sources (Wander Lairson Costa) [1955275] +- x86/Kconfig: Only enable CONFIG_CC_HAS_IBT for clang >= 14.0.0 (Wander Lairson Costa) [1955275] +- selftests/x86/iopl: Adjust to the faked iopl CLI/STI usage (Wander Lairson Costa) [1955275] +- x86/sev-es: Use insn_decode_mmio() for MMIO implementation (Wander Lairson Costa) [1955275] +- x86/insn-eval: Handle insn_get_opcode() failure (Wander Lairson Costa) [1955275] +- Documentation/x86: Document TDX kernel architecture (Wander Lairson Costa) [1955275] +- ACPICA: Avoid cache flush inside virtual machines (Wander Lairson Costa) [1955275] +- x86/tdx/ioapic: Add shared bit for IOAPIC base address (Wander Lairson Costa) [1955275] +- x86/mm: Make DMA memory shared for TD guest (Wander Lairson Costa) [1955275] +- x86/mm/cpa: Add support for TDX shared memory (Wander Lairson Costa) [1955275] +- x86/tdx: Make pages shared in ioremap() (Wander Lairson Costa) [1955275] +- x86/topology: Disable CPU online/offline control for TDX guests (Wander Lairson Costa) [1955275] +- x86/boot: Avoid #VE during boot for TDX platforms (Wander Lairson Costa) [1955275] +- x86/boot: Set CR0.NE early and keep it set during the boot (Wander Lairson Costa) [1955275] +- x86/acpi/x86/boot: Add multiprocessor wake-up support (Wander Lairson Costa) [1955275] +- x86/boot: Add a trampoline for booting APs via firmware handoff (Wander Lairson Costa) [1955275] +- x86/tdx: Wire up KVM hypercalls (Wander Lairson Costa) [1955275] +- x86/tdx: Port I/O: Add early boot support (Wander Lairson Costa) [1955275] +- x86/tdx: Port I/O: Add runtime hypercalls (Wander Lairson Costa) [1955275] +- x86/boot: Port I/O: Add decompression-time support for TDX (Wander Lairson Costa) [1955275] +- x86/boot: Port I/O: Allow to hook up alternative helpers (Wander Lairson Costa) [1955275] +- x86: Consolidate port I/O helpers (Wander Lairson Costa) [1955275] +- x86: Adjust types used in port I/O helpers (Wander Lairson Costa) [1955275] +- x86/tdx: Detect TDX at early kernel decompression time (Wander Lairson Costa) [1955275] +- x86/tdx: Handle in-kernel MMIO (Wander Lairson Costa) [1955275] +- x86/tdx: Handle CPUID via #VE (Wander Lairson Costa) [1955275] +- x86/tdx: Add MSR support for TDX guests (Wander Lairson Costa) [1955275] +- x86/tdx: Add HLT support for TDX guests (Wander Lairson Costa) [1955275] +- x86/traps: Add #VE support for TDX guest (Wander Lairson Costa) [1955275] +- x86/traps: Refactor exc_general_protection() (Wander Lairson Costa) [1955275] +- x86/tdx: Exclude shared bit from __PHYSICAL_MASK (Wander Lairson Costa) [1955275] +- x86/tdx: Extend the confidential computing API to support TDX guests (Wander Lairson Costa) [1955275] +- x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions (Wander Lairson Costa) [1955275] +- x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers (Wander Lairson Costa) [1955275] +- x86/tdx: Detect running as a TDX guest in early boot (Wander Lairson Costa) [1955275] +- Documentation: Add x86/amd_hsmp driver (Wander Lairson Costa) [1955275] +- x86/insn-eval: Introduce insn_decode_mmio() (Wander Lairson Costa) [1955275] +- x86/insn-eval: Introduce insn_get_modrm_reg_ptr() (Wander Lairson Costa) [1955275] +- x86/iopl: Fake iopl(3) CLI/STI usage (Wander Lairson Costa) [1955275] +Resolves: rhbz#1955275 + * Tue Jan 10 2023 Herton R. Krzesinski [5.14.0-232.el9] - ACPI: x86: s2idle: Stop using AMD specific codepath for Rembrandt+ (David Arcari) [2158310] - ACPI: x86: s2idle: Force AMD GUID/_REV 2 on HP Elitebook 865 (David Arcari) [2158310]