File series.conf of Package kernel-default

# 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.31.1
	patches.kernel.org/patch-2.6.31.1-2
	patches.kernel.org/patch-2.6.31.2-3
	patches.kernel.org/patch-2.6.31.3-4
	patches.kernel.org/patch-2.6.31.4-5
	patches.kernel.org/patch-2.6.31.5-6
	patches.kernel.org/patch-2.6.31.6-7
	patches.kernel.org/patch-2.6.31.7-8
	patches.kernel.org/patch-2.6.31.8-9
	patches.kernel.org/patch-2.6.31.9-10
	patches.kernel.org/patch-2.6.31.10-11
	patches.kernel.org/patch-2.6.31.11-12
	patches.kernel.org/patch-2.6.31.12-13
	patches.kernel.org/patch-2.6.31.13-14

	# would be making up 2.6.31.14 if it were to be released
	patches.kernel.org/i2c-i801-no-block-buffer-for-i2c-block-write.patch
	patches.kernel.org/i2c-fix-probing-of-fsc-hwmon-chips.patch
	patches.kernel.org/i2c-pca-platform-change-device-name-of-request_irq.patch
	patches.kernel.org/macintosh-ams-rework-exit-code.patch
	patches.kernel.org/macintosh-therm_adt746x-fix-sysfs-files-lifetime.patch
	patches.kernel.org/v4l-bttv-move-i2c-ir-init.patch
	patches.kernel.org/v4l-fusionhdtv-use-quick-reads-for-i2c-ir-device-probing.patch
	patches.kernel.org/hwmon-sht15-01-fix-sht15_calc_temp-interpolation-function.patch
	patches.kernel.org/hwmon-sht15-02-handle-CONFIG_REGULATOR_n.patch
	patches.kernel.org/hwmon-sht15-03-fix-integer-overflow-in-humidity-calculation.patch
	patches.kernel.org/hwmon-it87-fix-in7-on-IT8720F.patch
	patches.kernel.org/hwmon-ltc4245-01-read-only-one-gpio-pin.patch
	patches.kernel.org/hwmon-coretemp-properly-label-the-sensors.patch
	patches.kernel.org/hwmon-k8temp-bypass-core-swapping-on-single-core-processors.patch
	patches.kernel.org/hwmon-k8temp-fix-temperature-reporting-for-asb1-processor-revisions.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/hwmon-via686a-initialize-fan-div.patch
	patches.kernel.org/hwmon-f71882fg-set-platform-drvdata-to-null-later.patch

	########################################################
        # Build fixes that apply to the vanilla kernel too.
	# They must be placed in patches.kernel.org to be
	# picked up for the -vanilla flavor. This is cheating,
	# since they're not actually upstream, but if the
	# packages don't build, that's pretty useless too.
        ########################################################
	patches.kernel.org/psmouse-section-conflict.diff
	patches.kernel.org/ipmi-section-conflict.diff
	patches.kernel.org/md-section-conflict
	patches.kernel.org/gdth-section-conflict
	patches.kernel.org/arch-include-asm-fixes
	patches.rpmify/spin_is_contended-fix
	patches.rpmify/arm-arch_include_asm-fix.diff

        ########################################################
        # kABI consistency patches
        ########################################################
	patches.kabi/add-task_struct-dummy
	patches.kabi/Revert-dm-snapshot-use-unsigned-integer-chunk-size
	patches.kabi/revert-scsi-scsi_lib_dma-fix-bug-with-dma-maps-on-nested-scsi-objects
	patches.kabi/kabi-guard-pcmcia_socket-resume_status
	patches.kabi/revert-quota-fix-dquot_transfer-for-filesystems-different-from-ext4.patch
	patches.kabi/revert-quota-decouple-fs-reserved-space-from-quota-reservation
	patches.kabi/revert-ext4-convert-to-generic-reserved-quota-s-space-management

	########################################################
	#
	# 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/no-include-asm

	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/kbuild-generate-modules.builtin
	patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin

        ########################################################
        # Simple export additions/removals
        ########################################################
	patches.suse/reiser4-exports
	patches.suse/kvm-as-kmp
	patches.suse/export-release_open_intent
	patches.suse/export-security_inode_permission

	########################################################
	# Bug workarounds for binutils
	########################################################
	patches.suse/s390-System.map.diff


        ########################################################
        # Scheduler / Core
        ########################################################
	patches.suse/smtnice-disable
	patches.suse/setuid-dumpable-wrongdir
	patches.suse/sysctl-add-affinity_load_balancing
	patches.fixes/seccomp-disable-tsc-option
	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
	patches.fixes/exec-make-argv-envp-memory-visible-to-oom-killer
	patches.kabi/exec-make-argv-envp-memory-visible-to-oom-killer
	patches.fixes/posix-cpu-timers-workaround-to-suppress-the-problems-with-mt-exec
	patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch
	patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch

        ########################################################
        # PI / Futex
        ########################################################
	patches.fixes/futex-correct-futex_wait_requeue_pi-commentary
	patches.fixes/futex-correct-futex_wait_requeue_pi-commentary_2
	patches.fixes/futex-correct-queue_me-and-unqueue_me-commentary
	patches.fixes/futex-make-function-kernel-doc-commentary-consistent
	patches.fixes/futex-correct-futex_q-woken-state-commentary
	patches.fixes/futex-add-memory-barrier-commentary


        ########################################################
        # 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.fixes/nr-irqs-file
	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	patches.arch/x86_64-hpet-64bit-timer.patch

	patches.arch/add_support_for_hpet_msi_intr_remap.patch
	patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch

	patches.arch/amd_magny_cour_topology_fix.patch
	patches.arch/amd_magny_cour_topology_fix_1.patch
	patches.arch/amd_magny_cour_topology_fix_2.patch
	patches.arch/amd_magny_cour_topology_fix_3.patch

	patches.arch/x86_fix_ioremap.patch
	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_64/4096CPUS - from SGI
	########################################################
	patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch

        ########################################################
	# 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-efika-mpc52xx-ac97.patch
	patches.arch/ppc-efika-psc-console-autodetection.patch
