d247c7f098
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1167
224 lines
9.2 KiB
Plaintext
224 lines
9.2 KiB
Plaintext
# 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.3.1-001-USB-usbcore-Fix-slab-out-of-bounds-bug-during-d.patch
|
|
patches.kernel.org/5.3.1-002-media-tm6000-double-free-if-usb-disconnect-whil.patch
|
|
patches.kernel.org/5.3.1-003-phy-renesas-rcar-gen3-usb2-Disable-clearing-VBU.patch
|
|
patches.kernel.org/5.3.1-004-ip6_gre-fix-a-dst-leak-in-ip6erspan_tunnel_xmit.patch
|
|
patches.kernel.org/5.3.1-005-net-sched-fix-race-between-deactivation-and-deq.patch
|
|
patches.kernel.org/5.3.1-006-net_sched-let-qdisc_put-accept-NULL-pointer.patch
|
|
patches.kernel.org/5.3.1-007-udp-correct-reuseport-selection-with-connected-.patch
|
|
patches.kernel.org/5.3.1-008-xen-netfront-do-not-assume-sk_buff_head-list-is.patch
|
|
patches.kernel.org/5.3.1-009-net-dsa-Fix-load-order-between-DSA-drivers-and-.patch
|
|
patches.kernel.org/5.3.1-010-net-stmmac-Hold-rtnl-lock-in-suspend-resume-cal.patch
|
|
patches.kernel.org/5.3.1-011-KVM-coalesced_mmio-add-bounds-checking.patch
|
|
patches.kernel.org/5.3.1-012-Documentation-sphinx-Add-missing-comma-to-list-.patch
|
|
patches.kernel.org/5.3.1-013-firmware-google-check-if-size-is-valid-when-dec.patch
|
|
patches.kernel.org/5.3.1-014-serial-sprd-correct-the-wrong-sequence-of-argum.patch
|
|
patches.kernel.org/5.3.1-015-tty-serial-atmel-reschedule-TX-after-RX-was-sta.patch
|
|
patches.kernel.org/5.3.1-016-nl80211-Fix-possible-Spectre-v1-for-CQM-RSSI-th.patch
|
|
patches.kernel.org/5.3.1-017-Revert-arm64-Remove-unnecessary-ISBs-from-set_-.patch
|
|
patches.kernel.org/5.3.1-018-ovl-fix-regression-caused-by-overlapping-layers.patch
|
|
patches.kernel.org/5.3.1-019-phy-qcom-qmp-Correct-ready-status-again.patch
|
|
patches.kernel.org/5.3.1-020-floppy-fix-usercopy-direction.patch
|
|
patches.kernel.org/5.3.1-021-media-technisat-usb2-break-out-of-loop-at-end-o.patch
|
|
patches.kernel.org/5.3.1-022-Linux-5.3.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/powerpc-Blacklist-GCC-5.4-6.1-and-6.2.patch
|
|
patches.rpmify/Add-ksym-provides-tool.patch
|
|
patches.rpmify/Kconfig-make-CONFIG_CC_CAN_LINK-always-true.patch
|
|
patches.rpmify/Revert-kconfig-only-write-CONFIG_FOO-is-not-set-for-.patch
|
|
patches.rpmify/powerpc-boot-Fix-missing-crc32poly.h-when-building-w.patch
|
|
patches.rpmify/scripts-mkmakefile-honor-second-argument.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.
|
|
########################################################
|
|
|
|
########################################################
|
|
# kbuild/module infrastructure fixes
|
|
########################################################
|
|
|
|
# SUSE specific build tweaks
|
|
patches.suse/rpm-kernel-config
|
|
patches.suse/supported-flag
|
|
patches.suse/supported-flag-underscores
|
|
patches.suse/supported-flag-wildcards
|
|
patches.suse/supported-flag-external
|
|
patches.suse/supported-flag-modverdir
|
|
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
|
|
|
|
# build tweaks for external KMPs
|
|
|
|
########################################################
|
|
# Architecture specific patches
|
|
########################################################
|
|
|
|
# x86
|
|
patches.suse/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
|
|
|
|
# s390x
|
|
|
|
# ppc64
|
|
|
|
# ARM
|
|
|
|
########################################################
|
|
# Scheduler
|
|
########################################################
|
|
patches.suse/setuid-dumpable-wrongdir
|
|
patches.suse/perf_timechart_fix_zero_timestamps.patch
|
|
|
|
########################################################
|
|
# Memory management
|
|
########################################################
|
|
patches.suse/readahead-request-tunables.patch
|
|
|
|
########################################################
|
|
# Filesystems
|
|
########################################################
|
|
|
|
# generic
|
|
patches.suse/vfs-add-super_operations-get_inode_dev
|
|
|
|
# btrfs
|
|
patches.suse/uapi-add-a-compatibility-layer-between-linux-uio-h-and-glibc
|
|
patches.suse/btrfs-provide-super_operations-get_inode_dev
|
|
patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch
|
|
patches.suse/btrfs-btrfs-use-the-new-VFS-super_block_dev.patch
|
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
|
|
|
# ext[2-4]
|
|
|
|
# XFS
|
|
|
|
# other
|
|
patches.suse/pstore_disable_efi_backend_by_default.patch
|
|
|
|
########################################################
|
|
# 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
|
|
########################################################
|
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
|
|
|
########################################################
|
|
# Security
|
|
########################################################
|
|
|
|
# crypto
|
|
|
|
# AppArmor
|
|
patches.suse/apparmor-compatibility-with-v2.x-net.patch
|
|
patches.suse/0001-apparmor-fix-unnecessary-creation-of-net-compat.patch
|
|
|
|
########################################################
|
|
# 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
|
|
########################################################
|
|
patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
|
patches.suse/acpi_thermal_passive_blacklist.patch
|
|
|
|
########################################################
|
|
# DRM / Graphics
|
|
########################################################
|
|
|
|
########################################################
|
|
# Storage
|
|
########################################################
|
|
patches.suse/scsi-retry-alua-transition-in-progress
|
|
patches.suse/megaraid-mbox-fix-SG_IO
|
|
|
|
########################################################
|
|
# Networking drivers (wired)
|
|
########################################################
|
|
patches.suse/misdn-add-support-for-group-membership-check
|
|
|
|
########################################################
|
|
# Wireless networking drivers
|
|
########################################################
|
|
patches.suse/b43-missing-firmware-info.patch
|
|
patches.suse/net-ath10k-Fix-a-NULL-ptr-deref-bug.patch
|
|
patches.suse/net-ath6kl-Fix-a-NULL-ptr-deref-bug.patch
|
|
|
|
########################################################
|
|
# USB
|
|
########################################################
|
|
|
|
########################################################
|
|
# Input
|
|
########################################################
|
|
patches.suse/kbd-ignore-gfx.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.
|
|
########################################################
|