diff --git a/Makefile.rhelver b/Makefile.rhelver index a93702782..ce67db550 100644 --- a/Makefile.rhelver +++ b/Makefile.rhelver @@ -12,7 +12,7 @@ RHEL_MINOR = 0 # # Use this spot to avoid future merge conflicts. # Do not trim this comment. -RHEL_RELEASE = 48 +RHEL_RELEASE = 49 # # RHEL_REBASE_NUM diff --git a/kernel.changelog b/kernel.changelog index 6cb6ecdb4..f520c5996 100644 --- a/kernel.changelog +++ b/kernel.changelog @@ -1,3 +1,193 @@ +* Tue Feb 04 2025 Jan Stancek [6.12.0-49.el10] +- Bluetooth: fix use-after-free in device_for_each_child() (CKI Backport Bot) [RHEL-76122] {CVE-2024-53237} +- redhat/spec: Install all selftests in a single step (Viktor Malik) [RHEL-70889] +- Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet (CKI Backport Bot) [RHEL-74009] {CVE-2024-56590} +- net: usb: lan78xx: Fix double free issue with interrupt buffer allocation (CKI Backport Bot) [RHEL-74053] {CVE-2024-53213} +- mm/slub: Avoid list corruption when removing a slab from the full list (Rafael Aquini) [RHEL-73368] {CVE-2024-56566} +- selinux: ignore unknown extended permissions (Ondrej Mosnacek) [RHEL-75632] {CVE-2024-57931} +- drm: adv7511: Fix use-after-free in adv7533_attach_dsi() (Jocelyn Falempe) [RHEL-74282] +- drm: adv7511: Drop dsi single lane support (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Wait for migration job before unmapping pages (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Use non-interruptible wait when moving BO to system (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Correct the migration DMA map direction (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: use sjt mec fw on gfx943 for sriov (Jocelyn Falempe) [RHEL-74282] +- drm/i915/dg1: Fix power gate sequence. (Jocelyn Falempe) [RHEL-74282] +- drm/i915/cx0_phy: Fix C10 pll programming sequence (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Fix fault on fd close after unbind (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pf: Use correct function to check LMEM provisioning (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Revert some changes that break a mesa debug tool (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: adv7511_audio: Update Audio InfoFrame properly (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix backport of commit 73dae652dcac (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Move the coredump registration to the worker thread (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Take PM ref in delayed snapshot capture worker (Jocelyn Falempe) [RHEL-74282] +- drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req() (Jocelyn Falempe) [RHEL-74282] +- udmabuf: also check for F_SEAL_FUTURE_WRITE (Jocelyn Falempe) [RHEL-74282] +- udmabuf: fix racy memfd sealing check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/mmhub4.1: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/gfx12: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/nbio7.0: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/smu14.0.2: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/nbio7.7: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/nbio7.11: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: don't access invalid sched (Jocelyn Falempe) [RHEL-74282] +- i915/guc: Accumulate active runtime on gt reset (Jocelyn Falempe) [RHEL-74282] +- i915/guc: Ensure busyness counter increases motonically (Jocelyn Falempe) [RHEL-74282] +- i915/guc: Reset engine utilization buffer before registration (Jocelyn Falempe) [RHEL-74282] +- drm/panel: synaptics-r63353: Fix regulator unbalance (Jocelyn Falempe) [RHEL-74282] +- drm/panel: st7701: Add prepare_prev_first flag to drm_panel (Jocelyn Falempe) [RHEL-74282] +- drm/panel: novatek-nt35950: fix return value check in nt35950_probe() (Jocelyn Falempe) [RHEL-74282] +- drm/panel: himax-hx83102: Add a check to prevent NULL pointer dereference (Jocelyn Falempe) [RHEL-74282] +- dma-buf: Fix __dma_buf_debugfs_list_del argument for !CONFIG_DEBUG_FS (Jocelyn Falempe) [RHEL-74282] +- udmabuf: fix memory leak on last export_udmabuf() error path (Jocelyn Falempe) [RHEL-74282] +- udmabuf: udmabuf_create pin folio codestyle cleanup (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_update (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix amdgpu_coredump (Jocelyn Falempe) [RHEL-74282] +- drm/modes: Avoid divide by zero harder in drm_mode_vrefresh() (Jocelyn Falempe) [RHEL-74282] +- drm/amd: Update strapping for NBIO 2.5.0 (Jocelyn Falempe) [RHEL-74282] +- drm/display: use ERR_PTR on DP tunnel manager creation fail (Jocelyn Falempe) [RHEL-74282] +- drm/xe/reg_sr: Remove register pool (Jocelyn Falempe) [RHEL-74282] +- drm/xe: fix the ERR_PTR() returned on failure to allocate tiny pt (Jocelyn Falempe) [RHEL-74282] +- amdgpu/uvd: get ring reference from rq scheduler (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: hard-code MALL cacheline size for gfx11, gfx12 (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: hard-code cacheline size for gfx11 (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Dereference null return value (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix when the cleaner shader is emitted (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: Set SMU v13.0.7 default workload type (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix UVD contiguous CS mapping problem (Jocelyn Falempe) [RHEL-74282] +- drm/i915: Fix NULL pointer dereference in capture_engine (Jocelyn Falempe) [RHEL-74282] +- drm/i915/color: Stop using non-posted DSB writes for legacy LUT (Jocelyn Falempe) [RHEL-74282] +- drm/i915: Fix memory leak by correcting cache object name in error handler (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: pause autosuspend when creating pdd (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Call invalidation_fence_fini for PT inval fences in error state (Jocelyn Falempe) [RHEL-74282] +- drm/panic: remove spurious empty line to clean warning (Jocelyn Falempe) [RHEL-74282] +- Revert "drm/amd/display: parse umc_info or vram_info based on ASIC" (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: rework resume handling for display (v2) (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Add option to retrieve detile buffer size (Jocelyn Falempe) [RHEL-74282] +- drm/xe/devcoredump: Update handling of xe_force_wake_get return (Jocelyn Falempe) [RHEL-74282] +- drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain() (Jocelyn Falempe) [RHEL-74282] +- drm/xe/guc: Copy GuC log prior to dumping (Jocelyn Falempe) [RHEL-74282] +- drm/xe/devcoredump: Add ASCII85 dump helper function (Jocelyn Falempe) [RHEL-74282] +- drm/xe/devcoredump: Improve section headings and add tile info (Jocelyn Falempe) [RHEL-74282] +- drm/xe/devcoredump: Use drm_puts and already cached local variables (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted on vcn v4.0.3 (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: set the right AMDGPU sg segment limitation (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Prune Invalid Modes For HDMI Output (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: parse umc_info or vram_info based on ASIC (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Remove hw w/a toggle if on DP2/HPO (Jocelyn Falempe) [RHEL-74282] +- drm/panic: Add ABGR2101010 support (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix underflow when playing 8K video in full screen mode (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Dereference the ATCS ACPI buffer (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts for vega20_ih (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/gfx9: Add cleaner shader for GFX9.4.2 (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Adding array index check to prevent memory corruption (Jocelyn Falempe) [RHEL-74282] +- drm/sched: memset() 'job' in drm_sched_job_init() (Jocelyn Falempe) [RHEL-74282] +- drm/panel: simple: Add Microchip AC69T88A LVDS Display panel (Jocelyn Falempe) [RHEL-74282] +- drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Full exit out of IPS2 when all allow signals have been cleared (Jocelyn Falempe) [RHEL-74282] +- drm/display: Fix building with GCC 15 (Jocelyn Falempe) [RHEL-74282] +- drm/xe/xe3: Add initial set of workarounds (Jocelyn Falempe) [RHEL-74282] +- drm/xe/ptl: L3bank mask is not available on the media GT (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: disable SG displays on cyan skillfish (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix garbage or black screen when resetting otg (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: skip disable CRTC in seemless bootup case (Jocelyn Falempe) [RHEL-74282] +- drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check() (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: it6505: Enable module autoloading (Jocelyn Falempe) [RHEL-74282] +- drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK (Jocelyn Falempe) [RHEL-74282] +- drm: panel-orientation-quirks: Add quirk for AYA NEO Founder edition (Jocelyn Falempe) [RHEL-74282] +- drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pciid: Add new PCI id for ARL (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pciids: Add PVC's PCI device ID macros (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pciids: separate ARL and MTL PCI IDs (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pciids: separate RPL-U and RPL-P PCI IDs (Jocelyn Falempe) [RHEL-74282] +- dma-fence: Use kernel's sort for merging fences (Jocelyn Falempe) [RHEL-74282] +- dma-fence: Fix reference leak on fence merge failure path (Jocelyn Falempe) [RHEL-74282] +- dma-buf: fix dma_fence_array_signaled v4 (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp5.2: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp7.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp5.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp4.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp6.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Add a left edge pixel if in YCbCr422 or YCbCr420 and odm (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Limit VTotal range to max hw cap minus fp (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Correct prefetch calculation (Jocelyn Falempe) [RHEL-74282] +- drm/dp_mst: Fix resetting msg rx state after topology removal (Jocelyn Falempe) [RHEL-74282] +- drm/dp_mst: Verify request type in the corresponding down message reply (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: fix and simplify workload handling (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12 (Jocelyn Falempe) [RHEL-74282] +- drm/dp_mst: Fix MST sideband message body length check (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: hard-code cacheline for gc943,gc944 (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Ignore scalar validation failure if pipe is phantom (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: calculate final viewport before TAP optimization (Jocelyn Falempe) [RHEL-74282] +- Revert "drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs" (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Remove PIPE_DTO_SRC_SEL programming from set_dtbclk_dto (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: update pipe selection policy to check head pipe (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix handling of plane refcount (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: Remove arcturus min power limit (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: disable pcie speed switching on Intel platform for smu v14.0.2/3 (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: update current_socclk and current_uclk in gpu_metrics on smu v13.0.7 (Jocelyn Falempe) [RHEL-74282] +- drm/amd: Fix initialization mistake for NBIO 7.11 devices (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: skip setting the power source on smu v14.0.2/3 (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix usage slab after free (Jocelyn Falempe) [RHEL-74282] +- drm/amd: Add some missing straps from NBIO 7.11.0 (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/pm: add gen5 display to the user on smu v14.0.2/3 (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Use the correct wptr size (Jocelyn Falempe) [RHEL-74282] +- drm/xe/guc_submit: fix race around suspend_pending (Jocelyn Falempe) [RHEL-74282] +- drm/xe/migrate: use XE_BO_FLAG_PAGETABLE (Jocelyn Falempe) [RHEL-74282] +- Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable" (Jocelyn Falempe) [RHEL-74282] +- drm/xe/migrate: fix pat index usage (Jocelyn Falempe) [RHEL-74282] +- drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: it6505: Fix inverted reset polarity (Jocelyn Falempe) [RHEL-74282] +- drm/fbdev-dma: Select FB_DEFERRED_IO (Jocelyn Falempe) [RHEL-74282] +- drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member (Jocelyn Falempe) [RHEL-74282] +- drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check (Jocelyn Falempe) [RHEL-74282] +- drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check (Jocelyn Falempe) [RHEL-74282] +- drm/panic: Fix uninitialized spinlock acquisition with CONFIG_DRM_PANIC=n (Jocelyn Falempe) [RHEL-74282] +- drm/xe/ufence: Wake up waiters after setting ufence->signalled (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe (Jocelyn Falempe) [RHEL-74282] +- drm/radeon: Fix spurious unplug event on radeon HDMI (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Fix wrong usage of INIT_WORK() (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Fix map/unmap queue logic (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix ACA bank count boundary check error (Jocelyn Falempe) [RHEL-74282] +- drm/panthor: Fix OPP refcnt leaks in devfreq initialisation (Jocelyn Falempe) [RHEL-74282] +- drm/panthor: record current and maximum device clock frequencies (Jocelyn Falempe) [RHEL-74282] +- drm/panthor: introduce job cycle and timestamp accounting (Jocelyn Falempe) [RHEL-74282] +- drm: use ATOMIC64_INIT() for atomic64_t (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()' (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Fix the memory allocation issue in amdgpu_discovery_get_nps_info() (Jocelyn Falempe) [RHEL-74282] +- drm/vkms: Drop unnecessary call to drm_crtc_cleanup() (Jocelyn Falempe) [RHEL-74282] +- drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new() (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Reduce HPD Detection Interval for IPS (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Increase idle worker HPD detection time (Jocelyn Falempe) [RHEL-74282] +- drm/xe/hdcp: Fix gsc structure check in fw check status (Jocelyn Falempe) [RHEL-74282] +- drm: panel: nv3052c: correct spi_device_id for RG35XX panel (Jocelyn Falempe) [RHEL-74282] +- drm/panic: Select ZLIB_DEFLATE for DRM_PANIC_SCREEN_QR_CODE (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: tc358767: Fix link properties discovery (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: fix a memleak issue when driver is removed (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: it6505: Drop EDID cache on bridge power off (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: anx7625: Drop EDID cache on bridge power off (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Fix JPEG v4.0.3 register write (Jocelyn Falempe) [RHEL-74282] +- drm/panel: nt35510: Make new commands optional (Jocelyn Falempe) [RHEL-74282] +- udmabuf: fix vmap_udmabuf error page set (Jocelyn Falempe) [RHEL-74282] +- udmabuf: change folios array from kmalloc to kvmalloc (Jocelyn Falempe) [RHEL-74282] +- drm/mm: Mark drm_mm_interval_tree*() functions with __maybe_unused (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix incorrect DSC recompute trigger (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Skip Invalid Streams from DSC Policy (Jocelyn Falempe) [RHEL-74282] +- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu (Rafael Aquini) [RHEL-73367] {CVE-2024-53160} +- not upstream: Set vdso is_ready later during boot process (Herbert Xu) [RHEL-76765] +- net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets (CKI Backport Bot) [RHEL-74124] {CVE-2025-21629} +- cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchanged (Mark Langsdorf) [RHEL-66201] +- Bluetooth: hci_core: Fix sleeping function called from invalid context (CKI Backport Bot) [RHEL-74114] {CVE-2024-57894} +- cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing (Myron Stowe) [RHEL-70563] +- cxl/pci: Add sysfs attribute for CXL 1.1 device link status (Myron Stowe) [RHEL-70563] +- cxl/core/regs: Add rcd_pcie_cap initialization (Myron Stowe) [RHEL-70563] +- Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync (CKI Backport Bot) [RHEL-76123] {CVE-2024-53208} +Resolves: RHEL-66201, RHEL-70563, RHEL-70889, RHEL-73367, RHEL-73368, RHEL-74009, RHEL-74053, RHEL-74114, RHEL-74124, RHEL-74282, RHEL-75632, RHEL-76122, RHEL-76123, RHEL-76765 + * Fri Jan 31 2025 Jan Stancek [6.12.0-48.el10] - ALSA: Intel AVS audio hardware enablement for RHEL 10 (Jaroslav Kysela) [RHEL-72802] - gitlab-ci: remove superfluous test_debug/debug_architectures (Michael Hofmann) diff --git a/kernel.spec b/kernel.spec index 5a02585e7..ab4fc156b 100644 --- a/kernel.spec +++ b/kernel.spec @@ -162,15 +162,15 @@ Summary: The Linux kernel %define specrpmversion 6.12.0 %define specversion 6.12.0 %define patchversion 6.12 -%define pkgrelease 48 +%define pkgrelease 49 %define kversion 6 -%define tarfile_release 6.12.0-48.el10 +%define tarfile_release 6.12.0-49.el10 # This is needed to do merge window version magic %define patchlevel 12 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 48%{?buildid}%{?dist} +%define specrelease 49%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.12.0-48.el10 +%define kabiversion 6.12.0-49.el10 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -3222,7 +3222,8 @@ pushd tools/testing/selftests %undefine _fortify_level export CFLAGS="%{build_cflags}" -%{make} %{?_smp_mflags} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_CXXFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" ARCH=$Arch V=1 TARGETS="bpf cgroup mm net net/forwarding net/mptcp netfilter tc-testing memfd drivers/net/bonding iommu cachestat" SKIP_TARGETS="" $force_targets INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install +TARGETS="bpf cgroup mm net net/forwarding net/mptcp netfilter tc-testing memfd drivers/net/bonding iommu cachestat" +%{make} %{?_smp_mflags} EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_CXXFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" ARCH=$Arch V=1 TARGETS="$TARGETS" SKIP_TARGETS="" $force_targets VMLINUX_H="${RPM_VMLINUX_H}" # Restore the original level of source fortification %define _fortify_level %{_fortify_level_bak} @@ -3232,9 +3233,13 @@ export CFLAGS="%{build_cflags}" # kernel livepatching selftest test_modules will build against # /lib/modules/$(shell uname -r)/build tree unless KDIR is set export KDIR=$(realpath $(pwd)/../../..) - %{make} %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="livepatch" SKIP_TARGETS="" $force_targets INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests VMLINUX_H="${RPM_VMLINUX_H}" install || true + %{make} %{?_smp_mflags} ARCH=$Arch V=1 TARGETS="livepatch" SKIP_TARGETS="" $force_targets VMLINUX_H="${RPM_VMLINUX_H}" && TARGETS="${TARGETS} livepatch" || true %endif +# We must install all the targets in a single step as each `make install` +# command overrides the kselftest-list.txt file. +%{make} ARCH=$Arch TARGETS="${TARGETS}" SKIP_TARGETS="" $force_targets INSTALL_PATH=%{buildroot}%{_libexecdir}/kselftests install + # 'make install' for bpf is broken and upstream refuses to fix it. # Install the needed files manually. %{log_msg "install selftests"} @@ -4276,6 +4281,195 @@ fi\ # # %changelog +* Tue Feb 04 2025 Jan Stancek [6.12.0-49.el10] +- Bluetooth: fix use-after-free in device_for_each_child() (CKI Backport Bot) [RHEL-76122] {CVE-2024-53237} +- redhat/spec: Install all selftests in a single step (Viktor Malik) [RHEL-70889] +- Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet (CKI Backport Bot) [RHEL-74009] {CVE-2024-56590} +- net: usb: lan78xx: Fix double free issue with interrupt buffer allocation (CKI Backport Bot) [RHEL-74053] {CVE-2024-53213} +- mm/slub: Avoid list corruption when removing a slab from the full list (Rafael Aquini) [RHEL-73368] {CVE-2024-56566} +- selinux: ignore unknown extended permissions (Ondrej Mosnacek) [RHEL-75632] {CVE-2024-57931} +- drm: adv7511: Fix use-after-free in adv7533_attach_dsi() (Jocelyn Falempe) [RHEL-74282] +- drm: adv7511: Drop dsi single lane support (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Wait for migration job before unmapping pages (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Use non-interruptible wait when moving BO to system (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Correct the migration DMA map direction (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: use sjt mec fw on gfx943 for sriov (Jocelyn Falempe) [RHEL-74282] +- drm/i915/dg1: Fix power gate sequence. (Jocelyn Falempe) [RHEL-74282] +- drm/i915/cx0_phy: Fix C10 pll programming sequence (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Fix fault on fd close after unbind (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pf: Use correct function to check LMEM provisioning (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Revert some changes that break a mesa debug tool (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: adv7511_audio: Update Audio InfoFrame properly (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix backport of commit 73dae652dcac (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Move the coredump registration to the worker thread (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Take PM ref in delayed snapshot capture worker (Jocelyn Falempe) [RHEL-74282] +- drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req() (Jocelyn Falempe) [RHEL-74282] +- udmabuf: also check for F_SEAL_FUTURE_WRITE (Jocelyn Falempe) [RHEL-74282] +- udmabuf: fix racy memfd sealing check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/mmhub4.1: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/gfx12: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/nbio7.0: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/smu14.0.2: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/nbio7.7: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/nbio7.11: fix IP version check (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: don't access invalid sched (Jocelyn Falempe) [RHEL-74282] +- i915/guc: Accumulate active runtime on gt reset (Jocelyn Falempe) [RHEL-74282] +- i915/guc: Ensure busyness counter increases motonically (Jocelyn Falempe) [RHEL-74282] +- i915/guc: Reset engine utilization buffer before registration (Jocelyn Falempe) [RHEL-74282] +- drm/panel: synaptics-r63353: Fix regulator unbalance (Jocelyn Falempe) [RHEL-74282] +- drm/panel: st7701: Add prepare_prev_first flag to drm_panel (Jocelyn Falempe) [RHEL-74282] +- drm/panel: novatek-nt35950: fix return value check in nt35950_probe() (Jocelyn Falempe) [RHEL-74282] +- drm/panel: himax-hx83102: Add a check to prevent NULL pointer dereference (Jocelyn Falempe) [RHEL-74282] +- dma-buf: Fix __dma_buf_debugfs_list_del argument for !CONFIG_DEBUG_FS (Jocelyn Falempe) [RHEL-74282] +- udmabuf: fix memory leak on last export_udmabuf() error path (Jocelyn Falempe) [RHEL-74282] +- udmabuf: udmabuf_create pin folio codestyle cleanup (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Handle NULL bo->tbo.resource (again) in amdgpu_vm_bo_update (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix amdgpu_coredump (Jocelyn Falempe) [RHEL-74282] +- drm/modes: Avoid divide by zero harder in drm_mode_vrefresh() (Jocelyn Falempe) [RHEL-74282] +- drm/amd: Update strapping for NBIO 2.5.0 (Jocelyn Falempe) [RHEL-74282] +- drm/display: use ERR_PTR on DP tunnel manager creation fail (Jocelyn Falempe) [RHEL-74282] +- drm/xe/reg_sr: Remove register pool (Jocelyn Falempe) [RHEL-74282] +- drm/xe: fix the ERR_PTR() returned on failure to allocate tiny pt (Jocelyn Falempe) [RHEL-74282] +- amdgpu/uvd: get ring reference from rq scheduler (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: hard-code MALL cacheline size for gfx11, gfx12 (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: hard-code cacheline size for gfx11 (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Dereference null return value (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix when the cleaner shader is emitted (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: Set SMU v13.0.7 default workload type (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix UVD contiguous CS mapping problem (Jocelyn Falempe) [RHEL-74282] +- drm/i915: Fix NULL pointer dereference in capture_engine (Jocelyn Falempe) [RHEL-74282] +- drm/i915/color: Stop using non-posted DSB writes for legacy LUT (Jocelyn Falempe) [RHEL-74282] +- drm/i915: Fix memory leak by correcting cache object name in error handler (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: pause autosuspend when creating pdd (Jocelyn Falempe) [RHEL-74282] +- drm/xe: Call invalidation_fence_fini for PT inval fences in error state (Jocelyn Falempe) [RHEL-74282] +- drm/panic: remove spurious empty line to clean warning (Jocelyn Falempe) [RHEL-74282] +- Revert "drm/amd/display: parse umc_info or vram_info based on ASIC" (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: rework resume handling for display (v2) (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Add option to retrieve detile buffer size (Jocelyn Falempe) [RHEL-74282] +- drm/xe/devcoredump: Update handling of xe_force_wake_get return (Jocelyn Falempe) [RHEL-74282] +- drm/xe/forcewake: Add a helper xe_force_wake_ref_has_domain() (Jocelyn Falempe) [RHEL-74282] +- drm/xe/guc: Copy GuC log prior to dumping (Jocelyn Falempe) [RHEL-74282] +- drm/xe/devcoredump: Add ASCII85 dump helper function (Jocelyn Falempe) [RHEL-74282] +- drm/xe/devcoredump: Improve section headings and add tile info (Jocelyn Falempe) [RHEL-74282] +- drm/xe/devcoredump: Use drm_puts and already cached local variables (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted on vcn v4.0.3 (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: set the right AMDGPU sg segment limitation (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Prune Invalid Modes For HDMI Output (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: parse umc_info or vram_info based on ASIC (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Remove hw w/a toggle if on DP2/HPO (Jocelyn Falempe) [RHEL-74282] +- drm/panic: Add ABGR2101010 support (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix underflow when playing 8K video in full screen mode (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Dereference the ATCS ACPI buffer (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts for vega20_ih (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/gfx9: Add cleaner shader for GFX9.4.2 (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Adding array index check to prevent memory corruption (Jocelyn Falempe) [RHEL-74282] +- drm/sched: memset() 'job' in drm_sched_job_init() (Jocelyn Falempe) [RHEL-74282] +- drm/panel: simple: Add Microchip AC69T88A LVDS Display panel (Jocelyn Falempe) [RHEL-74282] +- drm/xe/guc/ct: Flush g2h worker in case of g2h response timeout (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Full exit out of IPS2 when all allow signals have been cleared (Jocelyn Falempe) [RHEL-74282] +- drm/display: Fix building with GCC 15 (Jocelyn Falempe) [RHEL-74282] +- drm/xe/xe3: Add initial set of workarounds (Jocelyn Falempe) [RHEL-74282] +- drm/xe/ptl: L3bank mask is not available on the media GT (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: disable SG displays on cyan skillfish (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix garbage or black screen when resetting otg (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: skip disable CRTC in seemless bootup case (Jocelyn Falempe) [RHEL-74282] +- drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check() (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: it6505: Enable module autoloading (Jocelyn Falempe) [RHEL-74282] +- drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK (Jocelyn Falempe) [RHEL-74282] +- drm: panel-orientation-quirks: Add quirk for AYA NEO Founder edition (Jocelyn Falempe) [RHEL-74282] +- drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pciid: Add new PCI id for ARL (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pciids: Add PVC's PCI device ID macros (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pciids: separate ARL and MTL PCI IDs (Jocelyn Falempe) [RHEL-74282] +- drm/xe/pciids: separate RPL-U and RPL-P PCI IDs (Jocelyn Falempe) [RHEL-74282] +- dma-fence: Use kernel's sort for merging fences (Jocelyn Falempe) [RHEL-74282] +- dma-fence: Fix reference leak on fence merge failure path (Jocelyn Falempe) [RHEL-74282] +- dma-buf: fix dma_fence_array_signaled v4 (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp5.2: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp7.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp5.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp4.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/hdp6.0: do a posting read when flushing HDP (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Add a left edge pixel if in YCbCr422 or YCbCr420 and odm (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Limit VTotal range to max hw cap minus fp (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Correct prefetch calculation (Jocelyn Falempe) [RHEL-74282] +- drm/dp_mst: Fix resetting msg rx state after topology removal (Jocelyn Falempe) [RHEL-74282] +- drm/dp_mst: Verify request type in the corresponding down message reply (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: fix and simplify workload handling (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: add MEC version that supports no PCIe atomics for GFX12 (Jocelyn Falempe) [RHEL-74282] +- drm/dp_mst: Fix MST sideband message body length check (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: hard-code cacheline for gc943,gc944 (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Ignore scalar validation failure if pipe is phantom (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: calculate final viewport before TAP optimization (Jocelyn Falempe) [RHEL-74282] +- Revert "drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs" (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Remove PIPE_DTO_SRC_SEL programming from set_dtbclk_dto (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: update pipe selection policy to check head pipe (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix handling of plane refcount (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: Remove arcturus min power limit (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: disable pcie speed switching on Intel platform for smu v14.0.2/3 (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: update current_socclk and current_uclk in gpu_metrics on smu v13.0.7 (Jocelyn Falempe) [RHEL-74282] +- drm/amd: Fix initialization mistake for NBIO 7.11 devices (Jocelyn Falempe) [RHEL-74282] +- drm/amd/pm: skip setting the power source on smu v14.0.2/3 (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix usage slab after free (Jocelyn Falempe) [RHEL-74282] +- drm/amd: Add some missing straps from NBIO 7.11.0 (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/pm: add gen5 display to the user on smu v14.0.2/3 (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Use the correct wptr size (Jocelyn Falempe) [RHEL-74282] +- drm/xe/guc_submit: fix race around suspend_pending (Jocelyn Falempe) [RHEL-74282] +- drm/xe/migrate: use XE_BO_FLAG_PAGETABLE (Jocelyn Falempe) [RHEL-74282] +- Revert "drm/radeon: Delay Connector detecting when HPD singals is unstable" (Jocelyn Falempe) [RHEL-74282] +- drm/xe/migrate: fix pat index usage (Jocelyn Falempe) [RHEL-74282] +- drm/xe/xe_guc_ads: save/restore OA registers and allowlist regs (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: it6505: Fix inverted reset polarity (Jocelyn Falempe) [RHEL-74282] +- drm/fbdev-dma: Select FB_DEFERRED_IO (Jocelyn Falempe) [RHEL-74282] +- drm: panel: jd9365da-h3: Remove unused num_init_cmds structure member (Jocelyn Falempe) [RHEL-74282] +- drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check (Jocelyn Falempe) [RHEL-74282] +- drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check (Jocelyn Falempe) [RHEL-74282] +- drm/panic: Fix uninitialized spinlock acquisition with CONFIG_DRM_PANIC=n (Jocelyn Falempe) [RHEL-74282] +- drm/xe/ufence: Wake up waiters after setting ufence->signalled (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dpp (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix null check for pipe_ctx->plane_state in dcn20_program_pipe (Jocelyn Falempe) [RHEL-74282] +- drm/radeon: Fix spurious unplug event on radeon HDMI (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Fix wrong usage of INIT_WORK() (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Fix map/unmap queue logic (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: fix ACA bank count boundary check error (Jocelyn Falempe) [RHEL-74282] +- drm/panthor: Fix OPP refcnt leaks in devfreq initialisation (Jocelyn Falempe) [RHEL-74282] +- drm/panthor: record current and maximum device clock frequencies (Jocelyn Falempe) [RHEL-74282] +- drm/panthor: introduce job cycle and timestamp accounting (Jocelyn Falempe) [RHEL-74282] +- drm: use ATOMIC64_INIT() for atomic64_t (Jocelyn Falempe) [RHEL-74282] +- drm/amdkfd: Use dynamic allocation for CU occupancy array in 'kfd_get_cu_occupancy()' (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Fix the memory allocation issue in amdgpu_discovery_get_nps_info() (Jocelyn Falempe) [RHEL-74282] +- drm/vkms: Drop unnecessary call to drm_crtc_cleanup() (Jocelyn Falempe) [RHEL-74282] +- drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new() (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Reduce HPD Detection Interval for IPS (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Increase idle worker HPD detection time (Jocelyn Falempe) [RHEL-74282] +- drm/xe/hdcp: Fix gsc structure check in fw check status (Jocelyn Falempe) [RHEL-74282] +- drm: panel: nv3052c: correct spi_device_id for RG35XX panel (Jocelyn Falempe) [RHEL-74282] +- drm/panic: Select ZLIB_DEFLATE for DRM_PANIC_SCREEN_QR_CODE (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: tc358767: Fix link properties discovery (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: fix a memleak issue when driver is removed (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: it6505: Drop EDID cache on bridge power off (Jocelyn Falempe) [RHEL-74282] +- drm/bridge: anx7625: Drop EDID cache on bridge power off (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module (Jocelyn Falempe) [RHEL-74282] +- drm/amdgpu: Fix JPEG v4.0.3 register write (Jocelyn Falempe) [RHEL-74282] +- drm/panel: nt35510: Make new commands optional (Jocelyn Falempe) [RHEL-74282] +- udmabuf: fix vmap_udmabuf error page set (Jocelyn Falempe) [RHEL-74282] +- udmabuf: change folios array from kmalloc to kvmalloc (Jocelyn Falempe) [RHEL-74282] +- drm/mm: Mark drm_mm_interval_tree*() functions with __maybe_unused (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Fix incorrect DSC recompute trigger (Jocelyn Falempe) [RHEL-74282] +- drm/amd/display: Skip Invalid Streams from DSC Policy (Jocelyn Falempe) [RHEL-74282] +- rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu (Rafael Aquini) [RHEL-73367] {CVE-2024-53160} +- not upstream: Set vdso is_ready later during boot process (Herbert Xu) [RHEL-76765] +- net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets (CKI Backport Bot) [RHEL-74124] {CVE-2025-21629} +- cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchanged (Mark Langsdorf) [RHEL-66201] +- Bluetooth: hci_core: Fix sleeping function called from invalid context (CKI Backport Bot) [RHEL-74114] {CVE-2024-57894} +- cxl/pci: Check dport->regs.rcd_pcie_cap availability before accessing (Myron Stowe) [RHEL-70563] +- cxl/pci: Add sysfs attribute for CXL 1.1 device link status (Myron Stowe) [RHEL-70563] +- cxl/core/regs: Add rcd_pcie_cap initialization (Myron Stowe) [RHEL-70563] +- Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync (CKI Backport Bot) [RHEL-76123] {CVE-2024-53208} + * Fri Jan 31 2025 Jan Stancek [6.12.0-48.el10] - ALSA: Intel AVS audio hardware enablement for RHEL 10 (Jaroslav Kysela) [RHEL-72802] - gitlab-ci: remove superfluous test_debug/debug_architectures (Michael Hofmann) diff --git a/sources b/sources index c7591c582..962edffca 100644 --- a/sources +++ b/sources @@ -1,5 +1,5 @@ SHA512 (kernel-abi-stablelists-6.6.0.tar.bz2) = 4f917598056dee5e23814621ec96ff2e4a411c8c4ba9d56ecb01b23cb96431825bedbecfcbaac9338efbf5cb21694d85497fa0bf43e7c80d9cd10bc6dd144dbd SHA512 (kernel-kabi-dw-6.6.0.tar.bz2) = 19308cd976031d05e18ef7f5d093218acdb89446418bab0cd956ff12cf66369915b9e64bb66fa9f20939428a60e81884fec5be3529c6c7461738d6540d3cc5c6 -SHA512 (linux-6.12.0-48.el10.tar.xz) = e1b17bfbad2ab96965f312885d220540014cdca34b5c0ca7bbc37d558a7d90b0b117adfea5c9a1bd532581c8e576c7d34060a6500e2c5224d5e115348c3fb489 -SHA512 (kernel-abi-stablelists-6.12.0-48.el10.tar.xz) = 55e74f76b611cd1eda32e2a84ba76c379f1ce8980957baede49144de49800c0c060b9b8017dca1559b9a1277aa90c8a8dc813c371ef4b02c09d54494ae0ffadb -SHA512 (kernel-kabi-dw-6.12.0-48.el10.tar.xz) = 324a07957fcda8de29439dad7398e1ba5b28d63b2519e50a0af4a2fd44de2eb9684f79d16e1c5f286f3f2323a137ca7ad3fe92466d44b6ac4c9595c80bce583a +SHA512 (linux-6.12.0-49.el10.tar.xz) = 9e5cc3e7db25a9dc948eda31009c5f92da23dea2bf86bdcf43dece760c249fa8848f9926c5e91ccad6e86cfbcbfc8d795e147a978b026d0c79b22be3a9b6fc8d +SHA512 (kernel-abi-stablelists-6.12.0-49.el10.tar.xz) = c15df9a5e3e76faab3f5311b09f9e7e7f25fab35c7fa98ac70619a9d61a985b96dce7dd69a596fa56fade15aaafcc9953d9b71800aea25bef3e34b863a95aa90 +SHA512 (kernel-kabi-dw-6.12.0-49.el10.tar.xz) = 7550a1ab641ce3f1c086092ae10cce3d017b3fa20cdf40a00c643de3d62fcfda576931a81e872ddf35c01d2c60d8e92fe525621eb429c04aa0ff7cc83b71d763