-	patches.arch/ppc-efika-bestcomm-ata-dma.patch
	patches.arch/ppc-pegasos-console-autodetection.patch
	patches.suse/ppc-powerbook-usb-fn-key-default.patch
	patches.suse/suse-ppc32-mol.patch
	patches.suse/suse-ppc32-mol-kbuild.patch
	patches.suse/suse-ppc32-mol-handle-mm-fault
	patches.suse/suse-ppc32-mol-ioctl
	patches.suse/suse-ppc32-mol-get-property
	patches.suse/suse-ppc32-mol-BIT
	patches.suse/suse-ppc32-mol-sheep
	patches.suse/suse-ppc32-mol-semaphore
	patches.drivers/ppc64-adb
	patches.suse/suse-ppc64-branding
	patches.arch/ppc64-xmon-dmesg-printing.patch
	patches.arch/ppc-prom-nodisplay.patch
	patches.arch/ppc-ipic-suspend-without-83xx-fix
	patches.arch/ppc-vmcoreinfo.diff
	patches.arch/ppc-select

	patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch

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

	########################################################
	# S/390
	########################################################
	patches.arch/s390-add-FREE_PTE_NR

	patches.arch/s390-08-02-zfcp-gpn-align-fix.diff


        ########################################################
        # VM/FS patches
        ########################################################
	patches.suse/unmap_vmas-lat
	patches.suse/silent-stack-overflow-2.patch
	patches.fixes/do_anonymous_page-race
	patches.fixes/oom-warning
	patches.suse/shmall-bigger
	patches.fixes/grab-swap-token-oops
	patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch

	patches.suse/osync-error
	patches.fixes/remount-no-shrink-dcache
	patches.suse/reiser4-sync_inodes
	patches.suse/reiser4-set_page_dirty_notag
	patches.suse/file-capabilities-disable-by-default.diff

	patches.suse/unlock_page-speedup.patch
	patches.fixes/aio-check-for-multiplication-overflow-in-do_io_submit
	patches.fixes/avoid-pgoff-overflow-in-remap_file_pages
	patches.fixes/fuse-verify-ioctl-retries
	patches.fixes/mac-partition-table-fix.patch
	patches.fixes/ldm-partition-table-fix.patch
	patches.fixes/osf-partition-table-fix.patch
	patches.fixes/epoll-prevent-circular-references.patch

	########################################################
	# 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
	patches.fixes/ds1682-build-fix

	########################################################
	#
	# ACPI patches
	#
	########################################################
	patches.suse/apm_setup_UP.diff

	# 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.arch/acpi_thermal_passive_blacklist.patch
	patches.arch/acpi-export-hotplug_execute

	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

+jeffm	patches.suse/add-initramfs-file_read_write
+jeffm	patches.suse/init-move-populate_rootfs-back-to-start_kernel
+jeffm	patches.suse/acpi-generic-initramfs-table-override-support
	patches.fixes/thinkpad-acpi-lock-down-video-output-state-access

	########################################################
	# CPUFREQ
	########################################################
	patches.fixes/powernow-k8-fix-frequency-reporting

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

        ########################################################
        # Networking, IPv6
        ########################################################
	patches.fixes/bridge-module-get-put.patch
	patches.fixes/l2tp-fix-oops-in-pppol2tp_xmit
	patches.fixes/ethtool-fix-potential-kernel-buffer-overflow-in-ethtool_grxclsrlall
	patches.fixes/ethtool-fix-potential-user-buffer-overflow-for-ethtool_-g-s-rxfh
	patches.fixes/net-sched-fix-some-kernel-memory-leaks
	patches.fixes/rds-de-pessimize-rds_page_copy_user.patch
	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
	patches.fixes/econet-fix-cve-2010-3850
	patches.fixes/econet-fix-cve-2010-3848
	patches.fixes/econet-disallow-null-remote-addr-for-sendmsg-fixes-cve-2010-3849
	patches.fixes/econet-fix-crash-in-aun_incoming
	patches.fixes/irda-prevent-integer-underflow-in-irlmp_enumdevices
	patches.fixes/inet_diag-fix-bytecode-validation.patch

	########################################################
	# NFS
	########################################################
	patches.fixes/sunrpc-tcp-reconnect
	patches.fixes/nfs-truncate-oops.fix
	patches.fixes/nfsd4-bug-in-read_buf
	patches.fixes/nfs4-acl-pages.fix

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

	########################################################
	# cifs patches
	########################################################
	patches.fixes/cifs-fix-a-kernel-bug-with-remote-os-2-server-try-3
	patches.fixes/cifs-fix-oops-due-to-null-nameidata
	patches.fixes/cifs-fix-a-malicious-redirect-problem-in-the-dns-lookup-code

	########################################################
	# ext2/ext3
	########################################################
	patches.suse/ext3-barrier-default
