Blob Blame History Raw
# 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...
	########################################################

	########################################################
	# 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

	########################################################
	# kABI consistency patches
	########################################################

	########################################################
	#
	# packaging-specific patches (tweaks for autobuild,
	# CONFIG_SUSE_KERNEL, config/version tracking and other
	# build stuff like that ...).
	#
	# Note that every patch in the patches.rpmify directory
	# will be included in the vanilla package.
	########################################################

	########################################################
	# kbuild/module infrastructure fixes
	########################################################
	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/genksyms-add-override-flag.diff

	########################################################
	# Simple export additions/removals
	########################################################

	########################################################
	# Bug workarounds for binutils
	########################################################
+testing	patches.suse/binutils2_26.patch

	########################################################
	# Scheduler / Core
	########################################################
	patches.suse/setuid-dumpable-wrongdir

	########################################################
	# Architecture-specific patches. These used to be all
	# at the end of series.conf, but since we don't do
	# conditional builds anymore, there's no point.
	########################################################


	########################################################
	# i386
	########################################################


	# amd64 | x86-64 | x86_64
	# 'Intel(r) Extended Memory 64 Technology' | 'Intel(r) EM64T'
	# x64
	# Intel 64
	# "the architecture with too many names"
	# TAWTMN

	########################################################
	# x86_64/i386 biarch
	########################################################
	# Upstream commit c8b5db7de66b75330a96f9f1ad7376b89646c953
	# changed this area a lot.
+needs_updating	patches.suse/x86_64-hpet-64bit-timer.patch

	########################################################
	# x86 MCE/MCA (Machine Check Error/Architecture) extensions
	########################################################


	########################################################
	# x86_64/4096CPUS - from SGI
	########################################################
	patches.suse/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch

	########################################################
	# x86 UV patches from SGI
	########################################################

	########################################################
	# x86_64/i386 depending on the UV patchset
	########################################################

	########################################################
	# powerpc/generic
	########################################################

	########################################################
	# powerpc/little endian
	########################################################

	########################################################
	# PS3
	########################################################

	########################################################
	# ARM
	########################################################

	########################################################
	# S/390
	########################################################

	########################################################
	# VM/FS patches
	########################################################
	# Patches to export btrfs anonymous devices (VFS portion)
	patches.suse/vfs-add-super_operations-get_inode_dev

	# Changes to tunable defaults
	patches.suse/readahead-request-tunables.patch

	########################################################
	# IPC patches
	########################################################

	########################################################
	# nfsacl protocol (agruen)
	########################################################

	########################################################
	# misc small fixes
	########################################################
	patches.suse/kbd-ignore-gfx.patch

	########################################################
	#
	# ACPI patches
	#
	########################################################
	patches.suse/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
	patches.suse/acpi_thermal_passive_blacklist.patch

	########################################################
	# CPUFREQ
	########################################################

## cpuidle perf events cleanups and related
	patches.suse/perf_timechart_fix_zero_timestamps.patch

	########################################################
	# AGP, graphics related stuff
	########################################################

	########################################################
	# Suse specific stuff
	########################################################
	patches.suse/suse-hv-guest-os-id.patch

	########################################################
	# Networking Core
	########################################################

	########################################################
	# Netfilter
	########################################################
	patches.suse/netfilter-ip_conntrack_slp.patch

	########################################################
	# NFS
	########################################################

	########################################################
	# lockd + statd
	########################################################

	########################################################
	# cifs patches
	########################################################

	########################################################
	# ext2/ext3
	########################################################
#	patches.suse/ext2-fsync-err

	########################################################
	# ext4
	########################################################

	########################################################
	# btrfs
	########################################################

	# Not upstream yet
	patches.suse/uapi-add-a-compatibility-layer-between-linux-uio-h-and-glibc

	# SUSE-specific
	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

	########################################################
	# Reiserfs Patches
	########################################################

	########################################################
	# dlm
	########################################################

	########################################################
	# ocfs2
	########################################################

	########################################################
	# gfs2
	########################################################

	########################################################
	# xfs
	########################################################

	########################################################
	# other filesystem stuff
	########################################################

	patches.suse/pstore_disable_efi_backend_by_default.patch
+duwe	patches.suse/pstore-backend-autoaction

	########################################################
	# Overlayfs
	########################################################

	########################################################
	# Swap-over-NFS
	########################################################

	########################################################
	#
	# Device drivers
	#
	########################################################

	########################################################
	# Storage
	########################################################

	patches.suse/scsi-retry-alua-transition-in-progress

	patches.suse/megaraid-mbox-fix-SG_IO

	# Remaining SCSI patches (garloff)
	patches.suse/scsi-scan-blist-update


	########################################################
	# DRM/Video
	########################################################

	########################################################
	# video4linux
	########################################################

	########################################################
	# Network
	########################################################

	########################################################
	# Wireless Networking
	########################################################
	patches.suse/b43-missing-firmware-info.patch
	patches.suse/iwlwifi-expose-default-fallback-ucode-api

	########################################################
	# ISDN
	########################################################
	patches.suse/misdn-add-support-for-group-membership-check

	########################################################
	# iSCSI
	########################################################

	########################################################
	# PCI and PCI hotplug
	########################################################

	########################################################
	# sysfs / driver core
	########################################################

	########################################################
	# USB
	########################################################

	########################################################
	# I2C
	########################################################

	########################################################
	# Input & Console
	########################################################

	##########################################################
	# Sound
	##########################################################

	########################################################
	# Char / serial
	########################################################

	########################################################
	# Other driver fixes
	########################################################

	########################################################
	# Other drivers we have added to the tree
	########################################################

	########################################################
	# Suspend/Resume stuff
	########################################################

	########################################################
	# device-mapper
	########################################################
	patches.suse/dm-mpath-leastpending-path-update
	patches.suse/dm-mpath-accept-failed-paths
	patches.suse/dm-table-switch-to-readonly
	patches.suse/dm-mpath-no-partitions-feature

	########################################################
	# md
	########################################################

	##########################################################
	#
	# Security stuff
	#
	##########################################################

	##########################################################
	# Audit
	##########################################################

	##########################################################
	# AppArmor
	##########################################################

	########################################################
	# Address space layout randomization
	########################################################

	########################################################
	# KDB v4.4
	########################################################

	########################################################
	# Other patches for debugging
	########################################################
	patches.suse/crasher.patch

	# pending
	patches.suse/0001-objtool-Don-t-report-end-of-section-error-after-an-e.patch
	patches.suse/0002-x86-head-Remove-confusing-comment.patch
	patches.suse/0003-x86-head-Remove-unused-bad_address-code.patch
	patches.suse/0004-x86-head-Fix-head-ELF-function-annotations.patch
	patches.suse/0005-x86-boot-Annotate-verify_cpu-as-a-callable-function.patch
	patches.suse/0006-x86-xen-Fix-xen-head-ELF-annotations.patch
	patches.suse/0007-x86-xen-Add-unwind-hint-annotations.patch
	patches.suse/0008-x86-head-Add-unwind-hint-annotations.patch

	# submitted
	patches.suse/0001-orc-mark-it-as-reliable.patch

	########################################################
	# Kdump
	########################################################

	########################################################
	# cgroups
	########################################################

	########################################################
	# audit subsystem
	########################################################

	########################################################
	# Performance Monitoring, Tracing etc
	########################################################

	########################################################
	# KVM patches
	########################################################

	########################################################
	# Staging tree patches
	# new drivers that are going upstream
	########################################################

	########################################################
	# You'd better have a good reason for adding a patch
	# below here.
	########################################################