File series.conf of Package kernel-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-3.3.1
	patches.kernel.org/patch-3.3.1-2
	patches.kernel.org/patch-3.3.2-3
	patches.kernel.org/patch-3.3.3-4
	patches.kernel.org/patch-3.3.4-5
	patches.kernel.org/patch-3.3.5-6

        ########################################################
        # Build fixes that apply to the vanilla kernel too.
	# Patches in patches.rpmify are applied to both -vanilla
	# and patched flavors.
        ########################################################
	patches.rpmify/apm-honor-config_apm_cpu_idle-n
	patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
	patches.rpmify/pti-depends-on-x86-pci

        ########################################################
        # 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-enterprise
	patches.suse/genksyms-add-override-flag.diff
	patches.suse/kconfig-automate-kernel-desktop

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


        ########################################################
	# ia64
        ########################################################

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

    # Queued for 3.4, please remove the autoload patches then
    # including the autoload_fixes below
	patches.arch/001-x86_autoload.patch
	patches.arch/002-x86_autoload.patch
	patches.arch/003-x86_autoload.patch
	patches.arch/004-x86_autoload.patch
	patches.arch/005-x86_autoload.patch
	patches.arch/006-x86_autoload.patch
	patches.arch/007-x86_autoload.patch
	patches.arch/008-x86_autoload.patch
	patches.arch/009-x86_autoload.patch
	patches.arch/010-x86_autoload.patch

	patches.arch/001-x86_autoload_fixes.patch
	patches.arch/002-x86_autoload_fixes.patch
	patches.arch/003-x86_autoload_fixes.patch
	patches.arch/004-x86_autoload_fixes.patch
	patches.arch/005-x86_autoload_fixes.patch
	patches.arch/006-x86_autoload_fixes.patch
	patches.arch/007-x86_autoload_fixes.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

	########################################################
	# 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/led_classdev.sysfs-name.patch
	patches.suse/radeon-monitor-jsxx-quirk.patch

	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
	patches.arch/ppc64-xmon-dmesg-printing.patch
	patches.arch/ppc-prom-nodisplay.patch
	patches.fixes/ptrace-getsiginfo
	# KVM patches for OBS
	patches.arch/ppc-kvm-convert-rma-allocation.patch
	patches.arch/ppc-kvm-add-hpt-preallocator.patch

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

        ########################################################
        # ARM
        ########################################################
	patches.arch/arm-phys-offset.patch

	########################################################
	# S/390
	########################################################
	patches.arch/s390-message-catalog.diff
	patches.arch/s390-message-catalog-fix.diff
	patches.arch/s390-message-catalog-perl-fix.diff
	patches.arch/kmsg-fix-parameter-limitations

	patches.suse/s390-Kerntypes.diff

        ########################################################
        # VM/FS patches
        ########################################################
	patches.fixes/oom-warning
	patches.fixes/grab-swap-token-oops

	patches.fixes/remount-no-shrink-dcache

	patches.suse/readahead-request-tunables.patch
	patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
	patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch

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

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

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

	patches.arch/acpi_thermal_passive_blacklist.patch

	patches.arch/acpi_fix_fadt_32_bit_zero_length.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

	# Queued for 2.6.36 -> just revert after some time
	patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch

	patches.drivers/apei_allow_drivers_access_nvs_ram.patch

	patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch
	patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch
	patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch

	patches.arch/dell_latitude_e6xxx_e5xxx__fix_reboot.patch

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

	patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch

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

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

	########################################################
	# Suse specific stuff
	########################################################
	patches.suse/msft-hv-0309-Staging-hv-storvsc-Cleanup-some-comments.patch
	patches.suse/msft-hv-0310-Staging-hv-storvsc-Cleanup-storvsc_probe.patch
	patches.suse/msft-hv-0311-Staging-hv-storvsc-Cleanup-storvsc_queuecommand.patch
	patches.suse/msft-hv-0312-Staging-hv-storvsc-Introduce-defines-for-srb-stat.patch
	patches.suse/msft-hv-0313-Staging-hv-storvsc-Cleanup-storvsc_host_reset_han.patch
	patches.suse/msft-hv-0314-Staging-hv-storvsc-Move-and-cleanup-storvsc_remov.patch
	patches.suse/msft-hv-0315-Staging-hv-storvsc-Add-a-comment-to-explain-life.patch
	patches.suse/msft-hv-0316-Staging-hv-storvsc-Get-rid-of-the-on_io_completio.patch
	patches.suse/msft-hv-0317-Staging-hv-storvsc-Rename-the-context-field-in-hv.patch
	patches.suse/msft-hv-0318-Staging-hv-storvsc-Miscellaneous-cleanup-of-storv.patch
	patches.suse/msft-hv-0319-Staging-hv-storvsc-Cleanup-the-code-for-generatin.patch
	patches.suse/msft-hv-0320-Staging-hv-storvsc-Cleanup-some-protocol-related.patch
	patches.suse/msft-hv-0321-Staging-hv-storvsc-Get-rid-of-some-unused-defines.patch
	patches.suse/msft-hv-0322-Staging-hv-storvsc-Consolidate-the-request-struct.patch
	patches.suse/msft-hv-0323-Staging-hv-storvsc-Consolidate-all-the-wire-proto.patch
	patches.suse/msft-hv-0324-Staging-hv-storvsc-Move-the-storage-driver-out-of.patch
	patches.suse/msft-hv-0331-drivers-hv-Get-rid-of-some-unnecessary-code.patch
	patches.suse/msft-hv-0332-drivers-hv-kvp-Add-cleanup-connector-defines.patch
	patches.suse/msft-hv-0333-drivers-hv-kvp-Move-the-contents-of-hv_kvp.h-to-h.patch
	patches.suse/msft-hv-0334-net-hyperv-Convert-camel-cased-variables-in-rndis_f.patch
	patches.suse/msft-hv-0335-net-hyperv-Correct-the-assignment-in-netvsc_recv_ca.patch
	patches.suse/msft-hv-0336-net-hyperv-Remove-the-unnecessary-memset-in-rndis_f.patch
	patches.suse/msft-hv-0337-drivers-hv-Cleanup-the-kvp-related-state-in-hyperv.patch
	patches.suse/msft-hv-0338-tools-hv-Use-hyperv.h-to-get-the-KVP-definitions.patch
	patches.suse/msft-hv-0339-drivers-hv-kvp-Cleanup-the-kernel-user-protocol.patch
	patches.suse/msft-hv-0340-drivers-hv-Increase-the-number-of-VCPUs-supported.patch
	patches.suse/msft-hv-0341-net-hyperv-Fix-data-corruption-in-rndis_filter_rece.patch
	patches.suse/msft-hv-0342-net-hyperv-Add-support-for-vlan-trunking-from-guest.patch
	patches.suse/msft-hv-0343-Drivers-hv-Add-new-message-types-to-enhance-KVP.patch
	patches.suse/msft-hv-0344-Drivers-hv-Support-the-newly-introduced-KVP-messag.patch
	patches.suse/msft-hv-0345-Tools-hv-Fully-support-the-new-KVP-verbs-in-the-us.patch
	patches.suse/msft-hv-0346-Tools-hv-Support-enumeration-from-all-the-pools.patch
	patches.suse/msft-hv-0347-net-hyperv-Fix-the-code-handling-tx-busy.patch
	patches.suse/suse-hv-storvsc-ignore-ata_16.patch
	patches.suse/suse-hv-pata_piix-ignore-disks.patch

        ########################################################
        # Networking, IPv6
        ########################################################
	patches.fixes/bridge-module-get-put.patch

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