#	patches.suse/ext2-fsync-err
	patches.fixes/ext3-mark-super-uptodate

	########################################################
	# ext4
	########################################################
	patches.fixes/ext4-fix-potential-quota-deadlock
	patches.fixes/ext4-return-correct-wbc-nr_to_write-in-ext4_da_writepages
	patches.fixes/ext4-patch-up-how-we-claim-metadata-blocks-for-quota-purposes
	patches.fixes/ext4-fix-accounting-of-reserved-metadata-blocks
	patches.fixes/ext4-fix-extent-sanity-checking-code-with-aggressive_test
	patches.fixes/ext4-calculate-metadata-requirements-more-accurately
	patches.fixes/ext4-handle-edquot-error-on-write
	patches.fixes/ext4-explicitly-remove-inode-from-orphan-list-after-failed-direct-io
	patches.fixes/ext4-replace-bug-with-return-eio-in-ext4_ext_get_blocks
	patches.fixes/ext4-move-__func__-into-a-macro-for-ext4_warning-ext4_error
	patches.fixes/ext4-convert-bug_on-checks-to-use-ext4_error-instead
	patches.fixes/ext4-fix-optional-arg-mount-options
	patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files
	patches.fixes/ext4-consolidate-in_range-definitions

	########################################################
	# btrfs
	########################################################
	patches.fixes/btrfs-check-for-read-permission-on-src-file-in-the-clone-ioctl
	patches.fixes/btrfs-should-add-a-permission-check-for-setfacl
	patches.fixes/btrfs-fix-checks-in-btrfs_ioc_clone_range

	########################################################
	# Reiserfs Patches
	########################################################
	patches.suse/reiserfs-barrier-default
	patches.fixes/reiserfs-replay-honor-ro

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

	########################################################
	# xfs
	########################################################
	patches.suse/xfs-dmapi-src
	patches.suse/xfs-dmapi-enable
	patches.suse/xfs-dmapi-xfs-enable
	patches.suse/xfs-nfsd-dmapi-aware
	patches.fixes/xfs-dmapi-fixes
	patches.fixes/xfs-redirty-ENOSPC.patch
	patches.fixes/xfs-export-debug
	patches.suse/xfs-end-io-cleanup
	patches.fixes/xfs-non-blobking-inode-locking-io-completion
	patches.fixes/xfs-clean-up-inconsistent-variable-naming-in-xfs_swap_extent
	patches.fixes/xfs-prevent-swapext-from-operating-on-write-only-files
	patches.fixes/xfs-prevent-reading-uninitialized-stack-memory
	patches.fixes/xfs-skip-writeback-from-reclaim-context
	patches.fixes/xfs_fs_geometry-fix.patch

	########################################################
	# novfs
	########################################################
	patches.suse/novfs-client-module
	patches.fixes/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-truncate-EIO-fix.patch

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

	patches.suse/parser-match_string.diff
	patches.suse/fs-may_iops.diff
	patches.suse/fs-knows-MAY_APPEND.diff
	patches.suse/nfs4acl-common.diff
	patches.suse/nfs4acl-ext3.diff
	patches.suse/nfs4acl-ai.diff
	patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl
	patches.fixes/gfs2-rename-causes-kernel-oops
	patches.fixes/ecryptfs-bugfix-for-error-related-to-ecryptfs_hash_buckets
	patches.fixes/jfs-don-t-allow-os2-xattr-namespace-overlap-with-others

	########################################################
	# 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
	patches.drivers/asus_set_max_brightness.patch
	patches.drivers/asus-laptop-use-KEY_F13-to-map-Disable-Touchpad-event.patch
	patches.fixes/media-v3-media-av7110-check-for-negative-array-offse.patch

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

	patches.fixes/block-blk_abort_request-lock-fix

	# add genhd.mangle_minor parameter
	patches.suse/block-add-mangle-devt-switch

	# libata
	patches.drivers/libata-add-waits-for-govault
	patches.drivers/libata-unlock-hpa-by-default
	patches.drivers/libata-prefer-over-ide

	patches.drivers/libata-ata_piix-clear-spurious-IRQ
	patches.drivers/libata-ahci-aspire-3810t-noncq

	# Block layer fixes
	patches.fixes/unsupported-empty-barriers.patch
	patches.fixes/loop-update-mtime.patch
	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
	patches.fixes/block-check-for-proper-length-of-iov-entries-earlier-in-blk_rq_map_user_iov

