2011-10-05 07:01:45 +02:00
|
|
|
# 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...
|
|
|
|
########################################################
|
2021-07-08 07:40:33 +02:00
|
|
|
patches.kernel.org/5.13.1-001-Revert-KVM-x86-mmu-Drop-kvm_mmu_extended_role..patch
|
|
|
|
patches.kernel.org/5.13.1-002-mm-page_alloc-correct-return-value-of-populate.patch
|
|
|
|
patches.kernel.org/5.13.1-003-Linux-5.13.1.patch
|
2012-04-08 07:01:07 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# Build fixes that apply to the vanilla kernel too.
|
2011-10-05 07:01:45 +02:00
|
|
|
# Patches in patches.rpmify are applied to both -vanilla
|
|
|
|
# and patched flavors.
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2018-02-17 08:02:43 +01:00
|
|
|
patches.rpmify/Add-ksym-provides-tool.patch
|
2018-07-29 10:27:56 +02:00
|
|
|
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
|
2018-12-30 15:29:50 +01:00
|
|
|
patches.rpmify/scripts-mkmakefile-honor-second-argument.patch
|
2021-05-06 12:34:16 +02:00
|
|
|
patches.rpmify/powerpc-64-BE-option-to-use-ELFv2-ABI-for-big-endian.patch
|
2017-05-02 09:07:06 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Unsorted patches on their way to mainline
|
2011-10-05 07:01:45 +02:00
|
|
|
#
|
2019-09-16 11:20:56 +02:00
|
|
|
# (SLE/Leap: this section is only for patches which
|
|
|
|
# cannot go into the sorted section yet.
|
2011-10-05 07:01:45 +02:00
|
|
|
#
|
2019-09-16 11:20:56 +02:00
|
|
|
# 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.
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2021-04-27 10:03:44 +02:00
|
|
|
patches.suse/crypto-ccp-Annotate-SEV-Firmware-file-names.patch
|
2021-05-18 10:03:44 +02:00
|
|
|
patches.suse/proc-Avoid-mixing-integer-types-in-mem_rw.patch
|
2021-06-28 15:40:34 +02:00
|
|
|
patches.suse/brcmfmac-Delete-second-brcm-folder-hierarchy.patch
|
|
|
|
patches.suse/brcmfmac-Add-clm_blob-firmware-files-to-modinfo.patch
|
|
|
|
patches.suse/ACPI-PM-s2idle-Add-missing-LPS0-functions-for-AMD.patch
|
|
|
|
patches.suse/ACPI-processor-idle-Fix-up-C-state-latency-if-not-or.patch
|
|
|
|
patches.suse/Bluetooth-btqca-Don-t-modify-firmware-contents-in-pl.patch
|
|
|
|
patches.suse/Input-elants_i2c-Fix-NULL-dereference-at-probing.patch
|
|
|
|
patches.suse/mmc-sdhci-iproc-cap-min-clock-frequency-on-bcm2711.patch
|
|
|
|
patches.suse/mmc-sdhci-iproc-set-sdhci_quirk_cap_clock_base_broken-on-bcm2711.patch
|
|
|
|
patches.suse/pinctrl-bcm2835-accept-fewer-than-expected-irqs.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# kbuild/module infrastructure fixes
|
|
|
|
########################################################
|
2018-02-08 08:03:03 +01:00
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# SUSE specific build tweaks
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.suse/rpm-kernel-config
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.suse/supported-flag
|
2013-11-05 08:02:30 +01:00
|
|
|
patches.suse/supported-flag-underscores
|
|
|
|
patches.suse/supported-flag-wildcards
|
2015-02-12 08:04:40 +01:00
|
|
|
patches.suse/supported-flag-external
|
2019-09-16 11:20:56 +02:00
|
|
|
patches.suse/supported-flag-modverdir
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.suse/genksyms-add-override-flag.diff
|
2018-04-04 08:43:11 +02:00
|
|
|
patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
|
|
|
|
patches.suse/kernel-add-release-status-to-kernel-build.patch
|
2020-08-03 11:08:48 +02:00
|
|
|
patches.suse/panic-do-not-print-uninitialized-taint_flags.patch
|
2017-11-13 22:08:43 +01:00
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# build tweaks for external KMPs
|
2020-06-03 09:43:33 +02:00
|
|
|
patches.suse/s390-export-symbols-for-crash-kmp.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2021-02-16 09:05:40 +01:00
|
|
|
########################################################
|
|
|
|
# Performance-related tuning of defaults
|
|
|
|
########################################################
|
|
|
|
patches.suse/readahead-request-tunables.patch
|
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Architecture specific patches
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# x86
|
2017-11-13 22:08:43 +01:00
|
|
|
patches.suse/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# s390x
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# ppc64
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2020-03-30 12:55:35 +02:00
|
|
|
# ARM
|
2021-02-16 09:05:40 +01:00
|
|
|
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
|
2016-01-21 08:05:17 +01:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Scheduler
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
patches.suse/setuid-dumpable-wrongdir
|
2017-11-13 22:08:43 +01:00
|
|
|
patches.suse/perf_timechart_fix_zero_timestamps.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Memory management
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Filesystems
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# generic
|
|
|
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-06-26 16:47:43 +02:00
|
|
|
# btrfs
|
2017-09-08 08:03:12 +02:00
|
|
|
patches.suse/uapi-add-a-compatibility-layer-between-linux-uio-h-and-glibc
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.suse/btrfs-provide-super_operations-get_inode_dev
|
2017-02-21 08:08:23 +01:00
|
|
|
patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch
|
2021-02-16 09:05:40 +01:00
|
|
|
patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch
|
2018-07-05 10:04:41 +02:00
|
|
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
2013-09-18 08:02:56 +02:00
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# ext[2-4]
|
2019-09-14 08:07:37 +02:00
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# XFS
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# other
|
|
|
|
patches.suse/pstore_disable_efi_backend_by_default.patch
|
2020-08-19 11:58:12 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Block layer
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
patches.suse/dm-mpath-leastpending-path-update
|
|
|
|
patches.suse/dm-table-switch-to-readonly
|
|
|
|
patches.suse/dm-mpath-no-partitions-feature
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Networking core
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Security
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
|
2019-09-16 11:20:56 +02:00
|
|
|
# crypto
|
|
|
|
|
|
|
|
# AppArmor
|
|
|
|
patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
|
|
|
patches.suse/0001-apparmor-fix-unnecessary-creation-of-net-compat.patch
|
|
|
|
|
2011-03-16 07:03:17 +01:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Virtualization
|
2011-03-16 07:03:17 +01:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
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
|
2017-07-10 10:29:17 +02:00
|
|
|
|
2012-10-02 08:02:44 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Other core patches
|
2012-10-02 08:02:44 +02:00
|
|
|
########################################################
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# PM
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
|
|
|
patches.suse/acpi_thermal_passive_blacklist.patch
|
2011-04-15 07:04:57 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# DRM / Graphics
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Storage
|
|
|
|
########################################################
|
2017-11-13 22:08:43 +01:00
|
|
|
patches.suse/scsi-retry-alua-transition-in-progress
|
|
|
|
patches.suse/megaraid-mbox-fix-SG_IO
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Networking drivers (wired)
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
patches.suse/misdn-add-support-for-group-membership-check
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Wireless networking drivers
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
patches.suse/b43-missing-firmware-info.patch
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# USB
|
|
|
|
########################################################
|
2019-03-14 10:27:10 +01:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Input
|
2019-02-23 09:08:23 +01:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
patches.suse/kbd-ignore-gfx.patch
|
2019-02-23 09:08:23 +01:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Other drivers
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2021-06-28 15:40:34 +02:00
|
|
|
|
2020-12-01 09:07:33 +01:00
|
|
|
#RPi4 firmware based drivers
|
2020-12-27 09:04:12 +01:00
|
|
|
patches.suse/reset-raspberrypi-don-t-reset-usb-if-already-up.patch
|
2021-05-12 12:39:51 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2019-09-16 11:20:56 +02:00
|
|
|
# Debugging
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.suse/crasher.patch
|
2019-09-16 11:20:56 +02:00
|
|
|
patches.suse/add-product-identifying-information-to-vmcoreinfo.patch
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
# You'd better have a good reason for adding a patch
|
|
|
|
# below here.
|
|
|
|
########################################################
|