File series.conf of Package kernel-ck-source
# 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-2.6.34.1
patches.kernel.org/patch-2.6.34.1-2
patches.kernel.org/patch-2.6.34.2-3
patches.kernel.org/patch-2.6.34.3-4
patches.kernel.org/patch-2.6.34.4-5
patches.kernel.org/patch-2.6.34.5-6
patches.kernel.org/patch-2.6.34.6-7
# would be making up 2.6.34.8 if it were to be released
patches.kernel.org/i2c-pca-platform-change-device-name-of-request_irq.patch
patches.kernel.org/hwmon-k8temp-01-differentiate-between-am2-and-asb1.patch
patches.kernel.org/hwmon-f75375s-01-shift-control-mode-to-the-correct-bit-position.patch
patches.kernel.org/hwmon-f75375s-02-do-not-overwrite-values-read-from-registers.patch
patches.kernel.org/hwmon-lm85-01-use-right-freq-table-for-ADT7468.patch
patches.kernel.org/drm-radeon-kms-register-an-i2c-adapter-name-for-the-dp-aux-bus.patch
########################################################
# Build fixes that apply to the vanilla kernel too.
# Patches in patches.rpmify are applied to both -vanilla
# and patched flavors.
########################################################
patches.rpmify/tioca-fix-assignment-from-incompatible-pointer-warnings
patches.rpmify/ia64-mca-fix-cast-from-integer-to-pointer-warning
patches.rpmify/dmar-fix-section-mismatch
patches.rpmify/ppc-crashdump-typefix
patches.rpmify/powerpc-kvm-build-failure-workaround
########################################################
# kABI consistency patches
########################################################
patches.kabi/revert-perf_events-fix-races-and-clean-up-perf_event-and-perf_mmap_data-interaction
patches.kabi/kabi-guard-struct-firmware-against-kabi-checker
patches.kabi/kabi-guard-against-compat-h-in-fs-aio-c
patches.kabi/revert-wrong-type-for-magic-argument-in-simple_fill_super
patches.kabi/kabi-guard-struct-hda_codec
patches.kabi/kabi-acpi-guard-acpi_processor_cx-changes
patches.kabi/revert-mm-make-the-vma-list-be-doubly-linked.patch
# these 2 depend on revert-mm-make-the-vma-list-be-doubly-linked, we
# may use find_vma_prev in them instead of vma->vm_prev
patches.suse/revert-mm-make-the-mlock-stack-guard-page-checks-stricter.patch
patches.suse/revert-mm-make-stack-guard-page-logic-use-vm_prev.patch
########################################################
#
# 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/buildhost
patches.rpmify/cloneconfig.diff
########################################################
# kbuild/module infrastructure fixes
########################################################
patches.suse/supported-flag
patches.suse/supported-flag-sysfs
patches.suse/supported-flag-enterprise
patches.fixes/kbuild-fix-generating-of-.symtypes-files
patches.suse/genksyms-add-override-flag.diff
patches.suse/kconfig-automate-kernel-desktop
########################################################
# Simple export additions/removals
########################################################
patches.suse/reiser4-exports
patches.suse/export-release_open_intent
patches.suse/export-security_inode_permission
+still_needed-33? patches.suse/export-sync_page_range
########################################################
# Bug workarounds for binutils
########################################################
########################################################
# Scheduler / Core
########################################################
patches.suse/setuid-dumpable-wrongdir
patches.fixes/seccomp-disable-tsc-option
patches.suse/hung_task_timeout-configurable-default
+needs_update-33 patches.suse/sched-revert-latency-defaults
# writable limits
patches.suse/rlim-0015-SECURITY-add-task_struct-to-setrlimit.patch
patches.suse/rlim-0016-core-add-task_struct-to-update_rlimit_cpu.patch
patches.suse/rlim-0017-sys_setrlimit-make-sure-rlim_max-never-grows.patch
patches.suse/rlim-0018-core-split-sys_setrlimit.patch
patches.suse/rlim-0019-core-allow-setrlimit-to-non-current-tasks.patch
patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch
patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch
patches.suse/rlim-0022-FS-proc-make-limits-writable.patch
patches.suse/rlim-0023-core-do-security-check-under-task_lock.patch
patches.fixes/make-note_interrupt-fast.diff
patches.fixes/twl6030-fix-note_interrupt-call
patches.fixes/use-rcu-lock-in-setpgid.patch
patches.fixes/compat-make-compat_alloc_user_space-incorporate-the-access_ok
patches.kabi/compat-make-compat_alloc_user_space-incorporate-the-access_ok-API-fixup.patch
patches.kabi/compat-make-compat_alloc_user_space-incorporate-the-access_ok-API-fixup-GENKSYMS.patch
patches.fixes/setup_arg_pages-diagnose-excessive-argument-size
patches.fixes/execve-improve-interactivity-with-large-arguments
patches.fixes/execve-make-responsive-to-sigkill-with-large-arguments
patches.fixes/do_exit-make-sure-that-we-run-with-get_fs-user_ds
########################################################
# 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.
########################################################
########################################################
# ia64
########################################################
patches.fixes/ia64-sparse-fixes.diff
patches.arch/mm-avoid-bad-page-on-lru
patches.arch/ia64-page-migration
patches.arch/ia64-page-migration.fix
patches.fixes/taskstats-alignment
########################################################
# 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-hpet-pre-read
+needs_update-33 patches.arch/x86_64-hpet-64bit-timer.patch
patches.arch/x86-mcp51-no-dac
patches.arch/kvm-split-paravirt-ops-by-functionality
patches.arch/kvm-only-export-selected-pv-ops-feature-structs
patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
patches.suse/x86-mark_rodata_rw.patch
patches.fixes/dmar-fix-oops-with-no-dmar-table
patches.fixes/x86-64-compat-retruncate-rax-after-ia32-syscall-entry-tracing
patches.fixes/x86-64-compat-test-rax-for-the-syscall-number-not-eax
########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
########################################################
# Needed on Boxboro/Westmere-EX to correctly decode the physical
# address of correctable errors
patches.arch/x86_mce_intel_decode_physical_address.patch
patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch
patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch
patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch
########################################################
# x86_64/4096CPUS - from SGI
########################################################
patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
########################################################
# x86 UV patches from SGI
########################################################
# bug 566745
patches.arch/UV-Expose-irq_desc-node-in-proc.patch
########################################################
# x86_64/i386 depending on the UV patchset
########################################################
########################################################
# powerpc/generic
########################################################
patches.suse/of_platform_driver.module-owner.patch
patches.suse/led_classdev.sysfs-name.patch
patches.suse/radeon-monitor-jsxx-quirk.patch
patches.suse/8250-sysrq-ctrl_o.patch
patches.suse/ppc-no-LDFLAGS_MODULE.patch
patches.arch/ppc-vio-modalias.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
patches.arch/ppc64-xmon-dmesg-printing.patch
patches.arch/ppc-prom-nodisplay.patch
patches.fixes/ptrace-getsiginfo
patches.arch/ppc-ipic-suspend-without-83xx-fix
patches.arch/ppc-vmcoreinfo.diff
########################################################
# PS3
########################################################
########################################################
# S/390
########################################################
patches.arch/s390-add-FREE_PTE_NR
patches.suse/s390-System.map.diff
patches.arch/s390-message-catalog.diff
patches.arch/kmsg-fix-parameter-limitations
patches.suse/s390-Kerntypes.diff
########################################################
# VM/FS patches
########################################################
patches.suse/unmap_vmas-lat
patches.suse/silent-stack-overflow-2.patch
patches.fixes/oom-warning
patches.suse/shmall-bigger
patches.fixes/grab-swap-token-oops
+needs_update-32 patches.suse/osync-error
patches.fixes/remount-no-shrink-dcache
patches.suse/reiser4-set_page_dirty_notag
patches.suse/file-capabilities-disable-by-default.diff
+npiggin patches.suse/files-slab-rcu.patch
patches.suse/mm-tune-dirty-limits.patch
patches.suse/mm-devzero-optimisation.patch
patches.fixes/aggressive-zone-reclaim.patch
patches.suse/readahead-request-tunables.patch
patches.fixes/direct-io-add-a-hook-for-the-fs-to-provide-its-own-submit_bio-function
patches.fixes/direct-io-move-aio_complete-into-end_io
patches.kabi/direct-io-move-aio_complete-into-end_io-kabi
patches.fixes/mm-use-addr-instead-of-start-to-adjust-guard-page
patches.fixes/aio-check-for-multiplication-overflow-in-do_io_submit
patches.fixes/avoid-pgoff-overflow-in-remap_file_pages
patches.fixes/perf_events-fix-perf_counter_mmap-hook-in-mprotect
########################################################
# IPC patches
########################################################
patches.fixes/sys_semctl-fix-kernel-stack-leakage
patches.fixes/ipc-initialize-structure-memory-to-zero-for-compat-functions
patches.fixes/ipc-shm-fix-information-leak-to-userland
########################################################
# nfsacl protocol (agruen)
########################################################
+agruen patches.suse/nfsacl-client-cache-CHECK.diff
+agruen patches.fixes/nfs-acl-caching.diff
########################################################
# misc small fixes
########################################################
patches.suse/connector-read-mostly
patches.suse/kbd-ignore-gfx.patch
########################################################
#
# ACPI patches
#
########################################################
# Check resource conflicts between hwmon and ACPI OpRegs
patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
+trenn patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch
patches.suse/add-initramfs-file_read_write
patches.suse/init-move-populate_rootfs-back-to-start_kernel
patches.suse/acpi-generic-initramfs-table-override-support
patches.suse/acpi-don-t-preempt-until-the-system-is-up
patches.arch/acpi_thermal_passive_blacklist.patch
patches.arch/acpi-export-hotplug_execute
+needs_update-32 patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch
# Adjust this patch for every new product (at least Enterprise
# level) to provide OEMs a safety break so that they can add
# for example SLE11 specific BIOS updates (if there is no other
# way to safely solve an ACPI issue).
+trenn patches.suse/acpi_osi_sle11_ident.patch
patches.arch/acpi_srat-pxm-rev-store.patch
patches.arch/acpi_srat-pxm-rev-ia64.patch
patches.arch/acpi_srat-pxm-rev-x86-64.patch
# HP WMI patches
patches.fixes/hp-wmi_detect_keys.patch
patches.fixes/hp_wmi_catch_unkown_event_key_codes.patch
patches.fixes/hp_wmi_use_prefix_string.patch
patches.fixes/hp_wmi_add_media_key.patch
patches.fixes/acpi_processor_check_maxcpus.patch
patches.fixes/ACPI-debugfs-custom_method-open-to-non-root.patch
########################################################
# CPUFREQ
########################################################
## cpuidle feature patch set still not consistent.
# patches.suse/cpuidle-cleanup
# patches.suse/cpuidle-implement-list
# patches.suse/cpuidle-cleanup-x86
# patches.suse/cpuidle-enable-pseries
# patches.suse/cpuidle-cleanup-pseries
# patches.suse/cpuidle-add-default-idle-ppc
# patches.suse/cpuidle-pseries-proc-idle
# patches.suse/cpuidle-eliminate-ppcmdpowersave1
# patches.suse/cpuidle-documentation
patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
patches.fixes/acpi-cpufreq_fix_cpu_any_notification.patch
patches.arch/x86-cpu-add-amd-core-boosting-feature-flag-to-proc-cpuinfo
patches.arch/powernow-k8-add-core-performance-boost-support
patches.arch/x86-cpufreq-add-aperf-mperf-support-for-amd-processors
patches.fixes/powernowk8-fix
########################################################
# AGP, graphics related stuff
########################################################
patches.arch/x86_agpgart-g33-stoeln-fix-2.patch
########################################################
# Suse specific stuff
########################################################
# TIOCGDEV - suse special
patches.fixes/tiocgdev
+still_needed? patches.suse/mm-increase-dirty-limits.patch
+needs_to_die-33 patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch
########################################################
# Networking, IPv6
########################################################
patches.fixes/bridge-module-get-put.patch
patches.fixes/net-sched-fix-some-kernel-memory-leaks
patches.fixes/rose-fix-signedness-issues-wrt-digi-count
patches.fixes/rds-de-pessimize-rds_page_copy_user.patch
patches.fixes/sctp-do-not-reset-the-packet-during-sctp_packet_config
patches.fixes/net-clear-heap-allocation-for-ethtool_grxclsrlall
patches.fixes/rds-integer-overflow-in-rds-cmsg-handling
patches.fixes/x25-prevent-crashing-when-parsing-bad-x-25-facilities
patches.fixes/tcp-increase-tcp_maxseg-socket-option-minimum
patches.fixes/net-truncate-recvfrom-and-sendto-length-to-int_max
########################################################
# NFS
########################################################
patches.fixes/nfs-slot-table-alloc
patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch
patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch
patches.fixes/sunrpc-monotonic-expiry
patches.fixes/nfs-readdir-cache-fix
########################################################
# lockd + statd
########################################################
########################################################
# cifs patches
########################################################
########################################################
# ext2/ext3
########################################################
patches.suse/ext3-barrier-default
# patches.suse/ext2-fsync-err
patches.fixes/ext3-mark-super-uptodate
########################################################
# ext4
########################################################
patches.fixes/ext4-fallocate-rlimit
patches.fixes/ext4-move-aio-completion-after-unwritten-extent-conversion
########################################################
# btrfs
########################################################
patches.fixes/blkdev-generalize-flags-for-blkdev_issue_fn-functions
patches.fixes/nilfs-fix-breakage-caused-by-barrier-flag-changes
patches.fixes/btrfs-link-block-groups-of-different-raid-types
patches.fixes/btrfs-kill-allocate_wait-in-space_info
patches.fixes/btrfs-shrink-delay-allocated-space-in-a-synchronized
patches.fixes/btrfs-kill-init_btrfs_i
patches.fixes/btrfs-introduce-contexts-for-metadata-reservation
patches.fixes/btrfs-integrate-metadata-reservation-with-start_transaction
patches.fixes/btrfs-update-metadata-reservation-for-delayed-allocation
patches.fixes/btrfs-introduce-global-metadata-reservation
patches.fixes/btrfs-metadata-reservation-for-orphan-inodes
patches.fixes/btrfs-metadata-enospc-handling-for-tree-log
patches.fixes/btrfs-pre-allocate-space-for-data-relocation
patches.fixes/btrfs-metadata-enospc-handling-for-balance
patches.fixes/btrfs-add-basic-dio-read-write-support
patches.fixes/btrfs-do-aio_write-instead-of-write
patches.fixes/btrfs-don-t-walk-around-with-task-state-task_running
patches.fixes/btrfs-use-async-helpers-for-dio-write-checksumming
patches.fixes/btrfs-rework-o_direct-enospc-handling
patches.fixes/btrfs-move-o_direct-space-reservation-to-btrfs_direct_io
patches.fixes/btrfs-avoid-enospc-errors-in-btrfs_dirty_inode
patches.fixes/btrfs-fix-preallocation-and-nodatacow-checks-in-o_direct
patches.fixes/btrfs-fix-block-generation-verification-race
patches.fixes/btrfs-drop-verbose-enospc-printk
patches.fixes/btrfs-allow-unaligned-dio
patches.fixes/btrfs-add-more-error-checking-to-btrfs_dirty_inode
patches.fixes/btrfs-fix-loop-device-on-top-of-btrfs
patches.fixes/btrfs-fix-fallocate-regression
patches.fixes/btrfs-uninitialized-data-is-check_path_shared
patches.fixes/btrfs-fix-remap_file_pages-error
patches.fixes/btrfs-fix-null-dereference-in-relocation-c
patches.fixes/btrfs-fix-bug_on-for-fs-converted-from-extn
patches.fixes/btrfs-handle-error-returns-from-btrfs_lookup_dir_item
patches.fixes/btrfs-handle-kzalloc-failure-in-open_ctree
patches.fixes/btrfs-btrfs_iget-returns-err_ptr
patches.fixes/btrfs-unwind-after-btrfs_start_transaction-errors
patches.fixes/btrfs-btrfs_read_fs_root_no_name-returns-err_ptrs
patches.fixes/btrfs-btrfs_lookup_dir_item-can-return-err_ptr
patches.fixes/btrfs-prohibit-a-operation-of-changing-acl-s-mask-when-noacl-mount-option-used
patches.fixes/btrfs-avoid-bug-when-dropping-root-and-reference-in-same-transaction
patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr
########################################################
# Reiserfs Patches
########################################################
patches.suse/reiserfs-barrier-default
patches.fixes/reiserfs-remove-2-tb-file-size-limit
########################################################
# dlm
########################################################
########################################################
# ocfs2
########################################################
patches.suse/ocfs2-allocation-resrvations.patch
patches.fixes/ocfs2-grab_cache_page-recursion-fix
########################################################
# gfs2
########################################################
patches.fixes/gfs2-fix-writing-to-non-page-aligned-gfs2_quota-structures
########################################################
# xfs
########################################################
patches.suse/xfs-dmapi-src
patches.suse/xfs-dmapi-enable
patches.suse/xfs-dmapi-xfs-enable
patches.suse/xfs-dmapi-re-add-flags-for-xfs_free_eofblocks
patches.suse/xfs-nfsd-dmapi-aware
patches.fixes/xfs-dmapi-fixes
patches.fixes/xfs-export-debug
patches.suse/xfs-dmapi-2-6-34-api-changes
patches.suse/xfs-dmapi-fix-incompatible-pointer-type-warning
patches.fixes/xfs-move-aio-completion-after-unwritten-extent-conversion
patches.fixes/xfs-prevent-reading-uninitialized-stack-memory
patches.fixes/xfs-skip-writeback-from-reclaim-context
########################################################
# novfs
########################################################
patches.suse/novfs-client-module
patches.suse/novfs-fix-debug-message.patch
patches.fixes/novfs-err_ptr-fix.diff
patches.fixes/novfs-fix-inode-uid
patches.fixes/novfs-incorrect-filesize-fix
patches.fixes/novfs-truncate-fix
patches.fixes/novfs-fix-oops-in-scope-finding
patches.fixes/novfs-dentry-cache-limit.patch
patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir
patches.fixes/novfs-LFS-initialization
patches.fixes/novfs-overflow-fixes
patches.fixes/novfs-bdi-init.diff
patches.fixes/novfs-xattr-memleak
patches.fixes/novfs-xattr-errcode-cleanup
patches.fixes/novfs-xattr-errcode-cleanup2
patches.fixes/novfs-lindent
patches.fixes/novfs-unlink-oops
########################################################
# other filesystem stuff: richacls
########################################################
patches.suse/0001-vfs-Hooks-for-more-fine-grained-directory-permission.patch
patches.suse/0002-vfs-Add-generic-IS_ACL-test-for-acl-support.patch
patches.suse/0003-vfs-Add-IS_RICHACL-test-for-richacl-support.patch
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch
patches.suse/0005-richacl-Permission-mapping-functions.patch
patches.suse/0006-richacl-Compute-maximum-file-masks-from-an-acl.patch
patches.suse/0007-richacl-Update-the-file-masks-in-chmod.patch
patches.suse/0008-richacl-Permission-check-algorithm.patch
patches.suse/0009-richacl-Helper-functions-for-implementing-richacl-in.patch
patches.suse/0010-richacl-Create-time-inheritance.patch
patches.suse/0011-richacl-Check-if-an-acl-is-equivalent-to-a-file-mode.patch
patches.suse/0012-richacl-Automatic-Inheritance.patch
patches.suse/0013-richacl-Restrict-access-check-algorithm.patch
patches.suse/0014-richacl-xattr-mapping-functions.patch
patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.patch
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
########################################################
# Swap-over-NFS
########################################################
patches.suse/SoN-01-mm-setup_per_zone_wmarks.patch
patches.suse/SoN-02-doc.patch
patches.suse/SoN-03-mm-gfp-to-alloc_flags-expose.patch
patches.suse/SoN-04-page_alloc-reserve.patch
patches.suse/SoN-05-reserve-slub.patch
patches.suse/SoN-06-mm-kmem_estimate_pages.patch
patches.suse/SoN-07-mm-PF_MEMALLOC-softirq.patch
patches.suse/SoN-08-mm-page_alloc-emerg.patch
patches.suse/SoN-09-global-ALLOC_NO_WATERMARKS.patch
patches.suse/SoN-10-mm-page_alloc-GFP_EMERGENCY.patch
patches.suse/SoN-11-mm-reserve.patch
patches.suse/SoN-12-mm-selinux-emergency.patch
patches.suse/SoN-13-net-ps_rx.patch
patches.suse/SoN-14-net-sk_allocation.patch
patches.suse/SoN-15-netvm-reserve.patch
patches.suse/SoN-16-netvm-reserve-inet.patch
patches.suse/SoN-17-netvm-reserve-inet.patch-fix
patches.suse/SoN-18-netvm-skbuff-reserve.patch
patches.suse/SoN-19-netvm-sk_filter.patch
patches.suse/SoN-20-netvm-tcp-deadlock.patch
patches.suse/SoN-21-emergency-nf_queue.patch
patches.suse/SoN-22-netvm.patch
patches.suse/SoN-23-mm-swapfile.patch
patches.suse/SoN-24-mm-page_file_methods.patch
patches.suse/SoN-25-nfs-swapcache.patch
patches.suse/SoN-26-nfs-swapper.patch
patches.suse/SoN-27-nfs-swap_ops.patch
patches.suse/SoN-28-nfs-alloc-recursions.patch
patches.suse/SoN-29-fix-swap_sync_page-race
patches.suse/SoN-30-fix-uninitialized-var.patch
# don't want to rediff SoN until this gets more testing
patches.suse/slab-handle-memoryless-nodes-v2a.patch
########################################################
# Netfilter
########################################################
patches.suse/netfilter-ipt_LOG-mac
patches.suse/netfilter-ip_conntrack_slp.patch
patches.fixes/fix-nf_conntrack_slp
patches.fixes/netfilter-remove-pointless-config_nf_ct_acct-warning
########################################################
#
# Device drivers
#
########################################################
patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch
########################################################
# Storage
########################################################
# libata
patches.drivers/libata-add-waits-for-govault
patches.drivers/libata-unlock-hpa-by-default
# Block layer fixes
patches.fixes/scsi-inquiry-too-short-ratelimit
patches.suse/scsi-netlink-ml
patches.fixes/bio-take-care-not-overflow-page-count-when-mapping-copying-user-data
patches.fixes/block-check-for-proper-length-of-iov-entries-in-blk_rq_map_user_iov
patches.fixes/block-limit-vec-count-in-bio_kmalloc-and-bio_alloc_map_data
patches.fixes/block-take-care-not-to-overflow-when-calculating-total-iov-length
+needs_update patches.drivers/mpt-fusion-4.22.00.00-update
patches.fixes/scsi-dh-queuedata-accessors
patches.fixes/scsi-dh-alua-retry-UA
patches.fixes/scsi-add-tgps-setting
patches.fixes/scsi-dh-alua-send-stpg
patches.fixes/scsi-dh-rdac-add-stk
patches.fixes/scsi-retry-alua-transition-in-progress
patches.fixes/scsi-check-host-lookup-failure
patches.drivers/megaraid-mbox-fix-SG_IO
patches.drivers/qla4xxx-5.01.00-k9-5.01.00.00.11.01-k10.patch
# Remaining SCSI patches (garloff)
patches.suse/scsi-error-test-unit-ready-timeout
patches.fixes/scsi-scan-blist-update
patches.fixes/proc-scsi-scsi-fix.diff
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.fixes/fix-pktcdvd-ioctl-dev_minor-range-check
patches.fixes/scsi-gdth-integer-overflow-in-ioctl
########################################################
# DRM/Video
########################################################
patches.fixes/drm-block-userspace-under-allocating-buffer-and-having-drivers-overwrite-it-v2
patches.kabi/drm-block-userspace-under-allocating-buffer-and-having-drivers-overwrite-it-v2
patches.fixes/i915-sanity-check-pread-pwrite.patch
patches.fixes/i915-rephrase-pwrite-bounds-checking.patch
patches.fixes/drivers-video-via-ioctl-c-prevent-reading-uninitialized-stack-memory
patches.fixes/drivers-video-sis-sis_main-c-prevent-reading-uninitialized-stack-memory
patches.fixes/drm-i915-unset-cursor-if-out-of-bounds-upon-mode-change-v4
patches.fixes/drm-radeon-kms-fix-gtt-MC-base-alignment.patch
########################################################
# video4linux
########################################################
patches.drivers/v4l-disable-dangerous-buggy-compat-function.patch
patches.fixes/v4l-dvb-ivtvfb-prevent-reading-uninitialized-stack-memory
########################################################
# Network
########################################################
patches.fixes/tulip-quad-NIC-ifdown
patches.suse/nameif-track-rename.patch
patches.fixes/tg3-fix-default-wol.patch
patches.drivers/ehea-modinfo.patch
patches.fixes/tehuti-firmware-name
# entropy FATE##307517
patches.drivers/bnx2-entropy-source.patch
patches.drivers/e1000-entropy-source.patch
patches.drivers/e1000e-entropy-source.patch
patches.drivers/igb-entropy-source.patch
patches.drivers/ixgbe-entropy-source.patch
patches.drivers/tg3-entropy-source.patch
patches.drivers/tg3-5785-and-57780-asic-revs-not-working.patch
patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser.patch
patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-WoL-e.patch
patches.drivers/ixgbe-skip-non-IPv4-packets-in-ATR-filter.patch
patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure
patches.fixes/drivers-net-eql-c-prevent-reading-uninitialized-stack-memory
patches.fixes/drivers-net-cxgb3-cxgb3_main-c-prevent-reading-uninitialized-stack-memory
patches.fixes/drivers-net-usb-hso-c-prevent-reading-uninitialized-memory
patches.fixes/niu-fix-kernel-buffer-overflow-for-ethtool_grxclsrlall
patches.fixes/tcp-Fix-4GB-writes-on-64-bit.patch
patches.fixes/net-Limit-socket-I-O-iovec-total-length.patch
patches.fixes/net-optimize-berkeley-packet-filter-bpf-processing
patches.fixes/filter-make-sure-filters-dont-read-uninitialized-memory
patches.fixes/can-bcm-fix-minor-heap-overflow
########################################################
# Wireless Networking
########################################################
patches.suse/wireless-no-aes-select
patches.suse/b43-missing-firmware-info.patch
patches.fixes/iwlwifi-fix-tx-power-configuration-on-3945-and-4965-devices
patches.fixes/ath5k-Fix-TX-RX-padding.patch
patches.fixes/ath5k-preserve-antenna-settings.patch
patches.fixes/ath5k-fix-AR5211-IQ-calibration.patch
patches.fixes/ath5k-fix-retries.patch
patches.fixes/ath5k-initialize-default-noise-floor.patch
patches.fixes/ath5k-fix-race-in-tx-desc-processing.patch
patches.fixes/ath5k-treat-RXORN-as-non-fatal.patch
patches.fixes/ath5k-ath9k-Fix-64-bits-TSF-reads.patch
patches.fixes/ath5k-drop-warning-on-jumbo-frames.patch
patches.fixes/ath5k-wake-queues-on-reset.patch
patches.fixes/ath5k-initialize-calibration-timers.patch
patches.fixes/ath5k-fix-NULL-pointer-in-antenna-configuration.patch
patches.fixes/ath5k-reset-more-pointers-after-we-free-skbs.patch
patches.fixes/ath5k-handle-descriptor-differences.patch
patches.fixes/ath5k-initialize-ah_current_channel.patch
patches.fixes/ath5k-move-reset-to-mac80211-workqueue.patch
patches.fixes/ath5k-disable-tasklets-during-reset.patch
patches.fixes/ath5k-clean-up-rxlink-handling.patch
patches.fixes/wireless-extensions-fix-kernel-heap-content-leak
patches.fixes/wext-fix-potential-private-ioctl-memory-content-leak
patches.fixes/rt2x00-Let-RF-chipset-decide-the-RF-channel-switch-m.patch
patches.fixes/rt2x00-rt2800-use-tx_power2-in-rt2800_config_channel.patch
patches.fixes/rt2x00-Fix-channel-configuration-for-RF3052.patch
patches.fixes/rt2x00-Fix-max-TX-power-settings.patch
patches.kabi/rt2x00-channel_info.patch
########################################################
# iSCSI
########################################################
########################################################
# PCI and PCI hotplug
########################################################
patches.fixes/pci-hotplug-cpqphp-fix-crash.patch
########################################################
# sysfs / driver core
########################################################
patches.drivers/driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch
########################################################
# USB
########################################################
########################################################
# I2C
########################################################
########################################################
# Input & Console
########################################################
patches.suse/bootsplash
patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch
patches.suse/bootsplash-keep-multiple-data
patches.suse/bootsplash-scaler
patches.suse/bootsplash-console-fix
patches.drivers/elousb.patch
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
patches.drivers/input-Add-LED-support-to-Synaptics-device
##########################################################
# Sound
##########################################################
patches.drivers/alsa-hda-01-Add-beep-mixer-support-to-Conexant-codecs
patches.drivers/alsa-hda-02-Add-pin-fix-for-HP-dc5750
patches.drivers/alsa-hda-03-nvhdmi-add-missing-codec-ids
patches.drivers/alsa-hda-05-Handle-missing-NID-0x1b-on-ALC259-codec
patches.drivers/alsa-hda-06-Handle-pin-NID-0x1a-on-ALC259-269
patches.drivers/alsa-hda-07-conexant-5066-quirks
patches.drivers/alsa-hda-08-sony-alc269-fixup
patches.drivers/alsa-hda-09-increase-connection-for-alc662
patches.drivers/alsa-hda-10-Add-model-mbp55-entry-for-MacBookPro-7-1
patches.drivers/alsa-hda-11-Fix-wrong-SPDIF-NID-assignment-for-CA0110
patches.drivers/alsa-hda-12-Add-some-workarounds-for-Creative-IBG
patches.drivers/alsa-hda-13-Add-workarounds-for-CT-IBG-controllers
patches.drivers/alsa-Enable-jiffies-check-in-xrun-debug-as-default
patches.fixes/alsa-seq-oss-fix-double-free-at-error-path-of-snd_seq_oss_open
patches.fixes/alsa-sound-pci-rme9652-prevent-reading-uninitialized-stack-memory
patches.fixes/alsa-prevent-heap-corruption-in-snd_ctl_new
##########################################################
# Char + Serial
##########################################################
patches.fixes/isdn-avoid-calling-tty_ldisc_flush.patch
patches.fixes/tty-restore-tty_ldisc_wait_idle.patch
########################################################
# Other driver fixes
########################################################
patches.fixes/ieee1394-sbp2_long_sysfs_ieee1394_id.patch
patches.fixes/parport-mutex
# suse-2.4 compatible crypto loop driver
patches.suse/twofish-2.6
# Allow setting maximum number of raw devices
patches.suse/raw_device_max_minors_param.diff
patches.suse/no-partition-scan
patches.fixes/dib0700-select-dib0090-frontend.patch
patches.fixes/pvrusb2-fix-oops-on-device-teardown.patch
patches.fixes/hpet-unmap-unused-I-O-space.patch
########################################################
# Other drivers we have added to the tree
########################################################
########################################################
# Suspend/Resume stuff
########################################################
########################################################
# device-mapper
########################################################
patches.suse/dm-emulate-blkrrpart-ioctl
patches.suse/dm-raid45-26-Nov-2009.patch
patches.suse/dmraid45-dm_dirty_log_create-api-fix
patches.suse/dmraid45-dm_get_device-takes-fewer-arguments
patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md
patches.fixes/dm-mpath-reattach-dh
patches.suse/dm-mpath-leastpending-path-update
patches.suse/dm-mpath-accept-failed-paths
patches.suse/dm-mpath-detach-existing-hardware-handler
patches.suse/dm-mpath-null-pgs
patches.fixes/dm-table-switch-to-readonly
patches.suse/dm-mpath-evaluate-request-result-and-sense
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
########################################################
# md
########################################################
##########################################################
#
# Security stuff
#
##########################################################
patches.fixes/keys-fix-rcu-no-lock-warning-in-keyctl_session_to_parent
patches.fixes/keys-fix-bug-in-keyctl_session_to_parent-if-parent-has-no-session-keyring
##########################################################
# Audit
##########################################################
##########################################################
# AppArmor
##########################################################
patches.apparmor/apparmor-security-module
patches.apparmor/apparmor-default-lsm
patches.apparmor/apparmor-correct-mapping-of-file-permissions
patches.apparmor/apparmor-turn-auditing-of-ptrace-on
patches.apparmor/apparmor-fix-operator-precidence-issue-in-as_path_link
patches.apparmor/apparmor-explicitly-include-header-files-to-allow-apparmor-to-build-on-powerpc
patches.apparmor/apparmor-ensure-apparmor-enabled-parmater-is-off-if-apparmor-fails-to-initialize
patches.apparmor/apparmor-fix-auditing-of-domain-transitions-to-include-target-profile-information
patches.apparmor/apparmor-fix-c99-violation
patches.apparmor/apparmor-fix-build-failure-on-ia64
patches.apparmor/apparmor-revert-reporting-of-create-to-write-permission
patches.apparmor/apparmor-fix-null-pointer-dereference-oops-in-profile-attachment
patches.apparmor/apparmor-fix-argument-size-missmatch-on-64-bit-builds
patches.apparmor/apparmor-fix-change_profile-failing-lpn401931
patches.apparmor/apparmor-fix-determination-of-forced-audit-messages
patches.apparmor/apparmor-fix-oops-in-auditing-of-the-policy-interface-offset
patches.apparmor/apparmor-fix-profile-attachment-for-regexp-based-profile-names
patches.apparmor/apparmor-return-the-correct-error-codes-on-profile-addition-removal
patches.apparmor/apparmor-fix-oops-in-profile-listing-and-display-full-list
patches.apparmor/apparmor-fix-mapping-of-pux-to-new-internal-permission-format
patches.apparmor/apparmor-fix-change_profile-failure
patches.apparmor/apparmor-fix-profile-namespace-removal
patches.apparmor/apparmor-fix-oops-when-auditing-the-addition-of-profile-namespace
patches.apparmor/apparmor-fix-mediation-of-created-paths-that-look-like-deleted-paths
patches.apparmor/apparmor-fix-file-auditing-when-quiet-is-used
patches.apparmor/apparmor-policy-load-and-replacement-can-fail-to-alloc-mem
patches.apparmor/apparmor-fix-failure-to-audit-change_hat-correctly
patches.apparmor/apparmor-allow-truncation-of-deleted-files
patches.apparmor/apparmor-fix-oops-after-profile-removal
patches.apparmor/apparmor-fix-oops-when-in-apparmor_bprm_set_creds
patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling
patches.apparmor/apparmor-fix-refcounting-bug-causing-leak-of-creds-and-oops
patches.apparmor/apparmor-fix-leak-when-profile-transition-table-fails-unpack
patches.apparmor/apparmor-fully-close-race-condition-for-deleted-paths
patches.apparmor/apparmor-missing-unlock
patches.apparmor/ptrace_may_access-fix
patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use
patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around
patches.apparmor/apparmor-add-temporary-declaration-for-vfsmount_lock
########################################################
# Address space layout randomization
########################################################
########################################################
# KDB v4.4
########################################################
patches.suse/kdb-common
patches.suse/kdb-x86
patches.suse/kdb-ia64
patches.suse/kdb-build-fixes
patches.suse/kdb-x86-build-fixes
patches.suse/kdb-usb-rework
patches.suse/kdb_fix_ia64_build.patch
patches.suse/kdb_dont_touch_i8042_early.patch
patches.suse/kdb-fix-assignment-from-incompatible-pointer-warnings
patches.suse/kdb-handle-nonexistance-keyboard-controller
patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro
patches.suse/kdb-vm-api-changes-for-2-6-34
########################################################
# Other patches for debugging
########################################################
patches.suse/crasher-26.diff
patches.suse/stack-unwind
patches.suse/no-frame-pointer-select
patches.arch/x86_64-unwind-annotations
########################################################
# Kdump
########################################################
+needs_update-33 patches.suse/kdump-dump_after_notifier.patch
########################################################
# cgroups
########################################################
patches.suse/cgroup-disable-memory.patch
########################################################
# audit subsystem
########################################################
patches.suse/audit-export-logging.patch
########################################################
# Performance Monitoring, Tracing etc
########################################################
patches.fixes/oprofile_bios_ctr.patch
patches.trace/utrace-core
patches.trace/x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch
patches.fixes/tracing-t_start-reset-ftrace_iter_hash-in-case-of-seek-pread
########################################################
# KVM patches
########################################################
patches.fixes/kvm-ioapic.patch
patches.fixes/kvm-macos.patch
patches.fixes/kvm-x86-fix-information-leak-to-userland
patches.fixes/kvm-move-dr-register-access-handling-into-generic-code
########################################################
# Staging tree patches
# new drivers that are going upstream
########################################################
########################################################
# "fastboot" patches
# These should all be upstream, we took them from
# moblin to try to speed up the boot process
########################################################
patches.suse/linux-2.6.29-dont-wait-for-mouse.patch
patches.suse/linux-2.6.29-enable-async-by-default.patch
- patches.suse/linux-2.6.29-even-faster-kms.patch
patches.suse/linux-2.6.29-silence-acer-message.patch
patches.suse/linux-2.6.29-kms-after-sata.patch
patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch
# some driver patches, should move up in the series...
patches.suse/linux-2.6.29-touchkit.patch
patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.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.
#
### both uml framebuffer and xen need this one.
patches.xen/add-console-use-vt
# split out patches
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch
patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch
patches.xen/ipv6-no-autoconf
patches.xen/pci-guestdev
patches.xen/pci-reserve
patches.xen/tmem
# 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
# 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/1026-blktap2-PG_reserved.patch
patches.xen/1032-netback-add-sched-list-irqs.patch
patches.xen/1040-pcifront-rescan-claim.patch
patches.xen/1041-pcifront-irq-not-evtchn.patch
patches.xen/1045-netback-sched-list-remove.patch
patches.xen/1050-evtchn-cpu-clear.patch
# changes outside arch/{i386,x86_64}/xen
patches.xen/xen3-fixup-kconfig
patches.xen/xen3-fixup-common
patches.xen/xen3-fixup-arch-x86
# ports of other 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.34.1
patches.xen/xen3-patch-2.6.34.1-2
patches.xen/xen3-patch-2.6.34.3-4
patches.xen/xen3-patch-2.6.34.5-6
patches.xen/xen3-seccomp-disable-tsc-option
patches.xen/xen3-x86-mcp51-no-dac
patches.xen/xen3-x86-mark_rodata_rw.patch
patches.xen/xen3-x86-64-compat-retruncate-rax-after-ia32-syscall-entry-tracing
patches.xen/xen3-x86-64-compat-test-rax-for-the-syscall-number-not-eax
patches.xen/xen3-acpi_processor_check_maxcpus.patch
patches.xen/xen3-driver-core-add-devname-module-aliases-to-allow-module-on-demand-auto-loading.patch
patches.xen/xen3-kdb-x86
patches.xen/xen3-stack-unwind
patches.xen/xen3-x86_64-unwind-annotations
patches.xen/xen3-x86_cpufreq_make_trace_power_frequency_cpufreq_driver_independent.patch
# bugfixes and enhancements
patches.xen/xen-balloon-max-target
patches.xen/xen-modular-blktap
patches.xen/xen-blkback-bimodal-suse
patches.xen/xen-blkif-protocol-fallback-hack
patches.xen/xen-blkback-cdrom
patches.xen/xen-blktap-write-barriers
patches.xen/xen-op-packet
patches.xen/xen-blkfront-cdrom
patches.xen/xen-sections
patches.xen/xen-swiotlb-heuristics
patches.xen/xen-kconfig-compat
patches.xen/xen-cpufreq-report
patches.xen/xen-staging-build
patches.xen/xen-sysdev-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-configurable-guest-devices
patches.xen/xen-netback-nr-irqs
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-netfront-ethtool
patches.xen/xen-dcdbas
patches.xen/xen-floppy
patches.xen/xen-kzalloc
patches.xen/xen-unpriv-build
patches.xen/xen-x86-panic-no-reboot
patches.xen/xen-x86-dcr-fallback
patches.xen/xen-x86-consistent-nmi
patches.xen/xen-x86-no-lapic
patches.xen/xen-x86-pmd-handling
patches.xen/xen-x86-bigmem
patches.xen/xen-x86-machphys-prediction
patches.xen/xen-x86-exit-mmap
patches.xen/xen-x86-per-cpu-vcpu-info
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
# kABI adjustments
patches.kabi/xen3-patch-2.6.34
patches.kabi/xen3-patch-2.6.34.1-2