kernel-source/series.conf

231 lines
10 KiB
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.
########################################################
# latest standard kernel patches
# DO NOT MODIFY THEM!
# Send separate patches upstream if you find a problem...
########################################################
patches.kernel.org/5.16.1-001-workqueue-Fix-unbind_workers-VS-wq_worker_runn.patch
patches.kernel.org/5.16.1-002-workqueue-Fix-unbind_workers-VS-wq_worker_slee.patch
patches.kernel.org/5.16.1-003-staging-r8188eu-switch-the-led-off-during-dein.patch
patches.kernel.org/5.16.1-004-bpf-Fix-out-of-bounds-access-from-invalid-_or_.patch
patches.kernel.org/5.16.1-005-Bluetooth-btusb-Add-one-more-Bluetooth-part-fo.patch
patches.kernel.org/5.16.1-006-Bluetooth-btusb-Fix-application-of-sizeof-to-p.patch
patches.kernel.org/5.16.1-007-Bluetooth-btusb-fix-memory-leak-in-btusb_mtk_s.patch
patches.kernel.org/5.16.1-008-Bluetooth-btusb-enable-Mediatek-to-support-AOS.patch
patches.kernel.org/5.16.1-009-Bluetooth-btusb-Add-the-new-support-IDs-for-WC.patch
patches.kernel.org/5.16.1-010-Bluetooth-btusb-Add-one-more-Bluetooth-part-fo.patch
patches.kernel.org/5.16.1-011-Bluetooth-btusb-Add-two-more-Bluetooth-parts-f.patch
patches.kernel.org/5.16.1-012-Bluetooth-btusb-Add-support-for-Foxconn-MT7922.patch
patches.kernel.org/5.16.1-013-Bluetooth-btintel-Fix-broken-LED-quirk-for-leg.patch
patches.kernel.org/5.16.1-014-Bluetooth-btusb-Add-support-for-Foxconn-QCA-0x.patch
patches.kernel.org/5.16.1-015-Bluetooth-bfusb-fix-division-by-zero-in-send-p.patch
patches.kernel.org/5.16.1-016-ARM-dts-exynos-Fix-BCM4330-Bluetooth-reset-pol.patch
patches.kernel.org/5.16.1-017-USB-core-Fix-bug-in-resuming-hub-s-handling-of.patch
patches.kernel.org/5.16.1-018-USB-Fix-slab-out-of-bounds-Write-bug-in-usb_hc.patch
patches.kernel.org/5.16.1-019-ath11k-Fix-buffer-overflow-when-scanning-with-.patch
patches.kernel.org/5.16.1-020-mmc-sdhci-pci-Add-PCI-ID-for-Intel-ADL.patch
patches.kernel.org/5.16.1-021-Bluetooth-add-quirk-disabling-LE-Read-Transmit.patch
patches.kernel.org/5.16.1-022-Bluetooth-btbcm-disable-read-tx-power-for-some.patch
patches.kernel.org/5.16.1-023-Bluetooth-btbcm-disable-read-tx-power-for-MacB.patch
patches.kernel.org/5.16.1-024-veth-Do-not-record-rx-queue-hint-in-veth_xmit.patch
patches.kernel.org/5.16.1-025-mfd-intel-lpss-Fix-too-early-PM-enablement-in-.patch
patches.kernel.org/5.16.1-026-mfd-intel-lpss-pci-Fix-clock-speed-for-38a8-UA.patch
patches.kernel.org/5.16.1-027-can-gs_usb-fix-use-of-uninitialized-variable-d.patch
patches.kernel.org/5.16.1-028-can-isotp-convert-struct-tpcon-idx-len-to-unsi.patch
patches.kernel.org/5.16.1-029-can-gs_usb-gs_can_start_xmit-zero-initialize-h.patch
patches.kernel.org/5.16.1-030-random-fix-data-race-on-crng_node_pool.patch
patches.kernel.org/5.16.1-031-random-fix-data-race-on-crng-init-time.patch
patches.kernel.org/5.16.1-032-random-fix-crash-on-multiple-early-calls-to-ad.patch
patches.kernel.org/5.16.1-033-platform-x86-intel-hid-add-quirk-to-support-Su.patch
patches.kernel.org/5.16.1-034-media-Revert-media-uvcvideo-Set-unique-vdev-na.patch
patches.kernel.org/5.16.1-035-drm-i915-Avoid-bitwise-vs-logical-OR-warning-i.patch
patches.kernel.org/5.16.1-036-staging-greybus-fix-stack-size-warning-with-UB.patch
patches.kernel.org/5.16.1-037-parisc-Fix-pdc_toc_pim_11-and-pdc_toc_pim_20-d.patch
patches.kernel.org/5.16.1-038-Linux-5.16.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
########################################################
# 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/ALSA-usb-audio-Use-int-for-dB-map-values.patch
patches.suse/ALSA-usb-audio-Add-minimal-mute-notion-in-dB-mapping.patch
patches.suse/ALSA-usb-audio-Fix-dB-level-of-Bose-Revolve-SoundLin.patch
patches.suse/mwifiex-Fix-skb_over_panic-in-mwifiex_usb_recv.patch
+tiwai patches.suse/Bluetooth-Apply-initial-command-workaround-for-more-.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
patches.suse/0001-usb-Add-Xen-pvUSB-protocol-description.patch
patches.suse/0002-usb-Introduce-Xen-pvUSB-frontend-xen-hcd.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
########################################################
# Other drivers
########################################################
#RPi4 firmware based drivers
patches.suse/reset-raspberrypi-don-t-reset-usb-if-already-up.patch
########################################################
# 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.
########################################################