+needs_update	patches.drivers/mpt-fusion-4.16.00.00-update
+needs_update	patches.drivers/qla4xxx-sles11-update
+needs_update	patches.drivers/qla4xxx-5.01.00-k8_sles11-03-update
	patches.fixes/scsi-dh-alua-retry-UA
	patches.fixes/scsi-add-tgps-setting
	patches.fixes/scsi-dh-alua-send-stpg

	patches.fixes/scsi-check-host-lookup-failure

	patches.suse/block-seperate-rw-inflight-stats

	# 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/scsi-skip-nonscsi-device-for-dma
	patches.fixes/scsi_debug-scale-virtual_gb-with-sector_size-properly
	patches.drivers/megaraid-mbox-fix-SG_IO
	patches.fixes/scsi-gdth-integer-overflow-in-ioctl


	# Other block driver patches
	patches.drivers/block-aoe-end-barrier-bios-with-EOPNOTSUPP
	patches.fixes/fix-pktcdvd-ioctl-dev_minor-range-check

	########################################################
	# DRM/Video
	########################################################
	patches.drivers/via-unichrome-drm-bugfixes.patch
	patches.fixes/drm-i915-pad-ringbuffer-with-noops-before-wrapping
	patches.fixes/drm-i915-check-whether-chip-is-wedged-in-i915_wait_request
	patches.fixes/drm-i915-refactor-save-restore-code
	patches.fixes/drm-i915-make-i915_seqno_passed-non-static
	patches.fixes/drm-i915-add-hangcheck-timer
	patches.fixes/drm-i915-implement-gpu-reset-on-i965
	patches.fixes/drm-i915-hookup-chip-reset-in-error-handler
	patches.fixes/drm-i915-make-dev_priv-mm-wedged-an-atomic_t
	patches.fixes/drm-stop-information-leak-of-old-kernel-stack
	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

	########################################################
	# 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.drivers/tg3_libphy_workaround
	patches.drivers/e1000-enhance-frame-fragment-detection.patch
	patches.drivers/e1000e-enhance-frame-fragment-detection.patch
	patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch
	patches.fixes/ipg-remove-device-claimed-by-dl2k-from-pci-id-table
	patches.fixes/sky2-88E8059-support
	patches.fixes/sky2-optima-fix-pci-cfg
	patches.fixes/sky2-optima-tcp-offload-fix
	patches.fixes/sky2-add-register-definitions

	patches.fixes/gre-fix-netns-vs-proto-registration-ordering
	patches.fixes/tunnels-fix-netns-vs-proto-registration-ordering
	patches.drivers/r8169-offical-fix-for-CVE-2009-4537-overlength-frame.patch 
	patches.drivers/e1000e-dont-inadvertently-re-set-INTX_DISABLE.patch
	patches.fixes/can-add-limit-for-nframes-and-clean-up-signed-unsigned-variables
	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/rose-fix-signedness-issues-wrt-digi-count
	patches.fixes/rose-prevent-heap-corruption-with-bad-facilities.patch
	patches.fixes/rose-add-length-checks-to-CALL_REQUEST-parsing.patch
	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
	patches.fixes/ib-uverbs-handle-large-number-of-entries-in-poll-cq
	patches.fixes/sctp-fix-skb_over_panic.patch
	patches.fixes/sctp-fix-bounds-checking-in-sctp_asoc_get_hmac.patch
	patches.fixes/ax25-fix-information-leak-to-userland.patch
	patches.fixes/packet-fix-information-leak-to-userland.patch
	patches.fixes/tipc-fix-information-leak-to-userland.patch
	patches.fixes/atl1c-use-common_task-instead-of-reset_task-and-link.patch

	########################################################
	# Wireless Networking
	########################################################
	patches.suse/wireless-no-aes-select
#	patches.drivers/rt2860-updates
#	patches.drivers/rt2870-updates
#	patches.drivers/rt2860-use-skb_set_tail_pointer
+still_needed?	patches.fixes/iwl3945-fix-rfkill.patch
+still_needed?	patches.fixes/iwlagn-fix-rfkill.patch
	patches.fixes/ath9k-fix-RFKILL-bugs.patch
	patches.fixes/iwlwifi-remove-ieee80211_get_tx_rate.patch
	patches.fixes/iwlwifi-reorder-device-setup.patch
	patches.fixes/wireless-extensions-fix-kernel-heap-content-leak
	patches.fixes/wext-fix-potential-private-ioctl-memory-content-leak
	patches.fixes/orinoco-fix-tkip-countermeasure-behaviour

	########################################################
	# iSCSI
	########################################################
