# 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. ######################################################## # latest standard kernel patches # DO NOT MODIFY THEM! # Send separate patches upstream if you find a problem... ######################################################## patches.kernel.org/5.17.1-001-tpm-Fix-error-handling-in-async-work.patch patches.kernel.org/5.17.1-002-Bluetooth-btusb-Add-another-Realtek-8761BU.patch patches.kernel.org/5.17.1-003-llc-fix-netdevice-reference-leaks-in-llc_ui_bi.patch patches.kernel.org/5.17.1-004-ASoC-sti-Fix-deadlock-via-snd_pcm_stop_xrun-ca.patch patches.kernel.org/5.17.1-005-ALSA-oss-Fix-PCM-OSS-buffer-allocation-overflo.patch patches.kernel.org/5.17.1-006-ALSA-usb-audio-add-mapping-for-new-Corsair-Vir.patch patches.kernel.org/5.17.1-007-ALSA-hda-realtek-Add-quirk-for-Clevo-NP70PNJ.patch patches.kernel.org/5.17.1-008-ALSA-hda-realtek-Add-quirk-for-Clevo-NP50PNJ.patch patches.kernel.org/5.17.1-009-ALSA-hda-realtek-Fix-headset-mic-problem-for-a.patch patches.kernel.org/5.17.1-010-ALSA-hda-realtek-Add-quirk-for-ASUS-GA402.patch patches.kernel.org/5.17.1-011-ALSA-pcm-Fix-races-among-concurrent-hw_params-.patch patches.kernel.org/5.17.1-012-ALSA-pcm-Fix-races-among-concurrent-read-write.patch patches.kernel.org/5.17.1-013-ALSA-pcm-Fix-races-among-concurrent-prepare-an.patch patches.kernel.org/5.17.1-014-ALSA-pcm-Fix-races-among-concurrent-prealloc-p.patch patches.kernel.org/5.17.1-015-ALSA-pcm-Add-stream-lock-during-PCM-reset-ioct.patch patches.kernel.org/5.17.1-016-ALSA-usb-audio-Add-mute-TLV-for-playback-volum.patch patches.kernel.org/5.17.1-017-ALSA-cmipci-Restore-aux-vol-on-suspend-resume.patch patches.kernel.org/5.17.1-018-ALSA-pci-fix-reading-of-swapped-values-from-pc.patch patches.kernel.org/5.17.1-019-drivers-net-xgene-Fix-regression-in-CRC-stripp.patch patches.kernel.org/5.17.1-020-netfilter-nf_tables-initialize-registers-in-nf.patch patches.kernel.org/5.17.1-021-netfilter-nf_tables-validate-registers-coming-.patch patches.kernel.org/5.17.1-022-ACPI-x86-Work-around-broken-XSDT-on-Advantech-.patch patches.kernel.org/5.17.1-023-ACPI-battery-Add-device-HID-and-quirk-for-Micr.patch patches.kernel.org/5.17.1-024-ACPI-video-Force-backlight-native-for-Clevo-NL.patch patches.kernel.org/5.17.1-025-crypto-qat-disable-registration-of-algorithms.patch patches.kernel.org/5.17.1-026-Bluetooth-btusb-Add-one-more-Bluetooth-part-fo.patch patches.kernel.org/5.17.1-027-Bluetooth-hci_sync-Add-a-new-quirk-to-skip-HCI.patch patches.kernel.org/5.17.1-028-Bluetooth-btusb-Use-quirk-to-skip-HCI_FLT_CLEA.patch patches.kernel.org/5.17.1-029-Revert-ath-add-support-for-special-0x0-regulat.patch patches.kernel.org/5.17.1-030-drm-virtio-Ensure-that-objs-is-not-NULL-in-vir.patch patches.kernel.org/5.17.1-031-jbd2-fix-use-after-free-of-transaction_t-race.patch patches.kernel.org/5.17.1-032-rcu-Don-t-deboost-before-reporting-expedited-q.patch patches.kernel.org/5.17.1-033-uaccess-fix-integer-overflow-on-access_ok.patch patches.kernel.org/5.17.1-034-mac80211-fix-potential-double-free-on-mesh-joi.patch patches.kernel.org/5.17.1-035-tpm-fix-reference-counting-for-struct-tpm_chip.patch patches.kernel.org/5.17.1-036-tpm-use-try_get_ops-in-tpm-space.c.patch patches.kernel.org/5.17.1-037-wcn36xx-Differentiate-wcn3660-from-wcn3620.patch patches.kernel.org/5.17.1-038-m68k-fix-access_ok-for-coldfire.patch patches.kernel.org/5.17.1-039-nds32-fix-access_ok-checks-in-get-put_user.patch patches.kernel.org/5.17.1-040-drm-msm-gpu-Fix-crash-on-devices-without-devfr.patch patches.kernel.org/5.17.1-041-llc-only-change-llc-dev-when-bind-succeeds.patch patches.kernel.org/5.17.1-042-Linux-5.17.1.patch ######################################################## # 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/powerpc-64-BE-option-to-use-ELFv2-ABI-for-big-endian.patch patches.rpmify/BTF-Don-t-break-ABI-when-debuginfo-is-disabled.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. # # The sorted section should be small or empty on the # stable or master branches. ######################################################## ######################################################## # sorted patches ######################################################## patches.suse/bpf-add-config-to-allow-loading-modules-with-BTF-mis.patch patches.suse/Bluetooth-btusb-Add-missing-Chicony-device-for-Realt.patch patches.suse/Revert-swiotlb-rework-fix-info-leak-with-DMA_FROM_DE.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/simplefb-Enable-boot-time-VESA-graphic-mode-selectio.patch patches.suse/block-restore-the-old-set_task_ioprio-behaviour-wrt-.patch ######################################################## # kbuild/module infrastructure fixes ######################################################## # SUSE specific build tweaks patches.suse/rpm-kernel-config patches.suse/add-suse-supported-flag.patch patches.suse/genksyms-add-override-flag.diff 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 # build tweaks for external KMPs patches.suse/s390-export-symbols-for-crash-kmp.patch ######################################################## # Performance-related tuning of defaults ######################################################## patches.suse/readahead-request-tunables.patch ######################################################## # Architecture specific patches ######################################################## # x86 # s390x # ppc64 # ARM patches.suse/0001-regulator-mt6360-Add-OF-match-table.patch patches.suse/0002-regulator-mt6358-Add-OF-match-table.patch patches.suse/0003-regulator-mt6323-Add-OF-match-table.patch ######################################################## # Scheduler ######################################################## ######################################################## # Memory management ######################################################## ######################################################## # Filesystems ######################################################## # generic patches.suse/vfs-add-super_operations-get_inode_dev # btrfs patches.suse/btrfs-provide-super_operations-get_inode_dev patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch # ext[2-4] # XFS ######################################################## # Block layer ######################################################## patches.suse/dm-mpath-leastpending-path-update patches.suse/dm-table-switch-to-readonly patches.suse/dm-mpath-no-partitions-feature ######################################################## # Networking core ######################################################## ######################################################## # Security ######################################################## # crypto ######################################################## # Virtualization ######################################################## patches.suse/suse-hv-guest-os-id.patch ######################################################## # Other core patches ######################################################## ######################################################## # PM ######################################################## ######################################################## # DRM / Graphics ######################################################## ######################################################## # Storage ######################################################## patches.suse/scsi-retry-alua-transition-in-progress ######################################################## # Networking drivers (wired) ######################################################## ######################################################## # Wireless networking drivers ######################################################## patches.suse/b43-missing-firmware-info.patch patches.suse/iwlwifi-module-firmware-ucode-fix.patch ######################################################## # USB ######################################################## ######################################################## # Input ######################################################## patches.suse/kbd-ignore-gfx.patch patches.suse/Input-synaptics-retry-query-upon-error.patch patches.suse/Input-elan_i2c-Add-deny-list-for-Lenovo-Yoga-Slim-7.patch patches.suse/Revert-Input-clear-BTN_RIGHT-MIDDLE-on-buttonpads.patch ######################################################## # Other drivers ######################################################## ######################################################## # Debugging ######################################################## patches.suse/crasher.patch patches.suse/add-product-identifying-information-to-vmcoreinfo.patch ######################################################## # You'd better have a good reason for adding a patch # below here. ########################################################