# Kernel patches configuration file # vim: set ts=8 sw=8 noet: # # There are three kinds of rules (see guards.1 for details): # +symbol include this patch if symbol is defined; otherwise exclude. # -symbol exclude this patch if symbol is defined; otherwise include. # - exclude this patch. # # Using symbols means that an entirely different source tree will be # generated depending on which symbols are defined. This used to be # a good thing when arch-specific patches contained conflicts with other # patches, but we now have a policy that patches must build everywhere. # The result is a unified source tree that allows us to do neat things # like ship kernel module packages. Creating a divergent tree breaks # these # so you'd better have an extraordinary reason for using them. # For example, the openSUSE 10.3 kernel uses them for segregating the # -rt patches until they can be integrated completely, and these are # only applied at the very end of the series. # # The most common use in recent kernels is to disable a patch with a # username as the symbol to indicate responsbility. Another use is # to check in a patch for testing, but have it disabled in all but your # own build environment. ######################################################## # Build fixes that apply to the vanilla kernel too. # Patches in patches.rpmify are applied to both -vanilla # and patched flavors. ######################################################## patches.rpmify/Add-ksym-provides-tool.patch patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.patch patches.rpmify/usrmerge-Adjust-module-path-in-the-kernel-sources.patch ######################################################## # The sorted section should contain all patches that are # either mainline backports or are already in a known # subystem maintainer repository so that they can be # sorted by git-sort scripts. Out-of-tree patches (which # includes any patch without Git-commit tag) belong # either into the "on the way to mainline" section below # or into one of the subsystem sections. ######################################################## ######################################################## # sorted patches ######################################################## patches.suse/scsi-fnic-Increment-driver-version.patch patches.suse/fs-support-relative-paths-with-FSCONFIG_SET_STRING.patch patches.suse/epoll-annotate-racy-check.patch patches.suse/fcntl-make-F_DUPFD_QUERY-associative.patch patches.suse/epoll-Add-synchronous-wakeup-support-for-ep_poll_callback.patch patches.suse/initramfs-avoid-filename-buffer-overrun.patch patches.suse/cachefiles-Fix-incorrect-length-return-value-in-cachefiles.patch patches.suse/cachefiles-Fix-missing-pos-updates-in-cachefiles_ondemand_.patch patches.suse/cachefiles-Fix-NULL-pointer-dereference-in-object-file.patch patches.suse/netfs-fscache-Add-a-memory-barrier-for-FSCACHE_VOLUME_CREATING.patch patches.suse/0011-fs-protect-backing-files-with-rcu.patch patches.suse/0012-fs-add-file_ref.patch patches.suse/0013-fs-port-files-to-file_ref.patch patches.suse/get-rid-of-.lookup.fdget_rcu-family.patch patches.suse/remove-pointless-includes-of-linux-fdtable.h.patch patches.suse/fs-file.c-remove-sanity_check-and-add-likely-unlikel.patch patches.suse/fs-file.c-conditionally-clear-full_fds.patch patches.suse/fs-file.c-add-fast-path-in-find_next_fd.patch patches.suse/pidfd-add-ioctl-to-retrieve-pid-info.patch patches.suse/uaccess-add-copy_struct_to_user-helper.patch patches.suse/sched_getattr-port-to-copy_struct_to_user.patch patches.suse/block-fs-Pass-an-iocb-to-generic_atomic_write_valid.patch patches.suse/fs-block-Check-for-IOCB_DIRECT-in-generic_atomic_write_valid.patch patches.suse/block-Add-bdev-atomic-write-limits-helpers.patch patches.suse/fs-Export-generic_atomic_write_valid.patch patches.suse/fs-iomap-Atomic-write-support.patch patches.suse/ext4-Do-not-fallback-to-buffered-io-for-DIO-atomic-w.patch patches.suse/get-rid-of-perf_fget_light-convert-kernel-events-core.c-to.patch patches.suse/fdget-trivial-conversions.patch patches.suse/fdget-more-trivial-conversions.patch patches.suse/assorted-variants-of-irqfd-setup-convert-to-CLASS-fd.patch patches.suse/deal-with-the-last-remaing-boolean-uses-of-fd_file.patch patches.suse/teach-filename_lookup-to-treat-NULL-filename-as.patch patches.suse/io_uring-IORING_OP_F-GS-ETXATTR-is-fine-with-REQ_F_F.patch patches.suse/io_-gs-etxattr_prep-just-use-getname.patch patches.suse/io_statx_prep-use-getname_uflags.patch patches.suse/ext4-avoid-remount-errors-with-abort-mount-option.patch patches.suse/ext4-fix-FS_IOC_GETFSMAP-handling.patch patches.suse/ext4-fix-race-in-buffer_head-read-fault-injection.patch patches.suse/ext4-partial-zero-eof-block-on-unaligned-inode-size-.patch patches.suse/jbd2-avoid-dozens-of-Wflex-array-member-not-at-end-w.patch patches.suse/btrfs-do-not-assume-the-full-page-range-is-not-dirty.patch patches.suse/0001-btrfs-move-the-delalloc-range-bitmap-search-into-ext.patch patches.suse/0002-btrfs-mark-all-dirty-sectors-as-locked-inside-writep.patch patches.suse/btrfs-qgroups-remove-bytenr-field-from-struct-btrfs_.patch patches.suse/btrfs-store-fs_info-in-a-local-variable-at-btrfs_qgr.patch patches.suse/btrfs-remove-unnecessary-delayed-refs-locking-at-btr.patch patches.suse/btrfs-always-use-delayed_refs-local-variable-at-btrf.patch patches.suse/btrfs-remove-pointless-initialization-at-btrfs_qgrou.patch patches.suse/btrfs-do-not-clear-read-only-when-adding-sprout-devi.patch patches.suse/0001-btrfs-remove-unused-btrfs_folio_start_writer_lock.patch patches.suse/0002-btrfs-unify-to-use-writer-locks-for-subpage-locking.patch patches.suse/0003-btrfs-rename-btrfs_folio_-set-start-end-_writer_lock.patch patches.suse/btrfs-use-filemap_get_folio-helper.patch patches.suse/btrfs-remove-BUG_ON-at-btrfs_destroy_delayed_refs.patch patches.suse/btrfs-move-btrfs_destroy_delayed_refs-to-delayed-ref.patch patches.suse/btrfs-remove-fs_info-parameter-from-btrfs_destroy_de.patch patches.suse/btrfs-remove-fs_info-parameter-from-btrfs_cleanup_on.patch patches.suse/btrfs-remove-duplicated-code-to-drop-delayed-ref-dur.patch patches.suse/btrfs-use-helper-to-find-first-ref-head-at-btrfs_des.patch patches.suse/btrfs-remove-num_entries-atomic-counter-from-delayed.patch patches.suse/btrfs-change-return-type-of-btrfs_delayed_ref_lock-t.patch patches.suse/btrfs-simplify-obtaining-a-delayed-ref-head.patch patches.suse/btrfs-move-delayed-ref-head-unselection-to-delayed-r.patch patches.suse/btrfs-pass-fs_info-to-functions-that-search-for-dela.patch patches.suse/btrfs-pass-fs_info-to-btrfs_delete_ref_head.patch patches.suse/btrfs-assert-delayed-refs-lock-is-held-at-find_ref_h.patch patches.suse/btrfs-assert-delayed-refs-lock-is-held-at-find_first.patch patches.suse/btrfs-assert-delayed-refs-lock-is-held-at-add_delaye.patch patches.suse/btrfs-add-comments-regarding-locking-to-struct-btrfs.patch patches.suse/btrfs-track-delayed-ref-heads-in-an-xarray.patch patches.suse/io_uring-cmd-let-cmds-to-know-about-dying-task.patch patches.suse/btrfs-push-cleanup-into-btrfs_read_locked_inode.patch patches.suse/btrfs-remove-conditional-path-allocation-in-btrfs_re.patch patches.suse/btrfs-simplify-range-tracking-in-cow_file_range.patch patches.suse/ata-Fix-typos-in-the-comment.patch patches.suse/block-move-iostat-check-into-blk_acount_io_start.patch patches.suse/block-remove-redundant-passthrough-check-in-blk_mq_n.patch patches.suse/block-remove-req-part-check-for-stats-accounting.patch patches.suse/block-kill-blk_do_io_stat-helper.patch patches.suse/block-add-support-for-defining-read-only-partitions.patch patches.suse/block-introduce-add_disk_fwnode.patch patches.suse/block-add-support-for-partition-table-defined-in-OF.patch patches.suse/block-set-issue-time-stamp-based-on-queue-state.patch patches.suse/block-move-issue-side-time-stamping-to-blk_account_i.patch patches.suse/block-add-partition-uuid-into-uevent-as-PARTUUID.patch patches.suse/block-return-void-from-the-queue_sysfs_entry-load_mo.patch patches.suse/block-enable-passthrough-command-statistics.patch patches.suse/ublk-refactor-recovery-configuration-flag-helpers.patch patches.suse/block-sed-opal-add-ioctl-IOC_OPAL_SET_SID_PW.patch patches.suse/block-replace-call_rcu-by-kfree_rcu-for-simple-kmem_.patch patches.suse/Revert-blk-throttle-Fix-IO-hang-for-a-corner-case.patch patches.suse/block-fix-missing-dispatching-request-when-queue-is-started-or-unquiesced.patch patches.suse/block-fix-ordering-between-checking-QUEUE_FLAG_QUIESCED-request-adding.patch patches.suse/block-fix-ordering-between-checking-BLK_MQ_S_STOPPED-request-adding.patch patches.suse/block-flush-all-throttled-bios-when-deleting-the-cgr.patch patches.suse/block-remove-redundant-explicit-memory-barrier-from-.patch patches.suse/blk-mq-Make-blk_mq_quiesce_tagset-hold-the-tag-list-mutex-less-long.patch patches.suse/blk-mq-Unexport-blk_mq_flush_busy_ctxs.patch patches.suse/blk-mq-add-non_owner-variant-of-start_freeze-unfreeze-queue-APIs.patch patches.suse/nvme-core-switch-to-non_owner-variant-of-start_freez.patch patches.suse/block-model-freeze-enter-queue-as-lock-for-supporting-lockdep.patch patches.suse/block-add-a-bdev_limits-helper.patch patches.suse/loop-Use-bdev-limit-helpers-for-configuring-discard.patch patches.suse/brd-defer-automatic-disk-creation-until-module-initi.patch patches.suse/blk-integrity-remove-seed-for-user-mapped-buffers.patch patches.suse/block-remove-zone-append-special-casing-from-the-dir.patch patches.suse/block-remove-bio_add_zone_append_page.patch patches.suse/loop-Simplify-discard-granularity-calc.patch patches.suse/block-update-blk_stack_limits-documentation.patch patches.suse/block-remove-the-max_zone_append_sectors-check-in-bl.patch patches.suse/md-raid5-ppl-Use-atomic64_inc_return-in-ppl_new_ioun.patch patches.suse/md-add-a-new-helper-rdev_blocked.patch patches.suse/md-don-t-wait-faulty-rdev-in-md_wait_for_blocked_rde.patch patches.suse/md-don-t-record-new-badblocks-for-faulty-rdev.patch patches.suse/md-raid1-factor-out-helper-to-handle-blocked-rdev-fr.patch patches.suse/md-raid1-don-t-wait-for-Faulty-rdev-in-wait_blocked_.patch patches.suse/md-raid10-don-t-wait-for-Faulty-rdev-in-wait_blocked.patch patches.suse/md-raid5-don-t-set-Faulty-rdev-for-blocked_rdev.patch patches.suse/md-md-bitmap-Add-missing-destroy_work_on_stack.patch patches.suse/block-Switch-to-using-refcount_t-for-zone-write-plugs.patch patches.suse/block-Replace-sprintf-with-sysfs_emit.patch patches.suse/block-RCU-protect-disk-conv_zones_bitmap-d7cb.patch patches.suse/block-Add-a-public-bdev_zone_is_seq-helper.patch patches.suse/block-remove-blk_freeze_queue.patch patches.suse/rbd-unfreeze-queue-after-marking-disk-as-dead.patch patches.suse/block-always-verify-unfreeze-lock-on-the-owner-task.patch patches.suse/block-don-t-verify-IO-lock-for-freeze-unfreeze-in-elevator_init_mq.patch patches.suse/loop-fix-type-of-block-size.patch patches.suse/md-raid5-Wait-sync-io-to-finish-before-changing-group-cnt.patch patches.suse/s390-dasd-Fix-redundant-proc-dasd-entries-removal.patch patches.suse/s390-dasd-Fix-typo-in-comment.patch patches.suse/ublk-fix-ublk_ch_mmap-for-64K-page-size.patch patches.suse/block-Rework-bio_split-return-value.patch patches.suse/block-Error-an-attempt-to-split-an-atomic-write-in-b.patch patches.suse/block-Handle-bio_split-errors-in-bio_submit_split.patch patches.suse/md-raid0-Handle-bio_split-errors.patch patches.suse/md-raid1-Handle-bio_split-errors.patch patches.suse/md-raid10-Handle-bio_split-errors.patch patches.suse/block-take-chunk_sectors-into-account-in-bio_split_write_zeroes.patch patches.suse/block-fix-bio_split_rw_at-to-take-zone_write_granularity-into-account.patch patches.suse/block-lift-bio_is_zone_append-to-bio.h.patch patches.suse/block-pre-calculate-max_zone_append_sectors.patch patches.suse/nvme-multipath-don-t-bother-clearing-max_hw_zone_app.patch patches.suse/block-remove-the-write_hint-field-from-struct-reques.patch patches.suse/block-remove-the-ioprio-field-from-struct-request.patch patches.suse/nvme-use-helpers-to-access-io_uring-cmd-space.patch patches.suse/nvme-pci-fix-freeing-of-the-HMB-descriptor-table.patch patches.suse/nvme-pci-use-dma_alloc_noncontigous-if-possible.patch patches.suse/nvmet-make-nvmet_wq-visible-in-sysfs.patch patches.suse/nvme-core-remove-repeated-wq-flags.patch patches.suse/nvme-add-reservation-command-s-defines.patch patches.suse/nvmet-support-reservation-feature.patch patches.suse/nvmet-implement-id-ns-for-nvm-command-set.patch patches.suse/nvmet-implement-active-command-set-ns-list.patch patches.suse/nvmet-implement-supported-log-pages.patch patches.suse/nvmet-implement-supported-features-log.patch patches.suse/nvmet-implement-crto-property.patch patches.suse/nvmet-declare-2.1-version-compliance.patch patches.suse/nvmet-implement-endurance-groups.patch patches.suse/nvmet-implement-rotational-media-information-log.patch patches.suse/nvmet-support-for-csi-identify-ns.patch patches.suse/nvme-use-command-set-independent-id-ns-if-available.patch patches.suse/nvme-add-rotational-support.patch patches.suse/nvme-check-ns-s-volatile-write-cache-not-present.patch patches.suse/nvmet-report-ns-s-vwc-not-present.patch patches.suse/nvme-parse-reservation-commands-s-action-and-rtype-t.patch patches.suse/nvmet-add-tracing-of-reservation-commands.patch patches.suse/block-export-blk_validate_limits.patch patches.suse/btrfs-validate-queue-limits.patch patches.suse/nvme-pci-reverse-request-order-in-nvme_queue_rqs.patch patches.suse/virtio_blk-reverse-request-order-in-virtio_queue_rqs.patch patches.suse/block-remove-rq_list_move.patch patches.suse/block-add-a-rq_list-type.patch patches.suse/block-don-t-reorder-requests-in-blk_add_rq_to_plug.patch patches.suse/block-don-t-reorder-requests-in-blk_mq_add_to_batch.patch patches.suse/block-genhd-use-seq_put_decimal_ull-for-diskstats-de.patch patches.suse/block-make-struct-rq_list-available-for-CONFIG_BLOCK.patch patches.suse/md-raid5-Increase-r5conf.cache_name-size.patch patches.suse/io_uring-eventfd-abstract-out-ev_fd-put-helper.patch patches.suse/io_uring-eventfd-check-for-the-need-to-async-notifie.patch patches.suse/io_uring-eventfd-move-actual-signaling-part-into-sep.patch patches.suse/io_uring-eventfd-move-trigger-check-into-a-helper.patch patches.suse/io_uring-eventfd-abstract-out-ev_fd-grab-release-hel.patch patches.suse/io_uring-eventfd-move-ctx-evfd_last_cq_tail-into-io_.patch patches.suse/io_uring-msg_ring-refactor-a-few-helper-functions.patch patches.suse/io_uring-msg_ring-add-support-for-sending-a-sync-mes.patch patches.suse/io_uring-poll-remove-ctx-argument-from-io_poll_req_d.patch patches.suse/io_uring-poll-get-rid-of-unlocked-cancel-hash.patch patches.suse/io_uring-poll-get-rid-of-io_poll_tw_hash_eject.patch patches.suse/io_uring-poll-get-rid-of-per-hashtable-bucket-locks.patch patches.suse/io_uring-cancel-get-rid-of-init_hash_table-helper.patch patches.suse/io_uring-move-cancel-hash-tables-to-kvmalloc-kvfree.patch patches.suse/io_uring-kill-io_llist_xchg.patch patches.suse/io_uring-static_key-for-IORING_SETUP_NO_SQARRAY.patch patches.suse/io_uring-clean-up-cqe-trace-points.patch patches.suse/io_uring-rsrc-don-t-assign-bvec-twice-in-io_import_f.patch patches.suse/io_uring-uring_cmd-get-rid-of-using-req-imu.patch patches.suse/io_uring-rw-get-rid-of-using-req-imu.patch patches.suse/io_uring-remove-issue_flags-argument-for-io_req_set_.patch patches.suse/io_uring-net-move-send-zc-fixed-buffer-import-to-iss.patch patches.suse/io_uring-kill-imu-from-struct-io_kiocb.patch patches.suse/io_uring-net-split-send-and-sendmsg-prep-helpers.patch patches.suse/io_uring-net-don-t-store-send-address-ptr.patch patches.suse/io_uring-net-don-t-alias-send-user-pointer-reads.patch patches.suse/io_uring-net-clean-up-io_msg_copy_hdr.patch patches.suse/io_uring-move-max-entry-definition-and-ring-sizing-i.patch patches.suse/io_uring-abstract-out-a-bit-of-the-ring-filling-logi.patch patches.suse/io_uring-memmap-explicitly-return-EFAULT-for-mmap-on.patch patches.suse/io_uring-register-add-IORING_REGISTER_RESIZE_RINGS.patch patches.suse/io_uring-sqpoll-wait-on-sqd-wait-for-thread-parking.patch patches.suse/io_uring-switch-struct-ext_arg-from-__kernel_timespe.patch patches.suse/io_uring-change-io_get_ext_arg-to-use-uaccess-begin-.patch patches.suse/io_uring-add-support-for-fixed-wait-regions.patch patches.suse/io_uring-nop-add-support-for-testing-registered-file.patch patches.suse/io_uring-rsrc-move-struct-io_fixed_file-to-rsrc.h-he.patch patches.suse/io_uring-splice-open-code-2nd-direct-file-assignment.patch patches.suse/io_uring-rsrc-kill-io_charge_rsrc_node.patch patches.suse/io_uring-rsrc-get-rid-of-per-ring-io_rsrc_node-list.patch patches.suse/io_uring-rsrc-get-rid-of-io_rsrc_node-allocation-cac.patch patches.suse/io_uring-rsrc-add-an-empty-io_rsrc_node-for-sparse-b.patch patches.suse/io_uring-only-initialize-io_kiocb-rsrc_nodes-when-ne.patch patches.suse/io_uring-rsrc-unify-file-and-buffer-resource-tables.patch patches.suse/io_uring-rsrc-add-io_rsrc_node_lookup-helper.patch patches.suse/io_uring-filetable-remove-io_file_from_index-helper.patch patches.suse/io_uring-filetable-kill-io_reset_alloc_hint-helper.patch patches.suse/io_uring-rsrc-add-io_reset_rsrc_node-helper.patch patches.suse/io_uring-rsrc-get-rid-of-the-empty-node-and-dummy_ub.patch patches.suse/io_uring-rsrc-allow-cloning-at-an-offset.patch patches.suse/io_uring-rsrc-allow-cloning-with-node-replacements.patch patches.suse/io_uring-add-support-for-hybrid-IOPOLL.patch patches.suse/io_uring-rsrc-encode-node-type-and-ctx-together.patch patches.suse/io_uring-rsrc-split-io_kiocb-node-type-assignments.patch patches.suse/io_uring-move-cancelations-to-be-io_uring_task-based.patch patches.suse/io_uring-remove-task-ref-helpers.patch patches.suse/io_uring-move-struct-io_kiocb-from-task_struct-to-io.patch patches.suse/io_uring-prevent-speculating-sq_array-indexing.patch patches.suse/io_uring-napi-protect-concurrent-io_napi_entry-timeo.patch patches.suse/io_uring-napi-fix-io_napi_entry-RCU-accesses.patch patches.suse/io_uring-napi-improve-__io_napi_add.patch patches.suse/io_uring-napi-Use-lock-guards.patch patches.suse/io_uring-napi-clean-up-__io_napi_do_busy_loop.patch patches.suse/io_uring-napi-add-static-napi-tracking-strategy.patch patches.suse/io_uring-avoid-normal-tw-intermediate-fallback.patch patches.suse/io_uring-rsrc-pass-struct-io_ring_ctx-reference-to-r.patch patches.suse/io_uring-rsrc-remove-ctx_ptr-of-struct-io_rsrc_node.patch patches.suse/io_uring-rsrc-add-apply-io_req_assign_buf_node.patch patches.suse/io_uring-uring_cmd-fix-buffer-index-retrieval.patch patches.suse/io_uring-fix-invalid-hybrid-polling-ctx-leaks.patch patches.suse/switch-io_msg_ring-to-CLASS-fd.patch patches.suse/io_uring-fortify-io_pin_pages-with-a-warning.patch patches.suse/io_uring-disable-ENTER_EXT_ARG_REG-for-IOPOLL.patch patches.suse/io_uring-temporarily-disable-registered-waits.patch patches.suse/io_uring-introduce-concept-of-memory-regions.patch patches.suse/io_uring-add-memory-region-registration.patch patches.suse/io_uring-restore-back-registered-wait-arguments.patch patches.suse/io_uring-region-fix-error-codes-after-failed-vmap.patch patches.suse/lsm-add-the-lsm_prop-data-structure.patch patches.suse/s390-pci-Sort-PCI-functions-prior-to-creating-virtual-busses.patch patches.suse/s390-pci-Use-topology-ID-for-multi-function-devices.patch patches.suse/s390-pci-Ignore-RID-for-isolated-VFs.patch patches.suse/s390-facilities-Fix-warning-about-shadow-of-global-variable.patch patches.suse/s390-virtio_ccw-Fix-dma_parm-pointer-not-set-up.patch patches.suse/s390-sclp-Allow-user-space-to-provide-PCI-reports-for-optical-modules.patch patches.suse/s390-cio-Correct-some-typos-in-comments.patch patches.suse/s390-pci-Expose-FIDPARM-attribute-in-sysfs.patch patches.suse/s390-cio-Do-not-unregister-the-subchannel-based-on-DNV.patch patches.suse/s390-Fix-various-typos.patch patches.suse/s390-pageattr-Implement-missing-kernel_page_present.patch patches.suse/s390-uv-Refactor-uv-sysfs-creation.patch patches.suse/s390-uv-Provide-host-key-hashes-in-sysfs.patch patches.suse/s390-uv-Use-a-constant-for-more-data-rc.patch patches.suse/s390-uv-Retrieve-UV-secrets-support.patch patches.suse/s390-uvdevice-Add-Retrieve-Secret-IOCTL.patch patches.suse/s390-uvdevice-Increase-indent-in-IOCTL-definitions.patch patches.suse/s390-uv-Retrieve-UV-secrets-sysfs-support.patch patches.suse/s390-zcrypt-Cleanup-include-zcrypt_api.h.patch patches.suse/s390-pkey-Simplify-protected-key-length-calculation-code.patch patches.suse/s390-pkey-Rework-pkey-verify-for-protected-keys.patch patches.suse/s390-pkey-Build-module-name-array-selectively-based-on-kernel-config-options.patch patches.suse/s390-pkey-Add-new-pkey-handler-module-pkey-uv.patch patches.suse/s390-cpum_sf-Handle-CPU-hotplug-remove-during-sampling.patch patches.suse/s390-pkey-Tolerate-larger-key-blobs.patch patches.suse/s390-crypto-Convert-to-reverse-x-mas-tree-rename-ret-to-rc.patch patches.suse/s390-crypto-Use-module-local-structures-for-protected-keys.patch patches.suse/s390-crypto-Generalize-parameters-for-key-conversion.patch patches.suse/s390-crypto-Introduce-function-for-tokenize-clearkeys.patch patches.suse/s390-crypto-Postpone-the-key-split-to-key-conversion.patch patches.suse/s390-crypto-Add-hardware-acceleration-for-full-AES-XTS-mode.patch patches.suse/s390-entry-Remove-__GMAP_ASCE-and-use-_PIF_GUEST_FAU.patch patches.suse/s390-kvm-Remove-kvm_arch_fault_in_page.patch patches.suse/s390-mm-fault-Handle-guest-related-program-interrupt.patch patches.suse/s390-kvm-Stop-using-gmap_-en-dis-able.patch patches.suse/s390-cpum_sf-Fix-and-protect-memory-allocation-of-SDBs-with-mutex.patch patches.suse/s390-kvm-Initialize-uninitialized-flags-variable.patch patches.suse/s390-kvm-Mask-extra-bits-from-program-interrupt-code.patch patches.suse/s390-physmem_info-Query-diag500-STORAGE-LIMIT-to-sup.patch patches.suse/virtio-mem-s390-support.patch patches.suse/lib-Kconfig.debug-Default-STRICT_DEVMEM-to-y-on-s390.patch patches.suse/s390-sparsemem-Reduce-section-size-to-128-MiB.patch patches.suse/s390-sparsemem-Provide-memory_add_physaddr_to_nid-wi.patch patches.suse/s390-uvdevice-Support-longer-secret-lists.patch patches.suse/s390-uvdevice-Fix-and-slightly-improve-kernel-doc-co.patch patches.suse/s390-con3270-Use-NULL-instead-of-0-for-pointers.patch patches.suse/s390-cmpxchg-Provide-arch_try_cmpxchg.patch patches.suse/s390-syscalls-Avoid-creation-of-arch-arch-directory.patch patches.suse/s390-cio-Externalize-full-CMG-characteristics.patch patches.suse/s390-asm-Helper-macros-for-flag-output-operand-handl.patch patches.suse/s390-sthyi-Convert-to-use-flag-output-macros.patch patches.suse/s390-pageattr-Convert-to-use-flag-output-macros.patch patches.suse/s390-time-Convert-to-use-flag-output-macros.patch patches.suse/s390-topology-Convert-to-use-flag-output-macros.patch patches.suse/s390-cpcmd-Convert-to-use-flag-output-macros.patch patches.suse/s390-cpu_mf-Convert-to-use-flag-output-macros.patch patches.suse/s390-mm-Convert-to-use-flag-output-macros.patch patches.suse/s390-pai-Convert-to-use-flag-output-macros.patch patches.suse/s390-uv-Convert-to-use-flag-output-macros.patch patches.suse/s390-smp-Convert-to-use-flag-output-macros.patch patches.suse/s390-irq-Convert-to-use-flag-output-macros.patch patches.suse/s390-diag-Convert-to-use-flag-output-macros.patch patches.suse/s390-string-Convert-to-use-flag-output-macros.patch patches.suse/s390-extmem-Convert-to-use-flag-output-macros.patch patches.suse/s390-kvm-Convert-to-use-flag-output-macros.patch patches.suse/s390-pci-Convert-to-use-flag-output-macros.patch patches.suse/s390-boot-physmem-Convert-to-use-flag-output-macros.patch patches.suse/s390-dasd-Convert-to-use-flag-output-macros.patch patches.suse/s390-sclp-Convert-to-use-flag-output-macros.patch patches.suse/s390-cio-qdio-Convert-to-use-flag-output-macros.patch patches.suse/s390-cio-ioasm-Convert-to-use-flag-output-macros.patch patches.suse/drivers-perf-remove-unused-field-pmu_node.patch patches.suse/perf-imx_perf-add-support-for-i.MX91-platform.patch patches.suse/perf-dwc_pcie-Convert-the-events-with-mixed-case-to-lowerc.patch patches.suse/perf-dwc_pcie-Add-support-for-Ampere-SoCs.patch patches.suse/perf-dwc_pcie-Fix-typos-in-event-names.patch patches.suse/perf-Switch-back-to-struct-platform_driver-remove.patch patches.suse/arm64-mm-Change-pgattr_change_is_safe-arguments-as-pteval_.patch patches.suse/arm64-Expose-ID_AA64ISAR1_EL1.XS-to-sanitised-feature-consumers.patch patches.suse/ACPI-GTDT-Tighten-the-check-for-the-array-of-platfor.patch patches.suse/arm64-fix-.data.rel.ro-size-assertion-when-CONFIG_LTO_CLANG.patch patches.suse/acpi-arm64-Adjust-error-handling-procedure-in-gtdt_p.patch patches.suse/acpi-arm64-remove-unnecessary-cast.patch patches.suse/arm64-tls-Fix-context-switching-of-tpidrro_el0-when-kpti-is-enabled.patch patches.suse/arm64-pt_regs-assert-pt_regs-is-a-multiple-of-16-bytes.patch patches.suse/arm64-pt_regs-remove-stale-big-endian-layout.patch patches.suse/arm64-pt_regs-rename-pmr_save-pmr.patch patches.suse/arm64-pt_regs-swap-unused-and-pmr-fields.patch patches.suse/arm64-use-a-common-struct-frame_record.patch patches.suse/arm64-stacktrace-move-dump_backtrace-to-kunwind_stack_walk.patch patches.suse/arm64-stacktrace-report-source-of-unwind-data.patch patches.suse/arm64-stacktrace-report-recovered-PCs.patch patches.suse/arm64-stacktrace-split-unwind_consume_stack.patch patches.suse/arm64-stacktrace-unwind-exception-boundaries.patch patches.suse/arm64-preserve-pt_regs-stackframe-during-exec.patch patches.suse/kselftest-arm64-signal-drop-now-redundant-GNU_SOURCE.patch patches.suse/kselftest-arm64-hwcap-fix-f8dp2-cpuinfo-name.patch patches.suse/kselftest-arm64-mte-fix-printf-type-warnings-about-_.patch patches.suse/kselftest-arm64-mte-fix-printf-type-warnings-about-l.patch patches.suse/kselftest-arm64-Log-fp-stress-child-startup-errors-t.patch patches.suse/kselftest-arm64-Fix-encoding-for-SVE-B16B16-test.patch patches.suse/kselftest-arm64-Don-t-leak-pipe-fds-in-pac.exec_sign.patch patches.suse/arm64-lib-Handle-CRC-32-alternative-in-C-code.patch patches.suse/arm64-crc32-Reorganize-bit-byte-ordering-macros.patch patches.suse/arm64-crc32-Implement-4-way-interleave-using-PMULL.patch patches.suse/arm64-rsi-Add-RSI-definitions.patch patches.suse/arm64-Detect-if-in-a-realm-and-set-RIPAS-RAM.patch patches.suse/arm64-realm-Query-IPA-size-from-the-RMM.patch patches.suse/arm64-rsi-Add-support-for-checking-whether-an-MMIO-i.patch patches.suse/arm64-rsi-Map-unprotected-MMIO-as-decrypted.patch patches.suse/efi-arm64-Map-Device-with-Prot-Shared.patch patches.suse/arm64-Enforce-bounce-buffers-for-realm-DMA.patch patches.suse/arm64-mm-Avoid-TLBI-when-marking-pages-as-valid.patch patches.suse/arm64-Enable-memory-encrypt-for-Realms.patch patches.suse/virt-arm-cca-guest-TSM_REPORT-support-for-realms.patch patches.suse/arm64-Document-Arm-Confidential-Compute.patch patches.suse/arm64-sysreg-Update-ID_AA64MMFR1_EL1-register.patch patches.suse/arm64-setup-name-tcr2-register.patch patches.suse/arm64-probes-Disable-kprobes-uprobes-on-MOPS-instructions.patch patches.suse/selftests-mm-Fix-unused-function-warning-for-aarch64.patch patches.suse/xen-Fix-the-issue-of-resource-not-being-properly-rel.patch patches.suse/platform-chrome-cros_ec_typec-fix-missing-fwnode-ref.patch patches.suse/0007-firmware-sysfb-Add-a-sysfb_handles_screen_info-helpe.patch patches.suse/firmware-google-Unregister-driver_info-on-failure.patch patches.suse/crypto-ecdsa-Avoid-signed-integer-overflow-on-signat.patch patches.suse/crypto-mxs-dcp-Fix-AES-CBC-with-hardware-bound-keys.patch patches.suse/crypto-caam-Fix-the-pointer-passed-to-caam_qi_shutdo.patch patches.suse/crypto-qat-remove-check-after-debugfs_create_dir.patch patches.suse/crypto-powerpc-p10-aes-gcm-Re-write-AES-GCM-stitched.patch patches.suse/crypto-powerpc-p10-aes-gcm-Register-modules-as-SIMD.patch patches.suse/crypto-powerpc-p10-aes-gcm-Add-dependency-on-CRYPTO_.patch patches.suse/crypto-qat-qat_420xx-fix-off-by-one-in-uof_get_name.patch patches.suse/crypto-qat-qat_4xxx-fix-off-by-one-in-uof_get_name.patch patches.suse/crypto-qat-remove-faulty-arbiter-config-reset.patch patches.suse/crypto-x86-crc32c-simplify-code-for-handling-fewer-t.patch patches.suse/crypto-x86-crc32c-access-32-bit-arguments-as-32-bit.patch patches.suse/crypto-x86-crc32c-eliminate-jump-table-and-excessive.patch patches.suse/crypto-ecdsa-Update-Kconfig-help-text-for-NIST-P521.patch patches.suse/crypto-pcrypt-Call-crypto-layer-directly-when-padata.patch patches.suse/crypto-tegra-remove-redundant-error-check-on-ret.patch patches.suse/crypto-crc32-Provide-crc32-arch-driver-for-accelerat.patch patches.suse/crypto-crc32c-Provide-crc32c-arch-driver-for-acceler.patch patches.suse/crypto-x86-aegis128-access-32-bit-arguments-as-32-bi.patch patches.suse/crypto-cavium-Fix-the-if-condition-to-exit-loop-afte.patch patches.suse/crypto-api-move-crypto_simd_disabled_for_test-to-lib.patch patches.suse/crypto-hisilicon-qm-disable-same-error-report-before.patch patches.suse/crypto-qat-Fix-missing-destroy_workqueue-in-adf_init.patch patches.suse/crypto-inside-secure-Fix-the-return-value-of-safexce.patch patches.suse/crypto-caam-add-error-check-to-caam_rsa_set_priv_key.patch patches.suse/crypto-bcm-add-error-check-in-the-ahash_hmac_init-fu.patch patches.suse/crypto-arm64-crct10dif-Remove-obsolete-chunking-logi.patch patches.suse/crypto-arm64-crct10dif-Use-faster-16x64-bit-polynomi.patch patches.suse/crypto-arm64-crct10dif-Remove-remaining-64x64-PMULL-.patch patches.suse/crypto-arm-crct10dif-Use-existing-mov_l-macro-instea.patch patches.suse/crypto-arm-crct10dif-Macroify-PMULL-asm-code.patch patches.suse/crypto-arm-crct10dif-Implement-plain-NEON-variant.patch patches.suse/crypto-aes-gcm-p10-Use-the-correct-bit-to-test-for-P.patch patches.suse/crypto-cavium-Fix-an-error-handling-path-in-cpt_ucod.patch patches.suse/0008-drm-i915-selftests-Include-linux-prandom.h-instead-o.patch patches.suse/0009-drm-lib-Include-linux-prandom.h-instead-of-linux-ran.patch patches.suse/bpf-Include-linux-prandom.h-instead-of-linux-random..patch patches.suse/bpf-tests-Include-linux-prandom.h-instead-of-linux-r.patch patches.suse/cpufreq-amd-pstate-Rename-MSR-and-shared-memory-specific-functions.patch patches.suse/cpufreq-amd-pstate-Fix-non-kerneldoc-comment.patch patches.suse/cpufreq-amd-pstate-Don-t-update-CPPC-request-in-amd_.patch patches.suse/cpufreq-amd-pstate-Use-amd_pstate_update_min_max_limit-for-EPP-limits.patch patches.suse/cpufreq-amd-pstate-Drop-needless-EPP-initialization.patch patches.suse/cpufreq-amd-pstate-Remove-the-redundant-verify-function.patch patches.suse/cpufreq-amd-pstate-Set-the-initial-min_freq-to-lowest_nonlinear_freq.patch patches.suse/cpufreq-amd-pstate-Call-amd_pstate_register-in-amd_pstate_init.patch patches.suse/cpufreq-amd-pstate-Call-amd_pstate_set_driver-in-amd_pstate_register_driver.patch patches.suse/cpufreq-amd-pstate-Remove-the-switch-case-in-amd_pstate_init.patch patches.suse/cpufreq-amd-pstate-Remove-the-redundant-amd_pstate_set_driver-call.patch patches.suse/amd-pstate-Set-min_perf-to-nominal_perf-for-active-mode-performance-gov.patch patches.suse/amd-pstate-Switch-to-amd-pstate-by-default-on-some-Server-platforms.patch patches.suse/cpufreq-amd-pstate-ut-Add-fix-for-min-freq-unit-test.patch patches.suse/cpufreq-amd-pstate-Rename-functions-that-enable-CPPC.patch patches.suse/cpufreq-amd-pstate-Do-not-attempt-to-clear-MSR_AMD_CPPC_ENABLE.patch patches.suse/cpufreq-amd-pstate-Call-cppc_set_epp_perf-in-the-reenable-function.patch patches.suse/cpufreq-amd-pstate-Align-offline-flow-of-shared-memory-and-MSR-based-systems.patch patches.suse/cpufreq-amd-pstate-Push-adjust_perf-vfunc-init-into-cpu_init.patch patches.suse/cpufreq-amd-pstate-Move-registration-after-static-function-call-update.patch patches.suse/sched-cpufreq-Ensure-sd-is-rebuilt-for-EAS-check.patch patches.suse/cpufreq-ACPI-Simplify-MSR-read-on-the-boot-CPU.patch patches.suse/cpufreq-intel_pstate-Update-Balance-performance-EPP-for-Granite-Rapids.patch patches.suse/cpuidle-menu-Remove-iowait-influence.patch patches.suse/intel_idle-add-Granite-Rapids-Xeon-D-support.patch patches.suse/thermal-core-Initialize-thermal-zones-before-registe.patch patches.suse/thermal-core-Rearrange-PM-notification-code.patch patches.suse/thermal-core-Represent-suspend-related-thermal-zone-.patch patches.suse/thermal-core-Mark-thermal-zones-as-initializing-to-s.patch patches.suse/thermal-core-Fix-race-between-zone-registration-and-.patch patches.suse/thermal-core-Move-lists-of-thermal-instances-to-trip.patch patches.suse/tools-lib-thermal-Make-more-generic-the-command-enco.patch patches.suse/thermal-lib-Fix-memory-leak-on-error-in-thermal_genl.patch patches.suse/thermal-testing-Use-DEFINE_FREE-and-__free-to-simpli.patch patches.suse/thermal-testing-Initialize-some-variables-annoteded-.patch patches.suse/ACPI-CPPC-Fix-_CPC-register-setting-issue.patch patches.suse/ACPI-battery-check-result-of-register_pm_notifier.patch patches.suse/ACPI-battery-allocate-driver-data-through-devm_-APIs.patch patches.suse/ACPI-battery-initialize-mutexes-through-devm_-APIs.patch patches.suse/ACPI-battery-use-DEFINE_SIMPLE_DEV_PM_OPS.patch patches.suse/ACPI-battery-Check-for-error-code-from-devm_mutex_in.patch patches.suse/ACPI-EC-make-EC-support-compile-time-conditional.patch patches.suse/ACPI-pfr_telemetry-remove-redundant-error-check-on-r.patch patches.suse/ACPI-allow-building-without-CONFIG_HAS_IOPORT.patch patches.suse/ACPI-processor_perflib-extend-X86-dependency.patch patches.suse/ACPI-x86-Make-UART-skip-quirks-work-on-PCI-UARTs-wit.patch patches.suse/ACPI-x86-Add-adev-NULL-check-to-acpi_quirk_skip_serd.patch patches.suse/ACPI-video-force-native-for-Apple-MacbookPro11-2-and.patch patches.suse/ACPI-thermal-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-APD-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-EC-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-event-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-pci_link-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-pci_root-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-power-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-SBS-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-SBSHC-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-scan-Use-strscpy-instead-of-strcpy.patch patches.suse/ACPI-Switch-back-to-struct-platform_driver-remove.patch patches.suse/hwmon-max6639-Configure-based-on-DT-property.patch patches.suse/hwmon-nct6775-Add-665-ACE-600M-CL-to-ASUS-WMI-monito.patch patches.suse/hwmon-pmbus-core-clear-faults-after-setting-smbalert.patch patches.suse/hwmon-nct6775-core-Fix-overflows-seen-when-writing-l.patch patches.suse/doc-rcu-update-printed-dynticks-counter-bits.patch patches.suse/rcu-kvfree-Fix-data-race-in-__mod_timer-kvfree_call_.patch patches.suse/kcsan-Turn-report_filterlist_lock-into-a-raw_spinloc.patch patches.suse/EDAC-fsl_ddr-Pass-down-fsl_mc_pdata-in-ddr_in32-and-ddr_out32.patch patches.suse/EDAC-fsl_ddr-Move-global-variables-into-struct-fsl_mc_pdata.patch patches.suse/EDAC-fsl_ddr-Fix-bad-bit-shift-operations.patch patches.suse/EDAC-fsl_ddr-Add-support-for-i.MX9-DDR-controller.patch patches.suse/EDAC-skx_common-Differentiate-memory-error-sources.patch patches.suse/EDAC-skx_common-i10nm-Fix-incorrect-far-memory-error.patch patches.suse/EDAC-igen6-Avoid-segmentation-fault-on-module-unload.patch patches.suse/EDAC-igen6-Add-Intel-Panther-Lake-H-SoCs-support.patch patches.suse/EDAC-bluefield-Fix-potential-integer-overflow.patch patches.suse/x86-mce-Add-wrapper-for-struct-mce-to-export-vendor-specif.patch patches.suse/tracing-Add-__print_dynamic_array-helper.patch patches.suse/x86-MCE-AMD-Add-support-for-new-MCA_SYND-1-2-registers.patch patches.suse/x86-mce-apei-Handle-variable-SMCA-BERT-record-size.patch patches.suse/EDAC-mce_amd-Add-support-for-FRU-text-in-MCA.patch patches.suse/x86-resctrl-Slightly-clean-up-mbm_config_show.patch patches.suse/x86-resctrl-Support-Sub-NUMA-cluster-mode-SNC6.patch patches.suse/x86-microcode-intel-Remove-unnecessary-cache-writeback-and.patch patches.suse/x86-virt-Move-SEV-specific-parsing-into-arch-x86-vir.patch patches.suse/x86-virt-Provide-nosnp-boot-option-for-sev-kernel-co.patch patches.suse/virt-sev-guest-Use-AES-GCM-crypto-library.patch patches.suse/x86-sev-Cache-the-secrets-page-address.patch patches.suse/virt-sev-guest-Consolidate-SNP-guest-messaging-param.patch patches.suse/virt-sev-guest-Reduce-the-scope-of-SNP-command-mutex.patch patches.suse/virt-sev-guest-Carve-out-SNP-message-context-structu.patch patches.suse/x86-mm-Refactor-__set_clr_pte_enc.patch patches.suse/x86-sev-Convert-shared-memory-back-to-private-on-kex.patch patches.suse/x86-sev-Cleanup-vc_handle_msr.patch patches.suse/x86-cpufeatures-Rename-X86_FEATURE_FAST_CPPC-to-have-AMD-prefix.patch patches.suse/x86-cpufeatures-Add-X86_FEATURE_AMD_HETEROGENEOUS_CORES.patch patches.suse/x86-cpu-Enable-SD_ASYM_PACKING-for-PKG-domain-on-AMD.patch patches.suse/x86-cpu-Add-CPU-type-to-struct-cpuinfo_topology.patch patches.suse/x86-amd-Use-heterogeneous-core-topology-for-identifying-boost-numerator.patch patches.suse/x86-cpufeatures-Add-X86_FEATURE_AMD_WORKLOAD_CLASS-f.patch patches.suse/x86-cpu-Fix-FAM5_QUARK_X1000-to-use-X86_MATCH_VFM.patch patches.suse/locking-ww_mutex-Adjust-to-lockdep-nest_lock-requirements.patch patches.suse/futex-Use-atomic64_inc_return-in-get_inode_sequence_.patch patches.suse/futex-Use-atomic64_try_cmpxchg_relaxed-in-get_inode_.patch patches.suse/lockdep-Add-lockdep_cleanup_dead_cpu.patch patches.suse/locking-lockdep-Avoid-creating-new-name-string-liter.patch patches.suse/lockdep-Use-info-level-for-lockdep-initial-info-messages.patch patches.suse/locking-pvqspinlock-Convert-fields-of-enum-vcpu_state-to-uppercase.patch patches.suse/locking-rt-Add-sparse-annotation-PREEMPT_RT-s-sleeping-locks.patch patches.suse/locking-rt-Remove-one-__cond_lock-in-RT-s-spin_trylock_irqsave.patch patches.suse/locking-rt-Add-sparse-annotation-for-RCU.patch patches.suse/locking-rt-Annotate-unlock-followed-by-lock-for-sparse.patch patches.suse/locking-rtmutex-Fix-misleading-comment.patch patches.suse/cleanup-Remove-address-space-of-returned-pointer.patch patches.suse/locking-osq_lock-Use-atomic_try_cmpxchg_release-in-osq_unlock.patch patches.suse/cleanup-Adjust-scoped_guard-macros-to-avoid-potentia.patch patches.suse/cleanup-Add-conditional-guard-helper.patch patches.suse/kcsan-seqlock-Support-seqcount_latch_t.patch patches.suse/kcsan-seqlock-Fix-incorrect-assumption-in-read_seqbe.patch patches.suse/iio-magnetometer-fix-if-scoped_guard-formatting.patch patches.suse/Revert-scripts-faddr2line-Check-only-two-symbols-whe.patch patches.suse/uprobes-switch-to-RCU-Tasks-Trace-flavor-for-better-.patch patches.suse/perf-x86-Refine-hybrid_pmu_type-defination.patch patches.suse/x86-cpu-intel-Define-helper-to-get-CPU-core-native-ID.patch patches.suse/perf-x86-intel-Support-hybrid-PMU-with-multiple-atom-uarchs.patch patches.suse/perf-x86-intel-Add-PMU-support-for-ArrowLake-H.patch patches.suse/uprobes-don-t-abuse-get_utask-in-pre_ssout-and-prepa.patch patches.suse/uprobes-sanitiize-xol_free_insn_slot.patch patches.suse/uprobes-kill-the-unnecessary-put_uprobe-xol_free_ins.patch patches.suse/uprobes-simplify-xol_take_insn_slot-and-its-caller.patch patches.suse/uprobes-move-the-initialization-of-utask-xol_vaddr-f.patch patches.suse/uprobes-pass-utask-to-xol_get_insn_slot-and-xol_free.patch patches.suse/uprobes-deny-mremap-xol_vma.patch patches.suse/uprobes-kill-xol_area-slot_count.patch patches.suse/uprobes-fold-xol_take_insn_slot-into-xol_get_insn_sl.patch patches.suse/perf-x86-amd-Warn-only-on-new-bits-set.patch patches.suse/uprobe-Add-data-pointer-to-consumer-handlers.patch patches.suse/uprobe-Add-support-for-session-consumer.patch patches.suse/perf-x86-rapl-Move-the-pmu-allocation-out-of-CPU-hotplug.patch patches.suse/perf-x86-rapl-Clean-up-cpumask-and-hotplug.patch patches.suse/uprobes-allow-put_uprobe-from-non-sleepable-softirq-.patch patches.suse/uprobes-SRCU-protect-uretprobe-lifetime-with-timeout.patch patches.suse/perf-x86-intel-pt-Fix-buffer-full-but-size-is-0-case.patch patches.suse/perf-core-Add-aux_pause-aux_resume-aux_start_paused.patch patches.suse/perf-x86-intel-pt-Add-support-for-pause-resume.patch patches.suse/perf-x86-intel-Do-not-enable-large-PEBS-for-events-with-aux-actions-or-aux-sampling.patch patches.suse/perf-x86-amd-uncore-Avoid-a-false-positive-warning-about-s.patch patches.suse/perf-core-Hoist-perf_instruction_pointer-and-perf_misc_fla.patch patches.suse/perf-powerpc-Use-perf_arch_instruction_pointer.patch patches.suse/perf-x86-Refactor-misc-flag-assignments.patch patches.suse/perf-core-Correct-perf-sampling-with-guest-VMs.patch patches.suse/sched-change-wake_up_bit-and-related-function-to-expect-unsigned-long.patch patches.suse/sched-Improve-documentation-for-wake_up_bit-wait_on_bit-family-of-functions.patch patches.suse/sched-Document-wait_var_event-family-of-functions-and-wake_up_var.patch patches.suse/sched-Add-test_and_clear_wake_up_bit-and-atomic_dec_and_wake_up.patch patches.suse/sched-Add-wait-wake-interface-for-variable-updated-under-a-lock.patch patches.suse/sched-add-wait_var_event_io.patch patches.suse/softirq-use-bit-waits-instead-of-var-waits.patch patches.suse/sched-remove-unused-__HAVE_THREAD_FUNCTIONS-hook-support.patch patches.suse/sched-fair-remove-the-DOUBLE_TICK-feature.patch patches.suse/sched-fair-optimize-the-PLACE_LAG-when-se-vlag-is-zero.patch patches.suse/sched-fair-fix-the-comment-for-PREEMPT_SHORT.patch patches.suse/sched-wait-Remove-unused-bit_wait_io_timeout.patch patches.suse/sched-idle-Optimize-the-generic-idle-loop-by-removing-needless-memory-barrier.patch patches.suse/sched-Improve-cache-locality-of-RSEQ-concurrency-IDs-for-intermittent-workloads.patch patches.suse/locking-mutex-Remove-wakeups-from-under-mutex-wait_lock.patch patches.suse/locking-mutex-Make-mutex-wait_lock-irq-safe.patch patches.suse/locking-mutex-Expose-__mutex_owner.patch patches.suse/sched-Add-move_queued_task_locked-helper.patch patches.suse/sched-Consolidate-pick_-_task-to-task_is_pushable-helper.patch patches.suse/sched-Split-out-__schedule-deactivate-task-logic-into-a-helper.patch patches.suse/sched-Split-scheduler-and-execution-contexts.patch patches.suse/sched-uclamp-Fix-unnused-variable-warning.patch patches.suse/sched-psi-pass-enqueue-dequeue-flags-to-psi-callbacks-directly.patch patches.suse/sched-Initialize-idle-tasks-only-once.patch patches.suse/sched-ext-Remove-sched_fork-hack.patch patches.suse/sched-Add-TIF_NEED_RESCHED_LAZY-infrastructure.patch patches.suse/sched-Add-Lazy-preemption-model.patch patches.suse/sched-Enable-PREEMPT_DYNAMIC-for-PREEMPT_RT.patch patches.suse/sched-x86-Enable-Lazy-preemption.patch patches.suse/riscv-add-PREEMPT_LAZY-support.patch patches.suse/sched-No-PREEMPT_RT-y-for-all-yes-mod-config.patch patches.suse/sched-x86-Update-the-comment-for-TIF_NEED_RESCHED_LAZY.patch patches.suse/x86-split_lock-Move-Split-and-Bus-lock-code-to-a-dedicated.patch patches.suse/x86-bus_lock-Add-support-for-AMD.patch patches.suse/hrtimer-Use-__raise_softirq_irqoff-to-raise-the-softirq.patch patches.suse/timers-Use-__raise_softirq_irqoff-to-raise-the-softirq.patch patches.suse/softirq-Use-a-dedicated-thread-for-timer-wakeups-on-PREEMPT_RT.patch patches.suse/irqchip-riscv-aplic-Prevent-crash-when-MSI-domain-is.patch patches.suse/0013-drm-i915-Change-fault-type-to-unsigned-long.patch patches.suse/timekeeping-Don-t-use-seqcount-loop-in-ktime_mono_to.patch patches.suse/timekeeping-Add-interfaces-for-handling-timestamps-w.patch patches.suse/timekeeping-Add-percpu-counter-for-tracking-floor-sw.patch patches.suse/timers-Move-sleep-and-timeout-functions-into-a-separate-file.patch patches.suse/iopoll-regmap-phy-snd-Fix-comment-referencing-outdat.patch patches.suse/posix-timers-Replace-call_rcu-by-kfree_rcu-for-simple-kmem_cache_free-callback.patch patches.suse/timekeeping-Read-NTP-tick-length-only-once.patch patches.suse/timekeeping-Don-t-stop-time-readers-across-hard_pps-.patch patches.suse/timekeeping-Avoid-duplicate-leap-state-update.patch patches.suse/timekeeping-Reorder-struct-timekeeper.patch patches.suse/posix-timers-Cure-si_sys_private-race.patch patches.suse/jiffies-Define-secs_to_jiffies.patch patches.suse/timers-Add-missing-READ_ONCE-in-__run_timer_base.patch patches.suse/timekeeping-Remove-CONFIG_DEBUG_TIMEKEEPING.patch patches.suse/timekeeping-Always-check-for-negative-motion.patch patches.suse/hrtimers-Add-missing-hrtimer_init-trace-points.patch patches.suse/0014-drm-i915-request-Remove-unnecessary-modification-of-.patch patches.suse/KVM-x86-xen-Initialize-hrtimer-in-kvm_xen_init_vcpu.patch patches.suse/_RESEND_PATCH_v2_04_19_wifi_rt2x00_Remove_redundant_.patch patches.suse/io_uring-Remove-redundant-hrtimer-s-callback-functio.patch patches.suse/hrtimers-Introduce-hrtimer_setup-to-replace-hrtimer_init.patch patches.suse/hrtimers-Introduce-hrtimer_setup_on_stack.patch patches.suse/hrtimers-Introduce-hrtimer_setup_sleeper_on_stack.patch patches.suse/hrtimers-Introduce-hrtimer_update_function.patch patches.suse/fs-aio-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch patches.suse/futex-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch patches.suse/net-pktgen-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch patches.suse/timers-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch patches.suse/wait-Switch-to-use-hrtimer_setup_sleeper_on_stack.patch patches.suse/hrtimers-Delete-hrtimer_init_sleeper_on_stack.patch patches.suse/sched-idle-Switch-to-use-hrtimer_setup_on_stack.patch patches.suse/io_uring-Switch-to-use-hrtimer_setup_on_stack.patch patches.suse/clocksource-drivers-sp804-Make-user-selectable.patch patches.suse/clocksource-drivers-timer-ti-dm-Fix-child-node-refco.patch patches.suse/docs-fix-WARNING-document-not-included-in-any-toctre.patch patches.suse/Documentation-kgdb-Correct-parameter-error.patch patches.suse/docs-zh_TW-zh_CN-Make-rst-references-unique.patch patches.suse/scripts-kernel-doc-Do-not-track-section-counter-acro.patch patches.suse/kernel-doc-allow-object-like-macros-in-ReST-output.patch patches.suse/selftests-livepatch-rename-KLP_SYSFS_DIR-to-SYSFS_KL.patch patches.suse/selftests-livepatch-save-and-restore-kprobe-state.patch patches.suse/selftests-livepatch-test-livepatching-a-kprobed-func.patch patches.suse/cgroup-cpuset-Fix-spelling-errors-in-file-kernel-cgroup-cpuset.c.patch patches.suse/cgroup-rstat-Tracking-cgroup-level-niced-CPU-time.patch patches.suse/Revert-cgroup-Fix-memory-leak-caused-by-missing-cgroup_bpf_offline.patch patches.suse/cgroup-bpf-only-cgroup-v2-can-be-attached-by-bpf-programs.patch patches.suse/cgroup-cpuset-Revert-Allow-suppression-of-sched-domain-rebuild-in-update_cpumasks_hier.patch patches.suse/cgroup-cpuset-Enforce-at-most-one-rebuild_sched_domains_locked-call-per-operation.patch patches.suse/cgroup-cpuset-Disable-cpuset_cpumask_can_shrink-test-if-not-load-balancing.patch patches.suse/sched_ext-Factor-out-move_task_between_dsqs-from-scx_dispatch_from_dsq.patch patches.suse/sched-ext-Fix-unmatch-trailing-comment-of-CONFIG_EXT_GROUP_SCHED.patch patches.suse/sched-ext-Use-tg_cgroup-to-elieminate-duplicate-code.patch patches.suse/sched_ext-Use-btf_ids-to-resolve-task_struct.patch patches.suse/sched_ext-improve-WAKE_SYNC-behavior-for-default-idle-CPU-selection.patch patches.suse/sched_ext-Clarify-ops.select_cpu-for-single-CPU-tasks.patch patches.suse/sched_ext-Introduce-LLC-awareness-to-the-default-idle-selection-policy.patch patches.suse/sched_ext-Rename-CFI-stubs-to-names-that-are-recognized-by-BPF.patch patches.suse/sched_ext-Replace-set_arg_maybe_null-with-__nullable-CFI-stub-tags.patch patches.suse/sched_ext-Introduce-NUMA-awareness-to-the-default-idle-selection-policy.patch patches.suse/sched_ext-Do-not-enable-LLC-NUMA-optimizations-when-domains-overlap.patch patches.suse/sched_ext-Fix-incorrect-use-of-bitwise-AND.patch patches.suse/sched_ext-Avoid-live-locking-bypass-mode-switching.patch patches.suse/sched_ext-Enable-the-ops-breather-and-eject-BPF-scheduler-on-softlockup.patch patches.suse/sched_ext-Clarify-sched_ext_ops-table-for-userland-scheduler.patch patches.suse/sched_ext-add-a-missing-rcu_read_lock-unlock-pair-at-scx_select_cpu_dfl.patch patches.suse/sched_ext-scx_bpf_dispatch_from_dsq_set_-are-allowed-from-unlocked-context.patch patches.suse/sched_ext-Rename-scx_bpf_dispatch-_vtime-to-scx_bpf_dsq_insert-_vtime.patch patches.suse/sched_ext-Rename-scx_bpf_consume-to-scx_bpf_dsq_move_to_local.patch patches.suse/sched_ext-Rename-scx_bpf_dispatch-_vtime-_from_dsq-scx_bpf_dsq_move-_vtime.patch patches.suse/sched_ext-Replace-scx_next_task_picked-with-switch_class-in-comment.patch patches.suse/tracing-Fix-function-timing-profiler-to-initialize-hashtab.patch patches.suse/tracing-Add-a-comment-about-ftrace_regs-definition.patch patches.suse/ftrace-Make-ftrace_regs-abstract-from-direct-use.patch patches.suse/ftrace-Consolidate-ftrace_regs-accessor-functions-for-archs-using-pt_regs.patch patches.suse/ftrace-Use-arch_ftrace_regs-for-ftrace_regs_-macros.patch patches.suse/ftrace-Rename-ftrace_regs_return_value-to-ftrace_regs_get_.patch patches.suse/selftests-resctrl-Print-accurate-buffer-size-as-part.patch patches.suse/selftests-resctrl-Fix-memory-overflow-due-to-unhandl.patch patches.suse/selftests-resctrl-Protect-against-array-overrun-duri.patch patches.suse/selftests-resctrl-Protect-against-array-overflow-whe.patch patches.suse/regmap-irq-Consistently-use-memset32-in-regmap_irq_t.patch patches.suse/regmap-maple-Provide-lockdep-sub-class-for-maple-tre.patch patches.suse/regmap-irq-Set-lockdep-class-for-hierarchical-IRQ-do.patch patches.suse/regulator-qcom-smd-make-smd_vreg_rpm-static.patch patches.suse/regulator-rk808-Restrict-DVS-GPIOs-to-the-RK808-vari.patch patches.suse/spi-spi-fsl-lpspi-Use-IRQF_NO_AUTOEN-flag-in-request.patch patches.suse/0015-video-fbdev-mmp-switch-to-use-spi_alloc_host.patch patches.suse/spi-spi-fsl-lpspi-Adjust-type-of-scldiv.patch patches.suse/spi-spi-fsl-lpspi-support-effective_speed_hz.patch patches.suse/driver-core-Add-device-probe-log-helper-dev_warn_pro.patch patches.suse/spi-tegra210-quad-Avoid-shift-out-of-bounds.patch patches.suse/spi-zynqmp-gqspi-Undo-runtime-PM-changes-at-driver-e.patch patches.suse/spi-cs42l43-Add-GPIO-speaker-id-support-to-the-bridg.patch patches.suse/pwm-imx27-Workaround-of-the-pwm-output-bug-when-decr.patch patches.suse/pwm-Assume-a-disabled-PWM-to-emit-a-constant-inactiv.patch patches.suse/gpio-free-irqs-that-are-still-requested-when-the-chi.patch patches.suse/gpio-vf610-use-generic-device_get_match_data.patch patches.suse/gpio-sloppy-logic-analyzer-remove-reference-to-rcu_m.patch patches.suse/gpio-grgpio-use-a-helper-variable-to-store-the-addre.patch patches.suse/gpio-grgpio-Add-NULL-check-in-grgpio_probe.patch patches.suse/power-sequencing-make-the-QCom-PMU-pwrseq-driver-dep.patch patches.suse/0003-OPP-Rework-_set_required_devs-to-manage-a-single-dev.patch patches.suse/0004-PM-domains-Support-required-OPPs-in-dev_pm_domain_at.patch patches.suse/0005-pmdomain-core-Manage-the-default-required-OPP-from-a.patch patches.suse/0006-pmdomain-core-Set-the-required-dev-for-a-required-OP.patch patches.suse/0016-drm-tegra-gr3d-Convert-into-devm_pm_domain_attach_li.patch patches.suse/pmdomain-ti-sci-Add-missing-of_node_put-for-args.np.patch patches.suse/mmc-core-Add-SD-card-quirk-for-broken-poweroff-notif.patch patches.suse/mmc-sdhci-esdhc-imx-enable-quirks-SDHCI_QUIRK_NO_LED.patch patches.suse/mmc-sd-SDUC-Support-Recognition.patch patches.suse/mmc-core-Adjust-ACMD22-to-SDUC.patch patches.suse/mmc-mtk-sd-use-devm_mmc_alloc_host.patch patches.suse/mmc-mtk-sd-fix-devm_clk_get_optional-usage.patch patches.suse/mmc-sdhci-of-arasan-Support-for-emmc-hardware-reset.patch patches.suse/mmc-mmc_spi-drop-buggy-snprintf.patch patches.suse/mmc-pwrseq_simple-add-support-for-one-reset-control.patch patches.suse/mmc-core-Use-GFP_NOIO-in-ACMD22.patch patches.suse/mmc-mtk-sd-Fix-error-handle-of-probe-function.patch patches.suse/mmc-mtk-sd-Fix-MMC_CAP2_CRYPTO-flag-setting.patch patches.suse/mmc-pwrseq_simple-Handle-RESET_CONTROLLER-properly.patch patches.suse/logic_pio-Constify-fwnode_handle.patch patches.suse/PCI-Constify-pci_register_io_range-fwnode_handle.patch patches.suse/of-property-add-of_graph_get_next_port.patch patches.suse/of-property-add-of_graph_get_next_port_endpoint.patch patches.suse/ASoC-test-component-use-new-of_graph-functions.patch patches.suse/ASoC-audio-graph-card-use-new-of_graph-functions.patch patches.suse/ASoC-audio-graph-card2-use-new-of_graph-functions.patch patches.suse/0017-gpu-drm-omapdrm-use-new-of_graph-functions.patch patches.suse/0018-fbdev-omapfb-use-new-of_graph-functions.patch patches.suse/of-fdt-add-dt_phys-arg-to-early_init_dt_scan-and-ear.patch patches.suse/of-Allow-overlay-kunit-tests-to-run-CONFIG_OF_OVERLA.patch patches.suse/HID-wacom-Interpret-tilt-data-from-Intuos-Pro-BT-as-.patch patches.suse/HID-magicmouse-Apple-Magic-Trackpad-2-USB-C-driver-s.patch patches.suse/msft-hv-3082-HID-hyperv-streamline-driver-probe-to-avoid-devres-i.patch patches.suse/HID-simplify-snto32.patch patches.suse/HID-bpf-move-HID-BPF-report-descriptor-fixup-earlier.patch patches.suse/HID-core-save-one-kmemdup-during-.probe.patch patches.suse/HID-core-remove-one-more-kmemdup-on-.probe.patch patches.suse/HID-bpf-allow-write-access-to-quirks-field-in-struct.patch patches.suse/selftests-hid-add-dependency-on-hid_common.h.patch patches.suse/selftests-hid-cleanup-C-tests-by-adding-a-common-str.patch patches.suse/selftests-hid-allow-to-parametrize-bus-vid-pid-rdesc.patch patches.suse/HID-add-per-device-quirk-to-force-bind-to-hid-generi.patch patches.suse/selftests-hid-add-test-for-assigning-a-given-device-.patch patches.suse/HID-bpf-Fix-NKRO-on-Mistel-MD770.patch patches.suse/HID-bpf-Fix-Rapoo-M50-Plus-Silent-side-buttons.patch patches.suse/HID-bpf-drop-use-of-Logical-Physical-UsageRange.patch patches.suse/media-v4l-Add-luma-16-bit-interlaced-pixel-format.patch patches.suse/media-uvcvideo-Add-luma-16-bit-interlaced-pixel-form.patch patches.suse/media-uvcvideo-RealSense-D421-Depth-module-metadata.patch patches.suse/media-uvcvideo-Add-support-for-the-D3DFMT_R5G6B5-pix.patch patches.suse/media-uvcvideo-Add-a-quirk-for-the-Kaiweets-KTI-W02-.patch patches.suse/media-uvcvideo-Force-UVC-version-to-1.0a-for-0408-40.patch patches.suse/media-uvcvideo-Require-entities-to-have-a-non-zero-u.patch patches.suse/media-uvcvideo-Refactor-the-status-irq-API.patch patches.suse/media-uvcvideo-Avoid-race-condition-during-unregiste.patch patches.suse/media-v4l2-core-add-v4l2_debugfs_root.patch patches.suse/media-pwc-set-lock-before-calling-vb2_queue_init.patch patches.suse/media-msi2500-set-lock-before-calling-vb2_queue_init.patch patches.suse/media-hackrf-set-lock-before-calling-vb2_queue_init.patch patches.suse/media-airspy-set-lock-before-calling-vb2_queue_init.patch patches.suse/media-rcar_drif.c-set-lock-before-calling-vb2_queue_.patch patches.suse/media-video-i2c-set-lock-before-calling-vb2_queue_in.patch patches.suse/media-tda18271-add-missing-result-checking-of-tda182.patch patches.suse/media-platform-rga-fix-32-bit-DMA-limitation.patch patches.suse/media-verisilicon-av1-Fix-reference-video-buffer-poi.patch patches.suse/media-mtk-jpeg-Fix-null-ptr-deref-during-unload-modu.patch patches.suse/media-imx-jpeg-Set-video-drvdata-before-register-vid.patch patches.suse/media-amphion-Set-video-drvdata-before-register-vide.patch patches.suse/media-imx-jpeg-Ensure-power-suppliers-be-suspended-b.patch patches.suse/media-wl128x-Fix-atomicity-violation-in-fmc_send_cmd.patch patches.suse/media-cx231xx-Add-support-for-Dexatek-USB-Video-Grab.patch patches.suse/media-i2c-tc358743-Fix-crash-in-the-probe-error-path.patch patches.suse/media-platform-allegro-dvt-Fix-possible-memory-leak-.patch patches.suse/media-ts2020-fix-null-ptr-deref-in-ts2020_probe.patch patches.suse/media-qcom-camss-fix-error-path-on-configuration-of-.patch patches.suse/media-i2c-max96717-clean-up-on-error-in-max96717_sub.patch patches.suse/media-ti-j721e-csi2rx-Convert-comma-to-semicolon.patch patches.suse/media-uapi-Add-meta-formats-for-PiSP-FE-config-and-s.patch patches.suse/media-i2c-vgxy61-Fix-an-error-handling-path-in-vgxy6.patch patches.suse/media-i2c-ds90ub960-Fix-missing-return-check-on-ub96.patch patches.suse/v4l2-subdev-Return-EOPNOTSUPP-for-unsupported-pad-ty.patch patches.suse/media-ipu6-fix-the-wrong-type-casting-and-64-bit-div.patch patches.suse/media-ipu6-remove-redundant-dependency-in-Kconfig.patch patches.suse/media-platform-video-mux-Fix-mutex-locking.patch patches.suse/media-uvcvideo-Stop-stream-during-unregister.patch patches.suse/media-videobuf2-core-update-vb2_thread-if-wait_finis.patch patches.suse/media-v4l2-core-v4l2-dv-timings-check-cvt-gtf-result.patch patches.suse/media-vb2-Fix-comment.patch patches.suse/media-mantis-remove-orphan-mantis_core.h.patch patches.suse/media-ipu6-Fix-DMA-and-physical-address-debugging-me.patch patches.suse/media-ipu6-not-override-the-dma_ops-of-device-in-dri.patch patches.suse/media-ipu6-use-the-IPU6-DMA-mapping-APIs-to-do-mappi.patch patches.suse/media-ipu6-remove-architecture-DMA-ops-dependency-in.patch patches.suse/media-i2c-dw9768-Fix-pm_runtime_set_suspended-with-r.patch patches.suse/media-amphion-Fix-pm_runtime_set_suspended-with-runt.patch patches.suse/media-venus-Fix-pm_runtime_set_suspended-with-runtim.patch patches.suse/media-gspca-ov534-ov772x-Fix-off-by-one-error-in-set.patch patches.suse/media-ov08x40-Fix-burst-write-sequence.patch patches.suse/media-intel-ipu6-do-not-handle-interrupts-when-devic.patch patches.suse/media-intel-ipu6-remove-buttress-ish-structure.patch patches.suse/media-ipu6-move-the-l2_unmap-up-before-l2_map.patch patches.suse/media-venus-fix-enc-dec-destruction-order.patch patches.suse/media-venus-sync-with-threaded-IRQ-during-inst-destr.patch patches.suse/media-atomisp-Add-check-for-rgby_data-memory-allocat.patch patches.suse/media-platform-exynos4-is-Fix-an-OF-node-reference-l.patch patches.suse/MAINTAINERS-update-location-of-media-main-tree.patch patches.suse/docs-media-update-location-of-the-media-patches.patch patches.suse/media-uvcvideo-Skip-parsing-frames-of-type-UVC_VS_UN.patch patches.suse/platform-x86-intel-pmt-Correct-the-typo-ACCCESS_LOCA.patch patches.suse/platform-x86-intel-pmc-Refactor-platform-resume-func.patch patches.suse/platform-x86-intel-pmc-Disable-C1-auto-demotion-during-suspend.patch patches.suse/platform-x86-amd-hsmp-Create-hsmp-directory.patch patches.suse/platform-x86-amd-hsmp-Create-wrapper-function-init_acpi.patch patches.suse/platform-x86-amd-hsmp-Convert-amd_hsmp_rdwr-to-a-function-.patch patches.suse/platform-x86-amd-hsmp-Move-structure-and-macros-to-header-.patch patches.suse/platform-x86-amd-hsmp-Move-platform-device-specific-code-t.patch patches.suse/platform-x86-amd-hsmp-Move-ACPI-code-to-acpi.c.patch patches.suse/platform-x86-amd-hsmp-Change-generic-plat_dev-name-to-hsmp.patch patches.suse/platform-x86-amd-hsmp-Create-separate-ACPI-plat-and-common.patch patches.suse/platform-x86-amd-hsmp-Use-name-space-while-exporting-modul.patch patches.suse/platform-x86-amd-hsmp-Use-dev_groups-in-the-driver-structu.patch patches.suse/platform-x86-amd-hsmp-Make-hsmp_pdev-static-instead-of-glo.patch patches.suse/alienware-wmi-fixed-indentation-and-clean-up-7757f9d5.patch patches.suse/alienware-wmi-alienware_wmax_command-is-now-input-si-479bb5ff.patch patches.suse/alienware-wmi-added-platform-profile-support.patch patches.suse/platform-x86-intel-Add-intel-prefix-to-the-modules-a.patch patches.suse/platform-x86-intel-vsec-Remove-a-useless-mutex.patch patches.suse/platform-x86-amd-pmf-Switch-to-platform_get_resource.patch patches.suse/platform-x86-x86-android-tablets-Add-get_i2c_adap_by.patch patches.suse/platform-x86-x86-android-tablets-Add-support-for-get.patch patches.suse/platform-x86-x86-android-tablets-Add-support-for-Vex.patch patches.suse/platform-x86-asus-wmi-Fix-inconsistent-use-of-therma.patch patches.suse/platform-x86-asus-wmi-Use-platform_profile_cycle.patch patches.suse/platform-x86-amd-hsmp-mark-hsmp_msg_desc_table-as-maybe_un.patch patches.suse/platform-x86-amd-amd_3d_vcache-Add-AMD-3D-V-Cache-optimize.patch patches.suse/platform-x86-amd-hsmp-Add-new-error-code-and-error-logs.patch patches.suse/platform-x86-amd-hsmp-Change-the-error-type.patch patches.suse/platform-x86-intel-pmt-allow-user-offset-for-PMT-cal.patch patches.suse/alienware-wmi-extends-the-list-of-supported-models.patch patches.suse/platform-x86-panasonic-laptop-Return-errno-correctly.patch patches.suse/efi-libstub-fix-efi_parse_options-ignoring-the-defau.patch patches.suse/efi-libstub-remove-unnecessary-cmd_line_len-from-efi.patch patches.suse/efi-libstub-measure-initrd-to-PCR9-independent-of-so.patch patches.suse/tpm-fix-signed-unsigned-bug-when-checking-event-logs.patch patches.suse/tpm-do-not-ignore-memblock_reserve-return-value.patch patches.suse/tpm-fix-unsigned-signed-mismatch-errors-related-to-_.patch patches.suse/libstub-tpm-do-not-ignore-failure-case-when-reading-.patch patches.suse/efi-libstub-Free-correct-pointer-on-failure.patch patches.suse/efi-zboot-Fix-outdated-comment-about-using-LoadImage.patch patches.suse/efi-memattr-Ignore-table-if-the-size-is-clearly-bogu.patch patches.suse/x86-efi-Drop-support-for-the-EFI_PROPERTIES_TABLE.patch patches.suse/x86-efi-Apply-EFI-Memory-Attributes-after-kexec.patch patches.suse/efi-libstub-Parse-builtin-command-line-after-bootloa.patch patches.suse/efi-libstub-Fix-command-line-fallback-handling-when-.patch patches.suse/efi-libstub-Take-command-line-overrides-into-account.patch patches.suse/efi-Fix-memory-leak-in-efivar_ssdt_load.patch patches.suse/Bluetooth-add-HAS_IOPORT-dependencies.patch patches.suse/0019-drm-handle-HAS_IOPORT-dependencies.patch patches.suse/tty-serial-handle-HAS_IOPORT-dependencies.patch patches.suse/asm-generic-provide-generic-page_to_phys-and-phys_to.patch patches.suse/asm-generic-add-an-optional-pfn_valid-check-to-page_.patch patches.suse/watchdog-Add-HAS_IOPORT-dependency-for-SBC8360-and-S.patch patches.suse/tty-serial-export-serial_8250_warn_need_ioport.patch patches.suse/arm64-tegra-p2180-Add-mandatory-compatible-for-WiFi-node.patch patches.suse/arm64-dts-rockchip-Split-up-RK3588-s-PCIe-pinctrls.patch patches.suse/arm64-dts-rockchip-Fix-Turing-RK1-PCIe3-hang.patch patches.suse/arm64-dts-rockchip-pwm-leds-for-Orange-Pi-5.patch patches.suse/arm64-dts-rockchip-Remove-enable-active-low-from-two-boards.patch patches.suse/arm64-dts-imx8mn-tqma8mqnl-mba8mx-usbot-fix-coexistence-of-output-low-and-output-high-in-GPIO.patch patches.suse/arm64-dts-freescale-imx8mm-verdin-Fix-SD-regulator-startup-delay.patch patches.suse/arm64-dts-freescale-imx8mp-verdin-Fix-SD-regulator-startup-delay.patch patches.suse/arm64-dts-allwinner-pinephone-Add-mount-matrix-to-accelerometer.patch patches.suse/arm64-dts-rockchip-correct-analog-audio-name-on-Indiedroid-Nova.patch patches.suse/Revert-firmware-tegra-bpmp-Use-scoped-device-node-handling-to-simplify-error-paths.patch patches.suse/drivers-soc-xilinx-add-the-missing-kfree-in-xlnx_add.patch patches.suse/soc-qcom-llcc-Use-designated-initializers-for-LLC-se.patch patches.suse/firmware-qcom-scm-Allow-QSEECOM-on-Lenovo-Yoga-Slim-.patch patches.suse/soc-qcom-geni-se-fix-array-underflow-in-geni_se_clk_.patch patches.suse/soc-qcom-pd-mapper-Add-QCM6490-PD-maps.patch patches.suse/firmware-qcom-scm-Allow-QSEECOM-on-Dell-XPS-13-9345.patch patches.suse/soc-imx8m-Probe-the-SoC-driver-as-platform-driver.patch patches.suse/soc-imx8m-Remove-global-soc_uid.patch patches.suse/soc-imx8m-Use-devm_-to-simplify-probe-failure-handling.patch patches.suse/soc-ti-smartreflex-Use-IRQF_NO_AUTOEN-flag-in-reques.patch patches.suse/firmware-arm_scpi-Check-the-DVFS-OPP-count-returned-.patch patches.suse/reset-replace-boolean-parameters-with-flags-paramete.patch patches.suse/reset-Add-devres-helpers-to-request-pre-deasserted-r.patch patches.suse/0002-firmware-qcom-scm-Introduce-CP_SMMU_APERTURE_ID.patch patches.suse/0020-drm-msm-adreno-Setup-SMMU-aparture-for-per-process-p.patch patches.suse/soc-fsl-rcpm-fix-missing-of_node_put-in-copy_ippdexp.patch patches.suse/soc-fsl-cpm1-qmc-Set-the-ret-error-code-on-platform_.patch patches.suse/selftests-bpf-Remove-test_skb_cgroup_id.sh-from-TEST.patch patches.suse/selftests-bpf-Set-vpath-in-Makefile-to-search-for-sk.patch patches.suse/selftests-bpf-Fix-uprobe-consumer-test.patch patches.suse/selftests-bpf-Bail-out-quickly-from-failing-consumer.patch patches.suse/bpf-Constify-struct-btf_kind_operations.patch patches.suse/selftests-bpf-Add-missing-va_end.patch patches.suse/libbpf-Change-log-level-of-BTF-loading-error-message.patch patches.suse/libbpf-Fix-expected_attach_type-set-handling-in-prog.patch patches.suse/selftests-bpf-vm-Add-support-for-VIRTIO_FS.patch patches.suse/tools-bpf-Remove-unused-variable-from-runqslower.patch patches.suse/libbpf-Remove-unneeded-semicolon.patch patches.suse/bpf-Call-kfree-obj-only-once-in-free_one.patch patches.suse/selftests-bpf-Fix-uprobe_multi-compilation-error.patch patches.suse/libbpf-Improve-log-message-formatting.patch patches.suse/libbpf-Fix-header-comment-typos-for-BTF.ext.patch patches.suse/libbpf-Fix-output-.symtab-byte-order-during-linking.patch patches.suse/libbpf-Support-BTF.ext-loading-and-output-in-either-.patch patches.suse/libbpf-Support-opening-bpf-objects-of-either-endiann.patch patches.suse/libbpf-Support-linking-bpf-objects-of-either-endiann.patch patches.suse/libbpf-Support-creating-light-skeleton-of-either-end.patch patches.suse/selftests-bpf-Support-cross-endian-building.patch patches.suse/bpf-Allow-specifying-bpf_fastcall-attribute-for-BPF-.patch patches.suse/bpf-__bpf_fastcall-for-bpf_get_smp_processor_id-in-u.patch patches.suse/bpf-Use-KF_FASTCALL-to-mark-kfuncs-supporting-fastca.patch patches.suse/bpftool-__bpf_fastcall-for-kfuncs-marked-with-specia.patch patches.suse/selftests-bpf-Emit-top-frequent-code-lines-in-verist.patch patches.suse/libbpf-Add-missing-per-arch-include-path.patch patches.suse/selftests-bpf-Add-missing-per-arch-include-path.patch patches.suse/bpf-Fix-the-xdp_adjust_tail-sample-prog-issue.patch patches.suse/bpf-syscall_nrs-Disable-no-previous-prototype-warnni.patch patches.suse/libbpf-Do-not-resolve-size-on-duplicate-FUNCs.patch patches.suse/selftests-bpf-Test-linking-with-duplicate-extern-fun.patch patches.suse/selftests-bpf-Fix-backtrace-printing-for-selftests-c.patch patches.suse/samples-bpf-Remove-unused-variables.patch patches.suse/libbpf-fix-sym_is_subprog-logic-for-weak-global-subp.patch patches.suse/bpf-fix-argument-type-in-bpf_loop-documentation.patch patches.suse/bpf-Update-bpf_override_return-comment.patch patches.suse/samples-bpf-Fix-a-resource-leak.patch patches.suse/selftests-bpf-Removed-redundant-fd-after-close-in-bp.patch patches.suse/selftests-bpf-migrate-cgroup-sock-create-test-for-se.patch patches.suse/selftests-bpf-migrate-cgroup-sock-create-test-for-pr.patch patches.suse/samples-bpf-remove-obsolete-cgroup-related-tests.patch patches.suse/samples-bpf-remove-obsolete-tracing-related-tests.patch patches.suse/libbpf-never-interpret-subprogs-in-.text-as-entry-pr.patch patches.suse/selftests-bpf-add-subprog-to-BPF-object-file-with-no.patch patches.suse/selftests-bpf-Check-for-timeout-in-perf_link-test.patch patches.suse/libbpf-Fix-possible-compiler-warnings-in-hashmap.patch patches.suse/bpf-Add-kmem_cache-iterator.patch patches.suse/mm-bpf-Add-bpf_get_kmem_cache-kfunc.patch patches.suse/selftests-bpf-Add-a-test-for-kmem_cache_iter.patch patches.suse/bpf-Add-bpf_task_from_vpid-kfunc.patch patches.suse/selftests-bpf-Add-tests-for-bpf_task_from_vpid-kfunc.patch patches.suse/bpf-Prevent-tailcall-infinite-loop-caused-by-freplac.patch patches.suse/selftests-bpf-Add-test-to-verify-tailcall-and-frepla.patch patches.suse/bpf-Implement-bpf_send_signal_task-kfunc.patch patches.suse/selftests-bpf-Augment-send_signal-test-with-remote-s.patch patches.suse/selftests-bpf-Migrate-_POST_BIND-test-cases-to-prog_.patch patches.suse/selftests-bpf-Migrate-LOAD_REJECT-test-cases-to-prog.patch patches.suse/selftests-bpf-Migrate-BPF_CGROUP_INET_SOCK_CREATE-te.patch patches.suse/selftests-bpf-Retire-test_sock.c.patch patches.suse/selftests-bpf-Increase-verifier-log-limit-in-verista.patch patches.suse/resolve_btfids-Fix-compiler-warnings.patch patches.suse/libbpf-Prevent-compiler-warnings-errors.patch patches.suse/libsubcmd-Silence-compiler-warning.patch patches.suse/selftests-bpf-fix-test_spin_lock_fail.c-s-global-var.patch patches.suse/libbpf-move-global-data-mmap-ing-into-bpf_object__lo.patch patches.suse/selftests-bpf-validate-generic-bpf_object-and-subske.patch patches.suse/bpf-Support-__uptr-type-tag-in-BTF.patch patches.suse/bpf-Handle-BPF_UPTR-in-verifier.patch patches.suse/bpf-Add-bool-swap_uptrs-arg-to-bpf_local_storage_upd.patch patches.suse/bpf-Postpone-bpf_selem_free-in-bpf_selem_unlink_stor.patch patches.suse/bpf-Postpone-bpf_obj_free_fields-to-the-rcu-callback.patch patches.suse/bpf-Add-uptr-support-in-the-map_value-of-the-task-lo.patch patches.suse/libbpf-define-__uptr.patch patches.suse/selftests-bpf-Some-basic-__uptr-tests.patch patches.suse/selftests-bpf-Test-a-uptr-struct-spanning-across-pag.patch patches.suse/selftests-bpf-Add-update_elem-failure-test-for-task-.patch patches.suse/selftests-bpf-Add-uptr-failure-verifier-tests.patch patches.suse/selftests-bpf-Create-task_local_storage-map-with-inv.patch patches.suse/bpf-arm64-Remove-garbage-frame-for-struct_ops-trampoline.patch patches.suse/bpf-handle-implicit-declaration-of-function-gettid-i.patch patches.suse/docs-bpf-Add-description-of-.BTF.base-section.patch patches.suse/libbpf-start-v1.6-development-cycle.patch patches.suse/selftests-bpf-drop-unnecessary-bpf_iter.h-type-dupli.patch patches.suse/bpf-Add-open-coded-version-of-kmem_cache-iterator.patch patches.suse/selftests-bpf-Add-a-test-for-open-coded-kmem_cache-i.patch patches.suse/bpf-bpftool-Fix-incorrect-disasm-pc.patch patches.suse/bpftool-Prevent-setting-duplicate-_GNU_SOURCE-in-Mak.patch patches.suse/selftests-bpf-Disable-warnings-on-unused-flags-for-C.patch patches.suse/bpf-Tighten-tail-call-checks-for-lingering-locks-RCU.patch patches.suse/bpf-Unify-resource-leak-checks.patch patches.suse/selftests-bpf-Add-tests-for-tail-calls-with-locks-an.patch patches.suse/bpf-Move-btf_type_is_struct_ptr-under-CONFIG_BPF_SYS.patch patches.suse/bpf-Mark-raw_tp-arguments-with-PTR_MAYBE_NULL.patch patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch patches.suse/selftests-bpf-Add-tests-for-raw_tp-null-handling.patch patches.suse/selftests-bpf-Allow-building-with-extra-flags.patch patches.suse/bpf-Remove-trailing-whitespace-in-verifier.rst.patch patches.suse/selftests-bpf-Fix-uprobe-consumer-test-again.patch patches.suse/bpf-Allow-return-values-0-and-1-for-kprobe-session.patch patches.suse/bpf-Force-uprobe-bpf-program-to-always-return-0.patch patches.suse/bpf-Add-support-for-uprobe-multi-session-attach.patch patches.suse/bpf-Add-support-for-uprobe-multi-session-context.patch patches.suse/libbpf-Add-support-for-uprobe-multi-session-attach.patch patches.suse/selftests-bpf-Add-uprobe-session-test.patch patches.suse/selftests-bpf-Add-uprobe-session-cookie-test.patch patches.suse/selftests-bpf-Add-uprobe-session-recursive-test.patch patches.suse/selftests-bpf-Add-uprobe-session-verifier-test-for-r.patch patches.suse/selftests-bpf-Add-kprobe-session-verifier-test-for-r.patch patches.suse/selftests-bpf-Add-uprobe-session-single-consumer-tes.patch patches.suse/selftests-bpf-Add-uprobe-sessions-to-consumer-test.patch patches.suse/selftests-bpf-Add-threads-to-consumer-test.patch patches.suse/bpf-Call-free_htab_elem-after-htab_unlock_bucket.patch patches.suse/selftests-bpf-Move-ENOTSUPP-from-bpf_util.h.patch patches.suse/selftests-bpf-Test-the-update-operations-for-htab-of.patch patches.suse/selftests-bpf-skip-the-timer_lockup-test-for-single-.patch patches.suse/bpf-Refactor-active-lock-management.patch patches.suse/bpf-Drop-special-callback-reference-handling.patch patches.suse/kbuild-bpf-Pass-make-jobs-value-to-pahole.patch patches.suse/tools-bpf-Fix-the-wrong-format-specifier-in-bpf_jit_.patch patches.suse/bpf-Replace-the-document-for-PTR_TO_BTF_ID_OR_NULL.patch patches.suse/libbpf-Introduce-errstr-for-stringifying-errno.patch patches.suse/libbpf-Stringify-errno-in-log-messages-in-libbpf.c.patch patches.suse/libbpf-Stringify-errno-in-log-messages-in-btf-.c.patch patches.suse/libbpf-Stringify-errno-in-log-messages-in-the-remain.patch patches.suse/selftests-bpf-watchdog-timer-for-test_progs.patch patches.suse/selftests-bpf-add-read_with_timeout-utility-function.patch patches.suse/selftests-bpf-allow-send_signal-test-to-timeout.patch patches.suse/selftests-bpf-update-send_signal-to-lower-perf-evemt.patch patches.suse/bpf-Find-eligible-subprogs-for-private-stack-support.patch patches.suse/bpf-Enable-private-stack-for-eligible-subprogs.patch patches.suse/bpf-x86-Avoid-repeated-usage-of-bpf_prog-aux-stack_d.patch patches.suse/bpf-x86-Support-private-stack-in-jit.patch patches.suse/selftests-bpf-Add-tracing-prog-private-stack-tests.patch patches.suse/bpf-Support-private-stack-for-struct_ops-progs.patch patches.suse/selftests-bpf-Add-struct_ops-prog-private-stack-test.patch patches.suse/bpf-Remove-unused-member-rcu-from-bpf_struct_ops_map.patch patches.suse/bpf-Use-function-pointers-count-as-struct_ops-links-.patch patches.suse/bpf-Add-kernel-symbol-for-struct_ops-trampoline.patch patches.suse/bpf-x86-Propagate-tailcall-info-only-for-subprogs.patch patches.suse/bpftool-Cast-variable-var-to-long-long.patch patches.suse/samples-bpf-Remove-unused-variables-in-tc_l2_redirec.patch patches.suse/samples-bpf-Remove-unused-variable-in-xdp2skb_meta_k.patch patches.suse/bpf-Introduce-range_tree-data-structure-and-use-it-i.patch patches.suse/selftests-bpf-Add-a-test-for-arena-range-tree-algori.patch patches.suse/selftests-bpf-Set-test-path-for-token-obj_priv_impli.patch patches.suse/bpf-Do-not-alloc-arena-on-unsupported-arches.patch patches.suse/bpf-Add-necessary-migrate_disable-to-range_tree.patch patches.suse/bpf-use-common-instruction-history-across-all-states.patch patches.suse/libbpf-Fix-memory-leak-in-bpf_program__attach_uprobe.patch patches.suse/selftests-bpf-Fix-build-error-with-llvm-19.patch patches.suse/libbpf-Change-hash_combine-parameters-from-long-to-u.patch patches.suse/msft-hv-3072-net-mana-Increase-the-DEF_RX_BUFFERS_PER_QUEUE-to-10.patch patches.suse/msft-hv-3073-net-mana-Add-get_link-and-get_link_ksettings-in-etht.patch patches.suse/lib-packing-refuse-operating-on-bit-indices-which-ex.patch patches.suse/lib-packing-adjust-definitions-and-implementation-fo.patch patches.suse/lib-packing-remove-kernel-doc-from-header-file.patch patches.suse/lib-packing-add-pack-and-unpack-wrappers-over-packin.patch patches.suse/lib-packing-duplicate-pack-and-unpack-implementation.patch patches.suse/lib-packing-add-KUnit-tests-adapted-from-selftests.patch patches.suse/lib-packing-add-additional-KUnit-tests.patch patches.suse/lib-packing-fix-QUIRK_MSB_ON_THE_RIGHT-behavior.patch patches.suse/lib-packing-use-BITS_PER_BYTE-instead-of-8.patch patches.suse/lib-packing-use-GENMASK-for-box_mask.patch patches.suse/ena-Link-IRQs-to-NAPI-instances.patch patches.suse/ena-Link-queues-to-NAPIs.patch patches.suse/ipv4-avoid-quadratic-behavior-in-FIB-insertion-of-co.patch patches.suse/ipv4-Convert-icmp_route_lookup-to-dscp_t.patch patches.suse/ipv4-Convert-ip_route_input-to-dscp_t.patch patches.suse/ipv4-Convert-ip_route_input_noref-to-dscp_t.patch patches.suse/net-phy-microchip_t1-Interrupt-support-for-lan887x.patch patches.suse/gve-Map-IRQs-to-NAPI-instances.patch patches.suse/gve-Map-NAPI-instances-to-queues.patch patches.suse/ibmvnic-Add-stat-for-tx-direct-vs-tx-batched.patch patches.suse/qed-make-ethtool-d-10-times-faster.patch patches.suse/qed-put-cond_resched-in-qed_grc_dump_ctx_data.patch patches.suse/qed-allow-the-callee-of-qed_mcp_nvm_read-to-sleep.patch patches.suse/qed-put-cond_resched-in-qed_dmae_operation_wait.patch patches.suse/octeontx2-af-Change-block-parameter-to-const-pointer.patch patches.suse/net-mlx5-hw-counters-Make-fc_stats-fc_pool-private.patch patches.suse/net-mlx5-hw-counters-Use-kvmalloc-for-bulk-query-buf.patch patches.suse/net-mlx5-hw-counters-Replace-IDR-lists-with-xarray.patch patches.suse/net-mlx5-hw-counters-Drop-unneeded-cacheline-alignme.patch patches.suse/net-mlx5-hw-counters-Don-t-maintain-a-counter-count.patch patches.suse/net-mlx5-hw-counters-Remove-mlx5_fc_create_ex.patch patches.suse/net_tstamp-add-SCM_TS_OPT_ID-to-provide-OPT_ID-in-control-.patch patches.suse/net_tstamp-add-SCM_TS_OPT_ID-for-RAW-sockets.patch patches.suse/selftests-txtimestamp-add-SCM_TS_OPT_ID-test.patch patches.suse/ice-Implement-ice_ptp_pin_desc.patch patches.suse/ice-Add-SDPs-support-for-E825C.patch patches.suse/ice-Align-E810T-GPIO-to-other-products.patch patches.suse/ice-Cache-perout-extts-requests-and-check-flags.patch patches.suse/ice-Disable-shared-pin-on-E810-on-setfunc.patch patches.suse/ice-Read-SDP-section-from-NVM-for-pin-definitions.patch patches.suse/ice-Enable-1PPS-out-from-CGU-for-E825C-products.patch patches.suse/ice-Introduce-ice_get_phy_model-wrapper.patch patches.suse/ice-Add-ice_get_ctrl_ptp-wrapper-to-simplify-the-cod.patch patches.suse/ice-Initial-support-for-E825C-hardware-in-ice_adapte.patch patches.suse/ice-Use-ice_adapter-for-PTP-shared-data-instead-of-a.patch patches.suse/ice-Drop-auxbus-use-for-PTP-to-finalize-ice_adapter-.patch patches.suse/ethtool-rss-fix-rss-key-initialization-warning.patch patches.suse/msft-hv-3075-hv_netvsc-Don-t-assume-cpu_possible_mask-is-dense.patch patches.suse/net-add-IFLA_MAX_PACING_OFFLOAD_HORIZON-device-attri.patch patches.suse/sfc-remove-obsolete-counters-from-struct-efx_channel.patch patches.suse/sfc-implement-basic-per-queue-stats.patch patches.suse/sfc-add-n_rx_overlength-to-ethtool-stats.patch patches.suse/sfc-account-XDP-TXes-in-netdev-base-stats.patch patches.suse/sfc-implement-per-queue-rx-drop-and-overrun-stats.patch patches.suse/sfc-implement-per-queue-TSO-hw_gso-stats.patch patches.suse/sfc-add-per-queue-RX-bytes-stats.patch patches.suse/msft-hv-3107-hv_netvsc-Link-queues-to-NAPIs.patch patches.suse/lib-packing-catch-kunit_kzalloc-failure-in-the-pack-.patch patches.suse/ipv4-remove-fib_devindex_hashfn.patch patches.suse/ipv4-use-rcu-in-ip_fib_check_default.patch patches.suse/ipv4-remove-fib_info_lock.patch patches.suse/ipv4-remove-fib_info_devhash.patch patches.suse/vmxnet3-support-higher-link-speeds-from-vmxnet3-v9.patch patches.suse/net-qcom-emac-Find-sgmii_ops-by-device_for_each_chil.patch patches.suse/net-phy-Add-support-for-PHY-timing-role-configuratio.patch patches.suse/Revert-rtnetlink-add-guard-for-RTNL.patch patches.suse/idpf-Don-t-hard-code-napi_struct-size.patch patches.suse/net-phy-microchip_t1-SQI-support-for-LAN887x.patch patches.suse/msft-hv-3077-net-mana-Enable-debugfs-files-for-MANA-device.patch patches.suse/doc-net-Fix-.rst-rendering-of-net_cachelines-pages.patch patches.suse/net_sched-sch_sfq-handle-bigger-packets.patch patches.suse/ice-Implement-ethtool-reset-support.patch patches.suse/ice-add-E830-HW-VF-mailbox-message-limit-support.patch patches.suse/ice-consistently-use-q_idx-in-ice_vc_cfg_qs_msg.patch patches.suse/ice-store-max_frame-and-rx_buf_len-only-in-ice_rx_ri.patch patches.suse/ice-Make-use-of-assign_bit-API.patch patches.suse/ice-Use-common-error-handling-code-in-two-functions.patch patches.suse/ice-Cleanup-unused-declarations.patch patches.suse/iavf-Remove-unused-declarations.patch patches.suse/igb-Cleanup-unused-declarations.patch patches.suse/e1000e-Remove-duplicated-writel-in-e1000_configure_t.patch patches.suse/e1000e-Link-NAPI-instances-to-queues-and-IRQs.patch patches.suse/e1000-Link-NAPI-instances-to-queues-and-IRQs.patch patches.suse/net-mlx5-qos-Flesh-out-element_attributes-in-mlx5_if.patch patches.suse/net-mlx5-qos-Rename-vport-tsar-into-sched_elem.patch patches.suse/net-mlx5-qos-Consistently-name-vport-vars-as-vport.patch patches.suse/net-mlx5-qos-Refactor-and-document-bw_share-calculat.patch patches.suse/net-mlx5-qos-Maintain-rate-group-vport-members-in-a-.patch patches.suse/net-mlx5-qos-Always-create-group0.patch patches.suse/net-mlx5-qos-Drop-esw-param-from-vport-qos-functions.patch patches.suse/net-mlx5-qos-Store-the-eswitch-in-a-mlx5_esw_rate_gr.patch patches.suse/net-mlx5-qos-Add-an-explicit-dev-to-vport-trace-call.patch patches.suse/net-mlx5-qos-Rename-rate-group-list-as-parent_entry.patch patches.suse/net-mlx5-qos-Store-rate-groups-in-a-qos-domain.patch patches.suse/net-mlx5-qos-Refactor-locking-to-a-qos-domain-mutex.patch patches.suse/net-mlx5-Unify-QoS-element-type-checks-across-NIC-an.patch patches.suse/net-mlx5-Add-support-check-for-TSAR-types-in-QoS-sch.patch patches.suse/genetlink-extend-info-user-storage-to-match-NL-cb-ct.patch patches.suse/netlink-spec-add-shaper-YAML-spec.patch patches.suse/net-shapers-implement-NL-get-operation.patch patches.suse/net-shapers-implement-NL-set-and-delete-operations.patch patches.suse/net-shapers-implement-NL-group-operation.patch patches.suse/net-shapers-implement-delete-support-for-NODE-scope-.patch patches.suse/net-shapers-implement-shaper-cleanup-on-queue-deleti.patch patches.suse/netlink-spec-add-shaper-introspection-support.patch patches.suse/net-shaper-implement-introspection-support.patch patches.suse/net-shapers-implement-cap-validation-in-the-core.patch patches.suse/testing-net-drv-add-basic-shaper-test.patch patches.suse/virtchnl-support-queue-rate-limit-and-quanta-size-co.patch patches.suse/ice-Support-VF-queue-rate-limit-and-quanta-size-conf.patch patches.suse/iavf-Add-net_shaper_ops-support.patch patches.suse/iavf-add-support-to-exchange-qos-capabilities.patch patches.suse/net-smc-Address-spelling-errors.patch patches.suse/r8169-don-t-apply-UDP-padding-quirk-on-RTL8126A.patch patches.suse/r8169-remove-original-workaround-for-RTL8125-broken-.patch patches.suse/tg3-Link-IRQs-to-NAPI-instances.patch patches.suse/tg3-Link-queues-to-NAPIs.patch patches.suse/netdevsim-print-human-readable-IP-address.patch patches.suse/netdevsim-copy-addresses-for-both-in-and-out-paths.patch patches.suse/selftests-rtnetlink-update-netdevsim-ipsec-output-fo.patch patches.suse/net-phy-microchip_t1s-restructure-cfg-read-write-fun.patch patches.suse/net-phy-microchip_t1s-update-new-initial-settings-fo.patch patches.suse/net-phy-microchip_t1s-add-support-for-Microchip-s-LA.patch patches.suse/net-phy-microchip_t1s-move-LAN867X-reset-handling-to.patch patches.suse/net-phy-microchip_t1s-add-support-for-Microchip-s-LA-662d9c5f.patch patches.suse/net-phy-microchip_t1s-add-support-for-Microchip-s-LA-6b079d8f.patch patches.suse/net-phy-microchip_t1s-configure-collision-detection-.patch patches.suse/net-tunnel-make-skb_vlan_inet_prepare-return-drop-reasons.patch patches.suse/r8169-enable-SG-TSO-on-selected-chip-versions-per-de.patch patches.suse/tg3-Address-byte-order-miss-matches.patch patches.suse/net-add-TIME_WAIT-logic-to-sk_to_full_sk.patch patches.suse/net-napi-Make-napi_defer_hard_irqs-per-NAPI.patch patches.suse/netdev-genl-Dump-napi_defer_hard_irqs.patch patches.suse/net-napi-Make-gro_flush_timeout-per-NAPI.patch patches.suse/netdev-genl-Dump-gro_flush_timeout.patch patches.suse/net-napi-Add-napi_config.patch patches.suse/netdev-genl-Support-setting-per-NAPI-config-values.patch patches.suse/bnxt-Add-support-for-persistent-NAPI-config.patch patches.suse/mlx5-Add-support-for-persistent-NAPI-config.patch patches.suse/mlx4-Add-support-for-persistent-NAPI-config-to-RX-CQ.patch patches.suse/selftests-bpf-Add-mptcp-subflow-example.patch patches.suse/selftests-bpf-Add-getsockopt-to-inspect-mptcp-subflo.patch patches.suse/selftests-bpf-Add-mptcp-subflow-subtest.patch patches.suse/bpf-Remove-unused-macro.patch patches.suse/netkit-Add-option-for-scrubbing-skb-meta-data.patch patches.suse/netkit-Simplify-netkit-mode-over-to-use-NLA_POLICY_M.patch patches.suse/tools-Sync-if_link.h-uapi-tooling-header.patch patches.suse/selftests-bpf-Extend-netkit-tests-to-validate-skb-me.patch patches.suse/selftests-bpf-add-missing-header-include-for-htons.patch patches.suse/bpf-add-get_netns_cookie-helper-to-tc-programs.patch patches.suse/selftests-bpf-add-tcx-netns-cookie-tests.patch patches.suse/selftests-bpf-fix-bpf_map_redirect-call-for-cpu-map-.patch patches.suse/selftests-bpf-make-xdp_cpumap_attach-keep-redirect-p.patch patches.suse/selftests-bpf-check-program-redirect-in-xdp_cpumap_a.patch patches.suse/xsk-Get-rid-of-xdp_buff_xsk-xskb_list_node.patch patches.suse/xsk-s-free_list_node-list_node.patch patches.suse/xsk-Get-rid-of-xdp_buff_xsk-orig_addr.patch patches.suse/xsk-Carry-a-copy-of-xdp_zc_max_segs-within-xsk_buff_.patch patches.suse/xsk-Wrap-duplicated-code-to-function.patch patches.suse/xsk-Use-xsk_buff_pool-directly-for-cq-functions.patch patches.suse/r8169-implement-additional-ethtool-stats-ops.patch patches.suse/neighbour-Remove-NEIGH_DN_TABLE.patch patches.suse/net-sched-cbs-Fix-integer-overflow-in-cbs_set_port_r.patch patches.suse/af_packet-avoid-erroring-out-after-sock_init_data-in.patch patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch patches.suse/Bluetooth-RFCOMM-avoid-leaving-dangling-sk-pointer-i.patch patches.suse/net-af_can-do-not-leave-a-dangling-sk-pointer-in-can.patch patches.suse/net-ieee802154-do-not-leave-a-dangling-sk-pointer-in.patch patches.suse/net-inet-do-not-leave-a-dangling-sk-pointer-in-inet_.patch patches.suse/net-inet6-do-not-leave-a-dangling-sk-pointer-in-inet.patch patches.suse/net-warn-if-pf-create-does-not-clear-sock-sk-on-erro.patch patches.suse/Revert-net-do-not-leave-a-dangling-sk-pointer-when-s.patch patches.suse/gve-move-DQO-rx-buffer-management-related-code-to-a-.patch patches.suse/gve-adopt-page-pool-for-DQ-RDA-mode.patch patches.suse/gve-add-support-for-basic-queue-stats.patch patches.suse/neighbour-Use-rtnl_register_many.patch patches.suse/net-phy-realtek-read-duplex-and-gbit-master-from-PHY.patch patches.suse/net-phy-realtek-change-order-of-calls-in-C22-read_st.patch patches.suse/net-phy-realtek-clear-1000Base-T-link-partner-advert.patch patches.suse/ethtool-rss-prevent-rss-ctx-deletion-when-in-use.patch patches.suse/net-phy-realtek-merge-the-drivers-for-internal-NBase.patch patches.suse/tg3-Increase-buffer-size-for-IRQ-label.patch patches.suse/r8169-don-t-take-RTNL-lock-in-rtl_task.patch patches.suse/r8169-replace-custom-flag-with-disable_work-et-al.patch patches.suse/r8169-avoid-duplicated-messages-if-loading-firmware-.patch patches.suse/r8169-remove-rtl_dash_loop_wait_high-low.patch patches.suse/net-phy-realtek-add-RTL8125D-internal-PHY.patch patches.suse/r8169-enable-EEE-at-2.5G-per-default-on-RTL8125B.patch patches.suse/eth-Fix-typo-accelaration-.-exprienced-and-rewrittin.patch patches.suse/net-mlx5-Refactor-QoS-group-scheduling-element-creat.patch patches.suse/net-mlx5-Introduce-node-type-to-rate-group-structure.patch patches.suse/net-mlx5-Add-parent-group-support-in-rate-group-stru.patch patches.suse/net-mlx5-Restrict-domain-list-insertion-to-root-TSAR.patch patches.suse/net-mlx5-Rename-vport-QoS-group-reference-to-parent.patch patches.suse/net-mlx5-Introduce-node-struct-and-rename-group-term.patch patches.suse/net-mlx5-Refactor-vport-scheduling-element-creation-.patch patches.suse/net-mlx5-Refactor-vport-QoS-to-use-scheduling-node-s.patch patches.suse/net-mlx5-Remove-vport-QoS-enabled-flag.patch patches.suse/net-mlx5-Simplify-QoS-scheduling-element-configurati.patch patches.suse/net-mlx5-Generalize-QoS-operations-for-nodes-and-vpo.patch patches.suse/net-mlx5-Add-sync-reset-drop-mode-support.patch patches.suse/net-mlx5-Only-create-VEPA-flow-table-when-in-VEPA-mo.patch patches.suse/net-mlx5-fs-rename-packet-reformat-struct-member-act.patch patches.suse/net-mlx5-fs-rename-modify-header-struct-member-actio.patch patches.suse/tools-ynl-gen-use-big-endian-netlink-attribute-types.patch patches.suse/virtchnl-fix-m68k-build.patch patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2.patch patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-e26f8eac.patch patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-bd3110bc.patch patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-cn10.patch patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-f5b942e6.patch patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors-in-otx2-69297b0d.patch patches.suse/net-atlantic-support-reading-SFP-module-info.patch patches.suse/netlink-specs-Add-missing-bitset-attrs-to-ethtool-sp.patch patches.suse/mptcp-annotate-data-races-around-subflow-fully_estab.patch patches.suse/bonding-return-detailed-error-when-loading-native-XD.patch patches.suse/net-mlx5-unique-names-for-per-device-caches.patch patches.suse/vsock-do-not-leave-dangling-sk-pointer-in-vsock_crea.patch patches.suse/netlink-specs-Add-missing-phy-ntf-command-to-ethtool.patch patches.suse/neighbour-use-kvzalloc-kvfree.patch patches.suse/net-mlx5e-Update-features-on-MTU-change.patch patches.suse/net-mlx5e-Update-features-on-ring-size-change.patch patches.suse/ibmvnic-use-ethtool-string-helpers.patch patches.suse/msft-hv-3079-net-mana-use-ethtool-string-helpers.patch patches.suse/mlx5-fix-typo-in-mlx5_cqwq_get_cqe_enahnced_comp.patch patches.suse/mlx5-simplify-EQ-interrupt-polling-logic.patch patches.suse/net-marvell-use-ethtool-string-helpers.patch patches.suse/net-qlogic-use-ethtool-string-helpers.patch patches.suse/r8169-add-support-for-RTL8125D.patch patches.suse/r8169-fix-inconsistent-indenting-in-rtl8169_get_eth_.patch patches.suse/devlink-introduce-devlink_nl_put_u64.patch patches.suse/wifi-brcmfmac-of-Make-use-of-irq_get_trigger_type.patch patches.suse/wifi-wlcore-sdio-Make-use-of-irq_get_trigger_type.patch patches.suse/wifi-wlcore-sdio-Use-helper-to-define-resources.patch patches.suse/wifi-brcmfmac-Add-optional-lpo-clock-enable-support.patch patches.suse/wifi-brcmfmac-add-flag-for-random-seed-during-firmwa.patch patches.suse/wifi-p54-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch patches.suse/wifi-mwifiex-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch patches.suse/wifi-wl1251-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch patches.suse/wifi-mac80211-constify-ieee80211_ie_build_-he-eht-_o.patch patches.suse/wifi-mac80211-cfg80211-miscellaneous-spelling-fixes.patch patches.suse/wifi-cfg80211-check-radio-iface-combination-for-mult.patch patches.suse/mac80211-Reorganize-kerneldoc-parameter-names.patch patches.suse/wifi-nl80211-remove-redundant-null-pointer-check-in-.patch patches.suse/wifi-qtnfmac-don-t-include-lib80211.h.patch patches.suse/wifi-mwifiex-don-t-include-lib80211.h.patch patches.suse/wifi-libertas-don-t-select-include-lib80211.patch patches.suse/staging-rtl8192e-delete-the-driver.patch patches.suse/wifi-ipw2x00-lib80211-move-remaining-lib80211-into-l.patch patches.suse/staging-don-t-recommend-using-lib80211.patch patches.suse/wifi-wext-libipw-move-spy-implementation-to-libipw.patch patches.suse/wifi-cfg80211-stop-exporting-wext-symbols.patch patches.suse/wifi-remove-iw_public_data-from-struct-net_device.patch patches.suse/wifi-cfg80211-unexport-wireless_nlevent_flush.patch patches.suse/Revert-wifi-cfg80211-unexport-wireless_nlevent_flush.patch patches.suse/wifi-ipw-select-CRYPTO_LIB_ARC4.patch patches.suse/wifi-mwifiex-add-missing-locking-for-cfg80211-calls.patch patches.suse/wifi-rt2x00-convert-comma-to-semicolon.patch patches.suse/wifi-wilc1000-Keep-slot-powered-on-during-suspend-re.patch patches.suse/wifi-wilc1000-Clean-up-usage-of-wilc_get_chipid.patch patches.suse/wifi-wilc1000-Fold-chip_allow_sleep-chip_wakeup-into.patch patches.suse/wifi-wilc1000-Fill-in-missing-error-handling.patch patches.suse/wifi-wilc1000-Fold-wilc_create_wiphy-into-cfg80211.c.patch patches.suse/wifi-wilc1000-Register-wiphy-after-reading-out-chipi.patch patches.suse/wifi-wilc1000-Add-WILC3000-support.patch patches.suse/wifi-mwifiex-cleanup-struct-mwifiex_auto_tdls_peer.patch patches.suse/wifi-mwifiex-cleanup-struct-mwifiex_private.patch patches.suse/wifi-wilc1000-Set-MAC-after-operation-mode.patch patches.suse/wifi-brcmfmac-Remove-unused-brcmf_cfg80211_get_iftyp.patch patches.suse/wifi-brcmsmac-Remove-unused-brcms_debugfs_get_devdir.patch patches.suse/wifi-brcmfmac-of-use-devm_clk_get_optional_enabled_w.patch patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning.patch patches.suse/wifi-cw1200-Remove-unused-cw1200_queue_requeue_all.patch patches.suse/wifi-rtlwifi-make-read-only-arrays-static-const.patch patches.suse/wifi-rtw89-8922a-rfk-enlarge-TSSI-timeout-time-to-20.patch patches.suse/wifi-rtw89-8922a-rfk-support-firmware-command-RX-DCK.patch patches.suse/wifi-rtw89-rfk-add-firmware-debug-log-of-TSSI.patch patches.suse/wifi-rtw89-rfk-add-firmware-debug-log-of-IQK.patch patches.suse/wifi-rtw89-rfk-update-firmware-debug-log-of-DACK-to-.patch patches.suse/wifi-rtw88-Constify-some-arrays-and-structs.patch patches.suse/wifi-rtw88-use-ieee80211_purge_tx_queue-to-purge-TX-.patch patches.suse/wifi-rtw89-rename-rtw89_vif-to-rtw89_vif_link-ahead-.patch patches.suse/wifi-rtw89-rename-rtw89_sta-to-rtw89_sta_link-ahead-.patch patches.suse/wifi-rtw89-read-bss_conf-corresponding-to-the-link.patch patches.suse/wifi-rtw89-read-link_sta-corresponding-to-the-link.patch patches.suse/wifi-rtw89-refactor-VIF-related-func-ahead-for-MLO.patch patches.suse/wifi-rtw89-refactor-STA-related-func-ahead-for-MLO.patch patches.suse/wifi-rtw89-tweak-driver-architecture-for-impending-M.patch patches.suse/wifi-rtw89-check-return-value-of-ieee80211_probereq_.patch patches.suse/wifi-rtw89-coex-initialize-local-.dbcc_2g_phy-in-_se.patch patches.suse/wifi-rtw89-8852c-rfk-remove-unnecessary-assignment-o.patch patches.suse/wifi-rtw88-Parse-the-RX-descriptor-with-a-single-fun.patch patches.suse/wifi-rtw89-pci-consolidate-PCI-basic-configurations-.patch patches.suse/wifi-rtw89-8922ae-disable-PCI-PHY-EQ-to-improve-comp.patch patches.suse/wifi-rtw89-8852ce-fix-gray-code-conversion-for-filte.patch patches.suse/wifi-rtw89-8852ce-set-offset-K-of-PCI-PHY-EQ-to-manu.patch patches.suse/wifi-rtw89-initialize-dual-HW-bands-for-MLO-and-cont.patch patches.suse/wifi-rtw89-handle-entity-active-flag-per-PHY.patch patches.suse/wifi-rtw89-debug-add-beacon-RSSI-for-debugging.patch patches.suse/wifi-rtl8xxxu-Perform-update_beacon_work-when-beacon.patch patches.suse/wifi-rtw89-coex-Update-priority-setting-for-Wi-Fi-is.patch patches.suse/wifi-rtw89-coex-Reorder-Bluetooth-info-related-logic.patch patches.suse/wifi-rtw89-coex-Solved-BT-PAN-profile-idle-decrease-.patch patches.suse/wifi-rtw89-coex-Add-function-to-reorder-Wi-Fi-firmwa.patch patches.suse/wifi-rtw89-wow-do-not-configure-CPU-IO-to-receive-pa.patch patches.suse/wifi-mac80211-Add-support-to-indicate-that-a-new-int.patch patches.suse/wifi-cfg80211-disallow-SMPS-in-AP-mode.patch patches.suse/wifi-mac80211-rename-IEEE80211_CHANCTX_CHANGE_MIN_WI.patch patches.suse/wifi-mac80211-make-bss_param_ch_cnt-available-for-th.patch patches.suse/wifi-mac80211-remove-unneeded-parameters.patch patches.suse/wifi-mac80211-ieee80211_recalc_txpower-receives-a-li.patch patches.suse/wifi-mac80211-__ieee80211_recalc_txpower-receives-a-.patch patches.suse/wifi-mac80211-update-the-right-link-for-tx-power.patch patches.suse/wifi-mac80211-allow-rate_control_rate_init-for-links.patch patches.suse/wifi-mac80211-call-rate_control_rate_update-for-link.patch patches.suse/wifi-mac80211-parse-A-MSDU-len-from-EHT-capabilities.patch patches.suse/wifi-mac80211-add-an-option-to-fake-ieee80211_connec.patch patches.suse/wifi-mac80211-chan-calculate-min_def-also-for-client.patch patches.suse/wifi-mac80211-expose-ieee80211_chan_width_to_rx_bw-t.patch patches.suse/wifi-iwlwifi-mvm-Add-support-for-prep_add_interface-.patch patches.suse/wifi-iwlwifi-mvm-exit-EMLSR-earlier-if-bss_param_ch_.patch patches.suse/wifi-iwlwifi-mvm-prepare-the-tx_power-handling-to-be.patch patches.suse/wifi-iwlwifi-mvm-log-information-about-HW-restart-co.patch patches.suse/wifi-iwlwifi-fw-api-update-link-context-API-version.patch patches.suse/wifi-iwlwifi-bump-FW-API-to-94-for-BZ-SC-devices.patch patches.suse/wifi-iwlwifi-mvm-Remove-unused-last_amsdu-from-reord.patch patches.suse/wifi-iwlwifi-mvm-Remove-redundant-rcu_read_lock-in-r.patch patches.suse/wifi-iwlwifi-mvm-remove-unneeded-check.patch patches.suse/wifi-iwlwifi-mvm-remove-IWL_MVM_HW_CSUM_DISABLE.patch patches.suse/wifi-iwlwifi-do-not-warn-about-a-flush-with-an-empty.patch patches.suse/wifi-iwlwifi-fw-add-an-error-table-status-getter.patch patches.suse/wifi-iwlwifi-mvm-remove-redundant-check.patch patches.suse/wifi-iwlwifi-allow-IWL_FW_CHECK-with-just-a-string.patch patches.suse/wifi-cfg80211-add-option-for-vif-allowed-radios.patch patches.suse/wifi-mac80211-use-vif-radio-mask-to-limit-ibss-scan-.patch patches.suse/wifi-mac80211-use-vif-radio-mask-to-limit-creating-c.patch patches.suse/wifi-cfg80211-report-per-wiphy-radio-antenna-mask.patch patches.suse/wifi-mac80211-remove-status-ampdu_delimiter_crc.patch patches.suse/wifi-cfg80211-pass-net_device-to-.set_monitor_channe.patch patches.suse/wifi-mac80211-add-flag-to-opt-out-of-virtual-monitor.patch patches.suse/wifi-cfg80211-add-monitor-SKIP_TX-flag.patch patches.suse/wifi-mac80211-add-support-for-the-monitor-SKIP_TX-fl.patch patches.suse/wifi-mac80211-refactor-ieee80211_rx_monitor.patch patches.suse/wifi-mac80211-filter-on-monitor-interfaces-based-on-.patch patches.suse/wifi-mac80211-refactor-BW-limitation-check-for-CSA-p.patch patches.suse/wifi-mac80211_hwsim-use-hrtimer_active.patch patches.suse/wifi-mac80211-remove-misleading-j_0-construction-par.patch patches.suse/debugfs-add-small-file-operations-for-most-files.patch patches.suse/wifi-mac80211-convert-debugfs-files-to-short-fops.patch patches.suse/wifi-mac80211-re-order-assigning-channel-in-activate.patch patches.suse/wifi-iwlwifi-work-around-Wenum-compare-conditional-w.patch patches.suse/mac80211-Remove-NOP-call-to-ieee80211_hw_config.patch patches.suse/Documentation-networking-Add-missing-PHY_GET-command.patch patches.suse/octeontx2-pf-Define-common-API-for-HW-resources-conf.patch patches.suse/octeontx2-pf-Add-new-APIs-for-queue-memory-alloc-fre.patch patches.suse/octeontx2-pf-Reuse-PF-max-mtu-value.patch patches.suse/octeontx2-pf-Move-shared-APIs-to-header-file.patch patches.suse/gve-change-to-use-page_pool_put_full_page-when-recyc.patch patches.suse/dpll-add-clock-quality-level-attribute-and-op.patch patches.suse/net-mlx5-DPLL-Add-clock-quality-level-op-implementat.patch patches.suse/net-bnxt-use-ethtool-string-helpers.patch patches.suse/net-tcp-Add-missing-lockdep-annotations-for-TCP-AO-hlist-traversals.patch patches.suse/dim-make-dim_calc_stats-inputs-const-pointers.patch patches.suse/dim-pass-dim_sample-to-net_dim-by-reference.patch patches.suse/selftests-bpf-Fix-msg_verify_data-in-test_sockmap.patch patches.suse/selftests-bpf-Fix-txmsg_redir-of-test_txmsg_pull-in-.patch patches.suse/selftests-bpf-factorize-conn-and-syncookies-tests-in.patch patches.suse/selftests-bpf-add-missing-ns-cleanups-in-btf_skc_cls.patch patches.suse/selftests-bpf-get-rid-of-global-vars-in-btf_skc_cls_.patch patches.suse/selftests-bpf-add-ipv4-and-dual-ipv4-ipv6-support-in.patch patches.suse/selftests-bpf-test-MSS-value-returned-with-bpf_tcp_g.patch patches.suse/selftests-bpf-remove-test_tcp_check_syncookie.patch patches.suse/selftests-bpf-remove-xdp_synproxy-IP_DF-check.patch patches.suse/net-checksum-Move-from32to16-to-generic-header.patch patches.suse/bpf-bpf_csum_diff-Optimize-and-homogenize-for-all-ar.patch patches.suse/selftests-bpf-Don-t-mask-result-of-bpf_csum_diff-in-.patch patches.suse/selftests-bpf-Add-a-selftest-for-bpf_csum_diff.patch patches.suse/r8169-align-RTL8125-EEE-config-with-vendor-driver.patch patches.suse/r8169-align-RTL8125-RTL8126-PHY-config-with-vendor-d.patch patches.suse/r8169-align-RTL8126-EEE-config-with-vendor-driver.patch patches.suse/net-stmmac-Introduce-separate-files-for-FPE-implemen.patch patches.suse/net-stmmac-Rework-macro-definitions-for-gmac4-and-xg.patch patches.suse/net-stmmac-Introduce-stmmac_fpe_supported.patch patches.suse/net-stmmac-Refactor-FPE-functions-to-generic-version.patch patches.suse/net-stmmac-Get-the-TC-number-of-net_device-by-netdev.patch patches.suse/net-stmmac-xgmac-Rename-XGMAC_RQ-to-XGMAC_FPRQ.patch patches.suse/net-stmmac-xgmac-Complete-FPE-support.patch patches.suse/net-stmmac-xgmac-Enable-FPE-for-tc-mqprio-tc-taprio.patch patches.suse/net-mlx5-Rework-esw-qos-domain-init-and-cleanup.patch patches.suse/net-mlx5-DR-moved-all-the-SWS-code-into-a-separate-d.patch patches.suse/net-mlx5-HWS-renamed-the-files-in-accordance-with-na.patch patches.suse/net-mlx5e-move-XDP_REDIRECT-sq-to-dynamic-allocation.patch patches.suse/net-mlx5e-do-not-create-xdp_redirect-for-non-uplink-.patch patches.suse/net-ena-Remove-autopolling-mode.patch patches.suse/net-ena-Remove-deadcode.patch patches.suse/net-ena-remove-devm-from-ethtool.patch patches.suse/mlx5_en-use-read-sequence-for-gettimex64.patch patches.suse/bnxt_en-cache-only-24-bits-of-hw-counter.patch patches.suse/bnxt_en-replace-PTP-spinlock-with-seqlock.patch patches.suse/netlink-typographical-error-in-nlmsg_type-constants-.patch patches.suse/sfc-Remove-falcon-deadcode.patch patches.suse/sfc-Remove-unused-efx_mae_mport_vf.patch patches.suse/sfc-Remove-unused-mcdi-functions.patch patches.suse/sfc-Remove-more-unused-functions.patch patches.suse/r8169-improve-initialization-of-RSS-registers-on-RTL.patch patches.suse/r8169-remove-leftover-locks-after-reverted-change.patch patches.suse/ipv6-release-nexthop-on-device-removal.patch patches.suse/selftests-net-really-check-for-bg-process-completion.patch patches.suse/net-add-debug-check-in-skb_reset_transport_header.patch patches.suse/net-phy-respect-cached-advertising-when-re-enabling-.patch patches.suse/bnxt_en-ethtool-Remove-ip4-ip6-ntuple-support-for-IP.patch patches.suse/bnxt_en-ethtool-Support-unset-l4proto-on-ip4-ip6-ntu.patch patches.suse/net-bnx2x-use-ethtool-string-helpers.patch patches.suse/netfilter-nf_tables-avoid-false-positive-lockdep-spl.patch patches.suse/netfilter-nf_tables-must-hold-rcu-read-lock-while-it.patch patches.suse/netfilter-nf_tables-must-hold-rcu-read-lock-while-it-cddc0427.patch patches.suse/net-phy-make-genphy_c45_write_eee_adv-static.patch patches.suse/net-phy-export-genphy_c45_an_config_eee_aneg.patch patches.suse/bonding-add-ESP-offload-features-when-slaves-support.patch patches.suse/net-sfc-use-ethtool-string-helpers.patch patches.suse/msft-hv-3081-hv_sock-Initializing-vsk-trans-to-NULL-to-prevent-a-.patch patches.suse/r8169-improve-__rtl8169_set_wol.patch patches.suse/r8169-improve-rtl_set_d3_pll_down.patch patches.suse/r8169-align-WAKE_PHY-handling-with-r8125-r8126-vendo.patch patches.suse/neighbour-Add-hlist_node-to-struct-neighbour.patch patches.suse/neighbour-Define-neigh_for_each_in_bucket.patch patches.suse/neighbour-Convert-seq_file-functions-to-use-hlist.patch patches.suse/neighbour-Convert-iteration-to-use-hlist-macro.patch patches.suse/neighbour-Remove-bare-neighbour-next-pointer.patch patches.suse/neighbour-Create-netdev-neighbour-association.patch patches.suse/mlx5-core-Schedule-EQ-comp-tasklet-only-if-necessary.patch patches.suse/bridge-Allow-deleting-FDB-entries-with-non-existent-.patch patches.suse/mm-page_frag-add-a-test-module-for-page_frag.patch patches.suse/mm-move-the-page-fragment-allocator-from-page_alloc-into-its.patch patches.suse/mlx5-core-relax-memory-barrier-in-eq_update_ci.patch patches.suse/mlx5-core-deduplicate-mlx5_-eq_update_ci.patch patches.suse/octeontx2-af-Refactor-few-NPC-mcam-APIs.patch patches.suse/octeontx2-af-Knobs-for-NPC-default-rule-counters.patch patches.suse/ipv6-Fix-soft-lockups-in-fib6_select_path-under-high-next-hop-churn.patch patches.suse/bnxt_en-use-irq_update_affinity_hint.patch patches.suse/net-atlantic-use-irq_update_affinity_hint.patch patches.suse/selftests-ncdevmem-Move-ncdevmem-under-drivers-net-h.patch patches.suse/r8169-use-helper-r8169_mod_reg8_cond-to-simplify-rtl.patch patches.suse/bnxt_en-add-unlocked-version-of-bnxt_refclk_read.patch patches.suse/net-Add-napi_struct-parameter-irq_suspend_timeout.patch patches.suse/net-Add-control-functions-for-irq-suspension.patch patches.suse/eventpoll-Trigger-napi_busy_loop-if-prefer_busy_poll.patch patches.suse/eventpoll-Control-irq-suspension-for-prefer_busy_pol.patch patches.suse/selftests-net-Add-busy_poll_test.patch patches.suse/net-ipv4-Cache-pmtu-for-all-packet-paths-if-multipat.patch patches.suse/net-mlx5-E-switch-refactor-eswitch-mode-change.patch patches.suse/net-mlx5-Simplify-QoS-normalization-by-removing-erro.patch patches.suse/net-mlx5-Generalize-max_rate-and-min_rate-setting-fo.patch patches.suse/net-mlx5-Refactor-scheduling-element-configuration-b.patch patches.suse/net-mlx5-Generalize-scheduling-element-operations.patch patches.suse/net-mlx5-Integrate-esw_qos_vport_enable-logic-into-r.patch patches.suse/net-mlx5-Make-vport-QoS-enablement-more-flexible-for.patch patches.suse/net-mlx5e-SHAMPO-Simplify-UMR-allocation-for-headers.patch patches.suse/net-mlx5e-SHAMPO-Fix-page_index-calculation-inconsis.patch patches.suse/net-mlx5e-SHAMPO-Change-frag-page-setup-order-during.patch patches.suse/net-mlx5e-SHAMPO-Drop-info-array.patch patches.suse/net-mlx5e-SHAMPO-Rework-header-allocation-loop.patch patches.suse/mptcp-fix-possible-integer-overflow-in-mptcp_reset_t.patch patches.suse/eth-bnxt-use-page-pool-for-head-frags.patch patches.suse/octeontx2-pf-RVU-representor-driver.patch patches.suse/octeontx2-pf-Create-representor-netdev.patch patches.suse/octeontx2-pf-Add-basic-net_device_ops.patch patches.suse/octeontx2-af-Add-packet-path-between-representor-and.patch patches.suse/octeontx2-pf-Get-VF-stats-via-representor.patch patches.suse/octeontx2-pf-Add-support-to-sync-link-state-between-.patch patches.suse/octeontx2-pf-Configure-VF-mtu-via-representor.patch patches.suse/octeontx2-pf-Add-representors-for-sdp-MAC.patch patches.suse/octeontx2-pf-Add-devlink-port-support.patch patches.suse/octeontx2-pf-Implement-offload-stats-ndo-for-represe.patch patches.suse/octeontx2-pf-Adds-TC-offload-support.patch patches.suse/wifi-ath9k-use-clamp-in-ar9003_aic_cal_post_process.patch patches.suse/wifi-ath9k-add-range-check-for-conn_rsp_epid-in-htc_.patch patches.suse/wifi-ath9k-eeprom-remove-platform-data.patch patches.suse/wifi-ath9k-btcoex-remove-platform_data.patch patches.suse/wifi-ath9k-remove-ath9k_platform_data.patch patches.suse/wifi-ath12k-make-read-only-array-svc_id-static-const.patch patches.suse/wifi-wcn36xx-fix-a-typo-in-struct-wcn36xx_sta-docume.patch patches.suse/wifi-ath6kl-fix-typos-in-struct-wmi_rssi_threshold_p.patch patches.suse/wifi-ath10k-fix-invalid-VHT-parameters-in-supported_.patch patches.suse/wifi-ath10k-fix-invalid-VHT-parameters-in-supported_-52db16e.patch patches.suse/wifi-ath10k-fix-the-stack-frame-size-warning-in-ath1.patch patches.suse/wifi-ath10k-fix-the-stack-frame-size-warning-in-ath1-acf8304.patch patches.suse/wifi-ath11k-Fix-double-free-issue-during-SRNG-deinit.patch patches.suse/wifi-ath11k-enable-fw_wmi_diag_event-hw-param-for-WC.patch patches.suse/wifi-ath11k-fix-the-stack-frame-size-warning-in-ath1.patch patches.suse/wifi-ath11k-allow-missing-memory-regions.patch patches.suse/wifi-ath12k-move-txbaddr-rxbaddr-into-struct-ath12k_.patch patches.suse/wifi-ath12k-Skip-Rx-TID-cleanup-for-self-peer.patch patches.suse/wifi-ath12k-fix-use-after-free-in-ath12k_dp_cc_clean.patch patches.suse/wifi-ath12k-Modify-print_array_to_buf-to-support-arr.patch patches.suse/wifi-ath12k-fix-one-more-memcpy-size-error.patch patches.suse/wifi-ath11k-Fix-CE-offset-address-calculation-for-WC.patch patches.suse/wifi-ath12k-Support-Self-Generated-Transmit-stats.patch patches.suse/wifi-ath12k-Support-Ring-and-SFM-stats.patch patches.suse/wifi-ath12k-Support-pdev-Transmit-Multi-user-stats.patch patches.suse/wifi-ath12k-Support-pdev-CCA-Stats.patch patches.suse/wifi-ath12k-Support-Pdev-OBSS-Stats.patch patches.suse/wifi-ath12k-fix-atomic-calls-in-ath12k_mac_op_set_bi.patch patches.suse/wifi-ath12k-convert-struct-ath12k_sta-update_wk-to-u.patch patches.suse/wifi-ath12k-switch-to-using-wiphy_lock-and-remove-ar.patch patches.suse/wifi-ath12k-cleanup-unneeded-labels.patch patches.suse/wifi-ath12k-ath12k_mac_set_key-remove-exit-label.patch patches.suse/wifi-ath12k-ath12k_mac_op_sta_state-clean-up-update_.patch patches.suse/wifi-ath10k-avoid-NULL-pointer-error-during-sdio-rem.patch patches.suse/wifi-ath5k-add-PCI-ID-for-SX76X.patch patches.suse/wifi-ath5k-add-PCI-ID-for-Arcadyan-devices.patch patches.suse/wifi-ath12k-add-missing-lockdep_assert_wiphy-for-ath.patch patches.suse/wifi-ath12k-Add-firmware-coredump-collection-support.patch patches.suse/wifi-ath12k-Support-DMAC-Reset-Stats.patch patches.suse/wifi-ath12k-Support-Pdev-Scheduled-Algorithm-Stats.patch patches.suse/wifi-ath12k-Support-BE-OFDMA-Pdev-Rate-Stats.patch patches.suse/wifi-ath12k-prepare-vif-data-structure-for-MLO-handl.patch patches.suse/wifi-ath12k-pass-ath12k_link_vif-instead-of-vif-ahvi.patch patches.suse/wifi-ath12k-prepare-sta-data-structure-for-MLO-handl.patch patches.suse/wifi-ath12k-prepare-vif-config-caching-for-MLO.patch patches.suse/wifi-ath12k-modify-ath12k_mac_vif_chan-for-MLO.patch patches.suse/wifi-ath12k-modify-ath12k_get_arvif_iter-for-MLO.patch patches.suse/wifi-ath12k-modify-ath12k_mac_op_bss_info_changed-fo.patch patches.suse/wifi-ath12k-modify-ath12k_mac_op_set_key-for-MLO.patch patches.suse/wifi-ath12k-update-ath12k_mac_op_conf_tx-for-MLO.patch patches.suse/wifi-ath12k-update-ath12k_mac_op_update_vif_offload-.patch patches.suse/wifi-ath12k-modify-link-arvif-creation-and-removal-f.patch patches.suse/wifi-ath12k-remove-msdu_end-structure-for-WCN7850.patch patches.suse/wifi-ath12k-fix-crash-when-unbinding.patch patches.suse/wifi-ath12k-fix-warning-when-unbinding.patch patches.suse/wifi-ath12k-remove-unused-variable-monitor_present.patch patches.suse/wifi-ath12k-fix-struct-hal_rx_ppdu_end_user_stats.patch patches.suse/wifi-ath12k-fix-struct-hal_rx_ppdu_start.patch patches.suse/wifi-ath12k-fix-struct-hal_rx_phyrx_rssi_legacy_info.patch patches.suse/wifi-ath12k-fix-struct-hal_rx_mpdu_start.patch patches.suse/wifi-ath12k-delete-NSS-and-TX-power-setting-for-moni.patch patches.suse/wifi-ath12k-use-tail-MSDU-to-get-MSDU-information.patch patches.suse/wifi-ath12k-fix-A-MSDU-indication-in-monitor-mode.patch patches.suse/wifi-ath12k-convert-tasklet-to-BH-workqueue-for-CE-i.patch patches.suse/wifi-wfx-Fix-error-handling-in-wfx_core_init.patch patches.suse/wifi-brcm80211-Remove-unused-dma_txflush.patch patches.suse/wifi-cw1200-Fix-potential-NULL-dereference.patch patches.suse/wifi-mac80211-fix-description-of-ieee80211_set_activ.patch patches.suse/wifi-cfg80211-Remove-the-Medium-Synchronization-Dela.patch patches.suse/wifi-nl80211-fix-bounds-checker-error-in-nl80211_par.patch patches.suse/wifi-cfg80211-Fix-an-error-handling-path-in-nl80211_.patch patches.suse/wifi-iwlwifi-mvm-clarify-fw_id_to_link_sta-protectio.patch patches.suse/wifi-iwlwifi-mvm-unify-link-info-initialization.patch patches.suse/wifi-iwlwifi-mvm-allow-always-calling-iwl_mvm_get_bs.patch patches.suse/wifi-iwlwifi-mvm-support-new-versions-of-the-wowlan-.patch patches.suse/wifi-iwlwifi-mvm-MLO-scan-upon-channel-condition-deg.patch patches.suse/wifi-iwlwifi-mvm-use-wiphy-locked-debugfs-for-low-la.patch patches.suse/wifi-iwlwifi-mvm-support-new-initiator-and-responder.patch patches.suse/wifi-iwlwifi-allow-fast-resume-on-ax200.patch patches.suse/wifi-iwlwifi-mvm-tell-iwlmei-when-we-finished-suspen.patch patches.suse/wifi-iwlwifi-be-less-noisy-if-the-NIC-is-dead-in-S3.patch patches.suse/wifi-iwlwifi-move-IWL_LMAC_-_INDEX-to-fw-api-context.patch patches.suse/wifi-iwlwifi-bump-minimum-API-version-in-BZ-SC-to-92.patch patches.suse/wifi-iwlwifi-s-IWL_MVM_INVALID_STA-IWL_INVALID_STA.patch patches.suse/wifi-iwlwifi-mvm-don-t-call-power_update_mac-in-fast.patch patches.suse/wifi-rtw89-wow-cast-nd_config-delay-to-u64-in-tsf-ar.patch patches.suse/wifi-rtw89-pci-use-int-as-return-type-of-error-code-.patch patches.suse/wifi-rtw89-8851b-use-int-as-return-type-of-error-cod.patch patches.suse/wifi-rtw89-8852b-use-int-as-return-type-of-error-cod.patch patches.suse/wifi-rtw89-8852bt-use-int-as-return-type-of-error-co.patch patches.suse/wifi-rtw89-8852c-use-int-as-return-type-of-error-cod.patch patches.suse/wifi-rtw89-sar-add-supported-UNII-4-frequency-range-.patch patches.suse/wifi-rtw89-add-thermal-protection.patch patches.suse/wifi-rtw89-pci-add-quirks-by-PCI-subsystem-ID-for-th.patch patches.suse/wifi-rtw89-regd-block-6-GHz-if-marked-as-N-A-in-regd.patch patches.suse/wifi-rtw88-Refactor-looping-in-rtw_phy_store_tx_powe.patch patches.suse/wifi-rtlwifi-use-MODULE_FIRMWARE-to-declare-used-fir.patch patches.suse/wifi-rtw89-fix-Wenum-compare-conditional-warnings.patch patches.suse/wifi-rtw89-coex-Set-Wi-Fi-Bluetooth-priority-for-Wi-.patch patches.suse/wifi-rtw89-Fix-TX-fail-with-A2DP-after-scanning.patch patches.suse/wifi-rtw89-unlock-on-error-path-in-rtw89_ops_unassig.patch patches.suse/wifi-rtw89-Add-header-conversion-for-MLO-connections.patch patches.suse/wifi-rtw89-Add-encryption-support-for-MLO-connection.patch patches.suse/wifi-rtw89-chan-manage-active-interfaces.patch patches.suse/wifi-rtw89-tweak-setting-of-channel-and-TX-power-for.patch patches.suse/wifi-rtw89-8922a-extend-RFK-handling-and-consider-ML.patch patches.suse/wifi-rtw88-Report-the-signal-strength-only-if-it-s-k.patch patches.suse/wifi-rtw88-Add-some-definitions-for-RTL8821AU-RTL881.patch patches.suse/wifi-rtw88-Dump-the-HW-features-only-for-some-chips.patch patches.suse/wifi-rtw88-Allow-different-C2H-RA-report-sizes.patch patches.suse/wifi-rtw88-Extend-the-init-table-parsing-for-RTL8812.patch patches.suse/wifi-rtw88-Allow-rtw_chip_info.ltecoex_addr-to-be-NU.patch patches.suse/wifi-rtw88-Let-each-driver-control-the-power-on-off-.patch patches.suse/wifi-rtw88-Enable-data-rate-fallback-for-older-chips.patch patches.suse/wifi-rtw88-Make-txagc_remnant_ofdm-an-array.patch patches.suse/wifi-rtw88-Support-TX-page-sizes-bigger-than-128.patch patches.suse/wifi-rtw88-Move-pwr_track_tbl-to-struct-rtw_rfe_def.patch patches.suse/wifi-rtw88-usb-Set-pkt_info.ls-for-the-reserved-page.patch patches.suse/wifi-rtw88-Detect-beacon-loss-with-chips-other-than-.patch patches.suse/wifi-rtw88-coex-Support-chips-without-a-scoreboard.patch patches.suse/wifi-rtw88-8821a-Regularly-ask-for-BT-info-updates.patch patches.suse/wifi-rtw88-8812a-Mitigate-beacon-loss.patch patches.suse/wifi-rtw89-don-t-check-done-ack-for-entering-PS.patch patches.suse/wifi-rtw89-set-pause_data-field-to-avoid-transmittin.patch patches.suse/wifi-rtw89-efuse-move-reading-efuse-of-fw-secure-inf.patch patches.suse/wifi-rtw89-efuse-move-recognize-firmware-MSS-info-v1.patch patches.suse/wifi-rtw89-efuse-read-firmware-secure-info-v0-from-e.patch patches.suse/wifi-rtw89-fw-shrink-download-size-of-security-secti.patch patches.suse/wifi-rtw89-fw-set-recorded-IDMEM-share-mode-in-firmw.patch patches.suse/wifi-rtw89-fw-move-v1-MSSC-out-of-__parse_security_s.patch patches.suse/wifi-rtw89-fw-use-common-function-to-parse-security-.patch patches.suse/wifi-rtw89-mac-no-configure-CMAC-DMAC-tables-for-fir.patch patches.suse/wifi-rtw89-8922a-fill-the-missing-OP1dB-configuratio.patch patches.suse/wifi-rtw89-coex-check-NULL-return-of-kmalloc-in-btc_.patch patches.suse/wifi-rtw89-8852b-change-RF-mode-to-normal-mode-when-.patch patches.suse/wifi-rtw89-coex-set-higher-priority-to-BT-when-WL-sc.patch patches.suse/wifi-rtw88-Add-rtw8812a_table.-c-h.patch patches.suse/wifi-rtw88-Add-rtw8821a_table.-c-h.patch patches.suse/wifi-rtw88-Add-rtw88xxa.-c-h.patch patches.suse/wifi-rtw88-Add-rtw8821a.-c-h.patch patches.suse/wifi-rtw88-Add-rtw8812a.-c-h.patch patches.suse/wifi-rtw88-Add-rtw8821au.c-and-rtw8812au.c.patch patches.suse/wifi-rtw88-Enable-the-new-RTL8821AU-RTL8812AU-driver.patch patches.suse/wifi-rtlwifi-Drastically-reduce-the-attempts-to-read.patch patches.suse/wifi-rtlwifi-Remove-some-exhalbtc-deadcode.patch patches.suse/wifi-brcmfmac-release-root-node-in-all-execution-pat.patch patches.suse/wifi-ipw2x00-libipw_rx_any-fix-bad-alignment.patch patches.suse/wifi-Switch-back-to-struct-platform_driver-remove.patch patches.suse/wifi-brcmfmac-Fix-oops-due-to-NULL-pointer-dereferen.patch patches.suse/net-rfkill-gpio-Add-check-for-clk_enable.patch patches.suse/wifi-mac80211-Support-EHT-1024-aggregation-size-in-T.patch patches.suse/wifi-mac80211-pass-MBSSID-config-by-reference.patch patches.suse/Revert-wifi-iwlegacy-do-not-skip-frames-with-bad-FCS.patch patches.suse/net-phy-c45-don-t-use-temporary-linkmode-bitmaps-in-.patch patches.suse/bpf-ipv4-Prepare-__bpf_redirect_neigh_v4-to-future-..patch patches.suse/bpf-lwtunnel-Prepare-bpf_lwt_xmit_reroute-to-future-.patch patches.suse/selftests-bpf-Drop-netns-helpers-in-mptcp.patch patches.suse/selftests-bpf-Add-txmsg_pass-to-pull-push-pop-in-tes.patch patches.suse/selftests-bpf-Fix-SENDPAGE-data-logic-in-test_sockma.patch patches.suse/selftests-bpf-Fix-total_bytes-in-msg_loop_rx-in-test.patch patches.suse/selftests-bpf-Add-push-pop-checking-for-msg_verify_d.patch patches.suse/selftests-bpf-Add-more-tests-for-test_txmsg_push_pop.patch patches.suse/bpf-sockmap-Several-fixes-to-bpf_msg_push_data.patch patches.suse/bpf-sockmap-Several-fixes-to-bpf_msg_pop_data.patch patches.suse/bpf-sockmap-Fix-sk_msg_reset_curr.patch patches.suse/net-ethtool-only-allow-set_rxnfc-with-rss-ring_cooki.patch patches.suse/netfilter-bpf-Pass-string-literal-as-format-argument.patch patches.suse/Bluetooth-btusb-mediatek-move-Bluetooth-power-off-co.patch patches.suse/Bluetooth-btusb-mediatek-add-callback-function-in-bt.patch patches.suse/Bluetooth-btusb-mediatek-add-intf-release-flow-when-.patch patches.suse/Bluetooth-btusb-mediatek-change-the-conditions-for-I.patch patches.suse/Bluetooth-btusb-add-Foxconn-0xe0fc-for-Qualcomm-WCN7.patch patches.suse/Bluetooth-btusb-Add-one-more-ID-0x0489-0xe0f3-for-Qu.patch patches.suse/Bluetooth-btusb-Add-one-more-ID-0x13d3-0x3623-for-Qu.patch patches.suse/Bluetooth-btnxpuart-Drop-_v0-suffix-from-FW-names.patch patches.suse/Bluetooth-btnxpuart-Rename-IW615-to-IW610.patch patches.suse/Bluetooth-hci_conn-Reduce-hci_conn_drop-calls-in-two.patch patches.suse/bluetooth-Fix-typos-in-the-comments.patch patches.suse/Bluetooth-btusb-Add-RTL8852BE-device-0489-e123-to-de.patch patches.suse/Bluetooth-btusb-Add-USB-HW-IDs-for-MT7920-MT7925.patch patches.suse/Bluetooth-hci_conn-Use-disable_delayed_work_sync.patch patches.suse/Bluetooth-btnxpuart-Add-GPIO-support-to-power-save-f.patch patches.suse/Bluetooth-hci_core-Fix-not-checking-skb-length-on-hc.patch patches.suse/Bluetooth-hci_core-Fix-not-checking-skb-length-on-hc-59437cbb.patch patches.suse/Bluetooth-btintel_pcie-Add-handshake-between-driver-.patch patches.suse/Bluetooth-btintel_pcie-Add-recovery-mechanism.patch patches.suse/Bluetooth-btmtksdio-Lookup-device-node-only-as-fallb.patch patches.suse/Bluetooth-btintel-Add-DSBR-support-for-BlazarIW-Blaz.patch patches.suse/Bluetooth-hci_qca-use-devm_clk_get_optional_enabled_.patch patches.suse/Bluetooth-btintel_pcie-Remove-deadcode.patch patches.suse/Bluetooth-btintel-Do-no-pass-vendor-events-to-stack.patch patches.suse/Bluetooth-Fix-type-of-len-in-rfcomm_sock_getsockopt-.patch patches.suse/Bluetooth-btintel_pcie-remove-redundant-assignment-t.patch patches.suse/Bluetooth-Add-new-quirks-for-ATS2851.patch patches.suse/Bluetooth-Support-new-quirks-for-ATS2851.patch patches.suse/Bluetooth-Set-quirks-for-ATS2851.patch patches.suse/Bluetooth-btintel_pcie-Replace-deprecated-PCI-functi.patch patches.suse/Bluetooth-btmtk-adjust-the-position-to-init-iso-data.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-0489-e111-for-MT7925.patch patches.suse/Bluetooth-btbcm-fix-missing-of_node_put-in-btbcm_get.patch patches.suse/Bluetooth-btrtl-Decrease-HCI_OP_RESET-timeout-from-1.patch patches.suse/Bluetooth-ISO-Do-not-emit-LE-PA-Create-Sync-if-previ.patch patches.suse/Bluetooth-ISO-Fix-matching-parent-socket-for-BIS-sla.patch patches.suse/Bluetooth-ISO-Do-not-emit-LE-BIG-Create-Sync-if-prev.patch patches.suse/Bluetooth-ISO-Update-hci_conn_hash_lookup_big-for-Br.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-0489-e124-for-MT7925.patch patches.suse/Bluetooth-btusb-Add-3-HWIDs-for-MT7925.patch patches.suse/Bluetooth-HCI-Add-IPC-11-bus-type.patch patches.suse/Bluetooth-SCO-Use-kref-to-track-lifetime-of-sco_conn.patch patches.suse/Bluetooth-ISO-Use-kref-to-track-lifetime-of-iso_conn.patch patches.suse/Bluetooth-hci_conn-Remove-alloc-from-critical-sectio.patch patches.suse/Bluetooth-ISO-Send-BIG-Create-Sync-via-hci_sync.patch patches.suse/Bluetooth-hci_bcm-Use-the-devm_clk_get_optional-help.patch patches.suse/Bluetooth-fix-use-after-free-in-device_for_each_chil.patch patches.suse/Bluetooth-MGMT-Add-initial-implementation-of-MGMT_OP.patch patches.suse/netdev-genl-Hold-rcu_read_lock-in-napi_set.patch patches.suse/bnxt_en-optimize-gettimex64.patch patches.suse/net-phy-microchip_t1-Clause-45-PHY-loopback-support-.patch patches.suse/octeontx2-pf-Fix-spelling-mistake-reprentator-repres.patch patches.suse/ndo_fdb_add-Add-a-parameter-to-report-whether-notifi.patch patches.suse/ndo_fdb_del-Add-a-parameter-to-report-whether-notifi.patch patches.suse/ice-rework-of-dump-serdes-equalizer-values-feature.patch patches.suse/ice-extend-dump-serdes-equalizer-values-feature.patch patches.suse/ice-refactor-last-segment-of-DDP-pkg.patch patches.suse/ice-support-optional-flags-in-signature-segment-head.patch patches.suse/ice-Add-support-for-persistent-NAPI-config.patch patches.suse/ice-only-allow-Tx-promiscuous-for-multicast.patch patches.suse/ice-initialize-pf-supported_rxdids-immediately-after.patch patches.suse/ice-use-stack-variable-for-virtchnl_supported_rxdids.patch patches.suse/ice-Unbind-the-workqueue.patch patches.suse/ixgbe-Break-include-dependency-cycle.patch patches.suse/igc-remove-autoneg-parameter-from-igc_mac_info.patch patches.suse/igb-Fix-2-typos-in-comments-in-igb_main.c.patch patches.suse/igbvf-remove-unused-spinlock.patch patches.suse/e1000-Hold-RTNL-when-e1000_down-can-be-called.patch patches.suse/virtio_net-xsk-bind-unbind-xsk-for-tx.patch patches.suse/xfrm-Add-support-for-per-cpu-xfrm-state-handling.patch patches.suse/xfrm-Add-error-handling-when-nla_put_u32-returns-an-.patch patches.suse/xfrm-replace-deprecated-strncpy-with-strscpy_pad.patch patches.suse/net-neighbor-clear-error-in-case-strict-check-is-not.patch patches.suse/selftests-net-add-more-info-to-error-in-bpf_offload.patch patches.suse/bnxt_en-Update-firmware-interface-spec-to-1.10.3.85.patch patches.suse/bnxt_en-Add-mem_valid-bit-to-struct-bnxt_ctx_mem_typ.patch patches.suse/bnxt_en-Refactor-bnxt_free_ctx_mem.patch patches.suse/bnxt_en-Add-a-force-parameter-to-bnxt_free_ctx_mem.patch patches.suse/bnxt_en-Allocate-backing-store-memory-for-FW-trace-l.patch patches.suse/bnxt_en-Manage-the-FW-trace-context-memory.patch patches.suse/bnxt_en-Do-not-free-FW-log-context-memory.patch patches.suse/bnxt_en-Add-functions-to-copy-host-context-memory.patch patches.suse/bnxt_en-Add-2-parameters-to-bnxt_fill_coredump_seg_h.patch patches.suse/bnxt_en-Add-a-new-ethtool-W-dump-flag.patch patches.suse/bnxt_en-Add-FW-trace-coredump-segments-to-the-coredu.patch patches.suse/Documentation-tipc-fix-formatting-issue-in-tipc.rst.patch patches.suse/mm-page_frag-fix-a-compile-error-when-kernel-is-not-compiled.patch patches.suse/net-phy-dp83869-fix-status-reporting-for-1000base-x-.patch patches.suse/i40e-Fix-handling-changed-priv-flags.patch patches.suse/netdev-genl-Hold-rcu_read_lock-in-napi_get.patch patches.suse/selftests-netfilter-Fix-missing-return-values-in-con.patch patches.suse/netfilter-ipset-add-missing-range-check-in-bitmap_ip.patch patches.suse/xsk-Free-skb-when-TX-metadata-options-are-invalid.patch patches.suse/net-phy-fix-phylib-s-dual-eee_enabled.patch patches.suse/gve-Flow-steering-trigger-reset-only-for-timeout-err.patch patches.suse/netpoll-Use-rcu_access_pointer-in-__netpoll_setup.patch patches.suse/bpf-fix-recursive-lock-when-verdict-program-return-S.patch patches.suse/selftests-bpf-Add-some-tests-with-sockmap-SK_PASS.patch patches.suse/erofs-get-rid-of-erofs_-find-insert-_workgroup.patch patches.suse/erofs-move-erofs_workgroup-operations-into-zdata.c.patch patches.suse/erofs-sunset-struct-erofs_workgroup.patch patches.suse/erofs-fix-file-backed-mounts-over-FUSE.patch patches.suse/erofs-fix-blksize-PAGE_SIZE-for-file-backed-mounts.patch patches.suse/erofs-handle-NONHEAD-delta-1-lclusters-gracefully.patch patches.suse/xfs-sb_spino_align-is-not-verified.patch patches.suse/xfs-split-the-page-fault-trace-event.patch patches.suse/xfs-split-write-fault-handling-out-of-__xfs_filemap_.patch patches.suse/xfs-remove-__xfs_filemap_fault.patch patches.suse/xfs-remove-xfs_page_mkwrite_iomap_ops.patch patches.suse/xfs-fix-simplify-extent-lookup-in-xfs_can_free_eofblocks.patch patches.suse/xfs-fix-superfluous-clearing-of-info-low-in-__xfs_getfsmap_datadev.patch patches.suse/xfs-remove-the-unused-pagb_count-field-in-struct-xfs_perag.patch patches.suse/xfs-remove-the-unused-pag_active_wq-field-in-struct-xfs_perag.patch patches.suse/iomap-add-a-merge-boundary-flag.patch patches.suse/xfs-fix-chown-with-rt-quota.patch patches.suse/xfs-report-realtime-block-quota-limits-on-realtime-directories.patch patches.suse/isofs-avoid-memory-leak-in-iocharset.patch patches.suse/fsnotify-fix-sending-inotify-event-with-unexpected-f.patch patches.suse/fsnotify-Fix-ordering-of-iput-and-watched_objects-de.patch patches.suse/dlm-fix-swapped-args-sb_flags-vs-sb_status.patch patches.suse/dlm-fix-possible-lkb_resource-null-dereference.patch patches.suse/dlm-fix-dlm_recover_members-refcount-on-error.patch patches.suse/dma-debug-fix-a-possible-deadlock-on-radix_lock.patch patches.suse/dma-mapping-remove-an-outdated-comment-from-dma-map-.patch patches.suse/ACPICA-IORT-Update-for-revision-E.f.patch patches.suse/ACPI-IORT-Support-CANWBS-memory-access-flag.patch patches.suse/i2c-dev-Fix-memory-leak-when-underlying-adapter-does.patch patches.suse/i2c-i801-Add-support-for-Intel-Panther-Lake.patch patches.suse/i2c-designware-Use-temporary-variable-for-struct-dev.patch patches.suse/ALSA-scarlett2-Fix-redeclaration-of-loop-variable.patch patches.suse/ALSA-scarlett2-Fix-mixed-declarations-and-code-warni.patch patches.suse/ALSA-scarlett2-Return-ENOSPC-for-out-of-bounds-flash.patch patches.suse/ALSA-scarlett2-Simplify-linked-channel-handling.patch patches.suse/ALSA-scarlett2-Add-support-for-device-map-retrieval.patch patches.suse/ALSA-dbri-Fix-formatting-issue-in-dbri.c.patch patches.suse/ALSA-aica-Remove-unused-variable.patch patches.suse/ALSA-hda-Use-own-quirk-lookup-helper.patch patches.suse/ALSA-hda-conexant-Use-the-new-codec-SSID-matching.patch patches.suse/ALSA-hda-realtek-Use-codec-SSID-matching-for-Lenovo-.patch patches.suse/ALSA-firewire-Remove-unused-cmp_connection_update.patch patches.suse/ALSA-ice1712-Remove-redundant-code-in-stac9460_dac_v.patch patches.suse/ALSA-usb-audio-Use-snprintf-instead-of-sprintf-in-bu.patch patches.suse/ALSA-hda-Fix-build-error-without-CONFIG_SND_DEBUG.patch patches.suse/ALSA-hda-Fix-all-stream-interrupts-definition.patch patches.suse/ALSA-compress_offload-introduce-accel-operation-mode.patch patches.suse/ALSA-docs-compress-accel-Format-state-machine-flowch.patch patches.suse/ALSA-docs-Add-toctree-index-entry-for-co-processor-a.patch patches.suse/ALSA-usb-audio-Add-Pioneer-DJ-AlphaTheta-DJM-A9-Mixe.patch patches.suse/sound-Switch-back-to-struct-platform_driver-remove.patch patches.suse/ALSA-hda-intel-Don-t-free-interrupt-when-suspending.patch patches.suse/ALSA-hda-intel-Switch-to-pci_alloc_irq_vectors-API.patch patches.suse/ALSA-hda-Fix-unused-variable-warning.patch patches.suse/ALSA-usb-audio-Make-mic-volume-workarounds-globally-.patch patches.suse/ALSA-compress_offload-Use-runtime-pointer-in-snd_com.patch patches.suse/ALSA-ump-remove-unnecessary-check-on-blk.patch patches.suse/ALSA-tidyup-SNDRV_PCM_TRIGGER_xxx-numbering.patch patches.suse/ALSA-pcm-Define-snd_pcm_mmap_data_-open-close-locall.patch patches.suse/ALSA-usx2y-Use-snd_card_free_when_closed-at-disconne.patch patches.suse/ALSA-us122l-Use-snd_card_free_when_closed-at-disconn.patch patches.suse/ALSA-us122l-Drop-mmap_count-field.patch patches.suse/ALSA-caiaq-Use-snd_card_free_when_closed-at-disconne.patch patches.suse/ALSA-6fire-Release-resources-at-card-release.patch patches.suse/ALSA-compress_offload-Add-missing-descriptions-in-st.patch patches.suse/ALSA-ump-Fix-the-wrong-format-specifier.patch patches.suse/ASoC-SOF-ipc3-Use-standard-dev_dbg-API.patch patches.suse/ASoC-meson-axg-iface-set-continuous-rates.patch patches.suse/ASoC-tas2781-Fix-redundant-parameter-assignment.patch patches.suse/ASoC-codecs-aw88395-Fix-spelling-mistake-unsupport-u.patch patches.suse/ASoC-rt1320-reads-patch-code-from-firmware-file.patch patches.suse/ASoC-bcm2835-i2s-Use-maple-tree-register-cache.patch patches.suse/ASoC-tas5805m-Improve-a-size-determination-in-tas580.patch patches.suse/ASoC-fsl-Use-maple-tree-register-cache.patch patches.suse/ASoC-codecs-aw88399-Fix-spelling-mistake-unsupport-u.patch patches.suse/ASoC-dt-bindings-mt6359-Update-generic-node-name-and.patch patches.suse/ASoC-rt1320-fix-the-range-of-patch-code-address.patch patches.suse/ASoC-fsl_micfil-fix-regmap_write_bits-usage.patch patches.suse/ASoC-fsl_micfil-Add-mclk-enable-flag.patch patches.suse/ASoC-fsl_micfil-Enable-micfil-error-interrupt.patch patches.suse/ASoC-amd-acp-simplify-platform-conditional-checks-co.patch patches.suse/ASoC-amd-acp-use-acp_rev-for-platform-specific-condi.patch patches.suse/ASoC-amd-acp-use-acp-pci-revision-id-for-platform-di.patch patches.suse/ASoC-amd-acp-store-acp-pci-rev-id-in-platform-driver.patch patches.suse/ASoC-amd-acp-pass-acp-pci-revision-id-as-platform-da.patch patches.suse/ASoC-amd-acp-update-mach_params-subsystem_rev-field.patch patches.suse/ASoC-amd-acp-remove-unused-variable-from-acp_card_dr.patch patches.suse/ASoC-amd-acp-replace-adata-platform-conditional-chec.patch patches.suse/ASoC-amd-acp-remove-unused-variable-from-acp-platfor.patch patches.suse/ASoC-improve-macro-definition-on-TWL4030_OUTPUT_PGA.patch patches.suse/ASoC-remove-unused-substream-in-macro-soc_component_.patch patches.suse/ASoC-remove-unused-substream-in-macro-soc_dai_mark_p.patch patches.suse/ASoC-remove-unused-substream-in-macro-soc_link_mark_.patch patches.suse/ASoC-stm-fix-macro-definition-on-STM_SAI_HAS_EXT_SYN.patch patches.suse/ASoC-atmel-atmel_ssc_dai-Add-stream-names.patch patches.suse/ASoC-atmel-atmel_ssc_dai-Drop-S24_LE-support-due-to-.patch patches.suse/ASoC-atmel-mchp-spdiftx-Remove-interface-name-from-s.patch patches.suse/ASoC-atmel-mchp-spdifrx-Remove-interface-name-from-s.patch patches.suse/ASoC-constify-snd_soc_component_driver-struct.patch patches.suse/ASoC-codecs-Add-NeoFidelity-Firmware-helpers.patch patches.suse/ASoC-codecs-Add-NeoFidelity-NTP8918-codec.patch patches.suse/ASoC-codecs-Add-NeoFidelity-NTP8835-codec.patch patches.suse/ASoC-amd-acp-drop-bogus-NULL-check-from-i2s_irq_hand.patch patches.suse/ASoC-codecs-wcd9335-remove-unnecessary-MODULE_ALIAS.patch patches.suse/ASoC-sh-rz-ssi-Use-SSIFCR_FIFO_RST-macro.patch patches.suse/ASoC-uniphier-Handle-regmap_write-errors-in-aio_src_.patch patches.suse/ASoC-tlv320adc3xxx-Fix-unsigned-int-compared-against.patch patches.suse/ASoC-fsl-fsl_qmc_audio-Remove-the-logging-when-parsi.patch patches.suse/ASoC-fsl-asoc-card-Add-missing-handling-of-hp-mic-dt.patch patches.suse/ASoC-Intel-sof_rt5682-Add-HDMI-In-capture-with-rt568.patch patches.suse/ASoC-Intel-sof_rt5682-Add-support-for-ptl_max98360a_.patch patches.suse/ASoC-rt-sdw-common-Common-functions-for-Realtek-soun.patch patches.suse/ASoC-rt721-sdca-Add-RT721-SDCA-driver.patch patches.suse/ASoC-amd-acp-fix-for-inconsistent-indenting.patch patches.suse/ASoC-amd-acp-fix-for-cpu-dai-index-logic.patch patches.suse/ASoC-amd-acp-refactor-sof_card_dai_links_create-func.patch patches.suse/ASoC-intel-sof_sdw-add-RT722-SDCA-card-for-PTL-platf.patch patches.suse/ASoC-intel-sdw_utils-refactor-RT-multifunction-sdca-.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-Add-rt721-suppor.patch patches.suse/ASoC-rt721-sdca-Fix-issue-of-warning-message.patch patches.suse/ASoC-SOF-ipc4-topology-Drop-the-index-from-Pin-index.patch patches.suse/ASoC-SOF-ipc4-topology-Use-local-variables-in-sof_ip.patch patches.suse/ASoC-SOF-ipc4-topology-Remove-redundant-check-in-sof.patch patches.suse/ASoC-SOF-ipc4-topology-Simplify-match-format-print-i.patch patches.suse/ASoC-SOF-ipc4-topology-Use-local-variables-in-sof_ip-7a4c41e.patch patches.suse/ASoC-SOF-ipc4-topology-Simplify-code-to-deal-with-pr.patch patches.suse/ASoC-SOF-ipc4-topology-Concentrate-prints-inside-of-.patch patches.suse/ASoC-SOF-ipc4-topology-Add-helper-function-to-print-.patch patches.suse/ASoC-codecs-Add-support-for-ES8323.patch patches.suse/ASoC-codecs-Add-uda1342-codec-driver.patch patches.suse/ASoC-loongson-Add-I2S-controller-driver-as-platform-.patch patches.suse/ASoC-Intel-Add-rt721-sdca-support-for-PTL-platform.patch patches.suse/ASoC-Intel-Remove-unused-code.patch patches.suse/ASoC-qcom-sm8250-correct-typo-in-shutdown-function-n.patch patches.suse/ASoC-rt721-sdca-Clean-logically-deadcode-in-rt721-sd.patch patches.suse/ASoC-Intel-avs-Fix-return-status-of-avs_pcm_hw_const.patch patches.suse/ASoC-codecs-Fix-error-check-in-es8323_i2c_probe.patch patches.suse/ASoC-rt722-sdca-Remove-logically-deadcode-in-rt722-s.patch patches.suse/ASoC-mediatek-mt8188-Remove-unnecessary-variable-ass.patch patches.suse/ASoC-SOF-Intel-hda-mlink-expose-unlocked-interrupt-e.patch patches.suse/ASoC-SoundWire-Intel-lnl-enable-interrupts-after-fir.patch patches.suse/ASoC-imx-card-Set-mclk-for-codec.patch patches.suse/ASoC-imx-card-Add-CS42888-support.patch patches.suse/ASoC-loongson-Fix-build-warning-when-CONFIG_PCI.patch patches.suse/ASoC-rt-sdw-common-Enhance-switch-case-to-prevent-un.patch patches.suse/ASoC-makes-snd_soc_set_runtime_hwparams-inline.patch patches.suse/ASoC-codecs-Remove-unneeded-semicolon.patch patches.suse/ASoC-loongson-make-loongson-i2s.o-a-separate-module.patch patches.suse/ASoC-rsnd-Refactor-port-handling-with-helper-for-end.patch patches.suse/ASoC-mediatek-mt8188-remove-unnecessary-variable-ass.patch patches.suse/ASoC-SOF-sof-of-dev-add-parameter-to-override-tplg-f.patch patches.suse/ASoC-rx651-Use-card-dev-in-replace-of-the-pdev-dev-a.patch patches.suse/ASoC-amd-acp-Add-stream-name-to-ACP-PDM-DMIC-devices.patch patches.suse/ASoC-nau8821-check-regmap_raw_read-regmap_raw_write-.patch patches.suse/ASoC-sdw_utils-Add-support-for-exclusion-DAI-quirks.patch patches.suse/ASoC-sdw_utils-Add-a-quirk-to-allow-the-cs42l43-mic-.patch patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-cs42l43-system-usin.patch patches.suse/ASoC-Intel-sof_sdw-Add-quirks-for-some-new-Lenovo-la.patch patches.suse/soundwire-sdw_intel-include-linux-acpi.h.patch patches.suse/ASoC-soundwire-remove-sdw_slave_extended_id.patch patches.suse/ASoC-SDCA-add-initial-module.patch patches.suse/soundwire-slave-lookup-SDCA-version-and-functions.patch patches.suse/ASoC-SDCA-add-quirk-function-for-RT712_VB-match.patch patches.suse/ASoC-rt712-sdca-detect-the-SMART_MIC-function-during.patch patches.suse/ASoC-soc-acpi-introduce-new-machine-check-callback.patch patches.suse/ASoC-sdw_utils-add-SmartMic-DAI-for-RT712-VB.patch patches.suse/ASoC-sdw_utils-add-SmartMic-DAI-for-RT713-VB.patch patches.suse/ASoC-Intel-soc-acpi-add-is_device_rt712_vb-helper.patch patches.suse/ASoC-SOF-Intel-hda-use-machine_check-for-SoundWire.patch patches.suse/ASoC-soc-utils-Remove-PAGE_SIZE-compile-time-constan.patch patches.suse/ASoC-codecs-adau1372-add-match-table.patch patches.suse/ASoC-tegra-Add-support-for-S24_LE-audio-format.patch patches.suse/ASoC-fsl_xcvr-enable-interrupt-of-cmdc-status-update.patch patches.suse/ASoC-fsl_xcvr-reset-RX-dpath-after-wrong-preamble.patch patches.suse/ASoC-uniphier-Handle-regmap_write-errors-in-aio_ieco.patch patches.suse/ASoC-SOF-core-Add-debug-module-parameters-to-set-IPC.patch patches.suse/ASoC-SOF-core-Add-fw-tplg-and-ipc-type-override-para.patch patches.suse/ASoC-codecs-fix-error-code-in-ntp8835_i2c_probe.patch patches.suse/ASoC-amd-remove-dpcm_xxx-flags.patch patches.suse/ASoC-fsl-remove-dpcm_xxx-flags.patch patches.suse/ASoC-sof-remove-dpcm_xxx-flags.patch patches.suse/ASoC-intel-remove-dpcm_xxx-flags.patch patches.suse/ASoC-samsung-remove-dpcm_xxx-flags.patch patches.suse/ASoC-mediatek-remove-dpcm_xxx-flags.patch patches.suse/ASoC-soc-core-remove-dpcm_xxx-flags.patch patches.suse/ASoC-soc-compress-remove-dpcm_xxx-flags.patch patches.suse/ASoC-soc-topology-remove-dpcm_xxx-flags.patch patches.suse/ASoC-intel-boards-remove-dpcm_xxx-flags.patch patches.suse/ASoC-soc-pcm-remove-dpcm_xxx-flags.patch patches.suse/ASoC-doc-remove-dpcm_xxx-flags.patch patches.suse/ASoC-soc-pcm-merge-DPCM-and-non-DPCM-validation-chec.patch patches.suse/ASoC-rt-sdw-common-fix-rt_sdca_index_update_bits-fun.patch patches.suse/ASoC-sun4i-codec-Add-support-for-different-DAC-FIFOC.patch patches.suse/ASoC-sun4i-codec-Add-playback-only-flag-to-quirks.patch patches.suse/ASoC-sun4i-codec-support-allwinner-H616-codec.patch patches.suse/ASoC-cs42l84-Add-new-codec-driver.patch patches.suse/ASoC-cs42l84-leverage-ring-sense-IRQs-to-correctly-d.patch patches.suse/ASoC-rt1320-add-mic-function.patch patches.suse/ASoC-soc-devres-Remove-unused-devm_snd_soc_register_.patch patches.suse/ASoC-codecs-ES8326-Modify-the-configuration-of-and-m.patch patches.suse/ASoC-sdw_utils-Add-quirk-to-exclude-amplifier-functi.patch patches.suse/ASoC-intel-sof_sdw-add-quirk-for-Dell-SKU.patch patches.suse/ASoC-Intel-soc-acpi-intel-arl-match-Add-rt722-and-rt.patch patches.suse/ASoC-cs42l84-remove-incorrect-of_match_ptr.patch patches.suse/ASoC-codecs-adau1373-add-some-kconfig-text.patch patches.suse/ASoC-codecs-adau1373-drop-patform_data.patch patches.suse/ASoC-codecs-adau1373-add-powerdown-gpio.patch patches.suse/ASoC-cs42l84-Remove-unused-including-linux-version.h.patch patches.suse/ASoC-Rename-sh-to-renesas.patch patches.suse/ASoC-audio-graph-card2-Update-comment-with-renamed-f.patch patches.suse/ASoC-codecs-wcd937x-Remove-unused-of_gpio.h.patch patches.suse/ASoC-doc-update-clock-api-details.patch patches.suse/ASoC-amd-acp-Fix-for-ACP-SOF-dmic-tplg-component-loa.patch patches.suse/ASoC-codecs-ES8326-Reduce-pop-noise.patch patches.suse/ASoC-qcom-x1e80100-Support-boards-with-two-speakers.patch patches.suse/ASoC-codecs-Fix-atomicity-violation-in-snd_soc_compo.patch patches.suse/ASoC-bcm63xx-pcm-whistler-fix-uninit-value-in-i2s_dm.patch patches.suse/ASoC-fsl_mqs-Support-accessing-registers-by-scmi-int.patch patches.suse/ASoC-qcom-sc8280xp-Add-SM8750-sound-card.patch patches.suse/ASoC-rt722-change-the-interrupt-mask-for-jack-type-d.patch patches.suse/ASoC-Intel-sof_sdw-Add-missing-quirks-from-some-new-.patch patches.suse/ASoC-rt721-sdca-change-interrupt-mask-from-XU-to-GE.patch patches.suse/ASoC-rename-rtd-num-to-rtd-id.patch patches.suse/ASoC-fsl-switch-to-use-rtd-id-from-rtd-num.patch patches.suse/ASoC-meson-switch-to-use-rtd-id-from-rtd-num.patch patches.suse/ASoC-sh-switch-to-use-rtd-id-from-rtd-num.patch patches.suse/ASoC-generic-switch-to-use-rtd-id-from-rtd-num.patch patches.suse/ASoC-remove-rtd-num.patch patches.suse/ASoC-soc-core-do-rtd-id-trick-at-snd_soc_add_pcm_run.patch patches.suse/ASoC-cleanup-function-parameter-for-rtd-and-its-id.patch patches.suse/ASoC-sdw_utils-intel-amd-refactor-dai-link-init-logi.patch patches.suse/ASoC-sdw_utils-Update-stream_name-in-dai_links-struc.patch patches.suse/ASoC-codecs-Add-aw88081-amplifier-driver.patch patches.suse/ASoC-da7213-Populate-max_register-to-regmap_config.patch patches.suse/ASoC-da7213-Return-directly-the-value-of-regcache_sy.patch patches.suse/ASoC-da7213-Add-suspend-to-RAM-support.patch patches.suse/ASoC-da7213-Avoid-setting-PLL-when-closing-audio-str.patch patches.suse/ASoC-da7213-Extend-support-for-the-MCK-in-range-2-50.patch patches.suse/ASoC-Intel-Kconfig-make-SND_SOC_ACPI_INTEL_MATCH-dep.patch patches.suse/ASoC-Intel-Kconfig-select-SND_SOC_SDCA-by-SND_SOC_AC.patch patches.suse/ASoC-SOF-Intel-hda-stream-Always-use-at-least-two-BD.patch patches.suse/ASoC-SOF-Intel-hda-Add-support-for-persistent-Code-L.patch patches.suse/ASoC-SOF-Intel-hda-handle-only-paused-streams-in-hda.patch patches.suse/ASoC-ux500-Remove-redundant-casts.patch patches.suse/ASoC-SOF-ext_manifest-Add-missing-ext_manifest-type-.patch patches.suse/ASoC-SOF-ipc3-loader-Handle-PROBE_INFO-ext_manifest-.patch patches.suse/ASoC-sma1307-Add-driver-for-Iron-Device-SMA1307.patch patches.suse/ASoC-mediatek-mt8183-Remove-unnecessary-variable-ass.patch patches.suse/ASoC-sma1307-Fix-invalid-logical-judgement.patch patches.suse/ASoC-qcom-sm8250-add-handling-of-secondary-MI2S-cloc.patch patches.suse/ASoC-Intel-Kconfig-Only-select-SND_SOC_SDCA-if-ACPI-.patch patches.suse/ASoC-Intel-Kconfig-Revert-make-SND_SOC_ACPI_INTEL_MA.patch patches.suse/ASoC-stm32-sai-add-stm32mp25-support.patch patches.suse/ASoC-stm32-i2s-add-stm32mp25-support.patch patches.suse/ASoC-machine-update-documentation.patch patches.suse/ASoC-max98088-Remove-duplicate-DACs.patch patches.suse/ASoC-add-symmetric_-prefix-for-dai-rate-channels-sam.patch patches.suse/ASoc-SOF-ipc4-pcm-fix-uninit-value-in-sof_ipc4_pcm_d.patch patches.suse/ASoC-max98088-Add-left-right-DAC-volume-control.patch patches.suse/ASoC-max98088-Add-headphone-mixer-switch.patch patches.suse/ASoC-test-component-Support-continuous-rates-for-tes.patch patches.suse/ASoC-simple-card-utils-care-simple_util_dai-for-dumm.patch patches.suse/ASoC-SOF-ipc4-topology-remove-redundant-assignment-t.patch patches.suse/ASoC-sdca-test-adev-before-calling-acpi_dev_for_each.patch patches.suse/ASoC-sma1307-fix-uninitialized-variable-refence.patch patches.suse/ASoC-stm32-dfsdm-change-rate-upper-limits.patch patches.suse/ASoC-Intel-soc-acpi-intel-lnl-match-add-rt712_vb-rt1.patch patches.suse/ASoC-amd-acp-add-rt722-based-soundwire-machines.patch patches.suse/ASoC-amd-acp-add-RT711-RT714-RT1316-support-for-acp-.patch patches.suse/ASoC-amd-ps-add-soundwire-machines-for-acp6.3-platfo.patch patches.suse/ASoC-amd-acp-move-get_acp63_cpu_pin_id-to-common-fil.patch patches.suse/ASoC-amd-acp-add-soundwire-machine-driver-for-legacy.patch patches.suse/ASoC-amd-ps-fix-the-pcm-device-numbering-for-acp-6.3.patch patches.suse/ASoc-simple-mux-add-idle-state-support.patch patches.suse/ASoC-hdmi-codec-reorder-channel-allocation-list.patch patches.suse/ALSA-hda-Poll-jack-events-for-LS7A-HD-Audio.patch patches.suse/0021-drm-tegra-gem-Open-code-drm_prime_gem_destroy.patch patches.suse/0022-drm-tegra-gem-Don-t-attach-dma-bufs-when-not-needed.patch patches.suse/0023-gpu-host1x-Fix-_writel-function-declarations.patch patches.suse/0024-gpu-host1x-Handle-CDMA-wraparound-when-debug-printin.patch patches.suse/0025-gpu-host1x-Complete-stream-ID-entry-tables.patch patches.suse/0026-gpu-host1x-Add-MLOCK-recovery-for-rest-of-engines.patch patches.suse/0027-gpu-host1x-Make-host1x_context_device_bus_type-const.patch patches.suse/0028-drm-tegra-hdmi-Make-read-only-const-array-freqs-stat.patch patches.suse/drm-imagination-Convert-to-use-time_before-macro.patch patches.suse/0030-drm-nouveau-Use-for_each_child_of_node_scoped.patch patches.suse/drm-imagination-Use-pvr_vm_context_get.patch patches.suse/0032-drm-imagination-Use-memdup_user-helper-to-simplify-c.patch patches.suse/0033-drm-imagination-Use-memdup_user-helper.patch patches.suse/0034-drm-panfrost-Add-SYSTEM_TIMESTAMP-and-SYSTEM_TIMESTA.patch patches.suse/0035-drm-panfrost-Add-cycle-counter-job-requirement.patch patches.suse/0036-drm-panthor-Use-the-BITS_PER_LONG-macro.patch patches.suse/0037-drm-panel-ili9341-Remove-duplicate-code.patch patches.suse/0038-drm-display-split-DSC-helpers-from-DP-helpers.patch patches.suse/0039-drm-imx-cleanup-the-imx-drm-header.patch patches.suse/0040-drm-imx-parallel-display-drop-edid-override-support.patch patches.suse/0041-drm-imx-ldb-drop-custom-EDID-support.patch patches.suse/0042-drm-imx-ldb-drop-custom-DDC-bus-support.patch patches.suse/0043-drm-imx-ldb-switch-to-drm_panel_bridge.patch patches.suse/0044-drm-imx-parallel-display-switch-to-drm_panel_bridge.patch patches.suse/0045-drm-imx-add-internal-bridge-handling-display-timings.patch patches.suse/0046-drm-imx-ldb-switch-to-imx_legacy_bridge-drm_bridge_c.patch patches.suse/0047-drm-imx-parallel-display-switch-to-imx_legacy_bridge.patch patches.suse/0048-drm-imx-move-imx_drm_connector_destroy-to-imx-tve.patch patches.suse/0049-drm-bridge-add-support-for-TI-TDP158.patch patches.suse/0050-drm-exynos-hdmi-use-display_info-for-printing-displa.patch patches.suse/0051-drm-exynos-hdmi-convert-to-struct-drm_edid.patch patches.suse/drm-mm-Mark-drm_mm_interval_tree-functions-with-__ma.patch patches.suse/0053-drm-mm-annotate-drm_mm_node_scanned_block-with-__may.patch patches.suse/0054-drm-bridge-tdp158-fix-build-failure.patch patches.suse/0055-drm-nouveau-tegra-Use-iommu_paging_domain_alloc.patch patches.suse/0056-drm-nouveau-volt-use-clamp-in-nvkm_volt_map.patch patches.suse/0057-drm-panthor-Add-DEV_QUERY_TIMESTAMP_INFO-dev-query.patch patches.suse/0058-drm-xe-select-DRM_DISPLAY_DSC_HELPER.patch patches.suse/0059-drm-msm-add-another-DRM_DISPLAY_DSC_HELPER-selection.patch patches.suse/0060-drm-bochs-Remove-manual-format-test-from-fb_create.patch patches.suse/0061-drm-bochs-Use-helpers-for-struct-drm_edid.patch patches.suse/0062-drm-bochs-Do-managed-resource-cleanup.patch patches.suse/0063-drm-bochs-Pass-bochs-device-to-various-functions.patch patches.suse/0064-drm-bochs-Upcast-with-to_bochs_device.patch patches.suse/0065-drm-bochs-Allocate-DRM-device-in-struct-bochs_device.patch patches.suse/0066-drm-bochs-Use-regular-atomic-helpers.patch patches.suse/0067-drm-bochs-Use-GEM-SHMEM-helpers-for-memory-managemen.patch patches.suse/0068-drm-bochs-Validate-display-modes-against-available-v.patch patches.suse/0069-drm-gem-vram-Remove-support-for-simple-display-pipel.patch patches.suse/0070-drm-sched-add-optional-errno-to-drm_sched_start.patch patches.suse/0071-dma-buf-give-examples-of-error-codes-to-use.patch patches.suse/0072-drm-doc-Document-submission-error-signaling.patch patches.suse/0073-drm-todos-add-entry-for-drm_syncobj-error-handling.patch patches.suse/0074-dma-buf-heaps-Add-__init-to-CMA-and-system-heap-modu.patch patches.suse/0075-drm-vc4-plane-Keep-fractional-source-coords-inside-s.patch patches.suse/0076-drm-vc4-plane-Handle-fractional-coordinates-using-th.patch patches.suse/0077-drm-vc4-crtc-Force-trigger-of-dlist-update-on-margin.patch patches.suse/drm-vc4-hdmi-Avoid-log-spam-for-audio-start-failure.patch patches.suse/0079-drm-vc4-plane-Add-support-for-YUV444-formats.patch patches.suse/drm-vc4-hvs-Set-AXI-panic-modes-for-the-HVS.patch patches.suse/drm-vc4-hdmi-Increase-audio-MAI-fifo-dreq-threshold.patch patches.suse/0082-drm-vc4-hdmi-Warn-if-writing-to-an-unknown-HDMI-regi.patch patches.suse/0083-drm-vc4-hvs-More-logging-for-dlist-generation.patch patches.suse/0084-drm-vc4-hvs-Print-error-if-we-fail-an-allocation.patch patches.suse/0085-drm-vc4-plane-Add-more-debugging-for-LBM-allocation.patch patches.suse/0086-drm-vc4-plane-Use-return-variable-in-atomic_check.patch patches.suse/0087-drm-vc4-crtc-Move-assigned_channel-to-a-variable.patch patches.suse/drm-vc4-hvs-Don-t-write-gamma-luts-on-2711.patch patches.suse/0089-drm-vc4-plane-YUV-planes-require-vertical-scaling-to.patch patches.suse/drm-vc4-hdmi-Avoid-hang-with-debug-registers-when-su.patch patches.suse/drm-vc4-hvs-Fix-dlist-debug-not-resetting-the-next-e.patch patches.suse/drm-vc4-hvs-Remove-incorrect-limit-from-hvs_dlist-de.patch patches.suse/0093-drm-vc4-hvs-Remove-ABORT_ON_EMPTY-flag.patch patches.suse/drm-vc4-Introduce-generation-number-enum.patch patches.suse/0095-drm-vc4-Make-v3d-paths-unavailable-on-any-generation.patch patches.suse/0096-drm-vc4-hvs-Use-switch-statement-to-simplify-vc4_hvs.patch patches.suse/0097-drm-vc4-hvs-Create-hw_init-function.patch patches.suse/0098-drm-vc4-hvs-Create-cob_init-function.patch patches.suse/0099-drm-vc4-hvs-Rename-hvs_regs-list.patch patches.suse/0100-drm-vc4-plane-Change-ptr0_offset-to-an-array.patch patches.suse/0101-drm-vc4-hvs-Rework-LBM-alignment.patch patches.suse/0102-drm-vc4-hvs-Change-prototype-of-__vc4_hvs_alloc-to-p.patch patches.suse/0103-drm-vc4-plane-Move-the-buffer-offset-out-of-the-vc4_.patch patches.suse/0104-drm-vc4-hvs-Enable-SCALER_CONTROL-early-in-HVS-init.patch patches.suse/drm-vc4-hvs-Correct-logic-on-stopping-an-HVS-channel.patch patches.suse/0106-drm-panel-samsung-s6e3fa7-transition-to-mipi_dsi-wra.patch patches.suse/0107-drm-ast-Remove-TX-chip-bitmask.patch patches.suse/0108-drm-tests-Stop-using-deprecated-dev_private-member-o.patch patches.suse/0109-drm-tests-Add-parameters-to-the-drm_test_framebuffer.patch patches.suse/0110-drm-tests-Replace-strcpy-to-strscpy-on-drm_test_fram.patch patches.suse/0111-drm-tests-Add-test-case-for-drm_internal_framebuffer.patch patches.suse/0112-drm-tests-Add-test-for-drm_framebuffer_check_src_coo.patch patches.suse/0113-drm-tests-Add-test-for-drm_framebuffer_cleanup.patch patches.suse/0114-drm-tests-Add-test-for-drm_framebuffer_lookup.patch patches.suse/0115-drm-tests-Add-test-for-drm_framebuffer_init.patch patches.suse/0116-drm-tests-Add-test-for-drm_framebuffer_free.patch patches.suse/0117-drm-panel-himax-hx83112a-transition-to-mipi_dsi-wrap.patch patches.suse/0118-drm-bridge-ti-sn65dsi86-annotate-ti_sn_pwm_pin_-requ.patch patches.suse/0119-drm-panthor-Display-FW-version-information.patch patches.suse/0120-drm-bochs-use-devm_ioremap_wc-to-map-framebuffer.patch patches.suse/0121-drm-bridge-tc358767-Use-dev_err_probe.patch patches.suse/0122-drm-bridge-tc358767-Only-print-GPIO-debug-output-if-.patch patches.suse/0123-drm-bridge-tc358767-Support-write-only-registers.patch patches.suse/0124-drm-bridge-imx8mp-hdmi-tx-Switch-to-SYSTEM_SLEEP_PM_.patch patches.suse/0125-drm-bridge-imx8qm-ldb-Switch-to-RUNTIME_PM_OPS.patch patches.suse/0126-drm-bridge-imx8qxp-pixel-combiner-Switch-to-RUNTIME_.patch patches.suse/0127-drm-bridge-samsung-dsim-Switch-to-RUNTIME_PM_OPS.patch patches.suse/0128-drm-bridge-dw-hdmi-cec-Switch-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/0129-drm-bridge-imx8qxp-ldb-Switch-to-RUNTIME_PM_OPS.patch patches.suse/0130-drm-bridge-imx8mp-hdmi-tx-allow-0.5-margin-with-sele.patch patches.suse/0131-drm-panel-khadas-ts050-make-ts050-v2-_panel_data-sta.patch patches.suse/0132-drm-panel-nt36523-use-devm_mipi_dsi_-function-to-reg.patch patches.suse/0133-drm-panel-sony-acx565akm-Use-ph-to-print-small-buffe.patch patches.suse/0134-drm-kmb-annotate-set_test_mode_src_osc_freq_target_-.patch patches.suse/0135-drm-imagination-annotate-pvr_fw_version_packed-with-.patch patches.suse/0136-drm-ast-astdp-Inline-ast_astdp_connector_init.patch patches.suse/0137-drm-ast-astdp-Avoid-upcasting-to-struct-ast_device.patch patches.suse/0138-drm-ast-astdp-Replace-power_on-helpers.patch patches.suse/0139-drm-ast-astdp-Replace-ast_dp_set_on_off.patch patches.suse/0140-drm-ast-dp501-Inline-ast_dp501_connector_init.patch patches.suse/0141-drm-ast-dp501-Avoid-upcasting-to-struct-ast_device.patch patches.suse/0142-drm-ast-sil164-Inline-ast_sil164_connector_init.patch patches.suse/0143-drm-ast-vga-Inline-ast_vga_connector_init.patch patches.suse/0144-drm-ast-Respect-return-value-from-CRTC-init.patch patches.suse/0145-drm-ast-Avoid-upcasting-to-struct-ast_device.patch patches.suse/0146-accel-qaic-Change-to-use-DEFINE_SHOW_ATTRIBUTE-macro.patch patches.suse/drm-omap-Fix-possible-NULL-dereference.patch patches.suse/0148-drm-omap-Hide-sparse-warnings.patch patches.suse/drm-omap-Fix-locking-in-omap_gem_new_dmabuf.patch patches.suse/0150-drm-panel-raydium-rm69380-transition-to-mipi_dsi-wra.patch patches.suse/drm-v3d-Appease-lockdep-while-updating-GPU-stats.patch patches.suse/drm-panic-Fix-uninitialized-spinlock-acquisition-wit.patch patches.suse/0153-drm-ast-Rename-register-constants-for-TX-chip-types.patch patches.suse/0154-drm-ast-Use-TX-chip-register-constants.patch patches.suse/0155-drm-ast-Warn-about-unsupported-TX-chips.patch patches.suse/0156-drm-rockchip-Fix-a-typo.patch patches.suse/0157-drm-rockchip-dw_hdmi-Filter-modes-based-on-hdmiphy_c.patch patches.suse/0158-drm-rockchip-dw_hdmi-Adjust-cklvl-txlvl-for-RF-EMI.patch patches.suse/0159-drm-rockchip-dw_hdmi-Add-phy_config-for-594Mhz-pixel.patch patches.suse/0160-drm-rockchip-dw_hdmi-Set-cur_ctr-to-0-always.patch patches.suse/0161-drm-rockchip-dw_hdmi-Use-auto-generated-tables.patch patches.suse/0162-drm-rockchip-dw_hdmi-Enable-4K-60Hz-mode-on-RK3399-a.patch patches.suse/0163-drm-rockchip-Load-crtc-devices-in-preferred-order.patch patches.suse/0164-dma-buf-dma-fence-Use-a-successful-read_trylock-anno.patch patches.suse/0165-udmabuf-pre-fault-when-first-page-fault.patch patches.suse/udmabuf-change-folios-array-from-kmalloc-to-kvmalloc.patch patches.suse/udmabuf-fix-vmap_udmabuf-error-page-set.patch patches.suse/0168-udmabuf-udmabuf_create-pin-folio-codestyle-cleanup.patch patches.suse/0169-udmabuf-introduce-udmabuf-init-and-deinit-helper.patch patches.suse/0170-udmabuf-remove-udmabuf_folio.patch patches.suse/0171-udmabuf-reuse-folio-array-when-pin-folios.patch patches.suse/drm-imx-dcss-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch patches.suse/drm-imx-dcss-Use-IRQF_NO_AUTOEN-flag-in-request_irq-4380f86.patch patches.suse/drm-imx-ipuv3-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-2.patch patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-F.patch patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-G.patch patches.suse/0178-drm-imx-Add-missing-DRM_BRIDGE_CONNECTOR-dependency.patch patches.suse/drm-panel-nt35510-Make-new-commands-optional.patch patches.suse/drm-bridge-it6505-Enable-module-autoloading.patch patches.suse/drm-mcde-Enable-module-autoloading.patch patches.suse/0182-dma-buf-Add-syntax-highlighting-to-code-listings-in-.patch patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer.patch patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-e965e77.patch patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-831214f.patch patches.suse/0186-drm-Link-drm_rect.o-into-DRM-core-module.patch patches.suse/accel-ivpu-Fix-a-typo.patch patches.suse/0188-drm-scheduler-Improve-documentation.patch patches.suse/0189-drm-ci-uprev-mesa-IGT-and-deqp-runner.patch patches.suse/0190-drm-renesas-shmobile-Add-drm_panic-support.patch patches.suse/0191-drm-renesas-rcar-du-Add-drm_panic-support-for-non-vs.patch patches.suse/0192-drm-v3d-Use-v3d_perfmon_find.patch patches.suse/0193-drm-vkms-Add-documentation.patch patches.suse/0194-drm-vkms-Suppress-context-imbalance-detected-by-spar.patch patches.suse/0195-drm-vkms-Add-missing-check-for-CRTC-initialization.patch patches.suse/drm-v3d-Address-race-condition-in-MMU-flush.patch patches.suse/drm-v3d-Flush-the-MMU-before-we-supply-more-memory-t.patch patches.suse/0198-drm-v3d-Fix-return-if-scheduler-initialization-fails.patch patches.suse/0199-drm-gem-Create-a-drm_gem_object_init_with_mnt-functi.patch patches.suse/0200-drm-v3d-Introduce-gemfs.patch patches.suse/0201-drm-gem-Create-shmem-GEM-object-in-a-given-mountpoin.patch patches.suse/0202-drm-v3d-Reduce-the-alignment-of-the-node-allocation.patch patches.suse/0203-drm-v3d-Support-Big-Super-Pages-when-writing-out-PTE.patch patches.suse/0204-drm-v3d-Use-gemfs-THP-in-BO-creation-if-available.patch patches.suse/0205-drm-v3d-Add-modparam-for-turning-off-Big-Super-Pages.patch patches.suse/0206-drm-v3d-Expose-Super-Pages-capability.patch patches.suse/0207-drm-panthor-Add-PANTHOR_GROUP_PRIORITY_REALTIME-grou.patch patches.suse/0208-drm-panthor-Add-DEV_QUERY_GROUP_PRIORITIES_INFO-dev-.patch patches.suse/drm-fbdev-helper-Move-color-mode-lookup-into-4CC-for.patch patches.suse/0210-drm-fbdev-helper-Set-and-clear-VGA-switcheroo-client.patch patches.suse/drm-fbdev-Add-memory-agnostic-fbdev-client.patch patches.suse/drm-Add-client-agnostic-setup-helper.patch patches.suse/0213-drm-fbdev-dma-Support-struct-drm_driver.fbdev_probe.patch patches.suse/0214-drm-arcgpu-Run-DRM-default-client-setup.patch patches.suse/0215-drm-arm-komeda-Run-DRM-default-client-setup.patch patches.suse/0216-drm-arm-hdlcd-Run-DRM-default-client-setup.patch patches.suse/0217-drm-arm-malidp-Run-DRM-default-client-setup.patch patches.suse/0218-drm-aspeed-Run-DRM-default-client-setup.patch patches.suse/0219-drm-atmel-hdlcd-Run-DRM-default-client-setup.patch patches.suse/0220-drm-fsl-dcu-Run-DRM-default-client-setup.patch patches.suse/0221-drm-hisilicon-kirin-Run-DRM-default-client-setup.patch patches.suse/0222-drm-hx8357d-Run-DRM-default-client-setup.patch patches.suse/0223-drm-ili9163-Run-DRM-default-client-setup.patch patches.suse/0224-drm-ili9225-Run-DRM-default-client-setup.patch patches.suse/0225-drm-ili9341-Run-DRM-default-client-setup.patch patches.suse/0226-drm-ili9486-Run-DRM-default-client-setup.patch patches.suse/0227-drm-imx-dcss-Run-DRM-default-client-setup.patch patches.suse/0228-drm-imx-ipuv3-Run-DRM-default-client-setup.patch patches.suse/0229-drm-imx-lcdc-Run-DRM-default-client-setup.patch patches.suse/0230-drm-ingenic-Run-DRM-default-client-setup.patch patches.suse/0231-drm-kmb-Run-DRM-default-client-setup.patch patches.suse/0232-drm-logicvc-Run-DRM-default-client-setup.patch patches.suse/0233-drm-mcde-Run-DRM-default-client-setup.patch patches.suse/0234-drm-mediatek-Run-DRM-default-client-setup.patch patches.suse/0235-drm-meson-Run-DRM-default-client-setup.patch patches.suse/0236-drm-mi0283qt-Run-DRM-default-client-setup.patch patches.suse/0237-drm-mxsfb-lcdif-Run-DRM-default-client-setup.patch patches.suse/0238-drm-mxsfb-Run-DRM-default-client-setup.patch patches.suse/0239-drm-panel-mipi-dbi-Run-DRM-default-client-setup.patch patches.suse/0240-drm-pl111-Run-DRM-default-client-setup.patch patches.suse/0241-drm-renesas-rcar-du-Run-DRM-default-client-setup.patch patches.suse/0242-drm-renesas-rz-du-Run-DRM-default-client-setup.patch patches.suse/0243-drm-renesas-shmobile-Run-DRM-default-client-setup.patch patches.suse/0244-drm-repaper-Run-DRM-default-client-setup.patch patches.suse/0245-drm-rockchip-Run-DRM-default-client-setup.patch patches.suse/0246-drm-sti-Run-DRM-default-client-setup.patch patches.suse/0247-drm-stm-Run-DRM-default-client-setup.patch patches.suse/0248-drm-sun4i-Run-DRM-default-client-setup.patch patches.suse/0249-drm-tidss-Run-DRM-default-client-setup.patch patches.suse/0250-drm-tilcdc-Run-DRM-default-client-setup.patch patches.suse/0251-drm-st7586-Run-DRM-default-client-setup.patch patches.suse/0252-drm-st7735r-Run-DRM-default-client-setup.patch patches.suse/0253-drm-tve200-Run-DRM-default-client-setup.patch patches.suse/0254-drm-vc4-Run-DRM-default-client-setup.patch patches.suse/0255-drm-xlnx-Run-DRM-default-client-setup.patch patches.suse/0256-drm-fbdev-dma-Remove-obsolete-setup-function.patch patches.suse/0257-drm-fbdev-shmem-Support-struct-drm_driver.fbdev_prob.patch patches.suse/0258-drm-ast-Run-DRM-default-client-setup.patch patches.suse/0259-drm-bochs-Run-DRM-default-client-setup.patch patches.suse/0260-drm-cirrus-Run-DRM-default-client-setup.patch patches.suse/0261-drm-gm12u320-Run-DRM-default-client-setup.patch patches.suse/0262-drm-gud-Run-DRM-default-client-setup.patch patches.suse/0263-drm-hyperv_drm-Run-DRM-default-client-setup.patch patches.suse/0264-drm-mgag200-Run-DRM-default-client-setup.patch patches.suse/0265-drm-ofdrm-Use-DRM-default-client-setup.patch patches.suse/0266-drm-simpledrm-Run-DRM-default-client-setup.patch patches.suse/0267-drm-solomon-Run-DRM-default-client-setup.patch patches.suse/0268-drm-udl-Run-DRM-default-client-setup.patch patches.suse/0269-drm-virtgpu-Run-DRM-default-client-setup.patch patches.suse/0270-drm-vkms-Run-DRM-default-client-setup.patch patches.suse/0271-drm-fbdev-shmem-Remove-obsolete-setup-function.patch patches.suse/drm-fbdev-ttm-Support-struct-drm_driver.fbdev_probe.patch patches.suse/0273-drm-amdgpu-Run-DRM-default-client-setup.patch patches.suse/0274-drm-hisilicon-hibmc-Run-DRM-default-client-setup.patch patches.suse/0275-drm-loongson-Run-DRM-default-client-setup.patch patches.suse/drm-nouveau-Run-DRM-default-client-setup.patch patches.suse/0277-drm-qxl-Run-DRM-default-client-setup.patch patches.suse/0278-drm-vboxvideo-Run-DRM-default-client-setup.patch patches.suse/0279-drm-vmwgfx-Run-DRM-default-client-setup.patch patches.suse/0280-drm-fbdev-ttm-Remove-obsolete-setup-function.patch patches.suse/0281-drm-armada-Run-DRM-default-client-setup.patch patches.suse/0282-drm-exynos-drm-Run-DRM-default-client-setup.patch patches.suse/0283-drm-gma500-Run-DRM-default-client-setup.patch patches.suse/0284-drm-msm-Run-DRM-default-client-setup.patch patches.suse/0285-drm-radeon-Run-DRM-default-client-setup.patch patches.suse/0286-drm-tegra-Run-DRM-default-client-setup.patch patches.suse/0287-drm-omapdrm-Remove-struct-drm_fb_helper-from-struct-.patch patches.suse/0288-drm-omapdrm-Run-DRM-default-client-setup.patch patches.suse/0289-fbdev-atmel_lcdfb-Use-backlight-power-constants.patch patches.suse/0290-fbdev-aty128fb-Use-backlight-power-constants.patch patches.suse/0291-fbdev-atyfb-Use-backlight-power-constants.patch patches.suse/0292-fbdev-chipsfb-Use-backlight-power-constants.patch patches.suse/0293-fbdev-nvidiafb-Use-backlight-power-constants.patch patches.suse/0294-fbdev-omapfb-Use-backlight-power-constants.patch patches.suse/0295-fbdev-radeonfb-Use-backlight-power-constants.patch patches.suse/0296-fbdev-rivafb-Use-backlight-power-constants.patch patches.suse/0297-fbdev-sh_mobile_lcdc_fb-Use-backlight-power-constant.patch patches.suse/0298-drm-panel-elida-kd35t133-transition-to-mipi_dsi-wrap.patch patches.suse/drm-panthor-introduce-job-cycle-and-timestamp-accoun.patch patches.suse/drm-panthor-record-current-and-maximum-device-clock-.patch patches.suse/0301-drm-panthor-add-DRM-fdinfo-support.patch patches.suse/0302-drm-panthor-enable-fdinfo-for-memory-stats.patch patches.suse/0303-drm-panthor-add-sysfs-knob-for-enabling-job-profilin.patch patches.suse/0304-drm-client-s-drm_connector_has_preferred_mode-drm_co.patch patches.suse/0305-drm-client-Use-drm_mode_destroy.patch patches.suse/0306-drm-client-Extract-drm_connector_first_mode.patch patches.suse/0307-docs-gpu-ci-update-flake-tests-requirements.patch patches.suse/0308-drm-nouveau-i2c-rename-aux.c-and-aux.h-to-auxch.c-an.patch patches.suse/drm-bridge-anx7625-Drop-EDID-cache-on-bridge-power-o.patch patches.suse/drm-bridge-it6505-Drop-EDID-cache-on-bridge-power-of.patch patches.suse/0311-drm-vc4-Use-vc4_perfmon_find.patch patches.suse/0312-drm-add-DRM_SET_CLIENT_NAME-ioctl.patch patches.suse/0313-drm-use-drm_file-client_name-in-fdinfo.patch patches.suse/0314-drm-panel-ilitek-ili9881c-Explicitly-set-address-mod.patch patches.suse/0315-drm-panel-ilitek-ili9881c-Report-subpixel-order-acco.patch patches.suse/0316-drm-mipi-dsi-add-mipi_dsi_compression_mode_multi.patch patches.suse/0317-drm-panel-Add-support-for-S6E3HA8-panel-driver.patch patches.suse/drm-panel-jd9365da-h3-Remove-unused-num_init_cmds-st.patch patches.suse/0319-drm-panel-Add-Samsung-AMS639RQ08-panel-driver.patch patches.suse/0320-drm-vc4-Run-default-client-setup-for-all-variants.patch patches.suse/drm-vc4-Match-drm_dev_enter-and-exit-calls-in-vc4_hv-cf1c87d.patch patches.suse/drm-vc4-Match-drm_dev_enter-and-exit-calls-in-vc4_hv.patch patches.suse/drm-vc4-Correct-generation-check-in-vc4_hvs_lut_load.patch patches.suse/0324-drm-ttm-Move-swapped-objects-off-the-manager-s-LRU-l.patch patches.suse/0325-drm-ttm-Move-pinned-objects-off-LRU-lists-when-pinni.patch patches.suse/0326-dma-buf-add-WARN_ON-illegal-dma-fence-signaling.patch patches.suse/0327-dma-buf-sw_sync-remove-pointless-enable_signaling-im.patch patches.suse/0328-drm-writeback-remove-pointless-enable_signaling-impl.patch patches.suse/0329-drm-file-fix-client_name_lock-kernel-doc-warning.patch patches.suse/0330-drm-imx-add-forward-declarations-for-types.patch patches.suse/0331-drm-Fix-for-kernel-doc-warning.patch patches.suse/drm-xe-pf-Sanitize-VF-scratch-registers-on-FLR.patch patches.suse/drm-xe-Replace-double-space-with-single-space-after-.patch patches.suse/0334-drm-xe-pat-sanity-check-compression-and-coh_mode.patch patches.suse/0335-drm-xe-pciids-add-some-missing-ADL-N-PCI-IDs.patch patches.suse/drm-xe-pciids-separate-RPL-U-and-RPL-P-PCI-IDs.patch patches.suse/drm-xe-pciids-separate-ARL-and-MTL-PCI-IDs.patch patches.suse/0338-drm-xe-use-IS_ENABLED-instead-of-defined-on-config-o.patch patches.suse/0339-drm-xe-xe_gt_idle-modify-powergate-enable-condition.patch patches.suse/0340-drm-xe-xe_gt_idle-add-debugfs-entry-for-powergating-.patch patches.suse/0341-drm-xe-Cleanup-has_flat_ccs-handling.patch patches.suse/0342-drm-xe-Update-runtime-detection-of-has_flat_ccs.patch patches.suse/0343-drm-xe-Fix-arg-to-pci_iomap.patch patches.suse/0344-drm-xe-Mark-reserved-engines-in-snapshot.patch patches.suse/0345-drm-xe-Add-a-xe_bo-subtest-for-shrinking-swapping.patch patches.suse/drm-xe-Wire-up-device-shutdown-handler.patch patches.suse/0347-drm-xe-Move-forcewake-to-gt.pm-substructure.patch patches.suse/0348-drm-xe-Create-dedicated-xe_mmio-structure.patch patches.suse/0349-drm-xe-Clarify-size-of-MMIO-region.patch patches.suse/0350-drm-xe-Move-GSI-offset-adjustment-fields-into-struct.patch patches.suse/0351-drm-xe-Populate-GT-s-mmio-iomap-from-tile-during-ini.patch patches.suse/0352-drm-xe-Switch-mmio_ext-to-use-struct-xe_mmio.patch patches.suse/0353-drm-xe-Add-xe_tile-backpointer-to-xe_mmio.patch patches.suse/0354-drm-xe-Adjust-mmio-code-to-pass-VF-substructure-to-S.patch patches.suse/0355-drm-xe-Switch-MMIO-interface-to-take-xe_mmio-instead.patch patches.suse/0356-drm-xe-irq-Convert-register-access-to-use-xe_mmio.patch patches.suse/0357-drm-xe-pcode-Convert-register-access-to-use-xe_mmio.patch patches.suse/0358-drm-xe-hwmon-Convert-register-access-to-use-xe_mmio.patch patches.suse/0359-drm-xe-vram-Convert-register-access-to-use-xe_mmio.patch patches.suse/0360-drm-xe-compat-i915-Convert-register-access-to-use-xe.patch patches.suse/0361-drm-xe-lmtt-Convert-register-access-to-use-xe_mmio.patch patches.suse/0362-drm-xe-stolen-Convert-register-access-to-use-xe_mmio.patch patches.suse/0363-drm-xe-device-Convert-register-access-to-use-xe_mmio.patch patches.suse/0364-drm-xe-pci-Convert-register-access-to-use-xe_mmio.patch patches.suse/0365-drm-xe-wa-Convert-register-access-to-use-xe_mmio.patch patches.suse/0366-drm-xe-uc-Convert-register-access-to-use-xe_mmio.patch patches.suse/0367-drm-xe-guc-Convert-register-access-to-use-xe_mmio.patch patches.suse/0368-drm-xe-huc-Convert-register-access-to-use-xe_mmio.patch patches.suse/0369-drm-xe-gsc-Convert-register-access-to-use-xe_mmio.patch patches.suse/0370-drm-xe-query-Convert-register-access-to-use-xe_mmio.patch patches.suse/0371-drm-xe-mcr-Convert-register-access-to-use-xe_mmio.patch patches.suse/0372-drm-xe-mocs-Convert-register-access-to-use-xe_mmio.patch patches.suse/0373-drm-xe-hw_engine-Convert-register-access-to-use-xe_m.patch patches.suse/0374-drm-xe-gt_throttle-Convert-register-access-to-use-xe.patch patches.suse/0375-drm-xe-pat-Convert-register-access-to-use-xe_mmio.patch patches.suse/0376-drm-xe-wopcm-Convert-register-access-to-use-xe_mmio.patch patches.suse/0377-drm-xe-oa-Convert-register-access-to-use-xe_mmio.patch patches.suse/0378-drm-xe-topology-Convert-register-access-to-use-xe_mm.patch patches.suse/0379-drm-xe-execlist-Convert-register-access-to-use-xe_mm.patch patches.suse/0380-drm-xe-gt_clock-Convert-register-access-to-use-xe_mm.patch patches.suse/0381-drm-xe-reg_sr-Convert-register-access-to-use-xe_mmio.patch patches.suse/0382-drm-xe-gt-Convert-register-access-to-use-xe_mmio.patch patches.suse/0383-drm-xe-sriov-Convert-register-access-to-use-xe_mmio.patch patches.suse/0384-drm-xe-tlb-Convert-register-access-to-use-xe_mmio.patch patches.suse/0385-drm-xe-gt_idle-Convert-register-access-to-use-xe_mmi.patch patches.suse/0386-drm-xe-forcewake-Convert-register-access-to-use-xe_m.patch patches.suse/0387-drm-xe-ggtt-Convert-register-access-to-use-xe_mmio.patch patches.suse/0388-drm-xe-ccs_mode-Convert-register-access-to-use-xe_mm.patch patches.suse/0389-drm-xe-mmio-Drop-compatibility-macros.patch patches.suse/0390-drm-xe-Use-ERR_CAST-to-return-an-error-valued-pointe.patch patches.suse/0391-drm-xe-irq-Remove-unneeded-semicolon.patch patches.suse/0392-drm-xe-guc-Add-PF2GUC_SAVE_RESTORE_VF-to-ABI.patch patches.suse/0393-drm-xe-pf-Add-functions-to-save-and-restore-VF-GuC-s.patch patches.suse/0394-drm-xe-pf-Save-VF-GuC-state-when-pausing-VF.patch patches.suse/0395-drm-xe-pf-Allow-to-view-and-replace-VF-GuC-state-ove.patch patches.suse/0396-drm-xe-pf-Allow-to-trigger-VF-GuC-state-restore-from.patch patches.suse/0397-drm-xe-rtp-Remove-unneeded-semicolon.patch patches.suse/0398-drm-xe-display-Remove-i915_drv.h-include.patch patches.suse/drm-xe-Fix-DSB-buffer-coherency.patch patches.suse/0400-drm-xe-Revert-drm-i915-Disable-DSB-in-Xe-KMD.patch patches.suse/0401-drm-xe-Defer-gt-mmio-initialization-until-after-mult.patch patches.suse/0402-drm-xe-Introduce-dedicated-config-for-memirq-debug.patch patches.suse/0403-drm-xe-Introduce-xe_device_uses_memirq.patch patches.suse/0404-drm-xe-move-memirq-out-of-VF.patch patches.suse/0405-drm-xe-memirq-infra-changes-for-MSI-X.patch patches.suse/0406-drm-xe-memirq-handler-changes.patch patches.suse/drm-xe-pciids-Add-PVC-s-PCI-device-ID-macros.patch patches.suse/drm-xe-pciid-Add-new-PCI-id-for-ARL.patch patches.suse/0409-drm-xe-xe2-Assume-tuning-settings-also-apply-for-fut.patch patches.suse/0410-drm-xe-Move-IRQ-related-registers-to-dedicated-heade.patch patches.suse/0411-drm-xe-compat-remove-unused-i915_gpu_error.h.patch patches.suse/0412-drm-xe-ct-drop-irq-usage-of-xa_erase.patch patches.suse/0413-drm-xe-Use-fault-injection-infrastructure-to-find-is.patch patches.suse/0414-drm-xe-Add-memirq-report-page-address-helpers.patch patches.suse/0415-drm-xe-guc-Add-yet-another-helper-macro-for-threshol.patch patches.suse/0416-drm-xe-pf-Update-success-code-of-pf_validate_vf_conf.patch patches.suse/0417-drm-xe-pf-Allow-to-encode-subset-of-VF-configuration.patch patches.suse/0418-drm-xe-pf-Add-functions-to-save-and-restore-VF-confi.patch patches.suse/0419-drm-xe-pf-Allow-to-save-and-restore-VF-config-blob-f.patch patches.suse/0420-drm-xe-guc-Remove-spurious-line-feed-in-debug-print.patch patches.suse/drm-xe-devcoredump-Use-drm_puts-and-already-cached-l.patch patches.suse/drm-xe-devcoredump-Improve-section-headings-and-add-.patch patches.suse/drm-xe-devcoredump-Add-ASCII85-dump-helper-function.patch patches.suse/drm-xe-guc-Copy-GuC-log-prior-to-dumping.patch patches.suse/0425-drm-xe-guc-Use-a-two-stage-dump-for-GuC-logs-and-add.patch patches.suse/0426-drm-print-Introduce-drm_line_printer.patch patches.suse/drm-xe-guc-Dead-CT-helper.patch patches.suse/0428-drm-xe-guc-Dump-entire-CTB-on-errors.patch patches.suse/0429-drm-xe-guc-Add-GuC-log-to-devcoredump-captures.patch patches.suse/0430-drm-xe-guc-Add-a-helper-function-for-dumping-GuC-log.patch patches.suse/drm-xe-ptl-L3bank-mask-is-not-available-on-the-media.patch patches.suse/0432-drm-xe-xe3-Xe3-uses-the-same-PAT-settings-as-Xe2.patch patches.suse/0433-drm-xe-xe3-Define-Xe3-feature-flags.patch patches.suse/0434-drm-xe-ptl-PTL-re-uses-Xe2-MOCS-table.patch patches.suse/0435-drm-xe-ptl-Add-PTL-platform-definition.patch patches.suse/0436-drm-xe-xe3lpm-Add-new-instance0-steering-table.patch patches.suse/drm-xe-guc-Prepare-GuC-register-list-and-update-ADS-.patch patches.suse/0438-drm-xe-guc-Add-XE_LP-steered-register-lists.patch patches.suse/0439-drm-xe-guc-Add-capture-size-check-in-GuC-log-buffer.patch patches.suse/0440-drm-xe-guc-Extract-GuC-error-capture-lists.patch patches.suse/0441-drm-xe-guc-Plumb-GuC-capture-into-dev-coredump.patch patches.suse/0442-drm-xe-guc-Save-manual-engine-capture-into-capture-l.patch patches.suse/0443-drm-xe-tests-Fix-the-shrinker-test-compiler-warnings.patch patches.suse/drm-xe-xe3-Add-initial-set-of-workarounds.patch patches.suse/0445-drm-i915-hdmi-convert-comma-to-semicolon.patch patches.suse/0446-drm-i915-wm-move-struct-intel_watermark_params-to-i9.patch patches.suse/0447-drm-i915-hdcp-split-out-intel_hdcp_shim.h-for-struct.patch patches.suse/0448-drm-i915-display-include-drm-drm_probe_helper.h-wher.patch patches.suse/0449-drm-i915-display-include-drm-drm_vblank.h-where-need.patch patches.suse/0450-drm-i915-display-include-media-cec-notifier.h-and-li.patch patches.suse/0451-drm-i915-fb-hide-the-guts-of-intel_fb_obj.patch patches.suse/0452-drm-i915-display-drop-extra-includes-from-intel_disp.patch patches.suse/0453-drm-i915-pciids-use-designated-initializers-in-INTEL.patch patches.suse/0454-drm-i915-pciids-separate-ARL-and-MTL-PCI-IDs.patch patches.suse/0455-drm-i915-display-pass-display-to-intel_crtc_for_pipe.patch patches.suse/0456-drm-i915-display-convert-intel_display_trace.h-to-st.patch patches.suse/0457-drm-i915-use-IS_ENABLED-instead-of-defined-on-config.patch patches.suse/0458-drm-i915-display-use-to_intel_display-global-state-m.patch patches.suse/0459-drm-i915-dp-Dump-the-LTTPR-PHY-descriptors.patch patches.suse/0460-drm-i915-display-Handle-MST-connector-in-intel_attac.patch patches.suse/0461-drm-i915-display-Use-intel_attached_dp-instead-of-lo.patch patches.suse/0462-drm-i915-psr-Add-connector-debugfs-files-for-MST-con.patch patches.suse/0463-drm-i915-cdclk-Add-missing-braces.patch patches.suse/0464-drm-i915-cdclk-Convert-CDCLK-code-to-intel_display.patch patches.suse/0465-drm-i915-power-Convert-low-level-DC-state-code-to-in.patch patches.suse/0466-drm-i915-vga-Convert-VGA-code-to-intel_display.patch patches.suse/0467-drm-i915-power-Convert-i830-power-well-code-to-intel.patch patches.suse/0468-drm-i915-dmc-Convert-DMC-code-to-intel_display.patch patches.suse/0469-drm-i915-reg-fix-transcoder-timing-register-style.patch patches.suse/0470-drm-i915-reg-fix-g4x-pipe-data-link-m-n-register-sty.patch patches.suse/0471-drm-i915-reg-fix-pipe-conf-stat-etc.-register-style.patch patches.suse/0472-drm-i915-reg-fix-pipe-data-link-m-n-register-style.patch patches.suse/0473-drm-i915-reg-fix-SKL-scaler-register-style.patch patches.suse/0474-drm-i915-reg-fix-PCH-transcoder-timing-indentation.patch patches.suse/0475-drm-i915-reg-fix-PCH-transcoder-timing-and-data-link.patch patches.suse/0476-drm-i915-reg-fix-DIP-CTL-register-style.patch patches.suse/0477-drm-i915-reg-fix-small-register-style-issues-here-an.patch patches.suse/0478-drm-i915-reg-remove-unused-DSI-register-macros.patch patches.suse/0479-drm-i915-reg-remove-superfluous-whitespace.patch patches.suse/0480-drm-i915-Do-not-explicilty-enable-FEC-in-DP_TP_CTL-f.patch patches.suse/0481-drm-i915-hdcp-Move-to-using-intel_display-in-intel_h.patch patches.suse/0482-drm-i915-hdcp-Use-intel_display-in-hdcp_gsc.patch patches.suse/0483-drm-xe-display-Do-not-suspend-resume-dp-mst-during-r.patch patches.suse/0484-drm-xe-display-Do-not-do-intel_fbdev_set_suspend-dur.patch patches.suse/0485-drm-i915-dump-display-parameters-captured-in-error-s.patch patches.suse/0486-drm-i915-display-add-intel_display_snapshot-abstract.patch patches.suse/0487-drm-i915-display-move-device-info-and-params-handlin.patch patches.suse/0488-drm-i915-display-move-dmc-snapshotting-to-new-displa.patch patches.suse/0489-drm-i915-hwmon-expose-package-temperature.patch patches.suse/0490-drm-i915-display-Check-whether-platform-supports-joi.patch patches.suse/0491-drm-i915-dp-Remove-double-assignment-in-intel_dp_com.patch patches.suse/0492-drm-i915-gvt-Correct-multiple-typos-in-comments.patch patches.suse/0493-drm-i915-display-fix-typo-in-the-comment.patch patches.suse/0494-drm-i915-irq-Remove-duplicated-irq_enabled-variable.patch patches.suse/0495-drm-i915-irq-Move-irqs_enabled-out-of-runtime_pm.patch patches.suse/0496-drm-i915-irq-Rename-suspend-resume-functions.patch patches.suse/0497-drm-i915-move-intel_get_pipe_from_crtc_id_ioctl-to-i.patch patches.suse/0498-drm-i915-display-move-enum-i9xx_plane_id-to-intel_di.patch patches.suse/0499-drm-i915-add-i9xx_display_irq_reset.patch patches.suse/0500-drm-i915-irq-Uninstall-should-be-called-just-once.patch patches.suse/0501-drm-i915-display-Simplify-intel_joiner_num_pipes-and.patch patches.suse/0502-drm-i915-display-Use-joined-pipes-in-intel_dp_joiner.patch patches.suse/0503-drm-i915-display-Use-joined-pipes-in-intel_mode_vali.patch patches.suse/0504-drm-i915-display-Use-joined-pipes-in-dsc-helpers-for.patch patches.suse/0505-drm-i915-psr-eDP-Panel-Replay-is-not-supported-on-pi.patch patches.suse/0506-drm-i915-psr-Fix-PSR-sink-enable-sequence.patch patches.suse/0507-drm-i915-pps-add-vlv_-prefix-to-pps_pipe-and-active_.patch patches.suse/0508-drm-i915-pps-add-bxt_-prefix-to-pps_reset.patch patches.suse/0509-drm-i915-pps-only-touch-the-vlv_-members-on-VLV-CHV.patch patches.suse/0510-drm-i915-pps-add-vlv_pps_pipe_init.patch patches.suse/0511-drm-i915-pps-add-vlv_pps_pipe_reset.patch patches.suse/0512-drm-i915-pps-add-vlv_pps_port_disable.patch patches.suse/0513-drm-i915-pps-rename-vlv_pps_init-to-vlv_pps_port_ena.patch patches.suse/0514-drm-i915-pps-add-vlv_pps_backlight_initial_pipe.patch patches.suse/0515-drm-i915-pps-move-vlv_active_pipe-to-intel_pps.c.patch patches.suse/0516-drm-i915-debugfs-remove-superfluous-kernel_param_loc.patch patches.suse/0517-drm-i915-debugfs-add-dedicated-intel_display_caps-de.patch patches.suse/0518-drm-i915-Add-some-essential-functionality-for-joiner.patch patches.suse/0519-drm-i915-display-Enhance-iterators-for-modeset-en-di.patch patches.suse/drm-i915-color-Extract-intel_color_modeset.patch patches.suse/0521-drm-i915-Extract-intel_post_plane_update_after_reado.patch patches.suse/0522-drm-i915-display-remove-small-micro-optimizations-in.patch patches.suse/0523-drm-xe-display-remove-compat-raw-reg-read-write-supp.patch patches.suse/0524-drm-i915-display-start-a-buffer-object-abstraction-l.patch patches.suse/0525-drm-i915-display-convert-intel_atomic_plane.c-to-str.patch patches.suse/0526-drm-i915-fb-convert-parts-of-intel_fb.c-to-struct-dr.patch patches.suse/0527-drm-i915-fbdev-convert-intel_fbdev.c-to-struct-drm_g.patch patches.suse/0528-drm-i915-display-convert-skl_universal_plane.c-to-st.patch patches.suse/0529-drm-i915-fb-convert-intel_framebuffer_init-to-struct.patch patches.suse/0530-drm-i915-fb-convert-intel_fb_bo_lookup_valid_bo-to-s.patch patches.suse/0531-drm-i915-fb-convert-intel_fb_bo_framebuffer_init-to-.patch patches.suse/0532-drm-i915-fb-convert-intel_fb_bo_framebuffer_fini-to-.patch patches.suse/0533-drm-xe-display-use-correct-bo-type-in-intel_fbdev_fb.patch patches.suse/0534-drm-i915-fb-convert-intel_framebuffer_create-to-stru.patch patches.suse/0535-drm-xe-display-stop-using-intel_fb_obj-in-xe_fb_pin..patch patches.suse/0536-drm-i915-display-add-intel_bo_read_from_page-and-use.patch patches.suse/0537-drm-i915-display-add-intel_bo_get-set_frontbuffer-an.patch patches.suse/0538-drm-i915-frontbuffer-convert-intel_frontbuffer_get-t.patch patches.suse/0539-drm-i915-frontbuffer-convert-frontbuffer-obj-to-stru.patch patches.suse/0540-drm-i915-display-add-intel_bo_describe-and-use-it.patch patches.suse/0541-drm-i915-fb-remove-intel_fb_obj.patch patches.suse/0542-drm-i915-display-clean-up-some-gem-includes.patch patches.suse/0543-drm-xe-compat-remove-a-bunch-of-compat-gem-headers.patch patches.suse/0544-drm-xe-remove-a-number-of-superfluous-compat-macros.patch patches.suse/0545-drm-xe-eradicate-Ddrm_i915_gem_object-xe_bo.patch patches.suse/0546-drm-i915-psr-Add-intel_psr_needs_block_dc_vblank-for.patch patches.suse/0547-drm-i915-display-Prevent-DC6-while-vblank-is-enabled.patch patches.suse/0548-drm-i915-dp-split-out-intel_dp_test.-ch-to-a-dedicat.patch patches.suse/0549-drm-i915-dp-fix-style-issues-in-intel_dp_test.c.patch patches.suse/0550-drm-i915-dp-convert-intel_dp_test.c-struct-intel_dis.patch patches.suse/0551-drm-i915-dp-clean-up-intel_dp_test.-ch-interface.patch patches.suse/0552-drm-i915-dp-move-DP-test-debugfs-files-next-to-the-f.patch patches.suse/0553-drm-i915-dp-fix-style-issues-in-DP-test-debugfs.patch patches.suse/0554-drm-i915-display-remove-the-loop-in-fifo-underrun-de.patch patches.suse/0555-drm-i915-dp-convert-DP-test-debugfs-to-struct-intel_.patch patches.suse/0556-drm-i915-dp-add-intel_dp_test_reset-and-intel_dp_tes.patch patches.suse/0557-drm-i915-quirks-make-intel_dpcd_quirks-const.patch patches.suse/0558-drm-i915-pps-split-intel_pps_reset_all-to-vlv-and-bx.patch patches.suse/0559-drm-i915-psr-Implement-WA-to-help-reach-PC10.patch patches.suse/0560-drm-i915-Remove-leftover-intel_sprite_set_colorkey_i.patch patches.suse/0561-drm-i915-Combine-.compute_-pipe-intermediate-_wm-int.patch patches.suse/0562-drm-i915-Extract-ilk_must_disable_lp_wm.patch patches.suse/0563-drm-i915-Clean-up-intel_wm_need_update.patch patches.suse/0564-drm-i915-Move-the-dodgy-pre-g4x-wm-stuff-into-i9xx_w.patch patches.suse/0565-drm-i915-s-disable_lp_wm-disable_cxsr.patch patches.suse/0566-drm-i915-Rename-variables-in-ilk_intermedidate_wm.patch patches.suse/0567-drm-i915-Set-clear-color-block-size-to-0x0.patch patches.suse/0568-drm-i915-hotplug-Reduce-SHPD_FLITER_CNT-for-ICL-and-.patch patches.suse/0569-drm-i915-hotplug-Add-comment-for-XE_LPD-SHPD_FILTER_.patch patches.suse/0570-drm-i915-vdsc-Add-bpc-check-in-intel_dsc_compute_par.patch patches.suse/0571-drm-i915-hdcp-Retry-first-read-and-writes-to-downstr.patch patches.suse/0572-drm-i915-display_device-Add-Check-HAS_DSC-for-bigjoi.patch patches.suse/0573-drm-i915-display_debugfs-Allow-force-joiner-only-if-.patch patches.suse/0574-drm-i915-display-Modify-debugfs-for-joiner-to-force-.patch patches.suse/0575-drm-i915-dp-Add-helper-to-compute-num-pipes-required.patch patches.suse/0576-drm-i915-use-INTEL_WAKEREF_DEF-instead-of-magic-1-fo.patch patches.suse/0577-drm-i915-display-return-0-instead-of-false-for-disab.patch patches.suse/0578-drm-i915-gt-add-a-macro-for-mock-gt-wakeref-special-.patch patches.suse/0579-drm-i915-audio-be-explicit-about-intel_wakeref_t-con.patch patches.suse/0580-drm-i915-switch-intel_wakeref_t-underlying-type-to-s.patch patches.suse/0581-Revert-drm-i915-psr-Implement-WA-to-help-reach-PC10.patch patches.suse/0582-drm-i915-Split-current-joiner-hw-state-readout.patch patches.suse/0583-drm-i915-Add-bigjoiner-and-uncompressed-joiner-hw-re.patch patches.suse/0584-drm-i915-display-Add-macro-HAS_ULTRAJOINER.patch patches.suse/0585-drm-i915-display-Refactor-enable_joiner_pipes.patch patches.suse/0586-drm-i915-Implement-hw-state-readout-and-checks-for-u.patch patches.suse/0587-drm-i915-display-vdsc-Add-ultrajoiner-support-with-D.patch patches.suse/0588-drm-i915-dp-Refactor-joiner-max_bpp-calculations-int.patch patches.suse/0589-drm-i915-dp-Use-num_joined_pipes-in-bigjoiner_bw_max.patch patches.suse/0590-drm-i915-dp-Modify-compressed-bpp-limitations-for-ul.patch patches.suse/0591-drm-i915-dp-Simplify-helper-to-get-slice-count-with-.patch patches.suse/0592-drm-i915-Compute-config-and-mode-valid-changes-for-u.patch patches.suse/0593-drm-i915-display-Consider-ultrajoiner-for-computing-.patch patches.suse/0594-drm-i915-intel_dp-Add-support-for-forcing-ultrajoine.patch patches.suse/0595-drm-i915-bios-Use-drm_dbg_kms-consistently.patch patches.suse/0596-drm-i915-bios-Add-some-size-checks-to-SPI-VBT-read.patch patches.suse/0597-drm-i915-bios-Round-PCI-ROM-VBT-allocation-to-multip.patch patches.suse/0598-drm-i915-bios-Extract-intel_spi_read16.patch patches.suse/0599-drm-i915-bios-Extract-vbt_signature.patch patches.suse/0600-drm-i915-bios-Extract-soc-intel_rom.c.patch patches.suse/0601-drm-i915-Introduce-i915_has_legacy_blc_interrupt.patch patches.suse/0602-drm-i915-Clean-up-gen3-hotplug-irq-setup.patch patches.suse/0603-drm-i915-Clean-up-some-comments-in-gmch-irq-code.patch patches.suse/0604-drm-i915-Switch-over-to-gen3-irq-code-on-gen2.patch patches.suse/0605-drm-i915-remove-IS_LP.patch patches.suse/0606-drm-i915-soc-stop-using-IS_GEN9_LP-and-IS_GEN9_BC.patch patches.suse/0607-drm-i915-Remove-unused-parameter-in-marco.patch patches.suse/0608-drm-i915-irq-Nuke-stale-comments.patch patches.suse/0609-drm-i915-irq-Pair-up-the-vblank-enable-disable-funct.patch patches.suse/0610-drm-i915-Extract-i915gm_irq_cstate_wa_-disable-enabl.patch patches.suse/0611-drm-i915-Apply-the-i915gm-i945gm-irq-C-state-w-a-to-.patch patches.suse/0612-drm-i915-dp-Make-intel_dp_get_colorimetry_status-sta.patch patches.suse/0613-drm-i915-dp-Extract-intel_edp_set_sink_rates.patch patches.suse/0614-drm-i915-irq-add-struct-i915_irq_regs-triplet.patch patches.suse/0615-drm-i915-irq-remove-GEN3_IRQ_RESET-and-GEN3_IRQ_INIT.patch patches.suse/0616-drm-i915-irq-remove-GEN8_IRQ_RESET_NDX-and-GEN8_IRQ_.patch patches.suse/0617-drm-i915-dsb-Avoid-reads-of-the-DSB-buffer-for-index.patch patches.suse/0618-drm-i915-Prepare-clear-color-before-wait_for_depende.patch patches.suse/0619-drm-i915-dsb-Generate-the-DSB-buffer-in-commit_tail.patch patches.suse/0620-drm-i915-dsb-Enable-programmable-DSB-interrupt.patch patches.suse/0621-drm-i915-dsb-Introduce-intel_dsb_vblank_evade.patch patches.suse/0622-drm-i915-dsb-Introduce-intel_dsb_wait_usec.patch patches.suse/0623-drm-i915-dsb-Introduce-intel_dsb_wait_vblanks.patch patches.suse/0624-drm-i915-Introduce-intel_scanlines_to_usecs.patch patches.suse/0625-drm-i915-dsb-Introduce-intel_dsb_wait_vblank_delay.patch patches.suse/0626-drm-i915-Extract-intel_crtc_prepare_vblank_event.patch patches.suse/drm-i915-Plumb-dsb-all-way-to-the-plane-hooks.patch patches.suse/0628-drm-i915-Plumb-dsb-all-way-to-the-color-commit-hooks.patch patches.suse/0629-drm-i915-dsb-Use-DSB-for-plane-color-management-upda.patch patches.suse/0630-drm-i915-use-NULL-for-zero-wakeref_t-instead-of-plai.patch patches.suse/0631-drm-i915-display-Fix-spelling-mistake-Uncomressed-Un.patch patches.suse/0632-drm-i915-psr-Add-new-SU-area-calculation-helper-to-a.patch patches.suse/0633-drm-i915-psr-Implement-Wa-14019834836.patch patches.suse/0634-drm-i915-Disable-compression-tricks-on-JSL.patch patches.suse/0635-drm-i915-Enable-10bpc-CCS-on-TGL.patch patches.suse/0636-drm-i915-Enable-10bpc-CCS-on-ICL.patch patches.suse/0637-drm-i915-Enable-fp16-CCS-on-TGL.patch patches.suse/0638-drm-i915-Drop-GEN12_MC_CCS-check-from-skl_plane_max_.patch patches.suse/0639-drm-i915-s-gen12-tgl-in-the-universal-plane-code.patch patches.suse/0640-drm-i915-mtl-Update-PLL-c20-phy-value-for-DP-uhbr20.patch patches.suse/0641-drm-edp-panel-Add-panels-used-by-Dell-XPS-13-9345.patch patches.suse/0642-drm-bochs-Return-error-from-correct-pointer.patch patches.suse/drm-display-Fix-building-with-GCC-15.patch patches.suse/0644-drm-mipi-dsi-fix-kernel-doc-on-mipi_dsi_compression_.patch patches.suse/accel-ivpu-Update-VPU-FW-API-headers.patch patches.suse/accel-ivpu-Rename-ivpu_log_level-to-fw_log_level.patch patches.suse/accel-ivpu-Reset-fw-log-on-cold-boot.patch patches.suse/accel-ivpu-Refactor-functions-in-ivpu_fw_log.c.patch patches.suse/accel-ivpu-Fix-fw-log-printing.patch patches.suse/accel-ivpu-Limit-FW-version-string-length.patch patches.suse/accel-ivpu-Add-coredump-support.patch patches.suse/accel-ivpu-Add-FW-state-dump-on-TDR.patch patches.suse/0653-accel-ivpu-Set-500-ns-delay-between-power-island-TRI.patch patches.suse/0654-accel-ivpu-Turn-on-autosuspend-on-Simics.patch patches.suse/0655-accel-ivpu-Add-FW-version-debugfs-entry.patch patches.suse/0656-accel-ivpu-Stop-using-hardcoded-DRIVER_DATE.patch patches.suse/0657-accel-ivpu-Remove-1-tile-power-up-Simics-workaround.patch patches.suse/0658-accel-ivpu-Allow-reading-dvfs_mode-debugfs-file.patch patches.suse/0659-accel-ivpu-Add-one-jiffy-to-bo_wait_ioctl-timeout-va.patch patches.suse/accel-ivpu-Add-auto-selection-logic-for-job-schedule.patch patches.suse/0661-accel-ivpu-Print-JSM-message-result-in-case-of-error.patch patches.suse/accel-ivpu-Make-DB_ID-and-JOB_ID-allocations-increme.patch patches.suse/0663-accel-ivpu-Add-test_mode-bit-to-force-turbo.patch patches.suse/0664-accel-ivpu-Remove-skip-of-clock-own-resource-ack-on-.patch patches.suse/accel-ivpu-Fix-reset_engine-debugfs-file-logic.patch patches.suse/accel-ivpu-Prevent-recovery-invocation-during-probe-.patch patches.suse/0667-accel-ivpu-Refactor-failure-diagnostics-during-boot.patch patches.suse/0668-accel-ivpu-Remove-invalid-warnings.patch patches.suse/accel-ivpu-Do-not-fail-on-cmdq-if-failed-to-allocate.patch patches.suse/0670-accel-ivpu-Use-whole-user-and-shave-ranges-for-preem.patch patches.suse/0671-accel-ivpu-Increase-MS-info-buffer-size.patch patches.suse/0672-accel-ivpu-Fix-ivpu_jsm_dyndbg_control.patch patches.suse/0673-accel-ivpu-Remove-HWS_EXTRA_EVENTS-from-test-modes.patch patches.suse/0674-accel-ivpu-Add-tracing-for-IPC-PM-JOB.patch patches.suse/0675-accel-ivpu-Fix-typos-in-ivpu_pm.c.patch patches.suse/accel-ivpu-Add-initial-Panther-Lake-support.patch patches.suse/0678-drm-ttm-Fix-incorrect-use-of-kernel-doc-format.patch patches.suse/0679-drm-vmwgfx-Stop-using-dev_private-to-store-driver-da.patch patches.suse/drm-bridge-tc358767-Fix-link-properties-discovery.patch patches.suse/0681-drm-bridge-lt9611-use-HDMI-Connector-helper-to-set-I.patch patches.suse/0682-accel-qaic-Add-ipc_router-channel.patch patches.suse/accel-qaic-Add-AIC080-support.patch patches.suse/drm-panic-Select-ZLIB_DEFLATE-for-DRM_PANIC_SCREEN_Q.patch patches.suse/0685-drm-amdgpu-Use-video-aperture-helpers.patch patches.suse/0686-drm-arm-hdlcd-Use-video-aperture-helpers.patch patches.suse/0687-drm-armada-Use-video-aperture-helpers.patch patches.suse/0688-drm-ast-Use-video-aperture-helpers.patch patches.suse/0689-drm-hisilicon-hibmc-Use-video-aperture-helpers.patch patches.suse/msft-hv-3109-drm-hyperv-drm-Use-video-aperture-helpers.patch patches.suse/0691-drm-i915-Use-video-aperture-helpers.patch patches.suse/0692-drm-loongson-Use-video-aperture-helpers.patch patches.suse/0693-drm-meson-Use-video-aperture-helpers.patch patches.suse/0694-drm-mgag200-Use-video-aperture-helpers.patch patches.suse/0695-drm-msm-Use-video-aperture-helpers.patch patches.suse/0696-drm-nouveau-Use-video-aperture-helpers.patch patches.suse/0697-drm-ofdrm-Use-video-aperture-helpers.patch patches.suse/0698-drm-qxl-Use-video-aperture-helpers.patch patches.suse/0699-drm-radeon-Use-video-aperture-helpers.patch patches.suse/0700-drm-rockchip-Use-video-aperture-helpers.patch patches.suse/0701-drm-simpledrm-Use-video-aperture-helpers.patch patches.suse/0702-drm-stm-Use-video-aperture-helpers.patch patches.suse/0703-drm-sun4i-Use-video-aperture-helpers.patch patches.suse/0704-drm-tegra-Use-video-aperture-helpers.patch patches.suse/0705-drm-bochs-Use-video-aperture-helpers.patch patches.suse/0706-drm-cirrus-Use-video-aperture-helpers.patch patches.suse/0707-drm-vboxvideo-Use-video-aperture-helpers.patch patches.suse/0708-drm-vc4-Use-video-aperture-helpers.patch patches.suse/0709-drm-virtgpu-Use-video-aperture-helpers.patch patches.suse/0710-drm-vmwgfx-Use-video-aperture-helpers.patch patches.suse/0711-drm-xe-Use-video-aperture-helpers.patch patches.suse/0712-drm-Remove-DRM-aperture-helpers.patch patches.suse/0713-dma-buf-fix-S_IRUGO-to-0444-block-comments-func-decl.patch patches.suse/0714-dma-buf-heaps-replace-kmap_atomic-with-kmap_local_pa.patch patches.suse/0715-dma-buf-Use-atomic64_inc_return-in-dma_buf_getfile.patch patches.suse/0716-drm-panel-Add-Samsung-AMS581VF01-panel-driver.patch patches.suse/0717-drm-panel-s6e3ha8-select-CONFIG_DRM_DISPLAY_DSC_HELP.patch patches.suse/drm-sched-Optimise-drm_sched_entity_push_job.patch patches.suse/0719-drm-sched-Stop-setting-current-entity-in-FIFO-mode.patch patches.suse/0720-drm-sched-Re-order-struct-drm_sched_rq-members-for-c.patch patches.suse/0721-drm-sched-Re-group-and-rename-the-entity-run-queue-l.patch patches.suse/0722-drm-sched-Further-optimise-drm_sched_entity_push_job.patch patches.suse/0723-drm-xe-guc-Fix-inverted-logic-on-snapshot-copy-check.patch patches.suse/0724-drm-xe-query-Move-timestamp-reg-to-hwe_read_timestam.patch patches.suse/0725-drm-xe-query-Tidy-up-error-EFAULT-returns.patch patches.suse/drm-xe-add-interface-to-request-physical-alignment-f.patch patches.suse/0727-drm-xe-display-align-framebuffers-according-to-hw-re.patch patches.suse/0728-drm-xe-xe3lpg-Extend-Wa_18034896535-to-Xe3_LPG.patch patches.suse/0729-drm-i915-pmu-Drop-is_igp.patch patches.suse/0730-drm-i915-pmu-Use-event_to_pmu.patch patches.suse/0731-drm-i915-gt-Fixed-CPU-GPU-typo.patch patches.suse/0732-drm-i915-guc-Enable-PXP-GuC-autoteardown-flow.patch patches.suse/0733-drm-i915-gt-Nuke-gen2_irq_-enable-disable.patch patches.suse/0734-drm-i915-gt-s-gen3-gen2.patch patches.suse/0735-drm-i915-pmu-Add-support-for-gen2.patch patches.suse/0736-drm-i915-gt-Retry-RING_HEAD-reset-until-it-get-stick.patch patches.suse/0737-drm-amdgpu-mes11-update-mes_reset_queue-function-to-.patch patches.suse/0738-drm-amdgpu-sdma6-split-out-per-instance-resume-funct.patch patches.suse/0739-drm-amdgpu-sdma6-implement-ring-reset-callback-for-s.patch patches.suse/0740-drm-amd-amdgpu-Add-helper-to-get-ip-block-valid.patch patches.suse/0741-drm-amdgpu-update-suspend-status-for-aborting-from-d.patch patches.suse/0742-drm-amd-pm-Use-same-metric-table-for-APU.patch patches.suse/0743-drm-amdgpu-Add-psp-command-CONFIG_SQ_PERFMON.patch patches.suse/0744-drm-amd-pm-Add-gpu_metrics_v1_6.patch patches.suse/0745-drm-amd-display-Remove-unused-function-bios_get_vga_.patch patches.suse/0746-drm-amd-pm-Use-metrics-1_6.patch patches.suse/0747-drm-amdgpu-add-amdgpu_jpeg_sched_mask-debugfs.patch patches.suse/0748-drm-amdkfd-Add-kfd-function-to-config-sq-perfmon.patch patches.suse/0749-drm-amd-display-Fix-unnecessary-cast-warnings-from-c.patch patches.suse/0750-drm-amd-pm-Do-not-support-swSMU-if-SMU-IP-is-disable.patch patches.suse/drm-amdgpu-Fix-JPEG-v4.0.3-register-write.patch patches.suse/0752-drm-amdgpu-Remove-unneeded-write-in-JPEG-v4.0.3.patch patches.suse/0753-drm-amdgpu-Add-init-levels.patch patches.suse/0754-amd-amdgpu-Reduce-unnecessary-repetitive-GPU-resets.patch patches.suse/0755-drm-amdgpu-Use-init-level-for-pending_reset-flag.patch patches.suse/0756-drm-amdgpu-check-return-for-setting-engine-dram-timi.patch patches.suse/0757-drm-amdgpu-Separate-reinitialization-after-reset.patch patches.suse/0758-drm-amdgpu-add-amdgpu_device-reference-in-ip-block.patch patches.suse/0759-drm-amdgpu-gfx9-set-additional-bits-on-CP-halt.patch patches.suse/0760-drm-amdgpu-gfx9-Explicitly-halt-CP-before-init.patch patches.suse/0761-drm-amdgpu-Fix-typo-acccess-and-improve-the-comment-.patch patches.suse/0762-drm-amd-Add-helper-to-get-partition-config-modes.patch patches.suse/0763-drm-amdgpu-Add-callback-get-xcp-resource-info.patch patches.suse/0764-drm-amd-display-fix-typos-in-several-function-pointe.patch patches.suse/0765-drm-amdgpu-Add-reset-on-init-handler-for-XGMI.patch patches.suse/0766-drm-amdgpu-Remove-unused-amdgpu_device_ip_is_idle.patch patches.suse/0767-drm-amdgpu-Remove-unused-amdgpu_atpx-functions.patch patches.suse/0768-drm-amdgpu-Remove-unused-amdgpu_gmc_vram_cpu_pa.patch patches.suse/0769-drm-amdgpu-Remove-unused-amdgpu_gfx_bit_to_me_queue.patch patches.suse/0770-drm-amdgpu-Remove-unused-amdgpu_i2c-functions.patch patches.suse/0771-drm-amdgpu-Add-helper-to-initialize-badpage-info.patch patches.suse/0772-drm-amdgpu-Refactor-XGMI-reset-on-init-handling.patch patches.suse/0773-drm-amdgpu-Drop-delayed-reset-work-handler.patch patches.suse/0774-drm-amdgpu-Support-reset-on-init-on-select-SOCs.patch patches.suse/0775-drm-amdgpu-Add-interface-for-TOS-reload-cases.patch patches.suse/0776-drm-amdgpu-Add-PSP-reload-case-to-reset-on-init.patch patches.suse/0777-drm-amd-display-change-the-panel-power-savings-level.patch patches.suse/0778-Revert-drm-amd-display-change-the-panel-power-saving.patch patches.suse/0779-drm-amdkfd-Remove-an-unused-parameter-in-queue-creat.patch patches.suse/0780-drm-amdgpu-sdma5-split-out-per-instance-resume-funct.patch patches.suse/0781-drm-amdgpu-update-the-handle-ptr-in-dump_ip_state.patch patches.suse/0782-drm-amdgpu-Add-sysfs-nodes-to-get-xcp-details.patch patches.suse/0783-drm-amd-display-disable-adaptive-scaler-and-sharpene.patch patches.suse/0784-drm-amd-display-Wait-for-all-pending-cleared-before-.patch patches.suse/0785-drm-amd-display-Monitor-patch-to-call-blank_stream-b.patch patches.suse/drm-amd-display-Fix-incorrect-DSC-recompute-trigger.patch patches.suse/0787-drm-amd-display-Clean-up-triple-buffer-enablement-co.patch patches.suse/0788-drm-amd-display-Change-dc_surface_update-cm2_params-.patch patches.suse/0789-drm-amd-display-Set-Pipe-Unlock-Order-Outside-of-HWS.patch patches.suse/0790-drm-amd-display-Block-UHBR-Based-On-USB-C-PD-Cable-I.patch patches.suse/0791-drm-amd-display-correct-register-Clock-Gater-incorre.patch patches.suse/0792-drm-amd-display-fix-static-analysis-warnings.patch patches.suse/0793-drm-amd-display-Update-Interface-to-Check-UCLK-DPM.patch patches.suse/0794-drm-amd-display-Fix-cursor-visual-confirm-update.patch patches.suse/0795-drm-amd-display-Clip-rect-size-changes-should-be-ful.patch patches.suse/0796-drm-amd-display-Wait-For-DET-Update-Should-Use-Curre.patch patches.suse/0797-drm-amdgpu-update-the-handle-ptr-in-print_ip_state.patch patches.suse/0798-drm-amd-display-3.2.302.patch patches.suse/0799-drm-amd-display-Adjust-PHY-FSM-transition-to-TX_EN-t.patch patches.suse/0800-drm-amd-display-Add-logs-to-record-register-read-wri.patch patches.suse/0801-drm-amd-display-add-more-support-for-UHBR10-eDP.patch patches.suse/0802-drm-amd-display-Change-Brightness-Control-Priority.patch patches.suse/0803-drm-amd-display-Introduce-New-ABC-Framework-for-Brig.patch patches.suse/0804-drm-amd-display-Remove-always-false-branches.patch patches.suse/drm-amd-display-Fix-out-of-bounds-access-in-dcn21_li.patch patches.suse/0806-drm-amd-display-Eliminate-recursive-header-inclusion.patch patches.suse/0807-drm-amd-display-Removed-unused-assignments-and-varia.patch patches.suse/0808-drm-amd-display-Add-IPS-residency-capture-helpers-to.patch patches.suse/drm-amd-display-Configure-DTBCLK_P-with-OPTC-only-fo.patch patches.suse/0810-drm-amd-display-FW-Promotion-Release-0.0.236.0.patch patches.suse/0811-drm-amd-display-3.2.303.patch patches.suse/0812-drm-amdgpu-sdma5-implement-ring-reset-callback-for-s.patch patches.suse/0813-drm-amdgpu-sdma5.2-split-out-per-instance-resume-fun.patch patches.suse/0814-drm-amdgpu-Flush-tlb-by-VM_INVALIDATION-packet-in-sd.patch patches.suse/0815-drm-amdgpu-sdma5.2-implement-ring-reset-callback-for.patch patches.suse/0816-drm-amdgpu-Add-option-to-refresh-NPS-data.patch patches.suse/0817-drm-amdgpu-Add-supported-partition-mode-node.patch patches.suse/0818-drm-amdgpu-update-the-handle-ptr-in-early_init.patch patches.suse/0819-drm-amdgpu-update-the-handle-ptr-in-late_init.patch patches.suse/0820-drm-amdgpu-update-the-handle-ptr-in-sw_init.patch patches.suse/0821-drm-amdgpu-update-the-handle-ptr-in-sw_fini.patch patches.suse/0822-drm-amdgpu-update-the-handle-ptr-in-early_fini.patch patches.suse/0823-drm-amdkfd-Fix-kdoc-entry-for-get_wave_count-functio.patch patches.suse/0824-drm-amd-display-Reorganize-kerneldoc-parameter-names.patch patches.suse/drm-radeon-r600_cs-Fix-possible-int-overflow-in-r600.patch patches.suse/0826-drm-amd-pm-remove-dump_pptable-functions.patch patches.suse/0827-drm-amd-Taint-the-kernel-when-enabling-overdrive.patch patches.suse/0828-drm-amd-powerplay-Delete-unused-function-and-maths-l.patch patches.suse/0829-drm-amdgpu-remove-the-dummy-fn-acp_early_init.patch patches.suse/0830-drm-amdgpu-update-the-handle-ptr-in-late_fini.patch patches.suse/0831-drm-amdgpu-update-the-handle-ptr-in-prepare_suspend.patch patches.suse/0832-drm-amdgpu-update-the-handle-ptr-in-check_soft_reset.patch patches.suse/0833-drm-amdgpu-Fix-logic-to-determine-TOS-reload.patch patches.suse/0834-drm-amdgpu-update-the-handle-ptr-in-pre_soft_reset.patch patches.suse/drm-amdgpu-gfx9-Add-Cleaner-Shader-Deinitialization-.patch patches.suse/0836-drm-amdgpu-update-the-handle-ptr-in-soft_reset.patch patches.suse/0837-drm-amdgpu-update-the-handle-ptr-in-post_soft_reset.patch patches.suse/0838-drm-amd-pm-fix-rpm-refcount-handling-on-error.patch patches.suse/0839-drm-amd-pm-use-pm_runtime_resume_and_get.patch patches.suse/0840-drm-amdgpu-update-the-handle-ptr-in-wait_for_idle.patch patches.suse/0841-drm-amdgpu-update-the-handle-ptr-in-suspend.patch patches.suse/0842-drm-amdgpu-update-the-handle-ptr-in-resume.patch patches.suse/0843-drm-amdgpu-update-the-handle-ptr-in-hw_init.patch patches.suse/0844-drm-amdgpu-update-the-handle-ptr-in-hw_fini.patch patches.suse/0845-drm-amdgpu-fix-html-doc-generation-warning.patch patches.suse/0846-drm-amd-pm-don-t-update-runpm-last_usage-on-debugfs-.patch patches.suse/0847-drm-amdgpu-gfx10-Implement-cleaner-shader-support-fo.patch patches.suse/0848-drm-amdgpu-change-the-comment-from-handle-to-ip_bloc.patch patches.suse/0849-drm-amd-pm-use-pm_runtime_get_if_active-for-debugfs-.patch patches.suse/0850-drm-amdgpu-gfx11-Implement-cleaner-shader-support-fo.patch patches.suse/0851-drm-amdkfd-Output-migrate-end-event-if-migrate-faile.patch patches.suse/0852-drm-amdgpu-Fix-spelling-mistake-initializtion-initia.patch patches.suse/0853-drm-amdkfd-Increase-SMI-event-fifo-size.patch patches.suse/0854-drm-amdkfd-Copy-wave-state-only-for-compute-queue.patch patches.suse/0855-drm-amdgpu-gfx12-Implement-cleaner-shader-support-fo.patch patches.suse/0856-drm-amdgpu-gfx11-Apply-Isolation-Enforcement-to-GFX-.patch patches.suse/0857-drm-amd-display-Unify-blank_phantom-and-blank_pixel_.patch patches.suse/drm-amd-display-skip-disable-CRTC-in-seemless-bootup.patch patches.suse/0859-drm-amd-display-Flip-All-Planes-Under-OTG-Master-Whe.patch patches.suse/0860-drm-amd-display-Revert-commit-Update-Interface-to-Ch.patch patches.suse/0861-drm-amd-display-force-TBT4-dock-dsc-on.patch patches.suse/0862-drm-amd-display-Assign-socclk-in-dml.patch patches.suse/drm-amd-display-Fix-garbage-or-black-screen-when-res.patch patches.suse/0864-drm-amd-display-Display-lost-signal-on-playing-video.patch patches.suse/0865-drm-amd-display-Noitfy-DMCUB-of-D0-D3-state-in-hardw.patch patches.suse/0866-drm-amd-display-Fix-low-black-values-by-increasing-e.patch patches.suse/0867-drm-amd-display-Remove-programming-outstanding-updat.patch patches.suse/0868-drm-amd-display-update-sr_exit-latency-for-z8.patch patches.suse/drm-amd-display-fix-a-memleak-issue-when-driver-is-r.patch patches.suse/drm-amd-display-calculate-final-viewport-before-TAP-.patch patches.suse/0871-drm-amd-display-Align-static-screen-idle-worker-with.patch patches.suse/drm-amd-display-Skip-Invalid-Streams-from-DSC-Policy.patch patches.suse/0873-drm-amd-display-Allow-Latency-Increase-For-Last-Stra.patch patches.suse/0874-drm-amd-display-Move-Link-Encoder-Assignment-Out-Of-.patch patches.suse/0875-drm-amd-display-Update-Interface-to-Check-UCLK-DPM.patch patches.suse/0876-drm-amd-display-Add-DMUB-debug-offset.patch patches.suse/0877-drm-amd-display-Remove-unnecessary-assignments.patch patches.suse/0878-drm-amd-display-Remove-redundant-assignments.patch patches.suse/0879-drm-amd-display-Initialize-replay_config-var.patch patches.suse/0880-drm-amd-display-Initialize-new-backlight_level_param.patch patches.suse/0881-drm-amd-display-3.2.304.patch patches.suse/0882-drm-amdgpu-Add-PSP-interface-for-NPS-switch.patch patches.suse/0883-drm-amd-display-switch-amdgpu_dm_connector-to-use-st.patch patches.suse/0884-drm-amd-display-switch-to-setting-physical-address-d.patch patches.suse/0885-drm-amd-display-always-call-connector_update-when-pa.patch patches.suse/0886-drm-amd-display-remove-redundant-freesync-parser-for.patch patches.suse/0887-drm-amd-display-Fetch-the-EDID-from-_DDC-if-availabl.patch patches.suse/0888-drm-amdgpu-gfx10-Apply-Isolation-Enforcement-to-GFX-.patch patches.suse/0889-drm-amdgpu-Add-gmc-interface-to-request-NPS-mode.patch patches.suse/0890-drm-amdgpu-Add-sysfs-interfaces-for-NPS-mode.patch patches.suse/0891-drm-amdkfd-SMI-report-dropped-event-count.patch patches.suse/0892-Documentation-gpu-Document-the-situation-with-unqual.patch patches.suse/0893-drm-amdgpu-Drop-unused-fence-argument-from-amdgpu_vm.patch patches.suse/0894-drm-amdgpu-Use-drm_print_memory_stats-helper-from-fd.patch patches.suse/drm-amd-display-disable-SG-displays-on-cyan-skillfis.patch patches.suse/0896-drm-amdgpu-Drop-impossible-condition-from-amdgpu_job.patch patches.suse/0897-drm-amdgpu-Remove-the-while-loop-from-amdgpu_job_pre.patch patches.suse/0898-drm-amdgpu-fix-typos.patch patches.suse/0899-drm-amdgpu-move-error-log-from-ring-write-to-commit.patch patches.suse/0900-drm-amdgpu-no-need-to-log-error-in-multi-ring-write.patch patches.suse/0901-drm-amdgpu-fix-dm_suspend-resume-arguments-to-ip_blo.patch patches.suse/0902-drm-amdgpu-Place-NPS-mode-request-on-unload.patch patches.suse/0903-drm-amdgpu-Check-gmc-requirement-for-reset-on-init.patch patches.suse/0904-drm-amdgpu-optimize-insert_nop-using-multi-dwords.patch patches.suse/0905-drm-amdgpu-optimize-fn-gfx_v9_4_3_ring_insert_nop.patch patches.suse/0906-drm-amdgpu-optimize-fn-gfx_v9_ring_insert_nop.patch patches.suse/0907-drm-amdgpu-optimize-fn-gfx_v10_ring_insert_nop.patch patches.suse/0908-drm-amdgpu-optimize-fn-gfx_v11_ring_insert_nop.patch patches.suse/0909-drm-amdgpu-optimize-fn-gfx_v12_ring_insert_nop.patch patches.suse/0910-drm-amdgpu-gfx12-Apply-Isolation-Enforcement-to-GFX-.patch patches.suse/0911-drm-amdgpu-Add-NPS-switch-support-for-GC-9.4.3.patch patches.suse/0912-drm-amd-pm-Update-SMUv13.0.6-PMFW-headers.patch patches.suse/0913-drm-amd-pm-Fill-pcie-recov-cntr-to-metrics-1.6.patch patches.suse/0914-drm-amdgpu-Fetch-NPS-mode-for-GCv9.4.3-VFs.patch patches.suse/0915-drm-amdgpu-Show-current-compute-partition-on-VF.patch patches.suse/0916-drm-amd-display-Add-hpd_source-index-out-of-bounds-c.patch patches.suse/0917-drm-amdgpu-Wait-for-reset-on-init-completion.patch patches.suse/0918-drm-amd-display-Check-returns-from-drm_dp_dpcd_write.patch patches.suse/0919-drm-amd-display-Check-status-from-dpcd_get_tunneling.patch patches.suse/0920-drm-amd-display-Remove-useless-assignments.patch patches.suse/drm-amd-display-Increase-idle-worker-HPD-detection-t.patch patches.suse/0922-drm-amd-display-Add-check-for-headless-for-idle-opti.patch patches.suse/0923-drm-amd-display-Add-3DLUT-FL-HW-bug-workaround.patch patches.suse/0924-drm-amd-display-Fix-Coverity-change-for-visual-confi.patch patches.suse/drm-amd-display-Full-exit-out-of-IPS2-when-all-allow.patch patches.suse/0926-drm-amd-display-print-messages-when-programming-shap.patch patches.suse/0927-drm-amd-display-Read-Sink-emission-rate-capability.patch patches.suse/0928-drm-amd-display-resolve-correct-MALL-size-for-dcn401.patch patches.suse/0929-drm-amd-display-add-sharpening-policy-to-plane-state.patch patches.suse/0930-drm-amd-display-Clear-pipe-pointers-on-pipe-reset.patch patches.suse/0931-drm-amd-display-Check-returned-status-from-core_link.patch patches.suse/0932-drm-amd-display-disable-dynamic-ODM-when-sharpness-i.patch patches.suse/0933-drm-amd-display-3.2.305.patch patches.suse/0934-drm-amdgpu-Fix-off-by-one-in-current_memory_partitio.patch patches.suse/0935-drm-amdgpu-swsmu-add-automatic-parameter-to-set_soft.patch patches.suse/0936-drm-amdgpu-discovery-add-ISP-discovery-entries-for-o.patch patches.suse/0937-drm-amdgpu-init-saw-registers-for-mmhub-v1.0.patch patches.suse/Revert-drm-amdgpu-gfx9-put-queue-resets-behind-a-deb.patch patches.suse/0939-drm-amd-display-Fix-spelling-mistake-tunndeling-tunn.patch patches.suse/0940-drm-amd-display-Ensure-HPD-source-index-is-valid-for.patch patches.suse/0941-drm-amdgpu-Zero-initialize-mqd-backup-memory.patch patches.suse/0942-drm-amdkfd-Not-restore-userptr-buffer-if-kfd-process.patch patches.suse/0943-drm-amdgpu-validate-sw_init-before-function-call.patch patches.suse/0944-drm-amdgpu-clean-the-dummy-sw_init-functions.patch patches.suse/0945-drm-amdgpu-validate-sw_fini-before-function-call.patch patches.suse/0946-drm-amdgpu-Use-SPX-as-default-in-partition-config.patch patches.suse/0947-drm-amd-display-Add-hpd_source-index-check-for-DCE60.patch patches.suse/0948-drm-amd-display-Add-hpd_source-index-check-for-dcn10.patch patches.suse/0949-drm-amd-display-Add-hpd_source-index-check-for-dcn40.patch patches.suse/0950-drm-amdgpu-clean-the-dummy-sw_fini-functions.patch patches.suse/0951-drm-amd-display-w-a-to-program-DISPCLK_R_GATE_DISABL.patch patches.suse/0952-drm-amd-display-Reuse-subvp-enable-check-for-DCN401.patch patches.suse/drm-amd-display-Adding-array-index-check-to-prevent-.patch patches.suse/0954-drm-amd-display-Recalculate-SubVP-Phantom-VBlank-End.patch patches.suse/0955-drm-amd-display-Add-a-Precise-Delay-Routine.patch patches.suse/0956-drm-amd-display-update-fullscreen-status-to-SPL.patch patches.suse/0957-drm-amd-display-To-change-dcn301_init.h-guard.patch patches.suse/0958-drm-amd-display-3.2.306.patch patches.suse/0959-drm-amdgpu-fix-typo-for-sdma6-constant-fill-packet.patch patches.suse/drm-amdgpu-gfx9-Add-cleaner-shader-for-GFX9.4.2.patch patches.suse/0961-drm-amdkfd-fix-the-hang-caused-by-the-write-reorder-.patch patches.suse/0962-drm-amdgpu-validate-hw_fini-before-function-call.patch patches.suse/0963-drm-amdgpu-validate-suspend-before-function-call.patch patches.suse/0964-drm-amdgpu-validate-resume-before-function-call.patch patches.suse/0965-drm-amdgpu-validate-wait_for_idle-before-function-ca.patch patches.suse/0966-drm-amdgpu-clean-the-dummy-resume-functions.patch patches.suse/0967-drm-amdgpu-clean-the-dummy-suspend-functions.patch patches.suse/0968-drm-amdgpu-clean-the-dummy-wait_for_idle-functions.patch patches.suse/0969-drm-amdgpu-clean-the-dummy-soft_reset-functions.patch patches.suse/0970-drm-amdgpu-Clean-the-functions-pointer-set-as-NULL.patch patches.suse/drm-amdgpu-clear-RB_OVERFLOW-bit-when-enabling-inter.patch patches.suse/0972-drm-amdgpu-clean-unused-functions-of-uvd-vcn-vce.patch patches.suse/0973-drm-amdgpu-Save-VCN-shared-memory-with-init-reset.patch patches.suse/drm-amdgpu-Dereference-the-ATCS-ACPI-buffer.patch patches.suse/0975-Revert-drm-amdkfd-SMI-report-dropped-event-count.patch patches.suse/0976-drm-amdgpu-Reduce-redundant-gpu-resets-on-nbio-v7.4.patch patches.suse/0977-drm-amdkfd-remove-extra-use-of-volatile.patch patches.suse/0978-drm-amdgpu-Fix-the-logic-for-NPS-request-failure.patch patches.suse/drm-amdgpu-refine-error-handling-in-amdgpu_ttm_tt_pi.patch patches.suse/0980-drm-amdkfd-sever-xgmi-io-link-if-host-driver-has-dis.patch patches.suse/0981-drm-amd-display-add-missing-tracepoint-event-in-DM-a.patch patches.suse/0982-amdgpu-Don-t-print-L2-status-if-there-s-nothing-to-p.patch patches.suse/0983-Documentation-gpu-Document-how-to-narrow-down-displa.patch patches.suse/0984-Documentation-gpu-amdgpu-Add-programming-model-for-D.patch patches.suse/0985-drm-amdgpu-Fix-amdgpu_ip_block_hw_fini.patch patches.suse/0986-drm-bridge-synopsys-Add-DW-HDMI-QP-TX-Controller-sup.patch patches.suse/0987-drm-rockchip-Add-basic-RK3588-HDMI-output-support.patch patches.suse/0988-drm-i915-Select-DRM_CLIENT_SELECTION.patch patches.suse/0989-drm-xe-Select-DRM_CLIENT_SELECTION.patch patches.suse/drm-fbdev-dma-Select-FB_DEFERRED_IO.patch patches.suse/0991-drm-fbdev-Select-fbdev-I-O-helpers-from-modules-that.patch patches.suse/0992-drm-client-Move-client-event-handlers-to-drm_client_.patch patches.suse/0993-drm-client-Move-suspend-resume-into-DRM-client-callb.patch patches.suse/0994-drm-amdgpu-Suspend-and-resume-internal-clients-with-.patch patches.suse/0995-drm-nouveau-Suspend-and-resume-clients-with-client-h.patch patches.suse/0996-drm-radeon-Suspend-and-resume-clients-with-client-he.patch patches.suse/0997-drm-client-Make-client-support-optional.patch patches.suse/0998-drm-client-Add-client-lib-module.patch patches.suse/0999-drm-display-Drop-obsolete-dependency-on-COMPILE_TEST.patch patches.suse/1000-accel-qaic-Pass-string-literal-as-format-argument-of.patch patches.suse/1001-drm-tiny-Add-driver-for-Sharp-Memory-LCD.patch patches.suse/1002-drm-bridge-dpc3433-Constify-struct-regmap_config.patch patches.suse/1003-drm-fsl-dcu-Constify-struct-regmap_config.patch patches.suse/1004-drm-mediatek-dp-Constify-struct-regmap_config.patch patches.suse/1005-drm-meson-Constify-struct-regmap_config.patch patches.suse/1006-drm-panel-ili9322-Constify-struct-regmap_bus.patch patches.suse/1007-drm-sprd-Constify-struct-regmap_bus.patch patches.suse/1008-drm-fsl-dcu-Use-dev_err_probe.patch patches.suse/drm-fsl-dcu-enable-PIXCLK-on-LS1021A.patch patches.suse/drm-panel-simple-Add-Microchip-AC69T88A-LVDS-Display.patch patches.suse/1011-drm-fsl-dcu-Remove-redundant-dev_err.patch patches.suse/drm-panel-nv3052c-correct-spi_device_id-for-RG35XX-p.patch patches.suse/1013-drm-fbdev-dma-remove-obsolete-kernel-doc-references.patch patches.suse/1014-drm-meson-drop-unused-static-dw_hdmi_dwc_write_bits.patch patches.suse/1015-drm-bridge-tc358768-switch-to-bus-width.patch patches.suse/1016-drm-bridge-ite-it66121-Drop-hdmi_avi_infoframe_init-.patch patches.suse/1017-drm-bridge-sii902x-Set-input-bus-format-based-on-bus.patch patches.suse/1018-drm-fbdev-fix-drm_fb_helper_deferred_io-build-failur.patch patches.suse/1019-drm-imx-parallel-display-add-legacy-bridge-Kconfig-d.patch patches.suse/1020-drm-imx-legacy-bridge-add-MODULE_DESCRIPTION.patch patches.suse/drm-sched-memset-job-in-drm_sched_job_init.patch patches.suse/1022-drm-panel-s6e3ha8-add-static-modifier-to-supply-list.patch patches.suse/1023-drm-display-bridge_connector-handle-ycbcr_420_allowe.patch patches.suse/1024-drm-atomic-add-interlaced-and-ycbcr_420-flags-to-con.patch patches.suse/1025-drm-bridge-display-connector-allow-YCbCr-420-for-HDM.patch patches.suse/1026-drm-bridge-aux-allow-interlaced-and-YCbCr-420-output.patch patches.suse/1027-drm-msm-dp-migrate-the-ycbcr_420_allowed-to-drm_brid.patch patches.suse/1028-drm-bridge-dw-hdmi-set-bridge-s-ycbcr_420_allowed-fl.patch patches.suse/1029-drm-imx-dcss-Fix-64bit-divisions.patch patches.suse/1030-drm-imx-dcss-Allow-build-with-COMPILE_TEST-y.patch patches.suse/1031-drm-mediatek-Allow-build-with-COMPILE_TEST-y.patch patches.suse/1032-drm-meson-Allow-build-with-COMPILE_TEST-y.patch patches.suse/drm-panfrost-Remove-unused-id_mask-from-struct-panfr.patch patches.suse/1034-drm-sched-warn-about-drm_sched_job_init-s-partial-in.patch patches.suse/1035-accel-qaic-Add-crashdump-to-Sahara.patch patches.suse/1036-drm-omap-Clean-up-deadcode-functions.patch patches.suse/1037-drm-bridge-tc358767-Fix-use-of-unadjusted-mode-in-th.patch patches.suse/1038-drm-ci-add-dedede.patch patches.suse/1039-drm-ci-add-sm8350-hdk.patch patches.suse/drm-nouveau-gr-gf100-Fix-missing-unlock-in-gf100_gr_.patch patches.suse/1041-accel-ivpu-Do-not-fail-when-more-than-1-tile-is-fuse.patch patches.suse/1042-accel-ivpu-Defer-MMU-root-page-table-allocation.patch patches.suse/accel-ivpu-Remove-copy-engine-support.patch patches.suse/1044-accel-ivpu-Clear-CDTAB-entry-in-case-of-failure.patch patches.suse/1045-accel-ivpu-Unmap-partially-mapped-BOs-in-case-of-err.patch patches.suse/accel-ivpu-Use-xa_alloc_cyclic-instead-of-custom-fun.patch patches.suse/accel-ivpu-Make-command-queue-ID-allocated-on-XArray.patch patches.suse/1048-accel-ivpu-Don-t-allocate-preemption-buffers-when-MI.patch patches.suse/1049-accel-ivpu-Add-debug-Kconfig-option.patch patches.suse/accel-ivpu-Increase-DMA-address-range.patch patches.suse/1051-accel-ivpu-Move-secondary-preemption-buffer-allocati.patch patches.suse/drm-zynqmp_kms-Unplug-DRM-device-before-removal.patch patches.suse/1053-drm-zynqmp_dp-Add-locking.patch patches.suse/1054-drm-zynqmp_dp-Don-t-retrain-the-link-in-our-IRQ.patch patches.suse/1055-drm-zynqmp_dp-Convert-to-a-hard-IRQ.patch patches.suse/1056-drm-zynqmp_dp-Use-AUX-IRQs-instead-of-polling.patch patches.suse/1057-drm-zynqmp_dp-Split-off-several-helper-functions.patch patches.suse/1058-drm-zynqmp_dp-Take-dp-lock-in-zynqmp_dp_hpd_work_fun.patch patches.suse/1059-drm-zynqmp_dp-Add-debugfs-interface-for-compliance-t.patch patches.suse/drm-xlnx-zynqmp_disp-layer-may-be-null-while-releasi.patch patches.suse/drm-xlnx-zynqmp_dpsub-fix-hotplug-detection.patch patches.suse/1062-drm-v3d-Drop-allocation-of-object-without-mountpoint.patch patches.suse/1063-Documentation-gpu-Fix-Panthor-documentation-build-wa.patch patches.suse/1064-drm-panel-samsung-s6e88a0-ams427ap24-Add-initial-dri.patch patches.suse/1065-drm-panel-samsung-s6e88a0-ams427ap24-Add-brightness-.patch patches.suse/1066-drm-panel-samsung-s6e88a0-ams427ap24-Add-flip-option.patch patches.suse/1067-drm-panel-leadtek-ltk050h3146w-transition-to-mipi_ds.patch patches.suse/1068-drm-sched-Document-purpose-of-drm_sched_-start-stop.patch patches.suse/1069-drm-imx-dcss-include-drm-drm_bridge.h-header.patch patches.suse/1070-drm-msm-Fix-bv_fence-being-used-as-bv_rptr.patch patches.suse/1071-drm-msm-a6xx-Track-current_ctx_seqno-per-ring.patch patches.suse/1072-drm-msm-Add-a-preempt_record_size-field.patch patches.suse/1073-drm-msm-Add-CONTEXT_SWITCH_CNTL-bitfields.patch patches.suse/1074-drm-msm-a6xx-Add-a-pwrup_list-field-to-a6xx_info.patch patches.suse/1075-drm-msm-a6xx-Implement-preemption-for-a7xx-targets.patch patches.suse/1076-drm-msm-a6xx-Sync-relevant-adreno_pm4.xml-changes.patch patches.suse/1077-drm-msm-a6xx-Use-posamble-to-reset-counters-on-preem.patch patches.suse/1078-drm-msm-a6xx-Add-traces-for-preemption.patch patches.suse/1079-drm-msm-a6xx-Add-a-flag-to-allow-preemption-to-submi.patch patches.suse/1080-drm-msm-a6xx-Enable-preemption-for-tested-a7xx-targe.patch patches.suse/1081-Documentation-document-adreno-preemption.patch patches.suse/1082-drm-msm-dp-Add-DisplayPort-controller-for-SA8775P.patch patches.suse/1083-drm-msm-dpu-Add-support-for-MSM8996.patch patches.suse/1084-drm-msm-dpu-Add-support-for-MSM8953.patch patches.suse/1085-drm-msm-dpu-Add-support-for-MSM8937.patch patches.suse/1086-drm-msm-dpu-Add-support-for-MSM8917.patch patches.suse/1087-drm-msm-Remove-unneeded-semicolon.patch patches.suse/1088-drm-msm8998-make-const-arrays-ratio_list-and-band_li.patch patches.suse/drm-msm-dpu-on-SDM845-move-DSPP_3-to-LM_5-block.patch patches.suse/drm-msm-dpu-drop-LM_3-LM_4-on-SDM845.patch patches.suse/drm-msm-dpu-drop-LM_3-LM_4-on-MSM8998.patch patches.suse/1092-drm-msm-mdss-Add-SA8775P-support.patch patches.suse/1093-drm-msm-dpu-Add-SA8775P-support.patch patches.suse/1094-drm-msm-dpu-drop-dpu_format_check_modified_format.patch patches.suse/1095-drm-msm-dpu-drop-dpu_format_populate_layout-from-dpu.patch patches.suse/1096-drm-msm-dpu-drop-extra-aspace-checks-in-dpu_formats.patch patches.suse/1097-drm-msm-dpu-drop-msm_format-from-struct-dpu_hw_fmt_l.patch patches.suse/1098-drm-msm-dpu-pass-drm_framebuffer-to-_dpu_format_get_.patch patches.suse/1099-drm-msm-dpu-move-pitch-check-to-_dpu_format_get_plan.patch patches.suse/1100-drm-msm-dpu-split-dpu_format_populate_layout.patch patches.suse/1101-drm-msm-dpu-make-dpu_format_populate_addrs-return-vo.patch patches.suse/1102-drm-msm-dpu-move-layout-setup-population-out-of-dpu_.patch patches.suse/1103-drm-msm-dpu-check-for-the-plane-pitch-overflow.patch patches.suse/1104-drm-msm-dpu-merge-MAX_IMG_WIDTH-HEIGHT-with-DPU_MAX_.patch patches.suse/1105-drm-msm-dpu-sync-mode_config-limits-to-the-FB-limits.patch patches.suse/1106-drm-msm-Simplify-NULL-checking-in-msm_disp_state_dum.patch patches.suse/1107-drm-msm-a6xx-Remove-logically-deadcode-in-a6xx_preem.patch patches.suse/1108-drm-msm-a6xx-Add-support-for-A663.patch patches.suse/drm-msm-Fix-some-typos-in-comment.patch patches.suse/drm-msm-adreno-Use-IRQF_NO_AUTOEN-flag-in-request_ir.patch patches.suse/drm-msm-gpu-Check-the-status-of-registration-to-PM-Q.patch patches.suse/1112-drm-msm-a6xx-Fix-excessive-stack-usage.patch patches.suse/1113-drm-xe-Add-caller-info-to-xe_gt_reset_async.patch patches.suse/1114-drm-xe-Add-member-initialized_domains-to-xe_force_wa.patch patches.suse/1115-drm-xe-forcewake-Change-awake_domain-datatype.patch patches.suse/1116-drm-xe-forcewake-Add-a-helper-xe_force_wake_ref_has_.patch patches.suse/1117-drm-xe-Error-handling-in-xe_force_wake_get.patch patches.suse/1118-drm-xe-Modify-xe_force_wake_put-to-handle-_get-retur.patch patches.suse/1119-drm-xe-device-Update-handling-of-xe_force_wake_get-r.patch patches.suse/1120-drm-xe-hdcp-Update-handling-of-xe_force_wake_get-ret.patch patches.suse/1121-drm-xe-gsc-Update-handling-of-xe_force_wake_get-retu.patch patches.suse/1122-drm-xe-gt-Update-handling-of-xe_force_wake_get-retur.patch patches.suse/1123-drm-xe-xe_gt_idle-Update-handling-of-xe_force_wake_g.patch patches.suse/1124-drm-xe-devcoredump-Update-handling-of-xe_force_wake_.patch patches.suse/1125-drm-xe-tests-mocs-Update-xe_force_wake_get-return-ha.patch patches.suse/1126-drm-xe-mocs-Update-handling-of-xe_force_wake_get-ret.patch patches.suse/1127-drm-xe-xe_drm_client-Update-handling-of-xe_force_wak.patch patches.suse/1128-drm-xe-xe_gt_debugfs-Update-handling-of-xe_force_wak.patch patches.suse/1129-drm-xe-guc-Update-handling-of-xe_force_wake_get-retu.patch patches.suse/1130-drm-xe-huc-Update-handling-of-xe_force_wake_get-retu.patch patches.suse/1131-drm-xe-oa-Handle-force_wake_get-failure-in-xe_oa_str.patch patches.suse/1132-drm-xe-pat-Update-handling-of-xe_force_wake_get-retu.patch patches.suse/1133-drm-xe-gt_tlb_invalidation_ggtt-Update-handling-of-x.patch patches.suse/1134-drm-xe-xe_reg_sr-Update-handling-of-xe_force_wake_ge.patch patches.suse/1135-drm-xe-query-Update-handling-of-xe_force_wake_get-re.patch patches.suse/1136-drm-xe-vram-Update-handling-of-xe_force_wake_get-ret.patch patches.suse/1137-drm-xe-forcewake-debugfs-open-fails-on-xe_forcewake_.patch patches.suse/1138-drm-xe-Ensure-__must_check-for-xe_force_wake_get-ret.patch patches.suse/1139-drm-xe-Change-return-type-to-void-for-xe_force_wake_.patch patches.suse/drm-xe-guc-ct-Flush-g2h-worker-in-case-of-g2h-respon.patch patches.suse/1140-drm-xe-ptl-Apply-Wa_14022866841.patch patches.suse/1141-drm-xe-ufence-Warn-if-mmget_not_zero-fails.patch patches.suse/1142-drm-xe-Use-__counted_by-for-flexible-arrays.patch patches.suse/1143-drm-xe-enable-lite-restore.patch patches.suse/1144-drm-xe-guc-Prevent-GuC-register-capture-running-on-V.patch patches.suse/1145-drm-xe-pf-Show-VFs-LMEM-provisioning-summary-over-de.patch patches.suse/1146-drm-xe-Take-ref-to-job-s-fence-in-arm.patch patches.suse/1147-drm-xe-Mark-GGTT-work-queue-with-WQ_MEM_RECLAIM.patch patches.suse/1148-drm-xe-Mark-G2H-work-queue-with-WQ_MEM_RECLAIM.patch patches.suse/1149-drm-xe-Mark-GT-work-queue-with-WQ_MEM_RECLAIM.patch patches.suse/drm-xe-oa-Separate-batch-submission-from-waiting-for.patch patches.suse/drm-xe-oa-uapi-Define-and-parse-OA-sync-properties.patch patches.suse/drm-xe-oa-Add-input-fence-dependencies.patch patches.suse/drm-xe-oa-Signal-output-fences.patch patches.suse/drm-xe-oa-Move-functions-up-so-they-can-be-reused-fo.patch patches.suse/drm-xe-oa-Add-syncs-support-to-OA-config-ioctl.patch patches.suse/drm-xe-oa-Allow-only-certain-property-changes-from-c.patch patches.suse/drm-xe-xe_guc_ads-save-restore-OA-registers-and-allo.patch patches.suse/1158-drm-xe-guc-Capture-all-available-bits-of-GuC-timesta.patch patches.suse/1159-drm-xe-guc-Separate-full-CTB-content-from-guc_info-d.patch patches.suse/Revert-drm-xe-xe_guc_ads-save-restore-OA-registers-a.patch patches.suse/1161-drm-xe-Add-mmio-read-before-GGTT-invalidate.patch patches.suse/1162-drm-exynos-gsc-Fix-typo-in-comment.patch patches.suse/1163-drm-exynos-remove-unused-prototype-for-crtc.patch patches.suse/drm-exynos-exynos7_drm_decon-fix-uninitialized-crtc-.patch patches.suse/1165-drm-exynos-exynos7_drm_decon-fix-ideal_clk-by-conver.patch patches.suse/drm-exynos-exynos7_drm_decon-properly-clear-channels.patch patches.suse/1167-drm-exynos-exynos7_drm_decon-add-driver-data-and-sup.patch patches.suse/1168-drm-mediatek-Implement-OF-graphs-support-for-display.patch patches.suse/drm-mediatek-Fix-child-node-refcount-handling-in-ear.patch patches.suse/1170-drm-mediatek-Switch-to-for_each_child_of_node_scoped.patch patches.suse/1171-drm-i915-dp-Assume-panel-power-is-off-if-runtime-sus.patch patches.suse/1172-drm-i915-dp-Disable-unnecessary-HPD-polling-for-eDP.patch patches.suse/1173-drm-i915-xe3lpd-reuse-xe2lpd-definition.patch patches.suse/1174-drm-i915-xe3lpd-Adjust-watermark-calculations.patch patches.suse/1175-drm-i915-xe3lpd-Add-new-display-power-wells.patch patches.suse/1176-drm-i915-dp_mst-Handle-error-during-DSC-BW-overhead-.patch patches.suse/1177-drm-i915-display-Add-own-counter-for-Panel-Replay-vb.patch patches.suse/1178-drm-i915-display-Fix-Panel-Replay-vblank-enable-work.patch patches.suse/1179-drm-i915-irq-s-gen3-gen2.patch patches.suse/1180-drm-i915-vrr-Add-helper-to-check-if-vrr-possible.patch patches.suse/1181-drm-i915-vrr-Split-vrr-compute-config-in-two-phases.patch patches.suse/1182-drm-i915-panelreplay-Panel-replay-workaround-with-VR.patch patches.suse/1183-drm-i915-dp-Fix-memory-leak-in-parse_lfp_panel_dtd.patch patches.suse/1184-drm-i915-Remove-unused-underrun-irq-reporting-bits.patch patches.suse/1185-drm-i915-Fix-irq-related-documentation.patch patches.suse/1186-drm-i915-pxp-Add-missing-tag-for-Wa_14019159160.patch patches.suse/1187-drm-i915-dp-use-string-choice-helpers.patch patches.suse/1188-drm-i915-ddi-use-string-choice-helpers.patch patches.suse/1189-drm-i915-gvt-use-macros-from-drm_dp.h-instead-of-dup.patch patches.suse/1190-drm-i915-display-Remove-kstrdup_const-and-kfree_cons.patch patches.suse/1191-drm-i915-psr-vbt.psr.enable-is-only-for-eDP-panels.patch patches.suse/1192-drm-i915-active-Use-try_cmpxchg-in-active_fence_cb.patch patches.suse/1193-drm-i915-pfit-Check-pipe-source-size-against-pfit-li.patch patches.suse/1194-drm-i915-pfit-Check-pfit-scaling-factors-on-ILK-BDW.patch patches.suse/1195-drm-i915-pfit-Reject-pfit-downscaling-for-GMCH-platf.patch patches.suse/1196-drm-i915-pfit-Check-pfit-minimum-timings-in-pre-SKL.patch patches.suse/1197-drm-i915-pfit-Reject-cloning-when-using-pfit-on-ILK-.patch patches.suse/1198-drm-i915-pfit-Check-pfit-destination-window-on-ILK-B.patch patches.suse/1199-drm-i915-panel-Convert-panel-code-to-intel_display.patch patches.suse/1200-drm-i915-pfit-Extract-intel_pfit.c.patch patches.suse/1201-drm-i915-Remove-ckey-format-checks-from-skl_update_s.patch patches.suse/1202-drm-i915-xe3lpd-Add-cdclk-changes.patch patches.suse/1203-drm-i915-xe3lpd-Add-C20-Phy-consolidated-programming.patch patches.suse/1204-drm-i915-xe3lpd-Add-new-bit-range-of-MAX-swing-setup.patch patches.suse/1205-drm-i915-xe3lpd-Add-condition-for-EDP-to-powerdown-P.patch patches.suse/1206-drm-i915-remove-all-IS_-PLATFORM-_GT-N-macros.patch patches.suse/1207-drm-i915-display-Fix-out-of-bounds-access-in-pipe-re.patch patches.suse/1208-drm-i915-display-Zero-initialize-frame-scanline-coun.patch patches.suse/1209-drm-i915-display-Store-pipe-name-in-trace-events.patch patches.suse/1210-drm-i915-display-Do-not-use-ids-from-enum-pipe-in-TP.patch patches.suse/1211-drm-i915-display-Cover-all-possible-pipes-in-TP_prin.patch patches.suse/1212-drm-i915-xe3lpd-Load-DMC.patch patches.suse/1213-drm-i915-display-Add-Wa_16023981245.patch patches.suse/drm-xe-hdcp-Fix-gsc-structure-check-in-fw-check-stat.patch patches.suse/1215-drm-i915-cx0-Pass-crtc_state-to-intel_c20_compute_hd.patch patches.suse/1216-drm-i915-xe2lpd-Update-C20-algorithm-to-include-tx_m.patch patches.suse/1217-drm-i915-Use-string-enable-disable-choice-helpers.patch patches.suse/1218-drm-i915-xe3lpd-Increase-resolution-for-plane-to-sup.patch patches.suse/1219-drm-i915-psr-Change-psr-size-limits-check.patch patches.suse/1220-drm-i914-xe3lpd-Increase-bigjoiner-limitations.patch patches.suse/1221-drm-i915-display-convert-I915_STATE_WARN-to-struct-i.patch patches.suse/1222-drm-i915-pciids-add-PVC-PCI-ID-macros.patch patches.suse/1223-drm-intel-pciids-rename-i915_pciids.h-to-just-pciids.patch patches.suse/1224-drm-xe-switch-to-common-PCI-ID-macros.patch patches.suse/1225-drm-i915-xe3lpd-Update-pmdemand-programming.patch patches.suse/1226-drm-i915-xe3lpd-Add-check-to-see-if-edp-over-type-c-.patch patches.suse/1227-drm-i915-ptl-Define-IS_PANTHERLAKE-macro.patch patches.suse/1228-drm-i915-cx0-Extend-C10-check-to-PTL.patch patches.suse/1229-drm-i915-cx0-Remove-bus-reset-after-every-c10-transa.patch patches.suse/1230-drm-i915-xe3lpd-Move-async-flip-bit-to-PLANE_SURF-re.patch patches.suse/1231-drm-i915-xe3-Underrun-recovery-does-not-exist-post-X.patch patches.suse/1232-drm-i915-display-xe3-disable-x-tiled-framebuffers.patch patches.suse/1233-drm-xe-ptl-Enable-PTL-display.patch patches.suse/1234-drm-i915-color-Pimp-debugs.patch patches.suse/1235-drm-i915-Handle-intel_plane-and-intel_plane_state-in.patch patches.suse/1236-drm-i915-color-Convert-color-management-code-to-inte.patch patches.suse/1237-drm-i915-color-Make-color-.get_config-mandatory.patch patches.suse/1238-drm-i915-display-dp-Reduce-log-level-for-SOURCE-OUI-.patch patches.suse/1239-drm-i915-display-reindent-subplatform-initialization.patch patches.suse/1240-drm-i915-display-use-a-macro-to-initialize-subplatfo.patch patches.suse/1241-drm-i915-display-use-a-macro-to-define-platform-enum.patch patches.suse/1242-drm-i915-display-join-the-platform-and-subplatform-e.patch patches.suse/1243-drm-i915-display-convert-display-platforms-to-lower-.patch patches.suse/1244-drm-i915-display-add-display-platforms-structure-wit.patch patches.suse/1245-drm-i915-display-add-platform-member-to-struct-intel.patch patches.suse/1246-drm-i915-display-remove-the-display-platform-enum-as.patch patches.suse/1247-drm-i915-display-add-platform-group-for-g4x.patch patches.suse/1248-drm-i915-display-add-subplatform-group-for-HSW-BDW-U.patch patches.suse/1249-drm-i915-bios-use-display-platform.-platform-instead.patch patches.suse/1250-drm-i915-pps-use-display-platform.-platform-instead-.patch patches.suse/1251-drm-i915-tv-use-display-platform.-platform-instead-o.patch patches.suse/1252-drm-i915-vga-use-display-platform.-platform-instead-.patch patches.suse/1253-drm-i915-vblank-drop-unnecessary-i915-local-variable.patch patches.suse/1254-drm-i915-vblank-use-display-platform.-platform-inste.patch patches.suse/1255-drm-i915-gmbus-convert-to-struct-intel_display.patch patches.suse/1256-drm-i915-cx0-remove-unnecessary-includes.patch patches.suse/1257-drm-i915-cx0-convert-to-struct-intel_display.patch patches.suse/1258-drm-i915-dpio-convert-to-struct-intel_display.patch patches.suse/1259-drm-i915-hdcp-further-conversion-to-struct-intel_dis.patch patches.suse/1260-drm-i915-dp-hdcp-convert-to-struct-intel_display.patch patches.suse/1261-drm-i915-crt-convert-to-struct-intel_display.patch patches.suse/1262-drm-i915-display-convert-vlv_wait_port_ready-to-stru.patch patches.suse/1263-drm-i915-power-convert-assert_chv_phy_status-to-stru.patch patches.suse/1264-drm-i915-ips-convert-to-struct-intel_display.patch patches.suse/drm-i915-dsi-convert-to-struct-intel_display.patch patches.suse/1266-drm-i915-de-remove-unnecessary-generic-wrappers.patch patches.suse/1267-drm-i915-display-use-x100-version-for-full-version-a.patch patches.suse/1268-drm-i915-dp-Flush-modeset-commits-during-connector-d.patch patches.suse/1269-drm-i915-dp-Ensure-panel-power-remains-enabled-durin.patch patches.suse/drm-i915-dp-Initialize-the-source-OUI-write-timestam.patch patches.suse/1271-drm-i915-dp-Track-source-OUI-validity-explicitly.patch patches.suse/1272-drm-i915-dp-Reuse-intel_dp_detect_dsc_caps-for-eDP.patch patches.suse/1273-drm-i915-dp-Write-the-source-OUI-for-eDP-before-dete.patch patches.suse/1274-drm-i915-dp-Write-the-source-OUI-during-connector-de.patch patches.suse/1275-drm-i915-dp-Write-the-source-OUI-for-non-eDP-sinks-a.patch patches.suse/1276-drm-i915-Implement-Dbuf-overlap-detection-feature-st.patch patches.suse/1277-drm-i915-display-Fuse-bit-for-power-management-disab.patch patches.suse/1278-drm-i915-dp-Add-FEC-Enable-Retry-mechanism.patch patches.suse/1279-drm-i915-psr-WA-for-panels-stating-bad-link-status-a.patch patches.suse/1280-drm-i915-display-Allow-fastset-for-change-in-HDR-inf.patch patches.suse/1281-drm-msm-dp-prefix-all-symbols-with-msm_dp_.patch patches.suse/1282-drm-msm-dp-rename-edp_-bridge-functions-and-struct.patch patches.suse/1283-drm-msm-dp-tidy-up-platform-data-names.patch patches.suse/drm-msm-dpu-cast-crtc_clk-calculation-to-u64-in-_dpu.patch patches.suse/1285-drm-msm-move-msm_display_topology-to-the-DPU-driver.patch patches.suse/1286-drm-msm-move-MAX_H_TILES_PER_DISPLAY-to-the-DPU-driv.patch patches.suse/1287-drm-msm-drop-MAX_BRIDGES-define.patch patches.suse/1288-drm-msm-dpu-use-drm_rect_fp_to_int.patch patches.suse/1289-drm-msm-dpu-move-pstate-pipe-initialization-to-dpu_p.patch patches.suse/1290-drm-msm-dpu-drop-virt_formats-from-SSPP-subblock-con.patch patches.suse/1291-drm-msm-dpu-move-scaling-limitations-out-of-the-hw_c.patch patches.suse/1292-drm-msm-dpu-split-dpu_plane_atomic_check.patch patches.suse/1293-drm-msm-dpu-move-rot90-checking-to-dpu_plane_atomic_.patch patches.suse/1294-drm-msm-move-MDSS-registers-to-separate-header-file.patch patches.suse/1295-drm-msm-mdss-use-register-definitions-instead-of-han.patch patches.suse/1296-drm-msm-dpu-rework-documentation-comments.patch patches.suse/1297-drm-amdgpu-drop-volatile-from-ring-buffer.patch patches.suse/1298-drm-amd-display-Optimize-power-up-sequence-for-speci.patch patches.suse/1299-drm-amd-display-Add-a-boot-option-to-reduce-phy-ssc-.patch patches.suse/1300-drm-amd-display-Add-P-State-Stall-Timeout-Recovery-S.patch patches.suse/drm-amd-display-Reduce-HPD-Detection-Interval-for-IP.patch patches.suse/drm-amd-display-Refactoring-if-and-endif-statements-.patch patches.suse/drm-amd-display-Fix-underflow-when-playing-8K-video-.patch patches.suse/1304-drm-amd-display-fix-handling-of-max_downscale_src_wi.patch patches.suse/1305-drm-amd-display-Remove-useless-assignments-and-varia.patch patches.suse/1306-drm-amd-display-Simplify-dcn35_is_ips_supported.patch patches.suse/1307-drm-amd-display-Change-MPC-Tree-visual-confirm-colou.patch patches.suse/1308-drm-amd-display-Fix-idle-optimizations-entry-log.patch patches.suse/1309-drm-amd-display-Do-not-read-DSC-state-if-not-in-use.patch patches.suse/1310-drm-amd-display-store-sharpness-1dlut-table-in-dscl_.patch patches.suse/1311-drm-amd-display-FW-Promotion-Release-0.0.240.0.patch patches.suse/1312-drm-amd-display-3.2.307.patch patches.suse/1313-drm-amdgpu-correct-the-S3-abort-check-condition.patch patches.suse/1314-drm-amdgpu-clean-up-the-suspend_complete.patch patches.suse/1315-drm-amdgpu-add-generic-func-to-check-if-ta-fw-is-app.patch patches.suse/1316-drm-amdgpu-optimize-ACA-log-print.patch patches.suse/1317-drm-amdkfd-flag-per-queue-reset-support-for-gfx9.patch patches.suse/1318-drm-amdkfd-add-an-interface-to-query-whether-is-KFD-.patch patches.suse/1319-drm-amd-display-Remove-unused-regamma-functions.patch patches.suse/1320-drm-amd-display-Remove-unused-cm3_helper_translate_c.patch patches.suse/1321-drm-amd-display-Remove-last-parts-of-timing_trace.patch patches.suse/1322-drm-amdgpu-fix-fairness-in-enforce-isolation-handlin.patch patches.suse/1323-drm-amdgpu-add-ring-reset-messages.patch patches.suse/drm-amdgpu-Fix-the-memory-allocation-issue-in-amdgpu.patch patches.suse/1325-drm-amdgpu-make-drm-memory-report-resident-memory.patch patches.suse/1326-drm-amdgpu-stop-tracking-visible-memory-stats.patch patches.suse/1327-drm-amdgpu-Stop-reporting-special-chip-memory-pools-.patch patches.suse/1328-drm-amdgpu-Expose-special-on-chip-memory-pools-in-fd.patch patches.suse/drm-amdgpu-fix-comment-about-amdgpu.abmlevel-default.patch patches.suse/1330-drm-amdgpu-use-string-choice-helpers.patch patches.suse/1331-drm-amd-display-Do-Not-Fallback-To-SW-Cursor-If-HW-C.patch patches.suse/1332-drm-amd-display-avoid-divided-by-zero.patch patches.suse/1333-Revert-drm-amd-display-Block-UHBR-Based-On-USB-C-PD-.patch patches.suse/1334-drm-amd-display-fix-rxstatus_msg_sz-type-narrowing.patch patches.suse/1335-drm-amd-display-Remove-inaccessible-registers-from-D.patch patches.suse/1336-drm-amd-display-fix-asserts-in-SPL-during-bootup.patch patches.suse/1337-drm-amd-display-SPL-cleanup.patch patches.suse/drm-amd-display-Remove-hw-w-a-toggle-if-on-DP2-HPO.patch patches.suse/1339-drm-amd-display-Remove-otg-w-a-toggling-on-HPO-inter.patch patches.suse/drm-amd-display-parse-umc_info-or-vram_info-based-on.patch patches.suse/1340-drm-amd-display-Minimize-wait-for-pending-updates.patch patches.suse/drm-amd-display-Don-t-write-DP_MSTM_CTRL-after-LT.patch patches.suse/1342-drm-amd-pm-add-inst-to-dpm_set_vcn_enable.patch patches.suse/1343-drm-amd-display-Add-a-missing-DCN401-reg-definition.patch patches.suse/1344-drm-amd-display-FW-Promotion-Release-0.0.241.0.patch patches.suse/1345-drm-amd-display-Implement-new-backlight_level_params.patch patches.suse/drm-amd-display-Prune-Invalid-Modes-For-HDMI-Output.patch patches.suse/1347-drm-amd-display-3.2.308.patch patches.suse/drm-amdkfd-Use-dynamic-allocation-for-CU-occupancy-a.patch patches.suse/drm-amdgpu-skip-amdgpu_device_cache_pci_state-under-.patch patches.suse/1350-drm-amdgpu-Fix-dummy_read_page-overlapping-mappings.patch patches.suse/1351-drm-amdgpu-add-amdgpu_gfx_sched_mask-and-amdgpu_comp.patch patches.suse/1352-drm-amdgpu-add-amdgpu_sdma_sched_mask-debugfs.patch patches.suse/1353-drm-amdgpu-Add-nps_mode-in-RAS-init_flag.patch patches.suse/1354-drm-amdgpu-Group-gfx-sysfs-functions.patch patches.suse/1355-drm-amdgpu-Skip-IP-coredump-for-RAS-errors.patch patches.suse/1356-drm-amdgpu-Add-compatible-NPS-mode-info.patch patches.suse/1357-drm-amd-pm-add-zero-RPM-OD-setting-support-for-SMU13.patch patches.suse/1358-drm-amdgpu-mes-fetch-fw-version-from-firmware-header.patch patches.suse/1359-drm-amd-pm-add-zero-RPM-stop-temperature-OD-setting-.patch patches.suse/1360-drm-amdgpu-gfx11-Add-cleaner-shader-for-GFX11.0.3.patch patches.suse/drm-amdgpu-set-the-right-AMDGPU-sg-segment-limitatio.patch patches.suse/1362-drm-amdgpu-stop-syncing-PRT-map-operations.patch patches.suse/drm-etnaviv-Request-pages-from-DMA32-zone-on-address.patch patches.suse/1364-drm-etnaviv-Use-unsigned-type-to-count-the-number-of.patch patches.suse/1365-drm-etnaviv-Use-unsigned-type-to-count-the-number-of.patch patches.suse/1366-drm-etnaviv-Drop-the-linux-pm_runtime.h-header.patch patches.suse/1367-drm-etnaviv-Fix-missing-mutex_destroy.patch patches.suse/1368-drm-etnaviv-Replace-the-pdev-dev-with-dev.patch patches.suse/drm-etnaviv-hold-GPU-lock-across-perfmon-sampling.patch patches.suse/1370-drm-etnaviv-assert-GPU-lock-held-in-perfmon-pipe_-_r.patch patches.suse/1371-drm-etnaviv-unconditionally-enable-debug-registers.patch patches.suse/1372-drm-etnaviv-update-hardware-headers-from-rnndb.patch patches.suse/1373-drm-etnaviv-take-current-primitive-into-account-when.patch patches.suse/1374-drm-etnaviv-Record-GPU-visible-size-of-GEM-BO-separa.patch patches.suse/1375-drm-etnaviv-Map-and-unmap-GPUVA-range-with-respect-t.patch patches.suse/1376-drm-etnaviv-always-allocate-4K-for-kernel-ringbuffer.patch patches.suse/drm-etnaviv-flush-shader-L1-cache-after-user-command.patch patches.suse/1378-drm-etnaviv-Drop-the-struct-etnaviv_iommu_global-pta.patch patches.suse/1379-drm-etnaviv-etnaviv_cmdbuf.c-Drop-the-unneeded-inclu.patch patches.suse/1380-drm-mediatek-Drop-dependency-on-ARM.patch patches.suse/drm-vkms-Drop-unnecessary-call-to-drm_crtc_cleanup.patch patches.suse/drm-panic-Add-ABGR2101010-support.patch patches.suse/1383-drm-nouveau-disp-Move-tiling-functions-to-dispnv50-t.patch patches.suse/1384-drm-nouveau-Add-drm_panic-support-for-nv50.patch patches.suse/drm-bridge-it6505-Fix-inverted-reset-polarity.patch patches.suse/1386-drm-vkms-Remove-usage-of-legacy-drm_crtc-members.patch patches.suse/0001-media-uapi-Add-MEDIA_BUS_FMT_RGB101010_1X7X5_-SPWG-J.patch patches.suse/1387-drm-of-Get-MEDIA_BUS_FMT_RGB101010_1X7X5_-JEIDA-SPWG.patch patches.suse/1388-drm-of-Add-drm_of_lvds_get_dual_link_pixel_order_sin.patch patches.suse/1389-drm-bridge-Add-ITE-IT6263-LVDS-to-HDMI-converter.patch patches.suse/drm-use-ATOMIC64_INIT-for-atomic64_t.patch patches.suse/1391-drm-ci-remove-update-xfails.py.patch patches.suse/drm-panfrost-Add-missing-OPP-table-refcnt-decrementa.patch patches.suse/drm-panthor-Fix-OPP-refcnt-leaks-in-devfreq-initiali.patch patches.suse/1394-drm-sched-Improve-teardown-documentation.patch patches.suse/1395-drm-amdgpu-Add-supported-NPS-modes-node.patch patches.suse/drm-amdkfd-remove-gfx-12-trap-handler-page-size-cap.patch patches.suse/1397-drm-amdgpu-fix-return-random-value-when-multiple-thr.patch patches.suse/1398-drm-amdgpu-Add-sysfs-interface-for-gc-reset-mask.patch patches.suse/drm-amdgpu-fix-ACA-bank-count-boundary-check-error.patch patches.suse/drm-amdgpu-Fix-map-unmap-queue-logic.patch patches.suse/1401-drm-amdgpu-Avoid-kcq-disable-during-reset.patch patches.suse/1402-drm-amdgpu-Normalize-reg-offsets-on-VCN-v4.0.3.patch patches.suse/1403-drm-amdgpu-Add-sysfs-interface-for-sdma-reset-mask.patch patches.suse/1404-drm-amdgpu-Add-sysfs-interface-for-vpe-reset-mask.patch patches.suse/1405-drm-amdgpu-Add-sysfs-interface-for-jpeg-reset-mask.patch patches.suse/1406-drm-amdgpu-Inform-if-PCIe-based-P2P-links-are-not-av.patch patches.suse/drm-amdkfd-Fix-wrong-usage-of-INIT_WORK.patch patches.suse/1408-drm-amdgpu-Add-documentation-for-enforce-isolation-f.patch patches.suse/1409-drm-amdgpu-gfx11-Enable-cleaner-shader-for-GFX11.0.0.patch patches.suse/1410-drm-amd-display-Refactor-HPD-IRQ-error-checking-flow.patch patches.suse/1411-drm-amd-display-Change-parameters-to-fix-certain-com.patch patches.suse/1412-drm-amd-display-Adding-flag-for-forced-MST-blocked-d.patch patches.suse/1413-drm-amd-display-Read-DP-tunneling-support-only-for-D.patch patches.suse/1414-drm-amd-display-always-blank-stream-before-disable-c.patch patches.suse/1415-drm-amd-display-disabling-p-state-checks-for-DCN31-a.patch patches.suse/1416-drm-amd-display-Update-SPL-Taps-Required-For-Integer.patch patches.suse/1417-drm-amd-display-Use-region6-size-in-fw_meta_info.patch patches.suse/1418-drm-amd-display-Remove-unused-code.patch patches.suse/1419-drm-amd-display-3.2.309.patch patches.suse/1420-drm-amdgpu-Update-SRIOV-Exchange-Headers-for-RAS-Tel.patch patches.suse/1421-drm-amdgpu-Add-msg-handlers-for-SRIOV-RAS-Telemetry.patch patches.suse/1422-drm-amdgpu-VF-Query-RAS-Caps-from-Host-if-supported.patch patches.suse/1423-drm-amdgpu-Implement-virt-req_ras_err_count.patch patches.suse/1424-drm-amd-amdgpu-Increase-MES-log-buffer-to-dump-mes-s.patch patches.suse/1425-drm-amdgpu-Cleanup-shift-coding-style.patch patches.suse/1426-drm-amdkfd-change-kfd-process-kref-count-at-creation.patch patches.suse/1427-drm-amd-amdkfd-add-remove-kfd-queues-on-start-stop-K.patch patches.suse/drm-amd-Update-MES-API-header-file-for-v11-v12.patch patches.suse/1429-drm-amdgpu-Support-vcn-and-jpeg-error-info-parsing.patch patches.suse/1430-drm-fourcc-add-AMD_FMT_MOD_TILE_GFX9_4K_D_X.patch patches.suse/1431-drm-amd-amdgpu-limit-single-process-inside-MES.patch patches.suse/Revert-drm-amd-display-parse-umc_info-or-vram_info-b.patch patches.suse/1432-drm-xe-guc-Fix-dereference-before-NULL-check.patch patches.suse/kernel-range-Const-ify-range_contains-parameters.patch patches.suse/cxl-core-regs-Add-rcd_pcie_cap-initialization.patch patches.suse/cxl-pci-Add-sysfs-attribute-for-CXL-1.1-device-link-.patch patches.suse/cxl-downgrade-a-warning-message-to-debug-level-in-cx.patch patches.suse/cxl-cdat-Use-pra-for-dpa-range-outputs.patch patches.suse/ACPI-CDAT-Add-CDAT-DSMAS-shared-and-read-only-flag-v.patch patches.suse/cxl-pci-Delay-event-buffer-allocation.patch patches.suse/cxl-hdm-Use-guard-in-cxl_dpa_set_mode.patch patches.suse/cxl-region-Refactor-common-create-region-code.patch patches.suse/x86-tdx-Introduce-wrappers-to-read-and-write-TD-metadata.patch patches.suse/x86-tdx-Rename-tdx_parse_tdinfo-to-tdx_setup.patch patches.suse/x86-tdx-Dynamically-disable-SEPT-violations-from-causing-V.patch patches.suse/x86-tdx-Enable-CPU-topology-enumeration.patch patches.suse/ring-buffer-Limit-time-with-disabled-interrupts-in-rb_chec.patch patches.suse/verification-dot2-Improve-dot-parser-robustness.patch patches.suse/tracing-Remove-TRACE_EVENT_FL_FILTERED-logic.patch patches.suse/tracepoints-Use-new-static-branch-API.patch patches.suse/tracing-Remove-definition-of-trace_-_rcuidle.patch patches.suse/tracepoint-Remove-SRCU-protection.patch patches.suse/tracing-Declare-system-call-tracepoints-with-TRACE_E.patch patches.suse/tracing-ftrace-disable-preemption-in-syscall-probe.patch patches.suse/tracing-perf-disable-preemption-in-syscall-probe.patch patches.suse/tracing-bpf-disable-preemption-in-syscall-probe.patch patches.suse/tracing-Allow-system-call-tracepoints-to-handle-page.patch patches.suse/tracing-ftrace-Add-might_fault-check-to-syscall-prob.patch patches.suse/tracing-perf-Add-might_fault-check-to-syscall-probes.patch patches.suse/tracing-bpf-Add-might_fault-check-to-syscall-probes.patch patches.suse/trace-trace_event_perf-remove-duplicate-samples-on-the-fir.patch patches.suse/tracing-Use-atomic64_inc_return-in-trace_clock_counter.patch patches.suse/tracing-Replace-multiple-deprecated-strncpy-with-mem.patch patches.suse/tracing-Remove-TRACE_FLAG_IRQS_NOSUPPORT.patch patches.suse/tracing-Introduce-tracepoint-extended-structure.patch patches.suse/tracing-Introduce-tracepoint_is_faultable.patch patches.suse/tracing-Fix-syscall-tracepoint-use-after-free.patch patches.suse/tracing-Add-might_fault-check-in-__DECLARE_TRACE_SYS.patch patches.suse/bpf-put-bpf_link-s-program-when-link-is-safe-to-be-d.patch patches.suse/bpf-decouple-BPF-link-attach-hook-and-BPF-program-sl.patch patches.suse/bpf-ensure-RCU-Tasks-Trace-GP-for-sleepable-raw-trac.patch patches.suse/tracing-Fix-function-name-for-trampoline.patch patches.suse/ftrace-Fix-regression-with-module-command-in-stack_trace_filter.patch patches.suse/kunit-skb-use-gfp-variable-instead-of-hardcoding-GFP.patch patches.suse/kunit-string-stream-Fix-a-UAF-bug-in-kunit_init_suit.patch patches.suse/kunit-Fix-potential-null-dereference-in-kunit_device.patch patches.suse/mfd-tps65010-Use-IRQF_NO_AUTOEN-flag-in-request_irq-.patch patches.suse/mfd-da9052-spi-Change-read-mask-to-write-mask.patch patches.suse/mfd-cs42l43-Fix-issues-in-probe-error-paths.patch patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-USB-Type.patch patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-TMU-devi.patch patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-PMIC-dev.patch patches.suse/mfd-intel_soc_pmic_bxtwc-Fix-IRQ-domain-names-duplic.patch patches.suse/mfd-cs42l43-Disable-IRQs-during-suspend.patch patches.suse/mfd-rt5033-Fix-missing-regmap_del_irq_chip.patch patches.suse/leds-flash-mt6360-Fix-device_for_each_child_node-ref.patch patches.suse/leds-lp55xx-Remove-redundant-test-for-invalid-channe.patch patches.suse/leds-max5970-Fix-unreleased-fwnode_handle-in-probe-f.patch patches.suse/leds-ktd2692-Set-missing-timing-properties.patch patches.suse/leds-class-Protect-brightness_show-with-led_cdev-led.patch patches.suse/1433-backlight-lcd-Rearrange-code-in-fb_notifier_callback.patch patches.suse/1434-backlight-lcd-Test-against-struct-fb_info.lcd_dev.patch patches.suse/1435-backlight-lcd-Add-LCD_POWER_-constants-for-power-sta.patch patches.suse/1436-backlight-corgi_lcd-Use-lcd-power-constants.patch patches.suse/1437-backlight-hx8357-Use-lcd-power-constants.patch patches.suse/1438-backlight-ili922x-Use-lcd-power-constants.patch patches.suse/1439-backlight-ili9320-Use-lcd-power-constants.patch patches.suse/1440-backlight-jornada720_lcd-Include-linux-io.h-for-IOME.patch patches.suse/1441-backlight-jornada720_lcd-Use-lcd-power-constants.patch patches.suse/1442-backlight-l4f00242t03-Use-lcd-power-constants.patch patches.suse/1443-backlight-lms283gf05-Use-lcd-power-constants.patch patches.suse/1444-backlight-lms501kf03-Remove-unnecessary-include-of-l.patch patches.suse/1445-backlight-lms501kf03-Use-lcd-power-constants.patch patches.suse/1446-backlight-ltv350qv-Use-lcd-power-constants.patch patches.suse/1447-backlight-otm3225a-Use-lcd-power-constants.patch patches.suse/1448-backlight-platform_lcd-Remove-include-statement-for-.patch patches.suse/1449-backlight-platform_lcd-Remove-match_fb-from-struct-p.patch patches.suse/1450-backlight-platform_lcd-Use-lcd-power-constants.patch patches.suse/1451-backlight-tdo24m-Use-lcd-power-constants.patch patches.suse/1452-fbdev-clps711x-fb-Replace-check_fb-in-favor-of-struc.patch patches.suse/1453-fbdev-clps711x-fb-Use-lcd-power-constants.patch patches.suse/1454-fbdev-imxfb-Replace-check_fb-in-favor-of-struct-fb_i.patch patches.suse/1455-fbdev-imxfb-Use-lcd-power-constants.patch patches.suse/1456-fbdev-omap-Use-lcd-power-constants.patch patches.suse/1458-HID-picoLCD-Replace-check_fb-in-favor-of-struct-fb_i.patch patches.suse/1457-backlight-lcd-Replace-check_fb-with-controls_device.patch patches.suse/1459-backlight-lcd-Remove-struct-fb_videomode-from-set_mo.patch patches.suse/0015-backlight-lcd-Do-not-include-linux-fb.h-in-lcd-heade.patch patches.suse/1460-backlight-88pm860x_bl-Simplify-with-scoped-for-each-.patch patches.suse/1461-backlight-ktz8866-Fix-module-autoloading.patch patches.suse/1462-backlight-Remove-notifier.patch patches.suse/clk-sophgo-avoid-integer-overflow-in-sg2042_pll_reca.patch patches.suse/clk-clk-apple-nco-Add-NULL-check-in-applnco_probe.patch patches.suse/clk-clk-loongson2-Fix-memory-corruption-bug-in-struc.patch patches.suse/clk-clk-loongson2-Fix-potential-buffer-overflow-in-f.patch patches.suse/clk-mediatek-drop-two-dead-config-options.patch patches.suse/clk-ralink-mtmips-fix-clock-plan-for-Ralink-SoC-RT38.patch patches.suse/clk-ralink-mtmips-fix-clocks-probe-order-in-oldest-r.patch patches.suse/clk-en7523-remove-REG_PCIE-_-MEM-MEM_MASK-configurat.patch patches.suse/clk-en7523-move-clock_register-in-hw_init-callback.patch patches.suse/clk-en7523-introduce-chip_scu-regmap.patch patches.suse/clk-en7523-fix-estimation-of-fixed-rate-for-EN7581.patch patches.suse/clk-Allow-kunit-tests-to-run-without-OF_OVERLAY-enab.patch patches.suse/clk-renesas-rzg2l-Fix-FOUTPOSTDIV-clk.patch patches.suse/clk-imx93-Move-IMX93_CLK_END-macro-to-clk-driver.patch patches.suse/dt-bindings-clock-imx93-Drop-IMX93_CLK_END-macro-definition.patch patches.suse/dt-bindings-clock-Add-i.MX91-clock-support.patch patches.suse/clk-imx-add-i.MX91-clk.patch patches.suse/clk-imx-lpcg-scu-SW-workaround-for-errata-e10858.patch patches.suse/clk-imx-fracn-gppll-correct-PLL-initialization-flow.patch patches.suse/clk-imx-fracn-gppll-fix-pll-power-up.patch patches.suse/clk-imx-clk-scu-fix-clk-enable-state-save-and-restor.patch patches.suse/clk-imx-imx8-acm-Fix-return-value-check-in-clk_imx_a.patch patches.suse/clk-sunxi-ng-d1-Fix-PLL_AUDIO0-preset.patch patches.suse/clk-clk-axi-clkgen-make-sure-to-enable-the-AXI-bus-c.patch patches.suse/clk-qcom-videocc-sm8550-depend-on-either-gcc-sm8550-.patch patches.suse/clk-qcom-gcc-qcs404-fix-initial-rate-of-GPLL3.patch patches.suse/clk-qcom-clk-alpha-pll-drop-lucid-evo-pll-enabled-wa.patch patches.suse/clk-qcom-clk-alpha-pll-fix-lucid-5lpe-pll-enabled-ch.patch patches.suse/clk-qcom-rcg2-add-clk_rcg2_shared_floor_ops.patch patches.suse/clk-qcom-rpmh-add-support-for-SAR2130P.patch patches.suse/clk-qcom-tcsrcc-sm8550-add-SAR2130P-support.patch patches.suse/clk-qcom-dispcc-sm8550-enable-support-for-SAR2130P.patch patches.suse/clk-qcom-clk-alpha-pll-Add-NSS-HUAYRA-ALPHA-PLL-supp.patch patches.suse/mtd-hyperbus-rpc-if-Add-missing-MODULE_DEVICE_TABLE.patch patches.suse/mtd-spi-nor-spansion-Use-nor-addr_nbytes-in-octal-DT.patch patches.suse/mtd-spi-nor-core-replace-dummy-buswidth-from-addr-to.patch patches.suse/mtd-rawnand-atmel-Fix-possible-memory-leak.patch patches.suse/mtd-spinand-winbond-Fix-512GW-and-02JW-OOB-layout.patch patches.suse/mtd-spinand-winbond-Fix-512GW-01GW-01JW-and-02JW-ECC.patch patches.suse/tpm-ibmvtpm-Set-TPM_OPS_AUTO_STARTUP-flag-on-driver.patch patches.suse/cppc_cpufreq-Use-desired-perf-if-feedback-ctrs-are-0.patch patches.suse/cpufreq-loongson2-Unregister-platform_driver-on-fail.patch patches.suse/Revert-cpufreq-brcmstb-avs-cpufreq-Fix-initial-comma.patch patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cpufreq.patch patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cppc_ge.patch patches.suse/cpufreq-scmi-Fix-cleanup-path-when-boost-enablement-.patch patches.suse/cpufreq-loongson3-Check-for-error-code-from-devm_mut.patch patches.suse/cpufreq-CPPC-Fix-wrong-return-value-in-cppc_get_cpu_.patch patches.suse/cpufreq-CPPC-Fix-wrong-return-value-in-cppc_get_cpu_-b51eb08.patch patches.suse/cpufreq-mediatek-hw-Fix-wrong-return-value-in-mtk_cp.patch patches.suse/thermal-drivers-qcom-tsens-v1-Add-support-for-MSM893.patch patches.suse/iommu-io-pgtable-arm-Fix-stage-2-map-unmap-for-conca.patch patches.suse/iommu-tegra241-cmdqv-Fix-unused-variable-warning.patch patches.suse/iommu-tegra241-cmdqv-Fix-alignment-failure-at-max_n_.patch patches.suse/iommu-s390-Implement-blocking-domain.patch patches.suse/iommu-amd-Add-helper-function-to-check-GIOSUP-GTSUP.patch patches.suse/iommu-amd-Fix-corruption-when-mapping-large-pages-fr.patch patches.suse/iommu-amd-pgtbl_v2-Take-protection-domain-lock-befor.patch patches.suse/RDMA-core-Provide-rdma_user_mmap_disassociate-to-dis.patch patches.suse/RDMA-hns-Disassociate-mmap-pages-for-all-uctx-when-H.patch patches.suse/IB-hfi1-make-clear_all_interrupts-static.patch patches.suse/RDMA-efa-Update-device-interface.patch patches.suse/RDMA-efa-Add-option-to-set-QP-service-level-on-creat.patch patches.suse/RDMA-ipoib-Use-the-networking-stack-default-for-txqu.patch patches.suse/RDMA-bnxt_re-Add-support-for-optimized-modify-QP.patch patches.suse/RDMA-bnxt_re-Add-support-for-CQ-rx-coalescing.patch patches.suse/RDMA-bnxt_re-Add-support-for-modify_device-hook.patch patches.suse/RDMA-bnxt_re-Fix-access-flags-for-MR-and-QP-modify.patch patches.suse/RDMA-Use-ethtool-string-helpers.patch patches.suse/RDMA-hns-Fix-an-AEQE-overflow-error-caused-by-untime.patch patches.suse/RDMA-hns-Fix-flush-cqe-error-when-racing-with-destro.patch patches.suse/RDMA-hns-Modify-debugfs-name.patch patches.suse/RDMA-hns-Use-dev_-printings-in-hem-code-instead-of-i.patch patches.suse/RDMA-hns-Fix-cpu-stuck-caused-by-printings-during-re.patch patches.suse/RDMA-rxe-Fix-the-qp-flush-warnings-in-req.patch patches.suse/RDMA-bnxt_re-Check-cqe-flags-to-know-imm_data-vs-inv.patch patches.suse/RDMA-efa-Report-link-speed-according-to-device-attri.patch patches.suse/RDMA-rxe-Set-queue-pair-cur_qp_state-when-being-quer.patch patches.suse/RDMA-bnxt_re-Support-driver-specific-data-collection.patch patches.suse/RDMA-bnxt_re-Add-support-for-querying-HW-contexts.patch patches.suse/RDMA-bnxt_re-Support-raw-data-query-for-each-resourc.patch patches.suse/RDMA-bnxt_re-Add-debugfs-hook-in-the-driver.patch patches.suse/net-mlx5-Introduce-data-placement-ordering-bits.patch patches.suse/RDMA-mlx5-Support-OOO-RX-WQE-consumption.patch patches.suse/RDMA-mlx5-Support-querying-per-plane-IB-PortCounters.patch patches.suse/RDMA-mlx5-Call-dev_put-after-the-blocking-notifier.patch patches.suse/RDMA-core-Implement-RoCE-GID-port-rescan-and-export-.patch patches.suse/RDMA-mlx5-Ensure-active-slave-attachment-to-the-bond.patch patches.suse/RDMA-core-Add-device-ufile-cleanup-operation.patch patches.suse/RDMA-core-Move-ib_uverbs_file-struct-to-uverbs_types.patch patches.suse/RDMA-mlx5-Add-implementation-for-ufile_hw_cleanup-de.patch patches.suse/RDMA-nldev-Add-IB-device-and-net-device-rename-event.patch patches.suse/RDMA-hns-Fix-out-of-order-issue-of-requester-when-se.patch patches.suse/RDMA-hns-Fix-NULL-pointer-derefernce-in-hns_roce_map.patch patches.suse/bnxt_en-Add-support-for-RoCE-sriov-configuration.patch patches.suse/RDMA-bnxt_re-Enhance-RoCE-SRIOV-resource-configurati.patch patches.suse/RDMA-bnxt_re-Add-set_func_resources-support-for-P5-P.patch patches.suse/RDMA-hns-Fix-different-dgids-mapping-to-the-same-dip.patch patches.suse/RDMA-bnxt_re-Fail-probe-early-when-not-enough-MSI-x-.patch patches.suse/RDMA-bnxt_re-Refactor-NQ-allocation.patch patches.suse/RDMA-bnxt_re-Refurbish-CQ-to-NQ-hash-calculation.patch patches.suse/RDMA-bnxt_re-Cache-MSIx-info-to-a-local-structure.patch patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch patches.suse/IB-cm-Explicitly-mark-if-a-response-MAD-is-a-retrans.patch patches.suse/IB-cm-Do-not-hold-reference-on-cm_id-unless-needed.patch patches.suse/IB-cm-Rework-sending-DREQ-when-destroying-a-cm_id.patch patches.suse/RDMA-bnxt_re-Support-different-traffic-class.patch patches.suse/RDMA-bnxt_re-Use-the-default-mode-of-congestion-cont.patch patches.suse/RDMA-bnxt_re-Correct-the-sequence-of-device-suspend.patch patches.suse/bpf-Constify-ctl_table-argument-of-filter-function.patch patches.suse/unicode-Fix-utf8_load-error-path.patch patches.suse/ovl-properly-handle-large-files-in-ovl_security_fileattr.patch patches.suse/ovl-Filter-invalid-inodes-with-missing-lookup-functi.patch patches.suse/smb-client-fix-use-after-free-of-signing-key.patch patches.suse/smb-cached-directories-can-be-more-than-root-file-handle.patch patches.suse/smb-Don-t-leak-cfid-when-reconnect-races-with-open_cached_dir.patch patches.suse/smb-prevent-use-after-free-due-to-open_cached_dir-error-paths.patch patches.suse/mm-shmem-fix-khugepaged-activation-policy-for-shmem.patch patches.suse/zram-permit-only-one-post-processing-operation-at-a-time.patch patches.suse/zram-do-not-mark-idle-slots-that-cannot-be-idle.patch patches.suse/mm-refactor-mm_access-to-not-return-NULL.patch patches.suse/mm-fix-shrink-nr.unqueued_dirty-counter-issue.patch patches.suse/mm-mempolicy-fix-comments-for-better-documentation.patch patches.suse/mm-madvise-unrestrict-process_madvise-for-current-process.patch patches.suse/mm-truncate-reset-xa_has_values-flag-on-each-iterati.patch patches.suse/mm-remove-misleading-unlikely-hint-in-vms_gather_munmap_vmas.patch patches.suse/mm-abstract-THP-allocation.patch patches.suse/mm-allocate-THP-on-hugezeropage-wp-fault.patch patches.suse/maple_tree-fix-alloc-node-fail-issue.patch patches.suse/tmpfs-don-t-enable-large-folios-if-not-supported.patch patches.suse/mm-huge_memory-move-file_thp_enabled-into-huge_memory.c.patch patches.suse/mm-shmem-remove-__shmem_huge_global_enabled.patch patches.suse/mm-don-t-set-readahead-flag-on-a-folio-when-lookahea.patch patches.suse/mm-mremap-cleanup-vma_to_resize.patch patches.suse/mm-mremap-remove-goto-from-mremap_to.patch patches.suse/mm-page_alloc-use-str_off_on-helper-in.patch patches.suse/tools-testing-add-additional-vma_internal.h-stubs.patch patches.suse/mm-isolate-mmap-internal-logic-to-mm-vma.c.patch patches.suse/mm-refactor-__mmap_region.patch patches.suse/mm-remove-unnecessary-reset-state-logic-on-merge-new-VMA.patch patches.suse/mm-defer-second-attempt-at-merge-on-mmap.patch patches.suse/mm-vma-the-pgoff-is-correct-if-can_merge_right.patch patches.suse/mm-vmalloc-group-declarations-depending-on-CONFIG_MMU-toge.patch patches.suse/mm-vmalloc-don-t-account-for-number-of-nodes-for-HUGE_VMAP.patch patches.suse/asm-generic-introduce-text-patching.h.patch patches.suse/module-prepare-to-handle-ROX-allocations-for-text.patch patches.suse/arch-introduce-set_direct_map_valid_noflush.patch patches.suse/x86-module-prepare-module-loading-for-ROX-allocations-of-t.patch patches.suse/execmem-add-support-for-cache-of-large-ROX-pages.patch patches.suse/x86-module-enable-ROX-caches-for-module-text-on-64-bit.patch patches.suse/mm-vmscan-wake-up-flushers-conditionally-to-avoid-cgroup-OOM.patch patches.suse/selftests-damon-huge_count_read_write-provide-suffic.patch patches.suse/selftests-damon-huge_count_read_write-remove-unneces.patch patches.suse/selftests-damon-_debugfs_common-hide-expected-error-.patch patches.suse/selftests-damon-debugfs_duplicate_context_creation-h.patch patches.suse/kasan-move-checks-to-do_strncpy_from_user.patch patches.suse/mm-pagewalk-add-the-ability-to-install-PTEs.patch patches.suse/mm-add-PTE_MARKER_GUARD-PTE-marker.patch patches.suse/mm-madvise-implement-lightweight-guard-page-mechanism.patch patches.suse/tools-testing-update-tools-UAPI-header-for-mman-common.h.patch patches.suse/selftests-mm-add-self-tests-for-guard-page-feature.patch patches.suse/zram-clear-IDLE-flag-after-recompression.patch patches.suse/zram-clear-IDLE-flag-in-mark_idle.patch patches.suse/vma-detect-infinite-loop-in-vma-tree.patch patches.suse/maple_tree-refine-mas_store_root-on-storing-NULL.patch patches.suse/mm-shmem-control-THP-support-through-the-kernel-command-li.patch patches.suse/mm-move-get_order_from_str-to-internal.h.patch patches.suse/mm-shmem-override-mTHP-shmem-default-with-a-kernel-paramet.patch patches.suse/mm-huge_memory-use-strscpy-instead-of-strcpy.patch patches.suse/mm-remove-unnecessary-page_table_lock-on-stack-expansion.patch patches.suse/zram-ZRAM_DEF_COMP-should-depend-on-ZRAM.patch patches.suse/zram-fix-NULL-pointer-in-comp_algorithm_show.patch patches.suse/powerpc-vdso-Flag-VDSO64-entry-points-as-functions.patch patches.suse/powerpc-fadump-Refactor-and-prepare-fadump_cma_init-.patch patches.suse/powerpc-fadump-Move-fadump_cma_init-to-setup_arch-af.patch patches.suse/powerpc-mm-fault-Fix-kfence-page-fault-reporting.patch patches.suse/powerpc-pseries-Fix-dtl_access_lock-to-be-a-rw_semap.patch patches.suse/powerpc-kprobes-Use-ftrace-to-determine-if-a-probe-i.patch patches.suse/powerpc64-ftrace-Nop-out-additional-std-instruction-.patch patches.suse/powerpc32-ftrace-Unify-32-bit-and-64-bit-ftrace-entr.patch patches.suse/powerpc-module_64-Convert-ifdef-to-IS_ENABLED.patch patches.suse/powerpc-ftrace-Remove-pointer-to-struct-module-from-.patch patches.suse/powerpc-ftrace-Skip-instruction-patching-if-the-inst.patch patches.suse/powerpc-ftrace-Move-ftrace-stub-used-for-init-text-b.patch patches.suse/powerpc64-bpf-Fold-bpf_jit_emit_func_call_hlp-into-b.patch patches.suse/powerpc-ftrace-Add-a-postlink-script-to-validate-fun.patch patches.suse/kbuild-Add-generic-hook-for-architectures-to-use-bef.patch patches.suse/powerpc64-ftrace-Move-ftrace-sequence-out-of-line.patch patches.suse/powerpc64-ftrace-Support-.text-larger-than-32MB-with.patch patches.suse/powerpc-ftrace-Add-support-for-DYNAMIC_FTRACE_WITH_C.patch patches.suse/powerpc-ftrace-Add-support-for-DYNAMIC_FTRACE_WITH_D.patch patches.suse/samples-ftrace-Add-support-for-ftrace-direct-samples.patch patches.suse/powerpc64-bpf-Add-support-for-bpf-trampolines.patch patches.suse/powerpc-ftrace-Fix-ftrace-bug-with-KASAN-y.patch patches.suse/powerpc-fadump-allocate-memory-for-additional-parameters-early.patch patches.suse/fadump-reserve-param-area-if-below-boot_mem_top.patch patches.suse/powerpc-pseries-Fix-KVM-guest-detection-for-disablin.patch patches.suse/powerpc-sstep-make-emulate_vsx_load-and-emulate_vsx_.patch patches.suse/powerpc-kexec-Fix-return-of-uninitialized-variable.patch patches.suse/KVM-PPC-replace-call_rcu-by-kfree_rcu-for-simple-kme.patch patches.suse/KVM-PPC-Book3S-HV-Add-Power11-capability-support-for.patch patches.suse/Revert-KVM-PPC-Book3S-HV-Nested-Stop-forwarding-all-.patch patches.suse/KVM-PPC-Book3S-HV-Stop-using-vc-dpdes-for-nested-KVM.patch patches.suse/KVM-PPC-Book3S-HV-Avoid-returning-to-nested-hypervis.patch patches.suse/KVM-PPC-Book3S-HV-Fix-kmv-kvm-typo.patch patches.suse/powerpc-perf-Add-perf-interface-to-expose-vpa-counters.patch patches.suse/docs-ABI-sysfs-bus-event_source-devices-vpa-pmu-Document-sysfs-event-format-entries-for-vpa_pm.patch patches.suse/powerpc-kvm-Add-vpa-latency-counters-to-kvm_vcpu_arch.patch patches.suse/powerpc-perf-Add-per-task-process-monitoring-to-vpa_pmu-driver.patch patches.suse/KVM-Drop-KVM_ERR_PTR_BAD_PAGE-and-instead-return-NUL.patch patches.suse/KVM-Allow-calling-kvm_release_page_-clean-dirty-on-a.patch patches.suse/KVM-Add-kvm_release_page_unused-API-to-put-pages-tha.patch patches.suse/KVM-x86-mmu-Skip-the-try-unsync-path-iff-the-old-SPT.patch patches.suse/KVM-x86-mmu-Don-t-overwrite-shadow-present-MMU-SPTEs.patch patches.suse/KVM-x86-mmu-Invert-can_unsync-and-renamed-to-synchro.patch patches.suse/KVM-x86-mmu-Mark-new-SPTE-as-Accessed-when-synchroni.patch patches.suse/KVM-x86-mmu-Mark-folio-dirty-when-creating-SPTE-not-.patch patches.suse/KVM-x86-mmu-Mark-page-folio-accessed-only-when-zappi.patch patches.suse/KVM-x86-mmu-Use-gfn_to_page_many_atomic-when-prefetc.patch patches.suse/KVM-Rename-gfn_to_page_many_atomic-to-kvm_prefetch_p.patch patches.suse/KVM-Drop-atomic-param-from-gfn-pfn-and-hva-pfn-APIs.patch patches.suse/KVM-Annotate-that-all-paths-in-hva_to_pfn-might-slee.patch patches.suse/KVM-Return-ERR_SIGPENDING-from-hva_to_pfn-if-GUP-ret.patch patches.suse/KVM-Drop-extra-GUP-via-check_user_page_hwpoison-to-d.patch patches.suse/KVM-Replace-async-pointer-in-gfn-pfn-with-no_wait-an.patch patches.suse/KVM-x86-mmu-Drop-kvm_page_fault.hva-i.e.-don-t-track.patch patches.suse/KVM-Drop-unused-hva-pointer-from-__gfn_to_pfn_memslo.patch patches.suse/KVM-Introduce-kvm_follow_pfn-to-eventually-replace-g.patch patches.suse/KVM-Remove-pointless-sanity-check-on-map-param-to-kv.patch patches.suse/KVM-Explicitly-initialize-all-fields-at-the-start-of.patch patches.suse/KVM-Use-NULL-for-struct-page-pointer-to-indicate-mre.patch patches.suse/KVM-nVMX-Rely-on-kvm_vcpu_unmap-to-track-validity-of.patch patches.suse/KVM-nVMX-Drop-pointless-msr_bitmap_map-field-from-st.patch patches.suse/KVM-nVMX-Add-helper-to-put-unmap-vmcs12-pages.patch patches.suse/KVM-Use-plain-struct-page-pointer-instead-of-single-.patch patches.suse/KVM-Provide-refcounted-page-as-output-field-in-struc.patch patches.suse/KVM-Move-kvm_-set-release-_page_-clean-dirty-helpers.patch patches.suse/KVM-pfncache-Precisely-track-refcounted-pages.patch patches.suse/KVM-Migrate-kvm_vcpu_map-to-kvm_follow_pfn.patch patches.suse/KVM-Pin-as-in-FOLL_PIN-pages-during-kvm_vcpu_map.patch patches.suse/KVM-nVMX-Mark-vmcs12-s-APIC-access-page-dirty-when-u.patch patches.suse/KVM-Pass-in-write-dirty-to-kvm_vcpu_map-not-kvm_vcpu.patch patches.suse/KVM-Get-writable-mapping-for-__kvm_vcpu_map-only-whe.patch patches.suse/KVM-Disallow-direct-access-w-o-mmu_notifier-to-unpin.patch patches.suse/KVM-x86-Don-t-fault-in-APIC-access-page-during-initi.patch patches.suse/KVM-x86-mmu-Add-mmu-prefix-fault-in-helpers-to-free-.patch patches.suse/KVM-x86-mmu-Put-direct-prefetched-pages-via-kvm_rele.patch patches.suse/KVM-x86-mmu-Add-common-helper-to-handle-prefetching-.patch patches.suse/KVM-x86-mmu-Add-helper-to-finish-handling-a-guest-pa.patch patches.suse/KVM-x86-mmu-Mark-pages-folios-dirty-at-the-origin-of.patch patches.suse/KVM-Move-declarations-of-memslot-accessors-up-in-kvm.patch patches.suse/KVM-Add-kvm_faultin_pfn-to-specifically-service-gues.patch patches.suse/KVM-x86-mmu-Convert-page-fault-paths-to-kvm_faultin_.patch patches.suse/KVM-guest_memfd-Pass-index-not-gfn-to-__kvm_gmem_get.patch patches.suse/KVM-guest_memfd-Provide-struct-page-as-output-from-k.patch patches.suse/KVM-x86-mmu-Put-refcounted-pages-instead-of-blindly-.patch patches.suse/KVM-x86-mmu-Don-t-mark-unused-faultin-pages-as-acces.patch patches.suse/KVM-Move-x86-s-API-to-release-a-faultin-page-to-comm.patch patches.suse/KVM-VMX-Hold-mmu_lock-until-page-is-released-when-up.patch patches.suse/KVM-VMX-Use-__kvm_faultin_page-to-get-APIC-access-pa.patch patches.suse/KVM-PPC-e500-Mark-struct-page-dirty-in-kvmppc_e500_s.patch patches.suse/KVM-PPC-e500-Mark-struct-page-pfn-accessed-before-dr.patch patches.suse/KVM-PPC-e500-Use-__kvm_faultin_pfn-to-handle-page-fa.patch patches.suse/KVM-arm64-Mark-struct-page-pfns-accessed-dirty-befor.patch patches.suse/KVM-arm64-Use-__kvm_faultin_pfn-to-handle-memory-abo.patch patches.suse/KVM-RISC-V-Mark-struct-page-pfns-dirty-iff-a-stage-2.patch patches.suse/KVM-RISC-V-Mark-struct-page-pfns-accessed-before-dro.patch patches.suse/KVM-RISC-V-Use-kvm_faultin_pfn-when-mapping-pfns-int.patch patches.suse/KVM-PPC-Use-__kvm_faultin_pfn-to-handle-page-faults-.patch patches.suse/KVM-PPC-Use-__kvm_faultin_pfn-to-handle-page-faults--431d2f7dcbde.patch patches.suse/KVM-PPC-Drop-unused-kvm_ro-param-from-kvmppc_book3s_.patch patches.suse/KVM-PPC-Book3S-Mark-struct-page-pfns-dirty-accessed-.patch patches.suse/KVM-PPC-Use-kvm_faultin_pfn-to-handle-page-faults-on.patch patches.suse/KVM-LoongArch-Mark-struct-page-pfns-dirty-only-in-sl.patch patches.suse/KVM-LoongArch-Mark-struct-page-pfns-accessed-only-in.patch patches.suse/KVM-LoongArch-Mark-struct-page-pfn-accessed-before-d.patch patches.suse/KVM-LoongArch-Use-kvm_faultin_pfn-to-map-pfns-into-t.patch patches.suse/KVM-MIPS-Mark-struct-page-pfns-dirty-only-in-slow-pa.patch patches.suse/KVM-MIPS-Mark-struct-page-pfns-accessed-only-in-slow.patch patches.suse/KVM-MIPS-Mark-struct-page-pfns-accessed-prior-to-dro.patch patches.suse/KVM-MIPS-Use-kvm_faultin_pfn-to-map-pfns-into-the-gu.patch patches.suse/KVM-PPC-Remove-extra-get_page-to-fix-page-refcount-l.patch patches.suse/KVM-PPC-Use-kvm_vcpu_map-to-map-guest-memory-to-patc.patch patches.suse/KVM-Convert-gfn_to_page-to-use-kvm_follow_pfn.patch patches.suse/KVM-Add-support-for-read-only-usage-of-gfn_to_page.patch patches.suse/KVM-arm64-Use-__gfn_to_page-when-copying-MTE-tags-to.patch patches.suse/KVM-PPC-Explicitly-require-struct-page-memory-for-Ul.patch patches.suse/KVM-Drop-gfn_to_pfn-APIs-now-that-all-users-are-gone.patch patches.suse/KVM-s390-Use-kvm_release_page_dirty-to-unpin-struct-.patch patches.suse/KVM-Make-kvm_follow_pfn.refcounted_page-a-required-f.patch patches.suse/KVM-x86-mmu-Don-t-mark-struct-page-accessed-when-zap.patch patches.suse/KVM-arm64-Don-t-mark-struct-page-accessed-when-makin.patch patches.suse/KVM-Drop-APIs-that-manipulate-struct-page-via-pfns.patch patches.suse/KVM-Don-t-grab-reference-on-VM_MIXEDMAP-pfns-that-ha.patch patches.suse/riscv-KVM-add-basic-support-for-host-vs-guest-profil.patch patches.suse/RISC-V-KVM-Order-the-object-files-alphabetically.patch patches.suse/RISC-V-KVM-Save-restore-HSTATUS-in-C-source.patch patches.suse/RISC-V-KVM-Save-restore-SCOUNTEREN-in-C-source.patch patches.suse/RISC-V-KVM-Break-down-the-__kvm_riscv_switch_to-into.patch patches.suse/RISC-V-KVM-Replace-aia_set_hvictl-with-aia_hvictl_va.patch patches.suse/RISC-V-KVM-Don-t-setup-SGEI-for-zero-guest-external-.patch patches.suse/RISC-V-Add-defines-for-the-SBI-nested-acceleration-e.patch patches.suse/RISC-V-KVM-Add-common-nested-acceleration-support.patch patches.suse/RISC-V-KVM-Use-nacl_csr_xyz-for-accessing-H-extensio.patch patches.suse/RISC-V-KVM-Use-nacl_csr_xyz-for-accessing-AIA-CSRs.patch patches.suse/RISC-V-KVM-Use-SBI-sync-SRET-call-when-available.patch patches.suse/RISC-V-KVM-Save-trap-CSRs-in-kvm_riscv_vcpu_enter_ex.patch patches.suse/RISC-V-KVM-Use-NACL-HFENCEs-for-KVM-request-based-HF.patch patches.suse/RISC-V-KVM-Fix-APLIC-in_clrip-and-clripnum-write-emu.patch patches.suse/riscv-kvm-Fix-out-of-bounds-array-access.patch patches.suse/KVM-s390-add-concurrent-function-facility-to-cpu-model.patch patches.suse/KVM-s390-add-msa11-to-cpu-model.patch patches.suse/KVM-s390-add-gen17-facilities-to-CPU-model.patch patches.suse/KVM-Rework-core-loop-of-kvm_vcpu_on_spin-to-use-a-si.patch patches.suse/KVM-Return-0-directly-when-there-s-no-task-to-yield-.patch patches.suse/KVM-Protect-vCPU-s-last-run-PID-with-rwlock-not-RCU.patch patches.suse/KVM-x86-mmu-Flush-remote-TLBs-iff-MMU-writable-flag-.patch patches.suse/KVM-x86-mmu-Always-set-SPTE-s-dirty-bit-if-it-s-crea.patch patches.suse/KVM-x86-mmu-Fold-all-of-make_spte-s-writable-handlin.patch patches.suse/KVM-x86-mmu-Don-t-force-flush-if-SPTE-update-clears-.patch patches.suse/KVM-x86-mmu-Don-t-flush-TLBs-when-clearing-Dirty-bit.patch patches.suse/KVM-x86-mmu-Drop-ignored-return-value-from-kvm_tdp_m.patch patches.suse/KVM-x86-mmu-Fold-mmu_spte_update_no_track-into-mmu_s.patch patches.suse/KVM-x86-mmu-WARN-and-flush-if-resolving-a-TDP-MMU-fa.patch patches.suse/KVM-x86-mmu-Add-a-dedicated-flag-to-track-if-A-D-bit.patch patches.suse/KVM-x86-mmu-Set-shadow_accessed_mask-for-EPT-even-if.patch patches.suse/KVM-x86-mmu-Set-shadow_dirty_mask-for-EPT-even-if-A-.patch patches.suse/KVM-x86-mmu-Use-Accessed-bit-even-when-_hardware_-A-.patch patches.suse/KVM-x86-mmu-Process-only-valid-TDP-MMU-roots-when-ag.patch patches.suse/KVM-x86-mmu-Stop-processing-TDP-MMU-roots-for-test_a.patch patches.suse/KVM-x86-mmu-Dedup-logic-for-detecting-TLB-flushes-on.patch patches.suse/KVM-x86-mmu-Set-Dirty-bit-for-new-SPTEs-even-if-_har.patch patches.suse/KVM-Allow-arch-code-to-elide-TLB-flushes-when-aging-.patch patches.suse/KVM-x86-Don-t-emit-TLB-flushes-when-aging-SPTEs-for-.patch patches.suse/KVM-x86-mmu-Drop-max_level-from-kvm_mmu_max_mapping_.patch patches.suse/KVM-x86-mmu-Batch-TLB-flushes-when-zapping-collapsib.patch patches.suse/KVM-x86-mmu-Check-yielded_gfn-for-forward-progress-i.patch patches.suse/KVM-x86-mmu-Demote-the-WARN-on-yielded-in-xxx_cond_r.patch patches.suse/KVM-x86-mmu-Refactor-TDP-MMU-iter-need-resched-check.patch patches.suse/KVM-x86-mmu-Recover-TDP-MMU-huge-page-mappings-in-pl.patch patches.suse/KVM-x86-mmu-Rename-make_huge_page_split_spte-to-make.patch patches.suse/KVM-x86-mmu-WARN-if-huge-page-recovery-triggered-dur.patch patches.suse/KVM-x86-mmu-Remove-KVM-s-MMU-shrinker.patch patches.suse/KVM-x86-mmu-Drop-per-VM-zapped_obsolete_pages-list.patch patches.suse/KVM-VMX-Remove-the-unused-variable-gpa-in-__invept.patch patches.suse/KVM-x86-Fix-a-comment-inside-kvm_vcpu_update_apicv.patch patches.suse/KVM-x86-Fix-a-comment-inside-__kvm_set_or_clear_apic.patch patches.suse/KVM-x86-Ensure-vcpu-mode-is-loaded-from-memory-in-kv.patch patches.suse/KVM-x86-Advertise-AMD_IBPB_RET-to-userspace.patch patches.suse/KVM-x86-AMD-s-IBPB-is-not-equivalent-to-Intel-s-IBPB.patch patches.suse/KVM-x86-Bypass-register-cache-when-querying-CPL-from.patch patches.suse/KVM-x86-Add-lockdep-guarded-asserts-on-register-cach.patch patches.suse/KVM-x86-Use-0-for-guest-RIP-if-PMI-encounters-protec.patch patches.suse/KVM-x86-drop-x86.h-include-from-cpuid.h.patch patches.suse/KVM-x86-Route-non-canonical-checks-in-emulator-throu.patch patches.suse/KVM-x86-Add-X86EMUL_F_MSR-and-X86EMUL_F_DT_LOAD-to-a.patch patches.suse/KVM-x86-model-canonical-checks-more-precisely.patch patches.suse/KVM-nVMX-fix-canonical-check-of-vmcs12-HOST_RIP.patch patches.suse/KVM-x86-Co-locate-initialization-of-feature-MSRs-in-.patch patches.suse/KVM-x86-Disallow-changing-MSR_PLATFORM_INFO-after-vC.patch patches.suse/KVM-x86-Quirk-initialization-of-feature-MSRs-to-KVM-.patch patches.suse/KVM-x86-Reject-userspace-attempts-to-access-PERF_CAP.patch patches.suse/KVM-VMX-Remove-restriction-that-PMU-version-0-for-PE.patch patches.suse/KVM-x86-Reject-userspace-attempts-to-access-ARCH_CAP.patch patches.suse/KVM-x86-Remove-ordering-check-b-w-MSR_PLATFORM_INFO-.patch patches.suse/KVM-selftests-Add-a-testcase-for-disabling-feature-M.patch patches.suse/KVM-x86-Short-circuit-all-kvm_lapic_set_base-if-MSR-.patch patches.suse/KVM-x86-Drop-superfluous-kvm_lapic_set_base-call-whe.patch patches.suse/KVM-x86-Get-vcpu-arch.apic_base-directly-and-drop-kv.patch patches.suse/KVM-x86-Inline-kvm_get_apic_mode-in-lapic.h.patch patches.suse/KVM-x86-Move-kvm_set_apic_base-implementation-to-lap.patch patches.suse/KVM-x86-Rename-APIC-base-setters-to-better-capture-t.patch patches.suse/KVM-x86-Make-kvm_recalculate_apic_map-local-to-lapic.patch patches.suse/KVM-x86-Unpack-msr_data-structure-prior-to-calling-k.patch patches.suse/KVM-x86-Short-circuit-all-of-kvm_apic_set_base-if-MS.patch patches.suse/KVM-powerpc-remove-remaining-traces-of-KVM_CAP_PPC_R.patch patches.suse/Documentation-KVM-fix-malformed-table.patch patches.suse/x86-KVM-Advertise-CPUIDs-for-new-instructions-in-Cle.patch patches.suse/KVM-x86-expose-MSR_PLATFORM_INFO-as-a-feature-MSR.patch patches.suse/arm64-Add-encoding-for-PIRE0_EL2.patch patches.suse/KVM-arm64-Drop-useless-struct-s2_mmu-in-__kvm_at_s1e.patch patches.suse/KVM-arm64-nv-Add-missing-EL2-EL1-mappings-in-get_el2.patch patches.suse/KVM-arm64-nv-Handle-CNTHCTL_EL2-specially.patch patches.suse/KVM-arm64-nv-Save-Restore-vEL2-sysregs.patch patches.suse/KVM-arm64-Correctly-access-TCR2_EL1-PIR_EL1-PIRE0_EL.patch patches.suse/KVM-arm64-Extend-masking-facility-to-arbitrary-regis.patch patches.suse/KVM-arm64-Add-TCR2_EL2-to-the-sysreg-arrays.patch patches.suse/KVM-arm64-Sanitise-TCR2_EL2.patch patches.suse/KVM-arm64-Add-save-restore-for-TCR2_EL2.patch patches.suse/KVM-arm64-Add-PIR-E0-_EL2-to-the-sysreg-arrays.patch patches.suse/KVM-arm64-Add-save-restore-for-PIR-E0-_EL2.patch patches.suse/KVM-arm64-Handle-PIR-E0-_EL2-traps.patch patches.suse/KVM-arm64-Add-AT-fast-path-support-for-S1PIE.patch patches.suse/KVM-arm64-Split-S1-permission-evaluation-into-direct.patch patches.suse/KVM-arm64-Disable-hierarchical-permissions-when-S1PI.patch patches.suse/KVM-arm64-Implement-AT-S1PIE-support.patch patches.suse/KVM-arm64-Add-a-composite-EL2-visibility-helper.patch patches.suse/KVM-arm64-Define-helper-for-EL2-registers-with-custo.patch patches.suse/KVM-arm64-Hide-TCR2_EL1-from-userspace-when-disabled.patch patches.suse/KVM-arm64-Hide-S1PIE-registers-from-userspace-when-d.patch patches.suse/KVM-arm64-Rely-on-visibility-to-let-PIR-_ELx-TCR2_EL.patch patches.suse/arm64-Add-encoding-for-POR_EL2.patch patches.suse/KVM-arm64-Drop-bogus-CPTR_EL2.E0POE-trap-routing.patch patches.suse/KVM-arm64-Subject-S1PIE-S1POE-registers-to-HCR_EL2.-.patch patches.suse/KVM-arm64-Add-kvm_has_s1poe-helper.patch patches.suse/KVM-arm64-Add-basic-support-for-POR_EL2.patch patches.suse/KVM-arm64-Add-save-restore-support-for-POR_EL2.patch patches.suse/KVM-arm64-Add-POE-save-restore-for-AT-emulation-fast.patch patches.suse/KVM-arm64-Disable-hierarchical-permissions-when-POE-.patch patches.suse/KVM-arm64-Make-PAN-conditions-part-of-the-S1-walk-co.patch patches.suse/KVM-arm64-Handle-stage-1-permission-overlays.patch patches.suse/KVM-arm64-Handle-WXN-attribute.patch patches.suse/firmware-psci-Add-definitions-for-PSCI-v1.3-specific.patch patches.suse/KVM-arm64-Add-PSCI-v1.3-SYSTEM_OFF2-function-for-hib.patch patches.suse/KVM-arm64-Add-support-for-PSCI-v1.2-and-v1.3.patch patches.suse/KVM-selftests-Add-test-for-PSCI-SYSTEM_OFF2.patch patches.suse/KVM-arm64-nvhe-Pass-through-PSCI-v1.3-SYSTEM_OFF2-ca.patch patches.suse/arm64-sysreg-Convert-existing-MPAM-sysregs-and-add-t.patch patches.suse/arm64-cpufeature-discover-CPU-support-for-MPAM.patch patches.suse/KVM-arm64-Fix-missing-traps-of-guest-accesses-to-the.patch patches.suse/KVM-arm64-Add-a-macro-for-creating-filtered-sys_reg_.patch patches.suse/KVM-arm64-Disable-MPAM-visibility-by-default-and-ign.patch patches.suse/KVM-arm64-selftests-Test-ID_AA64PFR0.MPAM-isn-t-comp.patch patches.suse/KVM-arm64-Make-L1Ip-feature-in-CTR_EL0-writable-from.patch patches.suse/KVM-arm64-Just-advertise-SEIS-as-0-when-emulating-IC.patch patches.suse/KVM-arm64-Don-t-map-kvm_vgic_global_state-at-EL2-wit.patch patches.suse/KVM-arm64-Move-pkvm_vcpu_init_traps-to-init_pkvm_hyp.patch patches.suse/KVM-arm64-Refactor-kvm_vcpu_enable_ptrauth-for-hyp-u.patch patches.suse/KVM-arm64-Initialize-the-hypervisor-s-VM-state-at-EL.patch patches.suse/KVM-arm64-Initialize-trap-register-values-in-hyp-in-.patch patches.suse/KVM-arm64-Get-rid-of-userspace_irqchip_in_use.patch patches.suse/KVM-arm64-Don-t-retire-aborted-MMIO-instruction.patch patches.suse/tools-arm64-Grab-a-copy-of-esr.h-from-kernel.patch patches.suse/KVM-arm64-selftests-Convert-to-kernel-s-ESR-terminol.patch patches.suse/KVM-arm64-selftests-Add-tests-for-MMIO-external-abor.patch patches.suse/arm64-sysreg-Describe-ID_AA64DFR2_EL1-fields.patch patches.suse/arm64-sysreg-Migrate-MDCR_EL2-definition-to-table.patch patches.suse/arm64-sysreg-Add-new-definitions-for-ID_AA64DFR0_EL1.patch patches.suse/KVM-arm64-Describe-RES0-RES1-bits-of-MDCR_EL2.patch patches.suse/KVM-arm64-nv-Allow-coarse-grained-trap-combos-to-use.patch patches.suse/KVM-arm64-nv-Rename-BEHAVE_FORWARD_ANY.patch patches.suse/KVM-arm64-nv-Reinject-traps-that-take-effect-in-Host.patch patches.suse/KVM-arm64-nv-Honor-MDCR_EL2.-TPM-TPMCR-in-Host-EL0.patch patches.suse/KVM-arm64-nv-Describe-trap-behaviour-of-MDCR_EL2.HPM.patch patches.suse/KVM-arm64-nv-Advertise-support-for-FEAT_HPMN0.patch patches.suse/KVM-arm64-Rename-kvm_pmu_valid_counter_mask.patch patches.suse/KVM-arm64-nv-Adjust-range-of-accessible-PMCs-accordi.patch patches.suse/KVM-arm64-Add-helpers-to-determine-if-PMC-counts-at-.patch patches.suse/KVM-arm64-nv-Honor-MDCR_EL2.HPME.patch patches.suse/KVM-arm64-nv-Honor-MDCR_EL2.HLP.patch patches.suse/KVM-arm64-nv-Apply-EL2-event-filtering-when-in-hyp-c.patch patches.suse/KVM-arm64-nv-Reprogram-PMU-events-affected-by-nested.patch patches.suse/KVM-arm64-vgic-its-Add-a-data-length-check-in-vgic_i.patch patches.suse/KVM-arm64-vgic-its-Clear-DTE-when-MAPD-unmaps-a-devi.patch patches.suse/KVM-arm64-vgic-its-Clear-ITE-when-DISCARD-frees-an-I.patch patches.suse/KVM-arm64-Pass-on-SVE-mapping-failures.patch patches.suse/LoongArch-KVM-Add-iocsr-and-mmio-bus-simulation-in-k.patch patches.suse/LoongArch-KVM-Add-IPI-device-support.patch patches.suse/LoongArch-KVM-Add-IPI-read-and-write-function.patch patches.suse/LoongArch-KVM-Add-IPI-user-mode-read-and-write-funct.patch patches.suse/LoongArch-KVM-Add-EIOINTC-device-support.patch patches.suse/LoongArch-KVM-Add-EIOINTC-read-and-write-functions.patch patches.suse/LoongArch-KVM-Add-EIOINTC-user-mode-read-and-write-f.patch patches.suse/LoongArch-KVM-Add-PCHPIC-device-support.patch patches.suse/LoongArch-KVM-Add-PCHPIC-read-and-write-functions.patch patches.suse/LoongArch-KVM-Add-PCHPIC-user-mode-read-and-write-fu.patch patches.suse/LoongArch-KVM-Add-irqfd-support.patch patches.suse/KVM-x86-switch-hugepage-recovery-thread-to-vhost_tas.patch patches.suse/Revert-KVM-VMX-Move-LOAD_IA32_PERF_GLOBAL_CTRL-errat.patch patches.suse/KVM-x86-add-back-X86_LOCAL_APIC-dependency.patch patches.suse/KVM-x86-Break-CONFIG_KVM_X86-s-direct-dependency-on-.patch patches.suse/Revert-HID-bpf-allow-write-access-to-quirks-field-in.patch patches.suse/Input-cs40l50-fix-wrong-usage-of-INIT_WORK.patch patches.suse/Input-hideep-add-missing-dependency-on-REGMAP_I2C.patch patches.suse/Input-hycon-hy46xx-add-missing-dependency-on-REGMAP_.patch patches.suse/Input-serio-define-serio_pause_rx-guard-to-pause-and.patch patches.suse/Input-imagis-fix-warning-regarding-imagis_3038_data-.patch patches.suse/fbdev-sh7760fb-Fix-a-possible-memory-leak-in-sh7760f.patch patches.suse/1464-fbdev-omapfb-Remove-some-deadcode.patch patches.suse/futex-improve-user-space-accesses.patch patches.suse/x86-fix-off-by-one-in-access_ok.patch patches.suse/lib-string_helpers-silence-snprintf-output-truncatio.patch patches.suse/kernel-watchdog-always-restore-watchdog_softlockup-hardloc.patch patches.suse/resource-replace-open-coded-resource_intersection.patch patches.suse/resource-introduce-is_type_match-helper-and-use-it.patch patches.suse/bpftool-ensure-task-comm-is-always-NUL-terminated.patch patches.suse/1465-drm-replace-strcpy-with-strscpy.patch patches.suse/lib-Kconfig.debug-move-int_pow-test-option-to-runtim.patch patches.suse/scatterlist-fix-a-typo.patch patches.suse/lib-crc16_kunit.c-add-KUnit-tests-for-crc16.patch patches.suse/perf-hw_breakpoint-use-ERR_PTR_PCPU-IS_ERR_PCPU-and-PTR_ER.patch patches.suse/ipc-fix-memleak-if-msg_init_ns-failed-in-create_ipc_ns.patch patches.suse/perf-tools-update-expected-diff-for-lib-list_sort.c.patch patches.suse/perf-core-update-min_heap_callbacks-to-use-default-builtin.patch patches.suse/checkpatch-always-parse-orig_commit-in-fixes-tag.patch patches.suse/ocfs2-fix-uninitialized-value-in-ocfs2_file_read_ite.patch patches.suse/util_macros.h-fix-rework-find_closest-macros.patch patches.suse/mm-slub-Avoid-list-corruption-when-removing-a-slab-from-the-full-list.patch patches.suse/slab-Fix-too-strict-alignment-check-in-create_cache.patch patches.suse/pinctrl-freescale-fix-COMPILE_TEST-error-with-PINCTR.patch patches.suse/pinctrl-zynqmp-drop-excess-struct-member-description.patch patches.suse/pinctrl-renesas-rzg2l-Fix-missing-return-in-rzg2l_pi.patch patches.suse/pinctrl-renesas-Select-PINCTRL_RZG2L-for-RZ-V2H-P-So.patch patches.suse/pinmux-Use-sequential-access-to-access-desc-pinmux-d.patch patches.suse/pinctrl-qcom-pmic-gpio-add-support-for-PM8937.patch patches.suse/pinctrl-qcom-spmi-mpp-Add-PM8937-compatible.patch patches.suse/pinctrl-qcom-spmi-fix-debugfs-drive-strength.patch patches.suse/pinctrl-k210-Undef-K210_PC_DEFAULT.patch patches.suse/mailbox-mtk-cmdq-fix-wrong-use-of-sizeof-in-cmdq_get.patch patches.suse/mailbox-arm_mhuv2-clean-up-loop-in-get_irq_chan_comb.patch patches.suse/mailbox-pcc-Check-before-sending-MCTP-PCC-response-A.patch patches.suse/scsi-ufs-core-Always-initialize-the-UIC-done-completion.patch patches.suse/scsi-aacraid-Remove-unused-aac_check_health.patch patches.suse/scsi-hisi_sas-Enable-all-PHYs-that-are-not-disabled-by-user-during-controller-reset.patch patches.suse/scsi-hisi_sas-Add-cond_resched-for-no-forced-preempt.patch patches.suse/scsi-hisi_sas-Create-all-dump-files-during-debugfs-initialization.patch patches.suse/scsi-ufs-core-Improve-ufshcd_mcq_sq_cleanup.patch patches.suse/scsi-ufs-exynos-Remove-empty-drv_init-method.patch patches.suse/scsi-ufs-exynos-Remove-superfluous-function-parameter.patch patches.suse/scsi-ufs-exynos-Add-check-inside-exynos_ufs_config_smu.patch patches.suse/scsi-ufs-exynos-Add-gs101_ufs_drv_init-hook-and-enable-Wri.patch patches.suse/scsi-ufs-exynos-Fix-hibern8-notify-callbacks.patch patches.suse/scsi-lpfc-Modify-CGN-warning-signal-calculation-base.patch patches.suse/scsi-lpfc-Check-devloss-callbk-done-flag-for-potenti.patch patches.suse/scsi-lpfc-Call-lpfc_sli4_queue_unset-in-restart-and-.patch patches.suse/scsi-lpfc-Update-lpfc_els_flush_cmd-to-check-for-SLI.patch patches.suse/scsi-lpfc-Check-SLI_ACTIVE-flag-in-FDMI-cmpl-before-.patch patches.suse/scsi-lpfc-Add-cleanup-of-nvmels_wq-after-HBA-reset.patch patches.suse/scsi-lpfc-Prevent-NDLP-reference-count-underflow-in-.patch patches.suse/scsi-lpfc-Remove-NLP_RELEASE_RPI-flag-from-nodelist-.patch patches.suse/scsi-lpfc-Change-lpfc_nodelist-nlp_flag-member-into-.patch patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.6.patch patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.6-patches.patch patches.suse/scsi-pm8001-Use-module-param-to-set-pcs-event-log-severity.patch patches.suse/scsi-pm8001-Initialize-devices-in-pm8001_alloc_dev.patch patches.suse/scsi-pm8001-Increase-request-sg-length-to-support-4MiB-req.patch patches.suse/scsi-bfa-Fix-use-after-free-in-bfad_im_module_exit.patch patches.suse/scsi-qedf-Fix-a-possible-memory-leak-in-qedf_alloc_a.patch patches.suse/scsi-qedi-Fix-a-possible-memory-leak-in-qedi_alloc_and_init_sb.patch patches.suse/scsi-sg-Enable-runtime-power-management.patch patches.suse/scsi-st-Don-t-modify-unknown-block-number-in-MTIOCGET.patch patches.suse/scsi-st-Add-MTIOCGET-and-MTLOAD-to-ioctls-allowed-after-device-reset.patch patches.suse/dm-cache-Remove-unused-btracker_nr_writebacks_queued.patch patches.suse/dm-cache-Remove-unused-dm_cache_dump.patch patches.suse/dm-cache-Remove-unused-dm_cache_size.patch patches.suse/dm-cache-Remove-unused-functions-in-bio-prison-v1.patch patches.suse/dm-Remove-unused-dm_set_md_type.patch patches.suse/dm-Remove-unused-dm_table_bio_based.patch patches.suse/dm-zoned-Remove-unused-functions.patch patches.suse/dm-vdo-Remove-unused-functions.patch patches.suse/dm-vdo-Remove-unused-uds_compute_index_size.patch patches.suse/dm-ioctl-rate-limit-a-couple-of-ioctl-based-error-me.patch patches.suse/dm-Fix-typo-in-error-message.patch patches.suse/dm-vdo-murmurhash-remove-u64-alignment-requirement.patch patches.suse/dm-vdo-reset-bi_ioprio-to-the-default-value-when-the.patch patches.suse/dm-vdo-int-map-remove-unused-parameters.patch patches.suse/dm-vdo-fix-function-doc-comment-formatting.patch patches.suse/dm-add-support-for-get_unique_id.patch patches.suse/dm-thin-Add-missing-destroy_work_on_stack.patch patches.suse/dm-bufio-use-kmalloc-to-allocate-power-of-two-sized-.patch patches.suse/dm-verity-remove-the-unused-data_start-variable.patch patches.suse/gfs2-Rename-GLF_VERIFY_EVICT-to-GLF_VERIFY_DELETE.patch patches.suse/gfs2-Initialize-gl_no_formal_ino-earlier.patch patches.suse/gfs2-Allow-immediate-GLF_VERIFY_DELETE-work.patch patches.suse/gfs2-Fix-unlinked-inode-cleanup.patch patches.suse/KMSAN-uninit-value-in-inode_go_dump-5.patch patches.suse/gfs2-Faster-gfs2_upgrade_iopen_glock-wakeups.patch patches.suse/gfs2-Rename-GIF_-DEFERRED-DEFER-_DELETE.patch patches.suse/gfs2-Rename-dinode_demise-to-evict_behavior.patch patches.suse/gfs2-Return-enum-evict_behavior-from-gfs2_upgrade_io.patch patches.suse/gfs2-Minor-delete_work_func-cleanup.patch patches.suse/gfs2-Clean-up-delete-work-processing.patch patches.suse/gfs2-Call-gfs2_queue_verify_delete-from-gfs2_evict_i.patch patches.suse/gfs2-Update-to-the-evict-remote-delete-documentation.patch patches.suse/gfs2-Use-mod_delayed_work-in-gfs2_queue_try_to_evict.patch patches.suse/gfs2-Randomize-GLF_VERIFY_DELETE-work-delay.patch patches.suse/gfs2-gfs2_evict_inode-clarification.patch patches.suse/gfs2-Simplify-DLM_LKF_QUECVT-use.patch patches.suse/gfs2-Only-defer-deletes-when-we-have-an-iopen-glock.patch patches.suse/gfs2-Prevent-inode-creation-race.patch patches.suse/virtiofs-use-pages-instead-of-pointer-for-kernel-direct-IO.patch patches.suse/NFSD-Prevent-a-potential-integer-overflow.patch patches.suse/svcrdma-Address-an-integer-overflow.patch patches.suse/nfsd-drop-inode-parameter-from-nfsd4_change_attribute.patch patches.suse/nfsd-Fix-NFSD_MAY_BYPASS_GSS-and-NFSD_MAY_BYPASS_GSS_ON_ROOT.patch patches.suse/NFSD-Replace-use-of-NFSD_MAY_LOCK-in-nfsd4_lock.patch patches.suse/nfsd-refine-and-rename-NFSD_MAY_LOCK.patch patches.suse/NFSD-Remove-a-never-true-comparison.patch patches.suse/NFSD-Prevent-NULL-dereference-in-nfsd4_process_cb_update.patch patches.suse/NFSD-Cap-the-number-of-bytes-copied-by-nfs4_reset_recoverydir.patch patches.suse/nfsd-make-sure-exp-active-before-svc_export_show.patch patches.suse/SUNRPC-make-sure-cache-entry-active-before-cache_show.patch patches.suse/svcrdma-fix-miss-destroy-percpu_counter-in-svc_rdma_proc_init.patch patches.suse/NFSD-Fix-nfsd4_shutdown_copy.patch patches.suse/nfsd-fix-nfs4_openowner-leak-when-concurrent-nfsd4_open-occur.patch patches.suse/nfs_common-must-not-hold-RCU-while-calling-nfsd_file_put_local.patch patches.suse/Documentation-rust-add-coding-guidelines-on-lints.patch patches.suse/Documentation-rust-discuss-expect-.-in-the-guideline.patch patches.suse/drm-panic-avoid-reimplementing-Iterator-find.patch patches.suse/drm-panic-remove-unnecessary-borrow-in-alignment_pat.patch patches.suse/drm-panic-prefer-eliding-lifetimes.patch patches.suse/drm-panic-remove-redundant-field-when-assigning-valu.patch patches.suse/drm-panic-correctly-indent-continuation-of-line-in-l.patch patches.suse/drm-panic-allow-verbose-boolean-for-clarity.patch patches.suse/drm-panic-allow-verbose-version-check.patch patches.suse/docs-rust-remove-spurious-item-in-expect-list.patch patches.suse/perf-test-Be-more-tolerant-of-metricgroup-failures.patch patches.suse/perf-cs-etm-Don-t-flush-when-packet_queue-fills-up.patch patches.suse/perf-cs-etm-Use-new-OpenCSD-consistency-checks.patch patches.suse/perf-scripting-python-Add-function-to-get-a-config-value.patch patches.suse/perf-scripts-python-cs-etm-Update-to-use-argparse.patch patches.suse/perf-scripts-python-cs-etm-Improve-arguments.patch patches.suse/perf-scripts-python-cs-etm-Add-start-and-stop-arguments.patch patches.suse/perf-test-cs-etm-Test-Coresight-disassembly-script.patch patches.suse/perf-evsel-display-dmesg-command-of-showing-a-hardcoded-path.patch patches.suse/perf-stat-Close-cork_fd-when-create_perf_stat_counter-failed.patch patches.suse/perf-stat-Stop-repeating-when-ref_perf_stat-returns-1.patch patches.suse/perf-vendor-events-arm64-imx95-add-imx95_bandwidth_usage.lpddr4x-metric.patch patches.suse/perf-symbol-Do-not-fixup-end-address-of-labels.patch patches.suse/perf-test-Ignore-security-failures-in-all-PMU-test.patch patches.suse/perf-evsel-Add-alternate_hw_config-and-use-in-evsel__match.patch patches.suse/perf-stat-Uniquify-event-name-improvements.patch patches.suse/perf-stat-Remove-evlist__add_default_attrs-use-strings.patch patches.suse/perf-evsel-x86-Make-evsel__has_perf_metrics-work-for-legacy-events.patch patches.suse/perf-evsel-Remove-pmu_name.patch patches.suse/perf-test-Make-stat-test-work-on-DT-devices.patch patches.suse/perf-test-Add-a-test-for-default-perf-stat-command.patch patches.suse/libperf-Explicitly-specify-install-html-dependencies.patch patches.suse/perf-sched-replay-Remove-unused-parts-of-the-code.patch patches.suse/perf-mem-Fix-printing-PERF_MEM_LVLNUM_-L2_MHB-MSC.patch patches.suse/perf-test-Speed-up-test-case-perf-annotate-basic-tests.patch patches.suse/perf-test-Use-ARRAY_SIZE-for-array-length.patch patches.suse/perf-vender-events-arm64-Use-Topdown-as-topdown-metric-group-name.patch patches.suse/perf-evsel-Reduce-a-variables-scope.patch patches.suse/perf-x86-topdown-Complete-topdown-slots-metrics-events-check.patch patches.suse/perf-x86-topdown-Correct-leader-selection-with-sample_read-enabled.patch patches.suse/perf-x86-topdown-Don-t-move-topdown-metric-events-in-group.patch patches.suse/perf-tests-Add-leader-sampling-test-in-record-tests.patch patches.suse/perf-tests-Add-topdown-events-counting-and-sampling-tests.patch patches.suse/perf-tests-Add-more-topdown-events-regroup-tests.patch patches.suse/perf-jevents-Don-t-stop-at-the-first-matched-pmu-when-searching-a-events-table.patch patches.suse/perf-stat-Fix-affinity-memory-leaks-on-error-path.patch patches.suse/perf-test-Fix-memory-leaks-on-event-times-error-paths.patch patches.suse/perf-test-Skip-not-fail-tp-fields-test-when-insufficient-permissions.patch patches.suse/perf-test-Skip-not-fail-syscall-tp-fields-test-when-insufficient-permissions.patch patches.suse/tools-perf-Correctly-calculate-sample-period-for-inherited-SAMPLE_READ-values.patch patches.suse/tools-perf-Allow-inherit-PERF_SAMPLE_READ-when-opening-events.patch patches.suse/perf-test-perf-test-86-fails-on-s390.patch patches.suse/perf-trace-Keep-exited-threads-for-summary.patch patches.suse/perf-test-Restore-sample-rate-for-perf_event_attr.patch patches.suse/perf-list-update-option-desc-in-man-page.patch patches.suse/perf-arm-spe-Define-metadata-header-version-2.patch patches.suse/perf-arm-spe-Calculate-meta-data-size.patch patches.suse/perf-arm-spe-Save-per-CPU-information-in-metadata.patch patches.suse/perf-arm-spe-Support-metadata-version-2.patch patches.suse/perf-arm-spe-Dump-metadata-with-version-2.patch patches.suse/perf-test-attr-Add-back-missing-topdown-events.patch patches.suse/perf-probe-Remove-unused-add_perf_probe_events.patch patches.suse/perf-test-x86-Fix-typo-in-intel-pt-test.patch patches.suse/perf-tools-Remove-unused-color_fwrite_lines.patch patches.suse/perf-pmu-Simplify-an-asprintf-error-message.patch patches.suse/perf-pmu-Allow-hardcoded-terms-to-be-applied-to-attributes.patch patches.suse/perf-parse-events-Expose-rename-config_term_name.patch patches.suse/perf-tool_pmu-Factor-tool-events-into-their-own-PMU.patch patches.suse/perf-tool_pmu-Rename-enum-perf_tool_event-to-tool_pmu_event.patch patches.suse/perf-tool_pmu-Rename-perf_tool_event__-to-tool_pmu__.patch patches.suse/perf-tool_pmu-Move-expr-literals-to-tool_pmu.patch patches.suse/perf-jevents-Add-tool-event-json-under-a-common-architecture.patch patches.suse/perf-tool_pmu-Switch-to-standard-pmu-functions-and-json-descriptions.patch patches.suse/perf-tests-Add-tool-PMU-test.patch patches.suse/perf-report-Display-columns-Predicted-Abort-Cycles-in-branch-history.patch patches.suse/tools-perf-tests-Fix-compilation-error-with-strncpy-in-tests-tool_pmu.patch patches.suse/tools-perf-tests-Remove-duplicate-evlist__delete-in-tests-tool_pmu.c.patch patches.suse/perf-tools-Fix-compiler-error-in-util-tool_pmu.c.patch patches.suse/perf-tools-Fix-possible-compiler-warnings-in-hashmap.patch patches.suse/perf-tools-Remove-unnecessary-parentheses.patch patches.suse/perf-sched-timehist-Add-pre-migration-wait-time-option.patch patches.suse/perf-evsel-Fix-missing-inherit-sample-read-check.patch patches.suse/perf-test-Delete-unused-Intel-CQM-test.patch patches.suse/perf-arm-spe-Rename-arm_spe__synth_data_source_generic.patch patches.suse/perf-arm-spe-Rename-the-common-data-source-encoding.patch patches.suse/perf-arm-spe-Introduce-arm_spe__is_homogeneous.patch patches.suse/perf-arm-spe-Use-metadata-to-decide-the-data-source-feature.patch patches.suse/perf-arm-spe-Remove-the-unused-midr-field.patch patches.suse/perf-arm-spe-Add-Neoverse-V2-to-common-data-source-encoding-list.patch patches.suse/perf-arm-spe-Add-Cortex-CPUs-to-common-data-source-encoding-list.patch patches.suse/perf-tool_pmu-Remove-duplicate-io.h-header.patch patches.suse/perf-x86-topdown-Make-topdown-metrics-comparators-be-symmetric.patch patches.suse/perf-x86-topdown-Refine-helper-arch_is_topdown_metrics.patch patches.suse/perf-test-Speed-up-some-tests-using-perf-list.patch patches.suse/perf-probe-Use-the-MAX_EVENT_NAME_LEN-macro.patch patches.suse/perf-probe-Check-group-string-length.patch patches.suse/perf-probe-Improve-log-for-long-event-name-failure.patch patches.suse/perf-dso-Fix-symtab_type-for-kmod-compression.patch patches.suse/tools-perf-pmu-events-powerpc-Add-support-for-compat-events-in-json.patch patches.suse/tools-perf-powerpc-util-Add-support-to-handle-compatible-mode-PVR-for-perf-json-events.patch patches.suse/perf-disasm-Fix-capstone-memory-leak.patch patches.suse/perf-probe-Fix-libdw-memory-leak.patch patches.suse/perf-color-Add-printf-format-checking-and-resolve-issues.patch patches.suse/perf-stat-Fix-add-parameter-names-for-print_metric.patch patches.suse/perf-stat-Display-none-for-NaN-with-metric-only-json.patch patches.suse/perf-stat-Drop-metric-unit-if-unit-is-NULL.patch patches.suse/perf-stat-Change-color-to-threshold-in-print_metric.patch patches.suse/perf-stat-Add-metric-threshold-to-json-output.patch patches.suse/perf-stat-Disable-metric-thresholds-for-CSV-and-JSON-metric-only-mode.patch patches.suse/perf-probe-Correct-demangled-symbols-in-C-program.patch patches.suse/perf-test-Add-a-shell-wrapper-for-Setup-struct-perf_event_attr.patch patches.suse/perf-test-Remove-C-test-wrapper-for-attr.py.patch patches.suse/perf-test-Move-attr-files-into-shell-directory-where-they-are-used.patch patches.suse/perf-build-Fix-LIBDW_DIR.patch patches.suse/perf-build-Rename-NO_DWARF-to-NO_LIBDW.patch patches.suse/perf-build-Remove-defined-but-never-used-variable.patch patches.suse/perf-build-Rename-test-dwarf-to-test-libdw.patch patches.suse/perf-build-Combine-libdw-dwarf-unwind-into-libdw-feature-tests.patch patches.suse/perf-build-Combine-test-dwarf-getlocations-into-test-libdw.patch patches.suse/perf-build-Combine-test-dwarf-getcfi-into-test-libdw.patch patches.suse/perf-probe-Move-elfutils-support-check-to-libdw-check.patch patches.suse/perf-libdw-Remove-unnecessary-defines.patch patches.suse/perf-build-Rename-HAVE_DWARF_SUPPORT-to-HAVE_LIBDW_SUPPORT.patch patches.suse/perf-build-Rename-CONFIG_DWARF-to-CONFIG_LIBDW.patch patches.suse/perf-test-Update-all-metrics-test-like-metricgroups-test.patch patches.suse/perf-test-Fix-perf-test-case-84-on-s390.patch patches.suse/perf-vendor-events-amd-Add-Zen-5-data-fabric-events.patch patches.suse/perf-vendor-events-amd-Add-Zen-5-data-fabric-metrics.patch patches.suse/perf-vendor-events-amd-Update-Zen-5-data-cache-fill-events.patch patches.suse/perf-test-Introduce-workloads__for_each.patch patches.suse/perf-test-Introduce-list-workloads-to-list-the-available-workloads.patch patches.suse/perf-test-Document-the-w-workload-option.patch patches.suse/perf-tools-sched-pipe-bench-add-n-nonblocking-benchmark.patch patches.suse/perf-tools-Add-fallback-for-exclude_guest.patch patches.suse/perf-tools-Don-t-set-attr.exclude_guest-by-default.patch patches.suse/perf-tools-Simplify-evsel__add_modifier.patch patches.suse/perf-tools-Do-not-set-exclude_guest-for-precise_ip.patch patches.suse/perf-tools-Detect-missing-kernel-features-properly.patch patches.suse/perf-tools-Move-x86__is_amd_cpu-to-util-env.c.patch patches.suse/perf-tools-Check-fallback-error-and-order.patch patches.suse/perf-record-Just-use-cycles-P-as-the-default-event.patch patches.suse/perf-test-Add-precise_max-subtest-to-the-perf-record-shell-test.patch patches.suse/perf-disasm-Use-disasm_line__free-to-properly-free-disasm_line-b4e0e9a1.patch patches.suse/perf-disasm-Use-disasm_line__free-to-properly-free-disasm_line.patch patches.suse/perf-disasm-Fix-not-cleaning-up-disasm_line-in-symbol__disassemble_raw.patch patches.suse/perf-test-Display-number-of-active-running-tests.patch patches.suse/perf-test-Reduce-scope-of-parallel-variable.patch patches.suse/perf-test-Avoid-list-test-blocking-on-writing-to-stdout.patch patches.suse/perf-test-Tag-parallel-failing-shell-tests-with-exclusive.patch patches.suse/perf-test-Add-a-signal-handler-around-running-a-test.patch patches.suse/perf-test-Run-parallel-tests-in-two-passes.patch patches.suse/perf-test-Make-parallel-testing-the-default.patch patches.suse/perf-test-Add-a-signal-handler-to-kill-forked-child-processes.patch patches.suse/perf-test-Sort-tests-placing-exclusive-tests-last.patch patches.suse/perf-vendor-events-arm64-Add-i.MX91-DDR-Performance-Monitor-metrics.patch patches.suse/perf-arm-spe-Set-sample.addr-to-target-address-for-instruction-sample.patch patches.suse/perf-arm-spe-Use-ARM_SPE_OP_BRANCH_ERET-when-synthesizing-branches.patch patches.suse/perf-arm-spe-Correctly-set-sample-flags.patch patches.suse/perf-arm-spe-Update-itrace-help-text.patch patches.suse/perf-probe-Fix-retrieval-of-source-files-from-a-debuginfod-server.patch patches.suse/perf-riscv-Wire-up-perf-trace-support-for-RISC-V.patch patches.suse/perf-ftrace-latency-Fix-unit-on-histogram-first-entry-when-using-use-nsec.patch patches.suse/perf-arm-spe-Use-old-behavior-when-opening-old-SPE-files.patch patches.suse/perf-stat-Support-inherit-events-during-fork-for-bperf.patch patches.suse/perf-test-Use-sqrtloop-workload-to-test-bperf-event.patch patches.suse/perf-build-Make-libunwind-opt-in-rather-than-opt-out.patch patches.suse/perf-test-Remove-cpu-list-BPF-cgroup-counter-test.patch patches.suse/perf-build-Add-missing-cflags-when-building-with-custom-libtraceevent.patch patches.suse/perf-tools-Add-all-shellcheck_log-to-gitignore.patch patches.suse/perf-test-Remove-dangling-CFLAGS-for-removed-attr.o-object.patch patches.suse/perf-test-Fix-ftrace-test-with-regex-patterns.patch patches.suse/perf-trace-avoid-garbage-when-not-printing-a-trace-event-s-arguments.patch patches.suse/perf-event-Remove-deadcode.patch patches.suse/perf-tools-Add-the-empty-pmu-events-build-to-.gitignore.patch patches.suse/perf-stat-Expand-metric-unit-buffer-size.patch patches.suse/perf-script-cs_etm-Add-map_pgoff-to-python-dictionary.patch patches.suse/perf-script-python-Adjust-objdump-start-end-per-map-pgoff-parameter.patch patches.suse/perf-build-Include-libtraceevent-headers-directly-indicated-by-pkg-config.patch patches.suse/tools-api-io-Ensure-line_len_out-is-always-initialized.patch patches.suse/perf-hwmon_pmu-Add-hwmon-filename-parser.patch patches.suse/perf-test-Add-hwmon-filename-parser-test.patch patches.suse/perf-hwmon_pmu-Add-a-tool-PMU-exposing-events-from-hwmon-in-sysfs.patch patches.suse/perf-pmu-Add-calls-enabling-the-hwmon_pmu.patch patches.suse/perf-test-Add-hwmon-PMU-test.patch patches.suse/perf-docs-Document-tool-and-hwmon-events.patch patches.suse/perf-bpf-prologue-Remove-unused-file.patch patches.suse/perf-dwarf-regs-Remove-PERF_HAVE_ARCH_REGS_QUERY_REGISTER_OFFSET.patch patches.suse/perf-dwarf-regs-Add-EM_HOST-and-EF_HOST-defines.patch patches.suse/perf-disasm-Add-e_machine-e_flags-to-struct-arch.patch patches.suse/perf-dwarf-regs-Pass-accurate-disassembly-machine-to-get_dwarf_regnum.patch patches.suse/perf-dwarf-regs-Pass-ELF-flags-to-get_dwarf_regstr.patch patches.suse/perf-dwarf-regs-Move-x86-dwarf-regs-out-of-arch.patch patches.suse/perf-arm64-Remove-dwarf-regs.c.patch patches.suse/perf-arm-Remove-dwarf-regs.c.patch patches.suse/perf-dwarf-regs-Move-csky-dwarf-regs-out-of-arch.patch patches.suse/perf-loongarch-Remove-dwarf-regs.c.patch patches.suse/perf-mips-Remove-dwarf-regs.c.patch patches.suse/perf-dwarf-regs-Move-powerpc-dwarf-regs-out-of-arch.patch patches.suse/perf-riscv-Remove-dwarf-regs.c-and-add-dwarf-regs-table.h.patch patches.suse/perf-s390-Remove-dwarf-regs.c.patch patches.suse/perf-sh-Remove-dwarf-regs.c.patch patches.suse/perf-sparc-Remove-dwarf-regs.c.patch patches.suse/perf-xtensa-Remove-dwarf-regs.c.patch patches.suse/perf-dwarf-regs-Remove-get_arch_regstr-code.patch patches.suse/perf-build-Remove-PERF_HAVE_DWARF_REGS.patch patches.suse/perf-disasm-Introduce-symbol__disassemble_objdump.patch patches.suse/perf-disasm-Define-stubs-for-the-LLVM-and-capstone-disassemblers.patch patches.suse/perf-disasm-Allow-configuring-what-disassemblers-to-use.patch patches.suse/perf-tools-Fix-typos-Muliplier-Multiplier.patch patches.suse/perf-list-Fix-topic-and-pmu_name-argument-order.patch patches.suse/perf-timechart-Remove-redundant-variable-assignment.patch patches.suse/perf-trace-Fix-tracing-itself-creating-feedback-loops.patch patches.suse/perf-probe-Fix-error-message-for-failing-to-find-line-range.patch patches.suse/perf-probe-Fix-to-ignore-escaped-characters-in-lines-option.patch patches.suse/perf-probe-Accept-FUNC-to-specify-function-name-explicitly.patch patches.suse/perf-string-Add-strpbrk_esq-and-strdup_esq-for-escape-and-quote.patch patches.suse/perf-probe-Introduce-quotation-marks-support.patch patches.suse/perf-trace-Do-not-lose-last-events-in-a-race.patch patches.suse/perf-trace-Avoid-garbage-when-not-printing-a-syscall-s-arguments.patch patches.suse/perf-tests-Add-test-for-trace-output-loss.patch patches.suse/perf-test-shell-trace_exit_race-Show-what-went-wrong-in-verbose-mode.patch patches.suse/perf-test-shell-trace_exit_race-Use-no-comm-to-avoid-cases-where-COMM-isn-t-resolved.patch patches.suse/perf-util-Remove-kernel-version-deadcode.patch patches.suse/perf-tests-Make-leader-sampling-test-work-without-branch-event.patch patches.suse/perf-test-Add-missing-__exit-calls-in-tool-hwmon-tests.patch patches.suse/perf-jevents-fix-breakage-when-do-perf-stat-on-system-metric.patch patches.suse/perf-header-Move-is_cpu_online-to-numa-bench.patch patches.suse/perf-header-Refactor-get_cpuid-to-take-a-CPU-for-ARM.patch patches.suse/perf-arm64-header-Use-cpu-argument-in-get_cpuid.patch patches.suse/perf-header-Avoid-transitive-PMU-includes.patch patches.suse/perf-header-Pass-a-perf_cpu-rather-than-a-PMU-to-get_cpuid_str.patch patches.suse/perf-jevents-Add-map_for_cpu.patch patches.suse/perf-pmu-Move-pmu_metrics_table__find-and-remove-ARM-override.patch patches.suse/perf-Remove-unused-del_perf_probe_events.patch patches.suse/perf-test-Correct-hwmon-test-PMU-detection.patch patches.suse/perf-bpf-filter-Return-ENOMEM-directly-when-pfi-allocation-fails.patch patches.suse/perf-test-fix-perf-ftrace-test-on-s390.patch patches.suse/perf-tests-hwmon_pmu-Remove-double-evlist__delete.patch patches.suse/perf-hwmon_pmu-Ensure-hwmon-key-union-is-zeroed-before-use.patch patches.suse/perf-tests-Fix-hwmon-parsing-with-PMU-name-test.patch patches.suse/PCI-ASPM-Disable-L1-before-disabling-L1-PM-Substates.patch patches.suse/PCI-vmd-Set-devices-to-D0-before-enabling-PM-L1-Subs.patch patches.suse/PCI-Refactor-pcie_update_link_speed.patch patches.suse/PCI-DOE-Poll-DOE-Busy-bit-for-up-to-1-second-in-pci_.patch patches.suse/PCI-Make-pcim_request_all_regions-a-public-function.patch patches.suse/wifi-iwlwifi-replace-deprecated-PCI-functions.patch patches.suse/ALSA-korg1212-Replace-deprecated-PCI-functions.patch patches.suse/PCI-cpqphp-Fix-PCIBIOS_-return-value-confusion.patch patches.suse/PCI-Fix-use-after-free-of-slot-bus-on-hot-remove.patch patches.suse/PCI-of_property-Assign-PCI-instead-of-CPU-bus-addres.patch patches.suse/PCI-starfive-Enable-controller-runtime-PM-before-pro.patch patches.suse/PCI-pwrctl-Use-of_platform_device_create-to-create-p.patch patches.suse/PCI-pwrctl-Create-pwrctl-device-only-if-at-least-one.patch patches.suse/PCI-pwrctl-Ensure-that-pwrctl-drivers-are-probed-bef.patch patches.suse/PCI-Add-reset_subordinate-to-reset-hierarchy-below-b.patch patches.suse/resource-Add-resource-set-range-and-size-helpers.patch patches.suse/PCI-Use-align-and-resource-helpers-and-SZ_-in-quirk_.patch patches.suse/PCI-Detect-and-trust-built-in-Thunderbolt-chips.patch patches.suse/PCI-Add-TLP-Processing-Hints-TPH-support.patch patches.suse/PCI-TPH-Add-Steering-Tag-support.patch patches.suse/PCI-TPH-Add-TPH-documentation.patch patches.suse/PCI-Add-ACS-quirk-for-Wangxun-FF5xxx-NICs.patch patches.suse/PCI-endpoint-Remove-surplus-return-statement-from-pc.patch patches.suse/PCI-endpoint-epf-mhi-Avoid-NULL-dereference-if-DT-la.patch patches.suse/PCI-endpoint-Fix-PCI-domain-ID-release-in-pci_epc_de.patch patches.suse/PCI-endpoint-Clear-secondary-not-primary-EPC-in-pci_.patch patches.suse/PCI-dwc-ep-Fix-advertised-resizable-BAR-size-regress.patch patches.suse/PCI-imx6-Fix-suspend-resume-support-on-i.MX6QDL.patch patches.suse/PCI-j721e-Deassert-PERST-after-a-delay-of-PCIE_T_PVP.patch patches.suse/PCI-keystone-Set-mode-as-Root-Complex-for-ti-keyston.patch patches.suse/PCI-keystone-Add-link-up-check-to-ks_pcie_other_map_.patch patches.suse/PCI-microchip-Add-support-for-using-either-Root-Port.patch patches.suse/PCI-qcom-Enable-MSI-interrupts-together-with-Link-up.patch patches.suse/PCI-qcom-ep-Move-controller-cleanups-to-qcom_pcie_pe.patch patches.suse/PCI-qcom-Add-support-for-IPQ9574.patch patches.suse/PCI-qcom-Disable-ASPM-L0s-for-X1E80100.patch patches.suse/PCI-rockchip-ep-Fix-address-translation-unit-program.patch patches.suse/PCI-tegra194-Move-controller-cleanups-to-pex_ep_even.patch patches.suse/PCI-vmd-Add-DID-8086-B06F-and-8086-B60B-for-Intel-cl.patch patches.suse/PCI-Fix-reset_method_store-memory-leak.patch patches.suse/i3c-master-Replace-hard-code-2-with-macro-I3C_ADDR_S.patch patches.suse/i3c-master-Extend-address-status-bit-to-4-and-add-I3.patch patches.suse/i3c-master-Fix-dynamic-address-leak-when-assigned-ad.patch patches.suse/i3c-master-svc-fix-possible-assignment-of-the-same-a.patch patches.suse/i3c-master-Remove-i3c_dev_disable_ibi_locked-olddev-.patch patches.suse/i3c-master-Fix-miss-free-init_dyn_addr-at-i3c_master.patch patches.suse/i3c-mipi-i3c-hci-Mask-ring-interrupts-before-ring-st.patch patches.suse/i3c-master-svc-Fix-pm_runtime_set_suspended-with-run.patch patches.suse/i3c-master-svc-Modify-enabled_events-bit-7-0-to-act-.patch patches.suse/i3c-Use-i3cdev-desc-info-instead-of-calling-i3c_devi.patch patches.suse/hwmon-tps23861-Fix-reporting-of-negative-temperature.patch patches.suse/hwmon-aquacomputer_d5next-Fix-length-of-speed_input-.patch patches.suse/mailbox-remoteproc-k3-m4-fix-compile-testing.patch patches.suse/remoteproc-qcom-pas-Remove-subdevs-on-the-error-path.patch patches.suse/remoteproc-qcom-adsp-Remove-subdevs-on-the-error-pat.patch patches.suse/remoteproc-qcom-pas-add-minidump_id-to-SM8350-resour.patch patches.suse/remoteproc-qcom-pas-enable-SAR2130P-audio-DSP-suppor.patch patches.suse/remoteproc-qcom_q6v5_pas-disable-auto-boot-for-wpss.patch patches.suse/remoteproc-qcom_q6v5_mss-Re-order-writes-to-the-IMEM.patch patches.suse/selftests-mount_setattr-Fix-failures-on-64K-PAGE_SIZ.patch patches.suse/iomap-warn-on-zero-range-of-a-post-eof-folio.patch patches.suse/iomap-reset-per-iter-state-on-non-error-iter-advance.patch patches.suse/iomap-lift-zeroed-mapping-handling-into-iomap_zero_r.patch patches.suse/iomap-elide-flush-from-partial-eof-zero-range.patch patches.suse/fs-proc-kcore.c-Clear-ret-value-in-read_kcore_iter-after-s.patch patches.suse/fs_parser-update-mount_api-doc-to-match-function-sig.patch patches.suse/LoongArch-BPF-Sign-extend-return-values.patch patches.suse/kvm-vfio-Constify-struct-kvm_device_ops.patch patches.suse/vfio-mlx5-Fix-an-unwind-issue-in-mlx5vf_add_migratio.patch patches.suse/vfio-pci-Properly-hide-first-in-list-PCIe-extended-c.patch patches.suse/vdpa-mlx5-Fix-suboptimal-range-on-iotlb-iteration.patch patches.suse/gpio-zevio-Add-missed-label-initialisation.patch patches.suse/gpio-exar-set-value-when-external-pull-up-or-pull-do.patch patches.suse/dmaengine-Switch-back-to-struct-platform_driver-remove.patch patches.suse/dmaengine-idxd-Move-DSA-IAA-device-IDs-to-IDXD-drive.patch patches.suse/phy-phy-rockchip-inno-usb2-Use-dev_err_probe-in-the-.patch patches.suse/phy-airoha-Fix-REG_CSR_2L_PLL_CMN_RESERVE0-config-in.patch patches.suse/phy-airoha-Fix-REG_PCIE_PMA_TX_RESET-config-in-airoh.patch patches.suse/phy-airoha-Fix-REG_CSR_2L_JCPLL_SDM_HREN-config-in-a.patch patches.suse/phy-airoha-Fix-REG_CSR_2L_RX-0-1-_REV0-definitions.patch patches.suse/soundwire-amd-pass-acp-pci-revision-id-as-resource-d.patch patches.suse/soundwire-amd-refactor-existing-code-for-acp-6.3-pla.patch patches.suse/ASoC-SOF-amd-pass-acp_rev-as-soundwire-resource-data.patch patches.suse/ASoC-amd-ps-pass-acp-pci-revision-id-as-soundwire-re.patch patches.suse/soundwire-Correct-some-typos-in-comments.patch patches.suse/soundwire-mipi_disco-add-MIPI-specific-property_read.patch patches.suse/soundwire-optimize-sdw_stream_runtime-memory-layout.patch patches.suse/soundwire-optimize-sdw_master_prop.patch patches.suse/soundwire-optimize-sdw_bus-structure.patch patches.suse/soundwire-optimize-sdw_slave_prop.patch patches.suse/soundwire-optimize-sdw_dp0_prop.patch patches.suse/soundwire-optimize-sdw_dpn_prop.patch patches.suse/soundwire-mipi-disco-remove-DPn-audio-modes.patch patches.suse/soundwire-mipi-disco-add-error-handling-for-property.patch patches.suse/soundwire-mipi_disco-add-support-for-clock-scales-pr.patch patches.suse/soundwire-mipi-disco-add-support-for-peripheral-chan.patch patches.suse/soundwire-mipi-disco-add-comment-on-DP0-supported-pr.patch patches.suse/soundwire-mipi-disco-add-new-properties-from-2.0-spe.patch patches.suse/soundwire-mipi-disco-add-support-for-DP0-DPn-lane-li.patch patches.suse/soundwire-intel_auxdevice-add-kernel-parameter-for-m.patch patches.suse/soundwire-cadence-add-soft-reset-on-startup.patch patches.suse/soundwire-cadence-clear-MCP-BLOCK_WAKEUP-in-init.patch patches.suse/soundwire-Update-the-includes-on-the-sdw.h-header.patch patches.suse/soundwire-Minor-formatting-fixups-in-sdw.h-header.patch patches.suse/thermal-gov_power_allocator-Add-missing-NULL-pointer.patch patches.suse/thermal-of-Simplify-thermal_of_should_bind-with-scop.patch patches.suse/thermal-int3400-Fix-reading-of-current_uuid-for-acti.patch patches.suse/ACPI-introduce-acpi_arch_init.patch patches.suse/ACPI-x86-Add-skip-i2c-clients-quirk-for-Acer-Iconia-.patch patches.suse/ACPI-x86-Clean-up-Asus-entries-in-acpi_quirk_skip_dm.patch patches.suse/exfat-fix-out-of-bounds-access-of-directory-entries.patch patches.suse/exfat-fix-uninit-value-in-__exfat_get_dentry_set.patch patches.suse/exfat-fix-file-being-changed-by-unaligned-direct-write.patch patches.suse/power-supply-core-Remove-might_sleep-from-power_supp.patch patches.suse/power-supply-bq27xxx-Fix-registers-of-bq27426.patch patches.suse/power-supply-rt9471-Fix-wrong-WDT-function-regfield-.patch patches.suse/power-supply-rt9471-Use-IC-status-regfield-to-report.patch patches.suse/power-reset-ep93xx-add-AUXILIARY_BUS-dependency.patch patches.suse/regulator-qcom-rpmh-Update-ranges-for-FTSMPS525.patch patches.suse/spi-atmel-quadspi-Fix-register-name-in-verbose-loggi.patch patches.suse/spi-Fix-acpi-deferred-irq-probe.patch patches.suse/net-phy-ensure-that-genphy_c45_an_config_eee_aneg-se.patch patches.suse/net-usb-lan78xx-Fix-double-free-issue-with-interrupt.patch patches.suse/net-usb-lan78xx-Fix-memory-leak-on-device-unplug-by-.patch patches.suse/tg3-Set-coherent-DMA-mask-bits-to-31-for-BCM57766-ch.patch patches.suse/net-usb-lan78xx-Fix-refcounting-and-autosuspend-on-i.patch patches.suse/netlink-fix-false-positive-warning-in-extack-during-dumps.patch patches.suse/net-l2tp-fix-warning-in-l2tp_exit_net-found-by-syzbo.patch patches.suse/s390-iucv-MSG_PEEK-causes-memory-leak-in-iucv_sock_destruct.patch patches.suse/net-ipv6-delete-temporary-address-if-mngtmpaddr-is-r.patch patches.suse/net-mdio-ipq4019-add-missing-error-check.patch patches.suse/octeontx2-af-RPM-Fix-mismatch-in-lmac-type.patch patches.suse/octeontx2-af-RPM-Fix-low-network-performance.patch patches.suse/octeontx2-af-RPM-fix-stale-RSFEC-counters.patch patches.suse/octeontx2-af-RPM-fix-stale-FCFEC-counters.patch patches.suse/octeontx2-af-Quiesce-traffic-before-NIX-block-reset.patch patches.suse/net-hsr-fix-hsr_init_sk-vs-network-transport-headers.patch patches.suse/bnxt_en-Reserve-rings-after-PCIe-AER-recovery-if-NIC.patch patches.suse/bnxt_en-Set-backplane-link-modes-correctly-for-ethto.patch patches.suse/bnxt_en-Fix-queue-start-to-update-vnic-RSS-table.patch patches.suse/bnxt_en-Fix-receive-ring-space-parameters-when-XDP-i.patch patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch patches.suse/bnxt_en-Unregister-PTP-during-PCI-shutdown-and-suspe.patch patches.suse/llc-Improve-setsockopt-handling-of-malformed-user-in.patch patches.suse/rxrpc-Improve-setsockopt-handling-of-malformed-user-.patch patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-set_p.patch patches.suse/Bluetooth-MGMT-Fix-possible-deadlocks.patch patches.suse/Bluetooth-SCO-remove-the-redundant-sco_conn_put.patch patches.suse/net-phy-fix-phy_ethtool_set_eee-incorrectly-enabling.patch patches.suse/tcp-Fix-use-after-free-of-nreq-in-reqsk_timer_handler.patch patches.suse/selftests-rds-move-test.py-to-TEST_FILES.patch patches.suse/ip6mr-fix-tables-suspicious-RCU-usage.patch patches.suse/ipmr-fix-tables-suspicious-RCU-usage.patch patches.suse/tracing-Record-task-flag-NEED_RESCHED_LAZY.patch patches.suse/tracing-Move-it_func-0-comment-to-the-relevant-conte.patch patches.suse/tracing-Remove-__idx-variable-from-__DO_TRACE.patch patches.suse/rcupdate_trace-Define-rcu_tasks_trace-lock-guard.patch patches.suse/tracing-Remove-conditional-locking-from-__DO_TRACE.patch patches.suse/tracing-Remove-cond-argument-from-__DECLARE_TRACE_SY.patch patches.suse/docs-ABI-sysfs-bus-event_source-devices-vpa-pmu-Fix-htmldocs-errors.patch patches.suse/s390-debug-Pass-in-and-enforce-output-buffer-size-for-format-handlers.patch patches.suse/s390-stacktrace-Use-break-instead-of-return-statement.patch patches.suse/s390-vfio-ap-Remove-gmap_convert_to_secure-from-vfio_ap_ops.patch patches.suse/s390-entry-Mark-IRQ-entries-to-fix-stack-depot-warnings.patch patches.suse/s390-ap-Replace-xchg-with-WRITE_ONCE.patch patches.suse/KVM-s390-Use-try_cmpxchg-instead-of-cmpxchg-loops.patch patches.suse/KVM-s390-Remove-one-byte-cmpxchg-usage.patch patches.suse/KVM-s390-Increase-size-of-union-sca_utility-to-four-.patch patches.suse/s390-pci-Fix-leak-of-struct-zpci_dev-when-zpci_add_device-fails.patch patches.suse/s390-pci-Fix-potential-double-remove-of-hotplug-slot.patch patches.suse/s390-spinlock-Use-symbolic-names-in-inline-assemblie.patch patches.suse/s390-spinlock-Remove-condition-code-clobber-from-arc.patch patches.suse/s390-spinlock-Generate-shorter-code-for-arch_spin_un.patch patches.suse/s390-spinlock-Use-R-constraint-for-arch_load_niai4.patch patches.suse/s390-spinlock-Use-flag-output-constraint-for-arch_cm.patch patches.suse/apparmor-allocate-xmatch-for-nullpdb-inside-aa_alloc.patch patches.suse/apparmor-test-Fix-memory-leak-for-aa_unpack_strdup.patch patches.suse/apparmor-fix-Do-simple-duplicate-message-elimination.patch patches.suse/usb-host-fix-typo-in-the-comment.patch patches.suse/usb-typec-Fix-typo-in-comment.patch patches.suse/usb-typec-ucsi-glink-use-device_for_each_child_node_.patch patches.suse/usb-typec-stusb160x-Make-use-of-i2c_get_match_data.patch patches.suse/usb-Switch-back-to-struct-platform_driver-remove.patch patches.suse/usb-chipidea-add-CI_HDRC_HAS_SHORT_PKT_LIMIT-flag.patch patches.suse/usb-chipidea-udc-limit-usb-request-length-to-max-16K.patch patches.suse/usb-chipidea-udc-create-bounce-buffer-for-problem-sg.patch patches.suse/usb-chipidea-udc-handle-USB-Error-Interrupt-if-IOC-n.patch patches.suse/usb-using-mutex-lock-and-supporting-O_NONBLOCK-flag-.patch patches.suse/usb-yurex-make-waiting-on-yurex_write-interruptible.patch patches.suse/USB-chaoskey-fail-open-after-removal.patch patches.suse/USB-chaoskey-Fix-possible-deadlock-chaoskey_list_loc.patch patches.suse/usb-typec-ucsi-Do-not-call-ACPI-_DSM-method-for-UCSI.patch patches.suse/usb-typec-ucsi-UCSI2.0-Set-Sink-Path-command-support.patch patches.suse/usb-require-FMODE_WRITE-for-usbdev_mmap.patch patches.suse/usb-typec-Add-attribute-file-showing-the-supported-U.patch patches.suse/usb-typec-Add-attribute-file-showing-the-USB-Modes-o.patch patches.suse/usb-typec-ucsi-Supply-the-USB-capabilities-to-the-po.patch patches.suse/usb-typec-ucsi-Add-support-for-the-partner-USB-Modes.patch patches.suse/usb-gadget-uvc-wake-pump-everytime-we-update-the-fre.patch patches.suse/xhci-add-helper-to-stop-endpoint-and-wait-for-comple.patch patches.suse/usb-typec-ucsi-Helper-for-Get-Connector-Status-comma.patch patches.suse/usb-dwc3-gadget-Refine-the-logic-for-resizing-Tx-FIF.patch patches.suse/usb-storage-fix-wrong-comments-for-struct-bulk_cb_wr.patch patches.suse/usb-typec-tcpm-Add-support-for-parsing-time-dt-prope.patch patches.suse/usb-core-use-sysfs_emit-instead-of-sprintf.patch patches.suse/phy-realtek-usb-fix-NULL-deref-in-rtk_usb2phy_probe.patch patches.suse/phy-realtek-usb-fix-NULL-deref-in-rtk_usb3phy_probe.patch patches.suse/xhci-Add-Isochronous-TRB-fields-to-TRB-tracer.patch patches.suse/usb-xhci-Remove-unused-parameters-of-next_trb.patch patches.suse/usb-xhci-Fix-sum_trb_lengths.patch patches.suse/xhci-Cleanup-Candence-controller-PCI-device-and-vend.patch patches.suse/xhci-show-DMA-address-of-TRB-when-tracing-TRBs.patch patches.suse/xhci-Don-t-trace-ring-at-every-enqueue-or-dequeue-in.patch patches.suse/xhci-add-stream-context-tracing.patch patches.suse/xhci-trace-stream-context-at-Set-TR-Deq-command-comp.patch patches.suse/xhci-debugfs-Add-virt-endpoint-state-to-xhci-debugfs.patch patches.suse/usb-xhci-introduce-macro-for-ring-segment-list-itera.patch patches.suse/usb-xhci-remove-option-to-change-a-default-ring-s-TR.patch patches.suse/usb-xhci-adjust-xhci_alloc_segments_for_ring-argumen.patch patches.suse/usb-xhci-rework-xhci_free_segments_for_ring.patch patches.suse/usb-xhci-refactor-xhci_link_rings-to-use-source-and-.patch patches.suse/usb-xhci-rework-xhci_link_segments.patch patches.suse/usb-xhci-add-xhci_initialize_ring_segments.patch patches.suse/xhci-Combine-two-if-statements-for-Etron-xHCI-host.patch patches.suse/xhci-Don-t-issue-Reset-Device-command-to-Etron-xHCI-.patch patches.suse/xhci-Fix-control-transfer-error-on-Etron-xHCI-host.patch patches.suse/xhci-Don-t-perform-Soft-Retry-for-Etron-xHCI-host.patch patches.suse/xhci-pci-Use-standard-pattern-for-device-IDs.patch patches.suse/xhci-pci-Fix-indentation-in-the-PCI-device-ID-defini.patch patches.suse/usb-xhci-simplify-TDs-start-and-end-naming-scheme-in.patch patches.suse/usb-xhci-move-link-TRB-quirk-to-xhci_gen_setup.patch patches.suse/usb-xhci-request-MSI-X-according-to-requested-amount.patch patches.suse/usb-xhci-improve-xhci_clear_command_ring.patch patches.suse/usb-xhci-remove-unused-arguments-from-td_to_noop.patch patches.suse/usb-xhci-refactor-xhci_td_cleanup-to-return-void.patch patches.suse/usb-xhci-add-help-function-xhci_dequeue_td.patch patches.suse/usb-xhci-remove-irrelevant-comment.patch patches.suse/usb-xhci-Limit-Stop-Endpoint-retries.patch patches.suse/usb-xhci-Fix-TD-invalidation-under-pending-Set-TR-De.patch patches.suse/usb-xhci-Avoid-queuing-redundant-Stop-Endpoint-comma.patch patches.suse/usb-typec-ucsi-Convert-connector-specific-commands-t.patch patches.suse/usb-typec-ucsi-glink-fix-off-by-one-in-connector_sta.patch patches.suse/usb-typec-ucsi-glink-be-more-precise-on-orientation-.patch patches.suse/thunderbolt-Don-t-hardcode-margining-capabilities-si.patch patches.suse/thunderbolt-debugfs-Add-USB4-Gen-4-margining-capabil.patch patches.suse/thunderbolt-debugfs-Implement-Gen-4-margining-eye-se.patch patches.suse/thunderbolt-debugfs-Replace-both-lanes-with-all-lane.patch patches.suse/thunderbolt-debugfs-Replace-margining-lane-numbers-w.patch patches.suse/thunderbolt-debugfs-Refactor-hardware-margining-resu.patch patches.suse/thunderbolt-debugfs-Don-t-hardcode-margining-results.patch patches.suse/usb-musb-Fix-hardware-lockup-on-first-Rx-endpoint-re.patch patches.suse/usb-typec-ucsi-Fix-a-missing-bits-to-bytes-conversio.patch patches.suse/usb-misc-ljca-move-usb_autopm_put_interface-after-wa.patch patches.suse/usb-misc-ljca-set-small-runtime-autosuspend-delay.patch patches.suse/usb-typec-fix-potential-array-underflow-in-ucsi_ccg_.patch patches.suse/USB-core-remove-dead-code-in-do_proc_bulk.patch patches.suse/usb-dwc3-gadget-Add-missing-check-for-single-port-RA.patch patches.suse/usb-dwc3-core-Set-force_gen1-bit-for-all-applicable-.patch patches.suse/usb-cdns3-Synchronise-PCI-IDs-via-common-data-base.patch patches.suse/drivers-usb-core-refactor-max-with-max_t.patch patches.suse/USB-make-single-lock-for-all-usb-dynamic-id-lists.patch patches.suse/USB-properly-lock-dynamic-id-list-when-showing-an-id.patch patches.suse/USB-make-to_usb_driver-use-container_of_const.patch patches.suse/USB-make-to_usb_device_driver-use-container_of_const.patch patches.suse/USB-serial-ftdi_sio-Fix-atomicity-violation-in-get_s.patch patches.suse/usb-ehci-spear-fix-call-balance-of-sehci-clk-handlin.patch patches.suse/Revert-usb-gadget-composite-fix-OS-descriptors-w_val.patch patches.suse/usb-dwc3-ep0-Don-t-clear-ep0-DWC3_EP_TRANSFER_STARTE.patch patches.suse/usb-dwc3-gadget-Fix-checking-for-number-of-TRBs-left.patch patches.suse/usb-dwc3-gadget-Fix-looping-of-queued-SG-entries.patch patches.suse/usb-dwc3-gadget-Cleanup-SG-handling.patch patches.suse/usb-dwc3-gadget-Remove-dwc3_request-needs_extra_trb.patch patches.suse/usb-typec-tcpm-Add-support-for-sink-bc12-completion-.patch patches.suse/staging-rtl8723bs-Remove-unused-function-dvobj_get_p.patch patches.suse/staging-rtl8723bs-Remove-unused-function-read_cam.patch patches.suse/staging-rtl8723bs-Remove-unused-function-rtw_get_ope.patch patches.suse/staging-rtl8723bs-Remove-unused-function-rtw_get_ope-83ab7e1.patch patches.suse/staging-rtl8723bs-Remove-unused-function-_ReadCAM.patch patches.suse/staging-rtl8723bs-Remove-unused-entries-from-struct-.patch patches.suse/staging-rtl8723bs-Remove-unused-function-PHY_SetBWMo.patch patches.suse/staging-rtl8723bs-Remove-unused-function-PHY_GetTxPo.patch patches.suse/staging-rtl8723bs-Remove-unused-function-Hal_BT_Efus.patch patches.suse/staging-rtl8723bs-Remove-unused-function-rtl8723b_Ge.patch patches.suse/staging-rtl8723bs-Remove-unused-function-GetHalODMVa.patch patches.suse/staging-rtl8723bs-Remove-unused-function-rtl8723bs_i.patch patches.suse/staging-rtl8723bs-Remove-unused-function-rtl8723bs_i-1101343.patch patches.suse/staging-rtl8723bs-Remove-constant-result-macro-is_pr.patch patches.suse/staging-rtl8723bs-Remove-constant-result-macro-get_i.patch patches.suse/staging-rtl8723bs-Remove-unused-enum-with-first-entr.patch patches.suse/Staging-rtl8723bs-hal-odm-removed-unnecessary-braces.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-hal_init.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-hal_deinit.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-free_hal_d.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-init_xmit_.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-free_xmit_.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-init_recv_.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-free_recv_.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-dm_init.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-dm_deinit.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-read_chip_.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-init_defau.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-intf_chip_.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-read_adapt.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-enable_int.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-disable_in.patch patches.suse/staging-rtl8723bs-core-rtw_cmd-Missing-a-blank-line-.patch patches.suse/staging-rtl8712-use-kmalloc_array.patch patches.suse/staging-rtl8712-remove-parentheses-after.patch patches.suse/staging-rts5208-Remove-unused-driver.patch patches.suse/staging-vt6655-Remove-unused-driver.patch patches.suse/staging-rtl8712-Rename-AuthAlgrthm-variable.patch patches.suse/staging-rtl8712-Rename-PrivacyAlgrthm-variable.patch patches.suse/staging-rtl8712-Introduce-auth_algorithm-macros.patch patches.suse/staging-vt6656-Remove-unused-driver.patch patches.suse/staging-vchiq_arm-Fix-missing-refcount-decrement-in-.patch patches.suse/staging-rtl8723bs-remove-unused-debug-statements.patch patches.suse/staging-rtl8723bs-Remove-no-op-netdevice_notifier.patch patches.suse/staging-rtl8723bs-change-remaining-printk-to-proper-.patch patches.suse/staging-rtl8712-Remove-driver-using-deprecated-API-w.patch patches.suse/staging-rtl8723bs-Replace-function-thread_enter.patch patches.suse/staging-rtl8723bs-Remove-if-1-in-function-hal_EfuseP.patch patches.suse/staging-rtl8723bs-Remove-if-1-in-function-hal_EfuseG.patch patches.suse/staging-rtl8723bs-Remove-if-1-in-function-ReadChipVe.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-check_ips_.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-SetHwRegHa.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-GetHwRegHa.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-SetHwRegHa-c789ba0.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-GetHalDefV.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-SetHalDefV.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-hal_xmit.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-mgnt_xmit.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-hal_xmitfr.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-UpdateRAMa.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-set_channe.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-set_chnl_b.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-set_tx_pow.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-hal_dm_wat.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-hal_dm_wat-2ca601a.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-SetBeaconR.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-Add_RateAT.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-run_thread.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-cancel_thr.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-read_bbreg.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-write_bbre.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-read_rfreg.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-write_rfre.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-EfusePower.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-ReadEFuse.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-EFUSEGetEf.patch patches.suse/staging-rtl8723bs-Remove-function-pointer-EfuseGetCu.patch patches.suse/staging-rtl8723bs-Remove-unused-function-Efuse_PgPac.patch patches.suse/staging-rtl8723bs-Remove-unused-function-Hal_EfusePg.patch patches.suse/staging-rtl8723bs-Remove-unused-function-Efuse_PgPac-ee65788.patch patches.suse/staging-rtl8723bs-Remove-unused-function-Hal_EfusePg-6f569ef.patch patches.suse/staging-rtl8723bs-Remove-unused-function-Hal_EfusePg-605685a.patch patches.suse/staging-rtl8723bs-Remove-unused-function-hal_EfusePg.patch patches.suse/staging-rtl8723bs-Remove-unused-function-hal_EfusePg-442e4a4.patch patches.suse/staging-rtl8723bs-Remove-unused-function-hal_EfusePa.patch patches.suse/staging-rtl8723bs-Remove-unused-function-hal_EfuseCo.patch patches.suse/staging-rtl8723bs-Remove-unused-function-hal_EfusePg-561feaa.patch patches.suse/staging-rtl8723bs-Remove-function-hal_EfusePgPacketW.patch patches.suse/staging-rtl8723bs-Remove-function-hal_EfusePgPacketW-8a39380.patch patches.suse/staging-rtl8723bs-Remove-unused-function-efuse_WordE.patch patches.suse/staging-rtl8723bs-Remove-unused-function-Efuse_GetCu.patch patches.suse/staging-rtl8723bs-Remove-TODO-contact-information.patch patches.suse/drivers-base-Remove-unused-auxiliary_find_device.patch patches.suse/devres-Fix-page-faults-when-tracing-devres-from-unlo.patch patches.suse/cacheinfo-Don-t-opencode-per_cpu_cacheinfo.patch patches.suse/driver-core-Put-device-attribute-wakeup_last_time_ms.patch patches.suse/sysfs-explicitly-pass-size-to-sysfs_add_bin_file_mod.patch patches.suse/sysfs-introduce-callback-attribute_group-bin_size.patch patches.suse/PCI-sysfs-Calculate-bin_attribute-size-through-bin_s.patch patches.suse/nvmem-core-calculate-bin_attribute-size-through-bin_.patch patches.suse/sysfs-treewide-constify-attribute-callback-of-bin_is.patch patches.suse/sysfs-treewide-constify-attribute-callback-of-bin_at.patch patches.suse/sysfs-treewide-constify-attribute-callback-of-bin_at-699e7b85.patch patches.suse/sysfs-implement-all-BIN_ATTR_-macros-in-terms-of-__B.patch patches.suse/sysfs-bin_attribute-add-const-read-write-callback-va.patch patches.suse/driver-core-fw_devlink-Stop-trying-to-optimize-cycle.patch patches.suse/1473-drm-display-Set-fwnode-for-aux-bus-devices.patch patches.suse/cdx-Fix-cdx_mmap_resource-after-constifying-attr-in-.patch patches.suse/firmware_loader-Fix-possible-resource-leak-in-fw_log.patch patches.suse/sysfs-attribute_group-allow-registration-of-const-bi.patch patches.suse/s390-con3215-Remove-spurious-NULL-in-attribute_group.patch patches.suse/1474-mei-bus-Reorganize-kerneldoc-parameter-names.patch patches.suse/misc-apds990x-Fix-missing-pm_runtime_disable.patch patches.suse/types-Complement-the-aligned-types-with-signed-64-bi.patch patches.suse/iio-light-al3010-Fix-an-error-handling-path-in-al301.patch patches.suse/iio-adc-ad7606-Fix-typo-in-the-driver-name.patch patches.suse/iio-dac-adi-axi-dac-fix-wrong-register-bitfield.patch patches.suse/misc-rtsx-Cleanup-on-DRV_NAME-cardreader-variables.patch patches.suse/goldfish-Fix-unused-const-variable-goldfish_pipe_acp.patch patches.suse/comedi-Flush-partial-mappings-in-error-case.patch patches.suse/counter-stm32-timer-cnt-fix-device_node-handling-in-.patch patches.suse/counter-stm32-timer-cnt-Add-check-for-clk_enable.patch patches.suse/counter-ti-ecap-capture-Add-check-for-clk_enable.patch patches.suse/iio-invensense-fix-multiple-odr-switch-when-FIFO-is-.patch patches.suse/iio-backend-fix-wrong-pointer-passed-to-IS_ERR.patch patches.suse/iio-adc-ad7923-Fix-buffer-overflow-for-tx_buf-and-ri.patch patches.suse/ad7780-fix-division-by-zero-in-ad7780_write_raw.patch patches.suse/iio-adc-ad4000-fix-reading-unsigned-data.patch patches.suse/iio-gts-Fix-uninitialized-symbol-ret.patch patches.suse/iio-gts-fix-infinite-loop-for-gain_to_scaletables.patch patches.suse/iio-accel-kx022a-Fix-raw-read-format.patch patches.suse/iio-accel-adxl380-fix-raw-sample-read.patch patches.suse/iio-Fix-fwnode_handle-in-__fwnode_iio_channel_get_by.patch patches.suse/bus-mhi-host-Switch-trace_mhi_gen_tre-fields-to-nati.patch patches.suse/iio-adc-ad7192-properly-check-spi_get_device_match_d.patch patches.suse/iio-accel-kxcjk-1013-Remove-redundant-I-C-ID.patch patches.suse/iio-accel-kxcjk-1013-Revert-Add-support-for-KX022-10.patch patches.suse/iio-light-ltr501-Add-LTER0303-to-the-supported-devic.patch patches.suse/iio-adc-ad4000-Check-for-error-code-from-devm_mutex_.patch patches.suse/iio-adc-pac1921-Check-for-error-code-from-devm_mutex.patch patches.suse/iio-dac-ad3552r-changes-to-use-FIELD_PREP.patch patches.suse/spmi-pmic-arb-fix-return-path-in-for_each_available_.patch patches.suse/1475-mei-vsc-Do-not-re-enable-interrupt-from-vsc_tp_reset.patch patches.suse/1476-mei-vsc-Improve-error-logging-in-vsc_identify_silico.patch patches.suse/interconnect-qcom-icc-rpmh-probe-defer-incase-of-mis.patch patches.suse/1477-mei-vsc-Fix-typo-maintstepping-mainstepping.patch patches.suse/ALSA-ac97-bus-Fix-the-mistake-in-the-comment.patch patches.suse/ALSA-hda-realtek-Update-ALC256-depop-procedure.patch patches.suse/ALSA-usb-audio-Fix-potential-out-of-bound-accesses-f.patch patches.suse/ALSA-docs-fix-dead-hyperlink-to-Intel-HD-Audio-spec.patch patches.suse/ALSA-pcm-Add-sanity-NULL-check-for-the-default-mmap-.patch patches.suse/ALSA-hda-realtek-Fix-Internal-Speaker-and-Mic-boost-.patch patches.suse/ALSA-rawmidi-Fix-kvfree-call-in-spinlock.patch patches.suse/ALSA-usb-audio-Fix-out-of-bounds-reads-when-finding-.patch patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo.patch patches.suse/ALSA-hda-realtek-Enable-speaker-pins-for-Medion-E154.patch patches.suse/ALSA-hda-realtek-Update-ALC225-depop-procedure.patch patches.suse/ALSA-hda-tas2781-Add-speaker-id-check-for-ASUS-proje.patch patches.suse/ALSA-hda-realtek-Set-PCBeep-to-default-value-for-ALC.patch patches.suse/ALSA-asihpi-Remove-unused-variable.patch patches.suse/ALSA-hda-Show-the-codec-quirk-info-at-probing.patch patches.suse/ALSA-core-Fix-possible-NULL-dereference-caused-by-ku.patch patches.suse/ALSA-ump-Fix-evaluation-of-MIDI-1.0-FB-info.patch patches.suse/ALSA-hda-realtek-Apply-quirk-for-Medion-E15433.patch patches.suse/ALSA-hda-improve-bass-speaker-support-for-ASUS-Zenbo.patch patches.suse/ASoC-amd-yc-fix-internal-mic-on-Redmi-G-2022.patch patches.suse/ASoC-amd-Fix-build-dependencies-for-SND_SOC_AMD_PS.patch patches.suse/ASoC-imx-audmix-Add-NULL-check-in-imx_audmix_probe.patch patches.suse/ASoC-apple-Fix-the-wrong-format-specifier.patch patches.suse/ASoC-doc-dapm-Add-location-information-for-dapm-grap.patch patches.suse/ASoC-amd-yc-Add-quirk-for-microphone-on-Lenovo-Think.patch patches.suse/ASoC-amd-yc-Fix-for-enabling-DMIC-on-acp6x-via-_DSD-.patch patches.suse/ASoC-mediatek-Check-num_codecs-is-not-zero-to-avoid-.patch patches.suse/ASoC-SOF-ipc3-topology-Convert-the-topology-pin-inde.patch patches.suse/ASoC-amd-yc-Add-a-quirk-for-microfone-on-Lenovo-Thin.patch patches.suse/1478-drm-i915-hdcp-Fix-when-the-first-read-and-write-are-.patch patches.suse/drm-xe-ufence-Wake-up-waiters-after-setting-ufence-s.patch patches.suse/drm-xe-Mark-preempt-fence-workqueue-as-reclaim.patch patches.suse/1481-drm-amd-pm-Update-data-types-used-for-uapi-i-f.patch patches.suse/1482-drm-amd-pm-Add-gpu_metrics_v1_7.patch patches.suse/1483-drm-amd-pm-Get-xgmi-link-status-for-XGMI_v_6_4_0.patch patches.suse/1484-drm-radeon-Use-ttm_bo_move_null-in-radeon_bo_move.patch patches.suse/drm-amd-pm-update-current_socclk-and-current_uclk-in.patch patches.suse/1486-drm-amd-pm-remove-redundant-tools_size-check.patch patches.suse/1487-drm-amd-display-remove-redundant-is_dsc_possible-che.patch patches.suse/drm-amd-display-update-pipe-selection-policy-to-chec.patch patches.suse/drm-amd-display-Ignore-scalar-validation-failure-if-.patch patches.suse/drm-amd-display-Fix-handling-of-plane-refcount.patch patches.suse/1491-drm-amd-display-Enable-Request-rate-limiter-during-C.patch patches.suse/1492-drm-amd-display-add-public-taps-API-in-SPL.patch patches.suse/1493-drm-amd-display-Populate-Power-Profile-In-Case-of-Ea.patch patches.suse/1494-drm-amd-display-allow-chroma-1-1-scaling-when-sharpn.patch patches.suse/drm-amd-display-Remove-PIPE_DTO_SRC_SEL-programming-.patch patches.suse/1496-drm-amd-display-3.2.310.patch patches.suse/drm-amd-Add-some-missing-straps-from-NBIO-7.11.0.patch patches.suse/drm-amd-Fix-initialization-mistake-for-NBIO-7.11-dev.patch patches.suse/1499-drm-amdkfd-make-sure-ring-buffer-is-flushed-before-u.patch patches.suse/drm-amdgpu-pm-add-gen5-display-to-the-user-on-smu-v1.patch patches.suse/1501-drm-amdgpu-Add-init-level-for-post-reset-reinit.patch patches.suse/1502-drm-amdgpu-Use-reset-recovery-state-checks.patch patches.suse/1503-drm-radeon-Constify-struct-pci_device_id.patch patches.suse/drm-radeon-Fix-spurious-unplug-event-on-radeon-HDMI.patch patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st.patch patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-2bc96c9.patch patches.suse/1507-drm-amd-display-Allow-building-DC-with-clang-on-Loon.patch patches.suse/drm-amdkfd-Use-the-correct-wptr-size.patch patches.suse/drm-amd-pm-disable-pcie-speed-switching-on-Intel-pla.patch patches.suse/drm-amd-pm-skip-setting-the-power-source-on-smu-v14..patch patches.suse/drm-amd-pm-Remove-arcturus-min-power-limit.patch patches.suse/1512-drm-amdgpu-gmc7-fix-wait_for_idle-callers.patch patches.suse/1513-drm-amdgpu-Add-sysfs-interface-for-vcn-reset-mask.patch patches.suse/1514-drm-amdgpu-Fix-sysfs-warning-when-hotplugging.patch patches.suse/drm-amdgpu-vcn-reset-fw_shared-when-VCPU-buffers-cor.patch patches.suse/drm-amdgpu-fix-usage-slab-after-free.patch patches.suse/1517-drm-amdgpu-jpeg-cancel-the-jpeg-worker.patch patches.suse/Revert-drm-radeon-Delay-Connector-detecting-when-HPD.patch patches.suse/1519-drm-rockchip-avoid-64-bit-division.patch patches.suse/1520-drm-xe-Update-xe2_graphics-name-string.patch patches.suse/drm-xe-guc_submit-fix-race-around-pending_disable.patch patches.suse/drm-xe-guc_submit-fix-race-around-suspend_pending.patch patches.suse/drm-xe-migrate-fix-pat-index-usage.patch patches.suse/drm-xe-migrate-use-XE_BO_FLAG_PAGETABLE.patch patches.suse/drm-xe-Take-PM-ref-in-delayed-snapshot-capture-worke.patch patches.suse/tty-serial-fsl_lpuart-add-7-bits-format-support-on-imx7ulp-imx8ulp-imx8qxp.patch patches.suse/misc-eeprom-eeprom_93cx6-Add-quirk-for-extra-read-cl.patch patches.suse/kfifo-don-t-include-dma-mapping.h-in-kfifo.h.patch patches.suse/serial-8250_dw-Add-Sophgo-SG2044-quirk.patch patches.suse/serial-8250-omap-Move-pm_runtime_get_sync.patch patches.suse/serial-sh-sci-Clean-sci_ports-0-after-at-earlycon-ex.patch patches.suse/serial-8250_fintek-Add-support-for-F81216E.patch patches.suse/tty-ldsic-fix-tty_ldisc_autoload-sysctl-s-proc_handl.patch patches.suse/serial-amba-pl011-Fix-RX-stall-when-DMA-is-used.patch patches.suse/serial-amba-pl011-fix-build-regression.patch patches.suse/Revert-serial-sh-sci-Clean-sci_ports-0-after-at-earl.patch patches.suse/smb-client-remove-unnecessary-checks-in-open_cached_dir-.patch patches.suse/smb-client-change-return-value-in-open_cached_dir_by_dentry-if-.patch patches.suse/smb-client-fix-NULL-ptr-deref-in-crypto_aead_setkey.patch patches.suse/smb-client-don-t-try-following-DFS-links-in-cifs_tree_connect-.patch patches.suse/smb-During-unmount-ensure-all-cached-dir-instances-drop-their-dent.patch patches.suse/smb-Initialize-cfid-tcon-before-performing-network-o.patch patches.suse/nfs-localio-remove-extra-indirect-nfs_to-call-to-check-read-write-_iter.patch patches.suse/NFSv4.0-Fix-a-use-after-free-problem-in-the-asynchronous-open.patch patches.suse/nfs-localio-must-clear-res.replen-in-nfs_local_read_done.patch patches.suse/Revert-fs-nfs-fix-missing-refcnt-by-replacing-folio_set_private-by-folio_attach_private.patch patches.suse/Revert-nfs-don-t-reuse-partially-completed-requests-in-nfs_lock_and_join_requests.patch patches.suse/nfs-ignore-SB_RDONLY-when-mounting-nfs.patch patches.suse/sunrpc-clear-XPRT_SOCK_UPD_TIMEOUT-when-reset-transport.patch patches.suse/SUNRPC-timeout-and-cancel-TLS-handshake-with-ETIMEDOUT.patch patches.suse/sunrpc-fix-one-UAF-issue-caused-by-sunrpc-kernel-tcp-socket.patch patches.suse/nfs-blocklayout-Don-t-attempt-unregister-for-invalid-block-device.patch patches.suse/nfs-blocklayout-Limit-repeat-device-registration-on-failure.patch patches.suse/fs-nfs-io-make-nfs_start_io_-killable.patch patches.suse/ceph-fix-cred-leak-in-ceph_mds_check_access.patch patches.suse/net-9p-usbg-fix-handling-of-the-failed-kzalloc-memor.patch patches.suse/9p-xen-fix-init-sequence.patch patches.suse/9p-xen-fix-release-of-IRQ.patch patches.suse/ubi-wl-Put-source-PEB-into-correct-list-if-trying-lo.patch patches.suse/ubi-fastmap-wl-Schedule-fm_work-if-wear-leveling-poo.patch patches.suse/ubi-fastmap-Fix-duplicate-slab-cache-names-while-att.patch patches.suse/mtd-ubi-fix-unreleased-fwnode_handle-in-find_volume_.patch patches.suse/hostfs-Fix-the-NULL-vs-IS_ERR-bug-for-__filemap_get_folio.patch patches.suse/rtc-cmos-avoid-taking-rtc_lock-for-extended-period-o.patch patches.suse/rtc-st-lpc-Use-IRQF_NO_AUTOEN-flag-in-request_irq.patch patches.suse/rtc-bbnsm-add-remove-hook.patch patches.suse/rtc-abx80x-Fix-WDT-bit-position-of-the-status-regist.patch patches.suse/rtc-check-if-__rtc_read_time-was-successful-in-rtc_t.patch patches.suse/rtc-rzn1-fix-BCD-to-rtc_time-conversion-errors.patch patches.suse/rtc-ab-eoz9-don-t-fail-temperature-reads-on-undervol.patch patches.suse/Rename-.data.unlikely-to-.data.unlikely.patch patches.suse/Rename-.data.once-to-.data.once-to-fix-resetting-WAR.patch patches.suse/kbuild-deb-pkg-Don-t-fail-if-modules.order-is-missin.patch patches.suse/kbuild-switch-from-lz4c-to-lz4-for-compression.patch patches.suse/setlocalversion-work-around-git-describe-performance.patch patches.suse/modpost-remove-incorrect-code-in-do_eisa_entry.patch patches.suse/modpost-remove-unnecessary-check-in-do_acpi_entry.patch patches.suse/modpost-introduce-module_alias_printf-helper.patch patches.suse/modpost-deduplicate-MODULE_ALIAS-for-all-drivers.patch patches.suse/modpost-remove-DEF_FIELD_ADDR_VAR-macro.patch patches.suse/modpost-pass-struct-module-to-do_-_entry-functions.patch patches.suse/modpost-call-module_alias_printf-from-all-do_-_entry.patch patches.suse/modpost-convert-do_pnp_card_entries-to-a-generic-han.patch patches.suse/modpost-convert-do_pnp_device_entry-to-a-generic-han.patch patches.suse/modpost-convert-do_of_table-to-a-generic-handler.patch patches.suse/modpost-convert-do_usb_table-to-a-generic-handler.patch patches.suse/modpost-move-strstarts-to-modpost.h.patch patches.suse/modpost-rename-variables-in-handle_moddevtable.patch patches.suse/genksyms-reduce-indentation-in-export_symbol.patch patches.suse/arm64-disable-ARCH_CORRECT_STACKTRACE_ON_KRETPROBE-tests.patch patches.suse/KVM-arm64-vgic-v3-Sanitise-guest-writes-to-GICR_INVL.patch patches.suse/KVM-arm64-vgic-Make-vgic_get_irq-more-robust.patch patches.suse/KVM-arm64-vgic-Kill-VGIC_MAX_PRIVATE-definition.patch patches.suse/KVM-arm64-vgic-its-Add-stronger-type-checking-to-the.patch patches.suse/KVM-arm64-Mark-set_sysreg_masks-as-inline-to-avoid-b.patch patches.suse/KVM-arm64-Ignore-PMCNTENSET_EL0-while-checking-for-o.patch patches.suse/KVM-arm64-Use-MDCR_EL2.HPME-to-evaluate-overflow-of-.patch patches.suse/io_uring-protect-register-tracing.patch patches.suse/io_uring-region-return-negative-E2BIG-in-io_create_r.patch patches.suse/io_uring-add-io_local_work_pending.patch patches.suse/io_uring-limit-local-tw-done.patch patches.suse/io_uring-nop-ensure-nop-fd-is-always-initialized.patch patches.suse/io_uring-check-for-overflows-in-io_pin_pages.patch patches.suse/io_uring-fix-task_work-cap-overshooting.patch patches.suse/io_uring-fix-corner-case-forgetting-to-vunmap.patch patches.suse/io_uring-tctx-work-around-xa_store-allocation-error-.patch patches.suse/blk-settings-round-down-io_opt-to-physical_block_size.patch patches.suse/block-fix-uaf-for-flush-rq-while-iterating-tags.patch patches.suse/block-return-unsigned-int-from-bdev_io_min.patch patches.suse/loop-Fix-ABBA-locking-race.patch patches.suse/block-Drop-granularity-check-in-queue_limit_discard_.patch patches.suse/ublk-fix-error-code-for-unsupported-command.patch patches.suse/block-Add-extra-checks-in-blk_validate_atomic_write_.patch patches.suse/block-Support-atomic-writes-limits-for-stacked-devic.patch patches.suse/md-raid0-Atomic-write-support.patch patches.suse/md-raid1-Atomic-write-support.patch patches.suse/md-raid10-Atomic-write-support.patch patches.suse/Revert-block-bfq-merge-bfq_release_process_ref-into-bfq_put_cooperator.patch patches.suse/block-blk-mq-fix-uninit-value-in-blk_rq_prep_clone-a.patch patches.suse/block-don-t-bother-checking-the-data-direction-for-m.patch patches.suse/block-req-bio-is-always-set-in-the-merge-code.patch patches.suse/block-return-unsigned-int-from-bdev_io_opt.patch patches.suse/block-return-unsigned-int-from-queue_dma_alignment.patch patches.suse/block-return-unsigned-int-from-blk_lim_dma_alignment.patch patches.suse/block-return-bool-from-blk_rq_aligned.patch patches.suse/block-remove-a-duplicate-definition-for-bdev_read_on.patch patches.suse/block-return-bool-from-get_disk_ro-and-bdev_read_onl.patch patches.suse/nvme-multipath-Fix-RCU-list-traversal-to-use-SRCU-pr.patch patches.suse/nvme-pci-add-support-for-sgl-metadata.patch patches.suse/nvme-define-the-remaining-used-sgls-constants.patch patches.suse/nvme-pci-use-sgls-for-all-user-requests-if-possible.patch patches.suse/Revert-nvme-make-keep-alive-synchronous-operation.patch patches.suse/nvme-fabrics-fix-kernel-crash-while-shutting-down-co.patch patches.suse/nvme-introduce-change-ptpl-and-iekey-definition.patch patches.suse/nvme-tuning-pr-code-by-using-defined-structs-and-mac.patch patches.suse/block-Remove-extra-part-pointer-NULLify-in-blk_rq_in.patch patches.suse/block-Prevent-potential-deadlock-in-blk_revalidate_disk_zones.patch patches.suse/mq-deadline-don-t-call-req_get_ioprio-from-the-I-O-c.patch patches.suse/block-Don-t-allow-an-atomic-write-be-truncated-in-blkdev_write_iter.patch patches.suse/block-bfq-fix-bfqq-uaf-in-bfq_limit_depth.patch patches.suse/brd-decrease-the-number-of-allocated-pages-which-discarded.patch patches.suse/tools-power-turbostat-fix-GCC9-build-regression.patch patches.suse/tools-power-turbostat-Fix-column-printing-for-PMT-xtal_time-counters.patch patches.suse/tools-power-turbostat-Allow-using-cpu-device-in-perf-counters-on-hybrid-platforms.patch patches.suse/tools-power-turbostat-Fix-trailing-n-parsing.patch patches.suse/tools-power-turbostat-Honor-show-CPU-even-when-even-when-num_cpus-1.patch patches.suse/tools-power-turbostat-Remove-PC7-PC9-support-on-MTL.patch patches.suse/tools-power-turbostat-Add-back-PC8-support-on-Arrowlake.patch patches.suse/tools-power-turbostat-Rename-arl_features-to-lnl_features.patch patches.suse/tools-power-turbostat-Remove-PC3-support-on-Lunarlake.patch patches.suse/tools-power-turbostat-Add-initial-support-for-GraniteRapids-D.patch patches.suse/tools-power-turbostat-Enhance-platform-divergence-description.patch patches.suse/tools-power-turbostat-Remove-unnecessary-fflush-call.patch patches.suse/tools-power-turbostat-Consolidate-graphics-sysfs-access.patch patches.suse/tools-power-turbostat-Cache-graphics-sysfs-file-descriptors-during-probe.patch patches.suse/tools-power-turbostat-Add-support-for-sys-class-drm-card1.patch patches.suse/tools-power-turbostat-Force-no-perf-in-dump-mode.patch patches.suse/tools-power-turbostat-Fix-child-s-argument-forwardin.patch patches.suse/tools-power-turbostat-Add-RAPL-psys-as-a-built-in-counter.patch patches.suse/tools-power-turbostat-2024.11.30.patch patches.suse/x86-mm-Carve-out-INVLPG-inline-asm-for-use-by-others.patch patches.suse/x86-microcode-AMD-Flush-patch-buffer-mapping-after-applica.patch patches.suse/x86-Documentation-Update-algo-in-init_size-descripti.patch patches.suse/x86-CPU-AMD-Terminate-the-erratum_1386_microcode-arr.patch patches.suse/irqchip-irq-mvebu-sei-Move-misplaced-select-callback.patch patches.suse/irqchip-gicv3-its-Add-workaround-for-hip09-ITS-errat.patch patches.suse/module-Convert-default-symbol-namespace-to-string-li.patch patches.suse/xfs-remove-unknown-compat-feature-check-in-superblock-write-validation.patch patches.suse/quota-flush-quota_release_work-upon-quota-writeback.patch patches.suse/udf-Skip-parent-dir-link-count-update-if-corrupted.patch patches.suse/udf-Verify-inode-link-counts-before-performing-renam.patch patches.suse/btrfs-fix-use-after-free-in-btrfs_encoded_read_endio.patch patches.suse/btrfs-don-t-loop-for-nowait-writes-when-checking-for.patch patches.suse/btrfs-add-a-sanity-check-for-btrfs-root-in-btrfs_search_sl.patch patches.suse/platform-x86-asus-wmi-Ignore-return-value-when-writi.patch patches.suse/platform-x86-asus-nb-wmi-Ignore-unknown-event-0xCF.patch patches.suse/LoongArch-BPF-Adjust-the-parameter-of-emit_jirl.patch patches.suse/LoongArch-KVM-Protect-kvm_check_requests-with-SRCU.patch patches.suse/LoongArch-KVM-Protect-kvm_io_bus_-read-write-with-SR.patch patches.suse/iTCO_wdt-mask-NMI_NOW-bit-for-update_no_reboot_bit-c.patch patches.suse/watchdog-xilinx_wwdt-Calculate-max_hw_heartbeat_ms-u.patch patches.suse/watchdog-apple-Actually-flush-writes-after-requestin.patch patches.suse/watchdog-it87_wdt-add-PWRGD-enable-quirk-for-Qotom-Q.patch patches.suse/watchdog-rzg2l_wdt-Power-on-the-watchdog-domain-in-t.patch patches.suse/Revert-watchdog-s3c2410_wdt-use-exynos_get_pmu_regma.patch patches.suse/watchdog-mediatek-Make-sure-system-reset-gets-assert.patch patches.suse/watchdog-mediatek-Add-support-for-MT6735-TOPRGU-WDT.patch patches.suse/watchdog-rti-of-honor-timeout-sec-property.patch patches.suse/HID-i2c-hid-Revert-to-using-power-commands-to-wake-o.patch patches.suse/HID-wacom-fix-when-get-product-name-maybe-null-point.patch patches.suse/selftests-hid-fix-typo-and-exit-code.patch patches.suse/HID-bpf-constify-hid_ops.patch patches.suse/HID-bpf-drop-unneeded-casts-discarding-const.patch patches.suse/selftests-hid-fix-kfunc-inclusions-with-newer-bpftoo.patch patches.suse/tracing-Fix-cmp_entries_dup-to-respect-sort-comparison-rul.patch patches.suse/tracing-Fix-archs-that-still-call-tracepoints-withou.patch patches.suse/net-enetc-Do-not-configure-preemptible-TCs-if-SIs-do.patch patches.suse/ptp-Add-error-handling-for-adjfine-callback-in-ptp_c.patch patches.suse/net-sched-tbf-correct-backlog-statistic-for-GSO-pack.patch patches.suse/net-hsr-avoid-potential-out-of-bound-access-in-fill_.patch patches.suse/bnxt_en-ethtool-Supply-ntuple-rss-context-action.patch patches.suse/net-Fix-icmp-host-relookup-triggering-ip_rt_bug.patch patches.suse/ipv6-avoid-possible-NULL-deref-in-modify_prefix_rout.patch patches.suse/octeontx2-af-Fix-SDP-MAC-link-credits-configuration.patch patches.suse/can-dev-can_set_termination-allow-sleeping-GPIOs.patch patches.suse/can-gs_usb-add-usb-endpoint-address-detection-at-dri.patch patches.suse/can-c_can-c_can_handle_bus_err-update-statistics-if-.patch patches.suse/can-sun4i_can-sun4i_can_err-call-can_change_state-ev.patch patches.suse/can-hi311x-hi3110_can_ist-fix-potential-use-after-fr.patch patches.suse/can-m_can-m_can_handle_lec_err-fix-rx-tx-_errors-sta.patch patches.suse/can-ifi_canfd-ifi_canfd_handle_lec_err-fix-rx-tx-_er.patch patches.suse/can-hi311x-hi3110_can_ist-fix-rx-tx-_errors-statisti.patch patches.suse/can-sja1000-sja1000_err-fix-rx-tx-_errors-statistics.patch patches.suse/can-sun4i_can-sun4i_can_err-fix-rx-tx-_errors-statis.patch patches.suse/can-ems_usb-ems_usb_rx_err-fix-rx-tx-_errors-statist.patch patches.suse/can-f81604-f81604_handle_can_bus_errors-fix-rx-tx-_e.patch patches.suse/can-mcp251xfd-mcp251xfd_get_tef_len-work-around-erra.patch patches.suse/can-j1939-j1939_session_new-fix-skb-reference-counti.patch patches.suse/net-phy-microchip-Reset-LAN88xx-PHY-to-ensure-clean-.patch patches.suse/net-ipv6-release-expired-exception-dst-cached-in-soc.patch patches.suse/dccp-Fix-memory-leak-in-dccp_feat_change_recv.patch patches.suse/tipc-Fix-use-after-free-of-kernel-socket-in-cleanup_.patch patches.suse/net-smc-initialize-close_work-early-to-avoid-warning.patch patches.suse/net-smc-fix-LGR-and-link-use-after-free-issue.patch patches.suse/net-qed-allow-old-cards-not-supporting-num_images-to.patch patches.suse/net-hsr-must-allocate-more-bytes-for-RedBox-support.patch patches.suse/net-Make-napi_hash_lock-irq-safe.patch patches.suse/Revert-udp-avoid-calling-sock_def_readable-if-possib.patch patches.suse/ethtool-Fix-access-to-uninitialized-fields-in-set-RX.patch patches.suse/net-sched-fix-erspan_opt-settings-in-cls_flower.patch patches.suse/net-sched-fix-ordering-of-qlen-adjustment.patch patches.suse/ethtool-Fix-wrong-mod-state-in-case-of-verbose-and-n.patch patches.suse/geneve-do-not-assume-mac-header-is-set-in-geneve_xmi.patch patches.suse/bnxt_en-refactor-tpa_info-alloc-free-into-helpers.patch patches.suse/bnxt_en-refactor-bnxt_alloc_rx_rings-to-call-bnxt_al.patch patches.suse/bnxt_en-handle-tpa_info-in-queue-API-implementation.patch patches.suse/net-mlx5-HWS-Fix-memory-leak-in-mlx5hws_definer_calc.patch patches.suse/net-mlx5-HWS-Properly-set-bwc-queue-locks-lock-class.patch patches.suse/net-mlx5-E-Switch-Fix-switching-to-switchdev-mode-wi.patch patches.suse/net-mlx5-E-Switch-Fix-switching-to-switchdev-mode-in.patch patches.suse/net-mlx5e-SD-Use-correct-mdev-to-build-channel-param.patch patches.suse/net-mlx5e-Remove-workaround-to-avoid-syndrome-for-in.patch patches.suse/ice-fix-PHY-Clock-Recovery-availability-check.patch patches.suse/ice-fix-PHY-timestamp-extraction-for-ETH56G.patch patches.suse/ice-Fix-NULL-pointer-dereference-in-switchdev.patch patches.suse/ice-Fix-VLAN-pruning-in-switchdev-mode.patch patches.suse/idpf-set-completion-tag-for-empty-bufs-associated-wi.patch patches.suse/ixgbevf-stop-attempting-IPSEC-offload-on-Mailbox-API.patch patches.suse/ixgbe-downgrade-logging-of-unsupported-VF-API-versio.patch patches.suse/ixgbe-Correct-BASE-BX10-compliance-code.patch patches.suse/igb-Fix-potential-invalid-memory-access-in-igb_init_.patch patches.suse/ipvs-fix-UB-due-to-uninitialized-stack-access-in-ip_.patch patches.suse/0001-netfilter-x_tables-fix-LED-ID-check-in-led_tg_check.patch patches.suse/netfilter-nft_socket-remove-WARN_ON_ONCE-on-maximum-.patch patches.suse/netfilter-nft_inner-incorrect-percpu-area-handling-u.patch patches.suse/netfilter-ipset-Hold-module-reference-while-requesti.patch patches.suse/netfilter-nft_set_hash-skip-duplicated-elements-pending-gc.patch patches.suse/net-avoid-potential-UAF-in-default_operstate.patch patches.suse/msft-hv-3086-net-mana-Request-a-V2-response-version-for-MANA_QUER.patch patches.suse/iommufd-Fix-out_fput-in-iommufd_fault_alloc.patch patches.suse/pmdomain-core-Add-missing-put_device.patch patches.suse/pmdomain-core-Fix-error-path-in-pm_genpd_init-when-i.patch patches.suse/pmdomain-imx-gpcv2-Adjust-delay-after-power-up-hands.patch patches.suse/mmc-sdhci-pci-Add-DMI-quirk-for-missing-CD-GPIO-on-V.patch patches.suse/mmc-core-Further-prevent-card-detect-during-shutdown.patch patches.suse/spi-mpc52xx-Add-cancel_work_sync-before-module-remov.patch patches.suse/spi-intel-Add-Panther-Lake-SPI-controller-support.patch patches.suse/spi-omap2-mcspi-Fix-the-IS_ERR-bug-for-devm_clk_get_.patch patches.suse/regmap-Use-correct-format-specifier-for-logging-rang.patch patches.suse/regmap-detach-regmap-from-dev-on-regmap_exit.patch patches.suse/ALSA-seq-ump-Fix-seq-port-updates-per-FB-info-notify.patch patches.suse/ALSA-ump-Don-t-open-legacy-substream-for-an-inactive.patch patches.suse/ALSA-ump-Indicate-the-inactive-group-in-legacy-subst.patch patches.suse/ALSA-ump-Update-legacy-substream-names-upon-FB-info-.patch patches.suse/ALSA-hda-conexant-fix-Z60MR100-startup-pop-issue.patch patches.suse/ALSA-usb-audio-Notify-xrun-for-low-latency-mode.patch patches.suse/ALSA-sh-Use-standard-helper-for-buffer-accesses.patch patches.suse/ALSA-ump-Shut-up-truncated-string-warning.patch patches.suse/ALSA-usb-audio-add-mixer-mapping-for-Corsair-HS80.patch patches.suse/ALSA-hda-realtek-Enable-mute-and-micmute-LED-on-HP-P.patch patches.suse/ALSA-hda-tas2781-Fix-error-code-tas2781_read_acpi.patch patches.suse/ALSA-hda-realtek-Add-support-for-Samsung-Galaxy-Book.patch patches.suse/ALSA-usb-audio-Fix-a-DMA-to-stack-memory-bug.patch patches.suse/ALSA-usb-audio-Add-extra-PID-for-RME-Digiface-USB.patch patches.suse/ALSA-hda-realtek-fix-micmute-LEDs-don-t-work-on-HP-L.patch patches.suse/ALSA-hda-realtek-Fix-spelling-mistake-Firelfy-Firefl.patch patches.suse/ASoC-Intel-avs-da7219-Remove-suspend_pre-and-resume_.patch patches.suse/ASoC-SOF-ipc3-topology-fix-resource-leaks-in-sof_ipc.patch patches.suse/ASoC-mediatek-mt8188-mt6359-Remove-hardcoded-dmic-co.patch patches.suse/dma-fence-Fix-reference-leak-on-fence-merge-failure-.patch patches.suse/dma-fence-Use-kernel-s-sort-for-merging-fences.patch patches.suse/dma-buf-fix-dma_fence_array_signaled-v4.patch patches.suse/drm-dp_mst-Fix-MST-sideband-message-body-length-chec.patch patches.suse/drm-sti-Add-__iomem-for-mixer_dbg_mxn-s-parameter.patch patches.suse/1531-drm-xe-guc-Fix-missing-init-value-and-add-register-o.patch patches.suse/drm-xe-Move-the-coredump-registration-to-the-worker-.patch patches.suse/drm-dp_mst-Fix-resetting-msg-rx-state-after-topology.patch patches.suse/drm-dp_mst-Verify-request-type-in-the-corresponding-.patch patches.suse/1535-drm-dp_mst-Simplify-error-path-in-drm_dp_mst_handle_.patch patches.suse/1536-drm-dp_mst-Fix-down-request-message-timeout-handling.patch patches.suse/drm-dp_mst-Ensure-mst_primary-pointer-is-valid-in-dr.patch patches.suse/1538-drm-dp_mst-Reset-message-rx-state-after-OOM-in-drm_d.patch patches.suse/1539-drm-dp_mst-Use-reset_msg_rx_state-instead-of-open-co.patch patches.suse/drm-v3d-Enable-Performance-Counters-before-clearing-.patch patches.suse/1541-drm-amdgpu-jpeg1.0-fix-idle-work-handler.patch patches.suse/drm-amdgpu-hdp4.0-do-a-posting-read-when-flushing-HD.patch patches.suse/drm-amdgpu-hdp5.0-do-a-posting-read-when-flushing-HD.patch patches.suse/drm-amdgpu-hdp5.2-do-a-posting-read-when-flushing-HD.patch patches.suse/drm-amdgpu-hdp6.0-do-a-posting-read-when-flushing-HD.patch patches.suse/drm-amdgpu-hdp7.0-do-a-posting-read-when-flushing-HD.patch patches.suse/1547-drm-amd-Sanity-check-the-ACPI-EDID.patch patches.suse/1548-drm-amd-display-Fix-programming-backlight-on-OLED-pa.patch patches.suse/drm-amdkfd-add-MEC-version-that-supports-no-PCIe-ato.patch patches.suse/drm-amdkfd-hard-code-cacheline-for-gc943-gc944.patch patches.suse/drm-amd-display-Add-a-left-edge-pixel-if-in-YCbCr422.patch patches.suse/drm-amd-display-Add-option-to-retrieve-detile-buffer.patch patches.suse/drm-amd-display-Correct-prefetch-calculation.patch patches.suse/drm-amd-display-Limit-VTotal-range-to-max-hw-cap-min.patch patches.suse/1555-drm-amd-display-Add-hblank-borrowing-support.patch patches.suse/1556-drm-amdgpu-Fix-ISP-hw-init-issue.patch patches.suse/1557-drm-amdgpu-fix-sriov-reinit-late-orders.patch patches.suse/drm-amd-pm-fix-and-simplify-workload-handling.patch patches.suse/drm-amdgpu-rework-resume-handling-for-display-v2.patch patches.suse/arm64-mm-Fix-zone_dma_limit-calculation.patch patches.suse/arm64-patching-avoid-early-page_to_phys.patch patches.suse/drivers-virt-pkvm-Don-t-fail-ioremap-call-if-MMIO_GU.patch patches.suse/ACPI-IORT-Add-PMCG-platform-information-for-HiSilico.patch patches.suse/arm64-Ensure-bits-ASID-15-8-are-masked-out-when-the-kernel-uses-8-bit-ASIDs.patch patches.suse/coco-virt-arm64-Do-not-enable-cca-guest-driver-by-de.patch patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_TAGGED_ADDR_CTRL.patch patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_FPMR.patch patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_POE.patch patches.suse/bpf-lsm-Remove-getlsmprop-hooks-BTF-IDs.patch patches.suse/bpf-vsock-Fix-poll-missing-a-queue.patch patches.suse/selftest-bpf-Add-test-for-af_vsock-poll.patch patches.suse/bpf-vsock-Invoke-proto-close-on-close.patch patches.suse/selftest-bpf-Add-test-for-vsock-removal-from-sockmap.patch patches.suse/xsk-fix-OOB-map-writes-when-deleting-elements.patch patches.suse/bpf-fix-OOB-devmap-writes-when-deleting-elements.patch patches.suse/xsk-always-clear-DMA-mapping-information-when-unmapp.patch patches.suse/bpftool-fix-potential-NULL-pointer-dereferencing-in-.patch patches.suse/selftests-bpf-Check-for-PREEMPTION-instead-of-PREEMP.patch patches.suse/tcp_bpf-Fix-the-sk_mem_uncharge-logic-in-tcp_bpf_sen.patch patches.suse/selftests-bpf-Add-apply_bytes-test-to-test_txmsg_red.patch patches.suse/bpf-Ensure-reg-is-PTR_TO_STACK-in-process_iter_arg.patch patches.suse/selftests-bpf-Add-tests-for-iter-arg-check.patch patches.suse/bpf-Zero-index-arg-error-string-for-dynptr-and-iter.patch patches.suse/samples-bpf-Remove-unnecessary-I-flags-from-libbpf-E.patch patches.suse/bpf-Don-t-mark-STACK_INVALID-as-STACK_MISC-in-mark_s.patch patches.suse/bpf-Fix-narrow-scalar-spill-onto-64-bit-spilled-scal.patch patches.suse/selftests-bpf-Introduce-__caps_unpriv-annotation-for.patch patches.suse/selftests-bpf-Add-test-for-reading-from-STACK_INVALI.patch patches.suse/selftests-bpf-Add-test-for-narrow-spill-into-64-bit-.patch patches.suse/bpf-Remove-unnecessary-check-when-updating-LPM-trie.patch patches.suse/bpf-Remove-unnecessary-kfree-im_node-in-lpm_trie_upd.patch patches.suse/bpf-Handle-BPF_EXIST-and-BPF_NOEXIST-for-LPM-trie.patch patches.suse/bpf-Handle-in-place-update-for-full-LPM-trie-correct.patch patches.suse/bpf-Fix-exact-match-conditions-in-trie_get_next_key.patch patches.suse/bpf-Switch-to-bpf-mem-allocator-for-LPM-trie.patch patches.suse/bpf-Use-raw_spinlock_t-for-LPM-trie.patch patches.suse/selftests-bpf-Move-test_lpm_map.c-to-map_tests.patch patches.suse/selftests-bpf-Add-more-test-cases-for-LPM-trie.patch patches.suse/io_uring-Change-res2-parameter-type-in-io_uring_cmd_.patch patches.suse/bcache-revert-replacing-IS_ERR_OR_NULL-with-IS_ERR-a.patch patches.suse/virtio-blk-don-t-keep-queue-frozen-during-system-sus.patch patches.suse/nvmet-use-kzalloc-instead-of-ZERO_PAGE-in-nvme_execu.patch patches.suse/nvme-don-t-apply-NVME_QUIRK_DEALLOCATE_ZEROES-when-D.patch patches.suse/nvme-pci-remove-two-deallocate-zeroes-quirks.patch patches.suse/nvme-fabrics-handle-zero-MAXCMD-without-closing-the-.patch patches.suse/nvmet-replace-kmalloc-memset-with-kzalloc-for-data-a.patch patches.suse/nvme-pci-don-t-use-dma_alloc_noncontiguous-with-0-me.patch patches.suse/nvme-tcp-fix-the-memleak-while-create-new-ctrl-faile.patch patches.suse/nvme-rdma-unquiesce-admin_q-before-destroy-it.patch patches.suse/nvme-tcp-no-need-to-quiesce-admin_q-in-nvme_tcp_tear.patch patches.suse/nvme-tcp-simplify-nvme_tcp_teardown_io_queues.patch patches.suse/blk-mq-register-cpuhp-callback-after-hctx-is-added-to-xarray-table.patch patches.suse/blk-mq-move-cpuhp-callback-registering-out-of-q-sysfs_lock.patch patches.suse/scsi-qla1280-Fix-hw-revision-numbering-for-ISP1020-1040.patch patches.suse/scsi-megaraid_sas-Fix-for-a-potential-deadlock.patch patches.suse/scsi-ufs-core-Add-ufshcd_send_bsg_uic_cmd-for-UFS-BSG.patch patches.suse/scsi-ufs-core-Cancel-RTC-work-during-ufshcd_remove.patch patches.suse/scsi-ufs-qcom-Only-free-platform-MSIs-when-ESI-is-en.patch patches.suse/scsi-ufs-pltfrm-Disable-runtime-PM-during-removal-of-glue-.patch patches.suse/scsi-ufs-pltfrm-Drop-PM-runtime-reference-count-after-ufsh.patch patches.suse/scsi-mpt3sas-Diag-Reset-when-Doorbell-In-Use-bit-is-.patch patches.suse/scsi-mpt3sas-Update-driver-version-to-51.100.00.00.patch patches.suse/scsi-mpi3mr-Synchronize-access-to-ioctl-data-buffer.patch patches.suse/scsi-mpi3mr-Fix-corrupt-config-pages-PHY-state-is-switched-in-sysfs.patch patches.suse/scsi-mpi3mr-Start-controller-indexing-from-0.patch patches.suse/scsi-mpi3mr-Handling-of-fault-code-for-insufficient-power.patch patches.suse/scsi-mpi3mr-Update-driver-version-to-8.12.0.3.50.patch patches.suse/scsi-qla2xxx-Fix-abort-in-bsg-timeout.patch patches.suse/scsi-qla2xxx-Fix-use-after-free-on-unload.patch patches.suse/scsi-qla2xxx-Remove-check-req_sg_cnt-should-be-equal.patch patches.suse/scsi-qla2xxx-Fix-NVMe-and-NPIV-connect-issue.patch patches.suse/scsi-qla2xxx-Supported-speed-displayed-incorrectly-f.patch patches.suse/scsi-qla2xxx-Update-version-to-10.02.09.400-k.patch patches.suse/scsi-ufs-core-sysfs-Prevent-div-by-zero.patch patches.suse/scsi-sg-Fix-slab-use-after-free-read-in-sg_release.patch patches.suse/scsi-ufs-core-Add-missing-post-notify-for-power-mode-chang.patch patches.suse/msft-hv-3085-scsi-storvsc-Do-not-flag-MAINTENANCE_IN-return-of-SR.patch patches.suse/scsi-scsi_debug-Fix-hrtimer-support-for-ndelay.patch patches.suse/fs-proc-vmcore.c-fix-warning-when-CONFIG_MMU-n.patch patches.suse/mm-gup-handle-NULL-pages-in-unpin_user_pages.patch patches.suse/mm-mempolicy-fix-migrate_to_node-assuming-there-is-a.patch patches.suse/kasan-make-report_lock-a-raw-spinlock.patch patches.suse/ocfs2-free-inode-when-ocfs2_get_init_inode-fails.patch patches.suse/selftest-hugetlb_dio-fix-test-naming.patch patches.suse/selftests-damon-add-_damon_sysfs.py-to-TEST_FILES.patch patches.suse/Revert-readahead-properly-shorten-readahead-when-fal.patch patches.suse/stackdepot-fix-stack_depot_save_flags-in-NMI-context.patch patches.suse/ocfs2-update-seq_file-index-in-ocfs2_dlm_seq_next.patch patches.suse/mm-respect-mmap-hint-address-when-aligning-for-THP.patch patches.suse/mm-correct-typo-in-MMAP_STATE-macro.patch patches.suse/scatterlist-fix-incorrect-func-name-in-kernel-doc.patch patches.suse/mm-filemap-don-t-call-folio_test_locked-without-a-re.patch patches.suse/lib-stackinit-hide-never-taken-branch-from-compiler.patch patches.suse/mm-damon-fix-order-of-arguments-in-damos_before_apply-trac.patch patches.suse/sched-numa-fix-memory-leak-due-to-the-overwritten-vma-numab_state.patch patches.suse/iio-magnetometer-yas530-use-signed-integer-type-for-.patch patches.suse/x86-pkeys-Change-caller-of-update_pkru_in_sigframe.patch patches.suse/x86-pkeys-Ensure-updated-PKRU-value-is-XRSTOR-d.patch patches.suse/x86-cpu-Add-Lunar-Lake-to-list-of-CPUs-with-a-broken-MONIT.patch patches.suse/x86-cpu-topology-Remove-limit-of-CPUs-due-to-disabled-IO-A.patch patches.suse/x86-kexec-Restore-GDT-on-return-from-preserve_context-kexe.patch patches.suse/cacheinfo-Allocate-memory-during-CPU-hotplug-if-not-done-f.patch patches.suse/x86-cacheinfo-Delete-global-num_cache_leaves.patch patches.suse/x86-CPU-AMD-WARN-when-setting-EFER.AUTOIBRS-if-and-only-if.patch patches.suse/clocksource-Make-negative-motion-detection-more-robust.patch patches.suse/irqchip-stm32mp-exti-CONFIG_STM32MP_EXTI-should-not-.patch patches.suse/modpost-Add-.irqentry.text-to-OTHER_SECTIONS.patch patches.suse/futex-fix-user-access-on-powerpc.patch patches.suse/x86-Fix-build-regression-with-CONFIG_KEXEC_JUMP-enabled.patch patches.suse/sched-deadline-Fix-replenish_dl_new_period-dl_server-condition.patch patches.suse/sched-fix-warning-in-sched_setaffinity.patch patches.suse/softirq-Allow-raising-SCHED_SOFTIRQ-from-SMP-call-function-on-RT-kernel.patch patches.suse/sched-core-Remove-the-unnecessary-need_resched-check-in-nohz_csd_func.patch patches.suse/sched-fair-Check-idle_cpu-before-need_resched-to-detect-ilb-CPU-turning-busy.patch patches.suse/sched-core-Prevent-wakeup-of-ksoftirqd-during-idle-load-balance.patch patches.suse/sched-core-Update-kernel-boot-parameters-for-LAZY-preempt.patch patches.suse/sched-deadline-Fix-warning-in-migrate_enable-for-boosted-tasks.patch patches.suse/locking-rtmutex-Fix-wake_q-logic-in-task_blocks_on_rt_mutex.patch patches.suse/perf-x86-intel-Add-Arrow-Lake-U-support.patch patches.suse/perf-x86-intel-ds-Unconditionally-drain-PEBS-DS-when-chang.patch patches.suse/locking-ww_mutex-Fix-ww_mutex-dummy-lockdep-map-selftest-warnings.patch patches.suse/tracing-eprobe-Fix-to-release-eprobe-when-failed-to-add-dy.patch patches.suse/btrfs-fix-mount-failure-due-to-remount-races.patch patches.suse/btrfs-fix-missing-snapshot-drew-unlock-when-root-is-.patch patches.suse/btrfs-flush-delalloc-workers-queue-before-stopping-c.patch patches.suse/clk-en7523-Fix-wrong-BUS-clock-for-EN7581.patch patches.suse/clk-en7523-Initialize-num-before-accessing-hws-in-en.patch patches.suse/selftests-ftrace-adjust-offset-for-kprobe-syntax-err.patch patches.suse/Revert-unicode-Don-t-special-case-ignorable-code-poi.patch patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch patches.suse/net-mlx5-DR-prevent-potential-error-pointer-derefere.patch patches.suse/selftests-mlxsw-sharedbuffer-Remove-h1-ingress-test-.patch patches.suse/selftests-mlxsw-sharedbuffer-Remove-duplicate-test-c.patch patches.suse/selftests-mlxsw-sharedbuffer-Ensure-no-extra-packets.patch patches.suse/ptp-kvm-x86-Return-EOPNOTSUPP-instead-of-ENODEV-from.patch patches.suse/bnxt_en-Fix-GSO-type-for-HW-GRO-packets-on-5750X-chi.patch patches.suse/bnxt_en-Fix-potential-crash-when-dumping-FW-log-core.patch patches.suse/net-lapb-increase-LAPB_HEADER_LEN.patch patches.suse/net-defer-final-struct-net-free-in-netns-dismantle.patch patches.suse/net-stmmac-fix-TSO-DMA-API-usage-causing-oops.patch patches.suse/cxgb4-use-port-number-to-set-mac-addr.patch patches.suse/qca_spi-Fix-clock-speed-for-multiple-QCA7000.patch patches.suse/qca_spi-Make-driver-probing-reliable.patch patches.suse/octeontx2-af-Fix-installation-of-PF-multicast-rule.patch patches.suse/virtio_net-correct-netdev_tx_reset_queue-invocation-point.patch patches.suse/virtio_ring-add-a-func-argument-recycle_done-to-virt.patch patches.suse/virtio_net-ensure-netdev_tx_reset_queue-is-called-on.patch patches.suse/bnxt_en-Fix-aggregation-ID-mask-to-prevent-oops-on-5.patch patches.suse/Documentation-networking-Add-a-caveat-to-nexthop_com.patch patches.suse/tcp-check-space-before-adding-MPTCP-SYN-options.patch patches.suse/wifi-nl80211-fix-NL80211_ATTR_MLO_LINK_ID-off-by-one.patch patches.suse/wifi-mac80211-fix-mbss-changed-flags-corruption-on-3.patch patches.suse/wifi-mac80211-init-cnt-before-accessing-elem-in-ieee.patch patches.suse/wifi-cfg80211-clear-link-ID-from-bitmap-during-link-.patch patches.suse/wifi-mac80211-wake-the-queues-in-case-of-failure-in-.patch patches.suse/wifi-mac80211-fix-a-queue-stall-in-certain-cases-of-.patch patches.suse/wifi-mac80211-fix-vif-addr-when-switching-from-monit.patch patches.suse/wifi-mac80211-fix-station-NSS-capability-initializat.patch patches.suse/wifi-cfg80211-sme-init-n_channels-before-channels-ac.patch patches.suse/net-renesas-rswitch-avoid-use-after-put-for-a-device.patch patches.suse/msft-hv-3087-net-mana-Fix-memory-leak-in-mana_gd_setup_irqs.patch patches.suse/msft-hv-3088-net-mana-Fix-irq_contexts-memory-leak-in-mana_gd_set.patch patches.suse/net-usb-qmi_wwan-add-Telit-FE910C04-compositions.patch patches.suse/splice-do-not-checksum-AF_UNIX-sockets.patch patches.suse/batman-adv-Do-not-send-uninitialized-TT-changes.patch patches.suse/batman-adv-Remove-uninitialized-data-in-full-table-T.patch patches.suse/batman-adv-Do-not-let-TT-changes-list-grows-indefini.patch patches.suse/net-sched-netem-account-for-backlog-updates-from-child-qdisc.patch patches.suse/selftests-netfilter-Stabilize-rpath.sh.patch patches.suse/netfilter-IDLETIMER-Fix-for-possible-ABBA-deadlock.patch patches.suse/netfilter-nf_tables-do-not-defer-rule-destruction-via-call_rcu.patch patches.suse/net-dsa-tag_ocelot_8021q-fix-broken-reception.patch patches.suse/Bluetooth-Improve-setsockopt-handling-of-malformed-u.patch patches.suse/Bluetooth-hci_event-Fix-using-rcu_read_-un-lock-whil.patch patches.suse/Bluetooth-iso-Always-release-hdev-at-the-end-of-iso_.patch patches.suse/Bluetooth-iso-Fix-recursive-locking-warning.patch patches.suse/Bluetooth-SCO-Add-support-for-16-bits-transparent-vo.patch patches.suse/Bluetooth-iso-Fix-circular-lock-in-iso_listen_bis.patch patches.suse/Bluetooth-iso-Fix-circular-lock-in-iso_conn_big_sync.patch patches.suse/Bluetooth-btmtk-avoid-UAF-in-btmtk_process_coredump.patch patches.suse/perf-tools-Fix-build-id-event-recording.patch patches.suse/perf-test-Don-t-signal-all-processes-on-system-when-interrupting-tests.patch patches.suse/perf-machine-Initialize-machine-env-to-address-a-segfault.patch patches.suse/tools-headers-Sync-uapi-linux-perf_event.h-with-the-kernel-sources.patch patches.suse/tools-headers-Sync-x86-kvm-and-cpufeature-headers-wi.patch patches.suse/perf-tools-Fix-build-error-on-generated-fs_at_flags_array.c.patch patches.suse/perf-tools-Fix-precise_ip-fallback-logic.patch patches.suse/perf-ftrace-Fix-undefined-behavior-in-cmp_profile_data.patch patches.suse/perf-hwmon_pmu-Use-openat-rather-than-dup-to-refresh-directory.patch patches.suse/perf-test-hwmon_pmu-Fix-event-file-location.patch patches.suse/perf-test-expr-Fix-system_tsc_freq-for-only-x86.patch patches.suse/libperf-evlist-Fix-cpu-argument-on-hybrid-platform.patch patches.suse/perf-probe-Fix-uninitialized-variable.patch patches.suse/ALSA-hda-cs35l56-Remove-calls-to-cs35l56_force_sync_.patch patches.suse/ALSA-hda-realtek-Fix-headset-mic-on-Acer-Nitro-5.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-Zen-AIO-27-Z27.patch patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-Yamah.patch patches.suse/ALSA-hda-ca0132-Use-standard-HD-audio-quirk-matching.patch patches.suse/ALSA-hda-realtek-Add-new-alc2xx-fixup-headset-mic-mo.patch patches.suse/sound-usb-enable-DSD-output-for-ddHiFi-TC44C.patch patches.suse/sound-usb-format-don-t-warn-that-raw-DSD-is-unsuppor.patch patches.suse/ALSA-control-Avoid-WARN-for-symlink-errors.patch patches.suse/ASoC-amd-yc-Fix-the-wrong-return-value.patch patches.suse/ASoC-audio-graph-card-Call-of_node_put-on-correct-no.patch patches.suse/ASoC-tas2781-Fix-calibration-issue-in-stress-test.patch patches.suse/ASoC-fsl_xcvr-change-IFACE_PCM-to-IFACE_MIXER.patch patches.suse/ASoC-fsl_spdif-change-IFACE_PCM-to-IFACE_MIXER.patch patches.suse/ASoC-Intel-sof_sdw-Add-space-for-a-terminator-into-D.patch patches.suse/gpio-ljca-Initialize-num-before-accessing-item-in-lj.patch patches.suse/gpio-graniterapids-Fix-vGPIO-driver-crash.patch patches.suse/gpio-graniterapids-Fix-incorrect-BAR-assignment.patch patches.suse/gpio-graniterapids-Fix-invalid-GPI_IS-register-offse.patch patches.suse/gpio-graniterapids-Fix-invalid-RXEVCFG-register-bitm.patch patches.suse/gpio-graniterapids-Determine-if-GPIO-pad-can-be-used.patch patches.suse/gpio-graniterapids-Check-if-GPIO-line-can-be-used-fo.patch patches.suse/gpio-graniterapids-Fix-GPIO-Ack-functionality.patch patches.suse/gpio-idio-16-Actually-make-use-of-the-GPIO_IDIO_16-s.patch patches.suse/riscv-Fix-wrong-usage-of-__pa-on-a-fixmap-address.patch patches.suse/arm64-stacktrace-Skip-reporting-LR-at-exception-boundaries.patch patches.suse/arm64-stacktrace-Don-t-WARN-when-unwinding-other-tasks.patch patches.suse/kselftest-arm64-abi-fix-SVCR-detection.patch patches.suse/xfs-fix-off-by-one-error-in-fsmap-s-end_daddr-usage.patch patches.suse/xfs-return-a-64-bit-block-count-from-xfs_btree_count_blocks.patch patches.suse/xfs-don-t-drop-errno-values-when-we-fail-to-ficlone-the-entire-range.patch patches.suse/xfs-set-XFS_SICK_INO_SYMLINK_ZAPPED-explicitly-when-zapping-a-symlink.patch patches.suse/xfs-fix-null-bno_hint-handling-in-xfs_rtallocate_rtg.patch patches.suse/xfs-update-btree-keys-correctly-when-_insrec-splits-an-inode-root-block.patch patches.suse/xfs-fix-scrub-tracepoints-when-inode-rooted-btrees-are-involved.patch patches.suse/xfs-unlock-inodes-when-erroring-out-of-xfs_trans_alloc_dir.patch patches.suse/xfs-only-run-precommits-once-per-transaction-object.patch patches.suse/xfs-avoid-nested-calls-to-__xfs_trans_commit.patch patches.suse/xfs-don-t-lose-solo-superblock-counter-update-transactions.patch patches.suse/xfs-don-t-lose-solo-dquot-update-transactions.patch patches.suse/xfs-separate-dquot-buffer-reads-from-xfs_dqflush.patch patches.suse/xfs-clean-up-log-item-accesses-in-xfs_qm_dqflush-_done.patch patches.suse/xfs-attach-dquot-buffer-to-dquot-log-item-buffer.patch patches.suse/xfs-convert-quotacheck-to-attach-dquot-buffers.patch patches.suse/xfs-fix-sb_spino_align-checks-for-large-fsblock-sizes.patch patches.suse/xfs-return-from-xfs_symlink_verify-early-on-V4-filesystems.patch patches.suse/acpi-nfit-vmalloc-out-of-bounds-Read-in-acpi_nfit_ct.patch patches.suse/io_uring-rsrc-don-t-put-free-empty-buffers.patch patches.suse/block-Use-a-zone-write-plug-BIO-work-for-REQ_NOWAIT-BIOs.patch patches.suse/block-Ignore-REQ_NOWAIT-for-zone-reset-and-zone-finish-operations.patch patches.suse/dm-Fix-dm-zoned-reclaim-zone-write-pointer-alignment.patch patches.suse/block-Prevent-potential-deadlocks-in-zone-write-plug-error-recovery.patch patches.suse/blk-cgroup-Fix-UAF-in-blkcg_unpin_online.patch patches.suse/block-get-wp_offset-by-bdev_offset_from_zone_start.patch patches.suse/block-Make-bio_iov_bvec_set-accept-pointer-to-const-.patch patches.suse/blk-iocost-Avoid-using-clamp-on-inuse-in-__propagate_weights.patch patches.suse/mq-deadline-Remove-a-local-variable.patch patches.suse/blk-mq-Clean-up-blk_mq_requeue_work.patch patches.suse/block-Fix-queue_iostats_passthrough_show.patch patches.suse/block-Fix-potential-deadlock-while-freezing-queue-an.patch patches.suse/ACPI-resource-Fix-memory-resource-type-union-access.patch patches.suse/ACPICA-events-evxfregn-don-t-release-the-ContextMute.patch patches.suse/Documentation-PM-Clarify-pm_runtime_resume_and_get-r.patch patches.suse/1561-drm-i915-dsb-Don-t-use-indexed-register-writes-needl.patch patches.suse/drm-i915-color-Stop-using-non-posted-DSB-writes-for-.patch patches.suse/drm-i915-Fix-NULL-pointer-dereference-in-capture_eng.patch patches.suse/drm-i915-Fix-memory-leak-by-correcting-cache-object-.patch patches.suse/drm-xe-fix-the-ERR_PTR-returned-on-failure-to-alloca.patch patches.suse/drm-xe-Call-invalidation_fence_fini-for-PT-inval-fen.patch patches.suse/drm-xe-reg_sr-Remove-register-pool.patch patches.suse/1568-Revert-drm-amdgpu-Fix-ISP-hw-init-issue.patch patches.suse/drm-amdgpu-use-sjt-mec-fw-on-gfx943-for-sriov.patch patches.suse/drm-amdgpu-fix-UVD-contiguous-CS-mapping-problem.patch patches.suse/amdgpu-uvd-get-ring-reference-from-rq-scheduler.patch patches.suse/1572-drm-amd-pm-Initialize-power-profile-mode.patch patches.suse/drm-amd-pm-Set-SMU-v13.0.7-default-workload-type.patch patches.suse/drm-amdkfd-Correct-the-migration-DMA-map-direction.patch patches.suse/drm-amdkfd-Dereference-null-return-value.patch patches.suse/drm-amdkfd-hard-code-cacheline-size-for-gfx11.patch patches.suse/drm-amdkfd-hard-code-MALL-cacheline-size-for-gfx11-g.patch patches.suse/1578-drm-amdgpu-Fix-ISP-HW-init-issue.patch patches.suse/drm-amdgpu-fix-when-the-cleaner-shader-is-emitted.patch patches.suse/drm-amdkfd-pause-autosuspend-when-creating-pdd.patch patches.suse/regulator-axp20x-AXP717-set-ramp_delay.patch patches.suse/spi-aspeed-Fix-an-error-handling-path-in-aspeed_spi_.patch patches.suse/spi-rockchip-Fix-PM-runtime-count-on-no-op-cs.patch patches.suse/spi-spi-cadence-qspi-Disable-STIG-mode-for-Altera-So.patch patches.suse/ata-sata_highbank-fix-OF-node-reference-leak-in-high.patch patches.suse/iommu-vt-d-Remove-cache-tags-before-disabling-ATS.patch patches.suse/iommu-vt-d-Fix-qi_batch-NULL-pointer-with-nested-par.patch patches.suse/drm-panic-remove-spurious-empty-line-to-clean-warnin.patch patches.suse/crypto-hisilicon-debugfs-fix-the-struct-pointer-inco.patch patches.suse/serial-sh-sci-Check-if-TX-data-was-written-to-device.patch patches.suse/tty-serial-Work-around-warning-backtrace-in-serial8250_set_defaults.patch patches.suse/usb-ehci-hcd-fix-call-balance-of-clocks-handling-rou.patch patches.suse/usb-host-max3421-hcd-Correctly-abort-a-USB-request.patch patches.suse/usb-typec-anx7411-fix-fwnode_handle-reference-leak.patch patches.suse/usb-typec-anx7411-fix-OF-node-reference-leaks-in-anx.patch patches.suse/usb-dwc3-imx8mp-fix-software-node-kernel-dump.patch patches.suse/usb-gadget-midi2-Fix-interpretation-of-is_midi1-bits.patch patches.suse/usb-core-hcd-only-check-primary-hcd-skip_phy_initial.patch patches.suse/usb-dwc3-xilinx-make-sure-pipe-clock-is-deselected-i.patch patches.suse/usb-misc-onboard_usb_dev-skip-suspend-resume-sequenc.patch patches.suse/usb-gadget-u_serial-Fix-the-issue-that-gs_start_io-c.patch patches.suse/usb-dwc2-Fix-HCD-resume.patch patches.suse/usb-dwc2-hcd-Fix-GetPortStatus-SetPortFeature.patch patches.suse/usb-dwc2-Fix-HCD-port-connection-race.patch patches.suse/usb-typec-ucsi-Fix-completion-notifications.patch patches.suse/usb-typec-ucsi-Fix-connector-status-writing-past-buf.patch patches.suse/bpf-sockmap-Fix-update-element-with-same.patch patches.suse/bpf-sockmap-Fix-race-between-element-replace-and-clo.patc patches.suse/selftests-bpf-Extend-test-for-sockmap-update-with-sa.patch patches.suse/bpf-Fix-UAF-via-mismatching-bpf_prog-attachment-RCU-flavors.patch patches.suse/bpf-perf-Fix-invalid-prog_array-access-in-perf_event.patch patches.suse/bpf-add-find_containing_subprog-utility-function.patch patches.suse/bpf-refactor-bpf_helper_changes_pkt_data-to-use-help.patch patches.suse/bpf-track-changes_pkt_data-property-for-global-funct.patch patches.suse/selftests-bpf-test-for-changing-packet-data-from-glo.patch patches.suse/bpf-check-changes_pkt_data-property-for-extension-pr.patch patches.suse/selftests-bpf-freplace-tests-for-tracking-of-changes.patch patches.suse/bpf-consider-that-tail-calls-invalidate-packet-point.patch patches.suse/selftests-bpf-validate-that-tail-call-invalidates-pa.patch patches.suse/bpf-fix-potential-error-return.patch patches.suse/bpf-Fix-theoretical-prog_array-UAF-in-__uprobe_perf_.patch patches.suse/bpf-fix-null-dereference-when-computing-changes_pkt_.patch patches.suse/selftests-bpf-extend-changes_pkt_data-with-cases-w-o.patch patches.suse/bpf-Check-size-for-BTF-based-ctx-access-of-pointer-m.patch patches.suse/selftests-bpf-Add-test-for-narrow-ctx-load-for-point.patch patches.suse/bpf-Revert-bpf-Mark-raw_tp-arguments-with-PTR_MAYBE_.patch patches.suse/bpf-Augment-raw_tp-arguments-with-PTR_MAYBE_NULL.patch patches.suse/selftests-bpf-Add-tests-for-raw_tp-NULL-args.patch patches.suse/bpf-Avoid-deadlock-caused-by-nested-kprobe-and-fentr.patch patches.suse/scsi-ufs-core-Update-compl_time_stamp_local_clock-after-co.patch patches.suse/arm64-Fix-usage-of-new-shifted-MDCR_EL2-values.patch patches.suse/KVM-arm64-Fix-S1-S2-combination-when-FWB-1-and-S2-ha.patch patches.suse/KVM-arm64-Do-not-allow-ID_AA64MMFR0_EL1.ASIDbits-to-.patch patches.suse/KVM-arm64-vgic-its-Add-error-handling-in-vgic_its_ca.patch patches.suse/KVM-x86-Cache-CPUID.0xD-XSTATE-offsets-sizes-during-.patch patches.suse/RISC-V-KVM-Fix-csr_write-csr_set-for-HVIEN-PMU-overf.patch patches.suse/sched-fair-Fix-NEXT_BUDDY.patch patches.suse/sched-fair-Fix-sched_can_stop_tick-for-fair-tasks.patch patches.suse/sched-eevdf-More-PELT-vs-DELAYED_DEQUEUE.patch patches.suse/sched-dlserver-Fix-dlserver-double-enqueue.patch patches.suse/sched-dlserver-Fix-dlserver-time-accounting.patch patches.suse/irqchip-gic-Correct-declaration-of-percpu_base-point.patch patches.suse/irqchip-gic-v3-Work-around-insecure-GIC-integrations.patch patches.suse/EDAC-amd64-Simplify-ECC-check-on-unified-memory-cont.patch patches.suse/i2c-pnx-Fix-timeout-in-wait-functions.patch patches.suse/i2c-riic-Always-round-up-when-calculating-bus-period.patch patches.suse/efi-zboot-Limit-compression-options-to-GZIP-and-ZSTD.patch patches.suse/efivarfs-Fix-error-on-non-existent-file.patch patches.suse/efi-esrt-remove-esre_attribute-store.patch patches.suse/ARC-bpf-Correct-conditional-check-in-check_jmp_32.patch patches.suse/alienware-wmi-Fix-X-Series-and-G-Series-quirks.patch patches.suse/p2sb-Factor-out-p2sb_read_from_cache.patch patches.suse/p2sb-Introduce-the-global-flag-p2sb_hidden_by_bios.patch patches.suse/p2sb-Move-P2SB-hide-and-unhide-code-to-p2sb_scan_and.patch patches.suse/p2sb-Do-not-scan-and-remove-the-P2SB-device-when-it-.patch patches.suse/platform-x86-intel-ifs-Add-Clearwater-Forest-to-CPU-suppor.patch patches.suse/platform-x86-intel-vsec-Add-support-for-Panther-Lake.patch patches.suse/firmware-arm_scmi-Fix-i.MX-build-dependency.patch patches.suse/firmware-arm_ffa-Fix-the-race-around-setting-ffa_dev.patch patches.suse/xen-netfront-fix-crash-when-removing-device.patch patches.suse/x86-make-get_cpu_vendor-accessible-from-Xen-code.patch patches.suse/objtool-x86-allow-syscall-instruction.patch patches.suse/x86-static-call-provide-a-way-to-do-very-early-stati.patch patches.suse/x86-xen-don-t-do-PV-iret-hypercall-through-hypercall.patch patches.suse/x86-xen-add-central-hypercall-functions.patch patches.suse/x86-xen-use-new-hypercall-functions-instead-of-hyper.patch patches.suse/x86-xen-remove-hypercall-page.patch patches.suse/erofs-fix-PSI-memstall-accounting.patch patches.suse/erofs-add-erofs_sb_free-helper.patch patches.suse/erofs-use-struct-erofs_device_info-for-the-primary-device.patch patches.suse/erofs-reference-struct-erofs_device_info-for-erofs_map_dev.patch patches.suse/erofs-use-buffered-I-O-for-file-backed-mounts-by-default.patch patches.suse/s390-mm-Fix-DirectMap-accounting.patch patches.suse/s390-ipl-Fix-never-less-than-zero-warning.patch patches.suse/s390-mm-Consider-KMSAN-modules-metadata-for-paging-levels.patch patches.suse/fgraph-Still-initialize-idle-shadow-stacks-when-starting.patch patches.suse/x86-static-call-fix-32-bit-build.patch patches.suse/msft-hv-3089-tools-hv-Fix-a-complier-warning-in-the-fcopy-uio-dae.patch patches.suse/msft-hv-3090-x86-hyperv-Fix-hv-tsc-page-based-sched_clock-for-hib.patch patches.suse/msft-hv-3091-tools-hv-change-permissions-of-NetworkManager-config.patch patches.suse/msft-hv-3092-drivers-hv-Convert-open-coded-timeouts-to-secs_to_ji.patch patches.suse/msft-hv-3093-tools-hv-terminate-fcopy-daemon-if-read-from-uio-fai.patch patches.suse/msft-hv-3094-Drivers-hv-util-Don-t-force-error-code-to-ENODEV-in-.patch patches.suse/msft-hv-3095-Drivers-hv-util-Avoid-accessing-a-ringbuffer-not-ini.patch patches.suse/msft-hv-3096-hv-hv_kvp_daemon-Pass-NIC-name-to-hv_get_dns_info-as.patch patches.suse/msft-hv-3097-tools-hv-reduce-resouce-usage-in-hv_get_dns_info-hel.patch patches.suse/msft-hv-3098-tools-hv-add-a-.gitignore-file.patch patches.suse/msft-hv-3099-tools-hv-reduce-resource-usage-in-hv_kvp_daemon.patch patches.suse/tracing-Fix-test_event_printk-to-process-entire-print-argu.patch patches.suse/tracing-Add-missing-helper-functions-in-event-pointer-dere.patch patches.suse/tracing-Add-s-check-in-test_event_printk.patch patches.suse/tracing-Check-s-dereference-via-the-field-and-not-the-TP_p.patch patches.suse/selinux-ignore-unknown-extended-permissions.patch patches.suse/cxl-pci-Fix-potential-bogus-return-value-upon-succes.patch patches.suse/cxl-pci-Check-dport-regs.rcd_pcie_cap-availability-b.patch patches.suse/cxl-region-Fix-region-creation-for-greater-than-x2-s.patch patches.suse/btrfs-fix-improper-generation-check-in-snapshot-dele.patch patches.suse/mmc-sdhci-tegra-Remove-SDHCI_QUIRK_BROKEN_ADMA_ZEROL.patch patches.suse/mmc-mtk-sd-disable-wakeup-in-.remove-and-in-the-erro.patch patches.suse/net-tun-fix-tun_napi_alloc_frags.patch patches.suse/net-smc-protect-link-down-work-from-execute-after-lgr-freed.patch patches.suse/net-smc-check-sndbuf_space-again-after-NOSPACE-flag-is-set.patch patches.suse/net-smc-check-iparea_offset-and-ipv6_prefixes_cnt-wh.patch patches.suse/net-smc-check-v2_ext_offset-eid_cnt-ism_gid_cnt-when-receiving-proposal-msg.patch patches.suse/net-smc-check-smcd_v2_ext_offset-when-receiving-prop.patch patches.suse/net-smc-check-return-value-of-sock_recvmsg-when-drai.patch patches.suse/net-mscc-ocelot-fix-incorrect-IFH-SRC_PORT-field-in-.patch patches.suse/netdevsim-prevent-bad-user-input-in-nsim_dev_health_break_write.patch patches.suse/tools-net-ynl-fix-sub-message-key-lookup-for-nested-.patch patches.suse/ionic-Fix-netdev-notifier-unregister-on-failure.patch patches.suse/ionic-no-double-destroy-workqueue.patch patches.suse/ionic-use-ee-offset-when-returning-sprom-data.patch patches.suse/netdev-fix-repeated-netlink-messages-in-queue-dump.patch patches.suse/netdev-fix-repeated-netlink-messages-in-queue-stats.patch patches.suse/chelsio-chtls-prevent-potential-integer-overflow-on-.patch patches.suse/net-ethernet-oa_tc6-fix-tx-skb-race-condition-betwee.patch patches.suse/qed-fix-possible-uninit-pointer-read-in-qed_mcp_nvm_.patch patches.suse/net-netdevsim-fix-nsim_pp_hold_write.patch patches.suse/can-m_can-set-init-flag-earlier-in-probe.patch patches.suse/can-m_can-fix-missed-interrupts-with-m_can_pci.patch patches.suse/selftests-openvswitch-fix-tcpdump-execution.patch patches.suse/idpf-add-support-for-SW-triggered-interrupts.patch patches.suse/idpf-trigger-SW-interrupt-when-exiting-wb_on_itr-mod.patch patches.suse/net-dsa-restore-dsa_software_vlan_untag-ability-to-operate.patch patches.suse/netdev-genl-avoid-empty-messages-in-queue-dump.patch patches.suse/psample-adjust-size-if-rate_as_probability-is-set.patch patches.suse/octeontx2-pf-fix-netdev-memory-leak-in-rvu_rep_creat.patch patches.suse/octeontx2-pf-fix-error-handling-of-devlink-port-in-r.patch patches.suse/ipvs-Fix-clamp-of-ip_vs_conn_tab-on-small-memory-systems.patch patches.suse/netfilter-ipset-Fix-for-recursive-locking-warning.patch patches.suse/net-mctp-handle-skb-cleanup-on-sock_queue-failures.patch patches.suse/ring-buffer-Fix-overflow-in-__rb_map_vma.patch patches.suse/trace-ring-buffer-Do-not-use-TP_printk-formatting-for-boot.patch patches.suse/i915-guc-Reset-engine-utilization-buffer-before-regi.patch patches.suse/i915-guc-Ensure-busyness-counter-increases-motonical.patch patches.suse/i915-guc-Accumulate-active-runtime-on-gt-reset.patch patches.suse/1585-drm-rework-FB_CORE-dependency.patch patches.suse/1586-udmabuf-fix-racy-memfd-sealing-check.patch patches.suse/udmabuf-also-check-for-F_SEAL_FUTURE_WRITE.patch patches.suse/udmabuf-fix-memory-leak-on-last-export_udmabuf-error.patch patches.suse/dma-buf-Fix-__dma_buf_debugfs_list_del-argument-for-.patch patches.suse/drm-panel-himax-hx83102-Add-a-check-to-prevent-NULL-.patch patches.suse/drm-panel-novatek-nt35950-fix-return-value-check-in-.patch patches.suse/drm-panel-st7701-Add-prepare_prev_first-flag-to-drm_.patch patches.suse/drm-panel-synaptics-r63353-Fix-regulator-unbalance.patch patches.suse/drm-display-use-ERR_PTR-on-DP-tunnel-manager-creatio.patch patches.suse/drm-modes-Avoid-divide-by-zero-harder-in-drm_mode_vr.patch patches.suse/1596-fbdev-Fix-recursive-dependencies-wrt-BACKLIGHT_CLASS.patch patches.suse/1597-drm-fbdev-Select-FB_CORE-dependency-for-fbdev-on-DMA.patch patches.suse/1598-drm-rework-FB_CORE-dependency.patch patches.suse/accel-ivpu-Fix-general-protection-fault-in-ivpu_bo_l.patch patches.suse/1600-accel-ivpu-Fix-memory-leak-in-ivpu_mmu_reserved_cont.patch patches.suse/accel-ivpu-Fix-WARN-in-ivpu_ipc_send_receive_interna.patch patches.suse/1602-drm-sched-Fix-drm_sched_fini-docu-generation.patch patches.suse/1603-drm-amd-Require-CONFIG_HOTPLUG_PCI_PCIE-for-BOCO.patch patches.suse/drm-amdgpu-don-t-access-invalid-sched.patch patches.suse/drm-amdgpu-nbio7.7-fix-IP-version-check.patch patches.suse/drm-amdgpu-nbio7.11-fix-IP-version-check.patch patches.suse/drm-amdgpu-mmhub4.1-fix-IP-version-check.patch patches.suse/drm-amdgpu-gfx12-fix-IP-version-check.patch patches.suse/drm-amdgpu-smu14.0.2-fix-IP-version-check.patch patches.suse/drm-amdgpu-fix-amdgpu_coredump.patch patches.suse/drm-amdgpu-Handle-NULL-bo-tbo.resource-again-in-amdg.patch patches.suse/drm-amd-Update-strapping-for-NBIO-2.5.0.patch patches.suse/drm-amdgpu-nbio7.0-fix-IP-version-check.patch patches.suse/USB-serial-option-add-TCL-IK512-MBIM-ECM.patch patches.suse/USB-serial-option-add-MeiG-Smart-SLM770A.patch patches.suse/USB-serial-option-add-Netprisma-LCUK54-modules-for-W.patch patches.suse/USB-serial-option-add-MediaTek-T7XX-compositions.patch patches.suse/USB-serial-option-add-Telit-FE910C04-rmnet-compositi.patch patches.suse/xhci-Turn-NEC-specific-quirk-for-handling-Stop-Endpo.patch patches.suse/usb-xhci-fix-ring-expansion-regression-in-6.13-rc1.patch patches.suse/thunderbolt-Add-support-for-Intel-Panther-Lake-M-P.patch patches.suse/thunderbolt-Don-t-display-nvm_version-unless-upgrade.patch patches.suse/thunderbolt-Improve-redrive-mode-handling.patch patches.suse/io_uring-make-ctx-timeout_lock-a-raw-spinlock.patch patches.suse/io_uring-Fix-registered-ring-file-refcount-leak.patch patches.suse/io_uring-register-limit-ring-resizing-to-DEFER_TASKR.patch patches.suse/io_uring-check-if-iowq-is-killed-before-queuing.patch patches.suse/block-bdev-use-helper-for-max-block-size-check.patch patches.suse/nvme-use-blk_validate_block_size-for-max-LBA-check.patch patches.suse/block-Revert-block-Fix-potential-deadlock-while-free.patch patches.suse/block-avoid-to-reuse-hctx-not-removed-from-cpuhp-callback-list.patch patches.suse/hwmon-tmp513-Fix-interpretation-of-values-of-Shunt-V.patch patches.suse/hwmon-tmp513-Fix-Current-Register-value-interpretati.patch patches.suse/hwmon-tmp513-Fix-interpretation-of-values-of-Tempera.patch patches.suse/ceph-give-up-on-paths-longer-than-PATH_MAX.patch patches.suse/NFS-pnfs-Fix-a-live-lock-between-recalled-layouts-and-layoutget.patch patches.suse/smb-client-fix-TCP-timers-deadlock-after-rmmod.patch patches.suse/cpufreq-amd-pstate-Detect-preferred-core-support-before-driver-registration.patch patches.suse/cpufreq-amd-pstate-Store-the-boost-numerator-as-highest-perf-again.patch patches.suse/cpufreq-amd-pstate-Use-boost-numerator-for-upper-bound-of-frequencies.patch patches.suse/media-dvb-frontends-dib3000mb-fix-uninit-value-in-di.patch patches.suse/media-mediatek-vcodec-mark-vdec_vp9_slice_map_counts.patch patches.suse/bpf-Fix-bpf_get_smp_processor_id-on-CONFIG_SMP.patch patches.suse/selftests-bpf-Use-asm-constraint-m-for-LoongArch.patch patches.suse/selftests-bpf-Fix-compilation-error-in-get_uprobe_of.patch patches.suse/tcp_bpf-Charge-receive-socket-buffer-in-bpf_tcp_ingr.patch patches.suse/tcp_bpf-Add-sk_rmem_alloc-related-logic-for-tcp_bpf-.patch patches.suse/skmsg-Return-copied-bytes-in-sk_msg_memcopy_from_ite.patch patches.suse/tcp_bpf-Fix-copied-value-in-tcp_bpf_sendmsg.patch patches.suse/bpf-Check-negative-offsets-in-__bpf_skb_min_len.patch patches.suse/selftests-bpf-Add-a-BPF-selftest-for-bpf_skb_change_.patch patches.suse/selftests-bpf-Introduce-socket_helpers.h-for-TC-test.patch patches.suse/selftests-bpf-Test-bpf_skb_change_tail-in-TC-ingress.patch patches.suse/selftests-memfd-run-sysctl-tests-when-PID-namespace-.patch patches.suse/ocfs2-fix-the-space-leak-in-LA-when-releasing-LA.patch patches.suse/mm-use-aligned-address-in-clear_gigantic_page.patch patches.suse/mm-use-aligned-address-in-copy_user_gigantic_page.patch patches.suse/mm-correctly-reference-merged-VMA.patch patches.suse/zram-refuse-to-use-zero-sized-block-device-as-backing-device.patch patches.suse/zram-fix-uninitialized-ZRAM-not-releasing-backing-device.patch patches.suse/fork-avoid-inappropriate-uprobe-access-to-invalid-mm.patch patches.suse/mm-page_alloc-don-t-call-pfn_to_page-on-possibly-non-existent-PFN-in-split_large_buddy.patch patches.suse/alloc_tag-fix-set_codetag_empty-when-CONFIG_MEM_ALLO.patch patches.suse/arm64-dts-broadcom-Fix-L2-linesize-for-Raspberry-Pi-5.patch patches.suse/of-property-fw_devlink-Do-not-use-interrupt-parent-d.patch patches.suse/of-address-Preserve-the-flags-portion-on-1-1-dma-ran.patch patches.suse/of-Fix-error-path-in-of_parse_phandle_with_args_map.patch patches.suse/of-Fix-refcount-leakage-for-OF-node-returned-by-__of.patch patches.suse/of-irq-Fix-interrupt-map-cell-length-check-in-of_irq.patch patches.suse/of-irq-Fix-using-uninitialized-variable-addr_len-in-.patch patches.suse/KVM-VMX-don-t-include-linux-find.h-directly.patch patches.suse/KVM-x86-let-it-be-known-that-ignore_msrs-is-a-bad-id.patch patches.suse/KVM-SVM-Disable-AVIC-on-SNP-enabled-system-without-H.patch patches.suse/KVM-x86-Play-nice-with-protected-guests-in-complete_.patch patches.suse/KVM-SVM-Allow-guest-writes-to-set-MSR_AMD64_DE_CFG-b.patch patches.suse/KVM-x86-mmu-Treat-TDP-MMU-faults-as-spurious-if-acce.patch patches.suse/nfsd-restore-callback-functionality-for-NFSv4.0.patch patches.suse/preempt-Move-PREEMPT_RT-before-PREEMPT-in-vermagic.patch patches.suse/mtd-rawnand-fix-double-free-in-atmel_pmecc_create_us.patch patches.suse/mtd-diskonchip-Cast-an-operand-to-prevent-potential-.patch patches.suse/mtd-rawnand-arasan-Fix-double-assertion-of-chip-sele.patch patches.suse/mtd-rawnand-arasan-Fix-missing-de-registration-of-NA.patch patches.suse/platform-chrome-cros_ec_lpc-fix-product-identity-for.patch patches.suse/phy-usb-Toggle-the-PHY-power-during-init.patch patches.suse/phy-rockchip-naneng-combphy-fix-phy-reset.patch patches.suse/phy-qcom-qmp-Fix-register-name-in-RX-Lane-config-of-.patch patches.suse/phy-rockchip-samsung-hdptx-Set-drvdata-before-enabli.patch patches.suse/phy-core-Fix-that-API-devm_phy_put-fails-to-release-.patch patches.suse/phy-core-Fix-that-API-devm_of_phy_provider_unregiste.patch patches.suse/phy-core-Fix-that-API-devm_phy_destroy-fails-to-dest.patch patches.suse/phy-core-Fix-an-OF-node-refcount-leakage-in-_of_phy_.patch patches.suse/phy-core-Fix-an-OF-node-refcount-leakage-in-of_phy_p.patch patches.suse/dmaengine-at_xdmac-avoid-null_prt_deref-in-at_xdmac_.patch patches.suse/dmaengine-dw-Select-only-supported-masters-for-ACPI-.patch patches.suse/dmaengine-loongson2-apb-Change-GENMASK-to-GENMASK_UL.patch patches.suse/linux-dmaengine.h-fix-a-few-kernel-doc-warnings.patch patches.suse/dmaengine-apple-admac-Avoid-accessing-registers-in-p.patch patches.suse/dmaengine-amd-qdma-Remove-using-the-private-get-and-.patch patches.suse/dmaengine-fsl-edma-implement-the-cleanup-path-of-fsl.patch patches.suse/dmaengine-mv_xor-fix-child-node-refcount-handling-in.patch patches.suse/dmaengine-tegra-Return-correct-DMA-status-when-pause.patch patches.suse/ALSA-compress_offload-import-DMA_BUF-namespace.patch patches.suse/ALSA-compress_offload-avoid-64-bit-get_user.patch patches.suse/ALSA-compress_offload-use-safe-list-iteration-in-snd.patch patches.suse/ALSA-compress_offload-improve-file-descriptors-insta.patch patches.suse/ALSA-memalloc-prefer-dma_mapping_error-over-explicit.patch patches.suse/selftests-alsa-Fix-circular-dependency-involving-glo.patch patches.suse/ALSA-sh-Fix-wrong-argument-order-for-copy_from_iter.patch patches.suse/ASoC-amd-ps-Fix-for-enabling-DMIC-on-acp63-platform-.patch patches.suse/ASoC-dt-bindings-realtek-rt5645-Fix-CPVDD-voltage-co.patch patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-21Q6-and.patch patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-21QA-and.patch patches.suse/ASoC-SOF-Intel-hda-dai-Do-not-release-the-link-DMA-o.patch patches.suse/ASoC-rt722-add-delay-time-to-wait-for-the-calibratio.patch patches.suse/ASoC-mediatek-disable-buffer-pre-allocation.patch patches.suse/tracing-Constify-string-literal-data-member-in-struc.patch patches.suse/tracing-Prevent-bad-count-for-tracing_cpumask_write.patch patches.suse/stddef-make-__struct_group-UAPI-C-friendly.patch patches.suse/tracing-kprobe-Make-trace_kprobe-s-module-callback-called-.patch patches.suse/powerpc-pseries-vas-Add-close-callback-in-vas_vm_ops.patch patches.suse/power-supply-gpio-charger-Fix-set-charge-current-lim.patch patches.suse/power-supply-cros_charge-control-add-mutex-for-drive.patch patches.suse/power-supply-cros_charge-control-allow-start_thresho.patch patches.suse/power-supply-cros_charge-control-hide-start-threshol.patch patches.suse/power-supply-bq24190-Fix-BQ24296-Vbus-regulator-supp.patch patches.suse/io_uring-sqpoll-fix-sqpoll-error-handling-races.patch patches.suse/ublk-detach-gendisk-from-ublk-device-if-add_disk-fai-75cd.patch patches.suse/i2c-imx-add-imx7d-compatible-string-for-applying-err.patch patches.suse/i2c-microchip-core-actually-use-repeated-sends.patch patches.suse/i2c-microchip-core-fix-ghost-detections.patch patches.suse/btrfs-fix-use-after-free-waiting-for-encoded-read-en.patch patches.suse/btrfs-fix-use-after-free-when-COWing-tree-bock-and-t.patch patches.suse/btrfs-check-folio-mapping-after-unlock-in-relocate_o.patch patches.suse/btrfs-check-folio-mapping-after-unlock-in-put_file_d.patch patches.suse/btrfs-fix-race-with-memory-mapped-writes-when-activa.patch patches.suse/btrfs-fix-swap-file-activation-failure-due-to-extent.patch patches.suse/btrfs-allow-swap-activation-to-be-interruptible.patch patches.suse/btrfs-avoid-monopolizing-a-core-when-activating-a-sw.patch patches.suse/btrfs-fix-transaction-atomicity-bug-when-enabling-si.patch patches.suse/PCI-MSI-Handle-lack-of-irqdomain-gracefully.patch patches.suse/locking-rtmutex-Make-sure-we-wake-anything-on-the-wake_q-when-we-release-the-lock-wait_lock.patch patches.suse/objtool-Add-bch2_trans_unlocked_error-to-bcachefs-noreturn.patch patches.suse/perf-x86-intel-uncore-Add-Clearwater-Forest-support.patch patches.suse/perf-x86-intel-ds-Add-PEBS-format-6.patch patches.suse/perf-x86-intel-Fix-bitmask-of-OCR-and-FRONTEND-events-for-.patch patches.suse/x86-fred-Clear-WFE-in-missing-ENDBRANCH-CPs.patch patches.suse/virt-tdx-guest-Just-leak-decrypted-memory-on-unrecov.patch patches.suse/freezer-sched-Report-frozen-tasks-as-D-instead-of-R.patch patches.suse/platform-x86-mlx-platform-call-pci_dev_put-to-balanc.patch patches.suse/platform-x86-hp-wmi-mark-8A15-board-for-timed-OMEN-t.patch patches.suse/platform-x86-thinkpad-acpi-Add-support-for-hotkey-0x.patch patches.suse/tracing-Have-process_string-also-allow-arrays.patch patches.suse/mmc-sdhci-msm-fix-crypto-key-eviction.patch patches.suse/pmdomain-imx-gpcv2-fix-an-OF-node-reference-leak-in-.patch patches.suse/pmdomain-core-add-dummy-release-function-to-genpd-de.patch patches.suse/fgraph-Add-READ_ONCE-when-accessing-fgraph_array.patch patches.suse/ftrace-Fix-function-profiler-s-filtering-functionality.patch patches.suse/drm-xe-Revert-some-changes-that-break-a-mesa-debug-t.patch patches.suse/drm-xe-Use-non-interruptible-wait-when-moving-BO-to-.patch patches.suse/drm-xe-Wait-for-migration-job-before-unmapping-pages.patch patches.suse/drm-xe-pf-Use-correct-function-to-check-LMEM-provisi.patch patches.suse/drm-xe-Fix-fault-on-fd-close-after-unbind.patch patches.suse/drm-i915-cx0_phy-Fix-C10-pll-programming-sequence.patch patches.suse/drm-i915-dg1-Fix-power-gate-sequence.patch patches.suse/drm-bridge-adv7511_audio-Update-Audio-InfoFrame-prop.patch patches.suse/drm-adv7511-Fix-use-after-free-in-adv7533_attach_dsi.patch patches.suse/drm-adv7511-Drop-dsi-single-lane-support.patch patches.suse/xe-oa-Fix-query-mode-of-operation-for-OAR-OAC.patch patches.suse/ALSA-usb-audio-US16x08-Initialize-array-before-use.patch patches.suse/ALSA-hda-tas2781-Ignore-SUBSYS_ID-not-found-for-tas2.patch patches.suse/ALSA-compress_offload-Drop-unneeded-no_free_ptr.patch patches.suse/ALSA-compress_offload-fix-remaining-descriptor-races.patch patches.suse/ALSA-seq-oss-Fix-races-at-processing-SysEx-messages.patch patches.suse/Revert-ALSA-ump-Don-t-enumeration-invalid-groups-for.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Framework-F111-000C.patch patches.suse/ALSA-seq-Check-UMP-support-for-midi_version-change.patch patches.suse/pinctrl-mcp23s08-Fix-sleeping-in-atomic-context-due-.patch patches.suse/RDMA-bnxt_re-Remove-always-true-dattr-validity-check.patch patches.suse/RDMA-uverbs-Prevent-integer-overflow-issue.patch patches.suse/RDMA-mlx5-Enforce-same-type-port-association-for-mul.patch patches.suse/RDMA-bnxt_re-Fix-max-SGEs-for-the-Work-Request.patch patches.suse/RDMA-bnxt_re-Avoid-initializing-the-software-queue-f.patch patches.suse/RDMA-bnxt_re-Avoid-sending-the-modify-QP-workaround-.patch patches.suse/RDMA-bnxt_re-Don-t-fail-destroy-QP-and-cleanup-debug.patch patches.suse/RDMA-core-Fix-ENODEV-error-for-iWARP-test-over-vlan.patch patches.suse/RDMA-bnxt_re-Fix-the-check-for-9060-condition.patch patches.suse/RDMA-bnxt_re-Add-check-for-path-mtu-in-modify_qp.patch patches.suse/RDMA-bnxt_re-Fix-setting-mandatory-attributes-for-mo.patch patches.suse/RDMA-bnxt_re-Fix-to-export-port-num-to-ib_query_qp.patch patches.suse/RDMA-bnxt_re-Fix-reporting-hw_ver-in-query_device.patch patches.suse/RDMA-nldev-Set-error-code-in-rdma_nl_notify_event.patch patches.suse/RDMA-siw-Remove-direct-link-to-net_device.patch patches.suse/RDMA-bnxt_re-Fix-max_qp_wrs-reported.patch patches.suse/RDMA-bnxt_re-Disable-use-of-reserved-wqes.patch patches.suse/RDMA-bnxt_re-Add-send-queue-size-check-for-variable-.patch patches.suse/RDMA-bnxt_re-Fix-MSN-table-size-for-variable-wqe-mod.patch patches.suse/RDMA-bnxt_re-Fix-the-locking-while-accessing-the-QP-.patch patches.suse/RDMA-hns-Fix-mapping-error-of-zero-hop-WQE-buffer.patch patches.suse/RDMA-hns-Fix-accessing-invalid-dip_ctx-during-destro.patch patches.suse/RDMA-hns-Fix-warning-storm-caused-by-invalid-input-i.patch patches.suse/RDMA-hns-Fix-missing-flush-CQE-for-DWQE.patch patches.suse/RDMA-rxe-Remove-the-direct-link-to-net_device.patch patches.suse/RDMA-rtrs-Ensure-ib_sge-list-is-accessible.patch patches.suse/RDMA-bnxt_re-Fix-error-recovery-sequence.patch patches.suse/RDMA-mlx5-Enable-multiplane-mode-only-when-it-is-sup.patch patches.suse/net-phy-micrel-Dynamically-control-external-clock-of.patch patches.suse/wifi-iwlwifi-fix-CRF-name-for-Bz.patch patches.suse/wifi-iwlwifi-mvm-Fix-__counted_by-usage-in-cfg80211_.patch patches.suse/wifi-cw1200-Fix-potential-NULL-dereference-146b605.patch patches.suse/gve-clean-XDP-queues-in-gve_tx_stop_ring_gqi.patch patches.suse/gve-guard-XDP-xmit-NDO-on-existence-of-xdp-queues.patch patches.suse/gve-guard-XSK-operations-on-the-existence-of-queues.patch patches.suse/gve-process-XSK-TX-descriptors-as-part-of-RX-NAPI.patch patches.suse/gve-fix-XDP-allocation-path-in-edge-cases.patch patches.suse/selftests-net-local_termination-require-mausezahn.patch patches.suse/netdev-genl-avoid-empty-messages-in-napi-get.patch patches.suse/net-stmmac-restructure-the-error-path-of-stmmac_probe_config_dt.patch patches.suse/net-fix-memory-leak-in-tcp_conn_request.patch patches.suse/netrom-check-buffer-length-before-accessing-it.patch patches.suse/net-sctp-Prevent-autoclose-integer-overflow-in-sctp_.patch patches.suse/net-mlx5-DR-select-MSIX-vector-0-for-completion-queu.patch patches.suse/net-mlx5e-macsec-Maintain-TX-SA-from-encoding_sa.patch patches.suse/net-mlx5e-Skip-restore-TC-rules-for-vport-rep-withou.patch patches.suse/net-mlx5e-Keep-netdev-when-leave-switchdev-for-devli.patch patches.suse/netfilter-nft_set_hash-unaligned-atomic-read-on-struct-nft.patch patches.suse/net-llc-reset-skb-transport_header.patch patches.suse/gve-trigger-RX-NAPI-instead-of-TX-NAPI-in-gve_xsk_wa.patch patches.suse/mptcp-fix-TCP-options-overflow.patch patches.suse/sky2-Add-device-ID-11ab-4373-for-Marvell-88E8075.patch patches.suse/net-wwan-t7xx-Fix-FSM-command-timeout-issue.patch patches.suse/net-sfc-Correct-key_len-for-efx_tc_ct_zone_ht_params.patch patches.suse/net-reenable-NETIF_F_IPV6_CSUM-offload-for-BIG-TCP-packets.patch patches.suse/net-restrict-SO_REUSEPORT-to-inet-sockets.patch patches.suse/net-wwan-iosm-Properly-check-for-valid-exec-stage-in.patch patches.suse/af_packet-fix-vlan_get_tci-vs-MSG_PEEK.patch patches.suse/af_packet-fix-vlan_get_protocol_dgram-vs-MSG_PEEK.patch patches.suse/ila-serialize-calls-to-nf_register_net_hooks.patch patches.suse/mptcp-fix-recvbuffer-adjust-on-sleeping-rcvmsg.patch patches.suse/mptcp-don-t-always-assume-copied-data-in-mptcp_clean.patch patches.suse/mptcp-prevent-excessive-coalescing-on-receive.patch patches.suse/io_uring-rw-fix-downgraded-mshot-read.patch patches.suse/io_uring-timeout-flush-timeouts-outside-of-the-timeo.patch patches.suse/io_uring-net-always-initialize-kmsg-msg.msg_inq-upfr.patch patches.suse/io_uring-kbuf-use-pre-committed-buffer-address-for-n.patch patches.suse/nvme-pci-512-byte-aligned-dma-pool-segment-quirk.patch patches.suse/nvmet-Don-t-overflow-subsysnqn.patch patches.suse/nvmet-propagate-npwg-topology.patch patches.suse/nvmet-loop-avoid-using-mutex-in-IO-hotpath.patch patches.suse/nvme-tcp-remove-nvme_tcp_destroy_io_queues.patch patches.suse/workqueue-Do-not-warn-when-cancelling-WQ_MEM_RECLAIM-work-from-WQ_MEM_RECLAIM-worker.patch patches.suse/sched_ext-Add-__weak-to-fix-the-build-errors.patch patches.suse/selftests-sched_ext-fix-build-after-renames-in-sched.patch patches.suse/sched_ext-fix-application-of-sizeof-to-pointer.patch patches.suse/scx-Fix-maximal-BPF-selftest-prog.patch patches.suse/sched_ext-Fix-invalid-irq-restore-in-scx_ops_bypass.patch patches.suse/sched_ext-initialize-kit-cursor.flags.patch patches.suse/sched_ext-Fix-dsq_local_on-selftest.patch patches.suse/clk-thead-Fix-TH1520-emmc-and-shdci-clock-rate.patch patches.suse/clk-clk-imx8mp-audiomix-fix-function-signature.patch patches.suse/mm-reinstate-ability-to-map-write-sealed-memfd-mappings-read-only.patch patches.suse/mm-vmscan-account-for-free-pages-to-prevent-infinite.patch patches.suse/mm-don-t-try-THP-alignment-for-FS-without-get_unmapped_area.patch patches.suse/mm-readahead-fix-large-folio-support-in-async-readah.patch patches.suse/maple_tree-reload-mas-before-the-second-call-for-mas.patch patches.suse/mm-hugetlb-independent-PMD-page-table-shared-count.patch patches.suse/ocfs2-fix-slab-use-after-free-due-to-dangling-pointe.patch patches.suse/mm-shmem-fix-incorrect-index-alignment-for-within_size-pol.patch patches.suse/scripts-sorttable-fix-orc_sort_cmp-to-maintain-symme.patch patches.suse/scripts-mksysmap-Fix-escape-chars.patch patches.suse/modpost-fix-the-missed-iteration-for-the-max-bit-in-.patch patches.suse/kbuild-pacman-pkg-provide-versioned-linux-api-header.patch patches.suse/exfat-fix-the-infinite-loop-in-exfat_readdir.patch patches.suse/exfat-fix-the-new-buffer-was-not-zeroed-before-writing.patch patches.suse/exfat-fix-the-infinite-loop-in-__exfat_free_cluster.patch patches.suse/jbd2-increase-IO-priority-for-writing-revoke-records.patch patches.suse/jbd2-flush-filesystem-device-before-updating-tail-se.patch patches.suse/iomap-pass-byte-granular-end-position-to-iomap_add_to_ioend.patch patches.suse/fs-fix-is_mnt_ns_file.patch patches.suse/fs-relax-assertions-on-failure-to-encode-file-handle.patch patches.suse/kheaders-Ignore-silly-rename-files.patch patches.suse/netfs-Fix-enomem-handling-in-buffered-reads.patch patches.suse/nfs-Fix-oops-in-nfs_netfs_init_request-when-copying-to-cache.patch patches.suse/cachefiles-Parse-the-secctx-immediately.patch patches.suse/netfs-Fix-missing-barriers-by-using-clear_and_wake_up_bit.patch patches.suse/netfs-Fix-ceph-copy-to-cache-on-write-begin.patch patches.suse/netfs-Fix-the-non-cancellation-of-copy-when-cache-is-temporarily-disabled.patch patches.suse/netfs-Fix-is-caching-check-in-read-retry.patch patches.suse/ovl-pass-realinode-to-ovl_encode_real_fh-instead-of-realde.patch patches.suse/ovl-support-encoding-fid-from-inode-with-no-alias.patch patches.suse/dm-array-fix-releasing-a-faulty-array-block-twice-in-f289.patch patches.suse/dm-array-fix-unreleased-btree-blocks-on-closing-a-fa.patch patches.suse/dm-array-fix-cursor-index-when-skipping-across-block.patch patches.suse/dm-verity-FEC-Fix-RS-FEC-repair-for-roots-unaligned-.patch patches.suse/dm-verity-FEC-Avoid-copying-RS-parity-bytes-twice.patch patches.suse/dm-ebs-don-t-set-the-flag-DM_TARGET_PASSES_INTEGRITY.patch patches.suse/dm-thin-make-get_first_thin-use-rcu-safe-list-first-.patch patches.suse/scsi-ufs-core-Honor-runtime-system-PM-levels-if-set-by-hos.patch patches.suse/io_uring-cmd-rename-struct-uring_cache-to-io_uring_c.patch patches.suse/io_uring-cmd-add-per-op-data-to-struct-io_uring_cmd_.patch patches.suse/io_uring-add-io_uring_cmd_get_async_data-helper.patch patches.suse/btrfs-avoid-NULL-pointer-dereference-if-no-valid-ext.patch patches.suse/btrfs-zoned-calculate-max_extent_size-properly-on-no.patch patches.suse/btrfs-zlib-fix-avail_in-bytes-for-s390-zlib-HW-compression.patch patches.suse/net-802-LLC-SNAP-OID-PID-lookup-on-start-of-skb-data.patch patches.suse/tcp-dccp-allow-a-connection-when-sk_max_ack_backlog-.patch patches.suse/net_sched-cls_flow-validate-TCA_FLOW_RSHIFT-attribut.patch patches.suse/selftests-tc-testing-reduce-rshift-value.patch patches.suse/ieee802154-ca8210-Add-missing-check-for-kfifo_alloc-.patch patches.suse/mac802154-check-local-interfaces-before-deleting-sda.patch patches.suse/bnxt_en-Fix-possible-memory-leak-when-hwrm_req_repla.patch patches.suse/bnxt_en-Fix-DIM-shutdown.patch patches.suse/cxgb4-Avoid-removal-of-uninserted-tid.patch patches.suse/net-don-t-dump-Tx-and-uninitialized-NAPIs.patch patches.suse/tls-Fix-tls_sw_sendmsg-error-handling.patch patches.suse/ipvlan-Fix-use-after-free-in-ipvlan_get_iflink.patch patches.suse/eth-gve-use-appropriate-helper-to-set-xdp_features.patch patches.suse/netdev-prevent-accessing-NAPI-instances-from-another.patch patches.suse/tcp-Annotate-data-race-around-sk-sk_mark-in-tcp_v4_send_reset.patch patches.suse/net-hns3-don-t-auto-enable-misc-vector.patch patches.suse/net-hns3-fixed-hclge_fetch_pf_reg-accesses-bar-space.patch patches.suse/net-hns3-fix-kernel-crash-when-1588-is-sent-on-HIP08.patch patches.suse/Bluetooth-hci_sync-Fix-not-setting-Random-Address-wh.patch patches.suse/Bluetooth-MGMT-Fix-Add-Device-to-responding-before-c.patch patches.suse/Bluetooth-btnxpuart-Fix-driver-sending-truncated-dat.patch patches.suse/Bluetooth-btmtk-Fix-failed-to-send-func-ctrl-for-Med.patch patches.suse/ice-fix-max-values-for-dpll-pin-phase-adjust.patch patches.suse/ice-fix-incorrect-PHY-settings-for-100-GB-s.patch patches.suse/igc-return-early-when-failing-to-read-EECD-register.patch patches.suse/sched-sch_cake-add-bounds-checks-to-host-bulk-flow-f.patch patches.suse/net-stmmac-dwmac-tegra-Read-iommu-stream-id-from-dev.patch patches.suse/net-mlx5-Fix-variable-not-being-completed-when-funct.patch patches.suse/mptcp-sysctl-avail-sched-remove-write-access.patch patches.suse/mptcp-sysctl-sched-avoid-using-current-nsproxy.patch patches.suse/mptcp-sysctl-blackhole-timeout-avoid-using-current-n.patch patches.suse/sctp-sysctl-cookie_hmac_alg-avoid-using-current-nspr.patch patches.suse/sctp-sysctl-rto_min-max-avoid-using-current-nsproxy.patch patches.suse/sctp-sysctl-auth_enable-avoid-using-current-nsproxy.patch patches.suse/sctp-sysctl-udp_port-avoid-using-current-nsproxy.patch patches.suse/sctp-sysctl-plpmtud_probe_interval-avoid-using-curre.patch patches.suse/rds-sysctl-rds_tcp_-rcv-snd-buf-avoid-using-current-nsproxy.patch patches.suse/netfilter-nf_tables-imbalance-in-flowtable-binding.patch patches.suse/netfilter-conntrack-clamp-maximum-hashtable-size-to-.patch patches.suse/gpio-virtuser-fix-missing-lookup-table-cleanups.patch patches.suse/gpio-virtuser-fix-handling-of-multiple-conn_ids-in-l.patch patches.suse/gpio-virtuser-lock-up-configfs-that-an-instantiated-.patch patches.suse/gpio-sim-lock-up-configfs-that-an-instantiated-devic.patch patches.suse/gpio-loongson-Fix-Loongson-2K2000-ACPI-GPIO-register.patch patches.suse/platform-x86-amd-pmc-Only-disable-IRQ1-wakeup-where-.patch patches.suse/platform-x86-intel-power-domains-Add-Clearwater-Fore.patch patches.suse/platform-x86-ISST-Add-Clearwater-Forest-to-support-l.patch patches.suse/platform-x86-intel-pmc-Fix-ioremap-of-bad-address.patch patches.suse/xfs-lock-dquot-buffer-before-detaching-dquot-from-b_li_list.patch patches.suse/iomap-avoid-avoid-truncating-64-bit-offset-to-32-bits.patch patches.suse/netfs-Fix-kernel-async-DIO.patch patches.suse/io_uring_poll-kill-the-no-longer-necessary-barrier-a.patch patches.suse/1625-Revert-drm-i915-hdcp-Don-t-enable-HDCP1.4-directly-f.patch patches.suse/drm-amd-display-Remove-unnecessary-amdgpu_irq_get-pu.patch patches.suse/drm-amd-display-fix-page-fault-due-to-max-surface-de.patch patches.suse/drm-amd-display-increase-MAX_SURFACES-to-the-value-s.patch patches.suse/drm-amd-display-fix-divide-error-in-DM-plane-scale-c.patch patches.suse/drm-amdkfd-fixed-page-fault-when-enable-MES-shader-d.patch patches.suse/drm-amd-display-Add-check-for-granularity-in-dml-cei.patch patches.suse/drm-amdkfd-wq_release-signals-dma_fence-only-when-av.patch patches.suse/drm-amd-pm-fix-BUG-scheduling-while-atomic.patch patches.suse/drm-amdgpu-Add-a-lock-when-accessing-the-buddy-trim-.patch patches.suse/drm-xe-Fix-tlb-invalidation-when-wedging.patch patches.suse/1636-drm-xe-dg1-Fix-power-gate-sequence.patch patches.suse/Revert-drm-mediatek-dsi-Correct-calculation-formula-.patch patches.suse/drm-mediatek-Set-private-all_drm_private-i-drm-to-NU.patch patches.suse/drm-mediatek-Move-mtk_crtc_finish_page_flip-to-ddp_c.patch patches.suse/drm-mediatek-Only-touch-DISP_REG_OVL_PITCH_MSB-if-AF.patch patches.suse/drm-mediatek-Add-support-for-180-degree-rotation-in-.patch patches.suse/drm-mediatek-stop-selecting-foreign-drivers.patch patches.suse/1643-Revert-drm-mediatek-Switch-to-for_each_child_of_node.patch patches.suse/drm-mediatek-Fix-YCbCr422-color-format-issue-for-DP.patch patches.suse/drm-mediatek-Fix-mode-valid-issue-for-dp.patch patches.suse/drm-mediatek-mtk_dsi-Add-registers-to-pdata-to-fix-M.patch patches.suse/1647-drm-mediatek-Remove-unneeded-semicolon.patch patches.suse/drm-mediatek-Add-return-value-check-when-reading-DPC.patch patches.suse/1649-drm-mediatek-Initialize-pointer-in-mtk_drm_of_ddp_pa.patch patches.suse/ACPI-resource-Add-Asus-Vivobook-X1504VAP-to-irq1_lev.patch patches.suse/ACPI-resource-Add-TongFang-GM5HG0A-to-irq1_edge_low_.patch patches.suse/ACPI-resource-acpi_dev_irq_override-Check-DMI-match-.patch patches.suse/thermal-of-fix-OF-node-leak-in-of_thermal_zone_find.patch patches.suse/cgroup-cpuset-Remove-stale-text.patch patches.suse/cgroup-cpuset-Prevent-leakage-of-isolated-CPUs-into-sched-domains.patch patches.suse/cgroup-cpuset-remove-kernfs-active-break.patch patches.suse/sched_ext-idle-Refresh-idle-masks-during-idle-to-idle-transitions.patch patches.suse/arm64-dts-imx95-correct-the-address-length-of-netcmix_blk_ctrl.patch patches.suse/firewall-remove-misplaced-semicolon-from-stm32_firew.patch patches.suse/arm64-dts-rockchip-rename-rfkill-label-for-Radxa-ROCK-5B.patch patches.suse/arm64-dts-rockchip-add-hevc-power-domain-clock-to-rk3328.patch patches.suse/io_uring-timeout-fix-multishot-updates.patch patches.suse/io_uring-silence-false-positive-warnings.patch patches.suse/io_uring-eventfd-ensure-io_eventfd_signal-defers-ano.patch patches.suse/io_uring-sqpoll-zero-sqd-thread-on-tctx-errors.patch patches.suse/io_uring-don-t-touch-sqd-thread-off-tw-add.patch patches.suse/block-bfq-fix-waker_bfqq-UAF-after-bfq_split_bfqq.patch patches.suse/hwmon-drivetemp-Fix-driver-producing-garbage-data-wh.patch patches.suse/tracing-kprobes-Fix-to-free-objects-when-failed-to-copy-a-.patch patches.suse/x86-static-call-Remove-early_boot_irqs_disabled-chec.patch patches.suse/x86-fpu-Ensure-shadow-stack-is-active-before-getting-regis.patch patches.suse/uprobes-Fix-race-in-uprobe_free_utask.patch patches.suse/KVM-e500-always-restore-irqs.patch patches.suse/KVM-e500-use-shadow-TLB-entry-as-witness-for-writabi.patch patches.suse/KVM-e500-track-host-writability-of-pages.patch patches.suse/KVM-e500-map-readonly-host-pages-for-read.patch patches.suse/KVM-e500-perform-hugepage-check-after-looking-up-the.patch patches.suse/KVM-arm64-Always-check-the-state-from-hyp_ack_unshar.patch patches.suse/KVM-arm64-Add-unified-helper-for-reprogramming-count.patch patches.suse/KVM-arm64-Use-KVM_REQ_RELOAD_PMU-to-handle-PMCR_EL0..patch patches.suse/KVM-arm64-nv-Reload-PMU-events-upon-MDCR_EL2.HPME-ch.patch patches.suse/KVM-arm64-Only-apply-PMCR_EL0.P-to-the-guest-range-o.patch patches.suse/KVM-s390-vsie-fix-virtual-physical-address-in-unpin_scb.patch patches.suse/KVM-s390-Reject-setting-flic-pfault-attributes-on-ucontrol-VMs.patch patches.suse/KVM-s390-Reject-KVM_SET_GSI_ROUTING-on-ucontrol-VMs.patch patches.suse/usb-dwc3-gadget-fix-writing-NYET-threshold.patch patches.suse/usb-dwc3-am62-Disable-autosuspend-during-remove.patch patches.suse/usb-host-xhci-plat-set-skip_phy_initialization-if-so.patch patches.suse/usb-typec-tcpm-tcpci_maxim-fix-error-code-in-max_con.patch patches.suse/usb-gadget-f_uac2-Fix-incorrect-setting-of-bNumEndpo.patch patches.suse/USB-usblp-return-error-when-setting-unsupported-prot.patch patches.suse/usb-gadget-configfs-Ignore-trailing-LF-for-user-stri.patch patches.suse/usb-typec-ucsi-Set-orientation-as-none-when-connecto.patch patches.suse/usb-chipidea-ci_hdrc_imx-decrement-device-s-refcount.patch patches.suse/usb-gadget-u_serial-Disable-ep-before-setting-port-t.patch patches.suse/usb-typec-tcpci-fix-NULL-pointer-issue-on-shared-irq.patch patches.suse/usb-fix-reference-leak-in-usb_new_device.patch patches.suse/USB-core-Disable-LPM-only-for-non-suspended-ports.patch patches.suse/usb-gadget-f_fs-Remove-WARN_ON-in-functionfs_bind.patch patches.suse/usb-gadget-midi2-Reverse-select-at-the-right-place.patch patches.suse/usb-storage-Add-max-sectors-quirk-for-Nokia-208.patch patches.suse/usb-typec-fix-pm-usage-counter-imbalance-in-ucsi_ccg.patch patches.suse/USB-serial-cp210x-add-Phoenix-Contact-UPS-Device.patch patches.suse/USB-serial-option-add-MeiG-Smart-SRM815.patch patches.suse/USB-serial-option-add-Neoway-N723-EA-support.patch patches.suse/tty-serial-8250-Fix-another-runtime-PM-usage-counter.patch patches.suse/serial-stm32-use-port-lock-wrappers-for-break-contro.patch patches.suse/fs-debugfs-differentiate-short-fops-with-proxy-ops.patch patches.suse/debugfs-fix-missing-mutex_destroy-in-short_fops-case.patch patches.suse/topology-Keep-the-cpumask-unchanged-when-printing-cp.patch patches.suse/fs-debugfs-fix-open-proxy-for-unsafe-files.patch patches.suse/staging-iio-ad9834-Correct-phase-range-check.patch patches.suse/staging-iio-ad9832-Correct-phase-range-check.patch patches.suse/iio-adc-ad7124-Disable-all-channels-at-probe-time.patch patches.suse/iio-test-check-null-return-of-kunit_kmalloc-in-iio_r.patch patches.suse/iio-gyro-fxas21002c-Fix-missing-data-update-in-trigg.patch patches.suse/iio-imu-inv_icm42600-fix-spi-burst-write-not-support.patch patches.suse/iio-imu-inv_icm42600-fix-timestamps-after-suspend-if.patch patches.suse/iio-adc-ad4695-fix-buffered-read-single-sample-timin.patch patches.suse/iio-adc-stm32-dfsdm-handle-label-as-an-optional-prop.patch patches.suse/iio-adc-ti-ads1298-Add-NULL-check-in-ads1298_init.patch patches.suse/iio-test-Fix-GTS-test-config.patch patches.suse/iio-dummy-iio_simply_dummy_buffer-fix-information-le.patch patches.suse/iio-adc-ti-ads8688-fix-information-leak-in-triggered.patch patches.suse/iio-light-bh1745-fix-information-leak-in-triggered-b.patch patches.suse/iio-light-vcnl4035-fix-information-leak-in-triggered.patch patches.suse/iio-imu-kmx61-fix-information-leak-in-triggered-buff.patch patches.suse/iio-adc-rockchip_saradc-fix-information-leak-in-trig.patch patches.suse/iio-pressure-zpa2326-fix-information-leak-in-trigger.patch patches.suse/iio-adc-ti-ads1119-fix-information-leak-in-triggered.patch patches.suse/iio-adc-ti-ads124s08-Use-gpiod_set_value_cansleep.patch patches.suse/iio-adc-ad7173-fix-using-shared-static-info-struct.patch patches.suse/iio-adc-at91-call-input_free_device-on-allocated-iio.patch patches.suse/iio-adc-ad9467-Fix-the-don-t-allow-reading-vref-if-n.patch patches.suse/iio-inkern-call-iio_device_put-only-on-mapped-device.patch patches.suse/iio-adc-ti-ads1119-fix-sample-size-in-scan-struct-fo.patch patches.suse/interconnect-qcom-icc-rpm-Set-the-count-member-befor.patch patches.suse/interconnect-icc-clk-check-return-values-of-devm_kas.patch patches.suse/misc-microchip-pci1xxxx-Resolve-kernel-panic-during-.patch patches.suse/misc-microchip-pci1xxxx-Resolve-return-code-mismatch.patch patches.suse/mm-mempolicy-count-MPOL_WEIGHTED_INTERLEAVE-to.patch patches.suse/tools-fix-atomic_set-definition-to-set-the-value-cor.patch patches.suse/x86-execmem-fix-ROX-cache-usage-in-Xen-PV-guests.patch patches.suse/mm-zswap-properly-synchronize-freeing-resources-duri.patch patches.suse/module-fix-writing-of-livepatch-relocations-in-ROX-text.patch patches.suse/mm-clear-uffd-wp-PTE-PMD-state-on-mremap.patch patches.suse/selftests-mm-set-allocated-memory-to-non-zero-conten.patch patches.suse/zram-fix-potential-UAF-of-zram-table.patch patches.suse/mm-vmscan-pgdemote-vmstat-is-not-getting-updated-when-MGLR.patch patches.suse/ALSA-hda-realtek-Add-support-for-Ayaneo-System-using.patch patches.suse/ASoC-codecs-ES8326-Adjust-ANA_MICBIAS-to-reduce-pop-.patch patches.suse/ASoC-tas2781-Fix-occasional-calibration-failture.patch patches.suse/ASoC-wm8994-Add-depends-on-MFD-core.patch patches.suse/ASoC-codecs-es8316-Fix-HW-rate-calculation-for-48Mhz.patch patches.suse/ASoC-samsung-Add-missing-selects-for-MFD_WM8994.patch patches.suse/ASoC-samsung-Add-missing-depends-on-I2C.patch patches.suse/ALSA-doc-cs35l56-Add-information-about-Cirrus-Logic-.patch patches.suse/ALSA-doc-Add-codecs-index.rst-to-top-level-index.patch patches.suse/ASoC-cs42l43-Add-codec-force-suspend-resume-ops.patch patches.suse/ASoC-rsnd-check-rsnd_adg_clk_enable-return-value.patch patches.suse/ALSA-hda-realtek-fixup-ASUS-GA605W.patch patches.suse/ALSA-hda-realtek-fixup-ASUS-H7606W.patch patches.suse/ALSA-hda-realtek-Fix-volume-adjustment-issue-on-Leno.patch patches.suse/scsi-core-Fix-command-pass-through-retry-regression.patch patches.suse/scsi-iscsi-Fix-redundant-response-for-ISCSI_UEVENT_GET_HOST_STATS-request.patch patches.suse/seccomp-Stub-for-CONFIG_SECCOMP.patch patches.suse/ACPI-video-Fix-random-crashes-due-to-bad-kfree.patch patches.suse/cpuidle-menu-Update-documentation-after-previous-changes.patch patches.suse/cpuidle-teo-Update-documentation-after-previous-changes.patch patches.suse/cpufreq-Move-endif-to-the-end-of-Kconfig-file.patch patches.suse/bpf-Fix-bpf_sk_select_reuseport-memory-leak.patch patches.suse/eth-bnxt-always-recalculate-features-after-XDP-clear.patch patches.suse/xsk-Bring-back-busy-polling-support.patch patches.suse/msft-hv-3100-net-mana-Cleanup-mana-debugfs-dir-after-cleanup-of-a.patch patches.suse/openvswitch-fix-lockup-on-tx-to-unregistering-netdev.patch patches.suse/pktgen-Avoid-out-of-bounds-access-in-get_imix_entrie.patch patches.suse/gtp-Use-for_each_netdev_rcu-in-gtp_genl_dump_pdp.patch patches.suse/gtp-Destroy-device-along-with-udp-socket-s-netns-dis.patch patches.suse/pfcp-Destroy-device-along-with-udp-socket-s-netns-di.patch patches.suse/vsock-virtio-discard-packets-if-the-transport-change.patch patches.suse/vsock-bpf-return-early-if-transport-is-not-assigned.patch patches.suse/vsock-virtio-cancel-close-work-in-the-destructor.patch patches.suse/vsock-reset-socket-state-when-de-assigning-the-trans.patch patches.suse/vsock-prevent-null-ptr-deref-in-vsock_-has_data-has_.patch patches.suse/mptcp-be-sure-to-send-ack-when-mptcp-level-window-re.patch patches.suse/mptcp-fix-spurious-wake-up-on-under-memory-pressure.patch patches.suse/selftests-mptcp-avoid-spurious-errors-on-disconnect.patch patches.suse/ice-Fix-E825-initialization.patch patches.suse/ice-Fix-quad-registers-read-on-E825.patch patches.suse/ice-Fix-ETH56G-FC-FEC-Rx-offset-value.patch patches.suse/ice-Add-correct-PHY-lane-assignment.patch patches.suse/nfp-bpf-prevent-integer-overflow-in-nfp_bpf_event_ou.patch patches.suse/net-xilinx-axienet-Fix-IRQ-coalescing-packet-count-o.patch patches.suse/net-fec-handle-page_pool_dev_alloc_pages-error.patch patches.suse/net-make-page_pool_ref_netmem-work-with-net-iovs.patch patches.suse/net-mlx5-Fix-RDMA-TX-steering-prio.patch patches.suse/net-mlx5-Fix-a-lockdep-warning-as-part-of-the-write-.patch patches.suse/net-mlx5-SF-Fix-add-port-error-handling.patch patches.suse/net-mlx5-Clear-port-select-structure-when-fail-to-cr.patch patches.suse/net-mlx5e-Fix-inversion-dependency-warning-while-ena.patch patches.suse/net-mlx5e-Rely-on-reqid-in-IPsec-tunnel-mode.patch patches.suse/net-mlx5e-Always-start-IPsec-sequence-number-from-1.patch patches.suse/netdev-avoid-CFI-problems-with-sock-priv-helpers.patch patches.suse/io_uring-rsrc-fixup-io_clone_buffers-error-handling.patch patches.suse/io_uring-register-use-stable-SQ-CQ-ring-data-during-.patch patches.suse/io_uring-register-document-io_register_resize_rings-.patch patches.suse/io_uring-register-cache-old-SQ-CQ-head-reading-for-c.patch patches.suse/drm-tests-helpers-Fix-compiler-warning.patch patches.suse/drm-nouveau-disp-Fix-missing-backlight-control-on-Ma.patch patches.suse/1653-drm-bridge-Prioritize-supported_formats-over-ycbcr_4.patch patches.suse/1654-drm-bridge-connector-Sync-supported_formats-with-com.patch patches.suse/drm-connector-hdmi-Validate-supported_formats-matche.patch patches.suse/1656-drm-tests-connector-Add-ycbcr_420_allowed-tests.patch patches.suse/nouveau-fence-handle-cross-device-fences-properly.patch patches.suse/drm-vmwgfx-Unreserve-BO-on-error.patch patches.suse/1659-drm-vmwgfx-Remove-busy_places.patch patches.suse/drm-vmwgfx-Add-new-keep_resv-BO-param.patch patches.suse/drm-v3d-Ensure-job-pointer-is-set-to-NULL-after-job-.patch patches.suse/1662-drm-bridge-ite-it6263-Prevent-error-pointer-derefere.patch patches.suse/drm-amdgpu-smu13-update-powersave-optimizations.patch patches.suse/drm-amd-display-Validate-mdoe-under-MST-LCT-1-case-a.patch patches.suse/drm-amd-display-Reduce-accessing-remote-DPCD-overhea.patch patches.suse/Revert-drm-amd-display-Enable-urgent-latency-adjustm.patch patches.suse/drm-amd-display-Do-not-wait-for-PSR-disable-on-vbl-e.patch patches.suse/drm-amd-display-Do-not-elevate-mem_type-change-to-fu.patch patches.suse/1669-drm-amd-display-Remove-unnecessary-eDP-power-down.patch patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1.patch patches.suse/drm-amd-display-Initialize-denominator-defaults-to-1.patch patches.suse/drm-amd-display-Fix-PSR-SU-not-support-but-still-cal.patch patches.suse/drm-amd-display-Disable-replay-and-psr-while-VRR-is-.patch patches.suse/drm-amdgpu-Fix-Circular-Locking-Dependency-in-AMDGPU.patch patches.suse/drm-amdgpu-disable-gfxoff-with-the-compute-workload-.patch patches.suse/drm-amdgpu-always-sync-the-GFX-pipe-on-ctx-switch.patch patches.suse/drm-amdgpu-fix-fw-attestation-for-MP0_14_0_-2-3.patch patches.suse/drm-i915-fb-Relax-clear-color-alignment-to-64-bytes.patch patches.suse/drm-xe-guc-Adding-steering-info-support-for-GuC-regi.patch patches.suse/drm-xe-introduce-xe_gt_reset-and-xe_gt_wait_for_rese.patch patches.suse/drm-xe-make-change-ccs_mode-a-synchronous-action.patch patches.suse/drm-xe-oa-Add-missing-VISACTL-mux-registers.patch patches.suse/drm-xe-Mark-ComputeCS-read-mode-as-UC-on-iGPU.patch patches.suse/smb-client-fix-double-free-of-TCP_Server_Info-hostna.patch patches.suse/mm-page_alloc-fix-missed-updates-of-lowmem_reserve-in.patch patches.suse/mm-khugepaged-fix-call-hpage_collapse_scan_file-for-.patch patches.suse/mm-zswap-move-allocations-during-CPU-init-outside-th.patch patches.suse/ocfs2-check-dir-i_size-in-ocfs2_find_entry.patch patches.suse/pmdomain-imx8mp-blk-ctrl-add-missing-loop-break-cond.patch patches.suse/i2c-core-fix-reference-leak-in-i2c_register_adapter.patch patches.suse/i2c-atr-Fix-client-detach.patch patches.suse/i2c-mux-demux-pinctrl-check-initial-mux-selection-to.patch patches.suse/i2c-rcar-fix-NACK-handling-when-being-a-target.patch patches.suse/i2c-testunit-on-errors-repeat-NACK-until-STOP.patch patches.suse/gpio-xilinx-Convert-gpio_lock-to-raw-spinlock.patch patches.suse/hwmon-tmp513-Fix-division-of-negative-numbers.patch patches.suse/hwmon-drivetemp-Set-scsi-command-timeout-to-10s.patch patches.suse/hwmon-ltc2991-Fix-mixed-signed-unsigned-in-DIV_ROUND.patch patches.suse/Revert-mtd-spi-nor-core-replace-dummy-buswidth-from-.patch patches.suse/platform-x86-dell-uart-backlight-fix-serdev-race.patch patches.suse/platform-x86-lenovo-yoga-tab2-pro-1380-fastcharger-f.patch patches.suse/reset-rzg2l-usbphy-ctrl-Assign-proper-of-node-to-the.patch patches.suse/soc-ti-pruss-Fix-pruss-APIs.patch patches.suse/of-unittest-Add-test-that-of_address_to_resource-fai.patch patches.suse/tracing-gfp-Fix-the-GFP-enum-values-shown-for-user-space-t.patch patches.suse/sched-fair-Fix-EEVDF-entity-placement-bug-causing-scheduling-lag.patch patches.suse/sched-fair-Fix-update_cfs_group-vs-DELAY_DEQUEUE.patch patches.suse/irqchip-gic-v3-Handle-CPU_PM_ENTER_FAILED-correctly.patch patches.suse/irqchip-gic-v3-its-Don-t-enable-interrupts-in-its_ir.patch patches.suse/irqchip-sunxi-nmi-Add-missing-SKIP_WAKE-flag.patch patches.suse/irqchip-Plug-a-OF-node-reference-leak-in-platform_ir.patch patches.suse/hrtimers-Handle-CPU-state-correctly-on-hotplug.patch patches.suse/x86-Disable-EXECMEM_ROX-support.patch patches.suse/x86-fred-Fix-the-FRED-RSP0-MSR-out-of-sync-with-its-per-CP.patch patches.suse/x86-asm-Make-serialize-always_inline.patch patches.suse/seqlock-annotate-spinning-as-unlikely-in-__read_seqcount_begin.patch patches.suse/pidfs-lookup-pid-through-rbtree.patch patches.suse/Revert-libfs-fix-infinite-directory-reads-for-offset.patch patches.suse/gfs2-Truncate-address-space-when-flipping-GFS2_DIF_JDATA-flag.patch patches.suse/btrfs-fix-data-race-when-accessing-the-inode-s-disk_.patch patches.suse/btrfs-convert-BUG_ON-in-btrfs_reloc_cow_block-to-pro.patch patches.suse/btrfs-improve-the-warning-and-error-message-for-btrf.patch patches.suse/btrfs-remove-no-longer-needed-strict-argument-from-c.patch patches.suse/btrfs-remove-the-snapshot-check-from-check_committed.patch patches.suse/btrfs-avoid-redundant-call-to-get-inline-ref-type-at.patch patches.suse/btrfs-simplify-return-logic-at-check_committed_ref.patch patches.suse/btrfs-simplify-arguments-for-btrfs_cross_ref_exist.patch patches.suse/btrfs-add-function-comment-for-check_committed_ref.patch patches.suse/btrfs-add-assertions-and-comment-about-path-expectat.patch patches.suse/btrfs-rename-__get_extent_map-and-pass-btrfs_inode.patch patches.suse/btrfs-use-btrfs_inode-in-extent_writepage.patch patches.suse/0001-btrfs-fix-double-accounting-race-when-btrfs_run_dela.patch patches.suse/0002-btrfs-fix-double-accounting-race-when-extent_writepa.patch patches.suse/0003-btrfs-fix-error-handling-of-submit_uncompressed_rang.patch patches.suse/0004-btrfs-do-proper-folio-cleanup-when-cow_file_range-fa.patch patches.suse/0005-btrfs-do-proper-folio-cleanup-when-run_delalloc_noco.patch patches.suse/btrfs-subpage-fix-the-bitmap-dump-of-the-locked-flag.patch patches.suse/btrfs-remove-the-unused-locked_folio-parameter-from-.patch patches.suse/exec-Make-sure-task-comm-is-always-NUL-terminated.patch patches.suse/pstore-blk-trivial-typo-fixes.patch patches.suse/dlm-fix-removal-of-rsb-struct-that-is-master-and-dir-record.patch patches.suse/dlm-fix-srcu_read_lock-return-type-to-int.patch patches.suse/block-remove-unnecessary-check-in-blk_unfreeze_check.patch patches.suse/block-track-disk-DEAD-state-automatically-for-modeli.patch patches.suse/block-don-t-verify-queue-freeze-manually-in-elevator.patch patches.suse/block-track-queue-dying-state-automatically-for-mode.patch patches.suse/null_blk-Add-rotational-feature-support.patch patches.suse/blktrace-don-t-centralize-grabbing-q-debugfs_mutex-i.patch patches.suse/blktrace-move-copy_-to-from-_user-out-of-debugfs_loc.patch patches.suse/block-Delete-bio_prio.patch patches.suse/block-Delete-bio_set_prio.patch patches.suse/blktrace-remove-redundant-return-at-end-of-function.patch patches.suse/driver-core-bus-add-irq_get_affinity-callback-to-bus.patch patches.suse/PCI-hookup-irq_get_affinity-callback.patch patches.suse/virtio-hookup-irq_get_affinity-callback.patch patches.suse/blk-mq-introduce-blk_mq_map_hw_queues.patch patches.suse/scsi-replace-blk_mq_pci_map_queues-with-blk_mq_map_h.patch patches.suse/nvme-replace-blk_mq_pci_map_queues-with-blk_mq_map_h.patch patches.suse/virtio-blk-scsi-replace-blk_mq_virtio_map_queues-wit.patch patches.suse/blk-mq-remove-unused-queue-mapping-helpers.patch patches.suse/block-remove-BLK_MQ_F_SHOULD_MERGE.patch patches.suse/blk-zoned-Minimize-include-directives.patch patches.suse/blk-zoned-Document-locking-assumptions.patch patches.suse/blk-zoned-Improve-the-queue-reference-count-strategy.patch patches.suse/blk-zoned-Split-queue_zone_wplugs_show.patch patches.suse/elevator-Enable-const-sysfs-attributes.patch patches.suse/block-mq-deadline-Constify-sysfs-attributes.patch patches.suse/block-bfq-constify-sysfs-attributes.patch patches.suse/kyber-constify-sysfs-attributes.patch patches.suse/block-retry-call-probe-after-request_module-in-blk_request_module.patch patches.suse/ps3disk-Do-not-use-dev-bounce_size-before-it-is-set.patch patches.suse/block-remove-bio_add_pc_page.patch patches.suse/block-remove-blk_rq_bio_prep.patch patches.suse/block-use-page_to_phys-in-bvec_phys.patch patches.suse/block-add-a-dma-mapping-iterator.patch patches.suse/block-better-split-mq-vs-non-mq-code-in-add_disk_fwn.patch patches.suse/block-remove-blk_mq_init_bitmaps.patch patches.suse/block-remove-BLK_MQ_F_NO_SCHED.patch patches.suse/block-simplify-tag-allocation-policy-selection.patch patches.suse/nbd-don-t-allow-reconnect-after-disconnect.patch patches.suse/block-fix-docs-for-freezing-of-queue-limits-updates.patch patches.suse/block-add-a-queue_limits_commit_update_frozen-helper.patch patches.suse/block-check-BLK_FEAT_POLL-under-q_usage_count.patch patches.suse/block-don-t-update-BLK_FEAT_POLL-in-__blk_mq_update_nr_hw_queues.patch patches.suse/block-add-a-store_limit-operations-for-sysfs-entries.patch patches.suse/block-fix-queue-freeze-vs-limits-lock-order-in-sysfs.patch patches.suse/nvme-fix-queue-freeze-vs-limits-lock-order.patch patches.suse/nbd-fix-queue-freeze-vs-limits-lock-order.patch patches.suse/usb-storage-fix-queue-freeze-vs-limits-lock-order.patch patches.suse/loop-refactor-queue-limits-updates.patch patches.suse/loop-fix-queue-freeze-vs-limits-lock-order.patch patches.suse/loop-move-updating-lo_flags-out-of-loop_set_status_f.patch patches.suse/loop-update-commands-in-loop_set_status-still-referr.patch patches.suse/loop-create-a-lo_can_use_dio-helper.patch patches.suse/loop-only-write-back-pagecache-when-starting-to-to-u.patch patches.suse/loop-open-code-the-direct-I-O-flag-update-in-loop_se.patch patches.suse/loop-allow-loop_set_status-to-re-enable-direct-I-O.patch patches.suse/loop-don-t-freeze-the-queue-in-loop_update_dio.patch patches.suse/loop-remove-the-use_dio-field-in-struct-loop_device.patch patches.suse/nvmet-handle-rw-s-limited-retry-flag.patch patches.suse/nvme-tcp-Fix-I-O-queue-cpu-spreading-for-multiple-co.patch patches.suse/nvme-Add-error-check-for-xa_store-in-nvme_get_effect.patch patches.suse/nvme-change-return-type-of-nvme_poll_cq-to-bool.patch patches.suse/nvme-Move-opcode-string-helper-functions-declaration.patch patches.suse/nvmet-Add-vendor_id-and-subsys_vendor_id-subsystem-a.patch patches.suse/nvmet-Export-nvmet_update_cc-and-nvmet_cc_xxx-helper.patch patches.suse/nvmet-Introduce-nvmet_get_cmd_effects_admin.patch patches.suse/nvmet-Add-drvdata-field-to-struct-nvmet_ctrl.patch patches.suse/nvme-Add-PCI-transport-type.patch patches.suse/nvmet-Improve-nvmet_alloc_ctrl-interface-and-impleme.patch patches.suse/nvmet-Introduce-nvmet_req_transfer_len.patch patches.suse/nvmet-Introduce-nvmet_sq_create-and-nvmet_cq_create.patch patches.suse/nvmet-Add-support-for-I-O-queue-management-admin-com.patch patches.suse/nvmet-Do-not-require-SGL-for-PCI-target-controller-c.patch patches.suse/nvmet-Introduce-get-set_feature-controller-operation.patch patches.suse/nvmet-Implement-host-identifier-set-feature-support.patch patches.suse/nvmet-Implement-interrupt-coalescing-feature-support.patch patches.suse/nvmet-Implement-interrupt-config-feature-support.patch patches.suse/nvmet-Implement-arbitration-feature-support.patch patches.suse/nvmet-New-NVMe-PCI-endpoint-function-target-driver.patch patches.suse/nvme-pci-fix-comment-typo.patch patches.suse/nvme-Add-error-path-for-xa_store-in-nvme_init_effect.patch patches.suse/nvme-pci-use-correct-size-to-free-the-hmb-buffer.patch patches.suse/block-mark-GFP_NOIO-around-sysfs-store.patch patches.suse/nbd-fix-partial-sending.patch patches.suse/blk-cgroup-fix-kernel-doc-warnings-in-header-file.patch patches.suse/blk-cgroup-rwstat-fix-kernel-doc-warnings-in-header-.patch patches.suse/partitions-ldm-remove-the-initial-kernel-doc-notation.patch patches.suse/nvme-fix-bogus-kzalloc-return-check-in-nvme_init_eff.patch patches.suse/md-reintroduce-md-linear.patch patches.suse/md-Replace-deprecated-kmap_atomic-with-kmap_local_pa.patch patches.suse/md-md-bitmap-factor-behind-write-counters-out-from-bitmap_-start-end-write.patch patches.suse/md-md-bitmap-remove-the-last-parameter-for-bimtap_ops-endwrite.patch patches.suse/md-add-a-new-callback-pers-bitmap_sector.patch patches.suse/md-raid5-implement-pers-bitmap_sector.patch patches.suse/md-md-bitmap-move-bitmap_-start-end-write-to-md-upper-layer.patch patches.suse/block-Reorder-the-request-allocation-code-in-blk_mq_.patch patches.suse/blk-mq-Move-more-error-handling-into-blk_mq_submit_b.patch patches.suse/block-Ensure-start-sector-is-aligned-for-stacking-at.patch patches.suse/block-Change-blk_stack_atomic_writes_limits-unit_min.patch patches.suse/block-limit-disk-max-sectors-to-LLONG_MAX-9.patch patches.suse/md-md-linear-Fix-a-NULL-vs-IS_ERR-bug-in-linear_add.patch patches.suse/block-Add-common-atomic-writes-enable-flag.patch patches.suse/block-Don-t-trim-an-atomic-write.patch patches.suse/io_uring-rename-resize_lock.patch patches.suse/io_uring-rsrc-export-io_check_coalesce_buffer.patch patches.suse/io_uring-memmap-flag-vmap-ed-regions.patch patches.suse/io_uring-memmap-flag-regions-with-user-pages.patch patches.suse/io_uring-memmap-account-memory-before-pinning.patch patches.suse/io_uring-memmap-reuse-io_free_region-for-failure-pat.patch patches.suse/io_uring-memmap-optimise-single-folio-regions.patch patches.suse/io_uring-memmap-helper-for-pinning-region-pages.patch patches.suse/io_uring-memmap-add-IO_REGION_F_SINGLE_REF.patch patches.suse/io_uring-memmap-implement-kernel-allocated-regions.patch patches.suse/io_uring-memmap-implement-mmap-for-regions.patch patches.suse/io_uring-pass-ctx-to-io_register_free_rings.patch patches.suse/io_uring-use-region-api-for-SQ.patch patches.suse/io_uring-use-region-api-for-CQ.patch patches.suse/io_uring-kbuf-use-mmap_lock-to-sync-with-mmap.patch patches.suse/io_uring-kbuf-remove-pbuf-ring-refcounting.patch patches.suse/io_uring-kbuf-use-region-api-for-pbuf-rings.patch patches.suse/io_uring-memmap-unify-io_uring-mmap-ing-code.patch patches.suse/block-define-set-of-integrity-flags-to-be-inherited-.patch patches.suse/block-copy-back-bounce-buffer-to-user-space-correctly-in-case-of-split.patch patches.suse/block-modify-bio_integrity_map_user-to-accept-iov_it.patch patches.suse/fs-iov_iter-define-meta-io-descriptor.patch patches.suse/fs-introduce-IOCB_HAS_METADATA-for-metadata.patch patches.suse/io_uring-introduce-attributes-for-read-write-and-PI-.patch patches.suse/block-introduce-BIP_CHECK_GUARD-REFTAG-APPTAG-bip_fl.patch patches.suse/nvme-add-support-for-passing-on-the-application-tag.patch patches.suse/scsi-add-support-for-user-meta-interface.patch patches.suse/block-add-support-to-pass-user-meta-buffer.patch patches.suse/block-make-bio_integrity_map_user-static-inline.patch patches.suse/io_uring-kbuf-fix-unintentional-sign-extension-on-sh.patch patches.suse/io_uring-clean-up-io_prep_rw_setup.patch patches.suse/io_uring-don-t-vmap-single-page-regions.patch patches.suse/io_uring-prevent-reg-wait-speculations.patch patches.suse/io_uring-Fold-allocation-into-alloc_cache-helper.patch patches.suse/io_uring-Add-generic-helper-to-allocate-async-data.patch patches.suse/io_uring-futex-Allocate-ifd-with-generic-alloc_cache.patch patches.suse/io_uring-poll-Allocate-apoll-with-generic-alloc_cach.patch patches.suse/io_uring-uring_cmd-Allocate-async-data-through-gener.patch patches.suse/io_uring-net-Allocate-msghdr-async-data-through-help.patch patches.suse/io_uring-rw-Allocate-async-data-through-helper.patch patches.suse/io_uring-Move-old-async-data-allocation-helper-to-he.patch patches.suse/io_uring-msg_ring-Drop-custom-destructor.patch patches.suse/io_uring-rw-don-t-mask-in-f_iocb_flags.patch patches.suse/io_uring-rw-use-NULL-for-rw-free_iovec-assigment.patch patches.suse/io_uring-rw-always-clear-bytes_done-on-io_async_rw-s.patch patches.suse/io_uring-ensure-io_queue_deferred-is-out-of-line.patch patches.suse/io_uring-rsrc-simplify-the-bvec-iter-count-calculati.patch patches.suse/io_uring-rw-use-io_rw_recycle-from-cleanup-path.patch patches.suse/io_uring-rw-handle-EAGAIN-retry-at-IO-completion-tim.patch patches.suse/io_uring-rw-don-t-gate-retry-on-completion-context.patch patches.suse/io_uring-expose-read-write-attribute-capability.patch patches.suse/io_uring-simplify-the-SQPOLL-thread-check-when-cance.patch patches.suse/io_uring-rsrc-require-cloned-buffers-to-share-accoun.patch patches.suse/io_uring-Factor-out-a-function-to-parse-restrictions.patch patches.suse/io_uring-reuse-io_should_terminate_tw-for-cmds.patch patches.suse/io_uring-fdinfo-fix-io_uring_show_fdinfo-misuse-of-d.patch patches.suse/s390-diag-Create-misc-device-dev-diag.patch patches.suse/s390-diag324-Retrieve-power-readings-via-diag-0x324.patch patches.suse/s390-diag-Move-diag.c-to-diag-specific-folder.patch patches.suse/s390-pci-Report-PCI-error-recovery-results-via-SCLP.patch patches.suse/s390-debug-Simplify-and-document-debug_next_entry-logic.patch patches.suse/s390-debug-Split-private-data-alloc-free-out-of-file-operations.patch patches.suse/s390-debug-Add-debug_dump-to-write-debug-view-to-a-string-buffer.patch patches.suse/s390-debug-Add-a-reverse-mode-for-debug_dump.patch patches.suse/s390-pci-Add-pci_msg-debug-view-to-PCI-report.patch patches.suse/s390-qdio-Rename-feature-flag-aif_osa-to-aif_qdio.patch patches.suse/s390-cio-Use-array-indices-instead-of-pointer-arithm.patch patches.suse/s390-qdio-Move-memory-alloc-pointer-arithmetic-for-s.patch patches.suse/s390-crypto-cpacf-Constify-struct-bin_attribute.patch patches.suse/s390-ipl-Constify-struct-bin_attribute.patch patches.suse/s390-pci-Constify-struct-bin_attribute.patch patches.suse/s390-sclp-Constify-struct-bin_attribute.patch patches.suse/s390-pkey-Constify-struct-bin_attribute.patch patches.suse/s390-topology-Improve-topology-detection.patch patches.suse/s390-stackleak-Use-exrl-instead-of-ex-in-__stackleak_poison.patch patches.suse/s390-diag-Add-memory-topology-information-via-diag31.patch patches.suse/s390-futex-Fix-FUTEX_OP_ANDN-implementation.patch patches.suse/arm64-rsi-Add-automatic-arm-cca-guest-module-loading.patch patches.suse/arm64-sysreg-Allow-a-Mapping-descriptor-for-system-r.patch patches.suse/arm64-sysreg-Get-rid-of-the-TCR2_EL1x-SysregFields.patch patches.suse/arm64-sysreg-Convert-_EL12-accessors-to-Mapping.patch patches.suse/arm64-sysreg-Get-rid-of-CPACR_ELx-SysregFields.patch patches.suse/arm64-sysreg-Update-ID_AA64ISAR3_EL1-to-DDI0601-2024.patch patches.suse/arm64-sme-Move-storage-of-reg_smidr-to-__cpuinfo_store_cpu.patch patches.suse/arm64-Filter-out-SVE-hwcaps-when-FEAT_SVE-isn-t-implemented.patch patches.suse/KVM-arm64-Allow-control-of-dpISA-extensions-in-ID_AA.patch patches.suse/arm64-mm-Ensure-adequate-HUGE_MAX_HSTATE.patch patches.suse/arm64-mm-Reduce-PA-space-to-48-bits-when-LPA2-is-not-enabled.patch patches.suse/arm64-mm-Override-PARange-for-LPA2-and-use-it-consistently.patch patches.suse/arm64-kvm-Configure-HYP-TCR.PS-DS-based-on-host-stag.patch patches.suse/arm64-kvm-Avoid-invalid-physical-addresses-to-signal.patch patches.suse/arm64-mm-Test-for-pmd_sect-in-vmemmap_check_pmd.patch patches.suse/perf-arm_cspmu-nvidia-remove-unsupported-SCF-events.patch patches.suse/perf-arm_cspmu-nvidia-fix-sysfs-path-in-the-kernel-doc.patch patches.suse/perf-arm_cspmu-nvidia-enable-NVLINK-C2C-port-filtering.patch patches.suse/perf-arm_cspmu-nvidia-monitor-all-ports-by-default.patch patches.suse/perf-dwc_pcie-Fix-the-event-numbers.patch patches.suse/perf-dwc_pcie-Qualify-RAS-DES-VSEC-Capability-by-Ven.patch patches.suse/perf-imx9_perf-Introduce-AXI-filter-version-to-refactor-the-driver-and-better-extension.patch patches.suse/perf-docs-arm_spe-Document-new-discard-mode.patch patches.suse/powerpc-book3s64-hugetlb-Fix-disabling-hugetlb-when-fadump-is-active.patch patches.suse/powerpc-Add-preempt-lazy-support.patch patches.suse/powerpc-Large-user-copy-aware-of-full-rt-lazy-preemption.patch patches.suse/powerpc-pseries-iommu-IOMMU-incorrectly-marks-MMIO-r.patch patches.suse/selftests-powerpc-Fix-argument-order-to-timer_sub.patch patches.suse/x86-mce-Make-several-functions-return-bool.patch patches.suse/x86-mce-amd-Remove-shared-threshold-bank-plumbing.patch patches.suse/EDAC-i10nm-Add-Intel-Clearwater-Forest-server-support.patch patches.suse/EDAC-i10nm-skx-skx_common-Support-UV-systems.patch patches.suse/x86-bugs-Add-SRSO_USER_KERNEL_NO-support.patch patches.suse/KVM-x86-Advertise-SRSO_USER_KERNEL_NO-to-userspace.patch patches.suse/x86-resctrl-Use-kthread_run_on_cpu.patch patches.suse/x86-resctrl-Introduce-resctrl_file_fflags_init-to-initiali.patch patches.suse/x86-resctrl-Prepare-for-per-CTRL_MON-group-mba_MBps-contro.patch patches.suse/x86-resctrl-Modify-update_mba_bw-to-use-per-CTRL_MON-group.patch patches.suse/x86-resctrl-Compute-memory-bandwidth-for-all-supported-eve.patch patches.suse/x86-resctrl-Make-mba_sc-use-total-bandwidth-if-local-is-no.patch patches.suse/x86-resctrl-Add-mba_MBps_event-file-to-CTRL_MON-directorie.patch patches.suse/x86-resctrl-Add-write-option-to-mba_MBps_event-file.patch patches.suse/x86-resctrl-Document-the-new-mba_MBps_event-file.patch patches.suse/x86-microcode-AMD-Return-bool-from-find_blobs_in_container.patch patches.suse/x86-microcode-AMD-Remove-bogus-comment-from-parse_co.patch patches.suse/x86-microcode-AMD-Make-__verify_patch_size-return-bo.patch patches.suse/x86-microcode-AMD-Have-__apply_microcode_amd-return-bool.patch patches.suse/x86-sev-Prepare-for-using-the-RMPREAD-instruction-to.patch patches.suse/x86-sev-Add-support-for-the-RMPREAD-instruction.patch patches.suse/x86-sev-Move-the-SNP-probe-routine-out-of-the-way.patch patches.suse/x86-sev-Map-only-the-RMP-table-entries-instead-of-th.patch patches.suse/x86-sev-Treat-the-contiguous-RMP-table-as-a-single-R.patch patches.suse/x86-sev-Add-full-support-for-a-segmented-RMP-table.patch patches.suse/virt-sev-guest-Remove-is_vmpck_empty-helper.patch patches.suse/virt-sev-guest-Replace-GFP_KERNEL_ACCOUNT-with-GFP_K.patch patches.suse/x86-sev-Carve-out-and-export-SNP-guest-messaging-ini.patch patches.suse/x86-sev-Relocate-SNP-guest-messaging-routines-to-com.patch patches.suse/x86-sev-Add-Secure-TSC-support-for-SNP-guests.patch patches.suse/x86-sev-Change-TSC-MSR-behavior-for-Secure-TSC-enabl.patch patches.suse/x86-sev-Prevent-GUEST_TSC_FREQ-MSR-interception-for-.patch patches.suse/x86-sev-Prevent-RDTSC-RDTSCP-interception-for-Secure.patch patches.suse/x86-sev-Mark-the-TSC-in-a-secure-TSC-guest-as-reliab.patch patches.suse/x86-tsc-Init-the-TSC-for-Secure-TSC-guests.patch patches.suse/x86-sev-Add-the-Secure-TSC-feature-for-SNP-guests.patch patches.suse/x86-cpufeatures-Free-up-unused-feature-bits.patch patches.suse/x86-paravirt-Remove-the-WBINVD-callback.patch patches.suse/x86-cpu-Introduce-new-microcode-matching-helper.patch patches.suse/x86-cpu-Expose-only-stepping-min-max-interface.patch patches.suse/x86-cpu-Replace-PEBS-use-of-x86_cpu_desc-use-with-x86_cpu_.patch patches.suse/x86-cpu-Move-AMD-erratum-1386-table-over-to-x86_cpu_id.patch patches.suse/x86-mtrr-Rename-mtrr_overwrite_state-to-guest_force_.patch patches.suse/x86-amd_nb-Restrict-init-function-to-AMD-based-systems.patch patches.suse/x86-amd_nb-Clean-up-early_is_amd_nb.patch patches.suse/x86-Start-moving-AMD-node-functionality-out-of-AMD_NB.patch patches.suse/x86-amd_nb-Simplify-function-4-search.patch patches.suse/x86-amd_nb-Simplify-root-device-search.patch patches.suse/x86-amd_nb-Use-topology-info-to-get-AMD-node-count.patch patches.suse/x86-amd_nb-Simplify-function-3-search.patch patches.suse/x86-amd_nb-hwmon-k10temp-Simplify-amd_pci_dev_to_node_id.patch patches.suse/x86-amd_nb-Move-SMN-access-code-to-a-new-amd_node-driver.patch patches.suse/x86-amd_node-Update-__amd_smn_rw-error-paths.patch patches.suse/x86-amd_node-Remove-dependency-on-AMD_NB.patch patches.suse/x86-amd_node-Use-defines-for-SMN-register-offsets.patch patches.suse/sched-wake_q-Add-helper-to-call-wake_up_q-after-unlock-with-preemption-disabled.patch patches.suse/locking-ww_mutex-test-Use-swap-macro.patch patches.suse/lockdep-Document-MAX_LOCKDEP_CHAIN_HLOCKS-calculation.patch patches.suse/lockdep-Mark-chain_hlock_class_idx-with-__maybe_unused.patch patches.suse/lockdep-Move-lockdep_assert_locked-under-ifdef-CONFIG_PROVE_LOCKING.patch patches.suse/objtool-Generic-annotation-infrastructure.patch patches.suse/objtool-Convert-ANNOTATE_NOENDBR-to-ANNOTATE.patch patches.suse/objtool-Convert-ANNOTATE_RETPOLINE_SAFE-to-ANNOTATE.patch patches.suse/objtool-Convert-instrumentation_-begin-end-to-ANNOTATE.patch patches.suse/objtool-Convert-VALIDATE_UNRET_BEGIN-to-ANNOTATE.patch patches.suse/objtool-Convert-ANNOTATE_IGNORE_ALTERNATIVE-to-ANNOTATE.patch patches.suse/objtool-Convert-ANNOTATE_INTRA_FUNCTION_CALL-to-ANNOTATE.patch patches.suse/objtool-Collapse-annotate-sequences.patch patches.suse/objtool-Collect-more-annotations-in-objtool.h.patch patches.suse/unreachable-Unify.patch patches.suse/x86-Convert-unreachable-to-BUG.patch patches.suse/objtool-Remove-annotate_-un-reachable.patch patches.suse/objtool-Convert-.UN-REACHABLE-to-ANNOTATE.patch patches.suse/objtool-Fix-ANNOTATE_REACHABLE-to-be-a-normal-annotation.patch patches.suse/objtool-Warn-about-unknown-annotation-types.patch patches.suse/x86-mm-Convert-unreachable-to-BUG.patch patches.suse/perf-core-Save-raw-sample-data-conditionally-based-on-samp.patch patches.suse/perf-core-Check-sample_type-in-perf_sample_save_callchain.patch patches.suse/perf-core-Check-sample_type-in-perf_sample_save_brstack.patch patches.suse/perf-x86-intel-ds-Clarify-adaptive-PEBS-processing.patch patches.suse/perf-x86-intel-ds-Factor-out-functions-for-PEBS-records-pr.patch patches.suse/perf-x86-intel-ds-Simplify-the-PEBS-records-processing-for.patch patches.suse/perf-x86-rapl-Remove-the-unused-get_rapl_pmu_cpumask-function.patch patches.suse/x86-topology-Introduce-topology_logical_core_id.patch patches.suse/perf-x86-rapl-Remove-the-cpu_to_rapl_pmu-function.patch patches.suse/perf-x86-rapl-Rename-rapl_pmu-variables.patch patches.suse/perf-x86-rapl-Make-rapl_model-struct-global.patch patches.suse/perf-x86-rapl-Add-arguments-to-the-init-and-cleanup-functions.patch patches.suse/perf-x86-rapl-Modify-the-generic-variable-names-to-_pkg.patch patches.suse/perf-x86-rapl-Remove-the-global-variable-rapl_msrs.patch patches.suse/perf-x86-rapl-Move-the-cntr_mask-to-rapl_pmus-struct.patch patches.suse/perf-x86-rapl-Add-core-energy-counter-support-for-AMD-CPUs.patch patches.suse/seqlock-add-raw_seqcount_try_begin.patch patches.suse/mm-gup-Use-raw_seqcount_try_begin.patch patches.suse/mm-convert-mm_lock_seq-to-a-proper-seqcount.patch patches.suse/mm-introduce-mmap_lock_speculate_-try_begin-retry.patch patches.suse/perf-core-Export-perf_exclude_event.patch patches.suse/perf-x86-Relax-privilege-filter-restriction-on-AMD-IBS.patch patches.suse/perf-x86-intel-Support-RDPMC-metrics-clear-mode.patch patches.suse/perf-x86-intel-uncore-Clean-up-func_id.patch patches.suse/perf-x86-intel-uncore-Support-more-units-on-Granite-Rapids.patch patches.suse/perf-map-pages-in-advance.patch patches.suse/x86-ioapic-Remove-a-stray-tab-in-the-IO-APIC-type-string.patch patches.suse/sched-Don-t-try-to-catch-up-excess-steal-time.patch patches.suse/sched-add-READ_ONCE-to-task_on_rq_queued.patch patches.suse/sched-deadline-Restore-dl_server-bandwidth-on-non-destructive-root-domain-changes.patch patches.suse/sched-deadline-Correctly-account-for-allocated-bandwidth-during-hotplug.patch patches.suse/sched-deadline-Check-bandwidth-overflow-earlier-for-hotplug.patch patches.suse/sched-deadline-Consolidate-Timer-Cancellation.patch patches.suse/sched-fair-Remove-CONFIG_CFS_BANDWIDTH-n-definition-of-cfs_bandwidth_used.patch patches.suse/sched-core-Remove-HK_TYPE_SCHED.patch patches.suse/sched-isolation-Make-isolcpus-nohz-equivalent-to-nohz_full.patch patches.suse/sched-isolation-Consolidate-housekeeping-cpumasks-that-are-always-identical.patch patches.suse/sched-Unify-HK_TYPE_-TIMER-TICK-MISC-to-HK_TYPE_KERNEL_NOISE.patch patches.suse/sched-fair-Rename-h_nr_running-into-h_nr_queued.patch patches.suse/sched-fair-Add-new-cfs_rq.h_nr_runnable.patch patches.suse/sched-fair-Use-the-new-cfs_rq.h_nr_runnable.patch patches.suse/sched-fair-Removed-unsued-cfs_rq.h_nr_delayed.patch patches.suse/sched-fair-Rename-cfs_rq.idle_h_nr_running-into-h_nr_idle.patch patches.suse/sched-fair-Remove-unused-cfs_rq.idle_nr_running.patch patches.suse/sched-fair-Rename-cfs_rq.nr_running-into-nr_queued.patch patches.suse/sched-fair-Do-not-try-to-migrate-delayed-dequeue-task.patch patches.suse/sched-fair-Fix-variable-declaration-position.patch patches.suse/sched-fair-Mark-m-_vruntime-with-__maybe_unused.patch patches.suse/sched-fair-Untangle-NEXT_BUDDY-and-pick_next_task.patch patches.suse/rseq-Validate-read-only-fields-under-DEBUG_RSEQ-config.patch patches.suse/sched-deadline-Cleanup-goto-label-in-pick_earliest_pushable_dl_task.patch patches.suse/sched-fair-Fix-CPU-bandwidth-limit-bypass-during-CPU-hotplug.patch patches.suse/sched-fair-Update-comments-after-sched_tick-rename.patch patches.suse/sched-fair-Fix-value-reported-by-hot-tasks-pulled-in-proc-schedstat.patch patches.suse/sched-fair-Cleanup-in-migrate_degrades_locality-to-improve-readability.patch patches.suse/sched-Report-the-different-kinds-of-imbalances-in-proc-schedstat.patch patches.suse/sched-Move-sched-domain-name-out-of-CONFIG_SCHED_DEBUG.patch patches.suse/sched-stats-Print-domain-name-in-proc-schedstat.patch patches.suse/docs-Update-Schedstat-version-to-17.patch patches.suse/sched-Fix-race-between-yield_to-and-try_to_wake_up.patch patches.suse/sched-fair-Encapsulate-set-custom-slice-in-a-__setparam_fair-function.patch patches.suse/sched-debug-Change-need_resched-warnings-to-pr_err.patch patches.suse/sched-core-Prioritize-migrating-eligible-tasks-in-sched_balance_rq.patch patches.suse/x86-itmt-Convert-sysctl_sched_itmt_enabled-to-boolean.patch patches.suse/x86-itmt-Use-guard-for-itmt_update_mutex.patch patches.suse/x86-itmt-Move-the-sched_itmt_enabled-sysctl-to-debugfs.patch patches.suse/x86-topology-Remove-x86_smt_flags-and-use-cpu_smt_flags-di.patch patches.suse/x86-topology-Use-x86_sched_itmt_flags-for-PKG-domain-uncon.patch patches.suse/sched-fair-Do-not-compute-NUMA-Balancing-stats-unnecessarily-during-lb.patch patches.suse/sched-fair-Do-not-compute-overloaded-status-unnecessarily-during-lb.patch patches.suse/sched-Define-sched_clock_irqtime-as-static-key.patch patches.suse/sched-Don-t-account-irq-time-if-sched_clock_irqtime-is-disabled.patch patches.suse/sched-psi-Don-t-account-irq-time-if-sched_clock_irqtime-is-disabled.patch patches.suse/psi-Fix-race-when-task-wakes-up-before-psi_sched_switch-adjusts-flags.patch patches.suse/rseq-Fix-rseq-unregistration-regression.patch patches.suse/printk-Fix-signed-integer-overflow-when-defining-LOG_BUF_LEN_MAX.patch patches.suse/printk-Defer-legacy-printing-when-holding-printk_cpu_sync.patch patches.suse/livepatch-Add-stack_order-sysfs-attribute.patch patches.suse/selftests-livepatch-add-test-cases-of-stack_order-sy.patch patches.suse/selftests-livepatch-Replace-hardcoded-module-name-wi.patch patches.suse/genirq-Make-handle_enforce_irqctx-unconditionally-av.patch patches.suse/torture-Add-dowarn-argument-to-torture_sched_setaffinity.patch patches.suse/ring-buffer-Make-reading-page-consistent-with-the-code-log.patch patches.suse/fgraph-Replace-fgraph_ret_regs-with-ftrace_regs.patch patches.suse/fprobe-Use-ftrace_regs-in-fprobe-entry-handler.patch patches.suse/fprobe-Use-ftrace_regs-in-fprobe-exit-handler.patch patches.suse/tracing-Add-ftrace_partial_regs-for-converting-ftrac.patch patches.suse/tracing-Add-ftrace_fill_perf_regs-for-perf-event.patch patches.suse/tracing-fprobe-Enable-fprobe-events-with-CONFIG_DYNA.patch patches.suse/bpf-Enable-kprobe_multi-feature-if-CONFIG_FPROBE-is-.patch patches.suse/ftrace-Add-ftrace_get_symaddr-to-convert-fentry_ip-t.patch patches.suse/bpf-Use-ftrace_get_symaddr-for-kprobe_multi-probes.patch patches.suse/drm-rockchip-cdn-dp-Use-drm_connector_helper_hpd_irq.patch patches.suse/0008-drm-rockchip-vop2-Don-t-spam-logs-in-atomic-update.patch patches.suse/0009-rockchip-drm-vop2-add-support-for-gamma-LUT.patch patches.suse/drm-v3d-Fix-performance-counter-source-settings-on-V.patch patches.suse/0011-drm-bridge-cdns-mhdp8546-Remove-unused-functions.patch patches.suse/0012-gpu-drm-replace-of_graph_get_next_endpoint.patch patches.suse/accel-ivpu-Fix-Qemu-crash-when-running-in-passthroug.patch patches.suse/0014-drm-rockchip-analogix_dp-allow-to-work-without-panel.patch patches.suse/0015-drm-panel-edp-Add-KDB-KD116N2130B12.patch patches.suse/0016-drm-Move-client-code-to-clients-subdirectory.patch patches.suse/0017-drm-client-Move-public-client-header-to-clients-subd.patch patches.suse/0018-drm-fbdev-client-Unexport-drm_fbdev_client_setup.patch patches.suse/0019-drm-virtio-Use-generic-dumb_map_offset-implementatio.patch patches.suse/0020-drm-virtio-Don-t-create-a-context-with-default-param.patch patches.suse/0021-drm-virtio-Use-drm_gem_plane_helper_prepare_fb.patch patches.suse/drm-virtio-New-fence-for-every-plane-update.patch patches.suse/0023-drm-xe-drop-unused-component-dependencies.patch patches.suse/0024-drm-panthor-Update-memattr-programing-to-align-with-.patch patches.suse/0025-drm-panthor-Explicitly-set-the-coherency-mode.patch patches.suse/0026-drm-panthor-Simplify-FW-fast-reset-path.patch patches.suse/0027-drm-panthor-Fix-compilation-failure-on-panthor_fw.c.patch patches.suse/0028-drm-radeon-switch-over-to-drm_exec-v2.patch patches.suse/0029-drm-qxl-switch-to-using-drm_exec-v2.patch patches.suse/0030-drm-bridge-Constify-struct-i2c_device_id.patch patches.suse/drm-Add-panel-backlight-quirks.patch patches.suse/0032-drm-amd-display-Add-support-for-minimum-backlight-qu.patch patches.suse/drm-panel-backlight-quirks-Add-Framework-13-matte-pa.patch patches.suse/drm-panel-backlight-quirks-Add-Framework-13-glossy-a.patch patches.suse/0035-drm-vkms-Remove-index-parameter-from-init_vkms_outpu.patch patches.suse/drm-v3d-Stop-active-perfmon-if-it-is-being-destroyed.patch patches.suse/0037-drm-vkms-Code-formatting.patch patches.suse/0038-drm-vkms-Use-drm_frame-directly.patch patches.suse/0039-drm-vkms-Add-typedef-and-documentation-for-pixel_rea.patch patches.suse/0040-drm-vkms-Use-const-for-input-pointers-in-pixel_read-.patch patches.suse/0041-drm-vkms-Update-pixels-accessor-to-support-packed-an.patch patches.suse/0042-drm-vkms-Avoid-computing-blending-limits-inside-pre_.patch patches.suse/0043-drm-vkms-Introduce-pixel_read_direction-enum.patch patches.suse/0044-drm-vkms-Re-introduce-line-per-line-composition-algo.patch patches.suse/0045-drm-vkms-Remove-useless-drm_rotation_simplify.patch patches.suse/0046-accel-qaic-Drop-redundant-vfree-null-check-in-sahara.patch patches.suse/0047-accel-amdxdna-Add-a-new-driver-for-AMD-AI-Engine.patch patches.suse/0048-accel-amdxdna-Support-hardware-mailbox.patch patches.suse/0049-accel-amdxdna-Add-hardware-resource-solver.patch patches.suse/0050-accel-amdxdna-Add-hardware-context.patch patches.suse/0051-accel-amdxdna-Add-GEM-buffer-object-management.patch patches.suse/0052-accel-amdxdna-Add-command-execution.patch patches.suse/0053-accel-amdxdna-Add-suspend-and-resume.patch patches.suse/0054-accel-amdxdna-Add-error-handling.patch patches.suse/0055-accel-amdxdna-Add-query-functions.patch patches.suse/0056-drm-lsdc-Request-PCI-BAR.patch patches.suse/drm-tidss-Fix-issue-in-irq-handling-causing-irq-floo.patch patches.suse/0058-drm-tidss-Remove-unused-OCP-error-flag.patch patches.suse/0059-drm-tidss-Remove-extra-K2G-check.patch patches.suse/0060-drm-tidss-Add-printing-of-underflows.patch patches.suse/drm-tidss-Clear-the-interrupt-status-for-interrupts-.patch patches.suse/drm-tidss-Fix-race-condition-while-handling-interrup.patch patches.suse/0063-drm-tidss-Rename-wait_lock-to-irq_lock.patch patches.suse/nvkm-gsp-correctly-advance-the-read-pointer-of-GSP-m.patch patches.suse/nvkm-correctly-calculate-the-available-space-of-the-.patch patches.suse/0066-drm-panel-edp-Add-unknown-BOE-panel-for-HP-Omnibook-.patch patches.suse/0067-drm-virtio-Implement-VIRTIO_GPU_CMD_RESOURCE_DETACH_.patch patches.suse/0068-drm-virtio-Add-a-helper-to-map-and-note-the-dma-addr.patch patches.suse/0069-drm-virtio-Add-helpers-to-initialize-and-free-the-im.patch patches.suse/0070-drm-virtio-Import-prime-buffers-from-other-devices-a.patch patches.suse/0071-drm-virtio-Add-prepare-and-cleanup-routines-for-impo.patch patches.suse/0072-drm-cirrus-Use-virtual-encoder-and-connector-types.patch patches.suse/0073-drm-cirrus-Rename-to-cirrus-qemu.patch patches.suse/0074-drm-vc4-Use-of_device_get_match_data-to-set-generati.patch patches.suse/0075-drm-vc4-Fix-reading-of-frame-count-on-GEN5-Pi4.patch patches.suse/0076-drm-vc4-drv-Support-BCM2712.patch patches.suse/0077-drm-vc4-hvs-Add-support-for-BCM2712-HVS.patch patches.suse/0078-drm-vc4-crtc-Add-support-for-BCM2712-PixelValves.patch patches.suse/0079-drm-vc4-hdmi-Add-support-for-BCM2712-HDMI-controller.patch patches.suse/0080-drm-vc4-txp-Introduce-structure-to-deal-with-revisio.patch patches.suse/0081-drm-vc4-txp-Rename-TXP-data-structure.patch patches.suse/0082-drm-vc4-txp-Add-byte-enable-toggle-bit.patch patches.suse/0083-drm-vc4-txp-Add-horizontal-and-vertical-size-offset-.patch patches.suse/0084-drm-vc4-txp-Handle-40-bits-DMA-Addresses.patch patches.suse/0085-drm-vc4-txp-Move-the-encoder-type-in-the-variant-str.patch patches.suse/0086-drm-vc4-txp-Add-a-new-TXP-encoder-type.patch patches.suse/0087-drm-vc4-txp-Add-support-for-BCM2712-MOP.patch patches.suse/0088-drm-vc4-txp-Add-BCM2712-MOPLET-support.patch patches.suse/0089-drm-vc4-drv-Add-support-for-2712-D-step.patch patches.suse/0090-drm-vc4-hvs-Add-in-support-for-2712-D-step.patch patches.suse/0091-drm-vc4-plane-Add-support-for-2712-D-step.patch patches.suse/0092-drm-vc4-hdmi-Support-2712-D-step-register-map.patch patches.suse/0093-drm-vc4-Add-additional-warn_on-for-incorrect-revisio.patch patches.suse/0094-drm-vc4-Enable-bg_fill-if-there-are-no-planes-enable.patch patches.suse/0095-drm-vc4-Drop-planes-that-are-completely-off-screen-o.patch patches.suse/0096-drm-panthor-Fix-a-typo-in-the-FW-iface-flag-definiti.patch patches.suse/0097-drm-panfrost-Add-GPU-ID-for-MT8188-Mali-G57-MC3.patch patches.suse/drm-rockchip-vop2-fix-rk3588-dp-dsi-maxclk-verificat.patch patches.suse/drm-hibmc-Drop-dependency-on-ARM64.patch patches.suse/drm-renesas-rz-du-Increase-supported-resolutions.patch patches.suse/0101-drm-vmwgfx-Remove-initialization-of-connector-status.patch patches.suse/0102-drm-ttm-use-GEM-references-for-VM-mappings.patch patches.suse/0103-drm-dp-extract-drm_dp_dpcd_poll_act_handled.patch patches.suse/0104-drm-dp-extract-drm_dp_dpcd_write_payload.patch patches.suse/0105-drm-dp-extract-drm_dp_dpcd_clear_payload.patch patches.suse/0106-drm-v3d-Add-DRM_IOCTL_V3D_PERFMON_SET_GLOBAL.patch patches.suse/0107-drm-nouveau-create-module-debugfs-root.patch patches.suse/0108-drm-nouveau-retain-device-pointer-in-nvkm_gsp_mem-ob.patch patches.suse/0109-drm-nouveau-expose-GSP-RM-logging-buffers-via-debugf.patch patches.suse/0110-drm-xen-remove-redundant-initialization-info-print.patch patches.suse/0111-accel-ivpu-remove-DRIVER_DATE-conditional-drm_driver.patch patches.suse/0112-drm-remove-driver-date-from-struct-drm_driver-and-al.patch patches.suse/drm-tests-hdmi-handle-empty-modes-in-find_preferred_.patch patches.suse/0114-drm-tests-hdmi-rename-connector-creation-function.patch patches.suse/drm-tests-hdmi-return-meaningful-value-from-set_conn.patch patches.suse/0116-drm-display-hdmi-add-generic-mode_valid-helper.patch patches.suse/0117-drm-sun4i-use-drm_hdmi_connector_mode_valid.patch patches.suse/0118-drm-vc4-use-drm_hdmi_connector_mode_valid.patch patches.suse/0119-drm-display-bridge_connector-use-drm_bridge_connecto.patch patches.suse/0120-drm-bridge-lontium-lt9611-drop-TMDS-char-rate-check-.patch patches.suse/0121-drm-bridge-dw-hdmi-qp-replace-mode_valid-with-tmds_c.patch patches.suse/0122-drm-sun4i-use-drm_atomic_helper_connector_hdmi_check.patch patches.suse/0123-drm-panel-visionox-rm69299-Remove-redundant-assignme.patch patches.suse/0124-drm-bridge-ite-it6263-Support-VESA-24-input-format.patch patches.suse/drm-renesas-rz-du-Drop-DU_MCR0_DPI_OE-macro.patch patches.suse/0126-drm-renesas-rz-du-rzg2l_du_encoder-Fix-max-dot-clock.patch patches.suse/0127-drm-panic-Move-drawing-functions-to-drm_draw.patch patches.suse/0128-drm-log-Introduce-a-new-boot-logger-to-draw-the-kmsg.patch patches.suse/0129-drm-log-Do-not-draw-if-drm_master-is-taken.patch patches.suse/0130-drm-log-Color-the-timestamp-to-improve-readability.patch patches.suse/0131-drm-log-Implement-suspend-resume.patch patches.suse/0132-drm-log-Add-integer-scaling-support.patch patches.suse/0133-drm-bridge-synopsys-Add-MIPI-DSI2-host-controller-br.patch patches.suse/0134-drm-rockchip-Add-MIPI-DSI2-glue-driver-for-RK3588.patch patches.suse/drm-rockchip-vop2-Fix-cluster-windows-alpha-ctrl-reg.patch patches.suse/drm-rockchip-vop2-Fix-the-mixer-alpha-setup-for-laye.patch patches.suse/drm-panthor-Preserve-the-result-returned-by-panthor_.patch patches.suse/0138-drm-panthor-Be-robust-against-runtime-PM-resume-fail.patch patches.suse/0139-drm-panthor-Ignore-devfreq_-suspend-resume-_device-f.patch patches.suse/0140-drm-panthor-Be-robust-against-resume-failures.patch patches.suse/0141-drm-panthor-Fix-the-fast-reset-logic.patch patches.suse/0142-drm-rockchip-dw_hdmi_qp-Add-support-for-RK3588-HDMI1.patch patches.suse/0143-drm-v3d-Fix-miscellaneous-documentation-errors.patch patches.suse/0144-drm-vc4-plane-Remove-WARN-on-state-being-set-in-plan.patch patches.suse/0145-drm-rockchip-Remove-unnecessary-checking.patch patches.suse/0146-drm-rockchip-vop2-don-t-check-color_mgmt_changed-in-.patch patches.suse/0147-drm-rockchip-dw_hdmi_qp-Simplify-clock-handling.patch patches.suse/0148-drm-client-Fix-drm-client-endless-Kconfig-loop.patch patches.suse/0149-drm-vc4-unlock-on-error-in-vc4_hvs_get_fifo_frame_co.patch patches.suse/0150-drm-log-select-CONFIG_FONT_SUPPORT.patch patches.suse/0151-drm-panel-simple-add-Multi-Inno-Technology-MI0700A2T.patch patches.suse/0152-drm-fsl-dcu-Include-linux-of.h.patch patches.suse/0153-drm-panel-Include-linux-of.h.patch patches.suse/0154-drm-panel-panel-orisetech-otm8009a-Include-linux-mod.patch patches.suse/0155-drm-panel-panel-samsung-s6e3ha2-Include-linux-mod_de.patch patches.suse/0156-drm-panel-panel-samsung-s6e63m0-Include-linux-proper.patch patches.suse/0157-drm-tiny-panel-mipi-dbi-Include-linux-of.h.patch patches.suse/0158-accel-qaic-Fix-typo-for-struct-qaic_manage_trans_pas.patch patches.suse/0159-accel-amdxdna-Add-device-status-for-aie2-devices.patch patches.suse/0160-accel-amdxdna-Replace-mmput-with-mmput_async-to-avoi.patch patches.suse/0161-accel-amdxdna-Add-query-firmware-version.patch patches.suse/0162-accel-amdxdna-Add-include-interrupt.h-to-amdxdna_mai.patch patches.suse/0163-drm-Drop-explicit-initialization-of-struct-i2c_devic.patch patches.suse/0164-accel-amdxdna-use-modern-PM-helpers.patch patches.suse/0165-drm-modes-Fix-drm_mode_vrefres-docs.patch patches.suse/0166-drm-rockchip-Fix-Copyright-description.patch patches.suse/0167-drm-rockchip-vop2-Add-debugfs-support.patch patches.suse/drm-rockchip-vop2-Fix-the-windows-switch-between-dif.patch patches.suse/0169-drm-zynqmp_dp-Fix-integer-overflow-in-zynqmp_dp_rate.patch patches.suse/drm-connector-add-mutex-to-protect-ELD-from-concurre.patch patches.suse/drm-bridge-anx7625-use-eld_mutex-to-protect-access-t.patch patches.suse/drm-bridge-ite-it66121-use-eld_mutex-to-protect-acce.patch patches.suse/drm-amd-display-use-eld_mutex-to-protect-access-to-c.patch patches.suse/drm-exynos-hdmi-use-eld_mutex-to-protect-access-to-c.patch patches.suse/0175-drm-i915-audio-use-eld_mutex-to-protect-access-to-co.patch patches.suse/0176-drm-msm-dp-use-eld_mutex-to-protect-access-to-connec.patch patches.suse/drm-radeon-use-eld_mutex-to-protect-access-to-connec.patch patches.suse/drm-sti-hdmi-use-eld_mutex-to-protect-access-to-conn.patch patches.suse/drm-vc4-hdmi-use-eld_mutex-to-protect-access-to-conn.patch patches.suse/0180-accel-amdxdna-Add-RyzenAI-npu6-support.patch patches.suse/0181-accel-amdxdna-Replace-idr-api-with-xarray.patch patches.suse/0182-accel-amdxdna-Enhance-power-management-settings.patch patches.suse/0183-accel-amdxdna-Read-firmware-interface-version-from-r.patch patches.suse/0184-drm-panthor-Report-innocent-group-kill.patch patches.suse/drm-rcar-du-dsi-Fix-PHY-lock-bit-check.patch patches.suse/0186-drm-rcar-du-Write-DPTSR-only-if-the-second-source-ex.patch patches.suse/0187-drm-rcar-du-dsi-Add-r8a779h0-support.patch patches.suse/0188-drm-rcar-du-Add-support-for-r8a779h0.patch patches.suse/0189-drm-connector-Add-a-way-to-init-add-a-connector-in-s.patch patches.suse/0190-drm-connector-Add-FIXME-for-GETRESOURCES-ioctl-wrt.-.patch patches.suse/0191-drm-connector-Add-deprecation-notes-for-drm_connecto.patch patches.suse/0192-drm-dp_mst-Register-connectors-via-drm_connector_dyn.patch patches.suse/0193-drm-i915-dp_mst-Expose-a-connector-to-kernel-users-a.patch patches.suse/0194-drm-amd-dp_mst-Expose-a-connector-to-kernel-users-af.patch patches.suse/0195-drm-nouveau-dp_mst-Expose-a-connector-to-kernel-user.patch patches.suse/0196-drm-connector-Warn-if-a-connector-is-registered-adde.patch patches.suse/0197-drm-tests-Add-tests-for-drm_connector_dynamic_init-r.patch patches.suse/drm-connector-Allow-clearing-HDMI-infoframes.patch patches.suse/0199-accel-amdxdna-Add-zero-check-for-pad-in-ioctl-input-.patch patches.suse/0200-accel-amdxdna-Remove-DRM_AMDXDNA_HWCTX_CONFIG_NUM.patch patches.suse/0201-drm-bridge-ti-sn65dsi83-use-dev_err_probe-when-faili.patch patches.suse/0202-drm-panel-simple-Add-Tianma-TM070JDHG34-00-panel-sup.patch patches.suse/0203-drm-panel-simple-add-Multi-Inno-Technology-MI1010Z1T.patch patches.suse/0204-accel-amdxdna-include-linux-slab.h.patch patches.suse/drm-rockchip-vop2-Set-AXI-id-for-rk3588.patch patches.suse/drm-rockchip-vop2-Setup-delay-cycle-for-Esmart2-3.patch patches.suse/drm-rockchip-vop2-Check-linear-format-for-Cluster-wi.patch patches.suse/drm-rockchip-vop2-Add-check-for-32-bpp-format-for-rk.patch patches.suse/drm-rockchip-vop2-include-rockchip_drm_drv.h.patch patches.suse/0210-drm-xlnx-zynqmp_dpsub-Add-DP-audio-support.patch patches.suse/0211-drm-bridge-ti-sn65dsi83-Add-ti-lvds-vod-swing-option.patch patches.suse/0212-drm-bridge-synopsys-Fix-Copyright-Writing-Style-of-d.patch patches.suse/0213-drm-add-drm_memory_stats_is_zero.patch patches.suse/0214-drm-make-drm-active-stats-optional.patch patches.suse/0215-Documentation-gpu-Clarify-drm-memory-stats-definitio.patch patches.suse/0216-drm-amdgpu-remove-unused-function-parameter.patch patches.suse/0217-drm-amdgpu-track-bo-memory-stats-at-runtime.patch patches.suse/0218-drm-bridge-anx7625-Update-HDCP-content-status.patch patches.suse/0219-drm-panel-simple-support-TOPLAND-TIAN-G07017-LCD-pan.patch patches.suse/0220-drm-display-bridge_connector-provide-atomic_check-fo.patch patches.suse/0221-drm-bridge-ite-it6263-drop-atomic_check-callback.patch patches.suse/0222-drm-bridge-lontium-lt9611-drop-atomic_check-callback.patch patches.suse/0223-drm-bridge-dw-hdmi-qp-drop-atomic_check-callback.patch patches.suse/0224-drm-hisilicon-hibmc-add-dp-aux-in-hibmc-drivers.patch patches.suse/0225-drm-hisilicon-hibmc-add-dp-link-moduel-in-hibmc-driv.patch patches.suse/0226-drm-hisilicon-hibmc-add-dp-hw-moduel-in-hibmc-driver.patch patches.suse/drm-hisilicon-hibmc-refactored-struct-hibmc_drm_priv.patch patches.suse/0228-drm-hisilicon-hibmc-add-dp-module-in-hibmc.patch patches.suse/0229-drm-Use-of_property_present-for-non-boolean-properti.patch patches.suse/drm-bridge-it6505-Change-definition-of-AUX_FIFO_MAX_.patch patches.suse/0231-drm-bridge-it6505-improve-AUX-operation-for-edid-rea.patch patches.suse/0232-drm-bridge-it6505-add-AUX-operation-for-HDCP-KSV-lis.patch patches.suse/drm-bridge-it6505-Change-definition-MAX_HDCP_DOWN_ST.patch patches.suse/drm-bridge-it6505-fix-HDCP-Bstatus-check.patch patches.suse/drm-bridge-it6505-fix-HDCP-encryption-when-R0-ready.patch patches.suse/0236-drm-bridge-it6505-fix-HDCP-CTS-KSV-list-read-with-UN.patch patches.suse/drm-bridge-it6505-fix-HDCP-CTS-compare-V-matching.patch patches.suse/drm-bridge-it6505-fix-HDCP-CTS-KSV-list-wait-timer.patch patches.suse/0239-drm-bridge-it6505-add-I2C-functionality-on-AUX.patch patches.suse/0240-accel-amdxdna-Declare-npu-device-profile-as-static-v.patch patches.suse/0241-accel-amdxdna-Declare-mailbox-register-base-as-__iom.patch patches.suse/0242-accel-amdxdna-Declare-aie2_max_col-as-static.patch patches.suse/0243-accel-amdxdna-Use-rcu_access_pointer-for-__rcu-point.patch patches.suse/0244-accel-amdxdna-Declare-force_cmdlist-as-static.patch patches.suse/0245-accel-amdxdna-Add-__user-to-second-parameter-of-aie2.patch patches.suse/0246-accel-amdxdna-Declare-npu6_dev_priv-as-static.patch patches.suse/ASoC-hdmi-codec-pass-data-to-get_dai_id-too.patch patches.suse/ASoC-hdmi-codec-move-no_capture_mute-to-struct-hdmi_.patch patches.suse/0249-drm-connector-implement-generic-HDMI-audio-helpers.patch patches.suse/0250-drm-bridge-connector-add-support-for-HDMI-codec-fram.patch patches.suse/0251-drm-bridge-lt9611-switch-to-using-the-DRM-HDMI-codec.patch patches.suse/0252-drm-display-hdmi-implement-hotplug-functions.patch patches.suse/0253-drm-bridge_connector-hook-drm_atomic_helper_connecto.patch patches.suse/0254-drm-vc4-hdmi-switch-to-using-generic-HDMI-Codec-infr.patch patches.suse/0255-drm-vc4-hdmi-stop-rereading-EDID-in-get_modes.patch patches.suse/0256-drm-vc4-hdmi-use-drm_atomic_helper_connector_hdmi_ho.patch patches.suse/0257-drm-rockchip-vop2-Support-32x8-superblock-afbc.patch patches.suse/0258-drm-display-hdmi-state-helper-add-drm_display_mode-d.patch patches.suse/0259-drm-xe-Move-Wa-1607983814-to-oob.patch patches.suse/0260-drm-xe-Avoid-the-OOM-killer-on-buffer-object-memory-.patch patches.suse/0261-drm-xe-Don-t-unnecessarily-invoke-the-OOM-killer-on-.patch patches.suse/0262-drm-xe-Fix-drm-next-merge.patch patches.suse/0263-drm-xe-Fix-build-error-for-XE_IOCTL_DBG-macro.patch patches.suse/0264-drm-xe-Improve-devcoredump-documentation.patch patches.suse/0265-drm-xe-Wire-up-devcoredump-in-documentation.patch patches.suse/0266-drm-xe-Fix-case-for-asserts-in-documentation.patch patches.suse/0267-drm-xe-Add-trace-to-lrc-timestamp-update.patch patches.suse/0268-drm-xe-Reword-exec_queue-and-vm-lock-doc.patch patches.suse/0269-drm-xe-vf-React-to-MIGRATED-interrupt.patch patches.suse/0270-drm-xe-vf-Document-SRIOV-VF-restore-flow.patch patches.suse/0271-drm-xe-vf-Send-RESFIX_DONE-message-at-end-of-VF-rest.patch patches.suse/0272-drm-xe-vf-Start-post-migration-fixups-with-provision.patch patches.suse/0273-drm-xe-vf-Defer-fixups-if-migrated-twice-fast.patch patches.suse/0274-drm-xe-guc-Log-content-of-the-failed-G2H-message.patch patches.suse/0275-drm-xe-guc-Drop-redundant-logs-about-invalid-G2H-len.patch patches.suse/0276-drm-xe-guc-Don-t-read-data-from-G2H-prior-to-length-.patch patches.suse/0277-drm-xe-guc-Don-t-treat-GuC-generic-CAT-error-as-prot.patch patches.suse/0278-drm-xe-guc-Add-VF_CFG_SCHED_PRIORITY_KEY-KLV-definit.patch patches.suse/0279-drm-xe-guc-Add-VF_CFG_SCHED_PRIORITY-to-KLV-helper.patch patches.suse/0280-drm-xe-pf-Add-functions-to-configure-VF-scheduling-p.patch patches.suse/0281-drm-xe-pf-Allow-to-control-scheduling-priority-using.patch patches.suse/0282-drm-xe-pf-Adjust-scheduling-priority-based-on-policy.patch patches.suse/0283-drm-xe-Add-gt_id-to-xe_sched_job-traces.patch patches.suse/0284-drm-xe-guc-Prefer-GT-oriented-asserts-in-submit-code.patch patches.suse/0285-drm-xe-guc-Prefer-GT-oriented-logs-in-submit-code.patch patches.suse/0286-drm-xe-guc-Do-not-assert-CTB-state-while-sending-MMI.patch patches.suse/0287-drm-xe-Take-job-list-lock-in-xe_sched_first_pending_.patch patches.suse/0288-drm-xe-gsc-Improve-SW-proxy-error-checking-and-loggi.patch patches.suse/0289-drm-xe-guc-Reduce-default-GuC-log-verbosity.patch patches.suse/0290-drm-xe-guc-Support-crash-dump-notification-from-GuC.patch patches.suse/0291-drm-xe-Wait-on-killed-exec-queues.patch patches.suse/0292-drm-xe-Sample-gpu-timestamp-closer-to-exec-queues.patch patches.suse/0293-drm-xe-Allow-fault-injection-in-vm-create-and-vm-bin.patch patches.suse/0294-drm-xe-Ignore-GGTT-TLB-inval-errors-during-GT-reset.patch patches.suse/0295-drm-xe-Add-xe_ring_lrc_is_idle-helper.patch patches.suse/0296-drm-xe-Add-ring-address-to-LRC-snapshot.patch patches.suse/0297-drm-xe-Add-ring-start-to-LRC-snapshot.patch patches.suse/0298-drm-xe-Add-exec-queue-param-to-devcoredump.patch patches.suse/0299-drm-xe-Improve-schedule-disable-response-failure.patch patches.suse/0300-drm-xe-Change-xe_engine_snapshot_capture_for_job-to-.patch patches.suse/0301-drm-xe-Wire-devcoredump-to-LR-TDR.patch patches.suse/0302-drm-xe-guc-Remove-duplicate-source-field.patch patches.suse/0303-drm-xe-Include-xe_oa_types.h.patch patches.suse/0304-drm-xe-Drop-HAS_HECI_.patch patches.suse/0305-drm-xe-Split-xe_gt_stat.h.patch patches.suse/0306-drm-xe-vram-drop-2G-block-restriction.patch patches.suse/0307-drm-xe-Drop-useless-d3cold-allowed-message.patch patches.suse/0308-drm-xe-Sort-again-the-info-flags.patch patches.suse/0309-drm-xe-pf-Drop-2GiB-limit-of-fair-LMEM-allocation.patch patches.suse/0310-drm-xe-ptl-Add-another-PTL-PCI-ID.patch patches.suse/drm-xe-Allow-bo-mapping-on-multiple-ggtts.patch patches.suse/0312-drm-xe-guc-Add-support-for-G2G-communications.patch patches.suse/0313-drm-xe-vram-fix-lpfn-check.patch patches.suse/0314-drm-xe-trace-improve-xe_sched_msg-trace.patch patches.suse/0315-drm-xe-xe3lpg-Add-Wa_16024792527.patch patches.suse/0316-drm-xe-Add-xe_bo_vm_access.patch patches.suse/0317-drm-ttm-Add-ttm_bo_access.patch patches.suse/0318-drm-xe-Add-xe_ttm_access_memory.patch patches.suse/0319-drm-xe-display-Update-intel_bo_read_from_page-to-use.patch patches.suse/0320-drm-xe-Use-ttm_bo_access-in-xe_vm_snapshot_capture_d.patch patches.suse/0321-drm-xe-Set-XE_BO_FLAG_PINNED-in-migrate-selftest-BOs.patch patches.suse/0322-drm-xe-Only-allow-contiguous-BOs-to-use-xe_bo_vmap.patch patches.suse/0323-drm-xe-throttle-Log-throttle-reasons.patch patches.suse/0324-drm-xe-vm_doc-fix-more-doc-typos.patch patches.suse/0325-drm-xe-Add-a-reason-string-to-the-devcoredump.patch patches.suse/0326-drm-xe-Add-mutex-locking-to-devcoredump.patch patches.suse/0327-drm-xe-vsec-Support-BMG-devices.patch patches.suse/0328-drm-xe-xe_guc_ads-Add-nonpriv-registers-to-write-lis.patch patches.suse/0329-drm-xe-display-fix-ttm_bo_access-usage.patch patches.suse/0330-drm-i915-xe3lpd-Power-request-asserting-deasserting.patch patches.suse/0331-drm-i915-display-Use-struct-intel_display-instead-of.patch patches.suse/0332-drm-xe-Use-managed-BO-in-memirq.patch patches.suse/0333-drm-xe-vsec-Address-static-checker-issue.patch patches.suse/0334-drm-xe-guc-Fix-for-dead-CT-dump-not-re-arming.patch patches.suse/0335-drm-xe-Trace-xe_bo_validate.patch patches.suse/0336-drm-xe-Avoid-evicting-object-of-the-same-vm-in-none-.patch patches.suse/0337-drm-xe-tests-Wait-for-clear-fence-operation-to-compl.patch patches.suse/0338-drm-xe-oa-uapi-Make-OA-buffer-size-configurable.patch patches.suse/0339-drm-xe-Introduce-xe_gt_dbg_printer.patch patches.suse/0340-drm-xe-reg_sr-Convert-whitelist-to-gt-logging.patch patches.suse/0341-drm-xe-reg_sr-Stop-setting-all-whitelist-slots.patch patches.suse/0342-drm-xe-Apply-whitelist-to-engine-save-restore.patch patches.suse/0343-drm-xe-Make-irq-enabled-flag-atomic.patch patches.suse/0344-drm-i915-gt-Remove-unused-execlists_unwind_incomplet.patch patches.suse/0345-drm-i915-pmu-Rename-cpuhp_slot-to-cpuhp_state.patch patches.suse/0346-drm-i915-pmu-Stop-setting-event_init-to-NULL.patch patches.suse/0347-drm-i915-pmu-Replace-closed-with-registered.patch patches.suse/0348-drm-i915-pmu-Remove-pointless-synchronize_rcu-call.patch patches.suse/0349-drm-i915-guc-Flush-ct-receive-tasklet-during-reset-p.patch patches.suse/0350-drm-i915-ensure-segment-offset-never-exceeds-allowed.patch patches.suse/0351-drm-i915-selftests-Add-delay-to-stabilize-frequency-.patch patches.suse/0352-drm-i915-guc-Update-guc_err-message-to-show-outstand.patch patches.suse/0353-drm-amdgpu-simplify-RAS-page-retirement-in-one-memor.patch patches.suse/0354-drm-amd-amdgpu-Add-support-for-isp-buffers.patch patches.suse/0355-drm-amdgpu-remove-redundant-RAS-error-address-covers.patch patches.suse/0356-drm-amd-pm-update-smu_v13_0_6-smu-header.patch patches.suse/0357-drm-amd-pm-implement-dpm-sdma-reset-function.patch patches.suse/0358-drm-amdgpu-sdma4.4.2-implement-ring-reset-callback-f.patch patches.suse/0359-drm-amdgpu-reduce-the-mmio-writes-in-kiq-setting.patch patches.suse/0360-drm-amdgpu-store-PA-with-column-bits-cleared-for-RAS.patch patches.suse/0361-drm-amdgpu-make-convert_ras_err_addr-visible-outside.patch patches.suse/0362-drm-amdgpu-reduce-memory-usage-for-umc_lookup_bad_pa.patch patches.suse/0363-drm-amdgpu-add-return-value-for-convert_ras_err_addr.patch patches.suse/0364-drm-amdgpu-add-TA_RAS_INV_NODE-value.patch patches.suse/0365-drm-amdgpu-add-flag-to-indicate-the-type-of-RAS-eepr.patch patches.suse/0366-drm-amdgpu-do-RAS-MCA2PA-conversion-in-device-init-p.patch patches.suse/0367-drm-amdgpu-Prefer-RAS-recovery-for-scheduler-hang.patch patches.suse/0368-drm-amdgpu-store-only-one-RAS-bad-page-record-for-al.patch patches.suse/0369-drm-amdgpu-retire-RAS-bad-pages-in-different-NPS-mod.patch patches.suse/0370-drm-amdgpu-add-function-to-find-all-memory-pages-in-.patch patches.suse/0371-drm-amdgpu-support-to-find-RAS-bad-pages-via-old-TA.patch patches.suse/0372-drm-amdgpu-save-UMC-global-channel-index-to-eeprom.patch patches.suse/0373-drm-amdgpu-add-a-flag-to-indicate-UMC-channel-index-.patch patches.suse/0374-drm-amdgpu-add-interface-to-get-die-id-from-memory-a.patch patches.suse/drm-amd-pm-Fix-an-error-handling-path-in-vega10_enab.patch patches.suse/0376-drm-amd-pm-power-up-or-down-vcn-by-instance.patch patches.suse/0377-drm-amd-pm-add-inst-to-smu_dpm_set_vcn_enable.patch patches.suse/0378-drm-amd-pm-add-inst-to-set_powergating_by_smu.patch patches.suse/0379-drm-amd-pm-add-inst-to-dpm_set_powergating_by_smu.patch patches.suse/0380-drm-amdgpu-add-inst-to-amdgpu_dpm_enable_vcn.patch patches.suse/0381-drm-amdgpu-pass-ip_block-in-set_powergating_state.patch patches.suse/0382-drm-amdgpu-pass-ip_block-in-set_clockgating_state.patch patches.suse/0383-drm-amdgpu-move-per-inst-variables-to-amdgpu_vcn_ins.patch patches.suse/0384-drm-amd-amdgpu-Add-missing-kdoc-inst-parameter-in-sm.patch patches.suse/0385-drm-amd-amdgpu-vcn-Fix-kdoc-entries-for-VCN-clock-po.patch patches.suse/0386-drm-amd-display-Enable-EASF-based-on-luma-taps-only.patch patches.suse/0387-drm-amd-display-Add-disable_ips_in_dpms_off-flag-for.patch patches.suse/0388-drm-amd-display-Add-support-for-custom-recout_width-.patch patches.suse/0389-drm-amd-display-3.2.311.patch patches.suse/0390-drm-amdkfd-Differentiate-logging-message-for-driver-.patch patches.suse/0391-drm-amdgpu-Check-fence-emitted-count-to-identify-bad.patch patches.suse/0392-drm-amdgpu-parse-legacy-RAS-bad-page-mixed-with-new-.patch patches.suse/0393-drm-amdgpu-remove-is_mca_add-for-ras_add_bad_pages.patch patches.suse/0394-drm-amdgpu-set-UMC-PA-per-NPS-mode-when-PA-is-0.patch patches.suse/0395-drm-amdgpu-Update-the-variable-name-to-dma_buf.patch patches.suse/0396-drm-amdgpu-add-restore-missing-variable-comment.patch patches.suse/0397-drm-amd-Invert-APU-check-for-amdgpu_device_evict_res.patch patches.suse/0398-drm-amdgpu-Add-secure-display-v2-command.patch patches.suse/0399-drm-amdgpu-Simplify-cleanup-check-for-FRU-sysfs.patch patches.suse/0400-drm-amd-display-Revised-for-Replay-Pseudo-vblank-con.patch patches.suse/0401-drm-amd-display-correct-dcn351-dpm-clk-table-based-o.patch patches.suse/drm-amd-display-Populate-chroma-prefetch-parameters-.patch patches.suse/0403-drm-amd-display-Don-t-allow-IPS2-in-D0-for-RCG-Dynam.patch patches.suse/0404-drm-amd-display-Check-that-hw-cursor-is-not-required.patch patches.suse/0405-drm-amd-display-Adjust-DPCD-read-for-DP-tunneling.patch patches.suse/0406-drm-amd-display-fix-v-tap-calculation-for-non-adapti.patch patches.suse/0407-drm-amd-display-3.2.312.patch patches.suse/drm-amd-Add-Suspend-Hibernate-notification-callback-.patch patches.suse/0409-drm-amdgpu-return-error-when-eeprom-checksum-failed.patch patches.suse/0410-drm-amdgpu-Add-amdgpu_vcn_sched_mask-debugfs.patch patches.suse/drm-amdgpu-Fix-potential-NULL-pointer-dereference-in.patch patches.suse/0412-drm-amdgpu-device-fix-spellos-and-punctuation.patch patches.suse/0413-drm-amdgpu-Avoid-to-release-the-FW-twice-in-the-vali.patch patches.suse/0414-drm-amdgpu-Remove-gfxoff-usage.patch patches.suse/0415-drm-amd-define-gc-ip-version-local-variable.patch patches.suse/0416-drm-amdgpu-gfx-add-gfx950-microcode.patch patches.suse/0417-drm-amdgpu-add-initial-support-for-gfx950.patch patches.suse/0418-drm-amdgpu-Set-proper-MTYPE-for-GC-9.5.0.patch patches.suse/0419-drm-amd-update-mtype-flags-for-gfx-9.5.0.patch patches.suse/0420-drm-amdgpu-Apply-gc-v9_5_0-golden-settings.patch patches.suse/0421-drm-amdkfd-add-gc-9.5.0-support-on-kfd.patch patches.suse/0422-drm-amdkfd-update-buffer_-store-load-_-modifiers-for.patch patches.suse/0423-drm-amdkfd-Adjust-CWSR-trap-handler-for-gfx950.patch patches.suse/0424-drm-amdkfd-Handle-save-restore-of-lds-allocated-in-1.patch patches.suse/0425-drm-amdkfd-update-the-cwsr-area-size-for-gfx950.patch patches.suse/0426-drm-amd-Add-the-capability-to-mark-certain-firmware-.patch patches.suse/0427-drm-amdgpu-split-ras_eeprom_init-into-init-and-check.patch patches.suse/0428-drm-amdgpu-correct-the-calculation-of-RAS-bad-page.patch patches.suse/0429-drm-amdgpu-Increase-FRU-File-Id-buffer-size.patch patches.suse/0430-drm-amdgpu-add-initial-support-for-sdma444.patch patches.suse/0431-drm-amdgpu-add-ih-cam-support-for-IH-4.4.4.patch patches.suse/0432-drm-amdgpu-move-common-ACA-ipid-defines-into-amdgpu_.patch patches.suse/0433-drm-amdgpu-add-ACA-support-for-vcn-v4.0.3.patch patches.suse/0434-drm-amdgpu-add-ACA-support-for-jpeg-v4.0.3.patch patches.suse/0435-drm-amd-Show-an-info-message-about-optional-firmware.patch patches.suse/0436-drm-amdgpu-add-psp-13_0_12-version-support.patch patches.suse/0437-drm-amdgpu-Add-psp-v13_0_12-firmware-specifiers.patch patches.suse/0438-drm-amdgpu-Load-spdm_drv-for-psp-v13_0_12.patch patches.suse/0439-drm-amdgpu-Enable-RAS-for-psp-v13_0_12.patch patches.suse/0440-drm-amd-amdgpu-Add-Descriptions-to-Process-Isolation.patch patches.suse/0441-drm-amd-pm-Add-smu_v13_0_12-support.patch patches.suse/0442-drm-amd-pm-Add-mode2-support-for-SMU-v13.0.12.patch patches.suse/0443-drm-amdgpu-Fetch-refclock-for-SMU-v13.0.12.patch patches.suse/0444-drm-amdgpu-Enable-xgmi-for-gfx-v9_5_0.patch patches.suse/0445-drm-amdgpu-Init-mmhub-v1_8_1-ras-func.patch patches.suse/0446-drm-amd-amdgpu-Add-Annotations-to-Process-Isolation-.patch patches.suse/0447-drm-amdgpu-Add-psp-v14_0_3-ras-support.patch patches.suse/0448-drm-amdgpu-Add-umc-v8_14_0-ip-headers.patch patches.suse/0449-drm-amdgpu-Add-umc-v8_14-ras-functions.patch patches.suse/0450-drm-amdgpu-add-irq-source-ids-for-VCN5_0-JPEG5_0.patch patches.suse/0451-drm-amdgpu-update-irq-sec-header-for-jpeg-5.0.0.patch patches.suse/0452-drm-amdgpu-update-irq-sec-header-for-vcn-5.0.0.patch patches.suse/0453-drm-amd-Update-atomfirmware-add-new-retimer-definiti.patch patches.suse/0454-drm-amdgpu-update-macro-for-maximum-jpeg-rings.patch patches.suse/0455-drm-amdgpu-Add-VCN_5_0_1-firmware.patch patches.suse/0456-drm-amdgpu-Add-VCN_5_0_1-codec-query.patch patches.suse/0457-drm-amdgpu-Add-JPEG5_0_1-support.patch patches.suse/0458-drm-amdgpu-enable-JPEG5_0_1-ip-block.patch patches.suse/0459-drm-amdgpu-Add-VCN_5_0_1-support.patch patches.suse/0460-drm-amdgpu-Enable-VCN_5_0_1-IP-block.patch patches.suse/0461-drm-amd-pm-Revert-state-if-force-level-fails.patch patches.suse/0462-drm-amdgpu-Support-nbif-v6_3_1-fatal-error-handling.patch patches.suse/0463-drm-amd-display-populate-VABC-support-in-DMCUB.patch patches.suse/0464-drm-amd-display-expose-DCN401-HUBP-functions.patch patches.suse/0465-drm-amd-display-Refactor-dcn31_panel_construct-to-av.patch patches.suse/0466-drm-amd-display-Adjust-dc_stream_forward_crc_window-.patch patches.suse/0467-drm-amd-display-Fix-phy-id-mapping-issue-for-secure-.patch patches.suse/0468-drm-amd-display-Adjust-secure_display_context-data-s.patch patches.suse/0469-drm-amd-display-DML21-Update-Prefetch-Calculations.patch patches.suse/0470-drm-amd-display-clean-up-SPL-code.patch patches.suse/0471-drm-amd-display-Make-DMCUB-tracebuffer-debugfs-chron.patch patches.suse/drm-amd-display-Overwriting-dualDPP-UBF-values-befor.patch patches.suse/0473-drm-amd-display-Use-resource_build_scaling_params-fo.patch patches.suse/0474-drm-amd-display-Update-color-space-bias-and-scale-pr.patch patches.suse/0475-Revert-drm-amd-display-Revised-for-Replay-Pseudo-vbl.patch patches.suse/0476-Revert-drm-amd-display-Don-t-allow-IPS2-in-D0-for-RC.patch patches.suse/0477-drm-amd-display-remove-clearance-code-of-force_ffu_m.patch patches.suse/drm-amd-display-update-dcn351-used-clock-offset.patch patches.suse/0479-drm-amd-display-FW-Promotion-Release-0.0.246.0.patch patches.suse/0480-drm-amd-display-3.2.313.patch patches.suse/0481-drm-amdgpu-rename-register-headers-to-dcn_2_0_1.patch patches.suse/0482-drm-amd-display-Remove-unused-enable_surface_flip_re.patch patches.suse/0483-drm-amd-display-Remove-unused-dwb3_set_host_read_rat.patch patches.suse/0484-drm-amd-display-Remove-unused-dc_stream_warmup_write.patch patches.suse/0485-drm-amd-display-Remove-unused-mmhubbub_warmup-field.patch patches.suse/0486-drm-amd-display-Remove-unused-dcn_find_dcfclk_suits_.patch patches.suse/0487-drm-amdkfd-Uninitialized-pointer-read.patch patches.suse/0488-drm-amdgpu-sdma7-Implement-resume-function-for-each-.patch patches.suse/0489-drm-amdgpu-sdma7-implement-queue-reset-callback-for-.patch patches.suse/0490-drm-amdgpu-Avoid-VF-for-RAS-recovery-source-check.patch patches.suse/0491-drm-amdgpu-mes12-Implement-reset-sdmav7-queue-functi.patch patches.suse/0492-drm-amdgpu-mes12-Implement-reset-gfx-compute-queue-f.patch patches.suse/0493-drm-amdgpu-sdma7-Add-queue-reset-sysfs-for-sdmav7.patch patches.suse/0494-drm-amdgpu-gfx12-clean-up-kcq-reset-code.patch patches.suse/0495-drm-amdgpu-gfx11-clean-up-kcq-reset-code.patch patches.suse/0496-drm-amdgpu-add-ip_dump-support-for-vcn-5.0.1.patch patches.suse/0497-drm-amdgpu-add-sysfs-reset-mask-for-vcn-5.0.1.patch patches.suse/0498-drm-amdgpu-jpeg4.0.3-use-num_jpeg_inst-for-SR-IOV.patch patches.suse/0499-drm-amdgpu-jpeg5.0.1-use-num_jpeg_inst-for-SR-IOV.patch patches.suse/0500-drm-amdgpu-add-generic-display-panic-helper-code.patch patches.suse/0501-drm-amd-display-add-clear_tiling-hubp-callbacks.patch patches.suse/0502-drm-amd-display-add-clear_tiling-mi-callbacks.patch patches.suse/0503-drm-amd-display-dc-add-helper-for-panic-updates.patch patches.suse/drm-amdgpu-vcn-reset-fw_shared-under-SRIOV.patch patches.suse/0505-drm-amd-display-add-DC-drm_panic-support.patch patches.suse/0506-drm-amd-display-add-non-DC-drm_panic-support.patch patches.suse/drm-amdgpu-simplify-return-statement-in-amdgpu_ras_e.patch patches.suse/0508-drm-amd-display-use-swap-in-update_phy_id_mapping.patch patches.suse/0509-drm-amdgpu-drop-the-amdgpu_device-argument-from-amdg.patch patches.suse/0510-drm-amdgpu-remove-useless-init-from-amdgpu_job_alloc.patch patches.suse/0511-drm-amdgpu-Use-dbg-level-for-VBIOS-check-messages.patch patches.suse/0512-drm-amdkfd-Failed-to-check-various-return-code.patch patches.suse/0513-drm-amdgpu-Failed-to-check-various-return-code.patch patches.suse/0514-drm-amd-display-Update-FAMS2-config-cmd.patch patches.suse/0515-drm-amd-display-Add-support-for-FAMS2-interface-vers.patch patches.suse/0516-drm-amd-display-initialize-uninitialized-variable.patch patches.suse/0517-drm-amd-display-init-dc_power_state.patch patches.suse/drm-amd-display-Fix-Mode-Cutoff-in-DSC-Passthrough-t.patch patches.suse/0519-drm-amd-display-Fix-brightness-adjustment-on-MiniLED.patch patches.suse/0520-drm-amd-display-DML21-Reintegration-For-Various-Fixe.patch patches.suse/0521-drm-amd-display-Add-new-message-for-DF-throttling-op.patch patches.suse/0522-drm-amd-display-delete-legacy-code.patch patches.suse/0523-drm-amd-display-Apply-some-policy-for-DML2-formulati.patch patches.suse/0524-drm-amd-display-Fix-uninitialized-variables-in-amdgp.patch patches.suse/Revert-drm-amd-display-Fix-green-screen-issue-after-.patch patches.suse/0526-drm-amd-display-Re-validate-streams-on-commit_stream.patch patches.suse/0527-drm-amd-display-Block-Invalid-TMDS-operation.patch patches.suse/0528-drm-amd-display-Disable-MPC-rate-control-on-ODM-pipe.patch patches.suse/0529-drm-amd-display-3.2.314.patch patches.suse/0530-drm-amdgpu-Fix-potential-integer-overflow-in-schedul.patch patches.suse/drm-amdgpu-Don-t-enable-sdma-4.4.5-CTXEMPTY-interrup.patch patches.suse/0532-drm-amdgpu-Enable-psp-v14_0_3-RAS-support-for-non-SR.patch patches.suse/0533-drm-amdgpu-set-the-VM-pointer-to-NULL-in-amdgpu_job_.patch patches.suse/0534-drm-amdgpu-partially-revert-reduce-reset-time.patch patches.suse/0535-drm-amdkfd-KFD-interrupt-access-ih_fifo-data-in-plac.patch patches.suse/0536-drm-amdgpu-Optimize-gfx-v9-GPU-page-fault-handling.patch patches.suse/drm-amdkfd-Queue-interrupt-work-to-different-CPU.patch patches.suse/0538-drm-amdkfd-Improve-signal-event-slow-path.patch patches.suse/0539-drm-amdgpu-Show-warning-message-if-IH-ring-overflow.patch patches.suse/0540-drm-amd-display-Fix-NULL-pointer-dereference-in-dmub.patch patches.suse/0541-drm-admgpu-replace-kmalloc-and-memcpy-with-kmemdup.patch patches.suse/0542-drm-i915-xe3lpd-Update-HDCP-rekeying-bit.patch patches.suse/0543-drm-i915-sbi-add-intel_sbi_-lock-unlock.patch patches.suse/0544-drm-i915-sbi-add-a-dedicated-mutex-for-LPT-WPT-IOSF-.patch patches.suse/0545-drm-i915-add-a-dedicated-mutex-for-VLV-CHV-IOSF-side.patch patches.suse/0546-drm-i915-hide-VLV-PUNIT-IOSF-sideband-qos-handling-b.patch patches.suse/0547-drm-i915-dp-Update-Comment-for-Valid-DSC-Slices-per-.patch patches.suse/0548-drm-i915-display-Prepare-for-dsc-3-stream-splitter.patch patches.suse/0549-drm-i915-vdsc-Use-VDSC0-VDSC1-for-LEFT-RIGHT-VDSC-en.patch patches.suse/0550-drm-i915-vdsc-Introduce-3rd-VDSC-engine-VDSC2.patch patches.suse/0551-drm-i915-vdsc-Add-support-for-read-write-PPS-for-3rd.patch patches.suse/0552-drm-i915-dp-Ensure-hactive-is-divisible-by-slice-cou.patch patches.suse/0553-drm-i915-dp-Enable-3-DSC-engines-for-12-slices.patch patches.suse/0554-drm-i915-Relocate-the-SKL-wm-sanitation-code.patch patches.suse/0555-drm-i915-Extract-pipe_mbus_dbox_ctl.patch patches.suse/0556-drm-i915-Extract-pipe_mbus_dbox_ctl_update.patch patches.suse/0557-drm-i915-Extract-mbus_ctl_join_update.patch patches.suse/0558-drm-i915-Sanitize-MBUS-joining.patch patches.suse/0559-drm-i915-Simplify-xelpdp_is_only_pipe_per_dbuf_bank.patch patches.suse/0560-drm-i915-ptl-dp_mst-Fix-slave-transcoder-enabling-wr.patch patches.suse/0561-drm-i915-adlp-dp_mst-Align-slave-transcoder-enabling.patch patches.suse/0562-drm-i915-dp_mst-Add-a-way-to-disable-the-DP2-config.patch patches.suse/0563-drm-i915-adlp-dp_mst-Align-slave-transcoder-sequence.patch patches.suse/0564-drm-i915-adlp-dp_mst-Align-master-transcoder-disabli.patch patches.suse/0565-drm-i915-dsi-Stop-using-pixel_format_from_register_b.patch patches.suse/0566-drm-i915-Introduce-HAS_DOUBLE_WIDE.patch patches.suse/0567-drm-i915-cdclk-Extract-intel_cdclk_guardband-and-int.patch patches.suse/0568-drm-i915-cdclk-Extract-hsw_ips_min_cdclk.patch patches.suse/0569-drm-i915-cdclk-Extract-intel_audio_min_cdclk.patch patches.suse/0570-drm-i915-cdclk-Factor-out-has_audio-check-in-intel_a.patch patches.suse/0571-drm-i915-cdclk-Extract-vlv_dsi_min_cdclk.patch patches.suse/0572-drm-i915-cdclk-Factor-out-INTEL_OUTPUT_DSI-check-in-.patch patches.suse/0573-drm-i915-cdclk-Suck-the-compression_enable-check-int.patch patches.suse/0574-drm-i915-cdclk-Drop-pointles-max_t-usage-in-intel_vd.patch patches.suse/0575-drm-i915-cdclk-Relocate-intel_vdsc_min_cdclk.patch patches.suse/0576-drm-i915-cdclk-Unify-cdclk-max-parameter-order.patch patches.suse/0577-drm-i915-hdcp-Handle-HDCP-Line-Rekeying-for-HDCP-1.4.patch patches.suse/0578-drm-i915-psr-Disable-Panel-Replay-as-well-if-VRR-is-.patch patches.suse/0579-drm-i915-dmc_wl-Use-i915_mmio_reg_offset-instead-of-.patch patches.suse/0580-drm-xe-Mimic-i915-behavior-for-non-sleeping-MMIO-wai.patch patches.suse/0581-drm-i915-dmc_wl-Use-non-sleeping-variant-of-MMIO-wai.patch patches.suse/0582-drm-i915-dmc_wl-Check-for-non-zero-refcount-in-relea.patch patches.suse/0583-drm-i915-dmc_wl-Get-wakelock-when-disabling-dynamic-.patch patches.suse/0584-drm-i915-dmc_wl-Use-sentinel-item-for-range-tables.patch patches.suse/0585-drm-i915-dmc_wl-Extract-intel_dmc_wl_reg_in_range.patch patches.suse/0586-drm-i915-dmc_wl-Rename-lnl_wl_range-to-powered_off_r.patch patches.suse/0587-drm-i915-dmc_wl-Track-registers-touched-by-the-DMC.patch patches.suse/0588-drm-i915-dmc_wl-Allow-simpler-syntax-for-single-reg-.patch patches.suse/0589-drm-i915-dmc_wl-Deal-with-existing-references-when-d.patch patches.suse/0590-drm-i915-dmc_wl-Couple-enable-disable-with-dynamic-D.patch patches.suse/0591-drm-i915-dmc_wl-Add-and-use-HAS_DMC_WAKELOCK.patch patches.suse/0592-drm-i915-dmc_wl-Sanitize-enable_dmc_wl-according-to-.patch patches.suse/0593-drm-i915-xe3lpd-Use-DMC-wakelock-by-default.patch patches.suse/0594-drm-i915-dp-demote-source-OUI-read-write-failure-log.patch patches.suse/0595-drm-i915-psr-add-LATENCY_REPORTING_REMOVED-register-.patch patches.suse/0596-drm-i915-psr-stop-using-bitwise-OR-with-booleans-in-.patch patches.suse/0597-drm-i915-Grab-intel_display-from-the-encoder-to-avoi.patch patches.suse/0598-drm-i915-crt-Split-long-line.patch patches.suse/0599-drm-i915-crt-Drop-the-unused-ADPA_DPMS-bit-definitio.patch patches.suse/0600-drm-i915-crt-Use-REG_BIT-co.patch patches.suse/0601-drm-i915-crt-Clean-up-ADPA_HOTPLUG_BITS-definitions.patch patches.suse/0602-drm-i915-crt-Extract-intel_crt_regs.h.patch patches.suse/0603-drm-i915-crt-s-pipe_config-crtc_state.patch patches.suse/0604-drm-i915-crt-Drop-pointless-drm_device-variables.patch patches.suse/0605-drm-i915-crt-Rename-some-variables.patch patches.suse/0606-drm-i915-crt-Nuke-unused-crt-connector.patch patches.suse/0607-drm-i915-scaler-s-intel_crtc-crtc-etc.patch patches.suse/0608-drm-i915-scaler-Remove-redudant-junk-from-skl_scaler.patch patches.suse/0609-drm-i915-scaler-Pass-the-whole-atomic-state-into-int.patch patches.suse/0610-drm-i915-scaler-Clean-up-intel_atomic_setup_scalers-.patch patches.suse/0611-drm-i915-scaler-Convert-the-scaler-code-to-intel_dis.patch patches.suse/0612-drm-i915-scaler-Carve-up-intel_atomic_setup_scalers.patch patches.suse/0613-drm-i915-scaler-Make-scaler-in_use-a-bool.patch patches.suse/0614-drm-i915-scaler-Extract-intel_allocate_scaler.patch patches.suse/0615-drm-i915-display-identify-discrete-graphics.patch patches.suse/0616-drm-i915-display-convert-HAS_D12_PLANE_MINIMIZATION-.patch patches.suse/0617-drm-i915-display-convert-HAS_4TILE-to-struct-intel_d.patch patches.suse/0618-drm-i915-display-convert-HAS_DOUBLE_BUFFERED_M_N-to-.patch patches.suse/0619-drm-i915-display-convert-HAS_DP20-to-struct-intel_di.patch patches.suse/0620-drm-i915-display-convert-HAS_GMBUS_BURST_READ-to-str.patch patches.suse/0621-drm-i915-display-convert-HAS_IPS-to-struct-intel_dis.patch patches.suse/0622-drm-i915-display-convert-HAS_MBUS_JOINING-to-struct-.patch patches.suse/0623-drm-i915-display-convert-HAS_SAGV-to-struct-intel_di.patch patches.suse/0624-drm-i915-display-convert-HAS_HW_SAGV_WM-to-struct-in.patch patches.suse/0625-drm-i915-display-convert-HAS_ULTRAJOINER-to-struct-i.patch patches.suse/0626-drm-i915-display-rename-i915-parameter-to-__display-.patch patches.suse/0627-drm-i915-display-convert-display-device-identificati.patch patches.suse/0628-drm-i915-display-pass-struct-pci_dev-to-intel_displa.patch patches.suse/0629-drm-i915-display-add-mobile-platform-group.patch patches.suse/0630-drm-i915-mst-pass-primary-encoder-to-primary-encoder.patch patches.suse/0631-drm-i915-mst-rename-intel_encoder-to-encoder.patch patches.suse/0632-drm-i915-mst-introduce-to_primary_encoder-and-to_pri.patch patches.suse/0633-drm-i915-mst-use-primary_encoder-in-fake-mst-encoder.patch patches.suse/0634-drm-i915-display-make-CHICKEN_TRANS-display-version-.patch patches.suse/0635-drm-i915-mst-convert-to-struct-intel_display.patch patches.suse/0636-drm-i915-mst-change-naming-from-fake-encoders-to-MST.patch patches.suse/0637-drm-i915-dp-add-comments-about-hooks-called-from-MST.patch patches.suse/0638-drm-i915-dp-Limit-max-compressed-bpp-to-18-when-forc.patch patches.suse/0639-drm-i915-Remove-vga-and-gmbus-seq-out-of-i915_restor.patch patches.suse/0640-drm-i915-display-Convert-i915_suspend-into-i9xx_disp.patch patches.suse/0641-drm-i915-display-Move-regfile-registers-intel_displa.patch patches.suse/0642-drm-i915-xe-display-Move-DP-MST-calls-to-display_dri.patch patches.suse/0643-drm-xe-display-Delay-hpd_init-resume.patch patches.suse/0644-drm-xe-display-Delay-dsm-handler-registration.patch patches.suse/0645-drm-i915-xe-Move-power_domains-suspend-resume-to-dis.patch patches.suse/0646-drm-i915-dp-use-fsleep-instead-of-usleep_range-for-L.patch patches.suse/0647-drm-i915-dp-read-Aux-RD-interval-just-before-setting.patch patches.suse/0648-drm-i915-dp-Include-the-time-taken-by-AUX-Tx-for-tim.patch patches.suse/0649-drm-i915-psr-Disable-psr1-if-setup_time-vblank.patch patches.suse/0650-drm-i915-display-xe3lpd-Avoid-setting-YUV420_MODE-in.patch patches.suse/0651-drm-i915-mst-pass-intel_dp-around-in-mst-stream-help.patch patches.suse/0652-drm-i915-mst-unify-MST-connector-function-naming-to-.patch patches.suse/0653-drm-i915-mst-simplify-mst_connector_get_hw_state.patch patches.suse/0654-drm-i915-mst-unify-MST-topology-callback-naming-to-m.patch patches.suse/0655-drm-i915-ddi-use-intel_ddi_-naming-convention-for-en.patch patches.suse/0656-drm-i915-reg-convert-DP_TP_CTL-DP_TP_STATUS-to-REG_B.patch patches.suse/0657-drm-i915-dp-refactor-clear-wait-for-act-sent.patch patches.suse/0658-drm-i915-ddi-rename-temp-to-ddi_func_ctl-in-intel_dd.patch patches.suse/0659-drm-i915-ddi-split-up-intel_ddi_read_func_ctl-by-out.patch patches.suse/0660-drm-i915-ddi-refactor-intel_ddi_connector_get_hw_sta.patch patches.suse/0661-drm-i915-ddi-simplify-intel_ddi_get_encoder_pipes-sl.patch patches.suse/0662-drm-i915-overlay-convert-to-struct-intel_display.patch patches.suse/0663-drm-i915-overlay-add-intel_overlay_available-and-use.patch patches.suse/0664-drm-i915-plane-convert-initial-plane-setup-to-struct.patch patches.suse/0665-drm-i915-irq-hide-display_irqs_enabled-access.patch patches.suse/0666-drm-i915-irq-emphasize-display_irqs_enabled-is-only-.patch patches.suse/0667-drm-i915-Fixed-an-typo-in-i915_gem_gtt.c.patch patches.suse/0668-drm-i915-ddi-clarify-intel_ddi_connector_get_hw_stat.patch patches.suse/0669-drm-i915-display-prefer-DISPLAY_VER-over-GRAPHICS_VE.patch patches.suse/0670-drm-i915-dislay-convert-i9xx_display_sr.-ch-to-struc.patch patches.suse/0671-drm-i915-Don-t-reuse-commit_work-for-the-cleanup.patch patches.suse/0672-drm-i915-Intruduce-display.wq.cleanup.patch patches.suse/0673-drm-i915-dpt-Evict-all-DPT-VMAs-on-suspend.patch patches.suse/Revert-drm-i915-dpt-Make-DPT-object-unshrinkable.patch patches.suse/0675-drm-i915-dsb-Nuke-the-MMIO-indexed-register-write-lo.patch patches.suse/0676-drm-i915-pps-Store-the-power-cycle-delay-without-the.patch patches.suse/0677-drm-i915-pps-Decouple-pps-delays-from-VBT-struct-def.patch patches.suse/0678-drm-i915-pps-Rename-intel_pps_delay-members.patch patches.suse/0679-drm-i915-lvds-Use-struct-intel_pps_delays-for-LVDS-p.patch patches.suse/0680-drm-i915-pps-Spell-out-the-eDP-spec-power-sequencing.patch patches.suse/0681-drm-i915-pps-Extract-msecs_to_pps_units.patch patches.suse/0682-drm-i915-pps-Extract-pps_units_to_msecs.patch patches.suse/0683-drm-i915-pps-Eliminate-pointless-get_delay-macro.patch patches.suse/0684-drm-i915-dp-use-seq-buf-for-printing-rates.patch patches.suse/0685-drm-i915-dmc_wl-Extract-intel_dmc_wl_flush_release_w.patch patches.suse/0686-drm-xe-display-Extract-xe_display_pm_runtime_suspend.patch patches.suse/0687-drm-xe-display-Flush-DMC-wakelock-release-work-on-ru.patch patches.suse/0688-drm-i915-hdcp-Remove-log-for-HDMI-HDCP-LIC-check.patch patches.suse/0689-drm-i915-display-convert-for_each_power_well-to-stru.patch patches.suse/0690-drm-i915-display-convert-for_each_power_domain_well-.patch patches.suse/0691-drm-i915-display-convert-power-wells-to-struct-intel.patch patches.suse/0692-drm-i915-display-convert-power-domain-code-internall.patch patches.suse/0693-drm-i915-display-convert-high-level-power-interfaces.patch patches.suse/0694-drm-i915-display-convert-power-map-to-struct-intel_d.patch patches.suse/0695-drm-i915-display-replace-dig_port-saved_port_bits-wi.patch patches.suse/0696-drm-i915-display-remove-unused-for_each_crtc.patch patches.suse/0697-drm-i915-cx0-split-out-mtl_get_cx0_buf_trans-to-c10-.patch patches.suse/0698-drm-i915-wm-Initialize-max_latency-variable-to-appro.patch patches.suse/0699-drm-i915-wm-Refactor-dpkgc-value-prepration.patch patches.suse/0700-drm-i915-wm-Use-intel_display-structure-in-DPKGC-cod.patch patches.suse/0701-drm-i915-display-Refactor-DPKGC-code-to-call-it-from.patch patches.suse/0702-drm-i915-wm-Modify-latency-programmed-into-PKG_C_LAT.patch patches.suse/0703-drm-i915-wm-Club-initialized-variables-of-same-type-.patch patches.suse/0704-drm-i915-display-convert-intel_display_driver.-ch-to.patch patches.suse/0705-drm-i915-pps-debug-log-the-remaining-power-cycle-del.patch patches.suse/0706-drm-i915-pps-include-panel-power-cycle-delay-in-debu.patch patches.suse/0707-drm-i915-mst-add-beginnings-of-DP-MST-documentation.patch patches.suse/0708-drm-print-add-drm_print_hex_dump.patch patches.suse/0709-drm-i915-display-use-drm_print_hex_dump-for-crtc-sta.patch patches.suse/0710-drm-i915-display-use-drm_print_hex_dump-for-buffer-m.patch patches.suse/0711-drm-i915-display-clean-up-DP-Adaptive-Sync-SDP-state.patch patches.suse/0712-drm-i915-dp-add-g4x_dp_compute_config.patch patches.suse/0713-drm-i915-dp-move-g4x_dp_set_clock-call-to-g4x_dp_com.patch patches.suse/0714-drm-mediatek-dp-Add-sdp-path-reset.patch patches.suse/0715-drm-mediatek-dp-Support-flexible-length-of-DP-calibr.patch patches.suse/0716-drm-xe-irq-Separate-MSI-and-MSI-X-flows.patch patches.suse/0717-drm-xe-Initial-MSI-X-support-for-HW-engines.patch patches.suse/0718-drm-xe-irq-Manage-MSI-X-interrupts-allocation.patch patches.suse/0719-drm-xe-guc-Enable-WA_DUAL_QUEUE-for-newer-platforms.patch patches.suse/0720-drm-xe-oa-uapi-Expose-an-unblock-after-N-reports-OA-.patch patches.suse/0721-drm-xe-Force-write-completion-of-MI_STORE_DATA_IMM.patch patches.suse/0722-drm-i915-display-UHBR-rates-for-Thunderbolt.patch patches.suse/0723-drm-xe-tests-Move-shrink-test-out-of-xe_bo.patch patches.suse/drm-xe-pm-Also-avoid-missing-outer-rpm-warning-on-sy.patch patches.suse/0725-drm-xe-gsc-Make-GSCCS-disabling-message-less-alarmin.patch patches.suse/0726-drm-xe-Use-q-xef-for-accessing-xe-file.patch patches.suse/drm-xe-tracing-Fix-a-potential-TP_printk-UAF.patch patches.suse/0728-xe-oa-Drop-the-unused-logic-to-parse-context-image.patch patches.suse/0729-Revert-drm-xe-Force-write-completion-of-MI_STORE_DAT.patch patches.suse/0730-drm-xe-Remove-graphics-tile-from-kernel-doc.patch patches.suse/0731-drm-intel-pciids-Refactor-DG2-PCI-IDs-into-segment-r.patch patches.suse/0732-drm-i915-dg2-Introduce-DG2_D-subplatform.patch patches.suse/0733-drm-i915-Introduce-intel_cpu_info.c-for-CPU-IDs.patch patches.suse/0734-drm-i915-dg2-Implement-Wa_14022698537.patch patches.suse/0735-drm-i915-display-update-to-plane_wm-register-access-.patch patches.suse/0736-drm-i915-display-add-a-gelper-to-relative-data-rate-.patch patches.suse/0737-drm-i915-xe3-Use-hw-support-for-min-interim-ddb-allo.patch patches.suse/0738-drm-i915-split-out-i9xx_wm_regs.h.patch patches.suse/0739-drm-i915-relocate-_VGA_MSR_WRITE-register-definition.patch patches.suse/0740-drm-i915-move-DDI_CLK_VALFREQ-next-to-other-Cx0-PHY-.patch patches.suse/0741-drm-i915-xe3-do-not-configure-auto-min-dbuf-for-curs.patch patches.suse/0742-drm-i915-mst-use-intel_dp_compute_config_limits-for-.patch patches.suse/0743-drm-i915-dp-s-intel_encoder-encoder.patch patches.suse/0744-drm-i915-dp-s-intel_connector-connector.patch patches.suse/0745-drm-i915-dp-convert-to-struct-intel_display.patch patches.suse/0746-drm-i915-dp-convert-interfaces-to-struct-intel_displ.patch patches.suse/0747-drm-i915-dp-finish-link-training-conversion-to-struc.patch patches.suse/0748-drm-i915-gvt-always-pass-struct-intel_display-to-reg.patch patches.suse/0749-drm-i915-extract-intel_uncore_trace.-ch.patch patches.suse/0750-drm-i915-display-add-intel_display_conversion.c-to-h.patch patches.suse/0751-drm-i915-uncore-add-to_intel_uncore-and-use-it.patch patches.suse/0752-drm-i915-display-add-struct-drm_device-to-struct-int.patch patches.suse/0753-drm-i915-display-drop-i915_drv.h-include-from-intel_.patch patches.suse/0754-drm-i915-dsc-Expose-dsc-sink-max-slice-count-via-deb.patch patches.suse/0755-drm-i915-display-drop-unnecessary-i915_drv.h-include.patch patches.suse/0756-drm-i915-dmc_wl-store-register-ranges-in-rodata.patch patches.suse/0757-drm-i915-selftests-Use-preemption-timeout-on-cleanup.patch patches.suse/0758-drm-i915-dp-Refactor-FEC-support-check-in-intel_dp_s.patch patches.suse/0759-drm-i915-dp-Return-early-if-DSC-not-supported.patch patches.suse/0760-drm-i915-dp-Separate-out-helper-for-compute-fec_enab.patch patches.suse/0761-drm-i915-dp-Drop-check-for-FEC-in-intel_dp_fec_compu.patch patches.suse/0762-drm-i915-dp-Remove-HAS_DSC-macro-for-intel_dp_dsc_ma.patch patches.suse/0763-drm-i915-dp-Return-int-from-dsc_max-min_src_input_bp.patch patches.suse/0764-drm-i915-dp_mst-Use-helpers-to-get-dsc-min-max-input.patch patches.suse/0765-drm-i915-dp-Drop-max_requested_bpc-for-dsc-pipe_min-.patch patches.suse/0766-drm-i915-dp-Refactor-pipe_bpp-limits-with-dsc.patch patches.suse/0767-drm-i915-dp_mst-Use-pipe_bpp-limits.-max-min-_bpp-fo.patch patches.suse/0768-drm-i915-dp-Use-clamp-for-pipe_bpp-limits-with-DSC.patch patches.suse/0769-drm-i915-dp-Make-dsc-helpers-accept-const-crtc_state.patch patches.suse/0770-drm-i915-dp-Set-the-DSC-link-limits-in-intel_dp_comp.patch patches.suse/0771-drm-i915-dp_mst-Use-link.-min-max-_bpp_x16.patch patches.suse/drm-i915-ddi-change-intel_ddi_init_-dp-hdmi-_connect.patch patches.suse/drm-i915-hdmi-propagate-errors-from-intel_hdmi_init_.patch patches.suse/drm-i915-hdmi-add-error-handling-in-g4x_hdmi_init.patch patches.suse/drm-i915-ddi-gracefully-handle-errors-from-intel_ddi.patch patches.suse/drm-i915-display-add-intel_encoder_is_hdmi.patch patches.suse/drm-i915-ddi-only-call-shutdown-hooks-for-valid-enco.patch patches.suse/0778-drm-i915-dp-Use-intel_display-instead-of-drm_i915_pr.patch patches.suse/0779-drm-i915-ddi-Optimize-mtl_port_buf_ctl_program.patch patches.suse/0780-drm-i915-dp-Return-early-if-dsc-is-required-but-not-.patch patches.suse/0781-drm-i915-display-Adjust-Added-Wake-Time-with-PKG_C_L.patch patches.suse/0782-drm-mst-remove-mgr-parameter-and-debug-logging-from-.patch patches.suse/0783-drm-i915-mst-drop-connector-parameter-from-intel_dp_.patch patches.suse/0784-drm-i915-mst-drop-connector-parameter-from-intel_dp_.patch patches.suse/0785-drm-i915-mst-change-return-value-of-mst_stream_find_.patch patches.suse/0786-drm-i915-mst-remove-crtc_state-pbn.patch patches.suse/0787-drm-i915-mst-split-out-a-helper-for-figuring-out-the.patch patches.suse/0788-drm-i915-mst-adapt-intel_dp_mtp_tu_compute_config-fo.patch patches.suse/0789-drm-i915-ddi-enable-128b-132b-TRANS_DDI_FUNC_CTL-mod.patch patches.suse/0790-drm-i915-ddi-128b-132b-SST-also-needs-DP_TP_CTL_MODE.patch patches.suse/0791-drm-i915-ddi-write-payload-for-128b-132b-SST.patch patches.suse/0792-drm-i915-ddi-initialize-128b-132b-SST-DP2-VFREQ-regi.patch patches.suse/0793-drm-i915-ddi-enable-ACT-handling-for-128b-132b-SST.patch patches.suse/0794-drm-i915-ddi-start-distinguishing-128b-132b-SST-and-.patch patches.suse/0795-drm-i915-ddi-handle-128b-132b-SST-in-intel_ddi_read_.patch patches.suse/0796-drm-i915-ddi-disable-trancoder-port-select-for-128b-.patch patches.suse/0797-drm-i915-dp-compute-config-for-128b-132b-SST-w-o-DSC.patch patches.suse/0798-drm-i915-pmdemand-convert-to_intel_pmdemand_state-to.patch patches.suse/0799-drm-i915-pmdemand-make-struct-intel_pmdemand_state-o.patch patches.suse/0800-drm-i915-pmdemand-convert-to-struct-intel_display.patch patches.suse/0801-drm-i915-display-convert-global-state-to-struct-inte.patch patches.suse/0802-drm-etnaviv-Drop-unused-data-member-from-the-etnaviv.patch patches.suse/0803-drm-etnaviv-etnaviv_cmdbuf.c-Drop-the-unneeded-etnav.patch patches.suse/drm-etnaviv-Fix-page-property-being-used-for-non-wri.patch patches.suse/0805-drm-etnaviv-Convert-timeouts-to-secs_to_jiffies.patch patches.suse/0806-drm-etnaviv-Drop-the-offset-in-page-manipulation.patch patches.suse/0807-drm-etnaviv-Fix-the-debug-log-of-the-etnaviv_iommu_m.patch patches.suse/0808-drm-etnaviv-Improve-VA-PA-SIZE-alignment-checking.patch patches.suse/0809-drm-etnaviv-Add-fdinfo-support-for-memory-stats.patch patches.suse/0810-drm-etnaviv-add-optional-reset-support.patch patches.suse/0811-kernel-cgroup-Add-dmem-memory-accounting-cgroup.patch patches.suse/0812-drm-drv-Add-drmm-managed-registration-helper-for-dme.patch patches.suse/0813-drm-ttm-Handle-cgroup-based-eviction-in-TTM.patch patches.suse/0814-drm-xe-Implement-cgroup-for-vram.patch patches.suse/0815-drm-i915-gt-Increase-a-time-to-retry-RING_HEAD-reset.patch patches.suse/0816-drm-i915-selftests-Implement-frequency-logging-for-e.patch patches.suse/0817-drm-i915-gt-Use-ENGINE_TRACE-for-tracing.patch patches.suse/0818-drm-i915-gt-Log-reason-for-setting-TAINT_WARN-at-res.patch patches.suse/0819-drm-i915-Remove-deadcode.patch patches.suse/0820-drm-i915-Remove-unused-intel_huc_suspend.patch patches.suse/0821-drm-i915-Remove-unused-intel_ring_cacheline_align.patch patches.suse/0822-drm-i915-gt-Prevent-uninitialized-pointer-reads.patch patches.suse/0823-drm-i915-gt-Prefer-IS_ENABLED-instead-of-defined-on-.patch patches.suse/0824-drm-xe-vf-Don-t-check-has-flat-ccs-in-bios-on-VF.patch patches.suse/0825-drm-xe-rtp-Add-match-helper-to-omit-SR-IOV-VF-device.patch patches.suse/0826-drm-xe-vf-Don-t-apply-Wa_22019338487-for-VF.patch patches.suse/0827-drm-xe-Introduce-the-RPa-information.patch patches.suse/0828-drm-xe-slpc-Remove-unnecessary-force-wakes.patch patches.suse/0829-drm-xe-Fix-all-typos-in-xe.patch patches.suse/0830-drm-xe-remove-unused-xe_pciids.h-harder-add-missing-.patch patches.suse/0831-drm-amd-display-Reapply-fdedd77b0eb3.patch patches.suse/drm-amd-display-update-sequential-pg-logic-DCN35.patch patches.suse/0833-drm-amd-display-power-up-all-gating-blocks-when-rele.patch patches.suse/0834-drm-amd-display-Cleanup-outdated-interfaces-in-dcn40.patch patches.suse/0835-drm-amd-display-Parse-RECEIVE_PORT0_CAP-capabilities.patch patches.suse/0836-drm-amd-display-Add-DP-required-HBlank-size-calc-to-.patch patches.suse/0837-drm-amd-display-Add-expanded-HBlank-field-to-dc_crtc.patch patches.suse/0838-drm-amd-display-Add-support-for-setting-multiple-CRC.patch patches.suse/0839-drm-amd-display-Extend-dc_stream_get_crc-to-support-.patch patches.suse/0840-drm-amd-display-Adjust-dm-to-use-supported-interface.patch patches.suse/0841-drm-amd-display-correct-type-mismatches-in-compariso.patch patches.suse/0842-drm-amd-display-Add-guards-around-MAX-MIN.patch patches.suse/0843-drm-amd-display-Add-Interface-to-Dump-DSC-Caps-from-.patch patches.suse/0844-drm-amd-display-Implement-Replay-Low-Hz-Visual-Confi.patch patches.suse/0845-drm-amd-display-have-pretrain-for-dpia.patch patches.suse/0846-drm-amd-display-modify-init-dc_power_state.patch patches.suse/0847-drm-amd-display-Update-dc_tiling_info-union-to-struc.patch patches.suse/0848-drm-amd-display-Ensure-correct-GFX-tiling-info-passe.patch patches.suse/0849-drm-amd-display-fix-init_adj-offset-for-cositing-in-.patch patches.suse/0850-drm-amd-display-Optimize-cursor-position-updates.patch patches.suse/0851-drm-amd-display-Add-HBlank-reduction-DPCD-write-to-D.patch patches.suse/0852-drm-amd-display-Add-6bpc-RGB-case-for-dcn32-output-b.patch patches.suse/0853-drm-amd-display-Clean-up-SPL-code.patch patches.suse/0854-drm-amd-display-Add-VC-for-VESA-Aux-Backlight-Contro.patch patches.suse/0855-drm-amd-display-Extend-capability-to-get-multiple-RO.patch patches.suse/0856-drm-amd-display-Promote-DC-to-3.2.315.patch patches.suse/0857-drm-amdgpu-Fix-for-MEC-SJT-FW-Load-Fail-on-VF.patch patches.suse/0858-drm-amdgpu-Fix-error-handling-in-amdgpu_ras_add_bad_.patch patches.suse/0859-drm-amdgpu-gfx10-Add-cleaner-shader-for-GFX10.3.0.patch patches.suse/0860-Revert-drm-amd-display-Optimize-cursor-position-upda.patch patches.suse/0861-drm-amdgpu-reduce-RLC-safe-mode-request-for-gfx-cloc.patch patches.suse/0862-drm-amdkfd-always-include-uapi-header-in-priv.h.patch patches.suse/0863-drm-amd-pm-Update-SMUv13.0.6-PMFW-headers.patch patches.suse/0864-drm-amd-pm-Fill-max-mem-bw-total-app-clk-counter.patch patches.suse/0865-drm-amdgpu-Remove-unnecessary-NULL-check.patch patches.suse/0866-drm-amdgpu-sdma4.4.2-add-apu-support-in-sdma-queue-r.patch patches.suse/0867-drm-amdgpu-pm-add-definition-PPSMC_MSG_ResetSDMA2.patch patches.suse/0868-drm-amdgpu-pm-Implement-SDMA-queue-reset-for-differe.patch patches.suse/drm-amd-display-Increase-sanitizer-frame-larger-than.patch patches.suse/0870-drm-amdgpu-enable-gfx12-queue-reset-flag.patch patches.suse/0871-drm-amdgpu-Fix-shift-type-in-amdgpu_debugfs_sdma_sch.patch patches.suse/drm-amdkfd-Move-gfx12-trap-handler-to-separate-file.patch patches.suse/0873-drm-amdgpu-fix-incorrect-active-RB-bitmap-in-setup-R.patch patches.suse/0874-drm-amdgpu-fix-incorrect-number-of-active-RBs-for-gf.patch patches.suse/drm-amdgpu-tear-down-ttm-range-manager-for-doorbell-.patch patches.suse/0876-drm-amdgpu-wrong-array-index-to-get-ip-block-for-PSP.patch patches.suse/drm-amdgpu-fix-gpu-recovery-disable-with-per-queue-r.patch patches.suse/0878-drm-amdgpu-gfx10-Enable-cleaner-shader-for-GFX10.3.2.patch patches.suse/0879-drm-amdgpu-fill-the-ucode-bo-during-psp-resume-for-S.patch patches.suse/0880-drm-amd-display-add-CEC-notifier-to-amdgpu-driver.patch patches.suse/drm-amd-display-Limit-Scaling-Ratio-on-DCN3.01.patch patches.suse/0882-drm-amd-display-Log-Hard-Min-Clocks-and-Phantom-Pipe.patch patches.suse/0883-drm-amd-display-Add-replay-desync-error-count-tracki.patch patches.suse/0884-drm-amd-display-FW-Promotion-Release-0.0.248.0.patch patches.suse/0885-drm-amd-display-Update-chip_cap-defines-and-usage.patch patches.suse/0886-drm-amd-display-DML2.1-Post-Si-Cleanup.patch patches.suse/0887-drm-amd-display-Add-support-to-configure-CRC-window-.patch patches.suse/0888-drm-amd-display-Extend-secure-display-to-support-Dis.patch patches.suse/0889-drm-amd-display-Add-SMU-interface-to-get-UMC-count-f.patch patches.suse/0890-drm-amd-display-Remove-unused-read_ono_state-functio.patch patches.suse/0891-drm-amd-display-Add-a-new-flag-for-replay-low-hz.patch patches.suse/0892-drm-amd-display-Revised-for-Replay-Pseudo-vblank-con.patch patches.suse/0893-drm-amd-display-Apply-DML21-Patches.patch patches.suse/0894-drm-amd-display-improve-dpia-pre-train.patch patches.suse/drm-amd-display-avoid-reset-DTBCLK-at-clock-init.patch patches.suse/0896-drm-amd-display-3.2.316.patch patches.suse/drm-msm-dp-set-safe_to_exit_level-before-printing-it.patch patches.suse/0898-drm-msm-dp-fix-msm_dp_utils_pack_sdp_header-interfac.patch patches.suse/drm-msm-hdmi-simplify-code-in-pll_get_integloop_gain.patch patches.suse/drm-msm-dpu-fix-x1e80100-intf_6-underrun-vsync-inter.patch patches.suse/0901-drm-msm-dp-do-not-touch-the-MMSS_DP_INTF_CONFIG-for-.patch patches.suse/0902-drm-msm-dp-dont-call-dp_catalog_ctrl_mainlink_ctrl-i.patch patches.suse/0903-drm-msm-dp-disable-the-opp-table-request-even-for-dp.patch patches.suse/drm-msm-dpu1-don-t-choke-on-disabling-the-writeback-.patch patches.suse/0905-drm-msm-dpu-check-dpu_plane_atomic_print_state-for-v.patch patches.suse/0906-drm-msm-dpu-Add-VBIF-to-DPU-snapshot.patch patches.suse/0907-drm-msm-mdss-define-bitfields-for-the-UBWC_STATIC-re.patch patches.suse/0908-drm-msm-mdss-reuse-defined-bitfields-for-UBWC-2.0.patch patches.suse/0909-drm-msm-mdss-use-boolean-values-for-macrotile_mode.patch patches.suse/0910-drm-msm-dpu-filter-out-too-wide-modes-if-no-3dmux-is.patch patches.suse/0911-drm-msm-mdss-Add-SM6150-support.patch patches.suse/0912-drm-msm-dpu-Add-SM6150-support.patch patches.suse/0913-drm-msm-dsi-Add-dsi-phy-support-for-SM6150.patch patches.suse/0914-drm-msm-dsi-Add-support-for-SM6150.patch patches.suse/0915-drm-msm-dpu-add-support-for-virtual-planes.patch patches.suse/0916-drm-msm-dpu-allow-using-two-SSPP-blocks-for-a-single.patch patches.suse/0917-drm-msm-dpu-include-SSPP-allocation-state-into-the-d.patch patches.suse/0918-drm-msm-dp-drop-msm_dp_panel_dump_regs-and-msm_dp_ca.patch patches.suse/0919-drm-msm-dp-use-msm_dp_utils_pack_sdp_header-for-audi.patch patches.suse/0920-drm-msm-dp-drop-obsolete-audio-headers-access-throug.patch patches.suse/0921-drm-msm-dp-drop-struct-msm_dp_panel_in.patch patches.suse/0922-drm-msm-dp-stop-passing-panel-to-msm_dp_audio_get.patch patches.suse/drm-msm-dpu-provide-DSPP-and-correct-LM-config-for-S.patch patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8150.patch patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SC8180X.patch patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8250.patch patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8350.patch patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8550.patch patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-SM8650.patch patches.suse/drm-msm-dpu-link-DSPP_2-_3-blocks-on-X1E80100.patch patches.suse/0931-drm-msm-fix-Wformat-security-warnings.patch patches.suse/drm-msm-Check-return-value-of-of_dma_configure.patch patches.suse/drm-msm-don-t-clean-up-priv-kms-prematurely.patch patches.suse/drm-msm-mdp4-correct-LCDC-regulator-name.patch patches.suse/0935-drm-msm-dpu-get-rid-of-struct-dpu_rm_requirements.patch patches.suse/0936-drm-msm-dpu-Add-CWB-entry-to-catalog-for-SM8650.patch patches.suse/0937-drm-msm-dpu-Specify-dedicated-CWB-pingpong-blocks.patch patches.suse/0938-drm-msm-dpu-add-devcoredumps-for-cwb-registers.patch patches.suse/0939-drm-msm-dpu-Add-dpu_hw_cwb-abstraction-for-CWB-block.patch patches.suse/0940-drm-msm-dpu-add-CWB-support-to-dpu_hw_wb.patch patches.suse/0941-drm-msm-dpu-Add-RM-support-for-allocating-CWB.patch patches.suse/0002-opp-core-implement-dev_pm_opp_get_bw.patch patches.suse/OPP-add-index-check-to-assert-to-avoid-buffer-overfl.patch patches.suse/OPP-fix-dev_pm_opp_find_bw_-when-bandwidth-table-not.patch patches.suse/0942-drm-msm-registers-Add-GMU-FW-version-register.patch patches.suse/0943-drm-msm-a6xx-Print-GMU-core-firmware-version-at-boot.patch patches.suse/0944-drm-msm-adreno-add-defines-for-gpu-gmu-frequency-tab.patch patches.suse/0945-drm-msm-adreno-add-plumbing-to-generate-bandwidth-vo.patch patches.suse/0946-drm-msm-adreno-dynamically-generate-GMU-bw-table.patch patches.suse/0947-drm-msm-adreno-find-bandwidth-index-of-OPP-and-set-i.patch patches.suse/0948-drm-msm-adreno-enable-GMU-bandwidth-for-A740-and-A75.patch patches.suse/0949-drm-msm-Expose-uche-trap-base-via-uapi.patch patches.suse/drm-msm-gem-prevent-integer-overflow-in-msm_ioctl_ge.patch patches.suse/0951-drm-msm-a5xx-remove-null-pointer-check-on-pdev.patch patches.suse/0952-drm-msm-UAPI-error-reporting.patch patches.suse/drm-connector-hdmi-Do-atomic-check-when-necessary.patch patches.suse/0954-drm-tests-hdmi-Add-connector-disablement-test.patch patches.suse/0955-drm-display-hdmi-Do-not-read-EDID-on-disconnected-co.patch patches.suse/0956-drm-doc-Include-new-drm-compute-documentation.patch patches.suse/0957-drm-bridge-fix-documentation-for-the-hdmi_audio_prep.patch patches.suse/mm-Create-affine-kcompactd-to-its-preferred-node.patch patches.suse/mm-Create-affine-kswapd-to-its-preferred-node.patch patches.suse/Align-git-commit-ID-abbreviation-guidelines-and-chec.patch patches.suse/ima-Suspend-PCR-extends-and-log-appends-when-rebooti.patch patches.suse/selinux-Fix-SCTP-error-inconsistency-in-selinux_sock.patch patches.suse/cachestat-fix-page-cache-statistics-permission-check.patch patches.suse/r8169-remove-unused-flag-RTL_FLAG_TASK_RESET_NO_QUEU.patch patches.suse/r8169-remove-support-for-chip-version-11.patch patches.suse/include-net-add-static-inline-dst_dev_overhead-to-ds.patch patches.suse/net-ipv6-ioam6_iptunnel-mitigate-2-realloc-issue.patch patches.suse/net-ipv6-seg6_iptunnel-mitigate-2-realloc-issue.patch patches.suse/net-ipv6-rpl_iptunnel-mitigate-2-realloc-issue.patch patches.suse/ynl-add-missing-pieces-to-ethtool-spec-to-better-mat.patch patches.suse/ethtool-separate-definitions-that-are-gonna-be-gener.patch patches.suse/ethtool-remove-the-comments-that-are-not-gonna-be-ge.patch patches.suse/ethtool-regenerate-uapi-header-from-the-spec.patch patches.suse/net_sched-sch_sfq-don-t-allow-1-packet-limit.patch patches.suse/xsk-align-xdp_buff_xsk-harder.patch patches.suse/bpf-xdp-constify-some-bpf_prog-function-arguments.patch patches.suse/xdp-xsk-constify-read-only-arguments-of-some-static-.patch patches.suse/xdp-allow-attaching-already-registered-memory-model-.patch patches.suse/xsk-allow-attaching-XSk-pool-via-xdp_rxq_info_reg_me.patch patches.suse/xdp-register-system-page-pool-as-an-XDP-memory-model.patch patches.suse/netmem-add-a-couple-of-page-helper-wrappers.patch patches.suse/page_pool-make-page_pool_put_page_bulk-handle-array-.patch patches.suse/net-phy-avoid-genphy_c45_ethtool_get_eee-setting-eee.patch patches.suse/net-phy-remove-genphy_c45_eee_is_active-s-is_enabled.patch patches.suse/octeontx2-pf-map-skb-data-as-device-writeable.patch patches.suse/octeontx2-pf-Move-skb-fragment-map-unmap-to-common-c.patch patches.suse/octeontx2-af-Disable-backpressure-between-CPT-and-NI.patch patches.suse/cn10k-ipsec-Init-hardware-for-outbound-ipsec-crypto-.patch patches.suse/cn10k-ipsec-Add-SA-add-del-support-for-outb-ipsec-cr.patch patches.suse/cn10k-ipsec-Process-outbound-ipsec-crypto-offload.patch patches.suse/cn10k-ipsec-Allow-ipsec-crypto-offload-for-skb-with-.patch patches.suse/cn10k-ipsec-Enable-outbound-ipsec-crypto-offload.patch patches.suse/ktime-Add-us_to_ktime.patch patches.suse/rxrpc-Fix-handling-of-received-connection-abort.patch patches.suse/mctp-no-longer-rely-on-net-dev_index_head.patch patches.suse/net-stmmac-Fix-clock-rate-variables-size.patch patches.suse/net-phy-Add-helper-for-mapping-RGMII-link-speed-to-clock-rate.patch patches.suse/net-dwmac-imx-Use-helper-rgmii_clock.patch patches.suse/net-usb-lan78xx-Add-error-handling-to-lan78xx_init_m.patch patches.suse/gve-Remove-unused-gve_adminq_set_mtu.patch patches.suse/cn10k-ipsec-Fix-compilation-error-when-CONFIG_XFRM_O.patch patches.suse/lib-packing-create-__pack-and-__unpack-variants-with.patch patches.suse/lib-packing-demote-truncation-error-in-pack-to-a-war.patch patches.suse/lib-packing-add-pack_fields-and-unpack_fields.patch patches.suse/ice-remove-int_q_state-from-ice_tlan_ctx.patch patches.suse/ice-use-structures-to-keep-track-of-queue-context-si.patch patches.suse/ice-use-linux-packing.h-for-Tx-and-Rx-queue-context-.patch patches.suse/ice-reduce-size-of-queue-context-fields.patch patches.suse/ice-move-prefetch-enable-to-ice_setup_rx_ctx.patch patches.suse/ice-cleanup-Rx-queue-context-programming-functions.patch patches.suse/ionic-add-asic-codes-to-firmware-interface-file.patch patches.suse/ionic-Use-VLAN_ETH_HLEN-when-possible.patch patches.suse/ionic-Translate-IONIC_RC_ENOSUPP-to-EOPNOTSUPP.patch patches.suse/ionic-add-speed-defines-for-200G-and-400G.patch patches.suse/ionic-add-support-for-QSFP_PLUS_CMIS.patch patches.suse/net-smc-support-SMC-R-V2-for-rdma-devices-with-max_recv_sg.patch patches.suse/net-smc-support-ipv4-mapped-ipv6-addr-client-for-smc-r-v2.patch patches.suse/page_pool-allow-mixing-PPs-within-one-bulk.patch patches.suse/xdp-get-rid-of-xdp_frame-mem.id.patch patches.suse/xdp-make-__xdp_return-MP-agnostic.patch patches.suse/skbuff-allow-2-4-argument-skb_frag_dma_map.patch patches.suse/net-page_pool-rename-page_pool_alloc_netmem-to-_netm.patch patches.suse/net-page_pool-create-page_pool_alloc_netmem.patch patches.suse/page_pool-Set-dma_sync-to-false-for-devmem-memory-pr.patch patches.suse/page_pool-disable-sync-for-cpu-for-dmabuf-memory-pro.patch patches.suse/net-ena-Fix-incorrect-indentation.patch patches.suse/ionic-remove-the-unused-nb_work.patch patches.suse/octeontx2-af-fix-build-regression-without-CONFIG_DCB.patch patches.suse/gve-Convert-timeouts-to-secs_to_jiffies.patch patches.suse/net-Make-dev_get_hwtstamp_phylib-accessible.patch patches.suse/net-Make-net_hwtstamp_validate-accessible.patch patches.suse/net-Add-the-possibility-to-support-a-selected-hwtsta.patch patches.suse/net-ethtool-tsinfo-Enhance-tsinfo-to-support-several.patch patches.suse/net-ethtool-Add-support-for-tsconfig-command-to-get-.patch patches.suse/net-mlx5-ifc-Reorganize-mlx5_ifc_flow_table_context_.patch patches.suse/net-mlx5-Add-ConnectX-8-device-to-ifc.patch patches.suse/net-mlx5-Add-support-for-new-scheduling-elements.patch patches.suse/net-mlx5-qos-Add-ifc-support-for-cross-esw-schedulin.patch patches.suse/net-mlx5-Add-device-cap-abs_native_port_num.patch patches.suse/r8169-adjust-version-numbering-for-RTL8126.patch patches.suse/r8169-add-support-for-RTL8125D-rev.b.patch patches.suse/net-page_pool-rename-page_pool_is_last_ref.patch patches.suse/net-mlx5e-Report-rx_discards_phy-via-rx_dropped.patch patches.suse/ptr_ring-do-not-block-hard-interrupts-in-ptr_ring_re.patch patches.suse/devlink-add-devlink_fmsg_put-macro.patch patches.suse/devlink-add-devlink_fmsg_dump_skb-function.patch patches.suse/ice-rename-devlink_port.-ch-to-port.-ch.patch patches.suse/ice-add-Tx-hang-devlink-health-reporter.patch patches.suse/ice-Add-MDD-logging-via-devlink-health.patch patches.suse/bnxt_en-Use-FW-defined-resource-limits-for-RoCE.patch patches.suse/bnxt_en-Do-not-allow-ethtool-m-on-an-untrusted-VF.patch patches.suse/bnxt_en-Skip-PHY-loopback-ethtool-selftest-if-unsupp.patch patches.suse/bnxt_en-Skip-MAC-loopback-selftest-if-it-is-unsuppor.patch patches.suse/bnxt_en-Skip-reading-PXP-registers-during-ethtool-d-.patch patches.suse/wifi-mac80211-fix-variable-used-in-for_each_sdata_li.patch patches.suse/wifi-mac80211-Accept-authentication-frames-on-P2P-de.patch patches.suse/wifi-cfg80211-define-and-use-wiphy-guard.patch patches.suse/wifi-mac80211-use-wiphy-guard.patch patches.suse/wifi-cfg80211-tests-Fix-potential-NULL-dereference-i.patch patches.suse/wifi-iwlwifi-mvm-Replace-spaces-for-tabs-in-iwl_mvm_.patch patches.suse/wifi-cfg80211-send-MLO-links-tx-power-info-in-GET_IN.patch patches.suse/wifi-mac80211-get-tx-power-per-link.patch patches.suse/wifi-mac80211-ethtool-add-monitor-channel-reporting.patch patches.suse/wifi-mac80211-add-EHT-320-MHz-support-for-mesh.patch patches.suse/wifi-mac80211_hwsim-add-6-GHz-EHT-Mesh-capabilities.patch patches.suse/wifi-brcmfmac-fix-scatter-gather-handling-by-detecti.patch patches.suse/wifi-wlcore-testmode-Constify-strutc-nla_policy.patch patches.suse/wifi-brcmfmac-fix-brcmf_vif_clear_mgmt_ies-when-stop.patch patches.suse/wifi-mwifiex-decrease-timeout-waiting-for-host-sleep.patch patches.suse/wifi-ath11k-Suspend-hardware-before-firmware-mode-of.patch patches.suse/wifi-ath12k-mark-QMI-driver-event-helpers-as-noinlin.patch patches.suse/wifi-ath12k-ath12k_mac_vdev_create-use-goto-for-erro.patch patches.suse/wifi-ath12k-MLO-vdev-bringup-changes.patch patches.suse/wifi-ath12k-Refactor-sta-state-machine.patch patches.suse/wifi-ath12k-introduce-ath12k_hw_warn.patch patches.suse/wifi-ath12k-Add-helpers-for-multi-link-peer-creation.patch patches.suse/wifi-ath12k-add-multi-link-flag-in-peer-create-comma.patch patches.suse/wifi-ath12k-add-helper-to-find-multi-link-station.patch patches.suse/wifi-ath12k-Add-MLO-peer-assoc-command-support.patch patches.suse/wifi-ath9k-miscellaneous-spelling-fixes.patch patches.suse/wifi-ath12k-Fix-for-out-of-bound-access-error.patch patches.suse/wifi-ath11k-Fix-unexpected-return-buffer-manager-err.patch patches.suse/wifi-ath9k-Add-RX-inactivity-detection-and-reset-chi.patch patches.suse/wifi-ath12k-Support-Downlink-Pager-Stats.patch patches.suse/wifi-ath12k-Support-phy-counter-and-TPC-stats.patch patches.suse/wifi-ath12k-Support-SoC-Common-Stats.patch patches.suse/wifi-ath12k-Support-Transmit-PER-Rate-Stats.patch patches.suse/wifi-ath12k-Support-MBSSID-Control-Frame-Stats.patch patches.suse/wifi-ath12k-Fix-endianness-issue-in-struct-hal_tlv_6.patch patches.suse/wifi-wcn36xx-fix-channel-survey-memory-allocation-si.patch patches.suse/wifi-ath11k-cleanup-struct-ath11k_vif.patch patches.suse/wifi-ath11k-cleanup-struct-ath11k_reg_tpc_power_info.patch patches.suse/wifi-ath11k-cleanup-struct-ath11k_mon_data.patch patches.suse/wifi-ath11k-miscellaneous-spelling-fixes.patch patches.suse/wifi-ath11k-add-support-for-QCA6698AQ.patch patches.suse/wifi-ath12k-Fix-inappropriate-use-of-print_array_to_.patch patches.suse/wifi-ath11k-mark-some-QMI-driver-event-helpers-as-no.patch patches.suse/wifi-ath11k-mark-ath11k_dp_rx_mon_mpdu_pop-as-noinli.patch patches.suse/wifi-ath11k-mark-ath11k_wow_convert_8023_to_80211-as.patch patches.suse/wifi-ath12k-Add-MLO-station-state-change-handling.patch patches.suse/wifi-ath12k-support-change_sta_links-mac80211-op.patch patches.suse/wifi-ath12k-add-primary-link-for-data-path-operation.patch patches.suse/wifi-ath12k-use-arsta-instead-of-sta.patch patches.suse/wifi-ath12k-add-reo-queue-lookup-table-for-ML-peers.patch patches.suse/wifi-ath12k-modify-chanctx-iterators-for-MLO.patch patches.suse/wifi-ath12k-Use-mac80211-vif-s-link_conf-instead-of-.patch patches.suse/wifi-ath12k-Use-mac80211-sta-s-link_sta-instead-of-d.patch patches.suse/wifi-ath12k-convert-struct-ath12k-wmi_mgmt_tx_work-t.patch patches.suse/wifi-ath12k-ath12k_mac_op_tx-MLO-support.patch patches.suse/wifi-ath12k-ath12k_mac_op_flush-MLO-support.patch patches.suse/wifi-ath12k-ath12k_mac_op_ampdu_action-MLO-support.patch patches.suse/wifi-ath12k-ath12k_mac_station_add-fix-potential-rx_.patch patches.suse/wifi-ath12k-do-not-return-invalid-link-id-for-scan-l.patch patches.suse/wifi-ath12k-ath12k_bss_assoc-MLO-support.patch patches.suse/wifi-ath12k-defer-vdev-creation-for-MLO.patch patches.suse/wifi-ath12k-ath12k_mac_op_set_key-fix-uninitialized-.patch patches.suse/wifi-ath12k-ath12k_mac_op_sta_rc_update-use-mac80211.patch patches.suse/wifi-ath12k-Refactor-core-startup.patch patches.suse/wifi-ath12k-add-ath12k_ab_to_ah-and-ath12k_ab_set_ah.patch patches.suse/wifi-ath12k-add-ath12k_get_num_hw.patch patches.suse/wifi-ath12k-introduce-QMI-firmware-ready-flag.patch patches.suse/wifi-ath12k-move-ATH12K_FLAG_REGISTERED-handling-to-.patch patches.suse/wifi-ath12k-rename-mlo_capable_flags-to-single_chip_.patch patches.suse/wifi-ath12k-introduce-device-group-abstraction.patch patches.suse/wifi-ath12k-refactor-core-start-based-on-hardware-gr.patch patches.suse/wifi-ath12k-move-struct-ath12k_hw-from-per-device-to.patch patches.suse/wifi-ath12k-send-QMI-host-capability-after-device-gr.patch patches.suse/wifi-ath12k-introduce-mlo_capable-flag-for-device-gr.patch patches.suse/wifi-qtnfmac-fix-spelling-error-in-core.h.patch patches.suse/wifi-brcmsmac-add-gain-range-check-to-wlc_phy_iqcal_.patch patches.suse/wifi-brcmfmac-add-missing-header-include-for-brcmf_d.patch patches.suse/wifi-rtw88-8821au-Add-additional-devices-to-the-USB_.patch patches.suse/wifi-rtw88-8812au-Add-more-device-IDs.patch patches.suse/wifi-rtw88-Add-additional-USB-IDs-for-RTL8812BU.patch patches.suse/wifi-rtlwifi-rtl8821ae-phy-restore-removed-code-to-f.patch patches.suse/wifi-rtlwifi-do-not-complete-firmware-loading-needle.patch patches.suse/wifi-rtlwifi-rtl8192se-rise-completion-of-firmware-l.patch patches.suse/wifi-rtlwifi-wait-for-firmware-loading-before-releas.patch patches.suse/wifi-rtlwifi-fix-init_sw_vars-leak-when-probe-fails.patch patches.suse/wifi-rtlwifi-usb-fix-workqueue-leak-when-probe-fails.patch patches.suse/wifi-rtw89-pci-disable-PCIE-wake-bit-when-PCIE-deini.patch patches.suse/wifi-rtw89-sar-tweak-6GHz-SAR-subbands-span.patch patches.suse/wifi-rtw89-introduce-dynamic-antenna-gain-feature.patch patches.suse/wifi-rtw89-handle-different-TX-power-between-RF-path.patch patches.suse/wifi-rtl8xxxu-add-more-missing-rtl8192cu-USB-IDs.patch patches.suse/wifi-rtw88-usb-Support-USB-3-with-RTL8812AU.patch patches.suse/wifi-rtw88-usb-Enable-RX-aggregation-for-8821au-8812.patch patches.suse/wifi-rtw89-8922a-configure-AP_LINK_PS-if-FW-supports.patch patches.suse/wifi-rtw89-register-ops-of-can_activate_links.patch patches.suse/wifi-rtw89-implement-ops-of-change-vif-sta-links.patch patches.suse/wifi-rtw89-apply-MLD-pairwise-key-to-dynamically-act.patch patches.suse/wifi-rtw89-pass-target-link_id-to-ieee80211_gtk_reke.patch patches.suse/wifi-rtw89-pass-target-link_id-to-ieee80211_nullfunc.patch patches.suse/wifi-rtw89-8922a-Extend-channel-info-field-length-fo.patch patches.suse/wifi-rtw89-8852b-add-beacon-filter-and-CQM-support.patch patches.suse/wifi-rtw89-8852bt-add-beacon-filter-and-CQM-support.patch patches.suse/wifi-rtw89-8922a-use-RSSI-from-PHY-report-in-RX-desc.patch patches.suse/wifi-rtw89-refine-link-handling-for-link_sta_rc_upda.patch patches.suse/wifi-rtw89-add-crystal_cap-check-to-avoid-setting-as.patch patches.suse/wifi-rtw89-ps-refactor-PS-flow-to-support-MLO.patch patches.suse/wifi-rtw89-ps-refactor-channel-info-to-firmware-befo.patch patches.suse/wifi-rtw89-ps-update-data-for-firmware-and-settings-.patch patches.suse/wifi-rtw89-disable-firmware-training-HE-GI-and-LTF.patch patches.suse/wifi-rtw89-8852c-disable-ER-SU-when-4x-HE-LTF-and-0..patch patches.suse/wifi-rtw89-regd-update-regulatory-map-to-R68-R51.patch patches.suse/wifi-rtw89-8922a-update-format-of-RFK-pre-notify-H2C.patch patches.suse/wifi-rtlwifi-remove-unused-check_buddy_priv.patch patches.suse/wifi-rtlwifi-destroy-workqueue-at-rtl_deinit_core.patch patches.suse/wifi-rtlwifi-fix-memory-leaks-and-invalid-access-at-.patch patches.suse/wifi-rtlwifi-pci-wait-for-firmware-loading-before-re.patch patches.suse/wifi-rtw89-8852c-rfk-refine-target-channel-calculati.patch patches.suse/wifi-rtw89-8851b-rfk-remove-unnecessary-assignment-o.patch patches.suse/wifi-rtw89-phy-add-dummy-C2H-event-handler-for-repor.patch patches.suse/wifi-brcmfmac-clarify-unmodifiable-headroom-log-mess.patch patches.suse/wifi-wlcore-sysfs-constify-struct-bin_attribute.patch patches.suse/sfc-remove-efx_writed_page_locked.patch patches.suse/page_pool-add-page_pool_dev_alloc_netmem.patch patches.suse/xdp-add-generic-xdp_buff_add_frag.patch patches.suse/xdp-add-generic-xdp_build_skb_from_buff.patch patches.suse/xsk-make-xsk_buff_add_frag-really-add-the-frag-via-_.patch patches.suse/xsk-add-generic-XSk-xdp_buff-skb-conversion.patch patches.suse/udp-Deal-with-race-between-UDP-socket-address-change-and-r.patch patches.suse/sfc-Use-netdev-refcount-tracking-in-struct-efx_async.patch patches.suse/net-phy-microchip_rds_ptp-Add-header-file-for-Microc.patch patches.suse/net-phy-microchip_rds_ptp-Add-rds-ptp-library-for-Mi.patch patches.suse/net-phy-Kconfig-Add-rds-ptp-library-support-and-1588-optio.patch patches.suse/net-phy-microchip_t1-Add-initialization-of-ptp-for-l.patch patches.suse/net-mlx5-LAG-Refactor-lag-logic.patch patches.suse/net-mlx5-LAG-Support-LAG-over-Multi-Host-NICs.patch patches.suse/net-mlx5-fs-add-counter-object-to-flow-destination.patch patches.suse/net-mlx5-fs-add-mlx5_fs_pool-API.patch patches.suse/net-mlx5-fs-retry-insertion-to-hash-table-on-EBUSY.patch patches.suse/net-mlx5-HWS-no-need-to-expose-mlx5hws_send_queues_o.patch patches.suse/net-mlx5-HWS-do-not-initialize-native-API-queues.patch patches.suse/net-mlx5-DR-expand-SWS-STE-callbacks-and-consolidate.patch patches.suse/net-mlx5-DR-add-support-for-ConnectX-8-steering.patch patches.suse/net-mlx5-Remove-PTM-support-log-message.patch patches.suse/net-mlx5-fs-Add-support-for-RDMA-RX-steering-over-IB.patch patches.suse/net-ethtool-Fix-suspicious-rcu_dereference-usage.patch patches.suse/ixgbe-Add-support-for-E610-FW-Admin-Command-Interfac.patch patches.suse/ixgbe-Add-support-for-E610-device-capabilities-detec.patch patches.suse/ixgbe-Add-link-management-support-for-E610-device.patch patches.suse/ixgbe-Add-support-for-NVM-handling-in-E610-device.patch patches.suse/ixgbe-Add-support-for-EEPROM-dump-in-E610-device.patch patches.suse/ixgbe-Add-ixgbe_x540-multiple-header-inclusion-prote.patch patches.suse/ixgbe-Clean-up-the-E610-link-management-related-code.patch patches.suse/ixgbe-Enable-link-management-in-E610-device.patch patches.suse/PCI-Add-PCI_VDEVICE_SUB-helper-macro.patch patches.suse/ixgbevf-Add-support-for-Intel-R-E610-device.patch patches.suse/devlink-Improve-the-port-attributes-description.patch patches.suse/net-dwmac-imx-add-imx93-clock-input-support-in-RMII-mode.patch patches.suse/team-prevent-adding-a-device-which-is-already-a-team.patch patches.suse/i40e-Deadcode-i40e_aq_.patch patches.suse/i40e-Remove-unused-i40e_blink_phy_link_led.patch patches.suse/i40e-Remove-unused-i40e_-read-write-_phy_register.patch patches.suse/i40e-Deadcode-profile-code.patch patches.suse/i40e-Remove-unused-i40e_get_cur_guaranteed_fd_count.patch patches.suse/i40e-Remove-unused-i40e_del_filter.patch patches.suse/i40e-Remove-unused-i40e_commit_partition_bw_setting.patch patches.suse/i40e-Remove-unused-i40e_asq_send_command_v2.patch patches.suse/i40e-Remove-unused-i40e_dcb_hw_get_num_tc.patch patches.suse/igc-Remove-unused-igc_acquire-release_nvm.patch patches.suse/igc-Remove-unused-igc_read-write_pci_cfg-wrappers.patch patches.suse/igc-Remove-unused-igc_read-write_pcie_cap_reg.patch patches.suse/ax25-rcu-protect-dev-ax25_ptr.patch patches.suse/net-mlx5-HWS-remove-the-use-of-duplicated-structs.patch patches.suse/net-mlx5-HWS-remove-implementation-of-unused-FW-comm.patch patches.suse/net-mlx5-HWS-denote-how-refcounts-are-protected.patch patches.suse/net-mlx5-HWS-simplify-allocations-as-we-support-only.patch patches.suse/net-mlx5-HWS-add-error-message-on-failure-to-move-ru.patch patches.suse/net-mlx5-HWS-change-error-flow-on-matcher-disconnect.patch patches.suse/net-mlx5-HWS-remove-wrong-deletion-of-the-miss-table.patch patches.suse/net-mlx5-HWS-reduce-memory-consumption-of-a-matcher-.patch patches.suse/net-mlx5-HWS-num_of_rules-counter-on-matcher-should-.patch patches.suse/net-mlx5-HWS-separate-SQ-that-HWS-uses-from-the-usua.patch patches.suse/net-mlx5-HWS-fix-definer-s-HWS_SET32-macro-for-negat.patch patches.suse/net-mlx5-HWS-handle-returned-error-value-in-pool-all.patch patches.suse/net-mlx5-HWS-use-the-right-size-when-writing-arg-dat.patch patches.suse/net-mlx5-HWS-support-flow-sampler-destination.patch patches.suse/net-mlx5-HWS-set-timeout-on-polling-for-completion.patch patches.suse/octeontx2-pf-mcs-Remove-dead-code-and-semi-colon-fro.patch patches.suse/selftests-bpf-Actuate-tx_metadata_len-in-xdp_hw_meta.patch patches.suse/selftests-bpf-Enable-Tx-hwtstamp-in-xdp_hw_metadata.patch patches.suse/selftests-bpf-test_xdp_meta-Rename-BPF-sections.patch patches.suse/selftests-bpf-Migrate-test_xdp_meta.sh-into-xdp_cont.patch patches.suse/netkit-Allow-for-configuring-needed_-head-tail-room.patch patches.suse/selftests-bpf-Extend-netkit-tests-to-validate-set-he.patch patches.suse/ixgbevf-Remove-unused-ixgbevf_hv_mbx_ops.patch patches.suse/igb-Remove-static-qualifiers.patch patches.suse/igb-Introduce-igb_xdp_is_enabled.patch patches.suse/igb-Introduce-XSK-data-structures-and-helpers.patch patches.suse/igb-Add-XDP-finalize-and-stats-update-functions.patch patches.suse/igb-Add-AF_XDP-zero-copy-Rx-support.patch patches.suse/igb-Add-AF_XDP-zero-copy-Tx-support.patch patches.suse/igc-Allow-hot-swapping-XDP-program.patch patches.suse/igc-Fix-passing-0-to-ERR_PTR-in-igc_xdp_run_prog.patch patches.suse/igb-Fix-passing-0-to-ERR_PTR-in-igb_run_xdp.patch patches.suse/ixgbe-Fix-passing-0-to-ERR_PTR-in-ixgbe_run_xdp.patch patches.suse/ixgbevf-Fix-passing-0-to-ERR_PTR-in-ixgbevf_run_xdp.patch patches.suse/i40e-add-ability-to-reset-VF-for-Tx-and-Rx-MDD-event.patch patches.suse/igc-Link-IRQs-to-NAPI-instances.patch patches.suse/igc-Link-queues-to-NAPI-instances.patch patches.suse/r8169-add-support-for-RTL8125BP-rev.b.patch patches.suse/net-mlx5-use-do_aux_work-for-PHC-overflow-checks.patch patches.suse/netdev-define-NETDEV_INTERNAL.patch patches.suse/xfrm-Support-ESN-context-update-to-hardware-for-TX.patch patches.suse/net-mlx5e-Update-TX-ESN-context-for-IPSec-hardware-o.patch patches.suse/net-phy-add-configuration-of-rx-clock-stop-mode.patch patches.suse/net-stmmac-move-tx_lpi_timer-tracking-to-phylib.patch patches.suse/net-stmmac-use-correct-type-for-tx_lpi_timer.patch patches.suse/net-stmmac-use-unsigned-int-for-eee_timer.patch patches.suse/net-stmmac-make-EEE-depend-on-phy-enable_tx_lpi.patch patches.suse/net-stmmac-remove-redundant-code-from-ethtool-EEE-op.patch patches.suse/net-stmmac-clean-up-stmmac_disable_eee_mode.patch patches.suse/net-stmmac-remove-priv-tx_lpi_enabled.patch patches.suse/net-stmmac-report-EEE-error-statistics-if-EEE-is-sup.patch patches.suse/net-stmmac-convert-to-use-phy_eee_rx_clock_stop.patch patches.suse/net-stmmac-remove-priv-eee_tw_timer.patch patches.suse/net-stmmac-move-priv-eee_enabled-into-stmmac_eee_ini.patch patches.suse/net-stmmac-move-priv-eee_active-into-stmmac_eee_init.patch patches.suse/net-stmmac-use-boolean-for-eee_enabled-and-eee_activ.patch patches.suse/net-stmmac-move-setup-of-eee_ctrl_timer-to-stmmac_dv.patch patches.suse/net-stmmac-remove-unnecessary-EEE-handling-in-stmmac.patch patches.suse/net-stmmac-split-hardware-LPI-timer-control.patch patches.suse/net-stmmac-remove-stmmac_lpi_entry_timer_config.patch patches.suse/net-ethtool-Use-hwprov-under-rcu_read_lock.patch patches.suse/net-smc-delete-pointless-divide-by-one.patch patches.suse/net-smc-fix-data-error-when-recvmsg-with-MSG_PEEK-flag.patch patches.suse/eth-iavf-extend-the-netdev_lock-usage.patch patches.suse/net-mlx5-fs-add-HWS-root-namespace-functions.patch patches.suse/net-mlx5-fs-add-HWS-flow-table-API-functions.patch patches.suse/net-mlx5-fs-add-HWS-flow-group-API-functions.patch patches.suse/net-mlx5-fs-add-HWS-actions-pool.patch patches.suse/net-mlx5-fs-add-HWS-packet-reformat-API-function.patch patches.suse/net-mlx5-fs-add-HWS-modify-header-API-function.patch patches.suse/net-mlx5-fs-manage-flow-counters-HWS-action-sharing-.patch patches.suse/net-mlx5-fs-add-dest-table-cache.patch patches.suse/net-mlx5-fs-add-HWS-fte-API-functions.patch patches.suse/net-mlx5-fs-add-support-for-dest-vport-HWS-action.patch patches.suse/net-mlx5-fs-set-create-match-definer-to-not-supporte.patch patches.suse/net-mlx5-fs-add-HWS-get-capabilities.patch patches.suse/net-mlx5-fs-add-HWS-to-steering-mode-options.patch patches.suse/net-mlx5-HWS-update-flow-remove-the-use-of-dual-RTCs.patch patches.suse/net-mlx5-HWS-update-flow-support-through-bigger-acti.patch patches.suse/net-phy-microchip_t1-depend-on-PTP_1588_CLOCK_OPTIONAL.patch patches.suse/ethtool-linkstate-migrate-linkstate-functions-to-sup.patch patches.suse/net-ethtool-plumb-PHY-stats-to-PHY-drivers.patch patches.suse/net-ethtool-add-support-for-structured-PHY-statistic.patch patches.suse/net-mlx5-Update-mlx5_ifc-to-support-FEC-for-200G-per.patch patches.suse/net-mlx5-Add-support-for-MRTCQ-register.patch patches.suse/net-mlx5-SHAMPO-Introduce-new-SHAMPO-specific-HCA-ca.patch patches.suse/net-mlx5-Add-nic_cap_reg-and-vhca_icm_ctrl-registers.patch patches.suse/net-phy-move-realtek-PHY-driver-to-its-own-subdirect.patch patches.suse/net-stmmac-imx-Use-syscon_regmap_lookup_by_phandle_args.patch patches.suse/net-ethtool-add-hds_config-member-in-ethtool_netdev_.patch patches.suse/net-ethtool-add-support-for-configuring-hds-thresh.patch patches.suse/net-devmem-add-ring-parameter-filtering.patch patches.suse/net-disallow-setup-single-buffer-XDP-when-tcp-data-s.patch patches.suse/bnxt_en-add-support-for-rx-copybreak-ethtool-command.patch patches.suse/bnxt_en-add-support-for-tcp-data-split-ethtool-comma.patch patches.suse/bnxt_en-add-support-for-hds-thresh-ethtool-command.patch patches.suse/netdevsim-add-HDS-feature.patch patches.suse/inet-ipmr-fix-data-races.patch patches.suse/ice-c827-move-wait-for-FW-to-ice_init_hw.patch patches.suse/ice-split-ice_init_hw-out-from-ice_init_dev.patch patches.suse/ice-minor-rename-goto-labels-from-err-to-unroll.patch patches.suse/ice-ice_probe-init-ice_adapter-after-HW-init.patch patches.suse/ice-add-recipe-priority-check-in-search.patch patches.suse/ice-add-fw-and-port-health-reporters.patch patches.suse/ice-use-string-choice-helpers.patch patches.suse/ice-use-read_poll_timeout_atomic-in-ice_read_phy_tst.patch patches.suse/ice-rename-TS_LL_READ-macros-to-REG_LL_PROXY_H_.patch patches.suse/ice-add-lock-to-protect-low-latency-interface.patch patches.suse/ice-check-low-latency-PHY-timer-update-firmware-capa.patch patches.suse/ice-implement-low-latency-PHY-timer-updates.patch patches.suse/ice-Add-in-out-PTP-pin-delays.patch patches.suse/net-wwan-iosm-Fix-hibernation-by-re-binding-the-driv.patch patches.suse/net-add-netdev_lock-netdev_unlock-helpers.patch patches.suse/net-make-netdev_lock-protect-netdev-reg_state.patch patches.suse/net-add-netdev-up-protected-by-netdev_lock.patch patches.suse/net-protect-netdev-napi_list-with-netdev_lock.patch patches.suse/net-protect-NAPI-enablement-with-netdev_lock.patch patches.suse/net-protect-napi-irq-with-netdev_lock.patch patches.suse/net-mlx5-HWS-rework-the-check-if-matcher-size-can-be.patch patches.suse/net-mlx5e-CT-Add-initial-support-for-Hardware-Steeri.patch patches.suse/net-mlx5e-CT-Make-mlx5_ct_fs_smfs_ct_validate_flow_r.patch patches.suse/net-mlx5e-CT-Offload-connections-with-hardware-steer.patch patches.suse/dev-Acquire-netdev_rename_lock-before-restoring-dev-.patch patches.suse/net-phy-microchip_rds_ptp-Header-file-library-change.patch patches.suse/net-phy-microchip_t1-Enable-pin-out-specific-to-lan8.patch patches.suse/net-phy-microchip_rds_ptp-Add-PEROUT-feature-library.patch patches.suse/msft-hv-3157-hv_netvsc-Replace-one-element-array-with-flexible-ar.patch patches.suse/pldmfw-enable-selected-component-update.patch patches.suse/devlink-add-devl-guard.patch patches.suse/ice-support-FW-Recovery-Mode.patch patches.suse/net-mlx5-fix-unintentional-sign-extension-on-shift-o.patch patches.suse/net-ethtool-ts-add-separate-counter-for-unconfirmed-.patch patches.suse/eth-bnxt-fix-string-truncation-warning-in-FW-version.patch patches.suse/net-destroy-dev-lock-later-in-free_netdev.patch patches.suse/wifi-mt76-mt7996-fix-invalid-interface-combinations.patch patches.suse/wifi-wilc1000-unregister-wiphy-only-if-it-has-been-r.patch patches.suse/wifi-wlcore-fix-unbalanced-pm_runtime-calls.patch patches.suse/wifi-brcmfmac-Check-the-return-value-of-of_property_.patch patches.suse/wifi-rt2x00-Remove-unused-rfval-values.patch patches.suse/wifi-iwlegacy-Remove-unused-il3945_calc_db_from_rati.patch patches.suse/wifi-iwlegacy-Remove-unused-il_get_single_channel_nu.patch patches.suse/wifi-brcmfmac-Add-missing-Return-to-function-documen.patch patches.suse/wifi-mac80211-Clean-up-debugfs_key-deadcode.patch patches.suse/wifi-iwlwifi-fix-documentation-about-initial-values-.patch patches.suse/wifi-iwlwifi-mvm-remove-pre-mld-code-from-mld-path.patch patches.suse/wifi-iwlwifi-mvm-send-the-right-link-id.patch patches.suse/wifi-mac80211-add-an-option-to-filter-a-sta-from-bei.patch patches.suse/wifi-mac80211-change-disassoc-sequence-a-bit.patch patches.suse/wifi-iwlwifi-mvm-cleanup-iwl_mvm_sta_del.patch patches.suse/wifi-cfg80211-copy-multi-link-element-from-the-multi.patch patches.suse/wifi-iwlwifi-remove-mvm-from-session-protection-cmd-.patch patches.suse/wifi-mvm-Request-periodic-system-statistics-earlier.patch patches.suse/wifi-iwlwifi-Remove-mvm-prefix-from-iwl_mvm_compress.patch patches.suse/wifi-iwlwifi-mvm-update-documentation-for-iwl_nvm_ch.patch patches.suse/wifi-iwlwifi-mvm-log-error-for-failures-after-D3.patch patches.suse/wifi-iwlwifi-bump-FW-API-to-95-for-BZ-SC-devices.patch patches.suse/wifi-iwlwifi-support-BIOS-override-for-UNII4-in-CA-U.patch patches.suse/wifi-iwlwifi-support-BIOS-override-for-5G9-in-CA-als.patch patches.suse/wifi-iwlwifi-mvm-Check-BAR-packet-size-before-access.patch patches.suse/wifi-iwlwifi-add-a-new-NMI-type.patch patches.suse/wifi-iwlwifi-pcie-Add-support-for-new-device-ids.patch patches.suse/wifi-iwlwifi-mvm-Use-IWL_FW_CHECK-for-BAR-notif-size.patch patches.suse/wifi-iwlwifi-mvm-add-UHB-canada-support-in-TAS_CONFI.patch patches.suse/wifi-iwlwifi-mvm-add-UHB-canada-support-in-GET_TAS_S.patch patches.suse/wifi-iwlwifi-mvm-Move-TSO-code-to-shared-utility.patch patches.suse/wifi-mac80211-Remove-unused-ieee80211_smps_is_restri.patch patches.suse/wifi-iwlwifi-differentiate-NIC-error-types.patch patches.suse/wifi-iwlwifi-mvm-remove-warning-on-unallocated-BAID.patch patches.suse/wifi-iwlwifi-mvm-skip-short-statistics-window-when-u.patch patches.suse/wifi-iwlwifi-mvm-rename-iwl_dev_tx_power_common-mac_.patch patches.suse/wifi-iwlwifi-fw-read-STEP-table-from-correct-UEFI-va.patch patches.suse/wifi-iwlwifi-interpret-STEP-URM-BIOS-configuration.patch patches.suse/wifi-iwlwifi-context-info-add-kernel-doc-markers.patch patches.suse/wifi-iwlwifi-return-ERR_PTR-from-opmode-start.patch patches.suse/wifi-iwlwifi-restrict-driver-retry-loops-to-timeouts.patch patches.suse/wifi-iwlwifi-mvm-restrict-MAC-start-retry-to-timeout.patch patches.suse/wifi-iwlwifi-mvm-remove-STARTING-state.patch patches.suse/wifi-iwlwifi-mvm-clean-up-FW-restart-a-bit.patch patches.suse/wifi-iwlwifi-unify-cmd_queue_full-into-nic_error.patch patches.suse/wifi-iwlwifi-mvm-restart-device-through-NMI.patch patches.suse/wifi-iwlwifi-rework-firmware-error-handling.patch patches.suse/wifi-iwlwifi-iwl_fw_error_collect-is-always-called-s.patch patches.suse/wifi-iwlwifi-mld-make-iwl_mvm_find_ie_offset-a-iwlwi.patch patches.suse/wifi-iwlwifi-move-fw_ver-debugfs-to-firmware-runtime.patch patches.suse/wifi-iwlwifi-rename-bits-in-config-boot-control-regi.patch patches.suse/wifi-iwlwifi-Remove-MVM-prefix-from-TX-API-macros.patch patches.suse/wifi-iwlwifi-iwl-drv-refactor-image-loading-a-bit.patch patches.suse/wifi-iwlwifi-Allow-entering-EMLSR-for-more-band-comb.patch patches.suse/wifi-iwlwifi-add-mapping-of-prph-register-crf-for-PE.patch patches.suse/wifi-iwlwifi-add-channel_load_not_by_us-in-iwl_mvm_p.patch patches.suse/wifi-iwlwifi-mark-that-we-support-TX_CMD_API_S_VER_1.patch patches.suse/wifi-iwlwifi-avoid-memory-leak.patch patches.suse/wifi-iwlwifi-api-remove-version-number-from-latest-s.patch patches.suse/wifi-iwlwifi-move-fw_dbg_collect-to-fw-debugfs.patch patches.suse/wifi-iwlwifi-mvm-fix-add-stream-vs.-restart-race.patch patches.suse/wifi-iwlwifi-bump-FW-API-to-96-for-BZ-SC-devices.patch patches.suse/wifi-iwlwifi-mvm-avoid-NULL-pointer-dereference.patch patches.suse/wifi-iwlwifi-fw-api-tdls-remove-MVM_-from-name.patch patches.suse/wifi-iwlwifi-mvm-don-t-count-mgmt-frames-as-MPDU.patch patches.suse/wifi-iwlwifi-cleanup-unused-variable-in-trans.h.patch patches.suse/wifi-iwlwifi-mvm-fix-AP-STA-comparison.patch patches.suse/wifi-iwlwifi-mvm-remove-unneeded-NULL-pointer-checks.patch patches.suse/wifi-iwlwifi-fw-fix-typo-adderss.patch patches.suse/wifi-iwlwifi-mvm-Improve-code-style-in-pointer-decla.patch patches.suse/wifi-iwlwifi-mvm-fix-iwl_ssid_exist-check.patch patches.suse/wifi-iwlwifi-api-remove-the-double-word.patch patches.suse/wifi-iwlwifi-Fix-spelling-typo-in-comment.patch patches.suse/wifi-iwlwifi-mvm-Use-helper-function-IS_ERR_OR_NULL.patch patches.suse/wifi-iwlwifi-Remove-a-duplicate-assignment-in-iwl_db.patch patches.suse/wifi-iwlwifi-mvm-Fix-duplicated-if-in-comment.patch patches.suse/wifi-iwlwifi-mvm-Fix-duplicated-the-in-comment.patch patches.suse/wifi-iwlwifi-fw-fix-repeated-words-in-comments.patch patches.suse/wifi-mac80211-add-some-support-for-RX-OMI-power-savi.patch patches.suse/wifi-mac80211-remove-an-unneeded-check-in-Rx.patch patches.suse/wifi-mac80211-clarify-key-idx-documententaion.patch patches.suse/wifi-mac80211-reject-per-band-vendor-elements-with-M.patch patches.suse/wifi-mac80211-mlme-improve-messages-from-config_bw.patch patches.suse/wifi-cfg80211-scan-skip-duplicate-RNR-entries.patch patches.suse/wifi-cfg80211-check-extended-MLD-capa-ops-in-assoc.patch patches.suse/wifi-mac80211-improve-stop-wake-queue-tracing.patch patches.suse/wifi-mac80211-Remove-unused-basic_rates-variable.patch patches.suse/wifi-mac80211-fix-typo-in-HE-MCS-check.patch patches.suse/wifi-mac80211-log-link-information-in-ieee80211_dete.patch patches.suse/wifi-mac80211-skip-all-known-membership-selectors.patch patches.suse/wifi-mac80211-parse-BSS-selectors-and-unknown-rates.patch patches.suse/wifi-nl80211-permit-userspace-to-pass-supported-sele.patch patches.suse/wifi-mac80211-verify-BSS-membership-selectors-and-ba.patch patches.suse/wifi-mac80211-also-verify-requirements-in-EXT_SUPP_R.patch patches.suse/wifi-mac80211-tests-add-utility-to-create-sdata-skel.patch patches.suse/wifi-mac80211-prohibit-deactivating-all-links.patch patches.suse/wifi-cfg80211-Move-cfg80211_scan_req_add_chan-n_chan.patch patches.suse/wifi-iwlwifi-pcie-check-for-WiAMT-CSME-presence.patch patches.suse/wifi-iwlwifi-get-the-max-number-of-links-from-the-fi.patch patches.suse/wifi-iwlwifi-implement-product-reset-for-TOP-errors.patch patches.suse/wifi-iwlwifi-implement-reset-escalation.patch patches.suse/wifi-iwlwifi-mvm-improve-fix-chanctx-min_def-use-log.patch patches.suse/wifi-iwlwifi-config-unify-fw-pnvm-MODULE_FIRMWARE.patch patches.suse/wifi-iwlwifi-mvm-support-EMLSR-on-WH-PE.patch patches.suse/wifi-iwlwifi-add-WIKO-to-PPAG-approved-list.patch patches.suse/wifi-iwlwifi-remove-Mr-Ms-radio.patch patches.suse/wifi-iwlwifi-extend-TAS_CONFIG-cmd-support-for-v5.patch patches.suse/wifi-iwlwifi-mvm-handle-version-3-GET_TAS_STATUS-not.patch patches.suse/wifi-iwlwifi-mvm-remove-unused-tas_rsp-variable.patch patches.suse/wifi-iwlwifi-pcie-make-_iwl_trans_pcie_gen2_stop_dev.patch patches.suse/wifi-iwlwifi-pcie-make-iwl_pcie_d3_complete_suspend-.patch patches.suse/wifi-iwlwifi-rename-iwl_datapath_monitor_notif-mac_i.patch patches.suse/wifi-mac80211-fix-tid-removal-during-mesh-forwarding.patch patches.suse/wifi-cfg80211-skip-regulatory-for-punctured-subchann.patch patches.suse/wifi-nl80211-fix-nl80211_start_radar_detection-retur.patch patches.suse/wifi-ieee80211-Add-some-missing-MLO-related-definiti.patch patches.suse/wifi-nl80211-Split-the-links-handling-of-an-associat.patch patches.suse/wifi-cfg80211-Add-support-for-dynamic-addition-remov.patch patches.suse/wifi-mac80211-Refactor-adding-association-elements.patch patches.suse/wifi-mac80211-Pull-link-space-calculation-to-a-funct.patch patches.suse/wifi-mac80211-Support-dynamic-link-addition-and-remo.patch patches.suse/wifi-cfg80211-Add-support-for-controlling-EPCS.patch patches.suse/wifi-mac80211-Fix-common-size-calculation-for-ML-ele.patch patches.suse/wifi-mac80211-Support-parsing-EPCS-ML-element.patch patches.suse/wifi-nl80211-simplify-nested-if-checks.patch patches.suse/wifi-iwlwifi-simplify-nested-if-checks.patch patches.suse/wifi-mac80211-pass-correct-link-ID-on-assoc.patch patches.suse/wifi-mac80211-set-key-link-ID-to-the-deflink-one.patch patches.suse/wifi-mac80211-don-t-flush-non-uploaded-STAs.patch patches.suse/wifi-mac80211-ibss-stop-transmit-when-merging-IBSS.patch patches.suse/wifi-mac80211-ibss-mark-IBSS-left-before-leaving.patch patches.suse/wifi-mac80211-avoid-double-free-in-auth-assoc-timeou.patch patches.suse/wifi-mac80211-fix-memory-leak-in-ieee80211_mgd_assoc.patch patches.suse/wifi-cfg80211-adjust-allocation-of-colocated-AP-data.patch patches.suse/wifi-rtw88-add-__packed-attribute-to-efuse-layout-st.patch patches.suse/wifi-rtlwifi-rtl8821ae-Fix-media-status-report.patch patches.suse/wifi-rtw88-8812a-Support-RFE-type-2.patch patches.suse/wifi-rtw88-8821a-8812a-Set-ptct_efuse_size-to-0.patch patches.suse/wifi-rtw88-usb-Copy-instead-of-cloning-the-RX-skb.patch patches.suse/wifi-rtw88-Handle-C2H_ADAPTIVITY-in-rtw_fw_c2h_cmd_h.patch patches.suse/wifi-rtw88-usb-Preallocate-and-reuse-the-RX-skbs.patch patches.suse/wifi-rtw89-adjust-thermal-protection-step-and-more-R.patch patches.suse/wifi-rtw89-debug-print-regd-for-QATAR-UK-THAILAND.patch patches.suse/wifi-rtl8xxxu-Fix-RTL8188EU-firmware-upload-block-si.patch patches.suse/wifi-rtw89-pci-disable-PCI-completion-timeout-contro.patch patches.suse/wifi-rtw89-fix-proceeding-MCC-with-wrong-scanning-st.patch patches.suse/wifi-rtw89-chan-fix-soft-lockup-in-rtw89_entity_reca.patch patches.suse/wifi-rtw89-correct-header-conversion-rule-for-MLO-on.patch patches.suse/wifi-rtw89-avoid-to-init-mgnt_entry-list-twice-when-.patch patches.suse/wifi-rtw89-pci-treat-first-receiving-part-as-first-s.patch patches.suse/wifi-rtw89-mcc-consider-time-limits-not-divisible-by.patch patches.suse/wifi-rtw89-fix-race-between-cancel_hw_scan-and-hw_sc.patch patches.suse/wifi-rtw89-read-hardware-capabilities-part-1-via-fir.patch patches.suse/wifi-rtw89-8922ae-add-variant-info-to-support-RTL892.patch patches.suse/wifi-rtw88-Add-USB-PHY-configuration.patch patches.suse/wifi-rtw88-Delete-rf_type-member-of-struct-rtw_sta_i.patch patches.suse/wifi-rtw88-8703b-Fix-RX-TX-issues.patch patches.suse/wifi-rtw88-sdio-Fix-disconnection-after-beacon-loss.patch patches.suse/wifi-rtw88-Add-support-for-LED-blinking.patch patches.suse/wifi-mt76-mt7996-extend-flexibility-of-mt7996_mcu_ge.patch patches.suse/wifi-mt76-mt7996-add-support-for-more-variants.patch patches.suse/wifi-mt76-mt7996-set-correct-background-radar-capabi.patch patches.suse/wifi-mt76-mt792x-add-P2P_DEVICE-support.patch patches.suse/wifi-mt76-mt7921s-fix-a-potential-firmware-freeze-du.patch patches.suse/wifi-mt76-mt7925-fix-off-by-one-in-mt7925_load_clc.patch patches.suse/wifi-mt76-mt7615-Convert-comma-to-semicolon.patch patches.suse/wifi-mt76-mt7915-Fix-mesh-scan-on-MT7916-DBDC.patch patches.suse/wifi-mt76-mt7996-Add-eht-radiotap-tlv.patch patches.suse/wifi-mt76-Fix-EHT-NSS-radiotap-reporting.patch patches.suse/wifi-mt76-mt7921-fix-a-potential-scan-no-APs.patch patches.suse/wifi-mt76-mt76u_vendor_request-Do-not-print-error-me.patch patches.suse/wifi-mt76-mt7921-fix-using-incorrect-group-cipher-af.patch patches.suse/wifi-mt76-mt7915-Fix-an-error-handling-path-in-mt791.patch patches.suse/wifi-mt76-mt7915-add-module-param-to-select-5-GHz-or.patch patches.suse/wifi-mt76-introduce-mt792x_config_mac_addr_list-rout.patch patches.suse/wifi-mt76-mt7925-fix-NULL-deref-check-in-mt7925_chan.patch patches.suse/wifi-mt76-mt7925-fix-wrong-band_idx-setting-when-ena.patch patches.suse/wifi-mt76-mt7925-fix-get-wrong-chip-cap-from-incorre.patch patches.suse/wifi-mt76-mt7925-fix-the-invalid-ip-address-for-arp-.patch patches.suse/wifi-mt76-mt7996-fix-overflows-seen-when-writing-lim.patch patches.suse/wifi-mt76-mt7915-fix-overflows-seen-when-writing-lim.patch patches.suse/wifi-mt76-mt7915-exclude-tx-backoff-time-from-airtim.patch patches.suse/wifi-mt76-mt7996-exclude-tx-backoff-time-from-airtim.patch patches.suse/wifi-mt76-connac-Extend-mt76_connac_mcu_uni_add_dev-.patch patches.suse/wifi-mt76-mt7925-Fix-incorrect-MLD-address-in-bss_ml.patch patches.suse/wifi-mt76-mt7925-Fix-incorrect-WCID-assignment-for-M.patch patches.suse/wifi-mt76-mt7925-Fix-incorrect-WCID-phy_idx-assignme.patch patches.suse/wifi-mt76-mt7925-fix-wrong-parameter-for-related-cmd.patch patches.suse/wifi-mt76-mt7925-Fix-CNM-Timeout-with-Single-Active-.patch patches.suse/wifi-mt76-mt7925-Enhance-mt7925_mac_link_bss_add-to-.patch patches.suse/wifi-mt76-Enhance-mt7925_mac_link_sta_add-to-support.patch patches.suse/wifi-mt76-mt7925-Update-mt7925_mcu_sta_update-for-BC.patch patches.suse/wifi-mt76-mt7925-Update-mt792x_rx_get_wcid-for-per-l.patch patches.suse/wifi-mt76-mt7925-Update-mt7925_unassign_vif_chanctx-.patch patches.suse/wifi-mt76-mt7925-Update-secondary-link-PS-flow.patch patches.suse/wifi-mt76-mt7925-Init-secondary-link-PM-state.patch patches.suse/wifi-mt76-mt7925-Update-mt7925_mcu_uni_-tx-rx-_ba-fo.patch patches.suse/wifi-mt76-mt7925-Cleanup-MLO-settings-post-disconnec.patch patches.suse/wifi-mt76-mt7925-Properly-handle-responses-for-comma.patch patches.suse/wifi-mt76-do-not-hold-queue-lock-during-initial-rx-b.patch patches.suse/wifi-mt76-mt7925-config-the-dwell-time-by-firmware.patch patches.suse/wifi-mt76-mt7921-introduce-CSA-support.patch patches.suse/wifi-mt76-mt7921-add-rfkill_poll-for-hardware-rfkill.patch patches.suse/wifi-mt76-mt7925-replace-zero-length-array-with-flex.patch patches.suse/wifi-mt76-mt7921u-Add-VID-PID-for-TP-Link-TXE50UH.patch patches.suse/wifi-mt76-remove-mt76_calculate_default_rate.patch patches.suse/wifi-mt76-mt7996-remove-phy-monitor_vif.patch patches.suse/wifi-mt76-mt7915-fix-slot-time-for-5-6GHz.patch patches.suse/wifi-mt76-mt7915-fix-eifs-value-on-older-chipsets.patch patches.suse/wifi-mt76-mt7996-fix-rx-filter-setting-for-bfee-func.patch patches.suse/wifi-mt76-mt7915-reduce-the-number-of-command-retrie.patch patches.suse/wifi-mt76-mt7915-decrease-timeout-for-commonly-issue.patch patches.suse/wifi-mt76-only-enable-tx-worker-after-setting-the-ch.patch patches.suse/wifi-mt76-mt7915-ensure-that-only-one-sta-entry-is-a.patch patches.suse/wifi-mt76-mt7915-hold-dev-mutex-while-interacting-wi.patch patches.suse/wifi-mt76-mt7915-firmware-restart-on-devices-with-a-.patch patches.suse/wifi-mt76-mt7915-fix-omac-index-assignment-after-har.patch patches.suse/wifi-mt76-mt7996-use-mac80211-.sta_state-op.patch patches.suse/wifi-mt76-do-not-add-wcid-entries-to-sta-poll-list-d.patch patches.suse/wifi-mt76-add-code-for-emulating-hardware-scanning.patch patches.suse/wifi-mt76-add-support-for-allocating-a-phy-without-h.patch patches.suse/wifi-mt76-rename-struct-mt76_vif-to-mt76_vif_link.patch patches.suse/wifi-mt76-add-vif-link-specific-data-structure.patch patches.suse/wifi-mt76-mt7996-split-link-specific-data-from-struc.patch patches.suse/wifi-mt76-initialize-more-wcid-fields-mt76_wcid_init.patch patches.suse/wifi-mt76-add-chanctx-functions-for-multi-channel-ph.patch patches.suse/wifi-mt76-remove-dev-wcid_phy_mask.patch patches.suse/wifi-mt76-add-multi-radio-support-to-a-few-core-hw-o.patch patches.suse/wifi-mt76-add-multi-radio-support-to-tx-scheduling.patch patches.suse/wifi-mt76-add-multi-radio-support-to-scanning-code.patch patches.suse/wifi-mt76-add-multi-radio-remain_on_channel-function.patch patches.suse/wifi-mt76-mt7996-use-emulated-hardware-scan-support.patch patches.suse/wifi-mt76-mt7996-pass-wcid-to-mt7996_mcu_sta_hdr_tra.patch patches.suse/wifi-mt76-mt7996-prepare-mt7996_mcu_add_dev-bss_info.patch patches.suse/wifi-mt76-mt7996-prepare-mt7996_mcu_add_beacon-for-M.patch patches.suse/wifi-mt76-mt7996-prepare-mt7996_mcu_set_tx-for-MLO-s.patch patches.suse/wifi-mt76-mt7996-prepare-mt7996_mcu_set_timing-for-M.patch patches.suse/wifi-mt76-connac-prepare-mt76_connac_mcu_sta_basic_t.patch patches.suse/wifi-mt76-mt7996-prepare-mt7996_mcu_update_bss_color.patch patches.suse/wifi-mt76-connac-rework-connac-helpers.patch patches.suse/wifi-mt76-mt7996-move-all-debugfs-files-to-the-prima.patch patches.suse/wifi-mt76-mt7996-switch-to-single-multi-radio-wiphy.patch patches.suse/wifi-mt76-mt7996-fix-monitor-mode.patch patches.suse/wifi-mt76-mt7915-fix-register-mapping.patch patches.suse/wifi-mt76-mt7996-fix-register-mapping.patch patches.suse/wifi-mt76-mt7925-fix-the-unfinished-command-of-regd_.patch patches.suse/wifi-mt76-mt7925-fix-CLC-command-timeout-when-suspen.patch patches.suse/wifi-mt76-mt7925-add-handler-to-hif-suspend-resume-e.patch patches.suse/wifi-mt76-mt7925e-fix-too-long-of-wifi-resume-time.patch patches.suse/wifi-mt76-mt7921-avoid-undesired-changes-of-the-pres.patch patches.suse/wifi-mt76-mt7996-add-max-mpdu-len-capability.patch patches.suse/wifi-mt76-mt7996-fix-the-capability-of-reception-of-.patch patches.suse/wifi-mt76-mt7996-fix-HE-Phy-capability.patch patches.suse/wifi-mt76-mt7996-fix-incorrect-indexing-of-MIB-FW-ev.patch patches.suse/wifi-mt76-connac-adjust-phy-capabilities-based-on-ba.patch patches.suse/wifi-mt76-mt7996-fix-definition-of-tx-descriptor.patch patches.suse/wifi-mt76-mt7996-fix-ldpc-setting.patch patches.suse/wifi-mt76-mt7996-fix-beacon-command-during-disabling.patch patches.suse/wifi-mt76-mt7996-add-implicit-beamforming-support-fo.patch patches.suse/wifi-wilc1000-unregister-wiphy-only-after-netdev-reg.patch patches.suse/wifi-ath12k-fix-leaking-michael_mic-for-non-primary-.patch patches.suse/wifi-ath12k-Off-by-one-in-ath12k_wmi_process_csa_swi.patch patches.suse/wifi-ath12k-fix-read-pointer-after-free-in-ath12k_ma.patch patches.suse/wifi-ath12k-parse-multiple-device-information-from-D.patch patches.suse/wifi-ath12k-send-partner-device-details-in-QMI-MLO-c.patch patches.suse/wifi-ath12k-refactor-ath12k_qmi_alloc_target_mem_chu.patch patches.suse/wifi-ath12k-add-support-to-allocate-MLO-global-memor.patch patches.suse/wifi-ath12k-Add-MLO-WMI-setup-and-teardown-functions.patch patches.suse/wifi-ath12k-enable-MLO-setup-and-teardown-from-core.patch patches.suse/wifi-ath12k-avoid-redundant-code-in-DP-Rx-error-proc.patch patches.suse/wifi-ath12k-move-to-HW-link-id-based-receive-handlin.patch patches.suse/wifi-ath12k-add-partner-device-buffer-support-in-rec.patch patches.suse/wifi-ath12k-add-helper-function-to-init-partner-cmem.patch patches.suse/wifi-ath12k-introduce-interface-combination-cleanup-.patch patches.suse/wifi-ath12k-Refactor-radio-frequency-information.patch patches.suse/wifi-ath12k-advertise-multi-device-interface-combina.patch patches.suse/wifi-ath12k-fix-ath12k_qmi_alloc_chunk-to-handle-too.patch patches.suse/wifi-ath12k-fix-ar-supports_6ghz-usage-during-hw-reg.patch patches.suse/wifi-ath12k-pass-link-ID-during-MLO-while-delivering.patch patches.suse/wifi-ath12k-symmetrize-scan-vdev-creation-and-deleti.patch patches.suse/wifi-ath12k-add-can_activate_links-mac-operation.patch patches.suse/wifi-ath12k-add-no-op-without-debug-print-in-WMI-Rx-.patch patches.suse/wifi-ath12k-remove-warning-print-in-htt-mlo-offset-e.patch patches.suse/wifi-ath12k-add-ATH12K_FW_FEATURE_MLO-capability-fir.patch patches.suse/wifi-ath12k-assign-unique-hardware-link-IDs-during-Q.patch patches.suse/wifi-ath12k-advertise-MLO-support-and-capabilities.patch patches.suse/wifi-ath9k-cleanup-ath_txq_skb_done.patch patches.suse/wifi-ath9k-cleanup-a-few-mostly-TX-related-routines.patch patches.suse/wifi-ath9k-simplify-internal-time-management.patch patches.suse/wifi-ath12k-Add-support-for-parsing-64-bit-TLVs.patch patches.suse/wifi-ath12k-Decrease-ath12k_mac_op_remain_on_channel.patch patches.suse/wifi-ath12k-Decrease-ath12k_bss_assoc-stack-usage.patch patches.suse/wifi-ath12k-Decrease-ath12k_sta_rc_update_wk-stack-u.patch patches.suse/wifi-ath12k-Decrease-ath12k_mac_station_assoc-stack-.patch patches.suse/wifi-ath12k-Add-documentation-HTT_H2T_MSG_TYPE_RX_RI.patch patches.suse/wifi-ath12k-Refactor-monitor-status-TLV-structure.patch patches.suse/wifi-ath12k-cleanup-Rx-peer-statistics-structure.patch patches.suse/wifi-ath12k-Fix-the-misspelled-of-hal-TLV-tag-HAL_PH.patch patches.suse/wifi-ath12k-fix-incorrect-TID-updation-in-DP-monitor.patch patches.suse/wifi-ath12k-Remove-unused-HAL-Rx-mask-in-DP-monitor-.patch patches.suse/wifi-ath12k-Change-the-Tx-monitor-SRNG-ring-ID.patch patches.suse/wifi-ath12k-Avoid-explicit-type-cast-in-monitor-stat.patch patches.suse/wifi-ath12k-Fix-spelling-mistake-requestted-requeste.patch patches.suse/wifi-ath12k-rename-CAC_RUNNING-flag.patch patches.suse/wifi-ath12k-fix-CAC-running-state-during-virtual-int.patch patches.suse/wifi-ath12k-handle-radar-detection-with-MLO.patch patches.suse/wifi-ath12k-Include-MLO-memory-in-firmware-coredump-.patch patches.suse/wifi-ath12k-set-flag-for-mgmt-no-ack-frames-in-Tx-co.patch patches.suse/wifi-ath12k-fix-tx-power-max-reg-power-update-to-fir.patch patches.suse/wifi-ath12k-Support-Transmit-Rate-Buffer-Stats.patch patches.suse/wifi-ath12k-Support-Transmit-Buffer-OFDMA-Stats.patch patches.suse/wifi-ath12k-Support-AST-Entry-Stats.patch patches.suse/wifi-ath12k-Support-pdev-Puncture-Stats.patch patches.suse/wifi-ath9k-cleanup-ath9k_hw_get_nf_hist_mid.patch patches.suse/wifi-ath12k-Refactor-ath12k_hw-set-helper-function-a.patch patches.suse/wifi-ath12k-Refactor-the-ath12k_hw-get-helper-functi.patch patches.suse/wifi-ath12k-Remove-ath12k_get_num_hw-helper-function.patch patches.suse/wifi-ath12k-Fix-uninitialized-variable-access-in-ath.patch patches.suse/wifi-ath12k-fix-key-cache-handling.patch patches.suse/wifi-rtw88-add-RTW88_LEDS-depends-on-LEDS_CLASS-to-K.patch patches.suse/wifi-brcmfmac-fix-NULL-pointer-dereference-in-brcmf_.patch patches.suse/Bluetooth-iso-Allow-BIG-re-sync.patch patches.suse/Bluetooth-MGMT-Mark-LL-Privacy-as-stable.patch patches.suse/Bluetooth-hci-Remove-deadcode.patch patches.suse/Bluetooth-btusb-Add-ID-0x2c7c-0x0130-for-Qualcomm-WC.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3610-for-MT7922.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3628-for-MT7925.patch patches.suse/Bluetooth-qca-Update-firmware-name-to-support-board-.patch patches.suse/Bluetooth-qca-Expand-firmware-name-to-load-specific-.patch patches.suse/Bluetooth-btbcm-Fix-NULL-deref-in-btbcm_get_board_na.patch patches.suse/Bluetooth-btrtl-check-for-NULL-in-btrtl_setup_realte.patch patches.suse/Bluetooth-btusb-Add-MT7921e-device-13d3-3576.patch patches.suse/Bluetooth-btusb-Add-RTL8851BE-device-13d3-3600.patch patches.suse/Bluetooth-L2CAP-handle-NULL-sock-pointer-in-l2cap_so.patch patches.suse/Bluetooth-btmtk-Remove-resetting-mt7921-before-downl.patch patches.suse/Bluetooth-Use-str_enable_disable-like-helpers.patch patches.suse/Bluetooth-Remove-the-cmd-timeout-count-in-btusb.patch patches.suse/Bluetooth-Get-rid-of-cmd_timeout-and-use-the-reset-c.patch patches.suse/Bluetooth-Allow-reset-via-sysfs.patch patches.suse/Bluetooth-qca-Fix-poor-RF-performance-for-WCN6855.patch patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-mgmt_.patch patches.suse/net-sched-refine-software-bypass-handling-in-tc_run.patch patches.suse/selftests-net-ipsec-Fix-Null-pointer-dereference-in-.patch patches.suse/net-move-HDS-config-from-ethtool-state.patch patches.suse/net-ethtool-store-netdev-in-a-temp-variable-in-ethnl.patch patches.suse/net-provide-pending-ring-configuration-in-net_device.patch patches.suse/eth-bnxt-apply-hds_thrs-settings-correctly.patch patches.suse/net-ethtool-populate-the-default-HDS-params-in-the-c.patch patches.suse/eth-bnxt-allocate-enough-buffer-space-to-meet-HDS-th.patch patches.suse/eth-bnxt-update-header-sizing-defaults.patch patches.suse/netfilter-nf_tables-fix-set-size-with-rbtree-backend.patch patches.suse/netfilter-nft_flow_offload-update-tcp-state-flags-under-lo.patch patches.suse/net-phy-realtek-clear-1000Base-T-lpa-if-link-is-down.patch patches.suse/net-phy-realtek-clear-master_slave_state-if-link-is-.patch patches.suse/net-phy-realtek-always-clear-NBase-T-lpa.patch patches.suse/net-let-net.core.dev_weight-always-be-non-zero.patch patches.suse/net-mlxfw-Drop-hard-coded-max-FW-flash-image-size.patch patches.suse/net-avoid-race-between-device-unregistration-and-eth.patch patches.suse/net-sched-Disallow-replacing-of-child-qdisc-from-one.patch patches.suse/net-ethernet-ti-am65-cpsw-fix-freeing-IRQ-in-am65_cpsw_nuss_remove_tx_chns.patch patches.suse/tcp_cubic-fix-incorrect-HyStart-round-start-detectio.patch patches.suse/net-rose-prevent-integer-overflows-in-rose_setsockop.patch patches.suse/gpio-pca953x-log-an-error-when-failing-to-get-the-re.patch patches.suse/regmap-regmap_multi_reg_read-make-register-list-cons.patch patches.suse/soundwire-SDCA-Add-additional-SDCA-address-macros.patch patches.suse/ASoC-SDCA-Update-list-of-entity_0-controls.patch patches.suse/regmap-sdw-mbq-Add-support-for-further-MBQ-register-.patch patches.suse/regmap-sdw-mbq-Add-support-for-SDCA-deferred-control.patch patches.suse/regulator-of-Implement-the-unwind-path-of-of_regulat.patch patches.suse/spi-zynq-qspi-Add-check-for-clk_enable.patch patches.suse/spi-atmel-quadspi-Create-atmel_qspi_ops-to-support-n.patch patches.suse/spi-atmel-qspi-Memory-barriers-after-memory-mapped-I.patch patches.suse/HID-hid-sensor-hub-don-t-use-stale-platform-data-on-.patch patches.suse/mfd-lpc_ich-Add-another-Gemini-Lake-ISA-bridge-PCI-d.patch patches.suse/mfd-cs42l43-Prepare-support-for-updated-bios-patch.patch patches.suse/mfd-cs42l43-Use-gpiod_set_raw-for-GPIO-operations.patch patches.suse/mfd-cs42l43-Increase-the-SoundWire-attach-timeout.patch patches.suse/mfd-cs42l43-Use-devres-for-remove-as-well.patch patches.suse/mfd-intel_soc_pmic_chtdc_ti-Fix-invalid-regmap-confi.patch patches.suse/mfd-syscon-Fix-race-in-device_node_get_regmap.patch patches.suse/leds-lp8860-Write-full-EEPROM-not-only-half-of-it.patch patches.suse/leds-netxbig-Fix-an-OF-node-reference-leak-in-netxbi.patch patches.suse/leds-cht-wcove-Use-devm_led_classdev_register-to-avo.patch patches.suse/hwmon-nct6775-Actually-make-use-of-the-HWMON_NCT6775.patch patches.suse/hwmon-Fix-help-text-for-aspeed-g6-pwm-tach.patch patches.suse/mmc-core-Respect-quirk_max_rate-for-non-UHS-SDIO-car.patch patches.suse/mmc-sdhci-esdhc-imx-enable-SDHCI_QUIRK_NO_LED-quirk-.patch patches.suse/mmc-sdhci-msm-Correctly-set-the-load-for-the-regulat.patch patches.suse/pwm-stm32-lp-Add-check-for-clk_enable.patch patches.suse/pwm-stm32-Add-check-for-clk_enable.patch patches.suse/ALSA-ppc-Remove-i2c-client-removal-hack.patch patches.suse/i2c-imx-lpi2c-add-eDMA-mode-support-for-LPI2C.patch patches.suse/i2c-imx-lpi2c-add-target-mode-support.patch patches.suse/i2c-imx-lpi2c-make-controller-available-until-the-system-enters-suspend_noirq-and-from-resume_.patch patches.suse/i2c-i801-Remove-unnecessary-PCI-function-call.patch patches.suse/i2c-Force-ELAN06FA-touchpad-I2C-bus-freq-to-100KHz.patch patches.suse/i2c-designware-Actually-make-use-of-the-I2C_DW_COMMO.patch patches.suse/clk-fix-an-OF-node-reference-leak-in-of_clk_get_pare.patch patches.suse/clk-analogbits-Fix-incorrect-calculation-of-vco-rate.patch patches.suse/clk-renesas-cpg-mssr-Fix-soc-node-handling-in-cpg_ms.patch patches.suse/clk-mediatek-mt2701-vdec-fix-conversion-to-mtk_clk_s.patch patches.suse/clk-mediatek-mt2701-aud-fix-conversion-to-mtk_clk_si.patch patches.suse/clk-mediatek-mt2701-bdp-add-missing-dummy-clk.patch patches.suse/clk-mediatek-mt2701-mm-add-missing-dummy-clk.patch patches.suse/clk-mediatek-mt2701-img-add-missing-dummy-clk.patch patches.suse/clk-ralink-mtmips-remove-duplicated-xtal-clock-for-R.patch patches.suse/dt-bindings-clock-sunxi-Export-PLL_VIDEO_2X-and-PLL_MIPI.patch patches.suse/clk-sunxi-ng-a64-drop-redundant-CLK_PLL_VIDEO0_2X-an.patch patches.suse/clk-sunxi-ng-a64-stop-force-selecting-PLL-MIPI-as-TC.patch patches.suse/clk-imx8mp-Fix-clkout1-2-support.patch patches.suse/dt-bindings-clock-imx93-Add-SPDIF-IPG-clk.patch patches.suse/clk-imx93-Add-IMX93_CLK_SPDIF_IPG-clock.patch patches.suse/arm64-dts-imx93-Use-IMX93_CLK_SPDIF_IPG-as-SPDIF-IPG-clock.patch patches.suse/clk-imx-Apply-some-clks-only-for-i.MX93.patch patches.suse/clk-qcom-gcc-sm8550-Do-not-turn-off-PCIe-GDSCs-durin.patch patches.suse/clk-qcom-gcc-sm8650-Do-not-turn-off-PCIe-GDSCs-durin.patch patches.suse/clk-qcom-clk-rpmh-prevent-integer-overflow-in-recalc.patch patches.suse/clk-qcom-gcc-sm6350-Add-missing-parent_map-for-two-c.patch patches.suse/clk-qcom-dispcc-sm6350-Add-missing-parent_map-for-a-.patch patches.suse/clk-qcom-clk-alpha-pll-fix-alpha-mode-configuration.patch patches.suse/clk-qcom-Make-GCC_8150-depend-on-QCOM_GDSC.patch patches.suse/clk-qcom-camcc-x1e80100-Set-titan_top_gdsc-as-the-pa.patch patches.suse/clk-qcom-gcc-mdm9607-Fix-cmd_rcgr-offset-for-blsp1_u.patch patches.suse/clk-qcom-gcc-x1e80100-Do-not-turn-off-usb_2-controll.patch patches.suse/clk-qcom-gcc-sdm845-Do-not-use-shared-clk_ops-for-QU.patch patches.suse/clk-thead-Fix-clk-gate-registration-to-pass-flags.patch patches.suse/clk-thead-Add-CLK_IGNORE_UNUSED-to-fix-TH1520-boot.patch patches.suse/clk-thead-Fix-cpu2vp_clk-for-TH1520-AP_SUBSYS-clocks.patch patches.suse/clk-mmp2-call-pm_genpd_init-only-after-genpd.name-is.patch patches.suse/clk-sunxi-ng-a100-enable-MMC-clock-reparenting.patch patches.suse/clk-clk-loongson2-Fix-the-number-count-of-clk-provid.patch patches.suse/ipmi-ipmb-Add-check-devm_kasprintf-returned-value.patch patches.suse/ipmi-ssif_bmc-Fix-new-request-loss-when-bmc-ready-fo.patch patches.suse/PM-wakeup-implement-devm_device_init_wakeup-helper.patch patches.suse/intel_idle-add-Clearwater-Forest-SoC-support.patch patches.suse/cpufreq-schedutil-Fix-superfluous-updates-caused-by-need_freq_update.patch patches.suse/cpufreq-amd-pstate-Convert-the-amd_pstate_get-set_epp-to-static-calls.patch patches.suse/cpufreq-amd-pstate-Move-the-invocation-of-amd_pstate_update_perf.patch patches.suse/cpufreq-amd-pstate-Refactor-amd_pstate_epp_reenable-and-amd_pstate_epp_offline.patch patches.suse/cpufreq-amd-pstate-Remove-the-cppc_state-check-in-offline-online-functions.patch patches.suse/cpufreq-amd-pstate-Merge-amd_pstate_epp_cpu_offline-and-amd_pstate_epp_offline.patch patches.suse/cpufreq-amd-pstate-Add-trace-event-for-EPP-perf-updates.patch patches.suse/cpufreq-amd-pstate-convert-mutex-use-to-guard.patch patches.suse/cpufreq-amd-pstate-Drop-cached-epp_policy-variable.patch patches.suse/cpufreq-amd-pstate-Use-FIELD_PREP-and-FIELD_GET-macros.patch patches.suse/cpufreq-amd-pstate-Only-update-the-cached-value-in-msr_set_epp-on-success.patch patches.suse/cpufreq-amd-pstate-store-all-values-in-cpudata-struct-in-khz.patch patches.suse/cpufreq-amd-pstate-Change-amd_pstate_update_perf-to-return-an-int.patch patches.suse/cpufreq-amd-pstate-Move-limit-updating-code.patch patches.suse/cpufreq-amd-pstate-Cache-EPP-value-and-use-that-everywhere.patch patches.suse/cpufreq-amd-pstate-Always-write-EPP-value-when-updating-perf.patch patches.suse/cpufreq-amd-pstate-Drop-ret-variable-from-amd_pstate_set_energy_pref_index.patch patches.suse/cpufreq-amd-pstate-Set-different-default-EPP-policy-for-Epyc-and-Ryzen.patch patches.suse/cpufreq-amd-pstate-Drop-boost_state-variable.patch patches.suse/cpufreq-amd-pstate-Fix-prefcore-rankings.patch patches.suse/cpufreq-amd-pstate-Refactor-max-frequency-calculation.patch patches.suse/cpufreq-ACPI-Fix-max-frequency-computation.patch patches.suse/cpufreq-fix-using-cpufreq-dt-as-module.patch patches.suse/cpufreq-qcom-Fix-qcom_cpufreq_hw_recalc_rate-to-query-LUT-if-LMh-IRQ-is-not-available.patch patches.suse/cpufreq-qcom-Implement-clk_ops-determine_rate-for-qcom_cpufreq-clocks.patch patches.suse/OPP-OF-Fix-an-OF-node-leak-in-_opp_add_static_v2.patch patches.suse/cpupower-fix-TSC-MHz-calculation.patch patches.suse/ACPI-OSL-Use-usleep_range-in-acpi_os_sleep-bede543d.patch patches.suse/ACPI-tables-Use-string-choice-helpers-bff7165d.patch patches.suse/ACPI-property-Consider-data-nodes-as-being-available-17159601.patch patches.suse/APEI-GHES-Have-GHES-honor-the-panic-setting.patch patches.suse/ACPI-battery-Rename-extensions-to-hook-in-messages-02915b48.patch patches.suse/ACPI-fan-cleanup-resources-in-the-error-path-of-.pro.patch patches.suse/ACPI-BGRT-Mark-bin_attribute-as-__ro_after_init-e687b81f.patch patches.suse/ACPI-BGRT-Constify-struct-bin_attribute-d16d7e91.patch patches.suse/ACPI-sysfs-Constify-struct-bin_attribute-7349678b.patch patches.suse/ACPI-bus-change-the-prototype-for-acpi_get_physical_.patch patches.suse/ACPI-bus-implement-for_each_acpi_dev_match-when-ACPI-e04efd34.patch patches.suse/ACPI-bus-implement-acpi_get_physical_device_location-34df7736.patch patches.suse/ACPI-bus-implement-for_each_acpi_consumer_dev-when-A-46d10e5f.patch patches.suse/ACPI-bus-implement-acpi_device_hid-when-ACPI-78c3227c.patch patches.suse/powercap-intel_rapl-Add-support-for-Panther-Lake-platform.patch patches.suse/thermal-intel-int340x-processor-Enable-MMIO-RAPL-for.patch patches.suse/ACPI-DPTF-Support-Panther-Lake.patch patches.suse/thermal-intel-int340x-Panther-Lake-DLVR-support.patch patches.suse/thermal-intel-int340x-Panther-Lake-power-floor-and-w.patch patches.suse/HID-wacom-Initialize-brightness-of-LED-trigger.patch patches.suse/Revert-HID-multitouch-Add-support-for-lenovo-Y9000P-.patch patches.suse/HID-multitouch-fix-support-for-Goodix-PID-0x01e9.patch patches.suse/HID-hid-thrustmaster-Fix-warning-in-thrustmaster_pro.patch patches.suse/HID-multitouch-Add-quirk-for-Hantick-5288-touchpad.patch patches.suse/HID-fix-generic-desktop-D-Pad-controls.patch patches.suse/HID-hid-steam-Make-sure-rumble-work-is-canceled-on-r.patch patches.suse/HID-hid-asus-Disable-OOBE-mode-on-the-ProArt-P16.patch patches.suse/HID-core-Fix-assumption-that-Resolution-Multipliers-.patch patches.suse/HID-THC-Add-documentation.patch patches.suse/HID-intel-thc-hid-Add-basic-THC-driver-skeleton.patch patches.suse/HID-intel-thc-hid-intel-thc-Add-THC-registers-defini.patch patches.suse/HID-intel-thc-hid-intel-thc-Add-THC-PIO-operation-AP.patch patches.suse/HID-intel-thc-hid-intel-thc-Add-APIs-for-interrupt.patch patches.suse/HID-intel-thc-hid-intel-thc-Add-THC-DMA-interfaces.patch patches.suse/HID-intel-thc-hid-intel-thc-Add-THC-LTR-interfaces.patch patches.suse/HID-intel-thc-hid-intel-thc-Add-THC-interrupt-handle.patch patches.suse/HID-intel-thc-hid-intel-thc-Add-THC-SPI-config-inter.patch patches.suse/HID-intel-thc-hid-intel-thc-Add-THC-I2C-config-inter.patch patches.suse/HID-intel-thc-hid-intel-quickspi-Add-THC-QuickSPI-dr.patch patches.suse/HID-intel-thc-hid-intel-quickspi-Add-THC-QuickSPI-dr-4751113.patch patches.suse/HID-intel-thc-hid-intel-quickspi-Add-THC-QuickSPI-AC.patch patches.suse/HID-intel-thc-hid-intel-quickspi-Add-HIDSPI-protocol.patch patches.suse/HID-intel-thc-hid-intel-quickspi-Complete-THC-QuickS.patch patches.suse/HID-intel-thc-hid-intel-quickspi-Add-PM-implementati.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-Add-THC-QuickI2C-dr.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-Add-THC-QuickI2C-dr-ba38d7f.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-Add-THC-QuickI2C-AC.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-Add-HIDI2C-protocol.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-Complete-THC-QuickI.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-Add-PM-implementati.patch patches.suse/HID-intel-thc-hid-intel-thc-Fix-error-code-in-thc_i2.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-fix-potential-memor.patch patches.suse/HID-intel-thc-hid-fix-build-errors-in-um-mode.patch patches.suse/HID-Wacom-Add-PCI-Wacom-device-support.patch patches.suse/Input-xpad-add-support-for-Nacon-Pro-Compact.patch patches.suse/Input-bbnsm_pwrkey-add-remove-hook.patch patches.suse/Input-xpad-add-support-for-Nacon-Evol-X-Xbox-One-Con.patch patches.suse/Input-davinci-keyscan-remove-leftover-header.patch patches.suse/Input-xpad-add-QH-Electronics-VID-PID.patch patches.suse/Input-xpad-improve-name-of-8BitDo-controller-2dc8-31.patch patches.suse/Input-xpad-add-support-for-wooting-two-he-arm.patch patches.suse/Input-xpad-add-unofficial-Xbox-360-wireless-receiver.patch patches.suse/Input-atkbd-map-F23-key-to-support-default-copilot-s.patch patches.suse/Input-synaptics-fix-crash-when-enabling-pass-through.patch patches.suse/selftest-media_tests-fix-trivial-UAF-typo.patch patches.suse/selftests-timers-clocksource-switch-Adapt-progress-t.patch patches.suse/selftests-run_kselftest.sh-Fix-help-string-for-per-t.patch patches.suse/selftests-harness-fix-printing-of-mismatch-values-in.patch patches.suse/selftests-ftrace-Fix-to-use-remount-when-testing-mou.patch patches.suse/selftests-ftrace-Make-uprobe-test-more-robust-against-bina.patch patches.suse/selftests-rseq-Fix-handling-of-glibc-without-rseq-su.patch patches.suse/keys-drop-shadowing-dead-prototype.patch patches.suse/KEYS-trusted-dcp-fix-improper-sg-use-with-CONFIG_VMA.patch patches.suse/lib-crc32-drop-leading-underscores-from-__crc32c_le_.patch patches.suse/lib-crc32-improve-support-for-arch-specific-override.patch patches.suse/lib-crc32-expose-whether-the-lib-is-really-optimized.patch patches.suse/crypto-crc32-don-t-unnecessarily-register-arch-algor.patch patches.suse/arm-crc32-expose-CRC32-functions-through-lib.patch patches.suse/loongarch-crc32-expose-CRC32-functions-through-lib.patch patches.suse/mips-crc32-expose-CRC32-functions-through-lib.patch patches.suse/powerpc-crc32-expose-CRC32-functions-through-lib.patch patches.suse/s390-crc32-expose-CRC32-functions-through-lib.patch patches.suse/sparc-crc32-expose-CRC32-functions-through-lib.patch patches.suse/x86-crc32-update-prototype-for-crc_pcl.patch patches.suse/x86-crc32-update-prototype-for-crc32_pclmul_le_16.patch patches.suse/x86-crc32-expose-CRC32-functions-through-lib.patch patches.suse/lib-crc32-make-crc32c-go-directly-to-lib.patch patches.suse/ext4-switch-to-using-the-crc32c-library.patch patches.suse/jbd2-switch-to-using-the-crc32c-library.patch patches.suse/f2fs-switch-to-using-the-crc32-library.patch patches.suse/scsi-target-iscsi-switch-to-using-the-crc32c-library.patch patches.suse/lib-crc-t10dif-stop-wrapping-the-crypto-API.patch patches.suse/lib-crc-t10dif-add-support-for-arch-overrides.patch patches.suse/crypto-crct10dif-expose-arch-optimized-lib-function.patch patches.suse/x86-crc-t10dif-expose-CRC-T10DIF-function-through-li.patch patches.suse/arm-crc-t10dif-expose-CRC-T10DIF-function-through-li.patch patches.suse/arm64-crc-t10dif-expose-CRC-T10DIF-function-through-.patch patches.suse/powerpc-crc-t10dif-expose-CRC-T10DIF-function-throug.patch patches.suse/lib-crc_kunit.c-add-KUnit-test-suite-for-CRC-library.patch patches.suse/lib-crc16_kunit-delete-obsolete-crc16_kunit.c.patch patches.suse/lib-crc32test-delete-obsolete-crc32test.c.patch patches.suse/powerpc-crc-delete-obsolete-crc-vpmsum_test.c.patch patches.suse/samples-landlock-Fix-possible-NULL-dereference-in-pa.patch patches.suse/landlock-Handle-weird-files.patch patches.suse/selftests-landlock-Fix-build-with-non-default-pthrea.patch patches.suse/landlock-Optimize-file-path-walks-and-prepare-for-audit-su.patch patches.suse/selftests-landlock-Fix-error-message.patch patches.suse/selftests-ktap_helpers-Fix-uninitialized-variable.patch patches.suse/selftests-bpf-add-a-macro-to-compare-raw-memory.patch patches.suse/selftests-bpf-use-ASSERT_MEMEQ-to-compare-bpf-flow-k.patch patches.suse/selftests-bpf-replace-CHECK-calls-with-ASSERT-macros.patch patches.suse/selftests-bpf-re-split-main-function-into-dedicated-.patch patches.suse/selftests-bpf-expose-all-subtests-from-flow_dissecto.patch patches.suse/selftests-bpf-add-gre-packets-testing-to-flow_dissec.patch patches.suse/selftests-bpf-migrate-flow_dissector-namespace-exclu.patch patches.suse/selftests-bpf-Enable-generic-tc-actions-in-selftests.patch patches.suse/selftests-bpf-move-ip-checksum-helper-to-network-hel.patch patches.suse/selftests-bpf-document-pseudo-header-checksum-helper.patch patches.suse/selftests-bpf-use-the-same-udp-and-tcp-headers-in-te.patch patches.suse/selftests-bpf-add-network-helpers-to-generate-udp-ch.patch patches.suse/selftests-bpf-migrate-bpf-flow-dissectors-tests-to-t.patch patches.suse/selftests-bpf-remove-test_flow_dissector.sh.patch patches.suse/libbpf-don-t-adjust-USDT-semaphore-address-if-.staps.patch patches.suse/bpf-fix-cgroup_skb-prog-test-run-direct-packet-acces.patch patches.suse/selftests-bpf-add-cgroup-skb-direct-packet-access-te.patch patches.suse/samples-bpf-Remove-unused-variable.patch patches.suse/libbpf-Improve-debug-message-when-the-base-BTF-canno.patch patches.suse/bpf-Remove-bpf_probe_write_user-warning-message.patch patches.suse/bpf-Refactor-bpf_tracing_func_proto-and-remove-bpf_g.patch patches.suse/selftests-bpf-ensure-proper-root-namespace-cleanup-w.patch patches.suse/bpf-Consolidate-locks-and-reference-state-in-verifie.patch patches.suse/bpf-Refactor-acquire-release-_reference_state.patch patches.suse/bpf-Refactor-mark_-dynptr-iter-_read.patch patches.suse/bpf-Introduce-support-for-bpf_local_irq_-save-restor.patch patches.suse/bpf-Improve-verifier-log-for-resource-leak-on-exit.patch patches.suse/selftests-bpf-Expand-coverage-of-preempt-tests-to-sl.patch patches.suse/selftests-bpf-Add-IRQ-save-restore-tests.patch patches.suse/tools-testing-selftests-bpf-test_tc_tunnel.sh-Fix-wa.patch patches.suse/samples-bpf-Pass-TPROGS_USER_CFLAGS-to-libbpf-makefi.patch patches.suse/libbpf-Fix-segfault-due-to-libelf-functions-not-sett.patch patches.suse/selftests-bpf-Consolidate-kernel-modules-into-common.patch patches.suse/selftests-bpf-Add-more-stats-into-veristat.patch patches.suse/selftests-bpf-Fix-fill_link_info-selftest-on-powerpc.patch patches.suse/tools-resolve_btfids-Add-fatal_warnings-option.patch patches.suse/bpftool-Probe-for-ISA-v4-instruction-set-extension.patch patches.suse/libbpf-Pull-file-opening-logic-up-to-top-level-funct.patch patches.suse/libbpf-Extend-linker-API-to-support-in-memory-ELF-fi.patch patches.suse/selftests-bpf-make-BPF_TARGET_ENDIAN-non-recursive-t.patch patches.suse/bpftool-man-Add-missing-format-argument-to-command-d.patch patches.suse/bpftool-btf-Validate-root_type_ids-early.patch patches.suse/bpftool-btf-Support-dumping-a-specific-types-from-fi.patch patches.suse/bpftool-bash-Add-bash-completion-for-root_id-argumen.patch patches.suse/bpf-Add-a-__btf_get_by_fd-helper.patch patches.suse/bpf-Move-map-prog-compatibility-checks.patch patches.suse/bpf-Refactor-check_pseudo_btf_id.patch patches.suse/bpf-Add-fd_array_cnt-attribute-for-prog_load.patch patches.suse/libbpf-prog-load-Allow-to-use-fd_array_cnt.patch patches.suse/selftests-bpf-Add-tests-for-fd_array_cnt.patch patches.suse/selftest-bpf-Replace-magic-constants-by-macros.patch patches.suse/bpf-Fix-configuration-dependent-BTF-function-referen.patch patches.suse/bpf-lsm-Remove-hook-to-bpf_task_storage_free.patch patches.suse/veristat-Fix-top-source-line-stat-collection.patch patches.suse/bpf-bpf_local_storage-Always-use-bpf_mem_alloc-in-PR.patch patches.suse/selftests-bpf-Clear-out-Python-syntax-warnings.patch patches.suse/libbpf-Set-MFD_NOEXEC_SEAL-when-creating-memfd.patch patches.suse/bpf-verifier-Improve-precision-of-BPF_MUL.patch patches.suse/selftests-bpf-Add-testcases-for-BPF_MUL.patch patches.suse/bpf-Fix-holes-in-special_kfunc_list-if-CONFIG_NET.patch patches.suse/selftests-bpf-fix-veristat-comp-mode-with-new-stats.patch patches.suse/bpf-Remove-unused-MT_ENTRY-define.patch patches.suse/bpf-Use-refcount_t-instead-of-atomic_t-for-mmap_coun.patch patches.suse/bpf-Reject-struct_ops-registration-that-uses-module-.patch patches.suse/selftests-bpf-Avoid-generating-untracked-files-when-.patch patches.suse/bpf-arm64-Simplify-if-logic-in-emit_lse_atomic.patch patches.suse/bpf-arm64-Factor-out-emit_a64_add_i.patch patches.suse/bpf-arm64-Emit-A64_-ADD-SUB-_I-when-possible-in-emit.patch patches.suse/bpf-tests-Add-32-bits-only-long-conditional-jump-tes.patch patches.suse/bpf-Allow-bpf_for-bpf_repeat-calls-while-holding-a-s.patch patches.suse/selftests-bpf-test-bpf_for-within-spin-lock-section.patch patches.suse/selftests-bpf-add-fno-strict-aliasing-to-BPF_CFLAGS.patch patches.suse/selftests-bpf-Handle-prog-attach-type-comparison-in-.patch patches.suse/selftests-bpf-add-std-gnu11-to-BPF_CFLAGS-and-CFLAGS.patch patches.suse/bpf-Fix-range_tree_set-error-handling.patch patches.suse/bpf-Move-out-synchronize_rcu_tasks_trace-from-mutex-.patch patches.suse/bpf-Return-error-for-missed-kprobe-multi-bpf-program.patch patches.suse/selftests-bpf-Add-kprobe-session-recursion-check-tes.patch patches.suse/bpf-Remove-migrate_-disable-enable-from-LPM-trie.patch patches.suse/bpf-Remove-migrate_-disable-enable-in-map_for_each_c.patch patches.suse/bpf-Remove-migrate_-disable-enable-in-htab_elem_free.patch patches.suse/bpf-Remove-migrate_-disable-enable-from-bpf_cgrp_sto.patch patches.suse/bpf-Remove-migrate_-disable-enable-from-bpf_task_sto.patch patches.suse/bpf-Disable-migration-when-destroying-inode-storage.patch patches.suse/bpf-Disable-migration-when-destroying-sock-storage.patch patches.suse/bpf-Disable-migration-when-cloning-sock-storage.patch patches.suse/bpf-Disable-migration-in-bpf_selem_free_rcu.patch patches.suse/bpf-Disable-migration-before-calling-ops-map_free.patch patches.suse/bpf-Remove-migrate_-disable-enable-in-bpf_obj_free_f.patch patches.suse/bpf-Remove-migrate_-disable-enable-in-bpf_cpumask_re.patch patches.suse/bpf-Remove-migrate_-disable-enable-from-bpf_selem_al.patch patches.suse/bpf-Remove-migrate_-disable-enable-from-bpf_local_st.patch patches.suse/bpf-Remove-migrate_-disable-enable-from-bpf_local_st-7b984359.patch patches.suse/bpf-Remove-migrate_-disable-enable-from-bpf_selem_fr.patch patches.suse/libbpf-Add-unique_match-option-for-multi-kprobe.patch patches.suse/selftests-bpf-Add-a-test-for-kprobe-multi-with-uniqu.patch patches.suse/bpftool-Fix-control-flow-graph-segfault-during-edge-.patch patches.suse/veristat-Document-verifier-log-dumping-capability.patch patches.suse/selftests-bpf-test_xdp_redirect-Rename-BPF-sections.patch patches.suse/selftests-bpf-Migrate-test_xdp_redirect.sh-to-xdp_do.patch patches.suse/selftests-bpf-Migrate-test_xdp_redirect.c-to-test_xd.patch patches.suse/selftests-bpf-Fix-test_xdp_adjust_tail_grow2-selftes.patch patches.suse/bpf-Send-signals-asynchronously-if-preemptible.patch patches.suse/selftests-bpf-Fix-undefined-UINT_MAX-in-veristat.c.patch patches.suse/veristat-Load-struct_ops-programs-only-once.patch patches.suse/selftests-bpf-Fix-btf-leak-on-new-btf-alloc-failure-.patch patches.suse/libbpf-Fix-return-zero-when-elf_begin-failed.patch patches.suse/libbpf-Fix-incorrect-traversal-end-type-ID-when-mark.patch patches.suse/selftests-bpf-Add-distilled-BTF-test-about-marking-B.patch patches.suse/bpf-verifier-Add-missing-newline-on-verbose-call.patch patches.suse/bpf-tcp-Mark-bpf_load_hdr_opt-arg2-as-read-write.patch patches.suse/bpf-verifier-Refactor-helper-access-type-tracking.patch patches.suse/bpf-verifier-Support-eliding-map-lookup-nullness.patch patches.suse/bpf-selftests-verifier-Add-nullness-elision-tests.patch patches.suse/libbpf-Work-around-kernel-inconsistently-stripping-..patch patches.suse/tools-Sync-if_xdp.h-uapi-tooling-header.patch patches.suse/bpf-Free-special-fields-after-unlock-in-htab_lru_map.patch patches.suse/bpf-Bail-out-early-in-__htab_map_lookup_and_delete_e.patch patches.suse/bpf-Free-element-after-unlock-in-__htab_map_lookup_a.patch patches.suse/bpf-Cancel-the-running-bpf_timer-through-kworker-for.patch patches.suse/selftests-bpf-Add-test-case-for-the-freeing-of-bpf_t.patch patches.suse/bpf-Allow-may_goto-0-instruction-in-verifier.patch patches.suse/bpf-Remove-may_goto-0-instruction-in-opt_remove_nops.patch patches.suse/selftests-bpf-Add-some-tests-related-to-may_goto-0-i.patch patches.suse/xfs-don-t-over-report-free-space-or-inodes-in-statvfs.patch patches.suse/xfs-release-the-dquot-buf-outside-of-qli_lock.patch patches.suse/xfs-don-t-shut-down-the-filesystem-for-media-failures-beyond-end-of-log.patch patches.suse/xfs-libxfs-replace-kmalloc-and-memcpy-with-kmemdup.patch patches.suse/xfs-fix-a-double-completion-for-buffers-on-in-memory-targets.patch patches.suse/xfs-check-for-dead-buffers-in-xfs_buf_find_insert.patch patches.suse/smb-client-fix-oops-due-to-unset-link-speed.patch patches.suse/kprobes-Reduce-preempt-disable-scope-in-check_kprobe_access_safe.patch patches.suse/ktest.pl-Check-kernelrelease-return-in-get_version.patch patches.suse/ktest.pl-Remove-unused-declarations-in-run_bisect_te.patch patches.suse/ktest.pl-Fix-typo-in-comment.patch patches.suse/ktest.pl-Fix-typo-accesing.patch patches.suse/tracing-Switch-trace.c-code-over-to-use-guard.patch patches.suse/tracing-Return-EINVAL-if-a-boot-tracer-tries-to-enab.patch patches.suse/tracing-Have-event_enable_write-just-return-error-on.patch patches.suse/tracing-Simplify-event_enable_func-goto-out_free-log.patch patches.suse/tracing-Simplify-event_enable_func-goto_reg-logic.patch patches.suse/tracing-Switch-trace_events.c-code-over-to-use-guard.patch patches.suse/tracing-Switch-trace_events_hist.c-code-over-to-use-guard.patch patches.suse/tracing-Switch-trace_events_trigger.c-code-over-to-u.patch patches.suse/tracing-Switch-trace_events_filter.c-code-over-to-us.patch patches.suse/tracing-Switch-trace_events_synth.c-code-over-to-use.patch patches.suse/tracing-Switch-trace_osnoise.c-code-over-to-use-guar.patch patches.suse/tracing-Switch-trace_stack.c-code-over-to-use-guard.patch patches.suse/tracing-Switch-trace_stat.c-code-over-to-use-guard.patch patches.suse/tracing-string-Create-and-use-__free-argv_free-in-tr.patch patches.suse/tracing-Fix-using-ret-variable-in-tracing_set_tracer.patch patches.suse/tracing-hist-Add-poll-POLLIN-support-on-hist-file.patch patches.suse/ring-buffer-Do-not-allow-events-in-NMI-with-generic-atomic.patch patches.suse/sched_ext-Use-the-NUMA-scheduling-domain-for-NUMA-optimizations.patch patches.suse/sched_ext-Use-sizeof_field-for-key_len-in-dsq_hash_params.patch patches.suse/sched_ext-Use-str_enabled_disabled-helper-in-update_selcpu_topology.patch patches.suse/sched_ext-update-scx_bpf_dsq_insert-doc-for-SCX_DSQ_LOCAL_ON.patch patches.suse/tools-features-Don-t-check-for-libunwind-devel-files-by-default.patch patches.suse/perf-disasm-Return-a-proper-error-when-not-determining-the.patch patches.suse/perf-script-python-Improve-physical-mem-type-resolution.patch patches.suse/perf-config-Fix-trival-typo-an-can.patch patches.suse/libperf-cpumap-Refactor-perf_cpu_map__merge.patch patches.suse/perf-cpumap-Add-more-tests-for-CPU-map-merging.patch patches.suse/perf-cpumap-Add-checking-for-reference-counter.patch patches.suse/perf-arm-spe-Prepare-for-adding-data-source-packet-implementations-for-other-cores.patch patches.suse/perf-arm-spe-Add-support-for-SPE-Data-Source-packet-on-Amp.patch patches.suse/perf-Increase-MAX_NR_CPUS-to-4096.patch patches.suse/perf-cpumap-Reduce-transitive-dependencies-on-libperf-MAX_NR_CPUS.patch patches.suse/libperf-cpumap-Hide-reduce-scope-of-MAX_NR_CPUS.patch patches.suse/libperf-cpumap-Be-tolerant-of-newline-at-the-end-of-a-cpumask.patch patches.suse/perf-pmu-Remove-use-of-perf_cpu_map__read.patch patches.suse/libperf-cpumap-Remove-use-of-perf_cpu_map__read.patch patches.suse/libperf-cpumap-Remove-perf_cpu_map__read.patch patches.suse/libperf-cpumap-Grow-array-of-read-CPUs-in-smaller-increments.patch patches.suse/perf-btf-Make-the-sigtrap-test-helper-to-find-a-member-by-.patch patches.suse/perf-env-Ensure-failure-broken-topology-file-reads-are-alw.patch patches.suse/tool-api-fs-Correctly-encode-errno-for-read-write-open-fai.patch patches.suse/perf-trace-event-Constify-print-arguments.patch patches.suse/perf-trace-event-Always-build-trace-event-info.c.patch patches.suse/perf-evsel-Add-use-accessor-for-tp_format.patch patches.suse/perf-evsel-Allow-evsel__newtp-without-libtraceevent.patch patches.suse/perf-tests-Enable-tests-disabled-due-to-tracepoint-parsing.patch patches.suse/perf-ftrace-latency-Pass-ftrace-pointer-to-histogram-routi.patch patches.suse/perf-ftrace-latency-Introduce-bucket-range-to-ask-for-line.patch patches.suse/perf-ftrace-latency-Introduce-min-latency-to-narrow-down-i.patch patches.suse/perf-ftrace-latency-Add-max-latency-option.patch patches.suse/perf-probe-Replace-unacceptable-characters-when-generating.patch patches.suse/perf-test-Parse-perf-stat-Topdown-events-for-aarch64.patch patches.suse/perf-jevents-Fix-build-issue-in-in-event-descriptions.patch patches.suse/perf-header-Fix-one-memory-leakage-in-process_bpf_btf.patch patches.suse/perf-header-Fix-one-memory-leakage-in-process_bpf_prog_inf.patch patches.suse/perf-bpf-Fix-two-memory-leakages-when-calling-perf_env__in.patch patches.suse/tools-build-Remove-the-libunwind-feature-tests-from-the-ones-detected-when-test-all.o-builds.patch patches.suse/tools-build-feature-Don-t-set-feature-libcap-1-if-libcap-d.patch patches.suse/perf-tools-Avoid-unaligned-pointer-operations.patch patches.suse/perf-vendor-events-arm64-Update-N2-V2-events-from-source.patch patches.suse/perf-string-Avoid-undefined-NULL-1.patch patches.suse/perf-test-Remove-duplicate-word.patch patches.suse/perf-tests-Fix-an-incorrect-type-in-append_script.patch patches.suse/perf-expr-Initialize-is_test-value-in-expr__ctx_new.patch patches.suse/perf-test-Introduce-DEFINE_SUITE_EXCLUSIVE.patch patches.suse/perf-tests-switch-tracking-Set-this-test-to-run-exclusivel.patch patches.suse/tools-build-feature-Don-t-set-feature-libslang-include-sub.patch patches.suse/tools-build-Test-for-presence-of-libtraceevent-and-libtrac.patch patches.suse/perf-ftrace-latency-Fix-compiler-error-for-clang-12.patch patches.suse/perf-tools-arch-powerpc-Add-register-mask-for-power11-PVR-.patch patches.suse/perf-tools-tests-shell-base_probe-Enhance-print_overall_re.patch patches.suse/tools-build-Add-feature-test-for-libelf-with-ZSTD.patch patches.suse/perf-build-Minor-improvement-for-linking-libzstd.patch patches.suse/bpftool-Link-zstd-lib-required-by-libelf.patch patches.suse/perf-tools-Add-aux_start_paused-aux_pause-and-aux_resume.patch patches.suse/perf-tools-Add-aux-action-config-term.patch patches.suse/perf-tools-Parse-aux-action.patch patches.suse/perf-tools-Add-missing_features-for-aux_start_paused-aux_pause-aux_resume.patch patches.suse/perf-intel-pt-Improve-man-page-format.patch patches.suse/perf-intel-pt-Add-documentation-for-pause-resume.patch patches.suse/perf-intel-pt-Add-a-test-for-pause-resume.patch patches.suse/perf-python-Remove-python-2-scripting-support.patch patches.suse/perf-python-Constify-variables-and-parameters.patch patches.suse/perf-python-Remove-unused-include.patch patches.suse/perf-script-Move-scripting_max_stack-out-of-builtin.patch patches.suse/perf-kvm-Move-functions-used-in-util-out-of-builtin.patch patches.suse/perf-script-Use-openat-for-directory-iteration.patch patches.suse/perf-script-Move-find_scripts-to-browser-scripts.c.patch patches.suse/perf-stat-Move-stat_config-into-config.c.patch patches.suse/perf-script-Move-script_spec-code-to-trace-event-scripting.patch patches.suse/perf-script-Move-script_fetch_insn-to-trace-event-scriptin.patch patches.suse/perf-script-Move-perf_sample__sprintf_flags-to-trace-event.patch patches.suse/perf-x86-Define-arch_fetch_insn-in-NO_AUXTRACE-builds.patch patches.suse/perf-intel-pt-Remove-stale-build-comment.patch patches.suse/perf-env-Move-arch-errno-function-to-only-use-in-env.patch patches.suse/perf-lock-Move-common-lock-contention-code-to-new-file.patch patches.suse/perf-bench-Remove-reference-to-cmd_inject.patch patches.suse/perf-kwork-Make-perf_kwork_add_work-a-callback.patch patches.suse/perf-build-Remove-test-library-from-python-shared-object.patch patches.suse/perf-python-Add-parse_events-function.patch patches.suse/perf-python-Add-__str__-and-__repr__-functions-to-evlist.patch patches.suse/perf-python-Add-__str__-and-__repr__-functions-to-evsel.patch patches.suse/perf-python-Correctly-throw-IndexError.patch patches.suse/perf-script-Cache-the-output-type.patch patches.suse/perf-lock-contention-Add-and-use-LCB_F_TYPE_MASK.patch patches.suse/perf-lock-contention-Run-BPF-slab-cache-iterator.patch patches.suse/perf-lock-contention-Resolve-slab-object-name-using-BPF.patch patches.suse/perf-lock-contention-Handle-slab-objects-in-L-lock-filter-.patch patches.suse/perf-jevents-Provide-better-path-information-for-broken-JS.patch patches.suse/perf-stream-Use-evsel-rather-than-evsel-idx.patch patches.suse/perf-values-Use-evsel-rather-than-evsel-idx.patch patches.suse/perf-path-Remove-unused-is_executable_file.patch patches.suse/perf-trace-Add-tests-for-BTF-general-augmentation.patch patches.suse/perf-docs-Add-documentation-for-force-btf-option.patch patches.suse/perf-stat-Fix-trailing-comma-when-there-is-no-metric-unit.patch patches.suse/perf-stat-Also-hide-metric-units-from-JSON-when-event-didn.patch patches.suse/perf-stat-Remove-empty-new_line_metric-function.patch patches.suse/perf-stat-Document-and-simplify-interval-timestamps.patch patches.suse/perf-stat-Document-and-clarify-outstate-members.patch patches.suse/perf-top-Don-t-complain-about-lack-of-vmlinux-when-not-res.patch patches.suse/perf-tests-code-reading-Handle-change-in-objdump-output-fr.patch patches.suse/perf-tests-shell-task_analyzer-Run-this-test-exclusively.patch patches.suse/perf-evsel-Improve-the-evsel__open_strerror-for-EBUSY.patch patches.suse/perf-ftrace-Display-latency-statistics-at-the-end.patch patches.suse/perf-ftrace-profile-Add-graph-opts-option.patch patches.suse/perf-test-Update-ftrace-test-to-use-graph-opts.patch patches.suse/perf-maps-Fix-display-of-kernel-symbols.patch patches.suse/perf-machine-Don-t-ignore-_etext-when-not-a-text-symbol.patch patches.suse/perf-jitdump-Accept-jitdump-mmaps-emitted-from-inside-cont.patch patches.suse/perf-namespaces-Introduce-nsinfo__set_in_pidns.patch patches.suse/perf-jitdump-Fixup-in_pidns-member-when-java-agent-and-per.patch patches.suse/perf-namespaces-Fixup-the-nsinfo__in_pidns-return-type-its.patch patches.suse/perf-test-trace_btf_general-Fix-shellcheck-warning.patch patches.suse/perf-llvm-add2line-Remove-unused-symbol_conf.h-include.patch patches.suse/perf-test-cpumap-Avoid-use-after-free-following-merge.patch patches.suse/perf-tools-Create-generic-syscall-table-support.patch patches.suse/perf-tools-arc-Support-generic-syscall-headers.patch patches.suse/perf-tools-csky-Support-generic-syscall-headers.patch patches.suse/perf-tools-arm-Support-syscall-headers.patch patches.suse/perf-tools-sh-Support-syscall-headers.patch patches.suse/perf-tools-sparc-Support-syscall-headers.patch patches.suse/perf-tools-xtensa-Support-syscall-header.patch patches.suse/perf-tools-x86-Use-generic-syscall-scripts.patch patches.suse/perf-tools-alpha-Support-syscall-header.patch patches.suse/perf-tools-parisc-Support-syscall-header.patch patches.suse/perf-tools-arm64-Use-syscall-table.patch patches.suse/perf-tools-loongarch-Use-syscall-table.patch patches.suse/perf-tools-mips-Use-generic-syscall-scripts.patch patches.suse/perf-tools-powerpc-Use-generic-syscall-table-scripts.patch patches.suse/perf-tools-s390-Use-generic-syscall-table-scripts.patch patches.suse/perf-tools-Remove-dependency-on-libaudit.patch patches.suse/perf-test-Mark-remaining-probe-tests-as-exclusive.patch patches.suse/perf-trace-Fix-unaligned-access-for-augmented-args.patch patches.suse/perf-symbol-elf-Avoid-a-weak-cxx_demangle_sym-function.patch patches.suse/perf-symbol-Prefer-non-label-symbols-with-same-address.patch patches.suse/perf-tools-Fixup-end-address-of-modules.patch patches.suse/perf-vendor-events-arm64-Add-FUJITSU-MONAKA-PMU-event.patch patches.suse/perf-MANIFEST-Add-arch-include-uapi-asm-bpf_perf_event.h-t.patch patches.suse/perf-ftrace-Check-min-max-latency-only-with-bucket-range.patch patches.suse/perf-ftrace-Fix-display-for-range-of-the-first-bucket.patch patches.suse/perf-report-Fix-misleading-help-message-about-demangle.patch patches.suse/perf-tools-arm-spe-Pull-out-functions-for-aux-buffer-and-t.patch patches.suse/perf-tools-arm-spe-Don-t-allocate-buffer-or-tracking-event.patch patches.suse/perf-tests-arm_spe-Add-test-for-discard-mode.patch patches.suse/perf-tools-mips-Fix-mips-syscall-generation.patch patches.suse/perf-test-brstack-Speed-up-running-test-by-using-tr-s-inst.patch patches.suse/perf-MANIFEST-Add-license-files.patch patches.suse/perf-tests-base_probe-Fix-check-for-the-count-of-existing-.patch patches.suse/perf-record-Fix-segfault-with-off-cpu-when-debuginfo-is-no.patch patches.suse/perf-test-stat-Avoid-hybrid-assumption-when-virtualized.patch patches.suse/perf-probe-Rename-err-label.patch patches.suse/perf-inject-Fix-use-without-initialization-of-local-variab.patch patches.suse/perf-test-record-probe_libc_inet_pton-Make-test-resilient.patch patches.suse/perf-test-perftool_testsuite-Add-missing-description.patch patches.suse/perf-test-perftool_testsuite-Return-correct-value-for-skip.patch patches.suse/perf-config-Add-a-function-to-set-one-variable-in-.perfcon.patch patches.suse/perf-tools-Expose-quiet-verbose-variables-in-Makefile.perf.patch patches.suse/perf-test-Rename-functions-and-variables-for-better-clarit.patch patches.suse/perf-test-Send-list-output-to-stdout-rather-than-stderr.patch patches.suse/perf-test-Fix-parallel-sequential-option-documentation.patch patches.suse/perf-test-Add-a-runs-per-test-flag.patch patches.suse/perf-test-Improve-verbose-documentation.patch patches.suse/perf-hist-Deduplicate-cmp-sort-collapse-code.patch patches.suse/perf-hist-Fix-bogus-profiles-when-filters-are-enabled.patch patches.suse/perf-hist-Fix-width-calculation-in-hpp__fmt.patch patches.suse/perf-lock-Fix-return-code-for-functions-in-__cmd_contentio.patch patches.suse/perf-lock-Fix-parse_lock_type-which-only-retrieve-one-lock.patch patches.suse/perf-lock-Add-percpu-rwsem-for-type-filter.patch patches.suse/perf-lock-Rename-fields-in-lock_type_table.patch patches.suse/perf-annotate-Prefer-passing-evsel-to-evsel-core.idx.patch patches.suse/perf-bench-Fix-undefined-behavior-in-cmpworker.patch patches.suse/perf-test-Update-event_groups-test-to-use-instructions.patch patches.suse/x86-sev-Avoid-WARN-s-and-panic-s-in-early-boot-code.patch patches.suse/x86-boot-Disable-UBSAN-in-early-boot-code.patch patches.suse/x86-sev-Disable-UBSAN-on-SEV-code-that-may-execute-v.patch patches.suse/x86-sev-Don-t-hang-but-terminate-on-failure-to-remap.patch patches.suse/x86-sev-Disable-ftrace-branch-profiling-in-SEV-start.patch patches.suse/x86-tdx-Disable-unnecessary-virtualization-exception.patch patches.suse/x86-tdx-Dump-attributes-and-TD_CTLS-on-boot.patch patches.suse/x86-virt-tdx-Rename-struct-tdx_tdmr_sysinfo-to-refle.patch patches.suse/x86-virt-tdx-Start-to-track-all-global-metadata-in-o.patch patches.suse/x86-virt-tdx-Use-auto-generated-code-to-read-global-.patch patches.suse/x86-virt-tdx-Use-dedicated-struct-members-for-PAMT-e.patch patches.suse/x86-virt-tdx-Switch-to-use-auto-generated-global-met.patch patches.suse/x86-virt-tdx-Require-the-module-to-assert-it-has-the.patch patches.suse/platform-x86-quickstart-don-t-include-pm_wakeup.h-di.patch patches.suse/platform-mellanox-mlxbf-pmc-incorrect-type-in-assign.patch patches.suse/platform-x86-x86-android-tablets-make-platform-data-.patch patches.suse/fujitsu-laptop-replace-strcpy-strscpy.patch patches.suse/platform-x86-amd-hsmp-Add-support-for-HSMP-protocol-versio.patch patches.suse/platform-x86-amd-pmc-Move-STB-block-into-amd_pmc_s2d.patch patches.suse/platform-x86-amd-pmc-Move-STB-functionality-to-a-new.patch patches.suse/platform-x86-amd-pmc-Update-function-names-to-align-.patch patches.suse/platform-x86-amd-pmc-Define-enum-for-S2D-PMC-msg_por.patch patches.suse/platform-x86-amd-pmc-Isolate-STB-code-changes-to-a-n.patch patches.suse/platform-x86-amd-pmc-Use-ARRAY_SIZE-to-fill-num_ips-.patch patches.suse/platform-x86-amd-pmc-Update-IP-information-structure.patch patches.suse/platform-x86-amd-pmc-Update-S2D-message-id-for-1Ah-F.patch patches.suse/platform-x86-amd-pmc-Add-STB-support-for-AMD-Desktop.patch patches.suse/platform-x86-x86-android-tablets-Add-missing-__init-.patch patches.suse/platform-x86-x86-android-tablets-Make-variables-only.patch patches.suse/platform-x86-serdev_helpers-Check-for-serial_ctrl_ui.patch patches.suse/platform-x86-serdev_helpers-Add-get_serdev_controlle.patch patches.suse/platform-x86-x86-android-tablets-Change-x86_instanti.patch patches.suse/platform-x86-x86-android-tablets-Store-serdev-contro.patch patches.suse/platform-x86-x86-android-tablets-Add-support-for-get-7d28fb4d.patch patches.suse/platform-x86-x86-android-tablets-Add-Bluetooth-suppo.patch patches.suse/platform-x86-intel-bytcrc_pwrsrc-Optionally-register.patch patches.suse/platform-x86-x86-android-tablets-Add-Vexia-EDU-ATLA-.patch patches.suse/platform-x86-intel-int0002_vgpio-Make-the-irqchip-im.patch patches.suse/platform-x86-int3472-Check-for-adev-NULL.patch patches.suse/platform-x86-int3472-Make-pin-number-mismatch-messag.patch patches.suse/platform-x86-int3472-Fix-skl_int3472_handle_gpio_res.patch patches.suse/platform-x86-int3472-Debug-log-the-sensor-name.patch patches.suse/platform-x86-acer-wmi-Add-support-for-Acer-PH14-51.patch patches.suse/platform-x86-acer-wmi-Rename-ACER_CAP_FAN_SPEED_READ.patch patches.suse/platform-x86-acer-wmi-Improve-error-handling-when-re.patch patches.suse/platform-x86-acer-wmi-Implement-proper-hwmon-support.patch patches.suse/ACPI-platform-profile-Add-a-name-member-to-handlers-549de562.patch patches.suse/platform-x86-dell-dell-pc-Create-platform-device-7c63fe4d.patch patches.suse/ACPI-platform_profile-Add-device-pointer-into-platfo-6f5e63dd.patch patches.suse/ACPI-platform_profile-Add-platform-handler-argument-.patch patches.suse/ACPI-platform_profile-Pass-the-profile-handler-into-.patch patches.suse/ACPI-platform_profile-Move-sanity-check-out-of-the-m.patch patches.suse/ACPI-platform_profile-Move-matching-string-for-new-p.patch patches.suse/ACPI-platform_profile-Use-guard-mutex-for-register-u.patch patches.suse/ACPI-platform_profile-Use-scoped_cond_guard.patch patches.suse/ACPI-platform_profile-Create-class-for-ACPI-platform-77be5cac.patch patches.suse/ACPI-platform_profile-Add-name-attribute-to-class-in-97cab71d.patch patches.suse/ACPI-platform_profile-Add-choices-attribute-for-clas-52a67be8.patch patches.suse/ACPI-platform_profile-Add-profile-attribute-for-clas-d2785e39.patch patches.suse/ACPI-platform_profile-Notify-change-events-on-regist-e5fe5ddc.patch patches.suse/ACPI-platform_profile-Only-show-profiles-common-for--06ec2438.patch patches.suse/ACPI-platform_profile-Add-concept-of-a-custom-profil-494637cf.patch patches.suse/ACPI-platform_profile-Make-sure-all-profile-handlers-e836b7df.patch patches.suse/ACPI-platform_profile-Check-all-profile-handler-to-c-70246f89.patch patches.suse/ACPI-platform_profile-Notify-class-device-from-platf-37a6853d.patch patches.suse/ACPI-platform_profile-Allow-multiple-handlers-68883474.patch patches.suse/platform-x86-amd-pmf-Drop-all-quirks.patch patches.suse/platform-x86-dell-dcdbas-Constify-struct-bin_attribu.patch patches.suse/platform-x86-dell_rbu-Constify-struct-bin_attribute.patch patches.suse/platform-x86-intel-sdsi-Constify-struct-bin_attribut.patch patches.suse/platform-x86-intel-pmt-Constify-struct-bin_attribute.patch patches.suse/platform-x86-amd-hsmp-Constify-struct-bin_attribute.patch patches.suse/platform-x86-intel-tpmi-plr-Make-char-longer-to-sile.patch patches.suse/platform-x86-dell-smo8800-Move-SMO88xx-acpi_device_i.patch patches.suse/platform-x86-dell-smo8800-Move-instantiation-of-lis3.patch patches.suse/platform-x86-dell-smo8800-Add-a-couple-more-models-t.patch patches.suse/platform-x86-intel-bytcrc_pwrsrc-fix-power_supply-de.patch patches.suse/platform-x86-wmi-bmof-Make-use-of-.bin_size-callback.patch patches.suse/platform-x86-dell-uart-backlight-Use-blacklight-powe.patch patches.suse/platform-x86-amd-pmf-Enable-Custom-BIOS-Inputs-for-P.patch patches.suse/platform-x86-amd-pmc-Use-guard-mutex.patch patches.suse/platform-x86-amd-pmf-Switch-to-guard-mutex.patch patches.suse/ACPI-platform_profile-Add-devm_platform_profile_regi-b651ea8a.patch patches.suse/alienware-wmi-Use-devm_platform_profile_register.patch patches.suse/HID-amd_sfh-Add-support-to-export-device-operating-s.patch patches.suse/platform-x86-amd-pmf-Get-SRA-sensor-data-from-AMD-SF.patch patches.suse/tools-power-x86-intel-speed-select-Fix-TRL-restore-after-SST-TF-disable.patch patches.suse/tools-power-x86-intel-speed-select-v1.21-release.patch patches.suse/platform-x86-thinkpad-acpi-replace-strcpy-with-strsc.patch patches.suse/platform-x86-firmware_attributes_class-Move-include-.patch patches.suse/platform-x86-firmware_attributes_class-Simplify-API.patch patches.suse/platform-x86-think-lmi-Directly-use-firmware_attribu.patch patches.suse/platform-x86-hp-bioscfg-Directly-use-firmware_attrib.patch patches.suse/platform-x86-dell-sysman-Directly-use-firmware_attri.patch patches.suse/platform-x86-firmware_attributes_class-Drop-lifecycl.patch patches.suse/platform-x86-acer-wmi-Add-support-for-Acer-Predator-.patch patches.suse/platform-x86-alienware-wmi-Remove-unnecessary-check-.patch patches.suse/platform-x86-alienware-wmi-Move-Lighting-Control-Sta.patch patches.suse/platform-x86-alienware-wmi-Modify-parse_rgb-signatur.patch patches.suse/platform-x86-alienware-wmi-Improve-hdmi_mux-amplifie.patch patches.suse/platform-x86-alienware-wmi-Improve-rgb-zones-group-c.patch patches.suse/platform-x86-alienware_wmi-General-cleanup-of-WMAX-m.patch patches.suse/platform-x86-intel-punit_ipc-Remove-unused-function.patch patches.suse/platform-x86-dell-smo8800-Add-support-for-probing-fo.patch patches.suse/Input-allocate-keycode-for-phone-linking.patch patches.suse/platform-x86-thinkpad_acpi-Add-support-for-new-phone.patch patches.suse/platform-x86-acer-wmi-use-WMI-calls-for-platform-pro.patch patches.suse/platform-x86-acer-wmi-use-new-helper-function-for-se.patch patches.suse/platform-x86-acer-wmi-simplify-platform-profile-cycl.patch patches.suse/platform-x86-acer-wmi-use-an-ACPI-bitmap-to-set-the-.patch patches.suse/platform-x86-acer-wmi-add-support-for-Acer-Nitro-AN5.patch patches.suse/platform-x86-lenovo-wmi-camera-Use-SW_CAMERA_LENS_CO.patch patches.suse/ACPI-platform_profile-Replace-class_dev-member-with--d960f148.patch patches.suse/ACPI-platform_profile-Let-drivers-set-drvdata-to-the-249c576f.patch patches.suse/ACPI-platform_profile-Remove-platform_profile_handle.patch patches.suse/ACPI-platform_profile-Add-ops-member-to-handlers.patch patches.suse/ACPI-platform_profile-Add-probe-to-platform_profile_.patch patches.suse/platform-surface-surface_platform_profile-Use-devm_p-24c54b19.patch patches.suse/platform-x86-acer-wmi-Use-devm_platform_profile_regi-9523ea90.patch patches.suse/platform-x86-amd-pmf-sps-Use-devm_platform_profile_r-3e6d0bf3.patch patches.suse/platform-x86-asus-wmi-Use-devm_platform_profile_regi-8f186852.patch patches.suse/platform-x86-dell-pc-Use-devm_platform_profile_regis.patch patches.suse/platform-x86-ideapad-laptop-Use-devm_platform_profil.patch patches.suse/platform-x86-hp-wmi-Use-devm_platform_profile_regist.patch patches.suse/platform-x86-inspur_platform_profile-Use-devm_platfo.patch patches.suse/platform-x86-thinkpad_acpi-Use-devm_platform_profile.patch patches.suse/ACPI-platform_profile-Remove-platform_profile_handle-07f531b3.patch patches.suse/ACPI-platform_profile-Move-platform_profile_handler.patch patches.suse/ACPI-platform_profile-Clean-platform_profile_handler.patch patches.suse/ACPI-platform_profile-Add-documentation.patch patches.suse/ACPI-platform_profile-Add-a-prefix-to-log-messages.patch patches.suse/platform-x86-hp-wmi-Add-fan-and-thermal-profile-supp.patch patches.suse/platform-x86-acer-wmi-Ignore-AC-events.patch patches.suse/platform-x86-acer-wmi-Fix-initialization-of-last_non.patch patches.suse/iommu-arm-smmu-Make-instance-lookup-robust patches.suse/iommu-arm-smmu-v3-Clean-up-more-on-probe-failure patches.suse/iommu-Manage-driver-probe-deferral-better patches.suse/iommu-tegra241-cmdqv-Read-SMMU-IDR1.CMDQS-instead-of.patch patches.suse/0004-iommu-io-pgtable-arm-Make-pgtable-walker-more-generi.patch patches.suse/0005-iommu-io-pgtable-arm-Re-use-the-pgtable-walk-for-iov.patch patches.suse/0006-iommu-io-pgtable-arm-Add-way-to-debug-pgtable-walk.patch patches.suse/iommu-vt-d-Avoid-use-of-NULL-after-WARN_ON_ONCE patches.suse/iommu-amd-Misc-ACPI-IVRS-debug-info-clean-up patches.suse/iommu-amd-Disable-AMD-IOMMU-if-CMPXCHG16B-feature-is-not-support patches.suse/iommu-amd-Introduce-struct-ivhd_dte_flags-to-store-persistent-DT patches.suse/iommu-amd-Introduce-helper-function-to-update-256-bit-DTE patches.suse/iommu-amd-Modify-set_dte_entry-to-use-256-bit-DTE-helpers patches.suse/iommu-amd-Introduce-helper-function-get_dte256 patches.suse/iommu-amd-Modify-clear_dte_entry-to-avoid-in-place-update patches.suse/iommu-amd-Lock-DTE-before-updating-the-entry-with-WRITE_ONCE patches.suse/iommu-amd-Remove-amd_iommu_apply_erratum_63 patches.suse/pinctrl-nomadik-Add-check-for-clk_enable.patch patches.suse/pinctrl-samsung-Fix-irq-handling-if-an-error-occurs-.patch patches.suse/pinctrl-samsung-fix-fwnode-refcount-cleanup-if-platf.patch patches.suse/pinctrl-stm32-Add-check-for-clk_enable.patch patches.suse/pinctrl-amd-Take-suspend-type-into-consideration-whi.patch patches.suse/pinctrl-renesas-rzg2l-Fix-PFC_MASK-for-RZ-V2H-and-RZ.patch patches.suse/pinctrl-Use-str_enable_disable-like-helpers.patch patches.suse/tpm-Change-to-kvalloc-in-eventlog-acpi.c.patch patches.suse/crypto-tegra-do-not-transfer-req-when-tegra-init-fai.patch patches.suse/crypto-api-Fix-boot-up-self-test-race.patch patches.suse/crypto-caam-use-JobR-s-space-to-access-page-0-regs.patch patches.suse/crypto-qce-fix-goto-jump-in-error-path.patch patches.suse/crypto-qce-unregister-previously-registered-algos-in.patch patches.suse/crypto-qce-fix-priority-to-be-less-than-ARMv8-CE.patch patches.suse/rhashtable-Fix-potential-deadlock-by-moving-schedule.patch patches.suse/crypto-hisilicon-sec2-fix-for-aead-icv-error.patch patches.suse/crypto-hisilicon-sec2-fix-for-aead-invalid-authsize.patch patches.suse/crypto-ixp4xx-fix-OF-node-reference-leaks-in-init_ix.patch patches.suse/crypto-iaa-Fix-IAA-disabling-that-occurs-when-sync_m.patch patches.suse/padata-fix-sysfs-store-callback-check.patch patches.suse/padata-add-pd-get-put-refcnt-helper.patch patches.suse/padata-fix-UAF-in-padata_reorder.patch patches.suse/padata-avoid-UAF-for-reorder_work.patch patches.suse/rhashtable-Fix-rhashtable_try_insert-test.patch patches.suse/ALSA-seq-Notify-client-and-port-info-changes.patch patches.suse/ALSA-seq-Skip-notifications-unless-subscribed-to-ann.patch patches.suse/ALSA-ac97-Modify-the-incorrect-format-specifier.patch patches.suse/ALSA-hda-Fix-typo-in-hda_sysfs.h.patch patches.suse/ALSA-hda-Always-check-capability-at-opening-a-hwdep.patch patches.suse/ALSA-lola-Fix-typo-in-lola_clock.c.patch patches.suse/ALSA-cmipci-Modify-the-incorrect-format-specifier.patch patches.suse/ALSA-seq-oss-fix-typo-in-seq_oss_init.c.patch patches.suse/ALSA-sonicvibes-Use-str_on_off-helper-in-snd_sonicvi.patch patches.suse/ALSA-hdsp-Use-str_on_off-and-str_yes_no-helper-funct.patch patches.suse/ALSA-ad1889-Use-str_enabled_disabled-helper-function.patch patches.suse/ALSA-hda-realtek-Add-a-comment-for-alc_fixup_inv_dmi.patch patches.suse/ALSA-AC97-Use-str_on_off-helper-in-snd_ac97_proc_rea.patch patches.suse/ALSA-Align-the-syntax-of-iov_iter-helpers-with-stand.patch patches.suse/ALSA-seq-oss-Send-fragmented-SysEx-messages-immediat.patch patches.suse/ALSA-seq-Make-dependency-on-UMP-clearer.patch patches.suse/ALSA-ens137x-Use-str_on_off-helper-in-snd_ensoniq_pr.patch patches.suse/ALSA-trident-Simplify-with-str_on_off.patch patches.suse/ALSA-sonicvibes-Simplify-with-str_off_on.patch patches.suse/ALSA-hdspm-Simplify-with-str_on_off.patch patches.suse/ALSA-emu10k1-Simplify-with-str_on_off.patch patches.suse/ALSA-seq-oss-Simplify-with-str_enabled_disabled.patch patches.suse/ALSA-hda-Simplify-with-str_enable_disable.patch patches.suse/ALSA-firewire-Simplify-with-str_on_off.patch patches.suse/ALSA-hda-realtek-Simplify-with-str_yes_no.patch patches.suse/ALSA-rme9652-Simplify-with-str_yes_no.patch patches.suse/ALSA-emu10k1-Use-str_yes_no-helper.patch patches.suse/ALSA-sb-Use-str_enabled_disabled-helper-in-info_read.patch patches.suse/ALSA-hda-Fix-compilation-of-snd_hdac_adsp_xxx-helper.patch patches.suse/ALSA-rawmidi-Expose-the-tied-device-number-in-info-i.patch patches.suse/ALSA-rawmidi-Show-substream-activity-in-info-ioctl.patch patches.suse/ALSA-rawmidi-Bump-protocol-version-to-2.0.5.patch patches.suse/ALSA-ump-Copy-FB-name-string-more-safely.patch patches.suse/ALSA-ump-Copy-safe-string-name-to-rawmidi.patch patches.suse/ALSA-ump-Update-rawmidi-name-per-EP-name-update.patch patches.suse/ALSA-seq-Allow-system-notification-in-atomic.patch patches.suse/ALSA-seq-Notify-UMP-EP-and-FB-changes.patch patches.suse/ALSA-hda-Add-AZX_DCAPS_NO_TCSEL-flag-for-Loongson-HD.patch patches.suse/ALSA-rawmidi-Make-tied_device-0-as-default-unknown.patch patches.suse/ALSA-hda-Transfer-firmware-in-two-chunks.patch patches.suse/ALSA-hda-Support-for-Ideapad-hotkey-mute-LEDs.patch patches.suse/ALSA-hda-tas2781-Add-tas2781-hda-SPI-driver.patch patches.suse/ALSA-FCP-Add-Focusrite-Control-Protocol-driver.patch patches.suse/ALSA-scarlett2-Add-device_setup-option-to-use-FCP-dr.patch patches.suse/ALSA-usb-fcp-Fix-hwdep-read-ops-types.patch patches.suse/ALSA-hda-tas2781-spi-select-CRC32-instead-of-CRC32_S.patch patches.suse/ALSA-hda-realtek-Enable-headset-mic-on-Positivo-C640.patch patches.suse/ALSA-usb-audio-Add-delay-quirk-for-USB-Audio-Device.patch patches.suse/ALSA-hda-realtek-Fixed-headphone-distorted-sound-on-.patch patches.suse/ASoC-codecs-nau8824-fix-max-volume-for-Speaker-outpu.patch patches.suse/ASoC-simple-card-utils-fix-priv-dai_props-indexing.patch patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-83LC.patch patches.suse/ASoC-Intel-sof_sdw-Fix-DMI-match-for-Lenovo-83JX-83M.patch patches.suse/ALSA-ctxfi-Simplify-dao_clear_-left-right-_input-fun.patch patches.suse/ALSA-hda-tas2781-spi-Fix-Wsometimes-uninitialized-in.patch patches.suse/ASoC-mediatek-mt8192-afe-pcm-Simplify-probe-with-loc.patch patches.suse/ASoc-mediatek-mt8365-Don-t-use-proxy-headers.patch patches.suse/ASoC-rockchip-i2s-tdm-Fix-a-useless-call-issue.patch patches.suse/ASoC-tas2781-Fix-redundant-logical-jump.patch patches.suse/ASoC-cs42l51-Constify-struct-i2c_device_id.patch patches.suse/ASoC-Drop-explicit-initialization-of-struct-i2c_devi.patch patches.suse/ASoC-SOF-Intel-hda-dai-Ensure-DAI-widget-is-valid-du.patch patches.suse/ASoC-amd-ps-update-mach-params-subsystem_rev-variabl.patch patches.suse/ASoC-amd-ps-add-ZSC-control-register-programming-seq.patch patches.suse/ASoC-fsl_xcvr-Use-regmap-for-PHY-and-PLL-registers.patch patches.suse/ASoC-fsl_xcvr-Add-suspend-and-resume-support.patch patches.suse/ASoC-cs40l50-Use-y-for-Makefile.patch patches.suse/ASoC-mediatek-mt8365-Use-y-for-Makefile.patch patches.suse/ASoC-SDCA-Use-y-for-Makefile.patch patches.suse/ASoC-cs42l84-Use-y-for-Makefile.patch patches.suse/ASoC-wcd937x-Use-y-for-Makefile.patch patches.suse/ASoC-sun4i-codec-Add-DMA-Max-Burst-field.patch patches.suse/ASoC-sun4i-codec-Add-support-for-Allwinner-suniv-F1C.patch patches.suse/ASoC-cs35l56-Split-SoundWire-DAI-into-separate-playb.patch patches.suse/ASoC-sdw_utils-cs_amp-Assign-non-overlapping-TDM-mas.patch patches.suse/ASoC-codecs-wcd9335-Add-define-for-number-of-DAIs.patch patches.suse/ASoC-dt-bindings-qcom-wcd9335-Drop-number-of-DAIs-fr.patch patches.suse/ASoC-ad193x-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-adau1761-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-adau1781-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-adau1977-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-alc5623-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-alc5632-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-max98088-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-max98090-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-max98095-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-pcm186x-Remove-use-of-i2c_match_id.patch patches.suse/ASoc-pcm6240-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-ssm2602-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-tas2562-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-tas2781-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-tas5720-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-tlv320adc3xxx-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-tlv320aic31xx-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-tlv320aic3x-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-tpa6130a2-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-wm8904-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-wm8985-Remove-use-of-i2c_match_id.patch patches.suse/ASoC-Intel-sof_sdw-correct-mach_params-dmic_num.patch patches.suse/ASoC-Intel-sof_sdw-reduce-log-level-for-not-using-in.patch patches.suse/ASoC-Intel-sof_sdw-improve-the-log-of-DAI-link-numbe.patch patches.suse/ASoC-Intel-sof_sdw-Correct-quirk-for-Lenovo-Yoga-Sli.patch patches.suse/ASoC-Intel-sof_sdw-Add-a-dev_dbg-message-for-the-SOC.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-add-rt712_vb-rt1.patch patches.suse/ASoC-Intel-soc-acpi-intel-lnl-match-add-rt713_vb_l2_.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-add-rt713_vb_l2_.patch patches.suse/ASoC-Intel-soc-acpi-arl-Correct-naming-of-a-cs35l56-.patch patches.suse/ASoC-Intel-soc-acpi-arl-Add-match-entries-for-new-cs.patch patches.suse/ASoC-sun4i-spdif-Add-clock-multiplier-settings.patch patches.suse/ASoC-sun4i-spdif-Always-set-the-valid-data-to-be-the.patch patches.suse/ASoC-sun4i-spdif-Add-working-24bit-audio-support.patch patches.suse/ASoC-fsl_utils-Add-function-to-constrain-rates.patch patches.suse/ASoC-fsl_micfil-Switch-to-common-sample-rate-constra.patch patches.suse/ASoC-fsl_xcvr-Add-sample-rate-constraint.patch patches.suse/ASoC-fsl_sai-Add-sample-rate-constraint.patch patches.suse/ASoC-simple-card-utils-use-__free-device_node-for-de.patch patches.suse/ASoC-simple-card-utils-check-port-reg-first-on-graph.patch patches.suse/ASoC-simple-card-utils-use-for_each_of_graph_port-on.patch patches.suse/ASoC-renesas-rz-ssi-Terminate-all-the-DMA-transactio.patch patches.suse/ASoC-renesas-rz-ssi-Use-only-the-proper-amount-of-di.patch patches.suse/ASoC-renesas-rz-ssi-Fix-typo-on-SSI_RATES-macro-comm.patch patches.suse/ASoC-renesas-rz-ssi-Remove-pdev-member-of-struct-rz_.patch patches.suse/ASoC-renesas-rz-ssi-Remove-the-rz_ssi_get_dai-functi.patch patches.suse/ASoC-renesas-rz-ssi-Remove-the-first-argument-of-rz_.patch patches.suse/ASoC-renesas-rz-ssi-Use-readl_poll_timeout_atomic.patch patches.suse/ASoC-renesas-rz-ssi-Use-temporary-variable-for-struc.patch patches.suse/ASoC-renesas-rz-ssi-Use-goto-label-names-that-specif.patch patches.suse/ASoC-renesas-rz-ssi-Rely-on-the-ASoC-subsystem-to-ru.patch patches.suse/ASoC-renesas-rz-ssi-Enable-runtime-PM-autosuspend-su.patch patches.suse/ASoC-renesas-rz-ssi-Add-runtime-PM-support.patch patches.suse/ASoC-renesas-rz-ssi-Issue-software-reset-in-hw_param.patch patches.suse/ASoC-renesas-rz-ssi-Add-suspend-to-RAM-support.patch patches.suse/ASoC-SOF-ipc4-topology-Use-macro-to-set-the-EXT_PARA.patch patches.suse/ASoC-SOF-sof-priv-Remove-unused-SOF_DAI_STREAM-and-S.patch patches.suse/ASoC-SOF-Add-support-for-pause-supported-tokens-from.patch patches.suse/ASoC-SOF-Intel-hda-pcm-Follow-the-pause_supported-fl.patch patches.suse/firmware-cs_dsp-Add-mock-regmap-for-KUnit-testing.patch patches.suse/firmware-cs_dsp-Add-mock-DSP-memory-map-for-KUnit-te.patch patches.suse/firmware-cs_dsp-Add-mock-wmfw-file-generator-for-KUn.patch patches.suse/firmware-cs_dsp-Add-mock-bin-file-generator-for-KUni.patch patches.suse/firmware-cs_dsp-Add-KUnit-testing-of-bin-file-downlo.patch patches.suse/firmware-cs_dsp-Add-KUnit-testing-of-wmfw-download.patch patches.suse/firmware-cs_dsp-Add-KUnit-testing-of-control-parsing.patch patches.suse/firmware-cs_dsp-Add-KUnit-testing-of-control-cache.patch patches.suse/firmware-cs_dsp-Add-KUnit-testing-of-control-read-wr.patch patches.suse/firmware-cs_dsp-Add-KUnit-testing-of-bin-error-cases.patch patches.suse/firmware-cs_dsp-Add-KUnit-testing-of-wmfw-error-case.patch patches.suse/firmware-cs_dsp-Add-KUnit-testing-of-client-callback.patch patches.suse/ALSA-compress-Add-output-rate-and-output-format-supp.patch patches.suse/ASoC-fsl_asrc-define-functions-for-memory-to-memory-.patch patches.suse/ASoC-fsl_easrc-define-functions-for-memory-to-memory.patch patches.suse/ASoC-fsl_asrc_m2m-Add-memory-to-memory-function.patch patches.suse/ASoC-fsl_asrc-register-m2m-platform-device.patch patches.suse/ASoC-fsl_easrc-register-m2m-platform-device.patch patches.suse/ASoC-soc-core-tidyup-ret-handling-for-card-disable_r.patch patches.suse/firmware-cs_dsp-Fix-kerneldoc-typos-in-cs_dsp_mock_b.patch patches.suse/ASoC-soc-pcm-don-t-use-soc_pcm_ret-on-.prepare-callb.patch patches.suse/ASoC-simple-card-utils-Unify-clock-direction-by-clk_.patch patches.suse/ASoC-rt715-Remove-unused-hda_to_sdw.patch patches.suse/firmware-cs_dsp-avoid-large-local-variables.patch patches.suse/ASoC-Intel-tgl-match-Add-entries-for-CS35L56-on-CDB3.patch patches.suse/ASoC-Intel-mtl-match-Add-CDB35L56-EIGHT-C-with-aggre.patch patches.suse/ASoC-Intel-mtl-match-Add-CDB35L56-EIGHT-C-8x-CS35L56.patch patches.suse/ASoC-qcom-sdm845-add-handling-of-secondary-MI2S-cloc.patch patches.suse/firmware-cs_dsp-Avoid-using-a-u32-as-a-__be32-in-cs_.patch patches.suse/ASoC-cs42l43-don-t-include-linux-find.h-directly.patch patches.suse/firmware-cs_dsp-Fix-endianness-conversion-in-cs_dsp_.patch patches.suse/ASoC-soc-core-remove-redundant-assignment-to-variabl.patch patches.suse/ASoC-fsl_asrc_m2m-force-cast-for-snd_pcm_format_t-ty.patch patches.suse/firmware-cs_dsp-Delete-redundant-assignments-in-cs_d.patch patches.suse/ASoC-SDCA-Add-missing-header-includes.patch patches.suse/ASoC-SDCA-Clean-up-error-messages.patch patches.suse/ASoC-SDCA-Add-bounds-check-for-function-address.patch patches.suse/ASoC-SDCA-Add-missing-function-type-names.patch patches.suse/ASoC-SDCA-Split-function-type-patching-and-function-.patch patches.suse/ASoC-SOF-Intel-Use-str_yes_no-helper-in-atom_dump.patch patches.suse/ASoC-madera-Use-str_enabled_disabled-helper-function.patch patches.suse/ASoC-rt5682-Support-the-ALC5682I-VE-codec.patch patches.suse/ASoC-simple_card-Improve-debugging-messages.patch patches.suse/ASoC-simple_card-Show-if-link-is-unidirectional.patch patches.suse/ASoC-codecs-Add-aw88083-amplifier-driver.patch patches.suse/ASoC-soc-card-remove-card-check.patch patches.suse/ASoC-renesas-rz-ssi-Add-a-check-for-negative-sample_.patch patches.suse/ASoC-Intel-avs-Do-not-readq-u32-registers.patch patches.suse/ASoC-Intel-avs-Fix-the-minimum-firmware-version-numb.patch patches.suse/ASoC-Intel-avs-Fix-theoretical-infinite-loop.patch patches.suse/ASoC-Intel-avs-Fix-init-config-parsing.patch patches.suse/ASoC-Intel-avs-Update-hda-component-teardown-sequenc.patch patches.suse/ASoC-Intel-avs-Print-IPC-error-messages-in-lower-lay.patch patches.suse/ASoC-Intel-avs-Add-MODULE_FIRMWARE-to-inform-about-F.patch patches.suse/ASoC-Intel-avs-Clearly-state-assumptions-of-hw_param.patch patches.suse/ASoC-Intel-avs-Improve-logging-of-firmware-loading.patch patches.suse/ASoC-Intel-avs-Update-ASRC-definition.patch patches.suse/ASoC-Intel-avs-Adjust-DSP-status-register-names.patch patches.suse/ASoC-Intel-avs-Adjust-IPC-traces.patch patches.suse/ASoC-Intel-avs-Add-missing-includes.patch patches.suse/ASoC-intel-remove-disable_route_checks.patch patches.suse/ASoC-remove-disable_route_checks.patch patches.suse/ASoC-amd-Add-ACPI-dependency-to-fix-build-error.patch patches.suse/ASoC-Use-of_property_present-for-non-boolean-propert.patch patches.suse/ASoC-simple-card-Drop-unnecessary-dai-tdm-slot-width.patch patches.suse/ASoC-SOF-Intel-Use-str_yes_no-to-improve-bdw_dump.patch patches.suse/ASoC-codecs-Use-ARRAY_SIZE-to-calculate-PEB2466_TLV_.patch patches.suse/ASoC-fsl_mqs-Add-i.MX943-platform-support.patch patches.suse/ASoC-audio-graph-card2-use-__free-device_node-for-de.patch patches.suse/ASoC-audio-graph-card-use-__free-device_node-for-dev.patch patches.suse/ASoC-simple-card-use-__free-device_node-for-device-n.patch patches.suse/ASoC-soc-core-return-0-if-np-was-NULL-on-snd_soc_dai.patch patches.suse/ASoC-audio-graph-card2-use-of_graph_get_port_by_id-a.patch patches.suse/ASoC-soc-core-Enable-to-use-extra-format-on-each-DAI.patch patches.suse/ASoC-audio-graph-card2-Use-extra-format-on-each-DAI.patch patches.suse/ASoC-soc-dapm-remove-card-check-from-snd_soc_dapm_se.patch patches.suse/ASoC-sun4i-codec-Use-new-devm-clk-and-reset-APIs.patch patches.suse/ASoC-fsl_micfil-Add-i.MX943-platform-support.patch patches.suse/ASoC-soc-dai-add-snd_soc_dai_prepare-and-use-it-inte.patch patches.suse/ASoC-dapm-add-support-for-preparing-streams.patch patches.suse/ASoC-xilinx-xlnx_spdif-Simpify-using-devm_clk_get_en.patch patches.suse/ALSA-hda-realtek-Enable-Mute-LED-on-HP-Laptop-14s-fq.patch patches.suse/ALSA-usb-fcp-Fix-meter_levels-type-to-__le32.patch patches.suse/ALSA-usb-fcp-Fix-incorrect-resp-opcode-retrieval.patch patches.suse/ALSA-usb-fcp-Fix-return-code-from-poll-ops.patch patches.suse/ALSA-hda-tas2781-spi-Delete-some-dead-code.patch patches.suse/ALSA-hda-tas2781-spi-Fix-error-code-in-tas2781_read_.patch patches.suse/ALSA-hda-tas2781-spi-Fix-bogus-error-handling-in-tas.patch patches.suse/0958-fbdev-udlfb-Use-const-struct-bin_attribute-callback.patch patches.suse/0959-fbdev-radeon-Use-const-struct-bin_attribute-callback.patch patches.suse/0960-video-hdmi-Remove-unused-hdmi_infoframe_check.patch patches.suse/0961-fbdev-omapfb-Remove-unused-hdmi5_core_handle_irqs.patch patches.suse/0962-fbdev-efifb-Change-the-return-value-type-to-void.patch patches.suse/fbdev-omapfb-Fix-an-OF-node-leak-in-dss_of_port_get_.patch patches.suse/fbdev-omap-use-threaded-IRQ-for-LCD-DMA.patch patches.suse/0965-fbdev-sm501fb-Use-str_enabled_disabled-helper-in-sm5.patch patches.suse/0966-fbdev-omapfb-Use-of_property_present-to-test-existen.patch patches.suse/0967-fbdev-omapfb-Use-syscon_regmap_lookup_by_phandle_arg.patch patches.suse/0968-fbdev-vga16fb-fix-orig_video_isVGA-confusion.patch patches.suse/0969-fbdev-lcdcfb-Use-backlight-helper.patch patches.suse/iommufd-iova_bitmap-Fix-shift-out-of-bounds-in-iova_bitmap_offset_to_index.patch patches.suse/iommufd-fault-Destroy-response-and-mutex-in-iommufd_.patch patches.suse/iommufd-Fix-struct-iommu_hwpt_pgfault-init-and-paddi.patch patches.suse/RDMA-mlx4-Avoid-false-error-about-access-to-uninitia.patch patches.suse/RDMA-mlx4-Use-ib_umem_find_best_pgsz-to-calculate-MT.patch patches.suse/RDMA-mlx4-Use-DMA-iterator-to-write-MTT.patch patches.suse/RDMA-mlx5-Extend-ODP-statistics-with-operation-count.patch patches.suse/rdma-cxgb4-Prevent-potential-integer-overflow-on-32b.patch patches.suse/RDMA-bnxt_re-Remove-extra-new-line-in-bnxt_re_netdev.patch patches.suse/RDMA-bnxt_re-Remove-unnecessary-goto-in-bnxt_re_netd.patch patches.suse/RDMA-bnxt_re-Optimize-error-handling-in-bnxt_re_prob.patch patches.suse/RDMA-bnxt_re-Eliminate-need-for-some-forward-declara.patch patches.suse/RDMA-bnxt_re-Remove-unnecessary-header-file-inclusio.patch patches.suse/IB-hfi1-Remove-unused-hfi1_format_hwerrors.patch patches.suse/RDMA-rxe-Fix-mismatched-max_msg_sz.patch patches.suse/RDMA-srp-Fix-error-handling-in-srp_add_port.patch patches.suse/RDMA-irdma-Remove-unused-irdma_cqp_-_fpm_val_cmd-fun.patch patches.suse/RDMA-core-Remove-unused-ib_ud_header_unpack.patch patches.suse/RDMA-core-Remove-unused-ib_find_exact_cached_pkey.patch patches.suse/RDMA-core-Remove-unused-ibdev_printk.patch patches.suse/RDMA-core-Remove-unused-ib_copy_path_rec_from_user.patch patches.suse/RDMA-core-Add-ib_query_netdev_port-to-query-netdev-p.patch patches.suse/RDMA-core-Support-link-status-events-dispatching.patch patches.suse/RDMA-bnxt_re-Remove-deliver-net-device-event.patch patches.suse/RDMA-irdma-Remove-deliver-net-device-event.patch patches.suse/RDMA-rxe-Remove-deliver-net-device-event.patch patches.suse/RDMA-siw-Remove-deliver-net-device-event.patch patches.suse/RDMA-usnic-Support-report_port_event-ops.patch patches.suse/RDMA-mlx4-Support-report_port_event-ops.patch patches.suse/RDMA-pvrdma-Support-report_port_event-ops.patch patches.suse/RDMA-mlx5-Handle-link-status-event-only-for-LAG-devi.patch patches.suse/RDMA-hns-Support-fast-path-for-link-down-events-disp.patch patches.suse/RDMA-efa-Reset-device-on-probe-failure.patch patches.suse/RDMA-mlx5-Fix-link-status-down-event-for-MPV.patch patches.suse/RDMA-bnxt_re-Fix-to-drop-reference-to-the-mmap-entry.patch patches.suse/RDMA-efa-Align-interrupt-related-fields-to-same-type.patch patches.suse/RDMA-rtrs-Add-missing-deinit-call.patch patches.suse/RDMA-hns-Clean-up-the-legacy-CONFIG_INFINIBAND_HNS.patch patches.suse/RDMA-mlx5-Fix-indirect-mkey-ODP-page-count.patch patches.suse/bnxt_en-Add-ULP-call-to-notify-async-events.patch patches.suse/RDMA-bnxt_re-Add-Async-event-handling-support.patch patches.suse/RDMA-bnxt_re-Query-firmware-defaults-of-CC-params-du.patch patches.suse/RDMA-bnxt_re-Add-support-to-handle-DCB_CONFIG_CHANGE.patch patches.suse/RDMA-bnxt_re-Pass-the-context-for-ulp_irq_stop.patch patches.suse/RDMA-bnxt_re-Allocate-dev_attr-information-dynamical.patch patches.suse/RDMA-cxgb4-Notify-rdma-stack-for-IB_EVENT_QP_LAST_WQ.patch patches.suse/RDMA-rxe-Fix-the-warning-__rxe_cleanup-0x12c-0x170-r.patch patches.suse/RDMA-hfi1-Constify-struct-bin_attribute.patch patches.suse/RDMA-mlx5-Fix-a-race-for-an-ODP-MR-which-leads-to-CQ.patch patches.suse/RDMA-mlx5-Fix-implicit-ODP-use-after-free.patch patches.suse/soc-atmel-fix-device_node-release-in-atmel_soc_devic.patch patches.suse/arm64-dts-allwinner-a64-explicitly-assign-clock-parent-for-TCON0.patch patches.suse/arm64-tegra-Fix-DMA-ID-for-SPI2.patch patches.suse/arm64-tegra-Fix-typo-in-Tegra234-dce-fabric-compatible.patch patches.suse/arm64-tegra-Disable-Tegra234-sce-fabric-node.patch patches.suse/arm64-tegra-Fix-Tegra234-PCIe-interrupt-map.patch patches.suse/arm64-dts-rockchip-Fix-sdmmc-access-on-rk3308-rock-s0-v1.1-boards.patch patches.suse/arm64-dts-rockchip-Fix-PCIe3-handling-for-Edgeble-6TOPS-Modules.patch patches.suse/arm64-dts-rockchip-fix-num-channels-property-of-wolfvision-pf5-mic.patch patches.suse/arm64-dts-rockchip-increase-gmac-rx_delay-on-rk3399-puma.patch patches.suse/arm64-dts-marvell-cn9131-cf-solidwan-fix-cp1-comphy-links.patch patches.suse/memory-tegra20-emc-fix-an-OF-node-reference-bug-in-t.patch patches.suse/soc-imx-Add-SoC-device-register-for-i.MX9.patch patches.suse/soc-mediatek-mtk-devapc-Fix-leaking-IO-map-on-error-.patch patches.suse/soc-mediatek-mtk-devapc-Fix-leaking-IO-map-on-driver.patch patches.suse/soc-tegra-fuse-Update-Tegra234-nvmem-keepout-list.patch patches.suse/soc-qcom-llcc-Enable-LLCC_WRCACHE-at-boot-on-X1.patch patches.suse/soc-qcom-smem_state-fix-missing-of_node_put-in-error.patch patches.suse/soc-qcom-socinfo-Avoid-out-of-bounds-read-of-serial-.patch patches.suse/firmware-qcom-scm-Fix-missing-read-barrier-in-qcom_s.patch patches.suse/firmware-qcom-scm-Fix-missing-read-barrier-in-qcom_s-b628510.patch patches.suse/firmware-qcom-scm-Cleanup-global-__scm-on-probe-fail.patch patches.suse/firmware-qcom-scm-smc-Handle-missing-SCM-device.patch patches.suse/soc-samsung-exynos-pmu-Fix-uninitialized-ret-in-tens.patch patches.suse/of-Fix-of_find_node_opts_by_path-handling-of-alias-p.patch patches.suse/of-Correct-child-specifier-used-as-input-of-the-2nd-.patch patches.suse/of-property-Avoiding-using-uninitialized-variable-im.patch patches.suse/of-reserved-memory-Fix-using-wrong-number-of-cells-t.patch patches.suse/of-reserved-memory-Do-not-make-kmemleak-ignore-freed.patch patches.suse/of-fdt-Restore-possibility-to-use-both-ACPI-and-FDT-.patch patches.suse/of-address-Fix-empty-resource-handling-in-__of_addre.patch patches.suse/efi-libstub-Bump-up-EFI_MMAP_NR_SLACK_SLOTS-to-32.patch patches.suse/x86-efistub-Drop-long-obsolete-UGA-support.patch patches.suse/efi-libstub-Use-C99-style-for-loop-to-traverse-handl.patch patches.suse/efi-libstub-Simplify-GOP-handling-code.patch patches.suse/efi-libstub-Refactor-and-clean-up-GOP-resolution-pic.patch patches.suse/efi-libstub-Simplify-PCI-I-O-handle-buffer-traversal.patch patches.suse/efi-libstub-Use-cleanup-helpers-for-freeing-copies-o.patch patches.suse/efi-libstub-Use-__free-helper-for-pool-deallocations.patch patches.suse/efi-sysfb_efi-fix-W-1-warnings-when-EFI-is-not-set.patch patches.suse/efivarfs-prevent-setting-of-zero-size-on-the-inodes-.patch patches.suse/efivarfs-remove-unused-efi_variable.Attributes-and-e.patch patches.suse/efivarfs-add-helper-to-convert-from-UC16-name-and-GU.patch patches.suse/efivarfs-make-variable_is_present-use-dcache-lookup.patch patches.suse/efivarfs-move-variable-lifetime-management-into-the-.patch patches.suse/efivarfs-remove-unused-efivarfs_list.patch patches.suse/efivarfs-fix-error-on-write-to-new-variable-leaving-.patch patches.suse/efi-libstub-Use-std-gnu11-to-fix-build-with-GCC-15.patch patches.suse/efivarfs-abstract-initial-variable-creation-routine.patch patches.suse/efivarfs-add-variable-resync-after-hibernation.patch patches.suse/x86-efi-skip-memattr-table-on-kexec-boot.patch patches.suse/i3c-dw-Fix-use-after-free-in-dw_i3c_master-driver-du.patch patches.suse/i3c-mipi-i3c-hci-Add-Intel-specific-quirk-to-ring-re.patch patches.suse/i3c-mipi-i3c-hci-Add-support-for-MIPI-I3C-HCI-on-PCI.patch patches.suse/i3c-master-Fix-missing-ret-assignment-in-set_speed.patch patches.suse/mailbox-tegra-hsp-Clear-mailbox-before-using-message.patch patches.suse/mailbox-zynqmp-Remove-invalid-__percpu-annotation-in.patch patches.suse/spi-omap2-mcspi-Correctly-handle-devm_clk_get_option.patch patches.suse/msft-hv-3140-hyperv-Move-hv_connection_id-to-hyperv-tlfs.h.patch patches.suse/msft-hv-3141-hyperv-Clean-up-unnecessary-includes.patch patches.suse/msft-hv-3142-hyperv-Add-new-Hyper-V-headers-in-include-hyperv.patch patches.suse/msft-hv-3143-hyperv-Switch-from-hyperv-tlfs.h-to-hyperv-hvhdk.h.patch patches.suse/msft-hv-3144-hyperv-Remove-the-now-unused-hyperv-tlfs.h-files.patch patches.suse/msft-hv-3145-x86-hyperv-Don-t-assume-cpu_possible_mask-is-dense.patch patches.suse/msft-hv-3146-Drivers-hv-Don-t-assume-cpu_possible_mask-is-dense.patch patches.suse/msft-hv-3147-iommu-hyper-v-Don-t-assume-cpu_possible_mask-is-dens.patch patches.suse/msft-hv-3148-uio_hv_generic-Add-a-check-for-HV_NIC-for-send-recei.patch patches.suse/msft-hv-3149-Drivers-hv-vmbus-Wait-for-boot-time-offers-during-bo.patch patches.suse/msft-hv-3150-Drivers-hv-vmbus-Log-on-missing-offers-if-any.patch patches.suse/msft-hv-3151-hv_balloon-Fallback-to-generic_online_page-for-non-H.patch patches.suse/msft-hv-3152-hyperv-Enable-the-hypercall-output-page-for-the-VTL-.patch patches.suse/msft-hv-3153-hyperv-Do-not-overlap-the-hvcall-IO-areas-in-get_vtl.patch patches.suse/msft-hv-3154-hyperv-Do-not-overlap-the-hvcall-IO-areas-in-hv_vtl_.patch patches.suse/KVM-Move-KVM_REG_SIZE-definition-to-common-uAPI-head.patch patches.suse/KVM-selftests-Return-a-value-from-vcpu_get_reg-inste.patch patches.suse/KVM-selftests-Assert-that-vcpu_-g-s-et_reg-won-t-tru.patch patches.suse/KVM-selftests-Check-for-a-potential-unhandled-except.patch patches.suse/KVM-selftests-Rename-max_guest_memory_test-to-mmu_st.patch patches.suse/KVM-selftests-Only-muck-with-SREGS-on-x86-in-mmu_str.patch patches.suse/KVM-selftests-Compute-number-of-extra-pages-needed-i.patch patches.suse/KVM-sefltests-Explicitly-include-ucall_common.h-in-m.patch patches.suse/KVM-selftests-Enable-mmu_stress_test-on-arm64.patch patches.suse/KVM-selftests-Use-vcpu_arch_put_guest-in-mmu_stress_.patch patches.suse/KVM-selftests-Precisely-limit-the-number-of-guest-lo.patch patches.suse/KVM-selftests-Add-a-read-only-mprotect-phase-to-mmu_.patch patches.suse/KVM-selftests-Verify-KVM-correctly-handles-mprotect-.patch patches.suse/KVM-selftests-Provide-empty-all-and-clean-targets-fo.patch patches.suse/KVM-selftests-Use-canonical-ARCH-paths-for-KVM-selft.patch patches.suse/KVM-selftests-Override-ARCH-for-x86_64-instead-of-us.patch patches.suse/KVM-Open-code-kvm_set_memory_region-into-its-sole-ca.patch patches.suse/KVM-Assert-slots_lock-is-held-when-setting-memory-re.patch patches.suse/KVM-Add-a-dedicated-API-for-setting-KVM-internal-mem.patch patches.suse/KVM-x86-Drop-double-underscores-from-__kvm_set_memor.patch patches.suse/KVM-Disallow-all-flags-for-KVM-internal-memslots.patch patches.suse/KVM-Explicitly-verify-target-vCPU-is-online-in-kvm_g.patch patches.suse/KVM-Grab-vcpu-mutex-across-installing-the-vCPU-s-fd-.patch patches.suse/Revert-KVM-Fix-vcpu_array-0-races.patch patches.suse/KVM-Don-t-BUG-the-kernel-if-xa_insert-fails-with-EBU.patch patches.suse/KVM-Drop-hack-that-manually-informs-lockdep-of-kvm-l.patch patches.suse/KVM-x86-add-comment-to-kvm_mmu_do_page_fault.patch patches.suse/KVM-SVM-Macrofy-SEV-n-versions-of-sev_xxx_guest.patch patches.suse/KVM-SVM-Remove-redundant-TLB-flush-on-guest-CR4.PGE-.patch patches.suse/KVM-SVM-Use-str_enabled_disabled-helper-in-sev_hardw.patch patches.suse/KVM-SVM-Use-str_enabled_disabled-helper-in-svm_hardw.patch patches.suse/KVM-x86-Plumb-in-the-vCPU-to-kvm_x86_ops.hwapic_isr_.patch patches.suse/KVM-nVMX-Defer-SVI-update-to-vmcs01-on-EOI-when-L2-i-04bc93cf49d1.patch patches.suse/KVM-VMX-Allow-toggling-bits-in-MSR_IA32_RTIT_CTL-whe.patch patches.suse/KVM-nVMX-Explicitly-update-vPPR-on-successful-nested.patch patches.suse/KVM-nVMX-Check-for-pending-INIT-SIPI-after-entering-.patch patches.suse/KVM-nVMX-Drop-manual-vmcs01.GUEST_INTERRUPT_STATUS.R.patch patches.suse/KVM-nVMX-Use-vmcs01-s-controls-shadow-to-check-for-I.patch patches.suse/KVM-nVMX-Honor-event-priority-when-emulating-PI-deli.patch patches.suse/KVM-x86-Remove-hwapic_irr_update-from-kvm_x86_ops.patch patches.suse/KVM-VMX-Reinstate-__exit-attribute-for-vmx_exit.patch patches.suse/KVM-VMX-Fix-comment-of-handle_vmx_instruction.patch patches.suse/KVM-VMX-refactor-PML-terminology.patch patches.suse/KVM-VMX-read-the-PML-log-in-the-same-order-as-it-was.patch patches.suse/KVM-x86-Use-feature_bit-to-clear-CONSTANT_TSC-when-e.patch patches.suse/KVM-x86-Limit-use-of-F-and-SF-to-kvm_cpu_cap_-mask-i.patch patches.suse/KVM-x86-Do-all-post-set-CPUID-processing-during-vCPU.patch patches.suse/KVM-x86-Explicitly-do-runtime-CPUID-updates-after-in.patch patches.suse/KVM-x86-Account-for-KVM-reserved-CR4-bits-when-passi.patch patches.suse/KVM-x86-Move-__kvm_is_valid_cr4-definition-to-x86.h.patch patches.suse/KVM-x86-pmu-Drop-now-redundant-refresh-during-init.patch patches.suse/KVM-x86-Drop-now-redundant-MAXPHYADDR-and-GPA-rsvd-b.patch patches.suse/KVM-x86-Disallow-KVM_CAP_X86_DISABLE_EXITS-after-vCP.patch patches.suse/KVM-x86-Reject-disabling-of-MWAIT-HLT-interception-w.patch patches.suse/KVM-x86-Zero-out-PV-features-cache-when-the-CPUID-le.patch patches.suse/KVM-x86-Don-t-update-PV-features-caches-when-enablin.patch patches.suse/KVM-x86-Do-reverse-CPUID-sanity-checks-in-__feature_.patch patches.suse/KVM-x86-Account-for-max-supported-CPUID-leaf-when-ge.patch patches.suse/KVM-x86-Unpack-F-CPUID-feature-flag-macros-to-one-fl.patch patches.suse/KVM-x86-Rename-kvm_cpu_cap_mask-to-kvm_cpu_cap_init.patch patches.suse/KVM-x86-Add-a-macro-to-init-CPUID-features-that-are-.patch patches.suse/KVM-x86-Add-a-macro-to-precisely-handle-aliased-0x1..patch patches.suse/KVM-x86-Handle-kernel-and-KVM-defined-CPUID-words-in.patch patches.suse/KVM-x86-undef-SPEC_CTRL_SSBD-in-cpuid.c-to-avoid-mac.patch patches.suse/KVM-x86-Harden-CPU-capabilities-processing-against-o.patch patches.suse/KVM-x86-Add-a-macro-to-init-CPUID-features-that-igno.patch patches.suse/KVM-x86-Add-a-macro-to-init-CPUID-features-that-KVM-.patch patches.suse/KVM-x86-Swap-incoming-guest-CPUID-into-vCPU-before-m.patch patches.suse/KVM-x86-Clear-PV_UNHALT-for-HLT-exiting-only-when-us.patch patches.suse/KVM-x86-Remove-unnecessary-caching-of-KVM-s-PV-CPUID.patch patches.suse/KVM-x86-Always-operate-on-kvm_vcpu-data-in-cpuid_ent.patch patches.suse/KVM-x86-Move-kvm_find_cpuid_entry-_index-up-near-cpu.patch patches.suse/KVM-x86-Remove-all-direct-usage-of-cpuid_entry2_find.patch patches.suse/KVM-x86-Advertise-TSC_DEADLINE_TIMER-in-KVM_GET_SUPP.patch patches.suse/KVM-x86-Advertise-HYPERVISOR-in-KVM_GET_SUPPORTED_CP.patch patches.suse/KVM-x86-Rename-governed-features-helpers-to-use-gues.patch patches.suse/KVM-x86-Replace-guts-of-governed-features-with-compr.patch patches.suse/KVM-x86-Initialize-guest-cpu_caps-based-on-guest-CPU.patch patches.suse/KVM-x86-Extract-code-for-generating-per-entry-emulat.patch patches.suse/KVM-x86-Treat-MONTIOR-MWAIT-as-a-partially-emulated-.patch patches.suse/KVM-x86-Initialize-guest-cpu_caps-based-on-KVM-suppo.patch patches.suse/KVM-x86-Avoid-double-CPUID-lookup-when-updating-MWAI.patch patches.suse/KVM-x86-Drop-unnecessary-check-that-cpuid_entry2_fin.patch patches.suse/KVM-x86-Update-OS-XSAVE-PKE-bits-in-guest-CPUID-irre.patch patches.suse/KVM-x86-Update-guest-cpu_caps-at-runtime-for-dynamic.patch patches.suse/KVM-x86-Shuffle-code-to-prepare-for-dropping-guest_c.patch patches.suse/KVM-x86-Replace-almost-all-guest-CPUID-feature-queri.patch patches.suse/KVM-x86-Drop-superfluous-host-XSAVE-check-when-adjus.patch patches.suse/KVM-x86-Add-a-macro-for-features-that-are-synthesize.patch patches.suse/KVM-x86-Pull-CPUID-capabilities-from-boot_cpu_data-o.patch patches.suse/KVM-x86-Rename-SF-macro-to-SCATTERED_F.patch patches.suse/KVM-x86-Explicitly-track-feature-flags-that-require-.patch patches.suse/KVM-x86-Explicitly-track-feature-flags-that-are-enab.patch patches.suse/KVM-x86-Use-only-local-variables-no-bitmask-to-init-.patch patches.suse/KVM-x86-Add-function-for-vectoring-error-generation.patch patches.suse/KVM-x86-Add-emulation-status-for-unhandleable-except.patch patches.suse/KVM-x86-Try-to-unprotect-and-retry-on-unhandleable-e.patch patches.suse/KVM-VMX-Handle-event-vectoring-error-in-check_emulat.patch patches.suse/KVM-SVM-Handle-event-vectoring-error-in-check_emulat.patch patches.suse/KVM-x86-Add-interrupt-injection-information-to-the-k.patch patches.suse/KVM-x86-Add-information-about-pending-requests-to-kv.patch patches.suse/KVM-x86-Use-LVT_TIMER-instead-of-an-open-coded-liter.patch patches.suse/KVM-x86-Avoid-double-RDPKRU-when-loading-host-guest-.patch patches.suse/RISC-V-KVM-Add-SBI-system-suspend-support.patch patches.suse/KVM-x86-clear-vcpu-run-hypercall.ret-before-exiting-.patch patches.suse/KVM-x86-Add-a-helper-to-check-for-user-interception-.patch patches.suse/KVM-x86-Move-emulate-hypercall-function-declarations.patch patches.suse/KVM-x86-Bump-hypercall-stat-prior-to-fully-completin.patch patches.suse/KVM-x86-Always-complete-hypercall-via-function-callb.patch patches.suse/KVM-x86-Refactor-__kvm_emulate_hypercall-into-a-macr.patch patches.suse/KVM-guest_memfd-Remove-RCU-protected-attribute-from-.patch patches.suse/KVM-x86-mmu-Zap-invalid-roots-with-mmu_lock-holding-.patch patches.suse/KVM-Add-member-to-struct-kvm_gfn_range-to-indicate-p.patch patches.suse/KVM-x86-Add-a-VM-type-define-for-TDX.patch patches.suse/KVM-x86-mmu-Add-an-external-pointer-to-struct-kvm_mm.patch patches.suse/KVM-x86-mmu-Add-an-is_mirror-member-for-union-kvm_mm.patch patches.suse/KVM-x86-mmu-Make-kvm_tdp_mmu_alloc_root-return-void.patch patches.suse/KVM-x86-tdp_mmu-Take-struct-kvm-in-iter-loops.patch patches.suse/KVM-x86-mmu-Support-GFN-direct-bits.patch patches.suse/KVM-x86-tdp_mmu-Extract-root-invalid-check-from-tdx_.patch patches.suse/KVM-x86-tdp_mmu-Introduce-KVM-MMU-root-types-to-spec.patch patches.suse/KVM-x86-tdp_mmu-Take-root-in-tdp_mmu_for_each_pte.patch patches.suse/KVM-x86-tdp_mmu-Support-mirror-root-for-TDP-MMU.patch patches.suse/KVM-x86-tdp_mmu-Propagate-attr_filter-to-MMU-notifie.patch patches.suse/KVM-x86-tdp_mmu-Propagate-building-mirror-page-table.patch patches.suse/KVM-x86-tdp_mmu-Propagate-tearing-down-mirror-page-t.patch patches.suse/KVM-x86-tdp_mmu-Take-root-types-for-kvm_tdp_mmu_inva.patch patches.suse/KVM-x86-tdp_mmu-Don-t-zap-valid-mirror-roots-in-kvm_.patch patches.suse/KVM-x86-mmu-Prevent-aliased-memslot-GFNs.patch patches.suse/KVM-x86-mmu-Return-RET_PF-instead-of-1-in-kvm_mmu_pa.patch patches.suse/kvm-defer-huge-page-recovery-vhost-task-to-later.patch patches.suse/media-imx-jpeg-Fix-potential-error-pointer-dereferen.patch patches.suse/media-cxd2841er-fix-64-bit-division-on-gcc-9.patch patches.suse/media-rkisp1-Fix-unused-value-issue.patch patches.suse/media-rc-iguanair-handle-timeouts.patch patches.suse/media-lmedm04-Handle-errors-for-lme2510_int_read.patch patches.suse/media-stm32-dcmipp-correct-dma_set_mask_and_coherent.patch patches.suse/media-marvell-Add-check-for-clk_enable.patch patches.suse/media-ccs-Fix-CCS-static-data-parsing-for-large-bloc.patch patches.suse/media-ccs-Clean-up-parsed-CCS-static-data-on-parse-f.patch patches.suse/media-i2c-imx290-Register-0x3011-varies-between-imx3.patch patches.suse/media-i2c-imx412-Add-missing-newline-to-prints.patch patches.suse/media-imx296-Add-standby-delay-during-probe.patch patches.suse/media-ccs-Fix-cleanup-order-in-ccs_probe.patch patches.suse/media-intel-ipu6-remove-cpu-latency-qos-request-on-e.patch patches.suse/media-i2c-ov9282-Correct-the-exposure-offset.patch patches.suse/media-i2c-ds90ub9x3-Fix-extra-fwnode_handle_put.patch patches.suse/media-i2c-ds90ub960-Fix-UB9702-refclk-register-acces.patch patches.suse/media-i2c-ds90ub960-Fix-use-of-non-existing-register.patch patches.suse/media-i2c-ds90ub960-Fix-logging-SP-EQ-status-only-fo.patch patches.suse/media-i2c-ds90ub960-Fix-UB9702-VC-map.patch patches.suse/media-i2c-ds90ub913-Add-error-handling-to-ub913_hw_i.patch patches.suse/media-i2c-ds90ub953-Add-error-handling-for-i2c-reads.patch patches.suse/media-mc-fix-endpoint-iteration.patch patches.suse/media-ov5640-fix-get_light_freq-on-auto.patch patches.suse/media-bcm2835-unicam-Disable-trigger-mode-operation.patch patches.suse/media-mipi-csis-Add-check-for-clk_enable.patch patches.suse/media-camif-core-Add-check-for-clk_enable.patch patches.suse/staging-media-max96712-fix-kernel-oops-when-removing.patch patches.suse/media-uvcvideo-Fix-crash-during-unbind-if-gpio-unit-.patch patches.suse/media-uvcvideo-Fix-double-free-in-error-path.patch patches.suse/media-uvcvideo-Fix-deadlock-during-uvc_probe.patch patches.suse/media-uvcvideo-Fix-event-flags-in-uvc_ctrl_send_even.patch patches.suse/media-uvcvideo-Support-partial-control-reads.patch patches.suse/media-uvcvideo-Only-save-async-fh-if-success.patch patches.suse/media-uvcvideo-Remove-redundant-NULL-assignment.patch patches.suse/media-uvcvideo-Remove-dangling-pointers.patch patches.suse/media-uvcvideo-Propagate-buf-error-to-userspace.patch patches.suse/media-uvcvideo-Implement-dual-stream-quirk-to-fix-lo.patch patches.suse/media-uvcvideo-Add-new-quirk-definition-for-the-Soni.patch patches.suse/media-uvcvideo-Add-Kurokesu-C1-PRO-camera.patch patches.suse/media-nxp-imx8-isi-fix-v4l2-compliance-test-errors.patch patches.suse/media-mmp-Bring-back-registration-of-the-device.patch patches.suse/media-vidtv-Fix-a-null-ptr-deref-in-vidtv_mux_stop_t.patch patches.suse/staging-media-imx-fix-OF-node-leak-in-imx_media_add_.patch patches.suse/media-dvb-usb-v2-af9035-fix-ISO-C90-compilation-erro.patch patches.suse/media-nuvoton-Fix-an-error-check-in-npcm_video_ece_i.patch patches.suse/PCI-ASPM-Save-parent-L1SS-config-in-pci_save_aspm_l1.patch patches.suse/PCI-DPC-Quirk-PIO-log-size-for-Intel-Raptor-Lake-P.patch patches.suse/PCI-Don-t-expose-pcie_read_tlp_log-outside-PCI-subsy.patch patches.suse/PCI-Move-TLP-Log-handling-to-its-own-file.patch patches.suse/PCI-Add-defines-for-TLP-Header-Prefix-log-sizes.patch patches.suse/PCI-Use-same-names-in-pcie_read_tlp_log-prototype-an.patch patches.suse/PCI-Use-unsigned-int-i-in-pcie_read_tlp_log.patch patches.suse/PCI-Store-number-of-supported-End-End-TLP-Prefixes.patch patches.suse/PCI-Add-TLP-Prefix-reading-to-pcie_read_tlp_log.patch patches.suse/PCI-Add-pcie_print_tlp_log-to-print-TLP-Header-and-P.patch patches.suse/PCI-Avoid-putting-some-root-ports-into-D3-on-TUXEDO-.patch patches.suse/PCI-switchtec-Add-Microchip-PCI100X-device-IDs.patch patches.suse/PCI-endpoint-Destroy-the-EPC-device-in-devm_pci_epc_.patch patches.suse/PCI-endpoint-Finish-virtual-EP-removal-in-pci_epf_re.patch patches.suse/PCI-dwc-ep-Write-BAR_MASK-before-iATU-registers-in-p.patch patches.suse/PCI-dwc-ep-Prevent-changing-BAR-size-flags-in-pci_ep.patch patches.suse/PCI-endpoint-pci-epf-test-Set-dma_chan_rx-pointer-to.patch patches.suse/PCI-endpoint-pci-epf-test-Fix-check-for-DMA-MEMCPY-t.patch patches.suse/PCI-qcom-Update-ICC-and-OPP-values-after-Link-Up-eve.patch patches.suse/PCI-dwc-Always-stop-link-in-the-dw_pcie_suspend_noir.patch patches.suse/PCI-imx6-Add-i.MX8Q-PCIe-Endpoint-EP-support.patch patches.suse/PCI-imx6-Configure-PHY-based-on-Root-Complex-or-Endp.patch patches.suse/PCI-imx6-Skip-controller_id-generation-logic-for-i.M.patch patches.suse/PCI-imx6-Deassert-apps_reset-in-imx_pcie_deassert_co.patch patches.suse/PCI-imx6-Add-missing-reference-clock-disable-logic.patch patches.suse/PCI-mediatek-gen3-Rely-on-msleep-in-mtk_pcie_en7581_.patch patches.suse/PCI-microchip-Set-inbound-address-translation-for-co.patch patches.suse/PCI-rcar-ep-Fix-incorrect-variable-used-when-calling.patch patches.suse/mtd-phram-Add-the-kernel-lock-down-check.patch patches.suse/mtd-hyperbus-hbmc-am654-fix-an-OF-node-reference-lea.patch patches.suse/mtd-onenand-Fix-uninitialized-retlen-in-do_otp_read.patch patches.suse/mtd-spinand-Remove-write_enable_op-in-markbad.patch patches.suse/mtd-rawnand-brcmnand-fix-status-read-of-brcmnand_wai.patch patches.suse/watchdog-rti_wdt-Fix-an-OF-node-leak-in-rti_wdt_prob.patch patches.suse/remoteproc-core-Fix-ida_free-call-while-not-allocate.patch patches.suse/remoteproc-omap-Handle-ARM-dma_iommu_mapping.patch patches.suse/remoteproc-mtk_scp-Only-populate-devices-for-SCP-cor.patch patches.suse/erofs-fix-potential-return-value-overflow-of-z_erofs_shrink_scan.patch patches.suse/compiler.h-add-const_true.patch patches.suse/linux-bits.h-simplify-GENMASK_INPUT_CHECK.patch patches.suse/tracing-osnoise-Fix-resetting-of-tracepoints.patch patches.suse/module-Extend-the-preempt-disabled-section-in-dereference_symbol_descriptor.patch patches.suse/module-Don-t-fail-module-loading-when-setting-ro_aft.patch patches.suse/firewire-test-Fix-potential-null-dereference-in-fire.patch patches.suse/scsi-ufs-core-Introduce-ufshcd_has_pending_tasks.patch patches.suse/scsi-ufs-core-Prepare-to-introduce-a-new-clock_gating-lock.patch patches.suse/scsi-qla2xxx-Move-FCE-Trace-buffer-allocation-to-user-control.patch patches.suse/scsi-pm80xx-Do-not-use-libsas-port-ID.patch patches.suse/scsi-pm80xx-Use-dynamic-tag-numbers-for-PHY-start-and-stop.patch patches.suse/scsi-pm80xx-Increase-reserved-tags-from-8-to-128.patch patches.suse/scsi-pm80xx-Improve-debugging-for-aborted-commands.patch patches.suse/scsi-Rename-.slave_alloc-and-.slave_destroy.patch patches.suse/scsi-Rename-.device_configure-into-.sdev_configure.patch patches.suse/scsi-Convert-SCSI-drivers-to-.sdev_configure.patch patches.suse/scsi-core-Remove-the-.slave_configure-method.patch patches.suse/scsi-core-Update-API-documentation.patch patches.suse/scsi-Eliminate-scsi_register-and-scsi_unregister-usa.patch patches.suse/scsi-zfcp-Correct-kdoc-parameter-description-for-sen.patch patches.suse/scsi-zfcp-Clarify-zfcp_port-refcount-ownership-durin.patch patches.suse/msft-hv-3138-scsi-storvsc-Don-t-assume-cpu_possible_mask-is-dense.patch patches.suse/scsi-Constify-struct-pci_device_id.patch patches.suse/scsi-bnx2i-Use-kthread_create_on_cpu.patch patches.suse/scsi-ufs-qcom-Fix-crypto-key-eviction.patch patches.suse/scsi-mpt3sas-Add-details-to-EEDPTagMode-error-message.patch patches.suse/scsi-mpt3sas-Set-ioc-manu_pg11.EEDPTagMode-directly-to-1.patch patches.suse/scsi-myrb-Remove-dead-code.patch patches.suse/scsi-lpfc-redefine-incorrect-type-in-lpfc_create_device_data.patch patches.suse/scsi-lpfc-restrict-the-reg_fcfi-mam-field-to-fcoe-adapters-only.patch patches.suse/scsi-lpfc-delete-nlp_target_remove-flag-due-to-obsolete-usage.patch patches.suse/scsi-lpfc-modify-handling-of-adisc-based-on-ndlp-state-and-rpi.patch patches.suse/scsi-lpfc-add-handling-for-ls_rjt-reason-explanation-authentication.patch patches.suse/scsi-lpfc-change-lpfc_nodelist-save_flags-member-into-a-bitmask.patch patches.suse/scsi-lpfc-update-definition-of-firmware-configuration-mbox-cmds.patch patches.suse/scsi-lpfc-add-support-for-large-fw-object-application-layer-reads.patch patches.suse/scsi-lpfc-update-lpfc-version-to-14.4.0.7.patch patches.suse/scsi-lpfc-copyright-updates-for-14.4.0.7-patches.patch patches.suse/msft-hv-3155-scsi-storvsc-Ratelimit-warning-logs-to-prevent-VM-de.patch patches.suse/scsi-st-Don-t-set-pos_unknown-just-after-device-recognition.patch patches.suse/scsi-ufs-bsg-Delete-bsg_dev-when-setting-up-bsg-fails.patch patches.suse/scsi-ufs-bsg-Set-bsg_queue-to-NULL-after-removal.patch patches.suse/scsi-mpi3mr-Fix-possible-crash-when-setting-up-bsg-fails.patch patches.suse/scsi-fnic-Replace-shost_printk-with-dev_info-dev_err.patch patches.suse/scsi-fnic-Add-headers-and-definitions-for-FDLS.patch patches.suse/scsi-fnic-Add-support-for-fabric-based-solicited-req.patch patches.suse/scsi-fnic-Add-support-for-target-based-solicited-req.patch patches.suse/scsi-fnic-Add-support-for-unsolicited-requests-and-r.patch patches.suse/scsi-fnic-Add-Cisco-hardware-model-names.patch patches.suse/scsi-fnic-Add-and-integrate-support-for-FDMI.patch patches.suse/scsi-fnic-Add-and-integrate-support-for-FIP.patch patches.suse/scsi-fnic-Add-functionality-in-fnic-to-support-FDLS.patch patches.suse/scsi-fnic-Modify-IO-path-to-use-FDLS.patch patches.suse/scsi-fnic-Modify-fnic-interfaces-to-use-FDLS.patch patches.suse/scsi-fnic-Add-stats-and-related-functionality.patch patches.suse/scsi-fnic-Code-cleanup.patch patches.suse/scsi-fnic-Add-support-to-handle-port-channel-RSCN.patch patches.suse/scsi-fnic-Remove-unnecessary-else-and-unnecessary-br.patch patches.suse/scsi-fnic-Remove-extern-definition-from-.c-files.patch patches.suse/scsi-fnic-Remove-unnecessary-else-to-fix-warning-in-.patch patches.suse/scsi-fnic-Delete-incorrect-debugfs-error-handling.patch patches.suse/scsi-fnic-Fix-use-of-uninitialized-value-in-debug-me.patch patches.suse/scsi-fnic-Remove-always-true-IS_FNIC_FCP_INITIATOR-m.patch patches.suse/scsi-fnic-Return-appropriate-error-code-for-mem-allo.patch patches.suse/scsi-fnic-Return-appropriate-error-code-from-failure.patch patches.suse/scsi-fnic-Test-for-memory-allocation-failure-and-ret.patch patches.suse/scsi-fnic-Propagate-SCSI-error-code-from-fnic_scsi_d.patch patches.suse/delayacct-add-delay-max-to-record-delay-peak.patch patches.suse/s390-kernel-convert-timeouts-to-use-secs_to_jiffies.patch patches.suse/0970-accel-habanalabs-convert-timeouts-to-secs_to_jiffies.patch patches.suse/0971-drm-xe-convert-timeout-to-secs_to_jiffies.patch patches.suse/scsi-lpfc-convert-timeouts-to-secs_to_jiffies.patch patches.suse/scsi-pm8001-convert-timeouts-to-secs_to_jiffies.patch patches.suse/wifi-ath11k-convert-timeouts-to-secs_to_jiffies.patch patches.suse/bluetooth-mgmt-convert-timeouts-to-secs_to_jiffies.patch patches.suse/ALSA-line6-convert-timeouts-to-secs_to_jiffies.patch patches.suse/kernel-wide-add-explicity-explicitly-to-spelling.txt.patch patches.suse/ocfs2-handle-a-symlink-read-error-correctly.patch patches.suse/lib-inflate.c-remove-dead-code.patch patches.suse/kasan-fix-typo-in-kasan_poison_new_object-documentat.patch patches.suse/net-remove-get_task_comm-and-print-task-comm-directl.patch patches.suse/0972-drivers-remove-get_task_comm-and-print-task-comm-dir.patch patches.suse/delayacct-add-delay-min-to-record-delay-peak.patch patches.suse/ocfs2-mark-dquot-as-inactive-if-failed-to-start-trans-while-releasing-dquot.patch patches.suse/hung_task-add-task-flags-blocked-by-coredump-to-log.patch patches.suse/minmax.h-add-whitespace-around-operators-and-after-c.patch patches.suse/minmax.h-update-some-comments.patch patches.suse/minmax.h-reduce-the-define-expansion-of-min-max-and-.patch patches.suse/minmax.h-use-BUILD_BUG_ON_MSG-for-the-lo-hi-test-in-.patch patches.suse/minmax.h-move-all-the-clamp-definitions-after-the-mi.patch patches.suse/minmax.h-simplify-the-variants-of-clamp.patch patches.suse/minmax.h-remove-some-defines-that-are-only-expanded-.patch patches.suse/latencytop-use-correct-kernel-doc-format-for-func-pa.patch patches.suse/mm-page_alloc-cache-page_zone-result-in-free_unref_page.patch patches.suse/mm-make-alloc_pages_mpol-static.patch patches.suse/mm-page_alloc-export-free_frozen_pages-instead-of-free_unref_page.patch patches.suse/mm-page_alloc-move-set_page_refcounted-to-callers-of-post_alloc_hook.patch patches.suse/mm-page_alloc-move-set_page_refcounted-to-callers-of-prep_new_page.patch patches.suse/mm-page_alloc-move-set_page_refcounted-to-callers-of-get_page_from_freelist.patch patches.suse/mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_cpuset_fallback.patch patches.suse/mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_may_oom.patch patches.suse/mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_direct_compact.patch patches.suse/mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_direct_reclaim.patch patches.suse/mm-page_alloc-move-set_page_refcounted-to-callers-of-__alloc_pages_slowpath.patch patches.suse/mm-page_alloc-move-set_page_refcounted-to-end-of-__alloc_pages.patch patches.suse/mm-page_alloc-add-__alloc_frozen_pages.patch patches.suse/mm-mempolicy-add-alloc_frozen_pages.patch patches.suse/slab-allocate-frozen-pages.patch patches.suse/kasan-make-kasan_record_aux_stack_noalloc-the-defaul.patch patches.suse/mm-factor-out-the-order-calculation-into-a-new-helper.patch patches.suse/mm-shmem-change-shmem_huge_global_enabled-to-return-huge-o.patch patches.suse/mm-shmem-add-large-folio-support-for-tmpfs.patch patches.suse/mm-shmem-add-a-kernel-command-line-to-change-the-default-h.patch patches.suse/docs-tmpfs-update-the-large-folios-policy-for-tmpfs-and-sh.patch patches.suse/docs-tmpfs-drop-fadvise-from-the-documentation.patch patches.suse/mm-rodata_test-use-READ_ONCE-to-read-const-variable.patch patches.suse/selftests-mm-fix-conversion-specifiers-in-transact_t.patch patches.suse/maple_tree-simplify-split-calculation.patch patches.suse/lazy-tlb-fix-hotplug-exit-race-with-MMU_LAZY_TLB_SHOOTDOWN.patch patches.suse/mm-page_alloc-add-some-detailed-comments-in.patch patches.suse/mm-vma-move-brk-internals-to-mm-vma.c.patch patches.suse/mm-vma-move-unmapped_area-internals-to-mm-vma.c.patch patches.suse/mm-abstract-get_arg_page-stack-expansion-and-mmap-read-loc.patch patches.suse/mm-vma-move-stack-expansion-logic-to-mm-vma.c.patch patches.suse/mm-vma-move-__vm_munmap-to-mm-vma.c.patch patches.suse/mm-memory_hotplug-move-debug_pagealloc_map_pages-into.patch patches.suse/mm-page_isolation-don-t-pass-gfp-flags-to-isolate_single_pageblock.patch patches.suse/mm-page_isolation-don-t-pass-gfp-flags-to-start_isolate_page_range.patch patches.suse/mm-page_alloc-make-__alloc_contig_migrate_range-static.patch patches.suse/mm-page_alloc-sort-out-the-alloc_contig_range-gfp-flags.patch patches.suse/mm-page_alloc-forward-the-gfp-flags-from.patch patches.suse/powernv-memtrace-use-__GFP_ZERO-with-alloc_contig_pages.patch patches.suse/mm-enforce-__must_check-on-VMA-merge-and-split.patch patches.suse/mm-perform-all-memfd-seal-checks-in-a-single-place.patch patches.suse/mm-page_alloc-don-t-use-__GFP_HARDWALL-when-migrating-pages.patch patches.suse/mm-memory_hotplug-don-t-use-__GFP_HARDWALL-when-migrating.patch patches.suse/selftests-mm-fix-condition-in-uffd_move_test_common.patch patches.suse/mm-assert-mmap-write-lock-held-on-do_mmap-mmap_region.patch patches.suse/mm-add-comments-to-do_mmap-mmap_region-and-vm_mmap.patch patches.suse/mm-replace-free-hugepage-folios-after-migration.patch patches.suse/mm-remove-unnecessary-calls-to-lru_add_drain.patch patches.suse/mm-debug-introduce-VM_WARN_ON_VMG-to-dump-VMA-merge-state.patch patches.suse/mm-debug-prefer-VM_WARN_ON_VMG-to-report-VMG-debug-warning.patch patches.suse/mm-alloc_pages_bulk_noprof-drop-page_list-argument.patch patches.suse/mm-make-mmap_region-internal.patch patches.suse/selftests-mm-use-selftests-framework-to-print-test-r.patch patches.suse/selftests-mm-cow-modify-the-incorrect-checking-param.patch patches.suse/selftests-mm-virtual_address_range-unmap-chunks-afte.patch patches.suse/selftests-mm-vm_util-split-up-proc-self-smaps-parsin.patch patches.suse/selftests-mm-virtual_address_range-avoid-reading-fro.patch patches.suse/mm-page_alloc-remove-the-incorrect-and-misleading-comment.patch patches.suse/seqlock-add-missing-parameter-documentation-for-raw_seqcou.patch patches.suse/tools-add-VM_WARN_ON_VMG-definition.patch patches.suse/mm-compaction-fix-UBSAN-shift-out-of-bounds-warning.patch patches.suse/fs-proc-vmcore-convert-vmcore_cb_lock-into-vmcore_mu.patch patches.suse/fs-proc-vmcore-replace-vmcoredd_mutex-by-vmcore_mute.patch patches.suse/fs-proc-vmcore-disallow-vmcore-modifications-while-t.patch patches.suse/fs-proc-vmcore-prefix-all-pr_-with-vmcore.patch patches.suse/fs-proc-vmcore-move-vmcore-definitions-out-of-kcore..patch patches.suse/fs-proc-vmcore-factor-out-allocating-a-vmcore-range-.patch patches.suse/fs-proc-vmcore-factor-out-freeing-a-list-of-vmcore-r.patch patches.suse/fs-proc-vmcore-introduce-PROC_VMCORE_DEVICE_RAM-to-d.patch patches.suse/virtio-mem-mark-device-ready-before-registering-call.patch patches.suse/virtio-mem-remember-usable-region-size.patch patches.suse/virtio-mem-support-CONFIG_PROC_VMCORE_DEVICE_RAM.patch patches.suse/s390-kdump-virtio-mem-kdump-support-CONFIG_PROC_VMCO.patch patches.suse/vhost-net-Set-num_buffers-for-virtio-1.0.patch patches.suse/power-supply-sysfs-print-single-value-in-uevent-for-.patch patches.suse/power-ip5xxx_power-Fix-return-value-on-ADC-read-erro.patch patches.suse/power-supply-power_supply_show_enum_with_available-R.patch patches.suse/power-supply-core-Add-new-charge_types-property.patch patches.suse/power-reset-as3722-poweroff-Remove-unnecessary-retur.patch patches.suse/platform-x86-dell-laptop-Use-power_supply_charge_typ.patch patches.suse/pwm-microchip-core-fix-incorrect-comparison-with-max.patch patches.suse/usb-dwc3-remove-unused-sg-struct-member.patch patches.suse/usb-gadget-functionfs-fix-spellos.patch patches.suse/usb-dwc3-core-Disable-USB2-retry-for-DWC_usb31-1.80a.patch patches.suse/USB-Fix-the-issue-of-task-recovery-failure-caused-by.patch patches.suse/usb-common-expand-documentation-for-USB-functions.patch patches.suse/USB-Optimize-goto-logic-in-API-usb_register_driver.patch patches.suse/usb-typec-tcpci-set-local-CC-to-Rd-only-when-cc1-cc2-status-is-Rp.patch patches.suse/usb-typec-tcpm-Add-support-for-parsing-pd-revision-D.patch patches.suse/usb-typec-tcpm-Add-new-AMS-for-Get_Revision-response.patch patches.suse/usb-dwc3-gadget-Fix-incorrect-UDC-state-after-manual.patch patches.suse/usb-typec-Only-use-SVID-for-matching-altmodes.patch patches.suse/usb-typec-Add-driver-for-Thunderbolt-3-Alternate-Mod.patch patches.suse/usb-typec-Make-active-on-port-altmode-writable.patch patches.suse/usb-typec-Print-err-when-displayport-fails-to-enter.patch patches.suse/usb-gadget-f_tcm-Don-t-free-command-immediately.patch patches.suse/usb-gadget-f_tcm-Translate-error-to-sense.patch patches.suse/usb-gadget-f_tcm-Decrement-command-ref-count-on-clea.patch patches.suse/usb-gadget-f_tcm-Fix-Get-SetInterface-return-value.patch patches.suse/usb-gadget-f_tcm-ep_autoconfig-with-fullspeed-endpoi.patch patches.suse/usb-gadget-f_tcm-Don-t-prepare-BOT-write-request-twi.patch patches.suse/xhci-dbc-Improve-performance-by-removing-delay-in-tr.patch patches.suse/xhci-dbgtty-Improve-performance-by-handling-received.patch patches.suse/usb-xhci-Fix-NULL-pointer-dereference-on-certain-com.patch patches.suse/xhci-Add-command-completion-parameter-support.patch patches.suse/xhci-Add-missing-capability-definition-bits.patch patches.suse/usb-typec-ucsi-make-yoga_c630_ucsi_ops-be-static.patch patches.suse/usb-cdns3-remove-redundant-if-branch.patch patches.suse/usb-dwc3-Skip-resume-if-pm_runtime_set_active-fails.patch patches.suse/usb-dwc3-am62-Fix-an-OF-node-leak-in-phy_syscon_pll_.patch patches.suse/usb-dwc3-st-Switch-from-CONFIG_PM_SLEEP-guards-to-pm.patch patches.suse/usb-host-xhci-plat-Assign-shared_hcd-rsrc_start.patch patches.suse/usb-typec-tcpm-set-SRC_SEND_CAPABILITIES-timeout-to-.patch patches.suse/usb-phy-Remove-API-devm_usb_put_phy.patch patches.suse/thunderbolt-Increase-DPRX-capabilities-read-timeout.patch patches.suse/thunderbolt-Make-tb_tunnel_one_dp-return-void.patch patches.suse/thunderbolt-Rework-how-tunnel-init-deinit-hooks-are-.patch patches.suse/thunderbolt-Drop-tb_tunnel_restart.patch patches.suse/thunderbolt-Pass-reason-to-tb_dp_resource_unavailabl.patch patches.suse/thunderbolt-Move-forward-declarations-in-one-place.patch patches.suse/thunderbolt-Rework-tb_tunnel_consumed_bandwidth.patch patches.suse/thunderbolt-Handle-DisplayPort-tunnel-activation-asy.patch patches.suse/USB-Replace-own-str_plural-with-common-one.patch patches.suse/USB-host-Use-str_enable_disable-like-helpers.patch patches.suse/USB-typec-Use-str_enable_disable-like-helpers.patch patches.suse/USB-Use-str_enable_disable-like-helpers.patch patches.suse/usb-dwc3-gadget-Reinitiate-stream-for-all-host-NoStr.patch patches.suse/usb-quirks-Add-NO_LPM-quirk-for-TOSHIBA-TransMemory-.patch patches.suse/USB-serial-quatech2-fix-null-ptr-deref-in-qt2_proces.patch patches.suse/usb-dwc3-core-Defer-the-probe-until-USB-power-supply.patch patches.suse/usb-typec-ucsi-Add-a-macro-definition-for-UCSI-v1.0.patch patches.suse/usb-host-xhci-plat-add-support-compatible-ID-PNP0D15.patch patches.suse/usb-typec-tcpci-Prevent-Sink-disconnection-before-vP.patch patches.suse/Revert-usb-gadget-u_serial-Disable-ep-before-setting.patch patches.suse/usb-hcd-Bump-local-buffer-size-in-rh_string.patch patches.suse/staging-rtl8723bs-change-pointer-initialization-styl.patch patches.suse/staging-rtl8723bs-Cleanups-for-rtw_inc_and_chk_conti.patch patches.suse/staging-rtl8723bs-delete-DBG_RX_SIGNAL_DISPLAY_RAW_D.patch patches.suse/staging-rtl8723bs-delete-HAL_DEF_DBG_RX_INFO_DUMP-en.patch patches.suse/staging-rtl8723bs-Remove-ioctl-interface.patch patches.suse/pps-Fix-a-use-after-free.patch patches.suse/VMCI-remove-unused-ioctl-definitions.patch patches.suse/misc-misc_minor_alloc-to-use-ida-for-all-dynamic-mis.patch patches.suse/uio-Fix-return-value-of-poll.patch patches.suse/uio-uio_dmem_genirq-check-the-return-value-of-devm_k.patch patches.suse/drivers-card_reader-rtsx_usb-Restore-interrupt-based.patch patches.suse/VMCI-fix-reference-to-ioctl-number.rst.patch patches.suse/nvmem-imx-ocotp-ele-simplify-read-beyond-device-check.patch patches.suse/nvmem-imx-ocotp-ele-fix-reading-from-non-zero-offset.patch patches.suse/nvmem-imx-ocotp-ele-fix-MAC-address-byte-order.patch patches.suse/nvmem-imx-ocotp-ele-set-word-length-to-1.patch patches.suse/misc-fastrpc-Deregister-device-nodes-properly-in-err.patch patches.suse/misc-fastrpc-Fix-registered-buffer-page-address.patch patches.suse/misc-fastrpc-Fix-copy-buffer-page-size.patch patches.suse/extcon-realtek-fix-NULL-deref-check-in-extcon_rtk_ty.patch patches.suse/iio-adc-ad7124-Don-t-create-more-channels-than-the-d.patch patches.suse/iio-adc-ad7124-Refuse-invalid-input-specifiers.patch patches.suse/iio-adc-ad_sigma_delta-Handle-CS-assertion-as-intend.patch patches.suse/iio-light-Use-aligned_s64-instead-of-open-coding-ali.patch patches.suse/iio-imu-inv_icm42600-switch-timestamp-type-from-int6.patch patches.suse/iio-iio-mux-kzalloc-instead-of-devm_kzalloc-to-ensur.patch patches.suse/bus-mhi-host-Free-mhi_buf-vector-inside-mhi_alloc_bh.patch patches.suse/intel_th-core-fix-kernel-doc-warnings.patch patches.suse/iio-light-as73211-fix-channel-handling-in-only-color.patch patches.suse/dm-raid-fix-spelling-errors-in-raid_ctr.patch patches.suse/dm-change-kzalloc-to-kcalloc.patch patches.suse/dm-remove-useless-test-in-alloc_multiple_bios.patch patches.suse/dm-disable-REQ_NOWAIT-for-flushes.patch patches.suse/dm-transaction-manager-use-red-black-trees-instead-o.patch patches.suse/dm-table-atomic-writes-support.patch patches.suse/dm-Ensure-cloned-bio-is-same-length-for-atomic-write.patch patches.suse/dm-linear-Enable-atomic-writes.patch patches.suse/dm-stripe-Enable-atomic-writes.patch patches.suse/dm-io-Warn-on-creating-multiple-atomic-write-bios-fo.patch patches.suse/dm-mirror-Support-atomic-writes.patch patches.suse/dm-crypt-set-atomic-as-false-when-calling-crypt_conv.patch patches.suse/dm-crypt-fully-initialize-clone-bi_iter-in-crypt_all.patch patches.suse/dm-crypt-use-bi_sector-in-bio-when-initialize-integr.patch patches.suse/dm-crypt-don-t-update-io-sector-after-kcryptd_crypt_.patch patches.suse/dm-crypt-don-t-initialize-cc_sector-again.patch patches.suse/dm-crypt-track-tag_offset-in-convert_context.patch patches.suse/drm-modeset-Handle-tiled-displays-in-pan_display_ato.patch patches.suse/drm-client-Handle-tiled-displays-better.patch patches.suse/0975-drm-select-DRM_KMS_HELPER-from-DRM_GEM_SHMEM_HELPER.patch patches.suse/0976-drm-bochs-Do-not-put-DRM-device-in-PCI-remove-callba.patch patches.suse/0977-drm-zynqmp_dp-Unlock-on-error-in-zynqmp_dp_bridge_at.patch patches.suse/0978-drm-amdgpu-Use-DRM-scheduler-API-in-amdgpu_xcp_relea.patch patches.suse/0979-drm-amdgpu-mark-a-bunch-of-module-parameters-unsafe.patch patches.suse/0980-drm-amdgpu-Mark-debug-KFD-module-params-as-unsafe.patch patches.suse/0981-drm-amdgpu-gfx12-Add-Cleaner-Shader-Support-for-GFX1.patch patches.suse/0982-drm-amdkfd-Fix-partial-migrate-issue.patch patches.suse/0983-drm-amdkfd-Sync-trap-handler-binary-with-source.patch patches.suse/0984-drm-amd-Add-debug-option-to-disable-subvp.patch patches.suse/0985-drm-amdgpu-Add-handler-for-SDMA-context-empty.patch patches.suse/0986-drm-amdgpu-Refine-ip-detection-log-message.patch patches.suse/0987-drm-amdkfd-Clear-MODE.VSKIP-in-gfx9-trap-handler.patch patches.suse/0988-drm-amd-display-mark-static-functions-noinline_for_s.patch patches.suse/0989-drm-amdgpu-cache-gpu-pcie-link-width.patch patches.suse/0990-drm-amdgpu-fix-the-PCIe-lanes-reporting-in-the-INFO-.patch patches.suse/0991-drm-amd-display-fix-CEC-DC_DEBUG_MASK-documentation.patch patches.suse/0992-drm-amd-display-fix-SUBVP-DC_DEBUG_MASK-documentatio.patch patches.suse/0993-drm-amd-pm-Add-capability-flags-for-SMU-v13.0.6.patch patches.suse/0994-revert-drm-amdgpu-pm-Implement-SDMA-queue-reset-for-.patch patches.suse/0995-revert-drm-amdgpu-pm-add-definition-PPSMC_MSG_ResetS.patch patches.suse/0996-drm-amd-pm-Refactor-SMU-13.0.6-SDMA-reset-firmware-v.patch patches.suse/0997-drm-amd-pm-Fix-smu-v13.0.6-caps-initialization.patch patches.suse/0998-drm-amdgpu-fix-ring-timeout-issue-in-gfx10-sr-iov-en.patch patches.suse/drm-amd-display-Fix-error-pointers-in-amdgpu_dm_crtc.patch patches.suse/1000-drm-amd-amdgpu-Prevent-null-pointer-dereference-in-G.patch patches.suse/1001-drm-amd-Clarify-kdoc-for-amdgpu.gttsize.patch patches.suse/1002-drm-amd-amdgpu-Enable-scratch-data-dump-for-mes-12.patch patches.suse/drm-amd-display-Add-hubp-cache-reset-when-powergatin.patch patches.suse/1004-drm-amd-display-Optimize-cursor-position-updates.patch patches.suse/1005-drm-xlnx-zynqmp_dpsub-Fix-kernel-doc.patch patches.suse/1006-drm-virtio-Fix-UAF-in-virtgpu_dma_buf_free_obj.patch patches.suse/drm-v3d-Assign-job-pointer-to-NULL-before-signaling-.patch patches.suse/nfsd-fix-legacy-client-tracking-initialization.patch patches.suse/NFSD-fix-decoding-in-nfs4_xdr_dec_cb_getattr.patch patches.suse/SUNRPC-introduce-cache_check_rcu-to-help-check-in-rc.patch patches.suse/nfsd-no-need-get-cache-ref-when-protected-by-rcu.patch patches.suse/SUNRPC-no-need-get-cache-ref-when-protected-by-rcu.patch patches.suse/nfsd-fix-UAF-when-access-ex_uuid-or-ex_stats.patch patches.suse/NFSD-Encode-COMPOUND-operation-status-on-page-boundaries.patch patches.suse/NFSD-Insulate-nfsd4_encode_read-from-page-boundaries-in-the-encode-buffer.patch patches.suse/NFSD-Insulate-nfsd4_encode_read_plus-from-page-boundaries-in-the-encode-buffer.patch patches.suse/NFSD-Insulate-nfsd4_encode_read_plus_data-from-page-boundaries-in-the-encode-buffer.patch patches.suse/Revert-SUNRPC-Reduce-thread-wake-up-rate-when-receiving-large-RPC-messages.patch patches.suse/LoongArch-Fix-warnings-during-S3-suspend.patch patches.suse/KVM-arm64-Drop-MDSCR_EL1_DEBUG_MASK.patch patches.suse/KVM-arm64-Get-rid-of-__kvm_get_mdcr_el2-and-related-.patch patches.suse/KVM-arm64-Track-presence-of-SPE-TRBE-in-kvm_host_dat.patch patches.suse/KVM-arm64-Move-host-SME-SVE-tracking-flags-to-host-d.patch patches.suse/KVM-arm64-Write-MDCR_EL2-directly-from-kvm_arm_setup.patch patches.suse/KVM-arm64-Evaluate-debug-owner-at-vcpu_load.patch patches.suse/KVM-arm64-Clean-up-KVM_SET_GUEST_DEBUG-handler.patch patches.suse/KVM-arm64-Select-debug-state-to-save-restore-based-o.patch patches.suse/KVM-arm64-Remove-debug-tracepoints.patch patches.suse/KVM-arm64-Remove-vestiges-of-debug_ptr.patch patches.suse/KVM-arm64-Use-debug_owner-to-track-if-debug-regs-nee.patch patches.suse/KVM-arm64-Reload-vCPU-for-accesses-to-OSLAR_EL1.patch patches.suse/KVM-arm64-Compute-MDCR_EL2-at-vcpu_load.patch patches.suse/KVM-arm64-Don-t-hijack-guest-context-MDSCR_EL1.patch patches.suse/KVM-arm64-Manage-software-step-state-at-load-put.patch patches.suse/KVM-arm64-nv-Honor-MDCR_EL2.TDE-routing-for-debug-ex.patch patches.suse/KVM-arm64-Avoid-reading-ID_AA64DFR0_EL1-for-debug-sa.patch patches.suse/KVM-arm64-Fold-DBGxVR-DBGxCR-accessors-into-common-s.patch patches.suse/KVM-arm64-Promote-guest-ownership-for-DBGxVR-DBGxCR-.patch patches.suse/KVM-arm64-Change-the-layout-of-enum-pkvm_page_state.patch patches.suse/KVM-arm64-Move-enum-pkvm_page_state-to-memory.h.patch patches.suse/KVM-arm64-Make-hyp_page-order-a-u8.patch patches.suse/KVM-arm64-Move-host-page-ownership-tracking-to-the-h.patch patches.suse/KVM-arm64-Pass-walk-flags-to-kvm_pgtable_stage2_mkyo.patch patches.suse/KVM-arm64-Pass-walk-flags-to-kvm_pgtable_stage2_rela.patch patches.suse/KVM-arm64-Make-kvm_pgtable_stage2_init-a-static-inli.patch patches.suse/KVM-arm64-Add-get-put-_pkvm_hyp_vm-helpers.patch patches.suse/KVM-arm64-Introduce-__pkvm_vcpu_-load-put.patch patches.suse/KVM-arm64-Introduce-__pkvm_host_share_guest.patch patches.suse/KVM-arm64-Introduce-__pkvm_host_unshare_guest.patch patches.suse/KVM-arm64-Introduce-__pkvm_host_relax_guest_perms.patch patches.suse/KVM-arm64-Introduce-__pkvm_host_wrprotect_guest.patch patches.suse/KVM-arm64-Introduce-__pkvm_host_test_clear_young_gue.patch patches.suse/KVM-arm64-Introduce-__pkvm_host_mkyoung_guest.patch patches.suse/KVM-arm64-Introduce-__pkvm_tlb_flush_vmid.patch patches.suse/KVM-arm64-Introduce-the-EL1-pKVM-MMU.patch patches.suse/KVM-arm64-Plumb-the-pKVM-MMU-in-KVM.patch patches.suse/KVM-arm64-Consolidate-allowed-and-restricted-VM-feat.patch patches.suse/KVM-arm64-Group-setting-traps-for-protected-VMs-by-c.patch patches.suse/KVM-arm64-Move-checking-protected-vcpu-features-to-a.patch patches.suse/KVM-arm64-Remove-KVM_ARM_VCPU_POWER_OFF-from-protect.patch patches.suse/KVM-arm64-Use-KVM-extension-checks-for-allowed-prote.patch patches.suse/KVM-arm64-Initialize-feature-id-registers-for-protec.patch patches.suse/KVM-arm64-Fix-RAS-trapping-in-pKVM-for-protected-VMs.patch patches.suse/KVM-arm64-Set-protected-VM-traps-based-on-its-view-o.patch patches.suse/KVM-arm64-Rework-specifying-restricted-features-for-.patch patches.suse/KVM-arm64-Remove-fixed_config.h-header.patch patches.suse/KVM-arm64-Remove-redundant-setting-of-HCR_EL2-trap-b.patch patches.suse/KVM-arm64-Calculate-cptr_el2-traps-on-activating-tra.patch patches.suse/KVM-arm64-Refactor-kvm_reset_cptr_el2.patch patches.suse/KVM-arm64-Fix-the-value-of-the-CPTR_EL2-RES1-bitmask.patch patches.suse/KVM-arm64-Remove-PtrAuth-guest-vcpu-flag.patch patches.suse/KVM-arm64-Convert-the-SVE-guest-vcpu-flag-to-a-vm-fl.patch patches.suse/KVM-arm64-Use-kvm_vcpu_has_feature-directly-for-stru.patch patches.suse/KVM-arm64-Fix-FEAT_MTE-in-pKVM.patch patches.suse/KVM-arm64-nv-Add-handling-of-EL2-specific-timer-regi.patch patches.suse/KVM-arm64-nv-Sync-nested-timer-state-with-FEAT_NV2.patch patches.suse/KVM-arm64-nv-Publish-emulated-timer-interrupt-state-.patch patches.suse/KVM-arm64-nv-Use-FEAT_ECV-to-trap-access-to-EL0-time.patch patches.suse/KVM-arm64-nv-Accelerate-EL0-timer-read-accesses-when.patch patches.suse/KVM-arm64-nv-Accelerate-EL0-counter-accesses-from-hy.patch patches.suse/KVM-arm64-Handle-counter-access-early-in-non-HYP-con.patch patches.suse/KVM-arm64-nv-Add-trap-routing-for-CNTHCTL_EL2.EL1-NV.patch patches.suse/KVM-arm64-nv-Propagate-CNTHCTL_EL2.EL1NV-P-V-CT-bits.patch patches.suse/KVM-arm64-nv-Sanitise-CNTHCTL_EL2.patch patches.suse/KVM-arm64-Work-around-x1e-s-CNTVOFF_EL2-bogosity.patch patches.suse/KVM-arm64-Drop-pkvm_mem_transition-for-FF-A.patch patches.suse/KVM-arm64-Drop-pkvm_mem_transition-for-host-hyp-shar.patch patches.suse/KVM-arm64-Drop-pkvm_mem_transition-for-host-hyp-dona.patch patches.suse/KVM-arm64-coresight-Give-TRBE-enabled-state-to-KVM.patch patches.suse/KVM-arm64-Support-trace-filtering-for-guests.patch patches.suse/KVM-arm64-nv-Always-evaluate-HCR_EL2-using-sanitisin.patch patches.suse/KVM-arm64-nv-Apply-RESx-settings-to-sysreg-reset-val.patch patches.suse/KVM-arm64-nv-Advertise-the-lack-of-AArch32-EL0-suppo.patch patches.suse/KVM-arm64-Fix-nVHE-stacktrace-VA-bits-mask.patch patches.suse/arm64-kvm-Introduce-nvhe-stack-size-constants.patch patches.suse/KVM-arm64-vgic-Use-str_enabled_disabled-in-vgic_v3_p.patch patches.suse/KVM-arm64-Explicitly-handle-BRBE-traps-as-UNDEFINED.patch patches.suse/serial-8250_port-Assign-UPIO_UNKNOWN-instead-of-its-direct-value.patch patches.suse/serial-8250_pci-Resolve-WCH-vendor-ID-ambiguity.patch patches.suse/serial-8250_pci-Share-WCH-IDs-with-parport_serial-dr.patch patches.suse/8250-microchip-pci1xxxx-Add-workaround-for-RTS-bit-t.patch patches.suse/serial-8250-Use-ier-bits-to-determine-if-Rx-is-stopped.patch patches.suse/serial-8250-Do-not-set-UART_LSR_THRE-in-read_status_mask.patch patches.suse/serial-8250-Never-adjust-UART_LSR_DR-in-read_status_mask.patch patches.suse/serial-8250-Explain-the-role-of-read_status_mask.patch patches.suse/tty-serial-fsl_lpuart-increase-maximum-uart_nr-to-12.patch patches.suse/tty-serial-fsl_lpuart-flush-RX-and-TX-FIFO-when-lpuart-shutdown.patch patches.suse/tty-mips_ejtag_fdc-fix-one-more-u8-warning.patch patches.suse/serial-8250-Adjust-the-timeout-for-FIFO-mode.patch patches.suse/serial-8250-Use-frame-time-to-determine-timeout.patch patches.suse/serial-8250-Use-high-level-writing-function-for-FIFO.patch patches.suse/serial-8250-Provide-flag-for-IER-toggling-for-RS485.patch patches.suse/serial-8250-Switch-to-nbcon-console.patch patches.suse/serial-8250-Revert-drop-lockdep-annotation-from-serial8250_clear_IER.patch patches.suse/tty-xilinx_uartps-split-sysrq-handling.patch patches.suse/tty-Permit-some-TIOCL_SETSEL-modes-without-CAP_SYS_A.patch patches.suse/serial-kgdb_nmi-Remove-unused-knock-code.patch patches.suse/serial-sh-sci-Drop-__initdata-macro-for-port_cfg.patch patches.suse/serial-sh-sci-Move-runtime-PM-enable-to-sci_probe_si.patch patches.suse/serial-sh-sci-Do-not-probe-the-serial-port-if-its-sl.patch patches.suse/serial-sh-sci-Clean-sci_ports-0-after-at-earlycon-ex1.patch patches.suse/serial-sh-sci-Increment-the-runtime-usage-counter-fo.patch patches.suse/tools-bootconfig-Fix-the-wrong-format-specifier.patch patches.suse/libnvdimm-Replace-namespace_match-with-device_find_c.patch patches.suse/slimbus-core-Constify-slim_eaddr_equal.patch patches.suse/bus-fsl-mc-Constify-fsl_mc_device_match.patch patches.suse/driver-core-Constify-API-device_find_child-and-adapt.patch patches.suse/driver-core-Introduce-an-device-matching-API-device_.patch patches.suse/cxl-pmem-Replace-match_nvdimm_bridge-with-API-device.patch patches.suse/cxl-pmem-Remove-is_cxl_nvdimm_bridge.patch patches.suse/usb-typec-class-Remove-both-cable_match-and-partner_.patch patches.suse/kunit-platform-Resolve-struct-completion-warning.patch patches.suse/sysfs-constify-macro-BIN_ATTRIBUTE_GROUPS.patch patches.suse/sysfs-constify-bin_attribute-argument-of-sysfs_bin_a.patch patches.suse/btf-Switch-vmlinux-BTF-attribute-to-sysfs_bin_attr_s.patch patches.suse/btf-Switch-module-BTF-attribute-to-sysfs_bin_attr_si.patch patches.suse/devcoredump-cleanup-some-comments.patch patches.suse/driver-core-class-Fix-wild-pointer-dereferences-in-A.patch patches.suse/blk-cgroup-Fix-class-block_class-s-subsystem-refcount-leakage.patch patches.suse/debugfs-separate-cache-for-debugfs-inodes.patch patches.suse/debugfs-move-automount-into-debugfs_inode_info.patch patches.suse/debugfs-get-rid-of-dynamically-allocation-proxy_ops.patch patches.suse/debugfs-don-t-mess-with-bits-in-d_fsdata.patch patches.suse/debugfs-allow-to-store-an-additional-opaque-pointer-.patch patches.suse/carl9170-stop-embedding-file_operations-into-their-o.patch patches.suse/b43-stop-embedding-struct-file_operations-into-their.patch patches.suse/b43legacy-make-use-of-debugfs_get_aux.patch patches.suse/xhci-don-t-mess-with-d_iname.patch patches.suse/sof-client-ipc-flood-test-don-t-mess-with-d_name.patch patches.suse/octeontx2-don-t-mess-with-d_parent-or-d_parent-d_nam.patch patches.suse/saner-replacement-for-debugfs_rename.patch patches.suse/vfio-platform-check-the-bounds-of-read-write-syscall.patch patches.suse/NFS-Fix-potential-buffer-overflowin-nfs_sysfs_link_rpc_client.patch patches.suse/nfs-localio-add-direct-IO-enablement-with-sync-and-async-IO-support.patch patches.suse/nfs-fix-incorrect-error-handling-in-LOCALIO.patch patches.suse/nfs-Make-NFS_FSCACHE-select-NETFS_SUPPORT-instead-of-depending-on-it.patch patches.suse/NFSv4.2-fix-COPY_NOTIFY-xdr-buf-size-calculation.patch patches.suse/NFSv4.2-mark-OFFLOAD_CANCEL-MOVEABLE.patch patches.suse/pnfs-flexfiles-retry-getting-layout-segment-for-reads.patch patches.suse/x86-sev-Disable-jump-tables-in-SEV-startup-code.patch patches.suse/lib-crc-simplify-the-kconfig-options-for-CRC-impleme.patch patches.suse/lib-crc32-remove-other-generic-implementations.patch patches.suse/powerpc-pseries-eeh-Fix-get-PE-state-translation.patch patches.suse/powerpc-pseries-iommu-Don-t-unset-window-if-it-was-n.patch patches.suse/ACPI-HMAT-Move-HMAT-messages-to-pr_debug.patch patches.suse/cxl-pci-Add-CXL-Type-1-2-support-to-cxl_dvsec_rr_dec.patch patches.suse/cxl-events-Update-Common-Event-Record-to-CXL-spec-re.patch patches.suse/cxl-events-Add-Component-Identifier-formatting-for-C.patch patches.suse/cxl-events-Update-General-Media-Event-Record-to-CXL-.patch patches.suse/cxl-events-Update-DRAM-Event-Record-to-CXL-spec-rev-.patch patches.suse/cxl-events-Update-Memory-Module-Event-Record-to-CXL-.patch patches.suse/cxl-core-regs-Refactor-out-functions-to-count-regblo.patch patches.suse/Grab-mm-lock-before-grabbing-pt-lock.patch patches.suse/regulator-core-Add-missing-newline-character.patch patches.suse/dmaengine-idxd-Add-a-new-IAA-device-ID-on-Panther-La.patch patches.suse/dmaengine-idxd-Remove-unused-idxd_-un-register_bus_t.patch patches.suse/dmaengine-ti-edma-fix-OF-node-reference-leaks-in-edm.patch patches.suse/dmaengine-tegra210-adma-Support-channel-page.patch patches.suse/dmaengine-idxd-Add-idxd_pci_probe_alloc-helper.patch patches.suse/dmaengine-idxd-Binding-and-unbinding-IDXD-device-and.patch patches.suse/dmaengine-idxd-Add-idxd_device_config_save-and-idxd_.patch patches.suse/dmaengine-idxd-Refactor-halt-handler.patch patches.suse/dmaengine-idxd-Enable-Function-Level-Reset-FLR-for-h.patch patches.suse/soundwire-bus-Move-irq-mapping-cleanup-into-devres.patch patches.suse/soundwire-add-lane-field-in-sdw_port_runtime.patch patches.suse/soundwire-mipi_disco-read-lane-mapping-properties-fr.patch patches.suse/soundwire-add-lane_used_bandwidth-in-struct-sdw_bus.patch patches.suse/soundwire-stream-set-DEPREPARED-state-earlier.patch patches.suse/soundwire-generic_bandwidth_allocation-skip-DEPREPAR.patch patches.suse/Soundwire-add-sdw_slave_get_scale_index-helper.patch patches.suse/Soundwire-stream-program-BUSCLOCK_SCALE.patch patches.suse/Soundwire-generic_bandwidth_allocation-set-frame-sha.patch patches.suse/soundwire-generic_bandwidth_allocation-correct-clk_f.patch patches.suse/soundwire-generic_bandwidth_allocation-check-require.patch patches.suse/soundwire-generic_bandwidth_allocation-select-data-l.patch patches.suse/soundwire-generic_bandwidth_allocation-add-lane-in-s.patch patches.suse/SoundWire-pass-stream-to-compute_params.patch patches.suse/soundwire-generic_bandwidth_allocation-count-the-ban.patch patches.suse/soundwire-amd-clear-wake-enable-register-for-power-o.patch patches.suse/gpio-mxc-remove-dead-code-after-switch-to-DT-only.patch patches.suse/selftests-gpio-gpio-sim-Fix-missing-chip-disablement.patch patches.suse/s390-fpu-Add-fpc-exception-handler-remove-fixup-section-again.patch patches.suse/s390-pci-Fix-SR-IOV-for-PFs-initially-in-standby.patch patches.suse/s390-Add-std-gnu11-to-decompressor-and-purgatory-CFLAGS.patch patches.suse/s390-sclp-Initialize-sclp-subsystem-via-arch_cpu_finalize_init.patch patches.suse/s390-vmlogrdr-Use-internal_name-for-error-messages.patch patches.suse/s390-vmlogrdr-Use-array-instead-of-string-initialize.patch patches.suse/docs-power-Fix-footnote-reference-for-Toshiba-Satell.patch patches.suse/net-sched-fix-ets-qdisc-OOB-Indexing.patch patches.suse/NFC-nci-Add-bounds-checking-in-nci_hci_create_pipe.patch patches.suse/net-hns3-fix-oops-when-unload-drivers-paralleling.patch patches.suse/net-phy-marvell-88q2xxx-Fix-temperature-measurement-.patch patches.suse/net-fec-implement-TSO-descriptor-cleanup.patch patches.suse/net-mvneta-fix-locking-in-mvneta_cpu_online.patch patches.suse/ipmr-do-not-call-mr_mfc_uses_dev-for-unres-entries.patch patches.suse/net-rose-fix-timer-races-against-user-threads.patch patches.suse/net-mlx5e-add-missing-cpu_to_node-to-kvzalloc_node-i.patch patches.suse/ptp-Ensure-info-enable-callback-is-always-set.patch patches.suse/tools-ynl-c-correct-reverse-decode-of-empty-attrs.patch patches.suse/eth-tg3-fix-calling-napi_enable-in-atomic-context.patch patches.suse/eth-forcedeth-remove-local-wrappers-for-napi-enable-.patch patches.suse/eth-forcedeth-fix-calling-napi_enable-in-atomic-cont.patch patches.suse/eth-8139too-fix-calling-napi_enable-in-atomic-contex.patch patches.suse/eth-niu-fix-calling-napi_enable-in-atomic-context.patch patches.suse/eth-via-rhine-fix-calling-napi_enable-in-atomic-cont.patch patches.suse/wifi-mt76-move-napi_enable-from-under-BH.patch patches.suse/netdevsim-don-t-assume-core-pre-populates-HDS-params.patch patches.suse/net-page_pool-don-t-try-to-stash-the-napi-id.patch patches.suse/selftests-mptcp-extend-CFLAGS-to-keep-options-from-e.patch patches.suse/selftests-net-lib-openvswitch-extend-CFLAGS-to-keep-.patch patches.suse/rxrpc-afs-Fix-peer-hash-locking-vs-RCU-callback.patch patches.suse/vxlan-Fix-uninit-value-in-vxlan_vnifilter_dump.patch patches.suse/net-phy-c45-tjaxx-add-delay-between-MDIO-write-and-r.patch patches.suse/net-davicom-fix-UAF-in-dm9000_drv_remove.patch patches.suse/mptcp-consolidate-suboption-status.patch patches.suse/mptcp-pm-only-set-fullmesh-for-subflow-endp.patch patches.suse/mptcp-handle-fastopen-disconnect-correctly.patch patches.suse/xfrm-replay-Fix-the-update-of-replay_esn-oseq_hi-for-GSO.patch patches.suse/xfrm-state-fix-out-of-bounds-read-during-lookup.patch patches.suse/xfrm-delete-intermediate-secpath-entry-in-packet-offload-m.patch patches.suse/idpf-add-read-memory-barrier-when-checking-descripto.patch patches.suse/idpf-fix-transaction-timeouts-on-reset.patch patches.suse/idpf-Acquire-the-lock-before-accessing-the-xn-salt.patch patches.suse/idpf-convert-workqueues-to-unbound.patch patches.suse/idpf-add-more-info-during-virtchnl-transaction-timeo.patch patches.suse/ice-fix-ice_parser_rt-bst_key-array-size.patch patches.suse/ice-remove-invalid-parameter-of-equalizer.patch patches.suse/iavf-allow-changing-VLAN-state-without-calling-PF.patch patches.suse/net-usb-rtl8150-enable-basic-endpoint-checking.patch patches.suse/ptp-Properly-handle-compat-ioctls.patch patches.suse/usbnet-ipheth-fix-possible-overflow-in-DPE-length-ch.patch patches.suse/usbnet-ipheth-check-that-DPE-points-past-NCM-header.patch patches.suse/usbnet-ipheth-use-static-NDP16-location-in-URB.patch patches.suse/usbnet-ipheth-refactor-NCM-datagram-loop.patch patches.suse/usbnet-ipheth-break-up-NCM-header-size-computation.patch patches.suse/usbnet-ipheth-fix-DPE-OoB-read.patch patches.suse/usbnet-ipheth-document-scope-of-NCM-implementation.patch patches.suse/ethtool-Fix-set-RXNFC-command-with-symmetric-RSS-has.patch patches.suse/bonding-Correctly-support-GSO-ESP-offload.patch patches.suse/vsock-Keep-the-binding-until-socket-destruction.patch patches.suse/vsock-Allow-retrying-on-connect-failure.patch patches.suse/tcp-correct-handling-of-extreme-memory-squeeze.patch patches.suse/net-xdp-Disallow-attaching-device-bound-programs-in-.patch patches.suse/selftests-net-Add-test-for-loading-devbound-XDP-prog.patch patches.suse/Bluetooth-btusb-mediatek-Add-locks-for-usb_driver_cl.patch patches.suse/Bluetooth-Fix-possible-infinite-recursion-of-btusb_r.patch patches.suse/Bluetooth-Add-ABI-doc-for-sysfs-reset.patch patches.suse/Bluetooth-btnxpuart-Fix-glitches-seen-in-dual-A2DP-s.patch patches.suse/Bluetooth-L2CAP-accept-zero-as-a-special-value-for-M.patch patches.suse/net-ravb-Fix-missing-rtnl-lock-in-suspend-resume-pat.patch patches.suse/mptcp-blackhole-only-if-1st-SYN-retrans-w-o-MPC-is-a.patch patches.suse/net-hsr-fix-fill_frame_info-regression-vs-VLAN-packets.patch patches.suse/netfilter-nf_tables-reject-mismatching-sum-of-field_len-with-set-key-length.patch patches.suse/cpufreq-s3c64xx-Fix-compilation-warning.patch patches.suse/PM-hibernate-Add-error-handling-for-syscore_suspend.patch patches.suse/PM-Revert-Add-EXPORT-macros-for-exporting-PM-functio.patch patches.suse/PM-sleep-core-Synchronize-runtime-PM-status-of-paren.patch patches.suse/ACPI-x86-Add-skip-i2c-clients-quirk-for-Vexia-EDU-AT.patch patches.suse/x86-acpi-Fix-LAPIC-x2APIC-parsing-order.patch patches.suse/perf-trace-Fix-BPF-loading-failure-E2BIG.patch patches.suse/perf-annotate-Use-an-array-for-the-disassembler-preference.patch patches.suse/perf-trace-Fix-runtime-error-of-index-out-of-bounds.patch patches.suse/perf-test-Skip-syscall-enum-test-if-no-landlock-syscall.patch patches.suse/perf-cpumap-Fix-die-and-cluster-IDs.patch patches.suse/i2c-imx-lpi2c-select-CONFIG_I2C_SLAVE.patch patches.suse/rtc-tps6594-Fix-integer-overflow-on-32bit-systems.patch patches.suse/rtc-pcf85063-fix-potential-OOB-write-in-PCF85063-NVM.patch patches.suse/rtc-loongson-clear-TOY_MATCH0_REG-in-loongson_rtc_is.patch patches.suse/rtc-zynqmp-Fix-optional-clock-name-property.patch patches.suse/ubi-Add-a-check-for-ubi_num.patch patches.suse/ALSA-hda-realtek-Fix-quirk-matching-for-Legion-Pro-7.patch patches.suse/ALSA-usb-audio-Add-delay-quirk-for-iBasso-DC07-Pro.patch patches.suse/ALSA-pcm-use-new-array-copying-wrapper.patch patches.suse/ALSA-hda-Fix-headset-detection-failure-due-to-unstab.patch patches.suse/ASoC-codecs-ES8326-Improved-PSRR.patch patches.suse/ASoC-fsl_asrc_m2m-only-handle-pairs-for-m2m-in-the-s.patch patches.suse/ASoC-fsl_asrc_m2m-return-error-value-in-asrc_m2m_dev.patch patches.suse/ASoC-rockchip-i2s_tdm-Re-add-the-set_sysclk-callback.patch patches.suse/ASoC-SOF-imx8m-add-SAI2-5-6-7.patch patches.suse/ASoC-audio-graph-card2-use-correct-endpoint-when-get.patch patches.suse/ASoC-fsl_asrc_m2m-select-CONFIG_DMA_SHARED_BUFFER.patch patches.suse/ASoC-acp-Support-microphone-from-Lenovo-Go-S.patch patches.suse/ASoC-use-to_platform_device-instead-of-container_of.patch patches.suse/ASoC-da7213-Initialize-the-mutex.patch patches.suse/ASoC-Intel-bytcr_rt5640-Add-DMI-quirk-for-Vexia-Edu-.patch patches.suse/ASoC-SOF-imx-Add-mach-entry-to-select-cs42888-topolo.patch patches.suse/ASoC-SOF-imx8-Add-entries-for-new-8QM-and-8QXP-revis.patch patches.suse/ASoC-SOF-imx8m-Add-entry-for-new-8M-Plus-revision.patch patches.suse/ASoC-renesas-SND_SIU_MIGOR-should-depend-on-DMADEVIC.patch patches.suse/firmware-cs_dsp-FW_CS_DSP_KUNIT_TEST-should-not-sele.patch patches.suse/ASoC-amd-acp-Fix-possible-deadlock.patch patches.suse/ASoC-codec-es8316-DAC-Soft-Ramp-Rate-is-just-a-2-bit.patch patches.suse/ALSA-hda-realtek-Workaround-for-resume-on-Dell-Venue.patch patches.suse/ata-libata-core-Add-ATA_QUIRK_NOLPM-for-Samsung-SSD-.patch patches.suse/ata-libata-sff-Ensure-that-we-cannot-write-outside-t.patch patches.suse/io_uring-rsrc-Simplify-buffer-cloning-by-locking-bot.patch patches.suse/io_uring-clean-up-io_uring_register_get_file.patch patches.suse/io_uring-rsrc-remove-unused-parameter-ctx-for-io_rsr.patch patches.suse/io_uring-rsrc-Move-lockdep-assert-from-io_free_rsrc_.patch patches.suse/io_uring-msg_ring-don-t-leave-potentially-dangling-t.patch patches.suse/io_uring-uring_cmd-use-cached-cmd_op-in-io_uring_cmd.patch patches.suse/io_uring-uring_cmd-cleanup-struct-io_uring_cmd_data-.patch patches.suse/io_uring-get-rid-of-alloc-cache-init_once-handling.patch patches.suse/io_uring-alloc_cache-get-rid-of-_nocache-helper.patch patches.suse/io_uring-register-use-atomic_read-write-for-sq_flags.patch patches.suse/io_uring-fix-multishots-with-selected-buffers.patch patches.suse/io_uring-include-all-deps-for-alloc_cache.h.patch patches.suse/io_uring-dont-ifdef-io_alloc_cache_kasan.patch patches.suse/io_uring-add-alloc_cache.c.patch patches.suse/io_uring-net-make-io_net_vec_assign-return-void.patch patches.suse/io_uring-net-clean-io_msg_copy_hdr.patch patches.suse/io_uring-net-extract-io_send_select_buffer.patch patches.suse/io_uring-remove-KASAN-guards-from-cache-free.patch patches.suse/io_uring-rw-simplify-io_rw_recycle.patch patches.suse/io_uring-net-don-t-retry-connect-operation-on-EPOLLE.patch patches.suse/block-don-t-revert-iter-for-EIOCBQUEUED.patch patches.suse/blk-mq-create-correct-map-for-fallback-case.patch patches.suse/md-md-bitmap-Synchronize-bitmap_get_stats-with-bitmap-lifetime.patch patches.suse/loop-don-t-clear-LO_FLAGS_PARTSCAN-on-LOOP_SET_STATU.patch patches.suse/block-get-rid-of-request-queue-sysfs_dir_lock.patch patches.suse/block-fix-nr_hw_queue-update-racing-with-disk-additi.patch patches.suse/block-force-noio-scope-in-blk_mq_freeze_queue.patch patches.suse/kbuild-suppress-stdout-from-merge_config-for-silent-.patch patches.suse/genksyms-fix-memory-leak-when-the-same-symbol-is-add.patch patches.suse/genksyms-fix-memory-leak-when-the-same-symbol-is-rea.patch patches.suse/genksyms-reduce-the-indentation-in-the-for-loop-in-__add_s.patch patches.suse/genksyms-refactor-the-return-points-in-the-for-loop-in-__a.patch patches.suse/genksyms-use-generic-macros-for-hash-table-implementation.patch patches.suse/genksyms-use-uint32_t-instead-of-unsigned-long-for-calcula.patch patches.suse/genksyms-rename-m_abstract_declarator-to-abstract_declarat.patch patches.suse/genksyms-rename-cvar_qualifier-to-type_qualifier.patch patches.suse/genksyms-reduce-type_qualifier-directly-to-decl_specifier.patch patches.suse/genksyms-fix-6-shift-reduce-conflicts-and-5-reduce-reduce-.patch patches.suse/genksyms-fix-last-3-shift-reduce-conflicts.patch patches.suse/genksyms-remove-Makefile-hack.patch patches.suse/genksyms-restrict-direct-abstract-declarator-to-take-one-p.patch patches.suse/genksyms-restrict-direct-declarator-to-take-one-parameter-.patch patches.suse/genksyms-record-attributes-consistently-for-init-declarato.patch patches.suse/genksyms-decouple-ATTRIBUTE_PHRASE-from-type-qualifier.patch patches.suse/genksyms-fix-syntax-error-for-attribute-before-abstract_de.patch patches.suse/genksyms-fix-syntax-error-for-attribute-before-nested_decl.patch patches.suse/genksyms-fix-syntax-error-for-attribute-after-abstact_decl.patch patches.suse/genksyms-fix-syntax-error-for-attribute-after-struct.patch patches.suse/genksyms-fix-syntax-error-for-attribute-after-union.patch patches.suse/genksyms-fix-syntax-error-for-builtin-u-int-x-_t-types.patch patches.suse/genksyms-fix-syntax-error-for-attribute-before-init-declar.patch patches.suse/kconfig-fix-file-name-in-warnings-when-loading-KCONF.patch patches.suse/kconfig-fix-memory-leak-in-sym_warn_unmet_dep.patch patches.suse/PCI-Restore-original-INTX_DISABLE-bit-by-pcim_intx.patch patches.suse/drm-amdkfd-Block-per-queue-reset-when-halt_if_hws_ha.patch patches.suse/drm-amd-amdgpu-change-the-config-of-cgcg-on-gfx12.patch patches.suse/drm-amd-pm-Mark-MM-activity-as-unsupported.patch patches.suse/drm-amd-display-Correct-register-address-in-dcn35.patch patches.suse/drm-amdkfd-only-flush-the-validate-MES-contex.patch patches.suse/1014-drm-amd-display-restore-invalid-MSA-timing-check-for.patch patches.suse/kbuild-Use-fzero-init-padding-bits-all.patch patches.suse/Revert-media-uvcvideo-Require-entities-to-have-a-non.patch patches.suse/mm-vmscan-fix-hard-LOCKUP-in-function-isolate_lru_folios.patch patches.suse/ocfs2-fix-incorrect-CPU-endianness-conversion-causing-mount-failure.patch patches.suse/mm-vmscan-accumulate-nr_demoted-for-accurate-demotion-stat.patch patches.suse/kernel-be-more-careful-about-dup_mmap-failures-and-uprobe-registering.patch patches.suse/mm-compaction-use-the-proper-flag-to-determine-watermarks.patch patches.suse/mm-hugetlb-fix-hugepage-allocation-for-interleaved-m.patch patches.suse/debugfs-Fix-the-missing-initializations-in-__debugfs.patch patches.suse/tools-power-turbostat-Add-initial-support-for-PantherLake.patch patches.suse/tools-power-turbostat-Add-initial-support-for-ClearwaterForest.patch patches.suse/tools-power-turbostat-update-turbostat-8.patch patches.suse/tools-power-turbostat-Exit-on-unsupported-Intel-models.patch patches.suse/tools-power-turbostat-Exit-on-unsupported-Vendors.patch patches.suse/tools-power-turbostat-Improve-help-output.patch patches.suse/tools-power-turbostat-Introduce-force-parameter.patch patches.suse/tools-power-turbostat-add-Busy-to-show-idle.patch patches.suse/tools-power-turbostat-Add-an-NMI-column.patch patches.suse/tools-power-turbostat-Remove-SysWatt-from-DISABLED_BY_DEFAULT.patch patches.suse/tools-power-turbostat-Fix-PMT-mmaped-file-size-rounding.patch patches.suse/tools-power-turbostat-Add-fixed-RAPL-PSYS-divisor-for-SPR.patch patches.suse/tools-power-turbostat-Enhance-turbostat-self-performance-visibility.patch patches.suse/tools-power-turbostat-Check-for-non-zero-value-when-MSR-probing.patch patches.suse/tools-power-turbostat-Return-default-value-for-unmapped-PMT-domains.patch patches.suse/tools-power-turbostat-Extend-PMT-identification-with-a-sequence-number.patch patches.suse/tools-power-turbostat-Add-PMT-directory-iterator-helper.patch patches.suse/tools-power-turbostat-Allow-mapping-multiple-PMT-files-with-the-same-GUID.patch patches.suse/tools-power-turbostat-Allow-adding-PMT-counters-directly-by-sysfs-path.patch patches.suse/tools-power-turbostat-version-2025.01.14.patch patches.suse/tools-power-turbostat-Add-tcore-clock-PMT-type.patch patches.suse/tools-power-turbostat-Fix-forked-child-affinity-regression.patch patches.suse/tools-power-turbostat-Harden-one-shot-mode-against-cpu-offline.patch patches.suse/tools-power-turbostat-Add-CPU-c1e-BIC-for-CWF.patch patches.suse/tools-power-turbostat-version-2025.02.02.patch patches.suse/xfs-don-t-call-remap_verify_area-with-sb-write-protection-held.patch patches.suse/xfs-Propagate-errors-from-xfs_reflink_cancel_cow_range-in-xfs_dax_write_iomap_end.patch patches.suse/xfs-Add-error-handling-for-xfs_reflink_cancel_cow_range.patch patches.suse/irqchip-lan966x-oic-Make-CONFIG_LAN966X_OIC-depend-o.patch patches.suse/irqchip-irq-mvebu-icu-Fix-access-to-msi_data-from-ir.patch patches.suse/irqchip-apple-aic-Only-handle-PMC-interrupt-as-FIQ-w.patch patches.suse/hrtimers-Force-migrate-away-hrtimers-queued-after-CP.patch patches.suse/clocksource-Use-pr_info-for-Checking-clocksource-syn.patch patches.suse/jiffies-Cast-to-unsigned-long-in-secs_to_jiffies-con.patch patches.suse/platform-x86-ideapad-laptop-pass-a-correct-pointer-t.patch patches.suse/platform-x86-intel-pmc-fix-ltr-decode-in-pmc_core_lt.patch patches.suse/platform-x86-intel-ifs-Update-documentation-with-ima.patch patches.suse/selftests-livepatch-handle-PRINTK_CALLER-in-check_re.patch patches.suse/btrfs-fix-assertion-failure-when-splitting-ordered-extent-after-transaction-abort.patch patches.suse/btrfs-do-not-output-error-message-if-a-qgroup-has-be.patch patches.suse/btrfs-fix-use-after-free-when-attempting-to-join-an-.patch patches.suse/btrfs-avoid-starting-new-transaction-when-cleaning-q.patch patches.suse/net-ipv6-fix-dst-refleaks-in-rpl-seg6-and-ioam6-lwtu.patch patches.suse/net-ipv6-fix-dst-ref-loops-in-rpl-seg6-and-ioam6-lwt.patch patches.suse/ice-Add-check-for-devm_kzalloc.patch patches.suse/vmxnet3-Fix-tx-queue-race-condition-with-XDP.patch patches.suse/tg3-Disable-tg3-PCIe-AER-on-system-reboot.patch patches.suse/udp-gso-do-not-drop-small-packets-when-PMTU-reduces.patch patches.suse/ice-put-Rx-buffers-after-being-done-with-current-fra.patch patches.suse/ice-gather-page_count-s-of-each-frag-right-before-XD.patch patches.suse/ice-stop-storing-XDP-verdict-within-ice_rx_buf.patch patches.suse/ethtool-rss-fix-hiding-unsupported-fields-in-dumps.patch patches.suse/ethtool-ntuple-fix-rss-ring_cookie-check.patch patches.suse/net-atlantic-fix-warning-during-hot-unplug.patch patches.suse/net-rose-lock-the-socket-in-rose_bind.patch patches.suse/selftests-mptcp-connect-f-no-reconnect.patch patches.suse/pfifo_tail_enqueue-Drop-new-packet-when-sch-limit-0.patch patches.suse/netem-Update-sch-q.qlen-before-qdisc_tree_reduce_backlog.patch patches.suse/x86-xen-fix-xen_hypercall_hvm-to-not-clobber-rbx.patch patches.suse/x86-xen-add-FRAME_END-to-xen_hypercall_hvm.patch patches.suse/PCI-ASPM-Fix-L1SS-saving.patch patches.suse/PCI-TPH-Restore-TPH-Requester-Enable-correctly.patch patches.suse/selftests-always-check-mask-returned-by-statmount-2.patch patches.suse/gpio-pca953x-Improve-interrupt-support.patch patches.suse/gpio-sim-lock-hog-configfs-items-if-present.patch patches.suse/ACPI-PRM-Remove-unnecessary-strict-handler-address-c.patch patches.suse/ACPI-property-Fix-return-value-for-nval-0-in-acpi_da.patch patches.suse/ACPI-resource-IRQ-override-for-Eluktronics-MECH-17.patch patches.suse/cpufreq-amd-pstate-Fix-per-policy-boost-flag-incorrect-when-fail.patch patches.suse/cpufreq-amd-pstate-Remove-the-goto-label-in-amd_pstate_update_limits.patch patches.suse/cpufreq-amd-pstate-Fix-max_perf-updation-with-schedutil.patch patches.suse/cpufreq-amd-pstate-Fix-cpufreq_policy-ref-counting.patch patches.suse/powercap-call-put_device-on-an-error-path-in-powerca.patch patches.suse/drivers-block-sunvdc.c-update-the-correct-AIP-call.patch patches.suse/nvmet-fix-rw-control-endian-access.patch patches.suse/nvme-pci-remove-redundant-dma-frees-in-hmb.patch patches.suse/nvme-pci-Add-TUXEDO-InfinityFlex-to-Samsung-sleep-qu.patch patches.suse/nvme-pci-Add-TUXEDO-IBP-Gen9-to-Samsung-sleep-quirk.patch patches.suse/nvme-fc-go-straight-to-connecting-state-when-initial.patch patches.suse/nvme-handle-connectivity-loss-in-nvme_set_queue_coun.patch patches.suse/nvme-fc-do-not-ignore-connectivity-loss-during-conne.patch patches.suse/nvmet-fix-a-memory-leak-in-controller-identify.patch patches.suse/nvmet-the-result-field-in-nvmet_alloc_ctrl_args-is-l.patch patches.suse/nvmet-add-a-missing-endianess-conversion-in-nvmet_ex.patch patches.suse/nvme-make-nvme_tls_attrs_group-static.patch patches.suse/nvme-fc-use-ctrl-state-getter.patch patches.suse/md-Fix-linear_set_limits.patch patches.suse/firmware-iscsi_ibft-fix-ISCSI_IBFT-Kconfig-entry.patch patches.suse/iscsi_ibft-Fix-UBSAN-shift-out-of-bounds-warning-in-.patch patches.suse/drm-amdgpu-add-a-BO-metadata-flag-to-disable-write-c.patch patches.suse/drm-amd-display-Fix-out-of-bound-accesses.patch patches.suse/drm-amd-display-Fix-seamless-boot-sequence.patch patches.suse/drm-amd-display-Respect-user-s-CONFIG_FRAME_WARN-mor.patch patches.suse/Revert-drm-amd-display-Use-HW-lock-mgr-for-PSR1.patch patches.suse/1020-drm-print-Include-drm_device.h.patch patches.suse/1021-drm-ast-astdp-Fix-timeout-for-enabling-video-signal.patch patches.suse/drm-komeda-Add-check-for-komeda_get_layer_fourcc_lis.patch patches.suse/1023-accel-ivpu-Fix-error-handling-in-ivpu_boot.patch patches.suse/accel-ivpu-Clear-runtime_error-after-pm_runtime_resu.patch patches.suse/accel-ivpu-Fix-error-handling-in-recovery-reset.patch patches.suse/gpu-drm_dp_cec-fix-broken-CEC-adapter-properties-che.patch patches.suse/1027-accel-amdxdna-Add-MODULE_FIRMWARE-declarations.patch patches.suse/1028-drm-xe-oa-Preserve-oa_ctrl-unused-bits.patch patches.suse/1029-drm-xe-pf-Fix-migration-initialization.patch patches.suse/1030-drm-xe-oa-Set-stream-pollin-in-xe_oa_buffer_check_un.patch patches.suse/drm-xe-devcoredump-Move-exec-queue-snapshot-to-Conte.patch patches.suse/drm-xe-Fix-and-re-enable-xe_print_blob_ascii85.patch patches.suse/1033-drm-i915-hdcp-Fix-Repeater-authentication-during-top.patch patches.suse/1034-drm-i915-hdcp-Use-correct-function-to-check-if-encod.patch patches.suse/drm-i915-pmu-Fix-zero-delta-busyness-issue.patch patches.suse/drm-i915-Fix-page-cleanup-on-DMA-remap-failure.patch patches.suse/drm-i915-Drop-64bpp-YUV-formats-from-ICL-SDR-planes.patch patches.suse/drm-i915-guc-Debug-print-LRC-state-entries-only-if-t.patch patches.suse/drm-i915-dp-fix-the-Adaptive-sync-Operation-mode-for.patch patches.suse/1040-drm-i915-dp-Return-min-bpc-supported-by-source-inste.patch patches.suse/1041-drm-i915-backlight-Return-immediately-when-scale-fin.patch patches.suse/drm-i915-dp-Iterate-DSC-BPP-from-high-to-low-on-all-.patch patches.suse/1043-drm-i915-dp-Fix-potential-infinite-loop-in-128b-132b.patch patches.suse/kbuild-Move-Wenum-enum-conversion-to-W-2.patch patches.suse/futex-Pass-in-task-to-futex_queue.patch patches.suse/sched-fair-Fix-inaccurate-h_nr_runnable-accounting-with-delayed-dequeue.patch patches.suse/sched-debug-Provide-slice-length-for-fair-tasks.patch patches.suse/clocksource-Use-migrate_disable-to-avoid-calling-get_random_u32-in-atomic-context.patch patches.suse/x86-boot-Use-std-gnu11-to-fix-build-with-GCC-15.patch patches.suse/fgraph-Fix-set_graph_notrace-with-setting-TRACE_GRAPH_NOTR.patch patches.suse/rust-kbuild-add-fzero-init-padding-bits-to-bindgen_s.patch patches.suse/scsi-ufs-Fix-toggling-of-clk_gating.state-when-clock-gatin.patch patches.suse/scsi-core-Use-GFP_NOIO-to-avoid-circular-locking-dependenc.patch patches.suse/scsi-core-Do-not-retry-I-Os-during-depopulation.patch patches.suse/scsi-ufs-core-Fix-use-after-free-in-init-error-and-remove-paths.patch patches.suse/msft-hv-3159-scsi-storvsc-Set-correct-data-length-for-sending-SCS.patch patches.suse/scsi-ufs-core-Fix-error-return-with-query-response.patch patches.suse/seccomp-passthrough-uretprobe-systemcall-without-fil.patch patches.suse/KVM-s390-vsie-fix-some-corner-cases-when-grabbing-vsie-pages.patch patches.suse/KVM-s390-vsie-stop-using-page-index.patch patches.suse/KVM-s390-vsie-stop-messing-with-page-refcount.patch patches.suse/KVM-s390-vsie-stop-using-struct-page-for-vsie-page.patch patches.suse/KVM-Do-not-restrict-the-size-of-KVM-internal-memory-.patch patches.suse/KVM-s390-wrapper-for-KVM_BUG.patch patches.suse/KVM-s390-fake-memslot-for-ucontrol-VMs.patch patches.suse/KVM-arm64-Flush-hyp-bss-section-after-initialization.patch patches.suse/KVM-arm64-Flush-sync-debug-state-in-protected-mode.patch patches.suse/KVM-arm64-Fail-protected-mode-init-if-no-vgic-hardwa.patch patches.suse/KVM-arm64-Fix-nested-S2-MMU-structures-reallocation.patch patches.suse/KVM-arm64-timer-Always-evaluate-the-need-for-a-soft-.patch patches.suse/KVM-arm64-timer-Correctly-handle-EL1-timer-emulation.patch patches.suse/KVM-arm64-timer-Don-t-adjust-the-EL2-virtual-timer-o.patch patches.suse/KVM-remove-kvm_arch_post_init_vm.patch patches.suse/KVM-x86-mmu-Ensure-NX-huge-page-recovery-thread-is-a.patch patches.suse/PM-sleep-core-Restrict-power.set_active-propagation.patch patches.suse/scripts-Makefile.extrawarn-Do-not-show-clang-s-non-k.patch patches.suse/pinctrl-cy8c95x0-Avoid-accessing-reserved-registers.patch patches.suse/pinctrl-cy8c95x0-Enable-regmap-locking-for-debug.patch patches.suse/pinctrl-cy8c95x0-Rename-PWMSEL-to-SELPWM.patch patches.suse/pinctrl-cy8c95x0-Respect-IRQ-trigger-settings-from-f.patch patches.suse/pinctrl-pinconf-generic-Print-unsigned-value-if-a-fo.patch patches.suse/HID-intel-ish-hid-fix-the-length-of-MNG_SYNC_FW_CLOC.patch patches.suse/HID-intel-ish-hid-Send-clock-sync-message-immediatel.patch patches.suse/HID-intel-thc-fix-CONFIG_HID-dependency.patch patches.suse/HID-ignore-non-functional-sensor-in-HP-5MP-Camera.patch patches.suse/HID-hid-steam-Fix-issues-with-disabling-both-gamepad.patch patches.suse/HID-winwing-Add-NULL-check-in-winwing_init_led.patch patches.suse/HID-multitouch-Add-NULL-check-in-mt_input_configured.patch patches.suse/HID-intel-ish-hid-ipc-Add-Panther-Lake-PCI-device-ID.patch patches.suse/HID-topre-Fix-n-key-rollover-on-Realforce-R3S-TKL-bo.patch patches.suse/samples-hid-remove-unnecessary-I-flags-from-libbpf-E.patch patches.suse/HID-hid-apple-Apple-Magic-Keyboard-a3203-USB-C-suppo.patch patches.suse/HID-apple-fix-up-the-F6-key-on-the-Omoton-KB066-keyb.patch patches.suse/HID-hid-thrustmaster-fix-stack-out-of-bounds-read-in.patch patches.suse/HID-hid-steam-Move-hidraw-input-un-registering-to-wo.patch patches.suse/HID-hid-steam-Don-t-use-cancel_delayed_work_sync-in-.patch patches.suse/nfsd-clear-acl_access-acl_default-after-releasing-them.patch patches.suse/nfsd-validate-the-nfsd_serv-pointer-before-calling-svc_wake_up.patch patches.suse/NFSD-fix-hang-in-nfsd4_shutdown_callback.patch patches.suse/NFSD-Fix-CB_GETATTR-status-fix.patch patches.suse/x86-cpu-kvm-SRSO-Fix-possible-missing-IBPB-on-VM-Exit.patch patches.suse/platform-x86-thinkpad_acpi-Fix-invalid-fan-speed-on-.patch patches.suse/platform-x86-thinkpad_acpi-Support-for-V9-DYTC-platf.patch patches.suse/platform-x86-int3472-Use-correct-type-for-polarity-c.patch patches.suse/platform-x86-int3472-Call-reset-GPIO-enable-for-INT3.patch patches.suse/platform-x86-thinkpad_acpi-Fix-registration-of-tpacp.patch patches.suse/btrfs-fix-two-misuses-of-folio_shift.patch patches.suse/btrfs-fix-stale-page-cache-after-race-between-readah.patch patches.suse/btrfs-fix-hole-expansion-when-writing-at-an-offset-b.patch patches.suse/net-add-dev_net_rcu-helper.patch patches.suse/ipv4-add-RCU-protection-to-ip4_dst_hoplimit.patch patches.suse/ipv4-use-RCU-protection-in-ip_dst_mtu_maybe_forward.patch patches.suse/ipv4-use-RCU-protection-in-ipv4_default_advmss.patch patches.suse/ipv4-use-RCU-protection-in-rt_is_expired.patch patches.suse/ipv4-use-RCU-protection-in-inet_select_addr.patch patches.suse/ipv4-use-RCU-protection-in-__ip_rt_update_pmtu.patch patches.suse/ipv4-icmp-convert-to-dev_net_rcu.patch patches.suse/flow_dissector-use-RCU-protection-to-fetch-dev_net.patch patches.suse/ipv6-use-RCU-protection-in-ip6_default_advmss.patch patches.suse/ipv6-icmp-convert-to-dev_net_rcu.patch patches.suse/ipv6-Use-RCU-in-ip6_input.patch patches.suse/net-ethtool-tsconfig-Fix-netlink-type-of-hwtstamp-fl.patch patches.suse/ax25-Fix-refcount-leak-caused-by-setting-SO_BINDTODE.patch patches.suse/net-fib_rules-annotate-data-races-around-rule-io-ifi.patch patches.suse/ndisc-ndisc_send_redirect-must-use-dev_get_by_index_rcu.patch patches.suse/ndisc-use-RCU-protection-in-ndisc_alloc_skb.patch patches.suse/neighbour-use-RCU-protection-in-__neigh_notify.patch patches.suse/arp-use-RCU-protection-in-arp_xmit.patch patches.suse/openvswitch-use-RCU-protection-in-ovs_vport_cmd_fill_info.patch patches.suse/vrf-use-RCU-protection-in-l3mdev_l3_out.patch patches.suse/ndisc-extend-RCU-protection-in-ndisc_send_skb.patch patches.suse/ipv6-mcast-extend-RCU-protection-in-igmp6_send.patch patches.suse/wifi-brcmfmac-use-random-seed-flag-for-BCM4355-and-B.patch patches.suse/wifi-ath12k-fix-handling-of-6-GHz-rules.patch patches.suse/Documentation-networking-fix-basic-node-example-docu.patch patches.suse/can-j1939-j1939_sk_send_loop-fix-unable-to-send-mess.patch patches.suse/can-ctucanfd-handle-skb-allocation-failure.patch patches.suse/can-c_can-fix-unbalanced-runtime-PM-disable-in-error.patch patches.suse/can-etas_es58x-fix-potential-NULL-pointer-dereferenc.patch patches.suse/can-rockchip-rkcanfd_handle_rx_fifo_overflow_int-bai.patch patches.suse/batman-adv-fix-panic-during-interface-removal.patch patches.suse/batman-adv-Ignore-neighbor-throughput-metrics-in-err.patch patches.suse/batman-adv-Drop-unmanaged-ELP-metric-worker.patch patches.suse/vxlan-check-vxlan_vnigroup_init-return-value.patch patches.suse/iavf-Fix-a-locking-bug-in-an-error-path.patch patches.suse/idpf-fix-handling-rsc-packet-with-a-single-segment.patch patches.suse/idpf-record-rx-queue-in-skb-for-RSC-packets.patch patches.suse/idpf-call-set_real_num_queues-in-idpf_open.patch patches.suse/ixgbe-Fix-possible-skb-NULL-pointer-dereference.patch patches.suse/igc-Fix-HW-RX-timestamp-when-passed-by-ZC-XDP.patch patches.suse/igc-Set-buffer-type-for-empty-frames-in-igc_init_emp.patch patches.suse/vsock-Orphan-socket-after-transport-release.patch patches.suse/net-ethernet-ti-am65-cpsw-fix-memleak-in-certain-XDP.patch patches.suse/team-better-TEAM_OPTION_TYPE_STRING-validation.patch patches.suse/ipv6-mcast-add-RCU-protection-to-mld_newpack.patch patches.suse/s390-qeth-move-netif_napi_add_tx-and-napi_enable-fro.patch patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-Read-in-l2ca.patch patches.suse/Bluetooth-btintel_pcie-Fix-a-potential-race-conditio.patch patches.suse/Bluetooth-L2CAP-Fix-corrupted-list-in-hci_chan_del.patch patches.suse/regmap-irq-Add-missing-kfree.patch patches.suse/spi-sn-f-ospi-Fix-division-by-zero.patch patches.suse/drm-tests-hdmi-Fix-WW_MUTEX_SLOWPATH-failures.patch patches.suse/drm-tests-hdmi-Remove-redundant-assignments.patch patches.suse/1046-drm-tests-hdmi-Reorder-DRM-entities-variables-assign.patch patches.suse/1047-drm-tests-hdmi-Fix-recursive-locking.patch patches.suse/gpu-host1x-Fix-a-use-of-uninitialized-mutex.patch patches.suse/1049-drm-panthor-avoid-garbage-value-in-panthor_ioctl_dev.patch patches.suse/1050-drm-hisilicon-hibmc-select-CONFIG_DRM_DISPLAY_DP_HEL.patch patches.suse/drm-Fix-DSC-BPP-increment-decoding.patch patches.suse/1052-drm-amdgpu-pm-fix-UVD-handing-in-amdgpu_dpm_set_powe.patch patches.suse/drm-amdgpu-gfx9-manually-control-gfxoff-for-CS-on-RV.patch patches.suse/drm-amdgpu-bump-version-for-RV-PCO-compute-fix.patch patches.suse/amdkfd-properly-free-gang_ctx_bo-when-failed-to-init.patch patches.suse/drm-amdgpu-bail-out-when-failed-to-load-fw-in-psp_in.patch patches.suse/drm-amdkfd-Ensure-consistent-barrier-state-saved-in-.patch patches.suse/drm-amdgpu-avoid-buffer-overflow-attach-in-smu_sys_s.patch patches.suse/drm-i915-selftests-avoid-using-uninitialized-context.patch patches.suse/drm-xe-client-bo-client-does-not-need-bos_lock.patch patches.suse/drm-xe-Carve-out-wopcm-portion-from-the-stolen-memor.patch patches.suse/xen-swiotlb-relax-alignment-requirements.patch patches.suse/x86-xen-allow-larger-contiguous-memory-regions-in-PV.patch patches.suse/Xen-swiotlb-mark-xen_swiotlb_fixup-__init.patch patches.suse/iommu-Fix-potential-memory-leak-in-iopf_queue_remove.patch patches.suse/iommu-amd-Expicitly-enable-CNTRL.EPHEn-bit-in-resume.patch patches.suse/arm64-Kconfig-Remove-selecting-replaced-HAVE_FUNCTION_GRAP.patch patches.suse/arm64-Handle-.ARM.attributes-section-in-linker-scripts.patch patches.suse/arm64-cacheinfo-Avoid-out-of-bounds-write-to-cacheinfo-array.patch patches.suse/arm64-amu-Delay-allocating-cpumask-for-AMU-FIE-support.patch patches.suse/ACPI-GTDT-Relax-sanity-checking-on-Platform-Timers-a.patch patches.suse/arm64-rust-clean-Rust-1.85.0-warning-using-softfloat-targe.patch patches.suse/workqueue-Put-the-pwq-after-detaching-the-rescuer-from-the-pool.patch patches.suse/cgroup-fix-race-between-fork-and-cgroup.kill.patch patches.suse/selftests-cgroup-use-bash-in-test_cpuset_v1_hp.sh.patch patches.suse/cgroup-Remove-steal-time-from-usage_usec.patch patches.suse/sched_ext-Fix-incorrect-autogroup-migration-detection.patch patches.suse/io_uring-waitid-don-t-abuse-io_tw_state.patch patches.suse/io_uring-kbuf-reallocate-buf-lists-on-upgrade.patch patches.suse/io_uring-uring_cmd-don-t-assume-io_uring_cmd_data-la.patch patches.suse/io_uring-uring_cmd-switch-sqe-to-async_data-on-EAGAI.patch patches.suse/io_uring-uring_cmd-remove-dead-req_has_async_data-ch.patch patches.suse/io_uring-waitid-setup-async-data-in-the-prep-handler.patch patches.suse/io_uring-uring_cmd-unconditionally-copy-SQEs-at-prep.patch patches.suse/block-cleanup-and-fix-batch-completion-adding-conditions.patch patches.suse/partitions-mac-fix-handling-of-bogus-partition-table.patch patches.suse/efi-Avoid-cold-plugged-memory-for-placing-the-kernel.patch patches.suse/efi-Use-BIT_ULL-constants-for-memory-attributes.patch patches.suse/mmc-mtk-sd-Fix-register-settings-for-hs400-es-mode.patch patches.suse/thermal-cpufreq_cooling-Remove-structure-member-docu.patch patches.suse/PCI-Avoid-FLR-for-Mediatek-MT7922-WiFi.patch patches.suse/gpio-bcm-kona-Fix-GPIO-lock-unlock-for-banks-above-b.patch patches.suse/gpio-bcm-kona-Make-sure-GPIO-bits-are-unlocked-when-.patch patches.suse/gpio-bcm-kona-Add-missing-newline-to-dev_err-format-.patch patches.suse/gpiolib-acpi-Add-a-quirk-for-Acer-Nitro-ANV14.patch patches.suse/gpio-stmpe-Check-return-value-of-stmpe_reg_read-in-s.patch patches.suse/gpiolib-Fix-crash-on-error-in-gpiochip_get_ngpios.patch patches.suse/objtool-rust-add-one-more-noreturn-Rust-function.patch patches.suse/s390-cio-Fix-CHPID-configure-attribute-caching.patch patches.suse/s390-pci-Pull-search-for-parent-PF-out-of-zpci_iov_setup_virtfn.patch patches.suse/s390-pci-Fix-handling-of-isolated-VFs.patch patches.suse/ring-buffer-Unlock-resize-on-mmap-error.patch patches.suse/tracing-Have-the-error-of-__tracing_resize_ring_buffer-pas.patch patches.suse/ring-buffer-Validate-the-persistent-meta-data-subbuf-array.patch patches.suse/tracing-Do-not-allow-mmap-of-persistent-ring-buffer.patch patches.suse/ring-buffer-Update-pages_touched-to-reflect-persistent-buf.patch patches.suse/KVM-arm64-Improve-error-handling-from-check_host_sha.patch patches.suse/KVM-arm64-Simplify-np-guest-hypercalls.patch patches.suse/KVM-arm64-Fix-__pkvm_host_mkyoung_guest-return-value.patch patches.suse/KVM-arm64-Unconditionally-save-flush-host-FPSIMD-SVE-SME-state.patch patches.suse/KVM-arm64-Remove-host-FPSIMD-saving-for-non-protecte.patch patches.suse/KVM-arm64-Remove-VHE-host-restore-of-CPACR_EL1.ZEN.patch patches.suse/KVM-arm64-Remove-VHE-host-restore-of-CPACR_EL1.SMEN.patch patches.suse/KVM-arm64-Refactor-CPTR-trap-deactivation.patch patches.suse/KVM-arm64-Refactor-exit-handlers.patch patches.suse/KVM-arm64-Mark-some-header-functions-as-inline.patch patches.suse/KVM-arm64-Eagerly-switch-ZCR_EL-1-2.patch patches.suse/KVM-arm64-Simplify-warning-in-kvm_arch_vcpu_load_fp.patch patches.suse/KVM-arm64-Convert-timer-offset-VA-when-accessed-in-H.patch patches.suse/KVM-arm64-Fix-alignment-of-kvm_hyp_memcache-allocati.patch patches.suse/KVM-arm64-timer-Drop-warning-on-failed-interrupt-sig.patch patches.suse/KVM-arm64-vgic-Hoist-SGI-PPI-alloc-from-vgic_init-to.patch patches.suse/crypto-ccp-Add-external-API-interface-for-PSP-module.patch patches.suse/KVM-SVM-Ensure-PSP-module-is-initialized-if-KVM-modu.patch patches.suse/x86-sev-Fix-broken-SNP-support-with-KVM-module-built.patch patches.suse/msft-hv-3160-KVM-x86-Reject-Hyper-V-s-SEND_IPI-hypercalls-if-loca.patch patches.suse/KVM-nSVM-Enter-guest-mode-before-initializing-nested.patch patches.suse/KVM-x86-Load-DR6-with-guest-value-only-before-enteri.patch patches.suse/objtool-Ignore-dangling-jump-table-entries.patch patches.suse/sched-Clarify-wake_up_q-s-write-to-task-wake_q.next.patch patches.suse/perf-x86-rapl-Fix-the-error-checking-order.patch patches.suse/perf-x86-intel-Clean-up-PEBS-via-PT-on-hybrid.patch patches.suse/perf-x86-intel-Fix-ARCH_PERFMON_NUM_COUNTER_LEAF.patch patches.suse/perf-x86-intel-Ensure-LBRs-are-disabled-when-a-CPU-is-star.patch patches.suse/usb-gadget-f_midi-Fixing-wMaxPacketSize-exceeded-iss.patch patches.suse/usb-phy-generic-Use-proper-helper-for-property-detec.patch patches.suse/usb-gadget-udc-renesas_usb3-Fix-compiler-warning.patch patches.suse/USB-hub-Ignore-non-compliant-devices-with-too-many-c.patch patches.suse/usb-dwc2-gadget-remove-of_node-reference-upon-udc_st.patch patches.suse/usb-gadget-f_midi-fix-MIDI-Streaming-descriptor-leng.patch patches.suse/USB-serial-option-add-MeiG-Smart-SLM828.patch patches.suse/USB-serial-option-add-Telit-Cinterion-FN990B-composi.patch patches.suse/USB-serial-option-fix-Telit-Cinterion-FN990A-name.patch patches.suse/USB-serial-option-drop-MeiG-Smart-defines.patch patches.suse/USB-pci-quirks-Fix-HCCPARAMS-register-error-for-LS7A.patch patches.suse/usb-xhci-Restore-xhci_pci-support-for-Renesas-HCs.patch patches.suse/usb-cdc-acm-Check-control-transfer-buffer-size-befor.patch patches.suse/usb-cdc-acm-Fix-handling-of-oversized-fragments.patch patches.suse/USB-cdc-acm-Fill-in-Renesas-R-Car-D3-USB-Download-mo.patch patches.suse/USB-Add-USB_QUIRK_NO_LPM-quirk-for-sony-xperia-xz1-s.patch patches.suse/usb-dwc3-Fix-timeout-issue-during-controller-enter-e.patch patches.suse/usb-core-fix-pipe-creation-for-get_bMaxPacketSize0.patch patches.suse/USB-gadget-f_midi-f_midi_complete-to-call-queue_work.patch patches.suse/usb-gadget-core-flush-gadget-workqueue-after-device-.patch patches.suse/USB-quirks-add-USB_QUIRK_NO_LPM-quirk-for-Teclast-di.patch patches.suse/usb-roles-set-switch-registered-flag-early-on.patch patches.suse/usb-typec-tcpm-PSSourceOffTimer-timeout-in-PR_Swap-e.patch patches.suse/serial-port-Assign-iotype-correctly-when-iobase-is-s.patch patches.suse/serial-port-Always-update-iotype-in-__uart_read_prop.patch patches.suse/serial-8250-Fix-fifo-underflow-on-flush.patch patches.suse/driver-core-add-a-faux-bus-for-use-when-a-simple-dev.patch patches.suse/tools-fix-annoying-mkdir-p-.-logs-when-building-tool.patch patches.suse/kbuild-userprogs-fix-bitsize-and-target-detection-on.patch patches.suse/powerpc-code-patching-Disable-KASAN-report-during-pa.patch patches.suse/powerpc-64s-Rewrite-__real_pte-and-__rpte_to_hidx-as.patch patches.suse/powerpc-code-patching-Fix-KASAN-hit-by-not-flagging-.patch patches.suse/acct-perform-last-write-from-workqueue.patch patches.suse/acct-block-access-to-kernel-internal-filesystems.patch patches.suse/ALSA-hda-realtek-Limit-mic-boost-on-Positivo-ARN50.patch patches.suse/PCI-pci_ids-add-INTEL_HDA_PTL_H.patch patches.suse/ALSA-hda-intel-dsp-config-Add-PTL-H-support.patch patches.suse/ASoC-SOF-Intel-pci-ptl-Add-support-for-PTL-H.patch patches.suse/ALSA-hda-hda-intel-add-Panther-Lake-H-support.patch patches.suse/ALSA-Switch-to-use-hrtimer_setup.patch patches.suse/ALSA-hda-tas2781-Update-tas2781-hda-SPI-driver.patch patches.suse/ALSA-hda-realtek-Fixup-ALC225-depop-procedure.patch patches.suse/ASoC-fsl_micfil-Enable-default-case-in-micfil_set_qu.patch patches.suse/ASoC-rockchip-i2s-tdm-fix-shift-config-for-SND_SOC_D.patch patches.suse/ASoC-Intel-soc-acpi-intel-tgl-match-declare-adr-as-u.patch patches.suse/ASoC-Intel-soc-acpi-intel-mtl-match-declare-adr-as-u.patch patches.suse/ASoC-simple-card-utils.c-add-missing-dlc-of_node.patch patches.suse/ASoC-arizona-madera-use-fsleep-in-up-down-DAPM-event.patch patches.suse/ASoC-cs35l41-Fallback-to-using-HID-for-system_name-i.patch patches.suse/ASoC-SOF-ipc4-topology-Harden-loops-for-looking-up-A.patch patches.suse/ASoC-SOF-Intel-hda-add-softdep-pre-to-snd-hda-codec-.patch patches.suse/ASoC-tas2781-drop-a-redundant-code.patch patches.suse/ASoC-rsnd-indicate-unsupported-clock-rate.patch patches.suse/ASoC-rsnd-don-t-indicate-warning-on-rsnd_kctrl_accep.patch patches.suse/ASoC-rsnd-adjust-convert-rate-limitation.patch patches.suse/ASoC-SOF-stream-ipc-Check-for-cstream-nullity-in-sof.patch patches.suse/ASoC-SOF-pcm-Clear-the-susbstream-pointer-to-NULL-on.patch patches.suse/ASoC-Intel-sof_sdw-Add-lookup-of-quirk-using-PCI-sub.patch patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S14.patch patches.suse/ASoC-Intel-sof_sdw-Add-support-for-Fatcat-board-with.patch patches.suse/ASoC-SOF-amd-Add-post_fw_run_delay-ACP-quirk.patch patches.suse/ASoC-SOF-amd-Drop-unused-includes-from-Vangogh-drive.patch patches.suse/ASoC-SOF-amd-Handle-IPC-replies-before-FW_BOOT_COMPL.patch patches.suse/ASoC-SOF-amd-Add-branch-prediction-hint-in-ACP-IRQ-h.patch patches.suse/ASoC-cs35l41-Fix-acpi_device_hid-not-found.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-revise-typo-of-r.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-revise-typo-of-r-cb78b8d.patch patches.suse/ASoC-imx-audmix-remove-cpu_mclk-which-is-from-cpu-da.patch patches.suse/ALSA-hda-tas2781-Fix-index-issue-in-tas2781-hda-SPI-.patch patches.suse/ALSA-hda-Add-error-check-for-snd_ctl_rename_id-in-sn.patch patches.suse/ALSA-hda-cirrus-Correct-the-full-scale-volume-set-lo.patch patches.suse/ALSA-hda-cirrus-Reduce-codec-resume-time.patch patches.suse/ALSA-hda-conexant-Add-quirk-for-HP-ProBook-450-G4-mu.patch patches.suse/ALSA-seq-Drop-UMP-events-when-no-UMP-conversion-is-s.patch patches.suse/procfs-fix-a-locking-bug-in-a-vmcore_add_device_dump.patch patches.suse/lib-iov_iter-fix-import_iovec_ubuf-iovec-management.patch patches.suse/mm-migrate_device-don-t-add-folio-to-be-freed-to-LRU-in-migrate_device_finalize.patch patches.suse/getdelays-fix-error-format-characters.patch patches.suse/taskstats-modify-taskstats-version.patch patches.suse/selftests-mm-fix-check-for-running-THP-tests.patch patches.suse/kasan-don-t-call-find_vm_area-in-a-PREEMPT_RT-kernel.patch patches.suse/xfs-fix-online-repair-probing-when-CONFIG_XFS_ONLINE_REPAIR-n.patch patches.suse/xfs-do-not-check-NEEDSREPAIR-if-ro-norecovery-mount.patch patches.suse/xfs-rename-xfs_iomap_swapfile_activate-to-xfs_vm_swap_activate.patch patches.suse/xfs-flush-inodegc-before-swapon.patch patches.suse/net-wwan-mhi_wwan_mbim-Silence-sequence-number-glitc.patch patches.suse/vsock-virtio-fix-variables-initialization-during-res.patch patches.suse/geneve-Fix-use-after-free-in-geneve_find_dev.patch patches.suse/net-sched-cls_api-fix-error-handling-causing-NULL-dereference.patch patches.suse/drop_monitor-fix-incorrect-initialization-order.patch patches.suse/s390-ism-add-release-function-for-struct-device.patch patches.suse/ibmvnic-Don-t-reference-skb-after-sending-to-VIOS.patch patches.suse/sockmap-vsock-For-connectible-sockets-allow-only-con.patch patches.suse/vsock-bpf-Warn-on-socket-without-transport.patch patches.suse/selftest-bpf-Adapt-vsock_delete_on_close-to-sockmap-.patch patches.suse/selftest-bpf-Add-vsock-test-for-sockmap-rejecting-un.patch patches.suse/tcp-adjust-rcvq_space-after-updating-scaling-ratio.patch patches.suse/gve-set-xdp-redirect-target-only-when-it-is-availabl.patch patches.suse/net-Add-net_passive_inc-and-net_passive_dec.patch patches.suse/gtp-Suppress-list-corruption-splat-in-gtp_net_exit_b.patch patches.suse/geneve-Suppress-list-corruption-splat-in-geneve_dest.patch patches.suse/flow_dissector-Fix-port-range-key-handling-in-BPF-co.patch patches.suse/selftests-bpf-Add-a-specific-dst-port-matching.patch patches.suse/sctp-Fix-undefined-behavior-in-left-shift-operation.patch patches.suse/net-Add-non-RCU-dev_getbyhwaddr-helper.patch patches.suse/arp-switch-to-dev_getbyhwaddr-in-arp_req_set_public.patch patches.suse/tcp-drop-secpath-at-the-same-time-as-we-currently-drop-dst.patch patches.suse/nfp-bpf-Add-check-for-nfp_app_ctrl_msg_alloc.patch patches.suse/net-allow-small-head-cache-usage-with-large-MAX_SKB_.patch patches.suse/bpf-Remove-unnecessary-BTF-lookups-in-bpf_sk_storage.patch patches.suse/bpf-test_run-Fix-use-after-free-issue-in-eth_skb_pkt.patch patches.suse/selftests-bpf-Adjust-data-size-to-have-ETH_HLEN.patch patches.suse/bpf-unify-VM_WRITE-vs-VM_MAYWRITE-use-in-BPF-map-mma.patch patches.suse/bpf-avoid-holding-freeze_mutex-during-mmap-operation.patch patches.suse/strparser-Add-read_sock-callback.patch patches.suse/bpf-Fix-wrong-copied_seq-calculation.patch patches.suse/bpf-Disable-non-stream-socket-for-strparser.patch patches.suse/selftests-bpf-Fix-invalid-flag-of-recv.patch patches.suse/selftests-bpf-Add-strparser-test-for-bpf.patch patches.suse/bpf-Fix-deadlock-when-freeing-cgroup-storage.patch patches.suse/net-Add-rx_skb-of-kfree_skb-to-raw_tp_null_args.patch patches.suse/bpf-Fix-softlockup-in-arena_map_free-on-64k-page-ker.patch patches.suse/bpf-verifier-Do-not-extract-constant-map-keys-for-ir.patch patches.suse/bpf-selftests-Test-constant-key-extraction-on-irrele.patch patches.suse/bpf-verifier-Disambiguate-get_constant_map_key-error.patch patches.suse/bpf-Handle-allocation-failure-in-acquire_lock_state.patch patches.suse/bpf-skip-non-exist-keys-in-generic_map_lookup_batch.patch patches.suse/selftests-bpf-test-batch-lookup-on-array-of-maps-wit.patch patches.suse/power-supply-da9150-fg-fix-potential-overflow.patch patches.suse/power-supply-axp20x_battery-Fix-fault-handling-for-A.patch patches.suse/gpio-vf610-add-locking-to-gpio-direction-functions.patch patches.suse/gpiolib-protect-gpio_chip-with-SRCU-in-array_info-pa.patch patches.suse/mtd-rawnand-cadence-fix-error-code-in-cadence_nand_i.patch patches.suse/mtd-rawnand-cadence-use-dma_map_resource-for-sdma-ad.patch patches.suse/mtd-rawnand-cadence-fix-incorrect-device-in-dma_unma.patch patches.suse/mtd-rawnand-cadence-fix-unchecked-dereference.patch patches.suse/mtd-spi-nor-sst-Fix-SST-write-failure.patch patches.suse/ACPI-platform_profile-Fix-memory-leak-in-profile_cla.patch patches.suse/io-wq-backoff-when-retrying-worker-creation.patch patches.suse/io_uring-prevent-opcode-speculation.patch patches.suse/io_uring-rsrc-remove-unused-constants.patch patches.suse/io_uring-rw-forbid-multishot-async-reads.patch patches.suse/io_uring-rw-don-t-directly-use-ki_complete.patch patches.suse/io_uring-rw-move-ki_complete-init-into-prep.patch patches.suse/io_uring-rw-clean-up-mshot-forced-sync-mode.patch patches.suse/block-merge-remove-unnecessary-min-with-UINT_MAX.patch patches.suse/block-fix-NULL-pointer-dereferenced-within-__blk_rq_.patch patches.suse/md-raid-Fix-the-set_queue_limits-implementations.patch patches.suse/nvme-pci-quirk-Acer-FA100-for-non-uniqueue-identifie.patch patches.suse/nvme-tcp-add-basic-support-for-the-C2HTermReq-PDU.patch patches.suse/nvmet-Fix-crash-when-a-namespace-is-disabled.patch patches.suse/nvmet-rdma-recheck-queue-state-is-LIVE-in-state-lock.patch patches.suse/nvmet-pci-epf-Correctly-initialize-CSTS-when-enablin.patch patches.suse/nvmet-pci-epf-Do-not-uselessly-write-the-CSTS-regist.patch patches.suse/nvmet-pci-epf-Avoid-RCU-stalls-under-heavy-workload.patch patches.suse/nvme-tcp-Fix-compilation-warning-with-W-1.patch patches.suse/nvme-tcp-fix-connect-failure-on-receiving-partial-IC.patch patches.suse/nvme-ioctl-add-missing-space-in-err-message.patch patches.suse/nvme-Cleanup-the-definition-of-the-controller-config.patch patches.suse/nvmet-Use-enum-definitions-instead-of-hardcoded-valu.patch patches.suse/nvme-fc-rely-on-state-transitions-to-handle-connecti.patch patches.suse/nvme-only-allow-entering-LIVE-from-CONNECTING-state.patch patches.suse/drm-panel-jd9365da-h3-fix-reset-signal-polarity.patch patches.suse/nouveau-svm-fix-missing-folio-unlock-put-after-make_.patch patches.suse/drm-nouveau-pmu-Fix-gp10b-firmware-guard.patch patches.suse/1065-accel-amdxdna-Add-missing-include-linux-slab.h.patch patches.suse/1066-drm-xe-Fix-error-handling-in-xe_irq_install.patch patches.suse/1067-drm-xe-Make-GUC-binaries-dump-consistent-with-other-.patch patches.suse/1068-drm-xe-guc-Fix-size_t-print-format.patch patches.suse/drm-i915-gt-Use-spin_lock_irqsave-in-interruptible-c.patch patches.suse/drm-i915-dsi-Use-TRANS_DDI_FUNC_CTL-s-own-port-width.patch patches.suse/drm-i915-ddi-Fix-HDMI-port-width-programming-in-DDI_.patch patches.suse/drm-i915-Make-sure-all-planes-in-use-by-the-joiner-h.patch patches.suse/drm-i915-dp-Fix-error-handling-during-128b-132b-link.patch patches.suse/1074-drm-i915-dp-Fix-disabling-the-transcoder-function-in.patch patches.suse/1075-drm-msm-a6xx-Only-print-the-GMU-firmware-version-onc.patch patches.suse/drm-msm-Avoid-rounding-up-to-one-jiffy.patch patches.suse/drm-msm-dpu-skip-watchdog-timer-programming-through-.patch patches.suse/drm-msm-dpu-enable-DPU_WB_INPUT_CTRL-for-DPU-5.x.patch patches.suse/1079-drm-msm-dpu-correct-LM-pairing-for-SM6150.patch patches.suse/drm-msm-dp-account-for-widebus-and-yuv420-during-mod.patch patches.suse/1081-drm-msm-dpu-Fix-uninitialized-variable.patch patches.suse/drm-msm-dpu-Disable-dither-in-phys-encoder-cleanup.patch patches.suse/drm-msm-dpu-Don-t-leak-bits_per_component-into-rando.patch patches.suse/1084-drm-msm-dpu-Drop-extraneous-return-in-dpu_crtc_reass.patch patches.suse/drm-msm-dsi-phy-Protect-PHY_CMN_CLK_CFG0-updated-fro.patch patches.suse/drm-msm-dsi-phy-Protect-PHY_CMN_CLK_CFG1-against-clo.patch patches.suse/drm-msm-dsi-phy-Do-not-overwite-PHY_CMN_CLK_CFG1-whe.patch patches.suse/arm64-dts-rockchip-Fix-broken-tsadc-pinctrl-names-for-rk3588.patch patches.suse/arm64-dts-rockchip-Fix-lcdpwr_en-pin-for-Cool-Pi-GenBook.patch patches.suse/arm64-dts-rockchip-adjust-SMMU-interrupt-type-on-rk3588.patch patches.suse/firmware-imx-IMX_SCMI_MISC_DRV-should-depend-on-ARCH.patch patches.suse/platform-cznic-CZNIC_PLATFORMS-should-depend-on-ARCH.patch patches.suse/tee-optee-Fix-supplicant-wait-loop.patch patches.suse/firmware-arm_scmi-imx-Correct-tx-size-of-scmi_imx_mi.patch patches.suse/soc-loongson-loongson2_guts-Add-check-for-devm_kstrd.patch patches.suse/s390-purgatory-Use-D__DISABLE_EXPORTS.patch patches.suse/s390-boot-Fix-ESSA-detection.patch patches.suse/irqchip-gic-v3-Fix-rk3399-workaround-when-secure-int.patch patches.suse/irqchip-jcore-aic-clocksource-drivers-jcore-Fix-jcor.patch patches.suse/perf-x86-intel-Fix-event-constraints-for-LNC.patch patches.suse/sched-Compact-RSEQ-concurrency-IDs-with-reduced-threads-and-affinity.patch patches.suse/rseq-Fix-rseq-registration-with-CONFIG_DEBUG_RSEQ.patch patches.suse/smb-client-Add-check-for-next_buffer-in-receive_encr.patch patches.suse/EDAC-qcom-Correct-interrupt-enable-register-configur.patch patches.suse/dm-integrity-Avoid-divide-by-zero-in-table-status-in.patch patches.suse/dm-integrity-Do-not-emit-journal-configuration-in-DM.patch patches.suse/dm-vdo-add-missing-spin_lock_init.patch patches.suse/rseq-selftests-Fix-riscv-rseq_offset_deref_addv-inli.patch patches.suse/ovl-fix-UAF-in-ovl_dentry_update_reval-by-moving-dpu.patch patches.suse/btrfs-fix-data-overwriting-bug-during-buffered-write.patch patches.suse/tools-Unify-top-level-quiet-infrastructure.patch patches.suse/tools-Remove-redundant-quiet-setup.patch patches.suse/RDMA-mlx5-Fix-the-recovery-flow-of-the-UMR-QP.patch patches.suse/IB-mlx5-Set-and-get-correct-qp_num-for-a-DCT-QP.patch patches.suse/RDMA-mlx5-Fix-a-race-for-DMABUF-MR-which-can-lead-to.patch patches.suse/RDMA-mlx5-Fix-a-WARN-during-dereg_mr-for-DM-type.patch patches.suse/msft-hv-3161-RDMA-mana_ib-Allocate-PAGE-aligned-doorbell-index.patch patches.suse/RDMA-hns-Fix-mbox-timing-out-by-adding-retry-mechani.patch patches.suse/RDMA-bnxt_re-Fix-an-issue-in-bnxt_re_async_notifier.patch patches.suse/RDMA-bnxt_re-Add-sanity-checks-on-rdev-validity.patch patches.suse/RDMA-bnxt_re-Fix-issue-in-the-unload-path.patch patches.suse/RDMA-bnxt_re-Fix-the-statistics-for-Gen-P7-VF.patch patches.suse/RDMA-mlx5-Fix-implicit-ODP-hang-on-parent-deregistra.patch patches.suse/RDMA-mlx5-Fix-AH-static-rate-parsing.patch patches.suse/RDMA-mlx5-Fix-bind-QP-error-cleanup-flow.patch patches.suse/RDMA-bnxt_re-Fix-the-page-details-for-the-srq-create.patch patches.suse/ima-Reset-IMA_NONACTION_RULE_FLAGS-after-post_setatt.patch patches.suse/landlock-Fix-non-TCP-sockets-restriction.patch patches.suse/selftests-landlock-Test-TCP-accesses-with-protocol-I.patch patches.suse/selftests-landlock-Test-that-MPTCP-actions-are-not-r.patch patches.suse/NFS-O_DIRECT-writes-must-check-and-adjust-the-file-length.patch patches.suse/NFS-Adjust-delegated-timestamps-for-O_DIRECT-reads-and-writes.patch patches.suse/SUNRPC-Prevent-looping-due-to-rpc_signal_task-races.patch patches.suse/NFSv4-Fix-a-deadlock-when-recovering-state-on-a-sillyrenamed-file.patch patches.suse/SUNRPC-Handle-ETIMEDOUT-return-from-tlshd.patch patches.suse/sunrpc-suppress-warnings-for-unused-procfs-functions.patch patches.suse/scsi-ufs-core-Fix-ufshcd_is_ufs_dev_busy-and-ufshcd_eh_tim.patch patches.suse/scsi-core-Clear-driver-private-data-when-retrying-request.patch patches.suse/scsi-ufs-core-Set-default-runtime-system-PM-levels-before-.patch patches.suse/scsi-ufs-core-bsg-Fix-crash-when-arpmb-command-fails.patch patches.suse/ALSA-usb-audio-Avoid-dropping-MIDI-events-at-closing.patch patches.suse/ALSA-usb-audio-Re-add-sample-rate-quirk-for-Pioneer-.patch patches.suse/ASoC-tas2770-Fix-volume-scale.patch patches.suse/ASoC-tas2764-Fix-power-control-mask.patch patches.suse/ASoC-tas2764-Set-the-SDOUT-polarity-correctly.patch patches.suse/ALSA-hda-realtek-Fix-wrong-mic-setup-for-ASUS-VivoBo.patch patches.suse/ALSA-hda-realtek-Fix-microphone-regression-on-ASUS-N.patch patches.suse/ASoC-es8328-fix-route-from-DAC-to-output.patch patches.suse/ASoC-fsl-Rename-stream-name-of-SAI-DAI-driver.patch patches.suse/ASoC-dapm-graph-set-fill-colour-of-turned-on-nodes.patch patches.suse/firmware-cs_dsp-Remove-async-regmap-writes.patch patches.suse/ASoC-cs35l56-Prevent-races-when-soft-resetting-using.patch patches.suse/ASoC-SOF-Intel-don-t-check-number-of-sdw-links-when-.patch patches.suse/ASoC-Intel-sof_sdw-warn-both-sdw-and-pch-dmic-are-us.patch patches.suse/net-phy-qcom-qca807x-fix-condition-for-DAC_DSP_BIAS_.patch patches.suse/Bluetooth-Always-allow-SCO-packets-for-user-channel.patch patches.suse/Bluetooth-L2CAP-Fix-L2CAP_ECRED_CONN_RSP-response.patch patches.suse/net-better-track-kernel-sockets-lifetime.patch patches.suse/net-set-the-minimum-for-net_hotdata.netdev_budget_us.patch patches.suse/ipvlan-ensure-network-headers-are-in-skb-linear-part.patch patches.suse/net-ethtool-fix-ioctl-confusing-drivers-about-desire.patch patches.suse/tcp-devmem-don-t-write-truncated-dmabuf-CMSGs-to-userspace.patch patches.suse/mptcp-always-handle-address-removal-under-msk-socket.patch patches.suse/mptcp-reset-when-MPTCP-opts-are-dropped-after-join.patch patches.suse/mptcp-safety-check-before-fallback.patch patches.suse/ice-Fix-deinitializing-VF-in-error-path.patch patches.suse/ice-Avoid-setting-default-Rx-VSI-twice-in-switchdev-.patch patches.suse/iavf-fix-circular-lock-dependency-with-netdev_lock.patch patches.suse/ixgbe-fix-media-cage-present-detection-for-E610-devi.patch patches.suse/net-enetc-VFs-do-not-support-HWTSTAMP_TX_ONESTEP_SYN.patch patches.suse/tcp-Defer-ts_recent-changes-until-req-is-owned.patch patches.suse/gve-unlink-old-napi-when-stopping-a-queue-using-queu.patch patches.suse/net-Clear-old-fragment-checksum-value-in-napi_reuse_.patch patches.suse/net-Handle-napi_schedule-calls-from-non-interrupt.patch patches.suse/net-mlx5-Fix-vport-QoS-cleanup-on-error.patch patches.suse/net-mlx5-Restore-missing-trace-event-when-enabling-v.patch patches.suse/net-mlx5-IRQ-Fix-null-string-in-debug-print.patch patches.suse/usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch patches.suse/net-ipv6-fix-dst-ref-loop-on-input-in-seg6-lwt.patch patches.suse/net-ipv6-fix-dst-ref-loop-on-input-in-rpl-lwt.patch patches.suse/selftests-drv-net-Check-if-combined-count-exists.patch patches.suse/idpf-fix-checksums-set-in-idpf_rx_rsc.patch patches.suse/amdgpu-pm-legacy-fix-suspend-resume-issues.patch patches.suse/drm-amdkfd-Preserve-cp_hqd_pq_control-on-update_mqd.patch patches.suse/drm-amdgpu-disable-BAR-resize-on-Dell-G5-SE.patch patches.suse/1091-drm-amdgpu-gfx-only-call-mes-for-enforce-isolation-i.patch patches.suse/1092-drm-amdgpu-mes-keep-enforce-isolation-up-to-date.patch patches.suse/1093-drm-amd-display-restore-edid-reading-from-a-given-i2.patch patches.suse/1094-drm-amd-display-Disable-PSR-SU-on-eDP-panels.patch patches.suse/drm-amd-display-add-a-quirk-to-enable-eDP0-on-DP1.patch patches.suse/drm-amd-display-Fix-HPD-after-gpu-reset.patch patches.suse/drm-amdgpu-init-return-value-in-amdgpu_ttm_clear_buf.patch patches.suse/drm-vkms-Round-fixp2int-conversion-in-lerp_u16.patch patches.suse/1099-drm-imagination-remove-unnecessary-header-include-pa.patch patches.suse/drm-nouveau-Do-not-override-forced-connector-status.patch patches.suse/drm-fbdev-dma-Add-shadow-buffering-for-deferred-I-O.patch patches.suse/1102-drm-i915-dp_mst-Fix-encoder-HW-state-readout-for-UHB.patch patches.suse/drm-xe-userptr-restore-invalidation-list-on-error.patch patches.suse/drm-xe-userptr-fix-EFAULT-handling.patch patches.suse/drm-xe-oa-Allow-oa_exponent-value-of-0.patch patches.suse/drm-xe-regs-remove-a-duplicate-definition-for-RING_C.patch patches.suse/drm-xe-cancel-pending-job-timer-before-freeing-sched.patch patches.suse/efi-cper-Fix-cper_ia_proc_ctx-alignment.patch patches.suse/efi-cper-Fix-cper_arm_ctx_info-alignment.patch patches.suse/efivarfs-Defer-PM-notifier-registration-until-.fill_.patch patches.suse/efivarfs-allow-creation-of-zero-length-files.patch patches.suse/efi-Don-t-map-the-entire-mokvar-table-to-determine-i.patch patches.suse/efi-mokvar-table-Avoid-repeated-map-unmap-of-the-sam.patch patches.suse/io_uring-net-save-msg_control-for-compat.patch patches.suse/block-make-segment-size-limit-workable-for-4K-PAGE_S.patch patches.suse/block-Remove-zone-write-plugs-when-handling-native-zone-append-writes.patch patches.suse/block-fix-kmem_cache-of-name-bio-108-already-exists.patch patches.suse/iommu-amd-Preserve-default-DTE-fields-when-updating-Host-Page-Ta patches.suse/iommu-vt-d-Remove-device-comparison-in-context_setup.patch patches.suse/iommu-vt-d-Fix-suspicious-RCU-usage.patch patches.suse/tracing-Fix-bad-hist-from-corrupting-named_triggers-list.patch patches.suse/ftrace-Avoid-potential-division-by-zero-in-function_stat_s.patch patches.suse/vmlinux.lds-Ensure-that-const-vars-with-relocations-.patch patches.suse/objtool-Fix-C-jump-table-annotations-for-Clang.patch patches.suse/perf-core-Add-RCU-read-lock-protection-to-perf_itera.patch patches.suse/perf-core-Order-the-PMU-list-to-fix-warning-about-unordered-pmu_ctx_list.patch patches.suse/uprobes-Reject-the-shared-zeropage-in-uprobe_write_o.patch patches.suse/perf-x86-Fix-low-freqency-setting-issue.patch patches.suse/perf-core-Fix-low-freq-setting-via-IOC_PERIOD.patch patches.suse/perf-x86-intel-Use-better-start-period-for-frequency-mode.patch patches.suse/perf-x86-rapl-Add-support-for-Intel-Arrow-Lake-U.patch patches.suse/uprobes-Remove-too-strict-lockdep_assert-condition-i.patch patches.suse/sched-core-Prevent-rescheduling-when-interrupts-are-.patch patches.suse/thermal-gov_power_allocator-Fix-incorrect-calculatio.patch patches.suse/thermal-of-Fix-cdev-lookup-in-thermal_of_should_bind.patch patches.suse/thermal-gov_power_allocator-Update-total_weight-on-b.patch patches.suse/KVM-arm64-Fix-tcr_el2-initialisation-in-hVHE-mode.patch patches.suse/KVM-arm64-Ensure-a-VMID-is-allocated-before-programm.patch patches.suse/KVM-x86-Free-vCPUs-before-freeing-VM-state.patch patches.suse/KVM-nVMX-Process-events-on-nested-VM-Exit-if-injecta.patch patches.suse/vhost-return-task-creation-error-instead-of-NULL.patch patches.suse/kvm-retry-nx_huge_page_recovery_thread-creation.patch patches.suse/Revert-ata-libata-core-Add-ATA_QUIRK_NOLPM-for-Samsu.patch patches.suse/i2c-npcm-disable-interrupt-enable-bit-before-devm_re.patch patches.suse/i2c-ls2x-Fix-frequency-division-register-access.patch patches.suse/arm64-mm-Fix-Boot-panic-on-Ampere-Altra.patch patches.suse/mm-hugetlb-Add-huge-page-size-param-to-huge_ptep_get_and_clear.patch patches.suse/arm64-hugetlb-Fix-huge_ptep_get_and_clear-for-non-present-ptes.patch patches.suse/arm64-hugetlb-Fix-flush_hugetlb_tlb_range-invalidation-level.patch patches.suse/phy-rockchip-fix-Kconfig-dependency-more.patch patches.suse/phy-rockchip-naneng-combphy-compatible-reset-with-ol.patch patches.suse/phy-exynos5-usbdrd-fix-MPLL_MULTIPLIER-and-SSC_REFCL.patch patches.suse/phy-exynos5-usbdrd-gs101-ensure-power-is-gated-to-SS.patch patches.suse/phy-ti-gmii-sel-Do-not-use-syscon-helper-to-build-re.patch patches.suse/phy-tegra-xusb-reset-VBUS-ID-OVERRIDE.patch patches.suse/dmaengine-tegra210-adma-Use-div_u64-for-64-bit-division.patch patches.suse/dmaengine-tegra210-adma-check-for-adma-max-page.patch patches.suse/Revert-of-reserved-memory-Fix-using-wrong-number-of-.patch patches.suse/x86-microcode-AMD-Remove-ugly-linebreak-in-__verify_patch_.patch patches.suse/x86-microcode-AMD-Remove-unused-save_microcode_in_initrd_a.patch patches.suse/x86-microcode-AMD-Merge-early_apply_microcode-into-its-sin.patch patches.suse/x86-microcode-AMD-Get-rid-of-the-_load_microcode_amd-forwa.patch patches.suse/x86-microcode-AMD-Add-get_patch_level.patch patches.suse/x86-microcode-AMD-Load-only-SHA256-checksummed-patches.patch patches.suse/HID-google-fix-unused-variable-warning-under-CONFIG_.patch patches.suse/HID-intel-ish-hid-Fix-use-after-free-issue-in-hid_is.patch patches.suse/HID-intel-ish-hid-Fix-use-after-free-issue-in-ishtp_.patch patches.suse/HID-i2c-hid-improve-i2c_hid_get_report-error-message.patch patches.suse/HID-apple-disable-Fn-key-handling-on-the-Omoton-KB06.patch patches.suse/HID-appleir-Fix-potential-NULL-dereference-at-raw-ev.patch patches.suse/HID-hid-steam-Fix-use-after-free-when-detaching-devi.patch patches.suse/HID-intel-thc-hid-Fix-spelling-mistake-intput-input.patch patches.suse/HID-Intel-thc-hid-Intel-quickspi-Correct-device-stat.patch patches.suse/exfat-fix-just-enough-dentries-but-allocate-a-new-cluster-to-dir.patch patches.suse/exfat-fix-soft-lockup-in-exfat_clear_bitmap.patch patches.suse/exfat-short-circuit-zero-byte-writes-in-exfat_file_write_iter.patch patches.suse/exfat-add-a-check-for-invalid-data-size.patch patches.suse/bluetooth-btusb-Initialize-.owner-field-of-force_pol.patch patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_remot.patch patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_devic.patch patches.suse/net-gso-fix-ownership-in-__udp_gso_segment.patch patches.suse/caif_virtio-fix-wrong-pointer-check-in-cfv_probe.patch patches.suse/llc-do-not-use-skb_get-before-dev_queue_xmit.patch patches.suse/be2net-fix-sleeping-while-atomic-bugs-in-be_ndo_brid.patch patches.suse/net-hns3-make-sure-ptp-clock-is-unregister-and-freed.patch patches.suse/wifi-nl80211-reject-cooked-mode-if-it-is-set-along-w.patch patches.suse/wifi-mac80211-Cleanup-sta-TXQs-on-flush.patch patches.suse/wifi-mac80211-remove-debugfs-dir-for-virtual-monitor.patch patches.suse/wifi-iwlwifi-fw-allocate-chained-SG-tables-for-dump.patch patches.suse/wifi-iwlwifi-fw-avoid-using-an-uninitialized-variabl.patch patches.suse/wifi-iwlwifi-mvm-clean-up-ROC-on-failure.patch patches.suse/wifi-iwlwifi-mvm-don-t-dump-the-firmware-state-upon-.patch patches.suse/wifi-iwlwifi-mvm-don-t-try-to-talk-to-a-dead-firmwar.patch patches.suse/wifi-iwlwifi-mvm-use-the-right-version-of-the-rate-A.patch patches.suse/wifi-iwlwifi-limit-printed-string-from-FW-file.patch patches.suse/wifi-iwlwifi-Free-pages-allocated-when-failing-to-bu.patch patches.suse/wifi-iwlwifi-Fix-A-MSDU-TSO-preparation.patch patches.suse/wifi-mac80211-fix-MLE-non-inheritance-parsing.patch patches.suse/wifi-mac80211-fix-vendor-specific-inheritance.patch patches.suse/wifi-mac80211-Fix-sparse-warning-for-monitor_sdata.patch patches.suse/wifi-brcmfmac-keep-power-during-suspend-if-board-req.patch patches.suse/wifi-cfg80211-regulatory-improve-invalid-hints-check.patch patches.suse/wifi-nl80211-disable-multi-link-reconfiguration.patch patches.suse/ppp-Fix-KMSAN-uninit-value-warning-with-bpf.patch patches.suse/net-ethtool-netlink-Allow-NULL-nlattrs-when-getting-.patch patches.suse/mptcp-fix-scheduling-while-atomic-in-mptcp_pm_nl_app.patch patches.suse/vlan-enforce-underlying-device-type.patch patches.suse/net-timestamp-support-TCP-GSO-case-for-a-few-missing.patch patches.suse/mctp-i3c-handle-NULL-header-address.patch patches.suse/net-ipv6-fix-dst-ref-loop-in-ila-lwtunnel.patch patches.suse/net-ipv6-fix-missing-dst-ref-drop-in-ila-lwtunnel.patch patches.suse/drm-nouveau-select-FW-caching.patch patches.suse/drm-imagination-avoid-deadlock-on-fence-release.patch patches.suse/drm-imagination-Hold-drm_gem_gpuva-lock-for-unmap.patch patches.suse/drm-imagination-only-init-job-done-fences-once.patch patches.suse/drm-imagination-Fix-timestamps-in-firmware-traces.patch patches.suse/drm-sched-Fix-preprocessor-guard.patch patches.suse/1114-drm-bochs-Fix-DPMS-regression.patch patches.suse/1115-drm-i915-mst-update-max-stream-count-to-match-number.patch patches.suse/drm-xe-Remove-double-pageflip.patch patches.suse/drm-xe-userptr-properly-setup-pfn_flags_mask.patch patches.suse/drm-xe-Fix-GT-for-each-engine-workarounds.patch patches.suse/drm-xe-vm-Validate-userptr-during-gpu-vma-prefetchin.patch patches.suse/drm-xe-vm-Fix-a-misplaced-endif.patch patches.suse/drm-xe-Fix-fault-mode-invalidation-with-unbind.patch patches.suse/drm-xe-Add-staging-tree-for-VM-binds.patch patches.suse/drm-xe-hmm-Style-and-include-fixes.patch patches.suse/drm-xe-hmm-Don-t-dereference-struct-page-pointers-wi.patch patches.suse/drm-xe-userptr-Unmap-userptrs-in-the-mmu-notifier.patch patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-374c9fa.patch patches.suse/drm-amdkfd-Fix-NULL-Pointer-Dereference-in-KFD-queue.patch patches.suse/drm-radeon-Fix-rs400_gpu_init-for-ATI-mobility-radeo.patch patches.suse/drm-amd-pm-always-allow-ih-interrupt-from-fw.patch patches.suse/ALSA-hda-realtek-Remove-revert-duplicate-Ally-X-conf.patch patches.suse/ALSA-hda-realtek-Fix-Asus-Z13-2025-audio.patch patches.suse/ALSA-hda-Fix-speakers-on-ASUS-EXPERTBOOK-P5405CSA-1..patch patches.suse/ALSA-seq-Avoid-module-auto-load-handling-at-event-de.patch patches.suse/ALSA-hda-realtek-add-supported-Mic-Mute-LED-for-Leno.patch patches.suse/ALSA-usx2y-validate-nrpacks-module-parameter-on-prob.patch patches.suse/ALSA-hda-realtek-fix-incorrect-IS_REACHABLE-usage.patch patches.suse/ALSA-hda-realtek-update-ALC222-depop-optimize.patch patches.suse/ALSA-hda-intel-Add-Dell-ALC3271-to-power_save-denyli.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-ROG-Strix-G814.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-ROG-Strix-GA60.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-ROG-Strix-G614.patch patches.suse/ALSA-hda-realtek-Add-support-for-various-ASUS-Laptop.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-B3405-and-B360.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-B5405-and-B560.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-Zenbook-UM3406.patch patches.suse/platform-x86-amd-pmf-Initialize-and-clean-up-cb_mute.patch patches.suse/platform-x86-intel-hid-fix-volume-buttons-on-Microso.patch patches.suse/platform-x86-thinkpad_acpi-Add-battery-quirk-for-Thi.patch patches.suse/platform-x86-intel-vsec-Add-Diamond-Rapids-support.patch patches.suse/platform-x86-amd-pmf-Propagate-PMF-TA-return-codes.patch patches.suse/platform-x86-amd-pmf-Update-PMF-Driver-for-Compatibi.patch patches.suse/gpio-aggregator-protect-driver-attr-handlers-against.patch patches.suse/gpio-rcar-Use-raw_spinlock-to-protect-register-acces.patch patches.suse/gpio-rcar-Fix-missing-of_node_put-call.patch patches.suse/hwmon-peci-dimmtemp-Do-not-provide-fake-thresholds-d.patch patches.suse/hwmon-pmbus-Initialise-page-count-in-pmbus_identify.patch patches.suse/hwmon-ntc_thermistor-Fix-the-ncpXXxh103-sensor-table.patch patches.suse/hwmon-ad7314-Validate-leading-zero-bits-and-return-e.patch patches.suse/hwmon-fix-a-NULL-vs-IS_ERR_OR_NULL-check-in-xgene_hw.patch patches.suse/x86-boot-Sanitize-boot-params-before-parsing-command-line.patch patches.suse/perf-core-Fix-pmus_lock-vs.-pmus_srcu-ordering.patch patches.suse/perf-core-Fix-perf_pmu_register-vs.-perf_init_event.patch patches.suse/sched-fair-Fix-potential-memory-corruption-in-child_cfs_rq_on_list.patch patches.suse/sched-deadline-Use-online-cpus-for-validating-runtime.patch patches.suse/sched-rt-Update-limit-of-sched_rt-sysctl-in-documentation.patch patches.suse/io_uring-rw-ensure-reissue-path-is-correctly-handled.patch patches.suse/ublk-set_params-properly-check-if-parameters-can-be-applie.patch patches.suse/block-fix-conversion-of-GPT-partition-name-to-7-bit.patch patches.suse/nvme-tcp-fix-possible-UAF-in-nvme_tcp_poll.patch patches.suse/nvme-pci-clean-up-CMBMSC-when-registering-CMB-fails.patch patches.suse/nvme-pci-skip-CMB-blocks-incompatible-with-PCI-P2P-D.patch patches.suse/nvme-ioctl-fix-leaked-requests-on-mapping-error.patch patches.suse/nvmet-remove-old-function-prototype.patch patches.suse/nvme-tcp-Fix-a-C2HTermReq-error-message.patch patches.suse/nvme-tcp-fix-potential-memory-corruption-in-nvme_tcp.patch patches.suse/nvmet-tcp-Fix-a-possible-sporadic-response-drops-in-.patch patches.suse/nvme-tcp-fix-signedness-bug-in-nvme_tcp_init_connect.patch patches.suse/btrfs-zoned-fix-extent-range-end-unlock-in-cow_file_.patch patches.suse/btrfs-fix-a-leaked-chunk-map-issue-in-read_one_chunk.patch patches.suse/coredump-Only-sort-VMAs-when-core_sort_vma-sysctl-is.patch patches.suse/ACPI-platform_profile-Add-support-for-hidden-choices.patch patches.suse/platform-x86-amd-pmf-Add-quiet-to-hidden-choices.patch patches.suse/platform-x86-amd-pmf-Add-balanced-performance-to-hid.patch patches.suse/mm-slab-kvfree_rcu-Switch-to-WQ_MEM_RECLAIM-wq.patch patches.suse/s390-traps-Fix-test_monitor_call-inline-assembly.patch patches.suse/x86-amd_nb-Use-rdmsr_safe-in-amd_get_mmconfig_range.patch patches.suse/virt-sev-guest-Allocate-request-data-dynamically.patch patches.suse/virt-sev-guest-Move-SNP-Guest-Request-data-pages-han.patch patches.suse/x86-microcode-AMD-Add-some-forgotten-models-to-the-SHA-che.patch patches.suse/Revert-selftests-mm-remove-local-__NR_-definitions.patch patches.suse/selftests-damon-damos_quota_goal-handle-minimum-quot.patch patches.suse/mm-memory-failure-update-ttu-flag-inside-unmap_poiso.patch patches.suse/hwpoison-memory_hotplug-lock-folio-before-unmap-hwpo.patch patches.suse/dma-kmsan-export-kmsan_handle_dma-for-modules.patch patches.suse/mm-abort-vma_modify-on-merge-out-of-memory-failure.patch patches.suse/NFS-fix-nfs_release_folio-to-not-deadlock-via-kcompa.patch patches.suse/selftests-damon-damos_quota-make-real-expectation-of.patch patches.suse/selftests-damon-damon_nr_regions-set-ops-update-for-.patch patches.suse/selftests-damon-damon_nr_regions-sort-collected-regi.patch patches.suse/mm-fix-kernel-BUG-when-userfaultfd_move-encounters-swapcac.patch patches.suse/mm-don-t-skip-arch_sync_kernel_mappings-in-error-pat.patch patches.suse/mm-fix-finish_fault-handling-for-large-folios.patch patches.suse/Revert-mm-page_alloc.c-don-t-show-protection-in-zone.patch patches.suse/rapidio-fix-an-API-misues-when-rio_add_net-fails.patch patches.suse/rapidio-add-check-for-rio_add_net-in-rio_scan_alloc_.patch patches.suse/mm-page_alloc-fix-uninitialized-variable.patch patches.suse/KVM-arm64-Initialize-HCR_EL2.E2H-early.patch patches.suse/KVM-arm64-Initialize-SCTLR_EL1-in-__kvm_hyp_init_cpu.patch patches.suse/KVM-SVM-Set-RFLAGS.IF-1-in-C-code-to-get-VMRUN-out-o.patch patches.suse/KVM-SVM-Drop-DEBUGCTL-5-2-from-guest-s-effective-val.patch patches.suse/KVM-SVM-Suppress-DEBUGCTL.BTF-on-AMD.patch patches.suse/KVM-x86-Snapshot-the-host-s-DEBUGCTL-in-common-x86.patch patches.suse/KVM-SVM-Manually-context-switch-DEBUGCTL-if-LBR-virt.patch patches.suse/KVM-x86-Snapshot-the-host-s-DEBUGCTL-after-disabling.patch patches.suse/KVM-SVM-Save-host-DR-masks-on-CPUs-with-DebugSwap.patch patches.suse/KVM-SVM-Don-t-rely-on-DebugSwap-to-restore-host-DR0..patch patches.suse/KVM-selftests-Ensure-all-vCPUs-hit-EFAULT-during-ini.patch patches.suse/KVM-x86-Explicitly-zero-EAX-and-EBX-when-PERFMON_V2-.patch patches.suse/iio-light-apds9306-fix-max_scale_nano-values.patch patches.suse/iio-adc-at91-sama5d2_adc-fix-sama7g5-realbits-value.patch patches.suse/iio-adc-ad7192-fix-channel-select.patch patches.suse/iio-dac-ad3552r-clear-reset-status-flag.patch patches.suse/iio-filter-admv8818-Force-initialization-of-SDO.patch patches.suse/mei-me-add-panther-lake-P-DID.patch patches.suse/mei-vsc-Use-wakeuphostint-when-getting-the-host-wake.patch patches.suse/bus-mhi-host-pci_generic-Use-pci_try_reset_function-.patch patches.suse/intel_th-pci-Add-Arrow-Lake-support.patch patches.suse/intel_th-pci-Add-Panther-Lake-H-support.patch patches.suse/intel_th-pci-Add-Panther-Lake-P-U-support.patch patches.suse/cdx-Fix-possible-UAF-error-in-driver_override_show.patch patches.suse/slimbus-messaging-Free-transaction-ID-in-delayed-int.patch patches.suse/drivers-virt-acrn-hsm-Use-kzalloc-to-avoid-info-leak.patch patches.suse/eeprom-digsy_mtc-Make-GPIO-lookup-table-match-the-de.patch patches.suse/char-misc-deallocate-static-minor-in-error-path.patch patches.suse/bus-simple-pm-bus-fix-forced-runtime-PM-use.patch patches.suse/Revert-drivers-card_reader-rtsx_usb-Restore-interrup.patch patches.suse/drivers-core-fix-device-leak-in-__fw_devlink_relax_c.patch patches.suse/usb-atm-cxacru-fix-a-flaw-in-existing-endpoint-check.patch patches.suse/usb-gadget-u_ether-Set-is_suspend-flag-if-remote-wak.patch patches.suse/usb-gadget-Set-self-powered-based-on-MaxPower-and-bm.patch patches.suse/usb-typec-tcpci_rt1711h-Unmask-alert-interrupts-to-f.patch patches.suse/acpi-typec-ucsi-Introduce-a-poll_cci-method.patch patches.suse/usb-typec-ucsi-increase-timeout-for-PPM-reset-operat.patch patches.suse/usb-gadget-Fix-setting-self-powered-state-on-suspend.patch patches.suse/usb-xhci-Enable-the-TRB-overfetch-quirk-on-VIA-VL805.patch patches.suse/xhci-Restrict-USB4-tunnel-detection-for-USB3-devices.patch patches.suse/usb-gadget-Check-bmAttributes-only-if-configuration-.patch patches.suse/usb-dwc3-gadget-Prevent-irq-storm-when-TH-re-execute.patch patches.suse/usb-renesas_usbhs-Call-clk_put.patch patches.suse/usb-renesas_usbhs-Use-devm_usb_get_phy.patch patches.suse/usb-renesas_usbhs-Flush-the-notify_hotplug_work.patch patches.suse/usb-hub-lack-of-clearing-xHC-resources.patch patches.suse/usb-dwc3-Set-SUSPENDENABLE-soon-after-phy-init.patch patches.suse/usb-xhci-Fix-host-controllers-dying-after-suspend-an.patch patches.suse/usb-quirks-Add-DELAY_INIT-and-NO_LPM-for-Prolific-Ma.patch patches.suse/usb-typec-ucsi-Fix-NULL-pointer-access.patch patches.suse/kbuild-userprogs-use-correct-lld-when-linking-throug.patch patches.suse/kbuild-hdrcheck-fix-cross-build-with-clang.patch patches.suse/x86-microcode-AMD-Fix-out-of-bounds-on-systems-with-.patch patches.suse/pinctrl-bcm281xx-Fix-incorrect-regmap-max_registers-.patch patches.suse/pinctrl-nuvoton-npcm8xx-Add-NULL-check-in-npcm8xx_gp.patch patches.suse/msft-hv-3162-x86-hyperv-vtl-Stop-kernel-from-probing-VTL0-low-mem.patch patches.suse/msft-hv-3163-fbdev-hyperv_fb-iounmap-the-correct-memory-when-remo.patch patches.suse/drm-hyperv-Fix-address-space-leak-when-Hyper-V-DRM-d.patch patches.suse/msft-hv-3165-fbdev-hyperv_fb-Fix-hang-in-kdump-kernel-when-on-Hyp.patch patches.suse/msft-hv-3166-fbdev-hyperv_fb-Simplify-hvfb_putmem.patch patches.suse/msft-hv-3167-fbdev-hyperv_fb-Allow-graceful-removal-of-framebuffe.patch patches.suse/msft-hv-3168-x86-hyperv-Fix-output-argument-to-hypercall-that-cha.patch patches.suse/msft-hv-3169-Drivers-hv-vmbus-Don-t-release-fb_mmio-resource-in-v.patch patches.suse/spi-microchip-core-prevent-RX-overflows-when-transmi.patch patches.suse/ice-do-not-configure-destination-override-for-switch.patch patches.suse/ice-fix-memory-leak-in-aRFS-after-reset.patch patches.suse/ice-Fix-switchdev-slow-path-in-LAG.patch patches.suse/ice-register-devlink-prior-to-creating-health-report.patch patches.suse/sched-address-a-potential-NULL-pointer-dereference-in-the-.patch patches.suse/netfilter-nft_ct-Use-__refcount_inc-for-per-CPU-nft_ct_pcp.patch patches.suse/netfilter-nf_conncount-garbage-collection-is-not-skipped-w.patch patches.suse/Bluetooth-SCO-fix-sco_conn-refcounting-on-sco_conn_r.patch patches.suse/Bluetooth-hci_event-Fix-enabling-passive-scanning.patch patches.suse/netmem-prevent-TX-of-unreadable-skbs.patch patches.suse/net-mlx5-Fill-out-devlink-dev-info-only-for-PFs.patch patches.suse/net-phy-nxp-c45-tja11xx-add-TJA112X-PHY-configuratio.patch patches.suse/net-phy-nxp-c45-tja11xx-add-TJA112XB-SGMII-PCS-resta.patch patches.suse/netpoll-hold-rcu-read-lock-in-__netpoll_send_skb.patch patches.suse/net-mlx5-handle-errors-in-mlx5_chains_create_table.patch patches.suse/net-ethtool-tsinfo-Fix-dump-command.patch patches.suse/eth-bnxt-fix-truesize-for-mb-xdp-pass-case.patch patches.suse/eth-bnxt-return-fail-if-interface-is-down-in-bnxt_qu.patch patches.suse/eth-bnxt-do-not-use-BNXT_VNIC_NTUPLE-unconditionally.patch patches.suse/eth-bnxt-do-not-update-checksum-in-bnxt_xdp_build_sk.patch patches.suse/eth-bnxt-fix-kernel-panic-in-the-bnxt_get_queue_stat.patch patches.suse/eth-bnxt-fix-memory-leak-in-queue-reset.patch patches.suse/net-devmem-do-not-WARN-conditionally-after-netdev_rx.patch patches.suse/net-switchdev-Convert-blocking-notification-chain-to.patch patches.suse/net-mctp-unshare-packets-when-reassembling.patch patches.suse/bonding-fix-incorrect-MAC-address-setting-to-receive.patch patches.suse/selftests-bonding-fix-incorrect-mac-address.patch patches.suse/wifi-iwlwifi-pcie-Fix-TSO-preparation.patch patches.suse/wifi-iwlwifi-mvm-fix-PNVM-timeout-for-non-MSI-X-plat.patch patches.suse/wifi-iwlwifi-trans-cancel-restart-work-on-op-mode-le.patch patches.suse/wifi-mac80211-flush-the-station-before-moving-it-to-.patch patches.suse/wifi-mac80211-don-t-queue-sdata-work-for-a-non-runni.patch patches.suse/wifi-nl80211-fix-assoc-link-handling.patch patches.suse/wifi-mac80211-fix-SA-Query-processing-in-MLO.patch patches.suse/wifi-cfg80211-cancel-wiphy_work-before-freeing-wiphy.patch patches.suse/wifi-mac80211-fix-MPDU-length-parsing-for-EHT-5-6-GH.patch patches.suse/net_sched-Prevent-creation-of-classes-with-TC_H_ROOT.patch patches.suse/Revert-openvswitch-switch-to-per-action-label-counting-in-.patch patches.suse/net-mlx5-DR-use-the-right-action-structs-for-STEv3.patch patches.suse/net-mlx5-HWS-Rightsize-bwc-matcher-priority.patch patches.suse/net-mlx5-Fix-incorrect-IRQ-pool-usage-when-releasing.patch patches.suse/net-mlx5-Lag-Check-shared-fdb-before-creating-MultiP.patch patches.suse/net-mlx5-Bridge-fix-the-crash-caused-by-LAG-state-ch.patch patches.suse/net-mlx5e-Prevent-bridge-link-show-failure-for-non-e.patch patches.suse/msft-hv-3170-net-mana-cleanup-mana-struct-after-debugfs_remove.patch patches.suse/netfilter-nf_conncount-Fully-initialize-struct-nf_co.patch patches.suse/selftests-netfilter-skip-br_netfilter-queue-tests-if.patch patches.suse/netfilter-nft_exthdr-fix-offset-with-ipv4_find_option.patch patches.suse/clk-samsung-gs101-fix-synchronous-external-abort-in-.patch patches.suse/clk-samsung-update-PLL-locktime-for-PLL142XX-used-on.patch patches.suse/drm-amdgpu-display-Allow-DCC-for-video-formats-on-GF.patch patches.suse/drm-amd-display-fix-missing-.is_two_pixels_per_conta.patch patches.suse/drm-amd-Keep-display-off-while-going-into-S4.patch patches.suse/drm-amd-display-Disable-unneeded-hpd-interrupts-duri.patch patches.suse/drm-amd-display-fix-default-brightness.patch patches.suse/drm-amd-display-Restore-correct-backlight-brightness.patch patches.suse/drm-amd-display-Assign-normalized_pix_clk-when-color.patch patches.suse/drm-amd-display-Fix-slab-use-after-free-on-hdcp_work.patch patches.suse/1145-drm-amdgpu-vce2-fix-ip-block-reference.patch patches.suse/drm-amd-amdkfd-Evict-all-queues-even-HWS-remove-queu.patch patches.suse/drm-amdgpu-NULL-check-BO-s-backing-store-when-determ.patch patches.suse/drm-gma500-Add-NULL-check-for-pci_gfx_root-in-mid_ge.patch patches.suse/drm-panic-use-div_ceil-to-clean-Clippy-warning.patch patches.suse/drm-panic-fix-overindented-list-items-in-documentati.patch patches.suse/drm-atomic-Filter-out-redundant-DPMS-calls.patch patches.suse/drm-dp_mst-Fix-locking-when-skipping-CSN-before-topo.patch patches.suse/drm-i915-cdclk-Do-cdclk-post-plane-programming-later.patch patches.suse/drm-i915-Increase-I915_PARAM_MMAP_GTT_VERSION-versio.patch patches.suse/drm-xe-Release-guc-ids-before-cancelling-work.patch patches.suse/drm-xe-userptr-Fix-an-incorrect-assert.patch patches.suse/drm-xe-pm-Temporarily-disable-D3Cold-on-BMG.patch patches.suse/1158-drm-xe-guc_pc-Retry-and-wait-longer-for-GuC-PC-start.patch patches.suse/drm-xe-remove-redundant-check-in-xe_vm_create_ioctl.patch patches.suse/locking-semaphore-Use-wake_q-to-wake-up-processes-ou.patch patches.suse/arm64-mm-Populate-vmemmap-at-the-page-level-if-not-section-aligned.patch patches.suse/Fix-mmu-notifiers-for-range-based-invalidates.patch patches.suse/ALSA-hda-realtek-Add-mute-LED-quirk-for-HP-Pavilion-.patch patches.suse/ASoC-Intel-sof_sdw-Fix-unlikely-uninitialized-variab.patch patches.suse/ASoC-codecs-wsa884x-report-temps-to-hwmon-in-millide.patch patches.suse/ASoC-tegra-Fix-ADX-S24_LE-audio-format.patch patches.suse/ASoC-cs42l43-Add-jack-delay-debounce-after-suspend.patch patches.suse/ASoC-rt1320-set-wake_capable-0-explicitly.patch patches.suse/ASoC-ops-Consistently-treat-platform_max-as-control-.patch patches.suse/ASoC-cs42l43-Fix-maximum-ADC-Volume.patch patches.suse/ASoC-amd-yc-Support-mic-on-another-Lenovo-ThinkPad-E.patch patches.suse/ASoC-rt722-sdca-add-missing-readable-registers.patch patches.suse/ASoC-codecs-wm0010-Fix-error-handling-path-in-wm0010.patch patches.suse/ASoC-cs42l43-convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/platform-x86-amd-pmf-fix-cleanup-in-amd_pmf_init_sma.patch patches.suse/platform-x86-amd-pmf-Fix-missing-hidden-options-for-.patch patches.suse/nvme-move-error-logging-from-nvme_end_req-to-__nvme_.patch patches.suse/block-change-blk_mq_add_to_batch-third-argument-type.patch patches.suse/nvme-pci-fix-stuck-reset-on-concurrent-DPC-and-HP.patch patches.suse/nvmet-pci-epf-Set-NVMET_PCI_EPF_Q_LIVE-when-a-queue-.patch patches.suse/nvmet-pci-epf-Do-not-add-an-IRQ-vector-if-not-needed.patch patches.suse/dm-flakey-Fix-memory-corruption-in-optional-corrupt_.patch patches.suse/cifs-Fix-integer-overflow-while-processing-acregmax-mount-option.patch patches.suse/cifs-Fix-integer-overflow-while-processing-acdirmax-mount-option.patch patches.suse/cifs-Fix-integer-overflow-while-processing-actimeo-mount-option.patch patches.suse/cifs-Fix-integer-overflow-while-processing-closetimeo-mount-option.patch patches.suse/scripts-generate_rust_analyzer-add-missing-macros-de.patch patches.suse/Input-ads7846-fix-gpiod-allocation.patch patches.suse/Input-xpad-add-8BitDo-SN30-Pro-Hyperkin-X91-and-Game.patch patches.suse/Input-xpad-add-multiple-supported-devices.patch patches.suse/Input-goodix-berlin-fix-comment-referencing-wrong-re.patch patches.suse/Input-goodix-berlin-fix-vddio-regulator-references.patch patches.suse/Input-xpad-add-support-for-ZOTAC-Gaming-Zone.patch patches.suse/Input-xpad-add-support-for-TECNO-Pocket-Go.patch patches.suse/Input-xpad-rename-QH-controller-to-Legion-Go-S.patch patches.suse/Input-i8042-swap-old-quirk-combination-with-new-quir.patch patches.suse/Input-i8042-add-required-quirks-for-missing-old-boar.patch patches.suse/Input-i8042-swap-old-quirk-combination-with-new-quir-75ee4eb.patch patches.suse/Input-i8042-swap-old-quirk-combination-with-new-quir-d85862c.patch patches.suse/Input-iqs7222-preserve-system-status-register.patch patches.suse/thunderbolt-Prevent-use-after-free-in-resume-from-hi.patch patches.suse/USB-serial-option-match-on-interface-class-for-Telit.patch patches.suse/USB-serial-option-add-Telit-Cinterion-FE990B-composi.patch patches.suse/USB-serial-option-fix-Telit-Cinterion-FE990A-name.patch patches.suse/USB-serial-ftdi_sio-add-support-for-Altera-USB-Blast.patch patches.suse/tracing-Correct-the-refcount-if-the-hist-hist_debug-file-f.patch patches.suse/i2c-omap-fix-IRQ-storms.patch patches.suse/i2c-ali1535-Fix-an-error-handling-path-in-ali1535_pr.patch patches.suse/i2c-ali15x3-Fix-an-error-handling-path-in-ali15x3_pr.patch patches.suse/i2c-sis630-Fix-an-error-handling-path-in-sis630_prob.patch patches.suse/tracing-tprobe-events-Fix-leakage-of-module-refcount.patch patches.suse/arm64-dts-bcm2712-PL011-UARTs-are-actually-r1p5.patch patches.suse/firmware-imx-scu-fix-OF-node-leak-in-.probe.patch patches.suse/arm64-dts-freescale-tqma8mpql-Fix-vqmmc-supply.patch patches.suse/soc-imx8m-Unregister-cpufreq-and-soc-dev-in-cleanup-.patch patches.suse/arm64-dts-freescale-imx8mp-verdin-dahlia-add-Microphone-Jack-to-sound-card.patch patches.suse/arm64-dts-freescale-imx8mm-verdin-dahlia-add-Microphone-Jack-to-sound-card.patch patches.suse/arm64-dts-rockchip-remove-supports-cqe-from-rk3588-jaguar.patch patches.suse/arm64-dts-rockchip-remove-supports-cqe-from-rk3588-tiger.patch patches.suse/arm64-dts-rockchip-fix-pinmux-of-UART0-for-PX30-Ringneck-on-Haikou.patch patches.suse/arm64-dts-rockchip-fix-pinmux-of-UART5-for-PX30-Ringneck-on-Haikou.patch patches.suse/arm64-dts-rockchip-Remove-undocumented-sdmmc-property-from-lubancat-1.patch patches.suse/arm64-dts-rockchip-Add-avdd-HDMI-supplies-to-RockPro64-board-dtsi.patch patches.suse/arm64-dts-rockchip-Add-missing-PCIe-supplies-to-RockPro64-board-dtsi.patch patches.suse/memory-omap-gpmc-drop-no-compatible-check.patch patches.suse/firmware-qcom-scm-Fix-error-code-in-probe.patch patches.suse/firmware-qcom-uefisecapp-fix-efivars-registration-ra.patch patches.suse/soc-qcom-pdr-Fix-the-potential-deadlock.patch patches.suse/proc-fix-UAF-in-proc_get_inode.patch patches.suse/mm-migrate-fix-shmem-xarray-update-during-migration.patch patches.suse/mm-fix-error-handling-in-__filemap_get_folio-with-FG.patch patches.suse/selftests-mm-run_vmtests.sh-fix-half_ufd_size_MB-cal.patch patches.suse/mm-huge_memory-drop-beyond-EOF-folios-with-the-right-numbe.patch patches.suse/memcg-drain-obj-stock-on-cpu-hotplug-teardown.patch patches.suse/mm-decline-to-manipulate-the-refcount-on-a-slab-page.patch patches.suse/mm-page_alloc-fix-memory-accept-before-watermarks-gets.patch patches.suse/ata-libata-core-Add-ATA_QUIRK_NO_LPM_ON_ATI-for-cert.patch patches.suse/hwmon-nct6775-core-Fix-out-of-bounds-access-for-NCT6.patch patches.suse/efi-libstub-Avoid-physical-address-0x0-when-doing-ra.patch patches.suse/efivarfs-use-I_MUTEX_CHILD-nested-lock-to-traverse-v.patch patches.suse/efivarfs-fix-NULL-dereference-on-resume.patch patches.suse/mmc-atmel-mci-Add-missing-clk_disable_unprepare.patch patches.suse/mmc-sdhci-brcmstb-add-cqhci-suspend-resume-to-PM-ops.patch patches.suse/RDMA-rxe-Fix-the-failure-of-ibv_query_device-and-ibv.patch patches.suse/RDMA-bnxt_re-Fix-allocation-of-QP-table.patch patches.suse/RDMA-bnxt_re-Add-missing-paranthesis-in-map_qp_id_to.patch patches.suse/RDMA-bnxt_re-Fix-reporting-maximum-SRQs-on-P7-chips.patch patches.suse/RDMA-mlx5-Handle-errors-returned-from-mlx5r_ib_rate.patch patches.suse/RDMA-bnxt_re-Avoid-clearing-VLAN_ID-mask-in-modify-q.patch patches.suse/RDMA-hns-Fix-soft-lockup-during-bt-pages-loop.patch patches.suse/RDMA-hns-Fix-unmatched-condition-in-error-path-of-al.patch patches.suse/RDMA-hns-Fix-invalid-sq-params-not-being-blocked.patch patches.suse/RDMA-hns-Fix-a-missing-rollback-in-error-path-of-hns.patch patches.suse/RDMA-hns-Fix-missing-xa_destroy.patch patches.suse/RDMA-hns-Fix-wrong-value-of-max_sge_rd.patch patches.suse/msft-hv-3171-net-mana-Support-holes-in-device-list-reply-msg.patch patches.suse/net-ipv6-fix-TCP-GSO-segmentation-with-NAT.patch patches.suse/can-ucan-fix-out-of-bound-read-in-strscpy-source.patch patches.suse/can-statistics-use-atomic-access-in-hot-path.patch patches.suse/can-rcar_canfd-Fix-page-entries-in-the-AFL-list.patch patches.suse/can-flexcan-only-change-CAN-state-when-link-up-in-sy.patch patches.suse/can-flexcan-disable-transceiver-during-system-PM.patch patches.suse/ipv6-Fix-memleak-of-nhc_pcpu_rth_output-in-fib_check_nh_v6.patch patches.suse/ipv6-Set-errno-after-ip_fib_metrics_init-in-ip6_rout.patch patches.suse/devlink-fix-xa_alloc_cyclic-error-handling.patch patches.suse/dpll-fix-xa_alloc_cyclic-error-handling.patch patches.suse/phy-fix-xa_alloc_cyclic-error-handling.patch patches.suse/Bluetooth-Fix-error-code-in-chan_alloc_skb_cb.patch patches.suse/Bluetooth-hci_event-Fix-connection-regression-betwee.patch patches.suse/xsk-fix-an-integer-overflow-in-xp_create_and_assign_.patch patches.suse/net-atm-fix-use-after-free-in-lec_send.patch patches.suse/net-lwtunnel-fix-recursion-loops.patch patches.suse/net-ipv6-ioam6-fix-lwtunnel_output-loop.patch patches.suse/mptcp-Fix-data-stream-corruption-in-the-address-anno.patch patches.suse/tools-headers-Sync-uapi-asm-generic-socket.h-with-the-kern.patch patches.suse/batman-adv-Ignore-own-maximum-aggregation-size-durin.patch patches.suse/xfrm_output-Force-software-GSO-only-in-tunnel-mode.patch patches.suse/netfs-Call-invalidate_cache-only-if-implemented.patch patches.suse/dma-mapping-fix-missing-clear-bdr-in-check_ram_in_range_map.patch patches.suse/drm-sched-Fix-fence-reference-count-leak.patch patches.suse/drm-v3d-Don-t-run-jobs-that-have-errors-flagged-in-i.patch patches.suse/1162-drm-v3d-Set-job-pointer-to-NULL-when-the-job-s-fence.patch patches.suse/accel-qaic-Fix-possible-data-corruption-in-BOs-2G.patch patches.suse/accel-qaic-Fix-integer-overflow-in-qaic_validate_req.patch patches.suse/gpu-host1x-Do-not-assume-that-a-NULL-domain-means-no.patch patches.suse/drm-xe-Fix-exporting-xe-buffers-multiple-times.patch patches.suse/drm-radeon-fix-uninitialized-size-issue-in-radeon_vc.patch patches.suse/drm-amdgpu-Fix-MPEG2-MPEG4-and-VC1-video-caps-max-si.patch patches.suse/drm-amdgpu-Fix-JPEG-video-caps-max-size-for-navi1x-a.patch patches.suse/drm-amdgpu-Remove-JPEG-from-vega-and-carrizo-video-c.patch patches.suse/drm-amd-pm-add-unique_id-for-gfx12.patch patches.suse/drm-amdgpu-pm-wire-up-hwmon-fan-speed-for-smu-14.0.2.patch patches.suse/drm-amdkfd-Fix-instruction-hazard-in-gfx12-trap-hand.patch patches.suse/drm-amdgpu-gfx12-correct-cleanup-of-me-field-with-gf.patch patches.suse/drm-amdgpu-Restore-uncached-behaviour-on-GFX12.patch patches.suse/drm-amdkfd-Fix-user-queue-validation-on-Gfx7-8.patch patches.suse/drm-amd-display-Fix-message-for-support_edp0_on_dp1.patch patches.suse/drm-amd-display-Use-HW-lock-mgr-for-PSR1-when-only-o.patch patches.suse/1179-drm-amd-display-Fix-incorrect-fw_state-address-in-dm.patch patches.suse/drm-amdgpu-pm-Handle-SCLK-offset-correctly-in-overdr.patch patches.suse/Revert-sched-core-Reduce-cost-of-sched_move_task-when-config-autogroup.patch patches.suse/perf-x86-Check-data-address-for-IBS-software-filter.patch patches.suse/perf-x86-rapl-Fix-error-handling-in-init_rapl_pmus.patch patches.suse/io_uring-net-don-t-clear-REQ_F_NEED_CLEANUP-uncondit.patch patches.suse/regulator-core-Fix-deadlock-in-create_regulator.patch patches.suse/regulator-dummy-force-synchronous-probing.patch patches.suse/regulator-check-that-dummy-regulator-has-been-probed.patch patches.suse/regulator-rtq2208-Fix-incorrect-buck-converter-phase.patch patches.suse/regulator-rtq2208-Fix-the-LDO-DVS-capability.patch patches.suse/spi-Fix-reference-count-leak-in-slave_show.patch patches.suse/io_uring-net-fix-sendzc-double-notif-flush.patch patches.suse/keys-Fix-UAF-in-key_put.patch patches.suse/perf-amd-ibs-Prevent-leaking-sensitive-data-to-userspace.patch patches.suse/i2c-amd-mp2-drop-free_irq-of-devm_request_irq-alloca.patch patches.suse/make-use-of-anon_inode_getfile_fmode.patch patches.suse/0014-fs-place-f_ref-to-3rd-cache-line-in-struct-file-to-r.patch patches.suse/watch_queue-fix-pipe-accounting-mismatch.patch patches.suse/eventpoll-abstract-out-parameter-sanity-checking.patch patches.suse/eventpoll-abstract-out-ep_try_send_events-helper.patch patches.suse/eventpoll-add-epoll_sendevents-helper.patch patches.suse/pidfs-switch-to-copy_struct_to_user.patch patches.suse/pidfd-rely-on-automatic-cleanup-in-__pidfd_prepare.patch patches.suse/pidfs-move-setting-flags-into-pidfs_alloc_file.patch patches.suse/pidfs-use-private-inode-slab-cache.patch patches.suse/pidfs-record-exit-code-and-cgroupid-at-exit.patch patches.suse/pidfs-allow-to-retrieve-exit-information.patch patches.suse/pidfs-ensure-that-PIDFS_INFO_EXIT-is-available.patch patches.suse/pidfs-improve-multi-threaded-exec-and-premature-thread-gro.patch patches.suse/iomap-allow-the-file-system-to-submit-the-writeback-.patch patches.suse/iomap-simplify-io_flags-and-io_type-in-struct-iomap_.patch patches.suse/iomap-add-a-IOMAP_F_ANON_WRITE-flag.patch patches.suse/iomap-split-bios-to-zone-append-limits-in-the-submis.patch patches.suse/iomap-move-common-ioend-code-to-ioend.c.patch patches.suse/iomap-factor-out-a-iomap_dio_done-helper.patch patches.suse/iomap-optionally-use-ioends-for-direct-I-O.patch patches.suse/iomap-add-a-io_private-field-to-struct-iomap_ioend.patch patches.suse/iomap-pass-private-data-to-iomap_page_mkwrite.patch patches.suse/iomap-pass-private-data-to-iomap_zero_range.patch patches.suse/iomap-pass-private-data-to-iomap_truncate_page.patch patches.suse/iomap-factor-out-iomap-length-helper.patch patches.suse/iomap-split-out-iomap-check-and-reset-logic-from-ite.patch patches.suse/iomap-refactor-iomap_iter-length-check-and-tracepoin.patch patches.suse/iomap-lift-error-code-check-out-of-iomap_iter_advanc.patch patches.suse/iomap-lift-iter-termination-logic-from-iomap_iter_ad.patch patches.suse/iomap-export-iomap_iter_advance-and-return-remaining.patch patches.suse/iomap-support-incremental-iomap_iter-advances.patch patches.suse/iomap-advance-the-iter-directly-on-buffered-writes.patch patches.suse/iomap-advance-the-iter-directly-on-unshare-range.patch patches.suse/iomap-advance-the-iter-directly-on-zero-range.patch patches.suse/iomap-advance-the-iter-directly-on-buffered-read.patch patches.suse/iomap-advance-the-iter-on-direct-I-O.patch patches.suse/iomap-convert-misc-simple-ops-to-incremental-advance.patch patches.suse/dax-advance-the-iomap_iter-in-the-read-write-path.patch patches.suse/dax-push-advance-down-into-dax_iomap_iter-for-read-a.patch patches.suse/dax-advance-the-iomap_iter-on-zero-range.patch patches.suse/dax-advance-the-iomap_iter-on-unshare-range.patch patches.suse/dax-advance-the-iomap_iter-on-dedupe-range.patch patches.suse/dax-advance-the-iomap_iter-on-pte-and-pmd-faults.patch patches.suse/iomap-remove-unnecessary-advance-from-iomap_iter.patch patches.suse/iomap-rename-iomap_iter-processed-field-to-status.patch patches.suse/iomap-introduce-a-full-map-advance-helper.patch patches.suse/iomap-fix-inline-data-on-buffered-read.patch patches.suse/fs-buffer-simplify-block_read_full_folio-with-bh_off.patch patches.suse/fs-buffer-remove-batching-from-async-read.patch patches.suse/fs-mpage-avoid-negative-shift-for-large-blocksize.patch patches.suse/fs-mpage-use-blocks_per_folio-instead-of-blocks_per_page.patch patches.suse/fs-buffer-fs-mpage-remove-large-folio-restriction.patch patches.suse/block-bdev-enable-large-folio-support-for-large-logi.patch patches.suse/block-bdev-lift-block-size-restrictions-to-64k.patch patches.suse/bdev-use-bdev_io_min-for-statx-block-size.patch patches.suse/bdev-add-back-PAGE_SIZE-block-size-validation-for-sb.patch patches.suse/init-add-initramfs_internal.h.patch patches.suse/initramfs-allocate-heap-buffers-together.patch patches.suse/initramfs-fix-hardlink-hash-leak-without-TRAILER.patch patches.suse/0009-elf-add-remaining-SHF_-flag-macros.patch patches.suse/scsi-mpt3sas-Mark-device-strings-as-nonstring.patch patches.suse/scsi-qla2xxx-Mark-device-strings-as-nonstring.patch patches.suse/compiler_types-Introduce-__nonstring_array.patch patches.suse/pstore-Change-kmsg_bytes-storage-size-to-u32.patch patches.suse/cgroup-rstat-Fix-forceidle-time-in-cpu.stat.patch patches.suse/cgroup-Print-message-when-proc-cgroups-is-read-on-v2-only-.patch patches.suse/bitmap-Align-documentation-between-bitmap_gather-and.patch patches.suse/cpumask-add-for_each_-possible-online-_cpu_wrap.patch patches.suse/ibmvnic-simplify-ibmvnic_set_queue_affinity.patch patches.suse/sched-update-__cond_resched-comment-about-RCU-quiescent-states.patch patches.suse/Flush-console-log-from-kernel_power_off.patch patches.suse/x86-locking-Use-ALT_OUTPUT_SP-for-percpu_-try_-cmpxchg-64-.patch patches.suse/lockdep-mm-Fix-might_fault-lockdep-check-of-current-mm-mmap_lock.patch patches.suse/locking-lock_events-Add-locking-events-for-rtmutex-s.patch patches.suse/lockdep-Don-t-disable-interrupts-on-RT-in-disable_ir.patch patches.suse/x86-traps-Make-exc_double_fault-consistently-noreturn.patch patches.suse/objtool-Fix-error-handling-inconsistencies-in-check.patch patches.suse/tracing-Disable-branch-profiling-in-noinstr-code.patch patches.suse/sched-Cancel-the-slice-protection-of-the-idle-entity.patch patches.suse/sched-Reduce-the-default-slice-to-avoid-tasks-getting-an-extra-tick.patch patches.suse/sched-Don-t-define-sched_clock_irqtime-as-static-key.patch patches.suse/sched-eevdf-Force-propagating-min_slice-of-cfs_rq-when-en-de-queue-tasks.patch patches.suse/sched-fair-Refactor-can_migrate_task-to-elimate-looping.patch patches.suse/x86-tsc-Always-save-restore-TSC-sched_clock-on-suspend-resume.patch patches.suse/sched-core-Remove-duplicate-included-header-file-stats.h.patch patches.suse/sched-Add-unlikey-branch-hints-to-several-system-calls.patch patches.suse/sched-membarrier-Fix-redundant-load-of-membarrier_st.patch patches.suse/sched-uclamp-Use-the-uclamp_is_used-helper-instead-of-open-coding-it.patch patches.suse/sched-uclamp-Optimize-sched_uclamp_used-static-key-enabling.patch patches.suse/sched-Add-a-generic-function-to-return-the-preemption-string.patch patches.suse/lib-dump_stack-Use-preempt_model_str.patch patches.suse/arm-Rely-on-generic-printing-of-preemption-model.patch patches.suse/arm64-Rely-on-generic-printing-of-preemption-model.patch patches.suse/powerpc-Rely-on-generic-printing-of-preemption-model.patch patches.suse/s390-Rely-on-generic-printing-of-preemption-model.patch patches.suse/x86-Rely-on-generic-printing-of-preemption-model.patch patches.suse/xtensa-Rely-on-generic-printing-of-preemption-model.patch patches.suse/tracing-Use-preempt_model_str.patch patches.suse/sched-deadline-Ignore-special-tasks-when-rebuilding-domains.patch patches.suse/sched-topology-Wrappers-for-sched_domains_mutex.patch patches.suse/sched-deadline-Generalize-unique-visiting-of-root-domains.patch patches.suse/sched-deadline-Rebuild-root-domain-accounting-after-every-update.patch patches.suse/sched-topology-Remove-redundant-dl_clear_root_domain-call.patch patches.suse/cgroup-cpuset-Remove-partition_and_rebuild_sched_domains.patch patches.suse/sched-topology-Stop-exposing-partition_sched_domains_locked.patch patches.suse/include-topology-cpuset-Move-dl_rebuild_rd_accounting-to-cpuset.h.patch patches.suse/sched-debug-Change-SCHED_WARN_ON-to-WARN_ON_ONCE.patch patches.suse/sched-debug-Make-const_debug-tunables-unconditional-__read_mostly.patch patches.suse/sched-debug-Make-CONFIG_SCHED_DEBUG-functionality-unconditional.patch patches.suse/cpuidle-sched-Use-smp_mb__after_atomic-in-current_clr_polling.patch patches.suse/perf-amd-ibs-Remove-IBS_-FETCH-OP-_CONFIG_MASK-macros.patch patches.suse/perf-amd-ibs-Remove-pointless-sample-period-check.patch patches.suse/perf-amd-ibs-Fix-config-to-sample-period-calculation-for-OP-PMU.patch patches.suse/perf-amd-ibs-Fix-perf_ibs_op.cnt_mask-for-CurCnt.patch patches.suse/perf-amd-ibs-Don-t-allow-freq-mode-event-creation-through-config-interface.patch patches.suse/perf-amd-ibs-Add-PMU-specific-minimum-period.patch patches.suse/perf-amd-ibs-Add-check_period-callback.patch patches.suse/perf-amd-ibs-Ceil-sample_period-to-min_period.patch patches.suse/perf-x86-intel-Apply-static-call-for-drain_pebs.patch patches.suse/perf-x86-intel-Avoid-disable-PMU-if-cpuc-enabled-in-sample.patch patches.suse/perf-Avoid-the-read-if-the-count-is-already-updated.patch patches.suse/perf-x86-intel-Support-PEBS-counters-snapshotting.patch patches.suse/perf-amd-ibs-Add-support-for-OP-Load-Latency-Filtering.patch patches.suse/perf-amd-ibs-Update-DTLB-PageSize-decode-logic.patch patches.suse/perf-amd-ibs-Sync-arch-x86-include-asm-amd-ibs.h-header-wi.patch patches.suse/perf-core-Move-perf_event-sysctls-into-kernel-events.patch patches.suse/perf-x86-intel-bts-Allocate-bts_ctx-only-if-necessary.patch patches.suse/perf-hw_breakpoint-Return-EOPNOTSUPP-for-unsupported-break.patch patches.suse/perf-core-Simplify-the-perf_event_alloc-error-path.patch patches.suse/perf-core-Simplify-the-perf_pmu_register-error-path.patch patches.suse/perf-core-Simplify-perf_pmu_register.patch patches.suse/perf-core-Simplify-perf_init_event.patch patches.suse/perf-core-Simplify-perf_event_alloc.patch patches.suse/perf-core-Merge-struct-pmu-pmu_disable_count-into-struct-perf_cpu_pmu_context-pmu_disable_coun.patch patches.suse/perf-core-Add-this_cpc-helper.patch patches.suse/perf-core-Introduce-perf_free_addr_filters.patch patches.suse/perf-bpf-Robustify-perf_event_free_bpf_prog.patch patches.suse/perf-core-Simplify-the-perf_mmap-control-flow.patch patches.suse/perf-core-Further-simplify-perf_mmap.patch patches.suse/perf-core-Remove-retry-loop-from-perf_mmap.patch patches.suse/perf-core-Lift-event-mmap_mutex-in-perf_mmap.patch patches.suse/perf-core-Detach-struct-perf_cpu_pmu_context-and-struct-pmu-lifetimes.patch patches.suse/perf-core-Fix-perf_mmap-failure-path.patch patches.suse/perf-core-Clean-up-perf_try_init_event.patch patches.suse/perf-x86-Annotate-struct-bts_buffer-buf-with-__counted_by.patch patches.suse/uprobes-x86-Harden-uretprobe-syscall-trampoline-check.patch patches.suse/perf-x86-intel-bts-Check-if-bts_ctx-is-allocated-when-call.patch patches.suse/perf-core-Remove-optional-size-arguments-from-strscpy-call.patch patches.suse/perf-core-Use-sysfs_emit-instead-of-scnprintf.patch patches.suse/perf-core-Use-POLLHUP-for-pinned-events-in-error.patch patches.suse/perf-ring_buffer-Allow-the-EPOLLRDNORM-flag-for-poll.patch patches.suse/perf-Extend-per-event-callchain-limit-to-branch-stack.patch patches.suse/perf-Save-PMU-specific-data-in-task_struct.patch patches.suse/locking-percpu-rwsem-Add-guard-support.patch patches.suse/perf-attach-detach-PMU-specific-data.patch patches.suse/perf-Supply-task-information-to-sched_task.patch patches.suse/perf-x86-lbr-Fix-shorter-LBRs-call-stacks-for-the-system-w.patch patches.suse/perf-x86-Remove-swap_task_ctx.patch patches.suse/perf-Clean-up-pmu-specific-data.patch patches.suse/x86-mm-pat-cpa-test-fix-length-for-CPA_ARRAY-test.patch patches.suse/x86-mm-pat-drop-duplicate-variable-in-cpa_flush.patch patches.suse/x86-mm-pat-restore-large-ROX-pages-after-fragmentation.patch patches.suse/execmem-don-t-remove-ROX-cache-from-the-direct-map.patch patches.suse/execmem-add-API-for-temporal-remapping-as-RW-and-restoring.patch patches.suse/module-switch-to-execmem-API-for-remapping-as-RW-and-resto.patch patches.suse/Revert-x86-module-prepare-module-loading-for-ROX-allocatio.patch patches.suse/module-drop-unused-module_writable_address.patch patches.suse/x86-re-enable-EXECMEM_ROX-support.patch patches.suse/x86-mm-Fix-flush_tlb_range-when-used-for-zapping-normal-PM.patch patches.suse/module-don-t-annotate-ROX-memory-as-kmemleak_not_leak.patch patches.suse/x86-ibt-Clean-up-is_endbr.patch patches.suse/x86-kcfi-Fix-EXPORT_SYMBOL-vs-kCFI.patch patches.suse/x86-cfi-Clean-up-linkage.patch patches.suse/x86-boot-Mark-start_secondary-with-__noendbr.patch patches.suse/x86-alternative-Simplify-callthunk-patching.patch patches.suse/x86-traps-Cleanup-and-robustify-decode_bug.patch patches.suse/x86-ibt-Clean-up-poison_endbr.patch patches.suse/x86-early_printk-Harden-early_serial.patch patches.suse/x86-ibt-Handle-FineIBT-in-handle_cfi_failure.patch patches.suse/x86-nmi-Add-an-emergency-handler-in-nmi_desc-use-it-in-nmi.patch patches.suse/x86-cfi-Add-cfi-warn-boot-option.patch patches.suse/x86-ibt-Add-exact_endbr-helper.patch patches.suse/x86-alternatives-Clean-up-preprocessor-conditional-block-c.patch patches.suse/x86-traps-Decode-0xEA-instructions-as-UD.patch patches.suse/x86-ibt-Optimize-the-FineIBT-instruction-sequence.patch patches.suse/x86-traps-Decode-LOCK-Jcc.d8-as-UD.patch patches.suse/x86-ibt-Add-paranoid-FineIBT-mode.patch patches.suse/x86-bhi-Add-BHI-stubs.patch patches.suse/x86-ibt-Implement-FineIBT-BHI-mitigation.patch patches.suse/x86-ibt-Optimize-the-fineibt-bhi-arity-1-case.patch patches.suse/x86-percpu-Disable-named-address-spaces-for-UBSAN_BOOL-wit.patch patches.suse/x86-bpf-Fix-BPF-percpu-accesses.patch patches.suse/x86-smp-Allow-calling-mwait_play_dead-with-an-arbitrary-hi.patch patches.suse/ACPI-processor_idle-Add-FFH-state-handling.patch patches.suse/intel_idle-Provide-the-default-enter_dead-handler.patch patches.suse/ACPI-processor_idle-Export-acpi_processor_ffh_play_dead.patch patches.suse/x86-cpu-Update-Intel-Family-comments.patch patches.suse/x86-kaslr-Reduce-KASLR-entropy-on-most-x86-systems.patch patches.suse/perf-x86-intel-Use-cache-cpu-type-for-hybrid-PMU-selection.patch patches.suse/x86-cpufeatures-Rename-X86_CMPXCHG64-to-X86_CX8.patch patches.suse/x86-smp-Fix-mwait_play_dead-and-acpi_processor_ffh_play_de.patch patches.suse/x86-speculation-Simplify-and-make-CALL_NOSPEC-consistent.patch patches.suse/x86-speculation-Add-a-conditional-CS-prefix-to-CALL_NOSPEC.patch patches.suse/msft-hv-3205-x86-hyperv-Use-named-operands-in-inline-asm.patch patches.suse/x86-acpi-Replace-manual-page-table-initialization-wi-775d37d8.patch patches.suse/x86-cpufeatures-Add-REQUIRED-DISABLED-feature-configs.patch patches.suse/x86-cpufeatures-Generate-the-asm-cpufeaturemasks.h-header-.patch patches.suse/x86-cpufeatures-Remove-disabled-required-features.h.patch patches.suse/x86-cpufeatures-Use-AWK-to-generate-REQUIRED-DISABLED-_MAS.patch patches.suse/x86-amd_node-platform-x86-amd-hsmp-Have-HSMP-use-SMN-throu.patch patches.suse/x86-amd_node-Add-SMN-offsets-to-exclusive-region-access.patch patches.suse/x86-amd_node-Add-support-for-debugfs-access-to-SMN-registe.patch patches.suse/x86-microcode-Update-the-Intel-processor-flag-scan-check.patch patches.suse/x86-acpi-cstate-Improve-Intel-Family-model-checks-33795986.patch patches.suse/x86-smpboot-Fix-INIT-delay-assignment-for-extended-Intel-F.patch patches.suse/x86-headers-Replace-__ASSEMBLY__-with-__ASSEMBLER__-in-UAP.patch patches.suse/perf-x86-intel-x86-cpu-Simplify-Intel-PMU-initialization.patch patches.suse/zstd-Increase-DYNAMIC_BMI2-GCC-version-cutoff-from-4.patch patches.suse/x86-fpu-Fully-optimize-out-WARN_ON_FPU.patch patches.suse/x86-fpu-Fix-guest-FPU-state-buffer-allocation-size.patch patches.suse/x86-fpu-Avoid-copying-dynamic-FP-state-from-init_task-in-a.patch patches.suse/x86-fpu-xstate-Fix-inconsistencies-in-guest-FPU-xfeatures.patch patches.suse/x86-usercopy-Fix-kernel-doc-func-param-name-in-clean_cache.patch patches.suse/selftests-x86-syscall-Fix-coccinelle-WARNING-recomme.patch patches.suse/x86-coco-Replace-static-const-cc_mask-with-the-newly-intro.patch patches.suse/x86-platform-olpc-Remove-unused-variable-len-in-olpc_dt_co.patch patches.suse/futex-Use-a-hashmask-instead-of-hashsize.patch patches.suse/perf-x86-Switch-to-use-hrtimer_setup.patch patches.suse/sched-Switch-to-use-hrtimer_setup.patch patches.suse/io_uring-timeout-Switch-to-use-hrtimer_setup.patch patches.suse/perf-Switch-to-use-hrtimer_setup.patch patches.suse/bpf-Switch-to-use-hrtimer_setup.patch patches.suse/PM-runtime-Switch-to-use-hrtimer_setup.patch patches.suse/wifi-Switch-to-use-hrtimer_setup.patch patches.suse/igc-Switch-to-use-hrtimer_setup.patch patches.suse/usb-typec-tcpm-Switch-to-use-hrtimer_setup.patch patches.suse/0017-drm-amdgpu-Switch-to-use-hrtimer_setup.patch patches.suse/0018-drm-i915-huc-Switch-to-use-hrtimer_setup.patch patches.suse/0019-drm-i915-gvt-Switch-to-use-hrtimer_setup.patch patches.suse/0020-drm-i915-perf-Switch-to-use-hrtimer_setup.patch patches.suse/0021-drm-i915-pmu-Switch-to-use-hrtimer_setup.patch patches.suse/0022-drm-i915-uncore-Switch-to-use-hrtimer_setup.patch patches.suse/0023-drm-i915-request-Switch-to-use-hrtimer_setup.patch patches.suse/0024-drm-msm-Switch-to-use-hrtimer_setup.patch patches.suse/0025-drm-vkms-Switch-to-use-hrtimer_setup.patch patches.suse/0026-drm-xe-oa-Switch-to-use-hrtimer_setup.patch patches.suse/0027-drm-vmwgfx-Switch-to-use-hrtimer_setup.patch patches.suse/RDMA-Switch-to-use-hrtimer_setup.patch patches.suse/ASoC-fsl-imx-pcm-fiq-Switch-to-use-hrtimer_setup.patch patches.suse/serial-xilinx_uartps-Use-helper-function-hrtimer_upd.patch patches.suse/io_uring-Use-helper-function-hrtimer_update_function.patch patches.suse/wifi-rt2x00-Switch-to-use-hrtimer_update_function.patch patches.suse/perf-dwc_pcie-fix-duplicate-pci_dev-devices.patch patches.suse/perf-arm_cspmu-Move-register-definitons-to-header.patch patches.suse/perf-arm_cspmu-Generalise-event-filtering.patch patches.suse/perf-arm_cspmu-Add-PMEVFILT2R-support.patch patches.suse/perf-arm_cspmu-Fix-missing-io.h-include.patch patches.suse/arch_topology-init-capacity_freq_ref-to-0.patch patches.suse/cpufreq-Allow-arch_freq_get_on_cpu-to-return-an-error.patch patches.suse/cpufreq-Introduce-an-optional-cpuinfo_avg_freq-sysfs-entry.patch patches.suse/arm64-Provide-an-AMU-based-version-of-arch_freq_get_on_cpu.patch patches.suse/arm64-Update-AMU-based-freq-scale-factor-on-entering-idle.patch patches.suse/arm64-Utilize-for_each_cpu_wrap-for-reference-lookup.patch patches.suse/arm64-sysreg-Update-register-fields-for-ID_AA64MMFR0_EL1.patch patches.suse/arm64-sysreg-Add-register-fields-for-HDFGRTR2_EL2.patch patches.suse/arm64-sysreg-Add-register-fields-for-HDFGWTR2_EL2.patch patches.suse/arm64-sysreg-Add-register-fields-for-HFGITR2_EL2.patch patches.suse/arm64-sysreg-Add-register-fields-for-HFGRTR2_EL2.patch patches.suse/arm64-sysreg-Add-register-fields-for-HFGWTR2_EL2.patch patches.suse/arm64-kernel-Always-use-level-2-or-higher-for-early-mappin.patch patches.suse/arm64-mm-Define-PTDESC_ORDER.patch patches.suse/arm64-sysreg-Improve-PIR-POR-helpers.patch patches.suse/arm64-sysreg-Rename-POE_RXW-to-POE_RWX.patch patches.suse/arm64-cputype-Add-QCOM_CPU_PART_KRYO_3XX_GOLD.patch patches.suse/dma-Fix-encryption-bit-clearing-for-dma_to_phys.patch patches.suse/dma-Introduce-generic-dma_addr_-crypted-helpers.patch patches.suse/arm64-realm-Use-aliased-addresses-for-device-DMA-to-.patch patches.suse/arm64-mm-Check-PUD_TYPE_TABLE-in-pud_bad.patch patches.suse/arm64-mm-Check-pmd_table-in-pmd_trans_huge.patch patches.suse/arm64-errata-Add-QCOM_KRYO_4XX_GOLD-to-the-spectre_bhb_k24_list.patch patches.suse/arm64-errata-Assume-that-unknown-CPUs-_are_-vulnerable-to-Spectre-BHB.patch patches.suse/arm64-errata-Add-KRYO-2XX-3XX-4XX-silver-cores-to-Spectre-BHB-safe-list.patch patches.suse/arm64-cputype-Add-MIDR_CORTEX_A76AE.patch patches.suse/arm64-errata-Add-newer-ARM-cores-to-the-spectre_bhb_loop_affected-lists.patch patches.suse/cpu-SMT-Provide-a-default-topology_is_primary_thread.patch patches.suse/arm64-topology-Support-SMT-control-on-ACPI-based-system.patch patches.suse/x86-bugs-KVM-Add-support-for-SRSO_MSR_FIX.patch patches.suse/x86-bugs-Move-the-X86_FEATURE_USE_IBPB-check-into-callers.patch patches.suse/x86-mm-Remove-X86_FEATURE_USE_IBPB-checks-in-cond_mitigati.patch patches.suse/x86-bugs-Remove-the-X86_FEATURE_USE_IBPB-check-in-ib_prctl.patch patches.suse/x86-bugs-Use-a-static-branch-to-guard-IBPB-on-vCPU-switch.patch patches.suse/KVM-nVMX-Always-use-IBPB-to-properly-virtualize-IBRS.patch patches.suse/x86-bugs-Remove-X86_FEATURE_USE_IBPB.patch patches.suse/x86-bugs-Add-X86_BUG_SPECTRE_V2_USER.patch patches.suse/x86-bugs-Relocate-mds-taa-mmio-rfds-defines.patch patches.suse/x86-bugs-Add-AUTO-mitigations-for-mds-taa-mmio-rfds.patch patches.suse/x86-bugs-Use-the-cpu_smt_possible-helper-instead-of-open-c.patch patches.suse/x86-bugs-Make-spectre-user-default-depend-on-MITIGATION_SP.patch patches.suse/x86-resctrl-Fix-allocation-of-cleanest-CLOSID-on-platforms.patch patches.suse/x86-resctrl-Add-a-helper-to-avoid-reaching-into-the-arch-c.patch patches.suse/x86-resctrl-Remove-fflags-from-struct-rdt_resource.patch patches.suse/x86-resctrl-Use-schema-type-to-determine-how-to-parse-sche.patch patches.suse/x86-resctrl-Use-schema-type-to-determine-the-schema-format.patch patches.suse/x86-resctrl-Remove-data_width-and-the-tabular-format.patch patches.suse/x86-resctrl-Add-max_bw-to-struct-resctrl_membw.patch patches.suse/x86-resctrl-Generate-default_ctrl-instead-of-sharing-it.patch patches.suse/x86-resctrl-Add-helper-for-setting-CPU-default-properties.patch patches.suse/x86-resctrl-Remove-rdtgroup-from-update_cpu_closid_rmid.patch patches.suse/x86-resctrl-Expose-resctrl-fs-s-init-function-to-the-rest-.patch patches.suse/x86-resctrl-Move-rdt_find_domain-to-be-visible-to-arch-and.patch patches.suse/x86-resctrl-Move-resctrl-types-to-a-separate-header.patch patches.suse/x86-resctrl-Add-an-arch-helper-to-reset-one-resource.patch patches.suse/x86-resctrl-Move-monitor-exit-work-to-a-resctrl-exit-call.patch patches.suse/x86-resctrl-Move-monitor-init-work-to-a-resctrl-init-call.patch patches.suse/x86-resctrl-Rewrite-and-move-the-for_each_-_rdt_resource-w.patch patches.suse/x86-resctrl-Move-the-is_mbm_-_enabled-helpers-to-asm-resct.patch patches.suse/x86-resctrl-Add-resctrl_arch_is_evt_configurable-to-abstra.patch patches.suse/x86-resctrl-Change-mon_event_config_-read-write-to-be-arch.patch patches.suse/x86-resctrl-Move-mba_mbps_default_event-init-to-filesystem.patch patches.suse/x86-resctrl-Move-mbm_cfg_mask-to-struct-rdt_resource.patch patches.suse/x86-resctrl-Add-resctrl_arch_-prefix-to-pseudo-lock-functi.patch patches.suse/x86-resctrl-Allow-an-architecture-to-disable-pseudo-lock.patch patches.suse/x86-resctrl-Make-prefetch_disable_bits-belong-to-the-arch-.patch patches.suse/x86-resctrl-Make-resctrl_arch_pseudo_lock_fn-take-a-plr.patch patches.suse/x86-resctrl-Move-RFTYPE-flags-to-be-managed-by-resctrl.patch patches.suse/x86-resctrl-Handle-throttle_mode-for-SMBA-resources.patch patches.suse/x86-resctrl-Move-get_config_index-to-a-header.patch patches.suse/x86-resctrl-Move-get_-mon-ctrl-_domain_from_cpu-to-live-wi.patch patches.suse/EDAC-Add-support-for-EDAC-device-features-control.patch patches.suse/EDAC-Add-scrub-control-feature.patch patches.suse/EDAC-Add-a-Error-Check-Scrub-control-feature.patch patches.suse/EDAC-Add-a-memory-repair-control-feature.patch patches.suse/EDAC-Update-memory-repair-control-interface-for-memory-spa.patch patches.suse/EDAC-device-Fix-dev_set_name-format-string.patch patches.suse/EDAC-ie31200-work-around-false-positive-build-warning.patch patches.suse/EDAC-skx_common-i10nm-Fix-some-missing-error-reports.patch patches.suse/EDAC-ie31200-Fix-the-size-of-EDAC_MC_LAYER_CHIP_SELECT-lay.patch patches.suse/EDAC-ie31200-Fix-the-DIMM-size-mask-for-several-SoCs.patch patches.suse/EDAC-ie31200-Fix-the-error-path-order-of-ie31200_init.patch patches.suse/EDAC-ie31200-Fix-the-3rd-parameter-name-of-populate_dimm_i.patch patches.suse/EDAC-ie31200-Simplify-the-pci_device_id-table.patch patches.suse/EDAC-ie31200-Make-the-memory-controller-resources-configur.patch patches.suse/EDAC-ie31200-Make-struct-dimm_data-contain-decoded-informa.patch patches.suse/EDAC-ie31200-Fold-the-two-channel-loops-into-one-loop.patch patches.suse/EDAC-ie31200-Break-up-ie31200_probe1.patch patches.suse/EDAC-ie31200-Add-Intel-Raptor-Lake-S-SoCs-support.patch patches.suse/EDAC-ie31200-Switch-Raptor-Lake-S-to-interrupt-mode.patch patches.suse/KVM-x86-Wake-vCPU-for-PIC-interrupt-injection-iff-a-.patch patches.suse/KVM-x86-Introduce-kvm_set_mp_state.patch patches.suse/KVM-x86-Clear-pv_unhalted-on-all-transitions-to-KVM_.patch patches.suse/KVM-nVMX-Check-PAUSE_EXITING-not-BUS_LOCK_DETECTION-.patch patches.suse/KVM-nSVM-Pass-next-RIP-not-current-RIP-for-nested-VM.patch patches.suse/KVM-nVMX-Allow-emulating-RDPID-on-behalf-of-L2.patch patches.suse/KVM-x86-Don-t-inject-PV-async-PF-if-SEND_ALWAYS-0-an.patch patches.suse/KVM-x86-Remove-the-unreachable-case-for-0x80000022-l.patch patches.suse/KVM-VMX-Don-t-modify-guest-XFD_ERR-if-CR0.TS-1.patch patches.suse/x86-cpufeatures-Add-CPUID-feature-bit-for-Idle-HLT-i.patch patches.suse/KVM-SVM-Add-Idle-HLT-intercept-support.patch patches.suse/KVM-SVM-Inject-GP-if-memory-operand-for-INVPCID-is-n.patch patches.suse/KVM-SVM-Refuse-to-attempt-VRMUN-if-an-SEV-ES-guest-h.patch patches.suse/KVM-SVM-Don-t-change-target-vCPU-state-on-AP-Creatio.patch patches.suse/KVM-x86-Don-t-take-kvm-lock-when-iterating-over-vCPU.patch patches.suse/KVM-x86-Drop-local-pvclock_flags-variable-in-kvm_gue.patch patches.suse/KVM-x86-Process-guest-stopped-request-once-per-guest.patch patches.suse/KVM-x86-xen-Use-guest-s-copy-of-pvclock-when-startin.patch patches.suse/KVM-x86-Don-t-bleed-PVCLOCK_GUEST_STOPPED-across-PV-.patch patches.suse/KVM-x86-Set-PVCLOCK_GUEST_STOPPED-only-for-kvmclock-.patch patches.suse/KVM-arm64-vgic-v4-Only-attempt-vLPI-mapping-for-actu.patch patches.suse/KVM-arm64-vgic-v4-Fall-back-to-software-irqbypass-if.patch patches.suse/KVM-arm64-Tear-down-vGIC-on-failed-vCPU-creation.patch patches.suse/arm64-sysreg-Add-layout-for-ICH_HCR_EL2.patch patches.suse/arm64-cpufeature-Handle-NV_frac-as-a-synonym-of-NV2.patch patches.suse/arm64-Modify-_midr_range-functions-to-read-MIDR-REVIDR-int.patch patches.suse/KVM-arm64-Specify-hypercall-ABI-for-retrieving-target-impl.patch patches.suse/arm64-Make-_midr_in_range_list-an-exported-function.patch patches.suse/smccc-kvm_guest-Enable-errata-based-on-implementation-CPUs.patch patches.suse/KVM-arm64-Set-HCR_EL2.TID1-unconditionally.patch patches.suse/KVM-arm64-Copy-guest-CTR_EL0-into-hyp-VM.patch patches.suse/KVM-arm64-PMU-Set-raw-values-from-user-to-PM-C-I-NTE.patch patches.suse/KVM-arm64-PMU-Fix-SET_ONE_REG-for-vPMC-regs.patch patches.suse/KVM-x86-Don-t-load-put-vCPU-when-unloading-its-MMU-d.patch patches.suse/KVM-x86-move-vm_destroy-callback-at-end-of-kvm_arch_.patch patches.suse/KVM-x86-Push-down-setting-vcpu.arch.user_set_tsc.patch patches.suse/KVM-x86-Add-infrastructure-for-secure-TSC.patch patches.suse/KVM-x86-block-KVM_CAP_SYNC_REGS-if-guest-state-is-pr.patch patches.suse/xen-Add-support-for-XenServer-6.1-platform-device.patch patches.suse/xen-mcelog-Add-__nonstring-annotations-for-untermina.patch patches.suse/xenfs-xensyms-respect-hypervisor-s-next-indication.patch patches.suse/xen-pci-Do-not-register-devices-with-segments-0x1000.patch patches.suse/PCI-vmd-Disable-MSI-remapping-bypass-under-Xen.patch patches.suse/PCI-MSI-Convert-pci_msi_ignore_mask-to-per-MSI-domai.patch patches.suse/msft-hv-3189-hyperv-Move-hv_current_partition_id-to-arch-generic-.patch patches.suse/msft-hv-3190-hyperv-Move-arch-x86-hyperv-hv_proc.c-to-drivers-hv.patch patches.suse/cpu-export-lockdep_assert_cpus_held.patch patches.suse/msft-hv-3191-drivers-hv-introduce-vmbus_channel_set_cpu.patch patches.suse/msft-hv-3192-drivers-hv-add-CPU-offlining-support.patch patches.suse/msft-hv-3200-hyperv-Convert-hypercall-statuses-to-linux-error-cod.patch patches.suse/msft-hv-3201-hyperv-Change-hv_root_partition-into-a-function.patch patches.suse/msft-hv-3213-hyperv-Add-CONFIG_MSHV_ROOT-to-gate-root-partition-s.patch patches.suse/msft-hv-3214-hyperv-Remove-unused-union-and-structs.patch patches.suse/msft-hv-3215-x86-hyperv-Add-VTL-mode-emergency-restart-callback.patch patches.suse/msft-hv-3216-x86-hyperv-Add-VTL-mode-callback-for-restarting-the-.patch patches.suse/msft-hv-3217-x86-hyperv-Fix-check-of-return-value-from-snp_set_vm.patch patches.suse/msft-hv-3218-hyperv-Log-hypercall-status-codes-as-strings.patch patches.suse/msft-hv-3219-x86-mshyperv-Add-support-for-extended-Hyper-V-featur.patch patches.suse/msft-hv-3220-arm64-hyperv-Add-some-missing-functions-to-arm64.patch patches.suse/msft-hv-3221-hyperv-Introduce-hv_recommend_using_aeoi.patch patches.suse/acpi-numa-Export-node_to_pxm.patch patches.suse/msft-hv-3222-Drivers-hv-Export-some-functions-for-use-by-root-par.patch patches.suse/msft-hv-3223-Drivers-hv-Introduce-per-cpu-event-ring-tail.patch patches.suse/msft-hv-3224-x86-hyperv-Add-mshv_handler-irq-handler-and-setup-fu.patch patches.suse/msft-hv-3225-hyperv-Add-definitions-for-root-partition-driver-to-.patch patches.suse/msft-hv-3226-Drivers-hv-Introduce-mshv_root-module-to-expose-dev-.patch patches.suse/msft-hv-3227-x86-hyperv-Add-comments-about-hv_vpset-and-var-size-.patch patches.suse/msft-hv-3228-x86-hyperv-fix-an-indentation-issue-in-mshyperv.h.patch patches.suse/PNP-Expand-length-of-fixup-id-string.patch patches.suse/ACPI-power-Use-str_on_off-helper-function-7d36289a.patch patches.suse/ACPI-fan-Add-fan-speed-reporting-for-fans-with-only-.patch patches.suse/ACPI-thermal-Fix-stale-comment-regarding-trip-points.patch patches.suse/ACPI-button-Install-notifier-for-system-events-as-we-a7e23ec1.patch patches.suse/ACPI-video-Use-str_yes_no-helper-in-acpi_video_bus_a-064009eb.patch patches.suse/x86-ACPI-CPPC-Add-missing-include-c9e6f7fb.patch patches.suse/ACPI-platform-profile-Fix-CFI-violation-when-accessing-sysfs-files.patch patches.suse/ACPI-platform_profile-Improve-platform_profile_unreg-bb519cf6.patch patches.suse/ACPI-HED-Always-initialize-before-evged.patch patches.suse/pm-cpupower-bench-Prevent-NULL-dereference-on-malloc.patch patches.suse/cpufreq-amd-pstate-Modify-the-min_perf-calculation-in-adjust_perf-callback.patch patches.suse/cpufreq-amd-pstate-Remove-the-redundant-des_perf-clamping-in-adjust_perf.patch patches.suse/cpufreq-amd-pstate-Pass-min-max_limit_perf-as-min-max_perf-to-amd_pstate_update.patch patches.suse/cpufreq-amd-pstate-Convert-all-perf-values-to-u8.patch patches.suse/cpufreq-amd-pstate-Modularize-perf-freq-conversion.patch patches.suse/cpufreq-amd-pstate-Remove-the-unnecessary-cpufreq_update_policy-call.patch patches.suse/cpufreq-amd-pstate-Add-missing-NULL-ptr-check-in-amd.patch patches.suse/cpufreq-amd-pstate-Use-scope-based-cleanup-for-cpufreq_policy-refs.patch patches.suse/cpufreq-amd-pstate-Remove-the-unncecessary-driver_lock-in-amd_pstate_update_limits.patch patches.suse/cpufreq-amd-pstate-Fix-the-clamping-of-perf-values.patch patches.suse/cpufreq-amd-pstate-Invalidate-cppc_req_cached-during-suspend.patch patches.suse/cpufreq-amd-pstate-Show-a-warning-when-a-CPU-fails-to-setup.patch patches.suse/cpufreq-amd-pstate-Drop-min-and-max-cached-frequencies.patch patches.suse/cpufreq-amd-pstate-Move-perf-values-into-a-union.patch patches.suse/cpufreq-amd-pstate-Overhaul-locking.patch patches.suse/cpufreq-amd-pstate-Drop-cppc_cap1_cached.patch patches.suse/cpufreq-amd-pstate-ut-Use-_free-macro-to-free-put-policy.patch patches.suse/cpufreq-amd-pstate-ut-Allow-lowest-nonlinear-and-lowest-to-be-the-same.patch patches.suse/cpufreq-amd-pstate-ut-Drop-SUCCESS-and-FAIL-enums.patch patches.suse/cpufreq-amd-pstate-ut-Run-on-all-of-the-correct-CPUs.patch patches.suse/cpufreq-amd-pstate-ut-Adjust-variable-scope.patch patches.suse/cpufreq-amd-pstate-Replace-all-AMD_CPPC_-macros-with-masks.patch patches.suse/cpufreq-amd-pstate-Cache-CPPC-request-in-shared-mem-case-too.patch patches.suse/cpufreq-amd-pstate-Move-all-EPP-tracing-into-_update_perf-and-_set_epp-functions.patch patches.suse/cpufreq-amd-pstate-Update-cppc_req_cached-for-shared-mem-EPP-writes.patch patches.suse/cpufreq-amd-pstate-Drop-debug-statements-for-policy-setting.patch patches.suse/cpufreq-amd-pstate-Rework-CPPC-enabling.patch patches.suse/cpufreq-amd-pstate-Stop-caching-EPP.patch patches.suse/cpufreq-amd-pstate-Drop-actions-in-amd_pstate_epp_cpu_offline.patch patches.suse/cpufreq-governor-Fix-negative-idle_time-handling-in-dbs_update.patch patches.suse/cpufreq-scpi-compare-kHz-instead-of-Hz.patch patches.suse/cpufreq-amd-pstate-Remove-unnecessary-driver_lock-in-set_boost.patch patches.suse/cpufreq-tegra186-Share-policy-per-cluster.patch patches.suse/cpuidle-menu-Drop-a-redundant-local-variable.patch patches.suse/cpuidle-menu-Use-one-loop-for-average-and-variance-computations.patch patches.suse/cpuidle-menu-Tweak-threshold-use-in-get_typical_interval.patch patches.suse/cpuidle-menu-Eliminate-outliers-on-both-ends-of-the-sample-set.patch patches.suse/cpuidle-menu-Update-documentation-after-get_typical_interval-changes.patch patches.suse/PM-EM-Drop-unused-parameter-from-em_adjust_new_capac.patch patches.suse/PM-EM-Slightly-reduce-em_check_capacity_update-overh.patch patches.suse/PM-EM-use-kfree_rcu-to-simplify-the-code.patch patches.suse/PM-runtime-Drop-status-check-from-pm_runtime_force_r.patch patches.suse/PM-runtime-Unify-error-handling-during-suspend-and-r.patch patches.suse/PM-Block-enabling-of-runtime-PM-during-system-suspen.patch patches.suse/PM-runtime-Introduce-pm_runtime_blocked.patch patches.suse/PM-sleep-Use-DPM_FLAG_SMART_SUSPEND-conditionally.patch patches.suse/PM-sleep-Avoid-unnecessary-checks-in-device_prepare_.patch patches.suse/PM-hibernate-Avoid-deadlock-in-hibernate_compressor_.patch patches.suse/PM-sleep-Adjust-check-before-setting-power.must_resu.patch patches.suse/PM-sleep-Update-power.smart_suspend-under-PM-spinloc.patch patches.suse/PM-core-Tweak-pm_runtime_block_if_disabled-return-va.patch patches.suse/PM-sleep-Rename-power.async_in_progress-to-power.wor.patch patches.suse/PM-sleep-Rearrange-dpm_async_fn-and-async-state-clea.patch patches.suse/PM-sleep-Remove-unused-pm_generic_-wrappers.patch patches.suse/PM-sleep-core-Fix-indentation-in-dpm_wait_for_childr.patch patches.suse/PM-sleep-Fix-handling-devices-with-direct_complete-s.patch patches.suse/PM-sleep-Fix-bit-masking-operation.patch patches.suse/PM-clk-remove-unused-of_pm_clk_add_clk.patch patches.suse/PM-clk-Remove-unused-pm_clk_remove.patch patches.suse/thermal-int340x-Add-NULL-check-for-adev.patch patches.suse/io_uring-refactor-io_uring_allowed.patch patches.suse/io_uring-lsm-selinux-add-LSM-hooks-for-io_uring_setu.patch patches.suse/lsm-fix-a-missing-security_uring_allowed-prototype.patch patches.suse/perf-Remove-unnecessary-parameter-of-security-check.patch patches.suse/selinux-always-check-the-file-label-in-selinux_kerne.patch patches.suse/selinux-Chain-up-tool-resolving-errors-in-install_po.patch patches.suse/lib-crc64-rocksoft-stop-wrapping-the-crypto-API.patch patches.suse/crypto-crc64-rocksoft-remove-from-crypto-API.patch patches.suse/lib-crc64-rename-CRC64-Rocksoft-to-CRC64-NVME.patch patches.suse/lib-crc_kunit.c-add-test-and-benchmark-for-CRC64-NVM.patch patches.suse/lib-crc64-add-support-for-arch-optimized-implementat.patch patches.suse/lib-crc32-remove-obsolete-CRC32-options-from-defconf.patch patches.suse/mips-crc32-remove-unused-enums.patch patches.suse/lib-crc32-use-void-pointer-for-data.patch patches.suse/lib-crc32-don-t-bother-with-pure-and-const-function-.patch patches.suse/lib-crc32-standardize-on-crc32c-name-for-Castagnoli-.patch patches.suse/lib-crc32-rename-__crc32c_le_combine-to-crc32c_combi.patch patches.suse/lib-crc32-remove-_le-from-crc32c-base-and-arch-funct.patch patches.suse/crypto-crct10dif-remove-from-crypto-API.patch patches.suse/lib-crc-t10dif-remove-crc_t10dif_is_optimized.patch patches.suse/x86-move-ZMM-exclusion-list-into-CPU-feature-flag.patch patches.suse/scripts-gen-crc-consts-add-gen-crc-consts.py.patch patches.suse/x86-crc-add-template-for-V-PCLMULQDQ-based-CRC-funct.patch patches.suse/x86-crc32-implement-crc32_le-using-new-template.patch patches.suse/x86-crc-t10dif-implement-crc_t10dif-using-new-templa.patch patches.suse/x86-crc64-implement-crc64_be-and-crc64_nvme-using-ne.patch patches.suse/x86-crc32-improve-crc32c_arch-code-generation-with-c.patch patches.suse/x86-crc-add-ANNOTATE_NOENDBR-to-suppress-objtool-war.patch patches.suse/riscv-crc-add-template-for-Zbc-optimized-CRC-functio.patch patches.suse/riscv-crc32-reimplement-the-CRC32-functions-using-ne.patch patches.suse/riscv-crc-t10dif-add-Zbc-optimized-CRC-T10DIF-functi.patch patches.suse/riscv-crc64-add-Zbc-optimized-CRC64-functions.patch patches.suse/x86-crc32-optimize-tail-handling-for-crc32c-short-in.patch patches.suse/lib-crc_kunit.c-add-test-and-benchmark-for-crc7_be.patch patches.suse/lib-crc_kunit.c-update-comment-in-crc_benchmark.patch patches.suse/lib-crc7-unexport-crc7_be_syndrome_table.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_CRC4.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_CRC7.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_CRC8.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_LIBCRC3.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_CRC64.patch patches.suse/regulator-pca9450-Fix-enable-register-for-LDO5.patch patches.suse/regulator-ad5398-Add-device-tree-support.patch patches.suse/err.h-move-IOMEM_ERR_PTR-to-err.h.patch patches.suse/driver-core-Split-devres-APIs-to-device-devres.h.patch patches.suse/devres-Introduce-devm_kmemdup_array.patch patches.suse/spi-zynqmp-gqspi-Always-acknowledge-interrupts.patch patches.suse/spi-cadence-qspi-Fix-probe-on-AM62A-LP-SK.patch patches.suse/spi-spi-mux-Fix-coverity-issue-unchecked-return-valu.patch patches.suse/hwmon-xgene-hwmon-use-appropriate-type-for-the-laten.patch patches.suse/hwmon-gpio-fan-Add-missing-mutex-locks.patch patches.suse/hwmon-dell-smm-Increment-the-number-of-fans.patch patches.suse/gpio-74x164-Remove-unneeded-dependency-to-OF_GPIO.patch patches.suse/gpiolib-add-gpiod_multi_set_value_cansleep.patch patches.suse/0028-drm-Move-for_each_if-to-util_macros.h-for-wider-use.patch patches.suse/leds-aw200xx-don-t-use-return-with-gpiod_set_value-v.patch patches.suse/gpiolib-make-value-setters-have-return-values.patch patches.suse/gpiolib-wrap-gpio_chip-set.patch patches.suse/gpiolib-rework-the-wrapper-around-gpio_chip-set_mult.patch patches.suse/gpiolib-introduce-gpio_chip-setters-that-return-valu.patch patches.suse/gpiolib-remove-unneeded-WARN_ON-from-gpiochip_set_mu.patch patches.suse/mmc-sdhci-Disable-SD-card-clock-before-changing-para.patch patches.suse/mmc-dw_mmc-add-a-quirk-for-accessing-64-bit-FIFOs-in.patch patches.suse/mmc-dw_mmc-add-exynos7870-DW-MMC-support.patch patches.suse/mmc-sdhci-omap-Disable-MMC_CAP_AGGRESSIVE_PM-for-eMM.patch patches.suse/mmc-sdhci-pxav3-set-NEED_RSP_BUSY-capability.patch patches.suse/memstick-rtsx_usb_ms-Fix-slab-use-after-free-in-rtsx.patch patches.suse/mmc-omap-Fix-memory-leak-in-mmc_omap_new_slot.patch patches.suse/mmc-host-Wait-for-Vdd-to-settle-on-card-power-off.patch patches.suse/pmdomain-core-Introduce-dev_pm_genpd_rpm_always_on.patch patches.suse/platform-chrome-cros_ec_lpc-Match-on-Framework-ACPI-.patch patches.suse/auxdisplay-MAX6959-should-select-BITREVERSE.patch patches.suse/auxdisplay-hd44780-Fix-an-API-misuse-in-hd44780.c.patch patches.suse/auxdisplay-panel-Fix-an-API-misuse-in-panel.c.patch patches.suse/auxdisplay-charlcd-Partially-revert-Move-hwidth-and-.patch patches.suse/media-qcom-camss-Add-default-case-in-vfe_src_pad_cod.patch patches.suse/media-qcom-camss-csid-Only-add-TPG-v4l2-ctrl-if-TPG-.patch patches.suse/media-streamzap-fix-race-between-device-disconnectio.patch patches.suse/media-streamzap-prevent-processing-IR-data-on-URB-fa.patch patches.suse/media-chips-media-wave5-Fix-gray-color-on-screen.patch patches.suse/media-chips-media-wave5-Avoid-race-condition-in-the-.patch patches.suse/media-chips-media-wave5-Fix-a-hang-after-seeking.patch patches.suse/media-chips-media-wave5-Fix-timeout-while-testing-10.patch patches.suse/media-hi556-Fix-memory-leak-on-error-in-hi556_check_.patch patches.suse/media-ov08x40-Move-ov08x40_identify_module-function-.patch patches.suse/media-ov08x40-Add-missing-ov08x40_identify_module-ca.patch patches.suse/Revert-media-imx214-Fix-the-error-handling-in-imx214.patch patches.suse/media-i2c-imx214-Rectify-probe-error-handling-relate.patch patches.suse/media-i2c-imx214-Use-subdev-active-state.patch patches.suse/media-i2c-imx214-Simplify-with-dev_err_probe.patch patches.suse/media-i2c-imx214-Convert-to-CCI-register-access-help.patch patches.suse/media-i2c-imx214-Replace-register-addresses-with-mac.patch patches.suse/media-i2c-imx214-Drop-IMX214_REG_EXPOSURE-from-mode-.patch patches.suse/media-i2c-imx214-Check-number-of-lanes-from-device-t.patch patches.suse/media-i2c-imx214-Add-vblank-and-hblank-controls.patch patches.suse/media-i2c-imx214-Fix-link-frequency-validation.patch patches.suse/media-i2c-ccs-Set-the-device-s-runtime-PM-status-cor.patch patches.suse/media-i2c-ccs-Set-the-device-s-runtime-PM-status-cor-80704d1.patch patches.suse/media-i2c-imx219-Rectify-runtime-PM-handling-in-prob.patch patches.suse/media-i2c-imx319-Rectify-runtime-PM-handling-probe-a.patch patches.suse/media-i2c-ov7251-Set-enable-GPIO-low-in-probe.patch patches.suse/media-i2c-ov7251-Introduce-1-ms-delay-between-regula.patch patches.suse/media-v4l-Memset-argument-to-0-before-calling-get_mb.patch patches.suse/media-imx219-Adjust-PLL-settings-based-on-the-number.patch patches.suse/media-i2c-imx219-Correct-the-minimum-vblanking-value.patch patches.suse/media-test-drivers-vivid-don-t-call-schedule-in-loop.patch patches.suse/media-mtk-vcodec-venc-avoid-Wenum-compare-conditiona.patch patches.suse/media-uapi-rkisp1-config-Fix-typo-in-extensible-para.patch patches.suse/media-mediatek-vcodec-Fix-a-resource-leak-related-to.patch patches.suse/media-i2c-adv748x-Fix-test-pattern-selection-mask.patch patches.suse/media-verisilicon-HEVC-Initialize-start_bit-field.patch patches.suse/media-platform-allgro-dvt-unregister-v4l2_device-on-.patch patches.suse/media-tc358746-improve-calculation-of-the-D-PHY-timi.patch patches.suse/media-mgb4-Fix-CMT-registers-update-logic.patch patches.suse/media-mgb4-Fix-switched-CMT-frequency-range-magic-va.patch patches.suse/media-adv7180-Disable-test-pattern-control-on-adv718.patch patches.suse/media-nuvoton-Fix-reference-handling-of-ece_node.patch patches.suse/media-nuvoton-Fix-reference-handling-of-ece_pdev.patch patches.suse/media-visl-Fix-ERANGE-error-when-setting-enum-contro.patch patches.suse/media-venus-hfi_parser-add-check-to-avoid-out-of-bou.patch patches.suse/media-venus-hfi_parser-refactor-hfi-packet-parsing-l.patch patches.suse/media-venus-hfi-add-check-to-handle-incorrect-queue-.patch patches.suse/media-venus-hfi-add-a-check-to-handle-OOB-in-sfr-reg.patch patches.suse/media-uvcvideo-Handle-uvc-menu-translation-inside-uv.patch patches.suse/media-uvcvideo-Add-sanity-check-to-uvc_ioctl_xu_ctrl.patch patches.suse/media-uvcvideo-Add-quirk-for-Actions-UVC05.patch patches.suse/media-intel-ipu6-set-the-dev_parent-of-video-device-.patch patches.suse/media-omap3isp-Handle-ARM-dma_iommu_mapping.patch patches.suse/media-i2c-imx214-Fix-uninitialized-variable-in-imx21.patch patches.suse/media-imx335-Set-vblank-immediately.patch patches.suse/media-cx231xx-set-device_caps-for-417.patch patches.suse/media-s5p-mfc-Corrected-NV12M-NV21M-plane-sizes.patch patches.suse/media-vimc-skip-.s_stream-for-stopped-entities.patch patches.suse/media-rockchip-rga-fix-rga-offset-lookup.patch patches.suse/media-v4l2-dv-timings-prevent-possible-overflow-in-v.patch patches.suse/media-c8sectpfe-Call-of_node_put-i2c_bus-only-once-i.patch patches.suse/media-siano-Fix-error-handling-in-smsdvb_module_init.patch patches.suse/media-platform-stm32-Add-check-for-clk_enable.patch patches.suse/media-vim2m-print-device-name-after-registering-devi.patch patches.suse/ALSA-lola-Remove-unused-lola_-save-restore-_mixer.patch patches.suse/ALSA-hda-hdmi-extract-common-interface-for-ELD-handl.patch patches.suse/ASoC-hdmi-codec-dump-ELD-through-procfs.patch patches.suse/ALSA-docs-Fix-typo.patch patches.suse/ALSA-docs-Fix-module-paths-in-sys.patch patches.suse/ALSA-hda-intel-Fix-Optimus-when-GPU-has-no-sound.patch patches.suse/ALSA-hda-intel-Add-Lenovo-IdeaPad-Z570-to-probe-deny.patch patches.suse/ALSA-arm-aaci-Constify-amba_id-table.patch patches.suse/ALSA-pcm-Drop-superfluous-NULL-check-in-snd_pcm_form.patch patches.suse/ALSA-emu10k1-fix-inconsistent-indenting-warning-in-s.patch patches.suse/ALSA-opti9xx-fix-inconsistent-indenting-warning-in-s.patch patches.suse/ALSA-usb-audio-enable-support-for-Presonus-Studio-18.patch patches.suse/ALSA-es18xx-Fix-spelling-mistake-grap-grab.patch patches.suse/ALSA-seq-seq_oss_event-fix-inconsistent-indenting-wa.patch patches.suse/ALSA-hda-realtek-Enable-PC-beep-passthrough-for-HP-E.patch patches.suse/ALSA-seq-Improve-data-consistency-at-polling.patch patches.suse/ALSA-seq-Avoid-client-data-changes-during-proc-reads.patch patches.suse/ALSA-ctxfi-change-dao_set_input-functions-from-kzall.patch patches.suse/ALSA-ac97-Convert-to-RUNTIME_PM_OPS-macro.patch patches.suse/ALSA-atmel-Convert-to-DEFINE_SIMPLE_DEV_PM_OPS-macro.patch patches.suse/ALSA-pcm-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ALSA-hda-Use-RUNTIME_PM_OPS-and-pm_ptr.patch patches.suse/ALSA-hda-intel-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ALSA-hda-tegra-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ALSA-oxygen-Convert-to-EXPORT_SIMPLE_DEV_PM_OPS.patch patches.suse/ALSA-vx222-Convert-to-DEFINE_SIMPLE_DEV_PM_OPS.patch patches.suse/ALSA-intel-hdmi-audio-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ALSA-usb-audio-Fix-CME-quirk-for-UF-series-keyboards.patch patches.suse/ALSA-hda-realtek-Always-honor-no_shutup_pins.patch patches.suse/ALSA-usb-audio-separate-DJM-A9-cap-lvl-options.patch patches.suse/ALSA-hda-realtek-Support-mute-LED-on-HP-Laptop-15s-d.patch patches.suse/ASoC-tas2781-Support-dsp-firmware-Alpha-and-Beta-sea.patch patches.suse/ALSA-echoaudio-remove-unused-variable.patch patches.suse/ALSA-oxygen-Fix-dependency-on-CONFIG_PM_SLEEP.patch patches.suse/ALSA-hda-realtek-fix-micmute-LEDs-on-HP-Laptops-with.patch patches.suse/ALSA-hda-realtek-fix-micmute-LEDs-on-HP-Laptops-with-78f4ca3.patch patches.suse/ASoC-simple-card-utils-Don-t-use-__free-device_node-.patch patches.suse/ASoC-amd-Add-DMI-quirk-for-ACP6X-mic-support.patch patches.suse/ASoC-ti-j721e-evm-Fix-clock-configuration-for-ti-j72.patch patches.suse/ALSA-timer-Don-t-take-register_mutex-with-copy_from-.patch patches.suse/ALSA-hda-realtek-Add-support-for-various-HP-Laptops-.patch patches.suse/ASoC-mediatek-Remove-unused-mtk_memif_set_rate.patch patches.suse/ASoC-rt722-sdca-Add-some-missing-readable-registers.patch patches.suse/ASoC-rt722-sdca-Make-use-of-new-expanded-MBQ-regmap.patch patches.suse/ASoC-tegra-Add-interconnect-support.patch patches.suse/ASoC-SOF-topology-Use-krealloc_array-to-replace-krea.patch patches.suse/ASoC-mediatek-mt6358-Remove-unused-functions.patch patches.suse/ASoC-soc-ops-remove-soc-dpcm.h.patch patches.suse/ASoC-soc-core-Stop-using-of_property_read_bool-for-n.patch patches.suse/ASoC-dmic-Add-DSD-big-endian-format-support.patch patches.suse/ASoC-amd-acp-Use-str_low_high-helper-function.patch patches.suse/ASoC-SOF-mediatek-Use-str_on_off-helper-function.patch patches.suse/ASoC-rt722-get-lane-mapping-property.patch patches.suse/ASoC-mediatek-mt8186-Remove-unused-mt8186_afe_-suspe.patch patches.suse/ASoC-dapm-unexport-snd_soc_dapm_init.patch patches.suse/ASoC-dapm-unexport-snd_soc_dapm_update_dai.patch patches.suse/ASoC-SOF-ipc4-pcm-Move-out-be_rate-initialization-fr.patch patches.suse/ASoC-dapm-unexport-dapm_mark_endpoints_dirty.patch patches.suse/ASoC-SOF-ipc4-Add-support-for-split-firmware-release.patch patches.suse/ASoC-codecs-pcm3168a-Add-ACPI-match-table.patch patches.suse/ASoC-codecs-pcm3168a-Relax-probing-conditions.patch patches.suse/ASoC-codecs-pcm3168a-Allow-for-24-bit-in-provider-mo.patch patches.suse/ASoC-Intel-avs-Add-pcm3168a-machine-board.patch patches.suse/ASoC-Intel-avs-pcm3168a-board-selection.patch patches.suse/ASoC-Intel-avs-Move-DSP-boot-steps-into-individual-f.patch patches.suse/ASoC-Intel-avs-Configure-basefw-on-TGL-based-platfor.patch patches.suse/ASoC-Intel-avs-New-gateway-configuration-mechanism.patch patches.suse/ASoC-Intel-avs-Remove-unused-gateway-configuration-c.patch patches.suse/ASoC-Intel-avs-Add-WHM-module-support.patch patches.suse/ALSA-hda-Select-avs-driver-by-default-on-MBL.patch patches.suse/ASoC-dt-bindings-Add-bindings-for-WCD934x-DAIs.patch patches.suse/ASoC-codecs-wcd934x-use-wcd934x-binding-header.patch patches.suse/ASoC-add-common-snd_soc_ret-and-use-it.patch patches.suse/ASoC-soc-utils-care-EOPNOTSUPP-on-snd_soc_ret.patch patches.suse/ASoC-soc-pcm-use-snd_soc_ret.patch patches.suse/ASoC-simple-card-use-snd_soc_ret.patch patches.suse/ASoC-simple-card-utils-use-snd_soc_ret.patch patches.suse/ASoC-audio-graph-card-use-snd_soc_ret.patch patches.suse/ASoC-audio-graph-card2-use-snd_soc_ret.patch patches.suse/ASoC-cpcap-Implement-.set_bias_level.patch patches.suse/ASoC-cpcap-Implement-jack-detection.patch patches.suse/ASoC-codecs-wcd937x-Add-static-channel-mapping-suppo.patch patches.suse/soundwire-qcom-Add-set_channel_map-api-support.patch patches.suse/ASoC-qcom-sdw-Add-get-and-set-channel-maps-support-f.patch patches.suse/ASoC-SOF-Relocate-and-rework-functionality-for-PCM-s.patch patches.suse/ASoC-SOF-pcm-Move-period-buffer-configuration-print-.patch patches.suse/ASoC-SOF-pcm-Add-snd_sof_pcm-specific-wrappers-for-d.patch patches.suse/ASoC-SOF-ipc4-topology-Improve-the-information-in-pr.patch patches.suse/ASoC-tas2781-Switch-to-use-ptTsr.patch patches.suse/ASoC-amd-ps-rename-structure-names-variable-and-othe.patch patches.suse/ASoC-amd-ps-use-macro-for-ACP6.3-pci-revision-id.patch patches.suse/ASoC-amd-ps-add-acp-pci-driver-hw_ops-for-acp6.3-pla.patch patches.suse/ASoC-amd-ps-add-callback-functions-for-acp-pci-drive.patch patches.suse/ASoC-amd-ps-add-callback-to-read-acp-pin-configurati.patch patches.suse/ASoC-amd-ps-add-soundwire-dma-irq-thread-callback.patch patches.suse/ASoC-amd-ps-refactor-soundwire-dma-interrupt-handlin.patch patches.suse/ASoC-amd-ps-store-acp-revision-id-in-SoundWire-dma-d.patch patches.suse/ASoC-amd-ps-refactor-soundwire-dma-driver-code.patch patches.suse/ASoC-amd-ps-refactor-soundwire-dma-interrupts-enable.patch patches.suse/ASoC-amd-ps-rename-acp_restore_sdw_dma_config-functi.patch patches.suse/ASoC-amd-ps-add-pci-driver-hw_ops-for-ACP7.0-ACP7.1-.patch patches.suse/ASoC-amd-ps-add-pm-ops-related-hw_ops-for-ACP7.0-ACP.patch patches.suse/ASoC-amd-ps-add-ACP7.0-ACP7.1-specific-soundwire-dma.patch patches.suse/ASoC-amd-ps-implement-function-to-restore-dma-config.patch patches.suse/ASoC-amd-ps-add-soundwire-dma-interrupts-handling-fo.patch patches.suse/ASoC-amd-ps-add-soundwire-wake-interrupt-handling.patch patches.suse/ASoC-amd-ps-update-module-description.patch patches.suse/ASoC-amd-ps-update-file-description-and-copyright-ye.patch patches.suse/ASoC-amd-update-Pink-Sardine-platform-Kconfig-descri.patch patches.suse/ASoC-amd-acp-add-machine-driver-changes-for-ACP7.0-a.patch patches.suse/ASoC-amd-acp-add-RT711-RT714-RT1316-support-for-ACP7.patch patches.suse/ASoC-amd-acp-amd-acp70-acpi-match-Add-rt722-support.patch patches.suse/ASoC-amd-acp-amd-acp70-acpi-match-Add-RT1320-RT722-c.patch patches.suse/ASoC-amd-amd_sdw-Add-quirks-for-Dell-SKU-s.patch patches.suse/ASoC-SOF-imx-introduce-more-common-structures-and-fu.patch patches.suse/ASoC-SOF-imx8-use-common-imx-chip-interface.patch patches.suse/ASoC-SOF-imx8-use-IMX_SOF_-macros.patch patches.suse/ASoC-SOF-imx8-drop-unneeded-unused-macros-header-inc.patch patches.suse/ASoC-SOF-imx-merge-imx8-and-imx8m-drivers.patch patches.suse/ASoC-SOF-imx-merge-imx8-and-imx8ulp-drivers.patch patches.suse/ASoC-SOF-imx-add-driver-for-the-imx95-chip.patch patches.suse/ASoC-SDCA-Minor-formatting-and-naming-tweaks.patch patches.suse/ASoC-SDCA-Add-code-to-parse-Function-information.patch patches.suse/ASoC-SDCA-Parse-initialization-write-table.patch patches.suse/ASoC-SDCA-Add-support-for-Entity-0.patch patches.suse/ASoC-SDCA-Add-SDCA-Control-parsing.patch patches.suse/ASoC-SDCA-Add-parsing-for-Control-range-structures.patch patches.suse/ASoC-SDCA-Add-Channel-Cluster-parsing.patch patches.suse/ASoC-SDCA-Add-support-for-IT-OT-Entity-properties.patch patches.suse/ASoC-SDCA-Add-support-for-clock-Entity-properties.patch patches.suse/ASoC-SDCA-Add-support-for-PDE-Entity-properties.patch patches.suse/ASoC-tscs454-Use-str_enable_disable-in-pll_power_eve.patch patches.suse/ASoC-codecs-wcd93xx-sdw-fix-of_property_read_bool-wa.patch patches.suse/ASoC-fsl_micfil-Add-decimation-filter-bypass-mode-su.patch patches.suse/ASoC-SOF-imx-common-set-sdev-pdata-hw_pdata-after-co.patch patches.suse/ASoC-amd-ps-use-switch-statements-for-acp-pci-revisi.patch patches.suse/ASoC-tegra-Remove-the-isomgr_bw-APIs-export.patch patches.suse/ASoC-Intel-avs-Use-str_on_off-in-avs_dsp_core_power.patch patches.suse/ASoC-adau1701-use-gpiod_multi_set_value_cansleep.patch patches.suse/ASoC-ops-Enforce-platform-maximum-on-initial-value.patch patches.suse/ASoC-SOF-Intel-Don-t-import-non-existing-module-name.patch patches.suse/ASoC-SOF-ipc3-Use-str_enabled_disabled-helper-functi.patch patches.suse/ASoC-wm_hubs-Use-str_enable_disable-in-wm_hubs_updat.patch patches.suse/ASoC-SOF-Intel-Use-str_enable_disable-helper.patch patches.suse/ASoC-tas2764-Power-up-down-amp-on-mute-ops.patch patches.suse/ASoC-tas2764-Wait-for-ramp-down-after-shutdown.patch patches.suse/ASoC-tas2764-Mark-SW_RESET-as-volatile.patch patches.suse/ASoC-tas2764-Add-reg-defaults-for-TAS2764_INT_CLK_CF.patch patches.suse/ASoC-soc-pcm-no-need-to-check-dpcm-fe-on-dpcm_be_con.patch patches.suse/ASoC-soc-core-makes-snd_soc_set_dmi_name-local.patch patches.suse/ASoC-soc-ops-makes-snd_soc_read_signed-void.patch patches.suse/ASoC-soc-pcm-makes-dpcm_dapm_stream_event-void.patch patches.suse/ASoC-soc-dai-check-return-value-at-snd_soc_dai_set_t.patch patches.suse/ASoC-soc-pcm-remove-duplicate-param-from-__soc_pcm_h.patch patches.suse/ASoC-remove-update-from-snd_soc_card.patch patches.suse/ASoC-remove-dpcm_process_paths.patch patches.suse/ASoC-soc-pcm-cleanup-dpcm_dai_trigger_fe_be.patch patches.suse/ASoC-soc-pcm-cleanup-dpcm_fe_dai_do_trigger.patch patches.suse/ASoC-SOF-imx-Fix-an-IS_ERR-vs-NULL-bug-in-imx_parse_.patch patches.suse/ASoC-SOF-imx-Fix-error-code-in-probe.patch patches.suse/ASoC-amd-ps-fix-inconsistent-indenting-warning-in-ch.patch patches.suse/x86-entry-Add-__init-to-ia32_emulation_override_cmdline.patch patches.suse/ASoC-amd-acp-rembrandt-Use-AMD_NODE.patch patches.suse/ASoC-amd-acp-acp70-Use-AMD_NODE.patch patches.suse/ASoC-amd-acp-acp63-Use-AMD_NODE.patch patches.suse/ASoC-SOF-amd-Use-AMD_NODE.patch patches.suse/ASoC-amd-acp-Drop-local-symbols-for-smn-read-write.patch patches.suse/ASoC-SOF-amd-Drop-host-bridge-ID-from-struct.patch patches.suse/firmware-cs_dsp-test_bin_error-Use-same-test-cases-f.patch patches.suse/firmware-cs_dsp-test_control_parse-null-terminate-te.patch patches.suse/ASoC-soc-core-Use-str_yes_no-in-snd_soc_close_delaye.patch patches.suse/ASoC-SOF-amd-Add-depends-on-CPU_SUP_AMD.patch patches.suse/ASoC-fsl-fsl_qmc_audio-Remove-unnecessary-bool-conve.patch patches.suse/ASoC-SOF-amd-Move-depends-on-AMD_NODE-to-consumers.patch patches.suse/ASoC-atmel-atmel-classd-Use-str_enabled_disabled-hel.patch patches.suse/ASoC-cros_ec_codec-Use-str_enable_disable-helper-in-.patch patches.suse/ASoC-Documentation-DPCM-use-inclusive-language-for-S.patch patches.suse/ASoC-kirkwood-use-inclusive-language-for-SND_SOC_DAI.patch patches.suse/ASoC-ti-rx51-use-inclusive-language-for-SND_SOC_DAIF.patch patches.suse/ASoC-sh-migor-use-inclusive-language-for-SND_SOC_DAI.patch patches.suse/ASoC-q6dsp-q6apm-replace-kzalloc-with-kcalloc-in-q6a.patch patches.suse/ASoC-amd-acp-acp70-Remove-unnecessary-if-check.patch patches.suse/ASoC-imx-card-Add-playback_only-or-capture_only-supp.patch patches.suse/ASoC-topology-Create-kcontrols-based-on-their-type.patch patches.suse/ASoC-topology-Save-num_channels-value-for-mixer-cont.patch patches.suse/ASoC-Intel-avs-Make-PEAKVOL-configurable-from-topolo.patch patches.suse/ASoC-Intel-avs-Add-volume-control-for-GAIN-module.patch patches.suse/ASoC-Intel-avs-Update-VOLUME-and-add-MUTE-IPCs.patch patches.suse/ASoC-Intel-avs-New-volume-control-operations.patch patches.suse/ASoC-Intel-avs-Move-to-the-new-control-operations.patch patches.suse/ASoC-Intel-avs-Add-support-for-mute-for-PEAKVOL-and-.patch patches.suse/ASoC-Intel-avs-Honor-the-invert-flag-for-mixer-contr.patch patches.suse/ASoC-Intel-avs-Support-multi-channel-PEAKVOL-instant.patch patches.suse/ASoC-mediatek-mt8188-Add-audsys-hires-clocks.patch patches.suse/ASoC-mediatek-mt8188-Add-reference-for-dmic-clocks.patch patches.suse/ASoC-mediatek-mt8188-Treat-DMIC_GAINx_CUR-as-non-vol.patch patches.suse/ASoC-mediatek-mt8188-Add-support-for-DMIC.patch patches.suse/ASoC-mediatek-mt8188-mt6359-Add-DMIC-support.patch patches.suse/ASoC-rt712-sdca-Add-FU05-playback-switch-control.patch patches.suse/ASoC-tas2781-Clean-up-for-some-define.patch patches.suse/ASoC-mediatek-mt8188-avoid-uninitialized-variable-us.patch patches.suse/regcache-Add-support-for-sorting-defaults-arrays.patch patches.suse/ASoC-SDCA-Add-generic-regmap-SDCA-helpers.patch patches.suse/ASoC-SDCA-Add-regmap-helpers-for-parsing-for-DisCo-C.patch patches.suse/ASoC-SDCA-Add-helper-to-write-out-defaults-and-fixed.patch patches.suse/ASoC-Intel-avs-use-devm_kmemdup_array.patch patches.suse/ASoC-hdac_hdmi-use-devm_kmemdup_array.patch patches.suse/ASoC-tlv320dac33-use-devm_kmemdup_array.patch patches.suse/ASoC-uda1380-use-devm_kmemdup_array.patch patches.suse/ASoC-meson-axg-tdm-interface-use-devm_kmemdup_array.patch patches.suse/ASoC-uniphier-use-devm_kmemdup_array.patch patches.suse/ASoC-SOF-Intel-hda-dai-Remove-unnecessary-bool-conve.patch patches.suse/ASoC-codecs-wsa883x-Implement-temperature-reading-an.patch patches.suse/ASoC-mediatek-mt6359-Fix-DT-parse-error-due-to-wrong.patch patches.suse/ASoC-audio-graph-card2-custom-sample1.dtsi-Separate-.patch patches.suse/ASoC-audio-graph-card2-custom-sample2.dtsi-Separate-.patch patches.suse/ASoC-audio-graph-card2-custom-sample.dtsi-remove-ori.patch patches.suse/ASoC-Documentation-Codec-to-Codec-use-inclusive-lang.patch patches.suse/ASoC-ti-n810-use-inclusive-language-for-SND_SOC_DAIF.patch patches.suse/ASoC-ti-osk5912-use-inclusive-language-for-SND_SOC_D.patch patches.suse/ASoC-ti-ams-delta-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-ti-j721e-evm-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-ti-davinci-evm-use-inclusive-language-for-SND_S.patch patches.suse/ASoC-ti-omap-twl4030-use-inclusive-language-for-SND_.patch patches.suse/ASoC-ti-omap3pandora-use-inclusive-language-for-SND_.patch patches.suse/ASoC-amd-use-inclusive-language-for-SND_SOC_DAIFMT_C.patch patches.suse/ASoC-fsl-use-inclusive-language-for-SND_SOC_DAIFMT_C.patch patches.suse/ASoC-mxs-use-inclusive-language-for-SND_SOC_DAIFMT_C.patch patches.suse/ASoC-pxa-use-inclusive-language-for-SND_SOC_DAIFMT_C.patch patches.suse/ASoC-qcom-sc7180-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-qcom-sc7280-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-codec-cs4234-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-cs4265-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-cs4270-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-cs4271-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-cs4341-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-cs530x-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-cs35l32-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs35l33-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs35l34-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs42l42-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs42l51-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs42l52-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs42l56-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs42l73-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs42xx8-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs43130-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-cs53l30-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-da7210-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-da7218-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-da7219-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-da732x-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-da9055-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-nau8540-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-nau8810-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-nau8822-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-nau8824-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-nau8825-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-rk817-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-codec-rt274-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-codec-rt286-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-codec-rt298-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-codec-rt1011-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt1015-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt1016-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt1305-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt1308-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5616-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5631-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5640-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5645-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5651-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5659-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5660-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5663-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5665-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5668-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5670-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5677-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5682-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-rt5682s-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-wm2200-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm5100-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8350-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8400-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8510-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8523-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8524-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8580-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8711-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8728-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8737-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8741-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8750-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8753-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8770-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8776-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8804-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8900-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8903-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8904-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8940-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8955-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8960-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8961-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8962-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8971-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8974-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8978-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8983-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8985-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8988-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8990-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8991-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8993-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8994-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8995-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm8996-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm9081-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-wm9713-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-madera-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-codec-arizona-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-twl4030-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-src4xxx-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-codec-sgtl5000-use-inclusive-language-for-SND_S.patch patches.suse/ASoC-codec-lochnagar-sc-use-inclusive-language-for-S.patch patches.suse/ASoC-ux500-use-inclusive-language-for-SND_SOC_DAIFMT.patch patches.suse/ASoC-meson-t9015-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-meson-meson-card-utils-use-inclusive-language-f.patch patches.suse/ASoC-tegra-tegra_asoc_machine-use-inclusive-language.patch patches.suse/ASoC-tegra-tegra_wm8903-use-inclusive-language-for-S.patch patches.suse/ASoC-intel-rt274-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-intel-rt286-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-intel-rt298-use-inclusive-language-for-SND_SOC_.patch patches.suse/ASoC-intel-rt5514-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-intel-da7219-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-intel-ssm4567-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-intel-nau8825-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-intel-max98927-use-inclusive-language-for-SND_S.patch patches.suse/ASoC-intel-max98357a-use-inclusive-language-for-SND_.patch patches.suse/ASoC-samsung-snow-use-inclusive-language-for-SND_SOC.patch patches.suse/ASoC-samsung-bells-use-inclusive-language-for-SND_SO.patch patches.suse/ASoC-samsung-odroid-use-inclusive-language-for-SND_S.patch patches.suse/ASoC-samsung-arndale-use-inclusive-language-for-SND_.patch patches.suse/ASoC-samsung-lowland-use-inclusive-language-for-SND_.patch patches.suse/ASoC-samsung-speyside-use-inclusive-language-for-SND.patch patches.suse/ASoC-samsung-tobermory-use-inclusive-language-for-SN.patch patches.suse/ASoC-samsung-tm2_wm5110-use-inclusive-language-for-S.patch patches.suse/ASoC-samsung-littlemill-use-inclusive-language-for-S.patch patches.suse/ASoC-samsung-smdk_wm8994-use-inclusive-language-for-.patch patches.suse/ASoC-samsung-aries_wm8994-use-inclusive-language-for.patch patches.suse/ASoC-samsung-midas_wm1811-use-inclusive-language-for.patch patches.suse/ASoC-samsung-smdk_wm8994pcm-use-inclusive-language-f.patch patches.suse/ASoC-mediatek-mt2701-wm8960-use-inclusive-language-f.patch patches.suse/ASoC-mediatek-mt2701-cs42448-use-inclusive-language-.patch patches.suse/ASoC-mediatek-mt7986-wm8960-use-inclusive-language-f.patch patches.suse/ASoC-mediatek-mt7986-dai-etdm-use-inclusive-language.patch patches.suse/ASoC-mediatek-mt8173-rt5650-use-inclusive-language-f.patch patches.suse/ASoC-mediatek-mt8173-max98090-use-inclusive-language.patch patches.suse/ASoC-mediatek-mt8173-rt5650-rt5676-use-inclusive-lan.patch patches.suse/ASoC-mediatek-mt8173-rt5650-rt5514-use-inclusive-lan.patch patches.suse/ASoC-mediatek-mt8183-da7219-max98357-use-inclusive-l.patch patches.suse/ASoC-mediatek-mt8183-mt6358-ts3a227-max98357-use-inc.patch patches.suse/ASoC-mediatek-mt8186-mt6366-use-inclusive-language-f.patch patches.suse/ASoC-mediatek-mt8192-mt6359-rt1015-rt5682-use-inclus.patch patches.suse/ASoC-mediatek-mt8195-mt6359-use-inclusive-language-f.patch patches.suse/ASoC-mediatek-mt8365-mt6357-use-inclusive-language-f.patch patches.suse/ASoC-mediatek-mt8365-dai-i2s-use-inclusive-language-.patch patches.suse/ASoC-mediatek-mt8365-dai-pcm-use-inclusive-language-.patch patches.suse/ASoC-rockchip-rk3288_hdmi_analog-use-inclusive-langu.patch patches.suse/ASoC-rockchip-rk3399_gru_sound-use-inclusive-languag.patch patches.suse/ASoC-rockchip-rockchip_max98090-use-inclusive-langua.patch patches.suse/ASoC-rockchip-rockchip_rt5645-use-inclusive-language.patch patches.suse/ASoC-soc-dai-remove-SND_SOC_DAIFMT_CB-MS-_CF-MS.patch patches.suse/ASoC-codecs-rt1011-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt1015-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt1016-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt1019-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt1305-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt1308-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt1318-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt274-Fix-definition-of-device_id-tables.patch patches.suse/ASoC-codecs-rt5514-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5640-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5645-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5651-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5659-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5660-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5663-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5665-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5668-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5670-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt5682-Fix-definition-of-device_id-table.patch patches.suse/ASoC-codecs-rt286-Update-definition-of-device_id-tab.patch patches.suse/ASoC-codecs-rt298-Update-definition-of-device_id-tab.patch patches.suse/ASoC-codecs-rt5677-Update-definition-of-device_id-ta.patch patches.suse/ASoC-samsung-bells-Drop-unused-include.patch patches.suse/ASoC-samsung-littlemill-Drop-unused-include.patch patches.suse/ASoC-samsung-lowland-Drop-unused-include.patch patches.suse/ASoC-samsung-speyside-Convert-to-GPIO-descriptor.patch patches.suse/ASoC-samsung-tobermory-Drop-unused-include.patch patches.suse/ASoC-samsung-tm2_wm5110-Drop-unused-include.patch patches.suse/ASoC-Remove-unused-helper-macro.patch patches.suse/ASoC-rt715-Remove-duplicate-SOC_DOUBLE_R_EXT-helper-.patch patches.suse/ASoC-sma1307-Use-SOC_SINGLE_EXT-helper-macro.patch patches.suse/ASoC-tas2562-Use-SOC_SINGLE_EXT_TLV-helper-macro.patch patches.suse/ASoC-wcd938x-Use-SOC_SINGLE_EXT_TLV-helper-macro.patch patches.suse/ASoC-wm9712-Use-SOC_SINGLE_EXT-helper-macro.patch patches.suse/ASoC-wm9713-Use-SOC_DOUBLE_EXT-helper-macro.patch patches.suse/ASoC-wsa881x-Use-SOC_SINGLE_EXT_TLV-helper-macro.patch patches.suse/ASoC-atmel-tse850-pcm5142-Use-SOC_SINGLE_EXT-helper-.patch patches.suse/ASoC-dapm-Add-missing-SOC_DAPM_DOUBLE_R_TLV-helper.patch patches.suse/ASoC-dapm-Use-ASoC-control-macros-where-possible.patch patches.suse/ASoC-Tidy-up-SOC_DOUBLE_R_-helpers.patch patches.suse/ASoC-Tidy-up-SOC_DOUBLE_-and-SOC_SINGLE_-helpers.patch patches.suse/ASoC-fsl_audmix-register-card-device-depends-on-dais.patch patches.suse/ASoC-doc-use-SND_SOC_DAILINK_xxx-macro.patch patches.suse/ASoC-soc-pcm-merge-soc_pcm_hw_update_format-subforma.patch patches.suse/ASoC-Intel-adl-add-2xrt1316-audio-configuration.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-add-rt712_vb_l3_.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-add-rt713_vb_l3_.patch patches.suse/ASoC-sdw_utils-add-mic-and-amp-dais-to-0xaaaa-codec.patch patches.suse/ASoC-Intel-add-multi-function-SDW-mockup-codec-match.patch patches.suse/ASoC-Intel-soc-acpi-intel-lnl-match-add-sdw-multi-fu.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-add-sdw-multi-fu.patch patches.suse/ASoC-Intel-soc-acpi-intel-lnl-match-add-cs42l43-6x-c.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-add-cs42l43-6x-c.patch patches.suse/ASoC-dapm-Fix-changes-to-DECLARE_ADAU17X1_DSP_MUX_CT.patch patches.suse/ASoC-soc-pcm-reuse-dpcm_state_string.patch patches.suse/ASoC-soc-dai-add-snd_soc_dai_mute_is_ctrled_at_trigg.patch patches.suse/ASoC-dmic-add-regulator-support.patch patches.suse/ASoC-SOF-Intel-mtl-Split-up-dsp_ops-setup-code.patch patches.suse/ASoC-SOF-Intel-lnl-ptl-Only-set-dsp_ops-which-differ.patch patches.suse/ASoC-SOF-Intel-mtl-Stop-exporting-dsp_ops-callback-f.patch patches.suse/ASoC-SOF-Intel-Create-ptl.c-as-placeholder-for-Panth.patch patches.suse/ASoC-SOF-ipc4-Add-support-for-Intel-HW-managed-mic-p.patch patches.suse/ASoC-SOF-Intel-hda-mlink-Add-support-for-mic-privacy.patch patches.suse/ASoC-SOF-hda-shim-Add-callbacks-to-handle-mic-privac.patch patches.suse/ASoC-SOF-Intel-ptl-Add-support-for-mic-privacy.patch patches.suse/ASoC-cs35l41-check-the-return-value-from-spi_setup.patch patches.suse/ASoC-qcom-sm8250-explicitly-set-format-in-sm8250_be_.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-Add-cs42l43-supp.patch patches.suse/ASoC-amd-acp-Remove-redundant-acp70-chip-name.patch patches.suse/ASoC-amd-acp-Implement-acp_common_hw_ops-support-for.patch patches.suse/ASoC-amd-acp-Refactor-dmic-codec-platform-device-cre.patch patches.suse/ASoC-amd-acp-Refactor-acp-platform-device-creation.patch patches.suse/ASoC-amd-acp-Refactor-acp-machine-select.patch patches.suse/ASoC-amd-acp-Add-new-interrupt-handle-callbacks-in-a.patch patches.suse/ASoC-amd-acp-Remove-redundant-acp_dev_data-structure.patch patches.suse/ASoC-amd-acp-Move-spin_lock-and-list-initialization-.patch patches.suse/ASoC-amd-acp-Remove-white-line.patch patches.suse/ASoC-amd-acp-Refactor-acp70-platform-resource-struct.patch patches.suse/ASoC-amd-acp-Refactor-acp63-platform-resource-struct.patch patches.suse/ASoC-amd-acp-Refactor-rembrant-platform-resource-str.patch patches.suse/ASoC-amd-acp-Refactor-renoir-platform-resource-struc.patch patches.suse/ASoC-amd-acp-Fix-for-enabling-DMIC-on-acp-platforms-.patch patches.suse/ASoC-samsung-speyside-Free-gpiod-table.patch patches.suse/ASoC-SOF-ipc4-topology-Allocate-ref_params-on-stack.patch patches.suse/ASoC-tas2764-Extend-driver-to-SN012776.patch patches.suse/ASoC-tas2764-Add-control-concerning-overcurrent-even.patch patches.suse/ASoC-tas2770-Factor-out-set_ivsense_slots.patch patches.suse/ASoC-tas2770-Fix-and-redo-I-V-sense-TDM-slot-setting.patch patches.suse/ASoC-sun4i-codec-correct-dapm-widgets-and-controls-f.patch patches.suse/ASoC-sun4i-codec-support-hp-det-gpios-property.patch patches.suse/ASoC-sun4i-codec-add-h616-card-long_name.patch patches.suse/ASoC-ti-davinci-i2s-remove-unnecessary-NULL-check-be.patch patches.suse/ASoC-mt8365-remove-unnecessary-NULL-check-before-clk.patch patches.suse/ASoC-sma1307-Add-NULL-check-in-sma1307_setting_loade.patch patches.suse/ASoC-tegra-Use-non-atomic-timeout-for-ADX-status-reg.patch patches.suse/ASoC-tlv320adc3xxx-remove-unnecessary-NULL-check-bef.patch patches.suse/ASoC-amd-acp-Fix-leak-in-acp_pci_probe.patch patches.suse/ASoC-soc-pcm-tidyup-function-name-to-snd_soc_dpcm_be.patch patches.suse/ASoC-codecs-wcd937x-fix-a-potential-memory-leak-in-w.patch patches.suse/ASoC-cs35l56-Remove-redundant-flush_workqueue-calls.patch patches.suse/ASoC-amd-acp-Fix-snd_soc_acpi_mach-id-s-duplicate-sy.patch patches.suse/ASoC-amd-acp-Fix-acp_resource-duplicate-symbol-error.patch patches.suse/ASoC-amd-acp-Fix-acp_common_hw_ops-declaration-error.patch patches.suse/ASoC-soc-utils-Transition-to-the-faux-device-interfa.patch patches.suse/ASoC-mediatek-common-Handle-mediatek-accdet-property.patch patches.suse/ASoC-mediatek-mt6359-Add-stub-for-mt6359_accdet_enab.patch patches.suse/ASoC-mediatek-mt8188-mt6359-Add-accdet-headset-jack-.patch patches.suse/ASoC-pcm1681-Drop-unused-include.patch patches.suse/ASoC-pcm3008-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-pcm6240-Drop-bogus-code-handling-IRQ-as-GPIO.patch patches.suse/ASoC-SDCA-Tidy-up-initialization-write-parsing.patch patches.suse/ASoC-SDCA-Use-__free-to-manage-local-buffers.patch patches.suse/ASoC-SDCA-Allow-naming-of-imp-def-controls.patch patches.suse/ASoC-SDCA-Add-type-flag-for-Controls.patch patches.suse/ASoC-SDCA-Add-SDCA-Control-Range-data-access-helper.patch patches.suse/ASoC-SDCA-Add-support-for-GE-Entity-properties.patch patches.suse/ASoC-au1x-Convert-to-DEFINE_SIMPLE_DEV_PM_OPS.patch patches.suse/ASoC-ak4375-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-ak4458-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-ak5558-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-cs35l32-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-cs35l33-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-cs35l34-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-cs4234-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-cs42l42-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-cs42l51-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-cs42l83-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-cs42xx8-Convert-to-EXPORT_GPL_DEV_PM_OPS.patch patches.suse/ASoC-cs43130-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-cs4349-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-cs53l30-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-cx2072x-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-da7213-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-hdac_hdmi-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-lpass-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-max98090-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-max98373-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-max98390-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-max98396-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-max98520-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-max9860-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-max98927-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-mt6660-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-pcm512x-Convert-to-EXPORT_GPL_DEV_PM_OPS.patch patches.suse/ASoC-rt1017-sdca-sdw-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt1308-sdw-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt1316-sdw-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt1318-sdw-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt1320-sdw-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt5514-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-rt5645-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-rt5682-sdw-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt700-sdw-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt711-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt712-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt715-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt721-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt722-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-rt9120-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-rtq9128-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-tas2552-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-ts3a227e-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-wcd937x-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-wcd938x-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-wcd939x-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-wm2200-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-wm5100-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-wm8804-Convert-to-EXPORT_GPL_DEV_PM_OPS.patch patches.suse/ASoC-wm8962-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-wm8994-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-wsa881x-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-wsa883x-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-wsa884x-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-dwc-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-fsl-Convert-to-RUNTIME_PM_OPS-and-co.patch patches.suse/ASoC-img-Convert-to-RUNTIME_PM_OPS-and-co.patch patches.suse/ASoC-intel-avs-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-intel-catpt-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-mediatek-mt2701-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-mediatek-mt6797-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-mediatek-mt7986-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-mediatek-mt8173-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-mediatek-mt8183-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-mediatek-mt8186-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-mediatek-mt8188-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-mediatek-mt8192-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-mediatek-mt8195-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-mediatek-mt8365-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-qcom-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-rcar-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-rockchip-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-samsung-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-SOF-acpi-Convert-to-EXPORT_NS_DEV_PM_OPS.patch patches.suse/ASoC-SOF-pci-Convert-to-EXPORT_NS_DEV_PM_OPS.patch patches.suse/ASoC-SOF-of-Convert-to-EXPORT_DEV_PM_OPS.patch patches.suse/ASoC-stm-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-sunxi-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-tegra186-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-tegra210-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-tegra20-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-tegra30-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-xtensa-Convert-to-RUNTIME_PM_OPS.patch patches.suse/ASoC-amd-Convert-to-RUNTIME_PM_OPS-co.patch patches.suse/ASoC-pcm3168a-Convert-to-EXPORT_GPL_DEV_PM_OPS.patch patches.suse/ASoC-ti-j721e-evm-Reduce-log-level-for-EPROBE_DEFER.patch patches.suse/ASoC-codecs-ntp8918-Remove-duplicate-clk.h-header.patch patches.suse/ASoC-Intel-avs-Replace-devm_kzalloc-with-devm_kcallo.patch patches.suse/ASoC-Intel-avs-ssm4567-Replace-devm_kzalloc-with-dev.patch patches.suse/ASoC-Intel-avs-max98373-Replace-devm_kzalloc-with-de.patch patches.suse/ASoC-Intel-avs-max98927-Replace-devm_kzalloc-with-de.patch patches.suse/ASoC-codecs-Add-aw88166-amplifier-driver.patch patches.suse/irqdomain-sound-Switch-to-irq_domain_create_linear.patch patches.suse/ASoC-ops-test-Add-some-basic-kunit-tests-for-soc-ops.patch patches.suse/ASoC-ops-Minor-formatting-fixups.patch patches.suse/ASoC-ops-Update-comments-for-xr_sx-control-helpers.patch patches.suse/ASoC-ops-Update-mask-generation-to-use-GENMASK.patch patches.suse/ASoC-ops-Factor-out-helper-to-check-valid-control-va.patch patches.suse/ASoC-ops-Replace-snd_soc_read_signed-with-new-helper.patch patches.suse/ASoC-ops-Add-control-to-register-value-helper.patch patches.suse/ASoC-ops-Remove-snd_soc_info_volsw_range.patch patches.suse/ASoC-ops-Remove-snd_soc_get_volsw_range.patch patches.suse/ASoC-ops-Remove-snd_soc_put_volsw_range.patch patches.suse/ASoC-ops-Factor-out-common-code-from-info-callbacks.patch patches.suse/ASoC-ops-Factor-out-common-code-from-put-callbacks.patch patches.suse/ASoC-ops-Factor-out-common-code-from-get-callbacks.patch patches.suse/ASoC-ops-Remove-some-unnecessary-local-variables.patch patches.suse/ASoC-ops-Apply-platform_max-after-deciding-control-t.patch patches.suse/of-Add-of_property_read_u16_index.patch patches.suse/ASoC-wm8904-Don-t-touch-GPIO-configs-set-to-0xFFFF.patch patches.suse/ASoC-wm8904-get-platform-data-from-DT.patch patches.suse/ASoC-wm8904-add-DMIC-support.patch patches.suse/ASoC-dmic-Fix-NULL-pointer-dereference.patch patches.suse/ASoC-SOF-mediatek-Commonize-duplicated-functions.patch patches.suse/ASoC-amd-yc-update-quirk-data-for-new-Lenovo-model.patch patches.suse/ASoC-SDCA-Correct-handling-of-selected-mode-DisCo-pr.patch patches.suse/ALSA-hda-realtek-Fix-built-in-mic-assignment-on-ASUS.patch patches.suse/ALSA-hda-realtek-Bass-speaker-fixup-for-ASUS-UM5606K.patch patches.suse/ALSA-hda-cs35l56-Remove-unnecessary-NULL-check-befor.patch patches.suse/ALSA-hda-tas2781-i2c-Remove-unnecessary-NULL-check-b.patch patches.suse/platform-x86-intel-pmc-Make-tgl_core_generic_init-static.patch patches.suse/platform-x86-intel-pmc-Remove-duplicate-enum.patch patches.suse/platform-x86-intel-pmc-Create-generic_core_init-for-all-platforms.patch patches.suse/platform-x86-intel-pmc-Remove-simple-init-functions.patch patches.suse/platform-x86-intel-pmc-Add-Arrow-Lake-U-H-support-to-intel_pmc_core-driver.patch patches.suse/platform-x86-intel-pmc-Move-arch-specific-action-to-.patch patches.suse/platform-x86-intel-pmc-Add-Panther-Lake-support-to-intel_pmc_core.patch patches.suse/platform-x86-intel-pmc-Remove-unnecessary-declaratio.patch patches.suse/platform-x86-intel-pmc-Remove-unneeded-extern-keywor.patch patches.suse/platform-x86-amd-Use-y-instead-of-objs-in-Makefiles.patch patches.suse/platform-x86-lenovo-yoga-tab2-pro-1380-fastcharger-M.patch patches.suse/platform-x86-dell-uart-backlight-Make-dell_uart_bl_s.patch patches.suse/platform-x86-dell-ddv-Fix-temperature-calculation.patch patches.suse/tools-power-x86-intel-speed-select-Prevent-increasing-MAX_DIE_PER_PACKAGE.patch patches.suse/tools-power-x86-intel-speed-select-Fix-the-condition-to-check-multi-die-system.patch patches.suse/tools-power-x86-intel-speed-select-Die-ID-for-IO-dies.patch patches.suse/tools-power-x86-intel-speed-select-Prefix-header-search-path-with-sysroot.patch patches.suse/tools-power-x86-intel-speed-select-v1.22-release.patch patches.suse/platform-x86-x86-android-tablets-Add-select-POWER_SU.patch patches.suse/HID-bpf-Add-support-for-the-default-firmware-mode-of.patch patches.suse/HID-bpf-Suppress-bogus-F13-trigger-on-Sirius-keyboar.patch patches.suse/HID-bpf-Added-updated-Kamvas-Pro-19-descriptor.patch patches.suse/HID-bpf-add-support-for-the-XP-Pen-Artist-Pro-19-gen.patch patches.suse/HID-bpf-import-new-kfunc-from-v6.10-v6.11.patch patches.suse/HID-bpf-new-hid_bpf_async.h-common-header.patch patches.suse/HID-bpf-add-a-v6.11-compatible-BPF-fixup-for-the-XPP.patch patches.suse/HID-remove-superfluous-and-wrong-Makefile-entry-for-.patch patches.suse/HID-intel-thc-hid-Remove-deprecated-PCI-API-calls.patch patches.suse/Hid-Intel-thc-hid-Intel-thc-Fix-dubious-x-y-issue.patch patches.suse/HID-Intel-thc-hid-Intel-quickspi-Correct-device-stat-f97455f.patch patches.suse/HID-pidff-Convert-infinite-length-from-Linux-API-to-.patch patches.suse/HID-pidff-Do-not-send-effect-envelope-if-it-s-empty.patch patches.suse/HID-pidff-Clamp-PERIODIC-effect-period-to-device-s-l.patch patches.suse/HID-pidff-Add-MISSING_DELAY-quirk-and-its-detection.patch patches.suse/HID-pidff-Add-MISSING_PBO-quirk-and-its-detection.patch patches.suse/HID-pidff-Add-PERMISSIVE_CONTROL-quirk.patch patches.suse/HID-pidff-Add-hid_pidff_init_with_quirks-and-export-.patch patches.suse/HID-pidff-Add-FIX_WHEEL_DIRECTION-quirk.patch patches.suse/HID-pidff-Stop-all-effects-before-enabling-actuators.patch patches.suse/HID-Add-hid-universal-pidff-driver-and-supported-dev.patch patches.suse/HID-pidff-Add-PERIODIC_SINE_ONLY-quirk.patch patches.suse/HID-pidff-Completely-rework-and-fix-pidff_reset-func.patch patches.suse/HID-pidff-Simplify-pidff_upload_effect-function.patch patches.suse/HID-pidff-Define-values-used-in-pidff_find_special_f.patch patches.suse/HID-pidff-Rescale-time-values-to-match-field-units.patch patches.suse/HID-pidff-Factor-out-code-for-setting-gain.patch patches.suse/HID-pidff-Fix-null-pointer-dereference-in-pidff_find.patch patches.suse/HID-pidff-Move-all-hid-pidff-definitions-to-a-dedica.patch patches.suse/HID-pidff-Simplify-pidff_rescale_signed.patch patches.suse/HID-pidff-Use-macros-instead-of-hardcoded-min-max-va.patch patches.suse/HID-pidff-Factor-out-pool-report-fetch-and-remove-ex.patch patches.suse/HID-pidff-Make-sure-to-fetch-pool-before-checking-SI.patch patches.suse/HID-hid-universal-pidff-Add-Asetek-wheelbases-suppor.patch patches.suse/HID-pidff-Comment-and-code-style-update.patch patches.suse/HID-pidff-Support-device-error-response-from-PID_BLO.patch patches.suse/HID-pidff-Remove-redundant-call-to-pidff_find_specia.patch patches.suse/HID-pidff-Rename-two-functions-to-align-them-with-na.patch patches.suse/HID-pidff-Clamp-effect-playback-LOOP_COUNT-value.patch patches.suse/HID-pidff-Compute-INFINITE-value-instead-of-using-ha.patch patches.suse/HID-pidff-Fix-90-degrees-direction-name-North-East.patch patches.suse/HID-pidff-Fix-set_device_control.patch patches.suse/HID-hid-plantronics-Add-mic-mute-mapping-and-general.patch patches.suse/ALSA-usb-audio-Add-quirk-for-Plantronics-headsets-to.patch patches.suse/HID-Enable-playstation-driver-independently-of-sony-.patch patches.suse/HID-usbkbd-Fix-the-bit-shift-number-for-LED_KANA.patch patches.suse/mtd-Replace-kcalloc-with-devm_kcalloc.patch patches.suse/mtd-Add-check-for-devm_kcalloc.patch patches.suse/mtd-rawnand-brcmnand-fix-PM-resume-warning.patch patches.suse/mtd-nand-Fix-a-kdoc-comment.patch patches.suse/PCI-MSI-Handle-the-NOMASK-flag-correctly-for-all-PCI.patch patches.suse/clocksource-drivers-stm32-lptimer-Use-wakeup-capable.patch patches.suse/io_uring-io-wq-eliminate-redundant-io_work_get_acct-.patch patches.suse/io_uring-io-wq-add-io_worker.acct-pointer.patch patches.suse/io_uring-io-wq-move-worker-lists-to-struct-io_wq_acc.patch patches.suse/io_uring-io-wq-cache-work-flags-in-variable.patch patches.suse/io_uring-io-wq-do-not-use-bogus-hash-value.patch patches.suse/io_uring-io-wq-pass-io_wq-to-io_get_next_work.patch patches.suse/io_uring-deduplicate-caches-deallocation.patch patches.suse/io_uring-check-for-iowq-alloc_workqueue-failure.patch patches.suse/io_uring-sanitise-ring-params-earlier.patch patches.suse/io_uring-kbuf-remove-legacy-kbuf-bulk-allocation.patch patches.suse/io_uring-kbuf-remove-legacy-kbuf-kmem-cache.patch patches.suse/io_uring-kbuf-move-locking-into-io_kbuf_drop.patch patches.suse/io_uring-kbuf-simplify-__io_put_kbuf.patch patches.suse/io_uring-kbuf-remove-legacy-kbuf-caching.patch patches.suse/io_uring-kbuf-open-code-__io_put_kbuf.patch patches.suse/io_uring-kbuf-introduce-io_kbuf_drop_legacy.patch patches.suse/io_uring-kbuf-uninline-__io_put_kbufs.patch patches.suse/io_uring-cancel-add-generic-remove_all-helper.patch patches.suse/io_uring-futex-convert-to-io_cancel_remove_all.patch patches.suse/io_uring-waitid-convert-to-io_cancel_remove_all.patch patches.suse/io_uring-cancel-add-generic-cancel-helper.patch patches.suse/io_uring-futex-use-generic-io_cancel_remove-helper.patch patches.suse/io_uring-waitid-use-generic-io_cancel_remove-helper.patch patches.suse/io_uring-net-improve-recv-bundles.patch patches.suse/io_uring-use-IO_REQ_LINK_FLAGS-more.patch patches.suse/io_uring-pass-ctx-instead-of-req-to-io_init_req_drai.patch patches.suse/io_uring-rsrc-avoid-NULL-check-in-io_put_rsrc_node.patch patches.suse/io_uring-introduce-type-alias-for-io_tw_state.patch patches.suse/io_uring-pass-struct-io_tw_state-by-value.patch patches.suse/io_uring-use-lockless_cq-flag-in-io_req_complete_pos.patch patches.suse/io_uring-introduce-io_is_compat.patch patches.suse/io_uring-cmd-optimise-CONFIG_COMPAT-flags-setting.patch patches.suse/io_uring-rw-compile-out-compat-param-passing.patch patches.suse/io_uring-rw-shrink-io_iov_compat_buffer_select_prep.patch patches.suse/io_uring-waitid-use-io_is_compat.patch patches.suse/io_uring-net-use-io_is_compat.patch patches.suse/io_uring-net-fix-accept-multishot-handling.patch patches.suse/io_uring-net-canonise-accept-mshot-handling.patch patches.suse/io_uring-make-io_poll_issue-sturdier.patch patches.suse/io_uring-rw-allocate-async-data-in-io_prep_rw.patch patches.suse/io_uring-rw-rename-io_import_iovec.patch patches.suse/io_uring-rw-extract-helper-for-iovec-import.patch patches.suse/io_uring-rw-open-code-io_prep_rw_setup.patch patches.suse/io_uring-rsrc-remove-redundant-check-for-valid-imu.patch patches.suse/io_uring-nop-reuse-req-buf_index.patch patches.suse/io_uring-net-reuse-req-buf_index-for-sendzc.patch patches.suse/Revert-io_uring-rsrc-simplify-the-bvec-iter-count-ca.patch patches.suse/block-introduce-init_wait_func.patch patches.suse/block-refactor-rq_qos_wait.patch patches.suse/loop-factor-out-a-loop_assign_backing_file-helper.patch patches.suse/loop-check-in-LO_FLAGS_DIRECT_IO-in-loop_default_blocksize.patch patches.suse/blk-wbt-Fix-some-comments.patch patches.suse/blk-wbt-Cleanup-a-comment-in-wb_timer_fn.patch patches.suse/ublk-complete-command-synchronously-on-error.patch patches.suse/block-mark-bounce-buffering-as-incompatible-with-integrity.patch patches.suse/block-move-the-block-layer-auto-integrity-code-into-.patch patches.suse/block-split-struct-bio_integrity_payload.patch patches.suse/ublk-enforce-ublks_max-only-for-unprivileged-devices.patch patches.suse/blk-throttle-fix-lower-bps-rate-by-throtl_trim_slice.patch patches.suse/blk-throttle-remove-last_bytes_disp-and-last_ios_dis.patch patches.suse/blk-throttle-don-t-take-carryover-for-prioritized-processi.patch patches.suse/blk-throttle-carry-over-directly.patch patches.suse/block-ensure-correct-integrity-capability-propagation-in-s.patch patches.suse/block-Correctly-initialize-BLK_INTEGRITY_NOGENERATE-and-BL.patch patches.suse/badblocks-Fix-error-shitf-ops.patch patches.suse/badblocks-factor-out-a-helper-try_adjacent_combine.patch patches.suse/badblocks-attempt-to-merge-adjacent-badblocks-during-ack_a.patch patches.suse/badblocks-return-error-directly-when-setting-badblocks-exc.patch patches.suse/badblocks-return-error-if-any-badblock-set-fails.patch patches.suse/badblocks-fix-the-using-of-MAX_BADBLOCKS.patch patches.suse/badblocks-try-can_merge_front-before-overlap_front.patch patches.suse/badblocks-fix-merge-issue-when-new-badblocks-align-with-pr.patch patches.suse/badblocks-fix-missing-bad-blocks-on-retry-in-_badblocks_ch.patch patches.suse/badblocks-return-boolean-from-badblocks_set-and-badb.patch patches.suse/block-acquire-q-limits_lock-while-reading-sysfs-attr.patch patches.suse/block-move-q-sysfs_lock-and-queue-freeze-under-show-.patch patches.suse/block-remove-q-sysfs_lock-for-attributes-which-don-t.patch patches.suse/block-introduce-a-dedicated-lock-for-protecting-queu.patch patches.suse/block-protect-nr_requests-update-using-q-elevator_lo.patch patches.suse/block-protect-wbt_lat_usec-using-q-elevator_lock.patch patches.suse/block-protect-read_ahead_kb-using-q-limits_lock.patch patches.suse/block-protect-hctx-attributes-params-using-q-elevato.patch patches.suse/block-make-sure-nr_integrity_segments-is-cloned-in-blk_rq_.patch patches.suse/badblocks-Fix-a-nonsense-WARN_ON-which-checks-whether-a-u6.patch patches.suse/block-remove-unused-parameter.patch patches.suse/block-fix-adding-folio-to-bio.patch patches.suse/md-ensure-resync-is-prioritized-over-recovery.patch patches.suse/md-raid1-fix-memory-leak-in-raid1_run-if-no-active-rdev.patch patches.suse/md-fix-mddev-uaf-while-iterating-all_mddevs-list.patch patches.suse/md-raid1-raid10-don-t-ignore-IO-flags.patch patches.suse/md-md-bitmap-fix-wrong-bitmap_limit-for-clustermd-wh.patch patches.suse/md-raid10-wait-barrier-before-returning-discard-request-wi.patch patches.suse/block-remove-unused-parameter-q-parameter-in-__blk_r.patch patches.suse/block-protect-debugfs-attrs-using-elevator_lock-inst.patch patches.suse/block-remove-unnecessary-goto-labels-in-debugfs-attr.patch patches.suse/block-protect-debugfs-attribute-method-hctx_busy_sho.patch patches.suse/block-fix-a-comment-in-the-queue_attrs-array.patch patches.suse/block-Make-request_queue-lockdep-splats-show-up-earl.patch patches.suse/block-release-q-elevator_lock-in-ioc_qos_write.patch patches.suse/block-correct-locking-order-for-protecting-blk-wbt-p.patch patches.suse/block-blk-iocost-ensure-ret-is-set-on-error.patch patches.suse/docs-sysfs-block-Clarify-integrity-sysfs-attributes.patch patches.suse/crypto-fs-Separate-out-hkdf_extract-and-hkdf_expand.patch patches.suse/nvme-add-nvme_auth_generate_psk.patch patches.suse/nvme-add-nvme_auth_generate_digest.patch patches.suse/nvme-add-nvme_auth_derive_tls_psk.patch patches.suse/nvme-keyring-add-nvme_tls_psk_refresh.patch patches.suse/nvme-tcp-request-secure-channel-concatenation.patch patches.suse/nvme-fabrics-reset-admin-connection-for-secure-conca.patch patches.suse/nvmet-Add-sq-argument-to-alloc_ctrl_args.patch patches.suse/nvmet-tcp-support-secure-channel-concatenation.patch patches.suse/nvmet-add-tls_concat-and-tls_key-debugfs-entries.patch patches.suse/nvme-multipath-Add-visibility-for-round-robin-io-pol.patch patches.suse/nvme-multipath-Add-visibility-for-numa-io-policy.patch patches.suse/nvme-multipath-Add-visibility-for-queue-depth-io-pol.patch patches.suse/nvme-pci-remove-stale-comment.patch patches.suse/nvmet-fc-Remove-unused-functions.patch patches.suse/nvmet-pci-epf-Always-configure-BAR0-as-64-bit.patch patches.suse/nvme-tcp-fix-selinux-denied-when-calling-sock_sendmsg.patch patches.suse/ata-libata-core-Add-external-to-the-libata.force-ker.patch patches.suse/ata-libata-eh-Do-not-use-ATAPI-DMA-for-a-device-limi.patch patches.suse/ahci-add-PCI-ID-for-Marvell-88SE9215-SATA-Controller.patch patches.suse/ata-libata-Fix-NCQ-Non-Data-log-not-supported-print.patch patches.suse/ahci-Marvell-88SE9215-controllers-prefer-DMA-for-ATA.patch patches.suse/scsi-Constify-struct-pci_error_handlers.patch patches.suse/scsi-st-Restore-some-drive-settings-after-reset.patch patches.suse/scsi-mpt3sas-Remove-unused-config-functions.patch patches.suse/scsi-mpi3mr-Avoid-reply-queue-full-condition.patch patches.suse/scsi-mpi3mr-Support-for-Segmented-Hardware-Trace-buf.patch patches.suse/scsi-mpi3mr-Synchronous-access-b-w-reset-and-tm-thre.patch patches.suse/scsi-mpi3mr-Update-driver-version-to-8.12.1.0.50.patch patches.suse/scsi-lpfc-Reduce-log-message-generation-during-ELS-r.patch patches.suse/scsi-lpfc-Free-phba-irq-in-lpfc_sli4_enable_msi-when.patch patches.suse/scsi-lpfc-Ignore-ndlp-rport-mismatch-in-dev_loss_tmo.patch patches.suse/scsi-lpfc-Handle-duplicate-D_IDs-in-ndlp-search-by-D.patch patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.8.patch patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.8-patches.patch patches.suse/scsi-mpt3sas-Reduce-log-level-of-ignore_delay_remove-messa.patch patches.suse/scsi-mpi3mr-Fix-spelling-mistake-skiping-skipping.patch patches.suse/scsi-usb-Rename-the-RESERVE-and-RELEASE-constants.patch patches.suse/scsi-hpsa-Remove-deprecated-and-unnecessary-strncpy.patch patches.suse/scsi-hpsa-Replace-deprecated-strncpy-with-strscpy_pa.patch patches.suse/scsi-mpi3mr-Fix-locking-in-an-error-path.patch patches.suse/scsi-mpt3sas-Fix-a-locking-bug-in-an-error-path.patch patches.suse/scsi-mpt3sas-Update-MPI-headers-to-02.00.62-version.patch patches.suse/scsi-mpt3sas-Add-support-for-MCTP-Passthrough-commands.patch patches.suse/scsi-mpt3sas-Report-driver-capability-as-part-of-IOCINFO-c.patch patches.suse/scsi-mpt3sas-Send-a-diag-reset-if-target-reset-fails.patch patches.suse/scsi-mpt3sas-update-driver-version-to-52.100.00.00.patch patches.suse/scsi-scsi_debug-First-fixes-for-tapes.patch patches.suse/scsi-mpi3mr-Update-MPI-Headers-to-revision-35.patch patches.suse/scsi-mpi3mr-Update-timestamp-only-for-supervisor-IOCs.patch patches.suse/scsi-mpi3mr-Check-admin-reply-queue-from-Watchdog.patch patches.suse/scsi-mpi3mr-Update-driver-version-to-8.13.0.5.50.patch patches.suse/scsi-mpt3sas-Fix-spelling-mistake-receveid-received.patch patches.suse/scsi-qla2xxx-Fix-typos-in-a-comment.patch patches.suse/scsi-scsi_debug-Remove-a-reference-to-in_use_bm.patch patches.suse/scsi-lpfc-Convert-timeouts-to-secs_to_jiffies.patch patches.suse/scsi-lpfc-Fix-spelling-mistake-Toplogy-Topology.patch patches.suse/scsi-mpt3sas-Fix-buffer-overflow-in-mpt3sas_send_mctp_pass.patch patches.suse/scsi-logging-Fix-scsi_logging_level-bounds.patch patches.suse/scsi-fnic-Remove-unnecessary-debug-print.patch patches.suse/scsi-fnic-Fix-indentation-and-remove-unnecessary-par.patch patches.suse/scsi-fnic-Replace-use-of-sizeof-with-standard-usage.patch patches.suse/scsi-fnic-Replace-fnic-lock_flags-with-local-flags.patch patches.suse/scsi-fnic-Remove-unnecessary-spinlock-locking-and-un.patch patches.suse/scsi-megaraid_sas-Make-most-module-parameters-static.patch patches.suse/msft-hv-3208-scsi-storvsc-Don-t-report-the-host-packet-status-as-.patch patches.suse/scsi-mpi3mr-Task-Abort-EH-Support.patch patches.suse/scsi-hisi_sas-Fixed-failure-to-issue-vendor-specific-comma.patch patches.suse/scsi-lpfc-Restore-clearing-of-NLP_UNREG_INP-in-ndlp-nlp_fl.patch patches.suse/scsi-st-ERASE-does-not-change-tape-location.patch patches.suse/scsi-st-Tighten-the-page-format-heuristics-with-MODE-SELEC.patch patches.suse/s390-pci-check-for-relaxed-translation-capability.patch patches.suse/s390-pci-store-DMA-offset-in-bus_dma_region.patch patches.suse/iommu-s390-handle-IOAT-registration-based-on-domain.patch patches.suse/iommu-s390-implement-iommu-passthrough-via-identity-.patch patches.suse/genirq-msi-Store-the-IOMMU-IOVA-directly-in-msi_desc.patch patches.suse/iommu-Handle-race-with-default-domain-setup.patch patches.suse/iommu-vt-d-Fix-system-hang-on-reboot-f.patch patches.suse/iommu-vt-d-Fix-possible-circular-locking-dependency.patch patches.suse/iommu-amd-Fix-header-file patches.suse/iommu-amd-Introduce-generic-function-to-set-multibit-feature-val patches.suse/iommu-amd-Replace-slab-cache-allocator-with-page-allocator patches.suse/iommu-amd-Rename-DTE_INTTABLEN-and-MAX_IRQS_PER_TABLE-macro patches.suse/iommu-amd-Enable-support-for-up-to-2K-interrupts-per-function patches.suse/coredump-Fixes-core_pipe_limit-sysctl-proc_handler.patch patches.suse/mlx4-Remove-unused-functions.patch patches.suse/net-mlx5-Remove-unused-mlx5dr_domain_sync.patch patches.suse/net-phy-realtek-use-string-choices-helpers.patch patches.suse/net-flush_backlog-small-changes.patch patches.suse/r8169-don-t-scan-PHY-addresses-0.patch patches.suse/ipv4-ip_gre-Fix-set-but-not-used-warning-in-ipgre_er.patch patches.suse/net-mlx5-Add-helper-functions-for-PTP-callbacks.patch patches.suse/net-mlx5-Change-parameters-for-PTP-internal-function.patch patches.suse/net-mlx5-Add-init-and-destruction-functions-for-a-si.patch patches.suse/net-mlx5-Add-API-to-get-mlx5_core_dev-from-mlx5_cloc.patch patches.suse/net-mlx5-Change-clock-in-mlx5_core_dev-to-mlx5_clock.patch patches.suse/net-mlx5-Add-devcom-component-for-the-clock-shared-b.patch patches.suse/net-mlx5-Move-PPS-notifier-and-out_work-to-clock_sta.patch patches.suse/net-mlx5-Support-one-PTP-device-per-hardware-clock.patch patches.suse/net-mlx5-Generate-PPS-IN-event-on-new-function-for-s.patch patches.suse/ethtool-Add-support-for-200Gbps-per-lane-link-modes.patch patches.suse/net-mlx5-Add-support-for-200Gbps-per-lane-link-modes.patch patches.suse/net-mlx5e-Support-FEC-settings-for-200G-per-lane-lin.patch patches.suse/net-mlx5-Remove-stray-semicolon-in-LAG-port-selectio.patch patches.suse/net-mlx5e-Remove-unused-mlx5e_tc_flow_action-struct.patch patches.suse/net-mlx5e-Avoid-WARN_ON-when-configuring-MQPRIO-with.patch patches.suse/net-page_pool-don-t-cast-mp-param-to-devmem.patch patches.suse/ice-count-combined-queues-using-Rx-Tx-count.patch patches.suse/ice-devlink-PF-MSI-X-max-and-min-parameter.patch patches.suse/ice-remove-splitting-MSI-X-between-features.patch patches.suse/ice-get-rid-of-num_lan_msix-field.patch patches.suse/ice-irdma-move-interrupts-code-to-irdma.patch patches.suse/ice-treat-dyn_allowed-only-as-suggestion.patch patches.suse/ice-enable_rdma-devlink-param.patch patches.suse/ice-simplify-VF-MSI-X-managing.patch patches.suse/ice-init-flow-director-before-RDMA.patch patches.suse/net-usb-qmi_wwan-add-Telit-Cinterion-FN990B-composit.patch patches.suse/net-usb-qmi_wwan-fix-Telit-Cinterion-FN990A-name.patch patches.suse/net-page_pool-avoid-false-positive-warning-if-NAPI-w.patch patches.suse/net-ethtool-prevent-flow-steering-to-RSS-contexts-wh.patch patches.suse/unroll-add-generic-loop-unroll-helpers.patch patches.suse/i40e-use-generic-unrolled_count-macro.patch patches.suse/ice-use-generic-unrolled_count-macro.patch patches.suse/xsk-add-helper-to-get-xdp_desc-s-DMA-and-meta-pointe.patch patches.suse/r8152-add-vendor-device-ID-pair-for-Dell-Alienware-A.patch patches.suse/sfc-parse-headers-of-devlink-flash-images.patch patches.suse/sfc-extend-NVRAM-MCDI-handlers.patch patches.suse/sfc-deploy-devlink-flash-images-to-NIC-over-MCDI.patch patches.suse/sfc-document-devlink-flash-support.patch patches.suse/ice-Don-t-check-device-type-when-checking-GNSS-prese.patch patches.suse/ice-Remove-unnecessary-ice_is_e8xx-functions.patch patches.suse/ice-Use-FIELD_PREP-for-timestamp-values.patch patches.suse/ice-Process-TSYN-IRQ-in-a-separate-function.patch patches.suse/ice-Add-unified-ice_capture_crosststamp.patch patches.suse/ice-Refactor-ice_ptp_init_tx_.patch patches.suse/ice-Implement-PTP-support-for-E830-devices.patch patches.suse/ice-refactor-ice_fdir_create_dflt_rules-function.patch patches.suse/igc-Avoid-unnecessary-link-down-event-in-XDP_SETUP_P.patch patches.suse/e1000e-Fix-real-time-violations-on-link-up.patch patches.suse/net-mlx5e-reduce-the-max-log-mpwrq-sz-for-ECPF-and-r.patch patches.suse/net-mlx5e-reduce-rep-rxq-depth-to-256-for-ECPF.patch patches.suse/net-mlx5e-set-the-tx_queue_len-for-pfifo_fast.patch patches.suse/net-mlx5-Rename-and-move-mlx5_esw_query_vport_vhca_i.patch patches.suse/net-mlx5-Expose-ICM-consumption-per-function.patch patches.suse/net-mlx5e-Move-RQs-diagnose-to-a-dedicated-function.patch patches.suse/net-mlx5e-Add-direct-TIRs-to-devlink-rx-reporter-dia.patch patches.suse/net-mlx5e-Expose-RSS-via-devlink-rx-reporter-diagnos.patch patches.suse/net-mlx5-Extend-Ethtool-loopback-selftest-to-support.patch patches.suse/net-mlx5-XDP-Enable-TX-side-XDP-multi-buffer-support.patch patches.suse/r8169-add-support-for-Intel-Killer-E5000.patch patches.suse/net-usb-asix_devices-add-FiberGecko-DeviceID.patch patches.suse/r8169-add-PHY-c45-ops-for-MDIO_MMD_VENDOR2-registers.patch patches.suse/net-phy-realtek-improve-mmd-register-access-for-inte.patch patches.suse/net-phy-realtek-switch-from-paged-to-MMD-ops-in-rtl8.patch patches.suse/ice-Fix-signedness-bug-in-ice_init_interrupt_scheme.patch patches.suse/net-mlx4_core-Avoid-impossible-mlx4_db_alloc-order-v.patch patches.suse/bnxt_en-Set-NPAR-1.2-support-when-registering-with-f.patch patches.suse/bnxt_en-Refactor-completion-ring-allocation-logic-fo.patch patches.suse/bnxt_en-Refactor-TX-ring-allocation-logic.patch patches.suse/bnxt_en-Refactor-completion-ring-free-routine.patch patches.suse/bnxt_en-Refactor-bnxt_free_tx_rings-to-free-per-TX-r.patch patches.suse/bnxt_en-Refactor-RX-RX-AGG-ring-parameters-setup-for.patch patches.suse/bnxt_en-Pass-NQ-ID-to-the-FW-when-allocating-RX-RX-A.patch patches.suse/bnxt_en-Reallocate-RX-completion-ring-for-TPH-suppor.patch patches.suse/bnxt_en-Refactor-TX-ring-free-logic.patch patches.suse/bnxt_en-Extend-queue-stop-start-for-TX-rings.patch patches.suse/bnxt_en-Add-TPH-support-in-BNXT-driver.patch patches.suse/net-mlx5-Apply-rate-limiting-to-high-temperature-war.patch patches.suse/net-mlx5-Prefix-temperature-event-bitmap-with-0x-for.patch patches.suse/net-mlx5-Modify-LSB-bitmask-in-temperature-event-to-.patch patches.suse/net-mlx5-Add-sensor-name-to-temperature-event-messag.patch patches.suse/net-move-stale-comment-about-ntuple-validation.patch patches.suse/virtchnl-add-support-for-enabling-PTP-on-iAVF.patch patches.suse/ice-support-Rx-timestamp-on-flex-descriptor.patch patches.suse/virtchnl-add-enumeration-for-the-rxdid-format.patch patches.suse/iavf-add-support-for-negotiating-flexible-RXDID-form.patch patches.suse/iavf-negotiate-PTP-capabilities.patch patches.suse/iavf-add-initial-framework-for-registering-PTP-clock.patch patches.suse/iavf-add-support-for-indirect-access-to-PHC-time.patch patches.suse/iavf-periodically-cache-PHC-time.patch patches.suse/libeth-move-idpf_rx_csum_decoded-and-idpf_rx_extract.patch patches.suse/iavf-define-Rx-descriptors-as-qwords.patch patches.suse/iavf-refactor-iavf_clean_rx_irq-to-support-legacy-an.patch patches.suse/iavf-Implement-checking-DD-desc-field.patch patches.suse/iavf-handle-set-and-get-timestamps-ops.patch patches.suse/iavf-add-support-for-Rx-timestamps-to-hotpath.patch patches.suse/page_pool-avoid-infinite-loop-to-schedule-delayed-wo.patch patches.suse/eth-mlx4-create-a-page-pool-for-Rx.patch patches.suse/eth-mlx4-don-t-try-to-complete-XDP-frames-in-netpoll.patch patches.suse/eth-mlx4-remove-the-local-XDP-fast-recycling-ring.patch patches.suse/eth-mlx4-use-the-page-pool-for-Rx-buffers.patch patches.suse/net-phy-realtek-add-helper-RTL822X_VND2_C22_REG.patch patches.suse/net-phy-realtek-add-defines-for-shadowed-c45-standar.patch patches.suse/net-phy-c45-use-cached-EEE-advertisement-in-genphy_c.patch patches.suse/net-phy-c45-remove-local-advertisement-parameter-fro.patch patches.suse/tcp-only-initialize-sockcm-tsflags-field.patch patches.suse/msft-hv-3195-net-mana-Allow-tso_max_size-to-go-up-to-GSO_MAX_SIZE.patch patches.suse/msft-hv-3196-hv_netvsc-Use-VF-s-tso_max_size-value-when-data-path.patch patches.suse/msft-hv-3197-net-mana-Add-debug-logs-in-MANA-network-driver.patch patches.suse/can-c_can-Use-of_property_present-to-test-existence-.patch patches.suse/can-flexcan-Add-quirk-to-handle-separate-interrupt-l.patch patches.suse/can-flexcan-add-NXP-S32G2-S32G3-SoC-support.patch patches.suse/can-rockchip_canfd-rkcanfd_chip_fifo_setup-remove-du.patch patches.suse/net-pktgen-fix-access-outside-of-user-given-buffer-i.patch patches.suse/net-mlx5-Bridge-correct-config-option-description.patch patches.suse/net-mlx5e-Refactor-ptys2ethtool_adver_link.patch patches.suse/net-mlx5e-Introduce-ptys2ethtool_process_link.patch patches.suse/net-mlx5e-Change-eth_proto-parameter-naming.patch patches.suse/net-mlx5e-Separate-extended-link-modes-request-from-.patch patches.suse/net-ipv6-Init-tunnel-link-netns-before-registering-d.patch patches.suse/xsk-Add-launch-time-hardware-offload-support-to-XDP-.patch patches.suse/selftests-bpf-Add-launch-time-request-to-xdp_hw_meta.patch patches.suse/igc-Refactor-empty-frame-insertion-for-launch-time-s.patch patches.suse/igc-Add-launch-time-support-to-XDP-ZC.patch patches.suse/usb-Add-base-USB-MCTP-definitions.patch patches.suse/net-mlx5e-Add-helper-function-to-update-IPSec-defaul.patch patches.suse/net-mlx5e-Change-the-destination-of-IPSec-RX-SA-miss.patch patches.suse/net-mlx5e-Add-correct-match-to-check-IPSec-syndromes.patch patches.suse/net-mlx5e-Move-IPSec-policy-check-after-decryption.patch patches.suse/net-mlx5e-Skip-IPSec-RX-policy-check-for-crypto-offl.patch patches.suse/net-mlx5e-Add-num_reserved_entries-param-for-ipsec_f.patch patches.suse/net-mlx5e-Add-pass-flow-group-for-IPSec-RX-status-ta.patch patches.suse/net-mlx5e-Support-RX-xfrm-state-selector-s-UPSPEC-fo.patch patches.suse/net-mlx5-Use-secs_to_jiffies-instead-of-msecs_to_jif.patch patches.suse/net-phy-add-phylib-internal.h.patch patches.suse/ethtool-Symmetric-OR-XOR-RSS-hash.patch patches.suse/net-mlx5e-Symmetric-OR-XOR-RSS-hash-control.patch patches.suse/net-mlx5-Add-new-health-syndrome-error-and-crr-bit-o.patch patches.suse/net-mlx5-Change-POOL_NEXT_SIZE-define-value-and-make.patch patches.suse/net-mlx5e-Avoid-a-hundred-Wflex-array-member-not-at-.patch patches.suse/net-mlx5-Remove-newline-at-the-end-of-a-netlink-erro.patch patches.suse/sfc-Remove-newline-at-the-end-of-a-netlink-error-mes.patch patches.suse/ice-dpll-Remove-newline-at-the-end-of-a-netlink-erro.patch patches.suse/selftests-net-have-gro.sh-t-return-a-correct-exit-co.patch patches.suse/net-mlx5-Avoid-report-two-health-errors-on-same-synd.patch patches.suse/net-mlx5-Log-health-buffer-data-on-any-syndrome.patch patches.suse/net-mlx5-Expose-crr-in-health-buffer.patch patches.suse/net-mlx5-Add-trust-lockdown-error-to-health-syndrome.patch patches.suse/net-usb-qmi_wwan-add-Telit-Cinterion-FE990B-composit.patch patches.suse/net-usb-qmi_wwan-fix-Telit-Cinterion-FE990A-name.patch patches.suse/tcp-convert-to-dev_net_rcu.patch patches.suse/net-gro-convert-four-dev_net-calls.patch patches.suse/net-pktgen-fix-mpls-maximum-labels-list-parsing.patch patches.suse/wifi-mwifiex-Constify-struct-mwifiex_if_ops.patch patches.suse/wifi-libertas-main-remove-unused-functions.patch patches.suse/wifi-libertas-cmd-remove-unused-functions.patch patches.suse/wifi-libertas-Remove-unused-auto-deep-sleep-code.patch patches.suse/wifi-ipw2x00-Remove-unused-libipw_rx_any.patch patches.suse/wifi-iwlwifi-dvm-Remove-unused-iwl_rx_ant_restrictio.patch patches.suse/wifi-iwlwifi-mvm-Remove-unused-iwl_mvm_rx_missed_vap.patch patches.suse/wifi-iwlwifi-mvm-Remove-unused-iwl_mvm_ftm_-_add_pas.patch patches.suse/wifi-iwlwifi-mvm-Remove-unused-iwl_mvm_ftm_add_pasn_.patch patches.suse/wifi-iwlwifi-Remove-unused-iwl_bz_name.patch patches.suse/wifi-iwlwifi-Remove-old-device-data.patch patches.suse/wifi-iwlwifi-remove-the-mvm-prefix-from-iwl_mvm_ctdp.patch patches.suse/wifi-iwlwifi-remove-the-version-number-from-iwl_dts_.patch patches.suse/wifi-iwlwifi-remove-the-mvm-prefix-from-iwl_mvm_aux_.patch patches.suse/wifi-ipw2x00-Fix-spelling-mistake-stablization-stabi.patch patches.suse/wifi-mwifiex-Remove-unused-mwifiex_uap_del_sta_data.patch patches.suse/wifi-nl80211-cfg80211-Stop-supporting-cooked-monitor.patch patches.suse/wifi-mac80211-Drop-cooked-monitor-support.patch patches.suse/wifi-qtnfmac-Avoid-multiple-Wflex-array-member-not-a.patch patches.suse/wifi-cfg80211-Fix-trace-print-for-removed-links.patch patches.suse/wifi-mac80211-Refactor-ieee80211_sta_wmm_params.patch patches.suse/wifi-mac80211-Add-support-for-EPCS-configuration.patch patches.suse/wifi-ieee80211-Add-missing-EHT-MAC-capabilities.patch patches.suse/wifi-mac80211-Add-processing-of-TTLM-teardown-frame.patch patches.suse/wifi-mac80211-add-strict-mode-disabling-workarounds.patch patches.suse/wifi-mac80211_hwsim-enable-strict-mode.patch patches.suse/wifi-mac80211-add-HT-and-VHT-basic-set-verification.patch patches.suse/wifi-mac80211-tests-add-tests-for-ieee80211_determin.patch patches.suse/wifi-mac80211-set-ieee80211_prep_tx_info-link_id-upo.patch patches.suse/wifi-mac80211-remove-misplaced-drv_mgd_complete_tx-c.patch patches.suse/wifi-mac80211-don-t-unconditionally-call-drv_mgd_com.patch patches.suse/wifi-mac80211-always-send-max-agg-subframe-num-in-st.patch patches.suse/wifi-mac80211-aggregation-remove-deflink-accesses-fo.patch patches.suse/wifi-mac80211-enable-removing-assoc-link.patch patches.suse/wifi-mac80211-ensure-sdata-work-is-canceled-before-i.patch patches.suse/wifi-mac80211-rework-the-Tx-of-the-deauth-in-ieee802.patch patches.suse/wifi-b43-Replace-outdated-firmware-URL.patch patches.suse/wifi-iwlwifi-mvm-rename-and-move-iwl_mvm_eval_dsm_rf.patch patches.suse/wifi-iwlwifi-Unify-TAS-block-list-handling-in-regula.patch patches.suse/wifi-iwlwifi-don-t-warn-during-reprobe.patch patches.suse/wifi-iwlwifi-enable-320-MHz-on-slow-PCIe-links.patch patches.suse/wifi-iwlwifi-cfg-separate-22000-BZ-family-HT-params.patch patches.suse/wifi-iwlwifi-Indicate-support-for-EPCS.patch patches.suse/wifi-iwlwifi-mvm-Indicate-support-link-reconfigurati.patch patches.suse/wifi-iwlwifi-fw-make-iwl_send_dbg_dump_complete_cmd-.patch patches.suse/wifi-iwlwifi-be-less-aggressive-with-re-probe.patch patches.suse/wifi-iwlwifi-make-no_160-more-generic.patch patches.suse/wifi-iwlwifi-properly-set-the-names-for-SC-devices.patch patches.suse/wifi-iwlwifi-clarify-the-meaning-of-IWL_INIT_PHY.patch patches.suse/wifi-iwlwifi-support-ROC-version-6.patch patches.suse/wifi-iwlwifi-use-correct-IMR-dump-variable.patch patches.suse/wifi-iwlwifi-add-twt-operation-cmd.patch patches.suse/wifi-iwlwifi-implement-dump-region-split.patch patches.suse/wifi-rtw89-coex-Add-protect-to-avoid-A2DP-lag-while-.patch patches.suse/wifi-rtw89-coex-Separated-Wi-Fi-connecting-event-fro.patch patches.suse/wifi-rtw89-coex-Update-Wi-Fi-Bluetooth-coexistence-v.patch patches.suse/wifi-rtw89-Correct-immediate-cfg_len-calculation-for.patch patches.suse/wifi-rtw89-phy-rename-to-RTW89_PHY_NUM-as-proper-nam.patch patches.suse/wifi-rtw89-phy-add-PHY-context-array-to-support-func.patch patches.suse/wifi-rtw89-phy-support-env_monitor-per-PHY.patch patches.suse/wifi-rtw89-phy-support-DIG-per-PHY.patch patches.suse/wifi-rtw89-phy-support-ch_info-per-PHY.patch patches.suse/wifi-rtw89-phy-support-EDCCA-per-PHY.patch patches.suse/wifi-rtw89-phy-support-EDCCA-log-per-PHY.patch patches.suse/wifi-rtw89-phy-disable-CFO-track-when-two-PHY-are-wo.patch patches.suse/wifi-rtw89-regd-support-loading-regd-table-from-fw-e.patch patches.suse/wifi-rtw89-regd-handle-supported-regulatory-function.patch patches.suse/wifi-rtw89-regd-refactor-init-setup-flow-and-prototy.patch patches.suse/wifi-rtw89-cleanup-unused-rtwdev-roc_work.patch patches.suse/wifi-rtw89-add-wiphy_lock-to-work-that-isn-t-held-wi.patch patches.suse/wifi-rtw89-use-wiphy_work-to-replace-ieee802111_work.patch patches.suse/wifi-rtw89-debugfs-implement-file_ops-read-write-to-.patch patches.suse/wifi-rtw89-debugfs-specify-buffer-size-allocated-by-.patch patches.suse/wifi-rtw89-debugfs-use-wiphy_locked_debugfs_-read-wr.patch patches.suse/wifi-rtw89-debugfs-use-debugfs_short_fops.patch patches.suse/wifi-rtw89-remove-consumers-of-driver-mutex.patch patches.suse/wifi-rtw89-manual-cosmetic-along-lockdep_assert_wiph.patch patches.suse/wifi-rtw89-remove-definition-of-driver-mutex.patch patches.suse/wifi-rtw89-pci-not-assert-wiphy_lock-to-free-early_h.patch patches.suse/wifi-rtl8xxxu-Enable-AP-mode-for-RTL8192CU-RTL8188CU.patch patches.suse/wifi-rtw88-Don-t-use-static-local-variable-in-rtw882.patch patches.suse/wifi-rtw88-Don-t-use-static-local-variable-in-rtw882-0d1d165.patch patches.suse/wifi-rtl8xxxu-retry-firmware-download-on-error.patch patches.suse/wifi-rtw89-call-power_on-ahead-before-selecting-firm.patch patches.suse/wifi-rtw89-ps-update-H2C-command-with-more-info-for-.patch patches.suse/wifi-rtw89-fw-validate-multi-firmware-header-before-.patch patches.suse/wifi-rtw89-fw-validate-multi-firmware-header-before--2b8bdc5.patch patches.suse/wifi-rtw89-coex-Assign-value-over-than-0-to-avoid-fi.patch patches.suse/wifi-rtw89-coex-To-avoid-TWS-serials-A2DP-lag-adjust.patch patches.suse/wifi-rtw89-coex-Update-Wi-Fi-Bluetooth-coexistence-v-f94ba3c.patch patches.suse/wifi-rtw89-regd-avoid-using-BITMAP_FROM_U64-to-assig.patch patches.suse/wifi-rtw88-Fix-a-typo-of-debug-message-in-rtw8723d_i.patch patches.suse/wifi-rtw88-Fix-__rtw_download_firmware-for-RTL8814AU.patch patches.suse/wifi-rtw88-Fix-download_firmware_validate-for-RTL881.patch patches.suse/wifi-rtw88-Extend-struct-rtw_pwr_track_tbl-for-RTL88.patch patches.suse/wifi-rtw88-Extend-rf_base_addr-and-rf_sipi_addr-for-.patch patches.suse/wifi-rtw88-Extend-rtw_fw_send_ra_info-for-RTL8814AU.patch patches.suse/wifi-rtw88-Constify-some-more-structs-and-arrays.patch patches.suse/wifi-rtw88-Rename-RTW_RATE_SECTION_MAX-to-RTW_RATE_S.patch patches.suse/wifi-rtw88-Extend-TX-power-stuff-for-3-4-spatial-str.patch patches.suse/wifi-rtw88-Fix-rtw_update_sta_info-for-RTL8814AU.patch patches.suse/wifi-rtlwifi-rtl8192de-Fix-typos-of-debug-message-of.patch patches.suse/wifi-rtw89-debugfs-depends-on-CFG80211-s-one.patch patches.suse/wifi-iwlegacy-don-t-warn-for-unused-variables-with-D.patch patches.suse/wifi-mac80211-Add-counter-for-all-monitor-interfaces.patch patches.suse/wifi-cfg80211-convert-timeouts-to-secs_to_jiffies.patch patches.suse/wifi-mac80211-Fix-possible-integer-promotion-issue.patch patches.suse/wifi-mac80211-fix-integer-overflow-in-hwmp_route_inf.patch patches.suse/wifi-mac80211-add-ieee80211_iter_chan_contexts_mtx.patch patches.suse/wifi-cfg80211-expose-update-timestamp-to-drivers.patch patches.suse/wifi-iwlwifi-location-api-cleanup.patch patches.suse/wifi-iwlwifi-use-0xff-instead-of-0xffffffff-for-inva.patch patches.suse/wifi-iwlwifi-remove-mvm-prefix-from-iwl_mvm_esr_mode.patch patches.suse/wifi-iwlwifi-mld-add-a-debug-level-for-PTP-prints.patch patches.suse/wifi-iwlwifi-mld-add-a-debug-level-for-EHT-prints.patch patches.suse/wifi-iwlwifi-add-support-for-external-32-KHz-clock.patch patches.suse/wifi-iwlwifi-export-iwl_get_lari_config_bitmap.patch patches.suse/wifi-iwlwifi-remember-if-the-UATS-table-was-read-suc.patch patches.suse/wifi-iwlwifi-remove-mvm-prefix-from-iwl_mvm_d3_end_n.patch patches.suse/wifi-iwlwifi-add-OMI-bandwidth-reduction-APIs.patch patches.suse/wifi-iwlwifi-add-IWL_MAX_NUM_IGTKS-macro.patch patches.suse/wifi-iwlwifi-add-Debug-Host-Command-APIs.patch patches.suse/wifi-iwlwifi-Fix-spelling-mistake-Increate-Increase.patch patches.suse/wifi-cfg80211-reorg-sinfo-structure-elements-for-mes.patch patches.suse/wifi-mac80211-refactor-populating-mesh-related-field.patch patches.suse/wifi-iwlwifi-remove-mld-roc.c.patch patches.suse/dpll-Add-an-assertion-to-check-freq_supported_num.patch patches.suse/net-phy-nxp-c45-tja11xx-add-match_phy_device-to-TJA1.patch patches.suse/tcp-bring-back-NUMA-dispersion-in-inet_ehash_locks_a.patch patches.suse/net-mlx5-Relocate-function-declarations-from-port.h-.patch patches.suse/net-mlx5-Refactor-link-speed-handling-with-mlx5_link.patch patches.suse/net-mlx5e-Enable-lanes-configuration-when-auto-negot.patch patches.suse/net-mlx5-Lag-Enable-Multiport-E-Switch-offloads-on-8.patch patches.suse/net-mlx5e-Separate-address-related-variables-to-be-i.patch patches.suse/net-mlx5e-Properly-match-IPsec-subnet-addresses.patch patches.suse/r8169-increase-max-jumbo-packet-size-on-RTL8125-RTL8.patch patches.suse/net-mlx5-Avoid-unnecessary-use-of-comma-operator.patch patches.suse/net-mlx5-Add-RDMA_CTRL-HW-capabilities.patch patches.suse/net-mlx5-Allow-the-throttle-mechanism-to-be-more-dyn.patch patches.suse/net-mlx5-Limit-non-privileged-commands.patch patches.suse/net-mlx5-Query-ADV_RDMA-capabilities.patch patches.suse/net-mlx5-fs-add-RDMA-TRANSPORT-steering-domain-suppo.patch patches.suse/net-mlx5-Add-IFC-bits-for-PPCNT-recovery-counters-gr.patch patches.suse/net-smc-use-the-correct-ndev-to-find-pnetid-by-pnetid-tabl.patch patches.suse/tcp-reorganize-tcp_in_ack_event-and-tcp_count_delive.patch patches.suse/net-mlx5-fs-add-API-for-sharing-HWS-action-by-refcou.patch patches.suse/net-mlx5-fs-add-support-for-flow-meters-HWS-action.patch patches.suse/net-mlx5-fs-add-support-for-dest-flow-sampler-HWS-ac.patch patches.suse/cdc_ether-r8152-ThinkPad-Hybrid-USB-C-A-Dock-quirk.patch patches.suse/ice-Add-E830-checksum-offload-support.patch patches.suse/ice-rename-ice_ptp_init_phc_eth56g-function.patch patches.suse/ice-Refactor-E825C-PHY-registers-info-struct.patch patches.suse/ice-E825C-PHY-register-cleanup.patch patches.suse/ixgbe-add-PTP-support-for-E610-device.patch patches.suse/ixgbe-add-support-for-thermal-sensor-event-reception.patch patches.suse/bnxt_en-Refactor-bnxt_hwrm_nvm_req.patch patches.suse/bnxt_en-Add-devlink-support-for-ENABLE_ROCE-nvm-parameter.patch patches.suse/bnxt_en-Query-FW-parameters-when-the-CAPS_CHANGE-bit-is-se.patch patches.suse/bnxt_en-Update-firmware-interface-to-1.10.3.97.patch patches.suse/bnxt_en-Refactor-bnxt_get_module_eeprom_by_page.patch patches.suse/bnxt_en-add-.set_module_eeprom_by_page-support.patch patches.suse/net-mlx5-Rename-devlink-rate-parent-set-function-for.patch patches.suse/net-mlx5-Introduce-hierarchy-level-tracking-on-sched.patch patches.suse/net-mlx5-Preserve-rate-settings-when-creating-a-rate.patch patches.suse/net-mlx5-Add-support-for-setting-parent-of-nodes.patch patches.suse/ieee802154-ca8210-Use-proper-setters-and-getters-for.patch patches.suse/net-mlx5-HWS-remove-unused-code-for-alias-flow-table.patch patches.suse/net-mlx5-HWS-use-list_move-instead-of-del-add.patch patches.suse/net-mlx5-HWS-log-the-unsupported-mask-in-definer.patch patches.suse/r8169-switch-away-from-deprecated-pcim_iomap_table.patch patches.suse/net-treewide-define-and-use-MAC_ADDR_STR_LEN.patch patches.suse/net-phy-Allow-loopback-speed-selection-for-PHY-drive.patch patches.suse/igb-reject-invalid-external-timestamp-requests-for-8.patch patches.suse/renesas-reject-PTP_STRICT_FLAGS-as-unsupported.patch patches.suse/net-lan743x-reject-unsupported-external-timestamp-requests.patch patches.suse/broadcom-fix-supported-flag-check-in-periodic-output.patch patches.suse/ptp-ocp-reject-unsupported-periodic-output-flags.patch patches.suse/net-vlan-don-t-propagate-flags-on-open.patch patches.suse/mptcp-sockopt-fix-getting-IPV6_V6ONLY.patch patches.suse/mptcp-sockopt-fix-getting-freebind-transparent.patch patches.suse/net-mlx5e-Ensure-each-counter-group-uses-its-PCAM-bi.patch patches.suse/net-mlx5e-Access-PHY-layer-counter-group-as-other-co.patch patches.suse/net-mlx5e-Get-counter-group-size-by-FW-capability.patch patches.suse/net-mlx5e-Expose-port-reset-cycle-recovery-counter-v.patch patches.suse/net-phy-fix-genphy_c45_eee_is_active-for-disabled-EE.patch patches.suse/r8169-enable-RTL8168H-RTL8168EP-RTL8168FP-ASPM-suppo.patch patches.suse/r8169-disable-RTL8126-ZRX-DC-timeout.patch patches.suse/net-mlx5-Remove-NULL-check-before-dev_-put-hold.patch patches.suse/net-mlx5e-Use-right-API-to-free-bitmap-memory.patch patches.suse/net-mlx5e-Always-select-CONFIG_PAGE_POOL_STATS.patch patches.suse/msft-hv-3230-net-mana-Add-metadata-support-for-xdp-mode.patch patches.suse/ynl-devlink-add-missing-board-serial-number.patch patches.suse/net-mlx5e-TX-Utilize-WQ-fragments-edge-for-multi-pac.patch patches.suse/net-mlx5-Lag-use-port-selection-tables-when-availabl.patch patches.suse/net-mlx5-fw-reset-check-bridge-accessibility-at-earl.patch patches.suse/net-mlx5-Update-pfnum-retrieval-for-devlink-port-att.patch patches.suse/net-mlx5e-CT-Filter-legacy-rules-that-are-unrelated-.patch patches.suse/net-mlx5e-TC-Don-t-offload-CT-commit-if-it-s-the-las.patch patches.suse/sfc-rip-out-MDIO-support.patch patches.suse/sfc-update-MCDI-protocol-headers.patch patches.suse/sfc-support-X4-devlink-flash.patch patches.suse/wifi-iwlwifi-add-iwlmld-sub-driver.patch patches.suse/wifi-ath9k-cleanup-struct-ath_tx_control-and-ath_tx_.patch patches.suse/wifi-ath9k-use-unsigned-long-for-activity-check-time.patch patches.suse/wifi-ath12k-Refactor-the-monitor-Rx-parser-handler-a.patch patches.suse/wifi-ath12k-Refactor-the-monitor-Tx-RX-handler-proce.patch patches.suse/wifi-ath12k-Refactor-Rx-status-TLV-parsing-procedure.patch patches.suse/wifi-ath11k-Fix-DMA-buffer-allocation-to-resolve-SWI.patch patches.suse/wifi-ath11k-Use-dma_alloc_noncoherent-for-rx_tid-buf.patch patches.suse/wifi-ath-create-common-testmode_i.h-file-for-ath-dri.patch patches.suse/wifi-ath12k-export-ath12k_wmi_tlv_hdr-for-testmode.patch patches.suse/wifi-ath12k-add-factory-test-mode-support.patch patches.suse/wifi-ath12k-Disable-MLO-in-Factory-Test-Mode.patch patches.suse/wifi-ath12k-fix-skb_ext_desc-leak-in-ath12k_dp_tx-er.patch patches.suse/wifi-ath12k-report-station-mode-transmit-rate.patch patches.suse/wifi-ath12k-report-station-mode-receive-rate-for-IEE.patch patches.suse/wifi-ath12k-report-station-mode-signal-strength.patch patches.suse/wifi-ath11k-fix-memory-leak-in-ath11k_xxx_remove.patch patches.suse/wifi-ath12k-encode-max-Tx-power-in-scan-channel-list.patch patches.suse/wifi-ath12k-fix-memory-leak-in-ath12k_pci_remove.patch patches.suse/wifi-ath12k-Request-vdev-stats-from-firmware.patch patches.suse/wifi-ath12k-Request-beacon-stats-from-firmware.patch patches.suse/wifi-ath12k-Request-pdev-stats-from-firmware.patch patches.suse/wifi-ath12k-Fix-pdev-lookup-in-WBM-error-processing.patch patches.suse/wifi-ath12k-Add-HTT-source-ring-ID-for-monitor-rings.patch patches.suse/wifi-ath12k-Enable-filter-config-for-monitor-destina.patch patches.suse/wifi-ath12k-Avoid-multiple-times-configuring-monitor.patch patches.suse/wifi-ath12k-Avoid-code-duplication-in-monitor-ring-p.patch patches.suse/wifi-ath12k-Restructure-the-code-for-monitor-ring-pr.patch patches.suse/wifi-ath12k-Fix-invalid-entry-fetch-in-ath12k_dp_mon.patch patches.suse/wifi-ath12k-Fix-end-offset-bit-definition-in-monitor.patch patches.suse/wifi-ath12k-Add-drop-descriptor-handling-for-monitor.patch patches.suse/wifi-ath12k-Handle-end-reason-for-the-monitor-destin.patch patches.suse/wifi-ath12k-Optimize-NAPI-budget-by-adjusting-PPDU-p.patch patches.suse/wifi-ath12k-Handle-PPDU-spread-across-multiple-buffe.patch patches.suse/wifi-ath12k-Avoid-memory-leak-while-enabling-statist.patch patches.suse/wifi-ath12k-Handle-monitor-drop-TLVs-scenario.patch patches.suse/wifi-ath12k-Enable-monitor-ring-mask-for-QCN9274.patch patches.suse/wifi-ath12k-Fetch-regdb.bin-file-from-board-2.bin.patch patches.suse/wifi-ath9k-return-by-of_get_mac_address.patch patches.suse/wifi-ath9k-do-not-submit-zero-bytes-to-the-entropy-p.patch patches.suse/wifi-ath11k-remove-peer-extra-rssi-update.patch patches.suse/wifi-ath12k-fix-ath12k_hal_tx_cmd_ext_desc_setup-inf.patch patches.suse/wifi-ath12k-remove-return-for-empty-tx-bitrate-in-ma.patch patches.suse/wifi-ath12k-update-beacon-template-function-to-use-a.patch patches.suse/wifi-ath12k-fix-handling-of-CSA-offsets-in-beacon-te.patch patches.suse/wifi-ath12k-update-the-latest-CSA-counter.patch patches.suse/wifi-ath12k-prevent-CSA-counter-to-reach-0-and-hit-W.patch patches.suse/wifi-ath12k-Avoid-napi_sync-before-napi_enable.patch patches.suse/wifi-ath12k-relocate-ath12k_mac_ieee80211_sta_bw_to_.patch patches.suse/wifi-ath12k-handle-ath12k_mac_ieee80211_sta_bw_to_wm.patch patches.suse/wifi-ath12k-Add-support-for-obtaining-the-buffer-typ.patch patches.suse/wifi-ath12k-Add-Support-for-enabling-or-disabling-sp.patch patches.suse/wifi-ath12k-Adjust-the-timing-to-access-ACPI-table.patch patches.suse/wifi-ath12k-Add-support-for-reading-variant-from-ACP.patch patches.suse/wifi-ath11k-add-support-for-MU-EDCA.patch patches.suse/wifi-ath11k-fix-wrong-overriding-for-VHT-Beamformee-.patch patches.suse/wifi-ath12k-Dump-PDEV-transmit-rate-HTT-stats.patch patches.suse/wifi-ath12k-Dump-PDEV-receive-rate-HTT-stats.patch patches.suse/wifi-ath12k-Dump-additional-PDEV-receive-rate-HTT-st.patch patches.suse/wifi-ath12k-Add-Support-to-Parse-TPC-Event-from-Firm.patch patches.suse/wifi-ath12k-Add-Support-to-Calculate-and-Display-TPC.patch patches.suse/wifi-ath11k-update-channel-list-in-reg-notifier-inst.patch patches.suse/wifi-ath11k-update-channel-list-in-worker-when-wait-.patch patches.suse/wifi-ath12k-add-support-of-station-average-signal-st.patch patches.suse/wifi-ath12k-Add-HAL_PHYRX_GENERIC_U_SIG-TLV-parsing-.patch patches.suse/wifi-ath12k-Add-HAL_PHYRX_GENERIC_EHT_SIG-TLV-parsin.patch patches.suse/wifi-ath12k-Add-HAL_RX_PPDU_START_USER_INFO-TLV-pars.patch patches.suse/wifi-ath12k-Add-HAL_PHYRX_OTHER_RECEIVE_INFO-TLV-par.patch patches.suse/wifi-ath12k-Update-the-peer-id-in-PPDU-end-user-stat.patch patches.suse/wifi-ath12k-fix-the-ampdu-id-fetch-in-the-HAL_RX_MPD.patch patches.suse/wifi-ath12k-Add-EHT-MCS-support-in-Extended-Rx-stati.patch patches.suse/wifi-ath12k-Refactor-the-format-of-peer-rate-table-i.patch patches.suse/wifi-ath12k-Add-peer-extended-Rx-statistics-debugfs-.patch patches.suse/wifi-ath12k-eliminate-redundant-debug-mask-check-in-.patch patches.suse/wifi-ath12k-introduce-ath12k_generic_dbg.patch patches.suse/wifi-ath12k-remove-redundant-vif-settings-during-lin.patch patches.suse/wifi-ath12k-remove-redundant-logic-for-initializing-.patch patches.suse/wifi-ath12k-use-arvif-instead-of-link_conf-in-ath12k.patch patches.suse/wifi-ath12k-relocate-a-few-functions-in-mac.c.patch patches.suse/wifi-ath12k-allocate-new-links-in-change_vif_links.patch patches.suse/wifi-ath12k-handle-link-removal-in-change_vif_links.patch patches.suse/wifi-ath11k-fix-RCU-stall-while-reaping-monitor-dest.patch patches.suse/wifi-ath11k-add-srng-lock-for-ath11k_hal_srng_-in-mo.patch patches.suse/wifi-ath12k-Update-HTT_TCL_METADATA-version-and-bit-.patch patches.suse/wifi-ath12k-Add-support-for-MLO-Multicast-handling-i.patch patches.suse/wifi-ath12k-Fix-locking-in-QMI-firmware-ready-error-.patch patches.suse/wifi-ath12k-Enable-MLO-setup-ready-and-teardown-comm.patch patches.suse/wifi-ath12k-Remove-dependency-on-single_chip_mlo_sup.patch patches.suse/wifi-ath12k-Enable-MLO-for-single-split-phy-PCI-devi.patch patches.suse/wifi-ath12k-Support-Sounding-Stats.patch patches.suse/wifi-ath12k-Support-Latency-Stats.patch patches.suse/wifi-ath12k-Support-Uplink-OFDMA-Trigger-Stats.patch patches.suse/wifi-ath12k-Support-Uplink-MUMIMO-Trigger-Stats.patch patches.suse/wifi-ath12k-Support-Received-FSE-Stats.patch patches.suse/wifi-ath11k-use-union-for-vaddr-and-iaddr-in-target_.patch patches.suse/wifi-ath11k-Add-firmware-coredump-collection-support.patch patches.suse/wifi-ath12k-cleanup-ath12k_mac_mlo_ready.patch patches.suse/wifi-ath12k-remove-redundant-declaration-of-ath12k_d.patch patches.suse/wifi-ath12k-Add-missing-htt_metadata-flag-in-ath12k_.patch patches.suse/wifi-ath12k-use-link-specific-bss_conf-as-well-in-at.patch patches.suse/wifi-ath12k-Add-NULL-check-to-validate-tpc_stats.patch patches.suse/wifi-ath12k-Improve-BSS-discovery-with-hidden-SSID-i.patch patches.suse/wifi-ath11k-Clear-affinity-hint-before-calling-ath11.patch patches.suse/wifi-ath12k-Clear-affinity-hint-before-calling-ath12.patch patches.suse/wifi-ath11k-ath12k-Replace-irq_set_affinity_hint-wit.patch patches.suse/wifi-ath11k-refactor-transmitted-arvif-retrieval.patch patches.suse/wifi-ath11k-pass-tx-arvif-for-MBSSID-and-EMA-beacon-.patch patches.suse/wifi-ath12k-refactor-transmitted-arvif-retrieval.patch patches.suse/wifi-ath12k-pass-tx-arvif-for-MBSSID-and-EMA-beacon-.patch patches.suse/wifi-ath12k-pass-BSSID-index-as-input-for-EMA.patch patches.suse/wifi-ath10k-Deprecate-qcom-ath10k-calibration-varian.patch patches.suse/wifi-ath11k-Deprecate-qcom-ath11k-calibration-varian.patch patches.suse/wifi-ath12k-Report-proper-tx-completion-status-to-ma.patch patches.suse/wifi-ath12k-Fix-invalid-data-access-in-ath12k_dp_rx_.patch patches.suse/wifi-iwlegacy-avoid-size-increase.patch patches.suse/wifi-wfx-align-declarations-between-bus_spi.c-and-bu.patch patches.suse/wifi-wfx-declare-support-for-WoWLAN.patch patches.suse/wifi-wfx-allow-SPI-device-to-wake-up-the-host.patch patches.suse/wifi-wfx-allow-SDIO-device-to-wake-up-the-host.patch patches.suse/wifi-wfx-allow-to-enable-WoWLAN-using-NL80211.patch patches.suse/wifi-cfg80211-move-link-reconfig-parameters-into-a-s.patch patches.suse/wifi-cfg80211-allow-setting-extended-MLD-capa-ops.patch patches.suse/wifi-mac80211-mlme-support-extended-MLD-capa-ops-in-.patch patches.suse/wifi-cfg80211-allow-IR-in-20-MHz-configurations.patch patches.suse/wifi-mac80211-fix-U-APSD-check-in-ML-reconfiguration.patch patches.suse/wifi-cfg80211-improve-supported_selector-documentati.patch patches.suse/wifi-mac80211-allow-320-MHz-FTM-measurements.patch patches.suse/wifi-mac80211_hwsim-Fix-MLD-address-translation.patch patches.suse/wifi-mac80211-fix-userspace_selectors-corruption.patch patches.suse/wifi-mac80211-fix-warning-on-disconnect-during-faile.patch patches.suse/wifi-cfg80211-Update-the-link-address-when-a-link-is.patch patches.suse/wifi-mac80211-Notify-cfg80211-about-added-link-addre.patch patches.suse/wifi-mac80211-fix-ML-reconf-reset-in-disconnect.patch patches.suse/wifi-mac80211-don-t-include-MLE-in-ML-reconf-per-STA.patch patches.suse/wifi-mac80211-set-WMM-in-ML-reconfiguration.patch patches.suse/wifi-iwlwifi-add-support-for-BE213.patch patches.suse/wifi-iwlwifi-fix-the-ECKV-UEFI-variable-name.patch patches.suse/wifi-iwlwifi-fix-print-for-ECKV.patch patches.suse/wifi-iwlwifi-mvm-cleanup-of-TAS-structure-and-enums.patch patches.suse/wifi-iwlwifi-Add-new-TAS-disable-reason-for-invalid-.patch patches.suse/wifi-iwlwifi-mark-Br-device-not-integrated.patch patches.suse/wifi-iwlwifi-fix-debug-actions-order.patch patches.suse/wifi-iwlwifi-w-a-FW-SMPS-mode-selection.patch patches.suse/wifi-iwlwifi-mvm-Fix-bit-size-calculation-in-iwl_dbg.patch patches.suse/wifi-iwlwifi-bump-FW-API-to-98-for-BZ-SC-DR-devices.patch patches.suse/wifi-iwlwifi-bump-minimum-API-version-in-BZ-SC-to-93.patch patches.suse/wifi-iwlwifi-don-t-warn-when-if-there-is-a-FW-error.patch patches.suse/wifi-iwlwifi-mvm-fix-setting-the-TK-when-associated.patch patches.suse/wifi-iwlwifi-mld-fix-build-with-CONFIG_PM_SLEEP-unde.patch patches.suse/wifi-iwlwifi-mld-fix-SMPS-W-A.patch patches.suse/wifi-iwlwifi-mld-track-channel_load_not_by_us.patch patches.suse/wifi-iwlwifi-mld-refactor-iwl_mld_valid_emlsr_pair.patch patches.suse/wifi-iwlwifi-mld-assume-wiphy-is-locked-when-getting.patch patches.suse/wifi-iwlwifi-mld-initialize-regulatory-early.patch patches.suse/wifi-iwlwifi-mld-use-the-right-iface-iterator-in-low.patch patches.suse/wifi-iwlwifi-mld-fix-OMI-time-protection-logic.patch patches.suse/wifi-iwlwifi-mld-enable-OMI-bandwidth-reduction-on-6.patch patches.suse/wifi-iwlwifi-mld-move-the-ftm-initiator-data-to-ftm-.patch patches.suse/wifi-iwlwifi-mld-remove-AP-keys-only-for-AP-STA.patch patches.suse/wifi-iwlwifi-mld-Correctly-configure-the-A-MSDU-max-.patch patches.suse/wifi-iwlwifi-mld-always-do-MLO-scan-before-link-sele.patch patches.suse/wifi-iwlwifi-mld-fix-bad-RSSI-handling.patch patches.suse/wifi-iwlwifi-mld-avoid-selecting-bad-links.patch patches.suse/wifi-mwifiex-Add-__nonstring-annotations-for-untermi.patch patches.suse/wifi-zd1211rw-Add-__nonstring-annotations-for-unterm.patch patches.suse/wifi-virt_wifi-Add-__nonstring-annotations-for-unter.patch patches.suse/wifi-mac80211-remove-SSID-from-ML-reconf.patch patches.suse/wifi-mac80211-use-supported-selectors-from-assoc-in-.patch patches.suse/wifi-cfg80211-expose-cfg80211_chandef_get_width.patch patches.suse/wifi-mac80211-use-cfg80211_chandef_get_width.patch patches.suse/wifi-iwlwifi-Fix-uninitialized-variable-with-__free.patch patches.suse/wifi-nl80211-store-chandef-on-the-correct-link-when-.patch patches.suse/wifi-iwlwifi-mld-Rename-WIPHY_DEBUGFS_HANDLER_WRAPPE.patch patches.suse/wifi-iwlwifi-mld-Add-support-for-WIPHY_DEBUGFS_READ_.patch patches.suse/wifi-iwlwifi-mld-Ensure-wiphy-lock-is-held-during-de.patch patches.suse/wifi-iwlwifi-mld-add-support-for-DHC_TOOLS_UMAC_GET_.patch patches.suse/wifi-iwlwifi-mld-remove-IWL_MLD_EMLSR_BLOCKED_FW.patch patches.suse/wifi-iwlwifi-mld-prevent-toggling-EMLSR-due-to-FW-re.patch patches.suse/wifi-iwlwifi-mld-allow-EMLSR-for-unequal-bandwidth.patch patches.suse/wifi-iwlwifi-mld-KUnit-introduce-iwl_mld_kunit_link.patch patches.suse/wifi-iwlwifi-mld-KUnit-create-chanctx-with-a-custom-.patch patches.suse/wifi-iwlwifi-mld-KUnit-test-iwl_mld_channel_load_all.patch patches.suse/wifi-iwlwifi-mld-make-iwl_mld_run_fw_init_sequence-s.patch patches.suse/wifi-iwlwifi-mld-fix-copy-paste-error.patch patches.suse/wifi-iwlwifi-mld-iwl_mld_remove_link-can-t-fail.patch patches.suse/wifi-iwlwifi-mld-we-support-v6-of-compressed_ba_noti.patch patches.suse/wifi-iwlwifi-mld-add-debugfs-to-control-MLO-scan.patch patches.suse/wifi-mwifiex-Fix-HT40-bandwidth-issue.patch patches.suse/wifi-mac80211-fix-indentation-in-ieee80211_set_monit.patch patches.suse/wifi-mac80211-check-basic-rates-validity-in-sta_link.patch patches.suse/wifi-cfg80211-init-wiphy_work-before-allocating-rfki.patch patches.suse/wifi-mwifiex-Fix-premature-release-of-RF-calibration.patch patches.suse/wifi-mwifiex-Fix-RF-calibration-data-download-from-f.patch patches.suse/wifi-iwlwifi-remove-a-buggy-else-statement-in-op_mod.patch patches.suse/wifi-iwlwifi-do-not-use-iwlmld-for-non-wifi7-devices.patch patches.suse/wifi-iwlwifi-dvm-Avoid-Wflex-array-member-not-at-end.patch patches.suse/wifi-nl80211-re-enable-multi-link-reconfiguration.patch patches.suse/wifi-rtw88-Add-support-for-Mercusys-MA30N-and-D-Link.patch patches.suse/wifi-rtw89-rtw8852b-t-fix-TSSI-debug-timestamps.patch patches.suse/wifi-rtw89-8922a-fix-incorrect-STA-ID-in-EHT-MU-PPDU.patch patches.suse/wifi-rtw89-mac-define-registers-of-agg_limit-and-txc.patch patches.suse/wifi-rtw89-add-H2C-command-of-TX-time-for-WiFi-7-chi.patch patches.suse/wifi-rtw89-fw-add-blacklist-to-avoid-obsolete-secure.patch patches.suse/wifi-rtw89-fw-get-sb_sel_ver-via-get_unaligned_le32.patch patches.suse/wifi-rtw89-fw-propagate-error-code-from-rtw89_h2c_tx.patch patches.suse/wifi-rtw89-fw-add-debug-message-for-unexpected-secur.patch patches.suse/wifi-rtw89-fw-safely-cast-mfw_hdr-pointer-from-firmw.patch patches.suse/wifi-rtw88-Fix-rtw_mac_power_switch-for-RTL8814AU.patch patches.suse/wifi-rtw88-Fix-rtw_desc_to_mcsrate-to-handle-MCS16-3.patch patches.suse/wifi-rtw88-Fix-rtw_init_ht_cap-for-RTL8814AU.patch patches.suse/wifi-rtw88-Fix-rtw_init_vht_cap-for-RTL8814AU.patch patches.suse/wifi-rtw88-Fix-rtw_rx_phy_stat-for-RTL8814AU.patch patches.suse/wifi-rtw88-Extend-rtw_phy_config_swing_table-for-RTL.patch patches.suse/wifi-rtw88-Extend-rtw_debugfs_get_phy_info-for-RTL88.patch patches.suse/wifi-rtw88-Extend-rtw_debugfs_get_tx_pwr_tbl-for-RTL.patch patches.suse/wifi-rtw89-add-support-for-HW-TKIP-crypto.patch patches.suse/wifi-rtw89-Parse-channel-from-IE-to-correct-invalid-.patch patches.suse/wifi-rtw89-fw-use-struct-to-fill-role_maintain-H2C-c.patch patches.suse/wifi-rtw89-fw-update-role_maintain-H2C-command-for-r.patch patches.suse/wifi-rtw89-fw-correct-debug-message-format-in-rtw89_.patch patches.suse/wifi-rtw89-fw-don-t-reject-firmware-in-blacklist-to-.patch patches.suse/wifi-rtw89-pci-correct-ISR-RDU-bit-for-8922AE.patch patches.suse/wifi-rtw89-add-support-for-negative-values-of-dBm-to.patch patches.suse/wifi-rtw89-refine-mechanism-of-TAS.patch patches.suse/wifi-rtw89-enable-dynamic-antenna-gain-based-on-coun.patch patches.suse/wifi-rtw89-8922a-enable-dynamic-antenna-gain.patch patches.suse/wifi-rtw89-set-force-HE-TB-mode-when-connecting-to-1.patch patches.suse/wifi-rtw89-coex-RTL8852BT-coexistence-Wi-Fi-firmware.patch patches.suse/wifi-rtw89-coex-Fix-coexistence-report-not-show-as-e.patch patches.suse/wifi-rtw89-coex-Add-parser-for-Bluetooth-channel-map.patch patches.suse/wifi-rtw89-coex-Update-Wi-Fi-Bluetooth-coexistence-v-e5c4567.patch patches.suse/wifi-rtw88-Add-some-definitions-for-RTL8814AU.patch patches.suse/wifi-rtw88-Add-rtw8814a_table.c-part-1-2.patch patches.suse/wifi-rtw88-Add-rtw8814a_table.c-part-2-2.patch patches.suse/wifi-rtw88-Add-rtw8814a.-c-h.patch patches.suse/wifi-rtw88-Add-rtw8814ae.c.patch patches.suse/wifi-rtw88-Add-rtw8814au.c.patch patches.suse/wifi-rtw88-Enable-the-new-RTL8814AE-RTL8814AU-driver.patch patches.suse/wifi-rtw88-Add-__nonstring-annotations-for-untermina.patch patches.suse/wifi-mt76-mt7925-introduce-MLO-capability-control.patch patches.suse/wifi-mt76-mt7925-fix-fails-to-enter-low-power-mode-i.patch patches.suse/wifi-mt76-mt7915-fix-possible-integer-overflows-in-m.patch patches.suse/wifi-mt76-mt7925-ensure-wow-pattern-command-align-fw.patch patches.suse/wifi-mt76-mt7925-fix-country-count-limitation-for-CL.patch patches.suse/wifi-mt76-Add-check-for-devm_kstrdup.patch patches.suse/wifi-mt76-mt7925-Remove-unnecessary-if-check.patch patches.suse/wifi-mt76-mt7925-Simplify-HIF-suspend-handling-to-av.patch patches.suse/wifi-mt76-mt7921-fix-kernel-panic-due-to-null-pointe.patch patches.suse/Revert-wifi-mt76-mt7925-Update-mt7925_mcu_uni_-tx-rx.patch patches.suse/wifi-mt76-mt7925-fix-the-wrong-link_idx-when-a-p2p_d.patch patches.suse/wifi-mt76-mt7925-fix-the-wrong-simultaneous-cap-for-.patch patches.suse/wifi-mt76-mt7925-adjust-rm-BSS-flow-to-prevent-next-.patch patches.suse/wifi-mt76-mt7925-integrate-mlo_sta_cmd-and-sta_cmd.patch patches.suse/wifi-mt76-mt7925-update-the-power-saving-flow.patch patches.suse/wifi-mt76-mt7925-load-the-appropriate-CLC-data-based.patch patches.suse/wifi-mt76-mt7925-add-EHT-control-support-based-on-th.patch patches.suse/wifi-mt76-mt7925-update-the-channel-usage-when-the-r.patch patches.suse/wifi-mt76-mt7925-remove-unused-acpi-function-for-clc.patch patches.suse/wifi-mt76-mt792x-extend-MTCL-of-APCI-to-version3-for.patch patches.suse/wifi-mt76-mt7925-add-MTCL-support-to-enhance-the-reg.patch patches.suse/wifi-mt76-add-mt76_get_power_bound-helper-function.patch patches.suse/wifi-mt76-mt7915-cleanup-mt7915_get_power_bound.patch patches.suse/wifi-mt76-mt7996-cleanup-mt7996_get_power_bound.patch patches.suse/wifi-mt76-mt7996-revise-TXS-size.patch patches.suse/wifi-mt76-mt7996-fix-SER-reset-trigger-on-WED-reset.patch patches.suse/wifi-mt76-mt7996-remove-unnecessary-key-cipher-check.patch patches.suse/wifi-mt76-scan-set-vif-offchannel-link-for-scanning-.patch patches.suse/wifi-mt76-mt7996-use-the-correct-vif-link-for-scanni.patch patches.suse/wifi-mt76-only-mark-tx-status-failed-frames-as-ACKed.patch patches.suse/wifi-mt76-mt7996-implement-driver-specific-get_txpow.patch patches.suse/wifi-mt76-scan-fix-setting-tx_info-fields.patch patches.suse/wifi-mt76-mt7996-Add-change_vif_links-stub.patch patches.suse/wifi-mt76-mt7996-Introduce-mt7996_sta_link-container.patch patches.suse/wifi-mt76-mt7996-Add-mt7996_sta_link-struct-in-mt799.patch patches.suse/wifi-mt76-mt7996-Add-vif_cfg_changed-callback.patch patches.suse/wifi-mt76-mt7996-Add-link_info_changed-callback.patch patches.suse/wifi-mt76-mt7996-Add-mt7996_sta_state-routine.patch patches.suse/wifi-mt76-mt7996-Rely-on-mt7996_sta_link-in-sta_add-.patch patches.suse/wifi-mt76-mt7996-Add-mt7996_mac_sta_change_links-cal.patch patches.suse/wifi-mt76-mt7996-Support-MLO-in-mt7996_mac_sta_event.patch patches.suse/wifi-mt76-Check-link_conf-pointer-in-mt76_connac_mcu.patch patches.suse/wifi-mt76-mt7996-Update-mt7996_mcu_add_sta-to-MLO-su.patch patches.suse/wifi-mt76-mt7996-Rely-on-mt7996_vif_link-in-mt7996_m.patch patches.suse/wifi-mt76-mt7996-Rely-on-mt7996_vif-sta_link-in-twt-.patch patches.suse/wifi-mt76-mt7996-Update-mt7996_mcu_add_rate_ctrl-to-.patch patches.suse/wifi-mt76-mt7996-Add-mt7996_mcu_sta_mld_setup_tlv-an.patch patches.suse/wifi-mt76-mt7996-Add-mt7996_mcu_teardown_mld_sta-rou.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_mac_write_txwi-for-ML.patch patches.suse/wifi-mt76-mt7996-Rely-on-wcid_to_sta-in-mt7996_mac_a.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_rx_get_wcid-to-suppor.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_sta_set_4addr-and-mt7.patch patches.suse/wifi-mt76-mt7996-Add-mt7996_sta_link-to-mt7996_mcu_a.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_set_hw_key-to-support.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_sta_hw_queue_read-to-.patch patches.suse/wifi-mt76-mt7996-remove-mt7996_mac_enable_rtscts.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_mac_sta_rc_work-to-su.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_mac_sta_poll-to-suppo.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_update_mu_group-to-su.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_net_fill_forward_path.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_mcu_add_obss_spr-to-s.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_mcu_beacon_inband_dis.patch patches.suse/wifi-mt76-mt7996-set-vif-default-link_id-adding-remo.patch patches.suse/wifi-mt76-mt7996-rework-set-get_tsf-callabcks-to-sup.patch patches.suse/wifi-mt76-mt7996-rework-mt7996_ampdu_action-to-suppo.patch patches.suse/wifi-mt76-mt7996-Update-mt7996_tx-to-MLO-support.patch patches.suse/wifi-mt76-mt792x-re-register-CHANCTX_STA_CSA-only-fo.patch patches.suse/wifi-mt76-mt76x2u-add-TP-Link-TL-WDN6200-ID-to-devic.patch patches.suse/wifi-mt76-mt7996-fix-locking-in-mt7996_mac_sta_rc_wo.patch patches.suse/netfilter-conntrack-Bound-nf_conntrack-sysctl-writes.patch patches.suse/netfilter-fib-avoid-lookup-if-socket-is-available.patch patches.suse/netfilter-socket-Lookup-orig-tuple-for-IPv6-SNAT.patch patches.suse/netfilter-nf_tables-Only-use-nf_skip_indirect_calls-when-M.patch patches.suse/xfrm-prevent-high-SEQ-input-in-non-ESN-mode.patch patches.suse/xfrm-delay-initialization-of-offload-path-till-its-a.patch patches.suse/xfrm-simplify-SA-initialization-routine.patch patches.suse/xfrm-rely-on-XFRM-offload.patch patches.suse/xfrm-provide-common-xdo_dev_offload_ok-callback-impl.patch patches.suse/xfrm-check-for-PMTU-in-tunnel-mode-for-packet-offloa.patch patches.suse/xfrm-state-make-xfrm_state_lookup_byaddr-lockless.patch patches.suse/virtio_net-Fix-endian-with-virtio_net_ctrl_rss.patch patches.suse/virtio_net-Allocate-rss_hdr-with-devres.patch patches.suse/Bluetooth-btusb-mediatek-Add-err-code-to-btusb-claim.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-for-WCN785x.patch patches.suse/Bluetooth-btintel-Add-support-for-Intel-Scorpius-Pea.patch patches.suse/Bluetooth-btintel_pcie-Add-device-id-of-Whale-Peak.patch patches.suse/Bluetooth-btusb-Add-13-USB-device-IDs-for-Qualcomm-W.patch patches.suse/Bluetooth-MGMT-Remove-unused-mgmt_pending_find_data.patch patches.suse/Bluetooth-MGMT-Remove-unused-mgmt_-_discovery_comple.patch patches.suse/Bluetooth-Fix-code-style-warning.patch patches.suse/Bluetooth-btintel-Add-DSBR-support-for-ScP.patch patches.suse/Bluetooth-hci_uart-fix-race-during-initialization.patch patches.suse/Bluetooth-hci_uart-Fix-another-race-during-initializ.patch patches.suse/Bluetooth-hci_vhci-convert-timeouts-to-secs_to_jiffi.patch patches.suse/Bluetooth-MGMT-convert-timeouts-to-secs_to_jiffies.patch patches.suse/Bluetooth-SMP-convert-timeouts-to-secs_to_jiffies.patch patches.suse/Bluetooth-L2CAP-convert-timeouts-to-secs_to_jiffies.patch patches.suse/Bluetooth-btusb-Add-2-HWIDs-for-MT7922.patch patches.suse/Bluetooth-hci_qca-use-the-power-sequencer-for-wcn675.patch patches.suse/bluetooth-btnxpuart-Support-for-controller-wakeup-gp.patch patches.suse/Bluetooth-qca-simplify-WCN399x-NVM-loading.patch patches.suse/Bluetooth-qca-add-WCN3950-support.patch patches.suse/Bluetooth-btintel_pcie-Setup-buffers-for-firmware-tr.patch patches.suse/Bluetooth-btintel_pcie-Read-hardware-exception-data.patch patches.suse/Bluetooth-Add-quirk-for-broken-READ_VOICE_SETTING.patch patches.suse/Bluetooth-Add-quirk-for-broken-READ_PAGE_SCAN_TYPE.patch patches.suse/Bluetooth-Disable-SCO-support-if-READ_VOICE_SETTING-.patch patches.suse/Bluetooth-btusb-Fix-regression-in-the-initialization.patch patches.suse/Bluetooth-btintel_pcie-Add-support-for-device-coredu.patch patches.suse/Bluetooth-btnxpuart-Move-vendor-specific-initializat.patch patches.suse/Bluetooth-btnxpuart-Add-support-for-HCI-coredump-fea.patch patches.suse/Bluetooth-btnxpuart-Add-support-to-set-BD-address.patch patches.suse/Bluetooth-btintel_pcie-Trigger-device-coredump-on-ha.patch patches.suse/Bluetooth-btintel_pci-Fix-build-warning.patch patches.suse/Bluetooth-hci_core-Enable-buffer-flow-control-for-SC.patch patches.suse/Bluetooth-hci_vhci-Mark-Sync-Flow-Control-as-support.patch patches.suse/Bluetooth-HCI-Add-definition-of-hci_rp_remote_name_r.patch patches.suse/HCI-coredump-Log-devcd-dumps-into-the-monitor.patch patches.suse/Bluetooth-btmtk-Remove-the-resetting-step-before-dow.patch patches.suse/Bluetooth-btmtksdio-Prevent-enabling-interrupts-afte.patch patches.suse/Bluetooth-btintel-Add-support-to-configure-TX-power.patch patches.suse/t-blameBluetooth-btintel-Fix-leading-white-space.patch patches.suse/Bluetooth-btnxpuart-Add-correct-bootloader-error-cod.patch patches.suse/Bluetooth-btnxpuart-Handle-bootloader-error-during-c.patch patches.suse/Bluetooth-btnxpuart-Fix-kernel-panic-during-FW-relea.patch patches.suse/Bluetooth-hci_event-Fix-handling-of-HCI_EV_LE_DIRECT.patch patches.suse/Bluetooth-MGMT-Add-LL-Privacy-Setting.patch patches.suse/net-phy-Introduce-PHY_ID_SIZE-minimum-size-for-PHY-I.patch patches.suse/net-usb-asix-ax88772-Increase-phy_name-size.patch patches.suse/eth-bnxt-fix-out-of-range-access-of-vnic_info-array.patch patches.suse/net-Remove-RTNL-dance-for-SIOCBRADDIF-and-SIOCBRDELI.patch patches.suse/ax25-Remove-broken-autobind.patch patches.suse/net-stmmac-Fix-accessing-freed-irq-affinity_hint.patch patches.suse/gve-unlink-old-napi-only-if-page-pool-exists.patch patches.suse/net-mlx5e-Fix-ethtool-N-flow-type-ip4-to-RSS-context.patch patches.suse/bnxt_en-Mask-the-bd_cnt-field-in-the-TX-BD-properly.patch patches.suse/bnxt_en-Linearize-TX-SKB-if-the-fragments-exceed-the.patch patches.suse/net-dsa-sja1105-fix-kasan-out-of-bounds-warning-in-s.patch patches.suse/net-mlx5-LAG-reload-representors-on-LAG-creation-fai.patch patches.suse/net-mlx5-Start-health-poll-after-enable-hca.patch patches.suse/ice-health.c-fix-compilation-on-gcc-7.5.patch patches.suse/ice-ensure-periodic-output-start-time-is-in-the-futu.patch patches.suse/ice-fix-reservation-of-resources-for-RDMA-when-disab.patch patches.suse/virtchnl-make-proto-and-filter-action-count-unsigned.patch patches.suse/ice-stop-truncating-queue-ids-when-checking.patch patches.suse/ice-validate-queue-quanta-parameters-to-prevent-OOB-.patch patches.suse/ice-fix-input-validation-for-virtchnl-BW.patch patches.suse/ice-fix-using-untrusted-value-of-pkt_len-in-ice_vc_f.patch patches.suse/idpf-check-error-for-register_netdev-on-init.patch patches.suse/vmxnet3-unregister-xdp-rxq-info-in-the-reset-path.patch patches.suse/bonding-check-xdp-prog-when-set-bond-mode.patch patches.suse/ibmvnic-Use-kernel-helpers-for-hex-dumps.patch patches.suse/net-fix-NULL-pointer-dereference-in-l3mdev_l3_rcv.patch patches.suse/atm-Fix-NULL-pointer-dereference.patch patches.suse/net-libwx-fix-Tx-L4-checksum.patch patches.suse/arm64-tegra-Remove-the-Orin-NX-Nano-suspend-key.patch patches.suse/arm64-tegra-Resize-aperture-for-the-IGX-PCIe-C5-slot.patch patches.suse/arm64-tegra-p2597-Fix-gpio-for-vdd-1v8-dis-regulator.patch patches.suse/arm64-dts-exynos-gs101-disable-pinctrl_gsacore-node.patch patches.suse/arm64-dts-imx8mp-skov-correct-PMIC-board-limits.patch patches.suse/arm64-dts-imx8mp-skov-operate-CPU-at-850-mV-by-default.patch patches.suse/arm64-dts-imx8mp-add-AUDIO_AXI_CLK_ROOT-to-AUDIOMIX-block.patch patches.suse/arm64-dts-imx8mp-change-AUDIO_AXI_CLK_ROOT-freq.-to-800MHz.patch patches.suse/arm64-zynqmp-add-clock-output-names-property-in-clock-node.patch patches.suse/arm64-dts-rockchip-Remove-bluetooth-node-from-rock-3a.patch patches.suse/arm64-dts-rockchip-Fix-PWM-pinctrl-names.patch patches.suse/firmware-smccc-Support-optional-Arm-SMCCC-SOC_ID-name.patch patches.suse/firmware-arm_scmi-Relax-duplicate-name-constraint-ac.patch patches.suse/firmware-arm_ffa-Handle-the-presence-of-host-partiti.patch patches.suse/firmware-arm_ffa-Reject-higher-major-version-as-inco.patch patches.suse/firmware-arm_ffa-Explicitly-cast-return-value-from-F.patch patches.suse/firmware-arm_ffa-Explicitly-cast-return-value-from-N.patch patches.suse/firmware-arm_ffa-Skip-the-first-partition-ID-when-pa.patch patches.suse/firmware-arm_ffa-Set-dma_mask-for-ffa-devices.patch patches.suse/firmware-arm_scmi-use-ioread64-instead-of-ioread64_h.patch patches.suse/soc-mediatek-mtk-mutex-Add-DPI1-SOF-EOF-to-MT8188-mu.patch patches.suse/soc-mediatek-mtk-mmsys-Fix-MT8188-VDO1-DPI1-output-s.patch patches.suse/soc-mediatek-mt8167-mmsys-Fix-missing-regval-in-all-.patch patches.suse/soc-mediatek-mt8365-mmsys-Fix-routing-table-masks-an.patch patches.suse/soc-tegra-pmc-Use-str_enable_disable-like-helpers.patch patches.suse/soc-samsung-include-linux-array_size.h-where-needed.patch patches.suse/soc-samsung-exynos-chipid-Add-NULL-pointer-check-in-.patch patches.suse/soc-ti-k3-socinfo-Do-not-use-syscon-helper-to-build-.patch patches.suse/memory-mtk-smi-Add-ostd-setting-for-mt8192.patch patches.suse/soc-qcom-ice-introduce-devm_of_qcom_ice_get.patch patches.suse/mmc-sdhci-msm-fix-dev-reference-leaked-through-of_qc.patch patches.suse/scsi-ufs-qcom-fix-dev-reference-leaked-through-of_qcom_ice.patch patches.suse/bus-qcom-ssc-block-bus-Remove-some-duplicated-iounma.patch patches.suse/bus-qcom-ssc-block-bus-Fix-the-error-handling-path-o.patch patches.suse/firmware-xilinx-Dont-send-linux-address-to-get-fpga-.patch patches.suse/0029-drm-draw-include-missing-headers.patch patches.suse/gfs2-Replace-GIF_DEFER_DELETE-with-GLF_DEFER_DELETE.patch patches.suse/gfs2-Prevent-inode-creation-race-2.patch patches.suse/gfs2-minor-evict-fix.patch patches.suse/gfs2-skip-if-we-cannot-defer-delete.patch patches.suse/erofs-initialize-decompression-early.patch patches.suse/btrfs-always-fallback-to-buffered-write-if-the-inode.patch patches.suse/btrfs-factor-out-nocow-ordered-extent-and-extent-map.patch patches.suse/btrfs-move-ordered-extent-cleanup-to-where-they-are-.patch patches.suse/btrfs-unify-ordering-of-btrfs_key-initializations.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-can_nocow_extent.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-extent_range_clear_.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_read_locked_i.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_iget_locked.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-new_simple_dir.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_inode_type.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_defrag_file.patch patches.suse/btrfs-use-struct-btrfs_inode-inside-create_pending_s.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-fill_stack_inode_it.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_fill_inode.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_load_inode_pr.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_inode_inherit.patch patches.suse/btrfs-props-switch-prop_handler-apply-to-struct-btrf.patch patches.suse/btrfs-props-switch-prop_handler-extract-to-struct-bt.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-clone_copy_inline_e.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_double_mmap_l.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_double_mmap_u.patch patches.suse/btrfs-pass-struct-btrfs_inode-to-btrfs_extent_same_r.patch patches.suse/btrfs-use-struct-btrfs_inode-inside-btrfs_remap_file.patch patches.suse/btrfs-use-struct-btrfs_inode-inside-btrfs_remap_file_.patch patches.suse/btrfs-use-struct-btrfs_inode-inside-btrfs_get_parent.patch patches.suse/btrfs-use-struct-btrfs_inode-inside-btrfs_get_name.patch patches.suse/btrfs-get-zone-unusable-bytes-while-holding-lock-at-.patch patches.suse/btrfs-get-used-bytes-while-holding-lock-at-btrfs_rec.patch patches.suse/btrfs-fix-reclaimed-bytes-accounting-after-automatic.patch patches.suse/btrfs-fix-the-qgroup-data-free-range-for-inline-data.patch patches.suse/btrfs-remove-the-subpage-related-warning-message.patch patches.suse/btrfs-fix-non-empty-delayed-iputs-list-on-unmount-du.patch patches.suse/btrfs-fix-non-empty-delayed-iputs-list-on-unmount-d.patch patches.suse/btrfs-send-remove-unnecessary-inode-lookup-at-send_e.patch patches.suse/btrfs-return-a-btrfs_inode-from-btrfs_iget_logging.patch patches.suse/btrfs-return-a-btrfs_inode-from-read_one_inode.patch patches.suse/btrfs-pass-a-btrfs_inode-to-fixup_inode_link_count.patch patches.suse/btrfs-make-btrfs_iget-return-a-btrfs-inode-instead.patch patches.suse/btrfs-make-btrfs_iget_path-return-a-btrfs-inode-inst.patch patches.suse/btrfs-fix-block-group-refcount-race-in-btrfs_create_.patch patches.suse/btrfs-harden-block_group-bg_list-against-list_del-ra.patch patches.suse/btrfs-make-btrfs_discard_workfn-block_group-ref-expl.patch patches.suse/btrfs-explicitly-ref-count-block_group-on-new_bgs-li.patch patches.suse/btrfs-codify-pattern-for-adding-block_group-to-bg_li.patch patches.suse/btrfs-tests-fix-chunk-map-leak-after-failure-to-add-.patch patches.suse/btrfs-prepare-btrfs_page_mkwrite-for-large-folios.patch patches.suse/btrfs-simplify-condition-for-logging-new-dentries-at-btrfs.patch patches.suse/btrfs-remove-end_no_trans-label-from-btrfs_log_inode_paren.patch patches.suse/dlm-increase-max-number-of-links-for-corosync3-knet.patch patches.suse/dlm-prevent-NPD-when-writing-a-positive-value-to-event_done.patch patches.suse/dlm-fix-error-if-inactive-rsb-is-not-hashed.patch patches.suse/dlm-fix-error-if-active-rsb-is-not-hashed.patch patches.suse/dlm-make-tcp-still-work-in-multi-link-env.patch patches.suse/xfs-unmapped-buffer-item-size-straddling-mismatch.patch patches.suse/ext4-remove-writable-userspace-mappings-before-trunc.patch patches.suse/ext4-don-t-explicit-update-times-in-ext4_fallocate.patch patches.suse/ext4-introduce-linear-search-for-dentries.patch patches.suse/ext4-protect-ext4_release_dquot-against-freezing.patch patches.suse/ext4-do-not-convert-the-unwritten-extents-if-data-wr.patch patches.suse/ext4-convert-EXT4_FLAGS_-defines-to-enum.patch patches.suse/ext4-add-EXT4_FLAGS_EMERGENCY_RO-bit.patch patches.suse/ext4-add-ext4_emergency_state-helper-function.patch patches.suse/ext4-add-more-ext4_emergency_state-checks-around-sb_.patch patches.suse/ext4-correct-behavior-under-errors-remount-ro-mode.patch patches.suse/ext4-show-emergency_ro-when-EXT4_FLAGS_EMERGENCY_RO-.patch patches.suse/ext4-add-missing-brelse-for-bh2-in-ext4_dx_add_entry.patch patches.suse/ext4-ignore-xattrs-past-end.patch patches.suse/jbd2-remove-wrong-sb-s_sequence-check.patch patches.suse/jbd2-do-not-try-to-recover-wiped-journal.patch patches.suse/ext4-fix-out-of-bound-read-in-ext4_xattr_inode_dec_r.patch patches.suse/ext4-goto-right-label-out_mmap_sem-in-ext4_setattr.patch patches.suse/jbd2-fix-off-by-one-while-erasing-journal.patch patches.suse/ext4-reorder-capability-check-last.patch patches.suse/ext4-don-t-over-report-free-space-or-inodes-in-statv.patch patches.suse/jbd2-add-a-missing-data-flush-during-file-and-fs-syn.patch patches.suse/ext4-define-ext4_journal_destroy-wrapper.patch patches.suse/ext4-avoid-journaling-sb-update-on-error-if-journal-is-des.patch patches.suse/ext4-fix-OOB-read-when-checking-dotdot-dir.patch patches.suse/tracing-Fix-use-after-free-in-print_graph_function_flags-d.patch patches.suse/tracing-Remove-orphaned-event_trace_printk.patch patches.suse/tracepoint-Print-the-function-symbol-when-tracepoint_debug.patch patches.suse/tools-build-Add-bpftool-skeletons-feature-test.patch patches.suse/tools-build-Use-SYSTEM_BPFTOOL-for-system-bpftool.patch patches.suse/ktest-Fix-Test-Failures-Due-to-Missing-LOG_FILE-Dire.patch patches.suse/selftests-ftrace-Use-readelf-to-find-entry-point-in-uprobe.patch patches.suse/kunit-qemu_configs-sparc-use-Zilog-console.patch patches.suse/0030-printk-Rename-console_stop-to-console_suspend.patch patches.suse/0031-printk-Rename-console_start-to-console_resume.patch patches.suse/printk-Check-CON_SUSPEND-when-unblanking-a-console.patch patches.suse/selftest-livepatch-Only-run-test-kprobe-with-CONFIG_.patch patches.suse/selftests-livepatch-add-new-ftrace-helpers-functions.patch patches.suse/selftests-livepatch-test-if-ftrace-can-trace-a-livep.patch patches.suse/powerpc-export-MIN-RMA-size.patch patches.suse/powerpc-fadump-fix-additional-param-memory-reservati.patch patches.suse/powerpc-increase-MIN-RMA-size-for-CAS-negotiation.patch patches.suse/Documentation-powerpc-fadump-add-additional-paramete.patch patches.suse/arch-powerpc-perf-Check-the-instruction-type-before-creati.patch patches.suse/powerpc-pseries-Macros-and-wrapper-functions-for-H_H.patch patches.suse/powerpc-pseries-Export-hardware-trace-macro-dump-via.patch patches.suse/powerpc-Document-details-on-H_HTM-hcall.patch patches.suse/powerpc-pseries-iommu-create-DDW-for-devices-with-DM.patch patches.suse/powerpc-pseries-iommu-memory-notifier-incorrectly-ad.patch patches.suse/KVM-PPC-Enable-CAP_SPAPR_TCE_VFIO-on-pSeries-KVM-gue.patch patches.suse/powerpc-perf-Fix-ref-counting-on-the-PMU-vpa_pmu.patch patches.suse/ima-limit-the-number-of-open-writers-integrity-viola.patch patches.suse/ima-limit-the-number-of-ToMToU-integrity-violations.patch patches.suse/landlock-Move-code-to-ease-future-backports.patch patches.suse/landlock-Add-the-errata-interface.patch patches.suse/landlock-Add-erratum-for-TCP-fix.patch patches.suse/landlock-Prepare-to-add-second-errata.patch patches.suse/landlock-Always-allow-signals-between-threads-of-the-same-process.patch patches.suse/selftests-landlock-Split-signal_scoping_threads-tests.patch patches.suse/selftests-landlock-Add-a-new-test-for-setuid.patch patches.suse/arm-crc-t10dif-fix-use-of-out-of-scope-array-in-crc_.patch patches.suse/arm64-crc-t10dif-fix-use-of-out-of-scope-array-in-cr.patch patches.suse/tpm-do-not-start-chip-while-suspended.patch patches.suse/tpm-Convert-warn-to-dbg-in-tpm2_start_auth_session.patch patches.suse/tpm-tpm_tis-Fix-timeout-handling-when-waiting-for-TP.patch patches.suse/tpm-tpm_tis-Workaround-failed-command-reception-on-I.patch patches.suse/ACPICA-Add-start-method-for-ARM-FF-A.patch patches.suse/tpm-End-any-active-auth-session-before-shutdown.patch patches.suse/tpm-Make-chip-status-cancel-req_canceled-opt patches.suse/io_uring-epoll-remove-CONFIG_EPOLL-guards.patch patches.suse/io_uring-epoll-add-support-for-IORING_OP_EPOLL_WAIT.patch patches.suse/io_uring-fix-retry-handling-off-iowq.patch patches.suse/io_uring-net-fix-io_req_post_cqe-abuse-by-send-bundl.patch patches.suse/fbdev-core-tileblit-Implement-missing-margin-clearin.patch patches.suse/fbcon-Use-correct-erase-colour-for-clearing-in-fbcon.patch patches.suse/0034-fbdev-pxafb-use-devm_kmemdup.patch patches.suse/fbdev-au1100fb-Move-a-variable-assignment-behind-a-n.patch patches.suse/0036-dummycon-only-build-module-if-there-are-users.patch patches.suse/dummycon-fix-default-rows-cols.patch patches.suse/mdacon-rework-dependency-list.patch patches.suse/0039-fbdev-lcdcfb-Register-sysfs-groups-through-driver-co.patch patches.suse/0040-fbdev-Register-sysfs-groups-through-device_add_group.patch patches.suse/0041-fbdev-mach64_cursor-Remove-fb_draw.h-includes.patch patches.suse/0042-fbdev-wmt_ge_rops-Remove-fb_draw.h-includes.patch patches.suse/0043-fbdev-Refactoring-the-fbcon-packed-pixel-drawing-rou.patch patches.suse/0044-fbdev-omapfb-Remove-writeback-deadcode.patch patches.suse/fbdev-omapfb-Add-plane-value-check.patch patches.suse/fbdev-sm501fb-Add-some-geometry-checks.patch patches.suse/0047-fbcon-Use-static-attribute-groups-for-sysfs-entries.patch patches.suse/fbdev-fsl-diu-fb-add-missing-device_remove_file.patch patches.suse/0049-drm-rockchip-dw_hdmi_qp-Add-platform-ctrl-callback.patch patches.suse/0050-drm-rockchip-dw_hdmi_qp-Add-basic-RK3576-HDMI-output.patch patches.suse/0051-drm-ci-uprev-IGT.patch patches.suse/0052-drm-encoder_slave-make-mode_valid-accept-const-struc.patch patches.suse/0053-drm-amdgpu-don-t-change-mode-in-amdgpu_dm_connector_.patch patches.suse/0054-drm-sti-hda-pass-const-struct-drm_display_mode-to-hd.patch patches.suse/0055-drm-connector-make-mode_valid_ctx-take-a-const-struc.patch patches.suse/0056-drm-connector-make-mode_valid-take-a-const-struct-dr.patch patches.suse/0057-drm-nouveau-incorporate-I2C-TV-encoder-drivers.patch patches.suse/0058-drm-nouveau-vendor-in-drm_encoder_slave-API.patch patches.suse/drm-bridge-ti-sn65dsi86-Fix-multiple-instances.patch patches.suse/drm-allow-encoder-mode_set-even-when-connectors-chan.patch patches.suse/0061-drm-tests-Add-test-for-drm_atomic_helper_commit_mode.patch patches.suse/0062-drm-add-clone-mode-check-for-CRTC.patch patches.suse/0063-drm-tests-Add-test-for-drm_crtc_in_clone_mode.patch patches.suse/drm-Add-valid-clones-check.patch patches.suse/0065-drm-tests-Add-test-for-drm_atomic_helper_check_modes.patch patches.suse/drm-ssd130x-Set-SPI-.id_table-to-prevent-an-SPI-core.patch patches.suse/accel-ivpu-Separate-DB-ID-and-CMDQ-ID-allocations-fr.patch patches.suse/0068-accel-ivpu-Add-API-for-command-queue-create-destroy-.patch patches.suse/accel-ivpu-Abort-all-jobs-after-command-queue-unregi.patch patches.suse/0070-accel-ivpu-Expose-NPU-memory-utilization-info-in-sys.patch patches.suse/0071-accel-ivpu-Use-workqueue-for-IRQ-handling.patch patches.suse/0072-accel-ivpu-Dump-only-first-MMU-fault-from-single-con.patch patches.suse/0073-accel-ivpu-Move-parts-of-MMU-event-IRQ-handling-to-t.patch patches.suse/0074-accel-ivpu-Fix-missing-MMU-events-from-reserved-SSID.patch patches.suse/0075-accel-ivpu-Set-command-queue-management-capability-b.patch patches.suse/0076-accel-ivpu-Fix-locking-order-in-ivpu_cmdq_destroy_io.patch patches.suse/accel-ivpu-Fix-locking-order-in-ivpu_job_submit.patch patches.suse/accel-ivpu-Add-handling-of-VPU_JSM_STATUS_MVNCI_CONT.patch patches.suse/0079-accel-ivpu-Add-platform-detection-for-presilicon.patch patches.suse/0080-accel-ivpu-Enable-HWS-by-default-on-all-platforms.patch patches.suse/0081-drm-virtio-Lock-the-VGA-resources-during-initializat.patch patches.suse/0082-drm-virtio-Set-missing-bo-attached-flag.patch patches.suse/0083-drm-virtio-Factor-out-common-dmabuf-unmapping-code.patch patches.suse/0084-dma-fence-Add-a-single-fence-fast-path-for-fence-mer.patch patches.suse/0085-dma-buf-add-selftest-for-fence-order-after-merge.patch patches.suse/0086-dma-fence-Add-some-more-fence-merge-unwrap-tests.patch patches.suse/0087-drm-nouveau-fix-kernel-doc-comments.patch patches.suse/0088-accel-amdxdna-Return-error-when-setting-clock-failed.patch patches.suse/0089-drm-rockchip-Don-t-change-hdmi-reference-clock-rate.patch patches.suse/0090-drm-panthor-Remove-dead-code.patch patches.suse/0091-drm-panthor-fix-all-mmu-kernel-doc-comments.patch patches.suse/0092-drm-sched-Delete-unused-update_job_credits.patch patches.suse/0093-drm-panthor-Fix-a-race-between-the-reset-and-suspend.patch patches.suse/0094-drm-ttm-Balance-ttm_resource_cursor_init-and-ttm_res.patch patches.suse/0095-drm-ttm-pool-Restructure-the-pool-allocation-code.patch patches.suse/0096-drm-panel-ebbg-ft8719-transition-to-mipi_dsi-wrapped.patch patches.suse/0097-drm-panel-xinpeng-xpp055c272-transition-to-mipi_dsi-.patch patches.suse/0098-drm-panel-edp-Add-B140UAN04.4-and-MNE007QS3-7.patch patches.suse/0099-drm-panel-edp-Add-CSW-MNB601LS1-3.patch patches.suse/drm-panel-edp-Add-Starry-116KHD024006.patch patches.suse/0101-accel-amdxdna-Remove-casting-mailbox-payload-pointer.patch patches.suse/0102-accel-amdxdna-Declare-sched_ops-as-static.patch patches.suse/0103-drm-probe-helper-Call-connector-detect-functions-in-.patch patches.suse/drm-buddy-fix-issue-that-force_merge-cannot-free-all.patch patches.suse/0105-drm-buddy-Add-a-testcase-to-verify-the-multiroot-fin.patch patches.suse/drm-atomic-clarify-the-rules-around-drm_atomic_state.patch patches.suse/0107-drm-v3d-Remove-v3d-cpu_job.patch patches.suse/0108-drm-tests-buddy-fix-build-with-unused-prng.patch patches.suse/drm-ssd130x-fix-ssd132x-encoding.patch patches.suse/drm-ssd130x-ensure-ssd132x-pitch-is-correct.patch patches.suse/0111-drm-sched-Remove-weak-paused-submission-checks.patch patches.suse/0112-accel-qaic-Change-aic100_image_table-definition.patch patches.suse/0113-drm-panel-edp-Add-BOE-NV140FHM-NZ-panel-entry.patch patches.suse/0114-drm-virtio-Don-t-return-error-if-virtio-gpu-PCI-dev-.patch patches.suse/0115-drm-vc4-Use-DRM-Execution-Contexts.patch patches.suse/0116-drm-vc4-Use-DMA-Resv-to-implement-VC4-wait-BO-IOCTL.patch patches.suse/0117-drm-vc4-Remove-BOs-seqnos.patch patches.suse/0118-drm-sched-Add-helper-to-check-job-dependencies.patch patches.suse/0119-drm-imagination-Use-the-drm_sched_job_has_dependency.patch patches.suse/0120-drm-vkms-Switch-to-managed-for-connector.patch patches.suse/0121-drm-vkms-Switch-to-managed-for-encoder.patch patches.suse/0122-drm-managed-Add-DRM-managed-alloc_ordered_workqueue.patch patches.suse/0123-drm-vkms-Switch-to-managed-for-crtc.patch patches.suse/0124-drm-writeback-Create-an-helper-for-drm_writeback_con.patch patches.suse/0125-drm-writeback-Add-missing-cleanup-in-case-of-initial.patch patches.suse/0126-drm-writeback-Create-drmm-variants-for-drm_writeback.patch patches.suse/0127-drm-vkms-Switch-to-managed-for-writeback-connector.patch patches.suse/0128-drm-vkms-Switch-to-dynamic-allocation-for-connector.patch patches.suse/0129-drm-vkms-Switch-to-dynamic-allocation-for-encoder.patch patches.suse/0130-drm-vkms-Switch-to-dynamic-allocation-for-CRTC.patch patches.suse/0131-drm-ast-Detect-wide-screen-support-before-creating-m.patch patches.suse/0132-drm-ast-Detect-DRAM-before-TX-chip.patch patches.suse/0133-drm-ast-Refactor-ast_post_gpu-by-Gen.patch patches.suse/0134-drm-ast-Initialize-ASTDP-in-ast_post_gpu.patch patches.suse/0135-drm-ast-Hide-Gens-1-to-3-TX-detection-in-branch.patch patches.suse/0136-drm-ast-Align-Gen1-DVO-detection-to-register-manual.patch patches.suse/0137-drm-ast-Merge-TX-chip-detection-code-for-Gen4-and-la.patch patches.suse/0138-drm-ast-Only-warn-about-unsupported-TX-chips-on-Gen4.patch patches.suse/0139-drm-bridge-adv7511-Switch-to-atomic-operations.patch patches.suse/0140-drm-atomic-helper-document-drm_atomic_helper_check-r.patch patches.suse/0141-drm-panel-edp-Add-STA-116QHD024002.patch patches.suse/0142-drm-omap-dss-Use-of_property_present-to-test-existen.patch patches.suse/0143-drm-omap-dss-Use-syscon_regmap_lookup_by_phandle_arg.patch patches.suse/0144-drm-omap-Remove-hdmi5_core_handle_irqs.patch patches.suse/0145-drm-tidss-Fix-typos.patch patches.suse/0146-drm-add-modifiers-for-MediaTek-tiled-formats.patch patches.suse/0147-drm-virtio-Support-partial-maps-of-GEM-objects.patch patches.suse/0148-drm-panel-samsung-s6e88a0-ams452ef01-transition-to-m.patch patches.suse/drm-dp_mst-Fix-drm-RAD-print.patch patches.suse/0150-drm-dp_mst-Add-helper-to-get-port-number-at-specific.patch patches.suse/0151-drm-nouveau-add-a-kernel-doc-to-introduce-the-GSP-RP.patch patches.suse/0152-drm-nouveau-rename-repc-to-gsp_rpc_len-on-the-GSP-me.patch patches.suse/0153-drm-nouveau-rename-argv-to-what-it-represents-on-the.patch patches.suse/0154-drm-nouveau-remove-unused-param-repc-in-rm_alloc_pus.patch patches.suse/0155-drm-nouveau-rename-argv-to-what-it-represents-in-rm_.patch patches.suse/0156-drm-nouveau-rename-argc-to-what-it-represents-in-GSP.patch patches.suse/drm-nouveau-fix-the-broken-marco-GSP_MSG_MAX_SIZE.patch patches.suse/0158-drm-nouveau-remove-the-magic-number-in-r535_gsp_rpc_.patch patches.suse/0159-drm-nouveau-refine-the-variable-names-in-r535_gsp_rp.patch patches.suse/0160-drm-nouveau-refine-the-variable-names-in-r535_gsp_ms.patch patches.suse/0161-drm-nouveau-rename-the-variable-cmd-to-msg-in-r535_g.patch patches.suse/0162-drm-nouveau-factor-out-r535_gsp_msgq_peek.patch patches.suse/0163-drm-nouveau-factor-out-r535_gsp_msgq_recv_one_elem.patch patches.suse/0164-drm-nouveau-support-handling-the-return-of-large-GSP.patch patches.suse/0165-drm-nouveau-consume-the-return-of-large-GSP-message.patch patches.suse/drm-bridge-adv7511-fill-stream-capabilities.patch patches.suse/ASoC-hdmi-codec-allow-to-refine-formats-actually-sup.patch patches.suse/0167-drm-bridge-adv7511-remove-s32-format-from-i2s-capabi.patch patches.suse/drm-ast-Fix-ast_dp-connection-status.patch patches.suse/0169-accel-qaic-Allocate-an-exact-number-of-MSIs.patch patches.suse/0170-accel-qaic-Add-support-for-MSI-X.patch patches.suse/accel-qaic-Mask-out-SR-IOV-PCI-resources.patch patches.suse/0172-accel-qaic-Add-config-structs-for-supported-cards.patch patches.suse/0173-accel-qaic-Add-AIC200-support.patch patches.suse/0174-accel-ivpu-Add-support-for-hardware-fault-injection.patch patches.suse/0175-accel-ivpu-Update-last_busy-in-IRQ-handler.patch patches.suse/0176-accel-ivpu-Fix-missing-MMU-events-if-file_priv-is-un.patch patches.suse/0177-accel-ivpu-Turn-on-HWS-by-default-on-all-platforms.patch patches.suse/0178-accel-ivpu-Enable-recovery-and-adjust-timeouts-for-f.patch patches.suse/0179-accel-ivpu-Move-recovery-work-to-system_unbound_wq.patch patches.suse/0180-drm-ast-Remove-1152x864-from-list-of-widescreen-reso.patch patches.suse/0181-drm-ast-Align-naming-in-widescreen-detection-code-to.patch patches.suse/0182-drm-ast-Rename-support_wide_screen-to-support_wsxga_.patch patches.suse/0183-drm-ast-Reorganize-widescreen-test-around-hardware-G.patch patches.suse/0184-drm-ast-Add-support_fullhd-flag-to-struct-ast_device.patch patches.suse/0185-drm-ast-Add-support_wuxga-flag-to-struct-ast_device.patch patches.suse/0186-drm-ast-Always-validate-H-V-sync-flags.patch patches.suse/drm-ast-Find-VBIOS-mode-from-regular-display-size.patch patches.suse/0188-drm-ast-Add-empty-initializer-for-VBIOS-modes.patch patches.suse/0189-drm-ast-Add-helpers-for-VBIOS-mode-lookup.patch patches.suse/0190-drm-ast-Validate-DRM-display-modes-against-VBIOS-mod.patch patches.suse/0191-drm-ast-Inline-ast_get_vbios_mode_info.patch patches.suse/0192-drm-ast-astdp-Rework-display-mode-setting.patch patches.suse/0193-drm-ast-astdp-Look-up-mode-index-from-table.patch patches.suse/0194-drm-ast-Remove-struct-ast_vbios_mode_info.patch patches.suse/0195-drm-ast-Only-look-up-VBIOS-mode-on-full-modesets.patch patches.suse/0196-drm-dp-Add-the-DPCD-register-required-for-Extended-w.patch patches.suse/0197-drm-display-dp-Define-function-to-setup-Extended-wak.patch patches.suse/0198-drm-i915-lttpr-Enable-Extended-Wake-Timeout.patch patches.suse/0199-drm-drm_mode_object-fix-typo-in-kerneldoc.patch patches.suse/0200-drm-atomic-helper-improve-CRTC-enabled-connectors-mi.patch patches.suse/0201-drm-vkms-Add-support-for-ABGR8888-pixel-format.patch patches.suse/0202-drm-ci-uprev-mesa.patch patches.suse/0203-drm-ci-update-gitlab-rules.patch patches.suse/0204-drm-ci-update-expectation-files.patch patches.suse/0205-drm-edp-panel-Add-LG-Display-panel-model-LP079QX1-SP.patch patches.suse/0206-drm-panel-sharp-ls060t1sx01-transition-to-mipi_dsi-w.patch patches.suse/0207-drm-rockchip-vop2-Drop-unnecessary-if_pixclk_rate-co.patch patches.suse/drm-rockchip-vop2-Improve-display-modes-handling-on-.patch patches.suse/drm-bridge-it6505-fix-HDCP-V-match-check-is-not-perf.patch patches.suse/0210-drm-scheduler-Remove-some-unused-prototypes.patch patches.suse/0211-Documentation-gpu-Clarify-format-of-driver-specific-.patch patches.suse/0212-drm-file-Add-fdinfo-helper-for-printing-regions-with.patch patches.suse/0213-drm-panthor-Expose-size-of-driver-internal-BO-s-over.patch patches.suse/0214-Documentation-gpu-Add-fdinfo-meanings-of-panthor-mem.patch patches.suse/0215-drm-panthor-Fix-race-condition-when-gathering-fdinfo.patch patches.suse/0216-drm-panic-Better-binary-encoding-in-QR-code.patch patches.suse/0217-drm-panthor-Convert-IOCTL-defines-to-an-enum.patch patches.suse/0218-drm-panel-panel-himax-hx83102-support-for-csot-pna95.patch patches.suse/0219-drm-virtio-Add-drm_panic-support.patch patches.suse/0220-accel-ivpu-Add-missing-locks-around-mmu-queues.patch patches.suse/accel-ivpu-Prevent-runtime-suspend-during-context-ab.patch patches.suse/0222-accel-ivpu-Add-debugfs-interface-for-setting-HWS-pri.patch patches.suse/0223-accel-ivpu-Allow-to-import-single-buffer-into-multip.patch patches.suse/0224-accel-ivpu-Add-test-modes-to-toggle-clock-relinquish.patch patches.suse/0225-accel-ivpu-Implement-D0i2-disable-test-mode.patch patches.suse/0226-drm-ttm-use-ttm_resource_unevictable-to-replace-pin_.patch patches.suse/0227-drm-bridge-convert-to-use-devm_platform_ioremap_reso.patch patches.suse/0228-drm-panel-panel-himax-hx83102-support-for-kingdispla.patch patches.suse/0229-drm-panel-panel-himax-hx83102-support-for-starry-208.patch patches.suse/0230-drm-panel-remove-unnecessary-forward-declaration.patch patches.suse/0231-drm-bridge-nxp-ptn3460-remove-unused-drm_panel.h-inc.patch patches.suse/0232-drm-bridge-parade-ps8622-remove-unused-drm_panel.h-i.patch patches.suse/0233-drm-bridge-parade-ps8640-remove-unused-drm_panel.h-i.patch patches.suse/0234-drm-bridge-tc358762-remove-unused-drm_panel.h-includ.patch patches.suse/0235-drm-bridge-tc358775-remove-unused-drm_panel.h-includ.patch patches.suse/0236-drm-bridge-ti-sn65dsi83-remove-unused-drm_panel.h-in.patch patches.suse/0237-drm-bridge-ti-sn65dsi86-remove-unused-drm_panel.h-in.patch patches.suse/0238-drm-bridge-dw-hdmi-Sync-comment-block-with-actual-bu.patch patches.suse/0239-drm-ast-astdp-Add-connector-state.patch patches.suse/0240-drm-ast-astdp-Inline-mode-index-calculation.patch patches.suse/0241-drm-ast-astdp-Store-mode-index-in-connector-state.patch patches.suse/0242-drm-ast-astdp-Validate-display-modes.patch patches.suse/drm-mgag200-Added-support-for-the-new-device-G200eH5.patch patches.suse/drm-xlnx-zynqmp-Fix-max-dma-segment-size.patch patches.suse/0245-drm-xlnx-zynqmp_dpsub-Add-NULL-check-in-zynqmp_audio.patch patches.suse/0246-drm-edp-panel-Add-panel-used-by-T14s-Gen6-Snapdragon.patch patches.suse/0247-drm-zynqmp_dp-Fix-a-deadlock-in-zynqmp_dp_ignore_hpd.patch patches.suse/0248-drm-zynqmp_dp-Use-scope-based-mutex-helpers.patch patches.suse/0249-drm-zynqmp_dp-Use-devm_platform_ioremap_resource_byn.patch patches.suse/0250-drm-client-include-types.h-to-make-drm_client_event..patch patches.suse/0251-drm-ensure-drm-headers-are-self-contained-and-pass-k.patch patches.suse/0252-drm-sched-Use-struct-for-drm_sched_init-params.patch patches.suse/drm-v3d-Add-clock-handling.patch patches.suse/0254-drm-panel-visionox-r66451-transition-to-mipi_dsi-wra.patch patches.suse/0255-drm-i2c-tda998x-drop-support-for-platform_data.patch patches.suse/0256-media-cec-move-driver-for-TDA9950-from-drm-i2c.patch patches.suse/0257-drm-i2c-move-TDA998x-driver-under-drivers-gpu-drm-br.patch patches.suse/0258-drm-drop-i2c-subdir-from-Makefile.patch patches.suse/0259-drm-tests-Fix-a-test-in-drm_test_check_valid_clones.patch patches.suse/0260-drm-writeback-Fix-use-after-free-in-drm_writeback_co.patch patches.suse/drm-vkms-Fix-use-after-free-and-double-free-on-init-.patch patches.suse/0262-drm-atomic-helper-Introduce-drm_atomic_helper_reset_.patch patches.suse/0263-drm-vc4-hdmi-Use-drm_atomic_helper_reset_crtc.patch patches.suse/0264-drm-bridge-ti-sn65dsi83-Add-error-recovery-mechanism.patch patches.suse/0265-drm-Introduce-device-wedged-event.patch patches.suse/0266-drm-doc-Document-device-wedged-event.patch patches.suse/0267-drm-xe-Use-device-wedged-event.patch patches.suse/0268-drm-i915-Use-device-wedged-event.patch patches.suse/0269-drm-amdgpu-Use-device-wedged-event.patch patches.suse/0270-drm-atomic-Let-drivers-decide-which-planes-to-async-.patch patches.suse/0271-drm-amdgpu-Enable-async-flip-on-overlay-planes.patch patches.suse/0272-accel-amdxdna-Refactor-hardware-context-destroy-rout.patch patches.suse/drm-panel-orientation-quirks-Add-support-for-AYANEO-.patch patches.suse/drm-panel-orientation-quirks-Add-quirks-for-AYA-NEO-.patch patches.suse/drm-panel-orientation-quirks-Add-quirk-for-AYA-NEO-S.patch patches.suse/drm-panel-orientation-quirks-Add-new-quirk-for-GPD-W.patch patches.suse/drm-panel-orientation-quirks-Add-quirk-for-OneXPlaye.patch patches.suse/gpu-cdns-mhdp8546-fix-call-balance-of-mhdp-clk-handl.patch patches.suse/drm-debugfs-fix-printk-format-for-bridge-index.patch patches.suse/0280-drm-of-drm_of_find_panel_or_bridge-move-misplaced-co.patch patches.suse/0281-drm-bridge-panel-use-drm_bridge_is_panel-instead-of-.patch patches.suse/0282-drm-bridge-panel-drm_panel_bridge_remove-warn-when-c.patch patches.suse/drm-bridge-panel-forbid-initializing-a-panel-with-un.patch patches.suse/0284-drm-bridge-analogix_dp-Use-devm_platform_ioremap_res.patch patches.suse/0285-drm-bridge-ti-sn65dsi83-Set-bridge-type.patch patches.suse/0286-drm-bridge-nwl-dsi-Set-bridge-type.patch patches.suse/0287-drm-nouveau-Fix-error-pointer-dereference-in-r535_gs.patch patches.suse/0288-drm-atomic-Document-history-of-drm_atomic_state.patch patches.suse/0289-drm-bridge-Pass-full-state-to-atomic_pre_enable.patch patches.suse/0290-drm-bridge-Pass-full-state-to-atomic_enable.patch patches.suse/0291-drm-bridge-Pass-full-state-to-atomic_disable.patch patches.suse/0292-drm-bridge-Pass-full-state-to-atomic_post_disable.patch patches.suse/0293-drm-atomic-helper-Fix-commit_tail-state-variable-nam.patch patches.suse/0294-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0295-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0296-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0297-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0298-drm-atomic-helper-Change-parameter-name-of-disable_o.patch patches.suse/0299-drm-bridge-Change-parameter-name-of-drm_atomic_bridg.patch patches.suse/0300-drm-bridge-Change-parameter-name-of-drm_atomic_bridg.patch patches.suse/0301-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0302-drm-atomic-helper-Change-parameter-name-of-crtc_set_.patch patches.suse/0303-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0304-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0305-drm-bridge-Change-parameter-name-of-drm_atomic_bridg.patch patches.suse/0306-drm-bridge-Change-parameter-name-of-drm_atomic_bridg.patch patches.suse/0307-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0308-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0309-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0310-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0311-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0312-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0313-drm-atomic-helper-Change-parameter-name-of-drm_atomi.patch patches.suse/0314-drm-ast-cursor-Calculate-checksum-in-helper.patch patches.suse/0315-drm-ast-cursor-Move-format-conversion-to-shared-help.patch patches.suse/0316-drm-ast-cursor-Add-support-for-ARGB4444.patch patches.suse/0317-drm-ast-cursor-Move-implementation-to-separate-sourc.patch patches.suse/0318-drm-amdgpu-increase-amdgpu-max-rings-limit.patch patches.suse/0319-drm-amd-display-dm-drop-extra-parameters-to-create_i.patch patches.suse/drm-amd-display-dm-drop-hw_support-check-in-amdgpu_d.patch patches.suse/0321-drm-amd-display-dc-add-a-new-helper-to-fetch-the-OEM.patch patches.suse/0322-drm-amd-display-dm-handle-OEM-i2c-buses-in-i2c-funct.patch patches.suse/0323-drm-amd-display-dm-add-support-for-OEM-i2c-bus.patch patches.suse/0324-drm-amd-display-dc-add-support-for-oem-i2c-in-atom_f.patch patches.suse/0325-drm-amd-display-dc-enable-oem-i2c-support-for-DCE-12.patch patches.suse/0326-drm-amdgpu-atombios-drop-empty-function.patch patches.suse/0327-drm-amdgpu-rework-i2c-init-and-fini.patch patches.suse/0328-drm-amdgpu-add-OEM-i2c-bus-for-polaris-chips.patch patches.suse/0329-drm-amdgpu-add-support-for-GC-IP-version-11.5.3.patch patches.suse/0330-drm-amdgpu-add-support-for-SDMA-IP-version-6.1.3.patch patches.suse/0331-drm-amdgpu-add-support-for-NBIO-IP-version-7.11.2.patch patches.suse/0332-drm-amdgpu-add-support-for-MMHUB-IP-version-3.3.2.patch patches.suse/0333-drm-amdgpu-enable-VCN-JPEG-CGPG-for-GC-IP-version-11.patch patches.suse/0334-drm-amdgpu-add-support-for-SMU-IP-version-14.0.5.patch patches.suse/0335-drm-amdgpu-add-support-for-PSP-IP-version-14.0.5.patch patches.suse/0336-drm-amdgpu-Add-VCN-v4.0.3-RRMT-register-offset.patch patches.suse/0337-drm-amdgpu-Check-RRMT-status-for-VCN-v4.0.3.patch patches.suse/0338-drm-amdgpu-Check-RRMT-status-for-JPEG-v4.0.3.patch patches.suse/0339-drm-amdkfd-Have-kfd-driver-use-same-PASID-values-fro.patch patches.suse/0340-drm-amdgpu-gfx-add-ring-helpers-for-setting-workload.patch patches.suse/0341-drm-amdgpu-add-dynamic-workload-profile-switching-fo.patch patches.suse/0342-drm-amdgpu-add-dynamic-workload-profile-switching-fo.patch patches.suse/0343-drm-amdgpu-add-dynamic-workload-profile-switching-fo.patch patches.suse/0344-drm-amdgpu-swsmu-set-workload-profile-to-bootup-defa.patch patches.suse/0345-drm-amdkfd-Remove-unused-functions.patch patches.suse/drm-amdgpu-enlarge-the-VBIOS-binary-size-limit.patch patches.suse/0347-drm-amdgpu-read-harvest-info-from-harvest-table-for-.patch patches.suse/0348-drm-amdgpu-Set-noretry-default-for-GC-9.5.0.patch patches.suse/0349-drm-amd-pm-Populate-pmfw-version-for-SMU-v13.0.12.patch patches.suse/drm-amdgpu-Use-active-umc-info-from-discovery.patch patches.suse/drm-radeon-ci_dpm-Remove-needless-NULL-checks-of-dpm.patch patches.suse/0352-drm-amd-pm-Fill-ip-version-for-SMU-v13.0.12.patch patches.suse/0353-drm-amdgpu-gfx10-implement-queue-reset-via-MMIO.patch patches.suse/0354-drm-amdgpu-gfx10-implement-gfx-queue-reset-via-MMIO.patch patches.suse/0355-drm-amd-display-remove-extraneous-after-statements.patch patches.suse/0356-drm-amd-display-Support-Broadcast-RGB-drm-property.patch patches.suse/0357-drm-amd-display-log-destination-of-vertical-interrup.patch patches.suse/0358-drm-amd-display-Add-AS-SDP-programming-for-UHBR-link.patch patches.suse/drm-amd-display-Populate-register-address-for-dentis.patch patches.suse/drm-amd-display-Use-Nominal-vBlank-If-Provided-Inste.patch patches.suse/drm-amd-display-Increase-block_sequence-array-size.patch patches.suse/0362-drm-amd-display-Exclude-clkoffset-and-ips-setting-fo.patch patches.suse/0363-drm-amd-display-Reverse-the-visual-confirm-recouts.patch patches.suse/0364-drm-amd-display-3.2.317.patch patches.suse/0365-amdgpu-soc15-enable-asic-reset-for-dGPU-in-case-of-s.patch patches.suse/0366-drm-amd-display-Add-debug-messages-for-dc_validate_b.patch patches.suse/0367-drm-amd-display-Decrease-message-about-seamless-boot.patch patches.suse/0368-drm-amd-display-Add-new-log-type-DC_LOG_INFO.patch patches.suse/0369-drm-amd-Mark-amdgpu.gttsize-parameter-as-deprecated-.patch patches.suse/0370-drm-amd-display-Refactor-mark_seamless_boot_stream.patch patches.suse/0371-drm-amd-pm-Update-smu_v13_0_0-SRIOV-VF-flag-in-msg-m.patch patches.suse/0372-drm-amd-pm-Update-metrics-tbl-struct-for-smu_v_13.0..patch patches.suse/0373-drm-amd-pm-Add-metrics-table-header-for-smu_v13_0_12.patch patches.suse/0374-drm-amd-pm-Add-SMUv13.0.12-PPT-interface.patch patches.suse/0375-drm-amd-pm-Add-metrics-support-for-smuv13.0.12.patch patches.suse/0376-drm-amd-pm-Skip-showing-MCLK_OD-level.patch patches.suse/0377-drm-amd-pm-Update-pm-attr-for-gc_9_5_0.patch patches.suse/0378-drm-amdgpu-Update-usage-for-bad-page-threshold.patch patches.suse/0379-drm-amdgpu-Skip-err_count-sysfs-creation-on-VF-unsup.patch patches.suse/0380-drm-amdgpu-gfx10-Add-cleaner-shader-for-GFX10.1.10.patch patches.suse/drm-amd-display-Initial-psr_version-with-correct-set.patch patches.suse/drm-amd-display-Update-CR-AUX-RD-interval-interpreta.patch patches.suse/drm-amd-display-Update-Cursor-request-mode-to-the-be.patch patches.suse/0384-drm-amd-display-Account-For-OTO-Prefetch-Bandwidth-W.patch patches.suse/0385-drm-amd-display-Disable-PSR-SU-on-some-OLED-panel.patch patches.suse/0386-drm-amd-display-Ammend-DCPG-IP-control-sequences-to-.patch patches.suse/0387-drm-amd-display-Add-boot-option-to-reduce-PHY-SSC-fo.patch patches.suse/0388-drm-amd-display-Guard-Possible-Null-Pointer-Derefere.patch patches.suse/0389-drm-amd-display-refactor-dio-link-encoder-assigning.patch patches.suse/0390-drm-amd-display-3.2.318.patch patches.suse/0391-drm-amdgpu-update-and-cleanup-PM4-headers.patch patches.suse/0392-drm-amdgpu-gfx10-Enable-cleaner-shader-for-GFX10.1.1.patch patches.suse/0393-drm-amdgpu-Pass-IP-instance-hwid-as-parameters.patch patches.suse/0394-drm-amdgpu-Use-version-to-figure-out-harvest-info.patch patches.suse/0395-drm-amdgpu-Clean-up-GFX-v9.4.3-IP-version-checks.patch patches.suse/0396-drm-amdgpu-Clean-up-IP-version-checks-in-gmcv9.0.patch patches.suse/0397-drm-amd-display-Fixes-for-mcache-programming-in-DML2.patch patches.suse/Revert-drm-amd-display-Exit-idle-optimizations-befor.patch patches.suse/drm-amd-display-Support-multiple-options-during-psr-.patch patches.suse/0400-drm-amdgpu-Add-a-func-for-core-specific-reg-offset.patch patches.suse/0401-drm-amd-display-Enable-odm-4-1-when-debug-key-is-set.patch patches.suse/0402-drm-amd-display-Allow-reuse-of-of-DCN4x-code.patch patches.suse/0403-drm-amd-display-Request-HW-cursor-on-DCN3.2-with-Sub.patch patches.suse/0404-drm-amd-display-Move-SPL-to-a-new-path.patch patches.suse/0405-drm-amd-display-3.2.319.patch patches.suse/0406-drm-amdgpu-Add-support-for-umc-12.5.0-mmhub-1.8.1.patch patches.suse/0407-drm-amdgpu-Add-support-for-smu-13.0.12.patch patches.suse/0408-drm-amdgpu-Add-support-for-nbio-7.9.1.patch patches.suse/0409-drm-amdgpu-Add-support-for-smuio-13.0.11.patch patches.suse/drm-amd-pm-Skip-P2S-load-for-SMU-v13.0.12.patch patches.suse/0411-drm-amdgpu-Enable-IFWI-update-support-with-PSPv13.0..patch patches.suse/0412-drm-amdgpu-Add-helper-funcs-for-jpeg-devcoredump.patch patches.suse/0413-drm-amdgpu-Enable-devcoredump-for-JPEG4_0_3.patch patches.suse/0414-drm-amdgpu-Enable-devcoredump-for-JPEG5_0_1.patch patches.suse/0415-drm-amdgpu-Enable-devcoredump-for-JPEG4_0_0.patch patches.suse/0416-drm-amdgpu-Enable-devcoredump-for-JPEG4_0_5.patch patches.suse/0417-drm-amdgpu-Enable-devcoredump-for-JPEG3_0_0.patch patches.suse/0418-drm-amdgpu-Enable-devcoredump-for-JPEG2_0_0.patch patches.suse/0419-drm-amdgpu-Enable-devcoredump-for-JPEG2_5_0.patch patches.suse/0420-drm-amdgpu-Enable-devcoredump-for-JPEG5_0_0.patch patches.suse/0421-drm-amd-pm-Limit-to-8-jpeg-rings-per-instance.patch patches.suse/0422-drm-amd-display-Remove-unused-mpc1_is_mpcc_idle.patch patches.suse/0423-drm-amd-display-Remove-unused-freesync-functions.patch patches.suse/0424-drm-amd-display-Remove-unused-dc_stream_get_crtc_pos.patch patches.suse/0425-drm-amd-display-Remove-unused-get_clock_requirements.patch patches.suse/0426-drm-amd-display-Remove-unused-hubbub1_toggle_waterma.patch patches.suse/0427-drm-amd-display-Remove-unused-get_max_support_fbc_bu.patch patches.suse/0428-drm-amd-display-Remove-unused-link_enc_cfg_get_link_.patch patches.suse/0429-drm-amd-display-Replace-pr_info-in-dc_validate_boot_.patch patches.suse/0430-drm-amdgpu-sdma4-drop-gfxoff-calls-in-dump-ip-state.patch patches.suse/0431-drm-amdgpu-Clean-up-atom-header-file-inclusion.patch patches.suse/0432-drm-amd-pm-Add-APIs-for-device-access-checks.patch patches.suse/0433-drm-amd-pm-Fix-get_if_active-usage.patch patches.suse/0434-drm-amd-pm-Remove-unnecessary-device-state-checks.patch patches.suse/drm-amd-include-MES-v11-and-v12-API-header-update.patch patches.suse/0436-drm-amdgpu-gfx-add-amdgpu_gfx_off_ctrl_immediate.patch patches.suse/0437-drm-amdgpu-gfx9-use-amdgpu_gfx_off_ctrl_immediate-fo.patch patches.suse/0438-drm-amd-display-Add-dcn36-register-header-files.patch patches.suse/0439-drm-amd-display-Add-DCN36-version-identifiers.patch patches.suse/0440-drm-amd-display-Add-DCN36-BIOS-command-table-support.patch patches.suse/0441-drm-amd-display-Add-DCN36-IRQ.patch patches.suse/0442-drm-amd-display-Add-DCN36-Resource.patch patches.suse/0443-drm-amd-display-Add-DCN36-GPIO.patch patches.suse/0444-drm-amd-display-Add-DCN36-DML2-support.patch patches.suse/0445-drm-amd-display-Add-DCN36-DMCUB.patch patches.suse/0446-drm-amd-display-Support-DCN36-DSC.patch patches.suse/0447-drm-amd-display-Support-DCN36-HDCP.patch patches.suse/0448-drm-amd-display-Add-DCN36-CORE.patch patches.suse/0449-drm-amd-display-Add-DCN36-DM-Support.patch patches.suse/0450-drm-amdgpu-Add-wrapper-for-freeing-vbios-memory.patch patches.suse/0451-drm-amdgpu-Add-VBIOS-flags.patch patches.suse/0452-drm-amdgpu-Add-flag-to-make-VBIOS-read-optional.patch patches.suse/0453-drm-amdgpu-Make-VBIOS-image-read-optional.patch patches.suse/0454-drm-amdkfd-add-a-new-flag-to-manage-where-VRAM-alloc.patch patches.suse/0455-drm-amdkfd-use-GTT-for-VRAM-on-APUs-only-if-GTT-is-l.patch patches.suse/0456-drm-amdgpu-Add-flags-to-distinguish-vf-pf-pt-mode.patch patches.suse/drm-amdgpu-reset-psp-cmd-to-NULL-after-releasing-the.patch patches.suse/0458-drm-amd-Refactor-find_system_memory.patch patches.suse/0459-drm-amdgpu-add-discovery-support-for-DCN-IP-version-.patch patches.suse/0460-drm-amd-display-Expose-3-secondary-planes-for-suppor.patch patches.suse/0461-drm-amd-display-docstring-definitions-MAX_SURFACES-a.patch patches.suse/drm-amd-display-Don-t-try-AUX-transactions-on-discon.patch patches.suse/0463-drm-amd-display-DML21-Reintegration.patch patches.suse/0464-drm-amd-display-use-s1_12-filter-tables-in-SPL.patch patches.suse/0465-drm-amd-display-remove-TF-check-for-LLS-policy.patch patches.suse/0466-drm-amd-display-add-new-IRQ-enum-for-underflows.patch patches.suse/0467-drm-amd-display-limit-coverage-of-optimization-skip.patch patches.suse/0468-drm-amd-display-add-s1_12-filter-tables.patch patches.suse/drm-amd-display-add-workaround-flag-to-link-to-force.patch patches.suse/drm-amd-display-pass-calculated-dram_speed_mts-to-dm.patch patches.suse/0471-drm-amd-display-Make-dcn401_program_pipe-non-static.patch patches.suse/0472-drm-amd-display-sspl-cleanup-filter-code.patch patches.suse/drm-amdgpu-Set-snoop-bit-for-SDMA-for-MI-series.patch patches.suse/0474-drm-amd-display-3.2.320.patch patches.suse/0475-drm-amdgpu-vcn2.5-split-code-along-instances.patch patches.suse/drm-amdkfd-fix-missing-L2-cache-info-in-topology.patch patches.suse/drm-amdgpu-mes11-fix-set_hw_resources_1-calculation.patch patches.suse/drm-amdgpu-Unlocked-unmap-only-clear-page-table-leav.patch patches.suse/0479-drm-amd-pm-add-support-for-IP-version-11.5.2.patch patches.suse/0480-drm-amd-amdgpu-add-support-for-IP-version-11.5.2.patch patches.suse/0481-drm-amdgpu-mes-Add-cleaner-shader-fence-address-hand.patch patches.suse/0482-drm-amd-pm-Rename-pmfw-message-SetPstatePolicy.patch patches.suse/0483-drm-amdgpu-vcn-enable-TMZ-support-for-vcn-4_0_5.patch patches.suse/drm-amd-include-Update-MES-v12-API-for-fence-update.patch patches.suse/0485-drm-amdkfd-Fix-pasid-value-leak.patch patches.suse/0486-drm-amdgpu-mes-Add-cleaner-shader-fence-address-hand.patch patches.suse/0487-drm-amdgpu-Enable-ACA-by-default-for-psp-v13_0_12.patch patches.suse/0488-drm-amdgpu-umsch-remove-vpe-test-from-umsch.patch patches.suse/drm-amdgpu-refine-smu-send-msg-debug-log-format.patch patches.suse/0490-drm-amdgpu-Per-instance-init-func-for-JPEG4_0_3.patch patches.suse/0491-drm-amdgpu-Add-ring-reset-callback-for-JPEG4_0_0.patch patches.suse/0492-drm-amdgpu-Add-ring-reset-callback-for-JPEG3_0_0.patch patches.suse/0493-drm-amdgpu-Per-instance-init-func-for-JPEG2_5_0.patch patches.suse/0494-drm-amdgpu-Add-ring-reset-callback-for-JPEG2_5_0.patch patches.suse/0495-drm-amdgpu-Add-ring-reset-callback-for-JPEG2_0_0.patch patches.suse/drm-amdgpu-umsch-declare-umsch-firmware.patch patches.suse/0497-drm-amdgpu-Remove-extra-checks-for-CPX.patch patches.suse/drm-amdgpu-umsch-fix-ucode-check.patch patches.suse/0499-drm-amdgpu-umsch-tidy-up-the-ucode-name-string-handl.patch patches.suse/0500-drm-amdgpu-vcn5.0.1-use-correct-dpm-helper.patch patches.suse/0501-drm-amdgpu-vcn5.0.1-drop-dpm-power-helpers.patch patches.suse/0502-drm-amdgpu-vcn4.0.3-drop-dpm-power-helpers.patch patches.suse/0503-drm-amdgpu-Rename-VCN-clock-gating-function-for-cons.patch patches.suse/0504-drm-amd-include-Add-amd-cper-header.patch patches.suse/0505-drm-amdgpu-Introduce-funcs-for-populating-CPER.patch patches.suse/0506-drm-amdgpu-Optimize-the-enablement-of-GECC.patch patches.suse/0507-drm-amdgpu-Include-ACA-error-type-in-aca-bank.patch patches.suse/0508-drm-amdgpu-Introduce-funcs-for-generating-cper-recor.patch patches.suse/0509-drm-amdgpu-Generate-cper-records.patch patches.suse/0510-drm-amd-display-Reapply-2fde4fdddc1f.patch patches.suse/0511-drm-amdgpu-mes11-allocate-hw_resource_1-buffer-once.patch patches.suse/0512-drm-amdgpu-mes12-allocate-hw_resource_1-buffer-once.patch patches.suse/0513-drm-amdgpu-Get-timestamp-from-system-time.patch patches.suse/0514-drm-amdgpu-add-RAS-CPER-ring-buffer.patch patches.suse/0515-drm-amdgpu-read-CPER-ring-via-debugfs.patch patches.suse/0516-drm-amdgpu-add-data-write-function-for-CPER-ring.patch patches.suse/0517-drm-amd-pm-Limit-jpeg-rings-as-per-max-for-jpeg_v_4_.patch patches.suse/0518-drm-amdgpu-add-mutex-lock-for-cper-ring.patch patches.suse/0519-drm-amdgpu-Commit-CPER-entry.patch patches.suse/0520-drm-amdgpu-Generate-bad-page-threshold-cper-records.patch patches.suse/drm-amd-display-Exit-idle-optimizations-before-acces.patch patches.suse/drm-amd-display-Don-t-treat-wb-connector-as-physical.patch patches.suse/0523-Revert-drm-amd-display-Request-HW-cursor-on-DCN3.2-w.patch patches.suse/0524-drm-amd-display-Add-DCC-Tiling-reset-helper-for-DCN-.patch patches.suse/0525-drm-amd-display-Rename-panic-function.patch patches.suse/0526-drm-amd-display-Add-clear-DCC-and-Tiling-callback-fo.patch patches.suse/0527-drm-amd-display-Print-seamless-boot-message-in-mark_.patch patches.suse/drm-amd-display-Read-LTTPR-ALPM-caps-during-link-cap.patch patches.suse/0529-drm-amd-display-Add-total_num_dpps_required-field-to.patch patches.suse/0530-drm-amd-display-Add-log-for-MALL-entry-on-DCN32x.patch patches.suse/drm-amd-display-Fix-BT2020-YCbCr-limited-full-range-.patch patches.suse/drm-amd-display-Guard-against-setting-dispclk-low-wh.patch patches.suse/0533-drm-amd-display-dpia-should-avoid-encoder-used-by-dp.patch patches.suse/drm-amd-display-Add-support-for-disconnected-eDP-str.patch patches.suse/0535-drm-amd-display-3.2.321.patch patches.suse/0001-drm-amdgpu-Replace-Mutex-with-Spinlock-for-RLCG-regi.patch patches.suse/0537-drm-amdgpu-Add-JPEG4_0_3-core-reset-control-reg.patch patches.suse/0538-drm-amdgpu-Add-ring-reset-callback-for-JPEG4_0_3.patch patches.suse/drm-amd-pm-Fetch-current-power-limit-from-PMFW.patch patches.suse/0540-drm-amdgpu-Use-firmware-supported-NPS-modes.patch patches.suse/0541-drm-amdgpu-Check-aca-enabled-inside-cper-init-fini-f.patch patches.suse/0542-drm-amdgpu-Remove-redundant-check-of-adev.patch patches.suse/0543-drm-amdkfd-Fix-error-handling-for-missing-PASID-in-k.patch patches.suse/0544-drm-amd-display-Add-clear-DCC-and-Tiling-callback-fo.patch patches.suse/0545-drm-amdgpu-update-the-handle-ptr-in-get_clockgating_.patch patches.suse/0546-drm-i915-dmc_wl-Use-enum-values-for-enable_dmc_wl.patch patches.suse/0547-drm-i915-dmc_wl-Show-description-string-for-enable_d.patch patches.suse/0548-drm-i915-dmc_wl-Allow-enable_dmc_wl-2-to-mean-match-.patch patches.suse/0549-drm-i915-dmc_wl-Allow-enable_dmc_wl-3-to-mean-always.patch patches.suse/0550-drm-i915-gvt-store-virtual_dp_monitor_edid-in-rodata.patch patches.suse/0551-drm-i915-display-Update-DBUF_TRACKER_STATE_SERVICE-o.patch patches.suse/0552-drm-i915-scaler-Extract-skl_scaler_min_src_size.patch patches.suse/0553-drm-i915-scaler-Extract-skl_scaler_max_src_size.patch patches.suse/0554-drm-i915-scaler-Extract-skl_scaler_min_dst_size.patch patches.suse/0555-drm-i915-scaler-Extract-skl_scaler_max_dst_size.patch patches.suse/0556-drm-i915-scaler-Nuke-redundant-code.patch patches.suse/0557-drm-i915-scaler-Pimp-scaler-debugs.patch patches.suse/0558-drm-i915-scaler-s-excdeed-exceed.patch patches.suse/0559-drm-i915-scaler-Add-scaler-tracepoints.patch patches.suse/0560-drm-i915-gvt-Remove-intel_gvt_ggtt_h2g-index.patch patches.suse/0561-drm-i915-gvt-Remove-unused-intel_vgpu_decode_sprite_.patch patches.suse/0562-drm-i915-gvt-Remove-unused-intel_gvt_in_force_nonpri.patch patches.suse/0563-drm-i915-guc-slpc-Allow-GuC-SLPC-default-strategies-.patch patches.suse/0564-drm-i915-guc-slpc-Print-more-SLPC-debug-status-infor.patch patches.suse/0565-drm-i915-fb-Add-debug-spew-for-misaligned-CC-plane.patch patches.suse/0566-drm-i915-fb-Check-that-the-clear-color-fits-within-t.patch patches.suse/0567-drm-i915-audio-convert-to-struct-intel_display.patch patches.suse/0568-drm-i915-audio-convert-LPE-audio-to-struct-intel_dis.patch patches.suse/0569-drm-i915-audio-rename-function-prefixes-from-i915-to.patch patches.suse/0570-drm-i915-Extract-intel_crtc_vblank_delay.patch patches.suse/0571-drm-i915-Check-vblank-delay-validity.patch patches.suse/0572-drm-i915-Fix-include-order.patch patches.suse/0573-drm-i915-Introduce-intel_vrr_-vmin-vmax-_vtotal.patch patches.suse/0574-drm-i915-Move-framestart-etc.-state-dump-to-a-better.patch patches.suse/0575-drm-i915-Include-the-vblank-delay-in-the-state-dump.patch patches.suse/0576-drm-i915-vrr-Improve-VRR-state-dump.patch patches.suse/0577-drm-i915-Include-the-scanline-offset-in-the-state-du.patch patches.suse/0578-drm-i915-Extract-intel_mode_vblank_delay.patch patches.suse/0579-drm-i915-Consolidate-intel_pre_commit_crtc_state.patch patches.suse/0580-drm-i915-Extract-intel_crtc_active_timings.patch patches.suse/0581-drm-i915-vrr-Introduce-intel_vrr_vblank_delay.patch patches.suse/0582-drm-i915-vrr-Drop-the-extra-vmin-adjustment-for-ADL.patch patches.suse/0583-drm-i915-vrr-Fix-vmin-vmax-flipline-on-TGL-when-usin.patch patches.suse/0584-drm-i915-vrr-Add-extra-vblank-delay-to-estimates.patch patches.suse/0585-drm-i915-vrr-Plumb-the-DSB-into-intel_vrr_send_push.patch patches.suse/0586-drm-xe-dp-Enable-DP-tunneling.patch patches.suse/0587-drm-i915-display-Add-MTL-subplatforms-definition.patch patches.suse/0588-drm-i915-cx0_phy-Update-HDMI-TMDS-C20-algorithm-valu.patch patches.suse/0589-drm-i915-dsc-Use-helper-to-calculate-range_bpg_offse.patch patches.suse/0590-drm-i915-dsc-Remove-old-comment-about-DSC-444-suppor.patch patches.suse/0591-drm-i915-display-Use-display-MMIO-functions-in-intel.patch patches.suse/0592-drm-i915-display-Wrap-IRQ-specific-uncore-functions.patch patches.suse/0593-drm-i915-dmc_wl-Track-pipe-interrupt-registers.patch patches.suse/0594-drm-i915-Allow-async-flips-with-render-compression-o.patch patches.suse/0595-drm-i915-Allow-async-flips-with-compression-on-ICL.patch patches.suse/0596-drm-i915-Introduce-plane-can_async_flip.patch patches.suse/0597-drm-i915-Use-plane-can_async_flip-for-alignment-exce.patch patches.suse/0598-drm-i915-Reuse-vlv_primary_min_alignment-for-sprites.patch patches.suse/0599-drm-i915-Disable-scanout-VT-d-workaround-for-TGL.patch patches.suse/0600-drm-i915-Nuke-ADL-pre-production-Wa_22011186057.patch patches.suse/0601-drm-i915-Relocate-xe-AUX-hack.patch patches.suse/0602-drm-i915-Carve-up-skl_get_plane_caps.patch patches.suse/0603-drm-xe-display-Re-use-display-vmas-when-possible.patch patches.suse/0604-drm-i915-psr-Add-new-function-for-writing-sink-panel.patch patches.suse/0605-drm-i915-psr-Enable-Panel-Replay-on-sink-always-when.patch patches.suse/0606-drm-i915-psr-Make-intel_psr_enable_sink-as-local-sta.patch patches.suse/0607-drm-i915-psr-Allow-changing-Panel-Replay-mode-withou.patch patches.suse/0608-drm-xe-dp-Fix-non-display-builds-with-DP-tunnelling-.patch patches.suse/0609-drm-i915-Keep-TRANS_VBLANK.vblank_start-0-on-ADL-eve.patch patches.suse/0610-drm-i915-Handle-interlaced-modes-in-intel_set_transc.patch patches.suse/0611-drm-i915-Update-TRANS_SET_CONTEXT_LATENCY-during-LRR.patch patches.suse/0612-drm-i915-Warn-if-someone-tries-to-use-intel_set_tran.patch patches.suse/0613-drm-i915-Extract-lrr_params_changed.patch patches.suse/0614-drm-i915-Allow-fastboot-to-fix-up-the-vblank-delay.patch patches.suse/0615-drm-i915-dsb-Add-support-for-triggering-VRR-push-wit.patch patches.suse/0616-drm-i915-dsb-Allow-DSB-to-perform-commits-when-VRR-i.patch patches.suse/0617-drm-i915-dp-Correct-max-compressed-bpp-bounds-by-usi.patch patches.suse/0618-drm-i915-dp_mst-Fix-error-handling-while-adding-a-co.patch patches.suse/0619-drm-i915-dp_mst-Use-intel_connector-vs.-drm_connecto.patch patches.suse/0620-drm-i915-dp_mst-Simplify-using-to_intel_display-pass.patch patches.suse/0621-drm-i915-dp_mst-Simplify-getting-a-drm_device-pointe.patch patches.suse/0622-drm-i915-dp_mst-Use-intel_display-platform.alderlake.patch patches.suse/0623-drm-i915-display-Add-support-for-SNPS-PHY-HDMI-PLL-a.patch patches.suse/0624-drm-i915-snps_phy-Use-HDMI-PLL-algorithm-for-DG2.patch patches.suse/0625-drm-i915-cx0_phy_regs-Add-C10-registers-bits.patch patches.suse/0626-drm-i915-intel_snps_hdmi_pll-Compute-C10-HDMI-PLLs-w.patch patches.suse/0627-drm-i915-cx0_phy-Use-HDMI-PLL-algorithm-for-C10-PHY.patch patches.suse/0628-drm-i915-gt-fix-typos-in-i915-gt-files.patch patches.suse/0629-drm-i915-gvt-fix-typos-in-i915-gvt-files.patch patches.suse/0630-drm-i915-gem-fix-typos-in-i915-gem-files.patch patches.suse/0631-drm-i915-pxp-fix-typos-in-i915-pxp-files.patch patches.suse/0632-drm-i915-selftests-fix-typos-in-i915-selftests-files.patch patches.suse/0633-drm-i915-soc-fix-typos-in-i915-soc-files.patch patches.suse/0634-drm-i915-display-fix-typos-in-i915-display-files.patch patches.suse/0635-drm-i915-fix-typos-in-drm-i915-files.patch patches.suse/0636-drm-i915-scaler-Add-and-compute-scaling-factors.patch patches.suse/0637-drm-i915-scaler-Use-crtc_state-to-setup-plane-or-pip.patch patches.suse/0638-drm-i915-scaler-Refactor-max_scale-computation.patch patches.suse/0639-drm-i915-scaler-Compute-scaling-factors-for-pipe-sca.patch patches.suse/0640-drm-i915-scaler-Limit-pipe-scaler-downscaling-factor.patch patches.suse/0641-drm-i915-scaler-Check-if-vblank-is-sufficient-for-sc.patch patches.suse/0642-drm-i915-dsc-Check-if-vblank-is-sufficient-for-dsc-p.patch patches.suse/0643-drm-i915-display-Add-WA_14018221282.patch patches.suse/0644-drm-i915-cx0-Set-ssc_enabled-for-c20-too.patch patches.suse/0645-drm-i915-cmtg-Disable-the-CMTG.patch patches.suse/0646-drm-i915-lspcon-do-not-hardcode-settle-timeout.patch patches.suse/0647-drm-i915-Drop-the-extra-plane-from-tracepoints.patch patches.suse/0648-drm-i915-Pass-the-plane-state-explicitly-to-tracepoi.patch patches.suse/0649-drm-i915-Include-pixel-format-in-plane-tracepoints.patch patches.suse/0650-drm-i915-Give-i915-and-xe-each-their-own-display-tra.patch patches.suse/0651-drm-i915-vrr-Add-crtc_state-dump-for-vrr.vsync-param.patch patches.suse/0652-drm-i915-vrr-Compute-vrr.vsync_-start-end-during-ful.patch patches.suse/0653-drm-i915-dp-Compute-as_sdp.vtotal-based-on-vrr-timin.patch patches.suse/0654-drm-i915-dp-Compute-as_sdp-based-on-if-vrr-possible.patch patches.suse/0655-drm-i915-display-Move-as-sdp-params-change-to-fastse.patch patches.suse/0656-drm-i915-dp-constify-struct-link_config_limits-point.patch patches.suse/0657-drm-i915-dp-change-the-order-of-intel_dp_mtp_tu_comp.patch patches.suse/0658-drm-i915-mst-change-where-lane_count-and-port_clock-.patch patches.suse/0659-drm-i915-mst-handle-mst-pbn_div-in-intel_dp_mtp_tu_c.patch patches.suse/0660-drm-i915-mst-remove-unnecessary-mst_stream_find_vcpi.patch patches.suse/0661-drm-i915-mst-use-min_array-and-max_array-instead-of-.patch patches.suse/0662-drm-i915-dp-Add-intel_dp_dsc_bpp_step_x16-helper-to-.patch patches.suse/0663-drm-i915-dp-Rename-some-variables-in-xelpd_dsc_compu.patch patches.suse/0664-drm-i915-dp-Pass-.4-BPP-values-to-icl-xelpd-_dsc_com.patch patches.suse/0665-drm-i915-dp-Move-max-DSC-BPP-reduction-one-level-hig.patch patches.suse/0666-drm-i915-dp-Change-icl_dsc_compute_link_config-DSC-B.patch patches.suse/0667-drm-i915-dp-Move-force_dsc_fractional_bpp_en-check-t.patch patches.suse/0668-drm-i915-dp-Unify-DSC-link-config-functions.patch patches.suse/0669-drm-i915-dp-Inline-do_dsc_compute_compressed_bpp.patch patches.suse/0670-drm-i915-dp-Simplify-input-BPP-checks-in-intel_dp_ds.patch patches.suse/0671-drm-i915-dp-Use-int-for-compressed-BPP-in-dsc_comput.patch patches.suse/0672-drm-i915-dp-Drop-compute_pipe_bpp-parameter-from-int.patch patches.suse/0673-drm-i915-dp-Pass-connector-state-all-the-way-to-dsc_.patch patches.suse/0674-drm-i915-mst-Convert-intel_dp_mtp_tu_compute_config-.patch patches.suse/0675-drm-i915-dmc_wl-Track-INITIATE_PM_DMD_REQ-for-DC5.patch patches.suse/0676-drm-i915-dp-Guarantee-a-minimum-HBlank-time.patch patches.suse/0677-drm-i915-mst-fix-INT_MAX-to-.4-fixed-point-conversio.patch patches.suse/0678-drm-i915-dp-Fix-potential-infinite-loop-in-128b-132b.patch patches.suse/0679-drm-i915-dp-Add-support-for-DP-UHBR-SST-DSC.patch patches.suse/0680-drm-i915-dmc_wl-Do-not-check-for-DMC-payload.patch patches.suse/0681-drm-i915-hdmi-move-declarations-for-hsw_read-write_i.patch patches.suse/0682-drm-i915-lspcon-add-intel_lspcon_active-and-use-it.patch patches.suse/0683-drm-i915-lspcon-change-signature-of-lspcon_detect_hd.patch patches.suse/0684-drm-i915-lspcon-change-signature-of-lspcon_wait_pcon.patch patches.suse/0685-drm-i915-lspcon-remove-dp_to_lspcon-hide-enc_to_inte.patch patches.suse/0686-drm-i915-lspcon-rename-interfaces-to-intel_lspcon_-t.patch patches.suse/0687-drm-i915-display-convert-intel_ddi_buf_trans.c-to-st.patch patches.suse/0688-drm-i915-cdclk-switch-to-new-platform-checks.patch patches.suse/0689-drm-i915-cx0-convert-to-struct-intel_display-based-p.patch patches.suse/0690-drm-i915-backlight-convert-to-use-struct-intel_displ.patch patches.suse/0691-drm-i915-psr-clarify-intel_psr_pre_plane_update-cond.patch patches.suse/0692-drm-i915-Move-VT-d-alignment-into-plane-min_alignmen.patch patches.suse/0693-drm-i915-Use-more-optimal-VTd-alignment-for-planes.patch patches.suse/0694-drm-i915-Calculate-the-VT-d-guard-size-in-the-displa.patch patches.suse/0695-drm-i915-Use-per-plane-VT-d-guard-numbers.patch patches.suse/0696-drm-i915-fbdev-Use-fb-normal_view.gtt.patch patches.suse/0697-drm-i915-dp_mst-Fix-getting-display-pointer-in-intel.patch patches.suse/0698-drm-dp-Add-eDP-1.5-bit-definition.patch patches.suse/0699-drm-dp-Increase-eDP-display-control-capability-size.patch patches.suse/0700-drm-i915-backlight-Use-proper-interface-based-on-eDP.patch patches.suse/0701-drm-i915-backlight-Check-Luminance-based-brightness-.patch patches.suse/0702-drm-i915-backlight-Modify-function-to-get-VESA-brigh.patch patches.suse/0703-drm-i915-backlight-Add-function-to-change-brightness.patch patches.suse/0704-drm-i915-backlight-Setup-nits-based-luminance-via-VE.patch patches.suse/0705-drm-i915-backlight-Enable-nits-based-luminance.patch patches.suse/0706-drm-i915-display-Skip-state-checker-for-AS-SDP-infof.patch patches.suse/0707-Revert-drm-i915-dp-Compute-as_sdp-based-on-if-vrr-po.patch patches.suse/0708-drm-i915-dp_mst-Fix-disabling-the-minimum-HBlank-tim.patch patches.suse/0709-drm-i915-hdcp-Move-HDCP-debugfs-to-intel_hdcp.c.patch patches.suse/0710-drm-i915-hdcp-rename-intel_connector-to-connector.patch patches.suse/0711-drm-i915-hdcp-Convert-platform-checks-to-use-display.patch patches.suse/0712-drm-i915-hdcp-Make-some-functions-static.patch patches.suse/0713-drm-i915-Pass-intel_display-to-intel_scanout_needs_v.patch patches.suse/0714-drm-i915-Decouple-i915_gem_dumb_create-from-the-disp.patch patches.suse/0715-drm-i915-Decouple-intel_fb_bo.h-interfaces-from-driv.patch patches.suse/0716-drm-i915-Convert-intel_crtc.c-to-struct-intel_displa.patch patches.suse/0717-drm-i915-Convert-intel_fb.c-to-struct-intel_display.patch patches.suse/0718-drm-i915-Convert-intel_display_power_-get-put-to-int.patch patches.suse/0719-drm-i915-Convert-i9xx_plane.c-to-struct-intel_displa.patch patches.suse/0720-drm-i915-Finish-intel_sprite.c-struct-intel_display-.patch patches.suse/0721-drm-i915-Convert-intel_cursor.c-to-struct-intel_disp.patch patches.suse/0722-drm-i915-Convert-skl_univeral_plane.c-to-struct-inte.patch patches.suse/0723-drm-i915-Use-DRM_RECT_FMT-co.-for-plane-debugs.patch patches.suse/0724-drm-i915-Pimp-plane-debugs.patch patches.suse/0725-drm-i915-Fix-CONFIG_DRM_I915_DEBUG_RUNTIME_PM-n-buil.patch patches.suse/0726-drm-i915-Continue-intel_display_power-struct-intel_d.patch patches.suse/0727-drm-i915-Use-intel_display-wherever-possible.patch patches.suse/0728-drm-i915-dpll-Change-param-to-intel_display-in-for_e.patch patches.suse/0729-drm-i915-dpll-Use-intel_display-for-dpll-dump-and-co.patch patches.suse/0730-drm-i915-dpll-Use-intel_display-possible-in-shared_d.patch patches.suse/0731-drm-i915-dpll-Use-intel_display-for-asserting-pll.patch patches.suse/0732-drm-i915-dpll-Use-intel_display-for-update_refclk-ho.patch patches.suse/0733-drm-i915-dpll-Accept-intel_display-as-argument-for-s.patch patches.suse/0734-drm-i915-dpll-Replace-all-other-leftover-drm_i915_pr.patch patches.suse/0735-drm-i915-pch-Make-LPT-LP-a-dedicated-PCH-type.patch patches.suse/0736-drm-i915-pch-Hide-PCH-device-IDs.patch patches.suse/0737-drm-i915-pch-Remove-unused-i915-pch_id.patch patches.suse/0738-drm-i915-dsb-Move-the-1-usec-adjustment-into-dsb_wai.patch patches.suse/0739-drm-i915-vrr-Don-t-send-push-for-legacy-cursor-updat.patch patches.suse/0740-drm-i915-vrr-Account-for-TRANS_PUSH-delay.patch patches.suse/0741-drm-i915-dsb-Compute-use_dsb-earlier.patch patches.suse/0742-drm-i915-dsb-Introduce-intel_dsb_poll.patch patches.suse/0743-drm-i915-vrr-Reorder-the-DSB-wait-for-safe-window-vs.patch patches.suse/0744-drm-i915-vrr-Check-that-the-push-send-bit-is-clear-a.patch patches.suse/0745-drm-i915-dsb-Decode-DSB-error-interrupts.patch patches.suse/0746-drm-i915-dp-convert-g4x_dp.-ch-to-struct-intel-displ.patch patches.suse/0747-drm-i915-hdmi-convert-g4x_hdmi.-ch-to-struct-intel_d.patch patches.suse/0748-drm-i915-ips-convert-hsw_ips.c-to-struct-intel_displ.patch patches.suse/0749-drm-i915-display-convert-assert_transcoder-to-struct.patch patches.suse/0750-drm-i915-display-convert-assert_port_valid-to-struct.patch patches.suse/0751-drm-i915-hpd-drop-dev_priv-parameter-from-intel_hpd_.patch patches.suse/0752-drm-i915-display-convert-intel_set_-cpu-pch-_fifo_un.patch patches.suse/0753-drm-i915-sdvo-convert-intel_sdvo.-ch-to-struct-intel.patch patches.suse/0754-drm-i915-display-convert-intel_cpu_transcoder_mode_v.patch patches.suse/0755-drm-i915-display-convert-intel_mode_valid_max_plane_.patch patches.suse/0756-drm-i915-dsi-convert-platform-checks-to-display-plat.patch patches.suse/0757-drm-i915-combo-phy-convert-intel_combo_phy.-ch-to-st.patch patches.suse/0758-drm-i915-display-convert-intel_fifo_underrun.-ch-to-.patch patches.suse/0759-drm-i915-display-convert-i915_pipestat_enable_mask-t.patch patches.suse/0760-drm-i915-psr-Use-PSR2_MAN_TRK_CTL-CFF-bit-only-to-se.patch patches.suse/0761-drm-i915-psr-Rename-psr_force_hw_tracking_exit-as-in.patch patches.suse/0762-drm-i915-psr-Split-setting-sff-and-cff-bits-away-fro.patch patches.suse/0763-drm-i915-psr-Add-register-definitions-for-SFF_CTL-an.patch patches.suse/0764-drm-i915-psr-Use-SFF_CTL-on-invalidate-flush-for-Lun.patch patches.suse/0765-drm-i915-psr-Allow-writing-PSR2_MAN_TRK_CTL-using-DS.patch patches.suse/0766-drm-i915-psr-Write-PSR2_MAN_TRK_CTL-on-DSB-commit-as.patch patches.suse/0767-drm-i915-display-Warn-on-use_dsb-in-non-dsb-pipe-upd.patch patches.suse/0768-drm-i915-psr-Remove-DSB_SKIP_WAITS_EN-chicken-bit.patch patches.suse/0769-drm-i915-display-Evade-scanline-0-as-well-if-PSR1-or.patch patches.suse/0770-drm-i915-psr-Add-function-for-triggering-Frame-Chang.patch patches.suse/0771-drm-i915-display-Ensure-we-have-Frame-Change-event-i.patch patches.suse/0772-drm-i915-psr-Allow-DSB-usage-when-PSR-is-enabled.patch patches.suse/0773-drm-i915-ddi-Make-all-the-PORT_WIDTH-macros-work-the.patch patches.suse/0774-drm-i915-ddi-Set-missing-TC-DP-PHY-lane-stagger-dela.patch patches.suse/0775-drm-i915-ddi-Simplify-the-port-enabling-via-DDI_BUF_.patch patches.suse/0776-drm-i915-ddi-Simplify-the-port-disabling-via-DDI_BUF.patch patches.suse/0777-drm-i915-ddi-Simplify-waiting-for-a-port-to-get-acti.patch patches.suse/0778-drm-i915-ddi-Move-platform-checks-within-mtl_ddi_ena.patch patches.suse/0779-drm-i915-ddi-Unify-the-platform-specific-functions-d.patch patches.suse/0780-drm-i915-ddi-Add-a-helper-to-enable-a-port.patch patches.suse/0781-drm-i915-ddi-Sanitize-DDI_BUF_CTL-register-definitio.patch patches.suse/0782-Revert-drm-i915-Fix-NULL-ptr-deref-by-checking-new_c.patch patches.suse/0783-drm-i915-Rework-joiner-and-Y-plane-dependency-handli.patch patches.suse/0784-drm-i915-s-planar_slave-is_y_plane.patch patches.suse/0785-drm-i915-Extract-unlink_nv12_plane.patch patches.suse/0786-drm-i915-Remove-pointless-visible-check-in-unlink_nv.patch patches.suse/0787-drm-i915-Extract-link_nv12_planes.patch patches.suse/0788-drm-i915-Rename-the-variables-in-icl_check_nv12_plan.patch patches.suse/0789-drm-i915-Move-icl-nv12-plane-register-mangling-into-.patch patches.suse/0790-drm-i915-Relocate-intel_atomic_check_planes.patch patches.suse/0791-drm-i915-Move-modeset_retry-stuff-into-intel_connect.patch patches.suse/0792-drm-i915-Always-initialize-connector-modeset_retry_w.patch patches.suse/0793-drm-i915-Extract-intel_connector_cancel_modeset_retr.patch patches.suse/0794-drm-i915-Extract-intel_hdcp_cancel_works.patch patches.suse/0795-drm-i915-Move-intel_hpd_poll_fini-into-intel_hotplug.patch patches.suse/0796-drm-i915-Move-intel_plane_destroy-into-intel_atomic_.patch patches.suse/0797-drm-i915-Relocate-vlv_wait_port_ready.patch patches.suse/0798-drm-i915-Simplify-vlv_wait_port_ready-arguments.patch patches.suse/0799-drm-i915-Relocate-intel_plane_uses_fence.patch patches.suse/0800-drm-i915-Relocate-intel_-rotation-remapped-_info_siz.patch patches.suse/0801-drm-i915-Relocate-some-other-plane-fb-related-stuff-.patch patches.suse/0802-drm-i915-s-state-plane_state.patch patches.suse/0803-drm-i915-Add-missing-else-to-the-if-ladder-in-missin.patch patches.suse/0804-drm-i915-Introduce-a-minimal-plane-error-state.patch patches.suse/0805-drm-i915-Pimp-display-fault-reporting.patch patches.suse/0806-drm-i915-Hook-in-display-GTT-faults-for-IVB-HSW.patch patches.suse/0807-drm-i915-Hook-in-display-GTT-faults-for-ILK-SNB.patch patches.suse/0808-drm-i915-Introduce-i915_error_regs.patch patches.suse/0809-drm-i915-Un-invert-i9xx-i965-_error_mask.patch patches.suse/0810-drm-i915-Hook-up-display-fault-interrupts-for-VLV-CH.patch patches.suse/0811-drm-i915-display-Drop-crtc_state-from-C10-C20-pll-pr.patch patches.suse/0812-drm-i915-display-Allow-display-PHYs-to-reset-power-s.patch patches.suse/0813-drm-i915-psr-Fix-drm_WARN_ON-in-intel_psr_disable.patch patches.suse/0814-drm-i915-hdcp-Create-force_hdcp14-debug-fs-entry.patch patches.suse/0815-drm-xe-ptl-Apply-Wa_14023061436.patch patches.suse/0816-drm-xe-Add-locks-in-gtidle-code.patch patches.suse/0817-drm-xe-Remove-unused-mmio_ext-code.patch patches.suse/drm-xe-Reject-BO-eviction-if-BO-is-bound-to-current-.patch patches.suse/0819-drm-xe-Introduce-GuC-PC-debugfs.patch patches.suse/0820-drm-xe-lnl-Enable-GuC-SLPC-DCC-task.patch patches.suse/0821-drm-xe-xe3-Generate-and-store-the-L3-bank-mask.patch patches.suse/0822-drm-xe-guc-Drop-error-messages-about-missing-GuC-log.patch patches.suse/0823-drm-xe-mmap-Add-mmap-support-for-PCI-memory-barrier.patch patches.suse/0824-drm-xe-trace-bo-create.patch patches.suse/0825-drm-xe-Print-vm-flags-in-xe_vm-trace-print.patch patches.suse/0826-drm-xe-Print-vm-parameter-in-xe_vma-trace.patch patches.suse/0827-drm-xe-Fix-a-typo-in-xe_vm_doc.h.patch patches.suse/0828-drm-xe-Add-missing-SPDX-license-identifiers.patch patches.suse/0829-drm-xe-Always-setup-GT-MMIO-adjustment-data.patch patches.suse/0830-drm-xe-vf-Perform-early-GT-MMIO-initialization-to-re.patch patches.suse/drm-xe-sa-Always-call-drm_suballoc_manager_fini.patch patches.suse/0832-drm-xe-sa-Drop-redundant-NULL-assignments.patch patches.suse/0833-drm-xe-sa-Improve-error-message-on-init-failure.patch patches.suse/0834-drm-xe-sa-Tidy-up-coding-style-in-init.patch patches.suse/0835-drm-xe-sa-Allow-making-suballocations-using-custom-g.patch patches.suse/0836-drm-xe-sa-Allow-creating-suballocator-with-custom-gu.patch patches.suse/0837-drm-xe-sa-Minor-header-cleanups.patch patches.suse/0838-drm-xe-guc-Introduce-the-GuC-Buffer-Cache.patch patches.suse/0839-drm-xe-pf-Use-GuC-Buffer-Cache-during-VFs-provisioni.patch patches.suse/0840-drm-xe-kunit-Allow-to-replace-xe_managed_bo_create_p.patch patches.suse/0841-drm-xe-kunit-Add-KUnit-tests-for-GuC-Buffer-Cache.patch patches.suse/0842-drm-xe-Suppress-printing-of-mode-when-running-in-non.patch patches.suse/drm-xe-Do-not-attempt-to-bootstrap-VF-in-execlists-m.patch patches.suse/0844-drm-xe-uapi-Fix-documentation-indentation.patch patches.suse/drm-xe-Move-suballocator-init-to-after-display-init.patch patches.suse/0846-drm-xe-guc-Fix-sizeof-32-typo.patch patches.suse/0847-drm-xe-ptl-Apply-Wa_13011645652.patch patches.suse/0848-drm-xe-pmu-Enable-PMU-interface.patch patches.suse/0849-drm-xe-pmu-Assert-max-gt.patch patches.suse/0850-drm-xe-pmu-Extract-xe_pmu_event_update.patch patches.suse/0851-drm-xe-pmu-Get-put-runtime-pm-on-event-init.patch patches.suse/0852-drm-xe-pmu-Add-attribute-skeleton.patch patches.suse/0853-drm-xe-pmu-Add-GT-C6-events.patch patches.suse/0854-drm-xe-pf-Use-GuC-Buffer-Cache-during-policy-provisi.patch patches.suse/drm-xe-pf-Move-VFs-reprovisioning-to-worker.patch patches.suse/0856-drm-xe-Upgrade-complaint-about-missing-slice-info.patch patches.suse/0857-drm-xe-Add-functions-and-sysfs-for-boot-survivabilit.patch patches.suse/0858-drm-xe-Enable-Boot-Survivability-mode.patch patches.suse/0859-drm-xe-Initialize-mei-gsc-and-vsec-in-survivability-.patch patches.suse/drm-xe-bmg-Add-new-PCI-IDs.patch patches.suse/0861-drm-xe-ptl-Update-the-PTL-pci-id-table.patch patches.suse/0862-Revert-drm-xe-lnl-Enable-GuC-SLPC-DCC-task.patch patches.suse/0863-drm-xe-gt_pagefault-Print-engine-class-string.patch patches.suse/0864-drm-xe-pf-Don-t-send-BEGIN_ID-if-VF-has-no-context-d.patch patches.suse/drm-xe-pf-Reset-GuC-VF-config-when-unprovisioning-cr.patch patches.suse/0866-drm-xe-Fix-sort-order-of-.o-lists-in-Makefile.patch patches.suse/0867-drm-xe-pf-Add-runtime-registers-for-graphics-gen-30.patch patches.suse/0868-drm-xe-display-Add-intel_plane_initial_vblank_wait.patch patches.suse/0869-drm-xe-Defer-irq-init-until-after-xe_display_init_no.patch patches.suse/0870-drm-xe-display-Use-a-single-early-init-call-for-disp.patch patches.suse/0871-drm-xe-Skip-survivability-mode-for-VF.patch patches.suse/0872-drm-xe-Remove-xe_dummy_exit.patch patches.suse/0873-drm-xe-pxp-Initialize-PXP-structure-and-KCR-reg.patch patches.suse/0874-drm-xe-pxp-Allocate-PXP-execution-resources.patch patches.suse/0875-drm-xe-pxp-Add-VCS-inline-termination-support.patch patches.suse/0876-drm-xe-pxp-Add-GSC-session-invalidation-support.patch patches.suse/0877-drm-xe-pxp-Handle-the-PXP-termination-interrupt.patch patches.suse/0878-drm-xe-pxp-Add-GSC-session-initialization-support.patch patches.suse/0879-drm-xe-pxp-Add-PXP-queue-tracking-and-session-start.patch patches.suse/0880-drm-xe-pxp-uapi-Add-userspace-and-LRC-support-for-PX.patch patches.suse/0881-drm-xe-pxp-uapi-Add-a-query-for-PXP-status.patch patches.suse/0882-drm-xe-pxp-uapi-Add-API-to-mark-a-BO-as-using-PXP.patch patches.suse/0883-drm-xe-pxp-add-PXP-PM-support.patch patches.suse/0884-drm-xe-pxp-Add-PXP-debugfs-support.patch patches.suse/0885-drm-xe-pxp-Enable-PXP-for-MTL-and-LNL.patch patches.suse/0886-drm-xe-Refactor-dma_mask_size.patch patches.suse/0887-drm-xe-Refactor-max_remote_tiles.patch patches.suse/drm-xe-relay-Don-t-use-GFP_KERNEL-for-new-transactio.patch patches.suse/drm-xe-vf-Don-t-try-to-trigger-a-full-GT-reset-if-VF.patch patches.suse/0890-drm-xe-pxp-Fail-the-load-if-PXP-fails-to-initialize.patch patches.suse/0891-drm-xe-hwmon-expose-package-and-vram-temperature.patch patches.suse/0892-drm-xe-Fix-PVC-RPe-and-RPa-information.patch patches.suse/0893-drm-xe-Don-t-treat-SR-IOV-platforms-as-reclaim-unsaf.patch patches.suse/0894-drm-xe-Add-stats-for-vma-page-faults.patch patches.suse/0895-drm-xe-Enable-SR-IOV-for-PTL.patch patches.suse/0896-drm-xe-pf-Use-an-explicit-check-to-see-if-the-device.patch patches.suse/0897-drm-xe-Rename-struct-xe_mem_region-to-struct-xe_vram.patch patches.suse/0898-drm-xe-Move-VRAM-manager-to-struct-xe_vram_region.patch patches.suse/0899-drm-xe-pxp-Don-t-use-0-to-indicate-NULL.patch patches.suse/0900-drm-xe-debugfs-Add-node-to-dump-guc-log-to-dmesg.patch patches.suse/0901-drm-xe-display-Add-missing-watermark-ipc-update-at-r.patch patches.suse/0902-drm-xe-display-Remove-hpd-cancel-work-sync-from-runt.patch patches.suse/drm-xe-debugfs-Add-missing-xe_pm_runtime_put-in-wedg.patch patches.suse/drm-xe-debugfs-fixed-the-return-value-of-wedged_mode.patch patches.suse/0905-drm-xe-Add-callback-support-for-driver-remove.patch patches.suse/0906-drm-xe-Fix-xe_display_fini-calls.patch patches.suse/drm-xe-Fix-xe_tile_init_noalloc-error-propagation.patch patches.suse/drm-xe-Stop-ignoring-errors-from-xe_ttm_stolen_mgr_i.patch patches.suse/0909-drm-xe-Remove-leftover-pxp-comment.patch patches.suse/0910-drm-xe-Cleanup-unwind-of-gt-initialization.patch patches.suse/0911-drm-xe-Cleanup-extra-calls-to-xe_hw_fence_irq_finish.patch patches.suse/0912-drm-xe-oa-Move-fini-to-xe_oa.patch patches.suse/0913-drm-xe-Move-drm_dev_unplug-out-of-display-function.patch patches.suse/0914-drm-xe-oa-Handle-errors-in-xe_oa_register.patch patches.suse/0915-drm-xe-pmu-Fail-probe-if-xe_pmu_register-fails.patch patches.suse/0916-drm-xe-hwmon-Stop-ignoring-errors-on-probe.patch patches.suse/0917-drm-xe-pf-Release-all-VFs-configs-on-device-removal.patch patches.suse/0918-drm-xe-Fix-typo-in-xe_job_ptrs.patch patches.suse/0919-drm-xe-display-Clarify-XE_IOCTL_DBG-message.patch patches.suse/0920-drm-xe-s-xe_mmio_init-xe_mmio_probe_early.patch patches.suse/0921-drm-xe-Add-xe_mmio_init-initialization-function.patch patches.suse/0922-drm-i915-xe-display-Move-dsm-registration-under-inte.patch patches.suse/0923-drm-xe-display-Spin-off-xe_display-runtime-d3cold-se.patch patches.suse/0924-drm-xe-Drop-unnecessary-GT-lookup-in-xe_exec_queue_c.patch patches.suse/0925-drm-xe-vf-Return-EOPNOTSUPP-for-DRM_XE_DEVICE_QUERY_.patch patches.suse/0926-drm-xe-client-Skip-show_run_ticks-if-unable-to-read-.patch patches.suse/0927-drm-xe-Add-fault-injection-for-xe_sync_entry_parse.patch patches.suse/drm-xe-oa-Ensure-that-polled-read-returns-latest-dat.patch patches.suse/0929-drm-xe-wa-Limit-char-per-line-to-100.patch patches.suse/0930-drm-writeback-Fix-kernel-doc-name.patch patches.suse/drm-panel-ilitek-ili9882t-fix-GPIO-name-in-error-mes.patch patches.suse/0932-drm-atomic-helper-Add-a-note-in-drm_atomic_helper_re.patch patches.suse/0933-drm-sched-Add-internal-job-peek-pop-API.patch patches.suse/0934-drm-amdgpu-Pop-jobs-from-the-queue-more-robustly.patch patches.suse/0935-drm-sched-Remove-a-hole-from-struct-drm_sched_job.patch patches.suse/0936-drm-sched-Move-drm_sched_entity_is_ready-to-internal.patch patches.suse/0937-drm-sched-Move-internal-prototypes-to-internal-heade.patch patches.suse/0938-drm-sched-Group-exported-prototypes-by-object-type.patch patches.suse/0939-drm-bridge-ti-sn65dsi86-Check-for-CONFIG_PWM-using-I.patch patches.suse/drm-repaper-fix-integer-overflows-in-repeat-function.patch patches.suse/0941-drm-mipi-dsi-extend-multi-functions-and-use-them-in-.patch patches.suse/0942-drm-panel-simple-add-BOE-AV101HDT-A10-panel.patch patches.suse/0943-drm-panel-simple-Add-BOE-AV123Z7M-N17-panel.patch patches.suse/0944-drm-panel-Add-a-panel-driver-for-the-Summit-display.patch patches.suse/0945-drm-dp-Add-helper-to-set-LTTPRs-in-transparent-mode.patch patches.suse/0946-drm-nouveau-dp-Use-the-generic-helper-to-control-LTT.patch patches.suse/0947-drm-i915-dp-Use-the-generic-helper-to-control-LTTPR-.patch patches.suse/0948-drm-msm-dp-Add-support-for-LTTPR-handling.patch patches.suse/0949-drm-aspeed-move-to-devm_platform_ioremap_resource-us.patch patches.suse/0950-drm-mediatek-move-to-devm_platform_ioremap_resource-.patch patches.suse/0951-drm-stm-move-to-devm_platform_ioremap_resource-usage.patch patches.suse/0952-drm-tiny-move-to-devm_platform_ioremap_resource-usag.patch patches.suse/0953-drm-vc4-move-to-devm_platform_ioremap_resource-usage.patch patches.suse/0954-drm-doc-Document-KUnit-expectations.patch patches.suse/0955-drm-panel-add-Raydium-RM67200-panel-driver.patch patches.suse/0956-drm-panel-Add-Visionox-RM692E5-panel-driver.patch patches.suse/0957-drm-bridge-ti-sn65dsi83-Support-negative-DE-polarity.patch patches.suse/0958-drm-bridge-synopsys-Add-audio-support-for-dw-hdmi-qp.patch patches.suse/0959-drm-rockchip-analogix_dp-Use-formalized-struct-defin.patch patches.suse/0960-drm-rockchip-analogix_dp-Expand-device-data-to-suppo.patch patches.suse/0961-drm-rockchip-vop2-Improve-display-modes-handling-on-.patch patches.suse/0962-drm-rockchip-vop2-Consistently-use-dev_err_probe.patch patches.suse/0007-drivers-base-component-add-function-to-query-the-bou.patch patches.suse/0963-drm-rockchip-Fix-shutdown-when-no-drm-device-is-set-.patch patches.suse/0964-accel-amdxdna-Check-interrupt-register-before-mailbo.patch patches.suse/0965-drm-nouveau-Avoid-multiple-Wflex-array-member-not-at.patch patches.suse/0966-drm-vboxvideo-Remove-unused-hgsmi_cursor_position.patch patches.suse/0967-gpu-host1x-Remove-unused-host1x_debug_dump_syncpts.patch patches.suse/0968-gpu-ipu-v3-ipu-ic-Remove-unused-ipu_ic_task_graphics.patch patches.suse/0969-gpu-ipu-v3-Remove-unused-ipu_rot_mode_to_degrees.patch patches.suse/0970-gpu-ipu-v3-Remove-unused-ipu_idmac_channel_busy.patch patches.suse/0971-gpu-ipu-v3-Remove-unused-ipu_image_convert_-function.patch patches.suse/0972-gpu-ipu-v3-Remove-unused-ipu_vdi_unsetup.patch patches.suse/0973-gpu-ipu-v3-ipu-csi-Remove-unused-functions.patch patches.suse/0974-gpu-ipu-v3-ipu-cpmem-Remove-unused-functions.patch patches.suse/0975-drm-rockchip-vop2-use-devm_regmap_field_alloc-for-cl.patch patches.suse/0976-drm-rockchip-vop2-Remove-AFBC-from-TRANSFORM_OFFSET-.patch patches.suse/0977-drm-rockchip-vop2-Add-platform-specific-callback.patch patches.suse/0978-drm-rockchip-vop2-Merge-vop2_cluster-esmart_init-fun.patch patches.suse/0979-drm-rockchip-vop2-Support-for-different-layer-select.patch patches.suse/0980-drm-rockchip-vop2-Introduce-vop-hardware-version.patch patches.suse/drm-bridge-Fix-spelling-mistake-gettin-getting.patch patches.suse/0982-drm-tests-Drop-drm_kunit_helper_acquire_ctx_alloc.patch patches.suse/0983-drm-vc4-hdmi-Fix-some-NULL-vs-IS_ERR-bugs.patch patches.suse/drm-format-helper-Add-conversion-from-XRGB8888-to-BG.patch patches.suse/0985-drm-tiny-add-driver-for-Apple-Touch-Bars-in-x86-Macs.patch patches.suse/0986-drm-adp-Add-Apple-Display-Pipe-driver.patch patches.suse/0987-drm-rockchip-vop2-Register-the-primary-plane-and-ove.patch patches.suse/0988-drm-rockchip-vop2-Set-plane-possible-crtcs-by-possib.patch patches.suse/drm-rockchip-vop2-Add-uv-swap-for-cluster-window.patch patches.suse/0990-drm-rockchip-vop2-Add-support-for-rk3576.patch patches.suse/0991-drm-rockchip-vop2-add-missing-bitfield.h-include.patch patches.suse/0992-drm-appletbdrm-Fix-format-specifier-for-size_t-varia.patch patches.suse/0993-drm-mipi-dsi-stop-passing-non-struct-drm_device-to-d.patch patches.suse/0994-drm-rockchip-stop-passing-non-struct-drm_device-to-d.patch patches.suse/0995-drm-sched-stop-passing-non-struct-drm_device-to-drm_.patch patches.suse/0996-drm-print-require-struct-drm_device-for-drm_err-and-.patch patches.suse/0997-drm-rockchip-lvds-move-pclk-preparation-in-with-clk_.patch patches.suse/0998-drm-rockchip-lvds-Hide-scary-error-messages-on-probe.patch patches.suse/0999-drm-rockchip-lvds-lower-log-severity-for-missing-pin.patch patches.suse/drm-panthor-Update-CS_STATUS_-defines-to-correct-val.patch patches.suse/1001-drm-sched-drm_sched_job_cleanup-correct-false-doc.patch patches.suse/1002-drm-adp-Remove-unnecessary-print-function-dev_err.patch patches.suse/1003-drm-panthor-Replace-sleep-locks-with-spinlocks-in-fd.patch patches.suse/1004-drm-panthor-Avoid-sleep-locking-in-the-internal-BO-s.patch patches.suse/1005-drm-panthor-Clean-up-FW-version-information-display.patch patches.suse/1006-drm-ttm-Provide-a-shmem-backup-implementation.patch patches.suse/1007-drm-ttm-pool-drm-ttm-tt-Provide-a-helper-to-shrink-p.patch patches.suse/1008-drm-ttm-Use-fault-injection-to-test-error-paths.patch patches.suse/1009-drm-ttm-Add-a-macro-to-perform-LRU-iteration.patch patches.suse/1010-drm-ttm-Add-helpers-for-shrinking.patch patches.suse/1011-drm-xe-Add-a-shrinker-for-xe-bos.patch patches.suse/1012-drm-xe-Increase-the-XE_PL_TT-watermark.patch patches.suse/1013-drm-panel-fix-Visionox-RM692E5-dependencies.patch patches.suse/drm-gem-Test-for-imported-GEM-buffers-with-helper.patch patches.suse/1015-drm-gem-dma-Test-for-imported-buffers-with-drm_gem_i.patch patches.suse/1016-drm-gem-dma-Use-dma_buf-from-GEM-object-instance.patch patches.suse/1017-drm-gem-shmem-Test-for-imported-buffers-with-drm_gem.patch patches.suse/1018-drm-gem-shmem-Use-dma_buf-from-GEM-object-instance.patch patches.suse/1019-drm-gem-framebuffer-Test-for-imported-buffers-with-d.patch patches.suse/1020-drm-gem-framebuffer-Use-dma_buf-from-GEM-object-inst.patch patches.suse/1021-drm-fb-dma-helper-Test-for-imported-buffers-with-drm.patch patches.suse/1022-drm-mipi-dbi-Test-for-imported-buffers-with-drm_gem_.patch patches.suse/1023-drm-prime-Use-dma_buf-from-GEM-object-instance.patch patches.suse/1024-drm-gma500-Replace-deprecated-strncpy-with-strscpy.patch patches.suse/1025-drm-gma500-fix-inconsistent-indenting-warning.patch patches.suse/drm-amdgpu-remove-all-KFD-fences-from-the-BO-on-rele.patch patches.suse/1027-drm-amdgpu-update-the-handle-ptr-in-is_idle.patch patches.suse/1028-drm-amdgpu-correct-the-name-of-mes_pipe-structure.patch patches.suse/1029-drm-amdgpu-kfd-Add-shared-SDMA-reset-functionality-w.patch patches.suse/1030-drm-amdgpu-sdma-Refactor-SDMA-reset-functionality-an.patch patches.suse/1031-Documentation-gpu-Add-acronyms-for-some-firmware-com.patch patches.suse/1032-drm-amdgpu-Do-not-poweroff-UVDJ-in-JPEG4_0_3.patch patches.suse/1033-drm-amdgpu-Remove-redundant-logic-in-GC-v9.4.3.patch patches.suse/1034-drm-amdgpu-Introduce-conditional-user-queue-suspensi.patch patches.suse/1035-drm-amdgpu-Introduce-cached_rptr-and-is_guilty-callb.patch patches.suse/1036-drm-amdgpu-sdma-Introduce-is_guilty-callbacks-for-sd.patch patches.suse/1037-drm-amdgpu-Improve-SDMA-reset-logic-with-guilty-queu.patch patches.suse/1038-drm-amdgpu-Add-reset-function-pointer-for-SDMA-v4.4..patch patches.suse/1039-drm-amd-pm-add-support-for-checking-SDMA-reset-capab.patch patches.suse/1040-drm-amdgpu-Update-amdgpu_job_timedout-to-check-if-th.patch patches.suse/1041-drm-amd-pm-Update-pmfw-headers-for-smu_v13_0_12.patch patches.suse/1042-drm-amd-pm-Add-GetStaticMetricTable-message.patch patches.suse/1043-drm-amd-pm-Fetch-static-metrics-table.patch patches.suse/1044-drm-amd-pm-Fetch-fru-product-info-for-smu_v13_0_12.patch patches.suse/drm-amd-display-fix-an-indent-issue-in-DML21.patch patches.suse/1046-drm-amdgpu-Per-instance-init-func-for-JPEG5_0_1.patch patches.suse/1047-drm-amdgpu-Add-core-reset-registers-for-JPEG5_0_1.patch patches.suse/1048-drm-amd-pm-Use-separate-metrics-table-for-smu_v13_0_.patch patches.suse/1049-drm-amdgpu-Log-the-creation-of-a-coredump-file.patch patches.suse/1050-drm-amdgpu-Log-after-a-successful-ring-reset.patch patches.suse/1051-drm-amdgpu-Add-ring-reset-callback-for-JPEG5_0_1.patch patches.suse/1052-drm-amdgpu-Remove-unused-nbif_v6_3_1_sriov_funcs.patch patches.suse/1053-drm-amd-display-Fix-spelling-mistake-oustanding-outs.patch patches.suse/1054-drm-amd-display-Revert-Disable-PSR-SU-on-some-OLED-p.patch patches.suse/1055-drm-amd-display-update-incorrect-cursor-buffer-size.patch patches.suse/1056-drm-amd-display-Apply-DCN35-DML2-state-policy-for-DC.patch patches.suse/1057-drm-amd-display-Fix-mismatch-type-comparison-in-cust.patch patches.suse/1058-drm-amd-display-Add-opp-recout-adjustment.patch patches.suse/drm-amd-display-Fix-mismatch-type-comparison.patch patches.suse/1060-drm-amd-display-fix-check-for-identity-ratio.patch patches.suse/1061-drm-amd-display-Fix-unit-test-failure.patch patches.suse/1062-drm-amd-display-Add-SPL-namespace.patch patches.suse/1063-drm-amd-display-replace-dio-encoder-access.patch patches.suse/1064-drm-amd-display-Refactor-DCN4x-and-related-code.patch patches.suse/1065-drm-amd-display-ACPI-Re-timer-Programming.patch patches.suse/drm-amd-display-Temporarily-disable-hostvm-on-DCN31.patch patches.suse/drm-amd-display-fix-dcn4x-init-failed.patch patches.suse/1068-drm-amd-display-Update-FIXED_VS-Link-Rate-Toggle-Wor.patch patches.suse/drm-amd-display-handle-max_downscale_src_width-fail-.patch patches.suse/1070-drm-amd-display-Remove-unused-header.patch patches.suse/1071-drm-amd-display-Increase-halt-timeout-for-DMCUB-to-1.patch patches.suse/drm-amd-display-stop-DML2-from-removing-pipes-based-.patch patches.suse/1073-drm-amd-display-FW-Promotion-Release-0.0.255.0.patch patches.suse/1074-drm-amd-display-Promote-DAL-to-3.2.322.patch patches.suse/1075-drm-amdkfd-enable-cooperative-launch-on-gfx12.patch patches.suse/1076-drm-amdgpu-simplify-xgmi-peer-info-calls.patch patches.suse/1077-drm-amd-pm-handling-of-set-performance-level.patch patches.suse/1078-drm-amdgpu-Check-if-CPER-enabled-when-generating-CPE.patch patches.suse/1079-drm-amdgpu-Save-nps-to-eeprom.patch patches.suse/1080-drm-amdgpu-Set-CPER-enabled-flag-after-ring-initiail.patch patches.suse/1081-drm-amdgpu-update-SDMA-sysfs-reset-mask-in-late_init.patch patches.suse/1082-drm-amd-pm-Get-metrics-table-version-for-smu_v13_0_1.patch patches.suse/1083-drm-amdgpu-Refine-bad-page-adding.patch patches.suse/1084-drm-amdgpu-Change-page-record-number-calculation-bas.patch patches.suse/1085-drm-amdgpu-Fix-correct-parameter-desc-for-VCN-idle-c.patch patches.suse/1086-drm-amdgpu-increase-AMDGPU_MAX_RINGS.patch patches.suse/1087-drm-amdgpu-vcn2.5-fix-VCN-stop-logic.patch patches.suse/1088-drm-amdgpu-vcn3.0-split-code-along-instances.patch patches.suse/1089-drm-amdgpu-vcn4.0-split-code-along-instances.patch patches.suse/1090-drm-amdgpu-vcn4.0.3-split-code-along-instances.patch patches.suse/1091-drm-amdgpu-vcn4.0.5-split-code-along-instances.patch patches.suse/1092-drm-amdgpu-vcn5.0.0-split-code-along-instances.patch patches.suse/1093-drm-amdgpu-vcn5.0.1-split-code-along-instances.patch patches.suse/1094-drm-amdgpu-vcn-switch-work-handler-to-be-per-instanc.patch patches.suse/1095-drm-amdgpu-vcn-make-powergating-status-per-instance.patch patches.suse/1096-drm-amdgpu-vcn-move-more-instanced-data-to-vcn_insta.patch patches.suse/1097-drm-amdgpu-vcn-switch-vcn-helpers-to-be-instance-bas.patch patches.suse/1098-drm-amdgpu-vcn3.0-convert-internal-functions-to-use-.patch patches.suse/1099-drm-amdgpu-vcn1.0-convert-internal-functions-to-use-.patch patches.suse/1100-drm-amdgpu-vcn2.0-convert-internal-functions-to-use-.patch patches.suse/1101-drm-amdgpu-vcn2.5-convert-internal-functions-to-use-.patch patches.suse/1102-drm-amdgpu-vcn4.0-convert-internal-functions-to-use-.patch patches.suse/1103-drm-amdgpu-vcn4.0.3-convert-internal-functions-to-us.patch patches.suse/1104-drm-amdgpu-vcn4.0.5-convert-internal-functions-to-us.patch patches.suse/1105-drm-amdgpu-vcn5.0.0-convert-internal-functions-to-us.patch patches.suse/1106-drm-amdgpu-vcn5.0.1-convert-internal-functions-to-us.patch patches.suse/1107-drm-amdgpu-vcn-adjust-pause_dpg_mode-function-signat.patch patches.suse/1108-drm-amdgpu-vcn-add-new-per-instance-callback-for-pow.patch patches.suse/1109-drm-amdgpu-vcn1.0-add-set_pg_state-callback.patch patches.suse/1110-drm-amdgpu-vcn2.0-add-set_pg_state-callback.patch patches.suse/1111-drm-amdgpu-vcn2.5-add-set_pg_state-callback.patch patches.suse/1112-drm-amdgpu-vcn3.0-add-set_pg_state-callback.patch patches.suse/1113-drm-amdgpu-vcn4.0-add-set_pg_state-callback.patch patches.suse/1114-drm-amdgpu-vcn4.0.3-add-set_pg_state-callback.patch patches.suse/1115-drm-amdgpu-vcn4.0.5-add-set_pg_state-callback.patch patches.suse/1116-drm-amdgpu-vcn5.0.0-add-set_pg_state-callback.patch patches.suse/1117-drm-amdgpu-vcn5.0.1-add-set_pg_state-callback.patch patches.suse/1118-drm-amdgpu-vcn-use-per-instance-callbacks-for-idle-w.patch patches.suse/1119-drm-amdgpu-vcn-add-a-generic-helper-for-set_power_ga.patch patches.suse/1120-drm-amdgpu-vcn1.0-use-generic-set_power_gating_state.patch patches.suse/1121-drm-amdgpu-vcn2.0-use-generic-set_power_gating_state.patch patches.suse/1122-drm-amdgpu-vcn2.5-use-generic-set_power_gating_state.patch patches.suse/1123-drm-amdgpu-vcn3.0-use-generic-set_power_gating_state.patch patches.suse/1124-drm-amdgpu-vcn4.0-use-generic-set_power_gating_state.patch patches.suse/1125-drm-amdgpu-vcn4.0.3-use-generic-set_power_gating_sta.patch patches.suse/1126-drm-amdgpu-vcn4.0.5-use-generic-set_power_gating_sta.patch patches.suse/1127-drm-amdgpu-vcn5.0.0-use-generic-set_power_gating_sta.patch patches.suse/1128-drm-amdgpu-vcn5.0.1-use-generic-set_power_gating_sta.patch patches.suse/1129-drm-amdgpu-vcn-optimize-firmware-storage.patch patches.suse/1130-drm-amdgpu-vcn-use-dev_info-for-firmware-information.patch patches.suse/1131-drm-amd-display-dc-Refactor-remove-duplications.patch patches.suse/1132-drm-amdgpu-Replace-DRM_ERROR-with-drm_err.patch patches.suse/1133-drm-amd-display-Remove-unused-optc3_fpu_set_vrr_m_co.patch patches.suse/1134-drm-amdgpu-mes12-drop-amdgpu_mes_suspend-amdgpu_mes_.patch patches.suse/1135-drm-amdgpu-Add-amdisp-pinctrl-MFD-resource.patch patches.suse/drm-amdkfd-Fix-Circular-Locking-Dependency-in-svm_ra.patch patches.suse/1137-drm-amdgpu-Disable-fru_id-field-in-CPER-section.patch patches.suse/1138-drm-amdgpu-Fix-logic-to-fetch-supported-NPS-modes.patch patches.suse/1139-drm-amdgpu-Report-generic-instead-of-unknown-boot-ti.patch patches.suse/1140-drm-amd-pm-disable-gfxoff-on-the-specific-sku.patch patches.suse/1141-drm-amdgpu-add-sdma-page-queue-irq-processing-for-sd.patch patches.suse/1142-drm-amdgpu-Decode-deferred-error-type-in-aca-bank-pa.patch patches.suse/1143-drm-amdgpu-Fix-spelling-mistake-initiailize-initiali.patch patches.suse/1144-drm-amdgpu-mes11-drop-amdgpu_mes_suspend-amdgpu_mes_.patch patches.suse/1145-Documentation-gpu-remove-duplicate-entries-in-differ.patch patches.suse/1146-drm-amdgpu-Create-a-debug-option-to-disable-ring-res.patch patches.suse/drm-amdkfd-clamp-queue-size-to-minimum.patch patches.suse/1148-drm-amdkfd-remove-kfd_pasid.c-from-amdgpu-driver-bui.patch patches.suse/1149-drm-amd-pm-add-fan-abnormal-detection.patch patches.suse/1150-drm-amdgpu-Move-xgmi-definitions-to-xgmi-header.patch patches.suse/1151-drm-amdgpu-Add-xgmi-speed-width-related-info.patch patches.suse/1152-drm-amd-amdgpu-Add-support-for-xgmi_v6_4_1.patch patches.suse/1153-drm-amdkfd-Remove-kfd_process_hw_exception-worker.patch patches.suse/drm-amdkfd-KFD-release_work-possible-circular-lockin.patch patches.suse/drm-amdkfd-Fix-mode1-reset-crash-issue.patch patches.suse/1156-drm-amdgpu-Fix-parameter-annotations-for-VCN-clock-g.patch patches.suse/drm-amdkfd-Fix-pqm_destroy_queue-race-with-GPU-reset.patch patches.suse/drm-amdkfd-debugfs-hang_hws-skip-GPU-with-MES.patch patches.suse/1159-drm-amdgpu-Fix-parameter-annotation-in-vcn_v5_0_0_is.patch patches.suse/1160-drm-amdgpu-fix-spelling-typos.patch patches.suse/1161-drm-radeon-fix-spelling-typos.patch patches.suse/1162-drm-amdgpu-fix-spelling-typos-in-SI.patch patches.suse/1163-drm-amdgpu-Free-CPER-entry-after-committing-to-ring.patch patches.suse/1164-drm-amdgpu-Initialize-RRMT-status-on-VCN-v5.0.1.patch patches.suse/1165-drm-amdgpu-Add-offset-normalization-in-VCN-v5.0.1.patch patches.suse/1166-drm-amdgpu-Update-SDMA-scheduler-mask-handling-to-in.patch patches.suse/1167-drm-amdgpu-Initialize-RRMT-status-on-JPEG-v5.0.1.patch patches.suse/1168-drm-amdgpu-Avoid-HDP-flush-on-JPEG-v5.0.1.patch patches.suse/drm-amd-display-fix-type-mismatch-in-CalculateDynami.patch patches.suse/drm-amd-display-Request-HW-cursor-on-DCN3.2-with-Sub.patch patches.suse/drm-amd-display-Fix-p-state-type-when-p-state-is-uns.patch patches.suse/drm-amd-display-Fix-DMUB-reset-sequence-for-DCN401.patch patches.suse/1173-drm-amd-display-read-mso-dpcd-caps.patch patches.suse/1174-drm-amd-display-misc-for-dio-encoder-refactor.patch patches.suse/drm-amd-display-Skip-checking-FRL_MODE-bit-for-PCON-.patch patches.suse/1176-drm-amd-display-Remove-unused-struct-definition.patch patches.suse/1177-drm-amd-display-Check-NULL-connector-before-it-is-us.patch patches.suse/1178-drm-amd-display-Revert-Increase-halt-timeout-for-DMC.patch patches.suse/drm-amd-display-Ensure-DMCUB-idle-before-reset-on-DC.patch patches.suse/1180-drm-amd-display-Added-visual-confirm-for-DCC.patch patches.suse/1181-drm-amd-display-Add-tunneling-IRQ-handler.patch patches.suse/1182-drm-amd-display-Change-amdgpu_dm_irq_suspend-to-void.patch patches.suse/1183-drm-amd-display-Drop-ret-variable-from-dm_suspend.patch patches.suse/1184-drm-amd-display-Catch-failures-for-amdgpu_dm_commit_.patch patches.suse/1185-drm-amd-display-Use-_free-macro-for-amdgpu_dm_commit.patch patches.suse/1186-drm-amd-display-Use-drm_err-instead-of-DRM_ERROR-in-.patch patches.suse/1187-drm-amd-display-Use-scoped-guard-for-dm_resume.patch patches.suse/1188-drm-amd-display-Change-amdgpu_dm_irq_resume_-to-use-.patch patches.suse/1189-drm-amd-display-Change-amdgpu_dm_irq_resume_-to-void.patch patches.suse/1190-drm-amd-display-Use-_free-kfree-for-dm_gpureset_comm.patch patches.suse/1191-drm-amd-display-Use-scoped-guard-for-amdgpu_dm_updat.patch patches.suse/1192-drm-amd-display-Use-_free-macro-for-amdgpu_dm_update.patch patches.suse/1193-drm-amd-display-Use-scoped-guards-for-handle_hpd_irq.patch patches.suse/1194-drm-amd-display-Use-drm_err-for-handle_hpd_irq_helpe.patch patches.suse/1195-drm-amd-display-Promote-DAL-to-3.2.323.patch patches.suse/1196-drm-amd-Copy-entire-structure-in-amdgpu_acpi_get_bac.patch patches.suse/1197-drm-amd-Pass-luminance-data-to-amdgpu_dm_backlight_c.patch patches.suse/1198-drm-amd-display-Avoid-operating-on-copies-of-backlig.patch patches.suse/1199-drm-amd-display-Add-support-for-custom-brightness-cu.patch patches.suse/1200-drm-amd-display-Add-a-new-dcdebugmask-to-allow-turni.patch patches.suse/1201-drm-amdgpu-Remove-ppatomfwctrl-deadcode.patch patches.suse/1202-drm-amdgpu-Remove-phm_powerdown_uvd.patch patches.suse/1203-drm-amdgpu-Remove-powerdown_uvd-member.patch patches.suse/1204-drm-amdgpu-Remove-unused-pre_surface_trace.patch patches.suse/1205-drm-amdgpu-Remove-unused-print__rq_dlg_params_st.patch patches.suse/1206-drm-amdgpu-Remove-unused-pqm_get_kernel_queue.patch patches.suse/1207-drm-amdgpu-Set-PG-state-to-gating-for-vcn_v_5_0_1.patch patches.suse/1208-drm-amd-pm-Fix-indentation-issue.patch patches.suse/1209-drm-amdgpu-add-some-comments-in-DCE6.patch patches.suse/1210-drm-amdgpu-fix-style-in-DCE6.patch patches.suse/1211-drm-amdgpu-add-dce_v6_0_soft_reset-to-DCE6.patch patches.suse/1212-drm-amdgpu-Use-the-right-struct-for-VCN-v5.0.1.patch patches.suse/1213-drm-amdgpu-Reinit-FW-shared-flags-on-VCN-v5.0.1.patch patches.suse/1214-drm-amdgpu-Update-headers-for-CPER-support-on-SRIOV.patch patches.suse/1215-drm-amd-display-Add-workaround-for-a-panel.patch patches.suse/1216-drm-amd-display-use-drm_-instead-of-DRM_-in-apply_ed.patch patches.suse/1217-drm-amdkfd-remove-unnecessary-cpu-domain-validation.patch patches.suse/1218-drm-amdgpu-Add-support-for-CPERs-on-virtualization.patch patches.suse/1219-drm-amdgpu-Fix-core-reset-sequence-for-JPEG4_0_3.patch patches.suse/drm-amdgpu-Do-not-program-AGP-BAR-regs-under-SRIOV-i.patch patches.suse/1221-drm-amdkfd-implement-per-queue-sdma-reset-for-gfx-9..patch patches.suse/1222-drm-amdkfd-flag-per-sdma-queue-reset-supported-to-us.patch patches.suse/1223-drm-amdgpu-Fix-core-reset-sequence-for-JPEG5_0_1.patch patches.suse/1224-drm-amdgpu-Do-not-write-to-GRBM_CNTL-if-Aldebaran-SR.patch patches.suse/1225-drm-amdgpu-fix-inconsistent-indenting-warning.patch patches.suse/1226-drm-amdkfd-remove-unused-debug-gws-support-status-va.patch patches.suse/1227-drm-amdgpu-Do-not-set-power-brake-sequence-for-Aldeb.patch patches.suse/drm-amdgpu-Fix-missing-drain-retry-fault-the-last-en.patch patches.suse/1229-drm-amdgpu-increase-RAS-bad-page-threshold.patch patches.suse/1230-drm-amdgpu-retire-ip-init-code-specific-for-A0-rev.patch patches.suse/1231-drm-amdgpu-fix-the-gb_addr_config_fields-init-value-.patch patches.suse/1232-drm-amdgpu-Use-unique-CPER-record-id-across-devices.patch patches.suse/drm-amdgpu-handle-amdgpu_cgs_create_device-errors-in.patch patches.suse/1234-drm-amdgpu-Fix-annotation-for-dce_v6_0_line_buffer_a.patch patches.suse/1235-drm-amdgpu-add-defines-for-pin_offsets-in-DCE8.patch patches.suse/1236-drm-amdkfd-clear-F8_MODE-for-gfx950.patch patches.suse/1237-drm-amd-amdgpu-Add-missing-GC-11.5.0-register.patch patches.suse/drm-amdkfd-Set-per-process-flags-only-once-cik-vi.patch patches.suse/drm-amdkfd-Set-per-process-flags-only-once-for-gfx9-.patch patches.suse/1240-drm-amdkfd-Add-support-for-more-per-process-flag.patch patches.suse/1241-drm-msm-dpu-Add-writeback-support-for-SM6150.patch patches.suse/1242-drm-msm-dpu-Simplify-using-local-ctl-variable.patch patches.suse/1243-drm-msm-Use-str_enable_disable-like-helpers.patch patches.suse/1244-drm-msm-dpu-Fall-back-to-a-single-DSC-encoder-1-1-1-.patch patches.suse/drm-msm-dpu-don-t-use-active-in-atomic_check.patch patches.suse/1246-drm-msm-dpu-move-needs_cdm-setting-to-dpu_encoder_ge.patch patches.suse/1247-drm-msm-dpu-simplify-dpu_encoder_get_topology-interf.patch patches.suse/0003-dt-bindings-display-msm-dsi-phy-Add-header-with-expo.patch patches.suse/1248-drm-msm-dsi-phy-Use-the-header-with-clock-IDs.patch patches.suse/drm-msm-dsi-phy-Program-clock-inverters-in-correct-r.patch patches.suse/1250-drm-msm-dsi-Drop-redundant-NULL-ifying-of-clocks-on-.patch patches.suse/1251-drm-msm-dsi-Simplify-with-dev_err_probe.patch patches.suse/1252-drm-msm-dsi-Minor-whitespace-and-style-cleanup.patch patches.suse/1253-drm-msm-dsi-Drop-unnecessary-ENOMEM-message.patch patches.suse/drm-msm-dsi-Use-existing-per-interface-slice-count-i.patch patches.suse/drm-msm-dsi-Set-PHY-usescase-and-mode-before-registe.patch patches.suse/1256-drm-msm-dpu-Remove-arbitrary-limit-of-1-interface-in.patch patches.suse/1257-drm-msm-dsi-Allow-values-of-10-and-12-for-bits-per-c.patch patches.suse/drm-msm-dsi-Add-check-for-devm_kstrdup.patch patches.suse/1259-drm-msm-dsi-phy-Use-dsi_pll_cmn_clk_cfg1_update-when.patch patches.suse/1260-drm-msm-dsi-phy-Define-PHY_CMN_CLK_CFG-01-bitfields-.patch patches.suse/1261-drm-msm-register-a-fault-handler-for-display-mmu-fau.patch patches.suse/1262-drm-msm-iommu-rename-msm_fault_handler-to-msm_gpu_fa.patch patches.suse/1263-drm-msm-iommu-introduce-msm_iommu_disp_new-for-msm_k.patch patches.suse/1264-drm-msm-switch-msm_kms-to-use-msm_iommu_disp_new.patch patches.suse/1265-drm-msm-dpu-rate-limit-snapshot-capture-for-mmu-faul.patch patches.suse/drm-msm-a6xx-Fix-stale-rpmh-votes-from-GPU.patch patches.suse/1267-drm-msm-Expose-DRIVER_SYNCOBJ_TIMELINE.patch patches.suse/1268-drm-msm-Extend-gpu-devcore-dumps-with-pgtbl-info.patch patches.suse/1269-drm-msm-gem-Fix-error-code-msm_parse_deps.patch patches.suse/1270-drm-msm-a6xx-Split-out-gpucc-register-block.patch patches.suse/1271-drm-msm-a6xx-Fix-gpucc-register-block-for-A621.patch patches.suse/1272-drm-msm-a6xx-Add-support-for-Adreno-623.patch patches.suse/1273-drm-msm-dpu-don-t-set-crtc_state-mode_changed-from-a.patch patches.suse/1274-drm-msm-dpu-fill-CRTC-resources-in-dpu_crtc.c.patch patches.suse/1275-drm-msm-dpu-move-resource-allocation-to-CRTC.patch patches.suse/1276-drm-msm-dpu-switch-RM-to-use-crtc_id-rather-than-enc.patch patches.suse/1277-drm-msm-dpu-Add-CWB-to-msm_display_topology.patch patches.suse/1278-drm-msm-dpu-Require-modeset-if-clone-mode-status-cha.patch patches.suse/1279-drm-msm-dpu-Fail-atomic_check-if-multiple-outputs-re.patch patches.suse/1280-drm-msm-dpu-Reserve-resources-for-CWB.patch patches.suse/1281-drm-msm-dpu-Configure-CWB-in-writeback-encoder.patch patches.suse/1282-drm-msm-dpu-Support-CWB-in-dpu_hw_ctl.patch patches.suse/1283-drm-msm-dpu-Adjust-writeback-phys-encoder-setup-for-.patch patches.suse/1284-drm-msm-dpu-Start-frame-done-timer-after-encoder-kic.patch patches.suse/1285-drm-msm-dpu-Skip-trigger-flush-and-start-for-CWB.patch patches.suse/1286-drm-msm-dpu-Reorder-encoder-kickoff-for-CWB.patch patches.suse/1287-drm-msm-dpu-Set-possible-clones-for-all-encoders.patch patches.suse/1288-drm-msm-hdmi-switch-to-atomic-bridge-callbacks.patch patches.suse/1289-drm-msm-hdmi-program-HDMI-timings-during-atomic_pre_.patch patches.suse/1290-drm-msm-hdmi-make-use-of-the-drm_connector_hdmi-fram.patch patches.suse/1291-drm-msm-hdmi-get-rid-of-hdmi_mode.patch patches.suse/1292-drm-msm-hdmi-update-HDMI_GEN_PKT_CTRL_GENERIC0_UPDAT.patch patches.suse/1293-drm-msm-hdmi-also-send-the-SPD-and-HDMI-Vendor-Speci.patch patches.suse/1294-drm-msm-hdmi-use-DRM-HDMI-Audio-framework.patch patches.suse/1295-drm-msm-dpu-fix-error-pointer-dereference-in-msm_kms.patch patches.suse/1296-drm-msm-dpu-rename-CDM-block-definition.patch patches.suse/1297-drm-msm-dpu-enable-CDM_0-for-DPUs-5.x.patch patches.suse/1298-drm-msm-dpu-enable-CDM_0-for-DPUs-1.x-4.x.patch patches.suse/1299-drm-msm-dpu-enable-CDM_0-for-SC8280XP-platform.patch patches.suse/1300-drm-msm-dpu-enable-CDM_0-for-X-Elite-platform.patch patches.suse/1301-drm-msm-dpu-extract-bandwidth-aggregation-function.patch patches.suse/1302-drm-msm-dpu-remove-duplicate-code-calculating-sum-of.patch patches.suse/1303-drm-msm-dpu-change-ib-values-to-u32.patch patches.suse/1304-drm-msm-dpu-make-fix_core_ab_vote-consistent-with-fi.patch patches.suse/1305-drm-msm-dpu-also-use-KBps-for-bw_ctl-output.patch patches.suse/1306-drm-msm-dpu-rename-average-bandwidth-related-debugfs.patch patches.suse/1307-drm-msm-dpu-drop-core_clk_rate-overrides-from-_dpu_c.patch patches.suse/1308-drm-msm-dpu-handle-perf-mode-in-_dpu_core_perf_crtc_.patch patches.suse/drm-msm-a6xx-Fix-a6xx-indexed-regs-in-devcoreduump.patch patches.suse/1310-drm-msm-dpu-Clear-perf-params-before-calculating-bw.patch patches.suse/1311-drm-msm-dpu-Support-YUV-formats-on-writeback-for-DPU.patch patches.suse/1312-drm-msm-dpu-Adjust-CDM_MUX-to-support-CWB-PINGPONG.patch patches.suse/1313-drm-msm-dpu-Remove-duplicate-dpu_hw_cwb.h-header.patch patches.suse/1314-drm-msm-dpu-correct-dpu_crtc_check_mode_changed-docs.patch patches.suse/1315-drm-msm-dpu-correct-struct-dpu_encoder_virt-docs.patch patches.suse/1316-drm-msm-dpu-Fix-uninitialized-variable-in-dpu_crtc_k.patch patches.suse/1317-drm-msm-dpu-drop-wb2_formats_rgb.patch patches.suse/1318-drm-xe-userptr-remove-tmp_evict-list.patch patches.suse/1319-drm-xe-Add-engine-activity-support.patch patches.suse/1320-drm-xe-trace-Add-trace-for-engine-activity.patch patches.suse/1321-drm-xe-guc-Expose-engine-activity-only-for-supported.patch patches.suse/1322-drm-xe-xe_pmu-Add-PMU-support-for-engine-activity.patch patches.suse/1323-drm-xe-xe_pmu-Acquire-forcewake-on-event-init-for-en.patch patches.suse/1324-drm-xe-devcoredump-Fix-print-typo-of-offset.patch patches.suse/1325-drm-xe-devcoredump-Remove-IS_ERR_OR_NULL-check-for-k.patch patches.suse/drivers-base-devres-Allow-to-release-group-on-device.patch patches.suse/1326-drm-xe-Stop-setting-drvdata-to-NULL.patch patches.suse/1327-drm-xe-Switch-from-xe-to-devm-actions.patch patches.suse/1328-drm-xe-Drop-remove-callback-support.patch patches.suse/1329-drm-xe-display-Drop-xe_display_driver_remove.patch patches.suse/1330-drm-xe-Move-survivability-entirely-to-xe_pci.patch patches.suse/1331-drm-xe-Stop-ignoring-errors-from-xe_heci_gsc_init.patch patches.suse/1332-drm-xe-Rename-update_device_info-after-sriov.patch patches.suse/1333-drm-xe-Stop-ignoring-errors-from-xe_ttm_sys_mgr_init.patch patches.suse/1334-drm-xe-gt_stats-Use-atomic64_t-for-counters.patch patches.suse/1335-drm-xe-gt_pagefault-Change-vma_pagefault-unit-to-kil.patch patches.suse/1336-drm-xe-Add-Wa_16021333562-and-Wa_14016712196.patch patches.suse/1337-drm-xe-oa-Refactor-WAs-to-use-XE_WA-macro.patch patches.suse/1338-drm-xe-Fix-uninitialized-pointer-def.patch patches.suse/1339-drm-xe-topology-Add-a-function-to-find-the-index-of-.patch patches.suse/1340-drm-xe-uapi-Introduce-API-for-EU-stall-sampling.patch patches.suse/1341-drm-xe-eustall-Add-support-to-init-enable-and-disabl.patch patches.suse/1342-drm-xe-eustall-Add-support-to-read-and-poll-EU-stall.patch patches.suse/1343-drm-xe-eustall-Add-support-to-handle-dropped-EU-stal.patch patches.suse/1344-drm-xe-eustall-Add-EU-stall-sampling-support-for-Xe2.patch patches.suse/1345-drm-xe-uapi-Add-a-device-query-to-get-EU-stall-sampl.patch patches.suse/1346-drm-xe-eustall-Add-workaround-22016596838-which-appl.patch patches.suse/1347-drm-xe-pxp-Don-t-kill-queues-while-holding-PXP-locks.patch patches.suse/1348-drm-xe-Eliminate-usage-of-TIMESTAMP_OVERRIDE.patch patches.suse/drm-xe-xe_gen_wa_oob-replace-program_invocation_shor.patch patches.suse/1350-drm-xe-xe3lpg-Add-Wa_13012615864.patch patches.suse/drm-xe-pf-Create-a-link-between-PF-and-VF-devices.patch patches.suse/drm-xe-vf-Retry-sending-MMIO-request-to-GUC-on-timeo.patch patches.suse/drm-xe-xelp-Move-Wa_16011163337-from-tunings-to-work.patch patches.suse/1354-drm-xe-xelp-Add-Wa_1604555607.patch patches.suse/1355-drm-xe-xelp-L3-recommended-hashing-mask.patch patches.suse/1356-drm-xe-Add-performance-tunings-to-debugfs.patch patches.suse/1357-drm-xe-uapi-Use-hint-for-guc-to-set-GT-frequency.patch patches.suse/1358-drm-xe-Set-IP-names-in-functions-handling-IP-version.patch patches.suse/1359-drm-xe-Disambiguate-GMDID-based-IP-names.patch patches.suse/1360-drm-xe-Rename-gmdid_map-to-xe_ip.patch patches.suse/1361-drm-xe-Define-xe_ip-instances-before-xe_device_desc.patch patches.suse/1362-drm-xe-Convert-pre-GMDID-IPs-to-struct-xe_ip.patch patches.suse/1363-drm-xe-Re-use-feature-descriptors-for-pre-GMDID-IPs.patch patches.suse/1364-drm-xe-Simplify-setting-release-info-in-xe-info.patch patches.suse/1365-drm-xe-Allow-fault-injection-in-exec-queue-IOCTLs.patch patches.suse/drm-xe-Retry-BO-allocation.patch patches.suse/0009-mm-migrate-Add-migrate_device_pfns.patch patches.suse/1367-drm-pagemap-Add-DRM-pagemap.patch patches.suse/1368-drm-xe-bo-Introduce-xe_bo_put_async.patch patches.suse/1369-drm-gpusvm-Add-support-for-GPU-Shared-Virtual-Memory.patch patches.suse/1370-drm-xe-Select-DRM_GPUSVM-Kconfig.patch patches.suse/1371-drm-xe-uapi-Add-DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR.patch patches.suse/1372-drm-xe-Add-SVM-init-close-fini-to-faulting-VMs.patch patches.suse/1373-drm-xe-Add-dma_addr-res-cursor.patch patches.suse/drm-xe-Nuke-VM-s-mapping-upon-close.patch patches.suse/1375-drm-xe-Add-SVM-range-invalidation-and-page-fault.patch patches.suse/1376-drm-gpuvm-Add-DRM_GPUVA_OP_DRIVER.patch patches.suse/1377-drm-xe-Add-re-bind-to-SVM-page-fault-handler.patch patches.suse/1378-drm-xe-Add-SVM-garbage-collector.patch patches.suse/1379-drm-xe-Add-unbind-to-SVM-garbage-collector.patch patches.suse/1380-drm-xe-Do-not-allow-CPU-address-mirror-VMA-unbind-if.patch patches.suse/1381-drm-xe-Enable-CPU-address-mirror-uAPI.patch patches.suse/1382-drm-xe-uapi-Add-DRM_XE_QUERY_CONFIG_FLAG_HAS_CPU_ADD.patch patches.suse/1383-drm-xe-Add-migrate-layer-functions-for-SVM-support.patch patches.suse/1384-drm-xe-Add-SVM-device-memory-mirroring.patch patches.suse/1385-drm-xe-Add-drm_gpusvm_devmem-to-xe_bo.patch patches.suse/1386-drm-xe-Add-drm_pagemap-ops-to-SVM.patch patches.suse/1387-drm-xe-Add-GPUSVM-device-memory-copy-vfunc-functions.patch patches.suse/1388-drm-xe-Add-Xe-SVM-populate_devmem_pfn-GPU-SVM-vfunc.patch patches.suse/1389-drm-xe-Add-Xe-SVM-devmem_release-GPU-SVM-vfunc.patch patches.suse/1390-drm-xe-Add-SVM-VRAM-migration.patch patches.suse/1391-drm-xe-Basic-SVM-BO-eviction.patch patches.suse/1392-drm-xe-Add-SVM-debug.patch patches.suse/1393-drm-xe-Add-modparam-for-SVM-notifier-size.patch patches.suse/1394-drm-xe-Add-always_migrate_to_vram-modparam.patch patches.suse/1395-drm-doc-gpusvm-Add-GPU-SVM-documentation.patch patches.suse/1396-drm-i915-power-move-runtime-power-status-info-to-pow.patch patches.suse/1397-drm-i915-Fix-pipeDMC-and-ATS-fault-handling.patch patches.suse/1398-drm-i915-display-remove-leftover-struct-drm_i915_pri.patch patches.suse/1399-drm-i915-debugfs-continue-display-debugfs-struct-int.patch patches.suse/1400-drm-i915-tdf-convert-intel_tdf.-ch-to-struct-intel_d.patch patches.suse/1401-drm-i915-snps-convert-intel_snps_phy.-ch-to-struct-i.patch patches.suse/1402-drm-i915-dkl-convert-intel_dkl_phy.-ch-to-struct-int.patch patches.suse/1403-drm-i915-drrs-convert-intel_drrs.-ch-to-struct-intel.patch patches.suse/1404-drm-i915-display-convert-the-M-N-functions-to-struct.patch patches.suse/1405-drm-i915-dpt-convert-intel_dpt.-ch-interfaces-to-str.patch patches.suse/1406-drm-i915-fbc-convert-intel_fbc.-ch-to-struct-intel_d.patch patches.suse/1407-drm-i915-rps-convert-intel_display_rps.-ch-to-struct.patch patches.suse/1408-drm-i915-ddi-convert-intel_wait_ddi_buf_idle-to-stru.patch patches.suse/1409-drm-i915-fdi-convert-intel_fdi.-ch-to-struct-intel_d.patch patches.suse/1410-drm-i915-vdsc-intel_display-conversions.patch patches.suse/1411-drm-i915-pfit-rename-intel_panel_fitting-to-intel_pf.patch patches.suse/1412-drm-i915-pfit-move-ilk-and-i9xx-pfit-code-to-intel_p.patch patches.suse/1413-drm-i915-pfit-fix-comment-style-for-moved-comments.patch patches.suse/1414-drm-i915-pfit-convert-moved-code-to-struct-intel_dis.patch patches.suse/1415-drm-i915-pfit-split-out-intel_pfit_regs.h.patch patches.suse/1416-drm-i915-dsb-Allow-DSB-based-updates-without-planes.patch patches.suse/1417-drm-i915-dsb-Plumb-dsb-into-plane-scaler-functions.patch patches.suse/1418-drm-i915-dsb-Allow-DSB-based-commits-when-scalers-ar.patch patches.suse/1419-drm-i915-display-Use-IP-version-check-for-Wa_1402086.patch patches.suse/1420-drm-i915-audio-Extend-Wa_14020863754-to-Xe3_LPD.patch patches.suse/1421-drm-i915-display-Use-explicit-base-values-in-POWER_D.patch patches.suse/1422-drm-i915-display-Make-POWER_DOMAIN_-always-result-in.patch patches.suse/1423-drm-i915-mst-add-mst-sub-struct-to-struct-intel_dp.patch patches.suse/1424-drm-i915-mst-add-mst-sub-struct-to-struct-intel_conn.patch patches.suse/1425-drm-i915-hdcp-add-hdcp-sub-struct-to-struct-intel_di.patch patches.suse/1426-drm-i915-pxp-drm-xe-pxp-Figure-out-pxp-instance-from.patch patches.suse/1427-drm-i915-relocate-intel_plane_ggtt_offset-to-intel_a.patch patches.suse/1428-drm-i915-split-out-i915_gtt_view_types.h-from-i915_v.patch patches.suse/1429-drm-i915-fbc-remove-one-duplicate-forward-declaratio.patch patches.suse/1430-drm-damage-helper-add-const-qualifier-in-drm_atomic_.patch patches.suse/1431-drm-i915-display-update-and-store-the-plane-damage-c.patch patches.suse/1432-drm-i915-fbc-add-register-definitions-for-fbc-dirty-.patch patches.suse/1433-drm-i915-fbc-introduce-HAS_FBC_DIRTY_RECT-for-FBC-di.patch patches.suse/1434-drm-i915-fbc-avoid-calling-fbc-activate-if-fbc-is-ac.patch patches.suse/1435-drm-i915-fbc-dirty-rect-support-for-FBC.patch patches.suse/1436-drm-i915-fbc-disable-FBC-if-PSR2-selective-fetch-is-.patch patches.suse/1437-drm-i915-fbc-handle-dirty-rect-coords-for-the-first-.patch patches.suse/1438-drm-i915-display-convert-display-reset-to-struct-int.patch patches.suse/1439-drm-i915-move-pending_fb_pin-to-struct-intel_display.patch patches.suse/1440-drm-i915-reset-add-intel_gt_gpu_reset_clobbers_displ.patch patches.suse/1441-drm-i915-reset-add-intel_display_reset_test.patch patches.suse/1442-drm-i915-reset-remove-I915_RESET_MODESET-flag.patch patches.suse/1443-drm-i915-reset-decide-whether-display-reset-is-neede.patch patches.suse/1444-drm-i915-reset-pass-test-only-parameter-to-intel_dis.patch patches.suse/1445-drm-i915-reset-add-modeset_stuck-callback-to-intel_d.patch patches.suse/1446-drm-i915-display-convert-various-port-phy-helpers-to.patch patches.suse/1447-drm-i915-display-convert-some-intel_display.-ch-func.patch patches.suse/1448-drm-i915-display-convert-intel_has_pending_fb_unpin-.patch patches.suse/1449-drm-i915-display-remove-dupe-intel_update_watermarks.patch patches.suse/1450-drm-i915-display-convert-intel_display.c-to-struct-i.patch patches.suse/1451-drm-xe-display-Fix-fbdev-GGTT-mapping-handling.patch patches.suse/1452-drm-i915-xe-Suspend-resume-fbdev-emulation-via-clien.patch patches.suse/1453-drm-client-Add-client-hotplug-helper.patch patches.suse/1454-drm-client-Send-pending-hotplug-events-after-resume.patch patches.suse/1455-drm-i915-display-Remove-fbdev-suspend-and-hotplug-tr.patch patches.suse/1456-drm-i915-display-fbdev-Move-custom-restore-code-to-n.patch patches.suse/1457-drm-i915-display-fbdev-Move-custom-suspend-code-to-n.patch patches.suse/1458-drm-i915-display-Remove-preferred_bpp-from-struct-in.patch patches.suse/1459-drm-i915-display-Remove-struct-drm_fb_helper-from-st.patch patches.suse/1460-drm-i915-display-Move-fbdev-code-around.patch patches.suse/1461-drm-i915-xe-Run-DRM-default-client-setup.patch patches.suse/1462-drm-i915-display-Remove-compile-guard-around-fbdev-d.patch patches.suse/1463-drm-fb-helper-Remove-struct-drm_fb_helper.fb_probe.patch patches.suse/1464-drm-xe-compat-refactor-compat-i915_drv.h.patch patches.suse/1465-drm-i915-plane-convert-intel_atomic_plane.-ch-to-str.patch patches.suse/1466-drm-i915-Program-CURSOR_PROGRAM-and-COEFF_POLARITY-f.patch patches.suse/1467-drm-i915-Drop-redundant-shared_dpll-NULL-assignments.patch patches.suse/1468-drm-i915-Don-t-clobber-crtc_state-cpu_transcoder-for.patch patches.suse/1469-drm-i915-Use-intel_plane_set_invisible-in-intel_plan.patch patches.suse/1470-drm-i915-Extract-intel_cdclk_crtc_disable_noatomic.patch patches.suse/1471-drm-i915-Extract-skl_wm_crtc_disable_noatomic.patch patches.suse/1472-drm-i915-clean-up-pipe-s-ddb-usage-in-intel_crtc_dis.patch patches.suse/1473-drm-i915-Add-skl_wm_plane_disable_noatomic.patch patches.suse/1474-drm-i915-Extract-intel_bw_crtc_disable_noatomic.patch patches.suse/1475-drm-i915-Extract-intel_cdclk_update_hw_state.patch patches.suse/1476-drm-i915-Extract-intel_bw_update_hw_state.patch patches.suse/1477-drm-i915-Update-bw_state-active_pipes-during-readout.patch patches.suse/1478-drm-i915-Skip-some-bw_state-readout-on-pre-icl.patch patches.suse/1479-sem-i915-Simplify-intel_cdclk_update_hw_state.patch patches.suse/1480-drm-i915-Simplify-cdclk_disable_noatomic.patch patches.suse/1481-drm-i915-Split-wm-sanitize-from-readout.patch patches.suse/1482-drm-i915-Do-wm-readout-ealier-for-skl.patch patches.suse/1483-drm-i915-Move-dbuf_state-active_pipes-into-skl_wm_ge.patch patches.suse/1484-drm-i915-Relocate-intel_bw_crtc_update.patch patches.suse/1485-gpu-nova-core-add-initial-driver-stub.patch patches.suse/1486-gpu-nova-core-add-initial-documentation.patch patches.suse/1487-drm-i915-selftest-Change-throttle-criteria-for-rps.patch patches.suse/1488-drm-i915-Add-debug-print-about-hw-config-table-size.patch patches.suse/1489-drm-i915-uc-Include-requested-frequency-in-slow-firm.patch patches.suse/1490-drm-i915-pmu-Remove-i915_pmu_event_event_idx.patch patches.suse/1491-drm-i915-Remove-unused-live_context_for_engine.patch patches.suse/1492-drm-i915-Add-Wa_22010465259-in-its-respective-WA-lis.patch patches.suse/1493-drm-i915-selftests-Correct-frequency-handling-in-RPS.patch patches.suse/1494-drm-i915-guc-slpc-Add-helper-function-slpc_measure_p.patch patches.suse/1495-Revert-drm-i915-gt-Log-reason-for-setting-TAINT_WARN.patch patches.suse/1496-drm-i915-slpc-Add-sysfs-for-SLPC-power-profiles.patch patches.suse/1497-drm-i915-pmu-Drop-custom-hotplug-code.patch patches.suse/1498-selftests-i915-Use-struct_size-helper-in-kmalloc.patch patches.suse/1499-drm-i915-selftests-use-prandom-in-selftest.patch patches.suse/1500-drm-i915-gt-Replace-kmap-with-its-safer-kmap_local_p.patch patches.suse/1501-drm-i915-gt-add-wait-on-depth-stall-done-bit-handlin.patch patches.suse/drm-mediatek-mtk_hdmi-Unregister-audio-platform-devi.patch patches.suse/drm-mediatek-mtk_hdmi-Fix-typo-for-aud_sampe_size-me.patch patches.suse/1504-drm-mediatek-mtk_hdmi-Compress-of_device_id-array-en.patch patches.suse/1505-drm-mediatek-mtk_hdmi-Move-vendor-product-strings-to.patch patches.suse/1506-drm-mediatek-mtk_hdmi-Remove-unused-members-of-struc.patch patches.suse/1507-drm-mediatek-mtk_hdmi-Use-devm-managed-version-of-dr.patch patches.suse/1508-drm-mediatek-mtk_hdmi-Remove-ifdef-for-CONFIG_PM_SLE.patch patches.suse/1509-drm-mediatek-mtk_hdmi-Remove-goto-in-mtk_hdmi_clk_en.patch patches.suse/1510-drm-mediatek-mtk_hdmi-Remove-driver-bound-to-HDMI-pr.patch patches.suse/1511-drm-mediatek-mtk_hdmi-Cleanup-function-mtk_hdmi_resu.patch patches.suse/1512-drm-mediatek-mtk_dpi-Add-support-for-Pattern-Generat.patch patches.suse/1513-drm-mediatek-mtk_dpi-Use-an-array-for-pixclk-factor-.patch patches.suse/1514-drm-mediatek-mtk_dpi-Move-pixel-clock-setting-flow-t.patch patches.suse/drm-mediatek-mtk_dpi-Add-checks-for-reg_h_fre_con-ex.patch patches.suse/drm-mediatek-mtk_dpi-Move-the-input_2p_en-bit-to-pla.patch patches.suse/1517-drm-mediatek-mtk_dpi-Add-support-for-DPI-input-clock.patch patches.suse/1518-drm-mediatek-mtk_dpi-Support-AFIFO-1T1P-output-and-c.patch patches.suse/drm-mediatek-mtk_dpi-Explicitly-manage-TVD-clock-in-.patch patches.suse/1520-drm-mediatek-Add-support-for-MT8195-Digital-Parallel.patch patches.suse/drm-mediatek-Fix-config_updating-flag-never-false-wh.patch patches.suse/drm-mediatek-dp-drm_err-dev_err-in-HPD-path-to-avoid.patch patches.suse/1523-drm-mediatek-add-MT8365-SoC-support.patch patches.suse/drm-mediatek-dsi-fix-error-codes-in-mtk_dsi_host_tra.patch patches.suse/1525-drm-xe-guc_pc-Remove-duplicated-pc_start-call.patch patches.suse/1526-drm-gpusvm-Fix-kernel-doc.patch patches.suse/1527-drm-xe-rtp-Drop-sentinels-from-arg-to-xe_rtp_process.patch patches.suse/1528-drm-xe-Fix-MOCS-debugfs-LNCF-readout.patch patches.suse/1529-drm-xe-Fix-ring-flush-invalidation.patch patches.suse/1530-drm-xe-Pass-flags-directly-to-emit_flush_imm_ggtt.patch patches.suse/1531-drm-xe-Use-correct-type-width-for-alignment-in-fb-pi.patch patches.suse/1532-drm-appletbdrm-Fix-ref-counting-on-dmadev.patch patches.suse/1533-drm-amd-display-allow-256B-DCC-max-compressed-block-.patch patches.suse/1534-drm-amdgpu-vcn-fix-idle-work-handler-for-VCN-2.5.patch patches.suse/1535-drm-amdkfd-Add-pm_config_dequeue_wait_counts-API.patch patches.suse/drm-amd-display-Fix-incorrect-DPCD-configs-while-Rep.patch patches.suse/1537-drm-amd-display-Add-more-debug-data-to-dmub_srv.patch patches.suse/1538-drm-amd-display-Add-and-use-new-dm_prepare_suspend-c.patch patches.suse/drm-amd-display-Do-not-enable-replay-when-vtotal-upd.patch patches.suse/drm-amd-display-not-abort-link-train-when-bw-is-low.patch patches.suse/1541-drm-amd-display-Implement-PCON-regulated-autonomous-.patch patches.suse/1542-drm-amd-display-assume-VBIOS-supports-DSC-as-default.patch patches.suse/1543-drm-amd-display-Add-Support-for-reg-inbox0-for-host-.patch patches.suse/1544-drm-amd-display-Fix-visual-confirm-color-not-updatin.patch patches.suse/drm-amd-display-calculate-the-remain-segments-for-al.patch patches.suse/drm-amd-display-Correct-timing_adjust_pending-flag-s.patch patches.suse/1547-drm-amd-display-Prevent-VStartup-Overflow.patch patches.suse/drm-amd-display-Add-scoped-mutexes-for-amdgpu_dm_dhc.patch patches.suse/1549-drm-amd-display-Drop-unnecessary-ret-variable-for-en.patch patches.suse/drm-amd-display-remove-minimum-Dispclk-and-apply-oem.patch patches.suse/1551-drm-amd-display-Promote-DAL-to-3.2.324.patch patches.suse/1552-drm-amd-display-change-kzalloc-to-kcalloc-in-dcn30_v.patch patches.suse/1553-drm-amd-display-change-kzalloc-to-kcalloc-in-dcn31_v.patch patches.suse/1554-drm-amd-display-change-kzalloc-to-kcalloc-in-dcn314_.patch patches.suse/1555-drm-amd-display-change-kzalloc-to-kcalloc-in-dml1_va.patch patches.suse/1556-drm-amdgpu-Trigger-a-wedged-event-for-ring-reset.patch patches.suse/1557-drm-amdgpu-gfx-delete-stray-tabs.patch patches.suse/1558-drm-amdkfd-delete-stray-tab-in-kfd_dbg_set_mes_debug.patch patches.suse/1559-drm-amdgpu-prepare-DCE6-uniformisation-with-DCE8-and.patch patches.suse/1560-drm-amdgpu-fix-SI-s-GB_ADDR_CONFIG_GOLDEN-values-and.patch patches.suse/1561-drm-amdgpu-finish-wiring-up-sid.h-in-DCE6.patch patches.suse/drm-amdgpu-Update-SRIOV-video-codec-caps.patch patches.suse/1563-drm-amdgpu-Remove-unsupported-xgmi-versions.patch patches.suse/drm-amdgpu-Fix-the-race-condition-for-draining-retry.patch patches.suse/drm-amdgpu-gfx11-don-t-read-registers-in-mqd-init.patch patches.suse/drm-amdgpu-gfx12-don-t-read-registers-in-mqd-init.patch patches.suse/1567-drm-amd-pm-Update-feature-list-for-smu_v13_0_12.patch patches.suse/1568-drm-amdgpu-Reduce-dequeue-retry-timeout-for-gfx9-fam.patch patches.suse/1569-drm-amdgpu-pm-add-VCN-activity-for-renoir.patch patches.suse/1570-drm-amdgpu-Calculate-IP-specific-xgmi-bandwidth.patch patches.suse/1571-drm-amd-display-Remove-incorrect-macro-guard.patch patches.suse/1572-drm-amdgpu-pm-add-VCN-activity-for-SMU-13.0.0-7.patch patches.suse/1573-drm-amdgpu-pm-add-VCN-activity-for-SMU-14.0.2.patch patches.suse/1574-drm-amdgpu-pm-enable-vcn-busy-sysfs-for-additional-G.patch patches.suse/1575-drm-amdgpu-pm-enable-vcn-busy-sysfs-for-GC-12.x.patch patches.suse/1576-drm-amdgpu-pm-enable-vcn-busy-sysfs-for-GC-9.3.0.patch patches.suse/1577-drm-amdgpu-Add-amdgpu_sriov_multi_vf_mode-function.patch patches.suse/1578-drm-amdgpu-set-CP_HQD_PQ_DOORBELL_CONTROL.DOORBELL_M.patch patches.suse/1579-drm-amdgpu-Save-PA-of-bad-pages-for-old-asics.patch patches.suse/drm-amdkfd-Correct-F8_MODE-for-gfx950.patch patches.suse/1581-drm-amdgpu-Enable-ACA-by-default-for-psp-v13_0_6-v13.patch patches.suse/1582-drm-amd-amdgpu-Fix-MES-init-sequence.patch patches.suse/drm-amd-display-avoid-NPD-when-ASIC-does-not-support.patch patches.suse/1584-drm-amdgpu-drop-drm_firmware_drivers_only.patch patches.suse/drm-amdgpu-adjust-drm_firmware_drivers_only-handling.patch patches.suse/1586-drm-amdgpu-don-t-free-conflicting-apertures-for-non-.patch patches.suse/1587-drm-amdgpu-format-old-RAS-eeprom-data-into-V3-versio.patch patches.suse/1588-drm-amd-amdgpu-shorten-the-gfx-idle-worker-timeout.patch patches.suse/1589-drm-amdgpu-Fix-computation-for-remain-size-of-CPER-r.patch patches.suse/1590-drm-amdgpu-Add-debug-masks-for-HDCP-LC-FW-testing.patch patches.suse/1591-drm-amd-display-Check-pipe-stream-before-passing-it-.patch patches.suse/1592-drm-amd-display-Prevent-VStartup-Overflow.patch patches.suse/drm-amd-display-Guard-against-setting-dispclk-low-fo.patch patches.suse/1594-drm-amd-display-Change-notification-of-link-BW-alloc.patch patches.suse/1595-drm-amd-display-Revert-Support-for-reg-inbox0-for-ho.patch patches.suse/1596-drm-amd-display-Update-static-soc-table.patch patches.suse/1597-drm-amd-display-Use-DPM-table-clk-setting-for-dml2-s.patch patches.suse/1598-drm-amd-display-3.2.325.patch patches.suse/drm-amdgpu-release-xcp_mgr-on-exit.patch patches.suse/1600-drm-amdgpu-Fix-SDMA-engine-reset-logic.patch patches.suse/1601-drm-amdgpu-Use-wafl-version-for-xgmi.patch patches.suse/drm-amdgpu-grab-an-additional-reference-on-the-gang-.patch patches.suse/1603-drm-radeon-uvd-Replace-nested-max-with-single-max3.patch patches.suse/1604-drm-amdkfd-Fix-bug-in-config_dequeue_wait_counts.patch patches.suse/1605-drm-amdgpu-gfx-fix-ref-counting-for-ring-based-profi.patch patches.suse/drm-amdgpu-vcn-fix-ref-counting-for-ring-based-profi.patch patches.suse/1607-drm-amdgpu-Add-EEPROM-I2C-address-support-for-smu-v1.patch patches.suse/1608-drm-amdgpu-gfx-adjust-workload-profile-handling.patch patches.suse/1609-drm-amdgpu-vcn-adjust-workload-profile-handling.patch patches.suse/1610-drm-amd-pm-Add-debug-bit-for-smu-pool-allocation.patch patches.suse/1611-Documentation-amdgpu-Add-debug_mask-documentation.patch patches.suse/1612-drm-amdgpu-Add-active_umc_mask-to-ras-init_flags.patch patches.suse/drm-amdgpu-Skip-pcie_replay_count-sysfs-creation-for.patch patches.suse/drm-amdkfd-set-precise-mem-ops-caps-to-disabled-for-.patch patches.suse/1615-drm-amdgpu-Enable-amdgpu_ras_resume-for-gfx-9.5.0.patch patches.suse/1616-drm-amdgpu-Add-support-to-load-PSP-TA-v13.0.12-for-S.patch patches.suse/1617-drm-amdgpu-sdam-Skip-SDMA-queue-reset-for-SRIOV.patch patches.suse/1618-drm-amd-amdgpu-Revert-drm-amd-amdgpu-shorten-the-gfx.patch patches.suse/1619-drm-amdgpu-use-GFP_NOWAIT-for-memory-allocations.patch patches.suse/1620-drm-amdgpu-overwrite-signaled-fence-in-amdgpu_sync.patch patches.suse/1621-drm-amdgpu-rework-how-isolation-is-enforced-v2.patch patches.suse/1622-drm-amdgpu-rework-how-the-cleaner-shader-is-emitted-.patch patches.suse/1623-drm-amdgpu-stop-reserving-VMIDs-to-enforce-isolation.patch patches.suse/1624-drm-amdgpu-add-isolation-trace-point.patch patches.suse/1625-drm-amdgpu-add-cleaner-shader-trace-point.patch patches.suse/1626-drm-amdgpu-remove-invalid-usage-of-sched.ready.patch patches.suse/1627-drm-amdgpu-sdma-fix-engine-reset-handling.patch patches.suse/1628-drm-amdgpu-sdma-guilty-tracking-is-per-instance.patch patches.suse/drm-amdgpu-mes-optimize-compute-loop-handling.patch patches.suse/1630-drm-amdgpu-mes-drop-MES-10.x-leftovers.patch patches.suse/drm-amdgpu-mes-enable-compute-pipes-across-all-MEC.patch patches.suse/1632-drm-amdgpu-mes-clean-up-SDMA-HQD-loop.patch patches.suse/1633-drm-amdgpu-gfx11-Add-Cleaner-Shader-Support-for-GFX1.patch patches.suse/1634-drm-amdgpu-Decode-deferred-error-type-in-gfx-aca-ban.patch patches.suse/1635-drm-amd-amdgpu-Increase-max-rings-to-enable-SDMA-pag.patch patches.suse/1636-drm-amdgpu-Optimize-VM-invalidation-engine-allocatio.patch patches.suse/1637-drm-amdgpu-sdma_v4_4_2-update-VM-flush-implementatio.patch patches.suse/1638-drm-amd-pm-Remove-unnecessay-UQ10-to-UINT-conversion.patch patches.suse/1639-drm-amd-pm-Remove-unnecessay-UQ10-to-UINT-conversion.patch patches.suse/drm-amdgpu-discovery-check-ip_discovery-fw-file-avai.patch patches.suse/drm-amdgpu-discovery-use-specific-ip_discovery.bin-f.patch patches.suse/drm-amdgpu-discovery-optionally-use-fw-based-ip-disc.patch patches.suse/1643-drm-amdgpu-Add-parameter-documentation-for-amdgpu_sy.patch patches.suse/1644-drm-amd-pm-Update-feature-list-for-smu_v13_0_6.patch patches.suse/1645-drm-i915-Bump-RING_FAULT-engine-ID-bits.patch patches.suse/1646-drm-i915-Relocate-RING_FAULT-bits.patch patches.suse/1647-drm-i915-Use-REG_BIT-co.-for-ring-fault-registers.patch patches.suse/1648-drm-i915-Document-which-RING_FAULT-bits-apply-to-whi.patch patches.suse/1649-drm-i915-Introduce-RING_FAULT_VADDR_MASK.patch patches.suse/1650-drm-i915-Extract-gen8_report_fault.patch patches.suse/1651-drm-i915-Use-REG_BIT-co.-for-CHV-EU-slice-fuse-bits.patch patches.suse/1652-drm-i915-Reoder-CHV-EU-slice-fuse-bits.patch patches.suse/1653-drm-i915-Use-REG_BIT-co.-for-BDW-EU-slice-fuse-bits.patch patches.suse/1654-drm-i915-Reoder-BDW-EU-slice-fuse-bits.patch patches.suse/1655-drm-i915-Use-REG_BIT-co.-for-gen9-timestamp-freq-reg.patch patches.suse/1656-drm-i915-Reoder-gen9-timestamp-freq-register-bits.patch patches.suse/1657-drm-i915-implement-vmap-vunmap-GEM-object-functions.patch patches.suse/PCI-ACS-Fix-pci-config_acs-parameter.patch patches.suse/PCI-Track-Flit-Mode-Status-print-it-with-link-status.patch patches.suse/PCI-ERR-Handle-TLP-Log-in-Flit-mode.patch patches.suse/PCI-ASPM-Fix-link-state-exit-during-switch-upstream-.patch patches.suse/PCI-Fix-wrong-length-of-devres-array.patch patches.suse/PCI-Check-BAR-index-for-validity.patch patches.suse/PCI-Enable-Configuration-RRS-SV-early.patch patches.suse/PCI-Fix-reference-leak-in-pci_register_host_bridge.patch patches.suse/PCI-Fix-reference-leak-in-pci_alloc_child_bus.patch patches.suse/PCI-Remove-stray-put_device-in-pci_register_host_bri.patch patches.suse/PCI-portdrv-Only-disable-pciehp-interrupts-early-whe.patch patches.suse/PCI-pciehp-Avoid-unnecessary-device-replacement-chec.patch patches.suse/PCI-pciehp-Don-t-enable-HPIE-when-resuming-in-poll-m.patch patches.suse/PCI-Avoid-reset-when-disabled-via-sysfs.patch patches.suse/PCI-Use-downstream-bridges-for-distributing-resources.patch patches.suse/PCI-Remove-add_align-overwrite-unrelated-to-size0.patch patches.suse/PCI-Use-min_align-not-unrelated-add_align-for-size0.patch patches.suse/PCI-Simplify-size1-assignment-logic.patch patches.suse/PCI-Allow-relaxed-bridge-window-tail-sizing-for-opti.patch patches.suse/PCI-Fix-old_size-lower-bound-in-calculate_iosize-too.patch patches.suse/PCI-Add-pci_resource_num-helper.patch patches.suse/PCI-Fix-BAR-resizing-when-VF-BARs-are-assigned.patch patches.suse/s390-pci-Fix-s390_mmio_read-write-syscall-page-fault-handl.patch patches.suse/PCI-endpoint-pci-epf-test-Fix-double-free-that-cause.patch patches.suse/misc-pci_endpoint_test-Give-disabled-BARs-a-distinct.patch patches.suse/misc-pci_endpoint_test-Avoid-issue-of-interrupts-rem.patch patches.suse/misc-pci_endpoint_test-Fix-displaying-irq_type-after.patch patches.suse/misc-pci_endpoint_test-Fix-irq_type-to-convey-the-co.patch patches.suse/PCI-epf-mhi-Update-device-ID-for-SA8775P.patch patches.suse/PCI-apple-Use-helper-function-for_each_child_of_node.patch patches.suse/PCI-brcmstb-Fix-missing-of_node_put-in-brcm_pcie_pro.patch patches.suse/irqchip-Add-Broadcom-BCM2712-MSI-X-interrupt-controller.patch patches.suse/PCI-brcmstb-Add-a-softdep-to-MIP-MSI-X-driver.patch patches.suse/PCI-brcmstb-Reuse-pcie_cfg_data-structure.patch patches.suse/PCI-brcmstb-Expand-inbound-window-size-up-to-64GB.patch patches.suse/PCI-brcmstb-Add-BCM2712-support.patch patches.suse/PCI-brcmstb-Set-generation-limit-before-PCIe-link-up.patch patches.suse/PCI-brcmstb-Use-internal-register-to-change-link-cap.patch patches.suse/PCI-brcmstb-Fix-error-path-after-a-call-to-regulator.patch patches.suse/PCI-brcmstb-Fix-potential-premature-regulator-disabl.patch patches.suse/PCI-cadence-ep-Fix-the-driver-to-send-MSG-TLP-for-IN.patch patches.suse/PCI-Add-Rockchip-Vendor-ID.patch patches.suse/PCI-dwc-ep-Return-ENOMEM-for-allocation-failures.patch patches.suse/PCI-histb-Fix-an-error-handling-path-in-histb_pcie_p.patch patches.suse/msft-hv-3198-PCI-hv-Correct-a-comment.patch patches.suse/PCI-j721e-Fix-the-value-of-.linkdown_irq_regfield-fo.patch patches.suse/PCI-mediatek-gen3-Configure-PBUS_CSR-registers-for-E.patch patches.suse/PCI-qcom-ep-Mark-BAR0-BAR2-as-64bit-BARs-and-BAR1-BA.patch patches.suse/PCI-vmd-Make-vmd_dev-cfg_lock-a-raw_spinlock_t-type.patch patches.suse/PCI-xilinx-cpm-Fix-IRQ-domain-leak-in-error-path-of-.patch patches.suse/PCI-dwc-Use-resource-start-as-ioremap-input-in-dw_pc.patch patches.suse/PCI-dwc-ep-Ensure-proper-iteration-over-outbound-map.patch patches.suse/spinlock-extend-guard-with-spinlock_bh-variants.patch patches.suse/lib-842-Improve-error-handling-in-sw842_compress.patch patches.suse/crypto-ccp-Fix-check-for-the-primary-ASP-device.patch patches.suse/crypto-ecdsa-Harden-against-integer-overflows-in-DIV.patch patches.suse/crypto-hisilicon-sec2-fix-for-aead-auth-key-length.patch patches.suse/crypto-hisilicon-sec2-fix-for-aead-authsize-alignmen.patch patches.suse/crypto-hisilicon-sec2-fix-for-sec-spec-check.patch patches.suse/crypto-ccp-Add-support-for-PCI-device-0x1134.patch patches.suse/crypto-null-Use-spin-lock-instead-of-mutex.patch patches.suse/crypto-api-Fix-larval-relookup-type-and-mask.patch patches.suse/crypto-skcipher-Zap-type-in-crypto_alloc_sync_skciph.patch patches.suse/crypto-bpf-Add-MODULE_DESCRIPTION-for-skcipher.patch patches.suse/crypto-mxs-dcp-Only-set-OTP_KEY-bit-for-OTP-key.patch patches.suse/crypto-tegra-Use-separate-buffer-for-setkey.patch patches.suse/crypto-tegra-Do-not-use-fixed-size-buffers.patch patches.suse/crypto-tegra-finalize-crypto-req-on-error.patch patches.suse/crypto-tegra-check-return-value-for-hash-do_one_req.patch patches.suse/crypto-tegra-Transfer-HASH-init-function-to-crypto-e.patch patches.suse/crypto-tegra-Fix-HASH-intermediate-result-handling.patch patches.suse/crypto-tegra-Fix-CMAC-intermediate-result-handling.patch patches.suse/crypto-tegra-Set-IV-to-NULL-explicitly-for-AES-ECB.patch patches.suse/crypto-tegra-Reserve-keyslots-to-allocate-dynamicall.patch patches.suse/crypto-tegra-Use-HMAC-fallback-when-keyslots-are-ful.patch patches.suse/crypto-lzo-Fix-compression-buffer-overrun.patch patches.suse/crypto-iaa-Test-the-correct-request-flag.patch patches.suse/crypto-octeontx2-suppress-auth-failure-screaming-due.patch patches.suse/crypto-ccp-Fix-uAPI-definitions-of-PSP-errors.patch patches.suse/crypto-tegra-Fix-format-specifier-in-tegra_sha_prep_.patch patches.suse/crypto-qat-set-parity-error-mask-for-qat_420xx.patch patches.suse/crypto-qat-remove-access-to-parity-register-for-QAT-.patch patches.suse/crypto-nx-Fix-uninitialised-hv_nxc-on-error.patch patches.suse/crypto-iaa-Remove-dst_null-support.patch patches.suse/mlx5-Create-an-auxiliary-device-for-fwctl_mlx5.patch patches.suse/RDMA-rxe-Replace-netdev-dev-addr-with-raw_gid.patch patches.suse/RDMA-rxe-Add-query_gid-support.patch patches.suse/RDMA-rxe-Make-rping-work-with-tun-device.patch patches.suse/msft-hv-3172-RDMA-mana_ib-Allow-registration-of-DMA-mapped-memory.patch patches.suse/msft-hv-3173-RDMA-mana_ib-implement-get_dma_mr.patch patches.suse/msft-hv-3174-RDMA-mana_ib-helpers-to-allocate-kernel-queues.patch patches.suse/msft-hv-3175-RDMA-mana_ib-create-kernel-level-CQs.patch patches.suse/msft-hv-3176-RDMA-mana_ib-Create-and-destroy-UD-GSI-QP.patch patches.suse/msft-hv-3177-RDMA-mana_ib-UD-GSI-QP-creation-for-kernel.patch patches.suse/msft-hv-3178-RDMA-mana_ib-create-destroy-AH.patch patches.suse/msft-hv-3179-net-mana-fix-warning-in-the-writer-of-client-oob.patch patches.suse/msft-hv-3180-RDMA-mana_ib-UD-GSI-work-requests.patch patches.suse/msft-hv-3181-RDMA-mana_ib-implement-req_notify_cq.patch patches.suse/msft-hv-3182-RDMA-mana_ib-extend-mana-QP-table.patch patches.suse/msft-hv-3183-RDMA-mana_ib-polling-of-CQs-for-GSI-UD.patch patches.suse/msft-hv-3184-RDMA-mana_ib-indicate-CM-support.patch patches.suse/RDMA-bnxt_re-Congestion-control-settings-using-debug.patch patches.suse/IB-cache-Add-log-messages-for-IB-device-state-change.patch patches.suse/RDMA-core-Use-ib_port_state_to_str-for-IB-state-sysf.patch patches.suse/IB-hfi1-Remove-state-transition-log-message-and-opa_.patch patches.suse/msft-hv-3185-RDMA-mana_ib-Query-feature_flags-bitmask-from-FW.patch patches.suse/msft-hv-3186-RDMA-mana_ib-request-error-CQEs-when-supported.patch patches.suse/msft-hv-3187-RDMA-mana_ib-Add-port-statistics-support.patch patches.suse/RDMA-rxe-switch-to-using-the-crc32-library.patch patches.suse/msft-hv-3188-RDMA-mana_ib-Fix-error-code-in-probe.patch patches.suse/RDMA-bnxt_re-Fix-buffer-overflow-in-debugfs-code.patch patches.suse/RDMA-bnxt_re-Fix-the-condition-check-while-programmi.patch patches.suse/msft-hv-3194-RDMA-mana_ib-Implement-DMABUF-MR-support.patch patches.suse/IB-iser-fix-typos-in-iscsi_iser.c-comments.patch patches.suse/RDMA-core-Fix-best-page-size-finding-when-it-can-cro.patch patches.suse/RDMA-rxe-Move-some-code-to-rxe_loc.h-in-preparation-.patch patches.suse/RDMA-rxe-Add-page-invalidation-support.patch patches.suse/RDMA-rxe-Allow-registering-MRs-for-On-Demand-Paging.patch patches.suse/RDMA-rxe-Add-support-for-Send-Recv-Write-Read-with-O.patch patches.suse/RDMA-rxe-Add-support-for-the-traditional-Atomic-oper.patch patches.suse/msft-hv-3202-RDMA-mana_ib-Ensure-variable-err-is-initialized.patch patches.suse/RDMA-hfi1-Remove-unused-one_qsfp_write.patch patches.suse/RDMA-siw-Switch-to-using-the-crc32c-library.patch patches.suse/RDMA-core-Don-t-expose-hw_counters-outside-of-init-n.patch patches.suse/RDMA-core-Fixes-infiniband-sysctl-bounds.patch patches.suse/RDMA-mlx5-Reorder-capability-check-last.patch patches.suse/RDMA-vmw_pvrdma-Remove-unused-pvrdma_modify_device.patch patches.suse/RDMA-erdma-Prevent-use-after-free-in-erdma_accept_ne.patch patches.suse/msft-hv-3207-RDMA-mana_ib-Use-safer-allocation-function.patch patches.suse/RDMA-uverbs-Introduce-UCAP-User-CAPabilities-API.patch patches.suse/RDMA-mlx5-Create-UCAP-char-devices-for-supported-dev.patch patches.suse/RDMA-uverbs-Add-support-for-UCAPs-in-context-creatio.patch patches.suse/RDMA-mlx5-Check-enabled-UCAPs-when-creating-ucontext.patch patches.suse/RDMA-mlx5-Expose-RDMA-TRANSPORT-flow-table-types-to-.patch patches.suse/RDMA-hns-Inappropriate-format-characters-cleanup.patch patches.suse/RDMA-rxe-Improve-readability-of-ODP-pagefault-interf.patch patches.suse/msft-hv-3209-net-mana-Change-the-function-signature-of-mana_get_p.patch patches.suse/msft-hv-3210-RDMA-mana_ib-Handle-net-event-for-pointing-to-the-cu.patch patches.suse/RDMA-uverbs-Propagate-errors-from-rdma_lookup_get_uo.patch patches.suse/RDMA-rxe-Fix-incorrect-return-value-of-rxe_odp_atomi.patch patches.suse/RDMA-bnxt_re-Support-perf-management-counters.patch patches.suse/RDMA-core-Fix-use-after-free-when-rename-device-name.patch patches.suse/RDMA-mlx5-Add-optional-counters-for-RDMA_TX-RX_packe.patch patches.suse/RDMA-core-Create-and-destroy-rdma_counter-using-rdma.patch patches.suse/RDMA-core-Add-support-to-optional-counters-binding-c.patch patches.suse/RDMA-core-Pass-port-to-counter-bind-unbind-operation.patch patches.suse/RDMA-mlx5-Compile-fs.c-regardless-of-INFINIBAND_USER.patch patches.suse/RDMA-mlx5-Support-optional-counters-binding-for-QPs.patch patches.suse/RDMA-mlx5-Fix-MR-cache-initialization-error-flow.patch patches.suse/RDMA-mlx5-Fix-cache-entry-update-on-dereg-error.patch patches.suse/RDMA-mlx5-Drop-access_flags-from-_mlx5_mr_cache_allo.patch patches.suse/RDMA-mlx5-Fix-page_size-variable-overflow.patch patches.suse/RDMA-mlx5-Fix-mlx5_poll_one-cur_qp-update-flow.patch patches.suse/RDMA-mlx5-Fix-calculation-of-total-invalidated-pages.patch patches.suse/msft-hv-3212-RDMA-mana_ib-Fix-integer-overflow-during-queue-creat.patch patches.suse/IB-mad-Check-available-slots-before-posting-receive-.patch patches.suse/of-irq-Fix-device-node-refcount-leakage-in-API-of_ir.patch patches.suse/of-irq-Fix-device-node-refcount-leakage-in-API-of_ir-ff93e72.patch patches.suse/of-irq-Fix-device-node-refcount-leakages-in-of_irq_c.patch patches.suse/of-irq-Fix-device-node-refcount-leakage-in-API-irq_o.patch patches.suse/of-irq-Fix-device-node-refcount-leakages-in-of_irq_i.patch patches.suse/of-resolver-Simplify-of_resolve_phandles-using-__fre.patch patches.suse/of-resolver-Fix-device-node-refcount-leakage-in-of_r.patch patches.suse/of-property-Increase-NR_FWNODE_REFERENCE_ARGS.patch patches.suse/x86-efistub-Merge-PE-and-handover-entrypoints.patch patches.suse/x86-efi-mixed-Check-CPU-compatibility-without-relyin.patch patches.suse/x86-efi-mixed-Factor-out-and-clean-up-long-mode-entr.patch patches.suse/x86-efi-mixed-Set-up-1-1-mapping-of-lower-4GiB-in-th.patch patches.suse/x86-efi-mixed-Remove-dependency-on-legacy-startup_32.patch patches.suse/x86-efi-mixed-Simplify-and-document-thunking-logic.patch patches.suse/x86-efi-mixed-Move-mixed-mode-startup-code-into-libs.patch patches.suse/efivarfs-Revert-allow-creation-of-zero-length-files.patch patches.suse/efi-libstub-Avoid-CopyMem-SetMem-EFI-services-after-.patch patches.suse/efi-libstub-Avoid-legacy-decompressor-zlib-zstd-wrap.patch patches.suse/s390-vfio-ap-Fix-indentation-in-vfio_ap_mdev_ioctl.patch patches.suse/s390-vfio-ap-Make-mdev_types-not-look-like-a-fake-fl.patch patches.suse/s390-vfio-ccw-Make-mdev_types-not-look-like-a-fake-f.patch patches.suse/s390-vfio-ap-Signal-eventfd-when-guest-AP-configurat.patch patches.suse/s390-tty-Fix-a-potential-memory-leak-bug.patch patches.suse/s390-Remove-ioremap_wt-and-pgprot_writethrough.patch patches.suse/s390-vfio-ap-Notify-userspace-that-guest-s-AP-config.patch patches.suse/s390-tlb-Use-mm_has_pgste-instead-of-mm_alloc_pgste.patch patches.suse/mfd-simple-mfd-i2c-Add-MAX77705-support.patch patches.suse/mfd-axp20x-AXP717-Add-AXP717_TS_PIN_CFG-to-writeable.patch patches.suse/mfd-sm501-Switch-to-BIT-to-mitigate-integer-overflow.patch patches.suse/mfd-intel_soc_pmic_chtdc_ti-Drop-unneeded-assignment.patch patches.suse/mfd-tps65219-Remove-TPS65219_REG_TI_DEV_ID-check.patch patches.suse/mfd-ene-kb3930-Fix-a-potential-NULL-pointer-derefere.patch patches.suse/leds-trigger-netdev-Configure-LED-blink-interval-for.patch patches.suse/Revert-leds-pca955x-Remove-the-unused-function-pca95.patch patches.suse/leds-Fix-LED_OFF-brightness-race.patch patches.suse/leds-pwm-multicolor-Add-check-for-fwnode_property_re.patch patches.suse/leds-rgb-leds-qcom-lpg-Fix-pwm-resolution-max-for-Hi.patch patches.suse/leds-rgb-leds-qcom-lpg-Fix-calculation-of-best-perio.patch patches.suse/1658-backlight-88pm860x_bl-Do-not-include-linux-fb.h.patch patches.suse/1659-backlight-adp5520_bl-Do-not-include-linux-fb.h.patch patches.suse/1660-backlight-adp8860_bl-Do-not-include-linux-fb.h.patch patches.suse/1661-backlight-adp8870_bl-Do-not-include-linux-fb.h.patch patches.suse/1662-backlight-as3711_bl-Do-not-include-linux-fb.h.patch patches.suse/1663-backlight-bd6107_bl-Do-not-include-linux-fb.h.patch patches.suse/1664-backlight-da903x_bl-Do-not-include-linux-fb.h.patch patches.suse/1665-backlight-da9052_bl-Do-not-include-linux-fb.h.patch patches.suse/1666-backlight-ep93xx_bl-Do-not-include-linux-fb.h.patch patches.suse/1667-backlight-hp680_bl-Do-not-include-linux-fb.h.patch patches.suse/1668-backlight-locomolcd-Do-not-include-linux-fb.h.patch patches.suse/1669-backlight-lv5207lp-Do-not-include-linux-fb.h.patch patches.suse/1670-backlight-max8925_bl-Do-not-include-linux-fb.h.patch patches.suse/1671-backlight-tps65217_bl-Do-not-include-linux-fb.h.patch patches.suse/1672-backlight-vgg2432a4-Do-not-include-linux-fb.h.patch patches.suse/1673-backlight-wm831x_bl-Do-not-include-linux-fb.h.patch patches.suse/backlight-led_bl-Hold-led_access-lock-when-calling-l.patch patches.suse/1675-backlight-apple_dwi_bl-Add-Apple-DWI-backlight-drive.patch patches.suse/1676-backlight-tdo24m-Eliminate-redundant-whitespace.patch patches.suse/1677-backlight-pcf50633-backlight-Remove-unused-driver.patch patches.suse/pinctrl-devicetree-do-not-goto-err-when-probing-hogs.patch patches.suse/pinctrl-nuvoton-npcm8xx-Fix-error-handling-in-npcm8x.patch patches.suse/pinctrl-mcp23s08-Get-rid-of-spurious-level-interrupt.patch patches.suse/pinctrl-sophgo-avoid-to-modify-untouched-bit-when-se.patch patches.suse/pinctrl-renesas-rzg2l-Add-suspend-resume-support-for.patch patches.suse/pinctrl-renesas-rza2-Fix-potential-NULL-pointer-dere.patch patches.suse/pinctrl-renesas-rzg2l-Suppress-binding-attributes.patch patches.suse/pinctrl-bcm281xx-Use-unsigned-int-instead-of-bare-un.patch patches.suse/pinctrl-renesas-rzg2l-Fix-missing-of_node_put-call.patch patches.suse/pinctrl-renesas-rzv2m-Fix-missing-of_node_put-call.patch patches.suse/pinctrl-renesas-rza2-Fix-missing-of_node_put-call.patch patches.suse/pinctrl-intel-Import-PWM_LPSS-namespace-for-devm_pwm.patch patches.suse/pwm-lpss-Actually-use-a-module-namespace-by-defining.patch patches.suse/pinctrl-intel-Fix-wrong-bypass-assignment-in-intel_p.patch patches.suse/pinctrl-tegra-Restore-SFSEL-bit-when-freeing-pins.patch patches.suse/pinctrl-tegra-Set-SFIO-mode-to-Mux-Register.patch patches.suse/pinctrl-qcom-Clear-latched-interrupt-status-when-cha.patch patches.suse/pinctrl-samsung-add-support-for-eint_fltcon_offset.patch patches.suse/pinctrl-tegra-Fix-off-by-one-in-tegra_pinctrl_get_gr.patch patches.suse/pinctrl-npcm8xx-Fix-incorrect-struct-npcm8xx_pincfg-.patch patches.suse/remoteproc-qcom_q6v5_mss-Handle-platforms-with-one-p.patch patches.suse/remoteproc-qcom-pas-add-minidump_id-to-SC7280-WPSS.patch patches.suse/remoteproc-core-Clear-table_sz-when-rproc_shutdown.patch patches.suse/remoteproc-qcom_q6v5_pas-Use-resource-with-CX-PD-for.patch patches.suse/remoteproc-qcom_q6v5_pas-Make-single-PD-handling-mor.patch patches.suse/clk-samsung-Fix-UBSAN-panic-in-samsung_clk_init.patch patches.suse/power-supply-bq27xxx_battery-do-not-update-cached-fl.patch patches.suse/power-supply-axp20x_battery-Update-temp-sensor-for-A.patch patches.suse/power-supply-max77693-Fix-wrong-conversion-of-charge.patch patches.suse/HSI-ssi_protocol-Fix-use-after-free-vulnerability-in.patch patches.suse/mailbox-tegra-hsp-Define-dimensioning-masks-in-SoC-d.patch patches.suse/mailbox-use-error-ret-code-of-of_parse_phandle_with_.patch patches.suse/mailbox-pcc-Fix-the-possible-race-in-updation-of-cha.patch patches.suse/mailbox-pcc-Always-clear-the-platform-ack-interrupt-.patch patches.suse/mailbox-pcc-Use-acpi_os_ioremap-instead-of-ioremap.patch patches.suse/selftests-bpf-Fix-freplace_link-segfault-in-tailcall.patch patches.suse/libbpf-Fix-accessing-BTF.ext-core_relo-header.patch patches.suse/selftests-bpf-Fix-runqslower-cross-endian-build.patch patches.suse/bpftool-Fix-readlink-usage-in-get_fd_type.patch patches.suse/bpf-Use-kallsyms-to-find-the-function-name-of-a-stru.patch patches.suse/selftests-bpf-helpers-Add-append_tid.patch patches.suse/selftests-bpf-test_xdp_veth-Remove-unused-defines.patch patches.suse/selftests-bpf-test_xdp_veth-Remove-unecessarry-check.patch patches.suse/selftests-bpf-test_xdp_veth-Use-int-to-describe-next.patch patches.suse/selftests-bpf-test_xdp_veth-Split-network-configurat.patch patches.suse/selftests-bpf-test_xdp_veth-Rename-config.patch patches.suse/selftests-bpf-test_xdp_veth-Add-prog_config-table.patch patches.suse/selftests-bpf-test_xdp_veth-Add-XDP-flags-to-prog_co.patch patches.suse/selftests-bpf-test_xdp_veth-Use-unique-names.patch patches.suse/selftests-bpf-test_xdp_veth-Add-new-test-cases-for-X.patch patches.suse/libbpf-Introduce-kflag-for-type_tags-and-decl_tags-i.patch patches.suse/docs-bpf-Document-the-semantics-of-BTF-tags-with-kin.patch patches.suse/libbpf-Check-the-kflag-of-type-tags-in-btf_dump.patch patches.suse/selftests-bpf-Add-a-btf_dump-test-for-type_tags.patch patches.suse/bpf-Allow-kind_flag-for-BTF-type-and-decl-tags.patch patches.suse/selftests-bpf-Add-a-BTF-verification-test-for-kflagg.patch patches.suse/selftests-bpf-Support-dynamically-linking-LLVM-if-st.patch patches.suse/samples-bpf-Fix-broken-vmlinux-path-for-VMLINUX_BTF.patch patches.suse/bpf-Add-comment-about-helper-freeze.patch patches.suse/selftests-bpf-Correct-the-check-of-join-cgroup.patch patches.suse/bpf-define-KF_ARENA_-flags-for-bpf_arena-kfuncs.patch patches.suse/selftests-bpf-Remove-with_addr.sh-and-with_tunnels.s.patch patches.suse/bpftool-Using-the-right-format-specifiers.patch patches.suse/selftests-bpf-Define-SYS_PREFIX-for-powerpc.patch patches.suse/selftests-bpf-Select-NUMA_NO_NODE-to-create-map.patch patches.suse/bpf-Sync-uapi-bpf.h-header-for-the-tooling-infra.patch patches.suse/bpf-Add-tracepoints-with-null-able-arguments.patch patches.suse/selftests-bpf-Fix-stdout-race-condition-in-traffic-m.patch patches.suse/fs-xattr-bpf-Introduce-security.bpf.-xattr-name-pref.patch patches.suse/selftests-bpf-Extend-test-fs_kfuncs-to-cover-securit.patch patches.suse/bpf-lsm-Add-two-more-sleepable-hooks.patch patches.suse/bpf-fs-xattr-Add-BPF-kfuncs-to-set-and-remove-xattrs.patch patches.suse/selftests-bpf-Test-kfuncs-that-set-and-remove-xattr-.patch patches.suse/bpftool-Check-map-name-length-when-map-create.patch patches.suse/bpf-Fix-array-bounds-error-with-may_goto.patch patches.suse/selftests-bpf-Introduce-__load_if_JITed-annotation-f.patch patches.suse/selftests-bpf-Add-selftest-for-may_goto.patch patches.suse/libbpf-fix-LDX-STX-ST-CO-RE-relocation-size-adjustme.patch patches.suse/selftests-bpf-add-test-for-LDX-STX-ST-relocations-ov.patch patches.suse/bpf-Make-every-prog-keep-a-copy-of-ctx_arg_info.patch patches.suse/bpf-Support-getting-referenced-kptr-from-struct_ops-.patch patches.suse/selftests-bpf-Test-referenced-kptr-arguments-of-stru.patch patches.suse/bpf-Allow-struct_ops-prog-to-return-referenced-kptr.patch patches.suse/selftests-bpf-Test-returning-referenced-kptr-from-st.patch patches.suse/selftests-bpf-test_xdp_veth-Create-struct-net_config.patch patches.suse/selftests-bpf-test_xdp_veth-Use-a-dedicated-namespac.patch patches.suse/selftests-bpf-Optionally-select-broadcasting-flags.patch patches.suse/selftests-bpf-test_xdp_veth-Add-XDP-broadcast-redire.patch patches.suse/selftests-bpf-test_xdp_veth-Add-XDP-program-on-egres.patch patches.suse/selftests-bpf-Remove-test_xdp_redirect_multi.sh.patch patches.suse/bpf-copy_verifier_state-should-copy-loop_entry-field.patch patches.suse/selftests-bpf-test-correct-loop_entry-update-in-copy.patch patches.suse/bpf-don-t-do-clean_live_states-when-state-loop_entry.patch patches.suse/selftests-bpf-check-states-pruning-for-deeply-nested.patch patches.suse/bpf-detect-infinite-loop-in-get_loop_entry.patch patches.suse/bpf-make-state-dfs_depth-state-loop_entry-dfs_depth-.patch patches.suse/bpf-do-not-update-state-loop_entry-in-get_loop_entry.patch patches.suse/bpf-use-list_head-to-track-explored-states-and-free-.patch patches.suse/bpf-free-verifier-states-when-they-are-no-longer-ref.patch patches.suse/bpf-fix-env-peak_states-computation.patch patches.suse/selftests-bpf-ns_current_pid_tgid-Rename-the-test-fu.patch patches.suse/selftests-bpf-Optionally-open-a-dedicated-namespace-to-run.patch patches.suse/selftests-bpf-tc_links-tc_opts-Unserialize-tests.patch patches.suse/selftests-bpf-ns_current_pid_tgid-Use-test_progs-s-n.patch patches.suse/libbpf-Wrap-libbpf-API-direct-err-with-libbpf_err.patch patches.suse/selftests-bpf-Enable-kprobe_multi-tests-for-ARM64.patch patches.suse/bpf-Use-preempt_count-directly-in-bpf_send_signal_common.patch patches.suse/libbpf-Fix-hypothetical-STT_SECTION-extern-NULL-dere.patch patches.suse/bpf-Do-not-allow-tail-call-in-strcut_ops-program-wit.patch patches.suse/selftests-bpf-Test-struct_ops-program-with-__ref-arg.patch patches.suse/bpf-Refactor-check_ctx_access.patch patches.suse/bpf-arm64-Silence-UBSAN-negation-overflow-warning.patch patches.suse/bpf-Fix-kmemleak-warning-for-percpu-hashmap.patch patches.suse/libbpf-Fix-out-of-bound-read.patch patches.suse/kbuild-bpf-Correct-pahole-version-that-supports-dist.patch patches.suse/bpf-abort-verification-if-env-cur_state-loop_entry-N.patch patches.suse/bpf-Search-and-add-kfuncs-in-struct_ops-prologue-and.patch patches.suse/selftests-bpf-Test-gen_pro-epilogue-that-generate-kf.patch patches.suse/bpf-add-get_netns_cookie-helper-to-cgroup_skb-progra.patch patches.suse/selftests-bpf-add-cgroup_skb-netns-cookie-tests.patch patches.suse/docs-bpf-Document-some-special-sdiv-smod-operations.patch patches.suse/bpf-Fix-deadlock-between-rcu_tasks_trace-and-event_m.patch patches.suse/libbpf-Implement-bpf_usdt_arg_size-BPF-function.patch patches.suse/selftests-bpf-Test-bpf_usdt_arg_size-function.patch patches.suse/selftests-bpf-Implement-setting-global-variables-in-.patch patches.suse/selftests-bpf-Introduce-veristat-test.patch patches.suse/bpf-helpers-Refactor-bpf_dynptr_read-and-bpf_dynptr_.patch patches.suse/bpf-helpers-Introduce-bpf_dynptr_copy-kfunc.patch patches.suse/selftests-bpf-Add-tests-for-bpf_dynptr_copy.patch patches.suse/selftests-bpf-Allow-auto-port-binding-for-cgroup-con.patch patches.suse/selftests-bpf-Allow-auto-port-binding-for-bpf-nf.patch patches.suse/selftests-bpf-Fixes-for-test_maps-test.patch patches.suse/bpf-Allow-pre-ordering-for-bpf-cgroup-progs.patch patches.suse/selftests-bpf-Add-selftests-allowing-cgroup-prog-pre.patch patches.suse/bpf-selftests-test_select_reuseport_kern-Remove-unus.patch patches.suse/bpf-Summarize-sleepable-global-subprogs.patch patches.suse/selftests-bpf-Test-sleepable-global-subprogs-in-atom.patch patches.suse/selftests-bpf-Add-tests-for-extending-sleepable-glob.patch patches.suse/bpf-no-longer-acquire-map_idr_lock-in-bpf_map_inc_no.patch patches.suse/bpf-Factor-out-atomic_ptr_type_ok.patch patches.suse/bpf-Factor-out-check_atomic_rmw.patch patches.suse/bpf-Factor-out-check_load_mem-and-check_store_reg.patch patches.suse/veristat-files-list.txt-notation-for-object-files-li.patch patches.suse/veristat-Strerror-expects-positive-number-errno.patch patches.suse/veristat-Report-program-type-guess-results-to-sdterr.patch patches.suse/selftests-bpf-test_tunnel-Add-generic_attach-helpers.patch patches.suse/selftests-bpf-test_tunnel-Add-ping-helpers.patch patches.suse/selftests-bpf-test_tunnel-Move-gre-tunnel-test-to-te.patch patches.suse/selftests-bpf-test_tunnel-Move-ip6gre-tunnel-test-to.patch patches.suse/selftests-bpf-test_tunnel-Move-erspan-tunnel-tests-t.patch patches.suse/selftests-bpf-test_tunnel-Move-ip6erspan-tunnel-test.patch patches.suse/selftests-bpf-test_tunnel-Move-geneve-tunnel-test-to.patch patches.suse/selftests-bpf-test_tunnel-Move-ip6geneve-tunnel-test.patch patches.suse/selftests-bpf-test_tunnel-Move-ip6tnl-tunnel-tests-t.patch patches.suse/selftests-bpf-test_tunnel-Remove-test_tunnel.sh.patch patches.suse/net-filter-Avoid-shadowing-variable-in-bpf_convert_c.patch patches.suse/libbpf-Use-map_is_created-helper-in-map-setters.patch patches.suse/libbpf-Introduce-more-granular-state-for-bpf_object.patch patches.suse/libbpf-Split-bpf-object-load-into-prepare-load.patch patches.suse/selftests-bpf-Add-tests-for-bpf_object__prepare.patch patches.suse/bpf-Add-verifier-support-for-timed-may_goto.patch patches.suse/bpf-x86-Add-x86-JIT-support-for-timed-may_goto.patch patches.suse/bpf-Introduce-load-acquire-and-store-release-instruc.patch patches.suse/arm64-insn-Add-BIT-23-to-load-store-_ex-s-mask.patch patches.suse/arm64-insn-Add-load-acquire-and-store-release-instru.patch patches.suse/bpf-arm64-Support-load-acquire-and-store-release-ins.patch patches.suse/bpf-x86-Support-load-acquire-and-store-release-instr.patch patches.suse/selftests-bpf-Add-selftests-for-load-acquire-and-sto.patch patches.suse/bpf-jmp_offset-and-verbose_insn-utility-functions.patch patches.suse/bpf-get_call_summary-utility-function.patch patches.suse/bpf-simple-DFA-based-live-registers-analysis.patch patches.suse/bpf-use-register-liveness-information-for-func_state.patch patches.suse/selftests-bpf-test-cases-for-compute_live_registers.patch patches.suse/bpf-correct-use-def-for-may_goto-instruction.patch patches.suse/bpf-docs-Fix-broken-link-to-renamed-bpf_iter_task_vm.patch patches.suse/selftests-bpf-Introduce-cond_break_label.patch patches.suse/selftests-bpf-Introduce-arena-spin-lock.patch patches.suse/selftests-bpf-Add-tests-for-arena-spin-lock.patch patches.suse/selftests-bpf-Move-test_lwt_ip_encap-to-test_progs.patch patches.suse/selftests-bpf-Clean-up-call-sites-of-stdio_restore.patch patches.suse/selftests-bpf-Allow-assigning-traffic-monitor-print-.patch patches.suse/selftests-bpf-Fix-dangling-stdout-seen-by-traffic-mo.patch patches.suse/selftests-bpf-Fix-cap_enable_effective-return-code.patch patches.suse/selftests-bpf-lwt_seg6local-Remove-unused-routes.patch patches.suse/selftests-bpf-lwt_seg6local-Move-test-to-test_progs.patch patches.suse/bpf-add-kfunc-for-populating-cpumask-bits.patch patches.suse/selftests-bpf-add-bpf_cpumask_populate-selftests.patch patches.suse/bpf-fix-missing-kdoc-string-fields-in-cpumask.c.patch patches.suse/selftests-bpf-fix-duplicate-selftests-in-cpumask_suc.patch patches.suse/selftests-bpf-Fix-selection-of-static-vs.-dynamic-LL.patch patches.suse/selftests-bpf-Convert-comma-to-semicolon.patch patches.suse/security-Propagate-caller-information-in-bpf-hooks.patch patches.suse/selftests-bpf-Add-a-kernel-flag-test-for-LSM-bpf-hoo.patch patches.suse/bpf-bpftool-Setting-error-code-in-do_loader.patch patches.suse/bpf-preload-Add-MODULE_DESCRIPTION.patch patches.suse/selftests-bpf-Fix-arena_spin_lock-compilation-on-Pow.patch patches.suse/selftests-bpf-Fix-string-read-in-strncmp-benchmark.patch patches.suse/selftests-bpf-Fix-sockopt-selftest-failure-on-powerp.patch patches.suse/bpf-Check-map-record-at-the-beginning-of-check_and_f.patch patches.suse/bpf-x86-Fix-objtool-warning-for-timed-may_goto.patch patches.suse/bpf-BPF-token-support-for-BPF_BTF_GET_FD_BY_ID.patch patches.suse/bpf-Return-prog-btf_id-without-capable-check.patch patches.suse/libbpf-Pass-BPF-token-from-find_prog_btf_id-to-BPF_B.patch patches.suse/selftests-bpf-Test-freplace-from-user-namespace.patch patches.suse/bpftool-Add-Wformat-signedness-flag-to-detect-format.patch patches.suse/bpftool-Using-the-right-format-specifiers-3775be34.patch patches.suse/bpf-Make-perf_event_read_output-accessible-in-all-pr.patch patches.suse/bpf-Only-fails-the-busy-counter-check-in-bpf_cgrp_st.patch patches.suse/bpf-Reject-attaching-fexit-fmod_ret-to-__noreturn-fu.patch patches.suse/selftests-bpf-Add-selftest-for-attaching-fexit-to-__.patch patches.suse/bpf-clarify-a-misleading-verifier-error-message.patch patches.suse/selftests-bpf-test_xdp_vlan-Rename-BPF-sections.patch patches.suse/selftests-bpf-Migrate-test_xdp_vlan.sh-into-test_pro.patch patches.suse/selftests-bpf-Sanitize-pointer-prior-fclose.patch patches.suse/bpf-Add-struct_ops-context-information-to-struct-bpf.patch patches.suse/libbpf-Add-namespace-for-errstr-making-it-libbpf_err.patch patches.suse/bpf-Fix-out-of-bounds-read-in-check_atomic_load-stor.patch patches.suse/selftests-bpf-Add-selftests-for-load-acquire-store-r.patch patches.suse/locking-Move-MCS-struct-definition-to-public-header.patch patches.suse/locking-Move-common-qspinlock-helpers-to-a-private-h.patch patches.suse/locking-Allow-obtaining-result-of-arch_mcs_spin_lock.patch patches.suse/locking-Copy-out-qspinlock.c-to-kernel-bpf-rqspinloc.patch patches.suse/rqspinlock-Add-rqspinlock.h-header.patch patches.suse/rqspinlock-Drop-PV-and-virtualization-support.patch patches.suse/rqspinlock-Add-support-for-timeouts.patch patches.suse/rqspinlock-Hardcode-cond_acquire-loops-for-arm64.patch patches.suse/rqspinlock-Protect-pending-bit-owners-from-stalls.patch patches.suse/rqspinlock-Protect-waiters-in-queue-from-stalls.patch patches.suse/rqspinlock-Protect-waiters-in-trylock-fallback-from-.patch patches.suse/rqspinlock-Add-deadlock-detection-and-recovery.patch patches.suse/rqspinlock-Add-a-test-and-set-fallback.patch patches.suse/rqspinlock-Add-basic-support-for-CONFIG_PARAVIRT.patch patches.suse/rqspinlock-Add-macros-for-rqspinlock-usage.patch patches.suse/rqspinlock-Add-entry-to-Makefile-MAINTAINERS.patch patches.suse/rqspinlock-Add-locktorture-support.patch patches.suse/bpf-Convert-hashtab.c-to-rqspinlock.patch patches.suse/bpf-Convert-percpu_freelist.c-to-rqspinlock.patch patches.suse/bpf-Convert-lpm_trie.c-to-rqspinlock.patch patches.suse/bpf-Introduce-rqspinlock-kfuncs.patch patches.suse/bpf-Implement-verifier-support-for-rqspinlock.patch patches.suse/bpf-Maintain-FIFO-property-for-rqspinlock-unlock.patch patches.suse/selftests-bpf-Add-tests-for-rqspinlock.patch patches.suse/locking-lockdep-Decrease-nr_unused_locks-if-lock-unu.patch patches.suse/x86-Kconfig-Always-enable-ARCH_SPARSEMEM_ENABLE.patch patches.suse/x86-speculation-Remove-the-extra-ifdef-around-CALL_NOSPEC.patch patches.suse/x86-entry-Fix-ORC-unwinder-for-PUSH_REGS-with-save_ret-1.patch patches.suse/x86-dumpstack-Fix-inaccurate-unwinding-from-exception-stac.patch patches.suse/x86-mm-pat-Fix-VM_PAT-handling-when-fork-fails-in-copy_pag.patch patches.suse/x86-microcode-AMD-Fix-__apply_microcode_amd-s-return-value.patch patches.suse/module-Begin-to-move-from-RCU-sched-to-RCU.patch patches.suse/module-Use-proper-RCU-assignment-in-add_kallsyms.patch patches.suse/module-Use-RCU-in-find_kallsyms_symbol.patch patches.suse/module-Use-RCU-in-module_get_kallsym.patch patches.suse/module-Use-RCU-in-find_module_all.patch patches.suse/module-Use-RCU-in-__find_kallsyms_symbol_value.patch patches.suse/module-Use-RCU-in-module_kallsyms_on_each_symbol.patch patches.suse/module-Remove-module_assert_mutex_or_preempt-from-try_add_tainted_module.patch patches.suse/module-Use-RCU-in-find_symbol.patch patches.suse/module-Use-RCU-in-__is_module_percpu_address.patch patches.suse/module-Allow-__module_address-to-be-called-from-RCU-section.patch patches.suse/module-Use-RCU-in-search_module_extables.patch patches.suse/module-Use-RCU-in-all-users-of-__module_address.patch patches.suse/module-Use-RCU-in-all-users-of-__module_text_address.patch patches.suse/ARM-module-Use-RCU-in-all-users-of-__module_text_address.patch patches.suse/arm64-module-Use-RCU-in-all-users-of-__module_text_address.patch patches.suse/cfi-Use-RCU-while-invoking-__module_address.patch patches.suse/x86-Use-RCU-in-all-users-of-__module_address.patch patches.suse/jump_label-Use-RCU-in-all-users-of-__module_address.patch patches.suse/jump_label-Use-RCU-in-all-users-of-__module_text_address.patch patches.suse/bpf-Use-RCU-in-all-users-of-__module_text_address.patch patches.suse/kprobes-Use-RCU-in-all-users-of-__module_text_address.patch patches.suse/static_call-Use-RCU-in-all-users-of-__module_text_address.patch patches.suse/bug-Use-RCU-instead-RCU-sched-to-protect-module_bug_list.patch patches.suse/1678-panic_qr-use-new-export-macro.patch patches.suse/perf-trace-Fix-return-value-of-trace__fprintf_tp_fields.patch patches.suse/perf-vendor-events-arm64-Add-N3-events-metrics.patch patches.suse/perf-vendor-events-arm64-Add-V3-events-metrics.patch patches.suse/perf-evsel-Add-pmu_name-helper.patch patches.suse/perf-stat-Fix-find_stat-for-mixed-legacy-non-legacy-events.patch patches.suse/perf-Always-feature-test-reallocarray.patch patches.suse/perf-test-Extra-verbosity-and-hypervisor-skip-for-tpebs-te.patch patches.suse/perf-script-force-stdin-for-flamegraph-in-live-mode.patch patches.suse/perf-test-Fix-perf-record-test-for-precise_max.patch patches.suse/perf-test-Use-cycles-event-in-perf-record-test-for-leader_.patch patches.suse/perf-test-Fix-Hwmon-PMU-test-endianess-issue.patch patches.suse/perf-evsel-Reduce-scanning-core-PMUs-in-is_hybrid.patch patches.suse/perf-pmus-Restructure-pmu_read_sysfs-to-scan-fewer-PMUs.patch patches.suse/perf-pmu-Rename-name-matching-for-no-suffix-or-wildcard-variants.patch patches.suse/perf-stat-Don-t-merge-counters-purely-on-name.patch patches.suse/perf-stat-Changes-to-event-name-uniquification.patch patches.suse/perf-tools-Deadcode-removal.patch patches.suse/perf-tools-Add-skip-check-in-tool_pmu__event_to_str.patch patches.suse/perf-tests-Fix-Tool-PMU-test-segfault.patch patches.suse/perf-trace-Allocate-syscall-stats-only-if-summary-is-on.patch patches.suse/perf-trace-Convert-syscall_stats-to-hashmap.patch patches.suse/perf-tools-Get-rid-of-now-unused-rb_resort.h.patch patches.suse/perf-trace-Add-summary-mode-option.patch patches.suse/perf-tools-Use-symfs-when-opening-debuginfo-by-path.patch patches.suse/perf-vendor-events-Update-Alderlake-events-metrics.patch patches.suse/perf-vendor-events-Update-AlderlakeN-events-metrics-b04fe42f.patch patches.suse/perf-vendor-events-Add-Arrowlake-events-metrics.patch patches.suse/perf-vendor-events-Update-Broadwell-events-metrics.patch patches.suse/perf-vendor-events-Update-BroadwellDE-events-metrics.patch patches.suse/perf-vendor-events-Update-BroadwellX-events-metrics.patch patches.suse/perf-vendor-events-Update-CascadelakeX-events-metrics.patch patches.suse/perf-vendor-events-Add-Clearwaterforest-events.patch patches.suse/perf-vendor-events-Update-EmeraldRapids-events-metrics.patch patches.suse/perf-vendor-events-Update-GrandRidge-events-metrics.patch patches.suse/perf-vendor-events-Update-add-Graniterapids-events-metrics.patch patches.suse/perf-vendor-events-Update-Haswell-events-metrics.patch patches.suse/perf-vendor-events-Update-HaswellX-events-metrics.patch patches.suse/perf-vendor-events-Update-Icelake-events-metrics.patch patches.suse/perf-vendor-events-Update-IcelakeX-events-metrics.patch patches.suse/perf-vendor-events-Update-add-Lunarlake-events-metrics.patch patches.suse/perf-vendor-events-Update-Meteorlake-events-metrics.patch patches.suse/perf-vendor-events-Update-Rocketlake-events-metrics.patch patches.suse/perf-vendor-events-Update-Sapphirerapids-events-metrics.patch patches.suse/perf-vendor-events-Update-Sierraforest-events-metrics.patch patches.suse/perf-vendor-events-Update-Skylake-metrics.patch patches.suse/perf-vendor-events-Update-SkylakeX-events-metrics.patch patches.suse/perf-vendor-events-Update-Tigerlake-events-metrics.patch patches.suse/perf-test-stat_all_metrics-Ensure-missing-events-fail-test.patch patches.suse/perf-sample-Make-user_regs-and-intr_regs-optional.patch patches.suse/tools-build-Fix-a-number-of-Wconversion-warnings.patch patches.suse/perf-tools-Fix-compilation-error-on-arm64.patch patches.suse/perf-tools-Fix-compile-error-on-sample-user_regs.patch patches.suse/perf-report-Add-machine-parallelism.patch patches.suse/perf-report-Add-parallelism-sort-key.patch patches.suse/perf-report-Switch-filtered-from-u8-to-u16.patch patches.suse/perf-report-Add-parallelism-filter.patch patches.suse/perf-report-Add-latency-output-field.patch patches.suse/perf-report-Add-latency-flag.patch patches.suse/perf-report-Add-latency-and-parallelism-profiling-document.patch patches.suse/perf-test-Add-tests-for-latency-and-parallelism-profiling.patch patches.suse/perf-hist-Shrink-struct-hist_entry-size.patch patches.suse/perf-script-Fix-hangup-in-offline-flamegraph-report.patch patches.suse/perf-vendor-events-arm64-Fix-incorrect-CPU_CYCLE-in-metric.patch patches.suse/perf-list-Also-append-PMU-name-in-verbose-mode.patch patches.suse/perf-tools-Fix-up-some-comments-and-code-to-properly-use-t.patch patches.suse/perf-report-Switch-data-file-correctly-in-TUI.patch patches.suse/perf-report-Support-switching-data-w-and-w-o-callchains.patch patches.suse/perf-report-Fix-input-reload-switch-with-symbol-sort-key.patch patches.suse/perf-tools-Improve-startup-time-by-reducing-unnecessary-st.patch patches.suse/perf-parse-events-Tidy-name-token-matching.patch patches.suse/tools-lib-api-Add-io_dir-an-allocation-free-readdir-altern.patch patches.suse/perf-maps-Switch-modules-tree-walk-to-io_dir__readdir.patch patches.suse/perf-pmu-Switch-to-io_dir__readdir.patch patches.suse/perf-header-Switch-mem-topology-to-io_dir__readdir.patch patches.suse/perf-events-Remove-scandir-in-thread-synthesis.patch patches.suse/perf-parse-events-Switch-tracepoints-to-io_dir__readdir.patch patches.suse/perf-hwmon_pmu-Switch-event-discovery-to-io_dir__readdir.patch patches.suse/perf-machine-Reuse-module-path-buffer.patch patches.suse/perf-report-Fix-sample-number-stats-for-branch-entry-mode.patch patches.suse/perf-annotate-data-Handle-direct-use-of-stack-pointer-with.patch patches.suse/perf-ftrace-latency-variable-histogram-buckets.patch patches.suse/perf-ftrace-latency-allow-to-hide-empty-buckets.patch patches.suse/perf-probe-Pick-the-correct-dwarf-die-while-adding-probe-p.patch patches.suse/perf-pmu-Dynamically-allocate-tool-PMU.patch patches.suse/perf-pmu-Don-t-double-count-common-sysfs-and-json-events.patch patches.suse/perf-list-Document-v-option-deduplication-feature.patch patches.suse/perf-trace-Add-missing-perf_tool__init.patch patches.suse/perf-cpumap-Reduce-cpu-size-from-int-to-int16_t.patch patches.suse/perf-lock-Add-bpf-maps-for-owner-stack-tracing.patch patches.suse/perf-lock-Retrieve-owner-callstack-in-bpf-program.patch patches.suse/perf-lock-Make-rb_tree-helper-functions-generic.patch patches.suse/perf-lock-Report-owner-stack-in-usermode.patch patches.suse/perf-arm-spe-Report-error-if-set-frequency.patch patches.suse/perf-build-Fix-in-tree-build-due-to-symbolic-link.patch patches.suse/perf-test-Fix-spelling-mistake-sythesizing-synthesizing.patch patches.suse/perf-tools-Skip-BPF-sideband-event-for-userspace-profiling.patch patches.suse/perf-stat-Fix-non-uniquified-hybrid-legacy-events.patch patches.suse/perf-script-Make-printing-flags-reliable.patch patches.suse/perf-script-Refactor-sample_flags_to_name-function.patch patches.suse/perf-script-Separate-events-from-branch-types.patch patches.suse/perf-script-Add-not-taken-event-for-branches.patch patches.suse/perf-script-Add-not-taken-event-for-branch-stack.patch patches.suse/perf-arm-spe-Fix-load-store-operation-checking.patch patches.suse/perf-arm-spe-Extend-branch-operations.patch patches.suse/perf-arm-spe-Decode-transactional-event.patch patches.suse/perf-arm-spe-Fill-branch-operations-and-events-to-record.patch patches.suse/perf-arm-spe-Set-sample-flags-with-supplement-info.patch patches.suse/perf-arm-spe-Add-branch-stack.patch patches.suse/perf-arm-spe-Support-previous-branch-target-PBT-address.patch patches.suse/perf-test-Add-metric-only-to-perf-stat-output-tests.patch patches.suse/perf-test-Skip-perf-probe-tests-when-running-as-non-root.patch patches.suse/perf-test-Skip-perf-trace-tests-when-running-as-non-root.patch patches.suse/perf-test-Add-trace-record-and-replay-test.patch patches.suse/perf-test-Add-timeout-to-datasym-workload.patch patches.suse/perf-test-Simplify-data-symbol-test.patch patches.suse/perf-bench-Fix-perf-bench-syscall-loop-count.patch patches.suse/perf-script-Fix-output-type-for-dynamically-allocated-core.patch patches.suse/perf-maps-Introduce-map__set_kmap_maps-for-kernel-maps.patch patches.suse/perf-maps-Set-the-kmaps-for-newly-created-added-kernel-map.patch patches.suse/perf-machine-Fixup-kernel-maps-ends-after-adding-extra-map.patch patches.suse/perf-maps-Fixup-maps_by_name-when-modifying-maps_by_addres.patch patches.suse/perf-maps-Add-missing-map__set_kmap_maps-when-replacing-a-.patch patches.suse/perf-machine-Fix-insertion-of-PERF_RECORD_KSYMBOL-related-.patch patches.suse/perf-test-Fix-leak-in-Synthesize-attr-update-test.patch patches.suse/perf-report-Do-not-process-non-JIT-BPF-ksymbol-events.patch patches.suse/perf-annotate-Add-annotation_options.disassembler_used.patch patches.suse/perf-annotate-Return-errors-from-disasm_line__parse_powerp.patch patches.suse/perf-report-Use-map_symbol__copy-when-copying-callchains.patch patches.suse/perf-report-Fix-memory-leaks-in-the-hierarchy-mode.patch patches.suse/perf-tests-Fix-data-symbol-test-with-LTO-builds.patch patches.suse/perf-util-Remove-unused-perf_color_default_config.patch patches.suse/perf-util-Remove-unused-pstack__pop.patch patches.suse/perf-util-Remove-unused-perf_data__update_dir.patch patches.suse/perf-util-Remove-unused-perf_pmus__default_pmu_name.patch patches.suse/perf-util-Remove-unused-perf_config__refresh.patch patches.suse/perf-vendor-events-riscv-Rename-U74-to-Bullet.patch patches.suse/perf-vendor-events-riscv-Remove-leading-zeroes.patch patches.suse/perf-vendor-events-riscv-Update-SiFive-Bullet-events.patch patches.suse/perf-vendor-events-riscv-Add-SiFive-Bullet-version-0x07-ev.patch patches.suse/perf-vendor-events-riscv-Add-SiFive-Bullet-version-0x0d-ev.patch patches.suse/perf-vendor-events-riscv-Add-SiFive-P550-events.patch patches.suse/perf-vendor-events-riscv-Add-SiFive-P650-events.patch patches.suse/perf-mem-Don-t-leak-mem-event-names.patch patches.suse/perf-tools-Add-dummy-functions-for-HAVE_LZMA_SUPPORT.patch patches.suse/perf-tools-Add-LZMA-decompression-from-FILE.patch patches.suse/perf-symbol-Support-.gnu_debugdata-for-symbols.patch patches.suse/perf-debug-Avoid-stack-overflow-in-recursive-error-message.patch patches.suse/perf-evlist-Add-success-path-to-evlist__create_syswide_map.patch patches.suse/perf-evsel-tp_format-accessing-improvements.patch patches.suse/perf-python-Add-evlist-enable-and-disable-methods.patch patches.suse/perf-python-Add-member-access-to-a-number-of-evsel-variabl.patch patches.suse/perf-python-Add-optional-cpus-and-threads-arguments-to-par.patch patches.suse/perf-python-Update-ungrouped-evsel-leader-in-clone.patch patches.suse/perf-python-Avoid-duplicated-code-in-get_tracepoint_field.patch patches.suse/perf-python-Add-evlist-all_cpus-accessor.patch patches.suse/perf-python-Add-evlist.config-to-set-up-record-options.patch patches.suse/perf-python-tracepoint-Switch-to-using-parse_events.patch patches.suse/perf-tools-Improve-handling-of-hybrid-PMUs-in-perf_event_a.patch patches.suse/perf-x86-topdown-Fix-topdown-leader-sampling-test-error-on.patch patches.suse/perf-parse-events-Corrections-to-topdown-sorting.patch patches.suse/perf-x86-evlist-Update-comments-on-topdown-regrouping.patch patches.suse/perf-test-stat-Additional-topdown-grouping-tests.patch patches.suse/perf-ftrace-Fix-latency-stats-with-BPF.patch patches.suse/perf-ftrace-Remove-an-unnecessary-condition-check-in-BPF.patch patches.suse/perf-ftrace-Use-atomic-inc-to-update-histogram-in-BPF.patch patches.suse/perf-annotate-data-Add-annotated_data_type__get_member_nam.patch patches.suse/perf-annotate-Remove-unused-len-parameter-from-annotation_.patch patches.suse/perf-annotate-Pass-annotation_options-to-annotation_line__.patch patches.suse/perf-annotate-Pass-hist_entry-to-annotate-functions.patch patches.suse/perf-annotate-Factor-out-__hist_entry__get_data_type.patch patches.suse/perf-annotate-Implement-code-data-type-annotation.patch patches.suse/perf-annotate-Add-code-with-type-option.patch patches.suse/libapi-Add-missing-header-with-NAME_MAX-define-to-io_dir.h.patch patches.suse/perf-units-Fix-insufficient-array-space.patch patches.suse/perf-hist-stdio-Do-bounds-check-when-printing-callchains-t.patch patches.suse/perf-script-Fix-typo-in-branch-event-mask.patch patches.suse/perf-script-Update-brstack-syntax-documentation.patch patches.suse/perf-test-stat_all_pmu.sh-Correctly-check-perf-stat-result.patch patches.suse/perf-libunwind-Fixup-conversion-perf_sample-user_regs-to-a.patch patches.suse/perf-test-Fixes-to-variable-expansion-and-stdout-for-diff-.patch patches.suse/perf-test-Add-pipe-output-testing-for-annotate.patch patches.suse/perf-mutex-Add-annotations-for-LOCKS_EXCLUDED-and-LOCKS_RE.patch patches.suse/perf-dso-Use-lock-annotations-to-fix-asan-deadlock.patch patches.suse/perf-test-dso-data-Correctly-free-test-file-in-read-test.patch patches.suse/perf-python-Fixup-description-of-sample.id-event-member.patch patches.suse/perf-python-Remove-some-unused-macros-_PyUnicode_FromStrin.patch patches.suse/perf-python-tracepoint.py-Change-the-COMM-using-setproctit.patch patches.suse/perf-python-Decrement-the-refcount-of-just-created-event-o.patch patches.suse/perf-python-Don-t-keep-a-raw_data-pointer-to-consumed-ring.patch patches.suse/perf-python-Check-if-there-is-space-to-copy-all-the-event.patch patches.suse/perf-kwork-Remove-unreachable-judgments.patch patches.suse/perf-dso-fix-dso__is_kallsyms-check.patch patches.suse/perf-cpumap-Increment-reference-count-for-online-cpumap.patch patches.suse/perf-intel-tpebs-Fix-incorrect-usage-of-zfree.patch patches.suse/perf-pmu-Handle-memory-failure-in-tool_pmu__new.patch patches.suse/libperf-Don-t-remove-g-when-EXTRA_CFLAGS-are-used.patch patches.suse/perf-sort-Keep-output-fields-in-the-same-level.patch patches.suse/perf-report-Allow-hierarchy-mode-for-children.patch patches.suse/perf-report-Disable-children-column-for-data-type-profilin.patch patches.suse/perf-dso-Move-libunwind-dso_data-variables-into-ifdef.patch patches.suse/perf-dso-kernel-doc-for-enum-dso_binary_type.patch patches.suse/perf-syscalltbl-Remove-syscall_table.h.patch patches.suse/perf-trace-Reorganize-syscalls.patch patches.suse/perf-syscalltbl-Remove-struct-syscalltbl.patch patches.suse/perf-dso-Add-support-for-reading-the-e_machine-type-for-a-.patch patches.suse/perf-thread-Add-support-for-reading-the-e_machine-type-for.patch patches.suse/perf-trace-beauty-Add-syscalltbl.sh-generating-all-system-.patch patches.suse/perf-syscalltbl-Use-lookup-table-containing-multiple-archi.patch patches.suse/perf-build-Remove-Makefile.syscalls.patch patches.suse/perf-syscalltbl-Mask-off-ABI-type-for-MIPS-system-calls.patch patches.suse/perf-trace-Make-syscall-table-stable.patch patches.suse/perf-trace-Fix-BTF-memory-leak.patch patches.suse/perf-trace-Fix-evlist-memory-leak.patch patches.suse/perf-vendor-events-arm64-AmpereOne-AmpereOneX-Mark-LD_RETI.patch patches.suse/perf-vendor-events-arm64-AmpereOneX-Fix-frontend_bound-cal.patch patches.suse/perf-build-filter-all-combinations-of-flto-for-libperl.patch patches.suse/perf-tools-Fix-is_compat_mode-build-break-in-ppc64.patch patches.suse/perf-bench-sched-pipe-fix-enforced-blocking-reads-in-worke.patch patches.suse/perf-build-Rename-TEST_LOGS-to-SHELL_TEST_LOGS.patch patches.suse/perf-build-Add-mypy-build-tests.patch patches.suse/perf-build-Add-pylint-build-tests.patch patches.suse/perf-test-Address-attr.py-mypy-error.patch patches.suse/perf-python-Fix-setup.py-mypy-errors.patch patches.suse/perf-tools-annotate-asm_pure_loop.S.patch patches.suse/perf-trace-Fix-wrong-size-to-bpf_map__update_elem-call.patch patches.suse/perf-report-Fix-a-memory-leak-for-perf_env-on-AMD.patch patches.suse/perf-bpf-filter-Fix-a-parsing-error-with-comma.patch patches.suse/x86-don-t-re-generate-cpufeaturemasks.h-so-eagerly.patch patches.suse/nfsd-fix-management-of-listener-transports.patch patches.suse/nfsd-adjust-WARN_ON_ONCE-in-revoke_delegation.patch patches.suse/NFSD-Skip-sending-CB_RECALL_ANY-when-the-backchannel-isn-t-up.patch patches.suse/NFSD-nfsd_unlink-clobbers-non-zero-status-returned-from-fh_fill_pre_attrs.patch patches.suse/NFSD-Never-return-NFS4ERR_FILE_OPEN-when-removing-a-directory.patch patches.suse/svcrdma-do-not-unregister-device-for-listeners.patch patches.suse/nfsd-allow-SC_STATUS_FREEABLE-when-searching-via-nfs4_lookup_stateid.patch patches.suse/nfsd-put-dl_stid-if-fail-to-queue-dl_recall.patch patches.suse/cifs-avoid-NULL-pointer-dereference-in-dbg-call.patch patches.suse/exfat-fix-random-stack-corruption-after-get_block.patch patches.suse/exfat-fix-the-infinite-loop-in-exfat_find_last_cluster.patch patches.suse/exfat-fix-missing-shutdown-check.patch patches.suse/exfat-fix-potential-wrong-error-return-from-get_block.patch patches.suse/exfat-call-bh_read-in-get_block-only-when-necessary.patch patches.suse/isofs-fix-KMSAN-uninit-value-bug-in-do_isofs_readdir.patch patches.suse/udf-Fix-inode_getblk-return-value.patch patches.suse/0001-mm-gup-reject-FOLL_SPLIT_PMD-with-hugetlb-VMAs.patch patches.suse/0002-mm-rmap-reject-hugetlb-folios-in-folio_make_device_e.patch patches.suse/0003-mm-rmap-convert-make_device_exclusive_range-to-make_.patch patches.suse/0004-mm-rmap-implement-make_device_exclusive-using-folio_.patch patches.suse/0005-mm-memory-detect-writability-in-restore_exclusive_pt.patch patches.suse/0006-mm-use-single-SWP_DEVICE_EXCLUSIVE-entry-type.patch patches.suse/0007-mm-page_vma_mapped-device-exclusive-entries-are-not-.patch patches.suse/0008-kernel-events-uprobes-handle-device-exclusive-entrie.patch patches.suse/0009-mm-ksm-handle-device-exclusive-entries-correctly-in-.patch patches.suse/0010-mm-rmap-handle-device-exclusive-entries-correctly-in.patch patches.suse/0011-mm-rmap-handle-device-exclusive-entries-correctly-in.patch patches.suse/0012-mm-rmap-handle-device-exclusive-entries-correctly-in.patch patches.suse/0013-mm-page_idle-handle-device-exclusive-entries-correct.patch patches.suse/0014-mm-damon-handle-device-exclusive-entries-correctly-i.patch patches.suse/0015-mm-damon-handle-device-exclusive-entries-correctly-i.patch patches.suse/0016-mm-rmap-keep-mapcount-untouched-for-device-exclusive.patch patches.suse/0017-mm-rmap-avoid-EBUSY-from-make_device_exclusive.patch patches.suse/mm-simplify-vma-merge-structure-and-expand-comments.patch patches.suse/mm-further-refactor-commit_merge.patch patches.suse/mm-eliminate-adj_start-parameter-from-commit_merge.patch patches.suse/mm-make-vmg-target-consistent-and-further-simplify-commit_.patch patches.suse/mm-completely-abstract-unnecessary-adj_start-calculation.patch patches.suse/alloc_tag-uninline-code-gated-by-mem_alloc_profiling_key-i.patch patches.suse/selftests-mm-fix-thuge-gen-test-name-uniqueness.patch patches.suse/vmscan-cleanup-add-for_each_managed_zone_pgdat-macro.patch patches.suse/0015-mm-refactor-rmap_walk_file-to-separate-out-traversal.patch patches.suse/0016-mm-provide-mapping_wrprotect_range-function.patch patches.suse/1680-fb_defio-do-not-use-deprecated-page-mapping-index-fi.patch patches.suse/mm-allow-guard-regions-in-file-backed-and-read-only-mappin.patch patches.suse/maple_tree-remove-a-BUG_ON-in-mas_alloc_nodes.patch patches.suse/mm-introduce-vma_start_read_locked-_nested-helpers.patch patches.suse/mm-move-per-vma-lock-into-vm_area_struct.patch patches.suse/mm-mark-vma-as-detached-until-it-s-added-into-vma-tree.patch patches.suse/mm-introduce-vma_iter_store_attached-to-use-with-attached-.patch patches.suse/mm-mark-vmas-detached-upon-exit.patch patches.suse/types-move-struct-rcuwait-into-types.h.patch patches.suse/mm-allow-vma_start_read_locked-vma_start_read_locked_neste.patch patches.suse/mm-move-mmap_init_lock-out-of-the-header-file.patch patches.suse/mm-uninline-the-main-body-of-vma_start_write.patch patches.suse/refcount-provide-ops-for-cases-when-object-s-memory-can-be.patch patches.suse/refcount-introduce-__refcount_-add-inc-_not_zero_limited_a.patch patches.suse/mm-replace-vm_lock-and-detached-flag-with-a-reference-coun.patch patches.suse/mm-move-lesser-used-vma_area_struct-members-into-the-last-.patch patches.suse/mm-debug-print-vm_refcnt-state-when-dumping-the-vma.patch patches.suse/mm-remove-extra-vma_numab_state_init-call.patch patches.suse/mm-prepare-lock_vma_under_rcu-for-vma-reuse-possibility.patch patches.suse/mm-make-vma-cache-SLAB_TYPESAFE_BY_RCU.patch patches.suse/fs-proc-task_mmu-add-guard-region-bit-to-pagemap.patch patches.suse/mm-page_alloc-don-t-steal-single-pages-from-biggest-buddy.patch patches.suse/mm-page_alloc-remove-remnants-of-unlocked-migratetype.patch patches.suse/mm-page_alloc-group-fallback-functions-together.patch patches.suse/mm-page_alloc-warn-on-nr_reserved_highatomic-underflow.patch patches.suse/mm-page_alloc-clarify-terminology-in-migratetype-fallback.patch patches.suse/mm-page_alloc-clarify-should_claim_block-commentary.patch patches.suse/mm-gup-remove-redundant-check-for-PCI-P2PDMA-page.patch patches.suse/mm-mm_init-move-p2pdma-page-refcount-initialisation-.patch patches.suse/mm-allow-compound-zone-device-pages.patch patches.suse/mm-mremap-correctly-handle-partial-mremap-of-VMA-starting-.patch patches.suse/mm-mremap-refactor-mremap-system-call-implementation.patch patches.suse/mm-mremap-introduce-and-use-vma_remap_struct-threaded-stat.patch patches.suse/mm-mremap-initial-refactor-of-move_vma.patch patches.suse/mm-mremap-complete-refactor-of-move_vma.patch patches.suse/mm-mremap-refactor-move_page_tables-abstracting-state.patch patches.suse/mm-mremap-thread-state-through-move-page-table-operation.patch patches.suse/bit_spinlock-__always_inline-un-lock-functions.patch patches.suse/mm-add-missing-release-barrier-on-PGDAT_RECLAIM_LOCKED.patch patches.suse/mm-lock-PGDAT_RECLAIM_LOCKED-with-acquire-memory-ordering.patch patches.suse/x86-mce-use-is_copy_from_user-to-determine-copy-from.patch patches.suse/mm-hwpoison-do-not-send-SIGBUS-to-processes-with-rec.patch patches.suse/mm-memory-failure-enhance-comments-for-return-value-.patch patches.suse/selftests-mm-cow-fix-the-incorrect-error-handling.patch patches.suse/mm-compaction-push-watermark-into-compaction_suitable.patch patches.suse/mm-page_alloc-trace-type-pollution-from-compaction.patch patches.suse/mm-page_alloc-defrag_mode.patch patches.suse/mm-page_alloc-defrag_mode-kswapd-kcompactd-assistance.patch patches.suse/mm-page_alloc-defrag_mode-kswapd-kcompactd-watermarks.patch patches.suse/mm-page_alloc-remove-unnecessary-__maybe_unused-in.patch patches.suse/docs-thermal-sync-hardware-protection-doc-with-code.patch patches.suse/1682-accel-habanalabs-convert-timeouts-to-secs_to_jiffies.patch patches.suse/ALSA-ac97-convert-timeouts-to-secs_to_jiffies.patch patches.suse/nvme-convert-timeouts-to-secs_to_jiffies.patch patches.suse/RDMA-bnxt_re-convert-timeouts-to-secs_to_jiffies.patch patches.suse/kernfs-Acquire-kernfs_rwsem-in-kernfs_notify_workfn.patch patches.suse/kernfs-Acquire-kernfs_rwsem-in-kernfs_get_parent_dentry.patch patches.suse/kernfs-Acquire-kernfs_rwsem-in-kernfs_node_dentry.patch patches.suse/kernfs-Don-t-re-lock-kernfs_root-kernfs_rwsem-in-kernfs_fo.patch patches.suse/kernfs-Use-RCU-to-access-kernfs_node-parent.patch patches.suse/kernfs-Use-RCU-to-access-kernfs_node-name.patch patches.suse/kernfs-Drop-kernfs_rwsem-while-invoking-lookup_positive_un.patch patches.suse/driver-core-Remove-needless-return-in-void-API-devic.patch patches.suse/1683-drm-sysfs-Constify-struct-bin_attribute.patch patches.suse/1684-drm-lima-Constify-struct-bin_attribute.patch patches.suse/1685-drm-i915-Constify-struct-bin_attribute.patch patches.suse/1686-drm-amdgpu-Constify-struct-bin_attribute.patch patches.suse/1687-drm-amd-display-Constify-struct-bin_attribute.patch patches.suse/1688-accel-habanalabs-constify-struct-bin_attribute.patch patches.suse/efi-mokvar-Use-const-struct-bin_attribute-callback.patch patches.suse/powerpc-secvar-Mark-__init-functions-as-such.patch patches.suse/efi-rci2-mark-bin_attribute-as-__ro_after_init.patch patches.suse/kernfs-Move-dput-outside-of-the-RCU-section.patch patches.suse/driver-core-faux-only-create-the-device-if-probe-suc.patch patches.suse/1689-mei-Remove-unused-functions.patch patches.suse/eeprom-ee1004-Check-chip-before-probing.patch patches.suse/iio-adc-ad7944-don-t-use-storagebits-for-sizing.patch patches.suse/iio-accel-mma8452-Ensure-error-return-on-failure-to-.patch patches.suse/iio-accel-msa311-Fix-failure-to-release-runtime-pm-i.patch patches.suse/iio-adc-ad7768-1-Move-setting-of-val-a-bit-later-to-.patch patches.suse/iio-backend-make-sure-to-NULL-terminate-stack-buffer.patch patches.suse/iio-adc-ad4130-Fix-comparison-of-channel-setups.patch patches.suse/iio-adc-ad7124-Fix-comparison-of-channel-configs.patch patches.suse/iio-adc-ad7173-Fix-comparison-of-channel-configs.patch patches.suse/iio-adc-ad7768-1-Fix-conversion-result-sign.patch patches.suse/iio-adc-ad7768-1-set-MOSI-idle-state-to-prevent-acci.patch patches.suse/iio-light-Add-check-for-array-bounds-in-veml6075_rea.patch patches.suse/bus-mhi-host-Fix-race-between-unprepare-and-queue_bu.patch patches.suse/fpga-altera-cvp-Increase-credit-timeout.patch patches.suse/w1-fix-NULL-pointer-dereference-in-probe.patch patches.suse/soundwire-cadence_master-set-frame-shape-and-divider.patch patches.suse/soundwire-Revert-soundwire-intel_auxdevice-start-the.patch patches.suse/soundwire-amd-change-the-soundwire-wake-enable-disab.patch patches.suse/soundwire-amd-add-debug-log-for-soundwire-wake-event.patch patches.suse/soundwire-amd-add-support-for-ACP7.0-ACP7.1-platform.patch patches.suse/soundwire-amd-set-device-power-state-during-suspend-.patch patches.suse/soundwire-amd-set-ACP_PME_EN-during-runtime-suspend-.patch patches.suse/soundwire-amd-add-soundwire-host-wake-interrupt-enab.patch patches.suse/soundwire-Use-str_enable_disable-like-helpers.patch patches.suse/soundwire-slave-fix-an-OF-node-reference-leak-in-sou.patch patches.suse/soundwire-amd-change-the-log-level-for-command-respo.patch patches.suse/Documentation-driver-add-SoundWire-BRA-description.patch patches.suse/soundwire-cadence-add-BTP-support-for-DP0.patch patches.suse/soundwire-extend-sdw_stream_type-to-BPT.patch patches.suse/soundwire-stream-extend-sdw_alloc_stream-to-take-typ.patch patches.suse/soundwire-stream-special-case-the-bus-compute_params.patch patches.suse/soundwire-stream-reuse-existing-code-for-BPT-stream.patch patches.suse/soundwire-bus-add-send_async-wait-APIs-for-BPT-proto.patch patches.suse/soundwire-bus-add-bpt_stream-pointer.patch patches.suse/soundwire-cadence-add-BTP-BRA-helpers-to-format-data.patch patches.suse/soundwire-intel_auxdevice-add-indirection-for-BPT-se.patch patches.suse/ASoC-SOF-Intel-hda-sdw-bpt-add-helpers-for-SoundWire.patch patches.suse/soundwire-intel-add-BPT-context-definition.patch patches.suse/soundwire-intel_ace2x-add-BPT-send_async-wait-callba.patch patches.suse/ASoC-SOF-Intel-hda-sdw-bpt-add-CHAIN_DMA-support.patch patches.suse/soundwire-debugfs-add-interface-for-BPT-BRA-transfer.patch patches.suse/ASoC-rt711-sdca-add-DP0-support.patch patches.suse/soundwire-take-in-count-the-bandwidth-of-a-prepared-.patch patches.suse/phy-phy-rockchip-samsung-hdptx-Don-t-use-dt-aliases-.patch patches.suse/phy-exynos5-usbdrd-fix-EDS-distribution-tuning-gs101.patch patches.suse/phy-core-don-t-require-set_mode-callback-for-phy_get.patch patches.suse/phy-phy-rockchip-samsung-hdptx-Swap-the-definitions-.patch patches.suse/phy-freescale-imx8m-pcie-assert-phy-reset-and-perst-.patch patches.suse/phy-rockchip-usbdp-Only-verify-link-rates-lanes-volt.patch patches.suse/phy-rockchip-usbdp-Avoid-call-hpd_event_trigger-in-d.patch patches.suse/dmaengine-dmatest-Fix-dmatest-waiting-less-when-inte.patch patches.suse/dmaengine-fsl-edma-cleanup-chan-after-dma_async_devi.patch patches.suse/dmaengine-fsl-edma-free-irq-correctly-in-remove-path.patch patches.suse/dmaengine-ti-k3-udma-Enable-second-resource-range-fo.patch patches.suse/i2c-pxa-fix-call-balance-of-i2c-clk-handling-routine.patch patches.suse/i2c-qup-Vote-for-interconnect-bandwidth-to-DRAM.patch patches.suse/i2c-i801-Cosmetic-improvements.patch patches.suse/i2c-i801-Move-i801_wait_intr-and-i801_wait_byte_done.patch patches.suse/i2c-i801-Improve-too-small-kill-wait-time-in-i801_ch.patch patches.suse/i2c-i801-Switch-to-iomapped-register-access.patch patches.suse/i2c-i801-Use-MMIO-if-available.patch patches.suse/i2c-omap-Add-support-for-setting-mux.patch patches.suse/watchdog-aspeed-Update-bootstatus-handling.patch patches.suse/watchdog-aspeed-fix-64-bit-division.patch patches.suse/i3c-master-svc-Flush-FIFO-before-sending-Dynamic-Add.patch patches.suse/i3c-master-svc-Add-support-for-Nuvoton-npcm845-i3c.patch patches.suse/i3c-master-svc-Fix-missing-the-IBI-rules.patch patches.suse/i3c-master-svc-Use-readsb-helper-for-reading-MDB.patch patches.suse/i3c-master-svc-Fix-missing-STOP-for-master-request.patch patches.suse/i3c-master-svc-Fix-implicit-fallthrough-in-svc_i3c_m.patch patches.suse/i3c-Add-NULL-pointer-check-in-i3c_master_queue_ibi.patch patches.suse/thermal-drivers-qoriq-Power-down-TMU-on-system-suspe.patch patches.suse/thermal-drivers-rockchip-Add-missing-rk3328-mapping-.patch patches.suse/thermal-core-Remove-duplicate-struct-declaration.patch patches.suse/thermal-drivers-mediatek-lvts-Disable-monitor-mode-d.patch patches.suse/thermal-drivers-mediatek-lvts-Disable-Stage-3-therma.patch patches.suse/thermal-drivers-mediatek-lvts-Disable-low-offset-IRQ.patch patches.suse/thermal-drivers-mediatek-lvts-Start-sensor-interrupt.patch patches.suse/Documentation-EDAC-Fix-warning-document-isn-t-included-in-.patch patches.suse/virtio-break-and-reset-virtio-devices-on-device_shut.patch patches.suse/tools-virtio-linux-module.h-add-MODULE_DESCRIPTION-d.patch patches.suse/vhost-scsi-Fix-handling-of-multiple-calls-to-vhost_s.patch patches.suse/vdpa-mlx5-Fix-mlx5_vdpa_get_config-endianness-on-big.patch patches.suse/vdpa-mlx5-Fix-oversized-null-mkey-longer-than-32bit.patch patches.suse/sound-virtio-Fix-cancel_sync-warnings-on-uninitializ.patch patches.suse/vhost-scsi-Add-better-resource-allocation-failure-ha.patch patches.suse/vhost-scsi-Return-queue-full-for-page-alloc-failures.patch patches.suse/rtnetlink-Allocate-vfinfo-size-for-VF-GUIDs-when-sup.patch patches.suse/rndis_host-Flag-RNDIS-modems-as-WWAN-devices.patch patches.suse/msft-hv-3231-net-mana-Switch-to-page-pool-for-jumbo-frames.patch patches.suse/net-mlx5e-SHAMPO-Make-reserved-size-independent-of-p.patch patches.suse/net-usb-usbnet-restore-usb-d-name-exception-for-loca.patch patches.suse/net-phy-broadcom-Correct-BCM5221-PHY-model-detection.patch patches.suse/mptcp-fix-NULL-pointer-in-can_accept_new_subflow.patch patches.suse/selftests-mptcp-fix-incorrect-fd-checks-in-main_loop.patch patches.suse/selftests-mptcp-close-fd_in-before-returning-in-main.patch patches.suse/objtool-Ignore-entire-functions-rather-than-instructions.patch patches.suse/objtool-Fix-X86_FEATURE_SMAP-alternative-handling.patch patches.suse/objtool-Silence-more-KCOV-warnings.patch patches.suse/objtool-Properly-disable-uaccess-validation.patch patches.suse/objtool-spi-amd-Fix-out-of-bounds-stack-access-in-am.patch patches.suse/objtool-nvmet-Fix-out-of-bounds-stack-access-in-nvme.patch patches.suse/objtool-media-dib8000-Prevent-divide-by-zero-in-dib8.patch patches.suse/objtool-panic-Disable-SMAP-in-__stack_chk_fail.patch patches.suse/objtool-ASoC-codecs-wcd934x-Remove-potential-undefin.patch patches.suse/objtool-regulator-rk808-Remove-potential-undefined-b.patch patches.suse/objtool-lkdtm-Obfuscate-the-do_nothing-pointer.patch patches.suse/objtool-Fix-segfault-in-ignore_unreachable_insn.patch patches.suse/objtool-Fix-STACK_FRAME_NON_STANDARD-for-cold-subfunctions.patch patches.suse/1690-objtool-drm-vmwgfx-Don-t-ignore-vmw_send_msg-for-ORC.patch patches.suse/objtool-Silence-more-KCOV-warnings-part-2.patch patches.suse/objtool-Ignore-end-of-section-jumps-for-KCOV-GCOV.patch patches.suse/objtool-Fix-verbose-disassembly-if-CROSS_COMPILE-isn.patch patches.suse/sched-smt-Always-inline-sched_smt_active.patch patches.suse/x86-paravirt-Move-halt-paravirt-calls-under-CONFIG_PARAVIR.patch patches.suse/x86-tdx-Fix-arch_safe_halt-execution-for-TDX-VMs.patch patches.suse/x86-tdx-Emit-warning-if-IRQs-are-enabled-during-HLT-VE-han.patch patches.suse/LoongArch-BPF-Fix-off-by-one-error-in-build_prologue.patch patches.suse/LoongArch-BPF-Use-move_addr-for-BPF_PSEUDO_FUNC.patch patches.suse/LoongArch-BPF-Don-t-override-subprog-s-return-value.patch patches.suse/ACPI-PNP-Add-Intel-OC-Watchdog-IDs-to-non-PNP-device.patch patches.suse/ACPI-x86-Extend-Lenovo-Yoga-Tab-3-quirk-with-skip-GP.patch patches.suse/ACPI-processor-idle-return-an-error-if-both-P_LVL-2-.patch patches.suse/ACPI-resource-Skip-IRQ-override-on-ASUS-Vivobook-14-.patch patches.suse/ACPI-video-Handle-fetching-EDID-as-ACPI_TYPE_PACKAGE.patch patches.suse/ACPI-platform_profile-Optimize-_aggregate_choices.patch patches.suse/ACPI-NUMA-Use-str_enabled_disabled-helper-function.patch patches.suse/cpufreq-Reference-count-policy-in-cpufreq_update_limits.patch patches.suse/exec-fix-the-racy-usage-of-fs_struct-in_exec.patch patches.suse/exit-fix-the-usage-of-delay_group_leader-exit_code-in-do_n.patch patches.suse/fs-ntfs3-Prevent-integer-overflow-in-hdr_first_de.patch patches.suse/NFSv4-Don-t-trigger-uneccessary-scans-for-return-on-close-delegations.patch patches.suse/NFSv4-Avoid-unnecessary-scans-of-filesystems-for-returning-delegations.patch patches.suse/NFSv4-Avoid-unnecessary-scans-of-filesystems-for-expired-delegations.patch patches.suse/NFSv4-Avoid-unnecessary-scans-of-filesystems-for-delayed-delegations.patch patches.suse/NFS-fix-open_owner_id_maxsz-and-related-fields.patch patches.suse/pNFS-flexfiles-Report-ENETDOWN-as-a-connection-error.patch patches.suse/SUNRPC-rpcbind-should-never-reset-the-port-to-the-value-0.patch patches.suse/SUNRPC-rpc_clnt_set_transport-must-not-change-the-autobind-setting.patch patches.suse/NFS-Shut-down-the-nfs_client-only-after-all-the-superblocks.patch patches.suse/NFSv4-Treat-ENETUNREACH-errors-as-fatal-for-state-recovery.patch patches.suse/SUNRPC-Don-t-allow-waiting-for-exiting-tasks.patch patches.suse/NFS-Don-t-allow-waiting-for-exiting-tasks.patch patches.suse/NFSv4-Check-for-delegation-validity-in-nfs_start_delegation_return_locked.patch patches.suse/nfs-Add-missing-release-on-error-in-nfs_lock_and_join_requests.patch patches.suse/counter-stm32-lptimer-cnt-fix-error-handling-when-en.patch patches.suse/counter-microchip-tcb-capture-Fix-undefined-counter-.patch patches.suse/staging-rtl8723bs-Remove-some-unused-functions-macro.patch patches.suse/staging-rtl8723bs-select-CONFIG_CRYPTO_LIB_AES.patch patches.suse/staging-vchiq_arm-Register-debugfs-after-cdev.patch patches.suse/staging-vchiq_arm-Fix-possible-NPR-of-keep-alive-thr.patch patches.suse/staging-rtl8723bs-fixed-a-unnecessary-parentheses-co.patch patches.suse/serial-sh-sci-Update-the-suspend-resume-support.patch patches.suse/Revert-tty-serial-Add-kgdb_nmi-driver.patch patches.suse/serial-tegra-utc-Add-driver-for-Tegra-UART-Trace-Controller-UTC.patch patches.suse/serial-mctrl_gpio-split-disable_ms-into-sync-and-no_.patch patches.suse/tty-n_tty-use-uint-for-space-returned-by-tty_write_r.patch patches.suse/tty-serial-8250-Add-some-more-device-IDs.patch patches.suse/tty-serial-8250-Add-Brainboxes-XC-devices.patch patches.suse/tty-serial-fsl_lpuart-disable-transmitter-before-cha.patch patches.suse/tty-serial-fsl_lpuart-Use-u32-and-u8-for-register-va.patch patches.suse/serial-8250_dma-terminate-correct-DMA-in-tx_dma_flus.patch patches.suse/tty-serial-lpuart-only-disable-CTS-instead-of-overwr.patch patches.suse/serial-sh-sci-Save-and-restore-more-registers.patch patches.suse/serial-stm32-do-not-deassert-RS485-RTS-GPIO-prematur.patch patches.suse/usb-typec-ucsi-Rename-SET_UOM-UCSI-command-to-SET_CC.patch patches.suse/usb-typec-ucsi-Enable-UCSI-commands-in-debugfs.patch patches.suse/usb-host-max3421-hcd-Add-missing-spi_device_id-table.patch patches.suse/usb-typec-ucsi-return-CCI-and-message-from-sync_cont.patch patches.suse/usb-typec-thunderbolt-Fix-loops-that-iterate-TYPEC_P.patch patches.suse/usb-typec-thunderbolt-Remove-IS_ERR-check-for-plug.patch patches.suse/usb-dwc3-gadget-Refactor-loop-to-avoid-NULL-endpoint.patch patches.suse/usb-dwc3-gadget-Avoid-using-reserved-endpoints-on-In.patch patches.suse/USB-core-Add-eUSB2-descriptor-and-parsing-in-USB-cor.patch patches.suse/usb-core-replace-usb_sndaddr0pipe-macro-with-usb_snd.patch patches.suse/usb-ulpi-Remove-unused-otg_ulpi_create.patch patches.suse/ucsi_ccg-Don-t-show-failed-to-get-FW-build-informati.patch patches.suse/usb-xhci-Don-t-skip-on-Stopped-Length-Invalid.patch patches.suse/usb-xhci-Complete-error-mid-TD-transfers-when-handli.patch patches.suse/usb-xhci-Fix-isochronous-Ring-Underrun-Overrun-event.patch patches.suse/usb-xhci-correct-debug-message-page-size-calculation.patch patches.suse/usb-xhci-Apply-the-link-chain-quirk-on-NEC-isoc-endp.patch patches.suse/xhci-Handle-spurious-events-on-Etron-host-isoc-enpoi.patch patches.suse/usb-xhci-Don-t-change-the-status-of-stalled-TDs-on-f.patch patches.suse/usb-xhci-Avoid-Stop-Endpoint-retry-loop-if-the-endpo.patch patches.suse/usb-gadget-aspeed-Add-NULL-pointer-check-in-ast_vhub.patch patches.suse/usb-core-Don-t-use-pK-through-printk.patch patches.suse/usb-host-xhci-plat-mvebu-use-quirks-instead-of-init_.patch patches.suse/usb-cdns3-call-cdns_power_is_lost-only-once-in-cdns_.patch patches.suse/thunderbolt-Make-tb_tunnel_alloc_usb3-error-paths-co.patch patches.suse/thunderbolt-Scan-retimers-after-device-router-has-be.patch patches.suse/thunderbolt-Do-not-add-non-active-NVM-if-NVM-upgrade.patch patches.suse/efi-cper-cxl-Prefix-protocol-error-struct-and-functi.patch patches.suse/efi-cper-cxl-Make-definitions-and-structures-global.patch patches.suse/efi-cper-cxl-Remove-cper_cxl.h.patch patches.suse/acpi-numa-Add-support-to-enumerate-and-store-extende.patch patches.suse/acpi-hmat-cxl-Add-extended-linear-cache-support-for-.patch patches.suse/cxl-Add-extended-linear-cache-address-alias-emission.patch patches.suse/cxl-Fix-warning-from-emitting-resource_size_t-as-lon.patch patches.suse/acpi-nfit-fix-narrowing-conversion-in-acpi_nfit_ctl.patch patches.suse/libnvdimm-labels-Fix-divide-error-in-nd_label_data_i.patch patches.suse/dm-crypt-switch-to-using-the-crc32-library.patch patches.suse/dm-vdo-use-a-short-static-string-for-thread-name-pre.patch patches.suse/dm-vdo-indexer-prevent-unterminated-string-warning.patch patches.suse/dm-vdo-vio-pool-allow-variable-sized-metadata-vios.patch patches.suse/dm-integrity-set-ti-error-on-memory-allocation-failu.patch patches.suse/dm-fix-unconditional-IO-throttle-caused-by-REQ_PREFL.patch patches.suse/dm-cache-prevent-BUG_ON-by-blocking-retries-on-faile.patch patches.suse/dm-restrict-dm-device-size-to-2-63-512-bytes.patch patches.suse/dm-integrity-fix-non-constant-time-tag-verification.patch patches.suse/dm-verity-fix-prefetch-vs-suspend-race.patch patches.suse/dm-ebs-fix-prefetch-vs-suspend-race.patch patches.suse/tracing-Verify-event-formats-that-have-p.patch patches.suse/mm-zswap-fix-crypto_free_acomp-deadlock-in-zswap_cpu_comp_.patch patches.suse/mm-mremap-do-not-set-vrm-vma-NULL-immediately-prior-to-che.patch patches.suse/mm-page_alloc-fix-defrag_mode-s-retry-OOM-path.patch patches.suse/mm-page_alloc-replace-flag-check-with-PageHWPoison-in.patch patches.suse/lib-scatterlist-fix-sg_split_phys-to-preserve-origin.patch patches.suse/xsk-Fix-__xsk_generic_xmit-error-code-when-cq-is-ful.patch patches.suse/selftests-bpf-Fix-tests-after-fields-reorder-in-stru.patch patches.suse/selftests-bpf-Fix-verifier_bpf_fastcall-test.patch patches.suse/selftests-bpf-Fix-verifier_private_stack-test-failur.patch patches.suse/arm64-mm-Correct-the-update-of-max_pfn.patch patches.suse/arm64-mops-Do-not-dereference-src-reg-for-a-set-operation.patch patches.suse/arm64-mm-Drop-dead-code-for-pud-special-bit-handling.patch patches.suse/arm64-Add-support-for-HIP09-Spectre-BHB-mitigation.patch patches.suse/arm64-Don-t-call-NULL-in-do_compat_alignment_fixup.patch patches.suse/rtc-ds1307-stop-disabling-alarms-on-probe.patch patches.suse/rtc-rv3032-fix-EERD-location.patch patches.suse/rtc-pcf85063-do-a-SW-reset-if-POR-failed.patch patches.suse/fs-9p-fix-NULL-pointer-dereference-on-mkdir.patch patches.suse/9p-net-fix-improper-handling-of-bogus-negative-read-.patch patches.suse/9p-trans_fd-mark-concurrent-read-and-writes-to-p9_co.patch patches.suse/ublk-make-sure-ubq-canceling-is-set-when-queue-is-frozen.patch patches.suse/io_uring-msg-initialise-msg-request-opcode.patch patches.suse/io_uring-always-do-atomic-put-from-iowq.patch patches.suse/block-remove-unused-nseg-parameter.patch patches.suse/nvmet-pci-epf-Keep-completion-queues-mapped.patch patches.suse/nvme-ioctl-don-t-warn-on-vectorized-uring_cmd-with-f.patch patches.suse/nvme-ioctl-move-blk_mq_free_request-out-of-nvme_map_.patch patches.suse/nvme-ioctl-move-fixed-buffer-lookup-to-nvme_uring_cm.patch patches.suse/nvme-update-the-multipath-warning-in-nvme_init_ns_he.patch patches.suse/nvme-multipath-change-the-NVME_MULTIPATH-config-opti.patch patches.suse/nvme-pci-skip-nvme_write_sq_db-on-empty-rqlist.patch patches.suse/block-don-t-grab-elevator-lock-during-queue-initiali.patch patches.suse/qibfs-fix-_another_-leak.patch patches.suse/hypfs_create_cpu_files-add-missing-check-for-hypfs_mkdir-failure.patch patches.suse/ALSA-hda-realtek-Fix-built-in-mic-breakage-on-ASUS-V.patch patches.suse/ALSA-hda-tas2781-Upgrade-calibratd-data-writing-code.patch patches.suse/ALSA-hda-realtek-Enable-Mute-LED-on-HP-OMEN-16-Lapto.patch patches.suse/ALSA-hda-intel-sdw-acpi-Remove-explicitly-unused-hea.patch patches.suse/ALSA-hda-realtek-Support-mute-led-function-for-HP-pl.patch patches.suse/ALSA-hda-realtek-Fix-built-in-mic-on-another-ASUS-Vi.patch patches.suse/firmware-cs_dsp-Ensure-cs_dsp_load-_coeff-returns-0-.patch patches.suse/ASoC-sma1307-Fix-error-handling-in-sma1307_setting_l.patch patches.suse/ASoC-codecs-wsa883x-Correct-VI-sense-channel-mask.patch patches.suse/ASoC-codecs-wsa884x-Correct-VI-sense-channel-mask.patch patches.suse/ASoC-qdsp6-q6asm-dai-fix-q6asm_dai_compr_set_params-.patch patches.suse/ASoC-SOF-hda-ptl-Move-mic-privacy-change-notificatio.patch patches.suse/ASoC-codecs-rt5665-Fix-some-error-handling-paths-in-.patch patches.suse/ASoC-q6apm-dai-schedule-all-available-frames-to-avoi.patch patches.suse/ASoC-q6apm-add-q6apm_get_hw_pointer-helper.patch patches.suse/ASoC-qdsp6-q6apm-dai-set-10-ms-period-and-buffer-ali.patch patches.suse/ASoC-qdsp6-q6apm-dai-fix-capture-pipeline-overruns.patch patches.suse/ASoC-q6apm-dai-make-use-of-q6apm_get_hw_pointer.patch patches.suse/ASoC-imx-card-Add-NULL-check-in-imx_card_probe.patch patches.suse/x86-uaccess-Improve-performance-by-aligning-writes-to-8-by.patch patches.suse/x86-mm-init-Handle-the-special-case-of-device-privat.patch patches.suse/1691-x86-platform-iosf_mbi-Remove-unused-iosf_mbi_unregis.patch patches.suse/x86-fred-Fix-system-hang-during-S4-resume-with-FRED-enable.patch patches.suse/platform-x86-thinkpad_acpi-disable-ACPI-fan-access-f.patch patches.suse/platform-x86-ISST-Correct-command-storage-data-lengt.patch patches.suse/spi-rockchip-Fix-register-out-of-bounds-access.patch patches.suse/spi-fsl-qspi-use-devm-function-instead-of-driver-rem.patch patches.suse/spi-cadence-Fix-out-of-bounds-array-access-in-cdns_m.patch patches.suse/spi-bcm2835-Do-not-call-gpiod_put-on-invalid-descrip.patch patches.suse/spi-bcm2835-Restore-native-CS-probing-when-pinctrl-b.patch patches.suse/netlabel-Fix-NULL-pointer-exception-caused-by-CALIPS.patch patches.suse/net_sched-skbprio-Remove-overly-strict-queue-asserti.patch patches.suse/sctp-add-mutual-exclusion-in-proc_sctp_do_udp_port.patch patches.suse/eth-mlx4-select-PAGE_POOL.patch patches.suse/net-mvpp2-Prevent-parser-TCAM-memory-corruption.patch patches.suse/udp-Fix-multiple-wraparounds-of-sk-sk_rmem_alloc.patch patches.suse/udp-Fix-memory-accounting-leak.patch patches.suse/vsock-avoid-timeout-during-connect-if-the-socket-is-.patch patches.suse/net-decrease-cached-dst-counters-in-dst_release.patch patches.suse/gve-handle-overflow-when-reporting-TX-consumed-descr.patch patches.suse/sfc-fix-NULL-dereferences-in-ef100_process_design_pa.patch patches.suse/ipv6-fix-omitted-netlink-attributes-when-using-RTEXT.patch patches.suse/net-fix-geneve_opt-length-integer-overflow.patch patches.suse/igc-Fix-XSK-queue-NAPI-ID-mapping.patch patches.suse/igc-Fix-TX-drops-in-XDP-ZC.patch patches.suse/e1000e-change-k1-configuration-on-MTP-and-later-plat.patch patches.suse/ixgbe-fix-media-type-detection-for-E610-device.patch patches.suse/idpf-fix-adapter-NULL-pointer-dereference-on-reboot.patch patches.suse/netfilter-nft_set_hash-GC-reaps-elements-with-conncount-fo.patch patches.suse/netfilter-nf_tables-don-t-unregister-hook-when-table-is-do.patch patches.suse/netfilter-nft_tunnel-fix-geneve_opt-type-confusion-additio.patch patches.suse/usbnet-fix-NPE-during-rx_complete.patch patches.suse/ipv6-Start-path-selection-from-the-first-nexthop.patch patches.suse/ipv6-Do-not-consider-link-down-nexthops-in-path-sele.patch patches.suse/net-ibmveth-make-veth_pool_store-stop-hanging.patch patches.suse/ntb_hw_switchtec-Fix-shift-out-of-bounds-in-switchte.patch patches.suse/ntb-intel-Fix-using-link-status-DB-s.patch patches.suse/ntb_perf-Delete-duplicate-dmaengine_unmap_put-call-i.patch patches.suse/ntb-use-64-bit-arithmetic-for-the-MSI-doorbell-mask.patch patches.suse/ntb-reduce-stack-usage-in-idt_scan_mws.patch patches.suse/ntb_hw_amd-Add-NTB-PCI-ID-for-new-gen-CPU.patch patches.suse/s390-entry-Fix-setting-_CIF_MCCK_GUEST-with-lowcore-relocation.patch patches.suse/s390-pci-Fix-zpci_bus_is_isolated_vf-for-non-VFs.patch patches.suse/s390-Fix-linker-error-when-no-pie-option-is-unavailable.patch patches.suse/s390-pci-Fix-dev.dma_range_map-missing-sentinel-elem.patch patches.suse/s390-vfio-ap-Fix-no-AP-queue-sharing-allowed-message-writt.patch patches.suse/Input-synaptics-hide-unused-smbus_pnp_ids-array.patch patches.suse/Input-pm8941-pwrkey-fix-dev_dbg-output-in-pm8941_pwr.patch patches.suse/1692-drm-adp-Fix-NULL-vs-IS_ERR-check-in-adp_plane_new.patch patches.suse/1693-drm-i915-watermark-Check-bounds-for-scaler_users-for.patch patches.suse/1694-drm-i915-display-Fix-build-error-without-DRM_FBDEV_E.patch patches.suse/1695-drm-xe-eustall-Fix-a-possible-pointer-dereference-af.patch patches.suse/1696-drm-xe-vf-Don-t-check-CTC_MODE-0-if-VF.patch patches.suse/1697-drm-xe-Apply-Wa_16023105232.patch patches.suse/1698-drm-xe-Move-survivability-back-to-xe.patch patches.suse/1699-drm-xe-Set-survivability-mode-before-heci-init.patch patches.suse/1700-drm-xe-Fix-unmet-direct-dependencies-warning.patch patches.suse/drm-amd-pm-Prevent-division-by-zero.patch patches.suse/drm-amd-pm-Prevent-division-by-zero-7d641c2.patch patches.suse/drm-amd-pm-Prevent-division-by-zero-4e3d950.patch patches.suse/drm-amd-pm-Prevent-division-by-zero-4b8c3c0.patch patches.suse/drm-amd-pm-Prevent-division-by-zero-7c246a0.patch patches.suse/1706-drm-amd-pm-Add-zero-RPM-enabled-OD-setting-support-f.patch patches.suse/drm-amd-Handle-being-compiled-without-SI-or-CIK-supp.patch patches.suse/drm-amd-display-Increase-vblank-offdelay-for-PSR-pan.patch patches.suse/1709-Revert-drm-amd-display-dml2-soc-dscclk-use-DPM-table.patch patches.suse/drm-amd-display-prevent-hang-on-link-training-fail.patch patches.suse/drm-amd-display-Actually-do-immediate-vblank-disable.patch patches.suse/1712-drm-amdgpu-Use-correct-gfx-deferred-error-count.patch patches.suse/1713-drm-amdgpu-Add-NPS2-to-DPX-compatible-mode.patch patches.suse/1714-drm-amdgpu-Update-ta-ras-block.patch patches.suse/1715-drm-amdgpu-Parse-all-deferred-errors-with-UMC-aca-ha.patch patches.suse/1716-Revert-drm-amdgpu-sdma_v4_4_2-update-VM-flush-implem.patch patches.suse/1717-drm-amdgpu-stop-unmapping-MQD-for-kernel-queues-v3.patch patches.suse/Remove-unnecessary-firmware-version-check-for-gc-v9_.patch patches.suse/1719-drm-amd-pm-Remove-host-limit-metrics-support.patch patches.suse/1720-drm-amd-pm-Update-smu-metrics-table-for-smu_v13_0_6.patch patches.suse/drm-amdgpu-Prefer-shadow-rom-when-available.patch patches.suse/1722-drm-amd-pm-Add-gpu_metrics_v1_8.patch patches.suse/drm-amdgpu-gfx11-fix-num_mec.patch patches.suse/drm-amdgpu-gfx12-fix-num_mec.patch patches.suse/1725-drm-i2c-tda998x-select-CONFIG_DRM_KMS_HELPER.patch patches.suse/genksyms-factor-out-APP-for-the-ST_NORMAL-state.patch patches.suse/kbuild-rust-add-rustc-min-version-support-function.patch patches.suse/kbuild-exclude-.rodata.-cst-str-when-building-ranges.patch patches.suse/Revert-kheaders-Ignore-silly-rename-files.patch patches.suse/treewide-Convert-new-and-leftover-hrtimer_init-users.patch patches.suse/rseq-Eliminate-useless-task_work-on-execve.patch patches.suse/perf-core-Fix-child_total_time_enabled-accounting-bug-at-t.patch patches.suse/ASoC-SOF-Intel-Let-SND_SOF_SOF_HDA_SDW_BPT-select-SN.patch patches.suse/tools-power-turbostat-Clustered-Uncore-MHz-counters-.patch patches.suse/tools-power-turbostat-Allow-Zero-return-value-for-some-RAPL-registers.patch patches.suse/tools-power-turbostat-Fix-names-matching.patch patches.suse/tools-power-turbostat-Add-idle-governor-statistics-reporting.patch patches.suse/tools-power-turbostat-Increase-CPU_SUBSET_MAXCPUS-to-8192.patch patches.suse/tools-power-turbostat-report-CoreThr-per-measurement-interval.patch patches.suse/tools-power-turbostat-Document-GNR-UncMHz-domain-convention.patch patches.suse/tools-power-turbostat-Restore-GFX-sysfs-fflush-call.patch patches.suse/tools-power-turbostat-re-factor-sysfs-code.patch patches.suse/tools-power-turbostat-disable-cpuidle-invocation-counters-by-default.patch patches.suse/tools-power-turbostat-v2025.05.06.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_CRC32-a.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_CRC_CCI.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_CRC16.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_CRC_T10.patch patches.suse/lib-crc-remove-unnecessary-prompt-for-CONFIG_CRC_ITU.patch patches.suse/lib-crc-document-all-the-CRC-library-kconfig-options.patch patches.suse/lib-crc-remove-CONFIG_LIBCRC32C.patch patches.suse/cgroup-cpuset-Fix-incorrect-isolated_cpus-update-in-update_parent_effective_cpumask.patch patches.suse/cgroup-cpuset-Fix-error-handling-in-remote_partition_disable.patch patches.suse/cgroup-cpuset-Remove-remote_partition_check-make-update_cp.patch patches.suse/cgroup-cpuset-Don-t-allow-creation-of-local-partition-over.patch patches.suse/cgroup-cpuset-Fix-race-between-newly-created-partition-and.patch patches.suse/tracing-fprobe-events-Fix-possible-UAF-on-modules.patch patches.suse/KVM-s390-Don-t-use-pK-through-tracepoints.patch patches.suse/KVM-s390-Don-t-use-pK-through-debug-printing.patch patches.suse/KVM-x86-Acquire-SRCU-in-KVM_GET_MP_STATE-to-protect-guest-.patch patches.suse/KVM-Allow-building-irqbypass.ko-as-as-module-when-kv.patch patches.suse/KVM-x86-Explicitly-zero-initialize-on-stack-CPUID-un.patch patches.suse/smccc-kvm_guest-Align-with-DISCOVER_IMPL_CPUS-ABI.patch patches.suse/KVM-arm64-Use-acquire-release-to-communicate-FF-A-ve.patch patches.suse/mtd-inftlcore-Add-error-check-for-inftl_read_oob.patch patches.suse/mtd-rawnand-Add-status-chack-in-r852_ready.patch patches.suse/gpio-tegra186-fix-resource-handling-in-ACPI-probe-pa.patch patches.suse/gpio-zynq-Fix-wakeup-source-leaks-on-device-unbind.patch patches.suse/gpiolib-of-Fix-the-choice-for-Ingenic-NAND-quirk.patch patches.suse/gpiolib-of-Move-Atmel-HSMCI-quirk-up-out-of-the-regu.patch patches.suse/io_uring-don-t-post-tag-CQEs-on-file-buffer-registra.patch patches.suse/io_uring-kbuf-reject-zero-sized-provided-buffers.patch patches.suse/ublk-fix-handling-recovery-reissue-in-ublk_abort_queue.patch patches.suse/xen-Change-xen-acpi-processor-dom0-dependency.patch patches.suse/x86-xen-fix-balloon-target-initialization-for-PVH-do.patch patches.suse/x86-xen-disable-CPU-idle-and-frequency-drivers-for-P.patch patches.suse/net-ethtool-fix-ethtool_ringparam_get_cfg-returns-a-.patch patches.suse/tipc-fix-memory-leak-in-tipc_link_xmit.patch patches.suse/sch_htb-make-htb_qlen_notify-idempotent.patch patches.suse/sch_drr-make-drr_qlen_notify-idempotent.patch patches.suse/sch_hfsc-make-hfsc_qlen_notify-idempotent.patch patches.suse/sch_qfq-make-qfq_qlen_notify-idempotent.patch patches.suse/sch_ets-make-est_qlen_notify-idempotent.patch patches.suse/codel-remove-sch-q.qlen-check-before-qdisc_tree_redu.patch patches.suse/sctp-detect-and-prevent-references-to-a-freed-transport-in.patch patches.suse/net-tls-explicitly-disallow-disconnect.patch patches.suse/octeontx2-pf-qos-fix-VF-root-node-parent-queue-index.patch patches.suse/tc-Ensure-we-have-enough-buffer-space-when-sending-f.patch patches.suse/net-ethtool-Don-t-call-.cleanup_data-when-prepare_da.patch patches.suse/mptcp-only-inc-MPJoinAckHMacFailure-for-HMAC-failure.patch patches.suse/net-libwx-handle-page_pool_dev_alloc_pages-error.patch patches.suse/net_sched-sch_sfq-use-a-temporary-work-area-for-vali.patch patches.suse/net_sched-sch_sfq-move-the-limit-validation.patch patches.suse/net-phy-move-phy_link_change-prior-to-mdio_bus_phy_m.patch patches.suse/net-phy-allow-MDIO-bus-PM-ops-to-start-stop-state-ma.patch patches.suse/ipv6-Align-behavior-across-nexthops-during-path-sele.patch patches.suse/net-ppp-Add-bound-checking-for-skb-data-on-ppp_sync_.patch patches.suse/objtool-Fix-INSN_CONTEXT_SWITCH-handling-in-validate_unret.patch patches.suse/objtool-Stop-UNRET-validation-on-UD2.patch patches.suse/objtool-Remove-ANNOTATE_IGNORE_ALTERNATIVE-from-CLAC-STAC.patch patches.suse/perf-core-Fix-WARN_ON-ctx-in-__free_event-for-partial-init.patch patches.suse/perf-Fix-hang-while-freeing-sigtrap-event.patch patches.suse/x86-acpi-Don-t-limit-CPUs-to-1-for-Xen-PV-guests-due.patch patches.suse/x86-e820-Fix-handling-of-subpage-regions-when-calculating-.patch patches.suse/x86-resctrl-Fix-rdtgroup_mkdir-s-unlocked-use-of-kernfs_no.patch patches.suse/x86-bugs-Rename-entry_ibpb-to-write_ibpb.patch patches.suse/x86-bugs-Use-SBPB-in-write_ibpb-if-applicable.patch patches.suse/x86-bugs-Fix-RSB-clearing-in-indirect_branch_prediction_ba.patch patches.suse/x86-bugs-Don-t-fill-RSB-on-VMEXIT-with-eIBRS-retpoline.patch patches.suse/x86-bugs-Don-t-fill-RSB-on-context-switch-with-eIBRS.patch patches.suse/x86-bugs-Add-RSB-mitigation-document.patch patches.suse/x86-cpu-Avoid-running-off-the-end-of-an-AMD-erratum-table.patch patches.suse/x86-ibt-Fix-hibernate.patch patches.suse/irqchip-davinci-Remove-leftover-header.patch patches.suse/1726-drm-i915-Fix-scanline_offset-for-LNL-and-BMG.patch patches.suse/drm-i915-Disable-RPG-during-live-selftest.patch patches.suse/drm-i915-gvt-fix-unterminated-string-initialization-.patch patches.suse/1729-drm-i915-dp-Reject-HBR3-when-sink-doesn-t-support-TP.patch patches.suse/1730-drm-i915-xe2hpd-Identify-the-memory-type-for-SKUs-wi.patch patches.suse/drm-i915-vrr-Add-vrr.vsync_-start-end-in-vrr_params_.patch patches.suse/drm-i915-huc-Fix-fence-not-released-on-early-probe-e.patch patches.suse/drm-amdgpu-mes11-optimize-MES-pipe-FW-version-fetchi.patch patches.suse/drm-amdgpu-immediately-use-GTT-for-new-allocations.patch patches.suse/drm-amdgpu-dma_buf-fix-page_link-check.patch patches.suse/drm-amdgpu-ip_discovery-add-missing-ip_discovery-fw.patch patches.suse/1737-drm-amdkfd-sriov-doesn-t-support-per-queue-reset.patch patches.suse/drm-amd-display-Do-not-enable-Replay-and-PSR-while-V.patch patches.suse/drm-amd-display-Protect-FPU-in-dml21_copy.patch patches.suse/drm-amd-display-Protect-FPU-in-dml2_init-dml21_init.patch patches.suse/drm-amd-display-Protect-FPU-in-dml2_validate-dml21_v.patch patches.suse/drm-amd-display-Add-HP-Probook-445-and-465-to-the-qu.patch patches.suse/drm-amd-display-Add-HP-Elitebook-645-to-the-quirk-li.patch patches.suse/1744-drm-amdkfd-limit-sdma-queue-reset-caps-flagging-for-.patch patches.suse/drm-amdgpu-Increase-KIQ-invalidate_tlbs-timeout.patch patches.suse/1746-drm-amdgpu-Add-cgroups-implementation.patch patches.suse/1747-drm-amdgpu-allow-pinning-DMA-bufs-into-VRAM-if-all-i.patch patches.suse/1748-drm-amdgpu-pm-add-workload-profile-pause-helper.patch patches.suse/1749-drm-amdgpu-pm-swsmu-implement-pause-workload-profile.patch patches.suse/1750-drm-amd-display-pause-the-workload-setting-in-dm.patch patches.suse/1751-drm-amdgpu-cancel-gfx-idle-work-in-device-suspend-fo.patch patches.suse/drm-amd-pm-smu11-Prevent-division-by-zero.patch patches.suse/drm-amdgpu-mes12-optimize-MES-pipe-FW-version-fetchi.patch patches.suse/udmabuf-fix-a-buf-size-overflow-issue-during-udmabuf.patch patches.suse/drm-imagination-take-paired-job-reference.patch patches.suse/drm-imagination-fix-firmware-memory-leaks.patch patches.suse/1757-drm-virtio-Fix-flickering-issue-seen-with-imported-d.patch patches.suse/drm-nouveau-prime-fix-ttm_bo_delayed_delete-oops.patch patches.suse/accel-ivpu-Fix-warning-in-ivpu_ipc_send_receive_inte.patch patches.suse/accel-ivpu-Fix-deadlock-in-ivpu_ms_cleanup.patch patches.suse/accel-ivpu-Fix-PM-related-deadlocks-in-MS-IOCTLs.patch patches.suse/1762-drm-virtio-Don-t-attach-GEM-to-a-non-created-context.patch patches.suse/1763-drm-virtio-Fix-missed-dmabuf-unpinning-in-error-path.patch patches.suse/drm-sti-remove-duplicate-object-names.patch patches.suse/drm-tests-helpers-Create-kunit-helper-to-destroy-a-d.patch patches.suse/drm-tests-modeset-Fix-drm_display_mode-memory-leak.patch patches.suse/drm-tests-modeset-Fix-drm_display_mode-memory-leak-9b0827b.patch patches.suse/drm-tests-cmdline-Fix-drm_display_mode-memory-leak.patch patches.suse/drm-tests-modes-Fix-drm_display_mode-memory-leak.patch patches.suse/drm-tests-modes-Fix-drm_display_mode-memory-leak-f02d3bf.patch patches.suse/drm-tests-probe-helper-Fix-drm_display_mode-memory-l.patch patches.suse/1772-drm-rockchip-vop2-Fix-interface-enable-mux-setting-o.patch patches.suse/1773-drm-rockchip-dw_hdmi_qp-Fix-io-init-for-dw_hdmi_qp_r.patch patches.suse/drm-xe-bmg-Add-one-additional-PCI-ID.patch patches.suse/1775-drm-xe-svm-Fix-a-potential-bo-UAF.patch patches.suse/drm-xe-Fix-an-out-of-bounds-shift-when-invalidating-.patch patches.suse/drm-xe-Ensure-fixed_slice_mode-gets-set-after-ccs_mo.patch patches.suse/drm-xe-xe3lpg-Apply-Wa_14022293748-Wa_22019794406.patch patches.suse/drm-xe-Use-local-fence-in-error-path-of-xe_migrate_c.patch patches.suse/drm-xe-hw_engine-define-sysfs_ops-on-all-directories.patch patches.suse/1781-drm-xe-avoid-plain-64-bit-division.patch patches.suse/1782-drm-xe-Invalidate-L3-read-only-cachelines-for-geomet.patch patches.suse/1783-drm-xe-Restore-EIO-errno-return-when-GuC-PC-start-fa.patch patches.suse/s390-virtio_ccw-Don-t-allocate-assign-airqs-for-non-.patch patches.suse/s390-Add-z17-elf-platform.patch patches.suse/s390-cpumf-Update-CPU-Measurement-facility-extended-counter-set-support.patch patches.suse/s390-cpumf-Fix-double-free-on-error-in-cpumf_pmu_event_init.patch patches.suse/ACPI-PPTT-Fix-coding-mistakes-in-a-couple-of-sizeof-.patch patches.suse/ACPI-EC-Set-ec_no_wakeup-for-Lenovo-Go-S.patch patches.suse/ACPI-button-Only-send-KEY_POWER-for-ACPI_BUTTON_NOTI.patch patches.suse/iommu-Clear-iommu-dma-ops-on-cleanup.patch patches.suse/iommu-mediatek-Fix-NULL-pointer-deference-in-mtk_iom.patch patches.suse/iommu-tegra241-cmdqv-Fix-warnings-due-to-dmam_free_c.patch patches.suse/nvme-requeue-namespace-scan-on-missed-AENs.patch patches.suse/nvme-re-read-ANA-log-page-after-ns-scan-completes.patch patches.suse/nvme-multipath-fix-return-value-of-nvme_available_pa.patch patches.suse/nvme-tcp-fix-use-after-free-of-netns-by-kernel-TCP-s.patch patches.suse/nvmet-fcloop-swap-list_add_tail-arguments.patch patches.suse/nvmet-fcloop-replace-kref-with-refcount.patch patches.suse/nvmet-fcloop-add-ref-counting-to-lport.patch patches.suse/nvmet-fc-inline-nvmet_fc_delete_assoc.patch patches.suse/nvmet-fc-inline-nvmet_fc_free_hostport.patch patches.suse/nvmet-fc-update-tgtport-ref-per-assoc.patch patches.suse/nvmet-fc-take-tgtport-reference-only-once.patch patches.suse/nvmet-fc-put-ref-when-assoc-del_work-is-already-sche.patch patches.suse/ata-pata_pxa-Fix-potential-NULL-pointer-dereference-.patch patches.suse/ata-sata_sx4-Add-error-handling-in-pdc20621_i2c_read.patch patches.suse/spi-fsl-qspi-Fix-double-cleanup-in-probe-error-path.patch patches.suse/smb-client-fix-UAF-in-decryption-with-multichannel.patch patches.suse/pwm-mediatek-Prevent-divide-by-zero-in-pwm_mediatek_.patch patches.suse/pwm-rcar-Improve-register-calculation.patch patches.suse/pwm-fsl-ftm-Handle-clk_get_rate-returning-0.patch patches.suse/selftests-bpf-Make-res_spin_lock-test-less-verbose.patch patches.suse/bpf-support-SKF_NET_OFF-and-SKF_LL_OFF-on-skb-frags.patch patches.suse/selftests-bpf-Make-res_spin_lock-AA-test-condition-s.patch patches.suse/bpf-Use-architecture-provided-res_smp_cond_load_acqu.patch patches.suse/bpf-Convert-queue_stack-map-to-rqspinlock.patch patches.suse/bpf-Convert-ringbuf-map-to-rqspinlock.patch patches.suse/ext4-don-t-treat-fhandle-lookup-of-ea_inode-as-FS-co.patch patches.suse/ext4-make-block-validity-check-resistent-to-sb-bh-co.patch patches.suse/ext4-fix-off-by-one-error-in-do_split.patch patches.suse/erofs-set-error-to-bio-if-file-backed-IO-fails.patch patches.suse/tools-headers-Update-the-KVM-headers-with-the-kernel-sourc.patch patches.suse/tools-headers-Update-the-socket-headers-with-the-kernel-so.patch patches.suse/tools-headers-Update-the-uapi-linux-perf_event.h-copy-with-the-kernel-sources.patch patches.suse/tools-headers-Update-the-VFS-headers-with-the-kernel-sourc.patch patches.suse/tools-headers-Update-the-linux-unaligned.h-copy-with-the-k.patch patches.suse/tools-headers-Update-the-x86-headers-with-the-kernel-sourc.patch patches.suse/tools-headers-Update-the-arch-x86-lib-memset_64.S-copy-wit.patch patches.suse/perf-libunwind-arm64-Fix-missing-close-parens-in-an-if-sta.patch patches.suse/perf-tools-Remove-evsel__handle_error_quirks.patch patches.suse/virtiofs-add-filesystem-context-source-name-check.patch patches.suse/ovl-don-t-allow-datadir-only.patch patches.suse/RDMA-bnxt_re-Fix-budget-handling-of-notification-que.patch patches.suse/RDMA-ucaps-Avoid-format-security-warning.patch patches.suse/RDMA-usnic-Fix-passing-zero-to-PTR_ERR-in-usnic_ib_p.patch patches.suse/RDMA-mlx5-Fix-compilation-warning-when-USER_ACCESS-i.patch patches.suse/RDMA-rxe-Fix-null-pointer-dereference-in-ODP-MR-chec.patch patches.suse/RDMA-hns-Fix-wrong-maximum-DMA-segment-size.patch patches.suse/RDMA-cma-Fix-workqueue-crash-in-cma_netevent_work_ha.patch patches.suse/RDMA-core-Silence-oversized-kvmalloc-warning.patch patches.suse/RDMA-bnxt_re-Remove-unusable-nq-variable.patch patches.suse/isofs-Prevent-the-use-of-too-small-fid.patch patches.suse/RAS-AMD-ATL-Include-row-13-bit-in-row-retirement.patch patches.suse/RAS-AMD-FMPM-Get-masked-address.patch patches.suse/crypto-tegra-Fix-IV-usage-for-AES-ECB.patch patches.suse/crypto-caam-qi-Fix-drv_ctx-refcount-bug.patch patches.suse/radix-tree-add-missing-cleanup.h.patch patches.suse/lib-iov_iter-fix-to-increase-non-slab-folio-refcount.patch patches.suse/mm-vma-add-give_up_on_oom-option-on-modify-merge-use-in-uf.patch patches.suse/selftests-mincore-fix-tmpfs-mincore-test-failure.patch patches.suse/mm-fix-filemap_get_folios_contig-returning-batches-o.patch patches.suse/mm-un-track_pfn_copy-fix-doc-improvements.patch patches.suse/slab-ensure-slab-obj_exts-is-clear-in-a-newly-allocated-sl.patch patches.suse/btrfs-correctly-escape-subvol-in-btrfs_show_options.patch patches.suse/btrfs-remove-folio-order-ASSERT-s-in-super-block-wri.patch patches.suse/ata-libata-sata-Save-all-fields-from-sense-data-desc.patch patches.suse/scsi-hisi_sas-Enable-force-phy-when-SATA-disk-directly-con.patch patches.suse/scsi-hisi_sas-Fix-I-O-errors-caused-by-hardware-port-ID-ch.patch patches.suse/scsi-iscsi-Fix-missing-scsi_host_put-in-error-path.patch patches.suse/scsi-ufs-exynos-Ensure-pre_link-executes-before-exynos_ufs.patch patches.suse/scsi-ufs-exynos-Move-UFS-shareability-value-to-drvdata.patch patches.suse/scsi-ufs-exynos-Ensure-consistent-phy-reference-counts.patch patches.suse/scsi-ufs-exynos-Enable-PRDT-pre-fetching-with-UFSHCD_CAP_C.patch patches.suse/scsi-ufs-exynos-Move-phy-calls-to-.exit-callback.patch patches.suse/scsi-ufs-exynos-gs101-Put-UFS-device-in-reset-on-.suspend.patch patches.suse/scsi-pm80xx-Set-phy_attached-to-zero-when-device-is-gone.patch patches.suse/scsi-smartpqi-Use-is_kdump_kernel-to-check-for-kdump.patch patches.suse/scsi-megaraid_sas-Block-zero-length-ATA-VPD-inquiry.patch patches.suse/scsi-megaraid_sas-Driver-version-update-to-07.734.00.patch patches.suse/asus-laptop-Fix-an-uninitialized-variable.patch patches.suse/platform-x86-amd-pmf-Fix-STT-limits.patch patches.suse/platform-x86-msi-wmi-platform-Rename-data-variable.patch patches.suse/platform-x86-msi-wmi-platform-Workaround-a-ACPI-firm.patch patches.suse/ALSA-hda-tas2781-Remove-unnecessary-NULL-check-befor.patch patches.suse/ALSA-azt2320-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-hda-cirrus_scodec_test-Don-t-select-dependencie.patch patches.suse/ALSA-hda-realtek-Fixed-ASUS-platform-headset-Mic-iss.patch patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Asus-Zenbook-S16.patch patches.suse/ASoC-dwc-always-enable-disable-i2s-irqs.patch patches.suse/ASoC-qcom-Fix-sc7280-lpass-potential-buffer-overflow.patch patches.suse/ASoC-fsl_asrc_dma-get-codec-or-cpu-dai-from-backend.patch patches.suse/ASoC-Intel-avs-Fix-null-ptr-deref-in-avs_component_p.patch patches.suse/ASoC-Intel-avs-Constrain-path-based-on-BE-capabiliti.patch patches.suse/ASoC-hdmi-codec-use-RTD-ID-instead-of-DAI-ID-for-ELD.patch patches.suse/ASoC-codecs-lpass-wsa-macro-Fix-vi-feedback-rate.patch patches.suse/ASoC-codecs-lpass-wsa-macro-Fix-logic-of-enabling-vi.patch patches.suse/ASoC-cs42l43-Reset-clamp-override-on-jack-removal.patch patches.suse/ASoC-fsl-fsl_qmc_audio-Reset-audio-data-pointers-on-.patch patches.suse/ASoC-codecs-Add-of_match_table-for-aw888081-driver.patch patches.suse/firmware-cs_dsp-test_bin_error-Fix-uninitialized-dat.patch patches.suse/xen-fix-multicall-debug-feature.patch patches.suse/ipv6-add-exception-routes-to-GC-list-in-rt6_insert_e.patch patches.suse/smc-Fix-lockdep-false-positive-for-IPPROTO_SMC.patch patches.suse/Bluetooth-hci_event-Fix-sending-MGMT_EV_DEVICE_FOUND.patch patches.suse/Bluetooth-btrtl-Prevent-potential-NULL-dereference.patch patches.suse/Bluetooth-qca-fix-NV-variant-for-one-of-WCN3950-SoCs.patch patches.suse/Bluetooth-btnxpuart-Revert-baudrate-change-in-nxp_sh.patch patches.suse/Bluetooth-btnxpuart-Add-an-error-message-if-FW-dump-.patch patches.suse/Bluetooth-l2cap-Check-encryption-key-size-on-incomin.patch patches.suse/wifi-iwlwifi-mld-reduce-scope-for-uninitialized-vari.patch patches.suse/wifi-iwlwifi-mld-fix-PM_SLEEP-Wundef-warning.patch patches.suse/iwlwifi-mld-fix-building-with-CONFIG_PM_SLEEP-disabl.patch patches.suse/wifi-at76c50x-fix-use-after-free-access-in-at76_disc.patch patches.suse/wifi-mac80211-Update-skb-s-control-block-key-in-ieee.patch patches.suse/wifi-mac80211-Purge-vif-txq-in-ieee80211_do_stop.patch patches.suse/wifi-iwlwifi-mld-silence-uninitialized-variable-warn.patch patches.suse/wifi-brcmfmac-fix-memory-leak-in-brcmf_get_module_pa.patch patches.suse/wifi-wl1251-fix-memory-leak-in-wl1251_tx_work.patch patches.suse/wifi-iwlwifi-pcie-set-state-to-no-FW-before-reset-ha.patch patches.suse/wifi-iwlwifi-mld-Restart-firmware-on-iwl_mld_no_wowl.patch patches.suse/Revert-wifi-mac80211-Update-skb-s-control-block-key-.patch patches.suse/ethtool-cmis_cdb-use-correct-rpl-size-in-ethtool_cmi.patch patches.suse/net-mctp-Set-SOCK_RCU_FREE.patch patches.suse/netlink-specs-ovs_vport-align-with-C-codegen-capabil.patch patches.suse/igc-fix-PTM-cycle-trigger-logic.patch patches.suse/igc-increase-wait-time-before-retrying-PTM.patch patches.suse/igc-move-ktime-snapshot-into-PTM-retry-loop.patch patches.suse/igc-handle-the-IGC_PTP_ENABLED-flag-correctly.patch patches.suse/igc-cleanup-PTP-module-if-probe-fails.patch patches.suse/igc-add-lock-preventing-multiple-simultaneous-PTM-tr.patch patches.suse/net-openvswitch-fix-nested-key-length-validation-in-the-se.patch patches.suse/net-ngbe-fix-memory-leak-in-ngbe_probe-error-path.patch patches.suse/octeontx2-pf-handle-otx2_mbox_get_rsp-errors.patch patches.suse/eth-bnxt-fix-missing-ring-index-trim-on-error-path.patch patches.suse/can-rockchip_canfd-fix-broken-quirks-checks.patch patches.suse/cxgb4-fix-memory-leak-in-cxgb4_init_ethtool_filters-.patch patches.suse/netlink-specs-rt-link-add-an-attr-layer-around-alt-i.patch patches.suse/netlink-specs-rtnetlink-attribute-naming-corrections.patch patches.suse/netlink-specs-rt-link-adjust-mctp-attribute-naming.patch patches.suse/net-txgbe-fix-memory-leak-in-txgbe_probe-error-path.patch patches.suse/net-dsa-mv88e6xxx-avoid-unregistering-devlink-region.patch patches.suse/net-dsa-mv88e6xxx-fix-ENOENT-when-deleting-VLANs-and.patch patches.suse/net-dsa-clean-up-FDB-MDB-VLAN-entries-on-unbind.patch patches.suse/net-dsa-free-routing-table-on-probe-failure.patch patches.suse/ptp-ocp-fix-start-time-alignment-in-ptp_ocp_signal_s.patch patches.suse/Bluetooth-l2cap-Process-valid-commands-in-too-long-f.patch patches.suse/Bluetooth-vhci-Avoid-needless-snprintf-calls.patch patches.suse/spi-tegra210-quad-use-WARN_ON_ONCE-instead-of-WARN_O.patch patches.suse/spi-tegra210-quad-add-rate-limiting-and-simplify-tim.patch patches.suse/spi-spi-imx-Add-check-for-spi_imx_setupxfer.patch patches.suse/vfio-pci-Virtualize-zero-INTx-PIN-if-no-pdev-irq.patch patches.suse/Revert-PCI-Avoid-reset-when-disabled-via-sysfs.patch patches.suse/block-add-SPDX-header-line-to-blk-throttle.h.patch patches.suse/block-fix-resource-leak-in-blk_register_queue-error-path.patch patches.suse/loop-aio-inherit-the-ioprio-of-original-request.patch patches.suse/loop-properly-send-KOBJ_CHANGED-uevent-for-disk-device.patch patches.suse/loop-LOOP_SET_FD-send-uevents-for-partitions.patch patches.suse/loop-stop-using-vfs_iter_-read-write-for-buffered-I-O.patch patches.suse/block-integrity-Do-not-call-set_page_dirty_lock.patch patches.suse/md-raid10-fix-missing-discard-IO-accounting.patch patches.suse/md-md-bitmap-fix-stats-collection-for-external-bitmaps.patch patches.suse/md-raid1-Add-check-for-missing-source-disk-in-process_chec.patch patches.suse/nvme-fixup-scan-failure-for-non-ANA-multipath-contro.patch patches.suse/nvme-multipath-sysfs-links-may-not-be-created-for-de.patch patches.suse/nvmet-auth-use-NULL-to-clear-a-pointer-in-nvmet_auth.patch patches.suse/nvmet-pci-epf-always-fully-initialize-completion-ent.patch patches.suse/nvmet-pci-epf-clear-CC-and-CSTS-when-disabling-the-c.patch patches.suse/nvmet-pci-epf-cleanup-link-state-management.patch patches.suse/kunit-qemu_configs-SH-Respect-kunit-cmdline.patch patches.suse/cpufreq-sched-Fix-the-usage-of-CPUFREQ_NEED_UPDATE_L.patch patches.suse/cpufreq-sched-Explicitly-synchronize-limits_changed-.patch patches.suse/cpufreq-sched-Set-need_freq_update-in-ignore_dl_rate_limit.patch patches.suse/cpufreq-amd-pstate-Fix-min_limit-perf-and-freq-updation-for-performance-governor.patch patches.suse/cpufreq-amd-pstate-Enable-ITMT-support-after-initializing-core-rankings.patch patches.suse/Documentation-PM-runtime-Fix-a-reference-to-pm_runti.patch patches.suse/thermal-intel-int340x-Add-missing-DVFS-support-flags.patch patches.suse/thermal-intel-int340x-Fix-Panther-Lake-DLVR-support.patch patches.suse/gpiolib-Allow-to-use-setters-with-return-value-for-o.patch patches.suse/string-Add-load_unaligned_zeropad-code-path-to-sized.patch patches.suse/genksyms-Handle-typeof_unqual-keyword-and-__seg_-fs-gs-qua.patch patches.suse/PCI-MSI-Add-an-option-to-write-MSIX-ENTRY_DATA-befor.patch patches.suse/net-niu-Niu-requires-MSIX-ENTRY_DATA-fields-touch-be.patch patches.suse/irqchip-irq-bcm2712-mip-Enable-driver-when-ARCH_BCM2835-is-enabled.patch patches.suse/perf-x86-intel-uncore-Fix-the-scale-of-IIO-free-running-on-snr.patch patches.suse/perf-x86-intel-uncore-Fix-the-scale-of-IIO-free-running-on-icx.patch patches.suse/perf-x86-intel-uncore-Fix-the-scale-of-IIO-free-running-on-spr.patch patches.suse/perf-x86-intel-Don-t-clear-perf-metrics-overflow-bit-uncon.patch patches.suse/perf-x86-intel-Allow-to-update-user-space-GPRs-from-PEBS-r.patch patches.suse/perf-x86-intel-Add-Panther-Lake-support.patch patches.suse/x86-xen-Fix-__xen_hypercall_setfunc.patch patches.suse/x86-microcode-AMD-Extend-the-SHA-check-to-Zen5-block-loadi.patch patches.suse/x86-cpu-Add-CPU-model-number-for-Bartlett-Lake-CPUs-with-R.patch patches.suse/x86-cpu-amd-Fix-workaround-for-erratum-1054.patch patches.suse/Revert-smb-client-fix-TCP-timers-deadlock-after-rmmod-.patch patches.suse/drm-amdgpu-use-a-dummy-owner-for-sysfs-triggered-cle.patch patches.suse/1785-drm-amd-Forbid-suspending-into-non-default-suspend-s.patch patches.suse/drm-amdgpu-fix-warning-of-drm_mm_clean.patch patches.suse/drm-amdgpu-Add-back-JPEG-to-video-caps-for-carrizo-a.patch patches.suse/drm-amd-display-dml2-use-vzalloc-rather-than-kzalloc.patch patches.suse/drm-amdgpu-Use-the-right-function-for-hdp-flush.patch patches.suse/1790-drm-i915-display-Add-macro-for-checking-3-DSC-engine.patch patches.suse/1791-drm-i915-dp-Check-for-HAS_DSC_3ENGINES-while-configu.patch patches.suse/drm-v3d-Fix-Indirect-Dispatch-configuration-for-V3D-.patch patches.suse/1793-accel-ivpu-Flush-pending-jobs-of-device-s-workqueues.patch patches.suse/1794-accel-ivpu-Update-FW-Boot-API-to-version-3.28.3.patch patches.suse/accel-ivpu-Fix-the-NPU-s-DPU-frequency-calculation.patch patches.suse/1796-accel-ivpu-Show-NPU-frequency-in-sysfs.patch patches.suse/1797-accel-ivpu-Add-cmdq_id-to-job-related-logs.patch patches.suse/dma-buf-sw_sync-Decrement-refcount-on-error-in-sw_sy.patch patches.suse/drm-gem-Internally-test-import_attach-for-imported-o.patch patches.suse/drm-mgag200-Fix-value-in-VBLKSTR-register.patch patches.suse/drm-xe-Set-LRC-addresses-before-guc-load.patch patches.suse/drm-xe-userptr-fix-notifier-vs-folio-deadlock.patch patches.suse/drm-xe-dma_buf-stop-relying-on-placement-in-unmap.patch patches.suse/1804-drm-xe-pxp-do-not-queue-unneeded-terminations-from-d.patch patches.suse/1805-drm-msm-dpu-check-every-pipe-per-capability.patch patches.suse/1806-drm-msm-dpu-Fix-error-pointers-in-dpu_plane_virtual_.patch patches.suse/1807-drm-msm-dpu-reorder-pointer-operations-after-sanity-.patch patches.suse/1808-drm-msm-dpu-drop-rogue-intr_tear_rd_ptr-values.patch patches.suse/drm-msm-a6xx-Don-t-let-IB_SIZE-overflow.patch patches.suse/nfs-add-missing-selections-of-CONFIG_CRC32.patch patches.suse/nfsd-decrease-sc_count-directly-if-fail-to-queue-dl_recall.patch patches.suse/ftrace-fix-incorrect-hash-size-in-register_ftrace_direct.patch patches.suse/tracing-Fix-filter-string-testing.patch patches.suse/i2c-atr-Fix-wrong-include.patch patches.suse/i2c-cros-ec-tunnel-defer-probe-if-parent-EC-is-not-p.patch patches.suse/fs-move-the-bdex_statx-call-to-vfs_getattr_nosec.patch patches.suse/writeback-fix-false-warning-in-inode_to_wb.patch patches.suse/gcc-15-make-unterminated-string-initialization-just-.patch patches.suse/gcc-15-acpi-sprinkle-random-__nonstring-crumbles-aro.patch patches.suse/gcc-15-get-rid-of-misc-extra-NUL-character-padding.patch patches.suse/gcc-15-add-__nonstring-markers-to-byte-arrays.patch patches.suse/gcc-15-work-around-sequence-point-warning.patch patches.suse/gcc-15-disable-Wunterminated-string-initialization-e.patch patches.suse/ima-process_measurement-needlessly-takes-inode_lock-.patch patches.suse/btrfs-zoned-return-EIO-on-RAID1-block-group-write-po.patch patches.suse/btrfs-fix-invalid-inode-pointer-after-failure-to-cre.patch patches.suse/virtgpu-don-t-reset-on-shutdown.patch patches.suse/virtio_console-fix-missing-byte-order-handling-for-c.patch patches.suse/virtio_console-fix-order-of-fields-cols-and-rows.patch patches.suse/vhost-scsi-protect-vq-log_used-with-vq-mutex.patch patches.suse/vhost-scsi-Fix-vhost_scsi_send_bad_target.patch patches.suse/vhost-scsi-Fix-vhost_scsi_send_status.patch patches.suse/Fix-mis-uses-of-cc-option-for-warning-disablement.patch patches.suse/crypto-atmel-sha204a-Set-hwrng-quality-to-lowest-pos.patch patches.suse/net-mlx5-Fix-null-ptr-deref-in-mlx5_create_-inner_-t.patch patches.suse/net-mlx5-Move-ttc-allocation-after-switch-case-to-pr.patch patches.suse/xen-netfront-handle-NULL-returned-by-xdp_convert_buf.patch patches.suse/net-phy-microchip-force-IRQ-polling-mode-for-lan88xx.patch patches.suse/net-lwtunnel-disable-BHs-when-required.patch patches.suse/net-phy-leds-fix-memory-leak.patch patches.suse/virtio-net-disable-delayed-refill-when-pausing-rx.patch patches.suse/tipc-fix-NULL-pointer-dereference-in-tipc_mon_reinit.patch patches.suse/net_sched-hfsc-Fix-a-UAF-vulnerability-in-class-handling.patch patches.suse/net_sched-hfsc-Fix-a-potential-UAF-in-hfsc_dequeue-too.patch patches.suse/pds_core-Prevent-possible-adminq-overflow-stuck-cond.patch patches.suse/pds_core-handle-unsupported-PDS_CORE_CMD_FW_CONTROL-.patch patches.suse/pds_core-make-wait_context-part-of-q_info.patch patches.suse/scsi-ufs-mcq-Add-NULL-check-in-ufshcd_mcq_abort.patch patches.suse/scsi-mpi3mr-Fix-pending-I-O-counter.patch patches.suse/scsi-mpi3mr-Reset-the-pending-interrupt-flag.patch patches.suse/scsi-target-iscsi-Fix-timeout-on-deleted-connection.patch patches.suse/scsi-ufs-Introduce-quirk-to-extend-PA_HIBERN8TIME-for-UFS-.patch patches.suse/scsi-core-Clear-flags-for-scsi_cmnd-that-did-not-complete.patch patches.suse/scsi-ufs-core-Add-NULL-check-in-ufshcd_mcq_compl_pen.patch patches.suse/scsi-mpi3mr-Add-level-check-to-control-event-logging.patch patches.suse/dma-contiguous-avoid-warning-about-unused-size_bytes.patch patches.suse/dma-mapping.c-dev_dbg-support-for-dma_addressing_limited.patch patches.suse/dma-mapping-Fix-warning-reported-for-missing-prototype.patch patches.suse/Revert-drivers-core-synchronize-really_probe-and-dev.patch patches.suse/driver-core-introduce-device_set_driver-helper.patch patches.suse/driver-core-fix-potential-NULL-pointer-dereference-i.patch patches.suse/intel_th-avoid-using-deprecated-page-mapping-index-f.patch patches.suse/mei-me-add-panther-lake-H-DID.patch patches.suse/char-misc-register-chrdev-region-with-all-possible-m.patch patches.suse/misc-microchip-pci1xxxx-Fix-Kernel-panic-during-IRQ-.patch patches.suse/misc-microchip-pci1xxxx-Fix-incorrect-IRQ-status-han.patch patches.suse/mei-vsc-Fix-fortify-panic-caused-by-invalid-counted_.patch patches.suse/mei-vsc-Use-struct-vsc_tp_packet-as-vsc-tp-tx_buf-an.patch patches.suse/firmware-stratix10-svc-Add-of_platform_default_popul.patch patches.suse/serial-msm-Configure-correct-working-mode-before-sta.patch patches.suse/tty-Require-CAP_SYS_ADMIN-for-all-usages-of-TIOCL_SE.patch patches.suse/serial-sifive-lock-port-in-startup-shutdown-callback.patch patches.suse/usb-xhci-Fix-Short-Packet-handling-rework-ignoring-e.patch patches.suse/usb-xhci-Fix-invalid-pointer-dereference-in-Etron-wo.patch patches.suse/xhci-Limit-time-spent-with-xHC-interrupts-disabled-d.patch patches.suse/usb-typec-class-Fix-NULL-pointer-access.patch patches.suse/usb-typec-class-Invalidate-USB-device-pointers-on-pa.patch patches.suse/usb-chipidea-ci_hdrc_imx-fix-usbmisc-handling.patch patches.suse/usb-chipidea-ci_hdrc_imx-fix-call-balance-of-regulat.patch patches.suse/usb-chipidea-ci_hdrc_imx-implement-usb_phy_init-erro.patch patches.suse/usb-cdns3-Fix-deadlock-when-using-NCM-gadget.patch patches.suse/usb-dwc3-xilinx-Prevent-spike-in-reset-signal.patch patches.suse/USB-OHCI-Add-quirk-for-LS7A-OHCI-controller-rev-0x02.patch patches.suse/usb-quirks-add-DELAY_INIT-quirk-for-Silicon-Motion-F.patch patches.suse/USB-storage-quirk-for-ADATA-Portable-HDD-CH94.patch patches.suse/usb-dwc3-gadget-check-that-event-count-does-not-exce.patch patches.suse/USB-VLI-disk-crashes-if-LPM-is-used.patch patches.suse/USB-wdm-handle-IO-errors-in-wdm_wwan_port_start.patch patches.suse/USB-wdm-close-race-between-wdm_open-and-wdm_wwan_por.patch patches.suse/USB-wdm-wdm_wwan_port_tx_complete-mutex-in-atomic-co.patch patches.suse/USB-wdm-add-annotation.patch patches.suse/usb-quirks-Add-delay-init-quirk-for-SanDisk-3.2Gen1-.patch patches.suse/usb-typec-class-Unlocked-on-error-in-typec_register_.patch patches.suse/USB-serial-option-add-Sierra-Wireless-EM9291.patch patches.suse/USB-serial-ftdi_sio-add-support-for-Abacus-Electrics.patch patches.suse/USB-serial-simple-add-OWON-HDS200-series-oscilloscop.patch patches.suse/cpufreq-sun50i-prevent-out-of-bounds-access.patch patches.suse/cpufreq-Add-SM8650-to-cpufreq-dt-platdev-blocklist.patch patches.suse/cpufreq-apple-soc-Fix-null-ptr-deref-in-apple_soc_cpufreq_get_rate.patch patches.suse/cpufreq-scmi-Fix-null-ptr-deref-in-scmi_cpufreq_get_rate.patch patches.suse/cpufreq-scpi-Fix-null-ptr-deref-in-scpi_cpufreq_get_rate.patch patches.suse/cpufreq-cppc-Fix-invalid-return-value-in-.get-callback.patch patches.suse/io_uring-don-t-duplicate-flushing-in-io_req_post_cqe.patch patches.suse/io_uring-fix-sync-handling-of-io_fallback_tw.patch patches.suse/block-fix-race-between-set_blocksize-and-read-paths.patch patches.suse/block-hoist-block-size-validation-code-to-a-separate.patch patches.suse/nvmet-fix-out-of-bounds-access-in-nvmet_enable_port.patch patches.suse/block-never-reduce-ra_pages-in-blk_apply_bdi_limits.patch patches.suse/block-move-blkdev_-get-put-_no_open-prototypes-out-o.patch patches.suse/block-remove-the-backing_inode-variable-in-bdev_stat.patch patches.suse/block-don-t-autoload-drivers-on-stat.patch patches.suse/block-don-t-autoload-drivers-on-blk-cgroup-configura.patch patches.suse/KVM-SVM-Allocate-IR-data-using-atomic-allocation.patch patches.suse/KVM-x86-Reset-IRTE-to-host-control-if-new-route-isn-.patch patches.suse/KVM-x86-Explicitly-treat-routing-entry-type-changes-.patch patches.suse/KVM-x86-Take-irqfds.lock-when-adding-deleting-IRQ-by.patch patches.suse/iommu-amd-Return-an-error-if-vCPU-affinity-is-set-fo.patch patches.suse/KVM-SVM-WARN-if-an-invalid-posted-interrupt-IRTE-ent.patch patches.suse/KVM-x86-Do-not-use-kvm_rip_read-unconditionally-in-K.patch patches.suse/KVM-x86-Do-not-use-kvm_rip_read-unconditionally-for-.patch patches.suse/arm64-Rework-checks-for-broken-Cavium-HW-in-the-PI-code.patch patches.suse/cxl-core-regs.c-Skip-Memory-Space-Enable-check-for-R.patch patches.suse/fix-a-couple-of-races-in-MNT_TREE_BENEATH-handling-b.patch patches.suse/devtmpfs-don-t-use-vfs_getattr_nosec-to-query-i_mode.patch patches.suse/splice-remove-duplicate-noinline-from-pipe_clear_now.patch patches.suse/ata-libata-scsi-Fix-ata_mselect_control_ata_feature-.patch patches.suse/ata-libata-scsi-Fix-ata_msense_control_ata_feature.patch patches.suse/ata-libata-scsi-Improve-CDL-control.patch patches.suse/scsi-Improve-CDL-control.patch patches.suse/selftests-bpf-Mitigate-sockmap_ktls-disconnect_after.patch patches.suse/bpf-fix-possible-endless-loop-in-BPF-map-iteration.patch patches.suse/selftests-bpf-add-test-for-softlock-when-modifying-h.patch patches.suse/samples-bpf-Fix-compilation-failure-for-samples-bpf-.patch patches.suse/selftests-bpf-Correct-typo-in-__clang_major__-macro.patch patches.suse/Revert-drm-meson-vclk-fix-calculation-of-59.94-fract.patch patches.suse/drm-meson-use-unsigned-long-long-Hz-for-frequency-ty.patch patches.suse/drm-panel-jd9365da-fix-reset-signal-polarity-in-unpr.patch patches.suse/1817-drm-exynos-Remove-unnecessary-checking.patch patches.suse/1818-drm-exynos-vidi-Remove-redundant-error-handling-in-v.patch patches.suse/1819-drm-exynos-fixed-a-spelling-error.patch patches.suse/1820-drm-exynos-exynos7_drm_decon-Consstify-struct-decon_.patch patches.suse/1821-drm-exynos-Fix-spelling-mistake-enqueu-enqueue.patch patches.suse/1822-drm-amdgpu-Use-allowed_domains-for-pinning-dmabufs.patch patches.suse/1823-drm-amdgpu-Don-t-pin-VRAM-without-DMABUF_MOVE_NOTIFY.patch patches.suse/drm-amd-display-Fix-gpu-reset-in-multidisplay-config.patch patches.suse/drm-amd-display-Force-full-update-in-gpu-reset.patch patches.suse/drm-amd-display-Enable-urgent-latency-adjustment-on-.patch patches.suse/drm-amdgpu-Allow-P2P-access-through-XGMI.patch patches.suse/1828-drm-amd-display-Fix-ACPI-edid-parsing-on-some-Lenovo.patch patches.suse/1829-drm-amd-display-Use-16ms-AUX-read-interval-for-LTTPR.patch patches.suse/drm-amd-display-Default-IPS-to-RCG_IN_ACTIVE_IPS2_IN.patch patches.suse/1831-drm-amd-display-do-not-copy-invalid-CRTC-timing-info.patch patches.suse/irqchip-gic-v2m-Prevent-use-after-free-of-gicv2m_get.patch patches.suse/perf-core-Change-to-POLLERR-for-pinned-events-with-error.patch patches.suse/perf-x86-Fix-non-sampling-counting-events-on-certain-x86-p.patch patches.suse/sched-eevdf-Fix-se-slice-being-set-to-U64_MAX-and-re.patch patches.suse/msft-hv-3233-Drivers-hv-Fix-bad-pointer-dereference-in-hv_get_par.patch patches.suse/msft-hv-3234-tools-hv-update-route-parsing-in-kvp-daemon.patch patches.suse/msft-hv-3235-Drivers-hv-Fix-bad-ref-to-hv_synic_eventring_tail-wh.patch patches.suse/book3s64-radix-Align-section-vmemmap-start-address-t.patch patches.suse/powerpc64-ftrace-fix-module-loading-without-patchabl.patch patches.suse/powerpc-boot-Check-for-ld-option-support.patch patches.suse/powerpc-boot-Fix-dash-warning.patch patches.suse/dm-table-Fix-W-1-build-warning-when-mempool_needs_in.patch patches.suse/dm-bufio-don-t-schedule-in-atomic-context.patch patches.suse/dm-integrity-fix-a-warning-on-invalid-table-line.patch patches.suse/dm-always-update-the-array-size-in-realloc_argv-on-s.patch patches.suse/platform-x86-amd-pmc-Require-at-least-2.5-seconds-be.patch patches.suse/platform-x86-intel-uncore-freq-Fix-missing-uncore-sy.patch patches.suse/platform-x86-intel-hid-Add-Pantherlake-support.patch patches.suse/platform-x86-asus-wmi-Disable-OOBE-state-after-resum.patch patches.suse/platform-x86-ideapad-laptop-add-support-for-some-new.patch patches.suse/mmc-renesas_sdhi-Fix-error-handling-in-renesas_sdhi_.patch patches.suse/kernel-param-rename-locate_module_kobject.patch patches.suse/kernel-globalize-lookup_or_create_module_kobject.patch patches.suse/drivers-base-handle-module_kobject-creation.patch patches.suse/btrfs-fix-COW-handling-in-run_delalloc_nocow.patch patches.suse/btrfs-fix-the-inode-leak-in-btrfs_iget.patch patches.suse/btrfs-adjust-subpage-bit-start-based-on-sectorsize.patch patches.suse/kbuild-Properly-disable-Wunterminated-string-initial.patch patches.suse/wifi-mac80211-restore-monitor-for-outgoing-frames.patch patches.suse/wifi-iwlwifi-mld-properly-handle-async-notification-.patch patches.suse/wifi-iwlwifi-mld-inform-trans-on-init-failure.patch patches.suse/wifi-iwlwifi-mld-only-create-debugfs-symlink-if-it-d.patch patches.suse/wifi-iwlwifi-back-off-on-continuous-errors.patch patches.suse/wifi-iwlwifi-mld-fix-BAID-validity-check.patch patches.suse/wifi-iwlwifi-don-t-warn-if-the-NIC-is-gone-in-resume.patch patches.suse/wifi-iwlwifi-fix-the-check-for-the-SCRATCH-register-.patch patches.suse/wifi-plfxlc-Remove-erroneous-assert-in-plfxlc_mac_re.patch patches.suse/wifi-brcm80211-fmac-Add-error-handling-for-brcmf_usb.patch patches.suse/wifi-iwlwifi-restore-missing-initialization-of-async.patch patches.suse/vxlan-vnifilter-Fix-unlocked-deletion-of-default-FDB.patch patches.suse/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch patches.suse/xsk-Fix-offset-calculation-in-unaligned-mode.patch patches.suse/net-mlx5e-Use-custom-tunnel-header-for-vxlan-gbp.patch patches.suse/net-mlx5-E-Switch-Initialize-MAC-Address-for-Default.patch patches.suse/net-mlx5e-TC-Continue-the-attr-process-even-if-encap.patch patches.suse/net-mlx5e-Fix-lock-order-in-mlx5e_tx_reporter_ptpsq_.patch patches.suse/net-mlx5-E-switch-Fix-error-handling-for-enabling-ro.patch patches.suse/vmxnet3-Fix-malformed-packet-sizing-in-vmxnet3_proce.patch patches.suse/Revert-rndis_host-Flag-RNDIS-modems-as-WWAN-devices.patch patches.suse/bnxt_en-improve-TX-timestamping-FIFO-configuration.patch patches.suse/net-ethernet-mtk-star-emac-fix-spinlock-recursion-issues-o.patch patches.suse/Bluetooth-hci_conn-Fix-not-setting-conn_timeout-for-.patch patches.suse/Bluetooth-hci_conn-Fix-not-setting-timeout-for-BIG-C.patch patches.suse/Bluetooth-btintel_pcie-Avoid-redundant-buffer-alloca.patch patches.suse/Bluetooth-btusb-avoid-NULL-pointer-dereference-in-sk.patch patches.suse/Bluetooth-btmtksdio-Check-function-enabled-before-do.patch patches.suse/Bluetooth-btmtksdio-Do-close-if-SDIO-card-removed-wi.patch patches.suse/Bluetooth-btintel_pcie-Add-additional-to-checks-to-c.patch patches.suse/Bluetooth-L2CAP-copy-RX-timestamp-to-new-fragments.patch patches.suse/pds_core-remove-write-after-free-of-client_id.patch patches.suse/net_sched-drr-Fix-double-list-add-in-class-with-nete.patch patches.suse/net_sched-hfsc-Fix-a-UAF-vulnerability-in-class-with.patch patches.suse/net_sched-ets-Fix-double-list-add-in-class-with-nete.patch patches.suse/net_sched-qfq-Fix-double-list-add-in-class-with-nete.patch patches.suse/ice-fix-Get-Tx-Topology-AQ-command-error-on-E830.patch patches.suse/ice-Check-VF-VSI-Pointer-Value-in-ice_vc_add_fdir_fl.patch patches.suse/idpf-fix-offloads-support-for-encapsulated-packets.patch patches.suse/net-ethernet-mtk_eth_soc-fix-SER-panic-with-4GB-RAM.patch patches.suse/net-ipv6-fix-UDPv6-GSO-segmentation-with-NAT.patch patches.suse/bnxt_en-Fix-error-handling-path-in-bnxt_init_chip.patch patches.suse/bnxt_en-Fix-ethtool-selftest-output-in-one-of-the-fa.patch patches.suse/bnxt_en-Add-missing-skb_mark_for_recycle-in-bnxt_rx_.patch patches.suse/bnxt_en-call-pci_alloc_irq_vectors-after-bnxt_reserv.patch patches.suse/bnxt_en-delay-pci_alloc_irq_vectors-in-the-AER-path.patch patches.suse/bnxt_en-Fix-coredump-logic-to-free-allocated-buffer.patch patches.suse/bnxt_en-Fix-out-of-bound-memcpy-during-ethtool-w.patch patches.suse/bnxt_en-Fix-ethtool-d-byte-order-for-32-bit-values.patch patches.suse/bnxt_en-fix-module-unload-sequence.patch patches.suse/net-use-sock_gen_put-when-sk_state-is-TCP_TIME_WAIT.patch patches.suse/ptp-ocp-Fix-NULL-dereference-in-Adva-board-SMA-sysfs.patch patches.suse/net-lan743x-Fix-memleak-issue-when-GSO-enabled.patch patches.suse/octeon_ep-Fix-host-hang-issue-during-device-reboot.patch patches.suse/idpf-fix-potential-memory-leak-on-kcalloc-failure.patch patches.suse/idpf-protect-shutdown-from-reset.patch patches.suse/igc-fix-lock-order-in-igc_ptp_reset.patch patches.suse/mm-slab-clean-up-slab-obj_exts-always.patch patches.suse/iommu-arm-smmu-v3-Fix-pgsize_bit-for-sva-domains.patch patches.suse/iommu-amd-Fix-potential-buffer-overflow-in-parse_ivr.patch patches.suse/iommu-Fix-two-issues-in-iommu_copy_struct_from_user.patch patches.suse/pinctrl-imx-Return-NULL-if-no-group-is-matched-and-f.patch patches.suse/pinctrl-meson-define-the-pull-up-down-resistor-value.patch patches.suse/io_uring-fdinfo-annotate-racy-sq-cq-head-tail-reads.patch patches.suse/nvme-pci-fix-queue-unquiesce-check-on-slot_reset.patch patches.suse/nvme-pci-add-quirks-for-device-126f-1001.patch patches.suse/nvme-pci-add-quirks-for-WDC-Blue-SN550-15b7-5009.patch patches.suse/nvme-tcp-fix-premature-queue-removal-and-I-O-failove.patch patches.suse/nvme-tcp-select-CONFIG_TLS-from-CONFIG_NVME_TCP_TLS.patch patches.suse/nvmet-tcp-select-CONFIG_TLS-from-CONFIG_NVME_TARGET_.patch patches.suse/nvmet-tcp-don-t-restore-null-sk_state_change.patch patches.suse/nvmet-auth-always-free-derived-key-data.patch patches.suse/scsi-ufs-core-Remove-redundant-query_complete-trace.patch patches.suse/drm-nouveau-Fix-WARN_ON-in-nouveau_fence_context_kil.patch patches.suse/accel-ivpu-Correct-DCT-interrupt-handling.patch patches.suse/1834-accel-ivpu-Fix-the-D0i2-disable-test-mode.patch patches.suse/1835-drm-ttm-fix-the-warning-for-hit_low-and-evict_low.patch patches.suse/drm-fdinfo-Protect-against-driver-unbind.patch patches.suse/1837-drm-adp-Use-spin_lock_irqsave-for-drm-device-event_l.patch patches.suse/1838-drm-adp-Handle-drm_crtc_vblank_get-errors.patch patches.suse/1839-drm-adp-Enable-vblank-interrupts-in-crtc-s-.atomic_e.patch patches.suse/1840-drm-adp-Remove-pointless-irq_lock-spin-lock.patch patches.suse/drm-Select-DRM_KMS_HELPER-from-DRM_DEBUG_DP_MST_TOPO.patch patches.suse/drm-tests-shmem-Fix-memleak.patch patches.suse/drm-mipi-dbi-Fix-blanking-for-non-16-bit-formats.patch patches.suse/drm-i915-pxp-fix-undefined-reference-to-intel_pxp_gs.patch patches.suse/drm-amd-display-Fix-slab-use-after-free-in-hdcp.patch patches.suse/1846-drm-amdgpu-Fail-DMABUF-map-of-XGMI-accessible-memory.patch patches.suse/drm-amdgpu-Fix-offset-for-HDP-remap-in-nbio-v7.11.patch patches.suse/1848-drm-amdgpu-Add-DPG-pause-for-VCN-v5.0.1.patch patches.suse/1849-drm-xe-svm-fix-dereferencing-error-pointer-in-drm_gp.patch patches.suse/1850-drm-xe-guc-Fix-capture-of-steering-registers.patch patches.suse/1851-drm-xe-eustall-Resolve-a-possible-circular-locking-d.patch patches.suse/1852-drm-xe-eustall-Do-not-support-EU-stall-on-SRIOV-VF.patch patches.suse/1853-drm-gpusvm-set-has_dma_mapping-inside-mapping-loop.patch patches.suse/soundwire-intel_auxdevice-Fix-system-suspend-resume-.patch patches.suse/cpufreq-intel_pstate-Unchecked-MSR-aceess-in-legacy-mode.patch patches.suse/spi-tegra114-Don-t-fail-set_cs_timing-when-delays-ar.patch patches.suse/ALSA-hda-realtek-Enable-speaker-for-HP-platform.patch patches.suse/ALSA-usb-audio-Add-retry-on-EPROTO-from-usb_set_inte.patch patches.suse/ALSA-hda-Apply-volume-control-on-speaker-lineout-for.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-Spectre-x360-15-df.patch patches.suse/ALSA-usb-audio-Add-second-USB-ID-for-Jabra-Evolve-65.patch patches.suse/ALSA-ump-Fix-buffer-overflow-at-UMP-SysEx-message-co.patch patches.suse/ALSA-usb-audio-Fix-duplicated-name-in-MIDI-substream.patch patches.suse/ALSA-hda-realtek-Fix-built-mic-regression-on-other-A.patch patches.suse/ALSA-hda-realtek-Add-more-HP-laptops-which-need-mute.patch patches.suse/ASoC-imx-card-Adjust-over-allocation-of-memory-in-im.patch patches.suse/ASoC-soc-pcm-Fix-hw_params-and-DAPM-widget-sequence.patch patches.suse/ASoC-cs-amp-lib-test-Don-t-select-SND_SOC_CS_AMP_LIB.patch patches.suse/firmware-cs_dsp-tests-Depend-on-FW_CS_DSP-rather-the.patch patches.suse/ASoC-Intel-sof_sdw-Add-NULL-check-in-asoc_sdw_rt_dmi.patch patches.suse/ASoC-cs42l43-Disable-headphone-clamps-during-type-de.patch patches.suse/ASoC-soc-acpi-intel-ptl-match-add-empty-item-to-ptl_.patch patches.suse/ASoC-renesas-rz-ssi-Use-NOIRQ_SYSTEM_SLEEP_PM_OPS.patch patches.suse/ASoC-amd-acp-Fix-NULL-pointer-deref-on-acp-resume-pa.patch patches.suse/ASoC-amd-acp-Fix-NULL-pointer-deref-in-acp_i2s_set_t.patch patches.suse/ASoC-amd-acp-Fix-devm_snd_soc_register_card-acp-pdm-.patch patches.suse/ASoC-Intel-bytcr_rt5640-Add-DMI-quirk-for-Acer-Aspir.patch patches.suse/ASoC-Intel-catpt-avoid-type-mismatch-in-dev_dbg-form.patch patches.suse/ASoC-simple-card-utils-Fix-pointer-check-in-graph_ut.patch patches.suse/ASoC-amd-ps-fix-for-irq-handler-return-status.patch patches.suse/ASoC-stm32-sai-skip-useless-iterations-on-kernel-rat.patch patches.suse/ASoC-stm32-sai-add-a-check-on-minimal-kernel-frequen.patch patches.suse/ASoC-intel-sdw_utils-Add-volume-limit-to-cs42l43-spe.patch patches.suse/ASoC-intel-sdw_utils-Add-volume-limit-to-cs35l56-spe.patch patches.suse/i2c-imx-lpi2c-Fix-clock-count-when-probe-defers.patch patches.suse/arm64-errata-Add-missing-sentinels-to-Spectre-BHB-MIDR-arr.patch patches.suse/irqchip-qcom-mpm-Prevent-crash-when-trying-to-handle.patch patches.suse/perf-x86-intel-Only-check-the-group-flag-for-X86-leader.patch patches.suse/perf-x86-intel-Check-the-X86-leader-for-pebs_counter_event.patch patches.suse/perf-x86-intel-ds-Fix-counter-backwards-of-non-precise-eve.patch patches.suse/perf-x86-intel-KVM-Mask-PEBS_ENABLE-loaded-for-guest.patch patches.suse/EDAC-altera-Test-the-correct-error-reg-offset.patch patches.suse/EDAC-altera-Set-DDR-and-SDMMC-interrupt-mask-before-.patch patches.suse/tracing-Fix-oob-write-in-trace_seq_to_buffer.patch patches.suse/perf-tools-Fix-arm64-build-by-generating-unistd_64.h.patch patches.suse/perf-tools-Fix-in-source-libperf-build.patch patches.suse/firmware-arm_scmi-Balance-device-refcount-when-destr.patch patches.suse/firmware-arm_scmi-Fix-timeout-checks-on-polling-path.patch patches.suse/firmware-arm_ffa-Skip-Rx-buffer-ownership-release-if.patch patches.suse/arm64-dts-imx95-Correct-the-range-of-PCIe-app-reg-region.patch patches.suse/arm64-dts-imx8mm-verdin-Link-reg_usdhc2_vqmmc-to-usdhc2.patch patches.suse/arm64-dts-st-Adjust-interrupt-controller-for-stm32mp25-SoC.patch patches.suse/arm64-dts-st-Use-128kB-size-for-aliased-GIC400-register-ac.patch patches.suse/dm-add-missing-unlock-on-in-dm_keyslot_evict.patch patches.suse/dm-fix-copying-after-src-array-boundaries.patch patches.suse/btrfs-correct-the-order-of-prelim_ref-arguments-in-b.patch patches.suse/btrfs-avoid-NULL-pointer-dereference-if-no-valid-csu.patch patches.suse/fs-erofs-fileio-call-erofs_onlinefolio_split-after-bio_add_folio.patch patches.suse/erofs-ensure-the-extra-temporary-copy-is-valid-for-shortened-bvecs.patch patches.suse/s390-entry-Fix-last-breaking-event-handling-in-case-of-stack-corruption.patch patches.suse/s390-pci-Fix-missing-check-for-zpci_create_device-error-return.patch patches.suse/s390-pci-Fix-duplicate-pci_dev_put-in-disable_slot-w.patch patches.suse/sch_htb-make-htb_deactivate-idempotent.patch patches.suse/virtio-net-don-t-re-enable-refill-work-too-early-whe.patch patches.suse/virtio-net-free-xsk_buffs-on-error-in-virtnet_xsk_po.patch patches.suse/gre-Fix-again-IPv6-link-local-address-generation.patch patches.suse/ice-use-DSN-instead-of-PCI-BDF-for-ice_adapter-index.patch patches.suse/can-m_can-m_can_class_allocate_dev-initialize-spin-l.patch patches.suse/can-mcp251xfd-fix-TDC-setting-for-low-data-bit-rates.patch patches.suse/can-mcp251xfd-mcp251xfd_remove-fix-order-of-unregist.patch patches.suse/can-rockchip_canfd-rkcanfd_remove-fix-order-of-unreg.patch patches.suse/can-mcan-m_can_class_unregister-fix-order-of-unregis.patch patches.suse/can-gw-fix-RCU-BH-usage-in-cgw_create_job.patch patches.suse/wifi-cfg80211-fix-out-of-bounds-access-during-multi-.patch patches.suse/wifi-mac80211-fix-the-type-of-status_code-for-negoti.patch patches.suse/wifi-iwlwifi-add-support-for-Killer-on-MTL.patch patches.suse/openvswitch-Fix-unsafe-attribute-parsing-in-output_u.patch patches.suse/ipvs-fix-uninit-value-for-saddr-in-do_output_route4.patch patches.suse/netfilter-ipset-fix-region-locking-in-hash-types.patch patches.suse/bpf-Scrub-packet-on-bpf_redirect_peer.patch patches.suse/bpf-Clarify-handling-of-mark-and-tstamp-by-redirect_.patch patches.suse/net-export-a-helper-for-adding-up-queue-stats.patch patches.suse/virtio-net-fix-total-qstat-values.patch patches.suse/module-ensure-that-kobject_put-is-safe-for-module-ty.patch patches.suse/io_uring-ensure-deferred-completions-are-flushed-for.patch patches.suse/io_uring-sqpoll-Increase-task_work-submission-batch-.patch patches.suse/loop-Add-sanity-check-for-read-write_iter.patch patches.suse/block-only-update-request-sector-if-needed.patch patches.suse/block-remove-test-of-incorrect-io-priority-level.patch patches.suse/nvme-unblock-ctrl-state-transition-for-firmware-upda.patch patches.suse/arm64-cpufeature-Move-arm64_use_ng_mappings-to-the-.data-s.patch patches.suse/accel-ivpu-Increase-state-dump-msg-timeout.patch patches.suse/1855-accel-ivpu-Fix-pm-related-deadlocks-in-cmdq-ioctls.patch patches.suse/accel-ivpu-Correct-mutex-unlock-order-in-job-submiss.patch patches.suse/1857-drm-Fix-potential-overflow-issue-in-event_string-arr.patch patches.suse/drm-v3d-Add-job-to-pending-list-if-the-reset-was-ski.patch patches.suse/1859-drm-ttm-Fix-ttm_backup-kerneldoc.patch patches.suse/1860-drm-ttm-Remove-the-struct-ttm_backup-abstraction.patch patches.suse/drm-panel-simple-Update-timings-for-AUO-G101EVN010.patch patches.suse/drm-amd-display-Fix-invalid-context-error-in-dml-hel.patch patches.suse/1863-drm-amd-display-more-liberal-vmin-vmax-update-for-fr.patch patches.suse/1864-drm-amd-display-Remove-unnecessary-DC_FP_START-DC_FP.patch patches.suse/drm-amd-display-Call-FP-Protect-Before-Mode-Programm.patch patches.suse/drm-amd-display-Shift-DMUB-AUX-reply-command-if-nece.patch patches.suse/drm-amd-display-Fix-the-checking-condition-in-dmub-a.patch patches.suse/drm-amd-display-Remove-incorrect-checking-in-dmub-au.patch patches.suse/drm-amd-display-Copy-AUX-read-reply-data-whenever-le.patch patches.suse/drm-amd-display-Fix-wrong-handling-for-AUX_DEFER-cas.patch patches.suse/drm-amdgpu-vcn-using-separate-VCN1_AON_SOC-offset.patch patches.suse/Revert-drm-amd-Stop-evicting-resources-on-APUs-in-su.patch patches.suse/drm-amdgpu-fix-pm-notifier-handling.patch patches.suse/drm-amdgpu-hdp4-use-memcfg-register-to-post-the-writ.patch patches.suse/drm-amdgpu-hdp5-use-memcfg-register-to-post-the-writ.patch patches.suse/drm-amdgpu-hdp5.2-use-memcfg-register-to-post-the-wr.patch patches.suse/drm-amdgpu-hdp6-use-memcfg-register-to-post-the-writ.patch patches.suse/drm-amdgpu-hdp7-use-memcfg-register-to-post-the-writ.patch patches.suse/drm-xe-Add-page-queue-multiplier.patch patches.suse/1880-drm-xe-tests-mocs-Hold-XE_FORCEWAKE_ALL-for-LNCF-reg.patch patches.suse/drm-xe-gsc-do-not-flush-the-GSC-worker-from-the-rese.patch patches.suse/1882-drm-xe-Release-force-wake-first-then-runtime-power.patch patches.suse/1883-drm-xe-Add-config-control-for-svm-flush-work.patch patches.suse/1884-drm-i915-slpc-Balance-the-inc-dec-for-num_waiters.patch patches.suse/1885-drm-i915-dp-Fix-determining-SST-MST-mode-during-MTP-.patch patches.suse/1886-rust-clean-Rust-1.88.0-s-clippy-uninlined_format_arg.patch patches.suse/smb-client-Avoid-race-in-open_cached_dir-with-lease-breaks.patch patches.suse/__legitimize_mnt-check-for-MNT_SYNC_UMOUNT-should-be.patch patches.suse/xen-swiotlb-Use-swiotlb-bouncing-if-kmalloc-allocati.patch patches.suse/xenbus-Allow-PVH-dom0-a-non-local-xenstore.patch patches.suse/xenbus-Use-kref-to-track-req-lifetime.patch patches.suse/i2c-omap-fix-deprecated-of_property_read_bool-use.patch patches.suse/iio-accel-adxl367-fix-setting-odr-for-activity-time-.patch patches.suse/iio-imu-st_lsm6dsx-fix-possible-lockup-in-st_lsm6dsx.patch patches.suse/iio-imu-st_lsm6dsx-fix-possible-lockup-in-st_lsm6dsx-8114ef8.patch patches.suse/iio-adc-rockchip-Fix-clock-initialization-sequence.patch patches.suse/iio-light-opt3001-fix-deadlock-due-to-concurrent-fla.patch patches.suse/iio-hid-sensor-prox-Restore-lost-scale-assignments.patch patches.suse/iio-hid-sensor-prox-Fix-incorrect-OFFSET-calculation.patch patches.suse/iio-imu-inv_mpu6050-align-buffer-for-timestamp.patch patches.suse/iio-chemical-sps30-use-aligned_s64-for-timestamp.patch patches.suse/iio-chemical-pms7003-use-aligned_s64-for-timestamp.patch patches.suse/iio-temp-maxim-thermocouple-Fix-potential-lack-of-DM.patch patches.suse/iio-accel-adxl355-Make-timestamp-64-bit-aligned-usin.patch patches.suse/iio-adc-dln2-Use-aligned_s64-for-timestamp.patch patches.suse/iio-adc-ad7768-1-Fix-insufficient-alignment-of-times.patch patches.suse/iio-adc-ad7266-Fix-potential-timestamp-alignment-iss.patch patches.suse/staging-iio-adc-ad7816-Correct-conditional-logic-for.patch patches.suse/iio-pressure-mprls0025pa-use-aligned_s64-for-timesta.patch patches.suse/iio-adc-ad7606-fix-serial-register-access.patch patches.suse/iio-adis16201-Correct-inclinometer-channel-resolutio.patch patches.suse/msft-hv-3236-uio_hv_generic-Fix-sysfs-creation-path-for-ring-buff.patch patches.suse/msft-hv-3237-Drivers-hv-Make-the-sysfs-node-size-for-the-ring-buf.patch patches.suse/staging-bcm2835-camera-Initialise-dev-in-v4l2_dev.patch patches.suse/staging-axis-fifo-Correct-handling-of-tx_fifo_depth-.patch patches.suse/staging-axis-fifo-Remove-hardware-resets-for-user-er.patch patches.suse/usb-gadget-tegra-xudc-ACK-ST_RC-after-clearing-CTRL_.patch patches.suse/usb-cdnsp-Fix-issue-with-resuming-from-L1.patch patches.suse/usb-host-tegra-Prevent-host-controller-crash-when-OT.patch patches.suse/usb-gadget-f_ecm-Add-get_status-callback.patch patches.suse/usb-gadget-Use-get_status-callback-to-set-remote-wak.patch patches.suse/usb-dwc3-gadget-Make-gadget_wakeup-asynchronous.patch patches.suse/usb-uhci-platform-Make-the-clock-really-optional.patch patches.suse/usb-misc-onboard_usb_dev-fix-support-for-Cypress-HX3.patch patches.suse/usb-typec-ucsi-displayport-Fix-deadlock.patch patches.suse/usb-typec-ucsi-displayport-Fix-NULL-pointer-access.patch patches.suse/usb-cdnsp-fix-L1-resume-issue-for-RTL_REVISION_NEW_L.patch patches.suse/USB-usbtmc-use-interruptible-sleep-in-usbtmc_read.patch patches.suse/usb-typec-tcpm-delay-SNK_TRY_WAIT_DEBOUNCE-to-SRC_TR.patch patches.suse/usb-usbtmc-Fix-erroneous-get_stb-ioctl-error-returns.patch patches.suse/usb-usbtmc-Fix-erroneous-wait_srq-ioctl-return.patch patches.suse/usb-usbtmc-Fix-erroneous-generic_read-ioctl-return.patch patches.suse/xhci-dbc-Avoid-event-polling-busyloop-if-pending-rx-.patch patches.suse/ocfs2-fix-the-issue-with-discontiguous-allocation-in.patch patches.suse/mm-huge_memory-fix-dereferencing-invalid-pmd-migration-ent.patch patches.suse/memblock-Accept-allocated-memory-before-use-in-memblock_do.patch patches.suse/Input-sparcspkr-avoid-unannotated-fall-through.patch patches.suse/Input-cyttsp5-ensure-minimum-reset-pulse-width.patch patches.suse/Input-cyttsp5-fix-power-control-issue-on-wakeup.patch patches.suse/Input-xpad-add-support-for-8BitDo-Ultimate-2-Wireles.patch patches.suse/Input-mtk-pmic-keys-fix-possible-null-pointer-derefe.patch patches.suse/Input-synaptics-enable-SMBus-for-HP-Elitebook-850-G1.patch patches.suse/Input-synaptics-enable-InterTouch-on-Dynabook-Porteg.patch patches.suse/Input-synaptics-enable-InterTouch-on-Dynabook-Porteg-47d768b.patch patches.suse/Input-synaptics-enable-InterTouch-on-TUXEDO-Infinity.patch patches.suse/Input-synaptics-enable-InterTouch-on-Dell-Precision-.patch patches.suse/Input-xpad-fix-two-controller-table-values.patch patches.suse/Input-xpad-fix-Share-button-on-Xbox-One-controllers.patch patches.suse/Input-xpad-add-support-for-several-more-controllers.patch patches.suse/Input-xpad-fix-xpad_device-sorting.patch patches.suse/x86-microcode-Consolidate-the-loader-enablement-checking.patch patches.suse/KVM-arm64-Fix-uninitialized-memcache-pointer-in-user.patch patches.suse/KVM-arm64-Fix-memory-check-in-host_stage2_set_owner_.patch patches.suse/KVM-SVM-Forcibly-leave-SMM-mode-on-SHUTDOWN-intercep.patch patches.suse/KVM-x86-Check-that-the-high-32bits-are-clear-in-kvm_.patch patches.suse/KVM-x86-mmu-Check-and-free-obsolete-roots-in-kvm_mmu.patch patches.suse/KVM-SVM-Update-dump_ghcb-to-use-the-GHCB-snapshot-fi.patch patches.suse/KVM-x86-mmu-Prevent-installing-hugepages-when-mem-at.patch patches.suse/KVM-SVM-Set-clear-SRSO-s-BP_SPEC_REDUCE-on-0-1-VM-count-tr.patch patches.suse/x86-bpf-Call-branch-history-clearing-sequence-on-exi.patch patches.suse/x86-bpf-Add-IBHF-call-at-end-of-classic-BPF.patch patches.suse/x86-bhi-Do-not-set-BHI_DIS_S-in-32-bit-mode.patch patches.suse/Documentation-x86-bugs-its-Add-ITS-documentation.patch patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch patches.suse/x86-its-Add-support-for-ITS-safe-indirect-thunk.patch patches.suse/x86-its-Add-support-for-ITS-safe-return-thunk.patch patches.suse/x86-its-Enable-Indirect-Target-Selection-mitigation.patch patches.suse/x86-its-Add-vmexit-option-to-skip-mitigation-on-some-CPUs.patch patches.suse/x86-its-Add-support-for-RSB-stuffing-mitigation.patch patches.suse/x86-its-Align-RETs-in-BHB-clear-sequence-to-avoid-thunking.patch patches.suse/mm-execmem-Unify-early-execmem_cache-behaviour.patch patches.suse/x86-ibt-Keep-IBT-disabled-during-alternative-patching.patch patches.suse/x86-its-Use-dynamic-thunks-for-indirect-branches.patch patches.suse/x86-its-FineIBT-paranoid-vs-ITS.patch patches.suse/arm64-insn-Add-support-for-encoding-DSB.patch patches.suse/arm64-proton-pack-Expose-whether-the-platform-is-mit.patch patches.suse/arm64-proton-pack-Expose-whether-the-branchy-loop-k-.patch patches.suse/arm64-bpf-Add-BHB-mitigation-to-the-epilogue-for-cBP.patch patches.suse/arm64-bpf-Only-mitigate-cBPF-programs-loaded-by-unpr.patch patches.suse/arm64-proton-pack-Add-new-CPUs-k-values-for-branch-m.patch patches.suse/fs-xattr.c-fix-simple_xattr_list-to-always-include-s.patch patches.suse/fs-Remove-redundant-errseq_set-call-in-mark_buffer_w.patch patches.suse/udf-Make-sure-i_lenExtents-is-uptodate-on-inode-evic.patch patches.suse/drivers-platform-x86-amd-pmf-Check-for-invalid-sidel.patch patches.suse/drivers-platform-x86-amd-pmf-Check-for-invalid-Smart.patch patches.suse/platform-x86-amd-hsmp-Make-amd_hsmp-and-hsmp_acpi-as-mutua.patch patches.suse/platform-x86-thinkpad_acpi-Support-also-NEC-Lavie-X1.patch patches.suse/platform-x86-amd-pmc-Declare-quirk_spurious_8042-for.patch patches.suse/platform-x86-asus-wmi-Fix-wlan_ctrl_by_user-detectio.patch patches.suse/cgroup-cpuset-Extend-kthread_is_per_cpu-check-to-all-PF_NO.patch patches.suse/x86-its-Fix-build-errors-when-CONFIG_MODULES-n.patch patches.suse/arm64-dts-rockchip-Remove-overdrive-mode-OPPs-from-RK3588J.patch patches.suse/arm64-dts-rockchip-Add-pinmuxing-for-eMMC-on-QNAP-TS433.patch patches.suse/arm64-dts-rockchip-Assign-RT5616-MCLK-rate-on-rk3588-frien.patch patches.suse/arm64-dts-imx8mp-var-som-Fix-LDO5-shutdown-causing-SD-card.patch patches.suse/btrfs-fix-discard-worker-infinite-loop-after-disabli.patch patches.suse/btrfs-fix-folio-leak-in-submit_one_async_extent.patch patches.suse/tpm-Mask-TPM-RC-in-tpm2_start_auth_session.patch patches.suse/char-tpm-tpm-buf-Add-sanity-check-fallback-in-read-h.patch patches.suse/tpm-tis-Double-the-timeout-B-to-4s.patch patches.suse/usr-include-openrisc-don-t-HDRTEST-bpf_perf_event.h.patch patches.suse/Bluetooth-MGMT-Fix-MGMT_OP_ADD_DEVICE-invalid-device.patch patches.suse/Bluetooth-hci_event-Fix-not-using-key-encryption-siz.patch patches.suse/net-qede-Initialize-qede_ll_ops-with-designated-init.patch patches.suse/net_sched-Flush-gso_skb-list-too-during-change.patch patches.suse/net-mctp-Don-t-access-ifa_index-when-missing.patch patches.suse/net-cadence-macb-Fix-a-possible-deadlock-in-macb_hal.patch patches.suse/net-mlx5e-Disable-MACsec-offload-for-uplink-represen.patch patches.suse/octeontx2-pf-Fix-ethtool-support-for-SDP-representor.patch patches.suse/netlink-specs-tc-fix-a-couple-of-attribute-names.patch patches.suse/netlink-specs-tc-all-actions-are-indexed-arrays.patch patches.suse/msft-hv-3238-Drivers-hv-Allow-vmbus_sendpacket_mpb_desc-to-create.patch patches.suse/msft-hv-3239-hv_netvsc-Use-vmbus_sendpacket_mpb_desc-to-send-VMBu.patch patches.suse/msft-hv-3240-hv_netvsc-Preserve-contiguous-PFN-grouping-in-the-pa.patch patches.suse/msft-hv-3241-hv_netvsc-Remove-rmsg_pgcnt.patch patches.suse/msft-hv-3242-Drivers-hv-vmbus-Remove-vmbus_sendpacket_pagebuffer.patch patches.suse/octeontx2-pf-Do-not-reallocate-all-ntuple-filters.patch patches.suse/mlxsw-spectrum_router-Fix-use-after-free-when-deleti.patch patches.suse/wifi-mac80211-Set-n_channels-after-allocating-struct.patch patches.suse/wifi-mt76-disable-napi-on-driver-removal.patch patches.suse/wifi-mt76-mt7925-fix-missing-hdr_trans_tlv-command-f.patch patches.suse/net-tls-fix-kernel-panic-when-alloc_page-failed.patch patches.suse/HID-bpf-fix-BTN_STYLUS-for-the-XP-Pen-ACK05-remote.patch patches.suse/HID-thrustmaster-fix-memory-leak-in-thrustmaster_int.patch patches.suse/HID-uclogic-Add-NULL-check-in-uclogic_input_configur.patch patches.suse/HID-amd_sfh-Fix-SRA-sensor-when-it-s-the-only-sensor.patch patches.suse/HID-quirks-Add-ADATA-XPG-alpha-wireless-mouse-suppor.patch patches.suse/HID-bpf-abort-dispatch-if-device-destroyed.patch patches.suse/RDMA-rxe-Fix-slab-use-after-free-Read-in-rxe_queue_c.patch patches.suse/irdma-free-iwdev-rf-after-removing-MSI-X.patch patches.suse/ice-irdma-fix-an-off-by-one-in-error-handling-code.patch patches.suse/RDMA-core-Fix-KASAN-slab-use-after-free-Read-in-ib_r.patch patches.suse/ALSA-seq-Fix-delivery-of-UMP-events-to-group-ports.patch patches.suse/ALSA-hda-intel-sdw-acpi-Correct-sdw_intel_acpi_scan-.patch patches.suse/ALSA-ump-Fix-a-typo-of-snd_ump_stream_msg_device_inf.patch patches.suse/ALSA-usb-audio-Add-sample-rate-quirk-for-Audioengine.patch patches.suse/ALSA-sh-SND_AICA-should-depend-on-SH_DMA_API.patch patches.suse/ALSA-es1968-Add-error-handling-for-snd_pcm_hw_constr.patch patches.suse/ALSA-usb-audio-Add-sample-rate-quirk-for-Microdia-JP.patch patches.suse/gpio-pca953x-fix-IRQ-storm-on-system-wake-up.patch patches.suse/gpio-virtuser-fix-potential-out-of-bound-write.patch patches.suse/regulator-max20086-fix-invalid-memory-access.patch patches.suse/spi-loopback-test-Do-not-split-1024-byte-hexdumps.patch patches.suse/spi-tegra114-Use-value-to-check-for-invalid-delays.patch patches.suse/spi-spi-sun4i-fix-early-activation.patch patches.suse/ACPI-PPTT-Fix-processor-subtable-walk.patch patches.suse/io_uring-uring_cmd-fix-hybrid-polling-initialization.patch patches.suse/io_uring-memmap-don-t-use-page_address-on-a-highmem-.patch patches.suse/io_uring-fdinfo-grab-ctx-uring_lock-around-io_uring_.patch patches.suse/block-always-allocate-integrity-buffer-when-required.patch patches.suse/nvme-pci-make-nvme_pci_npages_prp-__always_inline.patch patches.suse/nvme-pci-acquire-cq_poll_lock-in-nvme_poll_irqdisabl.patch patches.suse/nvmet-pci-epf-clear-completion-queue-IRQ-flag-on-del.patch patches.suse/nvmet-pci-epf-do-not-fall-back-to-using-INTX-if-not-.patch patches.suse/nvmet-pci-epf-cleanup-nvmet_pci_epf_raise_irq.patch patches.suse/nvmet-pci-epf-improve-debug-message.patch patches.suse/nvmet-pci-epf-remove-NVMET_PCI_EPF_Q_IS_SQ.patch patches.suse/nvme-pci-add-NVME_QUIRK_NO_DEEPEST_PS-quirk-for-SOLI.patch patches.suse/scsi-sd_zbc-block-Respect-bio-vector-limits-for-REPORT-ZON.patch patches.suse/nfs-handle-failure-of-nfs_get_lock_context-in-unlock-path.patch patches.suse/NFSv4-pnfs-Reset-the-layout-state-after-a-layoutreturn.patch patches.suse/drm-amdgpu-csa-unmap-use-uninterruptible-lock.patch patches.suse/drm-amdgpu-fix-incorrect-MALL-size-for-GFX1151.patch patches.suse/drm-amd-display-Correct-the-reply-value-when-AUX-wri.patch patches.suse/1890-Revert-drm-amd-display-Enable-urgent-latency-adjustm.patch patches.suse/drm-amd-display-Defer-BW-optimization-blocked-DRR-ad.patch patches.suse/drm-amd-display-fix-link_set_dpms_off-multi-display-.patch patches.suse/drm-amd-display-check-stream-id-dml21-wrapper-to-get.patch patches.suse/1894-drm-amd-display-Fix-null-check-of-pipe_ctx-plane_sta.patch patches.suse/drm-amd-display-Avoid-flooding-unnecessary-info-mess.patch patches.suse/Revert-drm-amd-display-Hardware-cursor-changes-color.patch patches.suse/drm-amdgpu-read-back-register-after-written-for-VCN-.patch patches.suse/drm-meson-Use-1000ULL-when-operating-with-mode-clock.patch patches.suse/1899-drm-tiny-panel-mipi-dbi-Use-drm_client_setup_with_fo.patch patches.suse/1900-accel-ivpu-Use-effective-buffer-size-for-zero-termin.patch patches.suse/dma-buf-insert-memory-barrier-before-updating-num_fe.patch patches.suse/1902-drm-xe-Fix-the-gem-shrinker-name.patch patches.suse/drm-xe-xe2hpg-Add-Wa_22021007897.patch patches.suse/1904-drm-gpusvm-Introduce-devmem_only-flag-for-allocation.patch patches.suse/1905-drm-xe-Strict-migration-policy-for-atomic-SVM-faults.patch patches.suse/1906-drm-gpusvm-Add-timeslicing-support-to-GPU-SVM.patch patches.suse/1907-drm-xe-Timeslice-GPU-on-atomic-SVM-fault.patch patches.suse/drm-xe-Save-CTX_TIMESTAMP-mmio-value-instead-of-LRC-.patch patches.suse/drm-xe-Save-the-gt-pointer-in-lrc-and-drop-the-tile.patch patches.suse/1910-drm-xe-Add-WA-BB-to-capture-active-context-utilizati.patch patches.suse/i2c-designware-Fix-an-error-handling-path-in-i2c_dw_.patch patches.suse/perf-x86-intel-Fix-segfault-with-PEBS-via-PT-with-sample_f.patch patches.suse/x86-CPU-AMD-Add-X86_FEATURE_ZEN6.patch patches.suse/kernel-fork-only-call-untrack_pfn_clear-on-VMAs-duplicated.patch patches.suse/mm-page_alloc-fix-race-condition-in-unaccepted-memory-hand.patch patches.suse/soundwire-bus-Fix-race-on-the-creation-of-the-IRQ-do.patch patches.suse/phy-tegra-xusb-Use-a-bitmask-for-UTMI-pad-power-stat.patch patches.suse/phy-starfive-jh7110-usb-Fix-USB-2.0-host-occasional-.patch patches.suse/phy-phy-rockchip-samsung-hdptx-Fix-PHY-PLL-output-50.patch patches.suse/phy-tegra-xusb-remove-a-stray-unlock.patch patches.suse/phy-renesas-rcar-gen3-usb2-Fix-role-detection-on-unb.patch patches.suse/phy-renesas-rcar-gen3-usb2-Move-IRQ-request-in-probe.patch patches.suse/phy-renesas-rcar-gen3-usb2-Lock-around-hardware-regi.patch patches.suse/phy-renesas-rcar-gen3-usb2-Assert-PLL-reset-on-PHY-p.patch patches.suse/phy-renesas-rcar-gen3-usb2-Set-timing-registers-only.patch patches.suse/phy-Fix-error-handling-in-tegra_xusb_port_init.patch patches.suse/dmaengine-idxd-cdev-Fix-uninitialized-use-of-sva-in-.patch patches.suse/dmaengine-Revert-dmaengine-dmatest-Fix-dmatest-waiti.patch patches.suse/dmaengine-ti-k3-udma-Use-cap_mask-directly-from-dma_.patch patches.suse/dmaengine-ti-k3-udma-Add-missing-locking.patch patches.suse/dmaengine-idxd-Fix-allowing-write-from-different-add.patch patches.suse/dmaengine-idxd-fix-memory-leak-in-error-handling-pat.patch patches.suse/dmaengine-idxd-fix-memory-leak-in-error-handling-pat-817bced.patch patches.suse/dmaengine-idxd-fix-memory-leak-in-error-handling-pat-aa6f4f9.patch patches.suse/dmaengine-idxd-Add-missing-cleanup-for-early-error-o.patch patches.suse/dmaengine-idxd-Add-missing-cleanups-in-cleanup-inter.patch patches.suse/dmaengine-idxd-fix-memory-leak-in-error-handling-pat-46a5cca.patch patches.suse/dmaengine-idxd-fix-memory-leak-in-error-handling-pat-90022b3.patch patches.suse/dmaengine-idxd-Add-missing-idxd-cleanup-to-fix-memor.patch patches.suse/dmaengine-idxd-Refactor-remove-call-with-idxd_cleanu.patch patches.suse/dmaengine-idxd-Fix-poll-return-value.patch patches.suse/dmaengine-mediatek-Fix-a-possible-deadlock-error-in-.patch patches.suse/dmaengine-fsl-edma-Fix-return-code-for-unhandled-int.patch patches.suse/dmaengine-mediatek-drop-unused-variable.patch patches.suse/padata-do-not-leak-refcount-in-reorder_work.patch patches.suse/crypto-algif_hash-fix-double-free-in-hash_accept.patch patches.suse/ALSA-pcm-Fix-race-of-buffer-access-at-PCM-OSS-layer.patch patches.suse/ALSA-hda-realtek-restore-auto-mute-mode-for-Dell-Chr.patch patches.suse/ASoC-mediatek-mt8188-mt6359-select-CONFIG_SND_SOC_MT.patch patches.suse/ASoC-mediatek-mt8188-mt6359-Depend-on-MT6359_ACCDET-.patch patches.suse/ASoC-SOF-ipc4-control-Use-SOF_CTRL_CMD_BINARY-as-num.patch patches.suse/ASoC-SOF-ipc4-pcm-Delay-reporting-is-only-supported-.patch patches.suse/ASoC-SOF-Intel-hda-bus-Use-PIO-mode-on-ACE2-platform.patch patches.suse/ASoc-SOF-topology-connect-DAI-to-a-single-DAI-link.patch patches.suse/ASoC-SOF-Intel-hda-Fix-UAF-when-reloading-module.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-Pro-7-14A.patch patches.suse/ALSA-hda-realtek-Add-support-for-HP-Agusta-using-CS3.patch patches.suse/ALSA-hda-realtek-Add-new-HP-ZBook-laptop-with-micmut.patch patches.suse/pinctrl-qcom-switch-to-devm_register_sys_off_handler.patch patches.suse/Bluetooth-L2CAP-Fix-not-checking-l2cap_chan-security.patch patches.suse/Bluetooth-btusb-use-skb_pull-to-avoid-unsafe-access-.patch patches.suse/ptp-ocp-Limit-signal-freq-counts-in-summary-output-f.patch patches.suse/vmxnet3-update-MTU-after-device-quiesce.patch patches.suse/can-bcm-add-locking-for-bcm_op-runtime-updates.patch patches.suse/can-bcm-add-missing-rcu-read-protection-for-procfs-c.patch patches.suse/ice-fix-vf-num_mac-count-with-port-representors.patch patches.suse/ice-Fix-LACP-bonds-without-SRIOV-environment.patch patches.suse/idpf-fix-null-ptr-deref-in-idpf_features_check.patch patches.suse/xsk-Bring-back-busy-polling-support-in-XDP_COPY.patch patches.suse/idpf-fix-idpf_vport_splitq_napi_poll.patch patches.suse/sch_hfsc-Fix-qlen-accounting-bug-when-using-peek-in-hfsc_e.patch patches.suse/net-tipc-fix-slab-use-after-free-Read-in-tipc_aead_encrypt.patch patches.suse/espintcp-fix-skb-leaks.patch patches.suse/espintcp-remove-encap-socket-caching-to-avoid-refere.patch patches.suse/xfrm-Fix-UDP-GRO-handling-for-some-corner-cases.patch patches.suse/can-kvaser_pciefd-Fix-echo_skb-race.patch patches.suse/can-kvaser_pciefd-Continue-parsing-DMA-buf-after-dro.patch patches.suse/can-slcan-allow-reception-of-short-error-messages.patch patches.suse/smb-client-Fix-use-after-free-in-cifs_fill_dirent.patch patches.suse/io_uring-fix-overflow-resched-cqe-reordering.patch patches.suse/io_uring-net-only-retry-recv-bundle-for-a-full-trans.patch patches.suse/loop-don-t-require-write_iter-for-writable-files-in-loop_c.patch patches.suse/nvme-avoid-creating-multipath-sysfs-group-under-name.patch patches.suse/mmc-sdhci-of-dwcmshc-add-PD-workaround-on-RK3576.patch patches.suse/pmdomain-renesas-rcar-Remove-obsolete-nullify-checks.patch patches.suse/pmdomain-core-Fix-error-checking-in-genpd_dev_pm_att.patch patches.suse/platform-x86-fujitsu-laptop-Support-Lifebook-S2110-h.patch patches.suse/platform-x86-dell-wmi-sysman-Avoid-buffer-overflow-i.patch patches.suse/platform-x86-thinkpad_acpi-Ignore-battery-threshold-.patch patches.suse/platform-x86-think-lmi-Fix-attribute-name-usage-for-.patch patches.suse/platform-x86-intel-pmc-Fix-Arrow-Lake-U-H-NPU-PCI-ID.patch patches.suse/Revert-arm64-dts-allwinner-h6-Use-RSB-for-AXP805-PMIC-conn.patch patches.suse/arm64-dts-marvell-uDPU-define-pinctrl-state-for-alarm-LEDs.patch patches.suse/thermal-intel-x86_pkg_temp_thermal-Fix-bogus-trip-te.patch patches.suse/drm-edid-fixed-the-bug-that-hdr-metadata-was-not-res.patch patches.suse/Revert-drm-amd-Keep-display-off-while-going-into-S4.patch patches.suse/1913-drm-xe-mocs-Check-if-all-domains-awake.patch patches.suse/1914-drm-xe-Use-xe_mmio_read32-to-read-mtcfg-register.patch patches.suse/1915-drm-xe-ptl-Update-the-PTL-pci-id-table.patch patches.suse/iommu-Skip-PASID-validation-for-devices-without-PASID-capa.patch patches.suse/spi-use-container_of_cont-for-to_spi_device.patch patches.suse/spi-spi-fsl-dspi-restrict-register-range-for-regmap-.patch patches.suse/spi-spi-fsl-dspi-Halt-the-module-after-a-new-message.patch patches.suse/spi-spi-fsl-dspi-Reset-SR-flags-before-sending-a-new.patch patches.suse/Input-xpad-add-more-controllers.patch patches.suse/Input-synaptics-rmi-fix-crash-with-unsupported-versi.patch patches.suse/taskstats-fix-struct-taskstats-breaks-backward-compatibility-since-version-15.patch patches.suse/mm-hugetlb-fix-kernel-NULL-pointer-dereference-when-replac.patch patches.suse/0002-shmem-Add-shmem_writeout.patch patches.suse/0016-i915-Use-writeback_iter.patch patches.suse/0017-ttm-Call-shmem_writeout-from-ttm_backup_backup_page.patch patches.suse/libfs-export-find_next_child-33445d6f.patch patches.suse/efivarfs-support-freeze-thaw-0e4f9483.patch patches.suse/block-Simplify-blk_mq_dispatch_rq_list-and-its-calle.patch patches.suse/block-ensure-that-struct-blk_mq_alloc_data-is-fully-.patch patches.suse/block-blk-rq-qos-guard-rq-qos-helpers-by-static-key.patch patches.suse/brd-pass-a-bvec-pointer-to-brd_do_bvec.patch patches.suse/brd-remove-the-sector-variable-in-brd_submit_bio.patch patches.suse/brd-use-bvec_kmap_local-in-brd_do_bvec.patch patches.suse/brd-split-I-O-at-page-boundaries.patch patches.suse/brd-use-memcpy_-to-from-_page-in-brd_rw_bvec.patch patches.suse/block-take-rq_list-instead-of-plug-in-dispatch-funct.patch patches.suse/block-factor-out-blk_mq_dispatch_queue_requests-help.patch patches.suse/block-avoid-hctx-spinlock-for-plug-with-multiple-que.patch patches.suse/block-use-writeback_iter.patch patches.suse/scsi-make-aha152x-depend-on-HIGHMEM.patch patches.suse/scsi-make-imm-depend-on-HIGHMEM.patch patches.suse/scsi-make-ppa-depend-on-HIGHMEM.patch patches.suse/usb-storage-reject-probe-of-device-one-non-DMA-HCDs-.patch patches.suse/scsi-remove-the-no_highmem-flag-in-the-host.patch patches.suse/block-remove-bounce-buffering-support.patch patches.suse/mm-remove-NR_BOUNCE-zone-stat.patch patches.suse/blk-throttle-Fix-wrong-tg-bytes-io-_disp-update-in-_.patch patches.suse/blk-throttle-Delete-unnecessary-carryover-related-fi.patch patches.suse/blk-throttle-Add-an-additional-overflow-check-to-the.patch patches.suse/brd-protect-page-with-rcu.patch patches.suse/brd-fix-aligned_sector-from-brd_do_discard.patch patches.suse/brd-fix-discard-end-sector.patch patches.suse/block-move-blk_mq_add_queue_tag_set-after-blk_mq_map.patch patches.suse/block-move-ELEVATOR_FLAG_DISABLE_WBT-a-request-queue.patch patches.suse/block-don-t-call-freeze-queue-in-elevator_switch-and.patch patches.suse/block-use-q-elevator-with-elevator_lock-held-in-elv_iosche.patch patches.suse/block-add-two-helpers-for-registering-un-registering.patch patches.suse/block-move-sched-debugfs-register-into-elvevator_reg.patch patches.suse/block-add-helper-add_disk_final.patch patches.suse/block-prevent-adding-deleting-disk-during-updating-n.patch patches.suse/block-don-t-allow-to-switch-elevator-if-updating-nr_.patch patches.suse/block-look-up-the-elevator-type-in-elevator_switch.patch patches.suse/block-fold-elevator_disable-into-elevator_switch.patch patches.suse/block-move-blk_queue_registered-check-into-elv_iosch.patch patches.suse/block-simplify-elevator-reattachment-for-updating-nr.patch patches.suse/block-move-queue-freezing-elevator_lock-into-elevato.patch patches.suse/block-add-struct-elv_change_ctx-for-unifying-elevato.patch patches.suse/block-unifying-elevator-change.patch patches.suse/block-pass-elevator_queue-to-elv_register_queue-unre.patch patches.suse/block-remove-elevator-queue-s-type-check-in-elv_attr.patch patches.suse/block-fail-to-show-store-elevator-sysfs-attribute-if.patch patches.suse/block-add-new-helper-for-disabling-elevator-switch-w.patch patches.suse/block-move-elv_register-unregister-_queue-out-of-ele.patch patches.suse/block-move-hctx-debugfs-sysfs-registering-out-of-fre.patch patches.suse/block-don-t-acquire-elevator_lock-in-blk_mq_map_swqu.patch patches.suse/block-move-hctx-cpuhp-add-del-out-of-queue-freezing.patch patches.suse/block-move-wbt_enable_default-out-of-queue-freezing-.patch patches.suse/fs-add-a-write-stream-field-to-the-kiocb.patch patches.suse/block-add-a-bi_write_stream-field.patch patches.suse/block-introduce-max_write_streams-queue-limit.patch patches.suse/block-introduce-a-write_stream_granularity-queue-lim.patch patches.suse/block-expose-write-streams-for-block-device-nodes.patch patches.suse/io_uring-enable-per-io-write-streams.patch patches.suse/nvme-add-a-nvme_get_log_lsi-helper.patch patches.suse/nvme-pass-a-void-pointer-to-nvme_get-set_features-fo.patch patches.suse/nvme-add-FDP-definitions.patch patches.suse/nvme-register-fdp-parameters-with-the-block-layer.patch patches.suse/nvme-use-fdp-streams-if-write-stream-is-provided.patch patches.suse/nvme-fix-write_stream_granularity-initialization.patch patches.suse/nvme-fix-incorrect-sizeof.patch patches.suse/block-fix-warning-on-make-htmldocs.patch patches.suse/block-add-a-bio_add_virt_nofail-helper.patch patches.suse/block-add-a-bdev_rw_virt-helper.patch patches.suse/block-add-a-bio_add_max_vecs-helper.patch patches.suse/block-add-a-bio_add_vmalloc-helpers.patch patches.suse/block-remove-the-q-argument-from-blk_rq_map_kern.patch patches.suse/block-pass-the-operation-to-bio_-map-copy-_kern.patch patches.suse/block-simplify-bio_map_kern.patch patches.suse/bcache-use-bio_add_virt_nofail.patch patches.suse/rnbd-srv-use-bio_add_virt_nofail.patch patches.suse/gfs2-use-bdev_rw_virt-in-gfs2_read_super.patch patches.suse/zonefs-use-bdev_rw_virt-in-zonefs_read_super.patch patches.suse/PM-hibernate-split-and-simplify-hib_submit_io.patch patches.suse/dm-bufio-use-bio_add_virt_nofail.patch patches.suse/dm-integrity-use-bio_add_virt_nofail.patch patches.suse/btrfs-use-bdev_rw_virt-in-scrub_one_super.patch patches.suse/hfsplus-use-bdev_rw_virt-in-hfsplus_submit_bio.patch patches.suse/fs-aio-initialize-.ki_write_stream-of-read-write-req.patch patches.suse/block-don-t-quiesce-queue-for-calling-elevator_set_n.patch patches.suse/block-move-removing-elevator-after-deleting-disk-que.patch patches.suse/block-unfreeze-queue-if-realloc-tag-set-fails-during.patch patches.suse/blk-mq-remove-blk_mq_in_flight.patch patches.suse/block-reuse-part_in_flight_rw-for-part_in_flight.patch patches.suse/block-WARN-if-bdev-inflight-counter-is-negative.patch patches.suse/block-clean-up-blk_mq_in_flight_rw.patch patches.suse/block-export-API-to-get-the-number-of-bdev-inflight-.patch patches.suse/blk-throttle-Rename-tg_may_dispatch-to-tg_dispatch_t.patch patches.suse/blk-throttle-Refactor-tg_dispatch_time-by-extracting.patch patches.suse/blk-throttle-Split-throtl_charge_bio-into-bps-and-io.patch patches.suse/blk-throttle-Introduce-flag-BIO_TG_BPS_THROTTLED.patch patches.suse/blk-throttle-Split-the-blkthrotl-queue.patch patches.suse/blk-throttle-Split-the-service-queue.patch patches.suse/blk-throttle-Prevents-the-bps-restricted-io-from-ent.patch patches.suse/block-remove-the-same_page-output-argument-to-bvec_t.patch patches.suse/block-Remove-obsolete-configs-BLK_MQ_-PCI-VIRTIO.patch patches.suse/brd-avoid-extra-xarray-lookups-on-first-write.patch patches.suse/block-blk-throttle-silence-BLK_DEV_IO_TRACE-variable.patch patches.suse/block-fix-elv_update_nr_hw_queues-to-reattach-elevat.patch patches.suse/blk-mq-move-the-DMA-mapping-code-to-a-separate-file.patch patches.suse/blk-mq-add-a-copyright-notice-to-blk-mq-dma.c.patch patches.suse/nvme-loop-avoid-Wflex-array-member-not-at-end-warnin.patch patches.suse/nvme-tcp-remove-redundant-check-to-ctrl-opts.patch patches.suse/nvme-tcp-open-code-nvme_tcp_queue_request-for-R2T.patch patches.suse/nvmet-replace-strncpy-with-strscpy.patch patches.suse/nvmet-tcp-switch-to-using-the-crc32c-library.patch patches.suse/nvme-auth-do-not-re-authenticate-queues-with-no-prio.patch patches.suse/nvmet-auth-authenticate-on-admin-queue-only.patch patches.suse/nvmet-fcloop-track-ref-counts-for-nports.patch patches.suse/nvmet-fcloop-remove-nport-from-list-on-last-user.patch patches.suse/nvmet-fcloop-refactor-fcloop_nport_alloc-and-track-l.patch patches.suse/nvmet-fcloop-refactor-fcloop_delete_local_port.patch patches.suse/nvmet-fcloop-update-refs-on-tfcp_req.patch patches.suse/nvmet-fcloop-access-fcpreq-only-when-holding-reqlock.patch patches.suse/nvmet-fcloop-prevent-double-port-deletion.patch patches.suse/nvmet-fcloop-allocate-free-fcloop_lsreq-directly.patch patches.suse/nvmet-fcloop-drop-response-if-targetport-is-gone.patch patches.suse/nvmet-fc-free-pending-reqs-on-tgtport-unregister.patch patches.suse/nvmet-fc-take-tgtport-refs-for-portentry.patch patches.suse/nvmet-fcloop-add-missing-fcloop_callback_host_done.patch patches.suse/nvmet-fcloop-don-t-wait-for-lport-cleanup.patch patches.suse/nvme-fc-do-not-reference-lsrsp-after-failure.patch patches.suse/dmapool-add-NUMA-affinity-support.patch patches.suse/nvme-pci-factor-out-a-nvme_init_hctx_common-helper.patch patches.suse/nvme-pci-make-PRP-list-DMA-pools-per-NUMA-node.patch patches.suse/nvme-pci-don-t-try-to-use-SGLs-for-metadata-on-the-a.patch patches.suse/nvme-pci-store-aborted-state-in-flags-variable.patch patches.suse/nvme-pci-remove-struct-nvme_descriptor.patch patches.suse/nvme-pci-rename-the-descriptor-pools.patch patches.suse/nvme-pci-use-a-better-encoding-for-small-prp-pool-al.patch patches.suse/nvme-pci-add-a-symolic-name-for-the-small-pool-size.patch patches.suse/nvme-pci-use-struct_size-for-allocation-struct-nvme_.patch patches.suse/nvme-pci-derive-and-better-document-max-segments-lim.patch patches.suse/nvme-multipath-introduce-delayed-removal-of-the-mult.patch patches.suse/nvme-introduce-multipath_always_on-module-param.patch patches.suse/nvme-rename-nvme_mpath_shutdown_disk-to-nvme_mpath_r.patch patches.suse/traceevent-block-Add-REQ_ATOMIC-flag-to-block-trace-.patch patches.suse/io_uring-account-drain-memory-to-cgroup.patch patches.suse/io_uring-kbuf-account-ring-io_buffer_list-memory.patch patches.suse/btrfs-fix-fsync-of-files-with-no-hard-links-not-persisting.patch patches.suse/btrfs-tracepoints-use-btrfs_root_id-to-get-the-id-of.patch patches.suse/0001-btrfs-enhance-ASSERT-to-take-optional-format-string.patch patches.suse/0002-btrfs-use-verbose-ASSERT-in-volumes.c.patch patches.suse/0003-btrfs-add-debug-build-only-WARN.patch patches.suse/0005-btrfs-convert-ASSERT-0-with-handled-errors-to-DEBUG_.patch patches.suse/btrfs-use-unsigned-types-for-constants-defined-as-bi.patch patches.suse/btrfs-exit-after-state-split-error-at-set_extent_bit.patch patches.suse/btrfs-handle-unaligned-EOF-truncation-correctly-for-.patch patches.suse/btrfs-handle-aligned-EOF-truncation-correctly-for-su.patch patches.suse/btrfs-fix-qgroup-reservation-leak-on-failure-to-allo.patch patches.suse/btrfs-fix-invalid-data-space-release-when-truncating.patch patches.suse/btrfs-fix-wrong-start-offset-for-delalloc-space-rele.patch patches.suse/btrfs-pass-true-to-btrfs_delalloc_release_space-at-b.patch patches.suse/btrfs-simplify-early-error-checking-in-btrfs_page_mk.patch patches.suse/btrfs-don-t-return-VM_FAULT_SIGBUS-on-failure-to-set.patch patches.suse/btrfs-use-a-single-variable-to-track-return-value-at.patch patches.suse/gfs2-replace-sd_aspace-with-sd_inode.patch patches.suse/gfs2-Don-t-start-unnecessary-transactions-during-log.patch patches.suse/erofs-fix-file-handle-encoding-for-64-bit-NIDs.patch patches.suse/erofs-avoid-using-multiple-devices-with-different-type.patch patches.suse/xfs-don-t-assume-perags-are-initialised-when-trimming-AGs.patch patches.suse/crypto-iaa-Do-not-clobber-req-base.data.patch patches.suse/crypto-ccp-Ensure-implicit-SEV-SNP-init-and-shutdown.patch patches.suse/crypto-qat-add-shutdown-handler-to-qat_4xxx.patch patches.suse/crypto-qat-add-shutdown-handler-to-qat_420xx.patch patches.suse/crypto-qat-remove-redundant-prototypes-in-qat_dh895x.patch patches.suse/crypto-qat-add-shutdown-handler-to-qat_dh895xcc.patch patches.suse/crypto-qat-remove-redundant-prototypes-in-qat_c62x.patch patches.suse/crypto-qat-add-shutdown-handler-to-qat_c62x.patch patches.suse/crypto-qat-remove-redundant-prototypes-in-qat_c3xxx.patch patches.suse/crypto-qat-add-shutdown-handler-to-qat_c3xxx.patch patches.suse/crypto-sun8i-ce-hash-fix-error-handling-in-sun8i_ce_.patch patches.suse/crypto-zynqmp-sha-Add-locking.patch patches.suse/crypto-sun8i-ce-cipher-fix-error-handling-in-sun8i_c.patch patches.suse/crypto-sun8i-ss-do-not-use-sg_dma_len-before-calling.patch patches.suse/crypto-sun8i-ce-undo-runtime-PM-changes-during-drive.patch patches.suse/crypto-marvell-cesa-Handle-zero-length-skcipher-requ.patch patches.suse/crypto-marvell-cesa-Avoid-empty-transfer-descriptor.patch patches.suse/crypto-ccp-Add-support-for-PCI-device-0x17D8.patch patches.suse/crypto-lrw-Only-add-ecb-if-it-is-not-already-there.patch patches.suse/crypto-xts-Only-add-ecb-if-it-is-not-already-there.patch patches.suse/crypto-sun8i-ce-move-fallback-ahash_request-to-the-e.patch patches.suse/crypto-marvell-cesa-Do-not-chain-submitted-requests.patch patches.suse/crypto-api-Redo-lookup-on-EEXIST.patch patches.suse/selftests-cpufreq-Fix-cpufreq-basic-read-and-update-.patch patches.suse/kselftest-cpufreq-Get-rid-of-double-suspend-in-rtcwa.patch patches.suse/selftests-run_kselftest.sh-Use-readlink-if-realpath-.patch patches.suse/s390-Remove-optional-third-argument-of-strscpy-if-po.patch patches.suse/s390-ap-Move-response_type-struct-into-ap_msg-struct.patch patches.suse/s390-ap-zcrypt-Rework-AP-message-buffer-allocation.patch patches.suse/s390-ap-Introduce-ap-message-buffer-pool.patch patches.suse/s390-zcrypt-Avoid-alloc-and-copy-of-ep11-targets-if-.patch patches.suse/s390-ap-zcrypt-New-xflag-parameter.patch patches.suse/s390-zcrypt-Introduce-cprb-mempool-for-cca-misc-func.patch patches.suse/s390-zcrypt-Introduce-cprb-mempool-for-ep11-misc-fun.patch patches.suse/s390-zcrypt-Rework-zcrypt-function-zcrypt_device_sta.patch patches.suse/s390-zcrypt-Introduce-pre-allocated-device-status-array-for-cca.patch patches.suse/s390-zcrypt-Introduce-pre-allocated-device-status-array-for-ep11.patch patches.suse/s390-zcrypt-Remove-unused-functions-from-cca-misc.patch patches.suse/s390-zcrypt-Remove-CCA-and-EP11-card-and-domain-info.patch patches.suse/s390-zcrypt-Rework-cca-findcard-implementation-and-c.patch patches.suse/s390-zcrypt-Rework-ep11-findcard-implementation-and-.patch patches.suse/s390-zcrypt-Rework-cca-misc-functions-kmallocs-to-us.patch patches.suse/s390-zcrypt-Propagate-xflags-argument-with-cca_get_i.patch patches.suse/s390-zcrypt-Locate-ep11_domain_query_info-onto-the-s.patch patches.suse/s390-zcrypt-Rework-ep11-misc-functions-to-use-cprb-m.patch patches.suse/s390-pkey-Rework-CCA-pkey-handler-to-use-stack-for-s.patch patches.suse/s390-pkey-Rework-EP11-pkey-handler-to-use-stack-for-.patch patches.suse/s390-uv-Rename-find_secret-to-uv_find_secret-and-pub.patch patches.suse/s390-pkey-Use-preallocated-memory-for-retrieve-of-UV.patch patches.suse/s390-uv-Remove-uv_get_secret_metadata-function.patch patches.suse/s390-pkey-Provide-and-pass-xflags-within-pkey-and-zc.patch patches.suse/s390-pkey-crypto-Introduce-xflags-param-for-pkey-in-.patch patches.suse/s390-cpacf-Rework-cpacf_pcc-to-return-condition-code.patch patches.suse/s390-crypto-Rework-protected-key-AES-for-true-asynch.patch patches.suse/s390-pci-Fix-__pcilg_mio_inuser-inline-assembly.patch patches.suse/s390-crypto-Extend-protected-key-conversion-retry-lo.patch patches.suse/s390-pci-Remove-redundant-bus-removal-and-disable-from-zpci_release_device.patch patches.suse/s390-pci-prevent-self-deletion-in-disable_slot.patch patches.suse/s390-pci-Allow-re-add-of-a-reserved-but-not-yet-removed-device.patch patches.suse/s390-pci-Serialize-device-addition-and-removal.patch patches.suse/powerpc-Document-APIv2-KVM-hcall-spec-for-Hostwide-c.patch patches.suse/kvm-powerpc-book3s-apiv2-Add-support-for-Hostwide-GS.patch patches.suse/kvm-powerpc-book3s-apiv2-Add-kunit-tests-for-Hostwid.patch patches.suse/kvm-powerpc-book3s-apiv2-Introduce-kvm-hv-specific-P.patch patches.suse/powerpc-kvm-hv-pmu-Implement-GSB-message-ops-for-hos.patch patches.suse/powerpc-kvm-hv-pmu-Add-perf-events-for-Hostwide-coun.patch patches.suse/KVM-powerpc-Enable-commented-out-BUILD_BUG_ON-assert.patch patches.suse/powerpc-enable-dynamic-preemption.patch patches.suse/powerpc-pseries-Define-common-functions-for-RTAS-seq.patch patches.suse/powerpc-pseries-Define-papr_indices_io_block-for-pap.patch patches.suse/powerpc-pseries-Add-papr-indices-char-driver-for-ibm.patch patches.suse/powerpc-pseries-Add-ibm-set-dynamic-indicator-RTAS-c.patch patches.suse/powerpc-pseries-Add-ibm-get-dynamic-sensor-state-RTA.patch patches.suse/powerpc-pseries-Add-papr-platform-dump-character-dri.patch patches.suse/powerpc-pseries-Add-a-char-driver-for-physical-attes.patch patches.suse/powerpc64-ftrace-fix-clobbered-r15-during-livepatchi.patch patches.suse/powerpc-bpf-fix-JIT-code-size-calculation-of-bpf-tra.patch patches.suse/powerpc-pseries-msi-Avoid-reading-PCI-device-registe.patch patches.suse/powerpc-do-not-build-ppc_save_regs.o-always.patch patches.suse/powerpc-Don-t-use-in-kernel-logs.patch patches.suse/powerpc-pseries-Include-linux-types.h-in-papr-platfo.patch patches.suse/Documentation-Fix-description-format-for-powerpc-RTA.patch patches.suse/powerpc-pseries-htmdump-Add-htm_hcall_wrapper-to-integrate-other-htm-operations.patch patches.suse/powerpc-pseries-htmdump-Add-htm-configure-support-to-htmdump-module.patch patches.suse/powerpc-pseries-htmdump-Add-htm-start-support-to-htmdump-module.patch patches.suse/powerpc-pseries-htmdump-Add-htm-status-support-to-htmdump-module.patch patches.suse/powerpc-pseries-htmdump-Add-htm-info-support-to-htmdump-module.patch patches.suse/powerpc-pseries-htmdump-Add-htm-setup-support-to-htmdump-module.patch patches.suse/powerpc-pseries-htmdump-Add-htm-flags-support-to-htmdump-module.patch patches.suse/powerpc-pseries-htmdump-Add-htm-capabilities-support-to-htmdump-module.patch patches.suse/powerpc-pseries-htmdump-Add-documentation-for-H_HTM-debugfs-interface.patch patches.suse/powerpc-boot-Fix-build-with-gcc-15.patch patches.suse/KVM-PPC-Book3S-HV-Fix-IRQ-map-warnings-with-XICS-on-.patch patches.suse/powerpc-pseries-htmdump-Include-header-file-to-get-is_kvm_guest-definition.patch patches.suse/powerpc-kernel-Fix-ppc_save_regs-inclusion-in-build.patch patches.suse/powerpc-pseries-iommu-Fix-kmemleak-in-TCE-table-user.patch patches.suse/locking-lockdep-Prevent-abuse-of-lockdep-subclass.patch patches.suse/tools-perf-Allow-to-select-the-number-of-hash-buckets.patch patches.suse/sched-Fix-trace_sched_switch-.prev_state.patch patches.suse/sched-topology-improve-topology_span_sane-speed.patch patches.suse/sched-topology-Refinement-to-topology_span_sane-speedup.patch patches.suse/sched-fair-Allow-decaying-util_est-when-util_avg-CPU-capa.patch patches.suse/sched-Convert-CONFIG_RT_GROUP_SCHED-macros-to-code-conditions.patch patches.suse/sched-Remove-unneeed-macro-wrap.patch patches.suse/sched-Always-initialize-rt_rq-s-task_group.patch patches.suse/sched-Add-commadline-option-for-RT_GROUP_SCHED-toggling.patch patches.suse/sched-Skip-non-root-task_groups-with-disabled-RT_GROUP_SCHED.patch patches.suse/sched-Bypass-bandwitdh-checks-with-runtime-disabled-RT_GROUP_SCHED.patch patches.suse/sched-Do-not-construct-nor-expose-RT_GROUP_SCHED-structures-if-disabled.patch patches.suse/sched-Add-RT_GROUP-WARN-checks-for-non-root-task_groups.patch patches.suse/sched-Add-annotations-to-RT_GROUP_SCHED-fields.patch patches.suse/sched-rt-Fix-race-in-push_rt_task.patch patches.suse/sched-isolation-Make-use-of-more-than-one-housekeeping-cpu.patch patches.suse/sched-fair-Use-READ_ONCE-to-read-sg-asym_prefer_cpu.patch patches.suse/sched-topology-Introduce-sched_update_asym_prefer_cpu.patch patches.suse/sched-debug-Print-the-local-group-s-asym_prefer_cpu.patch patches.suse/sched-fair-Adhere-to-place_entity-constraints.patch patches.suse/sched-core-Tweak-wait_task_inactive-to-force-dequeue-sched_delayed-tasks.patch patches.suse/sched-livepatch-Untangle-cond_resched-and-live-patching.patch patches.suse/sched-fair-Fixup-wake_up_sync-vs-DELAYED_DEQUEUE.patch patches.suse/sched-util_est-Simplify-condition-for-util_est_-en-de-queue.patch patches.suse/sched-uclamp-Align-uclamp-and-util_est-and-call-before-freq-update.patch patches.suse/perf-Ensure-bpf_perf_link-path-is-properly-serialized.patch patches.suse/perf-Simplify-child-event-tear-down.patch patches.suse/perf-Simplify-perf_event_free_task-wait.patch patches.suse/perf-Simplify-perf_event_release_kernel.patch patches.suse/perf-Unify-perf_event_free_task-perf_event_exit_task_conte.patch patches.suse/perf-Rename-perf_event_exit_task-.child.patch patches.suse/perf-Make-perf_pmu_unregister-useable.patch patches.suse/perf-x86-Add-dynamic-constraint.patch patches.suse/perf-x86-intel-Track-the-num-of-events-needs-late-setup.patch patches.suse/perf-Extend-the-bit-width-of-the-arch-specific-flag.patch patches.suse/perf-x86-intel-Add-CPUID-enumeration-for-the-auto-counter-.patch patches.suse/perf-x86-intel-Support-auto-counter-reload.patch patches.suse/perf-x86-intel-bts-Rename-local-bts_buffer-variables-for-c.patch patches.suse/perf-arch-Record-sample-last_period-before-updating-on-the.patch patches.suse/perf-x86-intel-bts-Replace-offsetof-with-struct_size.patch patches.suse/perf-core-Fix-perf-stat-read.patch patches.suse/perf-core-Fix-put_ctx-ordering.patch patches.suse/perf-core-Fix-event-parent-life-time-issue.patch patches.suse/perf-core-Fix-event-timekeeping-merge.patch patches.suse/perf-x86-intel-Add-PMU-support-for-Clearwater-Forest.patch patches.suse/perf-x86-intel-Parse-CPUID-archPerfmonExt-leaves-for-non-h.patch patches.suse/perf-x86-intel-Decouple-BTS-initialization-from-PEBS-initi.patch patches.suse/perf-x86-intel-Rename-x86_pmu.pebs-to-x86_pmu.ds_pebs.patch patches.suse/perf-x86-intel-Introduce-pairs-of-PEBS-static-calls.patch patches.suse/perf-x86-amd-uncore-Remove-unused-struct-amd_uncore_ctx-no.patch patches.suse/perf-x86-intel-uncore-Use-HRTIMER_MODE_HARD-for-detecting-.patch patches.suse/perf-x86-amd-uncore-Use-hrtimer-for-handling-overflows.patch patches.suse/perf-x86-amd-uncore-Add-parameter-to-configure-hrtimer.patch patches.suse/perf-x86-amd-uncore-Prevent-UMC-counters-from-saturating.patch patches.suse/perf-core-Fix-broken-throttling-when-max_samples_per_tick.patch patches.suse/perf-x86-intel-Check-the-X86-leader-for-ACR-group.patch patches.suse/perf-x86-Optimize-the-is_x86_event.patch patches.suse/perf-Fix-failing-inherit_event-doing-extra-refcount-decrem.patch patches.suse/perf-Fix-irq-work-dereferencing-garbage.patch patches.suse/perf-Fix-confusing-aux-iteration.patch patches.suse/perf-aux-Allocate-non-contiguous-AUX-pages-by-default.patch patches.suse/perf-x86-intel-ds-Remove-redundant-assignments-to-sample.p.patch patches.suse/perf-core-Add-the-is_event_in_freq_mode-helper-to-simplify.patch patches.suse/perf-Fix-the-throttle-logic-for-a-group.patch patches.suse/perf-Only-dump-the-throttle-log-for-the-leader.patch patches.suse/perf-x86-intel-Remove-driver-specific-throttle-support.patch patches.suse/perf-x86-amd-Remove-driver-specific-throttle-support.patch patches.suse/perf-x86-zhaoxin-Remove-driver-specific-throttle-support.patch patches.suse/perf-uapi-Fix-PERF_RECORD_SAMPLE-comments-in-uapi-linux-pe.patch patches.suse/perf-uapi-Clean-up-uapi-linux-perf_event.h-a-bit.patch patches.suse/perf-headers-Clean-up-linux-perf_event.h-a-bit.patch patches.suse/x86-alternatives-Rename-text_poke_bp-to-smp_text_pok.patch patches.suse/x86-alternative-Remove-unused-header-defines.patch patches.suse/x86-bugs-Rename-mmio_stale_data_clear-to-cpu_buf_vm_clear.patch patches.suse/x86-bugs-Restructure-MDS-mitigation.patch patches.suse/x86-bugs-Restructure-TAA-mitigation.patch patches.suse/x86-bugs-Restructure-MMIO-mitigation.patch patches.suse/x86-bugs-Restructure-RFDS-mitigation.patch patches.suse/x86-bugs-Remove-md_clear_-_mitigation.patch patches.suse/x86-bugs-Restructure-SRBDS-mitigation.patch patches.suse/x86-bugs-Restructure-GDS-mitigation.patch patches.suse/x86-bugs-Restructure-spectre_v1-mitigation.patch patches.suse/x86-bugs-Allow-retbleed-stuff-only-on-Intel.patch patches.suse/x86-bugs-Restructure-retbleed-mitigation.patch patches.suse/x86-bugs-Restructure-spectre_v2_user-mitigation.patch patches.suse/x86-bugs-Restructure-BHI-mitigation.patch patches.suse/x86-bugs-Restructure-spectre_v2-mitigation.patch patches.suse/x86-bugs-Restructure-SSB-mitigation.patch patches.suse/x86-bugs-Restructure-L1TF-mitigation.patch patches.suse/x86-bugs-Restructure-SRSO-mitigation.patch patches.suse/x86-cacheinfo-Properly-parse-CPUID-0x80000005-L1d-L1i-asso.patch patches.suse/x86-cacheinfo-Properly-parse-CPUID-0x80000006-L2-L3-associ.patch patches.suse/x86-platform-amd-Move-the-asm-amd-ibs.h-header-to-asm-amd-.patch patches.suse/x86-platform-amd-Move-the-asm-amd_nb.h-header-to-asm.patch patches.suse/x86-platform-amd-Move-the-asm-amd_hsmp.h-header-to-asm-amd.patch patches.suse/x86-platform-amd-Move-the-asm-amd_node.h-header-to-a.patch patches.suse/x86-cpu-Sanitize-CPUID-0x80000000-output.patch patches.suse/tools-arch-x86-Move-the-asm-amd-ibs.h-header-to-asm-amd-ib.patch patches.suse/x86-cpufeatures-Add-X86_FEATURE_APX.patch patches.suse/x86-fpu-apx-Define-APX-state-component.patch patches.suse/x86-fpu-apx-Disallow-conflicting-MPX-presence.patch patches.suse/x86-fpu-apx-Enable-APX-state-support.patch patches.suse/x86-fpu-Refactor-xfeature-bitmask-update-code-for-sigframe.patch patches.suse/x86-pkeys-Simplify-PKRU-update-in-signal-frame.patch patches.suse/x86-fpu-Drop-perm-from-guest-pseudo-FPU-container.patch patches.suse/x86-microcode-AMD-Use-sha256-instead-of-init-update-.patch patches.suse/x86-microcode-AMD-Do-not-return-error-when-microcode-updat.patch patches.suse/x86-idle-Remove-MFENCEs-for-X86_BUG_CLFLUSH_MONITOR-in-mwa.patch patches.suse/x86-msr-Standardize-on-u64-in-asm-msr.h.patch patches.suse/x86-msr-Standardize-on-u64-in-asm-msr-index.h.patch patches.suse/x86-msr-Use-u64-in-rdmsrl_amd_safe-and-wrmsrl_amd_safe.patch patches.suse/x86-msr-Use-u64-in-rdmsrl_safe-and-paravirt_read_pmc.patch patches.suse/x86-msr-Harmonize-the-prototype-and-definition-of-do_trace.patch patches.suse/x86-msr-Standardize-on-u32-MSR-indices-in-asm-msr.h.patch patches.suse/x86-msr-Rename-rdmsrl-to-rdmsrq.patch patches.suse/x86-msr-Rename-wrmsrl-to-wrmsrq.patch patches.suse/x86-msr-Rename-rdmsrl_safe-to-rdmsrq_safe.patch patches.suse/x86-msr-Rename-wrmsrl_safe-to-wrmsrq_safe.patch patches.suse/x86-msr-Rename-rdmsrl_safe_on_cpu-to-rdmsrq_safe_on_cpu.patch patches.suse/x86-msr-Rename-wrmsrl_safe_on_cpu-to-wrmsrq_safe_on_cpu.patch patches.suse/x86-msr-Rename-rdmsrl_on_cpu-to-rdmsrq_on_cpu.patch patches.suse/x86-msr-Rename-wrmsrl_on_cpu-to-wrmsrq_on_cpu.patch patches.suse/x86-msr-Rename-mce_rdmsrl-to-mce_rdmsrq.patch patches.suse/x86-msr-Rename-mce_wrmsrl-to-mce_wrmsrq.patch patches.suse/x86-msr-Rename-rdmsrl_amd_safe-to-rdmsrq_amd_safe.patch patches.suse/x86-msr-Rename-wrmsrl_amd_safe-to-wrmsrq_amd_safe.patch patches.suse/x86-msr-Rename-native_wrmsrl-to-native_wrmsrq.patch patches.suse/x86-msr-Rename-wrmsrl_cstar-to-wrmsrq_cstar.patch patches.suse/x86-msr-Add-compatibility-wrappers-for-rdmsrl-wrmsrl.patch patches.suse/x86-msr-Improve-the-comments-of-the-DECLARE_ARGS-EAX_EDX_V.patch patches.suse/x86-msr-Rename-DECLARE_ARGS-to-EAX_EDX_DECLARE_ARGS.patch patches.suse/x86-msr-Move-the-EAX_EDX_-methods-from-asm-msr.h-to-asm-as.patch patches.suse/x86-msr-Add-explicit-includes-of-asm-msr.h.patch patches.suse/x86-msr-Move-rdtsc-_ordered-to-asm-tsc.h.patch patches.suse/x86-msr-Remove-the-unused-rdpmc-method.patch patches.suse/x86-msr-Rename-rdpmcl-to-rdpmc.patch patches.suse/x86-msr-Convert-the-rdpmc-macro-to-an-__always_inline-func.patch patches.suse/x86-xen-msr-Return-u64-consistently-in-Xen-PMC-xen_-_read-.patch patches.suse/x86-msr-Convert-__wrmsr-uses-to-native_wrmsr-q-uses.patch patches.suse/x86-msr-Add-the-native_rdmsrq-helper.patch patches.suse/x86-msr-Convert-__rdmsr-uses-to-native_rdmsrq-uses.patch patches.suse/x86-xen-msr-Remove-calling-native_-read-write-_msr-_safe-i.patch patches.suse/x86-xen-msr-Remove-pmu_msr_-read-write.patch patches.suse/x86-xen-msr-Remove-the-error-pointer-argument-from-set_seg.patch patches.suse/x86-pvops-msr-Refactor-pv_cpu_ops.write_msr-_safe.patch patches.suse/x86-msr-Replace-wrmsr-msr-low-0-with-wrmsrq-msr-low.patch patches.suse/0018-accel-habanalabs-Don-t-build-the-driver-on-UML.patch patches.suse/x86-msr-Remove-a-superfluous-inclusion-of-asm-asm.h.patch patches.suse/x86-bugs-Restructure-ITS-mitigation.patch patches.suse/x86-bugs-Fix-spectre_v2-mitigation-default-on-Intel.patch patches.suse/0019-gpu-Switch-to-irq_domain_create_linear.patch patches.suse/soc-Switch-to-irq_domain_create_.patch patches.suse/0020-gpu-ipu-v3-Switch-to-irq_find_mapping.patch patches.suse/platform-msi-Add-msi_remove_device_irq_domain-in-pla.patch patches.suse/clocksource-Fix-the-CPUs-choice-in-the-watchdog-per-.patch patches.suse/cpumask-Relax-cpumask_any_but.patch patches.suse/find-Add-find_first_andnot_bit.patch patches.suse/cpumask-Add-cpumask_-first-next-_andnot-API.patch patches.suse/x86-resctrl-Optimize-cpumask_any_housekeeping.patch patches.suse/x86-resctrl-Remove-the-limit-on-the-number-of-CLOSID.patch patches.suse/x86-resctrl-Rename-resctrl_sched_in-to-begin-with-resctrl_.patch patches.suse/x86-resctrl-Check-all-domains-are-offline-in-resctrl_exit.patch patches.suse/x86-resctrl-Resctrl_exit-teardown-resctrl-but-leave-the-mo.patch patches.suse/x86-resctrl-Drop-__init-__exit-on-assorted-symbols.patch patches.suse/x86-resctrl-Move-is_mba_sc-out-of-core.c.patch patches.suse/x86-resctrl-Add-end-marker-to-the-resctrl_event_id-enum.patch patches.suse/x86-resctrl-Expand-the-width-of-domid-by-replacing-mon_dat.patch patches.suse/x86-resctrl-Split-trace.h.patch patches.suse/x86-resctrl-Add-resctrl-to-the-title-of-the-resctrl-docume.patch patches.suse/fs-resctrl-Add-boiler-plate-for-external-resctrl-code.patch patches.suse/x86-resctrl-Move-the-filesystem-bits-to-headers-visible-to.patch patches.suse/x86-resctrl-Fix-types-in-resctrl_arch_mon_ctx_-alloc-free-.patch patches.suse/x86-resctrl-Move-pseudo-lock-prototypes-to-include-linux-r.patch patches.suse/x86-resctrl-Squelch-whitespace-anomalies-in-resctrl-core-c.patch patches.suse/x86-resctrl-Prefer-alloc-sizeof-foo-idiom-in-rdt_init_fs_c.patch patches.suse/x86-resctrl-Relax-some-asm-includes.patch patches.suse/x86-resctrl-Always-initialise-rid-field-in-rdt_resources_a.patch patches.suse/x86-fs-resctrl-Move-the-resctrl-filesystem-code-to-live-in.patch patches.suse/MAINTAINERS-Add-reviewers-for-fs-resctrl.patch patches.suse/EDAC-skx_common-Fix-general-protection-fault.patch patches.suse/EDAC-skx_common-i10nm-Fix-the-loss-of-saved-RRL-for-HBM-ps.patch patches.suse/EDAC-i10nm-Explicitly-set-the-modes-of-the-RRL-register-se.patch patches.suse/EDAC-skx_common-i10nm-Structure-the-per-channel-RRL-regist.patch patches.suse/EDAC-skx_common-i10nm-Refactor-enable_retry_rd_err_log.patch patches.suse/EDAC-skx_common-i10nm-Refactor-show_retry_rd_err_log.patch patches.suse/EDAC-skx_common-i10nm-Add-RRL-support-for-Intel-Granite-Ra.patch patches.suse/x86-sev-Add-SVSM-vTPM-probe-send_command-functions patches.suse/svsm-Add-header-with-SVSM_VTPM_CMD-helpers patches.suse/tpm-Add-SNP-SVSM-vTPM-driver patches.suse/x86-sev-Register-tpm-svsm-platform-device patches.suse/0008-ratelimit-Create-functions-to-handle-ratelimit_state.patch patches.suse/0021-drm-i915-Avoid-open-coded-use-of-ratelimit_state-str.patch patches.suse/0022-drm-amd-pm-Avoid-open-coded-use-of-ratelimit_state-s.patch patches.suse/docs-hid-Fix-typo-in-intel-thc-hid.rst.patch patches.suse/Documentation-rtla-Fix-duplicate-text-about-timerlat.patch patches.suse/Documentation-rtla-Fix-typo-in-rtla-timerlat.rst.patch patches.suse/Documentation-rtla-Fix-typo-in-common_timerlat_descr.patch patches.suse/0023-scripts-kernel-doc.py-don-t-create-.pyc-files.patch patches.suse/0024-Fix-spelling-error-for-parallel.patch patches.suse/Documentation-scheduler-Fix-typo-in-sched-stats-doma.patch patches.suse/docs-doc-guide-clarify-latest-theme-usage.patch patches.suse/Make-cc-option-work-correctly-for-the-Wno-xyzzy-patt.patch patches.suse/ALSA-ad1889-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-atiixp-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-au88x0-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-aw2-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-bt87x-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-cs4281-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-hda_intel-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-cs5530-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-lola-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-hdspm-Replace-deprecated-PCI-functions.patch patches.suse/ASoC-loongson-Replace-deprecated-PCI-functions.patch patches.suse/ALSA-cs46xx-Remove-commented-out-code.patch patches.suse/ALSA-hda-cirrus_scodec_test-Modernize-creation-of-du.patch patches.suse/ALSA-hda-tas2781-Create-a-common-header-for-both-spi.patch patches.suse/ALSA-pcm-Make-snd_pcm_lib_malloc_pages-debug-message.patch patches.suse/ALSA-usb-audio-Add-Pioneer-DJ-DJM-V10-support.patch patches.suse/ALSA-HDA-Add-Zhaoxin-HDMI-Controller-and-Codec-suppo.patch patches.suse/ALSA-sonicvibes-Use-pure-devres-PCI.patch patches.suse/ALSA-rme96-Use-pure-devres-PCI.patch patches.suse/ALSA-rme32-Use-pure-devres-PCI.patch patches.suse/ALSA-ens1370-Use-pure-devres-PCI.patch patches.suse/ALSA-cmipci-Use-pure-devres-PCI.patch patches.suse/ALSA-via82-Use-pure-devres-PCI.patch patches.suse/ALSA-sis7019-Use-pure-devres-PCI.patch patches.suse/ALSA-intel8x-Use-pure-devres-PCI.patch patches.suse/ALSA-fm801-Use-pure-devres-PCI.patch patches.suse/ALSA-es19x8-Use-pure-devres-PCI.patch patches.suse/ALSA-azt3328-Use-pure-devres-PCI.patch patches.suse/ALSA-als-Use-pure-devres-PCI.patch patches.suse/ALSA-oxygen-Use-pure-devres-PCI.patch patches.suse/ALSA-lx6464es-Use-pure-devres-PCI.patch patches.suse/ALSA-vx222-Use-pure-devres-PCI.patch patches.suse/ALSA-trident-Use-pure-devres-PCI.patch patches.suse/ALSA-rme9652-Use-pure-devres-PCI.patch patches.suse/ALSA-ymfpci-Use-pure-devres-PCI.patch patches.suse/ALSA-riptide-Use-pure-devres-PCI.patch patches.suse/ALSA-nm256-Use-pure-devres-PCI.patch patches.suse/ALSA-ice-Use-pure-devres-PCI.patch patches.suse/ALSA-emu10k1-Use-pure-devres-PCI.patch patches.suse/ALSA-echoaudio-Use-pure-devres-PCI.patch patches.suse/ALSA-cs5535-Use-pure-devres-PCI.patch patches.suse/ALSA-cs46xx-Use-pure-devres-PCI.patch patches.suse/ALSA-ca0106-Use-pure-devres-PCI.patch patches.suse/ALSA-ali5451-Use-pure-devres-PCI.patch patches.suse/ALSA-maestro3-Use-pure-devres-PCI.patch patches.suse/ALSA-hda-hda_cs_dsp_ctl-Delete-hda_cs_dsp_ctl-module.patch patches.suse/ALSA-korg1212-Replace-the-pending-stop-check-code-wi.patch patches.suse/ALSA-hda-cs35l56-Remove-dependency-on-COMPILE_TEST.patch patches.suse/ALSA-hda-tas2781-Remove-tas2781_spi_fwlib.c-and-leve.patch patches.suse/ALSA-pcm-Remove-unused-snd_pcm_rate_range_to_bits.patch patches.suse/ALSA-pcm-Remove-unused-snd_dmaengine_pcm_open_reques.patch patches.suse/ALSA-seq-Remove-unused-snd_seq_queue_client_leave_ce.patch patches.suse/ALSA-core-Remove-unused-snd_device_get_state.patch patches.suse/ALSA-core-Remove-unused-snd_jack_set_parent.patch patches.suse/ALSA-hda-tas2781-select-CONFIG_CRC8-for-SND_HDA_SCOD.patch patches.suse/ALSA-hda-Remove-unused-snd_hda_add_nid.patch patches.suse/ALSA-hda-Remove-unused-snd_hdac_stream_get_spbmaxfif.patch patches.suse/ALSA-hda-tas2781-Create-an-independent-lib-to-save-t.patch patches.suse/ALSA-gus-Remove-deadcode.patch patches.suse/ALSA-sh-use-snd_kcontrol_chip.patch patches.suse/ALSA-i2c-use-snd_kcontrol_chip.patch patches.suse/ALSA-core-use-snd_kcontrol_chip.patch patches.suse/ALSA-virtio-use-snd_kcontrol_chip.patch patches.suse/ALSA-pci-hda-use-snd_kcontrol_chip.patch patches.suse/ALSA-usb-midi-use-snd_kcontrol_chip.patch patches.suse/ALSA-usb-mixer-use-snd_kcontrol_chip.patch patches.suse/ALSA-pci-au88x0-use-snd_kcontrol_chip.patch patches.suse/ALSA-pci-asihpi-use-snd_kcontrol_chip.patch patches.suse/ALSA-pci-ali5451-use-snd_kcontrol_chip.patch patches.suse/ALSA-usb-mixer_quirks-use-snd_kcontrol_chip.patch patches.suse/ALSA-usb-mixer_us16x08-use-snd_kcontrol_chip.patch patches.suse/ALSA-hda-intel-nhlt-Print-errors-in-intel_nhlt_ssp_d.patch patches.suse/ALSA-isa-gus-remove-snd_gf1_lfo_xxx.patch patches.suse/ALSA-wavefront-remove-snd_wavefront_xxx.patch patches.suse/ALSA-intel-hdmi-audio-Replace-deprecated-strcpy-with.patch patches.suse/ALSA-msnd-Remove-midi-code.patch patches.suse/ALSA-sb-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-hda-tas2781-Fix-the-symbol-was-not-declare-warn.patch patches.suse/ALSA-hda-tas2781-Fix-the-ld-issue-reported-by-kernel.patch patches.suse/ALSA-hda-tegra-Add-Tegra264-support.patch patches.suse/ALSA-usb-audio-Rename-Pioneer-mixer-channel-controls.patch patches.suse/ALSA-scarlett2-Use-USB-API-functions-rather-than-con.patch patches.suse/ALSA-usb-fcp-Use-USB-API-functions-rather-than-const.patch patches.suse/ALSA-hda-realtek-Add-support-for-Acer-Helios-Laptops.patch patches.suse/ALSA-hda-cs35l41-Fix-swapped-l-r-audio-channels-for-.patch patches.suse/ALSA-n64-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-dbri-replace-strcpy-with-strscpy.patch patches.suse/PCI-Add-Intel-Wildcat-Lake-audio-Device-ID.patch patches.suse/ALSA-hda-add-HDMI-codec-ID-for-Intel-WCL.patch patches.suse/ASoC-SOF-Intel-add-initial-support-for-WCL.patch patches.suse/ALSA-hda-intel-dsp-config-Add-WCL-support.patch patches.suse/ALSA-hda-hda-intel-add-Wildcat-Lake-support.patch patches.suse/ALSA-usb-audio-Kill-timer-properly-at-removal.patch patches.suse/ALSA-amd7930-replace-strcpy-with-strscpy.patch patches.suse/ALSA-hda-cs35l41_hda-select-FW_CS_DSP.patch patches.suse/ALSA-hda-Add-new-driver-for-HDA-controllers-listed-v.patch patches.suse/ALSA-hda-tegra-Switch-to-two-argument-strscpy.patch patches.suse/ALSA-hda-tas2781-Move-and-unified-the-calibrated-dat.patch patches.suse/ASoC-stm-stm32_sai-Use-dev_err_probe.patch patches.suse/ASoC-core-Complete-support-for-card-rebinding.patch patches.suse/ASoC-Intel-avs-Permit-deferred-card-registration.patch patches.suse/ASoC-sun8i-codec-Remove-unnecessary-NULL-check-befor.patch patches.suse/ASoC-Intel-Remove-unused-SND_SOC_INTEL_DA7219_MAX983.patch patches.suse/ASoC-codecs-rt5677-Use-secs_to_jiffies-instead-of-ms.patch patches.suse/ASoC-hdmi-codec-wire-up-the-.prepare-callback-also-f.patch patches.suse/ASoC-sta32x-Remove-unnecessary-NULL-check-before-clk.patch patches.suse/ASoC-codec-ak5386-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-tas2781-fmwlib-Remove-unnecessary-NULL-check-be.patch patches.suse/ASoC-pcm6240-Remove-unnecessary-NULL-check-before-re.patch patches.suse/ASoC-wm_adsp-Remove-unnecessary-NULL-check-before-re.patch patches.suse/ASoC-tas2781-i2c-Remove-unnecessary-NULL-check-befor.patch patches.suse/ASoC-Intel-avs-boards-Add-Kconfig-option-for-obsolet.patch patches.suse/ASoC-Intel-avs-Use-topology-information-for-endpoint.patch patches.suse/ASoC-Intel-avs-boards-Change-da7219-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-DMIC-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-es8336-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-hdaudio-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-sspX-loopback-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-max98357a-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-max98373-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-max98927-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-nau8825-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-pcm3168a-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-probe-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-rt274-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-rt286-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-rt298-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-rt5514-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-rt5663-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-rt5682-card-name.patch patches.suse/ASoC-Intel-avs-boards-Change-ssm4567-card-name.patch patches.suse/ALSA-hda-Allow-to-fetch-hlink-by-ID.patch patches.suse/ASoC-Intel-avs-Ignore-Vendor-space-manipulation-for-.patch patches.suse/ASoC-Intel-avs-Read-HW-capabilities-when-possible.patch patches.suse/ASoC-Intel-avs-Relocate-DSP-status-registers.patch patches.suse/ASoC-Intel-avs-PTL-based-platforms-support.patch patches.suse/ASoC-Intel-avs-PCM-operations-for-LNL-based-platform.patch patches.suse/ASoC-Intel-avs-Dynamically-assign-ops-for-non-HDAudi.patch patches.suse/ASoC-Intel-avs-Conditionally-add-DMA-config-when-cre.patch patches.suse/ASoC-Intel-avs-Add-boards-definitions-for-FCL-platfo.patch patches.suse/ALSA-hda-Select-avs-driver-by-default-on-FCL.patch patches.suse/lib-string_helpers-Introduce-parse_int_array.patch patches.suse/ALSA-hda-Allow-for-16-channels-configuration.patch patches.suse/ASoC-Intel-avs-Rename-AVS_CHANNELS_MAX-define.patch patches.suse/ASoC-Intel-avs-Allow-for-16-channels-configuration.patch patches.suse/ASoC-Intel-avs-Allow-to-specify-custom-configuration.patch patches.suse/ASoC-Intel-avs-Assign-unique-ID-to-platform-devices.patch patches.suse/ASoC-Intel-avs-Iterate-over-correct-number-of-TDMs.patch patches.suse/ASoC-Intel-avs-Support-16-TDMs-in-dynamic-assignment.patch patches.suse/ASoC-codec-wcd939x-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-codec-wcd938x-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-codec-wcd9335-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-fsl_sai-allow-to-set-mclk-rate-with-zero-clk_id.patch patches.suse/ASoC-fsl_sai-add-xlate_tdm_slot_mask-callback.patch patches.suse/ASoC-fsl_sai-separate-is_dsp_mode-for-tx-and-rx.patch patches.suse/ASoC-fsl_sai-separate-set_tdm_slot-for-tx-and-rx.patch patches.suse/ASoC-codecs-wcd-mbhc-cleanup-swap_gnd_mic-api.patch patches.suse/ASoC-codecs-wcd938x-add-mux-control-support-for-hp-a.patch patches.suse/ASoC-wm_adsp-Use-vmemdup_user-instead-of-open-coding.patch patches.suse/ASoC-test-component-add-set_tdm_slot-stub-implementa.patch patches.suse/ASoC-tas2770-Power-cycle-amp-on-ISENSE-VSENSE-change.patch patches.suse/ASoC-tas2770-Support-setting-the-PDM-TX-slot.patch patches.suse/ASoC-tas2764-Reinit-cache-on-part-reset.patch patches.suse/ASoC-tas2764-Enable-main-IRQs.patch patches.suse/ASoC-tas2764-Raise-regmap-range-maximum.patch patches.suse/ASoC-tas2764-Apply-Apple-quirks.patch patches.suse/ASoC-tas2770-expose-die-temp-to-hwmon.patch patches.suse/ASoC-tas2764-expose-die-temp-to-hwmon.patch patches.suse/ASoC-codecs-Add-support-for-Richtek-rt9123.patch patches.suse/ASoC-codecs-Add-support-for-Richtek-rt9123p.patch patches.suse/ASoC-soc-ac97-use-new-GPIO-line-value-setter-callbac.patch patches.suse/ASoC-ti-davinci-mcasp-use-new-GPIO-line-value-setter.patch patches.suse/ASoC-codecs-wm8962-use-new-GPIO-line-value-setter-ca.patch patches.suse/ASoC-codecs-wm5100-use-new-GPIO-line-value-setter-ca.patch patches.suse/ASoC-codecs-rt5677-use-new-GPIO-line-value-setter-ca.patch patches.suse/ASoC-codecs-wm8996-use-new-GPIO-line-value-setter-ca.patch patches.suse/ASoC-codecs-tlv320adc3xxx-use-new-GPIO-line-value-se.patch patches.suse/ASoC-codecs-idt821034-use-new-GPIO-line-value-setter.patch patches.suse/ASoC-codecs-peb2466-use-new-GPIO-line-value-setter-c.patch patches.suse/ASoC-codecs-wm8903-use-new-GPIO-line-value-setter-ca.patch patches.suse/ASoC-codecs-zl38060-use-new-GPIO-line-value-setter-c.patch patches.suse/ALSA-hda-cirrus_scodec_test-use-new-GPIO-line-value-.patch patches.suse/ASoC-loongson-Add-Loongson-1-AC97-Driver.patch patches.suse/ASoC-ac97-Add-DT-support.patch patches.suse/ASoC-rsnd-use-snd_pcm_direction_name.patch patches.suse/ASoC-simple-card-utils-fixup-dlc-xxx-handling-for-er.patch patches.suse/ASoC-cs-amp-lib-Replace-offsetof-with-struct_size.patch patches.suse/ASoC-cs-amp-lib-Annotate-struct-cirrus_amp_efi_data-.patch patches.suse/ASoC-cs-amp-lib-test-Use-flex_array_size.patch patches.suse/ASoC-SOF-topology-allocate-string-for-tuples.patch patches.suse/ASoC-SOF-topology-don-t-convert-error-code.patch patches.suse/ASoC-soc-acpi-add-get_function_tplg_files-ops.patch patches.suse/ASoC-SOF-topology-load-multiple-topologies.patch patches.suse/ASoC-Intel-add-sof_sdw_get_tplg_files-ops.patch patches.suse/ASoC-Intel-soc-acpi-intel-lnl-match-set-get_function.patch patches.suse/ASoC-Intel-soc-acpi-intel-arl-match-set-get_function.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-add-get_function.patch patches.suse/ASoC-Intel-soc-acpi-intel-mtl-match-add-get_function.patch patches.suse/ASoC-sdw_utils-split-asoc_sdw_get_codec_name.patch patches.suse/ASoC-soc_sdw_utils-skip-the-endpoint-that-doesn-t-pr.patch patches.suse/ASoC-dt-bindings-Add-Cirrus-Logic-CS48L32-audio-DSP.patch patches.suse/ASoC-cs48l32-Add-driver-for-Cirrus-Logic-CS48L32-aud.patch patches.suse/ASoC-cs-amp-lib-test-Use-faux-bus-instead-of-creatin.patch patches.suse/ASoC-rt722-fix-pop-noise-at-the-beginning-of-headpho.patch patches.suse/ASoC-ak4458-Remove-useless-return-variable.patch patches.suse/ASoC-fsl_rpmsg-Remove-useless-return-variable.patch patches.suse/ASoC-cs48l32-Fix-spelling-mistake-exceeeds-exceeds.patch patches.suse/ASoC-rt722-fix-pop-noise-at-the-beginning-of-DMIC-re.patch patches.suse/firmware-cs_dsp-Add-some-sanity-checking-to-test-har.patch patches.suse/ASoC-mediatek-mt8195-Move-rt5682-specific-dapm-route.patch patches.suse/ASoC-mediatek-mt8195-Set-ETDM1-2-IN-OUT-to-COMP_DUMM.patch patches.suse/ASoC-mediatek-mt8195-Add-mt8195-mt6359-card.patch patches.suse/ASoC-cs48l32-Use-modern-PM_OPS.patch patches.suse/ASoC-codecs-Remove-unused-rt566-58-_sel_asrc_clk_src.patch patches.suse/ASoC-wm8998-Add-Kconfig-prompt.patch patches.suse/ASoC-adau7118-Allow-dsp_a-mode.patch patches.suse/ASoC-dt-bindings-add-schema-for-rockchip-SAI-control.patch patches.suse/ASoC-rockchip-add-Serial-Audio-Interface-SAI-driver.patch patches.suse/ASoC-meson-meson-card-utils-use-of_property_present-.patch patches.suse/ASoC-Intel-avs-Fix-NULL-pointer-dereference.patch patches.suse/ASoC-fsl-don-t-set-link-platform-if-not-needed.patch patches.suse/ASoC-starfive-Use-max-to-simplify-code-in-jh7110_tdm.patch patches.suse/ASoC-codecs-wcd938x-fix-mux-error-handling.patch patches.suse/ASoC-codecs-wcd938x-drop-unnecessary-mux-flag-assign.patch patches.suse/ASoC-codec-tpa6130a2-Sort-headers-alphabetically.patch patches.suse/ASoC-codec-tpa6130a2-Remove-tpa6130a2_platform_data.patch patches.suse/ASoC-codec-tpa6130a2-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-renesas-rsnd-allow-to-use-ADG-as-standalone.patch patches.suse/ASoC-renesas-rsnd-care-BRGA-BRGB-select-in-rsnd_adg_.patch patches.suse/ASoC-renesas-rsnd-enable-to-use-adg-clock.patch patches.suse/ASoC-renesas-add-MSIOF-sound-support.patch patches.suse/ASoC-amd-acp-Drop-superfluous-assignment-in-acp_sof_.patch patches.suse/ASoC-SOF-topology-Fix-null-pointer-dereference.patch patches.suse/ASoC-SOF-ipc4-pcm-Adjust-pipeline_list-pipelines-all.patch patches.suse/ASoC-codecs-Use-min-to-simplify-aw_dev_dsp_update_co.patch patches.suse/ASoC-wm_adsp-Don-t-use-no_free_ptr-when-passing-to-P.patch patches.suse/ASoC-codec-sma1307-Remove-including-of_gpio.h.patch patches.suse/ASoC-Intel-avs-Fix-kcalloc-sizes.patch patches.suse/ASoC-codec-twl4030-Sort-headers-alphabetically.patch patches.suse/ASoC-codec-twl4030-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-codecs-wsa88xx-wcd938x-Drop-kerneldoc-marker-fr.patch patches.suse/ASoC-codecs-tas2764-Fix-Wvoid-pointer-to-enum-cast-w.patch patches.suse/ASoC-fsl_rpmsg-Configure-CPU-DAI-for-card-that-sits-.patch patches.suse/ASoC-fsl_rpmsg-Allocate-a-smaller-buffer-size-for-ca.patch patches.suse/ASoC-soc-utils-add-snd_soc_dlc_is_dummy.patch patches.suse/ASoC-mediatek-mt8188-use-snd_soc_dlc_is_dummy.patch patches.suse/ASoC-mediatek-mt8195-use-snd_soc_dlc_is_dummy.patch patches.suse/ASoC-SOF-amd-remove-else-condition-in-resume-sequenc.patch patches.suse/ASoC-SOF-amd-add-missing-acp-descriptor-field.patch patches.suse/ASoC-SOF-amd-add-ACP7.1-platform-support.patch patches.suse/ASoC-SOF-amd-update-soundwire-specific-acp-descripto.patch patches.suse/ASoC-SOF-amd-enable-ACP_PME_EN-register-for-ACP7.0-A.patch patches.suse/ASoC-SOF-amd-refactor-acp-reset-sequence.patch patches.suse/ASoC-SOF-amd-enable-soundwire-host-wake-irq-mask.patch patches.suse/ASoC-SOF-amd-add-soundwire-wake-irq-handling.patch patches.suse/ASoC-SOF-amd-add-build-support-for-soundwire.patch patches.suse/ASoC-sof-Use-pure-devres-PCI.patch patches.suse/ASoC-intel-avs-Use-pure-devres-PCI.patch patches.suse/ASoC-intel-atom-Use-pure-devres-PCI.patch patches.suse/ASoC-intel-atom-Return-ENOMEM-if-pcim_iomap-fails.patch patches.suse/ASoC-SOF-imx8m-Use-reset-controller-API-to-control-t.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-Sort-ACPI-link-m.patch patches.suse/ASoC-amd-amd_sdw-Fix-unlikely-uninitialized-variable.patch patches.suse/ASoC-amd-sof_amd_sdw-Fix-unlikely-uninitialized-vari.patch patches.suse/ASoC-amd-sof_amd_sdw-add-logic-to-get-cpu_pin_id-for.patch patches.suse/ASoC-codec-cs42l56-Sort-headers-alphabetically.patch patches.suse/ASoC-codec-cs42l56-Drop-cs42l56.h.patch patches.suse/ASoC-codec-cs42l56-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-codec-cs42l73-Sort-headers-alphabetically.patch patches.suse/ASoC-codec-cs42l73-Drop-cs42l73.h.patch patches.suse/ASoC-codec-cs42l73-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-codec-cs42l52-Sort-headers-alphabetically.patch patches.suse/ASoC-codec-cs42l52-Drop-cs42l52.h.patch patches.suse/ASoC-codec-cs42l52-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-sdw_utils-Remove-num_platforms-from-simple-DAI-.patch patches.suse/ASoC-Intel-sof_sdw-Avoid-NULL-check-fail-when-re-pro.patch patches.suse/ASoC-SOF-add-disable_function_topology-flag.patch patches.suse/ASoC-SOF-set-disable_function_topology-if-override_t.patch patches.suse/ASoC-SOF-add-disable_function_topology-module-parame.patch patches.suse/ASoC-cs35l56-Add-Index-based-on-ACPI-HID-or-SDW-ID-t.patch patches.suse/ASoC-cs35l56-Add-struct-to-index-firmware-registers.patch patches.suse/ASoC-cs35l56-Add-Mute-Volume-and-Posture-registers-t.patch patches.suse/ASoC-cs35l56-Add-initial-support-for-CS35L63-for-I2C.patch patches.suse/ASoC-cs35l56-Read-Silicon-ID-from-DIE_STS-registers-.patch patches.suse/ASoC-tas2781-Add-a-debugfs-node-for-acoustic-tuning.patch patches.suse/ASoC-rt712-sdca-remove-redundant-else-path-of-if-sta.patch patches.suse/ASoC-Intel-soc-acpi-intel-lnl-ptl-match-Simplify-var.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-Add-rt713_vb_l3_.patch patches.suse/ASoC-codecs-rt9123-Fix-sparse-cast-warning.patch patches.suse/ASoC-rt712-sdca-remove-redundant-else-path-of-if-sta-4815e9f.patch patches.suse/ASoC-Intel-atom-Remove-unused-functions.patch patches.suse/ASoC-soc.h-remove-snd_soc_disconnect_sync.patch patches.suse/ASoC-soc.h-remove-unnecessary-definitions.patch patches.suse/ASoC-soc-core-merge-snd_soc_unregister_component-and.patch patches.suse/ASoC-tlv320aic3x-Use-dev_err_probe.patch patches.suse/ASoC-tegra210_ahub-Add-check-to-of_device_get_match_.patch patches.suse/ASoC-intel-sdw_utils-Assign-initial-value-in-asoc_sd.patch patches.suse/ASoC-amd-use-new-ACP-dev-names-for-DAI-links.patch patches.suse/ASoC-q6apm-lpass-dais-Print-APM-port-id-in-decimal-o.patch patches.suse/ASoC-codecs-add-support-for-ES8389.patch patches.suse/ASoC-cs35l56-Log-tuning-unique-identifiers-during-fi.patch patches.suse/ALSA-hda-cs35l56-Log-tuning-unique-identifiers-durin.patch patches.suse/ASoC-mediatek-mt8183-afe-pcm-Shorten-memif_data-tabl.patch patches.suse/ASoC-mediatek-mt8183-afe-pcm-Shorten-irq_data-table-.patch patches.suse/ASoC-mediatek-mt8183-afe-pcm-shorten-mt8183_is_volat.patch patches.suse/ASoC-soc-utils-Check-string-pointer-validity-in-snd_.patch patches.suse/ASoC-fsl_xcvr-update-platform-driver-name.patch patches.suse/ASoC-amd-yc-Add-quirk-for-Lenovo-Yoga-Pro-7-14ASP9.patch patches.suse/ASoC-rt722-make-regmap-cache-only-in-probe.patch patches.suse/ASoC-tas2781-Header-file-cleanup-and-Move-the-macro-.patch patches.suse/ASoC-qcom-sc8280xp-Add-sound-card-support-for-QCS910.patch patches.suse/ASoC-Intel-sof_sdw-Add-support-for-wclrvp-ocelot-in-.patch patches.suse/ASoC-intel-sof_sdw-Add-support-for-CS35L63-into-mach.patch patches.suse/ASoC-Intel-soc-acpi-intel-mtl-match-Add-match-for-CD.patch patches.suse/ASoC-SDCA-Fix-minor-typo.patch patches.suse/ASoC-SDCA-Remove-regmap-module-macros.patch patches.suse/ASoC-SDCA-Move-allocation-of-PDE-delays-array.patch patches.suse/ASoC-dapm-Add-component-level-pin-switches.patch patches.suse/ASoC-SDCA-Create-DAPM-widgets-and-routes-from-DisCo.patch patches.suse/ASoC-SDCA-Create-ALSA-controls-from-DisCo.patch patches.suse/ASoC-SDCA-Create-DAI-drivers-from-DisCo.patch patches.suse/ASoC-wm_adsp-Make-cirrus_dir-const.patch patches.suse/ASoC-tegra-CIF-Add-Tegra264-support.patch patches.suse/ASoC-tegra-ADMAIF-Add-Tegra264-support.patch patches.suse/ASoC-tegra-ASRC-Update-ARAM-address.patch patches.suse/ASoC-tegra-Update-PLL-rate-for-Tegra264.patch patches.suse/ASoC-tegra-I2S-Add-Tegra264-support.patch patches.suse/ASoC-tegra-AMX-Add-Tegra264-support.patch patches.suse/ASoC-tegra-ADX-Add-Tegra264-support.patch patches.suse/ASoC-tegra-AHUB-Add-Tegra264-support.patch patches.suse/ASoC-tegra-Tegra264-support-in-isomgr_bw.patch patches.suse/ASoC-apple-mca-Constrain-channels-according-to-TDM-m.patch patches.suse/ASoC-qcom-sdm845-Add-error-handling-in-sdm845_slim_s.patch patches.suse/ALSA-core-fix-up-bus-match-const-issues.patch patches.suse/ALSA-atmel-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-hda-acpi-Use-SYSTEM_SLEEP_PM_OPS.patch patches.suse/ALSA-hda-acpi-Make-driver-s-match-data-const-static.patch patches.suse/firmware-cs_dsp-Fix-OOB-memory-read-access-in-KUnit-.patch patches.suse/ASoC-codecs-add-support-for-ES8375.patch patches.suse/gpiolib-of-Add-polarity-quirk-for-s5m8767.patch patches.suse/gpiolib-Revert-Don-t-WARN-on-gpiod_put-for-optional-.patch patches.suse/gpio-pca953x-Add-support-for-level-triggered-interru.patch patches.suse/gpiolib-acpi-Update-file-references-in-the-Documenta.patch patches.suse/regulator-max20086-Fix-MAX200086-chip-id.patch patches.suse/regulator-max20086-Change-enable-gpio-to-optional.patch patches.suse/spi-tegra210-quad-Fix-X1_X2_X4-encoding-and-support-.patch patches.suse/spi-tegra210-quad-remove-redundant-error-handling-co.patch patches.suse/spi-tegra210-quad-modify-chip-select-CS-deactivation.patch patches.suse/spi-tegra210-quad-Update-dummy-sequence-configuration.patch patches.suse/spi-cs42l43-Make-handling-missing-spk-id-GPIOs-expli.patch patches.suse/PM-runtime-Add-new-devm-functions.patch patches.suse/spi-tegra210-quad-Add-support-for-internal-DMA.patch patches.suse/spi-sh-msiof-Fix-maximum-DMA-transfer-size.patch patches.suse/power-supply-collie-Fix-wakeup-source-leaks-on-devic.patch patches.suse/power-reset-at91-reset-Optimize-at91_reset.patch patches.suse/power-supply-bq27xxx-Retrieve-again-when-busy.patch patches.suse/power-supply-max17040-adjust-thermal-channel-scaling.patch patches.suse/mmc-Add-quirk-to-disable-DDR50-tuning.patch patches.suse/ACPI-OSI-Stop-advertising-support-for-3.0-_SCP-Exten.patch patches.suse/ACPI-thermal-Execute-_SCP-before-reading-trip-points.patch patches.suse/thermal-intel-int340x-Add-platform-temperature-contr.patch patches.suse/thermal-intel-int340x-Enable-platform-temperature-co.patch patches.suse/thermal-int340x-processor_thermal-Platform-temperatu.patch patches.suse/thermal-drivers-mediatek-lvts-Fix-debugfs-unregister.patch patches.suse/thermal-drivers-mediatek-lvts-Remove-unused-lvts_deb.patch patches.suse/ACPI-bus-Bail-out-if-acpi_kobj-registration-fails.patch patches.suse/ACPICA-fix-acpi-operand-cache-leak-in-dswstate.c.patch patches.suse/ACPICA-fix-acpi-parse-and-parseext-cache-leaks.patch patches.suse/ACPICA-New-release-20240927-a05cea36.patch patches.suse/ACPICA-actbl1-Update-values-to-hex-to-follow-ACPI-sp-5d2f7e76.patch patches.suse/ACPICA-actbl1-Add-EINJv2-get-error-type-action-56b594fd.patch patches.suse/ACPICA-Fix-typo-in-comments-for-SRAT-structures-6ff5c328.patch patches.suse/ACPICA-Fix-warnings-from-PR-295-merge-4a0bb41d.patch patches.suse/ACPICA-Logfile-Changes-for-version-20241212-003802c3.patch patches.suse/ACPICA-exserial-don-t-forget-to-handle-FFixedHW-opre.patch patches.suse/ACPICA-Add-support-for-printing-AML-arguments-when-t-cde89fdf.patch patches.suse/ACPICA-Drop-stale-comment-about-the-header-file-cont-357be139.patch patches.suse/ACPICA-Apply-pack-1-to-union-aml_resource.patch patches.suse/ACPICA-utilities-Fix-overflow-check-in-vsnprintf.patch patches.suse/ACPICA-Interpret-SIDP-structures-in-DMAR-f61c3949.patch patches.suse/ACPICA-infrastructure-Add-new-header-and-ACPI_DMT_BU-67f9d690.patch patches.suse/ACPICA-actbl2.h-MRRM-Add-typedef-and-other-definitio-ec0ed62b.patch patches.suse/ACPICA-actbl2-Add-definitions-for-RIMT-ced63370.patch patches.suse/ACPICA-MRRM-Some-cleanups-6d788e68.patch patches.suse/ACPICA-Utilities-Fix-spelling-mistake-Incremement-In.patch patches.suse/ACPICA-infrastructure-Add-new-DMT_BUF-types-and-shor-5833942d.patch patches.suse/ACPICA-actbl2.h-ERDT-Add-typedef-and-other-definitio-e91e5964.patch patches.suse/ACPICA-Introduce-ACPI_NONSTRING-6da5e6f3.patch patches.suse/ACPICA-Apply-ACPI_NONSTRING.patch patches.suse/ACPICA-actbl2.h-ACPI-6.5-RAS2-Rename-structure-and-f.patch patches.suse/ACPICA-Adjust-the-position-of-code-lines.patch patches.suse/ACPICA-Avoid-sequence-overread-in-call-to-strncmp.patch patches.suse/ACPICA-Apply-ACPI_NONSTRING-in-more-places.patch patches.suse/ACPICA-Replace-strncpy-with-memcpy.patch patches.suse/ACPICA-Logfile-Changes-for-version-20250404.patch patches.suse/ACPICA-Update-copyright-year.patch patches.suse/ACPI-tables-Add-__nonstring-annotations-for-untermin.patch patches.suse/ACPI-MRRM-Minimal-parse-of-ACPI-MRRM-table.patch patches.suse/ACPI-MRRM-Add-sys-files-to-describe-memory-ranges.patch patches.suse/ACPI-VIOT-Remove-explicitly-unused-header.patch patches.suse/ACPI-tables-Improve-logging-around-acpi_initialize_t.patch patches.suse/ACPI-MRRM-Fix-default-max-memory-region.patch patches.suse/ACPI-processor-idle-Remove-obsolete-comment.patch patches.suse/ACPI-processor-idle-Set-pr-flags.power-unconditional.patch patches.suse/ACPI-processor-idle-Remove-redundant-pr-power.count-.patch patches.suse/ACPI-CPPC-Add-IS_OPTIONAL_CPC_REG-macro-to-judge-if-.patch patches.suse/ACPI-CPPC-Optimize-cppc_get_perf.patch patches.suse/ACPI-CPPC-Rename-cppc_get_perf-to-cppc_get_reg_val.patch patches.suse/ACPI-CPPC-Extract-cppc_get_reg_val_in_pcc.patch patches.suse/ACPI-CPPC-Add-cppc_set_reg_val.patch patches.suse/ACPI-CPPC-Refactor-register-value-get-and-set-ABIs.patch patches.suse/ACPI-CPPC-Modify-cppc_get_auto_sel_caps-to-cppc_get_.patch patches.suse/ACPI-CPPC-Add-three-functions-related-to-autonomous-.patch patches.suse/ACPI-PCI-Constify-fwnode_handle-in-acpi_pci_root_rem.patch patches.suse/ACPI-battery-Round-capacity-percengate-to-closest-in.patch patches.suse/ACPI-battery-negate-current-when-discharging.patch patches.suse/ACPI-EC-Add-device-to-acpi_ec_no_wakeup-qurik-list.patch patches.suse/ACPI-APEI-EINJ-Transition-to-the-faux-device-interfa.patch patches.suse/ACPI-APEI-EINJ-Fix-probe-error-message.patch patches.suse/ACPI-APEI-EINJ-Remove-redundant-calls-to-einj_get_av.patch patches.suse/ACPI-resource-fix-a-typo-for-MECHREVO-in-irq1_edge_l.patch patches.suse/ACPI-Add-missing-prototype-for-non-CONFIG_SUSPEND-CO.patch patches.suse/ACPI-platform_profile-Avoid-initializing-on-non-ACPI.patch patches.suse/Documentation-ACPI-Use-all-string-data-node-referenc.patch patches.suse/PM-EM-Fix-potential-division-by-zero-error-in-em_com.patch patches.suse/PM-EM-Move-CPU-capacity-check-to-em_adjust_new_capac.patch patches.suse/cpufreq-amd-pstate-Move-max_perf-limiting-in-amd_pstate_update.patch patches.suse/cpufreq-amd-pstate-Add-offline-online-and-suspend-callbacks-for-amd_pstate_driver.patch patches.suse/cpufreq-amd-pstate-Add-support-for-the-Requested-CPU-Min-frequency-BIOS-option.patch patches.suse/amd-pstate-ut-Reset-amd-pstate-driver-mode-after-running-selftests.patch patches.suse/cpufreq-amd-pstate-Avoid-shadowing-ret-in-amd_pstate_ut_check_driver.patch patches.suse/PM-runtime-fix-denying-of-auto-suspend-in-pm_suspend.patch patches.suse/PM-wakeup-Delete-space-in-the-end-of-string-shown-by.patch patches.suse/PM-sleep-Print-PM-debug-messages-during-hibernation.patch patches.suse/PCI-P2PDMA-Refactor-the-p2pdma-mapping-helpers.patch patches.suse/dma-mapping-move-the-PCI-P2PDMA-mapping-helpers-to-p.patch patches.suse/iommu-generalize-the-batched-sync-after-map-interfac.patch patches.suse/iommu-add-kernel-doc-for-iommu_unmap_fast.patch patches.suse/dma-mapping-Provide-an-interface-to-allow-allocate-I.patch patches.suse/iommu-dma-Factor-out-a-iommu_dma_map_swiotlb-helper.patch patches.suse/dma-mapping-Implement-link-unlink-ranges-API.patch patches.suse/dma-mapping-add-a-dma_need_unmap-helper.patch patches.suse/docs-core-api-document-the-IOVA-based-API.patch patches.suse/xen-x86-fix-initial-memory-balloon-target.patch patches.suse/xen-arm-call-uaccess_ttbr0_enable-for-dm_op-hypercall.patch patches.suse/selftests-seccomp-fix-syscall_restart-test-for-arm-c.patch patches.suse/selftests-seccomp-fix-negative_ENOSYS-tracer-tests-o.patch patches.suse/watchdog-exar-Shorten-identity-name-to-fit-correctly.patch patches.suse/overflow-Fix-direct-struct-member-initialization-in-.patch patches.suse/scsi-qedf-Use-designated-initializer-for-struct-qed_fcoe_c.patch patches.suse/selinux-unify-OOM-handling-in-network-hashtables.patch patches.suse/media-amphion-Add-a-frame-flush-mode-for-decoder.patch patches.suse/media-rkvdec-Fix-frame-size-enumeration.patch patches.suse/media-mediatek-vcodec-Correct-vsi_core-framebuffer-s.patch patches.suse/media-venus-Fix-probe-error-handling.patch patches.suse/media-imx-jpeg-Drop-the-first-error-frames.patch patches.suse/media-imagination-fix-a-potential-memory-leak-in-e50.patch patches.suse/media-imx-jpeg-Move-mxc_jpeg_free_slot_data-ahead.patch patches.suse/media-imx-jpeg-Reset-slot-data-pointers-when-freed.patch patches.suse/media-imx-jpeg-Cleanup-after-an-allocation-error.patch patches.suse/media-i2c-ds90ub913-Fix-returned-fmt-from-.set_fmt.patch patches.suse/media-ipu6-Remove-workaround-for-Meteor-Lake-ES2.patch patches.suse/media-ccs-pll-Start-OP-pre-PLL-multiplier-search-fro.patch patches.suse/media-ccs-pll-Start-VT-pre-PLL-multiplier-search-fro.patch patches.suse/media-ccs-pll-Check-for-too-high-VT-PLL-multiplier-i.patch patches.suse/media-ccs-pll-Correct-the-upper-limit-of-maximum-op_.patch patches.suse/media-ov2740-Move-pm-runtime-cleanup-on-probe-errors.patch patches.suse/media-intel-ipu6-Fix-dma-mask-for-non-secure-mode.patch patches.suse/media-vidtv-Terminating-the-subsequent-process-of-in.patch patches.suse/media-cxusb-no-longer-judge-rbuf-when-the-write-fail.patch patches.suse/media-vivid-Change-the-siize-of-the-composing.patch patches.suse/media-davinci-vpif-Fix-memory-leak-in-probe-error-pa.patch patches.suse/media-gspca-Add-error-handling-for-stv06xx_read_sens.patch patches.suse/media-nxp-imx8-isi-better-handle-the-m2m-usage_count.patch patches.suse/media-imx335-Use-correct-register-width-for-HNUM.patch patches.suse/media-ov5675-suppress-probe-deferral-errors.patch patches.suse/media-ov8856-suppress-probe-deferral-errors.patch patches.suse/media-i2c-imx335-Fix-frame-size-enumeration.patch patches.suse/media-v4l2-dev-fix-error-handling-in-__video_registe.patch patches.suse/media-videobuf2-use-sgtable-based-scatterlist-wrappe.patch patches.suse/media-omap3isp-use-sgtable-based-scatterlist-wrapper.patch patches.suse/media-uvcvideo-Return-the-number-of-processed-contro.patch patches.suse/media-uvcvideo-Send-control-events-for-partial-succe.patch patches.suse/media-uvcvideo-Rollback-non-processed-entities-on-er.patch patches.suse/media-uvcvideo-Fix-deferred-probing-error.patch patches.suse/media-platform-mtk-mdp3-Remove-unused-mdp_get_plat_d.patch patches.suse/media-verisilicon-Free-post-processor-buffers-on-err.patch patches.suse/0025-drm-xe-Remove-pointless-gen11-assertions.patch patches.suse/0026-drm-xe-Remove-GEN11-prefixes-from-documentation.patch patches.suse/0027-drm-xe-xe3-Recognize-3DSTATE_COARSE_PIXEL-in-LRC-dum.patch patches.suse/0028-drm-xe-Add-MI_LOAD_REGISTER_REG-command-definition.patch patches.suse/0029-drm-xe-Add-MI_MATH-and-ALU-instruction-definitions.patch patches.suse/0030-drm-xe-Avoid-reading-RMW-registers-in-emit_wa_job.patch patches.suse/0031-drm-xe-vf-Stop-applying-save-restore-MMIOs-if-VF.patch patches.suse/0032-drm-xe-vf-Unblock-xe_rtp_process_to_sr-for-VFs.patch patches.suse/0033-drm-xe-Prefer-USEC_PER_SEC-over-MICRO.patch patches.suse/0034-drm-xe-vf-Don-t-try-Driver-FLR-if-VF.patch patches.suse/0035-drm-xe-vf-Catch-all-unexpected-register-reads.patch patches.suse/0036-drm-xe-pf-Drop-CTC_MODE-from-VF-runtime-register-lis.patch patches.suse/0037-drm-xe-svm-Add-stats-for-SVM-page-faults.patch patches.suse/0038-drm-xe-hwmon-expose-fan-speed.patch patches.suse/0039-drm-xe-Simplify-pinned-bo-iteration.patch patches.suse/0040-drm-xe-uc-Remove-static-from-loop-variable.patch patches.suse/0041-drm-xe-uc-Add-support-for-different-firmware-files-o.patch patches.suse/0042-drm-xe-Allow-to-inject-error-in-early-probe.patch patches.suse/0043-drm-xe-hw_engine_class_sysfs-Allow-to-inject-error-d.patch patches.suse/0044-drm-xe-Remove-extra-spaces-in-xe_vm.c.patch patches.suse/0045-drm-xe-Add-support-for-per-function-engine-activity.patch patches.suse/0046-drm-xe-xe_pmu-Add-PMU-support-for-per-function-engin.patch patches.suse/0047-drm-xe-pf-Enable-per-function-engine-activity-stats.patch patches.suse/0048-drm-xe-Add-fault-injection-for-xe_oa_alloc_regs.patch patches.suse/0049-drm-xe-Introduce-CONFIG_DRM_XE_GPUSVM.patch patches.suse/0050-drm-xe-bo-Add-a-bo-remove-callback.patch patches.suse/0051-drm-xe-migrate-Allow-xe_migrate_vram-also-on-non-pag.patch patches.suse/0052-drm-xe-Make-the-PT-code-handle-placement-per-PTE-rat.patch patches.suse/0053-drm-xe-migrate-Switch-from-drm-to-dev-managed-action.patch patches.suse/drm-xe-d3cold-Set-power-state-to-D3Cold-during-s2idl.patch patches.suse/0055-drm-xe-guc-Reformat-dead-CT-reason-string-to-be-devc.patch patches.suse/0056-drm-xe-guc-Re-word-message-about-ADS-size-changes.patch patches.suse/0057-drm-xe-Don-t-print-error-about-hwconfig-when-using-e.patch patches.suse/0058-drm-xe-Make-PPHWSP-size-explicit-in-xe_gt_lrc_size.patch patches.suse/0059-drm-xe-pmu-Add-GT-frequency-events.patch patches.suse/0060-drm-xe-Fix-xe_pt_stage_bind_walk-kerneldoc.patch patches.suse/0061-drm-xe-xe2hpg-Add-Wa_16025250150.patch patches.suse/0062-drm-xe-use-backup-object-for-pinned-save-restore.patch patches.suse/0063-drm-xe-Add-XE_BO_FLAG_PINNED_NORESTORE.patch patches.suse/0064-drm-xe-migrate-ignore-CCS-for-kernel-objects.patch patches.suse/0065-drm-xe-add-XE_BO_FLAG_PINNED_LATE_RESTORE.patch patches.suse/0066-drm-xe-unconditionally-apply-PINNED-for-pin_map.patch patches.suse/0067-drm-xe-allow-non-contig-VRAM-kernel-BO.patch patches.suse/0068-drm-xe-sriov-support-non-contig-VRAM-provisioning.patch patches.suse/0069-drm-xe-Introduced-needs_scratch-bit-in-device-descri.patch patches.suse/0070-drm-xe-Clear-scratch-page-on-vm_bind.patch patches.suse/0071-drm-xe-Allow-scratch-page-under-fault-mode-for-certa.patch patches.suse/0072-drm-xe-Ensure-XE_BO_FLAG_CPU_ADDR_MIRROR-has-a-uniqu.patch patches.suse/drm-xe-Fix-taking-invalid-lock-on-wedge.patch patches.suse/0074-drm-xe-Add-configfs-to-enable-survivability-mode.patch patches.suse/0075-drm-xe-Add-documentation-for-survivability-mode.patch patches.suse/0076-drm-xe-Enable-configfs-support-for-survivability-mod.patch patches.suse/0077-drm-xe-remove-unused-LE_COS.patch patches.suse/0078-drm-xe-guc-Enable-w-a-16026508708.patch patches.suse/0079-drm-xe-guc-Bump-the-recommended-GuC-version-to-70.44.patch patches.suse/0080-drm-xe-Allow-to-drop-vram-resizing.patch patches.suse/0081-drm-xe-guc-Refactor-GuC-debugfs-initialization.patch patches.suse/0082-drm-xe-guc-Don-t-expose-GuC-privileged-debugfs-files.patch patches.suse/0083-drm-xe-vf-Don-t-expose-privileged-GT-debugfs-files-i.patch patches.suse/0084-drm-xe-pf-Don-t-show-GGTT-LMEM-debugfs-files-under-m.patch patches.suse/0085-drm-xe-Adjust-ringbuf-emission-for-maximum-possible-.patch patches.suse/0086-drm-xe-guc-Fix-out-of-bound-while-enabling-engine-ac.patch patches.suse/0087-drm-xe-Use-GT-oriented-message-to-report-engine-acti.patch patches.suse/0088-drm-xe-Introduce-fault-injection-for-guc-mmio-send-r.patch patches.suse/0089-drm-xe-Introduce-fault-injection-for-guc-CTB-send-re.patch patches.suse/0090-drm-xe-guc-Use-the-steering-flag-when-printing-regis.patch patches.suse/0091-drm-xe-guc-Cache-DSS-info-when-creating-capture-regi.patch patches.suse/0092-drm-xe-evict-user-memory-in-PM-notifier.patch patches.suse/0093-drm-xe-share-bo-dma-resv-with-backup-object.patch patches.suse/0094-drm-xe-handle-pinned-memory-in-PM-notifier.patch patches.suse/0095-drm-xe-Fix-CFI-violation-when-accessing-sysfs-files.patch patches.suse/0096-dma-buf-fix-incorrect-dma-fence-documentation-v2.patch patches.suse/0097-dma-buf-dma-fence-remove-unnecessary-callbacks.patch patches.suse/0098-dma-buf-dma-buf-stop-mapping-sg_tables-on-attach-v2.patch patches.suse/0099-dma-buf-drop-caching-of-sg_tables.patch patches.suse/0100-drm-sched-Adjust-outdated-docu-for-run_job.patch patches.suse/0101-drm-sched-Document-run_job-refcount-hazard.patch patches.suse/0102-drm-sched-Update-timedout_job-s-documentation.patch patches.suse/0103-drm-ttm-test-private-resv-obj-on-release-destroy.patch patches.suse/0104-drm-fsl-dcu-move-to-devm_platform_ioremap_resource-u.patch patches.suse/0105-drm-hisilicon-move-to-devm_platform_ioremap_resource.patch patches.suse/0106-drm-mxsfb-move-to-devm_platform_ioremap_resource-usa.patch patches.suse/0107-drm-tegra-move-to-devm_platform_ioremap_resource-usa.patch patches.suse/0108-drm-imx-legacy-bridge-fix-inconsistent-indenting-war.patch patches.suse/0109-drm-gma500-Remove-unused-mrst_clock_funcs.patch patches.suse/0110-drm-pl111-fix-inconsistent-indenting-warning.patch patches.suse/0111-drm-vkms-Extract-vkms_connector-header.patch patches.suse/0112-drm-vkms-Create-vkms_connector-struct.patch patches.suse/0113-drm-vkms-Add-KUnit-test-scaffolding.patch patches.suse/0114-drm-vkms-Extract-vkms_config-header.patch patches.suse/0115-drm-vkms-Move-default_config-creation-to-its-own-fun.patch patches.suse/0116-drm-vkms-Set-device-name-from-vkms_config.patch patches.suse/0117-drm-vkms-Add-a-validation-function-for-VKMS-configur.patch patches.suse/0118-drm-vkms-Allow-to-configure-multiple-planes.patch patches.suse/0119-drm-vkms-Allow-to-configure-multiple-CRTCs.patch patches.suse/0120-drm-vkms-Allow-to-attach-planes-and-CRTCs.patch patches.suse/0121-drm-vkms-Allow-to-configure-multiple-encoders.patch patches.suse/0122-drm-vkms-Allow-to-attach-encoders-and-CRTCs.patch patches.suse/0123-drm-vkms-Allow-to-configure-multiple-connectors.patch patches.suse/0124-drm-vkms-Allow-to-attach-connectors-and-encoders.patch patches.suse/0125-drm-nouveau-nvkm-factor-out-current-GSP-RPC-command-.patch patches.suse/0126-drm-nouveau-nvkm-introduce-new-GSP-reply-policy-NVKM.patch patches.suse/0127-drm-vc4-plane-fix-inconsistent-indenting-warning.patch patches.suse/0128-drm-gma500-psb_intel_modes-Remove-unused-psb_intel_d.patch patches.suse/0129-drm-gma500-Remove-unused-psb_mmu_virtual_to_pfn.patch patches.suse/0130-drm-panic-clean-Clippy-warning.patch patches.suse/0131-drm-vmwgfx-Refactor-cursor-handling.patch patches.suse/0132-drm-vmwgfx-Bump-the-minor-version.patch patches.suse/drm-vmwgfx-Add-seqno-waiter-for-sync_files.patch patches.suse/drm-vmwgfx-Add-error-path-for-xa_store-in-vmw_bo_add.patch patches.suse/0135-drm-sprd-move-to-devm_platform_ioremap_resource-usag.patch patches.suse/0136-drm-sti-move-to-devm_platform_ioremap_resource-usage.patch patches.suse/0137-Documentation-Update-the-todo.patch patches.suse/0138-drm-ci-refactor-software-driver-stage-jobs.patch patches.suse/0139-drm-ci-enable-CONFIG_DEBUG_WW_MUTEX_SLOWPATH.patch patches.suse/0140-drm-ci-enable-lockdep-detection.patch patches.suse/0141-drm-ast-Replace-AST_VIDMEM_SIZE_-with-Linux-SZ_-cons.patch patches.suse/0142-drm-ast-Add-VGACRAA-register-constants.patch patches.suse/0143-drm-ast-Add-VGACR99-register-constants.patch patches.suse/0144-drm-ast-cursor-Add-helpers-for-computing-location-in.patch patches.suse/0145-drm-ast-Add-helper-for-computing-framebuffer-locatio.patch patches.suse/0146-drm-ast-Remove-vram_fb_available-from-struct-ast_dev.patch patches.suse/0147-drm-ast-cursor-Drop-page-alignment.patch patches.suse/0148-drm-prime-Support-dedicated-DMA-device-for-dma-buf-i.patch patches.suse/0149-drm-appletbdrm-Set-struct-drm_device.dma_dev.patch patches.suse/0150-drm-gm12u320-Set-struct-drm_device.dma_dev.patch patches.suse/0151-drm-gud-Set-struct-drm_device.dma_dev.patch patches.suse/0152-drm-udl-Set-struct-drm_device.dma_dev.patch patches.suse/0153-drm-mxsfb-Remove-generic-DRM-drivers-in-probe-functi.patch patches.suse/0154-drm-panel-simple-Add-POWERTIP-PH128800T004-ZZA01-pan.patch patches.suse/0155-drm-bridge-move-bridges_show-logic-from-drm_debugfs..patch patches.suse/0156-drm-debugfs-add-top-level-bridges-file-showing-all-a.patch patches.suse/0157-drm-sched-revert-drm_sched_job_cleanup-correct-false.patch patches.suse/0158-drm-xlnx-zynqmp_dpsub-fix-Kconfig-dependencies-for-A.patch patches.suse/0159-drm-ci-fix-merge-request-rules.patch patches.suse/0160-drm-client-Constify-modes.patch patches.suse/0161-drm-client-Use-array-notation-for-function-arguments.patch patches.suse/0162-drm-client-Streamline-mode-selection-debugs.patch patches.suse/0163-drm-client-Make-copies-of-modes.patch patches.suse/0164-drm-client-Stop-using-the-legacy-crtc-mode.patch patches.suse/0165-drm-client-s-new_crtc-crtc.patch patches.suse/0166-drm-client-Move-variables-to-tighter-scope.patch patches.suse/0167-drm-client-s-unsigned-int-i-int-i.patch patches.suse/0168-drm-ttm-tests-fix-incorrect-assert-in-ttm_bo_unreser.patch patches.suse/0169-drm-display-hdmi-Create-documentation-section.patch patches.suse/0170-drm-display-hdmi-Mention-Infoframes-testing-with-edi.patch patches.suse/0171-drm-sched-Clarify-docu-concerning-drm_sched_job_arm.patch patches.suse/0172-drm-add-modifiers-for-Apple-GPU-layouts.patch patches.suse/0173-accel-qaic-Remove-redundant-flush_workqueue-calls.patch patches.suse/0174-drm-panel-orientation-quirks-Add-ZOTAC-Gaming-Zone.patch patches.suse/drm-vmwgfx-Fix-dumb-buffer-leak.patch patches.suse/0176-drm-vmwgfx-Switch-to-exclusively-using-GEM-reference.patch patches.suse/0177-Documentation-vgaarbiter-Fix-grammar.patch patches.suse/0178-drm-bridge-Add-encoder-parameter-to-drm_bridge_funcs.patch patches.suse/0179-drm-bridge-Provide-a-helper-to-retrieve-current-brid.patch patches.suse/0180-drm-tests-Add-kunit-tests-for-bridges.patch patches.suse/0181-drm-atomic-Introduce-helper-to-lookup-connector-by-e.patch patches.suse/0182-drm-tests-helpers-Create-new-helper-to-enable-output.patch patches.suse/0183-drm-tests-hdmi_state_helpers-Switch-to-new-helper.patch patches.suse/0184-drm-tests-Create-tests-for-drm_atomic.patch patches.suse/0185-drm-bridge-Add-helper-to-reset-bridge-pipeline.patch patches.suse/0186-drm-tests-bridge-Provide-tests-for-drm_bridge_helper.patch patches.suse/0187-drm-bridge-ti-sn65dsi83-Switch-to-drm_bridge_helper_.patch patches.suse/0188-drm-bridge-Introduce-drm_bridge_is_atomic-helper.patch patches.suse/0189-drm-bridge-cdns-csi-Switch-to-atomic-helpers.patch patches.suse/0190-drm-bridge-tc358775-Switch-to-atomic-commit.patch patches.suse/0191-drm-bridge-tc358768-Stop-disabling-when-failing-to-e.patch patches.suse/0192-drm-bridge-tc358768-Convert-to-atomic-helpers.patch patches.suse/0193-drm-bridge-ti-sn65dsi86-Remove-drm_encoder-crtc-use.patch patches.suse/0194-drm-v3d-Associate-a-V3D-tech-revision-to-all-support.patch patches.suse/0195-drm-v3d-Use-V3D_SMS-registers-for-power-on-off-and-r.patch patches.suse/0196-drm-bridge-imx8qxp-ldb-cleanup-return-value.patch patches.suse/0197-drm-bridge-fsl-ldb-make-warning-message-more-informa.patch patches.suse/drm-udl-Unregister-device-before-cleaning-up-on-disc.patch patches.suse/0199-drm-udl-Switch-poll-helpers-to-managed-cleanup.patch patches.suse/0200-drm-probe-helper-Do-not-fail-from-drmm_kms_helper_po.patch patches.suse/0201-drm-Move-some-options-to-separate-new-Kconfig.patch patches.suse/0202-drm-sched-Add-scheduler-unit-testing-infrastructure-.patch patches.suse/0203-drm-sched-Add-a-simple-timeout-test.patch patches.suse/0204-drm-sched-Add-basic-priority-tests.patch patches.suse/0205-drm-sched-Add-a-basic-test-for-modifying-entities-sc.patch patches.suse/0206-drm-sched-Add-a-basic-test-for-checking-credit-limit.patch patches.suse/drm-bridge-ti-sn65dsi86-make-use-of-debugfs_init-cal.patch patches.suse/0208-drm-bridge-ti-sn65dsi86-Check-bridge-connection-fail.patch patches.suse/0209-drm-panel-samsung-s6d7aa0-transition-to-mipi_dsi-wra.patch patches.suse/0210-drm-panel-novatek-nt36523-transition-to-mipi_dsi-wra.patch patches.suse/0211-drm-panel-synaptics-r63353-Use-_multi-variants.patch patches.suse/0212-drm-ci-uprev-mesa.patch patches.suse/0213-drm-ci-uprev-IGT.patch patches.suse/0214-drm-ci-arm64.config-mediatek-enable-PHY-drivers.patch patches.suse/0215-drm-display-dp-implement-new-access-helpers.patch patches.suse/0216-drm-display-dp-change-drm_dp_dpcd_read_link_status-r.patch patches.suse/0217-drm-display-dp-use-new-DCPD-access-helpers.patch patches.suse/0218-drm-display-dp-cec-use-new-DCPD-access-helpers.patch patches.suse/0219-drm-display-dp-mst-topology-use-new-DCPD-access-help.patch patches.suse/0220-drm-display-dp-tunnel-use-new-DCPD-access-helpers.patch patches.suse/0221-drm-display-Update-comment-on-hdmi-hotplug-helper.patch patches.suse/0222-drm-vc4-hdmi-Call-HDMI-hotplug-helper-on-disconnect.patch patches.suse/0223-drm-vc4-hdmi-Add-jack-detection-to-HDMI-audio-driver.patch patches.suse/0224-drm-gem-Change-locked-unlocked-postfix-of-drm_gem_v-.patch patches.suse/0225-drm-gem-Add-_locked-postfix-to-functions-that-have-u.patch patches.suse/0226-drm-gem-Document-locking-rule-of-vmap-and-evict-call.patch patches.suse/0227-drm-shmem-helper-Make-all-exported-symbols-GPL.patch patches.suse/0228-drm-shmem-helper-Refactor-locked-unlocked-functions.patch patches.suse/0229-drm-shmem-helper-Remove-obsoleted-is_iomem-test.patch patches.suse/0230-drm-shmem-helper-Add-and-use-pages_pin_count.patch patches.suse/0231-drm-shmem-helper-Use-refcount_t-for-pages_use_count.patch patches.suse/0232-drm-shmem-helper-Switch-drm_gem_shmem_vmap-vunmap-to.patch patches.suse/0233-drm-shmem-helper-Use-refcount_t-for-vmap_use_count.patch patches.suse/0234-accel-ivpu-pages_use_count-is-now-a-refcount_t.patch patches.suse/0235-accel-ivpu-s-drm_gem_shmem_v-un-map-drm_gem_shmem_v-.patch patches.suse/0236-accel-amdxdna-s-drm_gem_v-un-map_unlocked-drm_gem_v-.patch patches.suse/0237-drm-Remove-redundant-statement-in-drm_crtc_helper_se.patch patches.suse/drm-panic-add-missing-space.patch patches.suse/0239-drm-panic-add-missing-Markdown-code-span.patch patches.suse/0240-drm-bridge-anx7625-Remove-redundant-flush_workqueue-.patch patches.suse/0241-drm-virtio-Add-capset-definitions-to-UAPI.patch patches.suse/0242-drm-nouveau-conn-Avoid-Wflex-array-member-not-at-end.patch patches.suse/0243-drm-nouveau-outp-Avoid-Wflex-array-member-not-at-end.patch patches.suse/0244-accel-amdxdna-Add-BO-import-and-export.patch patches.suse/0245-drm-nouveau-fix-hibernate-on-disabled-GPU.patch patches.suse/drm-bridge-cdns-dsi-Fix-connecting-to-next-bridge.patch patches.suse/drm-bridge-cdns-dsi-Fix-phy-de-init-and-flag-it-so.patch patches.suse/drm-bridge-cdns-dsi-Fix-the-clock-variable-for-mode_.patch patches.suse/drm-bridge-cdns-dsi-Check-return-value-when-getting-.patch patches.suse/drm-bridge-cdns-dsi-Wait-for-Clk-and-Data-Lanes-to-b.patch patches.suse/0251-drm-bridge-cdns-dsi-Move-to-devm_drm_of_get_bridge.patch patches.suse/0252-drm-mipi-dsi-Add-helper-to-find-input-format.patch patches.suse/0253-drm-bridge-cdns-dsi-Add-input-format-negotiation.patch patches.suse/0254-drm-bridge-cdns-dsi-Move-DSI-mode-check-to-_atomic_c.patch patches.suse/0255-drm-panel-sharp-ls043t1le01-Use-_multi-variants.patch patches.suse/0256-drm-panel-himax-hx8394-transition-to-mipi_dsi-wrappe.patch patches.suse/0257-drm-bridge-sii902x-Set-bridge-type.patch patches.suse/0258-drm-panfrost-Set-IOMMU_CACHE-flag.patch patches.suse/0259-drm-panfrost-Use-GPU_MMU_FEATURES_VA_BITS-PA_BITS-ma.patch patches.suse/0260-drm-panfrost-Set-HW_FEATURE_AARCH64_MMU-feature-flag.patch patches.suse/0261-drm-panfrost-Add-support-for-AARCH64_4K-page-table-f.patch patches.suse/0262-drm-panfrost-Force-AARCH64_4K-page-table-format-on-M.patch patches.suse/0263-drm-panfrost-Force-AARCH64_4K-page-table-format-on-M.patch patches.suse/drm-cirrus-qemu-Fix-pitch-programming.patch patches.suse/0265-drm-cirrus-qemu-Stricter-mode-validation.patch patches.suse/0266-drm-cirrus-qemu-Use-framebuffer-format-as-is-drop-ad.patch patches.suse/0267-drm-cirrus-qemu-Remove-custom-plane-state.patch patches.suse/0268-drm-format-helper-Move-helpers-for-pixel-conversion-.patch patches.suse/0269-drm-format-helper-Add-generic-conversion-to-32-bit-f.patch patches.suse/0270-drm-format-helper-Add-generic-conversion-to-24-bit-f.patch patches.suse/0271-drm-format-helper-Add-generic-conversion-to-16-bit-f.patch patches.suse/0272-drm-format-helper-Add-generic-conversion-to-8-bit-fo.patch patches.suse/0273-drm-format-helper-Optimize-32-to-24-bpp-conversion.patch patches.suse/0274-drm-format-helper-Optimize-32-to-16-bpp-conversion.patch patches.suse/0275-drm-format-helper-Optimize-32-to-8-bpp-conversion.patch patches.suse/0276-drm-panel-Add-new-helpers-for-refcounted-panel-alloc.patch patches.suse/0277-drm-panel-Add-refcount-support.patch patches.suse/0278-drm-panel-deprecate-old-style-panel-allocation.patch patches.suse/0279-drm-panel-panel-simple-Use-the-new-allocation-in-pla.patch patches.suse/0280-drm-syncobj-Extend-EXPORT_SYNC_FILE-for-timeline-syn.patch patches.suse/0281-drm-dp-Pull-drm_dp_link_power_up-down-from-Tegra-to-.patch patches.suse/0282-drm-bridge-cdns-mhdp8546-Switch-to-common-helpers-to.patch patches.suse/0283-drm-bridge-anx6345-Switch-to-common-helpers-to-power.patch patches.suse/0284-drm-bridge-anx78xx-Switch-to-common-helpers-to-power.patch patches.suse/0285-drm-bridge-it6505-Switch-to-common-helpers-to-power-.patch patches.suse/0286-drm-edid-Use-unsigned-int-in-drm_add_modes_noedid.patch patches.suse/0287-drm-mode_config-Make-drm_mode_config.-max-min-_-widt.patch patches.suse/0288-drm-dp_mst-Fix-GUID-DPCD-write-to-non-root-MST-branc.patch patches.suse/0289-drm-dp_mst-Use-drm_dp_dpcd_write_data-to-write-GUID-.patch patches.suse/0290-drm-sti-fix-inconsistent-indenting-warning.patch patches.suse/0291-drm-nouveau-fence-Avoid-Wflex-array-member-not-at-en.patch patches.suse/0292-drm-nouveau-svm-Avoid-Wflex-array-member-not-at-end-.patch patches.suse/0293-drm-nouveau-disp-Avoid-Wflex-array-member-not-at-end.patch patches.suse/0294-drm-shmem-helper-Fix-unsetting-shmem-vaddr-while-vma.patch patches.suse/0295-drm-renesas-rz-du-Add-Kconfig-dependency-between-RZG.patch patches.suse/0296-drm-renesas-rz-du-Support-dmabuf-import.patch patches.suse/0297-drm-renesas-rz-du-Drop-bpp-variable-from-struct-rzg2.patch patches.suse/0298-drm-renesas-Extend-RZ-G2L-supported-KMS-formats.patch patches.suse/0299-drm-format-helper-fix-build.patch patches.suse/0300-panel-abt-y030xx067a-Use-the-refcounted-allocation-i.patch patches.suse/0301-panel-arm-versatile-Use-the-refcounted-allocation-in.patch patches.suse/0302-panel-z00t-tm5p5-n35596-Use-refcounted-allocation-in.patch patches.suse/0303-panel-auo-a030jtn01-Use-refcounted-allocation-in-pla.patch patches.suse/0304-panel-bf060y8m-aj0-Use-refcounted-allocation-in-plac.patch patches.suse/0305-panel-th101mb31ig002-28a-Use-refcounted-allocation-i.patch patches.suse/0306-panel-boe-tv101wum-ll2-Use-refcounted-allocation-in-.patch patches.suse/0307-panel-dsi-cm-Use-refcounted-allocation-in-place-of-d.patch patches.suse/0308-panel-ebbg-ft8719-Use-refcounted-allocation-in-place.patch patches.suse/0309-panel-panel-edp-Use-refcounted-allocation-in-place-o.patch patches.suse/drm-vc4-tests-Use-return-instead-of-assert.patch patches.suse/0311-drm-vc4-tests-Document-output-handling-functions.patch patches.suse/0312-drm-vc4-tests-Stop-allocating-the-state-in-test-init.patch patches.suse/0313-drm-vc4-tests-Retry-pv-muxing-tests-when-EDEADLK.patch patches.suse/0314-drm-ofdrm-Remove-struct-ofdrm_device.pdev.patch patches.suse/0315-drm-ofdrm-Open-code-drm_simple_encoder_init.patch patches.suse/0316-drm-simpledrm-Remove-struct-simpledrm_device.nformat.patch patches.suse/0317-drm-Move-sysfb-drivers-into-separate-subdirectory.patch patches.suse/0318-drm-sysfb-Add-struct-drm_sysfb_device.patch patches.suse/0319-drm-sysfb-Provide-single-mode-init-helper.patch patches.suse/0320-drm-sysfb-Merge-mode-config-functions.patch patches.suse/0321-drm-sysfb-Merge-connector-functions.patch patches.suse/0322-drm-sysfb-Maintain-CRTC-state-in-struct-drm_sysfb_cr.patch patches.suse/0323-drm-sysfb-Merge-CRTC-functions.patch patches.suse/0324-drm-sysfb-Merge-primary-plane-functions.patch patches.suse/0325-drm-sysfb-ofdrm-Add-EDID-support.patch patches.suse/0326-firmware-sysfb-Move-bpp-depth-calculation-into-scree.patch patches.suse/0327-drm-sysfb-Add-efidrm-for-EFI-displays.patch patches.suse/0328-drm-sysfb-efidrm-Add-EDID-support.patch patches.suse/0329-drm-sysfb-Add-vesadrm-for-VESA-displays.patch patches.suse/0330-drm-sysfb-vesadrm-Add-EDID-support.patch patches.suse/0331-drm-sysfb-vesadrm-Add-gamma-correction.patch patches.suse/0332-drm-imagination-loop-counters-moved-to-loop-scope.patch patches.suse/0333-drm-bridge-add-devm_drm_bridge_alloc.patch patches.suse/0334-drm-bridge-add-support-for-refcounting.patch patches.suse/0335-drm-bridge-make-devm_drm_bridge_alloc-mandatory-for-.patch patches.suse/0336-drm-bridge-ti-sn65dsi83-use-dynamic-lifetime-managem.patch patches.suse/0337-drm-bridge-samsung-dsim-use-dynamic-lifetime-managem.patch patches.suse/0338-drm-bridge-split-HDMI-Audio-from-DRM_BRIDGE_OP_HDMI.patch patches.suse/0339-drm-bridge-add-function-interface-for-DisplayPort-au.patch patches.suse/0340-drm-bridge-connector-hook-DisplayPort-audio-support.patch patches.suse/drm-ast-Fix-comment-on-modeset-lock.patch patches.suse/0342-drm-ast-Remove-vaddr-field-from-struct-ast_plane.patch patches.suse/0343-drm-ast-Validate-display-modes-against-framebuffer-a.patch patches.suse/drm-simpledrm-Do-not-upcast-in-release-helpers.patch patches.suse/0345-drm-sysfb-simpledrm-Remove-unused-helper-simpledrm_d.patch patches.suse/0346-dma-buf-heaps-system-Remove-global-variable.patch patches.suse/0347-drm-panel-auo-a030jtn01-Fix-compilation-build.patch patches.suse/0348-drm-panel-boe-th101mb31ig002-28a-Fix-compilation-bui.patch patches.suse/0349-drm-panel-boe-tv101wum-ll2-Fix-compilation-build.patch patches.suse/0350-drm-panel-Fix-build-error-on-CONFIG_OF.patch patches.suse/0351-drm-Add-UAPI-for-the-Asahi-driver.patch patches.suse/efi-Export-symbol-efi_mem_desc_lookup.patch patches.suse/0352-drm-sysfb-efidrm-Support-module-builds.patch patches.suse/0353-drm-i915-xe3lpd-Map-POWER_DOMAIN_AUDIO_PLAYBACK-to-D.patch patches.suse/0354-drm-i915-hpd-Track-HPD-pins-instead-of-ports-for-HPD.patch patches.suse/0355-drm-i915-hpd-Let-an-HPD-pin-be-in-the-disabled-state.patch patches.suse/0356-drm-i915-hpd-Add-support-for-blocking-the-IRQ-handli.patch patches.suse/0357-drm-i915-dp-Fix-link-training-interrupted-by-a-short.patch patches.suse/0358-drm-i915-dp-Queue-a-link-check-after-link-training-i.patch patches.suse/0359-drm-i915-crt-Use-intel_hpd_block-unblock-instead-of-.patch patches.suse/0360-drm-i915-vrr-Remove-unwanted-comment.patch patches.suse/0361-drm-i915-vrr-Separate-out-functions-to-compute-vmin-.patch patches.suse/0362-drm-i915-vrr-Make-helpers-for-cmrr-and-vrr-timings.patch patches.suse/0363-drm-i915-vrr-Disable-CMRR.patch patches.suse/0364-drm-i915-vrr-Track-vrr.enable-only-for-variable-timi.patch patches.suse/0365-drm-i915-vrr-Use-crtc_vtotal-for-vmin.patch patches.suse/0366-drm-i915-vrr-Prepare-for-fixed-refresh-rate-timings.patch patches.suse/0367-drm-i915-display-Enable-MSA-Ignore-Timing-PAR-only-w.patch patches.suse/0368-drm-i915-display-Convert-intel_bw.c-internally-to-in.patch patches.suse/0369-drm-i915-display-Convert-intel_bw.c-externally-to-in.patch patches.suse/0370-drm-i915-xe3lpd-Update-bandwidth-parameters.patch patches.suse/0371-drm-i915-display-Maintain-asciibetical-order-for-HAS.patch patches.suse/0372-drm-i915-Downgrade-device-register-error-if-injected.patch patches.suse/0373-drm-i915-Fix-PXP-cleanup-missing-from-probe-error-re.patch patches.suse/0374-drm-i915-Fix-harmful-driver-register-unregister-asym.patch patches.suse/0375-drm-i915-color-prefer-display-platform.-platform-che.patch patches.suse/0376-drm-i915-connector-convert-intel_connector.c-to-stru.patch patches.suse/0377-drm-i915-hotplug-convert-intel_hotplug.-ch-to-struct.patch patches.suse/0378-drm-i915-hotplug-convert-hotplug-debugfs-to-struct-i.patch patches.suse/0379-drm-i915-hotplug-convert-hotplug-irq-handling-to-int.patch patches.suse/0380-drm-i915-hotplug-convert-intel_hotplug_irq.-ch-to-st.patch patches.suse/0381-drm-i915-irq-convert-intel_display_irq.-ch-interface.patch patches.suse/0382-drm-i915-irq-convert-rest-of-intel_display_irq.-ch-t.patch patches.suse/0383-drm-i915-display-rename-I915_HAS_HOTPLUG-to-HAS_HOTP.patch patches.suse/0384-drm-i915-display-add-display-specific-runtime-PM-wra.patch patches.suse/0385-drm-i915-display-conversions-to-with_intel_display_r.patch patches.suse/0386-drm-i915-display-use-display-runtime-PM-interfaces-f.patch patches.suse/0387-drm-i915-display-convert-to-display-runtime-PM-inter.patch patches.suse/0388-drm-i915-power-convert-to-display-runtime-PM-interfa.patch patches.suse/0389-drm-xe-compat-remove-intel_runtime_pm.h.patch patches.suse/0390-drm-i915-vdsc-Use-the-DSC-config-tables-for-DSI-pane.patch patches.suse/0391-drm-i915-display-Add-fixed_rr-to-crtc_state-dump.patch patches.suse/0392-drm-i915-vrr-Avoid-reading-vrr.enable-based-on-fixed.patch patches.suse/0393-drm-i915-dmc-Create-debugfs-entry-for-dc6-counter.patch patches.suse/0394-drm-i915-fbc-keep-FBC-disabled-if-selective-update-i.patch patches.suse/0395-drm-i915-fbc-update-the-panel_replay-dependency-in-f.patch patches.suse/0396-drm-i915-xe2hpd-Identify-the-memory-type-for-SKUs-wi.patch patches.suse/0397-drm-i915-display-Read-panel-replay-source-status-thr.patch patches.suse/0398-drm-i915-dsi-convert-vlv_dsi.-ch-to-struct-intel_dis.patch patches.suse/0399-drm-i915-dsi-convert-vlv_dsi_pll.-ch-to-struct-intel.patch patches.suse/0400-drm-i915-dsi-convert-parameter-printing-to-drm_print.patch patches.suse/0401-drm-i915-dsi-convert-intel_dsi_vbt.-ch-to-struct-int.patch patches.suse/0402-drm-i915-dsi-convert-intel_dsi_dcs_backlight.c-to-st.patch patches.suse/0403-drm-i915-dvo-convert-intel_dvo.-ch-to-struct-intel_d.patch patches.suse/0404-drm-i915-lvds-convert-intel_lvds.-ch-to-struct-intel.patch patches.suse/0405-drm-i915-tc-convert-intel_tc.c-to-struct-intel_displ.patch patches.suse/0406-drm-i915-atomic-convert-intel_atomic.c-to-struct-int.patch patches.suse/0407-drm-i915-display-convert-intel_crtc_state_dump.c-to-.patch patches.suse/0408-drm-i915-pch-convert-intel_pch_display.-ch-to-struct.patch patches.suse/0409-drm-i915-pch-convert-intel_pch_refclk.c-to-struct-in.patch patches.suse/0410-drm-i915-pps-Let-calling-intel_pps_vdd_-on-off-_unlo.patch patches.suse/0411-drm-i915-dp_mst-Fix-side-band-message-timeouts-due-t.patch patches.suse/0412-drm-i915-Reverse-the-scanline_offset-if-ladder.patch patches.suse/0413-drm-i915-Replace-the-HAS_DDI-in-intel_crtc_scanline_.patch patches.suse/0414-drm-i915-gvt-Stop-using-intel_runtime_pm_put_uncheck.patch patches.suse/0415-drm-i915-hdmi-Use-VRR-Timing-generator-for-HDMI-for-.patch patches.suse/0416-drm-i915-dp_mst-Use-VRR-Timing-generator-for-DP-MST-.patch patches.suse/0417-drm-i915-display-Disable-PSR-before-disabling-VRR.patch patches.suse/0418-drm-i915-display-Move-intel_psr_post_plane_update-at.patch patches.suse/0419-drm-i915-vrr-Refactor-condition-for-computing-vmax-a.patch patches.suse/0420-drm-i915-vrr-Always-set-vrr-vmax-vmin-flipline-in-vr.patch patches.suse/0421-drm-i915-vrr-Set-vrr.enable-for-VRR-TG-with-fixed_rr.patch patches.suse/0422-drm-i915-display-Use-fixed_rr-timings-in-modeset-seq.patch patches.suse/0423-drm-i915-vrr-Use-fixed-timings-for-platforms-that-su.patch patches.suse/0424-drm-i915-display-Use-fixed-rr-timings-in-intel_set_t.patch patches.suse/0425-drm-i915-display-Move-vrr.guardband-pipeline_full-ou.patch patches.suse/0426-drm-i915-vrr-Allow-fixed_rr-with-pipe-joiner.patch patches.suse/0427-drm-i915-vrr-Always-use-VRR-timing-generator-for-PTL.patch patches.suse/0428-drm-i915-vrr-Set-trans_vrr_ctl-in-intel_vrr_set_tran.patch patches.suse/0429-drm-i915-Enable-disable-shared-dplls-just-the-once-f.patch patches.suse/0430-drm-i915-Move-intel_disable_shared_dpll-into-ilk_pch.patch patches.suse/0431-drm-i915-dsi-let-HW-maintain-the-HS-TRAIL-timing.patch patches.suse/0432-drm-i915-dpll-convert-intel_dpll.-ch-to-struct-intel.patch patches.suse/0433-drm-i915-ddi-convert-intel_ddi.c-to-struct-intel_dis.patch patches.suse/0434-drm-i915-crc-convert-intel_pipe_crc.c-to-struct-inte.patch patches.suse/0435-drm-i915-psr-further-conversions-to-struct-intel_dis.patch patches.suse/0436-drm-i915-wa-convert-intel_display_wa.-ch-to-struct-i.patch patches.suse/0437-drm-i915-display-drop-some-unnecessary-intel_de_-com.patch patches.suse/0438-drm-i915-display-Introduce-transcoder_has_vrr-helper.patch patches.suse/0439-drm-i915-display-Avoid-use-of-VTOTAL.Vtotal-bits.patch patches.suse/0440-drm-i915-psr-Add-PSR-pause-resume-reference-count.patch patches.suse/0441-drm-i915-display-implement-wa_18038517565.patch patches.suse/0442-drm-i915-display-Fix-htmldocs-build.patch patches.suse/0443-drm-i915-dram-Add-missing-INTEL_DRAM-str-conversions.patch patches.suse/0444-drm-i915-dram-Consolidate-logging-of-DRAM-type.patch patches.suse/0445-drm-i915-reduce-intel_wakeref.h-dependencies.patch patches.suse/0446-drm-i915-gvt-use-hardcoded-reference-clocks.patch patches.suse/0447-drm-i915-Extract-intel_memory_type_is_local.patch patches.suse/0448-drm-i915-Expose-intel_memory_type_str.patch patches.suse/0449-agp-intel-gtt-Add-intel_gmch_gtt_read_entry.patch patches.suse/0450-drm-i915-ggtt-Add-intel_ggtt_read_entry.patch patches.suse/0451-drm-i915-Use-intel_ggtt_read_entry-in-the-BIOS-FB-ta.patch patches.suse/0452-drm-i915-Verify-the-BIOS-FB-first-PTE-on-non-LMEMBAR.patch patches.suse/0453-drm-i915-Use-a-nicer-way-to-lookup-the-memory-region.patch patches.suse/0454-drm-i915-Lookup-the-memory-region-first-in-the-BIOS-.patch patches.suse/0455-drm-i915-Use-intel_memory_region_type_is_local-in-th.patch patches.suse/0456-drm-i915-Eliminate-the-initial_plane_phys_-smem-lmem.patch patches.suse/0457-drm-i915-psr-Prevent-DP-Panel-Replay-as-well-when-CR.patch patches.suse/0458-drm-i915-Drop-the-cached-per-pipe-min_cdclk-from-bw-.patch patches.suse/0459-drm-i915-s-intel_crtc_bw-intel_dbuf_bw.patch patches.suse/0460-drm-i915-Extract-intel_dbuf_bw_changed.patch patches.suse/0461-drm-i915-Pass-intel_dbuf_bw-to-skl_-_calc_dbuf_bw-ex.patch patches.suse/0462-drm-i915-Avoid-triggering-unwanted-cdclk-changes-due.patch patches.suse/0463-drm-i915-Do-more-bw-readout.patch patches.suse/0464-drm-i915-Flag-even-inactive-crtcs-as-inherited.patch patches.suse/0465-drm-i915-Drop-force_check_qgv.patch patches.suse/0466-drm-i915-Extract-intel_bw_modeset_checks.patch patches.suse/0467-drm-i915-Extract-intel_bw_check_sagv_mask.patch patches.suse/0468-drm-i915-Make-intel_bw_check_sagv_mask-internal-to-i.patch patches.suse/0469-drm-i915-Make-intel_bw_modeset_checks-internal-to-in.patch patches.suse/0470-drm-i915-Skip-bw-stuff-if-per-crtc-sagv-state-doesn-.patch patches.suse/0471-drm-i915-Eliminate-intel_compute_sagv_mask.patch patches.suse/0472-drm-i915-dp-Rename-intel_dp-link_trained-to-link.act.patch patches.suse/0473-drm-i915-dp_mst-Add-intel_dp_mst_-inc-dec-_active_st.patch patches.suse/0474-drm-i915-dp_mst-Remove-stream-count-assert-from-inte.patch patches.suse/0475-drm-i915-dp_mst-Rename-intel_dp_mst_encoder_active_l.patch patches.suse/0476-drm-i915-dp_mst-Use-intel_dp_mst_active_streams-inst.patch patches.suse/0477-drm-i915-dp_mst-Rename-intel_dp-mst.active_links-to-.patch patches.suse/0478-drm-i915-dsi-separate-clock-and-data-lane-prepare-ti.patch patches.suse/0479-drm-i915-dsi-unify-naming-and-simplify-checks-for-dp.patch patches.suse/0480-drm-i915-wm-convert-intel_wm.h-external-interfaces-t.patch patches.suse/0481-drm-i915-wm-convert-intel_wm.c-internally-to-struct-.patch patches.suse/0482-drm-i915-wm-convert-skl_watermark.h-external-interfa.patch patches.suse/0483-drm-i915-wm-convert-skl_watermarks.c-internally-to-s.patch patches.suse/0484-drm-i915-wm-convert-i9xx_wm.h-external-interfaces-to.patch patches.suse/0485-drm-i915-wm-convert-i9xx_wm.c-to-intel_de_-register-.patch patches.suse/0486-drm-i915-wm-convert-i9xx_wm.c-internally-to-struct-i.patch patches.suse/0487-drm-i915-Apply-the-combo-PLL-frac-w-a-on-DG1.patch patches.suse/0488-drm-i915-Simplify-combo-PLL-frac-w-a.patch patches.suse/0489-drm-i915-debugfs-remove-i915_display_capabilities.patch patches.suse/0490-drm-i915-debugfs-move-PCH-type-to-display-caps.patch patches.suse/0491-drm-xe-Add-devcoredump-chunking.patch patches.suse/0492-drm-xe-Update-xe_ttm_access_memory-to-use-GPU-for-no.patch patches.suse/0493-drm-print-Add-drm_coredump_printer_is_full.patch patches.suse/0494-drm-xe-Abort-printing-coredump-in-VM-printer-output-.patch patches.suse/0495-drm-xe-Drop-force_alloc-from-xe_bo_evict-in-selftest.patch patches.suse/0496-drm-ttm-xe-drop-unused-force_alloc-flag.patch patches.suse/0497-drm-rockchip-vop-remove-redundant-condition-check.patch patches.suse/0498-drm-rockchip-vop2-Make-overlay-layer-select-register.patch patches.suse/0499-drm-rockchip-vop-Consistently-use-rk3399-registers-c.patch patches.suse/0001-mm-kmap-Add-kmap_local_page_try_from_panic.patch patches.suse/0500-drm-panic-Add-support-to-scanout-buffer-as-array-of-.patch patches.suse/0501-drm-Mark-CONFIG_DRM_HEADER_TEST-as-BROKEN.patch patches.suse/drm-panthor-Fix-GPU_COHERENCY_ACE-_LITE-definitions.patch patches.suse/0503-drm-panthor-Call-panthor_gpu_coherency_init-after-PM.patch patches.suse/drm-panthor-Update-panthor_mmu-irq-mask-when-needed.patch patches.suse/0505-drm-panthor-Let-IRQ-handlers-clear-the-interrupts-th.patch patches.suse/0506-drm-panthor-Don-t-update-MMU_INT_MASK-in-panthor_mmu.patch patches.suse/0507-accel-ivpu-Test-for-imported-buffers-with-drm_gem_is.patch patches.suse/0508-drm-panel-simple-Add-NLT-NL13676BC25-03F-panel-entry.patch patches.suse/0509-accel-amdxdna-Fix-incorrect-size-of-ERT_START_NPU-co.patch patches.suse/0510-drm-hisilicon-hibmc-Restructuring-the-header-dp_reg..patch patches.suse/0511-drm-hisilicon-hibmc-Add-dp-serdes-cfg-to-adjust-serd.patch patches.suse/0512-drm-hisilicon-hibmc-Add-dp-serdes-cfg-in-dp-process.patch patches.suse/0513-drm-hisilicon-hibmc-Refactor-the-member-of-drm_aux-i.patch patches.suse/0514-drm-hisilicon-hibmc-Getting-connector-info-and-EDID-.patch patches.suse/0515-drm-hisilicon-hibmc-Add-colorbar-cfg-feature-and-its.patch patches.suse/0516-drm-hisilicon-hibmc-Enable-this-hot-plug-detect-of-i.patch patches.suse/0517-drm-hisilicon-hibmc-Add-MSI-irq-getting-and-requesti.patch patches.suse/0518-drm-hisilicon-hibmc-Add-vga-connector-detect-functio.patch patches.suse/0519-drm-dp-Add-smooth-brightness-register-bit-definition.patch patches.suse/0520-drm-i915-backlight-Modify-condition-to-use-panel-lum.patch patches.suse/0521-drm-sysfb-efidrm-Avoid-clang-Wsometimes-uninitialize.patch patches.suse/0522-accel-qaic-Test-for-imported-buffers-with-drm_gem_is.patch patches.suse/0523-drm-renesas-Add-zpos-alpha-and-blend-properties-to-R.patch patches.suse/0524-drm-sysfb-Split-source-file.patch patches.suse/0525-drm-sysfb-Share-helpers-for-integer-validation.patch patches.suse/0526-drm-sysfb-Share-helpers-for-screen_info-validation.patch patches.suse/0527-drm-udl-Remove-unused-field-dev-from-struct-udl_devi.patch patches.suse/0528-drm-udl-Remove-unused-field-gem_lock-from-struct-udl.patch patches.suse/0529-drm-udl-Improve-type-safety-when-using-struct-udl_de.patch patches.suse/0530-drm-udl-The-number-of-pixels-is-always-positive.patch patches.suse/0531-drm-udl-Handle-errors-from-usb_get_descriptor.patch patches.suse/0532-drm-udl-Return-error-if-vendor-descriptor-is-too-sho.patch patches.suse/0533-drm-udl-Treat-vendor-descriptor-as-u8.patch patches.suse/0534-drm-udl-Validate-length-in-vendor-descriptor-parser.patch patches.suse/0535-drm-udl-Support-adapters-without-firmware-descriptor.patch patches.suse/0536-drm-etnaviv-Test-for-imported-buffers-with-drm_gem_i.patch patches.suse/0537-drm-etnaviv-Use-dma_buf-from-GEM-object-instance.patch patches.suse/0538-drm-msm-Test-for-imported-buffers-with-drm_gem_is_im.patch patches.suse/0539-drm-panfrost-Test-for-imported-buffers-with-drm_gem_.patch patches.suse/0540-drm-panthor-Test-for-imported-buffers-with-drm_gem_i.patch patches.suse/0541-drm-vmwgfx-Test-for-imported-buffers-with-drm_gem_is.patch patches.suse/0542-drm-vmwgfx-Use-dma_buf-from-GEM-object-instance.patch patches.suse/0543-drm-bridge-anx7625-Use-devm_pm_runtime_enable.patch patches.suse/0544-drm-display-hdmi-provide-central-data-authority-for-.patch patches.suse/0545-drm-imagination-Update-register-defs-for-newer-GPUs.patch patches.suse/0546-drm-imagination-Use-new-generic-compatible-string.patch patches.suse/0547-drm-imagination-Add-power-domain-control.patch patches.suse/0548-drm-imagination-Mask-GPU-IRQs-in-threaded-handler.patch patches.suse/0549-drm-imagination-Handle-Rogue-safety-event-IRQs.patch patches.suse/0550-drm-imagination-Remove-firmware-enable_reg.patch patches.suse/0551-drm-imagination-Rename-event_mask-status_mask.patch patches.suse/0552-drm-imagination-Make-has_fixed_data_addr-a-value.patch patches.suse/0553-drm-imagination-Use-a-lookup-table-for-fw-defs.patch patches.suse/0554-drm-imagination-Use-callbacks-for-fw-irq-handling.patch patches.suse/0555-drm-imagination-Move-ELF-fw-utils-to-common-file.patch patches.suse/0556-drm-imagination-Add-RISC-V-firmware-processor-suppor.patch patches.suse/0557-drm-imagination-Use-cached-memory-with-dma_coherent.patch patches.suse/0558-drm-imagination-Add-support-for-TI-AM68-GPU.patch patches.suse/0559-drm-virtio-Test-for-imported-buffers-with-drm_gem_is.patch patches.suse/0560-drm-virtio-Use-dma_buf-from-GEM-object-instance.patch patches.suse/0561-drm-virtio-Support-drm_panic-with-non-vmapped-shmem-.patch patches.suse/0562-drm-xlnx-zynqmp_dpsub-use-snd_soc_dummy_dlc.patch patches.suse/0563-gpu-drm-xlnx-zynqmp_dp-Use-dev_err_probe.patch patches.suse/0564-drm-panel-boe-bf060y8m-aj0-transition-to-mipi_dsi-wr.patch patches.suse/0565-drm-edid-Implement-DisplayID-Type-IX-X-timing-blocks.patch patches.suse/0566-drm-edid-Refactor-DisplayID-timing-block-structs.patch patches.suse/0567-drm-bridge-select-DRM_KMS_HELPER-for-AUX_BRIDGE.patch patches.suse/0568-drm-bridge-dw-hdmi-Avoid-including-uapi-headers.patch patches.suse/0569-drm-udl-Set-error-code-in-udl_init.patch patches.suse/0570-drm-panthor-Fix-the-panthor_gpu_coherency_init-error.patch patches.suse/0571-drm-panel-simple-Tianma-TM070JDHG34-00-add-delays.patch patches.suse/0572-drm-panel-simple-add-Tianma-P0700WXF1MBAA-panel.patch patches.suse/0573-drm-panel-Add-driver-for-Himax-HX8279-DDIC-panels.patch patches.suse/0574-drm-panel-Add-Visionox-G2647FB105-panel-driver.patch patches.suse/0575-drm-panic-use-for-private-items-too.patch patches.suse/0576-drm-bridge-analogix_dp-Add-irq-flag-IRQF_NO_AUTOEN-i.patch patches.suse/0577-drm-bridge-analogix_dp-Remove-CONFIG_PM-related-chec.patch patches.suse/0578-drm-bridge-analogix_dp-Add-support-for-phy-configura.patch patches.suse/0579-drm-bridge-analogix_dp-Support-to-get-analogix_dp_de.patch patches.suse/0580-drm-bridge-analogix_dp-Add-support-to-get-panel-from.patch patches.suse/0581-drm-bridge-analogix_dp-Add-support-for-drm_dp_aux.wa.patch patches.suse/0582-drm-rockchip-analogix_dp-Add-support-to-get-panel-fr.patch patches.suse/0583-drm-bridge-analogix_dp-Add-support-for-RK3588.patch patches.suse/0584-drm-rockchip-analogix_dp-Add-support-for-RK3588.patch patches.suse/0585-drm-appletbdrm-use-p4cl-instead-of-p4cc.patch patches.suse/0586-drm-panel-panel-samsung-sofef00-transition-to-mipi_d.patch patches.suse/0587-drm-mipi-dsi-Remove-mipi_dsi_dcs_write_seq.patch patches.suse/drm-panel-samsung-sofef00-Drop-s6e3fc2x01-support.patch patches.suse/0589-drm-panthor-Don-t-create-a-file-offset-for-NO_MMAP-B.patch patches.suse/0590-drm-renesas-rz-du-rzg2l_mipi_dsi-Update-the-comment-.patch patches.suse/0591-drm-bridge-analogix_dp-drop-extra-calls-to-analogix_.patch patches.suse/0592-drm-bridge-analogix_dp-drop-unused-argument-to-analo.patch patches.suse/0593-drm-bridge-analogic_dp-drop-panel_is_modeset.patch patches.suse/0594-drm-bridge-analogic_dp-drop-panel_lock.patch patches.suse/0595-drm-bridge-analogix_dp-inline-analogix_dp_prepare_pa.patch patches.suse/0596-drm-bridge-analogix_dp-ignore-return-values-of-drm_p.patch patches.suse/0597-drm-panel-make-prepare-enable-and-disable-unprepare-.patch patches.suse/drm-bridge-lt9611uxc-Fix-an-error-handling-path-in-l.patch patches.suse/0599-drm-panthor-Introduce-BO-labeling.patch patches.suse/0600-drm-panthor-Add-driver-IOCTL-for-setting-BO-labels.patch patches.suse/0601-drm-panthor-Label-all-kernel-BO-s.patch patches.suse/0602-drm-panthor-show-device-wide-list-of-DRM-GEM-objects.patch patches.suse/0603-drm-nouveau-disp-Use-__member_size-helper.patch patches.suse/0604-drm-nouveau-outp-Use-__member_size-helper.patch patches.suse/0605-drm-nouveau-chan-Avoid-Wflex-array-member-not-at-end.patch patches.suse/0606-drm-st7571-i2c-add-support-for-Sitronix-ST7571-LCD-c.patch patches.suse/0607-drm-panel-himax-hx8279-Always-initialize-goa_-even-o.patch patches.suse/0608-drm-imagination-avoid-unused-const-variable-warning.patch patches.suse/0609-drm-imagination-Add-reset-controller-support-for-GPU.patch patches.suse/0610-accel-ivpu-Implement-heartbeat-based-TDR-mechanism.patch patches.suse/0611-drm-v3d-fix-client-obtained-from-axi_ids-on-V3D-4.1.patch patches.suse/0612-drm-v3d-client-ranges-from-axi_ids-are-different-wit.patch patches.suse/0613-drm-panfrost-Add-PM-runtime-flag.patch patches.suse/0614-drm-panfrost-add-h616-compatible-string.patch patches.suse/0615-drm-panfrost-reorder-pd-clk-rst-sequence.patch patches.suse/0616-drm-bridge-analogix-anx6345-convert-to-devm_drm_brid.patch patches.suse/0617-drm-bridge-display-connector-convert-to-devm_drm_bri.patch patches.suse/0618-drm-bridge-lt9611uxc-convert-to-devm_drm_bridge_allo.patch patches.suse/0619-drm-bridge-dw-hdmi-convert-to-devm_drm_bridge_alloc-.patch patches.suse/0620-drm-bridge-tda998x-convert-to-devm_drm_bridge_alloc-.patch patches.suse/0621-drm-bridge-ti-sn65dsi86-convert-to-devm_drm_bridge_a.patch patches.suse/0622-drm-exynos-mic-convert-to-devm_drm_bridge_alloc-API.patch patches.suse/0623-drm-mcde-convert-to-devm_drm_bridge_alloc-API.patch patches.suse/0624-drm-msm-dp-convert-to-devm_drm_bridge_alloc-API.patch patches.suse/0625-drm-msm-dsi-convert-to-devm_drm_bridge_alloc-API.patch patches.suse/0626-drm-msm-hdmi-convert-to-devm_drm_bridge_alloc-API.patch patches.suse/0627-drm-vc4-convert-to-devm_drm_bridge_alloc-API.patch patches.suse/0628-drm-bridge-imx8-ldb-convert-to-devm_drm_bridge_alloc.patch patches.suse/0629-drm-st7571-i2c-select-CONFIG_DRM_CLIENT_SELECTION.patch patches.suse/0630-i915-selftest-igt_mmap-let-mmap-tests-run-in-kthread.patch patches.suse/0631-i915-gt-selftests-Disable-lrc_timestamp-test.patch patches.suse/0632-drm-i915-gt-Fix-SPDX-license-format.patch patches.suse/0633-drm-i915-gt-Remove-trailing-blank-lines.patch patches.suse/0634-drm-i915-gt-Use-proper-sleeping-functions-for-timeou.patch patches.suse/0635-drm-i915-selftests-Refactor-RC6-power-measurement-an.patch patches.suse/0636-drm-i915-gsc-delete-a-stray-tab-in-intel_gsc_fw_get_.patch patches.suse/0637-drm-i915-gem-Convert-SPDX-headers-to-single-line-for.patch patches.suse/0638-drm-i915-gt-Add-delay-to-let-engine-resumes-properly.patch patches.suse/0639-drm-i915-gt-Remove-const-from-struct-i915_wa-list-al.patch patches.suse/0640-drm-xe-vf-Fix-guc_info-debugfs-for-VFs.patch patches.suse/0641-drm-xe-fix-devcoredump-chunk-alignmnent-calculation.patch patches.suse/0642-drm-xe-Do-not-print-timedout-job-message-on-killed-e.patch patches.suse/0643-drm-xe-Use-copy_from_user-instead-of-__copy_from_use.patch patches.suse/0644-drm-xe-Move-xe_device_sysfs_init-to-xe_device_probe.patch patches.suse/0645-drm-xe-Expose-PCIe-link-downgrade-attributes.patch patches.suse/0646-drm-xe-doc-Wire-up-PCIe-Gen5-limitations.patch patches.suse/0647-drm-i915-xe-Move-intel_pch-under-display.patch patches.suse/0648-drm-i915-display-Convert-intel_pch-towards-intel_dis.patch patches.suse/0649-drm-i915-pch-move-PCH-detection-to-intel_display_dri.patch patches.suse/0650-drm-i915-pch-clean-up-includes.patch patches.suse/0651-drm-i915-vrr-Stop-writing-VRR_CTL_IGN_MAX_SHIFT-for-.patch patches.suse/0652-drm-i915-dpio-have-chv_data_lane_soft_reset-get-put-.patch patches.suse/0653-drm-i915-use-32-bit-access-for-gen2-irq-registers.patch patches.suse/0654-drm-i915-record-GEN2_IER-in-gtier-0-for-pre-ilk-erro.patch patches.suse/0655-drm-i915-stop-recording-IER-in-error-capture.patch patches.suse/0656-drm-i915-use-display-snapshot-mechanism-for-display-.patch patches.suse/0657-drm-i915-don-t-capture-DERRMR-for-VLV-CHV.patch patches.suse/0658-drm-i915-use-graphics-version-instead-of-PCH-split-i.patch patches.suse/0659-drm-i915-display-Add-link-rate-and-lane-count-to-i91.patch patches.suse/0660-drm-i915-irq-convert-ibx_irq_reset-into-ibx_display_.patch patches.suse/0661-drm-i915-fb-convert-intel_fbdev.-ch-and-intel_fbdev_.patch patches.suse/0662-drm-i915-display-convert-intel_modeset_setup.-ch-to-.patch patches.suse/0663-drm-i915-display-convert-intel_modeset_verify.c-to-s.patch patches.suse/0664-drm-i915-sprite-convert-intel_sprite_uapi.c-to-struc.patch patches.suse/0665-drm-i915-frontbuffer-convert-intel_frontbuffer.-ch-t.patch patches.suse/0666-drm-i915-crt-switch-to-display-platform-based-platfo.patch patches.suse/0667-drm-i915-dmc-switch-to-display-platform-based-platfo.patch patches.suse/0668-drm-i915-dp-aux-switch-to-display-platform-based-pla.patch patches.suse/0669-drm-i915-dpio-switch-to-display-platform-based-platf.patch patches.suse/0670-drm-i915-gmbus-switch-to-display-platform-based-plat.patch patches.suse/0671-drm-i915-hdmi-switch-to-display-platform-based-platf.patch patches.suse/0672-drm-i915-display-switch-to-display-platform.dgfx-fro.patch patches.suse/0673-drm-i915-audio-don-t-set-LPE-audio-irq-chip-data-it-.patch patches.suse/0674-drm-xe-compat-clean-up-unused-platform-check-macros.patch patches.suse/0675-drm-i915-display-pass-struct-intel_display-to-PCH-ma.patch patches.suse/0676-drm-i915-display-drop-lots-of-unnecessary-include-i9.patch patches.suse/0677-drm-i915-pch-abstract-fake-PCH-detection-better.patch patches.suse/0678-drm-i915-display-Add-new-interface-for-getting-dc_st.patch patches.suse/0679-drm-i915-psr-Store-enabled-non-psr-pipes-into-intel_.patch patches.suse/0680-drm-i915-dmc-Add-PIPEDMC_EVT_CTL-register-definition.patch patches.suse/0681-drm-i915-dmc-Add-PIPEDMC_BLOCK_PKGC_SW-definitions.patch patches.suse/0682-drm-i915-dmc-Add-interface-to-block-PKG-C-state.patch patches.suse/0683-drm-i915-psr-Block-PKG-C-State-when-enabling-PSR.patch patches.suse/0684-drm-i915-psr-Add-mechanism-to-notify-PSR-of-pipe-ena.patch patches.suse/0685-drm-i915-psr-Add-mechanism-to-notify-PSR-of-DC5-6-en.patch patches.suse/0686-drm-i915-psr-Add-interface-to-notify-PSR-of-vblank-e.patch patches.suse/0687-drm-i915-dmc-Add-interface-to-control-start-of-PKG-C.patch patches.suse/0688-drm-i915-psr-Apply-underrun-on-PSR-idle-workaround.patch patches.suse/0689-drm-i915-display-Rename-intel_psr_needs_block_dc_vbl.patch patches.suse/0690-drm-i915-display-Rename-vblank-DC-workaround-functio.patch patches.suse/0691-drm-i915-reg-use-REG_BIT-and-friends-to-define-DP-re.patch patches.suse/0692-drm-i915-reg-Add-remove-some-extra-blank-lines.patch patches.suse/0693-drm-i915-alpm-use-variable-from-intel_crtc_state-ins.patch patches.suse/0694-drm-i915-lobf-Add-lobf-enablement-in-post-plane-upda.patch patches.suse/0695-drm-i915-lobf-Add-debug-print-for-LOBF.patch patches.suse/0696-drm-i915-lobf-Disintegrate-alpm_disable-from-psr_dis.patch patches.suse/0697-drm-i915-lobf-Add-fixed-refresh-rate-check-in-comput.patch patches.suse/0698-drm-i915-lobf-Update-lobf-if-any-change-in-dependent.patch patches.suse/0699-drm-i915-lobf-Add-debug-interface-for-lobf.patch patches.suse/0700-drm-i915-lobf-Add-mutex-for-alpm-update.patch patches.suse/0701-drm-i915-lobf-Check-for-sink-error-and-disable-LOBF.patch patches.suse/0702-drm-i915-alpm-Add-intel_psr_need_alpm-to-simplify-al.patch patches.suse/0703-drm-i915-display-Disintegrate-sink-alpm-enable-from-.patch patches.suse/0704-drm-i915-vga-Clean-up-VGACNTRL-bits.patch patches.suse/0705-drm-i915-vga-Add-more-VGACNTRL-bits.patch patches.suse/0706-drm-i915-vga-Extract-intel_vga_regs.h.patch patches.suse/0707-drm-i915-vga-Include-the-current-pipe-in-the-VGA-dis.patch patches.suse/0708-drm-i915-vga-Nuke-vga_redisable_power_on.patch patches.suse/0709-drm-i915-vga-Consolidate-intel_vga_disable-calls.patch patches.suse/0710-drm-i915-alpm-Check-for-alpm-support-before-accessin.patch patches.suse/0711-drm-i915-display-Ensure-enough-lines-between-delayed.patch patches.suse/0712-drm-i915-psr-Move-PSR-workaround-to-intel_psr.c.patch patches.suse/0713-drm-i915-dp-Use-an-intel_connector-pointer-everywher.patch patches.suse/0714-drm-i915-hdmi-Use-an-intel_connector-pointer-everywh.patch patches.suse/0715-drm-i915-pch-fix-warning-for-coffeelake-on-SunrisePo.patch patches.suse/0716-drm-display-dp-Export-fn-to-calculate-link-symbol-cy.patch patches.suse/0717-drm-i915-display-move-min_hblank-from-dp_mst.c-to-dp.patch patches.suse/0718-drm-i915-backlight-drop-dmesg-suggestion-to-file-bug.patch patches.suse/0719-drm-i915-error-drop-dmesg-suggestion-to-file-bugs-on.patch patches.suse/0720-drm-i915-display-Implement-wa_14024400148.patch patches.suse/0721-drm-i915-hdcp-remove-duplicate-declarations.patch patches.suse/0722-drm-i915-hdcp-deduplicate-and-refactor-HDCP-GSC-ops-.patch patches.suse/0723-drm-i915-hdcp-split-HDCP-GSC-message-alloc-save-resp.patch patches.suse/0724-drm-i915-hdcp-rename-struct-intel_hdcp_gsc_message-t.patch patches.suse/0725-drm-i915-hdcp-rename-HDCP-GSC-context-alloc-free-fun.patch patches.suse/0726-drm-i915-hdcp-pass-the-context-to-the-HDCP-GSC-messa.patch patches.suse/0727-drm-i915-hdcp-switch-the-HDCP-GSC-message-interface-.patch patches.suse/0728-drm-i915-hdcp-simplify-HDCP-GSC-firmware-usage-selec.patch patches.suse/0729-drm-i915-hdcp-pass-struct-drm_device-to-driver-speci.patch patches.suse/0730-drm-i915-hdcp-drop-unnecessary-include-from-intel_hd.patch patches.suse/0731-drm-i915-dpt-convert-intel_dpt_common.c-to-struct-in.patch patches.suse/0732-drm-i915-hdmi-convert-rest-of-intel_hdmi.c-to-struct.patch patches.suse/0733-drm-i915-de-drop-drm_i915_private-compat-wrappers-fr.patch patches.suse/0734-drm-i915-display-implement-wa_14022269668.patch patches.suse/0735-drm-i915-dsi-remove-dependency-on-i915_drv.h.patch patches.suse/0736-drm-i915-display-remove-struct-drm_i915_private-forw.patch patches.suse/0737-drm-i915-bios-fix-a-comment-referencing-struct-drm_i.patch patches.suse/0738-drm-i915-crtc-pass-struct-intel_display-to-DISPLAY_V.patch patches.suse/0739-drm-i915-irq-move-locking-inside-vlv_display_irq_res.patch patches.suse/0740-drm-i915-irq-move-locking-inside-valleyview_-enable-.patch patches.suse/0741-drm-i915-irq-move-locking-inside-vlv_display_irq_pos.patch patches.suse/0742-drm-i915-irq-split-out-i915_display_irq_postinstall.patch patches.suse/0743-drm-i915-irq-split-out-i965_display_irq_postinstall.patch patches.suse/0744-drm-i915-irq-make-i915_enable_asle_pipestat-static.patch patches.suse/0745-drm-i915-rps-refactor-display-rps-support.patch patches.suse/0746-drm-i915-irq-move-i915-irq_lock-to-display-irq.lock.patch patches.suse/0747-drm-i915-rps-fix-stale-reference-to-i915-irq_lock.patch patches.suse/0748-drm-appletbdrm-Make-appletbdrm-depend-on-X86.patch patches.suse/0749-drm-panthor-Fix-build-warning-when-DEBUG_FS-is-disab.patch patches.suse/0750-drm-panel-edp-Add-support-for-AUO-B140QAN08.H-panel.patch patches.suse/0751-drm-panel-edp-Add-support-for-BOE-NE140WUM-N6S-panel.patch patches.suse/0752-drm-panel-edp-Add-support-for-CSW-MNE007QS3-8-panel.patch patches.suse/0753-drm-st7571-i2c-Fix-IS_ERR-vs-NULL-checks-in-probe.patch patches.suse/0754-drm-doc-document-front-buffer-rendering.patch patches.suse/0755-drm-rockchip-add-CONFIG_OF-dependency.patch patches.suse/drm-rcar-du-Fix-memory-leak-in-rcar_du_vsps_init.patch patches.suse/0757-drm-Remove-unused-function-rcar_cmm_write.patch patches.suse/0758-drm-panic-Use-a-decimal-fifo-to-avoid-u64-by-u64-div.patch patches.suse/0759-drm-gpusvm-remove-unused-pages-pointer.patch patches.suse/0760-drm-rockchip-rk3066_hdmi-switch-to-drm-bridge.patch patches.suse/0761-drm-rockchip-inno-hdmi-Simplify-error-handler-with-d.patch patches.suse/0762-drm-rockchip-inno-hdmi-Fix-video-timing-HSYNC-VSYNC-.patch patches.suse/0763-drivers-gpu-drm-panel-Add-BOE-TD4320.patch patches.suse/0764-drm-bridge-anx7625-enable-HPD-interrupts.patch patches.suse/0765-drm-bridge-anx7625-fix-drm_bridge-ops-flags-to-suppo.patch patches.suse/0766-drm-bridge-anx7625-fix-anx7625_sink_detect-to-return.patch patches.suse/0767-drm-bridge-anx7625-change-the-gpiod_set_value-API.patch patches.suse/drm-vkms-Adjust-vkms_state-active_planes-allocation-.patch patches.suse/drm-tegra-Assign-plane-type-before-registration.patch patches.suse/0770-drm-tegra-Remove-unneeded-include.patch patches.suse/0771-drm-tegra-dpaux-Use-dev_err_probe.patch patches.suse/0772-drm-tegra-falcon-Pipeline-firmware-copy.patch patches.suse/0773-gpu-host1x-Remove-mid-job-CDMA-flushes.patch patches.suse/drm-tegra-rgb-Fix-the-unbound-reference-count.patch patches.suse/drm-tegra-Fix-a-possible-null-pointer-dereference.patch patches.suse/0776-gpu-host1x-Use-for_each_available_child_of_node_scop.patch patches.suse/0777-drm-amd-display-Add-override-for-visual-confirm.patch patches.suse/0778-drm-amd-display-Get-visual-confirm-color-for-stream.patch patches.suse/0779-drm-amd-display-Remove-BW-Allocation-from-DPIA-notif.patch patches.suse/0780-drm-amd-display-DML21-Reintegration.patch patches.suse/0781-drm-amd-display-Skip-to-enable-dsc-if-it-has-been-of.patch patches.suse/0782-drm-amd-display-Add-Read-Histogram-command-header.patch patches.suse/0783-drm-amd-display-fix-zero-value-for-APU-watermark_c.patch patches.suse/0784-drm-amd-display-Create-a-temporary-scratch-dc_link.patch patches.suse/0785-drm-amd-display-Use-sync-version-of-indirect-registe.patch patches.suse/0786-drm-amd-display-DC-v3.2.326.patch patches.suse/0787-drm-amdkfd-Use-dev_-instead-of-pr_-for-messages.patch patches.suse/0788-drm-amd-pm-Add-link-reset-for-SMU-13.0.6.patch patches.suse/0789-drm-amdgpu-refactor-amdgpu_device_gpu_recover.patch patches.suse/0790-drm-amdgpu-Multi-GPU-DPC-recovery-support.patch patches.suse/0791-drm-amdgpu-vcn-during-dpc-recovery-will-corrupt-VCPU.patch patches.suse/0792-drm-amd-display-add-proper-error-message-for-vblank-.patch patches.suse/0793-drm-amd-display-add-proper-error-message-for-vblank-.patch patches.suse/0794-drm-amdgpu-use-gmc_v7_0_is_idle-since-it-is-availabl.patch patches.suse/0795-drm-amdgpu-use-cik_sdma_is_idle-in-CIK-SDMA.patch patches.suse/0796-drm-amdgpu-small-cleanup-to-CIK-SDMA.patch patches.suse/0797-drm-amdgpu-move-X_GB_ADDR_CONFIG_GOLDEN-in-GFX7.patch patches.suse/0798-drm-radeon-fix-MAX_POWER_SHIFT-value.patch patches.suse/0799-drm-amdgpu-move-GFX6-defines-into-gfx_v6_0.c.patch patches.suse/0800-drm-amdgpu-wire-up-defines-shifts-and-masks-through-.patch patches.suse/0801-drm-amdgpu-use-proper-defines-shifts-and-masks-in-DC.patch patches.suse/0802-drm-amdgpu-remove-PACKET3-duplicated-defines-from-si.patch patches.suse/0803-drm-amdgpu-move-si_ih.c-away-from-sid.h-defines.patch patches.suse/0804-drm-amdgpu-use-GRPH_SECONDARY_SURFACE_ADDRESS_MASK-w.patch patches.suse/0805-drm-amdgpu-move-DCE6-away-from-sid.h-and-si_enums.h-.patch patches.suse/0806-drm-amdgpu-add-missing-DMA-defines-shifts-and-masks.patch patches.suse/0807-drm-amdgpu-add-missing-GFX6-defines.patch patches.suse/0808-drm-amdgpu-make-GFX6-easier-to-read.patch patches.suse/0809-drm-amdgpu-move-si_dma.c-away-from-sid.h-and-si_enum.patch patches.suse/0810-drm-amdgpu-keep-removing-sid.h-dependency-from-si_dm.patch patches.suse/0811-drm-amdgpu-cleanup-DCE6-a-bit-more.patch patches.suse/0812-drm-amdgpu-add-rebar-parameter.patch patches.suse/0813-drm-amdgpu-Replace-deprecated-function-strcpy-with-s.patch patches.suse/0814-drm-amd-amdgpu-Fix-typo.patch patches.suse/0815-drm-amdgpu-continue-cleaning-up-sid.h-and-si_enums.h.patch patches.suse/0816-drm-amdgpu-add-initial-documentation-for-debugfs-fil.patch patches.suse/0817-drm-amdgpu-drop-some-dead-code.patch patches.suse/0818-drm-amdgpu-gfx10-Add-Cleaner-Shader-Support-for-GFX1.patch patches.suse/0819-drm-amdgpu-gfx-make-amdgpu_gfx_me_queue_to_bit-stati.patch patches.suse/0820-drm-amdgpu-gfx-decouple-the-number-of-kgqs-from-the-.patch patches.suse/0821-drm-amdgpu-gfx-assign-the-actual-me0-queues-per-pipe.patch patches.suse/0822-drm-amdgpu-gfx6-fix-CSIB-handling.patch patches.suse/0823-drm-amdgpu-gfx7-fix-CSIB-handling.patch patches.suse/0824-drm-amdgpu-gfx8-fix-CSIB-handling.patch patches.suse/0825-drm-amdgpu-gfx9-fix-CSIB-handling.patch patches.suse/0826-drm-amdgpu-gfx10-fix-CSIB-handling.patch patches.suse/0827-drm-amdgpu-gfx11-fix-CSIB-handling.patch patches.suse/0828-Documentation-gpu-Add-new-acronyms.patch patches.suse/0829-Documentation-gpu-Change-index-order-to-show-driver-.patch patches.suse/0830-Documentation-gpu-Create-a-documentation-entry-just-.patch patches.suse/0831-Documentation-gpu-Add-explanation-about-AMD-Pipes-an.patch patches.suse/0832-Documentation-gpu-Create-a-GC-entry-in-the-amdgpu-do.patch patches.suse/0833-Documentation-gpu-Add-an-intro-about-MES.patch patches.suse/0834-Documentation-Remove-repeated-word-in-docs.patch patches.suse/0835-drm-amd-pm-Expose-smu_v13_0_6-caps.patch patches.suse/0836-drm-amd-pm-Use-gpu_metrics_v1_8-for-smu_v13_0_6.patch patches.suse/0837-drm-amd-pm-Use-gpu_metrics_v1_8-for-smu_v13_0_12.patch patches.suse/0838-drm-amd-display-convert-DRM_ERROR-to-drm_err-in-hpd_.patch patches.suse/0839-drm-amd-display-use-drm_err-in-hpd-rx-offload.patch patches.suse/0840-drm-amd-display-use-drm_err-in-create_validate_strea.patch patches.suse/0841-drm-amd-display-convert-more-DRM_ERROR-to-drm_err.patch patches.suse/0842-drm-amd-display-Set-ODM-Factor-Based-On-DML-Architec.patch patches.suse/0843-drm-amd-display-Use-meaningful-size-for-block_sequen.patch patches.suse/0844-drm-amd-display-Enable-Replay-Low-Hz-feature-flag.patch patches.suse/0845-drm-amd-display-Consider-downspread-against-max-cloc.patch patches.suse/0846-drm-amd-display-use-drm_info-instead-of-DRM_INFO.patch patches.suse/0847-drm-amd-display-use-drm_warn-instead-of-DRM_WARN.patch patches.suse/0848-drm-amd-display-Add-a-Panel-Replay-config-option.patch patches.suse/0849-drm-amd-display-Add-Support-for-reg-inbox0-for-host-.patch patches.suse/0850-drm-amd-display-Do-Not-Consider-DSC-if-Valid-Config-.patch patches.suse/0851-drm-amd-display-Fix-VUpdate-offset-calculations-for-.patch patches.suse/0852-Revert-drm-amd-display-Fix-VUpdate-offset-calculatio.patch patches.suse/0853-drm-amd-display-Fix-Vertical-Interrupt-definitions-f.patch patches.suse/0854-drm-amd-display-Promote-DAL-to-3.2.327.patch patches.suse/0855-drm-amdgpu-gfx11-Implement-the-GFX11-KGQ-pipe-reset.patch patches.suse/0856-drm-amdgpu-gfx11-Implement-the-GFX11-KCQ-pipe-reset.patch patches.suse/drm-amd-pp-Fix-potential-NULL-pointer-dereference-in.patch patches.suse/0858-drm-amdgpu-add-missing-SMU6-defines-shifts-and-masks.patch patches.suse/0859-drm-amdgpu-gfx12-Implement-the-gfx12-kgq-pipe-reset.patch patches.suse/0860-drm-amdgpu-Add-indirect-L1_TLB_CNTL-reg-programming-.patch patches.suse/0861-drm-amdgpu-enable-FW-workaround-for-VCN-4_0_5.patch patches.suse/0862-drm-pm-legacy-dpm-move-SI-away-from-sid.h-and-si_enu.patch patches.suse/0863-drm-amdgpu-move-si.c-away-from-sid.h.patch patches.suse/0864-drm-amdgpu-huge-sid.h-cleanup-drop-substituted-defin.patch patches.suse/0865-drm-amd-display-removed-unused-function.patch patches.suse/0866-drm-amdkfd-Drop-workaround-for-GC-v9.4.3-revID-0.patch patches.suse/drm-amdgpu-Add-basic-validation-for-RAS-header.patch patches.suse/0868-drm-amd-display-Remove-the-redundant-NULL-check.patch patches.suse/0869-drm-amdgpu-Fix-xgmi-v6.4.1-link-status-reporting.patch patches.suse/0870-drm-amdgpu-Fix-the-comment-to-avoid-warning.patch patches.suse/0871-drm-amdgpu-Fix-typo-in-DC_DEBUG_MASK-kernel-doc.patch patches.suse/0872-drm-amdgpu-Fix-CPER-error-handling-on-VFs.patch patches.suse/0873-drm-amd-display-Optimize-custom-brightness-curve.patch patches.suse/0874-drm-amd-display-Correct-SSC-enable-detection-for-DCN.patch patches.suse/0875-drm-amd-display-HDCP-Locality-check-using-DMUB-Fused.patch patches.suse/0876-drm-amd-display-Adjust-all-dev_-messages-to-drm_.patch patches.suse/0877-drm-amd-display-Move-PSR-support-message-into-amdgpu.patch patches.suse/0878-drm-amd-display-Remove-double-checks-for-debug.enabl.patch patches.suse/0879-drm-amd-display-wait-for-updates-to-latch-before-loc.patch patches.suse/0880-drm-amd-display-dont-disable-dtb-as-dto-src-during-d.patch patches.suse/0881-drm-amd-display-turn-off-eDP-lcdvdd-and-backlight-if.patch patches.suse/0882-drm-amd-display-FW-Promotion-Release-0.1.5.0.patch patches.suse/0883-drm-amd-display-rename-IPS2-entry-exit-message.patch patches.suse/0884-drm-amd-display-Promote-DC-to-3.2.328.patch patches.suse/0885-drm-amd-pm-implement-dpm-vcn-reset-function.patch patches.suse/0886-drm-amdgpu-gfx9-dump-full-CP-packet-header-FIFOs.patch patches.suse/0887-drm-amdgpu-gfx9.4.3-dump-full-CP-packet-header-FIFOs.patch patches.suse/0888-drm-amdgpu-gfx10-dump-full-CP-packet-header-FIFOs.patch patches.suse/0889-drm-amdgpu-gfx11-dump-full-CP-packet-header-FIFOs.patch patches.suse/0890-drm-amdgpu-gfx12-dump-full-CP-packet-header-FIFOs.patch patches.suse/0891-drm-amdgpu-fix-typos-in-DCEs.patch patches.suse/0892-drm-amdgpu-use-irq-in-place-of-interrupt-in-DCE6-8-a.patch patches.suse/0893-Documentation-update-KIQ-documentation.patch patches.suse/0894-Documenation-fix-typo-in-debugfs.rst.patch patches.suse/0895-drm-amdgpu-Disable-ACA-on-VFs.patch patches.suse/0896-amd-amdgpu-Init-vcn-hardware-per-instance-for-vcn-4..patch patches.suse/0897-drm-amd-amdgpu-decouple-ASPM-with-pcie-dpm.patch patches.suse/0898-drm-amdgpu-add-loop-bits-for-NPS2-page-retirement.patch patches.suse/0899-drm-amdgpu-Reset-RAS-table-if-header-is-invalid.patch patches.suse/0900-drm-amd-display-dc-reclassify-DCE6-resources-and-hw-.patch patches.suse/0901-drm-amdgpu-fill-in-gmc_v6_0_set_clockgating_state.patch patches.suse/0902-drm-amdgpu-still-cleanup-sid.h.patch patches.suse/0903-drm-amdgpu-UAPI-for-user-queue-management.patch patches.suse/0904-drm-amdgpu-add-usermode-queue-base-code.patch patches.suse/0905-drm-amdgpu-add-new-IOCTL-for-usermode-queue.patch patches.suse/0906-drm-amdgpu-add-helpers-to-create-userqueue-object.patch patches.suse/0907-drm-amdgpu-create-MES-V11-usermode-queue-for-GFX.patch patches.suse/0908-drm-amdgpu-create-context-space-for-usermode-queue.patch patches.suse/0909-drm-amdgpu-map-usermode-queue-into-MES.patch patches.suse/0910-drm-amdgpu-map-wptr-BO-into-GART.patch patches.suse/0911-drm-amdgpu-generate-doorbell-index-for-userqueue.patch patches.suse/0912-drm-amdgpu-cleanup-leftover-queues.patch patches.suse/0913-drm-amdgpu-enable-GFX-V11-userqueue-support.patch patches.suse/0914-drm-amdgpu-enable-SDMA-usermode-queues.patch patches.suse/0915-drm-amdgpu-enable-compute-gfx-usermode-queue.patch patches.suse/0916-drm-amdgpu-fix-MES-GFX-mask.patch patches.suse/0917-drm-amdgpu-add-kernel-config-for-gfx-userqueue.patch patches.suse/0918-drm-amdgpu-Implement-a-new-userqueue-fence-driver.patch patches.suse/0919-drm-amdgpu-Add-mqd-support-for-the-fence-address.patch patches.suse/0920-drm-amdgpu-screen-freeze-and-userq-driver-crash.patch patches.suse/0921-drm-amdgpu-UAPI-headers-for-userqueue-Secure-semapho.patch patches.suse/0922-drm-amdgpu-Implement-userqueue-signal-wait-IOCTL.patch patches.suse/0923-drm-amdgpu-Add-wait-IOCTL-timeline-syncobj-support.patch patches.suse/0924-drm-amdgpu-Enable-userq-fence-interrupt-support.patch patches.suse/0925-drm-amdgpu-update-userqueue-BOs-and-PDs.patch patches.suse/0926-drm-amdgpu-Remove-the-MES-self-test.patch patches.suse/0927-drm-amdgpu-Few-optimization-and-fixes-for-userq-fenc.patch patches.suse/0928-drm-amdgpu-Add-the-missing-error-handling-for-xa_sto.patch patches.suse/0929-drm-amdgpu-add-vm-root-BO-lock-before-accessing-the-.patch patches.suse/0930-drm-amdgpu-Add-separate-array-of-read-and-write-for-.patch patches.suse/0931-drm-amdgpu-Add-gpu_addr-support-to-seq64-allocation.patch patches.suse/0932-drm-amdgpu-add-userq-specific-kernel-config-for-fenc.patch patches.suse/0933-drm-amdgpu-Add-input-fence-to-sync-bo-map-unmap.patch patches.suse/Revert-drm-amdgpu-don-t-allow-userspace-to-create-a-.patch patches.suse/0935-drm-amdgpu-fix-userqueue-UAPI-comments.patch patches.suse/0936-drm-amdgpu-bypass-SRIOV-check-for-shadow-size-info.patch patches.suse/0937-drm-amdgpu-Modify-userq-signal-wait-struct-field-nam.patch patches.suse/0938-drm-amdgpu-add-get_gfx_shadow_info-callback-for-gfx1.patch patches.suse/0939-drm-amdgpu-add-new-AMDGPU_INFO-subquery-for-userq-ob.patch patches.suse/0940-drm-amdgpu-add-the-argument-description-for-gpu_addr.patch patches.suse/0941-drm-amdgpu-add-gfx-eviction-fence-helpers.patch patches.suse/0942-drm-amdgpu-add-userqueue-suspend-resume-functions.patch patches.suse/0943-drm-amdgpu-suspend-gfx-userqueues.patch patches.suse/0944-drm-amdgpu-resume-gfx-userqueues.patch patches.suse/0945-drm-amdgpu-handle-eviction-fence-race.patch patches.suse/0946-drm-amdgpu-add-some-additional-members-to-amdgpu_mqd.patch patches.suse/0947-drm-amdgpu-gfx11-update-mqd-init-for-UQ.patch patches.suse/0948-drm-amdgpu-fix-IGT-CI-regression-with-eviction-fence.patch patches.suse/0949-drm-amdgpu-gfx12-update-mqd-init-for-UQ.patch patches.suse/0950-drm-amdgpu-sdma6-update-mqd-init-for-UQ.patch patches.suse/0951-drm-amdgpu-sdma7-update-mqd-init-for-UQ.patch patches.suse/0952-drm-amdgpu-uq-remove-gfx11-specifics-from-UQ-setup.patch patches.suse/0953-drm-amdgpu-uq-make-MES-UQ-setup-generic.patch patches.suse/0954-drm-amdgpu-enable-userqueue-support-for-GFX12.patch patches.suse/0955-drm-amdgpu-enable-userqueue-secure-sem-for-GFX-12.patch patches.suse/0956-drm-amdgpu-simplify-eviction-fence-suspend-resume.patch patches.suse/0957-drm-amdgpu-enable-eviction-fence.patch patches.suse/0958-drm-amdgpu-Add-mqd-for-userq-compute-queue.patch patches.suse/0959-drm-amdgpu-Fix-NULL-ptr-dereference-issue-for-non-us.patch patches.suse/0960-drm-amdgpu-Fix-the-use-after-free-issue-in-wait-IOCT.patch patches.suse/0961-drm-amdgpu-Modify-the-MES-process-va-end-limit.patch patches.suse/0962-drm-amdgpu-Apply-sign-extension-to-seq64.patch patches.suse/0963-drm-amdgpu-Fix-Illegal-opcode-in-command-stream-Erro.patch patches.suse/0964-drm-amdgpu-fix-call-to-amdgpu_eviction_fence_detach.patch patches.suse/0965-drm-amdgpu-map-doorbell-for-the-requested-userq.patch patches.suse/0966-drm-amdgpu-add-db-size-and-offset-range-for-VCN-and-.patch patches.suse/0967-drm-amdgpu-Fix-out-of-bounds-issue-in-user-fence.patch patches.suse/0968-drm-amdgpu-Modify-the-seq64-VM-cache-policy.patch patches.suse/0969-drm-amdgpu-Fix-display-freeze-lockup-error.patch patches.suse/0970-drm-amdgpu-userq-fix-hardcoded-uq-functions.patch patches.suse/0971-drm-amdgpu-userq-handle-runtime-pm.patch patches.suse/0972-drm-amdgpu-return-an-error-in-the-userq-IOCTL-when-D.patch patches.suse/0973-drm-amdgpu-Kconfig-fix-wording-of-DRM_AMDGPU_NAVI3X_.patch patches.suse/0974-drm-amdgpu-gfx11-fix-config-guard.patch patches.suse/0975-drm-amdgpu-add-userq-firmware-version-checks.patch patches.suse/0976-drm-amdgpu-userq-remove-BROKEN-from-config.patch patches.suse/0977-drm-amdgpu-userq-move-the-header-to-amdgpu-directory.patch patches.suse/0978-drm-amdgpu-fix-the-memleak-caused-by-fence-not-relea.patch patches.suse/0979-drm-amdgpu-validate-user-queue-parameters.patch patches.suse/0980-drm-amdgpu-mes-remove-unused-functions.patch patches.suse/0981-drm-amdgpu-remove-is_mes_queue-flag.patch patches.suse/0982-drm-amdgpu-mes-centralize-gfx_hqd-mask-management.patch patches.suse/0983-drm-amdgpu-mes-warn-on-unexpected-pipe-numbers.patch patches.suse/0984-drm-amdgpu-Fix-display-freezing-issue-when-resizing-.patch patches.suse/0985-drm-amdgpu-gfx11-clean-up-and-consolidate-sw_init.patch patches.suse/0986-drm-amdgpu-gfx12-split-userq-setup-to-a-separate-swi.patch patches.suse/0987-drm-amdgpu-add-UAPI-to-query-if-user-queues-are-supp.patch patches.suse/0988-drm-amdgpu-bump-version-for-user-queue-IP-support-qu.patch patches.suse/0989-drm-amdgpu-store-userq_managers-in-a-list-in-adev.patch patches.suse/0990-drm-amdgpu-userq-prevent-runtime-pm-when-userqs-are-.patch patches.suse/0991-drm-amdgpu-add-parameter-to-disable-kernel-queues.patch patches.suse/0992-drm-amdgpu-add-ring-flag-for-no-user-submissions.patch patches.suse/0993-drm-amdgpu-gfx-add-generic-handling-for-disable_kq.patch patches.suse/0994-drm-amdgpu-mes-update-hqd-masks-when-disable_kq-is-s.patch patches.suse/0995-drm-amdgpu-mes-make-more-vmids-available-when-disabl.patch patches.suse/0996-drm-amdgpu-gfx11-add-support-for-disable_kq.patch patches.suse/0997-drm-amdgpu-gfx12-add-support-for-disable_kq.patch patches.suse/0998-drm-amdgpu-sdma-add-flag-for-tracking-disable_kq.patch patches.suse/0999-drm-amdgpu-sdma6-add-support-for-disable_kq.patch patches.suse/1000-drm-amdgpu-sdma7-add-support-for-disable_kq.patch patches.suse/1001-drm-amdgpu-Move-read-of-snoop-register-from-guest-to.patch patches.suse/1002-amd-amdgpu-Implement-VCN-queue-reset-for-vcn-4.0.3.patch patches.suse/1003-drm-amdgpu-remove-the-duplicated-mes-queue-active-st.patch patches.suse/1004-drm-amd-amdgpu-disable-ASPM-in-some-situations.patch patches.suse/1005-drm-amdgpu-Replace-tmp_adev-with-hive-in-amdgpu_pci_.patch patches.suse/1006-drm-amdgpu-gfx12-Implement-the-GFX12-KCQ-pipe-reset.patch patches.suse/1007-drm-amdgpu-mes11-use-the-device-value-for-enforce-is.patch patches.suse/1008-drm-amdgpu-mes12-use-the-device-value-for-enforce-is.patch patches.suse/1009-drm-amdgpu-adjust-enforce_isolation-handling.patch patches.suse/1010-drm-amd-display-Add-htmldocs-description-for-fused_i.patch patches.suse/1011-Documentation-amdgpu-Add-Ryzen-AI-350-series-process.patch patches.suse/1012-drm-amdgpu-gfx11-Add-Cleaner-Shader-Support-for-GFX1.patch patches.suse/1013-drm-amdgpu-Enable-per-queue-reset-for-SDMA-v4.4.2-on.patch patches.suse/1014-drm-amdgpu-Set-RAS-EEPROM-table-version-to-v3-for-um.patch patches.suse/1015-drm-amdgpu-Use-generic-hdp-flush-function.patch patches.suse/1016-drm-amdgpu-Direct-ret-in-ras_reset_err_cnt-on-VF.patch patches.suse/1017-drm-amdkfd-add-smi-events-for-process-start-and-end.patch patches.suse/1018-drm-amd-amdgpu-Fix-out-of-bounds-warning-in-amdgpu_h.patch patches.suse/1019-drm-amdgpu-Add-PACKET3_RUN_CLEANER_SHADER_9_0-for-Cl.patch patches.suse/1020-drm-amdgpu-Enhance-Cleaner-Shader-Handling-in-GFX-v9.patch patches.suse/1021-drm-amdkfd-Add-rec-SDMA-engines-support-with-limited.patch patches.suse/1022-drm-amdgpu-userq-mes-remove-unused-header.patch patches.suse/1023-drm-amdgpu-userq-rename-suspend-resume-callbacks.patch patches.suse/1024-drm-amdgpu-userq-rework-front-end-call-sequence.patch patches.suse/1025-drm-amdgpu-userq-move-some-code-around.patch patches.suse/1026-drm-amdgpu-userq-properly-clean-up-userq-fence-drive.patch patches.suse/1027-drm-amdgpu-userq-add-suspend-and-resume-helpers.patch patches.suse/1028-drm-amdgpu-userq-handle-system-suspend-and-resume.patch patches.suse/1029-drm-amdgpu-don-t-swallow-errors-in-amdgpu_userqueue_.patch patches.suse/1030-drm-amdgpu-Add-the-new-sdma-function-pointers-for-am.patch patches.suse/1031-drm-amdgpu-sdma_v4-Register-the-new-sdma-function-po.patch patches.suse/1032-drm-amdkfd-fix-NULL-check-mistake-for-process-smi-ev.patch patches.suse/1033-drm-amdgpu-userq-move-runpm-handling-into-core-userq.patch patches.suse/1034-drm-amdgpu-Fix-double-free-in-amdgpu_userq_fence_dri.patch patches.suse/1035-drm-amdgpu-Clean-up-error-handling-in-amdgpu_userq_f.patch patches.suse/1036-drm-amdgpu-rename-function-to-follow-naming-conventi.patch patches.suse/1037-drm-amdgpu-add-missing-parameter-name-in-dce110_clk_.patch patches.suse/1038-drm-amdgpu-fix-typo-in-atombios.h.patch patches.suse/1039-drm-radeon-fix-typo-in-atombios.h.patch patches.suse/1040-drm-amdgpu-fix-duplicated-value-setting-in-dce100_re.patch patches.suse/1041-drm-amdgpu-fix-typo-in-bios_parser.c.patch patches.suse/1042-drm-amdgpu-add-missing-DCE6-to-dce_version_to_string.patch patches.suse/1043-drm-amdkfd-fix-a-bug-of-smi-event-for-superuser.patch patches.suse/1044-drm-amdgpu-gfx11-properly-reference-EOP-interrupts-f.patch patches.suse/1045-drm-amdgpu-gfx12-properly-reference-EOP-interrupts-f.patch patches.suse/1046-drm-amdgpu-Update-vcn-doorbell-range-in-NBIO-7.9.patch patches.suse/1047-drm-amdgpu-Enable-doorbell-for-JPEG5_0_1.patch patches.suse/1048-drm-amd-pm-Enable-host-limit-metrics-support.patch patches.suse/1049-drm-amdgpu-sdma6-properly-reference-trap-interrupts-.patch patches.suse/1050-drm-amdgpu-sdma7-properly-reference-trap-interrupts-.patch patches.suse/1051-drm-amd-pm-Enable-host-limit-metrics-support.patch patches.suse/1052-drm-amdgpu-userq-rework-driver-parameter.patch patches.suse/1053-drm-amdgpu-Clear-overflow-for-SRIOV.patch patches.suse/1054-drm-amdgpu-userq-track-the-xcp_id-associated-with-th.patch patches.suse/1055-drm-amdgpu-userq-add-helpers-to-start-stop-schedulin.patch patches.suse/1056-drm-amdgpu-rename-enforce-isolation-variables.patch patches.suse/1057-drm-amdgpu-userq-integrate-with-enforce-isolation.patch patches.suse/1058-drm-amd-display-Add-error-check-for-avi-and-vendor-i.patch patches.suse/1059-drm-amdgpu-convert-userq-UAPI-_pad-to-flags.patch patches.suse/1060-drm-amdgpu-userq-add-UAPI-for-setting-queue-priority.patch patches.suse/1061-drm-amdgpu-mes11-add-conversion-for-priority-levels.patch patches.suse/1062-drm-amdgpu-mes12-add-conversion-for-priority-levels.patch patches.suse/1063-drm-amdgpu-userq-add-priorty-to-user-queue-structure.patch patches.suse/1064-drm-amdgpu-userq-mes-handle-user-queue-priority.patch patches.suse/1065-drm-amdgpu-userq-enable-support-for-queue-priorities.patch patches.suse/1066-drm-amdgpu-switch-amdgpu_sdma_reset_engine-to-use-th.patch patches.suse/1067-drm-amdgpu-Implement-SDMA-soft-reset-directly-for-v5.patch patches.suse/1068-drm-amdgpu-drm-amdgpu-Register-the-new-sdma-function.patch patches.suse/1069-drm-amdgpu-Register-the-new-sdma-function-pointers-f.patch patches.suse/1070-drm-amdgpu-optimize-queue-reset-and-stop-logic-for-s.patch patches.suse/1071-drm-amdgpu-optimize-queue-reset-and-stop-logic-for-s.patch patches.suse/1072-drm-amdgpu-userq-add-context-and-seqno-of-the-fence.patch patches.suse/1073-drm-radeon-fix-the-warning-for-radeon_cs_parser_fini.patch patches.suse/1074-drm-amdgpu-remove-old-sdma-reset-callback-mechanism.patch patches.suse/1075-drm-amdgpu-Refine-Cleaner-Shader-MEC-firmware-versio.patch patches.suse/1076-drm-amdgpu-userq-add-UAPI-for-setting-up-secure-queu.patch patches.suse/1077-drm-amdgpu-add-tmz-queue-parameter-to-mqd-props.patch patches.suse/1078-drm-amdgpu-gfx11-add-support-for-TMZ-queues-to-mqd_i.patch patches.suse/1079-drm-amdgpu-gfx12-add-support-for-TMZ-queues-to-mqd_i.patch patches.suse/1080-drm-amd-display-To-apply-the-adjusted-DP-ref-clock-f.patch patches.suse/1081-drm-amd-display-Implement-HDMI-Read-Request.patch patches.suse/drm-amd-display-Avoid-divide-by-zero-by-initializing.patch patches.suse/1083-drm-amd-display-Move-desync-error-counter-operation-.patch patches.suse/1084-drm-amd-display-Move-Mode-Support-Prefetch-Checks-To.patch patches.suse/1085-drm-amd-display-DCN32-null-data-check.patch patches.suse/1086-drm-amd-display-DCN42-RMCM-and-MCM-3DLUT-support.patch patches.suse/1087-drm-amd-display-enable-phy-ssc-reduction-by-default.patch patches.suse/1088-drm-amd-display-Promote-DC-to-3.2.329.patch patches.suse/1089-drm-amd-display-Revert-not-disable-dtb-as-dto-src-at.patch patches.suse/1090-drm-amd-display-Fix-pixel-rate-divider-policy-for-1-.patch patches.suse/1091-drm-amdgpu-userq-mes-pass-the-secure-flag-to-mqd-ini.patch patches.suse/1092-drm-amdgpu-userq-enable-support-for-secure-queues.patch patches.suse/1093-drm-amdgpu-Add-queue-id-support-to-the-user-queue-wa.patch patches.suse/1094-drm-amdgpu-userq-add-a-helper-to-check-which-IPs-are.patch patches.suse/1095-drm-amd-display-Refactor-SubVP-cursor-limiting-logic.patch patches.suse/1096-drm-amd-display-Correct-prefetch-calculation.patch patches.suse/1097-drm-amdgpu-Print-kernel-message-when-error-logged-by.patch patches.suse/1098-drm-radeon-radeon_audio-Remove-unused-r600_hdmi_audi.patch patches.suse/1099-drm-radeon-Remove-unused-radeon_fence_wait_any.patch patches.suse/1100-drm-amd-display-Remove-unused-vbios_smu_set_dprefclk.patch patches.suse/1101-drm-amdgpu-userq-optimize-enforce-isolation-and-s-r.patch patches.suse/1102-drm-amdgpu-switch-from-queue_active-to-queue-state.patch patches.suse/1103-drm-amdgpu-userq-unmap-queues-amdgpu_userq_mgr_fini.patch patches.suse/1104-drm-amdgpu-userq-move-waiting-for-last-fence-before-.patch patches.suse/1105-drm-amdgpu-userq-rename-eviction-helpers.patch patches.suse/1106-drm-amdgpu-userq-use-consistent-function-naming.patch patches.suse/1107-drm-amd-display-Add-NULL-pointer-checks-in-dm_force_.patch patches.suse/1108-drm-amdgpu-gfx11-Add-fw-minimum-version-check-for-us.patch patches.suse/1109-drm-amdgpu-gfx12-Add-fw-minimum-version-check-for-us.patch patches.suse/1110-drm-amdgpu-update-fence-ptr-with-context-seqno.patch patches.suse/1111-drm-amd-display-Fix-NULL-pointer-dereferences-in-dm_.patch patches.suse/1112-drm-amdgpu-Disallow-partition-query-during-reset.patch patches.suse/1113-drm-amdgpu-atom-Work-around-vbios-NULL-offset-false-.patch patches.suse/1114-drm-amdgpu-Fix-spelling-mistake-rounter-router.patch patches.suse/1115-drm-amdgpu-gfx-Introduce-helpers-handling-CSB-manipu.patch patches.suse/1116-drm-amdgpu-gfx-Use-CSB-helpers-in-gfx_v11_0_get_csb_.patch patches.suse/1117-drm-amdgpu-gfx-Use-CSB-helpers-in-gfx_v10_0_get_csb_.patch patches.suse/1118-drm-amdgpu-gfx-Use-CSB-helpers-in-gfx_v9_0_get_csb_b.patch patches.suse/1119-drm-amdgpu-gfx-Use-CSB-helpers-in-gfx_v8_0_get_csb_b.patch patches.suse/1120-drm-amdgpu-gfx-Use-CSB-helpers-in-gfx_v7_0_get_csb_b.patch patches.suse/1121-Documentation-amdgpu-Add-Ryzen-AI-Max-300-series-pro.patch patches.suse/1122-drm-amdgpu-add-the-evf-attached-gem-obj-resv-dump.patch patches.suse/1123-drm-amd-pm-Reset-SMU-v13.0.x-custom-settings.patch patches.suse/1124-drm-amdgpu-set-the-evf-name-to-identify-the-userq-ca.patch patches.suse/1125-drm-amdgpu-gfx-Fix-gfx_v7_0_get_csb_buffer-to-use-rb.patch patches.suse/1126-drm-amdgpu-gfx-Use-CSB-helpers-in-gfx_v6_0_get_csb_b.patch patches.suse/1127-drm-amdgpu-Add-documentation-associated-with-CSB.patch patches.suse/1128-drm-amdkfd-Set-SDMA_RLCx_IB_CNTL-SWITCH_INSIDE_IB.patch patches.suse/1129-drm-amd-display-Fix-NULL-pointer-dereference-for-pro.patch patches.suse/1130-drm-amdgpu-remove-DRM_AMDGPU_NAVI3X_USERQ-config-for.patch patches.suse/1131-drm-amdkfd-add-pasid-debugfs-entries.patch patches.suse/1132-drm-amd-display-downgrade-HDMI-infoframe-error-to-on.patch patches.suse/1133-drm-amd-pm-Add-ip-version-check-for-smu_v13_0_12-fun.patch patches.suse/1134-drm-amdgpu-userq-take-the-userq_mgr-lock-in-suspend-.patch patches.suse/1135-drm-amdgpu-userq-take-the-userq_mgr-lock-in-enforce-.patch patches.suse/1136-drm-amd-pm-Update-pmfw-headers-for-smu_v_13_0_6.patch patches.suse/1137-drm-amd-pn-Fetch-static-metrics-table.patch patches.suse/1138-drm-amd-pm-Use-common-function-to-fetch-static-metri.patch patches.suse/1139-drm-amd-pm-Fill-static-metrics-data.patch patches.suse/1140-drm-amd-pm-Add-voltage-caps-for-smu_v13_0_6.patch patches.suse/1141-drm-amdgpu-Fix-API-status-offset-for-MES-queue-reset.patch patches.suse/1142-drm-amd-pm-Add-board-voltage-node-to-hwmon.patch patches.suse/1143-drm-amdgpu-Fix-query-order-of-XGMI-v6.4.1-status.patch patches.suse/1144-drm-amdgpu-refine-MES-register-print-for-devices-of-.patch patches.suse/1145-drm-amdgpu-Print-bootloader-status-for-long-waits.patch patches.suse/1146-drm-amd-pm-Fix-comment-style.patch patches.suse/1147-drm-amdgpu-Fix-comment-style.patch patches.suse/1148-drm-amdgpu-userq-fix-user_queue-parameters-list.patch patches.suse/1149-drm-amdgpu-mes-remove-more-unused-functions.patch patches.suse/1150-drm-amdgpu-mes-consolidate-on-a-single-mes-reset-cal.patch patches.suse/1151-drm-amdgpu-mes-use-correct-MES-pipe-for-resets.patch patches.suse/1152-drm-amdgpu-properly-handle-GC-vs-MM-in-amdgpu_vmid_m.patch patches.suse/1153-drm-amdgpu-userq-Call-unreserve-on-error-in-amdgpu_u.patch patches.suse/1154-drm-amdgpu-userq-remove-unnecessary-NULL-check.patch patches.suse/1155-drm-amd-display-Rename-program_timing-function-for-b.patch patches.suse/1156-drm-amd-display-Update-IPS-sequential_ono-requiremen.patch patches.suse/1157-drm-amd-display-Refactoring-DSC-enum-dsc_bits_per_co.patch patches.suse/1158-drm-amd-display-Promote-DC-to-3.2.330.patch patches.suse/1159-drm-amd-display-Always-Scale-Flag.patch patches.suse/1160-drm-amd-display-Remove-redundant-null-check.patch patches.suse/1161-drm-amd-display-Prepare-for-Fused-I2C-over-AUX.patch patches.suse/1162-Revert-drm-amd-display-Refactor-SubVP-cursor-limitin.patch patches.suse/1163-drm-amd-display-allow-dscclk-disable.patch patches.suse/drm-amd-display-disable-DPP-RCG-before-DPP-CLK-enabl.patch patches.suse/1165-drm-amd-display-FW-Promotion-Release-0.1.8.0.patch patches.suse/1166-Revert-drm-amd-display-turn-off-eDP-lcdvdd-and-backl.patch patches.suse/1167-drm-amd-display-Add-skip-rIOMMU-dc-config-option.patch patches.suse/1168-drm-amd-display-Send-IPSExit-unconditionally.patch patches.suse/1169-drm-amd-display-Refactor-SubVP-cursor-limiting-logic.patch patches.suse/1170-drm-amd-display-Assign-preferred-stream-encoder-inst.patch patches.suse/1171-drm-amd-display-Only-wait-for-required-free-space-in.patch patches.suse/1172-drm-amd-display-Promote-DC-to-3.2.331.patch patches.suse/1173-drm-add-drm_file_err-function-to-add-process-info.patch patches.suse/1174-drm-amdgpu-add-drm_file-reference-in-userq_mgr.patch patches.suse/1175-drm-amdgpu-use-drm_file_err-in-fence-timeouts.patch patches.suse/1176-drm-amdgpu-change-DRM_ERROR-to-drm_file_err-in-amdgp.patch patches.suse/1177-drm-amdgpu-change-DRM_DBG_DRIVER-to-drm_dbg_driver.patch patches.suse/1178-dma-fence-Add-helper-to-sort-and-deduplicate-dma_fen.patch patches.suse/1179-drm-amdgpu-Add-Support-for-enforcing-isolation-witho.patch patches.suse/1180-drm-amdgpu-only-keep-most-recent-fence-for-each-cont.patch patches.suse/1181-drm-amd-display-adds-kernel-doc-comment-for-dc_strea.patch patches.suse/1182-drm-amd-display-Use-true-false-for-boolean-variables.patch patches.suse/drm-amd-display-Don-t-check-for-NULL-divisor-in-fixp.patch patches.suse/1184-drm-amdkfd-change-error-to-warning-message-for-SDMA-.patch patches.suse/1185-drm-amdgpu-Add-documentation-to-some-parts-of-the-AM.patch patches.suse/1186-Documentation-gpu-Add-new-entries-to-amdgpu-glossary.patch patches.suse/1187-drm-amdgpu-Add-Runtime-Bad-Page-message-definitions-.patch patches.suse/1188-drm-amdgpu-Implement-Runtime-Bad-Page-query-for-VFs.patch patches.suse/1189-drm-amdgpu-fix-the-eviction-fence-dereference.patch patches.suse/1190-drm-amdgpu-Add-unrecoverable-error-message-definitio.patch patches.suse/1191-drm-amdgpu-Implement-unrecoverable-error-message-han.patch patches.suse/1192-drm-amdgpu-psp-mark-securedisplay-TA-as-optional.patch patches.suse/1193-drm-amdgpu-promote-the-implicit-sync-to-the-dependen.patch patches.suse/1194-drm-amdgpu-unreserve-the-gem-BO-before-returning-fro.patch patches.suse/1195-drm-amdgpu-Add-debug-bit-for-userptr-usage.patch patches.suse/1196-amd-amdkfd-Trigger-segfault-for-early-userptr-unmmap.patch patches.suse/1197-drm-amdgpu-remove-mdelay-in-psp-v12.patch patches.suse/1198-drm-amdgpu-fix-the-indentation.patch patches.suse/1199-drm-amd-pm-smu7-Remove-unused-smu7_copy_bytes_from_s.patch patches.suse/1200-drm-amd-pm-smu11-Remove-unused-smu_v11_0_get_dpm_lev.patch patches.suse/1201-drm-amd-pm-smu13-Remove-unused-smu_v3-functions.patch patches.suse/1202-Revert-drm-amdgpu-Use-generic-hdp-flush-function.patch patches.suse/1203-drm-amd-Add-per-ring-reset-for-vcn-v4.0.5-use.patch patches.suse/1204-drm-amd-Add-per-ring-reset-for-vcn-v4.0.0-use.patch patches.suse/1205-drm-amd-Add-per-ring-reset-for-vcn-v5.0.0-use.patch patches.suse/1206-drm-amdgpu-remove-re-route-ih-in-psp-v12.patch patches.suse/1207-drm-amdgpu-cleanup-sriov-function-for-psp-v12.patch patches.suse/1208-Reapply-drm-amdgpu-Use-generic-hdp-flush-function.patch patches.suse/1209-dma-buf-sw-sync-Remove-unused-debug-code.patch patches.suse/1210-drm-panel-Add-Novatek-NT37801-panel-driver.patch patches.suse/1211-accel-amdxdna-Support-submit-commands-without-argume.patch patches.suse/1212-drm-cirrus-Use-non-hybrid-PCI-devres-API.patch patches.suse/1213-drm-plane-Add-new-plane-property-IN_FORMATS_ASYNC.patch patches.suse/1214-drm-plane-modify-create_in_formats-to-acommodate-asy.patch patches.suse/1215-drm-i915-display-Acomodate-format-check-in-intel_pla.patch patches.suse/1216-drm-i915-display-Add-i915-hook-for-format_mod_suppor.patch patches.suse/1217-drm-i915-display-Indexed-8bit-format-does-not-suppor.patch patches.suse/1218-drm-sitronix-move-tiny-Sitronix-drivers-to-their-own.patch patches.suse/1219-drm-mediatek-hdmi-Use-syscon_regmap_lookup_by_phandl.patch patches.suse/1220-drm-mediatek-mtk_cec-Switch-to-register-as-module_pl.patch patches.suse/1221-drm-mediatek-mtk_hdmi_ddc-Switch-to-register-as-modu.patch patches.suse/1222-drm-mediatek-mtk_hdmi-Convert-to-module_platform_dri.patch patches.suse/1223-drm-mediatek-hdmi-Use-regmap-instead-of-iomem-for-ma.patch patches.suse/1224-drm-mediatek-mtk_hdmi-Disgregate-function-mtk_hdmi_a.patch patches.suse/1225-drm-mediatek-mtk_hdmi-Move-audio-params-selection-to.patch patches.suse/1226-drm-mediatek-mtk_hdmi-Move-plugged_cb-codec_dev-sett.patch patches.suse/1227-drm-mediatek-mtk_hdmi-Move-N-CTS-setting-to-new-func.patch patches.suse/1228-drm-mediatek-mtk_hdmi-Use-dev_err_probe-in-mtk_hdmi_.patch patches.suse/1229-drm-mediatek-mtk_hdmi-Move-CEC-device-parsing-in-new.patch patches.suse/1230-drm-mediatek-mtk_hdmi-Move-output-init-to-mtk_hdmi_r.patch patches.suse/1231-drm-mediatek-mtk_dpi-Use-switch-in-mtk_dpi_config_co.patch patches.suse/1232-drm-mediatek-mtk_dpi-Add-local-helpers-for-bus-forma.patch patches.suse/1233-drm-mediatek-mtk_dpi-Add-support-for-additional-outp.patch patches.suse/1234-drm-mediatek-mtk_dpi-Allow-additional-output-formats.patch patches.suse/1235-drm-mediatek-mtk_dpi-Rename-output-fmts-array-for-MT.patch patches.suse/drm-mediatek-mtk_drm_drv-Fix-kobject-put-for-mtk_mut.patch patches.suse/drm-mediatek-Fix-kobject-put-for-component-sub-drive.patch patches.suse/drm-mediatek-mtk_drm_drv-Unbind-secondary-mmsys-comp.patch patches.suse/1239-drm-mediatek-Replace-custom-compare_dev-with-compone.patch patches.suse/1240-drm-i915-dp_mst-Use-the-correct-connector-while-comp.patch patches.suse/1241-drm-i915-alpm-Make-intel_alpm_enable_sink-available-.patch patches.suse/1242-drm-i915-alpm-Stop-writing-ALPM-registers-when-PSR-i.patch patches.suse/1243-drm-nouveau-gsp-fix-rm-shutdown-wait-condition.patch patches.suse/1244-drm-nouveau-gsp-remove-gsp-specific-chid-allocation-.patch patches.suse/1245-drm-nouveau-ce-bump-max-instances-to-20.patch patches.suse/1246-drm-nouveau-nvenc-bump-max-instances-to-4.patch patches.suse/1247-drm-nouveau-ofa-bump-max-instances-to-2.patch patches.suse/1248-drm-nouveau-gsp-split-rpc-handling-out-on-its-own.patch patches.suse/1249-drm-nouveau-gsp-split-rm-ctrl-handling-out-on-its-ow.patch patches.suse/1250-drm-nouveau-gsp-split-rm-alloc-handling-out-on-its-o.patch patches.suse/1251-drm-nouveau-gsp-split-client-handling-out-on-its-own.patch patches.suse/1252-drm-nouveau-gsp-split-device-handling-out-on-its-own.patch patches.suse/1253-drm-nouveau-gsp-move-firmware-loading-to-GPU-specifi.patch patches.suse/1254-drm-nouveau-gsp-move-booter-handling-to-GPU-specific.patch patches.suse/1255-drm-nouveau-gsp-move-subdev-engine-impls-to-subdev-g.patch patches.suse/1256-drm-nouveau-gsp-switch-to-a-simpler-GSP-RM-header-la.patch patches.suse/1257-drm-nouveau-gsp-add-gpu-hal-stubs.patch patches.suse/1258-drm-nouveau-gsp-add-display-class-ids-to-gpu-hal.patch patches.suse/1259-drm-nouveau-gsp-add-usermode-class-id-to-gpu-hal.patch patches.suse/1260-drm-nouveau-gsp-add-channel-class-id-to-gpu-hal.patch patches.suse/1261-drm-nouveau-gsp-add-common-code-for-engines-engine-o.patch patches.suse/1262-drm-nouveau-gsp-add-defines-for-rmapi-object-handles.patch patches.suse/1263-drm-nouveau-gsp-add-hal-for-wpr-config-info-meta-ini.patch patches.suse/1264-drm-nouveau-gsp-add-hal-for-gsp.set_system_info.patch patches.suse/1265-drm-nouveau-gsp-add-hal-for-gsp.get_static_info.patch patches.suse/1266-drm-nouveau-gsp-add-hal-for-gsp.xlat_mc_engine_idx.patch patches.suse/1267-drm-nouveau-gsp-add-hal-for-gsp.drop_send_user_share.patch patches.suse/1268-drm-nouveau-gsp-add-hal-for-disp.bl_ctrl.patch patches.suse/1269-drm-nouveau-gsp-add-hal-for-disp.dp.set_indexed_link.patch patches.suse/1270-drm-nouveau-gsp-add-hal-for-disp.get_static_info.patch patches.suse/1271-drm-nouveau-gsp-add-hal-for-disp.chan.set_pushbuf.patch patches.suse/1272-drm-nouveau-gsp-add-hal-for-fifo.xlat_rm_engine_type.patch patches.suse/1273-drm-nouveau-gsp-add-hal-for-fifo.ectx_size.patch patches.suse/1274-drm-nouveau-gsp-add-hal-for-gr.get_ctxbufs_info.patch patches.suse/1275-drm-nouveau-gsp-add-hal-for-gsp.set_rmargs.patch patches.suse/1276-drm-nouveau-gsp-add-hals-for-fbsr.suspend-resume.patch patches.suse/1277-drm-nouveau-gsp-add-hal-for-disp.get_supported.patch patches.suse/1278-drm-nouveau-gsp-add-hal-for-disp.get_connect_state.patch patches.suse/1279-drm-nouveau-gsp-add-hal-for-disp.get_active.patch patches.suse/1280-drm-nouveau-gsp-add-hal-for-disp.dp.get_caps.patch patches.suse/1281-drm-nouveau-gsp-add-hal-for-fifo.chan.alloc.patch patches.suse/1282-drm-nouveau-gsp-add-hal-for-fifo.rsvd_chids.patch patches.suse/1283-drm-nouveau-gsp-add-hal-for-fifo.rc_triggered.patch patches.suse/1284-drm-nouveau-gsp-add-hal-for-disp.chan.dmac_alloc.patch patches.suse/1285-drm-nouveau-gsp-add-hal-for-gsp.sr_data_size.patch patches.suse/1286-drm-nouveau-gsp-add-common-client-alloc-code.patch patches.suse/1287-drm-nouveau-gsp-add-support-for-570.144.patch patches.suse/1288-drm-nouveau-pci-add-PRI-address-of-config-space-mirr.patch patches.suse/1289-drm-nouveau-instmem-add-hal-for-set_bar0_window_addr.patch patches.suse/1290-drm-nouveau-mmu-bump-up-the-maximum-page-table-depth.patch patches.suse/1291-drm-nouveau-gsp-fetch-level-shift-and-PDE-from-BAR2-.patch patches.suse/1292-drm-nouveau-gsp-init-client-VMMs-with-NV0080_CTRL_DM.patch patches.suse/1293-drm-nouveau-gsp-support-deeper-page-tables-in-COPY_S.patch patches.suse/1294-drm-nouveau-gv100-switch-to-volta-semaphore-methods.patch patches.suse/1295-drm-nouveau-improve-handling-of-64-bit-BARs.patch patches.suse/1296-drm-nouveau-add-support-for-GH100.patch patches.suse/1297-drm-nouveau-add-helper-functions-for-allocating-pinn.patch patches.suse/1298-drm-nouveau-nv50-separate-CHANNEL_GPFIFO-handling-ou.patch patches.suse/1299-drm-nouveau-gf100-track-chan-progress-with-non-WFI-s.patch patches.suse/1300-drm-nouveau-add-support-for-GB10x.patch patches.suse/1301-drm-nouveau-gsp-add-hal-for-fifo.chan.doorbell_handl.patch patches.suse/1302-drm-nouveau-add-support-for-GB20x.patch patches.suse/1303-drm-dp-add-option-to-disable-zero-sized-address-only.patch patches.suse/1304-drm-nouveau-kms-add-support-for-GB20x.patch patches.suse/1305-drm-amd-display-use-drm_dbg_driver-in-amdgpu_dm.c.patch patches.suse/1306-drm-amdgpu-Fix-NULL-dereference-in-amdgpu_userq_rest.patch patches.suse/1307-drm-amdgpu-Fix-amdgpu_userq_wait_ioctl-warn-missing-.patch patches.suse/1308-drm-amd-pm-smu13-Remove-unused-smu_v13_0_init_displa.patch patches.suse/1309-drm-amd-pm-Remove-unused-smu_mode2_reset_is_support.patch patches.suse/1310-drm-amd-pm-Remove-remainder-of-mode2_reset_is_suppor.patch patches.suse/1311-drm-amd-display-Backup-and-restore-plane-configurati.patch patches.suse/1312-drm-amd-display-Fix-race-in-dmub_srv_wait_for_pendin.patch patches.suse/1313-drm-amd-display-Restructure-DMI-quirks.patch patches.suse/1314-drm-amd-display-Return-the-exact-value-for-debugging.patch patches.suse/1315-drm-amd-display-disable-EASF-narrow-filter-sharpenin.patch patches.suse/1316-drm-amd-display-FW-Promotion-Release-0.1.10.0.patch patches.suse/1317-drm-amd-display-Program-triplebuffer-on-all-pipes.patch patches.suse/1318-drm-amd-display-Add-early-8b-10b-channel-equalizatio.patch patches.suse/1319-drm-amd-display-Promote-DC-to-3.2.333.patch patches.suse/1320-Refine-RAS-bad-page-records-counting-and-parsing-in-.patch patches.suse/1321-drm-amd-add-definition-for-new-memory-type.patch patches.suse/1322-drm-amdgpu-adjust-high-bits-for-RAS-retired-page.patch patches.suse/1323-drm-amdgpu-add-vcn-v5_0_0-ip-headers.patch patches.suse/1324-drm-amdgpu-add-get_retire_flip_bits-for-UMC.patch patches.suse/1325-drm-amdgpu-implement-get_retire_flip_bits-for-UMC-v1.patch patches.suse/1326-drm-amdgu-get-RAS-retire-flip-bits-for-new-type-of-H.patch patches.suse/1327-drm-amdgpu-Fix-the-kernel-panic-caused-by-RAS-record.patch patches.suse/1328-drm-amdgpu-Fix-user-queue-deadlock-by-reordering-mut.patch patches.suse/1329-drm-amdgpu-Log-RAS-errors-during-load.patch patches.suse/1330-drm-amdkfd-drop-warning-in-event_interrupt_isr_v1.patch patches.suse/1331-drm-amdgpu-Modify-the-count-method-of-defer-error.patch patches.suse/1332-drm-amd-display-dc-irq-Remove-duplications-of-hpd_ac.patch patches.suse/1333-drm-amdgpu-set-flip-bits-for-RAS-bad-pages.patch patches.suse/1334-drm-amdgpu-set-vram-type-for-GC-9.5.0.patch patches.suse/1335-drm-amdgpu-Add-GFX-9.5.0-support-for-per-queue-pipe-.patch patches.suse/1336-Documentation-gpu-Disambiguate-SPI-term.patch patches.suse/1337-drm-amdgpu-userq-Fix-lock-contention-in-userq-fence.patch patches.suse/1338-drm-amdgpu-Fix-userq-ttm_bo_pin-and-ttm_bo_unpin-loc.patch patches.suse/1339-drm-amdgpu-userq-Fix-DEBUG_LOCKS_WARN_ON-lock-magic-.patch patches.suse/1340-drm-amdgpu-Fix-circular-locking-in-userq-creation.patch patches.suse/1341-drm-amdgpu-fix-userq-resource-double-freed.patch patches.suse/1342-drm-amdgpu-add-debugfs-for-spirom-IFWI-dump.patch patches.suse/1343-drm-radeon-cik-Clean-up-doorbells.patch patches.suse/1344-drm-amdkfd-Support-chain-runlists-of-XNACK-XNACK.patch patches.suse/1345-drm-amdgpu-Add-pldm-version-reporting.patch patches.suse/1346-drm-amd-pm-Move-SMUv13.0.12-function-declarations.patch patches.suse/1347-drm-amdgpu-Use-compatible-NPS-mode-info.patch patches.suse/1348-drm-amdgpu-mmsch-Add-MMSCH-v5_0-support-for-sriov.patch patches.suse/1349-drm-amdgpu-Allow-NPS2-CPX-combination-for-VFs.patch patches.suse/1350-drm-amdgpu-fix-use-after-unlock-in-eviction-fence-de.patch patches.suse/1351-drm-amd-display-Extend-dc_plane_get_status-with-flag.patch patches.suse/1352-drm-amd-display-init-local-variable-to-fix-format-er.patch patches.suse/1353-drm-amd-display-Support-external-tunneling-feature.patch patches.suse/1354-drm-amd-display-Move-mcache-allocation-programming-f.patch patches.suse/1355-drm-amd-display-Skip-backend-validation-for-virtual-.patch patches.suse/1356-drm-amd-display-Fix-the-typo-in-dcn401-Hubp-block.patch patches.suse/1357-drm-amd-display-add-support-for-2nd-sharpening-range.patch patches.suse/1358-drm-amd-display-Modify-DCN401-DMUB-reset-halt-sequen.patch patches.suse/1359-drm-amd-display-Add-GPINT-retries-to-ips_query_resid.patch patches.suse/1360-drm-amd-display-FW-Promotion-Release-0.1.11.0.patch patches.suse/1361-drm-amd-display-Promote-DAL-to-3.2.334.patch patches.suse/1362-drm-amdgpu-vcn-sriov-support-for-vcn_v5_0_1.patch patches.suse/1363-drm-amdgpu-jpeg-sriov-support-for-jpeg_v5_0_1.patch patches.suse/1364-drm-msm-dpu-don-t-overwrite-CTL_MERGE_3D_ACTIVE-regi.patch patches.suse/1365-drm-msm-dpu-program-master-INTF-value.patch patches.suse/1366-drm-msm-dpu-pass-master-interface-to-CTL-configurati.patch patches.suse/1367-drm-msm-dpu-use-single-CTL-if-it-is-the-only-CTL-ret.patch patches.suse/1368-drm-msm-dpu-don-t-select-single-flush-for-active-CTL.patch patches.suse/1369-drm-msm-dpu-allocate-single-CTL-for-DPU-5.0.patch patches.suse/1370-drm-msm-dpu-remove-DPU_CTL_SPLIT_DISPLAY-from-CTL-bl.patch patches.suse/1371-drm-msm-dpu-drop-now-unused-condition-for-has_legacy.patch patches.suse/1372-drm-msm-Convert-comma-to-semicolon.patch patches.suse/1373-drm-msm-mdp4-drop-mpd4_lvds_pll_init-stub.patch patches.suse/1374-drm-msm-mdp4-register-the-LVDS-PLL-as-a-clock-provid.patch patches.suse/1375-drm-msm-mdp4-use-parent_data-for-LVDS-PLL.patch patches.suse/1376-drm-msm-mdp4-move-move_valid-callback-to-lcdc_encode.patch patches.suse/1377-drm-msm-mdp4-switch-LVDS-to-use-drm_bridge-_connecto.patch patches.suse/1378-drm-msm-dpu-allow-sharing-SSPP-between-planes.patch patches.suse/drm-msm-dpu-enable-SmartDMA-on-SM8150.patch patches.suse/drm-msm-dpu-enable-SmartDMA-on-SC8180X.patch patches.suse/1381-drm-msm-dpu-enable-SmartDMA-on-SC8280XP.patch patches.suse/1382-drm-msm-dpu-enable-SmartDMA-on-SM8550.patch patches.suse/1383-drm-msm-dpu-rename-non-SmartDMA-feature-masks-to-be-.patch patches.suse/1384-drm-msm-mdss-add-SAR2130P-device-configuration.patch patches.suse/1385-drm-msm-dsi-phy-add-configuration-for-SAR2130P.patch patches.suse/1386-drm-msm-dpu-add-catalog-entry-for-SAR2130P.patch patches.suse/1387-drm-msm-hdmi-move-msm_hdmi_audio_update-out-of-msm_h.patch patches.suse/1388-drm-msm-hdmi-use-new-helper-for-ACR-tables.patch patches.suse/1389-drm-msm-dpu-remove-DSC-feature-bit-for-PINGPONG-on-M.patch patches.suse/1390-drm-msm-dpu-remove-DSC-feature-bit-for-PINGPONG-on-M.patch patches.suse/1391-drm-msm-dpu-remove-DSC-feature-bit-for-PINGPONG-on-M.patch patches.suse/1392-drm-msm-dpu-drop-TE2-definitions.patch patches.suse/1393-drm-msm-dpu-remove-DSC-feature-bit-for-PINGPONG-on-S.patch patches.suse/1394-drm-msm-dp-reuse-generic-HDMI-codec-implementation.patch patches.suse/1395-drm-msm-dsi-add-DSI-PHY-configuration-on-SA8775P.patch patches.suse/1396-drm-msm-dsi-add-DSI-support-for-SA8775P.patch patches.suse/1397-drm-ci-uprev-mesa.patch patches.suse/drm-msm-gpu-Fix-crash-when-throttling-GPU-immediatel.patch patches.suse/1399-drm-msm-Be-more-robust-when-HFI-response-times-out.patch patches.suse/1400-drm-msm-adreno-Drop-fictional-address_space_size.patch patches.suse/1401-drm-msm-adreno-Add-support-for-ACD.patch patches.suse/1402-drm-msm-a6xx-Increase-HFI-response-timeout.patch patches.suse/1403-drm-msm-a6x-Rework-qmp_get-error-handling.patch patches.suse/1404-drm-msm-adreno-Add-module-param-to-disable-ACD.patch patches.suse/drm-msm-a6xx-Disable-rgb565_predicator-on-Adreno-7c3.patch patches.suse/1406-drm-msm-adreno-Remove-MODULE_FIRMWARE-s.patch patches.suse/1407-drm-msm-hdmi-convert-clock-and-regulator-arrays-to-c.patch patches.suse/1408-drm-msm-hdmi-move-the-alt_iface-clock-to-the-hpd-lis.patch patches.suse/1409-drm-msm-hdmi-simplify-extp-clock-handling.patch patches.suse/1410-drm-msm-hdmi-drop-clock-frequency-assignment.patch patches.suse/1411-drm-msm-hdmi-switch-to-clk_bulk-API.patch patches.suse/1412-drm-msm-hdmi-switch-to-pm_runtime_resume_and_get.patch patches.suse/1413-drm-msm-hdmi-add-runtime-PM-calls-to-DDC-transfer-fu.patch patches.suse/1414-drm-msm-hdmi-implement-proper-runtime-PM-handling.patch patches.suse/1415-drm-msm-hdmi-rename-hpd_clks-to-pwr_clks.patch patches.suse/1416-drm-msm-hdmi-expand-the-HDMI_CFG-macro.patch patches.suse/1417-drm-msm-hdmi-ensure-that-HDMI-is-up-if-HPD-is-reques.patch patches.suse/1418-drm-msm-hdmi-wire-in-hpd_enable-hpd_disable-bridge-o.patch patches.suse/1419-drm-msm-dpu-Add-missing-fetch-name-to-set_active_pip.patch patches.suse/1420-drm-msm-dpu-Clear-CTL_FETCH_PIPE_ACTIVE-on-mixer-res.patch patches.suse/1421-drm-msm-dpu-Clear-CTL_FETCH_PIPE_ACTIVE-on-ctl_path-.patch patches.suse/1422-drm-msm-dpu-Clear-CTL_FETCH_PIPE_ACTIVE-before-blend.patch patches.suse/1423-drm-msm-dpu-Drop-useless-comments.patch patches.suse/1424-drm-msm-dpu-Add-LM_7-DSC_-67-PP_-67-and-MERGE_3D_5.patch patches.suse/1425-drm-msm-dpu-Add-handling-of-LM_6-and-LM_7-bits-in-pe.patch patches.suse/1426-drm-msm-dpu-remove-DPU_CTL_SPLIT_DISPLAY-from-SAR213.patch patches.suse/1427-drm-msm-dp-Fix-support-of-LTTPR-initialization.patch patches.suse/1428-drm-msm-dp-Account-for-LTTPRs-capabilities.patch patches.suse/1429-drm-msm-dp-Prepare-for-link-training-per-segment-for.patch patches.suse/1430-drm-msm-dp-Introduce-link-training-per-segment-for-L.patch patches.suse/1431-gpu-nova-core-remove-completed-Vec-extentions-from-t.patch patches.suse/1432-drm-drv-implement-__drm_dev_alloc.patch patches.suse/1433-gpu-nova-core-register-auxiliary-device-for-nova-drm.patch patches.suse/1434-drm-nova-drm-add-initial-driver-skeleton.patch patches.suse/1435-gpu-nova-core-derive-useful-traits-for-Chipset.patch patches.suse/1436-gpu-nova-core-add-missing-GA100-definition.patch patches.suse/1437-gpu-nova-core-take-bound-device-in-Gpu-new.patch patches.suse/1438-gpu-nova-core-define-registers-layout-using-helper-m.patch patches.suse/1439-gpu-nova-core-fix-layout-of-NV_PMC_BOOT_0.patch patches.suse/1440-gpu-nova-core-move-Firmware-to-firmware-module.patch patches.suse/1441-gpu-nova-core-select-AUXILIARY_BUS-instead-of-depend.patch patches.suse/1442-gpu-drm-nova-select-AUXILIARY_BUS-instead-of-dependi.patch patches.suse/1443-drm-i915-ptl-Use-everywhere-the-correct-DDI-port-clo.patch patches.suse/drm-i915-dp_mst-Work-around-Thunderbolt-sink-disconn.patch patches.suse/1445-drm-i915-display-Add-check-for-alloc_ordered_workque.patch patches.suse/1446-drm-xe-guc-Make-creation-of-SLPC-debugfs-files-condi.patch patches.suse/1447-drm-xe-Default-auto_link_downgrade-status-to-false.patch patches.suse/1448-drm-nouveau-tegra-Fix-error-pointer-vs-NULL-return-i.patch patches.suse/exfat-fix-double-free-in-delayed_free.patch patches.suse/ext4-inline-fix-len-overflow-in-ext4_prepare_inline_.patch patches.suse/ext4-fix-calculation-of-credits-for-extent-tree-modi.patch patches.suse/jbd2-fix-data-race-and-null-ptr-deref-in-jbd2_journa.patch patches.suse/ext4-factor-out-ext4_get_maxbytes.patch patches.suse/ext4-ensure-i_size-is-smaller-than-maxbytes.patch patches.suse/ext4-only-dirty-folios-when-data-journaling-regular-files.patch patches.suse/NFSD-unregister-filesystem-in-case-genl_register_family-fails.patch patches.suse/NFSD-fix-race-between-nfsd-registration-and-exports_proc.patch patches.suse/nfsd-fix-access-checking-for-NLM-under-XPRTSEC-policies.patch patches.suse/nfsd-nfsd4_spo_must_allow-must-check-this-is-a-v4-compound-request.patch patches.suse/nfsd-Initialize-ssc-before-laundromat_work-to-prevent-NULL-dereference.patch patches.suse/svcrdma-Unregister-the-device-if-svc_rdma_accept-fails.patch patches.suse/NFSD-Implement-FATTR4_CLONE_BLKSIZE-attribute.patch patches.suse/svcrdma-Reduce-the-number-of-rdma_rw-contexts-per-QP.patch patches.suse/dlm-mask-sk_shutdown-value.patch patches.suse/dlm-use-SHUT_RDWR-for-SCTP-shutdown.patch patches.suse/firmware-SDEI-Allow-sdei-initialization-without-ACPI.patch patches.suse/arm64-cpufeature-Add-missing-id_aa64mmfr4-feature-reg-upda.patch patches.suse/arm64-fpsimd-Avoid-unnecessary-per-CPU-buffers-for-EFI-run.patch patches.suse/arm64-enable-PREEMPT_LAZY.patch patches.suse/arm64-cpuinfo-only-show-one-cpu-s-info-in-c_show.patch patches.suse/arm64-mm-Batch-barriers-when-updating-kernel-mappings.patch patches.suse/arm64-mm-Disable-barrier-batching-in-interrupt-contexts.patch patches.suse/arm64-mm-Permit-lazy_mmu_mode-to-be-nested.patch patches.suse/perf-arm-ni-Unregister-PMUs-on-probe-failure.patch patches.suse/perf-arm-ni-Fix-missing-platform_set_drvdata.patch patches.suse/firmware-psci-Fix-refcount-leak-in-psci_dt_init.patch patches.suse/arm64-fpsimd-Avoid-RES0-bits-in-the-SME-trap-handler.patch patches.suse/arm64-fpsimd-Remove-unused-fpsimd_force_sync_to_sve.patch patches.suse/arm64-fpsimd-Remove-redundant-SVE-trap-manipulation.patch patches.suse/arm64-fpsimd-Remove-opportunistic-freeing-of-SME-state.patch patches.suse/arm64-fpsimd-Discard-stale-CPU-state-when-handling-SME-tra.patch patches.suse/arm64-fpsimd-Don-t-corrupt-FPMR-when-streaming-mode-change.patch patches.suse/arm64-fpsimd-Avoid-clobbering-kernel-FPSIMD-state-with-SMS.patch patches.suse/arm64-fpsimd-Reset-FPMR-upon-exec.patch patches.suse/arm64-fpsimd-Fix-merging-of-FPSIMD-state-during-signal-ret.patch patches.suse/arm64-fpsimd-Add-fpsimd_save_and_flush_current_state.patch patches.suse/arm64-fpsimd-signal32-Always-save-flush-state-early.patch patches.suse/arm64-fpsimd-signal-Always-save-flush-state-early.patch patches.suse/arm64-fpsimd-signal-Simplify-preserve_tpidr2_context.patch patches.suse/arm64-fpsimd-signal-Clear-TPIDR2-when-delivering-signals.patch patches.suse/arm64-fpsimd-Avoid-warning-when-sve_to_fpsimd-is-unused.patch patches.suse/arm64-fpsimd-Do-not-discard-modified-SVE-state.patch patches.suse/arm64-fpsimd-signal-Clear-PSTATE.SM-when-restoring-FPSIMD-.patch patches.suse/arm64-fpsimd-signal-Mandate-SVE-payload-for-streaming-mode.patch patches.suse/arm64-fpsimd-signal-Consistently-read-FPSIMD-context.patch patches.suse/arm64-fpsimd-ptrace-Consistently-handle-partial-writes-to-.patch patches.suse/arm64-fpsimd-Clarify-sve_sync_-functions.patch patches.suse/arm64-fpsimd-Factor-out-sve-sme-_state_size-helpers.patch patches.suse/arm64-fpsimd-Add-task_smstop_sm.patch patches.suse/arm64-fpsimd-signal-Use-SMSTOP-behaviour-in-setup_return.patch patches.suse/arm64-fpsimd-Remove-redundant-task-mm-check.patch patches.suse/arm64-fpsimd-Consistently-preserve-FPSIMD-state-during-clo.patch patches.suse/arm64-fpsimd-Clear-PSTATE.SM-during-clone.patch patches.suse/arm64-fpsimd-Make-clone-compatible-with-ZA-lazy-saving.patch patches.suse/arm64-fpsimd-ptrace-prctl-Ensure-VL-changes-do-not-resurre.patch patches.suse/arm64-fpsimd-ptrace-prctl-Ensure-VL-changes-leave-task-in-.patch patches.suse/arm64-fpsimd-ptrace-Save-task-state-before-generating-SVE-.patch patches.suse/arm64-fpsimd-ptrace-Do-not-present-register-data-for-inact.patch patches.suse/arm64-fpsimd-ptrace-Mandate-SVE-payload-for-streaming-mode.patch patches.suse/arm64-fpsimd-ptrace-Gracefully-handle-errors.patch patches.suse/usbnet-asix-AX88772-leave-the-carrier-control-to-phy.patch patches.suse/ice-fix-check-for-existing-switch-rule.patch patches.suse/ice-do-not-add-LLDP-specific-filter-if-not-necessary.patch patches.suse/ice-receive-LLDP-on-trusted-VFs.patch patches.suse/ice-remove-headers-argument-from-ice_tc_count_lkups.patch patches.suse/ice-support-egress-drop-rules-on-PF.patch patches.suse/ice-enable-LLDP-TX-for-VFs-through-tc.patch patches.suse/ice-remove-SW-side-band-access-workaround-for-E825.patch patches.suse/ice-refactor-ice_sbq_msg_dev-enum.patch patches.suse/ice-enable-timesync-operation-on-2xNAC-E825-devices.patch patches.suse/ice-improve-error-message-for-insufficient-filter-sp.patch patches.suse/ice-make-const-read-only-array-dflt_rules-static.patch patches.suse/i40e-fix-MMIO-write-access-to-an-invalid-page-in-i40.patch patches.suse/ixgbe-Fix-unreachable-retry-logic-in-combined-and-by.patch patches.suse/igc-enable-HW-vlan-tag-insertion-stripping-by-defaul.patch patches.suse/net-e1000e-convert-to-ndo_hwtstamp_get-and-ndo_hwtst.patch patches.suse/page_pool-Move-pp_magic-check-into-helper-functions.patch patches.suse/net-mlx5-HWS-Fix-matcher-action-template-attach.patch patches.suse/net-mlx5-HWS-Remove-unused-element-array.patch patches.suse/net-mlx5-HWS-Make-pool-single-resource.patch patches.suse/net-mlx5-HWS-Refactor-pool-implementation.patch patches.suse/net-mlx5-HWS-Cleanup-after-pool-refactoring.patch patches.suse/net-mlx5-HWS-Add-fullness-tracking-to-pool.patch patches.suse/net-mlx5-HWS-Fix-pool-size-optimization.patch patches.suse/net-mlx5-HWS-Implement-action-STE-pool.patch patches.suse/net-mlx5-HWS-Use-the-new-action-STE-pool.patch patches.suse/net-mlx5-HWS-Cleanup-matcher-action-STE-table.patch patches.suse/net-mlx5-HWS-Free-unused-action-STE-tables.patch patches.suse/net-mlx5-HWS-Export-action-STE-tables-to-debugfs.patch patches.suse/net-ptp-introduce-.supported_extts_flags-to-ptp_clock_info.patch patches.suse/net-ptp-introduce-.supported_perout_flags-to-ptp_clock_inf.patch patches.suse/ixgbe-wrap-netdev_priv-usage.patch patches.suse/ixgbe-add-initial-devlink-support.patch patches.suse/ixgbe-add-handler-for-devlink-.info_get.patch patches.suse/ixgbe-add-E610-functions-for-acquiring-flash-data.patch patches.suse/ixgbe-read-the-OROM-version-information.patch patches.suse/ixgbe-read-the-netlist-version-information.patch patches.suse/ixgbe-add-.info_get-extension-specific-for-E610-devi.patch patches.suse/ixgbe-add-E610-functions-getting-PBA-and-FW-ver-info.patch patches.suse/ixgbe-extend-.info_get-with-stored-versions.patch patches.suse/ixgbe-add-device-flash-update-via-devlink.patch patches.suse/ixgbe-add-support-for-devlink-reload.patch patches.suse/ixgbe-add-FW-API-version-check.patch patches.suse/ixgbe-add-E610-implementation-of-FW-recovery-mode.patch patches.suse/ixgbe-add-support-for-FW-rollback-mode.patch patches.suse/net-mlx5e-ethtool-Fix-formatting-of-ptp_rq0_csum_com.patch patches.suse/net-mlx5-Fix-spelling-mistakes-in-mlx5_core_dbg-mess.patch patches.suse/s390-ism-Pass-string-literal-as-format-argument-of-dev_set.patch patches.suse/bnxt_en-Change-FW-message-timeout-warning.patch patches.suse/bnxt_en-Report-the-ethtool-coredump-length-after-copying-t.patch patches.suse/bnxt_en-Remove-unused-field-ref_count-in-struct-bnxt_ulp.patch patches.suse/bnxt_en-Remove-unused-macros-in-bnxt_ulp.h.patch patches.suse/bpf-Prepare-to-reuse-get_ctx_arg_idx.patch patches.suse/ionic-extend-the-QSFP-module-sprom-for-more-pages.patch patches.suse/ionic-support-ethtool-get_module_eeprom_by_page.patch patches.suse/ionic-add-module-eeprom-channel-data-to-ionic_if-and.patch patches.suse/emulex-benet-Annotate-flash_cookie-as-nonstring.patch patches.suse/bnxt_en-hide-CONFIG_DETECT_HUNG_TASK-specific-code.patch patches.suse/net-stmmac-move-frag_size-handling-out-of-spin_lock.patch patches.suse/net-ethtool-mm-extract-stmmac-verification-logic-int.patch patches.suse/net-ethtool-mm-reset-verification-status-when-link-i.patch patches.suse/igc-rename-xdp_get_tx_ring-for-non-xdp-usage.patch patches.suse/igc-rename-I225_RXPBSIZE_DEFAULT-and-I225_TXPBSIZE_D.patch patches.suse/igc-use-FIELD_PREP-and-GENMASK-for-existing-TX-packe.patch patches.suse/igc-optimize-TX-packet-buffer-utilization-for-TSN-mo.patch patches.suse/igc-use-FIELD_PREP-and-GENMASK-for-existing-RX-packe.patch patches.suse/igc-set-the-RX-packet-buffer-size-for-TSN-mode.patch patches.suse/igc-add-support-for-frame-preemption-verification.patch patches.suse/igc-add-support-to-set-tx-min-frag-size.patch patches.suse/igc-block-setting-preemptible-traffic-class-in-tapri.patch patches.suse/igc-add-support-to-get-MAC-Merge-data-via-ethtool.patch patches.suse/igc-add-support-to-get-frame-preemption-statistics-v.patch patches.suse/net-mlx5-HWS-Fix-IP-version-decision.patch patches.suse/net-mlx5-HWS-Harden-IP-version-definer-checks.patch patches.suse/net-mlx5-HWS-Disallow-matcher-IP-version-mixing.patch patches.suse/bonding-assign-random-address-if-device-address-is-s.patch patches.suse/net-mlx4_core-Adjust-allocation-type-for-buddy-bits.patch patches.suse/igb-Link-IRQs-to-NAPI-instances.patch patches.suse/igb-Link-queues-to-NAPI-instances.patch patches.suse/igb-Add-support-for-persistent-NAPI-config.patch patches.suse/igb-Get-rid-of-spurious-interrupts.patch patches.suse/igc-Limit-netdev_tc-calls-to-MQPRIO.patch patches.suse/igc-Change-Tx-mode-for-MQPRIO-offloading.patch patches.suse/ixgbe-create-E610-specific-ethtool_ops-structure.patch patches.suse/ixgbe-add-support-for-ACPI-WOL-for-E610.patch patches.suse/ixgbe-apply-different-rules-for-setting-FC-on-E610.patch patches.suse/ixgbe-add-E610-.set_phys_id-callback-implementation.patch patches.suse/ixgbe-devlink-add-devlink-region-support-for-E610.patch patches.suse/idpf-assign-extracted-ptype-to-struct-libeth_rqe_inf.patch patches.suse/idpf-remove-unreachable-code-from-setting-mailbox.patch patches.suse/net-ibmveth-Indented-struct-ibmveth_adapter-correctl.patch patches.suse/net-ibmveth-Reset-the-adapter-when-unexpected-states.patch patches.suse/net-ibmveth-added-KUnit-tests-for-some-buffer-pool-f.patch patches.suse/netfilter-bridge-Move-specific-fragmented-packet-to-slow_p.patch patches.suse/netfilter-nft_quota-match-correctly-when-the-quota-just-de.patch patches.suse/netfilter-nft_set_pipapo-prevent-overflow-in-lookup-.patch patches.suse/netfilter-nft_set_pipapo-clamp-maximum-map-bucket-size-to-.patch patches.suse/devlink-define-enum-for-attr-types-of-dynamic-attrib.patch patches.suse/devlink-avoid-param-type-value-translations.patch patches.suse/wifi-rt2x00-remove-weird-self-assignment-in-rt2800_l.patch patches.suse/wifi-free-SKBTX_WIFI_STATUS-skb-tx_flags-flag.patch patches.suse/wifi-iwlwifi-mvm-Remove-duplicated-include-in-iwl-ut.patch patches.suse/wifi-iwlwifi-Add-missing-MODULE_FIRMWARE-for-Qu-c0-j.patch patches.suse/wifi-iwlwifi-fw-api-Absolute-rudimentary-typo-fixes-.patch patches.suse/wifi-mac80211-Avoid-Wflex-array-member-not-at-end-wa.patch patches.suse/wifi-iwlwifi-mvm-Avoid-Wflex-array-member-not-at-end.patch patches.suse/wifi-cfg80211-mac80211-remove-more-5-10-MHz-code.patch patches.suse/Revert-mac80211-Dynamically-set-CoDel-parameters-per.patch patches.suse/wifi-mac80211-Replace-__get_unaligned_cpu32-in-mesh_.patch patches.suse/wifi-mwifiex-deduplicate-code-in-mwifiex_cmd_tx_rate.patch patches.suse/wifi-mwifiex-use-adapter-as-context-pointer-for-mwif.patch patches.suse/wifi-mwifiex-drop-unnecessary-initialization.patch patches.suse/wifi-mwifiex-make-region_code_mapping_t-const.patch patches.suse/wifi-mwifiex-pass-adapter-to-mwifiex_dnld_cmd_to_fw.patch patches.suse/wifi-mwifiex-simplify-mwifiex_setup_ht_caps.patch patches.suse/wifi-mwifiex-fix-indention.patch patches.suse/wifi-mwifiex-make-locally-used-function-static.patch patches.suse/wifi-mwifiex-move-common-settings-out-of-switch-case.patch patches.suse/wifi-brcmsmac-Spelling-corrections.patch patches.suse/wifi-mwifiex-Don-t-use-pK-through-printk.patch patches.suse/wifi-ieee80211-define-beacon-protection-bit-field.patch patches.suse/wifi-brcm80211-fmac-Add-error-log-in-brcmf_usb_dl_cm.patch patches.suse/wifi-iwlwifi-mvm-remove-IWL_EMPTYING_HW_QUEUE_DELBA-.patch patches.suse/wifi-iwlwifi-fw-do-reset-handshake-during-assert-if-.patch patches.suse/wifi-iwlwifi-re-add-IWL_AMSDU_8K-case.patch patches.suse/wifi-iwlwifi-parse-active-and-20-MHz-AP-NVM-channel-.patch patches.suse/wifi-iwlwifi-mld-remove-P2P-powersave-tracking.patch patches.suse/wifi-iwlwifi-mld-remove-stored_beacon-support.patch patches.suse/wifi-iwlwifi-mld-avoid-memory-leak-if-mcc_init-fails.patch patches.suse/wifi-iwlwifi-mld-stop-hw-if-mcc_init-fails.patch patches.suse/wifi-iwlwifi-mld-don-t-do-iwl_trans_stop_device-twic.patch patches.suse/wifi-iwlwifi-mld-refactor-purging-async-notification.patch patches.suse/wifi-iwlwifi-mld-properly-handle-async-notification--b68df31.patch patches.suse/wifi-iwlwifi-update-the-PHY_CONTEXT_CMD-API.patch patches.suse/wifi-iwlwifi-mld-tests-simplify-le32-bitfield-handli.patch patches.suse/wifi-iwlwifi-set-step_urm-in-transport-and-not-in-th.patch patches.suse/wifi-mwifiex-remove-unnecessary-queue-empty-check.patch patches.suse/wifi-mwifiex-let-mwifiex_init_fw-return-0-for-succes.patch patches.suse/wifi-mwifiex-drop-asynchronous-init-waiting-code.patch patches.suse/wifi-mwifiex-remove-mwifiex_sta_init_cmd-last-argume.patch patches.suse/wifi-mac80211-Add-link-iteration-macro-for-link-data.patch patches.suse/wifi-mac80211-Create-separate-links-for-VLAN-interfa.patch patches.suse/wifi-mac80211-VLAN-traffic-in-multicast-path.patch patches.suse/wifi-cfg80211-Add-support-to-get-EMLSR-capabilities-.patch patches.suse/wifi-mac80211-update-ML-STA-with-EML-capabilities.patch patches.suse/wifi-ieee80211-Add-helpers-to-fetch-EMLSR-delay-and-.patch patches.suse/wifi-nl80211-add-link-id-of-transmitted-profile-for-.patch patches.suse/wifi-mac80211-restructure-tx-profile-retrieval-for-M.patch patches.suse/wifi-ath12k-Pass-correct-values-of-center-freq1-and-.patch patches.suse/wifi-ath12k-Pass-correct-values-of-center-freq1-and--5e44b18.patch patches.suse/wifi-ath12k-move-firmware-stats-out-of-debugfs.patch patches.suse/wifi-ath12k-add-get_txpower-mac-ops.patch patches.suse/wifi-ath12k-remove-open-parenthesis.patch patches.suse/wifi-ath12k-don-t-put-ieee80211_chanctx_conf-struct-.patch patches.suse/wifi-ath12k-fix-incorrect-CE-addresses.patch patches.suse/wifi-ath12k-refactor-ath12k_hw_regs-structure.patch patches.suse/wifi-ath12k-add-ath12k_hw_params-for-IPQ5332.patch patches.suse/wifi-ath12k-avoid-m3-firmware-download-in-AHB-device.patch patches.suse/wifi-ath12k-Add-hw_params-to-remap-CE-register-space.patch patches.suse/wifi-ath12k-add-support-for-fixed-QMI-firmware-memor.patch patches.suse/wifi-ath12k-add-AHB-driver-support-for-IPQ5332.patch patches.suse/wifi-ath12k-Power-up-root-PD.patch patches.suse/wifi-ath12k-Register-various-userPD-interrupts-and-s.patch patches.suse/wifi-ath12k-Power-up-userPD.patch patches.suse/wifi-ath12k-Power-down-userPD.patch patches.suse/wifi-ath12k-enable-ath12k-AHB-support.patch patches.suse/wifi-ath12k-fix-link-valid-field-initialization-in-t.patch patches.suse/wifi-ath12k-Add-extra-TLV-tag-parsing-support-in-mon.patch patches.suse/wifi-ath12k-Avoid-fetch-Error-bitmap-and-decap-forma.patch patches.suse/wifi-ath12k-Replace-band-define-G-with-GHZ-where-app.patch patches.suse/wifi-ath12k-change-the-status-update-in-the-monitor-.patch patches.suse/wifi-ath12k-Avoid-packet-offset-and-FCS-length-from-.patch patches.suse/wifi-ath12k-fix-NULL-access-in-assign-channel-contex.patch patches.suse/wifi-ath12k-Refactor-the-monitor-channel-context-pro.patch patches.suse/wifi-ath12k-Move-to-NO_VIRTUAL-monitor.patch patches.suse/wifi-ath12k-add-monitor-interface-support-on-QCN9274.patch patches.suse/wifi-ath12k-extend-dma-mask-to-36-bits.patch patches.suse/wifi-ath11k-determine-PM-policy-based-on-machine-mod.patch patches.suse/wifi-ath11k-introduce-ath11k_core_continue_suspend_r.patch patches.suse/wifi-ath11k-refactor-ath11k_core_suspend-_resume.patch patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch patches.suse/Reapply-wifi-ath11k-restore-country-code-during-resu.patch patches.suse/wifi-ath12k-Fix-memory-leak-due-to-multiple-rx_stats.patch patches.suse/wifi-ath12k-add-configure-country-code-for-WCN7850.patch patches.suse/wifi-ath12k-use-correct-WMI-command-to-set-country-c.patch patches.suse/wifi-ath12k-add-11d-scan-offload-support.patch patches.suse/wifi-ath12k-store-and-send-country-code-to-firmware-.patch patches.suse/wifi-ath12k-Fix-spelling-errors-in-mac.c-file.patch patches.suse/wifi-ath11k-fix-node-corruption-in-ar-arvifs-list.patch patches.suse/wifi-ath12k-Fix-the-enabling-of-REO-queue-lookup-tab.patch patches.suse/wifi-ath12k-Add-support-to-clear-qdesc-array-in-REO-.patch patches.suse/wifi-ath12k-Enable-REO-queue-lookup-table-feature-on-89ac53e.patch patches.suse/wifi-ath12k-Fix-incorrect-rates-sent-to-firmware.patch patches.suse/wifi-ath12k-Fix-memory-leak-during-vdev_id-mismatch.patch patches.suse/wifi-ath12k-Fix-memory-corruption-during-MLO-multica.patch patches.suse/wifi-ath12k-Fix-invalid-memory-access-while-forming-.patch patches.suse/wifi-ath12k-Fix-misspelling-upto-in-dp.c.patch patches.suse/wifi-ath12k-ahb-Replace-del_timer_sync-with-timer_de.patch patches.suse/wifi-ath12k-add-rx_info-to-capture-required-field-fr.patch patches.suse/wifi-ath12k-replace-the-usage-of-rx-desc-with-rx_inf.patch patches.suse/wifi-ath12k-Add-support-for-link-specific-datapath-s.patch patches.suse/wifi-ath12k-fix-cleanup-path-after-mhi-init.patch patches.suse/wifi-ath12k-Resolve-multicast-packet-drop-by-populat.patch patches.suse/wifi-ath12k-Introduce-check-against-zero-for-ahvif-k.patch patches.suse/wifi-ath12k-Disable-broadcast-TWT-feature-in-HE-MAC-.patch patches.suse/wifi-ath12k-Fix-WMI-tag-for-EHT-rate-in-peer-assoc.patch patches.suse/wifi-ath11k-Use-of_property_present-to-test-property.patch patches.suse/wifi-ath12k-Fix-a-couple-NULL-vs-IS_ERR-bugs.patch patches.suse/wifi-ath12k-Fix-buffer-overflow-in-debugfs.patch patches.suse/wifi-ath12k-fix-SLUB-BUG-Object-already-free-in-ath1.patch patches.suse/wifi-ath12k-add-reference-counting-for-core-attachme.patch patches.suse/wifi-ath12k-fix-failed-to-set-mhi-state-error-during.patch patches.suse/wifi-ath12k-fix-ATH12K_FLAG_REGISTERED-flag-handling.patch patches.suse/wifi-ath12k-fix-firmware-assert-during-reboot-with-h.patch patches.suse/wifi-ath12k-fix-ath12k_core_pre_reconfigure_recovery.patch patches.suse/wifi-ath12k-handle-ath12k_core_restart-with-hardware.patch patches.suse/wifi-ath12k-handle-ath12k_core_reset-with-hardware-g.patch patches.suse/wifi-ath12k-reset-MLO-global-memory-during-recovery.patch patches.suse/wifi-ath12k-introduce-ath12k_fw_feature_supported.patch patches.suse/wifi-ath12k-use-fw_features-only-when-it-is-valid.patch patches.suse/wifi-ath12k-support-MLO-as-well-if-single_chip_mlo_s.patch patches.suse/wifi-ath12k-identify-assoc-link-vif-in-station-mode.patch patches.suse/wifi-ath12k-make-assoc-link-associate-first.patch patches.suse/wifi-ath12k-group-REO-queue-buffer-parameters-togeth.patch patches.suse/wifi-ath12k-alloc-REO-queue-per-station.patch patches.suse/wifi-ath12k-don-t-skip-non-primary-links-for-WCN7850.patch patches.suse/wifi-ath12k-support-2-channels-for-single-pdev-devic.patch patches.suse/wifi-ath12k-Handle-error-cases-during-extended-skb-a.patch patches.suse/wifi-ath12k-Refactor-tx-descriptor-handling-in-tx-co.patch patches.suse/wifi-ath12k-Fix-memory-leak-during-extended-skb-allo.patch patches.suse/wifi-ath12k-Use-skb-len-for-dma_unmap_single-length-.patch patches.suse/wifi-ath12k-Add-helper-function-ath12k_mac_update_fr.patch patches.suse/wifi-ath12k-Fix-frequency-range-in-driver.patch patches.suse/wifi-ath12k-Update-frequency-range-if-reg-rules-chan.patch patches.suse/wifi-ath12k-using-msdu-end-descriptor-to-check-for-r.patch patches.suse/wifi-ath12k-correctly-handle-mcast-packets-for-clien.patch patches.suse/wifi-ath12k-fix-invalid-access-to-memory.patch patches.suse/wifi-ath12k-Add-MSDU-length-validation-for-TKIP-MIC-.patch patches.suse/wifi-ath12k-avoid-deadlock-during-regulatory-update-.patch patches.suse/wifi-ath12k-Avoid-allocating-rx_stats-when-ext_rx_st.patch patches.suse/wifi-ath12k-Fix-the-QoS-control-field-offset-to-buil.patch patches.suse/wifi-ath12k-fix-wrong-handling-of-CCMP256-and-GCMP-c.patch patches.suse/wifi-ath12k-avoid-multiple-skb_cb-fetch-in-ath12k_ma.patch patches.suse/wifi-ath12k-Prevent-sending-WMI-commands-to-firmware.patch patches.suse/wifi-ath12k-fix-node-corruption-in-ar-arvifs-list.patch patches.suse/wifi-ath10k-Don-t-use-pK-through-printk.patch patches.suse/wifi-ath11k-Don-t-use-pK-through-printk.patch patches.suse/wifi-ath12k-Don-t-use-pK-through-printk.patch patches.suse/wifi-wcn36xx-Don-t-use-pK-through-printk.patch patches.suse/wifi-mac80211_hwsim-Prevent-tsf-from-setting-if-beac.patch patches.suse/wifi-iwlwifi-pcie-add-support-for-the-reset-handshak.patch patches.suse/wifi-iwlwifi-mld-clarify-variable-type.patch patches.suse/wifi-iwlwifi-mld-fix-iwl_mld_emlsr_disallowed_with_l.patch patches.suse/wifi-iwlwifi-mld-use-cfg80211_chandef_get_width.patch patches.suse/wifi-iwlwifi-mld-allow-EMLSR-on-separated-5-GHz-subb.patch patches.suse/wifi-iwlwifi-define-API-for-external-FSEQ-images.patch patches.suse/wifi-iwlwifi-mld-skip-unknown-FW-channel-load-values.patch patches.suse/wifi-iwlwifi-clean-up-band-in-RX-metadata.patch patches.suse/wifi-iwlwifi-mld-rx-simplify-channel-handling.patch patches.suse/wifi-iwlwifi-mld-simplify-iwl_mld_rx_fill_status.patch patches.suse/wifi-iwlwifi-add-definitions-for-iwl_mac_power_cmd-v.patch patches.suse/wifi-iwlwifi-pcie-make-sure-to-lock-rxq-read.patch patches.suse/wifi-iwlwifi-move-phy_filters-to-fw_runtime.patch patches.suse/net-ibmveth-Refactored-veth_pool_store-for-better-ma.patch patches.suse/net-mlx5-support-software-TX-timestamp.patch patches.suse/iidc-ice-irdma-Rename-IDC-header-file.patch patches.suse/iidc-ice-irdma-Rename-to-iidc_-convention.patch patches.suse/iidc-ice-irdma-Break-iidc.h-into-two-headers.patch patches.suse/ice-Replace-ice-specific-DSCP-mapping-num-with-a-ker.patch patches.suse/iidc-ice-irdma-Update-IDC-to-support-multiple-consum.patch patches.suse/netlink-fix-policy-dump-for-int-with-validation-call.patch patches.suse/net-mlx4-add-SOF_TIMESTAMPING_TX_SOFTWARE-flag-when-.patch patches.suse/net-mlx5-HWS-expose-function-mlx5hws_table_ft_set_ne.patch patches.suse/net-mlx5-HWS-add-definer-function-to-get-field-name-.patch patches.suse/net-mlx5-HWS-expose-polling-function-in-header-file.patch patches.suse/net-mlx5-HWS-introduce-isolated-matchers.patch patches.suse/net-mlx5-HWS-support-complex-matchers.patch patches.suse/net-mlx5-HWS-force-rehash-when-rule-insertion-failed.patch patches.suse/net-mlx5-HWS-fix-counting-of-rules-in-the-matcher.patch patches.suse/net-mlx5-HWS-fix-redundant-extension-of-action-templ.patch patches.suse/net-mlx5-HWS-rework-rehash-loop.patch patches.suse/net-mlx5-HWS-dump-bad-completion-details.patch patches.suse/net-tg3-use-crc32-instead-of-hand-rolled-equivalent.patch patches.suse/net-mlx5-Use-to_delayed_work.patch patches.suse/net-mlx5e-Reuse-per-RQ-XDP-buffer-to-avoid-stack-zer.patch patches.suse/net-phy-microchip-document-where-the-LAN88xx-PHYs-ar.patch patches.suse/idpf-change-the-method-for-mailbox-workqueue-allocat.patch patches.suse/idpf-add-initial-PTP-support.patch patches.suse/virtchnl-add-PTP-virtchnl-definitions.patch patches.suse/idpf-move-virtchnl-structures-to-the-header-file.patch patches.suse/idpf-negotiate-PTP-capabilities-and-get-PTP-clock.patch patches.suse/idpf-add-mailbox-access-to-read-PTP-clock-time.patch patches.suse/idpf-add-PTP-clock-configuration.patch patches.suse/idpf-add-Tx-timestamp-capabilities-negotiation.patch patches.suse/idpf-add-Tx-timestamp-flows.patch patches.suse/idpf-add-support-for-Rx-timestamping.patch patches.suse/sctp-Do-not-wake-readers-in-__sctp_write_space.patch patches.suse/net-introduce-CONFIG_NET_CRC32C.patch patches.suse/net-add-skb_crc32c.patch patches.suse/net-use-skb_crc32c-in-skb_crc32c_csum_help.patch patches.suse/RDMA-siw-use-skb_crc32c-instead-of-__skb_checksum.patch patches.suse/sctp-use-skb_crc32c-instead-of-__skb_checksum.patch patches.suse/net-fold-__skb_checksum-into-skb_checksum.patch patches.suse/lib-crc32-remove-unused-support-for-CRC32C-combinati.patch patches.suse/net-add-skb_copy_and_crc32c_datagram_iter.patch patches.suse/nvme-tcp-use-crc32c-and-skb_copy_and_crc32c_datagram.patch patches.suse/net-remove-skb_copy_and_hash_datagram_iter.patch patches.suse/emulex-benet-correct-command-version-selection-in-be.patch patches.suse/net-mlx5-SWS-fix-reformat-id-error-handling.patch patches.suse/net-mlx5-HWS-register-reformat-actions-with-fw.patch patches.suse/net-mlx5-HWS-fix-typo-nope-to-nop.patch patches.suse/net-mlx5-HWS-handle-modify-header-actions-dependency.patch patches.suse/IB-IPoIB-Enqueue-separate-work_structs-for-each-flus.patch patches.suse/IB-IPoIB-Replace-vlan_rwsem-with-the-netdev-instance.patch patches.suse/net-mlx5e-Don-t-drop-RTNL-during-firmware-flash.patch patches.suse/Bluetooth-Introduce-HCI-Driver-protocol.patch patches.suse/Bluetooth-btusb-Add-HCI-Drv-commands-for-configuring.patch patches.suse/Bluetooth-ISO-Fix-not-using-SID-from-adv-report.patch patches.suse/Bluetooth-btintel_pcie-Dump-debug-registers-on-error.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3630-for-MT7925.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3584-for-MT7922.patch patches.suse/Bluetooth-MGMT-iterate-over-mesh-commands-in-mgmt_me.patch patches.suse/Bluetooth-btintel-Check-dsbr-size-from-EFI-variable.patch patches.suse/wifi-mac80211-do-not-offer-a-mesh-path-if-forwarding.patch patches.suse/wifi-brcmfmac-support-per-vendor-cfg80211-callbacks-.patch patches.suse/wifi-brcmfmac-make-per-vendor-event-map-const.patch patches.suse/wifi-brcmfmac-cyw-support-external-SAE-authenticatio.patch patches.suse/wifi-brcmfmac-Fix-structure-size-for-WPA3-external-S.patch patches.suse/wifi-mac80211-Update-MCS15-support-in-link_conf.patch patches.suse/wireless-purelifi-plfxlc-fix-memory-leak-in-plfxlc_u.patch patches.suse/wifi-iwlwifi-Add-short-description-to-enum-iwl_power.patch patches.suse/wifi-iwlwifi-prepare-for-reading-WPFC-from-UEFI.patch patches.suse/wifi-iwlwifi-read-WPFC-also-from-UEFI.patch patches.suse/wifi-iwlwifi-mld-send-the-WPFC-table-to-the-FW.patch patches.suse/wifi-iwlwifi-mld-refactor-tests-to-use-chandefs.patch patches.suse/wifi-iwlwifi-mld-tests-extend-link-pair-tests.patch patches.suse/wifi-iwlwifi-avoid-scheduling-restart-during-restart.patch patches.suse/wifi-iwlwifi-implement-TOP-reset-follower.patch patches.suse/wifi-iwlwifi-mld-allow-EMLSR-with-2.4-GHz-when-BT-is.patch patches.suse/wifi-iwlwifi-mld-check-for-NULL-before-referencing-a.patch patches.suse/wifi-iwlwifi-mld-don-t-return-an-error-if-the-FW-is-.patch patches.suse/wifi-iwlwifi-rename-ppag_ver-to-ppag_bios_rev.patch patches.suse/wifi-iwlwifi-fw-support-reading-PPAG-BIOS-table-revi.patch patches.suse/wifi-iwlwifi-fw-support-PPAG-command-version-7.patch patches.suse/wifi-iwlwifi-mld-add-kunit-test-for-emlsr-with-bt-on.patch patches.suse/wifi-iwlwifi-add-support-for-ALIVE-v8.patch patches.suse/wifi-iwlwifi-mld-support-iwl_mac_power_cmd-version-2.patch patches.suse/wifi-iwlwifi-mvm-support-ROC-command-version-6.patch patches.suse/wifi-iwlwifi-mld-handle-SW-reset-w-o-NIC-error.patch patches.suse/wifi-iwlwifi-implement-TOP-reset.patch patches.suse/wifi-iwlwifi-mvm-support-iwl_mac_power_cmd-version-2.patch patches.suse/wifi-iwlwifi-mld-support-for-COMPRESSED_BA_RES_API_S.patch patches.suse/wifi-iwlwifi-mld-add-monitor-internal-station.patch patches.suse/wifi-iwlwifi-mld-start-AP-with-the-correct-bandwidth.patch patches.suse/wifi-iwlwifi-mld-force-the-responder-to-use-the-full.patch patches.suse/wifi-iwlwifi-dvm-fix-various-W-1-warnings.patch patches.suse/wifi-iwlwifi-mld-set-rx_mpdu_cmd_hdr_size.patch patches.suse/wifi-iwlwifi-mvm-remove-nl80211-testmode.patch patches.suse/wifi-iwlwifi-clean-up-config-macro.patch patches.suse/wifi-iwlwifi-remove-TH-TH1-RF-types.patch patches.suse/wifi-iwlwifi-pcie-Add-support-for-new-device-ids-e3c41f4.patch patches.suse/wifi-iwlwifi-remove-duplicated-line.patch patches.suse/wifi-iwlwifi-unify-some-configurations.patch patches.suse/wifi-iwlwifi-pcie-add-entry-for-Killer-AX1650i-on-Ad.patch patches.suse/wifi-iwlwifi-tests-check-for-device-names.patch patches.suse/wifi-iwlwifi-cfg-remove-fw_name_mac.patch patches.suse/wifi-iwlwifi-cfg-unify-Qu-QuZ-configs.patch patches.suse/wifi-iwlwifi-cfg-unify-Killer-1650s-i-with-Qu-Hr.patch patches.suse/wifi-iwlwifi-cfg-remove-unused-config-externs.patch patches.suse/wifi-iwlwifi-cfg-remove-max_tx_agg_size.patch patches.suse/wifi-iwlwifi-cfg-remove-iwl_ax201_cfg_qu_hr.patch patches.suse/wifi-iwlwifi-cfg-remove-duplicated-iwl_cfg_gl.patch patches.suse/wifi-iwlwifi-cfg-remove-duplicated-Sc-device-configs.patch patches.suse/wifi-iwlwifi-cfg-remove-iwl_cfg_br.patch patches.suse/wifi-iwlwifi-tests-check-configs-are-not-duplicated.patch patches.suse/wifi-iwlwifi-tests-check-transport-configs-are-not-d.patch patches.suse/wifi-iwlwifi-cfg-clean-up-BW-limit-and-subdev-matchi.patch patches.suse/wifi-iwlwifi-cfg-rename-BW_NO_LIMIT-to-BW_NOT_LIMITE.patch patches.suse/wifi-iwlwifi-pcie-remove-ent-argument-from-alloc.patch patches.suse/wifi-iwlwifi-cfg-minor-fixes-for-Sc.patch patches.suse/wifi-iwlwifi-cfg-finish-config-split.patch patches.suse/wifi-iwlwifi-cfg-move-all-names-out-of-configs.patch patches.suse/wifi-iwlwifi-tests-check-for-duplicate-name-strings.patch patches.suse/wifi-iwlwifi-cfg-reduce-mac_type-to-u8.patch patches.suse/wifi-iwlwifi-cfg-remove-unnecessary-configs.patch patches.suse/wifi-iwlwifi-pcie-don-t-call-itself-indirectly.patch patches.suse/wifi-iwlwifi-mvm-add-command-order-checks-to-kunit.patch patches.suse/wifi-iwlwifi-remove-iwl_cmd_groups_verify_sorted.patch patches.suse/wifi-iwlwifi-pcie-rename-continuous-memory.patch patches.suse/wifi-iwlwifi-pcie-move-ME-check-data-to-pcie.patch patches.suse/wifi-iwlwifi-pcie-move-invalid-TX-CMD-into-PCIe.patch patches.suse/wifi-iwlwifi-pcie-move-wait_command_queue-into-PCIe.patch patches.suse/wifi-iwlwifi-unexport-iwl_trans_pcie_send_hcmd.patch patches.suse/wifi-iwlwifi-remove-PM-mode-and-send-in-D3.patch patches.suse/wifi-iwlwifi-handle-reasons-recommended-by-FW-for-le.patch patches.suse/wifi-iwlwifi-pass-full-FW-info-to-transport.patch patches.suse/wifi-iwlwifi-trans-remove-hw_id_str.patch patches.suse/wifi-iwlwifi-trans-remove-hw_wfpm_id.patch patches.suse/wifi-iwlwifi-pcie-remove-constant-wdg_timeout.patch patches.suse/wifi-iwlwifi-remove-bc_table_dword-transport-config.patch patches.suse/wifi-iwlfiwi-mvm-Fix-the-rate-reporting.patch patches.suse/wifi-iwlwifi-trans-remove-SCD-base-address-validatio.patch patches.suse/wifi-iwlwifi-trans-collect-device-information.patch patches.suse/wifi-iwlwifi-rework-transport-configuration.patch patches.suse/wifi-iwlwifi-move-STEP-config-into-trans-conf.patch patches.suse/wifi-iwlwifi-trans-move-ext_32khz_clock_valid-to-con.patch patches.suse/wifi-iwlwifi-remove-sku_id-from-trans.patch patches.suse/wifi-iwlwifi-fw-remove-RATE_MCS_NSS_POS.patch patches.suse/wifi-iwlwifi-rename-modulation-type-values.patch patches.suse/wifi-iwlwifi-mld-build-HT-VHT-injected-rate-in-v2.patch patches.suse/wifi-iwlwifi-mld-don-t-report-bad-EHT-rate-to-mac802.patch patches.suse/wifi-iwlwifi-mvm-don-t-report-bad-EHT-rate-to-mac802.patch patches.suse/wifi-iwlwifi-mvm-remove-HT-greenfield-support.patch patches.suse/wifi-iwlwifi-bump-FW-API-to-99-for-BZ-SC-DR-devices.patch patches.suse/wifi-iwlwifi-tests-allow-same-config-for-different-M.patch patches.suse/wifi-iwlwifi-cfg-use-minimum-API-version-97-for-Sc-D.patch patches.suse/wifi-iwlwifi-tests-simplify-devinfo_no_trans_cfg_dup.patch patches.suse/wifi-iwlwifi-dvm-pair-transport-op-mode-enter-leave.patch patches.suse/wifi-iwlwifi-print-the-DSM-value-when-read-from-UEFI.patch patches.suse/wifi-iwlwifi-mld-don-t-check-the-TPT-counters-when-s.patch patches.suse/wifi-iwlwifi-pcie-log-async-commands.patch patches.suse/wifi-iwlwifi-mld-add-debugfs-for-using-ptp-clock-tim.patch patches.suse/wifi-iwlwifi-dvm-init-keep_alive_beacons-in-power-ta.patch patches.suse/wifi-iwlwifi-remove-NVM-C-step-override.patch patches.suse/wifi-iwlwifi-mvm-fix-beacon-CCK-flag.patch patches.suse/wifi-iwlwifi-debug-set-CDB-indication-from-CSR.patch patches.suse/wifi-iwlwifi-add-support-PE-RF.patch patches.suse/wifi-iwlwifi-drop-whtc-RF.patch patches.suse/wifi-iwlwifi-make-iwl_uefi_get_uats_table-return-voi.patch patches.suse/wifi-iwlwifi-fix-6005N-SFF-match.patch patches.suse/wifi-iwlwifi-mld-add-RFI_CONFIG_CMD-to-iwl_mld_syste.patch patches.suse/wifi-iwlwifi-handle-v3-rates.patch patches.suse/wifi-iwlwifi-mld-remove-one-more-error-in-unallocate.patch patches.suse/wifi-iwlwifi-add-range-response-version-10-support.patch patches.suse/wifi-iwlwifi-Add-a-new-version-for-sta-config-comman.patch patches.suse/wifi-iwlwifi-Add-a-new-version-for-mac-config-comman.patch patches.suse/wifi-iwlwifi-Add-support-for-a-new-version-for-link-.patch patches.suse/wifi-iwlwifi-pcie-remove-iwl_trans_pcie_gen2_send_hc.patch patches.suse/wifi-iwlwifi-fix-thermal-code-compilation-with-Werro.patch patches.suse/wifi-iwlwifi-mvm-use-a-radio-system-specific-power-b.patch patches.suse/wifi-iwlwifi-mld-use-a-radio-system-specific-power-b.patch patches.suse/wifi-iwlwifi-mld-avoid-init-after-queue.patch patches.suse/wifi-iwlwifi-mld-call-thermal-exit-without-wiphy-loc.patch patches.suse/wifi-iwlwifi-cfg-remove-6-GHz-from-ht40_bands.patch patches.suse/wifi-iwlwifi-cfg-inline-HT-params.patch patches.suse/wifi-iwlwifi-pcie-remove-0x2726-devices.patch patches.suse/wifi-iwlwifi-add-JF1-JF2-RF-for-dynamic-FW-building.patch patches.suse/wifi-iwlwifi-build-9000-series-FW-filenames-dynamica.patch patches.suse/wifi-iwlwifi-cfg-remove-QuZ-JF-special-cases.patch patches.suse/wifi-iwlwifi-cfg-remove-cdb-value.patch patches.suse/wifi-iwlwifi-cfg-build-ax210-family-FW-names-dynamic.patch patches.suse/wifi-iwlwifi-cfg-handle-cc-firmware-dynamically.patch patches.suse/wifi-iwlwifi-cfg-remove-nvm_hw_section_num-from-new-.patch patches.suse/wifi-iwlwifi-pass-trans-to-iwl_parse_nvm_mcc_info.patch patches.suse/wifi-iwlwifi-rename-cfg_trans_params-to-mac_cfg.patch patches.suse/wifi-iwlwifi-cfg-remove-dbgc_supported-field.patch patches.suse/wifi-iwlwifi-cfg-remove-rf_id-field.patch patches.suse/wifi-iwlwifi-rename-struct-iwl_base_params.patch patches.suse/wifi-iwlwifi-cfg-remove-eeprom_size-from-new-devices.patch patches.suse/wifi-iwlwifi-cfg-remove-DCCM-offsets-from-new-device.patch patches.suse/wifi-iwlwifi-cfg-move-MAC-parameters-to-MAC-data.patch patches.suse/wifi-iwlwifi-remove-unused-high_temp-from-iwl_cfg.patch patches.suse/wifi-iwlwifi-cfg-add-ucode-API-min-max-to-MAC-config.patch patches.suse/wifi-iwlwifi-cfg-unify-num_rbds-config.patch patches.suse/wifi-iwlwifi-cfg-unify-JF-configs.patch patches.suse/wifi-iwlwifi-cfg-unify-HR-configs.patch patches.suse/wifi-iwlwifi-cfg-add-GF-RF-config.patch patches.suse/wifi-iwlwifi-cfg-add-FM-RF-config.patch patches.suse/wifi-iwlwifi-cfg-clean-up-Sc-Dr-Br-configs.patch patches.suse/wifi-iwlwifi-rename-iwl_cfg-to-iwl_rf_cfg.patch patches.suse/wifi-iwlwifi-mld-Correct-comments-for-cleanup-functi.patch patches.suse/wifi-iwlwifi-mld-Fix-ROC-activity-cleanup-in-iwl_mld.patch patches.suse/wifi-iwlwifi-mld-move-aux_sta-member-from-iwl_mld_li.patch patches.suse/wifi-iwlwifi-mld-Block-EMLSR-only-when-ready-to-ente.patch patches.suse/wifi-iwlwifi-mld-add-support-for-ROC-on-BSS.patch patches.suse/wifi-iwlwifi-mvm-mld-allow-puncturing-use-in-5-GHz.patch patches.suse/wifi-iwlwifi-dbg-fix-dump-trigger-split-check.patch patches.suse/wifi-iwlwifi-mld-add-debug-log-instead-of-warning.patch patches.suse/wifi-iwlwifi-cfg-remove-some-unused-names.patch patches.suse/wifi-iwlwifi-cfg-fix-some-device-names.patch patches.suse/wifi-iwlwifi-cfg-fix-Ma-device-configs.patch patches.suse/wifi-iwlwifi-cfg-fix-and-unify-Killer-JF-configs.patch patches.suse/wifi-iwlwifi-cfg-unify-and-add-some-Killer-devices.patch patches.suse/wifi-iwlwifi-cfg-clean-up-HR-device-matching.patch patches.suse/wifi-iwlwifi-tests-make-subdev-match-test-more-preci.patch patches.suse/wifi-iwlwifi-cfg-clean-up-JF-device-matching.patch patches.suse/wifi-iwlwifi-cfg-clean-up-GF-device-matching.patch patches.suse/wifi-iwlwifi-cfg-fix-and-clean-up-FM-WH-device-match.patch patches.suse/wifi-iwlwifi-cfg-fix-PE-RF-names.patch patches.suse/wifi-iwlwifi-cfg-add-a-couple-of-older-devices.patch patches.suse/wifi-iwlwifi-cfg-remove-MAC-type-step-matching.patch patches.suse/wifi-iwlwifi-cfg-mark-Ty-devices-as-discrete.patch patches.suse/wifi-iwlwifi-Add-helper-function-to-extract-device-I.patch patches.suse/wifi-iwlwifi-cfg-clean-up-dr-br-configs.patch patches.suse/wifi-iwlwifi-cfg-reduce-configuration-struct-size.patch patches.suse/wifi-iwlwifi-stop-supporting-TX_CMD_API_S_VER_8.patch patches.suse/wifi-iwlwifi-use-normal-versioning-convention-for-iw.patch patches.suse/wifi-iwlwifi-remove-GEN3-from-a-couple-of-macros.patch patches.suse/wifi-iwlwifi-use-bc-entries-instead-of-bc-table-also.patch patches.suse/wifi-iwlwifi-unify-iwlagn_scd_bc_tbl_entry-and-iwl_g.patch patches.suse/wifi-iwlwifi-remove-unused-macro.patch patches.suse/wifi-iwlwifi-map-iwl_context_info-to-the-matching-st.patch patches.suse/wifi-iwlwifi-fix-a-wrong-comment.patch patches.suse/wifi-iwlwifi-rename-ctx-info-gen3-to-ctx-info-v2.patch patches.suse/wifi-iwlwifi-fw-api-include-required-headers-in-rs-l.patch patches.suse/wifi-iwlwifi-mld-allow-2-ROCs-on-the-same-vif.patch patches.suse/wifi-rtw89-set-2TX-for-1SS-rate-by-default.patch patches.suse/wifi-rtw89-fw-cast-mfw_hdr-pointer-from-address-of-z.patch patches.suse/wifi-rtw89-phy-reset-value-of-force-TX-power-for-MAC.patch patches.suse/wifi-rtw89-fix-typo-of-access-in-rtw89_sar_info-desc.patch patches.suse/wifi-rtw89-regd-introduce-string-getter-for-reuse.patch patches.suse/wifi-rtw89-sar-introduce-structure-to-wrap-query-par.patch patches.suse/wifi-rtw89-sar-add-skeleton-for-SAR-configuration-vi.patch patches.suse/wifi-rtw89-acpi-introduce-method-evaluation-function.patch patches.suse/wifi-rtw89-acpi-support-loading-static-SAR-table.patch patches.suse/wifi-rtw89-acpi-support-loading-dynamic-SAR-tables-a.patch patches.suse/wifi-rtw89-acpi-support-loading-GEO-SAR-tables.patch patches.suse/wifi-rtw89-sar-add-skeleton-for-different-configs-by.patch patches.suse/wifi-rtw89-8922a-support-different-SAR-configs-by-an.patch patches.suse/wifi-rtw89-8852c-support-different-SAR-configs-by-an.patch patches.suse/wifi-rtw89-8852bx-support-different-SAR-configs-by-a.patch patches.suse/wifi-rtw88-sdio-Remove-redundant-flush_workqueue-cal.patch patches.suse/wifi-rtw88-usb-Remove-redundant-flush_workqueue-call.patch patches.suse/wifi-rtw88-usb-Enable-switching-the-RTL8814AU-to-USB.patch patches.suse/wifi-rtw88-usb-Enable-RX-aggregation-for-RTL8814AU.patch patches.suse/wifi-rtw88-Set-AMPDU-factor-to-hardware-for-RTL8814A.patch patches.suse/wifi-rtw88-Don-t-set-SUPPORTS_AMSDU_IN_AMPDU-for-RTL.patch patches.suse/wifi-rtw88-Fix-the-module-names-printed-in-dmesg.patch patches.suse/wifi-rtw88-sdio-map-mgmt-frames-to-queue-TX_DESC_QSE.patch patches.suse/wifi-rtw88-sdio-call-rtw_sdio_indicate_tx_status-unc.patch patches.suse/wifi-rtw88-do-not-ignore-hardware-read-error-during-.patch patches.suse/wifi-rtw89-8852c-update-supported-firmware-format-to.patch patches.suse/wifi-rtw89-8922a-fix-TX-fail-with-wrong-VCO-setting.patch patches.suse/wifi-rtw89-regd-indicate-if-regd_UK-TX-power-setting.patch patches.suse/wifi-rtw89-set-pre-calculated-antenna-matrices-for-H.patch patches.suse/wifi-rtw89-8922a-increase-beacon-loss-to-6-seconds.patch patches.suse/wifi-rtw89-acpi-introduce-country-specific-TAS-enabl.patch patches.suse/wifi-rtw89-add-suffix-_ax-to-Wi-Fi-6-HW-scan-struct-.patch patches.suse/wifi-rtw89-refactor-flow-that-hw-scan-handles-channe.patch patches.suse/wifi-rtw89-mcc-make-GO-announce-one-time-NoA-for-HW-.patch patches.suse/wifi-rtw89-don-t-re-randomize-TSF-of-AP-GO.patch patches.suse/wifi-rtw89-mcc-make-GO-STA-mode-calculate-dynamic-be.patch patches.suse/wifi-rtw89-mcc-handle-the-case-where-NoA-start-time-.patch patches.suse/wifi-rtw89-mcc-update-entire-plan-when-courtesy-conf.patch patches.suse/wifi-rtw89-mcc-support-courtesy-mechanism-on-both-ro.patch patches.suse/wifi-rtw89-mcc-refine-filling-function-of-start-TSF.patch patches.suse/wifi-rtw89-mcc-avoid-that-loose-pattern-sets-negativ.patch patches.suse/wifi-rtlwifi-disable-ASPM-for-RTL8723BE-with-subsyst.patch patches.suse/wifi-rtlwifi-Remove-unused-rtl_usb_-resume-suspend.patch patches.suse/wifi-rtlwifi-Remove-uncalled-stub-rtl-_phy_ap_calibr.patch patches.suse/wifi-rtlwifi-Remove-unused-rtl_bb_delay.patch patches.suse/wifi-rtw89-fw-Remove-const-on-allocation-type.patch patches.suse/wifi-rtw89-8922a-rfk-adjust-timeout-time-of-RX-DCK.patch patches.suse/wifi-rtw89-8922a-use-SW-CRYPTO-when-broadcast-in-MLO.patch patches.suse/wifi-rtw89-Adjust-management-queue-mapping-for-MLO-H.patch patches.suse/wifi-rtw89-extend-mapping-from-Qsel-to-DMA-ch-for-ML.patch patches.suse/wifi-rtw89-Configure-scan-band-when-mlo_dbcc_mode-ch.patch patches.suse/wifi-rtw89-extend-join_info-H2C-command-for-MLO-fiel.patch patches.suse/wifi-rtw89-add-MLD-capabilities-declaration.patch patches.suse/wifi-rtw89-Fill-in-correct-Rx-link-ID-for-MLO.patch patches.suse/wifi-rtw89-roc-dynamically-handle-link-id-and-link-i.patch patches.suse/wifi-rtw89-introduce-helper-to-get-designated-link-f.patch patches.suse/wifi-rtw89-Convert-rtw89_core_set_supported_band-to-.patch patches.suse/wifi-rtw89-Fix-inadverent-sharing-of-struct-ieee8021.patch patches.suse/wifi-rtw89-phy-add-C2H-event-handler-for-report-of-F.patch patches.suse/wifi-rtw89-constrain-TX-power-according-to-dynamic-a.patch patches.suse/wifi-rtw88-Fix-RX-aggregation-settings-for-RTL8723DS.patch patches.suse/wifi-rtw88-Handle-RTL8723D-S-with-blank-efuse.patch patches.suse/wifi-rtw88-rtw8822bu-VID-PID-for-BUFFALO-WI-U2-866DM.patch patches.suse/wifi-rtw89-extract-link-part-from-core-tx-write-func.patch patches.suse/wifi-rtw89-allow-driver-to-do-specific-band-TX-for-M.patch patches.suse/wifi-rtw89-send-nullfunc-based-on-the-given-link.patch patches.suse/wifi-rtw89-chan-re-calculate-MLO-DBCC-mode-during-se.patch patches.suse/wifi-rtw89-add-handling-of-mlo_link_cfg-H2C-command-.patch patches.suse/wifi-rtw89-add-MLO-track-for-MLSR-switch-decision.patch patches.suse/wifi-rtw89-debug-extend-dbgfs-for-MLO.patch patches.suse/wifi-rtw89-debug-add-MLD-table-dump.patch patches.suse/wifi-rtw89-debug-add-FW-log-component-for-MLO.patch patches.suse/wifi-rtw89-debug-add-mlo_mode-dbgfs.patch patches.suse/wifi-rtw89-declare-MLO-support-if-prerequisites-are-.patch patches.suse/wifi-rtw89-pci-configure-manual-DAC-mode-via-PCI-con.patch patches.suse/wifi-rtw89-leave-idle-mode-when-setting-WEP-encrypti.patch patches.suse/wifi-rtw89-pci-enlarge-retry-times-of-RX-tag-to-1000.patch patches.suse/wifi-rtw88-usb-Reduce-control-message-timeout-to-500.patch patches.suse/wifi-rtw88-usb-Upload-the-firmware-in-bigger-chunks.patch patches.suse/wifi-rtw88-Fix-the-random-error-beacon-valid-message.patch patches.suse/wifi-rtw89-mcc-pass-whom-to-stop-at-when-pausing-cha.patch patches.suse/wifi-rtw89-mcc-drop-queued-chanctx-changes-when-stop.patch patches.suse/wifi-rtw89-mcc-add-courtesy-mechanism-conditions-to-.patch patches.suse/wifi-rtw89-mcc-introduce-calculation-of-anchor-patte.patch patches.suse/wifi-rtw89-mcc-deal-with-non-periodic-NoA.patch patches.suse/wifi-rtw89-mcc-avoid-redundant-recalculations-if-no-.patch patches.suse/wifi-rtw88-fix-the-para-buffer-size-to-avoid-reading.patch patches.suse/wifi-rtw89-fix-firmware-scan-delay-unit-for-WiFi-6-c.patch patches.suse/wifi-mac80211-handle-non-MLO-mode-as-well-in-ieee802.patch patches.suse/wifi-check-if-socket-flags-are-valid.patch patches.suse/wifi-p54-prevent-buffer-overflow-in-p54_rx_eeprom_re.patch patches.suse/wifi-mac80211-validate-SCAN_FLAG_AP-in-scan-request-.patch patches.suse/wifi-mac80211-accept-probe-response-on-link-address-.patch patches.suse/wifi-ath12k-read-country-code-from-SMBIOS-for-WCN785.patch patches.suse/wifi-ath12k-handle-scan-link-during-vdev-create.patch patches.suse/wifi-ath12k-Use-scan-link-ID-15-for-all-scan-operati.patch patches.suse/wifi-ath10k-Fix-spelling-mistake-comple-complete.patch patches.suse/wifi-ath10k-Constify-structures-in-hw.c.patch patches.suse/wifi-ath9k-ahb-do-ioremap-resource-in-one-step.patch patches.suse/wifi-ath11k-Fix-QMI-memory-reuse-logic.patch patches.suse/wifi-ath11k-fix-ring-buffer-corruption.patch patches.suse/wifi-ath11k-fix-rx-completion-meta-data-corruption.patch patches.suse/wifi-ath11k-support-DBS-and-DFS-compatibility.patch patches.suse/wifi-ath12k-Add-support-to-simulate-firmware-crash.patch patches.suse/wifi-ath12k-delete-mon-reap-timer.patch patches.suse/wifi-ath12k-fix-a-possible-dead-lock-caused-by-ab-ba.patch patches.suse/wifi-ath12k-refactor-ath12k_reg_chan_list_event.patch patches.suse/wifi-ath12k-refactor-ath12k_reg_build_regd.patch patches.suse/wifi-ath12k-add-support-to-select-6-GHz-regulatory-t.patch patches.suse/wifi-ath12k-move-reg-info-handling-outside.patch patches.suse/wifi-ath12k-store-reg-info-for-later-use.patch patches.suse/wifi-ath12k-determine-interface-mode-in-_op_add_inte.patch patches.suse/wifi-ath12k-update-regulatory-rules-when-interface-a.patch patches.suse/wifi-ath12k-update-regulatory-rules-when-connection-.patch patches.suse/wifi-ath12k-save-power-spectral-density-PSD-of-regul.patch patches.suse/wifi-ath12k-add-parse-of-transmit-power-envelope-ele.patch patches.suse/wifi-ath12k-save-max-transmit-power-in-vdev-start-re.patch patches.suse/wifi-ath12k-fill-parameters-for-vdev-set-TPC-power-W.patch patches.suse/wifi-ath12k-add-handler-for-WMI_VDEV_SET_TPC_POWER_C.patch patches.suse/wifi-ath12k-use-WMI_VDEV_SET_TPC_POWER_CMDID-when-EX.patch patches.suse/wifi-ath12k-Abort-scan-before-removing-link-interfac.patch patches.suse/wifi-ath12k-parse-msdu_end-tlv-in-ath12k_dp_mon_rx_p.patch patches.suse/wifi-ath12k-avoid-call-ath12k_dp_mon_parse_rx_dest_t.patch patches.suse/wifi-ath12k-add-srng-config-template-for-mon-status-.patch patches.suse/wifi-ath12k-add-ring-config-for-monitor-mode-on-WCN7.patch patches.suse/wifi-ath12k-add-interrupt-configuration-for-mon-stat.patch patches.suse/wifi-ath12k-add-monitor-mode-handler-by-monitor-stat.patch patches.suse/wifi-ath12k-add-support-to-reap-and-process-monitor-.patch patches.suse/wifi-ath12k-fix-macro-definition-HAL_RX_MSDU_PKT_LEN.patch patches.suse/wifi-ath12k-use-ath12k_buffer_addr-in-ath12k_dp_rx_l.patch patches.suse/wifi-ath12k-add-support-to-reap-and-process-mon-dest.patch patches.suse/wifi-ath12k-init-monitor-parameters-for-WCN7850.patch patches.suse/wifi-ath12k-use-different-packet-offset-for-WCN7850.patch patches.suse/wifi-ath12k-enable-monitor-mode-for-WCN7850.patch patches.suse/wifi-ath12k-Enable-AST-index-based-address-search-in.patch patches.suse/wifi-ath12k-Prevent-multicast-duplication-for-dynami.patch patches.suse/wifi-ath12k-update-EMLSR-capabilities-of-ML-Station.patch patches.suse/wifi-ath12k-pass-link_conf-for-tx_arvif-retrieval.patch patches.suse/wifi-ath12k-Fix-invalid-RSSI-values-in-station-dump.patch patches.suse/wifi-ath12k-change-soc-name-to-device-name.patch patches.suse/wifi-ath12k-Add-device-dp-stats-support.patch patches.suse/wifi-ath12k-print-device-dp-stats-in-debugfs.patch patches.suse/wifi-ath12k-Reorder-and-relocate-the-release-of-reso.patch patches.suse/wifi-ath12k-Adjust-the-process-of-resource-release-f.patch patches.suse/wifi-ath12k-support-usercase-specific-firmware-overr.patch patches.suse/wifi-ath12k-fix-memory-leak-in-ath12k_service_ready_.patch patches.suse/wifi-ath12k-fix-ring-buffer-corruption.patch patches.suse/wifi-ath12k-fix-memory-leak-in-WMI-firmware-stats.patch patches.suse/wifi-ath12k-Fix-scan-initiation-failure-handling.patch patches.suse/wifi-ath12k-Send-MCS15-support-to-firmware-during-pe.patch patches.suse/wifi-ath12k-remove-redundant-regulatory-rules-inters.patch patches.suse/wifi-ath9k_htc-Abort-software-beacon-handling-if-dis.patch patches.suse/wifi-carl9170-micro-optimize-carl9170_tx_shift_bm.patch patches.suse/wifi-ath12k-fix-mac-pdev-frequency-range-update.patch patches.suse/wifi-ath12k-fix-regdomain-update-failure-after-11D-s.patch patches.suse/wifi-ath12k-fix-regdomain-update-failure-when-adding.patch patches.suse/wifi-ath12k-fix-regdomain-update-failure-when-connec.patch patches.suse/wifi-mt76-mt7996-add-macros-for-pci-device-ids.patch patches.suse/wifi-mt76-connac-add-support-to-load-firmware-for-mt.patch patches.suse/wifi-mt76-mt7996-rework-WA-mcu-command-for-mt7990.patch patches.suse/wifi-mt76-mt7996-rework-DMA-configuration-for-mt7990.patch patches.suse/wifi-mt76-mt7996-rework-register-mapping-for-mt7990.patch patches.suse/wifi-mt76-mt7996-add-eeprom-support-for-mt7990.patch patches.suse/wifi-mt76-mt7996-adjust-HW-capabilities-for-mt7990.patch patches.suse/wifi-mt76-connac-rework-TX-descriptor-and-TX-free-fo.patch patches.suse/wifi-mt76-mt7996-rework-background-radar-check-for-m.patch patches.suse/wifi-mt76-mt7996-add-PCI-device-id-for-mt7990.patch patches.suse/wifi-mt76-mt7915-set-correct-background-radar-capabi.patch patches.suse/wifi-mt76-mt7915-rework-radar-HWRDD-idx.patch patches.suse/wifi-mt76-mt7996-rework-radar-HWRDD-idx.patch patches.suse/wifi-mt76-mt7925-Fix-logical-vs-bitwise-typo.patch patches.suse/wifi-mt76-mt7925-add-EHT-preamble-puncturing.patch patches.suse/wifi-mt76-mt7996-Add-NULL-check-in-mt7996_thermal_in.patch patches.suse/Revert-wifi-mt76-mt7996-fill-txd-by-host-driver.patch patches.suse/wifi-mt76-mt7996-prevent-uninit-return-in-mt7996_mac.patch patches.suse/wifi-mt76-Remove-an-unneeded-local-variable-in-mt76x.patch patches.suse/wifi-mt76-mt76x2-Add-support-for-LiteOn-WN4516R-WN45.patch patches.suse/wifi-mt76-mt7925-introduce-thermal-protection.patch patches.suse/wifi-mt76-mt7925-fix-host-interrupt-register-initial.patch patches.suse/wifi-mt76-mt7921-add-160-MHz-AP-for-mt7922-device.patch patches.suse/wifi-mt76-mt7996-avoid-NULL-pointer-dereference-in-m.patch patches.suse/wifi-mt76-mt7996-avoid-null-deref-in-mt7996_stop_phy.patch patches.suse/wifi-mt76-mt7996-fix-uninitialized-symbol-warning.patch patches.suse/Revert-wifi-mt76-Check-link_conf-pointer-in-mt76_con.patch patches.suse/wifi-mt76-mt7996-remove-duplicate-check-in-mt7996_mc.patch patches.suse/wifi-mt76-scan-Fix-mlink-dereferenced-before-IS_ERR_.patch patches.suse/wifi-mt76-add-mt76_connac_mcu_build_rnr_scan_param-r.patch patches.suse/wifi-mt76-mt7925-add-RNR-scan-support-for-6GHz.patch patches.suse/wifi-mt76-mt7996-Fix-null-ptr-deref-in-mt7996_mmio_w.patch patches.suse/wifi-mt76-mt7915-Fix-null-ptr-deref-in-mt7915_mmio_w.patch patches.suse/wifi-mt76-mt7925-prevent-multiple-scan-commands.patch patches.suse/wifi-mt76-mt7925-refine-the-sniffer-commnad.patch patches.suse/wifi-mt76-mt7925-ensure-all-MCU-commands-wait-for-re.patch patches.suse/wifi-mt76-mt7925-extend-MCU-support-for-testmode.patch patches.suse/wifi-mt76-mt7925-add-test-mode-support.patch patches.suse/wifi-mt76-remove-capability-of-partial-bandwidth-UL-.patch patches.suse/wifi-mt76-mt7996-fix-beamformee-SS-field.patch patches.suse/wifi-mt76-mt7996-set-EHT-max-ampdu-length-capability.patch patches.suse/wifi-mt76-mt7996-drop-fragments-with-multicast-or-br.patch patches.suse/wifi-mt76-mt7996-fix-invalid-NSS-setting-when-TX-pat.patch patches.suse/wifi-mt76-mt7996-change-max-beacon-size.patch patches.suse/wifi-mt76-mt7996-fix-RX-buffer-size-of-MCU-event.patch patches.suse/wifi-mt76-fix-available_antennas-setting.patch patches.suse/wifi-mt76-support-power-delta-calculation-for-5-TX-p.patch patches.suse/wifi-mt76-mt7925-add-rfkill_poll-for-hardware-rfkill.patch patches.suse/tcp-Restrict-SO_TXREHASH-to-TCP-socket.patch patches.suse/net-usb-aqc111-fix-error-handling-of-usbnet-read-cal.patch patches.suse/xfrm-Remove-unnecessary-strscpy_pad-size-arguments.patch patches.suse/net-mlx5-Avoid-using-xso.real_dev-unnecessarily.patch patches.suse/xfrm-Use-xdo.dev-instead-of-xdo.real_dev.patch patches.suse/xfrm-Remove-unneeded-device-check-from-validate_xmit.patch patches.suse/xfrm-Add-explicit-dev-to-.xdo_dev_state_-add-delete-.patch patches.suse/bonding-Mark-active-offloaded-xfrm_states.patch patches.suse/bonding-Fix-multiple-long-standing-offload-races.patch patches.suse/xfrm-Migrate-offload-configuration.patch patches.suse/xfrm-Refactor-migration-setup-during-the-cloning-pro.patch patches.suse/xfrm-validate-assignment-of-maximal-possible-SEQ-num.patch patches.suse/xfrm-prevent-configuration-of-interface-index-when-o.patch patches.suse/xfrm-use-kfree_sensitive-for-SA-secret-zeroization.patch patches.suse/netfilter-xtables-support-arpt_mark-and-ipv6-optstrip-for-.patch patches.suse/netfilter-nf_tables-nft_fib_ipv6-fix-VRF-ipv4-ipv6-result-.patch patches.suse/netfilter-nf_tables-nft_fib-consistent-l3mdev-handling.patch patches.suse/netfilter-nft_tunnel-fix-geneve_opt-dump.patch patches.suse/net-mlx5e-Allow-setting-MAC-address-of-representors.patch patches.suse/net-mlx5-HWS-Fix-an-error-code-in-mlx5hws_bwc_rule_c.patch patches.suse/net-phy-fix-up-const-issues-in-to_mdio_device-and-to.patch patches.suse/msft-hv-3280-net-mana-Add-support-for-Multi-Vports-on-Bare-metal.patch patches.suse/selftests-bpf-Fix-bpf-selftest-build-warning.patch patches.suse/vsock-virtio-fix-rx_bytes-accounting-for-stream-sock.patch patches.suse/net-mlx5_core-Add-error-handling-inmlx5_query_nic_vp.patch patches.suse/net-xilinx-axienet-Fix-Tx-skb-circular-buffer-occupa.patch patches.suse/net-phy-clear-phydev-devlink-when-the-link-is-delete.patch patches.suse/net-mlx5-Add-error-handling-in-mlx5_query_nic_vport_.patch patches.suse/net-phy-mscc-Fix-memory-leak-when-using-one-step-tim.patch patches.suse/octeontx2-pf-QOS-Perform-cache-sync-on-send-queue-te.patch patches.suse/octeontx2-pf-QOS-Refactor-TC_HTB_LEAF_DEL_LAST-callb.patch patches.suse/net_sched-hfsc-Address-reentrant-enqueue-adding-clas.patch patches.suse/calipso-Don-t-call-calipso-functions-for-AF_INET-sk.patch patches.suse/net-openvswitch-Fix-the-dead-loop-of-MPLS-parse.patch patches.suse/net-phy-mscc-Stop-clearing-the-the-UDPv4-checksum-fo.patch patches.suse/libbpf-Fix-implicit-memfd_create-for-bionic.patch patches.suse/bpf-Fix-a-comment-describing-bpf_attr.patch patches.suse/libbpf-Add-likely-unlikely-macros-and-use-them-in-se.patch patches.suse/selftests-bpf-Convert-comma-to-semicolon-c9661394.patch patches.suse/selftests-bpf-Support-struct-union-presets-in-verist.patch patches.suse/libbpf-Add-getters-for-BTF.ext-func-and-line-info.patch patches.suse/selftests-bpf-Add-BTF.ext-line-func-info-getter-test.patch patches.suse/bpf-Check-link_create.flags-parameter-for-multi_kprobe.patch patches.suse/bpf-Check-link_create.flags-parameter-for-multi_uprobe.patch patches.suse/selftests-bpf-Fix-bpf_nf-selftest-failure.patch patches.suse/bpf-fix-ktls-panic-with-sockmap.patch patches.suse/selftests-bpf-add-ktls-selftest.patch patches.suse/bpf-sockmap-Fix-data-lost-during-EAGAIN-retries.patch patches.suse/bpf-sockmap-fix-duplicated-data-transmission.patch patches.suse/bpf-sockmap-Fix-panic-when-calling-skb_linearize.patch patches.suse/selftest-bpf-benchs-Add-benchmark-for-sockmap-usage.patch patches.suse/bpf-Clarify-role-of-BPF_F_RECOMPUTE_CSUM.patch patches.suse/bpf-Clarify-the-meaning-of-BPF_F_PSEUDO_HDR.patch patches.suse/bpf-Factor-out-htab_elem_value-helper.patch patches.suse/bpf-Rename-__htab_percpu_map_update_elem-to-htab_map.patch patches.suse/bpf-Support-atomic-update-for-htab-of-maps.patch patches.suse/bpf-Add-is_fd_htab-helper.patch patches.suse/bpf-Don-t-allocate-per-cpu-extra_elems-for-fd-htab.patch patches.suse/selftests-bpf-Add-test-case-for-atomic-update-of-fd-.patch patches.suse/selftest-bpf-benchs-Remove-duplicate-sys-types.h-hea.patch patches.suse/kbuild-bpf-Enable-btf_features-attributes.patch patches.suse/libbpf-Fix-buffer-overflow-in-bpf_object__init_prog.patch patches.suse/libbpf-Verify-section-type-in-btf_find_elf_sections.patch patches.suse/selftests-bpf-Close-the-file-descriptor-to-avoid-res.patch patches.suse/libbpf-Fix-event-name-too-long-error.patch patches.suse/selftests-bpf-Add-test-for-attaching-uprobe-with-lon.patch patches.suse/selftests-bpf-Add-test-for-attaching-kprobe-with-lon.patch patches.suse/bpf-Use-proper-type-to-calculate-bpf_raw_tp_null_arg.patch patches.suse/bpf-Streamline-allowed-helpers-between-tracing-and-b.patch patches.suse/bpf-Allow-access-to-const-void-pointer-arguments-in-.patch patches.suse/selftests-bpf-Add-test-to-access-const-void-pointer-.patch patches.suse/selftests-bpf-Set-MACs-during-veth-creation-in-tc_re.patch patches.suse/bpf-docs-Fix-non-standard-line-break.patch patches.suse/selftests-bpf-Fix-arena_spin_lock.c-build-dependency.patch patches.suse/selftests-bpf-Fix-arena_spin_lock-on-systems-with-le.patch patches.suse/selftests-bpf-Fix-endianness-issue-in-__qspinlock-de.patch patches.suse/libbpf-Remove-sample_period-init-in-perf_buffer.patch patches.suse/Use-thread-safe-function-pointer-in-libbpf_print.patch patches.suse/libbpf-Add-identical-pointer-detection-to-btf_dedup_.patch patches.suse/selftests-bpf-Fix-kmem_cache-iterator-draining.patch patches.suse/libbpf-Use-proper-errno-value-in-linker.patch patches.suse/bpf-Replace-offsetof-with-struct_size.patch patches.suse/bpf-Allow-XDP-dev-bound-programs-to-perform-XDP_REDI.patch patches.suse/selftests-bpf-xdp_metadata-Check-XDP_REDIRCT-support.patch patches.suse/selftests-bpf-Add-btf-dedup-test-covering-module-BTF.patch patches.suse/selftests-bpf-Remove-sockmap_ktls-disconnect_after_d.patch patches.suse/bpf-Fix-uninitialized-values-in-BPF_-CORE-PROBE-_REA.patch patches.suse/bpf-Replace-offsetof-with-struct_size-41948afc.patch patches.suse/libbpf-Improve-BTF-dedup-handling-of-identical-BTF-t.patch patches.suse/bpf-Check-KF_bpf_rbtree_add_impl-for-the-case-KF_ARG.patch patches.suse/bpf-Simplify-reg0-marking-for-the-rbtree-kfuncs-that.patch patches.suse/bpf-Add-bpf_rbtree_-root-left-right-kfunc.patch patches.suse/bpf-Allow-refcounted-bpf_rb_node-used-in-bpf_rbtree_.patch patches.suse/selftests-bpf-Add-tests-for-bpf_rbtree_-root-left-ri.patch patches.suse/bpf-Simplify-reg0-marking-for-the-list-kfuncs-that-r.patch patches.suse/bpf-Add-bpf_list_-front-back-kfunc.patch patches.suse/selftests-bpf-Add-test-for-bpf_list_-front-back.patch patches.suse/bpftool-Fix-regression-of-bpftool-cgroup-tree-EINVAL.patch patches.suse/bpftool-Fix-cgroup-command-to-only-show-cgroup-bpf-p.patch patches.suse/bpf-verifier-Handle-BPF_LOAD_ACQ-instructions-in-ins.patch patches.suse/bpf-riscv64-Introduce-emit_load_-and-emit_store_.patch patches.suse/bpf-riscv64-Support-load-acquire-and-store-release-i.patch patches.suse/bpf-riscv64-Skip-redundant-zext-instruction-after-lo.patch patches.suse/selftests-bpf-Use-CAN_USE_LOAD_ACQ_STORE_REL-when-ap.patch patches.suse/selftests-bpf-Avoid-passing-out-of-range-values-to-_.patch patches.suse/selftests-bpf-Verify-zero-extension-behavior-in-load.patch patches.suse/selftests-bpf-Enable-non-arena-load-acquire-store-re.patch patches.suse/bpf-Allow-some-trace-helpers-for-all-prog-types.patch patches.suse/selftests-bpf-Fix-caps-for-__xlated-jited_unpriv.patch patches.suse/scripts-bpf_doc.py-implement-json-output-format.patch patches.suse/bpf-Add-support-to-retrieve-ref_ctr_offset-for-uprob.patch patches.suse/selftests-bpf-Add-link-info-test-for-ref_ctr_offset-.patch patches.suse/bpftool-Display-ref_ctr_offset-for-uprobe-link-info.patch patches.suse/ktls-sockmap-Fix-missing-uncharge-operation.patch patches.suse/selftests-bpf-Add-test-to-cover-sockmap-with-ktls.patch patches.suse/bpf-docs-document-open-coded-BPF-iterators.patch patches.suse/selftests-bpf-test_verifier-verbose-causes-erroneous.patch patches.suse/selftests-bpf-test_verifier-verbose-log-overflows.patch patches.suse/selftests-bpf-Allow-skipping-docs-compilation.patch patches.suse/libbpf-Use-proper-errno-value-in-nlattr.patch patches.suse/helpers-make-few-bpf-helpers-public.patch patches.suse/docs-bpf-Fix-bullet-point-formatting-warning.patch patches.suse/bpf-Fix-WARN-in-get_bpf_raw_tp_regs.patch patches.suse/bpf-Add-support-for-__prog-argument-suffix-to-pass-i.patch patches.suse/libbpf-Check-bpf_map_skeleton-link-for-NULL.patch patches.suse/selftests-bpf-Relax-TCPOPT_WINDOW-validation-in-test.patch patches.suse/s390-bpf-Store-backchain-even-for-leaf-progs.patch patches.suse/bpf-Pass-the-same-orig_call-value-to-trampoline-func.patch patches.suse/s390-bpf-Remove-the-orig_call-NULL-check.patch patches.suse/bpf-WARN_ONCE-on-verifier-bugs.patch patches.suse/selftests-bpf-Remove-unnecessary-link-dependencies.patch patches.suse/libbpf-btf-Fix-string-handling-to-support-multi-spli.patch patches.suse/selftests-bpf-Test-multi-split-BTF.patch patches.suse/bpf-Revert-bpf-remove-unnecessary-rcu_read_-lock-unl.patch patches.suse/s390-bpf-Add-macros-for-calling-external-functions.patch patches.suse/s390-bpf-Use-kernel-s-expoline-thunks.patch patches.suse/selftests-bpf-Add-SKIP_LLVM-makefile-variable.patch patches.suse/selftests-bpf-Support-af_unix-SOCK_DGRAM-socket-pair.patch patches.suse/selftests-bpf-Add-socket_kind_to_str-to-socket_helpe.patch patches.suse/selftests-bpf-Add-u32-u64-to-sockmap_helpers.patch patches.suse/selftests-bpf-Introduce-verdict-programs-for-sockmap.patch patches.suse/selftests-bpf-Add-selftest-for-sockmap-hashmap-redir.patch patches.suse/selftests-bpf-sockmap_listen-cleanup-Drop-af_vsock-r.patch patches.suse/selftests-bpf-sockmap_listen-cleanup-Drop-af_unix-re.patch patches.suse/selftests-bpf-sockmap_listen-cleanup-Drop-af_inet-SO.patch patches.suse/bpf-sockmap-Avoid-using-sk_socket-after-free-when-se.patch patches.suse/btf-Allow-mmap-of-vmlinux-btf.patch patches.suse/selftests-bpf-Add-a-test-for-mmapable-vmlinux-BTF.patch patches.suse/libbpf-Use-mmap-to-parse-vmlinux-BTF-from-sysfs.patch patches.suse/1449-dma-buf-Rename-debugfs-symbols.patch patches.suse/1450-bpf-Add-dmabuf-iterator.patch patches.suse/bpf-Add-open-coded-dmabuf-iterator.patch patches.suse/selftests-bpf-Add-test-for-dmabuf_iter.patch patches.suse/selftests-bpf-Add-test-for-open-coded-dmabuf_iter.patch patches.suse/bpf-Remove-special_kfunc_set-from-verifier.patch patches.suse/bpf-Warn-with-__bpf_trap-kfunc-maybe-due-to-uninitia.patch patches.suse/selftests-bpf-Add-unit-tests-with-__bpf_trap-kfunc.patch patches.suse/bpftool-Add-support-for-custom-BTF-path-in-prog-load.patch patches.suse/bpf-Avoid-__bpf_prog_ret0_warn-when-jit-fails.patch patches.suse/bpf-Check-rcu_read_lock_trace_held-in-bpf_map_lookup.patch patches.suse/bpf-arm64-Support-up-to-12-function-arguments.patch patches.suse/selftests-bpf-enable-many-args-tests-for-arm64.patch patches.suse/bpf-Do-not-include-stack-ptr-register-in-precision-b.patch patches.suse/selftests-bpf-Add-tests-with-stack-ptr-register-in-c.patch patches.suse/bpf-arm64-Remove-unused-but-set-function-and-variabl.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-for-TDX-KeyID-man.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-for-TDX-TD-creati.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-for-TDX-vCPU-crea.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-for-TDX-page-cach.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-for-TDX-VM-vCPU-f.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-for-TDX-flush-ope.patch patches.suse/x86-virt-tdx-allocate-tdx_sys_info-in-static-memory.patch patches.suse/x86-virt-tdx-Read-essential-global-metadata-for-KVM.patch patches.suse/x86-virt-tdx-Add-tdx_guest_keyid_alloc-free-to-alloc.patch patches.suse/KVM-Export-hardware-virtualization-enabling-disablin.patch patches.suse/KVM-VMX-Refactor-VMX-module-init-exit-functions.patch patches.suse/KVM-VMX-Initialize-TDX-during-KVM-module-load.patch patches.suse/KVM-TDX-Get-TDX-global-information.patch patches.suse/KVM-TDX-Add-placeholders-for-TDX-VM-vCPU-structures.patch patches.suse/KVM-TDX-Define-TDX-architectural-definitions.patch patches.suse/KVM-TDX-Add-TDX-architectural-error-codes.patch patches.suse/KVM-TDX-Add-helper-functions-to-print-TDX-SEAMCALL-e.patch patches.suse/KVM-TDX-Add-place-holder-for-TDX-VM-specific-mem_enc.patch patches.suse/KVM-TDX-Get-system-wide-info-about-TDX-module-on-ini.patch patches.suse/KVM-TDX-create-destroy-VM-structure.patch patches.suse/KVM-TDX-Support-per-VM-KVM_CAP_MAX_VCPUS-extension-c.patch patches.suse/KVM-x86-expose-cpuid_entry2_find-for-TDX.patch patches.suse/KVM-TDX-add-ioctl-to-initialize-VM-with-TDX-specific.patch patches.suse/KVM-TDX-Make-pmu_intel.c-ignore-guest-TD-case.patch patches.suse/KVM-TDX-Don-t-offline-the-last-cpu-of-one-package-wh.patch patches.suse/KVM-TDX-create-free-TDX-vcpu-structure.patch patches.suse/KVM-TDX-Do-TDX-specific-vcpu-initialization.patch patches.suse/KVM-x86-Introduce-KVM_TDX_GET_CPUID.patch patches.suse/KVM-x86-mmu-Taking-guest-pa-into-consideration-when-.patch patches.suse/KVM-TDX-Register-TDX-host-key-IDs-to-cgroup-misc-con.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrapper-tdh_mem_sept_add-t.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-to-add-TD-private.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-to-manage-TDX-TLB.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-to-remove-a-TD-pr.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrappers-for-TD-measuremen.patch patches.suse/KVM-x86-mmu-Implement-memslot-deletion-for-TDX.patch patches.suse/KVM-x86-tdp_mmu-Add-a-helper-function-to-walk-down-t.patch patches.suse/KVM-x86-mmu-Do-not-enable-page-track-for-TD-guest.patch patches.suse/KVM-VMX-Split-out-guts-of-EPT-violation-to-common-ex.patch patches.suse/KVM-VMX-Teach-EPT-violation-helper-about-private-mem.patch patches.suse/KVM-TDX-Add-accessors-VMX-VMCS-helpers.patch patches.suse/KVM-TDX-Add-load_mmu_pgd-method-for-TDX.patch patches.suse/KVM-TDX-Set-gfn_direct_bits-to-shared-bit.patch patches.suse/KVM-TDX-Require-TDP-MMU-mmio-caching-and-EPT-A-D-bit.patch patches.suse/KVM-x86-mmu-Add-setter-for-shadow_mmio_value.patch patches.suse/KVM-TDX-Set-per-VM-shadow_mmio_value-to-0.patch patches.suse/KVM-TDX-Handle-TLB-tracking-for-TDX.patch patches.suse/KVM-TDX-Implement-hooks-to-propagate-changes-of-TDP-.patch patches.suse/KVM-TDX-Implement-hook-to-get-max-mapping-level-of-p.patch patches.suse/KVM-x86-mmu-Bail-out-kvm_tdp_map_page-when-VM-dead.patch patches.suse/KVM-x86-mmu-Export-kvm_tdp_map_page.patch patches.suse/KVM-TDX-Add-an-ioctl-to-create-initial-guest-memory.patch patches.suse/KVM-TDX-Finalize-VM-initialization.patch patches.suse/KVM-TDX-Handle-vCPU-dissociation.patch patches.suse/KVM-Add-parameter-kvm-to-kvm_cpu_dirty_log_size-and-.patch patches.suse/KVM-x86-mmu-Add-parameter-kvm-to-kvm_mmu_page_ad_nee.patch patches.suse/KVM-x86-Make-cpu_dirty_log_size-a-per-VM-value.patch patches.suse/KVM-TDX-Skip-updating-CPU-dirty-logging-request-for-.patch patches.suse/KVM-TDX-Handle-SEPT-zap-error-due-to-page-add-error-.patch patches.suse/x86-virt-tdx-Add-SEAMCALL-wrapper-to-enter-exit-TDX-.patch patches.suse/KVM-VMX-Move-common-fields-of-struct-vcpu_-vmx-tdx-t.patch patches.suse/KVM-TDX-Implement-TDX-vcpu-enter-exit-path.patch patches.suse/KVM-TDX-vcpu_run-save-restore-host-state-host-kernel.patch patches.suse/KVM-TDX-restore-host-xsave-state-when-exit-from-the-.patch patches.suse/KVM-x86-Allow-to-update-cached-values-in-kvm_user_re.patch patches.suse/KVM-TDX-restore-user-ret-MSRs.patch patches.suse/KVM-TDX-Disable-support-for-TSX-and-WAITPKG.patch patches.suse/KVM-TDX-Save-and-restore-IA32_DEBUGCTL.patch patches.suse/KVM-x86-Add-a-switch_db_regs-flag-to-handle-TDX-s-au.patch patches.suse/KVM-x86-Have-____kvm_emulate_hypercall-read-the-GPRs.patch patches.suse/KVM-x86-Move-pv_unhalted-check-out-of-kvm_vcpu_has_e.patch patches.suse/KVM-TDX-Add-a-place-holder-to-handle-TDX-VM-exit.patch patches.suse/KVM-TDX-Add-a-place-holder-for-handler-of-TDX-hyperc.patch patches.suse/KVM-TDX-Handle-KVM-hypercall-with-TDG.VP.VMCALL.patch patches.suse/KVM-TDX-Handle-TDG.VP.VMCALL-MapGPA.patch patches.suse/KVM-TDX-Handle-TDG.VP.VMCALL-ReportFatalError.patch patches.suse/KVM-TDX-Handle-TDX-PV-port-I-O-hypercall.patch patches.suse/KVM-TDX-Handle-TDX-PV-MMIO-hypercall.patch patches.suse/KVM-TDX-Add-support-for-find-pending-IRQ-in-a-protec.patch patches.suse/KVM-TDX-Disable-PI-wakeup-for-IPIv.patch patches.suse/KVM-VMX-Move-posted-interrupt-delivery-code-to-commo.patch patches.suse/KVM-TDX-Implement-non-NMI-interrupt-injection.patch patches.suse/KVM-x86-Assume-timer-IRQ-was-injected-if-APIC-state-.patch patches.suse/KVM-TDX-Wait-lapic-expire-when-timer-IRQ-was-injecte.patch patches.suse/KVM-TDX-Implement-methods-to-inject-NMI.patch patches.suse/KVM-TDX-Handle-SMI-request-as-CONFIG_KVM_SMM.patch patches.suse/KVM-TDX-Always-block-INIT-SIPI.patch patches.suse/KVM-TDX-Enforce-KVM_IRQCHIP_SPLIT-for-TDX-guests.patch patches.suse/KVM-TDX-Force-APICv-active-for-TDX-guest.patch patches.suse/KVM-TDX-Add-methods-to-ignore-virtual-apic-related-o.patch patches.suse/KVM-VMX-Move-emulation_required-to-struct-vcpu_vt.patch patches.suse/KVM-VMX-Add-a-helper-for-NMI-handling.patch patches.suse/KVM-TDX-Handle-EXCEPTION_NMI-and-EXTERNAL_INTERRUPT.patch patches.suse/KVM-TDX-Handle-EXIT_REASON_OTHER_SMI.patch patches.suse/KVM-TDX-Handle-EPT-violation-misconfig-exit.patch patches.suse/KVM-TDX-Detect-unexpected-SEPT-violations-due-to-pen.patch patches.suse/KVM-TDX-Retry-locally-in-TDX-EPT-violation-handler-o.patch patches.suse/KVM-TDX-Kick-off-vCPUs-when-SEAMCALL-is-busy-during-.patch patches.suse/KVM-TDX-Handle-TDX-PV-CPUID-hypercall.patch patches.suse/KVM-TDX-Handle-TDX-PV-HLT-hypercall.patch patches.suse/KVM-x86-Move-KVM_MAX_MCE_BANKS-to-header-file.patch patches.suse/KVM-TDX-Implement-callbacks-for-MSR-operations.patch patches.suse/KVM-TDX-Handle-TDX-PV-rdmsr-wrmsr-hypercall.patch patches.suse/KVM-TDX-Enable-guest-access-to-LMCE-related-MSRs.patch patches.suse/KVM-TDX-Handle-TDG.VP.VMCALL-GetTdVmCallInfo-hyperca.patch patches.suse/KVM-TDX-Add-methods-to-ignore-accesses-to-CPU-state.patch patches.suse/KVM-TDX-Add-method-to-ignore-guest-instruction-emula.patch patches.suse/KVM-TDX-Add-methods-to-ignore-VMX-preemption-timer.patch patches.suse/KVM-TDX-Add-methods-to-ignore-accesses-to-TSC.patch patches.suse/KVM-TDX-Ignore-setting-up-mce.patch patches.suse/KVM-TDX-Add-a-method-to-ignore-hypercall-patching.patch patches.suse/KVM-TDX-Enable-guest-access-to-MTRR-MSRs.patch patches.suse/KVM-x86-do-not-allow-re-enabling-quirks.patch patches.suse/KVM-x86-Allow-vendor-code-to-disable-quirks.patch patches.suse/KVM-x86-Introduce-supported_quirks-to-block-disablin.patch patches.suse/KVM-x86-Introduce-Intel-specific-quirk-KVM_X86_QUIRK.patch patches.suse/KVM-x86-remove-shadow_memtype_mask.patch patches.suse/KVM-TDX-KVM-TDX-Always-honor-guest-PAT-on-TDX-enable.patch patches.suse/KVM-TDX-Make-TDX-VM-type-supported.patch patches.suse/Documentation-virt-kvm-Document-on-Trust-Domain-Exte.patch patches.suse/arm64-sysreg-Expose-MTE_frac-so-that-it-is-visible-to-KVM.patch patches.suse/KVM-arm64-Force-HCR_EL2.xMO-to-1-at-all-times-in-VHE-mode.patch patches.suse/arm64-errata-Work-around-AmpereOne-s-erratum-AC04_CPU_23.patch patches.suse/docs-dt-Update-overlay-file-extension.patch patches.suse/of-reserved_mem-Add-functions-to-parse-memory-region.patch patches.suse/of-unittest-Unlock-on-error-in-unittest_data_add.patch patches.suse/driver-core-faux-Add-sysfs-groups-after-probing.patch patches.suse/software-node-Correct-a-OOB-check-in-software_node_g.patch patches.suse/platform-x86-intel-pmc-Move-PMC-Core-related-functio.patch patches.suse/platform-x86-intel-pmc-Rename-core_ssram-to-ssram_te.patch patches.suse/platform-x86-intel-pmc-Move-PMC-devid-to-core.h.patch patches.suse/platform-x86-intel-pmc-Convert-index-variables-to-be.patch patches.suse/platform-x86-intel-pmc-Remove-unneeded-header-file-i.patch patches.suse/platform-x86-intel-pmc-Remove-unneeded-io-operations.patch patches.suse/platform-x86-intel-vsec-Change-return-type-of-intel_.patch patches.suse/platform-x86-intel-pmc-Create-Intel-PMC-SSRAM-Teleme.patch patches.suse/platform-x86-intel-pmc-Use-devm-for-mutex_init.patch patches.suse/platform-x86-intel-pmc-Move-error-handling-to-init-f.patch patches.suse/platform-x86-intel-pmc-Improve-pmc_core_get_lpm_req.patch patches.suse/hid-asus-check-ROG-Ally-MCU-version-and-warn.patch patches.suse/platform-x86-ISST-Support-SST-TF-revision-2.patch patches.suse/platform-x86-ISST-Support-SST-PP-revision-2.patch patches.suse/platform-x86-ISST-Update-minor-version.patch patches.suse/platform-x86-amd-hsmp-Use-a-single-DRIVER_VERSION-for-all-.patch patches.suse/platform-x86-amd-hsmp-Report-power-via-hwmon-sensors.patch patches.suse/platform-x86-amd-hsmp-acpi-Add-sysfs-files-to-display-HSMP.patch patches.suse/tools-power-x86-intel-speed-select-Support-SST-PP-revision-2-fields.patch patches.suse/tools-power-x86-intel-speed-select-Skip-uncore-frequency-update.patch patches.suse/tools-power-x86-intel-speed-select-v1.23-release.patch patches.suse/platform-x86-intel-uncore-freq-Add-attributes-to-sho.patch patches.suse/platform-x86-intel-power-domains-Add-interface-to-ge.patch patches.suse/platform-x86-intel-uncore-freq-Add-attributes-to-sho-247b43f.patch patches.suse/platform-x86-amd-hsmp-fix-building-with-CONFIG_HWMON-m.patch patches.suse/isofs-fix-Y2038-and-Y2156-issues-in-Rock-Ridge-TF-en.patch patches.suse/tracing-Fix-compilation-warning-on-arm32.patch patches.suse/x86-sgx-Prevent-attempts-to-reclaim-poisoned-pages.patch patches.suse/configfs-tsm-report-Fix-NULL-dereference-of-tsm_ops.patch patches.suse/tsm-mr-Add-TVM-Measurement-Register-support.patch patches.suse/tsm-mr-Add-tsm-mr-sample-code.patch patches.suse/x86-tdx-Add-tdx_mcall_extend_rtmr-interface.patch patches.suse/x86-tdx-tdx_mcall_get_report0-Return-EBUSY-on-TDCALL_OPERA.patch patches.suse/virt-tdx-guest-Expose-TDX-MRs-as-sysfs-attributes.patch patches.suse/virt-tdx-guest-Refactor-and-streamline-TDREPORT-generation.patch patches.suse/virt-tdx-guest-Transition-to-scoped_cond_guard-for-mutex-o.patch patches.suse/ipmi-msghandler-Fix-potential-memory-corruption-in-i.patch patches.suse/hisi_acc_vfio_pci-fix-XQE-dma-address-error.patch patches.suse/hisi_acc_vfio_pci-bugfix-live-migration-function-wit.patch patches.suse/scsi-lpfc-Use-memcpy-for-BIOS-version.patch patches.suse/scsi-pm80xx-Add-__nonstring-annotations-for-unterminated-s.patch patches.suse/scsi-hisi_sas-Call-I_T_nexus-after-soft-reset-for-SATA-dis.patch patches.suse/scsi-qla2xxx-Remove-unused-qlt_free_qfull_cmds.patch patches.suse/scsi-qla2xxx-Remove-unused-qlt_fc_port_deleted.patch patches.suse/scsi-qla2xxx-Remove-unused-qlt_83xx_iospace_config.patch patches.suse/scsi-qla2xxx-Remove-unused-qla82xx_pci_region_offset.patch patches.suse/scsi-qla2xxx-Remove-unused-qla82xx_wait_for_state_ch.patch patches.suse/scsi-qla2xxx-Remove-unused-ql_log_qp.patch patches.suse/scsi-qla2xxx-Remove-unused-qla2x00_gpsc.patch patches.suse/scsi-qla2xxx-Remove-unused-module-parameters.patch patches.suse/scsi-dc395x-Remove-DEBUG-conditional-compilation.patch patches.suse/scsi-qla2xxx-Remove-duplicate-struct-crb_addr_pair.patch patches.suse/scsi-lpfc-Fix-lpfc_check_sli_ndlp-handling-for-GEN_R.patch patches.suse/scsi-lpfc-Notify-FC-transport-of-rport-disappearance.patch patches.suse/scsi-lpfc-Restart-eratt_poll-timer-if-HBA_SETUP-flag.patch patches.suse/scsi-lpfc-Prevent-failure-to-reregister-with-NVMe-tr.patch patches.suse/scsi-lpfc-Avoid-potential-ndlp-use-after-free-in-dev.patch patches.suse/scsi-lpfc-Create-lpfc_vmid_info-sysfs-entry.patch patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.9.patch patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.9-patches.patch patches.suse/scsi-smartpqi-Take-drives-offline-when-controller-is-offli.patch patches.suse/scsi-smartpqi-Add-new-PCI-IDs.patch patches.suse/scsi-smartpqi-Enhance-WWID-logging-logic.patch patches.suse/scsi-smartpqi-Fix-smp_processor_id-call-trace-for-preempti.patch patches.suse/scsi-smartpqi-Update-driver-version-to-2.1.34-035.patch patches.suse/scsi-mpi3mr-Event-processing-debug-improvement.patch patches.suse/scsi-dc395x-Remove-leftover-if-statement-in-reselect.patch patches.suse/scsi-smartpqi-Delete-a-stray-tab-in-pqi_is_parity_wr.patch patches.suse/scsi-zfcp-Simplify-workqueue-allocation.patch patches.suse/scsi-ufs-mcq-Delete-ufshcd_release_scsi_cmd-in-ufshcd_mcq_.patch patches.suse/scsi-mpt3sas-Fix-_ctl_get_mpt_mctp_passthru_adapter-to-ret.patch patches.suse/clk-bcm-rpi-Add-NULL-check-in-raspberrypi_clk_regist.patch patches.suse/pinctrl-mcp23s08-Reset-all-pins-to-input-at-probe.patch patches.suse/pinctrl-at91-Fix-possible-out-of-boundary-access.patch patches.suse/pinctrl-samsung-refactor-drvdata-suspend-resume-call.patch patches.suse/pinctrl-samsung-add-dedicated-SoC-eint-suspend-resum.patch patches.suse/pinctrl-samsung-add-gs101-specific-eint-suspend-resu.patch patches.suse/pinctrl-armada-37xx-use-correct-OUTPUT_VAL-register-.patch patches.suse/pinctrl-armada-37xx-set-GPIO-output-value-before-set.patch patches.suse/pinctrl-armada-37xx-propagate-error-from-armada_37xx.patch patches.suse/pinctrl-armada-37xx-propagate-error-from-armada_37xx-bfa0ff8.patch patches.suse/pinctrl-armada-37xx-propagate-error-from-armada_37xx-6481c0a.patch patches.suse/pinctrl-armada-37xx-propagate-error-from-armada_37xx-4229c28.patch patches.suse/i2c-npcm-Add-clock-toggle-recovery.patch patches.suse/i2c-tegra-check-msg-length-in-SMBUS-block-read.patch patches.suse/i2c-smbus-introduce-Write-Disable-aware-SPD-instanti.patch patches.suse/i2c-designware-Invoke-runtime-suspend-on-quick-slave.patch patches.suse/RDMA-mlx5-convert-timeouts-to-secs_to_jiffies.patch patches.suse/RDMA-Replace-msecs_to_jiffies-with-secs_to_jiffies-f.patch patches.suse/RDMA-core-Convert-to-use-ERR_CAST.patch patches.suse/RDMA-uverbs-Convert-to-use-ERR_CAST.patch patches.suse/RDMA-core-Convert-to-use-ERR_CAST2.patch patches.suse/IB-hfi1-Avoid-Wflex-array-member-not-at-end-warning.patch patches.suse/RDMA-hns-Remove-unused-parameters.patch patches.suse/IB-cm-use-rwlock-for-MAD-agent-lock.patch patches.suse/RDMA-rxe-Enable-ODP-in-RDMA-FLUSH-operation.patch patches.suse/RDMA-rxe-Enable-ODP-in-ATOMIC-WRITE-operation.patch patches.suse/RDMA-Don-t-use-pK-through-printk.patch patches.suse/RDMA-rxe-Fix-mismatched-type-declarations.patch patches.suse/RDMA-hns-initialize-db-in-update_srq_db.patch patches.suse/msft-hv-3248-RDMA-mana_ib-Access-remote-atomic-for-MRs.patch patches.suse/msft-hv-3249-RDMA-mana_ib-support-of-the-zero-based-MRs.patch patches.suse/msft-hv-3250-RDMA-mana_ib-Add-support-of-4M-1G-and-2G-pages.patch patches.suse/RDMA-cma-Remove-unused-rdma_res_to_id.patch patches.suse/RDMA-rxe-Fix-trying-to-register-non-static-key-in-rx.patch patches.suse/RDMA-rxe-Remove-unused-rxe_run_task.patch patches.suse/RDMA-rxe-Remove-32-bit-architecture-support.patch patches.suse/RDMA-core-Move-ODP-capability-definitions-to-uapi.patch patches.suse/RDMA-hns-Add-trace-for-flush-CQE.patch patches.suse/RDMA-hns-Add-trace-for-WQE-dumping.patch patches.suse/RDMA-hns-Add-trace-for-AEQE-dumping.patch patches.suse/RDMA-hns-Add-trace-for-MR-MTR-attribute-dumping.patch patches.suse/RDMA-hns-Include-hnae3.h-in-hns_roce_hw_v2.h.patch patches.suse/RDMA-hns-Add-trace-for-CMDQ-dumping.patch patches.suse/IB-mthca-Adjust-buddy-bits-allocation-type.patch patches.suse/IB-hfi1-Adjust-fd-entry_to_rb-allocation-type.patch patches.suse/IB-cm-Drop-lockdep-assert-and-WARN-when-freeing-old-.patch patches.suse/RDMA-mlx5-Fix-error-flow-upon-firmware-failure-for-R.patch patches.suse/IB-hfi1-Remove-unused-sc_drop-and-sdma_all_idle.patch patches.suse/RDMA-siw-Remove-unused-siw_mem_add.patch patches.suse/RDMA-hns-Fix-build-error-of-hns_roce_trace.patch patches.suse/mm-hmm-let-users-to-tag-specific-PFN-with-DMA-mapped.patch patches.suse/mm-hmm-provide-generic-DMA-managing-logic.patch patches.suse/RDMA-umem-Store-ODP-access-mask-information-in-PFN.patch patches.suse/RDMA-core-Convert-UMEM-ODP-DMA-mapping-to-caching-IO.patch patches.suse/RDMA-umem-Separate-implicit-ODP-initialization-from-.patch patches.suse/RDMA-siw-replace-redundant-ternary-operator-with-jus.patch patches.suse/msft-hv-3255-net-mana-Probe-rdma-device-in-mana-driver.patch patches.suse/msft-hv-3256-RDMA-mana_ib-Add-support-of-mana_ib-for-RNIC-and-ETH.patch patches.suse/msft-hv-3257-RDMA-mana_ib-unify-mana_ib-functions-to-support-any-.patch patches.suse/msft-hv-3258-net-mana-Add-support-for-auxiliary-device-servicing-.patch patches.suse/RDMA-iwcm-Fix-use-after-free-of-work-objects-after-c.patch patches.suse/RDMA-mlx5-Remove-the-redundant-MLX5_IB_STAGE_UAR-sta.patch patches.suse/RDMA-mlx5-Add-support-for-200Gbps-per-lane-speeds.patch patches.suse/RDMA-bnxt_re-Fix-incorrect-display-of-inactivity_cp-.patch patches.suse/RDMA-bnxt_re-Fix-missing-error-handling-for-tx_queue.patch patches.suse/RDMA-bnxt_re-Fix-return-code-of-bnxt_re_configure_cc.patch patches.suse/RDMA-rxe-Break-endless-pagefault-loop-for-RO-pages.patch patches.suse/RDMA-core-Avoid-hmm_dma_map_alloc-for-virtual-DMA-de.patch patches.suse/IB-cm-Remove-dead-code-and-adjust-naming.patch patches.suse/RDMA-mlx5-Avoid-flexible-array-warning.patch patches.suse/RDMA-hns-Fix-endian-issue-in-trace-events.patch patches.suse/RDMA-bnxt_re-Support-extended-stats-for-Thor2-VF.patch patches.suse/RDMA-cma-Fix-hang-when-cma_netevent_callback-fails-t.patch patches.suse/iommu-s390-set-appropriate-IOTA-region-type.patch patches.suse/iommu-s390-support-cleanup-of-additional-table-regio.patch patches.suse/iommu-s390-support-iova_to_phys-for-additional-table.patch patches.suse/iommu-s390-support-map-unmap-for-additional-table-re.patch patches.suse/iommu-s390-allow-larger-region-tables.patch patches.suse/iommu-vt-d-Restore-context-entry-setup-order-for-ali.patch patches.suse/iommu-Allow-attaching-static-domains-in-iommu_attach.patch patches.suse/iommu-Protect-against-overflow-in-iommu_pgsize.patch patches.suse/cpufreq-scmi-Skip-SCMI-devices-that-aren-t-used-by-the-CPUs.patch patches.suse/acpi-cpufreq-Fix-nominal_freq-units-to-KHz-in-get_ma.patch patches.suse/ACPICA-Switch-back-to-using-strncpy-in-acpi_ut_safe_.patch patches.suse/ACPI-MRRM-Silence-error-code-static-checker-warning.patch patches.suse/ACPI-APEI-EINJ-Clean-up-on-error-in-einj_probe.patch patches.suse/efi-Improve-logging-around-memmap-init.patch patches.suse/efi-libstub-Describe-missing-out-parameter-in-efi_lo.patch patches.suse/efi-zboot-specific-mechanism-for-embedding-SBAT-sect.patch patches.suse/efi-efi_test-Fix-missing-pending-status-update-in-ge.patch patches.suse/include-pe.h-Fix-PE-definitions.patch patches.suse/ring-buffer-Do-not-trigger-WARN_ON-due-to-a-commit_o.patch patches.suse/firmware-arm_scmi-Ensure-that-the-message-id-support.patch patches.suse/bus-firewall-Fix-missing-static-inline-annotations-f.patch patches.suse/Revert-bus-ti-sysc-Probe-for-l4_wkup-and-l4_cfg-inte.patch patches.suse/soc-qcom-smp2p-Fix-fallback-to-qcom-ipc-parse.patch patches.suse/soc-qcom-pmic_glink_altmode-fix-spurious-DP-hotplug-.patch patches.suse/soc-aspeed-lpc-Fix-impossible-judgment-condition.patch patches.suse/soc-aspeed-Add-NULL-check-in-aspeed_lpc_enable_snoop.patch patches.suse/bus-fsl-mc-fix-double-free-on-mc_dev.patch patches.suse/bus-fsl-mc-do-not-add-a-device-link-for-the-UAPI-use.patch patches.suse/bus-fsl-mc-fix-GET-SET_TAILDROP-command-ids.patch patches.suse/bus-fsl-mc-increase-MC_CMD_COMPLETION_TIMEOUT_MS-val.patch patches.suse/arm64-dts-rockchip-Move-SHMEM-memory-to-reserved-memory-on.patch patches.suse/arm64-dts-rockchip-Add-vcc-supply-to-SPI-flash-on-rk3566-r.patch patches.suse/arm64-tegra-Drop-remaining-serial-clock-names-and-reset-na.patch patches.suse/arm64-tegra-Add-uartd-serial-alias-for-Jetson-TX1-module.patch patches.suse/arm64-dts-imx8mm-beacon-Fix-RTC-capacitive-load.patch patches.suse/arm64-dts-imx8mn-beacon-Fix-RTC-capacitive-load.patch patches.suse/arm64-dts-imx8mp-beacon-Fix-RTC-capacitive-load.patch patches.suse/arm64-dts-imx8mm-beacon-Set-SAI5-MCLK-direction-to-output-.patch patches.suse/arm64-dts-imx8mn-beacon-Set-SAI5-MCLK-direction-to-output-.patch patches.suse/arm64-dts-rockchip-Update-eMMC-for-NanoPi-R5-series.patch patches.suse/arm64-dts-rockchip-fix-internal-USB-hub-instability-on-RK3.patch patches.suse/arm64-dts-rockchip-disable-unrouted-USB-controllers-on-RK3399-Puma.patch patches.suse/arm64-dts-rockchip-disable-unrouted-USB-controllers-and-PH.patch patches.suse/1451-Kbuild-remove-structleak-gcc-plugin.patch patches.suse/1452-fbdev-via-use-new-GPIO-line-value-setter-callbacks.patch patches.suse/1453-fbdev-carminefb-Fix-spelling-mistake-of-CARMINE_TOTA.patch patches.suse/1454-fbdev-atyfb-Remove-unused-PCI-vendor-ID.patch patches.suse/1455-fbdev-nvidiafb-Correct-const-string-length-in-nvidia.patch patches.suse/1456-fbdev-arkfb-Cast-ics5342_init-allocation-type.patch patches.suse/vgacon-Add-check-for-vc_origin-address-range-in-vgac.patch patches.suse/fbcon-Make-sure-modelist-not-set-on-unregistered-con.patch patches.suse/fbdev-core-fbcvt-avoid-division-by-0-in-fb_cvt_hperi.patch patches.suse/fbdev-Fix-do_register_framebuffer-to-prevent-null-pt.patch patches.suse/fbdev-Fix-fb_set_var-to-prevent-null-ptr-deref-in-fb.patch patches.suse/mm-page_alloc-remove-redundant-READ_ONCE.patch patches.suse/memory-implement-memory_block_advise-probe_max_size.patch patches.suse/acpi-srat-give-memory-block-size-advice-based-on-CFM.patch patches.suse/arm64-mm-define-ptdesc_t.patch patches.suse/mm-pass-mm-down-to-pagetable_-pte-pmd-_ctor.patch patches.suse/arm64-mm-use-enum-to-identify-pgtable-level-instead-of-_SH.patch patches.suse/arm64-mm-always-call-PTE-PMD-ctor-in-__create_pgd_mapping.patch patches.suse/arm64-mm-call-PUD-P4D-ctor-in-__create_pgd_mapping.patch patches.suse/selftests-mm-restore-default-nr_hugepages-value-duri.patch patches.suse/execmem-enforce-allocation-size-aligment-to-PAGE_SIZ.patch patches.suse/sched-numa-skip-VMA-scanning-on-memory-pinned-to-one-NUMA-node-via-cpuset.mems.patch patches.suse/sched-numa-add-tracepoint-that-tracks-the-skipping-of-numa-balancing-due-to-cpuset-memory-pinn.patch patches.suse/mm-vmalloc-fix-data-race-in-show_numa_info.patch patches.suse/1462-drm-i915-track_pfn-pfnmap-tracking.patch patches.suse/mm-pcp-increase-pcp-free_count-threshold-to-trigger-free_high.patch patches.suse/Squashfs-check-return-result-of-sb_min_blocksize.patch patches.suse/1463-treewide-fix-typo-previlege.patch patches.suse/watchdog-fix-watchdog-may-detect-false-positive-of-s.patch patches.suse/maccess-fix-strncpy_from_user_nofault-empty-string-h.patch patches.suse/ipc-fix-to-protect-IPCS-lookups-using-RCU.patch patches.suse/1464-mailmap-update-and-consolidate-Casey-Connolly-s-name.patch patches.suse/EDAC-altera-Use-correct-write-width-with-the-INTTEST.patch patches.suse/wifi-iwlwifi-mld-Work-around-Clang-loop-unrolling-bu.patch patches.suse/overflow-Introduce-__DEFINE_FLEX-for-having-no-initi.patch patches.suse/mailbox-imx-Fix-TXDB_V2-sending.patch patches.suse/mailbox-mtk-cmdq-Refine-GCE_GCTL_VALUE-setting.patch patches.suse/mailbox-Not-protect-module_put-with-spin_lock_irqsav.patch patches.suse/remoteproc-core-Cleanup-acquired-resources-when-rpro.patch patches.suse/remoteproc-core-Release-rproc-clean_table-after-rpro.patch patches.suse/mtd-nand-ecc-mxic-Fix-use-of-uninitialized-variable-.patch patches.suse/mtd-rawnand-qcom-Fix-last-codeword-read-in-qcom_para.patch patches.suse/mtd-rawnand-qcom-Fix-read-len-for-onfi-param-page.patch patches.suse/mtd-spinand-esmt-fix-id-code-for-F50D1G41LB.patch patches.suse/mtd-nand-sunxi-Add-randomizer-configuration-before-r.patch patches.suse/mtd-rawnand-sunxi-Add-randomizer-configuration-in-su.patch patches.suse/mtd-rawnand-brcmnand-legacy-exec_op-implementation.patch patches.suse/Input-gpio-keys-fix-a-sleep-while-atomic-with-PREEMP.patch patches.suse/Input-gpio-keys-fix-possible-concurrent-access-in-gp.patch patches.suse/Input-ims-pcu-check-record-size-in-ims_pcu_flash_fir.patch patches.suse/KVM-VMX-use-__always_inline-for-is_td_vcpu-and-is_td.patch patches.suse/x86-msr-Rename-the-WRMSRNS-opcode-macro-to-ASM_WRMSRNS-for.patch patches.suse/KVM-SVM-Clear-current_vmcb-during-vCPU-free-for-all-.patch patches.suse/KVM-x86-mmu-Use-kvm_x86_call-instead-of-manual-stati.patch patches.suse/KVM-VMX-Flush-shadow-VMCS-on-emergency-reboot.patch patches.suse/KVM-x86-Revert-kvm_x86_ops.mem_enc_ioctl-back-to-an-.patch patches.suse/KVM-VMX-Move-vt_apicv_pre_state_restore-to-posted_in.patch patches.suse/KVM-VMX-Define-a-VMX-glue-macro-for-kvm_complete_ins.patch patches.suse/KVM-VMX-Clean-up-and-macrofy-x86_ops.patch patches.suse/KVM-SVM-Fix-SNP-AP-destroy-race-with-VMRUN.patch patches.suse/KVM-x86-Make-kvm_pio_request.linear_rip-a-common-fie.patch patches.suse/x86-cpufeatures-Add-CPUID-feature-bit-for-the-Bus-Lo.patch patches.suse/KVM-SVM-Add-architectural-definitions-assets-for-Bus.patch patches.suse/KVM-SVM-Add-support-for-KVM_CAP_X86_BUS_LOCK_EXIT-on.patch patches.suse/locking-mutex-implement-mutex_trylock_nested.patch patches.suse/locking-mutex-implement-mutex_lock_killable_nest_lock.patch patches.suse/KVM-add-kvm_lock_all_vcpus-and-kvm_trylock_all_vcpus.patch patches.suse/x86-KVM-SVM-use-kvm_lock_all_vcpus-instead-of-a-custom-imp.patch patches.suse/KVM-arm64-use-kvm_trylock_all_vcpus-when-locking-all-vCPUs.patch patches.suse/RISC-V-KVM-use-kvm_trylock_all_vcpus-when-locking-all-vCPU.patch patches.suse/rtmutex_api-provide-correct-extern-functions.patch patches.suse/arm64-sysreg-Drag-linux-kconfig.h-to-work-around-vdso-buil.patch patches.suse/netfs-Fix-oops-in-write-retry-from-mis-resetting-the-subre.patch patches.suse/gfs2-Don-t-clear-sb-s_fs_info-in-gfs2_sys_fs_add.patch patches.suse/mm-damon-core-avoid-destroyed-target-reference-from-.patch patches.suse/sched-numa-fix-task-swap-by-skipping-kernel-threads.patch patches.suse/bits-add-comments-and-newlines-to-if-else-and-endif-.patch patches.suse/bits-introduce-fixed-type-GENMASK_U.patch patches.suse/bits-introduce-fixed-type-BIT_U.patch patches.suse/1465-drm-i915-Convert-REG_GENMASK-to-fixed-width-GENMASK_.patch patches.suse/bitfield-Add-FIELD_MODIFY-helper.patch patches.suse/msft-hv-3260-tools-hv-Enable-debug-logs-for-hv_kvp_daemon.patch patches.suse/msft-hv-3262-Drivers-hv-Enable-VTL-mode-for-arm64.patch patches.suse/msft-hv-3263-Drivers-hv-Provide-arch-neutral-implementation-of-ge.patch patches.suse/msft-hv-3264-arm64-hyperv-Initialize-the-Virtual-Trust-Level-fiel.patch patches.suse/msft-hv-3265-arm64-x86-hyperv-Report-the-VTL-the-system-boots-in.patch patches.suse/msft-hv-3266-Drivers-hv-vmbus-Get-the-IRQ-number-from-DeviceTree.patch patches.suse/msft-hv-3267-Drivers-hv-vmbus-Introduce-hv_get_vmbus_root_device.patch patches.suse/ACPI-irq-Introduce-acpi_get_gsi_dispatcher.patch patches.suse/msft-hv-3268-PCI-hv-Get-vPCI-MSI-IRQ-domain-from-DeviceTree.patch patches.suse/msft-hv-3269-x86-hyperv-Fix-APIC-ID-and-VP-index-confusion-in-hv_.patch patches.suse/msft-hv-3271-Drivers-hv-Allocate-interrupt-and-monitor-pages-alig.patch patches.suse/msft-hv-3272-uio_hv_generic-Use-correct-size-for-interrupt-and-mo.patch patches.suse/msft-hv-3273-uio_hv_generic-Align-ring-size-to-system-page.patch patches.suse/msft-hv-3274-Drivers-hv-Use-kzalloc-for-panic-page-allocation.patch patches.suse/msft-hv-3275-Drivers-hv-Remove-hv_alloc-free_-helpers.patch patches.suse/msft-hv-3276-PCI-hv-Remove-unnecessary-flex-array-in-struct-pci_p.patch patches.suse/msft-hv-3277-Drivers-hv-vmbus-Add-comments-about-races-with-chann.patch patches.suse/msft-hv-3278-Drivers-hv-Always-select-CONFIG_SYSFB-for-Hyper-V-gu.patch patches.suse/hwmon-pmbus-max34440-Fix-support-for-max34451.patch patches.suse/hwmon-asus-ec-sensors-check-sensor-index-in-read_str.patch patches.suse/hwmon-pmbus-mpq8785-Prepare-driver-for-multiple-devi.patch patches.suse/hwmon-pmbus-mpq8785-Implement-VOUT-feedback-resistor.patch patches.suse/hwmon-pmbus-mpq8785-Add-support-for-MPM82504.patch patches.suse/HID-usbhid-Eliminate-recurrent-out-of-bounds-bug-in-.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-pass-correct-argume.patch patches.suse/HID-intel-thc-hid-intel-thc-make-read-only-arrays-st.patch patches.suse/mfd-exynos-lpass-Fix-an-error-handling-path-in-exyno.patch patches.suse/mfd-exynos-lpass-Avoid-calling-exynos_lpass_disable-.patch patches.suse/mfd-exynos-lpass-Fix-another-error-handling-path-in-.patch patches.suse/mfd-stmpe-spi-Correct-the-name-used-in-MODULE_DEVICE.patch patches.suse/mfd-max14577-Fix-wakeup-source-leaks-on-device-unbin.patch patches.suse/leds-multicolor-Fix-intensity-setting-while-SW-blink.patch patches.suse/1466-fbdev-Rework-fb_blank.patch patches.suse/1467-fbdev-Track-display-blanking-state.patch patches.suse/1468-fbdev-Send-old-blank-state-in-FB_EVENT_BLANK.patch patches.suse/1469-backlight-Implement-fbdev-tracking-with-blank-state-.patch patches.suse/1470-backlight-Move-blank-state-handling-into-helper.patch patches.suse/1471-backlight-Replace-fb-events-with-a-dedicated-functio.patch patches.suse/1472-backlight-lcd-Move-event-handling-into-helpers.patch patches.suse/1473-backlight-lcd-Replace-fb-events-with-a-dedicated-fun.patch patches.suse/1474-leds-backlight-trigger-Move-blank-state-handling-int.patch patches.suse/1475-leds-backlight-trigger-Replace-fb-events-with-a-dedi.patch patches.suse/1476-fbdev-Remove-constants-of-unused-events.patch patches.suse/backlight-pm8941-Add-NULL-check-in-wled_configure.patch patches.suse/cxl-core-region-ignore-interleave-granularity-when-w.patch patches.suse/xdp-Remove-unused-mem_return_failed-event.patch patches.suse/tools-build-Don-t-set-libunwind-as-available-if-test-all.c.patch patches.suse/perf-check-Share-the-feature-status-printing-routine-with-.patch patches.suse/perf-check-Move-the-FEATURE_STATUS-macro-to-its-only-user-.patch patches.suse/perf-check-Allow-showing-a-tip-for-opt-in-features-not-bui.patch patches.suse/tools-build-Don-t-show-libunwind-build-status-as-it-is-opt-in.patch patches.suse/perf-build-Warn-when-libdebuginfod-devel-files-are-not-ava.patch patches.suse/perf-check-Add-tip-about-building-with-libbfd-using-BUILD_.patch patches.suse/perf-ui-browser-Add-key_name-helper.patch patches.suse/perf-ui-browser-Add-a-warn-on-unhandled-hotkey-helper.patch patches.suse/perf-ui-browser-annotate-data-Provide-feedback-on-unhandle.patch patches.suse/perf-ui-browser-annotate-Provide-feedback-on-unhandled-hot.patch patches.suse/perf-ui-browser-header-Provide-feedback-on-unhandled-hotke.patch patches.suse/perf-ui-browser-hists-Provide-feedback-on-unhandled-hotkey.patch patches.suse/perf-ui-browser-map-Provide-feedback-on-unhandled-hotkeys.patch patches.suse/perf-ui-browser-annotate-Show-in-the-title-the-source-code.patch patches.suse/perf-ui-browser-annotate-Don-t-show-the-source-code-view-s.patch patches.suse/perf-ui-browser-Accept-the-left-arrow-key-as-a-Zoom-out-if.patch patches.suse/perf-ui-browser-hists-Simplify-the-routines-that-add-entri.patch patches.suse/perf-ui-browser-hists-Set-actions-thread-before-calling-do.patch patches.suse/perf-vendor-events-Update-alderlake-events-metrics-30f2a75e.patch patches.suse/perf-vendor-events-Update-AlderlakeN-events-metrics.patch patches.suse/perf-vendor-events-Update-arrowlake-events-metrics-fd3dfa4b.patch patches.suse/perf-vendor-events-Update-bonnell-events.patch patches.suse/perf-vendor-events-Update-broadwell-metrics-3040656e.patch patches.suse/perf-vendor-events-Update-broadwellde-metrics.patch patches.suse/perf-vendor-events-Update-broadwellx-metrics.patch patches.suse/perf-vendor-events-Update-cascadelakex-events-metrics.patch patches.suse/perf-vendor-events-Update-clearwaterforest-events.patch patches.suse/perf-vendor-events-Update-elkhartlake-events.patch patches.suse/perf-vendor-events-Update-emeraldrapids-events-metrics-4ecf9eab.patch patches.suse/perf-vendor-events-Update-grandridge-events-metrics.patch patches.suse/perf-vendor-events-Add-graniterapids-retirement-latencies.patch patches.suse/perf-vendor-events-Update-haswell-metrics-569ab2e0.patch patches.suse/perf-vendor-events-Update-haswellx-metrics.patch patches.suse/perf-vendor-events-Update-icelake-events-metrics.patch patches.suse/perf-vendor-events-Update-icelakex-events-metrics.patch patches.suse/perf-vendor-events-Update-ivybridge-metrics.patch patches.suse/perf-vendor-events-Update-ivytown-metrics.patch patches.suse/perf-vendor-events-Update-jaketown-metrics-e7972827.patch patches.suse/perf-vendor-events-Update-lunarlake-events-metrics-3af9e687.patch patches.suse/perf-vendor-events-Update-meteorlake-events-metrics-8ff6e262.patch patches.suse/perf-vendor-events-Update-nehalemep-events.patch patches.suse/perf-vendor-events-Update-nehalemex-events.patch patches.suse/perf-vendor-events-Update-rocketlake-events-metrics.patch patches.suse/perf-vendor-events-Update-sandybridge-metrics-9873746f.patch patches.suse/perf-vendor-events-Update-sapphirerapids-events-metrics-73c66d36.patch patches.suse/perf-vendor-events-Update-sierraforest-events-metrics.patch patches.suse/perf-vendor-events-Update-skylake-metrics-60bcad55.patch patches.suse/perf-vendor-events-Update-skylakex-events-metrics.patch patches.suse/perf-vendor-events-Update-snowridgex-events.patch patches.suse/perf-vendor-events-Update-tigerlake-metrics-f4c0f4e3.patch patches.suse/perf-vendor-events-Update-westmereep-dp-events-2c8e1c35.patch patches.suse/perf-vendor-events-Update-westmereep-dp-events-545a04dd.patch patches.suse/perf-vendor-events-Update-westmereep-dp-events.patch patches.suse/perf-intel-tpebs-Cleanup-header.patch patches.suse/perf-intel-tpebs-Simplify-tpebs_cmd.patch patches.suse/perf-intel-tpebs-Rename-tpebs_start-to-evsel__tpebs_open.patch patches.suse/perf-intel-tpebs-Separate-evsel__tpebs_prepare-out-of-evse.patch patches.suse/perf-intel-tpebs-Move-the-cpumap_buf-variable-out-of-evsel.patch patches.suse/perf-intel-tpebs-Reduce-scope-of-the-tpebs_events_size-var.patch patches.suse/perf-intel-tpebs-Inline-get_perf_record_args.patch patches.suse/perf-intel-tpebs-Ensure-events-are-opened-factor-out-findi.patch patches.suse/perf-intel-tpebs-Refactor-tpebs_results-list.patch patches.suse/perf-intel-tpebs-Add-support-for-updating-counts-in-evsel_.patch patches.suse/perf-intel-tpebs-Add-mutex-for-tpebs_results.patch patches.suse/perf-intel-tpebs-Don-t-close-record-on-read.patch patches.suse/perf-intel-tpebs-Use-stats-for-retirement-latency-statisti.patch patches.suse/perf-stat-Add-mean-min-max-and-last-tpebs-mode-options.patch patches.suse/perf-pmu-events-Add-retirement-latency-to-JSON-events-insi.patch patches.suse/perf-record-Retirement-latency-cleanup-in-evsel__config.patch patches.suse/perf-hist-Remove-formats-in-hierarchy-when-cancel-children.patch patches.suse/perf-hist-Remove-formats-in-hierarchy-when-cancel-latency.patch patches.suse/perf-hist-Set-levels-in-output_field_add.patch patches.suse/perf-hist-Allow-custom-output-fields-in-hierarchy-mode.patch patches.suse/perf-session-Skip-unsupported-new-event-types.patch patches.suse/perf-tool_pmu-Fix-aggregation-on-duration_time.patch patches.suse/perf-tests-metric-only-perf-stat-Fix-tests-84-and-86-s390.patch patches.suse/perf-tests-record-Cleanup-improvements.patch patches.suse/perf-bench-evlist-open-close-Reduce-scope-of-2-variables.patch patches.suse/perf-vendor-events-arm64-Fill-up-Desc-field-for-Hisi-hip08.patch patches.suse/perf-vendor-events-arm64-Drop-hip08-PublicDescription-if-s.patch patches.suse/perf-trace-Implement-syscall-summary-in-BPF.patch patches.suse/perf-test-Add-perf-trace-summary-test.patch patches.suse/perf-lock-contention-Symbolize-zone-lock-using-BTF.patch patches.suse/perf-test-probe_vfs_getname-Skip-if-no-suitable-line-detec.patch patches.suse/perf-symbols-Handle-u-and-l-symbols-in-proc-kallsyms.patch patches.suse/perf-amd-ibs-Add-Load-Latency-bits-in-raw-dump.patch patches.suse/perf-amd-ibs-Incorporate-Zen5-DTLB-and-PageSize-informatio.patch patches.suse/perf-mem-c2c-amd-Add-ldlat-support.patch patches.suse/perf-test-amd-ibs-Add-sample-period-unit-test.patch patches.suse/perf-test-perf-report-hierarchy-Add-new-test.patch patches.suse/perf-hist-Remove-output-field-from-sort-list-properly.patch patches.suse/perf-record-Add-sample-mem-info-option.patch patches.suse/perf-hist-Support-multi-line-header.patch patches.suse/perf-hist-Add-struct-he_mem_stat.patch patches.suse/perf-hist-Basic-support-for-mem_stat-accounting.patch patches.suse/perf-hist-Implement-output-fields-for-mem-stats.patch patches.suse/perf-mem-Add-op-output-field.patch patches.suse/perf-hist-Hide-unused-mem-stat-columns.patch patches.suse/perf-mem-Add-cache-and-memory-output-fields.patch patches.suse/perf-mem-Add-snoop-output-field.patch patches.suse/perf-mem-Add-dtlb-output-field.patch patches.suse/perf-symbol-minimal-Fix-double-free-in-filename__read_buil.patch patches.suse/perf-evsel-Expose-evsel__is_offcpu_event-for-future-use.patch patches.suse/perf-record-off-cpu-Parse-off-cpu-event.patch patches.suse/perf-record-off-cpu-Preparation-of-off-cpu-BPF-program.patch patches.suse/perf-record-off-cpu-Dump-off-cpu-samples-in-BPF.patch patches.suse/perf-evsel-Assemble-off-cpu-samples.patch patches.suse/perf-record-off-cpu-Disable-perf_event-s-callchain-collect.patch patches.suse/perf-script-Display-off-cpu-samples-correctly.patch patches.suse/perf-record-off-cpu-Dump-the-remaining-PERF_SAMPLE_-in-sam.patch patches.suse/perf-record-off-cpu-Add-off-cpu-thresh-option.patch patches.suse/perf-test-Add-direct-off-cpu-tests.patch patches.suse/perf-trace-Free-the-files.max-entry-in-files-table.patch patches.suse/perf-trace-Add-missing-thread__put-in-thread__e_machine.patch patches.suse/perf-stat-Better-hybrid-support-for-the-NMI-watchdog-warni.patch patches.suse/perf-stat-Remove-print_mixed_hw_group_error.patch patches.suse/perf-evlist-Refactor-evlist__scnprintf_evsels.patch patches.suse/perf-evlist-Make-groups-visible-in-evlist__format_evsels-o.patch patches.suse/perf-parse-events-Add-debug-dump-of-evlist-if-reordered.patch patches.suse/perf-trace-Fix-leaks-of-struct-thread-in-fprintf_sys_enter.patch patches.suse/perf-trace-Fix-leaks-of-struct-thread-in-set_filter_loop_p.patch patches.suse/perf-tests-Fix-perf-report-tests-installation.patch patches.suse/perf-lock-contention-Add-J-inject-delay-option.patch patches.suse/perf-pmu-Use-available-core-PMU-for-raw-events.patch patches.suse/perf-test-amd-ibs-Fix-spelling-mistake-Asssuming-Assuming.patch patches.suse/perf-demangle-rust-Add-rustc-demangle-C-demangler.patch patches.suse/perf-symbol-elf-Integrate-rust-v0-demangling.patch patches.suse/perf-demangle-rust-Remove-previous-legacy-rust-decoder.patch patches.suse/perf-test-demangle-rust-Add-Rust-demangling-test.patch patches.suse/perf-test-demangle-java-Switch-to-using-dso__demangle_sym.patch patches.suse/perf-test-demangle-ocaml-Switch-to-using-dso__demangle_sym.patch patches.suse/perf-intel-pt-Fix-PEBS-via-PT-data_src.patch patches.suse/perf-intel-pt-Do-not-default-to-recording-all-switch-event.patch patches.suse/perf-scripts-python-exported-sql-viewer.py-Fix-pattern-mat.patch patches.suse/perf-evsel-Add-per-thread-warning-for-EOPNOTSUPP-open-fail.patch patches.suse/perf-tests-metrics-Permission-related-fixes.patch patches.suse/libperf-cpumap-Add-ability-to-create-CPU-from-a-single-CPU.patch patches.suse/perf-stat-Use-counter-cpumask-to-skip-zero-values.patch patches.suse/perf-parse-events-Set-is_pmu_core-for-legacy-hardware-even.patch patches.suse/perf-parse-events-Add-cpu-term-to-set-the-CPU-an-event-is-.patch patches.suse/perf-tests-Harden-branch-stack-sampling-test.patch patches.suse/perf-fncache-Switch-to-using-hashmap.patch patches.suse/perf-pmu-Change-aliases-from-list-to-hashmap.patch patches.suse/perf-metricgroup-Binary-search-when-resolving-referred-to-.patch patches.suse/perf-list-Display-the-PMU-name-associated-with-a-perf-metr.patch patches.suse/perf-test-Hybrid-improvements-for-metric-value-validation-.patch patches.suse/perf-tools-Fix-arm64-source-package-build.patch patches.suse/perf-test-Fix-LBR-test-by-ignoring-idle-task.patch patches.suse/perf-test-Update-sysfs-path-for-core-PMU-caps.patch patches.suse/perf-report-Add-tgid-sort-key.patch patches.suse/perf-trace-Support-summary-mode-cgroup.patch patches.suse/perf-evlist-Make-uniquifying-counter-names-consistent.patch patches.suse/perf-parse-events-Use-wildcard-processing-to-set-an-event-.patch patches.suse/perf-test-Add-stat-uniquifying-test.patch patches.suse/perf-test-Allow-tolerance-for-leader-sampling-test.patch patches.suse/perf-intel-tpebs-Filter-non-workload-samples.patch patches.suse/perf-record-Add-8-byte-aligned-event-type-PERF_RECORD_COMP.patch patches.suse/perf-record-Fix-a-asan-runtime-error-in-util-maps.c.patch patches.suse/perf-test-probe_vfs_getname-Add-regex-for-searching-probe-.patch patches.suse/tools-include-UAPI-Sync-linux-vhost.h-with-the-kernel-sour.patch patches.suse/tools-arch-x86-Sync-the-msr-index.h-copy-with-the-kernel-s-57cdcab4.patch patches.suse/tools-headers-x86-cpufeatures-Sync-with-the-kernel-sources-444f0364.patch patches.suse/tools-headers-compiler-Pick-the-const_true-define-from-the.patch patches.suse/tools-headers-Synchronize-linux-bits.h-with-the-kernel-sou-e48b92f9.patch patches.suse/perf-ftrace-Use-process-session-specific-trace-settings.patch patches.suse/perf-dso-Minor-refactor-to-allow-clang-s-Wthread-safety-an.patch patches.suse/perf-rwsem-Add-clang-s-Wthread-safety-annotations.patch patches.suse/perf-thread-Ensure-comm_lock-held-for-comm_list.patch patches.suse/perf-test-amd-Skip-amd-ibs-period-test-on-kernel-v6.15.patch patches.suse/libperf-threadmap-Don-t-segv-for-index-0-for-the-NULL-stru.patch patches.suse/libperf-threadmap-Add-perf_thread_map__idx.patch patches.suse/perf-python-Add-evsel-cpus-and-threads-functions.patch patches.suse/perf-python-Add-support-for-struct-perf_counts_values-to-r.patch patches.suse/perf-python-Add-evsel-read-method.patch patches.suse/perf-python-Add-evlist-close-support.patch patches.suse/perf-python-Add-counting.py-as-example-for-counting-perf-e.patch patches.suse/perf-test-Add-cgroup-summary-test-case-for-perf-trace.patch patches.suse/perf-tests-trace_summary.sh-Run-in-exclusive-mode.patch patches.suse/perf-pmu-intel-Adjust-cpumaks-for-sub-NUMA-clusters-on-gra.patch patches.suse/perf-tests-switch-tracking-Fix-timestamp-comparison.patch patches.suse/perf-arm-spe-Add-support-for-SPE-Data-Source-packet-on-HiS.patch patches.suse/perf-mem-Count-L2-HITM-for-c2c-statistic.patch patches.suse/perf-test-Add-AMD-IBS-sw-filter-test.patch patches.suse/perf-machine-Factor-creating-a-live-machine-out-of-dwarf-u.patch patches.suse/perf-pmu-Avoid-segv-for-missing-name-alias_name-in-wildcar.patch patches.suse/perf-symbol-Fix-use-after-free-in-filename__read_build_id.patch patches.suse/perf-test-demangle-java-Don-t-segv-if-demangling-fails.patch patches.suse/perf-intel-tpebs-Avoid-race-when-evlist-is-being-deleted.patch patches.suse/perf-test-intel-pt-Skip-jitdump-test-if-no-libelf.patch patches.suse/perf-test-trace_summary-Skip-bpf-summary-tests-if-no-libbp.patch patches.suse/Revert-perf-thread-Ensure-comm_lock-held-for-comm_list.patch patches.suse/perf-record-Fix-incorrect-user-regs-comments.patch patches.suse/perf-mem-Describe-overhead-calculation-in-brief.patch patches.suse/perf-mem-Display-sort-order-only-if-it-s-available.patch patches.suse/perf-mem-Show-absolute-percent-in-mem_stat-output.patch patches.suse/perf-script-Print-PERF_AUX_FLAG_COLLISION-flag.patch patches.suse/perf-trace-Always-print-return-value-for-syscalls-returnin.patch patches.suse/perf-symbol-Move-demangling-code-out-of-symbol-elf.c.patch patches.suse/perf-trace-Set-errpid-to-false-for-rseq-and-set_robust_lis.patch patches.suse/perf-lock-contention-Reject-more-than-10ms-delays-for-safe.patch patches.suse/perf-callchain-Always-populate-the-addr_location-map-when-.patch patches.suse/dm-don-t-change-md-if-dm_table_set_restrictions-fail.patch patches.suse/dm-free-table-mempools-if-not-used-in-__bind.patch patches.suse/dm-handle-failures-in-dm_table_set_restrictions.patch patches.suse/dm-fix-dm_blk_report_zones.patch patches.suse/dm-limit-swapping-tables-for-devices-with-zone-write.patch patches.suse/dm-lock-limits-when-reading-them.patch patches.suse/dm-flakey-error-all-IOs-when-num_features-is-absent.patch patches.suse/dm-flakey-make-corrupting-read-bios-work.patch patches.suse/dm-table-Set-BLK_FEAT_ATOMIC_WRITES-for-target-queue.patch patches.suse/dm-vdo-indexer-don-t-read-request-structure-after-en.patch patches.suse/dm-mirror-fix-a-tiny-race-condition.patch patches.suse/dm-verity-fix-a-memory-leak-if-some-arguments-are-sp.patch patches.suse/smb-client-add-NULL-check-in-automount_fullpath.patch patches.suse/cifs-reset-connections-for-all-channels-when-reconnect-requested.patch patches.suse/cifs-update-dstaddr-whenever-channel-iface-is-updated.patch patches.suse/cifs-dns-resolution-is-needed-only-for-primary-channel.patch patches.suse/sunrpc-don-t-immediately-retransmit-on-seqno-miss.patch patches.suse/NFSv4-xattr-handlers-should-check-for-absent-nfs-filehandles.patch patches.suse/fs-nfs-read-fix-double-unlock-bug-in-nfs_return_empty_folio.patch patches.suse/NFSv4.2-fix-setattr-caching-of-TIME_-MODIFY-ACCESS-_SET-when-timestamps-are-delegated.patch patches.suse/NFSv4.2-fix-listxattr-to-return-selinux-security-label.patch patches.suse/NFSv4-Don-t-check-for-OPEN-feature-support-in-v4.1.patch patches.suse/NFSv4-Always-set-NLINK-even-if-the-server-doesn-t-support-it.patch patches.suse/nfs-clear-SB_RDONLY-before-getting-superblock.patch patches.suse/nfs-ignore-SB_RDONLY-when-remounting-nfs.patch patches.suse/SUNRPC-Prevent-hang-on-NFS-mount-with-xprtsec-m-tls.patch patches.suse/1478-drm-ttm-Fix-compile-error-when-CONFIG_SHMEM-is-not-s.patch patches.suse/PCI-DPC-Initialize-aer_err_info-before-using-it.patch patches.suse/PCI-DPC-Log-Error-Source-ID-only-when-valid.patch patches.suse/PCI-Print-the-actual-delay-time-in-pci_bridge_wait_f.patch patches.suse/PCI-ACPI-Fix-allocated-memory-release-on-error-in-pc.patch patches.suse/PCI-pwrctrl-Cancel-outstanding-rescan-work-when-unre.patch patches.suse/wifi-ath11k-switch-to-PCI_PWRCTRL_PWRSEQ.patch patches.suse/wifi-ath12k-switch-to-PCI_PWRCTRL_PWRSEQ.patch patches.suse/PCI-Fix-lock-symmetry-in-pci_slot_unlock.patch patches.suse/PCI-Add-ACS-quirk-for-Loongson-PCIe.patch patches.suse/PCI-endpoint-Retain-fixed-size-BAR-size-as-well-as-a.patch patches.suse/PCI-dwc-ep-Correct-PBA-offset-in-.set_msix-callback.patch patches.suse/PCI-cadence-ep-Correct-PBA-offset-in-.set_msix-callb.patch patches.suse/PCI-apple-Set-only-available-ports-up.patch patches.suse/PCI-apple-Fix-missing-OF-node-reference-in-apple_pci.patch patches.suse/PCI-apple-Use-gpiod_set_value_cansleep-in-probe-flow.patch patches.suse/PCI-cadence-Fix-runtime-atomic-count-underflow.patch patches.suse/PCI-dw-rockchip-Remove-PCIE_L0S_ENTRY-check-from-roc.patch patches.suse/PCI-dw-rockchip-Fix-PHY-function-call-sequence-in-ro.patch patches.suse/PCI-dw-rockchip-Replace-PERST-sleep-time-with-proper-.patch patches.suse/PCI-dwc-ep-Fix-errno-typo.patch patches.suse/PCI-dwc-Make-link-training-more-robust-by-setting-PO.patch patches.suse/PCI-imx6-Add-workaround-for-errata-ERR051624.patch patches.suse/PCI-rcar-gen4-set-ep-BAR4-fixed-size.patch patches.suse/1479-PCI-Add-CONFIG_MMU-dependency.patch patches.suse/soundwire-bus-Simplify-sdw_assign_device_num.patch patches.suse/soundwire-bus-Add-internal-slave-ID-and-use-for-IRQs.patch patches.suse/soundwire-intel-Add-awareness-of-ACE3-microphone-pri.patch patches.suse/ASoC-SOF-Intel-hda-Set-the-mic_privacy-flag-for-soun.patch patches.suse/soundwire-only-compute-port-params-in-specific-strea.patch patches.suse/phy-rockchip-samsung-hdptx-Fix-clock-ratio-setup.patch patches.suse/phy-rockchip-samsung-hdptx-Do-no-set-rk_hdptx_phy-ra.patch patches.suse/phy-qcom-qmp-usb-Fix-an-NULL-vs-IS_ERR-bug.patch patches.suse/phy-fsl-imx8mq-usb-fix-phy_tx_vboost_level_from_prop.patch patches.suse/dmaengine-tegra210-adma-Add-Tegra264-support.patch patches.suse/dmaengine-xilinx_dma-Set-dma_device-directions.patch patches.suse/dmaengine-idxd-Check-availability-of-workqueue-alloc.patch patches.suse/dmaengine-ti-Add-NULL-check-in-udma_probe.patch patches.suse/rtc-sh-assign-correct-interrupts-with-DT.patch patches.suse/rtc-at91rm9200-drop-unused-module-alias.patch patches.suse/rtc-cpcap-drop-unused-module-alias.patch patches.suse/rtc-da9063-drop-unused-module-alias.patch patches.suse/rtc-jz4740-drop-unused-module-alias.patch patches.suse/rtc-pm8xxx-drop-unused-module-alias.patch patches.suse/rtc-s3c-drop-unused-module-alias.patch patches.suse/rtc-stm32-drop-unused-module-alias.patch patches.suse/rtc-Make-rtc_time64_to_tm-support-dates-before-1970.patch patches.suse/rtc-Fix-offset-calculation-for-.start_secs-0.patch patches.suse/arm64-mm-Close-theoretical-race-where-stale-TLB-entry-rema.patch patches.suse/arm64-Add-override-for-MPAM.patch patches.suse/page_pool-Fix-use-after-free-in-page_pool_recycle_in.patch patches.suse/gve-Fix-RX_BUFFERS_POSTED-stat-to-report-per-queue-f.patch patches.suse/net-tipc-fix-refcount-warning-in-tipc_aead_encrypt.patch patches.suse/net-mlx4_en-Prevent-potential-integer-overflow-calcu.patch patches.suse/can-kvaser_pciefd-refine-error-prone-echo_skb_max-ha.patch patches.suse/net-usb-aqc111-debug-info-before-sanitation.patch patches.suse/Bluetooth-MGMT-reject-malformed-HCI_CMD_SYNC-command.patch patches.suse/Bluetooth-hci_qca-move-the-SoC-type-check-to-the-rig.patch patches.suse/Bluetooth-L2CAP-Fix-not-responding-with-L2CAP_CR_LE_.patch patches.suse/net-stmmac-make-sure-that-ptp_rate-is-not-0-before-configu.patch patches.suse/net-stmmac-make-sure-that-ptp_rate-is-not-0-before-c.patch patches.suse/net-Fix-checksum-update-for-ILA-adj-transport.patch patches.suse/bpf-Fix-L4-csum-update-on-IPv6-in-CHECKSUM_COMPLETE.patch patches.suse/net-fix-udp-gso-skb_segment-after-pull-from-frag_lis.patch patches.suse/ice-fix-Tx-scheduler-error-handling-in-XDP-callback.patch patches.suse/ice-create-new-Tx-scheduler-nodes-for-new-queues-onl.patch patches.suse/ice-fix-rebuilding-the-Tx-scheduler-tree-for-large-q.patch patches.suse/idpf-fix-a-race-in-txq-wakeup.patch patches.suse/idpf-avoid-mailbox-timeout-delays-during-reset.patch patches.suse/net-wwan-t7xx-Fix-napi-rx-poll-issue.patch patches.suse/vmxnet3-correctly-report-gso-type-for-UDP-tunnels.patch patches.suse/gve-add-missing-NULL-check-for-gve_alloc_pending_pac.patch patches.suse/net-dsa-b53-do-not-enable-EEE-on-bcm63xx.patch patches.suse/net-wwan-mhi_wwan_mbim-use-correct-mux_id-for-multip.patch patches.suse/netfilter-nf_set_pipapo_avx2-fix-initial-map-fill.patch patches.suse/netfilter-nf_nat-also-check-reverse-tuple-to-obtain-clashi.patch patches.suse/wifi-cfg80211-mac80211-correctly-parse-S1G-beacon-op.patch patches.suse/wifi-iwlwifi-mvm-fix-assert-on-suspend.patch patches.suse/wifi-iwlwifi-mld-avoid-panic-on-init-failure.patch patches.suse/wifi-iwlwifi-pcie-fix-non-MSIX-handshake-register.patch patches.suse/wifi-iwlwifi-mld-Move-regulatory-domain-initializati.patch patches.suse/iavf-iavf_suspend-take-RTNL-before-netdev_lock.patch patches.suse/iavf-centralize-watchdog-requeueing-itself.patch patches.suse/iavf-simplify-watchdog_task-in-terms-of-adminq-task-.patch patches.suse/iavf-extract-iavf_watchdog_step-out-of-iavf_watchdog.patch patches.suse/iavf-sprinkle-netdev_assert_locked-annotations.patch patches.suse/iavf-get-rid-of-the-crit-lock.patch patches.suse/seg6-Fix-validation-of-nexthop-addresses.patch patches.suse/calipso-unlock-rcu-before-returning-EAFNOSUPPORT.patch patches.suse/PM-sleep-Fix-power.is_suspended-cleanup-for-direct-c.patch patches.suse/1480-drm-i915-dp-Fix-the-enabling-disabling-of-audio-SDP-.patch patches.suse/drm-i915-gem-Allow-EXEC_CAPTURE-on-recoverable-conte.patch patches.suse/Revert-drm-i915-gem-Allow-EXEC_CAPTURE-on-recoverabl.patch patches.suse/drm-xe-Make-xe_gt_freq-part-of-the-Documentation.patch patches.suse/1484-drm-xe-Add-missing-documentation-of-rpa_freq.patch patches.suse/1485-drm-amdkfd-Change-svm_range_get_info-return-type.patch patches.suse/1486-drm-amdgpu-lock-the-eviction-fence-for-wq-signals-it.patch patches.suse/1487-drm-amdgpu-Fix-eviction-fence-worker-race-during-fd-.patch patches.suse/1488-drm-amd-pm-Update-pmfw-headers-for-smu_v_13_0_6.patch patches.suse/1489-drm-amd-pm-Fill-pldm-version-for-SMU-v13.0.6-SOCs.patch patches.suse/1490-drm-amd-pm-Use-macro-to-initialize-metrics-table.patch patches.suse/1491-drm-amdgpu-Register-aqua-vanjaram-vcn-poison-irq.patch patches.suse/1492-drm-amdgpu-Register-aqua-vanjaram-jpeg-poison-irq.patch patches.suse/1493-drm-amd-pm-Add-support-to-query-partition-metrics.patch patches.suse/1494-drm-amdgpu-Add-sysfs-nodes-for-partition.patch patches.suse/1495-drm-amd-pm-Fetch-partition-metrics-on-SMUv13.0.6.patch patches.suse/1496-drm-amd-display-Adjust-get_value-function-with-prefi.patch patches.suse/1497-drm-amd-display-Adjust-set_value-function-with-prefi.patch patches.suse/1498-drm-amd-display-fix-typo-in-comments.patch patches.suse/1499-drm-amdgpu-fixing-typo-in-macro-name.patch patches.suse/1500-drm-radeon-fixing-typo-in-macro-name.patch patches.suse/1501-drm-amd-pm-Use-external-link-order-for-xgmi-data.patch patches.suse/1502-drm-amdgpu-Add-vcn-poison-status-reg.patch patches.suse/1503-drm-amdgpu-Update-runtime-pm-checks.patch patches.suse/1504-drm-amdgpu-Make-amdgpu_ctx_mgr_entity_fini-static.patch patches.suse/1505-drm-amdgpu-Remove-duplicated-context-still-alive-che.patch patches.suse/1506-drm-amd-display-only-collect-data-if-debug-gamut_rem.patch patches.suse/1507-drm-amd-display-no-3D-and-blnd-LUT-as-DPP-color-caps.patch patches.suse/1508-drm-amd-display-Add-a-new-dcdebugmask-to-allow-skip-.patch patches.suse/1509-drm-amdgpu-Enable-RAS-for-vcn-5.0.1.patch patches.suse/1510-drm-amdgpu-Add-jpeg-poison-status-reg.patch patches.suse/1511-drm-amdgpu-Enable-RAS-for-jpeg-5.0.1.patch patches.suse/1512-drm-amdgpu-update-ras-support-check.patch patches.suse/drm-amdgpu-seq64-memory-unmap-uses-uninterruptible-l.patch patches.suse/1514-Revert-drm-amd-display-FW-Promotion-Release-0.1.11.0.patch patches.suse/1515-drm-amd-pm-Fetch-partition-metrics-on-SMUv13.0.12.patch patches.suse/1516-drm-amd-amdgpu-Add-GPIO-resources-required-for-amdis.patch patches.suse/1517-drm-amd-display-Add-some-missing-register-headers-fo.patch patches.suse/1518-Revert-drm-amd-display-more-liberal-vmin-vmax-update.patch patches.suse/1519-drm-amd-display-Reuse-Subvp-debug-option-for-FAMS.patch patches.suse/1520-drm-amdgpu-vcn1-read-back-register-after-written.patch patches.suse/1521-Revert-drm-amd-display-pause-the-workload-setting-in.patch patches.suse/1522-drm-amdgpu-vcn2-read-back-register-after-written.patch patches.suse/1523-drm-amdgpu-vcn2.5-read-back-register-after-written.patch patches.suse/1524-drm-amdgpu-vcn3-read-back-register-after-written.patch patches.suse/1525-drm-amdgpu-vcn4-read-back-register-after-written.patch patches.suse/1526-drm-amdgpu-vcn4.0.3-read-back-register-after-written.patch patches.suse/1527-drm-amdgpu-vcn4.0.5-read-back-register-after-written.patch patches.suse/1528-drm-amdgpu-vcn5-read-back-register-after-written.patch patches.suse/1529-drm-amdgpu-vcn5.0.1-read-back-register-after-written.patch patches.suse/drm-amdgpu-amdgpu_vram_mgr_new-Clamp-lpfn-to-total-v.patch patches.suse/1531-drm-amd-pm-Optimize-get-gpu-metrics-data-function.patch patches.suse/1532-drm-amdkfd-Identical-code-for-different-branches.patch patches.suse/1533-drm-amdgpu-Add-userq-fence-support-to-SDMAv6.0.patch patches.suse/amd-amdkfd-fix-a-kfd_process-ref-leak.patch patches.suse/1535-drm-amdgpu-handle-old-RAS-eeprom-data-in-non-nps1-mo.patch patches.suse/1536-drm-amdgpu-Get-mca-address-for-old-eeprom-records.patch patches.suse/drm-amd-display-Add-null-pointer-check-for-get_first.patch patches.suse/1538-drm-amd-display-Constify-struct-timing_generator_fun.patch patches.suse/1539-drm-amd-pm-Enable-static-metrics-table-support.patch patches.suse/1540-drm-amd-pm-Enable-static-metrics-table-support.patch patches.suse/1541-drm-amd-Export-DMCUB-version-to-sysfs.patch patches.suse/drm-amdgpu-mes-add-missing-locking-in-helper-functio.patch patches.suse/1543-drm-amdgpu-mes-remove-some-unused-functions.patch patches.suse/1544-drm-amdkfd-Map-wptr-BO-to-GART-unconditionally.patch patches.suse/drm-i915-guc-Check-if-expecting-reply-before-decreme.patch patches.suse/drm-i915-psr-Fix-using-wrong-mask-in-REG_FIELD_PREP.patch patches.suse/drm-i915-guc-Handle-race-condition-where-wakeref-cou.patch patches.suse/1548-drm-i915-display-Fix-u32-overflow-in-SNPS-PHY-HDMI-P.patch patches.suse/1549-drm-panel-nt37801-select-CONFIG_DRM_DISPLAY_DSC_HELP.patch patches.suse/1550-drm-panel-nt37801-Fix-IS_ERR-vs-NULL-check-in-probe.patch patches.suse/1551-drm-connector-only-call-HDMI-audio-helper-plugged-cb.patch patches.suse/1552-drm-bridge-analogix_dp-Remove-the-unnecessary-calls-.patch patches.suse/1553-drm-bridge-analogix_dp-Fix-clk-disable-removal.patch patches.suse/drm-xe-vm-move-rebind_work-init-earlier.patch patches.suse/1555-drm-xe-vm-move-xe_svm_init-earlier.patch patches.suse/1556-drm-xe-hwmon-Add-support-to-manage-power-limits-thou.patch patches.suse/1557-drm-xe-hwmon-Move-card-reactive-critical-power-under.patch patches.suse/1558-drm-xe-drop-redundant-conversion-to-bool.patch patches.suse/1559-drm-xe-vsec-fix-CONFIG_INTEL_VSEC-dependency.patch patches.suse/drm-xe-Rework-eviction-rejection-of-bound-external-b.patch patches.suse/drm-xe-sched-stop-re-submitting-signalled-jobs.patch patches.suse/1562-drm-xe-pxp-Use-the-correct-define-in-the-set_propert.patch patches.suse/1563-drm-xe-pxp-Clarify-PXP-queue-creation-behavior-if-PX.patch patches.suse/drm-xe-guc_submit-add-back-fix.patch patches.suse/drm-xe-Create-LRC-BO-without-VM.patch patches.suse/drm-xe-remove-unmatched-xe_vm_unlock-from-__xe_exec_.patch patches.suse/1567-drm-amdkfd-enable-kfd-on-RISCV-systems.patch patches.suse/1568-drm-amdgpu-Add-more-checks-to-discovery-fetch.patch patches.suse/1569-drm-amdgpu-gfx10-Refine-Cleaner-Shader-for-GFX10.1.1.patch patches.suse/1570-drm-amdgpu-disable-workload-profile-switching-when-O.patch patches.suse/1571-drm-amdgpu-Fix-integer-overflow-issues-in-amdgpu_use.patch patches.suse/1572-drm-amdgpu-Fix-integer-overflow-in-amdgpu_gem_add_in.patch patches.suse/1573-drm-amdgpu-Add-userq-fence-support-to-SDMAv7.0.patch patches.suse/drm-amd-display-Correct-non-OLED-pre_T11_delay.patch patches.suse/1575-drm-amd-display-Avoid-calling-blank_stream-twice.patch patches.suse/1576-drm-amd-display-Use-DC-log-instead-of-using-DM-error.patch patches.suse/drm-amd-display-Add-debugging-message-for-brightness.patch patches.suse/drm-amd-display-Fix-default-DC-and-AC-levels.patch patches.suse/1579-drm-nouveau-vfn-r535-Convert-comma-to-semicolon.patch patches.suse/drm-scheduler-signal-scheduled-fence-when-kill-job.patch patches.suse/dummycon-Trigger-redraw-when-switching-consoles-with.patch patches.suse/accel-ivpu-Improve-buffer-object-logging.patch patches.suse/accel-ivpu-Use-firmware-names-from-upstream-repo.patch patches.suse/1584-accel-ivpu-Reorder-Doorbell-Unregister-and-Command-Q.patch patches.suse/drm-panel-simple-fix-the-warnings-for-the-Evervision.patch patches.suse/accel-ivpu-Use-dma_resv_lock-instead-of-a-custom-mut.patch patches.suse/accel-ivpu-Trigger-device-recovery-on-engine-reset-r.patch patches.suse/accel-ivpu-Fix-warning-in-ivpu_gem_bo_free.patch patches.suse/video-screen_info-Update-framebuffers-behind-PCI-bri.patch patches.suse/sysfb-Fix-screen_info-type-check-for-VGA.patch patches.suse/staging-rtl8723bs-simplify-if-else-block-by-removing.patch patches.suse/staging-rtl8723bs-remove-unnecessary-else-block-afte.patch patches.suse/staging-rtl8723bs-remove-braces-around-single-statem.patch patches.suse/staging-rtl8723bs-Rename-variables.patch patches.suse/staging-rtl8723bs-modify-struct-field-to-use-standar.patch patches.suse/Staging-rtl8723bs-Fix-unbalanced-braces-in-condition.patch patches.suse/staging-rtl8723bs-Place-constants-on-right-side-of-c.patch patches.suse/staging-rtl8723bs-add-spaces-between-ternary-and-bin.patch patches.suse/staging-rtl8723bs-use-preferred-comparison-order.patch patches.suse/staging-rtl8723bs-Remove-trailing-whitespace.patch patches.suse/staging-rtl8723bs-Initialize-variables-at-declaratio.patch patches.suse/staging-rtl8723bs-Initialize-variables-at-declaratio-12ad640.patch patches.suse/staging-rtl8723bs-Use-boolean-false-instead-of-integ.patch patches.suse/staging-rtl8723bs-Fix-compilation-errors-for-W-1-bui.patch patches.suse/staging-rtl8723bs-Add-spaces-and-line-breaks-to-impr.patch patches.suse/staging-rtl8723bs-Use-4096-instead-of-0xfff.patch patches.suse/staging-rtl8723bs-remove-multiple-blank-lines.patch patches.suse/staging-rtl8723bs-Removed-multiple-blank-lines-of-rt.patch patches.suse/staging-rtl8723bs-remove-unnecessary-braces-for-sing.patch patches.suse/misc-tps6594-pfsm-Add-NULL-pointer-check-in-tps6594_.patch patches.suse/msft-hv-3247-uio_hv_generic-Set-event-for-all-channels-on-the-dev.patch patches.suse/char-misc-restrict-the-dynamic-range-to-exclude-rese.patch patches.suse/1591-mei-Cast-the-cb-ext_hdr-allocation-type.patch patches.suse/fpga-fix-potential-null-pointer-deref-in-fpga_mgr_te.patch patches.suse/bus-mhi-ep-Update-read-pointer-only-after-buffer-is-.patch patches.suse/bus-mhi-host-Fix-conflict-between-power_up-and-SYSER.patch patches.suse/iio-adc-ad7606_spi-fix-reg-write-value-mask.patch patches.suse/iio-imu-inv_icm42600-Fix-temperature-calculation.patch patches.suse/iio-adc-ad7944-mask-high-bits-on-direct-read.patch patches.suse/iio-accel-fxls8962af-Fix-temperature-calculation.patch patches.suse/iio-accel-fxls8962af-Fix-temperature-scan-element-si.patch patches.suse/nvmem-zynqmp_nvmem-unbreak-driver-after-cleanup.patch patches.suse/mei-vsc-Cast-tx_buf-to-__be32-when-passed-to-cpu_to_.patch patches.suse/VMCI-fix-race-between-vmci_host_setup_notify-and-vmc.patch patches.suse/iio-filter-admv8818-fix-band-4-state-15.patch patches.suse/iio-filter-admv8818-fix-integer-overflow.patch patches.suse/iio-filter-admv8818-fix-range-calculation.patch patches.suse/iio-filter-admv8818-Support-frequencies-2-32.patch patches.suse/iio-adc-ad7124-Fix-3dB-filter-frequency-reading.patch patches.suse/iio-adc-ad_sigma_delta-Fix-use-of-uninitialized-stat.patch patches.suse/iio-pressure-zpa2326-Use-aligned_s64-for-the-timesta.patch patches.suse/staging-iio-ad5933-Correct-settling-cycles-encoding-.patch patches.suse/iio-adc-PAC1934-fix-typo-in-documentation-link.patch patches.suse/iio-adc-mcp3911-fix-device-dependent-mappings-for-co.patch patches.suse/iio-adc-ti-ads1298-Kconfig-add-kfifo-dependency-to-f.patch patches.suse/coresight-holding-cscfg_csdev_lock-while-removing-cs.patch patches.suse/coresight-prevent-deactivate-active-config-while-ena.patch patches.suse/tty-serial-uartlite-register-uart-driver-in-init.patch patches.suse/serial-Fix-potential-null-ptr-deref-in-mlb_usio_prob.patch patches.suse/8250-microchip-pci1xxxx-Add-PCIe-Hot-reset-disable-s.patch patches.suse/serial-jsm-fix-NPE-during-jsm_uart_port_init.patch patches.suse/vt-remove-VT_RESIZE-and-VT_RESIZEX-from-vt_compat_io.patch patches.suse/tty-serial-8250_omap-fix-TX-with-DMA-for-am33xx.patch patches.suse/ALSA-Add-USB-audio-device-jack-type.patch patches.suse/ALSA-usb-audio-Export-USB-SND-APIs-for-modules.patch patches.suse/ALSA-usb-audio-Check-for-support-for-requested-audio.patch patches.suse/ALSA-usb-audio-Save-UAC-sample-size-information.patch patches.suse/ALSA-usb-audio-Prevent-starting-of-audio-stream-if-i.patch patches.suse/ALSA-usb-audio-Introduce-USB-SND-platform-op-callbac.patch patches.suse/ALSA-usb-audio-Allow-for-rediscovery-of-connected-US.patch patches.suse/ASoC-Add-SoC-USB-APIs-for-adding-an-USB-backend.patch patches.suse/ASoC-usb-Add-PCM-format-check-API-for-USB-backend.patch patches.suse/ASoC-usb-Create-SOC-USB-SND-jack-kcontrol.patch patches.suse/ASoC-usb-Fetch-ASoC-card-and-pcm-device-information.patch patches.suse/ASoC-usb-Rediscover-USB-SND-devices-on-USB-port-add.patch patches.suse/ASoC-doc-Add-documentation-for-SOC-USB.patch patches.suse/ASoC-dt-bindings-qcom-q6dsp-lpass-ports-Add-USB_RX-p.patch patches.suse/ASoC-qcom-qdsp6-Introduce-USB-AFE-port-to-q6dsp.patch patches.suse/ASoC-qcom-qdsp6-q6afe-Increase-APR-timeout.patch patches.suse/ASoC-qcom-qdsp6-Add-USB-backend-ASoC-driver-for-Q6.patch patches.suse/ASoC-qcom-qdsp6-Add-headphone-jack-for-offload-conne.patch patches.suse/ASoC-qcom-qdsp6-Fetch-USB-offload-mapped-card-and-PC.patch patches.suse/ALSA-usb-audio-qcom-Add-USB-QMI-definitions.patch patches.suse/ALSA-usb-audio-qcom-Introduce-QC-USB-SND-offloading-.patch patches.suse/ALSA-usb-audio-qcom-Don-t-allow-USB-offload-path-if-.patch patches.suse/ALSA-usb-audio-qcom-Add-USB-offload-route-kcontrol.patch patches.suse/ALSA-usb-audio-qcom-Notify-USB-audio-devices-on-USB-.patch patches.suse/usb-typec-mux-do-not-return-on-EOPNOTSUPP-in-mux-swi.patch patches.suse/usb-typec-tcpm-allow-to-use-sink-in-accessory-mode.patch patches.suse/usb-typec-tcpm-allow-switching-to-mode-accessory-to-.patch patches.suse/usb-typec-displayport-Receive-DP-Status-Update-NAK-r.patch patches.suse/usb-gadget-f_hid-wake-up-readers-on-disable-unbind.patch patches.suse/usb-cdc-wdm-avoid-setting-WDM_READ-for-ZLP-s.patch patches.suse/usb-Add-checks-for-snprintf-calls-in-usb_alloc_dev.patch patches.suse/usb-hub-Block-less-in-USB3-link-power-management-LPM.patch patches.suse/usb-hub-verify-device-is-configured-in-usb_device_ma.patch patches.suse/usb-renesas_usbhs-Reorder-clock-handling-and-power-m.patch patches.suse/usb-common-usb-conn-gpio-use-a-unique-name-for-usb-c.patch patches.suse/usb-potential-integer-overflow-in-usbg_make_tpg.patch patches.suse/ALSA-usb-audio-qcom-delete-a-stray-tab.patch patches.suse/ASoC-qcom-qdsp6-Set-error-code-in-q6usb_hw_params.patch patches.suse/usb-dwc2-also-exit-clock_gating-when-stopping-udc-wh.patch patches.suse/usb-acpi-Prevent-null-pointer-dereference-in-usb_acp.patch patches.suse/usb-typec-ucsi-fix-Clang-Wsign-conversion-warning.patch patches.suse/thunderbolt-Do-not-double-dequeue-a-configuration-re.patch patches.suse/thunderbolt-Fix-a-logic-error-in-wake-on-connect.patch patches.suse/thunderbolt-Expose-usb4_port_index-to-other-modules.patch patches.suse/thunderbolt-Add-Thunderbolt-USB4-USB3-match-function.patch patches.suse/usb-typec-Connect-Type-C-port-with-associated-USB4-p.patch patches.suse/thunderbolt-Introduce-domain-event-message-handler.patch patches.suse/thunderbolt-Notify-userspace-about-software-CM-tunne.patch patches.suse/usb-typec-tcpm-tcpci_maxim-Fix-bounds-check-in-proce.patch patches.suse/usb-typec-tcpm-move-tcpm_queue_vdm_unlocked-to-async.patch patches.suse/usb-quirks-Add-NO_LPM-quirk-for-SanDisk-Extreme-55AE.patch patches.suse/usb-storage-Ignore-UAS-driver-for-SanDisk-3.2-Gen2-s.patch patches.suse/usb-Flush-altsetting-0-endpoints-before-reinitializa.patch patches.suse/usb-cdnsp-Fix-issue-with-detecting-USB-3.2-speed.patch patches.suse/usb-cdnsp-Fix-issue-with-detecting-command-completio.patch patches.suse/usb-core-config-Use-USB-API-functions-rather-than-co.patch patches.suse/usb-misc-onboard_usb_dev-Fix-usb5744-initialization-.patch patches.suse/ALSA-usb-audio-qcom-Fix-an-error-handling-path-in-qc.patch patches.suse/ALSA-qc_audio_offload-rename-dma-iova-va-cpu-phys-va.patch patches.suse/ALSA-qc_audio_offload-avoid-leaking-xfer_buf-allocat.patch patches.suse/ALSA-qc_audio_offload-try-to-reduce-address-space-co.patch patches.suse/usb-usbtmc-Fix-read_stb-function-and-get_stb-ioctl.patch patches.suse/usb-usbtmc-Fix-timeout-value-in-get_stb.patch patches.suse/USB-serial-bus-fix-const-issue-in-usb_serial_device_.patch patches.suse/USB-serial-pl2303-add-new-chip-PL2303GC-Q20-and-PL23.patch patches.suse/USB-gadget-udc-fix-const-issue-in-gadget_match_drive.patch patches.suse/USB-typec-fix-const-issue-in-typec_match.patch patches.suse/usb-misc-onboard_usb_dev-fix-build-warning-for-CONFI.patch patches.suse/ASoC-qdsp6-fix-compile-testing-without-CONFIG_OF.patch patches.suse/ALSA-usb-audio-qcom-fix-USB_XHCI-dependency.patch patches.suse/io_uring-net-only-consider-msg_inq-if-larger-than-1.patch patches.suse/bcache-fix-NULL-pointer-in-cache_set_flush.patch patches.suse/bcache-reserve-more-RESERVE_BTREE-buckets-to-prevent.patch patches.suse/loop-add-file_start_write-and-file_end_write.patch patches.suse/md-raid1-raid10-don-t-handle-IO-error-for-REQ_RAHEAD-and-R.patch patches.suse/md-md-bitmap-fix-dm-raid-max_write_behind-setting.patch patches.suse/block-drop-direction-param-from-bio_integrity_copy_u.patch patches.suse/block-flip-iter-directions-in-blk_rq_integrity_map_user.patch patches.suse/nvme-fix-command-limits-status-code.patch patches.suse/nvme-fix-implicit-bool-to-flags-conversion.patch patches.suse/nvme-tcp-remove-tag-set-when-second-admin-queue-conf.patch patches.suse/nvme-tcp-sanitize-request-list-handling.patch patches.suse/nvme-tcp-fix-I-O-stalls-on-congested-sockets.patch patches.suse/pwm-axi-pwmgen-fix-missing-separate-external-clock.patch patches.suse/regulator-max14577-Add-error-check-for-max14577_read.patch patches.suse/spi-bcm63xx-spi-fix-shared-reset.patch patches.suse/spi-bcm63xx-hsspi-fix-shared-reset.patch patches.suse/s390-crypto-Select-crypto-engine-in-Kconfig-when-PAE.patch patches.suse/s390-mm-Fix-in_atomic-handling-in-do_secure_storage_access.patch patches.suse/perf-symbols-Ignore-mapping-symbols-on-riscv.patch patches.suse/scsi-ufs-core-Don-t-perform-UFS-clkscaling-during-host-asy.patch patches.suse/scsi-aacraid-Remove-useless-code.patch patches.suse/KVM-s390-rename-PROT_NONE-to-PROT_TYPE_DUMMY.patch patches.suse/mm-fix-vmstat-after-removing-NR_BOUNCE.patch patches.suse/iov_iter-use-iov_offset-for-length-calculation-in-io.patch patches.suse/mm-hugetlb-unshare-page-tables-during-VMA-split-not-.patch patches.suse/mm-hugetlb-fix-huge_pmd_unshare-vs-GUP-fast-race.patch patches.suse/mm-fix-uprobe-pte-be-overwritten-when-expanding-vma.patch patches.suse/ALSA-usb-audio-Add-a-quirk-for-Lenovo-Thinkpad-Thund.patch patches.suse/ALSA-hda-cs35l41-Constify-regmap_irq_chip.patch patches.suse/ALSA-hda-Add-new-pci-id-for-AMD-GPU-display-HD-audio.patch patches.suse/ALSA-hda-Ignore-unsol-events-for-cards-being-shut-do.patch patches.suse/ALSA-usb-audio-Add-implicit-feedback-quirk-for-RODE-.patch patches.suse/firmware-cs_dsp-Fix-OOB-memory-read-access-in-KUnit--d979b78.patch patches.suse/firmware-cs_dsp-Fix-OOB-memory-read-access-in-KUnit--f4ba2ea.patch patches.suse/ASoC-codecs-fix-out-of-bounds-access-on-invalid-cloc.patch patches.suse/ASoC-tas571x-add-separate-tas5733-controls.patch patches.suse/ASoC-codecs-wcd9335-Fix-missing-free-of-regulator-su.patch patches.suse/ASoC-codecs-wcd937x-Drop-unused-buck_supply.patch patches.suse/ASoC-codecs-wcd9375-Fix-double-free-of-regulator-sup.patch patches.suse/ASoC-tas571x-fix-tas5733-num_controls.patch patches.suse/ASoC-amd-yc-Add-support-for-Lenovo-Yoga-7-16ARP8.patch patches.suse/ASoC-rt1320-fix-speaker-noise-when-volume-bar-is-100.patch patches.suse/ASoC-pcm-Do-not-open-FEs-with-no-BEs-connected.patch patches.suse/ASoC-ti-omap-hdmi-Re-add-dai_link-platform-to-fix-ca.patch patches.suse/ASoC-codecs-hda-Fix-RPM-usage-count-underflow.patch patches.suse/ASoC-Intel-avs-Fix-deadlock-when-the-failing-IPC-is-.patch patches.suse/ASoC-Intel-avs-Fix-PPLCxFMT-calculation.patch patches.suse/ASoC-Intel-avs-Fix-possible-null-ptr-deref-when-init.patch patches.suse/ASoC-Intel-avs-Fix-paths-in-MODULE_FIRMWARE-hints.patch patches.suse/ASoC-Intel-avs-Verify-kcalloc-status-when-setting-co.patch patches.suse/ASoC-Intel-avs-Verify-content-returned-by-parse_int_.patch patches.suse/ASoC-Intel-avs-Include-missing-string.h.patch patches.suse/ASoC-Intel-avs-Simplify-verification-of-parse_int_ar.patch patches.suse/ASoC-Intel-avs-boards-Fix-rt5663-front-end-name.patch patches.suse/efi-libstub-use-targets-instead-of-extra-y-in-Makefi.patch patches.suse/genksyms-Fix-enum-consts-from-a-reference-affecting-new-va.patch patches.suse/tracing-Fix-regression-of-filter-waiting-a-long-time.patch patches.suse/ring-buffer-Fix-buffer-locking-in-ring_buffer_subbuf_order.patch patches.suse/cifs-deal-with-the-channel-loading-lag-while-picking-channels.patch patches.suse/cifs-serialize-other-channels-when-query-server-interfaces-is-pendi.patch patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch patches.suse/fs-fhandle.c-fix-a-race-in-call-of-has_locked_childr.patch patches.suse/clone_private_mnt-make-sure-that-caller-has-CAP_SYS_.patch patches.suse/do_change_type-refuse-to-operate-on-unmounted-not-ou.patch patches.suse/PCI-MSI-Size-device-MSI-domain-with-the-maximum-numb.patch patches.suse/perf-x86-intel-Fix-incorrect-MSR-index-calculations-in-int.patch patches.suse/x86-iopl-Cure-TIF_IO_BITMAP-inconsistencies.patch patches.suse/fs-resctrl-Restore-the-rdt_last_cmd_clear-calls-after-acqu.patch patches.suse/tools-power-turbostat.8-fix-typo-idle_pct-should-be-pct_idle.patch patches.suse/tools-power-turbostat.8-pm_domain-wording-fix.patch patches.suse/tools-power-turbostat-Add-Android-support-for-MSR-device-handling.patch patches.suse/tools-power-turbostat-Fix-RAPL_GFX_ALL-typo.patch patches.suse/tools-power-turbostat-Fix-AMD-package-energy-reporting.patch patches.suse/tools-power-turbostat-Always-check-rapl_joules-flag.patch patches.suse/tools-power-turbostat-Quit-early-for-unsupported-RAPL-counters.patch patches.suse/tools-power-turbostat-Remove-add_rapl_perf_counter_.patch patches.suse/tools-power-turbostat-Remove-add_cstate_perf_counter_.patch patches.suse/tools-power-turbostat-Remove-add_msr_perf_counter_.patch patches.suse/tools-power-turbostat-Introduce-add_msr_counter.patch patches.suse/tools-power-turbostat-Clean-up-add-perf-msr-counter-logic.patch patches.suse/tools-power-turbostat-Allow-probing-RAPL-with-platform_features-rapl_msrs-cleared.patch patches.suse/tools-power-turbostat-Avoid-probing-the-same-perf-counters.patch patches.suse/tools-power-turbostat-Dump-RAPL-sysfs-info.patch patches.suse/tools-power-turbostat-Add-initial-support-for-DMR.patch patches.suse/tools-power-turbostat-Add-initial-support-for-BartlettLake.patch patches.suse/tools-power-turbostat-version-2025.06.08.patch patches.suse/powerpc-powernv-memtrace-Fix-out-of-bounds-issue-in-.patch patches.suse/powerpc-vas-Return-EINVAL-if-the-offset-is-non-zero-.patch patches.suse/libbpf-Handle-unsupported-mmap-based-sys-kernel-btf-.patch patches.suse/tools-resolve_btfids-Fix-build-when-cross-compiling-.patch patches.suse/MAINTAINERS-Add-myself-as-bpf-networking-reviewer.patch patches.suse/pinctrl-qcom-pinctrl-qcm2290-Add-missing-pins.patch patches.suse/pinctrl-st-Drop-unused-st_gpio_bank-function.patch patches.suse/ptp-remove-ptp-n_vclocks-check-logic-in-ptp_vclock_i.patch patches.suse/net_sched-sch_sfq-fix-a-potential-crash-on-gso_skb-handlin.patch patches.suse/Bluetooth-hci_core-fix-list_for_each_entry_rcu-usage.patch patches.suse/Bluetooth-btintel_pcie-Fix-driver-not-posting-maximu.patch patches.suse/Bluetooth-btintel_pcie-Increase-the-tx-and-rx-descri.patch patches.suse/Bluetooth-btintel_pcie-Reduce-driver-buffer-posting-.patch patches.suse/Bluetooth-MGMT-Fix-UAF-on-mgmt_remove_adv_monitor_co.patch patches.suse/Bluetooth-MGMT-Protect-mgmt_pending-list-with-its-ow.patch patches.suse/net-Fix-TOCTOU-issue-in-sk_is_readable.patch patches.suse/net-mdiobus-Fix-potential-out-of-bounds-read-write-a.patch patches.suse/net-mdiobus-Fix-potential-out-of-bounds-clause-45-re.patch patches.suse/i40e-return-false-from-i40e_reset_vf-if-reset-is-in-.patch patches.suse/i40e-retry-VFLR-handling-if-there-is-ongoing-VF-rese.patch patches.suse/iavf-fix-reset_task-for-early-reset-event.patch patches.suse/ice-ptp-fix-crosstimestamp-reporting.patch patches.suse/e1000-Move-cancel_work_sync-to-avoid-deadlock.patch patches.suse/net-mlx5-Ensure-fw-pages-are-always-allocated-on-sam.patch patches.suse/net-mlx5-Fix-ECVF-vports-unload-on-shutdown-flow.patch patches.suse/net-mlx5-Fix-return-value-when-searching-for-existin.patch patches.suse/net-mlx5-HWS-Init-mutex-on-the-correct-path.patch patches.suse/net-mlx5-HWS-fix-missing-ip_version-handling-in-defi.patch patches.suse/net-mlx5-HWS-make-sure-the-uplink-is-the-last-destin.patch patches.suse/net-mlx5e-Fix-leak-of-Geneve-TLV-option-object.patch patches.suse/net-mlx5e-Fix-number-of-lanes-to-UNKNOWN-when-using-.patch patches.suse/net-clear-the-dst-when-changing-skb-protocol.patch patches.suse/net_sched-sch_sfq-reject-invalid-perturb-period.patch patches.suse/net_sched-prio-fix-a-race-in-prio_tune.patch patches.suse/net_sched-red-fix-a-race-in-__red_change.patch patches.suse/net_sched-tbf-fix-a-race-in-tbf_change.patch patches.suse/net_sched-ets-fix-a-race-in-ets_qdisc_change.patch patches.suse/net-mlx5-HWS-Add-error-checking-to-hws_bwc_rule_comp.patch patches.suse/net-drv-netdevsim-don-t-napi_complete-from-netpoll.patch patches.suse/Bluetooth-Fix-NULL-pointer-deference-on-eir_get_serv.patch patches.suse/Bluetooth-hci_sync-Fix-broadcast-PA-when-using-an-ex.patch patches.suse/Bluetooth-eir-Fix-possible-crashes-on-eir_create_adv.patch patches.suse/Bluetooth-MGMT-Fix-sparse-errors.patch patches.suse/net-ethtool-Don-t-check-if-RSS-context-exists-in-cas.patch patches.suse/Revert-wifi-mwifiex-Fix-HT40-bandwidth-issue.patch patches.suse/ath10k-snoc-fix-unbalanced-IRQ-enable-in-crash-recov.patch patches.suse/wifi-ath10k-Avoid-vdev-delete-timeout-when-firmware-.patch patches.suse/wil6210-fix-support-for-sparrow-chipsets.patch patches.suse/wifi-ath11k-avoid-burning-CPU-in-ath11k_debugfs_fw_s.patch patches.suse/wifi-ath11k-don-t-use-static-variables-in-ath11k_deb.patch patches.suse/wifi-ath11k-don-t-wait-when-there-is-no-vdev-started.patch patches.suse/wifi-ath11k-move-some-firmware-stats-related-functio.patch patches.suse/wifi-ath11k-adjust-unlock-sequence-in-ath11k_update_.patch patches.suse/wifi-ath11k-move-locking-outside-of-ath11k_mac_get_f.patch patches.suse/wifi-ath11k-consistently-use-ath11k_mac_get_fw_stats.patch patches.suse/wifi-ath11k-validate-ath11k_crypto_mode-on-top-of-at.patch patches.suse/wifi-ath12k-fix-GCC_GCC_PCIE_HOT_RST-definition-for-.patch patches.suse/wifi-ath12k-Fix-hal_reo_cmd_status-kernel-doc.patch patches.suse/wifi-ath12k-fix-uaf-in-ath12k_core_init.patch patches.suse/wifi-cfg80211-use-kfree_sensitive-for-connkeys-clean.patch patches.suse/KVM-x86-mmu-Embed-direct-bits-into-gpa-for-KVM_PRE_FAULT_M.patch patches.suse/tracing-Do-not-free-head-on-error-path-of-filter_fre.patch patches.suse/posix-cpu-timers-fix-race-between-handle_posix_cpu_timers-.patch patches.suse/regulator-max20086-Fix-refcount-leak-in-max20086_par.patch patches.suse/spi-omap2-mcspi-Disable-multi-mode-when-CS-should-be.patch patches.suse/spi-omap2-mcspi-Disable-multi-mode-when-the-previous.patch patches.suse/intel_idle-Use-subsys_initcall_sync-for-initialization.patch patches.suse/x86-smp-PM-hibernate-Split-arch_resume_nosmt.patch patches.suse/intel_idle-Rescan-dead-SMT-siblings-during-initialization.patch patches.suse/ACPI-processor-Rescan-dead-SMT-siblings-during-initializat.patch patches.suse/Reapply-x86-smp-Eliminate-mwait_play_dead_cpuid_hint.patch patches.suse/driver-core-faux-Suppress-bind-attributes.patch patches.suse/driver-core-faux-Quiet-probe-failures.patch patches.suse/ACPI-APEI-EINJ-Do-not-fail-einj_init-on-faux_device_.patch patches.suse/ACPI-PAD-Update-arguments-of-mwait_idle_with_hints.patch patches.suse/ACPI-CPPC-Fix-NULL-pointer-dereference-when-nosmp-is.patch patches.suse/ACPI-EC-Ignore-ECDT-tables-with-an-invalid-ID-string.patch patches.suse/ACPI-resource-Use-IRQ-override-on-MACHENIKE-16P.patch patches.suse/1593-drm-xe-svm-Fix-regression-disallowing-64K-SVM-migrat.patch patches.suse/1594-drm-xe-lrc-Use-a-temporary-buffer-for-WA-BB.patch patches.suse/1595-accel-amdxdna-Fix-incorrect-PSP-firmware-size.patch patches.suse/1596-drm-vc4-fix-infinite-EPROBE_DEFER-loop.patch patches.suse/drm-meson-fix-debug-log-statement-when-setting-the-H.patch patches.suse/drm-meson-use-vclk_freq-instead-of-pixel_freq-in-deb.patch patches.suse/drm-meson-fix-more-rounding-issues-with-59.94Hz-mode.patch patches.suse/1600-drm-sitronix-st7571-i2c-Select-VIDEOMODE_HELPERS.patch patches.suse/1601-dma-buf-fix-compare-in-WARN_ON_ONCE.patch patches.suse/udmabuf-use-sgtable-based-scatterlist-wrappers.patch patches.suse/scsi-core-ufs-Fix-a-hang-in-the-error-handler.patch patches.suse/scsi-iscsi-Fix-incorrect-error-path-labels-for-flashnode-o.patch patches.suse/scsi-s390-zfcp-Ensure-synchronous-unit_add.patch patches.suse/msft-hv-3282-scsi-storvsc-Increase-the-timeouts-to-storvsc_timeou.patch patches.suse/mm-close-theoretical-race-where-stale-TLB-entries-co.patch patches.suse/drivers-rapidio-rio_cm.c-prevent-possible-heap-overw.patch patches.suse/io_uring-fix-use-after-free-of-sq-thread-in-__io_uri.patch patches.suse/io_uring-consistently-use-rcu-semantics-with-sqpoll-.patch patches.suse/io_uring-kbuf-don-t-truncate-end-buffer-for-multiple.patch patches.suse/block-Clear-BIO_EMULATES_ZONE_APPEND-flag-on-BIO-completio.patch patches.suse/block-don-t-use-submit_bio_noacct_nocheck-in-blk_zone_wplu.patch patches.suse/block-use-plug-request-list-tail-for-one-shot-backmerge-at.patch patches.suse/bio-Fix-bio_first_folio-for-SPARSEMEM-without-VMEMMA.patch patches.suse/block-Fix-bvec_set_folio-for-very-large-folios.patch patches.suse/nvme-always-punt-polled-uring_cmd-end_io-work-to-tas.patch patches.suse/smb-improve-directory-cache-reuse-for-readdir-operations.patch patches.suse/pidfs-never-refuse-ppid-0-in-PIDFD_GET_INFO.patch patches.suse/fs-xattr.c-fix-simple_xattr_list.patch patches.suse/powerpc-eeh-Fix-missing-PE-bridge-reconfiguration-du.patch patches.suse/x86-fred-signal-Prevent-immediate-repeat-of-single-step-tr.patch patches.suse/x86-virt-tdx-Avoid-indirect-calls-to-TDX-assembly-function.patch patches.suse/x86-mm-pat-don-t-collapse-pages-without-PSE-set.patch patches.suse/x86-Kconfig-only-enable-ROX-cache-in-execmem-when-STRICT_M.patch patches.suse/x86-its-explicitly-manage-permissions-for-ITS-pages.patch patches.suse/Revert-mm-execmem-Unify-early-execmem_cache-behaviour.patch patches.suse/platform-x86-ideapad-laptop-use-usleep_range-for-EC-.patch patches.suse/platform-x86-intel-uncore-freq-Fail-module-load-when.patch patches.suse/platform-x86-intel-power-domains-Fix-error-code-in-t.patch patches.suse/platform-x86-amd-pmc-Clear-metrics-table-at-start-of.patch patches.suse/platform-x86-amd-pmf-Use-device-managed-allocations.patch patches.suse/platform-x86-amd-pmf-Prevent-amd_pmf_tee_deinit-from.patch patches.suse/platform-x86-dell_rbu-Fix-list-usage.patch patches.suse/platform-x86-dell_rbu-Stop-overwriting-data-buffer.patch patches.suse/platform-x86-intel-pmc-Add-Lunar-Lake-support-to-Int.patch patches.suse/platform-x86-intel-pmc-Add-Panther-Lake-support-to-I.patch patches.suse/platform-x86-intel-uncore-freq-avoid-non-literal-for.patch patches.suse/platform-x86-amd-pmc-Add-PCSpecialist-Lafite-Pro-V-1.patch patches.suse/ata-pata_via-Force-PIO-for-ATAPI-devices-on-VT6415-V.patch patches.suse/ata-pata_cs5536-fix-build-on-32-bit-UML.patch patches.suse/ata-ahci-Use-correct-BIOS-build-date-for-ThinkPad-W5.patch patches.suse/ata-ahci-Disallow-LPM-for-ASUSPRO-D840SA-motherboard.patch patches.suse/ata-ahci-Disallow-LPM-for-Asus-B550-F-motherboard.patch patches.suse/selinux-fix-selinux_xfrm_alloc_user-to-set-correct-c.patch patches.suse/lib-crypto-curve25519-hacl64-Disable-KASAN-with-clan.patch patches.suse/sched_ext-sched-core-Don-t-call-scx_group_set_weight.patch patches.suse/workqueue-Initialize-wq_isolated_cpumask-in-workqueue_init.patch patches.suse/hwmon-ftsteutates-Fix-TOCTOU-race-in-fts_read.patch patches.suse/hwmon-occ-Rework-attribute-registration-for-stack-us.patch patches.suse/hwmon-occ-fix-unaligned-accesses.patch patches.suse/hwmon-ltc4282-avoid-repeated-register-write.patch patches.suse/ionic-Prevent-driver-fw-getting-out-of-sync-on-devcm.patch patches.suse/can-tcan4x5x-fix-power-regulator-retrieval-during-pr.patch patches.suse/bnxt_en-Fix-double-invocation-of-bnxt_ulp_stop-bnxt_.patch patches.suse/bnxt_en-Add-a-helper-function-to-configure-MRU-and-R.patch patches.suse/bnxt_en-Update-MRU-and-RSS-table-of-RSS-contexts-on-.patch patches.suse/ptp-fix-breakage-after-ptp_vclock_in_use-rework.patch patches.suse/net-sched-fix-use-after-free-in-taprio_dev_notifier.patch patches.suse/atm-atmtcp-Free-invalid-length-skb-in-atmtcp_c_send.patch patches.suse/atm-Revert-atm_account_tx-if-copy_from_iter_full-fai.patch patches.suse/net-ethtool-remove-duplicate-defines-for-family-info.patch patches.suse/net-ice-Perform-accurate-aRFS-flow-match.patch patches.suse/ice-fix-eswitch-code-memory-leak-in-reset-scenario.patch patches.suse/e1000e-set-fixed-clock-frequency-indication-for-Nahu.patch patches.suse/tipc-fix-null-ptr-deref-when-acquiring-remote-ip-of-.patch patches.suse/eth-fbnic-avoid-double-free-when-failing-to-DMA-map-FW-msg.patch patches.suse/net-lan743x-fix-potential-out-of-bounds-write-in-lan743x_p.patch patches.suse/calipso-Fix-null-ptr-deref-in-calipso_req_-set-del-a.patch patches.suse/NFC-nci-uart-Set-tty-disc_data-only-in-success-path.patch patches.suse/mlxbf_gige-return-EPROBE_DEFER-if-PHY-IRQ-is-not-ava.patch patches.suse/net-atm-add-lec_mutex.patch patches.suse/net-atm-fix-proc-net-atm-lec-handling.patch patches.suse/wifi-remove-zero-length-arrays.patch patches.suse/wifi-mac80211-drop-invalid-source-address-OCB-frames.patch patches.suse/wifi-mac80211-don-t-WARN-for-late-channel-color-swit.patch patches.suse/wifi-ath6kl-remove-WARN-on-bad-firmware-input.patch patches.suse/wifi-ath12k-Avoid-CPU-busy-wait-by-handling-VDEV_STA.patch patches.suse/wifi-ath12k-parse-and-save-hardware-mode-info-from-W.patch patches.suse/wifi-ath12k-parse-and-save-sbs_lower_band_end_freq-f.patch patches.suse/wifi-ath12k-update-freq-range-for-each-hardware-mode.patch patches.suse/wifi-ath12k-support-WMI_MLO_LINK_SET_ACTIVE_CMDID-co.patch patches.suse/wifi-ath12k-update-link-active-in-case-two-links-fal.patch patches.suse/wifi-ath12k-don-t-activate-more-links-than-firmware-.patch patches.suse/wifi-ath12k-fix-documentation-on-firmware-stats.patch patches.suse/wifi-ath12k-avoid-burning-CPU-while-waiting-for-firm.patch patches.suse/wifi-ath12k-don-t-use-static-variables-in-ath12k_wmi.patch patches.suse/wifi-ath12k-don-t-wait-when-there-is-no-vdev-started.patch patches.suse/wifi-carl9170-do-not-ping-device-which-has-failed-to.patch patches.suse/wifi-iwlwifi-cfg-Limit-cb_size-to-valid-range.patch patches.suse/wifi-iwlwifi-dvm-restore-n_no_reclaim_cmds-setting.patch patches.suse/wifi-iwlwifi-Fix-incorrect-logic-on-cmd_ver-range-ch.patch patches.suse/regulator-fan53555-add-enable_time-support-and-soft-.patch patches.suse/spi-tegra210-qspi-Remove-cache-operations.patch patches.suse/1603-drm-msm-dp-Disable-wide-bus-support-for-SDM845.patch patches.suse/drm-msm-disp-Correct-porch-timing-for-SDM845.patch patches.suse/drm-msm-dsi-dsi_phy_10nm-Fix-missing-initial-VCO-rat.patch patches.suse/drm-msm-Fix-a-fence-leak-in-submit-error-path.patch patches.suse/drm-msm-Fix-another-leak-in-the-submit-error-path.patch patches.suse/1608-drm-msm-Don-t-use-a-worker-to-capture-fault-devcored.patch patches.suse/1609-drm-msm-Delete-resume_translation.patch patches.suse/1610-drm-msm-Temporarily-disable-stall-on-fault-after-a-p.patch patches.suse/drm-msm-Fix-CP_RESET_CONTEXT_STATE-bitfield-names.patch patches.suse/drm-msm-a7xx-Call-CP_RESET_CONTEXT_STATE.patch patches.suse/1613-drivers-gpu-drm-msm-registers-improve-reproducibilit.patch patches.suse/1614-drm-msm-Rename-add_components_mdp.patch patches.suse/1615-drm-msm-adreno-Pass-device_node-to-find_chipid.patch patches.suse/1616-drm-msm-adreno-Check-for-recognized-GPU-before-bind.patch patches.suse/1617-drm-msm-Fix-inverted-WARN_ON-logic.patch patches.suse/drm-i915-pmu-Fix-build-error-with-GCOV-and-AutoFDO-e.patch patches.suse/drm-i915-dsi-Fix-off-by-one-in-BXT_MIPI_TRANS_VTOTAL.patch patches.suse/1620-drm-amdkfd-move-SDMA-queue-reset-capability-check-to.patch patches.suse/1621-drm-amd-display-Add-dc-cap-for-dp-tunneling.patch patches.suse/1622-drm-amd-display-Get-LTTPR-IEEE-OUI-Device-ID-From-Cl.patch patches.suse/drm-amd-display-Add-more-checks-for-DSC-HUBP-ONO-gua.patch patches.suse/drm-amd-display-Fix-mpv-playback-corruption-on-westo.patch patches.suse/drm-amd-display-Fix-RMCM-programming-seq-errors.patch patches.suse/1626-drm-amd-display-Only-read-ACPI-backlight-caps-once.patch patches.suse/1627-drm-amd-display-Export-full-brightness-range-to-user.patch patches.suse/drm-amdgpu-Add-kicker-device-detection.patch patches.suse/drm-amdgpu-add-kicker-fws-loading-for-gfx11-smu13-ps.patch patches.suse/1630-drm-amdgpu-Fix-SDMA-engine-reset-with-logical-instan.patch patches.suse/1631-drm-amdgpu-Use-logical-instance-ID-for-SDMA-v4_4_2-q.patch patches.suse/1632-drm-amdgpu-VCN-v5_0_1-to-prevent-FW-checking-RB-duri.patch patches.suse/drm-amd-display-Check-dce_hwseq-before-dereferencing.patch patches.suse/1634-drm-amdgpu-Release-reset-locks-during-failures.patch patches.suse/drm-amdgpu-Fix-SDMA-UTC_L1-handling-during-start-sto.patch patches.suse/drm-amdgpu-switch-job-hw_fence-to-amdgpu_fence.patch patches.suse/1637-drm-amdgpu-sdma5-init-engine-reset-mutex.patch patches.suse/drm-amdkfd-Fix-race-in-GWS-queue-scheduling.patch patches.suse/1639-drm-amdgpu-sdma5.2-init-engine-reset-mutex.patch patches.suse/drm-ssd130x-fix-ssd132x_clear_screen-columns.patch patches.suse/1641-drm-arm-malidp-Silence-informational-message.patch patches.suse/1642-drm-ast-Do-not-include-linux-export.h.patch patches.suse/1643-drm-mgag200-Do-not-include-linux-export.h.patch patches.suse/1644-drm-nouveau-gsp-Fix-potential-integer-overflow-on-in.patch patches.suse/drm-nouveau-fix-a-use-after-free-in-r535_gsp_rpc_pus.patch patches.suse/drm-nouveau-bl-increase-buffer-size-to-avoid-truncat.patch patches.suse/1647-Documentation-nouveau-Update-GSP-message-queue-kerne.patch patches.suse/drm-v3d-Avoid-NULL-pointer-dereference-in-v3d_job_up.patch patches.suse/drm-etnaviv-Protect-the-scheduler-s-pending-list-wit.patch patches.suse/drm-xe-bmg-Update-Wa_16023588340.patch patches.suse/drm-xe-Fix-memset-on-iomem.patch patches.suse/drm-xe-Fix-early-wedge-on-GuC-load-failure.patch patches.suse/io_uring-rsrc-validate-buffer-count-with-offset-for-.patch patches.suse/io_uring-fix-task-leak-issue-in-io_wq_create.patch patches.suse/io_uring-sqpoll-don-t-put-task_struct-on-tctx-setup-.patch patches.suse/io_uring-fix-potential-page-leak-in-io_sqe_buffer_re.patch patches.suse/aoe-clean-device-rq_list-in-aoedev_downdev.patch patches.suse/aoe-defer-rexmit-timer-downdev-work-to-workqueue.patch patches.suse/ublk-santizize-the-arguments-from-userspace-when-add.patch patches.suse/arm64-Restrict-pagetable-teardown-to-avoid-false-warning.patch patches.suse/ALSA-hda-intel-Add-Thinkpad-E15-to-PM-deny-list.patch patches.suse/ALSA-ctxfi-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-hda-realtek-Add-mute-LED-support-for-HP-Victus-.patch patches.suse/ALSA-hda-realtek-Fix-built-in-mic-on-ASUS-VivoBook-X.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Asus-GU605C.patch patches.suse/ALSA-sb-Don-t-allow-changing-the-DMA-mode-during-ope.patch patches.suse/ALSA-sb-Force-to-disable-DMAs-once-when-DMA-mode-is-.patch patches.suse/ALSA-usb-audio-Rename-ALSA-kcontrol-PCM-and-PCM1-for.patch patches.suse/ALSA-hda-realtek-enable-headset-mic-on-Latitude-5420.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Asus-GA605K.patch patches.suse/ASoC-cs48l32-Fix-a-signedness-bug-in-cs48l32_hw_para.patch patches.suse/ASoC-codecs-ES8326-Modify-initialization-configurati.patch patches.suse/ASoC-loongson-Fix-build-warnings-about-export.h.patch patches.suse/ASoC-sdw_utils-Fix-potential-NULL-pointer-deref-in-i.patch patches.suse/ASoC-amd-yc-Add-quirk-for-MSI-Bravo-17-D7VF-internal.patch patches.suse/ASoC-apple-mca-Drop-default-ARCH_APPLE-in-Kconfig.patch patches.suse/ASoC-cs35l56-Use-SoundWire-address-as-firmware-name-.patch patches.suse/ASoC-cs35l56-Use-SoundWire-address-as-alternate-firm.patch patches.suse/ASoC-doc-cs35l56-Update-to-add-new-SoundWire-firmwar.patch patches.suse/ASoC-amd-yc-update-quirk-data-for-HP-Victus.patch patches.suse/ASoC-SOF-imx8-add-core-shutdown-operation-for-imx8-i.patch patches.suse/ASoC-doc-cs35l56-Add-CS35L63-to-the-list-of-supporte.patch patches.suse/ASoC-Intel-sof-function-topology-lib-Print-out-the-u.patch patches.suse/ALSA-hda-realtek-Enable-headset-Mic-on-Positivo-P15X.patch patches.suse/gpio-pca953x-fix-wrong-error-probe-return-value.patch patches.suse/gpio-mlxbf3-only-get-IRQ-for-device-instance-0.patch patches.suse/scsi-target-Fix-NULL-pointer-dereference-in-core_scsi3_dec.patch patches.suse/scsi-elx-efct-Fix-memory-leak-in-efct_hw_parse_filter.patch patches.suse/mtd-spinand-fix-memory-leak-of-ECC-engine-conf.patch patches.suse/perf-test-Restrict-uniquifying-test-to-machines-with-uncor.patch patches.suse/perf-mem-Document-new-output-fields-op-cache-mem-dtlb-snoo.patch patches.suse/tools-headers-UAPI-Sync-KVM-s-vmx.h-header-with-the-kernel-c30c1870.patch patches.suse/tools-headers-x86-svm-Sync-svm-headers-with-the-kernel-sou.patch patches.suse/tools-headers-UAPI-Sync-kvm-header-with-the-kernel-sources.patch patches.suse/tools-headers-UAPI-Sync-linux-kvm.h-with-the-kernel-source-aa69783a.patch patches.suse/tools-headers-Update-the-copy-of-x86-s-mem-cpy-set-_64.S-u.patch patches.suse/tools-arch-x86-Sync-the-msr-index.h-copy-with-the-kernel-s.patch patches.suse/tools-arch-amd-ibs-Sync-ibs.h-with-the-kernel-sources.patch patches.suse/tools-headers-Synchronize-linux-bits.h-with-the-kernel-sou.patch patches.suse/perf-evsel-Missed-close-when-probing-hybrid-core-PMUs.patch patches.suse/perf-test-Directory-file-descriptor-leak.patch patches.suse/perf-bench-futex-Fix-prctl-include-in-musl-libc.patch patches.suse/tools-headers-x86-cpufeatures-Sync-with-the-kernel-sources-d222b6e6.patch patches.suse/ACPICA-Refuse-to-evaluate-a-method-if-arguments-are-.patch patches.suse/io_uring-net-always-use-current-transfer-count-for-b.patch patches.suse/nfsd-use-threads-array-as-is-in-netlink-interface.patch patches.suse/sunrpc-handle-SVC_GARBAGE-during-svc-auth-processing-as-auth-error.patch patches.suse/smb-Log-an-error-when-close_all_cached_dirs-fails.patch patches.suse/KVM-TDX-Add-new-TDVMCALL-status-code-for-unsupported.patch patches.suse/KVM-TDX-Handle-TDG.VP.VMCALL-GetQuote.patch patches.suse/KVM-TDX-Exit-to-userspace-for-GetTdVmCallInfo.patch patches.suse/perf-Fix-sample-vs-do_exit.patch patches.suse/perf-Fix-cgroup-state-vs-ERROR.patch patches.suse/perf-Fix-dangling-cgroup-pointer-in-cpuctx.patch patches.suse/perf-core-Fix-WARN-in-perf_cgroup_switch.patch patches.suse/perf-Fix-the-throttle-error-of-some-clock-events.patch patches.suse/perf-x86-intel-Fix-crash-in-icl_update_topdown_event.patch patches.suse/genirq-irq_sim-Initialize-work-context-pointers-prop.patch patches.suse/x86-fs-resctrl-Remove-inappropriate-references-to-cacheinf.patch patches.suse/mm-userfaultfd-fix-race-of-userfaultfd_move-and-swap-cache.patch patches.suse/maple_tree-fix-MA_STATE_PREALLOC-flag-in-mas_preallo.patch patches.suse/btrfs-fix-a-race-between-renames-and-directory-loggi.patch patches.suse/btrfs-update-superblock-s-device-bytes_used-when-dro.patch patches.suse/btrfs-fix-invalid-inode-pointer-dereferences-during-.patch patches.suse/btrfs-don-t-silently-ignore-unexpected-extent-type-w.patch patches.suse/btrfs-fix-assertion-when-building-free-space-tree.patch patches.suse/dm-raid-fix-variable-in-journal-device-check.patch patches.suse/selinux-change-security_compute_sid-to-return-the-ss.patch patches.suse/scsi-megaraid_sas-Fix-invalid-node-index.patch patches.suse/scsi-ufs-core-Fix-clk-scaling-to-be-conditional-in-reset-a.patch patches.suse/scsi-fnic-Fix-crash-in-fnic_wq_cmpl_handler-when-FDM.patch patches.suse/scsi-fnic-Turn-off-FDMI-ACTIVE-flags-on-link-down.patch patches.suse/scsi-fnic-Fix-missing-DMA-mapping-error-in-fnic_send.patch patches.suse/spi-spi-cadence-quadspi-Fix-pm-runtime-unbalance.patch patches.suse/bpf-Mark-dentry-d_inode-as-trusted_or_null.patch patches.suse/bpf-Adjust-free-target-to-avoid-global-starvation-of.patch patches.suse/libbpf-Fix-null-pointer-dereference-in-btf_dump__fre.patch patches.suse/bpf-Specify-access-type-of-bpf_sysctl_get_name-args.patch patches.suse/selftests-bpf-Convert-test_sysctl-to-prog_tests.patch patches.suse/libbpf-Fix-possible-use-after-free-for-externs.patch patches.suse/selftests-bpf-adapt-one-more-case-in-test_lru_map-to.patch patches.suse/msft-hv-3283-net-mana-Record-doorbell-physical-address-in-PF-mode.patch patches.suse/net-usb-qmi_wwan-add-SIMCom-8230C-composition.patch patches.suse/atm-clip-prevent-NULL-deref-in-clip_push.patch patches.suse/ethernet-ionic-Fix-DMA-mapping-tests.patch patches.suse/bridge-mcast-Fix-use-after-free-during-router-port-configu.patch patches.suse/af_unix-Don-t-leave-consecutive-consumed-OOB-skbs.patch patches.suse/af_unix-Don-t-set-ECONNRESET-for-consumed-OOB-skb.patch patches.suse/Bluetooth-btintel_pcie-Fix-potential-race-condition-.patch patches.suse/Bluetooth-L2CAP-Fix-L2CAP-MTU-negotiation.patch patches.suse/driver-bluetooth-hci_qca-fix-unable-to-load-the-BT-d.patch patches.suse/Bluetooth-hci_core-Fix-use-after-free-in-vhci_flush.patch patches.suse/bnxt-properly-flush-XDP-redirect-lists.patch patches.suse/wifi-iwlegacy-work-around-excessive-stack-usage-on-c.patch patches.suse/wifi-mac80211-fix-beacon-interval-calculation-overfl.patch patches.suse/wifi-mac80211-finish-link-init-before-RCU-publish.patch patches.suse/wifi-iwlwifi-mvm-assume-1-as-the-default-mac_config_.patch patches.suse/atm-idt77252-Add-missing-dma_map_error.patch patches.suse/netlink-specs-nfsd-replace-underscores-with-dashes-i.patch patches.suse/netlink-specs-dpll-replace-underscores-with-dashes-i.patch patches.suse/netlink-specs-devlink-replace-underscores-with-dashe.patch patches.suse/netlink-specs-tc-replace-underscores-with-dashes-in-.patch patches.suse/atm-Release-atm_dev_mutex-after-removing-procfs-in-a.patch patches.suse/HID-wacom-fix-memory-leak-on-kobject-creation-failur.patch patches.suse/HID-wacom-fix-memory-leak-on-sysfs-attribute-creatio.patch patches.suse/HID-wacom-fix-kobject-reference-count-leak.patch patches.suse/HID-nintendo-avoid-bluetooth-suspend-resume-stalls.patch patches.suse/HID-Intel-thc-hid-Intel-quicki2c-Enhance-QuickI2C-re.patch patches.suse/HID-quirks-Add-quirk-for-2-Chicony-Electronics-HP-5M.patch patches.suse/HID-Add-IGNORE-quirk-for-SMARTLINKTECHNOLOGY.patch patches.suse/HID-lenovo-Restrict-F7-9-11-mode-to-compact-keyboard.patch patches.suse/hid-intel-ish-hid-Use-PCI_DEVICE_DATA-macro-for-ISH-.patch patches.suse/HID-intel-ish-hid-ipc-Add-Wildcat-Lake-PCI-device-ID.patch patches.suse/HID-wacom-fix-crash-in-wacom_aes_battery_handler.patch patches.suse/HID-lenovo-Add-support-for-ThinkPad-X1-Tablet-Thin-K.patch patches.suse/ALSA-hda-realtek-Add-quirks-for-some-Clevo-laptops.patch patches.suse/ALSA-hda-realtek-Enable-mute-LED-on-HP-Pavilion-Lapt.patch patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP-EliteB.patch patches.suse/ALSA-usb-audio-Fix-out-of-bounds-read-in-snd_usb_get.patch patches.suse/ALSA-hda-realtek-Add-mic-mute-LED-setup-for-ASUS-UM5.patch patches.suse/ALSA-qc_audio_offload-Fix-missing-error-code-in-prep.patch patches.suse/ALSA-usb-qcom-fix-NULL-pointer-dereference-in-qmi_st.patch patches.suse/ASoC-qcom-sm8250-Fix-possibly-undefined-reference.patch patches.suse/ASoC-amd-yc-add-quirk-for-Acer-Nitro-ANV15-41-intern.patch patches.suse/ASoC-amd-yc-Add-DMI-quirk-for-Lenovo-IdeaPad-Slim-5-.patch patches.suse/ASoC-amd-ps-fix-for-soundwire-failures-during-hibern.patch patches.suse/ASoC-rt721-sdca-fix-boost-gain-calculation-error.patch patches.suse/ASoC-SOF-Intel-hda-Use-devm_kstrdup-to-avoid-memleak.patch patches.suse/ALSA-hda-realtek-Fix-built-in-mic-on-ASUS-VivoBook-X-7ab6847.patch patches.suse/s390-pkey-Prevent-overflow-in-size-calculation-for-memdup_.patch patches.suse/ata-ahci-Use-correct-DMI-identifier-for-ASUSPRO-D840.patch patches.suse/io_uring-make-fallocate-be-hashed-work.patch patches.suse/io_uring-rsrc-fix-folio-unpinning.patch patches.suse/io_uring-rsrc-don-t-rely-on-user-vaddr-alignment.patch patches.suse/io_uring-net-mark-iov-as-dynamically-allocated-even-.patch patches.suse/ublk-sanity-check-add_dev-input-for-underflow.patch patches.suse/block-fix-false-warning-in-bdev_count_inflight_rw.patch patches.suse/Revert-PCI-ACPI-Fix-allocated-memory-release-on-erro.patch patches.suse/1653-drm-amdgpu-gfx9-Add-Cleaner-Shader-Support-for-GFX9..patch patches.suse/1654-drm-amdgpu-mes-add-compatibility-checks-for-set_hw_r.patch patches.suse/drm-amd-Adjust-output-for-discovery-error-handling.patch patches.suse/1656-drm-amdgpu-sdma6-add-ucode-version-checks-for-userq-.patch patches.suse/1657-drm-amdgpu-sdma7-add-ucode-version-checks-for-userq-.patch patches.suse/1658-drm-amd-display-Fix-AMDGPU_MAX_BL_LEVEL-value.patch patches.suse/1659-drm-amd-display-Add-sanity-checks-for-drm_edid_raw.patch patches.suse/1660-drm-i915-snps_hdmi_pll-Fix-64-bit-divisor-truncation.patch patches.suse/drm-dp-Change-AUX-DPCD-probe-address-from-DPCD_REV-t.patch patches.suse/drm-i915-fix-build-error-some-more.patch patches.suse/drm-xe-display-Add-check-for-alloc_ordered_workqueue.patch patches.suse/1664-drm-xe-hwmon-Fix-xe_hwmon_power_max_write.patch patches.suse/drm-xe-Move-DSB-l2-flush-to-a-more-sensible-place.patch patches.suse/drm-xe-move-DPT-l2-flush-to-a-more-sensible-place.patch patches.suse/drm-xe-guc-Explicitly-exit-CT-safe-mode-on-unwind.patch patches.suse/drm-xe-Process-deferred-GGTT-node-removals-on-device.patch patches.suse/1669-drm-writeback-Fix-drm_writeback_connector_cleanup-si.patch patches.suse/1670-drm-bridge-connector-Fix-bridge-in-drm_connector_hdm.patch patches.suse/drm-bridge-ti-sn65dsi86-Add-HPD-for-DisplayPort-conn.patch patches.suse/lib-group_cpus-fix-NULL-pointer-dereference-from-gro.patch patches.suse/mm-damon-sysfs-schemes-free-old-damon_sysfs_scheme_filter-.patch patches.suse/smb-client-fix-potential-deadlock-when-reconnecting-channels.patch patches.suse/tracing-Fix-filter-logic-error.patch patches.suse/i2c-robotfuzz-osif-disable-zero-length-read-messages.patch patches.suse/i2c-tiny-usb-disable-zero-length-read-messages.patch patches.suse/i2c-omap-Fix-an-error-handling-path-in-omap_i2c_prob.patch patches.suse/perf-aux-Fix-pending-disable-flow-when-the-AUX-ring-buffer.patch patches.suse/x86-traps-Initialize-DR6-by-writing-its-architectural-rese.patch patches.suse/x86-traps-Initialize-DR7-by-writing-its-architectural-rese.patch patches.suse/vt-add-missing-notification-when-switching-back-to-t.patch patches.suse/serial-core-restore-of_node-information-in-sysfs.patch patches.suse/serial-imx-Restore-original-RXTL-for-console-to-fix-.patch patches.suse/staging-rtl8723bs-Avoid-memset-in-aes_cipher-and-aes.patch patches.suse/rtc-cmos-use-spin_lock_irqsave-in-cmos_interrupt.patch patches.suse/rtc-pcf2127-fix-SPI-command-byte-for-PCF2131.patch patches.suse/rtc-pcf2127-add-missing-semicolon-after-statement.patch patches.suse/nfs-Clean-up-proc-net-rpc-nfs-when-nfs_fs_proc_net_init-fails.patch patches.suse/NFSv4-pNFS-Fix-a-race-to-wake-on-NFS_LAYOUT_DRAIN.patch patches.suse/RDMA-mlx5-reduce-stack-usage-in-mlx5_ib_ufile_hw_cle.patch patches.suse/RDMA-mlx5-Fix-unsafe-xarray-access-in-implicit-ODP-h.patch patches.suse/RDMA-core-Rate-limit-GID-cache-warning-messages.patch patches.suse/RDMA-mlx5-Initialize-obj_event-obj_sub_list-before-x.patch patches.suse/IB-mlx5-Fix-potential-deadlock-in-MR-deregistration.patch patches.suse/IB-core-Annotate-umem_mutex-acquisition-under-fs_rec.patch patches.suse/RDMA-mlx5-Fix-HW-counters-query-for-non-representor-.patch patches.suse/RDMA-mlx5-Fix-CC-counters-query-for-MPV.patch patches.suse/RDMA-mlx5-Fix-vport-loopback-for-MPV-device.patch patches.suse/s390-pci-Fix-stale-function-handles-in-error-handling.patch patches.suse/s390-pci-Do-not-try-re-enabling-load-store-if-device-is-di.patch patches.suse/s390-pci-Allow-automatic-recovery-with-minimal-driver-supp.patch patches.suse/mmc-core-sd-Apply-BROKEN_SD_DISCARD-quirk-earlier.patch patches.suse/mtk-sd-Fix-a-pagefault-in-dma_unmap_sg-for-not-prepa.patch patches.suse/mtk-sd-Prevent-memory-corruption-from-DMA-map-failur.patch patches.suse/mmc-sdhci-Add-a-helper-function-for-dump-register-in.patch patches.suse/Revert-mmc-sdhci-Disable-SD-card-clock-before-changi.patch patches.suse/mtk-sd-reset-host-mrq-on-prepare_data-error.patch patches.suse/net-usb-lan78xx-fix-WARN-in-__netif_napi_del_locked-.patch patches.suse/Bluetooth-Prevent-unintended-pause-by-checking-if-ad.patch patches.suse/Bluetooth-hci_sync-revert-some-mesh-modifications.patch patches.suse/Bluetooth-MGMT-set_mesh-update-LE-scan-interval-and-.patch patches.suse/Bluetooth-MGMT-mesh_send-check-instances-prior-disab.patch patches.suse/Bluetooth-HCI-Set-extended-advertising-data-synchron.patch patches.suse/rose-fix-dangling-neighbour-pointers-in-rose_rt_devi.patch patches.suse/net-sched-Always-pass-notifications-when-child-class-becom.patch patches.suse/idpf-return-0-size-for-RSS-key-if-not-supported.patch patches.suse/idpf-convert-control-queue-mutex-to-a-spinlock.patch patches.suse/igc-disable-L1.2-PCI-E-link-substate-to-avoid-perfor.patch patches.suse/virtio-net-ensure-the-received-length-does-not-excee.patch patches.suse/virtio-net-xsk-rx-fix-the-frame-s-length-check.patch patches.suse/virtio_ring-Fix-error-reporting-in-virtqueue_resize.patch patches.suse/virtio_net-Enforce-minimum-TX-ring-size-for-reliabil.patch patches.suse/vsock-vmci-Clear-the-vmci-transport-packet-properly-.patch patches.suse/scsi-qla2xxx-Fix-DMA-mapping-test-in-qla24xx_get_port_data.patch patches.suse/scsi-qla4xxx-Fix-missing-DMA-mapping-error-in-qla4xxx_allo.patch patches.suse/scsi-sd-Fix-VPD-page-0xb7-length-check.patch patches.suse/scsi-RDMA-srp-Don-t-set-a-max_segment_size-when-virt.patch patches.suse/scsi-core-Enforce-unlimited-max_segment_size-when-virt_bou.patch patches.suse/scsi-ufs-core-Fix-spelling-of-a-sysfs-attribute-name.patch patches.suse/btrfs-fix-missing-error-handling-when-searching-for-.patch patches.suse/btrfs-fix-iteration-of-extrefs-during-log-replay.patch patches.suse/btrfs-fix-inode-lookup-error-handling-during-log-rep.patch patches.suse/btrfs-record-new-subvolume-in-parent-dir-earlier-to-.patch patches.suse/btrfs-propagate-last_unlink_trans-earlier-when-doing.patch patches.suse/btrfs-use-btrfs_record_snapshot_destroy-during-rmdir.patch patches.suse/fs-export-anon_inode_make_secure_inode-and-fix-secre.patch patches.suse/brd-fix-sleeping-function-called-from-invalid-contex.patch patches.suse/nvme-Fix-incorrect-cdw15-value-in-passthru-error-log.patch patches.suse/nvme-correctly-account-for-namespace-head-reference-.patch patches.suse/nvmet-fix-memory-leak-of-bio-integrity.patch patches.suse/nvme-pci-refresh-visible-attrs-after-being-checked.patch patches.suse/nvme-multipath-fix-suspicious-RCU-usage-warning.patch patches.suse/1672-drm-amdgpu-sdma5.x-suspend-KFD-queues-in-ring-reset.patch patches.suse/1673-amdkfd-MTYPE_UC-for-ext-coherent-system-memory.patch patches.suse/1674-drm-amdgpu-Include-sdma_4_4_4.bin.patch patches.suse/drm-amdkfd-Don-t-call-mmput-from-MMU-notifier-callba.patch patches.suse/1676-drm-amdgpu-Fix-memory-leak-in-amdgpu_ctx_mgr_entity_.patch patches.suse/1677-drm-amdkfd-add-hqd_sdma_get_doorbell-callbacks-for-g.patch patches.suse/1678-drm-amd-display-Added-case-for-when-RR-equals-panel-.patch patches.suse/1679-drm-amd-display-Don-t-allow-OLED-to-go-down-to-fully.patch patches.suse/1680-drm-mipi-dsi-Add-dev_is_mipi_dsi-function.patch patches.suse/1681-drm-panel-panel-simple-make-panel_dpi_probe-return-a.patch patches.suse/1682-drm-panel-panel-simple-Make-panel_simple_probe-retur.patch patches.suse/1683-drm-panel-panel-simple-Add-function-to-look-panel-da.patch patches.suse/1684-drm-panel-panel-simple-get-rid-of-panel_dpi-hack.patch patches.suse/1685-drm-vesadrm-Avoid-NULL-ptr-deref-in-vesadrm_pmi_cmap.patch patches.suse/dma-buf-fix-timeout-handling-in-dma_resv_wait_timeou.patch patches.suse/drm-ttm-fix-error-handling-in-ttm_buffer_object_tran.patch patches.suse/drm-bridge-panel-move-prepare_prev_first-handling-to.patch patches.suse/drm-bridge-aux-hpd-bridge-fix-assignment-of-the-of_n.patch patches.suse/1690-drm-vmwgfx-Fix-guests-running-with-TDX-SEV.patch patches.suse/drm-sched-Increment-job-count-before-swapping-tail-s.patch patches.suse/drm-gem-Acquire-references-on-GEM-handles-for-frameb.patch patches.suse/drm-v3d-Disable-interrupts-before-resetting-the-GPU.patch patches.suse/drm-i915-selftests-Change-mock_request-to-return-err.patch patches.suse/1695-drm-i915-dsi-Fix-NULL-pointer-deref-in-vlv_dphy_para.patch patches.suse/drm-i915-gt-Fix-timeline-left-held-on-VMA-alloc-erro.patch patches.suse/drm-i915-gsc-mei-interrupt-top-half-should-be-in-irq.patch patches.suse/1698-drm-exynos-Don-t-use-pK-through-printk.patch patches.suse/drm-exynos-exynos7_drm_decon-add-vblank-check-in-IRQ.patch patches.suse/drm-exynos-fimd-Guard-display-clock-control-with-run.patch patches.suse/1701-drm-bridge-samsung-dsim-Don-t-use-pK-through-printk.patch patches.suse/1702-drm-xe-Fix-out-of-bounds-field-write-in-MI_STORE_DAT.patch patches.suse/1703-drm-xe-Make-WA-BB-part-of-LRC-BO.patch patches.suse/1704-drm-xe-guc_pc-Add-_locked-variant-for-min-max-freq.patch patches.suse/1705-drm-xe-xe_guc_pc-Lock-once-to-update-stashed-frequen.patch patches.suse/1706-drm-xe-Split-xe_device_td_flush.patch patches.suse/1707-drm-xe-bmg-Update-Wa_14022085890.patch patches.suse/drm-xe-bmg-Update-Wa_22019338487.patch patches.suse/1709-drm-xe-Fix-kconfig-prompt.patch patches.suse/drm-xe-Allow-dropping-kunit-dependency-as-built-in.patch patches.suse/1711-drm-xe-Extend-WA-14018094691-to-BMG.patch patches.suse/1712-drm-xe-Do-not-wedge-device-on-killed-exec-queues.patch patches.suse/Input-xpad-adjust-error-handling-for-disconnect.patch patches.suse/Input-xpad-support-Acer-NGR-200-Controller.patch patches.suse/Input-iqs7222-explicitly-define-number-of-external-c.patch patches.suse/Input-cs40l50-vibra-fix-potential-NULL-dereference-i.patch patches.suse/usb-cdnsp-do-not-disable-slot-for-disabled-slot.patch patches.suse/usb-dwc3-Abort-suspend-on-soft-disconnect-failure.patch patches.suse/Logitech-C-270-even-more-broken.patch patches.suse/usb-hub-fix-detection-of-high-tier-USB3-devices-behi.patch patches.suse/usb-acpi-fix-device-link-removal.patch patches.suse/usb-chipidea-udc-disconnect-reconnect-from-host-when.patch patches.suse/Revert-usb-gadget-u_serial-Add-null-pointer-check-in.patch patches.suse/usb-gadget-u_serial-Fix-race-condition-in-TTY-wakeup.patch patches.suse/usb-xhci-Skip-xhci_reset-in-xhci_resume-if-xhci-is-b.patch patches.suse/Revert-usb-xhci-Implement-xhci_handshake_check_state.patch patches.suse/usb-typec-tcpm-apply-vbus-before-data-bringup-in-tcp.patch patches.suse/usb-cdnsp-Fix-issue-with-CV-Bad-Descriptor-test.patch patches.suse/usb-typec-altmodes-displayport-do-not-index-invalid-.patch patches.suse/usb-typec-displayport-Fix-potential-deadlock.patch patches.suse/usb-hub-Fix-flushing-and-scheduling-of-delayed-work-.patch patches.suse/usb-dwc3-gadget-Fix-TRB-reclaim-logic-for-short-tran.patch patches.suse/usb-xhci-quirk-for-data-loss-in-ISOC-transfers.patch patches.suse/xhci-Disable-stream-for-xHC-controller-with-XHCI_BRO.patch patches.suse/xhci-dbctty-disable-ECHO-flag-by-default.patch patches.suse/xhci-dbc-Flush-queued-requests-before-stopping-dbc.patch patches.suse/usb-hub-Fix-flushing-of-delayed-work-used-for-post-r.patch patches.suse/platform-mellanox-mlxbf-tmfifo-fix-vring_desc.len-as.patch patches.suse/platform-x86-asus-nb-wmi-add-DMI-quirk-for-ASUS-Zenb.patch patches.suse/platform-mellanox-mlxbf-pmc-Fix-duplicate-event-ID-f.patch patches.suse/platform-mellanox-nvsw-sn2201-Fix-bus-number-in-adap.patch patches.suse/platform-x86-dell-wmi-sysman-Fix-WMI-data-block-retr.patch patches.suse/platform-x86-hp-bioscfg-Fix-class-device-unregistrat.patch patches.suse/platform-x86-think-lmi-Fix-class-device-unregistrati.patch patches.suse/platform-x86-dell-wmi-sysman-Fix-class-device-unregi.patch patches.suse/platform-x86-intel-hid-Add-Wildcat-Lake-support.patch patches.suse/platform-mellanox-mlxreg-lc-Fix-logic-error-in-power.patch patches.suse/platform-x86-think-lmi-Create-ksets-consecutively.patch patches.suse/platform-x86-think-lmi-Fix-kobject-cleanup.patch patches.suse/platform-x86-think-lmi-Fix-sysfs-group-cleanup.patch patches.suse/spi-spi-fsl-dspi-Clear-completion-counter-before-ini.patch patches.suse/spi-cadence-quadspi-fix-cleanup-of-rx_chan-on-failur.patch patches.suse/regulator-core-fix-NULL-dereference-on-unbind-due-to.patch patches.suse/regulator-gpio-Fix-the-out-of-bounds-access-to-drvda.patch patches.suse/firmware-arm_ffa-Fix-memory-leak-by-freeing-notifier.patch patches.suse/optee-ffa-fix-sleep-in-atomic-context.patch patches.suse/arm64-dts-apple-t8103-Fix-PCIe-BCM4377-nodename.patch patches.suse/Revert-ACPI-battery-negate-current-when-discharging.patch patches.suse/powercap-intel_rapl-Do-not-change-CLAMPING-bit-if-EN.patch patches.suse/i2c-designware-Fix-an-initialization-issue.patch patches.suse/smb-client-fix-warning-when-reconnecting-channel.patch patches.suse/x86-mce-Don-t-remove-sysfs-if-thresholding-sysfs-init-fail.patch patches.suse/x86-mce-Ensure-user-polling-settings-are-honored-when-rest.patch patches.suse/x86-mce-amd-Add-default-names-for-MCA-banks-and-blocks.patch patches.suse/x86-mce-amd-Fix-threshold-limit-reset.patch patches.suse/x86-mce-Make-sure-CMCI-banks-are-cleared-during-shutdown-o.patch patches.suse/EDAC-Initialize-EDAC-features-sysfs-attributes.patch patches.suse/x86-sev-Use-TSC_FACTOR-for-Secure-TSC-frequency-calcu.patch patches.suse/perf-core-Fix-the-WARN_ON_ONCE-is-out-of-lock-protected-region.patch patches.suse/perf-Revert-to-requiring-CAP_SYS_ADMIN-for-uprobes.patch patches.suse/objtool-Add-missing-endian-conversion-to-read_annotate.patch patches.suse/sched-Fix-preemption-string-of-preempt_dynamic_none.patch patches.suse/sched-core-Fix-migrate_swap-vs.-hotplug.patch patches.suse/sched-deadline-Fix-dl_server-runtime-calculation-formula.patch patches.suse/x86-bugs-Add-a-Transient-Scheduler-Attacks-mitigation.patch patches.suse/KVM-SVM-Advertise-TSA-CPUID-bits-to-guests.patch patches.suse/x86-microcode-AMD-Add-TSA-microcode-SHAs.patch patches.suse/x86-process-Move-the-buffer-clearing-before-MONITOR.patch patches.suse/efi-Drop-preprocessor-directives-from-zboot.lds.patch patches.suse/efi-Fix-.data-section-size-calculations-when-.sbat-i.patch patches.suse/ALSA-hda-Add-missing-NVIDIA-HDA-codec-IDs.patch patches.suse/ALSA-hda-realtek-Add-mute-LED-support-for-HP-Victus--ce174b4.patch patches.suse/ALSA-usb-audio-Improve-filtering-of-sample-rates-on-.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-ExpertBook-B9403.patch patches.suse/ALSA-ad1816a-Fix-potential-NULL-pointer-deref-in-snd.patch patches.suse/ASoC-fsl_asrc-use-internal-measured-ratio-for-non-id.patch patches.suse/ASoC-Intel-SND_SOC_INTEL_SOF_BOARD_HELPERS-select-SN.patch patches.suse/ASoC-fsl_sai-Force-a-software-reset-when-starting-in.patch patches.suse/ASoC-Intel-soc-acpi-arl-Correct-order-of-cs42l43-mat.patch patches.suse/ASoC-Intel-sof_sdw-Add-quirks-for-Lenovo-P1-and-P16.patch patches.suse/ASoC-cs35l56-probe-should-fail-if-the-device-ID-is-n.patch patches.suse/ALSA-hda-tas2781-Fix-calibration-data-parser-issue.patch patches.suse/ALSA-hda-realtek-Enable-headset-Mic-on-Positivo-K116.patch patches.suse/module-Fix-memory-deallocation-on-error-path-in-move_modul.patch patches.suse/pwm-Fix-invalid-state-detection.patch patches.suse/pwm-mediatek-Ensure-to-disable-clocks-in-error-path.patch patches.suse/pinctrl-qcom-msm-mark-certain-pins-as-invalid-for-in.patch patches.suse/pinctrl-amd-Clear-GPIO-debounce-for-suspend.patch patches.suse/arm64-efi-Fix-KASAN-false-positive-for-EFI-runtime-s.patch patches.suse/arm64-Filter-out-SME-hwcaps-when-FEAT_SME-isn-t-implemente.patch patches.suse/arm64-poe-Handle-spurious-Overlay-faults.patch patches.suse/arm64-mm-Drop-wrong-writes-into-TCR2_EL1.patch patches.suse/eventpoll-don-t-decrement-ep-refcount-while-still-ho.patch patches.suse/KVM-arm64-Adjust-range-correctly-during-host-stage-2.patch patches.suse/KVM-arm64-Fix-error-path-in-init_hyp_mode.patch patches.suse/KVM-arm64-Don-t-free-hyp-pages-with-pKVM-on-GICv2.patch patches.suse/KVM-TDX-Exit-to-userspace-for-SetupEventNotifyInterr.patch patches.suse/KVM-TDX-Report-supported-optional-TDVMCALLs-in-TDX-c.patch patches.suse/KVM-SVM-Reject-SEV-ES-intra-host-migration-if-vCPU-c.patch patches.suse/KVM-x86-xen-Allow-out-of-range-event-channel-ports-i.patch patches.suse/KVM-Allow-CPU-to-reschedule-while-setting-per-page-m.patch patches.suse/Documentation-KVM-Fix-unexpected-unindent-warnings.patch patches.suse/msft-hv-3285-KVM-x86-hyper-v-Skip-non-canonical-addresses-during-.patch patches.suse/KVM-x86-avoid-underflow-when-scaling-TSC-frequency.patch patches.suse/bnxt_en-eliminate-the-compile-warning-in-bnxt_reques.patch patches.suse/net-phy-qcom-move-the-WoL-function-to-shared-library.patch patches.suse/net-phy-qcom-qca808x-Fix-WoL-issue-by-utilizing-at80.patch patches.suse/netlink-Fix-wraparounds-of-sk-sk_rmem_alloc.patch patches.suse/tipc-Fix-use-after-free-in-tipc_conn_close.patch patches.suse/Bluetooth-hci_sync-Fix-not-disabling-advertising-ins.patch patches.suse/Bluetooth-hci_event-Fix-not-marking-Broadcast-Sink-B.patch patches.suse/tcp-Correct-signedness-in-skb-remaining-space-calculation.patch patches.suse/vsock-Fix-transport_-g2h-h2g-TOCTOU.patch patches.suse/vsock-Fix-transport_-TOCTOU.patch patches.suse/vsock-Fix-IOCTL_VM_SOCKETS_GET_LOCAL_CID-to-check-al.patch patches.suse/net-phy-smsc-Fix-Auto-MDIX-configuration-when-disabl.patch patches.suse/net-phy-smsc-Force-predictable-MDI-X-state-on-LAN87x.patch patches.suse/net-phy-smsc-Fix-link-failure-in-forced-mode-with-Au.patch patches.suse/atm-clip-Fix-potential-null-ptr-deref-in-to_atmarpd.patch patches.suse/atm-clip-Fix-memory-leak-of-struct-clip_vcc.patch patches.suse/atm-clip-Fix-infinite-recursive-call-of-clip_push.patch patches.suse/atm-clip-Fix-NULL-pointer-dereference-in-vcc_sendmsg.patch patches.suse/net-ethernet-ti-am65-cpsw-nuss-Fix-skb-size-by-accou.patch patches.suse/net-sched-Abort-__tc_modify_qdisc-if-parent-class-does-not.patch patches.suse/rxrpc-Fix-bug-due-to-prealloc-collision.patch patches.suse/rxrpc-Fix-oops-due-to-non-existence-of-prealloc-back.patch patches.suse/net-sched-sch_qfq-Fix-null-deref-in-agg_dequeue.patch patches.suse/netfilter-flowtable-account-for-Ethernet-header-in-nf_flow.patch patches.suse/wifi-cfg80211-fix-S1G-beacon-head-validation-in-nl80.patch patches.suse/wifi-zd1211rw-Fix-potential-NULL-pointer-dereference.patch patches.suse/wifi-mac80211-correctly-identify-S1G-short-beacon.patch patches.suse/wifi-mac80211-clear-frame-buffer-to-never-leak-stack.patch patches.suse/wifi-mac80211-fix-non-transmitted-BSSID-profile-sear.patch patches.suse/wifi-mwifiex-discard-erroneous-disassoc-frames-on-ST.patch patches.suse/wifi-mac80211-reject-VHT-opmode-for-unsupported-chan.patch patches.suse/wifi-rt2x00-fix-remove-callback-type-mismatch.patch patches.suse/wifi-prevent-A-MSDU-attacks-in-mesh-networks.patch patches.suse/wifi-mt76-Assume-__mt76_connac_mcu_alloc_sta_req-run.patch patches.suse/wifi-mt76-Move-RCU-section-in-mt7996_mcu_set_fixed_f.patch patches.suse/wifi-mt76-Move-RCU-section-in-mt7996_mcu_add_rate_ct.patch patches.suse/wifi-mt76-Move-RCU-section-in-mt7996_mcu_add_rate_ct-3dd6f67.patch patches.suse/wifi-mt76-Remove-RCU-section-in-mt7996_mac_sta_rc_wo.patch patches.suse/wifi-mt76-mt7925-fix-the-wrong-config-for-tx-interru.patch patches.suse/wifi-mt76-mt7925-fix-invalid-array-index-in-ssid-ass.patch patches.suse/wifi-mt76-mt7925-fix-incorrect-scan-probe-IE-handlin.patch patches.suse/wifi-mt76-mt7925-prevent-NULL-pointer-dereference-in.patch patches.suse/wifi-mt76-mt7921-prevent-decap-offload-config-before.patch patches.suse/wifi-mt76-add-a-wrapper-for-wcid-access-with-validat.patch patches.suse/wifi-mt76-fix-queue-assignment-for-deauth-packets.patch patches.suse/wifi-mt76-mt7925-Fix-null-ptr-deref-in-mt7925_therma.patch patches.suse/wifi-mt76-mt792x-Limit-the-concurrent-STA-and-SoftAP.patch patches.suse/wifi-mac80211-Fix-uninitialized-variable-with-__free.patch patches.suse/wifi-mac80211-always-initialize-sdata-key_list.patch patches.suse/wifi-mac80211-add-the-virtual-monitor-after-reconfig.patch patches.suse/ibmvnic-Fix-hardcoded-NUM_RX_STATS-NUM_TX_STATS-with.patch patches.suse/net-phy-microchip-Use-genphy_soft_reset-to-purge-sta.patch patches.suse/net-phy-microchip-limit-100M-workaround-to-link-down.patch patches.suse/can-m_can-m_can_handle_lost_msg-downgrade-msg-lost-i.patch patches.suse/net-mlx5-Reset-bw_share-field-when-changing-a-node-s.patch patches.suse/net-mlx5e-Fix-race-between-DIM-disable-and-net_dim.patch patches.suse/net-mlx5e-Add-new-prio-for-promiscuous-mode.patch patches.suse/bnxt_en-Fix-DCB-ETS-validation.patch patches.suse/bnxt_en-Flush-FW-trace-before-copying-to-the-coredum.patch patches.suse/bnxt_en-Set-DMA-unmap-len-correctly-for-XDP_REDIRECT.patch patches.suse/netlink-Fix-rmem-check-in-netlink_broadcast_deliver.patch patches.suse/netlink-make-sure-we-allow-at-least-one-dump-skb.patch patches.suse/io_uring-msg_ring-ensure-io_kiocb-freeing-is-deferre.patch patches.suse/md-raid1-Fix-stack-memory-use-after-return-in-raid1_.patch patches.suse/raid10-cleanup-memleak-at-raid10_make_request.patch patches.suse/md-raid1-raid10-strip-REQ_NOWAIT-from-member-bios.patch patches.suse/md-md-bitmap-fix-GPF-in-bitmap_get_stats.patch patches.suse/nbd-fix-uaf-in-nbd_genl_connect-error-path.patch patches.suse/block-reject-bs-ps-block-devices-when-THP-is-disable.patch patches.suse/1713-drm-i915-bios-Apply-vlv_fixup_mipi_sequences-to-v2-m.patch patches.suse/drm-xe-pf-Clear-all-LMTT-pages-on-alloc.patch patches.suse/drm-xe-Allocate-PF-queue-size-on-pow2-boundary.patch patches.suse/Revert-drm-xe-xe2-Enable-Indirect-Ring-State-support.patch patches.suse/drm-xe-bmg-fix-compressed-VRAM-handling.patch patches.suse/1718-drm-xe-pm-Restore-display-pm-if-there-is-error-after.patch patches.suse/1719-drm-xe-Release-runtime-pm-for-error-path-of-xe_devco.patch patches.suse/drm-xe-pm-Correct-comment-of-xe_pm_set_vram_threshol.patch patches.suse/1721-drm-xe-guc-Recommend-GuC-v70.46.2-for-BMG-LNL-DG2.patch patches.suse/1722-drm-xe-bmg-Don-t-use-WA-16023588340-and-22019338487-.patch patches.suse/1723-drm-xe-guc-Default-log-level-to-non-verbose.patch patches.suse/1724-drm-nouveau-Do-not-fail-module-init-on-debugfs-error.patch patches.suse/1725-nouveau-gsp-add-a-50ms-delay-between-fbsr-and-driver.patch patches.suse/drm-tegra-nvdec-Fix-dma_alloc_coherent-error-check.patch patches.suse/drm-imagination-Fix-kernel-crash-when-hard-resetting.patch patches.suse/1728-rust-drm-remove-unnecessary-imports.patch patches.suse/drm-nouveau-gsp-fix-potential-leak-of-memory-used-du.patch patches.suse/drm-framebuffer-Acquire-internal-references-on-GEM-h.patch patches.suse/drm-gem-Fix-race-in-drm_gem_handle_create_tail.patch patches.suse/maple_tree-fix-mt_destroy_walk-on-root-leaf-node.patch patches.suse/kasan-remove-kasan_find_vm_area-to-prevent-possible-.patch patches.suse/mm-fix-the-inaccurate-memory-statistics-issue-for-us.patch patches.suse/perf-core-Fix-WARN-in-perf_sigtrap.patch patches.suse/x86-rdrand-Disable-RDSEED-on-AMD-Cyan-Skillfish.patch patches.suse/clk-scmi-Handle-case-where-child-clocks-are-initiali.patch patches.suse/clk-imx-Fix-an-out-of-bounds-access-in-dispmix_csr_c.patch patches.suse/dm-bufio-fix-sched-in-atomic-context.patch patches.suse/HID-core-ensure-the-allocated-report-buffer-can-cont.patch patches.suse/HID-core-ensure-__hid_request-reserves-the-report-ID.patch patches.suse/HID-core-do-not-bypass-hid_hw_raw_request.patch patches.suse/arm64-dts-imx8mp-venice-gw71xx-fix-TPM-SPI-frequency.patch patches.suse/arm64-dts-imx8mp-venice-gw72xx-fix-TPM-SPI-frequency.patch patches.suse/arm64-dts-imx8mp-venice-gw73xx-fix-TPM-SPI-frequency.patch patches.suse/arm64-dts-imx8mp-venice-gw74xx-fix-TPM-SPI-frequency.patch patches.suse/arm64-dts-add-big-endian-property-back-into-watchdog-node.patch patches.suse/arm64-dts-imx95-Correct-the-DMA-interrupter-number-of-pcie.patch patches.suse/arm64-dts-freescale-imx8mm-verdin-Keep-LDO5-always-on.patch patches.suse/arm64-dts-rockchip-Add-cd-gpios-for-sdcard-detect-on-Cool-.patch patches.suse/arm64-dts-rockchip-Add-cd-gpios-for-sdcard-detect-on-Cool-on-4B.patch patches.suse/arm64-dts-rockchip-use-cs-gpios-for-spi1-on-ringneck.patch patches.suse/soc-aspeed-lpc-snoop-Cleanup-resources-in-stack-orde.patch patches.suse/soc-aspeed-lpc-snoop-Don-t-disable-channels-that-are.patch patches.suse/net-sched-sch_qfq-Fix-race-condition-on-qfq_aggregat.patch patches.suse/af_packet-fix-the-SO_SNDTIMEO-constraint-not-effecti.patch patches.suse/rpl-Fix-use-after-free-in-rpl_do_srh_inline.patch patches.suse/smc-Fix-various-oops-due-to-inet_sock-type-confusion.patch patches.suse/net-phy-Don-t-register-LEDs-for-genphy.patch patches.suse/usb-net-sierra-check-for-no-status-endpoint.patch patches.suse/can-tcan4x5x-fix-reset-gpio-usage-during-probe.patch patches.suse/net-libwx-remove-duplicate-page_pool_put_full_page.patch patches.suse/net-libwx-fix-the-using-of-Rx-buffer-DMA.patch patches.suse/mptcp-make-fallback-action-and-fallback-decision-ato.patch patches.suse/mptcp-plug-races-between-subflow-fail-and-subflow-cr.patch patches.suse/net-mlx5-Correctly-set-gso_size-when-LRO-is-used.patch patches.suse/ethernet-intel-fix-building-with-large-NR_CPUS.patch patches.suse/ice-add-NULL-check-in-eswitch-lag-check.patch patches.suse/ice-check-correct-pointer-in-fwlog-debugfs.patch patches.suse/ipv6-mcast-Delay-put-pmc-idev-in-mld_del_delrec.patch patches.suse/net-fix-segmentation-after-TCP-UDP-fraglist-GRO.patch patches.suse/netfilter-nf_conntrack-fix-crash-due-to-removal-of-uniniti.patch patches.suse/wifi-ath12k-Fix-packets-received-in-WBM-error-ring-w.patch patches.suse/wifi-cfg80211-remove-scan-request-n_channels-counted.patch patches.suse/wifi-iwlwifi-pcie-fix-locking-on-invalid-TOP-reset.patch patches.suse/wifi-iwlwifi-mask-reserved-bits-in-chan_state_active.patch patches.suse/wifi-iwlwifi-Fix-botched-indexing-conversion.patch patches.suse/msft-hv-3301-hv_netvsc-Set-VF-priv_flags-to-IFF_NO_ADDRCONF-befor.patch patches.suse/net-mlx5-Update-the-list-of-the-PCI-supported-device.patch patches.suse/virtio-net-fix-recursived-rtnl_lock-during-probe.patch patches.suse/tls-always-refresh-the-queue-when-reading-sock.patch patches.suse/net-vlan-fix-VLAN-0-refcount-imbalance-of-toggling-filteri.patch patches.suse/net-sched-Return-NULL-when-htb_lookup_leaf-encounter.patch patches.suse/rxrpc-Fix-recv-recv-race-of-completed-call.patch patches.suse/Bluetooth-Fix-null-ptr-deref-in-l2cap_sock_resume_cb.patch patches.suse/Bluetooth-hci_sync-fix-connectable-extended-advertis.patch patches.suse/Bluetooth-btintel-Check-if-controller-is-ISO-capable.patch patches.suse/Bluetooth-SMP-If-an-unallowed-command-is-received-co.patch patches.suse/Bluetooth-SMP-Fix-using-HCI_ERROR_REMOTE_USER_TERM-o.patch patches.suse/Bluetooth-hci_core-fix-typos-in-macros.patch patches.suse/Bluetooth-hci_core-add-missing-braces-when-using-mac.patch patches.suse/Bluetooth-btusb-QCA-Fix-downloading-wrong-NVM-for-WC.patch patches.suse/Bluetooth-L2CAP-Fix-attempting-to-adjust-outgoing-MT.patch patches.suse/mmc-sdhci-pci-Quirk-for-broken-command-queuing-on-In.patch patches.suse/mmc-sdhci_am654-Workaround-for-Errata-i2312.patch patches.suse/mmc-bcm2835-Fix-dma_unmap_sg-nents-value.patch patches.suse/memstick-core-Zero-initialize-id_reg-in-h_memstick_r.patch patches.suse/phy-tegra-xusb-Decouple-CYA_TRK_CODE_UPDATE_ON_IDLE-from-trk_hw_mode.patch patches.suse/phy-tegra-xusb-Disable-periodic-tracking-on-Tegra234.patch patches.suse/phy-tegra-xusb-Fix-unbalanced-regulator-disable-in-U.patch patches.suse/dmaengine-mediatek-Fix-a-flag-reuse-error-in-mtk_cqd.patch patches.suse/dmaengine-nbpfaxi-Fix-memory-corruption-in-probe.patch patches.suse/soundwire-amd-fix-for-handling-slave-alerts-after-li.patch patches.suse/soundwire-amd-fix-for-clearing-command-status-regist.patch patches.suse/soundwire-Revert-soundwire-qcom-Add-set_channel_map-.patch patches.suse/ALSA-compress_offload-tighten-ioctl-command-number-c.patch patches.suse/ASoC-amd-yc-add-DMI-quirk-for-ASUS-M6501RM.patch patches.suse/ASoC-Intel-avs-Fix-NULL-ptr-deref-on-rmmod.patch patches.suse/ALSA-hda-realtek-Fix-mute-LED-for-HP-Victus-16-r0xxx.patch patches.suse/ALSA-hda-realtek-Support-mute-LED-for-Yoga-with-ALC2.patch patches.suse/ALSA-hda-cs35l56-Workaround-bad-dev-index-on-Lenovo-.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-Strix-G712LW.patch patches.suse/ASoC-rt5660-Fix-the-dmic-data-source-from-GPIO2.patch patches.suse/ASoC-Intel-fix-SND_SOC_SOF-dependencies.patch patches.suse/ASoC-amd-yc-Add-DMI-entries-to-support-HP-15-fb1xxx.patch patches.suse/ASoC-Intel-soc-acpi-add-support-for-HP-Omen14-ARL.patch patches.suse/ASoC-amd-yc-Add-DMI-quirk-for-HP-Laptop-17-cp-2033dx.patch patches.suse/drm-nouveau-check-ioctl-command-codes-better.patch patches.suse/1733-drm-panfrost-Fix-scheduler-workqueue-bug.patch patches.suse/drm-dp-Change-AUX-DPCD-probe-address-from-LANE0_1_ST.patch patches.suse/drm-amd-display-Free-memory-allocation.patch patches.suse/drm-amd-display-Disable-CRTC-degamma-LUT-for-DCN401.patch patches.suse/1737-drm-radeon-Do-not-hold-console-lock-while-suspending.patch patches.suse/1738-drm-radeon-Do-not-hold-console-lock-during-resume.patch patches.suse/drm-amdgpu-Increase-reset-counter-only-on-success.patch patches.suse/drm-amdgpu-gfx8-reset-compute-ring-wptr-on-the-GPU-o.patch patches.suse/drm-mediatek-Add-wait_event_timeout-when-disabling-p.patch patches.suse/drm-mediatek-only-announce-AFBC-if-really-supported.patch patches.suse/1743-drm-mediatek-mtk_dpi-Reorder-output-formats-on-MT819.patch patches.suse/1744-drm-xe-Dont-skip-TLB-invalidations-on-VF.patch patches.suse/1745-drm-xe-migrate-fix-copy-direction-in-access_memory.patch patches.suse/drm-xe-mocs-Initialize-MOCS-index-early.patch patches.suse/drm-xe-Move-page-fault-init-after-topology-init.patch patches.suse/1748-drm-xe-migrate-Fix-alignment-check.patch patches.suse/drm-xe-pf-Prepare-to-stop-SR-IOV-support-prior-GT-re.patch patches.suse/1750-drm-xe-pf-Resend-PF-provisioning-after-GT-reset.patch patches.suse/bpf-Reject-p-format-string-in-bprintf-like-helpers.patch patches.suse/selftests-bpf-Add-negative-test-cases-for-snprintf.patch patches.suse/s390-bpf-Fix-bpf_arch_text_poke-with-new_addr-NULL-again.patch patches.suse/selftests-bpf-Stress-test-attaching-a-BPF-prog-to-an.patch patches.suse/btf-Fix-virt_to_phys-on-arm64-when-mmapping-BTF.patch patches.suse/libbpf-Fix-handling-of-BPF-arena-relocations.patch patches.suse/block-fix-kobject-leak-in-blk_unregister_queue.patch patches.suse/loop-use-kiocb-helpers-to-fix-lockdep-warning.patch patches.suse/nvme-fix-inconsistent-RCU-list-manipulation-in-nvme_.patch patches.suse/nvme-fix-endianness-of-command-word-prints-in-nvme_l.patch patches.suse/nvme-fix-misaccounting-of-nvme-mpath-inflight-I-O.patch patches.suse/nvmet-tcp-fix-callback-lock-for-TLS-handshake.patch patches.suse/KVM-TDX-Don-t-report-base-TDVMCALLs.patch patches.suse/Documentation-KVM-Fix-unexpected-unindent-warning.patch patches.suse/KVM-x86-Reject-KVM_SET_TSC_KHZ-vCPU-ioctl-for-TSC-pr.patch patches.suse/KVM-VMX-Ensure-unused-kvm_tdx_capabilities-fields-ar.patch patches.suse/ACPI-RISC-V-Remove-unnecessary-CPPC-debug-message.patch patches.suse/smb-client-fix-use-after-free-in-cifs_oplock_break.patch patches.suse/smb-client-fix-use-after-free-in-crypt_message-when-using-async-cr.patch patches.suse/isofs-Verify-inode-mode-when-loading-from-disk.patch patches.suse/fix-a-leak-in-fcntl_dirnotify.patch patches.suse/hwmon-corsair-cpro-Validate-the-size-of-the-received.patch patches.suse/efivarfs-Fix-memory-leak-of-efivarfs_fs_info-in-fs_context.patch patches.suse/Input-xpad-set-correct-controller-type-for-Acer-NGR2.patch patches.suse/regmap-fix-potential-memory-leak-of-regmap_bus.patch patches.suse/spi-Add-check-for-8-bit-transfer-with-8-IO-mode-supp.patch patches.suse/iio-backend-fix-out-of-bound-write.patch patches.suse/iio-adc-stm32-adc-Fix-race-in-installing-chained-IRQ.patch patches.suse/iio-adc-max1363-Fix-MAX1363_4X_CHANS-MAX1363_8X_CHAN.patch patches.suse/iio-adc-max1363-Reorder-mode_list-entries.patch patches.suse/iio-common-st_sensors-Fix-use-of-uninitialize-device.patch patches.suse/iio-adc-axp20x_adc-Add-missing-sentinel-to-AXP717-AD.patch patches.suse/iio-accel-fxls8962af-Fix-use-after-free-in-fxls8962a.patch patches.suse/iio-adc-ad7949-use-spi_is_bpw_supported.patch patches.suse/interconnect-qcom-sc7280-Add-missing-num_links-to-xm.patch patches.suse/interconnect-exynos-handle-node-name-allocation-fail.patch patches.suse/interconnect-icc-clk-destroy-nodes-in-case-of-memory.patch patches.suse/comedi-Fail-COMEDI_INSNLIST-ioctl-if-n_insns-is-too-.patch patches.suse/comedi-Fix-some-signed-shift-left-operations.patch patches.suse/comedi-das16m1-Fix-bit-shift-out-of-bounds.patch patches.suse/comedi-pcl812-Fix-bit-shift-out-of-bounds.patch patches.suse/comedi-aio_iiro_16-Fix-bit-shift-out-of-bounds.patch patches.suse/comedi-das6402-Fix-bit-shift-out-of-bounds.patch patches.suse/comedi-Fix-use-of-uninitialized-data-in-insn_rw_emul.patch patches.suse/comedi-Fix-initialization-of-data-for-instructions-t.patch patches.suse/staging-vchiq_arm-Make-vchiq_shutdown-never-fail.patch patches.suse/serial-core-fix-OF-node-leak.patch patches.suse/pch_uart-Fix-dma_sync_sg_for_device-nents-value.patch patches.suse/thunderbolt-Fix-wake-on-connect-at-runtime.patch patches.suse/thunderbolt-Fix-bit-masking-in-tb_dp_port_set_hops.patch patches.suse/usb-musb-fix-gadget-state-on-disconnect.patch patches.suse/usb-gadget-configfs-Fix-OOB-read-on-empty-string-wri.patch patches.suse/USB-serial-option-add-Foxconn-T99W640.patch patches.suse/usb-dwc3-qcom-Don-t-leave-BCR-asserted.patch patches.suse/usb-dwc2-gadget-Fix-enter-to-hibernation-for-UTMI-PH.patch patches.suse/USB-serial-ftdi_sio-add-support-for-NDI-EMGUIDE-GEMI.patch patches.suse/USB-serial-option-add-Telit-Cinterion-FE910C04-ECM-c.patch patches.suse/usb-hub-Don-t-try-to-recover-devices-lost-during-war.patch patches.suse/msft-hv-3286-Drivers-hv-Select-CONFIG_SYSFB-only-if-EFI-is-enable.patch patches.suse/msft-hv-3287-tools-hv-fcopy-Fix-incorrect-file-path-conversion.patch patches.suse/msft-hv-3288-Drivers-hv-Fix-the-check-for-HYPERVISOR_CALLBACK_VEC.patch patches.suse/msft-hv-3289-Drivers-hv-Fix-warnings-for-missing-export.h-header-.patch patches.suse/msft-hv-3290-x86-hyperv-Fix-warnings-for-missing-export.h-header-.patch patches.suse/msft-hv-3291-clocksource-hyper-v-Fix-warnings-for-missing-export..patch patches.suse/msft-hv-3292-PCI-hv-Fix-warnings-for-missing-export.h-header-incl.patch patches.suse/msft-hv-3293-net-mana-Fix-warnings-for-missing-export.h-header-in.patch patches.suse/msft-hv-3294-PCI-hv-Don-t-load-the-driver-for-baremetal-root-part.patch patches.suse/msft-hv-3295-x86-hyperv-Fix-usage-of-cpu_online_mask-to-get-valid.patch patches.suse/msft-hv-3296-x86-hyperv-Clean-up-hv_map-unmap_interrupt-return-va.patch patches.suse/msft-hv-3297-Drivers-hv-Use-nested-hypercall-for-post-message-and.patch patches.suse/msft-hv-3298-x86-hyperv-Expose-hv_map_msi_interrupt.patch patches.suse/msft-hv-3299-PCI-hv-Use-the-correct-hypercall-for-unmasking-inter.patch patches.suse/msft-hv-3300-tools-hv-fcopy-Fix-irregularities-with-size-of-ring-.patch patches.suse/sched-Change-nr_uninterruptible-type-to-unsigned-long.patch patches.suse/i2c-omap-Handle-omap_i2c_init-errors-in-omap_i2c_pro.patch patches.suse/i2c-omap-Fix-an-error-handling-path-in-omap_i2c_prob-60c016a.patch patches.suse/i2c-stm32-fix-the-device-used-for-the-DMA-map.patch patches.suse/i2c-stm32f7-unmap-DMA-mapped-buffer.patch patches.suse/tracing-osnoise-Fix-crash-in-timerlat_dump_stack.patch patches.suse/tracing-Add-down_write-trace_event_sem-when-adding-trace-e.patch patches.suse/platform-mellanox-mlxbf-pmc-Remove-newline-char-from.patch patches.suse/platform-mellanox-mlxbf-pmc-Validate-event-enable-in.patch patches.suse/platform-mellanox-mlxbf-pmc-Use-kstrtobool-to-check-.patch patches.suse/platform-x86-ideapad-laptop-Fix-FnLock-not-remembere.patch patches.suse/platform-x86-ideapad-laptop-Fix-kbd-backlight-not-re.patch patches.suse/platform-x86-Fix-initialization-order-for-firmware_a.patch patches.suse/drm-amdgpu-Reset-the-clear-flag-in-buddy-during-resu.patch patches.suse/drm-sched-Remove-optimization-that-causes-hang-when-.patch patches.suse/1753-Revert-drm-virtio-Use-dma_buf-from-GEM-object-instan.patch patches.suse/1754-Revert-drm-vmwgfx-Use-dma_buf-from-GEM-object-instan.patch patches.suse/1755-Revert-drm-etnaviv-Use-dma_buf-from-GEM-object-insta.patch patches.suse/1756-Revert-drm-prime-Use-dma_buf-from-GEM-object-instanc.patch patches.suse/1757-Revert-drm-gem-framebuffer-Use-dma_buf-from-GEM-obje.patch patches.suse/1758-Revert-drm-gem-shmem-Use-dma_buf-from-GEM-object-ins.patch patches.suse/1759-Revert-drm-gem-dma-Use-dma_buf-from-GEM-object-insta.patch patches.suse/1760-drm-nouveau-nvif-fix-null-ptr-deref-on-pre-fermi-boa.patch patches.suse/Revert-drm-nouveau-check-ioctl-command-codes-better.patch patches.suse/drm-bridge-ti-sn65dsi86-Remove-extra-semicolon-in-ti.patch patches.suse/bus-fsl-mc-Fix-potential-double-device-reference-in-.patch patches.suse/net-mlx5-Fix-memory-leak-in-cmd_exec.patch patches.suse/net-mlx5-E-Switch-Fix-peer-miss-rules-to-use-peer-es.patch patches.suse/gve-Fix-stuck-TX-queue-for-DQ-queue-format.patch patches.suse/net-sched-sch_qfq-Avoid-triggering-might_sleep-in-at.patch patches.suse/i40e-report-VF-tx_dropped-with-tx_errors-instead-of-.patch patches.suse/i40e-When-removing-VF-MAC-filters-only-check-PF-set-.patch patches.suse/ice-Fix-a-null-pointer-dereference-in-ice_copy_and_init_pk.patch patches.suse/e1000e-disregard-NVM-checksum-on-tgp-when-valid-chec.patch patches.suse/e1000e-ignore-uninitialized-checksum-word-on-tgp.patch patches.suse/can-netlink-can_changelink-fix-NULL-pointer-deref-of.patch patches.suse/s390-ism-fix-concurrency-management-in-ism_cmd.patch patches.suse/xfrm-always-initialize-offload-path.patch patches.suse/xfrm-interface-fix-use-after-free-after-changing-collect_m.patch patches.suse/xfrm-delete-x-tunnel-as-we-delete-x.patch patches.suse/arm64-entry-Mask-DAIF-in-cpu_switch_to-call_on_irq_stack.patch patches.suse/ALSA-hda-realtek-Add-mute-LED-support-for-HP-Victus--21c8ed9.patch patches.suse/ALSA-hda-realtek-Add-mute-LED-support-for-HP-Pavilio.patch patches.suse/ALSA-usb-audio-qcom-Adjust-mutex-unlock-order.patch patches.suse/ALSA-hda-realtek-Fix-mute-LED-mask-on-HP-OMEN-16-lap.patch patches.suse/ASoC-mediatek-mt8365-dai-i2s-pass-correct-size-to-mt.patch patches.suse/ASoC-SOF-Intel-PTL-Add-the-sdw_process_wakeen-op.patch patches.suse/ASoC-rt5650-Eliminate-the-high-frequency-glitch.patch patches.suse/ASoC-SDCA-correct-the-calculation-of-the-maximum-ini.patch patches.suse/ASoC-mediatek-common-fix-device-and-OF-node-leak.patch patches.suse/kasan-use-vmalloc_dump_obj-for-vmalloc-error-reports.patch patches.suse/resource-fix-false-warning-in-__request_region.patch patches.suse/sprintf.h-requires-stdarg.h.patch patches.suse/block-fix-module-reference-leak-in-mq-deadline-I-O-s.patch patches.suse/drm-i915-dp-Fix-2.7-Gbps-DP_LINK_BW-value-on-g4x.patch patches.suse/drm-i915-display-Fix-dma_fence_wait_timeout-return-v.patch patches.suse/drm-xe-Fix-build-without-debugfs.patch patches.suse/i2c-tegra-Fix-reset-error-handling-with-ACPI.patch patches.suse/i2c-virtio-Avoid-hang-by-using-interruptible-complet.patch patches.suse/i2c-qup-jump-out-of-the-loop-in-case-of-timeout.patch patches.suse/btrfs-unfold-transaction-aborts-when-replaying-log-t.patch patches.suse/btrfs-abort-transaction-during-log-replay-if-walk_lo.patch patches.suse/btrfs-remove-redundant-path-release-when-replaying-a.patch patches.suse/btrfs-simplify-error-detection-flow-during-log-repla.patch patches.suse/btrfs-move-transaction-aborts-to-the-error-site-in-a.patch patches.suse/btrfs-abort-transaction-on-unexpected-eb-generation-.patch patches.suse/btrfs-rename-err-to-ret-in-btrfs_link.patch patches.suse/btrfs-always-abort-transaction-on-failure-to-add-blo.patch patches.suse/btrfs-clear-dirty-status-from-extent-buffer-on-error.patch patches.suse/btrfs-qgroup-fix-race-between-quota-disable-and-quot.patch patches.suse/btrfs-qgroup-remove-no-longer-used-fs_info-qgroup_ul.patch patches.suse/btrfs-qgroup-set-quota-enabled-bit-if-quota-disable-.patch patches.suse/btrfs-qgroup-fix-qgroup-create-ioctl-returning-succe.patch patches.suse/btrfs-fix-ENOSPC-mmap-write-failure-on-NOCOW-files-e.patch patches.suse/btrfs-fix-ssd_spread-overallocation.patch patches.suse/btrfs-don-t-ignore-inode-missing-when-replaying-log-.patch patches.suse/btrfs-don-t-skip-remaining-extrefs-if-dir-not-found-.patch patches.suse/xfs-remove-unused-trace-event-xfs_attr_remove_iter_return.patch patches.suse/xfs-remove-unused-event-xlog_iclog_want_sync.patch patches.suse/xfs-remove-unused-event-xfs_ioctl_clone.patch patches.suse/xfs-remove-unused-xfs_reflink_compare_extents-events.patch patches.suse/xfs-remove-unused-trace-event-xfs_attr_rmtval_set.patch patches.suse/xfs-remove-unused-xfs_attr-events.patch patches.suse/xfs-remove-unused-event-xfs_attr_node_removename.patch patches.suse/xfs-remove-unused-event-xfs_alloc_near_error.patch patches.suse/xfs-remove-unused-event-xfs_alloc_near_nominleft.patch patches.suse/xfs-remove-unused-event-xfs_pagecache_inval.patch patches.suse/xfs-remove-usused-xfs_end_io_direct-events.patch patches.suse/xfs-only-create-event-xfs_file_compat_ioctl-when-CONFIG_COMPAT-is-configure.patch patches.suse/xfs-change-xfs_xattr_class-from-a-TRACE_EVENT-to-DECLARE_EVENT_CLASS.patch patches.suse/xfs-remove-unused-trace-event-xfs_log_cil_return.patch patches.suse/xfs-remove-unused-trace-event-xfs_discard_rtrelax.patch patches.suse/xfs-remove-unused-trace-event-xfs_reflink_cow_enospc.patch patches.suse/gfs2-Set-.migrate_folio-in-gfs2_-rgrp-meta-_aops.patch patches.suse/gfs2-Validate-i_depth-for-exhash-directories.patch patches.suse/gfs2-No-more-self-recovery.patch patches.suse/nfsd-handle-get_client_locked-failure-in-nfsd4_setclientid_confirm.patch patches.suse/NFSD-detect-mismatch-of-file-handle-and-delegation-stateid-in-OPEN-op.patch patches.suse/nfsd-Use-correct-error-code-when-decoding-extents.patch patches.suse/nfsd-Drop-dprintk-in-blocklayout-xdr-functions.patch patches.suse/ceph-parse_longname-strrchr-expects-NUL-terminated-s.patch patches.suse/msft-hv-3326-mshv_eventfd-convert-to-CLASS-fd.patch patches.suse/fs-Prevent-file-descriptor-table-allocations-exceedi.patch patches.suse/eventpoll-Fix-semi-unbounded-recursion.patch patches.suse/pidfs-raise-SB_I_NODEV-and-SB_I_NOEXEC.patch patches.suse/bpf-Introduce-bpf_cgroup_read_xattr-to-read-xattr-of.patch patches.suse/bpf-Mark-cgroup_subsys_state-cgroup-RCU-safe.patch patches.suse/selftests-bpf-Add-tests-for-bpf_cgroup_read_xattr.patch patches.suse/block-rename-tuple_size-field-in-blk_integrity-to-me.patch patches.suse/block-introduce-pi_tuple_size-field-in-blk_integrity.patch patches.suse/nvme-set-pi_offset-only-when-checksum-type-is-not-BL.patch patches.suse/fs-add-ioctl-to-query-metadata-and-protection-info-c.patch patches.suse/block-fix-FS_IOC_GETLBMD_CAP-parsing-in-blkdev_commo.patch patches.suse/block-fix-lbmd_guard_tag_type-assignment-in-FS_IOC_G.patch patches.suse/block-change-blk_get_meta_cap-stub-return-ENOIOCTLCM.patch patches.suse/udf-Verify-partition-map-count.patch patches.suse/block-Increase-BLK_DEF_MAX_SECTORS_CAP.patch patches.suse/block-Make-REQ_OP_ZONE_FINISH-a-write-operation.patch patches.suse/block-Introduce-bio_needs_zone_write_plugging.patch patches.suse/dm-Always-split-write-BIOs-to-zoned-device-limits.patch patches.suse/dm-dm-crypt-Do-not-partially-accept-write-BIOs-with-.patch patches.suse/dm-Check-for-forbidden-splitting-of-zone-write-opera.patch patches.suse/block-don-t-merge-different-kinds-of-P2P-transfers-i.patch patches.suse/block-add-scatterlist-less-DMA-mapping-helpers.patch patches.suse/nvme-pci-refactor-nvme_pci_use_sgls.patch patches.suse/nvme-pci-merge-the-simple-PRP-and-SGL-setup-into-a-c.patch patches.suse/nvme-pci-remove-superfluous-arguments.patch patches.suse/nvme-pci-convert-the-data-mapping-to-blk_rq_dma_map.patch patches.suse/nvme-pci-replace-NVME_MAX_KB_SZ-with-NVME_MAX_BYTE.patch patches.suse/nvme-pci-rework-the-build-time-assert-for-NVME_MAX_N.patch patches.suse/ublk-use-vmalloc-for-ublk_device-s-__queues.patch patches.suse/lib-group_cpus-Let-group_cpu_evenly-return-the-numbe.patch patches.suse/blk-mq-add-number-of-queue-calc-helper.patch patches.suse/nvme-pci-use-block-layer-helpers-to-calculate-num-of.patch patches.suse/scsi-use-block-layer-helpers-to-calculate-num-of-que.patch patches.suse/virtio-blk-scsi-use-block-layer-helpers-to-calculate.patch patches.suse/block-remove-pktcdvd-driver.patch patches.suse/nvme-pci-fix-dma-unmapping-when-using-PRPs-and-not-u.patch patches.suse/Documentation-remove-reference-to-pktcdvd-in-cdrom-d.patch patches.suse/block-mtip32xx-Fix-usage-of-dma_map_sg.patch patches.suse/nbd-fix-lockdep-deadlock-warning.patch patches.suse/nvme-pci-don-t-allocate-dma_vec-for-IOVA-mappings.patch patches.suse/loop-Avoid-updating-block-size-under-exclusive-owner.patch patches.suse/blktrace-add-zoned-block-commands-to-blk_fill_rwbs.patch patches.suse/block-split-blk_zone_update_request_bio-into-two-fun.patch patches.suse/block-add-tracepoint-for-blk_zone_update_request_bio.patch patches.suse/block-add-tracepoint-for-blkdev_zone_mgmt.patch patches.suse/block-add-trace-messages-to-zone-write-plugging.patch patches.suse/block-fix-blk_zone_append_update_request_bio-kernel-.patch patches.suse/block-sanitize-chunk_sectors-for-atomic-write-limits.patch patches.suse/dm-stripe-limit-chunk_sectors-to-the-stripe-size.patch patches.suse/dm-split-write-BIOs-on-zone-boundaries-when-zone-app.patch patches.suse/nvme-tcp-log-TLS-handshake-failures-at-error-level.patch patches.suse/nvmet-pci-epf-Do-not-complete-commands-twice-if-nvme.patch patches.suse/nvme-pci-try-function-level-reset-on-init-failure.patch patches.suse/md-allow-removing-faulty-rdev-during-resync.patch patches.suse/sunvdc-Balance-device-refcount-in-vdc_port_mpgroup_check.patch patches.suse/block-restore-two-stage-elevator-switch-while-runnin.patch patches.suse/ata-libata-sata-Disallow-changing-LPM-state-if-not-s.patch patches.suse/ata-ahci-Disable-DIPM-if-host-lacks-support.patch patches.suse/ata-ahci-Disallow-LPM-policy-control-if-not-supporte.patch patches.suse/stddef-Introduce-TRAILING_OVERLAP-helper-macro.patch patches.suse/acpi-nfit-intel-avoid-multiple-Wflex-array-member-no.patch patches.suse/arm64-Handle-KCOV-__init-vs-inline-mismatches.patch patches.suse/lib-crypto-sha1-Rename-sha1_init-to-sha1_init_raw.patch patches.suse/firmware-arm_ffa-Change-initcall-level-of-ffa_init-t.patch patches.suse/audit-module-restore-audit-logging-in-load-failure-case.patch patches.suse/cpufreq-intel_pstate-Always-use-HWP_DESIRED_PERF-in-passive-mode.patch patches.suse/cpufreq-intel_pstate-Add-Granite-Rapids-support-in-no-HWP-mode.patch patches.suse/cpufreq-Initialize-cpufreq-based-frequency-invariance-later.patch patches.suse/cpufreq-Init-policy-rwsem-before-it-may-be-possibly-used.patch patches.suse/cpufreq-Exit-governor-when-failed-to-start-old-governor.patch patches.suse/cpufreq-armada-8k-make-both-cpu-masks-static.patch patches.suse/cpufreq-armada-8k-Fix-off-by-one-in-armada_8k_cpufreq_free_table.patch patches.suse/cpufreq-CPPC-Mark-driver-with-NEED_UPDATE_LIMITS-flag.patch patches.suse/PM-devfreq-governor-Replace-sscanf-with-kstrtoul-in-.patch patches.suse/PM-devfreq-Check-governor-before-using-governor-name.patch patches.suse/PM-devfreq-Fix-a-index-typo-in-trans_stat.patch patches.suse/PM-sleep-console-Fix-the-black-screen-issue.patch patches.suse/PM-Use-true-false-as-power.needs_force_resume-values.patch patches.suse/PM-Move-two-sleep-related-functions-under-CONFIG_PM_.patch patches.suse/PM-Make-pm_runtime_force_resume-work-with-DPM_FLAG_S.patch patches.suse/PM-runtime-Clear-power.needs_force_resume-in-pm_runt.patch patches.suse/PM-Check-power.needs_force_resume-in-pm_runtime_forc.patch patches.suse/PM-runtime-Introduce-__rpm_get_driver_callback.patch patches.suse/PM-sleep-Add-strict_midlayer-flag-to-struct-dev_pm_i.patch patches.suse/ACPI-PM-Set-clear-power.strict_midlayer-in-prepare-c.patch patches.suse/PM-runtime-Take-active-children-into-account-in-pm_r.patch patches.suse/powercap-intel_rapl_msr-Add-PL4-support-for-Panther-Lake.patch patches.suse/powercap-dtpm_cpu-Fix-NULL-pointer-dereference-in-ge.patch patches.suse/pm-cpupower-Fix-the-snapshot-order-of-tsc-mperf-cloc.patch patches.suse/ACPI-PCI-Remove-space-before-newline.patch patches.suse/ACPICA-Decrease-AcpiExTracePoint-verbosity.patch patches.suse/ACPI-wakeup-Drop-unneeded-casting-for-sleep_state.patch patches.suse/ACPI-proc-Use-correct-format-specifier-and-drop-cast.patch patches.suse/ACPI-proc-Remove-unused-header.patch patches.suse/ACPI-proc-Use-str_enabled_disabled-helper.patch patches.suse/ACPI-proc-Prefer-to-use-octal-permission.patch patches.suse/ACPI-processor-fix-acpi_object-initialization.patch patches.suse/ACPI-processor-perflib-Fix-initial-_PPC-limit-applic.patch patches.suse/ACPI-processor-throttling-Remove-space-before-newlin.patch patches.suse/ACPI-PM-Set-.detach-in-acpi_general_pm_domain-defini.patch patches.suse/ACPI-APEI-EINJ-Fix-kernel-test-sparse-warnings.patch patches.suse/ACPI-APEI-EINJ-Enable-the-discovery-of-EINJv2-capabi.patch patches.suse/ACPI-APEI-EINJ-Add-einjv2-extension-struct.patch patches.suse/ACPI-APEI-EINJ-Discover-EINJv2-parameters.patch patches.suse/ACPI-APEI-EINJ-Create-debugfs-files-to-enter-device-.patch patches.suse/ACPI-APEI-EINJ-Enable-EINJv2-error-injections.patch patches.suse/ACPI-APEI-EINJ-prevent-memory-corruption-in-error_ty.patch patches.suse/ACPI-APEI-EINJ-Fix-less-than-zero-comparison-on-a-si.patch patches.suse/ACPI-APEI-EINJ-Fix-check-and-iounmap-of-uninitialize.patch patches.suse/ACPI-APEI-GHES-add-TAINT_MACHINE_CHECK-on-GHES-panic-path.patch patches.suse/ACPI-APEI-EINJ-Fix-trigger-actions.patch patches.suse/ACPI-APEI-send-SIGBUS-to-current-task-if-synchronous.patch patches.suse/ACPI-APEI-handle-synchronous-exceptions-in-task-work.patch patches.suse/ACPI-LPSS-Remove-AudioDSP-related-ID.patch patches.suse/ACPI-fan-Replace-sprintf-scnprintf-with-sysfs_emit-i.patch patches.suse/ACPI-fan-Replace-sprintf-with-sysfs_emit.patch patches.suse/ACPI-fan-Update-debug-message-in-fan_get_state_acpi4.patch patches.suse/ACPI-DPTF-Support-for-Wildcat-Lake.patch patches.suse/ACPI-pfr_update-Add-more-debug-information-when-firm.patch patches.suse/ACPI-PRM-Reduce-unnecessary-printing-to-avoid-user-c.patch patches.suse/ACPI-TAD-Replace-sprintf-with-sysfs_emit.patch patches.suse/ACPI-Enable-CONFIG_ACPI_DEBUG-by-default.patch patches.suse/Documentation-ACPI-Fix-parent-device-references.patch patches.suse/ACPI-Fix-typos.patch patches.suse/thermal-drivers-qcom-spmi-temp-alarm-Enable-stage-2-.patch patches.suse/thermal-drivers-mediatek-lvts_thermal-Change-lvts-co.patch patches.suse/thermal-drivers-mediatek-lvts_thermal-Add-lvts-comma.patch patches.suse/thermal-drivers-mediatek-lvts_thermal-Add-mt7988-lvt.patch patches.suse/thermal-sysfs-Return-ENODATA-instead-of-EAGAIN-for-r.patch patches.suse/thermal-intel-int340x-Add-throttling-control-interfa.patch patches.suse/thermal-intel-int340x-Allow-temperature-override.patch patches.suse/thermal-int340x-processor_thermal-Add-Wildcat-Lake-PCI-ID.patch patches.suse/ALSA-usb-audio-Fix-code-alignment-in-mixer_quirks.patch patches.suse/ALSA-usb-audio-Fix-whitespace-blank-line-issues-in-m.patch patches.suse/ALSA-usb-audio-Avoid-precedence-issues-in-mixer_quir.patch patches.suse/ALSA-usb-audio-Fix-block-comments-in-mixer_quirks.patch patches.suse/ALSA-usb-audio-Drop-unnecessary-parentheses-in-mixer.patch patches.suse/ALSA-usb-audio-Avoid-multiple-assignments-in-mixer_q.patch patches.suse/ALSA-usb-audio-Simplify-NULL-comparison-in-mixer_qui.patch patches.suse/ALSA-usb-audio-Remove-unneeded-wmb-in-mixer_quirks.patch patches.suse/ALSA-usb-audio-Add-mixer-quirk-for-Sony-DualSense-PS.patch patches.suse/ALSA-hda-tas2781-Add-missed-brace-and-hardware-id-re.patch patches.suse/ALSA-hda-ca0132-Enable-hardware-band-EQ-for-Sound-Bl.patch patches.suse/ALSA-pcm-Rewrite-recalculate_boundary-to-avoid-costl.patch patches.suse/ALSA-mips-sgio2audio-Replace-deprecated-strcpy-with-.patch patches.suse/ALSA-hda-ca0132-Fix-using-plain-integer-as-NULL-poin.patch patches.suse/ALSA-hda-ca0132-Fix-buffer-overflow-in-add_tuning_co.patch patches.suse/ALSA-usb-audio-Convert-comma-to-semicolon.patch patches.suse/ALSA-hda-ca0132-Use-const-char-for-strings.patch patches.suse/ALSA-hda-cs35l41-Add-support-for-center-channel-in-C.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-NUC-using-CS35.patch patches.suse/ALSA-usb-audio-Fix-build-with-CONFIG_INPUT-n.patch patches.suse/ALSA-pcm-refactor-copy-from-to-user-in-SNDRV_PCM_IOC.patch patches.suse/ALSA-pcm-Convert-SNDRV_PCM_IOCTL_SYNC_PTR-to-user_ac.patch patches.suse/ALSA-pcm-Replace-audio_-tstamp_-n-sec-by-struct-__sn.patch patches.suse/ALSA-pcm-Convert-snd_pcm_sync_ptr-to-user_access_beg.patch patches.suse/ALSA-hda-tas2781-Add-compatible-for-hardware-id-TIAS.patch patches.suse/ALSA-hda-conexant-Renaming-the-codec-with-device-ID-.patch patches.suse/ALSA-hda-realtek-Fixup-ft-alc257-rename-alc3328.patch patches.suse/ALSA-emu10k1-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-aloop-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-intel8x0-Fix-incorrect-codec-index-usage-in-mix.patch patches.suse/ALSA-mixer_oss-Remove-deprecated-strcpy-function-cal.patch patches.suse/ALSA-hda-Disable-jack-polling-at-shutdown.patch patches.suse/ALSA-hda-Disable-codec-runtime-PM-when-jack-polling-.patch patches.suse/ALSA-hda-Handle-the-jack-polling-always-via-a-work.patch patches.suse/ALSA-timer-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-hrtimer-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-dummy-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-pcmtest-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-mtpav-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-hda-Remove-old-commented-out-sanity-check.patch patches.suse/ALSA-hda-Add-device-entry-for-QEMU.patch patches.suse/ALSA-hda-tas2781-Add-bus-name-in-device-name-check.patch patches.suse/ALSA-hda-add-MODULE_FIRMWARE-for-cs35l41-cs35l56.patch patches.suse/ALSA-intel_hdmi-Remove-redundant-pm_runtime_mark_las.patch patches.suse/ALSA-hda-Remove-redundant-pm_runtime_mark_last_busy-.patch patches.suse/ALSA-mts64-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ALSA-echoaudio-Replace-deprecated-strcpy-with-strscp.patch patches.suse/ALSA-control-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-rawmidi-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-seq-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-mpu401-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-opl3-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-opl4-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-pcsp-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-portman2x4-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-serial-generic-Use-safer-strscpy-instead-of-str.patch patches.suse/ALSA-serial-u16550-Use-safer-strscpy-instead-of-strc.patch patches.suse/ALSA-virmidi-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-vx-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-firewire-bebob-Use-safer-strscpy-instead-of-str.patch patches.suse/ALSA-firewire-dice-Use-safer-strscpy-instead-of-strc.patch patches.suse/ALSA-firewire-digi00x-Use-safer-strscpy-instead-of-s.patch patches.suse/ALSA-firewire-fireface-Use-safer-strscpy-instead-of-.patch patches.suse/ALSA-firewire-fireworks-Use-safer-strscpy-instead-of.patch patches.suse/ALSA-firewire-isight-Use-safer-strscpy-instead-of-st.patch patches.suse/ALSA-firewire-motu-Use-safer-strscpy-instead-of-strc.patch patches.suse/ALSA-firewire-oxfw-Use-safer-strscpy-instead-of-strc.patch patches.suse/ALSA-firewire-tascam-Use-safer-strscpy-instead-of-st.patch patches.suse/ALSA-ad1816a-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-adlib-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-als100-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-cmi8328-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-cmi8330-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-cs423x-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-es1688-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-es18xx-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-galaxy-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-gus-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-msnd-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-opl3sa2-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-opti9xx-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-sc6000-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-sscape-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-wavefront-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-wss-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-mips-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-parisc-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ac97-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ad1889-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ak4531-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ali5451-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-als300-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-als4000-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-asihpi-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-atiixp-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-au88x0-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-aw2-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-azt3328-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-bt87x-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ca0106-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-cmipci-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-cs4281-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-cs46xx-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-cs5530-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-cs5535audio-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ctxfi-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-echoaudio-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-emu10k1-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ens1370-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-es1938-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-es1968-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-fm801-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ice1712-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ice1724-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-intel8x0-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-korg1212-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-lola-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-lx6464es-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-maestro3-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-mixart-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-nm256-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-oxygen-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-pcxhr-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-riptide-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-rme32-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-rme96-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-hdsp-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-hdspm-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-rme9652-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-sis7019-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-sonicvibes-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-trident-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-via82xx-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ymfpci-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-pdaudiocf-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-vxpocket-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ppc-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-sh-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-sparc-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-spi-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-synth-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-6fire-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-line6-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-usx2y-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ua101-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-usb-audio-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/ALSA-ac97-Copy-string-more-safely.patch patches.suse/ALSA-cmipci-Copy-string-more-safely.patch patches.suse/ALSA-usb-audio-Copy-string-more-safely.patch patches.suse/ALSA-core-Copy-string-more-safely.patch patches.suse/ALSA-hda-Move-widget-capability-macros-into-hdaudio..patch patches.suse/ALSA-hda-Move-HD-audio-core-stuff-into-sound-hda-cor.patch patches.suse/ALSA-hda-Move-common-codec-driver-into-sound-hda-com.patch patches.suse/ALSA-hda-Move-CONFIG_SND_HDA_PREALLOC_SIZE-into-soun.patch patches.suse/ALSA-hda-Move-controller-drivers-into-sound-hda-cont.patch patches.suse/ALSA-hda-Move-codec-drivers-into-sound-hda-codecs-di.patch patches.suse/ALSA-hda-Split-Realtek-HD-audio-codec-driver.patch patches.suse/ALSA-hda-hdmi-Split-vendor-codec-drivers.patch patches.suse/ALSA-hda-Introduce-hda_codec_driver-ops.patch patches.suse/ALSA-hda-generic-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-realtek-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-cmedia-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-analog-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-ca0110-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-cirrus-Split-to-cs420x-and-cs421x-drivers.patch patches.suse/ALSA-hda-cs8409-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-conexant-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-senary-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-si3054-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-via-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-sigmatel-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-ca0132-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-hdmi-Rewrite-to-new-probe-method.patch patches.suse/ALSA-hda-Drop-old-codec-binding-method.patch patches.suse/ALSA-hda-Drop-superfluous-driver-ops-NULL-checks.patch patches.suse/ALSA-hda-Return-the-codec-init-error-properly-at-snd.patch patches.suse/ALSA-hda-Use-safer-strscpy-instead-of-strcpy.patch patches.suse/arm-multi_v7_defconfig-Update-HD-audio-configs.patch patches.suse/mips-loongson3_defconfig-Update-HD-audio-configs.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-Commercial-lap.patch patches.suse/ALSA-hda-Add-TAS2770-support.patch patches.suse/ASoC-codecs-lpass-Drop-unused-AIF_INVALID-first-DAI-.patch patches.suse/ASoC-hdac_hdmi-remove-hdac_hdmi_jack-_port-_init.patch patches.suse/ASoC-soc-dai-tidyup-return-value-of-snd_soc_xlate_td.patch patches.suse/ASoC-tas2781-Drop-the-unnecessary-symbol-imply.patch patches.suse/ASoC-amd-acp-Fix-pointer-assignments-for-snd_soc_acp.patch patches.suse/ASoC-renesas-msiof-Convert-to-linux-spi-sh_msiof.h.patch patches.suse/ASoC-codecs-wcd937x-Simplify-with-devm_regulator_bul.patch patches.suse/ASoC-codecs-wcd938x-Simplify-with-devm_regulator_bul.patch patches.suse/ASoC-codecs-wcd939x-Simplify-with-devm_regulator_bul.patch patches.suse/ASoC-codecs-wcd939x-Simplify-return-from-devm_gpiod_.patch patches.suse/ASoC-codecs-wcd939x-Add-VDD_PX-supply.patch patches.suse/ASoC-codecs-rt5640-Drop-dummy-register-names.patch patches.suse/ASoC-codecs-rt5640-Retry-DEVICE_ID-verification.patch patches.suse/ASoC-Intel-avs-Add-rt5640-machine-board.patch patches.suse/ASoC-renesas-Use-helper-function-for_each_child_of_n.patch patches.suse/ASoC-meson-Use-helper-function-for_each_child_of_nod.patch patches.suse/ASoC-imx-card-Use-helper-function-for_each_child_of_.patch patches.suse/ASoC-tas571x-add-support-for-tas5753.patch patches.suse/ASoC-qcom-use-drvdata-instead-of-component-to-keep-i.patch patches.suse/ASoC-soc-core-save-ID-if-param-was-set-in-fmt_single.patch patches.suse/ASoC-remove-component-id.patch patches.suse/ASOC-rockchip-fix-capture-stream-handling-in-rockchi.patch patches.suse/ASOC-rockchip-Use-helper-function-devm_clk_get_enabl.patch patches.suse/ASoC-codecs-Add-support-for-Richtek-RTQ9124.patch patches.suse/ASoC-qcom-sm8250-set-card-driver-name-from-match-dat.patch patches.suse/ASoC-qcom-sm8250-add-DisplayPort-Jack-support.patch patches.suse/ASoC-qcom-sm8250-Add-Fairphone-5-soundcard-compatibl.patch patches.suse/ASoC-codecs-Constify-regmap-configuration-static-var.patch patches.suse/ASoC-fsl-Constify-reg_default-array.patch patches.suse/ASoC-codecs-wcd9335-Drop-unused-sido_input_src-field.patch patches.suse/ASoC-codecs-wcd934x-Drop-unused-num_rx_port-num_tx_p.patch patches.suse/ASoC-codecs-wcd937x-Drop-unused-struct-wcd937x_priv-.patch patches.suse/ASoC-codecs-wcd938x-Drop-unused-struct-wcd938x_priv-.patch patches.suse/ASoC-codecs-wcd938x-Drop-unused-variant-field.patch patches.suse/ASoC-codecs-wcd939x-Drop-unused-struct-wcd939x_priv-.patch patches.suse/ASoC-ops-dynamically-allocate-struct-snd_ctl_elem_va.patch patches.suse/ASoC-tas2781-Move-the-include-linux-debugfs.h-into-t.patch patches.suse/ASoC-soc-ops-test-dynamically-allocate-struct-snd_ct.patch patches.suse/ASoC-hdmi-codec-use-SND_JACK_AVOUT-as-jack-status.patch patches.suse/ASoC-mediatek-use-reserved-memory-or-enable-buffer-p.patch patches.suse/ASoC-mediatek-mt8183-afe-pcm-Support-32-bit-DMA-addr.patch patches.suse/ASoC-mediatek-mt8173-afe-pcm-use-local-dev-pointer-i.patch patches.suse/ASoC-mediatek-mt8183-afe-pcm-use-local-dev-pointer-i.patch patches.suse/firmware-cs_dsp-Remove-unused-struct-list_head-from-.patch patches.suse/ASoC-Intel-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ASoC-tegra-AHUB-Remove-unneeded-semicolon.patch patches.suse/ASoC-SOF-ipc4-pcm-Look-for-best-matching-hw_config-f.patch patches.suse/ASoC-SOF-pcm-Remove-local-create_page_table-wrapper-.patch patches.suse/ASoC-SOF-topology-Parse-the-dapm_widget_tokens-in-ca.patch patches.suse/ASoC-SOF-pcm-Reverse-check-for-prepared-stream-in-so.patch patches.suse/ASoC-SOF-ipc4-topology-Add-load-of-ASRC-component.patch patches.suse/ASoC-SOF-Intel-hda-Do-not-probe-Soundwire-in-nocodec.patch patches.suse/ASoC-SOF-ipc4-pcm-Enable-delay-reporting-for-ChainDM.patch patches.suse/ASoC-topology-Do-not-call-snd_soc_remove_pcm_runtime.patch patches.suse/ASoC-core-Check-for-rtd-NULL-in-snd_soc_remove_pcm_r.patch patches.suse/ASoC-Intel-skl_hda_dsp_generic-Implement-add_dai_lin.patch patches.suse/ASoC-Intel-sof_sdw-Implement-add_dai_link-to-filter-.patch patches.suse/ASoC-SOF-ipc4-priv-Add-kernel-doc-for-fw_context_sav.patch patches.suse/ASoC-SOF-ipc4-Intel-Add-support-for-library-restore-.patch patches.suse/ASoC-SOF-ipc4-Add-sof_ipc4_pipeline_state_str-for-de.patch patches.suse/ASoC-SOF-ipc4-pcm-Pipe-instances-to-dev_dbg-in-multi.patch patches.suse/ASoC-SOF-ipc4-pcm-Harmonize-sof_ipc4_set_pipeline_st.patch patches.suse/ASoC-SDCA-add-support-for-HIDE-entity-properties-and.patch patches.suse/HID-core-Add-bus-define-for-SoundWire-bus.patch patches.suse/ASoC-SDCA-add-a-HID-device-for-HIDE-entity.patch patches.suse/ASoC-hdac_hdmi-Rate-limit-logging-on-connection-and-.patch patches.suse/ASoC-wm8524-enable-constraints-when-sysclk-is-config.patch patches.suse/ASoC-codecs-wcd937x-Use-simple-defines-for-chipid-re.patch patches.suse/ASoC-codecs-wcd938x-Use-simple-defines-for-chipid-re.patch patches.suse/ASoC-codecs-wcd939x-Use-simple-defines-for-chipid-re.patch patches.suse/ASoC-codecs-wcd939x-Add-defines-for-major-minor-vers.patch patches.suse/ASoC-amd-acp-add-soundwire-machine-for-ACP7.0-and-AC.patch patches.suse/ASoC-SOF-amd-add-alternate-machines-for-ACP7.0-and-A.patch patches.suse/ASoC-ti-Standardize-ASoC-menu.patch patches.suse/ASoC-adi-Standardize-ASoC-menu.patch patches.suse/ASoC-amd-Standardize-ASoC-menu.patch patches.suse/ASoC-bcm-Standardize-ASoC-menu.patch patches.suse/ASoC-dwc-Standardize-ASoC-menu.patch patches.suse/ASoC-fsl-Standardize-ASoC-menu.patch patches.suse/ASoC-img-Standardize-ASoC-menu.patch patches.suse/ASoC-mxs-Standardize-ASoC-menu.patch patches.suse/ASoC-pxa-Standardize-ASoC-menu.patch patches.suse/ASoC-sti-Standardize-ASoC-menu.patch patches.suse/ASoC-stm-Standardize-ASoC-menu.patch patches.suse/ASoC-sof-Standardize-ASoC-menu.patch patches.suse/ASoC-au1x-Standardize-ASoC-menu.patch patches.suse/ASoC-sdca-Standardize-ASoC-menu.patch patches.suse/ASoC-sprd-Standardize-ASoC-menu.patch patches.suse/ASoC-qcom-Standardize-ASoC-menu.patch patches.suse/ASoC-meson-Standardize-ASoC-menu.patch patches.suse/ASoC-apple-Standardize-ASoC-menu.patch patches.suse/ASoC-atmel-Standardize-ASoC-menu.patch patches.suse/ASoC-intel-Standardize-ASoC-menu.patch patches.suse/ASoC-spear-Standardize-ASoC-menu.patch patches.suse/ASoC-sunxi-Standardize-ASoC-menu.patch patches.suse/ASoC-tegra-Standardize-ASoC-menu.patch patches.suse/ASoC-ux500-Standardize-ASoC-menu.patch patches.suse/ASoC-cirrus-Standardize-ASoC-menu.patch patches.suse/ASoC-google-Standardize-ASoC-menu.patch patches.suse/ASoC-jz4740-Standardize-ASoC-menu.patch patches.suse/ASoC-xilinx-Standardize-ASoC-menu.patch patches.suse/ASoC-xtensa-Standardize-ASoC-menu.patch patches.suse/ASoC-renesas-Standardize-ASoC-menu.patch patches.suse/ASoC-generic-Standardize-ASoC-menu.patch patches.suse/ASoC-samsung-Standardize-ASoC-menu.patch patches.suse/ASoC-kirkwood-Standardize-ASoC-menu.patch patches.suse/ASoC-loongson-Standardize-ASoC-menu.patch patches.suse/ASoC-mediatek-Standardize-ASoC-menu.patch patches.suse/ASoC-rockchip-Standardize-ASoC-menu.patch patches.suse/ASoC-starfive-Standardize-ASoC-menu.patch patches.suse/ASoC-uniphier-Standardize-ASoC-menu.patch patches.suse/ASoC-hisilicon-Standardize-ASoC-menu.patch patches.suse/ASoC-sdw_utils-add-component_name-string-to-dai_info.patch patches.suse/ASoC-sdw_utils-generate-combined-spk-components-stri.patch patches.suse/ASoC-codecs-Add-calibration-function-to-aw88399-chip.patch patches.suse/ASoC-SDCA-Add-missing-default-in-switch-in-entity_pd.patch patches.suse/ASoC-SDCA-Fixup-some-kernel-doc-errors.patch patches.suse/ASoC-SDCA-Minor-selected-detected-mode-control-fixup.patch patches.suse/ASoC-SDCA-Add-flag-for-unused-IRQs.patch patches.suse/ASoC-SDCA-Generic-interrupt-support.patch patches.suse/ASoC-SDCA-Add-some-initial-IRQ-handlers.patch patches.suse/ASoC-amd-acp-Add-legacy-driver-support-acp7.2-based-.patch patches.suse/ASoC-amd-acp-Enable-I2S-support-for-acp7.2-based-pla.patch patches.suse/ASoC-amd-acp-Enable-acp7.2-platform-based-DMIC-suppo.patch patches.suse/ASoC-qcom-sc8280xp-Add-support-for-QCS8275.patch patches.suse/ASoC-fsl_mqs-Distinguish-different-modules-by-system.patch patches.suse/ASoC-fsl_mqs-rename-system-manager-indices-for-i.MX9.patch patches.suse/ASoC-Use-of_reserved_mem_region_to_resource-for-memo.patch patches.suse/ASoC-codec-rockchip_sai-Remove-including-of_gpio.h.patch patches.suse/ASoC-atmel-Remove-redundant-pm_runtime_mark_last_bus.patch patches.suse/ASoC-codecs-Remove-redundant-pm_runtime_mark_last_bu.patch patches.suse/ASoC-Intel-Remove-redundant-pm_runtime_mark_last_bus.patch patches.suse/ASoC-component-Remove-redundant-pm_runtime_mark_last.patch patches.suse/ASoC-SOF-Remove-redundant-pm_runtime_mark_last_busy-.patch patches.suse/ASoC-soc-dapm-remove-unnecessary-definition.patch patches.suse/ASoC-soc-dapm-remove-EXPORT_SYMBOL_GPL-for-snd_soc_d.patch patches.suse/ASoC-soc-dapm-remove-snd_soc_dapm_nc_pin-_unlocked.patch patches.suse/ASoC-soc-dapm-remove-snd_soc_dapm_weak_routes.patch patches.suse/ASoC-soc-dapm-reordering-function-definitions.patch patches.suse/ASoC-soc-dapm-reordering-header-definitions.patch patches.suse/ASoC-soc-dapm-use-component-instead-of-cmpnt.patch patches.suse/ASoC-soc-dapm-use-common-name-for-dapm.patch patches.suse/ASoC-soc-dapm-add-prefix-on-dapm_mark_endpoints_dirt.patch patches.suse/ASoC-soc-dapm-add-prefix-on-dapm_xxx_event.patch patches.suse/ASoC-soc-dapm-add-prefix-on-soc_dapm_dev_attrs.patch patches.suse/ASoC-img-Imagination-Technologies-sound-should-depen.patch patches.suse/ASoC-Intel-soc-acpi-Add-entry-for-sof_es8336-in-PTL-.patch patches.suse/ASoC-Intel-soc-acpi-Add-entry-for-HDMI_In-capture-su.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-add-support-ptl-.patch patches.suse/ASoC-Intel-soc-acpi-intel-lnl-match-add-rt1320_l12_r.patch patches.suse/ASoC-sdw_utils-Add-missed-component_name-strings-for.patch patches.suse/ASoC-rt700-don-t-set-dapm-bias_level.patch patches.suse/ASoC-rt715-don-t-set-dapm-bias_level.patch patches.suse/ASoC-SDCA-fix-HID-dependency.patch patches.suse/ASoC-fsl-asoc-card-add-sysclk_ratio-for-calculate-sy.patch patches.suse/ASoC-soc-dapm-set-bias_level-if-snd_soc_dapm_set_bia.patch patches.suse/ASoC-samsung-bell-don-t-set-dapm-bias_level-directly.patch patches.suse/ASoC-samsung-speyside-don-t-set-dapm-bias_level-dire.patch patches.suse/ASoC-samsung-tobermory-don-t-set-dapm-bias_level-dir.patch patches.suse/ASoC-samsung-littlemill-don-t-set-dapm-bias_level-di.patch patches.suse/ASoC-SDCA-Kconfig-Makefile-fixups.patch patches.suse/ASoC-SDCA-Pull-HID-and-IRQ-into-the-primary-SDCA-mod.patch patches.suse/ASoC-codec-tlv320aic32x4-Drop-aic32x4_pdata-usage.patch patches.suse/ASoC-codec-tlv320aic32x4-Sort-headers-alphabetically.patch patches.suse/ASoC-codec-tlv320aic32x4-Convert-to-GPIO-descriptors.patch patches.suse/ASoC-codecs-da7219-convert-from-round_rate-to-determ.patch patches.suse/ASoC-codecs-rt5682-convert-from-round_rate-to-determ.patch patches.suse/ASoC-codecs-rt5682s-convert-from-round_rate-to-deter.patch patches.suse/ASoC-qcom-qdsp6-q6dsp-lpass-clocks-convert-from-roun.patch patches.suse/ASoC-stm-stm32_i2s-convert-from-round_rate-to-determ.patch patches.suse/ASoC-stm-stm32_sai_sub-convert-from-round_rate-to-de.patch patches.suse/ASoC-SDCA-Fix-off-by-one-error-in-IRQ-bound-check.patch patches.suse/ASoC-SDCA-Avoid-use-of-uninitialised-local-name-vari.patch patches.suse/ASoC-SDCA-Update-memory-allocations-to-zero-initiali.patch patches.suse/ASoC-codec-tlv320aic32x4-Fix-reset-GPIO-check.patch patches.suse/ASoC-Intel-sof_rt5682-Add-HDMI-In-capture-with-rt568-03aa2ed.patch patches.suse/ASoC-SDCA-Allow-read-only-controls-to-be-deferrable.patch patches.suse/ASoC-SDCA-Remove-overly-chatty-input-pin-list-warnin.patch patches.suse/ASoC-SDCA-Move-SDCA-search-functions-and-export.patch patches.suse/ASoC-soc-dai-Add-private-data-to-snd_soc_dai.patch patches.suse/ASoC-SDCA-Add-helper-to-add-DAI-constraints.patch patches.suse/ASoC-SDCA-Add-a-helper-to-get-the-SoundWire-port-num.patch patches.suse/ASoC-SDCA-Add-hw_params-helper-function.patch patches.suse/ASoC-SDCA-add-route-by-the-number-of-input-pins-in-M.patch patches.suse/ASoC-SDCA-Check-devm_mutex_init-return-value.patch patches.suse/ASoC-SDCA-Shrink-detected_mode_handler-stack-frame.patch patches.suse/ASoC-SDCA-Fix-implicit-cast-from-le16.patch patches.suse/ASoC-qcom-sm8250-Add-Fairphone-4-soundcard-compatibl.patch patches.suse/gpio-tegra186-don-t-call-the-set-callback-directly.patch patches.suse/gpio-tps65912-check-the-return-value-of-regmap_updat.patch patches.suse/gpio-wcd934x-check-the-return-value-of-regmap_update.patch patches.suse/gpio-virtio-Fix-config-space-reading.patch patches.suse/spi-stm32-Check-for-cfg-availability-in-stm32_spi_pr.patch patches.suse/pwm-rockchip-Round-period-duty-down-on-apply-up-on-g.patch patches.suse/platform-x86-thinkpad_acpi-Handle-KCOV-__init-vs-inl.patch patches.suse/platform-x86-intel-vsec-Add-private-data-for-per-dev.patch patches.suse/platform-x86-intel-vsec-Create-wrapper-to-walk-PCI-c.patch patches.suse/platform-x86-intel-vsec-Add-device-links-to-enforce-.patch patches.suse/platform-x86-intel-vsec-Skip-absent-features-during-.patch patches.suse/platform-x86-intel-vsec-Skip-driverless-features.patch patches.suse/platform-x86-intel-vsec-Add-new-Discovery-feature.patch patches.suse/platform-x86-intel-pmt-Add-PMT-Discovery-driver.patch patches.suse/platform-x86-intel-tpmi-Relocate-platform-info-to-in.patch patches.suse/platform-x86-intel-vsec-Set-OOBMSM-to-CPU-mapping.patch patches.suse/platform-x86-intel-tpmi-Get-OOBMSM-CPU-mapping-from-.patch patches.suse/platform-x86-intel-pmt-discovery-Get-telemetry-attri.patch patches.suse/platform-x86-intel-pmt-telemetry-Add-API-to-retrieve.patch patches.suse/platform-x86-intel-pmt-KUNIT-test-for-PMT-Enhanced-D.patch patches.suse/platform-x86-intel-pmt-discovery-Fix-size_t-specifie.patch patches.suse/platform-x86-intel-pmt-discovery-fix-format-string-w.patch patches.suse/platform-x86-intel-pmt-fix-build-dependency-for-kuni.patch patches.suse/platform-x86-amd-pmc-Add-Lenovo-Yoga-6-13ALC6-to-pmc.patch patches.suse/platform-x86-intel-pmt-fix-a-crashlog-NULL-pointer-a.patch patches.suse/platform-x86-intel-pmt-white-space-cleanup.patch patches.suse/platform-x86-intel-pmt-mutex-clean-up.patch patches.suse/platform-x86-intel-pmt-use-guard-mutex.patch patches.suse/platform-x86-intel-pmt-re-order-trigger-logic.patch patches.suse/platform-x86-intel-pmt-correct-types.patch patches.suse/platform-x86-intel-pmt-decouple-sysfs-and-namespace.patch patches.suse/platform-x86-intel-pmt-add-register-access-helpers.patch patches.suse/platform-x86-intel-pmt-refactor-base-parameter.patch patches.suse/platform-x86-intel-pmt-use-a-version-struct.patch patches.suse/platform-x86-intel-pmt-support-BMG-crashlog.patch patches.suse/platform-chrome-cros_ec_typec-Defer-probe-on-missing.patch patches.suse/platform-chrome-cros_ec_sensorhub-Retries-when-a-sen.patch patches.suse/platform-chrome-cros_ec-Unregister-notifier-in-cros_.patch patches.suse/mei-vsc-Drop-unused-vsc_tp_request_irq-and-vsc_tp_fr.patch patches.suse/mei-vsc-Destroy-mutex-after-freeing-the-IRQ.patch patches.suse/mei-vsc-Event-notifier-fixes.patch patches.suse/mei-vsc-Unset-the-event-callback-on-remove-and-probe.patch patches.suse/mei-vsc-Run-event-callback-from-a-workqueue.patch patches.suse/mei-vsc-Fix-BUG-Invalid-wait-context-lockdep-error.patch patches.suse/mei-bus-Check-for-still-connected-devices-in-mei_cl_.patch patches.suse/char-misc-Fix-improper-and-inaccurate-error-code-ret.patch patches.suse/samples-mei-Fix-building-on-musl-libc.patch patches.suse/vmci-Prevent-the-dispatching-of-uninitialized-payloa.patch patches.suse/misc-rtsx-usb-Ensure-mmc-child-device-is-active-when.patch patches.suse/bus-mhi-host-pci_generic-Fix-the-modem-name-of-Foxco.patch patches.suse/bus-mhi-host-Detect-events-pointing-to-unexpected-TR.patch patches.suse/iio-adc-ad7768-1-Ensure-SYNC_IN-pulse-minimum-timing.patch patches.suse/iio-imu-inv_icm42600-use-instead-of-memset.patch patches.suse/iio-imu-inv_icm42600-Convert-to-uXX-and-sXX-integer-.patch patches.suse/iio-adc-ad_sigma_delta-don-t-overallocate-scan-buffe.patch patches.suse/iio-imu-bno055-fix-OOB-access-of-hw_xlate-array.patch patches.suse/iio-adc-ad_sigma_delta-change-to-buffer-predisable.patch patches.suse/iio-adc-ad7173-fix-setting-ODR-in-probe.patch patches.suse/comedi-fix-race-between-polling-and-detaching.patch patches.suse/interconnect-qcom-sc8280xp-specify-num_links-for-qnm.patch patches.suse/interconnect-qcom-sc8180x-specify-num_nodes.patch patches.suse/staging-rtl8723bs-Align-next-line-to-open-parenthese.patch patches.suse/staging-rtl8723bs-remove-return-from-void-function.patch patches.suse/staging-rtl8723bs-remove-some-5-GHz-code.patch patches.suse/staging-rtl8723bs-place-constant-to-right-of-logical.patch patches.suse/staging-rtl8723bs-remove-empty-functions.patch patches.suse/staging-fbtft-fix-potential-memory-leak-in-fbtft_fra.patch patches.suse/staging-rtl8723bs-remove-unused-function-parameter.patch patches.suse/staging-rtl8723bs-remove-unnesessary-function-parame.patch patches.suse/staging-rtl8723bs-remove-redundant-static-function.patch patches.suse/staging-fbtft-fix-potential-memory-leak-in-fbtft_fra-505bffe.patch patches.suse/staging-rtl8723bs-Efuse_WordEnableDataWrite-is-not-u.patch patches.suse/staging-rtl8723bs-hal-add-spaces-around-ternary-oper.patch patches.suse/staging-rtl8723bs-remove-blank-line-before-close-bra.patch patches.suse/staging-rtl8723bs-remove-spurious-if-block-braces.patch patches.suse/staging-rtl8723bs-os_dep-remove-whitespace-after-cas.patch patches.suse/staging-rtl8723bs-hal-remove-blank-line-before-close.patch patches.suse/staging-rtl8723bs-remove-unncessary-multiple-blank-l.patch patches.suse/staging-rtl8723bs-os_dep-remove-blank-line-before-cl.patch patches.suse/staging-rtl8723bs-remove-function-pointer-SetHalODMV.patch patches.suse/staging-rtl8723bs-remove-wrapper-rtl8723b_SetHalODMV.patch patches.suse/staging-rtl8723bs-remove-function-pointer-hal_notch_.patch patches.suse/staging-rtl8723bs-remove-function-pointer-c2h_handle.patch patches.suse/staging-rtl8723bs-remove-macro-FillH2CCmd.patch patches.suse/staging-rtl8723bs-remove-function-pointer-fill_h2c_c.patch patches.suse/staging-rtl8723bs-remove-macro-hal_xmit_handler.patch patches.suse/staging-rtl8723bs-remove-function-pointer-xmit_threa.patch patches.suse/staging-rtl8723bs-remove-function-pointer-hal_reset_.patch patches.suse/staging-rtl8723bs-remove-function-pointer-c2h_id_fil.patch patches.suse/staging-rtl8723bs-remove-struct-hal_ops.patch patches.suse/staging-rtl8723bs-remove-unnecessary-comment-separat.patch patches.suse/staging-rtl8723bs-add-missing-blank-line-after-decla.patch patches.suse/staging-rtl8723bs-remove-unnecessary-commented-code.patch patches.suse/staging-rtl8723bs-remove-unnecessary-braces-in-rtl87.patch patches.suse/staging-nvec-Fix-incorrect-null-termination-of-batte.patch patches.suse/staging-axis-fifo-remove-sysfs-interface.patch patches.suse/staging-rtl8723bs-clean-up-redundant-parentheses.patch patches.suse/staging-rtl8723bs-CheckFwRsvdPageContent-is-empty.patch patches.suse/staging-rtl8723bs-rtl8723b_set_FwAoacRsvdPage_cmd-is.patch patches.suse/staging-rtl8723bs-rtw_get_encrypt_decrypt_from_regis.patch patches.suse/staging-rtl8723bs-_InitOtherVariable-is-empty.patch patches.suse/staging-rtl8723bs-hw_var_port_switch-is-empty.patch patches.suse/staging-rtl8723bs-dm_CheckStatistics-is-empty.patch patches.suse/staging-rtl8723bs-DoIQK_8723B-is-empty.patch patches.suse/staging-rtl8723bs-remove-redundant-semicolon-in-basi.patch patches.suse/tty-serial-fix-print-format-specifiers.patch patches.suse/vt-keyboard-Don-t-process-Unicode-characters-in-K_OF.patch patches.suse/vt-defkeymap-Map-keycodes-above-127-to-K_HOLE.patch patches.suse/serial-8250-fix-panic-due-to-PSLVERR.patch patches.suse/usb-host-xhci-plat-fix-incorrect-type-for-of_match-v.patch patches.suse/Documentation-usb-gadget-Wrap-remaining-usage-snippe.patch patches.suse/usb-misc-apple-mfi-fastcharge-Make-power-supply-name.patch patches.suse/usb-core-Add-0x-prefix-to-quirks-debug-output.patch patches.suse/usb-core-Remove-unused-usb_unlink_anchored_urbs.patch patches.suse/usb-core-usb_submit_urb-downgrade-type-check.patch patches.suse/usb-typec-intel_pmc_mux-Defer-probe-if-SCU-IPC-isn-t.patch patches.suse/usb-typec-ucsi-yoga-c630-fix-error-and-remove-paths.patch patches.suse/usb-dwc2-disable-platform-lowlevel-hw-resources-duri.patch patches.suse/usb-core-config-Prevent-OOB-read-in-SS-endpoint-comp.patch patches.suse/USB-gadget-f_hid-Fix-memory-leak-in-hidg_bind-error-.patch patches.suse/usb-early-xhci-dbc-Fix-early_ioremap-leak.patch patches.suse/usb-typec-tcpm-tcpci_maxim-fix-irq-wake-usage.patch patches.suse/usb-xhci-Avoid-showing-errors-during-surprise-remova.patch patches.suse/usb-xhci-Avoid-showing-warnings-for-dying-controller.patch patches.suse/usb-xhci-Set-avg_trb_len-8-for-EP0-during-Address-De.patch patches.suse/cdc-acm-fix-race-between-initial-clearing-halt-and-o.patch patches.suse/usb-gadget-fix-use-after-free-in-composite_dev_clean.patch patches.suse/usb-typec-fusb302-cache-PD-RX-state.patch patches.suse/usb-typec-ucsi-psy-Set-current-max-to-100mA-for-BC-1.patch patches.suse/usb-typec-ucsi-Update-power_supply-on-power-role-cha.patch patches.suse/thunderbolt-Fix-copy-paste-error-in-match_service_id.patch patches.suse/usb-atm-cxacru-Merge-cxacru_upload_firmware-into-cxa.patch patches.suse/USB-serial-option-add-Foxconn-T99W709.patch patches.suse/usb-xhci-print-xhci-xhc_state-when-queue_command-fai.patch patches.suse/usb-dwc3-imx8mp-fix-device-leak-at-unbind.patch patches.suse/usb-dwc3-meson-g12a-fix-device-leaks-at-unbind.patch patches.suse/usb-gadget-udc-renesas_usb3-fix-device-leak-at-unbin.patch patches.suse/usb-musb-omap2430-fix-device-leak-at-unbind.patch patches.suse/dt-bindings-clock-Add-RaspberryPi-RP1-clock-bindings.patch patches.suse/arm64-dts-rp1-Add-support-for-RaspberryPi-s-RP1-device.patch patches.suse/arm64-dts-exynos-gs101-Add-local-timer-stop-to-cpuidle-nod.patch patches.suse/arm64-dts-exynos-gs101-ufs-add-dma-coherent-property.patch patches.suse/arm64-dts-rockchip-fix-endpoint-dtc-warning-for-PX30-ISP.patch patches.suse/arm64-dts-st-fix-timer-used-for-ticks.patch patches.suse/dt-bindings-memory-tegra-Add-Tegra264-support.patch patches.suse/dt-bindings-Add-Tegra264-clock-and-reset-definitions.patch patches.suse/arm64-dts-freescale-imx93-tqma9352-Limit-BUCK2-to-600mV.patch patches.suse/arm64-dts-imx8mm-beacon-Fix-HS400-USDHC-clock-speed.patch patches.suse/arm64-dts-imx8mn-beacon-Fix-HS400-USDHC-clock-speed.patch patches.suse/arm64-dts-imx8mm-venice-gw700x-Increase-HS400-USDHC-clock-.patch patches.suse/arm64-dts-imx8mp-venice-gw702x-Increase-HS400-USDHC-clock-.patch patches.suse/arm64-dts-imx8mm-venice-gw7901-Increase-HS400-USDHC-clock-.patch patches.suse/arm64-dts-imx8mm-venice-gw7902-Increase-HS400-USDHC-clock-.patch patches.suse/arm64-dts-imx8mn-venice-gw7902-Increase-HS400-USDHC-clock-.patch patches.suse/arm64-dts-imx8mm-venice-gw7903-Increase-HS400-USDHC-clock-.patch patches.suse/arm64-dts-imx8mm-venice-gw7904-Increase-HS400-USDHC-clock-.patch patches.suse/firmware-arm_scmi-Fix-up-turbo-frequencies-selection.patch patches.suse/firmware-arm_scmi-power_control-Ensure-SCMI_SYSPOWER.patch patches.suse/firmware-arm_scmi-Convert-to-SYSTEM_SLEEP_PM_OPS.patch patches.suse/soc-Use-dev_fwnode.patch patches.suse/reset-brcmstb-Enable-reset-drivers-for-ARCH_BCM2835.patch patches.suse/clk-rp1-Add-support-for-clocks-provided-by-RP1.patch patches.suse/pinctrl-rp1-Implement-RaspberryPi-RP1-gpio-support.patch patches.suse/misc-rp1-RaspberryPi-RP1-misc-driver.patch patches.suse/pinctrl-rp1-Implement-RaspberryPi-RP1-pinmux-pinconf-support.patch patches.suse/soc-tegra-Enable-support-for-Tegra264.patch patches.suse/soc-tegra-pmc-Add-Tegra264-support.patch patches.suse/soc-tegra-Add-Tegra264-APBMISC-compatible-string.patch patches.suse/soc-tegra-cbb-Clear-ERR_FORCE-register-with-ERR_STAT.patch patches.suse/soc-tegra-cbb-Change-master-slave-to-initiator-target.patch patches.suse/soc-tegra-cbb-Make-error-interrupt-enable-and-status-per-SoC.patch patches.suse/soc-tegra-cbb-Improve-handling-for-per-SoC-fabric-data.patch patches.suse/soc-tegra-cbb-Support-HW-lookup-to-get-timed-out-target-address.patch patches.suse/soc-tegra-cbb-Add-support-for-CBB-fabrics-in-Tegra264.patch patches.suse/firmware-tegra-Fix-IVC-dependency-problems.patch patches.suse/firmware-tegra-bpmp-Add-support-on-Tegra264.patch patches.suse/firmware-tegra-bpmp-Fix-build-failure-for-tegra264-only-config.patch patches.suse/memory-tegra-Add-Tegra264-MC-and-EMC-support.patch patches.suse/memory-mtk-smi-Add-ostd-setting-for-mt8186.patch patches.suse/soc-qcom-mdt_loader-Ensure-we-don-t-read-past-the-EL.patch patches.suse/soc-qcom-mdt_loader-Actually-use-the-e_phoff.patch patches.suse/soc-qcom-QMI-encoding-decoding-for-big-endian.patch patches.suse/soc-qcom-fix-endianness-for-QMI-header.patch patches.suse/soc-qcom-mdt_loader-Fix-error-return-values-in-mdt_h.patch patches.suse/soc-qcom-rpmh-rsc-Add-RSC-version-4-support.patch patches.suse/soc-qcom-pmic_glink-fix-OF-node-leak.patch patches.suse/arm64-defconfig-Enable-Tegra-HSP-and-BPMP.patch patches.suse/riscv-defconfig-Remove-CONFIG_SND_SOC_STARFIVE-m.patch patches.suse/mmc-rtsx_usb_sdmmc-Fix-error-path-in-sd_set_power_mo.patch patches.suse/mmc-sdhci-cadence-add-Mobileye-eyeQ-support.patch patches.suse/mmc-sdhci-msm-Ensure-SD-card-power-isn-t-ON-when-car.patch patches.suse/Docs-ABI-Fix-sysfs-kernel-address_bits-path.patch patches.suse/hfi1-get-rid-of-redundant-debugfs_file_-get-put.patch patches.suse/resctrl-get-rid-of-pointless-debugfs_file_-get-put.patch patches.suse/lpfc-don-t-use-file-f_path.dentry-for-comparisons.patch patches.suse/selftests-tracing-Fix-false-failure-of-subsystem-event-tes.patch patches.suse/perf-bench-futex-Remove-support-for-IMMUTABLE.patch patches.suse/EDAC-mem_repair-Reduce-stack-usage-in-edac_mem_repair_get_.patch patches.suse/EDAC-igen6-Add-Intel-Wildcat-Lake-SoCs-support.patch patches.suse/x86-bugs-Avoid-AUTO-after-the-select-step-in-the-retbleed-.patch patches.suse/x86-bugs-Simplify-the-retbleed-stuff-checks.patch patches.suse/x86-bugs-Avoid-warning-when-overriding-return-thunk.patch patches.suse/x86-bugs-Use-switch-case-in-its_apply_mitigation.patch patches.suse/x86-bugs-Introduce-cdt_possible.patch patches.suse/x86-bugs-Remove-its-stuff-dependency-on-retbleed.patch patches.suse/x86-bugs-Allow-ITS-stuffing-in-eIBRS-retpoline-mode-also.patch patches.suse/x86-bugs-Add-SRSO_MITIGATION_NOSMT.patch patches.suse/x86-bugs-Use-IBPB-for-retbleed-if-used-by-SRSO.patch patches.suse/x86-bugs-Clean-up-SRSO-microcode-handling.patch patches.suse/Documentation-x86-Document-new-attack-vector-controls.patch patches.suse/cpu-Define-attack-vectors.patch patches.suse/x86-Kconfig-Add-arch-attack-vector-support.patch patches.suse/x86-bugs-Define-attack-vectors-relevant-for-each-bug.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-MDS.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-TAA.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-MMIO.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-RFDS.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-SRBDS.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-GDS.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-spectre_v1.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-retbleed.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-spectre_v2_user.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-BHI.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-spectre_v2.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-L1TF.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-SRSO.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-ITS.patch patches.suse/x86-pti-Add-attack-vector-controls-for-PTI.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-TSA.patch patches.suse/x86-bugs-Print-enabled-attack-vectors.patch patches.suse/sched-Make-clangd-usable.patch patches.suse/sched-eevdf-Correct-the-comment-in-place_entity.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-autogroup.-ch.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-clock.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-core.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-cpufreq_schedutil.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-cpupri.h.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-cputime.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-deadline.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-debug.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-fair.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-idle.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-loadavg.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-pelt.-ch.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-psi.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-rt.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-sched.h.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-stats.-ch.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-syscalls.c.patch patches.suse/sched-Clean-up-and-standardize-if-else-endif-markers-in-sched-topology.c.patch patches.suse/sched-smp-Always-define-sched_domains_mutex_lock-unlock-def_root_domain-and-sched_domains_mute.patch patches.suse/sched-smp-Always-define-is_percpu_thread-and-scheduler_ipi.patch patches.suse/sched-smp-Always-define-rq-hrtick_csd.patch patches.suse/sched-fair-Move-max_cfs_quota_period-decl-and-default_cfs_period-def-from-fair.c-to-sched.h.patch patches.suse/sched-core-Relocate-tg_get_cfs_-and-cpu_cfs_-_read_.patch patches.suse/sched-fair-Bump-sd-max_newidle_lb_cost-when-newidle-balance-fails.patch patches.suse/sched-psi-Optimize-psi_group_change-cpu_clock-usage.patch patches.suse/sched-deadline-Less-agressive-dl_server-handling.patch patches.suse/sched-fair-Use-protect_slice-instead-of-direct-comparison.patch patches.suse/sched-fair-Fix-NO_RUN_TO_PARITY-case.patch patches.suse/sched-fair-Remove-spurious-shorter-slice-preemption.patch patches.suse/sched-fair-Limit-run-to-parity-to-the-min-slice-of-enqueued-entities.patch patches.suse/sched-fair-Fix-entity-s-lag-with-run-to-parity.patch patches.suse/sched-fair-Always-trigger-resched-at-the-end-of-a-protected-period.patch patches.suse/sched-deadline-Initialize-dl_servers-after-SMP.patch patches.suse/sched-deadline-Reset-extra_bw-to-max_bw-when-clearing-root-domains.patch patches.suse/sched-deadline-Fix-accounting-after-global-limits-change.patch patches.suse/smpboot-introduce-SDTL_INIT-helper-to-tidy-sched-topology-setup.patch patches.suse/x86-smpboot-remove-redundant-CONFIG_SCHED_SMT.patch patches.suse/x86-smpboot-moves-x86_topology-to-static-initialize-and-truncate.patch patches.suse/x86-smpboot-avoid-SMT-domain-attach-destroy-if-SMT-is-not-enabled.patch patches.suse/sched-topology-Remove-sched_domain_topology_level-flags.patch patches.suse/sched-Add-CONFIG_SCHED_PROXY_EXEC-boot-argument-to-enable-disable.patch patches.suse/locking-mutex-Rework-task_struct-blocked_on.patch patches.suse/locking-mutex-Add-p-blocked_on-wrappers-for-correctness-checks.patch patches.suse/sched-Move-update_curr_task-logic-into-update_curr_se.patch patches.suse/sched-Do-not-call-__put_task_struct-on-rt-if-pi_blocked_on-is-set.patch patches.suse/perf-x86-intel-uncore-Support-MSR-portal-for-discovery-tab.patch patches.suse/perf-x86-intel-uncore-Support-customized-MMIO-map-size.patch patches.suse/perf-x86-intel-uncore-Add-Panther-Lake-support.patch patches.suse/perf-x86-intel-uncore-Add-iMC-freerunning-for-Panther-Lake.patch patches.suse/lockdep-Speed-up-lockdep_unregister_key-with-expedit.patch patches.suse/x86-CPU-AMD-Add-CPUID-faulting-support.patch patches.suse/x86-fpu-xstate-Differentiate-default-features-for-ho.patch patches.suse/x86-fpu-Initialize-guest-FPU-permissions-from-guest-.patch patches.suse/x86-fpu-Initialize-guest-fpstate-and-FPU-pseudo-cont.patch patches.suse/x86-fpu-Remove-xfd-argument-from-__fpstate_reset.patch patches.suse/x86-fpu-xstate-Introduce-guest-only-supervisor-xfeat.patch patches.suse/x86-fpu-xstate-Add-CET-supervisor-xfeature-support-a.patch patches.suse/x86-fpu-Delay-instruction-pointer-fixup-until-after-warnin.patch patches.suse/s390-boot-Use-D__DISABLE_EXPORTS.patch patches.suse/s390-early-Copy-last-breaking-event-address-to-pt_regs.patch patches.suse/s390-stp-Remove-udelay-from-stp_sync_clock.patch patches.suse/s390-time-Use-monotonic-clock-in-get_cycles.patch patches.suse/s390-smp-Use-monotonic-clock-in-smp_emergency_stop.patch patches.suse/s390-sclp-Use-monotonic-clock-in-sclp_sync_wait.patch patches.suse/s390-time-Remove-in-kernel-time-steering.patch patches.suse/s390-stp-Remove-leap-second-support.patch patches.suse/s390-stp-Default-to-enabled.patch patches.suse/s390-mm-Remove-possible-false-positive-warning-in-pte_free.patch patches.suse/arm64-module-Use-text-poke-API-for-late-relocations.patch patches.suse/arm64-stacktrace-Check-kretprobe_find_ret_addr-return-valu.patch patches.suse/arm64-stacktrace-Implement-arch_stack_walk_reliable.patch patches.suse/arm64-Implement-HAVE_LIVEPATCH.patch patches.suse/arm64-cpufeature-Introduce-MATCH_ALL_EARLY_CPUS-capability.patch patches.suse/arm64-Add-BBM-Level-2-cpu-feature.patch patches.suse/iommu-arm-Add-BBM-Level-2-smmu-feature.patch patches.suse/arm64-mm-Elide-tlbi-in-contpte_convert-under-BBML2.patch patches.suse/arm64-mm-Optimize-loop-to-reduce-redundant-operations-of-c.patch patches.suse/arm64-Mark-kernel-as-tainted-on-SAE-and-SError-panic.patch patches.suse/ACPI-Return-ENODEV-from-acpi_parse_spcr-when-SPCR-su.patch patches.suse/ACPI-Suppress-misleading-SPCR-console-message-when-S.patch patches.suse/powerpc-pseries-dlpar-Search-DRC-index-from-ibm-drc-.patch patches.suse/powerpc-floppy-Add-missing-checks-after-DMA-map.patch patches.suse/powerpc-pseries-Correct-secvar-format-representation.patch patches.suse/powerpc-secvar-Expose-secvars-relevant-to-the-key-ma.patch patches.suse/integrity-platform_certs-Allow-loading-of-keys-in-th.patch patches.suse/arch-powerpc-Remove-.interp-section-in-vmlinux.patch patches.suse/staging-media-atomisp-Fix-stack-buffer-overflow-in-g.patch patches.suse/net-mana-Expose-additional-hardware-counters-for-dro.patch patches.suse/net-intel-rename-hena-to-hashcfg-for-clarity.patch patches.suse/net-intel-move-RSS-packet-classifier-types-to-libie.patch patches.suse/ice-add-link_down_events-statistic.patch patches.suse/i40e-add-link_down_events-statistic.patch patches.suse/ixgbe-add-link_down_events-statistic.patch patches.suse/ice-redesign-dpll-sma-u.fl-pins-control.patch patches.suse/ice-change-SMA-pins-to-SDP-in-PTP-API.patch patches.suse/ice-add-a-separate-Rx-handler-for-flow-director-comm.patch patches.suse/ixgbe-Fix-typos-and-clarify-comments-in-X550-driver-.patch patches.suse/netlink-specs-fix-a-couple-of-yamllint-warnings.patch patches.suse/net-mlx5-Expose-serial-numbers-in-devlink-info.patch patches.suse/net-phy-move-definition-of-genphy_c45_driver-to-phy_.patch patches.suse/ionic-print-firmware-heartbeat-as-unsigned.patch patches.suse/ionic-clean-dbpage-in-de-init.patch patches.suse/ionic-cancel-delayed-work-earlier-in-remove.patch patches.suse/dpll-add-phase-offset-monitor-feature-to-netlink-spe.patch patches.suse/dpll-add-phase_offset_monitor_get-set-callback-ops.patch patches.suse/ice-add-phase-offset-monitor-for-all-PPS-dpll-inputs.patch patches.suse/net-mana-Add-handler-for-hardware-servicing-events.patch patches.suse/igc-move-TXDCTL-and-RXDCTL-related-macros.patch patches.suse/igc-add-DCTL-prefix-to-related-macros.patch patches.suse/igc-refactor-TXDCTL-macros-to-use-FIELD_PREP-and-GEN.patch patches.suse/igc-assign-highest-TX-queue-number-as-highest-priori.patch patches.suse/igc-add-private-flag-to-reverse-TX-queue-priority-in.patch patches.suse/igc-add-preemptible-queue-support-in-taprio.patch patches.suse/igc-add-preemptible-queue-support-in-mqprio.patch patches.suse/PCI-MSI-Export-pci_msix_prepare_desc-for-dynamic-MSI.patch patches.suse/PCI-hv-Allow-dynamic-MSI-X-vector-allocation.patch patches.suse/net-mana-explain-irq_setup-algorithm.patch patches.suse/net-mana-Allow-irq_setup-to-skip-cpus-for-affinity.patch patches.suse/net-mana-Allocate-MSI-X-vectors-dynamically.patch patches.suse/bnxt_en-Improve-comment-wording-and-error-return-code.patch patches.suse/net-ipv4-ipmr-ipmr_queue_xmit-Drop-local-variable-de.patch patches.suse/net-mlx5e-SHAMPO-Reorganize-mlx5_rq_shampo_alloc.patch patches.suse/net-mlx5e-SHAMPO-Remove-redundant-params.patch patches.suse/net-mlx5e-SHAMPO-Improve-hw-gro-capability-checking.patch patches.suse/net-mlx5e-SHAMPO-Separate-pool-for-headers.patch patches.suse/net-mlx5e-Implement-queue-mgmt-ops-and-single-channe.patch patches.suse/libeth-libie-clean-symbol-exports-up-a-little.patch patches.suse/libeth-convert-to-netmem.patch patches.suse/libeth-support-native-XDP-and-register-memory-model.patch patches.suse/libeth-xdp-add-XDP_TX-buffers-sending.patch patches.suse/libeth-xdp-add-.ndo_xdp_xmit-helpers.patch patches.suse/libeth-xdp-add-XDPSQE-completion-helpers.patch patches.suse/libeth-xdp-add-XDPSQ-locking-helpers.patch patches.suse/libeth-xdp-add-XDPSQ-cleanup-timers.patch patches.suse/libeth-xdp-add-helpers-for-preparing-processing-libe.patch patches.suse/libeth-xdp-add-XDP-prog-run-and-verdict-result-handl.patch patches.suse/libeth-xdp-add-templates-for-building-driver-side-ca.patch patches.suse/libeth-xdp-add-RSS-hash-hint-and-XDP-features-setup-.patch patches.suse/libeth-xsk-add-XSk-XDP_TX-sending-helpers.patch patches.suse/libeth-xsk-add-XSk-xmit-functions.patch patches.suse/libeth-xsk-add-XSk-Rx-processing-support.patch patches.suse/libeth-xsk-add-XSkFQ-refill-and-XSk-wakeup-helpers.patch patches.suse/libeth-xdp-xsk-access-adjacent-u32s-as-u64-where-app.patch patches.suse/dpll-remove-documentation-of-rclk_dev_name.patch patches.suse/net-mlx4e-Don-t-redefine-IB_MTU_XXX-enum.patch patches.suse/devlink-Add-new-enable_phc-generic-device-param.patch patches.suse/net-mlx4_en-Remove-the-redundant-NULL-check-for-the-.patch patches.suse/net-mana-Fix-potential-deadlocks-in-mana-napi-ops.patch patches.suse/net-mana-Add-support-for-net_shaper_ops.patch patches.suse/net-mana-Add-speed-support-in-mana_get_link_ksetting.patch patches.suse/net-mana-Handle-unsupported-HWC-commands.patch patches.suse/selftests-net-use-slowwait-to-stabilize-vrf_route_leaking-.patch patches.suse/selftests-net-use-slowwait-to-make-sure-IPv6-setup-finishe.patch patches.suse/igc-Make-the-const-read-only-array-supported_sizes-s.patch patches.suse/net-mana-Set-tx_packets-to-post-gso-processing-packe.patch patches.suse/net-smc-remove-unused-input-parameters-in-smc_buf_get_slot.patch patches.suse/ice-move-TSPLL-functions-to-a-separate-file.patch patches.suse/ice-rename-TSPLL-and-CGU-functions-and-definitions.patch patches.suse/ice-fix-E825-C-TSPLL-register-definitions.patch patches.suse/ice-remove-ice_tspll_params_e825-definitions.patch patches.suse/ice-use-designated-initializers-for-TSPLL-consts.patch patches.suse/ice-add-TSPLL-log-config-helper.patch patches.suse/net-smc-remove-unused-function-smc_lo_supports_v2.patch patches.suse/net-smc-replace-strncpy-with-strscpy.patch patches.suse/wifi-iwlegacy-Check-rate_idx-range-after-addition.patch patches.suse/wifi-ieee80211-add-Radio-Measurement-action-fields.patch patches.suse/wifi-cfg80211-Add-utility-API-to-get-radio-index-fro.patch patches.suse/wifi-mac80211-Allow-DFS-CSA-on-a-radio-if-scan-is-on.patch patches.suse/wifi-mac80211-Allow-scan-on-a-radio-while-operating-.patch patches.suse/wifi-mac80211-Fix-bssid_indicator-for-MBSSID-in-AP-m.patch patches.suse/wifi-mwifiex-enable-host-mlme-on-sdio-W8997-chipsets.patch patches.suse/wifi-cfg80211-Improve-the-documentation-for-NL80211_.patch patches.suse/wifi-cfg80211-Add-support-for-link-reconfiguration-n.patch patches.suse/wifi-iwlegacy-convert-to-use-secs_to_jiffies.patch patches.suse/wifi-ipw2x00-convert-to-use-secs_to_jiffies.patch patches.suse/wifi-brcmfmac-Make-read-only-array-cfg_offset-static.patch patches.suse/wl1251-Remove-unused-wl1251_acx_rate_policies.patch patches.suse/wl1251-Remove-unused-wl1251_cmd_.patch patches.suse/wifi-wlcore-Remove-unused-wl12xx_cmd_start_fwlog.patch patches.suse/wifi-brcmfmac-don-t-allow-arp-nd-offload-to-be-enabl.patch patches.suse/wifi-mac80211-update-radar_required-in-channel-conte.patch patches.suse/wifi-mac80211-add-support-towards-MLO-handling-of-st.patch patches.suse/wifi-cfg80211-add-link_station_info-structure-to-sup.patch patches.suse/wifi-cfg80211-extend-to-embed-link-level-statistics-.patch patches.suse/wifi-cfg80211-add-statistics-for-providing-overview-.patch patches.suse/wifi-cfg80211-allocate-memory-for-link_station-info-.patch patches.suse/wifi-mac80211-add-support-to-accumulate-removed-link.patch patches.suse/wifi-cfg80211-clear-sinfo-filled-for-MLO-station-sta.patch patches.suse/wifi-mac80211-extend-support-to-fill-link-level-sinf.patch patches.suse/wifi-mac80211-correct-RX-stats-packet-increment-for-.patch patches.suse/wifi-mac80211-add-link_sta_statistics-ops-to-fill-li.patch patches.suse/wifi-cfg80211-mac80211-Add-support-to-get-radio-inde.patch patches.suse/wifi-cfg80211-Add-Support-to-Set-RTS-Threshold-for-e.patch patches.suse/wifi-cfg80211-Report-per-radio-RTS-threshold-to-user.patch patches.suse/wifi-mac80211-Set-RTS-threshold-on-per-radio-basis.patch patches.suse/wifi-cfg80211-support-configuration-of-S1G-station-c.patch patches.suse/wifi-mac80211-handle-station-association-response-wi.patch patches.suse/wifi-mac80211-add-support-for-storing-station-S1G-ca.patch patches.suse/wifi-mac80211-add-support-for-S1G-aggregation.patch patches.suse/wifi-ath12k-Avoid-accessing-uninitialized-arvif-ar-d.patch patches.suse/wifi-ath12k-disable-pdev-for-non-supported-country.patch patches.suse/wifi-ath12k-Prepare-ahvif-scan-link-for-parallel-sca.patch patches.suse/wifi-ath12k-Split-scan-request-for-split-band-device.patch patches.suse/wifi-ath12k-combine-channel-list-for-split-phy-devic.patch patches.suse/wifi-ath12k-update-channel-list-in-worker-when-wait-.patch patches.suse/wifi-ath12k-handle-regulatory-hints-during-mac-regis.patch patches.suse/wifi-ath12k-avoid-bit-operation-on-key-flags.patch patches.suse/wifi-ath12k-install-pairwise-key-first.patch patches.suse/wifi-ath12k-remove-monitor-handling-from-ath12k_dp_r.patch patches.suse/wifi-ath12k-Decrement-TID-on-RX-peer-frag-setup-erro.patch patches.suse/wifi-ath-Add-missing-include-of-export.h.patch patches.suse/wifi-ath9k-Add-missing-include-of-export.h.patch patches.suse/wifi-ath10k-Add-missing-include-of-export.h.patch patches.suse/wifi-ath11k-Add-missing-include-of-export.h.patch patches.suse/wifi-ath12k-Add-missing-include-of-export.h.patch patches.suse/wifi-ath12k-Enable-REO-queue-lookup-table-feature-on.patch patches.suse/wifi-ath12k-Fix-double-budget-decrement-while-reapin.patch patches.suse/wifi-ath12k-Pass-ab-pointer-directly-to-ath12k_dp_tx.patch patches.suse/wifi-rtlwifi-Constify-struct-rtl_hal_ops-and-rtl_hal.patch patches.suse/wifi-rtw88-pci-add-PCI-Express-error-handling.patch patches.suse/wifi-rtw89-pci-add-PCI-Express-error-handling.patch patches.suse/wifi-rtw89-mcc-prevent-shift-wrapping-in-rtw89_core_.patch patches.suse/wifi-rtw89-fix-spelling-mistake-of-RTW89_FLAG_FORBID.patch patches.suse/wifi-rtw89-sar-drop-lockdep-assertion-in-rtw89_set_s.patch patches.suse/wifi-rtw89-sar-do-not-assert-wiphy-lock-held-until-p.patch patches.suse/wifi-rtw89-chan-concentrate-the-logic-of-setting-cle.patch patches.suse/wifi-rtw89-chan-re-config-default-chandef-only-when-.patch patches.suse/wifi-rtw89-implement-channel-switch-support.patch patches.suse/wifi-rtw89-add-EHT-physts-and-adjust-init-flow-accor.patch patches.suse/wifi-rtw89-fix-EHT-20MHz-TX-rate-for-non-AP-STA.patch patches.suse/wifi-rtw89-8852c-increase-beacon-loss-to-6-seconds.patch patches.suse/wifi-rtw89-fw-add-RFE-type-to-RF-TSSI-H2C-command.patch patches.suse/wifi-rtw89-rfk-support-IQK-firmware-command-v1.patch patches.suse/wifi-rtw89-mac-add-dummy-handler-of-MAC-C2H-event-cl.patch patches.suse/wifi-rtw89-add-chip_ops-chan_to_rf18_val-to-get-code.patch patches.suse/wifi-rtw89-8922a-pass-channel-information-when-enter.patch patches.suse/wifi-rtw88-Rename-the-RTW_WCPU_11-AC-N-enums.patch patches.suse/wifi-rtw88-Enable-AP-and-adhoc-modes-for-SDIO-again.patch patches.suse/wifi-rtlwifi-avoid-stack-size-warning-for-_read_eepr.patch patches.suse/wifi-rtlwifi-rtl8821ae-make-the-read-only-array-para.patch patches.suse/wifi-rtlwifi-fix-possible-skb-memory-leak-in-_rtl_pc.patch patches.suse/wifi-rtw89-extend-HW-scan-of-WiFi-6-chips-for-extra-.patch patches.suse/wifi-rtw89-mcc-update-format-of-RF-notify-MCC-H2C-co.patch patches.suse/wifi-rtw89-mcc-correct-frequency-when-MCC.patch patches.suse/wifi-rtw89-mcc-adjust-beacon-filter-when-MCC-and-det.patch patches.suse/wifi-rtw89-mcc-stop-TX-during-MCC-prepare.patch patches.suse/wifi-rtw89-TX-nulldata-0-after-scan-complete.patch patches.suse/wifi-rtw89-mcc-adjust-TX-nulldata-early-time-from-3m.patch patches.suse/wifi-rtw89-mcc-enlarge-scan-time-of-GC-when-GO-in-MC.patch patches.suse/wifi-rtw89-mcc-clear-normal-flow-NoA-when-MCC-start.patch patches.suse/wifi-rtw89-mcc-use-anchor-pattern-when-bcn-offset-le.patch patches.suse/wifi-rtw89-mcc-enlarge-TX-retry-count-when-GC-auth.patch patches.suse/wifi-rtw89-scan-abort-when-assign-unassign_vif.patch patches.suse/wifi-rtw89-introduce-rtw89_query_mr_chanctx_info-for.patch patches.suse/wifi-rtw89-coex-RTL8922A-add-Wi-Fi-firmware-support-.patch patches.suse/wifi-rtw89-coex-Implement-Wi-Fi-MLO-related-logic.patch patches.suse/wifi-rtw89-coex-Update-Wi-Fi-status-logic-for-WiFi-7.patch patches.suse/wifi-rtw89-coex-refine-debug-log-with-format-version.patch patches.suse/wifi-rtw89-coex-Add-H2C-command-to-collect-driver-ou.patch patches.suse/wifi-rtw89-coex-Update-Pre-AGC-logic-for-WiFi-7.patch patches.suse/wifi-rtw89-coex-Update-BTG-control-for-WiFi-7.patch patches.suse/wifi-rtw89-coex-Update-hardware-PTA-resource-binding.patch patches.suse/wifi-rtw89-coex-Add-PTA-grant-signal-setting-offload.patch patches.suse/wifi-rtw89-coex-Add-v1-Bluetooth-AFH-handshake-for-W.patch patches.suse/wifi-rtw89-coex-Enable-outsource-info-H2C-command.patch patches.suse/wifi-rtw89-coex-Query-Bluetooth-TX-power-when-firmwa.patch patches.suse/wifi-rtw89-coex-RTL8922A-add-Wi-Fi-firmware-support--43be501.patch patches.suse/wifi-rtw89-coex-Get-Bluetooth-desired-version-by-WiF.patch patches.suse/wifi-rtw89-coex-Update-scoreboard-to-avoid-Bluetooth.patch patches.suse/wifi-rtw89-coex-Assign-priority-table-before-enterin.patch patches.suse/wifi-rtw89-coex-Not-to-set-slot-duration-to-zero-to-.patch patches.suse/wifi-rtw89-coex-Update-Bluetooth-slot-length-when-Wi.patch patches.suse/wifi-rtw89-coex-RTL8852B-coexistence-Wi-Fi-firmware-.patch patches.suse/wifi-rtw89-coex-Update-Wi-Fi-Bluetooth-coexistence-v-c5ef95e.patch patches.suse/wifi-rtw89-mac-differentiate-mem_page_size-by-chip-g.patch patches.suse/wifi-rtw89-update-EDCCA-report-for-subband-40M-80M-s.patch patches.suse/wifi-rtw89-correct-length-for-IE18-19-PHY-report-and.patch patches.suse/wifi-rtw89-avoid-NULL-dereference-when-RX-problemati.patch patches.suse/wifi-rtw89-report-boottime-of-receiving-beacon-and-p.patch patches.suse/wifi-rtlwifi-fix-possible-skb-memory-leak-in-_rtl_pc-44c0e19.patch patches.suse/wifi-rtl818x-Kill-URBs-before-clearing-tx-status-que.patch patches.suse/wifi-iwlwifi-mvm-d3-Avoid-Wflex-array-member-not-at-.patch patches.suse/wifi-iwlwifi-mld-remove-unneeded-compilations.patch patches.suse/wifi-iwlwifi-mld-respect-AUTO_EML_ENABLE-in-iwl_mld_.patch patches.suse/wifi-iwlwifi-mld-respect-AUTO_EML_ENABLE-in-iwl_mld_-aab09bf.patch patches.suse/wifi-iwlwifi-pcie-add-missing-TOP-reset-code.patch patches.suse/wifi-iwlwifi-move-iwl-context-info-header-files.patch patches.suse/wifi-iwlwifi-bump-minimum-API-version-in-BZ-SC-DR.patch patches.suse/wifi-iwlwifi-parse-VLP-AP-not-allowed-nvm-channel-fl.patch patches.suse/wifi-iwlwifi-mvm-enable-antenna-selection-for-AX210-.patch patches.suse/wifi-iwlwifi-pcie-move-generation-specific-files-to-.patch patches.suse/wifi-iwlwifi-pcie-initiate-TOP-reset-if-requested.patch patches.suse/wifi-iwlwifi-move-dBm-averaging-function-into-utils.patch patches.suse/wifi-iwlwifi-Remove-unused-cfg-parameter-from-iwl_nv.patch patches.suse/wifi-iwlwifi-mld-fix-misspelling-of-established.patch patches.suse/wifi-iwlwifi-pcie-reinit-device-properly-during-TOP-.patch patches.suse/wifi-iwlwifi-pcie-abort-D3-handshake-on-error.patch patches.suse/wifi-iwlwifi-add-support-for-the-devcoredump.patch patches.suse/wifi-iwlwifi-mld-Add-dump-handler-to-iwl_mld.patch patches.suse/wifi-iwlwifi-fw-Fix-possible-memory-leak-in-iwl_fw_d.patch patches.suse/wifi-iwlwifi-phy-periph-read-flow-modification.patch patches.suse/wifi-iwlwifi-mld-add-timer-host-wakeup-debugfs.patch patches.suse/wifi-iwlwifi-mld-remove-special-FW-error-resume-hand.patch patches.suse/wifi-iwlwifi-mld-fix-last_mlo_scan_time-type.patch patches.suse/wifi-iwlwifi-defer-MLO-scan-after-link-activation.patch patches.suse/wifi-iwlwifi-dvm-fix-some-kernel-doc-issues.patch patches.suse/wifi-iwlwifi-pcie-fix-kernel-doc-warnings.patch patches.suse/wifi-iwlwifi-mei-fix-kernel-doc-warnings.patch patches.suse/wifi-iwlwifi-mvm-fix-kernel-doc-warnings.patch patches.suse/wifi-iwlwifi-mld-make-PHY-config-a-debug-message.patch patches.suse/wifi-iwlwifi-fw-make-PNVM-version-a-debug-message.patch patches.suse/wifi-iwlwifi-convert-to-use-secs_to_jiffies.patch patches.suse/wifi-iwlwifi-make-FSEQ-version-a-debug-message.patch patches.suse/wifi-iwlwifi-add-HE-1024QAM-for-242-tone-RU-for-PE.patch patches.suse/wifi-iwlwifi-support-RZL-platform-device-ID.patch patches.suse/wifi-iwlwifi-mld-use-the-correct-struct-size-for-tra.patch patches.suse/wifi-iwlwifi-mld-Block-EMLSR-when-scanning-on-P2P-De.patch patches.suse/wifi-iwlwifi-mld-advertise-support-for-TTLM-changes.patch patches.suse/wifi-iwlwifi-pcie-move-iwl_trans_pcie_dump_regs-to-u.patch patches.suse/wifi-iwlwifi-move-iwl_trans_pcie_write_mem-to-iwl-tr.patch patches.suse/wifi-iwlwifi-mld-make-iwl_mld_add_all_rekeys-void.patch patches.suse/wifi-iwlwifi-move-_iwl_trans_set_bits_mask-utilities.patch patches.suse/wifi-iwlwifi-mld-don-t-exit-EMLSR-when-we-shouldn-t.patch patches.suse/wifi-iwlwifi-pcie-fix-non-MSIX-handshake-register-43049a3.patch patches.suse/wifi-iwlwifi-mld-ftm-fix-switch-end-indentation.patch patches.suse/iwlwifi-fw-simplify-the-iwl_fw_dbg_collect_trig.patch patches.suse/iwlwifi-use-DECLARE_BITMAP-macro.patch patches.suse/iwlwifi-Fix-comment-typo.patch patches.suse/iwlwifi-remove-unused-no_sleep_autoadjust-declaratio.patch patches.suse/iwlwifi-api-delete-repeated-words.patch patches.suse/wifi-iwlwifi-Fix-memory-leak-in-iwl_mvm_init.patch patches.suse/iwlwifi-Add-missing-check-for-alloc_ordered_workqueu.patch patches.suse/wifi-iwlwifi-dvm-fix-potential-overflow-in-rs_fill_l.patch patches.suse/net-mana-Fix-build-errors-when-CONFIG_NET_SHAPER-is-.patch patches.suse/bpf-sockmap-Fix-psock-incorrectly-pointing-to-sk.patch patches.suse/bpf-ktls-Fix-data-corruption-when-using-bpf_msg_pop_.patch patches.suse/net-bpf-Fix-RCU-usage-in-task_cls_state-for-BPF-prog.patch patches.suse/tg3-spelling-corrections.patch patches.suse/ice-clear-time_sync_en-field-for-E825-C-during-repro.patch patches.suse/ice-read-TSPLL-registers-again-before-reporting-stat.patch patches.suse/ice-use-bitfields-instead-of-unions-for-CGU-regs.patch patches.suse/ice-add-multiple-TSPLL-helpers.patch patches.suse/ice-wait-before-enabling-TSPLL.patch patches.suse/ice-fall-back-to-TCXO-on-TSPLL-lock-fail.patch patches.suse/ice-move-TSPLL-init-calls-to-ice_ptp.c.patch patches.suse/ice-default-to-TIME_REF-instead-of-TXCO-on-E825-C.patch patches.suse/dpll-add-reference-sync-netlink-attribute.patch patches.suse/dpll-add-reference-sync-get-set.patch patches.suse/ice-add-ref-sync-dpll-pins.patch patches.suse/net-mlx5e-Fix-error-handling-in-RQ-memory-model-regi.patch patches.suse/net-ieee8021q-fix-insufficient-table-size-assertion.patch patches.suse/sfc-eliminate-xdp_rxq_info_valid-using-XDP-base-API.patch patches.suse/sfc-siena-eliminate-xdp_rxq_info_valid-using-XDP-bas.patch patches.suse/net-mana-Handle-Reset-Request-from-MANA-NIC.patch patches.suse/net-thunderbolt-Fix-the-parameter-passing-of-tb_xdom.patch patches.suse/net-thunderbolt-Enable-end-to-end-flow-control-also-.patch patches.suse/net-dst-annotate-data-races-around-dst-obsolete.patch patches.suse/net-dst-annotate-data-races-around-dst-expires.patch patches.suse/net-dst-annotate-data-races-around-dst-lastuse.patch patches.suse/net-dst-annotate-data-races-around-dst-input.patch patches.suse/net-dst-annotate-data-races-around-dst-output.patch patches.suse/net-dst-add-four-helpers-to-annotate-data-races-arou.patch patches.suse/ipv4-adopt-dst_dev-skb_dst_dev-and-skb_dst_dev_net-_.patch patches.suse/ipv6-adopt-dst_dev-helper.patch patches.suse/ipv6-adopt-skb_dst_dev-and-skb_dst_dev_net-_rcu-help.patch patches.suse/ipv6-ip6_mc_input-and-ip6_mr_input-cleanups.patch patches.suse/netlink-introduce-type-checking-attribute-iteration-.patch patches.suse/devlink-Extend-devlink-rate-API-with-traffic-classes.patch patches.suse/selftest-netdevsim-Add-devlink-rate-tc-bw-test.patch patches.suse/net-mlx5-Add-no-op-implementation-for-setting-tc-bw-.patch patches.suse/net-mlx5-Add-support-for-setting-tc-bw-on-nodes.patch patches.suse/net-mlx5-Add-traffic-class-scheduling-support-for-vp.patch patches.suse/net-mlx5-Manage-TC-arbiter-nodes-and-implement-full-.patch patches.suse/mlxbf_gige-emit-messages-during-open-and-probe-failu.patch patches.suse/ice-convert-to-ndo_hwtstamp_get-and-ndo_hwtstamp_set.patch patches.suse/igc-convert-to-ndo_hwtstamp_get-and-ndo_hwtstamp_set.patch patches.suse/igb-convert-to-ndo_hwtstamp_get-and-ndo_hwtstamp_set.patch patches.suse/ixgbe-convert-to-ndo_hwtstamp_get-and-ndo_hwtstamp_s.patch patches.suse/i40e-convert-to-ndo_hwtstamp_get-and-ndo_hwtstamp_se.patch patches.suse/ixgbe-add-MDD-support.patch patches.suse/ixgbe-check-for-MDD-events.patch patches.suse/ixgbe-add-Tx-hang-detection-unhandled-MDD.patch patches.suse/ixgbe-turn-off-MDD-while-modifying-SRRCTL.patch patches.suse/ixgbe-spelling-corrections.patch patches.suse/igbvf-remove-unused-interrupt-counter-fields-from-st.patch patches.suse/igbvf-add-tx_timeout_count-to-ethtool-statistics.patch patches.suse/net-mlx5-HWS-remove-unused-create_dest_array-paramet.patch patches.suse/net-mlx5-HWS-remove-incorrect-comment.patch patches.suse/net-mlx5-HWS-Export-rule-skip-logic.patch patches.suse/net-mlx5-HWS-Refactor-rule-skip-logic.patch patches.suse/net-mlx5-HWS-Create-STEs-directly-from-matcher.patch patches.suse/net-mlx5-HWS-Decouple-matcher-RX-and-TX-sizes.patch patches.suse/net-mlx5-HWS-Track-matcher-sizes-individually.patch patches.suse/net-mlx5-HWS-Rearrange-to-prevent-forward-declaratio.patch patches.suse/net-mlx5-HWS-Shrink-empty-matchers.patch patches.suse/net-mlx5-Add-HWS-as-secondary-steering-mode.patch patches.suse/net-mlx5-Fix-spelling-mistake-disabliing-disabling.patch patches.suse/eth-ice-drop-the-dead-code-related-to-rss_contexts.patch patches.suse/net-mlx5-fs-add-multiple-prios-to-RDMA-TRANSPORT-ste.patch patches.suse/net-mlx5-Small-refactor-for-general-object-capabilit.patch patches.suse/net-mlx5-Add-IFC-bits-for-PCIe-Congestion-Event-obje.patch patches.suse/net-mlx5-fs-fix-RDMA-TRANSPORT-init-cleanup-flow.patch patches.suse/net-mlx5-Check-device-memory-pointer-before-usage.patch patches.suse/dt-bindings-dpll-Add-DPLL-device-and-pin.patch patches.suse/dt-bindings-dpll-Add-support-for-Microchip-Azurite-c.patch patches.suse/devlink-Add-support-for-u64-parameters.patch patches.suse/devlink-Add-new-clock_id-generic-device-param.patch patches.suse/dpll-Add-basic-Microchip-ZL3073x-support.patch patches.suse/dpll-zl3073x-Fetch-invariants-during-probe.patch patches.suse/dpll-zl3073x-Read-DPLL-types-and-pin-properties-from.patch patches.suse/dpll-zl3073x-Register-DPLL-devices-and-pins.patch patches.suse/dpll-zl3073x-Implement-input-pin-selection-in-manual.patch patches.suse/dpll-zl3073x-Add-support-to-get-set-priority-on-inpu.patch patches.suse/dpll-zl3073x-Implement-input-pin-state-setting-in-au.patch patches.suse/dpll-zl3073x-Add-support-to-get-set-frequency-on-pin.patch patches.suse/net-smc-convert-timeouts-to-secs_to_jiffies.patch patches.suse/net-phy-bcm54811-PHY-initialization.patch patches.suse/net-mlx5e-Remove-unused-VLAN-insertion-logic-in-TX-p.patch patches.suse/net-mlx5e-CT-extract-a-memcmp-from-a-spinlock-sectio.patch patches.suse/net-mlx5e-Replace-recursive-VLAN-push-handling-with-.patch patches.suse/net-mlx5-Warn-when-write-combining-is-not-supported.patch patches.suse/net-mlx5e-RX-Remove-unnecessary-RQT-redirects.patch patches.suse/wifi-mt76-mt7915-mcu-increase-eeprom-command-timeout.patch patches.suse/wifi-mt76-mt7915-mcu-lower-default-timeout.patch patches.suse/wifi-mt76-mt7915-mcu-re-init-MCU-before-loading-FW-p.patch patches.suse/wifi-mt76-mt7925-fix-off-by-one-in-mt7925_mcu_hw_sca.patch patches.suse/wifi-mt76-fix-vif-link-allocation.patch patches.suse/wifi-mt76-mt7996-Fix-secondary-link-lookup-in-mt7996.patch patches.suse/wifi-mt76-mt7996-Rely-on-for_each_sta_active_link-in.patch patches.suse/wifi-mt76-mt7996-Do-not-set-wcid.sta-to-1-in-mt7996_.patch patches.suse/wifi-mt76-mt7996-Fix-mlink-lookup-in-mt7996_tx_prepa.patch patches.suse/wifi-mt76-mt7996-Fix-possible-OOB-access-in-mt7996_t.patch patches.suse/wifi-mt76-mt7996-Fix-valid_links-bitmask-in-mt7996_m.patch patches.suse/wifi-mt76-mt7996-Add-MLO-support-to-mt7996_tx_check_.patch patches.suse/wifi-mt76-mt7996-Move-num_sta-accounting-in-mt7996_m.patch patches.suse/wifi-mt76-Get-rid-of-dma_sync_single_for_device-for-.patch patches.suse/wifi-mt76-mt792x-improve-monitor-interface-handling.patch patches.suse/wifi-mt76-mt7921s-Introduce-SDIO-WiFi-BT-combo-modul.patch patches.suse/wifi-cfg80211-move-away-from-using-a-fake-platform-d.patch patches.suse/wifi-mac80211-fix-rx-link-assignment-for-non-MLO-sta.patch patches.suse/wifi-iwlwifi-Fix-error-code-in-iwl_op_mode_dvm_start.patch patches.suse/wifi-iwlwifi-Add-an-helper-function-for-polling-bits.patch patches.suse/wifi-iwlwifi-use-PNVM-data-embedded-in-.ucode-files.patch patches.suse/wifi-iwlwifi-pcie-move-gen1_2-probe-to-gen1_2-trans..patch patches.suse/wifi-iwlwifi-pcie-Move-txcmd-size-align-calculation-.patch patches.suse/wifi-iwlwifi-bump-FW-API-to-102-for-BZ-SC-DR.patch patches.suse/wifi-iwlwifi-pcie-move-common-probe-logic.patch patches.suse/wifi-iwlwifi-trans-remove-iwl_trans_init.patch patches.suse/wifi-iwlwifi-mvm-mld-make-PHC-messages-debug-message.patch patches.suse/wifi-iwlwifi-remove-Intel-driver-load-message.patch patches.suse/wifi-iwlwifi-match-discrete-integrated-to-fix-some-n.patch patches.suse/wifi-iwlwifi-pcie-rename-iwl_pci_gen1_2_probe-argume.patch patches.suse/wifi-iwlwifi-mvm-remove-MLO-GTK-rekey-code.patch patches.suse/wifi-iwlwifi-mvm-remove-unneeded-argument.patch patches.suse/wifi-iwlwifi-bump-minimum-API-version-in-BZ.patch patches.suse/wifi-iwlwifi-mvm-remove-support-for-iwl_wowlan_info_.patch patches.suse/wifi-mac80211-avoid-weird-state-in-error-path.patch patches.suse/wifi-mac80211-verify-state-before-connection.patch patches.suse/wifi-mac80211-remove-spurious-blank-line.patch patches.suse/wifi-mac80211-add-mandatory-bitrate-support-for-6-GH.patch patches.suse/wifi-mac80211-fix-deactivated-link-CSA.patch patches.suse/wifi-cfg80211-hide-scan-internals.patch patches.suse/wifi-nl80211-make-nl80211_check_scan_flags-type-safe.patch patches.suse/wifi-cfg80211-only-verify-part-of-Extended-MLD-Capab.patch patches.suse/wifi-mac80211-remove-DISALLOW_PUNCTURING_5GHZ-code.patch patches.suse/wifi-cfg80211-add-a-flag-for-the-first-part-of-a-sca.patch patches.suse/wifi-mac80211-copy-first_part-into-HW-scan.patch patches.suse/wifi-mac80211-send-extended-MLD-capa-ops-if-AP-has-i.patch patches.suse/wifi-cfg80211-mac80211-implement-dot11ExtendedRegInf.patch patches.suse/wifi-mac80211-don-t-complete-management-TX-on-SAE-co.patch patches.suse/msft-hv-3322-net-mana-fix-spelling-for-mana_gd_deregiser_irq.patch patches.suse/netfilter-nf_tables-Drop-dead-code-from-fill_-_info-routin.patch patches.suse/netfilter-nf_tables-adjust-lockdep-assertions-handling.patch patches.suse/net-sched-Restrict-conditions-for-adding-duplicating.patch patches.suse/ice-add-support-for-reading-and-unpacking-Rx-queue-c.patch patches.suse/ice-add-functions-to-get-and-set-Tx-queue-context.patch patches.suse/ice-save-RSS-hash-configuration-for-migration.patch patches.suse/ice-move-ice_vsi_update_l2tsel-to-ice_lib.c.patch patches.suse/ice-expose-VF-functions-used-by-live-migration.patch patches.suse/ice-use-pci_iov_vf_id-to-get-VF-ID.patch patches.suse/ice-avoid-rebuilding-if-MSI-X-vector-count-is-unchan.patch patches.suse/ice-introduce-ice_get_vf_by_dev-wrapper.patch patches.suse/net-phy-micrel-Add-ksz9131_resume.patch patches.suse/net-mlx5-Expose-HCA-capability-bits-for-mkey-max-pag.patch patches.suse/RDMA-mlx5-Fix-UMR-modifying-of-mkey-page-size.patch patches.suse/net-mlx5-Expose-disciplined_fr_counter-through-HCA-c.patch patches.suse/net-mlx5-IFC-updates-for-disabled-host-PF.patch patches.suse/tcp-call-tcp_measure_rcv_mss-for-ooo-packets.patch patches.suse/bnxt-move-bnxt_hsi.h-to-include-linux-bnxt-hsi.h.patch patches.suse/net-mlx5e-Create-destroy-PCIe-Congestion-Event-objec.patch patches.suse/net-mlx5e-Add-device-PCIe-congestion-ethtool-stats.patch patches.suse/idpf-use-reserved-RDMA-vectors-from-control-plane.patch patches.suse/idpf-implement-core-RDMA-auxiliary-dev-create-init-a.patch patches.suse/idpf-implement-RDMA-vport-auxiliary-dev-create-init-.patch patches.suse/idpf-implement-remaining-IDC-RDMA-core-callbacks-and.patch patches.suse/idpf-implement-IDC-vport-aux-driver-MTU-change-handl.patch patches.suse/idpf-implement-get-LAN-MMIO-memory-regions.patch patches.suse/wifi-mac80211-make-VHT-opmode-NSS-ignore-a-debug-mes.patch patches.suse/mwl8k-Add-missing-check-after-DMA-map.patch patches.suse/wifi-mac80211-don-t-unreserve-never-reserved-chanctx.patch patches.suse/wifi-mac80211-remove-ieee80211_link_unreserve_chanct.patch patches.suse/wifi-cfg80211-Fix-interface-type-validation.patch patches.suse/wifi-mac80211-don-t-send-keys-to-driver-when-fips_en.patch patches.suse/wifi-mac80211-clean-up-cipher-suite-handling.patch patches.suse/wifi-mac80211_hwsim-Declare-support-for-AP-scanning.patch patches.suse/wifi-mac80211-only-assign-chanctx-in-reconfig.patch patches.suse/wifi-mac80211-don-t-mark-keys-for-inactive-links-as-.patch patches.suse/wifi-mac80211-simplify-__ieee80211_rx_h_amsdu-loop.patch patches.suse/wifi-mac80211-handle-WLAN_HT_ACTION_NOTIFY_CHANWIDTH.patch patches.suse/wifi-mac80211-don-t-use-TPE-data-from-assoc-response.patch patches.suse/wifi-cfg80211-parse-attribute-to-update-unsolicited-.patch patches.suse/wifi-mac80211-parse-unsolicited-broadcast-probe-resp.patch patches.suse/wifi-mac80211_hwsim-Update-comments-in-header.patch patches.suse/wifi-mac80211-use-RCU-safe-iteration-in-ieee80211_cs.patch patches.suse/wifi-cfg80211-fix-off-channel-operation-allowed-chec.patch patches.suse/wifi-cfg80211-fix-double-free-for-link_sinfo-in-nl80.patch patches.suse/wifi-iwlwifi-handle-non-overlapping-API-ranges.patch patches.suse/wifi-iwlwifi-assign-a-FW-API-range-for-JF.patch patches.suse/wifi-iwlwifi-bump-minimum-API-version-for-SO-MA-TY.patch patches.suse/wifi-iwlwifi-mvm-remove-support-for-iwl_wowlan_info_-51c6b28.patch patches.suse/wifi-iwlwifi-add-a-reference-to-iwl_wowlan_info_noti.patch patches.suse/wifi-iwlwifi-mvm-remove-support-for-iwl_wowlan_statu.patch patches.suse/wifi-iwlwifi-mvm-remove-support-for-iwl_wowlan_statu-adf382e.patch patches.suse/wifi-iwlwifi-simplify-iwl_poll_bits_mask-return-valu.patch patches.suse/wifi-iwlwifi-pcie-inform-me-when-op-mode-leaving.patch patches.suse/wifi-iwlwifi-pcie-accept-new-devices-for-MVM-only-co.patch patches.suse/wifi-iwlwifi-assign-a-FW-API-range-for-HR.patch patches.suse/wifi-iwlwifi-assign-a-FW-API-range-for-GF.patch patches.suse/wifi-iwlwifi-trans-remove-retake_ownership-parameter.patch patches.suse/wifi-iwlwifi-pcie-add-a-missing-include.patch patches.suse/wifi-iwlwifi-mvm-fix-scan-request-validation.patch patches.suse/wifi-iwlwifi-mld-fix-scan-request-validation.patch patches.suse/wifi-iwlwifi-mld-update-the-P2P-device-mac-before-st.patch patches.suse/wifi-iwlwifi-mld-update-expected-range-response-noti.patch patches.suse/wifi-iwlwifi-mvm-remove-regulatory-puncturing-setup.patch patches.suse/wifi-iwlwifi-mld-restrict-puncturing-disable-to-FM.patch patches.suse/wifi-iwlwifi-add-suppress_cmd_error_once-API.patch patches.suse/wifi-iwlwifi-add-iwl_trans_device_enabled-API.patch patches.suse/wifi-iwlwifi-add-iwl_trans_is_dead-API.patch patches.suse/wifi-iwlwifi-fix-HE-EHT-capabilities.patch patches.suse/wifi-iwlwifi-mvm-set-gtk-id-also-in-older-FWs.patch patches.suse/wifi-iwlwifi-mvm-always-set-the-key-idx-in-gtk_seq.patch patches.suse/wifi-iwlwifi-mvm-don-t-remove-all-keys-in-mcast-reke.patch patches.suse/wifi-iwlwifi-mld-don-t-remove-all-keys-in-mcast-reke.patch patches.suse/wifi-iwlwifi-pcie-don-t-WARN-on-bad-firmware-input.patch patches.suse/wifi-iwlwifi-add-support-for-accepting-raw-DSM-table.patch patches.suse/wifi-iwlwifi-mvm-remove-IWL_MVM_ESR_EXIT_FAIL_ENTRY.patch patches.suse/wifi-iwlwifi-mvm-remove-extra-link-ID.patch patches.suse/wifi-iwlwifi-mvm-mld-use-average-RSSI-for-beacons.patch patches.suse/wifi-iwlwifi-mvm-Add-dump-handler-to-iwl_mvm.patch patches.suse/wifi-iwlwifi-mvm-remove-support-for-REDUCE_TX_POWER_.patch patches.suse/wifi-iwlwifi-mld-remove-support-for-REDUCE_TX_POWER_.patch patches.suse/wifi-iwlwifi-remove-an-unused-struct.patch patches.suse/wifi-iwlwifi-mld-remove-support-for-iwl_geo_tx_power.patch patches.suse/wifi-iwlwifi-mld-support-iwl_omi_send_status_notif-v.patch patches.suse/wifi-iwlwifi-mld-Revert-wifi-iwlwifi-mld-add-kunit-t.patch patches.suse/wifi-iwlwifi-mld-Revert-wifi-iwlwifi-mld-allow-EMLSR.patch patches.suse/wifi-iwlwifi-mld-remove-support-for-iwl_mcc_update_r.patch patches.suse/wifi-iwlwifi-remove-support-of-versions-4-and-5-of-i.patch patches.suse/wifi-iwlwifi-remove-support-of-version-4-of-iwl_wowl.patch patches.suse/wifi-iwlwifi-remove-support-of-several-iwl_ppag_tabl.patch patches.suse/dpll-zl3073x-Add-support-to-get-set-esync-on-pins.patch patches.suse/dpll-zl3073x-Add-support-to-get-phase-offset-on-conn.patch patches.suse/dpll-zl3073x-Implement-phase-offset-monitor-feature.patch patches.suse/dpll-zl3073x-Add-support-to-adjust-phase.patch patches.suse/dpll-zl3073x-Add-support-to-get-fractional-frequency.patch patches.suse/net-mlx5-Fix-an-IS_ERR-vs-NULL-bug-in-esw_qos_move_n.patch patches.suse/net-mlx5-HWS-Enable-IPSec-hardware-offload-in-legacy.patch patches.suse/net-mlx5e-fix-kdoc-warning-on-eswitch.h.patch patches.suse/net-mlx5e-Properly-access-RCU-protected-qdisc_sleepi.patch patches.suse/ibmvnic-Use-ndo_get_stats64-to-fix-inaccurate-SAR-re.patch patches.suse/be2net-Use-correct-byte-order-and-format-string-for-.patch patches.suse/net-usb-cdc-ncm-check-for-filtering-capability.patch patches.suse/virtchnl2-rename-enum-virtchnl2_cap_rss.patch patches.suse/virtchnl2-add-flow-steering-support.patch patches.suse/idpf-add-flow-steering-support.patch patches.suse/idpf-add-cross-timestamping.patch patches.suse/idpf-preserve-coalescing-settings-across-resets.patch patches.suse/ice-add-40G-speed-to-Admin-Command-GET-PORT-OPTION.patch patches.suse/ice-add-E835-device-IDs.patch patches.suse/ice-convert-ice_add_prof-to-bitmap.patch patches.suse/ice-breakout-common-LAG-code-into-helpers.patch patches.suse/igc-Relocate-RSS-field-definitions-to-igc_defines.h.patch patches.suse/igc-Add-wildcard-rule-support-to-ethtool-NFC-using-D.patch patches.suse/igbvf-remove-unused-fields-from-struct-igbvf_adapter.patch patches.suse/ixgbevf-remove-unused-fields-from-struct-ixgbevf_ada.patch patches.suse/s390-qeth-Make-hw_trap-sysfs-attribute-idempotent.patch patches.suse/ibmveth-Add-multi-buffers-rx-replenishment-hcall-sup.patch patches.suse/net-mlx5e-SHAMPO-Cleanup-reservation-size-formula.patch patches.suse/net-mlx5e-SHAMPO-Remove-mlx5e_shampo_get_log_hd_entr.patch patches.suse/net-mlx5e-Remove-duplicate-mkey-from-SHAMPO-header.patch patches.suse/net-mlx5-Add-IFC-bits-to-support-RSS-for-IPSec-offlo.patch patches.suse/net-mlx5-Add-IFC-bits-and-enums-for-buf_ownership.patch patches.suse/net-mlx5-Expose-cable_length-field-in-PFCC-register.patch patches.suse/devlink-Fix-excessive-stack-usage-in-rate-TC-bandwid.patch patches.suse/xfrm-Duplicate-SPI-Handling.patch patches.suse/wifi-rtw88-coex-Use-bitwise-instead-of-arithmetic-op.patch patches.suse/wifi-rtw89-8851b-rfk-extend-DPK-path_ok-type-to-u8.patch patches.suse/wifi-rtw89-8851b-set-ADC-bandwidth-select-according-.patch patches.suse/wifi-rtw89-8851b-adjust-ADC-setting-for-RF-calibrati.patch patches.suse/wifi-rtw89-8851b-update-NCTL-0xB.patch patches.suse/wifi-rtw89-8851b-rfk-update-DPK-to-0x11.patch patches.suse/wifi-rtw89-8851b-rfk-update-IQK-to-0x14.patch patches.suse/wifi-rtw89-8851b-Accept-USB-devices-and-load-their-M.patch patches.suse/wifi-rtw89-Make-dle_mem-in-rtw89_chip_info-an-array.patch patches.suse/wifi-rtw89-Make-hfc_param_ini-in-rtw89_chip_info-an-.patch patches.suse/wifi-rtw89-Add-rtw8851b_dle_mem_usb-2-3.patch patches.suse/wifi-rtw89-Add-rtw8851b_hfc_param_ini_usb.patch patches.suse/wifi-rtw89-Disable-deep-power-saving-for-USB-SDIO.patch patches.suse/wifi-rtw89-Add-extra-TX-headroom-for-USB.patch patches.suse/wifi-rtw89-Hide-some-errors-when-the-device-is-unplu.patch patches.suse/wifi-rtw89-8851b-Modify-rtw8851b_pwr_-on-off-_func-f.patch patches.suse/wifi-rtw89-Fix-rtw89_mac_power_switch-for-USB.patch patches.suse/wifi-rtw89-Add-some-definitions-for-USB.patch patches.suse/wifi-rtw89-Add-usb.-c-h.patch patches.suse/wifi-rtw89-Add-rtw8851bu.c.patch patches.suse/wifi-rtw89-Enable-the-new-USB-modules.patch patches.suse/wifi-rtw89-enter-power-save-mode-aggressively.patch patches.suse/wifi-rtw89-8852bx-Accept-USB-devices-and-load-their-.patch patches.suse/wifi-rtw89-8852b-Fix-rtw8852b_pwr_-on-off-_func-for-.patch patches.suse/wifi-rtw89-8852b-Add-rtw8852b_dle_mem_usb3.patch patches.suse/wifi-rtw89-8852b-Add-rtw8852b_hfc_param_ini_usb.patch patches.suse/wifi-rtw89-Add-rtw8852bu.c.patch patches.suse/wifi-rtw89-Enable-the-new-rtw89_8852bu-module.patch patches.suse/wifi-rtw89-regd-acpi-support-country-CA-by-BIT-1-in-.patch patches.suse/wifi-rtw89-regd-acpi-update-field-definition-to-spec.patch patches.suse/wifi-rtw89-regd-acpi-support-regulatory-rules-via-AC.patch patches.suse/wifi-rtw89-regd-acpi-support-6-GHz-VLP-policy-via-AC.patch patches.suse/wifi-rtw89-mcc-add-H2C-command-to-support-different-.patch patches.suse/wifi-rtw89-add-DIG-suspend-resume-flow-when-scan-and.patch patches.suse/wifi-rtw89-mcc-enlarge-GO-NoA-duration-to-cover-chan.patch patches.suse/wifi-rtw89-mcc-when-MCC-stop-forcing-to-stay-at-GO-r.patch patches.suse/wifi-rtw89-extend-HW-scan-of-WiFi-7-chips-for-extra-.patch patches.suse/wifi-rtw89-mcc-solve-GO-s-TBTT-change-and-TBTT-too-c.patch patches.suse/wifi-rtw89-check-LPS-H2C-command-complete-by-C2H-reg.patch patches.suse/wifi-rtw89-introduce-fw-feature-group-and-redefine-C.patch patches.suse/wifi-rtw89-update-SER-L2-type-default-value.patch patches.suse/wifi-rtw89-tweak-tx-wake-notify-matching-condition.patch patches.suse/wifi-rtw89-8852bt-configure-FW-version-for-SCAN_OFFL.patch patches.suse/wifi-rtw89-8852bt-implement-RFK-multi-channel-handli.patch patches.suse/wifi-rtw89-8852b-configure-FW-version-for-SCAN_OFFLO.patch patches.suse/wifi-rtw89-8852b-implement-RFK-multi-channel-handlin.patch patches.suse/wifi-rtl8xxxu-Fix-RX-skb-size-for-aggregation-disabl.patch patches.suse/wifi-rtw88-enable-TX-reports-for-the-management-queu.patch patches.suse/wifi-rtw88-Fix-macid-assigned-to-TDLS-station.patch patches.suse/wifi-rtw89-trigger-TX-stuck-if-FIFO-full.patch patches.suse/wifi-rtw89-mac-reduce-PPDU-status-length-for-WiFi-6-.patch patches.suse/wifi-rtw89-dynamically-update-EHT-preamble-puncturin.patch patches.suse/wifi-rtw89-purge-obsoleted-scan-events-with-software.patch patches.suse/wifi-rtw89-check-path-range-before-using-in-rtw89_fw.patch patches.suse/wifi-rtw89-Lower-the-timeout-in-rtw89_fw_read_c2h_re.patch patches.suse/wifi-rtw89-Lower-the-timeout-in-rtw89_fwdl_check_pat.patch patches.suse/wifi-rtw89-wow-Add-Basic-Rate-IE-to-probe-request-in.patch patches.suse/wifi-rtlwifi-Use-min-max-to-improve-code.patch patches.suse/wifi-cfg80211-mac80211-remove-wrong-scan-request-n_c.patch patches.suse/wifi-mac80211-fix-macro-scoping-in-for_each_link_dat.patch patches.suse/wifi-mac80211-Add-link-iteration-macro-for-link-data-4e1916d.patch patches.suse/wifi-mac80211-extend-beacon-monitoring-for-MLO.patch patches.suse/wifi-mac80211-extend-connection-monitoring-for-MLO.patch patches.suse/wifi-brcmsmac-Remove-const-from-tbl_ptr-parameter-in.patch patches.suse/wifi-mac80211-reject-TDLS-operations-when-station-is.patch patches.suse/wifi-brcmfmac-Fix-typo-notifer.patch patches.suse/wifi-brcm80211-Use-min-to-improve-code.patch patches.suse/wifi-mwifiex-Use-max_t-to-improve-code.patch patches.suse/wifi-wilc1000-Use-min-to-improve-code.patch patches.suse/wifi-brcmfmac-Add-support-for-the-SDIO-43751-device.patch patches.suse/wifi-cfg80211-support-configuring-an-S1G-short-beaco.patch patches.suse/wifi-mac80211-support-initialising-an-S1G-short-beac.patch patches.suse/wifi-mac80211-support-initialising-current-S1G-short.patch patches.suse/wifi-mac80211-support-returning-the-S1G-short-beacon.patch patches.suse/wifi-plfxlc-Fix-error-handling-in-usb-driver-probe.patch patches.suse/wifi-cfg80211-Add-missing-lock-in-cfg80211_check_and.patch patches.suse/wifi-mac80211-Do-not-schedule-stopped-TXQs.patch patches.suse/wifi-mac80211-Don-t-call-fq_flow_idx-for-management-.patch patches.suse/wifi-mac80211-Check-802.11-encaps-offloading-in-ieee.patch patches.suse/Reapply-wifi-mac80211-Update-skb-s-control-block-key.patch patches.suse/wifi-mac80211-remove-ieee80211_remove_key.patch patches.suse/wifi-cfg80211-reject-HTC-bit-for-management-frames.patch patches.suse/wifi-brcmfmac-fix-P2P-discovery-failure-in-P2P-peer-.patch patches.suse/wifi-brcmfmac-support-CYW54591-PCIE-device.patch patches.suse/wifi-mac80211-determine-missing-link_id-in-ieee80211.patch patches.suse/wifi-cfg80211-mac80211-report-link-ID-for-unexpected.patch patches.suse/wifi-ath9k-ahb-reorder-declarations.patch patches.suse/wifi-ath9k-ahb-reorder-includes.patch patches.suse/wifi-ath9k-ahb-replace-id_table-with-of.patch patches.suse/wifi-ath11k-support-usercase-specific-firmware-overr.patch patches.suse/wifi-ath11k-clear-initialized-flag-for-deinit-ed-srn.patch patches.suse/wifi-ath11k-fix-suspend-use-after-free-after-probe-f.patch patches.suse/wifi-ath11k-Make-read-only-const-array-svc_id-static.patch patches.suse/wifi-ath12k-handle-WMI-event-for-real-noise-floor-ca.patch patches.suse/wifi-ath12k-use-real-noise-floor-instead-of-default-.patch patches.suse/wifi-ath12k-Fix-station-association-with-MBSSID-Non-.patch patches.suse/wifi-ath12k-Fix-beacon-reception-for-sta-associated-.patch patches.suse/wifi-ath12k-Add-memset-and-update-default-rate-value.patch patches.suse/wifi-ath12k-Send-WMI_VDEV_SET_TPC_POWER_CMD-for-AP-v.patch patches.suse/wifi-ath11k-fix-dest-ring-buffer-corruption.patch patches.suse/wifi-ath11k-use-plain-access-for-descriptor-length.patch patches.suse/wifi-ath11k-use-plain-accesses-for-monitor-descripto.patch patches.suse/wifi-ath11k-fix-source-ring-buffer-corruption.patch patches.suse/wifi-ath11k-fix-dest-ring-buffer-corruption-when-rin.patch patches.suse/wifi-ath12k-fix-dest-ring-buffer-corruption.patch patches.suse/wifi-ath12k-use-plain-access-for-descriptor-length.patch patches.suse/wifi-ath12k-fix-source-ring-buffer-corruption.patch patches.suse/wifi-ath12k-fix-dest-ring-buffer-corruption-when-rin.patch patches.suse/wifi-ath12k-Clear-auth-flag-only-for-actual-associat.patch patches.suse/wifi-ath12k-Add-support-for-transmit-histogram-stats.patch patches.suse/wifi-ath12k-Add-support-to-TDMA-and-MLO-stats.patch patches.suse/wifi-ath12k-Add-support-to-RTT-stats.patch patches.suse/wifi-wil6210-wmi-Fix-spellings-reported-by-codespell.patch patches.suse/wifi-ath10k-Fix-Spelling.patch patches.suse/wifi-ath6kl-Fix-spellings.patch patches.suse/wifi-ath12k-fix-timeout-while-waiting-for-regulatory.patch patches.suse/wifi-ath10k-shutdown-driver-when-hardware-is-unrelia.patch patches.suse/wifi-ath12k-push-HE-MU-MIMO-params-to-hardware.patch patches.suse/wifi-ath12k-push-EHT-MU-MIMO-params-to-hardware.patch patches.suse/wifi-ath12k-move-HE-MCS-mapper-to-a-separate-functio.patch patches.suse/wifi-ath12k-generate-rx-and-tx-mcs-maps-for-supporte.patch patches.suse/wifi-ath12k-add-support-for-setting-fixed-HE-rate-GI.patch patches.suse/wifi-ath12k-clean-up-80P80-support.patch patches.suse/wifi-ath12k-add-support-for-160-MHz-bandwidth.patch patches.suse/wifi-ath12k-add-extended-NSS-bandwidth-support-for-1.patch patches.suse/wifi-ath12k-fill-link-station-statistics-for-MLO.patch patches.suse/wifi-ath12k-add-link-support-for-multi-link-in-arsta.patch patches.suse/wifi-ath12k-add-EHT-support-for-TX-rate.patch patches.suse/wifi-ath12k-correctly-update-bw-for-ofdma-packets.patch patches.suse/wifi-ath12k-fetch-tx_retry-and-tx_failed-from-htt_pp.patch patches.suse/wifi-ath12k-add-support-for-Tx-Power-insertion-in-RR.patch patches.suse/wifi-ath12k-advertise-NL80211_FEATURE_TX_POWER_INSER.patch patches.suse/wifi-ath12k-Block-radio-bring-up-in-FTM-mode.patch patches.suse/wifi-ath12k-properly-set-bit-for-pdev-mask-for-firmw.patch patches.suse/wifi-ath12k-Add-num_stations-counter-for-each-interf.patch patches.suse/wifi-ath12k-update-unsupported-bandwidth-flags-in-re.patch patches.suse/wifi-ath12k-pack-HTT-pdev-rate-stats-structs.patch patches.suse/wifi-ath12k-set-RX_FLAG_SKIP_MONITOR-in-WBM-error-pa.patch patches.suse/wifi-ath12k-allow-beacon-protection-keys-to-be-insta.patch patches.suse/wifi-ath12k-support-average-ack-rssi-in-station-dump.patch patches.suse/wifi-ath12k-Add-a-table-of-parameters-entries-impact.patch patches.suse/wifi-ath12k-Remove-redundant-TID-calculation-for-QCN.patch patches.suse/wifi-ath12k-Refactor-macros-to-use-memory-profile-ba.patch patches.suse/wifi-ath12k-Enable-memory-profile-selection-for-QCN9.patch patches.suse/wifi-ath12k-Add-support-to-enqueue-management-frame-.patch patches.suse/wifi-ath12k-Use-HTT_TCL_METADATA_VER_V1-in-FTM-mode.patch patches.suse/wifi-ath12k-Validate-peer_id-before-searching-for-pe.patch patches.suse/wifi-ath12k-remove-unneeded-semicolon-in-ath12k_mac_.patch patches.suse/wifi-ath5k-Use-max-to-improve-code.patch patches.suse/wifi-ath11k-fix-sleeping-in-atomic-in-ath11k_mac_op_.patch patches.suse/wifi-ath12k-fix-endianness-handling-while-accessing-.patch patches.suse/wifi-ath12k-Add-support-to-parse-max-ext2-wmi-servic.patch patches.suse/wifi-ath12k-Fix-the-handling-of-TX-packets-in-Ethern.patch patches.suse/wifi-ath12k-Fix-TX-status-reporting-to-mac80211-when.patch patches.suse/wifi-ath12k-Advertise-encapsulation-decapsulation-of.patch patches.suse/wifi-ath10k-Prefer-to-0-in-initializers.patch patches.suse/wifi-ath11k-Prefer-to-0-in-initializers.patch patches.suse/wifi-ath12k-Prefer-to-0-in-initializers.patch patches.suse/wifi-ath12k-bring-DFS-support-back-for-WCN7850.patch patches.suse/wifi-ath12k-Correct-tid-cleanup-when-tid-setup-fails.patch patches.suse/wifi-mac80211-Write-cnt-before-copying-in-ieee80211_.patch patches.suse/wifi-nl80211-Set-num_sub_specs-before-looping-throug.patch patches.suse/wifi-mac80211-don-t-require-cipher-and-keylen-in-gtk.patch patches.suse/wifi-mac80211-fix-unassigned-variable-access.patch patches.suse/wifi-brcmfmac-cyw-Fix-__counted_by-to-be-LE-variant.patch patches.suse/wifi-mac80211-fix-WARN_ON-for-monitor-mode-on-some-d.patch patches.suse/wifi-rt2x00-add-COMPILE_TEST.patch patches.suse/wifi-rt2x00-remove-mod_name-from-platform_driver.patch patches.suse/wifi-rt2800soc-allow-loading-from-OF.patch patches.suse/wifi-rt2800-move-2x00soc-to-2800soc.patch patches.suse/wifi-rt2x00-soc-modernize-probe.patch patches.suse/wifi-brcm80211-Remove-unused-functions.patch patches.suse/wifi-brcm80211-Remove-more-unused-functions.patch patches.suse/wifi-brcm80211-Remove-yet-more-unused-functions.patch patches.suse/wifi-brcmfmac-fix-EXTSAE-WPA3-connection-failure-due.patch patches.suse/wifi-brcmsmac-Use-str_true_false-helper.patch patches.suse/wifi-iwlwifi-fix-cmd-length-when-sending-WOWLAN_TSC_.patch patches.suse/wifi-iwlwifi-Fix-typo-ransport.patch patches.suse/wifi-iwlwifi-mvm-fw-Avoid-Wflex-array-member-not-at-.patch patches.suse/wifi-iwlwifi-mld-disable-RX-aggregation-if-requested.patch patches.suse/wifi-iwlwifi-mld-support-channel-survey-collection-f.patch patches.suse/wifi-iwlwifi-disable-certain-features-for-fips_enabl.patch patches.suse/wifi-iwlwifi-mvm-avoid-outdated-reorder-buffer-head_.patch patches.suse/wifi-iwlwifi-mld-avoid-outdated-reorder-buffer-head_.patch patches.suse/wifi-iwlwifi-mvm-Remove-NAN-support.patch patches.suse/wifi-iwlwifi-remove-SC2F-firmware-support.patch patches.suse/wifi-iwlwifi-stop-supporting-iwl_omi_send_status_not.patch patches.suse/wifi-iwlwifi-Remove-support-for-rx-OMI-bandwidth-red.patch patches.suse/wifi-iwlwifi-mld-decode-EOF-bit-for-AMPDUs.patch patches.suse/wifi-iwlwifi-mld-use-spec-link-id-and-not-FW-link-id.patch patches.suse/wifi-iwlwifi-don-t-export-symbols-that-we-shouldn-t.patch patches.suse/wifi-iwlwifi-check-validity-of-the-FW-API-range.patch patches.suse/wifi-iwlwifi-Revert-wifi-iwlwifi-remove-support-of-s.patch patches.suse/wifi-Fix-typos.patch patches.suse/bpf-Disable-migration-in-nf_hook_run_bpf.patch patches.suse/bpf-Reject-narrower-access-to-pointer-ctx-fields.patch patches.suse/selftests-bpf-Test-invalid-narrower-ctx-load.patch patches.suse/Bluetooth-btusb-Add-USB-ID-3625-010b-for-TP-LINK-Arc.patch patches.suse/Bluetooth-btintel_pcie-Support-Function-level-reset.patch patches.suse/Bluetooth-hci_sock-Reset-cookie-to-zero-in-hci_sock_.patch patches.suse/Bluetooth-btusb-Fix-potential-NULL-dereference-on-km.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-0489-e14e-for-MT7925.patch patches.suse/Bluetooth-hci_sync-fix-double-free-in-hci_discovery_.patch patches.suse/Bluetooth-hci_devcd_dump-fix-out-of-bounds-via-dev_c.patch patches.suse/Bluetooth-hci_event-Mask-data-status-from-LE-ext-adv.patch patches.suse/net-mlx5-Fix-build-Wframe-larger-than-warnings.patch patches.suse/net-mlx5e-Support-routed-networks-during-IPsec-MACs-.patch patches.suse/net-mlx5e-Expose-TIS-via-devlink-tx-reporter-diagnos.patch patches.suse/ice-libie-move-generic-adminq-descriptors-to-lib.patch patches.suse/ixgbe-use-libie-adminq-descriptors.patch patches.suse/i40e-use-libie-adminq-descriptors.patch patches.suse/iavf-use-libie-adminq-descriptors.patch patches.suse/libie-add-adminq-helper-for-converting-err-to-str.patch patches.suse/ice-use-libie_aq_str.patch patches.suse/iavf-use-libie_aq_str.patch patches.suse/i40e-use-libie_aq_str.patch patches.suse/can-kvaser_pciefd-Store-device-channel-index.patch patches.suse/Documentation-devlink-add-devlink-documentation-for-.patch patches.suse/can-kvaser_usb-Assign-netdev.dev_port-based-on-devic.patch patches.suse/Documentation-devlink-add-devlink-documentation-for--6304c4c8.patch patches.suse/netfilter-nft_set_pipapo-prefer-kvmalloc-for-scratch-maps.patch patches.suse/netfilter-xt_nfacct-don-t-assume-acct-name-is-null-t.patch patches.suse/net-mlx5e-Clear-Read-Only-port-buffer-size-in-PBMC-b.patch patches.suse/net-mlx5e-Remove-skb-secpath-if-xfrm-state-is-not-fo.patch patches.suse/net-mlx5e-Fix-potential-deadlock-by-deferring-RX-tim.patch patches.suse/net-usbnet-Avoid-potential-RCU-stall-on-LINK_CHANGE-.patch patches.suse/neighbour-Fix-null-ptr-deref-in-neigh_flush_dev.patch patches.suse/net-phy-micrel-fix-KSZ8081-KSZ8091-cable-test.patch patches.suse/can-peak_usb-fix-USB-FD-devices-potential-malfunctio.patch patches.suse/igb-xsk-solve-negative-overflow-of-nb_pkts-in-zeroco.patch patches.suse/ipv6-prevent-infinite-loop-in-rt6_nlmsg_size.patch patches.suse/ipv6-fix-possible-infinite-loop-in-fib6_info_uses_de.patch patches.suse/ipv6-annotate-data-races-around-rt-fib6_nsiblings.patch patches.suse/dpll-zl3073x-Fix-build-failure.patch patches.suse/bpf-Add-cookie-to-raw_tp-bpf_link_info.patch patches.suse/selftests-bpf-Add-cookies-check-for-raw_tp-fill_link.patch patches.suse/bpftool-Display-cookie-for-raw_tp-link-probe.patch patches.suse/libbpf-Correct-some-typos-and-syntax-issues-in-usdt-.patch patches.suse/bpf-Clarify-sanitize_check_bounds.patch patches.suse/libbpf-Add-support-for-printing-BTF-character-arrays.patch patches.suse/Tests-for-the-.emit_strings-functionality-in-the-BTF.patch patches.suse/selftests-bpf-rbtree-Fix-incorrect-global-variable-u.patch patches.suse/selftests-bpf-Reduce-test_xdp_adjust_frags_tail_grow.patch patches.suse/selftests-bpf-Fix-bpf_mod_race-test-failure-with-arm.patch patches.suse/selftests-bpf-Fix-ringbuf-ringbuf_write-test-failure.patch patches.suse/selftests-bpf-Fix-a-user_ringbuf-failure-with-arm64-.patch patches.suse/Documentation-Fix-spelling-mistake.patch patches.suse/cgroup-Add-bpf-prog-revisions-to-struct-cgroup_bpf.patch patches.suse/bpf-Implement-mprog-API-on-top-of-existing-cgroup-pr.patch patches.suse/libbpf-Support-link-based-cgroup-attach-with-options.patch patches.suse/selftests-bpf-Move-some-tc_helpers.h-functions-to-te.patch patches.suse/selftests-bpf-Add-two-selftests-for-mprog-API-based-.patch patches.suse/bpf-Add-show_fdinfo-for-perf_event.patch patches.suse/bpf-Make-reg_not_null-true-for-CONST_PTR_TO_MAP.patch patches.suse/selftests-bpf-Add-cmp_map_pointer_with_const-test.patch patches.suse/selftests-bpf-Add-test-cases-with-CONST_PTR_TO_MAP-n.patch patches.suse/bpf-Add-cookie-to-tracing-bpf_link_info.patch patches.suse/selftests-bpf-Add-cookies-check-for-tracing-fill_lin.patch patches.suse/bpftool-Display-cookie-for-tracing-link-probe.patch patches.suse/bpf-Add-cookie-in-fdinfo-for-tracing.patch patches.suse/bpf-Add-cookie-in-fdinfo-for-raw_tp.patch patches.suse/bpf-Move-insn-if-else-into-do_check_insn.patch patches.suse/bpf-Return-EFAULT-on-misconfigurations.patch patches.suse/bpf-Return-EFAULT-on-internal-errors.patch patches.suse/bpf-arm64-powerpc-Add-bpf_jit_bypass_spec_v1-v4.patch patches.suse/bpf-arm64-powerpc-Change-nospec-to-include-v1-barrie.patch patches.suse/bpf-Rename-sanitize_stack_spill-to-nospec_result.patch patches.suse/bpf-Fall-back-to-nospec-for-Spectre-v1.patch patches.suse/selftests-bpf-Add-test-for-Spectre-v1-mitigation.patch patches.suse/bpf-adjust-path-to-trace_output-sample-eBPF-program.patch patches.suse/bpf-doc-Improve-wording-of-docs.patch patches.suse/selftests-bpf-Fix-cgroup_mprog_ordering-failure-due-.patch patches.suse/Revert-bpf-use-common-instruction-history-across-all.patch patches.suse/bpf-compute-SCCs-in-program-control-flow-graph.patch patches.suse/bpf-frame_insn_idx-utility-function.patch patches.suse/bpf-starting_state-parameter-for-__mark_chain_precis.patch patches.suse/bpf-set-changed-status-if-propagate_precision-did-an.patch patches.suse/bpf-set-changed-status-if-propagate_liveness-did-any.patch patches.suse/bpf-move-REG_LIVE_DONE-check-to-clean_live_states.patch patches.suse/bpf-propagate-read-precision-marks-over-state-graph-.patch patches.suse/bpf-remove-update-get-_loop_entry-functions.patch patches.suse/bpf-include-backedges-in-peak_states-stat.patch patches.suse/selftests-bpf-tests-with-a-loop-state-missing-read-p.patch patches.suse/bpf-Fix-state-use-after-free-on-push_stack-err.patch patches.suse/selftests-bpf-fix-signedness-bug-in-redir_partial.patch patches.suse/docs-bpf-Default-cpu-version-changed-from-v1-to-v3-i.patch patches.suse/bpf-Initialize-used-but-uninit-variable-in-propagate.patch patches.suse/bpf-Fix-an-issue-in-bpf_prog_test_run_xdp-when-page-.patch patches.suse/selftests-bpf-Fix-two-net-related-test-failures-with.patch patches.suse/selftests-bpf-Fix-xdp_do_redirect-failure-with-64KB-.patch patches.suse/tools-bpf_jit_disasm-Fix-potential-negative-tpath-in.patch patches.suse/bpf-veristat-Fix-veristat-for-map-type-BPF_MAP_TYPE_.patch patches.suse/bpf-Include-verifier-memory-allocations-in-memcg-sta.patch patches.suse/veristat-Memory-accounting-for-bpf-programs.patch patches.suse/bpf-handle-jset-if-a-b-.-as-a-jump-in-CFG-computatio.patch patches.suse/selftests-bpf-verify-jset-handling-in-CFG-computatio.patch patches.suse/bpf-Remove-redundant-free_verifier_state-pop_stack.patch patches.suse/selftests-bpf-Fix-RELEASE-build-failure-with-gcc14.patch patches.suse/selftests-bpf-More-precise-cpu_mitigations-state-det.patch patches.suse/selftests-bpf-Fix-unintentional-switch-case-fall-thr.patch patches.suse/bpftool-Fix-JSON-writer-resource-leak-in-version-com.patch patches.suse/bpf-Get-rid-of-redundant-3rd-argument-of-prepare_seq.patch patches.suse/bpf-Fix-key-serial-argument-of-bpf_lookup_user_key.patch patches.suse/selftests-bpf-include-limits.h-needed-for-PATH_MAX-d.patch patches.suse/powerpc-bpf-Fix-warning-for-unused-ori31_emitted.patch patches.suse/bpftool-Use-appropriate-permissions-for-map-access.patch patches.suse/selftests-bpf-Add-test-for-bpftool-access-to-read-on.patch patches.suse/bpftool-Fix-memory-leak-in-dump_xx_nlmsg-on-realloc-.patch patches.suse/bpf-Make-update_prog_stats-always_inline.patch patches.suse/selftests-bpf-Support-ppc64el-in-vmtest.patch patches.suse/bpf-verifier-Improve-precision-for-BPF_ADD-and-BPF_S.patch patches.suse/selftests-bpf-Add-testcases-for-BPF_ADD-and-BPF_SUB.patch patches.suse/selftests-bpf-Fix-usdt-multispec-failure-with-arm64-.patch patches.suse/bpf-Add-range-tracking-for-BPF_NEG.patch patches.suse/selftests-bpf-Add-tests-for-BPF_NEG-range-tracking-l.patch patches.suse/bpf-add-bpf_features-enum.patch patches.suse/bpf-allow-void-cast-using-bpf_rdonly_cast.patch patches.suse/selftests-bpf-check-operations-on-untrusted-ro-point.patch patches.suse/bpf-add-btf_type_is_i-32-64-helpers.patch patches.suse/uaccess-Define-pagefault-lock-guard.patch patches.suse/bpf-Add-kfuncs-for-read-only-string-operations.patch patches.suse/selftests-bpf-Allow-macros-in-__retval.patch patches.suse/selftests-bpf-Add-tests-for-string-kfuncs.patch patches.suse/selftests-bpf-Separate-var-preset-parsing-in-verista.patch patches.suse/selftests-bpf-Support-array-presets-in-veristat.patch patches.suse/selftests-bpf-Test-array-presets-in-veristat.patch patches.suse/bpf-Fix-string-kfuncs-names-in-doc-comments.patch patches.suse/bpf-guard-BTF_ID_FLAGS-bpf_cgroup_read_xattr-with-CO.patch patches.suse/selftests-bpf-Fix-cgroup_xattr-read_cgroupfs_xattr.patch patches.suse/selftests-bpf-improve-error-messages-in-veristat.patch patches.suse/selftests-bpf-bpf_rdonly_cast-u-8-16-32-64-access-te.patch patches.suse/s390-bpf-Centralize-frame-offset-calculations.patch patches.suse/s390-bpf-Describe-the-frame-using-a-struct-instead-o.patch patches.suse/bpf-Warn-on-internal-verifier-errors.patch patches.suse/selftests-bpf-Fix-spelling-mistake-subtration-subtra.patch patches.suse/selftests-bpf-Don-t-call-fsopen-as-privileged-user.patch patches.suse/bpf-avoid-jump-misprediction-for-PTR_TO_MEM-PTR_UNTR.patch patches.suse/selftests-bpf-null-checks-for-rdonly_untrusted_mem-s.patch patches.suse/selftests-bpf-Negative-test-case-for-ref_obj_id-in-a.patch patches.suse/bpf-Avoid-warning-on-multiple-referenced-args-in-cal.patch patches.suse/selftests-bpf-Allow-veristat-compile-standalone.patch patches.suse/bpf-Add-bpf_dynptr_memset-kfunc.patch patches.suse/selftests-bpf-Add-test-cases-for-bpf_dynptr_memset.patch patches.suse/bpf-Show-precise-link_type-for-uprobe-kprobe-_multi-.patch patches.suse/bpf-Add-show_fdinfo-for-uprobe_multi.patch patches.suse/bpf-Add-show_fdinfo-for-kprobe_multi.patch patches.suse/bpf-Refactor-bprintf-buffer-support.patch patches.suse/bpf-Avoid-warning-on-unexpected-map-for-tail-call.patch patches.suse/bpf-Simplify-assignment-to-struct-bpf_insn-pointer-i.patch patches.suse/bpf-Reduce-stack-frame-size-by-using-env-insn_buf-fo.patch patches.suse/bpf-Avoid-putting-struct-bpf_scc_callchain-variables.patch patches.suse/bpf-make-makr_btf_ld_reg-return-error-for-unexpected.patch patches.suse/bpf-rdonly_untrusted_mem-for-btf-id-walk-pointer-lea.patch patches.suse/selftests-bpf-ptr_to_btf_id-struct-walk-ending-with-.patch patches.suse/bpf-attribute-__arg_untrusted-for-global-function-pa.patch patches.suse/libbpf-__arg_untrusted-in-bpf_helpers.h.patch patches.suse/selftests-bpf-test-cases-for-__arg_untrusted.patch patches.suse/bpf-support-for-void-primitive-__arg_untrusted-globa.patch patches.suse/selftests-bpf-tests-for-__arg_untrusted-void-global-.patch patches.suse/selftests-bpf-Set-CONFIG_PACKET-y-for-selftests.patch patches.suse/bpf-Fix-aux-usage-after-do_check_insn.patch patches.suse/selftests-bpf-Add-Spectre-v4-tests.patch patches.suse/selftests-bpf-Negative-test-case-for-tail-call-map.patch patches.suse/bpf-Clean-code-with-bpf_copy_to_user.patch patches.suse/selftests-bpf-Remove-enum64-case-from-__arg_untruste.patch patches.suse/bpf-arena-add-bpf_arena_reserve_pages-kfunc.patch patches.suse/selftests-bpf-add-selftests-for-bpf_arena_reserve_pa.patch patches.suse/bpf-Forget-ranges-when-refining-tnum-after-JSET.patch patches.suse/selftests-bpf-Range-analysis-test-case-for-JSET.patch patches.suse/bpf-Add-attach_type-field-to-bpf_link.patch patches.suse/bpf-Remove-attach_type-in-bpf_cgroup_link.patch patches.suse/bpf-Remove-attach_type-in-sockmap_link.patch patches.suse/bpf-Remove-location-field-in-tcx_link.patch patches.suse/bpf-Remove-attach_type-in-bpf_netns_link.patch patches.suse/bpf-Remove-attach_type-in-bpf_tracing_link.patch patches.suse/netkit-Remove-location-field-in-netkit_link.patch patches.suse/selftests-bpf-Fix-build-error-due-to-certain-uniniti.patch patches.suse/bpf-arm64-remove-structs-on-stack-constraint.patch patches.suse/selftests-bpf-enable-tracing_struct-tests-for-arm64.patch patches.suse/bpf-Update-iterators.lskel-big-endian.h.patch patches.suse/libbpf-start-v1.7-dev-cycle.patch patches.suse/bpf-Add-struct-bpf_token_info.patch patches.suse/bpf-selftests-Add-selftests-for-token-info.patch patches.suse/selftests-bpf-fix-implementation-of-smp_mb.patch patches.suse/libbpf-Fix-warning-in-calloc-usage.patch patches.suse/libbpf-Verify-that-arena-map-exists-when-adding-aren.patch patches.suse/bpf-Use-ERR_CAST-instead-of-ERR_PTR-PTR_ERR.patch patches.suse/selftests-bpf-Increase-xdp-data-size-for-arm64-64K-p.patch patches.suse/selftests-bpf-Fix-test-dynptr-test_dynptr_copy_xdp-f.patch patches.suse/selftests-bpf-Fix-test-dynptr-test_dynptr_memset_xdp.patch patches.suse/bpf-preload-Don-t-select-USERMODE_DRIVER.patch patches.suse/umd-Remove-usermode-driver-framework.patch patches.suse/bpf-arm64-Fix-fp-initialization-for-exception-boundary.patch patches.suse/bpf-Move-bpf_jit_get_prog_name-to-core.c.patch patches.suse/bpf-arm64-JIT-support-for-private-stack.patch patches.suse/selftests-bpf-Enable-private-stack-tests-for-arm64.patch patches.suse/bpf-Simplify-bounds-refinement-from-s32.patch patches.suse/bpf-Improve-bounds-when-s64-crosses-sign-boundary.patch patches.suse/selftests-bpf-Update-reg_bound-range-refinement-logi.patch patches.suse/selftests-bpf-Test-cross-sign-64bits-range-refinemen.patch patches.suse/selftests-bpf-Test-invariants-on-JSLT-crossing-sign.patch patches.suse/bpf-Add-third-round-of-bounds-deduction.patch patches.suse/bpf-Fix-various-typos-in-verifier.c-comments.patch patches.suse/bpf-Show-precise-rejected-function-when-attaching-fe.patch patches.suse/bpf-Add-log-for-attaching-tracing-programs-to-functi.patch patches.suse/selftests-bpf-Add-selftest-for-attaching-tracing-pro.patch patches.suse/selftests-bpf-Migrate-fexit_noreturns-case-into-trac.patch patches.suse/iommu-vt-d-Fix-missing-PASID-in-dev-TLB-flush-with-c.patch patches.suse/0001-iommu-amd-Add-HATDis-feature-support.patch patches.suse/0002-iommu-amd-Add-efr-HATS-max-v1-page-table-level.patch patches.suse/iommu-amd-Enable-PASID-and-ATS-capabilities-in-the-c.patch patches.suse/iommu-amd-Fix-geometry.aperture_end-for-V2-tables.patch patches.suse/iommu-arm-smmu-qcom-Add-SM6115-MDSS-compatible.patch patches.suse/rcu-Protect-defer_qs_iw_pending-from-data-race.patch patches.suse/rcu-Fix-rcu_read_unlock-deadloop-due-to-IRQ-work.patch patches.suse/rcu-nocb-Fix-possible-invalid-rdp-s-nocb_cb_kthread-.patch patches.suse/PM-cpufreq-powernv-tracing-Move-powernv_throttle-trace-event.patch patches.suse/xen-fix-UAF-in-dmabuf_exp_from_pages.patch patches.suse/xen-gntdev-remove-struct-gntdev_copy_batch-from-stac.patch patches.suse/xen-netfront-Fix-TX-response-spurious-interrupts.patch patches.suse/RISC-V-perf-kvm-Add-reporting-of-interrupt-events.patch patches.suse/KVM-Pass-new-routing-entries-and-irqfd-when-updating.patch patches.suse/KVM-SVM-Track-per-vCPU-IRTEs-using-kvm_kernel_irqfd-.patch patches.suse/KVM-SVM-Delete-IRTE-link-from-previous-vCPU-before-s.patch patches.suse/KVM-SVM-Delete-IRTE-link-from-previous-vCPU-irrespec.patch patches.suse/KVM-x86-Avoid-calling-kvm_is_mmio_pfn-when-kvm_x86_o.patch patches.suse/KVM-x86-mmu-Locally-cache-whether-a-PFN-is-host-MMIO.patch patches.suse/KVM-VMX-Apply-MMIO-Stale-Data-mitigation-if-KVM-maps.patch patches.suse/KVM-Bound-the-number-of-dirty-ring-entries-in-a-sing.patch patches.suse/KVM-Bail-from-the-dirty-ring-reset-flow-if-a-signal-.patch patches.suse/KVM-Conditionally-reschedule-when-resetting-the-dirt.patch patches.suse/KVM-TDX-Use-kvm_arch_vcpu.host_debugctl-to-restore-t.patch patches.suse/KVM-x86-Convert-vcpu_run-s-immediate-exit-param-into.patch patches.suse/KVM-x86-Drop-kvm_x86_ops.set_dr6-in-favor-of-a-new-K.patch patches.suse/KVM-VMX-Allow-guest-to-set-DEBUGCTL.RTM_DEBUG-if-RTM.patch patches.suse/KVM-VMX-Extract-checking-of-guest-s-DEBUGCTL-into-he.patch patches.suse/KVM-nVMX-Check-vmcs12-guest_ia32_debugctl-on-nested-.patch patches.suse/KVM-VMX-Wrap-all-accesses-to-IA32_DEBUGCTL-with-gett.patch patches.suse/KVM-VMX-Preserve-host-s-DEBUGCTLMSR_FREEZE_IN_SMM-wh.patch patches.suse/KVM-SVM-Disable-interception-of-SPEC_CTRL-iff-the-MS.patch patches.suse/KVM-SVM-Don-t-BUG-if-setting-up-the-MSR-intercept-bi.patch patches.suse/KVM-SVM-Tag-MSR-bitmap-initialization-helpers-with-_.patch patches.suse/KVM-SVM-Use-ARRAY_SIZE-to-iterate-over-direct_access.patch patches.suse/KVM-SVM-Kill-the-VM-instead-of-the-host-if-MSR-inter.patch patches.suse/KVM-x86-Use-non-atomic-bit-ops-to-manipulate-shadow-.patch patches.suse/KVM-SVM-Massage-name-and-param-of-helper-that-merges.patch patches.suse/KVM-SVM-Clean-up-macros-related-to-architectural-MSR.patch patches.suse/KVM-nSVM-Use-dedicated-array-of-MSRPM-offsets-to-mer.patch patches.suse/KVM-nSVM-Omit-SEV-ES-specific-passthrough-MSRs-from-.patch patches.suse/KVM-nSVM-Don-t-initialize-vmcb02-MSRPM-with-vmcb01-s.patch patches.suse/KVM-SVM-Add-helpers-for-accessing-MSR-bitmap-that-do.patch patches.suse/KVM-SVM-Implement-and-adopt-VMX-style-MSR-intercepts.patch patches.suse/KVM-SVM-Pass-through-GHCB-MSR-if-and-only-if-VM-is-a.patch patches.suse/KVM-SVM-Drop-always-flag-from-list-of-possible-passt.patch patches.suse/KVM-x86-Move-definition-of-X2APIC_MSR-to-lapic.h.patch patches.suse/KVM-VMX-Manually-recalc-all-MSR-intercepts-on-usersp.patch patches.suse/KVM-SVM-Manually-recalc-all-MSR-intercepts-on-usersp.patch patches.suse/KVM-x86-Rename-msr_filter_changed-recalc_msr_interce.patch patches.suse/KVM-SVM-Rename-init_vmcb_after_set_cpuid-to-make-it-.patch patches.suse/KVM-SVM-Fold-svm_vcpu_init_msrpm-into-its-sole-calle.patch patches.suse/KVM-SVM-Merge-after-set-CPUID-intercept-recalc-helpe.patch patches.suse/KVM-SVM-Drop-explicit-check-on-MSRPM-offset-when-emu.patch patches.suse/KVM-SVM-Move-svm_msrpm_offset-to-nested.c.patch patches.suse/KVM-SVM-Store-MSRPM-pointer-as-void-instead-of-u32.patch patches.suse/KVM-nSVM-Access-MSRPM-in-4-byte-chunks-only-for-merg.patch patches.suse/KVM-SVM-Return-EINVAL-instead-of-MSR_INVALID-to-sign.patch patches.suse/KVM-nSVM-Merge-MSRPM-in-64-bit-chunks-on-64-bit-kern.patch patches.suse/KVM-SVM-Add-a-helper-to-allocate-and-initialize-perm.patch patches.suse/KVM-x86-Simplify-userspace-filter-logic-when-disabli.patch patches.suse/KVM-selftests-Verify-KVM-disable-interception-for-us.patch patches.suse/KVM-x86-Drop-pending_smi-vs.-INIT_RECEIVED-check-whe.patch patches.suse/KVM-TDX-Move-TDX-hardware-setup-from-main.c-to-tdx.c.patch patches.suse/drm-rockchip-cleanup-fb-when-drm_gem_fb_afbc_init-fa.patch patches.suse/drm-connector-hdmi-Evaluate-limited-range-after-comp.patch patches.suse/drm-panfrost-Fix-panfrost-device-variable-name-in-de.patch patches.suse/drm-ttm-Respect-the-shrinker-core-free-target.patch patches.suse/drm-panthor-Add-missing-explicit-padding-in-drm_pant.patch patches.suse/drm-ttm-Should-to-return-the-evict-error.patch patches.suse/drm-renesas-rz-du-mipi_dsi-Add-min-check-for-VCLK-ra.patch patches.suse/drm-xe-Make-dma-fences-compliant-with-the-safe-acces.patch patches.suse/drm-vmwgfx-Fix-Host-Backed-userspace-on-Guest-Backed.patch patches.suse/drm-imagination-Clear-runtime-PM-errors-while-resett.patch patches.suse/drm-xe-xe2_hpg-Add-set-of-workarounds.patch patches.suse/drm-edid-Define-the-quirks-in-an-enum-list.patch patches.suse/drm-edid-Add-support-for-quirks-visible-to-DRM-core-.patch patches.suse/drm-amd-display-Avoid-trying-AUX-transactions-on-dis.patch patches.suse/drm-amd-display-Update-DMCUB-loading-sequence-for-DC.patch patches.suse/drm-amd-Allow-printing-VanGogh-OD-SCLK-levels-withou.patch patches.suse/drm-amd-display-Initialize-mode_select-to-0.patch patches.suse/drm-amd-display-Fix-failed-to-blank-crtc.patch patches.suse/drm-amd-display-Separate-set_gsl-from-set_gsl_source.patch patches.suse/drm-msm-dpu-Fill-in-min_prefill_lines-for-SC8180X.patch patches.suse/drm-msm-Add-error-handling-for-krealloc-in-metadata-.patch patches.suse/drm-msm-use-trylock-for-debugfs.patch patches.suse/drm-rockchip-vop2-fail-cleanly-if-missing-a-primary-.patch patches.suse/fbcon-Fix-outdated-registered_fb-reference-in-commen.patch patches.suse/drm-xe-uapi-Correct-sync-type-definition-in-comments.patch patches.suse/drm-xe-xe_query-Use-separate-iterator-while-filling-.patch patches.suse/i2c-designware-Add-quirk-for-Intel-Xe.patch patches.suse/drm-amdgpu-gfx10-fix-KGQ-reset-sequence.patch patches.suse/drm-amd-pm-powerplay-hwmgr-smu_helper-fix-order-of-m.patch patches.suse/PM-hibernate-add-new-api-pm_hibernate_is_recovering.patch patches.suse/PM-hibernate-Add-stub-for-pm_hibernate_is_recovering.patch patches.suse/drm-amdgpu-gfx9-fix-kiq-locking-in-KCQ-reset.patch patches.suse/drm-amdgpu-gfx9.4.3-fix-kiq-locking-in-KCQ-reset.patch patches.suse/drm-amdgpu-gfx10-fix-kiq-locking-in-KCQ-reset.patch patches.suse/drm-amd-display-limit-clear_update_flags-to-dcn32-an.patch patches.suse/drm-amd-pm-fix-null-pointer-access.patch patches.suse/docs-powerpc-Add-htm.rst-to-table-of-contents.patch patches.suse/Documentation-ioctl-number-Fix-linuxppc-dev-mailto-link.patch patches.suse/Documentation-ioctl-number-Extend-Include-File-column-width.patch patches.suse/Documentation-ioctl-number-Correct-full-path-to-papr-physical-attestation.h.patch patches.suse/crypto-sun8i-ce-fix-nents-passed-to-dma_unmap_sg.patch patches.suse/crypto-ccp-Add-missing-bootloader-info-reg-for-pspv6.patch patches.suse/crypto-qat-use-unmanaged-allocation-for-dc_data.patch patches.suse/crypto-octeontx2-add-timeout-for-load_fvc-completion.patch patches.suse/crypto-octeontx2-Fix-address-alignment-issue-on-ucod.patch patches.suse/crypto-octeontx2-Fix-address-alignment-on-CN10K-A0-A.patch patches.suse/crypto-octeontx2-Fix-address-alignment-on-CN10KB-and.patch patches.suse/crypto-marvell-cesa-Fix-engine-load-inaccuracy.patch patches.suse/padata-Fix-pd-UAF-once-and-for-all.patch patches.suse/crypto-qat-allow-enabling-VFs-in-the-absence-of-IOMM.patch patches.suse/crypto-qat-fix-state-restore-for-banks-with-exceptio.patch patches.suse/crypto-arm-aes-neonbs-work-around-gcc-15-warning.patch patches.suse/crypto-caam-Prevent-crash-on-suspend-with-iMX8QM-iMX.patch patches.suse/crypto-qat-lower-priority-for-skcipher-and-aead-algo.patch patches.suse/crypto-ccp-Fix-locking-on-alloc-failure-handling.patch patches.suse/crypto-inside-secure-Fix-dma_unmap_sg-nents-value.patch patches.suse/crypto-jitter-fix-intermediary-handling.patch patches.suse/crypto-ccp-Fix-crash-when-rebind-ccp-device-for-ccp..patch patches.suse/hwrng-mtk-handle-devm_pm_runtime_enable-errors.patch patches.suse/crypto-keembay-Fix-dma_unmap_sg-nents-value.patch patches.suse/crypto-img-hash-Fix-dma_unmap_sg-nents-value.patch patches.suse/crypto-qat-disable-ZUC-256-capability-for-QAT-GEN5.patch patches.suse/crypto-qat-flush-misc-workqueue-during-device-shutdo.patch patches.suse/crypto-qat-fix-DMA-direction-for-compression-on-GEN2.patch patches.suse/crypto-qat-fix-seq_file-position-update-in-adf_ring_.patch patches.suse/crypto-hisilicon-hpre-fix-dma-unmap-sequence.patch patches.suse/ext4-Make-sure-BH_New-bit-is-cleared-in-write_end-ha.patch patches.suse/ext4-fix-zombie-groups-in-average-fragment-size-list.patch patches.suse/ext4-fix-largest-free-orders-lists-corruption-on-mb_.patch patches.suse/ext4-do-not-BUG-when-INLINE_DATA_FL-lacks-system.dat.patch patches.suse/mfd-cros_ec-Separate-charge-control-probing-from-USB.patch patches.suse/mfd-axp20x-Set-explicit-ID-for-AXP313-regulator.patch patches.suse/mfd-Remove-redundant-pm_runtime_mark_last_busy-calls.patch patches.suse/leds-flash-leds-qcom-flash-Fix-registry-access-after.patch patches.suse/leds-leds-lp50xx-Handle-reg-to-get-correct-multi_ind.patch patches.suse/Revert-leds-trigger-netdev-Configure-LED-blink-inter.patch patches.suse/scsi-mpt3sas-Drop-unused-variable-in-mpt3sas_send_mctp_pas.patch patches.suse/scsi-pm80xx-Free-allocated-tags-after-failure.patch patches.suse/scsi-mpi3mr-Correctly-handle-ATA-device-errors.patch patches.suse/scsi-mpt3sas-Correctly-handle-ATA-device-errors.patch patches.suse/scsi-lpfc-Revise-logging-format-for-failed-CT-MIB-re.patch patches.suse/scsi-lpfc-Update-debugfs-trace-ring-initialization-m.patch patches.suse/scsi-lpfc-Check-for-hdwq-null-ptr-when-cleaning-up-l.patch patches.suse/scsi-lpfc-Skip-RSCN-processing-when-FC_UNLOADING-fla.patch patches.suse/scsi-lpfc-Early-return-out-of-FDMI-cmpl-for-locally-.patch patches.suse/scsi-lpfc-Simplify-error-handling-for-failed-lpfc_ge.patch patches.suse/scsi-lpfc-Relocate-clearing-initial-phba-flags-from-.patch patches.suse/scsi-lpfc-Ensure-HBA_SETUP-flag-is-used-only-for-SLI.patch patches.suse/scsi-lpfc-Move-clearing-of-HBA_SETUP-flag-to-before-.patch patches.suse/scsi-lpfc-Revise-CQ_CREATE_SET-mailbox-bitfield-defi.patch patches.suse/scsi-lpfc-Modify-end-of-life-adapters-model-descript.patch patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.10.patch patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.10-patches.patch patches.suse/scsi-pm80xx-Add-controller-SCSI-host-fatal-error-uevents.patch patches.suse/scsi-mpi3mr-Fix-kernel-doc-issues-in-mpi3mr_app.c.patch patches.suse/scsi-qla2xxx-Avoid-stack-frame-size-warning-in-qla_d.patch patches.suse/scsi-qla2xxx-Remove-firmware-URL.patch patches.suse/scsi-mpi3mr-Fix-race-between-config-read-submit-and-interr.patch patches.suse/scsi-mpi3mr-Drop-unnecessary-volatile-from-__iomem-pointer.patch patches.suse/scsi-mpi3mr-Serialize-admin-queue-BAR-writes-on-32-bit-sys.patch patches.suse/scsi-ibmvscsi_tgt-Fix-dma_unmap_sg-nents-value.patch patches.suse/scsi-core-Fix-kernel-doc-for-scsi_track_queue_full.patch patches.suse/scsi-ufs-exynos-Fix-programming-of-HCI_UTRL_NEXUS_TYPE.patch patches.suse/scsi-scsi_transport_fc-Change-to-use-per-rport-devlo.patch patches.suse/scsi-elx-efct-Fix-dma_unmap_sg-nents-value.patch patches.suse/scsi-mvsas-Fix-dma_unmap_sg-nents-value.patch patches.suse/scsi-isci-Fix-dma_unmap_sg-nents-value.patch patches.suse/scsi-libiscsi-Initialize-iscsi_conn-dd_data-only-if-memory.patch patches.suse/RDMA-rxe-Implement-synchronous-prefetch-for-ODP-MRs.patch patches.suse/RDMA-rxe-Enable-asynchronous-prefetch-for-ODP-MRs.patch patches.suse/RDMA-hns-ZERO_OR_NULL_PTR-macro-overdetection.patch patches.suse/RDMA-hns-Remove-MW-support.patch patches.suse/IB-iser-Remove-unnecessary-local-variable.patch patches.suse/RDMA-cxgb4-Delete-an-unnecessary-check-before-kfree-.patch patches.suse/RDMA-mana_ib-Add-device-statistics-support.patch patches.suse/RDMA-rxe-Remove-redundant-page-presence-check.patch patches.suse/RDMA-core-Add-driver-APIs-pre_destroy_cq-and-post_de.patch patches.suse/RDMA-mlx5-Support-driver-APIs-pre_destroy_cq-and-pos.patch patches.suse/RDMA-mlx5-Add-multiple-priorities-support-to-RDMA-TR.patch patches.suse/RDMA-core-reduce-stack-using-in-nldev_stat_get_doit.patch patches.suse/RDMA-hfi1-fix-possible-divide-by-zero-in-find_hw_thr.patch patches.suse/RDMA-hfi1-simplify-hfi1_get_proc_affinity.patch patches.suse/RDMI-hfi1-drop-cpumask_empty-call-in-hfi1-affinity.c.patch patches.suse/RDMA-siw-work-around-clang-stack-size-warning.patch patches.suse/RDMA-rxe-Fix-a-couple-IS_ERR-vs-NULL-bugs.patch patches.suse/RDMA-core-Extend-RDMA-device-registration-to-be-net-.patch patches.suse/RDMA-mlx5-Allocate-IB-device-with-net-namespace-supp.patch patches.suse/RDMA-ipoib-Use-parent-rdma-device-net-namespace.patch patches.suse/RDMA-uverbs-Check-CAP_NET_RAW-in-user-namespace-for-.patch patches.suse/RDMA-mlx5-Check-CAP_NET_RAW-in-user-namespace-for-fl.patch patches.suse/RDMA-mlx5-Check-CAP_NET_RAW-in-user-namespace-for-an.patch patches.suse/RDMA-uverbs-Check-CAP_NET_RAW-in-user-namespace-for-QP-create.patch patches.suse/RDMA-uverbs-Check-CAP_NET_RAW-in-user-namespace-for-RAW-QP-create.patch patches.suse/RDMA-uverbs-Check-CAP_NET_RAW-in-user-namespace-for-2.patch patches.suse/RDMA-mlx5-Check-CAP_NET_RAW-in-user-namespace-for-de.patch patches.suse/RDMA-nldev-Check-CAP_NET_RAW-in-user-namespace-for-Q.patch patches.suse/RDMA-counter-Check-CAP_NET_RAW-check-in-user-namespa.patch patches.suse/Fix-dma_unmap_sg-nents-value.patch patches.suse/RDMA-hns-Fix-double-destruction-of-rsv_qp.patch patches.suse/RDMA-hns-Fix-HW-configurations-not-cleared-in-error-.patch patches.suse/RDMA-hns-Get-message-length-of-ack_req-from-FW.patch patches.suse/RDMA-hns-Fix-accessing-uninitialized-resources.patch patches.suse/RDMA-hns-Drop-GFP_NOWARN.patch patches.suse/RDMA-hns-Fix-Wframe-larger-than-issue.patch patches.suse/RDMA-bnxt_re-Fix-size-of-uverbs_copy_to-in-BNXT_RE_M.patch patches.suse/RDMA-bnxt_re-Support-2G-message-size.patch patches.suse/RDMA-bnxt_re-Use-macro-instead-of-hard-coded-value.patch patches.suse/IB-mad-Add-state-machine-to-MAD-layer.patch patches.suse/IB-mad-Add-flow-control-for-solicited-MADs.patch patches.suse/IB-cm-Use-separate-agent-w-o-flow-control-for-REP.patch patches.suse/RDMA-efa-Add-Network-HW-statistics-counters.patch patches.suse/RDMA-uverbs-Add-empty-rdma_uattrs_has_raw_cap-declar.patch patches.suse/RDMA-mlx5-Align-mkc-page-size-capability-check-to-PR.patch patches.suse/RDMA-mlx5-Optimize-DMABUF-mkey-page-size.patch patches.suse/RDMA-uverbs-Add-a-common-way-to-create-CQ-with-umem.patch patches.suse/RDMA-core-Add-umem-is_contiguous-and-start_dma_addr-.patch patches.suse/RDMA-efa-Add-CQ-with-external-memory-support.patch patches.suse/RDMA-mana_ib-Fix-DSCP-value-in-modify-QP.patch patches.suse/msft-hv-3325-RDMA-mana_ib-add-additional-port-counters.patch patches.suse/RDMA-mlx5-remove-redundant-check-on-err-on-return-ex.patch patches.suse/RDMA-mlx5-Fix-returned-type-from-_mlx5r_umr_zap_mkey.patch patches.suse/RDMA-mlx5-Fix-incorrect-MKEY-masking.patch patches.suse/PCI-TPH-Expose-pcie_tph_get_st_table_size.patch patches.suse/net-mlx5-Expose-IFC-bits-for-TPH.patch patches.suse/net-mlx5-Add-support-for-device-steering-tag.patch patches.suse/IB-core-Add-UVERBS_METHOD_REG_MR-on-the-MR-object.patch patches.suse/RDMA-core-Introduce-a-DMAH-object-and-its-alloc-free.patch patches.suse/RDMA-mlx5-Add-DMAH-object-support.patch patches.suse/IB-Extend-UVERBS_METHOD_REG_MR-to-get-DMAH.patch patches.suse/RDMA-mlx5-Add-DMAH-support-for-reg_user_mr-reg_user_.patch patches.suse/RDMA-mlx5-Refactor-optional-counters-steering-code.patch patches.suse/msft-hv-3328-RDMA-mana_ib-add-support-of-multiple-ports.patch patches.suse/media-uvcvideo-Fix-bandwidth-issue-for-Alcor-camera.patch patches.suse/media-uvcvideo-Add-quirk-for-HP-Webcam-HD-2300.patch patches.suse/media-uvcvideo-Fix-1-byte-out-of-bounds-read-in-uvc_.patch patches.suse/media-dvb-frontends-w7090p-fix-null-ptr-deref-in-w70.patch patches.suse/media-dvb-frontends-dib7090p-fix-null-ptr-deref-in-d.patch patches.suse/media-usbtv-Lock-resolution-while-streaming.patch patches.suse/media-usb-hdpvr-disable-zero-length-read-messages.patch patches.suse/media-gspca-Add-bounds-checking-to-firmware-parser.patch patches.suse/media-rainshadow-cec-fix-TOCTOU-race-condition-in-ra.patch patches.suse/media-tc358743-Increase-FIFO-trigger-level-to-374.patch patches.suse/media-tc358743-Check-I2C-succeeded-during-probe.patch patches.suse/media-tc358743-Return-an-appropriate-colorspace-from.patch patches.suse/media-verisilicon-Fix-AV1-decoder-clock-frequency.patch patches.suse/media-imx-fix-a-potential-memory-leak-in-imx_media_c.patch patches.suse/media-v4l2-ctrls-Fix-H264-SEPARATE_COLOUR_PLANE-chec.patch patches.suse/media-v4l2-common-Reduce-warnings-about-missing-V4L2.patch patches.suse/media-mt9m114-Fix-deadlock-in-get_frame_interval-set.patch patches.suse/media-ipu-bridge-Add-_HID-for-OV5670.patch patches.suse/media-v4l2-ctrls-Don-t-reset-handler-s-error-in-v4l2.patch patches.suse/media-ivsc-Fix-crash-at-shutdown-due-to-missing-mei_.patch patches.suse/media-pisp_be-Fix-pm_runtime-underrun-in-probe.patch patches.suse/media-venus-vdec-Clamp-param-smaller-than-1fps-and-b.patch patches.suse/media-venus-venc-Clamp-param-smaller-than-1fps-and-b.patch patches.suse/media-venus-protect-against-spurious-interrupts-duri.patch patches.suse/media-venus-Add-a-check-for-packet-size-after-readin.patch patches.suse/media-venus-Fix-OOB-read-due-to-missing-payload-boun.patch patches.suse/media-venus-hfi-explicitly-release-IRQ-during-teardo.patch patches.suse/media-venus-Fix-MSM8998-frequency-table.patch patches.suse/media-qcom-camss-cleanup-media-device-allocated-reso.patch patches.suse/media-vivid-fix-wrong-pixel_array-control-size.patch patches.suse/media-ipu6-isys-Use-correct-pads-for-xlate_streams.patch patches.suse/media-hi556-Fix-reset-GPIO-timings.patch patches.suse/media-hi556-correct-the-test-pattern-configuration.patch patches.suse/media-ti-j721e-csi2rx-fix-list_del-corruption.patch patches.suse/media-ov2659-Fix-memory-leaks-in-ov2659_probe.patch patches.suse/media-uvcvideo-Do-not-mark-valid-metadata-as-invalid.patch patches.suse/media-v4l2-Add-support-for-NV12M-tiled-variants-to-v.patch patches.suse/pwm-mediatek-Handle-hardware-enable-and-clock-enable.patch patches.suse/pwm-mediatek-Fix-duty-and-period-setting.patch patches.suse/pwm-imx-tpm-Reset-counter-if-CMOD-is-0.patch patches.suse/hwmon-gsc-hwmon-fix-fan-pwm-setpoint-show-functions.patch patches.suse/hwmon-emc2305-Set-initial-PWM-minimum-value-during-p.patch patches.suse/clk-davinci-Add-NULL-check-in-davinci_lpsc_clk_regis.patch patches.suse/clk-xilinx-vcu-unregister-pll_post-only-if-registere.patch patches.suse/clk-clk-axi-clkgen-fix-fpfd_max-frequency-for-zynq.patch patches.suse/clk-renesas-rzv2h-Fix-missing-CLK_SET_RATE_PARENT-fl.patch patches.suse/clk-samsung-gs101-fix-CLK_DOUT_CMU_G3D_BUSD.patch patches.suse/clk-samsung-gs101-fix-alternate-mout_hsi0_usb20_ref-.patch patches.suse/clk-samsung-exynos850-fix-a-comment.patch patches.suse/clk-sunxi-ng-v3s-Fix-de-clock-definition.patch patches.suse/clk-thead-th1520-ap-Correctly-refer-the-parent-of-os.patch patches.suse/clk-at91-sam9x7-update-pll-clk-ranges.patch patches.suse/clk-imx95-blk-ctl-Fix-synchronous-abort.patch patches.suse/clk-qcom-gcc-ipq8074-fix-broken-freq-table-for-nss_p.patch patches.suse/mtd-fix-possible-integer-overflow-in-erase_xfer.patch patches.suse/mtd-spi-nor-spansion-Fixup-params-set_4byte_addr_mod.patch patches.suse/mtd-spi-nor-Fix-spi_nor_try_unlock_all.patch patches.suse/mtd-rawnand-renesas-Add-missing-check-after-DMA-map.patch patches.suse/mtd-rawnand-atmel-Fix-dma_mapping_error-address.patch patches.suse/mtd-rawnand-rockchip-Add-missing-check-after-DMA-map.patch patches.suse/mtd-rawnand-fsmc-Add-missing-check-after-DMA-map.patch patches.suse/mtd-spinand-propagate-spinand_wait-errors-from-spina.patch patches.suse/mtd-rawnand-atmel-set-pmecc-data-setup-time.patch patches.suse/readahead-fix-return-value-of-page_cache_next_miss-w.patch patches.suse/proc-use-the-same-treatment-to-check-proc_lseek-as-o.patch patches.suse/mm-pagewalk-split-walk_page_range_novma-into-kernel-user-p.patch patches.suse/bio-use-memzero_page-in-bio_truncate.patch patches.suse/null_blk-use-memzero_page.patch patches.suse/direct-io-use-memzero_page.patch patches.suse/ceph-convert-ceph_zero_partial_page-to-use-a-folio.patch patches.suse/mm-remove-zero_user.patch patches.suse/mm-ptdump-take-the-memory-hotplug-lock-inside-ptdump_walk_.patch patches.suse/maple_tree-fix-status-setup-on-restore-to-active.patch patches.suse/mm-fault-in-complete-folios-instead-of-individual-pa.patch patches.suse/memcg-convert-memcg-socket_pressure-to-u64.patch patches.suse/mm-swap-fix-potential-buffer-overflow-in-setup_clust.patch patches.suse/arm64-add-batched-versions-of-ptep_modify_prot_start-commi.patch patches.suse/mm-damon-ops-common-ignore-migration-request-to-inva.patch patches.suse/cgroup-support-to-enable-nmi-safe-css_rstat_updated.patch patches.suse/cgroup-make-css_rstat_updated-nmi-safe.patch patches.suse/cgroup-remove-per-cpu-per-subsystem-locks.patch patches.suse/cgroup-llist-avoid-memory-tears-for-llist_node.patch patches.suse/cgroup-Add-compatibility-option-for-content-of-proc-cgroup.patch patches.suse/smb-client-fix-netns-refcount-leak-after-net_passive-changes.patch patches.suse/cifs-reset-iface-weights-when-we-cannot-find-a-candidate.patch patches.suse/cifs-add-new-field-to-track-the-last-access-time-of-cfid.patch patches.suse/HID-apple-validate-feature-report-field-count-to-pre.patch patches.suse/HID-apple-avoid-setting-up-battery-timer-for-devices.patch patches.suse/HID-magicmouse-avoid-setting-up-battery-timer-when-n.patch patches.suse/HID-core-Harden-s32ton-against-conversion-to-0-bits.patch patches.suse/HID-Intel-thc-hid-Intel-thc-Add-thc_dma_content-into.patch patches.suse/HID-Intel-thc-hid-Intel-thc-Refine-code-comments.patch patches.suse/HID-Intel-thc-hid-Intel-thc-Introduce-max-input-size.patch patches.suse/HID-Intel-thc-hid-Intel-thc-Introduce-interrupt-dela.patch patches.suse/HID-Intel-thc-hid-Intel-quicki2c-Refine-code-comment.patch patches.suse/HID-Intel-thc-hid-Intel-quicki2c-Add-driver-data-sup.patch patches.suse/HID-Intel-thc-hid-Intel-quicki2c-Add-two-new-feature.patch patches.suse/HID-Intel-thc-hid-Intel-thc-Add-Wake-on-Touch-suppor.patch patches.suse/HID-Intel-thc-hid-Intel-quickspi-Enable-Wake-on-Touc.patch patches.suse/HID-Intel-thc-hid-Intel-quicki2c-Enable-Wake-on-Touc.patch patches.suse/HID-intel-thc-make-ptl_ddata-static.patch patches.suse/HID-intel-thc-hid-Separate-max-input-size-control-co.patch patches.suse/power-supply-qcom_battmgr-Add-lithium-polymer-entry.patch patches.suse/power-supply-cpcap-charger-Fix-null-check-for-power_.patch patches.suse/power-supply-max14577-Handle-NULL-pdata-when-CONFIG_.patch patches.suse/drm-amdgpu-Initialize-data-to-NULL-in-imu_v12_0_prog.patch patches.suse/drm-amdgpu-check-if-hubbub-is-NULL-in-debugfs-amdgpu.patch patches.suse/drm-amdgpu-Avoid-extra-evict-restore-process.patch patches.suse/drm-amd-display-Disable-dsc_power_gate-for-dcn314-by.patch patches.suse/drm-amd-display-Avoid-configuring-PSR-granularity-if.patch patches.suse/drm-amd-display-Only-finalize-atomic_obj-if-it-was-i.patch patches.suse/drm-amd-display-Allow-DCN301-to-clear-update-flags.patch patches.suse/drm-amdgpu-update-mmhub-4.1.0-client-id-mappings.patch patches.suse/drm-xe-vf-Disable-CSC-support-on-VF.patch patches.suse/tracing-Use-queue_rcu_work-to-free-filters.patch patches.suse/tracing-Remove-EVENT_FILE_FL_SOFT_MODE-flag.patch patches.suse/soundwire-Move-handle_nested_irq-outside-of-sdw_dev_.patch patches.suse/ASoC-cs42l43-Remove-unnecessary-work-functions.patch patches.suse/soundwire-qcom-demote-probe-registration-printk.patch patches.suse/soundwire-amd-serialize-amd-manager-resume-sequence-.patch patches.suse/soundwire-amd-cancel-pending-slave-status-handling-w.patch patches.suse/soundwire-intel_ace2.x-Use-str_read_write-helper.patch patches.suse/soundwire-update-Intel-BPT-message-length-limitation.patch patches.suse/soundwire-Correct-some-property-names.patch patches.suse/soundwire-intel_auxdevice-add-rt721-codec-to-wake_ca.patch patches.suse/soundwire-amd-add-check-for-status-update-registers.patch patches.suse/soundwire-debugfs-move-debug-statement-outside-of-er.patch patches.suse/soundwire-stream-restore-params-when-prepare-ports-f.patch patches.suse/soundwire-amd-Add-support-for-acp7.2-platform.patch patches.suse/ALSA-hda-realtek-Fix-mute-LED-for-HP-Victus-16-r1xxx.patch patches.suse/ALSA-scarlett2-Add-retry-on-EPROTO-from-scarlett2_us.patch patches.suse/ASoC-imx-card-Add-WM8524-support.patch patches.suse/ASoC-SDCA-Fix-some-holes-in-the-regmap-readable-writ.patch patches.suse/ASoC-SDCA-Add-support-for-cn-value-properties.patch patches.suse/ASoC-fsl_xcvr-get-channel-status-data-when-PHY-is-no.patch patches.suse/ASoC-fsl_xcvr-get-channel-status-data-with-firmware-.patch patches.suse/ASoC-codecs-Add-acpi_match_table-for-aw88399-driver.patch patches.suse/ALSA-hda-Fix-the-wrong-register-was-used-for-DVC-of-.patch patches.suse/ALSA-hda-realtek-Fix-mute-LED-for-HP-Victus-16-s0xxx.patch patches.suse/ALSA-hda-realtek-Fix-mute-LED-for-HP-Victus-16-d1xxx.patch patches.suse/ALSA-hda-realtek-Enable-drivers-as-default.patch patches.suse/ALSA-hda-cirrus-Enable-drivers-as-default.patch patches.suse/ALSA-hda-hdmi-Enable-drivers-as-default.patch patches.suse/ALSA-usb-audio-Add-DSD-support-for-Comtrue-USB-Audio.patch patches.suse/selftests-ALSA-fix-memory-leak-in-utimer-test.patch patches.suse/arm-Update-HD-audio-configs-again.patch patches.suse/LoongArch-Update-HD-audio-codec-configs.patch patches.suse/mips-Update-HD-audio-configs-again.patch patches.suse/ALSA-usb-scarlett2-Fix-missing-NULL-check.patch patches.suse/phy-qualcomm-phy-qcom-eusb2-repeater-Don-t-zero-out-.patch patches.suse/phy-rockchip-pcie-Properly-disable-TEST_WRITE-strobe.patch patches.suse/phy-qcom-phy-qcom-m31-Update-IPQ5332-M31-USB-phy-ini.patch patches.suse/dmaengine-stm32-dma-configure-next-sg-only-if-there-.patch patches.suse/dmaengine-dw-edma-Drop-unused-dchan2dev-and-chan2dev.patch patches.suse/dmaengine-fsl-dpaa2-qdma-Drop-unused-mc_enc.patch patches.suse/dmaengine-qcom-gpi-Drop-unused-gpi_write_reg_field.patch patches.suse/dmaengine-mmp-Fix-again-Wvoid-pointer-to-enum-cast-w.patch patches.suse/dmaengine-mv_xor-Fix-missing-check-after-DMA-map-and.patch patches.suse/dmaengine-nbpfaxi-Add-missing-check-after-DMA-map.patch patches.suse/watchdog-ziirave_wdt-check-record-length-in-ziirave_.patch patches.suse/watchdog-iTCO_wdt-Report-error-if-timeout-configurat.patch patches.suse/watchdog-dw_wdt-Fix-default-timeout.patch patches.suse/watchdog-sbsa-Adjust-keepalive-timeout-to-avoid-Medi.patch patches.suse/PCI-Extend-isolated-function-probing-to-LoongArch.patch patches.suse/PCI-Support-Immediate-Readiness-on-devices-without-PM.patch patches.suse/PCI-ACPI-Fix-runtime-PM-ref-imbalance-on-Hot-Plug-Cap.patch patches.suse/PCI-portdrv-Use-is_pciehp-instead-of-is_hotplug_bridg.patch patches.suse/PCI-endpoint-Fix-configfs-group-list-head-handling.patch patches.suse/PCI-endpoint-Fix-configfs-group-removal-on-driver-te.patch patches.suse/PCI-endpoint-pci-epf-vntb-Return-ENOENT-if-pci_epc_g.patch patches.suse/PCI-endpoint-pci-epf-vntb-Fix-the-incorrect-usage-of.patch patches.suse/PCI-Rename-PCIE_RESET_CONFIG_DEVICE_WAIT_MS-to-PCIE_R.patch patches.suse/PCI-dw-rockchip-Wait-PCIE_RESET_CONFIG_WAIT_MS-after-.patch patches.suse/PCI-qcom-Wait-PCIE_RESET_CONFIG_WAIT_MS-after-link-up.patch patches.suse/PCI-dwc-Ensure-that-dw_pcie_wait_for_link-waits-100-.patch patches.suse/PCI-brcmstb-Set-MLW-based-on-num-lanes-DT-property-i.patch patches.suse/PCI-imx6-Add-IMX8MQ_EP-third-64-bit-BAR-in-epc_featur.patch patches.suse/PCI-imx6-Add-IMX8MM_EP-and-IMX8MP_EP-fixed-256-byte-.patch patches.suse/PCI-imx6-Remove-apps_reset-toggling-from-imx_pcie_-a.patch patches.suse/PCI-imx6-Delay-link-start-until-configfs-start-writt.patch patches.suse/PCI-rockchip-Use-standard-PCIe-definitions.patch patches.suse/PCI-rockchip-Set-Target-Link-Speed-to-5.0-GT-s-before.patch patches.suse/PCI-rockchip-host-Fix-Unexpected-Completion-log-mess.patch patches.suse/vdpa-mlx5-Fix-needs_teardown-flag-calculation.patch patches.suse/vhost-scsi-Fix-log-flooding-with-target-does-not-exi.patch patches.suse/vdpa-mlx5-Fix-release-of-uninitialized-resources-on-.patch patches.suse/vdpa-Fix-IDR-memory-leak-in-VDUSE-module-exit.patch patches.suse/vhost-Reintroduce-kthread-API-and-add-mode-selection.patch patches.suse/vhost-fail-early-when-__vhost_add_used-fails.patch patches.suse/vhost-vsock-Avoid-allocating-arbitrarily-sized-SKBs.patch patches.suse/vsock-virtio-Validate-length-in-packet-header-before.patch patches.suse/vsock-virtio-Resize-receive-buffers-so-that-each-SKB.patch patches.suse/perf-bpf-filter-Improve-error-messages.patch patches.suse/perf-parse-events-filter-Use-evsel__find_pmu.patch patches.suse/perf-target-Separate-parse_uid-into-its-own-function.patch patches.suse/perf-parse-events-Add-parse_uid_filter-helper.patch patches.suse/perf-record-Switch-user-option-to-use-BPF-filter.patch patches.suse/perf-tests-record-Add-basic-uid-filtering-test.patch patches.suse/perf-top-Switch-user-option-to-use-BPF-filter.patch patches.suse/perf-trace-Switch-user-option-to-use-BPF-filter.patch patches.suse/perf-bench-evlist-open-close-Switch-user-option-to-use-BPF.patch patches.suse/perf-target-Remove-uid-from-target.patch patches.suse/perf-thread_map-Remove-uid-options.patch patches.suse/tools-build-Remove-some-unused-libbpf-pre-1.0-featur.patch patches.suse/perf-trace-Remove-map-dump-documentation.patch patches.suse/perf-test-trace-Use-shell-s-f-flag-to-check-if-vmlinux-exi.patch patches.suse/perf-test-trace-Remove-set-e-and-print-trace-test-s-error-.patch patches.suse/perf-test-trace-Stop-tracing-hrtimer_setup-event-in-trace-.patch patches.suse/perf-test-trace-Remove-set-e-for-BTF-general-tests.patch patches.suse/perf-test-trace-Use-sort-events-in-BTF-general-tests.patch patches.suse/perf-test-trace-Change-the-regex-pattern-in-the-struct-tes.patch patches.suse/perf-script-perf-script-tests-fails-with-segfault.patch patches.suse/perf-Fix-libjvmti.c-sign-compare-error.patch patches.suse/perf-vendor-events-arm64-Update-FUJITSU-MONAKA-pmu-event.patch patches.suse/perf-test-Expand-user-space-event-reading-rdpmc-tests.patch patches.suse/perf-parse-events-Set-default-GH-modifier-properly.patch patches.suse/perf-test-Add-header-shell-test.patch patches.suse/perf-header-remove-unecessary-core-id-test.patch patches.suse/perf-record-collect-BPF-metadata-from-existing-BPF-program.patch patches.suse/perf-record-collect-BPF-metadata-from-new-programs.patch patches.suse/perf-tools-display-the-new-PERF_RECORD_BPF_METADATA-event.patch patches.suse/perf-test-add-test-for-BPF-metadata-collection.patch patches.suse/perf-srcline-Lower-verbosity-on-addr2line-debug-messages.patch patches.suse/perf-build-Suggest-java-latest-openjdk-devel-instead-of-ol.patch patches.suse/perf-build-Add-the-libpfm-devel-fedora-package-name-to-the.patch patches.suse/perf-build-The-bfd-features-are-opt-in-stop-testing-for-th.patch patches.suse/perf-unwind-libdw-skip-non-regular-files.patch patches.suse/perf-trace-Show-zero-value-in-STRARRAY.patch patches.suse/perf-script-Handle-i-option-for-perf-script-flamegraph.patch patches.suse/perf-script-Add-e-option-to-flamegraph-script.patch patches.suse/perf-trace-Add-missed-freeing-of-ordered-events-and-thread.patch patches.suse/libperf-evsel-Add-missed-puts-and-asserts.patch patches.suse/perf-test-Replace-grep-perl-regexp-with-awk.patch patches.suse/perf-tools-Remove-excess-variable-declarations.patch patches.suse/perf-debug-Add-function-symbols-to-dump_stack.patch patches.suse/perf-parse-events-Avoid-scanning-PMUs-that-can-t-contain-e.patch patches.suse/perf-drm_pmu-Add-a-tool-like-PMU-to-expose-DRM-information.patch patches.suse/perf-tests-Add-a-DRM-PMU-test.patch patches.suse/perf-header-In-pipe-mode-dump-features-without-header-I.patch patches.suse/perf-header-Allow-tracing-of-attr-events.patch patches.suse/perf-header-Display-message-if-BPF-BTF-info-is-empty.patch patches.suse/perf-header-Don-t-write-empty-BPF-BTF-info.patch patches.suse/perf-test-Change-all-remaining-bin-sh-to-bin-bash.patch patches.suse/perf-trace-Split-BPF-skel-code-to-util-bpf_trace_augment.c.patch patches.suse/perf-tools-move-perf_pmus__find_core_pmu-prototype-to-pmus.patch patches.suse/perf-top-populate-PMU-capabilities-data-in-perf_env.patch patches.suse/perf-build-enable-fno-strict-aliasing.patch patches.suse/perf-util-add-a-basic-SHA-1-implementation.patch patches.suse/perf-genelf-Remove-libcrypto-dependency-and-use-built-in-s.patch patches.suse/tools-Remove-libcrypto-dependency.patch patches.suse/perf-annotate-Fix-source-code-annotate-with-objdump.patch patches.suse/tools-perf-Add-exclude-buildids-option-to-perf-archive-com.patch patches.suse/perf-build-Fix-a-build-error-on-REFCNT_CHECKING-1.patch patches.suse/perf-stat-Fix-uncore-aggregation-number.patch patches.suse/perf-test-perf-header-test-fails-on-s390.patch patches.suse/perf-drm_pmu-Fix-spelling-mistake-bufers-buffers.patch patches.suse/perf-test-Add-basic-callgraph-test-to-record-testing.patch patches.suse/perf-test-annotate-Use-percent-limit-rather-than-head-to-r.patch patches.suse/perf-build-Specify-shellcheck-should-use-bash.patch patches.suse/perf-test-Name-the-noploop-process.patch patches.suse/perf-test-Add-sched-latency-and-script-shell-tests.patch patches.suse/perf-test-Check-test-suite-description-properly.patch patches.suse/perf-test-Add-libsubcmd-help-tests.patch patches.suse/perf-list-Add-IBM-z17-event-descriptions.patch patches.suse/perf-genelf-Fix-NO_LIBDW-1-build.patch patches.suse/perf-dso-Add-missed-dso__put-to-dso__load_kcore.patch patches.suse/perf-test-code-reading-Avoid-a-leak-of-cpus-and-threads.patch patches.suse/perf-hwmon_pmu-Hold-path-rather-than-fd.patch patches.suse/perf-dso-With-ref-count-checking-avoid-dso_data-holding-ds.patch patches.suse/perf-test-In-forked-mode-add-check-that-fds-aren-t-leaked.patch patches.suse/perf-header-Fix-pipe-mode-header-dumping.patch patches.suse/perf-tests-make-Add-NO_LIBDW-1-to-minimal-and-add-standalo.patch patches.suse/perf-sched-Make-sure-it-frees-the-usage-string.patch patches.suse/perf-sched-Free-thread-priv-using-priv_destructor.patch patches.suse/perf-sched-Fix-memory-leaks-in-perf-sched-map.patch patches.suse/perf-sched-Fix-thread-leaks-in-perf-sched-timehist.patch patches.suse/perf-sched-Fix-memory-leaks-for-evsel-priv-in-timehist.patch patches.suse/perf-sched-Use-RC_CHK_EQUAL-to-compare-pointers.patch patches.suse/perf-sched-Fix-memory-leaks-in-perf-sched-latency.patch patches.suse/perf-test-Add-more-test-cases-to-sched-test.patch patches.suse/perf-vendor-events-Update-Alderlake-events.patch patches.suse/perf-vendor-events-Update-AlderlakeN-events.patch patches.suse/perf-vendor-events-Update-Arrowlake-events.patch patches.suse/perf-vendor-events-Update-CascadelakeX-events.patch patches.suse/perf-vendor-events-Update-EmeraldRapids-events.patch patches.suse/perf-vendor-events-Update-GrandRidge-events.patch patches.suse/perf-vendor-events-Update-GraniteRapids-events.patch patches.suse/perf-vendor-events-Update-IcelakeX-events.patch patches.suse/perf-vendor-events-Update-LunarLake-events.patch patches.suse/perf-vendor-events-Update-MeteorLake-events.patch patches.suse/perf-vendor-events-Add-PantherLake-events.patch patches.suse/perf-vendor-events-Update-SapphireRapids-events.patch patches.suse/perf-vendor-events-Update-SierraForest-events.patch patches.suse/perf-vendor-events-Update-SkylakeX-events.patch patches.suse/perf-vendor-events-Update-TigerLake-events.patch patches.suse/perf-list-Remove-trailing-A-in-PAI-crypto-event-4210.patch patches.suse/perf-tests-bp_account-Fix-leaked-file-descriptor.patch patches.suse/perf-hwmon_pmu-Avoid-shortening-hwmon-PMU-name.patch patches.suse/perf-parse-events-Minor-tidy-up-of-event_type-helper.patch patches.suse/perf-spark-Fix-includes-and-add-SPDX.patch patches.suse/perf-pmu-Tolerate-failure-to-read-the-type-for-wellknown-P.patch patches.suse/perf-metricgroup-Factor-out-for-each-function-and-move-out.patch patches.suse/perf-stat-Move-metric-list-from-config-to-evlist.patch patches.suse/perf-expr-Accumulate-rather-than-replace-in-the-context-co.patch patches.suse/perf-jevents-If-the-long_desc-and-desc-are-identical-then-.patch patches.suse/perf-python-In-str-evsel-use-the-evsel__pmu_name-helper.patch patches.suse/perf-python-Fix-thread-check-in-pyrf_evsel__read.patch patches.suse/perf-python-Correct-pyrf_evsel__read-for-tool-PMUs.patch patches.suse/perf-python-Improve-leader-copying-from-evlist.patch patches.suse/perf-python-Set-index-error-for-invalid-thread-cpu-map-ite.patch patches.suse/perf-ftrace-latency-Add-e-option-to-measure-time-between-t.patch patches.suse/perf-flamegraph-Fix-minor-pylint-type-hint-issues.patch patches.suse/perf-sched-timehist-decode-process-names-of-processes-in-z.patch patches.suse/perf-build-Always-disable-stack-protection-for-BPF-skeleto.patch patches.suse/perf-ftrace-add-graph-tracer-options-args-retval-retval-he.patch patches.suse/perf-pmu-Switch-FILENAME_MAX-to-NAME_MAX.patch patches.suse/perf-ui-scripts-Switch-FILENAME_MAX-to-NAME_MAX.patch patches.suse/perf-stat-Remove-duplicated-include-in-stat-shadow.c.patch patches.suse/perf-pfm-Don-t-force-loading-of-all-PMUs.patch patches.suse/perf-parse-events-Warn-if-a-cpu-term-is-unsupported-by-a-C.patch patches.suse/perf-stat-Avoid-buffer-overflow-to-the-aggregation-map.patch patches.suse/perf-stat-Don-t-size-aggregation-ids-from-user_requested_c.patch patches.suse/perf-parse-events-Allow-the-cpu-term-to-be-a-PMU-or-CPU-ra.patch patches.suse/perf-tool_pmu-Allow-num_cpus-_online-to-be-specific-to-a-c.patch patches.suse/libperf-evsel-Rename-own_cpus-to-pmu_cpus.patch patches.suse/libperf-evsel-Factor-perf_evsel__exit-out-of-perf_evsel__d.patch patches.suse/perf-evsel-Use-libperf-perf_evsel__exit.patch patches.suse/perf-pmus-Factor-perf_pmus__find_by_attr-out-of-evsel__fin.patch patches.suse/perf-parse-events-Minor-__add_event-refactoring.patch patches.suse/perf-evsel-Add-evsel__open_per_cpu_and_thread.patch patches.suse/perf-parse-events-Support-user-CPUs-mixed-with-threads-pro.patch patches.suse/perf-topdown-Use-attribute-to-see-an-event-is-a-topdown-me.patch patches.suse/perf-parse-events-Fix-missing-slots-for-Intel-topdown-metr.patch patches.suse/perf-metricgroups-Add-NO_THRESHOLD_AND_NMI-constraint.patch patches.suse/perf-build-id-Reduce-size-of-size-variable.patch patches.suse/perf-build-id-Truncate-to-avoid-overflowing-the-build_id-d.patch patches.suse/perf-build-id-Change-sprintf-functions-to-snprintf.patch patches.suse/perf-build-id-Mark-DSO-in-sample-callchains.patch patches.suse/perf-build-id-Ensure-struct-build_id-is-empty-before-use.patch patches.suse/perf-dso-Move-build_id-to-dso_id.patch patches.suse/perf-jitdump-Directly-mark-the-jitdump-DSO.patch patches.suse/perf-record-Make-buildid-mmap-the-default.patch patches.suse/perf-session-Add-accessor-for-session-header.env.patch patches.suse/perf-evlist-Change-env-variable-to-session.patch patches.suse/perf-header-Clean-up-use-of-perf_env.patch patches.suse/perf-test-Avoid-use-perf_env.patch patches.suse/perf-session-Add-host_env-argument-to-perf_session__new.patch patches.suse/perf-top-Make-perf_env-locally-scoped.patch patches.suse/perf-bench-synthesize-Avoid-use-of-global-perf_env.patch patches.suse/perf-machine-Explicitly-pass-in-host-perf_env.patch patches.suse/perf-auxtrace-Pass-perf_env-from-session-through-to-mmap-r.patch patches.suse/perf-trace-Avoid-global-perf_env-with-evsel__env.patch patches.suse/perf-env-Remove-global-perf_env.patch patches.suse/perf-sample-Remove-arch-notion-of-sample-parsing.patch patches.suse/perf-test-Move-PERF_SAMPLE_WEIGHT_STRUCT-parsing-to-common.patch patches.suse/perf-sort-Use-perf_env-to-set-arch-sort-keys-and-header.patch patches.suse/perf-test-Fix-comment-ordering.patch patches.suse/perf-tools-Remove-libtraceevent-in-.gitignore.patch patches.suse/perf-jevents-Add-common-software-event-json.patch patches.suse/perf-parse-events-Remove-non-json-software-events.patch patches.suse/perf-tp_pmu-Factor-existing-tracepoint-logic-to-new-file.patch patches.suse/perf-tp_pmu-Add-event-APIs.patch patches.suse/perf-list-Remove-tracepoint-printing-code.patch patches.suse/perf-list-Skip-ABI-PMUs-when-printing-pmu-values.patch patches.suse/perf-python-Stop-using-deprecated-PyUnicode_AsString.patch patches.suse/perf-test-Ensure-lock-contention-using-pipe-mode.patch patches.suse/perf-record-Cache-build-ID-of-hit-DSOs-only.patch patches.suse/bpf-Add-cookie-object-to-bpf-maps.patch patches.suse/bpf-Move-bpf-map-owner-out-of-common-struct.patch patches.suse/bpf-Move-cgroup-iterator-helpers-to-bpf.h.patch patches.suse/bpf-Fix-oob-access-in-cgroup-local-storage.patch patches.suse/libbpf-Avoid-possible-use-of-uninitialized-mod_len.patch patches.suse/cfi-add-C-CFI-type-macro.patch patches.suse/cfi-Move-BPF-CFI-types-and-helpers-to-generic-code.patch patches.suse/arm64-cfi-bpf-Support-kCFI-BPF-on-arm64.patch patches.suse/bpf-Check-flow_dissector-ctx-accesses-are-aligned.patch patches.suse/bpf-Check-netfilter-ctx-accesses-are-aligned.patch patches.suse/bpf-Improve-ctx-access-verifier-error-message.patch patches.suse/selftests-bpf-Test-for-unaligned-flow_dissector-ctx-.patch patches.suse/firewire-ohci-correct-code-comments-about-bus_reset-.patch patches.suse/fbdev-fix-potential-buffer-overflow-in-do_register_f.patch patches.suse/fbdev-imxfb-Check-fb_add_videomode-to-prevent-null-p.patch patches.suse/pinctrl-stm32-Manage-irq-affinity-settings.patch patches.suse/pinctrl-cirrus-lochnagar-use-new-GPIO-line-value-set.patch patches.suse/pinctrl-cirrus-cs42l43-use-new-GPIO-line-value-sette.patch patches.suse/pinctrl-sunxi-Fix-memory-leak-on-krealloc-failure.patch patches.suse/pinctrl-berlin-fix-memory-leak-in-berlin_pinctrl_bui.patch patches.suse/pinmux-fix-race-causing-mux_owner-NULL-with-active-m.patch patches.suse/i3c-master-Initialize-ret-in-i3c_i2c_notifier_call.patch patches.suse/i3c-don-t-fail-if-GETHDRCAP-is-unsupported.patch patches.suse/i3c-fix-module_i3c_i2c_driver-with-I3C-n.patch patches.suse/i3c-add-missing-include-to-internal-header.patch patches.suse/module-Prevent-silent-truncation-of-module-name-in-delete_.patch patches.suse/module-Remove-unnecessary-1-from-last_unloaded_module-name.patch patches.suse/module-Restore-the-moduleparam-prefix-length-check.patch patches.suse/tracing-Remove-unneeded-goto-out-logic.patch patches.suse/fs-proc-vmcore-a-few-cleanups-for-vmcore_add_device_.patch patches.suse/kdump-add-crashkernel-cma-suffix.patch patches.suse/kdump-implement-reserve_crashkernel_cma.patch patches.suse/kdump-crashkernel-cma-update-Documentation.patch patches.suse/kdump-wait-for-dma-to-time-out-when-using-cma.patch patches.suse/kdump-x86-implement-crashkernel-cma-reservation.patch patches.suse/ucount-fix-atomic_long_inc_below-argument-type.patch patches.suse/PCI-pnv_php-Clean-up-allocated-IRQs-on-unplug.patch patches.suse/PCI-pnv_php-Work-around-switches-with-broken-presenc.patch patches.suse/powerpc-eeh-Export-eeh_unfreeze_pe.patch patches.suse/powerpc-eeh-Make-EEH-driver-device-hotplug-safe.patch patches.suse/PCI-pnv_php-Fix-surprise-plug-detection-and-recovery.patch patches.suse/powerpc64-bpf-Add-jit-support-for-load_acquire-and-s.patch patches.suse/rtc-ds1307-remove-clear-of-oscillator-stop-flag-OSF-.patch patches.suse/rtc-ds1307-handle-oscillator-stop-flag-OSF-for-ds134.patch patches.suse/rtc-ds1307-fix-incorrect-maximum-clock-rate-handling.patch patches.suse/rtc-hym8563-fix-incorrect-maximum-clock-rate-handlin.patch patches.suse/rtc-nct3018y-fix-incorrect-maximum-clock-rate-handli.patch patches.suse/rtc-pcf85063-fix-incorrect-maximum-clock-rate-handli.patch patches.suse/rtc-pcf8563-fix-incorrect-maximum-clock-rate-handlin.patch patches.suse/rtc-rv3028-fix-incorrect-maximum-clock-rate-handling.patch patches.suse/dm-table-fix-checking-for-rq-stackable-devices.patch patches.suse/dm-mpath-don-t-print-the-loaded-message-if-registeri.patch patches.suse/md-dm-zoned-target-Initialize-return-variable-r-to-a.patch patches.suse/sched-psi-Fix-psi_seq-initialization.patch patches.suse/slab-Decouple-slab_debug-and-no_hash_pointers.patch patches.suse/printk-nbcon-Allow-reacquire-during-panic.patch patches.suse/i2c-tegra-Use-internal-reset-when-reset-property-is-not-av.patch patches.suse/i2c-Force-DLL0945-touchpad-i2c-freq-to-100khz.patch patches.suse/i2c-muxes-mule-Fix-an-error-handling-path-in-mule_i2.patch patches.suse/mm-shmem-fix-the-shmem-large-folio-allocation-for-th.patch patches.suse/mm-fix-a-UAF-when-vma-mm-is-freed-after-vma-vm_refcnt-got-.patch patches.suse/exfat-fdatasync-flag-should-be-same-like-generic_write_sync.patch patches.suse/exfat-add-cluster-chain-loop-check-for-dir.patch patches.suse/net-usbnet-Fix-the-wrong-netif_carrier_on-call.patch patches.suse/perf-core-Preserve-AUX-buffer-allocation-failure-result.patch patches.suse/perf-core-Don-t-leak-AUX-buffer-refcount-on-allocation-fai.patch patches.suse/perf-core-Exit-early-on-perf_mmap-fail.patch patches.suse/perf-core-Handle-buffer-mapping-fail-correctly-in-perf_mma.patch patches.suse/perf-core-Prevent-VMA-split-of-buffer-mappings.patch patches.suse/selftests-perf_events-Add-a-mmap-correctness-test.patch patches.suse/ata-libata-scsi-Fix-ata_to_sense_error-status-handli.patch patches.suse/ata-libata-sata-Add-link_power_management_supported-.patch patches.suse/scsi-mpt3sas-Fix-a-fw_event-memory-leak.patch patches.suse/scsi-aacraid-Stop-using-PCI_IRQ_AFFINITY.patch patches.suse/scsi-Revert-scsi-iscsi-Fix-HW-conn-removal-use-after-free.patch patches.suse/scsi-ufs-core-Use-link-recovery-when-h8-exit-fails-during-.patch patches.suse/scsi-Fix-sas_user_scan-to-handle-wildcard-and-multi-channe.patch patches.suse/scsi-ufs-ufs-pci-Fix-hibernate-state-transition-for-Intel-.patch patches.suse/scsi-ufs-ufs-pci-Fix-default-runtime-and-system-PM-levels.patch patches.suse/scsi-sd-Make-sd-shutdown-issue-START-STOP-UNIT-appropriate.patch patches.suse/btrfs-fix-log-tree-replay-failure-due-to-file-with-0.patch patches.suse/RDMA-siw-Fix-the-sendmsg-byte-count-in-siw_tcp_sendp.patch patches.suse/ipmi-Fix-strcpy-source-and-destination-the-same.patch patches.suse/ipmi-Use-dev_warn_ratelimited-for-incorrect-message-.patch patches.suse/LoongArch-BPF-Rename-and-refactor-validate_code.patch patches.suse/LoongArch-BPF-Add-dynamic-code-modification-support.patch patches.suse/LoongArch-BPF-Add-basic-bpf-trampoline-support.patch patches.suse/LoongArch-BPF-Add-struct-ops-support-for-trampoline.patch patches.suse/LoongArch-BPF-Fix-jump-offset-calculation-in-tailcal.patch patches.suse/LoongArch-BPF-Fix-the-tailcall-hierarchy.patch patches.suse/LoongArch-BPF-Set-bpf_jit_bypass_spec_v1-v4.patch patches.suse/fbdev-Fix-vmalloc-out-of-bounds-write-in-fast_imageb.patch patches.suse/Revert-vgacon-Add-check-for-vc_origin-address-range-.patch patches.suse/drm-amdgpu-Update-external-revid-for-GC-v9.5.0.patch patches.suse/drm-amd-Restore-cached-power-limit-during-resume.patch patches.suse/drm-amd-display-Don-t-overwrite-dce60_clk_mgr.patch patches.suse/drm-amdgpu-update-mmhub-3.0.1-client-id-mappings.patch patches.suse/drm-amd-display-Add-primary-plane-to-commits-for-cor.patch patches.suse/drm-amd-display-fix-a-Null-pointer-dereference-vulne.patch patches.suse/drm-amdkfd-Destroy-KFD-debugfs-after-destroy-KFD-wq.patch patches.suse/s390-ap-Unmask-SLCF-bit-in-card-and-queue-ap-functions-sys.patch patches.suse/s390-mm-Allocate-page-table-with-PAGE_SIZE-granularity.patch patches.suse/netpoll-prevent-hanging-NAPI-when-netcons-gets-enabl.patch patches.suse/phy-mscc-Fix-parsing-of-unicast-frames.patch patches.suse/net-phy-smsc-add-proper-reset-flags-for-LAN8710A.patch patches.suse/pptp-ensure-minimal-skb-length-in-pptp_xmit.patch patches.suse/netlink-avoid-infinite-retry-looping-in-netlink_unic.patch patches.suse/net-mlx5-Correctly-set-gso_segs-when-LRO-is-used.patch patches.suse/dpll-Make-ZL3073X-invisible.patch patches.suse/ipv6-reject-malicious-packets-in-ipv6_gso_segment.patch patches.suse/net-mdio-mdio-bcm-unimac-Correct-rate-fallback-logic.patch patches.suse/net-drop-UFO-packets-in-udp_rcv_segment.patch patches.suse/net-sched-taprio-enforce-minimum-value-for-picos_per.patch patches.suse/net-Add-locking-to-protect-skb-dev-access-in-ip_outp.patch patches.suse/ipa-fix-compile-testing-with-qcom-mdt-m.patch patches.suse/benet-fix-BUG-when-creating-VFs.patch patches.suse/net-packet-fix-a-race-in-packet_set_ring-and-packet_.patch patches.suse/net-sched-mqprio-fix-stack-out-of-bounds-write-in-tc.patch patches.suse/dpll-zl3073x-ZL3073X_I2C-and-ZL3073X_SPI-should-depe.patch patches.suse/pptp-fix-pptp_xmit-error-path.patch patches.suse/pNFS-Fix-uninited-ptr-deref-in-block-scsi-layout.patch patches.suse/pNFS-Handle-RPC-size-limit-for-layoutcommits.patch patches.suse/pNFS-Fix-stripe-mapping-in-block-scsi-layout.patch patches.suse/pNFS-Fix-disk-addr-range-check-in-block-scsi-layout.patch patches.suse/pNFS-flexfiles-don-t-attempt-pnfs-on-fatal-DS-errors.patch patches.suse/NFS-Fix-wakeup-of-__nfs_lookup_revalidate-in-unblock_revalidate.patch patches.suse/NFS-Fix-filehandle-bounds-checking-in-nfs_fh_to_dentry.patch patches.suse/NFSv4.2-another-fix-for-listxattr.patch patches.suse/NFS-Fixup-allocation-flags-for-nfsiod-s-__GFP_NORETRY.patch patches.suse/sunrpc-fix-client-side-handling-of-tls-alerts.patch patches.suse/NFS-Fix-the-setting-of-capabilities-when-automounting-a-new-filesystem.patch patches.suse/ALSA-usb-audio-Don-t-use-printk_ratelimit-for-debug-.patch patches.suse/ALSA-hda-realtek-add-LG-gram-16Z90R-A-to-alc269-fixu.patch patches.suse/ALSA-intel_hdmi-Fix-off-by-one-error-in-__hdmi_lpe_a.patch patches.suse/ALSA-hda-tas2781-Support-L-SmartAmpCalibrationData-t.patch patches.suse/ALSA-hda-ca0132-Fix-missing-error-handling-in-ca0132.patch patches.suse/ASoC-SOF-amd-acp-loader-Use-GFP_KERNEL-for-DMA-alloc.patch patches.suse/ASoC-wm8962-Clear-master-mode-when-enter-runtime-sus.patch patches.suse/ASoC-Intel-avs-Fix-uninitialized-pointer-error-in-pr.patch patches.suse/ASoC-tas2781-Fix-the-wrong-step-for-TLV-on-tas2781.patch patches.suse/ASoC-Intel-sof_sdw-Add-quirk-for-Alienware-Area-51-2.patch patches.suse/ASoC-SOF-amd-Add-sof-audio-support-for-acp7.2-platfo.patch patches.suse/ASoC-amd-ps-Add-SoundWire-pci-and-dma-driver-support.patch patches.suse/ASoC-amd-acp-Add-SoundWire-legacy-machine-driver-sup.patch patches.suse/ASoC-amd-acp-Add-SoundWire-SOF-machine-driver-suppor.patch patches.suse/ASoC-SOF-Intel-hda-sdw-bpt-fix-SND_SOF_SOF_HDA_SDW_B.patch patches.suse/ALSA-hda-realtek-Restrict-prompt-only-for-CONFIG_EXP.patch patches.suse/ALSA-hda-hdmi-Restrict-prompt-only-for-CONFIG_EXPERT.patch patches.suse/ALSA-hda-cirrus-Restrict-prompt-only-for-CONFIG_EXPE.patch patches.suse/gpio-mlxbf2-use-platform_get_irq_optional.patch patches.suse/spi-cs42l43-Property-entry-should-be-a-null-terminat.patch patches.suse/io_uring-memmap-cast-nr_pages-to-size_t-before-shift.patch patches.suse/block-Improve-read-ahead-size-for-rotational-devices.patch patches.suse/block-avoid-possible-overflow-for-chunk_sectors-check-in-b.patch patches.suse/block-Enforce-power-of-2-physical-block-size.patch patches.suse/blk-ioc-don-t-hold-queue_lock-for-ioc_lookup_icq.patch patches.suse/block-move-elevator-queue-allocation-logic-into-blk_.patch patches.suse/block-fix-lockdep-warning-caused-by-lock-dependency-.patch patches.suse/block-fix-potential-deadlock-while-running-nr_hw_que.patch patches.suse/nvmet-initialize-discovery-subsys-after-debugfs-is-i.patch patches.suse/nvme-pci-fix-leak-on-sgl-setup-error.patch patches.suse/block-Fix-default-IO-priority-if-there-is-no-IO-cont.patch patches.suse/block-ensure-discard_granularity-is-zero-when-discard-is-n.patch patches.suse/md-make-rdev_addable-usable-for-rcu-mode.patch patches.suse/block-bfq-Reorder-struct-bfq_iocq_bfqq_data.patch patches.suse/nvmet-exit-debugfs-after-discovery-subsystem-exits.patch patches.suse/lib-sbitmap-convert-shallow_depth-from-one-word-to-the-who.patch patches.suse/lib-sbitmap-make-sbitmap_get_shallow-internal.patch patches.suse/bpf-Fix-memory-leak-of-bpf_scc_info-objects.patch patches.suse/libbpf-Add-the-ability-to-suppress-perf-event-enable.patch patches.suse/perf-bpf-filter-Enable-events-manually.patch patches.suse/efi-add-ovmf-debug-log-driver.patch patches.suse/x86-cpu-Add-new-Intel-CPU-model-numbers-for-Wildcatlake-an.patch patches.suse/tools-power-turbostat-regression-fix-show-C1E.patch patches.suse/tools-power-turbostat-verify-arguments-to-params-show-and-hide.patch patches.suse/tools-power-turbostat-Fix-build-with-musl.patch patches.suse/tools-power-turbostat-Handle-cap_get_proc-ENOSYS.patch patches.suse/tools-power-turbostat-Fix-bogus-SysWatt-for-forked-p.patch patches.suse/tools-power-turbostat.8-Document-Totl-C0-Any-C0-GFX-C0-CPUGFX-columns.patch patches.suse/tools-power-turbostat-Support-more-than-64-built-in-counters.patch patches.suse/tools-power-turbostat-probe-and-display-L3-cache-topology.patch patches.suse/tools-power-turbostat-delete-GET_PKG.patch patches.suse/tools-power-turbostat-add-format-average-for-external-attributes.patch patches.suse/tools-power-turbostat-Fix-DMR-support.patch patches.suse/tools-power-turbostat-standardize-PER_THREAD_PARAMS.patch patches.suse/tools-power-turbostat-Handle-non-root-legacy-uncore-.patch patches.suse/tools-power-turbostat-version-2025.09.09.patch patches.suse/sunrpc-fix-handling-of-server-side-tls-alerts.patch patches.suse/x86-sev-Evict-cache-lines-during-SNP-memory-validatio.patch patches.suse/btrfs-fix-wrong-length-parameter-for-btrfs_cleanup_o.patch patches.suse/btrfs-error-on-missing-block-group-when-unaccounting.patch patches.suse/btrfs-do-not-allow-relocation-of-partially-dropped-s.patch patches.suse/btrfs-fix-iteration-bug-in-__qgroup_excl_accounting.patch patches.suse/habanalabs-fix-UAF-in-export_dmabuf.patch patches.suse/mm-smaps-fix-race-between-smaps_hugetlb_range-and-migratio.patch patches.suse/userfaultfd-fix-a-crash-in-UFFDIO_MOVE-when-PMD-is-a-migra.patch patches.suse/rcu-Fix-racy-re-initialization-of-irq_work-causing-h.patch patches.suse/erofs-fix-atomic-context-detection-when-CONFIG_DEBUG_LOCK_ALLOC.patch patches.suse/netfilter-ctnetlink-fix-refcount-leak-on-table-dump.patch patches.suse/netfilter-ctnetlink-remove-refcounting-in-expectation-dump.patch patches.suse/net-page_pool-allow-enabling-recycling-late-fix-fals.patch patches.suse/vsock-Do-not-allow-binding-to-VMADDR_PORT_ANY.patch patches.suse/sctp-linearize-cloned-gso-packets-in-sctp_rcv.patch patches.suse/msft-hv-3329-hv_netvsc-Fix-panic-during-namespace-deletion-with-V.patch patches.suse/net-usb-qmi_wwan-add-Telit-Cinterion-FN990A-w-audio-.patch patches.suse/xfrm-restore-GSO-for-SW-crypto.patch patches.suse/xfrm-bring-back-device-check-in-validate_xmit_xfrm.patch patches.suse/tls-handle-data-disappearing-from-under-the-TLS-ULP.patch patches.suse/netfilter-nf_tables-reject-duplicate-device-on-updates.patch patches.suse/devlink-let-driver-opt-out-of-automatic-phys_port_na.patch patches.suse/ixgbe-prevent-from-unwanted-interface-name-changes.patch patches.suse/net-sched-ets-use-old-nbands-while-purging-unused-classes.patch patches.suse/net-kcm-Fix-race-condition-in-kcm_unattach.patch patches.suse/net-usb-asix_devices-add-phy_mask-for-ax88772-mdio-b.patch patches.suse/ACPI-EC-Relax-sanity-check-of-the-ECDT-ID-string.patch patches.suse/ACPI-processor-perflib-Move-problematic-pr-performan.patch patches.suse/smb-client-fix-race-with-concurrent-opens-in-rename-2-.patch patches.suse/smb3-fix-for-slab-out-of-bounds-on-mount-to-ksmbd.patch patches.suse/soc-tegra-pmc-Ensure-power-domains-are-in-a-known-st.patch patches.suse/Revert-gpio-mlxbf3-only-get-IRQ-for-device-instance-.patch patches.suse/gpio-mlxbf3-use-platform_get_irq_optional.patch patches.suse/ALSA-hda-realtek-Add-Framework-Laptop-13-AMD-Ryzen-A.patch patches.suse/ALSA-hda-realtek-Fix-headset-mic-on-HONOR-BRB-X.patch patches.suse/ALSA-azt3328-Put-__maybe_unused-for-inline-functions.patch patches.suse/Revert-ALSA-hda-Add-ASRock-X670E-Taichi-to-denylist.patch patches.suse/ASoC-fsl_sai-replace-regmap_write-with-regmap_update.patch patches.suse/ASoC-codecs-tx-macro-correct-tx_macro_component_drv-.patch patches.suse/ASoC-codec-sma1307-replace-spelling-mistake-with-new.patch patches.suse/ASoC-generic-tidyup-standardized-ASoC-menu-for-gener.patch patches.suse/ASoC-rt721-fix-FU33-Boost-Volume-control-not-working.patch patches.suse/ASoC-rt1320-fix-random-cycle-mute-issue.patch patches.suse/ASoC-tas2781-Fix-spelling-mistake-dismatch-mismatch.patch patches.suse/ASoC-codecs-Call-strscpy-with-correct-size-argument.patch patches.suse/ASoC-stm-stm32_i2s-Fix-calc_clk_div-error-handling-i.patch patches.suse/ASoC-tas2781-Normalize-the-volume-kcontrol-name.patch patches.suse/ALSA-usb-audio-Validate-UAC3-power-domain-descriptor.patch patches.suse/ALSA-usb-audio-Validate-UAC3-cluster-segment-descrip.patch patches.suse/ALSA-hda-tas2781-Normalize-the-volume-kcontrol-name.patch patches.suse/io_uring-net-commit-partial-buffers-on-retry.patch patches.suse/block-bfq-remove-redundant-__GFP_NOWARN.patch patches.suse/blk-cgroup-remove-redundant-__GFP_NOWARN.patch patches.suse/block-fix-kobject-double-initialization-in-add_disk.patch patches.suse/blk-wbt-Optimize-wbt_done-for-non-throttled-writes.patch patches.suse/blk-wbt-Eliminate-ambiguity-in-the-comments-of-struc.patch patches.suse/blk-wbt-doc-Update-the-doc-of-the-wbt_lat_usec-inter.patch patches.suse/block-restore-default-wbt-enablement.patch patches.suse/xfs-fix-scrub-trace-with-null-pointer-in-quotacheck.patch patches.suse/drm-bridge-fix-OF-node-leak.patch patches.suse/drm-amdgpu-fix-vram-reservation-issue.patch patches.suse/drm-amdgpu-fix-incorrect-vm-flags-to-map-bo.patch patches.suse/scsi-core-sysfs-Correct-sysfs-attributes-access-rights.patch patches.suse/scsi-lpfc-Fix-wrong-function-reference-in-a-comment.patch patches.suse/scsi-lpfc-Remove-redundant-assignment-to-avoid-memor.patch patches.suse/ata-libata-scsi-Fix-CDL-control.patch patches.suse/locking-Fix-__clear_task_blocked_on-warning-from-__ww_mutex_wound-path.patch patches.suse/x86-bugs-Select-best-SRSO-mitigation.patch patches.suse/ext4-preserve-SB_I_VERSION-on-remount.patch patches.suse/ext4-check-fast-symlink-for-ea_inode-correctly.patch patches.suse/ext4-fix-fsmap-end-of-range-reporting-with-bigalloc.patch patches.suse/ext4-fix-reserved-gdt-blocks-handling-in-fsmap.patch patches.suse/ext4-don-t-try-to-clear-the-orphan_present-feature-b.patch patches.suse/ext4-fix-hole-length-calculation-overflow-in-non-ext.patch patches.suse/jbd2-prevent-softlockup-in-jbd2_log_do_checkpoint.patch patches.suse/btrfs-subpage-keep-TOWRITE-tag-until-folio-is-cleane.patch patches.suse/btrfs-fix-incorrect-log-message-for-nobarrier-mount-.patch patches.suse/btrfs-restore-mount-option-info-messages-during-moun.patch patches.suse/btrfs-fix-printing-of-mount-info-messages-for-NODATA.patch patches.suse/fs-writeback-fix-use-after-free-in-__mark_inode_dirt.patch patches.suse/netfs-Fix-unbuffered-write-error-handling.patch patches.suse/pidfs-Fix-memory-leak-in-pidfd_info.patch patches.suse/fs-buffer-fix-use-after-free-when-call-bh_read-helpe.patch patches.suse/use-uniform-permission-checks-for-all-mount-propagat.patch patches.suse/net-xilinx-axienet-Fix-RX-skb-ring-management-in-DMA.patch patches.suse/net-bridge-fix-soft-lockup-in-br_multicast_query_expired.patch patches.suse/net-sched-Fix-backlog-accounting-in-qdisc_dequeue_in.patch patches.suse/Bluetooth-hci_sync-Avoid-adding-default-advertising-.patch patches.suse/Bluetooth-hci_sync-Fix-scan-state-after-PA-Sync-has-.patch patches.suse/Bluetooth-btmtk-Fix-wait_on_bit_timeout-interruption.patch patches.suse/Bluetooth-hci_core-Fix-using-cis-bis-_capable-for-cu.patch patches.suse/Bluetooth-hci_sync-Prevent-unintended-PA-sync-when-S.patch patches.suse/Bluetooth-hci_event-fix-MTU-for-BN-0-in-CIS-Establis.patch patches.suse/Bluetooth-hci_conn-do-return-error-from-hci_enhanced.patch patches.suse/net-gso-Forbid-IPv6-TSO-with-extensions-on-devices-with-on.patch patches.suse/ppp-fix-race-conditions-in-ppp_fill_forward_path.patch patches.suse/cdc_ncm-Flag-Intel-OEM-version-of-Fibocom-L850-GL-as.patch patches.suse/phy-mscc-Fix-timestamping-for-vsc8584.patch patches.suse/net-usb-asix_devices-Fix-PHY-address-mask-in-MDIO-bu.patch patches.suse/gve-prevent-ethtool-ops-after-shutdown.patch patches.suse/net-smc-fix-UAF-on-smcsk-after-smc_listen_out.patch patches.suse/net-mlx5-HWS-fix-bad-parameter-in-CQ-creation.patch patches.suse/net-mlx5-HWS-fix-simple-rules-rehash-error-flow.patch patches.suse/net-mlx5-HWS-fix-complex-rules-rehash-error-flow.patch patches.suse/net-mlx5-HWS-prevent-rehash-from-filling-up-the-queu.patch patches.suse/net-mlx5-HWS-don-t-rehash-on-every-kind-of-insertion.patch patches.suse/net-mlx5-HWS-Fix-table-creation-UID.patch patches.suse/net-mlx5-CT-Use-the-correct-counter-offset.patch patches.suse/microchip-lan865x-fix-missing-netif_start_queue-call.patch patches.suse/microchip-lan865x-fix-missing-Timer-Increment-config.patch patches.suse/ixgbe-xsk-resolve-the-negative-overflow-of-budget-in.patch patches.suse/ixgbe-fix-ndo_xdp_xmit-workloads.patch patches.suse/igc-fix-disabling-L1.2-PCI-E-link-substate-on-I226-o.patch patches.suse/net-sched-Make-cake_enqueue-return-NET_XMIT_CN-when-.patch patches.suse/net-hsr-reject-HSR-frame-if-skb-can-t-hold-tag.patch patches.suse/ipv6-sr-Fix-MAC-comparison-to-be-constant-time.patch patches.suse/tls-fix-handling-of-zero-length-records-on-the-rx_list.patch patches.suse/Octeontx2-af-Skip-overlap-check-for-SPI-field.patch patches.suse/net-mlx5-Base-ECVF-devlink-port-attrs-from-0.patch patches.suse/net-mlx5-Remove-default-QoS-group-and-attach-vports-.patch patches.suse/net-mlx5e-Preserve-tc-bw-during-parent-changes.patch patches.suse/net-mlx5-Destroy-vport-QoS-element-when-no-configura.patch patches.suse/net-mlx5-Fix-QoS-reference-leak-in-vport-enable-erro.patch patches.suse/net-mlx5-Restore-missing-scheduling-node-cleanup-on-.patch patches.suse/net-mlx5e-Query-FW-for-buffer-ownership.patch patches.suse/net-mlx5e-Preserve-shared-buffer-capacity-during-hea.patch patches.suse/netfilter-nf_reject-don-t-leak-dst-refcount-for-loopback-p.patch patches.suse/cpupower-Fix-a-bug-where-the-t-option-of-the-set-sub.patch patches.suse/ACPI-APEI-EINJ-Check-if-user-asked-for-EINJV2-inject.patch patches.suse/ACPI-APEI-EINJ-fix-potential-NULL-dereference-in-__e.patch patches.suse/ACPI-APEI-EINJ-Fix-resource-leak-by-remove-callback-.patch patches.suse/ACPI-pfr_update-Fix-the-driver-update-version-check.patch patches.suse/spi-spi-fsl-lpspi-Clamp-too-high-speed_hz.patch patches.suse/cgroup-cpuset-Use-static_branch_enable_cpuslocked-on-cpuse.patch patches.suse/cgroup-cpuset-Fix-a-partition-error-with-CPU-hotplug.patch patches.suse/squashfs-fix-memory-leak-in-squashfs_fill_super.patch patches.suse/mm-mremap-fix-WARN-with-uffd-that-has-remap-events-disable.patch patches.suse/NFS-Fix-a-race-when-updating-an-existing-write.patch patches.suse/ALSA-hda-realtek-Add-support-for-HP-EliteBook-x360-8.patch patches.suse/ALSA-hda-tas2781-Add-name-prefix-tas2781-for-tas2781.patch patches.suse/ALSA-usb-audio-Fix-size-validation-in-convert_chmap_.patch patches.suse/ALSA-hda-realtek-Fix-headset-mic-on-ASUS-Zenbook-14.patch patches.suse/ALSA-hda-realtek-Audio-disappears-on-HP-15-fc000-aft.patch patches.suse/ALSA-hda-tas2781-Fix-wrong-reference-of-tasdevice_pr.patch patches.suse/ASoC-codecs-ES9389-Modify-the-standby-configuration.patch patches.suse/ASoC-cs35l56-Update-Firmware-Addresses-for-CS35L63-f.patch patches.suse/ASoC-cs35l56-Handle-new-algorithms-IDs-for-CS35L63.patch patches.suse/ASoC-cs35l56-Remove-SoundWire-Clock-Divider-workarou.patch patches.suse/ALSA-timer-fix-ida_free-call-while-not-allocated.patch patches.suse/ALSA-usb-audio-Use-correct-sub-type-for-UAC3-feature.patch patches.suse/iommu-amd-Avoid-stack-buffer-overflow-from-kernel-cm.patch patches.suse/iommu-arm-smmu-v3-Fix-smmu_domain-nr_ats_masters-dec.patch patches.suse/RDMA-rxe-Flush-delayed-SKBs-while-releasing-RXE-reso.patch patches.suse/RDMA-erdma-Fix-ignored-return-value-of-init_kernel_q.patch patches.suse/RDMA-hns-Fix-querying-wrong-SCC-context-for-DIP-algo.patch patches.suse/RDMA-bnxt_re-Fix-to-do-SRQ-armena-by-default.patch patches.suse/RDMA-bnxt_re-Fix-to-remove-workload-check-in-SRQ-lim.patch patches.suse/RDMA-bnxt_re-Fix-a-possible-memory-leak-in-the-drive.patch patches.suse/RDMA-bnxt_re-Fix-to-initialize-the-PBL-array.patch patches.suse/RDMA-core-Free-pfn_list-with-appropriate-kvfree-call.patch patches.suse/RDMA-hns-Fix-dip-entries-leak-on-devices-newer-than-.patch patches.suse/mmc-sdhci-pci-gli-Add-a-new-function-to-simplify-the.patch patches.suse/mmc-sdhci-pci-gli-GL9763e-Rename-the-gli_set_gl9763e.patch patches.suse/mmc-sdhci-pci-gli-GL9763e-Mask-the-replay-timer-time.patch patches.suse/mmc-sdhci-of-arasan-Ensure-CD-logic-stabilization-be.patch patches.suse/memstick-Fix-deadlock-by-moving-removing-flag-earlie.patch patches.suse/mmc-sdhci_am654-Disable-HS400-for-AM62P-SR1.0-and-SR.patch patches.suse/scsi-ufs-ufs-pci-Add-support-for-Intel-Wildcat-Lake.patch patches.suse/scsi-qla4xxx-Prevent-a-potential-error-pointer-deref.patch patches.suse/io_uring-futex-ensure-io_futex_wait-cleans-up-proper.patch patches.suse/block-handle-pi_tuple_size-in-queue_limits_stack_int.patch patches.suse/block-remove-newlines-from-the-warnings-in-blk_valid.patch patches.suse/block-tone-down-bio_check_eod.patch patches.suse/blk-mq-fix-lockdep-warning-in-__blk_mq_update_nr_hw_.patch patches.suse/block-skip-q-rq_qos-check-in-rq_qos_done_bio.patch patches.suse/block-decrement-block_rq_qos-static-key-in-rq_qos_de.patch patches.suse/block-avoid-cpu_hotplug_lock-depedency-on-freeze_loc.patch patches.suse/platform-x86-intel-uncore-freq-Check-write-blocked-f.patch patches.suse/platform-x86-amd-hsmp-Ensure-sock-metric_tbl_addr-is.patch patches.suse/compiler-remove-__ADDRESSABLE_ASM-_STR-again.patch patches.suse/s390-sclp-Fix-SCCB-present-check.patch patches.suse/s390-mm-Do-not-map-lowcore-with-identity-mapping.patch patches.suse/s390-hypfs-Avoid-unnecessary-ioctl-registration-in-debugfs.patch patches.suse/s390-hypfs-Enable-limited-access-during-lockdown.patch patches.suse/drm-amdgpu-swm14-Update-power-limit-logic.patch patches.suse/drm-amd-display-Avoid-a-NULL-pointer-dereference.patch patches.suse/drm-amd-display-Fix-Xorg-desktop-unresponsive-on-Rep.patch patches.suse/drm-amd-display-Add-null-pointer-check-in-mod_hdcp_h.patch patches.suse/drm-amd-display-Don-t-overclock-DCE-6-by-15.patch patches.suse/drm-amd-display-Adjust-DCE-8-10-clock-don-t-overcloc.patch patches.suse/drm-amd-display-Find-first-CRTC-and-its-line-time-in.patch patches.suse/drm-amd-display-Fill-display-clock-and-vblank-time-i.patch patches.suse/drm-amd-display-Don-t-warn-when-missing-DCE-encoder-.patch patches.suse/drm-amd-display-Don-t-print-errors-for-nonexistent-c.patch patches.suse/drm-amd-display-Fix-fractional-fb-divider-in-set_pix.patch patches.suse/drm-amd-display-Fix-DP-audio-DTO1-clock-source-on-DC.patch patches.suse/drm-nouveau-nvif-Fix-potential-memory-leak-in-nvif_v.patch patches.suse/drm-nouveau-fix-typos-in-comments.patch patches.suse/drm-tests-Fix-endian-warning.patch patches.suse/iosys-map-Fix-undefined-behavior-in-iosys_map_clear.patch patches.suse/accel-habanalabs-gaudi2-Use-kvfree-for-memory-alloca.patch patches.suse/drm-hisilicon-hibmc-fix-the-hibmc-loaded-failed-bug.patch patches.suse/tracing-Limit-access-to-parser-buffer-when-trace_get_user-.patch patches.suse/trace-fgraph-Fix-the-warning-caused-by-missing-unregister-.patch patches.suse/ftrace-Fix-potential-warning-in-trace_printk_seq-during-ft.patch patches.suse/ftrace-Also-allocate-and-copy-hash-for-reading-of-filter-f.patch patches.suse/usb-quirks-Add-DELAY_INIT-quick-for-another-SanDisk-.patch patches.suse/usb-renesas-xhci-Fix-External-ROM-access-timeouts.patch patches.suse/usb-core-hcd-fix-accessing-unmapped-memory-in-SINGLE.patch patches.suse/USB-storage-Add-unusual-devs-entry-for-Novatek-NTK96.patch patches.suse/usb-dwc3-Ignore-late-xferNotReady-event-to-prevent-h.patch patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Wildcat-Lake.patch patches.suse/usb-storage-realtek_cr-Use-correct-byte-order-for-bc.patch patches.suse/USB-storage-Ignore-driver-CD-mode-for-Realtek-multi-.patch patches.suse/usb-dwc3-Remove-WARN_ON-for-device-endpoint-command-.patch patches.suse/usb-typec-maxim_contaminant-disable-low-power-mode-w.patch patches.suse/usb-typec-maxim_contaminant-re-enable-cc-toggle-if-c.patch patches.suse/usb-xhci-Fix-slot_id-resource-race-conflict.patch patches.suse/cdx-Fix-off-by-one-error-in-cdx_rpmsg_probe.patch patches.suse/comedi-pcl726-Prevent-invalid-irq-number.patch patches.suse/comedi-Fix-use-of-uninitialized-memory-in-do_insn_io.patch patches.suse/comedi-Make-insn_rw_emulate_bits-do-insn-n-samples.patch patches.suse/most-core-Drop-device-reference-after-usage-in-get_c.patch patches.suse/iio-proximity-isl29501-fix-buffered-read-on-big-endi.patch patches.suse/iio-temperature-maxim_thermocouple-use-DMA-safe-buff.patch patches.suse/iio-imu-inv_icm42600-change-invalid-data-error-to-EB.patch patches.suse/iio-light-as73211-Ensure-buffer-holes-are-zeroed.patch patches.suse/iio-pressure-bmp280-Use-IS_ERR-in-bmp280_common_prob.patch patches.suse/x86-cpu-hygon-Add-missing-resctrl_cpu_detect-in-bsp_i.patch patches.suse/x86-bugs-Fix-GDS-mitigation-selecting-when-mitigation-is-o.patch patches.suse/perf-Avoid-undefined-behavior-from-stopping-starting-inact.patch patches.suse/pinctrl-STMFX-add-missing-HAS_IOMEM-dependency.patch patches.suse/of-dynamic-Fix-memleak-when-of_pci_add_properties-fa.patch patches.suse/of-reserved_mem-Add-missing-IORESOURCE_MEM-flag-on-r.patch patches.suse/of-dynamic-Fix-use-after-free-in-of_changeset_add_pr.patch patches.suse/vhost-net-Protect-ubufs-with-rcu-read-lock-in-vhost_.patch patches.suse/vhost-Fix-ioctl-for-VHOST_-GS-ET_FORK_FROM_OWNER.patch patches.suse/perf-test-Fix-a-build-error-in-x86-topdown-test.patch patches.suse/tools-headers-Sync-KVM-headers-with-the-kernel-source.patch patches.suse/tools-headers-Sync-x86-headers-with-the-kernel-source.patch patches.suse/tools-headers-Sync-arm64-headers-with-the-kernel-source.patch patches.suse/tools-headers-Sync-uapi-linux-fcntl.h-with-the-kernel-sour-b18aabe2.patch patches.suse/tools-headers-Sync-uapi-linux-vhost.h-with-the-kernel-sour.patch patches.suse/perf-symbol-minimal-Fix-ehdr-reading-in-filename__read_bui.patch patches.suse/perf-symbol-Add-blocking-argument-to-filename__read_build_.patch patches.suse/KVM-PPC-Fix-misleading-interrupts-comment-in-kvmppc_prepare_to_enter.patch patches.suse/powerpc-kvm-Fix-ifdef-to-remove-build-warning.patch patches.suse/dma-pool-Ensure-DMA_DIRECT_REMAP-allocations-are-dec.patch patches.suse/net-macb-fix-unregister_netdev-call-order-in-macb_re.patch patches.suse/idpf-add-support-for-Tx-refillqs-in-flow-scheduling-.patch patches.suse/idpf-improve-when-to-set-RE-bit-logic.patch patches.suse/idpf-simplify-and-fix-splitq-Tx-packet-rollback-erro.patch patches.suse/idpf-replace-flow-scheduling-buffer-ring-with-buffer.patch patches.suse/idpf-stop-Tx-if-there-are-insufficient-buffer-resour.patch patches.suse/idpf-remove-obsolete-stashing-code.patch patches.suse/Bluetooth-hci_event-Treat-UNKNOWN_CONN_ID-on-disconn.patch patches.suse/Bluetooth-hci_event-Mark-connection-as-closed-during.patch patches.suse/Bluetooth-hci_event-Detect-if-HCI_EV_NUM_COMP_PKTS-i.patch patches.suse/Bluetooth-hci_sync-fix-set_local_name-race-condition.patch patches.suse/atm-atmtcp-Prevent-arbitrary-write-in-atmtcp_recv_co.patch patches.suse/mISDN-hfcpci-Fix-warning-when-deleting-uninitialized.patch patches.suse/net-usb-qmi_wwan-add-Telit-Cinterion-LE910C4-WWX-new.patch patches.suse/bnxt_en-Fix-memory-corruption-when-FW-resources-chan.patch patches.suse/bnxt_en-Adjust-TX-rings-if-reservation-is-less-than-.patch patches.suse/bnxt_en-Fix-stats-context-reservation-logic.patch patches.suse/ice-fix-NULL-pointer-dereference-in-ice_unplug_aux_d.patch patches.suse/ice-don-t-leave-device-non-functional-if-Tx-schedule.patch patches.suse/ice-use-fixed-adapter-index-for-E825C-embedded-devic.patch patches.suse/ice-fix-incorrect-counter-for-buffer-allocation-fail.patch patches.suse/ixgbe-fix-ixgbe_orom_civd_info-struct-layout.patch patches.suse/net-mlx5-HWS-Fix-memory-leak-in-hws_pool_buddy_init-.patch patches.suse/net-mlx5-HWS-Fix-memory-leak-in-hws_action_get_share.patch patches.suse/net-mlx5-HWS-Fix-uninitialized-variables-in-mlx5hws_.patch patches.suse/net-mlx5-HWS-Fix-pattern-destruction-in-mlx5hws_pat_.patch patches.suse/net-mlx5-Reload-auxiliary-drivers-on-fw_activate.patch patches.suse/net-mlx5-Fix-lockdep-assertion-on-sync-reset-unload-.patch patches.suse/net-mlx5-Nack-sync-reset-when-SFs-are-present.patch patches.suse/net-mlx5-Prevent-flow-steering-mode-changes-in-switc.patch patches.suse/net-mlx5e-Update-and-set-Xon-Xoff-upon-MTU-set.patch patches.suse/net-mlx5e-Update-and-set-Xon-Xoff-upon-port-speed-se.patch patches.suse/net-mlx5e-Set-local-Xoff-after-FW-update.patch patches.suse/msft-hv-3330-net-hv_netvsc-fix-loss-of-early-receive-events-from-.patch patches.suse/net-rose-split-remove-and-free-operations-in-rose_re.patch patches.suse/net-rose-convert-use-field-to-refcount_t.patch patches.suse/net-rose-include-node-references-in-rose_neigh-refco.patch patches.suse/sctp-initialize-more-fields-in-sctp_v6_from_sk.patch patches.suse/net-rose-fix-a-typo-in-rose_clear_routes.patch patches.suse/fbnic-Move-phylink-resume-out-of-service_task-and-in.patch patches.suse/io_uring-kbuf-fix-signedness-in-this_len-calculation.patch patches.suse/io_uring-kbuf-always-use-READ_ONCE-to-read-ring-prov.patch patches.suse/blk-zoned-Fix-a-lockdep-complaint-about-recursive-locking.patch patches.suse/block-validate-QoS-before-calling-__rq_qos_done_bio.patch patches.suse/drm-xe-vm-Clear-the-scratch_pt-pointer-on-error.patch patches.suse/drm-xe-Don-t-trigger-rebind-on-initial-dma-buf-valid.patch patches.suse/drm-nouveau-disp-Always-accept-linear-modifier.patch patches.suse/drm-nouveau-fix-error-path-in-nvkm_gsp_fwsec_v2.patch patches.suse/drm-nouveau-remove-unused-increment-in-gm200_flcn_pi.patch patches.suse/drm-nouveau-remove-unused-memory-target-test.patch patches.suse/Revert-drm-amdgpu-fix-incorrect-vm-flags-to-map-bo.patch patches.suse/drm-amd-amdgpu-disable-hwmon-power1_cap-for-gfx-11.0.patch patches.suse/drm-msm-Defer-fd_install-in-SUBMIT-ioctl.patch patches.suse/drm-msm-kms-move-snapshot-init-earlier-in-KMS-init.patch patches.suse/drm-msm-update-the-high-bitfield-of-certain-DSI-regi.patch patches.suse/drm-mediatek-Add-error-handling-for-old-state-CRTC-i.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-Fix-ACPI-dsd-ICRS-I.patch patches.suse/HID-intel-thc-hid-intel-thc-Fix-incorrect-pointer-ar.patch patches.suse/HID-multitouch-fix-slab-out-of-bounds-access-in-mt_r.patch patches.suse/HID-wacom-Add-a-new-Art-Pen-2.patch patches.suse/hid-fix-I2C-read-buffer-overflow-in-raw_event-for-mc.patch patches.suse/HID-asus-fix-UAF-via-HID_CLAIMED_INPUT-validation.patch patches.suse/HID-hid-ntrig-fix-unable-to-handle-page-fault-in-ntr.patch patches.suse/HID-intel-thc-hid-Intel-quicki2c-Enhance-driver-re-i.patch patches.suse/HID-input-rename-hidinput_set_battery_charge_status.patch patches.suse/HID-input-report-battery-status-changes-immediately.patch patches.suse/HID-logitech-Add-ids-for-G-PRO-2-LIGHTSPEED.patch patches.suse/HID-quirks-add-support-for-Legion-Go-dual-dinput-mod.patch patches.suse/xfs-do-not-propagate-ENODATA-disk-errors-into-xattr-code.patch patches.suse/fs-smb-Fix-inconsistent-refcnt-update.patch patches.suse/efi-stmm-Fix-incorrect-buffer-allocation-method.patch patches.suse/efivarfs-Fix-slab-out-of-bounds-in-efivarfs_d_compar.patch patches.suse/KVM-x86-use-array_index_nospec-with-indices-that-com.patch patches.suse/arm64-mm-Fix-CFI-failure-due-to-kpti_ng_pgd_alloc-function.patch patches.suse/sched-deadline-Fix-dl_server_stopped.patch patches.suse/sched-deadline-Always-stop-dl-server-before-changing.patch patches.suse/sched-deadline-Fix-RT-task-potential-starvation-when.patch patches.suse/sched-deadline-Don-t-count-nr_running-for-dl_server-.patch patches.suse/x86-microcode-AMD-Handle-the-case-of-no-BIOS-microcode.patch patches.suse/x86-bugs-Add-attack-vector-controls-for-SSB.patch patches.suse/btrfs-abort-transaction-on-failure-to-add-link-to-in.patch patches.suse/btrfs-fix-inode-leak-on-failure-to-add-link-to-inode.patch patches.suse/btrfs-simplify-error-handling-logic-for-btrfs_link.patch patches.suse/btrfs-fix-race-between-logging-inode-and-checking-if.patch patches.suse/btrfs-fix-race-between-setting-last_dir_index_offset.patch patches.suse/btrfs-avoid-load-store-tearing-races-when-checking-i.patch patches.suse/of_numa-fix-uninitialized-memory-nodes-causing-kerne.patch patches.suse/ocfs2-prevent-release-journal-inode-after-journal-sh.patch patches.suse/mm-userfaultfd-fix-kmap_local-LIFO-ordering-for-CONF.patch patches.suse/kasan-fix-GCC-mem-intrinsic-prefix-with-sw-tags.patch patches.suse/mm-damon-core-prevent-unnecessary-overflow-in-damos_.patch patches.suse/proc-fix-missing-pde_set_flags-for-net-proc-files.patch patches.suse/mm-move-page-table-sync-declarations-to-linux-pgtabl.patch patches.suse/mm-introduce-and-use-pgd-p4d-_populate_kernel.patch patches.suse/x86-mm-64-define-ARCH_PAGE_TABLE_SYNC_MASK-and-arch_.patch patches.suse/ALSA-usb-audio-Add-mute-TLV-for-playback-volumes-on-.patch patches.suse/ALSA-hda-intel-dsp-config-Select-SOF-driver-on-MTL-C.patch patches.suse/ALSA-hda-hdmi-Restore-missing-HDMI-codec-entries.patch patches.suse/ALSA-hda-realtek-Fix-headset-mic-for-TongFang-X6-AF-.patch patches.suse/ALSA-usb-audio-move-mixer_quirks-min_mute-into-commo.patch patches.suse/ALSA-hda-tas2781-Fix-EFI-name-for-calibration-beginn.patch patches.suse/ALSA-hda-Avoid-binding-with-SOF-for-SKL-KBL-platform.patch patches.suse/ALSA-usb-audio-Add-mute-TLV-for-playback-volumes-on--2cbe4ac.patch patches.suse/ASoC-codecs-idt821034-fix-wrong-log-in-idt821034_chi.patch patches.suse/ASoC-soc-core-care-NULL-dirver-name-on-snd_soc_looku.patch patches.suse/ASoC-soc-core-tidyup-snd_soc_lookup_component_nolock.patch patches.suse/ASoC-rsnd-tidyup-direction-name-on-rsnd_dai_connect.patch patches.suse/ASoC-SOF-Intel-WCL-Add-the-sdw_process_wakeen-op.patch patches.suse/ALSA-docs-Add-documents-for-recently-changes-in-snd-.patch patches.suse/ALSA-firewire-motu-drop-EPOLLOUT-from-poll-return-va.patch patches.suse/ALSA-hda-tas2781-fix-tas2563-EFI-data-endianness.patch patches.suse/ALSA-hda-tas2781-reorder-tas2563-calibration-variabl.patch patches.suse/ALSA-usb-audio-Allow-Focusrite-devices-to-use-low-sa.patch patches.suse/ALSA-hda-hdmi-Add-pin-fix-for-another-HP-EliteDesk-8.patch patches.suse/sched-Fix-sched_numa_find_nth_cpu-if-mask-offline.patch patches.suse/soc-qcom-mdt_loader-Deal-with-zero-e_shentsize.patch patches.suse/tee-fix-NULL-pointer-dereference-in-tee_shm_put.patch patches.suse/tee-fix-memory-leak-in-tee_dyn_shm_alloc_helper.patch patches.suse/tee-optee-ffa-fix-a-typo-of-optee_ffa_api_is_compatible.patch patches.suse/arm64-dts-imx8mp-tqma8mpql-fix-LDO5-power-off.patch patches.suse/arm64-dts-imx8mp-Fix-missing-microSD-slot-vqmmc-on-DH-elec.patch patches.suse/arm64-dts-imx8mp-Fix-missing-microSD-slot-vqmmc-on-Data-Mo.patch patches.suse/arm64-dts-rockchip-Add-vcc-supply-to-SPI-flash-on-rk3399-p.patch patches.suse/arm64-dts-rockchip-Fix-the-headphone-detection-on-the-oran.patch patches.suse/arm64-dts-rockchip-Fix-Bluetooth-interrupts-flag-on-Neardi.patch patches.suse/mm-slub-avoid-accessing-metadata-when-pointer-is-invalid-i.patch patches.suse/wifi-rt2800-select-CONFIG_RT2X00_LIB-as-needed.patch patches.suse/wifi-rt2x00-fix-CRC_CCITT-dependency.patch patches.suse/wifi-cfg80211-fix-use-after-free-in-cmp_bss.patch patches.suse/wifi-brcmfmac-fix-use-after-free-when-rescheduling-b.patch patches.suse/wifi-mac80211-fix-incorrect-type-for-ret.patch patches.suse/wifi-mac80211-increase-scan_ies_len-for-S1G.patch patches.suse/wifi-mac80211-do-not-permit-40-MHz-EHT-operation-on-.patch patches.suse/wifi-mwifiex-Initialize-the-chan_stats-array-to-zero.patch patches.suse/wifi-mt76-mt7996-Initialize-hdr-before-passing-to-sk.patch patches.suse/wifi-mt76-mt7921-don-t-disconnect-when-CSA-to-DFS-ch.patch patches.suse/wifi-mt76-mt7925-fix-locking-in-mt7925_change_vif_li.patch patches.suse/wifi-mt76-mt7925-fix-the-wrong-bss-cleanup-for-SAP.patch patches.suse/wifi-mt76-mt7925u-use-connac3-tx-aggr-check-in-tx-co.patch patches.suse/wifi-mt76-mt7925-skip-EHT-MLD-TLV-on-non-MLD-and-pas.patch patches.suse/wifi-mt76-prevent-non-offchannel-mgmt-tx-during-scan.patch patches.suse/wifi-mt76-mt7996-disable-beacons-when-going-offchann.patch patches.suse/wifi-mt76-mt7996-use-the-correct-vif-link-for-scanni-4be3b46.patch patches.suse/wifi-mt76-mt7996-fix-crash-on-some-tx-status-reports.patch patches.suse/wifi-mt76-do-not-add-non-sta-wcid-entries-to-the-pol.patch patches.suse/wifi-mt76-mt7996-add-missing-check-for-rx-wcid-entri.patch patches.suse/wifi-mt76-mt7915-fix-list-corruption-after-hardware-.patch patches.suse/wifi-mt76-free-pending-offchannel-tx-frames-on-wcid-.patch patches.suse/wifi-mt76-fix-linked-list-corruption.patch patches.suse/wifi-iwlwifi-if-scratch-is-0U-consider-it-a-failure.patch patches.suse/wifi-iwlwifi-acpi-check-DSM-func-validity.patch patches.suse/wifi-iwlwifi-uefi-check-DSM-item-validity.patch patches.suse/wifi-iwlwifi-cfg-restore-some-1000-series-configs.patch patches.suse/wifi-iwlwifi-fix-byte-count-table-for-old-devices.patch patches.suse/wifi-iwlwifi-cfg-add-back-more-lost-PCI-IDs.patch patches.suse/net_sched-gen_estimator-fix-est_timer-vs-CONFIG_PREE.patch patches.suse/xirc2ps_cs-fix-register-access-when-enabling-FullDup.patch patches.suse/ptp-ocp-fix-use-after-free-bugs-causing-by-ptp_ocp_w.patch patches.suse/mISDN-Fix-memory-leak-in-dsp_hwec_enable.patch patches.suse/microchip-lan865x-Fix-module-autoloading.patch patches.suse/microchip-lan865x-Fix-LAN8651-autoloading.patch patches.suse/Bluetooth-vhci-Prevent-use-after-free-by-removing-de.patch patches.suse/Bluetooth-Fix-use-after-free-in-l2cap_sock_cleanup_l.patch patches.suse/eth-mlx4-Fix-IS_ERR-vs-NULL-check-bug-in-mlx4_en_cre.patch patches.suse/batman-adv-fix-OOB-read-write-in-network-coding-deco.patch patches.suse/net-smc-fix-one-NULL-pointer-dereference-in-smc_ib_i.patch patches.suse/net-sfp-add-quirk-for-FLYPRO-copper-SFP-module.patch patches.suse/net-tcp-Fix-socket-memory-leak-in-TCP-AO-failure-han.patch patches.suse/vxlan-Fix-NPD-when-refreshing-an-FDB-entry-with-a-nexthop-.patch patches.suse/vxlan-Fix-NPD-in-arp-neigh-_reduce-when-using-nextho.patch patches.suse/wifi-cw1200-cap-SSID-length-in-cw1200_do_join.patch patches.suse/wifi-libertas-cap-SSID-len-in-lbs_associate.patch patches.suse/wifi-cfg80211-sme-cap-SSID-length-in-__cfg80211_conn.patch patches.suse/wifi-wilc1000-avoid-buffer-overflow-in-WID-string-co.patch patches.suse/wifi-ath12k-Set-EMLSR-support-flag-in-MLO-flags-for-.patch patches.suse/wifi-ath11k-fix-group-data-packet-drops-during-rekey.patch patches.suse/ice-fix-NULL-access-of-tx-in_use-in-ice_ptp_ts_irq.patch patches.suse/ice-fix-NULL-access-of-tx-in_use-in-ice_ll_ts_intr.patch patches.suse/idpf-fix-UAF-in-RDMA-core-aux-dev-deinitialization.patch patches.suse/idpf-set-mac-type-when-adding-and-removing-MAC-filte.patch patches.suse/i40e-remove-read-access-to-debugfs-files.patch patches.suse/i40e-Fix-potential-invalid-access-when-MAC-list-is-e.patch patches.suse/ixgbe-fix-incorrect-map-used-in-eee-linkmode.patch patches.suse/e1000e-fix-heap-overflow-in-e1000_set_eeprom.patch patches.suse/ipv4-Fix-NULL-vs-error-pointer-check-in-inet_blackho.patch patches.suse/net-smc-Remove-validation-of-reserved-bits-in-CLC-De.patch patches.suse/ax25-properly-unshare-skbs-in-ax25_kiss_rcv.patch patches.suse/net-xilinx-axienet-Add-error-handling-for-RX-metadat.patch patches.suse/ppp-fix-memory-leak-in-pad_compress_skb.patch patches.suse/accel-ivpu-Prevent-recovery-work-from-being-queued-d.patch patches.suse/drm-bridge-ti-sn65dsi86-fix-REFCLK-setting.patch patches.suse/drm-amdgpu-drop-hw-access-in-non-DC-audio-fini.patch patches.suse/drm-amd-display-Clear-the-CUR_ENABLE-register-on-DCN.patch patches.suse/drm-amd-amdgpu-Fix-missing-error-return-on-kzalloc-f.patch patches.suse/nvme-fix-PI-insert-on-write.patch patches.suse/md-raid1-fix-data-lost-for-writemostly-rdev.patch patches.suse/platform-x86-asus-wmi-Remove-extra-keys-from-ignore_.patch patches.suse/platform-x86-asus-wmi-Fix-ROG-button-mapping-tablet-.patch patches.suse/platform-x86-amd-pmc-Add-TUXEDO-IB-Pro-Gen10-AMD-to-.patch patches.suse/platform-x86-intel-pmc-Add-Bartlett-Lake-support-to-.patch patches.suse/platform-x86-acer-wmi-Stop-using-ACPI-bitmap-for-pla.patch patches.suse/platform-x86-intel-power-domains-Use-topology_logica.patch patches.suse/hwmon-mlxreg-fan-Prevent-fans-from-getting-stuck-at-.patch patches.suse/cifs-prevent-NULL-pointer-dereference-in-UTF16-conversion.patch patches.suse/ACPI-IORT-Fix-memory-leak-in-iort_rmr_alloc_sids.patch patches.suse/arm64-ftrace-fix-unreachable-PLT-for-ftrace_caller-in-init.patch patches.suse/spi-cadence-quadspi-Implement-refcount-to-handle-unb.patch patches.suse/spi-spi-fsl-lpspi-Fix-transmissions-when-using-CONT.patch patches.suse/spi-spi-fsl-lpspi-Set-correct-chip-select-polarity-b.patch patches.suse/spi-spi-fsl-lpspi-Reset-FIFO-and-disable-module-on-t.patch patches.suse/spi-spi-fsl-lpspi-Clear-status-register-after-disabl.patch patches.suse/scsi-lpfc-Fix-buffer-free-clear-order-in-deferred-re.patch patches.suse/perf-bpf-event-Fix-use-after-free-in-synthesis.patch patches.suse/perf-bpf-utils-Constify-bpil_array_desc.patch patches.suse/perf-bpf-utils-Harden-get_bpf_prog_info_linear.patch patches.suse/perf-tests-Fix-PE-file-support-test-build.patch patches.suse/perf-test-Checking-BPF-metadata-collection-fails-on-versio.patch patches.suse/perf-symbol-elf-Add-support-for-the-block-argument-for-lib.patch patches.suse/ACPI-RISC-V-Fix-FFH_CPPC_CSR-error-handling.patch patches.suse/riscv-bpf-use-lw-when-reading-int-cpu-in-BPF_MOV64_P.patch patches.suse/riscv-bpf-use-lw-when-reading-int-cpu-in-bpf_get_smp.patch patches.suse/perf-Fix-the-POLL_HUP-delivery-breakage.patch patches.suse/i2c-i801-Hide-Intel-Birch-Stream-SoC-TCO-WDT.patch patches.suse/fs-add-a-FMODE_-flag-to-indicate-IOCB_HAS_METADATA-a.patch patches.suse/trace-fgraph-Fix-error-handling.patch patches.suse/NFSv4-Don-t-clear-capabilities-that-won-t-be-reset.patch patches.suse/NFSv4-Clear-the-NFS_CAP_FS_LOCATIONS-flag-if-it-is-not-set.patch patches.suse/NFSv4-Clear-NFS_CAP_OPEN_XOR-and-NFS_CAP_DELEGTIME-if-not-supported.patch patches.suse/NFSv4-Clear-the-NFS_CAP_XATTR-flag-if-not-supported-by-the-server.patch patches.suse/flexfiles-pNFS-fix-NULL-checks-on-result-of-ff_layout_choose_ds_for_read.patch patches.suse/NFS-nfs_invalidate_folio-must-observe-the-offset-and-size-arguments.patch patches.suse/Revert-SUNRPC-Don-t-allow-waiting-for-exiting-tasks.patch patches.suse/SUNRPC-call-xs_sock_process_cmsg-for-all-cmsg.patch patches.suse/NFSv4-flexfiles-Fix-layout-merge-mirror-check.patch patches.suse/Documentation-hw-vuln-Add-VMSCAPE-documentation.patch patches.suse/x86-vmscape-Enumerate-VMSCAPE-bug.patch patches.suse/x86-vmscape-Add-conditional-IBPB-mitigation.patch patches.suse/x86-vmscape-Enable-the-mitigation.patch patches.suse/x86-bugs-Move-cpu_bugs_smt_update-down.patch patches.suse/x86-vmscape-Warn-when-STIBP-is-disabled-with-SMT.patch patches.suse/x86-vmscape-Add-old-Intel-CPUs-to-affected-list.patch patches.suse/mm-damon-core-set-quota-charged_from-to-jiffies-at-f.patch patches.suse/mm-damon-lru_sort-avoid-divide-by-zero-in-damon_lru_.patch patches.suse/mm-damon-reclaim-avoid-divide-by-zero-in-damon_recla.patch patches.suse/mm-memory-failure-fix-redundant-updates-for-already-poison.patch patches.suse/percpu-fix-race-on-alloc-failed-warning-limit.patch patches.suse/ocfs2-fix-recursive-semaphore-deadlock-in-fiemap-cal.patch patches.suse/compiler-clang.h-define-__SANITIZE_-__-macros-only-w.patch patches.suse/proc-fix-type-confusion-in-pde_set_flags.patch patches.suse/mm-damon-sysfs-fix-use-after-free-in-state_show.patch patches.suse/bpf-Check-the-helper-function-is-valid-in-get_helper.patch patches.suse/bpf-Fix-out-of-bounds-dynptr-write-in-bpf_crypto_cry.patch patches.suse/selftests-bpf-Extend-crypto_sanity-selftest-with-inv.patch patches.suse/selftests-bpf-Fix-expression-result-unused-warnings-.patch patches.suse/bpf-Fix-bpf_strnstr-to-handle-suffix-match-cases-bet.patch patches.suse/selftests-bpf-Add-tests-for-bpf_strnstr.patch patches.suse/bpf-Update-the-list-of-BPF-selftests-maintainers.patch patches.suse/rqspinlock-Choose-trylock-fallback-for-NMI-waiters.patch patches.suse/bpf-Allow-fall-back-to-interpreter-for-programs-with.patch patches.suse/tcp_bpf-Call-sk_msg_free-when-tcp_bpf_send_verdict-f.patch patches.suse/bpf-Reject-bpf_timer-for-PREEMPT_RT.patch patches.suse/selftests-bpf-Skip-timer-cases-when-bpf_timer-is-not.patch patches.suse/btrfs-fix-squota-compressed-stats-leak.patch patches.suse/btrfs-fix-corruption-reading-compressed-range-when-b.patch patches.suse/btrfs-fix-subvolume-deletion-lockup-caused-by-inodes.patch patches.suse/btrfs-don-t-allow-adding-block-device-of-less-than-1.patch patches.suse/cpufreq-amd-pstate-Fix-setting-of-CPPC.min_perf-in-a.patch patches.suse/cpufreq-amd-pstate-Fix-a-regression-leading-to-EPP-0.patch patches.suse/s390-pai-Deny-all-events-not-handled-by-this-PMU.patch patches.suse/s390-cpum_cf-Deny-all-sampling-events-by-counter-PMU.patch patches.suse/net-fec-Fix-possible-NPD-in-fec_enet_phy_reset_after.patch patches.suse/genetlink-fix-genl_bind-invoking-bind-after-EPERM.patch patches.suse/net-phy-fix-phy_uses_state_machine.patch patches.suse/igb-Fix-NULL-pointer-dereference-in-ethtool-loopback.patch patches.suse/igb-fix-link-test-skipping-when-interface-is-admin-d.patch patches.suse/i40e-fix-IRQ-freeing-in-i40e_vsi_request_irq_msix-er.patch patches.suse/i40e-fix-Jumbo-Frame-support-after-iPXE-boot.patch patches.suse/can-j1939-implement-NETDEV_UNREGISTER-notification-h.patch patches.suse/can-j1939-j1939_sk_bind-call-j1939_priv_put-immediat.patch patches.suse/can-j1939-j1939_local_ecu_get-undo-increment-when-j1.patch patches.suse/can-xilinx_can-xcan_write_frame-fix-use-after-free-o.patch patches.suse/can-rcar_can-rcar_can_resume-fix-s2ram-with-PSCI.patch patches.suse/wifi-ath12k-Fix-missing-station-power-save-configura.patch patches.suse/wifi-ath12k-fix-WMI-TLV-header-misalignment.patch patches.suse/wifi-iwlwifi-fix-130-1030-configs.patch patches.suse/wifi-cfg80211-Fix-no-buffer-space-available-error-in.patch patches.suse/wifi-virt_wifi-Fix-page-fault-on-connect.patch patches.suse/wifi-nl80211-completely-disable-per-link-stats-for-n.patch patches.suse/mtd-rawnand-stm32_fmc2-avoid-overlapping-mappings-on.patch patches.suse/mtd-rawnand-stm32_fmc2-fix-ECC-overwrite.patch patches.suse/mtd-nand-raw-atmel-Respect-tAR-tCLR-in-read-setup-ti.patch patches.suse/drm-amd-display-use-udelay-rather-than-fsleep.patch patches.suse/drm-amd-amdgpu-Declare-isp-firmware-binary-file.patch patches.suse/drm-amdgpu-vcn4-Fix-IB-parsing-with-multiple-engine-.patch patches.suse/drm-amdgpu-vcn-Allow-limiting-ctx-to-instance-0-for-.patch patches.suse/drm-panthor-validate-group-queue-count.patch patches.suse/kernfs-Fix-UAF-in-polling-when-open-file-is-released.patch patches.suse/regulator-sy7636a-fix-lifecycle-of-power-good-gpio.patch patches.suse/ceph-fix-race-condition-validating-r_parent-before-applyin.patch patches.suse/libceph-fix-invalid-accesses-to-ceph_connection_v1_info.patch patches.suse/Input-iqs7222-avoid-enabling-unused-interrupts.patch patches.suse/Input-i8042-add-TUXEDO-InfinityBook-Pro-Gen10-AMD-to.patch patches.suse/fs-resctrl-Eliminate-false-positive-lockdep-warning-when-r.patch patches.suse/xhci-dbc-decouple-endpoint-allocation-from-initializ.patch patches.suse/xhci-dbc-Fix-full-DbC-transfer-ring-after-several-re.patch patches.suse/xhci-fix-memory-leak-regression-when-freeing-xhci-vd.patch patches.suse/USB-gadget-dummy-hcd-Fix-locking-bug-in-RT-enabled-k.patch patches.suse/usb-typec-tcpm-properly-deliver-cable-vdms-to-altmod.patch patches.suse/usb-gadget-midi2-Fix-missing-UMP-group-attributes-in.patch patches.suse/usb-gadget-midi2-Fix-MIDI2-IN-EP-max-packet-size.patch patches.suse/USB-serial-option-add-Telit-Cinterion-FN990A-w-audio.patch patches.suse/USB-serial-option-add-Telit-Cinterion-LE910C4-WWX-ne.patch patches.suse/serial-sc16is7xx-fix-bug-in-flow-control-levels-init.patch patches.suse/tty-hvc_console-Call-hvc_kick-in-hvc_write-unconditio.patch patches.suse/dmaengine-qcom-bam_dma-Fix-DT-error-handling-for-num.patch patches.suse/dmaengine-idxd-Remove-improper-idxd_free.patch patches.suse/dmaengine-idxd-Fix-refcount-underflow-on-module-unlo.patch patches.suse/dmaengine-idxd-Fix-double-free-in-idxd_setup_wqs.patch patches.suse/dmaengine-ti-edma-Fix-memory-allocation-size-for-que.patch patches.suse/dmaengine-dw-dmamux-Fix-device-reference-leak-in-rzn.patch patches.suse/phy-qualcomm-phy-qcom-eusb2-repeater-fix-override-pr.patch patches.suse/phy-tegra-xusb-fix-device-and-OF-node-leak-at-probe.patch patches.suse/phy-ti-omap-usb2-fix-device-leak-at-unbind.patch patches.suse/phy-ti-pipe3-fix-device-leak-at-unbind.patch patches.suse/power-supply-bq27xxx-fix-error-return-in-case-of-no-.patch patches.suse/power-supply-bq27xxx-restrict-no-battery-detection-t.patch patches.suse/perf-lock-Provide-a-host_env-for-session-new.patch patches.suse/perf-maps-Ensure-kmap-is-set-up-for-all-inserts.patch patches.suse/btrfs-fix-invalid-extref-key-setup-when-replaying-de.patch patches.suse/btrfs-initialize-inode-file_extent_tree-after-i_mode.patch patches.suse/dm-integrity-limit-MAX_TAG_SIZE-to-255.patch patches.suse/dm-raid-don-t-set-io_min-and-io_opt-for-raid1.patch patches.suse/platform-x86-amd-pmc-Add-MECHREVO-Yilong15Pro-to-spu.patch patches.suse/platform-x86-amd-pmf-Support-new-ACPI-ID-AMDI0108.patch patches.suse/platform-x86-asus-wmi-Re-add-extra-keys-to-ignore_ke.patch patches.suse/KVM-arm64-Mark-freed-S2-MMUs-as-invalid.patch patches.suse/KVM-arm64-vgic-fix-incorrect-spinlock-API-usage.patch patches.suse/KVM-SVM-Sync-TPR-from-LAPIC-into-VMCB-V_TPR-even-if-.patch patches.suse/KVM-s390-Fix-access-to-unavailable-adapter-indicator-pages.patch patches.suse/KVM-s390-Fix-incorrect-usage-of-mmu_notifier_register.patch patches.suse/net-mlx5-Not-returning-mlx5_link_info-table-when-spe.patch patches.suse/net-tcp-Fix-a-NULL-pointer-dereference-when-using-TCP-AO-w.patch patches.suse/dpll-fix-clock-quality-level-reporting.patch patches.suse/qed-Don-t-collect-too-many-protection-override-GRC-e.patch patches.suse/bonding-set-random-address-only-when-slaves-already-.patch patches.suse/net-mlx5e-Harden-uplink-netdev-access-against-device.patch patches.suse/net-mlx5e-Add-a-miss-level-for-ipsec-crypto-offload.patch patches.suse/tcp-Clear-tcp_sk-sk-fastopen_rsk-in-tcp_disconnect.patch patches.suse/wifi-iwlwifi-pcie-fix-byte-count-table-for-some-devi.patch patches.suse/net-rfkill-gpio-Fix-crash-due-to-dereferencering-uni.patch patches.suse/ice-fix-Rx-page-leak-on-multi-buffer-frames.patch patches.suse/i40e-remove-redundant-memory-barrier-when-cleaning-T.patch patches.suse/ixgbe-initialize-aci.lock-before-it-s-used.patch patches.suse/ixgbe-destroy-aci.lock-later-within-ixgbe_remove-pat.patch patches.suse/igc-don-t-fail-igc_probe-on-LED-setup-error.patch patches.suse/tls-make-sure-to-abort-the-stream-if-headers-are-bogus.patch patches.suse/Revert-net-mlx5e-Update-and-set-Xon-Xoff-upon-port-s.patch patches.suse/cnic-Fix-use-after-free-bugs-in-cnic_delete_task.patch patches.suse/octeontx2-pf-Fix-use-after-free-bugs-in-otx2_sync_ts.patch patches.suse/drm-bridge-anx7625-Fix-NULL-pointer-dereference-with.patch patches.suse/drm-bridge-cdns-mhdp8546-Fix-missing-mutex-unlock-on.patch patches.suse/drm-xe-tile-Release-kobject-for-the-failure-path.patch patches.suse/drm-xe-Fix-a-NULL-vs-IS_ERR-in-xe_vm_add_compute_exe.patch patches.suse/drm-amd-display-Allow-RX6xxx-RX7700-to-invoke-amdgpu.patch patches.suse/ALSA-docs-Remove-3rd-person-singular-s-in-to-indicat.patch patches.suse/ALSA-hda-tas2781-Fix-the-order-of-TAS2781-calibrated.patch patches.suse/ALSA-hda-tas2781-Fix-a-potential-race-condition-that.patch patches.suse/ALSA-hda-realtek-Add-ALC295-Dell-TAS2781-I2C-fixup.patch patches.suse/ALSA-hda-cs35l41-Support-Lenovo-Thinkbook-13x-Gen-5.patch patches.suse/ALSA-hda-realtek-Support-Lenovo-Thinkbook-13x-Gen-5.patch patches.suse/ALSA-hda-realtek-Fix-volume-control-on-Lenovo-Thinkb.patch patches.suse/ALSA-usb-qcom-Fix-false-positive-address-space-check.patch patches.suse/ALSA-hda-intel-dsp-config-Prevent-SEGFAULT-if-ACPI_H.patch patches.suse/ASoC-rt712-avoid-skipping-the-blind-write.patch patches.suse/ASoC-codec-sma1307-Fix-memory-corruption-in-sma1307_.patch patches.suse/ASoC-amd-acp-Adjust-pdm-gain-value.patch patches.suse/ASoC-SDCA-Add-quirk-for-incorrect-function-types-for.patch patches.suse/ASoC-SOF-imx-Fix-devm_ioremap_resource-check.patch patches.suse/ASoC-SOF-Intel-hda-stream-Fix-incorrect-variable-use.patch patches.suse/ASoC-wm8940-Correct-PLL-rate-rounding.patch patches.suse/ASoC-wm8940-Correct-typo-in-control-name.patch patches.suse/ASoC-wm8974-Correct-PLL-rate-rounding.patch patches.suse/ASoC-amd-amd_sdw-Add-quirks-for-some-new-Dell-laptop.patch patches.suse/ASoC-qcom-q6apm-lpass-dais-Fix-NULL-pointer-derefere.patch patches.suse/ASoC-codecs-lpass-rx-macro-Fix-playback-quality-dist.patch patches.suse/ASoC-codecs-lpass-wsa-macro-Fix-speaker-quality-dist.patch patches.suse/ASoC-SDCA-Fix-return-value-in-sdca_regmap_mbq_size.patch patches.suse/ASoC-SDCA-Fix-return-value-in-detected_mode_handler.patch patches.suse/ASoC-SDCA-Reorder-members-of-hide-struct-to-remove-h.patch patches.suse/ASoC-Intel-catpt-Expose-correct-bit-depth-to-userspa.patch patches.suse/ASoC-qcom-sc8280xp-Fix-sound-card-driver-name-match-.patch patches.suse/ASoC-Intel-sof_sdw-use-PRODUCT_FAMILY-for-Fatcat-ser.patch patches.suse/ASoC-amd-acp-Fix-incorrect-retrival-of-acp_chip_info.patch patches.suse/ASoC-Intel-PTL-Add-entry-for-HDMI-In-capture-support.patch patches.suse/ASoC-qcom-audioreach-Fix-lpaif_type-configuration-fo.patch patches.suse/ASoC-qcom-q6apm-lpass-dais-Fix-missing-set_fmt-DAI-o.patch patches.suse/ASoC-qcom-sc8280xp-Enable-DAI-format-configuration-f.patch patches.suse/ASoC-rt5682s-Adjust-SAR-ADC-button-mode-to-fix-noise.patch patches.suse/ALSA-hda-realtek-Fix-mute-led-for-HP-Laptop-15-dw4xx.patch patches.suse/crypto-af_alg-Set-merge-to-zero-early-in-af_alg_send.patch patches.suse/crypto-af_alg-Disallow-concurrent-writes-in-af_alg_s.patch patches.suse/mmc-mvsdio-Fix-dma_unmap_sg-nents-value.patch patches.suse/io_uring-fix-incorrect-io_kiocb-reference-in-io_link.patch patches.suse/iommu-s390-Fix-memory-corruption-when-using-identity.patch patches.suse/iommu-vt-d-Fix-__domain_mapping-s-usage-of-switch_to.patch patches.suse/iommu-amd-Fix-alias-device-DTE-setting.patch patches.suse/iommu-amd-pgtbl-Fix-possible-race-while-increase-pag.patch patches.suse/firewire-core-fix-overlooked-update-of-subsystem-ABI.patch patches.suse/btrfs-tree-checker-fix-the-incorrect-inode-ref-size-.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-Add-WCL-Device-IDs.patch patches.suse/HID-intel-thc-hid-intel-quickspi-Add-WCL-Device-IDs.patch patches.suse/HID-asus-add-support-for-missing-PX-series-fn-keys.patch patches.suse/HID-amd_sfh-Add-sync-across-amd-sfh-work-functions.patch patches.suse/IB-mlx5-Fix-obj_type-mismatch-for-SRQ-event-subscrip.patch patches.suse/cpufreq-Initialize-cpufreq-based-invariance-before-subsys.patch patches.suse/arm64-dts-marvell-cn9132-clearfog-disable-eMMC-high-speed-.patch patches.suse/arm64-dts-marvell-cn9132-clearfog-fix-multi-lane-pci-x2-an.patch patches.suse/reset-eyeq-fix-OF-node-leak.patch patches.suse/firmware-imx-Add-stub-functions-for-SCMI-MISC-API.patch patches.suse/arm64-dts-imx8mp-Correct-thermal-sensor-index.patch patches.suse/crypto-af_alg-Fix-incorrect-boolean-values-in-af_alg.patch patches.suse/tracing-dynevent-Add-a-missing-lockdown-check-on-dynevent.patch patches.suse/vhost-Take-a-reference-on-the-task-in-struct-vhost_t.patch patches.suse/net-tun-Update-napi-skb-after-XDP-process.patch patches.suse/broadcom-fix-support-for-PTP_PEROUT_DUTY_CYCLE.patch patches.suse/broadcom-fix-support-for-PTP_EXTTS_REQUEST2-ioctl.patch patches.suse/Bluetooth-hci_sync-Fix-hci_resume_advertising_sync.patch patches.suse/Bluetooth-hci_event-Fix-UAF-in-hci_conn_tx_dequeue.patch patches.suse/Bluetooth-hci_event-Fix-UAF-in-hci_acl_create_conn_s.patch patches.suse/Bluetooth-MGMT-Fix-possible-UAFs.patch patches.suse/i40e-add-validation-for-ring_len-param.patch patches.suse/i40e-fix-idx-validation-in-i40e_validate_queue_map.patch patches.suse/i40e-fix-idx-validation-in-config-queues-msg.patch patches.suse/i40e-fix-input-validation-logic-for-action_meta.patch patches.suse/i40e-fix-validation-of-VF-state-in-get-resources.patch patches.suse/i40e-add-max-boundary-check-for-VF-filters.patch patches.suse/i40e-add-mask-to-apply-valid-bits-for-itr_idx.patch patches.suse/i40e-improve-VF-MAC-filters-accounting.patch patches.suse/xfrm-xfrm_alloc_spi-shouldn-t-use-0-as-SPI.patch patches.suse/xfrm-fix-offloading-of-cross-family-tunnels.patch patches.suse/bnxt_en-correct-offset-handling-for-IPv6-destination-addre.patch patches.suse/can-hi311x-fix-null-pointer-dereference-when-resumin.patch patches.suse/can-rcar_canfd-Fix-controller-mode-setting.patch patches.suse/can-etas_es58x-populate-ndo_change_mtu-to-prevent-bu.patch patches.suse/can-hi311x-populate-ndo_change_mtu-to-prevent-buffer.patch patches.suse/can-sun4i_can-populate-ndo_change_mtu-to-prevent-buf.patch patches.suse/can-mcba_usb-populate-ndo_change_mtu-to-prevent-buff.patch patches.suse/can-peak_usb-fix-shift-out-of-bounds-issue.patch patches.suse/nexthop-Forbid-FDB-status-change-while-nexthop-is-in-a-gro.patch patches.suse/net-mlx5-fs-fix-UAF-in-flow-counter-release.patch patches.suse/net-mlx5-HWS-ignore-flow-level-for-multi-dest-table.patch patches.suse/net-mlx5e-Fix-missing-FEC-RS-stats-for-RS_544_514_IN.patch patches.suse/libie-fix-string-names-for-AQ-error-codes.patch patches.suse/octeontx2-pf-Fix-potential-use-after-free-in-otx2_tc_add_f.patch patches.suse/drm-ast-Use-msleep-instead-of-mdelay-for-edid-read.patch patches.suse/drm-gma500-Fix-null-dereference-in-hdmi-teardown.patch patches.suse/fbcon-fix-integer-overflow-in-fbcon_do_set_font.patch patches.suse/fbcon-Fix-OOB-access-in-font-allocation.patch patches.suse/drm-panthor-Defer-scheduler-entitiy-destruction-to-q.patch patches.suse/block-fix-EOD-return-for-device-with-nr_sectors-0.patch patches.suse/gpiolib-Extend-software-node-support-to-support-seco.patch patches.suse/platform-x86-amd-pmc-Add-Stellaris-Slim-Gen6-AMD-to-.patch patches.suse/platform-x86-lg-laptop-Fix-WMAB-call-in-fan_mode_sto.patch patches.suse/futex-Prevent-use-after-free-during-requeue-PI.patch patches.suse/sched-deadline-Fix-dl_server-getting-stuck.patch patches.suse/sched-deadline-Fix-dl_server-behaviour.patch patches.suse/x86-topology-Implement-topology_is_core_online-to-address-.patch patches.suse/mm-hugetlb-fix-folio-is-still-mapped-when-deleted.patch patches.suse/mm-hugetlb-fix-copy_hugetlb_page_range-to-use-pt_sha.patch patches.suse/fs-proc-task_mmu-check-p-vec_buf-for-NULL.patch patches.suse/i2c-riic-Allow-setting-frequencies-lower-than-50KHz.patch patches.suse/cramfs-Verify-inode-mode-when-loading-from-disk.patch patches.suse/init-INITRAMFS_PRESERVE_MTIME-should-depend-on-BLK_D.patch patches.suse/listmount-don-t-call-path_put-under-namespace-semaph.patch patches.suse/mount-handle-NULL-values-in-mnt_ns_release.patch patches.suse/pid-Add-a-judgment-for-ns-null-in-pid_nr_ns.patch patches.suse/writeback-Avoid-contention-on-wb-list_lock-when-swit.patch patches.suse/writeback-Avoid-softlockup-when-switching-many-inode.patch patches.suse/writeback-Avoid-excessively-long-inode-switching-tim.patch patches.suse/gfs2-Fix-unlikely-race-in-gdlm_put_lock.patch patches.suse/xfs-Replace-strncpy-with-memcpy.patch patches.suse/xfs-rename-the-old_crc-variable-in-xlog_recover_process.patch patches.suse/erofs-avoid-reading-more-for-fragment-maps.patch patches.suse/PCI-Test-for-bit-underflow-in-pcie_set_readrq.patch patches.suse/seccomp-Fix-a-race-with-WAIT_KILLABLE_RECV-if-the-tracer-r.patch patches.suse/arm64-cputype-Remove-duplicate-Cortex-X1C-definitions.patch patches.suse/arm64-cputype-Add-NVIDIA-Olympus-definitions.patch patches.suse/arm64-cpufeature-Add-Olympus-MIDR-to-BBML2-allow-list.patch patches.suse/arm64-cpufeature-add-AmpereOne-to-BBML2-allow-list.patch patches.suse/arm64-cputype-Add-Neoverse-V3AE-definitions.patch patches.suse/arm64-errata-Apply-workarounds-for-Neoverse-V3AE.patch patches.suse/arm64-cpufeature-add-Neoverse-V3AE-to-BBML2-allow-list.patch patches.suse/arm64-Enable-permission-change-on-arm64-kernel-block-mappi.patch patches.suse/arm64-mm-support-large-block-mapping-when-rodata-full.patch patches.suse/arm64-mm-split-linear-mapping-if-BBML2-unsupported-on-seco.patch patches.suse/arm64-Enable-vmalloc-huge-with-ptdump.patch patches.suse/arm64-map-_text-_stext-virtual-address-range-non-executabl.patch patches.suse/perf-arm_spe-Prevent-overflow-in-PERF_IDX2OFF.patch patches.suse/arm64-sysreg-Correct-sign-definitions-for-EIESB-and-Double.patch patches.suse/s390-pkey-Forward-keygenflags-to-ep11_unwrapkey.patch patches.suse/powerpc-qspinlock-Add-spinlock-contention-tracepoint.patch patches.suse/powerpc-pseries-msi-Fix-potential-underflow-and-leak-issue.patch patches.suse/powerpc-powernv-pci-Fix-underflow-and-leak-issue.patch patches.suse/powerpc64-bpf-Implement-PROBE_MEM32-pseudo-instructi.patch patches.suse/powerpc64-bpf-Implement-bpf_addr_space_cast-instruct.patch patches.suse/powerpc64-bpf-Introduce-bpf_jit_emit_atomic_ops-to-e.patch patches.suse/powerpc64-bpf-Implement-PROBE_ATOMIC-instructions.patch patches.suse/powerpc-pseries-Define-papr-hvpipe-ioctl.patch patches.suse/powerpc-pseries-Define-HVPIPE-specific-macros.patch patches.suse/powerpc-pseries-Add-papr-hvpipe-char-driver-for-HVPIPE-interfaces.patch patches.suse/powerpc-pseries-Send-payload-with-ibm-send-hvpipe-msg-RTAS.patch patches.suse/powerpc-pseries-Receive-payload-with-ibm-receive-hvpipe-msg-RTAS.patch patches.suse/powerpc-pseries-Wakeup-hvpipe-FD-when-the-payload-is-pending.patch patches.suse/powerpc-pseries-Enable-HVPIPE-event-message-interrupt.patch patches.suse/powerpc-pseries-Enable-hvpipe-with-ibm-set-system-parameter-RTAS.patch patches.suse/powerpc-pseries-HVPIPE-changes-to-support-migration.patch patches.suse/powerpc-ftrace-ensure-ftrace-record-ops-are-always-set-for-NOPs.patch patches.suse/powerpc64-modules-correctly-iterate-over-stubs-in-setup_ftrace_ool_stubs.patch patches.suse/powerpc-ftrace-support-CONFIG_FUNCTION_GRAPH_RETVAL.patch patches.suse/powerpc-time-Expose-boot_tb-via-accessor.patch patches.suse/powerpc-vpa_dtl-Add-interface-to-expose-vpa-dtl-counters-v.patch patches.suse/docs-ABI-sysfs-bus-event_source-devices-vpa-dtl-Document-s.patch patches.suse/powerpc-perf-vpa-dtl-Add-support-to-setup-and-free-aux-buf.patch patches.suse/powerpc-perf-vpa-dtl-Add-support-to-capture-DTL-data-in-au.patch patches.suse/powerpc-perf-vpa-dtl-Handle-the-writing-of-perf-record-whe.patch patches.suse/powerpc-perf-vpa-dtl-Add-documentation-for-VPA-dispatch-tr.patch patches.suse/powerpc-pseries-Define-__u-8-32-types-in-papr_hvpipe_hdr-struct.patch patches.suse/xen-events-Cleanup-find_virq-return-codes.patch patches.suse/xen-events-Return-EEXIST-for-bound-VIRQs.patch patches.suse/btrfs-return-any-hit-error-from-extent_writepage_io.patch patches.suse/btrfs-fix-the-incorrect-max_bytes-value-for-find_loc.patch patches.suse/btrfs-use-smp_mb__after_atomic-when-forcing-COW-in-c.patch patches.suse/lsm-selinux-Add-LSM-blob-support-for-BPF-objects.patch patches.suse/workqueue-Remove-redundant-rcu_read_lock-unlock-in-workqueue_congested.patch patches.suse/workqueue-Remove-rcu_read_lock-unlock-in-wq_watchdog_timer_fn.patch patches.suse/cpuset-fix-failure-to-enable-isolated-partition-when-conta.patch patches.suse/cpuset-Use-new-excpus-for-nocpu-error-check-when-enabling-.patch patches.suse/sched-deadline-Fix-race-in-push_dl_task.patch patches.suse/sched-fair-Get-rid-of-sched_domains_curr_level-hack-for-tl-cpumask.patch patches.suse/sched-Move-STDL_INIT-functions-out-of-line.patch patches.suse/sched-fair-Add-related-data-structure-for-task-based-throttle.patch patches.suse/sched-fair-Implement-throttle-task-work-and-related-helpers.patch patches.suse/sched-fair-Switch-to-task-based-throttle-model.patch patches.suse/sched-fair-Task-based-throttle-time-accounting.patch patches.suse/sched-fair-Get-rid-of-throttled_lb_pair.patch patches.suse/sched-fair-Propagate-load-for-throttled-cfs_rq.patch patches.suse/sched-fair-update_cfs_group-for-throttled-cfs_rqs.patch patches.suse/sched-fair-Do-not-special-case-tasks-in-throttled-hierarchy.patch patches.suse/sched-fair-Do-not-balance-task-to-a-throttled-cfs_rq.patch patches.suse/arch-Add-the-macro-COMPILE_OFFSETS-to-all-the-asm-offsets.c.patch patches.suse/sched-Make-migrate_-en-dis-able-inline.patch patches.suse/perf-Remove-redundant-condition-for-AUX-buffer-size.patch patches.suse/perf-Split-out-mlock-limit-handling.patch patches.suse/perf-Split-out-VM-accounting.patch patches.suse/perf-Move-perf_mmap_calc_limits-into-both-rb-and-aux-branc.patch patches.suse/perf-Merge-consecutive-conditionals-in-perf_mmap.patch patches.suse/perf-Move-common-code-into-both-rb-and-aux-branches.patch patches.suse/perf-Remove-redundant-aux_unlock-label.patch patches.suse/perf-Use-guard-for-aux_mutex-in-perf_mmap.patch patches.suse/perf-Reflow-to-get-rid-of-aux_success-label.patch patches.suse/perf-Split-out-the-AUX-buffer-allocation.patch patches.suse/perf-Make-RB-allocation-branch-self-sufficient.patch patches.suse/perf-Split-out-the-RB-allocation.patch patches.suse/perf-Use-scoped_guard-for-mmap_mutex-in-perf_mmap.patch patches.suse/perf-Identify-the-0-1-transition-for-event-mmap_count.patch patches.suse/perf-Convert-mmap-refcounts-to-refcount_t.patch patches.suse/selftests-bpf-Import-usdt.h-from-libbpf-usdt-project.patch patches.suse/selftests-bpf-Reorg-the-uprobe_syscall-test-function.patch patches.suse/selftests-bpf-Rename-uprobe_syscall_executed-prog-to.patch patches.suse/perf-x86-intel-Use-early_initcall-to-hook-bts_init.patch patches.suse/perf-x86-intel-Fix-IA32_PMC_x_CFG_B-MSRs-access-error.patch patches.suse/perf-x86-Add-PERF_CAP_PEBS_TIMING_INFO-flag.patch patches.suse/perf-x86-intel-Change-macro-GLOBAL_CTRL_EN_PERF_METRICS-to.patch patches.suse/perf-x86-intel-Add-ICL_FIXED_0_ADAPTIVE-bit-into-INTEL_FIX.patch patches.suse/perf-x86-Print-PMU-counters-bitmap-in-x86_pmu_show_pmu_cap.patch patches.suse/perf-Remove-get_perf_callchain-init_nr-argument.patch patches.suse/perf-Have-get_perf_callchain-return-NULL-if-crosstask-and-.patch patches.suse/perf-Use-current-flags-PF_KTHREAD-PF_USER_WORKER-instead-o.patch patches.suse/perf-Simplify-get_perf_callchain-user-logic.patch patches.suse/perf-Skip-user-unwind-if-the-task-is-a-kernel-thread.patch patches.suse/EDAC-i10nm-Skip-DIMM-enumeration-on-a-disabled-memor.patch patches.suse/EDAC-skx_common-skx-Use-configuration-data-not-global-macr.patch patches.suse/EDAC-skx_common-Move-mc_mapping-to-be-a-field-inside-struc.patch patches.suse/EDAC-skx_common-Swap-memory-controller-index-mapping.patch patches.suse/EDAC-skx_common-Make-skx_dev-imc-a-flexible-array.patch patches.suse/EDAC-skx_common-Remove-redundant-upper-bound-check-for-res.patch patches.suse/EDAC-i10nm-Reallocate-skx_dev-list-if-preconfigured-cnt-ru.patch patches.suse/EDAC-skx_common-Remove-unused-NUM-_IMC-macros.patch patches.suse/EDAC-amd64-Add-support-for-AMD-family-1Ah-based-newer-mode.patch patches.suse/EDAC-mc_sysfs-Increase-legacy-channel-support-to-16.patch patches.suse/x86-insn-Add-XOP-prefix-instructions-decoder-support.patch patches.suse/x86-mce-amd-Rename-threshold-restart-function.patch patches.suse/x86-mce-amd-Remove-return-value-for-mce_threshold_-create-.patch patches.suse/x86-mce-amd-Put-list_head-in-threshold_bank.patch patches.suse/x86-mce-Cleanup-bank-processing-on-init.patch patches.suse/x86-mce-Remove-__mcheck_cpu_init_early.patch patches.suse/x86-mce-Set-CR4.MCE-last-during-init.patch patches.suse/x86-mce-Define-BSP-only-init.patch patches.suse/x86-mce-Define-BSP-only-SMCA-init.patch patches.suse/x86-mce-Move-machine_check_poll-status-checks-to-helper-fu.patch patches.suse/x86-mce-Add-a-clear_bank-helper.patch patches.suse/x86-bugs-Fix-reporting-of-LFENCE-retpoline.patch patches.suse/x86-bugs-Report-correct-retbleed-mitigation-status.patch patches.suse/x86-cpu-Rename-and-move-CPU-model-entry-for-Diamond-Rapids.patch patches.suse/fs-resctrl-Optimize-code-in-rdt_get_tree.patch patches.suse/x86-fs-resctrl-Consolidate-monitor-event-descriptions.patch patches.suse/x86-fs-resctrl-Replace-architecture-event-enabled-checks.patch patches.suse/x86-resctrl-Remove-the-rdt_mon_features-global-variable.patch patches.suse/x86-fs-resctrl-Prepare-for-more-monitor-events.patch patches.suse/x86-cpufeatures-Add-support-for-Assignable-Bandwidth-Monit.patch patches.suse/x86-resctrl-Add-ABMC-feature-in-the-command-line-options.patch patches.suse/x86-fs-resctrl-Consolidate-monitoring-related-data-from-rd.patch patches.suse/x86-fs-resctrl-Detect-Assignable-Bandwidth-Monitoring-feat.patch patches.suse/x86-resctrl-Add-support-to-enable-disable-AMD-ABMC-feature.patch patches.suse/fs-resctrl-Introduce-the-interface-to-display-monitoring-m.patch patches.suse/fs-resctrl-Add-resctrl-file-to-display-number-of-assignabl.patch patches.suse/fs-resctrl-Introduce-mbm_cntr_cfg-to-track-assignable-coun.patch patches.suse/fs-resctrl-Introduce-interface-to-display-number-of-free-M.patch patches.suse/x86-resctrl-Add-data-structures-and-definitions-for-ABMC-a.patch patches.suse/fs-resctrl-Introduce-event-configuration-field-in-struct-m.patch patches.suse/x86-fs-resctrl-Implement-resctrl_arch_config_cntr-to-assig.patch patches.suse/fs-resctrl-Add-the-functionality-to-assign-MBM-events.patch patches.suse/fs-resctrl-Add-the-functionality-to-unassign-MBM-events.patch patches.suse/fs-resctrl-Pass-struct-rdtgroup-instead-of-individual-memb.patch patches.suse/fs-resctrl-Introduce-counter-ID-read-reset-calls-in-mbm_ev.patch patches.suse/x86-resctrl-Refactor-resctrl_arch_rmid_read.patch patches.suse/x86-resctrl-Implement-resctrl_arch_reset_cntr-and-resctrl_.patch patches.suse/fs-resctrl-Support-counter-read-reset-with-mbm_event-assig.patch patches.suse/fs-resctrl-Add-event-configuration-directory-under-info-L3.patch patches.suse/fs-resctrl-Provide-interface-to-update-the-event-configura.patch patches.suse/fs-resctrl-Introduce-mbm_assign_on_mkdir-to-enable-assignm.patch patches.suse/fs-resctrl-Auto-assign-counters-on-mkdir-and-clean-up-on-g.patch patches.suse/fs-resctrl-Introduce-mbm_L3_assignments-to-list-assignment.patch patches.suse/fs-resctrl-Introduce-the-interface-to-modify-assignments-i.patch patches.suse/fs-resctrl-Disable-BMEC-event-configuration-when-mbm_event.patch patches.suse/fs-resctrl-Introduce-the-interface-to-switch-between-monit.patch patches.suse/x86-resctrl-Configure-mbm_event-mode-if-supported.patch patches.suse/fs-resctrl-Fix-counter-auto-assignment-on-mkdir-with-mbm_e.patch patches.suse/futex-Don-t-leak-robust_list-pointer-on-exec-race.patch patches.suse/sched-core-Avoid-direct-access-to-hrtimer-clockbase.patch patches.suse/ALSA-hrtimer-Avoid-direct-access-to-hrtimer-clockbas.patch patches.suse/clocksource-Print-durations-for-sync-check-unconditi.patch patches.suse/ACPI-GTDT-Generate-platform-devices-for-MMIO-timers.patch patches.suse/bpf-Allow-syscall-bpf-programs-to-call-non-recur-hel.patch patches.suse/selftests-bpf-Introduce-task-local-data.patch patches.suse/selftests-bpf-Test-basic-task-local-data-operations.patch patches.suse/selftests-bpf-Test-concurrent-task-local-data-key-cr.patch patches.suse/bpftool-Add-bpf_token-show.patch patches.suse/bpftool-Add-bpftool-token-manpage.patch patches.suse/bpftool-Add-bash-completion-for-token-argument.patch patches.suse/bpf-Allow-struct_ops-to-get-map-id-by-kdata.patch patches.suse/selftests-bpf-Add-multi_st_ops-that-supports-multipl.patch patches.suse/selftests-bpf-Test-multi_st_ops-and-calling-kfuncs-f.patch patches.suse/bpf-removed-unused-env-parameter-from-is_reg64-and-i.patch patches.suse/bpf-use-realloc-in-bpf_patch_insn_data.patch patches.suse/bpf-Standardize-function-declaration-style.patch patches.suse/bpf-Remove-redundant-__GFP_NOWARN.patch patches.suse/bpf-Tidy-verifier-bug-message.patch patches.suse/bpf-Replace-kvfree-with-kfree-for-kzalloc-memory.patch patches.suse/bpf-Don-t-use-pK-through-printk.patch patches.suse/selftests-bpf-Copy-test_kmods-when-installing-selfte.patch patches.suse/riscv-bpf-Extract-emit_stx-helper.patch patches.suse/riscv-bpf-Extract-emit_st-helper.patch patches.suse/riscv-bpf-Extract-emit_ldx-helper.patch patches.suse/riscv-bpf-Add-rv_ext_enabled-macro-for-runtime-detec.patch patches.suse/riscv-bpf-Add-Zacas-instructions.patch patches.suse/riscv-bpf-Optimize-cmpxchg-insn-with-Zacas-support.patch patches.suse/riscv-bpf-Add-ex_insn_off-and-ex_jmp_off-for-excepti.patch patches.suse/riscv-bpf-Add-support-arena-atomics-for-RV64.patch patches.suse/selftests-bpf-Enable-arena-atomics-tests-for-RV64.patch patches.suse/bpf-selftests-Fix-test_tcpnotify_user.patch patches.suse/bpf-Remove-migrate_disable-in-kprobe_multi_link_prog.patch patches.suse/libbpf-Fix-reuse-of-DEVMAP.patch patches.suse/selftests-bpf-Add-test-for-DEVMAP-reuse.patch patches.suse/s390-bpf-Do-not-write-tail-call-counter-into-helper-.patch patches.suse/s390-bpf-Write-back-tail-call-counter-for-BPF_PSEUDO.patch patches.suse/s390-bpf-Write-back-tail-call-counter-for-BPF_TRAMP_.patch patches.suse/selftests-bpf-Clobber-a-lot-of-registers-in-tailcall.patch patches.suse/bpf-Add-a-verbose-message-when-the-BTF-limit-is-reac.patch patches.suse/bpftool-Add-kernel.kptr_restrict-hint-for-no-instruc.patch patches.suse/s390-bpf-Use-direct-calls-and-jumps-where-possible.patch patches.suse/libbpf-Export-bpf_object__prepare-symbol.patch patches.suse/libbpf-Add-documentation-to-version-and-error-API-fu.patch patches.suse/selftests-bpf-Use-vmlinux.h-for-BPF-programs.patch patches.suse/bpf-Use-tnums-for-JEQ-JNE-is_branch_taken-logic.patch patches.suse/selftests-bpf-Tests-for-is_scalar_branch_taken-tnum-.patch patches.suse/bpf-Remove-preempt_disable-in-bpf_try_get_buffers.patch patches.suse/selftests-bpf-Remove-entries-from-config.-arch-alrea.patch patches.suse/s390-bpf-Add-s390-JIT-support-for-timed-may_goto.patch patches.suse/selftests-bpf-Add-a-missing-newline-to-the-bad-arch-.patch patches.suse/selftests-bpf-Add-__arch_s390x-macro.patch patches.suse/selftests-bpf-Remove-may_goto-tests-from-DENYLIST.s3.patch patches.suse/bpf-Improve-the-general-precision-of-tnum_mul.patch patches.suse/bpf-Add-selftest-to-check-the-verifier-s-abstract-mu.patch patches.suse/selftests-bpf-Fix-typos-and-grammar-in-test-sources.patch patches.suse/libbpf-Fix-USDT-SIB-argument-handling-causing-unreco.patch patches.suse/bpf-arm64-Add-JIT-support-for-timed-may_goto.patch patches.suse/selftests-bpf-Add-LPM-trie-microbenchmarks.patch patches.suse/selftests-bpf-Fix-bpf_prog_detach2-usage-in-test_lir.patch patches.suse/bpftool-Refactor-kernel-config-reading-into-common-h.patch patches.suse/bpftool-Add-CET-aware-symbol-matching-for-x86_64-arc.patch patches.suse/bpf-Replace-kvfree-with-kfree-for-kzalloc-memory-e4980fa6.patch patches.suse/selftests-bpf-Upon-failures-exit-with-code-1-in-test.patch patches.suse/selftests-bpf-Fix-count-write-in-testapp_xdp_metadat.patch patches.suse/selftests-bpf-move-get_ksyms-and-get_addrs-to-trace_.patch patches.suse/selftests-bpf-skip-recursive-functions-for-kprobe_mu.patch patches.suse/selftests-bpf-add-benchmark-testing-for-kprobe-multi.patch patches.suse/bpf-add-bpf_strcasecmp-kfunc.patch patches.suse/selftests-bpf-Test-kfunc-bpf_strcasecmp.patch patches.suse/bpf-arm64-Remove-duplicated-bpf_flush_icache.patch patches.suse/selftests-bpf-Introduce-experimental-bpf_in_interrup.patch patches.suse/selftests-bpf-Add-case-to-test-bpf_in_interrupt.patch patches.suse/libbpf-Remove-unused-args-in-parse_usdt_note.patch patches.suse/selftests-bpf-Add-BPF-program-dump-in-veristat.patch patches.suse/selftests-bpf-Fix-the-issue-where-the-error-code-is-.patch patches.suse/selftests-bpf-Fix-incorrect-array-size-calculation.patch patches.suse/bpf-arm64-simplify-exception-table-handling.patch patches.suse/riscv-bpf-Remove-duplicated-bpf_flush_icache.patch patches.suse/riscv-bpf-Sign-extend-struct-ops-return-values-prope.patch patches.suse/bpftool-Search-for-tracefs-at-sys-kernel-tracing-fir.patch patches.suse/selftests-bpf-Skip-timer_interrupt-case-when-bpf_tim.patch patches.suse/selftests-bpf-Fix-arena_spin_lock-selftest-failure.patch patches.suse/bpf-Do-not-limit-bpf_cgroup_from_id-to-current-s-namespace.patch patches.suse/selftests-bpf-Add-a-test-for-bpf_cgroup_from_id-look.patch patches.suse/selftests-bpf-More-open-coded-gettid-syscall-cleanup.patch patches.suse/bpf-potential-double-free-of-env-insn_aux_data.patch patches.suse/bpf-Explicitly-check-accesses-to-bpf_sock_addr.patch patches.suse/selftests-bpf-Move-macros-to-bpf_misc.h.patch patches.suse/selftests-bpf-Test-accesses-to-ctx-padding.patch patches.suse/bpf-dont-report-verifier-bug-for-missing-bpf_scc_vis.patch patches.suse/selftests-bpf-trigger-verifier.c-maybe_exit_scc-for-.patch patches.suse/bpf-arm64-Call-bpf_jit_binary_pack_finalize-in-bpf_jit_fre.patch patches.suse/bpf-Enforce-RCU-protection-for-KF_RCU_PROTECTED.patch patches.suse/selftests-bpf-Add-tests-for-KF_RCU_PROTECTED.patch patches.suse/bpf-Return-hashes-of-maps-in-BPF_OBJ_GET_INFO_BY_FD.patch patches.suse/bpf-Move-the-signature-kfuncs-to-helpers.c.patch patches.suse/bpf-bpf_verifier_state-cleaned-flag-instead-of-REG_L.patch patches.suse/bpf-use-compute_live_registers-info-in-clean_func_st.patch patches.suse/bpf-remove-redundant-REG_LIVE_READ-check-in-stacksaf.patch patches.suse/bpf-declare-a-few-utility-functions-as-internal-api.patch patches.suse/bpf-compute-instructions-postorder-per-subprogram.patch patches.suse/bpf-callchain-sensitive-stack-liveness-tracking-usin.patch patches.suse/bpf-enable-callchain-sensitive-stack-liveness-tracki.patch patches.suse/bpf-signal-error-if-old-liveness-is-more-conservativ.patch patches.suse/bpf-disable-and-remove-registers-chain-based-livenes.patch patches.suse/bpf-table-based-bpf_insn_successors.patch patches.suse/selftests-bpf-__not_msg-tag-for-test_loader-framewor.patch patches.suse/selftests-bpf-test-cases-for-callchain-sensitive-liv.patch patches.suse/bpftool-Add-HELP_SPEC_OPTIONS-in-token.c.patch patches.suse/bpftool-Fix-UAF-in-get_delegate_value.patch patches.suse/bpftool-Fix-Wuninitialized-const-pointer-warnings-wi.patch patches.suse/bpf-refactor-special-field-type-detection.patch patches.suse/bpf-extract-generic-helper-from-process_timer_func.patch patches.suse/bpf-htab-extract-helper-for-freeing-special-structs.patch patches.suse/bpf-verifier-permit-non-zero-returns-from-async-call.patch patches.suse/bpf-bpf-task-work-plumbing.patch patches.suse/bpf-extract-map-key-pointer-calculation.patch patches.suse/bpf-task-work-scheduling-kfuncs.patch patches.suse/selftests-bpf-BPF-task-work-scheduling-tests.patch patches.suse/selftests-bpf-add-bpf-task-work-stress-tests.patch patches.suse/bpf-x86-Add-support-for-signed-arena-loads.patch patches.suse/selftests-bpf-Add-tests-for-signed-loads-from-arena.patch patches.suse/bpf-Allow-union-argument-in-trampoline-based-program.patch patches.suse/selftests-bpf-Add-union-argument-tests-using-fexit-p.patch patches.suse/bpftool-Add-bash-completion-for-program-signing-opti.patch patches.suse/riscv-bpf-Fix-uninitialized-symbol-retval_off.patch patches.suse/bpf-Clear-pfmemalloc-flag-when-freeing-all-fragments.patch patches.suse/bpf-Allow-uprobe-program-to-change-context-registers.patch patches.suse/uprobe-Do-not-emulate-sstep-original-instruction-when-ip-i.patch patches.suse/selftests-bpf-Add-uprobe-context-registers-changes-t.patch patches.suse/selftests-bpf-Add-uprobe-context-ip-register-change-.patch patches.suse/selftests-bpf-Add-kprobe-write-ctx-attach-test.patch patches.suse/selftests-bpf-Add-kprobe-multi-write-ctx-attach-test.patch patches.suse/bpf-Mark-kfuncs-as-__noclone.patch patches.suse/selftests-bpf-Task_work-selftest-cleanup-fixes.patch patches.suse/selftests-bpf-Fix-flaky-bpf_cookie-selftest.patch patches.suse/bpf-Add-lookup_and_delete_elem-for-BPF_MAP_STACK_TRA.patch patches.suse/selftests-bpf-Refactor-stacktrace_map-case-with-skel.patch patches.suse/selftests-bpf-Add-stacktrace-map-lookup_and_delete_e.patch patches.suse/libbpf-Fix-error-when-st-prefix_ops-and-ops-from-dif.patch patches.suse/bpf-Enforce-expected_attach_type-for-tailcall-compat.patch patches.suse/selftests-bpf-Add-test-case-for-different-expected_a.patch patches.suse/selftests-bpf-Add-stress-test-for-rqspinlock-in-NMI.patch patches.suse/driver-core-faux-Set-power.no_pm-for-faux-devices.patch patches.suse/driver-core-PM-Set-power.no_callbacks-along-with-pow.patch patches.suse/perf-make-pmu_bus-const.patch patches.suse/hwmon-k10temp-Add-thermal-support-for-AMD-Family-1Ah.patch patches.suse/hwmon-k10temp-Add-device-ID-for-Strix-Halo.patch patches.suse/hwmon-lenovo-ec-sensors-Update-P8-supprt.patch patches.suse/hwmon-sbtsi_temp-AMD-CPU-extended-temperature-range-.patch patches.suse/hwmon-sy7636a-add-alias.patch patches.suse/hwmon-dell-smm-Remove-Dell-Precision-490-custom-conf.patch patches.suse/hwmon-asus-ec-sensors-increase-timeout-for-locking-A.patch patches.suse/hwmon-mlxreg-fan-Separate-methods-of-fan-setting-com.patch patches.suse/pwm-berlin-Fix-wrong-register-in-suspend-resume.patch patches.suse/pwm-tiehrpwm-Don-t-drop-runtime-PM-reference-in-.fre.patch patches.suse/pwm-tiehrpwm-Make-code-comment-in-.free-more-useful.patch patches.suse/pwm-tiehrpwm-Fix-various-off-by-one-errors-in-duty-c.patch patches.suse/pwm-tiehrpwm-Fix-corner-case-in-clock-divisor-calcul.patch patches.suse/pwm-pca9685-Use-bulk-write-to-atomicially-update-reg.patch patches.suse/dt-bindings-gpio-Add-Tegra256-support.patch patches.suse/gpio-tegra186-Add-support-for-Tegra256.patch patches.suse/mfd-vexpress-sysreg-Check-the-return-value-of-devm_g.patch patches.suse/regmap-Remove-superfluous-check-for-config-in-__regm.patch patches.suse/regulator-scmi-Use-int-type-to-store-negative-error-.patch patches.suse/spi-bcm2835-Remove-redundant-semicolons.patch patches.suse/spi-mtk-snfi-Remove-redundant-semicolons.patch patches.suse/spi-loopback-test-Don-t-use-pK-through-printk.patch patches.suse/spi-cadence-quadspi-Flush-posted-register-writes-bef.patch patches.suse/spi-cadence-quadspi-Flush-posted-register-writes-bef-1ad5576.patch patches.suse/spi-cadence-quadspi-Fix-cqspi_setup_flash.patch patches.suse/spi-fix-return-code-when-spi-device-has-too-many-chi.patch patches.suse/spi-rpc-if-Add-resume-support-for-RZ-G3E.patch patches.suse/mmc-core-SPI-mode-remove-cmd7.patch patches.suse/mmc-mmc_spi-multiple-block-read-remove-read-crc-ack.patch patches.suse/mmc-host-renesas_sdhi-Fix-the-actual-clock.patch patches.suse/memstick-Add-timeout-to-prevent-indefinite-waiting.patch patches.suse/mmc-sdhci-msm-Enable-tuning-for-SDR50-mode-for-SD-ca.patch patches.suse/mmc-core-Fix-variable-shadowing-in-mmc_route_rpmb_fr.patch patches.suse/mfd-simple-mfd-i2c-Add-compatible-strings-for-Layers.patch patches.suse/mfd-stmpe-Remove-IRQ-domain-upon-removal.patch patches.suse/mfd-stmpe-i2c-Add-missing-MODULE_LICENSE.patch patches.suse/mfd-kempld-Switch-back-to-earlier-init-behavior.patch patches.suse/mfd-intel_soc_pmic_chtdc_ti-Set-use_single_read-regm.patch patches.suse/mfd-da9063-Split-chip-variant-reading-in-two-bus-tra.patch patches.suse/mfd-madera-Work-around-false-positive-Wininitialized.patch patches.suse/mfd-arizona-Make-legacy-gpiolib-interface-optional.patch patches.suse/mfd-si476x-Add-GPIOLIB_LEGACY-dependency.patch patches.suse/mfd-core-Increment-of_node-s-refcount-before-linking.patch patches.suse/mfd-cs42l43-Move-IRQ-enable-disable-to-encompass-for.patch patches.suse/mfd-cs42l43-Remove-IRQ-masking-in-suspend.patch patches.suse/mfd-rz-mtu3-Fix-MTU5-NFCR-register-offset.patch patches.suse/mfd-intel-lpss-Add-Intel-Wildcat-Lake-LPSS-PCI-IDs.patch patches.suse/leds-flash-leds-qcom-flash-Update-torch-current-clam.patch patches.suse/leds-leds-lp55xx-Use-correct-address-for-memory-prog.patch patches.suse/video-backlight-lp855x_bl-Set-correct-EPROM-start-fo.patch patches.suse/firewire-ohci-move-self_id_complete-tracepoint-after.patch patches.suse/power-supply-qcom_battmgr-add-OOI-chemistry.patch patches.suse/power-supply-cw2015-Fix-a-alignment-coding-style-iss.patch patches.suse/power-supply-sbs-charger-Support-multiple-devices.patch patches.suse/power-supply-max77976_charger-fix-constant-current-r.patch patches.suse/power-supply-qcom_battmgr-handle-charging-state-chan.patch patches.suse/Revert-ipmi-fix-msg-stack-when-IPMI-is-disconnected.patch patches.suse/ipmi-Rework-user-message-limit-handling.patch patches.suse/pinctrl-single-fix-bias-pull-up-down-handling-in-pin.patch patches.suse/pinctrl-rp1-Add-regmap-ranges-to-RP1-gpio-controller.patch patches.suse/pinctrl-equilibrium-Remove-redundant-semicolons.patch patches.suse/pinctrl-remove-unneeded-fast_io-parameter-in-regmap_config.patch patches.suse/pinctrl-meson-gxl-add-missing-i2c_d-pinmux.patch patches.suse/pinctrl-renesas-rzg2l-Fix-invalid-unsigned-return-in.patch patches.suse/pinctrl-check-the-return-value-of-pinmux_ops-get_fun.patch patches.suse/pinctrl-keembay-release-allocated-memory-in-detach-p.patch patches.suse/pinctrl-bcm-Add-STB-family-pin-controller-driver.patch patches.suse/pinctrl-samsung-Drop-unused-S3C24xx-driver-data.patch patches.suse/pinctrl-renesas-Use-int-type-to-store-negative-error.patch patches.suse/i2c-mediatek-fix-potential-incorrect-use-of-I2C_MAST.patch patches.suse/i2c-designware-Fix-clock-issue-when-PM-is-disabled.patch patches.suse/i2c-designware-Add-disabling-clocks-when-probe-fails.patch patches.suse/i2c-i801-Add-support-for-Intel-Wildcat-Lake-U.patch patches.suse/i3c-mipi-i3c-hci-pci-Add-support-for-Intel-Wildcat-L.patch patches.suse/i3c-Fix-default-I2C-adapter-timeout-value.patch patches.suse/i3c-master-svc-Use-manual-response-for-IBI-events.patch patches.suse/i3c-master-svc-Recycle-unused-IBI-slot.patch patches.suse/cpufreq-scmi-Account-for-malformed-DT-in-scmi_dev_used_by_cpus.patch patches.suse/cpufreq-ti-Add-support-for-AM62D2.patch patches.suse/cpufreq-intel_pstate-Fix-object-lifecycle-issue-in-update_qos_request.patch patches.suse/PM-EM-Fix-late-boot-with-holes-in-CPU-topology.patch patches.suse/PM-devfreq-mtk-cci-Fix-potential-error-pointer-deref.patch patches.suse/PM-devfreq-rockchip-dfi-double-count-on-RK3588.patch patches.suse/cpuidle-Fail-cpuidle-device-registration-if-there-is-one-already.patch patches.suse/PM-sleep-core-Clear-power.must_resume-in-noirq-suspe.patch patches.suse/PM-hibernate-Add-pm_hibernation_mode_is_suspend.patch patches.suse/PM-hibernate-Fix-pm_hibernation_mode_is_suspend-buil.patch patches.suse/tools-power-turbostat-Fix-incorrect-sorting-of-PMT-telemetry.patch patches.suse/tools-power-x86_energy_perf_policy-Fix-incorrect-fop.patch patches.suse/tools-power-x86_energy_perf_policy-Enhance-HWP-enabl.patch patches.suse/tools-power-x86_energy_perf_policy-Prefer-driver-HWP.patch patches.suse/tools-cpupower-fix-error-return-value-in-cpupower_wr.patch patches.suse/tools-cpupower-Fix-incorrect-size-in-cpuidle_state_d.patch patches.suse/ACPI-debug-fix-signedness-issues-in-read-write-helpe.patch patches.suse/ACPICA-Add-SoundWire-File-Table-SWFT-signature.patch patches.suse/ACPICA-Modify-variable-definition-position.patch patches.suse/ACPICA-Remove-redundant-ifdef-definitions.patch patches.suse/ACPICA-Change-the-compilation-conditions.patch patches.suse/ACPICA-Allow-to-skip-Global-Lock-initialization.patch patches.suse/ACPICA-Apply-ACPI_NONSTRING-12fd6075.patch patches.suse/ACPICA-iASL-Fix-printing-CDAT-table-header.patch patches.suse/ACPICA-acpidump-drop-ACPI_NONSTRING-attribute-from-f.patch patches.suse/ACPICA-Debugger-drop-ACPI_NONSTRING-attribute-from-n.patch patches.suse/ACPICA-dispatcher-Use-acpi_ds_clear_operands-in-acpi.patch patches.suse/ACPICA-Update-dsmethod.c-to-get-rid-of-unused-variab.patch patches.suse/ACPICA-Print-error-messages-for-too-few-or-too-many-.patch patches.suse/ACPICA-Update-version-to-20250807.patch patches.suse/ACPICA-Fix-largest-possible-resource-descriptor-inde.patch patches.suse/ACPICA-CEDT-Add-Back-Invalidate-restriction-to-CXL-W.patch patches.suse/ACPICA-ACPI_TYPE_ANY-does-not-include-the-package-ty.patch patches.suse/ACPI-scan-Add-Intel-CVS-ACPI-HIDs-to-acpi_ignore_dep.patch patches.suse/ACPI-processor-idle-Fix-memory-leak-when-register-cp.patch patches.suse/ACPI-processor-idle-Optimize-ACPI-idle-driver-regist.patch patches.suse/ACPI-processor-idle-Add-module-import-namespace.patch patches.suse/ACPI-processor-idle-Eliminate-static-variable-flat_s.patch patches.suse/ACPI-processor-idle-Fix-function-defined-but-not-use.patch patches.suse/ACPI-processor-thermal-Release-policy-references-usi.patch patches.suse/ACPI-processor-Remove-unused-empty-stubs-of-some-fun.patch patches.suse/ACPI-processor-idle-Rearrange-declarations-in-header.patch patches.suse/ACPI-processor-Update-cpuidle-driver-check-in-__acpi.patch patches.suse/ACPI-processor-idle-Redefine-two-functions-as-void.patch patches.suse/ACPI-processor-Do-not-expose-global-variable-acpi_id.patch patches.suse/ACPI-sysfs-Use-ACPI_FREE-for-freeing-an-ACPI-object.patch patches.suse/ACPI-property-Fix-buffer-properties-extraction-for-s.patch patches.suse/ACPI-property-Disregard-references-in-data-only-subn.patch patches.suse/ACPI-property-Add-code-comments-explaining-what-is-g.patch patches.suse/ACPI-property-Do-not-pass-NULL-handles-to-acpi_attac.patch patches.suse/ACPI-property-Adjust-failure-handling-in-acpi_nondev.patch patches.suse/ACPI-resource-Skip-IRQ-override-on-ASUS-Vivobook-Pro.patch patches.suse/ACPI-PM-Add-power-resource-init-function.patch patches.suse/ACPI-PM-Add-HP-EliteBook-855-G7-WWAN-modem-power-res.patch patches.suse/ACPI-SPCR-Add-support-for-DBG2-RISC-V-SBI-port-subty.patch patches.suse/ACPI-SPCR-Support-Precise-Baud-Rate-field.patch patches.suse/ACPI-thermal-Get-rid-of-a-dummy-local-variable.patch patches.suse/ACPI-fan-Fold-two-simple-functions-into-their-only-c.patch patches.suse/ACPI-video-force-native-for-Lenovo-82K8.patch patches.suse/ACPI-TAD-Add-missing-sysfs_remove_group-for-ACPI_TAD.patch patches.suse/ACPI-PRM-Skip-handlers-with-NULL-handler_address-or-.patch patches.suse/ACPI-APEI-Remove-redundant-assignments-in-erst_dbg_-.patch patches.suse/ACPI-APEI-EINJ-Allow-more-types-of-addresses-except-.patch patches.suse/ACPI-Use-str_low_high-helper-in-two-places.patch patches.suse/thermal-gov_step_wise-Allow-cooling-level-to-be-redu.patch patches.suse/thermal-intel-selftests-workload_hint-Mask-unsupport.patch patches.suse/thermal-drivers-qcom-lmh-Add-missing-IRQ-includes.patch patches.suse/arm64-dts-broadcom-bcm2712-Add-default-GIC-address-cells.patch patches.suse/arm64-zynqmp-Disable-coresight-by-default.patch patches.suse/arm64-zynqmp-Revert-usb-node-drive-strength-and-slew-rate-.patch patches.suse/arm64-dts-imx93-kontron-Fix-GPIO-for-panel-regulator.patch patches.suse/arm64-dts-imx93-kontron-Fix-USB-port-assignment.patch patches.suse/arm64-dts-imx95-Correct-the-lpuart7-and-lpuart8-srcid.patch patches.suse/arm64-dts-apple-t8103-j457-Fix-PCIe-ethernet-iommu-map.patch patches.suse/arm64-dts-apple-Add-ethernet0-alias-for-J375-template.patch patches.suse/soc-aspeed-socinfo-Add-AST27xx-silicon-IDs.patch patches.suse/dt-bindings-clock-rp1-Add-missing-MIPI-DSI-defines.patch patches.suse/clk-rp1-Implement-remaining-clock-tree.patch patches.suse/firmware-qcom-scm-preserve-assign_mem-error-return-v.patch patches.suse/soc-qcom-smem-Fix-endian-unaware-access-of-num_entri.patch patches.suse/soc-qcom-rpmh-rsc-Unconditionally-clear-_TRIGGER-bit.patch patches.suse/firmware-qcom-tzmem-disable-sc7180-platform.patch patches.suse/soc-tegra-fuse-Add-Tegra114-nvmem-cells-and-fuse-loo.patch patches.suse/firmware-arm_scmi-Mark-VirtIO-ready-before-registeri.patch patches.suse/soc-mediatek-mtk-svs-fix-device-leaks-on-mt8183-prob.patch patches.suse/soc-mediatek-mtk-svs-fix-device-leaks-on-mt8192-prob.patch patches.suse/ASoC-apple-mca-Add-apple-t8103-mca-compatible.patch patches.suse/firmware-meson_sm-fix-device-leak-at-probe.patch patches.suse/firmware-firmware-meson-sm-fix-compile-test-default.patch patches.suse/soc-ti-pruss-don-t-use-pK-through-printk.patch patches.suse/memory-samsung-exynos-srom-Fix-of_iomap-leak-in-exyn.patch patches.suse/tee-fix-register_shm_helper.patch patches.suse/bus-fsl-mc-Check-return-value-of-platform_get_resour.patch patches.suse/bus-fsl-mc-Replace-snprintf-and-sprintf-with-sysfs_e.patch patches.suse/bitmap-introduce-hardware-specific-bitfield-operatio.patch patches.suse/ASoC-rockchip-i2s-tdm-switch-to-FIELD_PREP_WM16_CONS.patch patches.suse/io_uring-zctx-check-chained-notif-contexts.patch patches.suse/blk-mq-dma-create-blk_map_iter-type.patch patches.suse/blk-mq-dma-provide-the-bio_vec-array-being-iterated.patch patches.suse/blk-mq-dma-require-unmap-caller-provide-p2p-map-type.patch patches.suse/blk-mq-remove-REQ_P2PDMA-flag.patch patches.suse/blk-mq-dma-move-common-dma-start-code-to-a-helper.patch patches.suse/blk-mq-dma-add-scatter-less-integrity-data-DMA-mappi.patch patches.suse/blk-integrity-use-iterator-for-mapping-sg.patch patches.suse/nvme-pci-create-common-sgl-unmapping-helper.patch patches.suse/nvme-pci-convert-metadata-mapping-to-dma-iter.patch patches.suse/block-Move-a-misplaced-comment-in-queue_wb_lat_store.patch patches.suse/blk-mq-check-kobject-state_in_sysfs-before-deleting-.patch patches.suse/brd-use-page-reference-to-protect-page-lifetime.patch patches.suse/block-use-int-to-store-blk_stack_limits-return-value.patch patches.suse/scsi-switch-scsi_bios_ptable-and-scsi_partsize-to-ge.patch patches.suse/scsi-switch-bios_param-to-passing-gendisk.patch patches.suse/block-switch-getgeo-to-struct-gendisk.patch patches.suse/blk-mq-fix-elevator-depth_updated-method.patch patches.suse/blk-mq-fix-blk_mq_tags-double-free-while-nr_requests.patch patches.suse/blk-mq-Move-flush-queue-allocation-into-blk_mq_init_.patch patches.suse/blk-mq-Pass-tag_set-to-blk_mq_free_rq_map-tags.patch patches.suse/blk-mq-Defer-freeing-of-tags-page_list-to-SRCU-callb.patch patches.suse/blk-mq-Defer-freeing-flush-queue-to-SRCU-callback.patch patches.suse/blk-mq-Replace-tags-lock-with-SRCU-for-tag-iterators.patch patches.suse/null_blk-Fix-the-description-of-the-cache_size-modul.patch patches.suse/blk-throttle-fix-access-race-during-throttle-policy-activa.patch patches.suse/nbd-restrict-sockets-to-TCP-and-UDP.patch patches.suse/block-add-a-bio_init_inline-helper.patch patches.suse/block-remove-the-bi_inline_vecs-variable-sized-array.patch patches.suse/blk-mq-Document-tags_srcu-member-in-blk_mq_tag_set-s.patch patches.suse/block-check-for-valid-bio-while-splitting.patch patches.suse/block-add-size-alignment-to-bio_iov_iter_get_pages.patch patches.suse/block-align-the-bio-after-building-it.patch patches.suse/block-simplify-direct-io-validity-check.patch patches.suse/iomap-simplify-direct-io-validity-check.patch patches.suse/block-remove-bdev_iter_is_aligned.patch patches.suse/blk-integrity-use-simpler-alignment-check.patch patches.suse/iov_iter-remove-iov_iter_is_aligned.patch patches.suse/blk-integrity-enable-p2p-source-and-destination.patch patches.suse/blk-mq-dma-bring-back-p2p-request-flags.patch patches.suse/blk-map-provide-the-bdev-to-bio-if-one-exists.patch patches.suse/block-cleanup-bio_issue.patch patches.suse/block-initialize-bio-issue-time-in-blk_mq_submit_bio.patch patches.suse/blk-mq-add-QUEUE_FLAG_BIO_ISSUE_TIME.patch patches.suse/md-fix-mssing-blktrace-bio-split-events.patch patches.suse/blk-mq-remove-useless-checking-in-queue_requests_sto.patch patches.suse/blk-mq-remove-useless-checkings-in-blk_mq_update_nr_.patch patches.suse/blk-mq-check-invalid-nr_requests-in-queue_requests_s.patch patches.suse/blk-mq-convert-to-serialize-updating-nr_requests-wit.patch patches.suse/blk-mq-cleanup-shared-tags-case-in-blk_mq_update_nr_.patch patches.suse/blk-mq-split-bitmap-grow-and-resize-case-in-blk_mq_u.patch patches.suse/blk-mq-sched-add-new-parameter-nr_requests-in-blk_mq.patch patches.suse/blk-mq-fix-potential-deadlock-while-nr_requests-grow.patch patches.suse/blk-mq-remove-blk_mq_tag_update_depth.patch patches.suse/blk-mq-fix-stale-nr_requests-documentation.patch patches.suse/block-mq-deadline-Remove-the-redundant-rb_entry_rq-i.patch patches.suse/blk-mq-Fix-the-blk_mq_tagset_busy_iter-documentation.patch patches.suse/blk-throttle-fix-throtl_data-leak-during-disk-release.patch patches.suse/blk-mq-Fix-more-tag-iteration-function-documentation.patch patches.suse/blk-mq-fix-null-ptr-deref-in-blk_mq_free_tags-from-e.patch patches.suse/blk-cgroup-fix-possible-deadlock-while-configuring-policy.patch patches.suse/nvme-auth-update-bi_directional-flag.patch patches.suse/nvmet-fc-move-lsop-put-work-to-nvmet_fc_ls_req_op.patch patches.suse/nvmet-fc-avoid-scheduling-association-deletion-twice.patch patches.suse/nvmet-fcloop-call-done-callback-even-when-remote-por.patch patches.suse/nvme-fc-use-lock-accessing-port_state-and-rport-stat.patch patches.suse/nvme-tcp-send-only-permitted-commands-for-secure-con.patch patches.suse/nvme-pci-Add-TUXEDO-IBS-Gen8-to-Samsung-sleep-quirk.patch patches.suse/nvme-Use-non-zero-KATO-for-persistent-discovery-conn.patch patches.suse/s390-dasd-Return-BLK_STS_INVAL-for-EINVAL-from-do_da.patch patches.suse/s390-dasd-enforce-dma_alignment-to-ensure-proper-buf.patch patches.suse/ALSA-hda-Fix-spelling-mistake-dismatch-mismatch.patch patches.suse/ALSA-hda-Add-TAS5825-support.patch patches.suse/ALSA-usb-scarlett2-Clean-ups-with-guard-and-__free.patch patches.suse/ALSA-6fire-Clean-ups-with-guard.patch patches.suse/ALSA-usb-audio-Replace-manual-mutex-spinlock-with-gu.patch patches.suse/ALSA-usb-audio-Use-auto-cleanup-for-shutdown-locks.patch patches.suse/ALSA-hda-Improve-local-variable-data-type-in-snd_hda.patch patches.suse/ALSA-hda-Use-min-to-simplify-snd_hda_get_devices.patch patches.suse/ALSA-hda-Improve-local-variable-data-type-in-print_d.patch patches.suse/ALSA-usb-audio-Add-initial-driver-for-TASCAM-US-144M.patch patches.suse/ALSA-usb-audio-us144mkii-Add-PCM-core-infrastructure.patch patches.suse/ALSA-usb-audio-us144mkii-Implement-audio-playback-an.patch patches.suse/ALSA-usb-audio-us144mkii-Implement-audio-capture-and.patch patches.suse/ALSA-usb-audio-us144mkii-Add-MIDI-support-and-mixer-.patch patches.suse/ALSA-usb-audio-us144mkii-Add-deep-sleep-command.patch patches.suse/ALSA-usb-audio-Add-infrastructure-for-TASCAM-US-144M.patch patches.suse/ALSA-usb-audio-us144mkii-Use-le16_to_cpu-for-product.patch patches.suse/ALSA-usb-audio-us144mkii-Fix-null-deref-in-tascam_mi.patch patches.suse/ALSA-usb-audio-Add-validation-of-UAC2-UAC3-effect-un.patch patches.suse/ALSA-usb-audio-us144mkii-Fixes-for-handshake-MIDI-ou.patch patches.suse/ALSA-pcm-oss-Use-guard-for-spin-locks.patch patches.suse/ALSA-lx_core-use-int-type-to-store-negative-error-co.patch patches.suse/ALSA-hda-Introduce-auto-cleanup-macros-for-PM.patch patches.suse/ALSA-hda-ca0132-Use-cleanup-macros-for-PM-controls.patch patches.suse/ALSA-hda-hdmi-Use-cleanup-macros-for-PM-controls.patch patches.suse/ALSA-hda-realtek-Use-cleanup-macros-for-PM-controls.patch patches.suse/ALSA-hda-common-Use-cleanup-macros-for-PM-controls.patch patches.suse/ALSA-hda-Use-auto-cleanup-macros-for-DSP-loader-lock.patch patches.suse/ALSA-hda-common-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-core-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-ca0132-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-hdmi-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-realtek-Use-guard-for-mutex-locks-and-COEF-.patch patches.suse/ALSA-hda-cs35l41-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-tas2781-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-cs8409-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-component-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-generic-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-analog-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-intel-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hda-common-Use-auto-cleanup-for-temporary-buffe.patch patches.suse/ALSA-hda-realtek-Use-auto-cleanup-for-temporary-buff.patch patches.suse/ALSA-hda-generic-Use-auto-cleanup-for-temporary-buff.patch patches.suse/ALSA-hda-ext-Use-guard-for-spinlocks.patch patches.suse/ALSA-hda-core-Use-guard-for-spinlocks.patch patches.suse/ALSA-hda-common-Use-guard-for-spinlocks.patch patches.suse/ALSA-hda-intel-Use-guard-for-spinlocks.patch patches.suse/ALSA-seq-Simplify-internal-command-operation-from-OS.patch patches.suse/ALSA-seq-Clean-up-spin-lock-with-guard.patch patches.suse/ALSA-seq-Use-guard-for-mutex-and-rwsem-locks.patch patches.suse/ALSA-seq-Use-auto-cleanup-for-client-refcounting.patch patches.suse/ALSA-seq-Clean-up-port-locking-with-auto-cleanup.patch patches.suse/ALSA-seq-Clean-up-queue-locking-with-auto-cleanup.patch patches.suse/ALSA-seq-Clean-up-fifo-locking-with-guard.patch patches.suse/ALSA-seq-oss-Clean-up-core-code-with-guard.patch patches.suse/ALSA-seq-oss-midi-Cleanup-with-guard-and-auto-cleanu.patch patches.suse/ALSA-seq-oss-synth-Clean-up-with-guard-and-auto-clea.patch patches.suse/ALSA-seq-oss-rw-Cleanup-with-guard.patch patches.suse/ALSA-firewire-bebob-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-dice-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-digi00x-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-fireworks-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-motu-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-oxfw-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-tascam-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-fireface-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-isight-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-lib-Use-guard-for-mutex-locks.patch patches.suse/ALSA-firewire-bebob-Use-guard-for-spin-locks.patch patches.suse/ALSA-firewire-dice-Use-guard-for-spin-locks.patch patches.suse/ALSA-firewire-digi00x-Use-guard-for-spin-locks.patch patches.suse/ALSA-firewire-fireface-Use-guard-for-spin-locks.patch patches.suse/ALSA-firewire-fireworks-Use-guard-for-spin-locks.patch patches.suse/ALSA-firewire-oxfw-Use-guard-for-spin-locks.patch patches.suse/ALSA-firewire-tascam-Use-guard-for-spin-locks.patch patches.suse/ALSA-firewire-lib-Use-guard-for-spin-locks.patch patches.suse/ALSA-firewire-motu-Use-guard-for-spin-locks.patch patches.suse/ALSA-ac97-Use-guard-for-mutex-locks.patch patches.suse/ALSA-ac97-Use-guard-for-spin-locks.patch patches.suse/ALSA-ali5451-Use-guard-for-spin-locks.patch patches.suse/ALSA-azt3328-Use-guard-for-spin-locks.patch patches.suse/ALSA-ens137x-Use-guard-for-mutex-locks.patch patches.suse/ALSA-ens137x-Use-guard-for-spin-locks.patch patches.suse/ALSA-als300-Use-guard-for-spin-locks.patch patches.suse/ALSA-als4000-Use-guard-for-spin-locks.patch patches.suse/ALSA-ad1889-Use-guard-for-spin-locks.patch patches.suse/ALSA-atiixp-Use-guard-for-mutex-locks.patch patches.suse/ALSA-atiixp-Use-guard-for-spin-locks.patch patches.suse/ALSA-aw2-Use-guard-for-mutex-locks.patch patches.suse/ALSA-aw2-Use-guard-for-spin-locks.patch patches.suse/ALSA-bt87x-Use-guard-for-spin-locks.patch patches.suse/ALSA-ca0106-Use-guard-for-spin-locks.patch patches.suse/ALSA-cmipci-Use-guard-for-mutex-locks.patch patches.suse/ALSA-cmipci-Use-guard-for-spin-locks.patch patches.suse/ALSA-cs4281-Use-guard-for-spin-locks.patch patches.suse/ALSA-cs46xx-Use-guard-for-mutex-locks.patch patches.suse/ALSA-cs46xx-Use-guard-for-spin-locks.patch patches.suse/ALSA-cs5535audio-Use-guard-for-spin-locks.patch patches.suse/ALSA-ctxfi-Use-guard-for-mutex-locks.patch patches.suse/ALSA-ctxfi-Use-guard-for-spin-locks.patch patches.suse/ALSA-echoaudio-Use-guard-for-mutex-locks.patch patches.suse/ALSA-echoaudio-Use-guard-for-spin-locks.patch patches.suse/ALSA-emu10k1-Use-guard-for-mutex-locks.patch patches.suse/ALSA-emu10k1-Use-guard-for-emu1010-FPGA-locking.patch patches.suse/ALSA-emu10k1-Use-guard-for-spin-locks.patch patches.suse/ALSA-emu10k1x-Use-guard-for-spin-locks.patch patches.suse/ALSA-es1938-Use-guard-for-spin-locks.patch patches.suse/ALSA-es1968-Use-guard-for-mutex-locks.patch patches.suse/ALSA-es1968-Use-guard-for-spin-locks.patch patches.suse/ALSA-fm801-Use-guard-for-spin-locks.patch patches.suse/ALSA-ice1712-Use-guard-for-mutex-locks.patch patches.suse/ALSA-ice1712-Use-guard-for-spin-locks.patch patches.suse/ALSA-intel8x0-Use-guard-for-spin-locks.patch patches.suse/ALSA-korg1212-Use-guard-for-mutex-locks.patch patches.suse/ALSA-korg1212-Use-guard-for-spin-locks.patch patches.suse/ALSA-lola-Use-guard-for-mutex-locks.patch patches.suse/ALSA-lola-Use-guard-for-spin-locks.patch patches.suse/ALSA-lx6464es-Use-guard-for-mutex-locks.patch patches.suse/ALSA-maestro3-Use-guard-for-spin-locks.patch patches.suse/ALSA-mixart-Use-guard-for-mutex-locks.patch patches.suse/ALSA-nm256-Use-guard-for-mutex-locks.patch patches.suse/ALSA-nm256-Use-guard-for-spin-locks.patch patches.suse/ALSA-oxygen-Use-guard-for-mutex-locks.patch patches.suse/ALSA-oxygen-Use-guard-for-spin-locks.patch patches.suse/ALSA-pcxhr-Use-guard-for-mutex-locks.patch patches.suse/ALSA-rme32-Use-guard-for-spin-locks.patch patches.suse/ALSA-rme96-Use-guard-for-spin-locks.patch patches.suse/ALSA-hdsp-Use-guard-for-spin-locks.patch patches.suse/ALSA-hdspm-Use-guard-for-spin-locks.patch patches.suse/ALSA-rme9652-Use-guard-for-spin-locks.patch patches.suse/ALSA-sis7019-Use-guard-for-mutex-locks.patch patches.suse/ALSA-sis7019-Use-guard-for-spin-locks.patch patches.suse/ALSA-sonicvibes-Use-guard-for-spin-locks.patch patches.suse/ALSA-trident-Use-guard-for-mutex-locks.patch patches.suse/ALSA-trident-Use-guard-for-spin-locks.patch patches.suse/ALSA-via82xx-Use-guard-for-spin-locks.patch patches.suse/ALSA-vx222-Use-guard-for-mutex-locks.patch patches.suse/ALSA-ymfpci-Use-guard-for-spin-locks.patch patches.suse/ALSA-ad1816a-Use-guard-for-spin-locks.patch patches.suse/ALSA-cmi8330-Use-guard-for-spin-locks.patch patches.suse/ALSA-cs423x-Use-guard-for-mutex-locks.patch patches.suse/ALSA-cs423x-Use-guard-for-spin-locks.patch patches.suse/ALSA-es1688-Use-guard-for-spin-locks.patch patches.suse/ALSA-es18xx-Use-guard-for-spin-locks.patch patches.suse/ALSA-gus-Use-guard-for-mutex-locks.patch patches.suse/ALSA-gus-Use-guard-for-spin-locks.patch patches.suse/ALSA-msnd-Use-guard-for-spin-locks.patch patches.suse/ALSA-opl3sa2-Use-guard-for-spin-locks.patch patches.suse/ALSA-opti9xx-Use-guard-for-spin-locks.patch patches.suse/ALSA-sb-Use-guard-for-mutex-locks.patch patches.suse/ALSA-sb-Use-guard-for-spin-locks.patch patches.suse/ALSA-emu8000-Use-guard-for-spin-locks.patch patches.suse/ALSA-sscape-Use-guard-for-spin-locks.patch patches.suse/ALSA-wss-Use-guard-for-mutex-locks.patch patches.suse/ALSA-wss-Use-guard-for-spin-locks.patch patches.suse/ALSA-wavefront-Use-guard-for-spin-locks.patch patches.suse/ALSA-aloop-Use-guard-for-mutex-locks.patch patches.suse/ALSA-aloop-Use-guard-for-spin-locks.patch patches.suse/ALSA-opl3-Use-guard-for-mutex-locks.patch patches.suse/ALSA-opl3-Use-guard-for-spin-locks.patch patches.suse/ALSA-opl4-Use-guard-for-mutex-locks.patch patches.suse/ALSA-opl4-Use-guard-for-spin-locks.patch patches.suse/ALSA-vx-Use-guard-for-mutex-locks.patch patches.suse/ALSA-dummy-Use-guard-for-spin-locks.patch patches.suse/ALSA-mpu401-Use-guard-for-spin-locks.patch patches.suse/ALSA-mtpav-Use-guard-for-spin-locks.patch patches.suse/ALSA-mts64-Use-guard-for-spin-locks.patch patches.suse/ALSA-portman2x4-Use-guard-for-spin-locks.patch patches.suse/ALSA-serial-u16550-Use-guard-for-spin-locks.patch patches.suse/ALSA-ua101-Use-guard-for-mutex-locks.patch patches.suse/ALSA-ua101-Use-guard-for-spin-locks.patch patches.suse/ALSA-usx2y-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hiface-Use-guard-for-mutex-locks.patch patches.suse/ALSA-hiface-Use-guard-for-spin-locks.patch patches.suse/ALSA-line6-Use-guard-for-mutex-locks.patch patches.suse/ALSA-usb-qcom-Use-guard-for-mutex-locks.patch patches.suse/ALSA-bcd2000-Use-guard-for-mutex-locks.patch patches.suse/ALSA-caiaq-Use-guard-for-spin-locks.patch patches.suse/ALSA-i2c-Use-guard-for-mutex-locks.patch patches.suse/ALSA-i2c-Use-guard-for-spin-locks.patch patches.suse/ALSA-synth-Use-guard-for-mutex-locks.patch patches.suse/ALSA-synth-Use-guard-for-spin-locks.patch patches.suse/ALSA-synth-Use-guard-for-preset-locks.patch patches.suse/ALSA-x86-Use-guard-for-mutex-locks.patch patches.suse/ALSA-x86-Use-guard-for-spin-locks.patch patches.suse/ALSA-xen-Use-guard-for-mutex-locks.patch patches.suse/ALSA-at73c213-Use-guard-for-mutex-locks.patch patches.suse/ALSA-pdaudiocf-Use-guard-for-mutex-locks.patch patches.suse/ALSA-vxpocket-Use-guard-for-mutex-locks.patch patches.suse/ALSA-sparc-Use-guard-for-mutex-locks.patch patches.suse/ALSA-aoa-Use-guard-for-mutex-locks.patch patches.suse/ALSA-aaci-Use-guard-for-mutex-locks.patch patches.suse/ALSA-pxa2xx-Use-guard-for-mutex-locks.patch patches.suse/ALSA-atmel-Use-guard-for-mutex-locks.patch patches.suse/ALSA-ac97bus-Use-guard-for-mutex-locks.patch patches.suse/ALSA-virtio-Use-guard-for-spin-locks.patch patches.suse/ALSA-misc-Use-guard-for-spin-locks.patch patches.suse/ALSA-hda-realtek-Use-is_s4_resume-macro.patch patches.suse/ALSA-rme32-Fix-serialization-in-snd_rme32_capture_ad.patch patches.suse/ALSA-hda-conexant-Fix-typos-in-comments.patch patches.suse/ALSA-usb-audio-rename-QUIRK_FLAG_MIXER_MIN_MUTE-to-Q.patch patches.suse/ALSA-usb-audio-add-quirk-QUIRK_FLAG_MIXER_CAPTURE_MI.patch patches.suse/ALSA-usb-audio-apply-mixer_min_mute-quirks-on-some-d.patch patches.suse/ALSA-usb-audio-apply-quirk-for-MOONDROP-Quark2.patch patches.suse/ALSA-cs4281-Send-the-PCM-period-elapsed-notification.patch patches.suse/ALSA-scarlett2-Add-Vocaster-speaker-headphone-mute-c.patch patches.suse/ALSA-compress_offload-Add-64-bit-safe-timestamp-infr.patch patches.suse/ALSA-compress_offload-Add-SNDRV_COMPRESS_TSTAMP64-io.patch patches.suse/ALSA-compress_offload-Add-SNDRV_COMPRESS_AVAIL64-ioc.patch patches.suse/ASoC-tas2781-Add-tas2118-tas2x20-tas5825-support.patch patches.suse/ALSA-aoa-Use-guard-for-spin-locks.patch patches.suse/ALSA-aoa-Don-t-split-string-across-lines.patch patches.suse/ALSA-arm-Use-guard-for-spin-locks.patch patches.suse/ALSA-sgio2audio-Use-guard-for-spin-locks.patch patches.suse/ALSA-snd-n64-Use-guard-for-spin-locks.patch patches.suse/ALSA-parisc-Use-guard-for-spin-locks.patch patches.suse/ALSA-snd_ps3-Use-guard-for-spin-locks.patch patches.suse/ALSA-ppc-Use-guard-for-spin-locks.patch patches.suse/ALSA-line6-Use-guard-for-spin-locks.patch patches.suse/ALSA-usb-fcp-Use-guard-for-spin-locks.patch patches.suse/ALSA-usb-audio-Use-guard-for-spin-locks.patch patches.suse/ALSA-sparc-amd7930-Use-guard-for-spin-locks.patch patches.suse/ALSA-sparc-cs4231-Use-guard-for-spin-locks.patch patches.suse/ALSA-sparc-dbri-Use-guard-for-spin-locks.patch patches.suse/ALSA-aoa-Remove-redundant-size-arguments-from-strscp.patch patches.suse/ALSA-asihpi-Simplify-error-handling-in-PCM-substream.patch patches.suse/ALSA-serial-generic-remove-shared-static-buffer.patch patches.suse/ALSA-pcm-Disable-bottom-softirqs-as-part-of-spin_loc.patch patches.suse/ALSA-spi-at73c213-Use-guard-for-spin-locks.patch patches.suse/ALSA-seq-Fix-KCSAN-data-race-warning-at-snd_seq_fifo.patch patches.suse/ALSA-compress-add-raw-opus-codec-define-and-opus-dec.patch patches.suse/ALSA-compress_offload-increase-SNDRV_COMPRESS_VERSIO.patch patches.suse/ASoC-qcom-qdsp6-audioreach-add-support-for-offloadin.patch patches.suse/ASoC-dmaengine_pcm-Add-port_window_size-to-DAI-dma-d.patch patches.suse/ASoC-tas2781-Add-keyword-init-in-profile-section.patch patches.suse/ASoC-mediatek-Use-SND_JACK_AVOUT-for-HDMI-DP-jacks.patch patches.suse/ASoC-SOF-imx-Remove-error-print-for-devm_add_action_.patch patches.suse/ASoC-rt721-add-some-vendor-registers.patch patches.suse/ASoC-cs48l32-Use-PTR_ERR_OR_ZERO-to-simplify-code.patch patches.suse/ASoC-fix-dependant-dependent.patch patches.suse/ASoC-soc-dapm-move-snd_soc_dapm_get_bias_level-to-so.patch patches.suse/ASoC-soc-dapm-move-snd_soc_dapm_init_bias_level-to-s.patch patches.suse/ASoC-soc-component-unpack-snd_soc_component_force_bi.patch patches.suse/ASoC-soc-component-unpack-snd_soc_component_get_bias.patch patches.suse/ASoC-soc-component-unpack-snd_soc_component_init_bia.patch patches.suse/ASoC-Intel-avs-Parse-conditional-path-tuples.patch patches.suse/ASoC-Intel-avs-Conditional-path-support.patch patches.suse/ASoC-codecs-Add-library-for-FourSemi-audio-amplifier.patch patches.suse/ASoC-codecs-Add-FourSemi-FS2104-5S-audio-amplifier-d.patch patches.suse/ASoC-add-GPIOLIB_LEGACY-dependency-where-needed.patch patches.suse/ASoC-pxa-add-GPIOLIB_LEGACY-dependency.patch patches.suse/ASoC-Intel-sst-Remove-redundant-semicolons.patch patches.suse/ASoC-rt1321-Add-RT1321-amplifier-support.patch patches.suse/ASoC-remove-unneeded-fast_io-parameter-in-regmap_con.patch patches.suse/ASoC-es8323-enable-DAPM-power-widgets-for-playback-D.patch patches.suse/ASoC-wl1273-Remove.patch patches.suse/ASoC-codecs-wsa883x-Handle-shared-reset-GPIO-for-WSA.patch patches.suse/ASoC-es8323-remove-DAC-enablement-write-from-es8323_.patch patches.suse/ASoC-es8323-add-proper-left-right-mixer-controls-via.patch patches.suse/ASoC-Intel-avs-Separate-debug-symbols.patch patches.suse/ASoC-Intel-avs-Drop-pcm.h-dependency-for-probes.patch patches.suse/ASoC-Intel-avs-Do-not-share-the-name-pointer-between.patch patches.suse/ASoC-Intel-avs-Streamline-register-component-functio.patch patches.suse/ASoC-qcom-audioreach-deprecate-AR_TKN_U32_MODULE_-IN.patch patches.suse/ASoC-qcom-audioreach-add-documentation-for-i2s-inter.patch patches.suse/ASoC-qcom-audioreach-add-support-for-static-calibrat.patch patches.suse/ASoC-qcom-audioreach-fix-typos-in-I2S_INTF_TYPE.patch patches.suse/ASoC-qcom-audioreach-sort-modules-based-on-hex-ids.patch patches.suse/ASoC-qcom-audioreach-add-support-for-SMECNS-module.patch patches.suse/ASoC-codecs-Use-kcalloc-instead-of-kzalloc.patch patches.suse/ASoC-fsl-Use-kcalloc-instead-of-kzalloc.patch patches.suse/ASoC-test-component-Use-kcalloc-instead-of-kzalloc.patch patches.suse/ASoC-imx-hdmi-remove-cpu_pdev-related-code.patch patches.suse/ASoC-SOF-imx-Remove-the-use-of-dev_err_probe.patch patches.suse/ASoC-tlv320aic32x4-use-dev_err_probe-for-regulators.patch patches.suse/ASoC-mediatek-common-Switch-to-for_each_available_ch.patch patches.suse/ASoC-amd-acp-Remove-explicitly-unused-header.patch patches.suse/ASoC-renesas-msiof-msiof_update_and_wait-checks-whet.patch patches.suse/ASoC-renesas-msiof-tidyup-error-message.patch patches.suse/ASoC-renesas-msiof-cleanup-status-clear-method.patch patches.suse/ASoC-renesas-msiof-start-DMAC-first.patch patches.suse/ASoC-amd-use-int-type-to-store-negative-error-codes.patch patches.suse/ASoC-adau1977-use-int-type-to-store-negative-error-c.patch patches.suse/ASoC-qcom-use-int-type-to-store-negative-error-codes.patch patches.suse/ASoC-Intel-avs-New-board-registration-routines.patch patches.suse/ASoC-Intel-avs-Cleanup-duplicate-members.patch patches.suse/ASoC-Intel-avs-Simplify-dmi_match_quirk.patch patches.suse/ASoC-Intel-avs-Simplify-avs_get_i2s_boards.patch patches.suse/ASoC-Intel-avs-Allow-i2s-test-and-non-test-boards-to.patch patches.suse/ASoC-doc-Internally-link-to-Writing-an-ALSA-Driver-d.patch patches.suse/ASoC-sof-ipc4-topology-Add-support-to-sched_domain-a.patch patches.suse/ASoC-SOF-Intel-split-codec-mask-detect-and-programmi.patch patches.suse/ASoC-SOF-Intel-only-detect-codecs-when-HDA-DSP-probe.patch patches.suse/ASoC-SOF-sof-client-Convert-sof_client_dev_to_sof_de.patch patches.suse/ASoC-SOF-sof-client-Introduce-sof_client_dev_entry-s.patch patches.suse/ASoC-SOF-sof-client-probes-ipc4-Implement-ipc4_probe.patch patches.suse/ASoC-SOF-IPC4-Add-GET-macros-for-module-id-and-modul.patch patches.suse/ASoC-SOF-sof-client-Add-sof_client_ipc4_find_swidget.patch patches.suse/ASoC-SOF-sof-client-probes-ipc4-Human-readable-debug.patch patches.suse/ASoC-SOF-sof-client-probes-Add-available-points_info.patch patches.suse/ASoC-SOF-ipc4-pcm-Add-fixup-for-channels.patch patches.suse/ASoC-SOF-ipc4-topology-Add-support-for-8-bit-formats.patch patches.suse/ASoC-SOF-ipc4-topology-Add-support-for-float-sample-.patch patches.suse/ASoC-soc-dapm-rename-snd_soc_dapm_kcontrol_widget-to.patch patches.suse/ASoC-soc-dapm-rename-snd_soc_dapm_kcontrol_dapm-to-s.patch patches.suse/ASoC-soc-dapm-rename-dapm_kcontrol_get_value-to-snd_.patch patches.suse/ASoC-soc-dapm-rename-snd_soc_kcontrol_component-to-s.patch patches.suse/ASoC-qcom-audioreach-fix-potential-null-pointer-dere.patch patches.suse/ASoC-qcom-topology-convert-to-cpu-endainess-type-bef.patch patches.suse/ASoC-qcom-audioreach-convert-to-cpu-endainess-type-b.patch patches.suse/ASoC-SOF-ipc4-topology-Fix-a-less-than-zero-check-on.patch patches.suse/ASoC-qcom-x1e80100-set-card-driver-name-from-match-d.patch patches.suse/ASoC-qcom-x1e80100-add-compatible-for-glymur-SoC.patch patches.suse/ASoC-codecs-lpass-macro-add-Codec-version-2.9.patch patches.suse/ASoC-codecs-lpass-wsa-macro-add-Codev-version-2.9.patch patches.suse/ASoC-Intel-avs-hda-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-da7219-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-dmic-Refactor-dai_link-creation.patch patches.suse/ASoC-Intel-avs-es8336-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-i2stest-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-max98357a-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-max98373-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-max98927-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-nau8825-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-probe-Refactor-dai_link-creation.patch patches.suse/ASoC-Intel-avs-rt274-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-rt286-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-rt298-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-rt5514-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-rt5663-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-rt5682-Adjust-platform-name.patch patches.suse/ASoC-Intel-avs-ssm4567-Adjust-platform-name.patch patches.suse/ASoC-cs42l43-Rename-system-suspend-callback-and-fix-.patch patches.suse/ASoC-cs42l43-Store-IRQ-domain-in-codec-private-data.patch patches.suse/ASoC-cs42l43-Disable-IRQs-in-system-suspend.patch patches.suse/ASoC-cs42l43-Shutdown-jack-detection-on-suspend.patch patches.suse/ASoC-codecs-fs210x-Add-NULL-check-in-fs210x_register.patch patches.suse/ASoC-codecs-tlv320dac33-Remove-unused-struct-tlv320d.patch patches.suse/ASoC-codecs-tlv320dac33-Add-default-value-for-burst_.patch patches.suse/ASoC-codecs-tlv320dac33-Convert-to-use-gpiod-api.patch patches.suse/ASoC-Intel-bytcht_es8316-Fix-invalid-quirk-input-map.patch patches.suse/ASoC-Intel-bytcr_rt5640-Fix-invalid-quirk-input-mapp.patch patches.suse/ASoC-Intel-bytcr_rt5651-Fix-invalid-quirk-input-mapp.patch patches.suse/ASoC-renesas-msiof-Use-guard-for-spin-locks.patch patches.suse/ASoC-renesas-rsnd-Use-guard-for-spin-locks.patch patches.suse/ASoC-renesas-fsi-Use-guard-for-spin-locks.patch patches.suse/ASoC-renesas-rz-ssi-Use-guard-for-spin-locks.patch patches.suse/ASoC-Intel-hda-sdw-bpt-set-persistent_buffer-false.patch patches.suse/ASoC-codecs-pcm1754-add-pcm1754-dac-driver.patch patches.suse/ASoC-codecs-add-new-pm4125-audio-codec-driver.patch patches.suse/ASoC-cs-amp-lib-Rename-defines-for-Cirrus-Logic-EFI.patch patches.suse/ASoC-cs-amp-lib-Add-handling-for-Lenovo-and-HP-UEFI-.patch patches.suse/ASoC-cs35l56-Check-for-vendor-specific-speaker-ID-va.patch patches.suse/ASoC-cs-amp-lib-test-Add-tests-for-cs_amp_get_vendor.patch patches.suse/ASoC-cs-amp-lib-Add-HP-specific-EFI-variable-for-cal.patch patches.suse/ASoC-cs-amp-lib-test-Add-test-for-getting-cal-data-f.patch patches.suse/ASoC-SOF-ipc3-dtrace-fix-potential-integer-overflow-.patch patches.suse/ASoC-qcom-sc8280xp-explicitly-set-S16LE-format-in-sc.patch patches.suse/ASoC-da7213-Convert-to-DEFINE_RUNTIME_DEV_PM_OPS.patch patches.suse/ASoC-soc-dapm-add-snd_soc_dapm_to_dev.patch patches.suse/ASoC-soc-dapm-add-snd_soc_dapm_to_card.patch patches.suse/ASoC-soc-dapm-use-dapm-component-instead-of-containe.patch patches.suse/ASoC-soc-component-add-snd_soc_component_to_dapm.patch patches.suse/ASoC-soc-card-add-snd_soc_card_to_dapm.patch patches.suse/ASoC-soc-dapm-remove-suspend_bias_off-from-snd_soc_d.patch patches.suse/ASoC-soc-dapm-tidyup-idle_bias-handling-step1.patch patches.suse/ASoC-soc-dapm-tidyup-idle_bias-handling-step2.patch patches.suse/ASoC-soc-dapm-add-snd_soc_dapm_get_bias_level.patch patches.suse/ASoC-soc-dapm-add-snd_soc_dapm_set_idle_bias.patch patches.suse/ASoC-codecs-wcd937x-set-the-comp-soundwire-port-corr.patch patches.suse/ASoC-codecs-wcd937x-make-stub-functions-inline.patch patches.suse/soundwire-bus-add-of_sdw_find_device_by_node-helper.patch patches.suse/soundwire-bus-add-sdw_slave_get_current_bank-helper.patch patches.suse/ASoC-codecs-wcdxxxx-use-of_sdw_find_device_by_node-h.patch patches.suse/ASoC-codecs-wcdxxxx-use-sdw_slave_get_current_bank-h.patch patches.suse/ASoC-codecs-wcd-add-common-helper-for-wcd-codecs.patch patches.suse/ASoC-codecs-wcd-common-move-WCD_SDW_CH-to-common.patch patches.suse/ASoC-codecs-wcd-common-move-component-ops-to-common.patch patches.suse/ASoC-codecs-wcd939x-get-regmap-directly.patch patches.suse/ASoC-codecs-wcd-common-move-status_update-callback-t.patch patches.suse/ASoC-codecs-wcd938x-get-regmap-directly.patch patches.suse/ASoC-codecs-wcd937x-get-regmap-directly.patch patches.suse/ASoC-fsl-fsl_qmc_audio-Ensure-audio-channels-are-ord.patch patches.suse/ASoC-fsl-fsl_qmc_audio-Only-request-completion-on-la.patch patches.suse/ASoC-fsl-fsl_qmc_audio-Drop-struct-qmc_dai_chan.patch patches.suse/ASoC-cs35l56-Set-fw_regs-table-after-getting-REVID.patch patches.suse/ASoC-cs35l56-Add-support-for-CS35L56-B2-silicon.patch patches.suse/ALSA-compress-document-chan_map-member-in-snd_dec_op.patch patches.suse/ALSA-usb-audio-don-t-apply-interface-quirk-to-Preson.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-Spectre-14t-ea100.patch patches.suse/ALSA-usb-audio-add-mono-main-switch-to-Presonus-S182.patch patches.suse/ALSA-usb-audio-fix-race-condition-to-UAF-in-snd_usbm.patch patches.suse/ALSA-usb-audio-add-two-way-convert-between-name-and-.patch patches.suse/ALSA-usb-audio-improve-module-param-quirk_flags.patch patches.suse/ALSA-usb-audio-make-param-quirk_flags-change-able-in.patch patches.suse/ALSA-doc-improved-docs-about-quirk_flags-in-snd-usb-.patch patches.suse/ASoC-ops-improve-snd_soc_get_volsw.patch patches.suse/ASoc-tas2783A-Add-soundwire-based-codec-driver.patch patches.suse/ASoc-tas2783A-machine-driver-amp-utility-for-TI-devi.patch patches.suse/ASoc-tas2783A-add-machine-driver-changes.patch patches.suse/tas2783A-Add-acpi-match-changes-for-Intel-MTL.patch patches.suse/ASoC-cs35l41-Fallback-to-reading-Subsystem-ID-proper.patch patches.suse/ASoc-tas2783A-Remove-unneeded-semicolon.patch patches.suse/ASoc-tas2783A-Fix-spelling-mistake-Perifpheral-Perip.patch patches.suse/ASoC-codecs-wcd-common-fix-signedness-bug-in-wcd_dt_.patch patches.suse/ASoC-stm32-sai-manage-context-in-set_sysclk-callback.patch patches.suse/ASoC-renesas-msiof-add-unique-NOTE-name.patch patches.suse/ASoC-renesas-msiof-use-reset-controller.patch patches.suse/ASoC-renesas-msiof-set-SIFCTR-register.patch patches.suse/ASoC-renesas-msiof-add-.symmetric_xxx-on-snd_soc_dai.patch patches.suse/ASoC-renesas-msiof-tidyup-DMAC-stop-timing.patch patches.suse/ASoC-renesas-msiof-setup-both-Playback-Capture-in-th.patch patches.suse/ASoC-renesas-msiof-Add-note-for-The-possibility-of-R.patch patches.suse/ASoC-renesas-msiof-ignore-1st-FSERR.patch patches.suse/ASoc-tas2783A-Fix-an-error-code-in-probe.patch patches.suse/ASoC-SOF-ipc4-pcm-Fix-incorrect-comparison-with-numb.patch patches.suse/ASoC-Intel-sof_sdw-Prevent-jump-to-NULL-add_sidecar-.patch patches.suse/ASoC-wcd934x-fix-error-handling-in-wcd934x_codec_par.patch patches.suse/ASoC-qcom-sc8280xp-use-sa8775p-subdir-for-QCS9100-QC.patch patches.suse/ASoC-tlv320aic3x-Fix-class-D-initialization-for-tlv3.patch patches.suse/ALSA-usb-audio-add-the-initial-mix-for-Presonus-Stud.patch patches.suse/ALSA-usb-audio-don-t-hardcode-gain-for-output-channe.patch patches.suse/drm-panthor-Fix-memory-leak-in-panthor_ioctl_group_c.patch patches.suse/drm-panel-novatek-nt35560-Fix-invalid-return-value.patch patches.suse/drm-nouveau-replace-snprintf-with-scnprintf-in-nvkm_.patch patches.suse/drm-bridge-it6505-select-REGMAP_I2C.patch patches.suse/drm-tidss-Use-the-crtc_-timings-when-programming-the.patch patches.suse/drm-bridge-cdns-dsi-Fix-REG_WAKEUP_TIME-value.patch patches.suse/drm-bridge-cdns-dsi-Don-t-fail-on-MIPI_DSI_MODE_VIDE.patch patches.suse/drm-tidss-Set-crtc-modesetting-parameters-with-adjus.patch patches.suse/drm-panthor-Serialize-GPU-cache-flush-operations.patch patches.suse/drm-bridge-display-connector-don-t-set-OP_DETECT-for.patch patches.suse/drm-amd-display-ensure-committing-streams-is-seamles.patch patches.suse/drm-amdgpu-add-range-check-for-RAS-bad-page-address.patch patches.suse/drm-amd-display-Increase-AUX-Intra-Hop-Done-Max-Wait.patch patches.suse/drm-amdgpu-Avoid-rma-causes-GPU-duplicate-reset.patch patches.suse/drm-amd-amdgpu-Release-xcp-drm-memory-after-unplug.patch patches.suse/drm-amd-display-add-more-cyan-skillfish-devices.patch patches.suse/drm-amdgpu-fix-link-error-for-PM_SLEEP.patch patches.suse/drm-amd-display-update-dpp-disp-clock-from-smu-clock.patch patches.suse/drm-amd-pm-Use-cached-metrics-data-on-aldebaran.patch patches.suse/drm-amd-pm-Use-cached-metrics-data-on-arcturus.patch patches.suse/drm-amdgpu-jpeg-Hold-pg_lock-before-jpeg-poweroff.patch patches.suse/drm-amd-display-Wait-until-OTG-enable-state-is-clear.patch patches.suse/drm-amd-display-Reset-apply_eamless_boot_optimizatio.patch patches.suse/drm-radeon-r600_cs-clean-up-of-dead-code-in-r600_cs.patch patches.suse/drm-amdkfd-return-ENOTTY-for-unsupported-IOCTLs.patch patches.suse/drm-amd-display-Remove-redundant-semicolons.patch patches.suse/drm-amdgpu-fix-nullptr-err-of-vm_handle_moved.patch patches.suse/drm-amdkfd-Handle-lack-of-READ-permissions-in-SVM-ma.patch patches.suse/drm-amdgpu-Correct-the-counts-of-nr_banks-and-nr_err.patch patches.suse/drm-amdkfd-fix-vram-allocation-failure-for-a-special.patch patches.suse/drm-amdkfd-Tie-UNMAP_LATENCY-to-queue_preemption.patch patches.suse/drm-amd-display-Support-HW-cursor-180-rot-for-any-nu.patch patches.suse/drm-amd-display-incorrect-conditions-for-failing-dto.patch patches.suse/drm-xe-Fix-oops-in-xe_gem_fault-when-running-core_ho.patch patches.suse/drm-rcar-du-dsi-Fix-1-2-3-lane-support.patch patches.suse/drm-panthor-check-bo-offset-alignment-in-vm-bind.patch patches.suse/drm-panel-backlight-quirks-Make-EDID-match-optional.patch patches.suse/iopoll-Generalize-read_poll_timeout-into-poll_timeou.patch patches.suse/Fix-access-to-video_is_primary_device-when-compiled-.patch patches.suse/drm-amdgpu-Allow-kfd-CRIU-with-no-buffer-objects.patch patches.suse/drm-amd-pm-Disable-ULV-even-if-unsupported-v3.patch patches.suse/drm-amd-pm-Fix-si_upload_smc_data-v3.patch patches.suse/drm-amd-pm-Adjust-si_upload_smc_data-register-progra.patch patches.suse/drm-amd-pm-Treat-zero-vblank-time-as-too-short-in-si.patch patches.suse/drm-amd-pm-Disable-MCLK-switching-with-non-DC-at-120.patch patches.suse/drm-amd-pm-Disable-SCLK-switching-on-Oland-with-high.patch patches.suse/drm-amd-add-more-cyan-skillfish-PCI-ids.patch patches.suse/drm-amd-amdgpu-Implement-MES-suspend-resume-gang-fun.patch patches.suse/drm-amdgpu-add-ip-offset-support-for-cyan-skillfish.patch patches.suse/drm-amdkfd-Fix-error-code-sign-for-EINVAL-in-svm_ioc.patch patches.suse/drm-amd-display-Fix-pbn_div-Calculation-Error.patch patches.suse/drm-msm-dsi-phy-Toggle-back-buffer-resync-after-prep.patch patches.suse/drm-msm-dsi-phy_7nm-Fix-missing-initial-VCO-rate.patch patches.suse/drm-msm-make-sure-to-not-queue-up-recovery-more-than.patch patches.suse/drm-msm-dpu-fix-incorrect-type-for-ret.patch patches.suse/drm-msm-registers-Generate-_HI-LO-builders-for-reg64.patch patches.suse/drm-xe-guc-Set-upper-limit-of-H2G-retries-over-CTB.patch patches.suse/drm-amdgpu-Use-memdup_array_user-in-amdgpu_cs_wait_f.patch patches.suse/drm-amdgpu-Replace-kzalloc-copy_from_user-with-memdu.patch patches.suse/drm-amdgpu-Fix-allocating-extra-dwords-for-rings-v2.patch patches.suse/drm-amd-display-fix-dml-ms-order-of-operations.patch patches.suse/drm-amd-display-Set-up-pixel-encoding-for-YCBCR422.patch patches.suse/drm-amd-display-Fix-DVI-D-HDMI-adapters.patch patches.suse/drm-amd-display-dml2-Guard-dml21_map_dc_state_into_d.patch patches.suse/drm-amdgpu-reject-gang-submissions-under-SRIOV.patch patches.suse/drm-amdgpu-atom-Check-kcalloc-for-WS-buffer-in-amdgp.patch patches.suse/accel-habanalabs-return-ENOMEM-if-less-than-requeste.patch patches.suse/accel-habanalabs-gaudi2-fix-BMON-disable-configurati.patch patches.suse/accel-habanalabs-support-mapping-cb-with-vmalloc-bac.patch patches.suse/accel-habanalabs-gaudi2-read-preboot-status-after-re.patch patches.suse/drm-amdgpu-Enable-MES-lr_compute_wa-by-default.patch patches.suse/drm-amd-display-Add-AVI-infoframe-copy-in-copy_strea.patch patches.suse/drm-amd-display-Init-dispclk-from-bootup-clock-for-D.patch patches.suse/drm-amd-display-Fix-for-test-crash-due-to-power-gati.patch patches.suse/drm-amd-display-Insert-dccg-log-for-easy-debug.patch patches.suse/drm-amd-display-update-color-on-atomic-commit-time.patch patches.suse/drm-amd-display-change-dc-stream-color-settings-only.patch patches.suse/drm-amdgpu-remove-the-redeclaration-of-variable-i.patch patches.suse/drm-amd-display-Reject-modes-with-too-high-pixel-clo.patch patches.suse/amd-amdkfd-resolve-a-race-in-amdgpu_amdkfd_device_fi.patch patches.suse/amd-amdkfd-enhance-kfd-process-check-in-switch-parti.patch patches.suse/media-amphion-Make-some-vpu_v4l2-functions-static.patch patches.suse/media-amphion-Delete-v4l2_fh-synchronously-in-.relea.patch patches.suse/media-zoran-Remove-zoran_fh-structure.patch patches.suse/media-i2c-Kconfig-Ensure-a-dependency-on-HAVE_CLK-fo.patch patches.suse/media-lirc-Fix-error-handling-in-lirc_register.patch patches.suse/media-imon-make-send_packet-more-robust.patch patches.suse/media-ipu6-isys-Set-embedded-data-type-correctly-for.patch patches.suse/media-rj54n1cb0c-Fix-memleak-in-rj54n1_probe.patch patches.suse/media-v4l2-subdev-Fix-alloc-failure-check-in-v4l2_su.patch patches.suse/media-ti-j721e-csi2rx-Use-devm_of_platform_populate.patch patches.suse/media-ti-j721e-csi2rx-Fix-source-subdev-link-creatio.patch patches.suse/media-mc-Fix-MUST_CONNECT-handling-for-pads-with-no-.patch patches.suse/media-st-delta-avoid-excessive-stack-usage.patch patches.suse/media-cx18-Add-missing-check-after-DMA-map.patch patches.suse/media-pci-ivtv-Add-missing-check-after-DMA-map.patch patches.suse/media-pci-mg4b-fix-uninitialized-iio-scan-data.patch patches.suse/media-cec-extron-da-hd-4k-plus-drop-external-module-.patch patches.suse/media-fix-uninitialized-symbol-warnings.patch patches.suse/media-s5p-mfc-remove-an-unused-uninitialized-variabl.patch patches.suse/media-pci-mgb4-Fix-timings-comparison-in-VIDIOC_S_DV.patch patches.suse/media-nxp-imx8-isi-Drop-unused-argument-to-mxc_isi_c.patch patches.suse/media-nxp-imx8-isi-m2m-Fix-streaming-cleanup-on-rele.patch patches.suse/media-adv7180-Add-missing-lock-in-suspend-callback.patch patches.suse/media-adv7180-Do-not-write-format-to-device-in-set_f.patch patches.suse/media-adv7180-Only-validate-format-in-querystd.patch patches.suse/media-verisilicon-Explicitly-disable-selection-api-i.patch patches.suse/media-venus-firmware-Use-correct-reset-sequence-for-.patch patches.suse/media-i2c-mt9v111-fix-incorrect-type-for-ret.patch patches.suse/media-i2c-og01a1b-Specify-monochrome-media-bus-forma.patch patches.suse/media-ov08x40-Fix-the-horizontal-flip-control.patch patches.suse/media-vivid-fix-disappearing-Vendor-Command-With-ID-.patch patches.suse/media-mc-Clear-minor-number-before-put-device.patch patches.suse/media-rc-fix-races-with-imon_disconnect.patch patches.suse/media-redrat3-use-int-type-to-store-negative-error-c.patch patches.suse/media-uvcvideo-Mark-invalid-entities-with-id-UVC_INV.patch patches.suse/media-b2c2-Fix-use-after-free-causing-by-irq_check_w.patch patches.suse/media-i2c-tc358743-Fix-use-after-free-bugs-caused-by.patch patches.suse/media-tuner-xc5000-Fix-use-after-free-in-xc5000_rele.patch patches.suse/net-stmmac-Check-stmmac_hw_setup-in-stmmac_resume.patch patches.suse/net-mediatek-wed-Introduce-MT7992-WED-support-to-MT7.patch patches.suse/ice-Don-t-use-pK-through-printk-or-tracepoints.patch patches.suse/net-mlx5-Don-t-use-pK-through-tracepoints.patch patches.suse/sfc-replace-min-max-nesting-with-clamp.patch patches.suse/net-mlx5-Query-to-see-if-host-PF-is-disabled.patch patches.suse/net-mlx5-Support-disabling-host-PFs.patch patches.suse/ice-Remove-casts-on-void-pointers-in-LAG-code.patch patches.suse/ice-replace-u8-elements-with-bool-where-appropriate.patch patches.suse/ice-Add-driver-specific-prefix-to-LAG-defines.patch patches.suse/ice-move-LAG-function-in-code-to-prepare-for-Active-.patch patches.suse/ice-Cleanup-variable-initialization-in-LAG-code.patch patches.suse/ice-cleanup-capabilities-evaluation.patch patches.suse/ice-Implement-support-for-SRIOV-VFs-across-Active-Ac.patch patches.suse/eth-intel-use-vmalloc_array-to-simplify-code.patch patches.suse/net-mana-Use-page-pool-fragments-for-RX-buffers-inst.patch patches.suse/net-stmmac-Correctly-handle-Rx-checksum-offload-erro.patch patches.suse/sctp-Fix-MAC-comparison-to-be-constant-time.patch patches.suse/selftests-net-bpf_offload-print-loaded-programs-on-m.patch patches.suse/bnxt_en-hsi-Update-FW-interface-to-1.10.3.133.patch patches.suse/bnxt_en-Refactor-bnxt_get_regs.patch patches.suse/bnxt_en-Add-pcie_stat_len-to-struct-bp.patch patches.suse/bnxt_en-Add-pcie_ctx_v2-support-for-ethtool-d.patch patches.suse/bnxt_en-Add-Hyper-V-VF-ID.patch patches.suse/net-mlx5-mlx5_ifc-Add-hardware-definitions-needed-fo.patch patches.suse/net-mlx5-E-Switch-Cache-vport-vhca-id-on-first-cap-q.patch patches.suse/net-mlx5-E-Switch-Set-Query-hca-cap-via-vhca-id.patch patches.suse/rdma-net-mlx5-export-mlx5_vport_get_vhca_id.patch patches.suse/net-phy-micrel-Introduce-lanphy_modify_page_reg.patch patches.suse/net-phy-micrel-Replace-hardcoded-pages-with-defines.patch patches.suse/idpf-do-not-linearize-big-TSO-packets.patch patches.suse/ibmvnic-Increase-max-subcrq-indirect-entries-with-fa.patch patches.suse/net-phy-fixed_phy-let-fixed_phy_unregister-free-the-.patch patches.suse/devlink-Move-graceful-period-parameter-to-reporter-o.patch patches.suse/devlink-Move-health-reporter-recovery-abort-logic-to.patch patches.suse/devlink-Introduce-burst-period-for-health-reporter.patch patches.suse/devlink-Make-health-reporter-burst-period-configurab.patch patches.suse/net-mlx5e-Set-default-burst-period-for-TX-and-RX-rep.patch patches.suse/eth-mlx5-remove-Kconfig-co-dependency-with-VXLAN.patch patches.suse/ice-add-virt-and-move-ice_virtchnl-files-there.patch patches.suse/ice-split-queue-stuff-out-of-virtchnl.c-tmp-rename.patch patches.suse/ice-split-queue-stuff-out-of-virtchnl.c-copy-back.patch patches.suse/ice-extract-virt-queues.c-cleanup-p1.patch patches.suse/ice-extract-virt-queues.c-cleanup-p2.patch patches.suse/ice-extract-virt-queues.c-cleanup-p3.patch patches.suse/ice-finish-virtchnl.c-split-into-queues.c.patch patches.suse/ice-split-RSS-stuff-out-of-virtchnl.c-tmp-rename.patch patches.suse/ice-split-RSS-stuff-out-of-virtchnl.c-copy-back.patch patches.suse/ice-extract-virt-rss.c-cleanup-p1.patch patches.suse/ice-extract-virt-rss.c-cleanup-p2.patch patches.suse/ice-finish-virtchnl.c-split-into-rss.c.patch patches.suse/net-dst-introduce-dst-dev_rcu.patch patches.suse/ipv6-use-RCU-in-ip6_xmit.patch patches.suse/ipv6-use-RCU-in-ip6_output.patch patches.suse/net-use-dst_dev_rcu-in-sk_setup_caps.patch patches.suse/tcp_metrics-use-dst_dev_net_rcu.patch patches.suse/tcp-use-dst_dev_rcu-in-tcp_fastopen_active_disable_o.patch patches.suse/ipv4-start-using-dst_dev_rcu.patch patches.suse/inet-ping-check-sock_net-in-ping_get_port-and-ping_l.patch patches.suse/net-mlx5-FS-Convert-vport-acls-root-namespaces-to-xa.patch patches.suse/net-mlx5-E-Switch-Move-vport-acls-root-namespaces-cr.patch patches.suse/net-mlx5-E-Switch-Add-support-for-adjacent-functions.patch patches.suse/net-mlx5-E-Switch-Create-acls-root-namespace-for-adj.patch patches.suse/net-mlx5-E-Switch-Register-representors-for-adjacent.patch patches.suse/net-mlx5-E-switch-Set-representor-attributes-for-adj.patch patches.suse/net-mlx5-DR-HWS-Use-the-cached-vhca_id-for-this-devi.patch patches.suse/net-smc-Replace-use-of-strncpy-on-NUL-terminated-string-wi.patch patches.suse/net-mlx5-Add-PSP-capabilities-structures-and-bits.patch patches.suse/netlink-specs-fou-change-local-v6-peer-v6-check.patch patches.suse/net-smc-Improve-log-message-for-devices-w-o-pnetid.patch patches.suse/ixgbe-add-the-2.5G-and-5G-speeds-in-auto-negotiation.patch patches.suse/ixgbe-reduce-number-of-reads-when-getting-OROM-data.patch patches.suse/igbvf-add-lbtx_packets-and-lbtx_bytes-to-ethtool-sta.patch patches.suse/igbvf-remove-redundant-counter-rx_long_byte_count-fr.patch patches.suse/e1000-drop-unnecessary-constant-casts-to-u16.patch patches.suse/e1000e-drop-unnecessary-constant-casts-to-u16.patch patches.suse/igb-drop-unnecessary-constant-casts-to-u16.patch patches.suse/igc-drop-unnecessary-constant-casts-to-u16.patch patches.suse/ixgbe-drop-unnecessary-casts-to-u16-int.patch patches.suse/smsc911x-add-second-read-of-EEPROM-mac-when-possible.patch patches.suse/net-call-cond_resched-less-often-in-__release_sock.patch patches.suse/net-dsa-felix-support-phy-mode-10g-qxgmii.patch patches.suse/ixgbe-fix-typo-in-function-comment-for-ixgbe_get_num.patch patches.suse/net-mlx5-Extract-MTCTR-register-read-logic-into-help.patch patches.suse/net-mlx5-Support-getcyclesx-and-getcrosscycles.patch patches.suse/net-mlx5-Add-RS-FEC-histogram-infrastructure.patch patches.suse/xdp-libeth-make-the-xdp_init_buff-micro-optimization.patch patches.suse/idpf-fix-Rx-descriptor-ready-check-barrier-in-splitq.patch patches.suse/idpf-use-a-saner-limit-for-default-number-of-queues-.patch patches.suse/idpf-link-NAPIs-to-queues.patch patches.suse/idpf-add-4-byte-completion-descriptor-definition.patch patches.suse/idpf-remove-SW-marker-handling-from-NAPI.patch patches.suse/idpf-add-support-for-nointerrupt-queues.patch patches.suse/idpf-prepare-structures-to-support-XDP.patch patches.suse/idpf-implement-XDP_SETUP_PROG-in-ndo_bpf-for-splitq.patch patches.suse/idpf-use-generic-functions-to-build-xdp_buff-and-skb.patch patches.suse/idpf-add-support-for-XDP-on-Rx.patch patches.suse/idpf-add-support-for-.ndo_xdp_xmit.patch patches.suse/idpf-add-XDP-RSS-hash-hint.patch patches.suse/devlink-Add-total_vfs-generic-device-param.patch patches.suse/net-mlx5-Implement-cqe_compress_type-via-devlink-par.patch patches.suse/net-mlx5-Implement-devlink-enable_sriov-parameter.patch patches.suse/net-mlx5-Implement-devlink-total_vfs-parameter.patch patches.suse/net-mlx5e-Make-PCIe-congestion-event-thresholds-conf.patch patches.suse/net-mlx5e-Add-stale-counter-for-PCIe-congestion-even.patch patches.suse/net-phy-marvell-Fix-88e1510-downshift-counter-errata.patch patches.suse/net-xdp-pass-full-flags-to-xdp_update_skb_shared_inf.patch patches.suse/wifi-cfg80211-Remove-unused-tracepoints.patch patches.suse/wifi-mac80211-Make-CONNECTION_MONITOR-optional-for-M.patch patches.suse/wifi-mac80211-count-reg-connection-element-in-the-si.patch patches.suse/wifi-brcmfmac-avoid-assignment-in-if-else-if-conditi.patch patches.suse/wifi-iwlegacy-Remove-unused-structs-and-avoid-Wflex-.patch patches.suse/wifi-mwifiex-add-rgpower-table-loading-support.patch patches.suse/wifi-mwifiex-send-world-regulatory-domain-to-driver.patch patches.suse/wifi-brcmfmac-fix-43752-SDIO-FWVID-incorrectly-label.patch patches.suse/wifi-iwlwifi-mvm-remove-MLO-code.patch patches.suse/wifi-iwlwifi-mld-cleanup-cipher-lookup-in-resume.patch patches.suse/wifi-iwlwifi-mvm-cleanup-cipher-lookup-in-resume.patch patches.suse/wifi-iwlwifi-mld-support-MLO-rekey-on-resume.patch patches.suse/wifi-iwlwifi-mld-track-BIGTK-per-link.patch patches.suse/wifi-iwlwifi-mvm-mld-correctly-retrieve-the-keyidx-f.patch patches.suse/wifi-iwlwifi-mld-mvm-set-beacon-protection-capabilit.patch patches.suse/wifi-iwlwifi-mvm-remove-a-function-declaration.patch patches.suse/wifi-iwlwifi-bump-MIN-API-in-HR-GF-BZ-SC-DR.patch patches.suse/Reapply-wifi-iwlwifi-remove-support-of-several-iwl_p.patch patches.suse/wifi-iwlwifi-make-ppag-versioning-clear.patch patches.suse/wifi-iwlwifi-mld-don-t-consider-old-versions-of-PPAG.patch patches.suse/wifi-iwlwifi-mld-refactor-iwl_mld_add_all_rekeys.patch patches.suse/wifi-iwlwifi-mld-rename-iwl_mld_set_key_rx_seq.patch patches.suse/wifi-iwlwifi-mld-don-t-validate-keys-state-on-resume.patch patches.suse/wifi-iwlwifi-mld-don-t-check-the-cipher-on-resume.patch patches.suse/wifi-iwlwifi-mld-trigger-mlo-scan-only-when-not-in-E.patch patches.suse/wifi-iwlwifi-pcie-relocate-finish_nic_init-logic-to-.patch patches.suse/wifi-iwlwifi-simplify-iwl_poll_prph_bit-return-value.patch patches.suse/wifi-iwlwifi-mld-Add-debug-log-for-second-link.patch patches.suse/wifi-iwlwifi-mld-add-few-missing-hcmd-notif-names.patch patches.suse/wifi-iwlwifi-add-a-new-FW-file-numbering-scheme.patch patches.suse/wifi-iwlwifi-mvm-remove-d3-test-code.patch patches.suse/wifi-iwlwifi-remove-dump-file-name-extension-support.patch patches.suse/wifi-iwlwifi-trans-remove-d3-test-code.patch patches.suse/wifi-iwlwifi-trans-remove-STATUS_SUSPENDED.patch patches.suse/wifi-iwlwifi-simplify-iwl_trans_pcie_d3_resume.patch patches.suse/wifi-iwlwifi-mld-don-t-modify-trans-state-where-not-.patch patches.suse/wifi-iwlwifi-iwl-config-include-module.h.patch patches.suse/wifi-iwlwifi-refactor-iwl_pnvm_get_from_fs.patch patches.suse/wifi-iwlwifi-uefi-remove-runtime-check-of-constant-v.patch patches.suse/wifi-iwlwifi-acpi-make-iwl_guid-static.patch patches.suse/wifi-iwlwifi-remove-.pnvm-files-from-module-info.patch patches.suse/wifi-iwlwifi-trans-move-dev_cmd_pool-to-trans-specif.patch patches.suse/wifi-iwlwifi-don-t-publish-TWT-capabilities.patch patches.suse/wifi-iwlwifi-remove-unneeded-jacket-indication.patch patches.suse/wifi-iwlwifi-really-remove-hw_wfpm_id.patch patches.suse/wifi-iwlwifi-gen1_2-rename-iwl_trans_pcie_op_mode_en.patch patches.suse/wifi-iwlwifi-gen1_2-move-gen-specific-code-to-a-func.patch patches.suse/wifi-iwlwifi-mld-support-TLC-command-version-5.patch patches.suse/wifi-iwlwifi-pcie-remember-when-interrupts-are-disab.patch patches.suse/wifi-iwlwifi-mld-make-iwl_mld_rm_vif-void.patch patches.suse/wifi-iwlwifi-carefully-select-the-PNVM-source.patch patches.suse/wifi-iwlwifi-mld-remove-a-TODO.patch patches.suse/wifi-iwlwifi-don-t-support-WH-a-step.patch patches.suse/wifi-mac80211-support-block-bitmap-S1G-TIM-encoding.patch patches.suse/wifi-mac80211-support-parsing-S1G-TIM-PVB.patch patches.suse/wifi-mac80211-kunit-add-kunit-tests-for-S1G-PVB-deco.patch patches.suse/wifi-cfg80211-fix-return-value-in-cfg80211_get_radio.patch patches.suse/wifi-mac80211-simplify-return-value-handling-of-cfg8.patch patches.suse/wifi-mac80211-consider-links-for-validating-SCAN_FLA.patch patches.suse/wifi-nl80211-Add-EHT-fixed-Tx-rate-support.patch patches.suse/wifi-nl80211-allow-drivers-to-support-subset-of-NL80.patch patches.suse/wifi-drivers-indicate-support-for-attributes-in-NL80.patch patches.suse/wifi-nl80211-strict-checking-attributes-for-NL80211_.patch patches.suse/wifi-brcmfmac-support-AP-isolation-to-restrict-reach.patch patches.suse/wifi-mac80211-reduce-the-scope-of-link_id.patch patches.suse/wifi-mac80211-reduce-the-scope-of-rts_threshold.patch patches.suse/wifi-mac80211-Fix-6-GHz-Band-capabilities-element-ad.patch patches.suse/wifi-mwifiex-fix-double-free-in-mwifiex_send_rgpower.patch patches.suse/wifi-mac80211-fix-reporting-of-all-valid-links-in-st.patch patches.suse/wifi-mac80211-add-tx_handlers_drop-statistics-to-eth.patch patches.suse/wifi-mac80211-Fix-HE-capabilities-element-check.patch patches.suse/wifi-cfg80211-update-the-time-stamps-in-hidden-ssid.patch patches.suse/wifi-mac80211-fix-incorrect-comment.patch patches.suse/wifi-cfg80211-Remove-the-redundant-wiphy_dev.patch patches.suse/wifi-iwlwifi-Remove-duplicated-include-in-trans.c.patch patches.suse/wifi-iwlwifi-Remove-redundant-header-files.patch patches.suse/wifi-iwlwifi-mei-Remove-unused-flexible-array-member.patch patches.suse/wifi-iwlwifi-Fix-dentry-reference-leak-in-iwl_mld_ad.patch patches.suse/wifi-iwlwifi-add-STATUS_FW_ERROR-API.patch patches.suse/wifi-iwlwifi-replace-SUPPRESS_CMD_ERROR_ONCE-status-.patch patches.suse/wifi-iwlwifi-rename-iwl_finish_nic_init.patch patches.suse/wifi-iwlwifi-pcie-move-pm_support-to-the-specific-tr.patch patches.suse/wifi-iwlwifi-pcie-move-ltr_enabled-to-the-specific-t.patch patches.suse/wifi-iwlwifi-api-add-a-flag-to-iwl_link_ctx_modify_f.patch patches.suse/wifi-iwlwifi-add-kunit-tests-for-nvm-parse.patch patches.suse/wifi-iwlwifi-fw-Add-ASUS-to-PPAG-and-TAS-list.patch patches.suse/wifi-iwlwifi-implement-wowlan-status-notification-AP.patch patches.suse/wifi-iwlwifi-mld-don-t-consider-phy-cmd-version-5.patch patches.suse/wifi-iwlwifi-mld-remove-support-of-mac-cmd-ver-2.patch patches.suse/wifi-iwlwifi-mld-remove-support-of-roc-cmd-version-5.patch patches.suse/wifi-iwlwifi-mld-remove-support-from-of-sta-cmd-vers.patch patches.suse/wifi-iwlwifi-mld-remove-support-of-iwl_esr_mode_noti.patch patches.suse/wifi-iwlwifi-mld-CHANNEL_SURVEY_NOTIF-is-always-supp.patch patches.suse/wifi-mwifiex-fix-endianness-handling-in-mwifiex_send.patch patches.suse/eth-8139too-Make-8139TOO_PIO-depend-on-NO_IOPORT_MAP.patch patches.suse/msft-hv-3344-net-mana-Reduce-waiting-time-if-HWC-not-responding.patch patches.suse/net-smc-Remove-unused-argument-from-2-SMC-functions.patch patches.suse/net-stmmac-ptp-improve-handling-of-aux_ts_lock-lifet.patch patches.suse/net-stmmac-disable-PTP-clock-after-unregistering-PTP.patch patches.suse/net-stmmac-fix-PTP-error-cleanup-in-__stmmac_open.patch patches.suse/net-stmmac-fix-stmmac_xdp_open-clk_ptp_ref-error-cle.patch patches.suse/net-stmmac-unexport-stmmac_init_tstamp_counter.patch patches.suse/net-stmmac-add-__stmmac_release-to-complement-__stmm.patch patches.suse/net-stmmac-move-stmmac_init_ptp-messages-into-functi.patch patches.suse/net-stmmac-rename-stmmac_init_ptp.patch patches.suse/net-stmmac-add-stmmac_setup_ptp.patch patches.suse/net-stmmac-move-PTP-support-check-into-stmmac_init_t.patch patches.suse/net-stmmac-move-timestamping-ptp-init-to-stmmac_hw_s.patch patches.suse/ice-make-fwlog-functions-static.patch patches.suse/ice-move-get_fwlog_data-to-fwlog-file.patch patches.suse/ice-drop-ice_pf_fwlog_update_module.patch patches.suse/ice-introduce-ice_fwlog-structure.patch patches.suse/ice-add-pdev-into-fwlog-structure-and-use-it-for-log.patch patches.suse/ice-allow-calling-custom-send-function-in-fwlog.patch patches.suse/ice-move-out-debugfs-init-from-fwlog.patch patches.suse/ice-check-for-PF-number-outside-the-fwlog-code.patch patches.suse/ice-drop-driver-specific-structure-from-fwlog-code.patch patches.suse/libie-ice-move-fwlog-admin-queue-to-libie.patch patches.suse/ice-move-debugfs-code-to-fwlog.patch patches.suse/ice-prepare-for-moving-file-to-libie.patch patches.suse/ice-reregister-fwlog-after-driver-reinit.patch patches.suse/ice-libie-move-fwlog-code-to-libie.patch patches.suse/ixgbe-fwlog-support-for-e610.patch patches.suse/ionic-use-int-type-for-err-in-ionic_get_module_eepro.patch patches.suse/dpll-zl3073x-Add-functions-to-access-hardware-regist.patch patches.suse/dpll-zl3073x-Add-low-level-flash-functions.patch patches.suse/dpll-zl3073x-Add-firmware-loading-functionality.patch patches.suse/dpll-zl3073x-Refactor-DPLL-initialization.patch patches.suse/dpll-zl3073x-Implement-devlink-flash-callback.patch patches.suse/net-mlx5-fix-typo-in-pci_irq.c-comment.patch patches.suse/libie-fix-linking-with-libie_-adminq-fwlog-when-CONF.patch patches.suse/docs-devlink-Sort-table-of-contents-alphabetically.patch patches.suse/net-mlx5-Refactor-devcom-to-use-match-attributes.patch patches.suse/net-mlx5-Lag-move-devcom-registration-to-LAG-layer.patch patches.suse/net-mlx5-Add-net-namespace-support-to-devcom.patch patches.suse/net-mlx5-Lag-add-net-namespace-support.patch patches.suse/net-cadence-macb-Add-support-for-Raspberry-Pi-RP1-ethernet-controller.patch patches.suse/smc-Fix-use-after-free-in-__pnet_find_base_ndev.patch patches.suse/smc-Use-__sk_dst_get-and-dst_dev_rcu-in-in-smc_clc_p.patch patches.suse/smc-Use-__sk_dst_get-and-dst_dev_rcu-in-smc_clc_prfx.patch patches.suse/smc-Use-__sk_dst_get-and-dst_dev_rcu-in-smc_vlan_by_tcpsk.patch patches.suse/tls-Use-__sk_dst_get-and-dst_dev_rcu-in-get_netdev_f.patch patches.suse/mptcp-Call-dst_release-in-mptcp_active_enable.patch patches.suse/mptcp-Use-__sk_dst_get-and-dst_dev_rcu-in-mptcp_acti.patch patches.suse/net-mlx5-Fix-typo-of-MLX5_EQ_DOORBEL_OFFSET.patch patches.suse/net-mlx5-Remove-unused-offset-field-from-mlx5_sq_bfr.patch patches.suse/net-mlx5e-Remove-unused-xsk-param-of-mlx5e_build_xdp.patch patches.suse/net-mlx5-Store-the-global-doorbell-in-mlx5_priv.patch patches.suse/net-mlx5e-Prepare-for-using-multiple-TX-doorbells.patch patches.suse/net-mlx5e-Prepare-for-using-different-CQ-doorbells.patch patches.suse/net-mlx5e-Use-multiple-TX-doorbells.patch patches.suse/net-mlx5e-Use-multiple-CQ-doorbells.patch patches.suse/devlink-Add-a-num_doorbells-driverinit-param.patch patches.suse/net-mlx5e-Use-the-num_doorbells-devlink-param.patch patches.suse/bnxt_en-Drop-redundant-if-block-in-bnxt_dl_flash_update.patch patches.suse/bnxt_en-Remove-unnecessary-VF-check-in-bnxt_hwrm_nvm_req.patch patches.suse/bnxt_en-Optimize-bnxt_sriov_disable.patch patches.suse/bnxt_en-Improve-bnxt_backing_store_cfg_v2.patch patches.suse/bnxt_en-Add-fw-log-trace-support-for-5731X-5741X-chips.patch patches.suse/bnxt_en-Add-err_qpc-backing-store-handling.patch patches.suse/bnxt_en-Support-for-RoCE-resources-dynamically-shared-with.patch patches.suse/bnxt_en-Use-VLAN_ETH_HLEN-when-possible.patch patches.suse/net-phy-clear-link-parameters-on-admin-link-down.patch patches.suse/net-mlx5-Remove-VLAN-insertion-fields-from-WQE-Ether.patch patches.suse/net-mlx5-Refactor-MACsec-WQE-metadata-shifts.patch patches.suse/net-mlx5e-Prevent-WQE-metadata-conflicts-between-tim.patch patches.suse/net-ethernet-microchip-sparx5-make-it-selectable-for.patch patches.suse/r8169-set-EEE-speed-down-ratio-to-1.patch patches.suse/net-mlx5-Change-TTC-rules-to-match-on-undecrypted-ES.patch patches.suse/net-mlx5e-Recirculate-decrypted-packets-into-TTC-tab.patch patches.suse/net-mlx5e-Add-flow-groups-for-the-packets-decrypted-.patch patches.suse/net-mlx5e-Add-flow-rules-for-the-decrypted-ESP-packe.patch patches.suse/net-mlx5-Remove-dead-code-from-total_vfs-setter.patch patches.suse/net-mlx5-Add-uar-access-and-odp-page-fault-counters.patch patches.suse/ice-move-ice_qp_-ena-dis-for-reuse.patch patches.suse/ice-add-E830-Earliest-TxTime-First-Offload-support.patch patches.suse/ice-Remove-deprecated-ice_lag_move_new_vf_nodes-call.patch patches.suse/idpf-add-HW-timestamping-statistics.patch patches.suse/iavf-fix-proper-type-for-error-code-in-iavf_resume.patch patches.suse/ixgbevf-fix-proper-type-for-error-code-in-ixgbevf_re.patch patches.suse/net-intel-fm10k-Fix-parameter-idx-set-but-not-used.patch patches.suse/net-smc-Remove-error-handling-of-unregister_dmb.patch patches.suse/net-smc-Decouple-sf-and-attached-send_buf-in-smc_loopback.patch patches.suse/dibs-Create-drivers-dibs.patch patches.suse/dibs-Register-smc-as-dibs_client.patch patches.suse/dibs-Register-ism-as-dibs-device.patch patches.suse/dibs-Define-dibs-loopback.patch patches.suse/dibs-Define-dibs_client_ops-and-dibs_dev_ops.patch patches.suse/dibs-Move-struct-device-to-dibs_dev.patch patches.suse/dibs-Create-class-dibs.patch patches.suse/dibs-Local-gid-for-dibs-devices.patch patches.suse/dibs-Move-vlan-support-to-dibs_dev_ops.patch patches.suse/dibs-Move-query_remote_gid-to-dibs_dev_ops.patch patches.suse/dibs-Move-data-path-to-dibs-layer.patch patches.suse/dibs-Move-event-handling-to-dibs-layer.patch patches.suse/ipvs-Defer-ip_vs_ftp-unregister-during-netns-cleanup.patch patches.suse/tg3-convert-to-ndo_hwtstamp_get-and-ndo_hwtstamp_set.patch patches.suse/bnxt_en-convert-to-ndo_hwtstamp_get-and-ndo_hwtstamp_set.patch patches.suse/net-mlx5-Use-pe-format-specifier-for-error-pointers.patch patches.suse/wifi-mt76-mt7996-Overwrite-unspecified-link_id-in-mt.patch patches.suse/wifi-mt76-mt7996-Fix-mt7996_mcu_sta_ba-wcid-configur.patch patches.suse/wifi-mt76-mt7996-Fix-mt7996_mcu_bss_mld_tlv-routine.patch patches.suse/wifi-mt76-mt7996-Set-def_wcid-pointer-in-mt7996_mac_.patch patches.suse/wifi-mt76-mt7996-Set-proper-link-destination-address.patch patches.suse/wifi-mt76-mt7925u-Add-VID-PID-for-Netgear-A9000.patch patches.suse/wifi-mt76-mt7925-add-MBSSID-support.patch patches.suse/wifi-mt76-fix-potential-memory-leak-in-mt76_wmac_pro.patch patches.suse/wifi-mt76-mt7921-add-MBSSID-support.patch patches.suse/wifi-mt76-mt7996-Use-deflink-for-AMPDU-rx-reordering.patch patches.suse/wifi-mt76-Remove-dead-code-in-mt76_scan_work.patch patches.suse/wifi-mt76-mt7996-Use-proper-link_id-in-link_sta_rc_u.patch patches.suse/wifi-mt76-mt7996-Check-phy-before-init-msta_link-in-.patch patches.suse/wifi-mt76-mt7925-add-pci-restore-for-hibernate.patch patches.suse/wifi-mt76-mt7921-Add-160MHz-beamformee-capability-fo.patch patches.suse/wifi-mt76-mt7996-Use-proper-link-info-in-mt7996_mcu_.patch patches.suse/wifi-mt76-mt7996-Fix-mt7996_reverse_frag0_hdr_trans-.patch patches.suse/wifi-mt76-mt7996-Add-all-active-links-to-poll-list-i.patch patches.suse/wifi-mt76-mt7996-Implement-MLD-address-translation-f.patch patches.suse/wifi-mt76-mt7996-Temporarily-disable-EPCS.patch patches.suse/wifi-mt76-mt7996-Export-MLO-AP-capabilities-to-mac80.patch patches.suse/wifi-mt76-mt7996-Set-EML-capabilities-for-AP-interfa.patch patches.suse/wifi-mt76-mt7996-Enable-MLO-support-for-client-inter.patch patches.suse/wifi-mt76-Add-reset_idx-to-reset_q-mt76_queue_ops-si.patch patches.suse/wifi-mt76-Remove-q-ndesc-check-in-mt76_dma_rx_fill.patch patches.suse/wifi-mt76-Differentiate-between-RRO-data-and-RRO-MSD.patch patches.suse/wifi-mt76-Do-not-always-enable-NAPIs-for-WED-RRO-que.patch patches.suse/wifi-mt76-mt7996-Initial-DMA-configuration-for-MT799.patch patches.suse/wifi-mt76-mt7996-Enable-HW-RRO-for-MT7992-chipset.patch patches.suse/wifi-mt76-mt7996-Introduce-the-capability-to-reset-M.patch patches.suse/wifi-mt76-mt7996-Fix-tx-queues-initialization-for-se.patch patches.suse/wifi-mt76-mt7996-Fix-RX-packets-configuration-for-pr.patch patches.suse/wifi-mt76-mt7996-Enable-WED-for-MT7992-chipset.patch patches.suse/wifi-mt76-mt7996-Convert-mt7996_wed_rro_addr-to-LE.patch patches.suse/wifi-mt76-mt7996-Introduce-RRO-MSDU-callbacks.patch patches.suse/wifi-mt76-Add-rx_queue_init-callback.patch patches.suse/wifi-mt76-mt7996-Decouple-RRO-logic-from-WED-support.patch patches.suse/wifi-mt76-Add-mt76_dma_get_rxdmad_c_buf-utility-rout.patch patches.suse/wifi-mt76-mt7996-Add-SW-path-for-HW-RRO-v3.1.patch patches.suse/wifi-mt76-Convert-mt76_wed_rro_ind-to-LE.patch patches.suse/wifi-mt76-mt7915-fix-mt7981-pre-calibration.patch patches.suse/wifi-mt76-mt7925-refine-the-txpower-initialization-f.patch patches.suse/wifi-mt76-mt7996-support-writing-MAC-TXD-for-AddBA-R.patch patches.suse/wifi-mt76-mt76_eeprom_override-to-int.patch patches.suse/wifi-mt76-mt7921u-Add-VID-PID-for-Netgear-A7500.patch patches.suse/wifi-mt76-mt7996-remove-redundant-per-phy-mac80211-c.patch patches.suse/wifi-mt76-mt7996-improve-hardware-restart-reliabilit.patch patches.suse/wifi-mt76-mt7996-decrease-timeout-for-commonly-issue.patch patches.suse/wifi-mt76-mt7996-fix-setting-beacon-protection-keys.patch patches.suse/wifi-mt76-mt7996-fix-memory-leak-on-mt7996_mcu_sta_k.patch patches.suse/wifi-mt76-mt7996-delete-vif-keys-when-requested.patch patches.suse/wifi-mt76-mt7996-fix-key-add-remove-imbalance.patch patches.suse/wifi-mt76-mt7996-fix-updating-beacon-protection-with.patch patches.suse/wifi-mt76-use-altx-queue-for-offchannel-tx-on-connac.patch patches.suse/wifi-mt76-mt7996-disable-promiscuous-mode-by-default.patch patches.suse/wifi-mt76-mt7996-remove-the-mem_total-field-of-STA_R.patch patches.suse/wifi-mt76-mt7996-set-VTA-in-txwi.patch patches.suse/wifi-mt76-mt7996-fill-User-Priority-in-skb-priority-.patch patches.suse/wifi-mt76-improve-phy-reset-on-hw-restart.patch patches.suse/wifi-mt76-abort-scan-roc-on-hw-restart.patch patches.suse/wifi-nl80211-Add-more-configuration-options-for-NAN-.patch patches.suse/wifi-nl80211-Add-NAN-Discovery-Window-DW-notificatio.patch patches.suse/wifi-cfg80211-Add-cluster-joined-notification-APIs.patch patches.suse/wifi-nl80211-Add-more-NAN-capabilities.patch patches.suse/wifi-cfg80211-Advertise-supported-NAN-capabilities.patch patches.suse/wifi-cfg80211-Support-Tx-Rx-of-action-frame-for-NAN.patch patches.suse/wifi-cfg80211-Store-the-NAN-cluster-ID.patch patches.suse/wifi-mac80211-Support-Tx-of-action-frame-for-NAN.patch patches.suse/wifi-mac80211-Accept-management-frames-on-NAN-interf.patch patches.suse/wifi-mac80211-Track-NAN-interface-start-stop.patch patches.suse/wifi-mac80211-Get-the-correct-interface-for-non-netd.patch patches.suse/wifi-mac80211-Export-an-API-to-check-if-NAN-is-start.patch patches.suse/wifi-mac80211-Extend-support-for-changing-NAN-config.patch patches.suse/wifi-mac80211_hwsim-Add-simulation-support-for-NAN-d.patch patches.suse/wifi-mac80211-Remove-redundant-rcu_read_lock-unlock-.patch patches.suse/wifi-mac80211-remove-tx_handlers_drop-debugfs-stats.patch patches.suse/wifi-cfg80211-correctly-implement-and-validate-S1G-c.patch patches.suse/wifi-mac80211-correctly-initialise-S1G-chandef-for-S.patch patches.suse/wifi-cfg80211-remove-ieee80211_s1g_channel_width.patch patches.suse/wifi-mac80211-fix-Rx-packet-handling-when-pubsta-inf.patch patches.suse/wifi-cfg80211-remove-IEEE80211_CHAN_-1-2-4-8-16-MHZ-.patch patches.suse/wifi-rtw88-sdio-use-indirect-IO-for-device-registers.patch patches.suse/wifi-rtw88-Lock-rtwdev-mutex-before-setting-the-LED.patch patches.suse/wifi-rtw89-print-just-once-for-unknown-C2H-events.patch patches.suse/wifi-rtw89-add-dummy-C2H-handlers-for-BCN-resend-and.patch patches.suse/wifi-rtw89-8852bt-Use-standard-helper-for-string-cho.patch patches.suse/wifi-rtw89-introduce-beacon-tracking-to-improve-conn.patch patches.suse/wifi-rtw89-debug-add-beacon_info-debugfs.patch patches.suse/wifi-rtw89-wow-remove-notify-during-WoWLAN-net-detec.patch patches.suse/wifi-rtw89-8851b-rfk-update-IQK-TIA-setting.patch patches.suse/wifi-rtw89-8851b-rfk-update-TX-wideband-IQK.patch patches.suse/wifi-rtw89-8852c-check-LPS-H2C-command-complete-by-C.patch patches.suse/wifi-rtw89-fix-BSSID-comparison-for-non-transmitted-.patch patches.suse/wifi-rtw89-fix-group-frames-loss-when-connected-to-n.patch patches.suse/wifi-rtlwifi-rtl8192cu-Don-t-claim-USB-ID-07b8-8188.patch patches.suse/wifi-rtl8xxxu-Don-t-claim-USB-ID-07b8-8188.patch patches.suse/wifi-rtw89-8852bt-Simplify-unnecessary-if-else-condi.patch patches.suse/wifi-rtw89-8852a-report-per-channel-noise-level-by-g.patch patches.suse/wifi-rtw89-8852a-report-average-RSSI-to-avoid-unnece.patch patches.suse/wifi-rtw89-8852c-update-firmware-crash-trigger-type-.patch patches.suse/wifi-rtw89-coex-Limit-Wi-Fi-scan-slot-cost-to-avoid-.patch patches.suse/wifi-rtw88-Use-led-brightness_set_blocking-for-PCI-t.patch patches.suse/wifi-rtl8xxxu-Remove-TL-WN722N-V2-0x2357-0x010c-from.patch patches.suse/wifi-rtw89-pci-move-chip-ISR-definition-out-from-chi.patch patches.suse/wifi-rtw89-pci-prepare-interrupt-related-registers-a.patch patches.suse/wifi-rtw89-pci-use-RDU-status-of-R_BE_PCIE_DMA_IMR_0.patch patches.suse/wifi-rtw89-pci-add-struct-rtw89_-tx-rx-_rings-to-put.patch patches.suse/wifi-rtw89-pci-define-TX-RX-buffer-descriptor-pool.patch patches.suse/wifi-rtw89-pci-add-group-BD-address-design.patch patches.suse/wifi-rtw89-pci-abstract-RPP-parser.patch patches.suse/wifi-rtw89-pci-add-RPP-parser-v1.patch patches.suse/wifi-rtw89-abstract-getting-function-of-DMA-channel.patch patches.suse/wifi-rtw89-add-getting-function-of-DMA-channel-v1.patch patches.suse/wifi-rtw89-use-int-type-to-store-negative-error-code.patch patches.suse/wifi-rtw89-8852bt-Remove-redundant-off_reverse-varia.patch patches.suse/wifi-rtl8xxxu-expose-efuse-via-debugfs.patch patches.suse/wifi-rtw89-Add-USB-ID-2001-332a-for-D-Link-AX9U-rev..patch patches.suse/wifi-rtw89-Add-USB-ID-2001-3327-for-D-Link-AX18U-rev.patch patches.suse/wifi-rtw89-chan-allow-callers-to-check-if-a-link-has.patch patches.suse/wifi-rtw89-use-ieee80211_tx_info-driver_data-to-stor.patch patches.suse/wifi-rtw89-disable-RTW89_PHYSTS_IE09_FTR_0-for-ppdu-.patch patches.suse/wifi-rtw89-obtain-RX-path-from-ppdu-status-IE00.patch patches.suse/wifi-rtw89-phy-initialize-AFE-by-firmware-element-ta.patch patches.suse/wifi-rtw89-debug-support-SER-L0-simulation.patch patches.suse/wifi-rtw89-8852b-enable-beacon-tracking-support.patch patches.suse/wifi-rtw89-renew-a-completion-for-each-H2C-command-w.patch patches.suse/wifi-rtw89-open-C2H-event-waiting-window-first-befor.patch patches.suse/wifi-rtw89-8922a-add-TAS-feature-support.patch patches.suse/wifi-rtw89-wow-enable-TKIP-related-feature.patch patches.suse/wifi-rtw89-fix-use-after-free-in-rtw89_core_tx_kick_.patch patches.suse/wifi-rtw89-avoid-possible-TX-wait-initialization-rac.patch patches.suse/wifi-rtw89-fix-leak-in-rtw89_core_send_nullfunc.patch patches.suse/wifi-rtw89-avoid-circular-locking-dependency-in-ser_.patch patches.suse/wifi-ath12k-Add-support-to-set-per-radio-RTS-thresho.patch patches.suse/wifi-ath12k-initialize-eirp_power-before-use.patch patches.suse/wifi-ath12k-fix-overflow-warning-on-num_pwr_levels.patch patches.suse/wifi-ath12k-fix-signal-in-radiotap-for-WCN7850.patch patches.suse/wifi-ath12k-fix-HAL_PHYRX_COMMON_USER_INFO-handling-.patch patches.suse/wifi-ath12k-fix-the-fetching-of-combined-rssi.patch patches.suse/wifi-ath12k-Add-fallback-for-invalid-channel-number-.patch patches.suse/wifi-ath11k-downgrade-log-level-for-CE-buffer-enqueu.patch patches.suse/wifi-ath12k-fix-wrong-logging-ID-used-for-CE.patch patches.suse/wifi-ath12k-downgrade-log-level-for-CE-buffer-enqueu.patch patches.suse/wifi-ath11k-Remove-redundant-semicolon.patch patches.suse/wifi-ath10k-remove-gpio-number-assignment.patch patches.suse/wifi-ath-Use-of_reserved_mem_region_to_resource-for-.patch patches.suse/wifi-ath11k-fix-NULL-dereference-in-ath11k_qmi_m3_lo.patch patches.suse/wifi-ath10k-avoid-unnecessary-wait-for-service-ready.patch patches.suse/wifi-ath10k-Fix-connection-after-GTK-rekeying.patch patches.suse/wifi-ath12k-report-station-mode-per-chain-signal-str.patch patches.suse/wifi-ath12k-enhance-the-WMI_PEER_STA_KICKOUT-event-w.patch patches.suse/wifi-ath12k-Add-support-to-handle-reason-inactivity-.patch patches.suse/wifi-ath12k-Extend-beacon-miss-handling-for-MLO-non-.patch patches.suse/wifi-ath12k-Fix-peer-lookup-in-ath12k_dp_mon_rx_deli.patch patches.suse/wifi-ath12k-Increase-DP_REO_CMD_RING_SIZE-to-256.patch patches.suse/wifi-ath12k-Refactor-RX-TID-deletion-handling-into-h.patch patches.suse/wifi-ath12k-Refactor-RX-TID-buffer-cleanup-into-help.patch patches.suse/wifi-ath12k-Refactor-REO-command-to-use-ath12k_dp_rx.patch patches.suse/wifi-ath12k-Add-Retry-Mechanism-for-REO-RX-Queue-Upd.patch patches.suse/wifi-ath12k-Fix-flush-cache-failure-during-RX-queue-.patch patches.suse/wifi-ath12k-Use-1KB-Cache-Flush-Command-for-QoS-TID-.patch patches.suse/wifi-ath12k-enforce-CPU-endian-format-for-all-QMI-da.patch patches.suse/wifi-ath11k-HAL-SRNG-don-t-deinitialize-and-re-initi.patch patches.suse/wifi-cfg80211-fix-width-unit-in-cfg80211_radio_chand.patch patches.suse/wifi-libertas-WQ_PERCPU-added-to-alloc_workqueue-use.patch patches.suse/Revert-wifi-libertas-WQ_PERCPU-added-to-alloc_workqu.patch patches.suse/wifi-libertas-add-WQ_UNBOUND-to-alloc_workqueue-user.patch patches.suse/net-ipv6-fix-field-spanning-memcpy-warning-in-AH-output.patch patches.suse/dibs-Check-correct-variable-in-dibs_init.patch patches.suse/idpf-add-virtchnl-functions-to-manage-selected-queue.patch patches.suse/idpf-add-XSk-pool-initialization.patch patches.suse/idpf-implement-XSk-xmit.patch patches.suse/idpf-implement-Rx-path-for-AF_XDP.patch patches.suse/idpf-enable-XSk-features-and-ndo_xsk_wakeup.patch patches.suse/dpll-zl3073x-Fix-double-free-in-zl3073x_devlink_flas.patch patches.suse/net-mlx5e-Don-t-query-FEC-statistics-when-FEC-is-dis.patch patches.suse/net-phy-micrel-Fix-lan8814_config_init.patch patches.suse/net-mlx5-Expose-uar-access-and-odp-page-fault-counte.patch patches.suse/ixgbe-fix-typos-and-docstring-inconsistencies.patch patches.suse/net-stmmac-est-Drop-frames-causing-HLBS-error.patch patches.suse/Bluetooth-btusb-Add-USB-ID-2001-332a-for-D-Link-AX9U.patch patches.suse/Bluetooth-btintel_pcie-Refactor-Device-Coredump.patch patches.suse/Bluetooth-MGMT-Fix-not-exposing-debug-UUID-on-MGMT_O.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3633-for-MT7922.patch patches.suse/Bluetooth-bcsp-receive-data-only-if-registered.patch patches.suse/Bluetooth-SCO-Fix-UAF-on-sco_conn_free.patch patches.suse/Bluetooth-ISO-Fix-possible-UAF-on-iso_conn_free.patch patches.suse/Bluetooth-ISO-free-rx_skb-if-not-consumed.patch patches.suse/Bluetooth-ISO-don-t-leak-skb-in-ISO_CONT-RX.patch patches.suse/Bluetooth-hci_sync-Fix-using-random-address-for-BIG-.patch patches.suse/net-stmmac-remove-stmmac_hw_setup-excess-documentati.patch patches.suse/net-mlx5-Add-IFC-bit-for-TIR-SQ-order-capability.patch patches.suse/net-mlx5-IFC-add-balance-ID-and-LAG-per-MP-group-bit.patch patches.suse/dpll-add-phase-offset-avg-factor-device-attribute-to.patch patches.suse/dpll-add-phase_offset_avg_factor_get-set-callback-op.patch patches.suse/dpll-zl3073x-Allow-to-configure-phase-offset-averagi.patch patches.suse/Revert-net-mlx5e-Update-and-set-Xon-Xoff-upon-MTU-se.patch patches.suse/net-mlx5-Improve-write-combining-test-reliability-fo.patch patches.suse/net-mlx5-HWS-Generalize-complex-matchers.patch patches.suse/net-mlx5e-Prevent-entering-switchdev-mode-with-incon.patch patches.suse/net-mlx5-Improve-QoS-error-messages-with-actual-dept.patch patches.suse/net-mlx5e-Remove-unused-mdev-param-from-RSS-indir-in.patch patches.suse/net-mlx5e-Introduce-mlx5e_rss_init_params.patch patches.suse/net-mlx5e-Introduce-mlx5e_rss_params-for-RSS-configu.patch patches.suse/net-usb-Remove-disruptive-netif_wake_queue-in-rtl815.patch patches.suse/vhost-vringh-Fix-copy_to_iter-return-value-check.patch patches.suse/idpf-fix-mismatched-free-function-for-dma_alloc_cohe.patch patches.suse/net-dlink-handle-copy_thresh-allocation-failure.patch patches.suse/net-mlx5-Stop-polling-for-command-response-if-interf.patch patches.suse/net-mlx5-pagealloc-Fix-reclaim-race-during-command-i.patch patches.suse/net-mlx5-fw-reset-add-reset-timeout-work.patch patches.suse/net-nfc-nci-Add-parameter-validation-for-packet-data.patch patches.suse/mm-memory-tiering-fix-PGPROMOTE_CANDIDATE-counting.patch patches.suse/tmpfs-preserve-SB_I_VERSION-on-remount.patch patches.suse/drivers-base-node-handle-error-properly-in-register_.patch patches.suse/maple_tree-fix-MAPLE_PARENT_RANGE32-and-parent-point.patch patches.suse/maple_tree-fix-testing-for-32-bit-builds.patch patches.suse/drivers-base-node-fix-double-free-in-register_one_no.patch patches.suse/mm-swap-check-for-stable-address-space-before-operating-on.patch patches.suse/sched-task.h-fix-the-wrong-comment-on-task_lock-nesting-with-tasklist_lock.patch patches.suse/kernel-sys.c-fix-the-racy-usage-of-task_lock-tsk-grou.patch patches.suse/Squashfs-fix-uninit-value-in-squashfs_get_parent.patch patches.suse/ocfs2-fix-double-free-in-user_cluster_connect.patch patches.suse/Squashfs-add-additional-inode-sanity-checking.patch patches.suse/Squashfs-reject-negative-file-sizes-in-squashfs_read_inode.patch patches.suse/simplify-nfs_atomic_open_v23.patch patches.suse/fuse-fix-livelock-in-synchronous-file-put-from-fuseblk-wor.patch patches.suse/fs-quota-create-dedicated-workqueue-for-quota_releas.patch patches.suse/fs-udf-fix-OOB-read-in-lengthAllocDescs-handling.patch patches.suse/ext4-add-ext4_sb_bread_nofail-helper-function-for-ex.patch patches.suse/ext4-fail-unaligned-direct-IO-write-with-EINVAL.patch patches.suse/ext4-verify-orphan-file-size-is-not-too-big.patch patches.suse/ext4-fix-an-off-by-one-issue-during-moving-extents.patch patches.suse/ext4-avoid-potential-buffer-over-read-in-parse_apply.patch patches.suse/ext4-guard-against-EA-inode-refcount-underflow-in-xa.patch patches.suse/ext4-fix-checks-for-orphan-inodes.patch patches.suse/exfat-limit-log-print-for-IO-error.patch patches.suse/exfat-validate-cluster-allocation-bits-of-the-allocation-bitmap.patch patches.suse/smb-client-fix-crypto-buffers-in-non-linear-memory.patch patches.suse/smb-client-update-cfid-last_access_time-in-open_cached_dir_by_den.patch patches.suse/NFSv4-handle-ERR_GRACE-on-delegation-recalls.patch patches.suse/NFSv4.1-fix-backchannel-max_resp_sz-verification-check.patch patches.suse/NFSv4.1-fix-mount-hang-after-CREATE_SESSION-failure.patch patches.suse/nfs4_setup_readdir-insufficient-locking-for-d_parent-d_inode-dereferencing.patch patches.suse/bpf.d_path-constify-path-argument.patch patches.suse/docs-admin-guide-update-to-current-minimum-pipe-size.patch patches.suse/Documentation-w1-Fix-SPDX-comment-syntax-on-masters-.patch patches.suse/ACPI-RISC-V-Add-support-for-RIMT.patch patches.suse/ACPI-scan-Add-support-for-RISC-V-in-acpi_iommu_confi.patch patches.suse/iommu-vt-d-PRS-isn-t-usable-if-PDS-isn-t-supported.patch patches.suse/iommu-vt-d-Disallow-dirty-tracking-if-incoherent-pag.patch patches.suse/RDMA-sa_query-Add-RMPP-support-for-SA-queries.patch patches.suse/RDMA-sa_query-Support-IB-service-records-resolution.patch patches.suse/RDMA-cma-Support-IB-service-record-resolution.patch patches.suse/RDMA-ucma-Support-query-resolved-service-records.patch patches.suse/RDMA-ucma-Support-write-an-event-into-a-CM.patch patches.suse/RDMA-mana_ib-Drain-send-wrs-of-GSI-QP.patch patches.suse/IB-hfi1-Use-for_each_online_cpu-instead-of-for_each_.patch patches.suse/RDMA-efa-Extend-admin-timeout-error-print.patch patches.suse/RDMA-mlx5-Enable-Data-Direct-with-Relaxed-Ordering.patch patches.suse/RDMA-mlx5-Better-estimate-max_qp_wr-to-reflect-WQE-c.patch patches.suse/RDMA-mlx5-Fix-vport-loopback-forcing-for-MPV-device.patch patches.suse/RDMA-bnxt_re-Show-srq_limit-in-fill_res_srq_entry-ho.patch patches.suse/RDMA-bnxt_re-RoCE-Driver-Dynamic-Debug-for-HWRM-s.patch patches.suse/RDMA-bnxt_re-Optimize-bnxt_qplib_get_dev_attr-functi.patch patches.suse/RDMA-bnxt_re-RoCE-related-hardware-counters-update.patch patches.suse/RDMA-bnxt_re-Report-udp-source-port-for-flow_label-i.patch patches.suse/RDMA-bnxt_re-Delete-always-true-SGID-table-check.patch patches.suse/RDMA-bnxt_re-Enhance-a-log-message-when-bnxt_re_regi.patch patches.suse/bnxt_en-Enhance-stats-context-reservation-logic.patch patches.suse/RDMA-bnxt_re-Add-data-structures-for-RoCE-mirror-sup.patch patches.suse/RDMA-bnxt_re-Refactor-hw-context-memory-allocation.patch patches.suse/RDMA-bnxt_re-Refactor-stats-context-memory-allocatio.patch patches.suse/RDMA-bnxt_re-Add-support-for-unique-GID.patch patches.suse/RDMA-bnxt_re-Add-support-for-mirror-vnic.patch patches.suse/RDMA-bnxt_re-Add-support-for-flow-create-destroy.patch patches.suse/RDMA-bnxt_re-Initialize-fw-with-roce_mirror-support.patch patches.suse/RDMA-bnxt_re-Use-firmware-provided-message-timeout-v.patch patches.suse/RDMA-bnxt_re-Remove-unnecessary-condition-checks.patch patches.suse/RDMA-mlx5-Fix-page-size-bitmap-calculation-for-KSM-m.patch patches.suse/RDMA-rdmavt-Use-int-type-to-store-negative-error-cod.patch patches.suse/RDMA-core-fix-truely-truly.patch patches.suse/RDMA-bnxt_re-Call-strscpy-with-correct-size-argument.patch patches.suse/net-ionic-Create-an-auxiliary-device-for-rdma-driver.patch patches.suse/net-ionic-Update-LIF-identity-with-additional-RDMA-c.patch patches.suse/net-ionic-Export-the-APIs-from-net-driver-to-support.patch patches.suse/net-ionic-Provide-RDMA-reset-support-for-the-RDMA-dr.patch patches.suse/net-ionic-Provide-interrupt-allocation-support-for-t.patch patches.suse/net-ionic-Provide-doorbell-and-CMB-region-informatio.patch patches.suse/RDMA-Add-IONIC-to-rdma_driver_id-definition.patch patches.suse/RDMA-ionic-Register-auxiliary-module-for-ionic-ether.patch patches.suse/RDMA-ionic-Create-device-queues-to-support-admin-ope.patch patches.suse/RDMA-ionic-Register-device-ops-for-control-path.patch patches.suse/RDMA-ionic-Register-device-ops-for-datapath.patch patches.suse/RDMA-ionic-Register-device-ops-for-miscellaneous-fun.patch patches.suse/RDMA-ionic-Implement-device-stats-ops.patch patches.suse/RDMA-ionic-Add-Makefile-Kconfig-to-kernel-build-envi.patch patches.suse/RDMA-bnxt_re-Update-sysfs-entries-with-appropriate-d.patch patches.suse/RDMA-bnxt_re-Avoid-GID-level-QoS-update-from-the-dri.patch patches.suse/RDMA-cm-Rate-limit-destroy-CM-ID-timeout-error-messa.patch patches.suse/RDMA-mana_ib-Extend-modify-QP.patch patches.suse/RDMA-irdma-Refactor-GEN2-auxiliary-driver.patch patches.suse/RDMA-irdma-Add-GEN3-core-driver-support.patch patches.suse/RDMA-irdma-Discover-and-set-up-GEN3-hardware-registe.patch patches.suse/RDMA-irdma-Add-GEN3-CQP-support-with-deferred-comple.patch patches.suse/RDMA-irdma-Add-GEN3-support-for-AEQ-and-CEQ.patch patches.suse/RDMA-irdma-Add-GEN3-HW-statistics-support.patch patches.suse/RDMA-irdma-Introduce-GEN3-vPort-driver-support.patch patches.suse/RDMA-irdma-Add-GEN3-virtual-QP1-support.patch patches.suse/RDMA-irdma-Extend-QP-context-programming-for-GEN3.patch patches.suse/RDMA-irdma-Add-support-for-V2-HMC-resource-managemen.patch patches.suse/RDMA-irdma-Support-64-byte-CQEs-and-GEN3-CQE-opcode-.patch patches.suse/RDMA-irdma-Add-SRQ-support.patch patches.suse/RDMA-irdma-Restrict-Memory-Window-and-CQE-Timestampi.patch patches.suse/RDMA-irdma-Add-Atomic-Operations-support.patch patches.suse/RDMA-irdma-Extend-CQE-Error-and-Flush-Handling-for-G.patch patches.suse/RDMA-irdma-Update-Kconfig.patch patches.suse/RDMA-core-Squash-a-single-user-static-function.patch patches.suse/RDMA-core-Resolve-MAC-of-next-hop-device-without-ARP.patch patches.suse/RDMA-core-Use-route-entry-flag-to-decide-on-loopback.patch patches.suse/IB-ipoib-Ignore-L3-master-device.patch patches.suse/IB-sa-Fix-sa_local_svc_timeout_ms-read-race.patch patches.suse/RDMA-rxe-Fix-race-in-do_task-when-draining.patch patches.suse/RDMA-ionic-Fix-build-failure-on-SPARC-due-to-xchg-op.patch patches.suse/RDMA-ionic-Use-ether_addr_copy-instead-of-memcpy.patch patches.suse/RDMA-Use-pe-format-specifier-for-error-pointers.patch patches.suse/RDMA-bnxt_re-Fix-incorrect-errno-used-in-function-co.patch patches.suse/RDMA-bnxt_re-Add-debugfs-info-entry-for-device-and-r.patch patches.suse/RDMA-bnxt_re-Remove-non-statistics-counters-from-hw_.patch patches.suse/RDMA-irdma-Fix-positive-vs-negative-error-codes-in-i.patch patches.suse/RDMA-irdma-Remove-unused-struct-irdma_cq-fields.patch patches.suse/RDMA-bnxt_re-improve-clarity-in-ALLOC_PAGE-handler.patch patches.suse/RDMA-siw-Always-report-immediate-post-SQ-errors.patch patches.suse/RDMA-ionic-Fix-memory-leak-of-admin-q_wr.patch patches.suse/dm-error-mark-as-DM_TARGET_PASSES_INTEGRITY.patch patches.suse/dm-fix-queue-start-stop-imbalance-under-suspend-load.patch patches.suse/dm-fix-NULL-pointer-dereference-in-__dm_suspend.patch patches.suse/scsi-pm80xx-Restore-support-for-expanders.patch patches.suse/scsi-pm80xx-Fix-array-index-out-of-of-bounds-on-rmmod.patch patches.suse/scsi-libsas-Add-dev_parent_is_expander-helper.patch patches.suse/scsi-pm80xx-Use-dev_parent_is_expander-helper.patch patches.suse/scsi-pm80xx-Add-helper-function-to-get-the-local-phy-id.patch patches.suse/scsi-pm80xx-Fix-pm8001_abort_task-for-chip_8006-when-using.patch patches.suse/scsi-pm80xx-Use-pm80xx_get_local_phy_id-to-access-phy-arra.patch patches.suse/scsi-hpsa-Fix-incorrect-comment-format.patch patches.suse/scsi-hpsa-use-min-min_t-to-improve-code.patch patches.suse/scsi-lpfc-use-min-to-improve-code.patch patches.suse/scsi-mpi3mr-Fix-device-loss-during-enclosure-reboot-due-to.patch patches.suse/scsi-mpi3mr-Fix-controller-init-failure-on-fault-during-qu.patch patches.suse/scsi-mpi3mr-Fix-I-O-failures-during-controller-reset.patch patches.suse/scsi-mpi3mr-Update-MPI-headers-to-revision-37.patch patches.suse/scsi-mpi3mr-Fix-premature-TM-timeouts-on-virtual-drives.patch patches.suse/scsi-mpi3mr-Update-driver-version-to-8.15.0.5.50.patch patches.suse/scsi-pm80xx-Fix-race-condition-caused-by-static-variables.patch patches.suse/scsi-pm8001-Use-int-instead-of-u32-to-store-error-codes.patch patches.suse/scsi-fc-Avoid-Wflex-array-member-not-at-end-warnings.patch patches.suse/scsi-qla2xxx-Use-secs_to_jiffies-instead-of-msecs_to.patch patches.suse/scsi-lpfc-Use-int-type-to-store-negative-error-codes.patch patches.suse/scsi-pm80xx-Avoid-Wflex-array-member-not-at-end-warnings.patch patches.suse/scsi-qla2xxx-edif-Fix-incorrect-sign-of-error-code.patch patches.suse/scsi-qla2xxx-Fix-incorrect-sign-of-error-code-in-STA.patch patches.suse/scsi-qla2xxx-Fix-incorrect-sign-of-error-code-in-qla.patch patches.suse/scsi-lpfc-Remove-unused-member-variables-in-struct-l.patch patches.suse/scsi-lpfc-Abort-outstanding-ELS-WQEs-regardless-of-i.patch patches.suse/scsi-lpfc-Clean-up-allocated-queues-when-queue-setup.patch patches.suse/scsi-lpfc-Remove-ndlp-kref-decrement-clause-for-F_Po.patch patches.suse/scsi-lpfc-Decrement-ndlp-kref-after-FDISC-retries-ex.patch patches.suse/scsi-lpfc-Check-return-status-of-lpfc_reset_flush_io.patch patches.suse/scsi-lpfc-Ensure-PLOGI_ACC-is-sent-prior-to-PRLI-in-.patch patches.suse/scsi-lpfc-Define-size-of-debugfs-entry-for-xri-rebal.patch patches.suse/scsi-lpfc-Use-switch-case-statements-in-DIF-debugfs-.patch patches.suse/scsi-lpfc-Clean-up-extraneous-phba-dentries.patch patches.suse/scsi-lpfc-Convert-debugfs-directory-counts-from-atom.patch patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.11.patch patches.suse/scsi-lpfc-Copyright-updates-for-14.4.0.11-patches.patch patches.suse/scsi-hpsa-Fix-potential-memory-leak-in-hpsa_big_passthru_i.patch patches.suse/scsi-hpsa-Replace-kmalloc-copy_from_user-with-memdup.patch patches.suse/scsi-smartpqi-Replace-kmalloc-copy_from_user-with-me.patch patches.suse/msft-hv-3348-scsi-storvsc-Remove-redundant-ternary-operators.patch patches.suse/scsi-ufs-core-Fix-data-race-in-CPU-latency-PM-QoS-request-.patch patches.suse/scsi-mpt3sas-Fix-crash-in-transport-port-remove-by-using-i.patch patches.suse/scsi-mpt3sas-Suppress-unnecessary-IOCLogInfo-on-CONFIG_INV.patch patches.suse/scsi-mpt3sas-Add-support-for-22.5-Gbps-SAS-link-rate.patch patches.suse/scsi-mpt3sas-Update-driver-version-to-54.100.00.00.patch patches.suse/selftests-bpf-Fix-realloc-size-in-bpf_get_addrs.patch patches.suse/bpf-Skip-scalar-adjustment-for-BPF_NEG-if-dst-is-a-p.patch patches.suse/selftests-bpf-Add-test-for-BPF_NEG-alu-on-CONST_PTR_.patch patches.suse/libbpf-make-libbpf_errno.c-into-more-generic-libbpf_.patch patches.suse/libbpf-remove-unused-libbpf_strerror_r-and-STRERR_BU.patch patches.suse/libbpf-move-libbpf_errstr-into-libbpf_utils.c.patch patches.suse/bpf-Reject-negative-offsets-for-ALU-ops.patch patches.suse/selftests-bpf-Add-tests-for-rejection-of-ALU-ops-wit.patch patches.suse/tools-headers-Add-stub-definition-for-__iomem.patch patches.suse/vhost-vringh-Modify-the-return-value-check.patch patches.suse/KVM-Rename-CONFIG_KVM_PRIVATE_MEM-to-CONFIG_KVM_GUEST_MEMF.patch patches.suse/KVM-x86-Have-all-vendor-neutral-sub-configs-depend-o.patch patches.suse/KVM-Rename-CONFIG_KVM_GENERIC_PRIVATE_MEM-to-CONFIG_HAVE_K.patch patches.suse/KVM-Rename-kvm_slot_can_be_private-to-kvm_slot_has_gmem.patch patches.suse/KVM-x86-Enable-KVM_GUEST_MEMFD-for-all-64-bit-builds.patch patches.suse/KVM-s390-improve-interrupt-cpu-for-wakeup.patch patches.suse/KVM-selftests-Add-support-for-DE-exception-fixup.patch patches.suse/KVM-selftests-Add-ex_str-to-print-human-friendly-nam.patch patches.suse/kdb-Replace-deprecated-strcpy-with-memmove-in-vkdb_printf.patch patches.suse/x86-tdx-Eliminate-duplicate-code-in-tdx_clear_page.patch patches.suse/x86-tdx-Tidy-reset_pamt-functions.patch patches.suse/x86-tdx-Skip-clearing-reclaimed-pages-unless-X86_BUG_TDX_P.patch patches.suse/x86-virt-tdx-Mark-memory-cache-state-incoherent-when-makin.patch patches.suse/KVM-TDX-Explicitly-do-WBINVD-when-no-more-TDX-SEAMCALLs.patch patches.suse/x86-virt-tdx-Use-precalculated-TDVPR-page-physical-address.patch patches.suse/x86-fred-Remove-ENDBR64-from-FRED-entry-points.patch patches.suse/ACPI-property-Refactor-acpi_fwnode_get_reference_arg.patch patches.suse/ACPI-Add-support-for-nargs_prop-in-acpi_fwnode_get_r.patch patches.suse/ACPI-scan-Update-honor-list-for-RPMI-System-MSI.patch patches.suse/ACPI-RISC-V-Create-interrupt-controller-list-in-sort.patch patches.suse/ACPI-RISC-V-Add-support-to-update-gsi-range.patch patches.suse/ACPI-RISC-V-Add-RPMI-System-MSI-to-GSI-mapping.patch patches.suse/ACPI-support-BGRT-table-on-RISC-V.patch patches.suse/rcu-Document-that-rcu_barrier-hurries-lazy-callbacks.patch patches.suse/rcu-Remove-local_irq_save-restore-in-rcu_preempt_deferred_qs_handler.patch patches.suse/crypto-keembay-Add-missing-check-after-sg_nents_for_.patch patches.suse/hwrng-nomadik-add-ARM_AMBA-dependency.patch patches.suse/crypto-octeontx2-Call-strscpy-with-correct-size-argu.patch patches.suse/crypto-hisilicon-zip-remove-unnecessary-validation-f.patch patches.suse/crypto-hisilicon-re-enable-address-prefetch-after-de.patch patches.suse/crypto-hisilicon-qm-check-whether-the-input-function.patch patches.suse/crypto-qat-use-kcalloc-in-qat_uclo_map_objs_from_mof.patch patches.suse/crypto-rockchip-Fix-dma_unmap_sg-nents-value.patch patches.suse/crypto-atmel-Fix-dma_unmap_sg-direction.patch patches.suse/crypto-ccp-Fix-incorrect-payload-size-calculation-in.patch patches.suse/crypto-caam-double-the-entropy-delay-interval-for-re.patch patches.suse/crypto-aspeed-Fix-dma_unmap_sg-direction.patch patches.suse/crypto-hisilicon-qm-invalidate-queues-in-use.patch patches.suse/crypto-hisilicon-qm-clear-all-VF-configurations-in-t.patch patches.suse/crypto-hisilicon-qm-set-NULL-to-qm-debug.qm_diff_reg.patch patches.suse/KEYS-X.509-Fix-Basic-Constraints-CA-flag-parsing.patch patches.suse/hwrng-ks-sa-fix-division-by-zero-in-ks_sa_rng_init.patch patches.suse/KEYS-trusted_tpm1-Compare-HMAC-values-in-constant-ti.patch patches.suse/KEYS-trusted_tpm1-Move-private-functionality-out-of-public-header.patch patches.suse/platform-x86-intel-pmc-Add-Wildcat-Lake-support-to-I.patch patches.suse/platform-x86-intel-pmc-Add-Wildcat-Lake-support-to-i.patch patches.suse/platform-x86-intel-uncore-freq-Fix-warning-in-partit.patch patches.suse/platform-x86-intel-pmc-use-kcalloc-instead-of-kzallo.patch patches.suse/platform-x86-intel-uncore-freq-Present-unique-domain.patch patches.suse/platform-x86-intel-pmc-Enable-SSRAM-support-for-Luna.patch patches.suse/platform-x86-intel-pmc-Move-telemetry-endpoint-regis.patch patches.suse/platform-x86-intel-pmc-Improve-function-to-show-subs.patch patches.suse/platform-x86-intel-pmc-Show-substate-requirement-for.patch patches.suse/platform-x86-intel-pmc-Enable-SSRAM-support-for-Pant.patch patches.suse/platform-x86-intel-pmc-Replace-dev_warn-with-dev_dbg.patch patches.suse/HID-hidraw-tighten-ioctl-command-parsing.patch patches.suse/HID-intel-ish-ipc-Remove-redundant-ready-check-after.patch patches.suse/HID-asus-add-Z13-folio-to-generic-group-for-multitou.patch patches.suse/HID-pidff-Use-direction-fix-only-for-conditional-eff.patch patches.suse/HID-pidff-PERMISSIVE_CONTROL-quirk-autodetection.patch patches.suse/HID-Intel-thc-hid-Intel-thc-Use-str_true_false-helpe.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-support-ACPI-config.patch patches.suse/remoteproc-pru-Fix-potential-NULL-pointer-dereferenc.patch patches.suse/mtd-rawnand-fsmc-Default-to-autodetect-buswidth.patch patches.suse/mtd-rawnand-atmel-Fix-error-handling-path-in-atmel_n.patch patches.suse/mtd-rawnand-omap2-fix-device-leak-on-probe-failure.patch patches.suse/tty-serial-ip22zilog-Use-platform-device-for-probing.patch patches.suse/serial-max310x-Add-error-checking-in-probe.patch patches.suse/tty-serial-Modify-the-use-of-dev_err_probe.patch patches.suse/tty-n_gsm-Don-t-block-input-queue-by-waiting-MSC.patch patches.suse/tty-vt-Add-missing-return-value-for-VT_RESIZE-in-vt_.patch patches.suse/usb-host-max3421-hcd-Fix-error-pointer-dereference-i.patch patches.suse/usb-misc-qcom_eud-Access-EUD_MODE_MANAGER2-through-s.patch patches.suse/usb-gadget-f_ncm-Fix-MAC-assignment-NCM-ethernet.patch patches.suse/usb-phy-twl6030-Fix-incorrect-type-for-ret.patch patches.suse/usb-gadget-configfs-Correctly-set-use_os_string-at-b.patch patches.suse/usb-gadget-f_hid-Fix-zero-length-packet-transfer.patch patches.suse/usb-cdns3-cdnsp-pci-remove-redundant-pci_disable_dev.patch patches.suse/usb-cdns3-gadget-Use-after-free-during-failed-initia.patch patches.suse/usb-core-Use-le16_to_cpu-to-read-__le16-value-in-usb.patch patches.suse/usb-core-Parse-eUSB2-companion-descriptors-for-high-.patch patches.suse/usb-core-eUSB2-companion-descriptor-is-for-isoc-IN-e.patch patches.suse/usb-core-Add-a-function-to-get-USB-version-independe.patch patches.suse/usb-core-Introduce-usb_endpoint_is_hs_isoc_double.patch patches.suse/usb-core-support-eUSB2-double-bandwidth-large-isoc-U.patch patches.suse/usb-udc-Add-trace-event-for-usb_gadget_set_state.patch patches.suse/usb-xhci-tegra-Support-USB-wakeup-function-for-Tegra234.patch patches.suse/usb-typec-tipd-Clear-interrupts-first.patch patches.suse/usb-xhci-plat-Facilitate-using-autosuspend-for-xhci-.patch patches.suse/usb-mon-Increase-BUFF_MAX-to-64-MiB-to-support-multi.patch patches.suse/usb-gadget-f_fs-Fix-epfile-null-pointer-access-after.patch patches.suse/Revert-usb-xhci-Avoid-Stop-Endpoint-retry-loop-if-th.patch patches.suse/usb-xhci-pci-add-support-for-hosts-with-zero-USB3-po.patch patches.suse/thunderbolt-Compare-HMAC-values-in-constant-time.patch patches.suse/thunderbolt-Use-is_pciehp-instead-of-is_hotplug_brid.patch patches.suse/thunderbolt-Update-tunnel.c-function-documentation.patch patches.suse/thunderbolt-Fix-use-after-free-in-tb_dp_dprx_work.patch patches.suse/USB-serial-option-add-SIMCom-8230C-compositions.patch patches.suse/usb-vhci-hcd-Prevent-suspending-virtually-attached-d.patch patches.suse/staging-rtl8723bs-fix-comment-formatting-in-basic_ty.patch patches.suse/staging-rtl8723bs-fix-if-statement-alignment-and-lin.patch patches.suse/staging-rtl8723bs-fix-space-before-tab-warnings.patch patches.suse/staging-rtl8723bs-remove-wrapper-rtw_os_indicate_sca.patch patches.suse/staging-rtl8723bs-move-init_mlme_ext_timer-to-core-r.patch patches.suse/staging-rtl8723bs-move-rtw_init_mlme_timer-to-core-r.patch patches.suse/staging-rtl8723bs-remove-wrapper-init_addba_retry_ti.patch patches.suse/staging-rtl8723bs-merge-rtw_os_indicate_connect-into.patch patches.suse/staging-rtl8723bs-merge-rtw_os_indicate_disconnect-i.patch patches.suse/staging-rtl8723bs-move-rtw_report_sec_ie-to-core-rtw.patch patches.suse/staging-rtl8723bs-move-rtw_reset_securitypriv-to-cor.patch patches.suse/staging-rtl8723bs-fix-checkpatch-spaces-preferred-ar.patch patches.suse/staging-rtl8723bs-use-crypto_xor_cpy.patch patches.suse/staging-rtl8723bs-remove-unnecessary-forward-declara.patch patches.suse/staging-rtl8723bs-fix-coding-style-issues-in-core-rt.patch patches.suse/staging-rtl8723bs-remove-bPseudoTest-from-EFUSE_Shad.patch patches.suse/staging-rtl8723bs-make-Efuse_ReadAllMap-static.patch patches.suse/staging-rtl8723bs-remove-bPseudoTest-from-Efuse_Read.patch patches.suse/staging-rtl8723bs-remove-wrapper-efuse_ReadEFuse.patch patches.suse/staging-rtl8723bs-remove-bPseudoTest-from-Hal_ReadEF.patch patches.suse/staging-rtl8723bs-remove-bPseudoTest-from-hal_ReadEF.patch patches.suse/staging-rtl8723bs-remove-bPseudoTest-from-hal_ReadEF-3d589e3.patch patches.suse/staging-rtl8723bs-remove-wrapper-EFUSE_GetEfuseDefin.patch patches.suse/staging-rtl8723bs-remove-bPseudoTest-from-Hal_GetEfu.patch patches.suse/staging-rtl8723bs-remove-Hal_EfuseGetCurrentSize.patch patches.suse/staging-rtl8723bs-remove-bPseudoTest-from-hal_EfuseS.patch patches.suse/staging-rtl8723bs-clean-up-variable-initializations.patch patches.suse/staging-rtl8723bs-remove-bPseudoTest-from-efuse_OneB.patch patches.suse/staging-rtl8723bs-remove-efuse_OneByteWrite.patch patches.suse/staging-rtl8723bs-remove-wrapper-rtw_init_recv_timer.patch patches.suse/staging-rtl8723bs-move-rtw_recv_indicatepkt-to-rtw_r.patch patches.suse/staging-rtl8723bs-move-rtw_handle_tkip_mic_err-to-rt.patch patches.suse/staging-rtl8723bs-merge-rtw_os_free_recvframe-into-r.patch patches.suse/staging-rtl8723bs-merge-rtw_os_recv_resource_alloc-i.patch patches.suse/staging-rtl8723bs-merge-rtw_os_recv_resource_free-in.patch patches.suse/staging-rtl8723bs-merge-rtw_os_recvbuf_resource_free.patch patches.suse/staging-rtl8723bs-move-rtw_os_alloc_msdu_pkt-to-rtw_.patch patches.suse/staging-rtl8723bs-rename-rtw_os_alloc_msdu_pkt.patch patches.suse/staging-rtl8723bs-move-rtw_os_recv_indicate_pkt-to-r.patch patches.suse/staging-rtl8723bs-rename-rtw_os_recv_indicate_pkt.patch patches.suse/staging-rtl8723bs-remove-os_dep-recv_linux.c.patch patches.suse/staging-rtl8723bs-remove-include-recv_osdep.h.patch patches.suse/staging-rtl8723bs-fix-fortify-warnings-by-using-stru.patch patches.suse/staging-rtl8723bs-remove-wrapper-Efuse_PowerSwitch.patch patches.suse/staging-rtl8723bs-remove-bWrite-from-Hal_EfusePowerS.patch patches.suse/staging-rtl8723bs-remove-REG_EFUSE_ACCESS_8723-and-E.patch patches.suse/staging-rtl8723bs-Hal_EfuseParseAntennaDiversity_872.patch patches.suse/staging-rtl8723bs-remove-unused-tables.patch patches.suse/staging-rtl8723bs-rtw_efuse.h-simplify-copyright-ban.patch patches.suse/staging-rtl8723bs-fix-typo-in-comment.patch patches.suse/staging-rtl8723bs-hal-put-return-type-and-function-n.patch patches.suse/staging-rtl8723bs-xmit-rephrase-comment-and-drop-ext.patch patches.suse/char-misc-Make-misc_register-reentry-for-miscdevice-.patch patches.suse/char-misc-Does-not-request-module-for-miscdevice-wit.patch patches.suse/uio-uio_pdrv_genirq-Remove-MODULE_DEVICE_TABLE.patch patches.suse/msft-hv-3336-uio_hv_generic-Let-userspace-take-care-of-interrupt-.patch patches.suse/misc-genwqe-Fix-incorrect-cmd-field-being-reported-i.patch patches.suse/pps-fix-warning-in-pps_register_cdev-when-register-d.patch patches.suse/char-Use-list_del_init-in-misc_deregister-to-reiniti.patch patches.suse/iio-adc-pac1934-fix-channel-disable-configuration.patch patches.suse/iio-xilinx-ams-Unmask-interrupts-after-updating-alar.patch patches.suse/iio-xilinx-ams-Fix-AMS_ALARM_THR_DIRECT_MASK.patch patches.suse/iio-frequency-adf4350-Fix-prescaler-usage.patch patches.suse/iio-frequency-adf4350-Fix-ADF4350_REG3_12BIT_CLKDIV_.patch patches.suse/iio-dac-ad5360-use-int-type-to-store-negative-error-.patch patches.suse/iio-dac-ad5421-use-int-type-to-store-negative-error-.patch patches.suse/extcon-adc-jack-Fix-wakeup-source-leaks-on-device-un.patch patches.suse/extcon-adc-jack-Cleanup-wakeup-source-only-if-it-was.patch patches.suse/iio-adc-spear_adc-mask-SPEAR_ADC_STATUS-channel-and-.patch patches.suse/iio-adc-imx93_adc-load-calibrated-values-even-calibr.patch patches.suse/iio-consumers-Fix-handling-of-negative-channel-scale.patch patches.suse/iio-consumers-Fix-offset-handling-in-iio_convert_raw.patch patches.suse/iio-imu-inv_icm42600-Drop-redundant-pm_runtime-reini.patch patches.suse/bus-mhi-host-Do-not-use-uninitialized-dev-pointer-in.patch patches.suse/bus-mhi-ep-Fix-chained-transfer-handling-in-read-pat.patch patches.suse/bus-mhi-core-Improve-mhi_sync_power_up-handling-for-.patch patches.suse/coresight-trbe-Return-NULL-pointer-for-allocation-failures.patch patches.suse/coresight-Fix-incorrect-handling-for-return-value-of.patch patches.suse/tracing-Fix-race-condition-in-kprobe-initialization-causin.patch patches.suse/ftrace-Fix-softlockup-in-ftrace_module_enable.patch patches.suse/ima-don-t-clear-IMA_DIGSIG-flag-when-setting-or-remo.patch patches.suse/efi-Explain-OVMF-acronym-in-OVMF_DEBUG_LOG-help-text.patch patches.suse/soundwire-debugfs-add-SCP_SDCA_IntStatX-and-SCP_SDCA.patch patches.suse/soundwire-bus-Drop-dev_pm_domain_detach-call.patch patches.suse/soundwire-Use-min-to-improve-code.patch patches.suse/phy-cdns-dphy-Store-hs_clk_rate-and-return-it.patch patches.suse/phy-rockchip-naneng-combphy-Enable-U3-OTG-port-for-R.patch patches.suse/phy-cadence-cdns-dphy-Fix-PLL-lock-and-O_CMN_READY-p.patch patches.suse/phy-cadence-cdns-dphy-Update-calibration-wait-time-f.patch patches.suse/phy-renesas-r8a779f0-ether-serdes-add-new-step-added.patch patches.suse/phy-cadence-cdns-dphy-Enable-lower-resolutions-in-dp.patch patches.suse/phy-rockchip-phy-rockchip-inno-csidphy-allow-writes-.patch patches.suse/dmaengine-idxd-Add-a-new-IAA-device-ID-for-Wildcat-L.patch patches.suse/dmaengine-sh-setup_xref-error-handling.patch patches.suse/dmaengine-Fix-dma_async_tx_descriptor-tx_submit-docu.patch patches.suse/dmaengine-mv_xor-match-alloc_wc-and-free_wc.patch patches.suse/dmaengine-dw-edma-Set-status-for-callback_result.patch patches.suse/PCI-ERR-Fix-uevent-on-failure-to-recover.patch patches.suse/PCI-ERR-Update-device-error_state-already-after-rese.patch patches.suse/PCI-AER-Fix-missing-uevent-on-recovery-when-a-reset-.patch patches.suse/s390-pci-Use-pci_uevent_ers-in-PCI-recovery.patch patches.suse/PCI-AER-Support-errors-introduced-by-PCIe-r6.0.patch patches.suse/PCI-Disable-MSI-on-RDC-PCI-to-PCIe-bridges.patch patches.suse/PCI-P2PDMA-Fix-incorrect-pointer-usage-in-devm_kfree.patch patches.suse/PCI-PM-Skip-resuming-to-D0-if-device-is-disconnected.patch patches.suse/PCI-sysfs-Ensure-devices-are-powered-for-config-read.patch patches.suse/PCI-pwrctrl-Fix-device-leak-at-registration.patch patches.suse/PCI-Ensure-relaxed-tail-alignment-does-not-increase-m.patch patches.suse/PCI-Add-defines-for-bridge-window-indexing.patch patches.suse/PCI-IOV-Add-PCI-rescan-remove-locking-when-enabling-.patch patches.suse/PCI-endpoint-pci-epf-test-Limit-PCIe-BAR-size-for-fi.patch patches.suse/PCI-endpoint-pci-epf-test-Add-NULL-check-for-DMA-cha.patch patches.suse/PCI-tegra194-Fix-broken-tegra_pcie_ep_raise_msi_irq.patch patches.suse/PCI-tegra194-Reset-BARs-when-running-in-PCIe-endpoin.patch patches.suse/PCI-tegra194-Handle-errors-in-BPMP-response.patch patches.suse/PCI-dwc-Verify-the-single-eDMA-IRQ-in-dw_pcie_edma_i.patch patches.suse/PCI-imx6-Enable-the-Vaux-supply-if-available.patch patches.suse/PCI-j721e-Fix-programming-sequence-of-strap-settings.patch patches.suse/PCI-j721e-Fix-incorrect-error-message-in-probe.patch patches.suse/PCI-keystone-Use-devm_request_irq-to-free-ks-pcie-er.patch patches.suse/PCI-qcom-Add-equalization-settings-for-8.0-GT-s-and-3.patch patches.suse/PCI-rcar-gen4-Fix-PHY-initialization.patch patches.suse/PCI-rcar-gen4-Add-missing-1ms-delay-after-PWR-reset-.patch patches.suse/PCI-rcar-gen4-Assure-reset-occurs-before-DBI-access.patch patches.suse/PCI-rcar-gen4-Fix-inverted-break-condition-in-PHY-in.patch patches.suse/PCI-rcar-host-Drop-PMSR-spinlock.patch patches.suse/PCI-rcar-host-Convert-struct-rcar_msi-mask_lock-into.patch patches.suse/PCI-cadence-Check-for-the-existence-of-cdns_pcie-ops.patch patches.suse/PCI-tegra-Fix-devm_kcalloc-argument-order-for-port-p.patch patches.suse/PCI-tegra194-Fix-duplicate-PLL-disable-in-pex_ep_eve.patch patches.suse/PCI-tegra-Convert-struct-tegra_msi-mask_lock-into-ra.patch patches.suse/PCI-xilinx-nwl-Fix-ECAM-programming.patch patches.suse/PCI-ACPI-Fix-pci_acpi_preserve_config-memory-leak.patch patches.suse/watchdog-s3c2410_wdt-Fix-max_timeout-being-calculate.patch patches.suse/watchdog-mpc8xxx_wdt-Reload-the-watchdog-timer-when-.patch patches.suse/watchdog-hpwdt-New-maintianer.patch patches.suse/ACPI-NFIT-Fix-incorrect-ndr_desc-being-reportedin-de.patch patches.suse/LoongArch-BPF-Optimize-sign-extention-mov-instructio.patch patches.suse/LoongArch-BPF-Fix-uninitialized-symbol-retval_off.patch patches.suse/LoongArch-BPF-Remove-duplicated-flags-check.patch patches.suse/LoongArch-BPF-Remove-duplicated-bpf_flush_icache.patch patches.suse/LoongArch-BPF-No-text_poke-for-kernel-text.patch patches.suse/LoongArch-BPF-No-support-of-struct-argument-in-tramp.patch patches.suse/LoongArch-BPF-Don-t-align-trampoline-size.patch patches.suse/LoongArch-BPF-Make-trampoline-size-stable.patch patches.suse/LoongArch-BPF-Make-error-handling-robust-in-arch_pre.patch patches.suse/LoongArch-BPF-Sign-extend-struct-ops-return-values-p.patch patches.suse/KVM-x86-mmu-Return-EAGAIN-if-userspace-deletes-moves.patch patches.suse/KVM-TDX-Do-not-retry-locally-when-the-retry-is-cause.patch patches.suse/KVM-TDX-Remove-redundant-__GFP_ZERO.patch patches.suse/KVM-TDX-Fix-uninitialized-error-code-for-__tdx_bringup.patch patches.suse/KVM-SEV-Drop-GHCB_VERSION_DEFAULT-and-open-code-it.patch patches.suse/KVM-SEV-Enforce-minimum-GHCB-version-requirement-for.patch patches.suse/KVM-SEV-Rename-kvm_ghcb_get_sw_exit_code-to-kvm_get_.patch patches.suse/KVM-SEV-Read-save-fields-from-GHCB-exactly-once.patch patches.suse/KVM-SEV-Validate-XCR0-provided-by-guest-in-GHCB.patch patches.suse/KVM-x86-Add-helper-to-retrieve-current-value-of-user.patch patches.suse/KVM-SVM-Re-load-current-not-host-TSC_AUX-on-VMEXIT-f.patch patches.suse/KVM-SVM-Emulate-PERF_CNTR_GLOBAL_STATUS_SET-for-Perf.patch patches.suse/KVM-SVM-Skip-fastpath-emulation-on-VM-Exit-if-next-R.patch patches.suse/KVM-x86-Rename-kvm_-g-s-et_msr-to-show-that-they-emu.patch patches.suse/KVM-x86-Use-double-underscore-read-write-MSR-helpers.patch patches.suse/KVM-x86-Add-kvm_msr_-read-write-helpers.patch patches.suse/KVM-x86-Manually-clear-MPX-state-only-on-INIT.patch patches.suse/KVM-x86-Zero-XSTATE-components-on-INIT-by-iterating-.patch patches.suse/KVM-x86-Don-t-treat-ENTER-and-LEAVE-as-branches-beca.patch patches.suse/KVM-x86-Introduce-KVM_-G-S-ET_ONE_REG-uAPIs-support.patch patches.suse/KVM-x86-Report-XSS-as-to-be-saved-if-there-are-suppo.patch patches.suse/KVM-x86-Check-XSS-validity-against-guest-CPUIDs.patch patches.suse/KVM-x86-Refresh-CPUID-on-write-to-guest-MSR_IA32_XSS.patch patches.suse/KVM-x86-Initialize-kvm_caps.supported_xss.patch patches.suse/KVM-x86-Load-guest-FPU-state-when-access-XSAVE-manag.patch patches.suse/KVM-x86-Add-fault-checks-for-guest-CR4.CET-setting.patch patches.suse/KVM-x86-Report-KVM-supported-CET-MSRs-as-to-be-saved.patch patches.suse/KVM-VMX-Introduce-CET-VMCS-fields-and-control-bits.patch patches.suse/KVM-x86-Enable-guest-SSP-read-write-interface-with-n.patch patches.suse/KVM-VMX-Emulate-read-and-write-to-CET-MSRs.patch patches.suse/KVM-x86-Save-and-reload-SSP-to-from-SMRAM.patch patches.suse/KVM-VMX-Set-up-interception-for-CET-MSRs.patch patches.suse/KVM-VMX-Set-host-constant-supervisor-states-to-VMCS-.patch patches.suse/KVM-x86-Don-t-emulate-instructions-affected-by-CET-f.patch patches.suse/KVM-x86-Don-t-emulate-task-switches-when-IBT-or-SHST.patch patches.suse/KVM-x86-Emulate-SSP-63-32-0-GP-0-for-FAR-JMP-to-32-b.patch patches.suse/KVM-x86-mmu-WARN-on-attempt-to-check-permissions-for.patch patches.suse/KVM-x86-mmu-Pretty-print-PK-SS-and-SGX-flags-in-MMU-.patch patches.suse/KVM-x86-Allow-setting-CR4.CET-if-IBT-or-SHSTK-is-sup.patch patches.suse/KVM-nVMX-Always-forward-XSAVES-XRSTORS-exits-from-L2.patch patches.suse/KVM-x86-Add-XSS-support-for-CET_KERNEL-and-CET_USER.patch patches.suse/KVM-x86-Disable-support-for-Shadow-Stacks-if-TDP-is-.patch patches.suse/KVM-x86-Disable-support-for-IBT-and-SHSTK-if-allow_s.patch patches.suse/KVM-x86-Enable-CET-virtualization-for-VMX-and-advert.patch patches.suse/KVM-VMX-Configure-nested-capabilities-after-CPU-capa.patch patches.suse/KVM-nVMX-Virtualize-NO_HW_ERROR_CODE_CC-for-L1-event.patch patches.suse/KVM-nVMX-Prepare-for-enabling-CET-support-for-nested.patch patches.suse/KVM-nVMX-Add-consistency-checks-for-CR0.WP-and-CR4.C.patch patches.suse/KVM-nVMX-Add-consistency-checks-for-CET-states.patch patches.suse/KVM-nVMX-Advertise-new-VM-Entry-Exit-control-bits-fo.patch patches.suse/KVM-SVM-Emulate-reads-and-writes-to-shadow-stack-MSR.patch patches.suse/KVM-nSVM-Save-load-CET-Shadow-Stack-state-to-from-vm.patch patches.suse/KVM-SVM-Update-dump_vmcb-with-shadow-stack-save-area.patch patches.suse/KVM-SVM-Pass-through-shadow-stack-MSRs-as-appropriat.patch patches.suse/KVM-SEV-Synchronize-MSR_IA32_XSS-from-the-GHCB-when-.patch patches.suse/KVM-SVM-Enable-shadow-stack-virtualization-for-SVM.patch patches.suse/KVM-x86-Add-human-friendly-formatting-for-XM-and-VE.patch patches.suse/KVM-x86-Define-Control-Protection-Exception-CP-vecto.patch patches.suse/KVM-x86-Define-AMD-s-HV-VC-and-SX-exception-vectors.patch patches.suse/KVM-selftests-Add-an-MSR-test-to-exercise-guest-host.patch patches.suse/KVM-selftests-Add-support-for-MSR_IA32_-S-U-_CET-to-.patch patches.suse/KVM-selftests-Extend-MSRs-test-to-validate-vCPUs-wit.patch patches.suse/KVM-selftests-Add-KVM_-G-S-ET_ONE_REG-coverage-to-MS.patch patches.suse/KVM-selftests-Add-coverage-for-KVM-defined-registers.patch patches.suse/KVM-selftests-Verify-MSRs-are-not-in-save-restore-li.patch patches.suse/KVM-VMX-Make-CR4.CET-a-guest-owned-bit.patch patches.suse/sunrpc-fix-null-pointer-dereference-on-zero-length-checksum.patch patches.suse/NFSD-Rework-encoding-and-decoding-of-nfsd4_deviceid.patch patches.suse/NFSD-Minor-cleanup-in-layoutcommit-processing.patch patches.suse/NFSD-Fix-destination-buffer-size-in-nfsd4_ssc_setup_dul.patch patches.suse/nfsd-nfserr_jukebox-in-nlm_fopen-should-lead-to-a-retry.patch patches.suse/btrfs-avoid-potential-out-of-bounds-in-btrfs_encode_.patch patches.suse/msft-hv-3338-hyperv-Add-missing-field-to-hv_output_map_device_int.patch patches.suse/msft-hv-3339-clocksource-hyper-v-Skip-unnecessary-checks-for-the-.patch patches.suse/msft-hv-3340-mshv-Add-support-for-a-new-parent-partition-configur.patch patches.suse/msft-hv-3341-Drivers-hv-util-Cosmetic-changes-for-hv_utils_transp.patch patches.suse/msft-hv-3342-Drivers-hv-Simplify-data-structures-for-VMBus-channe.patch patches.suse/msft-hv-3350-x86-hyperv-Add-kexec-kdump-support-on-Azure-CVMs.patch patches.suse/msft-hv-3351-mshv-Handle-NEED_RESCHED_LAZY-before-transferring-to.patch patches.suse/msft-hv-3354-Drivers-hv-vmbus-Clean-up-sscanf-format-specifier-in.patch patches.suse/msft-hv-3355-Drivers-hv-vmbus-Fix-sysfs-output-format-for-ring-bu.patch patches.suse/msft-hv-3356-Drivers-hv-vmbus-Fix-typos-in-vmbus_drv.c.patch patches.suse/msft-hv-3358-Drivers-hv-Make-CONFIG_HYPERV-bool.patch patches.suse/msft-hv-3360-hyperv-Remove-the-spurious-null-directive-line.patch patches.suse/tracing-Fix-the-bug-where-bpf_get_stackid-returns-EF.patch patches.suse/arm64-mm-Move-KPTI-helpers-to-mmu.c.patch patches.suse/arm64-mte-Do-not-flag-the-zero-page-as-PG_mte_tagged.patch patches.suse/clk-tegra-do-not-overallocate-memory-for-bpmp-clocks.patch patches.suse/clk-renesas-cpg-mssr-Fix-memory-leak-in-cpg_mssr_res.patch patches.suse/clk-qcom-common-Fix-NULL-vs-IS_ERR-check-in-qcom_cc_.patch patches.suse/clk-qcom-tcsrcc-x1e80100-Set-the-bi_tcxo-as-parent-t.patch patches.suse/clk-mediatek-mt8195-infra_ao-Fix-parent-for-infra_ao.patch patches.suse/clk-mediatek-clk-mux-Do-not-pass-flags-to-clk_mux_de.patch patches.suse/clk-at91-peripheral-fix-return-value.patch patches.suse/clk-nxp-lpc18xx-cgu-convert-from-round_rate-to-deter.patch patches.suse/clk-nxp-Fix-pll0-rate-check-condition-in-LPC18xx-CGU.patch patches.suse/cpufreq-Make-drivers-using-CPUFREQ_ETERNAL-specify-transition-latency.patch patches.suse/cpufreq-CPPC-Avoid-using-CPUFREQ_ETERNAL-as-transition-delay.patch patches.suse/ACPI-CPPC-Do-not-use-CPUFREQ_ETERNAL-as-an-error-val.patch patches.suse/cpufreq-mediatek-fix-device-leak-on-probe-failure.patch patches.suse/cpufreq-tegra186-Set-target-frequency-for-all-cpus-i.patch patches.suse/x86-acpi-cstate-Remove-open-coded-check-for-cpu_feat.patch patches.suse/ACPI-battery-Add-synchronization-between-interface-u.patch patches.suse/ACPI-APEI-Remove-redundant-rcu_read_lock-unlock-unde.patch patches.suse/ACPI-property-Return-present-device-nodes-only-on-fw.patch patches.suse/tools-lib-thermal-use-pkg-config-to-locate-libnl3.patch patches.suse/tools-lib-thermal-don-t-preserve-owner-in-install.patch patches.suse/staging-axis-fifo-fix-maximum-TX-packet-length-check.patch patches.suse/staging-axis-fifo-fix-TX-handling-on-copy_from_user-.patch patches.suse/staging-axis-fifo-flush-RX-FIFO-on-read-errors.patch patches.suse/misc-fastrpc-Save-actual-DMA-size-in-fastrpc_map-str.patch patches.suse/misc-fastrpc-Fix-fastrpc_map_lookup-operation.patch patches.suse/misc-fastrpc-fix-possible-map-leak-in-fastrpc_put_ar.patch patches.suse/misc-fastrpc-Skip-reference-for-DMA-handles.patch patches.suse/crypto-rng-Ensure-set_ent-is-always-present.patch patches.suse/Input-uinput-zero-initialize-uinput_ff_upload_compat.patch patches.suse/Input-psxpad-spi-add-a-check-for-the-return-value-of.patch patches.suse/Input-atmel_mxt_ts-allow-reset-GPIO-to-sleep.patch patches.suse/mailbox-zynqmp-ipi-Remove-redundant-mbox_controller_.patch patches.suse/mailbox-zynqmp-ipi-Remove-dev.parent-check-in-zynqmp.patch patches.suse/mailbox-zynqmp-ipi-Fix-out-of-bounds-access-in-mailb.patch patches.suse/mailbox-zynqmp-ipi-Fix-SGI-cleanup-on-unbind.patch patches.suse/mailbox-mtk-cmdq-Remove-pm_runtime-APIs-from-cmdq_mb.patch patches.suse/perf-annotate-Rename-to-__hist_entry__tui_annotate.patch patches.suse/perf-annotate-Remove-annotation_print_data.start.patch patches.suse/perf-annotate-Remove-__annotation_line__write.patch patches.suse/perf-annotate-Pass-annotation_print_data-to-annotation_lin.patch patches.suse/perf-annotate-Simplify-width-calculation-in-annotation_lin.patch patches.suse/perf-annotate-Return-printed-number-from-disasm_line__writ.patch patches.suse/perf-annotate-Add-code-with-type-support-for-TUI.patch patches.suse/perf-annotate-Add-T-hot-key-to-toggle-data-type-display.patch patches.suse/perf-annotate-Show-warning-when-debuginfo-is-not-available.patch patches.suse/perf-annotate-Hide-data-type-for-stack-operation-and-canar.patch patches.suse/perf-annotate-Add-dso__debuginfo-helper.patch patches.suse/perf-annotate-Use-a-hashmap-to-save-type-data.patch patches.suse/perf-disasm-Avoid-undefined-behavior-in-incrementing-NULL.patch patches.suse/perf-test-trace_btf_enum-Skip-if-permissions-are-insuffici.patch patches.suse/perf-evsel-Avoid-container_of-on-a-NULL-leader.patch patches.suse/perf-test-shell-lock_contention-Extra-debug-diagnostics.patch patches.suse/libperf-event-Ensure-tracing-data-is-multiple-of-8-sized.patch patches.suse/perf-python-Add-more-exceptions-on-error-paths.patch patches.suse/perf-python-Improve-the-tracepoint-function-if-no-libtrace.patch patches.suse/perf-python-Add-basic-PMU-abstraction-and-pmus-sequence.patch patches.suse/perf-python-Add-function-returning-dictionary-of-all-event.patch patches.suse/perf-ilist-Add-new-python-ilist-command.patch patches.suse/perf-python-Add-parse_metrics-function.patch patches.suse/perf-python-Add-evlist-metrics-function.patch patches.suse/perf-python-Add-evlist-compute_metric.patch patches.suse/perf-python-Add-metrics-function.patch patches.suse/perf-ilist-Add-support-for-metrics.patch patches.suse/perf-tp_pmu-Remove-unnecessary-check.patch patches.suse/perf-dwarf-aux-Use-signed-variable-types-in-match_var_offs.patch patches.suse/perf-python-Fix-spelling-mistake-metics-metrics.patch patches.suse/perf-parse-events-Handle-fake-PMUs-in-CPU-terms.patch patches.suse/perf-vendor-events-Update-alderlake-events-metrics.patch patches.suse/perf-vendor-events-Update-arrowlake-events-metrics.patch patches.suse/perf-vendor-events-Update-broadwell-metrics.patch patches.suse/perf-vendor-events-Update-cascadelakex-metrics.patch patches.suse/perf-vendor-events-Update-emeraldrapids-events-metrics.patch patches.suse/perf-vendor-events-Update-grandridge-metrics.patch patches.suse/perf-vendor-events-Update-graniterapids-events-metrics.patch patches.suse/perf-vendor-events-Update-haswell-metrics.patch patches.suse/perf-vendor-events-Update-icelake-metrics.patch patches.suse/perf-vendor-events-Update-ivybridge-ivytown-metrics.patch patches.suse/perf-vendor-events-Update-jaketown-metrics.patch patches.suse/perf-vendor-events-Update-lunarlake-events-metrics.patch patches.suse/perf-vendor-events-Update-meteorlake-events-metrics.patch patches.suse/perf-vendor-events-Update-rocketlake-metrics.patch patches.suse/perf-vendor-events-Update-sandybridge-metrics.patch patches.suse/perf-vendor-events-Update-sapphirerapids-events-metrics.patch patches.suse/perf-vendor-events-Update-sierraforest-metrics.patch patches.suse/perf-vendor-events-Update-skylake-metrics.patch patches.suse/perf-vendor-events-Update-tigerlake-metrics.patch patches.suse/perf-symbols-Handle-N-symbols-in-proc-kallsyms.patch patches.suse/perf-arm-spe-Show-instruction-sample-types-by-default.patch patches.suse/perf-arm-spe-Downsample-all-sample-types-equally.patch patches.suse/perf-arm-spe-Display-itrace-period-warnings-for-all-sample.patch patches.suse/perf-docs-Update-SPE-doc-to-include-default-instructions-g.patch patches.suse/perf-annotate-Fix-signature-of-annotate_browser__show.patch patches.suse/perf-annotate-Factor-out-annotate_browser__show_function_t.patch patches.suse/perf-annotate-Fix-title-line-after-return-from-call.patch patches.suse/tools-headers-Remove-unused-kvm_perf.h-copies.patch patches.suse/perf-Completely-remove-possibility-to-override-MAX_NR_CPUS.patch patches.suse/perf-drm_pmu-Fix-fd_dir-leaks-in-for_each_drm_fdinfo_in_di.patch patches.suse/perf-arm64-Sync-ESR_ELx_EC_-macros-in-arm64_exception_type.patch patches.suse/perf-util-Fix-compression-checks-returning-1-as-bool.patch patches.suse/perf-evsel-Give-warning-for-broken-Intel-topdown-event-gro.patch patches.suse/perf-stat-Don-t-skip-failing-group-events.patch patches.suse/perf-parse-events-Add-X-modifier-to-exclude-an-event-from-.patch patches.suse/perf-arm_spe-Correct-setting-remote-access.patch patches.suse/perf-arm_spe-Correct-memory-level-for-remote-access.patch patches.suse/perf-arm_spe-Use-full-type-for-data_src.patch patches.suse/perf-arm_spe-Directly-propagate-raw-event.patch patches.suse/perf-arm_spe-Decode-event-types-for-new-features.patch patches.suse/perf-arm_spe-Add-event_filter-entry-in-meta-data.patch patches.suse/perf-arm_spe-Refine-memory-level-filling.patch patches.suse/perf-arm_spe-Separate-setting-of-memory-levels-for-loads-a.patch patches.suse/perf-arm_spe-Fill-memory-levels-for-FEAT_SPEv1p4.patch patches.suse/perf-arm_spe-Refactor-arm_spe__get_metadata_by_cpu.patch patches.suse/perf-arm_spe-Set-HITM-flag.patch patches.suse/perf-arm_spe-Allow-parsing-both-data-source-and-events.patch patches.suse/perf-trace-Add-max-summary-option.patch patches.suse/perf-vendor-events-arm64-AmpereOneX-Fix-typo-should-be-l1d.patch patches.suse/perf-vendor-events-arm64-AmpereOne-Fix-typos-in-metrics-de.patch patches.suse/perf-auxtrace-Avoid-redundant-NULL-check-in-auxtrace_mmap_.patch patches.suse/perf-test-AMD-IBS-swfilt-skip-kernel-tests-if-paranoia-is-.patch patches.suse/perf-dwarf-aux-More-accurate-variable-type-match-for-breg.patch patches.suse/perf-dwarf-aux-Better-variable-collection-for-insn-trackin.patch patches.suse/perf-dwarf-aux-Fix-__die_find_scope_cb-for-namespaces.patch patches.suse/perf-tests-record-Update-testcase-to-fix-usage-of-affinity.patch patches.suse/perf-tools-Update-header-documentation-on-BPF_PROG_INFO.patch patches.suse/perf-tools-Remove-a-pointless-check.patch patches.suse/perf-test-shell-lbr-Avoid-failures-with-perf-event-paranoi.patch patches.suse/perf-test-attr-Add-missing-int_mist.uop_dropping-event-to-.patch patches.suse/perf-trace-Fix-IS_ERR-vs-NULL-check-bug.patch patches.suse/perf-bench-mem-Remove-repetition-around-time-measurement.patch patches.suse/perf-bench-mem-Defer-type-munging-of-size-to-float.patch patches.suse/perf-bench-mem-Move-mem-op-parameters-into-a-structure.patch patches.suse/perf-bench-mem-Pull-out-init-fini-logic.patch patches.suse/perf-bench-mem-Switch-from-zalloc-to-mmap.patch patches.suse/perf-bench-mem-Allow-mapping-of-hugepages.patch patches.suse/perf-bench-mem-Allow-chunking-on-a-memory-region.patch patches.suse/perf-bench-mem-Refactor-mem_options.patch patches.suse/perf-bench-mem-Add-mmap-workloads.patch patches.suse/perf-session-Fix-handling-when-buffer-exceeds-2-GiB.patch patches.suse/tools-build-Make-libperl-opt-in-rather-than-opt-out-deprec.patch patches.suse/perf-test-Don-t-leak-workload-gopipe-in-PERF_RECORD_.patch patches.suse/perf-evsel-Fix-uniquification-when-PMU-given-without-suffi.patch patches.suse/perf-test-Avoid-uncore_imc-clockticks-in-uniquification-te.patch patches.suse/perf-evsel-Ensure-the-fallback-message-is-always-written-t.patch patches.suse/perf-build-id-Ensure-snprintf-string-is-empty-when-size-is.patch patches.suse/perf-bpf-filter-Fix-opts-declaration-on-older-libbpfs.patch patches.suse/perf-bpf-Move-the-LIBBPF_CURRENT_VERSION_GEQ-macro-to-bpf-.patch patches.suse/perf-bpf-Check-libbpf-version-to-use-btf_dump_type_data_op.patch patches.suse/perf-vendor-events-intel-Update-alderlake-events-to-v1.34.patch patches.suse/perf-vendor-events-intel-Update-arrowlake-events-to-v1.13.patch patches.suse/perf-vendor-events-intel-Update-emeraldrapids-events-to-v1.patch patches.suse/perf-vendor-events-intel-Update-grandridge-events-to-v1.10.patch patches.suse/perf-vendor-events-intel-Update-graniterapids-events-to-v1.patch patches.suse/perf-vendor-events-intel-Update-lunarlake-events-to-v1.18.patch patches.suse/perf-vendor-events-intel-Update-meteorlake-events-to-v1.17.patch patches.suse/perf-vendor-events-intel-Update-pantherlake-events-to-v1.0.patch patches.suse/perf-vendor-events-intel-Update-sapphirerapids-events-to-v.patch patches.suse/perf-vendor-events-intel-Update-sierraforest-events-to-v1..patch patches.suse/perf-tools-Fix-duplicated-words-in-documentation-and-comme.patch patches.suse/perf-test-perftool_testsuite-Use-absolute-paths.patch patches.suse/perf-sched-Avoid-union-type-punning-undefined-behavior.patch patches.suse/perf-powerpc-Add-basic-CONFIG_AUXTRACE-support-for-VPA-pmu.patch patches.suse/perf-powerpc-Process-auxtrace-events-and-display-in-perf-r.patch patches.suse/perf-powerpc-Add-event-name-as-vpa-dtl-of-PERF_TYPE_SYNTH-.patch patches.suse/perf-powerpc-Allocate-and-setup-aux-buffer-queue-to-help-c.patch patches.suse/perf-powerpc-Process-the-DTL-entries-in-queue-and-deliver-.patch patches.suse/perf-script-Enable-to-present-DTL-entries.patch patches.suse/perf-annotate-Use-architecture-agnostic-register-limit.patch patches.suse/perf-bpf_counter-Move-header-declarations-into-C-code.patch patches.suse/perf-bpf_counter-Fix-handling-of-cpumap-fixing-hybrid.patch patches.suse/perf-test-Refactor-brstack-test.patch patches.suse/perf-test-Add-syscall-and-address-tests-to-brstack-test.patch patches.suse/perf-test-Extend-branch-stack-sampling-test-for-Arm64-BRBE.patch patches.suse/perf-test-Add-an-import-perf-test-shell-script.patch patches.suse/perf-test-Remove-C-python_use-test.patch patches.suse/perf-build-Remove-libtracefs-configuration.patch patches.suse/perf-bpf-Use-__builtin_preserve_field_info-for-GCC-compati.patch patches.suse/perf-symbol-minimal-Be-more-defensive-when-reading-build-I.patch patches.suse/libperf-mmap-In-user-mmap-rdpmc-avoid-undefined-behavior.patch patches.suse/perf-test-Stat-std-output-don-t-fail-metric-only.patch patches.suse/perf-bench-futex-Add-missing-stdbool.h.patch patches.suse/tools-bitmap-Add-missing-asm-generic-bitsperlong.h-i.patch patches.suse/tools-include-Replace-tools-linux-gfp_types.h-with-kernel-.patch patches.suse/perf-tools-kvm-Add-missed-memory-allocation-check-and-free.patch patches.suse/perf-tools-kwork-Add-missed-memory-allocation-check-and-fr.patch patches.suse/perf-tools-kvm-Fix-the-potential-out-of-range-memory-acces.patch patches.suse/perf-tools-Add-helper-x86__is_intel_cpu.patch patches.suse/perf-tools-kvm-Use-cycles-to-sample-guest-for-kvm-record-o.patch patches.suse/perf-tools-kvm-Use-cycles-to-sample-guest-for-kvm-top-on-I.patch patches.suse/perf-map-Constify-objdump-offset-address-conversion-APIs.patch patches.suse/perf-capstone-Move-capstone-functionality-into-its-own-fil.patch patches.suse/perf-llvm-Move-llvm-functionality-into-its-own-file.patch patches.suse/perf-libbfd-Move-libbfd-functionality-to-its-own-file.patch patches.suse/perf-capstone-Remove-open_capstone_handle.patch patches.suse/perf-namespaces-Avoid-get_current_dir_name-dependency.patch patches.suse/perf-stat-Move-create_perf_stat_counter-to-builtin-stat.c.patch patches.suse/perf-stat-Refactor-retry-skip-fatal-error-handling.patch patches.suse/perf-annotate-Rename-TSR_KIND_POINTER-to-TSR_KIND_PERCPU_P.patch patches.suse/tools-build-Remove-feature-libslang-include-subdir.patch patches.suse/perf-build-Move-libopcode-disasm-tests-to-BUILD_NONDISTRO.patch patches.suse/perf-record-Add-ratio-to-prev-term.patch patches.suse/perf-record-Add-auto-counter-reload-parse-and-regression-t.patch patches.suse/perf-parse-events-Fix-parsing-of-30kb-event-strings.patch patches.suse/perf-check-Add-libLLVM-feature.patch patches.suse/perf-llvm-Reduce-LLVM-initialization.patch patches.suse/perf-dso-Move-read_symbol-from-llvm-capstone-to-dso.patch patches.suse/perf-dso-Support-BPF-programs-in-dso__read_symbol.patch patches.suse/perf-dso-Clean-up-read_symbol-error-handling.patch patches.suse/perf-disasm-Make-ins__scnprintf-and-ins__is_nop-static.patch patches.suse/perf-srcline-Fallback-between-addr2line-implementations.patch patches.suse/perf-disasm-Remove-unused-evsel-from-struct-annotate_args.patch patches.suse/perf-python-split-Clang-options-when-invoking-Popen.patch patches.suse/perf-build-Correct-CROSS_ARCH-for-clang.patch patches.suse/perf-build-Disable-thread-safety-analysis-for-perl-header.patch patches.suse/perf-test-coresight-Dismiss-clang-warning-for-memcpy-threa.patch patches.suse/perf-test-coresight-Dismiss-clang-warning-for-thread-loop.patch patches.suse/perf-test-coresight-Dismiss-clang-warning-for-unroll-loop-.patch patches.suse/perf-build-Support-build-with-clang.patch patches.suse/perf-docs-Document-building-with-Clang.patch patches.suse/perf-tests-Don-t-retest-sections-in-Object-code-reading.patch patches.suse/perf-tools-Fix-arm64-libjvmti-build-by-generating-unistd_6.patch patches.suse/s390-cio-ioasm-Fix-__xsch-condition-code-handling.patch patches.suse/s390-pci-Expose-firmware-provided-UID-Checking-state.patch patches.suse/s390-cio-Update-purge-function-to-unregister-the-unu.patch patches.suse/s390-uv-Fix-comment-of-uv_find_secret-function.patch patches.suse/net-mlx4-prevent-potential-use-after-free-in-mlx4_en.patch patches.suse/net-sctp-fix-a-null-dereference-in-sctp_disposition-.patch patches.suse/net-wwan-t7xx-add-support-for-HP-DRMR-H01.patch patches.suse/tcp-Don-t-call-reqsk_fastopen_remove-in-tcp_conn_request.patch patches.suse/net-mscc-ocelot-Fix-use-after-free-caused-by-cyclic-.patch patches.suse/ice-ice_adapter-release-xa-entry-on-adapter-allocati.patch patches.suse/net-usb-asix-hold-PM-usage-ref-to-avoid-PM-MDIO-RTNL.patch patches.suse/net-mlx5-Prevent-tunnel-mode-conflicts-between-FDB-a.patch patches.suse/net-mlx5e-Prevent-tunnel-reformat-when-tunnel-mode-n.patch patches.suse/net-mlx5-fix-pre-2.40-binutils-assembler-error.patch patches.suse/netfilter-nft_objref-validate-objref-and-objrefmap-e.patch patches.suse/net-9p-fix-double-req-put-in-p9_fd_cancelled.patch patches.suse/tpm-Compare-HMAC-values-in-constant-time.patch patches.suse/tpm_tis-Fix-incorrect-arguments-in-tpm_tis_probe_irq.patch patches.suse/crypto-essiv-Check-ssize-for-decryption-and-in-place.patch patches.suse/gpio-wcd934x-mark-the-GPIO-controller-as-sleeping.patch patches.suse/fbdev-simplefb-Fix-use-after-free-in-simplefb_detach.patch patches.suse/fbdev-Add-bounds-checking-in-bit_putcs-to-fix-vmallo.patch patches.suse/fbdev-Fix-logic-error-in-offb-name-match.patch patches.suse/ALSA-hda-hdmi-Add-pin-fix-for-HP-ProDesk-model.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-ASUS-ROG-Zephyrus-Duo.patch patches.suse/ALSA-emu10k1-Fix-typo-in-docs.patch patches.suse/ALSA-hda-tas2781-Enable-init_profile_id-for-device-i.patch patches.suse/ALSA-usb-fpc-replace-kmalloc_array-followed-by-copy_.patch patches.suse/ASoC-SOF-ipc3-topology-Fix-multi-core-and-static-pip.patch patches.suse/ASoC-SOF-ipc4-pcm-fix-delay-calculation-when-DSP-res.patch patches.suse/ASoC-SOF-ipc4-pcm-fix-start-offset-calculation-for-c.patch patches.suse/ASoC-SOF-ipc4-topology-Correct-the-minimum-host-DMA-.patch patches.suse/ASoC-SOF-ipc4-topology-Account-for-different-ChainDM.patch patches.suse/ASoC-SOF-Intel-hda-pcm-Place-the-constraint-on-perio.patch patches.suse/ASoC-SOF-sof-audio-add-dev_dbg_ratelimited-wrapper.patch patches.suse/ASoC-SOF-ipc4-pcm-do-not-report-invalid-delay-values.patch patches.suse/ASoC-SOF-Intel-Read-the-LLP-via-the-associated-Link-.patch patches.suse/ASoC-meson-aiu-encoder-i2s-fix-bit-clock-polarity.patch patches.suse/ASoC-rt722-add-settings-for-rt722VB.patch patches.suse/io_uring-waitid-always-prune-wait-queue-entry-in-io_.patch patches.suse/block-Update-a-comment-of-disk-statistics.patch patches.suse/block-remove-bio_iov_iter_get_pages.patch patches.suse/block-rename-bio_iov_iter_get_pages_aligned-to-bio_i.patch patches.suse/iomap-open-code-bio_iov_iter_get_bdev_pages.patch patches.suse/block-move-bio_iov_iter_get_bdev_pages-to-block-fops.patch patches.suse/ceph-fix-multifs-mds-auth-caps-issue.patch patches.suse/of-unittest-Fix-device-reference-count-leak-in-of_un.patch patches.suse/drm-vmwgfx-Fix-a-null-ptr-access-in-the-cursor-snoop.patch patches.suse/drm-vmwgfx-Fix-Use-after-free-in-validation.patch patches.suse/drm-vmwgfx-Fix-copy-paste-typo-in-validation.patch patches.suse/drm-nouveau-fix-bad-ret-code-in-nouveau_bo_move_prep.patch patches.suse/drm-xe-uapi-loosen-used-tracking-restriction.patch patches.suse/drm-xe-hw_engine_group-Fix-double-write-lock-release.patch patches.suse/drm-amdgpu-Add-additional-DCE6-SCL-registers.patch patches.suse/drm-amd-display-Add-missing-DCE6-SCL_HORZ_FILTER_INI.patch patches.suse/drm-amd-display-Properly-clear-SCL_-_FILTER_CONTROL-.patch patches.suse/drm-amd-display-Properly-disable-scaling-on-DCE6.patch patches.suse/drm-amdgpu-Fix-for-GPU-reset-being-blocked-by-KIQ-I-.patch patches.suse/drm-amdkfd-Fix-mmap-write-lock-not-release.patch patches.suse/drm-amd-Check-whether-secure-display-TA-loaded-succe.patch patches.suse/drm-amdgpu-Report-individual-reset-error.patch patches.suse/drm-amd-display-Enable-Dynamic-DTBCLK-Switch.patch patches.suse/mm-damon-vaddr-do-not-repeat-pte_offset_map_lock-unt.patch patches.suse/mm-ksm-fix-flag-dropping-behavior-in-ksm_madvise.patch patches.suse/mm-hugetlb-avoid-soft-lockup-when-mprotect-to-large-.patch patches.suse/bpf-Finish-constification-of-1st-parameter-of-bpf_d_.patch patches.suse/bpf-Fix-metadata_dst-leak-__bpf_redirect_neigh_v-4-6.patch patches.suse/xsk-Harden-userspace-supplied-xdp_desc-validation.patch patches.suse/bpf-Avoid-RCU-context-warning-when-unpinning-htab-wi.patch patches.suse/selftests-bpf-Add-test-for-unpinning-htab-with-inter.patch patches.suse/msft-hv-3333-x86-hyperv-Clean-up-hv_do_hypercall.patch patches.suse/msft-hv-3334-x86-hyperv-Use-direct-call-to-hypercall-page.patch patches.suse/x86-ibt-Use-UDB-instead-of-0xEA.patch patches.suse/scsi-target-target_core_configfs-Add-length-check-to-avoid.patch patches.suse/scsi-ufs-core-Fix-PM-QoS-mutex-initialization.patch patches.suse/scsi-mvsas-Fix-use-after-free-bugs-in-mvs_work_queue.patch patches.suse/rtc-pcf2127-clear-minute-second-interrupt.patch patches.suse/rtc-x1205-Fix-Xicor-X1205-vendor-prefix.patch patches.suse/rtc-optee-fix-memory-leak-on-driver-removal.patch patches.suse/rtc-pcf2127-fix-watchdog-interrupt-mask-on-pcf2131.patch patches.suse/rtc-interface-Fix-long-standing-race-when-setting-al.patch patches.suse/rtc-interface-Ensure-alarm-irq-is-enabled-when-UIE-i.patch patches.suse/ipmi-Fix-handling-of-messages-with-provided-receive-.patch patches.suse/NFSD-Define-a-proc_layoutcommit-for-the-FlexFiles-layout-type.patch patches.suse/ext4-detect-invalid-INLINE_DATA-EXTENTS-flag-combina.patch patches.suse/ext4-free-orphan-info-with-kvfree.patch patches.suse/vfs-Don-t-leak-disconnected-dentries-on-umount.patch patches.suse/dpll-zl3073x-Increase-maximum-size-of-flash-utility.patch patches.suse/dpll-zl3073x-Handle-missing-or-corrupted-flash-confi.patch patches.suse/r8169-fix-packet-truncation-after-S4-resume-on-RTL81.patch patches.suse/net-ip6_tunnel-Prevent-perpetual-tunnel-growth.patch patches.suse/idpf-cleanup-remaining-SKBs-in-PTP-flows.patch patches.suse/ixgbevf-fix-getting-link-speed-data-for-E610-devices.patch patches.suse/ixgbe-handle-IXGBE_VF_GET_PF_LINK_STATE-mailbox-oper.patch patches.suse/ixgbevf-fix-mailbox-API-compatibility-by-negotiating.patch patches.suse/ixgbe-handle-IXGBE_VF_FEATURES_NEGOTIATE-mbox-cmd.patch patches.suse/ixgbe-fix-too-early-devlink_free-in-ixgbe_remove.patch patches.suse/usbnet-Fix-using-smp_processor_id-in-preemptible-cod.patch patches.suse/r8152-add-error-handling-in-rtl8152_driver_init.patch patches.suse/tg3-prevent-use-of-uninitialized-remote_adv-and-loca.patch patches.suse/tls-wait-for-pending-async-decryptions-if-tls_strp_msg_hol.patch patches.suse/can-gs_usb-increase-max-interface-to-U8_MAX.patch patches.suse/can-gs_usb-gs_make_candev-populate-net_device-dev_po.patch patches.suse/can-m_can-m_can_plat_remove-add-missing-pm_runtime_d.patch patches.suse/can-m_can-m_can_handle_state_errors-fix-CAN-state-tr.patch patches.suse/can-m_can-m_can_chip_config-bring-up-interface-in-co.patch patches.suse/net-usb-lan78xx-fix-use-of-improperly-initialized-de.patch patches.suse/btrfs-fix-clearing-of-BTRFS_FS_RELOC_RUNNING-if-relo.patch patches.suse/btrfs-fix-memory-leak-on-duplicated-memory-in-the-qg.patch patches.suse/btrfs-do-not-assert-we-found-block-group-item-when-c.patch patches.suse/btrfs-fix-memory-leaks-when-rejecting-a-non-SINGLE-d.patch patches.suse/drm-i915-guc-Skip-communication-warning-on-reset-in-.patch patches.suse/drm-amd-pm-Disable-MCLK-switching-on-SI-at-high-pixe.patch patches.suse/drm-amdgpu-remove-two-invalid-BUG_ON-s.patch patches.suse/drm-amdgpu-use-atomic-functions-with-memory-barriers.patch patches.suse/drm-amd-powerplay-Fix-CIK-shutdown-temperature.patch patches.suse/drm-amdgpu-hide-VRAM-sysfs-attributes-on-GPUs-withou.patch patches.suse/drm-amdgpu-Fix-NULL-pointer-dereference-in-VRAM-logi.patch patches.suse/drm-amdgpu-fix-gfx12-mes-packet-status-return-check.patch patches.suse/drm-panthor-Ensure-MCU-is-disabled-on-suspend.patch patches.suse/drm-bridge-lt9211-Drop-check-for-last-nibble-of-vers.patch patches.suse/drm-rockchip-vop2-use-correct-destination-rectangle-.patch patches.suse/accel-qaic-Fix-bootlog-initialization-ordering.patch patches.suse/accel-qaic-Treat-remaining-0-as-error-in-find_and_ma.patch patches.suse/accel-qaic-Synchronize-access-to-DBC-request-queue-h.patch patches.suse/drm-sched-Fix-potential-double-free-in-drm_sched_job.patch patches.suse/ALSA-hda-cs35l41-Fix-NULL-pointer-dereference-in-cs3.patch patches.suse/ALSA-hda-Fix-missing-pointer-check-in-hda_component_.patch patches.suse/ALSA-hda-intel-Add-MSI-X870E-Tomahawk-to-denylist.patch patches.suse/ALSA-usb-audio-apply-quirk-for-Huawei-Technologies-C.patch patches.suse/ALSA-hda-realtek-Add-quirk-entry-for-HP-ZBook-17-G6.patch patches.suse/ALSA-hda-tas2781-Set-tas2781_hda-tasdevice_priv-chip.patch patches.suse/ALSA-usb-audio-add-mixer_playback_min_mute-quirk-for.patch patches.suse/ALSA-firewire-amdtp-stream-fix-enum-kernel-doc-warni.patch patches.suse/ALSA-usb-audio-Fix-NULL-pointer-deference-in-try_to_.patch patches.suse/ALSA-usb-audio-add-volume-quirks-for-MS-LifeChat-LX-.patch patches.suse/ALSA-usb-audio-fix-vendor-quirk-for-Logitech-H390.patch patches.suse/ASoC-tas2781-Support-more-newly-released-amplifiers-.patch patches.suse/ASoC-codecs-Fix-gain-setting-ranges-for-Renesas-IDT8.patch patches.suse/ASoC-sdw_utils-add-rt1321-part-id-to-codec_info_list.patch patches.suse/ASoC-codecs-wcd938x-sdw-remove-redundant-runtime-pm-.patch patches.suse/ASoC-max98090-91-fixed-max98091-ALSA-widget-powering.patch patches.suse/ASoC-amd-sdw_utils-avoid-NULL-deref-when-devm_kaspri.patch patches.suse/ASoC-qcom-sc8280xp-Add-support-for-QCS615.patch patches.suse/ASoC-nau8821-Cancel-jdet_work-before-handling-jack-e.patch patches.suse/ASoC-nau8821-Generalize-helper-to-clear-IRQ-status.patch patches.suse/ASoC-nau8821-Consistently-clear-interrupts-before-un.patch patches.suse/ASoC-nau8821-Add-DMI-quirk-to-bypass-jack-debounce-c.patch patches.suse/ASoC-nau8821-Avoid-unnecessary-blocking-in-IRQ-handl.patch patches.suse/ALSA-hda-realtek-Fix-mute-led-for-HP-Omen-17-cb0xxx.patch patches.suse/blk-mq-fix-stale-tag-depth-for-shared-sched-tags-in-.patch patches.suse/block-Remove-elevator_lock-usage-from-blkg_conf-froz.patch patches.suse/nvme-multipath-Skip-nr_active-increments-in-RETRY-di.patch patches.suse/nvme-auth-update-sc_c-in-host-response.patch patches.suse/nvme-tcp-handle-tls-partially-sent-records-in-write_.patch patches.suse/io_uring-protect-mem-region-deregistration.patch patches.suse/powerpc-fadump-skip-parameter-area-allocation-when-fadump-is-disabled.patch patches.suse/KVM-arm64-Prevent-access-to-vCPU-events-before-init.patch patches.suse/smb-client-Fix-refcount-leak-for-cifs_sb_tlink.patch patches.suse/cifs-parse_dfs_referrals-prevent-oob-on-malformed-input.patch patches.suse/NFS-check-if-suid-sgid-was-cleared-after-a-write-as-needed.patch patches.suse/NFS4-Fix-state-renewals-missing-after-boot.patch patches.suse/exfat-fix-improper-check-of-dentry.stream.valid_size.patch patches.suse/selftests-bpf-make-arg_parsing.c-more-robust-to-cras.patch patches.suse/selftests-arg_parsing-Ensure-data-is-flushed-to-disk.patch patches.suse/bpf-Fix-memory-leak-in-__lookup_instance-error-path.patch patches.suse/selftests-bpf-Fix-redefinition-of-off-as-different-k.patch patches.suse/HID-intel-thc-hid-intel-quicki2c-Fix-wrong-type-cast.patch patches.suse/HID-intel-thc-hid-Intel-quickspi-switch-first-interr.patch patches.suse/HID-intel-thc-hid-intel-quickspi-Add-ARL-PCI-Device-.patch patches.suse/HID-quirks-avoid-Cooler-Master-MM712-dongle-wakeup-b.patch patches.suse/HID-quirks-Add-ALWAYS_POLL-quirk-for-VRS-R295-steeri.patch patches.suse/HID-nintendo-Wait-longer-for-initial-probe.patch patches.suse/HID-hid-input-only-ignore-0-battery-events-for-digit.patch patches.suse/HID-multitouch-fix-name-of-Stylus-input-devices.patch patches.suse/HID-multitouch-fix-sticky-fingers.patch patches.suse/HID-logitech-hidpp-Add-HIDPP_QUIRK_RESET_HI_RES_SCRO.patch patches.suse/x86-resctrl-Fix-miscount-of-bandwidth-event-when-reactivat.patch patches.suse/perf-core-Fix-address-filter-match-with-backing-files.patch patches.suse/perf-core-Fix-MMAP-event-path-names-with-backing-files.patch patches.suse/perf-core-Fix-MMAP2-event-device-with-backing-files.patch patches.suse/sched-deadline-Stop-dl_server-before-CPU-goes-offline.patch patches.suse/sched-fair-Fix-pelt-lost-idle-time-detection.patch patches.suse/fs-notify-call-exportfs_encode_fid-with-s_umount.patch patches.suse/ocfs2-clear-extent-cache-after-moving-defragmenting-.patch patches.suse/mm-prevent-poison-consumption-when-splitting-THP.patch patches.suse/mm-mremap-correctly-account-old-mapping-after-MREMAP.patch patches.suse/msft-hv-3361-scsi-storvsc-Prefer-returning-channel-with-the-same-.patch patches.suse/scsi-libfc-Prevent-integer-overflow-in-fc_fcp_recv_data.patch patches.suse/btrfs-directly-free-partially-initialized-fs_info-in.patch patches.suse/btrfs-send-fix-duplicated-rmdir-operations-when-usin.patch patches.suse/cpufreq-amd-pstate-Fix-a-regression-leading-to-EPP-0-after-hibernate.patch patches.suse/ACPICA-Work-around-bogus-Wstringop-overread-warning-.patch patches.suse/ACPI-property-Fix-argument-order-in-__acpi_node_get_.patch patches.suse/net-usb-rtl8150-Fix-frame-padding.patch patches.suse/net-mlx5e-Return-1-instead-of-0-in-invalid-case-in-m.patch patches.suse/net-mlx5e-psp-avoid-accel-NULL-pointer-dereference.patch patches.suse/net-enetc-fix-the-deadlock-of-enetc_mdio_lock.patch patches.suse/net-mlx5e-RX-Fix-generating-skb-from-non-linear-xdp_.patch patches.suse/net-mlx5e-RX-Fix-generating-skb-from-non-linear-xdp_buff-f.patch patches.suse/net-smc-fix-general-protection-fault-in-__smc_diag_dump.patch patches.suse/can-bxcan-bxcan_start_xmit-use-can_dev_dropped_skb-i.patch patches.suse/can-esd-acc_start_xmit-use-can_dev_dropped_skb-inste.patch patches.suse/can-rockchip-canfd-rkcanfd_start_xmit-use-can_dev_dr.patch patches.suse/can-netlink-can_changelink-allow-disabling-of-automa.patch patches.suse/sctp-avoid-NULL-dereference-when-chunk-data-buffer-i.patch patches.suse/vsock-fix-lock-inversion-in-vsock_assign_transport.patch patches.suse/net-phy-micrel-always-set-shared-phydev-for-LAN8814.patch patches.suse/net-mlx5-Add-PPHCR-to-PCAM-supported-registers-mask.patch patches.suse/net-mlx5-Refactor-devcom-to-return-NULL-on-failure.patch patches.suse/net-mlx5-Fix-IPsec-cleanup-over-MPV-device.patch patches.suse/arm64-mm-avoid-always-making-PTE-dirty-in-pte_mkwrite.patch patches.suse/arm64-mte-Do-not-warn-if-the-page-is-already-tagged-in-cop.patch patches.suse/gpio-104-idio-16-Define-maximum-valid-register-addre.patch patches.suse/gpio-pci-idio-16-Define-maximum-valid-register-addre.patch patches.suse/gpio-ljca-Fix-duplicated-IRQ-mapping.patch patches.suse/spi-spi-nxp-fspi-add-extra-delay-after-dll-locked.patch patches.suse/spi-airoha-return-an-error-for-continuous-mode-dirma.patch patches.suse/spi-airoha-add-support-of-dual-quad-wires-spi-modes-.patch patches.suse/spi-airoha-fix-reading-writing-of-flashes-with-more-.patch patches.suse/spi-intel-pci-Add-support-for-Arrow-Lake-H-SPI-seria.patch patches.suse/spi-intel-pci-Add-support-for-Intel-Wildcat-Lake-SPI.patch patches.suse/hwmon-sht3x-Fix-error-handling.patch patches.suse/firmware-arm_scmi-Account-for-failed-debug-initializ.patch patches.suse/firmware-arm_scmi-Fix-premature-SCMI_XFER_FLAG_IS_RA.patch patches.suse/block-require-LBA-dma_alignment-when-using-PI.patch patches.suse/drm-amd-display-increase-max-link-count-and-fix-link.patch patches.suse/drm-panthor-Fix-kernel-panic-on-partial-unmap-of-a-G.patch patches.suse/drm-panic-Fix-drawing-the-logo-on-a-small-narrow-scr.patch patches.suse/drm-panic-Fix-qr_code-ensure-vmargin-is-positive.patch patches.suse/sched-Remove-never-used-code-in-mm_cid_get.patch patches.suse/ACPI-RIMT-Fix-unused-function-warnings-when-CONFIG_I.patch patches.suse/sysfs-check-visibility-before-changing-group-attribute-own.patch patches.suse/arch_topology-Fix-incorrect-error-check-in-topology_.patch patches.suse/sched-fair-Start-a-cfs_rq-on-throttled-hierarchy-with-PELT-clock-throttled.patch patches.suse/x86-fs-resctrl-Fix-NULL-pointer-dereference-with-events-fo.patch patches.suse/x86-microcode-Fix-Entrysign-revision-check-for-Zen1-Naples.patch patches.suse/usb-xhci-pci-Fix-USB2-only-root-hub-registration.patch patches.suse/xhci-dbc-fix-bogus-1024-byte-prefix-if-ttyDBC-read-r.patch patches.suse/xhci-dbc-enable-back-DbC-in-resume-if-it-was-enabled.patch patches.suse/usb-raw-gadget-do-not-limit-transfer-length.patch patches.suse/usb-core-quirks-Add-Huawei-ME906S-to-wakeup-quirk.patch patches.suse/USB-serial-option-add-UNISOC-UIS7720.patch patches.suse/USB-serial-option-add-Quectel-RG255C.patch patches.suse/USB-serial-option-add-Telit-FN920C04-ECM-composition.patch patches.suse/serial-8250_exar-add-support-for-Advantech-2-port-car.patch patches.suse/serial-sc16is7xx-remove-useless-enable-of-enhanced-f.patch patches.suse/serial-8250_dw-handle-reset-control-deassert-error.patch patches.suse/serial-8250_mtk-Enable-baud-clock-and-manage-in-runt.patch patches.suse/mei-me-add-wildcat-lake-P-DID.patch patches.suse/misc-fastrpc-Fix-dma_buf-object-leak-in-fastrpc_map_.patch patches.suse/comedi-fix-divide-by-zero-in-comedi_buf_munge.patch patches.suse/most-usb-Fix-use-after-free-in-hdm_disconnect.patch patches.suse/most-usb-hdm_probe-Fix-calling-put_device-before-dev.patch patches.suse/NFSD-Fix-crash-in-nfsd4_read_release.patch patches.suse/wifi-mac80211-reset-FILS-discovery-and-unsol-probe-r.patch patches.suse/wifi-ath10k-Fix-memory-leak-on-unsupported-WMI-comma.patch patches.suse/wifi-ath11k-Add-missing-platform-IDs-for-quirk-table.patch patches.suse/wifi-ath12k-free-skb-during-idr-cleanup-callback.patch patches.suse/wifi-ath11k-avoid-bit-operation-on-key-flags.patch patches.suse/wifi-brcmfmac-fix-crash-while-sending-Action-Frames-.patch patches.suse/wifi-mac80211-fix-key-tailroom-accounting-leak.patch patches.suse/wifi-nl80211-call-kfree-without-a-NULL-check.patch patches.suse/wifi-iwlwifi-fix-potential-use-after-free-in-iwl_mld.patch patches.suse/usbnet-Prevents-free-active-kevent.patch patches.suse/tools-ynl-fix-string-attribute-length-to-include-nul.patch patches.suse/Bluetooth-hci_sync-fix-race-in-hci_cmd_sync_dequeue_.patch patches.suse/Bluetooth-ISO-Fix-BIS-connection-dst_type-handling.patch patches.suse/Bluetooth-btmtksdio-Add-pmctrl-handling-for-BT-close.patch patches.suse/Bluetooth-HCI-Fix-tracking-of-advertisement-set-inst.patch patches.suse/Bluetooth-MGMT-fix-crash-in-set_mesh_sync-and-set_me.patch patches.suse/Revert-Bluetooth-L2CAP-convert-timeouts-to-secs_to_j.patch patches.suse/Bluetooth-ISO-Fix-another-instance-of-dst_type-handl.patch patches.suse/Bluetooth-btintel_pcie-Fix-event-packet-loss-issue.patch patches.suse/Bluetooth-hci_core-Fix-tracking-of-periodic-advertis.patch patches.suse/Bluetooth-rfcomm-fix-modem-control-handling.patch patches.suse/sfc-fix-potential-memory-leak-in-efx_mae_process_mpo.patch patches.suse/dpll-spec-add-missing-module-name-and-clock-id-to-pi.patch patches.suse/dpll-fix-device-id-get-and-pin-id-get-to-return-erro.patch patches.suse/dpll-zl3073x-Fix-output-pin-registration.patch patches.suse/ice-fix-lane-number-calculation.patch patches.suse/ice-fix-destination-CGU-for-dual-complex-E825.patch patches.suse/ice-fix-usage-of-logical-PF-id.patch patches.suse/ixgbe-fix-memory-leak-and-use-after-free-in-ixgbe_re.patch patches.suse/igc-power-up-the-PHY-before-the-link-test.patch patches.suse/igb-use-EOPNOTSUPP-instead-of-ENOTSUPP-in-igb_get_ss.patch patches.suse/igc-use-EOPNOTSUPP-instead-of-ENOTSUPP-in-igc_ethtoo.patch patches.suse/ixgbe-use-EOPNOTSUPP-instead-of-ENOTSUPP-in-ixgbe_pt.patch patches.suse/net-usb-asix_devices-Check-return-value-of-usbnet_ge.patch patches.suse/net-mlx5-Don-t-zero-user_count-when-destroying-FDB-t.patch patches.suse/net-phy-dp83869-fix-STRAP_OPMODE-bitmask.patch patches.suse/netfilter-nft_ct-add-seqadj-extension-for-natted-connectio.patch patches.suse/net-sctp-fix-KMSAN-uninit-value-in-sctp_inq_pop.patch patches.suse/fbdev-valkyriefb-Fix-reference-count-leak-in-valkyri.patch patches.suse/fbdev-pvr2fb-Fix-leftover-reference-to-ONCHIP_NR_DMA.patch patches.suse/fbdev-bitblit-bound-check-glyph-index-in-bit_putcs.patch patches.suse/fbcon-Set-fb_display-i-mode-to-NULL-when-the-mode-is.patch patches.suse/fbdev-atyfb-Check-if-pll_ops-init_pll-failed.patch patches.suse/ACPI-MRRM-Check-revision-of-MRRM-table.patch patches.suse/ACPI-SPCR-Check-for-table-version-when-using-precise.patch patches.suse/ACPI-button-Call-input_free_device-on-failing-input-.patch patches.suse/ACPI-video-Fix-use-after-free-in-acpi_video_switch_b.patch patches.suse/ACPI-fan-Use-ACPI-handle-when-retrieving-_FST.patch patches.suse/ACPI-fan-Use-platform-device-for-devres-related-acti.patch patches.suse/kunit-test_dev_action-Correctly-cast-priv-pointer-to.patch patches.suse/scsi-core-Fix-a-regression-triggered-by-scsi_host_bu.patch patches.suse/crypto-aspeed-fix-double-free-caused-by-devm.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Lenovo-Yoga-7-2-in-1-.patch patches.suse/ALSA-usb-audio-fix-control-pipe-direction.patch patches.suse/ALSA-usb-audio-don-t-log-messages-meant-for-1810c-wh.patch patches.suse/ALSA-hda-realtek-Fix-mute-led-for-HP-Victus-15-fa1xx.patch patches.suse/ALSA-hda-realtek-Enable-mic-on-Vaio-RPL.patch patches.suse/ASoC-cs-amp-lib-test-Fix-missing-include-of-kunit-te.patch patches.suse/ASoC-amd-acp-Add-ACP7.0-match-entries-for-cs35l56-an.patch patches.suse/ASOC-max98090-91-fix-for-filter-configuration-AHPF-r.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-Remove-cs42l43-m.patch patches.suse/ASoC-qdsp6-q6asm-do-not-sleep-while-atomic.patch patches.suse/ASoC-cs530x-Correct-log-message-with-expected-variab.patch patches.suse/ASoC-mediatek-Fix-double-pm_runtime_disable-in-remov.patch patches.suse/ASoC-sdw_utils-add-name_prefix-for-rt1321-part-id.patch patches.suse/ASoC-Intel-avs-Unprepare-a-stream-when-XRUN-occurs.patch patches.suse/ASoC-Intel-avs-Disable-periods-elapsed-work-when-clo.patch patches.suse/ASoC-Intel-avs-Use-snd_codec-format-when-initializin.patch patches.suse/ASoC-fsl_sai-fix-bit-order-for-DSD-format.patch patches.suse/ASoC-fsl_micfil-correct-the-endian-format-for-DSD.patch patches.suse/ASoC-rt721-fix-prepare-clock-stop-failed.patch patches.suse/ASoC-fsl_sai-Fix-sync-error-in-consumer-mode.patch patches.suse/ASoC-soc_sdw_utils-remove-cs42l43-component_name.patch patches.suse/ASoC-renesas-rz-ssi-Use-proper-dma_buffer_pos-after-.patch patches.suse/smb-client-fix-potential-cfid-UAF-in-smb2_query_info_compound.patch patches.suse/s390-pci-Avoid-deadlock-between-PCI-error-recovery-a.patch patches.suse/s390-Disable-ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP.patch patches.suse/block-fix-op_is_zone_mgmt-to-handle-REQ_OP_ZONE_RESE.patch patches.suse/block-make-REQ_OP_ZONE_OPEN-a-write-operation.patch patches.suse/blk-crypto-use-BLK_STS_INVAL-for-alignment-errors.patch patches.suse/nvmet-auth-update-sc_c-in-host-response.patch patches.suse/null_blk-set-dma-alignment-to-logical-block-size.patch patches.suse/drm-mediatek-Fix-device-use-after-free-on-unbind.patch patches.suse/drm-amd-Check-that-VPE-has-reached-DPM0-in-idle-hand.patch patches.suse/drm-radeon-Do-not-kfree-devres-managed-rdev.patch patches.suse/drm-amd-pm-fix-smu-table-id-bound-check-issue-in-smu.patch patches.suse/drm-amd-pm-powerplay-smumgr-Fix-PCIeBootLinkLevel-va.patch patches.suse/drm-amd-pm-powerplay-smumgr-Fix-PCIeBootLinkLevel-va-501672e.patch patches.suse/drm-amdgpu-fix-SPDX-header-on-cyan_skillfish_reg_ini.patch patches.suse/drm-amd-display-Fix-incorrect-return-of-vblank-enabl.patch patches.suse/drm-msm-a6xx-Fix-GMU-firmware-parser.patch patches.suse/drm-msm-dpu-Fix-pixel-extension-sub-sampling.patch patches.suse/drm-msm-dpu-Require-linear-modifier-for-writeback-fr.patch patches.suse/drm-sysfb-Do-not-dereference-NULL-pointer-in-plane-r.patch patches.suse/drm-nouveau-Fix-race-in-nouveau_sched_fini.patch patches.suse/drm-etnaviv-fix-flush-sequence-logic.patch patches.suse/drm-sched-avoid-killing-parent-entity-on-child-SIGKI.patch patches.suse/drm-panel-sitronix-st7789v-fix-sync-flags-for-t28cp4.patch patches.suse/drm-panel-kingdisplay-kd097d04-Disable-EoTp.patch patches.suse/drm-ast-Clear-preserved-bits-from-register-output-va.patch patches.suse/bpf-Sync-pending-IRQ-work-before-freeing-ring-buffer.patch patches.suse/bpf-Do-not-audit-capability-check-in-do_jit.patch patches.suse/libbpf-Fix-powerpc-s-stack-register-definition-in-bp.patch patches.suse/bpf-Reject-negative-head_room-in-__bpf_skb_change_he.patch patches.suse/bpf-Make-migrate_disable-always-inline-to-avoid-partial-inlining.patch patches.suse/bpf-arm64-Fix-BPF_ST-into-arena-memory.patch patches.suse/objtool-Fix-skip_alt_group-for-non-alternative-STAC-CLAC.patch patches.suse/perf-x86-intel-Fix-KASAN-global-out-of-bounds-warning.patch patches.suse/perf-x86-intel-Add-PMU-support-for-WildcatLake.patch patches.suse/perf-x86-intel-uncore-Add-uncore-PMU-support-for-Wildcat-L.patch patches.suse/x86-microcode-AMD-Limit-Entrysign-signature-checking-to-kn.patch patches.suse/x86-CPU-AMD-Add-RDSEED-fix-for-Zen5.patch patches.suse/x86-fpu-Ensure-XFD-state-on-signal-delivery.patch patches.suse/x86-cpu-Add-fix-core-comments-for-Panther-Nova-Lake.patch patches.suse/x86-mm-Ensure-clear_page-variants-always-have-__kcfi_typei.patch patches.suse/regmap-slimbus-fix-bus_context-pointer-in-regmap-ini.patch patches.suse/regulator-bd718x7-Fix-voltages-scaled-by-resistor-di.patch patches.suse/spi-intel-Add-support-for-Oak-Stream-SPI-serial-flas.patch patches.suse/btrfs-ensure-no-dirty-metadata-is-written-back-for-a.patch patches.suse/btrfs-fix-memory-leak-of-qgroup_list-in-btrfs_add_qg.patch patches.suse/btrfs-set-inode-flag-BTRFS_INODE_COPY_EVERYTHING-whe.patch patches.suse/btrfs-mark-dirty-extent-range-for-out-of-bound-preal.patch patches.suse/RDMA-bnxt_re-Fix-a-potential-memory-leak-in-destroy_.patch patches.suse/RDMA-irdma-Fix-SD-index-calculation.patch patches.suse/RDMA-irdma-Set-irdma_cq-cq_num-field-during-CQ-creat.patch patches.suse/RDMA-uverbs-Fix-umem-release-in-UVERBS_METHOD_CQ_CRE.patch patches.suse/RDMA-hns-Fix-recv-CQ-and-QP-cache-affinity.patch patches.suse/RDMA-hns-Fix-the-modification-of-max_send_sge.patch patches.suse/RDMA-hns-Fix-wrong-WQE-data-when-QP-wraps-around.patch patches.suse/RDMA-hns-Remove-an-extra-blank-line.patch patches.suse/RDMA-irdma-Fix-vf_id-size-to-u16-to-avoid-overflow.patch patches.suse/media-uvcvideo-Use-heuristic-to-find-stream-entity.patch patches.suse/media-videobuf2-forbid-remove_bufs-when-legacy-filei.patch patches.suse/Revert-wifi-ath10k-avoid-unnecessary-wait-for-servic.patch patches.suse/wifi-cfg80211-add-an-hrtimer-based-delayed-work-item.patch patches.suse/wifi-mac80211-use-wiphy_hrtimer_work-for-ttlm_work.patch patches.suse/wifi-mac80211-use-wiphy_hrtimer_work-for-ml_reconf_w.patch patches.suse/wifi-mac80211-use-wiphy_hrtimer_work-for-csa.switch_.patch patches.suse/wifi-zd1211rw-fix-potential-memory-leak-in-__zd_usb_.patch patches.suse/Bluetooth-hci_event-validate-skb-length-for-unknown-.patch patches.suse/Bluetooth-btrtl-Fix-memory-leak-in-rtlbt_parse_firmw.patch patches.suse/Bluetooth-MGMT-Fix-OOB-access-in-parse_adv_monitor_p.patch patches.suse/sctp-Prevent-TOCTOU-out-of-bounds-write.patch patches.suse/net-ionic-add-dma_wmb-before-ringing-TX-doorbell.patch patches.suse/net-ionic-map-SKB-after-pseudo-header-checksum-prep.patch patches.suse/net-usb-qmi_wwan-initialize-MAC-header-offset-in-qmi.patch patches.suse/bnxt_en-Shutdown-FW-DMA-in-bnxt_shutdown.patch patches.suse/bnxt_en-Fix-a-possible-memory-leak-in-bnxt_ptp_init.patch patches.suse/bnxt_en-Fix-null-pointer-dereference-in-bnxt_bs_trac.patch patches.suse/bnxt_en-Always-provide-max-entry-and-entry-size-in-coredum.patch patches.suse/bnxt_en-Fix-warning-in-bnxt_dl_reload_down.patch patches.suse/virtio-net-fix-received-length-check-in-big-packets.patch patches.suse/libie-depend-on-DEBUG_FS-when-building-LIBIE_FWLOG.patch patches.suse/net-mlx5e-Fix-return-value-in-case-of-module-EEPROM-.patch patches.suse/net-mlx5e-SHAMPO-Fix-header-mapping-for-64K-pages.patch patches.suse/net-mlx5e-SHAMPO-Fix-skb-size-check-for-64K-pages.patch patches.suse/net-mlx5e-SHAMPO-Fix-header-formulas-for-higher-MTUs.patch patches.suse/wifi-mac80211_hwsim-Limit-destroy_on_close-radio-rem.patch patches.suse/Revert-wifi-ath12k-Fix-missing-station-power-save-co.patch patches.suse/lan966x-Fix-sleeping-in-atomic-context.patch patches.suse/net-bridge-fix-use-after-free-due-to-MST-port-state-bypass.patch patches.suse/compiler_types-Introduce-__nocfi_generic.patch patches.suse/ARM-Select-ARCH_USES_CFI_GENERIC_LLVM_PASS.patch patches.suse/libeth-xdp-Disable-generic-kCFI-pass-for-libeth_xdp_.patch patches.suse/fscrypt-fix-left-shift-underflow-when-inode-i_blkbit.patch patches.suse/lib-crypto-curve25519-hacl64-Fix-older-clang-KASAN-w.patch patches.suse/ACPI-SBS-Fix-present-test-in-acpi_battery_read.patch patches.suse/ACPI-CPPC-Fix-typo-in-a-comment.patch patches.suse/Documentation-ACPI-i2c-muxes-fix-I2C-device-referenc.patch patches.suse/tools-arch-x86-Sync-msr-index.h-to-pick-AMD64_-PERF_CNTR_G.patch patches.suse/tools-headers-Sync-uapi-linux-prctl.h-with-the-kernel-sour.patch patches.suse/tools-headers-Sync-uapi-linux-fcntl.h-with-the-kernel-sour.patch patches.suse/tools-headers-x86-Sync-table-due-to-introducion-of-uprobe-.patch patches.suse/tools-headers-x86-cpufeatures-Sync-with-the-kernel-sources.patch patches.suse/tools-headers-UAPI-Sync-x86-s-asm-kvm.h-with-the-ker.patch patches.suse/perf-symbols-Handle-1-symbols-in-proc-kallsyms.patch patches.suse/io_uring-fix-types-for-region-size-calulation.patch patches.suse/ring-buffer-Do-not-warn-in-ring_buffer_map_get_reader-when.patch patches.suse/gpio-swnode-don-t-use-the-swnode-s-name-as-the-key-f.patch patches.suse/gpiolib-fix-invalid-pointer-access-in-debugfs.patch patches.suse/iommufd-Don-t-overflow-during-division-for-dirty-tra.patch patches.suse/drm-sched-Fix-deadlock-in-drm_sched_entity_kill_jobs.patch patches.suse/drm-i915-Avoid-lock-inversion-when-pinning-to-GGTT-o.patch patches.suse/drm-i915-Fix-conversion-between-clock-ticks-and-nano.patch patches.suse/drm-amd-display-Fix-black-screen-with-HDMI-outputs.patch patches.suse/drm-amdgpu-smu-Handle-S0ix-for-vangogh.patch patches.suse/drm-amd-display-Fix-NULL-deref-in-debugfs-odm_combin.patch patches.suse/drm-amdgpu-fix-gpu-page-fault-after-hibernation-on-P.patch patches.suse/drm-amd-Fix-suspend-failure-with-secure-display-TA.patch patches.suse/drm-amd-display-Enable-mst-when-it-s-detected-but-ye.patch patches.suse/drm-mediatek-Disable-AFBC-support-on-Mediatek-DRM-dr.patch patches.suse/drm-mediatek-Add-pm_runtime-support-for-GCE-power-co.patch patches.suse/drm-xe-guc-Synchronize-Dead-CT-worker-with-unbind.patch patches.suse/drm-xe-Move-declarations-under-conditional-branch.patch patches.suse/drm-xe-Do-clean-shutdown-also-when-using-flr.patch patches.suse/perf-core-Fix-system-hang-caused-by-cpu-clock-usage.patch patches.suse/sched-fair-Prevent-cfs_rq-from-being-unthrottled-with-zero-runtime_remaining.patch patches.suse/x86-amd_node-Fix-AMD-root-device-caching.patch patches.suse/x86-microcode-AMD-Add-more-known-models-to-entry-sign-chec.patch patches.suse/smb-client-fix-potential-UAF-in-smb2_close_cached_fid-.patch patches.suse/rtc-rx8025-fix-incorrect-register-reference.patch patches.suse/KVM-x86-Unload-FPU-state-on-INIT-if-and-only-if-its-.patch patches.suse/KVM-x86-Call-out-MSR_IA32_S_CET-is-not-handled-by-XS.patch patches.suse/KVM-SVM-Initialize-per-CPU-svm_data-at-the-end-of-ha.patch patches.suse/KVM-guest_memfd-Remove-bindings-on-memslot-deletion-.patch patches.suse/KVM-VMX-Fix-check-for-valid-GVA-on-an-EPT-violation.patch patches.suse/KVM-arm64-Check-the-untrusted-offset-in-FF-A-memory-.patch patches.suse/KVM-SVM-Mark-VMCB_LBR-dirty-when-MSR_IA32_DEBUGCTLMS.patch patches.suse/mm-shmem-fix-THP-allocation-and-fallback-loop.patch patches.suse/ksm-use-range-walk-function-to-jump-over-holes-in-scan_get.patch patches.suse/fs-proc-fix-uaf-in-proc_readdir_de.patch patches.suse/mm-mm_init-fix-hash-table-order-logging-in-alloc_lar.patch patches.suse/mm-secretmem-fix-use-after-free-race-in-fault-handle.patch patches.suse/btrfs-do-not-update-last_log_commit-when-logging-ino.patch patches.suse/btrfs-scrub-put-bio-after-errors-in-scrub_raid56_par.patch patches.suse/btrfs-release-root-after-error-in-data_reloc_print_w.patch patches.suse/Revert-ACPI-Suppress-misleading-SPCR-console-message.patch patches.suse/arm64-mm-Don-t-sleep-in-split_kernel_leaf_mapping-when-in-.patch patches.suse/arm64-mm-Optimize-range_split_to_ptes.patch patches.suse/arm64-mm-Tidy-up-force_pte_mapping.patch patches.suse/nfsd-fix-refcount-leak-in-nfsd_set_fh_dentry.patch patches.suse/nfsd-add-missing-FATTR4_WORD2_CLONE_BLKSIZE-from-supported-attributes.patch patches.suse/NFSD-free-copynotify-stateid-in-nfs4_free_ol_stateid.patch patches.suse/NFSD-Skip-close-replay-processing-if-XDR-encoding-fails.patch patches.suse/NFSD-Never-cache-a-COMPOUND-when-the-SEQUENCE-operation-fails.patch patches.suse/erofs-avoid-infinite-loop-due-to-incomplete-zstd-compressed-data.patch patches.suse/strparser-Fix-signed-unsigned-mismatch-bug.patch patches.suse/net-phy-micrel-lan8814-fix-reset-of-the-QSGMII-inter.patch patches.suse/net-smc-fix-mismatch-between-CLC-header-and-proposal.patch patches.suse/tipc-Fix-use-after-free-in-tipc_mon_reinit_self.patch patches.suse/net-netpoll-fix-incorrect-refcount-handling-causing-incorr.patch patches.suse/af_unix-Initialise-scc_index-in-unix_add_edge.patch patches.suse/net-sched-act_connmark-initialize-struct-tc_ife-to-fix-ker.patch patches.suse/net-sched-act_ife-initialize-struct-tc_ife-to-fix-KMSAN-ke.patch patches.suse/net-mlx5e-Fix-missing-error-assignment-in-mlx5e_xfrm.patch patches.suse/net-mlx5e-Trim-the-length-of-the-num_doorbell-error.patch patches.suse/net-mlx5e-Fix-maxrate-wraparound-in-threshold-betwee.patch patches.suse/net-mlx5e-Fix-wraparound-in-rate-limiting-for-values.patch patches.suse/net-mlx5e-Fix-potentially-misleading-debug-message.patch patches.suse/mlx5-Fix-default-values-in-create-CQ.patch patches.suse/Bluetooth-MGMT-cancel-mesh-send-timer-when-hdev-remo.patch patches.suse/Bluetooth-btusb-reorder-cleanup-in-btusb_disconnect-.patch patches.suse/Bluetooth-6lowpan-reset-link-local-header-on-ipv6-re.patch patches.suse/Bluetooth-6lowpan-fix-BDADDR_LE-vs-ADDR_LE_DEV-addre.patch patches.suse/Bluetooth-L2CAP-export-l2cap_chan_hold-for-modules.patch patches.suse/Bluetooth-6lowpan-Don-t-hold-spin-lock-over-sleeping.patch patches.suse/Bluetooth-6lowpan-add-missing-l2cap_chan_lock.patch patches.suse/Bluetooth-btrtl-Avoid-loading-the-config-file-on-sec.patch patches.suse/ipv4-route-Prevent-rt_bind_exception-from-rebinding-stale-.patch patches.suse/wifi-mac80211-reject-address-change-while-connecting.patch patches.suse/wifi-ath11k-zero-init-info-status-in-wmi_process_mgm.patch patches.suse/wifi-mac80211-skip-rate-verification-for-not-capture.patch patches.suse/wifi-mac80211_hwsim-Fix-possible-NULL-dereference.patch patches.suse/wifi-mwl8k-inject-DSSS-Parameter-Set-element-into-be.patch patches.suse/wifi-iwlwifi-fix-aux-ROC-time-event-iterator-usage.patch patches.suse/wifi-iwlwifi-mvm-fix-beacon-template-fixed-rate.patch patches.suse/wifi-iwlwifi-mld-always-take-beacon-ies-in-link-grad.patch patches.suse/ACPI-CPPC-Detect-preferred-core-availability-on-onli.patch patches.suse/ACPI-CPPC-Check-_CPC-validity-for-only-the-online-CP.patch patches.suse/ACPI-CPPC-Perform-fast-check-switch-only-for-online-.patch patches.suse/ACPI-CPPC-Limit-perf-ctrs-in-PCC-check-only-to-onlin.patch patches.suse/ACPI-MRRM-Fix-memory-leaks-and-improve-error-handlin.patch patches.suse/cpufreq-intel_pstate-Check-IDA-only-before-MSR_IA32_PERF_CTL-writes.patch patches.suse/PM-hibernate-Emit-an-error-when-image-writing-fails.patch patches.suse/PM-hibernate-Use-atomic64_t-for-compressed_size-vari.patch patches.suse/cifs-client-fix-memory-leak-in-smb3_fs_context_parse_param.patch patches.suse/crypto-hisilicon-qm-Fix-device-reference-leak-in-qm_.patch patches.suse/io_uring-rw-ensure-allocated-iovec-gets-cleared-for-.patch patches.suse/ALSA-usb-audio-add-min_mute-quirk-for-SteelSeries-Ar.patch patches.suse/ALSA-hda-hdmi-Fix-breakage-at-probing-nvhdmi-mcp-dri.patch patches.suse/ALSA-hda-tas2781-Add-new-quirk-for-HP-new-projects.patch patches.suse/ALSA-usb-audio-Fix-potential-overflow-of-PCM-transfe.patch patches.suse/ALSA-usb-audio-Fix-NULL-pointer-dereference-in-snd_u.patch patches.suse/ALSA-hda-tas2781-Correct-the-wrong-project-ID.patch patches.suse/ASoC-doc-cs35l56-Update-firmware-filename-descriptio.patch patches.suse/ASoC-da7213-Use-component-driver-suspend-resume.patch patches.suse/ASoC-cs4271-Fix-regulator-leak-on-probe-failure.patch patches.suse/ASoC-sdw_utils-fix-device-reference-leak-in-is_sdca_.patch patches.suse/ASoC-tas2783A-Fix-issues-in-firmware-parsing.patch patches.suse/ASoC-codecs-va-macro-fix-resource-leak-in-probe-erro.patch patches.suse/ASoC-tas2781-fix-getting-the-wrong-device-number.patch patches.suse/ASoC-SDCA-bug-fix-while-parsing-mipi-sdca-control-cn.patch patches.suse/ASoC-rsnd-fix-OF-node-reference-leak-in-rsnd_ssiu_pr.patch patches.suse/ALSA-usb-audio-Add-native-DSD-quirks-for-PureAudio-D.patch patches.suse/regulator-fixed-fix-GPIO-descriptor-leak-on-register.patch patches.suse/spi-Try-to-get-ACPI-GPIO-IRQ-earlier.patch patches.suse/spi-imx-keep-dma-request-disabled-before-dma-transfe.patch patches.suse/spi-xilinx-increase-number-of-retries-before-declari.patch patches.suse/acpi-srat-Fix-incorrect-device-handle-check-for-Gene.patch patches.suse/acpi-hmat-Fix-lockdep-warning-for-hmem_register_reso.patch patches.suse/mmc-sdhci-of-dwcmshc-Change-DLL_STRBIN_TAPNUM_DEFAUL.patch patches.suse/mmc-dw_mmc-rockchip-Fix-wrong-internal-phase-calcula.patch patches.suse/drm-amdkfd-relax-checks-for-over-allocation-of-save-.patch patches.suse/drm-amdkfd-Fix-GPU-mappings-for-APU-after-prefetch.patch patches.suse/drm-vmwgfx-Validate-command-header-size-against-SVGA.patch patches.suse/drm-vmwgfx-Use-kref-in-vmw_bo_dirty.patch patches.suse/drm-panthor-Flush-shmem-writes-before-mapping-buffer.patch patches.suse/drm-i915-dp_mst-Disable-Panel-Replay.patch patches.suse/pnfs-Fix-TLS-logic-in-_nfs4_pnfs_v4_ds_connect.patch patches.suse/pnfs-Set-transport-security-policy-to-RPC_XPRTSEC_NONE-unless-using-TLS.patch patches.suse/NFS-sysfs-fix-leak-when-nfs_client-kobject-add-fails.patch patches.suse/NFSv4-Fix-an-incorrect-parameter-when-calling-nfs4_call_sync.patch patches.suse/NFS-Fix-LTP-test-failures-when-timestamps-are-delegated.patch patches.suse/ftrace-Fix-BPF-fexit-with-livepatch.patch patches.suse/ftrace-bpf-Fix-IPMODIFY-DIRECT-in-modify_ftrace_direct.patch patches.suse/selftests-bpf-Add-tests-for-livepatch-bpf-trampoline.patch patches.suse/bpf-add-_impl-suffix-for-bpf_task_work_schedule-kfun.patch patches.suse/Revert-perf-x86-Always-store-regs-ip-in-perf_callchain_ker.patch patches.suse/x86-fgraph-bpf-Fix-stack-ORC-unwind-from-kprobe_mult.patch patches.suse/selftests-bpf-Add-stacktrace-ips-test-for-kprobe_mul.patch patches.suse/selftests-bpf-Add-stacktrace-ips-test-for-raw_tp.patch patches.suse/mptcp-Fix-proto-fallback-detection-with-BPF.patch patches.suse/bpf-Add-bpf_prog_run_data_pointers.patch patches.suse/bpf-account-for-current-allocated-stack-depth-in-wid.patch patches.suse/selftests-bpf-Test-widen_imprecise_scalars-with-diff.patch patches.suse/x86-CPU-AMD-Add-additional-fixed-RDSEED-microcode-revision.patch patches.suse/x86-microcode-AMD-Add-Zen5-model-0x44-stepping-0x1-minrev.patch patches.suse/s390-sles16-s390-mm-Fix-__ptep_rdp-inline-assembly.patch patches.suse/crash-fix-crashkernel-resource-shrink.patch patches.suse/perf-header-Write-bpf_prog-infos-btfs-_cnt-to-data-file.patch patches.suse/perf-build-Don-t-fail-fast-path-feature-detection-when-bin.patch patches.suse/perf-lock-Fix-segfault-due-to-missing-kernel-map.patch patches.suse/perf-test-Fix-lock-contention-test.patch patches.suse/perf-libbfd-Ensure-libbfd-is-initialized-prior-to-use.patch patches.suse/mtdchar-fix-integer-overflow-in-read-write-ioctls.patch patches.suse/mtd-rawnand-cadence-fix-DMA-device-NULL-pointer-dere.patch patches.suse/mtd-onenand-Pass-correct-pointer-to-IRQ-handler.patch patches.suse/sched_ext-Fix-unsafe-locking-in-the-scx_dump_state.patch patches.suse/binfmt_misc-restore-write-access-before-closing-file.patch patches.suse/vfat-fix-missing-sb_min_blocksize-return-value-check.patch patches.suse/exfat-check-return-value-of-sb_min_blocksize-in-exfat_read_boot_sector.patch patches.suse/xfs-check-the-return-value-of-sb_min_blocksize-in-xf.patch patches.suse/HID-quirks-work-around-VID-PID-conflict-for-0x4c4a-0.patch patches.suse/HID-apple-Add-SONiX-AK870-PRO-to-non_apple_keyboards.patch patches.suse/HID-amd_sfh-Stop-sensor-before-starting.patch patches.suse/HID-hid-ntrig-Prevent-memory-leak-in-ntrig_report_ve.patch patches.suse/HID-hid-input-Extend-Elan-ignore-battery-quirk-to-US.patch patches.suse/HID-elecom-Add-support-for-ELECOM-M-XT3URBK-018F.patch patches.suse/HID-playstation-Fix-memory-leak-in-dualshock4_get_ca.patch patches.suse/HID-uclogic-Fix-potential-memory-leak-in-error-path.patch patches.suse/net-core-prevent-NULL-deref-in-generic_hwtstamp_ioct.patch patches.suse/mptcp-fix-race-condition-in-mptcp_schedule_work.patch patches.suse/net-openvswitch-remove-never-working-support-for-setting-n.patch patches.suse/s390-ctcm-Fix-double-kfree.patch patches.suse/net-qlogic-qede-fix-potential-out-of-bounds-read-in-.patch patches.suse/devlink-rate-Unset-parent-pointer-in-devl_rate_nodes.patch patches.suse/xfrm-also-call-xfrm_state_delete_tunnel-at-destroy-time-fo.patch patches.suse/xfrm-call-xfrm_dev_state_delete-when-xfrm_state_migr.patch patches.suse/xfrm-Check-inner-packet-family-directly-from-skb_dst.patch patches.suse/mptcp-fix-a-race-in-mptcp_pm_del_add_timer.patch patches.suse/net-mlx5-Clean-up-only-new-IRQ-glue-on-request_irq-f.patch patches.suse/idpf-fix-possible-vport_config-NULL-pointer-deref-in.patch patches.suse/ice-fix-PTP-cleanup-on-driver-removal-in-error-path.patch patches.suse/wifi-rtw89-hw_scan-Don-t-let-the-operating-channel-b.patch patches.suse/be2net-pass-wrb_params-in-case-of-OS2BMC.patch patches.suse/vsock-Ignore-signal-timeout-on-connect-if-already-es.patch patches.suse/platform-x86-huawei-wmi-add-keys-for-HONOR-models.patch patches.suse/platform-x86-amd-pmc-Add-spurious_8042-to-Xbox-Ally.patch patches.suse/platform-x86-amd-pmc-Add-Lenovo-Legion-Go-2-to-pmc-q.patch patches.suse/platform-x86-msi-wmi-platform-Only-load-on-MSI-devic.patch patches.suse/platform-x86-msi-wmi-platform-Fix-typo-in-WMI-GUID.patch patches.suse/platform-x86-intel-hid-Add-Nova-Lake-support.patch patches.suse/platform-x86-intel-speed_select_if-Convert-PCIBIOS_-.patch patches.suse/platform-x86-acer-wmi-Ignore-backlight-event.patch patches.suse/platform-x86-intel-uncore-freq-fix-all-header-kernel.patch patches.suse/ACPI-APEI-EINJ-Fix-EINJV2-initialization-and-injecti.patch patches.suse/samples-work-around-glibc-redefining-some-of-our-def.patch patches.suse/drm-tegra-dc-Fix-reference-leak-in-tegra_dc_couple.patch patches.suse/drm-tegra-Add-call-to-put_pid.patch patches.suse/Revert-drm-tegra-dsi-Clear-enable-register-if-powere.patch patches.suse/nouveau-firmware-Add-missing-kfree-of-nvkm_falcon_fw.patch patches.suse/drm-amd-display-Prevent-Gating-DTBCLK-before-It-Is-P.patch patches.suse/drm-amd-display-Increase-DPCD-read-retries.patch patches.suse/drm-amd-display-Clear-the-CUR_ENABLE-register-on-DCN-5bab4c8.patch patches.suse/drm-amd-display-Fix-pbn-to-kbps-Conversion.patch patches.suse/drm-radeon-delete-radeon_fence_process-in-is_signale.patch patches.suse/drm-amd-Skip-power-ungate-during-suspend-for-VPE.patch patches.suse/drm-xe-Prevent-BIT-overflow-when-handling-invalid-pr.patch patches.suse/pinctrl-realtek-Select-REGMAP_MMIO-for-RTD-driver.patch patches.suse/pinctrl-cirrus-Fix-fwnode-leak-in-cs42l43_pin_probe.patch patches.suse/pinctrl-qcom-msm-Fix-deadlock-in-pinmux-configuratio.patch patches.suse/pinctrl-s32cc-fix-uninitialized-memory-in-s32_pinctr.patch patches.suse/pinctrl-s32cc-initialize-gpio_pin_config-list-after-.patch patches.suse/ata-libata-scsi-Add-missing-scsi_device_put-in-ata_s.patch patches.suse/ata-libata-scsi-Fix-system-suspend-for-a-security-lo.patch patches.suse/nvmet-auth-update-sc_c-in-target-host-hash-calculati.patch patches.suse/nvme-multipath-fix-lockdep-WARN-due-to-partition-sca.patch patches.suse/nvme-nvme-fc-move-tagset-removal-to-nvme_fc_delete_c.patch patches.suse/nvme-nvme-fc-Ensure-ioerr_work-is-cancelled-in-nvme_.patch patches.suse/smb-client-introduce-close_cached_dir_locked-.patch patches.suse/LoongArch-BPF-Disable-trampoline-for-kernel-module-f.patch patches.suse/Input-goodix-add-support-for-ACPI-ID-GDIX1003.patch patches.suse/Input-pegasus-notetaker-fix-potential-out-of-bounds-.patch patches.suse/Input-imx_sc_key-fix-memory-corruption-on-unload.patch patches.suse/Input-cros_ec_keyb-fix-an-invalid-memory-access.patch patches.suse/scsi-sg-Do-not-sleep-in-atomic-context.patch patches.suse/xfs-fix-out-of-bounds-memory-read-error-in-symlink-repair.patch patches.suse/perf-x86-intel-uncore-Remove-superfluous-check.patch patches.suse/perf-Fix-0-count-issue-of-cpu-clock.patch patches.suse/dm-verity-fix-unreliable-memory-allocation.patch patches.suse/ACPI-GTDT-Correctly-number-platform-devices-for-MMIO.patch patches.suse/Revert-ACPI-processor-Do-not-expose-global-variable-.patch patches.suse/Revert-ACPI-processor-idle-Redefine-two-functions-as.patch patches.suse/Revert-ACPI-processor-idle-Rearrange-declarations-in.patch patches.suse/Revert-ACPI-processor-Remove-unused-empty-stubs-of-s.patch patches.suse/Revert-ACPI-processor-idle-Optimize-ACPI-idle-driver.patch patches.suse/ALSA-au88x0-Fix-incorrect-error-handling-for-PCI-con.patch patches.suse/ALSA-usb-audio-Add-DSD-quirk-for-LEAK-Stereo-230.patch patches.suse/ALSA-hda-cirrus-fix-cs420x-MacPro-6-1-inverted-jack-.patch patches.suse/ALSA-hda-realtek-add-quirk-for-HP-pavilion-aero-lapt.patch patches.suse/ALSA-usb-audio-fix-uac2-clock-source-at-terminal-par.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-ProBook-450-G8.patch patches.suse/mm-memfd-fix-information-leak-in-hugetlb-folios.patch patches.suse/mm-huge_memory-fix-NULL-pointer-deference-when-splitting-f.patch patches.suse/tracing-Fix-WARN_ON-in-tracing_buffers_mmap_close-for-spli.patch patches.suse/smb-client-fix-memory-leak-in-cifs_construct_tcon-.patch patches.suse/platform-x86-intel-punit_ipc-fix-memory-corruption.patch patches.suse/veth-reduce-XDP-no_direct-return-section-to-fix-race.patch patches.suse/net-phy-mxl-gpy-fix-bogus-error-on-USXGMII-and-integ.patch patches.suse/Bluetooth-btusb-mediatek-Fix-kernel-crash-when-relea.patch patches.suse/Bluetooth-hci_core-Fix-triggering-cmd_timer-for-HCI_.patch patches.suse/Bluetooth-hci_sock-Prevent-race-in-socket-write-iter.patch patches.suse/Bluetooth-btusb-mediatek-Avoid-btusb_mtk_claim_iso_i.patch patches.suse/Bluetooth-SMP-Fix-not-generating-mackey-and-ltk-when.patch patches.suse/atm-fore200e-Fix-possible-data-race-in-fore200e_open.patch patches.suse/net-phy-mxl-gpy-fix-link-properties-on-USXGMII-and-i.patch patches.suse/net-mlx5e-Fix-validation-logic-in-rate-limiting.patch patches.suse/team-Move-team-device-type-change-at-the-end-of-team.patch patches.suse/net-sxgbe-fix-potential-NULL-dereference-in-sxgbe_rx.patch patches.suse/net-atlantic-fix-fragment-overflow-handling-in-RX-path.patch patches.suse/can-kvaser_usb-leaf-Fix-potential-infinite-loop-in-c.patch patches.suse/can-sja1000-fix-max-irq-loop-handling.patch patches.suse/can-gs_usb-gs_usb_xmit_callback-fix-handling-of-fail.patch patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-check-actual.patch patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-check-actual-395d988.patch patches.suse/can-sun4i_can-sun4i_can_interrupt-fix-max-irq-loop-h.patch patches.suse/libceph-fix-potential-use-after-free-in-have_mon_and_osd_m.patch patches.suse/ceph-fix-crash-in-process_v2_sparse_read-for-encrypted-dir.patch patches.suse/libceph-replace-BUG_ON-with-bounds-check-for-map-max_osd.patch patches.suse/libceph-prevent-potential-out-of-bounds-writes-in-handle_a.patch patches.suse/Revert-ACPI-processor-Update-cpuidle-driver-check-in.patch patches.suse/dma-direct-Fix-missing-sg_dma_len-assignment-in-P2PD.patch patches.suse/drm-amd-amdgpu-reserve-vm-invalidation-engine-for-un.patch patches.suse/drm-amd-display-Check-NULL-before-accessing.patch patches.suse/drm-sti-fix-device-leaks-at-component-probe.patch patches.suse/drm-xe-Fix-conversion-from-clock-ticks-to-millisecon.patch patches.suse/mmc-sdhci-of-dwcmshc-Promote-the-th1520-reset-handli.patch patches.suse/mailbox-mailbox-test-Fix-debugfs_create_dir-error-ch.patch patches.suse/mailbox-mtk-cmdq-Refine-DMA-address-handling-for-the.patch patches.suse/usb-renesas_usbhs-Fix-synchronous-external-abort-on-.patch patches.suse/usb-cdns3-Fix-double-resource-release-in-cdns3_pci_p.patch patches.suse/thunderbolt-Add-support-for-Intel-Wildcat-Lake.patch patches.suse/xhci-fix-stale-flag-preventig-URBs-after-link-state-.patch patches.suse/usb-storage-Fix-memory-leak-in-USB-bulk-transport.patch patches.suse/drivers-usb-dwc3-fix-PCI-parent-check.patch patches.suse/usb-dwc3-pci-add-support-for-the-Intel-Nova-Lake-S.patch patches.suse/usb-dwc3-pci-Sort-out-the-Intel-device-IDs.patch patches.suse/usb-gadget-f_eem-Fix-memory-leak-in-eem_unwrap.patch patches.suse/usb-typec-ucsi-psy-Set-max-current-to-zero-when-disc.patch patches.suse/USB-serial-ftdi_sio-add-support-for-u-blox-EVK-M101.patch patches.suse/USB-serial-option-add-support-for-Rolling-RW101R-GL.patch patches.suse/usb-storage-sddr55-Reject-out-of-bound-new_pba.patch patches.suse/usb-dwc3-Fix-race-condition-between-concurrent-dwc3_.patch patches.suse/usb-uas-fix-urb-unmapping-issue-when-the-uas-device-.patch patches.suse/USB-storage-Remove-subclass-and-protocol-overrides-f.patch patches.suse/usb-gadget-renesas_usbf-Handle-devm_pm_runtime_enabl.patch patches.suse/serial-amba-pl011-prefer-dma_mapping_error-over-expl.patch patches.suse/slimbus-ngd-Fix-reference-count-leak-in-qcom_slim_ng.patch patches.suse/most-usb-fix-double-free-on-late-probe-failure.patch patches.suse/iio-adc-rtq6056-Correct-the-sign-bit-index.patch patches.suse/iio-adc-stm32-dfsdm-fix-st-adc-alt-channel-property-.patch patches.suse/iio-adc-ad7280a-fix-ad7280_store_balance_timer.patch patches.suse/iio-common-ssp_sensors-Fix-an-error-handling-path-ss.patch patches.suse/iio-accel-fix-ADXL355-startup-race-condition.patch patches.suse/iio-imu-st_lsm6dsx-fix-array-size-for-st_lsm6dsx_set.patch patches.suse/iio-humditiy-hdc3020-fix-units-for-temperature-and-h.patch patches.suse/iio-humditiy-hdc3020-fix-units-for-thresholds-and-hy.patch patches.suse/iio-st_lsm6dsx-Fixed-calibrated-timestamp-calculatio.patch patches.suse/iio-accel-bmc150-Fix-irq-assumption-regression.patch patches.suse/firmware-stratix10-svc-fix-bug-in-saving-controller-.patch patches.suse/regulator-rtq2208-Correct-buck-group2-phase-mapping-.patch patches.suse/regulator-rtq2208-Correct-LDO2-logic-judgment-bits.patch patches.suse/spi-bcm63xx-fix-premature-CS-deassertion-on-RX-only-.patch patches.suse/spi-amlogic-spifc-a1-Handle-devm_pm_runtime_enable-e.patch patches.suse/spi-nxp-fspi-Propagate-fwnode-in-ACPI-case-as-well.patch patches.suse/iomap-adjust-read-range-correctly-for-non-block-alig.patch patches.suse/iomap-account-for-unaligned-end-offsets-when-truncat.patch patches.suse/locking-spinlock-debug-Fix-data-race-in-do_raw_write.patch patches.suse/tools-build-Fix-fixdep-dependencies.patch patches.suse/perf-build-Fix-perf-build-issues-with-fixdep.patch patches.suse/perf-x86-amd-Check-event-before-enable-to-avoid-GPF.patch patches.suse/perf-x86-intel-cstate-Add-Clearwater-Forest-support.patch patches.suse/perf-x86-intel-cstate-Remove-PC3-support-from-LunarLake.patch patches.suse/perf-x86-intel-cstate-Add-Pantherlake-support.patch patches.suse/perf-x86-Remove-redundant-is_x86_event-prototype.patch patches.suse/perf-x86-Fix-NULL-event-access-and-potential-PEBS-record-l.patch patches.suse/perf-x86-intel-Replace-x86_pmu.drain_pebs-calling-with-sta.patch patches.suse/perf-x86-intel-Correct-large-PEBS-flag-check.patch patches.suse/perf-x86-intel-Initialize-architectural-PEBS.patch patches.suse/perf-x86-intel-ds-Factor-out-PEBS-record-processing-code-t.patch patches.suse/perf-x86-intel-ds-Factor-out-PEBS-group-processing-code-to.patch patches.suse/perf-x86-intel-Process-arch-PEBS-records-or-record-fragmen.patch patches.suse/perf-x86-intel-Allocate-arch-PEBS-buffer-and-initialize-PE.patch patches.suse/perf-x86-intel-Update-dyn_constraint-base-on-PEBS-event-pr.patch patches.suse/perf-x86-intel-Setup-PEBS-data-configuration-and-enable-le.patch patches.suse/perf-x86-intel-Add-counter-group-support-for-arch-PEBS.patch patches.suse/perf-x86-intel-Add-a-check-for-dynamic-constraints.patch patches.suse/perf-x86-intel-Check-PEBS-dyn_constraints.patch patches.suse/perf-x86-intel-Optimize-PEBS-extended-config.patch patches.suse/perf-x86-intel-Fix-and-clean-up-intel_pmu_drain_arch_pebs-.patch patches.suse/sched-fair-Forfeit-vruntime-on-yield.patch patches.suse/sched-deadline-only-set-free_cpus-for-online-runqueues.patch patches.suse/sched-Create-architecture-specific-sched-domain-distances.patch patches.suse/sched-fair-Only-update-stats-for-allowed-CPUs-when-looking-for-dst-group.patch patches.suse/sched-Detect-per-class-runqueue-changes.patch patches.suse/sched-core-Optimize-core-cookie-matching-check.patch patches.suse/sched-core-Add-comment-explaining-force-idle-vruntime-snapshots.patch patches.suse/sched-eevdf-Fix-min_vruntime-vs-avg_vruntime.patch patches.suse/sched-deadline-Fix-dl_server-time-accounting.patch patches.suse/sched-deadline-Fix-dl_server-stop-condition.patch patches.suse/sched-deadline-Document-dl_server.patch patches.suse/sched-deadline-Use-cpumask_weight_and-in-dl_bw_cpus.patch patches.suse/sched-deadline-Minor-cleanup-in-select_task_rq_dl.patch patches.suse/sched-fair-Skip-sched_balance_running-cmpxchg-when-balance-is-not-due.patch patches.suse/sched-fair-Have-SD_SERIALIZE-affect-newidle-balancing.patch patches.suse/0001-sched-Increase-sched_tick_remote-timeout.patch patches.suse/sched-fair-Enable-scheduler-feature-NEXT_BUDDY.patch patches.suse/sched-fair-Reimplement-NEXT_BUDDY-to-align-with-EEVDF-goals.patch patches.suse/sched-fair-Revert-max_newidle_lb_cost-bump.patch patches.suse/sched-fair-Small-cleanup-to-sched_balance_newidle.patch patches.suse/sched-fair-Small-cleanup-to-update_newidle_cost.patch patches.suse/sched-fair-Proportional-newidle-balance.patch patches.suse/cpumask-Cache-num_possible_cpus.patch patches.suse/irqchip-bcm2712-mip-Fix-OF-node-reference-imbalance.patch patches.suse/irqchip-bcm2712-mip-Fix-section-mismatch.patch patches.suse/tick-sched-Limit-non-timekeeper-CPUs-calling-jiffies.patch patches.suse/sched-isolation-Force-housekeeping-if-isolcpus-and-nohz_full-don-t-leave-any.patch patches.suse/EDAC-skx_common-skx-i10nm-Make-skx_register_mci-independen.patch patches.suse/EDAC-skx_common-Prepare-for-skx_get_edac_list.patch patches.suse/EDAC-skx_common-Prepare-for-skx_set_hi_lo.patch patches.suse/EDAC-skx_common-imh-Add-EDAC-driver-for-Intel-Diamond-Rapi.patch patches.suse/EDAC-skx_common-Extend-the-maximum-number-of-DRAM-chip-row.patch patches.suse/EDAC-skx_comm-imh-Detect-2-level-memory-configuration.patch patches.suse/EDAC-imh-Setup-imh_test-debugfs-testing-node.patch patches.suse/x86-mce-Unify-AMD-THR-handler-with-MCA-Polling.patch patches.suse/x86-mce-Unify-AMD-DFR-handler-with-MCA-Polling.patch patches.suse/x86-mce-amd-Enable-interrupt-vectors-once-per-CPU-on-SMCA-.patch patches.suse/x86-mce-amd-Support-SMCA-Corrected-Error-Interrupt.patch patches.suse/x86-mce-amd-Remove-redundant-reset_block.patch patches.suse/x86-mce-amd-Define-threshold-restart-function-for-banks.patch patches.suse/x86-mce-Save-and-use-APEI-corrected-threshold-limit.patch patches.suse/x86-mce-Add-support-for-physical-address-valid-bit.patch patches.suse/x86-mce-Do-not-clear-bank-s-poll-bit-in-mce_poll_banks-on-.patch patches.suse/x86-mce-Handle-AMD-threshold-interrupt-storms.patch patches.suse/x86-microcode-AMD-Select-which-microcode-patch-to-lo.patch patches.suse/x86-resctrl-Support-Sub-NUMA-Cluster-SNC-mode-on-Clearwate.patch patches.suse/fs-resctrl-Consider-sparse-masks-when-initializing-new-gro.patch patches.suse/x86-cpufeatures-Add-support-for-L3-Smart-Data-Cache-Inject.patch patches.suse/x86-resctrl-Add-SDCIAE-feature-in-the-command-line-options.patch patches.suse/x86-fs-resctrl-Detect-io_alloc-feature.patch patches.suse/x86-fs-resctrl-Implement-io_alloc-enable-disable-handlers.patch patches.suse/fs-resctrl-Introduce-interface-to-display-io_alloc-support.patch patches.suse/fs-resctrl-Add-user-interface-to-enable-disable-io_alloc-f.patch patches.suse/fs-resctrl-Introduce-interface-to-display-io_alloc-CBMs.patch patches.suse/fs-resctrl-Modify-struct-rdt_parse_data-to-pass-mode-and-C.patch patches.suse/fs-resctrl-Introduce-interface-to-modify-io_alloc-capacity.patch patches.suse/fs-resctrl-Update-bit_usage-to-reflect-io_alloc.patch patches.suse/efi-libstub-Fix-page-table-access-in-5-level-to-4-le.patch patches.suse/x86-cpufeatures-Make-X86_FEATURE-leaf-17-Linux-specific.patch patches.suse/x86-cpufeatures-Enumerate-the-LASS-feature-bits.patch patches.suse/x86-cpu-Add-an-LASS-dependency-on-SMAP.patch patches.suse/x86-asm-Introduce-inline-memcpy-and-memset.patch patches.suse/x86-alternatives-Disable-LASS-when-patching-kernel-code.patch patches.suse/x86-kexec-Disable-LASS-during-relocate-kernel.patch patches.suse/x86-traps-Communicate-a-LASS-violation-in-GP-message.patch patches.suse/selftests-x86-Update-the-negative-vsyscall-tests-to-expect.patch patches.suse/x86-cpu-Enable-LASS-during-CPU-initialization.patch patches.suse/s390-cmm-Replace-sprintf-with-scnprintf-for-buffer-s.patch patches.suse/s390-extmem-Replace-sprintf-with-snprintf-for-buffer.patch patches.suse/s390-sysinfo-Replace-sprintf-with-snprintf-for-buffe.patch patches.suse/s390-cio-Use-scnprintf-instead-of-sprintf.patch patches.suse/s390-dcss-Use-scnprintf-instead-of-sprintf.patch patches.suse/s390-con3270-Use-scnprintf-instead-of-sprintf.patch patches.suse/s390-tape-Remove-count-parameter-from-read-write_blo.patch patches.suse/s390-tape-Remove-34xx-Read-Opposite-error-recovery.patch patches.suse/s390-tape-Remove-3590-Read-Opposite-error-recovery.patch patches.suse/s390-tape-Remove-extra-CCW-allocation-for-error-reco.patch patches.suse/s390-tape-Fix-return-value-of-ccw-helper-functions.patch patches.suse/s390-tape-Move-idal-allocation-to-core-functions.patch patches.suse/s390-tape-Introduce-idal-buffer-array.patch patches.suse/s390-tape-Add-support-for-bigger-block-sizes.patch patches.suse/s390-ptdump-Use-seq_puts-in-pt_dump_seq_puts-macro.patch patches.suse/s390-zcrypt-Rework-zcrypt-request-and-reply-trace-ev.patch patches.suse/s390-ap-Extend-struct-ap_queue_status-with-some-conv.patch patches.suse/s390-ap-Introduce-new-AP-nqap-and-dqap-trace-events.patch patches.suse/s390-pci-Highlight-failure-to-enable-PCI-function.patch patches.suse/s390-ap-Expose-ap_bindings_complete_count-counter-vi.patch patches.suse/s390-ap-Don-t-leak-debug-feature-files-if-AP-instruc.patch patches.suse/s390-ap-Use-all-bits-one-apmask-aqmask-for-vfio-in_u.patch patches.suse/s390-ap-Support-driver_override-for-AP-queue-devices.patch patches.suse/s390-ap-Rename-mutex-ap_perms_mutex-to-ap_attr_mutex.patch patches.suse/s390-ap-Restrict-driver_override-versus-apmask-and-a.patch patches.suse/perf-arm_cspmu-Add-callback-to-reset-filter-config.patch patches.suse/perf-arm_cspmu-Add-pmpidr-support.patch patches.suse/perf-arm_cspmu-nvidia-Add-revision-id-matching.patch patches.suse/perf-arm_cspmu-nvidia-Add-pmevfiltr2-support.patch patches.suse/perf-arm_cspmu-fix-error-handling-in-arm_cspmu_impl_unregi.patch patches.suse/perf-Add-perf_event_attr-config4.patch patches.suse/arm64-mm-Allow-__create_pgd_mapping-to-propagate-pgtable_a.patch patches.suse/arm64-mm-Rename-try_pgd_pgtable_alloc_init_mm.patch patches.suse/ACPI-PPTT-Add-a-helper-to-fill-a-cpumask-from-a-processor-.patch patches.suse/ACPI-PPTT-Stop-acpi_count_levels-expecting-callers-to-clea.patch patches.suse/ACPI-PPTT-Add-acpi_pptt_cache_v1_full-to-use-pptt-cache-as.patch patches.suse/ACPI-PPTT-Find-cache-level-by-cache-id.patch patches.suse/ACPI-PPTT-Add-a-helper-to-fill-a-cpumask-from-a-cache_id.patch patches.suse/arm64-kconfig-Add-Kconfig-entry-for-MPAM.patch patches.suse/platform-Define-platform_device_put-cleanup-handler.patch patches.suse/ACPI-Define-acpi_put_table-cleanup-handler-and-acpi_get_ta.patch patches.suse/ACPI-MPAM-Parse-the-MPAM-table.patch patches.suse/arm_mpam-Add-probe-remove-for-mpam-msc-driver-and-kbuild-b.patch patches.suse/arm_mpam-Add-the-class-and-component-structures-for-firmwa.patch patches.suse/arm_mpam-Add-MPAM-MSC-register-layout-definitions.patch patches.suse/arm_mpam-Add-cpuhp-callbacks-to-probe-MSC-hardware.patch patches.suse/arm_mpam-Probe-hardware-to-find-the-supported-partid-pmg-v.patch patches.suse/arm_mpam-Add-helpers-for-managing-the-locking-around-the-m.patch patches.suse/arm_mpam-Probe-the-hardware-features-resctrl-supports.patch patches.suse/arm_mpam-Merge-supported-features-during-mpam_enable-into-.patch patches.suse/arm_mpam-Reset-MSC-controls-from-cpuhp-callbacks.patch patches.suse/arm_mpam-Add-a-helper-to-touch-an-MSC-from-any-CPU.patch patches.suse/arm_mpam-Extend-reset-logic-to-allow-devices-to-be-reset-a.patch patches.suse/arm_mpam-Register-and-enable-IRQs.patch patches.suse/arm_mpam-Use-a-static-key-to-indicate-when-mpam-is-enabled.patch patches.suse/arm_mpam-Allow-configuration-to-be-applied-and-restored-du.patch patches.suse/arm_mpam-Probe-and-reset-the-rest-of-the-features.patch patches.suse/arm_mpam-Add-helpers-to-allocate-monitors.patch patches.suse/arm_mpam-Add-mpam_msmon_read-to-read-monitor-value.patch patches.suse/arm_mpam-Track-bandwidth-counter-state-for-power-managemen.patch patches.suse/arm_mpam-Consider-overflow-in-bandwidth-counter-state.patch patches.suse/arm_mpam-Probe-for-long-lwd-mbwu-counters.patch patches.suse/arm_mpam-Use-long-MBWU-counters-if-supported.patch patches.suse/arm_mpam-Add-helper-to-reset-saved-mbwu-state.patch patches.suse/arm_mpam-Add-kunit-test-for-bitmap-reset.patch patches.suse/arm_mpam-Add-kunit-tests-for-props_mismatch.patch patches.suse/MAINTAINERS-new-entry-for-MPAM-Driver.patch patches.suse/arm64-pageattr-Propagate-return-value-from-__change_memory.patch patches.suse/ACPI-processor_core-fix-map_x2apic_id-for-amd-pstate.patch patches.suse/ACPICA-Avoid-walking-the-Namespace-if-start_node-is-.patch patches.suse/ACPI-property-Use-ACPI-functions-in-acpi_graph_get_n.patch patches.suse/ACPI-property-Fix-fwnode-refcount-leak-in-acpi_fwnod.patch patches.suse/ACPI-fan-Workaround-for-64-bit-firmware-bug.patch patches.suse/cpufreq-nforce2-fix-reference-count-leak-in-nforce2.patch patches.suse/cpuidle-menu-Use-residency-threshold-in-polling-state-override-decisions.patch patches.suse/powercap-intel_rapl-Add-support-for-Wildcat-Lake-platform.patch patches.suse/powercap-intel_rapl-Add-support-for-Nova-Lake-processors.patch patches.suse/thermal-int340x-processor_thermal-Add-Nova-Lake-processor-thermal-device.patch patches.suse/thermal-intel-int340x-Add-DLVR-support-for-Nova-Lake.patch patches.suse/ACPI-DPTF-Support-Nova-Lake.patch patches.suse/arm64-simd-Add-scoped-guard-API-for-kernel-mode-SIMD.patch patches.suse/net-mlx5-Switch-to-more-abstract-scoped-ksimd-guard-.patch patches.suse/KEYS-trusted-Fix-a-memory-leak-in-tpm2_load_cmd.patch patches.suse/ima-Handle-error-code-returned-by-ima_filter_rule_ma.patch patches.suse/crypto-caam-Add-check-for-kcalloc-in-test_len.patch patches.suse/hwrng-core-Allow-runtime-disabling-of-the-HW-RNG.patch patches.suse/crypto-af_alg-zero-initialize-memory-allocated-via-s.patch patches.suse/crypto-authenc-Correctly-pass-EINPROGRESS-back-up-to.patch patches.suse/crypto-asymmetric_keys-prevent-overflow-in-asymmetri.patch patches.suse/crypto-hisilicon-qm-restore-original-qos-values.patch patches.suse/crypto-rockchip-drop-redundant-crypto_skcipher_ivsiz.patch patches.suse/crypto-iaa-Fix-incorrect-return-value-in-save_iaa_wq.patch patches.suse/crypto-ccree-Correctly-handle-return-of-sg_nents_for.patch patches.suse/docs-w1-fix-w1-netlink-invalid-URL.patch patches.suse/Documentation-parport-lowlevel-Separate-function-lis.patch patches.suse/Documentation-mrvl-cn10k-dpi-Fix-macro-cross-referen.patch patches.suse/Documentation-tps6594-pfsm-Fix-macro-cross-reference.patch patches.suse/Documentation-kernel-parameters-fix-typo-in-retbleed.patch patches.suse/locktorture-Fix-memory-leak-in-param_set_cpumask.patch patches.suse/lib-vsprintf-Check-pointer-before-dereferencing-in-t.patch patches.suse/bpf-Cleanup-unused-func-args-in-rqspinlock-implement.patch patches.suse/bpf-Do-not-let-BPF-test-infra-emit-invalid-GSO-types.patch patches.suse/bpf-make-bpf_insn_successors-to-return-a-pointer.patch patches.suse/bpf-Refactor-stack-map-trace-depth-calculation-into-.patch patches.suse/bpf-Fix-stackmap-overflow-check-in-__bpf_get_stackid.patch patches.suse/bpf-Skip-bounds-adjustment-for-conditional-jumps-on-.patch patches.suse/libbpf-Fix-parsing-of-multi-split-BTF.patch patches.suse/bpf-Free-special-fields-when-update-lru_-percpu_hash.patch patches.suse/selftests-bpf-Add-test-to-verify-freeing-the-special.patch patches.suse/bpf-Prevent-nesting-overflow-in-bpf_try_get_buffers.patch patches.suse/bpf-Check-skb-transport_header-is-set-in-bpf_skb_che.patch patches.suse/selftests-bpf-Test-bpf_skb_check_mtu-BPF_MTU_CHK_SEG.patch patches.suse/bpf-Fix-invalid-prog-stats-access-when-update_effect.patch patches.suse/selftests-bpf-Use-ASSERT_STRNEQ-to-factor-in-long-sl.patch patches.suse/rqspinlock-Enclose-lock-unlock-within-lock-entry-acq.patch patches.suse/rqspinlock-Use-trylock-fallback-when-per-CPU-rqnode-.patch patches.suse/ice-implement-ethtool-standard-stats.patch patches.suse/ice-add-tracking-of-good-transmit-timestamps.patch patches.suse/ice-implement-transmit-hardware-timestamp-statistics.patch patches.suse/ice-refactor-to-use-helpers.patch patches.suse/e1000e-Introduce-private-flag-to-disable-K1.patch patches.suse/s390-iucv-Convert-sprintf-snprintf-to-scnprintf.patch patches.suse/bnxt_en-support-PPS-in-out-on-all-pins.patch patches.suse/smc-rename-smc_find_ism_store_rc-to-reflect-broader-usage.patch patches.suse/mlx4-convert-to-ndo_hwtstamp-API.patch patches.suse/ionic-convert-to-ndo_hwtstamp-API.patch patches.suse/net-mlx5-Use-common-mlx5_same_hw_devs-function.patch patches.suse/net-mlx5-Add-software-system-image-GUID-infrastructu.patch patches.suse/net-mlx5-Refactor-PTP-clock-devcom-pairing.patch patches.suse/net-mlx5-Refactor-HCA-cap-2-setting.patch patches.suse/net-mlx5-Add-balance-ID-support-for-LAG-multiplane-g.patch patches.suse/dibs-Remove-reset-of-static-vars-in-dibs_init.patch patches.suse/dibs-Use-subsys_initcall.patch patches.suse/net-stmmac-Move-subsecond-increment-configuration-in.patch patches.suse/net-stmmac-Add-a-devlink-attribute-to-control-timest.patch patches.suse/ice-enforce-RTNL-assumption-of-queue-NAPI-manipulati.patch patches.suse/ice-move-service-task-start-out-of-ice_init_pf.patch patches.suse/ice-move-ice_init_interrupt_scheme-prior-ice_init_pf.patch patches.suse/ice-ice_init_pf-destroy-mutexes-and-xarrays-on-memor.patch patches.suse/net-smc-make-wr-buffer-count-configurable.patch patches.suse/net-smc-handle-ENOMEM-from-smc_wr_alloc_link_mem-gracefull.patch patches.suse/ice-remove-legacy-Rx-and-construct-SKB.patch patches.suse/ice-drop-page-splitting-and-recycling.patch patches.suse/ice-switch-to-Page-Pool.patch patches.suse/ice-Allow-100M-speed-for-E825C-SGMII-device.patch patches.suse/i40e-avoid-redundant-VF-link-state-updates.patch patches.suse/idpf-remove-duplicate-defines-in-IDPF_CAP_RSS.patch patches.suse/ixgbe-fix-typos-in-ixgbe-driver-comments.patch patches.suse/igbvf-fix-misplaced-newline-in-VLAN-add-warning-mess.patch patches.suse/net-mana-Support-HW-link-state-events.patch patches.suse/net-mlx5e-Remove-redundant-tstamp-pointer-from-chann.patch patches.suse/net-mlx5e-Remove-unnecessary-tstamp-local-variable-i.patch patches.suse/net-mlx5e-Rename-hwstamp-functions-to-hwtstamp.patch patches.suse/net-mlx5e-Rename-timestamp-fields-to-hwtstamp_config.patch patches.suse/net-mlx5e-Convert-to-new-hwtstamp_get-set-interface.patch patches.suse/net-phy-microchip_t1s-add-support-for-Microchip-LAN8.patch patches.suse/net-phy-microchip_t1s-configure-link-status-control-.patch patches.suse/dpll-add-phase-adjust-gran-pin-attribute.patch patches.suse/dpll-zl3073x-Specify-phase-adjustment-granularity-fo.patch patches.suse/net-stmmac-rename-devlink-parameter-ts_coarse-into-p.patch patches.suse/net-mlx5e-Enhance-function-structures-for-self-loopb.patch patches.suse/net-mlx5e-Use-TIR-API-in-mlx5e_modify_tirs_lb.patch patches.suse/net-mlx5e-Allow-setting-self-loopback-prevention-bit.patch patches.suse/net-mlx5-IPoIB-set-self-loopback-prevention-in-TIR-i.patch patches.suse/net-mlx5e-Do-not-re-apply-TIR-loopback-configuration.patch patches.suse/net-mlx5e-Pass-old-channels-as-argument-to-mlx5e_swi.patch patches.suse/net-mlx5e-Defer-channels-closure-to-reduce-interface.patch patches.suse/net-phy-make-phy_device-members-pause-and-asym_pause.patch patches.suse/wifi-iwlwifi-mld-add-null-check-for-kzalloc-in-iwl_m.patch patches.suse/wifi-ath10k-move-recovery-check-logic-into-a-new-wor.patch patches.suse/wifi-ath11k-restore-register-window-after-global-res.patch patches.suse/wifi-ath12k-Fix-MSDU-buffer-types-handling-in-RX-err.patch patches.suse/wifi-ath12k-fix-VHT-MCS-assignment.patch patches.suse/wifi-ath12k-fix-TX-and-RX-MCS-rate-configurations-in.patch patches.suse/wifi-ath12k-Add-MODULE_FIRMWARE-entries.patch patches.suse/wifi-ath11k-fix-VHT-MCS-assignment.patch patches.suse/wifi-ath11k-fix-peer-HE-MCS-assignment.patch patches.suse/wifi-ath12k-restore-register-window-after-global-res.patch patches.suse/wifi-ath12k-fix-potential-memory-leak-in-ath12k_wow_.patch patches.suse/wifi-ath12k-fix-reusing-m3-memory.patch patches.suse/wifi-ath12k-fix-error-handling-in-creating-hardware-.patch patches.suse/wifi-ath12k-enforce-vdev-limit-in-ath12k_mac_vdev_cr.patch patches.suse/wifi-ath12k-unassign-arvif-on-scan-vdev-create-failu.patch patches.suse/s390-ctcm-Use-info-level-for-handshake-UC_RCRESET.patch patches.suse/idpf-add-support-for-IDPF-PCI-programming-interface.patch patches.suse/net-mana-Fix-incorrect-speed-reported-by-debugfs.patch patches.suse/net-phy-phy-c45-add-OATC14-10BASE-T1S-PHY-cable-diag.patch patches.suse/net-phy-microchip_t1s-add-cable-diagnostic-support-f.patch patches.suse/devlink-Add-new-max_mac_per_vf-generic-device-param.patch patches.suse/i40e-support-generic-devlink-param-max_mac_per_vf.patch patches.suse/ice-add-flow-parsing-for-GTP-and-new-protocol-field-.patch patches.suse/ice-add-virtchnl-definitions-and-static-data-for-GTP.patch patches.suse/ice-implement-GTP-RSS-context-tracking-and-configura.patch patches.suse/ice-improve-TCAM-priority-handling-for-RSS-profiles.patch patches.suse/ice-Extend-PTYPE-bitmap-coverage-for-GTP-encapsulate.patch patches.suse/iavf-add-RSS-support-for-GTP-protocol-via-ethtool.patch patches.suse/bpf-Export-necessary-symbols-for-modules-with-struct_ops.patch patches.suse/net-smc-bpf-Introduce-generic-hook-for-handshake-flow.patch patches.suse/bpf-selftests-Add-selftest-for-bpf_smc_hs_ctrl.patch patches.suse/devlink-Introduce-switchdev_inactive-eswitch-mode.patch patches.suse/net-mlx5-MPFS-add-support-for-dynamic-enable-disable.patch patches.suse/net-mlx5-E-Switch-support-eswitch-inactive-mode.patch patches.suse/wifi-cw1200-Fix-potential-memory-leak-in-cw1200_bh_r.patch patches.suse/wifi-ath12k-Fix-timeout-error-during-beacon-stats-re.patch patches.suse/dpll-zl3073x-fix-kernel-doc-name-and-missing-paramet.patch patches.suse/rdma-net-mlx5-Query-vports-mac-address-from-device.patch patches.suse/PCI-TPH-Expose-pcie_tph_get_st_table_loc.patch patches.suse/net-mlx5-Add-direct-ST-mode-support-for-RDMA.patch patches.suse/net-mlx5-Add-OTHER_ESWITCH-HW-capabilities.patch patches.suse/net-mlx5-fs-Add-other_eswitch-support-for-steering-t.patch patches.suse/net-mlx5-fs-set-non-default-device-per-namespace.patch patches.suse/net-mlx5-Expose-definition-for-1600Gbps-link-mode.patch patches.suse/bnx2x-convert-to-use-ndo_hwtstamp-callbacks.patch patches.suse/msft-hv-3412-net-mana-Move-hardware-counter-stats-from-per-port-t.patch patches.suse/msft-hv-3413-net-mana-Add-standard-counter-rx_missed_errors.patch patches.suse/s390-qeth-Move-all-OSA-RCs-to-single-enum.patch patches.suse/s390-qeth-Handle-ambiguous-OSA-RCs-in-s390dbf.patch patches.suse/dpll-zl3073x-Store-raw-register-values-instead-of-pa.patch patches.suse/dpll-zl3073x-Split-ref-out-and-synth-logic-from-core.patch patches.suse/dpll-zl3073x-Cache-reference-monitor-status.patch patches.suse/dpll-zl3073x-Cache-all-reference-properties-in-zl307.patch patches.suse/dpll-zl3073x-Cache-all-output-properties-in-zl3073x_.patch patches.suse/dpll-zl3073x-Remove-unused-dev-wrappers.patch patches.suse/net-mlx5-Refactor-EEPROM-query-error-handling-to-ret.patch patches.suse/net-mlx5e-Recover-SQ-on-excessive-PTP-TX-timestamp-d.patch patches.suse/net-mlx5-Remove-redundant-bw_share-minimal-value-ass.patch patches.suse/net-mlx5-Abort-new-commands-if-all-command-slots-are.patch patches.suse/net-mlx5-Use-EOPNOTSUPP-instead-of-ENOTSUPP.patch patches.suse/msft-hv-3414-net-mana-Handle-SKB-if-TX-SGEs-exceed-hardware-limit.patch patches.suse/msft-hv-3415-net-mana-Drop-TX-skb-on-post_work_request-failure-an.patch patches.suse/net-mlx5-Initialize-events-outside-devlink-lock.patch patches.suse/net-mlx5-Move-the-esw-mode-notifier-chain-outside-th.patch patches.suse/net-mlx5-Move-the-vhca-event-notifier-outside-of-the.patch patches.suse/net-mlx5-Move-the-SF-HW-table-notifier-outside-the-d.patch patches.suse/net-mlx5-Move-the-SF-table-notifiers-outside-the-dev.patch patches.suse/net-mlx5-Move-SF-dev-table-notifier-registration-out.patch patches.suse/net-phy-adin1100-Fix-software-power-down-ready-condi.patch patches.suse/net-ethtool-Add-support-for-1600Gbps-speed.patch patches.suse/net-mlx5e-Add-1600Gbps-link-modes.patch patches.suse/devlink-pass-extack-through-to-devlink_param-get.patch patches.suse/devlink-refactor-devlink_nl_param_value_fill_one.patch patches.suse/devlink-support-default-values-for-param-get-and-par.patch patches.suse/net-mlx5-implement-swp_l4_csum_mode-via-devlink-para.patch patches.suse/i40e-delete-a-stray-tab.patch patches.suse/ice-fix-broken-Rx-on-VFs.patch patches.suse/phy-rename-hwtstamp-callback-to-hwtstamp_set.patch patches.suse/net-phy-Add-MDIO_PMA_CTRL1_SPEED-for-2.5G-and-5G-to-.patch patches.suse/dibs-Remove-KMSG_COMPONENT-macro.patch patches.suse/ixgbevf-ixgbevf_q_vector-clean-up.patch patches.suse/idpf-convert-vport-state-to-bitmap.patch patches.suse/e1000e-Remove-unneeded-checks.patch patches.suse/ixgbe-avoid-redundant-call-to-ixgbe_non_sfp_link_con.patch patches.suse/idpf-use-desc_ring-when-checking-completion-queue-DM.patch patches.suse/idpf-correct-queue-index-in-Rx-allocation-error-mess.patch patches.suse/ice-fix-comment-typo-and-correct-module-format-strin.patch patches.suse/iavf-clarify-VLAN-add-delete-log-messages-and-lower-.patch patches.suse/bnxt_en-Enhance-TX-pri-counters.patch patches.suse/bnxt_en-Enhance-log-message-in-bnxt_get_module_status.patch patches.suse/bnxt_en-Remove-the-redundant-BNXT_EN_FLAG_MSIX_REQUESTED-f.patch patches.suse/bnxt_en-Add-CQ-ring-dump-to-bnxt_dump_cp_sw_state.patch patches.suse/bnxt_en-Do-not-set-EOP-on-RX-AGG-BDs-on-5760X-chips.patch patches.suse/bnxt_en-Add-Virtual-Admin-Link-State-Support-for-VFs.patch patches.suse/wifi-mac80211-fix-CMAC-functions-not-handling-errors.patch patches.suse/wifi-rtl8xxxu-Add-USB-ID-2001-3328-for-D-Link-AN3U-r.patch patches.suse/wifi-rtw88-Add-USB-ID-2001-3329-for-D-Link-AC13U-rev.patch patches.suse/wifi-rtw89-usb-use-common-error-path-for-skbs-in-rtw.patch patches.suse/wifi-rtw89-usb-fix-leak-in-rtw89_usb_write_port.patch patches.suse/wifi-rtl818x-Fix-potential-memory-leaks-in-rtl8180_i.patch patches.suse/wifi-rtl818x-rtl8187-Fix-potential-buffer-underflow-.patch patches.suse/wifi-rtl8xxxu-Fix-HT40-channel-config-for-RTL8192CU-.patch patches.suse/wifi-cfg80211-use-cfg80211_leave-in-iftype-change.patch patches.suse/wifi-cfg80211-stop-radar-detection-in-cfg80211_leave.patch patches.suse/wifi-brcmfmac-Add-DMI-nvram-filename-quirk-for-Acer-.patch patches.suse/wifi-mt76-mt7996-fix-null-pointer-deref-in-mt7996_co.patch patches.suse/wifi-mt76-mt7996-Remove-unnecessary-link_id-checks-i.patch patches.suse/wifi-mt76-Fix-DTS-power-limits-on-little-endian-syst.patch patches.suse/wifi-mt76-wed-use-proper-wed-reference-in-mt76-wed-d.patch patches.suse/wifi-mt76-mt7996-Remove-useless-check-in-mt7996_msdu.patch patches.suse/Revert-wifi-mt76-mt792x-improve-monitor-interface-ha.patch patches.suse/wifi-mt76-mt7996-fix-max-nss-value-when-getting-rx-c.patch patches.suse/wifi-mt76-mt7996-fix-implicit-beamforming-support-fo.patch patches.suse/wifi-mt76-mt7996-fix-several-fields-in-mt7996_mcu_bs.patch patches.suse/wifi-mt76-mt7996-fix-teardown-command-for-an-MLD-pee.patch patches.suse/wifi-mt76-mt7996-set-link_valid-field-when-initializ.patch patches.suse/wifi-mt76-mt7996-fix-MLD-group-index-assignment.patch patches.suse/wifi-mt76-mt7996-fix-MLO-set-key-and-group-key-issue.patch patches.suse/wifi-mt76-mt7996-fix-using-wrong-phy-to-start-in-mt7.patch patches.suse/wifi-mt76-mt7996-fix-EMI-rings-for-RRO.patch patches.suse/wifi-mt76-mt7996-grab-mt76-mutex-in-mt7996_mac_sta_e.patch patches.suse/wifi-mt76-mt7996-move-mt7996_update_beacons-under-mt.patch patches.suse/wifi-mt76-Move-mt76_abort_scan-out-of-mt76_reset_dev.patch patches.suse/wifi-mt76-mt7996-skip-deflink-accounting-for-offchan.patch patches.suse/wifi-mt76-mt7996-skip-ieee80211_iter_keys-on-scannin.patch patches.suse/wifi-mt76-mt7996-Add-missing-locking-in-mt7996_mac_s.patch patches.suse/wifi-mt76-mt792x-fix-wifi-init-fail-by-setting-MCU_R.patch patches.suse/mt76-mt7615-Fix-memory-leak-in-mt7615_mcu_wtbl_sta_a.patch patches.suse/wifi-ieee80211-correct-FILS-status-codes.patch patches.suse/wifi-nl80211-vendor-cmd-intel-fix-a-blank-kernel-doc.patch patches.suse/msft-hv-3418-net-mana-Handle-hardware-recovery-events-when-probin.patch patches.suse/net-mlx5e-Use-u64-instead-of-__u64-in-ieee_setmaxrat.patch patches.suse/net-mlx5e-Rename-upper_limit_mbps-to-upper_limit_100.patch patches.suse/net-mlx5e-Use-U8_MAX-instead-of-hard-coded-magic-num.patch patches.suse/net-mlx5e-Use-standard-unit-definitions-for-bandwidt.patch patches.suse/net-phy-phy-c45-add-SQI-and-SQI-support-for-OATC14-1.patch patches.suse/net-phy-microchip_t1s-add-SQI-support-for-LAN867x-Re.patch patches.suse/Bluetooth-btusb-MT7920-Add-VID-PID-0489-e135.patch patches.suse/Bluetooth-btusb-MT7922-Add-VID-PID-0489-e170.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-2b89-6275-for-RTL876.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-0x0489-0xE12F-for-RT.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-13d3-3533-for-RTL882.patch patches.suse/net-mlx5e-Update-XDP-features-in-switch-channels.patch patches.suse/net-mlx5e-Support-XDP-target-xmit-with-dummy-program.patch patches.suse/iavf-Implement-settime64-with-EOPNOTSUPP.patch patches.suse/net-vxlan-prevent-NULL-deref-in-vxlan_xmit_one.patch patches.suse/net-phy-aquantia-check-for-NVMEM-deferral.patch patches.suse/net-sched-sch_cake-Fix-incorrect-qlen-reduction-in-c.patch patches.suse/block-mq-deadline-Introduce-dd_start_request.patch patches.suse/block-mq-deadline-Switch-back-to-a-single-dispatch-l.patch patches.suse/blk-mq-use-struct_size-in-kmalloc.patch patches.suse/block-rename-min_segment_size.patch patches.suse/blktrace-only-calculate-trace-length-once.patch patches.suse/blktrace-factor-out-recording-a-blktrace-event.patch patches.suse/blktrace-split-out-relaying-a-blktrace-event.patch patches.suse/blktrace-untangle-if-else-sequence-in-__blk_add_trac.patch patches.suse/blktrace-change-the-internal-action-to-64bit.patch patches.suse/blktrace-split-do_blk_trace_setup-into-two-functions.patch patches.suse/blktrace-add-definitions-for-blk_user_trace_setup2.patch patches.suse/blktrace-pass-blk_user_trace2-to-setup-functions.patch patches.suse/blktrace-add-definitions-for-struct-blk_io_trace2.patch patches.suse/blktrace-differentiate-between-blk_io_trace-versions.patch patches.suse/blktrace-move-trace_note-to-blk_io_trace2.patch patches.suse/blktrace-move-ftrace-blk_io_tracer-to-blk_io_trace2.patch patches.suse/blktrace-add-block-trace-commands-for-zone-operation.patch patches.suse/blktrace-expose-ZONE-APPEND-completions-to-blktrace.patch patches.suse/blktrace-trace-zone-write-plugging-operations.patch patches.suse/blktrace-handle-BLKTRACESETUP2-ioctl.patch patches.suse/blktrace-use-debug-print-to-report-dropped-events.patch patches.suse/blktrace-for-ftrace-use-correct-trace-format-ver.patch patches.suse/blktrace-add-support-for-REQ_OP_WRITE_ZEROES-tracing.patch patches.suse/block-blocking-mempool_alloc-doesn-t-fail.patch patches.suse/block-make-bio-auto-integrity-deadlock-safe.patch patches.suse/block-accumulate-memory-segment-gaps-per-bio.patch patches.suse/nvme-remove-virtual-boundary-for-sgl-capable-devices.patch patches.suse/nbd-defer-config-put-in-recv_work.patch patches.suse/block-clean-up-indentation-in-blk_rq_map_iter_init.patch patches.suse/md-fix-rcu-protection-in-md_wakeup_thread.patch patches.suse/md-init-bioset-in-mddev_init.patch patches.suse/nbd-defer-config-unlock-in-nbd_genl_connect.patch patches.suse/block-add-lockdep-to-queue_limits_commit_update.patch patches.suse/block-fix-merging-data-less-bios.patch patches.suse/blk-mq-dma-fix-kernel-doc-function-name-for-integrit.patch patches.suse/block-unify-elevator-tags-and-type-xarrays-into-stru.patch patches.suse/block-move-elevator-tags-into-struct-elevator_resour.patch patches.suse/block-introduce-alloc_sched_data-and-free_sched_data.patch patches.suse/block-use-alloc-free-_sched-data-methods.patch patches.suse/block-define-alloc_sched_data-and-free_sched_data-me.patch patches.suse/block-consider-discard-merge-last.patch patches.suse/block-blk-throttle-Fix-throttle-slice-time-for-SSDs.patch patches.suse/block-blk-throttle-drop-unneeded-blk_stat_enable_acc.patch patches.suse/block-blk-throttle-Remove-throtl_slice-from-struct-t.patch patches.suse/block-rate-limit-capacity-change-info-log.patch patches.suse/block-plug-attempts-to-batch-allocate-tags-multiple-.patch patches.suse/block-Remove-queue-freezing-from-several-sysfs-store.patch patches.suse/Revert-block-consider-discard-merge-last.patch patches.suse/block-remove-the-declaration-of-elevator_init_mq-fun.patch patches.suse/block-use-min-instead-of-min_t.patch patches.suse/block-Remove-references-to-__device_add_disk.patch patches.suse/block-ignore-__blkdev_issue_discard-return-value.patch patches.suse/s390-dasd-Fix-gendisk-parent-after-copy-pair-swap.patch patches.suse/s390-dasd-Remove-unnecessary-debugfs_create-return-c.patch patches.suse/s390-dasd-Move-device-name-formatting-into-separate-.patch patches.suse/s390-dasd-Use-scnprintf-instead-of-sprintf.patch patches.suse/blk-mq-use-array-manage-hctx-map-instead-of-xarray.patch patches.suse/blk-mq-fix-potential-uaf-for-queue_hw_ctx.patch patches.suse/sbitmap-fix-all-kernel-doc-warnings.patch patches.suse/blk-mq-use-queue_hctx-in-blk_mq_map_queue_type.patch patches.suse/btrfs-fix-double-free-of-qgroup-record-after-failure.patch patches.suse/btrfs-truncate-ordered-extent-when-skipping-writebac.patch patches.suse/btrfs-use-variable-for-end-offset-in-extent_writepag.patch patches.suse/btrfs-scrub-always-update-btrfs_scrub_progress-last_.patch patches.suse/erofs-limit-the-level-of-fs-stacking-for-file-backed-mount.patch patches.suse/gfs2-Prevent-recursive-memory-reclaim.patch patches.suse/ext4-refresh-inline-data-size-before-write-operation.patch patches.suse/ext4-xattr-fix-null-pointer-deref-in-ext4_raw_inode.patch patches.suse/jbd2-avoid-bug_on-in-jbd2_journal_get_create_access-.patch patches.suse/ext4-fix-string-copying-in-parse_apply_sb_mount_opti.patch patches.suse/ext4-add-i_data_sem-protection-in-ext4_destroy_inlin.patch patches.suse/ext4-align-max-orphan-file-size-with-e2fsprogs-limit.patch patches.suse/media-dvb-usb-dtv5100-fix-out-of-bounds-in-dtv5100_i.patch patches.suse/media-TDA1997x-Remove-redundant-cancel_delayed_work-.patch patches.suse/media-i2c-adv7842-Remove-redundant-cancel_delayed_wo.patch patches.suse/media-i2c-ADV7604-Remove-redundant-cancel_delayed_wo.patch patches.suse/media-adv7842-Avoid-possible-out-of-bounds-array-acc.patch patches.suse/media-msp3400-Avoid-possible-out-of-bounds-array-acc.patch patches.suse/media-pvrusb2-Fix-incorrect-variable-used-in-trace-m.patch patches.suse/media-vidtv-initialize-local-pointers-upon-transfer-.patch patches.suse/media-cec-Fix-debugfs-leak-on-bus_register-failure.patch patches.suse/media-v4l2-mem2mem-Fix-outdated-documentation.patch patches.suse/media-platform-mtk-mdp3-fix-device-leaks-at-probe.patch patches.suse/media-verisilicon-Fix-CPU-stalls-on-G2-bus-error.patch patches.suse/media-verisilicon-Protect-G2-HEVC-decoder-against-in.patch patches.suse/media-amphion-Remove-vpu_vb_is_codecconfig.patch patches.suse/media-amphion-Cancel-message-work-before-releasing-t.patch patches.suse/media-mediatek-vcodec-Fix-a-reference-leak-in-mtk_vc.patch patches.suse/media-renesas-rcar_drif-fix-device-node-reference-le.patch patches.suse/media-samsung-exynos4-is-fix-potential-ABBA-deadlock.patch patches.suse/media-vpif_capture-fix-section-mismatch.patch patches.suse/media-vpif_display-fix-section-mismatch.patch patches.suse/media-videobuf2-Fix-device-reference-leak-in-vb2_dc_.patch patches.suse/media-rc-st_rc-Fix-reset-control-resource-leak.patch patches.suse/drm-tegra-hdmi-sor-Fix-error-variable-j-set-but-not-.patch patches.suse/gpu-host1x-Fix-race-in-syncpt-alloc-free.patch patches.suse/ALSA-Add-definitions-for-the-bits-in-IEC958-subframe.patch patches.suse/drm-gma500-Remove-unused-helper-psb_fbdev_fb_setcolr.patch patches.suse/drm-panel-visionox-rm69299-Don-t-clear-all-mode-flag.patch patches.suse/drm-vgem-fence-Fix-potential-deadlock-on-release.patch patches.suse/drm-atmel-hlcdc-fix-atmel_xlcdc_plane_setup_scaler.patch patches.suse/drm-imagination-Fix-reference-to-devm_platform_get_a.patch patches.suse/drm-panthor-Handle-errors-returned-by-drm_sched_enti.patch patches.suse/drm-panthor-Fix-group_free_queue-for-partially-initi.patch patches.suse/drm-panthor-Fix-UAF-race-between-device-unplug-and-F.patch patches.suse/drm-panthor-Fix-race-with-suspend-during-unplug.patch patches.suse/drm-panthor-Fix-UAF-on-kernel-BO-VA-nodes.patch patches.suse/drm-displayid-pass-iter-to-drm_find_displayid_extens.patch patches.suse/drm-edid-add-DRM_EDID_IDENT_INIT-to-initialize-struc.patch patches.suse/drm-displayid-add-quirk-to-ignore-DisplayID-checksum.patch patches.suse/drm-panthor-Fix-potential-memleak-of-vma-structure.patch patches.suse/drm-msm-dpu-drop-dpu_hw_dsc_destroy-prototype.patch patches.suse/drm-msm-a2xx-stop-over-complaining-about-the-legacy-.patch patches.suse/drm-msm-a6xx-Flush-LRZ-cache-before-PT-switch.patch patches.suse/drm-msm-a6xx-Fix-the-gemnoc-workaround.patch patches.suse/drm-mediatek-Fix-probe-resource-leaks.patch patches.suse/drm-mediatek-Fix-probe-memory-leak.patch patches.suse/drm-mediatek-Fix-probe-device-leaks.patch patches.suse/drm-mediatek-Fix-CCORR-mtk_ctm_s31_32_to_s1_n-functi.patch patches.suse/drm-mediatek-Fix-device-node-reference-leak-in-mtk_d.patch patches.suse/drm-xe-oa-Fix-potential-UAF-in-xe_oa_add_config_ioct.patch patches.suse/drm-nouveau-restrict-the-flush-page-to-a-32-bit-addr.patch patches.suse/drm-amd-display-Fix-logical-vs-bitwise-bug-in-get_em.patch patches.suse/drm-amdgpu-add-missing-lock-to-amdgpu_ttm_access_mem.patch patches.suse/drm-amdgpu-Forward-VMID-reservation-errors.patch patches.suse/drm-amdgpu-gmc11-add-amdgpu_vm_handle_fault-handling.patch patches.suse/drm-amdgpu-gmc12-add-amdgpu_vm_handle_fault-handling.patch patches.suse/Revert-drm-amd-Skip-power-ungate-during-suspend-for-.patch patches.suse/ALSA-dice-add-support-for-TASCAM-IF-FW-DM-MkII.patch patches.suse/ALSA-maestro3-using-vmalloc_array-to-handle-the-code.patch patches.suse/ALSA-line6-add-support-for-POD-HD-Pro-X.patch patches.suse/ALSA-ac97-Fix-kernel-doc-warning-for-snd_ac97_reset.patch patches.suse/ALSA-wavefront-Clear-substream-pointers-on-close.patch patches.suse/ALSA-wavefront-Fix-integer-overflow-in-sample-size-v.patch patches.suse/ALSA-hda-senary-Replace-magic-numbers-with-defined-c.patch patches.suse/ALSA-au88x0-Fix-array-bounds-warning-in-EQ-drivers.patch patches.suse/ALSA-gus-Remove-unused-declarations.patch patches.suse/PCI-Add-Intel-Nova-Lake-S-audio-Device-ID.patch patches.suse/ALSA-hda-hdmi-intelhdmi-add-HDMI-codec-ID-for-Intel-.patch patches.suse/ASoC-Intel-soc-acpi-add-NVL-match-tables.patch patches.suse/ASoC-Intel-soc-acpi-intel-nvl-match-add-rt722-l3-sup.patch patches.suse/ASoC-SOF-Intel-add-initial-support-for-NVL-S.patch patches.suse/ALSA-hda-core-intel-dsp-config-Add-support-for-NVL-S.patch patches.suse/ALSA-hda-controllers-intel-add-support-for-Nova-Lake.patch patches.suse/ALSA-hda-tas2781-fix-speaker-id-retrieval-for-multip.patch patches.suse/ALSA-hda-realtek-Add-match-for-ASUS-Xbox-Ally-projec.patch patches.suse/ALSA-pcmtest-Replace-deprecated-strcpy-with-strscpy_.patch patches.suse/ALSA-hda-realtek-Enable-Mute-LED-and-Tas2781-for-HP-.patch patches.suse/ALSA-realtek-alc288-fix-headphone-for-MS-Surface-2-3.patch patches.suse/ALSA-pcm-Harden-the-spk_alloc-assumption-check.patch patches.suse/ALSA-usb-audio-Fix-max-bytes-per-interval-calculatio.patch patches.suse/ALSA-ctxfi-Add-hw-parameter-to-daio_mgr_dao_init.patch patches.suse/ALSA-ctxfi-Add-ADC-helper-functions-for-GPIO.patch patches.suse/ALSA-ctxfi-Use-explicit-output-flag-for-DAIO-resourc.patch patches.suse/ALSA-ctxfi-Refactor-resource-alloc-for-sparse-mappin.patch patches.suse/ALSA-ctxfi-Add-support-for-dedicated-RCA-switching.patch patches.suse/ALSA-ctxfi-Add-support-for-Onkyo-SE-300PCIE-OK0010.patch patches.suse/ALSA-hda-realtek-Enable-Mute-LED-for-HP-ZBook-X-G2i-.patch patches.suse/ALSA-usb-audio-Modularize-realtek_add_jack-in-mixer_.patch patches.suse/ALSA-usb-audio-Implement-jack-detection-for-HP-Thund.patch patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo-b72a6dd.patch patches.suse/ASoC-codecs-wcd937x-Fix-error-handling-in-wcd937x-co.patch patches.suse/ASoC-codecs-Fix-error-handling-in-pm4125-audio-codec.patch patches.suse/ASoC-renesas-rz-ssi-Fix-channel-swap-issue-in-full-d.patch patches.suse/ASoC-renesas-rz-ssi-Fix-rz_ssi_priv-hw_params_cache-.patch patches.suse/ASoC-codecs-wcd934x-add-explicit-soundwire-depenency.patch patches.suse/ASoC-tas2781-Correct-the-wrong-chip-ID-for-reset-var.patch patches.suse/ASoC-tas2781-correct-the-wrong-period.patch patches.suse/ASoC-fsl_xcvr-clear-the-channel-status-control-memor.patch patches.suse/ALSA-dice-fix-buffer-overflow-in-detect_stream_forma.patch patches.suse/ALSA-rawmidi-Fix-inconsistent-indenting-warning-repo.patch patches.suse/ASoc-tas2783A-Remove-unneeded-variable-assignment.patch patches.suse/ASoC-codecs-Fix-the-error-of-excessive-semicolons.patch patches.suse/ASoC-SOF-Don-t-print-the-monolithic-topology-name-if.patch patches.suse/ASoC-soc-acpi-make-some-variables-of-acpi-adr-and-li.patch patches.suse/ASoC-soc_sdw_utils-add-name_prefix-to-asoc_sdw_codec.patch patches.suse/ASoC-Intel-export-sof_sdw_get_tplg_files.patch patches.suse/ASoC-soc_sdw_utils-export-asoc_sdw_get_dai_type.patch patches.suse/ASoC-SOF-add-platform-name-into-sof_intel_dsp_desc.patch patches.suse/ASoC-SOF-don-t-check-the-existence-of-dummy-topology.patch patches.suse/ASoC-SOF-Intel-use-sof_sdw-as-default-SDW-machine-dr.patch patches.suse/ASoC-sof-function-topology-lib-escalate-the-log-when.patch patches.suse/ASoC-codecs-rt5670-use-SOC_VALUE_ENUM_SINGLE_DECL-fo.patch patches.suse/ASoC-mxs-saif-support-usage-with-simple-audio-card.patch patches.suse/ASoC-codecs-va-macro-Rework-version-checking.patch patches.suse/ASoC-qcom-sc8280xp-Add-support-for-Kaanapali.patch patches.suse/ASoC-codecs-va-macro-Clean-up-on-error-path-in-probe.patch patches.suse/ASoC-rockchip-i2s-tdm-Omit-a-variable-reassignment-i.patch patches.suse/ASoC-SOF-Intel-add-hyphen-between-name-and-index-to-.patch patches.suse/ASoC-fsl_aud2htx-add-IEC958_SUBFRAME_LE-format-in-su.patch patches.suse/ASoC-amd-ps-Propagate-the-PCI-subsystem-Vendor-and-D.patch patches.suse/ASoC-amd-amd_sdw-Propagate-the-PCI-subsystem-Vendor-.patch patches.suse/ASoC-spacemit-add-i2s-support-for-K1-SoC.patch patches.suse/ASoC-atmel-use-snd_kcontrol_chip-instead-of-snd_soc_.patch patches.suse/ASoC-codecs-88pm860x-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-codecs-ab8500-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-adav80x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-ak4458-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-ak4619-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-ak4641-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-arizona-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-aw87390-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-aw88081-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-aw88166-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-aw88261-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-aw88395-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-aw88399-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-bd28623-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cros_ec-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs35l36-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs35l45-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs4234-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-cs4270-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-cs4271-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-cs42l42-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs42l43-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs42l51-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs42l84-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs43130-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs47l15-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs48l32-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-cs530x-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-da7210-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-da7213-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-da7218-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-da7219-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-da732x-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-da9055-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-es8328-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-fs210x-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-idt821034-use-snd_kcontrol_chip-instead-.patch patches.suse/ASoC-codecs-lpass-rx-macro-use-snd_kcontrol_chip-ins.patch patches.suse/ASoC-codecs-lpass-tx-macro-use-snd_kcontrol_chip-ins.patch patches.suse/ASoC-codecs-lpass-va-macro-use-snd_kcontrol_chip-ins.patch patches.suse/ASoC-codecs-lpass-wsa-macro-use-snd_kcontrol_chip-in.patch patches.suse/ASoC-codecs-madera-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-max9759-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-max9768-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-max98088-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-codecs-max98090-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-codecs-max98095-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-codecs-max98390-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-codecs-max9867-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-max98925-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-codecs-msm8916-wcd-digital-use-snd_kcontrol_chi.patch patches.suse/ASoC-codecs-mt6358-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-mt6359-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-mt6660-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-nau8810-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-nau8822-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-ntp8835-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-pcm1681-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-pcm512x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-pcm6240-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-peb2466-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-pm4125-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-rt1011-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-rt1015-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-rt1318-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-rt5631-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-rt5659-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-rt5665-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-rt5670-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-rt711-sdca-use-snd_kcontrol_chip-instead.patch patches.suse/ASoC-codecs-rt9123-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-sgtl5000-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-codecs-sma1303-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-sma1307-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-sta32x-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-sta350-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-tas2562-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-tas2781-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-tas5086-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-tas571x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-tas5720-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-tas5805m-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-codecs-tfa989x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-tlv320adc3xxx-use-snd_kcontrol_chip-inst.patch patches.suse/ASoC-codecs-tlv320adcx140-use-snd_kcontrol_chip-inst.patch patches.suse/ASoC-codecs-tlv320aic23-use-snd_kcontrol_chip-instea.patch patches.suse/ASoC-codecs-tlv320dac33-use-snd_kcontrol_chip-instea.patch patches.suse/ASoC-codecs-tscs42xx-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-codecs-tscs454-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-twl4030-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-twl6040-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-uda1334-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wcd9335-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wcd934x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wcd937x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wcd938x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wcd939x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wm2000-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm5102-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm5110-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8350-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8400-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8580-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8731-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8753-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8903-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8904-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8955-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8958-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8960-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8962-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8983-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8985-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8990-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8991-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8994-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm8996-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm9081-use-snd_kcontrol_chip-instead-of-.patch patches.suse/ASoC-codecs-wm_adsp-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wm_hubs-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wsa881x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wsa883x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-codecs-wsa884x-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-fsl-use-snd_kcontrol_chip-instead-of-snd_soc_kc.patch patches.suse/ASoC-intel-atom-use-snd_kcontrol_chip-instead-of-snd.patch patches.suse/ASoC-intel-catpt-use-snd_kcontrol_chip-instead-of-sn.patch patches.suse/ASoC-mediatek-common-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-mediatek-mt8183-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-mediatek-mt8186-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-mediatek-mt8188-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-mediatek-mt8192-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-mediatek-mt8195-use-snd_kcontrol_chip-instead-o.patch patches.suse/ASoC-rockchip-use-snd_kcontrol_chip-instead-of-snd_s.patch patches.suse/ASoC-tegra-tegra186-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-tegra-tegra210-use-snd_kcontrol_chip-instead-of.patch patches.suse/ASoC-uniphier-use-snd_kcontrol_chip-instead-of-snd_s.patch patches.suse/ASoC-soc.h-remove-snd_soc_kcontrol_component.patch patches.suse/ASoC-max98090-91-added-DAPM-widget-for-digital-outpu.patch patches.suse/ASoC-SOF-Fix-function-topology-name-check-in-profile.patch patches.suse/ASoC-max98090-91-fixing-a-space.patch patches.suse/ASoC-max98090-91-adding-DAPM-routing-for-digital-out.patch patches.suse/ASoC-soc_sdw_utils-add-cs35l57-support.patch patches.suse/ASoC-renesas-fsi-Constify-struct-fsi_stream_handler.patch patches.suse/ASoC-spacemit-add-failure-check-for-spacemit_i2s_ini.patch patches.suse/ASoC-cs35l56-Read-silicon-ID-during-initialization-a.patch patches.suse/ASoC-cs-amp-lib-Add-helpers-for-factory-calibration.patch patches.suse/ASoC-cs35l56-Add-common-code-for-factory-calibration.patch patches.suse/ASoC-cs35l56-Create-debugfs-files-for-factory-calibr.patch patches.suse/ALSA-hda-cs35l56-Create-debugfs-files-for-factory-ca.patch patches.suse/ASoC-cs-amp-lib-test-Add-cases-for-factory-calibrati.patch patches.suse/ASoC-cs-amp-lib-Return-attributes-from-cs_amp_get_ef.patch patches.suse/ASoC-cs-amp-lib-Add-function-to-write-calibration-to.patch patches.suse/ASoC-cs35l56-Add-calibration-command-to-store-into-U.patch patches.suse/ALSA-hda-cs35l56-Set-cal_index-to-the-amp-index.patch patches.suse/ASoC-cs-amp-lib-test-Add-test-cases-for-cs_amp_set_e.patch patches.suse/ASoC-qcom-sm8250-add-qrb2210-sndcard-compatible-stri.patch patches.suse/ASoC-sun4i-spdif-Support-SPDIF-output-on-A523-family.patch patches.suse/ASoC-spacemit-use-depends-on-instead-of-select.patch patches.suse/ASoC-cs530x-Update-the-copyright-headers.patch patches.suse/ASoC-cs530x-Sort-include-directives-and-tydy-up-whit.patch patches.suse/ASoC-cs530x-Remove-unused-struct-members-and-constan.patch patches.suse/ASoC-cs530x-Correct-constant-naming.patch patches.suse/ASoC-cs530x-Add-CODEC-and-DAC-support.patch patches.suse/ASoC-cs530x-Rename-bitfield-to-reflect-common-use-fo.patch patches.suse/ASoC-cs530x-Check-the-DEVID-matches-the-devtype.patch patches.suse/ASoC-cs530x-Correct-MCLK-reference-frequency-values.patch patches.suse/ASoC-cs530x-Rename-i2c-related-structures.patch patches.suse/ASoC-cs530x-Add-SPI-bus-support-for-cs530x-parts.patch patches.suse/ASoC-SDCA-Rename-SoundWire-struct-device-variables.patch patches.suse/regmap-sdw-mbq-Don-t-assume-the-regmap-device-is-the.patch patches.suse/ASoC-SDCA-Add-manual-PM-runtime-gets-to-IRQ-handlers.patch patches.suse/ASoC-SDCA-Pass-SoundWire-slave-to-HID.patch patches.suse/ASoC-SDCA-Pass-device-register-map-from-IRQ-alloc-to.patch patches.suse/ASoC-SDCA-Update-externally_requested-flag-to-cover-.patch patches.suse/ASoC-SDCA-Factor-out-a-helper-to-find-SDCA-IRQ-data.patch patches.suse/ASoC-SDCA-Rely-less-on-the-ASoC-component-in-IRQ-han.patch patches.suse/ASoC-SDCA-Force-some-SDCA-Controls-to-be-volatile.patch patches.suse/ASoC-SDCA-Parse-XU-Entity-properties.patch patches.suse/ASoC-SDCA-Parse-Function-Reset-max-delay.patch patches.suse/ASoC-SDCA-Add-UMP-buffer-helper-functions.patch patches.suse/ASoC-SDCA-Add-SDCA-FDL-data-parsing.patch patches.suse/ASoC-SDCA-Add-FDL-library-for-XU-entities.patch patches.suse/ASoC-SDCA-Add-FDL-specific-IRQ-processing.patch patches.suse/ASoC-SDCA-Add-completion-for-FDL-start-and-stop.patch patches.suse/ASoC-SDCA-Add-UMP-timeout-handling-for-FDL.patch patches.suse/ASoC-SDCA-Add-early-IRQ-handling.patch patches.suse/ASoC-SDCA-Add-HID-button-IRQ.patch patches.suse/ASoC-tas2783-Fix-build-for-SoundWire-API-update.patch patches.suse/ASoC-SOF-pcm-Set-the-PCM-device-name-for-HDMI.patch patches.suse/ASoC-SOF-Intel-select-SND_SOC_SDW_UTILS-in-SND_SOC_S.patch patches.suse/ASoC-codecs-va-macro-fix-revision-checking.patch patches.suse/ASoC-max98090-91-fixing-the-stream-index.patch patches.suse/ASoC-SOF-Intel-remove-hyphen-from-AMP-index-name_pre.patch patches.suse/ASoC-codec-wm8400-replace-printk-calls-with-dev_-dev.patch patches.suse/ASoC-soc-core-check-ops-auto_selectable_formats-in-s.patch patches.suse/ASoC-qcom-sdw-fix-memory-leak-for-sdw_stream_runtime.patch patches.suse/ASoC-qcom-sdw-remove-redundant-code.patch patches.suse/ASoC-qcom-sdm845-make-use-of-common-helpers.patch patches.suse/ASoC-qcom-sc7280-make-use-of-common-helpers.patch patches.suse/ASoC-cs4271-Disable-regulators-in-component_probe-er.patch patches.suse/ASoC-cs4271-Add-support-for-the-external-mclk.patch patches.suse/ASoC-max98090-91-adding-two-virtual-Mux-widgets-for-.patch patches.suse/ASoC-fsl_spdif-Constify-some-structures.patch patches.suse/ASoC-max98090-91-adding-the-two-virtual-Mux-widgets-.patch patches.suse/ASoC-codecs-simplify-aw87390_init-argument-a-bit.patch patches.suse/ASoC-codecs-aw88261-pass-pointer-directly-instead-of.patch patches.suse/ASoC-tas2781-Replace-deprecated-strcpy-with-strscpy.patch patches.suse/ASoC-tas2781-Add-tas5822-support.patch patches.suse/ASoC-qcom-q6apm-dai-set-flags-to-reflect-correct-ope.patch patches.suse/ASoC-qcom-q6adm-the-the-copp-device-only-during-last.patch patches.suse/ASoC-qcom-qdsp6-q6asm-dai-set-10-ms-period-and-buffe.patch patches.suse/ASoC-qcom-q6asm-dai-perform-correct-state-check-befo.patch patches.suse/ASoC-qcom-q6asm-handle-the-responses-after-closing.patch patches.suse/ASoC-qcom-q6asm-dai-schedule-all-available-frames-to.patch patches.suse/ASoC-qcom-q6asm-add-q6asm_get_hw_pointer.patch patches.suse/ASoC-qcom-q6asm-dai-use-q6asm_get_hw_pointer.patch patches.suse/ASoC-qcom-q6asm-set-runtime-correctly-for-each-strea.patch patches.suse/ASoc-qcom-audioreach-remove-unused-variables.patch patches.suse/ASoc-qcom-audioreach-Use-automatic-cleanup-of-kfree.patch patches.suse/ASoc-qcom-q6adm-Use-automatic-cleanup-of-kfree.patch patches.suse/ASoc-qcom-q6afe-Use-automatic-cleanup-of-kfree.patch patches.suse/ASoc-qcom-q6apm-Use-automatic-cleanup-of-kfree.patch patches.suse/ASoc-qcom-q6prm-Use-automatic-cleanup-of-kfree.patch patches.suse/ASoc-qcom-q6asm-Use-automatic-cleanup-of-kfree.patch patches.suse/ASoC-qcom-q6afe-Use-guard-for-spin-locks.patch patches.suse/ASoC-qcom-q6apm-dai-Use-guard-for-spin-locks.patch patches.suse/ASoC-qcom-q6asm-dai-Use-guard-for-spin-locks.patch patches.suse/ASoC-qcom-q6asm-Use-guard-for-spin-locks.patch patches.suse/ASoC-soc-pcm-Preserve-hw-parameters-from-components-.patch patches.suse/ASoC-SDCA-support-Q7.8-volume-format.patch patches.suse/ASoC-stm32-dfsdm-don-t-use-pK-through-printk.patch patches.suse/ASoC-codecs-pm4125-remove-duplicate-code.patch patches.suse/ASoC-spacemit-fix-incorrect-error-check-for-sspa-clo.patch patches.suse/ASoC-cs35l56-Alter-error-codes-for-calibration-routi.patch patches.suse/ASoC-Intel-sof_rt5682-Add-quirk-override-support.patch patches.suse/ASoC-Intel-soc-acpi-intel-ptl-match-Add-support-for-.patch patches.suse/ASoC-Intel-sof_sdw-Add-quirk-to-exclude-RT722-speake.patch patches.suse/ASOC-Intel-sof_sdw-add-quirk-for-Avell-B.ON-OEM-rebr.patch patches.suse/ASoC-Intel-sof_sdw-create-BT-dai-link-if-bt_link_mas.patch patches.suse/ASoC-Intel-soc-acpi-ptl-match-add-cs42l43_agg_l3_cs3.patch patches.suse/ASoC-Intel-sof_sdw-add-codec-speaker-support-for-the.patch patches.suse/ASoC-cs35l56-Add-control-to-read-CAL_SET_STATUS.patch patches.suse/ASoC-cs35l56-Allow-restoring-factory-calibration-thr.patch patches.suse/ASoC-Intel-boards-fix-HDMI-playback-lookup-when-HDMI.patch patches.suse/ASoC-Intel-atom-Replace-strcpy-with-strscpy.patch patches.suse/firmware-cs_dsp-fix-kernel-doc-warnings-in-a-header-.patch patches.suse/ASoC-codecs-lpass-tx-macro-fix-SM6115-support.patch patches.suse/ASoC-codecs-lpass-va-macro-add-SM6115-compatible.patch patches.suse/ASoC-codecs-lpass-rx-macro-add-SM6115-compatible.patch patches.suse/ASoC-codecs-pm4125-Fix-potential-conflict-when-probi.patch patches.suse/ASoC-codecs-pm4125-Remove-irq_chip-on-component-unbi.patch patches.suse/ASoC-Intel-avs-Allow-the-topology-to-carry-NHLT-data.patch patches.suse/ASoC-Intel-avs-Honor-NHLT-override-when-setting-up-a.patch patches.suse/ASoC-soc.h-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-amd-acp-mach-common-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-amd-acp3x-es83xx-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-amd-acp5x-mach-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-atmel-sam9g20_wm8731-convert-to-snd_soc_dapm_xx.patch patches.suse/ASoC-atmel-tse850-pcm5142-convert-to-snd_soc_dapm_xx.patch patches.suse/ASoC-codecs-ab8500-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-88pm860x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-ad1836-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-ad193x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-adau1761-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-adau1781-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-adau17x1-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-adau1977-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-adau7118-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-adav80x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-ak4641-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-alc5623-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-arizona-jack-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-audio-iio-aux-convert-to-snd_soc_dapm_xx.patch patches.suse/ASoC-codecs-aw88261-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-aw88395-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cpcap-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs35l33-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs35l41-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs35l45-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs35l56-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs4234-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs42l43-jack-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs42l43-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs42l51-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs42l52-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs42l56-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs42l73-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs42xx8-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs47l15-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs47l24-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs47l35-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs47l85-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs47l90-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs47l92-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs48l32-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs530x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs53l30-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cx20442-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-cs2072x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-da7213-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-da7218-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-da7219-aad-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-da7219-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-da732x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-da9055-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-es7134-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-es8311-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-es8316-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-es8326-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-es8328-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-es8389-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-hda-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-hdac_hda-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-hdac_hdmi-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-hdmi-codec-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-jz4740-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-jz4760-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-jz4770-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-lm49453-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-lpass-rx-macro-convert-to-snd_soc_dapm_x.patch patches.suse/ASoC-codecs-lpass-tx-macro-convert-to-snd_soc_dapm_x.patch patches.suse/ASoC-codecs-lpass-va-macro-convert-to-snd_soc_dapm_x.patch patches.suse/ASoC-codecs-lpass-wsa-macro-convert-to-snd_soc_dapm_.patch patches.suse/ASoC-codecs-madera-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-max98088-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-max98090-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-max98095-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-max98373-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-max98390-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-max98396-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-max9850-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-max9867-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-ml26124-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-mt6357-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-mt6358-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-mt6359-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-nau8810-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-nau8821-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-nau8822-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-nau8824-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-nau8825-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-pcm186x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-pcm512x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rk3308-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt1011-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt1015-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt274-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt286-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt298-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5514-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5516-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5631-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5640-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5645-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5651-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5659-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5660-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5663-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5665-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5668-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5670-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5677-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5682-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt5682s-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt700-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt711-sdca-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt711-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt712-sdca-dmic-convert-to-snd_soc_dapm_.patch patches.suse/ASoC-codecs-rt712-sdca-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt715-sdca-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt715-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-rt721-sdca-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-simple-mux-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-sma1303-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-sma1307-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-ssm2518-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-ssm2602-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-ssm4567-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-sta32x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-sta350-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-sta529-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-tas571x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-tas6424-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-tlv320adc3xxx-convert-to-snd_soc_dapm_xx.patch patches.suse/ASoC-codecs-tlv320aic31xx-convert-to-snd_soc_dapm_xx.patch patches.suse/ASoC-codecs-tlv320aic32x4-convert-to-snd_soc_dapm_xx.patch patches.suse/ASoC-codecs-tlv320aic3x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-tlv320dac33-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-twl4030-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-twl6040-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-uda1380-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wcd9335-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wcd934x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wcd937x-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm0010-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm5100-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm5102-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm5110-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8350-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8400-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8510-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8523-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8580-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8711-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8728-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8731-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8737-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8750-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8753-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8770-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8776-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8804-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8900-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8903-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8904-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8940-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8955-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8960-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8961-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8962-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8971-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8974-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8978-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8983-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8985-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8988-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8990-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8991-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8993-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8994-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8995-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8996-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8997-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm8998-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm9081-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm9090-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm9712-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm9713-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm_adsp-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-codecs-wm_hubs-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-fsl-fsl-asoc-card-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-fsl-imx-rpmsg-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-generic-audio-graph-card-convert-to-snd_soc_dap.patch patches.suse/ASoC-intel-atom-sst-atom-controls-convert-to-snd_soc.patch patches.suse/ASoC-intel-avs-da7219-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-intel-avs-es8336-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-intel-avs-nau8825-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-intel-avs-rt274-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-intel-avs-rt5514-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-intel-avs-rt5640-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-intel-avs-control-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-intel-avs-pcm-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-intel-boards-bdw-rt5677-convert-to-snd_soc_dapm.patch patches.suse/ASoC-intel-boards-bytcht_cx2072x-convert-to-snd_soc_.patch patches.suse/ASoC-intel-boards-bytcht_es8316-convert-to-snd_soc_d.patch patches.suse/ASoC-intel-boards-bytcr_rt5640-convert-to-snd_soc_da.patch patches.suse/ASoC-intel-boards-bytcr_rt5651-convert-to-snd_soc_da.patch patches.suse/ASoC-intel-boards-bytcr_wm5102-convert-to-snd_soc_da.patch patches.suse/ASoC-intel-boards-cht_bsw_max98090_ti-convert-to-snd.patch patches.suse/ASoC-intel-boards-cht_bsw_rt5645-convert-to-snd_soc_.patch patches.suse/ASoC-intel-boards-cht_bsw_rt5672-convert-to-snd_soc_.patch patches.suse/ASoC-intel-boards-sof_board_helpers-convert-to-snd_s.patch patches.suse/ASoC-intel-boards-sof_cirrus_common-convert-to-snd_s.patch patches.suse/ASoC-intel-boards-sof_da7219-convert-to-snd_soc_dapm.patch patches.suse/ASoC-intel-boards-sof_es8336-convert-to-snd_soc_dapm.patch patches.suse/ASoC-intel-boards-sof_maxim_common-convert-to-snd_so.patch patches.suse/ASoC-intel-boards-sof_nau8825-convert-to-snd_soc_dap.patch patches.suse/ASoC-intel-boards-sof_nuvoton_common-convert-to-snd_.patch patches.suse/ASoC-intel-boards-sof_pcm512x-convert-to-snd_soc_dap.patch patches.suse/ASoC-intel-boards-sof_realtek_common-convert-to-snd_.patch patches.suse/ASoC-intel-boards-sof_rt5682-convert-to-snd_soc_dapm.patch patches.suse/ASoC-mediatek-mtk-afe-platform-driver-convert-to-snd.patch patches.suse/ASoC-mediatek-mtk-dsp-sof-common-convert-to-snd_soc_.patch patches.suse/ASoC-mediatek-mt8186-mt6366-common-convert-to-snd_so.patch patches.suse/ASoC-mediatek-mt8186-mt6366-convert-to-snd_soc_dapm_.patch patches.suse/ASoC-mediatek-mt8188-mt6359-convert-to-snd_soc_dapm_.patch patches.suse/ASoC-mediatek-mt8195-mt6359-convert-to-snd_soc_dapm_.patch patches.suse/ASoC-mediatek-mt8365-afe-pcm-convert-to-snd_soc_dapm.patch patches.suse/ASoC-meson-aiu-acodec-ctrl-convert-to-snd_soc_dapm_x.patch patches.suse/ASoC-meson-aiu-codec-ctrl-convert-to-snd_soc_dapm_xx.patch patches.suse/ASoC-meson-axg-spdifout-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-meson-axg-tdm-interface-convert-to-snd_soc_dapm.patch patches.suse/ASoC-meson-g12a-toacodec-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-meson-g12a-tohdmitx-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-meson-t9015-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-pxa-spitz-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-qcom-q6routing-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-qcom-q6usb-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-qcom-topology-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-qcom-sc7180-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-rockchip-rk3288_hdmi_analog-convert-to-snd_soc_.patch patches.suse/ASoC-rockchip-rockchip_max98090-convert-to-snd_soc_d.patch patches.suse/ASoC-samsung-aries_wm8994-convert-to-snd_soc_dapm_xx.patch patches.suse/ASoC-samsung-bells-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-samsung-littlemill-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-samsung-lowland-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-samsung-midas_wm1811-convert-to-snd_soc_dapm_xx.patch patches.suse/ASoC-samsung-smdk_wm8994-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-samsung-speyside-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-samsung-tm2_wm5110-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-samsung-tobermory-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-sdca-sdca_asoc-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-sdw_utils-soc_sdw_bridge_cs35l56-convert-to-snd.patch patches.suse/ASoC-sdw_utils-soc_sdw_cs42l42-convert-to-snd_soc_da.patch patches.suse/ASoC-sdw_utils-soc_sdw_cs42l43-convert-to-snd_soc_da.patch patches.suse/ASoC-sdw_utils-soc_sdw_cs_amp-convert-to-snd_soc_dap.patch patches.suse/ASoC-sdw_utils-soc_sdw_dmic-convert-to-snd_soc_dapm_.patch patches.suse/ASoC-sdw_utils-soc_sdw_maxim-convert-to-snd_soc_dapm.patch patches.suse/ASoC-sdw_utils-soc_sdw_rt5682-convert-to-snd_soc_dap.patch patches.suse/ASoC-sdw_utils-soc_sdw_rt700-convert-to-snd_soc_dapm.patch patches.suse/ASoC-sdw_utils-soc_sdw_rt711-convert-to-snd_soc_dapm.patch patches.suse/ASoC-sdw_utils-soc_sdw_rt_amp-convert-to-snd_soc_dap.patch patches.suse/ASoC-sdw_utils-soc_sdw_rt_mf_sdca-convert-to-snd_soc.patch patches.suse/ASoC-sdw_utils-soc_sdw_rt_sdca_jack_common-convert-t.patch patches.suse/ASoC-sdw_utils-soc_sdw_ti_amp-convert-to-snd_soc_dap.patch patches.suse/ASoC-sdw_utils-soc_sdw_utils-convert-to-snd_soc_dapm.patch patches.suse/ASoC-soc-core-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-soc-dapm-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-soc-jack-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-soc-pcm-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-soc-topology-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-sof-client-probes-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-sunxi-sun4i-codec-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-sunxi-sun50i-codec-analog-convert-to-snd_soc_da.patch patches.suse/ASoC-sunxi-sun8i-codec-analog-convert-to-snd_soc_dap.patch patches.suse/ASoC-sunxi-sun8i-codec-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-tegra-tegra210_ahub-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-tegra-tegra_asoc_machine-convert-to-snd_soc_dap.patch patches.suse/ASoC-tegra-tegra_wm8903-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-ti-ams-delta-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-ti-davinci-evm-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-ti-j721e-evm-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-ti-n810-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-ti-omap-abe-twl6040-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-ti-omap-twl4030-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-ti-omap3pandora-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-ti-rx51-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-ux500-mop500_ab8500-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-SOF-imx9-use-SCMI-API-for-LM-management.patch patches.suse/ASoC-SDCA-Add-companion-amp-Function.patch patches.suse/ASoC-SOF-sof-client-probes-Replace-snprintf-with-scn.patch patches.suse/ASoC-mediatek-mt8189-add-common-header.patch patches.suse/ASoC-mediatek-mt8189-support-audio-clock-control.patch patches.suse/ASoC-mediatek-mt8189-support-ADDA-in-platform-driver.patch patches.suse/ASoC-mediatek-mt8189-support-I2S-in-platform-driver.patch patches.suse/ASoC-mediatek-mt8189-support-TDM-in-platform-driver.patch patches.suse/ASoC-mediatek-mt8189-support-PCM-in-platform-driver.patch patches.suse/ASoC-mediatek-mt8189-add-platform-driver.patch patches.suse/ASoC-mediatek-mt8189-add-machine-driver-with-nau8825.patch patches.suse/ASoC-soc-core-Pre-check-zero-CPU-codec-DAIs-handle-e.patch patches.suse/ASoC-codecs-lpass-wsa-macro-remove-unnecessary-bound.patch patches.suse/ASoC-codecs-lpass-wsa-macro-remove-useless-gain-read.patch patches.suse/ASoC-codecs-lpass-wsa-macro-remove-mix-path-event.patch patches.suse/ASoC-codecs-lpass-wsa-macro-fix-path-clock-dependenc.patch patches.suse/ASoC-codecs-lpass-wsa-macro-add-volume-controls-for-.patch patches.suse/ASoC-codecs-lpass-wsa-macro-remove-main-path-event.patch patches.suse/ASoC-codecs-lpass-wsa-macro-remove-unused-WSA_MACRO_.patch patches.suse/ASoC-codecs-lpass-rx-macro-fix-mute_stream-affecting.patch patches.suse/ASoC-wsa881x-drop-GPIOD_FLAGS_BIT_NONEXCLUSIVE-flag-.patch patches.suse/ASoC-wsa883x-drop-GPIOD_FLAGS_BIT_NONEXCLUSIVE-flag-.patch patches.suse/ASoC-codecs-arizona-convert-to-snd_soc_dapm_xxx.patch patches.suse/ASoC-tas2781-Add-tas2568-2574-5806m-5806md-5830-supp.patch patches.suse/firmware-cs_dsp-Factor-out-common-debugfs-string-rea.patch patches.suse/firmware-cs_dsp-Append-n-to-debugfs-string-during-re.patch patches.suse/ASoC-SDCA-Add-stubs-for-FDL-helper-functions.patch patches.suse/ASoC-Intel-avs-Replace-snprintf-with-scnprintf.patch patches.suse/ASoC-SDCA-Remove-duplicated-module-macros.patch patches.suse/ASoC-SDCA-Fix-missing-dash-in-HIDE-DisCo-property.patch patches.suse/ASoC-SDCA-Add-missing-forward-declaration-in-header.patch patches.suse/ASoC-SDCA-Correct-FDL-locking-in-sdca_fdl_process.patch patches.suse/ASoC-SDCA-Add-comment-for-function-reset-polling.patch patches.suse/ASoC-SDCA-Move-most-of-the-messages-from-info-to-deb.patch patches.suse/ASoC-SDCA-Use-helper-macros-for-control-identificati.patch patches.suse/ASoC-SDCA-Factor-out-helper-to-process-Control-defau.patch patches.suse/ASoC-SDCA-Populate-regmap-cache-for-readable-Control.patch patches.suse/ASoC-SDCA-Add-helper-to-write-initialization-writes.patch patches.suse/ASoC-SDCA-add-function-devices.patch patches.suse/ASoC-SDCA-Add-basic-SDCA-class-driver.patch patches.suse/ASoC-SDCA-Add-basic-SDCA-function-driver.patch patches.suse/ASoC-soc.h-Add-SOC_ENUM_EXT_ACC-to-allow-setting-acc.patch patches.suse/ASoC-soc.h-Add-SND_SOC_BYTES_E_ACC-to-allow-setting-.patch patches.suse/ASoC-cs35l56-Use-SOC_ENUM_EXT_ACC-for-CAL_SET_STATUS.patch patches.suse/ASoC-cs35l56-Use-SND_SOC_BYTES_E_ACC-for-CAL_DATA_RB.patch patches.suse/firmware-cs_dsp-Store-control-length-as-32-bit.patch patches.suse/ASoC-cs-amp-lib-Remove-redundant-calls-to-kunit_deac.patch patches.suse/ASoC-SDCA-Fix-NULL-vs-IS_ERR-bug-in-sdca_dev_registe.patch patches.suse/ASoC-fsl_xcvr-use-dev_err_probe-replacing-dev_err-re.patch patches.suse/ASoC-tegra-remove-Kconfig-dependency-on-TEGRA20_APB_.patch patches.suse/firmware-cs_dsp-Remove-redundant-download-buffer-all.patch patches.suse/ASoC-mediatek-mt8189-remove-unnecessary-NULL-check.patch patches.suse/ASoC-nau8325-use-simple-i2c-probe-function.patch patches.suse/ASoC-nau8325-add-missing-build-config.patch patches.suse/ASoC-stm32-sai-fix-device-leak-on-probe.patch patches.suse/ASoC-stm32-sai-fix-clk-prepare-imbalance-on-probe-fa.patch patches.suse/ASoC-stm32-sai-fix-OF-node-leak-on-probe.patch patches.suse/ASoC-stm32-sai-clean-up-probe-error-path.patch patches.suse/firmware-cs_dsp-Take-pwr_lock-around-reading-control.patch patches.suse/firmware-cs_dsp-Use-kvzalloc-to-allocate-control-cac.patch patches.suse/ASoC-cs-amp-lib-Use-__free-kfree-instead-of-manual-f.patch patches.suse/ASoC-codecs-wcd939x-fix-regmap-leak-on-probe-failure.patch patches.suse/ASoC-SDCA-Align-mute-controls-to-ALSA-expectations.patch patches.suse/ASoC-SDCA-Add-terminal-type-into-input-output-widget.patch patches.suse/ASoC-sdw_utils-Add-codec_conf-for-every-DAI.patch patches.suse/ASoC-sdw_utils-Move-codec_name-to-dai-info.patch patches.suse/ASoC-intel-sof_sdw-Add-ability-to-have-auxiliary-dev.patch patches.suse/ASoC-sdw_utils-Add-cs42l45-support-functions.patch patches.suse/ASoC-intel-sof_sdw-Add-codec_info-for-cs42l45.patch patches.suse/ASoC-Intel-catpt-Fix-offset-checks.patch patches.suse/ASoC-Intel-catpt-Switch-to-resource_xxx-API.patch patches.suse/ASoC-Intel-catpt-Fix-error-path-in-hw_params.patch patches.suse/ASoC-Intel-catpt-Fix-probing-order-of-driver-compone.patch patches.suse/ASoC-Intel-catpt-Do-not-ignore-errors-on-runtime-res.patch patches.suse/ASoC-Intel-catpt-Do-not-block-the-system-from-suspen.patch patches.suse/ASoC-nau8325-Delete-a-stray-tab.patch patches.suse/ASoC-cs35l56-Log-a-message-if-firmware-is-missing.patch patches.suse/ASoC-SDCA-Fixup-some-more-Kconfig-issues.patch patches.suse/ASoC-codecs-Modify-awinic-amplifier-dsp-read-and-wri.patch patches.suse/firmware-cs_dsp-Don-t-require-client-to-provide-a-st.patch patches.suse/firmware-cs_dsp-Add-test-cases-for-client_ops-NULL.patch patches.suse/ASoC-fsl_micfil-Add-default-quality-for-different-pl.patch patches.suse/ASoC-fsl_micfil-Set-channel-range-control.patch patches.suse/ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-work-fo-a30fa81.patch patches.suse/ALSA-usb-audio-Simplify-with-usb_endpoint_max_period.patch patches.suse/ALSA-hda-realtek-Add-PCI-SSIDs-to-HP-ProBook-quirks.patch patches.suse/platform-chrome-cros_ec_ishtp-Fix-UAF-after-unbindin.patch patches.suse/pwm-bcm2835-Make-sure-the-channel-is-enabled-after-p.patch patches.suse/mtd-maps-pcmciamtd-fix-potential-memory-leak-in-pcmc.patch patches.suse/mtd-mtdpart-ignore-error-ENOENT-from-parsers-on-subp.patch patches.suse/mtd-lpddr_cmds-fix-signed-shifts-in-lpddr_cmds.patch patches.suse/mtd-spi-nor-winbond-Add-support-for-W25Q01NWxxIQ-chi.patch patches.suse/mtd-spi-nor-winbond-Add-support-for-W25Q01NWxxIM-chi.patch patches.suse/mtd-spi-nor-winbond-Add-support-for-W25Q02NWxxIM-chi.patch patches.suse/mtd-spi-nor-winbond-Add-support-for-W25H512NWxxAM-ch.patch patches.suse/mtd-spi-nor-winbond-Add-support-for-W25H01NWxxAM-chi.patch patches.suse/mtd-spi-nor-winbond-Add-support-for-W25H02NWxxAM-chi.patch patches.suse/Revert-mtd-rawnand-marvell-fix-layouts.patch patches.suse/mtd-nand-relax-ECC-parameter-validation-check.patch patches.suse/mtd-rawnand-lpc32xx_slc-fix-GPIO-descriptor-leak-on-.patch patches.suse/mtd-rawnand-renesas-Handle-devm_pm_runtime_enable-er.patch patches.suse/regulator-core-disable-supply-if-enabling-main-regul.patch patches.suse/regulator-core-Protect-regulator_supply_alias_list-w.patch patches.suse/spi-tegra210-quad-Fix-timeout-handling.patch patches.suse/spi-tegra210-quad-Refactor-error-handling-into-helper-func.patch patches.suse/spi-tegra210-quad-Check-hardware-status-on-timeout.patch patches.suse/spi-bcm63xx-drop-wrong-casts-in-probe.patch patches.suse/spi-airoha-snfi-en7523-workaround-flash-damaging-if-.patch patches.suse/spi-ch341-fix-out-of-bounds-memory-access-in-ch341_t.patch patches.suse/hwmon-aht10-Add-support-for-dht20.patch patches.suse/hwmon-sy7636a-Fix-regulator_enable-resource-leak-on-.patch patches.suse/hwmon-max6697-fix-regmap-leak-on-probe-failure.patch patches.suse/hwmon-w83l786ng-Convert-macros-to-functions-to-avoid.patch patches.suse/hwmon-max16065-Use-local-variable-to-avoid-TOCTOU.patch patches.suse/ALSA-firewire-tascam-reserve-resources-for-transferr.patch patches.suse/gpio-tegra186-Use-generic-macro-for-port-definitions.patch patches.suse/gpio-tegra186-Add-support-for-Tegra410.patch patches.suse/gpio-tegra186-Fix-GPIO-name-collisions-for-Tegra410.patch patches.suse/platform-x86-intel-chtwc_int33fe-don-t-dereference-s.patch patches.suse/pmdomain-bcm-bcm2835-power-Prepare-to-support-BCM2712.patch patches.suse/mmc-sdhci-msm-Avoid-early-clock-doubling-during-HS40.patch patches.suse/mfd-altera-sysmgr-Fix-device-leak-on-sysmgr-regmap-l.patch patches.suse/mfd-da9055-Fix-missing-regmap_del_irq_chip-in-error-.patch patches.suse/mfd-max77620-Fix-potential-IRQ-chip-conflict-when-pr.patch patches.suse/mfd-bcm2835-pm-Add-support-for-BCM2712.patch patches.suse/mfd-mt6397-irq-Fix-missing-irq_domain_remove-in-erro.patch patches.suse/mfd-mt6358-irq-Fix-missing-irq_domain_remove-in-erro.patch patches.suse/leds-leds-lp50xx-Allow-LED-0-to-be-added-to-module-b.patch patches.suse/leds-leds-lp50xx-LP5009-supports-3-modules-for-a-tot.patch patches.suse/leds-leds-cros_ec-Skip-LEDs-without-color-components.patch patches.suse/leds-Drop-duplicate-LEDS_EXPRESSWIRE-config.patch patches.suse/leds-leds-lp50xx-Enable-chip-before-any-communicatio.patch patches.suse/leds-netxbig-Fix-GPIO-descriptor-leak-in-error-paths.patch patches.suse/leds-rgb-leds-qcom-lpg-Don-t-enable-TRILED-when-conf.patch patches.suse/backlight-led-bl-Add-devlink-to-supplier-LEDs.patch patches.suse/backlight-lp855x-Fix-lp855x.h-kernel-doc-warnings.patch patches.suse/HID-logitech-dj-Remove-duplicate-error-logging.patch patches.suse/HID-logitech-dj-Add-support-for-a-new-lightspeed-rec.patch patches.suse/HID-logitech-hidpp-Do-not-assume-FAP-in-hidpp_send_m.patch patches.suse/HID-input-map-HID_GD_Z-to-ABS_DISTANCE-for-stylus-pe.patch patches.suse/Documentation-hid-alps-Fix-packet-format-section-hea.patch patches.suse/power-supply-rt5033_charger-Fix-device-node-referenc.patch patches.suse/power-supply-cw2015-Check-devm_delayed_work_autocanc.patch patches.suse/power-supply-max17040-Check-iio_read_channel_process.patch patches.suse/power-supply-rt9467-Return-error-on-failure-in-rt946.patch patches.suse/power-supply-rt9467-Prevent-using-uninitialized-loca.patch patches.suse/power-supply-wm831x-Check-wm831x_set_bits-return-val.patch patches.suse/power-supply-apm_power-only-unset-own-apm_get_power_.patch patches.suse/efi-stmm-fix-kernel-doc-bad-line-warnings.patch patches.suse/efi-cper-Adjust-infopfx-size-to-accept-an-extra-spac.patch patches.suse/efi-cper-Add-a-new-helper-function-to-print-bitmasks.patch patches.suse/efi-cper-align-ARM-CPER-type-with-UEFI-2.9A-2.10-spe.patch patches.suse/msft-hv-3363-PCI-Enable-host-bridge-emulation-for-PCI_DOMAINS_GEN.patch patches.suse/PCI-PM-Reinstate-clearing-state_saved-in-legacy-and-.patch patches.suse/PCI-ERR-Ensure-error-recoverability-at-all-times.patch patches.suse/PCI-brcmstb-Fix-disabling-L0s-capability.patch patches.suse/PCI-dwc-Fix-wrong-PORT_LOGIC_LTSSM_STATE_MASK-defini.patch patches.suse/PCI-keystone-Exit-ks_pcie_probe-for-invalid-mode.patch patches.suse/PCI-rcar-gen2-Drop-ARM-dependency-from-PCI_RCAR_GEN2.patch patches.suse/iommu-mediatek-fix-use-after-free-on-probe-deferral.patch patches.suse/RDMA-cxgb4-fix-typo-in-write_pbl-debug-message.patch patches.suse/RDMA-core-let-rdma_connect_locked-call-lockdep_asser.patch patches.suse/RDMA-rxe-Remove-redundant-assignment-to-variable-pag.patch patches.suse/RDMA-uverbs-fix-some-kernel-doc-warnings.patch patches.suse/RDMA-cm-Base-cm_id-destruction-timeout-on-CMA-values.patch patches.suse/RDMA-rxe-Fix-null-deref-on-srq-rq.queue-after-resize.patch patches.suse/RDMA-irdma-Enforce-local-fence-for-LOCAL_INV-WRs.patch patches.suse/RDMA-irdma-Initialize-cqp_cmds_info-to-prevent-resou.patch patches.suse/RDMA-irdma-Silently-consume-unsignaled-completions.patch patches.suse/RDMA-irdma-CQ-size-and-shadow-update-changes-for-GEN.patch patches.suse/RDMA-irdma-Take-a-lock-before-moving-SRQ-tail-in-pol.patch patches.suse/IB-rdmavt-rdmavt_qp.h-clean-up-kernel-doc-comments.patch patches.suse/RDMA-bnxt_re-Add-a-debugfs-entry-for-CQE-coalescing-.patch patches.suse/RDMA-mlx5-Change-default-device-for-LAG-slaves-in-RD.patch patches.suse/RDMA-mlx5-Add-other_eswitch-support-for-devx-destruc.patch patches.suse/RDMA-mlx5-Refactor-_get_prio-function.patch patches.suse/RDMA-mlx5-Add-other-eswitch-support-to-userspace-tab.patch patches.suse/RDMA-irdma-Remove-unused-CQ-registry.patch patches.suse/RDMA-rtrs-server-Fix-error-handling-in-get_or_create.patch patches.suse/RDMA-cm-Correct-typedef-and-bad-line-warnings.patch patches.suse/RDMA-irdma-Remove-redundant-NULL-check-of-udata-in-i.patch patches.suse/RDMA-restrack-Fix-typos-in-the-comments.patch patches.suse/RDMA-core-Prevent-soft-lockup-during-large-user-memo.patch patches.suse/RDMA-bnxt_re-Fix-wrong-check-for-CQ-coalesc-support.patch patches.suse/RDMA-hns-Add-helpers-to-obtain-netdev-and-bus_num-fr.patch patches.suse/RDMA-hns-Initialize-bonding-resources.patch patches.suse/RDMA-hns-Add-bonding-event-handler.patch patches.suse/RDMA-hns-Add-bonding-cmds.patch patches.suse/RDMA-hns-Implement-bonding-init-uninit-process.patch patches.suse/RDMA-hns-Add-delayed-work-for-bonding.patch patches.suse/RDMA-hns-Support-link-state-reporting-for-bond.patch patches.suse/RDMA-hns-Support-reset-recovery-for-bond.patch patches.suse/RDMA-bnxt_re-Fix-the-inline-size-for-GenP7-devices.patch patches.suse/RDMA-bnxt_re-Pass-correct-flag-for-dma-mr-creation.patch patches.suse/IB-mlx5-Reduce-IMR-KSM-size-when-5-level-paging-is-e.patch patches.suse/RDMA-core-Add-new-IB-rate-for-XDR-8x-support.patch patches.suse/RDMA-mlx5-Add-support-for-1600_8x-lane-speed.patch patches.suse/RDMA-irdma-Fix-data-race-in-irdma_sc_ccq_arm.patch patches.suse/RDMA-irdma-Fix-data-race-in-irdma_free_pble.patch patches.suse/RDMA-irdma-Add-a-missing-kfree-of-struct-irdma_pci_f.patch patches.suse/RDMA-irdma-Fix-SIGBUS-in-AEQ-destroy.patch patches.suse/RDMA-irdma-Add-missing-mutex-destroy.patch patches.suse/RDMA-irdma-Do-not-directly-rely-on-IB_PD_UNSAFE_GLOB.patch patches.suse/RDMA-irdma-Do-not-set-IBK_LOCAL_DMA_LKEY-for-GEN3.patch patches.suse/RDMA-irdma-Remove-doorbell-elision-logic.patch patches.suse/RDMA-irdma-Fix-SRQ-shadow-area-address-initializatio.patch patches.suse/RDMA-core-Reduce-cond_resched-frequency-in-__ib_umem.patch patches.suse/RDMA-siw-reclassify-sockets-in-order-to-avoid-false-.patch patches.suse/RDMA-rxe-reclassify-sockets-in-order-to-avoid-false-.patch patches.suse/vdpa-mlx5-Fix-incorrect-error-code-reporting-in-quer.patch patches.suse/tpm-Cap-the-number-of-PCR-banks.patch patches.suse/sysctl-fix-kernel-doc-format-warning.patch patches.suse/mm-skip-might_alloc-warnings-when-PF_MEMALLOC-is-set.patch patches.suse/iommu-disable-SVA-when-CONFIG_X86-is-set.patch patches.suse/fuse-fix-readahead-reclaim-deadlock.patch patches.suse/exfat-fix-refcount-leak-in-exfat_find.patch patches.suse/exfat-zero-out-post-EOF-page-cache-on-file-extension.patch patches.suse/exfat-fix-remount-failure-in-different-process-environments.patch patches.suse/pseries-lparcfg-Add-resource-group-monitoring.patch patches.suse/macintosh-mac_hid-fix-race-condition-in-mac_hid_togg.patch patches.suse/powerpc-addnote-Fix-overflow-on-32-bit-builds.patch patches.suse/powerpc-smp-Expose-die_id-and-die_cpumask.patch patches.suse/powerpc-64s-slb-Fix-SLB-multihit-issue-during-SLB-preload.patch patches.suse/KVM-x86-Don-t-clear-async-PF-queue-when-CR0.PG-is-di.patch patches.suse/KVM-x86-WARN-if-hrtimer-callback-for-periodic-APIC-t.patch patches.suse/KVM-x86-Explicitly-set-new-periodic-hrtimer-expirati.patch patches.suse/KVM-x86-Fix-VM-hard-lockup-after-prolonged-inactivity-with.patch patches.suse/KVM-selftests-Forcefully-override-ARCH-from-x86_64-t.patch patches.suse/KVM-Make-support-for-kvm_arch_vcpu_async_ioctl-mandatory.patch patches.suse/KVM-Rename-kvm_arch_vcpu_async_ioctl-to-kvm_arch_vcpu_unlo.patch patches.suse/KVM-TDX-Drop-PROVE_MMU-y-sanity-check-on-to-be-populated-m.patch patches.suse/KVM-x86-mmu-Add-dedicated-API-to-map-guest_memfd-pfn-into-.patch patches.suse/KVM-x86-mmu-WARN-if-KVM-attempts-to-map-into-an-invalid-TD.patch patches.suse/Revert-KVM-x86-tdp_mmu-Add-a-helper-function-to-walk-down-.patch patches.suse/KVM-x86-mmu-Rename-kvm_tdp_map_page-to-kvm_tdp_page_prefau.patch patches.suse/KVM-TDX-Drop-superfluous-page-pinning-in-S-EPT-management.patch patches.suse/KVM-TDX-Return-EIO-not-EINVAL-on-a-KVM_BUG_ON-condition.patch patches.suse/KVM-TDX-Fold-tdx_sept_drop_private_spte-into-tdx_sept_remo.patch patches.suse/KVM-x86-mmu-Drop-the-return-code-from-kvm_x86_ops.remove_e.patch patches.suse/KVM-TDX-WARN-if-mirror-SPTE-doesn-t-have-full-RWX-when-cre.patch patches.suse/KVM-TDX-Avoid-a-double-KVM_BUG_ON-in-tdx_sept_zap_private_.patch patches.suse/KVM-TDX-Use-atomic64_dec_return-instead-of-a-poor-equivale.patch patches.suse/KVM-TDX-Fold-tdx_mem_page_record_premap_cnt-into-its-sole-.patch patches.suse/KVM-TDX-ADD-pages-to-the-TD-image-while-populating-mirror-.patch patches.suse/KVM-TDX-Fold-tdx_sept_zap_private_spte-into-tdx_sept_remov.patch patches.suse/KVM-TDX-Combine-KVM_BUG_ON-pr_tdx_error-into-TDX_BUG_ON.patch patches.suse/KVM-TDX-Derive-error-argument-names-from-the-local-variabl.patch patches.suse/KVM-TDX-Assert-that-mmu_lock-is-held-for-write-when-removi.patch patches.suse/KVM-TDX-Add-macro-to-retry-SEAMCALLs-when-forcing-vCPUs-ou.patch patches.suse/KVM-TDX-Add-tdx_get_cmd-helper-to-get-and-validate-sub-ioc.patch patches.suse/KVM-TDX-Convert-INIT_MEM_REGION-and-INIT_VCPU-to-unlocked-.patch patches.suse/KVM-TDX-Use-guard-to-acquire-kvm-lock-in-tdx_vm_ioctl.patch patches.suse/KVM-TDX-Don-t-copy-cmd-back-to-userspace-for-KVM_TDX_CAPAB.patch patches.suse/KVM-TDX-Guard-VM-state-transitions-with-all-the-locks.patch patches.suse/KVM-TDX-Bug-the-VM-if-extending-the-initial-measurement-fa.patch patches.suse/KVM-TDX-Fix-list_add-corruption-during-vcpu_load.patch patches.suse/KVM-TDX-Take-MMU-lock-around-tdh_vp_init.patch patches.suse/KVM-TDX-Remove-__user-annotation-from-kernel-pointer.patch patches.suse/KVM-TDX-Fix-sparse-warnings-from-using-0-for-NULL.patch patches.suse/KVM-TDX-Check-size-of-user-s-kvm_tdx_capabilities-array-be.patch patches.suse/KVM-TDX-Use-struct_size-to-simplify-tdx_get_capabilities.patch patches.suse/KVM-TDX-Replace-kmalloc-copy_from_user-with-memdup_user-in.patch patches.suse/KVM-SVM-Don-t-skip-unrelated-instruction-if-INT3-INT.patch patches.suse/clk-mvebu-cp110-add-CLK_IGNORE_UNUSED-to-pcie_x10-pc.patch patches.suse/soc-tegra-fuse-Do-not-register-SoC-device-on-ACPI-bo.patch patches.suse/soc-tegra-fuse-speedo-tegra210-Update-speedo-IDs.patch patches.suse/firmware-imx-scu-irq-fix-OF-node-leak-in.patch patches.suse/firmware-imx-scu-irq-Init-workqueue-before-request-m.patch patches.suse/firmware-imx-scu-irq-Set-mu_resource_id-before-get-h.patch patches.suse/ti-sysc-allow-OMAP2-and-OMAP4-timers-to-be-reserved-.patch patches.suse/firmware-qcom-tzmem-fix-qcom_tzmem_policy-kernel-doc.patch patches.suse/soc-qcom-ocmem-fix-device-leak-on-lookup.patch patches.suse/soc-qcom-pbs-fix-device-leak-on-lookup.patch patches.suse/soc-qcom-smem-fix-hwspinlock-resource-leak-in-probe-.patch patches.suse/reset-fix-BIT-macro-reference.patch patches.suse/soc-amlogic-canvas-fix-device-leak-on-lookup.patch patches.suse/soc-apple-mailbox-fix-device-leak-on-lookup.patch patches.suse/soc-samsung-exynos-pmu-fix-device-leak-on-regmap-loo.patch patches.suse/scsi-smartpqi-Prefer-kmalloc_array-over-kmalloc.patch patches.suse/scsi-aacraid-Improve-code-readability.patch patches.suse/scsi-smartpqi-Add-timeout-value-to-RAID-path-request.patch patches.suse/scsi-smartpqi-Fix-device-resources-accessed-after-de.patch patches.suse/scsi-smartpqi-Add-support-for-Hurray-Data-new-contro.patch patches.suse/scsi-smartpqi-Update-version-to-2.1.36-026.patch patches.suse/scsi-lpfc-Update-various-NPIV-diagnostic-log-messagi.patch patches.suse/scsi-lpfc-Revise-discovery-related-function-headers-.patch patches.suse/scsi-lpfc-Remove-redundant-NULL-ptr-assignment-in-lp.patch patches.suse/scsi-lpfc-Ensure-unregistration-of-rpis-for-received.patch patches.suse/scsi-lpfc-Fix-leaked-ndlp-krefs-when-in-point-to-poi.patch patches.suse/scsi-lpfc-Modify-kref-handling-for-Fabric-Controller.patch patches.suse/scsi-lpfc-Fix-reusing-an-ndlp-that-is-marked-NLP_DRO.patch patches.suse/scsi-lpfc-Allow-support-for-BB-credit-recovery-in-po.patch patches.suse/scsi-lpfc-Add-capability-to-register-Platform-Name-I.patch patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.12.patch patches.suse/scsi-Revert-scsi-qla2xxx-Perform-lockless-command-co.patch patches.suse/scsi-qla2xxx-Fix-initiator-mode-with-qlini_mode-excl.patch patches.suse/scsi-qla2xxx-Fix-lost-interrupts-with-qlini_mode-dis.patch patches.suse/scsi-qla2xxx-Use-reinit_completion-on-mbx_intr_comp.patch patches.suse/scsi-qla2xxx-target-Remove-code-for-unsupported-hard.patch patches.suse/scsi-qla2xxx-target-Improve-debug-output-for-term-ex.patch patches.suse/scsi-qla2xxx-target-Fix-term-exchange-when-cmd_sent_.patch patches.suse/scsi-qla2xxx-Clear-cmds-after-chip-reset.patch patches.suse/scsi-qla2xxx-target-Fix-races-with-aborting-commands.patch patches.suse/scsi-qla2xxx-target-Improve-checks-in-qlt_xmit_respo.patch patches.suse/scsi-qla2xxx-Fix-TMR-failure-handling.patch patches.suse/scsi-qla2xxx-target-Fix-invalid-memory-access-with-b.patch patches.suse/scsi-qla2xxx-target-Add-cmd-rsp_sent.patch patches.suse/scsi-qla2xxx-target-Improve-cmd-logging.patch patches.suse/scsi-qla2xxx-target-Add-back-SRR-support.patch patches.suse/scsi-qla2xxx-target-Improve-safety-of-cmd-lookup-by-.patch patches.suse/scsi-qla2xxx-Fix-improper-freeing-of-purex-item.patch patches.suse/tpm2-sessions-Fix-out-of-range-indexing-in-name_size.patch patches.suse/tpm2-sessions-Fix-tpm2_read_public-range-checks.patch patches.suse/ata-libata-Move-quirk-flags-to-their-own-enum.patch patches.suse/ata-libata-core-Quirk-DELLBOSS-VD-max_sectors.patch patches.suse/ipmi-Fix-the-race-between-__scan_channels-and-delive.patch patches.suse/ipmi-Fix-__scan_channels-failing-to-rescan-channels.patch patches.suse/ALSA-usb-audio-undef-field_-get-prep-before-local-de.patch patches.suse/tools-power-turbostat-Regression-fix-Uncore-MHz-printed-in-hex.patch patches.suse/tools-power-turbostat-Add-Wildcat-Lake-and-Nova-Lake-support.patch patches.suse/tools-power-turbostat-Refactor-added-column-header-printing.patch patches.suse/tools-power-turbostat-Refactor-added-counter-value-printing-code.patch patches.suse/tools-power-turbostat.8-Update-example.patch patches.suse/tools-power-turbostat-Refactor-floating-point-printout-code.patch patches.suse/tools-power-turbostat-Remove-dead-code.patch patches.suse/tools-power-turbostat-Add-LLC-stats.patch patches.suse/tools-power-turbostat-Set-per_cpu_msr_sum-to-NULL-after-free.patch patches.suse/tools-power-turbostat-Add-run-time-MSR-driver-probe.patch patches.suse/tools-power-turbostat-Validate-RAPL-MSRs-for-AWS-Nitro-Hypervisor.patch patches.suse/tools-power-turbostat-Enhance-perf-probe.patch patches.suse/tools-power-turbostat-Validate-APERF-access-for-VMWARE.patch patches.suse/tools-power-turbostat-Print-nan-for-out-of-range-percentages.patch patches.suse/tools-power-turbostat-Print-percentages-in-8-columns.patch patches.suse/tools-power-turbostat-Print-wide-names-only-for-RAW-64-bit-columns.patch patches.suse/tools-power-turbostat-version-2025.12.02.patch patches.suse/landlock-Fix-handling-of-disconnected-directories.patch patches.suse/rpmsg-glink-fix-rpmsg-device-leak.patch patches.suse/via_wdt-fix-critical-boot-hang-due-to-unnamed-resour.patch patches.suse/watchdog-wdat_wdt-Fix-ACPI-table-leak-in-probe-funct.patch patches.suse/watchdog-starfive-Fix-resource-leak-in-probe-error-p.patch patches.suse/NFSD-blocklayout-Fix-minlength-check-in-proc_layoutget.patch patches.suse/NFSD-use-correct-reservation-type-in-nfsd4_scsi_fence_client.patch patches.suse/sched-headers-Remove-whitespace-noise-from-kernel-sched-sched.h.patch patches.suse/sched-hrtick-Fix-hrtick-vs.-scheduling-context.patch patches.suse/sched-fair-Fix-unfairness-caused-by-stalled-tg_load_avg_contrib-when-the-last-task-migrates-ou.patch patches.suse/fbdev-gbefb-fix-to-use-physical-address-instead-of-d.patch patches.suse/fbdev-tcx.c-fix-mem_map-to-correct-smem_start-offset.patch patches.suse/fbdev-pxafb-Fix-multiple-clamped-values-in-pxafb_adj.patch patches.suse/fbdev-ssd1307fb-fix-potential-page-leak-in-ssd1307fb.patch patches.suse/uio-uio_fsl_elbc_gpcm-Add-null-pointer-check-to-uio_.patch patches.suse/firmware-stratix10-svc-Add-mutex-in-stratix10-memory.patch patches.suse/iio-adc-ti_am335x_adc-Limit-step_avg-to-valid-range-.patch patches.suse/iio-imu-st_lsm6dsx-Fix-measurement-unit-for-odr-stru.patch patches.suse/iio-core-add-missing-mutex_destroy-in-iio_dev_releas.patch patches.suse/iio-core-Clean-up-device-correctly-on-iio_device_all.patch patches.suse/iio-core-Replace-lockdep_set_class-mutex_init-by-com.patch patches.suse/coresight-ETR-Fix-ETR-buffer-use-after-free-issue.patch patches.suse/interconnect-debugfs-Fix-incorrect-error-handling-fo.patch patches.suse/interconnect-qcom-msm8996-add-missing-link-to-SLAVE_.patch patches.suse/interconnect-qcom-sdx75-Drop-QPIC-interconnect-and-B.patch patches.suse/firmware-stratix10-svc-fix-make-htmldocs-warning-for.patch patches.suse/mei-gsc-add-dependency-on-Xe-driver.patch patches.suse/comedi-c6xdigio-Fix-invalid-PNP-driver-unregistratio.patch patches.suse/comedi-check-device-s-attached-status-in-compat-ioct.patch patches.suse/comedi-multiq3-sanitize-config-options-in-multiq3_at.patch patches.suse/comedi-pcl818-fix-null-ptr-deref-in-pcl818_ai_cancel.patch patches.suse/firmware_loader-make-RUST_FW_LOADER_ABSTRACTIONS-sel.patch patches.suse/misc-rp1-Fix-an-error-handling-path-in-rp1_probe.patch patches.suse/intel_th-Fix-error-handling-in-intel_th_output_open.patch patches.suse/char-applicom-fix-NULL-pointer-dereference-in-ac_ioc.patch patches.suse/serial-add-support-of-CPCI-cards.patch patches.suse/serial-sprd-Return-EPROBE_DEFER-when-uart-clock-is-n.patch patches.suse/usbip-Fix-locking-bug-in-RT-enabled-kernels.patch patches.suse/USB-Fix-descriptor-count-when-handling-invalid-MBIM-.patch patches.suse/usb-typec-ucsi-Handle-incorrect-num_connectors-capab.patch patches.suse/usb-dwc3-dwc3_power_off_all_roothub_ports-Use-iorema.patch patches.suse/usb-xhci-limit-run_graceperiod-for-only-usb-3.0-devi.patch patches.suse/usb-chaoskey-fix-locking-for-O_NONBLOCK.patch patches.suse/usb-dwc2-fix-hang-during-shutdown-if-set-as-peripher.patch patches.suse/usb-dwc2-fix-hang-during-suspend-if-set-as-periphera.patch patches.suse/usb-raw-gadget-cap-raw_io-transfer-length-to-KMALLOC.patch patches.suse/usb-usb-storage-No-additional-quirks-need-to-be-adde.patch patches.suse/usb-phy-Initialize-struct-usb_phy-list_head.patch patches.suse/USB-serial-belkin_sa-fix-TIOCMBIS-and-TIOCMBIC.patch patches.suse/USB-serial-kobil_sct-fix-TIOCMBIS-and-TIOCMBIC.patch patches.suse/USB-serial-ftdi_sio-match-on-interface-number-for-jt.patch patches.suse/USB-serial-option-add-Foxconn-T99W760.patch patches.suse/USB-serial-option-add-Telit-Cinterion-FE910C04-new-c.patch patches.suse/USB-serial-option-move-Telit-0x10c7-composition-in-t.patch patches.suse/usb-gadget-tegra-xudc-Always-reinitialize-data-toggl.patch patches.suse/staging-fbtft-core-fix-potential-memory-leak-in-fbtf.patch patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-rtw_get_.patch patches.suse/staging-rtl8723bs-fix-stack-buffer-overflow-in-OnAss.patch patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-OnBeacon.patch patches.suse/perf-tests-use-strdup-in-Object-code-reading.patch patches.suse/perf-stat-Additional-verbose-details-for-not-supported-eve.patch patches.suse/perf-build-python-Don-t-leave-a.out-file-when-building-wit.patch patches.suse/perf-bpf_counter-Fix-opening-of-any-1-CPU-events.patch patches.suse/perf-parse-events-Fix-legacy-cache-events-if-event-is-dupl.patch patches.suse/perf-perf_api_probe-Avoid-scanning-all-PMUs-try-software-P.patch patches.suse/perf-stat-Avoid-wildcarding-PMUs-for-default-events.patch patches.suse/perf-record-Skip-don-t-fail-for-events-that-don-t-open.patch patches.suse/perf-jevents-Support-copying-the-source-json-files-to-OUTP.patch patches.suse/perf-pmu-Don-t-eagerly-parse-event-terms.patch patches.suse/perf-parse-events-Remove-unused-FILE-input-argument-to-sca.patch patches.suse/perf-pmu-Use-fd-rather-than-FILE-from-new_alias.patch patches.suse/perf-pmu-Factor-term-parsing-into-a-perf_event_attr-into-a.patch patches.suse/perf-parse-events-Add-terms-for-legacy-hardware-and-cache-.patch patches.suse/perf-jevents-Add-legacy-json-terms-and-default_core-event-.patch patches.suse/perf-pmu-Add-and-use-legacy_terms-in-alias-information.patch patches.suse/perf-jevents-Add-legacy-hardware-and-legacy-cache-json.patch patches.suse/perf-print-events-Remove-print_hwcache_events.patch patches.suse/perf-print-events-Remove-print_symbol_events.patch patches.suse/perf-parse-events-Remove-hard-coded-legacy-hardware-and-ca.patch patches.suse/perf-record-Use-evlist__new_default-when-no-events-specifi.patch patches.suse/perf-top-Use-evlist__new_default-when-no-events-specified.patch patches.suse/perf-evlist-Avoid-scanning-all-PMUs-for-evlist__new_defaul.patch patches.suse/perf-evsel-Improvements-to-__evsel__match.patch patches.suse/perf-test-parse-events-Use-evsel__match-for-legacy-events.patch patches.suse/perf-test-parse-events-Without-a-PMU-use-cpu-cycles-rather.patch patches.suse/perf-test-parse-events-Remove-cpu-PMU-requirement.patch patches.suse/perf-test-Switch-cycles-event-to-cpu-cycles.patch patches.suse/perf-test-Clean-up-test_.config-helpers.patch patches.suse/perf-test-parse-events-Add-evlist-test-helper.patch patches.suse/perf-test-parse-events-Add-evsel-test-helper.patch patches.suse/perf-trace-Don-t-synthesize-mmaps-unless-callchains-are-en.patch patches.suse/perf-ilist-Don-t-display-deprecated-events.patch patches.suse/perf-python-Add-PMU-argument-to-parse_metrics.patch patches.suse/perf-ilist-Add-PMU-information-to-metrics.patch patches.suse/perf-stat-bperf-cgroup-Increase-MAX_EVENTS-from-32-to-1024.patch patches.suse/perf-c2c-Add-annotation-support-to-perf-c2c-report.patch patches.suse/perf-c2c-annotate-Start-from-the-contention-line.patch patches.suse/perf-parse-events-Make-X-modifier-more-respectful-of-group.patch patches.suse/perf-jevents-Fix-build-when-there-are-other-json-files-in-.patch patches.suse/perf-jevents-Remove-unused-makefile-variable.patch patches.suse/perf-jevents-Suppress-circular-dependency-warnings.patch patches.suse/perf-annotate-Fix-build-with-NO_SLANG-1.patch patches.suse/perf-annotate-fix-a-crash-when-annotate-the-same-symbol-wi.patch patches.suse/perf-annotate-Check-return-value-of-evsel__get_arch-proper.patch patches.suse/perf-annotate-Skip-annotating-data-types-to-lea-instructio.patch patches.suse/perf-annotate-Track-address-registers-via-TSR_KIND_POINTER.patch patches.suse/perf-annotate-Track-arithmetic-instructions-on-pointers.patch patches.suse/perf-annotate-Save-pointer-offset-in-stack-state.patch patches.suse/perf-annotate-Invalidate-register-states-for-untracked-ins.patch patches.suse/perf-annotate-Fix-Clang-build-by-adding-block-in-switch-ca.patch patches.suse/tools-arm64-Add-Cortex-A720AE-definitions.patch patches.suse/perf-cs-etm-Mute-enumeration-value-warning.patch patches.suse/perf-stat-Add-fix-bperf-cgroup-max-events-workarounds.patch patches.suse/perf-auxtrace-Add-auxtrace_synth_id_range_start-helper.patch patches.suse/perf-hwmon_pmu-Fix-uninitialized-variable-warning.patch patches.suse/perf-test-workload-Add-thread-count-argument-to-thloop.patch patches.suse/perf-lock-contention-Load-kernel-map-before-lookup.patch patches.suse/perf-record-skip-synthesize-event-when-open-evsel-failed.patch patches.suse/perf-vendor-events-arm64-Fix-typo-in-Ampere-eMag-json-file.patch patches.suse/perf-vendor-events-AmpereOneX-Fix-spelling-typo-in-the-met.patch patches.suse/perf-trace-Increase-syscall-handler-map-size-to-1024.patch patches.suse/perf-tools-Cache-counter-names-for-raw-samples-on-s390.patch patches.suse/perf-evsel-Remove-unused-metric_events-variable.patch patches.suse/perf-metricgroup-Update-comment-on-location-of-metric_even.patch patches.suse/perf-metricgroup-Missed-free-on-error-path.patch patches.suse/perf-metricgroup-When-copy-metrics-copy-default-informatio.patch patches.suse/perf-jevents-Make-all-tables-static.patch patches.suse/perf-record-Make-sure-to-update-build-ID-cache.patch patches.suse/perf-stat-Add-ScaleUnit-to-cpu-task-clock-JSON-description.patch patches.suse/perf-vendor-events-arm64-Add-i.MX94-DDR-Performance-Monito.patch patches.suse/perf-tool-Add-the-perf_tool-argument-to-all-callbacks.patch patches.suse/perf-tool-Add-a-delegate_tool-that-just-delegates-actions-.patch patches.suse/perf-pmu-Make-pmu_alias_terms-weak-again.patch patches.suse/perf-test-Add-test-that-command-line-period-overrides-sysf.patch patches.suse/perf-symbol-Remove-unneeded-semicolon.patch patches.suse/perf-tools-Fix-missing-feature-check-for-inherit-SAMPLE_RE.patch patches.suse/perf-metricgroup-Add-care-to-picking-the-evsel-for-display.patch patches.suse/perf-expr-Add-target_cpu-literal.patch patches.suse/perf-jevents-Add-set-of-common-metrics-based-on-default-on.patch patches.suse/perf-jevents-Add-metric-DefaultShowEvents.patch patches.suse/perf-stat-Add-detail-d-dd-ddd-metrics.patch patches.suse/perf-script-Change-metric-format-to-use-json-metrics.patch patches.suse/perf-stat-Remove-hard-coded-shadow-metrics.patch patches.suse/perf-stat-Fix-default-metricgroup-display-on-hybrid.patch patches.suse/perf-stat-Sort-default-events-metrics.patch patches.suse/perf-stat-Remove-unit-workarounds-for-metric-only.patch patches.suse/perf-test-stat-json-Improve-metric-only-testing.patch patches.suse/perf-test-stat-Ignore-failures-in-Default-234-metricgroups.patch patches.suse/perf-test-stat-Update-std_output-testing-metric-expectatio.patch patches.suse/perf-test-metrics-Update-all-metrics-for-possibly-failing-.patch patches.suse/perf-test-stat-Update-shadow-test-to-use-metrics.patch patches.suse/perf-test-stat-Update-test-expectations-and-events.patch patches.suse/perf-test-stat-csv-Update-test-expectations-and-events.patch patches.suse/perf-tool_pmu-Make-core_wide-and-target_cpu-json-events.patch patches.suse/perf-stat-Align-metric-output-without-events.patch patches.suse/perf-test-Add-a-perf-event-fallback-test.patch patches.suse/perf-intel-pt-Use-the-perf-provided-cpuid.h.patch patches.suse/perf-build-Don-t-add-NO_AUXTRACE-if-missing-feature-get_cp.patch patches.suse/perf-build-Remove-NO_AUXTRACE-build-option.patch patches.suse/perf-auxtrace-Remove-errno.h-from-auxtrace.h-and-fix-trans.patch patches.suse/perf-vendor-metrics-s390-Avoid-has_event-INSTRUCTIONS.patch patches.suse/perf-script-Fix-build-by-removing-unused-evsel_script.patch patches.suse/perf-sample-Fix-the-wrong-format-specifier.patch patches.suse/perf-test-Be-tolerant-of-missing-json-metric-none-value.patch patches.suse/perf-parse-events-Add-debug-logging-to-perf_event.patch patches.suse/perf-test-Don-t-fail-if-user-rdpmc-returns-0-when-disabled.patch patches.suse/perf-stat-Display-metric-only-for-0-counters.patch patches.suse/libperf-cpumap-Reduce-allocations-and-sorting-in-intersect.patch patches.suse/perf-pmu-perf_cpu_map__new_int-to-avoid-parsing-a-string.patch patches.suse/perf-tool_pmu-Use-old_count-when-computing-count-values-fo.patch patches.suse/perf-stat-shadow-Read-tool-events-directly.patch patches.suse/perf-stat-Reduce-scope-of-ru_stats.patch patches.suse/perf-stat-Reduce-scope-of-walltime_nsecs_stats.patch patches.suse/perf-tool_pmu-More-accurately-set-the-cpus-for-tool-events.patch patches.suse/perf-arm_spe-Fix-memset-subclass-in-operation.patch patches.suse/perf-arm_spe-Unify-operation-naming.patch patches.suse/perf-arm_spe-Decode-GCS-operation.patch patches.suse/perf-arm_spe-Rename-SPE_OP_PKT_IS_OTHER_SVE_OP-macro.patch patches.suse/perf-arm_spe-Decode-ASE-and-FP-fields-in-other-operation.patch patches.suse/perf-arm_spe-Decode-SME-data-processing-packet.patch patches.suse/perf-arm_spe-Remove-unused-operation-types.patch patches.suse/perf-arm_spe-Consolidate-operation-types.patch patches.suse/perf-arm_spe-Introduce-data-processing-macro-for-SVE-opera.patch patches.suse/perf-arm_spe-Report-register-access-in-record.patch patches.suse/perf-arm_spe-Report-MTE-allocation-tag-in-record.patch patches.suse/perf-arm_spe-Report-extended-memory-operations-in-records.patch patches.suse/perf-arm_spe-Report-associated-info-for-SVE-SME-operations.patch patches.suse/perf-arm_spe-Report-memset-and-memcpy-in-records.patch patches.suse/perf-arm_spe-Report-GCS-in-record.patch patches.suse/perf-arm_spe-Expose-SIMD-information-in-other-operations.patch patches.suse/perf-arm_spe-Synthesize-memory-samples-for-SIMD-operations.patch patches.suse/perf-stat-Read-tool-events-last.patch patches.suse/perf-maps-Avoid-RC_CHK-use-after-free.patch patches.suse/perf-test-maps-Additional-maps__fixup_overlap_and_insert-t.patch patches.suse/perf-header-Switch-cpu-for-find_core_pmu-in-caps-feature-w.patch patches.suse/perf-pmu-Add-PMU-kind-to-simplify-differentiating.patch patches.suse/perf-evsel-Skip-store_evsel_ids-for-non-perf-event-PMUs.patch patches.suse/perf-test-all-metrics-Fully-ignore-Default-metric-failures.patch patches.suse/perf-list-Print-matching-PMU-events-for-unit.patch patches.suse/perf-list-Share-print-state-with-JSON-output.patch patches.suse/perf-list-Support-filtering-in-JSON-output.patch patches.suse/perf-replace-strcpy-with-strncpy-in-util-jitdump.c.patch patches.suse/tools-headers-UAPI-Sync-linux-perf_event.h-with-the-kernel.patch patches.suse/perf-tools-Add-support-for-perf_event_attr-config4.patch patches.suse/perf-docs-arm-spe-Document-new-SPE-filtering-features.patch patches.suse/perf-pmu-fix-duplicate-conditional-statement.patch patches.suse/perf-vendor-events-riscv-add-T-HEAD-C920V2-JSON-support.patch patches.suse/perf-tools-Don-t-read-build-ids-from-non-regular-files.patch patches.suse/perf-trace-Skip-internal-syscall-arguments.patch patches.suse/perf-tools-Remove-a-trailing-newline-in-the-event-terms.patch patches.suse/perf-test-Fix-hybrid-testing-of-event-fallback-test.patch patches.suse/perf-jitdump-Add-sym-str-tables-to-build-ID-generation.patch patches.suse/perf-test-Add-python-JIT-dump-test.patch patches.suse/perf-python-Correct-copying-of-metric_leader-in-an-evsel.patch patches.suse/perf-ilist-Be-tolerant-of-reading-a-metric-on-the-wrong-CP.patch patches.suse/perf-jevents-Allow-multiple-metricgroups.json-files.patch patches.suse/perf-jevents-Update-metric-constraint-support.patch patches.suse/perf-jevents-Add-descriptions-to-metricgroup-abstraction.patch patches.suse/perf-jevents-Allow-metric-groups-not-to-be-named.patch patches.suse/perf-jevents-Support-parsing-negative-exponents.patch patches.suse/perf-jevents-Term-list-fix-in-event-parsing.patch patches.suse/perf-jevents-Add-threshold-expressions-to-Metric.patch patches.suse/perf-jevents-Move-json-encoding-to-its-own-functions.patch patches.suse/perf-jevents-Drop-duplicate-pending-metrics.patch patches.suse/perf-jevents-Skip-optional-metrics-in-metric-group-list.patch patches.suse/perf-tools-Mark-split-kallsyms-DSOs-as-loaded.patch patches.suse/perf-tools-Fix-split-kallsyms-DSO-counting.patch patches.suse/perf-tools-Fallback-to-initial-kernel-map-properly.patch patches.suse/perf-tools-Use-machine-root_dir-to-find-proc-kallsyms.patch patches.suse/perf-test-Add-kallsyms-split-test.patch patches.suse/perf-auxtrace-Include-sys-types.h-for-pid_t.patch patches.suse/perf-arm_spe-Add-CPU-variants-supporting-common-data-sourc.patch patches.suse/perf-vendor-events-intel-Update-alderlake-events-from-1.34.patch patches.suse/perf-vendor-events-intel-Update-arrowlake-events-from-1.13.patch patches.suse/perf-vendor-events-intel-Update-cascadelakex-metric-units.patch patches.suse/perf-vendor-events-intel-Update-graniterapids-events-from-.patch patches.suse/perf-vendor-events-intel-Update-icelakex-events-from-1.28-.patch patches.suse/perf-vendor-events-intel-Update-lunarlake-events-from-1.18.patch patches.suse/perf-vendor-events-intel-Update-meteorlake-events-from-1.1.patch patches.suse/perf-vendor-events-intel-Update-pantherlake-events-from-1..patch patches.suse/perf-vendor-events-intel-Update-sierraforest-events-from-1.patch patches.suse/perf-kvm-Fix-debug-assertion.patch patches.suse/perf-timechart-Add-record-support-for-output-perf.data-pat.patch patches.suse/perf-symbol-elf-Add-missing-puts-on-error-path.patch patches.suse/perf-symbol-Add-missed-dso__put.patch patches.suse/perf-probe-event-Ensure-probe-event-nsinfo-is-always-clear.patch patches.suse/perf-hist-In-init-ensure-mem_info-is-put-on-error-paths.patch patches.suse/perf-mem-events-Don-t-leak-online-CPU-map.patch patches.suse/perf-jitdump-Fix-missed-dso__put.patch patches.suse/perf-c2c-Clean-up-some-defensive-gets-and-make-asan-clean.patch patches.suse/perf-tests-c2c-Add-a-basic-c2c.patch patches.suse/perf-tests-buildid-Add-purge-and-remove-testing.patch patches.suse/perf-tests-top-Add-basic-perf-top-coverage-test.patch patches.suse/perf-tests-timechart-Add-a-perf-timechart-test.patch patches.suse/perf-tests-kallsyms-Add-basic-kallsyms-test.patch patches.suse/perf-tests-script-dlfilter-Add-a-dlfilter-test.patch patches.suse/perf-tests-evlist-Add-basic-evlist-test.patch patches.suse/perf-test-kvm-Add-some-basic-perf-kvm-test-coverage.patch patches.suse/perf-stat-Allow-no-events-to-open-if-this-is-a-null-run.patch patches.suse/libperf-cpumap-Fix-perf_cpu_map__max-for-an-empty-NULL-map.patch patches.suse/perf-cpumap-Add-any-CPU-handling-to-cpu_map__snprint_mask.patch patches.suse/perf-tests-stat-Add-null-coverage.patch patches.suse/perf-stat-When-no-events-don-t-report-an-error-if-there-is.patch patches.suse/perf-tests-stat-Add-test-for-error-for-an-offline-CPU.patch patches.suse/perf-stat-Improve-handling-of-termination-by-signal.patch patches.suse/libperf-Use-extern-in-LIBPERF_API-visibility-macro.patch patches.suse/clk-renesas-cpg-mssr-Add-missing-1ms-delay-into-rese.patch patches.suse/clk-renesas-r9a06g032-Fix-memory-leak-in-error-path.patch patches.suse/clk-samsung-exynos-clkout-Assign-.num-before-accessi.patch patches.suse/clk-qcom-camcc-sm8550-Specify-Titan-GDSC-power-domai.patch patches.suse/clk-qcom-camcc-sm6350-Specify-Titan-GDSC-power-domai.patch patches.suse/clk-qcom-dispcc-sm7150-Fix-dispcc_mdss_pclk0_clk_src.patch patches.suse/clk-qcom-camcc-sm6350-Fix-PLL-config-of-PLL2.patch patches.suse/clk-qcom-camcc-sm7150-Fix-PLL-config-of-PLL2.patch patches.suse/clk-qcom-Mark-camcc_sm7150_hws-static.patch patches.suse/i3c-fix-refcount-inconsistency-in-i3c_master_registe.patch patches.suse/i3c-master-svc-Prevent-incomplete-IBI-transaction.patch patches.suse/msft-hv-3369-mshv-Fix-VpRootDispatchThreadBlocked-value.patch patches.suse/msft-hv-3370-mshv-Fix-deposit-memory-in-MSHV_ROOT_HVCALL.patch patches.suse/Documentation-hyperv-Confidential-VMBus.patch patches.suse/msft-hv-3375-Drivers-hv-VMBus-protocol-version-6.0.patch patches.suse/msft-hv-3376-arch-x86-mshyperv-Discover-Confidential-VMBus-availa.patch patches.suse/msft-hv-3379-Drivers-hv-Rename-fields-for-SynIC-message-and-event.patch patches.suse/msft-hv-3380-Drivers-hv-Allocate-the-paravisor-SynIC-pages-when-r.patch patches.suse/msft-hv-3381-Drivers-hv-Post-messages-through-the-confidential-VM.patch patches.suse/msft-hv-3382-Drivers-hv-remove-stale-comment.patch patches.suse/msft-hv-3383-Drivers-hv-Check-message-and-event-pages-for-non-NUL.patch patches.suse/msft-hv-3384-Drivers-hv-Rename-the-SynIC-enable-and-disable-routi.patch patches.suse/msft-hv-3386-Drivers-hv-Allocate-encrypted-buffers-when-requested.patch patches.suse/msft-hv-3387-Drivers-hv-Free-msginfo-when-the-buffer-fails-to-dec.patch patches.suse/msft-hv-3388-Drivers-hv-Support-confidential-VMBus-channels.patch patches.suse/msft-hv-3389-Drivers-hv-Set-the-default-VMBus-version-to-6.0.patch patches.suse/msft-hv-3391-mshv-Only-map-vp-vp_stats_pages-if-on-root-scheduler.patch patches.suse/msft-hv-3392-mshv-Add-the-HVCALL_GET_PARTITION_PROPERTY_EX-hyperc.patch patches.suse/msft-hv-3393-mshv-Get-the-vmm-capabilities-offered-by-the-hypervi.patch patches.suse/msft-hv-3394-mshv-Allocate-vp-state-page-for-HVCALL_MAP_VP_STATE_.patch patches.suse/msft-hv-3395-mshv-Introduce-new-hypercall-to-map-stats-page-for-L.patch patches.suse/msft-hv-3397-x86-hyperv-Rename-guest-crash-shutdown-function.patch patches.suse/msft-hv-3398-hyperv-Add-two-new-hypercall-numbers-to-guest-ABI-pu.patch patches.suse/msft-hv-3399-hyperv-Add-definitions-for-hypervisor-crash-dump-sup.patch patches.suse/msft-hv-3400-x86-hyperv-Add-trampoline-asm-code-to-transition-fro.patch patches.suse/msft-hv-3401-x86-hyperv-Implement-hypervisor-RAM-collection-into-.patch patches.suse/msft-hv-3402-x86-hyperv-Enable-build-of-hypervisor-crashdump-coll.patch patches.suse/msft-hv-3403-Drivers-hv-fix-missing-kernel-doc-description-for-si.patch patches.suse/msft-hv-3404-Drivers-hv-Resolve-ambiguity-in-hypervisor-version-l.patch patches.suse/msft-hv-3405-Drivers-hv-Use-kmalloc_array-instead-of-kmalloc.patch patches.suse/msft-hv-3407-mshv-Fix-create-memory-region-overlap-check.patch patches.suse/msft-hv-3408-mshv-Allow-mappings-that-overlap-in-uaddr.patch patches.suse/msft-hv-3409-mshv-Extend-create-partition-ioctl-to-support-cpu-fe.patch patches.suse/msft-hv-3410-Drivers-hv-Export-some-symbols-for-mshv_vtl.patch patches.suse/msft-hv-3419-Drivers-hv-Introduce-mshv_vtl-driver.patch patches.suse/msft-hv-3420-mshv-Add-ioctl-for-self-targeted-passthrough-hvcalls.patch patches.suse/msft-hv-3421-Drivers-hv-use-kmalloc_array-instead-of-kmalloc.patch patches.suse/msft-hv-3422-mshv-adjust-interrupt-control-structure-for-ARM64.patch patches.suse/msft-hv-3423-mshv-Refactor-and-rename-memory-region-handling-func.patch patches.suse/msft-hv-3424-mshv-Centralize-guest-memory-region-destruction.patch patches.suse/msft-hv-3425-mshv-Move-region-management-to-mshv_regions.c.patch patches.suse/msft-hv-3426-mshv-Fix-huge-page-handling-in-memory-region-travers.patch patches.suse/msft-hv-3427-mshv-Add-refcount-and-locking-to-mem-regions.patch patches.suse/msft-hv-3428-mshv-Add-support-for-movable-memory-regions.patch patches.suse/msft-hv-3429-mshv-Add-definitions-for-MSHV-sleep-state-configurat.patch patches.suse/msft-hv-3430-mshv-Use-reboot-notifier-to-configure-sleep-state.patch patches.suse/msft-hv-3431-mshv-Cleanly-shutdown-root-partition-with-MSHV.patch patches.suse/phy-broadcom-bcm63xx-usbh-fix-section-mismatches.patch patches.suse/phy-renesas-rcar-gen3-usb2-Fix-an-error-handling-pat.patch patches.suse/phy-freescale-Initialize-priv-lock.patch patches.suse/phy-rockchip-samsung-hdptx-Reduce-ROPLL-loop-bandwid.patch patches.suse/phy-rockchip-samsung-hdptx-Prevent-Inter-Pair-Skew-f.patch patches.suse/pinctrl-stm32-fix-hwspinlock-resource-leak-in-probe-.patch patches.suse/pinctrl-renesas-rzg2l-Fix-PMC-restore.patch patches.suse/pinctrl-single-Fix-incorrect-type-for-error-return-v.patch patches.suse/hwmon-w83791d-Convert-macros-to-functions-to-avoid-T.patch patches.suse/docs-hwmon-fix-link-to-g762-devicetree-binding.patch patches.suse/block-use-bio_alloc_bioset-for-passthru-IO-by-defaul.patch patches.suse/block-enable-per-cpu-bio-cache-by-default.patch patches.suse/scsi-sd-reject-invalid-pr_read_keys-num_keys-values.patch patches.suse/nvme-reject-invalid-pr_read_keys-num_keys-values.patch patches.suse/block-add-IOC_PR_READ_KEYS-ioctl.patch patches.suse/block-add-IOC_PR_READ_RESERVATION-ioctl.patch patches.suse/block-fix-comment-for-op_is_zone_mgmt-to-include-RES.patch patches.suse/block-fix-memory-leak-in-__blkdev_issue_zero_pages.patch patches.suse/nvme-fc-don-t-hold-rport-lock-when-putting-ctrl.patch patches.suse/nvme-fabrics-add-ENOKEY-to-no-retry-criteria-for-aut.patch patches.suse/io_uring-poll-correctly-handle-io_poll_add-return-va.patch patches.suse/io_uring-rsrc-fix-lost-entries-after-cloned-range.patch patches.suse/platform-x86-intel-pmc-Update-Arrow-Lake-telemetry-G.patch patches.suse/platform-x86-intel-pmc-Add-support-for-multiple-DMU-.patch patches.suse/platform-x86-intel-pmc-Add-DMU-GUID-to-Arrow-Lake-U-.patch patches.suse/platform-x86-intel-pmc-Rename-PMC-index-variable-to-.patch patches.suse/platform-x86-intel-pmc-Relocate-lpm_req_guid-to-pmc_.patch patches.suse/platform-x86-intel-pmc-Remove-redundant-has_die_c6-v.patch patches.suse/platform-x86-intel-vsec-Add-support-for-Wildcat-Lake.patch patches.suse/platform-x86-intel-pmc-Enable-SSRAM-support-for-Wild.patch patches.suse/platform-x86-intel-hid-Add-Dell-Pro-Rugged-10-12-tab.patch patches.suse/platform-x86-asus-wmi-use-brightness_set_blocking-fo.patch patches.suse/i2c-i2c.h-fix-a-bad-kernel-doc-line.patch patches.suse/i2c-i801-Add-support-for-Intel-Diamond-Rapids.patch patches.suse/i2c-designware-Disable-SMBus-interrupts-to-prevent-s.patch patches.suse/i2c-i801-Fix-the-Intel-Diamond-Rapids-features.patch patches.suse/i2c-amd-mp2-fix-reference-leak-in-MP2-PCI-device.patch patches.suse/regulator-fixed-Rely-on-the-core-freeing-the-enable-.patch patches.suse/dm-Fix-deadlock-when-reloading-a-multipath-table.patch patches.suse/dm-ebs-Mark-full-buffer-dirty-even-on-partial-write.patch patches.suse/dm-verity-disable-recursive-forward-error-correction.patch patches.suse/dm-bufio-align-write-boundary-on-physical-block-size.patch patches.suse/dm-snapshot-fix-scheduling-while-atomic-on-real-time.patch patches.suse/NFSv4-ensure-the-open-stateid-seqid-doesn-t-go-backwards.patch patches.suse/NFSv4-pNFS-Clear-NFS_INO_LAYOUTCOMMIT-in-pnfs_mark_layout_.patch patches.suse/NFS-Automounted-filesystems-should-inherit-ro-noexec-nodev.patch patches.suse/NFS-Fix-up-the-automount-fs_context-to-use-the-correct-cred.patch patches.suse/bcache-fix-improper-use-of-bi_end_io.patch patches.suse/block-prohibit-calls-to-bio_chain_endio.patch patches.suse/block-Use-RCU-in-blk_mq_-un-quiesce_tagset-instead-o.patch patches.suse/blk-mq-delete-task-running-check-in-blk_hctx_poll.patch patches.suse/blk-mq-dma-always-initialize-dma-state.patch patches.suse/ALSA-hda-cs35l41-Fix-NULL-pointer-dereference-in-cs3-c34b04c.patch patches.suse/ALSA-firewire-motu-fix-buffer-overflow-in-hwdep-read.patch patches.suse/ALSA-usb-audio-Initialize-status1-to-fix-uninitializ.patch patches.suse/ALSA-hda-realtek-Add-support-for-HP-Turbine-Laptops.patch patches.suse/ALSA-hda-realtek-Add-support-for-ASUS-UM3406GA.patch patches.suse/ALSA-hda-core-add-addr_offset-field-for-bus-address-.patch patches.suse/ALSA-hda-add-CIX-IPBLOQ-HDA-controller-support.patch patches.suse/ALSA-uapi-Fix-typo-in-asound.h-comment.patch patches.suse/ALSA-firewire-motu-add-bounds-check-in-put_user-loop.patch patches.suse/ALSA-hda-intel-dsp-config-Prefer-legacy-driver-as-fa.patch patches.suse/ASoC-cs-amp-lib-Revert-use-of-__free-kfree-back-to-n.patch patches.suse/ASoC-bcm-bcm63xx-pcm-whistler-Check-return-value-of-.patch patches.suse/ASoC-amd-acp-Audio-is-not-resuming-after-s0ix.patch patches.suse/ASoC-codecs-nau8325-Silence-uninitialized-variables-.patch patches.suse/ASoC-rockchip-Fix-Wvoid-pointer-to-enum-cast-warning.patch patches.suse/ASoc-qcom-q6afe-fix-bad-guard-conversion.patch patches.suse/ASoC-ak4458-Disable-regulator-when-error-happens.patch patches.suse/ASoC-ak5558-Disable-regulator-when-error-happens.patch patches.suse/ASoC-codecs-wcd937x-fix-OF-node-leaks-on-probe-failu.patch patches.suse/ASoC-codecs-wcd938x-fix-OF-node-leaks-on-probe-failu.patch patches.suse/ASoC-codecs-wcd939x-fix-OF-node-leaks-on-probe-failu.patch patches.suse/ASoC-cros_ec_codec-Remove-unnecessary-selection-of-C.patch patches.suse/ASoC-cs35l41-Always-return-0-when-a-subsystem-ID-is-.patch patches.suse/ASoC-cs35l56-Fix-incorrect-select-SND_SOC_CS35L56_CA.patch patches.suse/ASoC-amd-acp-update-tdm-channels-for-specific-DAI.patch patches.suse/ALSA-hda-cix-ipbloq-Use-modern-PM-ops.patch patches.suse/ALSA-hda-tas2781-Add-new-quirk-for-HP-new-project.patch patches.suse/of-base-Add-of_property_read_u8_index.patch patches.suse/soundwire-qcom-remove-unused-rd_fifo_depth.patch patches.suse/soundwire-qcom-deprecate-qcom-din-out-ports.patch patches.suse/soundwire-qcom-prepare-for-v3.x.patch patches.suse/soundwire-qcom-adding-support-for-v3.1.0.patch patches.suse/soundwire-cadence_master-make-frame-index-trace-more.patch patches.suse/soundwire-only-compute-BPT-stream-in-sdw_compute_dp0.patch patches.suse/soundwire-cadence_master-set-data_per_frame-as-frame.patch patches.suse/soundwire-cadence-export-sdw_cdns_bpt_find_bandwidth.patch patches.suse/ASoC-SOF-Intel-export-hda_sdw_bpt_get_buf_size_aligm.patch patches.suse/soundwire-cadence_master-add-fake_size-parameter-to-.patch patches.suse/soundwire-intel_ace2x-add-fake-frame-to-BRA-read-com.patch patches.suse/soundwire-introduce-BPT-section.patch patches.suse/soundwire-pass-sdw_bpt_section-to-cdns-BPT-helpers.patch patches.suse/soundwire-intel_ace2x-handle-multi-BPT-sections.patch patches.suse/rtc-nvvrs-add-NVIDIA-VRS-RTC-device-driver.patch patches.suse/rtc-gamecube-Check-the-return-value-of-ioremap.patch patches.suse/drm-amdkfd-Use-huge-page-size-to-check-split-svm-ran.patch patches.suse/drm-amd-display-Use-GFP_ATOMIC-in-dc_create_plane_st.patch patches.suse/drm-amdkfd-Export-the-cwsr_size-and-ctl_stack_size-t.patch patches.suse/drm-amd-display-shrink-struct-members.patch patches.suse/drm-amdkfd-bump-minimum-vgpr-size-for-gfx1151.patch patches.suse/Revert-drm-amd-display-Fix-pbn-to-kbps-Conversion.patch patches.suse/drm-i915-Fix-format-string-truncation-warning.patch patches.suse/drm-plane-Fix-IS_ERR-vs-NULL-check-in-drm_plane_crea.patch patches.suse/drm-nouveau-refactor-deprecated-strcpy.patch patches.suse/drm-nouveau-Replace-sprintf-with-sysfs_emit.patch patches.suse/drm-ttm-Avoid-NULL-pointer-deref-for-evicted-BOs.patch patches.suse/drm-mgag200-Fix-big-endian-support.patch patches.suse/msft-hv-3432-x86-hv-Add-gitignore-entry-for-generated-header-file.patch patches.suse/ocfs2-fix-kernel-BUG-in-ocfs2_find_victim_chain.patch patches.suse/args-fix-documentation-to-reflect-the-correct-number.patch patches.suse/irqchip-mchp-eic-Fix-error-code-in-mchp_eic_domain_a.patch patches.suse/perf-x86-amd-uncore-Fix-the-return-value-of-amd_uncore_df_.patch patches.suse/perf-core-Fix-missing-read-event-generation-on-task-exit.patch patches.suse/perf-x86-intel-Fix-NULL-event-dereference-crash-in-handle_.patch patches.suse/cpu-Make-atomic-hotplug-callbacks-run-with-interrupts-disabled-on-UP.patch patches.suse/libceph-make-decode_pool-more-resilient-against-corrupted-.patch patches.suse/scsi-mpi3mr-Prevent-duplicate-SAS-SATA-device-entrie.patch patches.suse/scsi-qla2xxx-Enable-disable-IRQD_NO_BALANCING-during.patch patches.suse/cgroup-rstat-use-LOCK-CMPXCHG-in-css_rstat_updated.patch patches.suse/btrfs-don-t-log-conflicting-inode-if-it-s-a-dir-move.patch patches.suse/btrfs-do-not-skip-logging-new-dentries-when-logging-.patch patches.suse/btrfs-fix-changeset-leak-on-mmap-write-after-failure.patch patches.suse/s390-ipl-Clear-SBP-flag-when-bootprog-is-set.patch patches.suse/net-smc-SMC_HS_CTRL_BPF-should-depend-on-BPF_JIT.patch patches.suse/libbpf-Fix-Wdiscarded-qualifiers-under-C23.patch patches.suse/bpf-Fix-verifier-assumptions-of-bpf_d_path-s-output-.patch patches.suse/fsnotify-do-not-generate-ACCESS-MODIFY-events-on-chi.patch patches.suse/net-hsr-fix-NULL-pointer-dereference-in-prp_get_unta.patch patches.suse/net-sched-ets-Always-remove-class-from-active-list-b.patch patches.suse/net-mlx5-make-enable_mpesw-idempotent.patch patches.suse/net-mlx5-Fix-double-unregister-of-HCA_PORTS-componen.patch patches.suse/net-phy-marvell-88q2xxx-Fix-clamped-value-in-mv88q2x.patch patches.suse/mlxsw-spectrum_router-Fix-neighbour-use-after-free.patch patches.suse/mlxsw-spectrum_mr-Fix-use-after-free-when-updating-multica.patch patches.suse/r8169-fix-RTL8117-Wake-on-Lan-in-DASH-mode.patch patches.suse/bnxt_en-Fix-XDP_TX-path.patch patches.suse/mptcp-avoid-deadlock-on-fallback-while-reinjecting.patch patches.suse/net-openvswitch-fix-middle-attribute-validation-in-push_ns.patch patches.suse/net-handshake-restore-destructor-on-submit-failure.patch patches.suse/broadcom-b44-prevent-uninitialized-value-usage.patch patches.suse/inet-frags-add-inet_frag_queue_flush.patch patches.suse/inet-frags-flush-pending-skbs-in-fqdir_pre_exit.patch patches.suse/ipvs-fix-ipv4-null-ptr-deref-in-route-error-path.patch patches.suse/can-gs_usb-gs_can_open-fix-error-handling.patch patches.suse/caif-fix-integer-underflow-in-cffrml_receive.patch patches.suse/net-sched-ets-Remove-drr-class-from-the-active-list-.patch patches.suse/nfc-pn533-Fix-error-code-in-pn533_acr122_poweron_rdr.patch patches.suse/ethtool-Avoid-overflowing-userspace-buffer-on-stats-query.patch patches.suse/net-mlx5-fw-reset-clear-reset-requested-on-drain_fw_.patch patches.suse/net-mlx5-Drain-firmware-reset-in-shutdown-callback.patch patches.suse/net-mlx5-fw_tracer-Validate-format-string-parameters.patch patches.suse/net-mlx5-fw_tracer-Handle-escaped-percent-properly.patch patches.suse/net-mlx5-Serialize-firmware-reset-with-devlink.patch patches.suse/net-mlx5e-Use-ip6_dst_lookup-instead-of-ipv6_dst_loo.patch patches.suse/net-mlx5e-Trigger-neighbor-resolution-for-unresolved.patch patches.suse/net-mlx5e-Do-not-update-BQL-of-old-txqs-during-chann.patch patches.suse/net-handshake-duplicate-handshake-cancellations-leak-socke.patch patches.suse/net-hns3-using-the-num_tqps-in-the-vf-driver-to-appl.patch patches.suse/net-hns3-add-VLAN-id-validation-before-using.patch patches.suse/can-j1939-make-j1939_session_activate-fail-if-device.patch patches.suse/can-j1939-make-j1939_sk_bind-fail-if-device-is-no-lo.patch patches.suse/PM-runtime-Do-not-clear-needs_force_resume-with-enab.patch patches.suse/powercap-fix-race-condition-in-register_control_type.patch patches.suse/powercap-fix-sscanf-error-return-value-handling.patch patches.suse/ACPI-CPPC-Fix-missing-PCC-check-for-guaranteed_perf.patch patches.suse/ACPI-PCC-Fix-race-condition-by-removing-static-quali.patch patches.suse/tracing-Do-not-register-unsupported-perf-events.patch patches.suse/block-fix-race-between-wbt_enable_default-and-IO-sub.patch patches.suse/block-add-allocation-size-check-in-blkdev_pr_read_ke.patch patches.suse/block-validate-pi_offset-integrity-limit.patch patches.suse/block-validate-interval_exp-integrity-limit.patch patches.suse/KVM-Disallow-toggling-KVM_MEM_GUEST_MEMFD-on-an-exis.patch patches.suse/KVM-nSVM-Clear-exit_code_hi-in-VMCB-when-synthesizin.patch patches.suse/KVM-nSVM-Set-exit_code_hi-to-1-when-synthesizing-SVM.patch patches.suse/arm64-mm-Simplify-check-in-arch_kfence_init_pool.patch patches.suse/drm-amd-display-Fix-scratch-registers-offsets-for-DC.patch patches.suse/drm-amd-display-Fix-scratch-registers-offsets-for-DC-fd62aa1.patch patches.suse/drm-amd-display-Fix-DP-no-audio-issue.patch patches.suse/drm-amdkfd-Fix-improper-NULL-termination-of-queue-re.patch patches.suse/drm-panel-sony-td4353-jdi-Enable-prepare_prev_first.patch patches.suse/drm-me-gsc-mei-interrupt-top-half-should-be-in-irq-d.patch patches.suse/drm-xe-bo-Don-t-include-the-CCS-metadata-in-the-dma-.patch patches.suse/drm-xe-Limit-num_syncs-to-prevent-oversized-allocati.patch patches.suse/drm-xe-oa-Limit-num_syncs-to-prevent-oversized-alloc.patch patches.suse/drm-xe-Adjust-long-running-workload-timeslices-to-re.patch patches.suse/drm-xe-oa-Disallow-0-OA-property-values.patch patches.suse/drm-xe-Drop-preempt-fences-when-destroying-imported-.patch patches.suse/drm-xe-Use-usleep_range-for-accurate-long-running-wo.patch patches.suse/mmc-sdhci-of-arasan-Increase-CD-stable-timeout-to-2-.patch patches.suse/mmc-sdhci-esdhc-imx-add-alternate-ARCH_S32-dependenc.patch patches.suse/hwmon-dell-smm-Limit-fan-multiplier-to-avoid-overflo.patch patches.suse/hwmon-tmp401-fix-overflow-caused-by-default-conversi.patch patches.suse/hwmon-ltc4282-Fix-reset_history-file-permissions.patch patches.suse/xfs-fix-a-UAF-problem-in-xattr-repair.patch patches.suse/spi-fsl-cpm-Check-length-parity-before-switching-to-.patch patches.suse/spi-mt65xx-Use-IRQF_ONESHOT-with-threaded-IRQ.patch patches.suse/spi-cadence-quadspi-Fix-clock-disable-on-probe-failu.patch patches.suse/ata-libata-core-Disable-LPM-on-ST2000DM008-2FR102.patch patches.suse/x86-bug-Fix-old-GCC-compile-fails.patch patches.suse/i2c-i801-Add-support-for-Intel-Nova-Lake-S.patch patches.suse/Input-lkkbd-disable-pending-work-before-freeing-devi.patch patches.suse/Input-atkbd-skip-deactivate-for-HONOR-FMB-P-s-intern.patch patches.suse/Input-i8042-add-TUXEDO-InfinityBook-Max-Gen10-AMD-to.patch patches.suse/Input-alps-fix-use-after-free-bugs-caused-by-dev3_re.patch patches.suse/Input-ti_am335x_tsc-fix-off-by-one-error-in-wire_ord.patch patches.suse/ALSA-hda-Remove-unnecessary-print-function-dev_err.patch patches.suse/ALSA-usb-audio-Update-for-native-DSD-support-quirks.patch patches.suse/ALSA-usb-audio-Reorder-USB-mode-selection-quirk.patch patches.suse/ALSA-usb-audio-Do-not-expose-PCM-and-DSD-on-same-alt.patch patches.suse/ALSA-hda-realtek-enable-woofer-speakers-on-Medion-NM.patch patches.suse/ALSA-vxpocket-Fix-resource-leak-in-vxpocket_probe-er.patch patches.suse/ALSA-pcmcia-Fix-resource-leak-in-snd_pdacf_probe-err.patch patches.suse/ALSA-usb-mixer-us16x08-validate-meter-packet-indices.patch patches.suse/ALSA-hda-realtek-Add-support-for-HP-Trekker-Laptop.patch patches.suse/ALSA-hda-realtek-Add-support-for-HP-Clipper-Laptop.patch patches.suse/ALSA-hda-realtek-fix-micmute-LED-reversed-on-HP-Abe-.patch patches.suse/ALSA-hda-realtek-Add-Asus-quirk-for-TAS-amplifiers.patch patches.suse/ASoC-tegra-Fix-uninitialized-flat-cache-warning-in-t.patch patches.suse/ASoC-amd-yc-Add-quirk-for-Honor-MagicBook-X16-2025.patch patches.suse/ASoC-qcom-sdm845-set-quaternary-MI2S-codec-DAI-to-I2.patch patches.suse/ASoC-fsl_sai-Constrain-sample-rates-from-audio-PLLs-.patch patches.suse/ASoC-sdw_utils-subtract-the-endpoint-that-is-not-pre.patch patches.suse/ASoC-SOF-topology-Add-context-when-sink-or-source-wi.patch patches.suse/ASoC-SOF-ipc4-topology-set-playback-channel-mask.patch patches.suse/ASoC-SOF-Intel-pci-mtl-Change-the-topology-path-to-i.patch patches.suse/ASoC-soc-acpi-SOF-Add-best_effort-flag-to-get_functi.patch patches.suse/ASoC-Intel-soc-acpi-intel-nvl-match-Drop-rt722-l3-fr.patch patches.suse/ASoC-SOF-ipc4-topology-Prefer-32-bit-DMIC-blobs-for-.patch patches.suse/ASoC-SOF-ipc4-topology-Convert-FLOAT-to-S32-during-b.patch patches.suse/ASoC-ak4458-remove-the-reset-operation-in-probe-and-.patch patches.suse/ASoC-fsl_sai-Add-missing-registers-to-cache-default.patch patches.suse/ASoC-fsl_xcvr-provide-regmap-names.patch patches.suse/ASoC-rt1320-update-VC-blind-write-settings.patch patches.suse/ASoC-fsl-asoc-card-Use-of_property_present-for-non-b.patch patches.suse/ASoC-ops-fix-snd_soc_get_volsw-for-sx-controls.patch patches.suse/ASoC-fsl_easrc-fix-duplicate-debugfs-directory-error.patch patches.suse/ASoC-fsl_asrc_dma-fix-duplicate-debugfs-directory-er.patch patches.suse/ASoC-Intel-soc-acpi-intel-mtl-match-Add-6-amp-CS35L5.patch patches.suse/ASoC-Intel-soc-acpi-intel-mtl-match-Add-6-amp-CS35L6.patch patches.suse/ALSA-hda-realtek-fix-PCI-SSID-for-one-of-the-HP-200-.patch patches.suse/SUNRPC-svcauth_gss-avoid-NULL-deref-on-zero-length-gss_tok.patch patches.suse/svcrdma-use-rc_pageoff-for-memcpy-byte-offset.patch patches.suse/svcrdma-return-0-on-success-from-svc_rdma_copy_inline_range.patch patches.suse/NFSD-Clear-SECLABEL-in-the-suppattr_exclcreat-bitmap.patch patches.suse/NFSD-NFSv4-file-creation-neglects-setting-ACL.patch patches.suse/io_uring-fix-filename-leak-in-__io_openat_prep.patch patches.suse/scsi-mpi3mr-Read-missing-IOCFacts-flag-for-reply-que.patch patches.suse/drm-msm-dpu-Add-missing-NULL-pointer-check-for-pingp.patch patches.suse/spi-cadence-quadspi-Prevent-lost-complete-call-durin.patch patches.suse/powerpc-kexec-Enable-SMT-before-waking-offline-CPUs.patch patches.suse/firewire-nosy-Fix-dma_free_coherent-size.patch patches.suse/serial-core-Restore-sysfs-fwnode-information.patch patches.suse/serial-core-Fix-serial-device-initialization.patch patches.suse/serial-sh-sci-Check-that-the-DMA-cookie-is-valid.patch patches.suse/serial-xilinx_uartps-fix-rs485-delay_rts_after_send.patch patches.suse/usb-dwc3-keep-susphy-enabled-during-exit-to-avoid-co.patch patches.suse/usb-renesas_usbhs-Fix-a-resource-leak-in-usbhs_pipe_.patch patches.suse/usb-typec-altmodes-displayport-Drop-the-device-refer.patch patches.suse/USB-lpc32xx_udc-Fix-error-handling-in-probe.patch patches.suse/usb-dwc3-of-simple-fix-clock-resource-leak-in-dwc3_o.patch patches.suse/usb-usb-storage-Maintain-minimal-modifications-to-th.patch patches.suse/usb-gadget-lpc32xx_udc-fix-clock-imbalance-in-error-.patch patches.suse/usb-phy-isp1301-fix-non-OF-device-reference-imbalanc.patch patches.suse/usb-ohci-nxp-fix-device-leak-on-probe-failure.patch patches.suse/crypto-seqiv-Do-not-use-req-iv-after-crypto_aead_enc.patch patches.suse/cpuset-fix-warning-when-disabling-remote-partition.patch patches.suse/genalloc.h-fix-htmldocs-warning.patch patches.suse/idr-fix-idr_alloc-returning-an-ID-out-of-range.patch patches.suse/mm-page_alloc-change-all-pageblocks-migrate-type-on-coales.patch patches.suse/net-usb-sr9700-support-devices-with-virtual-driver-C.patch patches.suse/net-mdio-aspeed-add-dummy-read-to-avoid-read-after-w.patch patches.suse/ip6_gre-make-ip6gre_header-robust.patch patches.suse/team-fix-check-for-port-enabled-in-team_queue_overri.patch patches.suse/mptcp-fallback-earlier-on-simult-connection.patch patches.suse/net-usb-rtl8150-fix-memory-leak-on-usb_submit_urb-fa.patch patches.suse/Bluetooth-btusb-revert-use-of-devm_kzalloc-in-btusb.patch patches.suse/smc91x-fix-broken-irq-context-in-PREEMPT_RT.patch patches.suse/i40e-fix-scheduling-in-set_rx_mode.patch patches.suse/i40e-validate-ring_len-parameter-against-hardware-sp.patch patches.suse/iavf-fix-off-by-one-issues-in-iavf_config_rss_reg.patch patches.suse/idpf-fix-LAN-memory-regions-command-on-some-NVMs.patch patches.suse/idpf-reduce-mbx_task-schedule-delay-to-300us.patch patches.suse/e1000-fix-OOB-in-e1000_tbi_should_accept.patch patches.suse/net-usb-asix-validate-PHY-address-before-use.patch patches.suse/net-nfc-fix-deadlock-between-nfc_unregister_device-a.patch patches.suse/msft-hv-3434-net-mana-Fix-use-after-free-in-reset-service-rescan-.patch patches.suse/octeontx2-pf-fix-UBSAN-shift-out-of-bounds-error.patch patches.suse/wifi-mac80211-Discard-Beacon-frames-to-non-broadcast.patch patches.suse/wifi-rtw88-limit-indirect-IO-under-powered-off-for-R.patch patches.suse/wifi-rtlwifi-8192cu-fix-tid-out-of-range-in-rtl92cu_.patch patches.suse/wifi-cfg80211-sme-store-capped-length-in-__cfg80211_.patch patches.suse/wifi-wlcore-ensure-skb-headroom-before-skb_push.patch patches.suse/wifi-mac80211-don-t-WARN-for-connections-on-invalid-.patch patches.suse/wifi-mac80211-do-not-use-old-MBSSID-elements.patch patches.suse/wifi-mac80211-ocb-skip-rx_no_sta-when-interface-is-n.patch patches.suse/wifi-iwlwifi-Fix-firmware-version-handling.patch patches.suse/wifi-iwlwifi-Implement-settime64-as-stub-for-MVM-MLD.patch patches.suse/net-stmmac-fix-the-crash-issue-for-zero-copy-XDP_TX-action.patch patches.suse/gve-defer-interrupt-enabling-until-NAPI-registration.patch patches.suse/ipv6-BUG-in-pskb_expand_head-as-part-of-calipso_skbuff_set.patch patches.suse/net-usb-sr9700-fix-incorrect-command-used-to-write-s.patch patches.suse/ipv4-Fix-reference-count-leak-when-using-error-routes-with.patch patches.suse/net-rose-fix-invalid-array-index-in-rose_kill_by_dev.patch patches.suse/ipv6-fix-a-BUG-in-rt6_get_pcpu_route-under-PREEMPT_RT.patch patches.suse/nfsd-Drop-the-client-reference-in-client_states_open.patch patches.suse/platform-mellanox-mlxbf-pmc-Remove-trailing-whitespa.patch patches.suse/platform-x86-msi-laptop-add-missing-sysfs_remove_gro.patch patches.suse/platform-x86-ibm_rtl-fix-EBDA-signature-search-point.patch patches.suse/platform-x86-intel-pmt-Fix-kobject-memory-leak-on-in.patch patches.suse/platform-x86-hp-bioscfg-Fix-out-of-bounds-array-acce.patch patches.suse/platform-x86-intel-pmt-discovery-use-valid-device-po.patch patches.suse/drm-imagination-Disallow-exporting-of-PM-FW-protecte.patch patches.suse/drm-nouveau-dispnv50-Don-t-call-drm_atomic_get_crtc_.patch patches.suse/drm-i915-gem-Zero-initialize-the-eb.vma-array-in-i91.patch patches.suse/x86-microcode-AMD-Fix-Entrysign-revision-check-for-Z.patch patches.suse/block-bfq-fix-aux-stat-accumulation-destination.patch patches.suse/blk-mq-skip-CPU-offline-notify-on-unmapped-hctx.patch patches.suse/md-raid5-fix-possible-null-pointer-dereferences-in-r.patch patches.suse/md-suspend-array-while-updating-raid_disks-via-sysfs.patch patches.suse/block-bfq-update-outdated-comment.patch patches.suse/RDMA-core-Check-for-the-presence-of-LS_NLA_TYPE_DGID.patch patches.suse/RDMA-cm-Fix-leaking-the-multicast-GID-table-referenc.patch patches.suse/RDMA-ucma-Fix-rdma_ucm_query_ib_service_resp-struct-.patch patches.suse/RDMA-irdma-Fix-irdma_alloc_ucontext_resp-padding.patch patches.suse/msft-hv-3433-RDMA-mana_ib-check-cqe-length-for-kernel-CQs.patch patches.suse/RDMA-irdma-avoid-invalid-read-in-irdma_net_event.patch patches.suse/RTRS-rtrs-clean-up-rtrs-headers-kernel-doc.patch patches.suse/RDMA-efa-Remove-possible-negative-shift.patch patches.suse/RDMA-core-Fix-logic-error-in-ib_get_gids_from_rdma_h.patch patches.suse/RDMA-bnxt_re-Fix-incorrect-BAR-check-in-bnxt_qplib_m.patch patches.suse/RDMA-rxe-let-rxe_reclassify_recv_socket-call-sk_owne.patch patches.suse/RDMA-core-always-drop-device-refcount-in-ib_del_sub_.patch patches.suse/RDMA-bnxt_re-Fix-IB_SEND_IP_CSUM-handling-in-post_se.patch patches.suse/RDMA-bnxt_re-Fix-OOB-write-in-bnxt_re_copy_err_stats.patch patches.suse/RDMA-bnxt_re-Fix-to-use-correct-page-size-for-PDE-ta.patch patches.suse/IB-rxe-Fix-missing-umem_odp-umem_mutex-unlock-on-err.patch patches.suse/RDMA-rtrs-Fix-clt_path-max_pages_per_mr-calculation.patch patches.suse/RDMA-bnxt_re-fix-dma_free_coherent-pointer.patch patches.suse/perf-tools-Disable-BPF-skeleton-if-no-libopenssl-found.patch patches.suse/perf-symbol-Fix-ENOENT-case-for-filename__read_build_id.patch patches.suse/perf-tests-kvm-Avoid-leaving-perf.data.guest-file-around.patch patches.suse/perf-tests-top-Make-the-test-exclusive.patch patches.suse/tools-headers-arm64-Add-NVIDIA-Olympus-part.patch patches.suse/perf-arm-spe-Add-NVIDIA-Olympus-to-neoverse-list.patch patches.suse/tools-headers-Sync-UAPI-linux-fcntl.h-with-kernel-sources.patch patches.suse/tools-headers-Sync-UAPI-linux-mount.h-with-kernel-sources.patch patches.suse/tools-headers-Sync-UAPI-sound-asound.h-with-kernel-sources.patch patches.suse/tools-headers-Sync-x86-headers-with-kernel-sources.patch patches.suse/tools-headers-Sync-arm64-headers-with-kernel-sources.patch patches.suse/of-unittest-Fix-memory-leak-in-unittest_data_add.patch patches.suse/btrfs-fix-NULL-dereference-on-root-when-tracing-inod.patch patches.suse/btrfs-fix-deadlock-in-wait_current_trans-due-to-igno.patch patches.suse/btrfs-fix-beyond-EOF-write-handling.patch patches.suse/btrfs-always-detect-conflicting-inodes-when-logging-.patch patches.suse/btrfs-do-not-free-data-reservation-in-fallback-from-.patch patches.suse/btrfs-fix-reservation-leak-in-some-error-paths-when-.patch patches.suse/NFSD-Fix-permission-check-for-read-access-to-executable-only-files.patch patches.suse/nfsd-provide-locking-for-v4_end_grace.patch patches.suse/nfsd-use-correct-loop-termination-in-nfsd4_revoke_states.patch patches.suse/nfsd-check-that-server-is-running-in-unlock_filesystem.patch patches.suse/ALSA-ac97-fix-a-double-free-in-snd_ac97_controller_r.patch patches.suse/ALSA-hda-tas2781-properly-initialize-speaker_id-for-.patch patches.suse/ASoC-Intel-sof_sdw-shift-SSP-BT-mask-bits.patch patches.suse/ASoC-SOF-Intel-add-bt-tplg-suffix-if-BT-is-present.patch patches.suse/ASoC-codecs-pm4125-clean-up-bind-device-reference-ha.patch patches.suse/ASoC-sun4i-spdif-Add-missing-kerneldoc-fields-for-su.patch patches.suse/ASoC-codecs-pm4125-drop-bogus-container_of-error-han.patch patches.suse/ASoC-codecs-wcd937x-drop-bogus-container_of-error-ha.patch patches.suse/ASoC-soc_sdw_utils-drop-bogus-container_of-error-han.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Acer-Nitro-AN517-55.patch patches.suse/ALSA-hda-realtek-add-HP-Laptop-15s-eq1xxx-mute-LED-q.patch patches.suse/HID-usbhid-paper-over-wrong-bNumDescriptor-field.patch patches.suse/HID-playstation-Center-initial-joystick-axes-to-prev.patch patches.suse/HID-Intel-thc-hid-Intel-thc-fix-dma_unmap_sg-nents-v.patch patches.suse/HID-intel-ish-hid-Update-ishtp-bus-match-to-support-.patch patches.suse/HID-intel-ish-hid-Reset-enum_devices_done-before-enu.patch patches.suse/HID-multitouch-add-MT_QUIRK_STICKY_FINGERS-to-MT_CLS.patch patches.suse/HID-Intel-thc-hid-Intel-thc-Fix-wrong-register-readi.patch patches.suse/HID-quirks-Add-another-Chicony-HP-5MP-Cameras-to-hid.patch patches.suse/HID-i2c-hid-fix-potential-buffer-overflow-in-i2c_hid.patch patches.suse/HID-Apply-quirk-HID_QUIRK_ALWAYS_POLL-to-Edifier-QR3.patch patches.suse/HID-quirks-work-around-VID-PID-conflict-for-appledis.patch patches.suse/HID-logitech-add-HID-support-for-Logitech-MX-Anywher.patch patches.suse/net-mscc-ocelot-Fix-crash-when-adding-interface-under-a-la.patch patches.suse/net-sock-fix-hardened-usercopy-panic-in-sock_recv_errqueue.patch patches.suse/net-mlx5-Lag-multipath-give-priority-for-routes-with.patch patches.suse/net-mlx5e-Don-t-gate-FEC-histograms-on-ppcnt_statist.patch patches.suse/net-mlx5e-Fix-NULL-pointer-dereference-in-ioctl-modu.patch patches.suse/net-mlx5e-Don-t-print-error-message-due-to-invalid-m.patch patches.suse/net-wwan-iosm-Fix-memory-leak-in-ipc_mux_deinit.patch patches.suse/bnxt_en-Fix-potential-data-corruption-with-HW-GRO-LRO.patch patches.suse/netfilter-nf_conncount-update-last_gc-only-when-GC-has-bee.patch patches.suse/net-fix-memory-leak-in-skb_segment_list-for-GRO-packets.patch patches.suse/net-sched-sch_qfq-Fix-NULL-deref-when-deactivating-inactiv.patch patches.suse/net-usb-pegasus-fix-memory-leak-in-update_eth_regs_a.patch patches.suse/bnxt_en-Fix-NULL-pointer-crash-in-bnxt_ptp_enable-during-e.patch patches.suse/atm-Fix-dma_free_coherent-size.patch patches.suse/wifi-avoid-kernel-infoleak-from-struct-iw_point.patch patches.suse/wifi-mac80211_hwsim-fix-typo-in-frequency-notificati.patch patches.suse/wifi-mac80211-restore-non-chanctx-injection-behaviou.patch patches.suse/wifi-mac80211-collect-station-statistics-earlier-whe.patch patches.suse/idpf-keep-the-netdev-when-a-reset-fails.patch patches.suse/idpf-detach-and-close-netdevs-while-handling-a-reset.patch patches.suse/idpf-fix-memory-leak-in-idpf_vport_rel.patch patches.suse/idpf-fix-memory-leak-in-idpf_vc_core_deinit.patch patches.suse/idpf-fix-error-handling-in-the-init_task-on-load.patch patches.suse/idpf-fix-memory-leak-of-flow-steer-list-on-rmmod.patch patches.suse/idpf-fix-issue-with-ethtool-n-command-display.patch patches.suse/idpf-Fix-RSS-LUT-NULL-pointer-crash-on-early-ethtool.patch patches.suse/idpf-Fix-RSS-LUT-configuration-on-down-interfaces.patch patches.suse/idpf-Fix-RSS-LUT-NULL-ptr-issue-after-soft-reset.patch patches.suse/idpf-Fix-error-handling-in-idpf_vport_open.patch patches.suse/idpf-cap-maximum-Rx-buffer-size.patch patches.suse/idpf-fix-aux-device-unplugging-when-rdma-is-not-supp.patch patches.suse/arp-do-not-assume-dev_hard_header-does-not-change-skb-head.patch patches.suse/pinctrl-qcom-lpass-lpi-mark-the-GPIO-controller-as-s.patch patches.suse/crypto-qat-fix-duplicate-restarting-msg-during-AER-e.patch patches.suse/drm-pl111-Fix-error-handling-in-pl111_amba_probe.patch patches.suse/drm-amd-display-Apply-e4479aecf658-to-dml.patch patches.suse/drm-radeon-Remove-__counted_by-from-ClockInfoArray.c.patch patches.suse/drm-amdgpu-Fix-query-for-VPE-block_type-and-ip_count.patch patches.suse/drm-amd-pm-Disable-MMIO-access-during-SMU-Mode-1-res.patch patches.suse/gpiolib-fix-race-condition-for-gdev-srcu.patch patches.suse/gpio-pca953x-handle-short-interrupt-pulses-on-PCAL-d.patch patches.suse/gpio-rockchip-mark-the-GPIO-controller-as-sleeping.patch patches.suse/PCI-qcom-Remove-ASPM-L0s-support-for-MSM8996-SoC.patch patches.suse/btrfs-release-path-before-initializing-extent-tree-i.patch patches.suse/libceph-prevent-potential-out-of-bounds-reads-in-handle_au.patch patches.suse/libceph-replace-overzealous-BUG_ON-in-osdmap_apply_increme.patch patches.suse/libceph-make-free_choose_arg_map-resilient-to-partial-allo.patch patches.suse/libceph-return-the-handler-error-from-mon_handle_auth_done.patch patches.suse/libceph-reset-sparse-read-state-in-osd_fault.patch patches.suse/libceph-make-calc_target-set-t-paused-not-just-clear-it.patch patches.suse/arm_mpam-Stop-using-uninitialized-variables-in-__ris_msmon.patch patches.suse/arm64-Fix-cleared-E0POE-bit-after-cpu_suspend-resume.patch patches.suse/blk-rq-qos-Remove-unlikely-hints-from-QoS-checks.patch patches.suse/block-don-t-merge-bios-with-different-app_tags.patch patches.suse/blk-mq-avoid-stall-during-boot-due-to-synchronize_rc.patch patches.suse/erofs-don-t-bother-with-s_stack_depth-increasing-for-now.patch patches.suse/erofs-fix-file-backed-mounts-no-longer-working-on-EROFS-pa.patch patches.suse/docs-ABI-sysfs-devices-soc-Fix-swapped-sample-values.patch patches.suse/perf-Ensure-swevent-hrtimer-is-properly-destroyed.patch patches.suse/mei-me-add-nova-lake-point-S-DID.patch patches.suse/lib-crypto-aes-Fix-missing-MMU-protection-for-AES-S-.patch patches.suse/msft-hv-3435-mshv-Use-PMD_ORDER-instead-of-HPAGE_PMD_ORDER-when-p.patch patches.suse/msft-hv-3436-mshv-Initialize-local-variables-early-upon-region-in.patch patches.suse/msft-hv-3437-mshv-hide-x86-specific-functions-on-arm64.patch patches.suse/msft-hv-3439-mshv-release-mutex-on-region-invalidation-failure.patch patches.suse/x86-fpu-Clear-XSTATE_BV-i-in-guest-XSAVE-state-whenev.patch patches.suse/ip6_tunnel-use-skb_vlan_inet_prepare-in-__ip6_tnl_rcv.patch patches.suse/macvlan-fix-possible-UAF-in-macvlan_forward_source.patch patches.suse/ipv4-ip_gre-make-ipgre_header-robust.patch patches.suse/can-etas_es58x-allow-partial-RX-URB-allocation-to-su.patch patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-fix-URB-memo.patch patches.suse/can-ctucanfd-fix-SSP_SRC-in-cases-when-bit-rate-is-h.patch patches.suse/net-mlx5e-Fix-crash-on-profile-change-rollback-failu.patch patches.suse/net-mlx5e-Don-t-store-mlx5e_priv-in-mlx5e_dev-devlin.patch patches.suse/net-mlx5e-Pass-netdev-to-mlx5e_destroy_netdev-instea.patch patches.suse/net-mlx5e-Restore-destroying-state-bit-after-profile.patch patches.suse/msft-hv-3440-net-hv_netvsc-reject-RSS-hash-key-programming-withou.patch patches.suse/dst-fix-races-in-rt6_uncached_list_del-and-rt_del_un.patch patches.suse/ipv6-Fix-use-after-free-in-inet6_addr_del.patch patches.suse/net-sched-sch_qfq-do-not-free-existing-class-in-qfq_.patch patches.suse/net-can-j1939-j1939_xtp_rx_rts_session_active-deacti.patch patches.suse/lib-buildid-use-__kernel_read-for-sleepable-context.patch patches.suse/mm-page_alloc-make-percpu_pagelist_high_fraction-reads-loc.patch patches.suse/mm-damon-sysfs-cleanup-attrs-subdirs-on-context-dir-setup-.patch patches.suse/mm-damon-sysfs-scheme-cleanup-quotas-subdirs-on-scheme-dir.patch patches.suse/mm-damon-sysfs-scheme-cleanup-access_pattern-subdirs-on-sc.patch patches.suse/efi-cper-Fix-cper_bits_to_str-buffer-handling-and-re.patch patches.suse/pNFS-Fix-a-deadlock-when-returning-a-delegation-during-open.patch patches.suse/NFS-Fix-a-deadlock-involving-nfs_release_folio.patch patches.suse/pnfs-flexfiles-Fix-memory-leak-in-nfs4_ff_alloc_deviceid_node.patch patches.suse/pnfs-blocklayout-Fix-memory-leak-in-bl_parse_scsi.patch patches.suse/ALSA-pcm-Improve-the-fix-for-race-of-buffer-access-a.patch patches.suse/ALSA-hda-tas2781-Skip-UEFI-calibration-on-ASUS-ROG-X.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Asus-Zephyrus-G14-202.patch patches.suse/ALSA-hda-cirrus_scodec_test-Fix-incorrect-setup-of-g.patch patches.suse/ALSA-hda-cirrus_scodec_test-Fix-test-suite-name.patch patches.suse/ALSA-usb-audio-Prevent-excessive-number-of-frames.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-HP-Pavilion-x360-to-e.patch patches.suse/ASoC-Intel-sof_sdw-Add-new-quirks-for-PTL-on-Dell-wi.patch patches.suse/ASoC-simple-card-utils-Check-device-node-before-over.patch patches.suse/ASoC-codecs-wsa883x-fix-unnecessary-initialisation.patch patches.suse/ASoC-codecs-wsa881x-fix-unnecessary-initialisation.patch patches.suse/ASoC-codecs-wsa884x-fix-codec-initialisation.patch patches.suse/ASoC-codecs-wsa883x-suppress-variant-printk.patch patches.suse/ASoC-ops-fix-pointer-types-to-be-big-endian.patch patches.suse/ASoC-davinci-evm-Fix-reference-leak-in-davinci_evm_p.patch patches.suse/ASoC-tegra-Revert-fix-for-uninitialized-flat-cache-w.patch patches.suse/ASoC-amd-yc-Fix-microphone-on-ASUS-M6500RE.patch patches.suse/ASoC-sdw_utils-cs42l43-Enable-Headphone-pin-for-LINE.patch patches.suse/soundwire-Add-missing-EXPORT-for-sdw_slave_type.patch patches.suse/ASoC-sdw_utils-Call-init-callbacks-on-the-correct-co.patch patches.suse/ASoC-tlv320adcx140-invert-DRE_ENABLE.patch patches.suse/ASoC-tlv320adcx140-fix-null-pointer.patch patches.suse/ASoC-tlv320adcx140-Propagate-error-codes-during-prob.patch patches.suse/ASoC-tlv320adcx140-fix-word-length.patch patches.suse/ALSA-hda-tas2781-Add-newly-released-HP-laptop.patch patches.suse/PM-EM-Fix-incorrect-description-of-the-cost-field-in.patch patches.suse/drm-amd-Clean-up-kfd-node-on-surprise-disconnect.patch patches.suse/drm-amdkfd-fix-a-memory-leak-in-device_queue_manager.patch patches.suse/drm-amd-display-Bump-the-HDMI-clock-to-340MHz.patch patches.suse/drm-amd-pm-fix-smu-overdrive-data-type-wrong-issue-o.patch patches.suse/drm-vmwgfx-Fix-an-error-return-check-in-vmw_compat_s.patch patches.suse/drm-panel-simple-fix-connector-type-for-DataImage-SC.patch patches.suse/drm-nouveau-disp-nv50-Set-lock_core-in-curs507a_prep.patch patches.suse/block-zero-non-PI-portion-of-auto-integrity-buffer.patch patches.suse/nvme-pci-disable-secondary-temp-for-Wodposit-WPBSNM8.patch patches.suse/nvme-tcp-fix-NULL-pointer-dereferences-in-nvmet_tcp_.patch patches.suse/nvme-fc-release-admin-tagset-if-init-fails.patch patches.suse/nvmet-tcp-fixup-hang-in-nvmet_tcp_listen_data_ready.patch patches.suse/arm_mpam-Remove-duplicate-linux-srcu.h-header.patch patches.suse/arm_mpam-Use-non-atomic-bitops-when-modifying-feature-bitm.patch patches.suse/btrfs-release-path-before-iget_failed-in-btrfs_read_.patch patches.suse/btrfs-send-check-for-inline-extents-in-range_is_hole.patch patches.suse/sched-deadline-Fix-server-stopping-with-runnable-tasks.patch patches.suse/i2c-riic-Move-suspend-handling-to-NOIRQ-phase.patch patches.suse/usb-dwc3-Check-for-USB4-IP_NAME.patch patches.suse/usb-core-add-USB_QUIRK_NO_BOS-for-devices-that-hang-.patch patches.suse/USB-OHCI-UHCI-Add-soft-dependencies-on-ehci_platform.patch patches.suse/usb-host-xhci-tegra-Use-platform_get_irq_optional-fo.patch patches.suse/USB-serial-option-add-Telit-LE910-MBIM-composition.patch patches.suse/USB-serial-ftdi_sio-add-support-for-PICAXE-AXE027-ca.patch patches.suse/soundwire-bus-fix-off-by-one-when-allocating-slave-I.patch patches.suse/phy-fsl-imx8mq-usb-Clear-the-PCS_TX_SWING_FULL-field.patch patches.suse/phy-qcom-qusb2-Fix-NULL-pointer-dereference-on-early-suspe.patch patches.suse/phy-stm32-usphyc-Fix-off-by-one-in-probe.patch patches.suse/phy-ti-da8xx-usb-Handle-devm_pm_runtime_enable-error.patch patches.suse/phy-ti-gmii-sel-fix-regmap-leak-on-probe-failure.patch patches.suse/phy-rockchip-inno-usb2-fix-disconnection-in-gadget-m.patch patches.suse/phy-rockchip-inno-usb2-fix-communication-disruption-.patch patches.suse/phy-tegra-xusb-Explicitly-configure-HS_DISCON_LEVEL-.patch patches.suse/phy-broadcom-ns-usb3-Fix-Wvoid-pointer-to-enum-cast-.patch patches.suse/phy-rockchip-inno-usb2-Fix-a-double-free-bug-in-rock.patch patches.suse/phy-freescale-imx8m-pcie-assert-phy-reset-during-pow.patch patches.suse/dmaengine-xilinx-xdma-Fix-regmap-max_register.patch patches.suse/dmaengine-at_hdmac-fix-device-leak-on-of_dma_xlate.patch patches.suse/dmaengine-bcm-sba-raid-fix-device-leak-on-probe.patch patches.suse/dmaengine-dw-dmamux-fix-OF-node-leak-on-route-alloca.patch patches.suse/dmaengine-idxd-fix-device-leaks-on-compat-bind-and-u.patch patches.suse/dmaengine-lpc18xx-dmamux-fix-device-leak-on-route-al.patch patches.suse/dmaengine-lpc32xx-dmamux-fix-device-leak-on-route-al.patch patches.suse/dmaengine-stm32-dmamux-fix-device-leak-on-route-allo.patch patches.suse/dmaengine-stm32-dmamux-fix-OF-node-leak-on-route-all.patch patches.suse/dmaengine-ti-dma-crossbar-fix-device-leak-on-dra7x-r.patch patches.suse/dmaengine-ti-dma-crossbar-fix-device-leak-on-am335x-.patch patches.suse/dmaengine-ti-k3-udma-fix-device-leak-on-udma-lookup.patch patches.suse/dmaengine-tegra-adma-Fix-use-after-free.patch patches.suse/dmaengine-xilinx_dma-Fix-uninitialized-addr_width-wh.patch patches.suse/dmaengine-sh-rz-dmac-Fix-rz_dmac_terminate_all.patch patches.suse/dmaengine-qcom-gpi-Fix-memory-leak-in-gpi_peripheral.patch patches.suse/dmaengine-omap-dma-fix-dma_pool-resource-leak-in-err.patch patches.suse/dmaengine-apple-admac-Add-apple-t8103-admac-compatib.patch patches.suse/ext4-fix-iloc.bh-leak-in-ext4_xattr_inode_update_ref.patch patches.suse/ata-ahci-Do-not-read-the-per-port-area-for-unimpleme.patch patches.suse/ata-libata-sata-Improve-link_power_management_suppor.patch patches.suse/ata-libata-Add-cpr_log-to-ata_dev_print_features-ear.patch patches.suse/mm-migrate-correct-lock-ordering-for-hugetlb-file-folio.patch patches.suse/mm-hugetlb-fix-hugetlb_pmd_shared.patch patches.suse/mm-hugetlb-fix-excessive-IPI-broadcasts-when-unshari.patch patches.suse/of-platform-Use-default-match-table-for-firmware.patch patches.suse/of-fix-reference-count-leak-in-of_alias_scan.patch patches.suse/btrfs-reject-new-transactions-if-the-fs-is-fully-rea.patch patches.suse/perf-parse-events-Fix-evsel-allocation-failure.patch patches.suse/msft-hv-3442-Drivers-hv-Always-do-Hyper-V-panic-notification-in-h.patch patches.suse/msft-hv-3443-mshv-Align-huge-page-stride-with-guest-mapping.patch patches.suse/msft-hv-3444-mshv-Store-the-result-of-vfs_poll-in-a-variable-of-t.patch patches.suse/msft-hv-3445-mshv-Add-__user-attribute-to-argument-passed-to-acce.patch patches.suse/msft-hv-3446-mshv-add-definitions-for-arm64-gpa-intercepts.patch patches.suse/msft-hv-3447-mshv-handle-gpa-intercepts-for-arm64.patch patches.suse/leds-led-class-Only-Add-LED-to-leds_list-when-it-is-.patch patches.suse/vsock-virtio-Coalesce-only-linear-skb.patch patches.suse/net-usb-dm9601-remove-broken-SR9700-support.patch patches.suse/bonding-limit-BOND_MODE_8023AD-to-Ethernet-devices.patch patches.suse/l2tp-Fix-memleak-in-l2tp_udp_encap_recv.patch patches.suse/selftests-net-fib-onlink-tests-Convert-to-use-namespaces-b.patch patches.suse/ice-initialize-ring_stats-syncp.patch patches.suse/ice-Avoid-detrimental-cleanup-for-bond-during-interf.patch patches.suse/ice-Fix-incorrect-timeout-ice_release_res.patch patches.suse/igc-Restore-default-Qbv-schedule-when-changing-chann.patch patches.suse/igc-fix-race-condition-in-TX-timestamp-read-for-regi.patch patches.suse/igc-Reduce-TSN-TX-packet-buffer-from-7KB-to-5KB-per-.patch patches.suse/sctp-move-SCTP_CMD_ASSOC_SHKEY-right-after-SCTP_CMD_PEER_I.patch patches.suse/gue-Fix-skb-memleak-with-inner-IP-protocol-0.patch patches.suse/fou-Don-t-allow-0-for-FOU_ATTR_IPPROTO.patch patches.suse/Revert-nfc-nci-Add-the-inconsistency-check-between-t.patch patches.suse/l2tp-avoid-one-data-race-in-l2tp_tunnel_del_work.patch patches.suse/rxrpc-Fix-recvmsg-unconditional-requeue.patch patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-unanchor-URL.patch patches.suse/can-ems_usb-ems_usb_read_bulk_callback-fix-URB-memor.patch patches.suse/can-kvaser_usb-kvaser_usb_read_bulk_callback-fix-URB.patch patches.suse/can-mcba_usb-mcba_usb_read_bulk_callback-fix-URB-mem.patch patches.suse/can-usb_8dev-usb_8dev_read_bulk_callback-fix-URB-mem.patch patches.suse/net-sched-Enforce-that-teql-can-only-be-used-as-root.patch patches.suse/net-sched-qfq-Use-cl_is_active-to-determine-whether-.patch patches.suse/selftests-tc-testing-Try-to-add-teql-as-a-child-qdis.patch patches.suse/idpf-Fix-data-race-in-idpf_net_dim.patch patches.suse/be2net-fix-data-race-in-be_get_new_eqd.patch patches.suse/mISDN-annotate-data-race-around-dev-work.patch patches.suse/usbnet-limit-max_mtu-based-on-device-s-hard_mtu.patch patches.suse/be2net-Fix-NULL-pointer-dereference-in-be_cmd_get_ma.patch patches.suse/bonding-provide-a-net-pointer-to-__skb_flow_dissect.patch patches.suse/ice-Fix-persistent-failure-in-ice_get_rxfh.patch patches.suse/ice-add-missing-ice_deinit_hw-in-devlink-reinit-path.patch patches.suse/ice-fix-devlink-reload-call-trace.patch patches.suse/idpf-read-lower-clock-bits-inside-the-time-sandwich.patch patches.suse/vsock-virtio-fix-potential-underflow-in-virtio_transport_g.patch patches.suse/vsock-virtio-cap-TX-credit-to-local-buffer-size.patch patches.suse/wifi-rsi-Fix-memory-corruption-due-to-not-set-vif-dr.patch patches.suse/wifi-cfg80211-Fix-bitrate-calculation-overflow-for-H.patch patches.suse/wifi-mac80211-correctly-check-if-CSA-is-active.patch patches.suse/wifi-mwifiex-Fix-a-loop-in-mwifiex_update_ampdu_rxwi.patch patches.suse/wifi-ath10k-fix-dma_free_coherent-pointer.patch patches.suse/wifi-ath12k-fix-dma_free_coherent-pointer.patch patches.suse/wifi-ath12k-don-t-force-radio-frequency-check-in-fre.patch patches.suse/wifi-ath12k-cancel-scan-only-on-active-scan-vdev.patch patches.suse/wifi-ath12k-Fix-scan-state-stuck-in-ABORTING-after-c.patch patches.suse/wifi-ath12k-fix-dead-lock-while-flushing-management-.patch patches.suse/wifi-ath12k-Fix-wrong-P2P-device-link-id-issue.patch patches.suse/wifi-mac80211-don-t-perform-DA-check-on-S1G-beacon.patch patches.suse/wifi-mac80211-don-t-increment-crypto_tx_tailroom_nee.patch patches.suse/wifi-mac80211-parse-all-TTLM-entries.patch patches.suse/wifi-mac80211-apply-advertised-TTLM-from-association.patch patches.suse/net-sched-act_ife-avoid-possible-NULL-deref.patch patches.suse/dpll-Prevent-duplicate-registrations.patch patches.suse/Octeontx2-af-Add-proper-checks-for-fwdata.patch patches.suse/x86-make-page-fault-handling-disable-interrupts-properly.patch patches.suse/crypto-authencesn-reject-too-short-AAD-assoclen-8-to.patch patches.suse/drm-imagination-Wait-for-FW-trace-update-command-com.patch patches.suse/drm-nouveau-add-missing-DCB-connector-types.patch patches.suse/drm-nouveau-implement-missing-DCB-connector-types-gr.patch patches.suse/drm-nouveau-disp-Set-drm_mode_config_funcs.atomic_-c.patch patches.suse/drm-amdgpu-remove-frame-cntl-for-gfx-v12.patch patches.suse/drm-amd-pm-Don-t-clear-SI-SMC-table-when-setting-pow.patch patches.suse/drm-amd-pm-Workaround-SI-powertune-issue-on-Radeon-4.patch patches.suse/ALSA-usb-Increase-volume-range-that-triggers-a-warni.patch patches.suse/ALSA-scarlett2-Fix-buffer-overflow-in-config-retriev.patch patches.suse/ALSA-usb-audio-Add-delay-quirk-for-MOONDROP-Moonrive.patch patches.suse/ALSA-ctxfi-Fix-potential-OOB-access-in-audio-mixer-h.patch patches.suse/ALSA-hda-realtek-Fix-headset-mic-for-TongFang-X6AR55.patch patches.suse/ALSA-usb-audio-Fix-use-after-free-in-snd_usb_mixer_f.patch patches.suse/ALSA-usb-audio-Use-the-right-limit-for-PCM-OOB-check.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Samsung-730QED-to-fix.patch patches.suse/ALSA-hda-realtek-ALC269-fixup-for-Lenovo-Yoga-Book-9.patch patches.suse/gpio-cdev-Correct-return-code-on-memory-allocation-f.patch patches.suse/regmap-maple-free-entry-on-mas_store_gfp-failure.patch patches.suse/regmap-Fix-race-condition-in-hwspinlock-irqsave-rout.patch patches.suse/spi-spi-sprd-adi-Fix-double-free-in-probe-error-path.patch patches.suse/spi-hisi-kunpeng-Fixed-the-wrong-debugfs-node-name-i.patch patches.suse/spi-intel-pci-Add-support-for-Nova-Lake-SPI-serial-f.patch patches.suse/io_uring-io-wq-check-IO_WQ_BIT_EXIT-inside-work-run-.patch patches.suse/blk-mq-use-BLK_POLL_ONESHOT-for-synchronous-poll-com.patch patches.suse/bcache-use-bio-cloning-for-detached-device-requests.patch patches.suse/mmc-sdhci-of-dwcmshc-Prevent-illegal-clock-reduction.patch patches.suse/mmc-rtsx_pci_sdmmc-implement-sdmmc_card_busy-functio.patch patches.suse/pmdomain-imx8m-blk-ctrl-Remove-separate-rst-and-clk-.patch patches.suse/platform-x86-amd-Fix-memory-leak-in-wbrf_record.patch patches.suse/platform-x86-hp-bioscfg-Fix-kobject-warnings-for-emp.patch patches.suse/platform-x86-hp-bioscfg-Fix-kernel-panic-in-GET_INST.patch patches.suse/platform-x86-hp-bioscfg-Fix-automatic-module-loading.patch patches.suse/arm64-fpsimd-signal-Allocate-SSVE-storage-when-restoring-Z.patch patches.suse/arm64-fpsimd-signal-Fix-restoration-of-SVE-context.patch patches.suse/arm64-Set-__nocfi-on-swsusp_arch_resume.patch patches.suse/s390-ap-Fix-wrong-APQN-fill-calculation.patch patches.suse/irqchip-gic-v3-its-Avoid-truncating-memory-addresses.patch patches.suse/perf-Fix-refcount-warning-on-event-mmap_count-increment.patch patches.suse/perf-x86-intel-Do-not-enable-BTS-for-guests.patch patches.suse/sched-fair-Fix-pelt-clock-sync-when-entering-idle.patch patches.suse/sched-fair-Disable-scheduler-feature-NEXT_BUDDY.patch patches.suse/sched-fair-Revert-force-wakeup-preemption.patch patches.suse/clocksource-Reduce-watchdog-readout-delay-limit-to-p.patch patches.suse/tracing-Fix-crash-on-synthetic-stacktrace-field-usage.patch patches.suse/Input-i8042-add-quirk-for-ASUS-Zenbook-UX425QA_UM425.patch patches.suse/Input-i8042-add-quirks-for-MECHREVO-Wujie-15X-Pro.patch patches.suse/serial-8250_pci-Fix-broken-RS485-for-F81504-508-512.patch patches.suse/iio-adc-at91-sama5d2_adc-Fix-potential-use-after-fre.patch patches.suse/iio-adc-ad7280a-handle-spi_setup-errors-in-probe.patch patches.suse/iio-adc-ad9467-fix-ad9434-vref-mask.patch patches.suse/iio-adc-pac1934-Fix-clamped-value-in-pac1934_reg_sna.patch patches.suse/iio-imu-st_lsm6dsx-fix-iio_chan_spec-for-sensors-wit.patch patches.suse/iio-accel-adxl380-fix-handling-of-unavailable-INT1-i.patch patches.suse/iio-dac-ad5686-add-AD5695R-to-ad5686_chip_info_tbl.patch patches.suse/iio-chemical-scd4x-fix-reported-channel-endianness.patch patches.suse/iio-core-add-separate-lockdep-class-for-info_exist_l.patch patches.suse/iio-accel-iis328dq-fix-gain-values.patch patches.suse/interconnect-debugfs-initialize-src_node-and-dst_nod.patch patches.suse/comedi-Fix-getting-range-information-for-subdevices-.patch patches.suse/intel_th-fix-device-leak-on-output-open.patch patches.suse/slimbus-core-fix-OF-node-leak-on-registration-failur.patch patches.suse/slimbus-core-fix-runtime-PM-imbalance-on-report-pres.patch patches.suse/slimbus-core-fix-device-reference-leak-on-report-pre.patch patches.suse/slimbus-core-fix-of_slim_get_device-kernel-doc.patch patches.suse/uacce-fix-cdev-handling-in-the-cleanup-path.patch patches.suse/uacce-fix-isolate-sysfs-check-condition.patch patches.suse/uacce-implement-mremap-in-uacce_vm_ops-to-return-EPE.patch patches.suse/uacce-ensure-safe-queue-release-with-state-managemen.patch patches.suse/mei-trace-treat-reg-parameter-as-string.patch patches.suse/comedi-dmm32at-serialize-use-of-paged-registers.patch patches.suse/w1-therm-Fix-off-by-one-buffer-overflow-in-alarms_st.patch patches.suse/w1-fix-redundant-counter-decrement-in-w1_attach_slav.patch patches.suse/keys-trusted_keys-fix-handle-passed-to-tpm_buf_appen.patch patches.suse/msft-hv-3448-scsi-storvsc-Process-unsupported-MODE_SENSE_10.patch patches.suse/scsi-core-Wake-up-the-error-handler-when-final-completions.patch patches.suse/scsi-qla2xxx-Sanitize-payload-size-to-prevent-member.patch patches.suse/pinctrl-meson-mark-the-GPIO-controller-as-sleeping.patch patches.suse/btrfs-do-not-strictly-require-dirty-metadata-thresho.patch patches.suse/net-mlx5-Fix-memory-leak-in-esw_acl_ingress_lgcy_set.patch patches.suse/Bluetooth-hci_uart-fix-null-ptr-deref-in-hci_uart_wr.patch patches.suse/Bluetooth-MGMT-Fix-memory-leak-in-set_ssp_complete.patch patches.suse/can-at91_can-Fix-memory-leak-in-at91_can_probe.patch patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-fix-error-me.patch patches.suse/net-wwan-t7xx-fix-potential-skb-frags-overflow-in-RX.patch patches.suse/net-mlx5-Fix-return-type-mismatch-in-mlx5_esw_vport_.patch patches.suse/mptcp-fix-race-in-mptcp_pm_nl_flush_addrs_doit.patch patches.suse/nfc-llcp-Fix-memleak-in-nfc_llcp_send_ui_frame.patch patches.suse/bonding-fix-use-after-free-due-to-enslave-fail-after-slave.patch patches.suse/net-mlx5-Fix-Unbinding-uplink-netdev-in-switchdev-mo.patch patches.suse/net-mlx5e-TC-delete-flows-only-for-existing-peers.patch patches.suse/net-mlx5e-Account-for-netdev-stats-in-ndo_get_stats6.patch patches.suse/nfc-nci-Fix-race-between-rfkill-and-nci_unregister_d.patch patches.suse/ixgbe-fix-memory-leaks-in-the-ixgbe_recovery_probe-p.patch patches.suse/ixgbe-don-t-initialize-aci-lock-in-ixgbe_recovery_pr.patch patches.suse/ice-Fix-NULL-pointer-dereference-in-ice_vsi_set_napi.patch patches.suse/ice-stop-counting-UDP-csum-mismatch-as-rx_errors.patch patches.suse/net-phy-micrel-fix-clk-warning-when-removing-the-dri.patch patches.suse/net-mlx5-fs-Fix-inverted-cap-check-in-tx-flow-table-.patch patches.suse/net-mlx5-Fix-vhca_id-access-call-trace-use-before-al.patch patches.suse/net-mlx5e-Skip-ESN-replay-window-setup-for-IPsec-cry.patch patches.suse/wifi-mac80211-correctly-decode-TTLM-with-default-lin.patch patches.suse/net-fix-segmentation-of-forwarding-fraglist-GRO.patch patches.suse/mm-shmem-swap-fix-race-of-truncate-and-swap-entry-split.patch patches.suse/mm-memory-failure-teach-kill_accessing_process-to-ac.patch patches.suse/Revert-mtd-spinand-esmt-fix-id-code-for-F50D1G41LB.patch patches.suse/drm-msm-a6xx-fix-bogus-hwcg-register-updates.patch patches.suse/drm-amdgpu-fix-NULL-pointer-dereference-in-amdgpu_gm.patch patches.suse/drm-amdgpu-soc21-fix-xclk-for-APUs.patch patches.suse/drm-amdgpu-Fix-cond_exec-handling-in-amdgpu_ib_sched.patch patches.suse/drm-amdgpu-gfx10-fix-wptr-reset-in-KGQ-init.patch patches.suse/drm-amdgpu-gfx11-fix-wptr-reset-in-KGQ-init.patch patches.suse/drm-amdgpu-gfx12-fix-wptr-reset-in-KGQ-init.patch patches.suse/drm-imx-tve-fix-probe-device-leak.patch patches.suse/gpio-rockchip-Stop-calling-pinctrl-for-set_direction.patch patches.suse/gpio-sprd-Change-sprd_gpio-lock-to-raw_spin_lock.patch patches.suse/gpio-virtuser-fix-UAF-in-configfs-release-path.patch patches.suse/gpio-pca953x-mask-interrupts-in-irq-shutdown.patch patches.suse/gpio-omap-do-not-register-driver-in-probe.patch patches.suse/nvmet-fix-race-in-nvmet_bio_done-leading-to-NULL-poi.patch patches.suse/nvme-pci-DMA-unmap-the-correct-regions-in-nvme_free_.patch patches.suse/ALSA-hda-realtek-fixed-speaker-no-sound.patch patches.suse/ASoC-cs35l45-Corrects-ASP_TX5-DAPM-widget-channel.patch patches.suse/ASoC-fsl-imx-card-Do-not-force-slot-width-to-sample-.patch patches.suse/ASoC-amd-yc-Add-ASUS-ExpertBook-PM1503CDA-to-quirks-.patch patches.suse/ALSA-hda-realtek-Really-fix-headset-mic-for-TongFang.patch patches.suse/ALSA-hda-realtek-fix-right-sounds-and-mute-micmute-L.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Inspur-S14-G1.patch patches.suse/ASoC-soc-acpi-intel-ptl-match-fix-name_prefix-of-rt1.patch patches.suse/ASoC-amd-yc-Add-DMI-quirk-for-Acer-TravelMate-P216-4.patch patches.suse/ASoC-Intel-sof_es8336-fix-headphone-GPIO-logic-inver.patch patches.suse/ASoC-sof_sdw-Add-a-quirk-for-Lenovo-laptop-using-sid.patch patches.suse/efivarfs-fix-error-propagation-in-efivar_entry_get.patch patches.suse/perf-sched-Fix-perf-crash-with-new-is_user_task-helper.patch patches.suse/scsi-qla2xxx-edif-Fix-dma_free_coherent-size.patch patches.suse/scsi-be2iscsi-Fix-a-memory-leak-in-beiscsi_boot_get_sinfo.patch patches.suse/platform-x86-panasonic-laptop-Fix-sysfs-group-leak-i.patch patches.suse/platform-x86-toshiba_haps-Fix-memory-leaks-in-add-re.patch patches.suse/platform-x86-intel-vsec-Add-Nova-Lake-PUNIT-support.patch patches.suse/platform-x86-intel_telemetry-Fix-swapped-arrays-in-P.patch patches.suse/platform-x86-intel_telemetry-Fix-PSS-event-register-.patch patches.suse/platform-x86-amd-pmc-Add-quirk-for-MECHREVO-Wujie-15.patch patches.suse/platform-x86-classmate-laptop-Add-missing-NULL-point.patch patches.suse/platform-x86-hp-bioscfg-Skip-empty-attribute-names.patch patches.suse/platform-x86-intel-tpmi-plr-Make-the-file-domain-n-s.patch patches.suse/KVM-Don-t-clobber-irqfd-routing-type-when-deassignin.patch patches.suse/KVM-x86-Explicitly-configure-supported-XSS-from-svm-.patch patches.suse/mm-shmem-prevent-infinite-loop-on-truncate-race.patch patches.suse/macvlan-fix-error-recovery-in-macvlan_common_newlink.patch patches.suse/net-usb-r8152-fix-resume-reset-deadlock.patch patches.suse/ice-fix-missing-TX-timestamps-interrupts-on-E825-dev.patch patches.suse/ice-PTP-fix-missing-timestamps-on-E825-hardware.patch patches.suse/ice-Fix-PTP-NULL-pointer-dereference-during-VSI-rebu.patch patches.suse/ice-drop-udp_tunnel_get_rx_info-call-from-ndo_open.patch patches.suse/i40e-drop-udp_tunnel_get_rx_info-call-from-i40e_open.patch patches.suse/wifi-iwlwifi-mld-cancel-mlo_scan_start_wk.patch patches.suse/wifi-iwlwifi-mvm-pause-TCM-on-fast-resume.patch patches.suse/netfilter-nf_tables-fix-inverted-genmask-check-in-nft_map_.patch patches.suse/nvme-pci-handle-changing-device-dma-map-requirements.patch patches.suse/nvmet-tcp-add-bounds-checks-in-nvmet_tcp_build_pdu_i.patch patches.suse/Revert-drm-nouveau-disp-Set-drm_mode_config_funcs.at.patch patches.suse/drm-mgag200-fix-mgag200_bmc_stop_scanout.patch patches.suse/drm-xe-query-Fix-topology-query-pointer-advance.patch patches.suse/Revert-drm-amd-Check-if-ASPM-is-enabled-from-PCIe-su.patch patches.suse/drm-amd-display-fix-wrong-color-value-mapping-on-MCM.patch patches.suse/drm-amd-display-extend-delta-clamping-logic-to-CM3-L.patch patches.suse/drm-amd-display-remove-assert-around-dpp_base-replac.patch patches.suse/hwmon-occ-Mark-occ_init_attribute-as-__printf.patch patches.suse/ALSA-aloop-Fix-racy-access-at-PCM-trigger.patch patches.suse/ALSA-usb-audio-fix-broken-logic-in-snd_audigy2nx_led.patch patches.suse/ASoC-Intel-sof_es8336-Add-DMI-quirk-for-Huawei-BOD-W.patch patches.suse/ASoC-cs42l43-Correct-handling-of-3-pole-jack-load-de.patch patches.suse/ASoC-amd-yc-Add-quirk-for-HP-200-G2a-16.patch patches.suse/firmware-cs_dsp-rate-limit-log-messages-in-KUnit-bui.patch patches.suse/ASoC-SOF-Intel-use-hdev-info.link_mask-directly.patch patches.suse/ASoC-rt1320-fix-intermittent-no-sound-issue.patch patches.suse/ASoC-amd-fix-memory-leak-in-acp3x-pdm-dma-ops.patch patches.suse/ASoC-fsl_xcvr-fix-missing-lock-in-fsl_xcvr_mode_put.patch patches.suse/ALSA-hda-realtek-Enable-headset-mic-for-Acer-Nitro-5.patch patches.suse/pmdomain-imx-gpcv2-Fix-the-imx8mm-gpu-hang-due-to-wrong-ad.patch patches.suse/ceph-fix-NULL-pointer-dereference-in-ceph_mds_auth_match.patch patches.suse/spi-tegra210-quad-Return-IRQ_HANDLED-when-timeout-al.patch patches.suse/spi-tegra210-quad-Move-curr_xfer-read-inside-spinloc.patch patches.suse/spi-tegra210-quad-Protect-curr_xfer-assignment-in-te.patch patches.suse/spi-tegra210-quad-Protect-curr_xfer-in-tegra_qspi_co.patch patches.suse/spi-tegra210-quad-Protect-curr_xfer-clearing-in-tegr.patch patches.suse/spi-tegra210-quad-Protect-curr_xfer-check-in-IRQ-han.patch patches.suse/spi-tegra-Fix-a-memory-leak-in-tegra_slink_probe.patch patches.suse/spi-tegra114-Preserve-SPI-mode-bits-in-def_command1_.patch patches.suse/auxdisplay-arm-charlcd-fix-release_mem_region-size.patch patches.suse/i3c-master-svc-Initialize-dev-to-NULL-in-svc_i3c_mas.patch patches.suse/i3c-Move-device-name-assignment-after-i3c_bus_init.patch patches.suse/i3c-mipi-i3c-hci-Reset-RING_OPERATION1-fields-during.patch patches.suse/i3c-master-Update-hot-join-flag-only-on-success.patch patches.suse/i3c-dw-Initialize-spinlock-to-avoid-upsetting-lockde.patch patches.suse/i3c-dw-Fix-memory-leak-in-dw_i3c_master_i2c_xfers.patch patches.suse/tpm-tpm_i2c_infineon-Fix-locality-leak-on-get_burstc.patch patches.suse/tpm-st33zp24-Fix-missing-cleanup-on-get_burstcount-e.patch patches.suse/btrfs-fallback-to-buffered-IO-if-the-data-profile-ha.patch patches.suse/erofs-fix-UAF-issue-for-file-backed-mounts-w-directio-opti.patch patches.suse/xfs-fix-UAF-in-xchk_btree_check_block_owner.patch patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch patches.suse/io_uring-eventfd-remove-unused-ctx-evfd_last_cq_tail.patch patches.suse/block-don-t-use-strcpy-to-copy-blockdev-name.patch patches.suse/ACPICA-Fix-NULL-pointer-dereference-in-acpi_ev_addre.patch patches.suse/ACPICA-Abort-AML-bytecode-execution-when-executing-A.patch patches.suse/ACPI-x86-s2idle-Invoke-Microsoft-_DSM-Function-9-Tur.patch patches.suse/ACPI-resource-Add-JWIPC-JVC9100-to-irq1_level_low_sk.patch patches.suse/ACPI-battery-fix-incorrect-charging-status-when-curr.patch patches.suse/ACPI-processor-Fix-NULL-pointer-dereference-in-acpi_.patch patches.suse/APEI-GHES-ensure-that-won-t-go-past-CPER-allocated-r.patch patches.suse/PM-wakeup-Handle-empty-list-in-wakeup_sources_walk_s.patch patches.suse/PM-sleep-wakeirq-harden-dev_pm_clear_wake_irq-agains.patch patches.suse/powercap-intel_rapl-Add-PL4-support-for-Ice-Lake.patch patches.suse/OPP-Return-correct-value-in-dev_pm_opp_get_level.patch patches.suse/tools-power-cpupower-Reset-errno-before-strtoull.patch patches.suse/thermal-of-Fix-reference-leak-in-thermal_of_cm_looku.patch patches.suse/thermal-intel-x86_pkg_temp_thermal-Handle-invalid-te.patch patches.suse/s390-ap-zcrypt-Revisit-module-param-permissions.patch patches.suse/s390-ap-Fix-typo-in-function-name-reference.patch patches.suse/arm64-Add-support-for-TSV110-Spectre-BHB-mitigation.patch patches.suse/arm64-poe-fix-stale-POR_EL0-values-for-ptrace.patch patches.suse/arm64-Disable-branch-profiling-for-all-arm64-code.patch patches.suse/xenbus-Use-.freeze-.thaw-to-handle-xenbus-devices.patch patches.suse/Documentation-mailbox-mbox_chan_ops.flush-is-optiona.patch patches.suse/crypto-qat-fix-parameter-order-used-in-ICP_QAT_FW_CO.patch patches.suse/crypto-qat-fix-warning-on-adf_pfvf_pf_proto.c.patch patches.suse/crypto-octeontx-Fix-length-check-to-avoid-truncation.patch patches.suse/crypto-iaa-Fix-out-of-bounds-index-in-find_empty_iaa.patch patches.suse/crypto-cavium-fix-dma_free_coherent-size.patch patches.suse/crypto-octeontx-fix-dma_free_coherent-size.patch patches.suse/crypto-hisilicon-zip-adjust-the-way-to-obtain-the-re.patch patches.suse/crypto-hisilicon-sec2-support-skcipher-aead-fallback.patch patches.suse/crypto-ccp-Fix-a-case-where-SNP_SHUTDOWN-is-missed.patch patches.suse/crypto-ccp-narrow-scope-of-snp_range_list.patch patches.suse/crypto-virtio-Add-spinlock-protection-with-virtqueue.patch patches.suse/crypto-virtio-Remove-duplicated-virtqueue_kick-in-vi.patch patches.suse/crypto-hisilicon-trng-support-tfms-sharing-the-devic.patch patches.suse/crypto-hisilicon-qm-move-the-barrier-before-writing-.patch patches.suse/crypto-caam-fix-netdev-memory-leak-in-dpaa2_caam_pro.patch patches.suse/crypto-starfive-Fix-memory-leak-in-starfive_aes_aead.patch patches.suse/crypto-omap-Allocate-OMAP_CRYPTO_FORCE_COPY-scatterl.patch patches.suse/bpf-verifier-improvement-in-32bit-shift-sign-extensi.patch patches.suse/selftests-bpf-add-verifier-sign-extension-bound-comp.patch patches.suse/bpf-bpf_scc_visit-instance-and-backedges-accumulatio.patch patches.suse/rqspinlock-Fix-TAS-fallback-lock-entry-creation.patch patches.suse/bpf-Fix-verifier_bug_if-to-account-for-BPF_CALL.patch patches.suse/selftests-bpf-Make-bpf-get_preempt_count-work-for-v6.patch patches.suse/x86-fgraph-Fix-return_to_handler-regs.rsp-value.patch patches.suse/x86-fgraph-bpf-Switch-kprobe_multi-program-stack-unw.patch patches.suse/selftests-bpf-Fix-kprobe-multi-stacktrace_ips-test.patch patches.suse/bpf-Require-frozen-map-for-calculating-map-hash.patch patches.suse/perf-x86-intel-cstate-Add-Wildcat-Lake-support.patch patches.suse/perf-x86-intel-cstate-Add-Nova-Lake-support.patch patches.suse/perf-x86-intel-cstate-Add-Diamond-Rapids-support.patch patches.suse/perf-x86-uncore-clean-up-const-mismatch.patch patches.suse/perf-x86-intel-uncore-Move-uncore-discovery-init-struct-to.patch patches.suse/perf-x86-intel-uncore-Support-per-platform-discovery-base-.patch patches.suse/perf-x86-intel-uncore-Remove-has_generic_discovery_table.patch patches.suse/perf-x86-intel-uncore-Add-IMH-PMON-support-for-Diamond-Rap.patch patches.suse/perf-x86-intel-uncore-Add-CBB-PMON-support-for-Diamond-Rap.patch patches.suse/perf-x86-intel-uncore-Add-domain-global-init-callback.patch patches.suse/perf-x86-intel-uncore-Add-freerunning-event-descriptor-hel.patch patches.suse/perf-x86-intel-uncore-Support-IIO-free-running-counters-on.patch patches.suse/perf-x86-intel-uncore-Support-uncore-constraint-ranges.patch patches.suse/perf-x86-intel-uncore-Update-DMR-uncore-constraints-prelim.patch patches.suse/perf-pmu-Relax-uncore-wildcard-matching-to-allow-numeric-s.patch patches.suse/perf-x86-intel-uncore-Add-missing-PMON-units-for-Panther-L.patch patches.suse/perf-x86-intel-uncore-Add-Nova-Lake-support.patch patches.suse/perf-core-Fix-slow-perf_event_task_exit-with-LBR-callstack.patch patches.suse/perf-x86-intel-Support-the-4-new-OMR-MSRs-introduced-in-DM.patch patches.suse/perf-x86-intel-Add-support-for-PEBS-memory-auxiliary--DMR-.patch patches.suse/perf-x86-intel-Add-core-PMU-support-for-DMR.patch patches.suse/perf-x86-intel-Add-support-for-PEBS-memory-auxiliary--NVL-.patch patches.suse/perf-x86-intel-Add-core-PMU-support-for-Novalake.patch patches.suse/perf-x86-Use-macros-to-replace-magic-numbers-in-attr_rdpmc.patch patches.suse/perf-x86-intel-Add-support-for-rdpmc-user-disable-feature.patch patches.suse/linux-compiler_types.h-Add-the-__signed_scalar_typeof-helper.patch patches.suse/sched-fair-Fold-the-sched_avg-update.patch patches.suse/sched-fair-Avoid-rq-lock-bouncing-in-sched_balance_newidle.patch patches.suse/sched-headers-Rename-rcu_dereference_check_sched_domain-rcu_dereference_sched_domain.patch patches.suse/sched-fair-Remove-superfluous-rcu_read_lock.patch patches.suse/sched-fair-Limit-hrtick-work.patch patches.suse/sched-fair-Separate-se-vlag-from-se-vprot.patch patches.suse/sched-fair-Rename-cfs_rq-avg_load-to-cfs_rq-sum_weight.patch patches.suse/sched-fair-Rename-cfs_rq-avg_vruntime-to-sum_w_vruntime-and-helper-functions.patch patches.suse/sched-fair-Introduce-and-use-the-vruntime_cmp-and-vruntime_op-wrappers-for-wrapped-signed-arit.patch patches.suse/sched-fair-Sort-out-blocked_load-namespace-noise.patch patches.suse/sched-fair-Fix-sched_avg-fold.patch patches.suse/sched-fair-Drop-useless-cpumask_empty-in-find_energy_efficient_cpu.patch patches.suse/sched-fair-Simplify-task_numa_find_cpu.patch patches.suse/sched-fair-Use-cpumask_weight_and-in-sched_balance_find_dst_group.patch patches.suse/sched-fair-Fix-math-notation-errors-in-avg_vruntime-comment.patch patches.suse/sched-fair-Move-checking-for-nohz-cpus-after-time-check.patch patches.suse/sched-fair-Change-likelyhood-of-nohz.nr_cpus.patch patches.suse/sched-fair-Remove-nohz.nr_cpus-and-use-weight-of-cpumask-instead.patch patches.suse/sched-deadline-Clear-the-defer-params.patch patches.suse/sched-clock-Avoid-false-sharing-for-sched_clock_irqtime.patch patches.suse/sched-rt-Skip-currently-executing-CPU-in-rto_next_cpu.patch patches.suse/msft-hv-3464-x86-hyperv-Fix-smp_ops-build-failure-on-UP-kernels.patch patches.suse/genirq-Set-IRQF_COND_ONESHOT-in-devm_request_irq.patch patches.suse/platform-x86-int0002-Remove-IRQF_ONESHOT-from-reques.patch patches.suse/Bluetooth-btintel_pcie-Use-IRQF_ONESHOT-and-default-.patch patches.suse/char-tpm-cr50-Remove-IRQF_ONESHOT.patch patches.suse/mfd-wm8350-core-Use-IRQF_ONESHOT.patch patches.suse/media-pci-mg4b-Use-IRQF_NO_THREAD.patch patches.suse/PCI-MSI-Unmap-MSI-X-region-on-error.patch patches.suse/firmware-arm_ffa-Unmap-Rx-Tx-buffers-on-init-failure.patch patches.suse/firmware-arm_ffa-Correct-32-bit-response-handling-in.patch patches.suse/soc-ti-k3-socinfo-Fix-regmap-leak-on-probe-failure.patch patches.suse/soc-ti-pruss-Fix-double-free-in-pruss_clk_mux_setup.patch patches.suse/soc-qcom-smem-handle-ENOMEM-error-during-probe.patch patches.suse/clk-qcom-Return-correct-error-code-in-qcom_cc_probe_.patch patches.suse/soc-qcom-cmd-db-Use-devm_memremap-to-fix-memory-leak.patch patches.suse/soc-mediatek-svs-Fix-memory-leak-in-svs_enable_debug.patch patches.suse/bus-omap-ocp2scp-fix-OF-populate-on-driver-rebind.patch patches.suse/memory-mtk-smi-fix-device-leaks-on-common-probe.patch patches.suse/memory-mtk-smi-fix-device-leak-on-larb-probe.patch patches.suse/reset-gpio-suppress-bind-attributes-in-sysfs.patch patches.suse/soc-rockchip-grf-Fix-wrong-RK3576_IOCGRF_MISC_CON-de.patch patches.suse/soc-rockchip-grf-Support-multiple-grf-to-be-handled.patch patches.suse/bus-fsl-mc-fix-use-after-free-in-driver_override_sho.patch patches.suse/bus-fsl-mc-fix-an-error-handling-in-fsl_mc_device_ad.patch patches.suse/arm64-tegra-smaug-Add-usb-role-switch-support.patch patches.suse/powerpc64-bpf-Support-internal-only-MOV-instruction-.patch patches.suse/powerpc64-bpf-Inline-bpf_get_smp_processor_id-and-bp.patch patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch patches.suse/powerpc64-bpf-Moving-tail_call_cnt-to-bottom-of-fram.patch patches.suse/powerpc64-bpf-Support-tailcalls-with-subprogs.patch patches.suse/powerpc64-bpf-Avoid-tailcall-restore-from-trampoline.patch patches.suse/powerpc64-bpf-Add-arch_bpf_stack_walk-for-BPF-JIT.patch patches.suse/powerpc64-bpf-Support-exceptions.patch patches.suse/powerpc64-bpf-Additional-NVR-handling-for-bpf_throw.patch patches.suse/pseries-plpks-fix-kernel-doc-comment-inconsistencies.patch patches.suse/powerpc-pseries-move-the-PLPKS-config-inside-its-own-sysfs-directory.patch patches.suse/pseries-plpks-expose-PowerVM-wrapping-features-via-the-sysfs.patch patches.suse/pseries-plpks-add-HCALLs-for-PowerVM-Key-Wrapping-Module.patch patches.suse/keys-trusted_keys-establish-PKWM-as-a-trusted-source.patch patches.suse/docs-trusted-encryped-add-PKWM-as-a-new-trust-source.patch patches.suse/powerpc-pseries-plpks-export-plpks_wrapping_is_supported.patch patches.suse/platform-chrome-cros_typec_switch-Don-t-touch-struct.patch patches.suse/platform-chrome-cros_ec_lightbar-Fix-response-size-i.patch patches.suse/regulator-core-fix-locking-in-regulator_resolve_supp.patch patches.suse/regulator-core-move-supply-check-earlier-in-set_mach.patch patches.suse/spi-geni-qcom-use-xfer-bits_per_word-for-can_dma.patch patches.suse/spi-geni-qcom-initialize-mode-related-registers-to-0.patch patches.suse/spi-stm32-fix-Overrun-issue-at-8bpw.patch patches.suse/spi-spi-mem-Limit-octal-DTR-constraints-to-octal-DTR-situa.patch patches.suse/spi-spi-mem-Protect-dirmap_create-with-spi_mem_access_star.patch patches.suse/spi-geni-qcom-Fix-abort-sequence-execution-for-seria.patch patches.suse/power-sequencing-fix-missing-state_lock-in-pwrseq_po.patch patches.suse/gpio-aspeed-sgpio-Change-the-macro-to-support-deferr.patch patches.suse/hwmon-dell-smm-Add-support-for-Dell-OptiPlex-7080.patch patches.suse/hwmon-nct6775-Add-ASUS-Pro-WS-WRX90E-SAGE-SE.patch patches.suse/hwmon-f71882fg-Add-F81968-support.patch patches.suse/hwmon-max16065-Use-READ-WRITE_ONCE-to-avoid-compiler.patch patches.suse/hwmon-pmbus-mpq8785-fix-VOUT_MODE-mismatch-during-id.patch patches.suse/HID-apple-Add-SONiX-KN85-Keyboard-to-the-list-of-non.patch patches.suse/HID-playstation-Add-missing-check-for-input_ff_creat.patch patches.suse/HID-hid-pl-handle-probe-errors.patch patches.suse/HID-magicmouse-Do-not-crash-on-missing-msc-input.patch patches.suse/HID-prodikeys-Check-presence-of-pm-input_ep82.patch patches.suse/HID-logitech-hidpp-Check-maxfield-in-hidpp_get_repor.patch patches.suse/HID-multitouch-add-eGalaxTouch-EXC3188-support.patch patches.suse/HID-logitech-hidpp-Add-support-for-Logitech-K980.patch patches.suse/HID-intel-ish-hid-fix-NULL-ptr-deref-in-ishtp_bus_re.patch patches.suse/HID-Intel-thc-hid-Intel-thc-Fix-wrong-register-field.patch patches.suse/HID-elecom-Add-support-for-ELECOM-HUGE-Plus-M-HT1MRB.patch patches.suse/ALSA-compress_offload-Relax-__free-variable-declarat.patch patches.suse/ALSA-control-Relax-__free-variable-declarations.patch patches.suse/ALSA-pcm-Relax-__free-variable-declarations.patch patches.suse/ALSA-oss-Relax-__free-variable-declarations.patch patches.suse/ALSA-seq-oss-Relax-__free-variable-declarations.patch patches.suse/ALSA-seq-Relax-__free-variable-declarations.patch patches.suse/ALSA-timer-Relax-__free-variable-declarations.patch patches.suse/ALSA-vmaster-Relax-__free-variable-declarations.patch patches.suse/ALSA-hda-Relax-__free-variable-declarations.patch patches.suse/ALSA-usx2y-Relax-__free-variable-declarations.patch patches.suse/ALSA-usb-audio-Relax-__free-variable-declarations.patch patches.suse/ALSA-hda-realtek-Enable-Mute-LED-for-Lenovo-platform.patch patches.suse/ALSA-pcm-Revert-bufs-move-in-snd_pcm_xfern_frames_io.patch patches.suse/ALSA-hda-fix-function-names-missing-function-paramet.patch patches.suse/ALSA-hda-realtek-add-HP-Victus-16-e0xxx-mute-LED-qui.patch patches.suse/ALSA-usb-audio-presonus-s18xx-uses-little-endian.patch patches.suse/ALSA-hda-realtek-fix-LG-Gram-Style-14-speakers.patch patches.suse/ALSA-hda-tas2781-Add-tas2781_hda-catlog_id-init.patch patches.suse/ALSA-hda-conexant-Add-headset-mic-fix-for-MECHREVO-W.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Minisforum-V3-SE.patch patches.suse/ALSA-oss-delete-self-assignment.patch patches.suse/ALSA-hda-conexant-Add-quirk-for-HP-ZBook-Studio-G4.patch patches.suse/ALSA-hda-realtek-Enable-mute-LEDs-on-HP-ENVY-x360-15.patch patches.suse/ALSA-ctxfi-Add-quirk-for-SE-300PCIE-variant-160b-010.patch patches.suse/ALSA-usb-audio-Add-iface-reset-and-delay-quirk-for-A.patch patches.suse/ALSA-mixer-oss-Add-card-disconnect-checkpoints.patch patches.suse/ALSA-usb-audio-Add-DSD-support-for-iBasso-DC04U.patch patches.suse/firmware-cs_dsp-Remove-__free-from-cs_dsp_debugfs_st.patch patches.suse/firmware-cs_dsp-Don-t-use-__free-in-cs_dsp_load-and-.patch patches.suse/ASoC-Fix-acronym-for-Intel-Gemini-Lake.patch patches.suse/ASoC-SOF-control-skip-rpm-calls-in-ext_volatile_get-.patch patches.suse/ASoC-SOF-Add-support-for-on-demand-DSP-boot.patch patches.suse/ASoC-SOF-sof-client-Add-support-for-on-demand-DSP-bo.patch patches.suse/ASoC-SOF-Intel-hda-sdw-bpt-Add-support-for-on-demand.patch patches.suse/ASoC-SOF-Intel-pci-lnl-Set-on_demand_dsp_boot-for-LN.patch patches.suse/ASoC-SOF-Intel-pci-ptl-Set-on_demand_dsp_boot-for-PT.patch patches.suse/ASoC-SOF-Intel-pci-nvl-Set-on_demand_dsp_boot-for-NV.patch patches.suse/ASoC-SDCA-Allow-sample-width-wild-cards-in-set_usage.patch patches.suse/ASoC-SOF-ipc4-control-If-there-is-no-data-do-not-sen.patch patches.suse/ASoC-SOF-ipc4-topology-Correct-the-allocation-size-f.patch patches.suse/ASoC-SOF-ipc4-control-Use-the-correct-size-for-scont.patch patches.suse/ASoC-SOF-ipc4-control-Keep-the-payload-size-up-to-da.patch patches.suse/ASoC-SOF-ipc4-Support-for-sending-payload-along-with.patch patches.suse/ASoC-SDCA-Factor-out-jack-handling-into-new-c-file.patch patches.suse/ASoC-SDCA-Add-ability-to-connect-SDCA-jacks-to-ASoC-.patch patches.suse/ASoC-nau8821-Fixup-nau8821_enable_jack_detect.patch patches.suse/ASoC-nau8821-Cancel-delayed-work-on-component-remove.patch patches.suse/ASoC-nau8821-Cancel-pending-work-before-suspend.patch patches.suse/ASoC-pxa-drop-unused-Kconfig-symbol.patch patches.suse/ASoC-amd-drop-unused-Kconfig-symbols.patch patches.suse/ASoC-wm8962-Add-WM8962_ADC_MONOMIX-to-3D-Coefficient.patch patches.suse/ASoC-wm8962-Don-t-report-a-microphone-if-it-s-shorte.patch patches.suse/ASoC-sdw_utils-remove-dai-registered-check.patch patches.suse/ASoC-SOF-Intel-hda-Remove-MODULE_SOFTDEP-for-snd-hda.patch patches.suse/ASoC-soc-acpi-intel-arl-match-change-rt722-amp-endpo.patch patches.suse/ASoC-soc-acpi-intel-ptl-match-use-aggregated-endpoin.patch patches.suse/PCI-Add-Intel-Nova-Lake-audio-Device-ID.patch patches.suse/ASoC-SOF-Intel-add-support-for-Nova-Lake-NVL.patch patches.suse/ALSA-hda-controllers-intel-add-support-for-Nova-Lake-7f42828.patch patches.suse/ASoC-sunxi-sun50i-dmic-Add-missing-check-for-devm_re.patch patches.suse/ASoC-tegra-Add-AHUB-writeable_reg-for-RX-holes.patch patches.suse/ASoC-codecs-max98390-Check-return-value-of-devm_gpio.patch patches.suse/ASoC-qcom-q6asm-drop-DSP-responses-for-closed-data-s.patch patches.suse/ASoC-es8328-Add-error-unwind-in-resume.patch patches.suse/ASoC-SDCA-Remove-outdated-todo-comment.patch patches.suse/ASoC-SDCA-Handle-volatile-controls-correctly.patch patches.suse/ASoC-SDCA-Still-process-most-of-the-jack-detect-if-c.patch patches.suse/ASoC-SOF-Intel-hda-Fix-NULL-pointer-dereference.patch patches.suse/ASoC-cs4271-Fix-resource-leak-in-cs4271_soc_resume.patch patches.suse/ASoC-fsl-imx-rpmsg-use-snd_soc_find_dai_with_mutex-i.patch patches.suse/media-dvb-core-dmxdevfilter-must-always-flush-bufs.patch patches.suse/media-omap3isp-isp_video_mbus_to_pix-pix_to_mbus-fix.patch patches.suse/media-omap3isp-set-initial-format.patch patches.suse/media-omap3isp-isppreview-always-clamp-in-preview_tr.patch patches.suse/media-mediatek-encoder-Fix-uninitialized-scalar-vari.patch patches.suse/media-mtk-mdp-Fix-error-handling-in-probe-function.patch patches.suse/media-mtk-mdp-Fix-a-reference-leak-bug-in-mtk_mdp_re.patch patches.suse/media-chips-media-wave5-Fix-conditional-in-start_str.patch patches.suse/media-chips-media-wave5-Process-ready-frames-when-CM.patch patches.suse/media-chips-media-wave5-Fix-kthread-worker-destructi.patch patches.suse/media-chips-media-wave5-Fix-device-cleanup-order-to-.patch patches.suse/media-chips-media-wave5-Fix-memory-leak-on-codec_inf.patch patches.suse/media-mediatek-vcodec-Don-t-try-to-decode-422-444-VP.patch patches.suse/media-verisilicon-AV1-Fix-enable-cdef-computation.patch patches.suse/media-verisilicon-AV1-Fix-tx-mode-bit-setting.patch patches.suse/media-amphion-Clear-last_buffer_dequeued-flag-for-DE.patch patches.suse/media-amphion-Drop-min_queued_buffers-assignment.patch patches.suse/media-rockchip-rga-Fix-possible-ERR_PTR-dereference-.patch patches.suse/media-verisilicon-AV1-Set-IDR-flag-for-intra_only-fr.patch patches.suse/media-tegra-video-Fix-memory-leak-in-__tegra_channel.patch patches.suse/media-adv7180-fix-frame-interval-in-progressive-mode.patch patches.suse/media-radio-keene-fix-memory-leak-in-error-path.patch patches.suse/media-cx88-Add-missing-unmap-in-snd_cx88_hw_params.patch patches.suse/media-cx23885-Add-missing-unmap-in-snd_cx23885_hw_pa.patch patches.suse/media-cx25821-Add-missing-unmap-in-snd_cx25821_hw_pa.patch patches.suse/media-solo6x10-Check-for-out-of-bounds-chip_id.patch patches.suse/media-pvrusb2-fix-URB-leak-in-pvr2_send_request_ex.patch patches.suse/media-i2c-tw9903-Fix-potential-memory-leak-in-tw9903.patch patches.suse/media-i2c-tw9906-Fix-potential-memory-leak-in-tw9906.patch patches.suse/media-cx25821-Fix-a-resource-leak-in-cx25821_dev_set.patch patches.suse/media-i2c-ov01a10-Fix-the-horizontal-flip-control.patch patches.suse/media-i2c-ov01a10-Fix-reported-pixel-rate-value.patch patches.suse/media-i2c-ov01a10-Fix-analogue-gain-range.patch patches.suse/media-i2c-ov01a10-Add-missing-v4l2_subdev_cleanup-ca.patch patches.suse/media-i2c-ov01a10-Fix-passing-stream-instead-of-pad-.patch patches.suse/media-i2c-ov01a10-Fix-test-pattern-disabling.patch patches.suse/media-qcom-camss-vfe-Fix-out-of-bounds-access-in-vfe.patch patches.suse/media-ccs-Avoid-possible-division-by-zero.patch patches.suse/media-v4l2-async-Fix-error-handling-on-steps-after-f.patch patches.suse/media-i2c-ov5647-Initialize-subdev-before-controls.patch patches.suse/media-i2c-ov5647-Correct-pixel-array-offset.patch patches.suse/media-i2c-ov5647-Correct-minimum-VBLANK-value.patch patches.suse/media-i2c-ov5647-Sensor-should-report-RAW-color-spac.patch patches.suse/media-i2c-ov5647-Fix-PIXEL_RATE-value-for-VGA-mode.patch patches.suse/media-ccs-Fix-setting-initial-sub-device-state.patch patches.suse/media-mt9m114-Avoid-a-reset-low-spike-during-probe.patch patches.suse/media-mt9m114-Return-EPROBE_DEFER-if-no-endpoint-is-.patch patches.suse/media-i2c-ov5647-use-our-own-mutex-for-the-ctrl-lock.patch patches.suse/media-dw9714-Fix-powerup-sequence.patch patches.suse/media-ipu6-Fix-typo-and-wrong-constant-in-ipu6-mmu.c.patch patches.suse/media-ipu6-Fix-RPM-reference-leak-in-probe-error-pat.patch patches.suse/media-ipu6-Ensure-stream_mutex-is-acquired-when-deal.patch patches.suse/media-ipu6-Close-firmware-streams-on-streaming-enabl.patch patches.suse/media-ipu6-Always-close-firmware-stream.patch patches.suse/media-ccs-Accommodate-C-PHY-into-the-calculation.patch patches.suse/media-stm32-dcmipp-bytecap-clear-all-interrupts-upon.patch patches.suse/media-i2c-ov01a10-Fix-digital-gain-range.patch patches.suse/media-venus-vdec-fix-error-state-assignment-for-zero.patch patches.suse/media-venus-vdec-restrict-EOS-addr-quirk-to-IRIS2-on.patch patches.suse/media-rkisp1-Fix-filter-mode-register-configuration.patch patches.suse/media-verisilicon-AV1-Fix-tile-info-buffer-size.patch patches.suse/media-uvcvideo-Fix-allocation-for-small-frame-sizes.patch patches.suse/drm-display-dp_mst-Add-protection-against-0-vcpi.patch patches.suse/drm-panthor-Recover-from-panthor_gpu_flush_caches-fa.patch patches.suse/drm-panthor-Fix-the-full_tick-check.patch patches.suse/drm-panthor-Fix-the-group-priority-rotation-logic.patch patches.suse/drm-panthor-Fix-immediate-ticking-on-a-disabled-tick.patch patches.suse/drm-panthor-Fix-the-logic-that-decides-when-to-stop-.patch patches.suse/drm-panthor-Make-sure-we-resume-the-tick-when-new-jo.patch patches.suse/gpu-panel-edp-add-AUO-panel-entry-for-B140HAN06.4.patch patches.suse/drm-panel-sw43408-Remove-manual-invocation-of-unprep.patch patches.suse/drm-i915-wakeref-clean-up-INTEL_WAKEREF_PUT_-flag-ma.patch patches.suse/drm-panthor-Evict-groups-before-VM-termination.patch patches.suse/drm-tests-shmem-Swap-names-of-export-tests.patch patches.suse/drm-v3d-Set-DMA-segment-size-to-avoid-debug-warnings.patch patches.suse/drm-amdgpu-fix-NULL-pointer-issue-buffer-funcs.patch patches.suse/drm-amdkfd-Handle-GPU-reset-and-drain-retry-fault-ra.patch patches.suse/drm-amd-display-Add-USB-C-DP-Alt-Mode-lane-limitatio.patch patches.suse/drm-amdgpu-add-support-for-HDP-IP-version-6.1.1.patch patches.suse/drm-amd-Drop-amdgpu-kernel-modesetting-enabled-messa.patch patches.suse/drm-amdkfd-Fix-signal_eviction_fence-bool-return-val.patch patches.suse/drm-amd-display-Add-signal-type-check-for-dcn401-get.patch patches.suse/drm-amd-display-Fix-dsc-eDP-issue.patch patches.suse/drm-panel-Fix-a-possible-null-pointer-dereference-in.patch patches.suse/drm-tegra-dsi-fix-device-leak-on-probe.patch patches.suse/drm-amdgpu-Skip-loading-SDMA_RS64-in-VF.patch patches.suse/drm-amd-display-only-power-down-dig-on-phy-endpoints.patch patches.suse/drm-amdkfd-Relax-size-checking-during-queue-buffer-g.patch patches.suse/drm-amdkfd-Fix-GART-PTE-for-non-4K-pagesize-in-svm_m.patch patches.suse/drm-Account-property-blob-allocations-to-memcg.patch patches.suse/drm-atmel-hlcdc-fix-memory-leak-from-the-atomic_dest.patch patches.suse/drm-atmel-hlcdc-fix-use-after-free-of-drm_crtc_commi.patch patches.suse/drm-atmel-hlcdc-don-t-reject-the-commit-if-the-src-r.patch patches.suse/drm-buddy-Prevent-BUG_ON-by-validating-rounded-alloc.patch patches.suse/drm-bridge-anx7625-Fix-invalid-EDID-size.patch patches.suse/drm-amd-display-Disable-FEC-when-powering-down-encod.patch patches.suse/drm-msm-dpu-Set-vsync-source-irrespective-of-mdp-top.patch patches.suse/drm-msm-dpu-fix-WD-timer-handling-on-DPU-8.x.patch patches.suse/drm-msm-disp-set-num_planes-to-1-for-interleaved-YUV.patch patches.suse/drm-msm-dpu-drop-intr_start-from-DPU-3.x-catalog-fil.patch patches.suse/drm-msm-dpu-fix-CMD-panels-on-DPU-1.x-3.x.patch patches.suse/drm-msm-a2xx-fix-pixel-shader-start-on-A225.patch patches.suse/drm-amd-display-Fix-GFX12-family-constant-checks.patch patches.suse/drm-amd-display-avoid-dig-reg-access-timeout-on-usb4.patch patches.suse/drm-exynos-vidi-fix-to-avoid-directly-dereferencing-.patch patches.suse/drm-exynos-vidi-use-ctx-lock-to-protect-struct-vidi_.patch patches.suse/msft-hv-3459-hyper-v-Mark-inner-union-in-hv_kvp_exchg_msg_value-a.patch patches.suse/dm-remove-fake-timeout-to-avoid-leak-request.patch patches.suse/dm-clear-cloned-request-bio-pointer-when-last-clone-.patch patches.suse/Revert-dm-fix-a-race-condition-in-retrieve_deps.patch patches.suse/dm-mpath-make-pg_init_delay_msecs-settable.patch patches.suse/PCI-AER-Clear-stale-errors-on-reporting-agents-upon-p.patch patches.suse/Documentation-PCI-endpoint-Fix-ntb-vntb-copy-paste-e.patch patches.suse/PCI-endpoint-Avoid-creating-sub-groups-asynchronousl.patch patches.suse/PCI-endpoint-Fix-swapped-parameters-in-pci_-primary-.patch patches.suse/PCI-Do-not-attempt-to-set-ExtTag-for-VFs.patch patches.suse/PCI-Mark-3ware-9650SA-Root-Port-Extended-Tags-as-bro.patch patches.suse/PCI-Check-parent-for-NULL-in-of_pci_bus_release_doma.patch patches.suse/PCI-Initialize-RCB-from-pci_configure_device.patch patches.suse/PCI-ACPI-Restrict-program_hpx_type2-to-AER-bits.patch patches.suse/PCI-Add-ASPEED-vendor-ID-to-pci_ids.h.patch patches.suse/PCI-Add-PCI_BRIDGE_NO_ALIAS-quirk-for-ASPEED-AST1150.patch patches.suse/Revert-PCI-IOV-Add-PCI-rescan-remove-locking-when-en.patch patches.suse/PCI-IOV-Fix-race-between-SR-IOV-enable-disable-and-h.patch patches.suse/PCI-P2PDMA-Release-per-CPU-pgmap-ref-when-vm_insert_.patch patches.suse/PCI-P2PDMA-Fix-p2pmem_alloc_mmap-warning-condition.patch patches.suse/PCI-P2PDMA-Reset-page-reference-count-when-page-mappi.patch patches.suse/PCI-PM-Avoid-redundant-delays-on-D3hot-D3cold.patch patches.suse/PCI-portdrv-Fix-potential-resource-leak.patch patches.suse/PCI-Use-resource_set_range-that-correctly-sets-end.patch patches.suse/PCI-Mark-ASM1164-SATA-controller-to-avoid-bus-reset.patch patches.suse/PCI-Mark-Nvidia-GB10-to-avoid-bus-reset.patch patches.suse/PCI-Fix-pci_slot_trylock-error-handling.patch patches.suse/PCI-Fix-pci_slot_lock-device-locking.patch patches.suse/PCI-Add-ACS-quirk-for-Qualcomm-Hamoa-Glymur.patch patches.suse/PCI-Add-ACS-quirk-for-Pericom-PI7C9X2G404-switches-1.patch patches.suse/PCI-Enable-ACS-after-configuring-IOMMU-for-OF-platfor.patch patches.suse/Revert-PCI-qcom-Enable-MSI-interrupts-together-with-.patch patches.suse/PCI-dwc-Fix-msg_atu_index-assignment.patch patches.suse/PCI-mediatek-Fix-IRQ-domain-leak-when-MSI-allocation.patch patches.suse/of-unittest-fix-possible-null-pointer-dereferences-i.patch patches.suse/net-phy-microchip_rds_ptp-improve-HW-ts-config-logic.patch patches.suse/net-phy-microchip_rds_ptp-add-HW-timestamp-configura.patch patches.suse/net-mlx5e-TSO-for-GRE-over-vlan.patch patches.suse/net-mlx5e-TSO-for-UDP-over-GRE-over-vlan-packets.patch patches.suse/net-mlx5e-Remove-GSO_PARTIAL-for-non-_CSUM-GRE.patch patches.suse/bnxt_en-Update-FW-interface-to-1.10.3.151.patch patches.suse/wifi-cfg80211-Fix-use_for-flag-update-on-BSS-refresh.patch patches.suse/wifi-libertas-fix-WARNING-in-usb_tx_block.patch patches.suse/ice-unify-PHY-FW-loading-status-handler-for-E800-dev.patch patches.suse/ixgbe-Add-10G-BX-support.patch patches.suse/ice-use-netif_get_num_default_rss_queues.patch patches.suse/idpf-update-idpf_up_complete-return-type-to-void.patch patches.suse/idpf-Fix-kernel-doc-descriptions-to-avoid-warnings.patch patches.suse/net-mlx5-Add-max_tx_speed-and-its-CAP-bit-to-IFC.patch patches.suse/net-mlx5-Propagate-LAG-effective-max_tx_speed-to-vpo.patch patches.suse/net-mlx5-Handle-port-and-vport-speed-change-events-i.patch patches.suse/net-mlx5-Add-support-for-querying-bond-speed.patch patches.suse/net-mlx5-Add-IFC-bits-for-extended-ETS-rate-limit-ba.patch patches.suse/msft-hv-3457-net-mana-Implement-ndo_tx_timeout-and-serialize-queu.patch patches.suse/net-Introduce-netif_xmit_timeout_ms-helper.patch patches.suse/net-mlx5e-Refine-TX-timeout-handling-to-skip-non-tim.patch patches.suse/net-mlx5-fs-factor-out-flow-counter-bulk-init.patch patches.suse/net-mlx5-fs-split-bulk-init.patch patches.suse/net-mlx5-Initialize-bulk-for-single-flow-counters.patch patches.suse/dpll-add-dpll_device-op-to-get-supported-modes.patch patches.suse/dpll-add-dpll_device-op-to-set-working-mode.patch patches.suse/dpll-zl3073x-Implement-device-mode-setting-support.patch patches.suse/net-mlx5e-Move-async-ICOSQ-lock-into-ICOSQ-struct.patch patches.suse/net-mlx5e-Use-regular-ICOSQ-for-triggering-NAPI.patch patches.suse/net-mlx5e-Move-async-ICOSQ-to-dynamic-allocation.patch patches.suse/net-mlx5e-Conditionally-create-async-ICOSQ.patch patches.suse/net-usb-r8152-fix-transmit-queue-timeout.patch patches.suse/idpf-introduce-local-idpf-structure-to-store-virtchn.patch patches.suse/idpf-introduce-idpf_q_vec_rsrc-struct-and-move-vecto.patch patches.suse/idpf-move-queue-resources-to-idpf_q_vec_rsrc-structu.patch patches.suse/idpf-move-some-iterator-declarations-inside-for-loop.patch patches.suse/idpf-reshuffle-idpf_vport-struct-members-to-avoid-ho.patch patches.suse/idpf-add-rss_data-field-to-RSS-function-parameters.patch patches.suse/idpf-remove-vport-pointer-from-queue-sets.patch patches.suse/idpf-generalize-send-virtchnl-message-API.patch patches.suse/idpf-avoid-calling-get_rx_ptypes-for-each-vport.patch patches.suse/idpf-generalize-mailbox-API.patch patches.suse/ice-pass-pointer-to-ice_fetch_u64_stats_per_ring.patch patches.suse/ice-remove-ice_q_stats-struct-and-use-struct_group.patch patches.suse/ice-use-u64_stats-API-to-access-pkts-bytes-in-dim-sa.patch patches.suse/ice-shorten-ring-stat-names-and-add-accessors.patch patches.suse/ice-convert-all-ring-stats-to-u64_stats_t.patch patches.suse/idpf-export-RX-hardware-timestamping-information-to-.patch patches.suse/Bluetooth-btusb-Add-support-for-MediaTek7920-0489-e1.patch patches.suse/Bluetooth-hci_conn-use-mod_delayed_work-for-active-m.patch patches.suse/Bluetooth-hci_conn-Set-link_policy-on-incoming-ACL-c.patch patches.suse/Bluetooth-btusb-Add-new-VID-PID-for-RTL8852CE.patch patches.suse/Bluetooth-btusb-Add-device-ID-for-Realtek-RTL8761BU.patch patches.suse/Bluetooth-btusb-Add-USB-ID-7392-e611-for-Edimax-EW-7.patch patches.suse/dpll-expose-fractional-frequency-offset-in-ppt.patch patches.suse/wifi-rtw88-fix-DTIM-period-handling-when-conf-dtim_p.patch patches.suse/wifi-rtw88-8822b-Avoid-WARNING-in-rtw8822b_config_tr.patch patches.suse/wifi-rtw88-rtw8821cu-Add-ID-for-Mercusys-MU6H.patch patches.suse/wifi-rtw89-8922a-set-random-mac-if-efuse-contains-ze.patch patches.suse/wifi-rtw89-ser-enable-error-IMR-after-recovering-fro.patch patches.suse/wifi-rtw89-setting-TBTT-AGG-number-when-mac-port-ini.patch patches.suse/wifi-rtw89-mcc-reset-probe-counter-when-receiving-be.patch patches.suse/wifi-rtw88-Fix-alignment-fault-in-rtw_core_enable_be.patch patches.suse/wifi-rtw88-Use-devm_kmemdup-in-rtw_set_supported_ban.patch patches.suse/wifi-rtw88-Fix-inadvertent-sharing-of-struct-ieee802.patch patches.suse/wifi-rtl8xxxu-fix-slab-out-of-bounds-in-rtl8xxxu_sta.patch patches.suse/wifi-rtw89-regd-6-GHz-power-type-marks-default-when-.patch patches.suse/wifi-rtw89-fix-potential-zero-beacon-interval-in-bea.patch patches.suse/wifi-rtw89-Add-support-for-MSI-AX1800-Nano-GUAX18N.patch patches.suse/wifi-rtw89-pci-validate-sequence-number-of-TX-releas.patch patches.suse/wifi-rtw89-wow-add-reason-codes-for-disassociation-i.patch patches.suse/wifi-rtw89-disable-EHT-protocol-by-chip-capabilities.patch patches.suse/wifi-rtw89-mac-correct-page-number-for-CSI-response.patch patches.suse/wifi-cfg80211-allow-only-one-NAN-interface-also-in-m.patch patches.suse/wifi-cfg80211-stop-NAN-and-P2P-in-cfg80211_leave.patch patches.suse/wifi-iwlegacy-add-missing-mutex-protection-in-il3945.patch patches.suse/wifi-iwlegacy-add-missing-mutex-protection-in-il4965.patch patches.suse/wifi-ath9k-debug.h-fix-kernel-doc-bad-lines-and-stru.patch patches.suse/wifi-ath9k-fix-kernel-doc-warnings-in-common-debug.h.patch patches.suse/wifi-ath9k-add-OF-dependency-to-AHB.patch patches.suse/wifi-ath11k-add-pm-quirk-for-Thinkpad-Z13-Z16-Gen1.patch patches.suse/wifi-ath11k-Fix-failure-to-connect-to-a-6-GHz-AP.patch patches.suse/wifi-ath12k-do-WoW-offloads-only-on-primary-link.patch patches.suse/wifi-ath12k-fix-preferred-hardware-mode-calculation.patch patches.suse/wifi-ath12k-fix-mac-phy-capability-parsing.patch patches.suse/wifi-iwlwifi-mld-Handle-rate-selection-for-NAN-inter.patch patches.suse/wifi-iwlwifi-mvm-check-the-validity-of-noa_len.patch patches.suse/wifi-iwlwifi-fix-22000-series-SMEM-parsing.patch patches.suse/wifi-iwlwifi-mld-fix-chandef-start-calculation.patch patches.suse/wifi-iwlwifi-mld-Fix-primary-link-selection-logic.patch patches.suse/net-usb-sr9700-remove-code-to-drive-nonexistent-mult.patch patches.suse/vmw_vsock-bypass-false-positive-Wnonnull-warning-wit.patch patches.suse/wifi-rtw89-fix-unable-to-receive-probe-responses-und.patch patches.suse/wifi-rtw89-debug-Fix-memory-leak-in-__print_txpwr_ma.patch patches.suse/wifi-rtw89-8922a-add-digital-compensation-for-2GHz.patch patches.suse/wifi-rtw89-pci-validate-release-report-content-befor.patch patches.suse/wifi-rtw89-pci-restore-LDO-setting-after-device-resu.patch patches.suse/wifi-ath10k-fix-lock-protection-in-ath10k_wmi_event_.patch patches.suse/wifi-ath10k-sdio-add-missing-lock-protection-in-ath1.patch patches.suse/wifi-ath11k-add-usecase-firmware-handling-based-on-d.patch patches.suse/wifi-ath12k-Fix-index-decrement-when-array_len-is-ze.patch patches.suse/wifi-ath12k-clear-stale-link-mapping-of-ahvif-links_.patch patches.suse/net-mlx5e-RX-Drop-oversized-packets-in-non-linear-mo.patch patches.suse/net-mlx5e-SHAMPO-Improve-allocation-recovery.patch patches.suse/net-mlx5e-Extend-TC-max-ratelimit-using-max_bw_value.patch patches.suse/net-mlx5-Support-devlink-port-state-for-host-PF.patch patches.suse/dpll-Allow-associating-dpll-pin-with-a-firmware-node.patch patches.suse/dpll-zl3073x-Associate-pin-with-fwnode-handle.patch patches.suse/dpll-Add-notifier-chain-for-dpll-events.patch patches.suse/dpll-Support-dynamic-pin-index-allocation.patch patches.suse/dpll-zl3073x-Add-support-for-mux-pin-type.patch patches.suse/dpll-Enhance-and-consolidate-reference-counting-logi.patch patches.suse/dpll-Add-reference-count-tracking-support.patch patches.suse/drivers-Add-support-for-DPLL-reference-count-trackin.patch patches.suse/ice-dpll-Support-E825-C-SyncE-and-dynamic-pin-discov.patch patches.suse/net-mlx5-Fix-1600G-link-mode-enum-naming.patch patches.suse/myri10ge-avoid-uninitialized-variable-use.patch patches.suse/dpll-zl3073x-Add-output-pin-frequency-helper.patch patches.suse/dpll-zl3073x-Include-current-frequency-in-supported-.patch patches.suse/nfc-nxp-nci-remove-interrupt-trigger-type.patch patches.suse/bonding-only-set-speed-duplex-to-unknown-if-getting-.patch patches.suse/nfc-hci-shdlc-Stop-timers-and-work-before-freeing-co.patch patches.suse/dpll-zl3073x-Fix-output-pin-phase-adjustment-sign.patch patches.suse/serial-caif-fix-use-after-free-in-caif_serial-ldisc_.patch patches.suse/ionic-Rate-limit-unknown-xcvr-type-messages.patch patches.suse/RDMA-core-introduce-rdma_restrict_node_type.patch patches.suse/rapidio-replace-rio_free_net-with-kfree-in-rio_scan_.patch patches.suse/RDMA-umem-don-t-abuse-current-group_leader.patch patches.suse/watchdog-softlockup-fix-sample-ring-index-wrap-in-ne.patch patches.suse/scsi-mpt3sas-Added-no_turs-flag-to-device-unblock-logic.patch patches.suse/scsi-mpt3sas-Improve-device-discovery-and-readiness-handli.patch patches.suse/scsi-mpt3sas-Add-firmware-event-requeue-support-for-busy-d.patch patches.suse/scsi-mpt3sas-Add-configurable-command-retry-limit-for-slow.patch patches.suse/scsi-mpt3sas-Fixed-the-W-1-compilation-warning.patch patches.suse/scsi-mpt3sas-Simplify-the-workqueue-allocation-code.patch patches.suse/RDMA-irdma-Simplify-bool-conversion.patch patches.suse/RDMA-efa-Check-stored-completion-CTX-command-ID-with.patch patches.suse/RDMA-efa-Improve-admin-completion-context-state-mach.patch patches.suse/RDMA-rtrs-server-remove-dead-code.patch patches.suse/RDMA-hns-Introduce-limit_bank-mode-with-better-perfo.patch patches.suse/IB-cache-update-gid-cache-on-client-reregister-event.patch patches.suse/RDMA-hns-Fix-WQ_MEM_RECLAIM-warning.patch patches.suse/RDMA-hns-Return-actual-error-code-instead-of-fixed-E.patch patches.suse/RDMA-hns-Fix-RoCEv1-failure-due-to-DSCP.patch patches.suse/RDMA-hns-Notify-ULP-of-remaining-soft-WCs-during-res.patch patches.suse/IB-core-Add-async-event-on-device-speed-change.patch patches.suse/IB-core-Add-helper-to-convert-port-attributes-to-dat.patch patches.suse/IB-core-Refactor-rate_show-to-use-ib_port_attr_to_ra.patch patches.suse/IB-core-Add-query_port_speed-verb.patch patches.suse/RDMA-mlx5-Raise-async-event-on-device-speed-change.patch patches.suse/RDMA-mlx5-Implement-query_port_speed-callback.patch patches.suse/RDMA-umem-Remove-redundant-DMABUF-ops-check.patch patches.suse/RDMA-core-Avoid-exporting-module-local-functions-and.patch patches.suse/RDMA-mlx5-Fix-ucaps-init-error-flow.patch patches.suse/RDMA-mlx5-Avoid-direct-access-to-DMA-device-pointer.patch patches.suse/RDMA-qedr-Remove-unused-defines.patch patches.suse/RDMA-ocrdma-Remove-unused-OCRDMA_UVERBS-definition.patch patches.suse/RDMA-rtrs-srv-fix-SG-mapping.patch patches.suse/RDMA-rtrs-Add-error-description-to-the-logs.patch patches.suse/RDMA-rtrs-Add-optional-support-for-IB_MR_TYPE_SG_GAP.patch patches.suse/RDMA-rtrs-Improve-error-logging-for-RDMA-cm-events.patch patches.suse/RDMA-rtrs-clt-Remove-unused-members-in-rtrs_clt_io_r.patch patches.suse/RDMA-rtrs-srv-Add-check-and-closure-for-possible-zom.patch patches.suse/RDMA-rtrs-srv-Rate-limit-I-O-path-error-logging.patch patches.suse/RDMA-rtrs-Extend-log-message-when-a-port-fails.patch patches.suse/RDMA-rtrs-clt-For-conn-rejection-use-actual-err-numb.patch patches.suse/RDMA-rtrs-srv-Fix-error-print-in-process_info_req.patch patches.suse/RDMA-irdma-Remove-redundant-dma_wmb-before-writel.patch patches.suse/RDMA-irdma-Remove-fixed-1-ms-delay-during-AH-wait-lo.patch patches.suse/RDMA-hns-Support-drain-SQ-and-RQ.patch patches.suse/RDMA-rxe-Fix-double-free-in-rxe_srq_from_init.patch patches.suse/RDMA-iwcm-Fix-workqueue-list-corruption-by-removing-.patch patches.suse/msft-hv-3458-RDMA-mana_ib-Take-CQ-type-from-the-device-type.patch patches.suse/RDMA-mlx5-Fix-UMR-hang-in-LAG-error-state-unload.patch patches.suse/IB-mlx5-Fix-port-speed-query-for-representors.patch patches.suse/RDMA-rxe-Remove-unused-page_offset-member.patch patches.suse/RDMA-rxe-Fix-iova-to-va-conversion-for-MR-page-sizes.patch patches.suse/RDMA-irdma-Add-enum-defs-for-reserved-CQs-QPs.patch patches.suse/RDMA-irdma-Use-CQ-ID-for-CEQE-context.patch patches.suse/RDMA-uverbs-Validate-wqe_size-before-using-it-in-ib_.patch patches.suse/RDMA-mlx5-Fix-memory-leak-in-GET_DATA_DIRECT_SYSFS_P.patch patches.suse/msft-hv-3463-RDMA-mana_ib-Add-device-memory-support.patch patches.suse/RDMA-rxe-Fix-race-condition-in-QP-timer-handlers.patch patches.suse/RDMA-irdma-Use-kvzalloc-for-paged-memory-DMA-address.patch patches.suse/RDMA-core-add-rdma_rw_max_sge-helper-for-SQ-sizing.patch patches.suse/RDMA-uverbs-Add-__GFP_NOWARN-to-ib_uverbs_unmarshall.patch patches.suse/RDMA-bnxt_re-Add-support-for-QP-rate-limiting.patch patches.suse/RDMA-bnxt_re-Report-packet-pacing-capabilities-when-.patch patches.suse/RDMA-bnxt_re-Report-QP-rate-limit-in-debugfs.patch patches.suse/RDMA-mlx5-Support-rate-limit-only-for-Raw-Packet-QP.patch patches.suse/IB-core-Extend-rate-limit-support-for-RC-QPs.patch patches.suse/RDMA-umad-Reject-negative-data_len-in-ib_umad_write.patch patches.suse/RDMA-siw-Fix-potential-NULL-pointer-dereference-in-h.patch patches.suse/RDMA-uverbs-Support-external-FD-uobjects.patch patches.suse/ata-libata-avoid-long-timeouts-on-hot-unplugged-SATA.patch patches.suse/ata-libata-Add-ATA_QUIRK_MAX_SEC-and-convert-all-dev.patch patches.suse/ata-libata-Add-ata_force_get_fe_for_dev-helper.patch patches.suse/ata-libata-Change-libata.force-to-use-the-generic-AT.patch patches.suse/ata-libata-Add-support-to-parse-equal-sign-in-libata.patch patches.suse/ata-libata-Add-libata.force-parameter-max_sec.patch patches.suse/ata-libata-Allow-more-quirks.patch patches.suse/ata-libata-core-Quirk-INTEL-SSDSC2KG480G8-max_sector.patch patches.suse/ata-pata_ftide010-Fix-some-DMA-timings.patch patches.suse/power-supply-ab8500-Fix-use-after-free-in-power_supp.patch patches.suse/power-supply-act8945a-Fix-use-after-free-in-power_su.patch patches.suse/power-supply-bq256xx-Fix-use-after-free-in-power_sup.patch patches.suse/power-supply-bq25980-Fix-use-after-free-in-power_sup.patch patches.suse/power-supply-cpcap-battery-Fix-use-after-free-in-pow.patch patches.suse/power-supply-goldfish-Fix-use-after-free-in-power_su.patch patches.suse/power-supply-pm8916_bms_vm-Fix-use-after-free-in-pow.patch patches.suse/power-supply-pm8916_lbc-Fix-use-after-free-in-power_.patch patches.suse/power-supply-rt9455-Fix-use-after-free-in-power_supp.patch patches.suse/power-supply-sbs-battery-Fix-use-after-free-in-power.patch patches.suse/power-reset-nvmem-reboot-mode-respect-cell-size-for-.patch patches.suse/power-supply-bq27xxx-fix-wrong-errno-when-bus-ops-ar.patch patches.suse/power-supply-wm97xx-Fix-NULL-pointer-dereference-in-.patch patches.suse/power-supply-pm8916_lbc-Fix-use-after-free-for-extco.patch patches.suse/power-supply-qcom_battmgr-Recognize-LiP-as-lithium-p.patch patches.suse/vdpa-mlx5-update-mlx_features-with-driver-state-chec.patch patches.suse/vdpa-mlx5-reuse-common-function-for-MAC-address-upda.patch patches.suse/vdpa-mlx5-update-MAC-address-handling-in-mlx5_vdpa_s.patch patches.suse/vhost-fix-caching-attributes-of-MMIO-regions-by-sett.patch patches.suse/mtd-parsers-Fix-memory-leak-in-mtd_parser_tplink_saf.patch patches.suse/mtd-parsers-ofpart-fix-OF-node-refcount-leak-in-pars.patch patches.suse/mtd-rawnand-cadence-Fix-return-type-of-CDMA-send-and.patch patches.suse/mtd-spinand-Fix-kernel-doc.patch patches.suse/mtd-spinand-Disable-continuous-read-during-probe.patch patches.suse/mtd-rawnand-pl353-Fix-software-ECC-support.patch patches.suse/platform-x86-ISST-Add-missing-write-block-check.patch patches.suse/tools-power-x86-intel-speed-select-Fix-file-descript.patch patches.suse/crypto-ccp-Declare-PSP-dead-if-PSP_CMD_TEE_RING_INIT.patch patches.suse/crypto-ccp-Add-an-S4-restore-flow.patch patches.suse/crypto-ccp-Factor-out-ring-destroy-handling-to-a-hel.patch patches.suse/crypto-ccp-Send-PSP_CMD_TEE_RING_DESTROY-when-PSP_CM.patch patches.suse/rpmsg-core-fix-race-in-driver_override_show-and-use-.patch patches.suse/fbdev-rivafb-fix-divide-error-in-nv3_arb.patch patches.suse/fbdev-smscufx-properly-copy-ioctl-memory-to-kernelsp.patch patches.suse/fbcon-check-return-value-of-con2fb_acquire_newinfo.patch patches.suse/msft-hv-3486-drivers-hv-vmbus_drv-Remove-reference-to-hpyerv_fb.patch patches.suse/fbdev-vt8500lcdfb-fix-missing-dma_free_coherent.patch patches.suse/fbdev-of-display_timing-fix-refcount-leak-in-of_get_.patch patches.suse/fbdev-of_display_timing-Fix-device-node-reference-le.patch patches.suse/fbdev-ffb-fix-corrupted-video-output-on-Sun-FFB1.patch patches.suse/fbdev-au1200fb-Fix-a-memory-leak-in-au1200fb_drv_pro.patch patches.suse/LoongArch-Select-HAVE_CMPXCHG_LOCAL-in-Kconfig.patch patches.suse/LoongArch-Add-128-bit-atomic-cmpxchg-support.patch patches.suse/clk-renesas-rzg2l-Fix-intin-variable-size.patch patches.suse/clk-renesas-rzg2l-Select-correct-div-round-macro.patch patches.suse/clk-clk-apple-nco-Add-apple-t8103-nco-compatible.patch patches.suse/clk-tegra-tegra124-emc-fix-device-leak-on-set_rate.patch patches.suse/clk-tegra-tegra124-emc-Fix-potential-memory-leak-in-.patch patches.suse/clk-meson-gxbb-Limit-the-HDMI-PLL-OD-to-4-on-GXL-GXM.patch patches.suse/clk-meson-g12a-Limit-the-HDMI-PLL-OD-to-4.patch patches.suse/clk-mediatek-Fix-error-handling-in-runtime-PM-setup.patch patches.suse/clk-qcom-gcc-sm8550-Use-floor-ops-for-SDCC-RCGs.patch patches.suse/clk-qcom-rcg2-compute-2d-using-duty-fraction-directl.patch patches.suse/clk-qcom-gcc-sm8450-Update-the-SDCC-RCGs-to-use-shar.patch patches.suse/clk-qcom-gcc-msm8953-Remove-ALWAYS_ON-flag-from-cpp_.patch patches.suse/clk-qcom-gcc-msm8917-Remove-ALWAYS_ON-flag-from-cpp_.patch patches.suse/clk-qcom-dispcc-sdm845-Enable-parents-for-pixel-cloc.patch patches.suse/clk-qcom-gfx3d-add-parent-to-parent-request-map.patch patches.suse/Input-stmfts-correct-wording-for-the-warning-message.patch patches.suse/Input-stmfts-make-comments-correct.patch patches.suse/HID-i2c-hid-Add-FocalTech-FT8112.patch patches.suse/9p-xen-protect-xen_9pfs_front_free-against-concurren.patch patches.suse/pinctrl-equilibrium-Fix-device-node-reference-leak-i.patch patches.suse/pinctrl-qcom-sm8250-lpass-lpi-Fix-i2s2_data_groups-d.patch patches.suse/pinctrl-single-fix-refcount-leak-in-pcs_add_gpio_fun.patch patches.suse/Revert-mfd-da9052-spi-Change-read-mask-to-write-mask.patch patches.suse/mfd-tps6105x-Fix-kernel-doc-warnings-relating-to-the.patch patches.suse/mfd-core-Add-locking-around-mfd_of_node_list.patch patches.suse/mfd-arizona-Fix-regulator-resource-leak-on-wm5102_cl.patch patches.suse/mfd-qcom-pm8xxx-Fix-OF-populate-on-driver-rebind.patch patches.suse/mfd-omap-usb-host-Fix-OF-populate-on-driver-rebind.patch patches.suse/mfd-intel-lpss-Add-Intel-Nova-Lake-S-PCI-IDs.patch patches.suse/backlight-qcom-wled-Support-ovp-values-for-PMI8994.patch patches.suse/backlight-qcom-wled-Change-PM8950-WLED-configuration.patch patches.suse/leds-qcom-lpg-Check-the-return-value-of-regmap_bulk_.patch patches.suse/fix-it87_wdt-early-reboot-by-reporting-running-timer.patch patches.suse/watchdog-starfive-wdt-Fix-PM-reference-leak-in-probe.patch patches.suse/watchdog-imx7ulp_wdt-handle-the-nowayout-option.patch patches.suse/io_uring-delay-sqarray-static-branch-disablement.patch patches.suse/block-allow-IOC_PR_READ_-ioctls-with-BLK_OPEN_READ.patch patches.suse/misc-eeprom-Fix-EWEN-EWDS-ERAL-commands-for-93xx56-a.patch patches.suse/misc-bcm_vk-Fix-possible-null-pointer-dereferences-i.patch patches.suse/mmc-rtsx_pci_sdmmc-increase-power-on-settling-delay-.patch patches.suse/Revert-mmc-rtsx_pci_sdmmc-increase-power-on-settling.patch patches.suse/fpga-of-fpga-region-Fail-if-any-bridge-is-missing.patch patches.suse/fpga-dfl-use-subsys_initcall-to-allow-built-in-drive.patch patches.suse/intel_th-pci-Use-PCI_DEVICE_DATA-for-device-entries.patch patches.suse/intel_th-pci-Add-Nova-Lake-support.patch patches.suse/interconnect-mediatek-Don-t-hijack-parent-device.patch patches.suse/interconnect-mediatek-Aggregate-bandwidth-with-satur.patch patches.suse/iio-test-drop-dangling-symbol-in-gain-time-scale-hel.patch patches.suse/iio-pressure-mprls0025pa-fix-spi_transfer-struct-ini.patch patches.suse/iio-pressure-mprls0025pa-fix-SPI-CS-delay-violation.patch patches.suse/iio-pressure-mprls0025pa-fix-interrupt-flag.patch patches.suse/iio-pressure-mprls0025pa-fix-scan_type-struct.patch patches.suse/iio-pressure-mprls0025pa-fix-pressure-calculation.patch patches.suse/iio-accel-adxl380-Avoid-reading-more-entries-than-pr.patch patches.suse/drivers-iio-mpu3050-use-dev_err_probe-for-regulator-.patch patches.suse/iio-Use-IRQF_NO_THREAD.patch patches.suse/iio-magnetometer-Remove-IRQF_ONESHOT.patch patches.suse/iio-gyro-itg3200-Fix-unchecked-return-value-in-read_.patch patches.suse/iio-sca3000-Fix-a-resource-leak-in-sca3000_probe.patch patches.suse/staging-rtl8723bs-fix-missing-status-update-on-sdio_.patch patches.suse/staging-rtl8723bs-fix-memory-leak-on-failure-path.patch patches.suse/staging-rtl8723bs-fix-null-dereference-in-find_netwo.patch patches.suse/serial-8250_dw-handle-clock-enable-errors-in-runtime_.patch patches.suse/serial-imx-change-SERIAL_IMX_CONSOLE-to-bool.patch patches.suse/serial-SH_SCI-improve-DMA-support-prompt.patch patches.suse/serial-8250-8250_omap.c-Add-support-for-handling-UART.patch patches.suse/serial-8250-8250_omap.c-Clear-DMA-RX-running-status-o.patch patches.suse/usb-typec-ucsi-psy-Fix-voltage-and-current-max-for-n.patch patches.suse/usb-gadget-f_fs-Fix-ioctl-error-handling.patch patches.suse/usb-gadget-f_fs-fix-DMA-BUF-OUT-queues.patch patches.suse/usb-chipidea-udc-fix-DMA-and-SG-cleanup-in-_ep_nuke.patch patches.suse/usb-host-tegra-Remove-manual-wake-IRQ-disposal.patch patches.suse/usb-bdc-fix-sleep-during-atomic.patch patches.suse/usb-gadget-tegra-xudc-Add-handling-for-BLCG_COREPLL_.patch patches.suse/USB-serial-option-add-Telit-FN920C04-RNDIS-compositi.patch patches.suse/usb-dwc3-gadget-Move-vbus-draw-to-workqueue-context.patch patches.suse/usb-cdns3-fix-role-switching-during-resume.patch patches.suse/usb-dwc2-fix-resume-failure-if-dr_mode-is-host.patch patches.suse/soundwire-intel_auxdevice-add-cs42l45-codec-to-wake_.patch patches.suse/soundwire-dmi-quirks-add-mapping-for-Avell-B.ON-OEM-.patch patches.suse/soundwire-intel_ace2x-add-SND_HDA_CORE-dependency.patch patches.suse/phy-ti-phy-j721e-wiz-restore-mux-selection-during-re.patch patches.suse/phy-cadence-torrent-restore-parent-clock-for-refclk-.patch patches.suse/phy-qcom-edp-Make-the-number-of-clocks-flexible.patch patches.suse/phy-fsl-imx8mq-usb-disable-bind-unbind-platform-driv.patch patches.suse/phy-mvebu-cp110-utmi-fix-dr_mode-property-read-from-.patch patches.suse/phy-freescale-imx8qm-hsio-fix-NULL-pointer-dereferen.patch patches.suse/dmaengine-stm32-dma3-use-module_platform_driver.patch patches.suse/dmaengine-sun6i-Choose-appropriate-burst-length-unde.patch patches.suse/dmaengine-stm32-mdma-initialize-m2m_hw_period-and-cc.patch patches.suse/dmaengine-mediatek-uart-apdma-Fix-above-4G-addressin.patch patches.suse/dma-dma-axi-dmac-fix-SW-cyclic-transfers.patch patches.suse/dma-dma-axi-dmac-fix-HW-scatter-gather-not-looking-a.patch patches.suse/dmaengine-idxd-Expose-DSA3.0-capabilities-through-sy.patch patches.suse/dmaengine-idxd-Add-Max-SGL-Size-Support-for-DSA3.0.patch patches.suse/dmaengine-fsl-edma-don-t-explicitly-disable-clocks-i.patch patches.suse/tools-power-turbostat-AMD-msr-offset-0x611-read-failed-Input-output-error.patch patches.suse/tools-power-turbostat-Dump-CPUID-1-consistently-with-CPUID-6.patch patches.suse/tools-power-turbostat-Dump-CPUID.1.ECX-31-Hypervisor.patch patches.suse/tools-power-turbostat-Dump-hypervisor-name.patch patches.suse/tools-power-turbostat-Harden-against-unexpected-values.patch patches.suse/tools-power-turbostat.8-Document-the-force-option.patch patches.suse/tools-power-turbostat-Rename-LLCkRPS-column-to-LLCMRPS.patch patches.suse/tools-power-turbostat-Allow-more-use-of-is_hybrid-flag.patch patches.suse/tools-power-turbostat-Remove-redundant-newlines-from-err-3-strings.patch patches.suse/tools-power-turbostat-Add-L2-cache-statistics.patch patches.suse/tools-power-turbostat-Cleanup-internal-use-of-base_cpu.patch patches.suse/tools-power-turbostat-Cleanup-package_id.patch patches.suse/tools-power-turbostat-Rename-physical_core_id-to-core_id.patch patches.suse/tools-power-turbostat-Delete-core_data.core_id.patch patches.suse/tools-power-turbostat-Allocate-average-counters-dynamically.patch patches.suse/tools-power-turbostat-Unify-even-odd-average-counter-referencing.patch patches.suse/tools-power-turbostat-Simplify-global-core_id-calculation.patch patches.suse/tools-power-turbostat-Enhance-HT-enumeration.patch patches.suse/tools-power-turbostat-Expunge-logical_cpu_id.patch patches.suse/tools-power-turbostat-Favor-cpu-over-core.patch patches.suse/tools-power-turbostat-Use-strtoul-for-iteration-parsing.patch patches.suse/tools-power-turbostat-Fix-and-document-header_iterations.patch patches.suse/tools-power-turbostat-version-2026.02.14.patch patches.suse/tools-power-turbostat-Fix-AMD-RAPL-regression.patch patches.suse/PM-sleep-wakeirq-Update-outdated-documentation-comme.patch patches.suse/powercap-intel_rapl_tpmi-Remove-FW_BUG-from-invalid-.patch patches.suse/ACPI-x86-Force-enabling-of-PWM2-on-the-Yogabook-YB1-.patch patches.suse/ACPI-PM-Add-unused-power-resource-quirk-for-THUNDERO.patch patches.suse/ACPI-CPPC-Fix-remaining-for_each_possible_cpu-to-use.patch patches.suse/thermal-int340x-Fix-sysfs-group-leak-on-DLVR-registr.patch patches.suse/libbpf-Fix-invalid-write-loop-logic-in-bpf_linker__a.patch patches.suse/bpf-Fix-a-potential-use-after-free-of-BTF-object.patch patches.suse/bpf-Add-a-map-btf-from-a-fd-array-more-consistently.patch patches.suse/net-intel-fix-PCI-device-ID-conflict-between-i40e-an.patch patches.suse/atm-fore200e-fix-use-after-free-in-tasklets-during-d.patch patches.suse/net-usb-catc-enable-basic-endpoint-checking.patch patches.suse/dpll-zl3073x-Fix-ref-frequency-setting.patch patches.suse/macvlan-observe-an-RCU-grace-period-in-macvlan_commo.patch patches.suse/net-mlx5e-XSK-Fix-unintended-ICOSQ-change.patch patches.suse/net-mlx5-Fix-multiport-device-check-over-light-SFs.patch patches.suse/net-mlx5e-Fix-misidentification-of-ASO-CQE-during-po.patch patches.suse/net-mlx5-Fix-misidentification-of-write-combining-CQ.patch patches.suse/net-mlx5e-MACsec-add-ASO-poll-loop-in-macsec_aso_set.patch patches.suse/net-mlx5e-Use-unsigned-for-mlx5e_get_max_num_channel.patch patches.suse/net-nfc-nci-Fix-parameter-validation-for-packet-data.patch patches.suse/msft-hv-3465-PCI-hv-Remove-unused-field-pci_bus-in-struct-hv_pcib.patch patches.suse/msft-hv-3466-mshv-Fix-compiler-warning-about-cast-converting-inco.patch patches.suse/msft-hv-3467-x86-hyperv-fix-a-compiler-warning-in-hv_crash.c.patch patches.suse/msft-hv-3468-mshv-Use-EPOLLIN-and-EPOLLHUP-instead-of-POLLIN-and-.patch patches.suse/msft-hv-3469-mshv-Ignore-second-stats-page-map-result-failure.patch patches.suse/msft-hv-3470-mshv-Use-typed-hv_stats_page-pointers.patch patches.suse/msft-hv-3471-mshv-Improve-mshv_vp_stats_map-unmap-add-them-to-msh.patch patches.suse/msft-hv-3472-mshv-Always-map-child-vp-stats-pages-regardless-of-s.patch patches.suse/msft-hv-3473-mshv-Update-hv_stats_page-definitions.patch patches.suse/msft-hv-3474-mshv-Add-data-for-printing-stats-page-counters.patch patches.suse/msft-hv-3475-mshv-Add-debugfs-to-view-hypervisor-statistics.patch patches.suse/msft-hv-3476-PCI-hv-remove-unnecessary-module_init-exit-functions.patch patches.suse/msft-hv-3477-x86-hyperv-Move-hv-crash-init-after-hypercall-pg-set.patch patches.suse/msft-hv-3478-Drivers-hv-Use-memremap-memunmap-instead-of-ioremap_.patch patches.suse/msft-hv-3479-x86-hyperv-Use-memremap-memunmap-instead-of-ioremap_.patch patches.suse/msft-hv-3480-mshv-clear-eventfd-counter-on-irqfd-shutdown.patch patches.suse/msft-hv-3481-x86-hyperv-Update-comment-in-hyperv_cleanup.patch patches.suse/msft-hv-3482-mshv-make-field-names-descriptive-in-a-header-struct.patch patches.suse/msft-hv-3483-mshv-fix-SRCU-protection-in-irqfd-resampler-ack-hand.patch patches.suse/msft-hv-3488-x86-hyperv-Use-savesegment-instead-of-inline-asm-to-.patch patches.suse/msft-hv-3489-x86-hyperv-Remove-ASM_CALL_CONSTRAINT-with-VMMCALL-i.patch patches.suse/msft-hv-3490-Drivers-hv-vmbus-Use-kthread-for-vmbus-interrupts-on.patch patches.suse/msft-hv-3491-x86-hyperv-Reserve-3-interrupt-vectors-used-exclusiv.patch patches.suse/msft-hv-3492-x86-hyperv-Fix-error-pointer-dereference.patch patches.suse/msft-hv-3494-mshv-Add-support-for-integrated-scheduler.patch patches.suse/msft-hv-3495-mshv-expose-the-scrub-partition-hypercall.patch patches.suse/msft-hv-3496-Drivers-hv-vmbus-Simplify-allocation-of-vmbus_evt.patch patches.suse/msft-hv-3497-mshv-Add-nested-virtualization-creation-flag.patch patches.suse/msft-hv-3498-mshv-Add-SMT_ENABLED_GUEST-partition-creation-flag.patch patches.suse/msft-hv-3499-mshv-Introduce-hv_result_needs_memory-helper-functio.patch patches.suse/msft-hv-3500-mshv-Introduce-hv_deposit_memory-helper-functions.patch patches.suse/msft-hv-3501-mshv-Handle-insufficient-contiguous-memory-hyperviso.patch patches.suse/msft-hv-3502-mshv-Handle-insufficient-root-memory-hypervisor-stat.patch patches.suse/arm64-Force-the-use-of-CNTVCT_EL0-in-__delay.patch patches.suse/arm64-hugetlbpage-avoid-unused-but-set-parameter-warning-g.patch patches.suse/efi-Fix-reservation-of-unaccepted-memory-table.patch patches.suse/tracing-Wake-up-poll-waiters-for-hist-files-when-rem.patch patches.suse/drm-amdgpu-ensure-no_hw_access-is-visible-before-MMI.patch patches.suse/drm-amd-display-Fix-writeback-on-DCN-3.2.patch patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_acpi_enumerate_.patch patches.suse/drm-amdgpu-Use-kvfree-instead-of-kfree-in-amdgpu_gmc.patch patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_ras_init.patch patches.suse/drm-amdkfd-Fix-out-of-bounds-write-in-kfd_event_page.patch patches.suse/drm-amd-Fix-hang-on-amdgpu-unload-by-using-pci_dev_i.patch patches.suse/drm-i915-acpi-free-_DSM-package-when-no-connectors.patch patches.suse/drm-amd-display-Fix-system-resume-lag-issue.patch patches.suse/drm-amd-display-Avoid-updating-surface-with-the-same.patch patches.suse/drm-amd-display-Increase-DCN35-SR-enter-exit-latency.patch patches.suse/drm-amd-display-bypass-post-csc-for-additional-color.patch patches.suse/drm-amdkfd-Fix-watch_id-bounds-checking-in-debug-add.patch patches.suse/drm-amd-display-Reject-cursor-plane-on-DCE-when-scal.patch patches.suse/drm-amdgpu-Adjust-usleep_range-in-fence-wait.patch patches.suse/drm-amdgpu-fix-sync-handling-in-amdgpu_dma_buf_move_.patch patches.suse/drm-radeon-Add-HAINAN-clock-adjustment.patch patches.suse/drm-amdgpu-Add-HAINAN-clock-adjustment.patch patches.suse/drm-amd-display-Fix-out-of-bounds-stream-encoder-ind.patch patches.suse/drm-amd-display-Remove-conditional-for-shaper-3DLUT-.patch patches.suse/drm-amd-display-Use-same-max-plane-scaling-limits-fo.patch patches.suse/drm-amdgpu-keep-vga-memory-on-MacBooks-with-switchab.patch patches.suse/drm-xe-mmio-Avoid-double-adjust-in-64-bit-reads.patch patches.suse/drm-xe-xe2_hpg-Fix-handling-of-Wa_14019988906-Wa_140.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Gigabyte-G5-KF5-2023.patch patches.suse/ALSA-hda-realtek-Add-quirk-for-Samsung-Galaxy-Book3-.patch patches.suse/ALSA-hda-tas2781-Ignore-reset-check-for-SPI-device.patch patches.suse/ALSA-usb-audio-Update-the-number-of-packets-properly.patch patches.suse/ALSA-usb-audio-Add-sanity-check-for-OOB-writes-at-si.patch patches.suse/ALSA-hda-conexant-Fix-headphone-jack-handling-on-Ace.patch patches.suse/ALSA-hda-realtek-Fix-headset-mic-on-ASUS-Zenbook-14-.patch patches.suse/ALSA-hda-hdmi-Add-quirk-for-TUXEDO-IBS14G6.patch patches.suse/ASoC-rt721-sdca-Fix-issue-of-fail-to-detect-OMTP-jac.patch patches.suse/ASoC-fsl_xcvr-Revert-fix-missing-lock-in-fsl_xcvr_mo.patch patches.suse/ASoC-codecs-aw88261-Fix-erroneous-bitmask-logic-in-A.patch patches.suse/ASoC-amd-yc-Add-DMI-quirk-for-ASUS-Vivobook-Pro-15X-.patch patches.suse/ASoC-amd-amd_sdw-add-machine-driver-quirk-for-Lenovo.patch patches.suse/ASoC-rockchip-i2s-tdm-Use-param-rate-if-not-provided.patch patches.suse/spi-wpcm-fiu-Fix-potential-NULL-pointer-dereference-.patch patches.suse/spi-spidev-fix-lock-inversion-between-spi_lock-and-buf_loc.patch patches.suse/ntb-ntb_hw_switchtec-Fix-shift-out-of-bounds-for-0-m.patch patches.suse/ntb-ntb_hw_switchtec-Fix-array-index-out-of-bounds-a.patch patches.suse/NTB-ntb_transport-Fix-too-small-buffer-for-debugfs_n.patch patches.suse/Revert-perf-tool_pmu-More-accurately-set-the-cpus-for-tool.patch patches.suse/rtc-nvvrs-Add-ARCH_TEGRA-to-the-NV-VRS-RTC-driver.patch patches.suse/rtc-zynqmp-correct-frequency-value.patch patches.suse/rtc-interface-Alarm-race-handling-should-not-discard.patch patches.suse/media-dvb-core-fix-wrong-reinitialization-of-ringbuf.patch patches.suse/net-usb-kaweth-remove-TX-queue-manipulation-in-kawet.patch patches.suse/net-usb-lan78xx-scan-all-MDIO-addresses-on-LAN7801.patch patches.suse/dpll-zl3073x-fix-REF_PHASE_OFFSET_COMP-register-widt.patch patches.suse/net-wan-farsync-Fix-use-after-free-bugs-caused-by-un.patch patches.suse/net-usb-pegasus-enable-basic-endpoint-checking.patch patches.suse/Bluetooth-L2CAP-Fix-invalid-response-to-L2CAP_ECRED_.patch patches.suse/Bluetooth-L2CAP-Fix-result-of-L2CAP_ECRED_CONN_RSP-w.patch patches.suse/Bluetooth-purge-error-queues-in-socket-destructors.patch patches.suse/Bluetooth-hci_qca-Cleanup-on-all-setup-failures.patch patches.suse/Bluetooth-L2CAP-Fix-response-to-L2CAP_ECRED_CONN_REQ.patch patches.suse/Bluetooth-L2CAP-Fix-not-checking-output-MTU-is-accep.patch patches.suse/Bluetooth-L2CAP-Fix-missing-key-size-check-for-L2CAP.patch patches.suse/nfc-pn533-properly-drop-the-usb-interface-reference-.patch patches.suse/net-usb-kalmia-validate-USB-endpoints.patch patches.suse/net-usb-kaweth-validate-USB-endpoints.patch patches.suse/msft-hv-3509-net-mana-Fix-double-destroy_workqueue-on-service-res.patch patches.suse/wifi-cfg80211-wext-fix-IGTK-key-ID-off-by-one.patch patches.suse/wifi-cfg80211-cancel-rfkill_block-work-in-wiphy_unre.patch patches.suse/wifi-radiotap-reject-radiotap-with-unknown-bits.patch patches.suse/wifi-brcmfmac-Fix-potential-kernel-oops-when-probe-f.patch patches.suse/wifi-mac80211-bounds-check-link_id-in-ieee80211_ml_r.patch patches.suse/wifi-mac80211-fix-NULL-pointer-dereference-in-mesh_r.patch patches.suse/net-mlx5-DR-Fix-circular-locking-dependency-in-dump.patch patches.suse/net-mlx5-LAG-disable-MPESW-in-lag_disable_change.patch patches.suse/net-mlx5-E-switch-Clear-legacy-flag-when-moving-to-s.patch patches.suse/net-mlx5-Fix-missing-devlink-lock-in-SRIOV-enable-er.patch patches.suse/net-mlx5e-Fix-scheduling-while-atomic-in-IPsec-MAC-a.patch patches.suse/RDMA-core-Fix-stale-RoCE-GIDs-during-netdev-events-a.patch patches.suse/RDMA-ionic-Fix-potential-NULL-pointer-dereference-in.patch patches.suse/RDMA-efa-Fix-typo-in-efa_alloc_mr.patch patches.suse/IB-mthca-Add-missed-mthca_unmap_user_db-for-mthca_cr.patch patches.suse/RDMA-irdma-Fix-kernel-stack-leak-in-irdma_create_use.patch patches.suse/RDMA-ionic-Fix-kernel-stack-leak-in-ionic_create_cq.patch patches.suse/RDMA-core-Check-id_priv-restricted_node_type-in-cma_.patch patches.suse/RDMA-umem-Fix-double-dma_buf_unpin-in-failure-path.patch patches.suse/ipmi-ipmb-initialise-event-handler-read-bytes.patch patches.suse/drm-vmwgfx-Fix-invalid-kref_put-callback-in-vmw_bo_d.patch patches.suse/drm-vmwgfx-Return-the-correct-value-in-vmw_translate.patch patches.suse/drm-logicvc-Fix-device-node-reference-leak-in-logicv.patch patches.suse/drm-bridge-ti-sn65dsi86-Enable-HPD-polling-if-IRQ-is.patch patches.suse/drm-bridge-samsung-dsim-Fix-memory-leak-in-error-pat.patch patches.suse/drm-xe-sync-Cleanup-partially-initialized-sync-on-pa.patch patches.suse/drm-amdgpu-Unlock-a-mutex-before-destroying-it.patch patches.suse/drm-amdgpu-Fix-locking-bugs-in-error-paths.patch patches.suse/drm-amd-Disable-MES-LR-compute-W-A.patch patches.suse/ALSA-scarlett2-Fix-DSP-filter-control-array-handling.patch patches.suse/ALSA-usb-audio-Remove-VALIDATE_RATES-quirk-for-Focus.patch patches.suse/ALSA-usb-audio-Cap-the-packet-size-pre-calculations.patch patches.suse/ALSA-usb-audio-Check-max-frame-size-for-implicit-fee.patch patches.suse/ALSA-usb-audio-Avoid-implicit-feedback-mode-on-DIYIN.patch patches.suse/ALSA-usb-audio-Use-inclusive-terms.patch patches.suse/ALSA-usb-audio-Use-correct-version-for-UAC3-header-v.patch patches.suse/ALSA-hda-cs35l56-Fix-signedness-error-in-cs35l56_hda_postu.patch patches.suse/ALSA-usb-qcom-Correct-parameter-comment-for-uaudio_t.patch patches.suse/ASoC-SDCA-Fix-comments-for-sdca_irq_request.patch patches.suse/mmc-mmci-Fix-device_node-reference-leak-in-of_get_dm.patch patches.suse/PCI-Correct-PCI_CAP_EXP_ENDPOINT_SIZEOF_V2-value.patch patches.suse/arm64-Fix-sampling-the-stable-virtual-counter-in-preemptib.patch patches.suse/device-property-Allow-secondary-lookup-in-fwnode_get.patch patches.suse/bpf-Fix-kprobe_multi-cookies-access-in-show_fdinfo-c.patch patches.suse/selftests-bpf-Fix-OOB-read-in-dmabuf_collector.patch patches.suse/bpf-Introduce-tnum_step-to-step-through-tnum-s-membe.patch patches.suse/bpf-Improve-bounds-when-tnum-has-a-single-possible-v.patch patches.suse/selftests-bpf-Test-refinement-of-single-value-tnum.patch patches.suse/selftests-bpf-Avoid-simplification-of-crafted-bounds.patch patches.suse/msft-hv-3508-scsi-storvsc-Fix-scheduling-while-atomic-on-PREEMPT_.patch patches.suse/scsi-pm8001-Fix-use-after-free-in-pm8001_queue_command.patch patches.suse/sched-fair-Fix-zero_vruntime-tracking.patch patches.suse/sched-fair-Only-set-slice-protection-at-pick-time.patch patches.suse/sched-eevdf-Update-se-vprot-in-reweight_entity.patch patches.suse/sched-fair-Fix-lag-clamp.patch patches.suse/pinctrl-cirrus-cs42l43-Fix-double-put-in-cs42l43_pin.patch patches.suse/media-dvb-net-fix-OOB-access-in-ULE-extension-header.patch patches.suse/batman-adv-Avoid-double-rtnl_lock-ELP-metric-worker.patch patches.suse/msft-hv-3510-net-mana-Ring-doorbell-at-4-CQ-wraparounds.patch patches.suse/wifi-rsi-Don-t-default-to-EOPNOTSUPP-in-rsi_mac80211.patch patches.suse/wifi-cw1200-Fix-locking-in-error-paths.patch patches.suse/wifi-wlcore-Fix-a-locking-bug.patch patches.suse/wifi-ath12k-use-correct-pdev-id-when-requesting-firm.patch patches.suse/wifi-mt76-mt7996-Fix-possible-oob-access-in-mt7996_m.patch patches.suse/wifi-mt76-mt7925-Fix-possible-oob-access-in-mt7925_m.patch patches.suse/wifi-mt76-Fix-possible-oob-access-in-mt76_connac2_ma.patch patches.suse/can-bcm-fix-locking-for-bcm_op-runtime-updates.patch patches.suse/can-mcp251x-fix-deadlock-in-error-path-of-mcp251x_op.patch patches.suse/can-ems_usb-ems_usb_read_bulk_callback-check-the-pro.patch patches.suse/can-ucan-Fix-infinite-loop-from-zero-length-messages.patch patches.suse/can-usb-etas_es58x-correctly-anchor-the-urb-in-the-r.patch patches.suse/can-usb-f81604-handle-short-interrupt-urb-messages-p.patch patches.suse/can-usb-f81604-handle-bulk-write-errors-properly.patch patches.suse/can-usb-f81604-correctly-anchor-the-urb-in-the-read-.patch patches.suse/net-nfc-nci-Fix-zero-length-proprietary-notification.patch patches.suse/nfc-nci-free-skb-on-nci_transceive-early-error-paths.patch patches.suse/nfc-nci-clear-NCI_DATA_EXCHANGE-before-calling-compl.patch patches.suse/nfc-rawsock-cancel-tx_work-before-socket-teardown.patch patches.suse/ata-libata-core-Disable-LPM-on-ST1000DM010-2EP102.patch patches.suse/pmdomain-bcm-bcm2835-power-Fix-broken-reset-status-r.patch patches.suse/platform-x86-dell-wmi-Add-audio-mic-mute-key-codes.patch patches.suse/platform-x86-dell-wmi-sysman-Don-t-hex-dump-plaintex.patch patches.suse/HID-Add-HID_CLAIMED_INPUT-guards-in-raw_event-callba.patch patches.suse/drm-solomon-Fix-page-start-when-updating-rectangle-i.patch patches.suse/drm-sched-Fix-kernel-doc-warning-for-drm_sched_job_d.patch patches.suse/nouveau-dpcd-return-EBUSY-for-aux-xfer-if-the-device.patch patches.suse/drm-xe-Do-not-preempt-fence-signaling-CS-instruction.patch patches.suse/drm-xe-reg_sr-Fix-leak-on-xa_store-failure.patch patches.suse/arm64-mm-Add-PTE_DIRTY-back-to-PAGE_KERNEL-to-fix-kexec-hi.patch patches.suse/arm64-contpte-fix-set_access_flags-no-op-check-for-SMMU-AT.patch patches.suse/hwmon-aht10-Fix-initialization-commands-for-AHT20.patch patches.suse/hwmon-it87-Check-the-it87_lock-return-value.patch patches.suse/hwmon-max6639-fix-inverted-polarity.patch patches.suse/hwmon-pmbus-q54sj108a2-fix-stack-overflow-in-debugfs.patch patches.suse/bpf-Fix-u32-s32-bounds-when-ranges-cross-min-max-bou.patch patches.suse/Revert-selftests-bpf-Update-reg_bound-range-refineme.patch patches.suse/bpf-collect-only-live-registers-in-linked-regs.patch patches.suse/i2c-i801-Revert-i2c-i801-replace-acpi_lock-with-I2C-.patch patches.suse/remoteproc-sysmon-Correct-subsys_name_len-type-in-QM.patch patches.suse/0001-apparmor-validate-DFA-start-states-are-in-bounds-in-.patch patches.suse/0002-apparmor-fix-memory-leak-in-verify_header.patch patches.suse/0003-apparmor-replace-recursive-profile-removal-with-iter.patch patches.suse/0004-apparmor-fix-limit-the-number-of-levels-of-policy-na.patch patches.suse/0005-apparmor-fix-side-effect-bug-in-match_char-macro-usa.patch patches.suse/0006-apparmor-fix-missing-bounds-check-on-DEFAULT-table-i.patch patches.suse/0007-apparmor-Fix-double-free-of-ns_name-in-aa_replace_pr.patch patches.suse/0008-apparmor-fix-unprivileged-local-user-can-do-privileg.patch patches.suse/0009-apparmor-fix-differential-encoding-verification.patch patches.suse/0010-apparmor-fix-race-on-rawdata-dereference.patch patches.suse/0011-apparmor-fix-race-between-freeing-data-and-fs-access.patch patches.suse/qmi_wwan-allow-max_mtu-above-hard_mtu-to-control-rx_.patch patches.suse/net-usb-lan78xx-fix-silent-drop-of-packets-with-chec.patch patches.suse/net-usb-lan78xx-fix-TX-byte-statistics-for-small-pac.patch patches.suse/can-hi311x-hi3110_open-add-check-for-hi3110_power_en.patch patches.suse/msft-hv-3512-net-mana-Null-service_wq-on-setup-error-to-prevent-d.patch patches.suse/ACPI-OSL-fix-__iomem-type-on-return-from-acpi_os_map.patch patches.suse/ALSA-pcm-fix-use-after-free-on-linked-stream-runtime.patch patches.suse/ASoC-qcom-qdsp6-Fix-q6apm-remove-ordering-during-ADS.patch patches.suse/ASoC-soc-core-drop-delayed_work_pending-check-before.patch patches.suse/ASoC-soc-core-flush-delayed-work-before-removing-DAI.patch patches.suse/ASoC-simple-card-utils-fix-graph_util_is_ports0-for-.patch patches.suse/ASoC-codecs-rt1011-Use-component-to-get-the-dapm-con.patch patches.suse/ASoC-amd-acp3x-rt5682-max9836-Add-missing-error-chec.patch patches.suse/ASoC-detect-empty-DMI-strings.patch patches.suse/ASoC-amd-acp-mach-common-Add-missing-error-check-for.patch patches.suse/regulator-pca9450-Correct-interrupt-type.patch patches.suse/drm-msm-dsi-fix-hdisplay-calculation-when-programmin.patch patches.suse/drm-msm-Fix-dma_free_attrs-buffer-size.patch patches.suse/drm-msm-dsi-fix-pclk-rate-calculation-for-bonded-dsi.patch patches.suse/drm-bridge-ti-sn65dsi83-fix-CHA_DSI_CLK_RANGE-roundi.patch patches.suse/drm-i915-Fix-potential-overflow-of-shmem-scatterlist.patch patches.suse/drm-amd-pm-add-missing-od-setting-PP_OD_FEATURE_ZERO.patch patches.suse/drm-amdgpu-Fix-kernel-doc-comments-for-some-LUT-prop.patch patches.suse/drm-amdkfd-Unreserve-bo-if-queue-update-failed.patch patches.suse/iio-imu-inv_icm42600-fix-odr-switch-to-the-same-valu.patch patches.suse/iio-imu-inv_icm42600-fix-odr-switch-when-turning-buf.patch patches.suse/iio-frequency-adf4377-Fix-duplicated-soft-reset-mask.patch patches.suse/iio-imu-inv-mpu9150-fix-irq-ack-preventing-irq-storm.patch patches.suse/iio-potentiometer-mcp4131-fix-double-application-of-.patch patches.suse/iio-dac-ds4424-reject-128-RAW-value.patch patches.suse/iio-chemical-bme680-Fix-measurement-wait-duration-ca.patch patches.suse/iio-proximity-hx9023s-Protect-against-division-by-ze.patch patches.suse/iio-chemical-sps30_i2c-fix-buffer-size-in-sps30_i2c_.patch patches.suse/iio-chemical-sps30_serial-fix-buffer-size-in-sps30_s.patch patches.suse/iio-gyro-mpu3050-i2c-fix-pm_runtime-error-handling.patch patches.suse/iio-gyro-mpu3050-core-fix-pm_runtime-error-handling.patch patches.suse/iio-buffer-Fix-wait_queue-not-being-removed.patch patches.suse/usb-core-don-t-power-off-roothub-PHYs-if-phy_set_mod.patch patches.suse/USB-usbcore-Introduce-usb_bulk_msg_killable.patch patches.suse/USB-usbtmc-Use-usb_bulk_msg_killable-with-user-speci.patch patches.suse/USB-core-Limit-the-length-of-unkillable-synchronous-.patch patches.suse/usb-gadget-f_mass_storage-Fix-potential-integer-over.patch patches.suse/usb-cdc-acm-Restore-CAP_BRK-functionnality-to-CH343.patch patches.suse/usb-renesas_usbhs-fix-use-after-free-in-ISR-during-d.patch patches.suse/usb-class-cdc-wdm-fix-reordering-issue-in-read-code-.patch patches.suse/usb-xhci-Fix-memory-leak-in-xhci_disable_slot.patch patches.suse/usb-typec-altmode-displayport-set-displayport-signal.patch patches.suse/usb-roles-get-usb-role-switch-from-parent-only-for-u.patch # mkp/scsi queue patches.suse/scsi-lpfc-Rework-lpfc_sli4_fcf_rr_next_index_get.patch patches.suse/scsi-scsi_transport_fc-Introduce-encryption-group-in.patch patches.suse/scsi-lpfc-Add-support-for-reporting-encryption-event.patch patches.suse/scsi-lpfc-Update-lpfc-version-to-14.4.0.13.patch patches.suse/scsi-qla2xxx-Add-Speed-in-SFP-print-information.patch patches.suse/scsi-qla2xxx-Add-support-for-64G-SFP-speed.patch patches.suse/scsi-qla2xxx-Add-load-flash-firmware-mailbox-support.patch patches.suse/scsi-qla2xxx-Validate-MCU-signature-before-executing.patch patches.suse/scsi-qla2xxx-Add-bsg-interface-to-support-firmware-i.patch patches.suse/scsi-qla2xxx-Allow-recovery-for-tape-devices.patch patches.suse/scsi-qla2xxx-Delay-module-unload-while-fabric-scan-i.patch patches.suse/scsi-qla2xxx-Free-sp-in-error-path-to-fix-system-cra.patch patches.suse/scsi-qla2xxx-Validate-sp-before-freeing-associated-m.patch patches.suse/scsi-qla2xxx-Query-FW-again-before-proceeding-with-l.patch patches.suse/scsi-qla2xxx-Fix-bsg_done-causing-double-free.patch patches.suse/scsi-qla2xxx-Update-version-to-10.02.10.100-k.patch # akpm/mm mm-stable patches.suse/mm-page_alloc-thp-prevent-reclaim-for-__GFP_THISNODE-THP-a.patch # out-of-tree patches patches.suse/selftests-run_kselftest.sh-Add-skip-argument-option.patch ######################################################## # end of sorted patches ######################################################## ######################################################## # Unsorted patches on their way to mainline # # (SLE/Leap: this section is only for patches which # cannot go into the sorted section yet.) # # Patches which are already in subsystem maintainer # repository or otherwise expected to get into mainline # within 1-2 releases belong here. Patches not expected # to get into mainline any time soon (or ever) belong # to area specific sections below. ######################################################## patches.suse/net-mana-fix-use-after-free-in-mana_hwc_destroy_chan.patch patches.suse/powerpc-kexec_file-Add-KEXEC_SIG-support.patch +hare patches.suse/net-dcb-check-for-detached-device-before-executing-c.patch patches.suse/wifi-iwlwifi-Add-missing-firmware-info-for-bz-b0-mod.patch patches.suse/x86-CPU-AMD-Add-missing-terminator-for-zen5_rdseed_m.patch patches.suse/HID-apple-Add-EPOMAKER-TH87-to-the-non-apple-keyboar.patch ######################################################## # kbuild/module infrastructure fixes ######################################################## # SUSE specific build tweaks patches.suse/btf-pahole-j1-option.patch patches.suse/rpm-kernel-config patches.suse/add-suse-supported-flag.patch patches.suse/powerpc-security-mitigation-patching.sh-Support-X-ta.patch patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch patches.suse/kernel-add-release-status-to-kernel-build.patch patches.suse/panic-do-not-print-uninitialized-taint_flags.patch patches.suse/build_bug.h-add-kabi-assert.patch patches.suse/modpost-Ensure-symbol-namespaces-are-not-quoted.patch # build tweaks for external KMPs patches.suse/s390-export-symbols-for-crash-kmp.patch ######################################################## # Performance-specific out-of-tree patches ######################################################## # Patches to be carried out-of-tree # o changes to default tuning # Frequency scaling patches.suse/cpufreq-intel_pstate-Revert-upstream-changes-to-iowa.patch patches.suse/cpufreq-intel_pstate-Ramp-up-frequency-faster-when-u.patch patches.suse/cpufreq-intel_pstate-Temporarily-boost-P-state-when-.patch patches.suse/cpufreq-intel_pstate-Revert-upstream-default-governo.patch patches.suse/Revert-cpufreq-Avoid-configuring-old-governors-as-de.patch patches.suse/cpufreq-default-to-performance-governor-on-servers.patch patches.suse/cpufreq-ondemand-Set-io_is_busy-to-1-by-default-on-a.patch # Preserve threshold boosting for AMD Zen variants that do not support # amd-pstate patches.suse/cpufreq-ondemand-Set-default-up_threshold-to-30-on-multi-core-systems.patch # Patches of historical interest temporarily preserved in case a # relevant bug hits the areas of interest # bnc#1193353,bsc#1237425 patches.suse/cpuidle-menu-Bias-selection-of-a-shallower-c-state-when-CPU-idles-for-IO.patch ######################################################## # Architecture specific patches ######################################################## # x86 patches.suse/cet-disable.patch # s390x # ppc64 patches.suse/powerpc-tm-Flip-the-HTM-switch-default-to-disabled.patch ######################################################## # Scheduler ######################################################## ######################################################## # Memory management ######################################################## patches.suse/mm-inform-about-enabling-mirrored-memory.patch patches.suse/0001-Reserve-64MiB-of-CMA-for-RPi3-s-VC4.patch # akpm/mm.git mm-unstable patches.suse/mm-page_alloc-speed-up-fallbacks-in-rmqueue_bulk.patch patches.suse/mm-vmscan-restore-high-cpu-watermark-safety-in-kswapd.patch patches.suse/mm-vmscan-fix-kswapd-exit-condition-in-defrag_mode.patch patches.suse/mm-page_alloc-tighten-up-find_suitable_fallback.patch patches.suse/mm-memory-tier-Fix-abstract-distance-calculation-ove.patch ######################################################## # Filesystems ######################################################## # generic patches.suse/vfs-add-super_operations-get_inode_dev patches.suse/unsupported-features.patch # btrfs patches.suse/btrfs-provide-super_operations-get_inode_dev +dsterba patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch +dsterba patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch # ext[2-4] patches.suse/ext4-unsupported-features.patch patches.suse/ext4-use-optimized-mballoc-scanning-regardless-of-in.patch # XFS patches.suse/xfs-allow-mount-remount-when-stripe-width-alignment-.patch # NFS patches.suse/0001-NFS-flush-out-dirty-data-on-file-fput.patch patches.suse/NFS-flush-dirty-data-on-fput-fix.patch patches.suse/mvfs-workaround.patch patches.suse/nfs-set-acl-perm.patch patches.suse/nfs-access-cache-no-negative.patch patches.suse/NFS-Handle-missing-attributes-in-OPEN-reply.patch patches.suse/nfs-serialize-opens.patch # netfs patches.suse/netfs-add-to-next-prev_donated.patch # other ######################################################## # Block layer ######################################################## patches.suse/md-display-timeout-error.patch patches.suse/md-md-cluster-handle-REMOVE-message-earlier.patch ######################################################## # Networking core ######################################################## patches.suse/NFC-SUSE-specific-brutal-fix-for-runtime-PM.patch patches.suse/net-allow-retransmitting-a-TCP-packet-if-original-is.patch patches.suse/powerpc-pseries-mobility-notify-network-peers-after-.patch patches.suse/netfilter-nf_tables-fix-64-bit-load-issue-in-nft_byt.patch patches.suse/0001-ipv6-sr-reject-unsupported-SR-HMAC-algos-with-ENO.patch patches.suse/0002-ipv6-sr-factor-seg6_hmac_exit-s-per-algo-code-int.patch patches.suse/0003-ipv6-sr-factor-seg6_hmac_init_algo-s-per-algo-cod.patch patches.suse/0004-ipv6-sr-continue-initialization-at-ENOENT-HMAC-in.patch ######################################################## # BPF ######################################################## ######################################################## # Perf ######################################################## ######################################################## # Security ######################################################## # crypto # hardening patches.suse/mm-security-Move-hardened-usercopy-under-Kernel-hardening-options.patch patches.suse/mm-security-Allow-default-HARDENED_USERCOPY-to-be-set-at-compile-time.patch patches.suse/mm-security-Check-early-if-HARDENED_USERCOPY-is-enabled.patch patches.suse/fortify-Move-FORTIFY_SOURCE-under-Kernel-hardening-options.patch # Module signing / secure boot patches.suse/KEYS-Make-use-of-platform-keyring-for-module-signatu.patch # Lock down functions for secure boot patches.suse/0001-security-lockdown-expose-a-hook-to-lock-the-kernel-down.patch patches.suse/lockdown-fix-kernel-lockdown-enforcement-issue-when-secure.patch patches.suse/0002-efi-Add-an-EFI_SECURE_BOOT-flag-to-indicate-secure-boot-mode.patch patches.suse/0003-efi-Lock-down-the-kernel-if-booted-in-secure-boot-mode.patch patches.suse/0004-efi-Lock-down-the-kernel-at-the-integrity-level-if-b.patch patches.suse/powerpc-lock-down-kernel-in-secure-boot-mode.patch patches.suse/arm64-lock-down-kernel-in-secure-boot-mode.patch patches.suse/s390-lock-down-kernel-in-secure-boot-mode.patch patches.suse/0001-initcall_blacklist-Does-not-allow-kernel_lockdown-be.patch # Bug 1023051 - CVE-2016-3695: kernel-source: Error injection via EINJ is allowed when securelevel is enabled patches.suse/acpi-Disable-APEI-error-injection-if-the-kernel-is-lockeddown.patch # Using the hash in MOKx to blacklist kernel module, FATE#316531 patches.suse/0004-MODSIGN-checking-the-blacklisted-hash-before-loading.patch # Hibernation Signature Verification FATE#316350 patches.suse/0001-security-create-hidden-area-to-keep-sensitive-data.patch patches.suse/0002-hibernate-avoid-the-data-in-hidden-area-to-be-snapsh.patch patches.suse/0005-efi-generate-secret-key-in-EFI-boot-environment.patch patches.suse/0006-efi-allow-user-to-regenerate-secret-key.patch patches.suse/0007-PM-hibernate-encrypt-hidden-area.patch patches.suse/0008-PM-hibernate-Generate-and-verify-signature-for-snaps.patch patches.suse/0009-PM-hibernate-prevent-EFI-secret-key-to-be-regenerate.patch patches.suse/0010-PM-hibernate-a-option-to-request-that-snapshot-image.patch patches.suse/0011-PM-hibernate-require-hibernate-snapshot-image-to-be-.patch # jsc#PED-1444 Impl: Do NOT auto-generate EFI secret-key for hibernation verification patches.suse/0001-efi-do-not-automatically-generate-secret-key.patch patches.suse/0001-efi-remove-EFI-secret-key-when-booting-with-secure-b.patch # FIPS +nstange patches.suse/0001-crypto-implement-downstream-solution-for-disabling-d.patch +nstange patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch +nstange patches.suse/crypto-ecdh-implement-FIPS-PCT.patch +nstange patches.suse/crypto-dh-implement-FIPS-PCT.patch +nstange patches.suse/crypto-seqiv-flag-instantiations-as-fips-compliant.patch +nstange patches.suse/crypto-ecdh-make-ecdh_compute_value-to-zeroize-the-p.patch +nstange patches.suse/crypto-ecdsa-make-ecdsa_ecc_ctx_deinit-to-zeroize-th.patch patches.suse/fips-disable-sha1.patch patches.suse/0001-ima-don-t-expose-runtime_measurements-for-unsupporte.patch patches.suse/0002-ima-always-create-runtime_measurements-sysfs-file-fo.patch patches.suse/0003-ima-invalidate-unsupported-PCR-banks.patch patches.suse/0004-ima-make-SHA1-non-mandatory.patch patches.suse/0005-ima-select-CRYPTO_SHA256-from-Kconfig.patch patches.suse/0006-ima-move-INVALID_PCR-to-ima.h.patch patches.suse/0007-tpm-enable-bank-selection-for-PCR-extend.patch patches.suse/0008-ima-track-the-set-of-PCRs-ever-extended.patch patches.suse/0009-ima-invalidate-unsupported-PCR-banks-only-once.patch patches.suse/restore-tpm_pcr_extend-kabi.patch patches.suse/KEYS-trusted-don-t-fail-module-__init-if-SHA1-is-una.patch patches.suse/crypto-hkdf-skip-TVs-with-unapproved-salt-lengths-in.patch # NIAP PP_OS bsc#1177353, bsc#1179076, bsc#1213270 patches.suse/0001-X.509-Add-CodeSigning-extended-key-usage-parsing.patch patches.suse/0002-PKCS-7-Check-codeSigning-EKU-for-kernel-module-and-k.patch patches.suse/0003-modsign-Add-codeSigning-EKU-when-generating-X.509-ke.patch patches.suse/0004-Documentation-admin-guide-module-signing.rst-add-ope.patch patches.suse/0001-X.509-Fix-the-parser-of-extended-key-usage-for-lengt.patch patches.suse/0001-PKCS-7-Check-codeSigning-EKU-of-certificates-in-PKCS.patch ######################################################## # Virtualization ######################################################## patches.suse/suse-hv-guest-os-id.patch # TDX host support patches.suse/x86-sme-Use-percpu-boolean-to-control-wbinvd-during-kexec.patch patches.suse/x86-kexec-Disable-kexec-kdump-on-platforms-with-TDX-partial.patch patches.suse/x86-virt-tdx-Remove-the-KEXEC_CORE-dependency.patch ######################################################## # Other core patches ######################################################## # bsc#1215885 bsc#1218105 - A workaround for misbehaving clocksources patches.suse/clocksource-disable-watchdog-checks-on-TSC-when-TSC-.patch patches.suse/cgroup-Fix-kernfs_node-UAF-in-css_free_rwork_fn.patch ######################################################## # PM ######################################################## patches.suse/ACPI-acpi_pad-Do-not-launch-acpi_pad-threads-on-idle-cpus.patch ######################################################## # DRM / Graphics ######################################################## patches.suse/0001-bsc-1204315-Disable-sysfb-before-creating-simple-fra.patch patches.suse/drm-vmwgfx-Avoid-NULL-ptr-deref-in-vmw_cmd_dx_define.patch patches.suse/drm-i915-display-Add-quirk-to-skip-retraining-of-dp-.patch ######################################################## # Storage ######################################################## # SCSI patches.suse/scsi-retry-alua-transition-in-progress patches.suse/ata-Fix-racy-link-clearance.patch patches.suse/scsi-do-not-print-reservation-conflict-for-TEST-UNIT.patch patches.suse/sd-always-retry-READ-CAPACITY-for-ALUA-state-transit.patch patches.suse/qla2xxx-add-debug-log-for-unmaintained-hw-detected.patch # CD-ROM patches.suse/scsi-blacklist-add-VMware-ESXi-cdrom-broken-tray-emu.patch patches.suse/qla2xxx-add-module_version-back-to-driver.patch patches.suse/lpfc-reintroduce-old-irq-probe-logic.patch patches.suse/rdma-addr-create-addr_wq-with-wq_mem_reclaim-flag.patch patches.suse/rdma-core-create-ib_cm-with-wq_mem_reclaim-flag.patch # nvme-tcp kato and error handling, waiting for TP to be published patches.suse/nvme-tcp-do-not-terminate-commands-when-in-resetting.patch patches.suse/nvme-tcp-make-err_work-a-delayed-work.patch patches.suse/nvme-tcp-delay-error-recovery-until-the-next-kato.patch patches.suse/nvme-tcp-add-recovery_delay-to-sysfs.patch # bsc#1184485, bsc#1216776 patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch # bsc#1223575 patches.suse/dm-multipath-dont-attempt-SG_IO-on-non-SCSI-disks-.patch # bsc#1236897 - blk: honor isolcpus configuration patches.suse/lib-group_cpus-honor-housekeeping-config-when-grouping-cpus.patch patches.suse/blk-mq-use-hk-cpus-only-when-isolcpus-managed_irq-is-enabled.patch patches.suse/blk-mq-issue-warning-when-offlining-hctx-with-online-isolcpus.patch patches.suse/doc-update-managed_irq-documentation.patch # bsc#1241148 patches.suse/nvme-add-partial_nid-quirk.patch patches.suse/nvme-add-warning-when-a-partiually-unique-nid-is-detected.patch patches.suse/nvme-pci-add-quirk-for-samsung-pm173x-pm173xa-disk.patch ######################################################## # Networking drivers (wired) ######################################################## patches.suse/mlx5-add-parameter-to-disable-enhanced-IPoIB.patch patches.suse/bsc1170284-ixgbe_dont_check_firmware_errors.patch patches.suse/0001-idpf-extend-tx-watchdog-timeout.patch ######################################################## # Wireless networking drivers ######################################################## patches.suse/b43-missing-firmware-info.patch patches.suse/wifi-ath11k-Add-quirk-entries-for-Thinkpad-T14s-Gen3.patch ######################################################## # USB ######################################################## ######################################################## # Input ######################################################## ######################################################## # Sound ######################################################## ######################################################## # Other drivers ######################################################## ######################################################## # Debugging ######################################################## patches.suse/crasher.patch patches.suse/add-product-identifying-information-to-vmcoreinfo.patch # Tracing patches.suse/0003-Add-external-no-support-as-bad-taint-module.patch # printk patches.suse/vsprintf-kallsyms-Prevent-invalid-data-when-printing.patch patches.suse/serial-8250-Touch_watchdog_in_write_atomic.patch ######################################################## # Livepatching ######################################################## patches.suse/livepatch-mark-the-kernel-unsupported-when-disabling.patch patches.suse/selftests-livepatch-Ignore-NO_SUPPORT-line-in-dmesg.patch patches.suse/livepatch-dump-ipa-clones.patch patches.suse/objtool-fix-false-positives.patch patches.suse/Revert-Revert-kbuild-use-flive-patching-when-CONFIG_LIVEPATCH-is-enabled.patch # klp-convert patches.suse/livepatch-Create-and-include-UAPI-headers.patch patches.suse/livepatch-Add-klp-convert-tool.patch patches.suse/kbuild-modpost-integrate-klp-convert.patch patches.suse/kbuild-modpost-Continue-processing-all-unresolved-symbols.patch patches.suse/kbuild-modfinal-Link-livepatches-with-module-common-o.patch patches.suse/livepatch-Add-sample-livepatch-module.patch ######################################################## # SUSE kABI padding ######################################################## patches.suse/asoc-suse-kabi-padding.patch patches.suse/hdaudio-suse-kabi-padding.patch patches.suse/kabi-Add-placeholders-to-a-couple-of-important-struc.patch patches.suse/media-suse-kabi-padding.patch patches.suse/soundwire-suse-kabi-padding.patch patches.suse/wireless-suse-kabi-padding.patch patches.suse/kabi-arm64-reserve-space-in-cpu_hwcaps-and-cpu_hwcap.patch patches.suse/0001-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch patches.suse/0001-Thunderbolt-kABI-paddings-added.patch patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-gsp.patch patches.suse/0001-typeC-add-kABI-padding.patch patches.suse/prepare-arm64-klp patches.suse/0001-kABI-more-hooks-for-PCI-changes.patch patches.suse/crypto-add-suse_kabi_padding.patch patches.suse/fpga-add-kABI-padding.patch patches.suse/kabi-reserve-cpuid-leaves.patch patches.suse/powerpc-Add-kABI-placeholder-to-struct-pci_controlle.patch patches.suse/typeC-Add-kABI-placeholders.patch patches.suse/blk-kabi-add-suse_kabi_padding-to-blk-layer-structs.patch patches.suse/scsi-kabi-add-suse_kabi_padding-to-scsi-template-structs.patch patches.suse/kABI-padding-for-generic-crypto.patch patches.suse/kABI-padding-for-bpf.patch patches.suse/rfkill-add-kABI-padding.patch patches.suse/paddings-add-for-type-C-new-in-SP5.patch patches.suse/paddings-for-the-new-structures-for-roles.patch patches.suse/paddings-for-gadgets.patch patches.suse/paddings-for-TB-and-USB4-XDomain-structures.patch patches.suse/paddings-for-realtik-802.11.patch patches.suse/paddings-for-ath-802.11.patch patches.suse/paddings-for-the-inter-DMN-tunnel-stuff-of-TB.patch patches.suse/tracing-Add-kabi-placeholders.patch +fweisbecker patches.suse/kABI-padding-for-context-tracking.patch patches.suse/paddings-add-paddings-to-TypeC-stuff.patch patches.suse/padding-XHCI-additional-padding.patch patches.suse/padding-ohci-core-structure-padding.patch patches.suse/padding-ehci-core-structures.patch patches.suse/new-paddings-for-the-new-features-of-TB.patch patches.suse/kabi-padding-for-vmstat-items.patch patches.suse/padding-for-more-cgroup-controllers.patch patches.suse/padding-add-placeholders-to-device-controllers-structures.patch patches.suse/regmap-suse-kabi-padding.patch patches.suse/sound-suse-kabi-padding.patch patches.suse/padding-for-extending-cgroup-controllers.patch patches.suse/perf-events-kabi-padding.patch patches.suse/i2c-adding-kABI-paddings.patch patches.suse/i3c-adding-kABI-padding.patch patches.suse/typeC-kABI-padding-for-new-altmode-operations.patch patches.suse/SUSE-add-padding-for-USB-reset.patch ######################################################## # kABI consistency patches ######################################################## ######################################################## # preempt-rt backport converged # v6.12-rc4-rt5 6a9d395e8967afc6bfebb5fd8297f9ab8c8de2dc # v6.13-rc1-rt1 5374fecd2695b36d4a9a09ac72ca807c3a4a764b # v6.13-rc6-rt3 f5ae0be7da36839da0c65a884df6fda4af2420bd ######################################################## # DRM patches.suse/drm-i915-Use-preempt_disable-enable_rt-where-recommended.patch # v6.12-rc4-rt5 patches.suse/drm-i915-Don-t-disable-interrupts-on-PREEMPT_RT-during-atomic-updates.patch # v6.12-rc4-rt5 patches.suse/drm-i915-Don-t-check-for-atomic-context-on-PREEMPT_RT.patch # v6.12-rc4-rt5 patches.suse/drm-i915-Disable-tracing-points-on-PREEMPT_RT.patch # v6.12-rc4-rt5 patches.suse/drm-i915-gt-Use-spin_lock_irq-instead-of-local_irq_disable-spin_lock.patch # v6.12-rc4-rt5 patches.suse/drm-i915-Drop-the-irqs_disabled-check.patch # v6.12-rc4-rt5 patches.suse/drm-i915-guc-Consider-also-RCU-depth-in-busy-loop.patch # v6.12-rc4-rt5 patches.suse/Revert-drm-i915-Depend-on-PREEMPT_RT.patch # v6.12-rc4-rt5 # Add helper for updating -rt configs based on default patches.suse/rt-Add-documentation-describing-what-RT-kernel-config-changes-to-default.patch patches.suse/rt-Add-documentation-describing-what-kernel-debug-options-to-add-for-testing.patch patches.suse/rt-Add-helper-script-to-refresh-RT-configs-based-on-the-parent.patch patches.suse/dm-table-check-BLK_FEAT_ATOMIC_WRITES-inside-limits_.patch # Patches temporarily disabled during the SL-16.1 DRM backport +pjakobsson patches.suse/drm-xe-pm-Disable-D3Cold-for-BMG-only-on-specific-pl.patch +pjakobsson patches.suse/msft-hv-3385-Drivers-hv-Functions-for-setting-up-and-tearing-down.patch +pjakobsson patches.suse/drm-amdgpu-fix-task-hang-from-failed-job-submission-.patch +pjakobsson patches.suse/drm-fbcon-vga_switcheroo-Avoid-race-condition-in-fbc.patch +pjakobsson patches.suse/drm-tilcdc-Fix-removal-actions-in-case-of-failed-pro.patch +pjakobsson patches.suse/msft-hv-3357-Drivers-hv-Add-CONFIG_HYPERV_VMBUS-option.patch +pjakobsson patches.suse/msft-hv-3377-arch-hyperv-Get-set-SynIC-synth.registers-via-paravi.patch +pjakobsson patches.suse/msft-hv-3378-arch-x86-mshyperv-Trap-on-access-for-some-synthetic-.patch +pjakobsson patches.suse/msft-hv-3390-Drivers-hv-Support-establishing-the-confidential-VMB.patch +pjakobsson patches.suse/msft-hv-3441-Drivers-hv-vmbus-fix-typo-in-function-name-reference.patch +pjakobsson patches.suse/drm-radeon-Remove-calls-to-drm_put_dev.patch +pjakobsson patches.suse/drm-panthor-Prevent-potential-UAF-in-group-creation.patch +pjakobsson patches.suse/drm-xe-Attempt-to-bring-bos-back-to-VRAM-after-evict.patch +pjakobsson patches.suse/drm-xe-guc-Add-more-GuC-load-error-status-codes.patch +pjakobsson patches.suse/drm-xe-guc-Return-an-error-code-if-the-GuC-load-fail.patch +pjakobsson patches.suse/drm-xe-guc-Increase-GuC-crash-dump-buffer-size.patch +pjakobsson patches.suse/accel-ivpu-Add-initial-Wildcat-Lake-support.patch +pjakobsson patches.suse/accel-ivpu-Ensure-rpm_runtime_put-in-case-of-engine-.patch +pjakobsson patches.suse/accel-ivpu-Update-power-island-delays.patch +pjakobsson patches.suse/drm-amd-display-fix-condition-for-setting-timing_adj.patch +pjakobsson patches.suse/drm-amdgpu-mes11-implement-detect-and-reset-callback.patch +pjakobsson patches.suse/drm-amdgpu-mes12-implement-detect-and-reset-callback.patch +pjakobsson patches.suse/drm-amdgpu-vpe-cancel-delayed-work-in-hw_fini.patch +pjakobsson patches.suse/drm-amd-Restore-cached-manual-clock-settings-during-.patch +pjakobsson patches.suse/drm-amd-Only-restore-cached-manual-clock-settings-in.patch +pjakobsson patches.suse/drm-amdgpu-Power-up-UVD-3-for-FW-validation-v2.patch +pjakobsson patches.suse/drm-amd-display-Disable-VRR-on-DCE-6.patch +pjakobsson patches.suse/drm-amdgpu-Remove-nbiov7.9-replay-count-reporting.patch +pjakobsson patches.suse/drm-amd-display-Move-sleep-into-each-retry-for-retri.patch +pjakobsson patches.suse/drm-xe-Remove-duplicate-DRM_EXEC-selection-from-Kcon.patch +pjakobsson patches.suse/drm-msm-a6xx-Fix-PDC-sleep-sequence.patch +pjakobsson patches.suse/drm-xe-Do-not-wake-device-during-a-GT-reset.patch +pjakobsson patches.suse/drm-xe-xe_sync-avoid-race-during-ufence-signaling.patch +pjakobsson patches.suse/drm-exynos-exynos7_drm_decon-remove-ctx-suspended.patch +pjakobsson patches.suse/drm-mediatek-Fix-device-node-reference-count-leaks-i.patch +pjakobsson patches.suse/drm-mediatek-fix-potential-OF-node-use-after-free.patch +pjakobsson patches.suse/drm-amdgpu-mes-add-front-end-for-detect-and-reset-hu.patch +pjakobsson patches.suse/mei-vsc-Don-t-re-init-VSC-from-mei_vsc_hw_reset-on-s.patch +pjakobsson patches.suse/drm-amdgpu-disable-peer-to-peer-access-for-DCC-enabl.patch +pjakobsson patches.suse/drm-hisilicon-hibmc-fix-the-i2c-device-resource-leak.patch +pjakobsson patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch +pjakobsson patches.suse/drm-xe-guc-Check-GuC-running-state-before-deregister.patch +pjakobsson patches.suse/drm-xe-Don-t-allow-evicting-of-BOs-in-same-VM-in-arr.patch +pjakobsson patches.suse/drm-xe-Restore-engine-registers-before-restarting-sc.patch +pjakobsson patches.suse/drm-amd-pm-fix-race-in-power-state-check-before-mute.patch +pjakobsson patches.suse/drm-amd-Avoid-evicting-resources-at-S5.patch +pjakobsson patches.suse/drm-amdkfd-Trap-handler-support-for-expert-schedulin.patch +pjakobsson patches.suse/drm-i915-power-fix-size-for-for_each_set_bit-in-abox.patch +pjakobsson patches.suse/drm-amd-display-remove-output_tf_change-flag.patch +pjakobsson patches.suse/drm-amd-display-Init-DCN35-clocks-from-pre-os-HW-val.patch +pjakobsson patches.suse/drm-msm-a6xx-Improve-MX-rail-fallback-in-RPMH-vote-i.patch +pjakobsson patches.suse/drm-i915-backlight-Return-immediately-when-scale-fin.patch +pjakobsson patches.suse/drm-amdgpu-do-not-resume-device-in-thaw-for-normal-h.patch +pjakobsson patches.suse/drm-amd-Fix-hybrid-sleep.patch +pjakobsson patches.suse/drm-amd-display-Add-fallback-path-for-YCBCR422.patch +pjakobsson patches.suse/drm-amdgpu-Respect-max-pixel-clock-for-HDMI-and-DVI-.patch +pjakobsson patches.suse/drm-amdgpu-Fix-function-header-names-in-amdgpu_conne.patch +pjakobsson patches.suse/accel-ivpu-Fix-DCT-active-percent-format.patch +pjakobsson patches.suse/accel-ivpu-Fix-race-condition-when-unbinding-BOs.patch +pjakobsson patches.suse/drm-amd-display-Allow-VRR-params-change-if-unsynced-.patch +pjakobsson patches.suse/drm-amdgpu-don-t-enable-SMU-on-cyan-skillfish.patch +pjakobsson patches.suse/drm-amdgpu-Skip-poison-aca-bank-from-UE-channel.patch +pjakobsson patches.suse/drm-i915-icl-tc-Cache-the-max-lane-count-value.patch +pjakobsson patches.suse/drm-i915-icl-tc-Convert-AUX-powered-WARN-to-a-debug-.patch +pjakobsson patches.suse/drm-xe-Unregister-drm-device-on-probe-error.patch +pjakobsson patches.suse/drm-amd-display-Move-setup_stream_attribute.patch +pjakobsson patches.suse/Revert-drm-amd-display-Move-setup_stream_attribute.patch +pjakobsson patches.suse/drm-amdgpu-Check-vcn-sram-load-return-value.patch +pjakobsson patches.suse/drm-amdgpu-Fix-unintended-error-log-in-VCN5_0_0.patch +pjakobsson patches.suse/drm-amd-display-fix-dmub-access-race-condition.patch +pjakobsson patches.suse/drm-amd-display-more-liberal-vmin-vmax-update-for-fr.patch +pjakobsson patches.suse/drm-amd-display-Fix-vupdate_offload_work-doc.patch +pjakobsson patches.suse/drm-amd-display-Add-NULL-check-for-stream-before-der.patch +pjakobsson patches.suse/drm-amd-display-use-GFP_NOWAIT-for-allocation-in-int.patch +pjakobsson patches.suse/drm-amd-display-Don-t-change-brightness-for-disabled.patch +pjakobsson patches.suse/drm-amd-display-Initialise-backlight-level-values-fr.patch +pjakobsson patches.suse/drm-msm-dpu-Remove-dead-code-in-dpu_encoder_helper_r.patch +pjakobsson patches.suse/drm-msm-a6xx-Fix-out-of-bound-IO-access-in-a6xx_get_.patch +pjakobsson patches.suse/drm-amdgpu-discovery-fix-fw-based-ip-discovery.patch +pjakobsson patches.suse/drm-amdgpu-add-support-for-cyan-skillfish-without-IP.patch +pjakobsson patches.suse/drm-amdgpu-add-support-for-cyan-skillfish-gpu_info.patch +pjakobsson patches.suse/drm-amdgpu-fix-handling-of-harvesting-for-ip_discove.patch +pjakobsson patches.suse/drm-amdgpu-fix-cyan_skillfish2-gpu-info-fw-handling.patch +pjakobsson patches.suse/drm-amd-display-Disable-DPCD-Probe-Quirk.patch +pjakobsson patches.suse/drm-ast-Blank-with-VGACR17-sync-enable-always-clear-.patch +pjakobsson patches.suse/drm-vmwgfx-Merge-vmw_bo_release-and-vmw_bo_free-func.patch +pjakobsson patches.suse/drm-panthor-Avoid-adding-of-kernel-BOs-to-extobj-lis.patch +pjakobsson patches.suse/drm-amd-display-Increase-minimum-clock-for-TMDS-420-.patch +pjakobsson patches.suse/drm-amd-display-Disable-scaling-on-DCE6-for-now.patch +pjakobsson patches.suse/drm-amdgpu-fix-a-memory-leak-in-fence-cleanup-when-u.patch +pjakobsson patches.suse/drm-amdgpu-Skip-emit-de-meta-data-on-gfx11-with-rs64.patch +pjakobsson patches.suse/nouveau-fix-disabling-the-nonstall-irq-due-to-storm-.patch +pjakobsson patches.suse/drm-dp-Add-an-EDID-quirk-for-the-DPCD-register-acces.patch +pjakobsson patches.suse/amdgpu-amdgpu_discovery-increase-timeout-limit-for-I.patch +pjakobsson patches.suse/drm-amd-display-fix-initial-backlight-brightness-cal.patch ++pjakobsson patches.suse/drm-xe-Only-toggle-scheduling-in-TDR-if-GuC-is-runni.patch ######################################################## # You'd better have a good reason for adding a patch # below here. ########################################################