+needs_update	patches.drivers/cxgb3i
+needs_update	patches.drivers/cxgb3i-fixed-offload-array-size
+needs_update	patches.fixes/disable-lro-per-default

	########################################################
	# PCI and PCI hotplug
	########################################################
	patches.drivers/pci-separate-out-pci_add_dynid
	patches.drivers/pci_stub-add-ids-parameter
	patches.drivers/pci-disable-msi-on-K8M800
	patches.fixes/PCI-add-more-checking-to-ICH-region-quirks.patch
	patches.fixes/PCI-do-not-create-quirk-I-O-regions-below-PCIBIOS_MIN.patch

	########################################################
	# sysfs / driver core
	########################################################
#	patches.suse/devtmpfs.patch

	########################################################
	# USB
	########################################################
	patches.suse/usb-storage-disable-delay.patch

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

	########################################################
	# V4L 
	########################################################
	patches.drivers/v4l-dvb-cx88-add-support-for-winfast-dtv2000h-rev.-j.patch

	########################################################
	# Input & Console
	########################################################
	patches.suse/bootsplash
	patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch
	patches.drivers/elousb.patch
	patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
	patches.drivers/samsung-laptop-driver.patch
	patches.drivers/msi_wmi.patch
	patches.fixes/hid-fix-gyration-oops.patch
	patches.fixes/input-add-hp-compaq-2710p-to-noloop-table.patch
	patches.fixes/hvc_console-fix-race-between-hvc_close-and-hvc_remove
	patches.fixes/hvc_console-fix-race-between-hvc_close-and-hvc_remove2

	##########################################################
	# Sound
	##########################################################
	patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max

	patches.drivers/alsa-midi-01-always-log-message-on-output-overrun
	patches.drivers/alsa-midi-02-do-not-send-MIDI-reset-when-closing
	patches.drivers/alsa-midi-04-oss-remove-magic-numbers

	# more udpates
	patches.drivers/alsa-hda-2.6.32-pre
	patches.drivers/alsa-hda-2.6.32-rc1
	patches.drivers/alsa-hda-2.6.32-rc2
	patches.drivers/alsa-hda-alc861-toshiba-fix
	patches.drivers/alsa-hda-alc660vd-asus-a7k-fix
	patches.drivers/alsa-hda-alc268-automic-fix
	patches.drivers/alsa-hda-realtek-overflow-fix
	patches.drivers/alsa-hda-nvidia-hdmi-full-fmts
	patches.drivers/alsa-hda-stac9228-fsc-fix
	patches.drivers/alsa-hda-stac9228-dell-fix
	patches.drivers/alsa-hda-alc662-capture-fix
	patches.drivers/alsa-hda-dell-mini9-quirk
	patches.drivers/alsa-hda-nvidia-new-id
	patches.drivers/alsa-hda-realtek-hp-pin-check
	patches.drivers/alsa-hda-hp-bseries-mute-led-fix
	patches.drivers/alsa-hda-sony-vaio-vgn-fw170j-quirk
	patches.drivers/alsa-hda-hp-dc5750-quirk-fix
	patches.drivers/alsa-hda-stac-shutup-at-free
