Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
DISCONTINUED:openSUSE:11.2
kernel-source-rt
series.conf
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File series.conf of Package kernel-source-rt
# 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-rc1 patches.kernel.org/patch-2.6.31-rc1-rc2 patches.kernel.org/patch-2.6.31-rc2-rc3 patches.kernel.org/patch-2.6.31-rc3-rc4 patches.kernel.org/patch-2.6.31-rc4-rc5 patches.kernel.org/patch-2.6.31-rc5-rc6 patches.kernel.org/patch-2.6.31-rc6-rc7 patches.kernel.org/patch-2.6.31-rc7-rc8 ######################################################## # Real Time (RT) ######################################################## # # base tree: 2.6.30 # patches.rt/patch-2.6.31-rc8-rt9 patches.rt/pty-low-latency.patch patches.rt/btrfs-rc4-rc5-rt.patch - patches.rt/convert_xt_info_lock.lock_to_atomic_spinlock_t.patch patches.rt/sleeping-__real_move_irq_desc.diff patches.rt/optimize-debug_smp_processor_id.diff patches.rt/oops-begin-smp_processor_id.diff patches.rt/anon-sema-lockdep-fix.diff patches.rt/lockdep_off-for-device-mutex.diff patches.rt/lockdep-increase-limits.diff ######################################################## # Virtual-Bus (VBUS) ######################################################## # # base tree: 2.6.31-rc4 # patches.rt/vbus/0001-KVM-irqfd.patch patches.rt/vbus/0002-KVM-Move-common-KVM-Kconfig-items-to-new-file-virt-k.patch patches.rt/vbus/0003-KVM-fix-irqfd-build-failure-discovered-in-linux-next.patch patches.rt/vbus/0004-KVM-validate-irqfd-type.patch patches.rt/vbus/0005-KVM-Clean-up-coalesced_mmio-destruction.patch patches.rt/vbus/0006-KVM-cleanup-io_device-code.patch patches.rt/vbus/0007-KVM-do-not-register-i8254-PIO-regions-until-we-are-i.patch patches.rt/vbus/0008-KVM-use-POLLHUP-to-close-an-irqfd-instead-of-an-expl.patch patches.rt/vbus/0009-KVM-make-sure-we-select-EVENTFD-for-any-arch-that-de.patch patches.rt/vbus/0010-KVM-Grab-pic-lock-in-kvm_pic_clear_isr_ack.patch patches.rt/vbus/0011-KVM-move-coalesced_mmio-locking-to-its-own-device.patch patches.rt/vbus/0012-KVM-introduce-irq_lock-use-it-to-protect-ioapic.patch patches.rt/vbus/0013-KVM-switch-irq-injection-acking-data-structures-to-i.patch patches.rt/vbus/0014-From-3e2ee0d987e94b8208407a33811580437a1f4103-Mon-Se.patch patches.rt/vbus/0015-From-54523c7660593743749693ac2e5717835721236a-Mon-Se.patch patches.rt/vbus/0016-KVM-prepare-irqfd-for-having-interrupts-disabled-dur.patch patches.rt/vbus/0017-KVM-Fix-races-in-irqfd-using-new-eventfd_kref_get-in.patch patches.rt/vbus/0018-KVM-add-irqfd-DEASSIGN-feature.patch patches.rt/vbus/0019-KVM-document-locking-for-kvm_io_device_ops.patch patches.rt/vbus/0020-KVM-switch-coalesced-mmio-changes-to-slots_lock.patch patches.rt/vbus/0021-KVM-switch-pit-creation-to-slots_lock.patch patches.rt/vbus/0022-KVM-convert-bus-to-slots_lock.patch patches.rt/vbus/0023-KVM-remove-in_range-from-io-devices.patch patches.rt/vbus/0024-KVM-document-lock-nesting-rule.patch patches.rt/vbus/0025-KVM-make-io_bus-interface-more-robust.patch patches.rt/vbus/0026-KVM-add-ioeventfd-support.patch patches.rt/vbus/0027-shm-signal-shared-memory-signals.patch patches.rt/vbus/0028-ioq-Add-basic-definitions-for-a-shared-memory-lockle.patch patches.rt/vbus/0029-vbus-add-a-vbus-proxy-bus-model-for-vbus_driver-obje.patch patches.rt/vbus/0030-vbus-proxy-add-a-pci-to-vbus-bridge.patch patches.rt/vbus/0031-ioq-add-driver-side-vbus-helpers.patch patches.rt/vbus/0032-net-Add-vbus_enet-driver.patch patches.rt/vbus/0033-venet-add-scatter-gather-GSO-support.patch patches.rt/vbus/0034-vbus-add-virtual-bus-definitions.patch patches.rt/vbus/0035-vbus-add-connection-client-helper-infrastructure.patch patches.rt/vbus/0036-vbus-add-bus-registration-notifiers.patch patches.rt/vbus/0037-ioq-add-vbus-helpers.patch patches.rt/vbus/0038-venet-tap-Adds-a-venet-compatible-tap-device-to-VBUS.patch patches.rt/vbus/0039-venet-tap-add-the-ability-to-set-the-client-s-mac-ad.patch patches.rt/vbus/0040-venettap-add-scatter-gather-support.patch patches.rt/vbus/0041-KVM-add-a-memory-slot-reference-count-mechanism.patch patches.rt/vbus/0042-KVM-introduce-xinterface-API-for-external-interactio.patch patches.rt/vbus/0043-shm-signal-provide-an-eventfd-interface.patch patches.rt/vbus/0044-Return-path-davidel-xmailserver.org.patch patches.rt/vbus/0045-vbus-add-a-kvm-connector.patch patches.rt/vbus/vbus_client-header-cleanup.patch patches.rt/vbus/vbus_rt-export-__put_task_struct_cb.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 ######################################################## ######################################################## # # 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 # Conflicting alternative in RT patch - patches.suse/kbuild-icecream-workaround patches.fixes/kbuild-fix-generating-of-.symtypes-files patches.suse/genksyms-add-override-flag.diff patches.suse/kbuild-generate-modules.builtin ######################################################## # 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.suse/self-ptrace.patch patches.suse/pps-include-types-header.patch patches.kernel.org/sched-check-for-pushing-rt-tas patches.kernel.org/sched-fully-integrate-cpus_act patches.kernel.org/sched-fix-cpupri-build-on-conf ######################################################## # 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-self-ptrace.patch patches.arch/x86-hpet-pre-read +needs_update patches.arch/x86_64-hpet-64bit-timer.patch +needs_to_go_away patches.suse/x86-mark_rodata_rw.patch ######################################################## # 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.fixes/ptrace-getsiginfo 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 ######################################################## # 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 +needs_update 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 ######################################################## # CPUFREQ ######################################################## ######################################################## # 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 ######################################################## # NFS ######################################################## ######################################################## # lockd + statd ######################################################## ######################################################## # cifs patches ######################################################## ######################################################## # ext2/ext3 ######################################################## patches.suse/ext3-barrier-default # patches.suse/ext2-fsync-err patches.fixes/ext3-mark-super-uptodate ######################################################## # ext4 ######################################################## ######################################################## # Reiserfs Patches ######################################################## patches.suse/reiserfs-barrier-default ######################################################## # 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 ######################################################## # novfs ######################################################## patches.suse/novfs-client-module ######################################################## # 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 ######################################################## # These patches are from the netfilter team, and # are required to tag IPsec packets for packet # filtering purposes. ######################################################## patches.suse/netfilter-ipt_LOG-mac patches.suse/netfilter-ip_conntrack_slp.patch patches.fixes/fix-nf_conntrack_slp ######################################################## # # Device drivers # ######################################################## patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch ######################################################## # Storage ######################################################## # 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 # Block layer fixes patches.fixes/scsi-inquiry-too-short-ratelimit patches.suse/scsi-netlink-ml +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-skip-nonscsi-device-for-dma 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 # 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 ######################################################## # DRM/Video ######################################################## patches.drivers/via-unichrome-drm-bugfixes.patch patches.drivers/add-via-chrome9-drm-support.patch ######################################################## # 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 ######################################################## # Wireless Networking ######################################################## patches.suse/wireless-no-aes-select +still_needed? patches.fixes/iwl3945-fix-rfkill.patch +still_needed? patches.fixes/iwlagn-fix-rfkill.patch ######################################################## # 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 ######################################################## ######################################################## # sysfs / driver core ######################################################## # patches.suse/devtmpfs.patch ######################################################## # USB ######################################################## patches.suse/usb-storage-disable-delay.patch patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch ######################################################## # I2C ######################################################## ######################################################## # Input & Console ######################################################## patches.suse/bootsplash patches.drivers/elousb.patch patches.fixes/input-add-acer-aspire-5710-to-nomux.patch ########################################################## # 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-03-disable-active-sensing-on-close-by-def patches.drivers/alsa-midi-04-oss-remove-magic-numbers # more udpates patches.drivers/alsa-hda-2.6.32-pre patches.drivers/alsa-ctxfi-01-Native-timer-support-for-emu20k2 patches.drivers/alsa-ctxfi-03-Simple-code-clean-up 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 ######################################################## # 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 ######################################################## # 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 ######################################################## # md ######################################################## ########################################################## # # Security stuff # ########################################################## ########################################################## # AppArmor ########################################################## patches.apparmor/apparmor.diff patches.apparmor/security-default-lsm ######################################################## # 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 patches.rt/dump_trace-preempt.diff ######################################################## # 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/recordmcount-fixup ######################################################## # 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 # devtmpfs patches.suse/driver-core-devtmpfs-driver-core-maintained-dev-tmpfs.patch ######################################################## # You'd better have a good reason for adding a patch # below here. ########################################################
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor