|
| 1 | +* Tue Aug 20 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-501.el9] |
| 2 | +- x86/bhi: Avoid warning in #DB handler due to BHI mitigation (Waiman Long) [RHEL-53662 RHEL-53665] {CVE-2024-42240} |
| 3 | +- redhat: Fix the ownership of /lib/modules/<kversion> directory (Vitaly Kuznetsov) [RHEL-21034] |
| 4 | +- move ownership of /lib/modules/<ver>/ to kernel-core (Thorsten Leemhuis) [RHEL-21034] |
| 5 | +- KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns (Paolo Bonzini) [RHEL-32435] |
| 6 | +- KVM: extend kvm_range_has_memory_attributes() to check subset of attributes (Paolo Bonzini) [RHEL-32435] |
| 7 | +- KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes() (Paolo Bonzini) [RHEL-32435] |
| 8 | +- KVM: guest_memfd: move check for already-populated page to common code (Paolo Bonzini) [RHEL-32435] |
| 9 | +- KVM: remove kvm_arch_gmem_prepare_needed() (Paolo Bonzini) [RHEL-32435] |
| 10 | +- KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvm (Paolo Bonzini) [RHEL-32435] |
| 11 | +- KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest (Paolo Bonzini) [RHEL-32435] |
| 12 | +- KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfn (Paolo Bonzini) [RHEL-32435] |
| 13 | +- KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_* (Paolo Bonzini) [RHEL-32435] |
| 14 | +- KVM: guest_memfd: do not go through struct page (Paolo Bonzini) [RHEL-32435] |
| 15 | +- KVM: guest_memfd: delay folio_mark_uptodate() until after successful preparation (Paolo Bonzini) [RHEL-32435] |
| 16 | +- KVM: guest_memfd: return folio from __kvm_gmem_get_pfn() (Paolo Bonzini) [RHEL-32435] |
| 17 | +- KVM: x86: Eliminate log spam from limited APIC timer periods (Paolo Bonzini) [RHEL-32435] |
| 18 | +- KVM: SVM: Use sev_es_host_save_area() helper when initializing tsc_aux (Paolo Bonzini) [RHEL-32435] |
| 19 | +- KVM: SVM: Force sev_es_host_save_area() to be inlined (for noinstr usage) (Paolo Bonzini) [RHEL-32435] |
| 20 | +- KVM: SVM: Consider NUMA affinity when allocating per-CPU save_area (Paolo Bonzini) [RHEL-32435] |
| 21 | +- KVM: SVM: not account memory allocation for per-CPU svm_data (Paolo Bonzini) [RHEL-32435] |
| 22 | +- KVM: SVM: remove useless input parameter in snp_safe_alloc_page (Paolo Bonzini) [RHEL-32435] |
| 23 | +- KVM: Validate hva in kvm_gpc_activate_hva() to fix __kvm_gpc_refresh() WARN (Paolo Bonzini) [RHEL-32435] |
| 24 | +- KVM: interrupt kvm_gmem_populate() on signals (Paolo Bonzini) [RHEL-32435] |
| 25 | +- KVM: Stop processing *all* memslots when "null" mmu_notifier handler is found (Paolo Bonzini) [RHEL-32435] |
| 26 | +- KVM: Fix a data race on last_boosted_vcpu in kvm_vcpu_on_spin() (Paolo Bonzini) [RHEL-32435] |
| 27 | +- KVM: selftests: x86: Prioritize getting max_gfn from GuestPhysBits (Paolo Bonzini) [RHEL-32435] |
| 28 | +- KVM: selftests: Fix shift of 32 bit unsigned int more than 32 bits (Paolo Bonzini) [RHEL-32435] |
| 29 | +- KVM: Discard zero mask with function kvm_dirty_ring_reset (Paolo Bonzini) [RHEL-32435] |
| 30 | +- virt: guest_memfd: fix reference leak on hwpoisoned page (Paolo Bonzini) [RHEL-32435] |
| 31 | +- kvm: do not account temporary allocations to kmem (Paolo Bonzini) [RHEL-32435] |
| 32 | +- KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routes (Paolo Bonzini) [RHEL-32435] |
| 33 | +- KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright masked (Paolo Bonzini) [RHEL-32435] |
| 34 | +- net: ntb_netdev: Move ntb_netdev_rx_handler() to call netif_rx() from __netif_rx() (Myron Stowe) [RHEL-51754] {CVE-2024-42110} |
| 35 | +- Disable NVGRACE_GPU_VFIO_PCI CONFIG for now (Donald Dutile) [RHEL-36542] |
| 36 | +- vfio/nvgrace-gpu: Convey kvm to map device memory region as noncached (Donald Dutile) [RHEL-36544] |
| 37 | +- vfio: Convey kvm that the vfio-pci device is wc safe (Donald Dutile) [RHEL-36543] |
| 38 | +- vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper (Donald Dutile) [RHEL-36542] |
| 39 | +- x86/bugs: Extend VMware Retbleed workaround to Nehalem & earlier CPUs (Waiman Long) [RHEL-48649] |
| 40 | +- ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340 (Ewan D. Milne) [RHEL-23829] |
| 41 | +- ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSD (Ewan D. Milne) [RHEL-23829] |
| 42 | +- ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240BX500SSD1 (Ewan D. Milne) [RHEL-23829] |
| 43 | +- ata: ahci: Do not apply Intel PCS quirk on Intel Alder Lake (Ewan D. Milne) [RHEL-23829] |
| 44 | +- ata: libata-core: Allow command duration limits detection for ACS-4 drives (Ewan D. Milne) [RHEL-23829] |
| 45 | +- ata: ahci: Add mask_port_map module parameter (Ewan D. Milne) [RHEL-23829] |
| 46 | +- scsi: ata: libata-sata: Factor out NCQ Priority configuration helpers (Ewan D. Milne) [RHEL-23829] |
| 47 | +- ahci: asm1064: asm1166: don't limit reported ports (Ewan D. Milne) [RHEL-23829] |
| 48 | +- ahci: print the number of implemented ports (Ewan D. Milne) [RHEL-23829] |
| 49 | +- ahci: asm1064: correct count of reported ports (Ewan D. Milne) [RHEL-23829] |
| 50 | +- ahci: rename board_ahci_nomsi (Ewan D. Milne) [RHEL-23829] |
| 51 | +- ahci: drop unused board_ahci_noncq (Ewan D. Milne) [RHEL-23829] |
| 52 | +- ahci: clean up ahci_broken_devslp quirk (Ewan D. Milne) [RHEL-23829] |
| 53 | +- ahci: rename board_ahci_nosntf (Ewan D. Milne) [RHEL-23829] |
| 54 | +- ahci: clean up intel_pcs_quirk (Ewan D. Milne) [RHEL-23829] |
| 55 | +- ata: ahci: Drop low power policy board type (Ewan D. Milne) [RHEL-23829] |
| 56 | +- ata: ahci: do not enable LPM on external ports (Ewan D. Milne) [RHEL-23829] |
| 57 | +- ata: ahci: drop hpriv param from ahci_update_initial_lpm_policy() (Ewan D. Milne) [RHEL-23829] |
| 58 | +- ata: ahci: a hotplug capable port is an external port (Ewan D. Milne) [RHEL-23829] |
| 59 | +- ata: ahci: move marking of external port earlier (Ewan D. Milne) [RHEL-23829] |
| 60 | +- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x parts (Ewan D. Milne) [RHEL-23829] |
| 61 | +- ahci: add 43-bit DMA address quirk for ASMedia ASM1061 controllers (Ewan D. Milne) [RHEL-23829] |
| 62 | +- ahci: asm1166: correct count of reported ports (Ewan D. Milne) [RHEL-23829] |
| 63 | +- ata: libata-sata: improve sysfs description for ATA_LPM_UNKNOWN (Ewan D. Milne) [RHEL-23829] |
| 64 | +- scsi: sd: Fix system start for ATA devices (Ewan D. Milne) [RHEL-23829] |
| 65 | +- scsi: Change SCSI device boolean fields to single bit flags (Ewan D. Milne) [RHEL-23829] |
| 66 | +- scsi: sd: Introduce manage_shutdown device flag (Ewan D. Milne) [RHEL-23829] |
| 67 | +- ata: libata-eh: Spinup disk on resume after revalidation (Ewan D. Milne) [RHEL-23829] |
| 68 | +- ata: xgene: Use of_device_get_match_data() (Ewan D. Milne) [RHEL-23829] |
| 69 | +- scsi: Remove scsi device no_start_on_resume flag (Ewan D. Milne) [RHEL-23829] |
| 70 | +- scsi: sd: Do not issue commands to suspended disks on shutdown (Ewan D. Milne) [RHEL-23829] |
| 71 | +- ata: libata: Annotate struct ata_cpr_log with __counted_by (Ewan D. Milne) [RHEL-23829] |
| 72 | +- ata: libata-scsi: Disable scsi device manage_system_start_stop (Ewan D. Milne) [RHEL-23829] |
| 73 | +- scsi: sd: Differentiate system and runtime start/stop management (Ewan D. Milne) [RHEL-23829] |
| 74 | +- ata: libata-scsi: link ata port and scsi device (Ewan D. Milne) [RHEL-23829] |
| 75 | +- ata: libata-core: Fix port and device removal (Ewan D. Milne) [RHEL-23829] |
| 76 | +- ata: libata-sata: increase PMP SRST timeout to 10s (Ewan D. Milne) [RHEL-23829] |
| 77 | +- scsi: core: ata: Do no try to probe for CDL on old drives (Ewan D. Milne) [RHEL-23829] |
| 78 | +- ata: libata-core: fetch sense data for successful commands iff CDL enabled (Ewan D. Milne) [RHEL-23829] |
| 79 | +- ata: ahci_xgene: fix parameter types of xgene_ahci_poll_reg_val() (Ewan D. Milne) [RHEL-23829] |
| 80 | +- ata: libata: fix parameter type of ata_deadline() (Ewan D. Milne) [RHEL-23829] |
| 81 | +- ata,scsi: do not issue START STOP UNIT on resume (Ewan D. Milne) [RHEL-23829] |
| 82 | +- ata: libata-core: fix when to fetch sense data for successful commands (Ewan D. Milne) [RHEL-23829] |
| 83 | +- scsi: ata: libata-scsi: Fix ata_msense_control kdoc comment (Ewan D. Milne) [RHEL-23829] |
| 84 | +- scsi: ata: libata: Handle completion of CDL commands using policy 0xD (Ewan D. Milne) [RHEL-23829] |
| 85 | +- scsi: ata: libata: Set read/write commands CDL index (Ewan D. Milne) [RHEL-23829] |
| 86 | +- scsi: ata: libata: Add ATA feature control sub-page translation (Ewan D. Milne) [RHEL-23829] |
| 87 | +- scsi: ata: libata-scsi: Add support for CDL pages mode sense (Ewan D. Milne) [RHEL-23829] |
| 88 | +- scsi: ata: libata-scsi: Handle CDL bits in ata_scsiop_maint_in() (Ewan D. Milne) [RHEL-23829] |
| 89 | +- scsi: ata: libata: Detect support for command duration limits (Ewan D. Milne) [RHEL-23829] |
| 90 | +- scsi: ata: libata: Change ata_eh_request_sense() to not set CHECK_CONDITION (Ewan D. Milne) [RHEL-23829] |
| 91 | +- ata: Use of_property_present() for testing DT property presence (Ewan D. Milne) [RHEL-23829] |
| 92 | +- ata: ahci: Rename CONFIG_SATA_LPM_POLICY configuration item back (Ewan D. Milne) [RHEL-23829] |
| 93 | +- ata: ahci: Rename CONFIG_SATA_LPM_MOBILE_POLICY configuration item (Ewan D. Milne) [RHEL-23829] |
| 94 | +- virt: efi_secret: Convert to platform remove callback returning void (Lenny Szubowicz) [RHEL-30322] |
| 95 | +- efi/libstub: Add get_event_log() support for CC platforms (Lenny Szubowicz) [RHEL-30322] |
| 96 | +- efi/libstub: Measure into CC protocol if TCG2 protocol is absent (Lenny Szubowicz) [RHEL-30322] |
| 97 | +- efi/libstub: Add Confidential Computing (CC) measurement typedefs (Lenny Szubowicz) [RHEL-30322] |
| 98 | +- efi/tpm: Use symbolic GUID name from spec for final events table (Lenny Szubowicz) [RHEL-30322] |
| 99 | +- efi/libstub: Use TPM event typedefs from the TCG PC Client spec (Lenny Szubowicz) [RHEL-30322] |
| 100 | +Resolves: RHEL-21034, RHEL-23829, RHEL-30322, RHEL-32435, RHEL-36542, RHEL-36543, RHEL-36544, RHEL-48649, RHEL-51754, RHEL-53662, RHEL-53665 |
| 101 | + |
1 | 102 | * Mon Aug 19 2024 Lucas Zampieri <lzampier@redhat.com> [5.14.0-500.el9] |
2 | 103 | - mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines (Chris von Recklinghausen) [RHEL-54027] {CVE-2024-42258} |
3 | 104 | - rtla/osnoise: set the default threshold to 1us (Luis Claudio R. Goncalves) [RHEL-50869] |
|
0 commit comments