+kabi_break	patches.drivers/alsa-hda-reboot-notify
	patches.drivers/alsa-hda-msi-wind-u115-fix
	patches.drivers/alsa-hda-cx5047-test-mode-fix
	patches.drivers/alsa-hda-fsc-amilo-pi1505-fix
	patches.drivers/alsa-hda-hp-dv3-position-fix-quirk
	patches.drivers/alsa-hda-alc888-exclude-unusable-adcs
	patches.drivers/alsa-hda-alc88x-missing-capsrc_nids
	patches.drivers/alsa-hda-fix-maxdata-obook4-quirk
	patches.drivers/alsa-hda-alc861vd-capture-fix
	patches.drivers/alsa-hda-alc861-capture-fix
	patches.drivers/alsa-hda-cx5051-toshiba-quirk
	patches.drivers/alsa-hda-cx5051-lenovo-mute-fix
	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-hda-14-Fix-memory-leaks-in-conexant-jack-arrays

	patches.drivers/alsa-ctxfi-01-Native-timer-support-for-emu20k2
	patches.drivers/alsa-ctxfi-03-Simple-code-clean-up
	patches.drivers/alsa-ctxfi-04-fix-surround-side-mute

	patches.drivers/alsa-ice-01-Patch-for-suspend-resume-for-Audiotrak
	patches.drivers/alsa-ice-02-Fix-section-mismatch

	patches.drivers/alsa-usb-01-Use-the-new-TLV_DB_MINMAX-type
	patches.drivers/alsa-usb-02-Correct-bogus-volume-dB-information
	patches.drivers/alsa-usb-03-Xonar-U1-digital-output-support
	patches.drivers/alsa-usb-04-use-multiple-input-URBs
	patches.drivers/alsa-usb-05-use-multiple-output-URBs
	patches.drivers/alsa-usb-06-add-MIDI-drain-callback

	# backported from 2.6.32 for OSSP
	patches.drivers/implement-register_chrdev
	patches.drivers/sound-request-char-major-aliases-for-oss-devices
	patches.drivers/sound-make-oss-device-number-claiming-optional

	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
	patches.fixes/sound-prevent-buffer-overflow-in-oss-load_mixer_volumes
	patches.drivers/alsa-01-caiaq-Fix-possible-string-buffer-overflow
	patches.drivers/alsa-usb-fix-oops-at-disconnection

	patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks
	patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes

	##########################################################
	# Char + Serial
	##########################################################
	patches.fixes/tty-restore-tty_ldisc_wait_idle.patch
	patches.fixes/serial-fix-reading-uninitialized-stack-memory-issues

	########################################################
	# Other driver fixes
	########################################################
	patches.rpmify/rtl8192su-build-fix
	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/enclosure-fix-oops-while-iterating-enclosure_status-array
	patches.fixes/dvb-core-fix-dos-bug-in-ule-decapsulation-code-that-can-be-triggered-by-an-invalid
	patches.fixes/tty-release_one_tty-forgets-to-put-pids

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

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

	########################################################
	# device-mapper
	########################################################
	patches.suse/dm-emulate-blkrrpart-ioctl
	patches.suse/dm-raid45_2.6.27_20081027.patch
	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-requeue-for-stopped-queue
	patches.suse/dm-mpath-null-pgs
	patches.fixes/dm-table-switch-to-readonly
	patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch
	patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch
	patches.fixes/scsi_dh-Use-scsi_dh_set_params-in-multipath.patch
	patches.fixes/dm-release-map_lock-before-set_disk_ro
	patches.fixes/dm-raid45-fix-region-hash-double-free
	patches.fixes/dm-raid45_exit_destroy_cache

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


	##########################################################
	#
	# Security stuff
	#
	##########################################################
	patches.fixes/mandatory-lock-test
	patches.fixes/keys-find_keyring_by_name-can-gain-access-to-a-freed-keyring
	patches.fixes/install_special_mapping-skips-security_file_mmap-check

	##########################################################
	# AppArmor
	##########################################################
	patches.apparmor/security-default-lsm

	# These patches were originally part of apparmor.diff but have
	# been split out to more closely align with the AppArmor 2.4
	# upstream git repository. No new changes are introduced.
	patches.apparmor/apparmor-security-module
	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/apparmor-check-for-network-in-interrupt-and-work-around



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

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

	patches.suse/kdb-common
	patches.suse/kdb-x86
	patches.suse/kdb-ia64
+still_needed?	patches.suse/kdb-serial-8250
	patches.fixes/kdb-fix-stack-overflow.patch

        ########################################################
        # 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
        ########################################################
	patches.suse/kdump-dump_after_notifier.patch

        ########################################################
	# cgroups
        ########################################################
	patches.suse/cgroup-disable-memory.patch

+29	patches.suse/kdb-sysctl-context
        ########################################################
	# Tracing
        ########################################################

