File series.conf of Package kernel-source.openSUSE_13.2_Update
# 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/patch-3.16.1
patches.kernel.org/patch-3.16.1-2
patches.kernel.org/patch-3.16.2-3
patches.kernel.org/patch-3.16.3-4
patches.kernel.org/patch-3.16.4-5
patches.kernel.org/patch-3.16.5-6
patches.kernel.org/patch-3.16.6-7
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/lustre-lloop-dont-change-logical-size
########################################################
# 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.
########################################################
patches.rpmify/firmware-path
patches.rpmify/rpm-kernel-config
patches.rpmify/split-package
patches.rpmify/cloneconfig.diff
########################################################
# kbuild/module infrastructure fixes
########################################################
patches.suse/supported-flag
patches.suse/supported-flag-underscores
patches.suse/supported-flag-wildcards
patches.suse/genksyms-add-override-flag.diff
patches.suse/kconfig-automate-kernel-desktop
patches.fixes/0001-scripts-tags.sh-Don-t-specify-kind-spec-for-emacs-ct.patch
patches.fixes/0001-scripts-tags.sh-fix-DEFINE_HASHTABLE-in-emacs-case.patch
patches.fixes/0001-tags.sh-Fixup-regex-definition-for-etags.patch
patches.fixes/0001-DocBook-Do-not-exceed-argument-list-limit.patch
########################################################
# Simple export additions/removals
########################################################
########################################################
# Bug workarounds for binutils
########################################################
########################################################
# 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
########################################################
patches.arch/x86_64-hpet-64bit-timer.patch
+needs_update patches.arch/kvm-split-paravirt-ops-by-functionality
+needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
patches.fixes/x86-microcode-amd-fix-early-ucode-loading-on-32-bit.patch
patches.fixes/x86-microcode-fix-accessing-dis_ucode_ldr-on-32-bit.patch
patches.fixes/x86-microcode-amd-fix-ucode-patch-stashing-on-32-bit.patch
patches.fixes/x86-microcode-update-bsps-microcode-on-resume.patch
patches.fixes/x86-microcode-amd-do-not-use-smp_processor_id-in-preemtible-context.patch
patches.fixes/x86-microcode-intel-drop-unused-parameter.patch
patches.fixes/x86-microcode-don-t-initialize-microcode-code-on-paravirt.patch
patches.fixes/x86-microcode-reload-microcode-on-resume.patch
patches.fixes/x86-microcode-intel-fish-out-the-stashed-microcode-for-the-bsp.patch
# bsc#912705, CVE-2014-9585
patches.fixes/x86_64-vdso-fix-the-vdso-address-randomization-algorithm.patch
# bsc#911326, CVE-2014-9419
patches.arch/x86_64-switch_to-load-tls-descriptors-before-switching-ds-and-es.patch
# bsc#917839, CVE-2015-1593
patches.fixes/x86-mm-aslr-fix-stack-randomization-on-64-bit-systems.patch
# bsc#922944, CVE-2015-2666
patches.arch/x86-microcode-intel-guard-against-stack-overflow-in-the-loader.patch
# bsc#926240, CVE-2015-2830
patches.arch/x86-asm-entry-64-remove-a-bogus-ret_from_fork-optimization.patch
patches.arch/x86-apic-Handle-a-bad-TSC-more-gracefully
# bsc#937969, CVE-2015-3290
patches.arch/01-x86-asm-entry-64-fold-the-test_in_nmi-macro-into-its-only-user.patch
patches.arch/02-x86-asm-entry-64-remove-a-redundant-jump.patch
patches.arch/03-x86-asm-entry-64-remove-pointless-jump-to-irq_return.patch
patches.arch/04-x86-nmi-enable-nested-do_nmi-handling-for-64-bit-kernels.patch
patches.arch/05-x86-nmi-64-remove-asm-code-that-saves-cr2.patch
patches.arch/06-x86-nmi-64-switch-stacks-on-userspace-nmi-entry.patch
patches.arch/07-x86-nmi-64-improve-nested-nmi-comments.patch
patches.arch/08-x86-nmi-64-reorder-nested-nmi-checks.patch
patches.arch/09-x86-nmi-64-use-df-to-avoid-userspace-rsp-confusing-nested-nmi-detection.patch
# bsc#913996
patches.arch/01-x86-microcode-amd-extract-current-patch-level-read-to-a-function.patch
patches.arch/02-x86-microcode-amd-do-not-overwrite-final-patch-levels.patch
########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
########################################################
########################################################
# x86_64/4096CPUS - from SGI
########################################################
patches.arch/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
########################################################
patches.suse/8250-sysrq-ctrl_o.patch
+needs_update? patches.suse/ppc-no-LDFLAGS_MODULE.patch
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
+needs_update patches.arch/ppc64-xmon-dmesg-printing.patch
patches.arch/ppc-prom-nodisplay.patch
+needs_update patches.fixes/ptrace-getsiginfo
patches.arch/ppc64-powerpc-pci-Fix-IO-space-breakage-after-of_pci_range.patch
########################################################
# powerpc/little endian
########################################################
patches.arch/ppc64le-build-vmlinux.patch
patches.arch/ppc64le-ile-0001-powerpc-Add-global-exports-for-all-interrupt-vectors.patch
patches.arch/ppc64le-ile-0002-powerpc-Add-relocation-code-for-fixups.patch
patches.arch/ppc64le-ile-0003-powerpc-Add-hack-to-make-ppc64le-work-on-hosts-witho.patch
patches.arch/ppc64le-ile-0004-powerpc-Don-t-return-to-BE-mode-when-we-are-already-.patch
########################################################
# PS3
########################################################
########################################################
# ARM
########################################################
patches.arch/arm-OMAP-Fix-missing-cm3xxx.h-include.patch
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
# Compile fix for Xen on ARM with our Xen patches applied
patches.arch/arm-xen-fixup.patch
patches.arch/arm-refresh-mach-types.diff
patches.arch/arm-arndale-usb.patch
patches.arch/arm-arndale-dma.patch
patches.arch/arm-arndale-usb-phy.patch
patches.arch/arm-exynos-dwmmc-modalias.patch
patches.arch/arm64-0001-usb-Add-support-for-Synopsis-H20AHB-EHCI-host-contro.patch
patches.arch/arm64-0002-usb-fix-hcd-h20ahb-driver-depends.patch
patches.arch/arm64-0003-cpufreq-arm_big_little-fix-module-license-spec.patch
patches.arch/arm64-0004-ahci-Check-and-set-64-bit-DMA-mask-for-platform-AHCI.patch
patches.arch/arm64-0005-arm64-crypto-fix-makefile-rule-for-aes-glue-.o.patch
patches.arch/arm64-0006-rtc-ia64-allow-other-architectures-to-use-EFI-RTC.patch
patches.arch/arm64-0007-arm64-fix-VTTBR_BADDR_MASK.patch
patches.arch/arm64-0008-KVM-ARM-Add-arm-gic-400-compatible-support.patch
patches.arch/arm64-0009-net-xgbe-Add-A0-silicon-support.patch
patches.arch/arm64-0010-KVM-ARM-Hack-to-enable-VGIC-mapping-on-64k-PAGE_SIZE.patch
patches.arch/arm64-0011-ARM-Add-APM-Mustang-network-driver.patch
patches.arch/arm64-0012-ahci_xgene-Skip-the-PHY-and-clock-initialization-if-.patch
patches.arch/arm64-0013-arm64-adjust-el0_sync-so-that-a-function-can-be-call.patch
patches.arch/arm64-0014-arm-arm64-KVM-Fix-and-refactor-unmap_range.patch
patches.arch/arm64-0015-arm64-fpsimd-fix-a-typo-in-fpsimd_save_partial_state.patch
patches.arch/arm64-0016-arm64-fix-bug-for-reloading-FPSIMD-state-after-cpu-p.patch
patches.arch/arm64-0017-ahci-xgene-Remove-logic-to-set-64-bit-DMA-mask.patch
patches.arch/arm64-0018-arm64-dts-Add-X-Gene-reboot-driver-dts-node.patch
patches.arch/arm64-0019-power-reset-Add-generic-SYSCON-register-mapped-reset.patch
patches.arch/arm64-0020-arm64-Select-reboot-driver-for-X-Gene-platform.patch
patches.arch/arm64-0021-power-reset-Remove-X-Gene-reboot-driver.patch
patches.arch/arm64-0022-irqchip-gic-preserve-gic-V2-bypass-bits-in-cpu-ctrl-.patch
patches.arch/arm64-0023-arm64-efi-efistub-cover-entire-static-mem-footprint-.patch
patches.arch/arm64-0024-arm64-efi-efistub-don-t-abort-if-base-of-DRAM-is-occ.patch
patches.arch/arm64-0025-asm-generic-io.h-Fix-ioport_map-for-CONFIG_GENERIC_I.patch
patches.arch/arm64-0026-of-pci-Add-pci_register_io_range-and-pci_pio_to_addr.patch
patches.kabi/arm64-0026-of-pci-Add-pci_register_io_range-and-pci_pio_to_addr-kabi.patch
patches.arch/arm64-0027-ARM-Define-PCI_IOBASE-as-the-base-of-virtual-PCI-IO-.patch
patches.arch/arm64-0028-of-pci-Move-of_pci_range_to_resource-to-of-address.c.patch
patches.arch/arm64-0029-of-pci-Fix-the-conversion-of-IO-ranges-into-IO-resou.patch
patches.arch/arm64-0030-PCI-Add-generic-domain-handling.patch
patches.arch/arm64-0031-of-pci-Add-pci_get_new_domain_nr-and-of_get_pci_doma.patch
patches.arch/arm64-0032-of-pci-Add-support-for-parsing-PCI-host-bridge-resou.patch
patches.arch/arm64-0033-PCI-Add-pci_remap_iospace-to-map-bus-I-O-resources.patch
patches.arch/arm64-0034-arm64-Add-architectural-support-for-PCI.patch
patches.arch/arm64-0035-PCI-xgene-Add-APM-X-Gene-PCIe-driver.patch
patches.arch/arm64-0036-arm64-Do-not-call-enable-PCI-resources-when-specify-.patch
patches.arch/arm64-0037-drivers-net-fddi-skfp-h-skfbi.h-Remove-useless-PCI_B.patch
patches.arch/arm64-0038-arm64-mustang-Disable-sgenet-and-xgenet.patch
patches.arch/arm64-0039-generic-pci.patch
patches.arch/arm64-Enable-CONFIG_COMPAT-also-for-64k-page-size.patch
patches.arch/arm64-fix-mmap2-compat-syscall.patch
patches.arch/arm64-mm-Remove-hack-in-mmap-randomize-layout.patch
########################################################
# S/390
########################################################
patches.arch/s390-message-catalog.diff
patches.arch/kmsg-fix-parameter-limitations
########################################################
# VM/FS patches
########################################################
patches.suse/readahead-request-tunables.patch
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
patches.fixes/mm-free-compound-page-with-correct-order.patch
patches.fixes/mm-vmscan-prevent-kswapd-livelock-due-to-pfmemalloc-throttled-process-being-killed.patch
# fix deadlock in dentry tree traversal (bnc#903640)
patches.fixes/move-d_rcu-from-overlapping-d_child-to-overlapping-d.patch
patches.fixes/kabi-fix-for-move-d_rcu.patch
patches.fixes/deal-with-deadlock-in-d_walk.patch
#
patches.fixes/switch-iov_iter_get_pages-to-passing-maximal-number-.patch
patches.fixes/fuse-honour-max_read-and-max_write-in-direct_io-mode.patch
patches.fixes/fs-take-i_mutex-during-prepare_binprm-for-set-ug-id.patch
patches.fixes/vfs-read-file_handle-only-once-in-handle_to_path.patch
########################################################
# IPC patches
########################################################
########################################################
# 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
patches.arch/ACPI-video-Add-some-Samsung-models-to-disable_native
########################################################
# CPUFREQ
########################################################
+trenn patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
patches.drivers/cpufreq-fix-NULL-pointer-dereference-in-__cpufreq_governor.patch
## cpuidle perf events cleanups and related
patches.arch/perf_timechart_fix_zero_timestamps.patch
########################################################
# AGP, graphics related stuff
########################################################
########################################################
# Suse specific stuff
########################################################
patches.suse/suse-hv-guest-os-id.patch
########################################################
# Networking, IPv6
########################################################
patches.fixes/bridge-module-get-put.patch
patches.fixes/net-sctp-fix-null-pointer-dereference-in-af-from_add.patch
patches.fixes/net-sctp-fix-skb_over_panic-when-receiving-malformed.patch
patches.fixes/net-sctp-fix-panic-on-duplicate-ASCONF-chunks.patch
patches.fixes/net-sctp-fix-remote-memory-pressure-from-excessive-q.patch
patches.fixes/net-sctp-fix-slab-corruption-from-use-after-free-on-INIT.patch
patches.fixes/net-rds-use-correct-size-for-max-unacked-packets-and.patch
patches.fixes/net-llc-use-correct-size-for-sysctl-timeout-entries.patch
patches.fixes/ipv4-missing-sk_nulls_node_init-in-ping_unhash.patch
patches.fixes/ipv6-don-t-reduce-hop-limit-for-an-interface.patch
patches.fixes/hyperv-Add-processing-of-MTU-reduced-by-the-host.patch
patches.fixes/ipv6-replacing-a-rt6_info-needs-to-purge-possible-pr.patch
patches.fixes/ipv6-do-not-delete-previously-existing-ECMP-routes-i.patch
patches.fixes/ipv6-fix-ECMP-route-replacement.patch
patches.fixes/x86-bpf_jit-fix-compilation-of-large-bpf-programs
patches.fixes/udp-fix-behavior-of-wrong-checksums.patch
patches.fixes/sctp-fix-ASCONF-list-handling.patch
########################################################
# NFS
########################################################
patches.fixes/0001-Fixing-lease-renewal.patch
patches.fixes/0002-NFSv4-Ensure-that-we-remove-NFSv4.0-delegations-when.patch
patches.fixes/0003-NFSv4-Fix-races-between-nfs_remove_bad_delegation-an.patch
patches.fixes/0004-NFSv4-Ensure-that-we-call-FREE_STATEID-when-NFSv4.x-.patch
patches.fixes/0005-NFS-Don-t-try-to-reclaim-delegation-open-state-if-re.patch
patches.fixes/0001-NFSv4-When-returning-a-delegation-don-t-reclaim-an-i.patch
########################################################
# lockd + statd
########################################################
########################################################
# cifs patches
########################################################
patches.fixes/cifs-fix-use-after-free-bug-in-find_writable_file.patch
patches.fixes/cifs-client-should-ignore-non-zero-challengelenght.patch
########################################################
# ext2/ext3
########################################################
# patches.suse/ext2-fsync-err
########################################################
# ext4
########################################################
patches.fixes/ext4-improve-extents-status-tree-trace-point.patch
patches.fixes/ext4-track-extent-status-tree-shrinker-delay-static.patch
patches.fixes/ext4-fix-block-reservation-for-bigalloc-filesystems.patch
patches.fixes/ext4-cache-extent-hole-in-extent-status-tree-for-ex.patch
patches.fixes/ext4-change-LRU-to-round-robin-in-extent-status-tre.patch
patches.fixes/ext4-move-handling-of-list-of-shrinkable-inodes-int.patch
patches.fixes/ext4-limit-number-of-scanned-extents-in-status-tree.patch
patches.fixes/ext4-cleanup-flag-definitions-for-extent-status-tre.patch
patches.fixes/ext4-introduce-aging-to-extent-status-tree.patch
patches.fixes/ext4-fix-ZERO_RANGE-bug-hidden-by-flag-aliasing.patch
patches.fixes/ext4-allocate-entire-range-in-zero-range.patch
########################################################
# btrfs
########################################################
patches.suse/btrfs-use-correct-device-for-maps.patch
patches.suse/btrfs-check-index-in-extent_buffer_page
patches.suse/btrfs-0011-fill_holes-Fix-slot-number-passed-to-hole_merg.patch
patches.suse/btrfs-0016-fix-wrong-write-range-for-filemap_fdatawrite_r.patch
patches.suse/btrfs-0017-fix-wrong-extent-mapping-for-DirectIO.patch
patches.suse/btrfs-0018-Return-right-extent-when-fiemap-gives-unaligne.patch
patches.suse/btrfs-0025-ensure-tmpfile-inode-is-always-persisted-with-.patch
patches.suse/btrfs-0027-don-t-monopolize-a-core-when-evicting-inode.patch
patches.suse/btrfs-0004-adjust-statfs-calculations-according-to-raid-p.patch
patches.suse/btrfs-0005-__btrfs_mod_ref-should-always-use-no_quota.patch
patches.suse/btrfs-0007-qgroup-account-shared-subtrees-during-snapshot.patch
patches.suse/btrfs-0008-correctly-handle-return-from-ulist_add.patch
patches.suse/btrfs-0013-fix-put-dio-bio-twice-when-we-submit-dio-bio-f.patch
patches.suse/btrfs-0017-fix-unzeroed-members-in-fs_devices-when-creati.patch
patches.suse/btrfs-0018-fix-wrong-missing-device-counter-decrease.patch
patches.suse/btrfs-0022-Fix-the-problem-that-the-replace-destroys-the-.patch
patches.suse/btrfs-0023-don-t-write-any-data-into-a-readonly-device-wh.patch
patches.suse/btrfs-0024-Fix-wrong-device-size-when-we-are-resizing-the.patch
patches.suse/btrfs-0025-don-t-consider-the-missing-device-when-allocat.patch
patches.suse/btrfs-0026-fix-regression-of-btrfs-device-replace.patch
patches.suse/btrfs-0029-fix-hole-detection-during-file-fsync.patch
patches.suse/btrfs-0031-clone-don-t-create-invalid-hole-extent-map.patch
patches.suse/btrfs-0032-Use-right-extent-length-when-inserting-overlap.patch
patches.suse/btrfs-0033-fix-leak-in-qgroup_subtree_accounting-error-pa.patch
patches.suse/btrfs-0037-fix-autodefrag-with-compression.patch
patches.suse/btrfs-0038-fix-corruption-after-write-fsync-failure-fsync.patch
patches.suse/btrfs-0039-fix-crash-while-doing-a-ranged-fsync.patch
patches.suse/btrfs-0040-kfree-ing-ERR_PTRs.patch
patches.suse/btrfs-0041-fix-fsync-data-loss-after-a-ranged-fsync.patch
patches.suse/btrfs-0042-use-insert_inode_locked4-for-inode-creation.patch
patches.suse/btrfs-0043-set-inode-s-logged_trans-last_log_commit-after.patch
patches.suse/btrfs-0044-fix-wrong-accounting-of-raid1-data-profile-in-.patch
patches.suse/btrfs-0045-fix-and-enhance-merge_extent_mapping-to-insert.patch
patches.suse/btrfs-0046-fix-the-wrong-condition-judgment-about-subset-.patch
patches.suse/btrfs-0047-fix-crash-of-btrfs_release_extent_buffer_page.patch
patches.suse/btrfs-0048-send-don-t-delay-dir-move-if-there-s-a-new-par.patch
patches.suse/btrfs-0049-fix-invalid-leaf-slot-access-in-btrfs_lookup_e.patch
patches.suse/btrfs-0050-fix-race-that-makes-btrfs_lookup_extent_info-m.patch
patches.suse/btrfs-0051-fix-kfree-on-list_head-in-btrfs_lookup_csums_r.patch
patches.suse/btrfs-0052-fix-lockups-from-btrfs_clear_path_blocking.patch
patches.suse/btrfs-0053-fix-directory-recovery-from-fsync-log.patch
patches.suse/btrfs-0054-make-xattr-replace-operations-atomic.patch
patches.suse/btrfs-0055-fix-directory-inconsistency-after-fsync-log-re.patch
patches.suse/btrfs-0056-fix-fsync-when-extend-references-are-added-to-.patch
patches.suse/btrfs-0057-fix-fsync-log-replay-for-inodes-with-a-mix-of-.patch
patches.suse/btrfs-0058-fix-setup_leaf_for_split-to-avoid-leaf-corrupt.patch
patches.suse/btrfs-0059-fix-scrub-race-leading-to-use-after-free.patch
patches.fixes/btrfs-fix-inode-eviction-infinite-loop-after-cloning.patch
patches.suse/btrfs-__add_inode_ref-out-of-bounds-memory-read-when-looking-for-extended-ref.patch
patches.suse/btrfs-do-not-move-em-to-modified-list-when-unpinning.patch
patches.suse/btrfs-don-t-delay-inode-ref-updates-during-log-replay.patch
patches.suse/btrfs-fix-data-loss-in-the-fast-fsync-path.patch
patches.suse/btrfs-fix-fs-corruption-on-transaction-abort-if-device-supports-discard.patch
patches.suse/btrfs-fix-fsync-data-loss-after-adding-hard-link-to-inode.patch
patches.suse/btrfs-fix-leak-of-path-in-btrfs_find_item.patch
patches.suse/btrfs-fix-lost-return-value-due-to-variable-shadowing.patch
patches.suse/btrfs-make-sure-we-wait-on-logged-extents-when-fsycning-two-subvols.patch
patches.suse/btrfs-set-proper-message-level-for-skinny-metadata.patch
patches.suse/btrfs-simplify-insert_orphan_item.patch
########################################################
# Reiserfs Patches
########################################################
patches.fixes/reiserfs-destroy-allocated-commit-workqueue.patch
########################################################
# dlm
########################################################
########################################################
# ocfs2
########################################################
########################################################
# gfs2
########################################################
########################################################
# xfs
########################################################
patches.fixes/xfs-mark-all-internal-workqueues-as-freezable.patch
########################################################
# other filesystem stuff
########################################################
patches.drivers/pstore_disable_efi_backend_by_default.patch
patches.suse/pstore-backend-autoaction
patches.fixes/isofs-Fix-infinite-looping-over-CE-entries.patch
patches.fixes/isofs-Fix-unchecked-printing-of-ER-records.patch
patches.fixes/udf-Verify-i_size-when-loading-inode.patch
patches.fixes/udf-Verify-symlink-size-before-loading-it.patch
patches.fixes/udf-Check-path-length-when-reading-symlink.patch
patches.fixes/udf-Check-component-length-before-reading-it.patch
patches.fixes/udf-Remove-repeated-loads-blocksize.patch
patches.fixes/udf-Check-length-of-extended-attributes-and-allocati.patch
# bsc#907988 libvirt containers with user namespaces can't start
patches.suse/0001-mnt-Implicitly-add-MNT_NODEV-on-remount-when-it-was-.patch
# bsc#918333, CVE-2014-9683
patches.fixes/ecryptfs-remove-buggy-and-unnecessary-write-in-file-name-decode-routine.patch
########################################################
# Overlayfs
########################################################
patches.suse/ovl01-vfs-add-i_op-dentry_open.patch
patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch
patches.suse/ovl03-vfs-export-inode_permission-to-modules.patch
patches.suse/ovl04-vfs-introduce-clone_private_mount.patch
patches.suse/ovl05-overlay-filesystem.patch
patches.suse/ovl06-overlayfs-add-statfs-support.patch
patches.suse/ovl07-overlayfs-implement-show_options.patch
patches.suse/ovl08-overlay-overlay-filesystem-documentation.patch
patches.suse/ovl09-fs-limit-filesystem-stacking-depth.patch
########################################################
# Swap-over-NFS
########################################################
########################################################
# Netfilter
########################################################
patches.suse/netfilter-ip_conntrack_slp.patch
patches.fixes/netfilter-conntrack-disable-generic-tracking-for-known-protos.patch
########################################################
#
# Device drivers
#
########################################################
########################################################
# Storage
########################################################
# Block layer fixes
patches.fixes/block-copy-bi_vcnt-in-_bio_clone_fast
patches.fixes/scsi-inquiry-too-short-ratelimit
patches.suse/scsi-netlink-ml
patches.fixes/scsi-retry-alua-transition-in-progress
patches.fixes/scsi-dh-queuedata-accessors
patches.drivers/megaraid-mbox-fix-SG_IO
# Remaining SCSI patches (garloff)
patches.fixes/scsi-scan-blist-update
patches.fixes/scsi-ibmvscsi-show-config.patch
# bnc#362850
patches.fixes/sd_liberal_28_sense_invalid.diff
patches.fixes/scsi-ibmvscsi-module_alias.patch
patches.suse/sd_init.mark_majors_busy.patch
patches.fixes/blk-merge-fix-blk_recount_segments
patches.fixes/blk-mq-Fix-uninitialized-kobject-at-CPU-hotplugging
patches.fixes/storvsc-ring-buffer-failures-may-result-in-I-O-freez
#bcache
patches.drivers/0001-bcache-Fix-a-journal-replay-bug.patch
patches.drivers/0002-bcache-Fix-to-remove-the-rcu_sched-stalls.patch
patches.drivers/0003-bcache-allocator-send-discards-with-correct-size.patch
patches.drivers/0004-bcache-fix-lockdep-warnings-on-shutdown.patch
patches.drivers/0005-bcache-fix-crash-on-shutdown-in-passthrough-mode.patch
patches.drivers/0006-bcache-Make-sure-to-pass-GFP_WAIT-to-mempool_alloc.patch
patches.drivers/0007-bcache-fix-typo-in-bch_bkey_equal_header.patch
patches.drivers/0008-bcache-Fix-an-infinite-loop-in-journal-replay.patch
patches.drivers/0009-bcache-fix-use-after-free-in-btree_gc_coalesce.patch
patches.drivers/0010-bcache-Fix-more-early-shutdown-bugs.patch
patches.drivers/0011-bcache-fix-memory-corruption-in-init-error-path.patch
patches.drivers/0012-bcache-fix-crash-with-incomplete-cache-set.patch
patches.drivers/0013-bcache-Correct-printing-of-btree_gc_max_duration_ms.patch
patches.drivers/0014-bcache-add-mutex-lock-for-bch_is_open.patch
# additional bcache fixes (bnc#910440), not upstreamed yet as of 3.19
patches.drivers/0001-bcache-Add-a-cond_resched-call-to-gc.patch
patches.drivers/0002-bcache-BUG-clear-BCACHE_DEV_UNLINK_DONE-flag-when-at.patch
patches.drivers/0003-bcache-fix-a-livelock-in-btree-lock.patch
patches.drivers/0004-bcache-unregister-reboot-notifier-when-bcache-fails-.patch
patches.drivers/0005-fix-a-leak-in-bch_cached_dev_run.patch
#even more bcache fixes
patches.drivers/0001-bcache-Fix-a-bug-when-detaching.patch
patches.fixes/libata-blacklist-queued-trim-on-samsung-ssd-850-pro.patch
patches.fixes/libata-Blacklist-queued-TRIM-on-all-Samsung-800-seri
########################################################
# DRM/Video
########################################################
patches.fixes/nouveau-fix-race-with-fence-signaling
patches.drivers/drm-tilcdc-Fix-the-error-path-in-tilcdc_load.patch
patches.drivers/drm-nv50-disp-fix-dpms-regression-on-certain-boards
patches.drivers/drm-radeon-report-disconnected-for-LVDS-eDP-with-PX
patches.drivers/drm-radeon-initialize-sadb-to-NULL-in-the-audio-code
patches.drivers/drm-radeon-fix-speaker-allocation-setup
patches.drivers/drm-radeon-use-gart-memory-for-DMA-ring-tests
patches.drivers/drm-radeon-dpm-disable-ulv-support-on-SI
patches.drivers/drm-radeon-Use-drm_malloc_ab-instead-of-kmalloc_arra
patches.drivers/drm-radeon-set-correct-CE-ram-size-for-CIK
patches.drivers/drm-radeon-make-sure-mode-init-is-complete-in-bandwi
patches.drivers/drm-radeon-use-gart-for-DMA-IB-tests
patches.drivers/drm-radeon-add-missing-crtc-unlock-when-setting-up-t
patches.drivers/drm-radeon-fix-endian-swapping-in-vbios-fetch-for-td
patches.drivers/drm-radeon-add-locking-around-atombios-scratch-space
patches.drivers/drm-radeon-fix-sad_count-check-for-dce3
patches.drivers/drm-Implement-O_NONBLOCK-support-on-dev-dri-cardN
patches.drivers/drm-i915-Keep-vblank-interrupts-enabled-while-enabli
patches.drivers/drm-i915-Don-t-call-intel_prepare_page_flip-multiple
patches.drivers/drm-i915-More-cautious-with-pch-fifo-underruns
patches.drivers/drm-i915-Initialise-userptr-mmu_notifier-serial-to-1
patches.fixes/drm-radeon-retry-dcpd-fetch.patch
patches.drivers/drm-i915-Do-a-dummy-DPCD-read-before-the-actual-read
patches.drivers/drm-i915-Ignore-VBT-backlight-check-on-Macbook-2-1
patches.drivers/drm-i915-Do-not-leak-pages-when-freeing-userptr-obje
patches.drivers/drm-i915-Disable-caches-for-Global-GTT
patches.drivers/drm-i915-drop-WaSetupGtModeTdRowDispatch-snb
patches.drivers/drm-i915-Handle-failure-to-kick-out-a-conflicting-fb
patches.drivers/drm-i915-Kick-fbdev-before-vgacon
patches.drivers/drm-i915-Ignore-SURFLIVE-and-flip-counter-when-the-G
patches.drivers/drm-i915-Unlock-panel-even-when-LVDS-is-disabled
patches.drivers/drm-i915-don-t-warn-if-backlight-unexpectedly-enable
patches.drivers/drm-i915-dp-only-use-training-pattern-3-on-platforms
patches.drivers/drm-i915-Only-warn-the-first-time-we-attempt-to-mmio
patches.drivers/drm-i915-Don-t-complain-about-stolen-conflicts-on-ge
patches.drivers/drm-i915-save-restore-GMBUS-freq-across-suspend-resu
patches.drivers/drm-i915-vlv-fix-IRQ-masking-when-uninstalling-inter
patches.drivers/drm-i915-Invalidate-media-caches-on-gen7
patches.drivers/drm-i915-Force-the-CS-stall-for-invalidate-flushes
patches.drivers/drm-i915-Evict-CS-TLBs-between-batches
patches.drivers/drm-i915-Ban-Haswell-from-using-RCS-flips
patches.drivers/drm-i915-Only-fence-tiled-region-of-object
patches.drivers/drm-i915-Use-IS_HSW_ULT-in-a-HSW-specific-code-path
patches.drivers/drm-i915-Fix-and-clean-BDW-PCH-identification
patches.drivers/drm-i915-BDW-Fix-Halo-PCI-IDs-marked-as-ULT
patches.drivers/drm-i915-Correct-the-IOSF-Dev_FN-field-for-IOSF-tran
patches.drivers/drm-i915-Dell-Chromebook-11-has-PWM-backlight
patches.drivers/drm-i915-Check-obj-vma_list-under-the-struct_mutex
patches.drivers/drm-i915-bdw-PCI-IDs-ending-in-0xb-are-ULT
patches.drivers/drm-i915-vlv-save-restore-the-power-context-base-reg
patches.drivers/drm-i915-chv-Remove-Wait-for-a-previous-gfx-force-of
patches.drivers/drm-i915-vlv-remove-wait-for-previous-GFX-clk-disabl
patches.drivers/drm-i915-Dont-enable-CS_PARSER_ERROR-interrupts-at-a
patches.drivers/drm-i915-cope-with-large-i2c-transfers
patches.drivers/drm-i915-vlv-fix-save-restore-of-GFX_MAX_REQ_COUNT-r
patches.drivers/drm-i915-Add-missing-MacBook-Pro-models-with-dual-ch
patches.drivers/drm-i915-dp-there-is-no-audio-on-port-A
patches.drivers/drm-i915-hsw-Fix-workaround-for-server-AUX-channel-c
patches.drivers/drm-i915-Fix-DDC-probe-for-passive-adapters
########################################################
# video4linux
########################################################
patches.fixes/media-uvc-Fix-destruction-order-in-uvc_delete
patches.drivers/media-media-usb-uvc-add-a-quirk-for-Dell-XPS-M1330-w
########################################################
# Network
########################################################
patches.fixes/tulip-quad-NIC-ifdown
patches.drivers/ax88179_178a-fix-bonding-failure.patch
patches.fixes/batman-adv-calculate-extra-tail-size-based-on-queued.patch
patches.fixes/ipv4-try-to-cache-dst_entries-which-would-cause-a-re.patch
patches.drivers/bnx2x-Fix-kdump-when-iommu-on.patch
patches.fixes/net-ppp-Don-t-call-bpf_prog_create-in-ppp_lock
# bsc#931988, CVE-2015-4036
patches.fixes/vhost-scsi-potential-memory-corruption.patch
########################################################
# Wireless Networking
########################################################
patches.suse/b43-missing-firmware-info.patch
patches.fixes/iwlwifi-dvm-drop-non-VO-frames-when-flushing
patches.fixes/Revert-iwlwifi-mvm-treat-EAPOLs-like-mgmt-frames-wrt
patches.fixes/rtlwifi-rtl8192cu-Fix-kernel-deadlock
patches.fixes/rt2x00-do-not-align-payload-on-modern-H-W.patch
########################################################
# ISDN
########################################################
patches.fixes/misdn-add-support-for-group-membership-check
########################################################
# iSCSI
########################################################
########################################################
# PCI and PCI hotplug
########################################################
patches.fixes/x86-PCI-Use-host-bridge-_CRS-info-on-Foxconn-K8M890
patches.fixes/x86-PCI-Use-host-bridge-_CRS-info-on-systems-with-32
########################################################
# sysfs / driver core
########################################################
patches.drivers/firmware-loader-allow-disabling-of-udev-as-firmware
########################################################
# USB
########################################################
patches.drivers/0001-ttusb-dec-buffer-overflow-in-ioctl.patch
patches.fixes/usb-Do-not-allow-usb_alloc_streams-on-unconfigured-d
patches.drivers/0001-usb-core-Fix-USB-3.0-devices-lost-in-NOTATTACHED-sta.patch
patches.drivers/0001-xhci-Calculate-old-endpoints-correctly-on-device-res.patch
########################################################
# I2C
########################################################
########################################################
# Input & Console
########################################################
# patches.suse/SUSE-bootsplash
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.drivers/Input-i8042-also-set-the-firmware-id-for-MUXed-ports.patch
patches.drivers/Input-psmouse-add-psmouse_matches_pnp_id-helper-func.patch
patches.drivers/Input-psmouse-add-support-for-detecting-FocalTech-PS.patch
patches.drivers/Input-synaptics-add-min-max-quirk-for-Lenovo-T440s
patches.drivers/Input-synaptics-gate-forcepad-support-by-DMI-check
patches.fixes/input-evdev-fix-EVIOCG-type-ioctl.patch
patches.drivers/0001-Input-xpad-use-proper-endpoint-type.patch
patches.drivers/0001-Input-synaptics-retrieve-the-extended-capabilities-i.patch
patches.drivers/0002-Input-synaptics-remove-TOPBUTTONPAD-property-for-Len.patch
patches.drivers/0003-Input-synaptics-re-route-tracksticks-buttons-on-the-.patch
patches.drivers/0004-Input-synaptics-handle-spurious-release-of-trackstic.patch
patches.drivers/0001-HID-usbhid-add-always-poll-quirk.patch
patches.drivers/0002-HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc.patch
patches.drivers/0003-HID-usbhid-fix-PIXART-optical-mouse.patch
patches.drivers/0004-HID-usbhid-add-another-mouse-that-needs-QUIRK_ALWAYS.patch
patches.drivers/0005-HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc.patch
patches.drivers/0006-HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc.patch
patches.drivers/0007-HID-usbhid-enable-always-poll-quirk-for-Elan-Touchsc.patch
patches.drivers/0008-HID-yet-another-buggy-ELAN-touchscreen.patch
patches.drivers/0009-HID-add-ALWAYS_POLL-quirk-for-a-Logitech-0xc007.patch
patches.drivers/0010-HID-add-HP-OEM-mouse-to-quirk-ALWAYS_POLL.patch
patches.drivers/0011-HID-add-quirk-for-PIXART-OEM-mouse-used-by-HP.patch
patches.drivers/0012-HID-usbhid-more-mice-with-ALWAYS_POLL.patch
patches.drivers/0013-HID-usbhid-yet-another-mouse-with-ALWAYS_POLL.patch
##########################################################
# Sound
##########################################################
patches.drivers/0001-ALSA-hda-realtek-Optimize-alc888_coef_init.patch
patches.drivers/0002-ALSA-hda-realtek-Use-alc_write_coef_idx-in-alc269_qu.patch
patches.drivers/0003-ALSA-hda-realtek-Add-alc_update_coef-_idx-helper.patch
patches.drivers/0004-ALSA-hda-realtek-Use-tables-for-batch-COEF-writes-up.patch
patches.drivers/0005-ALSA-hda-realtek-Update-restore-default-value-for-AL.patch
patches.drivers/0006-ALSA-hda-realtek-Update-restore-default-value-for-AL.patch
patches.drivers/0007-ALSA-hda-realtek-Update-Initial-AMP-for-EAPD-control.patch
patches.drivers/0008-ALSA-hda-realtek-Restore-default-value-for-ALC668.patch
patches.drivers/0009-ALSA-hda-realtek-Change-EAPD-to-verb-control.patch
patches.drivers/0010-ALSA-hda-Add-mute-LED-control-for-Lenovo-Ideapad-Z56.patch
patches.drivers/0011-ALSA-hda-Set-up-GPIO-for-Toshiba-Satellite-S50D.patch
patches.drivers/0012-ALSA-hda-Add-dock-support-for-Thinkpad-T440-17aa-221.patch
patches.drivers/0013-ALSA-hda-add-PCI-IDs-for-Intel-Braswell.patch
patches.drivers/0014-ALSA-hda-add-codec-ID-for-Braswell-display-audio-cod.patch
patches.drivers/0015-ALSA-hda_intel-Add-Device-IDs-for-Intel-Sunrise-Poin.patch
patches.drivers/0016-ALSA-hda_intel-Add-DeviceIDs-for-Sunrise-Point-LP.patch
patches.drivers/0017-ALSA-hda-realtek-Add-headset-Mic-support-for-new-Del.patch
patches.drivers/0018-ALSA-hda-Fix-built-in-mic-at-resume-on-Lenovo-Ideapa.patch
patches.drivers/0019-ALSA-hda-Add-EAPD-fixup-for-ASUS-Z99He-laptop.patch
patches.drivers/0020-ALSA-hda-realtek-Add-new-Dell-desktop-for-ALC3234-he.patch
patches.drivers/0021-ALSA-hda-realtek-New-codec-support-for-ALC256.patch
patches.drivers/0022-ALSA-hda-realtek-New-codec-support-for-ALC298.patch
patches.drivers/0023-ALSA-hda-Fix-wrong-gpio_dir-gpio_mask-hint-setups-fo.patch
patches.drivers/0024-ALSA-hda-Add-new-GPU-codec-ID-0x10de0072-to-snd-hda.patch
patches.drivers/0025-ALSA-hda-Fix-regression-of-HD-audio-controller-fallb.patch
patches.drivers/0026-ALSA-hda-Fix-built-in-mic-on-Compaq-Presario-CQ60.patch
patches.drivers/0027-ALSA-hda-realtek-Support-HP-mute-led-for-output-and-.patch
patches.drivers/0028-ALSA-hda-fix-a-typo-by-changing-mute_led_nid-to-cap_.patch
patches.drivers/0029-ALSA-hda-Fix-probing-and-stuttering-on-CMI8888-HD-au.patch
patches.drivers/0030-ALSA-hda-realtek-move-HP_MUTE_LED_MIC1-quirk-for-alc.patch
patches.drivers/0031-ALSA-hda-realtek-move-HP_LINE1_MIC1_LED-quirk-for-al.patch
patches.drivers/0032-ALSA-hda-Add-common-pin-macros-for-ALC269-family.patch
patches.drivers/0033-ALSA-hda-Add-workaround-for-CMI8888-snoop-behavior.patch
patches.drivers/0034-ALSA-hda-Add-ultra-dock-support-for-Thinkpad-X240.patch
patches.drivers/0035-ALSA-hda-Set-GPIO-4-low-for-a-few-HP-machines.patch
patches.drivers/0036-ALSA-hda-change-three-SSID-quirks-to-one-pin-quirk.patch
patches.drivers/0037-ALSA-hda-fix-mute-led-problem-for-three-HP-laptops.patch
patches.drivers/0038-ALSA-hda-One-more-HP-machine-needs-to-change-mute-le.patch
patches.drivers/0039-ALSA-hda-Add-AZX_DCAPS_SNOOP_OFF-and-refactor-snoop-.patch
patches.drivers/0040-ALSA-hda-Add-pin-configs-for-ASUS-mobo-with-IDT-92HD.patch
patches.drivers/0041-ALSA-hda-Disable-runtime-PM-for-Panther-Point-again.patch
patches.drivers/0042-ALSA-hda-One-more-Dell-macine-needs-DELL1_MIC_NO_PRE.patch
patches.drivers/0043-ALSA-hda-Set-single_adc_amp-flag-for-CS420x-codecs.patch
patches.drivers/0044-ALSA-hda-Add-workaround-for-MacBook-Air-5-2-built-in.patch
patches.drivers/0045-ALSA-hda-Don-t-access-stereo-amps-for-mono-channel-w.patch
patches.drivers/0046-ALSA-hda-Treat-stereo-to-mono-mix-properly.patch
patches.drivers/0047-ALSA-hda-Add-dock-support-for-Thinkpad-T450s-17aa-50.patch
patches.drivers/0048-ALSA-hda-Add-one-more-node-in-the-EAPD-supporting-ca.patch
patches.drivers/0049-ALSA-hda-realtek-Support-Dell-headset-mode-for-ALC25.patch
patches.drivers/0050-ALSA-hda-realtek-Make-more-stable-to-get-pin-sense-f.patch
patches.drivers/0051-ALSA-hda-Fix-headphone-pin-config-for-Lifebook-T731.patch
patches.drivers/0052-ALSA-hda-Add-dock-support-for-ThinkPad-X250-17aa-222.patch
patches.drivers/0053-ALSA-hda-realtek-Enable-the-ALC292-dock-fixup-on-the.patch
patches.drivers/0054-ALSA-hda-fix-num_steps-0-error-on-ALC256.patch
patches.drivers/0055-ALSA-hda-realtek-Fix-Headphone-Mic-doesn-t-recording.patch
patches.drivers/0056-ALSA-hda-fix-headset-mic-detection-problem-for-one-m.patch
patches.drivers/0057-ALSA-hda-Add-mute-LED-mode-control-to-Thinkpad.patch
patches.drivers/0058-ALSA-hda-Add-headphone-quirk-for-Lifebook-E752.patch
patches.drivers/0059-ALSA-hda-Add-headset-mic-quirk-for-Dell-Inspiron-554.patch
patches.drivers/0060-ALSA-hda-Add-Conexant-codecs-CX20721-CX20722-CX20723.patch
patches.drivers/0061-ALSA-hda-realtek-ALC292-dock-fix-for-Thinkpad-L450.patch
patches.drivers/0062-ALSA-hda-Fix-noise-on-AMD-radeon-290x-controller.patch
patches.drivers/0063-ALSA-hda-realtek-Add-a-fixup-for-another-Acer-Aspire.patch
patches.drivers/0064-ALSA-hda-Fix-Dock-Headphone-on-Thinkpad-X250-seen-as.patch
patches.drivers/0065-ALSA-hda-set-proper-caps-for-newer-AMD-hda-audio-in-.patch
patches.drivers/ALSA-usb-audio-Don-t-resubmit-pending-URBs-at-MIDI-e
patches.drivers/ALSA-usb-audio-Fix-device_del-sysfs-warnings-at-disc
patches.drivers/ALSA-usb-audio-Fix-memory-leak-in-FTU-quirk
patches.drivers/ALSA-usb-audio-Add-ctrl-message-delay-quirk-for-Mara
patches.drivers/ALSA-usb-audio-extend-KEF-X300A-FU-10-tweak-to-Arcam
patches.drivers/ALSA-usb-audio-Add-mic-volume-fix-quirk-for-Logitech
patches.drivers/ALSA-usb-audio-Don-t-attempt-to-get-Lifecam-HD-5000-
patches.drivers/ALSA-snd-usb-add-quirks-for-Roland-UA-22
patches.drivers/ALSA-usb-audio-don-t-try-to-get-Benchmark-DAC1-sampl
patches.drivers/ALSA-usb-Creative-USB-X-Fi-Pro-SB1095-volume-knob-su
patches.drivers/ALSA-usb-audio-Don-t-attempt-to-get-Microsoft-Lifeca
patches.drivers/ALSA-usb-audio-Add-quirk-for-MS-LifeCam-Studio
patches.drivers/ALSA-usb-audio-Add-quirk-for-MS-LifeCam-HD-3000
patches.drivers/ALSA-usb-audio-Add-mic-volume-fix-quirk2
patches.drivers/ALSA-usb-audio-don-t-try-to-get-Outlaw-RR2150-sample
patches.drivers/ALSA-usb-audio-add-MAYA44-USB-mixer-control-names
patches.drivers/ALSA-usb-audio-fix-missing-input-volume-controls-in-
patches.drivers/media-sound-simplify-au0828-quirk-table
patches.drivers/media-sound-Update-au0828-quirks-table
patches.drivers/ALSA-bebob-Uninitialized-id-returned-by-saffirepro_b
patches.drivers/ALSA-pcm-Zero-clear-reserved-fields-of-PCM-status-io
patches.drivers/ALSA-seq-dummy-remove-deadlock-causing-events-on-clo
patches.drivers/ALSA-ak411x-Fix-stall-in-work-callback
patches.drivers/ALSA-hdspm-Constrain-periods-to-2-on-older-cards
patches.drivers/ALSA-pcm-Don-t-leave-PREPARED-state-after-draining
patches.drivers/ALSA-emu10k1-don-t-deadlock-in-proc-functions
patches.drivers/ALSA-emu10k1-Fix-card-shortname-string-buffer-overfl
patches.drivers/ALSA-emux-Fix-mutex-deadlock-at-unloading
patches.drivers/ALSA-emux-Fix-mutex-deadlock-in-OSS-emulation
patches.drivers/ALSA-emu10k1-Emu10k2-32-bit-DMA-mode
patches.drivers/ALSA-ak411x-kabi-fixes
patches.drivers/ALSA-emu10k1-kabi-fixes
########################################################
# Char / serial
########################################################
patches.fixes/tty-Fix-pty-master-poll-after-slave-closes-v2
########################################################
# Other driver fixes
########################################################
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare patches.suse/no-partition-scan
patches.drivers/ideapad-laptop-Change-Lenovo-Yoga-2-series-rfkill-ha
patches.drivers/ideapad_laptop-lenovo-g50-30-fix-rfkill-reports-wireless-blocked
patches.drivers/quirk-for-Lenovo-Yoga-3-no-rfkill-switch
patches.drivers/hp_accel-Add-support-for-HP-ZBook-15
patches.fixes/parport-parport_pc-do-not-remove-parent-devices-earl
# boo#911438
patches.drivers/asus-nb-wmi-01-Add-wapf4-quirk-for-the-X75VBP.patch
patches.drivers/asus-nb-wmi-02-Add-quirk-for-the-X200CA.patch
patches.drivers/asus-nb-wmi-03-Rename-x401u-quirk-to-wapf4.patch
patches.drivers/asus-nb-wmi-04-Add-wapf4-quirk-for-the-X550CL.patch
patches.drivers/asus-nb-wmi-05-Constify-asus_quirks-DMI-table.patch
patches.drivers/asus-nb-wmi-06-Add-wapf4-quirk-for-the-X550CC.patch
patches.drivers/asus-nb-wmi-07-Add-wapf4-quirk-for-the-U32U.patch
patches.drivers/asus-nb-wmi-08-Add-wapf4-quirk-for-the-X550VB.patch
patches.drivers/asus-nb-wmi-09-Add-wapf4-quirk-for-the-X551CA.patch
patches.drivers/Bluetooth-Add-support-for-Broadcom-BCM20702A0-varian
patches.fixes/thermal-step_wise-revert-optimization.patch
########################################################
# Other drivers we have added to the tree
########################################################
########################################################
# Suspend/Resume stuff
########################################################
########################################################
# device-mapper
########################################################
patches.suse/dm-emulate-blkrrpart-ioctl
patches.fixes/dm-mpath-reattach-dh
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
patches.fixes/dm-table-switch-to-readonly
+needs_update patches.fixes/dm-release-map_lock-before-set_disk_ro
patches.suse/dm-mpath-no-activate-for-offlined-paths
patches.suse/dm-mpath-no-partitions-feature
patches.suse/mpath-fix
########################################################
# md
########################################################
patches.fixes/0001-md-don-t-require-sync_min-to-be-a-multiple-of-chunk_.patch
##########################################################
#
# Security stuff
#
##########################################################
# bsc#904013, CVE-2014-7826
patches.fixes/tracing-syscalls-ignore-numbers-outside-nr_syscalls-range.patch
# Fix up key handled bnc#904717
patches.fixes/0001-KEYS-Allow-special-keys-eg.-DNS-results-to-be-invali.patch
patches.fixes/0002-KEYS-Increase-root_maxkeys-and-root_maxbytes-sizes.patch
patches.fixes/0003-KEYS-Fix-the-size-of-the-key-description-passed-to-f.patch
patches.fixes/0004-KEYS-Simplify-KEYRING_SEARCH_-NO-DO-_STATE_CHECK-fla.patch
patches.fixes/0005-KEYS-request_key-should-reget-expired-keys-rather-th.patch
patches.fixes/KEYS-Fix-stale-key-registration-at-error-path
# bsc#907818, bsc#909077, bsc#910251: CVE-2014-9090, CVE-2014-9322, CVE-2014-8133
patches.fixes/x86_64-traps-fix-the-espfix64-df-fixup-and-rewrite-it-in-c.patch
patches.fixes/x86_64-traps-stop-using-ist-for-ss.patch
patches.fixes/x86_64-traps-rework-bad_iret.patch
patches.fixes/x86-tls-validate-tls-entries-to-protect-espfix.patch
# bsc#912202 (CVE-2014-9529) VUL-0: CVE-2014-9529: kernel-source: security/keys/gc.c race condition
patches.fixes/0001-KEYS-close-race-between-key-lookup-and-freeing.patch
# bsc#937032 - VUL-0: kernel: AMD Bulldozer Linux ASLR weakness: Reducing entropy by 87.5%
patches.fixes/x86-mm-improve-amd-bulldozer-aslr-workaround
##########################################################
# Audit
##########################################################
##########################################################
# AppArmor
##########################################################
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
# patches.apparmor/apparmor-profiles-seq_file
########################################################
# Address space layout randomization
########################################################
########################################################
# KDB v4.4
########################################################
########################################################
# Other patches for debugging
########################################################
patches.suse/crasher-26.diff
patches.suse/stack-unwind
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
patches.suse/unwind-remove-check-for-vdso32-compat-range
patches.suse/no-frame-pointer-select
patches.arch/x86_64-unwind-annotations
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments
########################################################
# Kdump
########################################################
########################################################
# cgroups
########################################################
########################################################
# audit subsystem
########################################################
########################################################
# Performance Monitoring, Tracing etc
########################################################
# failed to initialize ftrace in kernel-xen (bsc#873195)
patches.suse/ftrace-x86-xen-use-kernel-identity-mapping-only-when.patch
########################################################
# KVM patches
########################################################
# bsc#909078, CVE-2014-8134
patches.fixes/x86-kvm-clear-paravirt_enabled-on-kvm-guests-for-espfix32-s-benefit.patch
patches.arch/kvm-x86-fix-kvm_apic_has_events-to-check-for-NULL-po
########################################################
# Staging tree patches
# new drivers that are going upstream
########################################################
# bsc#933934, CVE-2015-4001, CVE-2015-4002, CVE-2015-4003
patches.fixes/ozwpan-use-proper-check-to-prevent-heap-overflow.patch
patches.fixes/ozwpan-use-unsigned-ints-to-prevent-heap-overflow.patch
patches.fixes/ozwpan-divide-by-zero-leading-to-panic.patch
patches.fixes/ozwpan-unchecked-signed-subtraction-leads-to-dos.patch
########################################################
# You'd better have a good reason for adding a patch
# below here.
########################################################
########################################################
# XEN architecture, version 3
########################################################
# xen patches, from xenbits mercurial repository.
# http://xenbits.xensource.com/ext/linux-2.6-merge.hg
#
# everything named "xen3-auto-*" is auto-generated.
# PLEASE DON'T EDIT THESE PATCHES. Create fixup patches
# on top of them instead. This reduces workload when
# re-basing to a newer xen tree.
#
# split out patches
patches.xen/kexec-move-segment-code-i386.patch
patches.xen/kexec-move-segment-code-x86_64.patch
patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev
patches.xen/pci-reserve
# bulk stuff, new files for xen
patches.xen/xen3-auto-xen-arch.diff
patches.xen/xen3-auto-xen-drivers.diff
patches.xen/xen3-auto-include-xen-interface.diff
patches.xen/xen3-auto-blktap2-pvops.diff
# kconfig bits for xen
patches.xen/xen3-auto-xen-kconfig.diff
# common code changes
patches.xen/xen3-auto-common.diff
patches.xen/xen3-auto-arch-x86.diff
patches.xen/xen3-auto-arch-i386.diff
patches.xen/xen3-auto-arch-x86_64.diff
# fixups due to upstream Xen parts
patches.xen/xen3-fixup-xen
# newer changeset backports
patches.xen/1268-x86-dma-required-mask.patch
patches.xen/1270-x86_64-MCE-Dom0-bank-vs-CPU.patch
patches.xen/1273-scsifront-locking-when-ring-full.patch
patches.xen/1276-scsifront-separate-flags.patch
patches.xen/1278-PCI-MSI-reject-res-with-clear-flags.patch
patches.xen/1282-usbback-limit-copying.patch
patches.xen/1283-xenbus-XS_ERROR-handling.patch
# changes outside arch/{i386,x86_64}/xen
patches.xen/xen3-fixup-kconfig
patches.xen/xen3-fixup-common
patches.xen/xen3-fixup-arch-x86
patches.xen/xen3-fixup-blktap2-pvops
# ports of upstream patches
patches.xen/xen3-patch-2.6.18
patches.xen/xen3-patch-2.6.19
patches.xen/xen3-patch-2.6.20
patches.xen/xen3-patch-2.6.21
patches.xen/xen3-patch-2.6.22
patches.xen/xen3-patch-2.6.23
patches.xen/xen3-patch-2.6.24
patches.xen/xen3-patch-2.6.25
patches.xen/xen3-patch-2.6.26
patches.xen/xen3-patch-2.6.27
patches.xen/xen3-patch-2.6.28
patches.xen/xen3-patch-2.6.29
patches.xen/xen3-patch-2.6.30
patches.xen/xen3-patch-2.6.31
patches.xen/xen3-patch-2.6.32
patches.xen/xen3-patch-2.6.33
patches.xen/xen3-patch-2.6.34
patches.xen/xen3-patch-2.6.35
patches.xen/xen3-patch-2.6.36
patches.xen/xen3-patch-2.6.37
patches.xen/xen3-patch-2.6.38
patches.xen/xen3-patch-2.6.39
patches.xen/xen3-patch-3.0
patches.xen/xen3-patch-3.1
patches.xen/xen3-patch-3.2
patches.xen/xen3-patch-3.3
patches.xen/xen3-patch-3.4
patches.xen/xen3-patch-3.5
patches.xen/xen3-patch-3.6
patches.xen/xen3-patch-3.7
patches.xen/xen3-patch-3.8
patches.xen/xen3-patch-3.9
patches.xen/xen3-patch-3.10
patches.xen/xen3-patch-3.11
patches.xen/xen3-patch-3.12
patches.xen/xen3-patch-3.13
patches.xen/xen3-patch-3.14
patches.xen/xen3-patch-3.15
patches.xen/xen3-patch-3.16
patches.xen/xen3-patch-3.16.1-2
patches.xen/xen3-patch-3.16.3-4
patches.xen/xen3-patch-3.16.4-5
# ports of other patches
patches.xen/xen3-x86_64-switch_to-load-tls-descriptors-before-switching-ds-and-es.patch
patches.xen/xen3-x86-asm-entry-64-remove-a-bogus-ret_from_fork-optimization.patch
patches.xen/xen3-x86_64-traps-fix-the-espfix64-df-fixup-and-rewrite-it-in-c.patch
patches.xen/xen3-x86_64-traps-stop-using-ist-for-ss.patch
patches.xen/xen3-x86_64-traps-rework-bad_iret.patch
patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations
# bugfixes and enhancements
patches.xen/xen-hypercall-symbols
patches.xen/xen-sys-suspend
patches.xen/xen-ipi-per-cpu-irq
patches.xen/xen-virq-per-cpu-irq
patches.xen/xen-clockevents
patches.xen/xen-spinlock-poll-early
patches.xen/xen-pcpu
patches.xen/xen-pcpu-hotplug-kexec
patches.xen/xen-mem-hotplug
patches.xen/xen-configurable-guest-devices
patches.xen/xen-setup-gsi
patches.xen/xen-privcmd-hcall-preemption
patches.xen/xen-privcmd-truly-batch
patches.xen/xen-unpriv-build
patches.xen/xen-cpufreq-report
patches.xen/xen-multi-page-ring
patches.xen/xen-balloon-max-target
patches.xen/xen-blkback-multi-page-ring
patches.xen/xen-blkback-indirect
patches.xen/xen-blkback-cdrom
patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkfront-multi-page-ring
patches.xen/xen-blkfront-indirect
patches.xen/xen-blkif-op-packet
patches.xen/xen-blkfront-cdrom
patches.xen/xen-blkfront-hvm-no-cdrom
patches.xen/xen-blktap-modular
patches.xen/xen-blktap-write-barriers
patches.xen/xen-blktap2-configurable-nr-devs
patches.xen/xen-netback-defer-netdev-destruction
patches.xen/xen-netback-notify-multi
patches.xen/xen-netback-generalize
patches.xen/xen-netback-multiple-tasklets
patches.xen/xen-netback-kernel-threads
patches.xen/xen-netback-tx-queue-len
patches.xen/xen-pciback-decode
patches.xen/xen-vscsi-large-requests
patches.xen/xen-cxgb3
patches.xen/xen-dcdbas
patches.xen/xen-pv-on-hvm-skip-initialization-of-emulated-devices
patches.xen/xen-x86-panic-no-reboot
patches.xen/xen-x86-dcr-fallback
patches.xen/xen-x86-no-lapic
patches.xen/xen-x86-pmd-handling
patches.xen/xen-x86-bigmem
patches.xen/xen-x86-exit-mmap
patches.xen/xen-x86-per-cpu-vcpu-info
patches.xen/xen-x86-pcpu
patches.xen/xen-x86-EFI
patches.xen/xen-x86-bzImage
patches.xen/xen-x86_64-pgd-pin
patches.xen/xen-x86_64-pgd-alloc-order
patches.xen/xen-x86_64-dump-user-pgt
patches.xen/xen-x86_64-note-init-p2m
patches.xen/xen-x86_64-unmapped-initrd
patches.xen/xen-x86_64-vread-pvclock
patches.kabi/kabi-fix-crc-for-dma_get_required_mask