|
| 1 | +* Thu Jun 05 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-592.el9] |
| 2 | +- drm: remove driver date from struct drm_driver and all drivers (Robert Foss) [RHEL-75950] |
| 3 | +- overflow: Introduce overflows_type() and castable_to_type() (Robert Foss) [RHEL-75950] |
| 4 | +- ASoC: hdmi-codec: move no_capture_mute to struct hdmi_codec_pdata (Robert Foss) [RHEL-75950] |
| 5 | +- ASoC: hdmi-codec: pass data to get_dai_id too (Robert Foss) [RHEL-75950] |
| 6 | +- kfifo: fix typos in kernel-doc (Robert Foss) [RHEL-75950] |
| 7 | +- kfifo: add kfifo_dma_out_prepare_mapped() (Robert Foss) [RHEL-75950] |
| 8 | +- kfifo: pass offset to setup_sgl_buf() instead of a pointer (Robert Foss) [RHEL-75950] |
| 9 | +- kfifo: rename l to len_to_end in setup_sgl() (Robert Foss) [RHEL-75950] |
| 10 | +- kfifo: remove support for physically non-contiguous memory (Robert Foss) [RHEL-75950] |
| 11 | +- kfifo: add kfifo_out_linear{,_ptr}() (Robert Foss) [RHEL-75950] |
| 12 | +- kfifo: introduce and use kfifo_skip_count() (Robert Foss) [RHEL-75950] |
| 13 | +- kfifo: drop __kfifo_dma_out_finish_r() (Robert Foss) [RHEL-75950] |
| 14 | +- arm64/efistub: Clean up KASLR logic (Lenny Szubowicz) [RHEL-33066] |
| 15 | +- efi/libstub: Cast away type warning in use of max() (Lenny Szubowicz) [RHEL-33066] |
| 16 | +- efi/libstub: fix efi_random_alloc() to allocate memory at alloc_min or higher address (Lenny Szubowicz) [RHEL-33066] |
| 17 | +- x86/efistub: Remap kernel text read-only before dropping NX attribute (Lenny Szubowicz) [RHEL-33066] |
| 18 | +- x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDR (Lenny Szubowicz) [RHEL-33066] |
| 19 | +- x86/efistub: Give up if memory attribute protocol returns an error (Lenny Szubowicz) [RHEL-33066] |
| 20 | +- libstub: Fix compilation warning for rv32 (Lenny Szubowicz) [RHEL-33066] |
| 21 | +- arm64: libstub: Move KASLR handling functions to kaslr.c (Lenny Szubowicz) [RHEL-33066] |
| 22 | +- crypto: tegra - Fix IV usage for AES ECB (Marcin Juszkiewicz) [RHEL-83268] |
| 23 | +- crypto: tegra - Fix format specifier in (Marcin Juszkiewicz) [RHEL-83268] |
| 24 | +- crypto: tegra - Use HMAC fallback when keyslots are full (Marcin Juszkiewicz) [RHEL-83268] |
| 25 | +- crypto: tegra - Reserve keyslots to allocate dynamically (Marcin Juszkiewicz) [RHEL-83268] |
| 26 | +- crypto: tegra - Set IV to NULL explicitly for AES ECB (Marcin Juszkiewicz) [RHEL-83268] |
| 27 | +- crypto: tegra - Fix CMAC intermediate result handling (Marcin Juszkiewicz) [RHEL-83268] |
| 28 | +- crypto: tegra - Fix HASH intermediate result handling (Marcin Juszkiewicz) [RHEL-83268] |
| 29 | +- crypto: tegra - Transfer HASH init function to crypto engine (Marcin Juszkiewicz) [RHEL-83268] |
| 30 | +- crypto: tegra - check return value for hash do_one_req (Marcin Juszkiewicz) [RHEL-83268] |
| 31 | +- crypto: tegra - finalize crypto req on error (Marcin Juszkiewicz) [RHEL-83268] |
| 32 | +- crypto: tegra - Do not use fixed size buffers (Marcin Juszkiewicz) [RHEL-83268] |
| 33 | +- crypto: tegra - Use separate buffer for setkey (Marcin Juszkiewicz) [RHEL-83268] |
| 34 | +- crypto: tegra - remove unneeded crypto_engine_stop() call (Marcin Juszkiewicz) [RHEL-83268] |
| 35 | +- crypto: tegra - remove redundant error check on ret (Marcin Juszkiewicz) [RHEL-83268] |
| 36 | +- crypto: engine - Remove prepare/unprepare request (Marcin Juszkiewicz) [RHEL-83268] |
| 37 | +- crypto: iaa - Do not clobber req->base.data (Vladis Dronov) [RHEL-87768] |
| 38 | +- crypto: iaa - Move compression CRC into request object (Vladis Dronov) [RHEL-87768] |
| 39 | +- crypto: iaa - Test the correct request flag (Vladis Dronov) [RHEL-87768] |
| 40 | +- MAINTAINERS: Add Vinicius Gomes to MAINTAINERS for IAA Crypto (Vladis Dronov) [RHEL-87768] |
| 41 | +- crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async' (Vladis Dronov) [RHEL-87768] |
| 42 | +- scsi: target: iscsi: Fix timeout on deleted connection (Maurizio Lombardi) [RHEL-93481] |
| 43 | +- scsi: target: tcm_loop: Fix wrong abort tag (Maurizio Lombardi) [RHEL-93481] |
| 44 | +- scsi: tcm_loop: Use scsi_cmd_to_rq() instead of scsi_cmnd.request (Maurizio Lombardi) [RHEL-93481] |
| 45 | +- scsi: target: Replace deprecated strncpy() with strscpy() (Maurizio Lombardi) [RHEL-93481] |
| 46 | +- scsi: target: iscsi: Fix typos (Maurizio Lombardi) [RHEL-93481] |
| 47 | +- scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr() (Maurizio Lombardi) [RHEL-93481] |
| 48 | +- scsi: target: spc: Fix RSOC parameter data header size (Maurizio Lombardi) [RHEL-93481] |
| 49 | +- scsi: target: core: Add line break to status show (Maurizio Lombardi) [RHEL-93481] |
| 50 | +- scsi: target: tcmu: Constify some structures (Maurizio Lombardi) [RHEL-93481] |
| 51 | +- scsi: target: Fix incorrect function name in pscsi_create_type_disk() (Maurizio Lombardi) [RHEL-93481] |
| 52 | +Resolves: RHEL-33066, RHEL-75950, RHEL-83268, RHEL-87768, RHEL-93481 |
| 53 | + |
1 | 54 | * Tue Jun 03 2025 Jan Stancek <jstancek@redhat.com> [5.14.0-591.el9] |
2 | 55 | - uki_addons: add 'fedora' SBAT suffix for UKI addons (Li Tian) [RHEL-93399] |
3 | 56 | - Subject: net/smc: check return value of sock_recvmsg when draining clc data (Mete Durlu) [RHEL-73484] {CVE-2024-57791} |
|
0 commit comments