+needs_updating	patches.trace/lttng-instrumentation-irq.patch
+needs_updating	patches.trace/lttng-instrumentation-timer.patch
+needs_updating	patches.trace/lttng-instrumentation-kernel.patch
+needs_updating	patches.trace/lttng-instrumentation-filemap.patch
+needs_updating	patches.trace/lttng-instrumentation-swap.patch
+needs_updating	patches.trace/lttng-instrumentation-memory.patch
+needs_updating	patches.trace/lttng-instrumentation-page_alloc.patch
+needs_updating	patches.trace/lttng-instrumentation-hugetlb.patch
+needs_updating	patches.trace/lttng-instrumentation-net.patch
+needs_updating	patches.trace/lttng-instrumentation-ipv4.patch
+needs_updating	patches.trace/lttng-instrumentation-ipv6.patch
+needs_updating	patches.trace/lttng-instrumentation-socket.patch
+needs_updating	patches.trace/lttng-instrumentation-fs.patch
+needs_updating	patches.trace/lttng-instrumentation-ipc.patch

	patches.trace/ftrace-framepointer.diff

	patches.trace/utrace-core

	patches.fixes/nfs-write.c-bug-removal.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-activate-virt-on-demand.patch

        ########################################################
	# Staging tree patches
	# new drivers that are going upstream or fixes for
	# existing 'crap' drivers
        ########################################################

	# rt2860 and friends seem to be getting shipped a lot lately
	# any improvement in driver quality is a good thing
	patches.staging/rt2860-convert-remaining-non-symbolic-return-values-in-ndo_start_xmit-functions
	patches.staging/rt28670-remove-unused-md4-h
	patches.staging/add-rt3090-wireless-driver
	patches.staging/rt3070-add-support-for-linksys-wusb54gc-eu-v3
	patches.staging/rt-fix-wait_queue_head_t-declaration-on-stack
	patches.staging/rt-don-t-confuse-user-of-rt3070-driver-with-rt2870-strings
	patches.staging/correct-use-of-and
	patches.staging/rt2870sta-interface-names
	patches.staging/rt2860-remove-dependency-on-wireless_ext-version
	patches.staging/rt2870-new-usb-id-for-belkin-n-f5d8055
	patches.staging/rt2860-includecheck-fix-rt_linux-h
	patches.staging/rt2870-duplicated-code-is-executed-twice-in-asicevaluaterxant
	patches.staging/rt3070-fix-build-warnings
	patches.staging/rtxxx0-remove-support-for-older-wireless-extensions
	patches.staging/rtxxx0-remove-dead-platform-specific-code
	patches.staging/rtxxx0-kill-rt8270_usb_devices-macro
	patches.staging/rtxxx0-pid-checking-fixes
	patches.staging/rt3070-kill-timerqthr-thread-first-in-rt28xxthreadterminate
	patches.staging/rtxxx0-kill-pid-macros
	patches.staging/rtxxx0-remove-unused-defines
	patches.staging/rtxxx0-unify-different-rt30xx-read-write-rfregister-flavors
	patches.staging/rtxxx0-remove-superfluous-rt30xx-ifdefs
	patches.staging/rtxxx0-unify-rt-usb-mp-filtercalibration
	patches.staging/rtxxx0-unify-mlmecheckpsmchange
	patches.staging/rtxxx0-unify-asicevaluaterxant
	patches.staging/rtxxx0-remove-dead-dbg_diagnose-code
	patches.staging/rtxxx0-remove-dead-virtual-adapter-support
	patches.staging/rtxxx0-debug-messages-fixes
	patches.staging/rtxxx0-remove-unused-link_list-h
	patches.staging/rtxxx0-remove-superfluous-function-prototypes
	patches.staging/rtxxx0-remove-private-debugging-ioctls
	patches.staging/rtxxx0-remove-private-ioctls
	patches.staging/rtxxx0-remove-unused-code
	patches.staging/rtxxxx-unify-asicrxantevaltimeout
	patches.staging/rtxxxx-unify-asicswitchchannel
	patches.staging/rtxx70-unify-nicinitrt30xxrfregisters
	patches.staging/rtxxxx-rtmpgetralinkauthmodestr-fixes
	patches.staging/rt3070-update-allowed-channels-list-for-japan
	patches.staging/rt3070-fix-pid-checking-in-rtusbenqueuecmdfromndis
	patches.staging/rt3070-wep-fixes
	patches.staging/rt3070-asicsetslottime-fix
	patches.staging/rt3070-remove-needless-efuse_tag-register-read
	patches.staging/rt3070-add-remaining-rt2870-device-ids
	patches.staging/rt2870-use-internal-command-for-asicupdateprotect
	patches.staging/rt2870-add-frtusb_bulk_out_data_normal_5-quirk
	patches.staging/rt28x0-add-siocgiwname-support-to-rt_ioctl_giwscan
	patches.staging/rt28x0-fix-gtk-length-check-in-parsekeydata
	patches.staging/rt28x0-fix-bpp_r66-register-handling
	patches.staging/rt28x0-fix-fop_status_doze-flag-handling
	patches.staging/rt28x0-fix-bacapability-policy-handling
	patches.staging/rt28x0-asicswitchchannel-fix
	patches.staging/rt28x0-bsstablesetentry-fix
	patches.staging/rt28x0-mlmeselecttxratetable-fix
	patches.staging/rt28x0-mlmecheckpsmchange-fix
	patches.staging/rt28x0-mlmeassocreqaction-fixes-for-wpa_supplicant-support
	patches.staging/rt28x0-rt_ioctl_siwencode-fixes
	patches.staging/rt28x0-linkup-fixes
	patches.staging/rt3070-remove-unused-miniportdatammrequest
	patches.staging/rt3070-remove-unused-rt_cmd_set_-internal-commands
	patches.staging/rt2870-remove-show_adhoc_entry_info-support
	patches.staging/rtxxxx-remove-unused-asicantenna-select-setting
	patches.staging/rt2870-add-efuse-support
	patches.staging/rt2870-add-antenna-diversity-support
	patches.staging/rtxx70-merge-rt3070-with-rt2870
	patches.staging/rt2870-remove-old-firmware
	patches.staging/remove-no-longer-needed-rt3070-driver
	patches.staging/rt2860-fix-test-in-rt_ioctl_siwfrag
	patches.staging/rt-2860-2870-3070-sta-remove-unused-crc-code
	patches.staging/rt2860-fix-possible-null-dereferences
	patches.staging/rt3090-add-device-id-1462-891a
	patches.staging/rt2860-add-new-device-ids
	patches.staging/rt2860-rt2870-rt3070-rt3090-fix-compiler-warning-on-x86_64
	patches.staging/rt3090-remove-possible-conflict-with-rt2860
	patches.staging/rt3090-rename-device-from-rax-to-wlanx
	patches.staging/rt3090-port-changes-in-wpa_mix_pair_cipher-to-rt3090
	patches.staging/rt3090-enable-native_wpa_supplicant_support-option
	patches.staging/trivial-fix-typo-to-to-in-multiple-files
	patches.staging/more-sched-h-fixes
	patches.staging/rt3090-disable-has_ate-option
	patches.staging/rt3090-disable-has_antenna_diversity_support-option
	patches.staging/rt3090-remove-private-debugging-ioctls
	patches.staging/rt3090-remove-private-ioctls
	patches.staging/rt28x0-updates-from-vendor-s-v2-1-0-0-drivers
	patches.staging/rt28x0-remove-unused-code-from-common-dfs-c
	patches.staging/rt2860-add-rt3090-chipset-support
	patches.staging/remove-no-longer-needed-rt3090-driver
	patches.staging/rt28x0-remove-unused-eewrite-methods
	patches.staging/rt28x0-remove-unused-code-from-common-ee_efuse-c
	patches.staging/rt28x0-remove-private-rtpriv_ioctl_set-ioctl
	patches.staging/rt28x0-remove-private-rtpriv_ioctl_gsitesurvey-ioctl
	patches.staging/rt28x0-remove-private-wext-handlers
	patches.staging/rt28x0-remove-support-for-private-driver-parameters
	patches.staging/rt28x0-remove-optional-loading-of-eeprom-from-file-in-efuse-mode
	patches.staging/rt28x0-fix-some-build-warnings
	patches.staging/rt28x0-remove-optional-cmm-profile-parameters
	patches.staging/rt28x0-remove-dead-code-from-rtmp_phy-h
	patches.staging/rt28x0-remove-unused-sha256-code
	patches.staging/rt28x0-remove-dead-code
	patches.staging/rt28x0-remove-__line__-instances
	patches.staging/rt28x0-run-c-files-through-lindent
	patches.staging/rt28x0-run-common-c-files-through-lindent
	patches.staging/rt28x0-run-sta-c-files-through-lindent
	patches.staging/rt28x0-run-h-files-through-lindent
	patches.staging/rt28x0-fix-comments-in-c-files
	patches.staging/rt28x0-fix-comments-in-common-c-files
	patches.staging/rt28x0-fix-comments-in-sta-c-files
	patches.staging/rt28x0-fix-comments-in-h-files
	patches.staging/rt28x0-remove-typedefs-part-one
	patches.staging/rt28x0-remove-typedefs-part-two
	patches.staging/rt28x0-remove-typedefs-part-three
	patches.staging/rt28x0-add-proper-selection-of-wireless_ext-and-wext_priv
	patches.staging/rt2860-remove-remainders-of-etc-reading-stuff
	patches.staging/rt2860-remove-superfluous-newlines
	patches.staging/rt28x0-fix-comments-in-chip-mac_pci-h
	patches.staging/rt2860-reduce-superfluous-exclamation-marks
	patches.staging/rt28x0-remove-no-longer-needed-common-cmm_data_2860-c
	patches.staging/fix-assorted-typos-in-rt2860
	patches.staging/rt2860-use-skb_set_tail_pointer

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

	# devtmpfs
	patches.suse/driver-core-devtmpfs-driver-core-maintained-dev-tmpfs.patch
	patches.suse/driver-core-devtmpfs-set-root-directory-mode-to-0755.patch
	patches.suse/driver-core-fix-devtmpfs-crash-on-s390.patch
	patches.suse/vfs-get_sb_single-do-not-pass-options-twice

        ########################################################
	# 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/sfc-driverlink
	patches.xen/sfc-resource-driver
	patches.xen/sfc-driverlink-conditional
	patches.xen/sfc-external-sram
	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

	patches.xen/sfc-sync-headers
	patches.xen/sfc-endianness

	# newer changeset backports
	patches.xen/941-xenbus-transaction-mutex.patch
	patches.xen/945-MSI-disable-check.patch
	patches.xen/958-fbfront-resume.patch
	patches.xen/959-netback-delayed-copy-cleanup.patch
	patches.xen/983-blkfront-forced-detach.patch
	patches.xen/986-blkback-flush-on-connect.patch
	patches.xen/989-balloon-hvm-bias.patch
	patches.xen/1012-x86_64-kern_addr_valid.patch
	patches.xen/1013-blktap-teardown.patch
	patches.xen/1027-lock-runqueue-xtime.patch
	patches.xen/1038-evtchn-handle-timer-first.patch
	patches.xen/1045-netback-sched-list-remove.patch
	patches.xen/1050-evtchn-cpu-clear.patch
	patches.xen/1055-backends-thread-leak.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.31.1
	patches.xen/xen3-patch-2.6.31.1-2
	patches.xen/xen3-patch-2.6.31.3-4
	patches.xen/xen3-patch-2.6.31.5-6
	patches.xen/xen3-patch-2.6.31.8-9
	patches.xen/xen3-patch-2.6.31.9-10
	patches.xen/xen3-patch-2.6.31.12-13
	patches.xen/xen3-seccomp-disable-tsc-option
	patches.xen/xen3-x86_fix_ioremap.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-kdb-x86
	patches.xen/xen3-stack-unwind
	patches.xen/xen3-x86_64-unwind-annotations

	# 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-configurable-guest-devices
	patches.xen/xen-netback-nr-irqs
	patches.xen/xen-netback-notify-multi
	patches.xen/xen-vmalloc_32
	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
openSUSE Build Service is sponsored by