kernel-source-rt/series.conf

26646 lines
1.8 MiB
Plaintext
Raw Normal View History

# 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/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.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/x86-cpu-Add-several-Intel-server-CPU-model-numbers.patch
patches.suse/s390-kasan-fix-insecure-W-X-mapping-warning.patch
patches.suse/s390-kasan-avoid-short-by-one-page-shadow-memory.patch
patches.suse/rust-arc-fix-intra-doc-link-in-Arc-T-init.patch
patches.suse/jffs2-reduce-stack-usage-in-jffs2_build_xattr_s.patch
patches.suse/fs-pipe-reveal-missing-function-protoypes.patch
patches.suse/fs-sysv-Null-check-to-prevent-null-ptr-deref-b.patch
patches.suse/watch_queue-prevent-dangling-pipe-pointer.patch
patches.suse/fs-avoid-empty-option-when-generating-legacy-mo.patch
patches.suse/fs-Protect-reconfiguration-of-sb-read-write-fr.patch
patches.suse/ext4-Remove-ext4-locking-of-moved-directory.patch
patches.suse/Revert-udf-Protect-rename-against-modification-.patch
patches.suse/Revert-f2fs-fix-potential-corruption-when-movin.patch
patches.suse/fs-Establish-locking-order-for-unrelated-direct.patch
patches.suse/fs-Lock-moved-directories.patch
patches.suse/fs-Restrict-lock_two_nondirectories-to-non-directory.patch
patches.suse/nfsd-use-vfs-setgid-helper.patch
patches.suse/SUNRPC-Fix-UAF-in-svc_tcp_listen_data_ready.patch
patches.suse/lockd-drop-inappropriate-svc_get-from-locked_ge.patch
patches.suse/NFSD-add-encoding-of-op_recall-flag-for-write-d.patch
patches.suse/svcrdma-Prevent-page-release-when-nothing-was-r.patch
patches.suse/nfsd-move-init-of-percpu-reply_cache_stats-coun.patch
patches.suse/fsverity-use-shash-API-instead-of-ahash-API.patch
patches.suse/fsverity-don-t-use-bio_first_page_all-in-fsveri.patch
patches.suse/erofs-kill-hooked-chains-to-avoid-loops-on-dedu.patch
patches.suse/erofs-fix-compact-4B-support-for-16k-block-size.patch
patches.suse/erofs-Fix-detection-of-atomic-context.patch
patches.suse/erofs-clean-up-zmap.c.patch
patches.suse/btrfs-export-bitmap_test_range_all_-set-zero.patch
patches.suse/btrfs-use-SECTOR_SHIFT-to-convert-LBA-to-physical-of.patch
patches.suse/btrfs-fix-dirty_metadata_bytes-for-redirtied-bu.patch
patches.suse/btrfs-don-t-hold-an-extra-reference-for-redirtied-bu.patch
patches.suse/btrfs-always-read-the-entire-extent_buffer.patch
patches.suse/btrfs-don-t-use-btrfs_bio_ctrl-for-extent-buffe.patch
patches.suse/btrfs-return-bool-from-lock_extent_buffer_for_i.patch
patches.suse/btrfs-submit-a-writeback-bio-per-extent_buffer.patch
patches.suse/btrfs-open-code-set_extent_defrag.patch
patches.suse/btrfs-open-code-set_extent_delalloc.patch
patches.suse/btrfs-open-code-set_extent_new.patch
patches.suse/btrfs-open-code-set_extent_dirty.patch
patches.suse/btrfs-open-code-set_extent_bits_nowait.patch
patches.suse/btrfs-open-code-set_extent_bits.patch
patches.suse/btrfs-drop-NOFAIL-from-set_extent_bit-allocation-mas.patch
patches.suse/btrfs-pass-NOWAIT-for-set-clear-extent-bits-as-anoth.patch
patches.suse/btrfs-drop-gfp-from-parameter-extent-state-helpers.patch
patches.suse/btrfs-reorder-some-members-of-struct-btrfs_delayed_r.patch
patches.suse/btrfs-remove-unused-is_head-field-from-struct-btrfs_.patch
patches.suse/btrfs-remove-pointless-in_tree-field-from-struct-btr.patch
patches.suse/btrfs-use-a-bool-to-track-qgroup-record-insertion-wh.patch
patches.suse/btrfs-make-insert_delayed_ref-return-a-bool-instead-.patch
patches.suse/btrfs-get-rid-of-label-and-goto-at-insert_delayed_re.patch
patches.suse/btrfs-assert-correct-lock-is-held-at-btrfs_select_re.patch
patches.suse/btrfs-use-bool-type-for-delayed-ref-head-fields-that.patch
patches.suse/btrfs-use-a-single-switch-statement-when-initializin.patch
patches.suse/btrfs-remove-unnecessary-prototype-declarations-at-d.patch
patches.suse/btrfs-make-btrfs_destroy_delayed_refs-return-void.patch
patches.suse/btrfs-optimize-out-btrfs_is_zoned-for-CONFIG_BLK_DEV.patch
patches.suse/btrfs-don-t-call-btrfs_record_physical_zoned-for-fai.patch
patches.suse/btrfs-mark-the-len-field-in-struct-btrfs_ordered_sum.patch
patches.suse/btrfs-rename-the-bytenr-field-in-struct-btrfs_ordere.patch
patches.suse/btrfs-optimize-the-logical-to-physical-mapping-for-z.patch
patches.suse/btrfs-record-orig_physical-only-for-the-original-bio.patch
patches.suse/btrfs-move-split_extent_map-to-extent_map.c.patch
patches.suse/btrfs-reorder-conditions-in-btrfs_extract_ordered_ex.patch
patches.suse/btrfs-return-the-new-ordered_extent-from-btrfs_split.patch
patches.suse/btrfs-split-btrfs_alloc_ordered_extent-to-allocation.patch
patches.suse/btrfs-atomically-insert-the-new-extent-in-btrfs_spli.patch
patches.suse/btrfs-handle-completed-ordered-extents-in-btrfs_spli.patch
patches.suse/btrfs-defer-splitting-of-ordered-extents-until-I-O-c.patch
patches.suse/btrfs-pass-the-new-logical-address-to-split_extent_m.patch
patches.suse/btrfs-add-xxhash-to-fast-checksum-implementatio.patch
patches.suse/btrfs-remove-unused-BTRFS_MAP_DISCARD.patch
patches.suse/btrfs-optimize-simple-reads-in-btrfsic_map_block.patch
patches.suse/btrfs-remove-unused-btrfs_map_block.patch
patches.suse/btrfs-rename-__btrfs_map_block-to-btrfs_map_block.patch
patches.suse/btrfs-open-code-btrfs_map_sblock.patch
patches.suse/btrfs-open-code-need_full_stripe-conditions.patch
patches.suse/btrfs-warn-on-invalid-slot-in-tree-mod-log-rewi.patch
patches.suse/btrfs-insert-tree-mod-log-move-in-push_node_lef.patch
patches.suse/btrfs-fix-range_end-calculation-in-extent_write.patch
patches.suse/btrfs-factor-out-a-btrfs_verify_page-helper.patch
patches.suse/btrfs-fix-fsverify-read-error-handling-in-end_p.patch
patches.suse/btrfs-don-t-fail-writeback-when-allocating-the-.patch
patches.suse/btrfs-don-t-check-PageError-in-__extent_writepa.patch
patches.suse/btrfs-only-call-__extent_writepage_io-from-exte.patch
patches.suse/btrfs-don-t-treat-zoned-writeback-as-being-from.patch
patches.suse/btrfs-add-block-group-tree-to-lockdep-classes.patch
patches.suse/btrfs-fix-file_offset-for-REQ_BTRFS_ONE_ORDERED.patch
patches.suse/btrfs-limit-write-bios-to-a-single-ordered-extent.patch
patches.suse/btrfs-merge-the-two-calls-to-btrfs_add_ordered_exten.patch
patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_reloc_clone_cs.patch
patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_submit_compres.patch
patches.suse/btrfs-remove-btrfs_add_ordered_extent.patch
patches.suse/btrfs-add-a-is_data_bbio-helper.patch
patches.suse/btrfs-open-code-btrfs_bio_end_io-in-btrfs_dio_submit.patch
patches.suse/btrfs-add-an-ordered_extent-pointer-to-struct-btrfs_.patch
patches.suse/btrfs-use-bbio-ordered-in-btrfs_csum_one_bio.patch
patches.suse/btrfs-factor-out-a-can_finish_ordered_extent-helper.patch
patches.suse/btrfs-factor-out-a-btrfs_queue_ordered_fn-helper.patch
patches.suse/btrfs-add-a-btrfs_finish_ordered_extent-helper.patch
patches.suse/btrfs-open-code-end_extent_writepage-in-end_bio_exte.patch
patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-co.patch
patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-di.patch
patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-bu.patch
patches.suse/btrfs-delete-unused-BGs-while-reclaiming-BGs.patch
patches.suse/btrfs-move-out-now-unused-BG-from-the-reclaim-.patch
patches.suse/btrfs-bail-out-reclaim-process-if-filesystem-is.patch
patches.suse/btrfs-reinsert-BGs-failed-to-reclaim.patch
patches.suse/btrfs-add-missing-error-handling-when-logging-o.patch
patches.suse/btrfs-fix-extent-buffer-leak-after-tree-mod-log.patch
patches.suse/btrfs-do-not-BUG_ON-on-tree-mod-log-failure-at-40b0a74.patch
patches.suse/btrfs-do-not-BUG_ON-on-tree-mod-log-failure-at-.patch
patches.suse/btrfs-abort-transaction-at-update_ref_for_cow-w.patch
patches.suse/btrfs-add-handling-for-RAID1C23-DUP-to-btrfs_re.patch
patches.suse/btrfs-fix-race-when-deleting-quota-root-from-th.patch
patches.suse/btrfs-fix-race-when-deleting-free-space-root-fr.patch
patches.suse/btrfs-fix-race-between-quota-disable-and-reloca.patch
patches.suse/splice-Fix-filemap_splice_read-to-use-the-corre.patch
patches.suse/splice-Make-filemap_splice_read-check-s_maxbytes.patch
patches.suse/splice-Rename-direct_splice_read-to-copy_splice_read.patch
patches.suse/splice-Clean-up-copy_splice_read-a-bit.patch
patches.suse/splice-Make-do_splice_to-generic-and-export-it.patch
patches.suse/splice-Check-for-zero-count-in-vfs_splice_read.patch
patches.suse/splice-Make-splice-from-an-O_DIRECT-fd-use-copy_spli.patch
patches.suse/splice-Make-splice-from-a-DAX-file-use-copy_splice_r.patch
patches.suse/shmem-Implement-splice-read.patch
patches.suse/overlayfs-Implement-splice-read.patch
patches.suse/coda-Implement-splice-read.patch
patches.suse/tty-proc-kernfs-random-Use-copy_splice_read.patch
patches.suse/net-Make-sock_splice_read-use-copy_splice_read-by-de.patch
patches.suse/9p-Add-splice_read-wrapper.patch
patches.suse/afs-Provide-a-splice-read-wrapper.patch
patches.suse/ceph-Provide-a-splice-read-wrapper.patch
patches.suse/ecryptfs-Provide-a-splice-read-wrapper.patch
patches.suse/ext4-Provide-a-splice-read-wrapper.patch
patches.suse/f2fs-Provide-a-splice-read-wrapper.patch
patches.suse/nfs-Provide-a-splice-read-wrapper.patch
patches.suse/ntfs3-Provide-a-splice-read-wrapper.patch
patches.suse/ocfs2-Provide-a-splice-read-wrapper.patch
patches.suse/orangefs-Provide-a-splice-read-wrapper.patch
patches.suse/xfs-Provide-a-splice-read-wrapper.patch
patches.suse/zonefs-Provide-a-splice-read-wrapper.patch
patches.suse/trace-Convert-trace-seq-to-use-copy_splice_read.patch
patches.suse/cifs-Use-filemap_splice_read.patch
patches.suse/splice-Use-filemap_splice_read-instead-of-generic_fi.patch
patches.suse/splice-Remove-generic_file_splice_read.patch
patches.suse/iov_iter-Kill-ITER_PIPE.patch
patches.suse/splice-kdoc-for-filemap_splice_read-and-copy_splice_.patch
patches.suse/net-set-FMODE_NOWAIT-for-sockets.patch
patches.suse/block-mark-bdev-files-as-FMODE_NOWAIT-if-underlying-.patch
patches.suse/io_uring-rely-solely-on-FMODE_NOWAIT.patch
patches.suse/io_uring-remove-sq-cq_off-memset.patch
patches.suse/io_uring-return-error-pointer-from-io_mem_alloc.patch
patches.suse/io_uring-add-ring-freeing-helper.patch
patches.suse/io_uring-support-for-user-allocated-memory-for-rings.patch
patches.suse/io_uring-Add-io_uring_setup-flag-to-pre-register-rin.patch
patches.suse/io_uring-net-initialize-struct-msghdr-more-sanely-fo.patch
patches.suse/io_uring-net-initalize-msghdr-msg_inq-to-known-value.patch
patches.suse/io_uring-net-push-IORING_CQE_F_SOCK_NONEMPTY-into-io.patch
patches.suse/io_uring-net-don-t-retry-recvmsg-unnecessarily.patch
patches.suse/io_uring-maintain-ordering-for-DEFER_TASKRUN-tw-list.patch
patches.suse/io_uring-annotate-offset-timeout-races.patch
patches.suse/io_uring-cmd-add-cmd-lazy-tw-wake-helper.patch
patches.suse/nvme-optimise-io_uring-passthrough-completion.patch
patches.suse/io_uring-avoid-indirect-function-calls-for-the-hotte.patch
patches.suse/io_uring-cleanup-io_aux_cqe-API.patch
patches.suse/io_uring-get-rid-of-unnecessary-length-variable.patch
patches.suse/io_uring-wait-interruptibly-for-request-complet.patch
patches.suse/io_uring-remove-__io_file_supports_nowait.patch
patches.suse/io_uring-remove-the-mode-variable-in-io_file_get_fla.patch
patches.suse/io_uring-remove-a-confusing-comment-above-io_file_ge.patch
patches.suse/io_uring-remove-io_req_ffs_set.patch
patches.suse/io_uring-return-REQ_F_-flags-from-io_file_get_flags.patch
patches.suse/io_uring-use-io_file_from_index-in-__io_sync_cancel.patch
patches.suse/io_uring-use-io_file_from_index-in-io_msg_grab_file.patch
patches.suse/io_uring-add-helpers-to-decode-the-fixed-file-file_p.patch
patches.suse/io_uring-open-code-io_put_req_find_next.patch
patches.suse/io_uring-remove-io_free_req_tw.patch
patches.suse/io_uring-inline-io_dismantle_req.patch
patches.suse/io_uring-move-io_clean_op.patch
patches.suse/io_uring-don-t-batch-task-put-on-reqs-free.patch
patches.suse/io_uring-remove-IOU_F_TWQ_FORCE_NORMAL.patch
patches.suse/io_uring-kill-io_cq_unlock.patch
patches.suse/io_uring-fix-acquire-release-annotations.patch
patches.suse/io_uring-inline-__io_cq_unlock.patch
patches.suse/io_uring-make-io_cq_unlock_post-static.patch
patches.suse/io_uring-merge-conditional-unlock-flush-helpers.patch
patches.suse/brd-use-XArray-instead-of-radix-tree-to-index-backing-pages.patch
patches.suse/blk-mq-don-t-queue-plugged-passthrough-requests.patch
patches.suse/blk-mq-remove-RQF_ELVPRIV.patch
patches.suse/blk-mq-make-sure-elevator-callbacks-aren-t-called-fo.patch
patches.suse/block-mq-deadline-Add-a-word-in-a-source-code-commen.patch
patches.suse/block-Simplify-blk_req_needs_zone_write_lock.patch
patches.suse/block-Fix-the-type-of-the-second-bdev_op_is_zon.patch
patches.suse/block-Introduce-op_needs_zoned_write_locking.patch
patches.suse/block-Introduce-blk_rq_is_seq_zoned_write.patch
patches.suse/block-mq-deadline-Clean-up-deadline_check_fifo.patch
patches.suse/block-mq-deadline-Simplify-deadline_skip_seq_writes.patch
patches.suse/block-mq-deadline-Reduce-lock-contention.patch
patches.suse/block-mq-deadline-Track-the-dispatch-position.patch
patches.suse/block-mq-deadline-Handle-requeued-requests-correctly.patch
patches.suse/block-mq-deadline-Fix-handling-of-at-head-zoned-writ.patch
patches.suse/block-BFQ-Add-several-invariant-checks.patch
patches.suse/fs-remove-the-special-CONFIG_BLOCK-def_blk_fops.patch
patches.suse/blk-mq-factor-out-a-blk_rq_init_flush-helper.patch
patches.suse/blk-mq-reflow-blk_insert_flush.patch
patches.suse/blk-mq-defer-to-the-normal-submission-path-for-non-f.patch
patches.suse/blk-mq-use-the-I-O-scheduler-for-writes-from-the-flu.patch
patches.suse/blk-mq-defer-to-the-normal-submission-path-for-post-.patch
patches.suse/blk-mq-do-not-do-head-insertions-post-pre-flush-comm.patch
patches.suse/blk-mq-don-t-use-the-requeue-list-to-queue-flush-com.patch
patches.suse/ublk-kill-queuing-request-by-task_work_add.patch
patches.suse/ublk-cleanup-io-cmd-code-path-by-adding-ublk_fill_io_cmd.patch
patches.suse/ublk-cleanup-ublk_copy_user_pages.patch
patches.suse/ublk-grab-request-reference-when-the-request-is-handled-by-userspace.patch
patches.suse/ublk-support-to-copy-any-part-of-request-pages.patch
patches.suse/ublk-add-read-write-support-for-ublk-char-device.patch
patches.suse/ublk-support-user-copy.patch
patches.suse/block-BFQ-Move-an-invariant-check.patch
patches.suse/block-don-t-plug-in-blkdev_write_iter.patch
patches.suse/ublk-fix-build-warning-on-iov_iter_get_pages2.patch
patches.suse/block-remove-redundant-req_op-in-blk_rq_is_passthrou.patch
patches.suse/block-rq_qos-protect-rq_qos-apis-with-a-new-loc.patch
patches.suse/block-introduce-block_io_start-block_io_done-tracepo.patch
patches.suse/iomap-Don-t-get-an-reference-on-ZERO_PAGE-for-direct.patch
patches.suse/block-Fix-bio_flagged-so-that-gcc-can-better-optimis.patch
patches.suse/block-Replace-BIO_NO_PAGE_REF-with-BIO_PAGE_REFFED-w.patch
patches.suse/block-Add-BIO_PAGE_PINNED-and-associated-infrastruct.patch
patches.suse/block-Convert-bio_iov_iter_get_pages-to-use-iov_iter.patch
patches.suse/block-convert-bio_map_user_iov-to-use-iov_iter_extra.patch
patches.suse/block-constify-partition-prober-array.patch
patches.suse/block-constify-struct-part_type-part_type.patch
patches.suse/block-constify-struct-part_attr_group.patch
patches.suse/block-constify-the-whole_disk-device_attribute.patch
patches.suse/mm-Don-t-pin-ZERO_PAGE-in-pin_user_pages.patch
patches.suse/mm-Provide-a-function-to-get-an-additional-pin-on-a-.patch
patches.suse/block-Use-iov_iter_extract_pages-and-page-pinning-in.patch
patches.suse/swap-use-__bio_add_page-to-add-page-to-bio.patch
patches.suse/drbd-use-__bio_add_page-to-add-page-to-bio.patch
patches.suse/dm-dm-zoned-use-__bio_add_page-for-adding-single-met.patch
patches.suse/fs-buffer-use-__bio_add_page-to-add-single-page-to-b.patch
patches.suse/md-use-__bio_add_page-to-add-single-page.patch
patches.suse/md-raid5-log-use-__bio_add_page-to-add-single-page.patch
patches.suse/md-raid5-use-__bio_add_page-to-add-single-page-to-ne.patch
patches.suse/jfs-logmgr-use-__bio_add_page-to-add-single-page-to-.patch
patches.suse/gfs2-use-__bio_add_page-for-adding-single-page-to-bi.patch
patches.suse/zonefs-use-__bio_add_page-for-adding-single-page-to-.patch
patches.suse/zram-use-__bio_add_page-for-adding-single-page-to-bi.patch
patches.suse/floppy-use-__bio_add_page-for-adding-single-page-to-.patch
patches.suse/md-check-for-failure-when-adding-pages-in-alloc_behi.patch
patches.suse/md-raid1-use-__bio_add_page-for-adding-single-page-t.patch
patches.suse/md-raid1-check-if-adding-pages-to-resync-bio-fails.patch
patches.suse/dm-crypt-use-__bio_add_page-to-add-single-page-to-cl.patch
patches.suse/block-mark-bio_add_page-as-__must_check.patch
patches.suse/block-add-bio_add_folio_nofail.patch
patches.suse/fs-iomap-use-bio_add_folio_nofail-where-possible.patch
patches.suse/block-mark-bio_add_folio-as-__must_check.patch
patches.suse/blk-ioc-protect-ioc_destroy_icq-by-queue_lock.patch
patches.suse/block-Replace-all-non-returning-strlcpy-with-strscpy.patch
patches.suse/ublk-add-control-command-of-UBLK_U_CMD_GET_FEATURES.patch
patches.suse/drbd-stop-defining-__KERNEL_SYSCALLS__.patch
patches.suse/block-factor-out-a-bd_end_claim-helper-from-blkdev_p.patch
patches.suse/block-refactor-bd_may_claim.patch
patches.suse/block-turn-bdev_lock-into-a-mutex.patch
patches.suse/block-consolidate-the-shutdown-logic-in-blk_mark_dis.patch
patches.suse/block-avoid-repeated-work-in-blk_mark_disk_dead.patch
patches.suse/block-unhash-the-inode-earlier-in-delete_partition.patch
patches.suse/block-delete-partitions-later-in-del_gendisk.patch
patches.suse/block-remove-blk_drop_partitions.patch
patches.suse/block-introduce-holder-ops.patch
patches.suse/block-add-a-mark_dead-holder-operation.patch
patches.suse/fs-add-a-method-to-shut-down-the-file-system.patch
patches.suse/xfs-wire-up-sops-shutdown.patch
patches.suse/xfs-wire-up-the-mark_dead-holder-operation-for-log-a.patch
patches.suse/ext4-split-ext4_shutdown.patch
patches.suse/ext4-wire-up-sops-shutdown.patch
patches.suse/ext4-wire-up-the-mark_dead-holder-operation-for-log-.patch
patches.suse/driver-core-return-bool-from-driver_probe_done.patch
patches.suse/PM-hibernate-factor-out-a-helper-to-find-the-resume-.patch
patches.suse/PM-hibernate-remove-the-global-snapshot_test-variabl.patch
patches.suse/PM-hibernate-move-finding-the-resume-device-out-of-s.patch
patches.suse/init-remove-pointless-Root_-values.patch
patches.suse/init-rename-mount_block_root-to-mount_root_generic.patch
patches.suse/init-refactor-mount_root.patch
patches.suse/init-pass-root_device_name-explicitly.patch
patches.suse/init-don-t-remove-the-dev-prefix-from-error-messages.patch
patches.suse/init-handle-ubi-mtd-root-mounting-like-all-other-roo.patch
patches.suse/init-factor-the-root_wait-logic-in-prepare_namespace.patch
patches.suse/init-move-the-nfs-cifs-ram-special-cases-out-of-name.patch
patches.suse/init-improve-the-name_to_dev_t-interface.patch
patches.suse/init-clear-root_wait-on-all-invalid-root-strings.patch
patches.suse/block-move-the-code-to-do-early-boot-lookup-of-block.patch
patches.suse/block-move-more-code-to-early-lookup.c.patch
patches.suse/dm-snap-simplify-the-origin_dev-cow_dev-check-in-sna.patch
patches.suse/dm-open-code-dm_get_dev_t-in-dm_init_init.patch
patches.suse/dm-remove-dm_get_dev_t.patch
patches.suse/dm-only-call-early_lookup_bdev-from-early-boot-conte.patch
patches.suse/PM-hibernate-don-t-use-early_lookup_bdev-in-resume_s.patch
patches.suse/mtd-block2mtd-factor-the-early-block-device-open-log.patch
patches.suse/mtd-block2mtd-don-t-call-early_lookup_bdev-after-the.patch
patches.suse/blk-iocost-use-spin_lock_irqsave-in-adjust_inus.patch
patches.suse/nbd-Add-the-maximum-limit-of-allocated-index-in-nbd_dev_add.patch
patches.suse/blk-ioc-fix-recursive-spin_lock-unlock_irq-in-ioc_cl.patch
patches.suse/blk-cgroup-Reinit-blkg_iostat_set-after-clearin.patch
patches.suse/block-fix-rootwait.patch
patches.suse/pktcdvd-Get-rid-of-custom-printing-macros.patch
patches.suse/pktcdvd-replace-sscanf-by-kstrtoul.patch
patches.suse/pktcdvd-use-sysfs_emit-to-instead-of-scnprintf.patch
patches.suse/pktcdvd-Get-rid-of-pkt_seq_show-forward-declaration.patch
patches.suse/pktcdvd-Drop-redundant-castings-for-sector_t.patch
patches.suse/pktcdvd-Use-DEFINE_SHOW_ATTRIBUTE-to-simplify-code.patch
patches.suse/pktcdvd-Use-put_unaligned_be16-and-get_unaligned_be16.patch
patches.suse/pktcdvd-Get-rid-of-redundant-else.patch
patches.suse/pktcdvd-Sort-headers.patch
patches.suse/block-fix-rootwait-again.patch
patches.suse/block-rnbd-kill-rnbd_flags_supported.patch
patches.suse/block-rnbd-srv-remove-unused-header.patch
patches.suse/block-rnbd-introduce-rnbd_access_modes.patch
patches.suse/block-rnbd-srv-no-need-to-check-sess_dev.patch
patches.suse/block-rnbd-srv-rename-one-member-in-rnbd_srv_dev.patch
patches.suse/block-rnbd-srv-init-ret-with-0-instead-of-EPERM.patch
patches.suse/block-rnbd-srv-init-err-earlier-in-rnbd_srv_init_module.patch
patches.suse/block-rnbd-srv-make-process_msg_sess_info-returns-void.patch
patches.suse/block-also-call-open-for-incremental-partition-opens.patch
patches.suse/cdrom-remove-the-unused-bdev-argument-to-cdrom_open.patch
patches.suse/cdrom-remove-the-unused-mode-argument-to-cdrom_ioctl.patch
patches.suse/cdrom-remove-the-unused-cdrom_close_write-release-co.patch
patches.suse/cdrom-track-if-a-cdrom_device_info-was-opened-for-data.patch
patches.suse/cdrom-remove-the-unused-mode-argument-to-cdrom_release.patch
patches.suse/block-pass-a-gendisk-on-bdev_check_media_change.patch
patches.suse/block-pass-a-gendisk-to-open.patch
patches.suse/block-remove-the-unused-mode-argument-to-release.patch
patches.suse/block-rename-blkdev_close-to-blkdev_release.patch
patches.suse/swsusp-don-t-pass-a-stack-address-to-blkdev_get_by_path.patch
patches.suse/bcache-don-t-pass-a-stack-address-to-blkdev_get_by_p.patch
patches.suse/rnbd-srv-don-t-pass-a-holder-for-non-exclusive-blkdev_get_by_path.patch
patches.suse/btrfs-don-t-pass-a-holder-for-non-exclusive-blkdev_g.patch
patches.suse/block-use-the-holder-as-indication-for-exclusive-opens.patch
patches.suse/block-add-a-sb_open_mode-helper.patch
patches.suse/fs-remove-sb-s_mode.patch
patches.suse/scsi-replace-the-fmode_t-argument-to-scsi_cmd_allowe.patch
patches.suse/scsi-replace-the-fmode_t-argument-to-scsi_ioctl-with.patch
patches.suse/scsi-replace-the-fmode_t-argument-to-sg_io_fn-with-a.patch
patches.suse/nvme-replace-the-fmode_t-argument-to-the-nvme-ioctl-.patch
patches.suse/mtd-block-use-a-simple-bool-to-track-open-for-write.patch
patches.suse/rnbd-srv-replace-sess-open_flags-with-a-bool-readonly.patch
patches.suse/ubd-remove-commented-out-code-in-ubd_open.patch
patches.suse/block-move-a-few-internal-definitions-out-of-blkdev.h.patch
patches.suse/block-remove-unused-fmode_t-arguments-from-ioctl-han.patch
patches.suse/block-replace-fmode_t-with-a-block-specific-type-for.patch
patches.suse/block-always-use-I_BDEV-on-file-f_mapping-host-to-fi.patch
patches.suse/block-store-the-holder-in-file-private_data.patch
patches.suse/fs-remove-the-now-unused-FMODE_-flags.patch
patches.suse/blk-mq-fix-potential-io-hang-by-wrong-wake_batc.patch
patches.suse/block-Fix-dio_cleanup-to-advance-the-head-index.patch
patches.suse/raid6-neon-add-missing-prototypes-3de1.patch
patches.suse/md-raid10-check-slab-out-of-bounds-in-md_bitmap.patch
patches.suse/md-raid5-don-t-allow-replacement-while-reshape-is-in-4603.patch
patches.suse/md-fix-data-corruption-for-raid456-when-reshape.patch
patches.suse/md-export-md_is_rdwr-and-is_md_suspended-431e.patch
patches.suse/md-add-a-new-api-prepare_suspend-in-md_personality-3e00.patch
patches.suse/md-raid5-fix-a-deadlock-in-the-case-that-reshape-is--868b.patch
patches.suse/md-raid10-fix-overflow-of-md-safe_mode_delay.patch
patches.suse/md-raid10-fix-wrong-setting-of-max_corr_read_er.patch
patches.suse/md-fix-duplicate-filename-for-rdev-3ce9.patch
patches.suse/md-factor-out-a-helper-to-wake-up-md_thread-directly-e5e9.patch
patches.suse/dm-raid-remove-useless-checking-in-raid_message-955a.patch
patches.suse/md-bitmap-always-wake-up-md_thread-in-timeout_store-c333.patch
patches.suse/md-bitmap-factor-out-a-helper-to-set-timeout-4eeb.patch
patches.suse/md-protect-md_thread-with-rcu-4469.patch
patches.suse/md-raid5-don-t-start-reshape-when-recovery-or-replac-75aa.patch
patches.suse/md-raid10-fix-null-ptr-deref-of-mreplace-in-rai.patch
patches.suse/md-raid10-improve-code-of-mrdev-in-raid10_sync_reque-59f8.patch
patches.suse/md-raid10-prioritize-adding-disk-to-removed-mirror-6090.patch
patches.suse/md-raid10-clean-up-md_add_new_disk-4d8a.patch
patches.suse/md-raid10-Do-not-add-spare-disk-when-recovery-fails-8d35.patch
patches.suse/md-raid10-fix-io-loss-while-replacement-replace.patch
patches.suse/md-raid10-prevent-soft-lockup-while-flush-write.patch
patches.suse/md-raid1-10-factor-out-a-helper-to-add-bio-to-p.patch
patches.suse/md-raid1-10-factor-out-a-helper-to-submit-norma.patch
patches.suse/md-raid1-10-submit-write-io-directly-if-bitmap-.patch
patches.suse/md-md-bitmap-add-a-new-helper-to-unplug-bitmap-async-a022.patch
patches.suse/md-raid1-10-don-t-handle-pluged-bio-by-daemon-thread-9efc.patch
patches.suse/md-raid1-10-limit-the-number-of-plugged-bio-460a.patch
patches.suse/blk-mq-check-on-cpu-id-when-there-is-only-one-ctx-ma.patch
patches.suse/brd-use-cond_resched-instead-of-cond_resched_rcu.patch
patches.suse/blktrace-use-inline-function-for-blk_trace_remo.patch
patches.suse/scsi-sg-fix-blktrace-debugfs-entries-leakage.patch
patches.suse/block-fix-blktrace-debugfs-entries-leakage.patch
patches.suse/bcache-make-kobj_type-structures-constant-b98d.patch
patches.suse/bcache-Remove-dead-references-to-cache_readaheads-ccb8.patch
patches.suse/bcache-Remove-unnecessary-NULL-point-check-in-n.patch
patches.suse/bcache-Fix-__bch_btree_node_alloc-to-make-the-f.patch
patches.suse/bcache-fixup-btree_cache_wait-list-damage.patch
patches.suse/nvme-core-fix-memory-leak-in-dhchap_secret_stor.patch
patches.suse/nvme-core-fix-memory-leak-in-dhchap_ctrl_secret.patch
patches.suse/nvme-core-add-missing-fault-injection-cleanup.patch
patches.suse/nvme-core-fix-dev_pm_qos-memleak.patch
patches.suse/nvme-rdma-fix-typo-in-comment.patch
patches.suse/nvme-pci-cleaning-up-nvme_pci_init_request.patch
patches.suse/nvme-fabrics-add-queue-setup-helpers.patch
patches.suse/nvmet-reorder-fields-in-struct-nvmet_sq.patch
patches.suse/nvme-reorder-fields-in-struct-nvme_ctrl.patch
patches.suse/nvmet-reorder-fields-in-struct-nvmf_ctrl_options.patch
patches.suse/nvmet-reorder-fields-in-struct-nvme_dhchap_queue_con.patch
patches.suse/nvmet-reorder-fields-in-struct-nvmefc_fcp_req.patch
patches.suse/nvme-fabrics-unify-common-code-in-admin-and-io-queue.patch
patches.suse/nvme-fabrics-check-hostid-using-uuid_equal.patch
patches.suse/nvme-fabrics-prevent-overriding-of-existing-host.patch
patches.suse/nvme-move-sysfs-code-to-a-dedicated-sysfs.c-file.patch
patches.suse/nvme-core-remove-redundant-check-from-nvme_init_ns_h.patch
patches.suse/nvmet-auth-remove-some-dead-code.patch
patches.suse/nvmet-auth-remove-unnecessary-break-after-goto.patch
patches.suse/nvme-fcloop-no-need-to-return-from-void-function.patch
patches.suse/nvme-Increase-block-size-variable-size-to-32-bit.patch
patches.suse/nvme-fabrics-error-out-to-unlock-the-mutex.patch
patches.suse/nvme-fabrics-open-code-__nvmf_host_find.patch
patches.suse/nvmet-fcloop-Do-not-wait-on-completion-when-unregist.patch
patches.suse/nvme-core-use-nvme_ns_head_multipath-instead-of-ns-h.patch
patches.suse/nvme-skip-optional-id-ctrl-csi-if-it-failed.patch
patches.suse/nvme-forward-port-sysfs-delete-fix.patch
patches.suse/splice-don-t-call-file_accessed-in-copy_splice_.patch
patches.suse/blk-mq-fix-NULL-dereference-on-q-elevator-in-bl.patch
patches.suse/swim-fix-a-missing-FMODE_-BLK_OPEN_-conversion-in-fl.patch
patches.suse/block-increment-diskseq-on-all-media-change-eve.patch
patches.suse/block-document-the-holder-argument-to-blkdev_get_by_.patch
patches.suse/block-fix-wrong-mode-for-blkdev_get_by_dev-from-disk_scan_partitions.patch
patches.suse/reiserfs-fix-blkdev_put-warning-from-release_journal_dev.patch
patches.suse/block-disallow-Persistent-Reservation-on-partitions.patch
patches.suse/block-fine-granular-CAP_SYS_ADMIN-for-Persistent-Res.patch
patches.suse/block-add-capacity-validation-in-bdev_add_partition.patch
patches.suse/block-fix-signed-int-overflow-in-Amiga-partitio.patch
patches.suse/block-change-all-__u32-annotations-to-__be32-in.patch
patches.suse/block-add-overflow-checks-for-Amiga-partition-s.patch
patches.suse/block-fix-the-exclusive-open-mask-in-disk_scan_partitions.patch
patches.suse/block-rnbd-make-all-class-structures-const.patch
patches.suse/aoe-make-aoe_class-a-static-const-structure.patch
patches.suse/ublk-make-ublk_chr_class-a-static-const-structure.patch
patches.suse/bsg-make-bsg_class-a-static-const-structure.patch
patches.suse/blk-mq-don-t-insert-passthrough-request-into-sw.patch
patches.suse/block-don-t-return-EINVAL-for-not-found-names-in-dev.patch
patches.suse/ext4-Fix-warning-in-blkdev_put.patch
patches.suse/scsi-sg-don-t-grab-scsi-host-module-reference.patch
patches.suse/debugobjects-Recheck-debug_objects_enabled-bef.patch
patches.suse/genirq-Use-hlist-for-managing-resend-handlers.patch
patches.suse/genirq-Encapsulate-sparse-bitmap-handling.patch
patches.suse/genirq-Use-a-maple-tree-for-interrupt-descriptor-management.patch
patches.suse/irqchip-loongson-pch-pic-Fix-initialization-of-.patch
patches.suse/irqchip-loongson-pch-pic-Fix-potential-incorrec.patch
patches.suse/irqchip-loongson-liointc-Fix-IRQ-trigger-polari.patch
patches.suse/irqchip-loongson-eiointc-Fix-irq-affinity-setti.patch
patches.suse/irqchip-ftintc010-Mark-all-function-static.patch
patches.suse/irqchip-mmp-Remove-non-DT-codepath.patch
patches.suse/irqchip-clps711x-Remove-unused-clps711x_intc_init-fu.patch
patches.suse/irqchip-stm32-exti-Fix-warning-on-initialized-f.patch
patches.suse/irqchip-jcore-aic-Fix-missing-allocation-of-IRQ.patch
patches.suse/init-Provide-arch_cpu_finalize_init.patch
patches.suse/x86-cpu-Switch-to-arch_cpu_finalize_init.patch
patches.suse/ARM-cpu-Switch-to-arch_cpu_finalize_init.patch
patches.suse/ia64-cpu-Switch-to-arch_cpu_finalize_init.patch
patches.suse/loongarch-cpu-Switch-to-arch_cpu_finalize_init.patch
patches.suse/m68k-cpu-Switch-to-arch_cpu_finalize_init.patch
patches.suse/mips-cpu-Switch-to-arch_cpu_finalize_init.patch
patches.suse/sh-cpu-Switch-to-arch_cpu_finalize_init.patch
patches.suse/sparc-cpu-Switch-to-arch_cpu_finalize_init.patch
patches.suse/um-cpu-Switch-to-arch_cpu_finalize_init.patch
patches.suse/init-Remove-check_bugs-leftovers.patch
patches.suse/init-Invoke-arch_cpu_finalize_init-earlier.patch
patches.suse/init-x86-Move-mem_encrypt_init-into-arch_cpu_fi.patch
patches.suse/x86-init-Initialize-signal-frame-size-late.patch
patches.suse/x86-fpu-Remove-cpuinfo-argument-from-init-funct.patch
patches.suse/x86-fpu-Mark-init-functions-__init.patch
patches.suse/x86-fpu-Move-FPU-initialization-into-arch_cpu_f.patch
patches.suse/x86-mem_encrypt-Unbreak-the-AMD_MEM_ENCRYPT-n-b.patch
patches.suse/x86-smpboot-Avoid-pointless-delay-calibration-if-TSC.patch
patches.suse/posix-timers-Prevent-RT-livelock-in-itimer_dele.patch
patches.suse/posix-timers-Ensure-timer-ID-search-loop-limit-.patch
patches.suse/tick-rcu-Fix-bogus-ratelimit-condition.patch
patches.suse/tracing-timer-Add-missing-hrtimer-modes-to-deco.patch
patches.suse/msft-hv-2829-clocksource-drivers-hyper-v-Rework-clocksource-and-s.patch
patches.suse/clocksource-drivers-cadence-ttc-Fix-memory-leak.patch
patches.suse/x86-smp-Make-stop_other_cpus-more-robust.patch
patches.suse/x86-smp-Dont-access-non-existing-CPUID-leaf.patch
patches.suse/x86-smp-Remove-pointless-wmb-s-from-native_stop.patch
patches.suse/x86-smp-Use-dedicated-cache-line-for-mwait_play.patch
patches.suse/x86-smp-Cure-kexec-vs.-mwait_play_dead-breakage.patch
patches.suse/EDAC-amd64-Remove-module-version-string.patch
patches.suse/EDAC-amd64-Add-support-for-ECC-on-family-19h-model-6.patch
patches.suse/EDAC-thunderx-Check-debugfs-file-creation-retval-pro.patch
patches.suse/EDAC-npcm-Add-NPCM-memory-controller-driver.patch
patches.suse/x86-amd_nb-add-mi200-pci-ids.patch
patches.suse/x86-amd_nb-re-sort-and-re-indent-pci-defines.patch
patches.suse/x86-mce-amd-edac-mce_amd-decode-umc_v2-ecc-errors.patch
patches.suse/edac-amd64-document-heterogeneous-system-enumeration.patch
patches.suse/edac-amd64-add-support-for-amd-heterogeneous-family-19h-model-30h-3fh.patch
patches.suse/edac-amd64-cache-and-use-gpu-node-map.patch
patches.suse/x86-alternative-Make-debug-alternative-selective.patch
patches.suse/x86-alternative-Support-relocations-in-alternatives.patch
patches.suse/x86-lib-memmove-Decouple-ERMS-from-FSRM.patch
patches.suse/x86-build-Avoid-relocation-information-in-final-vmlinux.patch
patches.suse/x86-resctrl-Only-show-tasks-pid-in-current-pid-.patch
patches.suse/mm-add-support-for-unaccepted-memory.patch
patches.suse/efi-x86-Get-full-memory-map-in-allocate_e820.patch
patches.suse/efi-libstub-Implement-support-for-unaccepted-memory.patch
patches.suse/x86-boot-compressed-handle-unaccepted-memory.patch
patches.suse/efi-Add-unaccepted-memory-support.patch
patches.suse/efi-unaccepted-Avoid-load_unaligned_zeropad-stepping.patch
patches.suse/x86-tdx-make-tdx_hypercall-and-_tdx_module_call-available-in-boot-stub.patch
patches.suse/x86-tdx-refactor-try_accept_one.patch
patches.suse/x86-tdx-add-unaccepted-memory-support.patch
patches.suse/x86-sev-Fix-calculation-of-end-address-based-on.patch
patches.suse/x86-sev-put-psc-struct-on-the-stack-in-prep-for-unaccepted-memory-support.patch
patches.suse/x86-sev-allow-for-use-of-the-early-boot-ghcb-for-psc-requests.patch
patches.suse/x86-sev-use-large-psc-requests-if-applicable.patch
patches.suse/x86-sev-add-snp-specific-unaccepted-memory-support.patch
patches.suse/x86-efi-Safely-enable-unaccepted-memory-in-UEFI.patch
patches.suse/virt-sevguest-Add-CONFIG_CRYPTO-dependency.patch
patches.suse/x86-platform-uv-Add-platform-resolving-defines-for-m.patch
patches.suse/x86-platform-uv-Introduce-helper-function-uv_pnode_t.patch
patches.suse/x86-platform-uv-Fix-printed-information-in-calc_mmio.patch
patches.suse/x86-platform-uv-When-searching-for-minimums-start-at.patch
patches.suse/x86-platform-uv-Helper-functions-for-allocating-and-.patch
patches.suse/x86-platform-uv-UV-support-for-sub-NUMA-clustering.patch
patches.suse/x86-platform-uv-Remove-remaining-BUG_ON-and-BUG-call.patch
patches.suse/x86-platform-uv-Update-UV-23-platform-code-for-SNC.patch
patches.suse/x86-tdx-Wrap-exit-reason-with-hcall_func.patch
patches.suse/x86-mm-Allow-guest.enc_status_change_prepare-to.patch
patches.suse/x86-tdx-Fix-race-between-set_memory_encrypted-a.patch
patches.suse/x86-mm-Add-early_memremap_pgprot_adjust-prototype.patch
patches.suse/x86-lib-msr-clean-up-kernel-doc-notation.patch
patches.suse/x86-acpi-Remove-unused-extern-declaration-acpi_copy_.patch
patches.suse/nubus-Partially-revert-proc_create_single_data-.patch
patches.suse/ARM-9303-1-kprobes-avoid-missing-declaration-wa.patch
patches.suse/ARM-9312-1-vfp-include-asm-neon.h-in-vfpmodule.c.patch
patches.suse/ARM-9314-1-tcm-move-tcm_init-prototype-to-asm-tcm.h.patch
patches.suse/perf-arm-cmn-Fix-DTC-reset.patch
patches.suse/drivers-perf-apple_m1-Force-63bit-counters-for-.patch
patches.suse/drivers-perf-hisi-Don-t-migrate-perf-to-the-CPU.patch
patches.suse/perf-arm_cspmu-Set-irq-affinitiy-only-if-overfl.patch
patches.suse/perf-arm_cspmu-Fix-event-attribute-type.patch
patches.suse/ACPI-APMT-Don-t-register-invalid-resource.patch
patches.suse/perf-arm_cspmu-Clean-up-ACPI-dependency.patch
patches.suse/perf-arm_cspmu-Decouple-APMT-dependency.patch
patches.suse/perf-arm_cspmu-Add-missing-MODULE_DEVICE_TABLE.patch
patches.suse/arm64-entry-Preserve-restore-X29-even-for-compat-tasks.patch
patches.suse/arm64-entry-Simplify-tramp_alias-macro-and-tramp_exit-routine.patch
patches.suse/arm64-xor-neon-mark-xor_arm64_neon_-static.patch
patches.suse/arm64-efi-add-efi_handle_corrupted_x18-prototype.patch
patches.suse/arm64-module-plts-inline-linux-moduleloader.h.patch
patches.suse/arm64-set-__exception_irq_entry-with-__irq_entr.patch
patches.suse/arm64-mm-fix-VA-range-sanity-check.patch
patches.suse/arm64-fpsimd-Exit-streaming-mode-when-flushing-tasks.patch
patches.suse/arm64-module-remove-old-KASAN_VMALLOC-logic.patch
patches.suse/arm64-kasan-remove-KASAN_VMALLOC-remnants.patch
patches.suse/arm64-kaslr-split-kaslr-module-initialization.patch
patches.suse/arm64-module-move-module-randomization-to-module.c.patch
patches.suse/arm64-module-mandate-MODULE_PLTS.patch
patches.suse/arm64-module-rework-module-VA-range-selection.patch
patches.suse/ACPI-bus-Consolidate-all-arm-specific-initialisation.patch
patches.suse/arm64-kdump-simplify-the-reservation-behaviour-of-crashkernel-high.patch
patches.suse/arm64-signal-Restore-TPIDR2-register-rather-tha.patch
patches.suse/ACPI-scan-Reduce-overhead-related-to-devices-with-de.patch
patches.suse/ACPI-PM-s2idle-fix-section-mismatch-warning.patch
patches.suse/ACPI-x86-s2idle-Adjust-Microsoft-LPS0-_DSM-handling-.patch
patches.suse/ACPI-resource-Remove-Zen-specific-match-and-qui.patch
patches.suse/ACPI-EC-Clear-GPE-on-interrupt-handling-only.patch
patches.suse/ACPI-x86-Add-skip-i2c-clients-quirk-for-Nextboo.patch
patches.suse/ACPI-button-Add-lid-disable-DMI-quirk-for-Nextb.patch
patches.suse/ACPI-x86-Add-ACPI_QUIRK_UART1_SKIP-for-Lenovo-Y.patch
patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-A.patch
patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-L.patch
patches.suse/ACPI-video-Stop-trying-to-use-vendor-backlight-contr.patch
patches.suse/ACPI-video-Add-backlight-native-DMI-quirk-for-D.patch
patches.suse/ACPI-LPSS-Add-pwm_lookup_table-entry-for-second-PWM-.patch
patches.suse/ACPI-NFIT-Add-declaration-in-a-local-header.patch
patches.suse/ACPI-thermal-Use-BIT-macro-for-defining-flags.patch
patches.suse/ACPI-thermal-Drop-redundant-ACPI_TRIPS_REFRESH_DEVIC.patch
patches.suse/ACPI-thermal-Move-symbol-definitions-to-one-place.patch
patches.suse/ACPI-thermal-Move-acpi_thermal_driver-definition.patch
patches.suse/ACPI-thermal-Eliminate-struct-acpi_thermal_state_fla.patch
patches.suse/ACPI-thermal-Drop-struct-acpi_thermal_state.patch
patches.suse/ACPI-thermal-Drop-struct-acpi_thermal_flags.patch
patches.suse/ACPI-button-Eliminate-the-driver-notify-callback.patch
patches.suse/ACPI-button-Use-different-notify-handlers-for-lid-an.patch
patches.suse/ACPI-tiny-power-button-Eliminate-the-driver-notify-c.patch
patches.suse/ACPI-bus-Simplify-installation-and-removal-of-notify.patch
patches.suse/ACPI-APEI-GHES-Remove-unused-ghes_estatus_pool_size_.patch
patches.suse/ACPI-APEI-mark-bert_disable-as-__initdata.patch
patches.suse/APEI-GHES-correctly-return-NULL-for-ghes_get_de.patch
patches.suse/ACPI-PAD-mark-Zhaoxin-CPUs-NONSTOP-TSC-correctly.patch
patches.suse/ACPI-FFH-Drop-the-inclusion-of-linux-arm-smccc.h.patch
patches.suse/cpufreq-amd-pstate-Write-CPPC-enable-bit-per-socket.patch
patches.suse/cpufreq-amd-pstate-Make-amd-pstate-EPP-driver-n.patch
patches.suse/ACPI-CPPC-Add-definition-for-undefined-FADT-preferre.patch
patches.suse/cpufreq-amd-pstate-Set-a-fallback-policy-based-on-pr.patch
patches.suse/cpufreq-intel_pstate-Fix-energy_performance_pre.patch
patches.suse/include-linux-suspend.h-Only-show-pm_pr_dbg-messages.patch
patches.suse/ACPI-x86-Add-pm_debug_messages-for-LPS0-_DSM-state-t.patch
patches.suse/pinctrl-amd-Use-pm_pr_dbg-to-show-debugging-messages.patch
patches.suse/platform-x86-amd-pmc-Use-pm_pr_dbg-for-suspend-relat.patch
patches.suse/PM-domains-fix-integer-overflow-issues-in-genpd.patch
patches.suse/PM-domains-Move-the-verification-of-in-params-f.patch
patches.suse/powercap-intel_rapl-Remove-unused-field-in-struct-ra.patch
patches.suse/powercap-intel_rapl-Allow-probing-without-CPUID-match.patch
patches.suse/powercap-intel_rapl-Support-per-Interface-rapl_defaults.patch
patches.suse/powercap-intel_rapl-Support-per-Interface-primitive-information.patch
patches.suse/powercap-intel_rapl-Support-per-domain-energy-power-time-unit.patch
patches.suse/powercap-intel_rapl-Use-index-to-initialize-primitive-information.patch
patches.suse/powercap-intel_rapl-Change-primitive-order.patch
patches.suse/powercap-intel_rapl-Use-bitmap-for-Power-Limits.patch
patches.suse/powercap-intel_rapl-Cleanup-Power-Limits-support.patch
patches.suse/powercap-intel_rapl-Add-support-for-lock-bit-per-Power-Limit.patch
patches.suse/powercap-intel_rapl-Remove-redundant-cpu-parameter.patch
patches.suse/powercap-intel_rapl-Make-cpu-optional-for-rapl_package.patch
patches.suse/powercap-intel_rapl-Introduce-RAPL-I-F-type.patch
patches.suse/powercap-intel_rapl-Introduce-core-support-for-TPMI-interface.patch
patches.suse/powercap-intel_rapl-Introduce-RAPL-TPMI-interface-driver.patch
patches.suse/powercap-RAPL-fix-invalid-initialization-for-pl.patch
patches.suse/powercap-RAPL-Fix-CONFIG_IOSF_MBI-dependency.patch
patches.suse/powercap-RAPL-Fix-a-NULL-vs-IS_ERR-bug.patch
patches.suse/thermal-drivers-qcom-tsens-v0_1-Add-support-for.patch
patches.suse/thermal-drivers-qcom-tsens-Drop-unused-legacy-struct.patch
patches.suse/thermal-drivers-qcom-tsens-v0_1-Fix-mdm9607-slo.patch
patches.suse/thermal-drivers-qcom-tsens-v0_1-Add-mdm9607-cor.patch
patches.suse/Revert-thermal-drivers-mediatek-Use-devm_of_iom.patch
patches.suse/thermal-drivers-sun8i-Fix-some-error-handling-p.patch
patches.suse/thermal-drivers-qoriq-Only-enable-supported-sen.patch
patches.suse/net-mlx5-Update-the-driver-with-the-recent-thermal-c.patch
patches.suse/srcu-Remove-extraneous-parentheses-from-srcu_read_lock-etc.patch
patches.suse/rcu-Mark-additional-concurrent-load-from-cpu_no.patch
patches.suse/rcu-Make-rcu_cpu_starting-rely-on-interrupts-be.patch
patches.suse/rcu-tasks-Stop-rcu_tasks_invoke_cbs-from-using-.patch
patches.suse/rcu-tasks-Avoid-pr_info-with-spin-lock-in-cblis.patch
patches.suse/locktorture-Add-long_hold-to-adjust-lock-hold-delays.patch
patches.suse/rcutorture-Correct-name-of-use_softirq-module-p.patch
patches.suse/rcu-rcuscale-Move-rcu_scale_-after-kfree_scale_.patch
patches.suse/rcu-rcuscale-Stop-kfree_scale_thread-thread-s-a.patch
patches.suse/tools-nolibc-x86_64-disable-stack-protector-for.patch
patches.suse/tools-nolibc-ensure-stack-protector-guard-is-ne.patch
patches.suse/tools-nolibc-ensure-fast64-integer-types-have-6.patch
patches.suse/kunit-tool-undo-type-subscripts-for-subprocess..patch
patches.suse/Documentation-kunit-Modular-tests-should-not-depend-.patch
patches.suse/0001-kunit-Add-kunit_add_action-to-defer-a-call-until-tes.patch
patches.suse/kunit-Fix-obsolete-name-in-documentation-headers-fun.patch
patches.suse/kselftest-vDSO-Fix-accumulation-of-uninitialize.patch
patches.suse/selftests-ftace-Fix-KTAP-output-ordering.patch
patches.suse/arm-update-in-source-documentation-references.patch
patches.suse/x86-microcode-AMD-Load-late-on-both-threads-too.patch
patches.suse/x86-csum-Improve-performance-of-csum_partial.patch
patches.suse/x86-csum-Fix-clang-Wuninitialized-in-csum_partial.patch
patches.suse/x86-mtrr-Remove-physical-address-size-calculati.patch
patches.suse/x86-mtrr-Replace-size_or_mask-and-size_and_mask.patch
patches.suse/x86-mtrr-Support-setting-MTRR-state-for-softwar.patch
patches.suse/x86-hyperv-Set-MTRR-state-when-running-as-SEV-S.patch
patches.suse/x86-xen-Set-MTRR-state-when-running-as-Xen-PV-i.patch
patches.suse/x86-mtrr-Replace-vendor-tests-in-MTRR-code.patch
patches.suse/x86-mtrr-Have-only-one-set_mtrr-variant.patch
patches.suse/x86-mtrr-Move-32-bit-code-from-mtrr.c-to-legacy.c.patch
patches.suse/x86-mtrr-Allocate-mtrr_value-array-dynamically.patch
patches.suse/x86-mtrr-Add-get_effective_type-service-function.patch
patches.suse/x86-mtrr-Construct-a-memory-map-with-cache-modes.patch
patches.suse/x86-mtrr-Add-mtrr-debug-command-line-option.patch
patches.suse/x86-mtrr-Use-new-cache_map-in-mtrr_type_lookup.patch
patches.suse/x86-mtrr-Don-t-let-mtrr_type_lookup-return-MTRR_TYPE.patch
patches.suse/x86-mm-Only-check-uniform-after-calling-mtrr_type_lo.patch
patches.suse/x86-mtrr-Remove-unused-code.patch
patches.suse/x86-xen-Set-default-memory-type-for-PV-guests-to-WB.patch
patches.suse/x86-coco-Mark-cc_platform_has-and-descendants-noinst.patch
patches.suse/x86-sev-Get-rid-of-special-sev_es_enable_key.patch
patches.suse/msft-hv-2822-x86-coco-Get-rid-of-accessor-functions.patch
patches.suse/sched-fair-Move-is_core_idle-out-of-CONFIG_NUMA.patch
patches.suse/sched-fair-Only-do-asym_packing-load-balancing-from-fully-idle-SMT-cores.patch
patches.suse/sched-fair-Simplify-asym_packing-logic-for-SMT-cores.patch
patches.suse/sched-fair-Let-low-priority-cores-help-high-priority-busy-SMT-cores.patch
patches.suse/sched-fair-Keep-a-fully_busy-SMT-sched-group-as-busiest.patch
patches.suse/sched-fair-Use-the-busiest-group-to-set-prefer_sibling.patch
patches.suse/sched-fair-Do-not-even-the-number-of-busy-CPUs-via-asym_packing.patch
patches.suse/sched-topology-Check-SDF_SHARED_CHILD-in-highest_flag_domain.patch
patches.suse/sched-topology-Remove-SHARED_CHILD-from-ASYM_PACKING.patch
patches.suse/x86-sched-Remove-SD_ASYM_PACKING-from-the-SMT-domain-flags.patch
patches.suse/x86-sched-itmt-Give-all-SMT-siblings-of-a-core-the-same-priority.patch
patches.suse/psi-remove-500ms-min-window-size-limitation-for-triggers.patch
patches.suse/sched-topology-Propagate-SMT-flags-when-removing-degenerate-domain.patch
patches.suse/sched-debug-Correct-printing-for-rq-nr_uninterruptible.patch
patches.suse/sched-psi-Avoid-resetting-the-min-update-period-when-it-is-unnecessary.patch
patches.suse/sched-Hide-unused-sched_update_scaling.patch
patches.suse/sched-Add-schedule_user-declaration.patch
patches.suse/sched-fair-Hide-unused-init_cfs_bandwidth-stub.patch
patches.suse/sched-Make-task_vruntime_update-prototype-visible.patch
patches.suse/sched-fair-Move-unused-stub-functions-to-header.patch
patches.suse/sched-deadline-remove-unused-dl_bandwidth.patch
patches.suse/sched-fair-Don-t-balance-task-to-its-current-ru.patch
patches.suse/sched-Unconditionally-use-full-fat-wait_task_inactive.patch
patches.suse/sched-Consider-task_struct-saved_state-in-wait_task_inactive.patch
patches.suse/seqlock-latch-Provide-raw_read_seqcount_latch_retry.patch
patches.suse/time-sched_clock-Provide-sched_clock_noinstr.patch
patches.suse/arm64-io-Always-inline-all-of-__raw_-read-write-bwlq.patch
patches.suse/arm64-arch_timer-Provide-noinstr-sched_clock_read-functions.patch
patches.suse/s390-time-Provide-sched_clock_noinstr.patch
patches.suse/math64-Always-inline-u128-version-of-mul_u64_u64_shr.patch
patches.suse/x86-vdso-Fix-gettimeofday-masking.patch
patches.suse/msft-hv-2825-clocksource-hyper-v-Adjust-hv_read_tsc_page_tsc-to-a.patch
patches.suse/x86-tsc-Provide-sched_clock_noinstr.patch
patches.suse/sched-clock-Provide-local_clock_noinstr.patch
patches.suse/cpuidle-Use-local_clock_noinstr.patch
patches.suse/sched-fair-Refactor-CPU-utilization-functions.patch
patches.suse/sched-fair-cpufreq-Introduce-runnable-boosting.patch
patches.suse/sched-fair-Rename-variable-cpu_util-eff_util.patch
patches.suse/sched-topology-Mark-set_sched_topology-__init.patch
patches.suse/sched-wait-Fix-a-kthread_park-race-with-wait_woken.patch
patches.suse/sched-deadline-Fix-bandwidth-reclaim-equation-in-GRUB.patch
patches.suse/sched-core-Fixed-missing-rq-clock-update-before-calling-set_rq_offline.patch
patches.suse/sched-core-Avoid-double-calling-update_rq_clock-in-__balance_push_cpu_stop.patch
patches.suse/sched-core-Avoid-multiple-calling-update_rq_clo.patch
patches.suse/lockdep-Add-lock_set_cmp_fn-annotation.patch
patches.suse/locking-atomic-arm-fix-sync-ops.patch
patches.suse/perf-ibs-Fix-interface-via-core-pmu-events.patch
patches.suse/perf-test-Add-selftest-to-test-IBS-invocation-via-core-pmu-events.patch
patches.suse/perf-x86-intel-Define-bit-macros-for-FixCntrCtl-MSR.patch
patches.suse/x86-mm-Fix-__swp_entry_to_pte-for-Xen-PV-guests.patch
patches.suse/start_kernel-Add-__no_stack_protector-function-.patch
patches.suse/drm-vmwgfx-Add-unwind-hints-around-RBP-clobber.patch
patches.suse/s390-pkey-introduce-reverse-x-mas-trees.patch
patches.suse/s390-pkey-do-not-use-struct-pkey_protkey.patch
patches.suse/s390-pkey-add-support-for-ecc-clear-key.patch
patches.suse/s390-vfio-ap-realize-the-VFIO_DEVICE_GET_IRQ_INFO-ioctl.patch
patches.suse/s390-vfio-ap-realize-the-VFIO_DEVICE_SET_IRQS-ioctl.patch
patches.suse/s390-vfio-ap-wire-in-the-vfio_device_ops-request-callback
patches.suse/Further-upgrade-queue_work_on-comment.patch
patches.suse/net-octeontx2-Use-alloc_ordered_workqueue-to-create-.patch
patches.suse/wifi-iwlwifi-Use-default-max_active-for-trans_pcie-r.patch
patches.suse/wifi-mwifiex-Use-default-max_active-for-workqueues.patch
patches.suse/wifi-ath10-11-12k-Use-alloc_ordered_workqueue-to-cre.patch
patches.suse/dm-integrity-Use-alloc_ordered_workqueue-to-create-o-57bb.patch
patches.suse/cgroup-cpuset-Rename-functions-dealing-with-DE.patch
patches.suse/sched-cpuset-Bring-back-cpuset_mutex.patch
patches.suse/sched-cpuset-Keep-track-of-SCHED_DEADLINE-task.patch
patches.suse/cgroup-cpuset-Iterate-only-if-DEADLINE-tasks-a.patch
patches.suse/sched-deadline-Create-DL-BW-alloc-free-check-o.patch
patches.suse/cgroup-cpuset-Free-DL-BW-in-case-can_attach-fa.patch
patches.suse/selinux-do-not-leave-dangling-pointer-behind.patch
patches.suse/selinux-keep-context-struct-members-in-sync.patch
patches.suse/selinux-make-labeled-NFS-work-when-mounted-before-po.patch
patches.suse/reiserfs-Initialize-sec-length-in-reiserfs_secu.patch
patches.suse/integrity-Fix-possible-multiple-allocation-in-i.patch
patches.suse/evm-Complete-description-of-evm_inode_setattr.patch
patches.suse/evm-Fix-build-warnings.patch
patches.suse/ima-Fix-build-warnings.patch
patches.suse/elf-correct-note-name-comment.patch
patches.suse/pstore-ram-Add-check-for-kstrdup.patch
patches.suse/scsi-bnx2i-Replace-all-non-returning-strlcpy-with-strscpy.patch
patches.suse/scsi-aacraid-Replace-all-non-returning-strlcpy-with-strscpy.patch
patches.suse/0017-drm-radeon-Replace-all-non-returning-strlcpy-with-st.patch
patches.suse/0018-drm-amd-pm-Replace-all-non-returning-strlcpy-with-st.patch
patches.suse/overflow-Add-struct_size_t-helper.patch
patches.suse/md-raid5-Convert-stripe_head-s-dev-to-flexible-array-2f08.patch
patches.suse/autofs-use-flexible-array-in-ioctl-structure.patch
patches.suse/Compiler-Attributes-Add-__counted_by-macro.patch
patches.suse/0019-drm-display-dp_mst-Replace-all-non-returning-strlcpy.patch
patches.suse/0020-drm-rockchip-Replace-all-non-returning-strlcpy-with-.patch
patches.suse/0021-drm-mediatek-Replace-all-non-returning-strlcpy-with-.patch
patches.suse/0022-drm-sun4i-hdmi-Replace-all-non-returning-strlcpy-wit.patch
patches.suse/0023-drm-i2c-tda998x-Replace-all-non-returning-strlcpy-wi.patch
patches.suse/clocksource-Replace-all-non-returning-strlcpy-with-s.patch
patches.suse/acpi-Replace-struct-acpi_table_slit-1-element-array-.patch
patches.suse/jbd2-Avoid-printing-outside-the-boundary-of-the-buff.patch
patches.suse/lib-string_helpers-Change-returned-value-of-the-strr.patch
patches.suse/um-Use-HOST_DIR-for-mrproper.patch
patches.suse/netfilter-ipset-Replace-strlcpy-with-strscpy.patch
patches.suse/docs-arm64-Move-arm64-documentation-under-Documentat.patch
patches.suse/arm64-Fix-dangling-references-to-Documentation-arm64.patch
patches.suse/perf-arm-spe-Fix-a-dangling-Documentation-arm64-reference.patch
patches.suse/mm-kmem-fix-a-NULL-pointer-dereference-in-obj_.patch
patches.suse/mm-memcg-use-READ_ONCE-WRITE_ONCE-to-access-stock-cached.patch
patches.suse/migrate_pages-avoid-blocking-for-IO-in-MIGRATE_SYNC_LIGHT.patch
patches.suse/mm-compaction-optimize-compact_memory-to-comply-with-the-admin-guide.patch
patches.suse/mm-page_alloc-drop-the-unnecessary-pfn_valid-for-start-pfn.patch
patches.suse/writeback-move-wb_over_bg_thresh-call-outside-lock-section.patch
patches.suse/memcg-flush-stats-non-atomically-in-mem_cgroup_wb_stats.patch
patches.suse/memcg-calculate-root-usage-from-global-state.patch
patches.suse/memcg-remove-mem_cgroup_flush_stats_atomic.patch
patches.suse/memcg-oom-remove-unnecessary-check-in-mem_cgroup_oom_synchronize.patch
patches.suse/memcg-oom-remove-explicit-wakeup-in-mem_cgroup_oom_synchronize.patch
patches.suse/fs-hugetlbfs-set-vma-policy-only-when-needed-for-allocating-folio.patch
patches.suse/mm-gup-add-missing-gup_must_unshare-check-to-gup_huge_pgd.patch
patches.suse/maple_tree-fix-potential-out-of-bounds-access-i.patch
patches.suse/migrate_pages_batch-simplify-retrying-and-failure-counting-of-large-folios.patch
patches.suse/kasan-add-kasan_tag_mismatch-prototype.patch
patches.suse/kasan-use-internal-prototypes-matching-gcc-13-b.patch
patches.suse/mm-hugetlb_vmemmap-provide-stronger-vmemmap-allocation-guarantees.patch
patches.suse/mm-memory-failure-move-sysctl-register-in-memory_failure_init.patch
patches.suse/mm-oom-do-not-check-0-mask-in-out_of_memory.patch
patches.suse/mm-compaction-ensure-rescanning-only-happens-on-partially-scanned-pageblocks.patch
patches.suse/mm-compaction-only-force-pageblock-scan-completion-when-skip-hints-are-obeyed.patch
patches.suse/mm-compaction-update-pageblock-skip-when-first-migration-candidate-is-not-at-the-start.patch
patches.suse/Revert-Revert-mm-compaction-fix-set-skip-in-fast_find_migrateblock.patch
patches.suse/mm-page_alloc-move-mirrored_kernelcore-into-mm_init.c.patch
patches.suse/mm-page_alloc-move-init_on_alloc-free-into-mm_init.c.patch
patches.suse/mm-page_alloc-move-set_zone_contiguous-into-mm_init.c.patch
patches.suse/mm-page_alloc-collect-mem-statistic-into-show_mem.c.patch
patches.suse/mm-page_alloc-squash-page_is_consistent.patch
patches.suse/mm-page_alloc-remove-alloc_contig_dump_pages-stub.patch
patches.suse/mm-page_alloc-split-out-FAIL_PAGE_ALLOC.patch
patches.suse/mm-page_alloc-split-out-DEBUG_PAGEALLOC.patch
patches.suse/mm-page_alloc-move-mark_free_page-into-snapshot.c.patch
patches.suse/mm-page_alloc-move-pm_-function-into-power.patch
patches.suse/mm-page_alloc-move-sysctls-into-it-own-fils.patch
patches.suse/0024-mm-gup-remove-unused-vmas-parameter-from-get_user_pa.patch
patches.suse/mm-convert-migrate_pages-to-work-on-folios.patch
patches.suse/maple_tree-fix-static-analyser-cppcheck-issue.patch
patches.suse/maple_tree-clean-up-mas_parent_enum-and-rename-to-ma.patch
patches.suse/maple_tree-avoid-unnecessary-ascending.patch
patches.suse/maple_tree-clean-up-mas_dfs_postorder.patch
patches.suse/maple_tree-add-format-option-to-mt_dump.patch
patches.suse/maple_tree-add-debug-BUG_ON-and-WARN_ON-variants.patch
patches.suse/maple_tree-convert-BUG_ON-to-MT_BUG_ON.patch
patches.suse/maple_tree-change-RCU-checks-to-WARN_ON-instead-of-B.patch
patches.suse/maple_tree-convert-debug-code-to-use-MT_WARN_ON-and-.patch
patches.suse/maple_tree-use-MAS_BUG_ON-when-setting-a-leaf-node-a.patch
patches.suse/maple_tree-use-MAS_BUG_ON-in-mas_set_height.patch
patches.suse/maple_tree-use-MAS_BUG_ON-from-mas_topiary_range.patch
patches.suse/maple_tree-use-MAS_WR_BUG_ON-in-mas_store_prealloc.patch
patches.suse/maple_tree-use-MAS_BUG_ON-prior-to-calling-mas_meta_.patch
patches.suse/maple_tree-return-error-on-mte_pivots-out-of-range.patch
patches.suse/maple_tree-make-test-code-work-without-debug-enabled.patch
patches.suse/mm-update-validate_mm-to-use-vma-iterator.patch
patches.suse/mm-update-vma_iter_store-to-use-MAS_WARN_ON.patch
patches.suse/maple_tree-add-__init-and-__exit-to-test-module.patch
patches.suse/maple_tree-remove-unnecessary-check-from-mas_destroy.patch
patches.suse/maple_tree-mas_start-reset-depth-on-dead-node.patch
patches.suse/mm-mmap-change-do_vmi_align_munmap-for-maple-tree-it.patch
patches.suse/maple_tree-try-harder-to-keep-active-node-after-mas_.patch
patches.suse/maple_tree-try-harder-to-keep-active-node-with-mas_p.patch
patches.suse/maple_tree-revise-limit-checks-in-mas_empty_area-_re.patch
patches.suse/maple_tree-fix-testing-mas_empty_area.patch
patches.suse/maple_tree-introduce-mas_next_slot-interface.patch
patches.suse/maple_tree-add-mas_next_range-and-mas_find_range-int.patch
patches.suse/maple_tree-relocate-mas_rewalk-and-mas_rewalk_if_dea.patch
patches.suse/maple_tree-introduce-mas_prev_slot-interface.patch
patches.suse/maple_tree-add-mas_prev_range-and-mas_find_range_rev.patch
patches.suse/maple_tree-clear-up-index-and-last-setting-in-single.patch
patches.suse/maple_tree-update-testing-code-for-mas_-next-prev-wa.patch
patches.suse/mm-add-vma_iter_-next-prev-_range-to-vma-iterator.patch
patches.suse/mm-avoid-rewalk-in-mmap_region.patch
patches.suse/mm-page_alloc-set-sysctl_lowmem_reserve_ratio-storage-class-specifier-to-static.patch
patches.suse/mm-compaction-remove-compaction-result-helpers.patch
patches.suse/mm-compaction-simplify-should_compact_retry.patch
patches.suse/mm-compaction-refactor-__compaction_suitable.patch
patches.suse/mm-compaction-remove-unnecessary-is_via_compact_memory-checks.patch
patches.suse/mm-compaction-drop-redundant-watermark-check-in-compaction_zonelist_suitable.patch
patches.suse/mm-compaction-have-compaction_suitable-return-bool.patch
patches.suse/mm-compaction-avoid-GFP_NOFS-ABBA-deadlock.patch
patches.suse/mm-mmap-refactor-mlock_future_check.patch
patches.suse/mm-mlock-rename-mlock_future_check-to-mlock_future_ok.patch
patches.suse/mm-memcontrol-fix-typo-in-comment.patch
patches.suse/selftests-cgroup-fix-unexpected-failure-on-test.patch
patches.suse/mm-vmalloc-prevent-stale-TLBs-in-fully-utilized-blocks.patch
patches.suse/mm-vmalloc-avoid-iterating-over-per-CPU-vmap-blocks-twice.patch
patches.suse/mm-vmalloc-prevent-flushing-dirty-space-over-and-over.patch
patches.suse/mm-vmalloc-check-free-space-in-vmap_block-lockless.patch
patches.suse/mm-vmalloc-add-missing-READ-WRITE_ONCE-annotations.patch
patches.suse/mm-vmalloc-dont-purge-usable-blocks-unnecessarily.patch
patches.suse/mm-compaction-drop-the-redundant-page-validation-in-update_pageblock_skip.patch
patches.suse/mm-compaction-change-fast_isolate_freepages-to-void-type.patch
patches.suse/mm-compaction-skip-more-fully-scanned-pageblock.patch
patches.suse/mm-compaction-only-set-skip-flag-if-cc-no_set_skip_hint-is-false.patch
patches.suse/mm-compaction-add-trace-event-for-fast-freepages-isolation.patch
patches.suse/mm-compaction-skip-fast-freepages-isolation-if-enough-freepages-are-isolated.patch
patches.suse/mm-shmem-fix-UAF-bug-in-shmem_show_options.patch
patches.suse/maple_tree-rework-mtree_alloc_-range-rrange.patch
patches.suse/maple_tree-drop-mas_-rev_-alloc-and-mas_fill_gap.patch
patches.suse/maple_tree-fix-the-arguments-to-__must_hold.patch
patches.suse/maple_tree-simplify-mas_is_span_wr.patch
patches.suse/maple_tree-make-the-code-symmetrical-in-mas_wr_exten.patch
patches.suse/maple_tree-add-mas_wr_new_end-to-calculate-new_end-a.patch
patches.suse/maple_tree-add-comments-and-some-minor-cleanups-to-m.patch
patches.suse/maple_tree-rework-mas_wr_slot_store-to-be-cleaner-an.patch
patches.suse/maple_tree-simplify-and-clean-up-mas_wr_node_store.patch
patches.suse/maple_tree-relocate-the-declaration-of-mas_empty_are.patch
patches.suse/mm-mm_init.c-introduce-reset_memoryless_node_totalpages.patch
patches.suse/mm-mm_init.c-do-not-calculate-zone_start_pfn-zone_end_pfn-in-zone_absent_pages_in_node.patch
patches.suse/swap-comments-get_swap_device-with-usage-rule.patch
patches.suse/THP-avoid-lock-when-check-whether-THP-is-in-deferred-list.patch
patches.suse/mm-mm_init.c-remove-free_area_init_memoryless_node.patch
patches.suse/mm-page_alloc-don-t-wake-kswapd-from-rmqueue-unless-__GFP_KSWAPD_RECLAIM-is-specified.patch
patches.suse/mm-khugepaged-avoid-pointless-allocation-for-struct-mm_slot.patch
patches.suse/mm-mm_init.c-move-set_pageblock_order-to-free_area_init.patch
patches.suse/mm-zswap-shrink-until-can-accept.patch
patches.suse/backing_dev-remove-current-backing_dev_info.patch
patches.suse/iomap-update-ki_pos-a-little-later-in-iomap_dio_comp.patch
patches.suse/filemap-update-ki_pos-in-generic_perform_write.patch
patches.suse/filemap-add-a-kiocb_write_and_wait-helper.patch
patches.suse/filemap-add-a-kiocb_invalidate_pages-helper.patch
patches.suse/filemap-add-a-kiocb_invalidate_post_direct_write-hel.patch
patches.suse/iomap-update-ki_pos-in-iomap_file_buffered_write.patch
patches.suse/iomap-use-kiocb_write_and_wait-and-kiocb_invalidate_.patch
patches.suse/fs-factor-out-a-direct_write_fallback-helper.patch
patches.suse/fuse-update-ki_pos-in-fuse_perform_write.patch
patches.suse/fuse-drop-redundant-arguments-to-fuse_perform_write.patch
patches.suse/fuse-use-direct_write_fallback.patch
patches.suse/vmstat-allow_direct_reclaim-should-use-zone_page_state_snapshot.patch
patches.suse/mm-vmalloc-must-set-pte-via-arch-code.patch
patches.suse/mm-damon-ops-common-atomically-test-and-clear-y.patch
patches.suse/mm-damon-ops-common-refactor-to-use-pte-pmd-p_clear_young_notify.patch
patches.suse/mm-fix-failure-to-unmap-pte-on-highmem-systems.patch
patches.suse/mm-mmap-separate-writenotify-and-dirty-tracking-logi.patch
patches.suse/mm-page_isolation-write-proper-kerneldoc.patch
patches.suse/mm-skip-CMA-pages-when-they-are-not-available.patch
patches.suse/mm-vmscan-mark-kswapd_run-and-kswapd_stop-__meminit.patch
patches.suse/mm-hugetlb-use-a-folio-in-copy_hugetlb_page_range.patch
patches.suse/mm-hugetlb-use-a-folio-in-hugetlb_wp.patch
patches.suse/mm-hugetlb-use-a-folio-in-hugetlb_fault.patch
patches.suse/mm-mm_init.c-drop-nid-parameter-from-check_for_memory.patch
patches.suse/shmem-use-ramfs_kill_sb-for-kill_sb-method-of-r.patch
patches.suse/vmstat-skip-periodic-vmstat-update-for-isolated-CPUs.patch
patches.suse/mm-vmalloc-replace-the-ternary-conditional-operator-with-min.patch
patches.suse/selftests-damon-add-config-file.patch
patches.suse/mm-various-give-up-if-pte_offset_map-_lock-fails.patch
patches.suse/mm-hugetlb-fix-pgtable-lock-on-pmd-sharing.patch
patches.suse/selftests-mm-remove-wrong-kernel-header-inclusion.patch
patches.suse/userfaultfd-fix-regression-in-userfaultfd_unmap_prep.patch
patches.suse/mm-compaction-mark-kcompactd_run-and-kcompactd_stop-__meminit.patch
patches.suse/percpu-internal-pcpu_chunk-re-layout-pcpu_chunk-structure-to-reduce-false-sharing.patch
patches.suse/gfs2-use-a-folio-inside-gfs2_jdata_writepage.patch
patches.suse/gfs2-pass-a-folio-to-__gfs2_jdata_write_folio.patch
patches.suse/gfs2-convert-gfs2_write_jdata_page-to-gfs2_write_jda.patch
patches.suse/buffer-convert-__block_write_full_page-to-__block_wr.patch
patches.suse/gfs2-support-ludicrously-large-folios-in-gfs2_trans_.patch
patches.suse/buffer-make-block_write_full_page-handle-large-folio.patch
patches.suse/buffer-convert-block_page_mkwrite-to-use-a-folio.patch
patches.suse/buffer-convert-__block_commit_write-to-take-a-folio.patch
patches.suse/buffer-convert-page_zero_new_buffers-to-folio_zero_n.patch
patches.suse/buffer-convert-grow_dev_page-to-use-a-folio.patch
patches.suse/buffer-convert-init_page_buffers-to-folio_init_buffe.patch
patches.suse/buffer-convert-link_dev_buffers-to-take-a-folio.patch
patches.suse/buffer-use-a-folio-in-__find_get_block_slow.patch
patches.suse/buffer-convert-block_truncate_page-to-use-a-folio.patch
patches.suse/zram-further-limit-recompression-threshold.patch
patches.suse/mm-move-mm_count-into-its-own-cache-line.patch
patches.suse/mm-mglru-make-memcg_lru-lock-irq-safe.patch
patches.suse/mm-compaction-skip-memory-hole-rapidly-when-isolating-migratable-pages.patch
patches.suse/kasan-kmsan-remove-__GFP_KSWAPD_RECLAIM-usage-.patch
patches.suse/mm-fix-shmem-THP-counters-on-migration.patch
patches.suse/mm-gup-do-not-return-0-from-pin_user_pages_fas.patch
patches.suse/mm-page_alloc-use-the-correct-type-of-list-for-free-pages.patch
patches.suse/mm-compaction-convert-to-use-a-folio-in-isolate_migratepages_block.patch
patches.suse/Revert-page-cache-fix-page_cache_next-prev_mis.patch
patches.suse/hugetlb-revert-use-of-page_cache_next_miss.patch
patches.suse/panic-hide-unused-global-functions.patch
patches.suse/watchdog-perf-define-dummy-watchdog_update_hrti.patch
patches.suse/watchdog-perf-more-properly-prevent-false-posit.patch
patches.suse/watchdog-remove-WATCHDOG_DEFAULT.patch
patches.suse/watchdog-hardlockup-change-watchdog_nmi_enable-.patch
patches.suse/watchdog-hardlockup-move-perf-hardlockup-checki.patch
patches.suse/watchdog-hardlockup-rename-some-NMI-watchdog-co.patch
patches.suse/watchdog-perf-adapt-the-watchdog_perf-interface.patch
patches.suse/kexec-fix-a-memory-leak-in-crash_shrink_memory.patch
patches.suse/watchdog-hardlockup-keep-kernel.nmi_watchdog-sy.patch
patches.suse/regmap-mmio-Allow-passing-an-empty-config-reg_stride.patch
patches.suse/regmap-Load-register-defaults-in-blocks-rather-than-.patch
patches.suse/regmap-Add-missing-cache_only-checks.patch
patches.suse/regmap-maple-Implement-block-sync-for-the-maple-tree.patch
patches.suse/regmap-Don-t-check-for-changes-in-regcache_set_val.patch
patches.suse/regmap-Provide-a-ram-backed-regmap-with-raw-support.patch
patches.suse/regmap-Provide-basic-KUnit-coverage-for-the-raw-regi.patch
patches.suse/regmap-Add-debugfs-file-for-forcing-field-writes.patch
patches.suse/regmap-Check-for-register-readability-before-checkin.patch
patches.suse/regmap-Add-test-that-writes-to-write-only-registers-.patch
patches.suse/regmap-Add-a-test-case-for-write-only-registers.patch
patches.suse/regmap-Add-test-to-make-sure-we-don-t-sync-to-read-o.patch
patches.suse/regmap-Drop-early-readability-check.patch
patches.suse/regmap-Allow-reads-from-write-only-registers-with-th.patch
patches.suse/regulator-tps65219-Fix-matching-interrupts-for-.patch
patches.suse/regulator-rk808-fix-asynchronous-probing.patch
patches.suse/regulator-core-Fix-more-error-checking-for-debu.patch
patches.suse/regulator-core-Streamline-debugfs-operations.patch
patches.suse/regulator-axp20x-Add-AXP15060-support.patch
patches.suse/soc-qcom-geni-se-Add-interfaces-geni_se_tx_init.patch
patches.suse/spi-spi-geni-qcom-Do-not-do-DMA-map-unmap-insid.patch
patches.suse/regulator-helper-Document-ramp_delay-parameter-of-re.patch
patches.suse/spi-spi-geni-qcom-Correct-CS_TOGGLE-bit-in-SPI_.patch
patches.suse/spi-dw-Round-of-n_bytes-to-power-of-2.patch
patches.suse/spi-cadence-quadspi-Add-compatible-for-AMD-Pens.patch
patches.suse/spi-dw-Add-compatible-for-Intel-Mount-Evans-SoC.patch
patches.suse/spi-dw-Remove-misleading-comment-for-Mount-Evan.patch
patches.suse/Revert-mtd-rawnand-arasan-Prevent-an-unsupported-con.patch
patches.suse/dt-bindings-nand-meson-Fix-nand-rb-property.patch
patches.suse/mtd-rawnand-meson-fix-unaligned-DMA-buffers-han.patch
patches.suse/dt-bindings-mtd-qcom-Fix-a-property-position.patch
patches.suse/mmc-mediatek-Avoid-ugly-error-message-when-SDIO.patch
patches.suse/memstick-r592-make-memstick_debug_get_tpc_name-.patch
patches.suse/mmc-sdhci-fix-DMA-configure-compatibility-issue.patch
patches.suse/mmc-block-ioctl-do-write-error-check-for-spi.patch
patches.suse/mmc-mmci-Set-PROBE_PREFER_ASYNCHRONOUS.patch
patches.suse/mmc-core-disable-TRIM-on-Micron-MTFC4GACAJCN-1M.patch
patches.suse/mmc-core-disable-TRIM-on-Kingston-EMMC04G-M627.patch
patches.suse/mmc-Add-MMC_QUIRK_BROKEN_SD_CACHE-for-Kingston-.patch
patches.suse/module-Remove-preempt_disable-from-module-reference-counting.patch
patches.suse/kallsyms-remove-unused-arch_get_kallsym-helper.patch
patches.suse/net-veth-rely-on-napi_build_skb-in-veth_convert_skb_.patch
patches.suse/macsec-Use-helper-macsec_netdev_priv-for-offload-dri.patch
patches.suse/sctp-fix-a-potential-OOB-access-in-sctp_sched_set_sc.patch
patches.suse/tcp-make-the-first-N-SYN-RTO-backoffs-linear.patch
patches.suse/octeontx2-pf-mcs-Offload-extended-packet-number-XPN-.patch
patches.suse/ipvlan-Remove-NULL-check-before-dev_-put-hold.patch
patches.suse/net-handshake-Unpin-sock-file-if-a-handshake-is-canc.patch
patches.suse/bonding-Always-assign-be16-value-to-vlan_proto.patch
patches.suse/sctp-add-bpf_bypass_getsockopt-proto-callback.patch
patches.suse/sfc-release-encap-match-in-efx_tc_flow_free.patch
patches.suse/sfc-populate-enc_ip_tos-matches-in-MAE-outer-rules.patch
patches.suse/sfc-support-TC-decap-rules-matching-on-enc_ip_tos.patch
patches.suse/sfc-support-TC-decap-rules-matching-on-enc_src_port.patch
patches.suse/net-introduce-and-use-skb_frag_fill_page_desc.patch
patches.suse/net-remove-__skb_frag_set_page.patch
patches.suse/sfc-fix-use-after-free-in-efx_tc_flower_record_encap.patch
patches.suse/wifi-rtl8xxxu-Add-start_ap-callback.patch
patches.suse/wifi-rtl8xxxu-Select-correct-queue-for-beacon-frames.patch
patches.suse/wifi-rtl8xxxu-Add-beacon-functions.patch
patches.suse/wifi-rtl8xxxu-Add-set_tim-callback.patch
patches.suse/wifi-rtl8xxxu-Allow-setting-rts-threshold-to-1.patch
patches.suse/wifi-rtl8xxxu-Allow-creating-interface-in-AP-mode.patch
patches.suse/wifi-rtl8xxxu-Actually-use-macid-in-rtl8xxxu_gen2_re.patch
patches.suse/wifi-rtl8xxxu-Add-parameter-role-to-report_connect.patch
patches.suse/wifi-rtl8xxxu-Add-parameter-force-to-rtl8xxxu_refres.patch
patches.suse/wifi-rtl8xxxu-Add-sta_add-and-sta_remove-callbacks.patch
patches.suse/wifi-rtl8xxxu-Put-the-macid-in-txdesc.patch
patches.suse/wifi-rtl8xxxu-Add-parameter-macid-to-update_rate_mas.patch
patches.suse/wifi-rtl8xxxu-Enable-hw-seq-for-mgmt-non-QoS-data-fr.patch
patches.suse/wifi-rtl8xxxu-Clean-up-filter-configuration.patch
patches.suse/wifi-rtl8xxxu-Remove-usage-of-ieee80211_get_tx_rate.patch
patches.suse/wifi-rtl8xxxu-Remove-usage-of-tx_info-control.rates-.patch
patches.suse/wifi-rtl8xxxu-Declare-AP-mode-support-for-8188f.patch
patches.suse/wifi-rtl8xxxu-Set-maximum-number-of-supported-statio.patch
patches.suse/wifi-rtl8xxxu-Support-USB-RX-aggregation-for-the-new.patch
patches.suse/wifi-rtl8xxxu-rtl8xxxu_rx_complete-remove-unnecessar.patch
patches.suse/wifi-rtw88-fix-incorrect-error-codes-in-rtw_debugfs_.patch
patches.suse/wifi-rtw88-fix-incorrect-error-codes-in-rtw_debugfs_-7700553.patch
patches.suse/wifi-rtw89-use-struct-rtw89_phy_sts_ie0-instead-of-m.patch
patches.suse/wifi-rtw89-set-capability-of-TX-antenna-diversity.patch
patches.suse/wifi-rtw89-add-RSSI-statistics-for-the-case-of-anten.patch
patches.suse/wifi-rtw89-add-EVM-and-SNR-statistics-to-debugfs.patch
patches.suse/wifi-rtw89-initialize-antenna-for-antenna-diversity.patch
patches.suse/wifi-rtw89-add-RSSI-based-antenna-diversity.patch
patches.suse/wifi-rtw89-add-EVM-for-antenna-diversity.patch
patches.suse/wifi-rtw89-release-bit-in-rtw89_fw_h2c_del_pkt_offlo.patch
patches.suse/wifi-rtw89-refine-packet-offload-delete-flow-of-6-GH.patch
patches.suse/wifi-rtw89-packet-offload-wait-for-FW-response.patch
patches.suse/wifi-rtw89-mac-handle-C2H-receive-done-ACK-in-interr.patch
patches.suse/wifi-rtw89-scan-offload-wait-for-FW-done-ACK.patch
patches.suse/wifi-rtw89-8851b-add-8851B-basic-chip_info.patch
patches.suse/wifi-rtw89-8851be-add-8851BE-PCI-entry-and-fill-PCI-.patch
patches.suse/wifi-rtw89-8851b-add-NCTL-post-table.patch
patches.suse/wifi-rtw89-add-CFO-XTAL-registers-field-to-support-8.patch
patches.suse/wifi-rtw89-use-chip_info-small_fifo_size-to-choose-d.patch
patches.suse/wifi-rtw89-change-naming-of-BA-CAM-from-V1-to-V0_EXT.patch
patches.suse/wifi-rtw89-8851b-add-support-WoWLAN-to-8851B.patch
patches.suse/wifi-rtw89-8851b-add-DLE-mem-and-HFC-quota.patch
patches.suse/wifi-rtw89-8851b-add-set_channel_rf.patch
patches.suse/wifi-rtw89-8851b-rfk-add-AACK.patch
patches.suse/wifi-rtw89-8851b-rfk-add-RCK.patch
patches.suse/wifi-rtw89-8851b-rfk-add-DACK.patch
patches.suse/wifi-rtw89-8851b-rfk-add-IQK.patch
patches.suse/wifi-rtw89-fix-rtw89_read_chip_ver-for-RTL8852B.patch
patches.suse/wifi-mwifiex-Use-list_count_nodes.patch
patches.suse/wifi-mt7601u-delete-dead-code-checking-debugfs-retur.patch
patches.suse/wifi-wilc1000-fix-for-absent-RSN-capabilities-W.patch
patches.suse/wifi-wilc1000-Increase-ASSOC-response-buffer.patch
patches.suse/wifi-rtw88-unlock-on-error-path-in-rtw_ops_add_.patch
patches.suse/wifi-mwifiex-Fix-the-size-of-a-memory-allocatio.patch
patches.suse/wifi-rtw89-introduce-realtek-ACPI-DSM-method.patch
patches.suse/wifi-rtw89-regd-judge-UNII-4-according-to-BIOS-and-c.patch
patches.suse/wifi-rtw89-support-U-NII-4-channels-on-5GHz-band.patch
patches.suse/wifi-rtw89-pci-fix-interrupt-enable-mask-for-HALT-C2.patch
patches.suse/wifi-rtw89-ser-L1-add-pre-M0-and-post-M0-states.patch
patches.suse/wifi-rtw89-suppress-the-log-for-specific-SER-called-.patch
patches.suse/sch_htb-Allow-HTB-priority-parameter-in-offload-mode.patch
patches.suse/octeontx2-pf-Rename-tot_tx_queues-to-non_qos_queues.patch
patches.suse/octeontx2-pf-qos-send-queues-management.patch
patches.suse/octeontx2-pf-Refactor-schedular-queue-alloc-free-cal.patch
patches.suse/octeontx2-pf-Prepare-for-QOS-offload.patch
patches.suse/octeontx2-pf-Add-support-for-HTB-offload.patch
patches.suse/octeontx2-pf-ethtool-expose-qos-stats.patch
patches.suse/octeontx2-pf-mcs-Remove-unneeded-semicolon.patch
patches.suse/nfc-llcp-fix-possible-use-of-uninitialized-vari.patch
patches.suse/bpf-Add-bpf_dynptr_adjust.patch
patches.suse/bpf-Add-bpf_dynptr_is_null-and-bpf_dynptr_is_rdonly.patch
patches.suse/bpf-Add-bpf_dynptr_size.patch
patches.suse/bpf-Add-bpf_dynptr_clone.patch
patches.suse/selftests-bpf-Add-tests-for-dynptr-convenience-helpe.patch
patches.suse/selftests-bpf-Add-test-case-to-assert-precise-scalar.patch
patches.suse/docs-bpf-Add-table-to-describe-LRU-properties.patch
patches.suse/docs-bpf-Add-LRU-internals-description-and-graph.patch
patches.suse/bpftool-Show-map-IDs-along-with-struct_ops-links.patch
patches.suse/igc-Enable-and-fix-RX-hash-usage-by-netstack.patch
patches.suse/igc-Add-igc_xdp_buff-wrapper-for-xdp_buff-in-dr.patch
patches.suse/igc-Add-XDP-hints-kfuncs-for-RX-hash.patch
patches.suse/igc-Add-XDP-hints-kfuncs-for-RX-timestamp.patch
patches.suse/selftests-bpf-Update-the-aarch64-tests-deny-list.patch
patches.suse/xsk-Use-pool-dma_pages-to-check-for-DMA.patch
patches.suse/bpftool-Dump-map-id-instead-of-value-for-map_of_maps.patch
patches.suse/selftests-bpf-Fix-selftest-test_global_funcs-global_.patch
patches.suse/selftests-bpf-Add-fexit_sleep-to-DENYLIST.aarch64.patch
patches.suse/libbpf-btf_dump_type_data_check_overflow-needs-.patch
patches.suse/selftests-bpf-Extract-insert_test-from-parse_test_li.patch
patches.suse/selftests-bpf-Test_progs-can-read-test-lists-from-fi.patch
patches.suse/bpf-Emit-struct-bpf_tcp_sock-type-in-vmlinux-BTF.patch
patches.suse/bpf-Print-a-warning-only-if-writing-to-unprivil.patch
patches.suse/libbpf-Fix-comment-about-arc-and-riscv-arch-in-bpf_t.patch
patches.suse/veristat-add-t-flag-for-adding-BPF_F_TEST_STATE_FREQ.patch
patches.suse/bpf-mark-relevant-stack-slots-scratched-for-register.patch
patches.suse/bpf-encapsulate-precision-backtracking-bookkeep.patch
patches.suse/bpf-improve-precision-backtrack-logging.patch
patches.suse/bpf-maintain-bitmasks-across-all-active-frames-.patch
patches.suse/bpf-fix-propagate_precision-logic-for-inner-fra.patch
patches.suse/bpf-fix-mark_all_scalars_precise-use-in-mark_chain_p.patch
patches.suse/bpf-support-precision-propagation-in-the-presence-of.patch
patches.suse/selftests-bpf-add-precision-propagation-tests-in-the.patch
patches.suse/selftests-bpf-revert-iter-test-subprog-precision-wor.patch
patches.suse/bpf-docs-Update-llvm_relocs.rst-with-typo-fixes.patch
patches.suse/samples-bpf-Fix-buffer-overflow-in-tcp_basertt.patch
patches.suse/bpf-Add-bpf_task_under_cgroup-kfunc.patch
patches.suse/selftests-bpf-Add-testcase-for-bpf_task_under_cgroup.patch
patches.suse/bpf-Allow-NULL-buffers-in-bpf_dynptr_slice-_rw.patch
patches.suse/selftests-bpf-Test-allowing-NULL-buffer-in-dynptr-sl.patch
patches.suse/selftests-bpf-Check-overflow-in-optional-buffer.patch
patches.suse/bpf-verifier-Accept-dynptr-mem-as-mem-in-helpers.patch
patches.suse/selftests-bpf-Accept-mem-from-dynptr-in-helper-funcs.patch
patches.suse/bpf-Add-skip_encoding_btf_inconsistent_proto-btf_gen.patch
patches.suse/bpf-Address-KCSAN-report-on-bpf_lru_list.patch
patches.suse/libbpf-fix-offsetof-and-container_of-to-work-wi.patch
patches.suse/bpf-Don-t-EFAULT-for-g-s-setsockopt-with-wrong-.patch
patches.suse/selftests-bpf-Update-EFAULT-g-s-etsockopt-selftests.patch
patches.suse/selftests-bpf-Correctly-handle-optlen-4096.patch
patches.suse/bpf-Document-EFAULT-changes-for-sockopt.patch
patches.suse/bpf-Remove-anonymous-union-in-bpf_kfunc_call_ar.patch
patches.suse/bpf-fix-calculation-of-subseq_idx-during-precision-b.patch
patches.suse/bpftool-JIT-limited-misreported-as-negative-val.patch
patches.suse/bpf-arm64-Support-struct-arguments-in-the-BPF-trampo.patch
patches.suse/bpf-Remove-bpf-trampoline-selector.patch
patches.suse/bpf-Fix-memleak-due-to-fentry-attach-failure.patch
patches.suse/can-length-make-header-self-contained.patch
patches.suse/net-tcp-don-t-peek-at-tail-for-io_uring-zc.patch
patches.suse/net-tcp-optimise-io_uring-zc-ubuf-refcounting.patch
patches.suse/seg6-Cleanup-duplicates-of-skb_dst_drop-calls.patch
patches.suse/octeontx2-pf-mcs-Support-VLAN-in-clear-text.patch
patches.suse/ice-move-interrupt-related-code-to-separate-file.patch
patches.suse/ice-use-pci_irq_vector-helper-function.patch
patches.suse/ice-use-preferred-MSIX-allocation-api.patch
patches.suse/ice-refactor-VF-control-VSI-interrupt-handling.patch
patches.suse/ice-remove-redundant-SRIOV-code.patch