+needs_update37	patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
	patches.fixes/nfs-adaptive-readdir-plus
	patches.fixes/nfs-connect-timeout

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

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

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

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

	########################################################
	# btrfs
	########################################################
	patches.suse/btrfs-add-btrfs_panic
	patches.suse/btrfs-catch-locking-failures-in-set-clear-extent_bit
	patches.suse/btrfs-panic-on-bad-rbtree-operations
	patches.suse/btrfs-simplify-btrfs_insert_root
	patches.suse/btrfs-btrfs_tree_unlock-should-return-void
	patches.suse/btrfs-clean_tree_block-should-panic-on-error-and-return-void
	patches.suse/btrfs-btrfs_reserve_extent-check-sinfo
	patches.suse/btrfs-clear_extent_bit-api-change
	patches.suse/btrfs-find_and_setup_root-error-push-up
	patches.suse/btrfs-btrfs_update_root-error-push-up
	patches.suse/btrfs-extent_io-wait_on_state-should-return-void
	patches.suse/btrfs-extent_io-wait_extent_bit-should-return-void
	patches.suse/btrfs-extent_io-__unlock_for_delalloc-should-return-void
	patches.suse/btrfs-extent_io-check_page_uptodate-should-return-void
	patches.suse/btrfs-extent_io-check_page_locked-should-return-void
	patches.suse/btrfs-extent_io-check_page_writeback-should-return-void
	patches.suse/btrfs-extent_io-clear_extent_buffer_dirty-should-return-void
	patches.suse/btrfs-volumes-btrfs_cleanup_fs_uuids-should-return-void
	patches.suse/btrfs-volumes-run_scheduled_bios-should-return-void
	patches.suse/btrfs-volumes-btrfs_close_extra_devices-should-return-void
	patches.suse/btrfs-volumes-schedule_bio-should-return-void
	patches.suse/btrfs-volumes-fill_device_from_item-should-return-void
	patches.suse/btrfs-async_thread-run_ordered_completions-should-return-void
	patches.suse/btrfs-async_thread-btrfs_stop_workers-should-return-void
	patches.suse/btrfs-async_thread-btrfs_requeue_work-should-return-void
	patches.suse/btrfs-tree-log-btrfs_end_log_trans-should-return-void
	patches.suse/btrfs-tree-log-wait_for_writer-should-return-void
	patches.suse/btrfs-btrfs_init_compress-should-return-void
	patches.suse/btrfs-btrfs_invalidate_inodes-should-return-void
	patches.suse/btrfs-disk-io-__setup_root-should-return-void
	patches.suse/btrfs-disk-io-btrfs_destroy_delalloc_inodes-should-return-void
	patches.suse/btrfs-extent-tree-btrfs_prepare_extent_commit-should-return-void
	patches.suse/btrfs-extent-tree-btrfs_set_block_group_rw-should-return-void
	patches.suse/btrfs-extent-tree-setup_inline_extent_backref-should-return-void
	patches.suse/btrfs-fix-kfree-of-member-instead-of-structure
	patches.suse/btrfs-simplify-btrfs_submit_bio_hook
	patches.suse/btrfs-factor-out-tree-ops-merge_bio_hook-call
	patches.suse/btrfs-submit_bio_hook-error-push-up
	patches.suse/btrfs-_add_reloc_root-error-push-up
	patches.suse/btrfs-fixup_low_keys-should-return-void
	patches.suse/btrfs-setup_items_for_insert-should-return-void
	patches.suse/btrfs-del_ptr-should-return-void
	patches.suse/btrfs-insert_ptr-should-return-void
	patches.suse/btrfs-add_delayed_ref_head-should-return-void
	patches.suse/btrfs-add_delayed_tree_ref-should-return-void
	patches.suse/btrfs-add_delayed_data_ref-should-return-void
	patches.suse/btrfs-btrfs_truncate_item-should-return-void
	patches.suse/btrfs-btrfs_extend_item-should-return-void
	patches.suse/btrfs-end_compressed_writeback-should-return-void
	patches.suse/btrfs-copy_for_split-should-return-void
	patches.suse/btrfs-extent-tree-update_inline_extent_backref-should-return-void
	patches.suse/btrfs-btrfs_put_ordered_extent-should-return-void
	patches.suse/btrfs-__btrfs_remove_ordered_extent-should-return-void
	patches.suse/btrfs-btrfs_wait_ordered_extents-should-return-void
	patches.suse/btrfs-btrfs_wait_ordered_range-should-return-void
	patches.suse/btrfs-btrfs_run_ordered_operations
	patches.suse/btrfs-btrfs_add_ordered_operation-should-return-void
	patches.suse/btrfs-btrfs_add_ordered_sum-should-return-void
	patches.suse/btrfs-btrfs_free_fs_root-should-return-void
	patches.suse/btrfs-del_fs_roots-should-return-void
	patches.suse/btrfs-btrfs_destroy_ordered_operations-should-return-void
	patches.suse/btrfs-btrfs_destroy_ordered_extents-should-return-void
	patches.suse/btrfs-btrfs_destroy_pending_snapshots-should-return-void
	patches.suse/btrfs-add-extent_state-alloc-free-tracing
	patches.suse/btrfs-btrfs_set_item_key_safe-should-bug-and-return-void
	patches.suse/btrfs-scrub-functions-should-return-void
	patches.suse/btrfs-drop-gfp_t-from-lock_extent
	patches.suse/btrfs-split-extent_state-ops
	patches.suse/btrfs-btrfs_drop_snapshot-should-return-int
	patches.suse/btrfs-0001-Don-t-BUG_ON-errors-from-btrfs_create_subvol_r.patch
	patches.suse/btrfs-0002-Don-t-BUG_ON-errors-in-update_ref_for_cow.patch
	patches.suse/btrfs-0003-Don-t-BUG_ON-kzalloc-error-in-btrfs_lookup_csu.patch
	patches.suse/btrfs-0005-Don-t-BUG_ON-errors-in-__finish_chunk_alloc.patch
	patches.suse/btrfs-0011-Go-readonly-on-bad-extent-refs-in-update_ref_f.patch
	patches.suse/btrfs-0012-Don-t-BUG_ON-errors-from-update_ref_for_cow.patch
	patches.suse/btrfs-0013-Go-readonly-on-tree-errors-in-balance_level.patch
	patches.suse/btrfs-0018-Don-t-BUG_ON-insert-errors-in-btrfs_alloc_dev_.patch
	patches.suse/btrfs-0019-Remove-BUG_ON-from-__btrfs_alloc_chunk.patch
	patches.suse/btrfs-0020-Remove-BUG_ON-from-__finish_chunk_alloc.patch
	patches.suse/btrfs-error-varargs
	patches.suse/btrfs-handle-EIO

	########################################################
	# Reiserfs Patches
	########################################################
