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...
|
|
|
|
########################################################
|
2017-01-06 13:33:27 +01:00
|
|
|
patches.kernel.org/patch-4.9.1
|
2017-01-09 10:34:15 +01:00
|
|
|
patches.kernel.org/patch-4.9.1-2
|
2017-01-12 12:04:08 +01:00
|
|
|
patches.kernel.org/patch-4.9.2-3
|
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
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# kABI consistency patches
|
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
########################################################
|
|
|
|
patches.rpmify/firmware-path
|
|
|
|
patches.rpmify/cloneconfig.diff
|
2016-10-15 10:06:20 +02:00
|
|
|
patches.rpmify/get_builtin_firmware-gcc-7.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# kbuild/module infrastructure fixes
|
|
|
|
########################################################
|
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
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.suse/genksyms-add-override-flag.diff
|
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# Simple export additions/removals
|
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Bug workarounds for binutils
|
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.suse/binutils2_26.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# Scheduler / Core
|
2016-06-26 16:47:43 +02:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.suse/setuid-dumpable-wrongdir
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# 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.
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# i386
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
# amd64 | x86-64 | x86_64
|
|
|
|
# 'Intel(r) Extended Memory 64 Technology' | 'Intel(r) EM64T'
|
|
|
|
# x64
|
|
|
|
# Intel 64
|
|
|
|
# "the architecture with too many names"
|
|
|
|
# TAWTMN
|
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
# x86_64/i386 biarch
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# Upstream commit c8b5db7de66b75330a96f9f1ad7376b89646c953
|
|
|
|
# changed this area a lot.
|
|
|
|
+needs_updating patches.arch/x86_64-hpet-64bit-timer.patch
|
2016-06-26 15:53:30 +02:00
|
|
|
|
2016-06-26 16:47:43 +02:00
|
|
|
########################################################
|
|
|
|
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
|
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# x86_64/4096CPUS - from SGI
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# x86 UV patches from SGI
|
|
|
|
########################################################
|
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
# x86_64/i386 depending on the UV patchset
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
# powerpc/generic
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.arch/ppc-pegasos-console-autodetection.patch
|
|
|
|
patches.suse/ppc-powerbook-usb-fn-key-default.patch
|
|
|
|
patches.drivers/ppc64-adb
|
|
|
|
patches.suse/suse-ppc64-branding
|
|
|
|
patches.arch/ppc-prom-nodisplay.patch
|
2014-01-23 08:04:33 +01:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# powerpc/little endian
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2014-01-23 08:04:33 +01:00
|
|
|
patches.arch/ppc64le-build-vmlinux.patch
|
2016-06-26 15:53:30 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# PS3
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-05 08:04:50 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# ARM
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
|
2016-06-26 15:53:30 +02:00
|
|
|
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.arch/arm-refresh-mach-types.diff
|
|
|
|
patches.arch/arm-arndale-usb.patch
|
|
|
|
patches.arch/arm-exynos-dwmmc-modalias.patch
|
|
|
|
patches.arch/arm64-0006-arm64-Select-reboot-driver-for-X-Gene-platform.patch
|
2016-06-26 15:53:30 +02:00
|
|
|
|
2016-09-24 13:48:31 +02:00
|
|
|
# arm64 fix efifb to relocate the fb on BAR move
|
|
|
|
patches.arch/arm64-Relocate-screen_info.lfb_base-on-PCI-BAR-alloc.patch
|
|
|
|
|
2016-06-26 16:47:43 +02:00
|
|
|
########################################################
|
|
|
|
# S/390
|
|
|
|
########################################################
|
2016-12-13 08:07:16 +01:00
|
|
|
+jjolly patches.arch/s390-message-catalog.diff
|
|
|
|
+jjolly patches.arch/kmsg-fix-parameter-limitations
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# VM/FS patches
|
|
|
|
########################################################
|
2016-01-21 08:05:17 +01:00
|
|
|
# Patches to export btrfs anonymous devices (VFS portion)
|
2015-11-03 08:07:24 +01:00
|
|
|
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
|
|
|
# Changes to tunable defaults
|
|
|
|
patches.suse/readahead-request-tunables.patch
|
2016-01-21 08:05:17 +01:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# IPC patches
|
|
|
|
########################################################
|
2016-12-17 08:05:50 +01:00
|
|
|
patches.fixes/ipc-msg-make-msgrcv-work-with-LONG_MIN.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# nfsacl protocol (agruen)
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# misc small fixes
|
|
|
|
########################################################
|
|
|
|
patches.suse/connector-read-mostly
|
|
|
|
patches.suse/kbd-ignore-gfx.patch
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
#
|
|
|
|
# ACPI patches
|
|
|
|
#
|
|
|
|
########################################################
|
|
|
|
patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
|
|
|
patches.arch/acpi_thermal_passive_blacklist.patch
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# CPUFREQ
|
|
|
|
########################################################
|
|
|
|
|
2011-01-23 20:47:15 +01:00
|
|
|
## cpuidle perf events cleanups and related
|
|
|
|
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# AGP, graphics related stuff
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Suse specific stuff
|
|
|
|
########################################################
|
2014-01-23 08:04:33 +01:00
|
|
|
patches.suse/suse-hv-guest-os-id.patch
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.suse/suse-hv-storvsc-sg_tablesize.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2015-11-27 08:04:29 +01:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# Networking, IPv6
|
|
|
|
########################################################
|
2016-05-15 08:02:44 +02:00
|
|
|
|
2016-04-20 08:03:54 +02:00
|
|
|
########################################################
|
|
|
|
# Netfilter
|
|
|
|
########################################################
|
|
|
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# NFS
|
|
|
|
########################################################
|
2014-10-09 08:03:01 +02:00
|
|
|
|
2016-08-04 15:36:24 +02:00
|
|
|
patches.fixes/0001-Revert-SUNRPC-xs_sock_mark_closed-does-not-need-to-t.patch
|
|
|
|
|
2016-06-26 16:47:43 +02:00
|
|
|
########################################################
|
|
|
|
# lockd + statd
|
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# cifs patches
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ext2/ext3
|
|
|
|
########################################################
|
|
|
|
# patches.suse/ext2-fsync-err
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ext4
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# btrfs
|
|
|
|
########################################################
|
|
|
|
patches.suse/btrfs-provide-super_operations-get_inode_dev
|
2016-10-04 10:11:34 +02:00
|
|
|
patches.suse/revert-btrfs-fix-lockdep-warning-on-deadlock-against-an-inode-s-log-mutex.patch
|
|
|
|
patches.suse/revert-btrfs-improve-performance-on-fsync-against-new-inode-after-rename-unlink.patch
|
2016-11-15 08:04:59 +01:00
|
|
|
patches.suse/btrfs-fix-extent-tree-corruption-due-to-relocation.patch
|
2013-09-18 08:02:56 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Reiserfs Patches
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# dlm
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ocfs2
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# gfs2
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# xfs
|
|
|
|
########################################################
|
|
|
|
|
2011-03-16 07:03:17 +01:00
|
|
|
########################################################
|
|
|
|
# other filesystem stuff
|
|
|
|
########################################################
|
2011-03-09 07:02:41 +01:00
|
|
|
|
2013-02-21 08:06:32 +01:00
|
|
|
patches.drivers/pstore_disable_efi_backend_by_default.patch
|
2013-11-30 08:03:30 +01:00
|
|
|
patches.suse/pstore-backend-autoaction
|
|
|
|
|
2012-10-02 08:02:44 +02:00
|
|
|
########################################################
|
|
|
|
# Overlayfs
|
|
|
|
########################################################
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# Swap-over-NFS
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2011-04-15 07:04:57 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
#
|
|
|
|
# Device drivers
|
|
|
|
#
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Storage
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
# Block layer fixes
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.fixes/block-copy-bi_vcnt-in-_bio_clone_fast
|
|
|
|
patches.suse/scsi-netlink-ml
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.fixes/scsi-retry-alua-transition-in-progress
|
2016-06-26 16:47:43 +02:00
|
|
|
|
|
|
|
+needs_update patches.fixes/scsi-dh-queuedata-accessors
|
2011-08-25 07:02:44 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.drivers/megaraid-mbox-fix-SG_IO
|
|
|
|
|
|
|
|
# Remaining SCSI patches (garloff)
|
|
|
|
patches.fixes/scsi-scan-blist-update
|
|
|
|
|
|
|
|
# bnc#362850
|
|
|
|
patches.fixes/sd_liberal_28_sense_invalid.diff
|
|
|
|
|
|
|
|
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
2016-08-04 15:36:24 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# DRM/Video
|
|
|
|
########################################################
|
2016-08-30 08:05:46 +02:00
|
|
|
patches.fixes/drm-i915-Fix-S4-resume-breakage
|
2017-01-03 08:06:08 +01:00
|
|
|
patches.fixes/drm-Use-u64-for-intermediate-dotclock-calculations.patch
|
2017-01-13 08:04:57 +01:00
|
|
|
patches.drivers/drm-Fix-broken-VT-switch-with-video-1366x768-option
|
2016-03-03 13:36:37 +01:00
|
|
|
|
2011-02-11 07:03:11 +01:00
|
|
|
########################################################
|
|
|
|
# video4linux
|
|
|
|
########################################################
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# Network
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Wireless Networking
|
|
|
|
########################################################
|
|
|
|
patches.suse/b43-missing-firmware-info.patch
|
2011-01-23 20:47:15 +01:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ISDN
|
|
|
|
########################################################
|
|
|
|
patches.fixes/misdn-add-support-for-group-membership-check
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# iSCSI
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# PCI and PCI hotplug
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# sysfs / driver core
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# USB
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# I2C
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Input & Console
|
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# patches.suse/SUSE-bootsplash
|
|
|
|
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
##########################################################
|
|
|
|
# Sound
|
|
|
|
##########################################################
|
2011-03-29 07:06:18 +02:00
|
|
|
|
2011-06-30 07:05:47 +02:00
|
|
|
########################################################
|
|
|
|
# Char / serial
|
|
|
|
########################################################
|
2016-10-18 18:05:00 +02:00
|
|
|
patches.fixes/revert-tty-serial-8250-add-CON_CONSDEV-to-flags.patch
|
2017-01-06 08:04:51 +01:00
|
|
|
patches.drivers/fbcon-Fix-vc-attr-at-deinit
|
2011-06-30 07:05:47 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Other driver fixes
|
|
|
|
########################################################
|
|
|
|
|
2016-06-26 16:47:43 +02:00
|
|
|
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
|
|
|
|
+hare patches.suse/no-partition-scan
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Other drivers we have added to the tree
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Suspend/Resume stuff
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# device-mapper
|
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.suse/dm-emulate-blkrrpart-ioctl
|
|
|
|
patches.suse/dm-mpath-leastpending-path-update
|
|
|
|
+needs_update patches.suse/dm-mpath-accept-failed-paths
|
|
|
|
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.fixes/dm-table-switch-to-readonly
|
|
|
|
patches.suse/dm-mpath-no-partitions-feature
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# md
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
##########################################################
|
|
|
|
#
|
|
|
|
# Security stuff
|
|
|
|
#
|
|
|
|
##########################################################
|
|
|
|
|
|
|
|
##########################################################
|
|
|
|
# Audit
|
|
|
|
##########################################################
|
|
|
|
|
|
|
|
##########################################################
|
|
|
|
# AppArmor
|
|
|
|
##########################################################
|
2015-10-03 08:04:42 +02:00
|
|
|
patches.apparmor/apparmor-temporary-work-around-for-bug-while-unloadi
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-10-08 10:08:21 +02:00
|
|
|
patches.apparmor/apparmor-basic-networking-rules.patch
|
|
|
|
patches.apparmor/apparmor-fix-quieting-of-audit-messages-for-network-mediation.patch
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Address space layout randomization
|
|
|
|
########################################################
|
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# KDB v4.4
|
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# Other patches for debugging
|
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
patches.suse/crasher.patch
|
2016-12-13 08:07:16 +01:00
|
|
|
+jeffm patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
|
|
|
|
+jeffm patches.suse/stack-unwind.patch
|
|
|
|
+jeffm patches.suse/stack-unwind-disable-kasan.patch
|
2016-06-26 16:47:43 +02:00
|
|
|
+needs_updating patches.arch/x86_64-unwind-annotations
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
|
|
|
# Kdump
|
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
# cgroups
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2016-06-26 15:53:30 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# audit subsystem
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
2016-06-26 15:53:30 +02:00
|
|
|
|
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# Performance Monitoring, Tracing etc
|
2016-06-26 15:53:30 +02:00
|
|
|
########################################################
|
|
|
|
|
2016-06-26 16:47:43 +02:00
|
|
|
# failed to initialize ftrace in kernel-xen (bsc#873195)
|
|
|
|
patches.suse/ftrace-x86-xen-use-kernel-identity-mapping-only-when.patch
|
2016-06-26 15:53:30 +02:00
|
|
|
|
|
|
|
########################################################
|
2016-06-26 16:47:43 +02:00
|
|
|
# KVM patches
|
2016-06-26 15:53:30 +02:00
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
2011-10-05 07:01:45 +02:00
|
|
|
# Staging tree patches
|
|
|
|
# new drivers that are going upstream
|
2016-01-13 08:05:39 +01:00
|
|
|
########################################################
|
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.
|
|
|
|
########################################################
|