|
| 1 | +* Tue Jan 28 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-558.el9] |
| 2 | +- PCI: Batch BAR sizing operations (Myron Stowe) [RHEL-76025] |
| 3 | +- powerpc/pseries/eeh: Fix get PE state translation (Mamatha Inamdar) [RHEL-74250] |
| 4 | +- Bluetooth: iso: Fix circular lock in iso_listen_bis (CKI Backport Bot) [RHEL-73661] {CVE-2024-54460} |
| 5 | +- CI: Enable pipelines for rt-64k variant (Juri Lelli) [RHEL-70289] |
| 6 | +- redhat: Add kernel-rt-64k variant (Juri Lelli) [RHEL-70289] |
| 7 | +- Bluetooth: hci_core: Fix sleeping function called from invalid context (CKI Backport Bot) [RHEL-74112] {CVE-2024-57894} |
| 8 | +- Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc (Bastien Nocera) [RHEL-72279] |
| 9 | +- Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create() (CKI Backport Bot) [RHEL-72279] {CVE-2024-56605} |
| 10 | +- redhat/configs: set new PKEY_UV option on s390 (Mete Durlu) [RHEL-50782] |
| 11 | +- s390/crypto: Add hardware acceleration for full AES-XTS mode (Mete Durlu) [RHEL-50783] |
| 12 | +- s390/crypto: Postpone the key split to key conversion (Mete Durlu) [RHEL-50783] |
| 13 | +- s390/crypto: Introduce function for tokenize clearkeys (Mete Durlu) [RHEL-50783] |
| 14 | +- s390/crypto: Generalize parameters for key conversion (Mete Durlu) [RHEL-50783] |
| 15 | +- s390/crypto: Use module-local structures for protected keys (Mete Durlu) [RHEL-50783] |
| 16 | +- s390/crypto: Convert to reverse x-mas tree, rename ret to rc (Mete Durlu) [RHEL-50783] |
| 17 | +- s390/pkey: Tolerate larger key blobs (Mete Durlu) [RHEL-50783] |
| 18 | +- s390/pkey: Add new pkey handler module pkey-uv (Mete Durlu) [RHEL-50782] |
| 19 | +- s390/pkey: Build module name array selectively based on kernel config options (Mete Durlu) [RHEL-50782] |
| 20 | +- s390/pkey: Fix checkpatch findings in pkey header file (Mete Durlu) [RHEL-50782] |
| 21 | +- s390/pkey: Rework pkey verify for protected keys (Mete Durlu) [RHEL-50782] |
| 22 | +- s390/pkey: Simplify protected key length calculation code (Mete Durlu) [RHEL-50782] |
| 23 | +- s390/zcrypt: Cleanup include zcrypt_api.h (Mete Durlu) [RHEL-50782] |
| 24 | +- s390/uv: export prot_virt_guest symbol in uv (Mete Durlu) [RHEL-50782] |
| 25 | +- cxl/core: Return error when cxl_endpoint_gather_bandwidth() handles a non-PCI device (John W. Linville) [RHEL-67033] |
| 26 | +- cxl/pci: Check Mem_info_valid bit for each applicable DVSEC (John W. Linville) [RHEL-67033] |
| 27 | +- cxl/pci: Remove duplicated implementation of waiting for memory_info_valid (John W. Linville) [RHEL-67033] |
| 28 | +- cxl: Calculate region bandwidth of targets with shared upstream link (John W. Linville) [RHEL-67033] |
| 29 | +- cxl: Preserve the CDAT access_coordinate for an endpoint (John W. Linville) [RHEL-67033] |
| 30 | +- EINJ, CXL: Fix CXL device SBDF calculation (John W. Linville) [RHEL-67033] |
| 31 | +- cxl/port: Prevent out-of-order decoder allocation (John W. Linville) [RHEL-67033] |
| 32 | +- cxl/acpi: Ensure ports ready at cxl_acpi_probe() return (John W. Linville) [RHEL-67033] |
| 33 | +- cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices() (John W. Linville) [RHEL-67033] |
| 34 | +- cxl/port: Fix CXL port initialization order when the subsystem is built-in (John W. Linville) [RHEL-67033] |
| 35 | +- cxl/events: Fix Trace DRAM Event Record (John W. Linville) [RHEL-67033] |
| 36 | +- cxl/pci: Fix to record only non-zero ranges (John W. Linville) [RHEL-67033] |
| 37 | +- cxl/test: Skip cxl_setup_parent_dport() for emulated dports (John W. Linville) [RHEL-67033] |
| 38 | +- cxl/pci: Get AER capability address from RCRB only for RCH dport (John W. Linville) [RHEL-67033] |
| 39 | +- cxl/region: Verify target positions using the ordered target list (John W. Linville) [RHEL-67033] |
| 40 | +- cxl: Restore XOR'd position bits during address translation (John W. Linville) [RHEL-67033] |
| 41 | +- cxl/core: Fix incorrect vendor debug UUID define (John W. Linville) [RHEL-67033] |
| 42 | +- hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dma (Tony Camuso) [RHEL-65221] |
| 43 | +- hid: intel-ish-hid: Add support for vendor customized firmware loading (Tony Camuso) [RHEL-65221] |
| 44 | +- HID: intel-ish-hid: Use CPU generation string in driver_data (Tony Camuso) [RHEL-65221] |
| 45 | +- HID: intel-ish-hid: Remove unused declarations (Tony Camuso) [RHEL-65221] |
| 46 | +- HID: intel-ish-hid: fix endian-conversion (Tony Camuso) [RHEL-65221] |
| 47 | +- HID: intel-ish-hid: add MODULE_DESCRIPTION() (Tony Camuso) [RHEL-65221] |
| 48 | +- HID: intel-ish-hid: fix ishtp_wait_resume() kernel-doc (Tony Camuso) [RHEL-65221] |
| 49 | +- HID: intel-ish-hid: Fix build error for COMPILE_TEST (Tony Camuso) [RHEL-65221] |
| 50 | +- HID: intel-ish-hid: handler multiple MNG_RESET_NOTIFY messages (Tony Camuso) [RHEL-65221] |
| 51 | +- HID: intel-ish-hid: Implement loading firmware from host feature (Tony Camuso) [RHEL-65221] |
| 52 | +- HID: intel-ish-hid: Add driver_data for specifying the firmware filename (Tony Camuso) [RHEL-65221] |
| 53 | +- HID: intel-ish-hid: ipc: Add Lunar Lake-M PCI device ID (Tony Camuso) [RHEL-65221] |
| 54 | +- HID: intel-ish-hid: Use PCI_VDEVICE() and rename device ID macros (Tony Camuso) [RHEL-65221] |
| 55 | +Resolves: RHEL-50782, RHEL-50783, RHEL-65221, RHEL-67033, RHEL-70289, RHEL-72279, RHEL-73661, RHEL-74112, RHEL-74250, RHEL-76025 |
| 56 | + |
1 | 57 | * Mon Jan 27 2025 Patrick Talbert <ptalbert@redhat.com> [5.14.0-557.el9] |
2 | 58 | - ipvlan: Support bonding events (Hangbin Liu) [RHEL-73836] |
3 | 59 | - ipvlan: handle NETDEV_DOWN event (Hangbin Liu) [RHEL-73836] |
|
0 commit comments