+needs_updating-39	patches.suse/reiser4-dependencies

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

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

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

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

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

	########################################################
	# other filesystem stuff
	########################################################
	patches.fixes/hfs-avoid-crash-in-hfs_bnode_create

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

	########################################################
	# Netfilter
	########################################################

	patches.suse/netfilter-ip_conntrack_slp.patch
	patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack

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

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

	# Block layer fixes
	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.fixes/scsi-check-host-lookup-failure
	patches.drivers/megaraid-mbox-fix-SG_IO

	# Remaining SCSI patches (garloff)
	patches.suse/scsi-error-test-unit-ready-timeout
	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

	########################################################
	# DRM/Video
	########################################################
	patches.fixes/0001-fix-NULL-pointer-dereference-in-DSS2-VENC-sysfs-debu.patch

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

	########################################################
	# Network
	########################################################
	patches.fixes/tulip-quad-NIC-ifdown
	patches.drivers/ehea-modinfo.patch

	########################################################
	# Wireless Networking
	########################################################
	patches.suse/b43-missing-firmware-info.patch

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

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

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

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

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

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

	########################################################
	# Input & Console
	########################################################
	patches.suse/SUSE-bootsplash
	patches.drivers/elousb.patch
	patches.suse/elousb-2.6.35-api-changes
	patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
	patches.drivers/input-Add-LED-support-to-Synaptics-device

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

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

	########################################################
	# Other driver fixes
	########################################################
	patches.fixes/parport-mutex

	# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare	patches.suse/no-partition-scan
	patches.fixes/samsung-laptop-make-the-dmi-check-less-strict.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.suse/dm-raid45-api-update-no-barriers
	patches.suse/dm-raid45-api-2.6.39
	patches.suse/dm-raid45-api-3.0
	patches.suse/dm-raid45-split-dependencies
	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.fixes/dm-table-switch-to-readonly
	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
	########################################################

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

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

	##########################################################
	# AppArmor
	##########################################################
	patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
	patches.apparmor/apparmor-compatibility-patch-for-v5-interface
	patches.apparmor/apparmor-allow-dfa-backward-compatibility-with-broken-userspace


	########################################################
	# 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/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
	########################################################
	patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch

	########################################################
	# KVM patches
	########################################################
	patches.fixes/kvm-ioapic.patch
	patches.fixes/kvm-macos.patch

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

        ########################################################
	# 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/kexec-move-segment-code-i386.patch
	patches.xen/kexec-move-segment-code-x86_64.patch
	patches.xen/frontswap-header
	patches.xen/frontswap-hooks
	patches.xen/frontswap-core
	patches.xen/frontswap-config
	patches.xen/cleancache-update
	patches.xen/frontswap-cleancache-invalidate
	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

	# 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 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.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-004-x86_autoload.patch
	patches.xen/xen3-006-x86_autoload.patch
	patches.xen/xen3-009-x86_autoload.patch
	patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
	patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
	patches.xen/xen3-stack-unwind
	patches.xen/xen3-x86_64-unwind-annotations

	# bugfixes and enhancements
	patches.xen/xen-kconfig-compat
	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-hotplug
	patches.xen/xen-pcpu-hotplug-kexec
	patches.xen/xen-mem-hotplug
	patches.xen/xen-swiotlb-heuristics
	patches.xen/xen-configurable-guest-devices
	patches.xen/xen-setup-gsi
	patches.xen/xen-sections
	patches.xen/xen-unpriv-build
	patches.xen/xen-cpufreq-report
	patches.xen/xen-balloon-max-target
	patches.xen/xen-blkif-protocol-fallback-hack
	patches.xen/xen-blkback-cdrom
	patches.xen/xen-blktap-modular
	patches.xen/xen-blktap-write-barriers
	patches.xen/xen-blktap2-configurable-nr-devs
	patches.xen/xen-blkif-op-packet
	patches.xen/xen-blkfront-cdrom
	patches.xen/xen-blkfront-hvm-no-cdrom
	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-cxgb3
	patches.xen/xen-dcdbas
	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_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
openSUSE Build Service is sponsored by