kernel/sources
CKI KWF Bot 8cfd3b29cc kernel-5.14.0-711.el9
* Mon Jun 01 2026 CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> [5.14.0-711.el9]
- s390/tape: Add support for bigger block sizes (Ramesh Chhetri) [RHEL-136092]
- s390/tape: Introduce idal buffer array (Ramesh Chhetri) [RHEL-136092]
- s390/tape: Move idal allocation to core functions (Ramesh Chhetri) [RHEL-136092]
- s390/tape: Fix return value of ccw helper functions (Ramesh Chhetri) [RHEL-136092]
- s390/tape: Remove extra CCW allocation for error recovery (Ramesh Chhetri) [RHEL-136092]
- s390/tape: Remove 3590 Read Opposite error recovery (Ramesh Chhetri) [RHEL-136092]
- s390/tape: Remove 34xx Read Opposite error recovery (Ramesh Chhetri) [RHEL-136092]
- s390/tape: Remove count parameter from read/write_block functions (Ramesh Chhetri) [RHEL-136092]
- efi/capsule-loader: fix incorrect sizeof in phys array reallocation (Thomas Huth) [RHEL-168822]
- arm64: efi: Fix NULL pointer dereference by initializing user_ns (Thomas Huth) [RHEL-168822]
- arm64/efi: Drop efi_rt_lock spinlock from EFI arch wrapper (Thomas Huth) [RHEL-168822]
- efi/runtime-wrappers: Keep track of the efi_runtime_lock owner (Thomas Huth) [RHEL-168822]
- arm64: fix unnecessary rebuilding when CONFIG_DEBUG_EFI=y (Thomas Huth) [RHEL-168822]
- efi/libstub: use 'targets' instead of extra-y in Makefile (Thomas Huth) [RHEL-168822]
- arm64/fpsimd: Avoid unnecessary per-CPU buffers for EFI runtime calls (Thomas Huth) [RHEL-168822]
- efi/cper, cxl: Remove cper_cxl.h (Thomas Huth) [RHEL-168822]
- efi/cper, cxl: Make definitions and structures global (Thomas Huth) [RHEL-168822]
- efi/cper, cxl: Prefix protocol error struct and function names with cxl_ (Thomas Huth) [RHEL-168822]
- x86/efistub: Merge PE and handover entrypoints (Thomas Huth) [RHEL-168822]
- x86/efistub: Call mixed mode boot services on the firmware's stack (Thomas Huth) [RHEL-168822]
- efi: Use BIT_ULL() constants for memory attributes (Thomas Huth) [RHEL-168822]
- efi: Avoid cold plugged memory for placing the kernel (Thomas Huth) [RHEL-168822]
- efi/zboot: Limit compression options to GZIP and ZSTD (Thomas Huth) [RHEL-168822]
- efi/libstub: Take command line overrides into account for loaded files (Thomas Huth) [RHEL-168822]
- efi/libstub: Fix command line fallback handling when loading files (Thomas Huth) [RHEL-168822]
- efi/libstub: Parse builtin command line after bootloader provided one (Thomas Huth) [RHEL-168822]
- x86/efi: Apply EFI Memory Attributes after kexec (Thomas Huth) [RHEL-168822]
- x86/efi: Drop support for the EFI_PROPERTIES_TABLE (Thomas Huth) [RHEL-168822]
- efi/zboot: Fix outdated comment about using LoadImage/StartImage (Thomas Huth) [RHEL-168822]
- efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline() (Thomas Huth) [RHEL-168822]
- efi: Remove redundant null pointer checks in efi_debugfs_init() (Thomas Huth) [RHEL-168822]
- efi: Replace efi_memory_attributes_table_t 0-sized array with flexible array (Thomas Huth) [RHEL-168822]
- efi: Rename efi_early_memdesc_ptr() to efi_memdesc_ptr() (Thomas Huth) [RHEL-168822]
- x86/efi: Drop support for fake EFI memory maps (Thomas Huth) [RHEL-168822]
- efi: Add missing __nocfi annotations to runtime wrappers (Thomas Huth) [RHEL-168822]
- x86/boot: Move mem_encrypt= parsing to the decompressor (Thomas Huth) [RHEL-168822]
- efi/libstub: Add generic support for parsing mem_encrypt= (Thomas Huth) [RHEL-168822]
- x86/efi: Implement arch_ima_efi_boot_mode() in source file (Thomas Huth) [RHEL-168822]
- efi: Don't add memblocks for soft-reserved memory (Thomas Huth) [RHEL-168822]
- efi: expose efivar generic ops register function (Thomas Huth) [RHEL-168822]
- efi: dev-path-parser: use acpi_dev_uid_match() for matching _UID (Thomas Huth) [RHEL-168822]
- efi/libstub: zboot: do not use $(shell ...) in cmd_copy_and_pad (Thomas Huth) [RHEL-168822]
- efi/esrt: Allow ESRT access without CAP_SYS_ADMIN (Thomas Huth) [RHEL-168822]
- efi/libstub: zboot: Avoid eager evaluation of objcopy flags (Thomas Huth) [RHEL-168822]
- efi/zboot: arm64: Grab code size from ELF symbol in payload (Thomas Huth) [RHEL-168822]
- efi/zboot: arm64: Inject kernel code size symbol into the zboot payload (Thomas Huth) [RHEL-168822]
- efi/zboot: Set forward edge CFI compat header flag if supported (Thomas Huth) [RHEL-168822]
- efi/zboot: Add BSS padding before compression (Thomas Huth) [RHEL-168822]
- efi: arm64: Wire up BTI annotation in memory attributes table (Thomas Huth) [RHEL-168822]
- efi/cper: Export several helpers for ghes_edac to use (Thomas Huth) [RHEL-168822]
- firmware: dmi: Fortify entry point length checks (Thomas Huth) [RHEL-168822]
- efi/dev-path-parser: Refactor _UID handling to use acpi_dev_uid_to_integer() (Thomas Huth) [RHEL-168822]
- firmware: dmi: Use the proper accessor for the version field (Thomas Huth) [RHEL-168822]
- efi: vars: Drop __efivar_entry_iter() helper which is no longer used (Thomas Huth) [RHEL-168822]
- firmware: arm_scmi: Relax base protocol sanity checks on the protocol list (Thomas Huth) [RHEL-168822]
- efi: Wipe INITRD config table from memory after consumption (Thomas Huth) [RHEL-168822]
- efi/cper: Fix cper_bits_to_str buffer handling and return value (Thomas Huth) [RHEL-168822]
- docs: efi: add CPER functions to driver-api (Thomas Huth) [RHEL-168822]
- efi/cper: align ARM CPER type with UEFI 2.9A/2.10 specs (Thomas Huth) [RHEL-168822]
- efi/cper: Add a new helper function to print bitmasks (Thomas Huth) [RHEL-168822]
- efi/cper: Adjust infopfx size to accept an extra space (Thomas Huth) [RHEL-168822]
- efi: Fix trailing whitespace in header file (Thomas Huth) [RHEL-168822]
- efi/memattr: Convert efi_memattr_init() return type to void (Thomas Huth) [RHEL-168822]
- efi/libstub: Fix page table access in 5-level to 4-level paging transition (Thomas Huth) [RHEL-168822]
- PCI: rcar-host: Add OF Kconfig dependency to avoid objtool no-cfi warning (Thomas Huth) [RHEL-168822]
- objtool: Validate kCFI calls (Thomas Huth) [RHEL-168822]
- efistub: Lower default log level (Thomas Huth) [RHEL-168822]
- arm64: efi: Fix KASAN false positive for EFI runtime stack (Thomas Huth) [RHEL-168822]
- efi/efi_test: Fix missing pending status update in getwakeuptime (Thomas Huth) [RHEL-168822]
- efi/libstub: Describe missing 'out' parameter in efi_load_initrd (Thomas Huth) [RHEL-168822]
- efi: Improve logging around memmap init (Thomas Huth) [RHEL-168822]
- efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServices (Thomas Huth) [RHEL-168822]
- efi: efibc: change kmalloc(size * count, ...) to kmalloc_array() (Thomas Huth) [RHEL-168822]
- efi/libstub: Avoid physical address 0x0 when doing random allocation (Thomas Huth) [RHEL-168822]
- efi/mokvar-table: Avoid repeated map/unmap of the same page (Thomas Huth) [RHEL-168822]
- efi: Don't map the entire mokvar table to determine its size (Thomas Huth) [RHEL-168822]
- efi/cper: Fix cper_arm_ctx_info alignment (Thomas Huth) [RHEL-168822]
- efi/cper: Fix cper_ia_proc_ctx alignment (Thomas Huth) [RHEL-168822]
- x86/efi: skip memattr table on kexec boot (Thomas Huth) [RHEL-168822]
- efi: libstub: Use '-std=gnu11' to fix build with GCC 15 (Thomas Huth) [RHEL-168822]
- efi: sysfb_efi: fix W=1 warnings when EFI is not set (Thomas Huth) [RHEL-168822]
- efi/esrt: remove esre_attribute::store() (Thomas Huth) [RHEL-168822]
- efi: Fix memory leak in efivar_ssdt_load (Thomas Huth) [RHEL-168822]
- efi: ssdt: Don't free memory if ACPI table was loaded successfully (Thomas Huth) [RHEL-168822]
- efi: fix memory leak in krealloc failure handling (Thomas Huth) [RHEL-168822]
- efi: avoid efivars layer when loading SSDTs from variables (Thomas Huth) [RHEL-168822]
- efi/memattr: Ignore table if the size is clearly bogus (Thomas Huth) [RHEL-168822]
- efi/libstub: Free correct pointer on failure (Thomas Huth) [RHEL-168822]
- efi/libstub: measure initrd to PCR9 independent of source (Thomas Huth) [RHEL-168822]
- efi/libstub: fix efi_parse_options() ignoring the default command line (Thomas Huth) [RHEL-168822]
- x86/efistub: Revert to heap allocated boot_params for PE entrypoint (Thomas Huth) [RHEL-168822]
- efi/libstub: Zero initialize heap allocated struct screen_info (Thomas Huth) [RHEL-168822]
- x86/efistub: Avoid returning EFI_SUCCESS on error (Thomas Huth) [RHEL-168822]
- efi/libstub: zboot.lds: Discard .discard sections (Thomas Huth) [RHEL-168822]
- efi: libstub: only free priv.runtime_map when allocated (Thomas Huth) [RHEL-168822]
- x86/efistub: Reinstate soft limit for initrd loading (Thomas Huth) [RHEL-168822]
- efi/libstub: Add one kernel-doc comment (Thomas Huth) [RHEL-168822]
- efi: Remove unused extern declaration efi_lookup_mapped_addr() (Thomas Huth) [RHEL-168822]
- efi/libstub: Disable PCI DMA before grabbing the EFI memory map (Thomas Huth) [RHEL-168822]
- efi: make kobj_type structure constant (Thomas Huth) [RHEL-168822]
- efi/capsule-loader: fix incorrect allocation size (Thomas Huth) [RHEL-168822]
- efi: memmap: fix kernel-doc warnings (Thomas Huth) [RHEL-168822]
- x86/efistub: Fix PCI ROM preservation in mixed mode (Thomas Huth) [RHEL-168822]
- efi/cper, cxl: Remove cxl_err.h (Thomas Huth) [RHEL-168822]
- efi/earlycon: Speed up scrolling by disregarding empty space (Thomas Huth) [RHEL-168822]
- x86/pvh: Make PVH entrypoint PIC for x86-64 (Thomas Huth) [RHEL-168822]
- efi: sysfb_efi: remove unnecessary <asm/efi.h> include (Thomas Huth) [RHEL-168822]
- efifb: Remove redundant efifb_setup_from_dmi stub (Thomas Huth) [RHEL-168822]
- efi: Add missing prototype for efi_capsule_setup_info (Thomas Huth) [RHEL-168822]
- include/linux/efi.h: Remove unneeded whitespaces before tabs (Thomas Huth) [RHEL-168822]
- firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle (Thomas Huth) [RHEL-168822]
- efi/earlycon: Replace open coded strnchrnul() (Thomas Huth) [RHEL-168822]
- efi: efibc: Guard against allocation failure (Thomas Huth) [RHEL-168822]
- efi: efibc: avoid efivar API for setting variables (Thomas Huth) [RHEL-168822]
- efi: vars: Use locking version to iterate over efivars linked lists (Thomas Huth) [RHEL-168822]
- nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl() (Ewan D. Milne) [RHEL-171725]
- nvme: nvme-fc: move tagset removal to nvme_fc_delete_ctrl() (Ewan D. Milne) [RHEL-171725]
- redhat: added INTEL_MEI_LB config (Krzysztof Pawlinski) [RHEL-117354]
- mei: me: add nova lake point H DID (Krzysztof Pawlinski) [RHEL-117354]
- mei: late_bind: fix struct intel_lb_component_ops kernel-doc (Krzysztof Pawlinski) [RHEL-117354]
- mei: me: use PCI_DEVICE_DATA macro (Krzysztof Pawlinski) [RHEL-117354]
- mei: me: reduce the scope on unexpected reset (Krzysztof Pawlinski) [RHEL-117354]
- mei: trace: treat reg parameter as string (Krzysztof Pawlinski) [RHEL-117354]
- misc/mei: gsc_proxy: add dependency on Xe driver (Krzysztof Pawlinski) [RHEL-117354]
- misc/mei: Allow building standalone for compile testing (Krzysztof Pawlinski) [RHEL-117354]
- misc/mei: Decouple ME interfaces from GPU drivers (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Drop unused vsc_tp_request_irq() and vsc_tp_free_irq() (Krzysztof Pawlinski) [RHEL-117354]
- mei: me: add nova lake point S DID (Krzysztof Pawlinski) [RHEL-117354]
- mei: Fix error handling in mei_register (Krzysztof Pawlinski) [RHEL-117354]
- mei: gsc: add dependency on Xe driver (Krzysztof Pawlinski) [RHEL-117354]
- mei: Remove redundant pm_runtime_mark_last_busy() calls (Krzysztof Pawlinski) [RHEL-117354]
- mei: fix error flow in probe (Krzysztof Pawlinski) [RHEL-117354]
- mei: txe: fix initialization order (Krzysztof Pawlinski) [RHEL-117354]
- mei: late_bind: Fix -Wincompatible-function-pointer-types-strict (Krzysztof Pawlinski) [RHEL-117354]
- mei: late_bind: add late binding component driver (Krzysztof Pawlinski) [RHEL-117354]
- mei: bus: add mei_cldev_mtu interface (Krzysztof Pawlinski) [RHEL-117354]
- mei: gsc: demote unexpected reset print (Krzysztof Pawlinski) [RHEL-117354]
- mei: bus: demote error on connect (Krzysztof Pawlinski) [RHEL-117354]
- mei: retry connect if interrupted by link reset (Krzysztof Pawlinski) [RHEL-117354]
- mei: make a local copy of client uuid in connect (Krzysztof Pawlinski) [RHEL-117354]
- mei: me: trigger link reset if hw ready is unexpected (Krzysztof Pawlinski) [RHEL-117354]
- mei: gsc: fix remove operations order (Krzysztof Pawlinski) [RHEL-117354]
- mei: hook mei_device on class device (Krzysztof Pawlinski) [RHEL-117354]
- mei: more prints with client prefix (Krzysztof Pawlinski) [RHEL-117354]
- mei: bus: use cldev in prints (Krzysztof Pawlinski) [RHEL-117354]
- mei: bus: Check for still connected devices in mei_cl_bus_dev_release() (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Fix "BUG: Invalid wait context" lockdep error (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Run event callback from a workqueue (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Unset the event callback on remove and probe errors (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Event notifier fixes (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Destroy mutex after freeing the IRQ (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Use vsc_tp_remove() as shutdown handler (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Don't call vsc_tp_reset() a second time on shutdown (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Don't re-init VSC from mei_vsc_hw_reset() on stop (Krzysztof Pawlinski) [RHEL-117354]
- mei: bus: replace sprintf/scnprintf with sysfs_emit in show functions (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Cast tx_buf to (__be32 *) when passed to cpu_to_be32_array() (Krzysztof Pawlinski) [RHEL-117354]
- mei: Cast the cb->ext_hdr allocation type (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Fix fortify-panic caused by invalid counted_by() use (Krzysztof Pawlinski) [RHEL-117354]
- mei: me: add panther lake H DID (Krzysztof Pawlinski) [RHEL-117354]
- mei: Remove unused functions (Krzysztof Pawlinski) [RHEL-117354]
- mei: vsc: Use "wakeuphostint" when getting the host wakeup GPIO (Krzysztof Pawlinski) [RHEL-117354]
- scsi: smartpqi: Silence a recursive lock warning (Tomas Henzl) [RHEL-141518]
- drivers/video/logo: new kconfig (Mika Penttilä) [RHEL-135262]
- drivers/video/logo: compile fix (Mika Penttilä) [RHEL-135262]
- video/logo: don't select LOGO_LINUX_MONO and LOGO_LINUX_VGA16 by default (Mika Penttilä) [RHEL-135262]
- video/logo: move logo selection logic to Kconfig (Mika Penttilä) [RHEL-135262]
- video/logo: remove logo_mac_clut224 (Mika Penttilä) [RHEL-135262]
- newport_con: depend on LOGO_LINUX_CLUT224 instead of LOGO_SGI_CLUT224 (Mika Penttilä) [RHEL-135262]
- video/logo: allow custom logo (Mika Penttilä) [RHEL-135262]
- video/logo: add a type parameter to the logo makefile function (Mika Penttilä) [RHEL-135262]
- fbdev: au1100fb: Replace license boilerplate by SPDX header (Mika Penttilä) [RHEL-135262]
- fbdev: au1100fb: Fold au1100fb.h into its only user (Mika Penttilä) [RHEL-135262]
- fbdev: au1100fb: Replace custom printk wrappers by pr_* (Mika Penttilä) [RHEL-135262]
- fbdev: au1100fb: Make driver compilable on non-mips platforms (Mika Penttilä) [RHEL-135262]
- fbdev: au1100fb: Use proper conversion specifiers in printk formats (Mika Penttilä) [RHEL-135262]
- fbdev: au1100fb: Don't store device specific data in global variables (Mika Penttilä) [RHEL-135262]
- fbcon: Remove struct fbcon_display.inverse (Mika Penttilä) [RHEL-135262]
- fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe() (Mika Penttilä) [RHEL-135262]
- fbdev: ffb: fix corrupted video output on Sun FFB1 (Mika Penttilä) [RHEL-135262]
- fbdev: of_display_timing: Fix device node reference leak in of_get_display_timings() (Mika Penttilä) [RHEL-135262]
- fbdev: au1100fb: Check return value of clk_enable() in .resume() (Mika Penttilä) [RHEL-135262]
- fbdev: fix fb_pad_unaligned_buffer mask (Mika Penttilä) [RHEL-135262]
- fbdev: of: display_timing: fix refcount leak in of_get_display_timings() (Mika Penttilä) [RHEL-135262]
- fbdev: vt8500lcdfb: fix missing dma_free_coherent() (Mika Penttilä) [RHEL-135262]
- video/logo: remove orphan .pgm Makefile rule (Mika Penttilä) [RHEL-135262]
- fbdev: omapfb: remove duplicate check in omapfb_setup_mem() (Mika Penttilä) [RHEL-135262]
- fbdev: sh_mobile_lcdc: Make FB_DEVICE dependency optional (Mika Penttilä) [RHEL-135262]
- fbdev: omapfb: Make FB_DEVICE dependency optional (Mika Penttilä) [RHEL-135262]
- fbcon: check return value of con2fb_acquire_newinfo() (Mika Penttilä) [RHEL-135262]
- fbdev: Use device_create_with_groups() to fix sysfs groups registration race (Mika Penttilä) [RHEL-135262]
- fbdev: smscufx: properly copy ioctl memory to kernelspace (Mika Penttilä) [RHEL-135262]
- fbdev: rivafb: fix divide error in nv3_arb() (Mika Penttilä) [RHEL-135262]
- fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe() (Mika Penttilä) [RHEL-135262]
- fbdev: i810: use appopriate log interface dev_info (Mika Penttilä) [RHEL-135262]
- fbdev: tridentfb: replace printk() with dev_*() in probe (Mika Penttilä) [RHEL-135262]
- fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing (Mika Penttilä) [RHEL-135262]
- fbdev: tcx.c fix mem_map to correct smem_start offset (Mika Penttilä) [RHEL-135262]
- drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup (Mika Penttilä) [RHEL-135262]
- fbdev: gxt4500fb: Use dev_err instead of printk (Mika Penttilä) [RHEL-135262]
- fbdev: gbefb: fix to use physical address instead of dma address (Mika Penttilä) [RHEL-135262]
- fbdev: vesafb: Use dev_* fn's instead printk (Mika Penttilä) [RHEL-135262]
- fbdev: vga16fb: Request memory region (Mika Penttilä) [RHEL-135262]
- fbdev: vga16fb: replace printk() with dev_*() in probe (Mika Penttilä) [RHEL-135262]
- fbdev: atyfb: Check if pll_ops->init_pll failed (Mika Penttilä) [RHEL-135262]
- fbcon: Set fb_display[i]->mode to NULL when the mode is released (Mika Penttilä) [RHEL-135262]
- fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS (Mika Penttilä) [RHEL-135262]
- fbdev: valkyriefb: Fix reference count leak in valkyriefb_init (Mika Penttilä) [RHEL-135262]
- fbdev: Fix logic error in "offb" name match (Mika Penttilä) [RHEL-135262]
- fbdev: Make drivers depend on LCD_CLASS_DEVICE (Mika Penttilä) [RHEL-135262]
- fbdev: radeonfb: Remove stale product link in Kconfig (Mika Penttilä) [RHEL-135262]
- fbdev: simplefb: Fix use after free in simplefb_detach_genpds() (Mika Penttilä) [RHEL-135262]
- fbdev: s3fb: Revert mclk stop in suspend (Mika Penttilä) [RHEL-135262]
- fbdev: mb862xxfb: Use int type to store negative error codes (Mika Penttilä) [RHEL-135262]
- fbdev: Use string choices helpers (Mika Penttilä) [RHEL-135262]
- fbdev: core: Fix ubsan warning in pixel_to_pat (Mika Penttilä) [RHEL-135262]
- fbdev: s3fb: Implement 1 and 2 BPP modes, improve 4 BPP (Mika Penttilä) [RHEL-135262]
- fbdev: s3fb: Implement powersave for S3 FB (Mika Penttilä) [RHEL-135262]
- fbdev: xenfb: Use vmalloc_array to simplify code (Mika Penttilä) [RHEL-135262]
- fbdev/simplefb: Sort headers correctly (Mika Penttilä) [RHEL-135262]
- fbdev: Turn FB_MODE_HELPERS into an internal config option (Mika Penttilä) [RHEL-135262]
- fbdev: Make drivers depend on FB_TILEBLITTING (Mika Penttilä) [RHEL-135262]
- fbcon: Streamline setting rotated/unrotated bitops (Mika Penttilä) [RHEL-135262]
- fbcon: Move fbcon callbacks into struct fbcon_bitops (Mika Penttilä) [RHEL-135262]
- fbcon: Set rotate_font callback with related callbacks (Mika Penttilä) [RHEL-135262]
- fbcon: Rename struct fbcon_ops to struct fbcon_par (Mika Penttilä) [RHEL-135262]
- fbcon: Fix empty lines in fbcon.h (Mika Penttilä) [RHEL-135262]
- drm/vesadrm: Support DRM_FORMAT_C8 (Mika Penttilä) [RHEL-135262]
- video: pixel_format: Add compare helpers (Mika Penttilä) [RHEL-135262]
- smb: client: fix OOB reads parsing symlink error response (CKI Backport Bot) [RHEL-171472] {CVE-2026-31613}
- ipmi:si: Fix check for a misbehaving BMC (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Handle error returns from the SMI sender (Tony Camuso) [RHEL-158957]
- ipmi:si: Don't block module unload if the BMC is messed up (Tony Camuso) [RHEL-158957]
- ipmi:si: Use a long timeout when the BMC is misbehaving (Tony Camuso) [RHEL-158957]
- ipmi:si: Handle waiting messages when BMC failure detected (Tony Camuso) [RHEL-158957]
- ipmi:ls2k: Make ipmi_ls2k_platform_driver static (Tony Camuso) [RHEL-158957]
- ipmi: ipmb: initialise event handler read bytes (Tony Camuso) [RHEL-158957]
- ipmi: Consolidate the run to completion checking for xmit msgs lock (Tony Camuso) [RHEL-158957]
- ipmi: Fix use-after-free and list corruption on sender error (Tony Camuso) [RHEL-158957]
- ipmi: Switch to use %%ptSp (Tony Camuso) [RHEL-158957]
- ipmi: Skip channel scan if channels are already marked ready (Tony Camuso) [RHEL-158957]
- ipmi: Fix __scan_channels() failing to rescan channels (Tony Camuso) [RHEL-158957]
- ipmi: Fix the race between __scan_channels() and deliver_response() (Tony Camuso) [RHEL-158957]
- ipmi: Fix handling of messages with provided receive message pointer (Tony Camuso) [RHEL-158957]
- ipmi: Add Loongson-2K BMC support (Tony Camuso) [RHEL-158957]
- ipmi:si: Gracefully handle if the BMC is non-functional (Tony Camuso) [RHEL-158957]
- ipmi: Rename "user_data" to "recv_msg" in an SMI message (Tony Camuso) [RHEL-158957]
- ipmi: Allow an SMI sender to return an error (Tony Camuso) [RHEL-158957]
- ipmi:si: Move flags get start to its own function (Tony Camuso) [RHEL-158957]
- ipmi:si: Merge some if statements (Tony Camuso) [RHEL-158957]
- ipmi: Set a timer for maintenance mode (Tony Camuso) [RHEL-158957]
- ipmi: Add a maintenance mode sysfs file (Tony Camuso) [RHEL-158957]
- ipmi: Disable sysfs access and requests in maintenance mode (Tony Camuso) [RHEL-158957]
- ipmi: Differentiate between reset and firmware update in maintenance (Tony Camuso) [RHEL-158957]
- ipmi: Rework user message limit handling (Tony Camuso) [RHEL-158957]
- Revert "ipmi: fix msg stack when IPMI is disconnected" (Tony Camuso) [RHEL-158957]
- ipmi:msghandler:Change seq_lock to a mutex (Tony Camuso) [RHEL-158957]
- ipmi: Use dev_warn_ratelimited() for incorrect message warnings (Tony Camuso) [RHEL-158957]
- char: ipmi: remove redundant variable 'type' and check (Tony Camuso) [RHEL-158957]
- ipmi: Fix strcpy source and destination the same (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() (Tony Camuso) [RHEL-158957]
- ipmi:watchdog: Use the new interface for panic messages (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Export and fix panic messaging capability (Tony Camuso) [RHEL-158957]
- ipmi:ssif: Fix a shutdown race (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Don't deliver messages to deleted users (Tony Camuso) [RHEL-158957]
- ipmi:si: Rework startup of IPMI devices (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Add a error return from unhandle LAN cmds (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Shut down lower layer first at unregister (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Remove proc_fs.h (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Don't check for shutdown when returning responses (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Don't acquire a user refcount for queued messages (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Fix locking around users and interfaces (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Remove some user level processing in panic mode (Tony Camuso) [RHEL-158957]
- ipmi: Add a note about the pretimeout callback (Tony Camuso) [RHEL-158957]
- ipmi:watchdog: Change lock to mutex (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Remove srcu for the ipmi_interfaces list (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Remove srcu from the ipmi user structure (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Use the system_wq, not system_bh_wq (Tony Camuso) [RHEL-158957]
- ipmi_msghandler: Change the events lock to a mutex (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Deliver user messages in a work queue (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Rename recv_work to smi_work (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Use READ_ONCE on run_to_completion (Tony Camuso) [RHEL-158957]
- ipmi:si: Move SI type information into an info structure (Tony Camuso) [RHEL-158957]
- ipmi:msghandler: Move timer handling into a work queue (Tony Camuso) [RHEL-158957]
Resolves: RHEL-117354, RHEL-135262, RHEL-136092, RHEL-141518, RHEL-158957, RHEL-168822, RHEL-171472, RHEL-171725

Signed-off-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
2026-06-01 15:26:59 +00:00

4 lines
532 B
Plaintext

SHA512 (linux-5.14.0-711.el9.tar.xz) = 48c07ef3b8c773d7d989fa299c74c675d0a9611ef176416d01006a5db69e9c53da96991e318b08ad6588677f296d2f0078f5bd1f09137e5ecd089709e6d0961b
SHA512 (kernel-abi-stablelists-5.14.0-711.el9.tar.bz2) = 9cd7e095977c58002233d40fa8d316ed764e91c4900c76b59573b188912578d37861b6a5cae249d2b307d60e86c23b4f8b693aff837b5c369a146956e94d6045
SHA512 (kernel-kabi-dw-5.14.0-711.el9.tar.bz2) = dfed267466243996b25ea5284dcedb9d49a0f0d95f1fe0252d3a540a943061c121d6c5e353927c4454ccf02d6e0752ffdd598cdd641c061630ace1b250ccf8c8