Setting tag linux-2.6-32-35
[linux-2.6.git] / kernel-2.6.spec
index f6753de..2fc6b6e 100644 (file)
@@ -4,15 +4,17 @@
 Vendor: PlanetLab
 Packager: PlanetLab Central <support@planet-lab.org>
 Distribution: PlanetLab %{plrelease}
-URL: %(echo %{url} | cut -d ' ' -f 2)
+URL: %{SCMURL}
 
 %{!?pldistro:%global pldistro planetlab}
 
 %define name linux-2.6
 %define module_version_varname sublevel
-%define taglevel 0
+%define taglevel 35
 
 %define sublevel 32
+
+%define modern_distro 1
 #### Planet-Lab ####
 
 Summary: The Linux kernel
@@ -33,8 +35,10 @@ Summary: The Linux kernel
 
 %define rhel 1
 %if %{rhel}
-%define distro_build 19
+%define distro_build 131.0.15
+#### Planet-Lab ####
 %define signmodules 0
+#### Planet-Lab ####
 %else
 # fedora_build defines which build revision of this kernel version we're
 # building. Rather than incrementing forever, as with the prior versioning
@@ -108,27 +112,33 @@ Summary: The Linux kernel
 # kernel-kdump
 %define with_kdump     %{?_without_kdump:     0} %{?!_without_kdump:     1}
 # kernel-debug
-%define with_debug     %{?_without_debug:     0} %{?!_without_debug:     1}
+%define with_debug     %{?_without_debug:     1} %{?!_without_debug:     0}
 # kernel-doc
 %define with_doc       %{?_without_doc:       0} %{?!_without_doc:       1}
 # kernel-headers
 %define with_headers   %{?_without_headers:   0} %{?!_without_headers:   1}
+#### Planet-Lab ####
 # kernel-firmware
 %define with_firmware  %{?_with_firmware:     0} %{?!_with_firmware:     1}
-# tools/perf
-%define with_perftool  %{?_without_perftool:  0} %{?!_without_perftool:  1}
+#### Planet-Lab ####
 # perf noarch subpkg
 %define with_perf      %{?_without_perf:      0} %{?!_without_perf:      1}
+#### Planet-Lab ####
 # kernel-debuginfo
-%define with_debuginfo %{?_without_debuginfo: 0} %{?!_without_debuginfo: 1}
+%define with_debuginfo %{?_without_debuginfo: 1} %{?!_without_debuginfo: 0}
+#### Planet-Lab ####
 # kernel-bootwrapper (for creating zImages from kernel + initrd)
 %define with_bootwrapper %{?_without_bootwrapper: 0} %{?!_without_bootwrapper: 1}
 # Want to build a the vsdo directories installed
 %define with_vdso_install %{?_without_vdso_install: 0} %{?!_without_vdso_install: 1}
+#### Planet-Lab ####
 # Use dracut instead of mkinitrd for initrd image generation
+%if %{modern_distro}
 %define with_dracut       %{?_without_dracut:       0} %{?!_without_dracut:       1}
-# Temporary variant: framepointer
-%define with_framepointer      %{?_with_framepointer:  1} %{?!_with_framepointer:      0}
+%else
+%define with_dracut       %{?_without_dracut:       1} %{?!_without_dracut:       0}
+%endif
+#### Planet-Lab ####
 
 # Build the kernel-doc package, but don't fail the build if it botches.
 # Here "true" means "continue" and "false" means "fail the build".
@@ -138,10 +148,12 @@ Summary: The Linux kernel
 %define doc_build_fail true
 %endif
 
+#### Planet-Lab ####
 # Control whether we perform a compat. check against published ABI.
 %define with_kabichk   %{?_without_kabichk:   1} %{?!_without_kabichk: 0}
 # Control whether we perform a compat. check against published ABI.
 %define with_fips      %{?_without_fips:      1} %{?!_without_fips:      0}
+#### Planet-Lab ####
 
 # Additional options for user-friendly one-off kernel building:
 #
@@ -160,10 +172,6 @@ Summary: The Linux kernel
 # See also 'make debug' and 'make release'.
 %define debugbuildsenabled 1
 
-# Want to build a vanilla kernel build without any non-upstream patches?
-# (well, almost none, we need nonintconfig for build purposes). Default to 0 (off).
-%define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0}
-
 # pkg_release is what we'll fill in for the rpm Release: field
 %if 0%{?released_kernel}
 
@@ -190,7 +198,7 @@ Summary: The Linux kernel
 %endif
 
 # The kernel tarball/base version
-%define kversion 2.6.%{base_sublevel}
+%define kversion 2.6.32-131.0.15.el6
 
 %define make_target bzImage
 
@@ -201,10 +209,6 @@ Summary: The Linux kernel
 %define nopatches 0
 %endif
 
-%if %{with_vanilla}
-%define nopatches 1
-%endif
-
 %if %{nopatches}
 %define with_bootwrapper 0
 %define variant -vanilla
@@ -225,8 +229,8 @@ Summary: The Linux kernel
 %endif
 #### Planet-Lab ####
 %define pkg_release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
-####
-%define KVERREL %{rpmversion}-%{pkg_release}-%{_target_cpu}
+#### Planet-Lab ####
+%define KVERREL %{rpmversion}-%{pkg_release}.%{_target_cpu}
 
 %if !%{debugbuildsenabled}
 %define with_debug 0
@@ -262,19 +266,14 @@ Summary: The Linux kernel
 %define with_pae 0
 %define with_xen 0
 %define with_kdump 0
-%define with_perftool 0
-%define with_framepointer 0
+%define with_perf 0
 %endif
 
 %define all_x86 i386 i686
 
-%ifnarch %{all_x86} x86_64
-%define with_framepointer 0
-%endif
-
 %if %{with_vdso_install}
 # These arches install vdso/ directories.
-%define vdso_arches %{all_x86} x86_64 ppc ppc64
+%define vdso_arches %{all_x86} x86_64 ppc ppc64 s390 s390x
 %endif
 
 # Overrides for generic default options
@@ -298,13 +297,13 @@ Summary: The Linux kernel
 # only package docs noarch
 %ifnarch noarch
 %define with_doc 0
-%define with_perf 0
 %endif
 
 # don't build noarch kernels or headers (duh)
 %ifarch noarch
 %define with_up 0
 %define with_headers 0
+%define with_perf 0
 %define all_arch_configs kernel-%{version}-*.config
 %define with_firmware  %{?_without_firmware:  0} %{?!_without_firmware:  1}
 %endif
@@ -372,7 +371,7 @@ Summary: The Linux kernel
 %define make_target image
 %define kernel_image arch/sparc/boot/image
 %define image_install_path boot
-%define with_perftool 0
+%define with_perf 0
 %endif
 
 %ifarch ppc
@@ -436,7 +435,7 @@ Summary: The Linux kernel
 %define with_pae 0
 %define with_kdump 0
 %define with_debuginfo 0
-%define with_perftool 0
+%define with_perf 0
 %define _enable_debug_packages 0
 %endif
 
@@ -462,7 +461,13 @@ Summary: The Linux kernel
 # problems with the newer kernel or lack certain things that make
 # integration in the distro harder than needed.
 #
+#### Planet-Lab ####
+%if %{modern_distro}
 %define package_conflicts initscripts < 7.23, udev < 145-11, iptables < 1.3.2-1, ipw2200-firmware < 2.4, iwl4965-firmware < 228.57.2, selinux-policy-targeted < 1.25.3-14, squashfs-tools < 4.0, wireless-tools < 29-3
+%else
+%define package_conflicts initscripts < 7.23, iptables < 1.3.2-1, ipw2200-firmware < 2.4, iwl4965-firmware < 228.57.2, selinux-policy-targeted < 1.25.3-14, squashfs-tools < 4.0, wireless-tools < 29-3
+%endif
+#### Planet-Lab ####
 
 #
 # The ld.so.conf.d file we install uses syntax older ldconfig's don't grok.
@@ -485,11 +490,24 @@ Summary: The Linux kernel
 # Packages that need to be installed before the kernel is, because the %post
 # scripts use them.
 #
-%define kernel_prereq  fileutils, module-init-tools, initscripts >= 8.11.1-1, kernel-firmware >= %{rpmversion}-%{pkg_release}, grubby >= 7.0.4-1
+#### Planet-Lab ####
+%if %{modern_distro}
+%define kernel_prereq  fileutils, module-init-tools, initscripts >= 8.11.1-1, grubby >= 7.0.4-1
+%else
+%define kernel_prereq  fileutils, module-init-tools, initscripts >= 8.11.1-1, 
+%endif
+#### Planet-Lab ####
+
 %if %{with_dracut}
 %define initrd_prereq  dracut-kernel >= 002-18.git413bcf78
 %else
+#### Planet-Lab ####
+%if %{modern_distro}
 %define initrd_prereq  mkinitrd >= 6.0.61-1
+%else
+%define initrd_prereq  mkinitrd >= 5.1
+%endif
+#### Planet-Lab ####
 %endif
 
 #
@@ -502,7 +520,7 @@ Summary: The Linux kernel
 Provides: kernel = %{rpmversion}-%{pkg_release}\
 Provides: kernel-%{_target_cpu} = %{rpmversion}-%{pkg_release}%{?1:.%{1}}\
 Provides: kernel-drm = 4.3.0\
-Provides: kernel-drm-nouveau = 15\
+Provides: kernel-drm-nouveau = 16\
 Provides: kernel-modeset = 1\
 Provides: kernel-uname-r = %{KVERREL}%{?1:.%{1}}\
 Requires(pre): %{kernel_prereq}\
@@ -524,7 +542,9 @@ AutoProv: yes\
 Name: kernel%{?variant}
 Group: System Environment/Kernel
 License: GPLv2
+#### Planet-Lab ####
 #URL: http://www.kernel.org/
+#### Planet-Lab ####
 Version: %{rpmversion}
 Release: %{pkg_release}
 # DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
@@ -544,16 +564,15 @@ Obsoletes: kernel-smp
 BuildRequires: module-init-tools, patch >= 2.5.4, bash >= 2.03, sh-utils, tar
 BuildRequires: bzip2, findutils, gzip, m4, perl, make >= 3.78, diffutils, gawk
 BuildRequires: gcc >= 3.4.2, binutils >= 2.12, redhat-rpm-config
-BuildRequires: net-tools, patchutils
-%if %{with_doc}
-BuildRequires: xmlto
-BuildRequires: asciidoc
-%endif
+#### Planet-Lab ####
+BuildRequires: net-tools, patchutils, rpm-build
+#### Planet-Lab ####
+BuildRequires: xmlto,  asciidoc
 %if %{with_sparse}
 BuildRequires: sparse >= 0.4.1
 %endif
-%if %{with_perftool}
-BuildRequires: elfutils-libelf-devel zlib-devel binutils-devel
+%if %{with_perf}
+BuildRequires: elfutils-libelf-devel zlib-devel binutils-devel newt-devel python-devel perl(ExtUtils::Embed)
 %endif
 %if %{signmodules}
 BuildRequires: gnupg
@@ -573,11 +592,10 @@ BuildConflicts: rhbuildsys(DiskFree) < 7Gb
 
 %if %{fancy_debuginfo}
 # Fancy new debuginfo generation introduced in Fedora 8.
-BuildRequires: rpm-build >= 4.4.2.1-4
 %define debuginfo_args --strict-build-id
 %endif
 
-Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
+Source0: linux-2.6.32-131.0.15.el6.tar.bz2
 
 Source1: Makefile.common
 
@@ -589,6 +607,7 @@ Source3: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/testing/incr/patch-2.6.%{ups
 %endif
 
 Source11: genkey
+Source13: perf-archive
 Source14: find-provides
 Source15: merge.pl
 Source16: perf
@@ -603,1296 +622,72 @@ Source31: Module.kabi_ppc64
 Source32: Module.kabi_s390x
 Source33: Module.kabi_x86_64
 
-Source50: config-i686
-Source51: config-s390x-kdump-rhel
-Source52: config-generic
-Source53: config-x86-generic-rhel
-Source54: config-s390x-generic-rhel
-Source55: config-x86-generic
-Source56: config-s390x-rhel
-Source57: config-powerpc64-kdump
-Source58: config-nodebug
+Source50: config-i686-nodebug-rhel
+Source51: config-ia64-generic-rhel
+Source52: config-powerpc-generic
+Source53: config-nodebug-rhel
+Source54: config-s390x-debug
+Source55: config-framepointer
+Source56: config-x86_64-generic-rhel
+Source57: config-debug
+Source58: config-x86-generic
 Source59: config-s390x
-Source60: config-powerpc-generic-rhel
-Source61: config-ia64-generic-rhel
-Source62: config-s390x-kdump
-Source63: config-nodebug-rhel
-Source64: config-powerpc-generic
-Source65: config-framepointer
-Source66: config-i686-rhel
+Source60: config-generic-rhel
+Source61: config-x86_64-debug
+Source62: config-x86_64-generic
+Source63: config-i686
+Source64: config-powerpc64
+Source65: config-x86_64-nodebug
+Source66: config-s390x-rhel
 Source67: config-powerpc64-rhel
-Source68: config-debug
-Source69: config-x86_64-generic
-Source70: config-x86_64-generic-rhel
-Source71: config-debug-rhel
-Source72: config-generic-rhel
-Source73: config-powerpc64
-
-Patch: Fedora-redhat-introduce-nonint_oldconfig-target.patch
-Patch1: Fedora-build-introduce-AFTER_LINK-variable.patch
-Patch2: Fedora-utrace-introduce-utrace-implementation.patch
-Patch3: Fedora-hwmon-add-VIA-hwmon-temperature-sensor-support.patch
-Patch4: Fedora-powerpc-add-modalias_show-operation.patch
-Patch5: Fedora-execshield-introduce-execshield.patch
-Patch6: Fedora-nfsd4-proots.patch
-Patch7: Fedora-nfs-make-nfs4-callback-hidden.patch
-Patch8: Fedora-usb-Allow-drivers-to-enable-USB-autosuspend-on-a-per-device-basis.patch
-Patch9: Fedora-usb-enable-autosuspend-by-default-on-qcserial.patch
-Patch10: Fedora-usb-enable-autosuspend-on-UVC-by-default.patch
-Patch11: Fedora-acpi-Disable-brightness-switch-by-default.patch
-Patch12: Fedora-acpi-Disable-firmware-video-brightness-change-by-default.patch
-Patch13: Fedora-debug-print-common-struct-sizes-at-boot-time.patch
-Patch14: Fedora-x86-add-option-to-control-the-NMI-watchdog-timeout.patch
-Patch15: Fedora-debug-display-tainted-information-on-other-places.patch
-Patch16: Fedora-debug-add-calls-to-print_tainted-on-spinlock-functions.patch
-Patch17: Fedora-debug-add-would_have_oomkilled-procfs-ctl.patch
-Patch18: Fedora-debug-always-inline-kzalloc.patch
-Patch19: Fedora-pci-add-config-option-to-control-the-default-state-of-PCI-MSI-interrupts.patch
-Patch20: Fedora-pci-sets-PCIE-ASPM-default-policy-to-POWERSAVE.patch
-Patch21: Fedora-sound-disables-hda-beep-by-default.patch
-Patch22: Fedora-sound-hda-intel-prealloc-4mb-dmabuffer.patch
-Patch23: Fedora-input-remove-unwanted-messages-on-spurious-events.patch
-Patch24: Fedora-floppy-remove-the-floppy-pnp-modalias.patch
-Patch25: Fedora-input-remove-pcspkr-modalias.patch
-Patch26: Fedora-serial-Enable-higher-baud-rates-for-16C95x.patch
-Patch27: Fedora-serio-disable-error-messages-when-i8042-isn-t-found.patch
-Patch28: Fedora-pci-silence-some-PCI-resource-allocation-errors.patch
-Patch29: Fedora-fb-disable-fbcon-logo-with-parameter.patch
-Patch30: Fedora-crash-add-crash-driver.patch
-Patch31: Fedora-pci-cacheline-sizing.patch
-Patch32: Fedora-e1000-add-quirk-for-ich9.patch
-Patch33: Fedora-drm-intel-big-hammer.patch
-Patch34: Fedora-acpi-be-less-verbose-about-old-BIOSes.patch
-Patch35: Fedora-rfkill-add-support-to-a-key-to-control-all-radios.patch
-Patch36: redhat-adding-redhat-directory.patch
-Patch37: redhat-Importing-config-options.patch
-Patch38: redhat-s390x-adding-zfcpdump-application-used-by-s390x-kdump-kernel.patch
-Patch39: redhat-Include-FIPS-required-checksum-of-the-kernel-image.patch
-Patch40: redhat-Silence-tagging-messages-by-rh-release.patch
-Patch41: redhat-Disabling-debug-options-for-beta.patch
-Patch42: redhat-kernel-requires-udev-145-11-or-newer.patch
-Patch43: redhat-tagging-2-6-31-50-el6.patch
-Patch44: redhat-updating-lastcommit-for-2-6-31-50.patch
-Patch45: block-get-rid-of-the-WRITE_ODIRECT-flag.patch
-Patch46: block-aio-implement-request-batching.patch
-Patch47: kdump-x86-add-CONFIG_KEXEC_AUTO_RESERVE.patch
-Patch48: kdump-x86-implement-crashkernel-auto.patch
-Patch49: kdump-ia64-add-CONFIG_KEXEC_AUTO_RESERVE.patch
-Patch50: kdump-ia64-implement-crashkernel-auto.patch
-Patch51: kdump-powerpc-add-CONFIG_KEXEC_AUTO_RESERVE.patch
-Patch52: kdump-powerpc-implement-crashkernel-auto.patch
-Patch53: kdump-doc-update-the-kdump-document.patch
-Patch54: kdump-kexec-allow-to-shrink-reserved-memory.patch
-Patch55: kernel-Set-panic_on_oops-to-1.patch
-Patch56: redhat-fix-BZ-and-CVE-info-printing-on-changelog-when-HIDE_REDHAT-is-enabled.patch
-Patch57: redhat-tagging-2-6-31-51-el6.patch
-Patch58: redhat-updating-lastcommit-for-2-6-31-51.patch
-Patch59: redhat-fixing-the-kernel-versions-on-the-SPEC-changelog.patch
-Patch60: redhat-Fix-version-passed-to-update_changelog-sh.patch
-Patch61: mm-Limit-32-bit-x86-systems-to-16GB-and-prevent-panic-on-boot-when-system-has-more-than-30GB.patch
-Patch62: ppc64-Fix-kcrctab_-sections-to-undo-undesireable-relocations-that-break-kdump.patch
-Patch63: net-export-device-speed-and-duplex-via-sysfs.patch
-Patch64: scsi-devinfo-update-for-Hitachi-entries.patch
-Patch65: x86-AMD-Northbridge-Verify-NB-s-node-is-online.patch
-Patch66: redhat-tagging-2-6-32-0-52-el6.patch
-Patch67: redhat-updating-lastcommit-for-2-6-32-0-52.patch
-Patch68: redhat-fix-STAMP-version-on-rh-release-commit-phase.patch
-Patch69: redhat-enable-debug-builds-also-on-s390x-and-ppc64.patch
-Patch70: s390x-fix-build-failure-with-CONFIG_FTRACE_SYSCALLS.patch
-Patch71: procfs-add-ability-to-modify-proc-file-limits-from-outside-a-processes-own-context.patch
-Patch72: modsign-Multiprecision-maths-library.patch
-Patch73: modsign-Add-indications-of-module-ELF-types.patch
-Patch74: modsign-Module-ELF-verifier.patch
-Patch75: modsign-Module-signature-checker-and-key-manager.patch
-Patch76: modsign-Apply-signature-checking-to-modules-on-module-load.patch
-Patch77: modsign-Don-t-include-note-gnu-build-id-in-the-digest.patch
-Patch78: modsign-Enable-module-signing-in-the-RHEL-RPM.patch
-Patch79: net-Add-acession-counts-to-all-datagram-protocols.patch
-Patch80: redhat-tagging-2-6-32-0-53-el6.patch
-Patch81: redhat-updating-lastcommit-for-2-6-32-0-53.patch
-Patch82: redhat-fixing-wrong-bug-number-536759-536769.patch
-Patch83: redhat-adding-top-makefile-to-enable-rh-targets.patch
-Patch84: redhat-add-temporary-framepointer-variant.patch
-Patch85: redhat-add-rh-key-target-to-Makefile.patch
-Patch86: infiniband-Rewrite-SG-handling-for-RDMA-logic.patch
-Patch87: x86-panic-if-AMD-cpu_khz-is-wrong.patch
-Patch88: x86-Enable-CONFIG_SPARSE_IRQ.patch
-Patch89: edac-amd64_edac-disabling-temporarily.patch
-Patch90: redhat-tagging-2-6-32-0-54-el6.patch
-Patch91: redhat-updating-lastcommit-for-2-6-32-0-54.patch
-Patch92: redhat-create-patches-sh-use-first-parent-to-use-the-right-branch-history.patch
-Patch93: redhat-Rebasing-to-kernel-2-6-32.patch
-Patch94: redhat-updating-lastcommit-for-2-6-32-1.patch
-Patch95: redhat-introduce-rh-kernel-debug-target.patch
-Patch96: redhat-update-build-targets-in-Makefile.patch
-Patch97: redhat-include-missing-System-map-file-for-debug-only-builds.patch
-Patch98: Fedora-updating-linux-2-6-execshield-patch-2-6-32-8-fc13-reference.patch
-Patch99: Fedora-updating-patch-linux-2-6-nfsd4-proots-patch-2-6-32-8-fc13-reference.patch
-Patch100: Fedora-intel-iommu-backport.patch
-Patch101: Fedora-ath9k-backports.patch
-Patch102: Fedora-KVM-allow-userspace-to-adjust-kvmclock-offset.patch
-Patch103: Fedora-drm-radeon-fixes.patch
-Patch104: Fedora-drm-radeon-dp-support.patch
-Patch105: Fedora-drm-nouveau-fixes.patch
-Patch106: Fedora-drm-i915-Fix-sync-to-vblank-when-VGA-output-is-turned-off.patch
-Patch107: Fedora-agp-clear-GTT-on-intel.patch
-Patch108: Fedora-ext4-Fix-insuficient-checks-in-EXT4_IOC_MOVE_EXT.patch
-Patch109: Fedora-perf-Don-t-free-perf_mmap_data-until-work-has-been-done.patch
-Patch110: redhat-updating-config-files-based-on-current-requests-12-10.patch
-Patch111: redhat-Config-updates-12-15.patch
-Patch112: block-revert-cfq-iosched-limit-coop-preemption.patch
-Patch113: block-CFQ-is-more-than-a-desktop-scheduler.patch
-Patch114: block-cfq-calculate-the-seek_mean-per-cfq_queue-not-per-cfq_io_context.patch
-Patch115: block-cfq-merge-cooperating-cfq_queues.patch
-Patch116: block-cfq-change-the-meaning-of-the-cfqq_coop-flag.patch
-Patch117: block-cfq-break-apart-merged-cfqqs-if-they-stop-cooperating.patch
-Patch118: block-cfq-iosched-improve-hw_tag-detection.patch
-Patch119: block-cfq-iosched-adapt-slice-to-number-of-processes-doing-I-O.patch
-Patch120: block-cfq-iosched-preparation-to-handle-multiple-service-trees.patch
-Patch121: block-cfq-iosched-reimplement-priorities-using-different-service-trees.patch
-Patch122: block-cfq-iosched-enable-idling-for-last-queue-on-priority-class.patch
-Patch123: block-cfq-iosched-fairness-for-sync-no-idle-queues.patch
-Patch124: block-cfq-iosched-fix-style-issue-in-cfq_get_avg_queues.patch
-Patch125: block-blkdev-flush-disk-cache-on-fsync.patch
-Patch126: block-cfq-iosched-simplify-prio-unboost-code.patch
-Patch127: block-cfq-iosched-fix-next_rq-computation.patch
-Patch128: block-Expose-discard-granularity.patch
-Patch129: block-partitions-use-sector-size-for-EFI-GPT.patch
-Patch130: block-partitions-read-whole-sector-with-EFI-GPT-header.patch
-Patch131: block-cfq-Make-use-of-service-count-to-estimate-the-rb_key-offset.patch
-Patch132: block-cfq-iosched-cleanup-unreachable-code.patch
-Patch133: block-cfq-iosched-fix-ncq-detection-code.patch
-Patch134: block-cfq-iosched-fix-no-idle-preemption-logic.patch
-Patch135: block-cfq-iosched-idling-on-deep-seeky-sync-queues.patch
-Patch136: block-cfq-iosched-fix-corner-cases-in-idling-logic.patch
-Patch137: block-Revert-cfq-Make-use-of-service-count-to-estimate-the-rb_key-offset.patch
-Patch138: block-Allow-devices-to-indicate-whether-discarded-blocks-are-zeroed.patch
-Patch139: block-cfq-iosched-no-dispatch-limit-for-single-queue.patch
-Patch140: block-blkio-Set-must_dispatch-only-if-we-decided-to-not-dispatch-the-request.patch
-Patch141: block-blkio-Introduce-the-notion-of-cfq-groups.patch
-Patch142: block-blkio-Implement-macro-to-traverse-each-service-tree-in-group.patch
-Patch143: block-blkio-Keep-queue-on-service-tree-until-we-expire-it.patch
-Patch144: block-blkio-Introduce-the-root-service-tree-for-cfq-groups.patch
-Patch145: block-blkio-Introduce-blkio-controller-cgroup-interface.patch
-Patch146: block-blkio-Introduce-per-cfq-group-weights-and-vdisktime-calculations.patch
-Patch147: block-blkio-Implement-per-cfq-group-latency-target-and-busy-queue-avg.patch
-Patch148: block-blkio-Group-time-used-accounting-and-workload-context-save-restore.patch
-Patch149: block-blkio-Dynamic-cfq-group-creation-based-on-cgroup-tasks-belongs-to.patch
-Patch150: block-blkio-Take-care-of-cgroup-deletion-and-cfq-group-reference-counting.patch
-Patch151: block-blkio-Some-debugging-aids-for-CFQ.patch
-Patch152: block-blkio-Export-disk-time-and-sectors-used-by-a-group-to-user-space.patch
-Patch153: block-blkio-Provide-some-isolation-between-groups.patch
-Patch154: block-blkio-Drop-the-reference-to-queue-once-the-task-changes-cgroup.patch
-Patch155: block-blkio-Propagate-cgroup-weight-updation-to-cfq-groups.patch
-Patch156: block-blkio-Wait-for-cfq-queue-to-get-backlogged-if-group-is-empty.patch
-Patch157: block-blkio-Determine-async-workload-length-based-on-total-number-of-queues.patch
-Patch158: block-blkio-Implement-group_isolation-tunable.patch
-Patch159: block-blkio-Wait-on-sync-noidle-queue-even-if-rq_noidle-1.patch
-Patch160: block-blkio-Documentation.patch
-Patch161: block-cfq-iosched-fix-compile-problem-with-CONFIG_CGROUP.patch
-Patch162: block-cfq-iosched-move-IO-controller-declerations-to-a-header-file.patch
-Patch163: block-io-controller-quick-fix-for-blk-cgroup-and-modular-CFQ.patch
-Patch164: block-cfq-iosched-make-nonrot-check-logic-consistent.patch
-Patch165: block-blkio-Export-some-symbols-from-blkio-as-its-user-CFQ-can-be-a-module.patch
-Patch166: block-blkio-Implement-dynamic-io-controlling-policy-registration.patch
-Patch167: block-blkio-Allow-CFQ-group-IO-scheduling-even-when-CFQ-is-a-module.patch
-Patch168: block-cfq-iosched-use-call_rcu-instead-of-doing-grace-period-stall-on-queue-exit.patch
-Patch169: block-include-linux-err-h-to-use-ERR_PTR.patch
-Patch170: block-cfq-iosched-Do-not-access-cfqq-after-freeing-it.patch
-Patch171: block-dio-fix-performance-regression.patch
-Patch172: block-Add-support-for-the-ATA-TRIM-command-in-libata.patch
-Patch173: scsi-Add-missing-command-definitions.patch
-Patch174: scsi-scsi_debug-Thin-provisioning-support.patch
-Patch175: scsi-sd-WRITE-SAME-16-UNMAP-support.patch
-Patch176: scsi-Correctly-handle-thin-provisioning-write-error.patch
-Patch177: libata-Report-zeroed-read-after-Trim-and-max-discard-size.patch
-Patch178: libata-Clarify-ata_set_lba_range_entries-function.patch
-Patch179: block-config-enable-CONFIG_BLK_CGROUP.patch
-Patch180: block-config-enable-CONFIG_BLK_DEV_INTEGRITY.patch
-Patch181: redhat-tagging-2-6-32-2-el6.patch
-Patch182: redhat-updating-lastcommit-for-2-6-32-2.patch
-Patch183: redhat-force-to-run-rh-key-target-when-compiling-the-kernel-locally-without-RPM.patch
-Patch184: redhat-run-rngd-on-rh-key-to-speed-up-key-generation.patch
-Patch185: redhat-make-the-documentation-build-j1.patch
-Patch186: redhat-remove-unused-config-file-config-powerpc64-generic-rhel.patch
-Patch187: redhat-fix-problem-when-using-other-rh-targets.patch
-Patch188: redhat-reverting-makefile-magic.patch
-Patch189: redhat-remove-gcc-bug-workaround.patch
-Patch190: redhat-run-rh-key-when-the-GPG-keys-aren-t-present.patch
-Patch191: nfs-convert-proto-option-to-use-netids-rather-than-a-protoname.patch
-Patch192: scsi-fix-dma-handling-when-using-virtual-hosts.patch
-Patch193: dm-core-and-mpath-changes-from-2-6-33.patch
-Patch194: dm-raid1-changes-from-2-6-33.patch
-Patch195: dm-crypt-changes-from-2-6-33.patch
-Patch196: dm-snapshot-changes-from-2-6-33.patch
-Patch197: dm-snapshot-merge-support-from-2-6-33.patch
-Patch198: redhat-add-vhost-to-config-generic-rhel.patch
-Patch199: virt-tun-export-underlying-socket.patch
-Patch200: virt-mm-export-use_mm-unuse_mm-to-modules.patch
-Patch201: virt-vhost_net-a-kernel-level-virtio-server.patch
-Patch202: virt-vhost-add-missing-architectures.patch
-Patch203: s390-kernel-clear-high-order-bits-after-switching-to-64-bit-mode.patch
-Patch204: s390-zcrypt-Do-not-simultaneously-schedule-hrtimer.patch
-Patch205: s390-dasd-support-DIAG-access-for-read-only-devices.patch
-Patch206: s390-kernel-fix-dump-indicator.patch
-Patch207: s390-kernel-performance-counter-fix-and-page-fault-optimization.patch
-Patch208: s390-zcrypt-initialize-ap_messages-for-cex3-exploitation.patch
-Patch209: s390-zcrypt-special-command-support-for-cex3-exploitation.patch
-Patch210: s390-zcrypt-add-support-for-cex3-device-types.patch
-Patch211: s390-zcrypt-use-definitions-for-cex3.patch
-Patch212: s390-zcrypt-adjust-speed-rating-between-cex2-and-pcixcc.patch
-Patch213: s390-zcrypt-adjust-speed-rating-of-cex3-adapters.patch
-Patch214: s390-OSA-QDIO-data-connection-isolation.patch
-Patch215: redhat-Build-in-standard-PCI-hotplug-support.patch
-Patch216: pci-pciehp-Provide-an-option-to-disable-native-PCIe-hotplug.patch
-Patch217: modsign-Don-t-check-e_entry-in-ELF-header.patch
-Patch218: redhat-fixing-lastcommit-contents-for-2-6-32-2-el6.patch
-Patch219: redhat-tagging-2-6-32-3-el6.patch
-Patch220: redhat-updating-lastcommit-for-2-6-32-3.patch
-Patch221: misc-Revert-utrace-introduce-utrace-implementation.patch
-Patch222: ptrace-cleanup-ptrace_init_task-ptrace_link-path.patch
-Patch223: ptrace-copy_process-should-disable-stepping.patch
-Patch224: ptrace-introduce-user_single_step_siginfo-helper.patch
-Patch225: ptrace-powerpc-implement-user_single_step_siginfo.patch
-Patch226: ptrace-change-tracehook_report_syscall_exit-to-handle-stepping.patch
-Patch227: ptrace-x86-implement-user_single_step_siginfo.patch
-Patch228: ptrace-x86-change-syscall_trace_leave-to-rely-on-tracehook-when-stepping.patch
-Patch229: signals-check-group_stop_count-after-tracehook_get_signal.patch
-Patch230: tracehooks-kill-some-PT_PTRACED-checks.patch
-Patch231: tracehooks-check-PT_PTRACED-before-reporting-the-single-step.patch
-Patch232: ptrace_signal-check-PT_PTRACED-before-reporting-a-signal.patch
-Patch233: ptrace-export-__ptrace_detach-and-do_notify_parent_cldstop.patch
-Patch234: ptrace-reorder-the-code-in-kernel-ptrace-c.patch
-Patch235: utrace-implement-utrace-ptrace.patch
-Patch236: utrace-utrace-core.patch
-Patch237: sound-ALSA-HDA-driver-update-2009-12-15.patch
-Patch238: s390-dasd-enable-prefix-independent-of-pav-support.patch
-Patch239: s390-dasd-remove-strings-from-s390dbf.patch
-Patch240: s390-dasd-let-device-initialization-wait-for-LCU-setup.patch
-Patch241: redhat-kernel-enable-hibernation-support-on-s390x.patch
-Patch242: s390-iucv-add-work_queue-cleanup-for-suspend.patch
-Patch243: s390-cmm-free-pages-on-hibernate.patch
-Patch244: s390-ctcm-suspend-has-to-wait-for-outstanding-I-O.patch
-Patch245: s390-zfcp-Don-t-fail-SCSI-commands-when-transitioning-to-blocked-fc_rport.patch
-Patch246: s390-zfcp-Assign-scheduled-work-to-driver-queue.patch
-Patch247: s390-zfcp-fix-ELS-ADISC-handling-to-prevent-QDIO-errors.patch
-Patch248: s390-zfcp-improve-FSF-error-reporting.patch
-Patch249: scsi-scsi_transport_fc-Introduce-helper-function-for-blocking-scsi_eh.patch
-Patch250: s390-zfcp-Block-SCSI-EH-thread-for-rport-state-BLOCKED.patch
-Patch251: uv-x86-SGI-UV-Fix-BAU-initialization.patch
-Patch252: uv-x86-function-to-translate-from-gpa-socket_paddr.patch
-Patch253: uv-x86-introduce-uv_gpa_is_mmr.patch
-Patch254: uv-x86-RTC-Fix-early-expiry-handling.patch
-Patch255: uv-x86-RTC-Add-clocksource-only-boot-option.patch
-Patch256: uv-x86-RTC-Clean-up-error-handling.patch
-Patch257: uv-gru-function-to-generate-chipset-IPI-values.patch
-Patch258: uv-x86-SGI-Map-low-MMR-ranges.patch
-Patch259: xen-wait-up-to-5-minutes-for-device-connetion-and-fix-fallout.patch
-Patch260: xen-support-MAXSMP.patch
-Patch261: mm-move-inc_zone_page_state-NR_ISOLATED-to-just-isolated-place.patch
-Patch262: mm-swap_info-private-to-swapfile-c.patch
-Patch263: mm-swap_info-change-to-array-of-pointers.patch
-Patch264: mm-swap_info-include-first_swap_extent.patch
-Patch265: mm-swap_info-miscellaneous-minor-cleanups.patch
-Patch266: mm-swap_info-SWAP_HAS_CACHE-cleanups.patch
-Patch267: mm-swap_info-swap_map-of-chars-not-shorts.patch
-Patch268: mm-swap_info-swap-count-continuations.patch
-Patch269: mm-swap_info-note-SWAP_MAP_SHMEM.patch
-Patch270: mm-define-PAGE_MAPPING_FLAGS.patch
-Patch271: mm-mlocking-in-try_to_unmap_one.patch
-Patch272: mm-CONFIG_MMU-for-PG_mlocked.patch
-Patch273: mm-pass-address-down-to-rmap-ones.patch
-Patch274: mm-vmscan-have-kswapd-sleep-for-a-short-interval-and-double-check-it-should-be-asleep.patch
-Patch275: mm-vmscan-stop-kswapd-waiting-on-congestion-when-the-min-watermark-is-not-being-met.patch
-Patch276: mm-vmscan-separate-sc-swap_cluster_max-and-sc-nr_max_reclaim.patch
-Patch277: mm-vmscan-kill-hibernation-specific-reclaim-logic-and-unify-it.patch
-Patch278: mm-vmscan-zone_reclaim-dont-use-insane-swap_cluster_max.patch
-Patch279: mm-vmscan-kill-sc-swap_cluster_max.patch
-Patch280: mm-vmscan-make-consistent-of-reclaim-bale-out-between-do_try_to_free_page-and-shrink_zone.patch
-Patch281: mm-vmscan-do-not-evict-inactive-pages-when-skipping-an-active-list-scan.patch
-Patch282: mm-stop-ptlock-enlarging-struct-page.patch
-Patch283: ksm-three-remove_rmap_item_from_tree-cleanups.patch
-Patch284: ksm-remove-redundancies-when-merging-page.patch
-Patch285: ksm-cleanup-some-function-arguments.patch
-Patch286: ksm-singly-linked-rmap_list.patch
-Patch287: ksm-separate-stable_node.patch
-Patch288: ksm-stable_node-point-to-page-and-back.patch
-Patch289: ksm-fix-mlockfreed-to-munlocked.patch
-Patch290: ksm-let-shared-pages-be-swappable.patch
-Patch291: ksm-hold-anon_vma-in-rmap_item.patch
-Patch292: ksm-take-keyhole-reference-to-page.patch
-Patch293: ksm-share-anon-page-without-allocating.patch
-Patch294: ksm-mem-cgroup-charge-swapin-copy.patch
-Patch295: ksm-rmap_walk-to-remove_migation_ptes.patch
-Patch296: ksm-memory-hotremove-migration-only.patch
-Patch297: ksm-remove-unswappable-max_kernel_pages.patch
-Patch298: ksm-fix-ksm-h-breakage-of-nommu-build.patch
-Patch299: mm-Add-mm-tracepoint-definitions-to-kmem-h.patch
-Patch300: mm-Add-anonynmous-page-mm-tracepoints.patch
-Patch301: mm-Add-file-page-mm-tracepoints.patch
-Patch302: mm-Add-page-reclaim-mm-tracepoints.patch
-Patch303: mm-Add-file-page-writeback-mm-tracepoints.patch
-Patch304: scsi-hpsa-new-driver.patch
-Patch305: scsi-cciss-remove-pci-ids.patch
-Patch306: quota-Move-definition-of-QFMT_OCFS2-to-linux-quota-h.patch
-Patch307: quota-Implement-quota-format-with-64-bit-space-and-inode-limits.patch
-Patch308: quota-ext3-Support-for-vfsv1-quota-format.patch
-Patch309: quota-ext4-Support-for-64-bit-quota-format.patch
-Patch310: kvm-core-x86-Add-user-return-notifiers.patch
-Patch311: kvm-VMX-Move-MSR_KERNEL_GS_BASE-out-of-the-vmx-autoload-msr-area.patch
-Patch312: kvm-x86-shared-msr-infrastructure.patch
-Patch313: kvm-VMX-Use-shared-msr-infrastructure.patch
-Patch314: redhat-excluding-Reverts-from-changelog-too.patch
-Patch315: redhat-tagging-2-6-32-4-el6.patch
-Patch316: redhat-updating-lastcommit-for-2-6-32-4.patch
-Patch317: redhat-do-not-export-redhat-directory-contents.patch
-Patch318: x86-Remove-the-CPU-cache-size-printk-s.patch
-Patch319: x86-Remove-CPU-cache-size-output-for-non-Intel-too.patch
-Patch320: x86-cpu-mv-display_cacheinfo-cpu_detect_cache_sizes.patch
-Patch321: x86-Limit-the-number-of-processor-bootup-messages.patch
-Patch322: init-Limit-the-number-of-per-cpu-calibration-bootup-messages.patch
-Patch323: sched-Limit-the-number-of-scheduler-debug-messages.patch
-Patch324: x86-Limit-number-of-per-cpu-TSC-sync-messages.patch
-Patch325: x86-Remove-enabling-x2apic-message-for-every-CPU.patch
-Patch326: x86-ucode-amd-Load-ucode-patches-once-and-not-separately-of-each-CPU.patch
-Patch327: block-cfq-iosched-reduce-write-depth-only-if-sync-was-delayed.patch
-Patch328: block-cfq-Optimization-for-close-cooperating-queue-searching.patch
-Patch329: block-cfq-iosched-Get-rid-of-cfqq-wait_busy_done-flag.patch
-Patch330: block-cfq-iosched-Take-care-of-corner-cases-of-group-losing-share-due-to-deletion.patch
-Patch331: block-cfq-iosched-commenting-non-obvious-initialization.patch
-Patch332: block-cfq-Remove-wait_request-flag-when-idle-time-is-being-deleted.patch
-Patch333: block-Fix-a-CFQ-crash-in-for-2-6-33-branch-of-block-tree.patch
-Patch334: block-cfq-set-workload-as-expired-if-it-doesn-t-have-any-slice-left.patch
-Patch335: block-cfq-iosched-Remove-the-check-for-same-cfq-group-from-allow_merge.patch
-Patch336: block-cfq-iosched-Get-rid-of-nr_groups.patch
-Patch337: block-cfq-iosched-Remove-prio_change-logic-for-workload-selection.patch
-Patch338: netdrv-ixgbe-add-support-for-82599-KR-and-update-to-latest-upstream.patch
-Patch339: netdrv-bnx2x-update-to-1-52-1-5.patch
-Patch340: netdrv-update-tg3-to-version-3-105.patch
-Patch341: scsi-scsi_dh-Change-the-scsidh_activate-interface-to-be-asynchronous.patch
-Patch342: scsi-scsi_dh-Make-rdac-hardware-handler-s-activate-async.patch
-Patch343: scsi-scsi_dh-Make-hp-hardware-handler-s-activate-async.patch
-Patch344: scsi-scsi_dh-Make-alua-hardware-handler-s-activate-async.patch
-Patch345: block-Fix-topology-stacking-for-data-and-discard-alignment.patch
-Patch346: dlm-always-use-GFP_NOFS.patch
-Patch347: redhat-Some-storage-related-kernel-config-parameter-changes.patch
-Patch348: scsi-eliminate-double-free.patch
-Patch349: scsi-make-driver-PCI-legacy-I-O-port-free.patch
-Patch350: gfs2-Fix-potential-race-in-glock-code.patch
-Patch351: netdrv-cnic-fixes-for-RHEL6.patch
-Patch352: netdrv-bnx2i-update-to-2-1-0.patch
-Patch353: mm-hwpoison-backport-the-latest-patches-from-linux-2-6-33.patch
-Patch354: fs-ext4-wait-for-log-to-commit-when-unmounting.patch
-Patch355: cifs-NULL-out-tcon-pSesInfo-and-srvTcp-pointers-when-chasing-DFS-referrals.patch
-Patch356: fusion-remove-unnecessary-printk.patch
-Patch357: fusion-fix-for-incorrect-data-underrun.patch
-Patch358: fusion-bump-version-to-3-04-13.patch
-Patch359: ext4-make-trim-discard-optional-and-off-by-default.patch
-Patch360: fat-make-discard-a-mount-option.patch
-Patch361: fs-fs-writeback-Add-helper-function-to-start-writeback-if-idle.patch
-Patch362: fs-ext4-flush-delalloc-blocks-when-space-is-low.patch
-Patch363: scsi-scsi_dh_rdac-add-two-IBM-devices-to-rdac_dev_list.patch
-Patch364: vfs-force-reval-of-target-when-following-LAST_BIND-symlinks.patch
-Patch365: input-Add-support-for-adding-i8042-filters.patch
-Patch366: input-dell-laptop-Update-rfkill-state-on-switch-change.patch
-Patch367: sunrpc-Deprecate-support-for-site-local-addresses.patch
-Patch368: sunrpc-Don-t-display-zero-scope-IDs.patch
-Patch369: s390-cio-double-free-under-memory-pressure.patch
-Patch370: s390-cio-device-recovery-stalls-after-multiple-hardware-events.patch
-Patch371: s390-cio-device-recovery-fails-after-concurrent-hardware-changes.patch
-Patch372: s390-cio-setting-a-device-online-or-offline-fails-for-unknown-reasons.patch
-Patch373: s390-cio-incorrect-device-state-after-device-recognition-and-recovery.patch
-Patch374: s390-cio-kernel-panic-after-unexpected-interrupt.patch
-Patch375: s390-cio-initialization-of-I-O-devices-fails.patch
-Patch376: s390-cio-not-operational-devices-cannot-be-deactivated.patch
-Patch377: s390-cio-erratic-DASD-I-O-behavior.patch
-Patch378: s390-cio-DASD-cannot-be-set-online.patch
-Patch379: s390-cio-DASD-steal-lock-task-hangs.patch
-Patch380: s390-cio-memory-leaks-when-checking-unusable-devices.patch
-Patch381: s390-cio-deactivated-devices-can-cause-use-after-free-panic.patch
-Patch382: nfs-NFS-update-to-2-6-33-part-1.patch
-Patch383: nfs-NFS-update-to-2-6-33-part-2.patch
-Patch384: nfs-NFS-update-to-2-6-33-part-3.patch
-Patch385: nfs-fix-insecure-export-option.patch
-Patch386: redhat-enable-NFS_V4_1.patch
-Patch387: x86-Compile-mce-inject-module.patch
-Patch388: modsign-Don-t-attempt-to-sign-a-module-if-there-are-no-key-files.patch
-Patch389: scsi-cciss-hpsa-reassign-controllers.patch
-Patch390: scsi-cciss-fix-spinlock-use.patch
-Patch391: redhat-disabling-temporaly-DEVTMPFS.patch
-Patch392: redhat-don-t-use-PACKAGE_VERSION-and-PACKAGE_RELEASE.patch
-Patch393: redhat-tagging-2-6-32-5-el6.patch
-Patch394: redhat-updating-lastcommit-for-2-6-32-5.patch
-Patch395: redhat-add-symbol-to-look-on-while-building-modules-block.patch
-Patch396: stable-signal-Fix-alternate-signal-stack-check.patch
-Patch397: stable-SCSI-osd_protocol-h-Add-missing-include.patch
-Patch398: stable-SCSI-megaraid_sas-fix-64-bit-sense-pointer-truncation.patch
-Patch399: stable-ext4-fix-potential-buffer-head-leak-when-add_dirent_to_buf-returns-ENOSPC.patch
-Patch400: stable-ext4-avoid-divide-by-zero-when-trying-to-mount-a-corrupted-file-system.patch
-Patch401: stable-ext4-fix-the-returned-block-count-if-EXT4_IOC_MOVE_EXT-fails.patch
-Patch402: stable-ext4-fix-lock-order-problem-in-ext4_move_extents.patch
-Patch403: stable-ext4-fix-possible-recursive-locking-warning-in-EXT4_IOC_MOVE_EXT.patch
-Patch404: stable-ext4-plug-a-buffer_head-leak-in-an-error-path-of-ext4_iget.patch
-Patch405: stable-ext4-make-sure-directory-and-symlink-blocks-are-revoked.patch
-Patch406: stable-ext4-fix-i_flags-access-in-ext4_da_writepages_trans_blocks.patch
-Patch407: stable-ext4-journal-all-modifications-in-ext4_xattr_set_handle.patch
-Patch408: stable-ext4-don-t-update-the-superblock-in-ext4_statfs.patch
-Patch409: stable-ext4-fix-uninit-block-bitmap-initialization-when-s_meta_first_bg-is-non-zero.patch
-Patch410: stable-ext4-fix-block-validity-checks-so-they-work-correctly-with-meta_bg.patch
-Patch411: stable-ext4-avoid-issuing-unnecessary-barriers.patch
-Patch412: stable-ext4-fix-error-handling-in-ext4_ind_get_blocks.patch
-Patch413: stable-ext4-make-norecovery-an-alias-for-noload.patch
-Patch414: stable-ext4-Fix-double-free-of-blocks-with-EXT4_IOC_MOVE_EXT.patch
-Patch415: stable-ext4-initialize-moved_len-before-calling-ext4_move_extents.patch
-Patch416: stable-ext4-move_extent_per_page-cleanup.patch
-Patch417: stable-jbd2-Add-ENOMEM-checking-in-and-for-jbd2_journal_write_metadata_buffer.patch
-Patch418: stable-ext4-Return-the-PTR_ERR-of-the-correct-pointer-in-setup_new_group_blocks.patch
-Patch419: stable-ext4-Avoid-data-filesystem-corruption-when-write-fails-to-copy-data.patch
-Patch420: stable-ext4-remove-blocks-from-inode-prealloc-list-on-failure.patch
-Patch421: stable-ext4-ext4_get_reserved_space-must-return-bytes-instead-of-blocks.patch
-Patch422: stable-ext4-quota-macros-cleanup.patch
-Patch423: stable-ext4-fix-incorrect-block-reservation-on-quota-transfer.patch
-Patch424: stable-ext4-Wait-for-proper-transaction-commit-on-fsync.patch
-Patch425: stable-ext4-Fix-potential-fiemap-deadlock-mmap_sem-vs-i_data_sem.patch
-Patch426: stable-USB-usb-storage-fix-bug-in-fill_inquiry.patch
-Patch427: stable-USB-option-add-pid-for-ZTE.patch
-Patch428: stable-firewire-ohci-handle-receive-packets-with-a-data-length-of-zero.patch
-Patch429: stable-rcu-Prepare-for-synchronization-fixes-clean-up-for-non-NO_HZ-handling-of-completed-counter.patch
-Patch430: stable-rcu-Fix-synchronization-for-rcu_process_gp_end-uses-of-completed-counter.patch
-Patch431: stable-rcu-Fix-note_new_gpnum-uses-of-gpnum.patch
-Patch432: stable-rcu-Remove-inline-from-forward-referenced-functions.patch
-Patch433: stable-perf_event-Fix-invalid-type-in-ioctl-definition.patch
-Patch434: stable-perf_event-Initialize-data-period-in-perf_swevent_hrtimer.patch
-Patch435: stable-PM-Runtime-Fix-lockdep-warning-in-__pm_runtime_set_status.patch
-Patch436: stable-sched-Check-for-an-idle-shared-cache-in-select_task_rq_fair.patch
-Patch437: stable-sched-Fix-affinity-logic-in-select_task_rq_fair.patch
-Patch438: stable-sched-Rate-limit-newidle.patch
-Patch439: stable-sched-Fix-and-clean-up-rate-limit-newidle-code.patch
-Patch440: stable-x86-amd-iommu-attach-devices-to-pre-allocated-domains-early.patch
-Patch441: stable-x86-amd-iommu-un__init-iommu_setup_msi.patch
-Patch442: stable-x86-Calgary-IOMMU-quirk-Find-nearest-matching-Calgary-while-walking-up-the-PCI-tree.patch
-Patch443: stable-x86-Fix-iommu-nodac-parameter-handling.patch
-Patch444: stable-x86-GART-pci-gart_64-c-Use-correct-length-in-strncmp.patch
-Patch445: stable-x86-ASUS-P4S800-reboot-bios-quirk.patch
-Patch446: stable-x86-apic-Enable-lapic-nmi-watchdog-on-AMD-Family-11h.patch
-Patch447: stable-ssb-Fix-range-check-in-sprom-write.patch
-Patch448: stable-ath5k-allow-setting-txpower-to-0.patch
-Patch449: stable-ath5k-enable-EEPROM-checksum-check.patch
-Patch450: stable-hrtimer-Fix-proc-timer_list-regression.patch
-Patch451: stable-ALSA-hrtimer-Fix-lock-up.patch
-Patch452: stable-KVM-x86-emulator-limit-instructions-to-15-bytes.patch
-Patch453: stable-KVM-s390-Fix-prefix-register-checking-in-arch-s390-kvm-sigp-c.patch
-Patch454: stable-KVM-s390-Make-psw-available-on-all-exits-not-just-a-subset.patch
-Patch455: stable-KVM-fix-irq_source_id-size-verification.patch
-Patch456: stable-KVM-x86-include-pvclock-MSRs-in-msrs_to_save.patch
-Patch457: stable-x86-Prevent-GCC-4-4-x-pentium-mmx-et-al-function-prologue-wreckage.patch
-Patch458: stable-x86-Use-maccumulate-outgoing-args-for-sane-mcount-prologues.patch
-Patch459: stable-x86-mce-don-t-restart-timer-if-disabled.patch
-Patch460: stable-x86-mce-Set-up-timer-unconditionally.patch
-Patch461: stable-x86-Fix-duplicated-UV-BAU-interrupt-vector.patch
-Patch462: stable-x86-Add-new-Intel-CPU-cache-size-descriptors.patch
-Patch463: stable-x86-Fix-typo-in-Intel-CPU-cache-size-descriptor.patch
-Patch464: stable-pata_hpt-37x-3x2n-fix-timing-register-masks-take-2.patch
-Patch465: stable-V4L-DVB-Fix-test-in-copy_reg_bits.patch
-Patch466: stable-bsdacct-fix-uid-gid-misreporting.patch
-Patch467: stable-UBI-flush-wl-before-clearing-update-marker.patch
-Patch468: stable-jbd2-don-t-wipe-the-journal-on-a-failed-journal-checksum.patch
-Patch469: stable-USB-xhci-Add-correct-email-and-files-to-MAINTAINERS-entry.patch
-Patch470: stable-USB-musb_gadget_ep0-fix-unhandled-endpoint-0-IRQs-again.patch
-Patch471: stable-USB-option-c-add-support-for-D-Link-DWM-162-U5.patch
-Patch472: stable-USB-usbtmc-repeat-usb_bulk_msg-until-whole-message-is-transfered.patch
-Patch473: stable-USB-usb-storage-add-BAD_SENSE-flag.patch
-Patch474: stable-USB-Close-usb_find_interface-race-v3.patch
-Patch475: stable-pxa-em-x270-fix-usb-hub-power-up-reset-sequence.patch
-Patch476: stable-hfs-fix-a-potential-buffer-overflow.patch
-Patch477: stable-md-bitmap-protect-against-bitmap-removal-while-being-updated.patch
-Patch478: stable-futex-Take-mmap_sem-for-get_user_pages-in-fault_in_user_writeable.patch
-Patch479: stable-devpts_get_tty-should-validate-inode.patch
-Patch480: stable-debugfs-fix-create-mutex-racy-fops-and-private-data.patch
-Patch481: stable-Driver-core-fix-race-in-dev_driver_string.patch
-Patch482: stable-Serial-Do-not-read-IIR-in-serial8250_start_tx-when-UART_BUG_TXEN.patch
-Patch483: stable-mac80211-Fix-bug-in-computing-crc-over-dynamic-IEs-in-beacon.patch
-Patch484: stable-mac80211-Fixed-bug-in-mesh-portal-paths.patch
-Patch485: stable-mac80211-Revert-Use-correct-sign-for-mesh-active-path-refresh.patch
-Patch486: stable-mac80211-fix-scan-abort-sanity-checks.patch
-Patch487: stable-wireless-correctly-report-signal-value-for-IEEE80211_HW_SIGNAL_UNSPEC.patch
-Patch488: stable-rtl8187-Fix-wrong-rfkill-switch-mask-for-some-models.patch
-Patch489: stable-x86-Fix-bogus-warning-in-apic_noop-apic_write.patch
-Patch490: stable-mm-hugetlb-fix-hugepage-memory-leak-in-mincore.patch
-Patch491: stable-mm-hugetlb-fix-hugepage-memory-leak-in-walk_page_range.patch
-Patch492: stable-powerpc-windfarm-Add-detection-for-second-cpu-pump.patch
-Patch493: stable-powerpc-therm_adt746x-Record-pwm-invert-bit-at-module-load-time.patch
-Patch494: stable-powerpc-Fix-usage-of-64-bit-instruction-in-32-bit-altivec-code.patch
-Patch495: stable-drm-radeon-kms-Add-quirk-for-HIS-X1300-board.patch
-Patch496: stable-drm-radeon-kms-handle-vblanks-properly-with-dpms-on.patch
-Patch497: stable-drm-radeon-kms-fix-legacy-crtc2-dpms.patch
-Patch498: stable-drm-radeon-kms-fix-vram-setup-on-rs600.patch
-Patch499: stable-drm-radeon-kms-rs6xx-rs740-clamp-vram-to-aperture-size.patch
-Patch500: stable-drm-ttm-Fix-build-failure-due-to-missing-struct-page.patch
-Patch501: stable-drm-i915-Set-the-error-code-after-failing-to-insert-new-offset-into-mm-ht.patch
-Patch502: stable-drm-i915-Add-the-missing-clonemask-for-display-port-on-Ironlake.patch
-Patch503: stable-xen-xenbus-make-DEVICE_ATTR-s-static.patch
-Patch504: stable-xen-re-register-runstate-area-earlier-on-resume.patch
-Patch505: stable-xen-restore-runstate_info-even-if-have_vcpu_info_placement.patch
-Patch506: stable-xen-correctly-restore-pfn_to_mfn_list_list-after-resume.patch
-Patch507: stable-xen-register-timer-interrupt-with-IRQF_TIMER.patch
-Patch508: stable-xen-register-runstate-on-secondary-CPUs.patch
-Patch509: stable-xen-don-t-call-dpm_resume_noirq-with-interrupts-disabled.patch
-Patch510: stable-xen-register-runstate-info-for-boot-CPU-early.patch
-Patch511: stable-xen-call-clock-resume-notifier-on-all-CPUs.patch
-Patch512: stable-xen-improve-error-handling-in-do_suspend.patch
-Patch513: stable-xen-don-t-leak-IRQs-over-suspend-resume.patch
-Patch514: stable-xen-use-iret-for-return-from-64b-kernel-to-32b-usermode.patch
-Patch515: stable-xen-explicitly-create-destroy-stop_machine-workqueues-outside-suspend-resume-region.patch
-Patch516: stable-Xen-balloon-fix-totalram_pages-counting.patch
-Patch517: stable-xen-try-harder-to-balloon-up-under-memory-pressure.patch
-Patch518: stable-slc90e66-fix-UDMA-handling.patch
-Patch519: stable-tcp-Stalling-connections-Fix-timeout-calculation-routine.patch
-Patch520: stable-ip_fragment-also-adjust-skb-truesize-for-packets-not-owned-by-a-socket.patch
-Patch521: stable-b44-WOL-setup-one-bit-off-stack-corruption-kernel-panic-fix.patch
-Patch522: stable-sparc64-Don-t-specify-IRQF_SHARED-for-LDC-interrupts.patch
-Patch523: stable-sparc64-Fix-overly-strict-range-type-matching-for-PCI-devices.patch
-Patch524: stable-sparc64-Fix-stack-debugging-IRQ-stack-regression.patch
-Patch525: stable-sparc-Set-UTS_MACHINE-correctly.patch
-Patch526: stable-b43legacy-avoid-PPC-fault-during-resume.patch
-Patch527: stable-tracing-Fix-event-format-export.patch
-Patch528: stable-ath9k-fix-tx-status-reporting.patch
-Patch529: stable-mac80211-Fix-dynamic-power-save-for-scanning.patch
-Patch530: stable-memcg-fix-memory-memsw-usage_in_bytes-for-root-cgroup.patch
-Patch531: stable-thinkpad-acpi-fix-default-brightness_mode-for-R50e-R51.patch
-Patch532: stable-thinkpad-acpi-preserve-rfkill-state-across-suspend-resume.patch
-Patch533: stable-ipw2100-fix-rebooting-hang-with-driver-loaded.patch
-Patch534: stable-matroxfb-fix-problems-with-display-stability.patch
-Patch535: stable-acerhdf-add-new-BIOS-versions.patch
-Patch536: stable-asus-laptop-change-light-sens-default-values.patch
-Patch537: stable-vmalloc-conditionalize-build-of-pcpu_get_vm_areas.patch
-Patch538: stable-ACPI-Use-the-ARB_DISABLE-for-the-CPU-which-model-id-is-less-than-0x0f.patch
-Patch539: stable-net-Fix-userspace-RTM_NEWLINK-notifications.patch
-Patch540: stable-ext3-Fix-data-filesystem-corruption-when-write-fails-to-copy-data.patch
-Patch541: stable-V4L-DVB-13116-gspca-ov519-Webcam-041e-4067-added.patch
-Patch542: stable-bcm63xx_enet-fix-compilation-failure-after-get_stats_count-removal.patch
-Patch543: stable-x86-Under-BIOS-control-restore-AP-s-APIC_LVTTHMR-to-the-BSP-value.patch
-Patch544: stable-drm-i915-Avoid-NULL-dereference-with-component_only-tv_modes.patch
-Patch545: stable-drm-i915-PineView-only-has-LVDS-and-CRT-ports.patch
-Patch546: stable-drm-i915-Fix-LVDS-stability-issue-on-Ironlake.patch
-Patch547: stable-mm-sigbus-instead-of-abusing-oom.patch
-Patch548: stable-ipvs-zero-usvc-and-udest.patch
-Patch549: stable-jffs2-Fix-long-standing-bug-with-symlink-garbage-collection.patch
-Patch550: stable-intel-iommu-ignore-page-table-validation-in-pass-through-mode.patch
-Patch551: stable-netfilter-xtables-document-minimal-required-version.patch
-Patch552: stable-perf_event-Fix-incorrect-range-check-on-cpu-number.patch
-Patch553: stable-implement-early_io-re-un-map-for-ia64.patch
-Patch554: stable-SCSI-ipr-fix-EEH-recovery.patch
-Patch555: stable-SCSI-qla2xxx-dpc-thread-can-execute-before-scsi-host-has-been-added.patch
-Patch556: stable-SCSI-st-fix-mdata-page_order-handling.patch
-Patch557: stable-SCSI-fc-class-fix-fc_transport_init-error-handling.patch
-Patch558: stable-sched-Fix-task_hot-test-order.patch
-Patch559: stable-x86-cpuid-Add-volatile-to-asm-in-native_cpuid.patch
-Patch560: stable-sched-Select_task_rq_fair-must-honour-SD_LOAD_BALANCE.patch
-Patch561: stable-clockevents-Prevent-clockevent_devices-list-corruption-on-cpu-hotplug.patch
-Patch562: stable-pata_hpt3x2n-fix-clock-turnaround.patch
-Patch563: stable-pata_cmd64x-fix-overclocking-of-UDMA0-2-modes.patch
-Patch564: stable-ASoC-wm8974-fix-a-wrong-bit-definition.patch
-Patch565: stable-sound-sgio2audio-pdaudiocf-usb-audio-initialize-PCM-buffer.patch
-Patch566: stable-ALSA-hda-Fix-missing-capsrc_nids-for-ALC88x.patch
-Patch567: stable-acerhdf-limit-modalias-matching-to-supported.patch
-Patch568: stable-ACPI-EC-Fix-MSI-DMI-detection.patch
-Patch569: stable-ACPI-Use-the-return-result-of-ACPI-lid-notifier-chain-correctly.patch
-Patch570: stable-powerpc-Handle-VSX-alignment-faults-correctly-in-little-endian-mode.patch
-Patch571: stable-ASoC-Do-not-write-to-invalid-registers-on-the-wm9712.patch
-Patch572: stable-drm-radeon-fix-build-on-64-bit-with-some-compilers.patch
-Patch573: stable-USB-emi62-fix-crash-when-trying-to-load-EMI-6-2-firmware.patch
-Patch574: stable-USB-option-support-hi-speed-for-modem-Haier-CE100.patch
-Patch575: stable-USB-Fix-a-bug-on-appledisplay-c-regarding-signedness.patch
-Patch576: stable-USB-musb-gadget_ep0-avoid-SetupEnd-interrupt.patch
-Patch577: stable-Bluetooth-Prevent-ill-timed-autosuspend-in-USB-driver.patch
-Patch578: stable-USB-rename-usb_configure_device.patch
-Patch579: stable-USB-fix-bugs-in-usb_-de-authorize_device.patch
-Patch580: stable-drivers-net-usb-Correct-code-taking-the-size-of-a-pointer.patch
-Patch581: stable-x86-SGI-UV-Fix-writes-to-led-registers-on-remote-uv-hubs.patch
-Patch582: stable-md-Fix-unfortunate-interaction-with-evms.patch
-Patch583: stable-dma-at_hdmac-correct-incompatible-type-for-argument-1-of-spin_lock_bh.patch
-Patch584: stable-dma-debug-Do-not-add-notifier-when-dma-debugging-is-disabled.patch
-Patch585: stable-dma-debug-Fix-bug-causing-build-warning.patch
-Patch586: stable-x86-amd-iommu-Fix-initialization-failure-panic.patch
-Patch587: stable-ioat3-fix-p-disabled-q-continuation.patch
-Patch588: stable-ioat2-3-put-channel-hardware-in-known-state-at-init.patch
-Patch589: stable-KVM-MMU-remove-prefault-from-invlpg-handler.patch
-Patch590: stable-KVM-LAPIC-make-sure-IRR-bitmap-is-scanned-after-vm-load.patch
-Patch591: stable-Libertas-fix-buffer-overflow-in-lbs_get_essid.patch
-Patch592: stable-iwmc3200wifi-fix-array-out-of-boundary-access.patch
-Patch593: stable-mac80211-fix-propagation-of-failed-hardware-reconfigurations.patch
-Patch594: stable-mac80211-fix-WMM-AP-settings-application.patch
-Patch595: stable-mac80211-Fix-IBSS-merge.patch
-Patch596: stable-cfg80211-fix-race-between-deauth-and-assoc-response.patch
-Patch597: stable-ath5k-fix-SWI-calibration-interrupt-storm.patch
-Patch598: stable-ath9k-wake-hardware-for-interface-IBSS-AP-Mesh-removal.patch
-Patch599: stable-ath9k-Fix-TX-queue-draining.patch
-Patch600: stable-ath9k-fix-missed-error-codes-in-the-tx-status-check.patch
-Patch601: stable-ath9k-wake-hardware-during-AMPDU-TX-actions.patch
-Patch602: stable-ath9k-fix-suspend-by-waking-device-prior-to-stop.patch
-Patch603: stable-ath9k_hw-Fix-possible-OOB-array-indexing-in-gen_timer_index-on-64-bit.patch
-Patch604: stable-ath9k_hw-Fix-AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB-and-its-shift-value-in-0x4054.patch
-Patch605: stable-iwl3945-disable-power-save.patch
-Patch606: stable-iwl3945-fix-panic-in-iwl3945-driver.patch
-Patch607: stable-iwlwifi-fix-EEPROM-OTP-reading-endian-annotations-and-a-bug.patch
-Patch608: stable-iwlwifi-fix-more-eeprom-endian-bugs.patch
-Patch609: stable-iwlwifi-fix-40MHz-operation-setting-on-cards-that-do-not-allow-it.patch
-Patch610: stable-mac80211-fix-race-with-suspend-and-dynamic_ps_disable_work.patch
-Patch611: stable-NOMMU-Optimise-away-the-dac_-mmap_min_addr-tests.patch
-Patch612: stable-sysctl_max_map_count-should-be-non-negative.patch
-Patch613: stable-kernel-sysctl-c-fix-the-incomplete-part-of-sysctl_max_map_count-should-be-non-negative-patch.patch
-Patch614: stable-V4L-DVB-13596-ov511-c-typo-lock-unlock.patch
-Patch615: stable-x86-ptrace-make-genregs-32-_get-set-more-robust.patch
-Patch616: stable-memcg-avoid-oom-killing-innocent-task-in-case-of-use_hierarchy.patch
-Patch617: stable-e100-Fix-broken-cbs-accounting-due-to-missing-memset.patch
-Patch618: stable-ipv6-reassembly-use-seperate-reassembly-queues-for-conntrack-and-local-delivery.patch
-Patch619: stable-netfilter-fix-crashes-in-bridge-netfilter-caused-by-fragment-jumps.patch
-Patch620: stable-hwmon-sht15-Off-by-one-error-in-array-index-incorrect-constants.patch
-Patch621: stable-b43-avoid-PPC-fault-during-resume.patch
-Patch622: stable-Keys-KEYCTL_SESSION_TO_PARENT-needs-TIF_NOTIFY_RESUME-architecture-support.patch
-Patch623: stable-sched-Fix-balance-vs-hotplug-race.patch
-Patch624: stable-drm-radeon-kms-fix-crtc-vblank-update-for-r600.patch
-Patch625: stable-drm-disable-all-the-possible-outputs-crtcs-before-entering-KMS-mode.patch
-Patch626: stable-orinoco-fix-GFP_KERNEL-in-orinoco_set_key-with-interrupts-disabled.patch
-Patch627: stable-udf-Try-harder-when-looking-for-VAT-inode.patch
-Patch628: stable-Add-unlocked-version-of-inode_add_bytes-function.patch
-Patch629: stable-quota-decouple-fs-reserved-space-from-quota-reservation.patch
-Patch630: stable-ext4-Convert-to-generic-reserved-quota-s-space-management.patch
-Patch631: stable-ext4-fix-sleep-inside-spinlock-issue-with-quota-and-dealloc-14739.patch
-Patch632: stable-x86-msr-Unify-rdmsr_on_cpus-wrmsr_on_cpus.patch
-Patch633: stable-cpumask-use-modern-cpumask-style-in-drivers-edac-amd64_edac-c.patch
-Patch634: stable-amd64_edac-unify-MCGCTL-ECC-switching.patch
-Patch635: stable-x86-msr-Add-support-for-non-contiguous-cpumasks.patch
-Patch636: stable-x86-msr-msrs_alloc-free-for-CONFIG_SMP-n.patch
-Patch637: stable-amd64_edac-fix-driver-instance-freeing.patch
-Patch638: stable-amd64_edac-make-driver-loading-more-robust.patch
-Patch639: stable-amd64_edac-fix-forcing-module-load-unload.patch
-Patch640: stable-sched-Sched_rt_periodic_timer-vs-cpu-hotplug.patch
-Patch641: stable-ext4-Update-documentation-to-correct-the-inode_readahead_blks-option-name.patch
-Patch642: stable-lguest-fix-bug-in-setting-guest-GDT-entry.patch
-Patch643: stable-rt2x00-Disable-powersaving-for-rt61pci-and-rt2800pci.patch
-Patch644: stable-generic_permission-MAY_OPEN-is-not-write-access.patch
-Patch645: redhat-fix-typo-while-disabling-CONFIG_CPU_SUP_CENTAUR.patch
-Patch646: redhat-check-if-patchutils-is-installed-before-creating-patches.patch
-Patch647: redhat-do-a-basic-sanity-check-to-verify-the-modules-are-being-signed.patch
-Patch648: redhat-Fix-kABI-dependency-generation.patch
-Patch649: tpm-autoload-tpm_tis-driver.patch
-Patch650: x86-mce-fix-confusion-between-bank-attributes-and-mce-attributes.patch
-Patch651: netdrv-be2net-update-be2net-driver-to-latest-upstream.patch
-Patch652: s390x-tape-incomplete-device-removal.patch
-Patch653: s390-kernel-improve-code-generated-by-atomic-operations.patch
-Patch654: x86-AMD-Fix-stale-cpuid4_info-shared_map-data-in-shared_cpu_map-cpumasks.patch
-Patch655: nfs-fix-oops-in-nfs_rename.patch
-Patch656: modsign-Remove-Makefile-modpost-qualifying-message-for-module-sign-failure.patch
-Patch657: redhat-disable-framepointer-build-by-default.patch
-Patch658: redhat-use-sysconf-_SC_PAGESIZE-instead-of-getpagesize.patch
-Patch659: redhat-tagging-2-6-32-6-el6.patch
-Patch660: redhat-updating-lastcommit-for-2-6-32-6.patch
-Patch661: kvm-Dont-pass-kvm_run-arguments.patch
-Patch662: kvm-Call-pic_clear_isr-on-pic-reset-to-reuse-logic-there.patch
-Patch663: kvm-Move-irq-sharing-information-to-irqchip-level.patch
-Patch664: kvm-Change-irq-routing-table-to-use-gsi-indexed-array.patch
-Patch665: kvm-Maintain-back-mapping-from-irqchip-pin-to-gsi.patch
-Patch666: kvm-Move-irq-routing-data-structure-to-rcu-locking.patch
-Patch667: kvm-Move-irq-ack-notifier-list-to-arch-independent-code.patch
-Patch668: kvm-Convert-irq-notifiers-lists-to-RCU-locking.patch
-Patch669: kvm-Move-IO-APIC-to-its-own-lock.patch
-Patch670: kvm-Drop-kvm-irq_lock-lock-from-irq-injection-path.patch
-Patch671: kvm-Add-synchronize_srcu_expedited.patch
-Patch672: kvm-rcu-Add-synchronize_srcu_expedited-to-the-rcutorture-test-suite.patch
-Patch673: kvm-rcu-Add-synchronize_srcu_expedited-to-the-documentation.patch
-Patch674: kvm-rcu-Enable-synchronize_sched_expedited-fastpath.patch
-Patch675: kvm-modify-memslots-layout-in-struct-kvm.patch
-Patch676: kvm-modify-alias-layout-in-x86s-struct-kvm_arch.patch
-Patch677: kvm-split-kvm_arch_set_memory_region-into-prepare-and-commit.patch
-Patch678: kvm-introduce-gfn_to_pfn_memslot.patch
-Patch679: kvm-use-gfn_to_pfn_memslot-in-kvm_iommu_map_pages.patch
-Patch680: kvm-introduce-kvm-srcu-and-convert-kvm_set_memory_region-to-SRCU-update.patch
-Patch681: kvm-use-SRCU-for-dirty-log.patch
-Patch682: kvm-x86-switch-kvm_set_memory_alias-to-SRCU-update.patch
-Patch683: kvm-convert-io_bus-to-SRCU.patch
-Patch684: kvm-switch-vcpu-context-to-use-SRCU.patch
-Patch685: kvm-convert-slots_lock-to-a-mutex.patch
-Patch686: kvm-Bump-maximum-vcpu-count-to-64.patch
-Patch687: kvm-avoid-taking-ioapic-mutex-for-non-ioapic-EOIs.patch
-Patch688: kvm-VMX-Use-macros-instead-of-hex-value-on-cr0-initialization.patch
-Patch689: kvm-SVM-Reset-cr0-properly-on-vcpu-reset.patch
-Patch690: kvm-SVM-init_vmcb-remove-redundant-save-cr0-initialization.patch
-Patch691: kvm-fix-kvmclock-adjust-offset-ioctl-to-match-upstream.patch
-Patch692: kvm-x86-Add-KVM_GET-SET_VCPU_EVENTS.patch
-Patch693: kvm-x86-Extend-KVM_SET_VCPU_EVENTS-with-selective-updates.patch
-Patch694: kvm-remove-pre_task_link-setting-in-save_state_to_tss16.patch
-Patch695: kvm-SVM-Move-INTR-vmexit-out-of-atomic-code.patch
-Patch696: kvm-SVM-Notify-nested-hypervisor-of-lost-event-injections.patch
-Patch697: kvm-SVM-remove-needless-mmap_sem-acquision-from-nested_svm_map.patch
-Patch698: kvm-VMX-Disable-unrestricted-guest-when-EPT-disabled.patch
-Patch699: kvm-x86-disallow-multiple-KVM_CREATE_IRQCHIP.patch
-Patch700: kvm-x86-disallow-KVM_-SET-GET-_LAPIC-without-allocated-in-kernel-lapic.patch
-Patch701: kvm-x86-disable-paravirt-mmu-reporting.patch
-Patch702: kvm-Allow-internal-errors-reported-to-userspace-to-carry-extra-data.patch
-Patch703: kvm-VMX-Report-unexpected-simultaneous-exceptions-as-internal-errors.patch
-Patch704: kvm-fix-lock-imbalance-in-kvm_-_irq_source_id.patch
-Patch705: kvm-only-clear-irq_source_id-if-irqchip-is-present.patch
-Patch706: kvm-Fix-possible-circular-locking-in-kvm_vm_ioctl_assign_device.patch
-Patch707: block-Fix-incorrect-alignment-offset-reporting-and-update-documentation.patch
-Patch708: block-Correct-handling-of-bottom-device-misaligment.patch
-Patch709: block-Fix-discard-alignment-calculation-and-printing.patch
-Patch710: block-bdev_stack_limits-wrapper.patch
-Patch711: dm-Fix-device-mapper-topology-stacking.patch
-Patch712: block-Stop-using-byte-offsets.patch
-Patch713: dm-add-feature-flags-to-reduce-future-kABI-impact.patch
-Patch714: netdrv-igb-Update-igb-driver-to-support-Barton-Hills.patch
-Patch715: redhat-Don-t-compile-DECNET.patch
-Patch716: redhat-fs-don-t-build-freevxfs.patch
-Patch717: redhat-disable-KVM-on-non-x86_64-arches.patch
-Patch718: gfs-GFS2-Fix-up-system-xattrs.patch
-Patch719: gfs-VFS-Add-forget_all_cached_acls.patch
-Patch720: gfs-GFS2-Use-forget_all_cached_acls.patch
-Patch721: gfs-GFS2-Use-gfs2_set_mode-instead-of-munge_mode.patch
-Patch722: gfs-GFS2-Clean-up-ACLs.patch
-Patch723: gfs-GFS2-Add-cached-ACLs-support.patch
-Patch724: gfs-VFS-Use-GFP_NOFS-in-posix_acl_from_xattr.patch
-Patch725: gfs-GFS2-Fix-gfs2_xattr_acl_chmod.patch
-Patch726: gfs2-Fix-o-meta-mounts-for-subsequent-mounts.patch
-Patch727: gfs2-Alter-arguments-of-gfs2_quota-statfs_sync.patch
-Patch728: gfs2-Hook-gfs2_quota_sync-into-VFS-via-gfs2_quotactl_ops.patch
-Patch729: gfs2-Remove-obsolete-code-in-quota-c.patch
-Patch730: gfs2-Add-get_xstate-quota-function.patch
-Patch731: gfs2-Add-proper-error-reporting-to-quota-sync-via-sysfs.patch
-Patch732: gfs2-Remove-constant-argument-from-qdsb_get.patch
-Patch733: gfs2-Remove-constant-argument-from-qd_get.patch
-Patch734: gfs2-Clean-up-gfs2_adjust_quota-and-do_glock.patch
-Patch735: gfs2-Add-get_xquota-support.patch
-Patch736: gfs2-Add-set_xquota-support.patch
-Patch737: gfs2-Improve-statfs-and-quota-usability.patch
-Patch738: gfs2-remove-division-from-new-statfs-code.patch
-Patch739: gfs2-add-barrier-nobarrier-mount-options.patch
-Patch740: gfs2-only-show-nobarrier-option-on-proc-mounts-when-the-option-is-active.patch
-Patch741: gfs-GFS2-Fix-lock-ordering-in-gfs2_check_blk_state.patch
-Patch742: gfs-GFS2-Fix-locking-bug-in-rename.patch
-Patch743: gfs-GFS2-Ensure-uptodate-inode-size-when-using-O_APPEND.patch
-Patch744: gfs-GFS2-Fix-glock-refcount-issues.patch
-Patch745: powerpc-pseries-Add-extended_cede_processor-helper-function.patch
-Patch746: powerpc-pseries-Add-hooks-to-put-the-CPU-into-an-appropriate-offline-state.patch
-Patch747: powerpc-Kernel-handling-of-Dynamic-Logical-Partitioning.patch
-Patch748: powerpc-sysfs-cpu-probe-release-files.patch
-Patch749: powerpc-CPU-DLPAR-handling.patch
-Patch750: powerpc-Add-code-to-online-offline-CPUs-of-a-DLPAR-node.patch
-Patch751: powerpc-cpu-allocation-deallocation-process.patch
-Patch752: powerpc-pseries-Correct-pseries-dlpar-c-build-break-without-CONFIG_SMP.patch
-Patch753: net-dccp-fix-module-load-dependency-btw-dccp_probe-and-dccp.patch
-Patch754: drm-drm-edid-update-to-2-6-33-EDID-parser-code.patch
-Patch755: drm-mm-patch-drm-core-memory-range-manager-up-to-2-6-33.patch
-Patch756: drm-ttm-rollup-upstream-TTM-fixes.patch
-Patch757: drm-unlocked-ioctl-support-for-core-macro-fixes.patch
-Patch758: drm-add-new-userspace-core-drm-interfaces-from-2-6-33.patch
-Patch759: drm-remove-address-mask-param-for-drm_pci_alloc.patch
-Patch760: drm-kms-rollup-KMS-core-and-helper-changes-to-2-6-33.patch
-Patch761: drm-radeon-intel-realign-displayport-helper-code-with-upstream.patch
-Patch762: drm-i915-bring-Intel-DRM-KMS-driver-up-to-2-6-33.patch
-Patch763: drm-radeon-kms-update-to-2-6-33-without-TTM-API-changes.patch
-Patch764: drm-ttm-validation-API-changes-ERESTART-fixes.patch
-Patch765: drm-nouveau-update-to-2-6-33-level.patch
-Patch766: x86-allow-fbdev-primary-video-code-on-64-bit.patch
-Patch767: offb-add-support-for-framebuffer-handoff-to-offb.patch
-Patch768: drm-minor-printk-fixes-from-upstream.patch
-Patch769: redhat-tagging-2-6-32-7-el6.patch
-Patch770: redhat-updating-lastcommit-for-2-6-32-7.patch
-Patch771: build-Revert-redhat-disabling-temporaly-DEVTMPFS.patch
-Patch772: redhat-tagging-2-6-32-8-el6.patch
-Patch773: redhat-updating-lastcommit-for-2-6-32-8.patch
-Patch774: serial-8250-add-support-for-DTR-DSR-hardware-flow-control.patch
-Patch775: s390x-qeth-Support-for-HiperSockets-Network-Traffic-Analyzer.patch
-Patch776: s390-qeth-fix-packet-loss-if-TSO-is-switched-on.patch
-Patch777: s390x-tape-Add-pr_fmt-macro-to-all-tape-source-files.patch
-Patch778: net-dccp-modify-how-dccp-creates-slab-caches-to-prevent-bug-halt-in-SLUB.patch
-Patch779: scsi-sync-fcoe-with-upstream.patch
-Patch780: block-Honor-the-gfp_mask-for-alloc_page-in-blkdev_issue_discard.patch
-Patch781: sound-ALSA-HDA-driver-update-2009-12-15-2.patch
-Patch782: scsi-mpt2sas-use-sas-address-instead-of-handle-as-a-lookup.patch
-Patch783: scsi-mpt2sas-fix-expander-remove-fail.patch
-Patch784: scsi-mpt2sas-check-for-valid-response-info.patch
-Patch785: scsi-mpt2sas-new-device-SAS2208-support.patch
-Patch786: scsi-mpt2sas-adding-MPI-Headers-revision-L.patch
-Patch787: scsi-mpt2sas-stop-driver-when-firmware-encounters-faults.patch
-Patch788: scsi-mpt2sas-fix-some-comments.patch
-Patch789: scsi-mpt2sas-add-command-line-option-diag_buffer_enable.patch
-Patch790: scsi-mpt2sas-add-extended-type-for-diagnostic-buffer-support.patch
-Patch791: scsi-mpt2sas-add-TimeStamp-support-when-sending-ioc_init.patch
-Patch792: scsi-mpt2sas-limit-the-max_depth-to-32-for-SATA-devices.patch
-Patch793: scsi-mpt2sas-add-new-info-messages-for-IR-and-Expander-events.patch
-Patch794: scsi-mpt2sas-retrieve-the-ioc-facts-prior-to-putting-the-controller-into-READY-state.patch
-Patch795: scsi-mpt2sas-return-DID_TRANSPORT_DISRUPTED-in-nexus-loss-and-SCSI_MLQUEUE_DEVICE_BUSY-if-device-is-busy.patch
-Patch796: scsi-mpt2sas-mpt2sas_base_get_sense_buffer_dma-returns-little-endian.patch
-Patch797: scsi-mpt2sas-fix-PPC-endian-bug.patch
-Patch798: scsi-mpt2sas-freeze-the-sdev-IO-queue-when-firmware-sends-internal-device-reset.patch
-Patch799: scsi-mpt2sas-add-support-for-RAID-Action-System-Shutdown-Initiated-at-OS-Shutdown.patch
-Patch800: scsi-mpt2sas-don-t-update-links-nor-unblock-device-at-no-link-rate-change.patch
-Patch801: scsi-mpt2sas-Bump-version-03-100-03-00.patch
-Patch802: scsi-megaraid-upgrade-to-4-17.patch
-Patch803: uv-x86-SGI-Dont-track-GRU-space-in-PAT.patch
-Patch804: uv-x86-mm-Call-is_untracked_pat_range-rather-than-is_ISA_range.patch
-Patch805: uv-x86-mm-is_untracked_pat_range-takes-a-normal-semiclosed-range.patch
-Patch806: uv-x86-platform-Change-is_untracked_pat_range-to-bool.patch
-Patch807: uv-x86-Change-is_ISA_range-into-an-inline-function.patch
-Patch808: uv-x86-mm-Correct-the-implementation-of-is_untracked_pat_range.patch
-Patch809: uv-x86-RTC-Rename-generic_interrupt-to-x86_platform_ipi.patch
-Patch810: uv-x86-RTC-Always-enable-RTC-clocksource.patch
-Patch811: uv-x86-SGI-Fix-irq-affinity-for-hub-based-interrupts.patch
-Patch812: uv-x86-apic-Move-SGI-UV-functionality-out-of-generic-IO-APIC-code.patch
-Patch813: uv-x86-irq-Allow-0xff-for-proc-irq-n-smp_affinity-on-an-8-cpu-system.patch
-Patch814: uv-x86-Remove-move_cleanup_count-from-irq_cfg.patch
-Patch815: uv-x86-irq-Check-move_in_progress-before-freeing-the-vector-mapping.patch
-Patch816: uv-xpc-needs-to-provide-an-abstraction-for-uv_gpa.patch
-Patch817: uv-x86-update-XPC-to-handle-updated-BIOS-interface.patch
-Patch818: uv-x86-xpc-NULL-deref-when-mesq-becomes-empty.patch
-Patch819: uv-x86-xpc_make_first_contact-hang-due-to-not-accepting-ACTIVE-state.patch
-Patch820: uv-x86-XPC-receive-message-reuse-triggers-invalid-BUG_ON.patch
-Patch821: uv-XPC-pass-nasid-instead-of-nid-to-gru_create_message_queue.patch
-Patch822: gru-GRU-Rollup-patch.patch
-Patch823: uv-React-2-6-32-y-isolcpus-broken-in-2-6-32-y-kernel.patch
-Patch824: nfs-nfsd-make-sure-data-is-on-disk-before-calling-fsync.patch
-Patch825: nfs-sunrpc-fix-peername-failed-on-closed-listener.patch
-Patch826: nfs-SUNRPC-Fix-up-an-error-return-value-in-gss_import_sec_context_kerberos.patch
-Patch827: nfs-SUNRPC-Fix-the-return-value-in-gss_import_sec_context.patch
-Patch828: nfs-sunrpc-on-successful-gss-error-pipe-write-don-t-return-error.patch
-Patch829: nfs-sunrpc-fix-build-time-warning.patch
-Patch830: scsi-bfa-update-from-2-1-2-0-to-2-1-2-1.patch
-Patch831: scsi-qla2xxx-Update-support-for-FC-FCoE-HBA-CNA.patch
-Patch832: irq-Expose-the-irq_desc-node-as-proc-irq-node.patch
-Patch833: cgroups-fix-for-kernel-BUG-at-kernel-cgroup-c-790.patch
-Patch834: tracing-tracepoint-Add-signal-tracepoints.patch
-Patch835: block-direct-io-cleanup-blockdev_direct_IO-locking.patch
-Patch836: pci-PCIe-AER-honor-ACPI-HEST-FIRMWARE-FIRST-mode.patch
-Patch837: x86-Add-kernel-pagefault-tracepoint-for-x86-x86_64.patch
-Patch838: fs-xfs-2-6-33-updates.patch
-Patch839: x86-dell-wmi-Add-support-for-new-Dell-systems.patch
-Patch840: x86-core-make-LIST_POISON-less-deadly.patch
-Patch841: kvm-fix-cleanup_srcu_struct-on-vm-destruction.patch
-Patch842: redhat-tagging-2-6-32-9-el6.patch
-Patch843: redhat-updating-lastcommit-for-2-6-32-9.patch
-Patch844: scsi-scsi_transport_fc-Allow-LLD-to-reset-FC-BSG-timeout.patch
-Patch845: s390x-zfcp-introduce-BSG-timeout-callback.patch
-Patch846: s390x-zfcp-set-HW-timeout-requested-by-BSG-request.patch
-Patch847: redhat-config-increase-printk-buffer.patch
-Patch848: netdrv-qlge-update-to-upstream-version-v1-00-00-23-00-00-01.patch
-Patch849: gfs-Add-quota-netlink-support.patch
-Patch850: gfs-Use-dquot_send_warning.patch
-Patch851: netdrv-e1000e-update-to-the-latest-upstream.patch
-Patch852: x86-Disable-Memory-hot-add-on-x86-32-bit.patch
-Patch853: utrace-fix-utrace_maybe_reap-vs-find_matching_engine-race.patch
-Patch854: perf-add-kernel-internal-interface.patch
-Patch855: perf-improve-error-reporting.patch
-Patch856: perf-Add-a-callback-to-perf-events.patch
-Patch857: perf-Allow-for-custom-overflow-handlers.patch
-Patch858: perf-Fix-PERF_FORMAT_GROUP-scale-info.patch
-Patch859: perf-Fix-event-scaling-for-inherited-counters.patch
-Patch860: perf-Fix-locking-for-PERF_FORMAT_GROUP.patch
-Patch861: perf-Use-overflow-handler-instead-of-the-event-callback.patch
-Patch862: perf-Remove-the-event-callback-from-perf-events.patch
-Patch863: s390x-ptrace-dont-abuse-PT_PTRACED.patch
-Patch864: s390x-fix-loading-of-PER-control-registers-for-utrace.patch
-Patch865: scsi-aic79xx-check-for-non-NULL-scb-in-ahd_handle_nonpkt_busfree.patch
-Patch866: sound-Fix-SPDIF-In-for-AD1988-codecs-add-Intel-Cougar-IDs.patch
-Patch867: x86-Force-irq-complete-move-during-cpu-offline.patch
-Patch868: netdrv-vxge-fix-issues-found-in-Neterion-testing.patch
-Patch869: mm-mmap-don-t-return-ENOMEM-when-mapcount-is-temporarily-exceeded-in-munmap.patch
-Patch870: redhat-tagging-2-6-32-10-el6.patch
-Patch871: redhat-updating-lastcommit-for-2-6-32-10.patch
-Patch872: stable-untangle-the-do_mremap-mess.patch
-Patch873: stable-fasync-split-fasync_helper-into-separate-add-remove-functions.patch
-Patch874: stable-ASoC-fix-params_rate-macro-use-in-several-codecs.patch
-Patch875: stable-modules-Skip-empty-sections-when-exporting-section-notes.patch
-Patch876: stable-exofs-simple_write_end-does-not-mark_inode_dirty.patch
-Patch877: stable-Revert-x86-Side-step-lguest-problem-by-only-building-cmpxchg8b_emu-for-pre-Pentium.patch
-Patch878: stable-rtc_cmos-convert-shutdown-to-new-pnp_driver-shutdown.patch
-Patch879: stable-drivers-cpuidle-governors-menu-c-fix-undefined-reference-to-__udivdi3.patch
-Patch880: stable-lib-rational-c-needs-module-h.patch
-Patch881: stable-dma-debug-allow-DMA_BIDIRECTIONAL-mappings-to-be-synced-with-DMA_FROM_DEVICE-and.patch
-Patch882: stable-kernel-signal-c-fix-kernel-information-leak-with-print-fatal-signals-1.patch
-Patch883: stable-mmc_block-add-dev_t-initialization-check.patch
-Patch884: stable-mmc_block-fix-probe-error-cleanup-bug.patch
-Patch885: stable-mmc_block-fix-queue-cleanup.patch
-Patch886: stable-ALSA-ac97-Add-Dell-Dimension-2400-to-Headphone-Line-Jack-Sense-blacklist.patch
-Patch887: stable-ALSA-atiixp-Specify-codec-for-Foxconn-RC4107MA-RS2.patch
-Patch888: stable-ASoC-Fix-WM8350-DSP-mode-B-configuration.patch
-Patch889: stable-netfilter-ebtables-enforce-CAP_NET_ADMIN.patch
-Patch890: stable-netfilter-nf_ct_ftp-fix-out-of-bounds-read-in-update_nl_seq.patch
-Patch891: stable-hwmon-coretemp-Fix-TjMax-for-Atom-N450-D410-D510-CPUs.patch
-Patch892: stable-hwmon-adt7462-Fix-pin-28-monitoring.patch
-Patch893: stable-quota-Fix-dquot_transfer-for-filesystems-different-from-ext4.patch
-Patch894: stable-xen-fix-hang-on-suspend.patch
-Patch895: stable-iwlwifi-fix-iwl_queue_used-bug-when-read_ptr-write_ptr.patch
-Patch896: stable-ath5k-Fix-eeprom-checksum-check-for-custom-sized-eeproms.patch
-Patch897: stable-cfg80211-fix-syntax-error-on-user-regulatory-hints.patch
-Patch898: stable-iwl-off-by-one-bug.patch
-Patch899: stable-mac80211-add-missing-sanity-checks-for-action-frames.patch
-Patch900: stable-libertas-Remove-carrier-signaling-from-the-scan-code.patch
-Patch901: stable-kernel-sysctl-c-fix-stable-merge-error-in-NOMMU-mmap_min_addr.patch
-Patch902: stable-mac80211-fix-skb-buffering-issue-and-fixes-to-that.patch
-Patch903: stable-fix-braindamage-in-audit_tree-c-untag_chunk.patch
-Patch904: stable-fix-more-leaks-in-audit_tree-c-tag_chunk.patch
-Patch905: stable-module-handle-ppc64-relocating-kcrctabs-when-CONFIG_RELOCATABLE-y.patch
-Patch906: stable-ipv6-skb_dst-can-be-NULL-in-ipv6_hop_jumbo.patch
-Patch907: misc-Revert-stable-module-handle-ppc64-relocating-kcrctabs-when-CONFIG_RELOCATABLE-y.patch
-Patch908: netdrv-e1000e-enhance-frame-fragment-detection.patch
-Patch909: redhat-kABI-internal-only-files.patch
-Patch910: drm-bring-RHEL6-radeon-drm-up-to-2-6-33-rc4-5-level.patch
-Patch911: s390x-qeth-set-default-BLKT-settings-dependend-on-OSA-hw-level.patch
-Patch912: block-dm-replicator-documentation-and-module-registry.patch
-Patch913: block-dm-replicator-replication-log-and-site-link-handler-interfaces-and-main-replicator-module.patch
-Patch914: block-dm-replicator-ringbuffer-replication-log-handler.patch
-Patch915: block-dm-replicator-blockdev-site-link-handler.patch
-Patch916: block-dm-raid45-add-raid45-target.patch
-Patch917: dm-dm-raid45-export-missing-dm_rh_inc.patch
-Patch918: kdump-Remove-the-32MB-limitation-for-crashkernel.patch
-Patch919: redhat-tagging-2-6-32-11-el6.patch
-Patch920: redhat-updating-lastcommit-for-2-6-32-11.patch
-Patch921: redhat-Revert-edac-amd64_edac-disabling-temporarily.patch
-Patch922: x86-Use-EOI-register-in-io-apic-on-intel-platforms.patch
-Patch923: x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch
-Patch924: x86-io-apic-Move-the-effort-of-clearing-remoteIRR-explicitly-before-migrating-the-irq.patch
-Patch925: x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch
-Patch926: x86-ioapic-Document-another-case-when-level-irq-is-seen-as-an-edge.patch
-Patch927: x86-Remove-unnecessary-mdelay-from-cpu_disable_common.patch
-Patch928: redhat-rpadlpar_io-should-be-built-in-kernel.patch
-Patch929: x86-msr-cpuid-Register-enough-minors-for-the-MSR-and-CPUID-drivers.patch
-Patch930: scsi-Sync-be2iscsi-with-upstream.patch
-Patch931: redhat-config-disable-CONFIG_X86_CPU_DEBUG.patch
-Patch932: pci-Always-set-prefetchable-base-limit-upper32-registers.patch
-Patch933: mm-Memory-tracking-for-Stratus.patch
-Patch934: redhat-enable-Memory-tracking-for-Stratus.patch
-Patch935: drm-radeon-possible-security-issue.patch
-Patch936: redhat-tagging-2-6-32-12-el6.patch
-Patch937: redhat-updating-lastcommit-for-2-6-32-12.patch
-Patch938: mm-Memory-tracking-for-Stratus-2.patch
-Patch939: kdump-backport-upstream-ppc64-kcrctab-fixes.patch
-Patch940: x86-acpi-Export-acpi_pci_irq_-add-del-_prt.patch
-Patch941: kvm-Fix-race-between-APIC-TMR-and-IRR.patch
-Patch942: kvm-x86-Fix-host_mapping_level.patch
-Patch943: kvm-MMU-bail-out-pagewalk-on-kvm_read_guest-error.patch
-Patch944: kvm-x86-Fix-probable-memory-leak-of-vcpu-arch-mce_banks.patch
-Patch945: kvm-x86-Fix-leak-of-free-lapic-date-in-kvm_arch_vcpu_init.patch
-Patch946: kvm-only-allow-one-gsi-per-fd.patch
-Patch947: kvm-properly-check-max-PIC-pin-in-irq-route-setup.patch
-Patch948: kvm-eventfd-allow-atomic-read-and-waitqueue-remove.patch
-Patch949: kvm-fix-spurious-interrupt-with-irqfd.patch
-Patch950: x86-Add-AMD-Node-ID-MSR-support.patch
-Patch951: x86-Fix-crash-when-profiling-more-than-28-events.patch
-Patch952: virtio-console-comment-cleanup.patch
-Patch953: virtio-console-statically-initialize-virtio_cons.patch
-Patch954: virtio-hvc_console-make-the-ops-pointer-const.patch
-Patch955: virtio-hvc_console-Remove-__devinit-annotation-from-hvc_alloc.patch
-Patch956: virtio-console-We-support-only-one-device-at-a-time.patch
-Patch957: virtio-console-port-encapsulation.patch
-Patch958: virtio-console-encapsulate-buffer-information-in-a-struct.patch
-Patch959: virtio-console-ensure-add_inbuf-can-work-for-multiple-ports-as-well.patch
-Patch960: virtio-console-introduce-a-get_inbuf-helper-to-fetch-bufs-from-in_vq.patch
-Patch961: virtio-console-use-vdev-priv-to-avoid-accessing-global-var.patch
-Patch962: virtio-console-don-t-assume-a-single-console-port.patch
-Patch963: virtio-console-remove-global-var.patch
-Patch964: virtio-console-struct-ports-for-multiple-ports-per-device.patch
-Patch965: virtio-console-ensure-console-size-is-updated-on-hvc-open.patch
-Patch966: virtio-console-Separate-out-console-specific-data-into-a-separate-struct.patch
-Patch967: virtio-console-Separate-out-console-init-into-a-new-function.patch
-Patch968: virtio-console-Separate-out-find_vqs-operation-into-a-different-function.patch
-Patch969: virtio-console-Introduce-function-to-hand-off-data-from-host-to-readers.patch
-Patch970: virtio-console-Introduce-a-send_buf-function-for-a-common-path-for-sending-data-to-host.patch
-Patch971: virtio-console-Add-a-new-MULTIPORT-feature-support-for-generic-ports.patch
-Patch972: virtio-console-Prepare-for-writing-to-reading-from-userspace-buffers.patch
-Patch973: virtio-console-Associate-each-port-with-a-char-device.patch
-Patch974: virtio-console-Add-file-operations-to-ports-for-open-read-write-poll.patch
-Patch975: virtio-console-Ensure-only-one-process-can-have-a-port-open-at-a-time.patch
-Patch976: virtio-console-Register-with-sysfs-and-create-a-name-attribute-for-ports.patch
-Patch977: virtio-console-Remove-cached-data-on-port-close.patch
-Patch978: virtio-console-Handle-port-hot-plug.patch
-Patch979: virtio-Add-ability-to-detach-unused-buffers-from-vrings.patch
-Patch980: virtio-hvc_console-Export-GPL-ed-hvc_remove.patch
-Patch981: virtio-console-Add-ability-to-hot-unplug-ports.patch
-Patch982: virtio-console-Add-debugfs-files-for-each-port-to-expose-debug-info.patch
-Patch983: virtio-console-show-error-message-if-hvc_alloc-fails-for-console-ports.patch
-Patch984: redhat-tagging-2-6-32-13-el6.patch
-Patch985: redhat-updating-lastcommit-for-2-6-32-13.patch
-Patch986: uv-x86-Add-function-retrieving-node-controller-revision-number.patch
-Patch987: uv-x86-Ensure-hub-revision-set-for-all-ACPI-modes.patch
-Patch988: s390x-cio-channel-path-vary-operation-has-no-effect.patch
-Patch989: s390x-zcrypt-Do-not-remove-coprocessor-in-case-of-error-8-72.patch
-Patch990: s390x-dasd-Fix-null-pointer-in-s390dbf-and-discipline-checking.patch
-Patch991: redhat-Enable-oprofile-multiplexing-on-x86_64-and-x86-architectures-only.patch
-Patch992: netdrv-update-tg3-to-version-3-106-and-fix-panic.patch
-Patch993: redhat-disable-CONFIG_OPTIMIZE_FOR_SIZE.patch
-Patch994: s390x-dasd-fix-online-offline-race.patch
-Patch995: redhat-tagging-2-6-32-14-el6.patch
-Patch996: redhat-updating-lastcommit-for-2-6-32-14.patch
-Patch997: gfs-GFS2-Fix-refcnt-leak-on-gfs2_follow_link-error-path.patch
-Patch998: gfs-GFS2-Use-GFP_NOFS-for-alloc-structure.patch
-Patch999: gfs-GFS2-Use-MAX_LFS_FILESIZE-for-meta-inode-size.patch
-Patch1000: gfs-GFS2-Wait-for-unlock-completion-on-umount.patch
-Patch1001: gfs-GFS2-Extend-umount-wait-coverage-to-full-glock-lifetime.patch
-Patch1002: x86-intr-remap-generic-support-for-remapping-HPET-MSIs.patch
-Patch1003: x86-arch-specific-support-for-remapping-HPET-MSIs.patch
-Patch1004: x86-Disable-HPET-MSI-on-ATI-SB700-SB800.patch
-Patch1005: fs-ext4-fix-type-of-offset-in-ext4_io_end.patch
-Patch1006: redhat-disable-CONFIG_DEBUG_PERF_USE_VMALLOC-on-production-kernels.patch
-Patch1007: x86-fix-Add-AMD-Node-ID-MSR-support.patch
-Patch1008: redhat-config-disable-CONFIG_VMI.patch
-Patch1009: quota-64-bit-quota-format-fixes.patch
-Patch1010: block-cfq-Do-not-idle-on-async-queues-and-drive-deeper-WRITE-depths.patch
-Patch1011: block-blk-cgroup-Fix-lockdep-warning-of-potential-deadlock-in-blk-cgroup.patch
-Patch1012: redhat-tagging-2-6-32-15-el6.patch
-Patch1013: redhat-updating-lastcommit-for-2-6-32-15.patch
-Patch1014: redhat-x86_64-enable-function-tracers.patch
-Patch1015: nfs-nfsd41-nfsd4_decode_compound-does-not-recognize-all-ops.patch
-Patch1016: nfs-nfsd4-Use-FIRST_NFS4_OP-in-nfsd4_decode_compound.patch
-Patch1017: nfs-nfsd-use-vfs_fsync-for-non-directories.patch
-Patch1018: nfs-nfsd41-Create-the-recovery-entry-for-the-NFSv4-1-client.patch
-Patch1019: nfs-nfsd-4-1-has-an-rfc-number.patch
-Patch1020: nfs-SUNRPC-Use-rpc_pton-in-ip_map_parse.patch
-Patch1021: nfs-NFSD-Support-AF_INET6-in-svc_addsock-function.patch
-Patch1022: nfs-SUNRPC-Bury-ifdef-IPV6-in-svc_create_xprt.patch
-Patch1023: nfs-SUNRPC-NFS-kernel-APIs-shouldn-t-return-ENOENT-for-transport-not-found.patch
-Patch1024: nfs-NFSD-Create-PF_INET6-listener-in-write_ports.patch
-Patch1025: nfs-nfs41-Adjust-max-cache-response-size-value.patch
-Patch1026: nfs-nfs41-Check-slot-table-for-referring-calls.patch
-Patch1027: nfs-nfs41-Process-callback-s-referring-call-list.patch
-Patch1028: nfs-nfs41-fix-wrong-error-on-callback-header-xdr-overflow.patch
-Patch1029: nfs-nfs41-directly-encode-back-channel-error.patch
-Patch1030: nfs-nfs41-remove-uneeded-checks-in-callback-processing.patch
-Patch1031: nfs-nfs41-prepare-for-back-channel-drc.patch
-Patch1032: nfs-nfs41-back-channel-drc-minimal-implementation.patch
-Patch1033: nfs-nfs41-implement-cb_recall_slot.patch
-Patch1034: nfs-nfs41-resize-slot-table-in-reset.patch
-Patch1035: nfs-nfs41-fix-nfs4_callback_recallslot.patch
-Patch1036: nfs-nfs41-clear-NFS4CLNT_RECALL_SLOT-bit-on-session-reset.patch
-Patch1037: nfs-nfs41-cleanup-callback-code-to-use-__be32-type.patch
-Patch1038: nfs-Fix-a-reference-leak-in-nfs_wb_cancel_page.patch
-Patch1039: nfs-Try-to-commit-unstable-writes-in-nfs_release_page.patch
-Patch1040: nfs-Make-nfs_commitdata_release-static.patch
-Patch1041: nfs-Avoid-warnings-when-CONFIG_NFS_V4-n.patch
-Patch1042: nfs-Ensure-that-the-NFSv4-locking-can-recover-from-stateid-errors.patch
-Patch1043: nfs-NFSv4-Don-t-allow-posix-locking-against-servers-that-don-t-support-it.patch
-Patch1044: nfs-NFSv4-1-Don-t-call-nfs4_schedule_state_recovery-unnecessarily.patch
-Patch1045: nfs-Ensure-that-we-handle-NFS4ERR_STALE_STATEID-correctly.patch
-Patch1046: nfs-sunrpc-cache-fix-module-refcnt-leak-in-a-failure-path.patch
-Patch1047: scsi-lpfc-Update-from-8-3-4-to-8-3-5-4-FC-FCoE.patch
-Patch1048: dm-fix-kernel-panic-at-releasing-bio-on-recovery-failed-region.patch
-Patch1049: dm-dm-raid1-fix-deadlock-at-suspending-failed-device.patch
-Patch1050: vhost-fix-high-32-bit-in-FEATURES-ioctls.patch
-Patch1051: vhost-prevent-modification-of-an-active-ring.patch
-Patch1052: vhost-add-access_ok-checks.patch
-Patch1053: vhost-make-default-mapping-empty-by-default.patch
-Patch1054: vhost-access-check-thinko-fixes.patch
-Patch1055: vhost-vhost-net-comment-use-of-invalid-fd-when-setting-vhost-backend.patch
-Patch1056: vhost-vhost-net-defer-f-private_data-until-setup-succeeds.patch
-Patch1057: vhost-fix-TUN-m-VHOST_NET-y.patch
-Patch1058: kvm-emulate-accessed-bit-for-EPT.patch
-Patch1059: net-nf_conntrack-fix-memory-corruption.patch
-Patch1060: nfs-nfs4-handle-EKEYEXPIRED-errors-from-RPC-layer.patch
-Patch1061: nfs-sunrpc-parse-and-return-errors-reported-by-gssd.patch
-Patch1062: nfs-handle-NFSv2-EKEYEXPIRED-returns-from-RPC-layer-appropriately.patch
-Patch1063: nfs-nfs-handle-NFSv3-EKEYEXPIRED-errors-as-we-would-EJUKEBOX.patch
-Patch1064: oprofile-Support-Nehalem-EX-CPU-in-Oprofile.patch
-Patch1065: mm-define-MADV_HUGEPAGE.patch
-Patch1066: mm-add-a-compound_lock.patch
-Patch1067: mm-alter-compound-get_page-put_page.patch
-Patch1068: mm-update-futex-compound-knowledge.patch
-Patch1069: mm-clear-compound-mapping.patch
-Patch1070: mm-add-native_set_pmd_at.patch
-Patch1071: mm-add-pmd-paravirt-ops.patch
-Patch1072: mm-no-paravirt-version-of-pmd-ops.patch
-Patch1073: mm-export-maybe_mkwrite.patch
-Patch1074: mm-comment-reminder-in-destroy_compound_page.patch
-Patch1075: mm-config_transparent_hugepage.patch
-Patch1076: mm-special-pmd_trans_-functions.patch
-Patch1077: mm-add-pmd-mangling-generic-functions.patch
-Patch1078: mm-add-pmd-mangling-functions-to-x86.patch
-Patch1079: mm-bail-out-gup_fast-on-splitting-pmd.patch
-Patch1080: mm-pte-alloc-trans-splitting.patch
-Patch1081: mm-add-pmd-mmu_notifier-helpers.patch
-Patch1082: mm-clear-page-compound.patch
-Patch1083: mm-add-pmd_huge_pte-to-mm_struct.patch
-Patch1084: mm-split_huge_page_mm-vma.patch
-Patch1085: mm-split_huge_page-paging.patch
-Patch1086: mm-clear_huge_page-fix.patch
-Patch1087: mm-clear_copy_huge_page.patch
-Patch1088: mm-kvm-mmu-transparent-hugepage-support.patch
-Patch1089: mm-backport-page_referenced-microoptimization.patch
-Patch1090: mm-introduce-_GFP_NO_KSWAPD.patch
-Patch1091: mm-dont-alloc-harder-for-gfp-nomemalloc-even-if-nowait.patch
-Patch1092: mm-transparent-hugepage-core.patch
-Patch1093: mm-verify-pmd_trans_huge-isnt-leaking.patch
-Patch1094: mm-madvise-MADV_HUGEPAGE.patch
-Patch1095: mm-pmd_trans_huge-migrate-bugcheck.patch
-Patch1096: mm-memcg-compound.patch
-Patch1097: mm-memcg-huge-memory.patch
-Patch1098: mm-transparent-hugepage-vmstat.patch
-Patch1099: mm-introduce-khugepaged.patch
-Patch1100: mm-hugepage-redhat-customization.patch
-Patch1101: mm-remove-madvise-MADV_HUGEPAGE.patch
-Patch1102: uv-PCI-update-pci_set_vga_state-to-call-arch-functions.patch
-Patch1103: pci-update-pci_set_vga_state-to-call-arch-functions.patch
-Patch1104: uv-x86_64-update-uv-arch-to-target-legacy-VGA-I-O-correctly.patch
-Patch1105: gpu-vgaarb-fix-vga-arbiter-to-accept-PCI-domains-other-than-0.patch
-Patch1106: uv-vgaarb-add-user-selectability-of-the-number-of-gpus-in-a-system.patch
-Patch1107: s390x-ctcm-lcs-claw-remove-cu3088-layer.patch
-Patch1108: uv-x86-Fix-RTC-latency-bug-by-reading-replicated-cachelines.patch
-Patch1109: pci-PCI-ACS-support-functions.patch
-Patch1110: pci-Enablement-of-PCI-ACS-control-when-IOMMU-enabled-on-system.patch
-Patch1111: net-do-not-check-CAP_NET_RAW-for-kernel-created-sockets.patch
-Patch1112: fs-inotify-fix-inotify-WARN-and-compatibility-issues.patch
-Patch1113: redhat-kABI-updates-02-11.patch
-Patch1114: mm-fix-BUG-s-caused-by-the-transparent-hugepage-patch.patch
-Patch1115: redhat-Allow-only-particular-kernel-rpms-to-be-built.patch
-Patch1116: nfs-Fix-a-bug-in-nfs_fscache_release_page.patch
-Patch1117: nfs-Remove-a-redundant-check-for-PageFsCache-in-nfs_migrate_page.patch
-Patch1118: redhat-tagging-2-6-32-16-el6.patch
-Patch1119: redhat-updating-lastcommit-for-2-6-32-16.patch
-Patch1120: redhat-find-provides-also-require-python.patch
-Patch1121: ppc-Add-kdump-support-to-Collaborative-Memory-Manager.patch
-Patch1122: gfs-GFS2-problems-on-single-node-cluster.patch
-Patch1123: selinux-print-the-module-name-when-SELinux-denies-a-userspace-upcall.patch
-Patch1124: kernel-Prevent-futex-user-corruption-to-crash-the-kernel.patch
-Patch1125: kvm-PIT-control-word-is-write-only.patch
-Patch1126: virt-virtio_blk-add-block-topology-support.patch
-Patch1127: redhat-make-CONFIG_CRASH-built-in.patch
-Patch1128: mm-anon_vma-linking-changes-to-improve-multi-process-scalability.patch
-Patch1129: mm-anon_vma-locking-updates-for-transparent-hugepage-code.patch
-Patch1130: dm-stripe-avoid-divide-by-zero-with-invalid-stripe-count.patch
-Patch1131: dm-log-userspace-fix-overhead_size-calcuations.patch
-Patch1132: dm-mpath-fix-stall-when-requeueing-io.patch
-Patch1133: dm-raid1-fail-writes-if-errors-are-not-handled-and-log-fails.patch
-Patch1134: kernel-time-Implement-logarithmic-time-accumalation.patch
-Patch1135: kernel-time-Remove-xtime_cache.patch
-Patch1136: watchdog-Add-support-for-iTCO-watchdog-on-Ibex-Peak-chipset.patch
-Patch1137: block-fix-bio_add_page-for-non-trivial-merge_bvec_fn-case.patch
-Patch1138: block-freeze_bdev-don-t-deactivate-successfully-frozen-MS_RDONLY-sb.patch
-Patch1139: x86-nmi_watchdog-enable-by-default-on-RHEL-6.patch
-Patch1140: x86-x86-32-clean-up-rwsem-inline-asm-statements.patch
-Patch1141: x86-clean-up-rwsem-type-system.patch
-Patch1142: x86-x86-64-support-native-xadd-rwsem-implementation.patch
-Patch1143: x86-x86-64-rwsem-64-bit-xadd-rwsem-implementation.patch
-Patch1144: x86-x86-64-rwsem-Avoid-store-forwarding-hazard-in-__downgrade_write.patch
-Patch1145: nfs-mount-nfs-Unknown-error-526.patch
-Patch1146: s390-zfcp-cancel-all-pending-work-for-a-to-be-removed-zfcp_port.patch
-Patch1147: s390-zfcp-report-BSG-errors-in-correct-field.patch
-Patch1148: s390-qdio-prevent-kernel-bug-message-in-interrupt-handler.patch
-Patch1149: s390-qdio-continue-polling-for-buffer-state-ERROR.patch
-Patch1150: s390-hvc_iucv-allocate-IUCV-send-receive-buffers-in-DMA-zone.patch
-Patch1151: redhat-whitelists-intentional-kABI-Module-kabi-rebase-pre-beta1-for-VM-bits.patch
-Patch1152: redhat-tagging-2-6-32-17-el6.patch
-Patch1153: redhat-updating-lastcommit-for-2-6-32-17.patch
-Patch1154: redhat-disable-GFS2-on-s390x.patch
-Patch1155: redhat-disable-XFS-on-all-arches-except-x86_64.patch
-Patch1156: redhat-disable-all-the-filesystems-we-aren-t-going-to-support-and-fix-ext3-4.patch
-Patch1157: redhat-run-new-kernel-pkg-on-posttrans.patch
-Patch1158: redhat-fix-typo-on-redhat-Makefile.patch
-Patch1159: kvm-virtio-console-Allow-sending-variable-sized-buffers-to-host-efault-on-copy_from_user-err.patch
-Patch1160: kvm-virtio-console-return-efault-for-fill_readbuf-if-copy_to_user-fails.patch
-Patch1161: kvm-virtio-console-outbufs-are-no-longer-needed.patch
-Patch1162: kvm-virtio-Initialize-vq-data-entries-to-NULL.patch
-Patch1163: kvm-virtio-console-update-Red-Hat-copyright-for-2010.patch
-Patch1164: kvm-virtio-console-Ensure-no-memleaks-in-case-of-unused-buffers.patch
-Patch1165: kvm-virtio-console-Add-ability-to-remove-module.patch
-Patch1166: kvm-virtio-console-Error-out-if-we-can-t-allocate-buffers-for-control-queue.patch
-Patch1167: kvm-virtio-console-Fill-ports-entire-in_vq-with-buffers.patch
-Patch1168: kvm-Add-MAINTAINERS-entry-for-virtio_console.patch
-Patch1169: kvm-fix-large-packet-drops-on-kvm-hosts-with-ipv6.patch
-Patch1170: scsi-megaraid_sas-fix-for-32bit-apps.patch
-Patch1171: x86-AES-PCLMUL-Instruction-support-Add-PCLMULQDQ-accelerated-implementation.patch
-Patch1172: x86-AES-PCLMUL-Instruction-support-Various-small-fixes-for-AES-PCMLMUL-and-generate-byte-code-for-some-new-instructions-via-gas-macro.patch
-Patch1173: x86-AES-PCLMUL-Instruction-support-Use-gas-macro-for-AES-NI-instructions.patch
-Patch1174: x86-AES-PCLMUL-Instruction-support-Various-fixes-for-AES-NI-and-PCLMMUL.patch
-Patch1175: kvm-x86-emulator-Add-push-pop-sreg-instructions.patch
-Patch1176: kvm-x86-emulator-Introduce-No64-decode-option.patch
-Patch1177: kvm-x86-emulator-Add-group8-instruction-decoding.patch
-Patch1178: kvm-x86-emulator-Add-group9-instruction-decoding.patch
-Patch1179: kvm-x86-emulator-Add-Virtual-8086-mode-of-emulation.patch
-Patch1180: kvm-x86-emulator-fix-memory-access-during-x86-emulation.patch
-Patch1181: kvm-x86-emulator-Check-IOPL-level-during-io-instruction-emulation.patch
-Patch1182: kvm-x86-emulator-Fix-popf-emulation.patch
-Patch1183: kvm-x86-emulator-Check-CPL-level-during-privilege-instruction-emulation.patch
-Patch1184: kvm-x86-emulator-Add-LOCK-prefix-validity-checking.patch
-Patch1185: kvm-x86-emulator-code-style-cleanup.patch
-Patch1186: kvm-x86-emulator-Fix-properties-of-instructions-in-group-1_82.patch
-Patch1187: kvm-inject-UD-in-64bit-mode-from-instruction-that-are-not-valid-there.patch
-Patch1188: kvm-x86-emulator-X86EMUL-macro-replacements-from-do_fetch_insn_byte-to-x86_decode_insn.patch
-Patch1189: kvm-x86-emulator-X86EMUL-macro-replacements-x86_emulate_insn-and-its-helpers.patch
-Patch1190: kvm-x86-emulator-Fix-x86_emulate_insn-not-to-use-the-variable-rc-for-non-X86EMUL-values.patch
-Patch1191: kvm-x86-emulator-Forbid-modifying-CS-segment-register-by-mov-instruction.patch
-Patch1192: kvm-Fix-load_guest_segment_descriptor-to-inject-page-fault.patch
-Patch1193: kvm-Fix-segment-descriptor-loading.patch
-Patch1194: kvm-Fix-emulate_sys-call-enter-exit-s-fault-handling.patch
-Patch1195: netdrv-ixgbe-prevent-speculative-processing-of-descriptors.patch
-Patch1196: x86-nmi_watchdog-use-__cpuinit-for-nmi_watchdog_default.patch
-Patch1197: net-netfilter-nf_conntrack-per-netns-nf_conntrack_cachep.patch
-Patch1198: scsi-mpt2sas-fix-missing-initialization.patch
-Patch1199: dm-raid45-target-constructor-error-path-oops-fix.patch
-Patch1200: netdrv-cxgb3-add-memory-barriers.patch
-Patch1201: mm-fix-anon_vma-locking-updates-for-transparent-hugepage-code.patch
-Patch1202: mm-Fix-hugetlb-c-clear_huge_page-parameter.patch
-Patch1203: gfs2-print-glock-numbers-in-hex.patch
-Patch1204: selinux-netlabel-fix-corruption-of-SELinux-MLS-categories-127.patch
-Patch1205: ata-ahci-disable-FPDMA-auto-activate-optimization-on-NVIDIA-AHCI.patch
-Patch1206: scsi-lpfc-Update-from-8-3-5-4-to-8-3-5-5-FC-FCoE.patch
-Patch1207: scsi-pmcraid-bug-fixes-from-upstream.patch
-Patch1208: mm-Fix-potential-crash-with-sys_move_pages.patch
-Patch1209: s390x-qeth-avoid-recovery-during-device-online-setting.patch
-Patch1210: kernel-Fix-SMT-scheduler-regression-in-find_busiest_queue.patch
-Patch1211: drm-bring-drm-core-ttm-fb-layer-fixes-in-from-upstream.patch
-Patch1212: s390x-vdso-glibc-does-not-use-vdso-functions.patch
-Patch1213: kernel-sched-Fix-SCHED_MC-regression-caused-by-change-in-sched-cpu_power.patch
-Patch1214: dvb-Fix-endless-loop-when-decoding-ULE-at-dvb-core.patch
-Patch1215: drm-radeon-kms-bring-all-v2-6-33-fixes-into-EL6-kernel.patch
-Patch1216: redhat-Change-RPM-name-format-for-custom-builds.patch
-Patch1217: uv-Have-mmu_notifiers-use-SRCU-so-they-may-safely-schedule.patch
-Patch1218: uv-Fix-unmap_vma-bug-related-to-mmu_notifiers.patch
-Patch1219: net-bug-fix-for-vlan-gro-issue.patch
-Patch1220: redhat-add-suport-for-rhts-testing.patch
-Patch1221: redhat-add-filesystem-test.patch
-Patch1222: vhost-vhost-net-switch-to-smp-barriers.patch
-Patch1223: vhost-logging-thinko-fix.patch
-Patch1224: vhost-initialize-log-eventfd-context-pointer.patch
-Patch1225: vhost-fix-get_user_pages_fast-error-handling.patch
-Patch1226: vhost-vhost-net-restart-tx-poll-on-sk_sndbuf-full.patch
-Patch1227: x86-Intel-Cougar-Point-chipset-support.patch
-Patch1228: drm-Remove-loop-in-IronLake-graphics-interrupt-handler.patch
-Patch1229: scsi-scsi_dh_emc-fix-mode-select-setup.patch
-Patch1230: scsi-Add-netapp-to-scsi-dh-alua-dev-list.patch
-Patch1231: virt-hvc_console-Fix-race-between-hvc_close-and-hvc_remove.patch
-Patch1232: kernel-time-revert-cc2f92ad1d0e03fe527e8ccfc1f918c368964dc8.patch
-Patch1233: redhat-infiniband-remove-all-infiniband-symbols-from-RHEL6-kABI.patch
-Patch1234: redhat-kABI-Update-the-RHEL6-kABI-for-kernel-2-6-32-18-el6.patch
-Patch1235: redhat-tagging-2-6-32-18-el6.patch
-Patch1236: redhat-updating-lastcommit-for-2-6-32-18.patch
-Patch1237: mm-Switch-to-SLAB.patch
-Patch1238: redhat-kABI-Update-the-kABI-for-2-6-18-el6.patch
-
-Patch88888: patch-2.6.32-19.el6-vs2.3.0.36.29.4.diff
-Patch90220: linux-2.6-220-delta-ptrace-fix01.patch
-Patch90250: linux-2.6-250-ipsets.patch
-Patch90510: linux-2.6-510-ipod.patch
-Patch90521: linux-2.6-521-packet-tagging.patch
-Patch90522: linux-2.6-522-iptables-connection-tagging.patch
-Patch90523: linux-2.6-523-raw-sockets.patch
-Patch90524: linux-2.6-524-peercred.patch
-Patch90525: linux-2.6-525-sknid-elevator.patch
-Patch90527:  linux-2.6-527-iptables-classify-add-mark.patch
-Patch90530: linux-2.6-530-built-by-support.patch
-# /proc/sys/vm/panic_on_oom ?
-#Patch90540: linux-2.6-540-oom-kill.patch
-Patch90550: linux-2.6-550-raise-default-nfile-ulimit.patch
-Patch90570:  linux-2.6-570-tagxid.patch
-Patch90580:  linux-2.6-580-show-proc-virt.patch
-Patch90590:  linux-2.6-590-dcookies-mm.patch
-Patch90591:  linux-2.6-591-chopstix-intern.patch
-Patch90640:  linux-2.6-640-netlink-audit-hack.patch
-Patch90650:  linux-2.6-650-hangcheck-reboot.patch
-Patch90660:  linux-2.6-660-nmi-watchdog-default.patch
-Patch90680:  linux-2.6-680-htb-hysteresis-tso.patch
-
+Source68: config-s390x-kdump
+Source69: config-debug-rhel
+Source70: config-i686-rhel
+Source71: config-i686-debug
+Source72: config-s390x-debug-rhel
+Source73: config-powerpc64-kdump
+Source74: config-x86_64-nodebug-rhel
+Source75: config-nodebug
+Source76: config-s390x-kdump-rhel
+Source77: config-powerpc-generic-rhel
+Source78: config-i686-nodebug
+Source79: config-s390x-generic-rhel
+Source80: config-x86-generic-rhel
+Source81: config-i686-debug-rhel
+Source82: config-generic
+Source83: config-x86_64-debug-rhel
+
+Patch0: linux-2.6-001-bcm5720.patch
+Patch20001: linux-2.6-002-divide-by-zero-fix.diff
+Patch1: patch-2.6.32-131.0.15.el6-vs2.3.0.36.29.6.diff
+Patch2: linux-2.6-255-vserver-delta-cow-fix23.patch
+Patch3: linux-2.6-250-ipsets.patch
+Patch4: linux-2.6-510-ipod.patch
+Patch5: linux-2.6-521-packet-tagging.patch
+Patch6: linux-2.6-522-iptables-connection-tagging.patch
+Patch7: linux-2.6-523-raw-sockets.patch
+Patch8: linux-2.6-524-peercred.patch
+Patch9: linux-2.6-525-sknid-elevator.patch
+Patch10: linux-2.6-527-iptables-classify-add-mark.patch
+Patch11: linux-2.6-530-built-by-support.patch
+Patch12: linux-2.6-550-raise-default-nfile-ulimit.patch
+Patch13: linux-2.6-570-tagxid.patch
+Patch14: linux-2.6-580-show-proc-virt.patch
+Patch15: linux-2.6-590-dcookies-mm.patch
+Patch16: linux-2.6-591-chopstix-intern.patch
+Patch17: linux-2.6-640-netlink-audit-hack.patch
+Patch18: linux-2.6-650-hangcheck-reboot.patch
+Patch19: linux-2.6-660-nmi-watchdog-default.patch
+Patch20: linux-2.6-680-htb-hysteresis-tso.patch
+
+Patch10000: linux-2.6-10000-gcc-4.5.patch
+Patch10001: linux-2.6-10001-gcc-4.6-warnoff.patch
+Patch10002: linux-2.6-10002-gcc-4.6-sense_buffer.patch
+Patch10003: linux-2.6-10003-gcc-4.6-vdso.patch
+Patch10004: linux-2.6-10004-gcc-4.6-perf.patch
+Patch10911: linux-2.6-10911-perftools-f8-build.patch
 # empty final patch file to facilitate testing of kernel patches
-Patch99999: linux-kernel-test.patch
+Patch999999: linux-kernel-test.patch
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
 
@@ -1961,13 +756,30 @@ Group: Development/Debug
 This package is required by %{name}-debuginfo subpackages.
 It provides the kernel source files common to all builds.
 
+%if %{with_perf}
 %package -n perf
 Summary: Performance monitoring for the Linux kernel
 Group: Development/System
 License: GPLv2
+Provides: perl(Perf::Trace::Context) = 0.01
+Provides: perl(Perf::Trace::Core) = 0.01
+Provides: perl(Perf::Trace::Util) = 0.01
 %description -n perf
-This package provides the supporting documentation for the perf tool
-shipped in each kernel image subpackage.
+This package provides the perf tool and the supporting documentation.
+
+%package -n perf-debuginfo
+Summary: Debug information for package perf
+Group: Development/Debug
+AutoReqProv: no
+%description -n perf-debuginfo
+This package provides debug information for package perf.
+
+# Note that this pattern only works right to match the .build-id
+# symlinks because of the trailing nonmatching alternation and
+# the leading .*, because of find-debuginfo.sh's buggy handling
+# of matching the pattern against the symlinks file.
+%{expand:%%global debuginfo_args %{?debuginfo_args} -p '.*%%{_bindir}/perf(\.debug)?|.*%%{_libexecdir}/perf-core/.*|XXX' -o perf-debuginfo.list}
+%endif
 
 #
 # This macro creates a kernel-<subpackage>-debuginfo package.
@@ -2081,12 +893,6 @@ required only on machines which will use the kexec-based kernel crash dump
 mechanism.
 
 
-%define variant_summary The Linux kernel compiled with CONFIG_FRAME_POINTER
-%kernel_variant_package framepointer
-%description framepointer
-This is a TEMPORARY package with the CONFIG_FRAME_POINTER.
-
-
 %prep
 # do a few sanity-checks for --with *only builds
 %if %{with_baseonly}
@@ -2116,11 +922,6 @@ ApplyPatch()
   if [ ! -f $RPM_SOURCE_DIR/$patch ]; then
     exit 1
   fi
-  # check if the patch is empty
-  if [ -z "$(lsdiff $RPM_SOURCE_DIR/$patch)" ]; then
-    echo "WARNING: empty patch";
-    return;
-  fi
   case "$patch" in
   *.bz2) bunzip2 < "$RPM_SOURCE_DIR/$patch" | $patch_command ${1+"$@"} ;;
   *.gz) gunzip < "$RPM_SOURCE_DIR/$patch" | $patch_command ${1+"$@"} ;;
@@ -2148,117 +949,25 @@ ApplyOptionalPatch()
    make INSTALL_FW_PATH=$RPM_BUILD_ROOT/lib/firmware firmware_install \
    mv .config.firmware_save .config
 
-# First we unpack the kernel tarball.
-# If this isn't the first make prep, we use links to the existing clean tarball
-# which speeds things up quite a bit.
-
-# Update to latest upstream.
-%if 0%{?released_kernel}
-%define vanillaversion 2.6.%{base_sublevel}
-# non-released_kernel case
-%else
-%if 0%{?rcrev}
-%define vanillaversion 2.6.%{upstream_sublevel}-rc%{rcrev}
-%if 0%{?gitrev}
-%define vanillaversion 2.6.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}
-%endif
-%else
-# pre-{base_sublevel+1}-rc1 case
-%if 0%{?gitrev}
-%define vanillaversion 2.6.%{base_sublevel}-git%{gitrev}
-%else
-%define vanillaversion 2.6.%{base_sublevel}
-%endif
-%endif
-%endif
-
-# We can share hardlinked source trees by putting a list of
-# directory names of the CVS checkouts that we want to share
-# with in .shared-srctree. (Full pathnames are required.)
-[ -f .shared-srctree ] && sharedirs=$(cat .shared-srctree)
-
-if [ ! -d kernel-%{kversion}/vanilla-%{vanillaversion} ]; then
-
-  if [ -d kernel-%{kversion}/vanilla-%{kversion} ]; then
-
-    cd kernel-%{kversion}
-
-    # Any vanilla-* directories other than the base one are stale.
-    for dir in vanilla-*; do
-      [ "$dir" = vanilla-%{kversion} ] || rm -rf $dir &
-    done
-
-  else
-
-    # Ok, first time we do a make prep.
-    rm -f pax_global_header
-    for sharedir in $sharedirs ; do
-      if [[ ! -z $sharedir  &&  -d $sharedir/kernel-%{kversion}/vanilla-%{kversion} ]] ; then
-        break
-      fi
-    done
-    if [[ ! -z $sharedir  &&  -d $sharedir/kernel-%{kversion}/vanilla-%{kversion} ]] ; then
-%setup -q -n kernel-%{kversion} -c -T
-      cp -rl $sharedir/kernel-%{kversion}/vanilla-%{kversion} .
-    else
+if [ ! -d kernel-%{kversion}/vanilla-%{kversion}/ ]; then
+       rm -f pax_global_header;
 %setup -q -n kernel-%{kversion} -c
-      mv linux-%{kversion} vanilla-%{kversion}
-    fi
-
-  fi
-
-%if "%{kversion}" != "%{vanillaversion}"
-
-  for sharedir in $sharedirs ; do
-    if [[ ! -z $sharedir  &&  -d $sharedir/kernel-%{kversion}/vanilla-%{vanillaversion} ]] ; then
-      break
-    fi
-  done
-  if [[ ! -z $sharedir  &&  -d $sharedir/kernel-%{kversion}/vanilla-%{vanillaversion} ]] ; then
-
-    cp -rl $sharedir/kernel-%{kversion}/vanilla-%{vanillaversion} .
-
-  else
-
-    cp -rl vanilla-%{kversion} vanilla-%{vanillaversion}
-    cd vanilla-%{vanillaversion}
-
-# Update vanilla to the latest upstream.
-# (non-released_kernel case only)
-%if 0%{?rcrev}
-    ApplyPatch patch-2.6.%{upstream_sublevel}-rc%{rcrev}.bz2
-%if 0%{?gitrev}
-    ApplyPatch patch-2.6.%{upstream_sublevel}-rc%{rcrev}-git%{gitrev}.bz2
-%endif
-%else
-# pre-{base_sublevel+1}-rc1 case
-%if 0%{?gitrev}
-    ApplyPatch patch-2.6.%{base_sublevel}-git%{gitrev}.bz2
-%endif
-%endif
-
-    cd ..
-
-  fi
-
-%endif
-
+       mv linux-%{kversion} vanilla-%{kversion};
 else
-  # We already have a vanilla dir.
-  cd kernel-%{kversion}
+       cd kernel-%{kversion}/;
 fi
 
-if [ -d linux-%{kversion}.%{_target_cpu} ]; then
+if [ -d linux-%{KVERREL} ]; then
   # Just in case we ctrl-c'd a prep already
   rm -rf deleteme.%{_target_cpu}
   # Move away the stale away, and delete in background.
-  mv linux-%{kversion}.%{_target_cpu} deleteme.%{_target_cpu}
+  mv linux-%{KVERREL} deleteme.%{_target_cpu}
   rm -rf deleteme.%{_target_cpu} &
 fi
 
-cp -rl vanilla-%{vanillaversion} linux-%{kversion}.%{_target_cpu}
+cp -rl vanilla-%{kversion} linux-%{KVERREL}
 
-cd linux-%{kversion}.%{_target_cpu}
+cd linux-%{KVERREL}
 
 # Drop some necessary files from the source dir into the buildroot
 cp $RPM_SOURCE_DIR/config-* .
@@ -2267,1248 +976,11 @@ cp %{SOURCE15} %{SOURCE1} %{SOURCE16} %{SOURCE17} %{SOURCE18} .
 # Dynamically generate kernel .config files from config-* files
 make -f %{SOURCE20} VERSION=%{version} configs
 
-ApplyPatch Fedora-redhat-introduce-nonint_oldconfig-target.patch
-ApplyPatch Fedora-build-introduce-AFTER_LINK-variable.patch
-ApplyPatch Fedora-utrace-introduce-utrace-implementation.patch
-ApplyPatch Fedora-hwmon-add-VIA-hwmon-temperature-sensor-support.patch
-ApplyPatch Fedora-powerpc-add-modalias_show-operation.patch
-ApplyPatch Fedora-execshield-introduce-execshield.patch
-ApplyPatch Fedora-nfsd4-proots.patch
-ApplyPatch Fedora-nfs-make-nfs4-callback-hidden.patch
-ApplyPatch Fedora-usb-Allow-drivers-to-enable-USB-autosuspend-on-a-per-device-basis.patch
-ApplyPatch Fedora-usb-enable-autosuspend-by-default-on-qcserial.patch
-ApplyPatch Fedora-usb-enable-autosuspend-on-UVC-by-default.patch
-ApplyPatch Fedora-acpi-Disable-brightness-switch-by-default.patch
-ApplyPatch Fedora-acpi-Disable-firmware-video-brightness-change-by-default.patch
-ApplyPatch Fedora-debug-print-common-struct-sizes-at-boot-time.patch
-ApplyPatch Fedora-x86-add-option-to-control-the-NMI-watchdog-timeout.patch
-ApplyPatch Fedora-debug-display-tainted-information-on-other-places.patch
-ApplyPatch Fedora-debug-add-calls-to-print_tainted-on-spinlock-functions.patch
-ApplyPatch Fedora-debug-add-would_have_oomkilled-procfs-ctl.patch
-ApplyPatch Fedora-debug-always-inline-kzalloc.patch
-ApplyPatch Fedora-pci-add-config-option-to-control-the-default-state-of-PCI-MSI-interrupts.patch
-ApplyPatch Fedora-pci-sets-PCIE-ASPM-default-policy-to-POWERSAVE.patch
-ApplyPatch Fedora-sound-disables-hda-beep-by-default.patch
-ApplyPatch Fedora-sound-hda-intel-prealloc-4mb-dmabuffer.patch
-ApplyPatch Fedora-input-remove-unwanted-messages-on-spurious-events.patch
-ApplyPatch Fedora-floppy-remove-the-floppy-pnp-modalias.patch
-ApplyPatch Fedora-input-remove-pcspkr-modalias.patch
-ApplyPatch Fedora-serial-Enable-higher-baud-rates-for-16C95x.patch
-ApplyPatch Fedora-serio-disable-error-messages-when-i8042-isn-t-found.patch
-ApplyPatch Fedora-pci-silence-some-PCI-resource-allocation-errors.patch
-ApplyPatch Fedora-fb-disable-fbcon-logo-with-parameter.patch
-ApplyPatch Fedora-crash-add-crash-driver.patch
-ApplyPatch Fedora-pci-cacheline-sizing.patch
-ApplyPatch Fedora-e1000-add-quirk-for-ich9.patch
-ApplyPatch Fedora-drm-intel-big-hammer.patch
-ApplyPatch Fedora-acpi-be-less-verbose-about-old-BIOSes.patch
-ApplyPatch Fedora-rfkill-add-support-to-a-key-to-control-all-radios.patch
-ApplyPatch redhat-adding-redhat-directory.patch
-ApplyPatch redhat-Importing-config-options.patch
-ApplyPatch redhat-s390x-adding-zfcpdump-application-used-by-s390x-kdump-kernel.patch
-ApplyPatch redhat-Include-FIPS-required-checksum-of-the-kernel-image.patch
-ApplyPatch redhat-Silence-tagging-messages-by-rh-release.patch
-ApplyPatch redhat-Disabling-debug-options-for-beta.patch
-ApplyPatch redhat-kernel-requires-udev-145-11-or-newer.patch
-ApplyPatch redhat-tagging-2-6-31-50-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-31-50.patch
-ApplyPatch block-get-rid-of-the-WRITE_ODIRECT-flag.patch
-ApplyPatch block-aio-implement-request-batching.patch
-ApplyPatch kdump-x86-add-CONFIG_KEXEC_AUTO_RESERVE.patch
-ApplyPatch kdump-x86-implement-crashkernel-auto.patch
-ApplyPatch kdump-ia64-add-CONFIG_KEXEC_AUTO_RESERVE.patch
-ApplyPatch kdump-ia64-implement-crashkernel-auto.patch
-ApplyPatch kdump-powerpc-add-CONFIG_KEXEC_AUTO_RESERVE.patch
-ApplyPatch kdump-powerpc-implement-crashkernel-auto.patch
-ApplyPatch kdump-doc-update-the-kdump-document.patch
-ApplyPatch kdump-kexec-allow-to-shrink-reserved-memory.patch
-ApplyPatch kernel-Set-panic_on_oops-to-1.patch
-ApplyPatch redhat-fix-BZ-and-CVE-info-printing-on-changelog-when-HIDE_REDHAT-is-enabled.patch
-ApplyPatch redhat-tagging-2-6-31-51-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-31-51.patch
-ApplyPatch redhat-fixing-the-kernel-versions-on-the-SPEC-changelog.patch
-ApplyPatch redhat-Fix-version-passed-to-update_changelog-sh.patch
-ApplyPatch mm-Limit-32-bit-x86-systems-to-16GB-and-prevent-panic-on-boot-when-system-has-more-than-30GB.patch
-ApplyPatch ppc64-Fix-kcrctab_-sections-to-undo-undesireable-relocations-that-break-kdump.patch
-ApplyPatch net-export-device-speed-and-duplex-via-sysfs.patch
-ApplyPatch scsi-devinfo-update-for-Hitachi-entries.patch
-ApplyPatch x86-AMD-Northbridge-Verify-NB-s-node-is-online.patch
-ApplyPatch redhat-tagging-2-6-32-0-52-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-0-52.patch
-ApplyPatch redhat-fix-STAMP-version-on-rh-release-commit-phase.patch
-ApplyPatch redhat-enable-debug-builds-also-on-s390x-and-ppc64.patch
-ApplyPatch s390x-fix-build-failure-with-CONFIG_FTRACE_SYSCALLS.patch
-ApplyPatch procfs-add-ability-to-modify-proc-file-limits-from-outside-a-processes-own-context.patch
-ApplyPatch modsign-Multiprecision-maths-library.patch
-ApplyPatch modsign-Add-indications-of-module-ELF-types.patch
-ApplyPatch modsign-Module-ELF-verifier.patch
-ApplyPatch modsign-Module-signature-checker-and-key-manager.patch
-ApplyPatch modsign-Apply-signature-checking-to-modules-on-module-load.patch
-ApplyPatch modsign-Don-t-include-note-gnu-build-id-in-the-digest.patch
-ApplyPatch modsign-Enable-module-signing-in-the-RHEL-RPM.patch
-ApplyPatch net-Add-acession-counts-to-all-datagram-protocols.patch
-ApplyPatch redhat-tagging-2-6-32-0-53-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-0-53.patch
-ApplyPatch redhat-fixing-wrong-bug-number-536759-536769.patch
-ApplyPatch redhat-adding-top-makefile-to-enable-rh-targets.patch
-ApplyPatch redhat-add-temporary-framepointer-variant.patch
-ApplyPatch redhat-add-rh-key-target-to-Makefile.patch
-ApplyPatch infiniband-Rewrite-SG-handling-for-RDMA-logic.patch
-ApplyPatch x86-panic-if-AMD-cpu_khz-is-wrong.patch
-ApplyPatch x86-Enable-CONFIG_SPARSE_IRQ.patch
-ApplyPatch edac-amd64_edac-disabling-temporarily.patch
-ApplyPatch redhat-tagging-2-6-32-0-54-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-0-54.patch
-ApplyPatch redhat-create-patches-sh-use-first-parent-to-use-the-right-branch-history.patch
-ApplyPatch redhat-Rebasing-to-kernel-2-6-32.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-1.patch
-ApplyPatch redhat-introduce-rh-kernel-debug-target.patch
-ApplyPatch redhat-update-build-targets-in-Makefile.patch
-ApplyPatch redhat-include-missing-System-map-file-for-debug-only-builds.patch
-ApplyPatch Fedora-updating-linux-2-6-execshield-patch-2-6-32-8-fc13-reference.patch
-ApplyPatch Fedora-updating-patch-linux-2-6-nfsd4-proots-patch-2-6-32-8-fc13-reference.patch
-ApplyPatch Fedora-intel-iommu-backport.patch
-ApplyPatch Fedora-ath9k-backports.patch
-ApplyPatch Fedora-KVM-allow-userspace-to-adjust-kvmclock-offset.patch
-ApplyPatch Fedora-drm-radeon-fixes.patch
-ApplyPatch Fedora-drm-radeon-dp-support.patch
-ApplyPatch Fedora-drm-nouveau-fixes.patch
-ApplyPatch Fedora-drm-i915-Fix-sync-to-vblank-when-VGA-output-is-turned-off.patch
-ApplyPatch Fedora-agp-clear-GTT-on-intel.patch
-ApplyPatch Fedora-ext4-Fix-insuficient-checks-in-EXT4_IOC_MOVE_EXT.patch
-ApplyPatch Fedora-perf-Don-t-free-perf_mmap_data-until-work-has-been-done.patch
-ApplyPatch redhat-updating-config-files-based-on-current-requests-12-10.patch
-ApplyPatch redhat-Config-updates-12-15.patch
-ApplyPatch block-revert-cfq-iosched-limit-coop-preemption.patch
-ApplyPatch block-CFQ-is-more-than-a-desktop-scheduler.patch
-ApplyPatch block-cfq-calculate-the-seek_mean-per-cfq_queue-not-per-cfq_io_context.patch
-ApplyPatch block-cfq-merge-cooperating-cfq_queues.patch
-ApplyPatch block-cfq-change-the-meaning-of-the-cfqq_coop-flag.patch
-ApplyPatch block-cfq-break-apart-merged-cfqqs-if-they-stop-cooperating.patch
-ApplyPatch block-cfq-iosched-improve-hw_tag-detection.patch
-ApplyPatch block-cfq-iosched-adapt-slice-to-number-of-processes-doing-I-O.patch
-ApplyPatch block-cfq-iosched-preparation-to-handle-multiple-service-trees.patch
-ApplyPatch block-cfq-iosched-reimplement-priorities-using-different-service-trees.patch
-ApplyPatch block-cfq-iosched-enable-idling-for-last-queue-on-priority-class.patch
-ApplyPatch block-cfq-iosched-fairness-for-sync-no-idle-queues.patch
-ApplyPatch block-cfq-iosched-fix-style-issue-in-cfq_get_avg_queues.patch
-ApplyPatch block-blkdev-flush-disk-cache-on-fsync.patch
-ApplyPatch block-cfq-iosched-simplify-prio-unboost-code.patch
-ApplyPatch block-cfq-iosched-fix-next_rq-computation.patch
-ApplyPatch block-Expose-discard-granularity.patch
-ApplyPatch block-partitions-use-sector-size-for-EFI-GPT.patch
-ApplyPatch block-partitions-read-whole-sector-with-EFI-GPT-header.patch
-ApplyPatch block-cfq-Make-use-of-service-count-to-estimate-the-rb_key-offset.patch
-ApplyPatch block-cfq-iosched-cleanup-unreachable-code.patch
-ApplyPatch block-cfq-iosched-fix-ncq-detection-code.patch
-ApplyPatch block-cfq-iosched-fix-no-idle-preemption-logic.patch
-ApplyPatch block-cfq-iosched-idling-on-deep-seeky-sync-queues.patch
-ApplyPatch block-cfq-iosched-fix-corner-cases-in-idling-logic.patch
-ApplyPatch block-Revert-cfq-Make-use-of-service-count-to-estimate-the-rb_key-offset.patch
-ApplyPatch block-Allow-devices-to-indicate-whether-discarded-blocks-are-zeroed.patch
-ApplyPatch block-cfq-iosched-no-dispatch-limit-for-single-queue.patch
-ApplyPatch block-blkio-Set-must_dispatch-only-if-we-decided-to-not-dispatch-the-request.patch
-ApplyPatch block-blkio-Introduce-the-notion-of-cfq-groups.patch
-ApplyPatch block-blkio-Implement-macro-to-traverse-each-service-tree-in-group.patch
-ApplyPatch block-blkio-Keep-queue-on-service-tree-until-we-expire-it.patch
-ApplyPatch block-blkio-Introduce-the-root-service-tree-for-cfq-groups.patch
-ApplyPatch block-blkio-Introduce-blkio-controller-cgroup-interface.patch
-ApplyPatch block-blkio-Introduce-per-cfq-group-weights-and-vdisktime-calculations.patch
-ApplyPatch block-blkio-Implement-per-cfq-group-latency-target-and-busy-queue-avg.patch
-ApplyPatch block-blkio-Group-time-used-accounting-and-workload-context-save-restore.patch
-ApplyPatch block-blkio-Dynamic-cfq-group-creation-based-on-cgroup-tasks-belongs-to.patch
-ApplyPatch block-blkio-Take-care-of-cgroup-deletion-and-cfq-group-reference-counting.patch
-ApplyPatch block-blkio-Some-debugging-aids-for-CFQ.patch
-ApplyPatch block-blkio-Export-disk-time-and-sectors-used-by-a-group-to-user-space.patch
-ApplyPatch block-blkio-Provide-some-isolation-between-groups.patch
-ApplyPatch block-blkio-Drop-the-reference-to-queue-once-the-task-changes-cgroup.patch
-ApplyPatch block-blkio-Propagate-cgroup-weight-updation-to-cfq-groups.patch
-ApplyPatch block-blkio-Wait-for-cfq-queue-to-get-backlogged-if-group-is-empty.patch
-ApplyPatch block-blkio-Determine-async-workload-length-based-on-total-number-of-queues.patch
-ApplyPatch block-blkio-Implement-group_isolation-tunable.patch
-ApplyPatch block-blkio-Wait-on-sync-noidle-queue-even-if-rq_noidle-1.patch
-ApplyPatch block-blkio-Documentation.patch
-ApplyPatch block-cfq-iosched-fix-compile-problem-with-CONFIG_CGROUP.patch
-ApplyPatch block-cfq-iosched-move-IO-controller-declerations-to-a-header-file.patch
-ApplyPatch block-io-controller-quick-fix-for-blk-cgroup-and-modular-CFQ.patch
-ApplyPatch block-cfq-iosched-make-nonrot-check-logic-consistent.patch
-ApplyPatch block-blkio-Export-some-symbols-from-blkio-as-its-user-CFQ-can-be-a-module.patch
-ApplyPatch block-blkio-Implement-dynamic-io-controlling-policy-registration.patch
-ApplyPatch block-blkio-Allow-CFQ-group-IO-scheduling-even-when-CFQ-is-a-module.patch
-ApplyPatch block-cfq-iosched-use-call_rcu-instead-of-doing-grace-period-stall-on-queue-exit.patch
-ApplyPatch block-include-linux-err-h-to-use-ERR_PTR.patch
-ApplyPatch block-cfq-iosched-Do-not-access-cfqq-after-freeing-it.patch
-ApplyPatch block-dio-fix-performance-regression.patch
-ApplyPatch block-Add-support-for-the-ATA-TRIM-command-in-libata.patch
-ApplyPatch scsi-Add-missing-command-definitions.patch
-ApplyPatch scsi-scsi_debug-Thin-provisioning-support.patch
-ApplyPatch scsi-sd-WRITE-SAME-16-UNMAP-support.patch
-ApplyPatch scsi-Correctly-handle-thin-provisioning-write-error.patch
-ApplyPatch libata-Report-zeroed-read-after-Trim-and-max-discard-size.patch
-ApplyPatch libata-Clarify-ata_set_lba_range_entries-function.patch
-ApplyPatch block-config-enable-CONFIG_BLK_CGROUP.patch
-ApplyPatch block-config-enable-CONFIG_BLK_DEV_INTEGRITY.patch
-ApplyPatch redhat-tagging-2-6-32-2-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-2.patch
-ApplyPatch redhat-force-to-run-rh-key-target-when-compiling-the-kernel-locally-without-RPM.patch
-ApplyPatch redhat-run-rngd-on-rh-key-to-speed-up-key-generation.patch
-ApplyPatch redhat-make-the-documentation-build-j1.patch
-ApplyPatch redhat-remove-unused-config-file-config-powerpc64-generic-rhel.patch
-ApplyPatch redhat-fix-problem-when-using-other-rh-targets.patch
-ApplyPatch redhat-reverting-makefile-magic.patch
-ApplyPatch redhat-remove-gcc-bug-workaround.patch
-ApplyPatch redhat-run-rh-key-when-the-GPG-keys-aren-t-present.patch
-ApplyPatch nfs-convert-proto-option-to-use-netids-rather-than-a-protoname.patch
-ApplyPatch scsi-fix-dma-handling-when-using-virtual-hosts.patch
-ApplyPatch dm-core-and-mpath-changes-from-2-6-33.patch
-ApplyPatch dm-raid1-changes-from-2-6-33.patch
-ApplyPatch dm-crypt-changes-from-2-6-33.patch
-ApplyPatch dm-snapshot-changes-from-2-6-33.patch
-ApplyPatch dm-snapshot-merge-support-from-2-6-33.patch
-ApplyPatch redhat-add-vhost-to-config-generic-rhel.patch
-ApplyPatch virt-tun-export-underlying-socket.patch
-ApplyPatch virt-mm-export-use_mm-unuse_mm-to-modules.patch
-ApplyPatch virt-vhost_net-a-kernel-level-virtio-server.patch
-ApplyPatch virt-vhost-add-missing-architectures.patch
-ApplyPatch s390-kernel-clear-high-order-bits-after-switching-to-64-bit-mode.patch
-ApplyPatch s390-zcrypt-Do-not-simultaneously-schedule-hrtimer.patch
-ApplyPatch s390-dasd-support-DIAG-access-for-read-only-devices.patch
-ApplyPatch s390-kernel-fix-dump-indicator.patch
-ApplyPatch s390-kernel-performance-counter-fix-and-page-fault-optimization.patch
-ApplyPatch s390-zcrypt-initialize-ap_messages-for-cex3-exploitation.patch
-ApplyPatch s390-zcrypt-special-command-support-for-cex3-exploitation.patch
-ApplyPatch s390-zcrypt-add-support-for-cex3-device-types.patch
-ApplyPatch s390-zcrypt-use-definitions-for-cex3.patch
-ApplyPatch s390-zcrypt-adjust-speed-rating-between-cex2-and-pcixcc.patch
-ApplyPatch s390-zcrypt-adjust-speed-rating-of-cex3-adapters.patch
-ApplyPatch s390-OSA-QDIO-data-connection-isolation.patch
-ApplyPatch redhat-Build-in-standard-PCI-hotplug-support.patch
-ApplyPatch pci-pciehp-Provide-an-option-to-disable-native-PCIe-hotplug.patch
-ApplyPatch modsign-Don-t-check-e_entry-in-ELF-header.patch
-ApplyPatch redhat-fixing-lastcommit-contents-for-2-6-32-2-el6.patch
-ApplyPatch redhat-tagging-2-6-32-3-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-3.patch
-ApplyPatch misc-Revert-utrace-introduce-utrace-implementation.patch
-ApplyPatch ptrace-cleanup-ptrace_init_task-ptrace_link-path.patch
-ApplyPatch ptrace-copy_process-should-disable-stepping.patch
-ApplyPatch ptrace-introduce-user_single_step_siginfo-helper.patch
-ApplyPatch ptrace-powerpc-implement-user_single_step_siginfo.patch
-ApplyPatch ptrace-change-tracehook_report_syscall_exit-to-handle-stepping.patch
-ApplyPatch ptrace-x86-implement-user_single_step_siginfo.patch
-ApplyPatch ptrace-x86-change-syscall_trace_leave-to-rely-on-tracehook-when-stepping.patch
-ApplyPatch signals-check-group_stop_count-after-tracehook_get_signal.patch
-ApplyPatch tracehooks-kill-some-PT_PTRACED-checks.patch
-ApplyPatch tracehooks-check-PT_PTRACED-before-reporting-the-single-step.patch
-ApplyPatch ptrace_signal-check-PT_PTRACED-before-reporting-a-signal.patch
-ApplyPatch ptrace-export-__ptrace_detach-and-do_notify_parent_cldstop.patch
-ApplyPatch ptrace-reorder-the-code-in-kernel-ptrace-c.patch
-ApplyPatch utrace-implement-utrace-ptrace.patch
-ApplyPatch utrace-utrace-core.patch
-ApplyPatch sound-ALSA-HDA-driver-update-2009-12-15.patch
-ApplyPatch s390-dasd-enable-prefix-independent-of-pav-support.patch
-ApplyPatch s390-dasd-remove-strings-from-s390dbf.patch
-ApplyPatch s390-dasd-let-device-initialization-wait-for-LCU-setup.patch
-ApplyPatch redhat-kernel-enable-hibernation-support-on-s390x.patch
-ApplyPatch s390-iucv-add-work_queue-cleanup-for-suspend.patch
-ApplyPatch s390-cmm-free-pages-on-hibernate.patch
-ApplyPatch s390-ctcm-suspend-has-to-wait-for-outstanding-I-O.patch
-ApplyPatch s390-zfcp-Don-t-fail-SCSI-commands-when-transitioning-to-blocked-fc_rport.patch
-ApplyPatch s390-zfcp-Assign-scheduled-work-to-driver-queue.patch
-ApplyPatch s390-zfcp-fix-ELS-ADISC-handling-to-prevent-QDIO-errors.patch
-ApplyPatch s390-zfcp-improve-FSF-error-reporting.patch
-ApplyPatch scsi-scsi_transport_fc-Introduce-helper-function-for-blocking-scsi_eh.patch
-ApplyPatch s390-zfcp-Block-SCSI-EH-thread-for-rport-state-BLOCKED.patch
-ApplyPatch uv-x86-SGI-UV-Fix-BAU-initialization.patch
-ApplyPatch uv-x86-function-to-translate-from-gpa-socket_paddr.patch
-ApplyPatch uv-x86-introduce-uv_gpa_is_mmr.patch
-ApplyPatch uv-x86-RTC-Fix-early-expiry-handling.patch
-ApplyPatch uv-x86-RTC-Add-clocksource-only-boot-option.patch
-ApplyPatch uv-x86-RTC-Clean-up-error-handling.patch
-ApplyPatch uv-gru-function-to-generate-chipset-IPI-values.patch
-ApplyPatch uv-x86-SGI-Map-low-MMR-ranges.patch
-ApplyPatch xen-wait-up-to-5-minutes-for-device-connetion-and-fix-fallout.patch
-ApplyPatch xen-support-MAXSMP.patch
-ApplyPatch mm-move-inc_zone_page_state-NR_ISOLATED-to-just-isolated-place.patch
-ApplyPatch mm-swap_info-private-to-swapfile-c.patch
-ApplyPatch mm-swap_info-change-to-array-of-pointers.patch
-ApplyPatch mm-swap_info-include-first_swap_extent.patch
-ApplyPatch mm-swap_info-miscellaneous-minor-cleanups.patch
-ApplyPatch mm-swap_info-SWAP_HAS_CACHE-cleanups.patch
-ApplyPatch mm-swap_info-swap_map-of-chars-not-shorts.patch
-ApplyPatch mm-swap_info-swap-count-continuations.patch
-ApplyPatch mm-swap_info-note-SWAP_MAP_SHMEM.patch
-ApplyPatch mm-define-PAGE_MAPPING_FLAGS.patch
-ApplyPatch mm-mlocking-in-try_to_unmap_one.patch
-ApplyPatch mm-CONFIG_MMU-for-PG_mlocked.patch
-ApplyPatch mm-pass-address-down-to-rmap-ones.patch
-ApplyPatch mm-vmscan-have-kswapd-sleep-for-a-short-interval-and-double-check-it-should-be-asleep.patch
-ApplyPatch mm-vmscan-stop-kswapd-waiting-on-congestion-when-the-min-watermark-is-not-being-met.patch
-ApplyPatch mm-vmscan-separate-sc-swap_cluster_max-and-sc-nr_max_reclaim.patch
-ApplyPatch mm-vmscan-kill-hibernation-specific-reclaim-logic-and-unify-it.patch
-ApplyPatch mm-vmscan-zone_reclaim-dont-use-insane-swap_cluster_max.patch
-ApplyPatch mm-vmscan-kill-sc-swap_cluster_max.patch
-ApplyPatch mm-vmscan-make-consistent-of-reclaim-bale-out-between-do_try_to_free_page-and-shrink_zone.patch
-ApplyPatch mm-vmscan-do-not-evict-inactive-pages-when-skipping-an-active-list-scan.patch
-ApplyPatch mm-stop-ptlock-enlarging-struct-page.patch
-ApplyPatch ksm-three-remove_rmap_item_from_tree-cleanups.patch
-ApplyPatch ksm-remove-redundancies-when-merging-page.patch
-ApplyPatch ksm-cleanup-some-function-arguments.patch
-ApplyPatch ksm-singly-linked-rmap_list.patch
-ApplyPatch ksm-separate-stable_node.patch
-ApplyPatch ksm-stable_node-point-to-page-and-back.patch
-ApplyPatch ksm-fix-mlockfreed-to-munlocked.patch
-ApplyPatch ksm-let-shared-pages-be-swappable.patch
-ApplyPatch ksm-hold-anon_vma-in-rmap_item.patch
-ApplyPatch ksm-take-keyhole-reference-to-page.patch
-ApplyPatch ksm-share-anon-page-without-allocating.patch
-ApplyPatch ksm-mem-cgroup-charge-swapin-copy.patch
-ApplyPatch ksm-rmap_walk-to-remove_migation_ptes.patch
-ApplyPatch ksm-memory-hotremove-migration-only.patch
-ApplyPatch ksm-remove-unswappable-max_kernel_pages.patch
-ApplyPatch ksm-fix-ksm-h-breakage-of-nommu-build.patch
-ApplyPatch mm-Add-mm-tracepoint-definitions-to-kmem-h.patch
-ApplyPatch mm-Add-anonynmous-page-mm-tracepoints.patch
-ApplyPatch mm-Add-file-page-mm-tracepoints.patch
-ApplyPatch mm-Add-page-reclaim-mm-tracepoints.patch
-ApplyPatch mm-Add-file-page-writeback-mm-tracepoints.patch
-ApplyPatch scsi-hpsa-new-driver.patch
-ApplyPatch scsi-cciss-remove-pci-ids.patch
-ApplyPatch quota-Move-definition-of-QFMT_OCFS2-to-linux-quota-h.patch
-ApplyPatch quota-Implement-quota-format-with-64-bit-space-and-inode-limits.patch
-ApplyPatch quota-ext3-Support-for-vfsv1-quota-format.patch
-ApplyPatch quota-ext4-Support-for-64-bit-quota-format.patch
-ApplyPatch kvm-core-x86-Add-user-return-notifiers.patch
-ApplyPatch kvm-VMX-Move-MSR_KERNEL_GS_BASE-out-of-the-vmx-autoload-msr-area.patch
-ApplyPatch kvm-x86-shared-msr-infrastructure.patch
-ApplyPatch kvm-VMX-Use-shared-msr-infrastructure.patch
-ApplyPatch redhat-excluding-Reverts-from-changelog-too.patch
-ApplyPatch redhat-tagging-2-6-32-4-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-4.patch
-ApplyPatch redhat-do-not-export-redhat-directory-contents.patch
-ApplyPatch x86-Remove-the-CPU-cache-size-printk-s.patch
-ApplyPatch x86-Remove-CPU-cache-size-output-for-non-Intel-too.patch
-ApplyPatch x86-cpu-mv-display_cacheinfo-cpu_detect_cache_sizes.patch
-ApplyPatch x86-Limit-the-number-of-processor-bootup-messages.patch
-ApplyPatch init-Limit-the-number-of-per-cpu-calibration-bootup-messages.patch
-ApplyPatch sched-Limit-the-number-of-scheduler-debug-messages.patch
-ApplyPatch x86-Limit-number-of-per-cpu-TSC-sync-messages.patch
-ApplyPatch x86-Remove-enabling-x2apic-message-for-every-CPU.patch
-ApplyPatch x86-ucode-amd-Load-ucode-patches-once-and-not-separately-of-each-CPU.patch
-ApplyPatch block-cfq-iosched-reduce-write-depth-only-if-sync-was-delayed.patch
-ApplyPatch block-cfq-Optimization-for-close-cooperating-queue-searching.patch
-ApplyPatch block-cfq-iosched-Get-rid-of-cfqq-wait_busy_done-flag.patch
-ApplyPatch block-cfq-iosched-Take-care-of-corner-cases-of-group-losing-share-due-to-deletion.patch
-ApplyPatch block-cfq-iosched-commenting-non-obvious-initialization.patch
-ApplyPatch block-cfq-Remove-wait_request-flag-when-idle-time-is-being-deleted.patch
-ApplyPatch block-Fix-a-CFQ-crash-in-for-2-6-33-branch-of-block-tree.patch
-ApplyPatch block-cfq-set-workload-as-expired-if-it-doesn-t-have-any-slice-left.patch
-ApplyPatch block-cfq-iosched-Remove-the-check-for-same-cfq-group-from-allow_merge.patch
-ApplyPatch block-cfq-iosched-Get-rid-of-nr_groups.patch
-ApplyPatch block-cfq-iosched-Remove-prio_change-logic-for-workload-selection.patch
-ApplyPatch netdrv-ixgbe-add-support-for-82599-KR-and-update-to-latest-upstream.patch
-ApplyPatch netdrv-bnx2x-update-to-1-52-1-5.patch
-ApplyPatch netdrv-update-tg3-to-version-3-105.patch
-ApplyPatch scsi-scsi_dh-Change-the-scsidh_activate-interface-to-be-asynchronous.patch
-ApplyPatch scsi-scsi_dh-Make-rdac-hardware-handler-s-activate-async.patch
-ApplyPatch scsi-scsi_dh-Make-hp-hardware-handler-s-activate-async.patch
-ApplyPatch scsi-scsi_dh-Make-alua-hardware-handler-s-activate-async.patch
-ApplyPatch block-Fix-topology-stacking-for-data-and-discard-alignment.patch
-ApplyPatch dlm-always-use-GFP_NOFS.patch
-ApplyPatch redhat-Some-storage-related-kernel-config-parameter-changes.patch
-ApplyPatch scsi-eliminate-double-free.patch
-ApplyPatch scsi-make-driver-PCI-legacy-I-O-port-free.patch
-ApplyPatch gfs2-Fix-potential-race-in-glock-code.patch
-ApplyPatch netdrv-cnic-fixes-for-RHEL6.patch
-ApplyPatch netdrv-bnx2i-update-to-2-1-0.patch
-ApplyPatch mm-hwpoison-backport-the-latest-patches-from-linux-2-6-33.patch
-ApplyPatch fs-ext4-wait-for-log-to-commit-when-unmounting.patch
-ApplyPatch cifs-NULL-out-tcon-pSesInfo-and-srvTcp-pointers-when-chasing-DFS-referrals.patch
-ApplyPatch fusion-remove-unnecessary-printk.patch
-ApplyPatch fusion-fix-for-incorrect-data-underrun.patch
-ApplyPatch fusion-bump-version-to-3-04-13.patch
-ApplyPatch ext4-make-trim-discard-optional-and-off-by-default.patch
-ApplyPatch fat-make-discard-a-mount-option.patch
-ApplyPatch fs-fs-writeback-Add-helper-function-to-start-writeback-if-idle.patch
-ApplyPatch fs-ext4-flush-delalloc-blocks-when-space-is-low.patch
-ApplyPatch scsi-scsi_dh_rdac-add-two-IBM-devices-to-rdac_dev_list.patch
-ApplyPatch vfs-force-reval-of-target-when-following-LAST_BIND-symlinks.patch
-ApplyPatch input-Add-support-for-adding-i8042-filters.patch
-ApplyPatch input-dell-laptop-Update-rfkill-state-on-switch-change.patch
-ApplyPatch sunrpc-Deprecate-support-for-site-local-addresses.patch
-ApplyPatch sunrpc-Don-t-display-zero-scope-IDs.patch
-ApplyPatch s390-cio-double-free-under-memory-pressure.patch
-ApplyPatch s390-cio-device-recovery-stalls-after-multiple-hardware-events.patch
-ApplyPatch s390-cio-device-recovery-fails-after-concurrent-hardware-changes.patch
-ApplyPatch s390-cio-setting-a-device-online-or-offline-fails-for-unknown-reasons.patch
-ApplyPatch s390-cio-incorrect-device-state-after-device-recognition-and-recovery.patch
-ApplyPatch s390-cio-kernel-panic-after-unexpected-interrupt.patch
-ApplyPatch s390-cio-initialization-of-I-O-devices-fails.patch
-ApplyPatch s390-cio-not-operational-devices-cannot-be-deactivated.patch
-ApplyPatch s390-cio-erratic-DASD-I-O-behavior.patch
-ApplyPatch s390-cio-DASD-cannot-be-set-online.patch
-ApplyPatch s390-cio-DASD-steal-lock-task-hangs.patch
-ApplyPatch s390-cio-memory-leaks-when-checking-unusable-devices.patch
-ApplyPatch s390-cio-deactivated-devices-can-cause-use-after-free-panic.patch
-ApplyPatch nfs-NFS-update-to-2-6-33-part-1.patch
-ApplyPatch nfs-NFS-update-to-2-6-33-part-2.patch
-ApplyPatch nfs-NFS-update-to-2-6-33-part-3.patch
-ApplyPatch nfs-fix-insecure-export-option.patch
-ApplyPatch redhat-enable-NFS_V4_1.patch
-ApplyPatch x86-Compile-mce-inject-module.patch
-ApplyPatch modsign-Don-t-attempt-to-sign-a-module-if-there-are-no-key-files.patch
-ApplyPatch scsi-cciss-hpsa-reassign-controllers.patch
-ApplyPatch scsi-cciss-fix-spinlock-use.patch
-ApplyPatch redhat-disabling-temporaly-DEVTMPFS.patch
-ApplyPatch redhat-don-t-use-PACKAGE_VERSION-and-PACKAGE_RELEASE.patch
-ApplyPatch redhat-tagging-2-6-32-5-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-5.patch
-ApplyPatch redhat-add-symbol-to-look-on-while-building-modules-block.patch
-ApplyPatch stable-signal-Fix-alternate-signal-stack-check.patch
-ApplyPatch stable-SCSI-osd_protocol-h-Add-missing-include.patch
-ApplyPatch stable-SCSI-megaraid_sas-fix-64-bit-sense-pointer-truncation.patch
-ApplyPatch stable-ext4-fix-potential-buffer-head-leak-when-add_dirent_to_buf-returns-ENOSPC.patch
-ApplyPatch stable-ext4-avoid-divide-by-zero-when-trying-to-mount-a-corrupted-file-system.patch
-ApplyPatch stable-ext4-fix-the-returned-block-count-if-EXT4_IOC_MOVE_EXT-fails.patch
-ApplyPatch stable-ext4-fix-lock-order-problem-in-ext4_move_extents.patch
-ApplyPatch stable-ext4-fix-possible-recursive-locking-warning-in-EXT4_IOC_MOVE_EXT.patch
-ApplyPatch stable-ext4-plug-a-buffer_head-leak-in-an-error-path-of-ext4_iget.patch
-ApplyPatch stable-ext4-make-sure-directory-and-symlink-blocks-are-revoked.patch
-ApplyPatch stable-ext4-fix-i_flags-access-in-ext4_da_writepages_trans_blocks.patch
-ApplyPatch stable-ext4-journal-all-modifications-in-ext4_xattr_set_handle.patch
-ApplyPatch stable-ext4-don-t-update-the-superblock-in-ext4_statfs.patch
-ApplyPatch stable-ext4-fix-uninit-block-bitmap-initialization-when-s_meta_first_bg-is-non-zero.patch
-ApplyPatch stable-ext4-fix-block-validity-checks-so-they-work-correctly-with-meta_bg.patch
-ApplyPatch stable-ext4-avoid-issuing-unnecessary-barriers.patch
-ApplyPatch stable-ext4-fix-error-handling-in-ext4_ind_get_blocks.patch
-ApplyPatch stable-ext4-make-norecovery-an-alias-for-noload.patch
-ApplyPatch stable-ext4-Fix-double-free-of-blocks-with-EXT4_IOC_MOVE_EXT.patch
-ApplyPatch stable-ext4-initialize-moved_len-before-calling-ext4_move_extents.patch
-ApplyPatch stable-ext4-move_extent_per_page-cleanup.patch
-ApplyPatch stable-jbd2-Add-ENOMEM-checking-in-and-for-jbd2_journal_write_metadata_buffer.patch
-ApplyPatch stable-ext4-Return-the-PTR_ERR-of-the-correct-pointer-in-setup_new_group_blocks.patch
-ApplyPatch stable-ext4-Avoid-data-filesystem-corruption-when-write-fails-to-copy-data.patch
-ApplyPatch stable-ext4-remove-blocks-from-inode-prealloc-list-on-failure.patch
-ApplyPatch stable-ext4-ext4_get_reserved_space-must-return-bytes-instead-of-blocks.patch
-ApplyPatch stable-ext4-quota-macros-cleanup.patch
-ApplyPatch stable-ext4-fix-incorrect-block-reservation-on-quota-transfer.patch
-ApplyPatch stable-ext4-Wait-for-proper-transaction-commit-on-fsync.patch
-ApplyPatch stable-ext4-Fix-potential-fiemap-deadlock-mmap_sem-vs-i_data_sem.patch
-ApplyPatch stable-USB-usb-storage-fix-bug-in-fill_inquiry.patch
-ApplyPatch stable-USB-option-add-pid-for-ZTE.patch
-ApplyPatch stable-firewire-ohci-handle-receive-packets-with-a-data-length-of-zero.patch
-ApplyPatch stable-rcu-Prepare-for-synchronization-fixes-clean-up-for-non-NO_HZ-handling-of-completed-counter.patch
-ApplyPatch stable-rcu-Fix-synchronization-for-rcu_process_gp_end-uses-of-completed-counter.patch
-ApplyPatch stable-rcu-Fix-note_new_gpnum-uses-of-gpnum.patch
-ApplyPatch stable-rcu-Remove-inline-from-forward-referenced-functions.patch
-ApplyPatch stable-perf_event-Fix-invalid-type-in-ioctl-definition.patch
-ApplyPatch stable-perf_event-Initialize-data-period-in-perf_swevent_hrtimer.patch
-ApplyPatch stable-PM-Runtime-Fix-lockdep-warning-in-__pm_runtime_set_status.patch
-ApplyPatch stable-sched-Check-for-an-idle-shared-cache-in-select_task_rq_fair.patch
-ApplyPatch stable-sched-Fix-affinity-logic-in-select_task_rq_fair.patch
-ApplyPatch stable-sched-Rate-limit-newidle.patch
-ApplyPatch stable-sched-Fix-and-clean-up-rate-limit-newidle-code.patch
-ApplyPatch stable-x86-amd-iommu-attach-devices-to-pre-allocated-domains-early.patch
-ApplyPatch stable-x86-amd-iommu-un__init-iommu_setup_msi.patch
-ApplyPatch stable-x86-Calgary-IOMMU-quirk-Find-nearest-matching-Calgary-while-walking-up-the-PCI-tree.patch
-ApplyPatch stable-x86-Fix-iommu-nodac-parameter-handling.patch
-ApplyPatch stable-x86-GART-pci-gart_64-c-Use-correct-length-in-strncmp.patch
-ApplyPatch stable-x86-ASUS-P4S800-reboot-bios-quirk.patch
-ApplyPatch stable-x86-apic-Enable-lapic-nmi-watchdog-on-AMD-Family-11h.patch
-ApplyPatch stable-ssb-Fix-range-check-in-sprom-write.patch
-ApplyPatch stable-ath5k-allow-setting-txpower-to-0.patch
-ApplyPatch stable-ath5k-enable-EEPROM-checksum-check.patch
-ApplyPatch stable-hrtimer-Fix-proc-timer_list-regression.patch
-ApplyPatch stable-ALSA-hrtimer-Fix-lock-up.patch
-ApplyPatch stable-KVM-x86-emulator-limit-instructions-to-15-bytes.patch
-ApplyPatch stable-KVM-s390-Fix-prefix-register-checking-in-arch-s390-kvm-sigp-c.patch
-ApplyPatch stable-KVM-s390-Make-psw-available-on-all-exits-not-just-a-subset.patch
-ApplyPatch stable-KVM-fix-irq_source_id-size-verification.patch
-ApplyPatch stable-KVM-x86-include-pvclock-MSRs-in-msrs_to_save.patch
-ApplyPatch stable-x86-Prevent-GCC-4-4-x-pentium-mmx-et-al-function-prologue-wreckage.patch
-ApplyPatch stable-x86-Use-maccumulate-outgoing-args-for-sane-mcount-prologues.patch
-ApplyPatch stable-x86-mce-don-t-restart-timer-if-disabled.patch
-ApplyPatch stable-x86-mce-Set-up-timer-unconditionally.patch
-ApplyPatch stable-x86-Fix-duplicated-UV-BAU-interrupt-vector.patch
-ApplyPatch stable-x86-Add-new-Intel-CPU-cache-size-descriptors.patch
-ApplyPatch stable-x86-Fix-typo-in-Intel-CPU-cache-size-descriptor.patch
-ApplyPatch stable-pata_hpt-37x-3x2n-fix-timing-register-masks-take-2.patch
-ApplyPatch stable-V4L-DVB-Fix-test-in-copy_reg_bits.patch
-ApplyPatch stable-bsdacct-fix-uid-gid-misreporting.patch
-ApplyPatch stable-UBI-flush-wl-before-clearing-update-marker.patch
-ApplyPatch stable-jbd2-don-t-wipe-the-journal-on-a-failed-journal-checksum.patch
-ApplyPatch stable-USB-xhci-Add-correct-email-and-files-to-MAINTAINERS-entry.patch
-ApplyPatch stable-USB-musb_gadget_ep0-fix-unhandled-endpoint-0-IRQs-again.patch
-ApplyPatch stable-USB-option-c-add-support-for-D-Link-DWM-162-U5.patch
-ApplyPatch stable-USB-usbtmc-repeat-usb_bulk_msg-until-whole-message-is-transfered.patch
-ApplyPatch stable-USB-usb-storage-add-BAD_SENSE-flag.patch
-ApplyPatch stable-USB-Close-usb_find_interface-race-v3.patch
-ApplyPatch stable-pxa-em-x270-fix-usb-hub-power-up-reset-sequence.patch
-ApplyPatch stable-hfs-fix-a-potential-buffer-overflow.patch
-ApplyPatch stable-md-bitmap-protect-against-bitmap-removal-while-being-updated.patch
-ApplyPatch stable-futex-Take-mmap_sem-for-get_user_pages-in-fault_in_user_writeable.patch
-ApplyPatch stable-devpts_get_tty-should-validate-inode.patch
-ApplyPatch stable-debugfs-fix-create-mutex-racy-fops-and-private-data.patch
-ApplyPatch stable-Driver-core-fix-race-in-dev_driver_string.patch
-ApplyPatch stable-Serial-Do-not-read-IIR-in-serial8250_start_tx-when-UART_BUG_TXEN.patch
-ApplyPatch stable-mac80211-Fix-bug-in-computing-crc-over-dynamic-IEs-in-beacon.patch
-ApplyPatch stable-mac80211-Fixed-bug-in-mesh-portal-paths.patch
-ApplyPatch stable-mac80211-Revert-Use-correct-sign-for-mesh-active-path-refresh.patch
-ApplyPatch stable-mac80211-fix-scan-abort-sanity-checks.patch
-ApplyPatch stable-wireless-correctly-report-signal-value-for-IEEE80211_HW_SIGNAL_UNSPEC.patch
-ApplyPatch stable-rtl8187-Fix-wrong-rfkill-switch-mask-for-some-models.patch
-ApplyPatch stable-x86-Fix-bogus-warning-in-apic_noop-apic_write.patch
-ApplyPatch stable-mm-hugetlb-fix-hugepage-memory-leak-in-mincore.patch
-ApplyPatch stable-mm-hugetlb-fix-hugepage-memory-leak-in-walk_page_range.patch
-ApplyPatch stable-powerpc-windfarm-Add-detection-for-second-cpu-pump.patch
-ApplyPatch stable-powerpc-therm_adt746x-Record-pwm-invert-bit-at-module-load-time.patch
-ApplyPatch stable-powerpc-Fix-usage-of-64-bit-instruction-in-32-bit-altivec-code.patch
-ApplyPatch stable-drm-radeon-kms-Add-quirk-for-HIS-X1300-board.patch
-ApplyPatch stable-drm-radeon-kms-handle-vblanks-properly-with-dpms-on.patch
-ApplyPatch stable-drm-radeon-kms-fix-legacy-crtc2-dpms.patch
-ApplyPatch stable-drm-radeon-kms-fix-vram-setup-on-rs600.patch
-ApplyPatch stable-drm-radeon-kms-rs6xx-rs740-clamp-vram-to-aperture-size.patch
-ApplyPatch stable-drm-ttm-Fix-build-failure-due-to-missing-struct-page.patch
-ApplyPatch stable-drm-i915-Set-the-error-code-after-failing-to-insert-new-offset-into-mm-ht.patch
-ApplyPatch stable-drm-i915-Add-the-missing-clonemask-for-display-port-on-Ironlake.patch
-ApplyPatch stable-xen-xenbus-make-DEVICE_ATTR-s-static.patch
-ApplyPatch stable-xen-re-register-runstate-area-earlier-on-resume.patch
-ApplyPatch stable-xen-restore-runstate_info-even-if-have_vcpu_info_placement.patch
-ApplyPatch stable-xen-correctly-restore-pfn_to_mfn_list_list-after-resume.patch
-ApplyPatch stable-xen-register-timer-interrupt-with-IRQF_TIMER.patch
-ApplyPatch stable-xen-register-runstate-on-secondary-CPUs.patch
-ApplyPatch stable-xen-don-t-call-dpm_resume_noirq-with-interrupts-disabled.patch
-ApplyPatch stable-xen-register-runstate-info-for-boot-CPU-early.patch
-ApplyPatch stable-xen-call-clock-resume-notifier-on-all-CPUs.patch
-ApplyPatch stable-xen-improve-error-handling-in-do_suspend.patch
-ApplyPatch stable-xen-don-t-leak-IRQs-over-suspend-resume.patch
-ApplyPatch stable-xen-use-iret-for-return-from-64b-kernel-to-32b-usermode.patch
-ApplyPatch stable-xen-explicitly-create-destroy-stop_machine-workqueues-outside-suspend-resume-region.patch
-ApplyPatch stable-Xen-balloon-fix-totalram_pages-counting.patch
-ApplyPatch stable-xen-try-harder-to-balloon-up-under-memory-pressure.patch
-ApplyPatch stable-slc90e66-fix-UDMA-handling.patch
-ApplyPatch stable-tcp-Stalling-connections-Fix-timeout-calculation-routine.patch
-ApplyPatch stable-ip_fragment-also-adjust-skb-truesize-for-packets-not-owned-by-a-socket.patch
-ApplyPatch stable-b44-WOL-setup-one-bit-off-stack-corruption-kernel-panic-fix.patch
-ApplyPatch stable-sparc64-Don-t-specify-IRQF_SHARED-for-LDC-interrupts.patch
-ApplyPatch stable-sparc64-Fix-overly-strict-range-type-matching-for-PCI-devices.patch
-ApplyPatch stable-sparc64-Fix-stack-debugging-IRQ-stack-regression.patch
-ApplyPatch stable-sparc-Set-UTS_MACHINE-correctly.patch
-ApplyPatch stable-b43legacy-avoid-PPC-fault-during-resume.patch
-ApplyPatch stable-tracing-Fix-event-format-export.patch
-ApplyPatch stable-ath9k-fix-tx-status-reporting.patch
-ApplyPatch stable-mac80211-Fix-dynamic-power-save-for-scanning.patch
-ApplyPatch stable-memcg-fix-memory-memsw-usage_in_bytes-for-root-cgroup.patch
-ApplyPatch stable-thinkpad-acpi-fix-default-brightness_mode-for-R50e-R51.patch
-ApplyPatch stable-thinkpad-acpi-preserve-rfkill-state-across-suspend-resume.patch
-ApplyPatch stable-ipw2100-fix-rebooting-hang-with-driver-loaded.patch
-ApplyPatch stable-matroxfb-fix-problems-with-display-stability.patch
-ApplyPatch stable-acerhdf-add-new-BIOS-versions.patch
-ApplyPatch stable-asus-laptop-change-light-sens-default-values.patch
-ApplyPatch stable-vmalloc-conditionalize-build-of-pcpu_get_vm_areas.patch
-ApplyPatch stable-ACPI-Use-the-ARB_DISABLE-for-the-CPU-which-model-id-is-less-than-0x0f.patch
-ApplyPatch stable-net-Fix-userspace-RTM_NEWLINK-notifications.patch
-ApplyPatch stable-ext3-Fix-data-filesystem-corruption-when-write-fails-to-copy-data.patch
-ApplyPatch stable-V4L-DVB-13116-gspca-ov519-Webcam-041e-4067-added.patch
-ApplyPatch stable-bcm63xx_enet-fix-compilation-failure-after-get_stats_count-removal.patch
-ApplyPatch stable-x86-Under-BIOS-control-restore-AP-s-APIC_LVTTHMR-to-the-BSP-value.patch
-ApplyPatch stable-drm-i915-Avoid-NULL-dereference-with-component_only-tv_modes.patch
-ApplyPatch stable-drm-i915-PineView-only-has-LVDS-and-CRT-ports.patch
-ApplyPatch stable-drm-i915-Fix-LVDS-stability-issue-on-Ironlake.patch
-ApplyPatch stable-mm-sigbus-instead-of-abusing-oom.patch
-ApplyPatch stable-ipvs-zero-usvc-and-udest.patch
-ApplyPatch stable-jffs2-Fix-long-standing-bug-with-symlink-garbage-collection.patch
-ApplyPatch stable-intel-iommu-ignore-page-table-validation-in-pass-through-mode.patch
-ApplyPatch stable-netfilter-xtables-document-minimal-required-version.patch
-ApplyPatch stable-perf_event-Fix-incorrect-range-check-on-cpu-number.patch
-ApplyPatch stable-implement-early_io-re-un-map-for-ia64.patch
-ApplyPatch stable-SCSI-ipr-fix-EEH-recovery.patch
-ApplyPatch stable-SCSI-qla2xxx-dpc-thread-can-execute-before-scsi-host-has-been-added.patch
-ApplyPatch stable-SCSI-st-fix-mdata-page_order-handling.patch
-ApplyPatch stable-SCSI-fc-class-fix-fc_transport_init-error-handling.patch
-ApplyPatch stable-sched-Fix-task_hot-test-order.patch
-ApplyPatch stable-x86-cpuid-Add-volatile-to-asm-in-native_cpuid.patch
-ApplyPatch stable-sched-Select_task_rq_fair-must-honour-SD_LOAD_BALANCE.patch
-ApplyPatch stable-clockevents-Prevent-clockevent_devices-list-corruption-on-cpu-hotplug.patch
-ApplyPatch stable-pata_hpt3x2n-fix-clock-turnaround.patch
-ApplyPatch stable-pata_cmd64x-fix-overclocking-of-UDMA0-2-modes.patch
-ApplyPatch stable-ASoC-wm8974-fix-a-wrong-bit-definition.patch
-ApplyPatch stable-sound-sgio2audio-pdaudiocf-usb-audio-initialize-PCM-buffer.patch
-ApplyPatch stable-ALSA-hda-Fix-missing-capsrc_nids-for-ALC88x.patch
-ApplyPatch stable-acerhdf-limit-modalias-matching-to-supported.patch
-ApplyPatch stable-ACPI-EC-Fix-MSI-DMI-detection.patch
-ApplyPatch stable-ACPI-Use-the-return-result-of-ACPI-lid-notifier-chain-correctly.patch
-ApplyPatch stable-powerpc-Handle-VSX-alignment-faults-correctly-in-little-endian-mode.patch
-ApplyPatch stable-ASoC-Do-not-write-to-invalid-registers-on-the-wm9712.patch
-ApplyPatch stable-drm-radeon-fix-build-on-64-bit-with-some-compilers.patch
-ApplyPatch stable-USB-emi62-fix-crash-when-trying-to-load-EMI-6-2-firmware.patch
-ApplyPatch stable-USB-option-support-hi-speed-for-modem-Haier-CE100.patch
-ApplyPatch stable-USB-Fix-a-bug-on-appledisplay-c-regarding-signedness.patch
-ApplyPatch stable-USB-musb-gadget_ep0-avoid-SetupEnd-interrupt.patch
-ApplyPatch stable-Bluetooth-Prevent-ill-timed-autosuspend-in-USB-driver.patch
-ApplyPatch stable-USB-rename-usb_configure_device.patch
-ApplyPatch stable-USB-fix-bugs-in-usb_-de-authorize_device.patch
-ApplyPatch stable-drivers-net-usb-Correct-code-taking-the-size-of-a-pointer.patch
-ApplyPatch stable-x86-SGI-UV-Fix-writes-to-led-registers-on-remote-uv-hubs.patch
-ApplyPatch stable-md-Fix-unfortunate-interaction-with-evms.patch
-ApplyPatch stable-dma-at_hdmac-correct-incompatible-type-for-argument-1-of-spin_lock_bh.patch
-ApplyPatch stable-dma-debug-Do-not-add-notifier-when-dma-debugging-is-disabled.patch
-ApplyPatch stable-dma-debug-Fix-bug-causing-build-warning.patch
-ApplyPatch stable-x86-amd-iommu-Fix-initialization-failure-panic.patch
-ApplyPatch stable-ioat3-fix-p-disabled-q-continuation.patch
-ApplyPatch stable-ioat2-3-put-channel-hardware-in-known-state-at-init.patch
-ApplyPatch stable-KVM-MMU-remove-prefault-from-invlpg-handler.patch
-ApplyPatch stable-KVM-LAPIC-make-sure-IRR-bitmap-is-scanned-after-vm-load.patch
-ApplyPatch stable-Libertas-fix-buffer-overflow-in-lbs_get_essid.patch
-ApplyPatch stable-iwmc3200wifi-fix-array-out-of-boundary-access.patch
-ApplyPatch stable-mac80211-fix-propagation-of-failed-hardware-reconfigurations.patch
-ApplyPatch stable-mac80211-fix-WMM-AP-settings-application.patch
-ApplyPatch stable-mac80211-Fix-IBSS-merge.patch
-ApplyPatch stable-cfg80211-fix-race-between-deauth-and-assoc-response.patch
-ApplyPatch stable-ath5k-fix-SWI-calibration-interrupt-storm.patch
-ApplyPatch stable-ath9k-wake-hardware-for-interface-IBSS-AP-Mesh-removal.patch
-ApplyPatch stable-ath9k-Fix-TX-queue-draining.patch
-ApplyPatch stable-ath9k-fix-missed-error-codes-in-the-tx-status-check.patch
-ApplyPatch stable-ath9k-wake-hardware-during-AMPDU-TX-actions.patch
-ApplyPatch stable-ath9k-fix-suspend-by-waking-device-prior-to-stop.patch
-ApplyPatch stable-ath9k_hw-Fix-possible-OOB-array-indexing-in-gen_timer_index-on-64-bit.patch
-ApplyPatch stable-ath9k_hw-Fix-AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB-and-its-shift-value-in-0x4054.patch
-ApplyPatch stable-iwl3945-disable-power-save.patch
-ApplyPatch stable-iwl3945-fix-panic-in-iwl3945-driver.patch
-ApplyPatch stable-iwlwifi-fix-EEPROM-OTP-reading-endian-annotations-and-a-bug.patch
-ApplyPatch stable-iwlwifi-fix-more-eeprom-endian-bugs.patch
-ApplyPatch stable-iwlwifi-fix-40MHz-operation-setting-on-cards-that-do-not-allow-it.patch
-ApplyPatch stable-mac80211-fix-race-with-suspend-and-dynamic_ps_disable_work.patch
-ApplyPatch stable-NOMMU-Optimise-away-the-dac_-mmap_min_addr-tests.patch
-ApplyPatch stable-sysctl_max_map_count-should-be-non-negative.patch
-ApplyPatch stable-kernel-sysctl-c-fix-the-incomplete-part-of-sysctl_max_map_count-should-be-non-negative-patch.patch
-ApplyPatch stable-V4L-DVB-13596-ov511-c-typo-lock-unlock.patch
-ApplyPatch stable-x86-ptrace-make-genregs-32-_get-set-more-robust.patch
-ApplyPatch stable-memcg-avoid-oom-killing-innocent-task-in-case-of-use_hierarchy.patch
-ApplyPatch stable-e100-Fix-broken-cbs-accounting-due-to-missing-memset.patch
-ApplyPatch stable-ipv6-reassembly-use-seperate-reassembly-queues-for-conntrack-and-local-delivery.patch
-ApplyPatch stable-netfilter-fix-crashes-in-bridge-netfilter-caused-by-fragment-jumps.patch
-ApplyPatch stable-hwmon-sht15-Off-by-one-error-in-array-index-incorrect-constants.patch
-ApplyPatch stable-b43-avoid-PPC-fault-during-resume.patch
-ApplyPatch stable-Keys-KEYCTL_SESSION_TO_PARENT-needs-TIF_NOTIFY_RESUME-architecture-support.patch
-ApplyPatch stable-sched-Fix-balance-vs-hotplug-race.patch
-ApplyPatch stable-drm-radeon-kms-fix-crtc-vblank-update-for-r600.patch
-ApplyPatch stable-drm-disable-all-the-possible-outputs-crtcs-before-entering-KMS-mode.patch
-ApplyPatch stable-orinoco-fix-GFP_KERNEL-in-orinoco_set_key-with-interrupts-disabled.patch
-ApplyPatch stable-udf-Try-harder-when-looking-for-VAT-inode.patch
-ApplyPatch stable-Add-unlocked-version-of-inode_add_bytes-function.patch
-ApplyPatch stable-quota-decouple-fs-reserved-space-from-quota-reservation.patch
-ApplyPatch stable-ext4-Convert-to-generic-reserved-quota-s-space-management.patch
-ApplyPatch stable-ext4-fix-sleep-inside-spinlock-issue-with-quota-and-dealloc-14739.patch
-ApplyPatch stable-x86-msr-Unify-rdmsr_on_cpus-wrmsr_on_cpus.patch
-ApplyPatch stable-cpumask-use-modern-cpumask-style-in-drivers-edac-amd64_edac-c.patch
-ApplyPatch stable-amd64_edac-unify-MCGCTL-ECC-switching.patch
-ApplyPatch stable-x86-msr-Add-support-for-non-contiguous-cpumasks.patch
-ApplyPatch stable-x86-msr-msrs_alloc-free-for-CONFIG_SMP-n.patch
-ApplyPatch stable-amd64_edac-fix-driver-instance-freeing.patch
-ApplyPatch stable-amd64_edac-make-driver-loading-more-robust.patch
-ApplyPatch stable-amd64_edac-fix-forcing-module-load-unload.patch
-ApplyPatch stable-sched-Sched_rt_periodic_timer-vs-cpu-hotplug.patch
-ApplyPatch stable-ext4-Update-documentation-to-correct-the-inode_readahead_blks-option-name.patch
-ApplyPatch stable-lguest-fix-bug-in-setting-guest-GDT-entry.patch
-ApplyPatch stable-rt2x00-Disable-powersaving-for-rt61pci-and-rt2800pci.patch
-ApplyPatch stable-generic_permission-MAY_OPEN-is-not-write-access.patch
-ApplyPatch redhat-fix-typo-while-disabling-CONFIG_CPU_SUP_CENTAUR.patch
-ApplyPatch redhat-check-if-patchutils-is-installed-before-creating-patches.patch
-ApplyPatch redhat-do-a-basic-sanity-check-to-verify-the-modules-are-being-signed.patch
-ApplyPatch redhat-Fix-kABI-dependency-generation.patch
-ApplyPatch tpm-autoload-tpm_tis-driver.patch
-ApplyPatch x86-mce-fix-confusion-between-bank-attributes-and-mce-attributes.patch
-ApplyPatch netdrv-be2net-update-be2net-driver-to-latest-upstream.patch
-ApplyPatch s390x-tape-incomplete-device-removal.patch
-ApplyPatch s390-kernel-improve-code-generated-by-atomic-operations.patch
-ApplyPatch x86-AMD-Fix-stale-cpuid4_info-shared_map-data-in-shared_cpu_map-cpumasks.patch
-ApplyPatch nfs-fix-oops-in-nfs_rename.patch
-ApplyPatch modsign-Remove-Makefile-modpost-qualifying-message-for-module-sign-failure.patch
-ApplyPatch redhat-disable-framepointer-build-by-default.patch
-ApplyPatch redhat-use-sysconf-_SC_PAGESIZE-instead-of-getpagesize.patch
-ApplyPatch redhat-tagging-2-6-32-6-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-6.patch
-ApplyPatch kvm-Dont-pass-kvm_run-arguments.patch
-ApplyPatch kvm-Call-pic_clear_isr-on-pic-reset-to-reuse-logic-there.patch
-ApplyPatch kvm-Move-irq-sharing-information-to-irqchip-level.patch
-ApplyPatch kvm-Change-irq-routing-table-to-use-gsi-indexed-array.patch
-ApplyPatch kvm-Maintain-back-mapping-from-irqchip-pin-to-gsi.patch
-ApplyPatch kvm-Move-irq-routing-data-structure-to-rcu-locking.patch
-ApplyPatch kvm-Move-irq-ack-notifier-list-to-arch-independent-code.patch
-ApplyPatch kvm-Convert-irq-notifiers-lists-to-RCU-locking.patch
-ApplyPatch kvm-Move-IO-APIC-to-its-own-lock.patch
-ApplyPatch kvm-Drop-kvm-irq_lock-lock-from-irq-injection-path.patch
-ApplyPatch kvm-Add-synchronize_srcu_expedited.patch
-ApplyPatch kvm-rcu-Add-synchronize_srcu_expedited-to-the-rcutorture-test-suite.patch
-ApplyPatch kvm-rcu-Add-synchronize_srcu_expedited-to-the-documentation.patch
-ApplyPatch kvm-rcu-Enable-synchronize_sched_expedited-fastpath.patch
-ApplyPatch kvm-modify-memslots-layout-in-struct-kvm.patch
-ApplyPatch kvm-modify-alias-layout-in-x86s-struct-kvm_arch.patch
-ApplyPatch kvm-split-kvm_arch_set_memory_region-into-prepare-and-commit.patch
-ApplyPatch kvm-introduce-gfn_to_pfn_memslot.patch
-ApplyPatch kvm-use-gfn_to_pfn_memslot-in-kvm_iommu_map_pages.patch
-ApplyPatch kvm-introduce-kvm-srcu-and-convert-kvm_set_memory_region-to-SRCU-update.patch
-ApplyPatch kvm-use-SRCU-for-dirty-log.patch
-ApplyPatch kvm-x86-switch-kvm_set_memory_alias-to-SRCU-update.patch
-ApplyPatch kvm-convert-io_bus-to-SRCU.patch
-ApplyPatch kvm-switch-vcpu-context-to-use-SRCU.patch
-ApplyPatch kvm-convert-slots_lock-to-a-mutex.patch
-ApplyPatch kvm-Bump-maximum-vcpu-count-to-64.patch
-ApplyPatch kvm-avoid-taking-ioapic-mutex-for-non-ioapic-EOIs.patch
-ApplyPatch kvm-VMX-Use-macros-instead-of-hex-value-on-cr0-initialization.patch
-ApplyPatch kvm-SVM-Reset-cr0-properly-on-vcpu-reset.patch
-ApplyPatch kvm-SVM-init_vmcb-remove-redundant-save-cr0-initialization.patch
-ApplyPatch kvm-fix-kvmclock-adjust-offset-ioctl-to-match-upstream.patch
-ApplyPatch kvm-x86-Add-KVM_GET-SET_VCPU_EVENTS.patch
-ApplyPatch kvm-x86-Extend-KVM_SET_VCPU_EVENTS-with-selective-updates.patch
-ApplyPatch kvm-remove-pre_task_link-setting-in-save_state_to_tss16.patch
-ApplyPatch kvm-SVM-Move-INTR-vmexit-out-of-atomic-code.patch
-ApplyPatch kvm-SVM-Notify-nested-hypervisor-of-lost-event-injections.patch
-ApplyPatch kvm-SVM-remove-needless-mmap_sem-acquision-from-nested_svm_map.patch
-ApplyPatch kvm-VMX-Disable-unrestricted-guest-when-EPT-disabled.patch
-ApplyPatch kvm-x86-disallow-multiple-KVM_CREATE_IRQCHIP.patch
-ApplyPatch kvm-x86-disallow-KVM_-SET-GET-_LAPIC-without-allocated-in-kernel-lapic.patch
-ApplyPatch kvm-x86-disable-paravirt-mmu-reporting.patch
-ApplyPatch kvm-Allow-internal-errors-reported-to-userspace-to-carry-extra-data.patch
-ApplyPatch kvm-VMX-Report-unexpected-simultaneous-exceptions-as-internal-errors.patch
-ApplyPatch kvm-fix-lock-imbalance-in-kvm_-_irq_source_id.patch
-ApplyPatch kvm-only-clear-irq_source_id-if-irqchip-is-present.patch
-ApplyPatch kvm-Fix-possible-circular-locking-in-kvm_vm_ioctl_assign_device.patch
-ApplyPatch block-Fix-incorrect-alignment-offset-reporting-and-update-documentation.patch
-ApplyPatch block-Correct-handling-of-bottom-device-misaligment.patch
-ApplyPatch block-Fix-discard-alignment-calculation-and-printing.patch
-ApplyPatch block-bdev_stack_limits-wrapper.patch
-ApplyPatch dm-Fix-device-mapper-topology-stacking.patch
-ApplyPatch block-Stop-using-byte-offsets.patch
-ApplyPatch dm-add-feature-flags-to-reduce-future-kABI-impact.patch
-ApplyPatch netdrv-igb-Update-igb-driver-to-support-Barton-Hills.patch
-ApplyPatch redhat-Don-t-compile-DECNET.patch
-ApplyPatch redhat-fs-don-t-build-freevxfs.patch
-ApplyPatch redhat-disable-KVM-on-non-x86_64-arches.patch
-ApplyPatch gfs-GFS2-Fix-up-system-xattrs.patch
-ApplyPatch gfs-VFS-Add-forget_all_cached_acls.patch
-ApplyPatch gfs-GFS2-Use-forget_all_cached_acls.patch
-ApplyPatch gfs-GFS2-Use-gfs2_set_mode-instead-of-munge_mode.patch
-ApplyPatch gfs-GFS2-Clean-up-ACLs.patch
-ApplyPatch gfs-GFS2-Add-cached-ACLs-support.patch
-ApplyPatch gfs-VFS-Use-GFP_NOFS-in-posix_acl_from_xattr.patch
-ApplyPatch gfs-GFS2-Fix-gfs2_xattr_acl_chmod.patch
-ApplyPatch gfs2-Fix-o-meta-mounts-for-subsequent-mounts.patch
-ApplyPatch gfs2-Alter-arguments-of-gfs2_quota-statfs_sync.patch
-ApplyPatch gfs2-Hook-gfs2_quota_sync-into-VFS-via-gfs2_quotactl_ops.patch
-ApplyPatch gfs2-Remove-obsolete-code-in-quota-c.patch
-ApplyPatch gfs2-Add-get_xstate-quota-function.patch
-ApplyPatch gfs2-Add-proper-error-reporting-to-quota-sync-via-sysfs.patch
-ApplyPatch gfs2-Remove-constant-argument-from-qdsb_get.patch
-ApplyPatch gfs2-Remove-constant-argument-from-qd_get.patch
-ApplyPatch gfs2-Clean-up-gfs2_adjust_quota-and-do_glock.patch
-ApplyPatch gfs2-Add-get_xquota-support.patch
-ApplyPatch gfs2-Add-set_xquota-support.patch
-ApplyPatch gfs2-Improve-statfs-and-quota-usability.patch
-ApplyPatch gfs2-remove-division-from-new-statfs-code.patch
-ApplyPatch gfs2-add-barrier-nobarrier-mount-options.patch
-ApplyPatch gfs2-only-show-nobarrier-option-on-proc-mounts-when-the-option-is-active.patch
-ApplyPatch gfs-GFS2-Fix-lock-ordering-in-gfs2_check_blk_state.patch
-ApplyPatch gfs-GFS2-Fix-locking-bug-in-rename.patch
-ApplyPatch gfs-GFS2-Ensure-uptodate-inode-size-when-using-O_APPEND.patch
-ApplyPatch gfs-GFS2-Fix-glock-refcount-issues.patch
-ApplyPatch powerpc-pseries-Add-extended_cede_processor-helper-function.patch
-ApplyPatch powerpc-pseries-Add-hooks-to-put-the-CPU-into-an-appropriate-offline-state.patch
-ApplyPatch powerpc-Kernel-handling-of-Dynamic-Logical-Partitioning.patch
-ApplyPatch powerpc-sysfs-cpu-probe-release-files.patch
-ApplyPatch powerpc-CPU-DLPAR-handling.patch
-ApplyPatch powerpc-Add-code-to-online-offline-CPUs-of-a-DLPAR-node.patch
-ApplyPatch powerpc-cpu-allocation-deallocation-process.patch
-ApplyPatch powerpc-pseries-Correct-pseries-dlpar-c-build-break-without-CONFIG_SMP.patch
-ApplyPatch net-dccp-fix-module-load-dependency-btw-dccp_probe-and-dccp.patch
-ApplyPatch drm-drm-edid-update-to-2-6-33-EDID-parser-code.patch
-ApplyPatch drm-mm-patch-drm-core-memory-range-manager-up-to-2-6-33.patch
-ApplyPatch drm-ttm-rollup-upstream-TTM-fixes.patch
-ApplyPatch drm-unlocked-ioctl-support-for-core-macro-fixes.patch
-ApplyPatch drm-add-new-userspace-core-drm-interfaces-from-2-6-33.patch
-ApplyPatch drm-remove-address-mask-param-for-drm_pci_alloc.patch
-ApplyPatch drm-kms-rollup-KMS-core-and-helper-changes-to-2-6-33.patch
-ApplyPatch drm-radeon-intel-realign-displayport-helper-code-with-upstream.patch
-ApplyPatch drm-i915-bring-Intel-DRM-KMS-driver-up-to-2-6-33.patch
-ApplyPatch drm-radeon-kms-update-to-2-6-33-without-TTM-API-changes.patch
-ApplyPatch drm-ttm-validation-API-changes-ERESTART-fixes.patch
-ApplyPatch drm-nouveau-update-to-2-6-33-level.patch
-ApplyPatch x86-allow-fbdev-primary-video-code-on-64-bit.patch
-ApplyPatch offb-add-support-for-framebuffer-handoff-to-offb.patch
-ApplyPatch drm-minor-printk-fixes-from-upstream.patch
-ApplyPatch redhat-tagging-2-6-32-7-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-7.patch
-ApplyPatch build-Revert-redhat-disabling-temporaly-DEVTMPFS.patch
-ApplyPatch redhat-tagging-2-6-32-8-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-8.patch
-ApplyPatch serial-8250-add-support-for-DTR-DSR-hardware-flow-control.patch
-ApplyPatch s390x-qeth-Support-for-HiperSockets-Network-Traffic-Analyzer.patch
-ApplyPatch s390-qeth-fix-packet-loss-if-TSO-is-switched-on.patch
-ApplyPatch s390x-tape-Add-pr_fmt-macro-to-all-tape-source-files.patch
-ApplyPatch net-dccp-modify-how-dccp-creates-slab-caches-to-prevent-bug-halt-in-SLUB.patch
-ApplyPatch scsi-sync-fcoe-with-upstream.patch
-ApplyPatch block-Honor-the-gfp_mask-for-alloc_page-in-blkdev_issue_discard.patch
-ApplyPatch sound-ALSA-HDA-driver-update-2009-12-15-2.patch
-ApplyPatch scsi-mpt2sas-use-sas-address-instead-of-handle-as-a-lookup.patch
-ApplyPatch scsi-mpt2sas-fix-expander-remove-fail.patch
-ApplyPatch scsi-mpt2sas-check-for-valid-response-info.patch
-ApplyPatch scsi-mpt2sas-new-device-SAS2208-support.patch
-ApplyPatch scsi-mpt2sas-adding-MPI-Headers-revision-L.patch
-ApplyPatch scsi-mpt2sas-stop-driver-when-firmware-encounters-faults.patch
-ApplyPatch scsi-mpt2sas-fix-some-comments.patch
-ApplyPatch scsi-mpt2sas-add-command-line-option-diag_buffer_enable.patch
-ApplyPatch scsi-mpt2sas-add-extended-type-for-diagnostic-buffer-support.patch
-ApplyPatch scsi-mpt2sas-add-TimeStamp-support-when-sending-ioc_init.patch
-ApplyPatch scsi-mpt2sas-limit-the-max_depth-to-32-for-SATA-devices.patch
-ApplyPatch scsi-mpt2sas-add-new-info-messages-for-IR-and-Expander-events.patch
-ApplyPatch scsi-mpt2sas-retrieve-the-ioc-facts-prior-to-putting-the-controller-into-READY-state.patch
-ApplyPatch scsi-mpt2sas-return-DID_TRANSPORT_DISRUPTED-in-nexus-loss-and-SCSI_MLQUEUE_DEVICE_BUSY-if-device-is-busy.patch
-ApplyPatch scsi-mpt2sas-mpt2sas_base_get_sense_buffer_dma-returns-little-endian.patch
-ApplyPatch scsi-mpt2sas-fix-PPC-endian-bug.patch
-ApplyPatch scsi-mpt2sas-freeze-the-sdev-IO-queue-when-firmware-sends-internal-device-reset.patch
-ApplyPatch scsi-mpt2sas-add-support-for-RAID-Action-System-Shutdown-Initiated-at-OS-Shutdown.patch
-ApplyPatch scsi-mpt2sas-don-t-update-links-nor-unblock-device-at-no-link-rate-change.patch
-ApplyPatch scsi-mpt2sas-Bump-version-03-100-03-00.patch
-ApplyPatch scsi-megaraid-upgrade-to-4-17.patch
-ApplyPatch uv-x86-SGI-Dont-track-GRU-space-in-PAT.patch
-ApplyPatch uv-x86-mm-Call-is_untracked_pat_range-rather-than-is_ISA_range.patch
-ApplyPatch uv-x86-mm-is_untracked_pat_range-takes-a-normal-semiclosed-range.patch
-ApplyPatch uv-x86-platform-Change-is_untracked_pat_range-to-bool.patch
-ApplyPatch uv-x86-Change-is_ISA_range-into-an-inline-function.patch
-ApplyPatch uv-x86-mm-Correct-the-implementation-of-is_untracked_pat_range.patch
-ApplyPatch uv-x86-RTC-Rename-generic_interrupt-to-x86_platform_ipi.patch
-ApplyPatch uv-x86-RTC-Always-enable-RTC-clocksource.patch
-ApplyPatch uv-x86-SGI-Fix-irq-affinity-for-hub-based-interrupts.patch
-ApplyPatch uv-x86-apic-Move-SGI-UV-functionality-out-of-generic-IO-APIC-code.patch
-ApplyPatch uv-x86-irq-Allow-0xff-for-proc-irq-n-smp_affinity-on-an-8-cpu-system.patch
-ApplyPatch uv-x86-Remove-move_cleanup_count-from-irq_cfg.patch
-ApplyPatch uv-x86-irq-Check-move_in_progress-before-freeing-the-vector-mapping.patch
-ApplyPatch uv-xpc-needs-to-provide-an-abstraction-for-uv_gpa.patch
-ApplyPatch uv-x86-update-XPC-to-handle-updated-BIOS-interface.patch
-ApplyPatch uv-x86-xpc-NULL-deref-when-mesq-becomes-empty.patch
-ApplyPatch uv-x86-xpc_make_first_contact-hang-due-to-not-accepting-ACTIVE-state.patch
-ApplyPatch uv-x86-XPC-receive-message-reuse-triggers-invalid-BUG_ON.patch
-ApplyPatch uv-XPC-pass-nasid-instead-of-nid-to-gru_create_message_queue.patch
-ApplyPatch gru-GRU-Rollup-patch.patch
-ApplyPatch uv-React-2-6-32-y-isolcpus-broken-in-2-6-32-y-kernel.patch
-ApplyPatch nfs-nfsd-make-sure-data-is-on-disk-before-calling-fsync.patch
-ApplyPatch nfs-sunrpc-fix-peername-failed-on-closed-listener.patch
-ApplyPatch nfs-SUNRPC-Fix-up-an-error-return-value-in-gss_import_sec_context_kerberos.patch
-ApplyPatch nfs-SUNRPC-Fix-the-return-value-in-gss_import_sec_context.patch
-ApplyPatch nfs-sunrpc-on-successful-gss-error-pipe-write-don-t-return-error.patch
-ApplyPatch nfs-sunrpc-fix-build-time-warning.patch
-ApplyPatch scsi-bfa-update-from-2-1-2-0-to-2-1-2-1.patch
-ApplyPatch scsi-qla2xxx-Update-support-for-FC-FCoE-HBA-CNA.patch
-ApplyPatch irq-Expose-the-irq_desc-node-as-proc-irq-node.patch
-ApplyPatch cgroups-fix-for-kernel-BUG-at-kernel-cgroup-c-790.patch
-ApplyPatch tracing-tracepoint-Add-signal-tracepoints.patch
-ApplyPatch block-direct-io-cleanup-blockdev_direct_IO-locking.patch
-ApplyPatch pci-PCIe-AER-honor-ACPI-HEST-FIRMWARE-FIRST-mode.patch
-ApplyPatch x86-Add-kernel-pagefault-tracepoint-for-x86-x86_64.patch
-ApplyPatch fs-xfs-2-6-33-updates.patch
-ApplyPatch x86-dell-wmi-Add-support-for-new-Dell-systems.patch
-ApplyPatch x86-core-make-LIST_POISON-less-deadly.patch
-ApplyPatch kvm-fix-cleanup_srcu_struct-on-vm-destruction.patch
-ApplyPatch redhat-tagging-2-6-32-9-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-9.patch
-ApplyPatch scsi-scsi_transport_fc-Allow-LLD-to-reset-FC-BSG-timeout.patch
-ApplyPatch s390x-zfcp-introduce-BSG-timeout-callback.patch
-ApplyPatch s390x-zfcp-set-HW-timeout-requested-by-BSG-request.patch
-ApplyPatch redhat-config-increase-printk-buffer.patch
-ApplyPatch netdrv-qlge-update-to-upstream-version-v1-00-00-23-00-00-01.patch
-ApplyPatch gfs-Add-quota-netlink-support.patch
-ApplyPatch gfs-Use-dquot_send_warning.patch
-ApplyPatch netdrv-e1000e-update-to-the-latest-upstream.patch
-ApplyPatch x86-Disable-Memory-hot-add-on-x86-32-bit.patch
-ApplyPatch utrace-fix-utrace_maybe_reap-vs-find_matching_engine-race.patch
-ApplyPatch perf-add-kernel-internal-interface.patch
-ApplyPatch perf-improve-error-reporting.patch
-ApplyPatch perf-Add-a-callback-to-perf-events.patch
-ApplyPatch perf-Allow-for-custom-overflow-handlers.patch
-ApplyPatch perf-Fix-PERF_FORMAT_GROUP-scale-info.patch
-ApplyPatch perf-Fix-event-scaling-for-inherited-counters.patch
-ApplyPatch perf-Fix-locking-for-PERF_FORMAT_GROUP.patch
-ApplyPatch perf-Use-overflow-handler-instead-of-the-event-callback.patch
-ApplyPatch perf-Remove-the-event-callback-from-perf-events.patch
-ApplyPatch s390x-ptrace-dont-abuse-PT_PTRACED.patch
-ApplyPatch s390x-fix-loading-of-PER-control-registers-for-utrace.patch
-ApplyPatch scsi-aic79xx-check-for-non-NULL-scb-in-ahd_handle_nonpkt_busfree.patch
-ApplyPatch sound-Fix-SPDIF-In-for-AD1988-codecs-add-Intel-Cougar-IDs.patch
-ApplyPatch x86-Force-irq-complete-move-during-cpu-offline.patch
-ApplyPatch netdrv-vxge-fix-issues-found-in-Neterion-testing.patch
-ApplyPatch mm-mmap-don-t-return-ENOMEM-when-mapcount-is-temporarily-exceeded-in-munmap.patch
-ApplyPatch redhat-tagging-2-6-32-10-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-10.patch
-ApplyPatch stable-untangle-the-do_mremap-mess.patch
-ApplyPatch stable-fasync-split-fasync_helper-into-separate-add-remove-functions.patch
-ApplyPatch stable-ASoC-fix-params_rate-macro-use-in-several-codecs.patch
-ApplyPatch stable-modules-Skip-empty-sections-when-exporting-section-notes.patch
-ApplyPatch stable-exofs-simple_write_end-does-not-mark_inode_dirty.patch
-ApplyPatch stable-Revert-x86-Side-step-lguest-problem-by-only-building-cmpxchg8b_emu-for-pre-Pentium.patch
-ApplyPatch stable-rtc_cmos-convert-shutdown-to-new-pnp_driver-shutdown.patch
-ApplyPatch stable-drivers-cpuidle-governors-menu-c-fix-undefined-reference-to-__udivdi3.patch
-ApplyPatch stable-lib-rational-c-needs-module-h.patch
-ApplyPatch stable-dma-debug-allow-DMA_BIDIRECTIONAL-mappings-to-be-synced-with-DMA_FROM_DEVICE-and.patch
-ApplyPatch stable-kernel-signal-c-fix-kernel-information-leak-with-print-fatal-signals-1.patch
-ApplyPatch stable-mmc_block-add-dev_t-initialization-check.patch
-ApplyPatch stable-mmc_block-fix-probe-error-cleanup-bug.patch
-ApplyPatch stable-mmc_block-fix-queue-cleanup.patch
-ApplyPatch stable-ALSA-ac97-Add-Dell-Dimension-2400-to-Headphone-Line-Jack-Sense-blacklist.patch
-ApplyPatch stable-ALSA-atiixp-Specify-codec-for-Foxconn-RC4107MA-RS2.patch
-ApplyPatch stable-ASoC-Fix-WM8350-DSP-mode-B-configuration.patch
-ApplyPatch stable-netfilter-ebtables-enforce-CAP_NET_ADMIN.patch
-ApplyPatch stable-netfilter-nf_ct_ftp-fix-out-of-bounds-read-in-update_nl_seq.patch
-ApplyPatch stable-hwmon-coretemp-Fix-TjMax-for-Atom-N450-D410-D510-CPUs.patch
-ApplyPatch stable-hwmon-adt7462-Fix-pin-28-monitoring.patch
-ApplyPatch stable-quota-Fix-dquot_transfer-for-filesystems-different-from-ext4.patch
-ApplyPatch stable-xen-fix-hang-on-suspend.patch
-ApplyPatch stable-iwlwifi-fix-iwl_queue_used-bug-when-read_ptr-write_ptr.patch
-ApplyPatch stable-ath5k-Fix-eeprom-checksum-check-for-custom-sized-eeproms.patch
-ApplyPatch stable-cfg80211-fix-syntax-error-on-user-regulatory-hints.patch
-ApplyPatch stable-iwl-off-by-one-bug.patch
-ApplyPatch stable-mac80211-add-missing-sanity-checks-for-action-frames.patch
-ApplyPatch stable-libertas-Remove-carrier-signaling-from-the-scan-code.patch
-ApplyPatch stable-kernel-sysctl-c-fix-stable-merge-error-in-NOMMU-mmap_min_addr.patch
-ApplyPatch stable-mac80211-fix-skb-buffering-issue-and-fixes-to-that.patch
-ApplyPatch stable-fix-braindamage-in-audit_tree-c-untag_chunk.patch
-ApplyPatch stable-fix-more-leaks-in-audit_tree-c-tag_chunk.patch
-ApplyPatch stable-module-handle-ppc64-relocating-kcrctabs-when-CONFIG_RELOCATABLE-y.patch
-ApplyPatch stable-ipv6-skb_dst-can-be-NULL-in-ipv6_hop_jumbo.patch
-ApplyPatch misc-Revert-stable-module-handle-ppc64-relocating-kcrctabs-when-CONFIG_RELOCATABLE-y.patch
-ApplyPatch netdrv-e1000e-enhance-frame-fragment-detection.patch
-ApplyPatch redhat-kABI-internal-only-files.patch
-ApplyPatch drm-bring-RHEL6-radeon-drm-up-to-2-6-33-rc4-5-level.patch
-ApplyPatch s390x-qeth-set-default-BLKT-settings-dependend-on-OSA-hw-level.patch
-ApplyPatch block-dm-replicator-documentation-and-module-registry.patch
-ApplyPatch block-dm-replicator-replication-log-and-site-link-handler-interfaces-and-main-replicator-module.patch
-ApplyPatch block-dm-replicator-ringbuffer-replication-log-handler.patch
-ApplyPatch block-dm-replicator-blockdev-site-link-handler.patch
-ApplyPatch block-dm-raid45-add-raid45-target.patch
-ApplyPatch dm-dm-raid45-export-missing-dm_rh_inc.patch
-ApplyPatch kdump-Remove-the-32MB-limitation-for-crashkernel.patch
-ApplyPatch redhat-tagging-2-6-32-11-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-11.patch
-ApplyPatch redhat-Revert-edac-amd64_edac-disabling-temporarily.patch
-ApplyPatch x86-Use-EOI-register-in-io-apic-on-intel-platforms.patch
-ApplyPatch x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch
-ApplyPatch x86-io-apic-Move-the-effort-of-clearing-remoteIRR-explicitly-before-migrating-the-irq.patch
-ApplyPatch x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch
-ApplyPatch x86-ioapic-Document-another-case-when-level-irq-is-seen-as-an-edge.patch
-ApplyPatch x86-Remove-unnecessary-mdelay-from-cpu_disable_common.patch
-ApplyPatch redhat-rpadlpar_io-should-be-built-in-kernel.patch
-ApplyPatch x86-msr-cpuid-Register-enough-minors-for-the-MSR-and-CPUID-drivers.patch
-ApplyPatch scsi-Sync-be2iscsi-with-upstream.patch
-ApplyPatch redhat-config-disable-CONFIG_X86_CPU_DEBUG.patch
-ApplyPatch pci-Always-set-prefetchable-base-limit-upper32-registers.patch
-ApplyPatch mm-Memory-tracking-for-Stratus.patch
-ApplyPatch redhat-enable-Memory-tracking-for-Stratus.patch
-ApplyPatch drm-radeon-possible-security-issue.patch
-ApplyPatch redhat-tagging-2-6-32-12-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-12.patch
-ApplyPatch mm-Memory-tracking-for-Stratus-2.patch
-ApplyPatch kdump-backport-upstream-ppc64-kcrctab-fixes.patch
-ApplyPatch x86-acpi-Export-acpi_pci_irq_-add-del-_prt.patch
-ApplyPatch kvm-Fix-race-between-APIC-TMR-and-IRR.patch
-ApplyPatch kvm-x86-Fix-host_mapping_level.patch
-ApplyPatch kvm-MMU-bail-out-pagewalk-on-kvm_read_guest-error.patch
-ApplyPatch kvm-x86-Fix-probable-memory-leak-of-vcpu-arch-mce_banks.patch
-ApplyPatch kvm-x86-Fix-leak-of-free-lapic-date-in-kvm_arch_vcpu_init.patch
-ApplyPatch kvm-only-allow-one-gsi-per-fd.patch
-ApplyPatch kvm-properly-check-max-PIC-pin-in-irq-route-setup.patch
-ApplyPatch kvm-eventfd-allow-atomic-read-and-waitqueue-remove.patch
-ApplyPatch kvm-fix-spurious-interrupt-with-irqfd.patch
-ApplyPatch x86-Add-AMD-Node-ID-MSR-support.patch
-ApplyPatch x86-Fix-crash-when-profiling-more-than-28-events.patch
-ApplyPatch virtio-console-comment-cleanup.patch
-ApplyPatch virtio-console-statically-initialize-virtio_cons.patch
-ApplyPatch virtio-hvc_console-make-the-ops-pointer-const.patch
-ApplyPatch virtio-hvc_console-Remove-__devinit-annotation-from-hvc_alloc.patch
-ApplyPatch virtio-console-We-support-only-one-device-at-a-time.patch
-ApplyPatch virtio-console-port-encapsulation.patch
-ApplyPatch virtio-console-encapsulate-buffer-information-in-a-struct.patch
-ApplyPatch virtio-console-ensure-add_inbuf-can-work-for-multiple-ports-as-well.patch
-ApplyPatch virtio-console-introduce-a-get_inbuf-helper-to-fetch-bufs-from-in_vq.patch
-ApplyPatch virtio-console-use-vdev-priv-to-avoid-accessing-global-var.patch
-ApplyPatch virtio-console-don-t-assume-a-single-console-port.patch
-ApplyPatch virtio-console-remove-global-var.patch
-ApplyPatch virtio-console-struct-ports-for-multiple-ports-per-device.patch
-ApplyPatch virtio-console-ensure-console-size-is-updated-on-hvc-open.patch
-ApplyPatch virtio-console-Separate-out-console-specific-data-into-a-separate-struct.patch
-ApplyPatch virtio-console-Separate-out-console-init-into-a-new-function.patch
-ApplyPatch virtio-console-Separate-out-find_vqs-operation-into-a-different-function.patch
-ApplyPatch virtio-console-Introduce-function-to-hand-off-data-from-host-to-readers.patch
-ApplyPatch virtio-console-Introduce-a-send_buf-function-for-a-common-path-for-sending-data-to-host.patch
-ApplyPatch virtio-console-Add-a-new-MULTIPORT-feature-support-for-generic-ports.patch
-ApplyPatch virtio-console-Prepare-for-writing-to-reading-from-userspace-buffers.patch
-ApplyPatch virtio-console-Associate-each-port-with-a-char-device.patch
-ApplyPatch virtio-console-Add-file-operations-to-ports-for-open-read-write-poll.patch
-ApplyPatch virtio-console-Ensure-only-one-process-can-have-a-port-open-at-a-time.patch
-ApplyPatch virtio-console-Register-with-sysfs-and-create-a-name-attribute-for-ports.patch
-ApplyPatch virtio-console-Remove-cached-data-on-port-close.patch
-ApplyPatch virtio-console-Handle-port-hot-plug.patch
-ApplyPatch virtio-Add-ability-to-detach-unused-buffers-from-vrings.patch
-ApplyPatch virtio-hvc_console-Export-GPL-ed-hvc_remove.patch
-ApplyPatch virtio-console-Add-ability-to-hot-unplug-ports.patch
-ApplyPatch virtio-console-Add-debugfs-files-for-each-port-to-expose-debug-info.patch
-ApplyPatch virtio-console-show-error-message-if-hvc_alloc-fails-for-console-ports.patch
-ApplyPatch redhat-tagging-2-6-32-13-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-13.patch
-ApplyPatch uv-x86-Add-function-retrieving-node-controller-revision-number.patch
-ApplyPatch uv-x86-Ensure-hub-revision-set-for-all-ACPI-modes.patch
-ApplyPatch s390x-cio-channel-path-vary-operation-has-no-effect.patch
-ApplyPatch s390x-zcrypt-Do-not-remove-coprocessor-in-case-of-error-8-72.patch
-ApplyPatch s390x-dasd-Fix-null-pointer-in-s390dbf-and-discipline-checking.patch
-ApplyPatch redhat-Enable-oprofile-multiplexing-on-x86_64-and-x86-architectures-only.patch
-ApplyPatch netdrv-update-tg3-to-version-3-106-and-fix-panic.patch
-ApplyPatch redhat-disable-CONFIG_OPTIMIZE_FOR_SIZE.patch
-ApplyPatch s390x-dasd-fix-online-offline-race.patch
-ApplyPatch redhat-tagging-2-6-32-14-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-14.patch
-ApplyPatch gfs-GFS2-Fix-refcnt-leak-on-gfs2_follow_link-error-path.patch
-ApplyPatch gfs-GFS2-Use-GFP_NOFS-for-alloc-structure.patch
-ApplyPatch gfs-GFS2-Use-MAX_LFS_FILESIZE-for-meta-inode-size.patch
-ApplyPatch gfs-GFS2-Wait-for-unlock-completion-on-umount.patch
-ApplyPatch gfs-GFS2-Extend-umount-wait-coverage-to-full-glock-lifetime.patch
-ApplyPatch x86-intr-remap-generic-support-for-remapping-HPET-MSIs.patch
-ApplyPatch x86-arch-specific-support-for-remapping-HPET-MSIs.patch
-ApplyPatch x86-Disable-HPET-MSI-on-ATI-SB700-SB800.patch
-ApplyPatch fs-ext4-fix-type-of-offset-in-ext4_io_end.patch
-ApplyPatch redhat-disable-CONFIG_DEBUG_PERF_USE_VMALLOC-on-production-kernels.patch
-ApplyPatch x86-fix-Add-AMD-Node-ID-MSR-support.patch
-ApplyPatch redhat-config-disable-CONFIG_VMI.patch
-ApplyPatch quota-64-bit-quota-format-fixes.patch
-ApplyPatch block-cfq-Do-not-idle-on-async-queues-and-drive-deeper-WRITE-depths.patch
-ApplyPatch block-blk-cgroup-Fix-lockdep-warning-of-potential-deadlock-in-blk-cgroup.patch
-ApplyPatch redhat-tagging-2-6-32-15-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-15.patch
-ApplyPatch redhat-x86_64-enable-function-tracers.patch
-ApplyPatch nfs-nfsd41-nfsd4_decode_compound-does-not-recognize-all-ops.patch
-ApplyPatch nfs-nfsd4-Use-FIRST_NFS4_OP-in-nfsd4_decode_compound.patch
-ApplyPatch nfs-nfsd-use-vfs_fsync-for-non-directories.patch
-ApplyPatch nfs-nfsd41-Create-the-recovery-entry-for-the-NFSv4-1-client.patch
-ApplyPatch nfs-nfsd-4-1-has-an-rfc-number.patch
-ApplyPatch nfs-SUNRPC-Use-rpc_pton-in-ip_map_parse.patch
-ApplyPatch nfs-NFSD-Support-AF_INET6-in-svc_addsock-function.patch
-ApplyPatch nfs-SUNRPC-Bury-ifdef-IPV6-in-svc_create_xprt.patch
-ApplyPatch nfs-SUNRPC-NFS-kernel-APIs-shouldn-t-return-ENOENT-for-transport-not-found.patch
-ApplyPatch nfs-NFSD-Create-PF_INET6-listener-in-write_ports.patch
-ApplyPatch nfs-nfs41-Adjust-max-cache-response-size-value.patch
-ApplyPatch nfs-nfs41-Check-slot-table-for-referring-calls.patch
-ApplyPatch nfs-nfs41-Process-callback-s-referring-call-list.patch
-ApplyPatch nfs-nfs41-fix-wrong-error-on-callback-header-xdr-overflow.patch
-ApplyPatch nfs-nfs41-directly-encode-back-channel-error.patch
-ApplyPatch nfs-nfs41-remove-uneeded-checks-in-callback-processing.patch
-ApplyPatch nfs-nfs41-prepare-for-back-channel-drc.patch
-ApplyPatch nfs-nfs41-back-channel-drc-minimal-implementation.patch
-ApplyPatch nfs-nfs41-implement-cb_recall_slot.patch
-ApplyPatch nfs-nfs41-resize-slot-table-in-reset.patch
-ApplyPatch nfs-nfs41-fix-nfs4_callback_recallslot.patch
-ApplyPatch nfs-nfs41-clear-NFS4CLNT_RECALL_SLOT-bit-on-session-reset.patch
-ApplyPatch nfs-nfs41-cleanup-callback-code-to-use-__be32-type.patch
-ApplyPatch nfs-Fix-a-reference-leak-in-nfs_wb_cancel_page.patch
-ApplyPatch nfs-Try-to-commit-unstable-writes-in-nfs_release_page.patch
-ApplyPatch nfs-Make-nfs_commitdata_release-static.patch
-ApplyPatch nfs-Avoid-warnings-when-CONFIG_NFS_V4-n.patch
-ApplyPatch nfs-Ensure-that-the-NFSv4-locking-can-recover-from-stateid-errors.patch
-ApplyPatch nfs-NFSv4-Don-t-allow-posix-locking-against-servers-that-don-t-support-it.patch
-ApplyPatch nfs-NFSv4-1-Don-t-call-nfs4_schedule_state_recovery-unnecessarily.patch
-ApplyPatch nfs-Ensure-that-we-handle-NFS4ERR_STALE_STATEID-correctly.patch
-ApplyPatch nfs-sunrpc-cache-fix-module-refcnt-leak-in-a-failure-path.patch
-ApplyPatch scsi-lpfc-Update-from-8-3-4-to-8-3-5-4-FC-FCoE.patch
-ApplyPatch dm-fix-kernel-panic-at-releasing-bio-on-recovery-failed-region.patch
-ApplyPatch dm-dm-raid1-fix-deadlock-at-suspending-failed-device.patch
-ApplyPatch vhost-fix-high-32-bit-in-FEATURES-ioctls.patch
-ApplyPatch vhost-prevent-modification-of-an-active-ring.patch
-ApplyPatch vhost-add-access_ok-checks.patch
-ApplyPatch vhost-make-default-mapping-empty-by-default.patch
-ApplyPatch vhost-access-check-thinko-fixes.patch
-ApplyPatch vhost-vhost-net-comment-use-of-invalid-fd-when-setting-vhost-backend.patch
-ApplyPatch vhost-vhost-net-defer-f-private_data-until-setup-succeeds.patch
-ApplyPatch vhost-fix-TUN-m-VHOST_NET-y.patch
-ApplyPatch kvm-emulate-accessed-bit-for-EPT.patch
-ApplyPatch net-nf_conntrack-fix-memory-corruption.patch
-ApplyPatch nfs-nfs4-handle-EKEYEXPIRED-errors-from-RPC-layer.patch
-ApplyPatch nfs-sunrpc-parse-and-return-errors-reported-by-gssd.patch
-ApplyPatch nfs-handle-NFSv2-EKEYEXPIRED-returns-from-RPC-layer-appropriately.patch
-ApplyPatch nfs-nfs-handle-NFSv3-EKEYEXPIRED-errors-as-we-would-EJUKEBOX.patch
-ApplyPatch oprofile-Support-Nehalem-EX-CPU-in-Oprofile.patch
-ApplyPatch mm-define-MADV_HUGEPAGE.patch
-ApplyPatch mm-add-a-compound_lock.patch
-ApplyPatch mm-alter-compound-get_page-put_page.patch
-ApplyPatch mm-update-futex-compound-knowledge.patch
-ApplyPatch mm-clear-compound-mapping.patch
-ApplyPatch mm-add-native_set_pmd_at.patch
-ApplyPatch mm-add-pmd-paravirt-ops.patch
-ApplyPatch mm-no-paravirt-version-of-pmd-ops.patch
-ApplyPatch mm-export-maybe_mkwrite.patch
-ApplyPatch mm-comment-reminder-in-destroy_compound_page.patch
-ApplyPatch mm-config_transparent_hugepage.patch
-ApplyPatch mm-special-pmd_trans_-functions.patch
-ApplyPatch mm-add-pmd-mangling-generic-functions.patch
-ApplyPatch mm-add-pmd-mangling-functions-to-x86.patch
-ApplyPatch mm-bail-out-gup_fast-on-splitting-pmd.patch
-ApplyPatch mm-pte-alloc-trans-splitting.patch
-ApplyPatch mm-add-pmd-mmu_notifier-helpers.patch
-ApplyPatch mm-clear-page-compound.patch
-ApplyPatch mm-add-pmd_huge_pte-to-mm_struct.patch
-ApplyPatch mm-split_huge_page_mm-vma.patch
-ApplyPatch mm-split_huge_page-paging.patch
-ApplyPatch mm-clear_huge_page-fix.patch
-ApplyPatch mm-clear_copy_huge_page.patch
-ApplyPatch mm-kvm-mmu-transparent-hugepage-support.patch
-ApplyPatch mm-backport-page_referenced-microoptimization.patch
-ApplyPatch mm-introduce-_GFP_NO_KSWAPD.patch
-ApplyPatch mm-dont-alloc-harder-for-gfp-nomemalloc-even-if-nowait.patch
-ApplyPatch mm-transparent-hugepage-core.patch
-ApplyPatch mm-verify-pmd_trans_huge-isnt-leaking.patch
-ApplyPatch mm-madvise-MADV_HUGEPAGE.patch
-ApplyPatch mm-pmd_trans_huge-migrate-bugcheck.patch
-ApplyPatch mm-memcg-compound.patch
-ApplyPatch mm-memcg-huge-memory.patch
-ApplyPatch mm-transparent-hugepage-vmstat.patch
-ApplyPatch mm-introduce-khugepaged.patch
-ApplyPatch mm-hugepage-redhat-customization.patch
-ApplyPatch mm-remove-madvise-MADV_HUGEPAGE.patch
-ApplyPatch uv-PCI-update-pci_set_vga_state-to-call-arch-functions.patch
-ApplyPatch pci-update-pci_set_vga_state-to-call-arch-functions.patch
-ApplyPatch uv-x86_64-update-uv-arch-to-target-legacy-VGA-I-O-correctly.patch
-ApplyPatch gpu-vgaarb-fix-vga-arbiter-to-accept-PCI-domains-other-than-0.patch
-ApplyPatch uv-vgaarb-add-user-selectability-of-the-number-of-gpus-in-a-system.patch
-ApplyPatch s390x-ctcm-lcs-claw-remove-cu3088-layer.patch
-ApplyPatch uv-x86-Fix-RTC-latency-bug-by-reading-replicated-cachelines.patch
-ApplyPatch pci-PCI-ACS-support-functions.patch
-ApplyPatch pci-Enablement-of-PCI-ACS-control-when-IOMMU-enabled-on-system.patch
-ApplyPatch net-do-not-check-CAP_NET_RAW-for-kernel-created-sockets.patch
-ApplyPatch fs-inotify-fix-inotify-WARN-and-compatibility-issues.patch
-ApplyPatch redhat-kABI-updates-02-11.patch
-ApplyPatch mm-fix-BUG-s-caused-by-the-transparent-hugepage-patch.patch
-ApplyPatch redhat-Allow-only-particular-kernel-rpms-to-be-built.patch
-ApplyPatch nfs-Fix-a-bug-in-nfs_fscache_release_page.patch
-ApplyPatch nfs-Remove-a-redundant-check-for-PageFsCache-in-nfs_migrate_page.patch
-ApplyPatch redhat-tagging-2-6-32-16-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-16.patch
-ApplyPatch redhat-find-provides-also-require-python.patch
-ApplyPatch ppc-Add-kdump-support-to-Collaborative-Memory-Manager.patch
-ApplyPatch gfs-GFS2-problems-on-single-node-cluster.patch
-ApplyPatch selinux-print-the-module-name-when-SELinux-denies-a-userspace-upcall.patch
-ApplyPatch kernel-Prevent-futex-user-corruption-to-crash-the-kernel.patch
-ApplyPatch kvm-PIT-control-word-is-write-only.patch
-ApplyPatch virt-virtio_blk-add-block-topology-support.patch
-ApplyPatch redhat-make-CONFIG_CRASH-built-in.patch
-ApplyPatch mm-anon_vma-linking-changes-to-improve-multi-process-scalability.patch
-ApplyPatch mm-anon_vma-locking-updates-for-transparent-hugepage-code.patch
-ApplyPatch dm-stripe-avoid-divide-by-zero-with-invalid-stripe-count.patch
-ApplyPatch dm-log-userspace-fix-overhead_size-calcuations.patch
-ApplyPatch dm-mpath-fix-stall-when-requeueing-io.patch
-ApplyPatch dm-raid1-fail-writes-if-errors-are-not-handled-and-log-fails.patch
-ApplyPatch kernel-time-Implement-logarithmic-time-accumalation.patch
-ApplyPatch kernel-time-Remove-xtime_cache.patch
-ApplyPatch watchdog-Add-support-for-iTCO-watchdog-on-Ibex-Peak-chipset.patch
-ApplyPatch block-fix-bio_add_page-for-non-trivial-merge_bvec_fn-case.patch
-ApplyPatch block-freeze_bdev-don-t-deactivate-successfully-frozen-MS_RDONLY-sb.patch
-ApplyPatch x86-nmi_watchdog-enable-by-default-on-RHEL-6.patch
-ApplyPatch x86-x86-32-clean-up-rwsem-inline-asm-statements.patch
-ApplyPatch x86-clean-up-rwsem-type-system.patch
-ApplyPatch x86-x86-64-support-native-xadd-rwsem-implementation.patch
-ApplyPatch x86-x86-64-rwsem-64-bit-xadd-rwsem-implementation.patch
-ApplyPatch x86-x86-64-rwsem-Avoid-store-forwarding-hazard-in-__downgrade_write.patch
-ApplyPatch nfs-mount-nfs-Unknown-error-526.patch
-ApplyPatch s390-zfcp-cancel-all-pending-work-for-a-to-be-removed-zfcp_port.patch
-ApplyPatch s390-zfcp-report-BSG-errors-in-correct-field.patch
-ApplyPatch s390-qdio-prevent-kernel-bug-message-in-interrupt-handler.patch
-ApplyPatch s390-qdio-continue-polling-for-buffer-state-ERROR.patch
-ApplyPatch s390-hvc_iucv-allocate-IUCV-send-receive-buffers-in-DMA-zone.patch
-ApplyPatch redhat-whitelists-intentional-kABI-Module-kabi-rebase-pre-beta1-for-VM-bits.patch
-ApplyPatch redhat-tagging-2-6-32-17-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-17.patch
-ApplyPatch redhat-disable-GFS2-on-s390x.patch
-ApplyPatch redhat-disable-XFS-on-all-arches-except-x86_64.patch
-ApplyPatch redhat-disable-all-the-filesystems-we-aren-t-going-to-support-and-fix-ext3-4.patch
-ApplyPatch redhat-run-new-kernel-pkg-on-posttrans.patch
-ApplyPatch redhat-fix-typo-on-redhat-Makefile.patch
-ApplyPatch kvm-virtio-console-Allow-sending-variable-sized-buffers-to-host-efault-on-copy_from_user-err.patch
-ApplyPatch kvm-virtio-console-return-efault-for-fill_readbuf-if-copy_to_user-fails.patch
-ApplyPatch kvm-virtio-console-outbufs-are-no-longer-needed.patch
-ApplyPatch kvm-virtio-Initialize-vq-data-entries-to-NULL.patch
-ApplyPatch kvm-virtio-console-update-Red-Hat-copyright-for-2010.patch
-ApplyPatch kvm-virtio-console-Ensure-no-memleaks-in-case-of-unused-buffers.patch
-ApplyPatch kvm-virtio-console-Add-ability-to-remove-module.patch
-ApplyPatch kvm-virtio-console-Error-out-if-we-can-t-allocate-buffers-for-control-queue.patch
-ApplyPatch kvm-virtio-console-Fill-ports-entire-in_vq-with-buffers.patch
-ApplyPatch kvm-Add-MAINTAINERS-entry-for-virtio_console.patch
-ApplyPatch kvm-fix-large-packet-drops-on-kvm-hosts-with-ipv6.patch
-ApplyPatch scsi-megaraid_sas-fix-for-32bit-apps.patch
-ApplyPatch x86-AES-PCLMUL-Instruction-support-Add-PCLMULQDQ-accelerated-implementation.patch
-ApplyPatch x86-AES-PCLMUL-Instruction-support-Various-small-fixes-for-AES-PCMLMUL-and-generate-byte-code-for-some-new-instructions-via-gas-macro.patch
-ApplyPatch x86-AES-PCLMUL-Instruction-support-Use-gas-macro-for-AES-NI-instructions.patch
-ApplyPatch x86-AES-PCLMUL-Instruction-support-Various-fixes-for-AES-NI-and-PCLMMUL.patch
-ApplyPatch kvm-x86-emulator-Add-push-pop-sreg-instructions.patch
-ApplyPatch kvm-x86-emulator-Introduce-No64-decode-option.patch
-ApplyPatch kvm-x86-emulator-Add-group8-instruction-decoding.patch
-ApplyPatch kvm-x86-emulator-Add-group9-instruction-decoding.patch
-ApplyPatch kvm-x86-emulator-Add-Virtual-8086-mode-of-emulation.patch
-ApplyPatch kvm-x86-emulator-fix-memory-access-during-x86-emulation.patch
-ApplyPatch kvm-x86-emulator-Check-IOPL-level-during-io-instruction-emulation.patch
-ApplyPatch kvm-x86-emulator-Fix-popf-emulation.patch
-ApplyPatch kvm-x86-emulator-Check-CPL-level-during-privilege-instruction-emulation.patch
-ApplyPatch kvm-x86-emulator-Add-LOCK-prefix-validity-checking.patch
-ApplyPatch kvm-x86-emulator-code-style-cleanup.patch
-ApplyPatch kvm-x86-emulator-Fix-properties-of-instructions-in-group-1_82.patch
-ApplyPatch kvm-inject-UD-in-64bit-mode-from-instruction-that-are-not-valid-there.patch
-ApplyPatch kvm-x86-emulator-X86EMUL-macro-replacements-from-do_fetch_insn_byte-to-x86_decode_insn.patch
-ApplyPatch kvm-x86-emulator-X86EMUL-macro-replacements-x86_emulate_insn-and-its-helpers.patch
-ApplyPatch kvm-x86-emulator-Fix-x86_emulate_insn-not-to-use-the-variable-rc-for-non-X86EMUL-values.patch
-ApplyPatch kvm-x86-emulator-Forbid-modifying-CS-segment-register-by-mov-instruction.patch
-ApplyPatch kvm-Fix-load_guest_segment_descriptor-to-inject-page-fault.patch
-ApplyPatch kvm-Fix-segment-descriptor-loading.patch
-ApplyPatch kvm-Fix-emulate_sys-call-enter-exit-s-fault-handling.patch
-ApplyPatch netdrv-ixgbe-prevent-speculative-processing-of-descriptors.patch
-ApplyPatch x86-nmi_watchdog-use-__cpuinit-for-nmi_watchdog_default.patch
-ApplyPatch net-netfilter-nf_conntrack-per-netns-nf_conntrack_cachep.patch
-ApplyPatch scsi-mpt2sas-fix-missing-initialization.patch
-ApplyPatch dm-raid45-target-constructor-error-path-oops-fix.patch
-ApplyPatch netdrv-cxgb3-add-memory-barriers.patch
-ApplyPatch mm-fix-anon_vma-locking-updates-for-transparent-hugepage-code.patch
-ApplyPatch mm-Fix-hugetlb-c-clear_huge_page-parameter.patch
-ApplyPatch gfs2-print-glock-numbers-in-hex.patch
-ApplyPatch selinux-netlabel-fix-corruption-of-SELinux-MLS-categories-127.patch
-ApplyPatch ata-ahci-disable-FPDMA-auto-activate-optimization-on-NVIDIA-AHCI.patch
-ApplyPatch scsi-lpfc-Update-from-8-3-5-4-to-8-3-5-5-FC-FCoE.patch
-ApplyPatch scsi-pmcraid-bug-fixes-from-upstream.patch
-ApplyPatch mm-Fix-potential-crash-with-sys_move_pages.patch
-ApplyPatch s390x-qeth-avoid-recovery-during-device-online-setting.patch
-ApplyPatch kernel-Fix-SMT-scheduler-regression-in-find_busiest_queue.patch
-ApplyPatch drm-bring-drm-core-ttm-fb-layer-fixes-in-from-upstream.patch
-ApplyPatch s390x-vdso-glibc-does-not-use-vdso-functions.patch
-ApplyPatch kernel-sched-Fix-SCHED_MC-regression-caused-by-change-in-sched-cpu_power.patch
-ApplyPatch dvb-Fix-endless-loop-when-decoding-ULE-at-dvb-core.patch
-ApplyPatch drm-radeon-kms-bring-all-v2-6-33-fixes-into-EL6-kernel.patch
-ApplyPatch redhat-Change-RPM-name-format-for-custom-builds.patch
-ApplyPatch uv-Have-mmu_notifiers-use-SRCU-so-they-may-safely-schedule.patch
-ApplyPatch uv-Fix-unmap_vma-bug-related-to-mmu_notifiers.patch
-ApplyPatch net-bug-fix-for-vlan-gro-issue.patch
-ApplyPatch redhat-add-suport-for-rhts-testing.patch
-ApplyPatch redhat-add-filesystem-test.patch
-ApplyPatch vhost-vhost-net-switch-to-smp-barriers.patch
-ApplyPatch vhost-logging-thinko-fix.patch
-ApplyPatch vhost-initialize-log-eventfd-context-pointer.patch
-ApplyPatch vhost-fix-get_user_pages_fast-error-handling.patch
-ApplyPatch vhost-vhost-net-restart-tx-poll-on-sk_sndbuf-full.patch
-ApplyPatch x86-Intel-Cougar-Point-chipset-support.patch
-ApplyPatch drm-Remove-loop-in-IronLake-graphics-interrupt-handler.patch
-ApplyPatch scsi-scsi_dh_emc-fix-mode-select-setup.patch
-ApplyPatch scsi-Add-netapp-to-scsi-dh-alua-dev-list.patch
-ApplyPatch virt-hvc_console-Fix-race-between-hvc_close-and-hvc_remove.patch
-ApplyPatch kernel-time-revert-cc2f92ad1d0e03fe527e8ccfc1f918c368964dc8.patch
-ApplyPatch redhat-infiniband-remove-all-infiniband-symbols-from-RHEL6-kABI.patch
-ApplyPatch redhat-kABI-Update-the-RHEL6-kABI-for-kernel-2-6-32-18-el6.patch
-ApplyPatch redhat-tagging-2-6-32-18-el6.patch
-ApplyPatch redhat-updating-lastcommit-for-2-6-32-18.patch
-ApplyPatch mm-Switch-to-SLAB.patch
-ApplyPatch redhat-kABI-Update-the-kABI-for-2-6-18-el6.patch
-
-ApplyPatch patch-2.6.32-19.el6-vs2.3.0.36.29.4.diff
-ApplyPatch linux-2.6-220-delta-ptrace-fix01.patch
+#### Planet-Lab ####
+ApplyPatch linux-2.6-001-bcm5720.patch
+ApplyPatch linux-2.6-002-divide-by-zero-fix.patch
+ApplyPatch patch-2.6.32-131.0.15.el6-vs2.3.0.36.29.6.diff
+ApplyPatch linux-2.6-255-vserver-delta-cow-fix23.patch
 ApplyPatch linux-2.6-250-ipsets.patch
 ApplyPatch linux-2.6-510-ipod.patch
 ApplyPatch linux-2.6-521-packet-tagging.patch
@@ -3528,6 +1000,13 @@ ApplyPatch linux-2.6-640-netlink-audit-hack.patch
 ApplyPatch linux-2.6-650-hangcheck-reboot.patch
 ApplyPatch linux-2.6-660-nmi-watchdog-default.patch
 ApplyPatch linux-2.6-680-htb-hysteresis-tso.patch
+ApplyPatch linux-2.6-10000-gcc-4.5.patch
+ApplyPatch linux-2.6-10001-gcc-4.6-warnoff.patch
+ApplyPatch linux-2.6-10002-gcc-4.6-sense_buffer.patch
+ApplyPatch linux-2.6-10003-gcc-4.6-vdso.patch
+ApplyPatch linux-2.6-10004-gcc-4.6-perf.patch
+ApplyPatch linux-2.6-10911-perftools-f8-build.patch
+#### Planet-Lab ####
 
 ApplyOptionalPatch linux-kernel-test.patch
 
@@ -3568,6 +1047,38 @@ done
 # get rid of unwanted files resulting from patch fuzz
 find . \( -name "*.orig" -o -name "*~" \) -exec rm -f {} \; >/dev/null
 
+%if %{signmodules}
+cp %{SOURCE19} .
+cat <<EOF
+###
+### Now generating a PGP key pair to be used for signing modules.
+###
+### If this takes a long time, you might wish to run rngd in the background to
+### keep the supply of entropy topped up.  It needs to be run as root, and
+### should use a hardware random number generator if one is available, eg:
+###
+###     rngd -r /dev/hwrandom
+###
+### If one isn't available, the pseudo-random number generator can be used:
+###
+###     rngd -r /dev/urandom
+###
+EOF
+gpg --homedir . --batch --gen-key %{SOURCE11}
+cat <<EOF
+###
+### Key pair generated.
+###
+EOF
+# if there're external keys to be included
+if [ -s %{SOURCE19} ]; then
+       gpg --homedir . --no-default-keyring --keyring kernel.pub --import %{SOURCE19}
+fi
+gpg --homedir . --export --keyring ./kernel.pub Red > extract.pub
+gcc -o scripts/bin2c scripts/bin2c.c
+scripts/bin2c ksign_def_public_key __initdata <extract.pub >crypto/signature/key.h
+%endif
+
 cd ..
 
 ###
@@ -3592,7 +1103,7 @@ export AFTER_LINK=\
 
 cp_vmlinux()
 {
-  eu-strip --remove-comment -o "$2" "$1"
+  strip -R .note -R .comment -o "$2" "$1"
 }
 
 BuildKernel() {
@@ -3617,7 +1128,7 @@ BuildKernel() {
     echo BUILDING A KERNEL FOR ${Flavour} %{_target_cpu}...
 
     # make sure EXTRAVERSION says what we want it to say
-    perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?stablerev}-%{release}-%{_target_cpu}${Flavour:+.${Flavour}}/" Makefile
+    perl -p -i -e "s/^EXTRAVERSION.*/EXTRAVERSION = %{?stablerev}-%{release}.%{_target_cpu}${Flavour:+.${Flavour}}/" Makefile
 
     # if pre-rc1 devel kernel, must fix up SUBLEVEL for our versioning scheme
     %if !0%{?rcrev}
@@ -3626,6 +1137,16 @@ BuildKernel() {
     %endif
     %endif
 
+    #### Planet-Lab ####
+    # -Werror breaks F14 builds
+    sed -i -e "s:-Wno-array-bounds -Werror:-Wno-array-bounds:g" Makefile
+    #### Planet-Lab ####
+
+    #### Planet-Lab ####
+    # -Werror breaks F16 builds in tools/perf
+    sed -i -e "s: -Werror : :g" tools/perf/Makefile
+    #### Planet-Lab ####
+
     # and now to start the build process
 
     make -s mrproper
@@ -3645,16 +1166,6 @@ BuildKernel() {
         make -s ARCH=$Arch V=1 %{?_smp_mflags} modules %{?sparse_mflags} || exit 1
     fi
 
-%if %{with_perftool}
-    pushd tools/perf
-# make sure the scripts are executable... won't be in tarball until 2.6.31 :/
-    chmod +x util/generate-cmdlist.sh util/PERF-VERSION-GEN
-    make -s V=1 %{?_smp_mflags} NO_DEMANGLE=1 perf
-    mkdir -p $RPM_BUILD_ROOT/usr/libexec/
-    install -m 755 perf $RPM_BUILD_ROOT/usr/libexec/perf.$KernelVer
-    popd
-%endif
-
     # Start installing the results
 %if %{with_debuginfo}
     mkdir -p $RPM_BUILD_ROOT%{debuginfodir}/boot
@@ -3747,11 +1258,11 @@ hwcap 0 nosegneg"
     # create the kABI metadata for use in packaging
     echo "**** GENERATING kernel ABI metadata ****"
     gzip -c9 < Module.symvers > $RPM_BUILD_ROOT/boot/symvers-$KernelVer.gz
+%if %{with_kabichk}
     chmod 0755 %_sourcedir/kabitool
     rm -f %{_tmppath}/kernel-$KernelVer-kabideps
     %_sourcedir/kabitool -s Module.symvers -o %{_tmppath}/kernel-$KernelVer-kabideps
 
-%if %{with_kabichk}
     echo "**** kABI checking is enabled in kernel SPEC file. ****"
     chmod 0755 $RPM_SOURCE_DIR/check-kabi
     if [ -e $RPM_SOURCE_DIR/Module.kabi_%{_target_cpu}$Flavour ]; then
@@ -3762,6 +1273,9 @@ hwcap 0 nosegneg"
         echo "**** NOTE: Cannot find reference Module.kabi file. ****"
     fi
 %endif
+    # Ensure the kabideps file always exists for the RPM ProvReq scripts
+    touch %{_tmppath}/kernel-$KernelVer-kabideps
+
     # then drop all but the needed Makefiles/Kconfig files
     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/Documentation
     rm -rf $RPM_BUILD_ROOT/lib/modules/$KernelVer/build/scripts
@@ -3823,7 +1337,7 @@ hwcap 0 nosegneg"
     }
 
     collect_modules_list networking \
-                        'register_netdev|ieee80211_register_hw|usbnet_probe'
+                        'register_netdev|ieee80211_register_hw|usbnet_probe|phy_driver_register'
     collect_modules_list block \
                         'ata_scsi_ioctl|scsi_add_host|scsi_add_host_with_dma|blk_init_queue|register_mtd_blktrans|scsi_esp_register|scsi_register_device_handler'
     collect_modules_list drm \
@@ -3865,18 +1379,10 @@ hwcap 0 nosegneg"
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/boot
 
-cd linux-%{kversion}.%{_target_cpu}
+cd linux-%{KVERREL}
 
-%if %{signmodules}
-cp %{SOURCE19} .
-gpg --homedir . --batch --gen-key %{SOURCE11}
-# if there're external keys to be included
-if [ -s %{SOURCE19} ]; then
-       gpg --homedir . --no-default-keyring --keyring kernel.pub --import %{SOURCE19}
-fi
-gpg --homedir . --export --keyring ./kernel.pub Red > extract.pub
-gcc -o scripts/bin2c scripts/bin2c.c
-scripts/bin2c ksign_def_public_key __initdata <extract.pub >crypto/signature/key.h
+%if %{with_up}
+BuildKernel %make_target %kernel_image
 %endif
 
 %if %{with_debug}
@@ -3891,10 +1397,6 @@ BuildKernel %make_target %kernel_image PAEdebug
 BuildKernel %make_target %kernel_image PAE
 %endif
 
-%if %{with_up}
-BuildKernel %make_target %kernel_image
-%endif
-
 %if %{with_smp}
 BuildKernel %make_target %kernel_image smp
 %endif
@@ -3907,10 +1409,6 @@ BuildKernel vmlinux vmlinux kdump vmlinux
 %endif
 %endif
 
-%if %{with_framepointer}
-BuildKernel %make_target %kernel_image framepointer
-%endif
-
 %if %{with_doc}
 # Make the HTML and man pages.
 make -j1 htmldocs mandocs || %{doc_build_fail}
@@ -3920,10 +1418,11 @@ chmod -R a=rX Documentation
 find Documentation -type d | xargs chmod u+w
 %endif
 
+%global perf_make \
+  make %{?_smp_mflags} -C tools/perf -s V=1 HAVE_CPLUS_DEMANGLE=1 NO_DWARF=1 prefix=%{_prefix}
 %if %{with_perf}
-pushd tools/perf
-make %{?_smp_mflags} man || %{doc_build_fail}
-popd
+%{perf_make} all
+%{perf_make} man || %{doc_build_fail}
 %endif
 
 ###
@@ -3957,7 +1456,7 @@ if [ -z "$RPM_BUILD_ROOT" ]; then
        export RPM_BUILD_ROOT="%{buildroot}";
 fi
 
-cd linux-%{kversion}.%{_target_cpu}
+cd linux-%{KVERREL}
 
 %if %{with_doc}
 docdir=$RPM_BUILD_ROOT%{_datadir}/doc/kernel-doc-%{rpmversion}
@@ -3974,27 +1473,12 @@ xargs -0 --no-run-if-empty %{__install} -m 444 -t $man9dir $m
 ls $man9dir | grep -q '' || > $man9dir/BROKEN
 %endif # with_doc
 
-# perf docs
 %if %{with_perf}
-mandir=$RPM_BUILD_ROOT%{_datadir}/man
-man1dir=$mandir/man1
-pushd tools/perf/Documentation
-make install-man mandir=$mandir
-popd
-
-pushd $man1dir
-for d in *.1; do
- gzip $d;
-done
-popd
-%endif # with_perf
+# perf tool binary and supporting scripts/binaries
+%{perf_make} DESTDIR=$RPM_BUILD_ROOT install
 
-# perf shell wrapper
-%if %{with_perf}
-mkdir -p $RPM_BUILD_ROOT/usr/sbin/
-cp $RPM_SOURCE_DIR/perf $RPM_BUILD_ROOT/usr/sbin/perf
-chmod 0755 $RPM_BUILD_ROOT/usr/sbin/perf
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/doc/perf
+# # perf man pages (note: implicit rpm magic compresses them later)
+%{perf_make} DESTDIR=$RPM_BUILD_ROOT install-man || %{doc_build_fail}
 %endif
 
 %if %{with_headers}
@@ -4064,15 +1548,44 @@ fi\
 #      %%kernel_variant_posttrans [<subpackage>]
 # More text can follow to go at the end of this variant's %%post.
 #
+# grubby might be called during installation when a boot loader configuration
+# file is not present, so just drop any error messages. See BZ#610813 for
+# more details.
 %define kernel_variant_posttrans() \
 %{expand:%%posttrans %{?1}}\
 %{expand:\
+NEWKERNARGS=""\
+(/sbin/grubby --info=`/sbin/grubby --default-kernel`) 2>/dev/null | grep -q crashkernel\
+if [ $? -ne 0 ]\
+then\
+       NEWKERNARGS="--kernel-args=\"crashkernel=auto\""\
+fi\
 %if %{with_dracut}\
-/sbin/new-kernel-pkg --package kernel%{?1:-%{1}} --mkinitrd --dracut --depmod --install %{KVERREL}%{?1:.%{1}} --kernel-args="crashkernel=auto" || exit $?\
+/sbin/new-kernel-pkg --package kernel%{?1:-%{1}} --mkinitrd --dracut --depmod --update %{KVERREL}%{?1:.%{1}} $NEWKERNARGS || exit $?\
+%else\
+%if %{modern_distro}\
+/sbin/new-kernel-pkg --package kernel%{?1:-%{1}} --mkinitrd --depmod --update %{KVERREL}%{?1:.%{1}} $NEWKERNARGS || exit $?\
 %else\
-/sbin/new-kernel-pkg --package kernel%{?1:-%{1}} --mkinitrd --depmod --install %{KVERREL}%{?1:.%{1}} --kernel-args="crashkernel=auto" || exit $?\
+/sbin/new-kernel-pkg --mkinitrd --depmod --install %{KVERREL}%{?1:.%{1}} || exit $?\
+%endif\
 %endif}\
+%if %{modern_distro}\
 /sbin/new-kernel-pkg --package kernel%{?1:-%{1}} --rpmposttrans %{KVERREL}%{?1:.%{1}} || exit $?\
+if [ -x /sbin/weak-modules ]\
+then\
+    /sbin/weak-modules --add-kernel %{KVERREL}%{?1:.%{1}} || exit $?\
+fi\
+%endif\
+pushd /boot > /dev/null\
+ln -sf config-%{KVERREL}%{?1:.%{1}} config\
+ln -sf config-%{KVERREL}%{?1:.%{1}} configsmp\
+ln -sf initrd-%{KVERREL}%{?1:.%{1}}.img initrd-boot\
+ln -sf initrd-%{KVERREL}%{?1:.%{1}}.img initrd-bootsmp\
+ln -sf vmlinuz-%{KVERREL}%{?1:.%{1}} kernel-boot\
+ln -sf vmlinuz-%{KVERREL}%{?1:.%{1}} kernel-bootsmp\
+popd > /dev/null\
+mkdir -p /etc/planetlab\
+touch /etc/planetlab/update-reboot\
 %{nil}
 
 #
@@ -4089,10 +1602,9 @@ if [ `uname -i` == "x86_64" -o `uname -i` == "i386" ] &&\
    [ -f /etc/sysconfig/kernel ]; then\
   /bin/sed -r -i -e 's/^DEFAULTKERNEL=%{-r*}$/DEFAULTKERNEL=kernel%{?-v:-%{-v*}}/' /etc/sysconfig/kernel || exit $?\
 fi}\
-if [ -x /sbin/weak-modules ]\
-then\
-    /sbin/weak-modules --add-kernel %{KVERREL}%{?-v:.%{-v*}} || exit $?\
-fi\
+%{expand:\
+/sbin/new-kernel-pkg --package kernel%{?-v:-%{-v*}} --install %{KVERREL}%{?-v:.%{-v*}} || exit $?\
+}\
 %{nil}
 
 #
@@ -4127,11 +1639,6 @@ fi\
 %kernel_variant_post -v PAEdebug -r (kernel|kernel-smp|kernel-xen)
 %kernel_variant_preun PAEdebug
 
-%if %{with_framepointer}
-%kernel_variant_preun framepointer
-%kernel_variant_post -v framepointer
-%endif
-
 %ifarch s390x
 %postun kdump
     # Create softlink to latest remaining kdump kernel.
@@ -4166,11 +1673,13 @@ fi
 /usr/include/*
 %endif
 
+%if 0
 %if %{with_firmware}
 %files firmware
 %defattr(-,root,root)
 /lib/firmware/*
-%doc linux-%{kversion}.%{_target_cpu}/firmware/WHENCE
+%doc linux-%{KVERREL}/firmware/WHENCE
+%endif
 %endif
 
 %if %{with_bootwrapper}
@@ -4193,9 +1702,15 @@ fi
 %if %{with_perf}
 %files -n perf
 %defattr(-,root,root)
-%{_datadir}/doc/perf
-/usr/sbin/perf
-%{_datadir}/man/man1/*
+%{_bindir}/perf
+%dir %{_libexecdir}/perf-core
+%{_libexecdir}/perf-core/*
+%{_mandir}/man[1-8]/*
+
+%if %{with_debuginfo}
+%files -f perf-debuginfo.list -n perf-debuginfo
+%defattr(-,root,root)
+%endif
 %endif
 
 # This is %{image_install_path} on an arch where that includes ELF files,
@@ -4217,9 +1732,6 @@ fi
 %endif \
 /boot/System.map-%{KVERREL}%{?2:.%{2}}\
 /boot/symvers-%{KVERREL}%{?2:.%{2}}.gz\
-%if %{with_perftool}\
-/usr/libexec/perf.%{KVERREL}%{?2:.%{2}}\
-%endif\
 #/boot/symvers-%{KVERREL}%{?2:.%{2}}.gz\
 /boot/config-%{KVERREL}%{?2:.%{2}}\
 %dir /lib/modules/%{KVERREL}%{?2:.%{2}}\
@@ -4234,6 +1746,9 @@ fi
 /etc/ld.so.conf.d/kernel-%{KVERREL}%{?2:.%{2}}.conf\
 %endif\
 /lib/modules/%{KVERREL}%{?2:.%{2}}/modules.*\
+%if %{with_firmware}\
+/lib/firmware/*\
+%endif\
 %if %{with_dracut}\
 %ghost /boot/initramfs-%{KVERREL}%{?2:.%{2}}.img\
 %else\
@@ -4242,7 +1757,6 @@ fi
 %{expand:%%files %{?2:%{2}-}devel}\
 %defattr(-,root,root)\
 %dir /usr/src/kernels\
-%verify(not mtime) /usr/src/kernels/%{KVERREL}%{?2:.%{2}}\
 /usr/src/kernels/%{KVERREL}%{?2:.%{2}}\
 %if %{with_debuginfo}\
 %ifnarch noarch\
 %else
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 %endif
-%kernel_variant_files %{with_framepointer} framepointer
 
 %changelog
+* Wed Aug 29 2012 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-35
+
+* Wed Aug 29 2012 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-34
+
+* Thu May 03 2012 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-33
+- More compiletime fixes.
+
+* Thu May 03 2012 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-32
+- Fixed some parantheses.
+
+* Thu May 03 2012 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-31
+- For some reason the -30 tag did not get created in Linux-2.6. Might be because of a temporary problem with the git
+- server.
+
+* Tue May 01 2012 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-30
+- Fixed a compile error.
+
+* Tue May 01 2012 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-29
+- Renamed the latest patch file to something build doesn't reject.
+
+* Tue May 01 2012 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-28
+- This patch adds a backported version of a patchset to support the bcm5720 chipset, used by various PlanetLab and MLab
+- members.
+
+* Mon Nov 07 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-32-27
+- 2 places for pulling sources from in case of network outage
+
+* Wed Oct 05 2011 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-26
+- Tweak to the f8 build-fixing patch
+
+* Tue Oct 04 2011 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-25
+- Apply f8-build-fixing patch
+
+* Mon Aug 15 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-32-24
+- fix patch filename
+
+* Tue Aug 09 2011 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-32-23
+- The option commented out in this patch braeks the build on f8.
+
+* Thu Jul 07 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-32-22
+- fixed specfile for --without firmware
+
+* Fri Jun 10 2011 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - linux-2.6-32-21
+- build tweaks for gcc-4.6 on f15
+
+* Thu Jun 02 2011 S.ÇaÄŸlar Onur <caglar@verivue.com> - linux-2.6-32-20
+- fix spec file
+
+* Wed Jun 01 2011 S.ÇaÄŸlar Onur <caglar@verivue.com> - linux-2.6-32-19
+- bump to 2.6.32-131.0.15.el6, see https://rhn.redhat.com/errata/RHSA-2011-0498.html and https://rhn.redhat.com/errata/RHSA-2011-0542.html
+
+* Fri May 20 2011 S.ÇaÄŸlar Onur <caglar@verivue.com> - linux-2.6-32-18
+- fix read-only ext4 problem when /vserver uses barrier
+
+* Fri May 20 2011 S.ÇaÄŸlar Onur <caglar@verivue.com> - linux-2.6-32-17
+- bump to 2.6.32-131.0.15.el6, see https://rhn.redhat.com/errata/RHSA-2011-0498.html and https://rhn.redhat.com/errata/RHSA-2011-0542.html
+
+* Tue May 10 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.15.el6]
+- [build] disable Werr for external modules (Aristeu Rozanski) [703504]
+
+* Mon May 09 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.14.el6]
+- [scsi] hpsa: fix reading a write only register causes a hang (Rob Evers) [703262]
+- [scsi] mpt2sas: remove the use of writeq, since writeq is not atomic (Tomas Henzl) [701947]
+
+* Mon May 02 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.13.el6]
+- [scsi] hpsa: fix lost command problem (Tomas Henzl) [700430]
+- [scsi] cciss: fix lost command problem (Tomas Henzl) [700430]
+- [scsi] ibft: fix oops during boot (Mike Christie) [698737]
+
+* Sun May 01 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.12.el6]
+- [scsi] beiscsi: update version (Mike Christie) [674340]
+- [scsi] be2iscsi: fix chip cleanup (Mike Christie) [674340]
+- [scsi] be2iscsi: fix boot hang due to interrupts not getting rearmed (Mike Christie) [674340]
+- [scsi] bnx2fc: fix regression due to incorrect setup of em for npiv port (Mike Christie) [700672]
+- [ppc] pseries: Use a kmem cache for DTL buffers (Steve Best) [695678]
+
+* Fri Apr 29 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.11.el6]
+- [kdump] revert commit 8f4ec27fc to keep crashkernel=auto (Amerigo Wang) [605786]
+
+* Wed Apr 27 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.10.el6]
+- [netdrv] cnic: fix hang due to rtnl_lock (Mike Christie) [694874]
+- [netdrv] firmware: re-add the recently deleted bnx2x fw 6.2.5.0 (Michal Schmidt) [690470]
+- [netdrv] firmware/bnx2x: add 6.2.9.0 fw, remove unused fw (Michal Schmidt) [690470]
+- [netdrv] bnx2x, cnic: Disable iSCSI if DCBX negotiation is successful (Michal Schmidt) [690470]
+- [netdrv] bnx2x: don't write dcb/llfc fields in STORM memory (Michal Schmidt) [690470]
+- [netdrv] bnx2x: Update firmware to 6.2.9 (Michal Schmidt) [690470]
+
+* Tue Apr 26 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.9.el6]
+- [net] limit socket backlog add operation to prevent possible DoS (Jiri Pirko) [694396] {CVE-2010-4251}
+- [scsi] mpt2sas: prevent heap overflows and unchecked (Tomas Henzl) [694023] {CVE-2011-1494 CVE-2011-1495}
+- [fs] epoll: prevent creating circular epoll structures (Don Howard) [681683] {CVE-2011-1082}
+- [mm] Prevent page_fault at do_mm_track_pte+0xc when Stratus dirty page tracking is active (Larry Woodman) [693786]
+- [fs] GFS2 causes kernel panic in spectator mode (Steven Whitehouse) [696535]
+- [net] bonding: interface doesn't issue IGMP report on slave interface during failover (Flavio Leitner) [640690]
+- [scsi] isci: validate oem parameters early, and fallback (David Milburn) [698016]
+- [scsi] isci: fix oem parameter header definition (David Milburn) [698016]
+
+* Mon Apr 25 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.8.el6]
+- [scsi] mark bfa fc adapters tech preview (Rob Evers) [698384]
+- [virt] Revert pdpte registers are not flushed when PGD entry is changed in x86 PAE mode (Aristeu Rozanski) [691310]
+- [i686] nmi watchdog: Enable panic on hardlockup (Don Zickus) [677532]
+- [netdrv] Adding Chelsio Firmware for cxgb4 (Neil Horman) [691929]
+
+* Thu Apr 21 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.7.el6]
+- [virt] x86: better fix for race between nmi injection and enabling nmi window (Aristeu Rozanski)
+- [virt] x86: revert "fix race between nmi injection and enabling nmi window" (Aristeu Rozanski)
+
+* Wed Apr 20 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.6.el6]
+- [net] bonding: fix jiffy comparison issues (Andy Gospodarek) [696337]
+
+* Tue Apr 19 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.5.el6]
+- [kernel] perf: add script command help (Jiri Olsa) [693050]
+- [drm] radeon/kms: make radeon i2c put/get bytes less noisy (Frank Arnold) [693829]
+- [drm] radeon/kms: fix hardcoded EDID handling (Frank Arnold) [693829]
+- [x86] Revert "[x86] perf: P4 PMU - Fix unflagged overflows handling" (Don Zickus) [688547]
+- [x86] perf: let everyone share counters on a P4 machine (Don Zickus) [688547]
+- [fs] nfs: Ensure that NFS4 acl requests don't use slab in skb fraglist (Neil Horman) [682645] {CVE-2011-1090}
+- [fs] partitions: Validate map_count in Mac partition tables (Danny Feng) [679286] {CVE-2011-1010}
+
+* Tue Apr 19 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.4.el6]
+- [scsi] ibft: search for broadcom specific ibft sign (Mike Christie) [696275]
+- [fs] Fix corrupted OSF partition table parsing (Danny Feng) [688025] {CVE-2011-1163}
+- [netdrv] ixgbe: DCB, X540 devices do not respond to pause frames (Andy Gospodarek) [694930]
+- [netdrv] ixgbe: DCB, misallocated packet buffer size with X540 device (Andy Gospodarek) [694930]
+- [netdrv] ixgbe: refactor common start_hw code for 82599 and x54 (Andy Gospodarek) [694930]
+- [netdrv] ixgbe: balance free_irq calls with request_irq calls (Andy Gospodarek) [692988]
+
+* Mon Apr 18 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.3.el6]
+- [net] sctp: fix the INIT/INIT-ACK chunk length calculation (Thomas Graf) [690743] {CVE-2011-1573}
+- [kernel] sched: Fix granularity of task_u/stime() (Jerome Marchand) [690998]
+- [pci] Call PCIe _OSC methods earlier (Matthew Garrett) [693974]
+- [fs] nfs: use unstable writes for groups of small DIO writes (Jeff Layton) [694309]
+- [net] CAN: Use inode instead of kernel address for /proc file (Danny Feng) [664561] {CVE-2010-4565}
+- [x86] mce: reject CEs on Westmere EX MCE bank 6 (Prarit Bhargava) [694891]
+- [scsi] libfcoe: Incorrect CVL handling for NPIV ports (Mike Christie) [694906]
+- [x86] perf: Complain louder about BIOSen corrupting CPU/PMU state and continue (Don Zickus) [694913]
+- [fs] inotify: fix double free/corruption of stuct user (Eric Paris) [656832] {CVE-2010-4250}
+- [netdrv] netxen: limit skb frags for non tso packet (Chad Dupuis) [695478]
+- [fs] nfsd4: fix oops on lock failure (J. Bruce Fields) [696376]
+- [netdrv] Return bnx2 firmware files to Makefile (John Feeney) [696365]
+- [scsi] be2iscsi: fix be2iscsi rmmod (Mike Christie) [695585]
+- [netdrv] qlcnic: limit skb frags for non tso packet (Bob Picco) [695488]
+- [md] Cleanup after raid45->raid0 takeover (Dean Nelson) [694106]
+- [md] revert "Cleanup after raid45->raid0 takeover patch" (Dean Nelson) [694106]
+- [net] bonding: fix incorrect tx queue offset (Andy Gospodarek) [695548] {CVE-2011-1581}
+- [netdrv] igb: for 82576 EEPROMs reporting invalid size default to 16kB (Stefan Assmann) [695751]
+- [pci] return correct value when writing to the "reset" attribute (Alex Williamson) [690291]
+- [kernel] Initalize call_single_queue during boot to handle left over ipi (Neil Horman) [680478]
+
+* Fri Apr 15 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.2.el6]
+- [virt] x86: better fix for race between nmi injection and enabling nmi window (Marcelo Tosatti) [684719]
+- [virt] x86: revert "fix race between nmi injection and enabling nmi window" (Marcelo Tosatti) [684719]
+
+* Tue Apr 12 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.0.1.el6]
+- [mm] pdpte registers are not flushed when PGD entry is changed in x86 PAE mode (Larry Woodman) [691310]
+- [drm] i915: backports from stable to fix some regressions (Dave Airlie) [690865]
+- [fs] svcrpc: complete svsk processing on cb receive failure (J. Bruce Fields) [629030]
+- [ppc] pseries: fix hang caused by missing spin_unlock in dtl_disable (Steve Best) [694327]
+- [ppc] pseries: Disable VPNH feature (Steve Best) [694266]
+- [netdrv] bna: Avoid kernel panic in case of FW heartbeat failure (Ivan Vecera) [694115]
+- [input] wacom: Move the cintiq initialization down (Peter Hutterer) [693573]
+- [input] wacom: specify Cinitq supported tools (Peter Hutterer) [693573]
+- [input] wacom: fix pressure in Cintiq 21UX2 (Peter Hutterer) [693573]
+- [input] wacom: fix serial number handling on Cintiq 21UX2 (Peter Hutterer) [693573]
+- [input] wacom: add Cintiq 21UX2 and Intuos4 WL (Peter Hutterer) [693573]
+- [kernel] spec: strip note and comment from ppc64's vmlinux before checksum is calculated (Aristeu Rozanski) [692515]
+- [scsi] fcoe: have fcoe log off and lport destroy before ndo_fcoe_disable (Mike Christie) [691611]
+- [scsi] libfc: rec tov value and REC_TOV_CONST units usages is incorrect (Mike Christie) [691611]
+- [scsi] libfcoe: fix wrong comment in fcoe_transport_detach (Mike Christie) [691611]
+- [scsi] libfcoe: clean up netdev mapping properly when the transport goes away (Mike Christie) [691611]
+- [scsi] fcoe: remove unnecessary module state check (Mike Christie) [691611]
+- [scsi] fcoe: Remove mutex_trylock/restart_syscall checks (Mike Christie) [691611]
+- [scsi] libfcoe: Remove mutex_trylock/restart_syscall checks (Mike Christie) [691611]
+- [scsi] fcoe: correct checking for bonding (Mike Christie) [691611]
+- [scsi] fcoe: fix broken fcoe interface reset (Mike Christie) [691611]
+- [scsi] fcoe: precedence bug in fcoe_filter_frames() (Mike Christie) [691611]
+- [scsi] libfcoe: Move FCOE_MTU definition from fcoe.h to libfcoe.h (Mike Christie) [691611]
+- [scsi] libfc: remove duplicate ema_list init (Mike Christie) [691611]
+- [scsi] fcoe, libfc: initialize EM anchors list and then update npiv EMs (Mike Christie) [691611]
+- [scsi] libfc: Fixing a memory leak when destroying an interface (Mike Christie) [691611]
+- [scsi] fc: Add GSPN_ID request to header file (Mike Christie) [691611]
+- [scsi] hpsa: fix pci_device_id table (Tomas Henzl) [684997]
+- [netdrv] ixgbe: only enable WoL for magic packet by default (Andy Gospodarek) [632598]
+- [mm] zram: disable zram on ppc64 (Jerome Marchand) [661293]
+- [mm] zram: update config file (Jerome Marchand) [661293]
+- [mm] zram: initialize device on first read (Jerome Marchand) [661293]
+- [mm] zram: fix data corruption issue (Jerome Marchand) [661293]
+- [mm] zram: xvmalloc: combine duplicate block delete code (Jerome Marchand) [661293]
+- [mm] zram: Return zero'd pages on new reads (Jerome Marchand) [661293]
+- [mm] zram: xvmalloc: Close 32byte hole on 64bit CPUs (Jerome Marchand) [661293]
+- [mm] zram: xvmalloc: create CONFIG_ZRAM_DEBUG for debug code (Jerome Marchand) [661293]
+- [mm] zram: xvmalloc: free bit block insertion optimization (Jerome Marchand) [661293]
+- [mm] zram: Prevent overflow in logical block size (Jerome Marchand) [661293]
+- [mm] zram: vmalloc: Correct tunings to enable use with 64K pages (Jerome Marchand) [661293]
+- [mm] zram: xvmalloc.c: Fix a typo (Jerome Marchand) [661293]
+- [mm] zram: Fix sparse warning 'Using plain integer as NULL pointer' (Jerome Marchand) [661293]
+
+* Mon Apr 11 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-131.el6]
+- [tracing] t_start: reset FTRACE_ITER_HASH in case of seek/pread (Jiri Olsa) [631626] {CVE-2010-3079}
+- [scsi] scsi_dh_rdac: fix for lun_table update for rdac (Rob Evers) [687878]
+- [usb] EHCI: unlink unused QHs when the controller is stopped (Don Zickus) [680987]
+- [fs] Revert "[fs] sunrpc: Use static const char arrays" (Steve Dickson) [690754]
+- [fs] sunrpc: Propagate errors from xs_bind() through xs_create_sock() (Steve Dickson) [689777]
+- [net] netfilter: ipt_CLUSTERIP: fix buffer overflow (Jiri Pirko) [689342]
+- [net] ipv6: netfilter: ip6_tables: fix infoleak to userspace (Jiri Pirko) [689351] {CVE-2011-1172}
+- [net] netfilter: ip_tables: fix infoleak to userspace (Jiri Pirko) [689334] {CVE-2011-1171}
+- [net] netfilter: arp_tables: fix infoleak to userspace (Jiri Pirko) [689325] {CVE-2011-1170}
+- [kernel] remove kernel-debuginfo-common requires from perf-debuginfo (Jason Baron) [682012]
+- [drm] radeon/kms: check AA resolve registers on r300 + regression fix (Dave Airlie) [680002] {CVE-2011-1016}
+- [net] fix ebtables stack infoleak (Eugene Teo) [681323] {CVE-2011-1080}
+- [drm] fix unsigned vs signed comparison issue in modeset ctl ioctl (Don Howard) [679928] {CVE-2011-1013}
+- [fs] svcrpc: take advantage of tcp autotuning (J. Bruce Fields) [629030]
+- [fs] SUNRPC: Don't wait for full record to receive tcp data (J. Bruce Fields) [629030]
+- [net] svcrpc: copy cb reply instead of pages (J. Bruce Fields) [629030]
+- [fs] svcrpc: close connection if client sends short packet (J. Bruce Fields) [629030]
+- [fs] svcrpc: note network-order types in svc_process_calldir (J. Bruce Fields) [629030]
+- [fs] SUNRPC: svc_tcp_recvfrom cleanup (J. Bruce Fields) [629030]
+- [fs] SUNRPC: requeue tcp socket less frequently (J. Bruce Fields) [629030]
+- [fs] rpc: move sk_bc_xprt to svc_xprt (J. Bruce Fields) [629030]
+- [acpi] ACPICA: Truncate I/O addresses to 16 bits for Windows compatibility (Frank Arnold) [593766]
+
+* Sat Apr 09 2011 S.ÇaÄŸlar Onur <caglar@verivue.com> - linux-2.6-32-16
+- bump to 2.6.32-71.24.1.el6, see https://rhn.redhat.com/errata/RHSA-2011-0421.html
+
+* Tue Apr 05 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-130.el6]
+- [kernel] kcore: restrict access to the whole memory (Amerigo Wang) [663864]
+- [scsi] libsas: flush initial device discovery before completing ->scan_finished (David Milburn) [682265]
+- [md] Cleanup after raid45->raid0 takeover (Doug Ledford) [688725]
+- [md] partition detection when array becomes active (Doug Ledford) [688725]
+- [md] avoid spinlock problem in blk_throtl_exit (Doug Ledford) [679096 688725]
+- [md] correctly handle probe of an 'mdp' device (Doug Ledford) [688725]
+- [md] don't set_capacity before array is active (Doug Ledford) [688725]
+- [md] Fix raid1->raid0 takeover (Doug Ledford) [688725]
+- [md] process hangs at wait_barrier after 0->10 takeover (Doug Ledford) [688725]
+- [md] md_make_request: don't touch the bio after calling make_request (Doug Ledford) [688725]
+- [md] Don't allow slot_store while resync/recovery is happening (Doug Ledford) [688725]
+- [md] don't clear curr_resync_completed at end of resync (Doug Ledford) [688725]
+- [md] Don't use remove_and_add_spares to remove failed devices from a read-only array (Doug Ledford) [688725]
+- [md] Add raid1->raid0 takeover support (Doug Ledford) [688725]
+- [md] Remove the AllReserved flag for component devices (Doug Ledford) [688725]
+- [md] don't abort checking spares as soon as one cannot be added (Doug Ledford) [688725]
+- [md] fix the test for finding spares in raid5_start_reshape (Doug Ledford) [688725]
+- [md] simplify some 'if' conditionals in raid5_start_reshape (Doug Ledford) [688725]
+- [md] revert change to raid_disks on failure (Doug Ledford) [688725]
+- [md] Fix removal of extra drives when converting RAID6 to RAID5 (Doug Ledford) [688725]
+- [md] range check slot number when manually adding a spare (Doug Ledford) [688725]
+- [md] raid5: handle manually-added spares in start_reshape (Doug Ledford) [688725]
+- [md] fix sync_completed reporting for very large drives (>2TB) (Doug Ledford) [688725]
+- [md] allow suspend_lo and suspend_hi to decrease as well as increase (Doug Ledford) [688725]
+- [md] Don't let implementation detail of curr_resync leak out through sysfs (Doug Ledford) [688725]
+- [md] separate meta and data devs (Doug Ledford) [688725]
+- [md] add new param to_sync_page_io() (Doug Ledford) [688725]
+- [md] new param to calc_dev_sboffset (Doug Ledford) [688725]
+- [md] Be more careful about clearing flags bit in ->recovery (Doug Ledford) [688725]
+- [md] md_stop_writes requires mddev_lock (Doug Ledford) [688725]
+- [md] raid5: use sysfs_notify_dirent_safe to avoid NULL pointer (Doug Ledford) [688725]
+- [md] Ensure no IO request to get md device before it is properly initialised (Doug Ledford) [688725]
+- [md] Fix single printks with multiple KERN_<level>s (Doug Ledford) [688725]
+- [md] fix regression resulting in delays in clearing bits in a bitmap (Doug Ledford) [688725]
+- [md] fix regression with re-adding devices to arrays with no metadata (Doug Ledford) [688725]
+- [md] pick some changes from commits to match upstream (Doug Ledford) [688725]
+- [md] raid1: add takeover support for raid5->raid1 (Doug Ledford) [688725]
+- [md] pick up some percpu annotations that upstream has (Doug Ledford) [688725]
+- [md] update includes to match upstream (Doug Ledford) [688725]
+- [scsi] isci: fix fragile/conditional isci_host lookups (David Milburn) [691591]
+- [scsi] isci: cleanup isci_remote_device[_not]_ready interface (David Milburn) [691591]
+- [scsi] isci: Qualify when the host lock is managed for STP/SATA callbacks (David Milburn) [691591]
+- [scsi] isci: Fix use of SATA soft reset state machine (David Milburn) [691591]
+- [scsi] isci: Free host lock for SATA/STP abort escalation at submission time (David Milburn) [691591]
+- [scsi] isci: Properly handle requests in the "aborting" state (David Milburn) [691591]
+- [scsi] isci: Remove "screaming" data types (David Milburn) [691591]
+- [scsi] isci: remove unused "remote_device_started" (David Milburn) [691591]
+- [scsi] isci: namespacecheck cleanups (David Milburn) [691591]
+- [scsi] isci: kill some long macros (David Milburn) [691591]
+- [scsi] isci: reorder init to cleanup unneeded declarations (David Milburn) [691591]
+- [scsi] isci: Remove event_* calls as they are just wrappers (David Milburn) [691591]
+- [netdrv] iwlagn: Support new 5000 microcode (Stanislaw Gruszka) [682742]
+- [netdrv] iwlwifi: fix dma mappings and skbs leak (Stanislaw Gruszka) [682726]
+- [netdrv] iwl3945: remove plcp check (Stanislaw Gruszka) [679002]
+- [netdrv] iwlwifi: add {ack,plpc}_check module parameters (Stanislaw Gruszka) [620501]
+- [fs] ext4: Fix ext4_quota_write cross block boundary behaviour (Lukas Czerner) [680105]
+- [fs] quota: Don't write quota info in dquot_commit() (Lukas Czerner) [680105]
+- [netdrv] be2net: Change f/w command versions for Lancer (Ivan Vecera) [685027]
+- [netdrv] be2net: Remove ERR compl workaround for Lancer (Ivan Vecera) [685027]
+- [netdrv] be2net: fix to ignore transparent vlan ids wrongly indicated by NIC (Ivan Vecera) [685027]
+- [netdrv] be2net: pass proper hdr_size while flashing redboot (Ivan Vecera) [685027]
+- [netdrv] be2net: Allow VFs to call be_cmd_reset_function (Ivan Vecera) [685027]
+- [netdrv] be2net: pass domain numbers for pmac_add/del functions (Ivan Vecera) [685027]
+- [netdrv] be2net: Initialize and cleanup sriov resources only if pci_enable_sriov has succeeded (Ivan Vecera) [685027]
+- [netdrv] be2net: Use domain id when be_cmd_if_destroy is called (Ivan Vecera) [685027]
+- [netdrv] be2net: While configuring QOS for VF, pass proper domain id (Ivan Vecera) [685027]
+- [netdrv] benet: Avoid potential null deref in be_cmd_get_seeprom_data() (Ivan Vecera) [685027]
+- [netdrv] benet: fix be_cmd_multicast_set() memcpy bug (Ivan Vecera) [685027]
+- [ppc] kdump: Override crash_free_reserved_phys_range to avoid freeing RTAS (Steve Best) [672983]
+- [kernel] kdump: Allow shrinking of kdump region to be overridden (Steve Best) [672983]
+- [scsi] bnx2fc: Bumped version to 1.0.2 (Mike Christie) [683153]
+- [scsi] bnx2fc: Fix kernel panic when deleting NPIV ports (Mike Christie) [683153]
+- [scsi] bnx2fc: scsi_dma_unmap() not invoked on IO completions (Mike Christie) [683153]
+- [scsi] bnx2fc: host stats show the link speed 'unknown' on NIC partitioned interfaces (Mike Christie) [683153]
+- [scsi] bnx2fc: IO completion not processed due to missed wakeup (Mike Christie) [683153]
+- [scsi] bnx2fc: Bump version to 1.0.1 (Mike Christie) [683153]
+- [scsi] bnx2fc: Remove unnecessary module state checks (Mike Christie) [683153]
+- [scsi] bnx2fc: Fix MTU issue by using static MTU (Mike Christie) [683153]
+- [scsi] bnx2fc: Remove network bonding checking (Mike Christie) [683153]
+- [scsi] bnx2fc: Call bnx2fc_return_rqe and bnx2fc_get_next_rqe with tgt lock held (Mike Christie) [683153]
+- [scsi] bnx2fc: common free list for cleanup commands (Mike Christie) [683153]
+- [scsi] bnx2fc: Remove rtnl_trylock/restart_syscall checks (Mike Christie) [683153]
+- [netdrv] cnic: Fix lost interrupt on bnx2x (Mike Christie) [683153]
+- [netdrv] cnic: Prevent status block race conditions with hardware (Mike Christie) [683153]
+- [kernel] ring-buffer: Use sync sched protection on ring buffer resizing (Jiri Olsa) [676583]
+- [kernel] tracing: avoid soft lockup in trace_pipe (Jiri Olsa) [676583]
+- [kernel] tracing: Fix a race in function profile (Jiri Olsa) [676583]
+- [block] cfq-iosched: Don't update group weights when on service tree (Vivek Goyal) [689551]
+- [block] cfq-iosched: Get rid of on_st flag (Vivek Goyal) [689551]
+- [net] tcp_cubic: fix low utilization of CUBIC with HyStart (Thomas Graf) [616985]
+- [net] tcp_cubic: make the delay threshold of HyStart less sensitive (Thomas Graf) [616985]
+- [net] tcp_cubic: enable high resolution ack time if needed (Thomas Graf) [616985]
+- [net] tcp_cubic: fix clock dependency (Thomas Graf) [616985]
+- [net] tcp_cubic: make ack train delta value a parameter (Thomas Graf) [616985]
+- [net] tcp_cubic: fix comparison of jiffies (Thomas Graf) [616985]
+- [net] tcp: fix RTT for quick packets in congestion control (Thomas Graf) [616985]
+- [fs] fix GFS2 filesystem hang caused by incorrect lock order (Robert S Peterson) [651584]
+- [fs] btrfs: bring us up to date with .38 (Josef Bacik) [684667]
+- [ppc] add dynamic dma window support minor updates (Steve Best) [691952]
+- [ppc] ptrace: Remove BUG_ON when full register set not available (Steve Best) [678099]
+- [ppc] pseries: Disable MSI using new interface if possible (Steve Best) [684961]
+- [ppc] kexec: Fix orphaned offline CPUs across kexec (Steve Best) [682875]
+- [net] ipsec: Disable granular bundles (Herbert Xu) [631833]
+- [scsi] libsas: fix runaway error handler problem (David Milburn) [691527]
+- [scsi] mpt2sas: Added customer specific display support (Tomas Henzl) [684841]
+- [scsi] Add next gen Dell Powervault controller MD36xxf into RDAC device list (Shyam Iyer) [688979]
+- [kernel] perf: Fix task context scheduling (Jiri Olsa) [688065]
+- [drm] nouveau: disable acceleration on NVA3/NVA5/NVA8/NVAF by default (Ben Skeggs) [684816]
+- [kernel] radix: don't tag the root if we didn't tag within our range (Josef Bacik) [681439]
+- [block] blk-throttle: Do not use kblockd workqueue for throtl work (Vivek Goyal) [681360]
+- [sound] ALSA: HDA hdmi related fixes (Jaroslav Kysela) [671501]
+- [pci] Preserve Existing pci sort whitelists for Dell systems (Shyam Iyer) [688954]
+- [x86] perf: Add support for AMD family 15h core counters family 15h core counters (Robert Richter) [635671]
+- [x86] hpwdt: fix section mismatch warning (Prarit Bhargava) [689837]
+- [x86] UV: Correct kABI from upstream (George Beshers) [684957]
+- [x86] When cleaning MTRRs, do not fold WP into UC (Prarit Bhargava) [682758]
+- [virt] xen-blkfront: handle Xen major numbers other than XENVBD (Andrew Jones) [691339]
+- [virt] Fix regression with SMP guests (Zachary Amsden) [681133]
+- [netdrv] enic: update to version 2.1.1.13 (Andy Gospodarek) [684865]
+- [netdrv] igb: full support for i350 devices (Stefan Assmann) [687932]
+- [fs] NFS: Fix a hang/infinite loop in nfs_wb_page() (Steve Dickson) [672305]
+- [fs] nfsd: fix auth_domain reference leak on nlm operations (J. Bruce Fields) [690900]
+- [fs] svcrpc: ensure cache_check caller sees updated entry (J. Bruce Fields) [690900]
+- [fs] svcrpc: take lock on turning entry NEGATIVE in cache_check (J. Bruce Fields) [690900]
+- [fs] svcrpc: modifying valid sunrpc cache entries is racy (J. Bruce Fields) [690900]
+- [fs] sunrpc: extract some common sunrpc_cache code from nfsd (Steve Dickson) [690900]
+- [infiniband] RDMA/cxgb4: Initialization errors can cause crash (Steve Best) [647013]
+- [infiniband] RDMA/cxgb4: Don't change QP state outside EP lock (Steve Best) [647013]
+- [infiniband] RDMA/cxgb4: Remove db_drop_task (Steve Best) [647013]
+- [infiniband] RDMA/cxgb4: Do CIDX_INC updates every 1/16 CQ depth CQE reaps (Steve Best) [647013]
+- [infiniband] RDMA/cxgb4: Dispatch FATAL event on EEH errors (Steve Best) [647013]
+- [infiniband] RDMA/cxgb4: Set the correct device physical function for iwarp connections (Steve Best) [647013]
+- [infiniband] RDMA/cxgb4: limit MAXBURST EQ context field to 256B (Steve Best) [647013]
+- [infiniband] RDMA/cxgb4: Don't re-init wait object in init/fini paths (Steve Best) [647013]
+- [infiniband] RMDA/cxgb4 kfifo changes (Steve Best) [647013]
+- [netdrv] cxgb4 driver update (Neil Horman) [647006]
+- [tracing] Add unstable sched clock note to the warning (Jiri Olsa) [666264]
+- [x86] Reevaluate T-states on CPU hot-add (Matthew Garrett) [673442]
+- [scsi] libsas: fix/amend device gone notification in sas_deform_port (David Milburn) [682315]
+- [kdump] kexec: move the crashkernel=auto logic into kernel spec file (Amerigo Wang) [605786]
+
+* Mon Apr 04 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-129.el6]
+- [fs] buffer: make invalidate_bdev() drain all percpu LRU add caches (Dave Chinner) [665056]
+- [s390x] uaccess: missing sacf in uaccess error handling (Hendrik Brueckner) [670555]
+- [v4l] media: minor v4l/dvb/rc regression fixes (Jarod Wilson) [682906]
+- [kernel] capabilities: do not special case calculation of pE during exec of init (Eric Paris) [684008]
+- [scsi] qla2xxx: Update version number to 8.03.07.03.06.1-k (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Display hardware/firmware registers to get more information about the error for ISP82xx (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Updated the reset sequence for ISP82xx (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Limit the logs in case device state does not change for ISP82xx (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Add test for valid loop id to qla2x00_relogin() (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Remove extra call to qla82xx_check_fw_alive() (Chad Dupuis) [686341]
+- [scsi] Revert "qla2xxx: Remove code to not reset ISP82xx on failure" (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Log fcport state transitions when debug messages are enabled (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Free firmware PCB on logout request (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Include request queue ID in the upper 16-bits of the I/O handle for Abort I/O IOCBs (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Perform FCoE context reset before trying adapter reset for ISP82xx (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Update copyright banner (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Verify login-state has transitioned to PRLI-completed (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Remove extraneous setting of FCF_ASYNC_SENT during login-done completion (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Check for a match before attempting to set FCP-priority information (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Correct calling contexts of qla2x00_mark_device_lost() in async paths (Chad Dupuis) [686341]
+- [scsi] qla2xxx: Display PortID information during FCP command-status handling (Chad Dupuis) [686341]
+- [misc] mark various drivers/features as tech preview (Don Zickus) [689566]
+- [mm] compaction beware writeback (Andrea Arcangeli) [690921]
+- [scsi] megaraid_sas: Version and Changelog update (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Fix iMR OCR support to work correctly (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Fix max_sectors for IEEE SGL (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Fix fault state handling (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Fix tasklet_init call (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Add CFG_CLEARED AEN (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Fix megasas_build_dcdb_fusion to use correct LUN field (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Fix megasas_build_dcdb_fusion to not filter by TYPE_DISK (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Call tasklet_schedule for MSI-X (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Enable MSI-X before calling megasas_init_fw (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Add missing check_and_restore_queue_depth call (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Fix failure gotos (Shyam Iyer) [692673]
+- [scsi] megaraid_sas: Fix probe_one to clear MSI-X flags in kdump (Tomas Henzl) [682110]
+- [fs] jbd/ocfs2: Fix block checksumming when a buffer is used in several transactions (Eric Sandeen) [618440]
+- [x86] UV: RHEL: avoid parsing the ACPI OSC table (George Beshers) [619426]
+- [x86] UV: Fix the effect of extra bits in the hub nodeid register (George Beshers) [619426]
+- [x86] UV: use native_halt on a halt (George Beshers) [619426]
+- [x86] UV: Fix initialization of max_pnode (George Beshers) [619426]
+- [x86] UV: Add common uv_early_read_mmr() function for reading MMR (George Beshers) [619426]
+- [x86] UV: Fix a problem with long bitops during boot (George Beshers) [619426]
+- [x86] UV: use BOOT_ACPI after crash dump (George Beshers) [619426]
+- [x86] UV: Make kdump avoid stack dumps (George Beshers) [619426]
+- [x86] UV: NMI_UNKNOWN (George Beshers) [619426]
+- [x86] UV: Upstream enable NMI backtrace (George Beshers) [619426]
+- [x86] Fix AMD PMU detection issue (Frank Arnold) [689065]
+- [s390x] tape: deadlock on global work queue (Hendrik Brueckner) [681306]
+- [s390x] qeth: remove needless IPA-commands in offline (Hendrik Brueckner) [679514]
+- [s390x] qeth: allow channel path changes in suspend state (Hendrik Brueckner) [678067]
+- [netdrv] ixgbe: receive packet statistics not incrementing (Andy Gospodarek) [689032]
+- [netdrv] bnx2: update driver to latest upstream (Neil Horman) [669813]
+- [mm] memcg: avoid deadlock between charge moving and try_charge() (Johannes Weiner) [592269]
+- [mm] memcg: move charges of file pages (Johannes Weiner) [592269]
+- [mm] memcg: clean up charge moving (Johannes Weiner) [592269]
+- [mm] memcg: improve performance of swap charge moving (Johannes Weiner) [592269]
+- [mm] memcg: move charges of anonymous swap (Johannes Weiner) [592269]
+- [mm] memcg: avoid oom during charge moving (Johannes Weiner) [592269]
+- [mm] memcg: improve performance of moving charges (Johannes Weiner) [592269]
+- [mm] memcg: move charges of anonymous pages (Johannes Weiner) [592269]
+- [mm] memcg: add interface to move charge at task migration (Johannes Weiner) [592269]
+- [kernel] cgroup: introduce __css_get/put() for multiple references (Johannes Weiner) [592269]
+- [kernel] cgroup: introduce cancel_attach() (Johannes Weiner) [592269]
+- [mm] memcg: remove memcg_tasklist mutex (Johannes Weiner) [592269]
+- [mm] memcg: cleanup mem_cgroup_move_parent() (Johannes Weiner) [592269]
+- [mm] memcg: add mem_cgroup_cancel_charge() (Johannes Weiner) [592269]
+
+* Wed Mar 30 2011 S.ÇaÄŸlar Onur <caglar@verivue.com> - linux-2.6-32-15
+- refresh vs patch against latest upstream release (aka. vs2.3.0.36.29.4 --> vs2.3.0.36.29.6)
+
+* Mon Mar 28 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-128.el6]
+- [netdrv] spec: add phy drivers to initrd (Andy Gospodarek) [650907]
+
+* Mon Mar 28 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-127.el6]
+- [x86] export SMBIOS version via sysfs (Prarit Bhargava) [684329]
+- [fs] aio: fix up kabi breakage (Jeff Moyer) [690224]
+- [scsi] lpfc: Update lpfc version for 8.3.5.30.1p driver release (Rob Evers) [689937]
+- [scsi] lpfc: Fixed an issue where SLI4 adapter running on Powerpc was unable to login into Fabric (Rob Evers) [689937]
+- [scsi] lpfc: Fixed driver sending FLOGI to a disconnected FCF (Rob Evers) [689937]
+- [scsi] lpfc: Merge from upstream: block target when port queuing limit is hit (Rob Evers) [689937]
+- [scsi] lpfc: Merge from upstream: force retry in queuecommand when port is transitioning (Rob Evers) [689937]
+- [scsi] lpfc: Fix bug with incorrect BLS Response to BLS Abort (Rob Evers) [689937]
+- [scsi] lpfc: Fixed crash when mailbox commands timeout through BSG (Rob Evers) [689937]
+- [scsi] lpfc: Fix rrq cleanup for vport delete (Rob Evers) [689937]
+- [scsi] lpfc: LOGO completion routine must invalidate both RPI and D_ID (Rob Evers) [689937]
+- [scsi] lpfc: Do not take lock when clearing rrq active (Rob Evers) [689937]
+- [scsi] lpfc: Save IRQ level when taking host_lock in findnode_did (Rob Evers) [689937]
+- [scsi] lpfc: Fixed hang in lpfc_get_scsi_buf_s4 (Rob Evers) [689937]
+- [scsi] lpfc: Fix xri lookup for received rrq (Rob Evers) [689937]
+- [scsi] lpfc: Fixed missed setting of RRQ active for target aborted IOs (Rob Evers) [689937]
+- [scsi] lpfc: Fixed fdisc sent with invalid VPI (Rob Evers) [689937]
+- [scsi] lpfc: Fixed UE error reported by OneConnect UCNA BE2 hba with f/w 2.702.542.0 during reboot (Rob Evers) [689937]
+- [scsi] lpfc: Fixed XRI reuse issue. (Rob Evers) [689937]
+- [scsi] lpfc: Unreg login when PLOGI received from logged in port (Rob Evers) [689937]
+- [scsi] lpfc: Fixed crashes for NULL vport dereference (Rob Evers) [689937]
+- [scsi] lpfc: Fix for kmalloc failures in lpfc_workq_post_event (build error fix) (Rob Evers) [689937]
+- [scsi] lpfc: Fix for kmalloc failures in lpfc_workq_post_event (Rob Evers) [689937]
+- [scsi] lpfc: Adjust payload_length and request_length for sli4_config mailbox commands (Rob Evers) [689937]
+- [fs] NFSD, VFS: Remove dead code in nfsd_rename() (J. Bruce Fields) [687935]
+- [fs] nfsd: break lease on unlink due to rename (J. Bruce Fields) [687935]
+- [fs] nfsd4: fix struct file leak (J. Bruce Fields) [687921]
+- [fs] nfsd4: minor nfs4state.c reshuffling (J. Bruce Fields) [687921]
+- [mm] thp+memcg-numa: fix BUG at mm.h:370 (Andrea Arcangeli) [687918]
+- [mm] memcg: never OOM when charging huge pages, reinstated (Johannes Weiner) [685161]
+- [ata] ahci: AHCI mode SATA patch for Intel Patsburg SATA RAID controller (David Milburn) [684366]
+- [fs] GFS2: directly write blocks past i_size (Benjamin Marzinski) [684115]
+- [net] netfilter: fix xt_AUDIT to work with ebtables (Thomas Graf) [683888]
+- [net] bonding: change test for presence of VLANs (Jiri Pirko) [683496]
+- [x86] UV: Initialize the broadcast assist unit base destination node id properly (Dean Nelson) [683268]
+- [ppc] add missing mutex lock/unlock to device_pm_pre_add and device_pm_pre_add_cleanup (Steve Best) [683115]
+- [mm] thp: fix page_referenced to modify mapcount/vm_flags only if page is found (Andrea Arcangeli) [683073]
+- [netdrv] niu: Fix races between up/down and get_stats (Stefan Assmann) [683069]
+- [fs] ext4: don't scan/accumulate more pages than mballoc will allocate (Eric Sandeen) [682831]
+- [powerpc] kdump: CPUs assume the context of the oopsing CPU (Steve Best) [682303]
+- [scsi] cciss: export resettable host attribute (Tomas Henzl) [682239]
+- [scsi] hpsa: export resettable host attribute (Tomas Henzl) [682239]
+- [scsi] hpsa: move device attributes to avoid forward declarations (Tomas Henzl) [682239]
+- [pci] Fix missing pcie_port_platform_notify() (Prarit Bhargava) [681870]
+- [scsi] ipr: Fix a race on multiple configuration changes (Steve Best) [681679]
+- [net] bnep: fix buffer overflow (Don Howard) [681316] {CVE-2011-1079}
+- [pci] Enable ASPM state clearing regardless of policy (Alex Williamson) [681017]
+- [pci] Disable ASPM if BIOS asks us to (Alex Williamson) [681017]
+- [scsi] scsi_dh: fix reference counting in scsi_dh_activate error path (Mike Snitzer) [680140]
+- [scsi] aic94xx: world-writable sysfs update_bios file (Don Howard) [679307]
+- [x86] tc1100-wmi: world-writable sysfs wireless and jogdial files (Don Howard) [679307]
+- [x86] acer-wmi: world-writable sysfs threeg file (Don Howard) [679307]
+- [mfd] ab3100: world-writable debugfs *_priv files (Don Howard) [679307]
+- [v4l] sn9c102: world-wirtable sysfs files (Don Howard) [679307]
+- [virt] unbreak userspace that does not sets tss address (Gleb Natapov) [677314]
+- [virt] fix rcu usage in init_rmode_* functions (Gleb Natapov) [677314]
+- [virt] VMX: Initialize vm86 TSS only once (Gleb Natapov) [677314]
+- [virt] VMX: fix rcu usage warning in init_rmode() (Gleb Natapov) [677314]
+- [netdrv] enic: update to upstream version 2.1.1.6 (Andy Gospodarek) [676134]
+- [net] fix ipv6 binding to device (Shyam Iyer) [675321]
+- [net] add POLLPRI to sock_def_readable() (Jiri Pirko) [672234]
+- [x86] Fix mwait_usable section mismatch (Frank Arnold) [666493]
+- [x86] Fix EFI pagetable to map whole memory (Takao Indoh) [664364]
+- [netdrv] bnx2x: some more fixes from upstream (Michal Schmidt) [635942]
+- [netdrv] bnx2x: bugfixes from driver version 1.62.00-6 (Michal Schmidt) [635942]
+- [netdrv] ixgbe: DCB: enable RSS to be used with DCB (Andy Gospodarek) [684857]
+- [netdrv] ixgbe: DCB, use multiple Tx rings per traffic class (Andy Gospodarek) [684856]
+- [net] Implement infrastructure for HW based QOS (Neil Horman) [634006]
+- [x86] intel-iommu: Fix get_domain_for_dev() error path (Alex Williamson) [619455]
+- [x86] intel-iommu: Unlink domain from iommu (Alex Williamson) [619455]
+
+* Mon Mar 28 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-126.el6]
+- [kernel] CAP_SYS_MODULE bypass via CAP_NET_ADMIN (Phillip Lougher) [681773] {CVE-2011-1019}
+- [kernel] failure to revert address limit override in OOPS error path (Dave Anderson) [659573] {CVE-2010-4258}
+- [fs] xfs: zero proper structure size for geometry calls (Phillip Lougher) [677268]
+- [fs] xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1 (Phillip Lougher) [677268] {CVE-2011-0711}
+- [watchdog] quiet down the boot messages (Don Zickus) [588861 684356]
+- [x86] nmi_watchdog: compile-in i686 but disable by default (Don Zickus) [685021]
+- [kernel] watchdog: Always return NOTIFY_OK during cpu up/down events (Don Zickus) [684649]
+- [kernel] watchdog, nmi: Lower the severity of error messages (Don Zickus) [684649]
+- [kernel] watchdog: Don't change watchdog state on read of sysctl (Don Zickus) [684649]
+- [kernel] watchdog: Fix sysctl consistency (Don Zickus) [684649]
+- [kernel] watchdog: Fix broken nowatchdog logic (Don Zickus) [684649]
+- [scsi] isci: fix apc mode definition (David Milburn) [638569]
+- [scsi] isci: Revert "isci: only call sas_task_abort for tasks with NEED_DEV_RESET" (David Milburn) [638569]
+- [scsi] isci: Revert "isci: reset hardware at init (David Milburn) [638569]
+- [scsi] isci: Revert "isci: SATA/STP and SMP tasks are never explicity put in the error (David Milburn) [638569]
+- [scsi] isci config change (David Milburn) [638569]
+- [scsi] isci: fixes (David Milburn) [638569]
+- [scsi] isci: firmware (David Milburn) [638569]
+- [scsi] isci: lldd (David Milburn) [638569]
+- [scsi] isci/core: common definitions and utility functions (David Milburn) [638569]
+- [scsi] isci/core: base state machine and memory descriptors (David Milburn) [638569]
+- [scsi] isci/core: unsolicited frame handling and registers (David Milburn) [638569]
+- [scsi] isci/core: request (general, ssp and smp) (David Milburn) [638569]
+- [scsi] isci/core: stp (David Milburn) [638569]
+- [scsi] isci/core: remote node context (David Milburn) [638569]
+- [scsi] isci/core: remote device (David Milburn) [638569]
+- [scsi] isci/core: port (David Milburn) [638569]
+- [scsi] isci/core: phy (David Milburn) [638569]
+- [scsi] isci/core: controller (David Milburn) [638569]
+- [x86] introduce pci_map_biosrom() (David Milburn) [683211]
+- [kernel] perf symbols: Avoid resolving [kernel.kallsyms] to real path for buildid cache (Jiri Olsa) [664900]
+- [kernel] perf symbols: Fix vmlinux path when not using --symfs (Jiri Olsa) [664900]
+- [kernel] perf timechart: Fix max number of cpus (Jiri Olsa) [664900]
+- [kernel] perf timechart: Fix black idle boxes in the title (Jiri Olsa) [664900]
+- [kernel] perf hists: Print number of samples, not the period sum (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix thread_map event synthesizing in top and record (Jiri Olsa) [664900]
+- [kernel] perf stat: Fix aggreate counter reading accounting (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix time function double declaration with glibc (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix build by checking if extra warnings are supported (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix build when using gcc 3.4.6 (Jiri Olsa) [664900]
+- [kernel] perf tools: Add missing header, fixes build (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix 64 bit integer format strings (Jiri Olsa) [664900]
+- [kernel] perf test: Fix build on older glibcs (Jiri Olsa) [664900]
+- [kernel] perf test: Use cpu_map->[cpu] when setting affinity (Jiri Olsa) [664900]
+- [kernel] perf symbols: Fix annotation of thumb code (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix tracepoint id to string perf.data header table (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix handling of wildcards in tracepoint event selectors (Jiri Olsa) [664900]
+- [kernel] perf record: Add "nodelay" mode, disabled by default (Jiri Olsa) [664900]
+- [kernel] perf sched: Fix list of events, dropping unsupported ':r' modifier (Jiri Olsa) [664900]
+- [kernel] Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return" (Jiri Olsa) [664900]
+- [kernel] perf top: Fix annotate segv (Jiri Olsa) [664900]
+- [kernel] perf evsel: Fix order of event list deletion (Jiri Olsa) [664900]
+- [kernel] perf session: Fix infinite loop in __perf_session__process_events (Jiri Olsa) [664900]
+- [kernel] perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1) (Jiri Olsa) [664900]
+- [kernel] perf tools: Emit clearer message for sys_perf_event_open ENOENT return (Jiri Olsa) [664900]
+- [kernel] perf stat: better error message for unsupported events (Jiri Olsa) [664900]
+- [kernel] perf sched: Fix allocation result check (Jiri Olsa) [664900]
+- [kernel] perf tools: Pass whole attr to event selectors (Jiri Olsa) [664900]
+- [kernel] perf tools: Build with frame pointer (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix buffer overflow error when specifying all tracepoints (Jiri Olsa) [664900]
+- [kernel] perf script: Make some lists static (Jiri Olsa) [664900]
+- [kernel] perf script: Use the default lost event handler (Jiri Olsa) [664900]
+- [kernel] perf session: Warn about errors when processing pipe events too (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix perf_event.h header usage (Jiri Olsa) [664900]
+- [kernel] perf test: Clarify some error reports in the open syscall test (Jiri Olsa) [664900]
+- [kernel] perf: add DWARF register lookup for s390 (Jiri Olsa) [664900]
+- [kernel] perf timechart: Adjust perf timechart to the new power events (Jiri Olsa) [664900]
+- [kernel] perf test: Add test for counting open syscalls (Jiri Olsa) [664900]
+- [kernel] perf evsel: Auto allocate resources needed for some methods (Jiri Olsa) [664900]
+- [kernel] perf evsel: Use {cpu, thread}_map to shorten list of parameters (Jiri Olsa) [664900]
+- [kernel] perf tools: Refactor all_tids to hold nr and the map (Jiri Olsa) [664900]
+- [kernel] perf tools: Refactor cpumap to hold nr and the map (Jiri Olsa) [664900]
+- [kernel] perf evsel: Introduce per cpu and per thread open helpers (Jiri Olsa) [664900]
+- [kernel] perf evsel: Steal the counter reading routines from stat (Jiri Olsa) [664900]
+- [kernel] perf evsel: Delete the event selectors at exit (Jiri Olsa) [664900]
+- [kernel] perf util: Move do_read from session to util (Jiri Olsa) [664900]
+- [kernel] perf evsel: Adopt MATCH_EVENT macro from 'stat' (Jiri Olsa) [664900]
+- [kernel] perf tools: Introduce event selectors (Jiri Olsa) [664900]
+- [kernel] perf probe: Fix short file name probe location reporting (Jiri Olsa) [664900]
+- [kernel] perf script: Fix event ordering settings to work with older kernels (Jiri Olsa) [664900]
+- [kernel] perf record: Fix use of sample_id_all userspace with !sample_id_all kernels (Jiri Olsa) [664900]
+- [kernel] perf script: Finish the rename from trace to script (Jiri Olsa) [664900]
+- [kernel] perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen (Jiri Olsa) [664900]
+- [kernel] perf test: Look forward for symbol aliases (Jiri Olsa) [664900]
+- [kernel] perf symbols: Improve kallsyms symbol end addr calculation (Jiri Olsa) [664900]
+- [kernel] perf probe: Handle gracefully some stupid and buggy line syntaxes (Jiri Olsa) [664900]
+- [kernel] perf probe: Don't always consider EOF as an error when listing source code (Jiri Olsa) [664900]
+- [kernel] perf probe: Fix line range description since a single file is allowed (Jiri Olsa) [664900]
+- [kernel] perf probe: Clean up redundant tests in show_line_range() (Jiri Olsa) [664900]
+- [kernel] perf probe: Rewrite show_one_line() to make it simpler (Jiri Olsa) [664900]
+- [kernel] perf probe: Make -L display the absolute path of the dumped file (Jiri Olsa) [664900]
+- [kernel] perf probe: Cleanup messages (Jiri Olsa) [664900]
+- [kernel] perf symbols: Add symfs option for off-box analysis using specified tree (Jiri Olsa) [664900]
+- [kernel] perf record, report, annotate, diff: Process events in order (Jiri Olsa) [664900]
+- [kernel] perf session: Fallback to unordered processing if no sample_id_all (Jiri Olsa) [664900]
+- [kernel] perf session: Remove unneeded dump_printf calls (Jiri Olsa) [664900]
+- [kernel] perf session: Split out user event processing (Jiri Olsa) [664900]
+- [kernel] perf session: Split out sample preprocessing (Jiri Olsa) [664900]
+- [kernel] perf session: Move dump code to event delivery path (Jiri Olsa) [664900]
+- [kernel] perf session: Add file_offset to event delivery function (Jiri Olsa) [664900]
+- [kernel] perf session: Store file offset in sample_queue (Jiri Olsa) [664900]
+- [kernel] perf session: Consolidate the dump code (Jiri Olsa) [664900]
+- [kernel] perf session: Dont queue events w/o timestamps (Jiri Olsa) [664900]
+- [kernel] perf event: Prevent unbound event__name array access (Jiri Olsa) [664900]
+- [kernel] perf session: Sort all events if ordered_samples=true (Jiri Olsa) [664900]
+- [kernel] perf report: Allow user to specify path to kallsyms file (Jiri Olsa) [664900]
+- [kernel] perf makefile: Allow strong and weak functions in LIB_OBJS (Jiri Olsa) [664900]
+- [kernel] perf tools: Catch a few uncheck calloc/malloc's (Jiri Olsa) [664900]
+- [kernel] perf script: Fix compiler warning in builtin_script.c:is_top_script() (Jiri Olsa) [664900]
+- [kernel] perf options: add OPT_CALLBACK_DEFAULT_NOOPT (Jiri Olsa) [664900]
+- [kernel] perf hist: Better displaying of unresolved DSOs and symbols (Jiri Olsa) [664900]
+- [kernel] perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events (Jiri Olsa) [664900]
+- [kernel] perf session: Parse sample earlier (Jiri Olsa) [664900]
+- [kernel] perf stat: Add csv-style output (Jiri Olsa) [664900]
+- [kernel] perf stat: Use --big-num format by default (Jiri Olsa) [664900]
+- [kernel] perf stat: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf test: Fix spelling mistake in documentation (Jiri Olsa) [664900]
+- [kernel] perf trace: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf top: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf sched: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf report: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf record: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf probe: Fix spelling mistake in documentation (Jiri Olsa) [664900]
+- [kernel] perf lock: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf kvm: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf diff: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf diff: Fix displacement and modules options short flag (Jiri Olsa) [664900]
+- [kernel] perf buildid-list: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf annotate: Document missing options (Jiri Olsa) [664900]
+- [kernel] perf tools: fix event parsing of comma-separated tracepoint events (Jiri Olsa) [664900]
+- [kernel] perf packaging: add memcpy to perf MANIFEST (Jiri Olsa) [664900]
+- [kernel] perf debug: Simplify trace_event (Jiri Olsa) [664900]
+- [kernel] perf session: Allocate chunks of sample objects (Jiri Olsa) [664900]
+- [kernel] perf session: Cache sample objects (Jiri Olsa) [664900]
+- [kernel] perf session: Keep file mmaped instead of malloc/memcpy (Jiri Olsa) [664900]
+- [kernel] perf session: Use sensible mmap size (Jiri Olsa) [664900]
+- [kernel] perf session: Simplify termination checks (Jiri Olsa) [664900]
+- [kernel] perf session: Move ui_progress_update in __perf_session__process_events() (Jiri Olsa) [664900]
+- [kernel] perf session: Cleanup __perf_session__process_events() (Jiri Olsa) [664900]
+- [kernel] perf session: Use appropriate pointer type instead of silly typecasting (Jiri Olsa) [664900]
+- [kernel] perf session: Fix list sort algorithm (Jiri Olsa) [664900]
+- [kernel] perf tools: Fix lost and unknown events handling (Jiri Olsa) [664900]
+- [kernel] perf trace: Handle DT_UNKNOWN on filesystems that don't support d_type (Jiri Olsa) [664900]
+- [kernel] perf symbols: Correct final kernel map guesses (Jiri Olsa) [664900]
+- [kernel] perf events: Default to using event__process_lost (Jiri Olsa) [664900]
+- [kernel] perf record: Add option to disable collecting build-ids (Jiri Olsa) [664900]
+- [kernel] perf stat: Change and clean up sys_perf_event_open error handling (Jiri Olsa) [664900]
+- [kernel] perf tools: Remove hardcoded include paths for elfutils (Jiri Olsa) [664900]
+- [kernel] perf stat: Add no-aggregation mode to -a (Jiri Olsa) [664900]
+- [kernel] perf: Rename 'perf trace' to 'perf script' (Jiri Olsa) [664900]
+- [fs] dlm: record full callback state (David Teigland) [635041]
+- [net] bridge: do not learn from exact matches (Jiri Pirko) [623199]
+- [x86] x86-32: Separate 1:1 pagetables from swapper_pg_dir (Frank Arnold) [638743]
+- [tty] tty_audit: fix tty_audit_add_data live lock on audit disabled (Danny Feng) [680126]
+- [kernel] sched: Try not to migrate higher priority RT tasks (Larry Woodman) [676948]
+
+* Mon Mar 21 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-125.el6]
+- [fs] GFS2: umount stuck on gfs2_gl_hash_clear (Steven Whitehouse) [682951]
+- [fs] GFS2: add missed unlock_page() (Steven Whitehouse) [684705]
+- [fs] GFS2: fix block allocation check for fallocate (Benjamin Marzinski) [674603]
+- [fs] gfs2: quota allows exceeding hard limit (Abhijith Das) [675944]
+- [ppc] perf: Fix frequency calculation for overflowing counters (Steve Best) [682842]
+- [powerpc] rtas_flash needs to use rtas_data_buf (Steve Best) [682801]
+- [powerpc] Use more accurate limit for first segment memory allocations (Steve Best) [682267]
+- [powerpc] eeh: Fix oops when probing in early boot (Steve Best) [681668]
+- [kernel] proc: protect mm start_code/end_code in /proc/pid/stat (Eugene Teo) [684573] {CVE-2011-0726}
+- [net] dccp oops (Eugene Teo) [682958] {CVE-2011-1093}
+- [scsi] sd: Export effective protection mode in sysfs (Mike Snitzer) [683266]
+- [kernel] remove execute bit from perf scripts (Jason Baron) [676692]
+- [firmware] dcdbas: force SMI to happen when expected (Shyam Iyer) [664832]
+- [perf] record: Enable the enable_on_exec flag if record forks the target (Steve Best) [664598]
+- [security] ima: fix add LSM rule bug (Eric Paris) [667915] {CVE-2011-0006}
+- [block] dm stripe: implement merge method (Mike Snitzer) [688376]
+- [dm] dm-ioctl: Fix using of possible uninitialised params struct, secure flag (Milan Broz) [683167]
+- [block] Fix over-zealous flush_disk when changing device size (Jeff Moyer) [678357]
+- [sound] caiaq: Fix possible string buffer overflow (Jaroslav Kysela) [678476]
+- [x86] Fix AMD iommu over suspend/resume (Matthew Garrett) [625569]
+- [virt] virtio: console: Don't access vqs if device was unplugged (Amit Shah) [681181]
+- [netdrv] sfc: disable RX hash insertion (Michal Schmidt) [556563]
+- [netdrv] sfc: remove filter management code (Michal Schmidt) [556563]
+- [netdrv] sfc: add private ioctl to allow reset during online firmware update (Michal Schmidt) [556563]
+- [netdrv] sfc: remove RX_FILTER_TBL0 from the register dump (Michal Schmidt) [556563]
+- [netdrv] sfc: lower stack usage in efx_ethtool_self_test (Michal Schmidt) [556563]
+- [drm] nouveau/vbios: parse more gpio tag bits from connector table (Ben Skeggs) [658896]
+- [drm] nouveau: fix suspend/resume on GPUs that don't have PM support (Ben Skeggs) [658896]
+- [drm] nv50: insert a delay before fb change to prevent display engine hang (Ben Skeggs) [658896]
+- [scsi] qla2xxx: Update version number 8.03.07.00.06.1 (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Correct errant 82xx hardware state message (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Check return value of fc_block_scsi_eh() (Chad Dupuis) [678104]
+- [scsi] qla2xxx: The ISP82XX should be online while waiting for commands completion (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Propagate block-layer tags on submitted I/Os (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Clear any stale login-states during an adapter reset (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Adjust FCP_RSP response-info field check after TMF completion (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Pass right CT command string for CT status processing (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Don't wait for active mailbox command completion when firmware is hung (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Abort pending commands for faster recovery during ISP reset (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Change from irq to irqsave with host_lock (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Do not return DID_NO_CONNECT when fcport state is FCS_DEVICE_LOST in qla2xxx_queuecommand() (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Display nport_id when any SNS command fails (Chad Dupuis) [678104]
+- [scsi] qla2xxx: ROM lock recovery if fw hangs while holding the lock (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Fix array subscript is above array bounds in qla2xx_build_scsi_type_6_iocbs() (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Use sg_next to fetch next sg element while walking sg list (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Fix to avoid recursive lock failure during BSG timeout (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Remove code to not reset ISP82xx on failure (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Display mailbox register 4 during 8012 AEN for ISP82XX parts (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Remove redundant module parameter permission bits (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Don't perform a BIG_HAMMER if Get-ID (0x20) mailbox command fails on CNAs (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Add sysfs node for displaying board temperature (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Remove unwanted check for bad spd (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Memory wedge with peg_halt test in loop with ISP82XX (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Update FCP priority information to firmware before sending IOs (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Fixed zero test on new_config in qla2x00_process_loopback() (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Populate FCP_PRIO location for no *FLT* case (Chad Dupuis) [678104]
+- [scsi] qla2xxx: Added support for quiescence mode for ISP82xx (Chad Dupuis) [678104]
+
+* Wed Mar 16 2011 S.ÇaÄŸlar Onur <caglar@verivue.com> - linux-2.6-32-14
+- Do not enable CONFIG_SYSFS_DEPRECATED* options for Scientific Linux
+
+* Tue Mar 15 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-124.el6]
+- [mm] thp: add extra_gfp in alloc_hugepage non NUMA (Andrea Arcangeli) [674147]
+- [mm] thp: Use GFP_OTHER_NODE for transparent huge pages (Andrea Arcangeli) [674147]
+- [mm] thp: Add __GFP_OTHER_NODE flag (Andrea Arcangeli) [674147]
+- [mm] thp: Use correct numa policy node for transparent hugepages (Andrea Arcangeli) [674147]
+- [mm] thp: Preserve original node for transparent huge page copies (Andrea Arcangeli) [674147]
+- [mm] thp: Add alloc_page_vma_node (Andrea Arcangeli) [674147]
+- [mm] thp: Change alloc_pages_vma to pass down the policy node for local policy (Andrea Arcangeli) [674147]
+- [mm] thp: Fix interleaving for transparent hugepages (Andrea Arcangeli) [674147]
+- [mm] compaction: fix high compaction latencies and remove compaction-kswapd (Andrea Arcangeli) [674147]
+- [mm] compaction: Minimise the time IRQs are disabled while isolating free pages (Andrea Arcangeli) [674147]
+- [mm] thp: prevent hugepages during args/env copying into the user stack (Andrea Arcangeli) [674147]
+- [mm] memcg: fix leak of accounting at failure path of hugepage collapsing (Andrea Arcangeli) [674147]
+- [mm] vmscan: kswapd should not free an excessive number of pages when balancing small zones (Andrea Arcangeli) [674147]
+- [mm] optimistic migration limited to movable pageblocks (Andrea Arcangeli) [674147]
+- [mm] migrate_pages api bool (Andrea Arcangeli) [674147]
+- [mm] migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path (Andrea Arcangeli) [674147]
+- [mm] add compound_trans_head helper (Andrea Arcangeli) [674147]
+- [mm] compaction: Avoid a potential deadlock due to lock_page() during direct compaction (Andrea Arcangeli) [674147]
+- [mm] hugetlbfs fix hugepage migration in the same way (Andrea Arcangeli) [674147]
+- [mm] fix migration hangs on anon_vma lock (Andrea Arcangeli) [674147]
+
+* Tue Mar 15 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-123.el6]
+- [net] gro: reset dev and skb_iff on skb reuse (Andy Gospodarek) [681970]
+- [netdrv] ixgbe: limit VF access to network traffic (Andy Gospodarek) [678717]
+- [netdrv] ixgbe: work around for DDP last buffer size (Andy Gospodarek) [678717]
+- [x86] mtrr: Assume SYS_CFG[Tom2ForceMemTypeWB] exists on all future AMD CPUs (Frank Arnold) [652208 662238]
+
+* Thu Mar 10 2011 S.ÇaÄŸlar Onur <caglar@verivue.com> - linux-2.6-32-13
+- bump to 2.6.32-71.18.2.el6, see https://rhn.redhat.com/errata/RHSA-2011-0329.html
+
+* Wed Mar 09 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-122.el6]
+- [kernel] capabilites: allow the application of capability limits to usermode helpers (Eric Paris) [665080]
+- [kernel] allow kernel-debuginfo-common to be biarch installable (Jason Baron) [682012]
+- [mm] fix pgd_lock deadlock (Andrea Arcangeli) [671477]
+- [net] Fix BUG halt in RDS when cong map len is returned to rds_send_xmit (Neil Horman) [680200] {CVE-2011-1023}
+
+* Wed Mar 09 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-121.el6]
+- [x86] watchdog, nmi: Allow hardlockup to panic by default (Don Zickus) [677532]
+- [mm] Avoid possible bogus TLB entries (Larry Woodman) [681024]
+- [net] udp: lockless transmit path (Thomas Graf) [680549]
+- [mm] memcg: fix race at move_parent around compound_order() (Johannes Weiner) [679025]
+- [mm] memcg: correctly order reading PCG_USED and pc->mem_cgroup (Johannes Weiner) [679025]
+- [mm] memcg: fix race in mapped file accounting (Johannes Weiner) [679025]
+- [mm] memcg: make memcg's file mapped consistent with global VM (Johannes Weiner) [679021]
+- [net] fix rx queue refcounting (Neil Horman) [677786]
+- [kernel] /proc/vmcore: speed up access to vmcore file (Neil Horman) [672937]
+- [mm] ksm: drain pagevecs to lru (Andrea Arcangeli) [670063]
+- [mm] memcg: fix charged shmem swapcache migration (Johannes Weiner) [663223]
+- [mm] memcg: race-free migration of charged file pages (Johannes Weiner) [663223]
+- [virt] KVM: SVM: check for progress after IRET interception (Avi Kivity) [612436]
+- [virt] KVM: Fix race between nmi injection and enabling nmi window (Avi Kivity) [612436]
+- [net] ipv6: Implement Any-IP support for IPv6 (Neal Kim) [591335]
+- [net] netfilter: fix TPROXY IPv6 support build dependency (Andrew Jones) [591335]
+- [x86] hpwdt: Include hpwdt in rh-configs by default (Tony Camuso) [462945]
+- [x86] hpwdt and ipmi: use DIE_NMIUNKNOWN (Tony Camuso) [462945]
+- [netdrv] cnic: Fix big endian bug (Steve Best) [676640]
+
+* Mon Mar 07 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-120.el6]
+- [scsi] libfcoe: check buffer length before write (Tomas Henzl) [635898 668114]
+- [scsi] fcoe: add modparm compat interface (Mike Christie) [635898 668114]
+- [scsi] bnx2fc: Avoid holding cq_lock when iounmap() is called (Mike Christie) [635898 668114]
+- [scsi] bnx2fc: Makefile, Kconfig changes and FCoE interfaces (Mike Christie) [635898 668114]
+- [scsi] bnx2fc: SCSI IO handling and session offload (Mike Christie) [635898 668114]
+- [scsi] bnx2fc: Firmware interface and ELS handling (Mike Christie) [635898 668114]
+- [scsi] bnx2fc: Header files (Mike Christie) [635898 668114]
+- [scsi] libfcoe: Remove stale fcoe-netdev entries (Mike Christie) [635898 668114]
+- [scsi] bnx2x: Proper netdev->ndo_set_rx_mode() implementation (Mike Christie) [635898 668114]
+- [scsi] bnx2x: MTU for FCoE L2 ring (Mike Christie) [635898 668114]
+- [scsi] bnx2x: multicasts in NPAR mode (Mike Christie) [635898 668114]
+- [scsi] bnx2x, cnic: Consolidate iSCSI/FCoE shared mem logic in bnx2x (Mike Christie) [635898 668114]
+- [scsi] libfc: introduce __fc_fill_fc_hdr that accepts fc_hdr as an argument (Mike Christie) [635898 668114]
+- [scsi] libfc: revert patch to fix exchange being deleted when the abort itself is timed out (Mike Christie) [635898 668114]
+- [scsi] fcoe: remove fcoe_ctlr_mode (Mike Christie) [635898 668114]
+- [scsi] libfcoe: Move common code from fcoe to libfcoe module (Mike Christie) [635898 668114]
+- [scsi] libfc: introduce LLD event callback (Mike Christie) [635898 668114]
+- [scsi] libfc: Extending lport's roles for target if there is a registered target (Mike Christie) [635898 668114]
+- [scsi] fcoe: convert fcoe.ko to become an fcoe transport provider driver (Mike Christie) [635898 668114]
+- [scsi] fcoe: prepare fcoe for using fcoe transport (Mike Christie) [635898 668114]
+- [scsi] libfcoe: include fcoe_transport.c into kernel libfcoe module (Mike Christie) [635898 668114]
+- [scsi] libfcoe: rename libfcoe.c to fcoe_cltr.c for the coming fcoe_transport.c (Mike Christie) [635898 668114]
+- [scsi] libfcoe: add implementation to support fcoe transport (Mike Christie) [635898 668114]
+- [scsi] libfcoe: add fcoe_transport structure defines to include/scsi/libfcoe.h (Mike Christie) [635898 668114]
+- [scsi] libfcoe: move logging macros into the local libfcoe.h header file (Mike Christie) [635898 668114]
+- [scsi] libfc: Enhanced exchange ID selection mechanism and fix related EMA selection logic (Mike Christie) [635898 668114]
+- [scsi] libfc: export seq_release() for users of seq_assign() (Mike Christie) [635898 668114]
+- [scsi] libfc: use PRLI hook to get parameters when sending outgoing PRLI (Mike Christie) [635898 668114]
+- [scsi] libfc: add hook to notify providers of local port changes (Mike Christie) [635898 668114]
+- [scsi] libfc: add local port hook for provider session lookup (Mike Christie) [635898 668114]
+- [scsi] libfc: add method for setting handler for incoming exchange (Mike Christie) [635898 668114]
+- [scsi] libfc: add hook for FC-4 provider registration (Mike Christie) [635898 668114]
+- [scsi] libfc: fix sparse static and non-ANSI warnings (Mike Christie) [635898 668114]
+- [scsi] fcoe: drop FCoE LOGO in FIP mode (Mike Christie) [635898 668114]
+- [scsi] fcoe: Fix module reference count for vports (Mike Christie) [635898 668114]
+- [s390x] remove task_show_regs (Danny Feng) [677855] {CVE-2011-0710}
+
+* Tue Mar 01 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-119.el6]
+- [ib] cm: Bump reference count on cm_id before invoking callback (Doug Ledford) [676191]
+- [rdma] cm: Fix crash in request handlers (Doug Ledford) [676191]
+- [virt] Revert "kvm: Allow XSAVE/XRSTOR for a guest" series (Dor Laor) [464271]
+- [x86] perf: Add support for AMD family 15h core counters (Frank Arnold) [635671]
+- [x86] perf: Store perfctr msr addresses in config_base/event_base (Frank Arnold) [635671]
+- [x86] perf: P4 PMU - Fix unflagged overflows handling (Frank Arnold) [635671]
+- [x86] perf: Add new AMD family 15h msrs to perfctr reservation code (Frank Arnold) [635671]
+- [x86] perf: Calculate perfctr msr addresses in helper functions (Frank Arnold) [635671]
+- [x86] perf: Use helper function in x86_pmu_enable_all() (Frank Arnold) [635671]
+
+* Wed Feb 23 2011 S.ÇaÄŸlar Onur <caglar@verivue.com> - linux-2.6-32-12
+- bump to 2.6.32-71.18.1.el6, see https://rhn.redhat.com/errata/RHSA-2011-0283.html
+
+* Mon Feb 21 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-118.el6]
+- [netdrv] Keep all bnx2 firmware files (John Feeney) [678429]
+- [crypto] sha-s390: Reset index after processing partial block (Herbert Xu) [626515]
+- [kernel] make /dev/crash require CAP_SYS_RAWIO for access (Dave Anderson) [675998]
+- [block] add sysfs knob for turning off disk entropy contributions (Jeff Moyer) [677447]
+- [misc] support for marking code as tech preview (Don Zickus) [645198]
+- [misc] move kernel/unsupported.c to kernel/rh_taint.c (Don Zickus) [645198]
+- [scsi] ipr: clean up ipr_format_res_path (Steve Best) [633327]
+- [scsi] ipr: Driver version 2.5.1 (Steve Best) [633327]
+- [scsi] ipr: fix mailbox register definition and add a delay before reading (Steve Best) [633327]
+- [scsi] ipr: fix lun assignment and comparison (Steve Best) [633327]
+- [scsi] ipr: add definitions for a new adapter (Steve Best) [633327]
+- [scsi] ipr: fix array error logging (Steve Best) [633327]
+- [scsi] ipr: reverse the isr optimization changes (Steve Best) [633327]
+- [scsi] ipr: fix resource address formatting and add attribute for device ID (Steve Best) [633327]
+- [scsi] ipr: fix resource type update and add sdev and shost attributes (Steve Best) [633327]
+- [scsi] ipr: fix transition to operational for new adapters (Steve Best) [633327]
+- [scsi] ipr: change endian swap key to match hardware spec change (Steve Best) [633327]
+- [scsi] ipr: add support for new Obsidian-E embedded adapter (Steve Best) [633327]
+- [scsi] ipr: add MMIO write to perform BIST for 64 bit adapters (Steve Best) [633327]
+- [scsi] ipr: add writeq definition if needed (Steve Best) [633327]
+- [scsi] ipr: add endian swap enablement for 64 bit adapters (Steve Best) [633327]
+- [scsi] ipr: fix resource path display and formatting (Steve Best) [633327]
+- [scsi] ipr: improve interrupt service routine performance (Steve Best) [633327]
+- [scsi] ipr: set the data list length in the request control block (Steve Best) [633327]
+- [scsi] ipr: fix a register read to use correct address for 64 bit adapters (Steve Best) [633327]
+- [scsi] ipr: include the resource path in the IOA status area structure (Steve Best) [633327]
+- [scsi] ipr: Fixes for 64 bit support (Steve Best) [633327]
+- [scsi] ipr: adds PCI ID definitions for new adapters (Steve Best) [633327]
+- [scsi] ipr: add support for new IOASCs (Steve Best) [633327]
+- [scsi] ipr: add support for multiple stages of initialization (Steve Best) [633327]
+- [scsi] ipr: implement shutdown changes and remove obsolete write cache parameter (Steve Best) [633327]
+- [scsi] ipr: add hardware assisted smart dump functionality (Steve Best) [633327]
+- [scsi] ipr: define new offsets to registers for the next generation chip (Steve Best) [633327]
+- [scsi] ipr: add error handling updates for the next generation chip (Steve Best) [633327]
+- [scsi] ipr: update the configuration table code for the next generation chip (Steve Best) [633327]
+- [scsi] ipr: add support for new adapter command structures for the next generation chip (Steve Best) [633327]
+- [scsi] hpsa: change version string (Tomas Henzl) [630060]
+- [scsi] cciss: change version string (Tomas Henzl) [630060]
+- [scsi] cciss: fix dma addr before freeing (Tomas Henzl) [630060]
+- [scsi] cciss: do not rescan luns on UNIT ATTN LUN DATA CHANGED (Tomas Henzl) [630060]
+- [scsi] cciss: fix missing command status value CMD_UNABORTABLE (Tomas Henzl) [630060]
+- [scsi] cciss: retry driver initiated cmds (Tomas Henzl) [630060]
+- [scsi] cciss: update the vendor, model, rev, serial number (Tomas Henzl) [630060]
+- [scsi] cciss: convert hlist_* functions to list_* functions (Tomas Henzl) [630060]
+- [scsi] cciss: prevent from cycling thru nonexistent luns (Tomas Henzl) [630060]
+- [scsi] cciss: fix revalidate panic (Tomas Henzl) [630060]
+- [scsi] cciss: Fix cciss driver for CONFIG_PROC_FS not enabled (Tomas Henzl) [630060]
+- [scsi] cciss: do not leak stack contents to userspace (Tomas Henzl) [630060]
+- [scsi] cciss: limit commands in kdump scenario (Tomas Henzl) [630060]
+- [scsi] cciss: do not proceed with kdump if reset fails (Tomas Henzl) [630060]
+- [scsi] cciss: use kernel provided pci save and restore state functions (Tomas Henzl) [630060]
+- [scsi] cciss: fix board status waiting code (Tomas Henzl) [630060]
+- [scsi] cciss: Remove superfluous tests from cciss_bigpassthru (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_bigpassthru (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_passthru (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_getluninfo (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_getdrivver (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_getfirmver (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_getbustypes (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_getheartbeat (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_setnodename (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_getnodename (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_setintinfo (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_getintinfo (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_get_pci_info (Tomas Henzl) [630060]
+- [scsi] cciss: fix queue depth reporting (Tomas Henzl) [630060]
+- [scsi] cciss: fix botched tag masking for scsi tape commands (Tomas Henzl) [630060]
+- [scsi] cciss: separate cmd_alloc() and cmd_special_alloc() (Tomas Henzl) [630060]
+- [scsi] cciss: fix leak of ioremapped memory (Tomas Henzl) [630060]
+- [scsi] cciss: factor out cciss_enter_performant_mode (Tomas Henzl) [630060]
+- [scsi] cciss: use consistent variable names (Tomas Henzl) [630060]
+- [scsi] cciss: change printks to dev_warn, etc (Tomas Henzl) [630060]
+- [scsi] cciss: cleanup some debug ifdefs (Tomas Henzl) [630060]
+- [scsi] cciss: Remove unnecessary kmalloc casts (Tomas Henzl) [630060]
+- [scsi] cciss: set SCSI max cmd len (Tomas Henzl) [630060]
+- [scsi] cciss: sanitize max commands (Tomas Henzl) [630060]
+- [scsi] cciss: cleanup interrupt_not_for_us (Tomas Henzl) [630060]
+- [scsi] cciss: Fix tape commandlist size (Tomas Henzl) [630060]
+- [scsi] cciss: use performant mode (Tomas Henzl) [630060]
+- [scsi] cciss: clean up interrupt handler (Tomas Henzl) [630060]
+- [scsi] cciss: factor out enqueue_and_submit_io (Tomas Henzl) [630060]
+- [scsi] cciss: Fix ENXIO weirdness (Tomas Henzl) [630060]
+- [scsi] cciss: fix scatter gather code on scsi side of driver (Tomas Henzl) [630060]
+- [scsi] cciss: add more commands for tapes (Tomas Henzl) [630060]
+- [scsi] cciss: eliminate unnecessary pointer use (Tomas Henzl) [630060]
+- [scsi] cciss: dont use void pointer for hba (Tomas Henzl) [630060]
+- [scsi] cciss: factor out scatter gather chain block mapping code (Tomas Henzl) [630060]
+- [scsi] cciss: fix DMA direction kludge (Tomas Henzl) [630060]
+- [scsi] cciss: simplify scatter gather code (Tomas Henzl) [630060]
+- [scsi] cciss: factor out scatter gather chain block (Tomas Henzl) [630060]
+- [scsi] cciss: support for enhanced scatter/gather (Tomas Henzl) [630060]
+- [scsi] cciss: remove sendcmd (Tomas Henzl) [630060]
+- [scsi] cciss: remove the "withirq" parameter (Tomas Henzl) [630060]
+- [scsi] cciss: clean up code in cciss_shutdown (Tomas Henzl) [630060]
+- [scsi] cciss: Remove double setting of busy_configuring (Tomas Henzl) [630060]
+- [scsi] cciss: Fix problem with remove_from_scan_list on driver unload (Tomas Henzl) [630060]
+- [scsi] cciss: detect bad alignment of scsi commands at build time (Tomas Henzl) [630060]
+- [scsi] hpsa: tell controller that we only use short tags (Tomas Henzl) [630060]
+- [scsi] hpsa: fix bad compare (Tomas Henzl) [630060]
+- [scsi] hpsa: cleanup debug ifdefs (Tomas Henzl) [630060]
+- [scsi] hpsa: add new transport_mode sys entry (Tomas Henzl) [630060]
+- [scsi] hpsa: make hpsa_simple_mode module parameter work (Tomas Henzl) [630060]
+- [scsi] hpsa: do not re-order commands in internal queues (Tomas Henzl) [630060]
+- [scsi] hpsa: Remove superflous variable (Tomas Henzl) [630060]
+- [scsi] hpsa: avoid leaking stack contents to userland (Tomas Henzl) [630060]
+- [scsi] hpsa: Add a commands_outstanding attribute in /sys (Tomas Henzl) [630060]
+- [scsi] hpsa: add hpsa_simple_mode option (Tomas Henzl) [630060]
+- [scsi] hpsa: take the adapter lock in hpsa_wait_for_mode_change_ack (Tomas Henzl) [630060]
+- [scsi] hpsa: do not reset unknown boards on reset_devices (Tomas Henzl) [630060]
+- [scsi] hpsa: limit commands allocated on reset_devices (Tomas Henzl) [630060]
+- [scsi] hpsa: Use kernel PCI functions (Tomas Henzl) [630060]
+- [scsi] hpsa: fix board status waiting code (Tomas Henzl) [630060]
+- [scsi] hpsa: disable doorbell reset on reset_devices (Tomas Henzl) [630060]
+- [scsi] hpsa: Fix problem with CMD_UNABORTABLE (Tomas Henzl) [630060]
+- [scsi] hpsa: fix botched tag masking in interrupt handler (Tomas Henzl) [630060]
+- [scsi] hpsa: correct new controller ids (Tomas Henzl) [630060]
+- [scsi] hpsa: wait for board ready condition after hard reset (Tomas Henzl) [630060]
+- [scsi] hpsa: sanitize max commands (Tomas Henzl) [630060]
+- [scsi] hpsa: separate intx and msi/msix interrupt handlers (Tomas Henzl) [630060]
+- [scsi] hpsa: enable Compaq Smart Arrays with hpsa_allow_any (Tomas Henzl) [630060]
+- [scsi] hpsa: add new controllers (Tomas Henzl) [630060]
+- [scsi] hpsa: Fix use of unitialized variable (Tomas Henzl) [630060]
+- [scsi] hpsa: fix block fetch table problem (Tomas Henzl) [630060]
+- [scsi] hpsa: expose ctlr firmware rev via sys (Tomas Henzl) [630060]
+- [scsi] hpsa: initial add of hpsa.txt documentation (Tomas Henzl) [630060]
+- [scsi] hpsa: remove unused firm_ver member of per-hba structure (Tomas Henzl) [630060]
+- [scsi] hpsa: factor out hpsa_enter_performant_mode (Tomas Henzl) [630060]
+- [scsi] hpsa: remove unused variable trans_offset (Tomas Henzl) [630060]
+- [scsi] hpsa: factor out hpsa_wait_for_mode_change_ack (Tomas Henzl) [630060]
+- [scsi] hpsa: mark as __devinit (Tomas Henzl) [630060]
+- [scsi] hpsa: cleanup debug ifdefs (Tomas Henzl) [630060]
+- [scsi] hpsa: factor out hpsa_enter_simple_mode (Tomas Henzl) [630060]
+- [scsi] hpsa: add back the p600 quirk (Tomas Henzl) [630060]
+- [scsi] hpsa: add hpsa_enable_scsi_prefetch (Tomas Henzl) [630060]
+- [scsi] hpsa: factor out hpsa_CISS_signature_present (Tomas Henzl) [630060]
+- [scsi] hpsa: factor out hpsa_find_board_params (Tomas Henzl) [630060]
+- [scsi] hpsa: fix leak of ioremapped memory (Tomas Henzl) [630060]
+- [scsi] hpsa: factor out hpsa_find_cfgtables (Tomas Henzl) [630060]
+- [scsi] hpsa: factor out hpsa_wait_for_board_ready (Tomas Henzl) [630060]
+- [scsi] hpsa: remove redundant board_id parameter from hpsa_interrupt_mode (Tomas Henzl) [630060]
+- [scsi] hpsa: factor out hpsa_board_disabled (Tomas Henzl) [630060]
+- [scsi] hpsa: save pdev pointer early (Tomas Henzl) [630060]
+- [scsi] hpsa: hpsa remove READ_CAPACITY code (Tomas Henzl) [630060]
+- [scsi] hpsa: Remove duplicate defines of DIRECT_LOOKUP_ constants (Tomas Henzl) [630060]
+- [scsi] hpsa: fixup DMA address before freeing (Tomas Henzl) [630060]
+- [scsi] hpsa: defend against zero sized buffers in passthru ioctls (Tomas Henzl) [630060]
+- [scsi] hpsa: do not consider RAID level to be part of device identity (Tomas Henzl) [630060]
+- [scsi] hpsa: do not consider firmware revision when looking for device changes (Tomas Henzl) [630060]
+- [netdrv] ixgbe: fix panic due to uninitialized pointer (Andy Gospodarek) [676875]
+- [net] Fix use-after-free in RPS sysfs handling (Herbert Xu) [676099]
+
+* Tue Feb 15 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-117.el6]
+- [usb] xhci: Remove more doorbell-related reads (Don Zickus) [674409]
+- [usb] xHCI: fix printk_ratelimit() usage (Don Zickus) [674409]
+- [usb] xHCI: replace dev_dbg() with xhci_dbg() (Don Zickus) [674409]
+- [usb] xHCI: fix cycle bit set in giveback_first_trb() (Don Zickus) [674409]
+- [usb] xHCI: remove redundant parameter in giveback_first_trb() (Don Zickus) [674409]
+- [usb] xHCI: fix queue_trb in isoc transfer (Don Zickus) [674409]
+- [usb] xhci: Use GFP_NOIO during device reset (Don Zickus) [674409]
+- [usb] Realloc xHCI structures after a hub is verified (Don Zickus) [674409]
+- [usb] xhci: Do not run xhci_cleanup_msix with irq disabled (Don Zickus) [674409]
+- [usb] xHCI: synchronize irq in xhci_suspend() (Don Zickus) [674409]
+- [usb] xhci: Resume bus on any port status change (Don Zickus) [674409]
+- [x86] i2c-i801: Add PCI idents for Patsburg IDF SMBus controllers (Prarit Bhargava) [649054]
+- [x86] i2c-i801: Handle multiple instances instead of keeping global state (Prarit Bhargava) [649054]
+- [x86] PCI: update Intel chipset names and defines (Prarit Bhargava) [649054]
+- [x86] hwmon: Fix autoloading of fschmd on recent Fujitsu machines (Prarit Bhargava) [649054]
+- [x86] i2c-i801: Fix all checkpatch warnings (Prarit Bhargava) [649054]
+- [x86] i2c-i801: All newer devices have all the optional features (Prarit Bhargava) [649054]
+- [x86] i2c-i801: Let the user disable selected driver features (Prarit Bhargava) [649054]
+- [virt] KVM: SVM: Add xsetbv intercept (Don Dugger) [464271]
+- [virt] KVM: fix poison overwritten caused by using wrong xstate size (Don Dugger) [464271]
+- [virt] Fix OSXSAVE after migration (Don Dugger) [464271]
+- [virt] Fix OSXSAVE VXEXIT handling (Don Dugger) [464271]
+- [virt] KVM: x86: Enable AVX for guest (Don Dugger) [464271]
+- [virt] KVM: Fix xsave and xcr save/restore memory leak (Don Dugger) [464271]
+- [virt] KVM: x86: XSAVE/XRSTOR live migration support (Don Dugger) [464271]
+- [virt] KVM: VMX: Enable XSAVE/XRSTOR for guest (Don Dugger) [464271]
+- [virt] x86: Export FPU API for KVM use (Don Dugger) [464271]
+- [virt] KVM: x86: Use FPU API (Don Dugger) [464271]
+- [virt] x86: Introduce 'struct fpu' and related API (Don Dugger) [464271]
+- [net] bridge: Fix mglist corruption that leads to memory corruption (Herbert Xu) [659421]
+- [sched] autogroup: Do not create autogroups for sessions if user has not enabled autogroups (Vivek Goyal) [656042]
+- [virt] virtio_net: Add schedule check to napi_enable call (Michael S. Tsirkin) [676579]
+- [netdrv] r8169: use RxFIFO overflow workaround and prevent RxFIFO induced infinite loops (Ivan Vecera) [630810]
+- [netdrv] ehea: Increase the skb array usage (Steve Best) [676139]
+
+* Mon Feb 14 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-116.el6]
+- [fs] Btrfs: fix slot count logic in space info ioctl (Josef Bacik) [663749]
+- [video] vgacon: check for efi machine (Dave Airlie) [609516]
+- [dm] wipe dm-ioctl buffers (Milan Broz) [674813]
+- [virt] xen/events.c: clean up section mismatch warning (Andrew Jones) [676346]
+- [virt] xen: microcode: no backtrace on guest restore (Andrew Jones) [671161]
+- [virt] xen: fix save/restore: unmask evtchn for IRQF_TIMER (Andrew Jones) [676009]
+- [crypto] export DSA_verify as a gpl symbol (Jarod Wilson) [673577]
+- [fs] NFS: Micro-optimize nfs4_decode_dirent() (Steve Dickson) [675815]
+- [fs] NFS: construct consistent co_ownerid for v4.1 (Steve Dickson) [675815]
+- [fs] NFS: fix the setting of exchange id flag (Steve Dickson) [675815]
+- [fs] NFS: nfs_wcc_update_inode() should set nfsi->attr_gencount (Steve Dickson) [675815]
+- [fs] NFS: improve pnfs_put_deviceid_cache debug print (Steve Dickson) [675815]
+- [fs] NFS fix cb_sequence error processing (Steve Dickson) [675815]
+- [fs] NFS do not find client in NFSv4 pg_authenticate (Steve Dickson) [675815]
+- [fs] NFS: Prevent memory allocation failure in nfsacl_encode() (Steve Dickson) [675815]
+- [fs] NFS: nfsacl_{encode, decode} should return signed integer (Steve Dickson) [675815]
+- [fs] NFS: Fix "kernel BUG at fs/aio.c:554!" (Steve Dickson) [675815]
+- [fs] NFS4: Avoid potential NULL pointer dereference in decode_and_add_ds() (Steve Dickson) [675815]
+- [fs] NFS: fix handling of malloc failure during nfs_flush_multi() (Steve Dickson) [675815]
+- [fs] GFS2: panics on quotacheck update (Abhijith Das) [675745]
+- [fs] GFS2: Fails to clear glocks during unmount (Abhijith Das) [675270]
+- [net] clear heap allocations for privileged ethtool actions (Jiri Pirko) [672435] {CVE-2010-4655}
+- [netdrv] s2io: update to driver version 2.0.26.28 (Michal Schmidt) [611869]
+- [x86] Include ACPI _DSM index and label support (Matthew Garrett) [639971]
+- [mm] zram: simplify zram_make_request (Jerome Marchand) [661293]
+- [mm] zram: make zram_read return a bio error if the device is not initialized (Jerome Marchand) [661293]
+- [mm] zram: round up the disk size provided by user (Jerome Marchand) [661293]
+- [mm] zram: make ZRAM depends on SYSFS (Jerome Marchand) [661293]
+- [block] zram: fix up my fixup for some sysfs attribute permissions (Jerome Marchand) [661293]
+- [block] zram: fix up some sysfs attribute permissions (Jerome Marchand) [661293]
+- [block] zram: Makefile: replace the use of <module>-objs with <module>-y (Jerome Marchand) [661293]
+- [block] zram: free device memory when init fails (Jerome Marchand) [661293]
+- [block] zram: Update zram documentation (Jerome Marchand) [661293]
+- [block] zram: Remove need for explicit device initialization (Jerome Marchand) [661293]
+- [block] zram: Replace ioctls with sysfs interface (Jerome Marchand) [661293]
+- [block] zram: fix build errors, depends on BLOCK (Jerome Marchand) [661293]
+- [fs] Revert "inotify: rework inotify locking to prevent double free use when free in inotify" [674880 675299]
+
+* Tue Feb 08 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-115.el6]
+- [s390x] Fix hang on s390x while running LTP (Larry Woodman) [675294]
+- [fs] make it possible to log all attempts to walk into a subtree (Alexander Viro) [661402]
+- [x86] intel-iommu: Fix double lock in get_domain_for_dev() (Alex Williamson) [675304]
+- [virt] fix WinXP BSOD when boot up with -cpu Penryn (John Cooper) [635539]
+- [virt] KVM: Keep guest TSC synchronized across host suspend (Zachary Amsden) [651635]
+- [virt] KVM: make cyc_to_nsec conversions more reliable (Zachary Amsden) [651635]
+- [virt] KVM: Backport TSC catchup for KHZ rate change / unstable CPUs fixes (Zachary Amsden) [651635]
+- [virt] KVM: Backport of math fixes (Zachary Amsden) [651635]
+- [virt] KVM: Backport of backwards warp fixes (Zachary Amsden) [651635]
+- [virt] KVM: Backport of pvclock scale_delta changes (Zachary Amsden) [651635]
+- [virt] KVM: backport x86: Unify TSC logic (Zachary Amsden) [651635]
+- [virt] KVM: Backport of TSC reset compensation changes (Zachary Amsden) [651635]
+- [virt] KVM: backport Convert TSC writes to TSC offset writes (Zachary Amsden) [651635]
+- [virt] KVM: backport of upstream TSC khz restructuring and fixes (Zachary Amsden) [651635]
+- [virt] KVM: backport of SVM TSC init fixes (Zachary Amsden) [651635]
+- [kernel] perf: Enable 'perf lock' for the perf user tool (Jason Baron) [593763]
+- [kernel] tracing: Factorize lock events in a lock class (Jason Baron) [593763]
+- [kernel] tracing: Drop the nested field from lock_release event (Jason Baron) [593763]
+- [kernel] tracing: Drop lock_acquired waittime field (Jason Baron) [593763]
+- [kernel] perf lock: Enhance information of lock trace events (Jason Baron) [593763]
+- [kernel] tracing: Rename 'lockdep' event subsystem into 'lock' (Jason Baron) [593763]
+- [kernel] perf: fix lock recursion (Jason Baron) [593763]
+- [net] tcp thin streams kabi workaround (Jiri Pirko) [645793]
+- [net] Add getsockopt support for TCP thin-streams (Jiri Pirko) [645793]
+- [net] TCP thin dupack (Jiri Pirko) [645793]
+- [net] TCP thin linear timeouts (Jiri Pirko) [645793]
+- [net] TCP thin-stream detection (Jiri Pirko) [645793]
+- [net] Corrected spelling error heurestics->heuristics (Jiri Pirko) [645793]
+- [x86] kexec: Make sure to stop all CPUs before exiting the kernel (Paolo Bonzini) [667340]
+- [x86] xen: don't bother to stop other cpus on shutdown/reboot (Paolo Bonzini) [667340]
+- [virt] netfront: explicitly generate arp_notify event after migration (Paolo Bonzini) [622575]
+- [net] arp_notify: allow drivers to explicitly request a notification event (Paolo Bonzini) [622575]
+- [net] arp_notify: document that a gratuitous ARP request is sent when this option is enabled (Paolo Bonzini) [622575]
+- [fs] Prevent freeing uninitialized pointer in compat_do_readv_writev (Jeff Moyer) [636906]
+- [fs] compat_rw_copy_check_uvector: add missing compat_ptr call (Jeff Moyer) [636906]
+- [fs] aio: fix the compat vectored operations (Jeff Moyer) [636906]
+- [fs] compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev (Jeff Moyer) [636906]
+- [powerpc] pseries: Fix VPHN build errors on non-SMP systems (Steve Best) [633513]
+- [powerpc] pseries: Poll VPA for topology changes and update NUMA maps (Steve Best) [633513]
+- [powerpc] Disable VPHN polling during a suspend operation (Steve Best) [633513]
+- [powerpc] Add VPHN firmware feature (Steve Best) [633513]
+- [fs] make block fiemap mapping length at least blocksize long (Josef Bacik) [663042]
+- [fs] mmapping a read only file on a gfs2 filesystem incorrectly acquires an exclusive glock (Steven Whitehouse) [674286]
+- [fs] improve remount,ro vs buffercache coherency (Dave Chinner) [665056]
+- [kexec] include sysctl to disable (Eric Paris) [665169]
+- [net] Backport receive flow steering (Neil Horman) [625487]
+- [crypto] unmark gcm(aes) as fips_allowed (Jarod Wilson) [638133]
+- [crypto] bring cprng in line with upstream (Neil Horman) [673385]
+- [usb] iowarrior: don't trust report_size for buffer size (Don Zickus) [672422]
+- [pci] enable_drhd_fault_handling() section mismatch cleanup (Prarit Bhargava) [674571]
+- [x86] amd-iommu: Fix rounding-bug in __unmap_single (Frank Arnold) [636249]
+- [x86] Use MWAIT to offline a processor (Luming Yu) [666493]
+- [virt] virtio_blk: allow re-reading config space at runtime (Christoph Hellwig) [669744]
+
+* Mon Feb 07 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-114.el6]
+- [scsi] fix use-after-free in scsi_init_io() (Mike Christie) [674064]
+
+* Fri Feb 04 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-113.el6]
+- [fs] include missing header in fs.h (Aristeu Rozanski) [675102]
+
+* Wed Feb 02 2011 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-11
+- older modutils do not support --package and --update option
+
+* Wed Feb 02 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-112.el6]
+- [sched] Replace kernel command line option "noautogroup" with "autogroup" (Vivek Goyal) [656042]
+- [sched] autogroup: Fix CONFIG_RT_GROUP_SCHED sched_setscheduler() failure (Vivek Goyal) [656042]
+- [sched] Display autogroup names in /proc/sched_debug (Vivek Goyal) [656042]
+- [sched] Reinstate group names in /proc/sched_debug (Vivek Goyal) [656042]
+- [sched] Enable autogroup CONFIG_SCHED_AUTOGROUP=y in rhel6 (Vivek Goyal) [656042]
+- [sched] Fix struct autogroup memory leak (Vivek Goyal) [656042]
+- [sched] Mark autogroup_init() __init (Vivek Goyal) [656042]
+- [sched] autogroup: Fix potential access to freed memory (Vivek Goyal) [656042]
+- [sched] Add 'autogroup' scheduling feature: automated per session task groups (Vivek Goyal) [656042]
+- [v4l] dvb/rc: fix IR setkeycode operations (Jarod Wilson) [663280]
+- [v4l] dvb/rc: additional pending IR fixes (Jarod Wilson) [663280]
+- [v4l] dvb/rc: pull in (most) changes up to 2.6.38-rc2 (Jarod Wilson) [663280 672404] {CVE-2011-0521}
+- [v4l] configs: enable v4l/dvb/rc bits (Jarod Wilson) [663280]
+- [v4l] dvb/rc: fix dvb_adapter kabi compliance (Jarod Wilson) [663280]
+- [v4l] dvb/rc: fix dvb_demux kabi compliance (Jarod Wilson) [663280]
+- [v4l] dvb/rc: add back support for get_umapped_area fop (Jarod Wilson) [663280]
+- [v4l] dvb/rc: necessary dvb-usb rc support kabi fixes (Jarod Wilson) [663280]
+- [v4l] dvb/rc: kabi work-arounds for internal structs (Jarod Wilson) [663280]
+- [v4l] dvb/rc: revert constification and unlocked_ioctl changes (Jarod Wilson) [663280]
+- [v4l] dvb/rc: backport to 2.6.32 interfaces (Jarod Wilson) [663280]
+- [v4l] dvb/rc: pending IR driver fixes (Jarod Wilson) [663280]
+- [v4l] dvb/rc: add remaining 2.6.38-rc1 v4l changes (Jarod Wilson) [663280]
+- [v4l] dvb/rc: add webcam support from 2.6.38-rc1 (Jarod Wilson) [663280]
+- [v4l] dvb/rc: add remote control core from 2.6.38-rc1 (Jarod Wilson) [663280]
+- [v4l] dvb/rc: update to dvb code from 2.6.38-rc1 (Jarod Wilson) [663280]
+- [v4l] dvb/rc: add 2.6.38-rc1 base tuner code (Jarod Wilson) [663280]
+
+* Tue Feb 01 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-111.el6]
+- [block] md: protect against NULL reference when waiting to start a raid10. (Doug Ledford) [633695 659623]
+- [block] md/raid1: really fix recovery looping when single good device fails. (Doug Ledford) [633695 659623]
+- [block] md: fix return value of rdev_size_change() (Doug Ledford) [633695 659623]
+- [block] md: tidy up device searches in read_balance. (Doug Ledford) [633695 659623]
+- [block] md/raid1: fix some typos in comments. (Doug Ledford) [633695 659623]
+- [block] md/raid1: discard unused variable. (Doug Ledford) [633695 659623]
+- [block] md: unplug writes to external bitmaps. (Doug Ledford) [633695 659623]
+- [block] md: use separate bio pool for each md device. (Doug Ledford) [633695 659623]
+- [block] md: change type of first arg to sync_page_io. (Doug Ledford) [633695 659623]
+- [block] md/raid1: perform mem allocation before disabling writes during resync. (Doug Ledford) [633695 659623]
+- [block] md: use bio_kmalloc rather than bio_alloc when failure is acceptable. (Doug Ledford) [633695 659623]
+- [block] md: Fix possible deadlock with multiple mempool allocations. (Doug Ledford) [633695 659623]
+- [block] md: fix and update workqueue usage (Doug Ledford) [633695 659623]
+- [block] md: use sector_t in bitmap_get_counter (Doug Ledford) [633695 659623]
+- [block] md: Fix regression with raid1 arrays without persistent metadata. (Doug Ledford) [633695 659623]
+- [block] mm: strictly nested kmap_atomic() (Doug Ledford) [633695 659623]
+- [block] move async raid6 test to lib/Kconfig.debug (Doug Ledford) [633695 659623]
+- [block] md: check return code of read_sb_page (Doug Ledford) [633695 659623]
+- [block] md/raid1: minor bio initialisation improvements. (Doug Ledford) [633695 659623]
+- [block] md/raid1: avoid overflow in raid1 resync when bitmap is in use. (Doug Ledford) [633695 659623]
+- [block] md: fix v1.x metadata update when a disk is missing. (Doug Ledford) [633695 659623]
+- [block] md: call md_update_sb even for 'external' metadata arrays. (Doug Ledford) [633695 659623]
+- [block] md: resolve confusion of MD_CHANGE_CLEAN (Doug Ledford) [633695 659623]
+- [block] md: don't clear MD_CHANGE_CLEAN in md_update_sb() for external arrays (Doug Ledford) [633695 659623]
+- [block] md: provide appropriate return value for spare_active functions. (Doug Ledford) [633695 659623]
+- [block] md: Notify sysfs when RAID1/5/10 disk is In_sync. (Doug Ledford) [633695 659623]
+- [block] Update recovery_offset even when external metadata is used. (Doug Ledford) [633695 659623]
+- [block] Make lib/raid6/test build correctly. (Doug Ledford) [633695 659623]
+- [block] md: clean up do_md_stop (Doug Ledford) [633695 659623]
+- [block] md: fix another deadlock with removing sysfs attributes. (Doug Ledford) [633695 659623]
+- [block] md: move revalidate_disk() back outside open_mutex (Doug Ledford) [633695 659623]
+- [block] md/raid10: fix deadlock with unaligned read during resync (Doug Ledford) [633695 659623]
+- [block] md/bitmap: separate out loading a bitmap from initialising the structures. (Doug Ledford) [633695 659623]
+- [block] md/bitmap: prepare for storing write-intent-bitmap via dm-dirty-log. (Doug Ledford) [633695 659623]
+- [block] md/bitmap: optimise scanning of empty bitmaps. (Doug Ledford) [633695 659623]
+- [block] md/bitmap: clean up plugging calls. (Doug Ledford) [633695 659623]
+- [block] md/bitmap: reduce dependence on sysfs. (Doug Ledford) [633695 659623]
+- [block] md/bitmap: white space clean up and similar. (Doug Ledford) [633695 659623]
+- [block] md/raid5: export raid5 unplugging interface. (Doug Ledford) [633695 659623]
+- [block] md/plug: optionally use plugger to unplug an array during resync/recovery. (Doug Ledford) [633695 659623]
+- [block] md/raid5: add simple plugging infrastructure. (Doug Ledford) [633695 659623]
+- [block] md/raid5: export is_congested test (Doug Ledford) [633695 659623]
+- [block] raid5: Don't set read-ahead when there is no queue (Doug Ledford) [633695 659623]
+- [block] md: add support for raising dm events. (Doug Ledford) [633695 659623]
+- [block] md: export various start/stop interfaces (Doug Ledford) [633695 659623]
+- [block] md: split out md_rdev_init (Doug Ledford) [633695 659623]
+- [block] md: be more careful setting MD_CHANGE_CLEAN (Doug Ledford) [633695 659623]
+- [block] md/raid5: ensure we create a unique name for kmem_cache when mddev has no gendisk (Doug Ledford) [633695 659623]
+- [block] md/raid5: factor out code for changing size of stripe cache. (Doug Ledford) [633695 659623]
+- [block] md: reduce dependence on sysfs. (Doug Ledford) [633695 659623]
+- [block] md/raid5: don't include 'spare' drives when reshaping to fewer devices. (Doug Ledford) [633695 659623]
+- [block] md/raid5: add a missing 'continue' in a loop. (Doug Ledford) [633695 659623]
+- [block] md/raid5: Allow recovered part of partially recovered devices to be in-sync (Doug Ledford) [633695 659623]
+- [block] md/raid5: More careful check for "has array failed". (Doug Ledford) [633695 659623]
+- [block] md: Don't update ->recovery_offset when reshaping an array to fewer devices. (Doug Ledford) [633695 659623]
+- [block] md/raid5: avoid oops when number of devices is reduced then increased. (Doug Ledford) [633695 659623]
+- [block] md: enable raid4->raid0 takeover (Doug Ledford) [633695 659623]
+- [block] md: clear layout after ->raid0 takeover (Doug Ledford) [633695 659623]
+- [block] md: fix raid10 takeover: use new_layout for setup_conf (Doug Ledford) [633695 659623]
+- [block] md: fix handling of array level takeover that re-arranges devices. (Doug Ledford) [633695 659623]
+- [block] md: raid10: Fix null pointer dereference in fix_read_error() (Doug Ledford) [633695 659623]
+- [block] md: convert cpu notifier to return encapsulate errno value (Doug Ledford) [633695 659623]
+- [block] md: Fix read balancing in RAID1 and RAID10 on drives > 2TB (Doug Ledford) [633695 659623]
+- [block] md/linear: standardise all printk messages (Doug Ledford) [633695 659623]
+- [block] md/raid0: tidy up printk messages. (Doug Ledford) [633695 659623]
+- [block] md/raid10: tidy up printk messages. (Doug Ledford) [633695 659623]
+- [block] md/raid1: improve printk messages (Doug Ledford) [633695 659623]
+- [block] md/raid5: improve consistency of error messages. (Doug Ledford) [633695 659623]
+- [block] md/raid4: permit raid0 takeover (Doug Ledford) [633695 659623]
+- [block] md/raid1: delay reads that could overtake behind-writes. (Doug Ledford) [633695 659623]
+- [block] md/raid1: fix confusing 'redirect sector' message. (Doug Ledford) [633695 659623]
+- [block] md/raid5: small tidyup in raid5_align_endio (Doug Ledford) [633695 659623]
+- [block] md: add support for raid5 to raid4 conversion (Doug Ledford) [633695 659623]
+- [block] md: Add support for Raid0->Raid10 takeover (Doug Ledford) [633695 659623]
+- [block] md: don't use mddev->raid_disks in raid0 or raid10 while array is active. (Doug Ledford) [633695 659623]
+- [block] md/raid1: fix counting of write targets. (Doug Ledford) [633695 659623]
+- [block] md/linear: avoid possible oops and array stop (Doug Ledford) [633695 659623]
+- [block] async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependencies (Doug Ledford) [633695 659623]
+- [block] md: Factor out RAID6 algorithms into lib/ (Doug Ledford) [633695 659623]
+
+* Tue Feb 01 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-110.el6]
+- [block] dm mpath: delay activate_path retry on SCSI_DH_RETRY (Mike Snitzer) [668852]
+- [block] dm: remove superfluous irq disablement in dm_request_fn (Mike Snitzer) [668852]
+- [block] dm log: use PTR_ERR value instead of ENOMEM (Mike Snitzer) [668852]
+- [block] dm snapshot: avoid storing private suspended state (Mike Snitzer) [668852]
+- [block] dm ioctl: suppress needless warning messages (Mike Snitzer) [668852]
+- [block] dm log userspace: add version number to comms (Mike Snitzer) [668852]
+- [block] dm log userspace: group clear and mark requests (Mike Snitzer) [668852]
+- [block] dm log userspace: split flush queue (Mike Snitzer) [668852]
+- [block] dm log userspace: trap all failed log construction errors (Mike Snitzer) [668852]
+- [block] dm kcopyd: delay unplugging (Mike Snitzer) [668852]
+- [block] dm io: remove BIO_RW_SYNCIO flag from kcopyd (Mike Snitzer) [668852]
+- [block] dm crypt: set key size early (Mike Snitzer) [668852]
+- [block] dm raid1: support discard (Mike Snitzer) [668852]
+- [block] dm ioctl: allow rename to fill empty uuid (Mike Snitzer) [668852]
+- [block] block: max hardware sectors limit wrapper (Mike Snitzer) [668852]
+- [netdrv] bna: include new bna ethernet driver (Ivan Vecera) [475692]
+- [cdrom] Fix NULL pointer dereference in cdrom driver (James Paradis) [673567]
+- [mm] hugetlb: fix handling of parse errors in sysfs (Dean Nelson) [673203]
+- [mm] hugetlb: do not allow pagesize >= MAX_ORDER pool (Dean Nelson) [673203]
+- [mm] hugetlb: check the return value of string (Dean Nelson) [673203]
+- [mm] hugetlb.c: fix error-path memory leak in (Dean Nelson) [673203]
+- [mm] hugetlb: abort a hugepage pool resize if a signal (Dean Nelson) [673203]
+- [block] improve detail in I/O error messages (Mike Snitzer) [431754]
+- [block] dm mpath: propagate target errors immediately (Mike Snitzer) [431754]
+- [scsi] Detailed I/O errors (Mike Snitzer) [431754]
+- [scsi] always pass Unit Attention upwards from scsi_check_sense (Mike Snitzer) [431754]
+- [scsi] make error handling more robust in the face of reservations (Mike Snitzer) [431754]
+- [scsi] Return NEEDS_RETRY for eh commands with status BUSY (Mike Snitzer) [431754]
+- [fs] Btrfs: btrfs_iget() returns ERR_PTR (Josef Bacik) [663749]
+- [fs] Btrfs: handle error returns from btrfs_lookup_dir_item() (Josef Bacik) [663749]
+- [fs] Btrfs: Fix null dereference in relocation.c (Josef Bacik) [663749]
+- [fs] Btrfs: fix remap_file_pages error (Josef Bacik) [663749]
+- [fs] Btrfs: The file argument for fsync() is never null (Josef Bacik) [663749]
+- [fs] Btrfs: handle kzalloc() failure in open_ctree() (Josef Bacik) [663749]
+- [fs] Btrfs: fix split_leaf double split corner case (Josef Bacik) [663749]
+- [fs] Btrfs: handle ERR_PTR from posix_acl_from_xattr() (Josef Bacik) [663749]
+- [fs] Btrfs: Fix BUG_ON for fs converted from extN (Josef Bacik) [663749]
+- [fs] Fix btrfs b0rkage (Josef Bacik) [663749]
+- [fs] Btrfs: prevent RAID level downgrades when space is low (Josef Bacik) [663749]
+- [fs] Btrfs: account for missing devices in RAID allocation profiles (Josef Bacik) [663749]
+- [fs] Btrfs: EIO when we fail to read tree roots (Josef Bacik) [663749]
+- [fs] Btrfs: fix compiler warnings (Josef Bacik) [663749]
+- [fs] Btrfs: Make async snapshot ioctl more generic (Josef Bacik) [663749]
+- [fs] Btrfs: pwrite blocked when writing from the mmaped buffer of the same page (Josef Bacik) [663749]
+- [fs] Btrfs: Fix a crash when mounting a subvolume (Josef Bacik) [663749]
+- [fs] Btrfs: fix sync subvol/snapshot creation (Josef Bacik) [663749]
+- [fs] Btrfs: Fix page leak in compressed writeback path (Josef Bacik) [663749]
+- [fs] Btrfs: do not BUG if we fail to remove the orphan item for dead snapshots (Josef Bacik) [663749]
+- [fs] Btrfs: fixup return code for btrfs_del_orphan_item (Josef Bacik) [663749]
+- [fs] Btrfs: do not do fast caching if we are allocating blocks for tree_root (Josef Bacik) [663749]
+- [fs] Btrfs: deal with space cache errors better (Josef Bacik) [663749]
+- [fs] Btrfs: fix use after free in O_DIRECT (Josef Bacik) [663749]
+- [fs] Btrfs: don't use migrate page without CONFIG_MIGRATION (Josef Bacik) [663749]
+- [fs] Btrfs: deal with DIO bios that span more than one ordered extent (Josef Bacik) [663749]
+- [fs] Btrfs: setup blank root and fs_info for mount time (Josef Bacik) [663749]
+- [fs] Btrfs: fix fiemap (Josef Bacik) [663749]
+- [fs] Btrfs - fix race between btrfs_get_sb() and umount (Josef Bacik) [663749]
+- [fs] Btrfs: update inode ctime when using links (Josef Bacik) [663749]
+- [fs] Btrfs: make sure new inode size is ok in fallocate (Josef Bacik) [663749]
+- [fs] Btrfs: fix typo in fallocate to make it honor actual size (Josef Bacik) [663749]
+- [fs] Btrfs: avoid NULL pointer deref in try_release_extent_buffer (Josef Bacik) [663749]
+- [fs] Btrfs: make btrfs_add_nondir take parent inode as an argument (Josef Bacik) [663749]
+- [fs] Btrfs: hold i_mutex when calling btrfs_log_dentry_safe (Josef Bacik) [663749]
+- [fs] Btrfs: use dget_parent where we can UPDATED (Josef Bacik) [663749]
+- [fs] Btrfs: fix more ESTALE problems with NFS (Josef Bacik) [663749]
+- [fs] Btrfs: handle NFS lookups properly (Josef Bacik) [663749]
+- [fs] btrfs: make 1-bit signed fileds unsigned (Josef Bacik) [663749]
+- [fs] btrfs: Show device attr correctly for symlinks (Josef Bacik) [663749]
+- [fs] btrfs: Set file size correctly in file clone (Josef Bacik) [663749]
+- [fs] Btrfs: fix CLONE ioctl destination file size expansion to block boundary (Josef Bacik) [663749]
+- [fs] btrfs: Check if dest_offset is block-size aligned before cloning file (Josef Bacik) [663749]
+- [fs] Btrfs: handle the space_cache option properly (Josef Bacik) [663749]
+- [fs] btrfs: Fix early enospc because 'unused' calculated with wrong sign. (Josef Bacik) [663749]
+- [fs] btrfs: fix panic caused by direct IO (Josef Bacik) [663749]
+- [fs] btrfs: cleanup duplicate bio allocating functions (Josef Bacik) [663749]
+- [fs] btrfs: fix free dip and dip->csums twice (Josef Bacik) [663749]
+- [fs] Btrfs: add migrate page for metadata inode (Josef Bacik) [663749]
+- [fs] Btrfs: deal with errors from updating the tree log (Josef Bacik) [663749]
+- [fs] Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed (Josef Bacik) [663749]
+- [fs] Btrfs: make SNAP_DESTROY async (Josef Bacik) [663749]
+- [fs] Btrfs: add SNAP_CREATE_ASYNC ioctl (Josef Bacik) [663749]
+- [fs] Btrfs: add START_SYNC, WAIT_SYNC ioctls (Josef Bacik) [663749]
+- [fs] Btrfs: async transaction commit (Josef Bacik) [663749]
+- [fs] Btrfs: fix deadlock in btrfs_commit_transaction (Josef Bacik) [663749]
+- [fs] Btrfs: fix lockdep warning on clone ioctl (Josef Bacik) [663749]
+- [fs] Btrfs: fix clone ioctl where range is adjacent to extent (Josef Bacik) [663749]
+- [fs] Btrfs: fix delalloc checks in clone ioctl (Josef Bacik) [663749]
+- [fs] Btrfs: drop unused variable in block_alloc_rsv (Josef Bacik) [663749]
+- [fs] Btrfs: cleanup warnings from gcc 4.6 (nonbugs) (Josef Bacik) [663749]
+- [fs] Btrfs: Fix variables set but not read (bugs found by gcc 4.6) (Josef Bacik) [663749]
+- [fs] Btrfs: Use ERR_CAST helpers (Josef Bacik) [663749]
+- [fs] Btrfs: use memdup_user helpers (Josef Bacik) [663749]
+- [fs] Btrfs: fix raid code for removing missing drives (Josef Bacik) [663749]
+- [fs] Btrfs: Switch the extent buffer rbtree into a radix tree (Josef Bacik) [663749]
+- [fs] Btrfs: restructure try_release_extent_buffer() (Josef Bacik) [663749]
+- [fs] Btrfs: use the flusher threads for delalloc throttling (Josef Bacik) [663749]
+- [fs] Add new functions for triggering inode writeback (Josef Bacik) [663749]
+- [fs] Btrfs: tune the chunk allocation to 5 of the FS as metadata (Josef Bacik) [663749]
+- [fs] Btrfs: don't loop forever on bad btree blocks (Josef Bacik) [663749]
+- [fs] Btrfs: let the user know space caching is enabled (Josef Bacik) [663749]
+- [fs] Btrfs: Add a clear_cache mount option (Josef Bacik) [663749]
+- [fs] Btrfs: add support for mixed data+metadata block groups (Josef Bacik) [663749]
+- [fs] Btrfs: check cache->caching_ctl before returning if caching has started (Josef Bacik) [663749]
+- [fs] Btrfs: load free space cache if it exists (Josef Bacik) [663749]
+- [fs] Btrfs: write out free space cache (Josef Bacik) [663749]
+- [fs] Btrfs: create special free space cache inode (Josef Bacik) [663749]
+- [fs] Btrfs: remove warn_on from use_block_rsv (Josef Bacik) [663749]
+- [fs] Btrfs: set trans to null in reserve_metadata_bytes if we commit the transaction (Josef Bacik) [663749]
+- [fs] Btrfs: fix error handling in btrfs_get_sb (Josef Bacik) [663749]
+- [fs] Btrfs: rework how we reserve metadata bytes (Josef Bacik) [663749]
+- [fs] Btrfs: don't allocate chunks as aggressively (Josef Bacik) [663749]
+- [fs] Btrfs: re-work delalloc flushing (Josef Bacik) [663749]
+- [fs] Btrfs: fix reservation code for mixed block groups (Josef Bacik) [663749]
+- [fs] Btrfs: fix df regression (Josef Bacik) [663749]
+- [fs] Btrfs: fix the df ioctl to report raid types (Josef Bacik) [663749]
+- [fs] Btrfs: stop trying to shrink delalloc if there are no inodes to reclaim (Josef Bacik) [663749]
+- [fs] btrfs: remove junk sb_dirt change (Josef Bacik) [663749]
+- [fs] ext4: serialize unaligned direct asynchronous IO (Eric Sandeen) [615309]
+- [fs] ext4: fix inconsistency with EOFBLOCK_FL (Eric Sandeen) [657553]
+- [fs] ext4: Use bitops to read/modify i_flags in struct ext4_inode_info (Eric Sandeen) [657553]
+- [net] GRO: fix merging a paged skb after non-paged skbs (Michal Schmidt) [672541]
+- [net] netfilter: create audit records for x_table changes (Thomas Graf) [665129]
+- [block] Fix race during disk initialization (Eric Sandeen) [607605]
+- [virt] fix xen hvm fullvirt guest boot failure (Stefan Assmann) [673496]
+- [virt] virtio: console: Wake up outvq on host notifications (Amit Shah) [643750]
+- [netdrv] sfc: update to fix rss_cpus and sync with upstream (Michal Schmidt) [673532]
+- [mm] hugetlb: fix section mismatch with hugetlb_sysfs_add_hstate() (Dean Nelson) [672844]
+- [mm] put_page: recheck PageHead after releasing the compound_lock (Andrea Arcangeli) [664772]
+- [mm] unconditional setup_per_zone_wmarks in set_recommended_min_free_kbytes (Andrea Arcangeli) [664772]
+- [mm] adjust compound_lock_irqsave interface to match upstream (Andrea Arcangeli) [664772]
+
+* Sat Jan 29 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-109.el6]
+- [fcoe] libfc: dereferencing ERR_PTR in fc_tm_done() (Mike Christie) [633915 663561]
+- [fcoe] libfc: Cleanup return paths in fc_rport_error_retry (Mike Christie) [633915 663561]
+- [fcoe] libfc: Return a valid return code in fc_fcp_pkt_abort() (Mike Christie) [633915 663561]
+- [fcoe] libfc: always initialize the FCoE DDP exchange id for fsp as FC_XID_UNKNOWN (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix statistics for FCP input/output megabytes (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: change fip_select to return new FCF (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: reorder FCF list to put latest advertiser first (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: add debug message for FCF destination MAC (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: retry rejected FLOGI to another FCF if possible (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: fix checking of conflicting fabrics in fcoe_ctlr_select() (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: move some timer code to make it reusable (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: update FIP FCF announcements (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix fc_tm_done not freeing the allocated fsp pkt (Mike Christie) [633915 663561]
+- [fcoe] libfc: the timeout for the REC itself is 2 * R_A_TOV_els (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix exchange being deleted when the abort itself is timed out (Mike Christie) [633915 663561]
+- [fcoe] libfc: do not fc_io_compl on fsp w/o any scsi_cmnd associated (Mike Christie) [633915 663561]
+- [fcoe] libfc: add print of exchange id for debugging fc_fcp (Mike Christie) [633915 663561]
+- [fcoe] Update WARN uses (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix memory leakage in remote port (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix memory leakage in local port (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix memory leakage in local port (Mike Christie) [633915 663561]
+- [fcoe] libfc: remove tgt_flags from fc_fcp_pkt struct (Mike Christie) [633915 663561]
+- [fcoe] libfc: use rport timeout values for fcp recovery (Mike Christie) [633915 663561]
+- [fcoe] libfc: incorrect scsi host byte codes returned to scsi-ml (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix stats computation in fc_queuecommand() (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix mem leak in fc_seq_assign() (Mike Christie) [633915 663561]
+- [fcoe] libfc: tune fc_exch_em_alloc() to be O(2) (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix mem leak in fc_exch_recv_seq_resp() (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix NULL pointer dereference bug in fc_fcp_pkt_release (Mike Christie) [633915 663561]
+- [fcoe] libfc: remove define of fc_seq_exch in fc_exch.c (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: VN2VN connection setup causing stack memory corruption (Mike Christie) [633915 663561]
+- [fcoe] libfc: Do not let disc work cancel itself (Mike Christie) [633915 663561]
+- [fcoe] libfc: use DID_TRANSPORT_DISRUPTED while lport not ready (Mike Christie) [633915 663561]
+- [fcoe] libfc: fix setting of rport dev loss (Mike Christie) [633915 663561]
+- [fcoe] libfc: don't require a local exchange for incoming requests (Mike Christie) [633915 663561]
+- [fcoe] libfc: add interface to allocate a sequence for incoming requests (Mike Christie) [633915 663561]
+- [fcoe] libfc: add fc_fill_reply_hdr() and fc_fill_hdr() (Mike Christie) [633915 663561]
+- [fcoe] libfc: add fc_frame_sid() and fc_frame_did() functions (Mike Christie) [633915 663561]
+- [fcoe] libfc: eliminate rport LOGO state (Mike Christie) [633915 663561]
+- [fcoe] config via separate create_vn2vn module parameter (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: use correct FC-MAP for VN2VN mode (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: Fix FIP ELS encapsulation details for FLOGI responses (Mike Christie) [633915]
+- [fcoe] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint support (Mike Christie) [633915 663561]
+- [fcoe] lib/random32: export pseudo-random number generator for modules (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: add state change debugging (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: add protocol description of FIP VN2VN mode (Mike Christie) [633915 663561]
+- [fcoe] libfc: track FIP exchanges (Mike Christie) [633915 663561]
+- [fcoe] libfc: add FLOGI state to rport for VN2VN (Mike Christie) [633915 663561]
+- [fcoe] libfc: Add local port point-to-multipoint flag (Mike Christie) [633915 663561]
+- [fcoe] fnic: change fcoe_ctlr_init interface to specify mode (Mike Christie) [633915 663561]
+- [fcoe] libfc: add discovery-private pointer for LLD (Mike Christie) [633915 663561]
+- [fcoe] libfcoe: convert FIP to lock with mutex instead of spin lock (Mike Christie) [633915 663561]
+- [fcoe] libfc: provide space for LLD after remote port structure (Mike Christie) [633915 663561]
+- [fcoe] libfc: convert rport lookup to be RCU safe (Mike Christie) [633915 663561]
+- [fcoe] make it possible to verify fcoe with sparse (Mike Christie) [633915 663561]
+- [block] fix performance regression introduced by the blkio-throttle code (Jeff Moyer) [669398]
+- [scsi] iscsi class: remove unused active variable (Mike Christie) [668632]
+- [scsi] cxgbi: enable TEXT PDU support (Mike Christie) [668632]
+- [scsi] cxgb3i: fixed connection problem with iscsi private ip (Mike Christie) [668632]
+- [scsi] be2iscsi: fix null ptr when accessing task hdr (Mike Christie) [668632]
+- [scsi] be2iscsi: fix gfp use in alloc_pdu (Mike Christie) [668632]
+- [scsi] libiscsi: add more informative failure message during iscsi scsi eh (Mike Christie) [668632]
+- [scsi] cxgbi: set ulpmode only if digest is on (Mike Christie) [636291]
+- [scsi] cxgb4i: ignore informational act-open-rpl message (Mike Christie) [636291]
+- [scsi] cxgb4i: connection and ddp setting update (Mike Christie) [636291]
+- [scsi] cxgb3i: fixed connection over vlan (Mike Christie) [636291]
+- [scsi] libcxgbi: pdu read fixes (Mike Christie) [636291]
+- [scsi] cxgbi: rename alloc_cpl to alloc_wr (Mike Christie) [636291]
+- [scsi] cxgb3i: change cxgb3i to use libcxgbi (Mike Christie) [636291]
+- [scsi] cxgb4i iscsi driver (Mike Christie) [636291]
+- [scsi] libcxgbi: common library for cxgb3i and cxgb4i (Mike Christie) [636291]
+- [mm] avoid resetting wb_start after each writeback round (Josef Bacik) [638349]
+- [fs] ext4: update writeback_index based on last page scanned (Josef Bacik) [638349]
+- [fs] ext4: implement writeback livelock avoidance using page tagging (Josef Bacik) [638349]
+- [lib] radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tags (Josef Bacik) [638349]
+- [lib] radix-tree: clear all tags in radix_tree_node_rcu_free (Josef Bacik) [638349]
+- [lib] radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged() (Josef Bacik) [638349]
+- [lib] radix-tree: omplement function radix_tree_range_tag_if_tagged (Josef Bacik) [638349]
+- [mm] implement writeback livelock avoidance using page tagging (Josef Bacik) [638349]
+- [scsi] ibft/be2iscsi: update iscsi boot support and add be2iscsi boot support (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Remove premature free of cid (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: More time for FW (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Fix for Login failure (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Driver Version change (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Increase max sector (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Add support for iscsi boot (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: add Kconfig dependency on NET (Mike Christie) [585751 635746]
+- [scsi] The extended shift must be 1 (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Fix for premature buffer free (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Remove debug print in IO path (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Limit max_xmit_length (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Maintain same ITT across login (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Adding crashdump support (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Free tags allocate (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Fix to handle request_irq failure (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: No return value for hwi_enable_intr (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Fix for freeing cid (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: pass the return from beiscsi_open_conn (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Fixing the return type of functions (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Fixing return value (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: Fix warnings from new checkpatch.pl (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: fix null dereference on error path (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: fix memory leak on error path (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: fix disconnection cleanup (Mike Christie) [585751 635746]
+- [scsi] be2iscsi: correct return value in mgmt_invalidate_icds (Mike Christie) [585751 635746]
+- [scsi] ibft: convert iscsi_ibft module to iscsi boot lib (Mike Christie) [585751 635746]
+- [scsi] ibft: separate ibft parsing from sysfs interface (Mike Christie) [585751 635746]
+- [scsi] ibft: Use IBFT_SIGN instead of open-coding the search string (Mike Christie) [585751 635746]
+- [scsi] ibft: For UEFI machines actually do scan ACPI for iBFT (Mike Christie) [585751 635746]
+- [scsi] ibft: Update iBFT handling for v1.03 of the spec (Mike Christie) [585751 635746]
+- [scsi] iscsi_ibft.c: remove NIPQUAD_FMT, use pI4 (Mike Christie) [585751 635746]
+- [scsi] iscsi_ibft.c: use pM to show MAC address (Mike Christie) [585751 635746]
+- [scsi] ibft, x86: Change reserve_ibft_region() to find_ibft_region() (Mike Christie) [585751 635746]
+- [fs] inotify: rework inotify locking to prevent double free use when free in inotify (Eric Paris) [582109]
+- [s390x] kernel: Enhanced node affinity support (Hendrik Brueckner) [632315]
+- [netdrv] qeth: support for priority tags and VLAN-ID 0 tags (Hendrik Brueckner) [633570]
+- [net] enable VLAN NULL tagging (Neil Horman) [633571]
+- [s390x] qeth: fix online setting of OSN-devices (Hendrik Brueckner) [669218]
+- [s390x] qeth: wait for recovery finish in open function (Hendrik Brueckner) [668845]
+- [s390x] qdio: prevent race for shared indicators (Hendrik Brueckner) [668835]
+- [s390x] qeth: l3 hw tx csum circumvent hw bug (Hendrik Brueckner) [663984]
+- [s390x] mm: add devmem_is_allowed() for STRICT_DEVMEM checking (Hendrik Brueckner) [647365]
+- [s390x] qeth: l3 add vlan hdr in passthru frames (Hendrik Brueckner) [659825]
+- [s390x] kernel: nohz vs cpu hotplug system hang (Hendrik Brueckner) [668470]
+- [s390x] qdio: use proper QEBSM operand for SIGA-R and SIGA-S (Hendrik Brueckner) [668468]
+- [s390x] cio: prevent kernel panic when path to network device is lost (Hendrik Brueckner) [662747]
+- [s390x] qeth: enable VIPA add/remove for offline devices (Hendrik Brueckner) [660688]
+- [s390x] hvc_iucv: do not call iucv_unregister if iucv_register has failed (Hendrik Brueckner) [661108]
+- [s390x] zcrypt: Handling of 4096 bit RSA keys in CRT format (Hendrik Brueckner) [633458]
+- [s390x] zcrypt: cope with cca restriction of cex3 (Hendrik Brueckner) [633458]
+- [s390x] zcrypt: support for 4096 bit keys for cex3c (Hendrik Brueckner) [633458]
+- [s390x] zcrypt: support for 4096 bit keys for cex3a (Hendrik Brueckner) [633458]
+- [s390x] zcrypt: Introduce check for 4096 bit support (Hendrik Brueckner) [633458]
+- [s390x] dasd: Improve handling of stolen DASD reservation (Hendrik Brueckner) [644942]
+- [s390x] dasd: add High Performance FICON multitrack support (Hendrik Brueckner) [632332]
+- [s390x] cio: reduce memory consumption of itcw structures (Hendrik Brueckner) [632332]
+- [s390x] cio: obtain mdc value per channel path (Hendrik Brueckner) [632332]
+- [s390x] kernel: display capacity adjustment indicator in /proc/sysinfo (Hendrik Brueckner) [632023]
+- [s390x] dasd: provide a Sense Path Group ID ioctl (Hendrik Brueckner) [644928]
+- [s390x] dasd: Add tunable default grace period for missing interrupts (Hendrik Brueckner) [633386]
+- [s390x] dasd: Add dasd part of cio internal unit check handling (Hendrik Brueckner) [633384]
+- [s390x] dasd: add dynamic PAV toleration (Hendrik Brueckner) [631518]
+- [s390x] zfcpdump: Add prefix registers to dump header (Hendrik Brueckner) [633454]
+- [s390x] zfcp: HBA API completion to support events (Hendrik Brueckner) [633413]
+- [s390x] dasd: improve error recovery for internal I/O (Hendrik Brueckner) [631497]
+- [s390x] s390_hypfs: Add new binary attributes (Hendrik Brueckner) [631533]
+- [s390x] memory hotplug: set phys_device (Hendrik Brueckner) [659474]
+- [memory] allow setting of phys_device (memory hotplug) (Hendrik Brueckner) [659474]
+- [s390x] kernel: fix clock comparator revalidation (Hendrik Brueckner) [658578]
+- [s390x] vmlogrdr: purge after recording is switched off (Hendrik Brueckner) [653477]
+- [s390x] zfcp: Cancel gid_pn work when removing port (Hendrik Brueckner) [653482]
+- [s390x] smsgiucv_app: deliver z/VM CP special messages as uevents (Hendrik Brueckner) [632318]
+- [s390x] qeth: exploit HW TX checksumming (Hendrik Brueckner) [633531]
+- [s390x] qeth: NAPI support for l2 and l3 discipline (Hendrik Brueckner) [633525]
+- [s390x] qdio: extend API to allow polling (Hendrik Brueckner) [633525]
+- [s390x] cio: improve resume handling (Hendrik Brueckner) [633468]
+- [s390x] cio: unit check handling during internal I/O (Hendrik Brueckner) [633384]
+- [s390x] zfcp: Trigger logging in FCP channel on qdio error conditions (Hendrik Brueckner) [632331]
+- [s390x] cio: add CHSC SIOSL Support (Hendrik Brueckner) [632331]
+- [s390x] cio: introduce cio_settle (Hendrik Brueckner) [631517]
+
+* Fri Jan 28 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-108.el6]
+- [watchdog] hpwdt: Make NMI decoding a compile-time option (Tony Camuso) [462945]
+- [watchdog] hpwdt: move NMI-decoding init and exit to seperate functions (Tony Camuso) [462945]
+- [watchdog] hpwdt: Use "decoding" instead of "sourcing" (Tony Camuso) [462945]
+- [watchdog] hpwdt: hpwdt_pretimeout reorganization (Tony Camuso) [462945]
+- [watchdog] hpwdt: implement WDIOC_GETTIMELEFT (Tony Camuso) [462945]
+- [watchdog] hpwdt: allow full range of timer values supported by hardware (Tony Camuso) [462945]
+- [watchdog] hpwdt: Introduce SECS_TO_TICKS() macro (Tony Camuso) [462945]
+- [watchdog] hpwdt: Make x86 assembly ifdef guard more strict (Tony Camuso) [462945]
+- [watchdog] hpwdt: Despecificate driver from iLO2 (Tony Camuso) [462945]
+- [watchdog] hpwdt: Group NMI sourcing specific items together (Tony Camuso) [462945]
+- [watchdog] hpwdt: Group options that affect watchdog behavior together (Tony Camuso) [462945]
+- [watchdog] hpwdt: clean-up include-files (Tony Camuso) [462945]
+- [watchdog] hpwdt: formatting of pointers in printk() (Tony Camuso) [462945]
+- [watchdog] hpwdt: fix lower timeout limit (Tony Camuso) [462945]
+- [watchdog] hpwdt: make the watchdog_info struct const where possible (Tony Camuso) [462945]
+- [scsi] fix id computation in scsi_eh_target_reset (Mike Christie) [643236]
+- [scsi] fix the return value of scsi_target_queue_read() (Mike Christie) [643236]
+- [fs] cifs: add cruid= mount option (Jeff Layton) [667654]
+- [fs] ext3, ext4: update ctime when changing the file's permission by setfacl (Eric Sandeen) [668915]
+- [net] update igbvf driver (Stefan Assmann) [636327]
+- [scsi] fix locking around blk_abort_request() (Stanislaw Gruszka) [620391]
+- [scsi] megaraid: update to version 5.29 (Tomas Henzl) [642052]
+- [virt] MMU: only write protect mappings at pagetable level (Marcelo Tosatti) [634100]
+- [virt] xen: disable ACPI NUMA for PV guests (Andrew Jones) [669773]
+- [virt] xen: unplug the emulated devices at resume time (Paolo Bonzini) [667356]
+- [virt] xenfs: enable for HVM domains too (Paolo Bonzini) [667361]
+- [virt] KVM: Activate Virtualization On Demand (Avi Kivity) [616042]
+- [pci] Fix KABI breakage (Prarit Bhargava) [661301]
+- [pci] PCIe/AER: Disable native AER service if BIOS has precedence (Prarit Bhargava) [661301]
+- [pci] aerdrv: fix uninitialized variable warning (Prarit Bhargava) [661301]
+- [pci] hotplug: Fix build with CONFIG_ACPI unset (Prarit Bhargava) [661301]
+- [pci] PCIe: Ask BIOS for control of all native services at once (Prarit Bhargava) [661301]
+- [pci] PCIe: Introduce commad line switch for disabling port services (Prarit Bhargava) [661301]
+- [pci] ACPI/PCI: Negotiate _OSC control bits before requesting them (Prarit Bhargava) [661301]
+- [pci] ACPI/PCI: Make acpi_pci_query_osc() return control bits (Prarit Bhargava) [661301]
+- [x86] ACPI: cleanup pci_root _OSC code (Prarit Bhargava) [661301]
+- [pci] PCIe AER: Introduce pci_aer_available() (Prarit Bhargava) [661301]
+- [pci] aerdrv: fix annoying warnings (Prarit Bhargava) [661301]
+- [pci] aerdrv: trivial cleanup for aerdrv_core.c (Prarit Bhargava) [661301]
+- [pci] aerdrv: trivial cleanup for aerdrv.c (Prarit Bhargava) [661301]
+- [pci] aerdrv: introduce default_downstream_reset_link (Prarit Bhargava) [661301]
+- [pci] aerdrv: rework find_aer_service (Prarit Bhargava) [661301]
+- [pci] aerdrv: remove is_downstream (Prarit Bhargava) [661301]
+- [pci] aerdrv: remove magical ROOT_ERR_STATUS_MASKS (Prarit Bhargava) [661301]
+- [pci] aerdrv: redefine PCI_ERR_ROOT_*_SRC (Prarit Bhargava) [661301]
+- [pci] aerdrv: rework do_recovery (Prarit Bhargava) [661301]
+- [pci] aerdrv: rework get_e_source() (Prarit Bhargava) [661301]
+- [pci] aerdrv: rework aer_isr_one_error() (Prarit Bhargava) [661301]
+- [pci] aerdrv: rework add_error_device (Prarit Bhargava) [661301]
+- [pci] aerdrv: remove compare_device_id (Prarit Bhargava) [661301]
+- [pci] aerdrv: introduce is_error_source (Prarit Bhargava) [661301]
+- [pci] aerdrv: rework find_source_device (Prarit Bhargava) [661301]
+- [pci] aerdrv: make aer_{en, dis}able_rootport static (Prarit Bhargava) [661301]
+- [pci] aerdrv: cleanup inconsistent functions (Prarit Bhargava) [661301]
+- [pci] aerdrv: RsvdP of PCI_ERR_ROOT_COMMAND (Prarit Bhargava) [661301]
+- [pci] aerdrv: use correct bit defines and add 2ms delay to aer_root_reset (Prarit Bhargava) [661301]
+- [pci] change PCI nomenclature in drivers/pci/ (non-comment changes) (Prarit Bhargava) [661301]
+- [pci] change PCI nomenclature in drivers/pci/ (comment changes) (Prarit Bhargava) [661301]
+- [pci] remove ifdefed pci_cleanup_aer_correct_error_status (Prarit Bhargava) [661301]
+- [pci] Remove unnecessary struct pcie_port_data (Prarit Bhargava) [661301]
+- [pci] Backport upstream PCIE interrupt assignment code (Prarit Bhargava) [661301]
+- [pci] PCIe AER: use pci_is_pcie() (Prarit Bhargava) [661301]
+- [pci] introduce pci_is_pcie() (Prarit Bhargava) [661301]
+- [pci] PCIe AER: use pci_pcie_cap() (Prarit Bhargava) [661301]
+- [pci] fix memory leak in aer_inject (Prarit Bhargava) [661301]
+- [pci] use better error return values in aer_inject (Prarit Bhargava) [661301]
+- [pci] add support for PCI domains to aer_inject (Prarit Bhargava) [661301]
+
+* Thu Jan 27 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-107.el6]
+- [x86] lockup detector: enable config options (Don Zickus) [669808]
+- [x86] lockup detector: Kconfig fixes to seperate hard and soft lockup options (Don Zickus) [669808]
+- [x86] NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls (Don Zickus) [669808]
+- [x86] perf, arch: Cleanup perf-pmu init vs lockup-detector (Don Zickus) [669808]
+- [x86] nmi: Add in new nmi_watchdog/softlockup changes (Don Zickus) [669808]
+- [x86] Move notify_die from nmi.c to traps.c (Don Zickus) [669808]
+- [kernel] perf_event backport (Peter Zijlstra) [672264]
+- [scsi] fnic: Bumping up fnic version from 1.4.0.145 to 1.5.0.1 (Mike Christie) [663222]
+- [scsi] fnic: fix memory leak (Mike Christie) [663222]
+- [irq] Add new IRQ flag IRQF_NO_SUSPEND (Andrew Jones) [671147]
+- [virt] xen: events: do not unmask event channels on resume (Andrew Jones) [671147]
+- [virt] xen: Do not suspend IPI IRQs (Andrew Jones) [671147]
+- [virt] ixp4xx-beeper: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupt (Andrew Jones) [671147]
+- [fs] ext3: avoid WARN() messages when failing to write the superblock (Edward Shishkin) [591466]
+- [fs] ext3: unify log messages (Edward Shishkin) [591466]
+- [kernel] add 'make rh-perf' target (Jason Baron) [644991]
+- [kernel] perf: .spec file updates (Jason Baron) [644991]
+- [kernel] perf: updates from 2.6.34 -> 2.6.37 (Jason Baron) [644991]
+- [kernel] perf: sync to 2.6.34 (Jason Baron) [644991]
+- [x86] Westmere apicid fix (George Beshers) [635808]
+- [x86] Fix a hard coded limit of a maximum of 16 cpu's per socket (George Beshers) [635808]
+- [x86] uv: More Westmere support on SGI UV (George Beshers) [635808]
+- [x86] uv: Enable Westmere support on SGI UV (George Beshers) [635808]
+- [scsi] scsi_dh: propagate SCSI device deletion (Mike Snitzer) [669411]
+- [scsi] scsi_dh_hp_sw: fix deadlock in start_stop_endio (Mike Snitzer) [652024]
+- [scsi] scsi_dh_alua: add scalable ONTAP lun to dev list (Mike Snitzer) [667661]
+- [scsi] scsi_dh_alua: Add Promise VTrak to dev list (Mike Snitzer) [652024]
+- [scsi] scsi_dh_alua: fix stpg_endio group state reporting (Mike Snitzer) [652024]
+- [scsi] scsi_dh_alua: fix deadlock in stpg_endio (Mike Snitzer) [652024]
+- [scsi] scsi_dh_alua: fix submit_stpg return (Mike Snitzer) [652024]
+- [pci] Fix mmap address check in pci_mmap_fits (Prarit Bhargava) [645287]
+- [pci] fix size checks for mmap() on /proc/bus/pci files (Prarit Bhargava) [645287]
+- [fs] GFS2: recovery stuck on transaction lock (Robert S Peterson) [672600]
+- [fs] nfs4: fix units bug causing hang on recovery (J. Bruce Fields) [672345]
+- [fs] ext4: Update ext4 documentation (Lukas Czerner) [519467]
+- [fs] jbd2: fix /proc/fs/jbd2/<dev> when using an external (Lukas Czerner) [655875]
+- [net] netfilter: nf_conntrack snmp helper (Jiri Olsa) [638176]
+- [net] netfilter: audit target to record accepted/dropped packets (Thomas Graf) [642391]
+- [net] packet_mmap: expose hw packet timestamps to network packet capture utilities (Thomas Graf) [645800]
+- [scsi] bfa rebase reflecting scsi-misc bfa (Rob Evers) [641052]
+- [scsi] libsas: Don't issue commands to devices that have been hot-removed (David Milburn) [669154]
+- [security] crypto: mark ghash as fips_allowed (Jarod Wilson) [638133]
+- [kernel] Fix over-scheduling bug (Jane Lv) [666484]
+- [kernel] trace: add several tracepoints/scripts for analyzing network stack (Neil Horman) [611700]
+- [sound] disable NVIDIA HDMI PCI device for Lenovo T410 models (Jaroslav Kysela) [662660]
+- [sound] Update the ALSA HDA audio driver from upstream (Jaroslav Kysela) [583745 618797 619430 636922 637240 646771 663946 667460]
+- [x86] UEFI IBM boot regression (Bob Picco) [668825]
+- [netdrv] ehea: Add some info messages and fix an issue (Steve Best) [658185]
+
+* Wed Jan 26 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-106.el6]
+- [crypto] mark xts(aes) as fips_allowed (Jarod Wilson) [625489]
+- [fs] nfsd: break lease on unlink, link, and rename (J. Bruce Fields) [626814]
+- [fs] nfsd4: break lease on nfsd setattr (J. Bruce Fields) [626814]
+- [fs] nfsd: remove some unnecessary dropit handling (J. Bruce Fields) [626814]
+- [fs] nfsd: stop translating EAGAIN to nfserr_dropit (J. Bruce Fields) [626814]
+- [fs] svcrpc: simpler request dropping (J. Bruce Fields) [626814]
+- [fs] svcrpc: avoid double reply caused by deferral race (J. Bruce Fields) [626814]
+- [fs] nfsd: don't drop requests on -ENOMEM (J. Bruce Fields) [626814]
+- [x86] numa: Cacheline aliasing makes for_each_populated_zone extremely expensive (George Beshers) [635850]
+- [scsi] mptas: version string change 3.04.18 (Tomas Henzl) [642618]
+- [scsi] mptsas: Incorrect return value in mptscsih_dev_reset (Tomas Henzl) [642618]
+- [scsi] mptsas: inDMD deleted (Tomas Henzl) [642618]
+- [scsi] mptsas: remove bus reset (Tomas Henzl) [642618]
+- [scsi] mptsas: 3gbps - 6gbps (Tomas Henzl) [642618]
+- [scsi] mptsas: sysfs sas addr handle (Tomas Henzl) [642618]
+- [scsi] mptsas: fix warning when not using procfs (Tomas Henzl) [642618]
+- [scsi] mptsas: Fix 32 bit platforms with 64 bit resources (Tomas Henzl) [642618]
+- [scsi] mptsas: convert to seq_file (Tomas Henzl) [642618]
+- [scsi] mptsas: use module_param in drivers/message/fusion/mptbase.c (Tomas Henzl) [642618]
+- [scsi] mptsas: drivers/message/fusion: Adjust confusing indentation (Tomas Henzl) [642618]
+- [scsi] mptsas: print Doorbell register in a case of hard reset and timeout (Tomas Henzl) [642618]
+- [scsi] mptsas: fixed hot-removal processing (Tomas Henzl) [642618]
+- [scsi] mptsas: Cleanup some duplicate calls in mptbase.c (Tomas Henzl) [642618]
+- [scsi] mptsas: Added missing reset for ioc_reset_in_progress in SoftReset (Tomas Henzl) [642618]
+- [scsi] mptsas: Proper error handling is added after mpt_config timeout (Tomas Henzl) [642618]
+- [scsi] mptsas: Event data alignment with 4 byte (Tomas Henzl) [642618]
+- [scsi] mptsas: Check for command status is added after completion (Tomas Henzl) [642618]
+- [scsi] mptsas: Task abort is not supported for Volumes (Tomas Henzl) [642618]
+- [scsi] mptsas: sanity check for vdevice pointer is added (Tomas Henzl) [642618]
+- [scsi] mptsas: Setting period, offset and width for SPI driver (Tomas Henzl) [642618]
+- [scsi] mptsas: Proper bus_type check is added (Tomas Henzl) [642618]
+- [scsi] mptsas: mpt_detach is called properly at the time of rmmod (Tomas Henzl) [642618]
+- [scsi] mptsas: mpt config will do Hard Reset based upon retry counts (Tomas Henzl) [642618]
+- [scsi] mptsas: Updated SCSI IO IOCTL error handling (Tomas Henzl) [642618]
+- [scsi] mptsas: Added new less expensive RESET (Message Unit Reset) (Tomas Henzl) [642618]
+- [scsi] mptsas: modify mptctl_exit() to call proper deregister functions (Tomas Henzl) [642618]
+- [scsi] mptsas: hold off error recovery while alternate ioc is initializing (Tomas Henzl) [642618]
+- [scsi] mptsas: corrected if condition check for SCSIIO and PASSTHROUGH commands (Tomas Henzl) [642618]
+- [scsi] mptsas: block device when target is being removed by FW (Tomas Henzl) [642618]
+- [scsi] mptsas: Added sysfs expander manufacture information (Tomas Henzl) [642618]
+- [scsi] mptsas: Added-MPI_SCSIIO_CONTROL_HEADOFQ-priority (Tomas Henzl) [642618]
+- [fs] ext4: Add FITRIM ioctl to handle ext4 batched discard (Lukas Czerner) [651021]
+- [fs] ext4: Add batched discard support for ext4 (Lukas Czerner) [651021]
+- [fs] ext4: Create ext4 helper for sb_issue_discard (Lukas Czerner) [651021]
+- [fs] Added a #include to eliminate a compilation failure (Steve Dickson) [479351]
+- [fs] pnfs: layout roc code (Steve Dickson) [479351]
+- [fs] pnfs: update nfs4_callback_recallany to handle layouts (Steve Dickson) [479351]
+- [fs] pnfs: add CB_LAYOUTRECALL handling (Steve Dickson) [479351]
+- [fs] pnfs: CB_LAYOUTRECALL xdr code (Steve Dickson) [479351]
+- [fs] pnfs: change lo refcounting to atomic_t (Steve Dickson) [479351]
+- [fs] pnfs: check that partial LAYOUTGET return is ignored (Steve Dickson) [479351]
+- [fs] pnfs: add layout to client list before sending rpc (Steve Dickson) [479351]
+- [fs] pnfs: serialize LAYOUTGET(openstateid) (Steve Dickson) [479351]
+- [fs] pnfs: layoutget rpc code cleanup (Steve Dickson) [479351]
+- [fs] pnfs: change how lsegs are removed from layout list (Steve Dickson) [479351]
+- [fs] pnfs: change layout state seqlock to a spinlock (Steve Dickson) [479351]
+- [fs] pnfs: add prefix to struct pnfs_layout_hdr fields (Steve Dickson) [479351]
+- [fs] pnfs: add prefix to struct pnfs_layout_segment fields (Steve Dickson) [479351]
+- [fs] pnfs: remove unnecessary field lgp->status (Steve Dickson) [479351]
+- [fs] pnfs: fix incorrect comment in destroy_lseg (Steve Dickson) [479351]
+- [fs] NFS: rename client back channel transport field (Steve Dickson) [479351]
+- [fs] NFS: add session back channel draining (Steve Dickson) [479351]
+- [fs] NFS: RPC_AUTH_GSS unsupported on v4.1 back channel (Steve Dickson) [479351]
+- [fs] NFS refactor nfs_find_client and reference client across callback processing (Steve Dickson) [479351]
+- [fs] nfs41: do not allocate unused back channel pages (Steve Dickson) [479351]
+- [fs] NFS associate sessionid with callback connection (Steve Dickson) [479351]
+- [fs] NFS implement v4.0 callback_ident (Steve Dickson) [479351]
+- [fs] NFS: do not clear minor version at nfs_client free (Steve Dickson) [479351]
+- [fs] NFS: use svc_create_xprt for NFSv4.1 callback service (Steve Dickson) [479351]
+- [fs] SUNRPC: register and unregister the back channel transport (Steve Dickson) [479351]
+- [fs] SUNRPC: new transport for the NFSv4.1 shared back channel (Steve Dickson) [479351]
+- [fs] SUNRPC: fix bc_send print (Steve Dickson) [479351]
+- [fs] SUNRPC: move svc_drop to caller of svc_process_common (Steve Dickson) [479351]
+- [netdrv] qlge: Fix deadlock when cancelling worker (Chad Dupuis) [635703]
+- [netdrv] qlge: New release P27 (Chad Dupuis) [635703]
+- [netdrv] qlge: Generate the coredump to ethtool user buffer (Chad Dupuis) [635703]
+- [netdrv] qlge: pull NULL check ahead of dereference (Chad Dupuis) [635703]
+- [netdrv] qlge: Fix a deadlock when the interface is going down (Chad Dupuis) [635703]
+- [netdrv] qlge: reset the chip before freeing the buffers (Chad Dupuis) [635703]
+- [netdrv] qlge: Restoring the vlan setting during ql_adapter_up (Chad Dupuis) [635703]
+- [netdrv] qlge: New release P25 (Chad Dupuis) [635703]
+- [netdrv] qlge: fix a eeh handler to not add a pending timer (Chad Dupuis) [635703]
+- [netdrv] qlge: New release P24 (Chad Dupuis) [635703]
+- [netdrv] qlge: Remove all error packet flags and enable tcp/udp and ip csum error (Chad Dupuis) [635703]
+- [netdrv] qlge: Restoring the promiscuous setting in ql_adapter_up (Chad Dupuis) [635703]
+- [netdrv] qlge: Changing cpu_to_be16 to htons for udp checksum (Chad Dupuis) [635703]
+- [netdrv] qlge: Eliminate firmware dependency for MPI coredump (Chad Dupuis) [635703]
+- [kernel] driver core: Convert link_mem_sections to use find_memory_block_hinted (George Beshers) [635866]
+- [kernel] driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_hinted (George Beshers) [635866]
+- [kernel] kobject: Introduce kset_find_obj_hinted (George Beshers) [635866]
+- [x86] UV: memory_block_size_bytes for x86_64 when CONFIG_X86_UV (George Beshers) [635866]
+- [ppc] add dynamic dma window support (Steve Best) [632770]
+- [ppc] add memory_hotplug_max (Steve Best) [632770]
+- [ppc] dma: Add optional platform override of dma_set_mask() (Steve Best) [632770]
+- [x86] therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 'thermal' (Prarit Bhargava) [666859]
+- [x86] mce: Notify about corrected events too (Prarit Bhargava) [666859]
+- [x86] asm: Introduce and use percpu_inc() (Prarit Bhargava) [666859]
+- [mm] memory hotplug: fix notifier's return value check (Steve Best) [632694]
+- [powerpc] Make the CMM memory hotplug aware (Steve Best) [632694]
+- [mm] Add notifier in pageblock isolation for balloon drivers (Steve Best) [632694]
+- [kernel] tracing: Allow to disable cmdline recording (Jiri Olsa) [632065]
+- [kernel] tracing: Combine event filter_active and enable into single flags field (Jiri Olsa) [632065]
+- [fs] GFS2: [RFE] glock scalability patches (Abhijith Das) [656939]
+- [net] bonding: prevent sysfs from allowing arp monitoring with alb/tlb (Andy Gospodarek) [605189]
+- [net] fix oops in RPS when netdevice has no parent dev (Neil Horman) [670907]
+- [scsi] libsas: fix bug for vacant phy (David Milburn) [668754]
+- [scsi] sr: fix sr_drive_status handling when initialization required (Tomas Henzl) [663159]
+
+* Tue Jan 25 2011 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-10
+- disable debug and debuginfo packages for all flavors. Also incorporate kernel-firmware package's content into kernel RPM.
+
+* Tue Jan 25 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-105.el6]
+- [ppc] Export memstart_addr and kernstart_addr on ppc64 (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] fix compiling problem with i386 (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4: add ConnectX-3 PCI IDs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4: fix mc usage after IBoE addition (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3/t3_hw.c: use new hex_to_bin() method (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] uverbs: Handle large number of entries in poll CQ (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: fix MAC address hash filter (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Fix information leak in marshalling code (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] pack: Remove some unused code added by the IBoE patches (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mlx4: Fix IBoE link state (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mlx4: Fix IBoE reported link rate (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_core: Workaround firmware bug in query dev cap (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mlx4: Fix memory ordering of VLAN insertion control bits (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: Integer overflow in RDS cmsg handling (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: Fix rds message leak in rds_message_map_pages (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: Remove kfreed tcp conn from list (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: Lost locking in loop connection freeing (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: remove call to stop TX queues at load time (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3: remove call to stop TX queues at load time (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Let rds_message_alloc_sgs() return NULL (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Copy rds_iovecs into kernel memory instead of rereading from userspace (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Clean up error handling in rds_cmsg_rdma_args (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Return -EINVAL if rds_rdma_pages returns an error (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] fix rds_iovec page count overflow (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3: Fix panic in free_tx_desc() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3: fix crash due to manipulating queues before registration (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [kernel] kernel.h: add {min,max}3 macros (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: clean up properly if pci_set_consistent_dma_mask() fails (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Allow driver to load if PCIe AER fails (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Fix uninitialized pointer if CONFIG_PCI_MSI not set (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Fix extra log level in qib_early_err() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Remove unnecessary KERN_<level> use (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb3: Remove unnecessary KERN_<level> use (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Fix out of bounds array access (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3: fix device opening error path (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] core: Add link layer type information to sysfs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mlx4: Add VLAN support for IBoE (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] core: Add VLAN support for IBoE (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mlx4: Add support for IBoE (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Change multicast promiscuous mode to support IBoE (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_core: Update data structures and constants for IBoE (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_core: Allow protocol drivers to find corresponding interfaces (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] uverbs: Return link layer type to userspace for query port operation (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] srp: Sync buffer before posting send (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] srp: Use list_first_entry() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] srp: Reduce number of BUSY conditions (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] srp: Eliminate two forward declarations (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: fix crash due to manipulating queues before registration (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4: make functions local and remove dead code (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mlx4: Signal node desc changes to SM by using FW to generate trap 144 (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Replace EXTRA_CFLAGS with ccflags-y (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [kernel] kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] ucma: Allow tuning the max listen backlog (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Set dev_id field of net_device (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] srp: Implement SRP_CRED_REQ and SRP_AER_REQ (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] srp: Preparation for transmit ring response allocation (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Process RDMA WRITE ONLY with IMMEDIATE properly (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb3: When a user QP is marked in error, also mark the CQs in error (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Use cxgb4 service for packet gl to skb (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Export T4 TCP MIB (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3: function namespace cleanup (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: make local functions/variables static (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: function namespace cleanup (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] fix mlx4 kconfig dependency warning (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] pack: IBoE UD packet packing support (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cm: Add RDMA CM support for IBoE devices (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mad: IBoE supports only QP1 (no QP0) (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Skip IBoE ports (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] iwcm: Fix hang in uninterruptible wait on cm_id destroy (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Use simple_read_from_buffer() for debugfs handlers (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Add default_llseek to debugfs files (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mlx4: Limit size of fast registration WRs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Turn carrier off on ifdown (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Report correct port state if interface is down (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] ehca: Fix driver on relocatable kernel (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: remove a bogus PCI function number check (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] umad: Make user_mad semaphore a real one (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] amso1100: Remove KERN_<level> from pr_<level> use (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Remove unneeded variable (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Set pkt_type correctly for multicast packets (fix IGMP breakage) (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Fastreg NSMR fixes (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Don't set completion flag for read requests (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Set the default TCP send window to 128KB (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Use a mutex for QP and EP state transitions (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Support on-chip SQs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Centralize the wait logic (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: debugfs files for dumping active stags (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Log HW lack-of-resource errors (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Handle CPL_RDMA_TERMINATE messages (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Ignore TERMINATE CQEs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Ignore positive return values from cxgb4_*_send() functions (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Zero out ISGL padding (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Don't use null ep ptr (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Fix cast-to-pointer warnings on 32-bit (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] core: Add link layer property to ports (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Revert "[infiniband] Add IBoE support" (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Revert "[infiniband] mlx4: enable IBoE feature" (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Fix warnings about casts to/from pointers of different sizes (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb3: Turn off RX coalescing for iWARP connections (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] fix a lockdep splat (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Remove unnecessary casts of private_data (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: spin_lock_irq() is not nestable (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: double unlock in rds_ib_cm_handle_connect() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: signedness bug (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3/cxgb3_main.c: prevent reading uninitialized stack memory (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3: remove undefined operations (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Implement masked atomic operations (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] print string constants in more places (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: cancel connection work structs as we shut down (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: don't call rds_conn_shutdown() from rds_conn_destroy() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: have sockets get transport module references (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: remove old rs_transport comment (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: lock rds_conn_count decrement in rds_conn_destroy() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] protect the list of IB devices (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] print IB event strings as well as their number (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: flush fmrs before allocating new ones (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: properly use sg_init_table (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] track signaled sends (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: remove __init and __exit annotation (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] always process recv completions (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: return to a single-threaded krdsd (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] create a work queue for FMR flushing (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] destroy connections on rmmod (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] wait for IB dev freeing work to finish during rmmod (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Make ib_recv_refill return void (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Remove unused XLIST_PTR_TAIL and xlist_protect() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: whitespace (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: use delayed work for the FMR flushes (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: more FMRs are faster (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: recycle FMRs through lockless lists (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: fix rds_send_xmit() serialization (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: block ints when acquiring c_lock in rds_conn_message_info() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: remove unused rds_send_acked_before() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: use friendly gfp masks for prefill (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Add caching of frags and incs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Remove ib_recv_unmap_page() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Assume recv->r_frag is always NULL in refill_one() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Use page_remainder_alloc() for recv bufs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] disconnect when IB devices are removed (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: introduce rds_conn_connect_if_down() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] add refcount tracking to struct rds_ib_device (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] get the xmit max_sge from the RDS IB device on the connection (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] rds_ib_cm_handle_connect() forgot to unlock c_cm_lock (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: Fix reference counting on the for xmit_atomic and xmit_rdma (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: use RCU to protect the connection hash (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: use locking on the connection hash list (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: Fix RDMA message reference counting (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: don't let RDS shutdown a connection while senders are present (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: Use RCU for the bind lookup searches (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] add _to_node() macros for numa and use {k, v}malloc_node() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Remove unused variable in ib_remove_addr() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: rcu-ize rds_ib_get_device() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: per-rm flush_wait waitq (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: switch to rwlock on bind_lock (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Update comments in rds_send_xmit() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Use a generation counter to avoid rds_send_xmit loop (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Get pong working again (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Do wait_event_interruptible instead of wait_event (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Remove send_quota from send_xmit() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Move atomic stats from general to ib-specific area (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: rds_message_unmapped() doesn't need to check if queue active (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Fix locking in send on m_rs_lock (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Use NOWAIT in message_map_pages() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Bypass workqueue when queueing cong updates (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Call rds_send_xmit() directly from sendmsg() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: rds_send_xmit() locking/irq fixes (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Change send lock from a mutex to a spinlock (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Refill recv ring directly from tasklet (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Stop supporting old cong map sending method (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Do not wait for send ring to be empty on conn shutdown (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Perform unmapping ops in stages (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Make sure cmsgs aren't used in improper ways (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Add flag for silent ops. Do atomic op before RDMA (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Move some variables around for consistency (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: queue failure notifications for dropped atomic ops (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Add a warning if trying to allocate 0 sgs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Do not set op_active in r_m_copy_from_user() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Rewrite rds_send_xmit (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Rename data op members prefix from m_ to op_ (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Remove struct rds_rdma_op (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: purge atomic resources too in rds_message_purge() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Inline rdma_prepare into cmsg_rdma_args (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Implement silent atomics (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Move loop-only function to loop.c (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Make all flow control code conditional on i_flowctl (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Remove unsignaled_bytes sysctl (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: rewrite rds_ib_xmit (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Remove ib_[header/data]_sge() functions (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Remove dead code (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Disallow connections less than RDS 3.1 (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] eliminate duplicate code (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: inc_purge() transport function unused - remove it (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Whitespace (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Do not mask address when pinning pages (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Base init_depth and responder_resources on hw values (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Implement atomic operations (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Clear up some confusing code in send_remove_from_sock (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: make sure all sgs alloced are initialized (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: make m_rdma_op a member of rds_message (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: fold rdma.h into rds.h (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Explicitly allocate rm in sendmsg() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: cleanup/fix rds_rdma_unuse (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: break out rdma and data ops into nested structs in rds_message (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: move rds_shutdown_worker impl. to rds_conn_shutdown (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Fix locking in send on m_rs_lock (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Rewrite rds_send_drop_to() for clarity (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Fix corrupted rds_mrs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Fix BUG_ONs to not fire when in a tasklet (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Fix hang with modified FIN handling on A0 cards (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Change state to closing after FIN (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Fix double CLOSE event indication crash (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Write correct register write to set TX pause param (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Fixed Ethtool statistics report (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Consider napi_get_frags() failure (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb3: Don't exceed the max HW CQ depth (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4: use bitmap library (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Fix build warning in mlx4_en_create_rx_ring (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: updated driver version (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Moving to work with GRO (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: reconfiguring mac address (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: get/set ringsize uses actual ring size (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Fixing report in Ethtool get_settings (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Added self diagnostics test implementation (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Validate port up prior to transmitting (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Reporting link state with KERN_INFO (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Fixed MAX_TX_RINGS definition (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: performing CLOSE_PORT at the end of tear-down process (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Setting dev->perm_addr field (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Setting actual RX ring size (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: Fixed incorrect unmapping on RX flow (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: update PCI ids (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: fix setting of the function number in transmit descriptors (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: support eeprom read/write on functions other than 0 (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: handle Rx/Tx queue ranges not starting at 0 (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4: remove num_lro parameter (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: fix a leak of kernel memory (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] Convert unbounded kzalloc calls to kcalloc (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Obtain RDMA QID ranges from LLD/FW (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Add missing <linux/slab.h> include (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] ehca: Drop unnecessary NULL test (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Fix confusing if statement indentation (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3: do not use PCI resources before pci_enable_device() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Fix misindented code (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Fix showing wqm_quanta (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Get rid of "set but not used" variables (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Read firmware version from correct place (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] srp: Export req_lim via sysfs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] srp: Make receive buffer handling more robust (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] srp: Use print_hex_dump() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Rename RAW_ETY to RAW_ETHERTYPE (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Fix two sparse warnings (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb3: Make needlessly global iwch_l2t_send() static (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Add timeouts when waiting for FW responses (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Fix race between qib_error_qp() and receive packet processing (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Limit the number of packets processed per interrupt (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Allow writes to the diag_counters to be able to clear them (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Set cfgctxts to number of CPUs by default (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Set/reset the EP timer inside EP lock (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Use correct control txq (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Fix race in fini path (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: update driver version (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: add new PCI IDs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: fix wrong shift direction (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: support running the driver on PCI functions besides 0 (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: advertise NETIF_F_TSO_ECN (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: get on-chip queue info from FW and create a memory window for them (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: fix TSO descriptors (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: don't offload Rx checksums for IPv6 fragments (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: disable an interrupt that is neither used nor serviced (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cm: Check LAP state before sending an MRA (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Fix hangs on ifdown (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Store and print eeprom version (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Convert pci_table entries to PCI_VDEVICE (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Allow PSM to select from multiple port assignment algorithms (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Turn off IB latency mode (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Use generic_file_llseek (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Support variable sized work requests (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb3: Clean up signed check of unsigned variable (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Remove dependency on __GFP_NOFAIL (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Add module option to tweak delayed ack (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] ipath: Fix probe failure path (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Remove unnecessary casts of private_data (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Avoid variable-length array (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Remove unneeded NULL check (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Remove unneeded assignment (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Rewrite expression to avoid undefined semantics (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] umad: Remove unused-but-set variable 'already_dead' (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: exclude registers with read side effects from register dumps (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: avoid duplicating some resource freeing code (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: move the choice of interrupt type before net_device registration (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Use request_firmware() to load SD7220 firmware (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: Use kfree_skb for skb pointers (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Fix world-writable child interface control sysfs attributes (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Clean up properly if qib_init() fails (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Completion queue callback needs to be single threaded (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Update 7322 serdes tables (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Clear 6120 hardware error register (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Clear eager buffer memory for each new process (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Mask hardware error during link reset (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problem (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Derive smac_idx from port viid (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Avoid false GTS CIDX_INC overflows (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Don't call abort_connection() for active connect failures (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4vf: Add code to provision T4 PCI-E SR-IOV Virtual Functions with hardware resources (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4vf: Add new macros and definitions for hardware constants (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4vf: update to latest T4 firmware API file (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4vf: small changes to message processing structures/macros (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3: request 7.10 firmware (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: minor cleanup (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: update FW definitions (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: add a missing error interrupt (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: propagate link initialization errors to .ndo_open's callers (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: set dev_id to the port number (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: implement EEH (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: rearrange initialization code in preparation for EEH (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: dynamically determine flash size and FW image location (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] fix the deadlock in qib_fs (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_en: use net_device dev_id to indicate port number (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb3: Use memdup_user (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: Add missing mutex_unlock (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Remove DCA support until feature is finished (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] ehca: convert cpu notifier to return encapsulate errno value (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Use a single txselect module parameter for serdes tuning (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Don't rely on (undefined) order of function parameter evaluation (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] ucm: Use memdup_user() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Fix undefined symbol error when CONFIG_PCI_MSI=n (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Fix incorrect unlock in nes_process_mac_intr() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Async event for closed QP causes crash (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Have ethtool read hardware registers for rx/tx stats (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Only insert sq qid in lookup table (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Support IB_WR_READ_WITH_INV opcode (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Set fence flag for inv-local-stag work requests (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Update some HW limits (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Don't limit fastreg page list depth (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Return proper errors in fastreg mr/pbl allocation (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Fix overflow bug in CQ arm (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Optimize CQ overflow detection (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: CQ size must be IQ size - 2 (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Register RDMA provider based on LLD state_change events (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Detach from the LLD after unregistering RDMA device (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] ipath: Remove support for QLogic PCIe QLE devices (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] qib: Add new qib driver for QLogic PCIe InfiniBand adapters (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mad: Make needlessly global mad_sendq_size/mad_recvq_size static (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] core: Allow device-specific per-port sysfs files (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_core: Clean up mlx4_alloc_icm() a bit (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] mlx4_core: Fix possible chunk sg list overflow in mlx4_alloc_icm() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: notify upper drivers if the device is already up when they load (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: keep interrupts available when the ports are brought down (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: fix initial addition of MAC address (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] core: Use kmemdup() instead of kmalloc()+memcpy() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: report GRO stats with ethtool -S (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: configure HW VLAN extraction through FW (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] MAINTAINERS: Add cxgb4 and iw_cxgb4 entries (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb3: Shrink .text with compile-time init of handlers arrays (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: increase serial number length (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: Make unnecessarily global functions static (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [netdrv] cxgb4: Use ntohs() on __be16 value instead of htons() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Allow disabling/enabling TSO on the fly through ethtool (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] mlx4: Add support for masked atomic operations (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] core: Add support for masked atomic operations (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cma: Randomize local port allocation (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Make unnecessarily global functions static (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] nes: Make nesadapter->phy_lock usage consistent (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [kernel] Enable the new kfifo API (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [kernel] kfifo: add the new generic kfifo API (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb4: Add driver for Chelsio T4 RNIC (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] cxgb3: Don't free skbs on NET_XMIT_* indications from LLD (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Explicitly rule out llseek to avoid BKL in default_llseek() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] rds: cleanup: remove unneeded variable (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] ipoib: remove addrlen check for mc addresses (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] convert multiple drivers to use netdev_for_each_mc_addr (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Enable per-cpu workqueue threads (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Do not call set_page_dirty() with irqs off (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Properly unmap when getting a remote access error (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: only put sockets that have seen congestion on the poll_waitq (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Fix locking in rds_send_drop_to() (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Turn down alarming reconnect messages (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Workaround for in-use MRs on close causing crash (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Fix send locking issue (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Fix congestion issues for loopback (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS/TCP: Wait to wake thread when write space available (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: update copy_to_user state in tcp transport (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: sendmsg() should check sndtimeo, not rcvtimeo (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [net] RDS: Do not BUG() on error returned from ib_post_send (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] Fix typos in comments (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+- [infiniband] ib_qib: back out driver entirely (Doug Ledford) [607396 633157 633329 633875 635914 660674 660680] {CVE-2010-3296}
+
+* Tue Jan 25 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-104.el6]
+- [ppc] fix oops in device_pm_remove (Steve Best) [632683]
+- [fs] Allow gfs2 to update quota usage through the quotactl interface (Steven Whitehouse) [671267]
+- [x86] thp: pte alloc trans splitting (John Villalovos) [464222]
+- [x86] Enable CONFIG_INTEL_TXT so that Intel Trusted Execution Technology can work (John Villalovos) [464222]
+- [scsi] pmcraid: disable msix and expand device config entry (Rob Evers) [633880]
+- [scsi] pmcraid: add support for set timestamp command and other fixes (Rob Evers) [633880]
+- [scsi] pmcraid: MSI-X support and other changes (Rob Evers) [633880]
+- [kprobes] x86, alternative: Call stop_machine_text_poke() on all cpus (Jiri Olsa) [464658]
+- [kprobes] Remove redundant text_mutex lock in optimize (Jiri Olsa) [464658]
+- [kprobes] Add sparse context annotations (Jiri Olsa) [464658]
+- [kprobes] Remove __dummy_buf (Jiri Olsa) [464658]
+- [kprobes] Make functions static (Jiri Olsa) [464658]
+- [kprobes] Verify jprobe entry point (Jiri Olsa) [464658]
+- [kprobes] Remove redundant address check (Jiri Olsa) [464658]
+- [kprobes] x86: Fix the return address of multiple kretprobes (Jiri Olsa) [464658]
+- [kprobes] x86: fix swapped segment registers in kretprobe (Jiri Olsa) [464658]
+- [kprobes] Move enable/disable_kprobe() out from debugfs code (Jiri Olsa) [464658]
+- [kprobes] Calculate the index correctly when freeing the out-of-line execution slot (Jiri Olsa) [464658]
+- [kprobes] x86: Issue at least one memory barrier in stop_machine_text_poke() (Jiri Olsa) [464658]
+- [kprobes] x86: Support kprobes jump optimization on x86 (Jiri Olsa) [464658]
+- [kprobes] x86: Add text_poke_smp for SMP cross modifying code (Jiri Olsa) [464658]
+- [kprobes] x86: Cleanup save/restore registers (Jiri Olsa) [464658]
+- [kprobes] x86: Boost probes when reentering (Jiri Olsa) [464658]
+- [kprobes] Jump optimization sysctl interface (Jiri Olsa) [464658]
+- [kprobes] Introduce kprobes jump optimization (Jiri Olsa) [464658]
+- [kprobes] Introduce generic insn_slot framework (Jiri Olsa) [464658]
+- [kprobes] x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE (Jiri Olsa) [464658]
+- [kprobes] Add mcount to the kprobes blacklist (Jiri Olsa) [464658]
+- [kprobes] Check probe address is reserved (Jiri Olsa) [464658]
+- [kprobes] x86/alternatives: Fix build warning (Jiri Olsa) [464658]
+- [kprobes] ftrace/alternatives: Introducing *_text_reserved functions (Jiri Olsa) [464658]
+- [kprobes] Disable booster when CONFIG_PREEMPT=y (Jiri Olsa) [464658]
+- [kprobes] Fix distinct type warning (Jiri Olsa) [464658]
+- [kprobes] Sanitize struct kretprobe_instance allocations (Jiri Olsa) [464658]
+- [kprobes] x86: use kernel_stack_pointer() in kprobes.c (Jiri Olsa) [464658]
+- [kprobes] Prevent re-registration of the same kprobe (Jiri Olsa) [464658]
+- [kprobes] x86-32: Move irq-exit functions to kprobes section (Jiri Olsa) [464658]
+- [kprobes] Prohibit to probe native_get_debugreg (Jiri Olsa) [464658]
+- [kprobes] x86-64: Allow to reenter probe on post_handler (Jiri Olsa) [464658]
+- [kprobes] x86: Call BUG() when reentering probe into KPROBES_HIT_SS (Jiri Olsa) [464658]
+- [kprobes] tracing: Dump the culprit kprobe in case of kprobe recursion (Jiri Olsa) [464658]
+- [kprobes] Cleanup fix_riprel() using insn decoder on x86 (Jiri Olsa) [464658]
+- [kprobes] Checks probe address is instruction boudary on x86 (Jiri Olsa) [464658]
+- [fs] fix kernel panic at __rpc_create_common() when mounting nfs (Takashi Sato) [670734]
+- [fs] inotify: stop kernel memory leak on file creation failure (Eric Paris) [656832] {CVE-2010-4250}
+- [fs] GFS2: remove iopen glocks from cache on failed deletes (Benjamin Marzinski) [669877]
+- [fs] ext2, ext3: directory handling speedups for smaller blocksizes (Eric Sandeen) [520462]
+- [powerpc] add support for new hcall H_BEST_ENERGY (Steve Best) [630086]
+- [mm] filemap: fix race condition in xip_file_fault (Hendrik Brueckner) [623251]
+- [fs] nfs4: set source address when callback is generated (J. Bruce Fields) [662589]
+- [net] ipv4: correct IGMP behavior on v2/v3 query responses (Jiri Pirko) [671153]
+- [net] Fix definition of netif_vdbg() when VERBOSE_DEBUG is not defined (Michal Schmidt) [669749]
+- [net] sctp: fix kernel panic resulting from mishandling of icmp dest unreachable msg (Neil Horman) [667029]
+- [net] backport Receive Packet Steering (Neil Horman) [620680]
+- [scsi] scsi_dh_alua: fix overflow in alua_rtpg port group id check (Mike Snitzer) [670572]
+- [scsi] libsas: fix definition of wideport, include local sas address (David Milburn) [669782]
+- [kernel] tracing: fix recursive user stack trace (Jiri Olsa) [602804]
+- [security] audit: include subject in login records (Eric Paris) [670328]
+- [security] audit: consistent naming of field types in tty audit logs (Eric Paris) [670556]
+- [security] audit: capture mmap arguments in audit logs (Eric Paris) [661398]
+- [perf] sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail (Jiri Pirko) [663891]
+- [kernel] lib: fix vscnprintf() if @size is == 0 (Anton Arapov) [667328]
+- [usb] EHCI: AMD periodic frame list table quirk (Don Zickus) [651332]
+- [kernel] tracing: Shrink max latency ringbuffer if unnecessary (Jarod Wilson) [632063]
+- [edac] i7core_edac: return -ENODEV if no MC is found (Mauro Carvalho Chehab) [646505]
+- [block] mmc: Add support for O2Micro SD/MMC (John Feeney) [637243]
+- [sound] ALSA: add snd-aloop module (Jaroslav Kysela) [647012]
+- [x86] Add ACPI APEI support (Matthew Garrett) [641036]
+- [x86] Enabling/Fixing Warm reboots on Dell UEFI systems (Shyam Iyer) [641434]
+- [x86] Add Intel Intelligent Power Sharing driver (Matthew Garrett) [513536]
+- [x86] Include support for DMI OEM flag to set pci=bfsort in future Dell systems (Shyam Iyer) [658537]
+- [x86] Add support for Sandybridge temperature monitoring and thermal/power throttling (Matthew Garrett) [638254]
+- [x86] cpuidle: Add a repeating pattern detector to the menu governor (Matthew Garrett) [638259]
+- [virt] virtio: remove virtio-pci root device (Michael S. Tsirkin) [583064]
+- [virt] xen/events: change to using fasteoi (Andrew Jones) [667359]
+- [virt] x86/pvclock: Zero last_value on resume (Andrew Jones) [663755]
+- [netdrv] e1000: prevent unhandled IRQs from taking down virtual machines (Dean Nelson) [655521]
+- [netdrv] ixgbevf: update to upstream version 1.0.19-k0 (Andy Gospodarek) [636329]
+- [netdrv] enic: update to upstream version 1.4.1.10 (Andy Gospodarek) [641092]
+- [netdrv] sfc: update to current upstream version with SFC9000 support (Michal Schmidt) [556563]
+- [netdrv] ath9k: fix inconsistent lock state (Stanislaw Gruszka) [669373]
+- [mm] writeback: write_cache_pages doesn't terminate at nr_to_write <= 0 (Josef Bacik) [638349]
+- [mm] allow MMCONFIG above 4GB (Seiji Aguchi) [635753]
+- [mm] install_special_mapping skips security_file_mmap check (Frantisek Hrbata) [662199] {CVE-2010-4346}
+- [mm] KSM on THP (Andrea Arcangeli) [647334]
+- [mm] performance optimization to retry page fault when blocking on disk transfer (Larry Woodman) [667186]
+- [mm] allocate memory in khugepaged outside of mmap_sem write mode (Andrea Arcangeli) [647849]
+- [mm] make exclusively owned pages belong to the local anon_vma on swapin (Rik van Riel) [617199]
+
+* Sat Jan 22 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-103.el6]
+- [security] selinux: include vmalloc.h for vmalloc_user (Eric Paris) [667225]
+- [security] selinux: implement mmap on /selinux/policy (Eric Paris) [667225]
+- [security] SELinux: allow userspace to read policy back out of the kernel (Eric Paris) [667225]
+- [security] kernel: rounddown helper function (Eric Paris) [667225]
+- [security] SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE (Eric Paris) [667225]
+- [security] SELinux: break ocontext reading into a separate function (Eric Paris) [667225]
+- [security] SELinux: move genfs read to a separate function (Eric Paris) [667225]
+- [security] selinux: fix error codes in symtab_init() (Eric Paris) [667225]
+- [security] selinux: fix error codes in cond_policydb_init() (Eric Paris) [667225]
+- [security] selinux: fix error codes in cond_read_node() (Eric Paris) [667225]
+- [security] selinux: fix error codes in cond_read_av_list() (Eric Paris) [667225]
+- [security] selinux: propagate error codes in cond_read_list() (Eric Paris) [667225]
+- [security] selinux: fix up style problem on /selinux/status (Eric Paris) [667500]
+- [security] selinux: fast status update interface (Eric Paris) [667500]
+- [scsi] qla4xxx: Update driver version to 5.02.00-k5 (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Updated the Copyright header (Chad Dupuis) [516846]
+- [scsi] qla4xxx: do not reset hba if ql4xdontresethba is set (Chad Dupuis) [516846]
+- [scsi] qla4xxx: do not check for fw hung if reset retry is in progress (Chad Dupuis) [516846]
+- [scsi] qla4xxx: cache new IP address acquired via DHCP (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Fail initialization if qla4_8xxx_pci_mem_write_2M fails (Chad Dupuis) [516846]
+- [scsi] qla4xxx: put device in FAILED state for 82XX initialization failure (Chad Dupuis) [516846]
+- [scsi] qla4xxx: do not process interrupt unconditionally (Chad Dupuis) [516846]
+- [scsi] qla4xxx: use correct fw_ddb_index in abort task (Chad Dupuis) [516846]
+- [scsi] qla4xxx: memory wedge with peg_halt test in loop (Chad Dupuis) [516846]
+- [scsi] qla4xxx: initialize MSI in correct way (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Drop use of IRQF_DISABLE (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Fix cmd check in qla4xxx_cmd_wait (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Update driver version to 5.02.00-k4 (Chad Dupuis) [516846]
+- [scsi] qla4xxx: grab hardware_lock in eh_abort before accessing srb (Chad Dupuis) [516846]
+- [scsi] qla4xxx: remove unwanted check for bad spd (Chad Dupuis) [516846]
+- [scsi] qla4xxx: update AER support for ISP82XX (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Clear the rom lock if the firmware died while holding it (Chad Dupuis) [516846]
+- [scsi] qla4xxx: use CRB Register for Request Queue in-pointer (Chad Dupuis) [516846]
+- [scsi] qla4xxx: dump mailbox registers on System Error (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Add support for 8130/8131 AENs (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Reset seconds_since_last_heartbeat correctly (Chad Dupuis) [516846]
+- [scsi] qla4xxx: On firmware hang do not wait for the outstanding commands to complete (Chad Dupuis) [516846]
+- [scsi] qla4xxx: free_irqs on failed initialize_adapter (Chad Dupuis) [516846]
+- [scsi] qla4xxx: correct data type of sense_len in qla4xxx_status_cont_entry (Chad Dupuis) [516846]
+- [scsi] qla4xxx: remove "ha->retry_reset_ha_cnt" from wait_for_hba_online (Chad Dupuis) [516846]
+- [scsi] qla4xxx: honor return status of qla4xxx_hw_reset (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Trivial cleanup (Chad Dupuis) [516846]
+- [scsi] qla4xxx: fix build on PPC (Chad Dupuis) [516846]
+- [scsi] qla4xxx: fix build (Chad Dupuis) [516846]
+- [scsi] qla4xxx: fix compilation warning (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Update driver version to 5.02.00-k3 (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Added AER support for ISP82xx (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Handle outstanding mbx cmds on hung f/w scenarios (Chad Dupuis) [516846]
+- [scsi] qla4xxx: updated mbx_sys_info struct to sync with FW 4.6.x (Chad Dupuis) [516846]
+- [scsi] qla4xxx: clear AF_DPC_SCHEDULED flage when exit from do_dpc (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Stop firmware before doing init firmware (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Use the correct request queue (Chad Dupuis) [516846]
+- [scsi] qla4xxx: set correct value in sess->recovery_tmo (Chad Dupuis) [516846]
+- [scsi] qla4xxx: fix typos concerning "initiali[zs]e" (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Update driver version to 5.02.00-k2 (Chad Dupuis) [516846]
+- [scsi] qla4xxx: wait for device_ready before device discovery (Chad Dupuis) [516846]
+- [scsi] qla4xxx: replace all dev_info, dev_warn, dev_err with ql4_printk (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Added support for ISP82XX (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Handle one H/W Interrupt at a time (Chad Dupuis) [516846]
+- [scsi] qla4xxx: Fix the freeing of the buffer allocated for DMA (Chad Dupuis) [516846]
+- [scsi] qla4xxx: correct return status in function qla4xxx_fw_ready (Chad Dupuis) [516846]
+- [scsi] qla4xxx: unblock iscsi session after setting ddb state online (Chad Dupuis) [516846]
+- [scsi] qla4xxx: set driver ddb state correctly in process_ddb_changed (Chad Dupuis) [516846]
+- [hwmon] config: enable k10temp module (Michal Schmidt) [623968]
+- [hwmon] k10temp: add hwmon driver for AMD family 10h/11h CPUs (Michal Schmidt) [623968]
+- [x86] Calgary: Limit the max PHB number to 256 (James Takahashi) [579480]
+- [x86] Calgary: Increase max PHB number (James Takahashi) [579480]
+- [tracing] wakeup latency tracer graph support (Jiri Olsa) [667519]
+- [tracing] Have graph flags passed in to ouput functions (Jiri Olsa) [667519]
+- [tracing] Add ftrace events for graph tracer (Jiri Olsa) [667519]
+- [uv] sgi-xpc: XPC fails to discover partitions (George Beshers) [662996]
+- [uv] sgi-xpc: Incoming XPC channel messages (George Beshers) [662996]
+- [uv] x86: Use allocated buffer in tlb_uv.c:tunables_read() (George Beshers) [662722]
+- [uv] x86: Initialize BAU hub map (George Beshers) [662722]
+- [uv] x86: Initialize BAU MMRs only on hubs with cpus (George Beshers) [662722]
+- [scsi] bsg: correct fault if queue object removed while dev_t open (Mike Christie) [619818 658248]
+- [scsi] fc class: add fc host dev loss sysfs file (Mike Christie) [619818 658248]
+- [scsi] lpfc: prep for fc host dev loss tmo support (Mike Christie) [619818 658248]
+- [scsi] qla2xxx: prep for fc host dev loss tmo support (Mike Christie) [619818 658248]
+- [scsi] ibmvfc: prep for fc host dev loss tmo support (Mike Christie) [619818 658248]
+- [scsi] fnic: prep for fc host dev loss tmo support (Mike Christie) [619818 658248]
+- [scsi] scsi_transport_fc: fix blocked bsg request when fc object deleted (Mike Christie) [619818 658248]
+- [scsi] ibmvfc: do not reset dev_loss_tmo in slave callout (Mike Christie) [619818 658248]
+- [scsi] fnic: do not reset dev_loss_tmo in slave callout (Mike Christie) [619818 658248]
+- [scsi] lpfc: do not reset dev_loss_tmo in slave callout (Mike Christie) [619818 658248]
+- [scsi] qla2xxx: do not reset dev_loss_tmo in slave callout (Mike Christie) [619818 658248]
+- [scsi] fc class: add fc host default default dev loss setting (Mike Christie) [619818 658248]
+- [scsi] scsi_transport_fc: Protect against overflow in dev_loss_tmo (Mike Christie) [619818 658248]
+- [md] fix bug with re-adding of partially recovered device (Mike Snitzer) [663783]
+- [md] fix possible deadlock in handling flush requests (Mike Snitzer) [663783]
+- [md] move code in to submit_flushes (Mike Snitzer) [663783]
+- [md] remove handling of flush_pending in md_submit_flush_data (Mike Snitzer) [663783]
+- [virt] enable CONFIG_DEBUG_SECTION_MISMATCH=y (Stefan Assmann) [614455]
+- [virt] xen: fix section mismatch in reference from the function xen_hvm_init_shared_info() (Stefan Assmann) [614455]
+- [powerpc] Don't use kernel stack with translation off (Steve Best) [628951]
+- [powerpc] Initialise paca->kstack before early_setup_secondary (Steve Best) [628951]
+- [edac] i7core_edac: return -ENODEV when devices were already probed (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: use edac's own way to print errors (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Avoid PCI refcount to reach zero on successive load/reload (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Fix refcount error at PCI devices (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: it is safe to i7core_unregister_mci() when mci=NULL (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Fix an oops at i7core probe (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Remove unused member channels in i7core_pvt (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Remove unused arg csrow from get_dimm_config (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Reduce args of i7core_register_mci (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Introduce i7core_unregister_mci (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Use saved pointers (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Check probe counter in i7core_remove (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Call pci_dev_put() when alloc_i7core_dev() failed (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Fix error path of i7core_register_mci (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Fix order of lines in i7core_register_mci (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Always do get/put for all devices (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Introduce i7core_pci_ctl_create/release (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Introduce free_i7core_dev (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Introduce alloc_i7core_dev (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Reduce args of i7core_get_onedevice (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Fix the logic in i7core_remove() (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Don't do the legacy PCI probe by default (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: don't use a freed mci struct (Mauro Carvalho Chehab) [603124]
+- [edac] edac_core: Print debug messages at release calls (Mauro Carvalho Chehab) [603124]
+- [edac] edac_core: Don't let free(mci) happen while using it (Mauro Carvalho Chehab) [603124]
+- [edac] edac_core: Do a better job with node removal (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: explicitly remove PCI devices from the devices list (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: MCE NMI handling should stop first (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Initialize all priv vars before start polling (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Improve debug to seek for register/remove errors (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: move #if PAGE_SHIFT to edac_core.h (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: properly terminate the group of udimm counters (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Properly mark const static vars as such (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: move static vars to the beginning of the file (Mauro Carvalho Chehab) [603124]
+- [edac] i7core_edac: Be sure that the edac pci handler will be properly released (Mauro Carvalho Chehab) [603124]
+- [net] bonding: prevent oopsing on calling pskb_may_pull on shared skb (Andy Gospodarek) [665110]
+
+* Fri Jan 21 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-102.el6]
+- [netdrv] e1000: Add support for the CE4100 reference platform (Dean Nelson) [636330]
+- [netdrv] Intel Wired LAN drivers: Use static const (Dean Nelson) [636330]
+- [netdrv] e1000: use vzalloc() (Dean Nelson) [636330]
+- [netdrv] e1000: fix screaming IRQ (Dean Nelson) [636330]
+- [netdrv] e1000: fix return value not set on error (Dean Nelson) [636330]
+- [netdrv] e1000: make e1000_reinit_safe local (Dean Nelson) [636330]
+- [netdrv] vlan: Don't check for vlan group before vlan_tx_tag_present (Dean Nelson) [636330]
+- [netdrv] e1000: return operator cleanup (Dean Nelson) [636330]
+- [netdrv] e1000: use GRO for receive (Dean Nelson) [636330]
+- [netdrv] e1000: fix occasional panic on unload (Dean Nelson) [636330]
+- [netdrv] e1000: use work queues (Dean Nelson) [636330]
+- [netdrv] e1000: set NETIF_F_HIGHDMA for VLAN feature flags (Dean Nelson) [636330]
+- [netdrv] e1000: fix Tx hangs by disabling 64-bit DMA (Dean Nelson) [636330]
+- [netdrv] e1000: Remove address use from assignments of function pointers (Dean Nelson) [636330]
+- [netdrv] e1000: Add missing read memory barrier (Dean Nelson) [636330]
+- [netdrv] e1000: use netif_<level> instead of netdev_<level> (Dean Nelson) [636330]
+- [netdrv] e1000: allow option to limit number of descriptors down to 48 per ring (Dean Nelson) [636330]
+- [netdrv] e1000: Fix message logging defect (Dean Nelson) [636330]
+- [netdrv] e1000: Remove unnecessary returns from void function()s (Dean Nelson) [636330]
+- [netdrv] e1000: Use new function for copybreak tests (Dean Nelson) [636330]
+- [netdrv] e1000: fix WARN_ON with mac-vlan (Dean Nelson) [636330]
+- [netdrv] e1000: Use netdev_<level>, pr_<level> and dev_<level> (Dean Nelson) [636330]
+- [netdrv] e1000: use DMA API instead of PCI DMA functions (Dean Nelson) [636330]
+- [netdrv] e1000: use skb_headlen() (Dean Nelson) [636330]
+- [netdrv] e1000: do not modify tx_queue_len on link speed change (Dean Nelson) [636330]
+- [netdrv] intel: remove trailing space in messages (Dean Nelson) [636330]
+- [netdrv] e1000: Fix DMA mapping error handling on RX (Dean Nelson) [636330]
+- [netdrv] e1000: correct wrong coding style for "else" (Dean Nelson) [636330]
+- [netdrv] e1000: convert to use netdev_for_each_mc_addr (Dean Nelson) [636330]
+- [netdrv] e1000: call pci_save_state after pci_restore_state (Dean Nelson) [636330]
+- [netdrv] e1000: Report link status in ethtool when interface is down (Dean Nelson) [636330]
+- [netdrv] e1000: Fix tests of unsigned in *_tx_map() (Dean Nelson) [636330]
+- [netdrv] use DEFINE_PCI_DEVICE_TABLE() (Dean Nelson) [636330]
+- [netdrv] drivers/net: Move && and || to end of previous line (Dean Nelson) [636330]
+- [netdrv] request_irq - Remove unnecessary leading & from second arg (Dean Nelson) [636330]
+- [netdrv] net: Use netdev_alloc_skb_ip_align() (Dean Nelson) [636330]
+- [netdrv] e1000: Fix erroneous display of stats by ethtool -S (Dean Nelson) [636330]
+- [netdrv] e1000: Use the instance of net_device_stats from net_device (Dean Nelson) [636330]
+- [net] dcb: use after free in dcb_flushapp() (John Villalovos) [634003 634008]
+- [net] dcb: unlock on error in dcbnl_ieee_get() (John Villalovos) [634003 634008]
+- [net] dcbnl: more informed return values for new dcbnl routines (John Villalovos) [634003 634008]
+- [net] dcbnl: cleanup (John Villalovos) [634003 634008]
+- [net] dcbnl: adding DCBX feature flags get-set (John Villalovos) [634003 634008]
+- [x86] dcbnl: adding DCBX engine capability (John Villalovos) [634003 634008]
+- [net] net_dcb: add application notifiers (John Villalovos) [634003 634008]
+- [dbc] dcbnl: add appliction tlv handlers (John Villalovos) [634003 634008]
+- [net] Fix KABI breakage caused by backport of commit 3e29027af43728c2a91fe3f735ab2822edaf54a8 (John Villalovos) [634003 634008]
+- [x86] dcbnl: add support for ieee8021Qaz attributes (John Villalovos) [634003 634008]
+- [ata] ahci: Fix bug in storing EM messages (David Milburn) [653789]
+- [ata] ahci: add em_buffer attribute for AHCI hosts (David Milburn) [653789]
+- [ata] ahci: EM message type auto detect (David Milburn) [653789]
+- [x86] ACPICA: Optimization: Reduce the number of namespace walks (George Beshers) [635866]
+- [x86] ACPICA: Performance enhancement for namespace search and access (George Beshers) [635866]
+- [x86] ACPICA: Update flags for operand object (George Beshers) [635866]
+- [net] cxgb4: fix GRO stats counting (Michal Schmidt) [669737]
+- [net] gro: make gro_result_t a separate type for the sparse checker (Michal Schmidt) [669737]
+- [net] gro: add receive functions that return GRO result codes (Michal Schmidt) [669737]
+- [net] gro: Name the GRO result enumeration type (Michal Schmidt) [669737]
+- [virt] xen/events: use locked set|clear_bit() for cpu_evtchn_mask (Andrew Jones) [667359]
+- [virt] xen: synch event channels delivery on HVM (Andrew Jones) [667359]
+- [virt] xen: dynamically allocate irq & event structures (Andrew Jones) [667359]
+- [virt] xen: improvements to VIRQ_DEBUG output (Andrew Jones) [667359]
+- [virt] xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restore (Andrew Jones) [667359]
+- [virt] xen: ensure that all event channels start off bound to VCPU 0 (Andrew Jones) [667359]
+- [virt] xen: use dynamic_irq_init_keep_chip_data (Andrew Jones) [667359]
+- [virt] xen: set up IRQ before binding virq to evtchn (Andrew Jones) [667359]
+- [virt] xen: statically initialize cpu_evtchn_mask_p (Andrew Jones) [667359]
+- [scsi] mpt2sas: version upgrade (Tomas Henzl) [642590]
+- [scsi] mpt2sas: DIF Type 2 Protection Support (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Call the_scsih_ir_shutdown prior to reporting the volumes missing from the OS (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Basic code cleanup in mpt2sas_base (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Prevent access to freed memory from port enable process (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Fix the race between broadcast asyn event (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Add support for customer specific branding messages (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Revision P-MPI header update (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Correct resizing calculation for max_queue_depth (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Internal device reset complete event is not supported for older firmware prior to MPI Rev-K (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Device removal handshake even though the PHYSTATUS_VACANT bit is set in the PhyStatus (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Debug string changes from target to device (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Sanity check for phy count is added using maxphy (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Remove code for TASK_SET_FULL from-driver (Tomas Henzl) [642590]
+- [scsi] mpt2sas: MPI2.0 header updated (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Modify code to support Expander switch (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Create a pool of chain buffer instead of dedicated (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Added loadtime parameters for IOMissingDelay and parameters (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Added sanity check for cb_idx and smid access (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Copy message frame before releasing to free pool to have a local reference (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Copy sense buffer instead of working on direct memory location (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Adding additional message to error escalation callback (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Add additional check for responding volumes after Host Reset (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Added ENOMEM return type when allocation fails (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Redesign raid devices event handling using pd_handles per HBA (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Tie a log info message to a specific PHY (Tomas Henzl) [642590]
+- [scsi] mpt2sas: print level KERN_DEBUG is replaced by KERN_INFO (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Added sysfs support for tracebuffer (Tomas Henzl) [642590]
+- [scsi] mpt2sas: MPI header version N is updated (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Added sysfs counter for ioc reset (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Added expander phy control support (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Added expander phy counter support (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Staged device discovery disable_discovery module parameter is added (Tomas Henzl) [642590]
+- [scsi] mpt2sas: Hold Controller reset when another reset is in progress (Tomas Henzl) [642590]
+- [netdrv] bnx2: Free IRQ before freeing status block memory (John Feeney) [635889]
+- [netdrv] bnx2: remove cancel_work_sync() from remove_one (John Feeney) [635889]
+- [netdrv] bnx2: Use static const (John Feeney) [635889]
+- [netdrv] bnx2: don't use flush_scheduled_work() (John Feeney) [635889]
+- [netdrv] bnx2: Remove config access to non-standard registers (John Feeney) [635889]
+- [netdrv] bnx2: Fix reset bug on 5709 (John Feeney) [635889]
+- [netdrv] Update to firmware 6.0.x (John Feeney) [635889]
+- [netdrv] bnx2: Enable AER on PCIE devices only (John Feeney) [635889]
+- [netdrv] bnx2: Add PCI Advanced Error Reporting support (John Feeney) [635889]
+- [netdrv] bnx2: Update version to 2.0.17 (John Feeney) [635889]
+- [netdrv] bnx2: Remove some unnecessary smp_mb() in tx fast path (John Feeney) [635889]
+- [netdrv] bnx2: Call pci_enable_msix() with actual number of vectors (John Feeney) [635889]
+- [netdrv] bnx2: Use proper counter for net_device_stats->multicast (John Feeney) [635889]
+- [netdrv] bnx2: use device model DMA API (John Feeney) [635889]
+- [netdrv] bnx2: allocate with GFP_KERNEL flag on RX path init (John Feeney) [635889]
+- [netdrv] bnx2: Update version to 2.0.16 (John Feeney) [635889]
+- [netdrv] bnx2: Dump some config space registers during TX timeout (John Feeney) [635889]
+- [netdrv] bnx2: fix dma_get_ops compilation breakage (John Feeney) [635889]
+- [netdrv] bnx2: Use netif_carrier_off() to prevent timeout (John Feeney) [635889]
+- [netdrv] bnx2: Fix register printouts during NETEV_WATCHDOG (John Feeney) [635889]
+- [netdrv] bnx2: Add prefetches to rx path (John Feeney) [635889]
+- [netdrv] bnx2: Add GRO support (John Feeney) [635889]
+- [netdrv] bnx2: Update version to 2.0.9 (John Feeney) [635889]
+- [netdrv] bnx2: Remove now useless VPD code (John Feeney) [635889]
+- [netdrv] bnx2: Add helper to search for VPD keywords (John Feeney) [635889]
+- [netdrv] bnx2: Add VPD information field helper functions (John Feeney) [635889]
+- [netdrv] bnx2: Add helper to find a VPD resource data type (John Feeney) [635889]
+- [netdrv] bnx2: Add large and small resource data type code (John Feeney) [635889]
+- [netdrv] pci: Add PCI LRDT tag size and section size (John Feeney) [635889]
+- [netdrv] bnx2: convert multiple drivers to use netdev_for_each_mc_addr (John Feeney) [635889]
+- [netdrv] bnx2: Use (pr|netdev|netif)_<level> macro helpers (John Feeney) [635889]
+- [netdrv] be2net: update be2net driver to version 2.103.298r (Ivan Vecera) [635741]
+- [netdrv] ixgbe: update to upstream version 3.0.12-k2 (Andy Gospodarek) [561359 617193 622640 629909 632598 637332]
+- [netdrv] igb driver update (Stefan Assmann) [636322]
+- [netdrv] e1000e: upstream to upstream version 1.2.20 (Andy Gospodarek) [636325]
+- [pci] Fix warnings when CONFIG_DMI unset (Jon Masters) [639965]
+- [pci] export SMBIOS provided firmware instance and label to sysfs (Jon Masters) [639965]
+- [fs] xfs: don't block on buffer read errors (Dave Chinner) [581838]
+- [fs] xfs: serialise unaligned direct IOs (Dave Chinner) [669272]
+- [fs] xfs: ensure sync write errors are returned (Dave Chinner) [669272]
+- [netdrv] hostap_cs: fix sleeping function called from invalid context (Stanislaw Gruszka) [621103]
+- [netdrv] p54usb: New USB ID for Gemtek WUBI-100GW (Stanislaw Gruszka) [621103]
+- [netdrv] p54usb: add 5 more USBIDs (Stanislaw Gruszka) [621103]
+- [netdrv] orinoco: clear countermeasure setting on commit (Stanislaw Gruszka) [621103]
+- [netdrv] orinoco: fix TKIP countermeasure behaviour (Stanislaw Gruszka) [621103]
+- [netdrv] p54/eeprom.c: Return -ENOMEM on memory allocation failure (Stanislaw Gruszka) [621103]
+- [netdrv] p54usb: add five more USBIDs (Stanislaw Gruszka) [621103]
+- [netdrv] p54usb: fix off-by-one on !CONFIG_PM (Stanislaw Gruszka) [621103]
+- [netdrv] wext: fix potential private ioctl memory content leak (Stanislaw Gruszka) [621103]
+- [netdrv] hostap_pci: set dev->base_addr during probe (Stanislaw Gruszka) [621103]
+- [netdrv] ath5k: check return value of ieee80211_get_tx_rate (Stanislaw Gruszka) [621103]
+- [netdrv] p54: fix tx feedback status flag check (Stanislaw Gruszka) [621103]
+- [netdrv] ath9k_hw: fix parsing of HT40 5 GHz CTLs (Stanislaw Gruszka) [621103]
+- [netdrv] ath5k: disable ASPM L0s for all cards (Stanislaw Gruszka) [621103]
+- [netdrv] cfg80211: don't get expired BSSes (Stanislaw Gruszka) [621103]
+- [netdrv] ath9k: fix yet another buffer leak in the tx aggregation code (Stanislaw Gruszka) [621103]
+- [netdrv] ath9k: fix TSF after reset on AR913x (Stanislaw Gruszka) [621103]
+- [netdrv] cfg80211: ignore spurious deauth (Stanislaw Gruszka) [621103]
+- [netdrv] ath9k_hw: fix an off-by-one error in the PDADC boundaries calculation (Stanislaw Gruszka) [621103]
+- [netdrv] ath9k: enable serialize_regmode for non-PCIE AR9160 (Stanislaw Gruszka) [621103]
+- [netdrv] ath5k: initialize ah->ah_current_channel (Stanislaw Gruszka) [621103]
+- [netdrv] mac80211: fix supported rates IE if AP doesn't give us it's rates (Stanislaw Gruszka) [621103]
+- [netdrv] libertas/sdio: 8686: set ECSI bit for 1-bit transfers (Stanislaw Gruszka) [621103]
+- [netdrv] mac80211: do not wip out old supported rates (Stanislaw Gruszka) [621103]
+- [netdrv] p54pci: add Symbol AP-300 minipci adapters pciid (Stanislaw Gruszka) [621103]
+- [netdrv] hostap: Protect against initialization interrupt (Stanislaw Gruszka) [621103]
+- [netdrv] ath9k: Avoid corrupt frames being forwarded to mac80211 (Stanislaw Gruszka) [621103]
+- [netdrv] ath9k: re-enable ps by default for new single chip families (Stanislaw Gruszka) [621103]
+- [netdrv] ath5k: drop warning on jumbo frames (Stanislaw Gruszka) [621103]
+- [netdrv] wl1251: fix a memory leak in probe (Stanislaw Gruszka) [621103]
+- [netdrv] ath9k: add support for 802.11n bonded out AR2427 (Stanislaw Gruszka) [621103]
+- [netdrv] wireless: report reasonable bitrate for MCS rates through wext (Stanislaw Gruszka) [621103]
+- [netdrv] p54usb: Add device ID for Dell WLA3310 USB (Stanislaw Gruszka) [621103]
+- [netdrv] ath5k: retain promiscuous setting (Stanislaw Gruszka) [621103]
+- [netdrv] mac80211: fix rts threshold check (Stanislaw Gruszka) [621103]
+- [netdrv] mac80211: Fix robust management frame handling (MFP) (Stanislaw Gruszka) [621103]
+- [netdrv] ar9170usb: fix panic triggered by undersized rxstream buffer (Stanislaw Gruszka) [621103]
+- [netdrv] ar9170usb: add a couple more USB IDs (Stanislaw Gruszka) [621103]
+- [netdrv] rtl8180: fix tx status reporting (Stanislaw Gruszka) [621103]
+- [drm] fix writeback on rn50 powerpc (Dave Airlie) [667565]
+- [net] backport of vlan_get_protocol() (Andy Gospodarek) [669787]
+- [mm] backport vzalloc() and vzalloc_node() (Andy Gospodarek) [669787]
+
+* Thu Jan 20 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-101.el6]
+- [block] blk-cgroup: Allow creation of hierarchical cgroups (Vivek Goyal) [658482]
+- [netdrv] tg3: Provide EEE support (John Feeney) [632105]
+- [netdrv] tg3: Disable TSS except for 5719 (John Feeney) [634316]
+- [netdrv] tg3: Raise the jumbo frame BD flag threshold (John Feeney) [635078]
+- [netdrv] tg3: Enable phy APD for 5717 and later asic revs (John Feeney) [635078]
+- [netdrv] tg3: Enable mult rd DMA engine on 5719 (John Feeney) [635078]
+- [netdrv] tg3: Fix 5719 internal FIFO overflow problem (John Feeney) [635078]
+- [netdrv] tg3: Assign correct tx margin for 5719 (John Feeney) [635078]
+- [netdrv] tg3: Apply 10Mbps fix to all 57765 revisions (John Feeney) [635078]
+- [netdrv] tg3: Add extend rx ring sizes for 5717 and 5719 (John Feeney) [635078]
+- [netdrv] tg3: Prepare for larger rx ring sizes (John Feeney) [635078]
+- [netdrv] tg3: 5719: Prevent tx data corruption (John Feeney) [635078]
+- [netdrv] tg3: Unlock 5717 B0+ support (John Feeney) [635078]
+- [netdrv] tg3: Fix read DMA FIFO overruns on recent devices (John Feeney) [635078]
+- [netdrv] tg3: Update version to 3.113 (John Feeney) [635078]
+- [netdrv] tg3: Migrate tg3_flags to phy_flags (John Feeney) [635078]
+- [netdrv] tg3: Create phy_flags and migrate phy_is_low_power (John Feeney) [635078]
+- [netdrv] tg3: Add phy-related preprocessor constants (John Feeney) [635078]
+- [netdrv] tg3: Add error reporting to tg3_phydsp_write() (John Feeney) [635078]
+- [netdrv] tg3: Improve small packet performance (John Feeney) [635078]
+- [netdrv] tg3: Remove 5720, 5750, and 5750M (John Feeney) [635078]
+- [netdrv] tg3: Detect APE firmware types (John Feeney) [635078]
+- [netdrv] tg3: Restrict ASPM workaround devlist (John Feeney) [635078]
+- [netdrv] tg3: Manage gphy power for CPMU-less devs only (John Feeney) [635078]
+- [netdrv] tg3: Don't access phy test ctrl reg for 5717+ (John Feeney) [635078]
+- [netdrv] tg3: Create TG3_FLG3_5717_PLUS flag (John Feeney) [635078]
+- [netdrv] tg3: Disable TSS also during tg3_close() (John Feeney) [635078]
+- [netdrv] tg3: Add 5784 ASIC rev to earlier PCIe MPS fix (John Feeney) [635078]
+- [netdrv] tg3: Update version to 3.112 (John Feeney) [635078]
+- [netdrv] tg3: Fix some checkpatch errors (John Feeney) [635078]
+- [netdrv] tg3: Revert PCIe tx glitch fix (John Feeney) [635078]
+- [netdrv] tg3: Report driver version to firmware (John Feeney) [635078]
+- [netdrv] tg3: Relax 5717 serdes restriction (John Feeney) [635078]
+- [netdrv] tg3: Fix single MSI-X vector coalescing (John Feeney) [635078]
+- [netdrv] tg3: Revert RSS indir tbl setup change (John Feeney) [635078]
+- [netdrv] tg3: allow TSO on vlan devices (John Feeney) [635078]
+- [netdrv] tg3: Update version to 3.111 (John Feeney) [635078]
+- [netdrv] tg3: 5717: Allow serdes link via parallel detect (John Feeney) [635078]
+- [netdrv] tg3: Allow single MSI-X vector allocations (John Feeney) [635078]
+- [netdrv] tg3: Off-by-one error in RSS setup (John Feeney) [635078]
+- [netdrv] tg3: Enable GRO by default. (John Feeney) [635078]
+- [netdrv] tg3: Update version to 3.110 (John Feeney) [635078]
+- [netdrv] tg3: Remove function errors flagged by checkpatch (John Feeney) [635078]
+- [netdrv] tg3: Unify max pkt size preprocessor constants (John Feeney) [635078]
+- [netdrv] tg3: Re-inline VLAN tags when appropriate (John Feeney) [635078]
+- [netdrv] tg3: Optimize rx double copy test (John Feeney) [635078]
+- [netdrv] tg3: Update version to 3.109 (John Feeney) [635078]
+- [netdrv] tg3: Remove tg3_dump_state() (John Feeney) [635078]
+- [netdrv] tg3: Cleanup if codestyle (John Feeney) [635078]
+- [netdrv] tg3: The case of switches (John Feeney) [635078]
+- [netdrv] tg3: Whitespace, constant, and comment updates (John Feeney) [635078]
+- [netdrv] tg3: Use VPD fw version when present (John Feeney) [635078]
+- [netdrv] tg3: Prepare FW version code for VPD versioning (John Feeney) [635078]
+- [netdrv] tg3: Fix message 80 char violations (John Feeney) [635078]
+- [netdrv] tg3: netdev_err() => dev_err() (John Feeney) [635078]
+- [netdrv] tg3: Replace pr_err with sensible alternatives (John Feeney) [635078]
+- [netdrv] tg3: Restore likely() check in tg3_poll_msix() (John Feeney) [635078]
+- [netdrv] drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant (John Feeney) [635078]
+- [netdrv] tg3: Remove now useless VPD code (John Feeney) [635078]
+- [netdrv] pci: Add helper to search for VPD keywords (John Feeney) [635078]
+- [netdrv] pci: Add VPD information field helper functions (John Feeney) [635078]
+- [netdrv] pci: Add helper to find a VPD resource data type (John Feeney) [635078]
+- [netdrv] pci: Add large and small resource data type code (John Feeney) [635078]
+- [netdrv] pci: Add PCI LRDT tag size and section size (John Feeney) [635078]
+- [netdrv] net: convert multiple drivers to use netdev_for_each_mc_addr, part6 (John Feeney) [635078]
+- [netdrv] drivers/net/tg3.c: Use (pr|netdev)_<level> macro helpers (John Feeney) [635078]
+- [kdump] vt-d: Handle previous faults after enabling fault handling (Takao Indoh) [617137]
+- [kdump] Enable the intr-remap fault handling after local apic setup (Takao Indoh) [617137]
+- [kdump] vt-d: Fix the vt-d fault handling irq migration in the x2apic mode (Takao Indoh) [617137]
+- [kdump] vt-d: Quirk for masking vtd spec errors to platform error handling logic (Takao Indoh) [617137]
+- [netdrv] return operator cleanup (Dean Nelson) [636331]
+- [netdrv] e100: Add missing read memory barrier (Dean Nelson) [636331]
+- [net] trans_start cleanups (Dean Nelson) [636331]
+- [netdrv] e100: Fix the TX workqueue race (Dean Nelson) [636331]
+- [netdrv] Use pr_<level> and netif_<level> (Dean Nelson) [636331]
+- [net] convert multiple drivers to use netdev_for_each_mc_addr, part4 (Dean Nelson) [636331]
+- [net] use netdev_mc_count and netdev_mc_empty when appropriate (Dean Nelson) [636331]
+- [netdrv] use DEFINE_PCI_DEVICE_TABLE() (Dean Nelson) [636331]
+- [netdrv] e100: Fix to allow systems with FW based cards to resume from STD (Dean Nelson) [636331]
+- [net] Use netdev_alloc_skb_ip_align() (Dean Nelson) [636331]
+- [netdrv] qlcnic: change module parameter permissions (Chad Dupuis) [667192]
+- [netdrv] qlcnic: fix ethtool diagnostics test (Chad Dupuis) [667192]
+- [netdrv] qlcnic: fix flash fw version read (Chad Dupuis) [667192]
+- [netdrv] Use static const (Chad Dupuis) [667192]
+- [netdrv] qlcnic: reset pci function unconditionally during probe (Chad Dupuis) [667192]
+- [netdrv] qlcnic: fix ocm window register offset calculation (Chad Dupuis) [667192]
+- [netdrv] qlcnic: fix LED test when interface is down (Chad Dupuis) [667192]
+- [netdrv] qlcnic: Updated driver version to 5.0.13 (Chad Dupuis) [667192]
+- [netdrv] qlcnic: LICENSE file for qlcnic (Chad Dupuis) [667192]
+- [netdrv] qlcnic: validate eswitch config values for PF (Chad Dupuis) [667192]
+- [netdrv] qlcnic: Disable loopback support (Chad Dupuis) [667192]
+- [netdrv] qlcnic: avoid using reset_devices as it may become obsolete (Chad Dupuis) [667192]
+- [netdrv] qlcnic: Bumped up driver version to 5.0.12 (Chad Dupuis) [667192]
+- [netdrv] qlcnic: fix panic on load (Chad Dupuis) [667192]
+- [netdrv] qlcnic: lro off message log from set rx checsum (Chad Dupuis) [667192]
+- [netdrv] qlcnic: Add description for CN1000Q adapter (Chad Dupuis) [667192]
+- [netdrv] qlcnic: Fix for kdump (Chad Dupuis) [667192]
+- [netdrv] qlcnic: Allow minimum bandwidth of zero (Chad Dupuis) [667192]
+- [netdrv] qlcnic: define valid vlan id range (Chad Dupuis) [667192]
+- [netdrv] qlcnic: reduce rx ring size (Chad Dupuis) [667192]
+- [netdrv] qlcnic: fix mac learning (Chad Dupuis) [667192]
+- [netdrv] qlcnic: update ethtool stats (Chad Dupuis) [667192]
+- [scsi] QLogic's qlcnic driver (Bob Picco) [562921]
+- [mm] notifier_from_errno() cleanup (Prarit Bhargava) [669041]
+- [x86] convert cpu notifier to return encapsulate errno value (Prarit Bhargava) [669041]
+- [kernel] notifier: change notifier_from_errno(0) to return NOTIFY_OK (Prarit Bhargava) [669041]
+- [netdrv] netxen: update driver version 4.0.75 (Chad Dupuis) [667194]
+- [netdrv] netxen: enable LRO based on NETIF_F_LRO (Chad Dupuis) [667194]
+- [netdrv] netxen: update module description (Chad Dupuis) [667194]
+- [netdrv] drivers/net: Use static const (Chad Dupuis) [667194]
+- [netdrv] netxen: avoid using reset_devices as it may become obsolete (Chad Dupuis) [667194]
+- [netdrv] netxen: remove unused firmware exports (Chad Dupuis) [667194]
+- [netdrv] netxen_nic: Fix the tx queue manipulation bug in netxen_nic_probe (Chad Dupuis) [667194]
+- [netdrv] netxen: fix kdump (Chad Dupuis) [667194]
+- [netdrv] netxen: make local function static (Chad Dupuis) [667194]
+- [netdrv] netxen: mask correctable error (Chad Dupuis) [667194]
+- [netdrv] netxen: fix race in tx stop queue (Chad Dupuis) [667194]
+- [netdrv] net: return operator cleanup (Chad Dupuis) [667194]
+- [mm] page-types.c: fix name of unpoison interface (Dean Nelson) [667686]
+- [mm] Documentation/vm: fix spelling in page-types.c (Dean Nelson) [667686]
+- [mm] page-types: exit early when invoked with -d|--describe (Dean Nelson) [667686]
+- [mm] page-types: whitespace alignment (Dean Nelson) [667686]
+- [mm] page-types: learn to describe flags directly from command line (Dean Nelson) [667686]
+- [mm] page-types: unsigned cannot be less than 0 in add_page() (Dean Nelson) [667686]
+- [mm] page-types: constify read only arrays (Dean Nelson) [667686]
+- [mm] tree-wide: fix assorted typos all over the place (Dean Nelson) [667686]
+- [kernel] kmsg_dump: use stable variable to dump kmsg buffer (Jarod Wilson) [632041]
+- [kernel] kmsg_dump: build fixups (Jarod Wilson) [632041]
+- [kernel] kmsg_dump: Dump on crash_kexec as well (Jarod Wilson) [632041]
+- [kernel] core: Add kernel message dumper to call on oopses and panics (Jarod Wilson) [632041]
+- [mm] shmem: put_super must percpu_counter_destroy (Jeff Moyer) [667550]
+- [fs] tmpfs: make tmpfs scalable with percpu_counter for used blocks (Jeff Moyer) [667550]
+- [fs] tmpfs: add accurate compare function to percpu_counter library (Jeff Moyer) [667550]
+- [netdrv] iwlagn: enable only rfkill interrupt when device is down (Stanislaw Gruszka) [593566]
+- [netdrv] wireless: use a dedicated workqueue for cfg80211 (Stanislaw Gruszka) [593566]
+- [netdrv] mac80211: do not requeue scan work when not needed (Stanislaw Gruszka) [593566]
+- [netdrv] mac80211: compete scan to cfg80211 if deferred scan fail to start (Stanislaw Gruszka) [593566]
+- [netdrv] mac80211: fix scan locking wrt. hw scan (Stanislaw Gruszka) [593566]
+- [netdrv] mac80211: flush workqueue before restarting device (Stanislaw Gruszka) [593566]
+- [drm] Backport AGP/DRM from 2.6.37-rc8 (Dave Airlie) [667565]
+- [drm] vga_switcheroo: backport (Dave Airlie) [667281]
+- [drm] fbcon: fix situation where fbcon gets deinitialised and can't reinit (Dave Airlie) [667281]
+- [char] vt: fix issue when fbcon wants to takeover a second time (Dave Airlie) [667281]
+- [drm] fb/kms: fix kABI issue in the aperture code (Dave Airlie) [667281]
+- [drm] fbdev: updates needed for drm backport (Dave Airlie) [667281]
+- [kernel] Revert "debug_locks: set oops_in_progress if we will log messages." (Dave Airlie) [667281]
+- [i2c] i2c-algo-bit: Add pre- and post-xfer hooks (Dave Airlie) [667281]
+- [x86] io-mapping: move asm include inside the config option (Dave Airlie) [667281]
+- [drm] io-mapping: Specify slot to use for atomic mappings (Dave Airlie) [667281]
+- [x86] Add array variants for setting memory to wc caching (Dave Airlie) [667281]
+
+* Wed Jan 19 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-100.el6]
+- [x86] xsave: Use xsaveopt in context-switch path when supported (John Villalovos) [492912]
+- [x86] cpu: Enumerate xsaveopt (John Villalovos) [492912]
+- [x86] cpu: Add xsaveopt cpufeature (John Villalovos) [492912]
+- [x86] cpu: Make init_scattered_cpuid_features() consider cpuid subleaves (John Villalovos) [492912]
+- [x86] xsave: Sync xsave memory layout with its header for user handling (John Villalovos) [492912]
+- [x86] xsave: Track the offset, size of state in the xsave layout (John Villalovos) [492912]
+- [x86] fpu: Use static_cpu_has() to implement use_xsave() (John Villalovos) [492912]
+- [x86] Add new static_cpu_has() function using alternatives (John Villalovos) [492912]
+- [x86] fpu: Use the proper asm constraint in use_xsave() (John Villalovos) [492912]
+- [x86] Eliminate TS_XSAVE (John Villalovos) [492912]
+- [x86] cpu: Make APERF/MPERF a normal table-driven flag (John Villalovos) [492912]
+- [x86] Unify APERF/MPERF support (John Villalovos) [492912]
+- [x86] x86, cpu: Add AMD core boosting feature flag to /proc/cpuinfo (John Villalovos) [492912]
+- [scsi] lpfc: Update lpfc version for 8.3.5.30 driver release (Rob Evers) [663119]
+- [scsi] lpfc: Turned parity and serr bits back on after performing sli4 board reset PCI access (Rob Evers) [663119]
+- [scsi] lpfc: Use VPI for ALL ELS commands and allocate RPIs at node creation (Rob Evers) [663119]
+- [scsi] lpfc: Correct bit-definitions in SLI4 data structures (Rob Evers) [663119]
+- [scsi] lpfc: Update lpfc version for 8.3.5.29 driver release (Rob Evers) [663119]
+- [scsi] lpfc: Implement new SLI4 initialization procedures based on if_type (Rob Evers) [663119]
+- [scsi] lpfc: Implement the FC and SLI async event handlers (Rob Evers) [663119]
+- [scsi] lpfc: Comment update, minor re-order to sync w/ upstream (Rob Evers) [663119]
+- [scsi] lpfc: Fixed panic in the __lpfc_sli_get_sglq (Rob Evers) [663119]
+- [scsi] lpfc: Fixed management command context setting (Rob Evers) [663119]
+- [netdrv] vxge: make functions local and remove dead code (Bob Picco) [636869]
+- [netdrv] drivers/net: Convert unbounded kzalloc calls to kcalloc (Bob Picco) [636869]
+- [netdrv] vxge-main.c: Use pr_<level> and netdev_<level> (Bob Picco) [636869]
+- [netdrv] vxge: Version update (Bob Picco) [636869]
+- [netdrv] vxge: Update copyright information (Bob Picco) [636869]
+- [netdrv] vxge: NETIF_F_LLTX removal (Bob Picco) [636869]
+- [netdrv] vxge: Fix multicast issues (Bob Picco) [636869]
+- [netdrv] vxge: Remove queue_state references (Bob Picco) [636869]
+- [netdrv] vxge: show startup message with KERN_INFO (Bob Picco) [636869]
+- [netdrv] drivers/net: Remove unnecessary returns from void function()s (Bob Picco) [636869]
+- [x86] additional LPC Controller DeviceID for Intel Patsburg PCH for TCO Watchdog (David Milburn) [464257]
+- [x86] additional LPC Controller DeviceID for Intel Patsburg PCH (David Milburn) [464257]
+- [i2c] i2c-i801: Add Intel Patsburg device ID (David Milburn) [464257]
+- [pci] update Intel Patsburg defines (David Milburn) [464257]
+- [pci] irq and pci_ids patch for Intel Patsburg DeviceIDs (David Milburn) [464257]
+- [sound] ALSA HD Audio patch for Intel Patsburg DeviceIDs (David Milburn) [464257]
+- [x86] watchdog: TCO Watchdog patch for Intel Patsburg DeviceIDs (David Milburn) [464257]
+- [x86] ahci: AHCI and RAID mode SATA patch for Intel Patsburg DeviceIDs (David Milburn) [464257]
+- [ata] ata_piix: IDE Mode SATA patch for Intel Patsburg DeviceIDs (David Milburn) [464257]
+- [netdrv] ibmveth: Free irq on error path (Steve Best) [632706]
+- [netdrv] ibmveth: Cleanup error handling inside ibmveth_open (Steve Best) [632706]
+- [netdrv] ibmveth: Update module information and version (Steve Best) [632706]
+- [netdrv] ibmveth: Remove some unnecessary include files (Steve Best) [632706]
+- [netdrv] ibmveth: Convert driver specific assert to BUG_ON (Steve Best) [632706]
+- [netdrv] ibmveth: Return -EINVAL on all ->probe errors (Steve Best) [632706]
+- [netdrv] ibmveth: Coding style fixes (Steve Best) [632706]
+- [netdrv] ibmveth: Some formatting fixes (Steve Best) [632706]
+- [netdrv] ibmveth: Convert driver specific error functions to netdev_err (Steve Best) [632706]
+- [netdrv] ibmveth: Convert driver specific debug to netdev_dbg (Steve Best) [632706]
+- [netdrv] ibmveth: Remove redundant function prototypes (Steve Best) [632706]
+- [netdrv] ibmveth: Convert to netdev_alloc_skb (Steve Best) [632706]
+- [netdrv] ibmveth: remove procfs code (Steve Best) [632706]
+- [netdrv] ibmveth: Enable IPv6 checksum offload (Steve Best) [632706]
+- [netdrv] ibmveth: Remove duplicate checksum offload setup code (Steve Best) [632706]
+- [netdrv] ibmveth: Add optional flush of rx buffer (Steve Best) [632706]
+- [netdrv] ibmveth: Add scatter-gather support (Steve Best) [632706]
+- [netdrv] ibmveth: Use lighter weight read memory barrier in ibmveth_poll (Steve Best) [632706]
+- [netdrv] ibmveth: Add rx_copybreak (Steve Best) [632706]
+- [netdrv] ibmveth: Add tx_copybreak (Steve Best) [632706]
+- [netdrv] ibmveth: Remove LLTX (Steve Best) [632706]
+- [netdrv] ibmveth: batch rx buffer replacement (Steve Best) [632706]
+- [netdrv] ibmveth: Remove integer divide caused by modulus (Steve Best) [632706]
+- [scsi] ibmvfc: version 1.0.9 (Steve Best) [632710]
+- [scsi] ibmvfc: Handle Virtual I/O Server reboot (Steve Best) [632710]
+- [scsi] ibmvfc: Log link up/down events (Steve Best) [632710]
+- [scsi] ibmvfc: Fix terminate_rport_io (Steve Best) [632710]
+- [scsi] ibmvfc: Fix rport add/delete race resulting in oops (Steve Best) [632710]
+- [scsi] ibmvfc: Add support for fc_block_scsi_eh (Steve Best) [632710]
+- [scsi] ibmvfc: Add FC Passthru support (Steve Best) [632710]
+- [scsi] ibmvfc: Fix adapter cancel flags for terminate_rport_io (Steve Best) [632710]
+- [scsi] ibmvfc: Remove unnecessary parameter to ibmvfc_init_host (Steve Best) [632710]
+- [scsi] ibmvfc: Fix locking in ibmvfc_remove (Steve Best) [632710]
+- [scsi] ibmvfc: Fixup TMF response handling (Steve Best) [632710]
+- [ppc64] Enable PM_SLEEP on POWER w/o KABI changes (Steve Best) [632683]
+- [ppc64] pseries: Partition hibernation support for RHEL6.1 (Steve Best) [632683]
+- [ppc64] pseries: Partition hibernation support (Steve Best) [632683]
+- [ppc64] ibmvscsi: Fix softlockup on resume (Steve Best) [632683]
+- [ppc64] ibmvfc: Fix soft lockup on resume (Steve Best) [632683]
+- [ppc64] ibmvscsi: Add suspend/resume support (Steve Best) [632683]
+- [ppc64] ibmvfc: Add suspend/resume support (Steve Best) [632683]
+- [ppc64] ibmveth: Add suspend/resume support (Steve Best) [632683]
+- [ppc64] vio: Add power management support (Steve Best) [632683]
+- [ppc64] pseries: Migration code reorganization / hibernation prep (Steve Best) [632683]
+- [configs] redhat: added CONFIG_SECURITY_DMESG_RESTRICT option (Frantisek Hrbata) [653245]
+- [kernel] restrict unprivileged access to kernel syslog (Frantisek Hrbata) [653245]
+- [edac] i7300_edac: Fix an error with RHEL6 build (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Add it to x86 RHEL6 build (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Properly initialize per-csrow memory size (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: better initialize page counts (Mauro Carvalho Chehab) [638237]
+- [edac] MAINTAINERS: Add maintainer for i7300-edac driver (Mauro Carvalho Chehab) [638237]
+- [edac] i7300-edac: CodingStyle cleanup (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Improve comments (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Cleanup: reorganize the file contents (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Properly detect channel on CE errors (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: enrich FBD error info for corrected errors (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: enrich FBD error info for fatal errors (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: pre-allocate a buffer used to prepare err messages (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Fix MTR x4/x8 detection logic (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Make the debug messages coherent with the others (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Cleanup: remove get_error_info logic (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Add a code to cleanup error registers (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Add support for reporting FBD errors (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Properly detect the type of error correction (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Detect if the device is on single mode (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Adds detection for enhanced scrub mode on x8 (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Clear the error bit after reading (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Add error detection code for global errors (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Better name PCI devices (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: Add a FIXME note about the error correction type (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: add global error registers (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: display info if ECC is enabled or not (Mauro Carvalho Chehab) [638237]
+- [edac] i7300_edac: start a driver for i7300 chipset (Mauro Carvalho Chehab) [638237]
+- [net] ipsec: fragment locally generated tunnel-mode IPSec6 packets as needed (Herbert Xu) [661113]
+- [dma] Fix incorrect iommu in ioatdma (John Feeney) [611884]
+- [pci] sysfs: Update ROM to include default owner write access (Alex Williamson) [668478]
+- [x86] tboot: Add support for S3 memory integrity protection (John Villalovos) [464222]
+- [x86] Fix checking of SRAT when node 0 ram is not from 0 (Amerigo Wang) [668340]
+- [virt] VMX: when entering real mode align segment base to 16 bytes (Gleb Natapov) [665970]
+- [virt] xenbus: implement O_NONBLOCK (Paolo Bonzini) [607262]
+- [virt] x86: Push potential exception error code on task switches (Gleb Natapov) [654284]
+- [virt] VMX: add module parameter to avoid trapping HLT instructions (Gleb Natapov) [661540]
+- [netdrv] QLogic nextxen driver updates (Bob Picco) [562940]
+- [scsi] libsas: fix NCQ mixing with non-NCQ (David Milburn) [621606]
+
+* Fri Jan 14 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-99.el6]
+- [netdrv] BNX2I: Updated version, copyright, and maintainer info (Mike Christie) [635894]
+- [netdrv] BNX2I: Added iSCSI text pdu support for iSCSI offload (Mike Christie) [635894]
+- [netdrv] BNX2I: Added jumbo MTU support for the no shost case (Mike Christie) [635894]
+- [netdrv] BNX2I: Added support for the 57712(E) devices (Mike Christie) [635894]
+- [netdrv] BNX2I: Added handling for unsupported iSCSI offload hba (Mike Christie) [635894]
+- [netdrv] BNX2I: Fixed the 32-bit swapping of the LUN field for nopouts for 5771X (Mike Christie) [635894]
+- [netdrv] BNX2I: Allow ep CONNECT_FAILED condition to go through proper cleanup (Mike Christie) [635894]
+- [netdrv] BNX2I: Added reconnect fix connecting against Lefthand targets (Mike Christie) [635894]
+- [netdrv] BNX2I: Cleaned up various error conditions in ep_connect/disconnect (Mike Christie) [635894]
+- [netdrv] BNX2I: Added return code check for chip kwqe submission request (Mike Christie) [635894]
+- [netdrv] BNX2I: Modified the bnx2i stop path to compensate for in progress ops (Mike Christie) [635894]
+- [netdrv] BNX2I: Removed the dynamic registration of CNIC (Mike Christie) [635894]
+- [netdrv] BNX2I: Added mutex lock protection to conn_get_param (Mike Christie) [635894]
+- [netdrv] BNX2I: Allow to abort the connection if connect request times out (Mike Christie) [635894]
+- [netdrv] BNX2I: Fixed the remote TCP RST handling for the 570X (1g) (Mike Christie) [635894]
+- [netdrv] BNX2I: Fixed a cid leak issue for 5771X (10g) (Mike Christie) [635894]
+- [netdrv] BNX2I: Fixed the endian bug in the TMF LUN cmd send (Mike Christie) [635894]
+- [netdrv] BNX2I: Added chip cleanup for the remove module path (Mike Christie) [635894]
+- [netdrv] BNX2I: Recouple the CFC delete cleanup with cm_abort/close completion (Mike Christie) [635894]
+- [netdrv] BNX2I: Added support for other TMFs besides ABORT_TASK (Mike Christie) [635894]
+- [netdrv] BNX2I: Fixed a protocol violation on nopout responses (Mike Christie) [635894]
+- [netdrv] BNX2I: Added host param ISCSI_HOST_PARAM_IPADDRESS (Mike Christie) [635894]
+- [netdrv] BNX2I: Fixed the TCP graceful termination initiation (Mike Christie) [635894]
+- [netdrv] BNX2I: Fine tuned conn destroy and context destroy timeout values (Mike Christie) [635894]
+- [netdrv] cnic: Fix the type field in SPQ messages (Mike Christie) [635892]
+- [netdrv] cnic: Do not call bnx2i when bnx2i is calling cnic_unregister_driver() (Mike Christie) [635892]
+- [netdrv] cnic: Do not allow iSCSI and FCoE on bnx2x multi-function mode (Mike Christie) [635892]
+- [netdrv] cnic: fix mem leak on allocation failures in cnic_alloc_uio_rings() (Mike Christie) [635892]
+- [netdrv] cnic: Add FCoE support on 57712 (Mike Christie) [635892]
+- [netdrv] cnic: Add kcq2 support on 57712 (Mike Christie) [635892]
+- [netdrv] cnic: Call cm_connect_complete() immediately on error (Mike Christie) [635892]
+- [netdrv] cnic: Check device state before reading the kcq pointer in IRQ (Mike Christie) [635892]
+- [netdrv] cnic: Support NIC Partition mode (Mike Christie) [635892]
+- [netdrv] cnic: Use proper client and connection IDs on iSCSI ring (Mike Christie) [635892]
+- [netdrv] cnic: Improve ->iscsi_nl_msg_send() (Mike Christie) [635892]
+- [netdrv] cnic: Prevent "scheduling while atomic" when calling ->cnic_init() (Mike Christie) [635892]
+- [netdrv] cnic: Fix iSCSI TCP port endian order (Mike Christie) [635892]
+- [netdrv] drivers/net/cnic.c: Remove unnecessary semicolons (Mike Christie) [635892]
+- [netdrv] cnic: Add support for 57712 device (Mike Christie) [635892]
+- [netdrv] cnic: Decouple uio close from cnic shutdown (Mike Christie) [635892]
+- [netdrv] cnic: Add cnic_uio_dev struct (Mike Christie) [635892]
+- [netdrv] cnic: Add cnic_free_uio() (Mike Christie) [635892]
+- [netdrv] cnic: Defer iscsi connection cleanup (Mike Christie) [635892]
+- [netdrv] cnic: Add cnic_bnx2x_destroy_ramrod() (Mike Christie) [635892]
+- [netdrv] cnic: Convert ctx_flags to bit fields (Mike Christie) [635892]
+- [netdrv] cnic: Add common cnic_request_irq() (Mike Christie) [635892]
+- [netdrv] bnx2x, cnic: Fix SPQ return credit (Mike Christie) [635892]
+- [netdrv] bnx2x, cnic, bnx2i: use new FW/HSI (Mike Christie) [635892]
+- [netdrv] cnic: Fine-tune ring init code (Mike Christie) [635892]
+- [netdrv] cnic: Use pfid for internal memory offsets (Mike Christie) [635892]
+- [netdrv] cnic: Pass cp pointer to BNX2X_HW_CID (Mike Christie) [635892]
+- [netdrv] drivers/net: Convert unbounded kzalloc calls to kcalloc (Mike Christie) [635892]
+- [netdrv] cnic: Update version to 2.1.3 (Mike Christie) [635892]
+- [netdrv] cnic: Further unify kcq handling code (Mike Christie) [635892]
+- [netdrv] cnic: Restructure kcq processing (Mike Christie) [635892]
+- [netdrv] cnic: Unify kcq allocation for all devices (Mike Christie) [635892]
+- [netdrv] cnic: Unify IRQ code for all hardware types (Mike Christie) [635892]
+- [netdrv] cnic: Fine-tune CID memory space calculation (Mike Christie) [635892]
+- [netdrv] cnic: Fix cnic_cm_abort() error handling (Mike Christie) [635892]
+- [netdrv] cnic: Refactor and fix cnic_ready_to_close() (Mike Christie) [635892]
+- [netdrv] cnic: Refactor code in cnic_cm_process_kcqe() (Mike Christie) [635892]
+- [netdrv] cnic: Return error code in cnic_cm_close() if unsuccessful (Mike Christie) [635892]
+- [netdrv] cnic: Return SPQ credit to bnx2x after ring setup and shutdown (Mike Christie) [635892]
+- [netdrv] cnic: Convert cnic_local_flags to atomic ops (Mike Christie) [635892]
+- [netdrv] drivers/net: Remove unnecessary returns from void function()s (Mike Christie) [635892]
+- [netdrv] bnx2x: update version to 1.62.00-2 (Mike Christie) [635942]
+- [netdrv] bnx2x: replace FW to 6.2.5 (Mike Christie) [635942]
+- [netdrv] bnx2x: add FW 6.2.5 files (Mike Christie) [635942]
+- [netdrv] bnx2x: Add DCB/PFC support - link layer (Mike Christie) [635942]
+- [netdrv] bnx2x: add DCB support (Mike Christie) [635942]
+- [netdrv] bnx2x: add a select queue callback (Mike Christie) [635942]
+- [netdrv] bnx2x: Take the distribution range definition out of skb_tx_hash() (Mike Christie) [635942]
+- [netdrv] bnx2x: add FCoE ring (Mike Christie) [635942]
+- [netdrv] bnx2x: Update version number and a date (Mike Christie) [635942]
+- [netdrv] bnx2x: Fixed a compilation warning (Mike Christie) [635942]
+- [netdrv] bnx2x: Use dma_alloc_coherent() semantics for ILT memory allocation (Mike Christie) [635942]
+- [netdrv] bnx2x: LSO code was broken on BE platforms (Mike Christie) [635942]
+- [netdrv] bnx2x: Add Nic partitioning mode (57712 devices) (Mike Christie) [635942]
+- [netdrv] bnx2x: Use helpers instead of direct access to the shinfo(skb) fields (Mike Christie) [635942]
+- [netdrv] bnx2x: Do interrupt mode initialization and NAPIs adding before register_netdev() (Mike Christie) [635942]
+- [netdrv] bnx2x: Disable local BHes to prevent a dead-lock situation (Mike Christie) [635942]
+- [netdrv] net: bnx2x: fix error value sign (Mike Christie) [635942]
+- [netdrv] drivers/net/bnx2x: Remove unnecessary semicolons (Mike Christie) [635942]
+- [netdrv] bnx2x: Update version number (Mike Christie) [635942]
+- [netdrv] bnx2x: Reset 8073 phy during common init (Mike Christie) [635942]
+- [netdrv] bnx2x: Do not enable CL37 BAM unless it is explicitly enabled (Mike Christie) [635942]
+- [netdrv] bnx2x: Fix resetting BCM8726 PHY during common init (Mike Christie) [635942]
+- [netdrv] bnx2x: Clear latch indication on link reset (Mike Christie) [635942]
+- [netdrv] bnx2x: Fix port selection in case of E2 (Mike Christie) [635942]
+- [netdrv] bnx2x: Fix waiting for reset complete on BCM848x3 PHYs (Mike Christie) [635942]
+- [netdrv] bnx2x: Restore appropriate delay during BMAC reset (Mike Christie) [635942]
+- [netdrv] bnx2x: make local function static and remove dead code (Mike Christie) [635942]
+- [netdrv] bnx2x: Don't check for vlan group before vlan_tx_tag_present (Mike Christie) [635942]
+- [netdrv] bnx2x: update version to 1.60.00-3 (Mike Christie) [635942]
+- [netdrv] bnx2x: prevent false parity error in MSI-X memory of HC block (Mike Christie) [635942]
+- [netdrv] bnx2x: fix possible deadlock in HC hw block (Mike Christie) [635942]
+- [netdrv] bnx2x: update version to 1.60.00-2 (Mike Christie) [635942]
+- [netdrv] bnx2x: remove unnecessary FUNC_FLG_RSS flag and related (Mike Christie) [635942]
+- [netdrv] bnx2x: Use correct FW constant for header padding (Mike Christie) [635942]
+- [netdrv] bnx2x: do not deal with power if no capability (Mike Christie) [635942]
+- [netdrv] bnx2x: remove redundant commands during error handling (Mike Christie) [635942]
+- [netdrv] bnx2x: Optimized the branching in the bnx2x_rx_int() (Mike Christie) [635942]
+- [netdrv] bnx2x: Fixing a typo: added a missing RSS enablement (Mike Christie) [635942]
+- [netdrv] bnx2x: update version to 1.60.00-1 (Mike Christie) [635942]
+- [netdrv] bnx2x: properly initialize FW stats (Mike Christie) [635942]
+- [netdrv] bnx2x: code beautify (Mike Christie) [635942]
+- [netdrv] bnx2x, cnic: Fix SPQ return credit (Mike Christie) [635942]
+- [netdrv] bnx2x: move msix table initialization to probe() (Mike Christie) [635942]
+- [netdrv] bnx2x: use L1_CACHE_BYTES instead of magic number (Mike Christie) [635942]
+- [netdrv] bnx2x: remove unused fields in main driver structure (Mike Christie) [635942]
+- [netdrv] bnx2x: remove unused parameter in reuse_rx_skb() (Mike Christie) [635942]
+- [netdrv] bnx2x: Add 57712 support (Mike Christie) [635942]
+- [netdrv] bnx2x: change type of spq_left to atomic (Mike Christie) [635942]
+- [netdrv] bnx2x: rename MF related fields (Mike Christie) [635942]
+- [netdrv] bnx2x: remove old FW files (Mike Christie) [635942]
+- [netdrv] bnx2x, cnic, bnx2i: use new FW/HSI (Mike Christie) [635942]
+- [netdrv] bnx2x: add 6.0.34 fw files (Mike Christie) [635942]
+- [netdrv] bnx2x: create folder for bnx2x firmware files (Mike Christie) [635942]
+- [netdrv] bnx2x: Moved enabling of MSI to the bnx2x_set_num_queues() (Mike Christie) [635942]
+- [netdrv] bnx2x: Use netif_set_real_num_{rx, tx}_queues() (Mike Christie) [635942]
+- [netdrv] bnx2x: return operator cleanup (Mike Christie) [635942]
+- [netdrv] bnx2x: Spread rx buffers between allocated queues (Mike Christie) [635942]
+- [netdrv] drivers/net/bnx2x: use ARRAY_SIZE macro in bnx2x_main.c (Mike Christie) [635942]
+- [netdrv] bnx2x: Update bnx2x version to 1.52.53-6 (Mike Christie) [635942]
+- [netdrv] bnx2x: Change LED scheme for dual-media (Mike Christie) [635942]
+- [netdrv] bnx2x: Add dual-media changes (Mike Christie) [635942]
+- [netdrv] bnx2x: Organize PHY functions (Mike Christie) [635942]
+- [netdrv] bnx2x: Apply logic changes for the new scheme (Mike Christie) [635942]
+- [netdrv] bnx2x: Move common function into aggregated function (Mike Christie) [635942]
+- [netdrv] bnx2x: Adjust flow-control with the new scheme (Mike Christie) [635942]
+- [netdrv] bnx2x: Adjust alignment of split PHY functions (Mike Christie) [635942]
+- [netdrv] bnx2x: Split PHY functions (Mike Christie) [635942]
+- [netdrv] bnx2x: Unify PHY attributes (Mike Christie) [635942]
+- [netdrv] bnx2x: avoid skb->ip_summed initialization (Mike Christie) [635942]
+- [netdrv] skbuff.h: add skb_checksum_none_assert() (Mike Christie) [635942]
+- [netdrv] bnx2x: Update version to 1.52.53-5 (Mike Christie) [635942]
+- [netdrv] bnx2x: Add BCM84823 to the supported PHYs (Mike Christie) [635942]
+- [netdrv] bnx2x: Change BCM848xx LED configuration (Mike Christie) [635942]
+- [netdrv] bnx2x: Remove unneeded setting of XAUI low power to BCM8727 (Mike Christie) [635942]
+- [netdrv] bnx2x: Change BCM848xx configuration according to IEEE (Mike Christie) [635942]
+- [netdrv] bnx2x: Reset link before any new link settings (Mike Christie) [635942]
+- [netdrv] bnx2x: Fix potential link issue In BCM8727 based boards (Mike Christie) [635942]
+- [netdrv] bnx2x: Fix potential link issue of BCM8073/BCM8727 (Mike Christie) [635942]
+- [netdrv] bnx2x: fix wrong return from bnx2x_trylock_hw_lock (Mike Christie) [635942]
+- [netdrv] bnx2x: small fix in stats handling (Mike Christie) [635942]
+- [netdrv] bnx2x: Update bnx2x version to 1.52.53-4 (Mike Christie) [635942]
+- [netdrv] bnx2x: Fix PHY locking problem (Mike Christie) [635942]
+- [netdrv] drivers/net/bnx2x: Adjust confusing if indentation (Mike Christie) [635942]
+- [netdrv] bnx2x: Load firmware in open() instead of probe() (Mike Christie) [635942]
+- [netdrv] bnx2x: Protect statistics ramrod and sequence number (Mike Christie) [635942]
+- [netdrv] bnx2x: Protect a SM state change (Mike Christie) [635942]
+- [netdrv] net: bnx2x_cmn.c needs net/ip6_checksum.h for csum_ipv6_magic (Mike Christie) [635942]
+- [netdrv] bnx2x: update driver version to 1.52.53-3 (Mike Christie) [635942]
+- [netdrv] bnx2x: Move statistics handling code to bnx2x_stats.* (Mike Christie) [635942]
+- [netdrv] bnx2x: Create separate file for ethtool routines (Mike Christie) [635942]
+- [netdrv] bnx2x: Create bnx2x_cmn.* files (Mike Christie) [635942]
+- [netdrv] bnx2x: move global variable load_count to bnx2x.h (Mike Christie) [635942]
+- [netdrv] bnx2x: store module parameters in driver main structure (Mike Christie) [635942]
+- [netdrv] bnx2x: Create separate folder for bnx2x driver (Mike Christie) [635942]
+- [netdrv] bnx2x: Set RXHASH for LRO packets (Mike Christie) [635942]
+- [netdrv] bnx2x: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags (Mike Christie) [635942]
+- [netdrv] bnx2x: fail when try to setup unsupported features (Mike Christie) [635942]
+- [netdrv] bnx2x: Fix link problem with some DACs (Mike Christie) [635942]
+- [netdrv] bnx2x: avoid TX timeout when stopping device (Mike Christie) [635942]
+- [netdrv] bnx2x: Remove two prefetch() (Mike Christie) [635942]
+- [netdrv] bnx2x: add support for receive hashing (Mike Christie) [635942]
+- [netdrv] bnx2x: Date and version (Mike Christie) [635942]
+- [netdrv] bnx2x: Rework power state handling code (Mike Christie) [635942]
+- [netdrv] bnx2x: use mask in test_registers() to avoid parity error (Mike Christie) [635942]
+- [netdrv] bnx2x: Fixed MSI-X enabling flow (Mike Christie) [635942]
+- [netdrv] bnx2x: Added new statistics (Mike Christie) [635942]
+- [netdrv] bnx2x: White spaces (Mike Christie) [635942]
+- [netdrv] bnx2x: Protect code with NOMCP (Mike Christie) [635942]
+- [netdrv] bnx2x: Increase DMAE max write size for 57711 (Mike Christie) [635942]
+- [netdrv] bnx2x: Parity errors handling for 57710 and 57711 (Mike Christie) [635942]
+- [netdrv] Revert "[netdrv] bnx2x: fix system hung after netdev watchdog" (Mike Christie) [635942]
+- [netdrv] bnx2x: Added GRO support (Mike Christie) [635942]
+- [netdrv] bnx2x: remove trailing space in messages (Mike Christie) [635942]
+- [netdrv] bnx2x: fix typo (Mike Christie) [635942]
+- [netdrv] bnx2x: convert to use netdev_for_each_mc_addr (Mike Christie) [635942]
+- [netdrv] drivers/net/bnx2x: Use (pr|netdev|netif)_<level> macro helpers (Mike Christie) [635942]
+- [netdrv] bnx2x: use netdev_mc_count and netdev_mc_empty when appropriate (Mike Christie) [635942]
+- [netdrv] bnx2x: remove HAVE_ leftovers (Mike Christie) [635942]
+- [netdrv] bnx2x: use DEFINE_PCI_DEVICE_TABLE() (Mike Christie) [635942]
+- [netdrv] bnx2x: fix typos (Mike Christie) [635942]
+- [netdrv] bnx2x: Move && and || to end of previous line (Mike Christie) [635942]
+- [netdrv] bnx2x: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count() (Mike Christie) [635942]
+
+* Thu Jan 13 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-98.el6]
+- [virt] kvm: fast-path msi injection with irqfd (Michael S. Tsirkin) [658442]
+- [fs] cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer (Jeff Layton) [656461]
+- [fs] cifs: Add cifs_set_oplock_level (Jeff Layton) [656461]
+- [fs] cifs: eliminate cifsInodeInfo->write_behind_rc (Jeff Layton) [656461]
+- [fs] cifs: Fix checkpatch warnings and bump cifs version number (Jeff Layton) [656461]
+- [fs] cifs: wait for writeback to complete in cifs_flush (Jeff Layton) [656461]
+- [fs] cifs: convert cifsFileInfo->count to non-atomic counter (Jeff Layton) [656461]
+- [fs] cifs: move close processing from cifs_close to cifsFileInfo_put (Jeff Layton) [656461]
+- [fs] cifs: move cifsFileInfo_put to file.c (Jeff Layton) [656461]
+- [fs] cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock (Jeff Layton) [656461]
+- [fs] cifs: Fix minor checkpatch warning and update cifs version (Jeff Layton) [656461]
+- [fs] cifs: move cifs_new_fileinfo to file.c (Jeff Layton) [656461]
+- [fs] cifs: eliminate pfile pointer from cifsFileInfo (Jeff Layton) [656461]
+- [fs] cifs: cifs_write argument change and cleanup (Jeff Layton) [656461]
+- [fs] cifs: clean up cifs_reopen_file (Jeff Layton) [656461]
+- [fs] cifs: eliminate the inode argument from cifs_new_fileinfo (Jeff Layton) [656461]
+- [fs] cifs: eliminate oflags option from cifs_new_fileinfo (Jeff Layton) [656461]
+- [fs] cifs: fix flags handling in cifs_posix_open (Jeff Layton) [656461]
+- [fs] cifs: eliminate cifs_posix_open_inode_helper (Jeff Layton) [656461]
+- [fs] cifs: don't use vfsmount to pin superblock for oplock breaks (Jeff Layton) [656461]
+- [fs] cifs: keep dentry reference in cifsFileInfo instead of inode reference (Jeff Layton) [656461]
+- [fs] Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3) (Jeff Layton) [656461]
+- [fs] Kill path_lookup_open() (Jeff Layton) [656461]
+- [fs] add OPEN_FMODE definition (Jeff Layton) [656461]
+- [fs] cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb (Jeff Layton) [646223]
+- [fs] cifs: fix check of error return from is_path_accessable (Jeff Layton) [646223]
+- [fs] cifs: don't take extra tlink reference in initiate_cifs_search (Jeff Layton) [646223]
+- [fs] cifs: make cifs_ioctl handle NULL filp->private_data correctly (Jeff Layton) [646223]
+- [fs] cifs: remove unneeded NULL tests (Jeff Layton) [646223]
+- [fs] cifs: convert tlink_tree to a rbtree (Jeff Layton) [646223]
+- [fs] cifs: store pointer to master tlink in superblock (Jeff Layton) [646223]
+- [fs] cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (Jeff Layton) [646223]
+- [fs] cifs: initialize tlink_tree_lock and tlink_tree (Jeff Layton) [646223]
+- [fs] cifs: unregister as a user of slow work on module removal (Jeff Layton) [646223]
+- [fs] cifs: implement recurring workqueue job to prune old tcons (Jeff Layton) [646223]
+- [fs] cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (Jeff Layton) [646223]
+- [fs] cifs: add "multiuser" mount option (Jeff Layton) [646223]
+- [fs] cifs: add routines to build sessions and tcons on the fly (Jeff Layton) [646223]
+- [fs] cifs: fix cifs_show_options to show "username=" or "multiuser" (Jeff Layton) [646223]
+- [fs] cifs: have find_readable/writable_file filter by fsuid (Jeff Layton) [646223]
+- [fs] cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer (Jeff Layton) [646223]
+- [fs] cifs: add refcounted and timestamped container for holding tcons (Jeff Layton) [646223]
+- [fs] cifs: add kfree() on error path (Jeff Layton) [646223]
+- [fs] cifs: fix handling of signing with writepages (Jeff Layton) [646223]
+- [fs] cifs: have cifs_new_fileinfo take a tcon arg (Jeff Layton) [646223]
+- [fs] cifs: add cifs_sb_master_tcon and convert some callers to use it (Jeff Layton) [646223]
+- [fs] cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglers (Jeff Layton) [646223]
+- [fs] cifs: add function to get a tcon from cifs_sb (Jeff Layton) [646223]
+- [fs] cifs: make various routines use the cifsFileInfo->tcon pointer (Jeff Layton) [646223]
+- [fs] cifs: Remove unnecessary casts of private_data (Jeff Layton) [646223]
+- [fs] cifs: add tcon field to cifsFileInfo struct (Jeff Layton) [646223]
+- [fs] cifs: eliminate redundant xdev check in cifs_rename (Jeff Layton) [646223]
+- [fs] cifs: consolidate error handling in several functions (Jeff Layton) [646223]
+- [fs] cifs: add "mfsymlinks" mount option (Jeff Layton) [651878]
+- [fs] cifs: use Minshall+French symlink functions (Jeff Layton) [651878]
+- [fs] cifs: implement CIFSCreateMFSymLink() (Jeff Layton) [651878]
+- [fs] cifs: implement CIFSFormatMFSymlink() (Jeff Layton) [651878]
+- [fs] cifs: implement CIFSQueryMFSymLink() (Jeff Layton) [651878]
+- [fs] cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink() (Jeff Layton) [651878]
+- [fs] cifs: implement CIFSParseMFSymlink() (Jeff Layton) [651878]
+- [fs] cifs: set CONFIG_CIFS_FSCACHE to 'no' for now (Jeff Layton) [651865]
+- [fs] cifs: fix another memleak, in cifs_root_iget (Jeff Layton) [651865]
+- [fs] cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync() (Jeff Layton) [651865]
+- [fs] cifs: cifs_convert_address() returns zero on error (Jeff Layton) [651865]
+- [fs] cifs: handle FindFirst failure gracefully (Jeff Layton) [651865]
+- [fs] cifs: prevent infinite recursion in cifs_reconnect_tcon (Jeff Layton) [651865]
+- [fs] cifs: Cannot allocate memory error on mount (Jeff Layton) [651865]
+- [fs] cifs: Remove obsolete header (Jeff Layton) [651865]
+- [fs] cifs: Allow binding to local IP address (Jeff Layton) [651865]
+- [fs] cifs: fix broken oplock handling (Jeff Layton) [651865]
+- [fs] cifs: use type __u32 instead of int for the oplock parameter (Jeff Layton) [651865]
+- [fs] cifs: reduce false positives with inode aliasing serverino autodisable (Jeff Layton) [651865]
+- [fs] cifs: don't allow cifs_iget to match inodes of the wrong type (Jeff Layton) [651865]
+- [fs] cifs: remove redundant path walking in dfs_do_refmount (Jeff Layton) [651865]
+- [fs] cifs: ignore the "mand", "nomand" and "_netdev" mount options (Jeff Layton) [651865]
+- [fs] cifs: update README to include details about 'fsc' option (Jeff Layton) [651865]
+- [fs] cifs: Fix ordering of cleanup on module init failure (Jeff Layton) [651865]
+- [fs] cifs: relinquish fscache cookie before freeing CIFSTconInfo (Jeff Layton) [651865]
+- [fs] cifs: Missing ifdef (Jeff Layton) [651865]
+- [fs] cifs: Missing line from previous commit (Jeff Layton) [651865]
+- [fs] cifs: Fix build break when CONFIG_CIFS_FSCACHE disabled (Jeff Layton) [651865]
+- [fs] cifs: fsc should not default to "on" (Jeff Layton) [651865]
+- [fs] cifs: add mount option to enable local caching (Jeff Layton) [651865]
+- [fs] cifs: read pages from FS-Cache (Jeff Layton) [651865]
+- [fs] cifs: store pages into local cache (Jeff Layton) [651865]
+- [fs] cifs: FS-Cache page management (Jeff Layton) [651865]
+- [fs] cifs: define inode-level cache object and register them (Jeff Layton) [651865]
+- [fs] cifs: define superblock-level cache index objects and register them (Jeff Layton) [651865]
+- [fs] cifs: define server-level cache index objects and register them (Jeff Layton) [651865]
+- [fs] cifs: register CIFS for caching (Jeff Layton) [651865]
+- [fs] cifs: add kernel config option for CIFS Client caching support (Jeff Layton) [651865]
+- [fs] cifs: guard cifsglob.h against multiple inclusion (Jeff Layton) [651865]
+- [fs] cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS (Jeff Layton) [618175]
+- [fs] cifs: allow matching of tcp sessions in CifsNew state (Jeff Layton) [629085]
+- [fs] cifs: fix potential double put of TCP session reference (Jeff Layton) [629085]
+- [fs] cifs: prevent possible memory corruption in cifs_demultiplex_thread (Jeff Layton) [629085]
+- [fs] cifs: eliminate some more premature cifsd exits (Jeff Layton) [629085]
+- [fs] cifs: prevent cifsd from exiting prematurely (Jeff Layton) [629085]
+- [fs] CIFS: Make cifs_convert_address() take a const src pointer and a length (Jeff Layton) [629085]
+- [x86] oprofile: Add support for 6 counters for AMD family 15h (Robert Richter) [647750]
+- [x86] oprofile: Add support for AMD family 15h (Robert Richter) [647750]
+- [x86] GART: Disable GART table walk probes, add warning (Frank Arnold) [633479 633916]
+- [x86] amd_nb: Enable GART support for AMD family 0x15 CPUs (Frank Arnold) [633479 633916]
+- [x86] cacheinfo: Unify AMD L3 cache index disable checking (Frank Arnold) [633479]
+- [x86] powernow-k8: Limit Pstate transition latency check (Frank Arnold) [633479]
+- [x86] AMD: Extend support to future families (Frank Arnold) [633479]
+- [x86] amd: Use compute unit information to determine thread siblings (Frank Arnold) [633479 633922]
+- [x86] amd: Extract compute unit information for AMD CPUs (Frank Arnold) [633479 633922]
+- [x86] amd: Add support for CPUID topology extension of AMD CPUs (Frank Arnold) [633479 633922]
+- [x86] cpu: Fix renamed, not-yet-shipping AMD CPUID feature bit (Frank Arnold) [633479]
+- [x86] cpu: Update AMD CPUID feature bits (Frank Arnold) [633479]
+- [x86] nmi: Support NMI watchdog on newer AMD CPU families (Frank Arnold) [633479]
+- [virt] vhost: get/put_user -> __get/__put_user (Michael S. Tsirkin) [665360]
+- [virt] vhost: copy_to_user -> __copy_to_user (Michael S. Tsirkin) [665360]
+- [virt] vhost: fix log ctx signalling (Michael S. Tsirkin) [665360]
+- [virt] vhost: fix return code for log_access_ok() (Michael S. Tsirkin) [665360]
+- [virt] vhost-net: batch use/unuse mm (Michael S. Tsirkin) [665360]
+- [virt] drivers/vhost/vhost.c: delete double assignment (Michael S. Tsirkin) [665360]
+- [virt] vhost: put mm after thread stop (Michael S. Tsirkin) [665360]
+- [virt] vhost-net: replace workqueue with a kthread (Michael S. Tsirkin) [665360]
+
+* Wed Jan 12 2011 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-9
+- bump to kernel-2.6.32-71.14.1.el6, see https://rhn.redhat.com/errata/RHSA-2011-0007.html for details
+
+* Wed Jan 12 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-97.el6]
+- [mm] do not keep kswapd awake for an unreclaimable zone (Johannes Weiner) [633825]
+- [netdrv] iwlwifi: Convert to new PCI PM framework (John Linville) [611075]
+- [virt] Add AES to CPUID ext_features recognized by kvm (John Cooper) [663538]
+- [net] tcp: Increase TCP_MAXSEG socket option minimum to TCP_MIN_MSS (Frantisek Hrbata) [652511] {CVE-2010-4165}
+- [net] tproxy: use the interface primary IP address as a default value for --on-ip (Thomas Graf) [591335]
+- [net] tproxy: Add missing CAP_NET_ADMIN check to ipv6 side (Thomas Graf) [591335]
+- [net] tproxy: added IPv6 support to the socket match (Thomas Graf) [591335]
+- [net] tproxy: split off ipv6 defragmentation to a separate module (Thomas Graf) [591335]
+- [net] tproxy: check for transparent flag in ip_route_newports (Thomas Graf) [591335]
+- [net] netfilter: tproxy: nf_tproxy_assign_sock() can handle tw sockets (Thomas Graf) [591335]
+- [net] tproxy: added IPv6 support to the TPROXY target (Thomas Graf) [591335]
+- [net] tproxy: allow non-local binds of IPv6 sockets if IP_TRANSPARENT is enabled (Thomas Graf) [591335]
+- [net] tproxy: added IPv6 socket lookup function to nf_tproxy_core (Thomas Graf) [591335]
+- [net] tproxy: added const specifiers to udp lookup functions (Thomas Graf) [591335]
+- [net] tproxy: added tproxy sockopt interface in the IPV6 layer (Thomas Graf) [591335]
+- [net] tproxy: added udp6_lib_lookup function (Thomas Graf) [591335]
+- [net] tproxy: add lookup type checks for UDP in nf_tproxy_get_sock_v4() (Thomas Graf) [591335]
+- [net] tproxy: kick out TIME_WAIT sockets in case a new connection comes in with th (Thomas Graf) [591335]
+- [net] tproxy: fix hash locking issue when using port redirection in __inet_inherit_port() (Thomas Graf) [591335]
+- [net] netfilter: use NFPROTO_IPV4 instead of AF_INET (Thomas Graf) [591335]
+- [net] netfilter: xt_TPROXY: the length of lines should be within 80 (Thomas Graf) [591335]
+- [mm] fix memory-failure hugetlbfs vs THP collision (Dean Nelson) [531476]
+- [mm] mm/hugetlb.c: avoid double unlock_page() in hugetlb_fault() (Dean Nelson) [531476]
+- [mm] mm/hugetlb.c: add missing spin_lock() to hugetlb_cow() (Dean Nelson) [531476]
+- [mm] Fix migration.c compilation on s390 (Dean Nelson) [531476]
+- [mm] HWPOISON/signalfd: add support for addr_lsb (Dean Nelson) [531476]
+- [mm] Encode huge page size for VM_FAULT_HWPOISON errors (Dean Nelson) [531476]
+- [mm] Fix build error with !CONFIG_MIGRATION (Dean Nelson) [531476]
+- [mm] HWPOISON: Remove retry loop for try_to_unmap (Dean Nelson) [531476]
+- [mm] HWPOISON: Turn addr_valid from bitfield into char (Dean Nelson) [531476]
+- [mm] HWPOISON: Disable DEBUG by default (Dean Nelson) [531476]
+- [mm] HWPOISON: Convert pr_debugs to pr_info (Dean Nelson) [531476]
+- [mm] HWPOISON: Improve comments in memory-failure.c (Dean Nelson) [531476]
+- [mm] x86: HWPOISON: Report correct address granuality for huge hwpoison faults (Dean Nelson) [531476]
+- [mm] hugepage: move is_hugepage_on_freelist inside ifdef to avoid warning (Dean Nelson) [531476]
+- [mm] Clean up __page_set_anon_rmap (Dean Nelson) [531476]
+- [mm] HWPOISON, hugetlb: fix unpoison for hugepage (Dean Nelson) [531476]
+- [mm] HWPOISON, hugetlb: soft offlining for hugepage (Dean Nelson) [531476]
+- [mm] HWPOSION, hugetlb: recover from free hugepage error when !MF_COUNT_INCREASED (Dean Nelson) [531476]
+- [mm] hugetlb: move refcounting in hugepage allocation inside hugetlb_lock (Dean Nelson) [531476]
+- [mm] HWPOISON, hugetlb: add free check to dequeue_hwpoison_huge_page() (Dean Nelson) [531476]
+- [mm] hugetlb: hugepage migration core (Dean Nelson) [531476]
+- [mm] mm/migrate.c: kill anon local variable from migrate_page_copy (Dean Nelson) [531476]
+- [mm] hugetlb: redefine hugepage copy functions (Dean Nelson) [531476]
+- [mm] hugetlb: add allocate function for hugepage migration (Dean Nelson) [531476]
+- [mm] hugetlb: fix metadata corruption in hugetlb_fault() (Dean Nelson) [531476]
+- [mm] HWPOISON: Stop shrinking at right page count (Dean Nelson) [531476]
+- [mm] HWPOISON: Report correct address granuality for AO huge page errors (Dean Nelson) [531476]
+- [mm] HWPOISON: Copy si_addr_lsb to user (Dean Nelson) [531476]
+- [mm] hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap() (Dean Nelson) [531476]
+- [mm] hugetlb, rmap: fix confusing page locking in hugetlb_cow() (Dean Nelson) [531476]
+- [mm] hugetlb, rmap: use hugepage_add_new_anon_rmap() in hugetlb_cow() (Dean Nelson) [531476]
+- [mm] hugetlb, rmap: always use anon_vma root pointer (Dean Nelson) [531476]
+- [mm] hugetlb: call mmu notifiers on hugepage cow (Dean Nelson) [531476]
+- [mm] hugetlb: add missing unlock in avoidcopy path in hugetlb_cow() (Dean Nelson) [531476]
+- [mm] hwpoison: rename CONFIG (Dean Nelson) [531476]
+- [mm] HWPOISON, hugetlb: support hwpoison injection for hugepage (Dean Nelson) [531476]
+- [mm] HWPOISON, hugetlb: detect hwpoison in hugetlb code (Dean Nelson) [531476]
+- [mm] HWPOISON, hugetlb: isolate corrupted hugepage (Dean Nelson) [531476]
+- [mm] HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error (Dean Nelson) [531476]
+- [mm] HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage (Dean Nelson) [531476]
+- [mm] HWPOISON, hugetlb: enable error handling path for hugepage (Dean Nelson) [531476]
+- [mm] hugetlb, rmap: add reverse mapping for hugepage (Dean Nelson) [531476]
+- [mm] hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h (Dean Nelson) [531476]
+- [mm] HWPOISON: Add PROC_FS dependency to hwpoison injector (Dean Nelson) [531476]
+- [mm] hugetlb: acquire the i_mmap_lock before walking the prio_tree to unmap a page (Dean Nelson) [531476]
+- [mm] hugetlb: prevent deadlock in __unmap_hugepage_range() when alloc_huge_page() fails (Dean Nelson) [531476]
+- [mm] nodemask: fix the declaration of NODEMASK_ALLOC() (Dean Nelson) [630170]
+- [mm] add gfp flags for NODEMASK_ALLOC slab allocations (Dean Nelson) [630170]
+- [mm] hugetlb: add generic definition of NUMA_NO_NODE (Dean Nelson) [630170]
+- [mm] hugetlb: offload per node attribute registrations (Dean Nelson) [630170]
+- [mm] hugetlb: use only nodes with memory for huge pages (Dean Nelson) [630170]
+- [mm] hugetlb: handle memory hot-plug events (Dean Nelson) [630170]
+- [mm] hugetlb: update hugetlb documentation for NUMA controls (Dean Nelson) [630170]
+- [mm] hugetlb: add per node hstate attributes (Dean Nelson) [630170]
+- [mm] hugetlb: derive huge pages nodes allowed from task mempolicy (Dean Nelson) [630170]
+- [mm] hugetlb: add nodemask arg to huge page alloc, free and surplus adjust functions (Dean Nelson) [630170]
+- [mm] hugetlb: rework hstate_next_node_* functions (Dean Nelson) [630170]
+- [mm] hugetlb: factor init_nodemask_of_node() (Dean Nelson) [630170]
+- [mm] nodemask: make NODEMASK_ALLOC more general (Dean Nelson) [630170]
+
+* Tue Jan 11 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-96.el6]
+- [netdrv] be2net: Avoid firmware update when interface is not open (Ivan Vecera) [651952]
+- [netdrv] be2net: use mutex instead of spin lock for mbox_lock (Ivan Vecera) [623201]
+- [netdrv] rhel config: changes for 2.6.37-era iwlwifi backport (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] mac80211: add ieee80211_alloc_hw2 (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: remove skb_linearize for rx frames" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] iwlwifi: misc backporting fixups for 2.6.37-era iwlwifi (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlagn: use mutex for aggregation" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: dump firmware build info in error case" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: send PAN parameters" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlagn: send RXON timing before associating" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert iwlwifi bits of "cfg80211: convert bools into flags" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: fix regulatory" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: provide firmware version" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert iwlwifi bits of "mac80211: use cipher suite selectors" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: debugfs file for txfifo command testing" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert iwlwifi bits of "mac80211: move QoS-enable to BSS info" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: use new mac80211 SMPS" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: manage IBSS station properly" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: use the DMA state API instead of the pci equivalents" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: remove mac_addr assignment" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: support channel switch offload in driver" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: remove priv->mac_addr" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: add mac80211 flush callback support" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: add support for device tx flush request" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] revert "iwlwifi: read multiple MAC addresses" (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] iwlwifi: resync bits from 2.6.37 (John Linville) [616104 637888 637897 638219 638230 648841]
+- [netdrv] mac80211: improve IBSS scanning (John Linville) [653978]
+- [netdrv] mac80211: allow scan to complete from any context (John Linville) [653978]
+- [netdrv] mac80211: split hardware scan by band (John Linville) [653978]
+- [netdrv] mac80211: Fix sta_mtx unlocking on insert STA failure path (John Linville) [653978]
+- [netdrv] mac80211: explicitly disable/enable QoS (John Linville) [653978]
+- [netdrv] mac80211: allow station add/remove to sleep (John Linville) [653978]
+- [netdrv] mac80211: async station powersave handling (John Linville) [653978]
+- [netdrv] mac80211: remove sent_ps_buffered (John Linville) [653978]
+- [kernel] lib: add EXPORT_SYMBOL_GPL for debug_locks (John Linville) [653974]
+- [firmware] firmware_class: make request_firmware_nowait more useful (John Linville) [653974]
+- [kernel] sched: Update rq->clock for nohz balanced cpus (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Change nohz idle load balancing logic to push model (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Avoid side-effect of tickless idle on update_cpu_load (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Reduce update_group_power() calls (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix the place where group powers are updated (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Add enqueue/dequeue flags (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove AFFINE_WAKEUPS feature (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove ASYM_GRAN feature (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove SYNC_WAKEUPS feature (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove WAKEUP_SYNC feature (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove FAIR_SLEEPERS feature (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove NORMALIZED_SLEEPER (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Cleanup/optimize clock updates (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove avg_overlap (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove avg_wakeup (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Discard some old bits (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Clean up check_preempt_wakeup() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Move update_curr() in check_preempt_wakeup() to avoid redundant call (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] mutex: Improve the scalability of optimistic spinning (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Pre-compute cpumask_weight(sched_domain_span(sd)) (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix select_idle_sibling() logic in select_task_rq_fair() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix select_idle_sibling() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: More generic WAKE_AFFINE vs select_idle_sibling() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix rq->clock synchronization when migrating tasks (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove the cfs_rq dependency from set_task_cpu() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Add pre and post wakeup hooks (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove forced2_migrations stats (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove rq->clock coupling from set_task_cpu() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove unused cpu_nr_migrations() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] rcu: apply RCU protection to wake_affine() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Remove unnecessary RCU exclusion (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix nr_uninterruptible count (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Optimize task_rq_lock() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix TASK_WAKING vs fork deadlock (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Make select_fallback_rq() cpuset friendly (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: _cpu_down(): Don't play with current->cpus_allowed (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: sched_exec(): Remove the select_fallback_rq() logic (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: move_task_off_dead_cpu(): Remove retry logic (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locked code (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlock (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Queue a deboosted task to the head of the RT prio queue (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Implement head queueing for sched_rt (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Extend enqueue_task to allow head queueing (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix race between ttwu() and task_rq_lock() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix incorrect sanity check (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix fork vs hotplug vs cpuset namespaces (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix hotplug hang (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix broken assertion (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Make warning less noisy (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix select_task_rq() vs hotplug issues (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Fix sched_exec() balancing (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Ensure set_task_cpu() is never called on blocked tasks (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Use TASK_WAKING for fork wakups (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Use rcu in sched_get_rr_param() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Use rcu in sched_get/set_affinity() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam() (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Make wakeup side and atomic variants of completion API irq safe (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Sanitize fork() handling (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Clean up ttwu() rq locking (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Consolidate select_task_rq() callers (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Protect sched_rr_get_param() access to task->sched_class (Larry Woodman) [557364 611867 613812 635558 635562]
+- [kernel] sched: Protect task->cpus_allowed access in sched_getaffinity() (Larry Woodman) [557364 611867 613812 635558 635562]
+
+* Mon Jan 10 2011 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-8
+- Fix override: reassigning to symbol SYSFS_DEPRECATED_V2 build warning
+
+* Fri Jan 07 2011 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-95.el6]
+- [virt] KVM: x86: zero kvm_vcpu_events->interrupt.pad (Marcelo Tosatti) [665409] {CVE-2010-4525}
+- [x86] KVM: enlarge number of possible CPUID leaves (Robert Richter) [663295]
+- [x86] apic, amd: Make firmware bug messages more meaningful (Robert Richter) [647750]
+- [x86] mce, amd: Remove goto in threshold_create_device() (Robert Richter) [647750]
+- [x86] mce, amd: Add helper functions to setup APIC (Robert Richter) [647750]
+- [x86] mce, amd: Shorten local variables mci_misc_{hi, lo} (Robert Richter) [647750]
+- [x86] mce, amd: Implement mce_threshold_block_init() helper function (Robert Richter) [647750]
+- [x86] AMD, MCE thresholding: Fix the MCi_MISCj iteration order (Robert Richter) [647750]
+- [x86] mcheck: Avoid duplicate sysfs links/files for thresholding banks (Robert Richter) [647750]
+- [x86] oprofile: Fix uninitialized variable use in debug printk (Robert Richter) [647750]
+- [x86] oprofile: Add support for IBS periodic op counter extension (Robert Richter) [647750]
+- [x86] oprofile: Add support for IBS branch target address reporting (Robert Richter) [647750]
+- [x86] oprofile: Introduce struct ibs_state (Robert Richter) [647750]
+- [x86] oprofile: Check IBS capability bits 1 and 2 (Robert Richter) [647750]
+- [x86] oprofile: Add support for AMD family 14h (Robert Richter) [647750]
+- [x86] oprofile: Add support for AMD family 12h (Robert Richter) [647750]
+- [x86] apic: Use BIOS settings for IBS and MCE threshold interrupt LVT offsets (Robert Richter) [647750]
+- [x86] apic: Check if EILVT APIC registers are available (AMD only) (Robert Richter) [647750]
+- [x86] kernel.h: add pr_warn for symmetry to dev_warn, netdev_warn (Robert Richter) [647750]
+- [x86] oprofile: disable write access to oprofilefs while profiler is running (Robert Richter) [647750]
+- [x86] oprofile: Remove duplicate code around __oprofilefs_create_file() (Robert Richter) [647750]
+- [x86] oprofile: Simplify init/exit functions (Robert Richter) [647750]
+- [x86] oprofile: Adding backtrace dump for 32bit process in compat mode (Robert Richter) [647750]
+- [x86] oprofile: Using struct stack_frame for 64bit processes dump (Robert Richter) [647750]
+- [x86] Unify dumpstack.h and stacktrace.h (Robert Richter) [647750]
+- [x86] perf: Fix unsafe frame rewinding with hot regs fetching (Robert Richter) [647750]
+- [x86] oprofile: Add Support for Intel CPU Family 6 / Model 29 (Robert Richter) [647750]
+- [x86] oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540) (Robert Richter) [647750]
+- [x86] oprofile: fix init_sysfs() function stub (Robert Richter) [647750]
+- [x86] oprofile: don't call arch exit code from init code on failure (Robert Richter) [647750]
+- [x86] oprofile: fix init_sysfs error handling (Robert Richter) [647750]
+- [x86] oprofile: fix crash when accessing freed task structs (Robert Richter) [647750]
+- [x86] oprofile: add support for Intel processor model 30 (Robert Richter) [647750]
+- [x86] oprofile: make event buffer nonseekable (Robert Richter) [647750]
+- [x86] Oprofile: Change CPUIDS from decimal to hex, and add some comments (Robert Richter) [647750]
+- [x86] oprofile: make AMD IBS hotplug capable (Robert Richter) [647750]
+- [x86] oprofile: notify cpus only when daemon is running (Robert Richter) [647750]
+- [x86] oprofile: reordering some functions (Robert Richter) [647750]
+- [x86] oprofile: stop disabled counters in nmi handler (Robert Richter) [647750]
+- [x86] oprofile: protect cpu hotplug sections (Robert Richter) [647750]
+- [x86] oprofile: remove CONFIG_SMP macros (Robert Richter) [647750]
+- [x86] oprofile: fix uninitialized counter usage during cpu hotplug (Robert Richter) [647750]
+- [x86] oprofile: remove duplicate IBS capability check (Robert Richter) [647750]
+- [x86] oprofile: move IBS code (Robert Richter) [647750]
+- [x86] oprofile: return -EBUSY if counters are already reserved (Robert Richter) [647750]
+- [x86] oprofile: moving shutdown functions (Robert Richter) [647750]
+- [x86] oprofile: reserve counter msrs pairwise (Robert Richter) [647750]
+- [x86] oprofile: rework error handler in nmi_setup() (Robert Richter) [647750]
+- [x86] oprofile: protect from not being in an IRQ context (Robert Richter) [647750]
+- [x86] oprofile: convert oprofile from timer_hook to hrtimer (Robert Richter) [647750]
+- [x86] oprofile: add comment to counter-in-use warning (Robert Richter) [647750]
+- [x86] oprofile: warn user if a counter is already active (Robert Richter) [647750]
+- [x86] oprofile: implement randomization for IBS periodic op counter (Robert Richter) [647750]
+- [x86] oprofile: implement lsfr pseudo-random number generator for IBS (Robert Richter) [647750]
+- [x86] oprofile: implement IBS cpuid feature detection (Robert Richter) [647750]
+- [x86] oprofile: remove OPROFILE_IBS config option (Robert Richter) [647750]
+- [kbuild] fixes for using make 3.82 (Don Zickus) [663994]
+- [kbuild] powerpc: fix build with make 3.82 (Don Zickus) [663994]
+- [scsi] qla2xxx: Update driver version to 8.03.05.01.06.1-k0 (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Properly set the return value in function qla2xxx_eh_abort (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Correct issue where NPIV-config data was not being allocated for 82xx parts (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Update copyright banner (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Add flash read/update support using BSG interface (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Change MSI initialization from using incorrect request_irq parameter (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Populate Command Type 6 LUN field properly (Chad Dupuis) [635710]
+- [scsi] qla2xxx: list cursors are not null (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Avoid depending on SCSI host_lock in queuecommand function (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Correct PRLI failure response code handling (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Drop srb reference before waiting for completion (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Addition of shutdown callback handler (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Initialize the vport_slock spinlock (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Remove scsi_cmnd->serial_number from debug traces (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Group CS_RESET return status with other link level event statuses (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Remove port down retry count (Chad Dupuis) [635710]
+- [scsi] qla2xxx: locking problem in qla2x00_init_rings() (Chad Dupuis) [635710]
+- [scsi] qla2xxx: AER Support-Return recovered from mmio_enable function for 82XX (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Update to AER support, do early abort commands (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Increase SG table size to support large IO size per scsi command (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Clear local references of rport on device loss timeout notification from FC transport (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Handle MPI timeout indicated by AE8002 (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Added AER support for ISP82xx (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Cover UNDERRUN case where SCSI status is set (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Correctly set fw hung and complete only waiting mbx (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Reset seconds_since_last_heartbeat correctly. (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Change del_timer_sync() to del_timer() in qla2x00_ctx_sp_free() (Chad Dupuis) [635710]
+- [scsi] qla2xxx: make rport deletions explicit during vport removal (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Fix vport delete issues (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Pass first 64 bytes of MBX information when vendor commands fail (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Return proper fabric name based on device state (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Don't issue set or get port param MBC if port is not online (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Add module parameter to enable GFF_ID device type check (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Cleanup some dead-code and make some functions static. (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Do not allow ELS Passthru commands for ISP23xx adapters (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Don't issue set or get port param MBC if remote port is not logged in (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Don't issue set or get port param MBC if invalid port loop id (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Fix flash write failure on ISP82xx (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Handle outstanding mbx cmds on hung f/w scenarios. (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Support for loading Unified ROM Image (URI) format firmware file. (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Add internal loopback support for ISP81xx. (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Appropriately log FCP priority data messages (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Rearranged and cleaned up the code for processing the pending commands (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Updates for ISP82xx. (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Add qla2x00_free_fcports() function (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Check for golden firmware and show version if available (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Use GFF_ID to check FCP-SCSI FC4 type before logging into Nx_Ports (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Correct extended sense-data handling. (Chad Dupuis) [635710]
+- [scsi] qla2xxx: Stop firmware before doing init firmware. (Chad Dupuis) [635710]
+- [scsi] qla2xxx: T10 DIF Type 2 support (Chad Dupuis) [520855]
+- [scsi] qla2xxx: T10 DIF enablement for 81XX (Chad Dupuis) [520855]
+- [scsi] qla2xxx: T10 DIF support added (Chad Dupuis) [520855]
+
+* Thu Jan 06 2011 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-7
+- Adjust mkinitrd requirement for CentOS 5
+
+* Wed Jan 05 2011 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-6
+- Disable debuginfo packages for CentOS 5
+
+* Tue Dec 28 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-94.el6]
+- [fs] nfsd: Fix possible BUG_ON firing in set_change_info (Steve Dickson) [663448]
+- [fs] sunrpc: prevent use-after-free on clearing XPT_BUSY (Steve Dickson) [663448]
+- [fs] nfsd: fix BUG at fs/nfsd/nfsfh.h:199 on unlink (Steve Dickson) [663448]
+- [fs] nfsd4: typo fix in find_any_file (Steve Dickson) [663448]
+- [fs] sunrpc: Correct a misapplied patch (Steve Dickson) [663448]
+- [fs] nfs: Make new aop kABI friendly (Steve Dickson) [662782]
+- [fs] NFS: Fix panic after nfs_umount() (Steve Dickson) [662782]
+- [fs] nfs: remove extraneous and problematic calls to nfs_clear_request (Steve Dickson) [662782]
+- [fs] nfs: kernel should return EPROTONOSUPPORT when not support NFSv4 (Steve Dickson) [662782]
+- [fs] NFS: Fix fcntl F_GETLK not reporting some conflicts (Steve Dickson) [662782]
+- [fs] nfs: Discard ACL cache on mode update (Steve Dickson) [662782]
+- [fs] NFS: Readdir cleanups (Steve Dickson) [662782]
+- [fs] NFS: nfs_readdir_search_for_cookie() don't mark as eof if cookie not found (Steve Dickson) [662782]
+- [fs] NFS: Fix a memory leak in nfs_readdir (Steve Dickson) [662782]
+- [fs] Call the filesystem back whenever a page is removed from the page cache (Steve Dickson) [662782]
+- [fs] NFS: Ensure we use the correct cookie in nfs_readdir_xdr_filler (Steve Dickson) [662782]
+- [fs] NFS: Fix a readdirplus bug (Steve Dickson) [662782]
+- [fs] NFS: Ensure we return the dirent->d_type when it is known (Steve Dickson) [662782]
+- [fs] NFS: Correct the array bound calculation in nfs_readdir_add_to_array (Steve Dickson) [662782]
+- [fs] NFS: Don't ignore errors from nfs_do_filldir() (Steve Dickson) [662782]
+- [fs] NFS: Fix the error handling in "uncached_readdir()" (Steve Dickson) [662782]
+- [fs] NFS: Fix a page leak in uncached_readdir() (Steve Dickson) [662782]
+- [fs] NFS: Fix a page leak in nfs_do_filldir() (Steve Dickson) [662782]
+- [fs] NFS: Assume eof if the server returns no readdir records (Steve Dickson) [662782]
+- [fs] NFS: Buffer overflow in ->decode_dirent() should not be fatal (Steve Dickson) [662782]
+- [fs] Pure nfs client performance using odirect (Steve Dickson) [662782]
+- [fs] SUNRPC: Fix an infinite loop in call_refresh/call_refreshresult (Steve Dickson) [662782]
+- [fs] nfs: Ignore kmemleak false positive in nfs_readdir_make_qstr (Steve Dickson) [662782]
+- [fs] SUNRPC: Simplify rpc_alloc_iostats by removing pointless local variable (Steve Dickson) [662782]
+- [fs] nfs: trivial: remove unused nfs_wait_event macro (Steve Dickson) [662782]
+- [fs] NFS: readdir shouldn't read beyond the reply returned by the server (Steve Dickson) [662782]
+- [fs] NFS: Fix a couple of regressions in readdir (Steve Dickson) [662782]
+- [usb] teach "devices" file about Wireless and SuperSpeed USB (Don Zickus) [642206]
+- [perf] perf_events: Fix perf_counter_mmap() hook in mprotect() (Oleg Nesterov) [651673]
+- [usb] changes to make local suspend/resume work (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Don't let the USB core disable SuperSpeed ports (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Setup array of USB2 and USB3 ports (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Fix reset-device and configure-endpoint commands (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Fix command ring replay after resume (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: fix wMaxPacketSize mask (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: release spinlock when setup interrupt (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Remove excessive printks with shared IRQs (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] Fix linker errors with CONFIG_PM=n (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Fix compile error when CONFIG_PM=n (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: PCI power management implementation (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: bus power management implementation (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: port remote wakeup implementation (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI port power management implementation (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] core: use kernel assigned address for devices under xHCI (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: change xhci_reset_device() to allocate new device (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: Add pointer to udev in struct xhci_virt_device (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: update ring dequeue pointer when process missed tds (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Remove buggy assignment in next_trb() (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Set DMA mask for host (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Don't flush doorbell writes (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Reduce reads and writes of interrupter registers (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Make xhci_set_hc_event_deq() static (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Minimize HW event ring dequeue pointer writes (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Make xhci_handle_event() static (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Remove unnecessary reads of IRQ_PENDING register (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Performance - move xhci_work() into xhci_irq() (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Performance - move interrupt handlers into xhci-ring.c (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Performance - move functions that find ep ring (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: Isoc urb enqueue (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: allocate bigger ring for isochronous endpoint (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: Isochronous transfer implementation (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: Introduce urb_priv structure (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: Missed Service Error Event process (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: adds new cases to trb_comp_code switch (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: remove redundant print messages (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] USB xHCI: handle_tx_event() refactor: process_bulk_intr_td (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: handle_tx_event() refactor: process_ctrl_td (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: handle_tx_event() refactor: finish_td (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: Supporting MSI/MSI-X (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: trivial: use ARRAY_SIZE (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Remove obsolete debugging printk (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Set Mult field in endpoint context correctly (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Set EP0 dequeue ptr after reset of configured device (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: Fix another bug in link TRB activation change (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] clean up some host controller sparse warnings (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] Support for allocating USB 3.0 streams (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] split hub.h into ch11.h and merge-in hcd.h (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] make hub.h public (drivers dependency) (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] make hcd.h public (drivers dependency) (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] Add parsing of SuperSpeed endpoint companion descriptor (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: Fix bug in link TRB activation change (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Print NEC firmware version (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Wait for host to start running (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Wait for controller to be ready after reset (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: fix compiler warning (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Remove the arbitrary limit of 15 xHCI ports (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xHCI: Fix wrong usage of macro TRB_TYPE (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Transfer ring link TRB activation change (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Set stream ID to 0 after cleaning up stalls (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Avoid double free after streams are disabled (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Correct assumptions about number of rings per endpoint (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Add memory allocation for USB3 bulk streams (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Fix check for room on the ring (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Limit bus sg_tablesize to 62 TRBs (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Fix issue with set interface after stall (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Make endpoint interval debugging clearer (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] usb-storage: use max_hw_sectors instead of max_sectors (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] rearrange code in usb_probe_interface (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] Use bInterfaceNumber in bandwidth allocations (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Fix compile issues with xhci_get_slot_state() (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: No GFP_KERNEL in block error handling (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] retain USB device power/wakeup setting across reconfiguration (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] Add call to notify xHC of a device reset (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Notify the xHC when a device is reset (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Allow roothub ports to be disabled (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Refactor code to clear port change bits (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Refactor test for vendor-specific completion codes (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Allow allocation of commands without input contexts (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Refactor code to free or cache endpoint rings (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Fix error path when configuring endpoints (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] check the endpoint type against the pipe type (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] Fix duplicate sysfs problem after device reset (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] USB core: fix recent kernel-doc warnings (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] fix section mismatch in early ehci dbgp (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] Check bandwidth when switching alt settings (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] Refactor code to find alternate interface settings (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Fix command completion after a drop endpoint (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Make reverting an alt setting "unfailable" (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci-mem.c: introduce missing kfree (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] add remove_id sysfs attr for usb drivers (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Handle errors that cause endpoint halts (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Return success for vendor-specific info codes (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Return -EPROTO on a split transaction error. (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Set transfer descriptor size field correctly (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Add tests for TRB address translation (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] fix a bug in the scatter-gather library (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] add a "remove hardware" sysfs attribute (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] don't use a fixed DMA mapping for hub status URBs (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Remove unused HCD statistics code. (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Add watchdog timer for URB cancellation (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Re-purpose xhci_quiesce() (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] xhci: Handle URB cancel, complete and resubmit race (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] whci-hcd: correctly handle sg lists longer than QTD_MAX_XFER_SIZE (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] whci-hcd: fix type and format warnings in sg code (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] make urb scatter-gather support more generic (Don Zickus) [591794 591796 591797 624615 637237]
+- [usb] whci-hcd: support urbs with scatter-gather lists (Don Zickus) [591794 591796 591797 624615 637237]
+- [virt] vhost: max s/g to match qemu (Jason Wang) [619002]
+- [x86] eliminate mcp55 quirk boot chattiness (Bob Picco) [661172]
+- [security] SELinux: define permissions for DCB netlink messages (Eric Paris) [662125]
+- [net] bonding: add feature to support output port selection steering (Neil Horman) [601849]
+- [net] clarify documentation for net.ipv4.igmp_max_memberships (Jiri Pirko) [593397]
+- [ppc64] Remove CDTRDSR warning from ppc64 compile (Prarit Bhargava) [597333]
+- [ata] libata-scsi passthru: fix bug which truncated LBA48 return values (David Milburn) [663679]
+- [fs] ext4: speed up ext4_rec_len_(from|to)_disk for smaller blocksizes (Eric Sandeen) [653213]
+- [dlm] reduce cond_resched during send (David Teigland) [663372]
+- [dlm] use TCP_NODELAY (David Teigland) [663372]
+- [dlm] Handle application limited situations properly (David Teigland) [663372]
+- [virt] vhost-net: fix range checking in mrg bufs case (Jason Wang) [616660 632745]
+- [virt] vhost-net: mergeable buffers support (Jason Wang) [616660 632745]
+- [virt] vhost-net: minor cleanup (Jason Wang) [616660 632745]
+- [virt] vhost: Storage class should be before const qualifier (Jason Wang) [616660 632745]
+- [netdrv] tun: add ioctl to modify vnet header size (Jason Wang) [616660 632745]
+- [virt] vhost: fix sparse warnings (Jason Wang) [616660 632745]
+
+* Wed Dec 22 2010 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-5
+- Fix problems caused by gcc 4.5.1 on F14
+
+* Fri Dec 17 2010 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-4
+- Fix build problems for Fedora 8 and 12
+
+* Fri Dec 17 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-93.el6]
+- [s390x] kernel: virtualization aware cpu measurement (Hendrik Brueckner) [631483]
+- [s390x] kernel: Add breaking event address for user space (Hendrik Brueckner) [632322]
+- [scsi] qla2xxx: Removed dependency for SRB structure for Marker processing (Chad Dupuis) [635707]
+- [scsi] qla2xxx: Support for asynchronous TM and Marker IOCBs (Chad Dupuis) [635707]
+- [scsi] qla2xxx: Add CT passthru support for ISP23xx adapters (Chad Dupuis) [635707]
+- [scsi] qla2xxx: Provide common framework for BSG and IOCB commands (Chad Dupuis) [635707]
+- [scsi] qla2xxx: Enable CRB based doorbell posting for request queue as default for ISP 82xx (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Check for empty slot in request queue before posting Command type 6 request (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Clear drive active CRB register when not in use (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Optionally disable target reset (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Remove HSRX_RISC_PAUSED check for ISP82XX (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Avoid infinite abort-isps when chip reset fails (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Allow transition to NEED RESET state only from READY state for ISP82xx (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Cleanup and rearrange ISP 82xx specific code (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Remove comments having reference to netxen_nic (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Remove duplicate initialization during configuring rings (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Remove non P3P code and reference (Chad Dupuis) [516845]
+- [scsi] qla2xxx: IDC: Check firmware alive prior to initialization (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Avoid transitioning to RESET state during initializing (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Disable fw_dump operations on ISP82xx (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Implement a quick (FCoE context only) reset (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Corrected the logic to avoid continuous ISP reset (Chad Dupuis) [516845]
+- [scsi] qla2xxx: Add ISP82XX support (Chad Dupuis) [516845]
+
+* Thu Dec 16 2010 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-3
+- Tweak vserver configs based on Daniel's suggestions
+- Add appropriate postinstall steps required by PL nodes
+- Tweak dependencies for F8 compatibility
+
+* Wed Dec 15 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-92.el6]
+- [fs] xfs: ensure we mark all inodes in a freed cluster XFS_ISTALE (Dave Chinner) [654294]
+- [fs] xfs: fix race in inode cluster freeing failing to stale inodes (Dave Chinner) [654294]
+- [block] change BARRIER referenced in error message and comments (Mike Snitzer) [657046]
+- [md] Call blk_queue_flush() to establish flush/fua support (Mike Snitzer) [657046]
+- [scsi] scsi_debug: Update thin provisioning support (Mike Snitzer) [646552]
+- [scsi] scsi_debug: fix map_region and unmap_region oops (Mike Snitzer) [646552]
+- [scsi] scsi_debug: Block Limits VPD page fixes (Mike Snitzer) [646552]
+- [scsi] scsi_debug: add max_queue + no_uld parameters (Mike Snitzer) [646552]
+- [scsi] scsi_debug: fix Thin provisioning support (Mike Snitzer) [646552]
+- [scsi] sd: Update thin provisioning support (Mike Snitzer) [646552]
+- [scsi] Fix VPD inquiry page wrapper (Mike Snitzer) [646552]
+- [scsi] sd: quiet spurious error messages in READ_CAPACITY(16) (Mike Snitzer) [646552]
+- [block] fix problem with sending down discard that isn't of correct granularity (Mike Snitzer) [646552]
+- [block] blk-throttle: Correct the placement of smp_rmb() (Vivek Goyal) [636022]
+- [block] blk-throttle: Trim/adjust slice_end once a bio has been dispatched (Vivek Goyal) [636022]
+- [block] Enable block bio throttling (Vivek Goyal) [636022]
+- [block] fix use-after-free bug in blk throttle code (Vivek Goyal) [636022]
+- [block] blkio-throttle: Fix possible multiplication overflow in iops calculations (Vivek Goyal) [636022]
+- [block] blkio-throttle: limit max iops value to UINT_MAX (Vivek Goyal) [636022]
+- [block] blkio-throttle: There is no need to convert jiffies to milli seconds (Vivek Goyal) [636022]
+- [block] blkio-throttle: Fix link failure failure on i386 (Vivek Goyal) [636022]
+- [block] blkio: Recalculate the throttled bio dispatch time upon throttle limit change (Vivek Goyal) [636022]
+- [block] blkio: Add root group to td->tg_list (Vivek Goyal) [636022]
+- [block] blkio: deletion of a cgroup was causes oops (Vivek Goyal) [636022]
+- [block] blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=n (Vivek Goyal) [636022]
+- [block] blkio: Implementation of IOPS limit logic (Vivek Goyal) [636022]
+- [block] blk-cgroup: cgroup changes for IOPS limit support (Vivek Goyal) [636022]
+- [block] blkio: Core implementation of throttle policy (Vivek Goyal) [636022]
+- [block] blk-cgroup: Introduce cgroup changes for throttling policy (Vivek Goyal) [636022]
+- [block] blk-cgroup: Prepare the base for supporting more than one IO control policies (Vivek Goyal) [636022]
+- [block] blk-cgroup: Kill the header printed at the start of blkio.weight_device file (Vivek Goyal) [636022]
+- [block] blk-cgroup: Fix an RCU warning in blkiocg_create() (Vivek Goyal) [636022]
+- [block] kill some useless goto's in blk-cgroup.c (Vivek Goyal) [636022]
+- [kernel] ptrace: fix exit_ptrace() vs ptrace_report_signal() races (Oleg Nesterov) [631968]
+- [kernel] ptrace: introduce PTRACE_O_DETACHED to mark the self-detaching engine (Oleg Nesterov) [631968]
+- [kernel] ptrace: don't assume resume != UTRACE_RESUME means stepping (Oleg Nesterov) [631968]
+- [kernel] ptrace: the tracee shouldn never change ctx->resume (Oleg Nesterov) [631968]
+- [kernel] ptrace: ptrace_reuse_engine()->utrace_barrier() should ignore ERESTARTSYS (Oleg Nesterov) [631968]
+- [fs] fsck.gfs2 reported statfs error after gfs2_grow (Robert S Peterson) [661048]
+- [fs] ext4: 2 writeback perf fixes (Eric Sandeen) [648632]
+- [powerpc] Correct smt_enabled=X boot option for > 2 threads per core (Steve Best) [659807]
+- [watchdog] iTCO wdt: Cleanup warning messages (Prarit Bhargava) [616268]
+- [md] dm mpath: revert "dm: Call blk_abort_queue on failed paths" (Mike Snitzer) [636771]
+- [x86] UV: Address interrupt/IO port operation conflict (George Beshers) [659480]
+- [x86] Fix x2apic preenabled system with kexec (Gleb Natapov) [657261]
+- [virt] vhost: correctly set bits of dirty pages (Jason Wang) [658437]
+- [mm] guard page for stacks that grow upwards (Johannes Weiner) [630562]
+- [mm] fix numa khugepaged memcg memleak (Andrea Arcangeli) [659119]
+- [mm] Enable extraction of hugepage pfn(s) from /proc/<pid>/pagemap (Larry Woodman) [644987]
+
+* Tue Dec 14 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-91.el6]
+- [s390x] dasd: Fix unimplemented DIAG function (Hendrik Brueckner) [646951]
+- [s390x] dasd: fix unsolicited interrupt recognition (Hendrik Brueckner) [635021]
+- [s390x] dasd: fix dump_sense_dbf (Hendrik Brueckner) [643998]
+- [s390x] dasd: let recovery cqr inherit flags from failed cqr (Hendrik Brueckner) [635021]
+- [s390x] qeth: tolerate OLM-limitation (Hendrik Brueckner) [633568]
+- [s390x] qdio: convert global statistics to per-device stats (Hendrik Brueckner) [633308]
+- [s390x] cio: use all paths for some internal I/O (Hendrik Brueckner) [623248]
+- [s390x] dasd: allocate fallback cqr for reserve/release (Hendrik Brueckner) [619515]
+- [s390x] qeth: OSX message for z/VM specific authorization failure (Hendrik Brueckner) [619508]
+- [s390x] qeth: avoid loop if ipa command response is missing (Hendrik Brueckner) [619506]
+- [s390x] dasd: fix refcounting for sysfs entry (Hendrik Brueckner) [529362]
+- [s390x] dasd: remove uid from devmap (Hendrik Brueckner) [529362]
+- [fs] ext4: improve llseek error handling for overly large seek offsets (Eric Sandeen) [652013]
+- [fs] ext4: fix EFBIG edge case when writing to large non-extent file (Eric Sandeen) [646498]
+- [fs] procfs: fix numbering in /proc/locks (Jerome Marchand) [637846]
+- [scsi] enable state transistions from OFFLINE to RUNNING (Mike Christie) [643237]
+- [scsi] set queue limits no_cluster for stacked devices (Mike Snitzer) [658293]
+- [scsi] scsi_dh_rdac: Add two new SUN devices to rdac_dev_list (Rob Evers) [643820]
+- [kernel] utrace: move user_disable_single_step() logic from utrace_control() to utrace_reset() (Oleg Nesterov) [635853]
+- [block] cfq-iosched: fix a kernel OOPs when usb key is inserted (Vivek Goyal) [639427]
+- [x86] tsc, sched: Recompute cyc2ns_offset's during resume from sleep states (Matthew Garrett) [635560]
+- [virt] virtio: console: Don't block entire guest if host doesn't read data (Amit Shah) [643751]
+- [mm] memcg: handle charge moving race with hugepage split (Johannes Weiner) [615860]
+- [mm] Out-of-memory under memory cgroup can call both of oom-killer-for-memcg and oom-killer-for-page-fault (Larry Woodman) [592879]
+- [mm] only return EIO once on msync/fsync after IO failure (Rik van Riel) [652371]
+- [mm] Backport upstream code it avoid side-effect of tickless idle on update_cpu_load() (Larry Woodman) [635558]
+- [virtio] console: fix memory leak (Amit Shah) [656835]
+- [virt] KVM: VMX: Really clear cr0.ts when giving the guest ownership of the fpu (Avi Kivity) [655718]
+- [virt] SVM: Initialize fpu_active in init_vmcb() (Avi Kivity) [654532]
+- [x86] Look for IA32_ENERGY_PERF_BIAS support (Matthew Garrett) [464655]
+- [x86] Disable paranoid check in ACPI power meter driver (Matthew Garrett) [634640]
+- [pci] dma-mapping: dma-mapping.h: add dma_set_coherent_mask (Stefan Assmann) [650960]
+- [block] Allow third party modules to use blk_queue_ordered() (Vivek Goyal) [657046]
+- [security] audit: add support to match lsm labels on user audit messages (Eric Paris) [634303]
+- [cpufreq] Fix ondemand to not request targets outside policy limits (Matthew Garrett) [651339]
+- [scsi] libfc: possible race could panic system due to NULL fsp->cmd (Mike Christie) [638297]
+- [fs] gfs: Use 512 B block sizes to communicate with userland quota tools (Abhijith Das) [658590]
+- [fs] GFS2: support for growing a full filesytem (Benjamin Marzinski) [659137]
+- [kernel] div64_u64(): improve precision on 32bit platforms (Oleg Nesterov) [616105]
+- [kernel] exec: copy-and-paste the fixes into compat_do_execve() paths (Oleg Nesterov) [625695] {CVE-2010-4243}
+- [kernel] exec: make argv/envp memory visible to oom-killer (Oleg Nesterov) [625695] {CVE-2010-4243}
+- [ata] sata_via: apply magic FIFO fix to vt6420 too (David Milburn) [659748]
+- [ata] sata_via: explain the magic fix (David Milburn) [659748]
+- [ata] sata_via: magic vt6421 fix for transmission problems w/ WD drives (David Milburn) [659748]
+- [virt] KVM: create aggregate kvm_total_used_mmu_pages value (Marcelo Tosatti) [632772]
+- [virt] KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages (Marcelo Tosatti) [632772]
+- [virt] KVM: rename x86 kvm->arch.n_alloc_mmu_pages (Marcelo Tosatti) [632772]
+- [virt] KVM: abstract kvm x86 mmu->n_free_mmu_pages (Marcelo Tosatti) [632772]
+
+* Fri Dec 10 2010 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-2
+- Fix F14 build problems
+
+* Fri Dec 10 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-90.el6]
+- [scsi] sd: Fix overflow with big physical blocks (Mike Snitzer) [632644]
+- [block] Ensure physical block size is unsigned int (Mike Snitzer) [632644]
+- [fs] Turn on the NFSv4.1 kernel config (Steve Dickson) [479351]
+- [fs] NFS: rename nfs.upcall -> nfsidmap (Steve Dickson) [479351]
+- [fs] NFS: Fix a compile issue in nfs_root (Steve Dickson) [479351]
+- [fs] sunrpc: Use static const char arrays (Steve Dickson) [479351]
+- [fs] nfs4: fix channel attribute sanity-checks (Steve Dickson) [479351]
+- [fs] NFSv4.1: Use more sensible names for 'initialize_mountpoint' (Steve Dickson) [479351]
+- [fs] NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastructure (Steve Dickson) [479351]
+- [fs] NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructure (Steve Dickson) [479351]
+- [fs] NFS: client needs to maintain list of inodes with active layouts (Steve Dickson) [479351]
+- [fs] NFS: create and destroy inode's layout cache (Steve Dickson) [479351]
+- [fs] NFSv4.1: pnfs: filelayout: introduce minimal file layout driver (Steve Dickson) [479351]
+- [fs] NFSv4.1: pnfs: full mount/umount infrastructure (Steve Dickson) [479351]
+- [fs] NFS: set layout driver (Steve Dickson) [479351]
+- [fs] NFS: ask for layouttypes during v4 fsinfo call (Steve Dickson) [479351]
+- [fs] NFS: change stateid to be a union (Steve Dickson) [479351]
+- [fs] NFSv4.1: pnfsd, pnfs: protocol level pnfs constants (Steve Dickson) [479351]
+- [fs] SUNRPC: define xdr_decode_opaque_fixed (Steve Dickson) [479351]
+- [fs] NFSD: remove duplicate NFS4_STATEID_SIZE (Steve Dickson) [479351]
+- [fs] Revert "NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR" (Steve Dickson) [653066]
+- [fs] Regression: fix mounting NFS when NFSv3 support is not compiled (Steve Dickson) [653066]
+- [fs] NLM: Fix a regression in lockd (Steve Dickson) [653066]
+- [fs] nfs4: The difference of 2 pointers is ptrdiff_t (Steve Dickson) [653066]
+- [fs] nfs: testing the wrong variable (Steve Dickson) [653066]
+- [fs] nfs: handle lock context allocation failures in nfs_create_request (Steve Dickson) [653066]
+- [fs] Fixed Regression in NFS Direct I/O path (Steve Dickson) [653066]
+- [fs] nfsd4: fix 4.1 connection registration race (Steve Dickson) [653068]
+- [fs] lib: introduce common method to convert hex digits (Steve Dickson) [653068]
+- [fs] Keep the deprecated nfsd system call interface (Steve Dickson) [653068]
+- [fs] svcrpc: svc_tcp_sendto XPT_DEAD check is redundant (Steve Dickson) [653068]
+- [fs] svcrpc: no need for XPT_DEAD check in svc_xprt_enqueue (Steve Dickson) [653068]
+- [fs] svcrpc: assume svc_delete_xprt() called only once (Steve Dickson) [653068]
+- [fs] svcrpc: never clear XPT_BUSY on dead xprt (Steve Dickson) [653068]
+- [fs] nfsd4: fix connection allocation in sequence() (Steve Dickson) [653068]
+- [fs] nfsd4: only require krb5 principal for NFSv4.0 callbacks (Steve Dickson) [653068]
+- [fs] nfsd4: move minorversion to client (Steve Dickson) [653068]
+- [fs] nfsd4: delay session removal till free_client (Steve Dickson) [653068]
+- [fs] nfsd4: separate callback change and callback probe (Steve Dickson) [653068]
+- [fs] nfsd4: callback program number is per-session (Steve Dickson) [653068]
+- [fs] nfsd4: track backchannel connections (Steve Dickson) [653068]
+- [fs] nfsd4: confirm only on succesful create_session (Steve Dickson) [653068]
+- [fs] nfsd4: make backchannel sequence number per-session (Steve Dickson) [653068]
+- [fs] nfsd4: use client pointer to backchannel session (Steve Dickson) [653068]
+- [fs] nfsd4: move callback setup into session init code (Steve Dickson) [653068]
+- [fs] nfsd4: don't cache seq_misordered replies (Steve Dickson) [653068]
+- [fs] SUNRPC: Properly initialize sock_xprt.srcaddr in all cases (Steve Dickson) [653068]
+- [fs] SUNRPC: Use conventional switch statement when reclassifying sockets (Steve Dickson) [653068]
+- [fs] sunrpc: Turn list_for_each-s into the ..._entry-s (Steve Dickson) [653068]
+- [fs] sunrpc: Remove dead "else" branch from bc xprt creation (Steve Dickson) [653068]
+- [fs] sunrpc: Don't return NULL from rpcb_create (Steve Dickson) [653068]
+- [fs] sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprt (Steve Dickson) [653068]
+- [fs] sunrpc: Remove UDP worker wrappers (Steve Dickson) [653068]
+- [fs] sunrpc: Remove TCP worker wrappers (Steve Dickson) [653068]
+- [fs] sunrpc: Pass family to setup_socket calls (Steve Dickson) [653068]
+- [fs] sunrpc: Merge xs_create_sock code (Steve Dickson) [653068]
+- [fs] sunrpc: Merge the xs_bind code (Steve Dickson) [653068]
+- [fs] sunrpc: Call xs_create_sockX directly from setup_socket (Steve Dickson) [653068]
+- [fs] sunrpc: Factor out v6 sockets creation (Steve Dickson) [653068]
+- [fs] sunrpc: Factor out v4 sockets creation (Steve Dickson) [653068]
+- [fs] sunrpc: Factor out udp sockets creation (Steve Dickson) [653068]
+- [fs] sunrpc: Remove duplicate xprt/transport arguments from calls (Steve Dickson) [653068]
+- [fs] sunrpc: Get xprt pointer once in xs_tcp_setup_socket (Steve Dickson) [653068]
+- [fs] sunrpc: Remove unused sock arg from xs_next_srcport (Steve Dickson) [653068]
+- [fs] sunrpc: Remove unused sock arg from xs_get_srcport (Steve Dickson) [653068]
+- [fs] svcrdma: Cleanup DMA unmapping in error paths (Steve Dickson) [653068]
+- [fs] svcrdma: Change DMA mapping logic to avoid the page_address kernel API (Steve Dickson) [653068]
+- [fs] nfsd4: expire clients more promptly (Steve Dickson) [653068]
+- [fs] sunrpc: Use helper to set v4 mapped addr in ip_map_parse (Steve Dickson) [653068]
+- [fs] sunrpc/cache: centralise handling of size limit on deferred list (Steve Dickson) [653068]
+- [fs] sunrpc: Simplify cache_defer_req and related functions (Steve Dickson) [653068]
+- [fs] nfsd4: return expired on unfound stateid's (Steve Dickson) [653068]
+- [fs] nfsd4: add new connections to session (Steve Dickson) [653068]
+- [fs] nfsd4: refactor connection allocation (Steve Dickson) [653068]
+- [fs] nfsd4: use callbacks on svc_xprt_deletion (Steve Dickson) [653068]
+- [fs] nfsd: provide callbacks on svc_xprt deletion (Steve Dickson) [653068]
+- [fs] nfsd4: keep per-session list of connections (Steve Dickson) [653068]
+- [fs] nfsd4: clean up session allocation (Steve Dickson) [653068]
+- [fs] nfsd4: fix alloc_init_session return type (Steve Dickson) [653068]
+- [fs] nfsd4: fix alloc_init_session BUILD_BUG_ON() (Steve Dickson) [653068]
+- [fs] nfsd4: Move callback setup to callback queue (Steve Dickson) [653068]
+- [fs] nfsd4: remove separate cb_args struct (Steve Dickson) [653068]
+- [fs] nfsd4: use generic callback code in null case (Steve Dickson) [653068]
+- [fs] nfsd4: generic callback code (Steve Dickson) [653068]
+- [fs] nfsd4: rename nfs4_rpc_args->nfsd4_cb_args (Steve Dickson) [653068]
+- [fs] nfsd4: combine nfs4_rpc_args and nfsd4_cb_sequence (Steve Dickson) [653068]
+- [fs] nfsd4: minor variable renaming (cb -> conn) (Steve Dickson) [653068]
+- [fs] sunrpc: fix race in new cache_wait code. (Steve Dickson) [653068]
+- [fs] sunrpc: Create sockets in net namespaces (Steve Dickson) [653068]
+- [net] Export __sock_create (Steve Dickson) [653068]
+- [fs] sunrpc: Tag rpc_xprt with net (Steve Dickson) [653068]
+- [fs] sunrpc: Add net to xprt_create (Steve Dickson) [653068]
+- [fs] sunrpc: Add net to rpc_create_args (Steve Dickson) [653068]
+- [fs] sunrpc: Pull net argument downto svc_create_socket (Steve Dickson) [653068]
+- [fs] sunrpc: Add net argument to svc_create_xprt (Steve Dickson) [653068]
+- [fs] sunrpc: Factor out rpc_xprt freeing (Steve Dickson) [653068]
+- [fs] sunrpc: Factor out rpc_xprt allocation (Steve Dickson) [653068]
+- [fs] nfsd4: adjust buflen for encoded attrs bitmap based on actual bitmap length (Steve Dickson) [653068]
+- [fs] sunrpc: fix up rpcauth_remove_module section mismatch (Steve Dickson) [653068]
+- [fs] sunrpc: Tag svc_xprt with net (Steve Dickson) [653068]
+- [fs] sunrpc: Add routines that allow registering per-net caches (Steve Dickson) [653068]
+- [fs] sunrpc: Add net to pure API calls (Steve Dickson) [653068]
+- [fs] sunrpc: Pass xprt to cached get/put routines (Steve Dickson) [653068]
+- [fs] sunrpc: Make xprt auth cache release work with the xprt (Steve Dickson) [653068]
+- [fs] sunrpc: Pass the ip_map_parse's cd to lower calls (Steve Dickson) [653068]
+- [fs] nfsd: fix /proc/net/rpc/nfsd.export/content display (Steve Dickson) [653068]
+- [fs] nfsd: Export get_task_comm for nfsd (Steve Dickson) [653068]
+- [fs] nfsd: allow deprecated interface to be compiled out (Steve Dickson) [653068]
+- [fs] nfsd: formally deprecate legacy nfsd syscall interface (Steve Dickson) [653068]
+- [fs] sunrpc/cache: fix recent breakage of cache_clean_deferred (Steve Dickson) [653068]
+- [fs] lockd: Mostly remove BKL from the server (Steve Dickson) [653068]
+- [fs] sunrpc/cache: don't use custom hex_to_bin() converter (Steve Dickson) [653068]
+- [fs] sunrpc/cache: change deferred-request hash table to use hlist (Steve Dickson) [653068]
+- [fs] svcauth_gss: replace a trivial 'switch' with an 'if' (Steve Dickson) [653068]
+- [fs] nfsd/idmap: drop special request deferal in favour of improved default (Steve Dickson) [653068]
+- [fs] nfsd: disable deferral for NFSv4 (Steve Dickson) [653068]
+- [fs] sunrpc: close connection when a request is irretrievably lost (Steve Dickson) [653068]
+- [fs] nfsd4: fix hang on fast-booting nfs servers (Steve Dickson) [653068]
+- [fs] svcrpc: cache deferral cleanup (Steve Dickson) [653068]
+- [fs] svcrpc: minor cache cleanup (Steve Dickson) [653068]
+- [fs] sunrpc/cache: allow threads to block while waiting for cache update (Steve Dickson) [653068]
+- [net] sunrpc: use seconds since boot in expiry cache (Steve Dickson) [653068]
+- [fs] sunrpc: extract some common sunrpc_cache code from nfsd (Steve Dickson) [653068]
+- [kernel] kernel.h: add printk_ratelimited and pr_<level>_rl (Steve Dickson) [653066]
+- [fs] Set new kernel configs (Steve Dickson) [653066]
+- [fs] SUNRPC: Cleanup duplicate assignment in rpcauth_refreshcred (Steve Dickson) [653066]
+- [fs] nfs: fix unchecked value (Steve Dickson) [653066]
+- [fs] Ask for time_delta during fsinfo probe (Steve Dickson) [653066]
+- [fs] Revalidate caches on lock (Steve Dickson) [653066]
+- [fs] SUNRPC: After calling xprt_release(), we must restart from call_reserve (Steve Dickson) [653066]
+- [fs] NFSv4: Fix up the 'dircount' hint in encode_readdir (Steve Dickson) [653066]
+- [fs] NFSv4: Clean up nfs4_decode_dirent (Steve Dickson) [653066]
+- [fs] NFSv4: nfs4_decode_dirent must clear entry->fattr->valid (Steve Dickson) [653066]
+- [fs] NFSv4: Fix a regression in decode_getfattr (Steve Dickson) [653066]
+- [fs] NFSv4: Fix up decode_attr_filehandle() to handle the case of empty fh pointer (Steve Dickson) [653066]
+- [fs] NFS: Ensure we check all allocation return values in new readdir code (Steve Dickson) [653066]
+- [fs] NFS: Readdir plus in v4 (Steve Dickson) [653066]
+- [fs] NFS: introduce generic decode_getattr function (Steve Dickson) [653066]
+- [fs] NFS: check xdr_decode for errors (Steve Dickson) [653066]
+- [fs] NFS: nfs_readdir_filler catch all errors (Steve Dickson) [653066]
+- [fs] NFS: readdir with vmapped pages (Steve Dickson) [653066]
+- [fs] NFS: remove page size checking code (Steve Dickson) [653066]
+- [fs] NFS: decode_dirent should use an xdr_stream (Steve Dickson) [653066]
+- [fs] SUNRPC: Add a helper function xdr_inline_peek (Steve Dickson) [653066]
+- [fs] NFS: remove readdir plus limit (Steve Dickson) [653066]
+- [fs] NFS: re-add readdir plus (Steve Dickson) [653066]
+- [fs] NFS: Optimise the readdir searches (Steve Dickson) [653066]
+- [fs] NFS: add readdir cache array (Steve Dickson) [653066]
+- [fs] nfs: include ratelimit.h, fix nfs4state build error (Steve Dickson) [653066]
+- [fs] NFSv4: The state manager must ignore EKEYEXPIRED (Steve Dickson) [653066]
+- [fs] NFSv4: Don't ignore the error return codes from nfs_intent_set_file (Steve Dickson) [653066]
+- [fs] NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTID (Steve Dickson) [653066]
+- [fs] NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidation (Steve Dickson) [653066]
+- [fs] NFS: new idmapper (Steve Dickson) [653066]
+- [fs] NFS: Use kernel DNS resolver (Steve Dickson) [653066]
+- [fs] NFS: We must use list_for_each_entry_safe in nfs_access_cache_shrinker (Steve Dickson) [653066]
+- [fs] NFS: don't use FLUSH_SYNC on WB_SYNC_NONE COMMIT calls (Steve Dickson) [653066]
+- [fs] NFS: Really fix put_nfs_open_context() (Steve Dickson) [653066]
+- [fs] NFSv4.1: keep seq_res.sr_slot as pointer rather than an index (Steve Dickson) [653066]
+- [fs] add a couple of mntget+dget -> path_get in nfs4proc (Steve Dickson) [653066]
+- [fs] nfs: show "local_lock" mount option in /proc/mounts (Steve Dickson) [653066]
+- [fs] NFS: handle inode==NULL in __put_nfs_open_context (Steve Dickson) [653066]
+- [fs] nfs: introduce mount option '-olocal_lock' to make locks local (Steve Dickson) [653066]
+- [fs] SUNRPC: Refactor logic to NUL-terminate strings in pages (Steve Dickson) [653066]
+- [fs] SUNRPC: Correct an rpcbind debugging message (Steve Dickson) [653066]
+- [fs] NFS: Fix NFSv3 debugging messages in fs/nfs/nfs3proc.c (Steve Dickson) [653066]
+- [fs] NFSv4.1: Fix the slotid initialisation in nfs_async_rename() (Steve Dickson) [653066]
+- [fs] NFS: Fix a use-after-free case in nfs_async_rename() (Steve Dickson) [653066]
+- [fs] nfs: make sillyrename an async operation (Steve Dickson) [653066]
+- [fs] nfs: move nfs_sillyrename to unlink.c (Steve Dickson) [653066]
+- [fs] nfs: standardize the rename response container (Steve Dickson) [653066]
+- [fs] nfs: standardize the rename args container (Steve Dickson) [653066]
+- [fs] NFS: Add an 'open_context' element to struct nfs_rpc_ops (Steve Dickson) [653066]
+- [fs] NFS: Clean up nfs4_proc_create() (Steve Dickson) [653066]
+- [fs] NFSv4: Further cleanups for nfs4_open_revalidate() (Steve Dickson) [653066]
+- [fs] NFSv4: Clean up nfs4_open_revalidate (Steve Dickson) [653066]
+- [fs] NFSv4: Further minor cleanups for nfs4_atomic_open() (Steve Dickson) [653066]
+- [fs] NFSv4: Clean up nfs4_atomic_open (Steve Dickson) [653066]
+- [fs] Switch alloc_nfs_open_context() to struct path (Steve Dickson) [653066]
+- [fs] SUNRPC: Remove rpcb_getport_sync() (Steve Dickson) [653066]
+- [fs] NFS: Allow NFSROOT debugging messages to be enabled dynamically (Steve Dickson) [653066]
+- [fs] NFS: Clean up nfsroot.c (Steve Dickson) [653066]
+- [fs] NFS: Use super.c for NFSROOT mount option parsing (Steve Dickson) [653066]
+- [fs] NFS: Clean up NFSROOT command line parsing (Steve Dickson) [653066]
+- [fs] NFS: Remove \t from mount debugging message (Steve Dickson) [653066]
+- [fs] SUNRPC: Don't truncate tail data unnecessarily in xdr_shrink_pagelen (Steve Dickson) [653066]
+- [fs] sunrpc: simplify xdr_shrink_pagelen use of "copy" (Steve Dickson) [653066]
+- [fs] sunrpc: don't use the copy variable in nested block (Steve Dickson) [653066]
+- [fs] sunrpc: clean up xdr_shrink_pagelen use of temporary pointer (Steve Dickson) [653066]
+- [fs] sunrpc: don't shorten buflen twice in xdr_shrink_pagelen (Steve Dickson) [653066]
+
+* Wed Dec 08 2010 S.ÇaÄŸlar Onur <caglar@cs.princeton.edu> - linux-2.6-32-1
+- Bump to latest RHEL6 kernel
+
+* Tue Dec 07 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-89.el6]
+- [netdrv] igb: only use vlan_gro_receive if vlans are registered (Stefan Assmann) [660192] {CVE-2010-4263}
+
+* Tue Dec 07 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-88.el6]
+- [net] core: neighbour update Oops (Jiri Pirko) [658518]
+- [scsi] lpfc: Update lpfc version for 8.3.5.28 driver release (Rob Evers) [655935]
+- [scsi] lpfc: Added support for ELS RRQ command (Rob Evers) [655935]
+- [scsi] lpfc: Init VFI and VPI for the physical port (Lancer SLI4 FC Support) (Rob Evers) [655935]
+- [scsi] lpfc: Set heartbeat timer off by default (Rob Evers) [655935]
+- [scsi] lpfc: Update lpfc version for 8.3.5.27 driver release (Rob Evers) [655935]
+- [scsi] lpfc: Implement doorbell register changes for new hardware support (Rob Evers) [655935]
+- [scsi] lpfc: Fixed a NULL pointer dereference duing memory allocation failure (Rob Evers) [655935]
+- [scsi] lpfc: Modified the return status of unsupport ELS commands (Rob Evers) [655935]
+- [scsi] lpfc: Implement READ_TOPOLOGY mailbox command and add new 16G speeds (Rob Evers) [655935]
+- [scsi] lpfc: Implement the new SLI 4 SLI_INTF register definitions (Rob Evers) [655935]
+- [scsi] lpfc: Fix bug with remote SLI4 firmware download data not being transmitted (Rob Evers) [655935]
+- [scsi] lpfc: Added PCI ID definitions for new hardware support (Rob Evers) [655935]
+- [scsi] lpfc: Updated driver to handle CVL after Nameserver PLOGI timeouts (Rob Evers) [655935]
+- [scsi] lpfc: Fix for failure to log into FDMI_DID after link bounce (Rob Evers) [655935]
+- [scsi] lpfc: Cleanup mailbox commands in mboxq_cmpl when CVL is received (Rob Evers) [655935]
+- [scsi] lpfc: Add new SLI4 WQE support (Rob Evers) [655935]
+- [scsi] lpfc: Update lpfc version for 8.3.5.26 driver release (Rob Evers) [635733]
+- [scsi] lpfc: Fix locking issue for security mailbox commands (Rob Evers) [635733]
+- [scsi] lpfc: Properly handle devloss timeout during various phases of FIP engine state transactions (Rob Evers) [635733]
+- [scsi] lpfc: Abort all I/Os and wait XRI exchange busy complete before function reset ioctl in SLI4 driver unload (Rob Evers) [635733]
+- [scsi] lpfc: Prevent lock_irqsave from being called twice in a row (Rob Evers) [635733]
+- [scsi] lpfc: Fix regression error for handling SLI4 unsolicted ELS (Rob Evers) [635733]
+- [scsi] lpfc: Fix regression error for handling ECHO response support (Rob Evers) [635733]
+- [scsi] lpfc: Fix regression error for handling SLI4 unsolicted ELS (Rob Evers) [635733]
+- [scsi] lpfc: Fix internal loopback causing kernel panic (Rob Evers) [635733]
+- [scsi] lpfc: Fixed crashes for NULL pnode dereference (Rob Evers) [635733]
+
+* Sun Dec 05 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-87.el6]
+- [block] cfq: fix recursive call in cfq_blkiocg_update_completion_stats() (Vivek Goyal) [626989]
+
+* Fri Dec 03 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-86.el6]
+- [kernel] posix-cpu-timers: workaround to suppress the problems with mt exec (Oleg Nesterov) [656268]
+- [fs] bio: take care not overflow page count when mapping/copying user data (Danny Feng) [652531] {CVE-2010-4162}
+- [net] can-bcm: fix minor heap overflow (Danny Feng) [651847] {CVE-2010-3874}
+- [net] filter: make sure filters dont read uninitialized memory (Jiri Pirko) [651705] {CVE-2010-4158}
+- [net] inet_diag: Make sure we actually run the same bytecode we audited (Jiri Pirko) [651269]
+- [v4l] ivtvfb: prevent reading uninitialized stack memory (Mauro Carvalho Chehab) [648833] {CVE-2010-4079}
+- [drm] via/ioctl.c: prevent reading uninitialized stack memory (Dave Airlie) [648719] {CVE-2010-4082}
+- [char] nozomi: clear data before returning to userspace on TIOCGICOUNT (Mauro Carvalho Chehab) [648706] {CVE-2010-4077}
+- [serial] clean data before filling it on TIOCGICOUNT (Mauro Carvalho Chehab) [648703] {CVE-2010-4075}
+
+* Wed Dec 01 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-85.el6]
+- [fs] configs: enable CONFIG_PRINT_QUOTA_WARNING (Aristeu Rozanski) [579638]
+- [net] af_unix: limit unix_tot_inflight (Neil Horman) [656762]
+- [block] check for proper length of iov entries in blk_rq_map_user_iov() (Danny Feng) [652959] {CVE-2010-4163}
+- [net] Limit sendto()/recvfrom()/iovec total length to INT_MAX (Jiri Pirko) [651895] {CVE-2010-4160}
+- [netdrv] mlx4: Add OFED-1.5.2 patch to increase log_mtts_per_seg (Jay Fenlason) [637284]
+- [kernel] kbuild: fix external module compiling (Aristeu Rozanski) [655231]
+- [mm] Fix broken use of end variable in remap_file_pages() system call (Larry Woodman) [637049]
+- [virt] virtio: console: Disable lseek(2) for port file operations (Amit Shah) [635537]
+- [virt] virtio: console: Prevent userspace from submitting NULL buffers (Amit Shah) [635535]
+- [virt] virtio: console: Fix poll blocking even though there is data to read (Amit Shah) [634232]
+- [virt] virtio: console: Send SIGIO in case of port unplug (Amit Shah) [624628]
+- [virt] virtio: console: Send SIGIO on new data arrival on ports (Amit Shah) [624628]
+- [virt] virtio: console: Send SIGIO to processes that request it for host events (Amit Shah) [624628]
+- [block] cfq-iosched: blktrace print per slice sector stats (Vivek Goyal) [626989]
+- [block] cfq-iosched: Implement tunable group_idle (Vivek Goyal) [626989]
+- [block] cfq-iosched: Do group share accounting in IOPS when slice_idle=0 (Vivek Goyal) [626989]
+- [block] cfq-iosched: Fixed boot warning with BLK_CGROUP=y and CFQ_GROUP_IOSCHED=n (Vivek Goyal) [626989]
+- [block] blk-cgroup: Fix RCU correctness warning in cfq_init_queue() (Vivek Goyal) [626989]
+- [netdrv] ixgbe: add registers etc. printout code just before resetting adapters (Dean Nelson) [611696]
+- [netdrv] e1000e: suppress compile warnings on certain archs (Dean Nelson) [611696]
+- [netdrv] e1000e: add registers etc. printout code just before resetting adapters (Dean Nelson) [611696]
+- [net] bluetooth: Fix missing NULL check (Jarod Wilson) [655668]
+- [v4l] Fix garbled image with zc3xx-based webcam (Jay Fenlason) [590404]
+- [mm] Backport missing kmemleak check into kmem_cache_create() (Larry Woodman) [654761]
+- [x86] acpi: mark hardware unsupported on x86 32bit cpu hot add events (Prarit Bhargava) [625585]
+- [x86] UEFI/EFI x86_64 pagetable initialization (Bob Picco) [654665]
+- [kernel] add RSS and swap size information to /proc/sysvipc/shm (Jerome Marchand) [634994]
+- [kernel] fix integer overflow in groups_search (Jerome Marchand) [629629]
+- [kernel] ipc: initialize structure memory to zero for compat functions (Danny Feng) [648695] {CVE-2010-4073}
+- [kernel] shm: fix information leak to userland (Danny Feng) [648689] {CVE-2010-4072}
+- [kernel] Prevent panic caused by divide by zero in find_busiest_group() (Larry Woodman) [644903]
+- [kernel] Backport upstream fix for a race in pid generation that causes pids to be reused immediately (Larry Woodman) [646321]
+- [scsi] megaraid: fix make legacy i/o ports free (Tomas Henzl) [632558]
+- [net] ipv6: balance pernet_operations [de]registration (Neil Horman) [625173]
+- [kdump] kexec: accelerate vmcore copies by marking oldmem in /proc/vmcore as cached (Neil Horman) [641315]
+- [mm] use compaction for GFP_ATOMIC order > 0 (Andrea Arcangeli) [622327 642570]
+- [kernel] module: initialize module dynamic debug later (Jason Baron) [627648]
+- [kernel] dynamic debug: move ddebug_remove_module() down into free_module() (Jason Baron) [627648]
+- [md] dm: remove extra locking when changing device size (Mike Snitzer) [644380]
+- [block] read i_size with i_size_read() (Mike Snitzer) [644380]
+
+* Fri Nov 19 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-84.el6]
+- [scsi] lpfc: Update lpfc version for 8.3.5.25 driver release (Rob Evers) [645882]
+- [scsi] lpfc: Fix mailbox handling for UNREG_RPI_ALL case (Rob Evers) [645882]
+- [scsi] lpfc: Fixed a race condition that can cause driver send FDISC to un-initialized VPI (Rob Evers) [645882]
+- [scsi] lpfc: Update lpfc version for 8.3.5.24 driver release (Rob Evers) [645882]
+- [scsi] lpfc: Used PCI function reset ioctl mbox command to clean up CNA during driver unload (Rob Evers) [645882]
+- [scsi] lpfc: Fixed crashes for BUG_ONs hit in the lpfc_abort_handler (Rob Evers) [645882]
+- [scsi] lpfc: Fail I/O when adapter detects a lost frame and target reports a check condition (Rob Evers) [645882]
+- [scsi] lpfc: Fixed abort WQEs for FIP frames (Rob Evers) [645882]
+- [scsi] lpfc: Update lpfc version for 8.3.5.23 driver release (Rob Evers) [645882]
+- [scsi] lpfc: Instantiate iocb_stat so compiler does not error out (Rob Evers) [645882]
+- [scsi] lpfc: Added unreg all rpi mailbox command before unreg vpi (Rob Evers) [645882]
+- [scsi] lpfc: Make all error values negative (Rob Evers) [645882]
+- [scsi] lpfc: Remove duplicate code from lpfc_els_retry routine (Rob Evers) [645882]
+- [scsi] lpfc: Fixed circular spinlock dependency between low-level driver and SCSI midlayer (Rob Evers) [645882]
+- [scsi] lpfc: Update lpfc version for 8.3.5.22 driver release (Rob Evers) [645882]
+- [scsi] lpfc: Fixed cases of skipping possible roundrobin fail over of multiple eligible FCFs (Rob Evers) [645882]
+- [scsi] lpfc: Fixed FC-AL bit set issue in FLOGI rejected by McData4700 FC swich in NPV setup (Rob Evers) [645882]
+- [scsi] lpfc: Fixed driver not able to unregister unused FCF upon devloss timeout to all nodes (Rob Evers) [645882]
+- [scsi] lpfc: Fix bug with external loopback testing not becoming ready (Rob Evers) [645882]
+- [scsi] lpfc: Fixed heartbeat timeout during controller pause test (Rob Evers) [645882]
+- [scsi] lpfc: Update lpfc version for 8.3.5.21 driver release (Rob Evers) [645882]
+- [scsi] lpfc: Added support for Falcon firmware download authentication and SLI authentication (Rob Evers) [645882]
+- [scsi] lpfc: Add support for bsg MBX_SLI4_CONFIG (Rob Evers) [645882]
+- [scsi] lpfc: adjust lpfc_els_retry delay/retry for PLOGI, attr remove owner (Rob Evers) [645882]
+- [scsi] lpfc: Replaced some unnecessary spin_lock_irqsave with spin_lock_irq (Rob Evers) [645882]
+- [scsi] lpfc: Fixed lpfc_initial_flogi not returning failure in one of failure condition (Rob Evers) [645882]
+- [scsi] lpfc: Fixed r8828 stray state update in case a new FCF matched in-use FCF (Rob Evers) [645882]
+- [scsi] lpfc: Treated firmware matching FCF property with different index as error condition (Rob Evers) [645882]
+- [scsi] lpfc: Update lpfc version for 8.3.5.20 driver release (Rob Evers) [645882]
+- [scsi] lpfc: Move Unload flag earlier in vport delete (Rob Evers) [645882]
+- [scsi] lpfc: Fix for IOCB leak on FDISC completion (Rob Evers) [645882]
+- [scsi] lpfc: Start looking at the return code for fc_block_scsi_eh (Rob Evers) [645882]
+- [scsi] lpfc: Update lpfc version for 8.3.5.19 driver release (Rob Evers) [645882]
+- [scsi] lpfc: Remove unused variables that were removed from upstream submission (Rob Evers) [645882]
+- [scsi] lpfc: Change log message 0318 from an error to a warning as it is not an error (Rob Evers) [645882]
+- [scsi] lpfc: Add Security Crypto support to CONFIG_PORT mailbox command (Rob Evers) [645882]
+- [scsi] lpfc: Switch call to memcpy_toio to __write32_copy to prevent unaligned 64 bit copy (Rob Evers) [645882]
+- [scsi] lpfc: Fix bug with cable swap and nodelist not empty message on console after rmmod (Rob Evers) [645882]
+- [scsi] lpfc: Fixed failure to roundrobin on all available FCFs when FLOGI to in-use FCF rejected by switch (Rob Evers) [645882]
+- [scsi] lpfc: Fixed heartbeat timeout during fabric reconfiguration (Rob Evers) [645882]
+- [scsi] lpfc: Update lpfc version for 8.3.5.18 driver release (Rob Evers) [645882]
+- [scsi] lpfc: Fixed failure to recover from back-to-back Clear Virtual Link with a single FCF (Rob Evers) [645882]
+- [scsi] lpfc: Clear VFI_REGISTERED flag when UNREG_VFI completes (Rob Evers) [645882]
+- [scsi] lpfc: r8088 had to be backed out temporary because it was part of a larger patch that was rejected, now put r8088 back with r8608 (Rob Evers) [645882]
+- [scsi] lpfc: Added code to ignore the failure of REG_VPI mailbox with UPD bit set on older tigershark firmware (Rob Evers) [645882]
+- [scsi] lpfc: Added code to support UPD bit of REG_VPI mailbox command (Rob Evers) [645882]
+- [scsi] lpfc: Fix bug with cable swap and ndlp not becoming active (Rob Evers) [645882]
+- [virt] virtio: console: Reference counting portdev structs is not needed (Amit Shah) [628805]
+- [virt] virtio: console: Add reference counting for port struct (Amit Shah) [628805]
+- [virt] virtio: console: Use cdev_alloc() instead of cdev_init() (Amit Shah) [628805]
+- [virt] virtio: console: Add a find_port_by_devt() function (Amit Shah) [628805]
+- [virt] virtio: console: Add a list of portdevs that are active (Amit Shah) [628805]
+- [virt] virtio: console: open: Use a common path for error handling (Amit Shah) [628805]
+- [virt] virtio: console: remove_port() should return void (Amit Shah) [628805]
+- [virt] virtio: console: Make write() return -ENODEV on hot-unplug (Amit Shah) [628805]
+- [virt] virtio: console: Make read() return -ENODEV on hot-unplug (Amit Shah) [628805]
+- [virt] virtio: console: Unblock poll on port hot-unplug (Amit Shah) [628805]
+- [virt] virtio: console: Un-block reads on chardev close (Amit Shah) [628805]
+- [virt] virtio: console: Check if portdev is valid in send_control_msg() (Amit Shah) [628805]
+- [virt] virtio: console: Remove control vq data only if using multiport support (Amit Shah) [628805]
+- [virt] virtio: console: Reset vdev before removing device (Amit Shah) [628805]
+- [pci] Add FW_WARN to warn_invalid_dmar() (Prarit Bhargava) [588638]
+- [pci] Clean up warn_invalid_dmar() (Prarit Bhargava) [588638]
+- [pci] intel-iommu: Combine the BIOS DMAR table warning messages (Prarit Bhargava) [588638]
+- [kernel] Really add TAINT_FIRMWARE_WORKAROUND (Prarit Bhargava) [588638]
+- [x86] ACPI: create "processor.bm_check_disable" boot param (Matthew Garrett) [635572]
+- [fs] Fix nfsv4 client lock reclaim behaviour (Sachin Prabhu) [638269]
+- [fs] ext4: Don't error out the fs if the user tries to make a file too big (Eric Sandeen) [645824]
+- [fs] xfs: prevent reading uninitialized stack memory (Dave Chinner) [630809] {CVE-2010-3078}
+- [s390x] cio: prevent kernel panic in I/O cancel function (Hendrik Brueckner) [647825]
+- [s390x] qeth: timeout on connection isolation configuration errors (Hendrik Brueckner) [635053]
+- [kernel] etr clock synchronization race (Hendrik Brueckner) [619511]
+- [net] tc: Ignore noqueue_qdisc default qdisc when dumping (Thomas Graf) [627142]
+- [net] fix rds_iovec page count overflow (Jiri Pirko) [647424] {CVE-2010-3865}
+- [net] netfilter: Avoid freeing pointers representing an error value (Thomas Graf) [608980]
+- [scsi] Fix megaraid_sas driver SLAB memory leak detected with CONFIG_DEBUG_SLAB (Shyam Iyer) [633836]
+- [scsi] scsi_dh_alua: Handle all states correctly (Mike Snitzer) [636994]
+- [scsi] ibmvscsi: Fix oops when an interrupt is pending during probe (Steve Best) [624169]
+- [usb] serial/mos*: prevent reading uninitialized stack memory (Don Zickus) [648698] {CVE-2010-4074}
+- [kbuild] don't sign out-of-tree modules (Aristeu Rozanski) [653507]
+- [kernel] tracing: Fix circular dead lock in stack trace (Jiri Olsa) [601047]
+- [watchdog] iTCO wdt: remove extra pci_dev_put()'s from init code (Prarit Bhargava) [574546]
+- [kernel] ecryptfs_uid_hash() buffer overflow (Jerome Marchand) [611388] {CVE-2010-2492}
+- [sound] seq/oss - Fix double-free at error path of snd_seq_oss_open() (Jaroslav Kysela) [630555] {CVE-2010-3080}
+- [x86] ACPI: allow C3 > 1000usec (Matthew Garrett) [572821]
+- [virt] virtio-net: init link state correctly (Jason Wang) [646369]
+- [virt] i8259: fix migration (Gleb Natapov) [629197]
+- [netdrv] prevent reading uninitialized memory in hso driver (Thomas Graf) [633144] {CVE-2010-3298}
+
+* Tue Nov 16 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-83.el6]
+- [virt] KVM: x86: Use unlazy_fpu() for host FPU (Avi Kivity) [651005]
+- [fs] GFS2: reserve more blocks for transactions (Benjamin Marzinski) [637972]
+- [fs] core_pattern: fix truncation by core_pattern handler with long parameters (Danny Feng) [618602]
+- [fs] Do not mix FMODE_ and O_ flags with break_lease() and may_open() (Harshula Jayasuriya) [642677]
+- [fs] GFS2: fallocate support (Benjamin Marzinski) [626561]
+- [fs] GFS2: fix filesystem consistency error on rename (Robert S Peterson) [638657]
+- [fs] aio: check for multiplication overflow in do_io_submit (Jeff Moyer) [629451]
+- [x86] Backport several upstream CONFIG_DEBUG_RODATA optimizations and bugfixes from Intel (Larry Woodman) [557364]
+- [fs] GFS2: Fix typo in stuffed file data copy handling (Abhijith Das) [619810]
+- [powerpc] Remove redundant xics badness warning (Steve Best) [641932]
+- [ppc] Account time using timebase rather than PURR (Steve Best) [633515]
+- [ppc] pseries: Increase cpu die timeout (Steve Best) [636230]
+- [s390x] zfcp: Fix reference counter for point-to-point port (Hendrik Brueckner) [644005]
+- [powerpc] ibmveth: lost IRQ while closing/opening device leads to service loss (Steve Best) [620799]
+- [net] fix info leak from kernel in ethtool operation (Neil Horman) [646728] {CVE-2010-3861}
+- [net] drop_monitor: add EAGAIN return code to detect duplicate state changes (Neil Horman) [615788 616919]
+- [net] packet: fix information leak to userland (Jiri Pirko) [649900] {CVE-2010-3876}
+- [net] Fix stack corruption in icmp_send() (James Paradis) [629590]
+- [net] clean up info leak in act_police (Neil Horman) [636394]
+- [net] bonding: introduce primary_reselect option (Jiri Pirko) [628492]
+- [net] bonding: check if clients MAC addr has changed (Flavio Leitner) [610237]
+- [scsi] mpt2sas: driver fails to recover from injected PCIe bus errors (Steve Best) [612584]
+- [kernel] sys_semctl: fix kernel stack leakage (Danny Feng) [648724] {CVE-2010-4083}
+- [security] Fix install_process_keyring error handling (David Howells) [647440]
+- [kernel] sysctl: fix min/max handling in __do_proc_doulongvec_minmax() (Amerigo Wang) [643290]
+- [kernel] kbuild: Really don't clean bounds.h and asm-offsets.h (Danny Feng) [594065]
+- [kernel] execve: improve interactivity and respond to SIGKILL with large arguments (Dave Anderson) [629178]
+- [kernel] kbuild: respect LDFLAGS when linking module signatures (Johannes Weiner) [629423]
+- [kernel] kbuild: fix modpost segfault (Johannes Weiner) [629418]
+- [fs] CIFS: Remove __exit mark from cifs_exit_dns_resolver() (David Howells) [619752]
+- [block] Range check cpu in blk_cpu_to_group (Steve Best) [636981]
+- [sound] sound/pci/rme9652: prevent reading uninitialized stack memory (Stanislaw Gruszka) [648711 648716]
+- [pci] add pci_get_domain_bus_and_slot function (Chad Dupuis) [641132]
+- [pci] intr-remap: allow disabling source id checking (Alex Williamson) [530618]
+- [x86] Add native Intel cpuidle driver (Matthew Garrett) [637899]
+- [x86] add quirk to fixup mcp55 interrupt routing to let kdump work (Neil Horman) [562134]
+- [virt] KVM: VMX: Disallow NMI while blocked by STI (Avi Kivity) [616296]
+- [virt] KVM: x86: fix information leak to userland (Marcelo Tosatti) [649840]
+- [virt] kvm: write protect memory after slot swap (Michael S. Tsirkin) [647367]
+- [net] generic get_drvinfo() fallback in "ethtool.c" (Laszlo Ersek) [649248]
+- [virt] Revert "vhost: max s/g to match qemu" (Jason Wang) [623915]
+- [virt] KVM: Fix reboot on Intel hosts (Avi Kivity) [637520]
+- [virt] KVM: SVM: init_vmcb should reset vcpu->efer (Marcelo Tosatti) [554506]
+- [virt] fix vhost_net lanana violation (Bob Picco) [602499]
+- [virt] KVM: x86 emulator: Allow LOCK prefix for NEG and NOT (Avi Kivity) [618202]
+- [mm] Prevent Out Of Memory when changing cpuset's mems on NUMA (Larry Woodman) [597127]
+- [kernel] tracing: fix recursive user stack trace (Jiri Olsa) [602804]
+- [mm] revalidate page->mapping after locking page in do_generic_file_read() (Johannes Weiner) [651373]
+- [fs] introduce GLF_QUEUED flag (Abhijith Das) [629920]
+- [fs] dlm: Don't send callback to node making lock request when "try 1cb" fails (David Teigland) [629920]
+- [virt] KVM: Set cr0.et when the guest writes cr0 (Avi Kivity) [645898]
+- [virt] KVM: VMX: Give the guest ownership of cr0.ts when the fpu is active (Avi Kivity) [645898]
+- [virt] KVM: Lazify fpu activation and deactivation (Avi Kivity) [645898]
+- [virt] KVM: VMX: Allow the guest to own some cr0 bits (Avi Kivity) [645898]
+- [virt] KVM: Replace read accesses of vcpu->arch.cr0 by an accessor (Avi Kivity) [645898]
+- [virt] KVM: VMX: trace clts and lmsw instructions as cr accesses (Avi Kivity) [645898]
+- [x86] mce: Use HW_ERR in MCE handler (Bob Picco) [641039]
+- [x86] mce: Add HW_ERR printk prefix for hardware error logging (Bob Picco) [641039]
+- [dm] sync trivial changes from 2.6.36 (Mike Snitzer) [641432]
+- [dm] crypt: simplify crypt_ctr (Mike Snitzer) [641432]
+- [dm] crypt: simplify crypt_config destruction logic (Mike Snitzer) [641432]
+- [dm] ioctl: refactor dm_table_complete (Mike Snitzer) [641432]
+- [dm] snapshot: persistent use define for disk header chunk size (Mike Snitzer) [641432]
+- [dm] crypt: use kstrdup (Mike Snitzer) [641432]
+- [dm] ioctl: use nonseekable_open (Mike Snitzer) [641432]
+- [virt] Xen PV-HVM: Enable xen pv hvm always for Xen HVM guests (Don Dutile) [632021]
+- [virt] Xen PV-HVM: skip vnif cfg if match 8139 macaddr (Don Dutile) [632021]
+- [virt] Xen PV-HVM: Synch unplug to upstream and tweak for rhel (Don Dutile) [632021]
+- [virt] Xen PV-HVM: change xen_pv_hvm param from _setup to early_param (Don Dutile) [632021]
+- [virt] KVM: Send SRAR SIGBUS directly (Dean Nelson) [550938]
+- [virt] KVM: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTED (Dean Nelson) [550938]
+- [virt] KVM: Return EFAULT from kvm ioctl when guest accesses bad area (Dean Nelson) [550938]
+- [virt] KVM: define hwpoison variables static (Dean Nelson) [550938]
+- [virt] KVM: Fix a race condition for usage of is_hwpoison_address() (Dean Nelson) [550938]
+- [virt] KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages (Dean Nelson) [550938]
+- [virt] KVM: make double/triple fault promotion generic to all exceptions (Dean Nelson) [550938]
+- [virt] xen: handle events as edge-triggered (Andrew Jones) [550724]
+- [virt] xen: use percpu interrupts for IPIs and VIRQs (Andrew Jones) [550724]
+- [hwmon] coretemp: get TjMax value from MSR (Dean Nelson) [580700]
+- [hwmon] coretemp: detect the thermal sensors by CPUID (Dean Nelson) [580700]
+- [x86] mtrr: Use stop machine context to rendezvous all the cpus (Prarit Bhargava) [612659]
+- [kernel] Backport linux-2.6 stop_machine code (Prarit Bhargava) [612659]
+- [netdrv] ibmveth: Fix opps during MTU change on an active device (Steve Best) [644959]
+- [netdrv] ehea: Fix synchronization between HW and SW send queue (Steve Best) [620792]
+- [netdrv] be2net: remove a BUG_ON in be_cmds.c (Ivan Vecera) [627958]
+- [netdrv] e1000e: don't inadvertently re-set INTX_DISABLE (Dean Nelson) [627926]
+- [mm] fix mbind_range() vma merge problem (Larry Woodman) [643942]
+- [mm] kernel: possible integer overflow in mm/fremap.c (Larry Woodman) [637049]
+- [mm] fix BUG() in do_coredump when out of memory (Rik van Riel) [623007]
+
+* Thu Nov 11 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-82.el6]
+- [block] Re-introduce blk_queue_flushing() (Vivek Goyal) [635199]
+- [fs] SUNRPC: Fix the NFSv4 and RPCSEC_GSS Kconfig dependencies (Steve Dickson) [637278]
+- [fs] statfs() gives ESTALE error (Steve Dickson) [637278]
+- [fs] NFS: Fix a typo in nfs_sockaddr_match_ipaddr6 (Steve Dickson) [637278]
+- [fs] sunrpc: increase MAX_HASHTABLE_BITS to 14 (Steve Dickson) [637278]
+- [fs] gss:spkm3 miss returning error to caller when import security context (Steve Dickson) [637278]
+- [fs] gss:krb5 miss returning error to caller when import security context (Steve Dickson) [637278]
+- [fs] Remove incorrect do_vfs_lock message (Steve Dickson) [637278]
+- [fs] SUNRPC: cleanup state-machine ordering (Steve Dickson) [637278]
+- [fs] SUNRPC: Fix a race in rpc_info_open (Steve Dickson) [637278]
+- [fs] SUNRPC: Fix race corrupting rpc upcall (Steve Dickson) [637278]
+- [fs] Fix null dereference in call_allocate (Steve Dickson) [637278]
+- [fs] NFS: Fix the selection of security flavours in Kconfig (Steve Dickson) [637278]
+- [fs] NFS: NFS_V4 is no longer an EXPERIMENTAL feature (Steve Dickson) [637278]
+- [fs] NFS: fix the return value of nfs_file_fsync() (Steve Dickson) [637278]
+- [fs] rpcrdma: Fix SQ size calculation when memreg is FRMR (Steve Dickson) [637278]
+- [fs] xprtrdma: Do not truncate iova_start values in frmr registrations (Steve Dickson) [637278]
+- [fs] nfs: Remove redundant NULL check upon kfree() (Steve Dickson) [637278]
+- [fs] nfs: Add "lookupcache" to displayed mount options (Steve Dickson) [637278]
+- [fs] NFS: allow close-to-open cache semantics to apply to root of NFS filesystem (Steve Dickson) [637278]
+- [fs] SUNRPC: fix NFS client over TCP hangs due to packet loss (Steve Dickson) [637278]
+- [fs] NFS: Ensure that writepage respects the nonblock flag (Steve Dickson) [637278]
+- [fs] nfs: include space for the NUL in root path (Steve Dickson) [637278]
+- [fs] nfsd4: mask out non-access bits in nfs4_access_to_omode (Steve Dickson) [637279]
+- [fs] nfsd4: fix downgrade/lock logic (Steve Dickson) [637279]
+- [fs] nfsd4: bad BUG() in preprocess_stateid_op (Steve Dickson) [637279]
+- [fs] nfsd4: fix file open accounting for RDWR opens (Steve Dickson) [637279]
+- [fs] NFSv4: Ensure the lockowners are labelled using the fl_owner and/or fl_pid (Harshula Jayasuriya) [621304 624069]
+- [fs] NFSv4: Add support for the RELEASE_LOCKOWNER operation (Harshula Jayasuriya) [621304 624069]
+- [fs] NFSv4: Clean up for lockowner XDR encoding (Harshula Jayasuriya) [621304 624069]
+- [fs] NFSv4: Ensure that we track the NFSv4 lock state in read/write requests (Harshula Jayasuriya) [621304 624069]
+- [fs] NFSv4: Clean up struct nfs4_state_owner (Harshula Jayasuriya) [621304 624069]
+- [fs] Add back dentry argument to ->fsync (Steve Dickson) [624069]
+- [fs] NFS: kswapd must not block in nfs_release_page (Steve Dickson) [624069]
+- [fs] NFS: Fix the locking in nfs4_callback_getattr (Steve Dickson) [624069]
+- [net] NFSv4: Remember to clear NFS_DELEGATED_STATE in nfs_delegation_claim_opens (Steve Dickson) [624069]
+- [net] SUNRPC: Defer deleting the security context until gss_do_free_ctx() (Steve Dickson) [624069]
+- [net] SUNRPC: prevent task_cleanup running on freed xprt (Steve Dickson) [624069]
+- [net] SUNRPC: Reduce asynchronous RPC task stack usage (Steve Dickson) [624069]
+- [net] SUNRPC: Move the bound cred to struct rpc_rqst (Steve Dickson) [624069]
+- [net] SUNRPC: Clean up of rpc_bindcred() (Steve Dickson) [624069]
+- [net] SUNRPC: Move remaining RPC client related task initialisation into clnt.c (Steve Dickson) [624069]
+- [net] SUNRPC: Ensure that rpc_exit() always wakes up a sleeping task (Steve Dickson) [624069]
+- [net] SUNRPC: Make the credential cache hashtable size configurable (Steve Dickson) [624069]
+- [net] SUNRPC: Store the hashtable size in struct rpc_cred_cache (Steve Dickson) [624069]
+- [fs] NFS: Ensure the AUTH_UNIX credcache is allocated dynamically (Steve Dickson) [624069]
+- [fs] NFS: Fix the NFS users of rpc_restart_call() (Steve Dickson) [624069]
+- [net] SUNRPC: The function rpc_restart_call() should return success/failure (Steve Dickson) [624069]
+- [fs] NFSv4: Get rid of the bogus RPC_ASSASSINATED(task) checks (Steve Dickson) [624069]
+- [fs] NFSv4: Clean up the process of renewing the NFSv4 lease (Steve Dickson) [624069]
+- [fs] NFSv4.1: Handle NFS4ERR_DELAY on SEQUENCE correctly (Steve Dickson) [624069]
+- [fs] NFS: nfs_rename() should not have to flush out writebacks (Steve Dickson) [624069]
+- [fs] NFS: Clean up the callers of nfs_wb_all() (Steve Dickson) [624069]
+- [fs] NFS: Fix up the fsync code (Steve Dickson) [624069]
+- [fs] NFSv4.1: There is no need to init the session more than once (Steve Dickson) [624069]
+- [fs] NFSv41: Cleanup for nfs4_alloc_session (Steve Dickson) [624069]
+- [fs] NFSv41: Clean up exclusive create (Steve Dickson) [624069]
+- [fs] NFSv41: Deprecate nfs_client->cl_minorversion (Steve Dickson) [624069]
+- [fs] NFSv41: Fix nfs_async_inode_return_delegation() ugliness (Steve Dickson) [624069]
+- [fs] NFSv41: Convert the various reboot recovery ops etc to minor version ops (Steve Dickson) [624069]
+- [fs] NFSv41: Clean up the NFSv4.1 minor version specific operations (Steve Dickson) [624069]
+- [fs] nfs: kill renewd before clearing client minor version (Steve Dickson) [624069]
+- [fs] NFSv41: Don't store session state in the nfs_client->cl_state (Steve Dickson) [624069]
+- [fs] NFSv41: Further cleanup for nfs4_sequence_done (Steve Dickson) [624069]
+- [fs] NFSv4.1: Make nfs4_setup_sequence take a nfs_server argument (Steve Dickson) [624069]
+- [fs] NFSv4.1: Merge the nfs41_proc_async_sequence() and nfs4_proc_sequence() (Steve Dickson) [624069]
+- [fs] NFSv4: Kill nfs4_async_handle_error() abuses by NFSv4.1 (Steve Dickson) [624069]
+- [fs] NFSv4.1: Simplify nfs41_sequence_done() (Steve Dickson) [624069]
+- [fs] NFSv4.1: Clean up nfs4_setup_sequence (Steve Dickson) [624069]
+- [fs] NFSv41: Fix a memory leak in nfs41_proc_async_sequence() (Steve Dickson) [624069]
+- [fs] nfsd41: Fix a crash when a callback is retried (Steve Dickson) [624081]
+- [fs] nfsd: minor nfsd read api cleanup (Steve Dickson) [624081]
+- [fs] gcc-4.6: nfsd: fix initialized but not read warnings (Steve Dickson) [624081]
+- [fs] nfsd4: share file descriptors between stateid's (Steve Dickson) [624081]
+- [fs] nfsd4: fix openmode checking on IO using lock stateid (Steve Dickson) [624081]
+- [fs] nfsd4: miscellaneous process_open2 cleanup (Steve Dickson) [624081]
+- [fs] nfsd4: don't pretend to support write delegations (Steve Dickson) [624081]
+- [fs] nfsd: bypass readahead cache when have struct file (Steve Dickson) [624081]
+- [fs] nfsd: remove unused assignment from nfsd_link (Steve Dickson) [624081]
+- [fs] NFSD: Fill in WCC data for REMOVE, RMDIR, MKNOD, and MKDIR (Steve Dickson) [624081]
+- [fs] nfsd4: comment nitpick (Steve Dickson) [624081]
+- [net] sunrpc: make the cache cleaner workqueue deferrable (Steve Dickson) [624081]
+- [fs] nfsd4: fix delegation recall race use-after-free (Steve Dickson) [624081 637278]
+- [fs] nfsd4: fix deleg leak on callback error (Steve Dickson) [624081 637278]
+- [fs] nfsd4: remove some debugging code (Steve Dickson) [624081 637278]
+- [fs] nfsd: nfs4callback encode_stateid helper function (Steve Dickson) [624081 637278]
+- [fs] nfsd4: translate memory errors to delay, not serverfault (Steve Dickson) [624081 637278]
+- [fs] nfsd4; fix session reference count leak (Steve Dickson) [624081 637278]
+- [fs] nfsd4: don't bother storing callback reply tag (Steve Dickson) [624081 637278]
+- [fs] nfsd4: fix use of op_share_access (Steve Dickson) [624081 637278]
+- [fs] nfsd4: treat more recall errors as failures (Steve Dickson) [624081 637278]
+- [fs] nfsd4: remove extra put() on callback errors (Steve Dickson) [624081 637278]
+- [virt] xen-blkfront: disable barrier/flush write support (Mike Snitzer) [635199]
+- [block] revert to old blkdev_issue_discard to preserve kABI (Mike Snitzer) [635199]
+- [block] revert to old blkdev_issue_flush to preserve kABI (Mike Snitzer) [635199]
+- [block] revert bio flag changes to preserve kABI (Jeff Moyer) [635199]
+- [block] restore rq_flag_bits to their original values (Mike Snitzer) [635199]
+- [block] initialize old barrier members of request_queue (Mike Snitzer) [635199]
+- [block] reintroduce blk_queue_ordered to maintain compatibility (Vivek Goyal) [635199]
+- [block] Documentation: fix block api docbook documentation (Mike Snitzer) [635199]
+- [block] remove BLKDEV_IFL_WAIT (Mike Snitzer) [635199]
+- [block] remove the BLKDEV_IFL_BARRIER flag (Mike Snitzer) [635199]
+- [mm] swap: do not send discards as barriers (Mike Snitzer) [635199]
+- [fs] fat: do not send discards as barriers (Mike Snitzer) [635199]
+- [fs] ext4: do not send discards as barriers (Mike Snitzer) [635199]
+- [fs] jbd2: replace barriers with explicit flush and FUA usage (Mike Snitzer) [635199]
+- [fs] jbd2: Modify ASYNC_COMMIT code to not rely on queue draining on barrier (Mike Snitzer) [635199]
+- [fs] jbd: replace barriers with explicit flush and FUA usage (Mike Snitzer) [635199]
+- [fs] gfs2: replace barriers with explicit flush and FUA usage (Mike Snitzer) [635199]
+- [fs] btrfs: replace barriers with explicit flush and FUA usage (Mike Snitzer) [635199]
+- [fs] xfs: replace barriers with explicit flush and FUA usage (Mike Snitzer) [635199]
+- [block] pass gfp_mask and flags to sb_issue_discard (Mike Snitzer) [635199]
+- [block] disallow FS recursion from sb_issue_discard allocation (Mike Snitzer) [635199]
+- [dm] convey that all flushes are processed as empty (Mike Snitzer) [635199]
+- [dm] fix locking context in queue_io() (Mike Snitzer) [635199]
+- [dm] relax ordering of bio-based flush implementation (Mike Snitzer) [635199]
+- [dm] implement REQ_FLUSH/FUA support for request-based dm (Mike Snitzer) [635199]
+- [dm] implement REQ_FLUSH/FUA support for bio-based dm (Mike Snitzer) [635199]
+- [block] make __blk_rq_prep_clone() copy most command flags (Mike Snitzer) [635199]
+- [md] implment REQ_FLUSH/FUA support (Mike Snitzer) [635199]
+- [virt] virtio_blk: drop REQ_HARDBARRIER support (Mike Snitzer) [635199]
+- [block] loop: implement REQ_FLUSH/FUA support (Mike Snitzer) [635199]
+- [block] use REQ_FLUSH in blkdev_issue_flush() (Mike Snitzer) [635199]
+- [block] update documentation for REQ_FLUSH / REQ_FUA (Mike Snitzer) [635199]
+- [block] make sure FSEQ_DATA request has the same rq_disk as the original (Mike Snitzer) [635199]
+- [block] kick queue after sequencing REQ_FLUSH/FUA (Mike Snitzer) [635199]
+- [block] initialize flush request with WRITE_FLUSH instead of REQ_FLUSH (Mike Snitzer) [635199]
+- [block] simplify queue_next_fseq (Mike Snitzer) [635199]
+- [block] filter flush bio's in __generic_make_request() (Mike Snitzer) [635199]
+- [block] preserve RHEL6.0 struct request_queue kABI (Mike Snitzer) [635199]
+- [block] implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests (Mike Snitzer) [635199]
+- [fs] replace internal uses of SWRITE I/O types by sync_dirty_buffer() (Mike Snitzer) [635199]
+- [fs] removing the use of the BH_Ordered flag (Mike Snitzer) [635199]
+- [block] rename barrier/ordered to flush (Mike Snitzer) [635199]
+- [block] rename blk-barrier.c to blk-flush.c (Mike Snitzer) [635199]
+- [block] blkdev: check for valid request queue before issuing flush (Mike Snitzer) [635199]
+- [block] blkdev: move blkdev_issue helper functions to separate file (Mike Snitzer) [635199]
+- [block] blkdev: allow async blkdev_issue_flush requests (Mike Snitzer) [635199]
+- [block] blkdev: generalize flags for blkdev_issue_fn functions (Mike Snitzer) [635199]
+- [fs] ext4: check missed return value in ext4_sync_file() (Mike Snitzer) [635199]
+- [fs] ext4, jbd2: Add barriers for file systems with exernal journals (Mike Snitzer) [635199]
+- [block] drop barrier ordering by queue draining (Mike Snitzer) [635199]
+- [block] misc cleanups in barrier code (Mike Snitzer) [635199]
+- [block] remove spurious uses of REQ_HARDBARRIER (Mike Snitzer) [635199]
+- [block] deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() (Mike Snitzer) [635199]
+- [block] kill QUEUE_ORDERED_BY_TAG (Mike Snitzer) [635199]
+- [xen] blkfront: update use of barriers to ease flush+fua backport (Mike Snitzer) [635199]
+- [block] loop: queue ordered mode should be DRAIN_FLUSH (Mike Snitzer) [635199]
+- [ide] remove unnecessary blk_queue_flushing() test in do_ide_request() (Mike Snitzer) [635199]
+- [block] remove q->prepare_flush_fn completely (Mike Snitzer) [635199]
+- [scsi] use REQ_TYPE_FS for flush request (Mike Snitzer) [635199]
+- [block] set up rq->rq_disk properly for flush requests (Mike Snitzer) [635199]
+- [block] set REQ_TYPE_FS on flush requests (Mike Snitzer) [635199]
+- [virt] virtio_blk: stop using q->prepare_flush_fn (Mike Snitzer) [635199]
+- [dm] stop using q->prepare_flush_fn (Mike Snitzer) [635199]
+- [block] osdblk: stop using q->prepare_flush_fn (Mike Snitzer) [635199]
+- [scsi] stop using q->prepare_flush_fn (Mike Snitzer) [635199]
+- [block] permit PREFLUSH and POSTFLUSH without prepare_flush_fn (Mike Snitzer) [635199]
+- [block] introduce REQ_FLUSH flag (Mike Snitzer) [635199]
+- [md] raid-1/10 Fix bio_rw bit manipulations again (Mike Snitzer) [635199]
+- [block] fixup missing conversion from BIO_RW_DISCARD to REQ_DISCARD (Mike Snitzer) [635199]
+- [block] define READA constant in terms of unified flag (Mike Snitzer) [635199]
+- [fs] bio: separate out blk_types.h (Mike Snitzer) [635199]
+- [block] unify flags for struct bio and struct request (Mike Snitzer) [635199]
+- [block] BARRIER request should imply SYNC (Mike Snitzer) [635199]
+- [block] fix some more cmd_type cleanup fallout (Mike Snitzer) [635199]
+- [block] remove wrappers for request type/flags (Mike Snitzer) [635199]
+- [scsi] scsi_dh_emc: request flag cleanup (Mike Snitzer) [635199]
+- [ide] Fix IDE taskfile with cfq scheduler (Mike Snitzer) [635199]
+
+* Thu Oct 28 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-81.el6]
+- [mm] remove false positive THP pmd_present BUG_ON (Andrea Arcangeli) [646384]
+
+* Tue Oct 26 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-80.el6]
+- [drm] ttm: fix regression introduced in dfb4a4250168008c5ac61e90ab2b86f074a83a6c (Dave Airlie) [644896]
+
+* Wed Oct 20 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-79.el6]
+- [block] fix a potential oops for callers of elevator_change (Jeff Moyer) [641408]
+
+* Tue Oct 19 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-78.el6]
+- [security] IMA: require command line option to enabled (Eric Paris) [643667]
+
+* Tue Oct 19 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-77.el6]
+- [net] Fix priv escalation in rds protocol (Neil Horman) [642900] {CVE-2010-3904}
+- [v4l] Remove compat code for VIDIOCSMICROCODE (Mauro Carvalho Chehab) [642473] {CVE-2010-2963}
+- [kernel] tracing: do not allow llseek to set_ftrace_filter (Jiri Olsa) [631626]
+- [virt] xen: hold mm->page_table_lock in vmalloc_sync (Andrew Jones) [643371]
+- [fs] xfs: properly account for reclaimed inodes (Dave Chinner) [641764]
+- [drm] fix ioctls infoleak (Danny Feng) [621437] {CVE-2010-2803}
+- [netdrv] wireless extensions: fix kernel heap content leak (John Linville) [628438] {CVE-2010-2955}
+- [netdrv] niu: buffer overflow for ETHTOOL_GRXCLSRLALL (Danny Feng) [632072] {CVE-2010-3084}
+- [mm] add debug checks for mapcount related invariants (Andrea Arcangeli) [622327 642570]
+- [mm] move VM_BUG_ON inside the page_table_lock of zap_huge_pmd (Andrea Arcangeli) [622327 642570]
+- [mm] compaction: handle active and inactive fairly in too_many_isolated (Andrea Arcangeli) [622327 642570]
+- [mm] start_khugepaged after setting transparent_hugepage_flags (Andrea Arcangeli) [622327 642570]
+- [mm] fix hibernate memory corruption (Andrea Arcangeli) [633344 642570]
+- [mm] ksmd wait_event_freezable (Andrea Arcangeli) [622327 642570]
+- [mm] khugepaged wait_event_freezable (Andrea Arcangeli) [622327 625875 642570]
+- [mm] unlink_anon_vmas in __split_vma in case of error (Andrea Arcangeli) [622327 642570]
+- [mm] fix memleak in copy_huge_pmd (Andrea Arcangeli) [622327 642570]
+- [mm] fix hang on anon_vma->root->lock (Andrea Arcangeli) [622327 642570]
+- [mm] avoid breaking huge pmd invariants in case of vma_adjust failures (Andrea Arcangeli) [622327 642570]
+
+* Mon Oct 11 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-76.el6]
+- [scsi] fcoe: set default FIP mode as FIP_MODE_FABRIC (Mike Christie) [636233]
+
+* Sun Oct 10 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-75.el6]
+- [virt] KVM: Fix fs/gs reload oops with invalid ldt (Avi Kivity) [639885] {CVE-2010-3698}
+- [drm] i915: prevent arbitrary kernel memory write (Jerome Marchand) [637691] {CVE-2010-2962}
+- [scsi] libfc: adds flogi retry in case DID is zero in RJT (Mike Christie) [633907]
+- [kernel] prevent heap corruption in snd_ctl_new() (Jerome Marchand) [638486] {CVE-2010-3442}
+- [scsi] lpfc: lpfc driver oops during rhel6 installation with snapshot 12/13 and emulex FC (Rob Evers) [634703]
+- [fs] ext4: Always journal quota file modifications (Eric Sandeen) [624909]
+- [mm] fix split_huge_page error like mapcount 3 page_mapcount 2 (Andrea Arcangeli) [622327 640611]
+- [block] Fix pktcdvd ioctl dev_minor range check (Jerome Marchand) [638089] {CVE-2010-3437}
+- [drm] ttm: Fix two race conditions + fix busy codepaths (Dave Airlie) [640871]
+- [drm] Prune GEM vma entries (Dave Airlie) [640870]
+- [virt] ksm: fix bad user data when swapping (Andrea Arcangeli) [640579]
+- [virt] ksm: fix page_address_in_vma anon_vma oops (Andrea Arcangeli) [640576]
+- [net] sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() (Jiri Pirko) [640462] {CVE-2010-3705}
+- [mm] Move vma_stack_continue into mm.h (Mike Snitzer) [638525]
+- [net] sctp: Do not reset the packet during sctp_packet_config() (Jiri Pirko) [637682] {CVE-2010-3432}
+- [mm] vmstat incorrectly reports disk IO as swap in (Steve Best) [636978]
+- [scsi] fcoe: Fix NPIV (Neil Horman) [631246]
+
+* Thu Sep 30 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-74.el6]
+- [block] prevent merges of discard and write requests (Mike Snitzer) [637805]
+- [drm] nouveau: correct INIT_DP_CONDITION subcondition 5 (Ben Skeggs) [636678]
+- [drm] nouveau: enable enhanced framing only if DP display supports it (Ben Skeggs) [636678]
+- [drm] nouveau: fix required mode bandwidth calculation for DP (Ben Skeggs) [636678]
+- [drm] nouveau: disable hotplug detect around DP link training (Ben Skeggs) [636678]
+- [drm] nouveau: set DP display power state during DPMS (Ben Skeggs) [636678]
+- [mm] remove "madvise" from possible /sys/kernel/mm/redhat_transparent_hugepage/enabled options (Larry Woodman) [634500]
+- [netdrv] cxgb3: don't flush the workqueue if we are called from the workqueue (Doug Ledford) [631547]
+- [netdrv] cxgb3: deal with fatal parity error status in interrupt handler (Doug Ledford) [631547]
+- [netdrv] cxgb3: now that we define fatal parity errors, make sure they are cleared (Doug Ledford) [631547]
+- [netdrv] cxgb3: Add define for fatal parity error bit manipulation (Doug Ledford) [631547]
+- [virt] Emulate MSR_EBC_FREQUENCY_ID (Jes Sorensen) [629836]
+- [virt] Define MSR_EBC_FREQUENCY_ID (Jes Sorensen) [629836]
+- [redhat] s390x: kdump: allow zfcpdump to mount and write to ext4 file systems [628676]
+- [kernel] initramfs: Fix initramfs size calculation (Hendrik Brueckner) [626956]
+- [kernel] initramfs: Generalize initramfs_data.xxx.S variants (Hendrik Brueckner) [626956]
+- [drm] radeon/kms: fix sideport detection on newer rs880 boards (Dave Airlie) [626454]
+
+* Wed Sep 22 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-73.el6]
+- [x86] kernel: fix IA32 System Call Entry Point Vulnerability (Danny Feng) [634452] {CVE-2010-3301}
+- [kernel] compat: Make compat_alloc_user_space() incorporate the access_ok() (Danny Feng) [634466] {CVE-2010-3081}
+- [block] switch s390 tape_block and mg_disk to elevator_change() (Mike Snitzer) [632631]
+- [block] add function call to switch the IO scheduler from a driver (Mike Snitzer) [632631]
+
+* Mon Sep 13 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-72.el6]
+- [security] Make kernel panic in FIPS mode if modsign check fails (David Howells) [625914]
+- [virt] Guests on AMD with CPU type 6 and model >= 8 trigger errata read of MSR_K7_CLK_CTL (Jes Sorensen) [629066]
+- [x86] UV: use virtual efi on SGI systems (George Beshers) [627653]
+
+* Wed Sep 01 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-71.el6]
+- [fs] nfsd: initialize nfsd versions before creating svc (J. Bruce Fields) [628084]
+- [fs] nfsd: fix startup/shutdown order bug (J. Bruce Fields) [628084]
+- [security] KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyring (David Howells) [627808] {CVE-2010-2960}
+- [security] KEYS: Fix RCU no-lock warning in keyctl_session_to_parent() (David Howells) [627808] {CVE-2010-2960}
+
+* Wed Aug 25 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-70.el6]
+- [x86] Disable AMD IOMMU by default (Matthew Garrett) [593787]
+- [netdrv] Revert "iwlwifi: disable hardware scanning by default" (Stanislaw Gruszka) [625981]
+- [s390x] kernel: fix tlb flushing vs. concurrent /proc accesses (Hendrik Brueckner) [587587]
+- [s390x] kernel: prepare mm_context_t for new tlb flush handling (Hendrik Brueckner) [587587]
+- [fs] NFS: Fix an Oops in the NFSv4 atomic open code (Jeff Layton) [625718]
+- [net] can: add limit for nframes and clean up signed/unsigned variables (Danny Feng) [625702] {CVE-2010-2959}
+- [fs] aio: bump i_count instead of using igrab (Jeff Moyer) [626595]
+- [fs] cifs: check for NULL session password (Jeff Layton) [625583]
+- [fs] cifs: fix NULL pointer dereference in cifs_find_smb_ses (Jeff Layton) [625583]
+
+* Tue Aug 24 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-69.el6]
+- [mm] make stack guard page logic use vm_prev pointer (Mike Snitzer) [607859]
+- [mm] make the mlock() stack guard page checks stricter (Mike Snitzer) [607859]
+- [mm] make the vma list be doubly linked (Mike Snitzer) [607859]
+- [drm] nv50: insert a delay before fb change to prevent display engine hang (Ben Skeggs) [618225]
+- [mm] fix up some user-visible effects of the stack guard page (Mike Snitzer) [607859]
+- [net] sched: fix some kernel memory leaks (Jiri Pirko) [624637] {CVE-2010-2942}
+
+* Mon Aug 23 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-68.el6]
+- [virt] xen pvhvm: don't start xenbus w/out pvhvm (Andrew Jones) [624665]
+- [virt] xen pvhvm: don't unplug emulated devs w/out pvhvm (Andrew Jones) [625460]
+- [virt] xen pvhvm: export xen_pv_hvm_enable (Andrew Jones) [625460]
+- [fs] ext4: fix one more tracing oops (Eric Sandeen) [619013]
+- [drm] Provide for HDMI output on NVIDIA GPUs (John Feeney) [619877]
+- [netdrv] iwlwifi: disable aspm by default (John Linville) [611075]
+- [x86] acpi: Update battery information on notification 0x81 (Matthew Garrett) [606388]
+
+* Fri Aug 20 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-67.el6]
+- [x86] acpi: Update battery information on notification 0x81 (Matthew Garrett) [606388]
+- [mm] fix up some user-visible effects of the stack guard page (Mike Snitzer) [607859]
+- [mm] fix page table unmap for stack guard page properly (Mike Snitzer) [607859]
+- [x86] don't send SIGBUS for kernel page faults (Mike Snitzer) [607859]
+- [mm] fix missing page table unmap for stack guard page failure case (Mike Snitzer) [607859]
+- [mm] keep a guard page below a grow-down stack segment (Mike Snitzer) [607859]
+- [fs] xfs: fix untrusted inode number lookup (Dave Chinner) [624860]
+- [kernel] init, sched: Fix race between init and kthreadd (Gleb Natapov) [624329]
+- [net] Fix IGMP3 report parsing (Aristeu Rozanski) [621431]
+
+* Tue Aug 17 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-66.el6]
+- [netdrv] be2net: maintain multicast packet count in driver (Ivan Vecera) [621287]
+- [scsi] hpsa: don't use doorbel reset (Tomas Henzl) [612486]
+- [x86] Fix the kdump kernel OOMs caused by passthrough mode setting (Bhavna Sarathy) [624059]
+- [acpi] Force "pci=noacpi" on HP xw9300 (Prarit Bhargava) [615276]
+- [mm] Revert mm-vmstat-Actively-update-vmstat-counters-in-low-memory-situations (Larry Woodman) [622328]
+- [x86] Run EFI in physical mode to enable kdump on EFI-booted system (Takao Indoh) [593111]
+- [fs] ext4: protect inode bitmap clearing w/ spinlock (Eric Sandeen) [623666]
+- [scsi] libfc: call fc_remote_port_chkready under the host lock (Mike Christie) [623786]
+- [x86] Ensure that we provide per-cpu ACPI support (Matthew Garrett) [623874]
+- [fs] ext4: consolidate in_range() definitions (Eric Sandeen) [621829]
+- [fs] ext4: fix NULL pointer dereference in tracing (Eric Sandeen) [619013]
+- [block] O_DIRECT: fix the splitting up of contiguous I/O (Jeff Moyer) [622504]
+
+* Mon Aug 16 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-65.el6]
+- [fs] ext4: fix discard failure detection (Eric Sandeen) [608731]
+- [x86] Avoid potential NULL dereference in pcc-cpufreq (Matthew Garrett) [623768]
+- [scsi] bfa: vport create/delete fix (Rob Evers) [619226]
+- [net] tcp: fix crash in tcp_xmit_retransmit_queue (Jerome Marchand) [618386]
+- [build] Skip depmod when installing to non-standard INSTALL_MOD_PATH (Jon Masters) [609170]
+- [sound] disable NVIDIA HDMI PCI device for Lenovo T410 (Jaroslav Kysela) [605742]
+- [scsi] increase flush timeout (Mike Christie) [605322]
+- [x86] local_irq_save/restore when issuing IPI in early bootup (Prarit Bhargava) [602823]
+
+* Fri Aug 13 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-64.el6]
+- [kernel] Revert "[kernel] sched: Fix a race between ttwu() and migrate_task()" (Matthew Garrett) [620883]
+- [fs] btrfs: fix checks in BTRFS_IOC_CLONE_RANGE (Eugene Teo) [617003] {CVE-2010-2537 CVE-2010-2538}
+- [kernel] Makefile.build: make KBUILD_SYMTYPES work again (Don Zickus) [617749]
+- [netdrv] iwlwifi: disable hardware scanning by default (Stanislaw Gruszka) [593566]
+- [scsi] Revert: qla2xxx: Propogate transport disrupted status for cable pull conditions for faster failover (Chad Dupuis) [622041]
+- [drm] radeon: Don't limit vram size to aperture size (Matthew Garrett) [622039]
+- [fs] xfs: don't walk AGs that can't hold inodes (Dave Chinner) [621044]
+- [mmc] add Ricoh e822 support (Stanislaw Gruszka) [619900]
+- [scsi] mvsas: fix hot plug handling and IO issues (David Milburn) [616178]
+- [dm] mpath: enable discard support (Mike Snitzer) [619196]
+- [block] update request stacking methods to support discards (Mike Snitzer) [619196]
+- [dm] stripe: enable discard support (Mike Snitzer) [619196]
+- [dm] stripe: optimize sector division (Mike Snitzer) [619196]
+- [dm] stripe: move sector translation to a function (Mike Snitzer) [619196]
+- [dm] error: return error for discards (Mike Snitzer) [619196]
+- [dm] delay: enable discard support (Mike Snitzer) [619196]
+- [dm] zero: silently drop discards (Mike Snitzer) [619196]
+- [dm] split discard requests on target boundaries (Mike Snitzer) [619196]
+- [dm] use dm_target_offset macro (Mike Snitzer) [619196]
+- [dm] factor out max_io_len_target_boundary (Mike Snitzer) [619196]
+- [dm] use common __issue_target_request for flush and discard support (Mike Snitzer) [619196]
+- [dm] rename map_info flush_request to target_request_nr (Mike Snitzer) [619196]
+- [dm] remove the DM_TARGET_SUPPORTS_DISCARDS feature flag (Mike Snitzer) [619196]
+- [dm] introduce num_discard_requests in dm_target structure (Mike Snitzer) [619196]
+
+* Tue Aug 10 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-63.el6]
+- [fs] ext4: protect io completion lists with locking (Eric Sandeen) [621660]
+- [trace] Packport new mm tracepoint Documentation to RHEL6 (Larry Woodman) [618305]
+- [virt] KVM: Trace exception injection (Gleb Natapov) [616427]
+- [s390x] qeth: Clear mac_bits field when switching between l2/l3 (Hendrik Brueckner) [621333]
+- [net] ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALL (Jiri Pirko) [608953] {CVE-2010-2478}
+- [infiniband] Update QLogic QIB InfiniBand driver to version OFED 1.5.2 (Jay Fenlason) [572401]
+- [fs] update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_ bits (Jeff Moyer) [621693]
+
+* Tue Aug 10 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-62.el6]
+- [drm] Revert matroxfb support for G200EV chip (Peter Bogdanovic) [604830]
+- [drm] i915: more DP/eDP backport fixes (Dave Airlie) [615058]
+- [drm] correctly update connector DPMS status in drm_fb_helper (Dave Airlie) [615058]
+- [x86] ACPI/PM: Move ACPI video resume to a PM notifier (Dave Airlie) [615058]
+- [virt] x86: preset lpj values when on VMware (Zachary Amsden) [617390]
+- [virt] Revert "vhost-net: utilize PUBLISH_USED_IDX feature" (Michael S. Tsirkin)
+- [virt] Revert "virtio: put last seen used index into ring itself" (Michael S. Tsirkin) [616503]
+- [virt] Revert "virtio: net: Remove net-specific advertising of PUBLISH_USED feature" (Michael S. Tsirkin) [616503]
+- [virt] vhost: max s/g to match qemu (Michael S. Tsirkin) [619002]
+- [kernel] sched: Fix set_cpu_active() in cpu_down() (Danny Feng) [620807]
+- [dm] separate device deletion from dm_put (Mike Snitzer) [619199]
+- [dm] prevent access to md being deleted (Mike Snitzer) [619199]
+- [dm] ioctl: release _hash_lock between devices in remove_all (Mike Snitzer) [619199]
+
+* Fri Aug 06 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-61.el6]
+- [netdrv] r8169: disable PCIe ASPM (Michal Schmidt) [619880]
+- [fusion] mptfusion: fix DMA boudary (Tomas Henzl) [618625]
+- [fusion] mptfusion: Bump version to 3.04.16 (Tomas Henzl) [618625]
+- [fusion] mptfusion: Added code for occationally SATA hotplug failure (Tomas Henzl) [618625]
+- [fusion] mptfusion: schedule_target_reset from all Reset context (Tomas Henzl) [618625]
+- [fusion] mptfusion: Added sanity to check B_T mapping for device before adding to OS (Tomas Henzl) [618625]
+- [fusion] mptfusion: Corrected declaration of device_missing_delay (Tomas Henzl) [618625]
+- [fusion] mptfusion: Set fw_events_off to 1 at driver load time (Tomas Henzl) [618625]
+- [net] s2io: fixing DBG_PRINT() macro (Danny Feng) [619097]
+- [trace] backport file writeback tracepoints from upstream to RHEL6 (Larry Woodman) [618305]
+- [virt] vhost: thread per device attached to owner cgroups (Alex Williamson) [615118]
+- [cgroups] fix API thinko (Alex Williamson) [615118]
+- [cgroup] Revert: "workqueue: API to create a workqueue in cgroup" (Alex Williamson) [615118]
+- [net] bonding: allow arp_ip_targets on separate vlans to use arp validation (Andy Gospodarek) [581657]
+- [x86] Revert "[x86] kernel performance optimization with CONFIG_DEBUG_RODATA" (Aristeu Rozanski)
+
+* Fri Aug 06 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-60.el6]
+- [security] selinux: convert the policy type_attr_map to flex_array (Eric Paris) [617255]
+- [net] bridge: Fix IGMPv3 report parsing (Herbert Xu) [621431]
+- [kernel] CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials (Jiri Olsa) [620380]
+- [net] bonding: set device in RLB ARP packet handler (Andy Gospodarek) [619450]
+- [x86] Remove warning in p4-clockmod driver (Prarit Bhargava) [618415]
+- [trace] Back port upstream mm/vmscan.c tracepoints to RHEL6 (Larry Woodman) [618305]
+- [net] bridge: Fix skb leak when multicast parsing fails on TX (Jiri Pirko) [617505]
+- [x86] Retract nmi-stacktrace patch (George Beshers) [598586]
+- [fs] cifs: account for new creduid parameter in spnego upcall string (Jeff Layton) [618608]
+- [fs] cifs: add separate cred_uid field to sesInfo (Jeff Layton) [618608]
+- [fs] cifs: check kmalloc() result (Jeff Layton) [618608]
+- [fs] cifs: remove unused cifsUidInfo struct (Jeff Layton) [618608]
+- [fs] cifs: clean up cifs_find_smb_ses (Jeff Layton) [618608]
+- [fs] cifs: match secType when searching for existing tcp session (Jeff Layton) [618608]
+- [fs] cifs: move address comparison into separate function (Jeff Layton) [618608]
+- [fs] cifs: set the port in sockaddr in a more clearly defined fashion (Jeff Layton) [618608]
+- [fs] cifs: remove an potentially confusing, obsolete comment (Jeff Layton) [618608]
+- [fs] cifs: remove unused ip_address field in struct TCP_Server_Info (Jeff Layton) [618608]
+- [fs] cifs: have decode_negTokenInit set flags in server struct (Jeff Layton) [618608]
+- [fs] cifs: break negotiate protocol calls out of cifs_setup_session (Jeff Layton) [618608]
+- [fs] cifs: eliminate "first_time" parm to CIFS_SessSetup (Jeff Layton) [618608]
+- [fs] cifs: save the dialect chosen by server (Jeff Layton) [618608]
+- [fs] cifs: change && to || (Jeff Layton) [618608]
+- [fs] cifs: rename "extended_security" to "global_secflags" (Jeff Layton) [618608]
+- [fs] cifs: move tcon find/create into separate function (Jeff Layton) [618608]
+- [fs] cifs: move SMB session creation code into separate function (Jeff Layton) [618608]
+- [fs] cifs: track local_nls in volume info (Jeff Layton) [618608]
+- [drm] nouveau: support fetching LVDS EDID from ACPI (Ben Skeggs) [616860]
+- [drm] ACPI: Export EDID blocks to the kernel (Ben Skeggs) [616860]
+- [fs] Fix for stuck recovery issue in GFS2 (Steven Whitehouse) [590878]
+- [powerpc] fix unsupported hardware to only be power5 (Steve Best) [619501]
+- [scsi] megaraid: fix sas expander issue (Tomas Henzl) [607930]
+- [virt] Default Xen PV-HVM to off (Don Dutile) [618172]
+- [mm] Correctly assign the number of MIGRATE_RESERVE pageblocks (Andrea Arcangeli) [614427]
+- [fs] return EINVAL when thawing unfrozen filesystems (Eric Sandeen) [601324]
+- [fs] GFS2: Fix problem where try locks were trying too hard (Steven Whitehouse) [585299]
+- [scsi] bnx2i: Fix iscsi connection cleanup (Mike Christie) [616939]
+- [scsi] bfa: fix sysfs crash while reading error_frames stats (Rob Evers) [594882]
+- [fusion] Block Error handling for deleting devices or Device in DMD (Tomas Henzl) [615866]
+- [netdrv] tun: avoid BUG, dump packet on GSO errors (Herbert Xu) [616845]
+- [netdr] rt2500usb: Fix WEP Enterprise (Stanislaw Gruszka) [609721]
+- [kernel] cmdline disable real time scheduler (George Beshers) [607587]
+- [fs] ext4: re-inline ext4_rec_len_(to|from)_disk functions (Eric Sandeen) [522808]
+- [netdrv] be2net: include latest upstream fixes (Ivan Vecera) [617187]
+
+* Wed Aug 04 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-59.el6]
+- [virt] Revert "[virt] vhost: create a vhost thread per device" (Aristeu Rozanski) [615118]
+
+* Tue Aug 03 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-58.el6]
+- [scsi] Update lpfc version for 8.3.5.17 driver release (Rob Evers) [612235]
+- [scsi] Fix endian conversion for BlockGuard in IOCB response (Rob Evers) [612235]
+- [scsi] Fixed a driver discovery issue where driver was unable to discover a target after Eveready back link bounce test (Rob Evers) [612235]
+- [scsi] Update lpfc version for 8.3.5.16 driver release (Rob Evers) [612235]
+- [scsi] Fixed BlockGuard endian conversion problem for supporting PowerPC EEH (Rob Evers) [612235]
+- [scsi] Fixed VLAN ID 0xFFF set to reg_fcfi mailbox command on FCF empty FCF VLAN bitmap (Rob Evers) [612235]
+- [scsi] Update lpfc version for 8.3.5.15 driver release (Rob Evers) [612235]
+- [scsi] Fixed a race condition causing FLOGI issued from dual processes (Rob Evers) [612235]
+- [scsi] Fix bug with ct response data not being sent with sli4 (Rob Evers) [612235]
+- [scsi] Fixed RoundRobin FCF failover due to mis-interpretation of kernel find_next_bit (Rob Evers) [612235]
+- [scsi] Enhanced round-robin FCF failover algorithm to re-start on new FCF async event (Rob Evers) [612235]
+- [scsi] Clear Ignore Reg Login Flag when purging mailbox queue (Rob Evers) [612235]
+- [scsi] Fix for ELS commands stuck on txq (Rob Evers) [612235]
+- [scsi] Fix bug with unsolicited CT event command not setting a flag (Rob Evers) [612235]
+- [drm] radeon/kms: fix possible mis-detection of sideport on rs690/rs740 (Jerome Glisse) [614583]
+- [scsi] fcoe: remove check for zero fabric name (Mike Christie) [614264]
+- [scsi] libfc: Add retry logic to lport state machine when receiving LS_RJT (Mike Christie) [614264]
+- [scsi] fcoe: fix offload feature flag change from netdev (Mike Christie) [614264]
+- [scsi] fcoe: adds src and dest mac address checking for fcoe frames (Mike Christie) [614264]
+- [scsi] fcoe: cleans up fcoe_disable and fcoe_enable (Mike Christie) [614264]
+- [scsi] lpfc Update from 8.3.5.13 to 8.3.5.14 FC/FCoE (Rob Evers) [603808]
+- [fusion] mptfusion: release resources in error return path (Tomas Henzl) [618560]
+- [scsi] IO error on SuperTrak EX4650 (Muuhh IKEDA) [593969]
+- [virt] vhost: create a vhost thread per device (Michael S. Tsirkin) [615118]
+- [kernel] workqueue: API to create a workqueue in cgroup (Michael S. Tsirkin) [615118]
+- [cgroup] Add an API to attach a task to current task's cgroup (Michael S. Tsirkin) [615118]
+
+* Tue Aug 03 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-57.el6]
+- [mm] avoid stalling allocations by introducing watermark_wait (Rik van Riel) [589604]
+- [mm] scale nr_rotated to balance memory pressure (Rik van Riel) [619384]
+- [mm] fix anon memory statistics with transparent hugepages (Rik van Riel) [619384]
+- [pci] avoid compiler warning in quirks.c (Alex Williamson) [619525]
+- [pci] Fix build if quirks are not enabled (Alex Williamson) [619525]
+- [pci] add Intel 82599 Virtual Function specific reset method (Alex Williamson) [619525]
+- [pci] add Intel USB specific reset method (Alex Williamson) [619525]
+- [pci] support device-specific reset methods (Alex Williamson) [619525]
+- [kernel] Documentation: Update memory-hotplug documentation (Steve Best) [612579]
+- [powerpc] Define memory_block_size_bytes() for ppc/pseries (Steve Best) [612579]
+- [kernel] Update the node sysfs code (Steve Best) [612579]
+- [kernel] Allow memory_block to span multiple memory sections (Steve Best) [612579]
+- [kernel] Add section count to memory_block (Steve Best) [612579]
+- [kernel] Add new phys_index properties (Steve Best) [612579]
+- [kernel] Move the find_memory_block() routine up (Steve Best) [612579]
+- [usb] xhci: rename driver to xhci_hcd (Don Zickus) [617217]
+- [usb] kabi placeholders for xhci (Don Zickus) [617217]
+- [fs] nfsd: minor nfsd_svc() cleanup (Jeff Layton) [599675]
+- [fs] nfsd: move more into nfsd_startup() (Jeff Layton) [599675]
+- [fs] nfsd: just keep single lockd reference for nfsd (Jeff Layton) [599675]
+- [fs] nfsd: clean up nfsd_create_serv error handling (Jeff Layton) [599675]
+- [fs] nfsd: fix error handling in __write_ports_addxprt (Jeff Layton) [599675]
+- [fs] nfsd: fix error handling when starting nfsd with rpcbind down (Jeff Layton) [599675]
+- [fs] nfsd4: fix v4 state shutdown error paths (Jeff Layton) [599675]
+- [mm] page allocator: Update free page counters after pages are placed on the free list (Andrea Arcangeli) [614427]
+- [mm] page allocator: Drain per-cpu lists after direct reclaim allocation fails (Andrea Arcangeli) [614427]
+- [mm] vmstat: Actively update vmstat counters in low memory situations (Andrea Arcangeli) [614427]
+- [kernel] mem-hotplug: fix potential race while building zonelist for new populated zone (John Villalovos) [581557]
+- [kernel] mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset (John Villalovos) [581557]
+- [kernel] cpu/mem hotplug: enable CPUs online before local memory online (John Villalovos) [581557]
+- [mm] remove khugepaged young bit check (Andrea Arcangeli) [615381]
+
+* Fri Jul 30 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-56.el6]
+- [fs] GFS2: Backup plan for "vmalloc is slow" (Steven Whitehouse) [619331]
+- [s390x] zfcp: Do not try "forced close" when port is already closed (Hendrik Brueckner) [612594]
+- [s390x] zfcp: Do not unblock rport from REOPEN_PORT_FORCED (Hendrik Brueckner) [612597]
+- [s390x] zfcp: Fix retry after failed "open port" erp action (Hendrik Brueckner) [612601]
+- [s390x] zfcp: Fail erp after timeout (Hendrik Brueckner) [612618]
+- [s390x] zfcp: Use forced_reopen in terminate_rport_io callback (Hendrik Brueckner) [612621]
+- [s390x] zfcp: Register SCSI devices after fc_remote_port_add (Hendrik Brueckner) [612586]
+- [scsi] sg: fix bio leak with a detached device (Matthew Garrett) [619103]
+- [powerpc] hash_huge_page: pte_insert failed (Steve Best) [618831]
+- [block] md: fix lock ordering problem (Doug Ledford) [616103]
+- [fs] sysfs: add attribute to indicate hw address assignment type (Stefan Assmann) [614786]
+- [infiniband] ehca: init irq tasklet before irq can happen (Steve Best) [617741]
+- [netdrv] iwlwifi: fix scan abort (Stanislaw Gruszka) [619686]
+- [powerpc] ONLINE to OFFLINE CPU state transition during removal (Steve Best) [619212]
+- [fs] ext4: fix potential NULL dereference while tracing (Eric Sandeen) [619013]
+- [infiniband] ehca: Catch failing ioremap() (Steve Best) [617747]
+- [netdrv] Add missing read memory barrier to Intel Ethernet device (Steve Best) [617279]
+- [netdrv] igb: Fix Tx hangs seen when loading igb with max_vfs > 7 (Stefan Assmann) [617214]
+- [pci] Revert "[pci] update bridge resources to get more big ranges in PCI assign unssigned" (Shyam Iyer) [617007]
+- [netdrv] cnic: Fix context memory init on 5709 (Stanislaw Gruszka) [616952]
+- [virt] vmxnet3: fix network connectivity issues (Andy Gospodarek) [616252]
+- [drm] i915: eDP/DP fixes from upstream (Dave Airlie) [615058]
+- [ata] ata_piix: fix locking around SIDPR access (David Milburn) [608542]
+- [md] Fix md raid partition detection update (Doug Ledford) [607477]
+- [netdrv] e1000e: 82577/82578 PHY register access issues (Andy Gospodarek) [592480]
+- [s390x] Remove PSF order/suborder check for dasd ioctl (John Feeney) [566183]
+- [x86] kernel performance optimization with CONFIG_DEBUG_RODATA (Danny Feng) [557364]
+- [netdrv] Revert "[Fedora] [e1000] add quirk for ich9" (Andy Gospodarek) [613196]
+- [block] cfq: always return false from should_idle if slice_idle is set to zero (Jeff Moyer) [616904]
+- [block] cfq/jbd: Fix fsync performance for small files (Jeff Moyer) [578515]
+
+* Thu Jul 29 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-55.el6]
+- [kernel] Add -Werror and WAR for bogus array bounds warnings (Prarit Bhargava) [603733]
+- [pci] Remove pci_bus_dump_resources() (Prarit Bhargava) [613972]
+- [fs] CIFS: Compile fix for malicious redirect fix (David Howells) [612136] {CVE-2010-2524}
+
+* Tue Jul 27 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-54.el6]
+- [block] Disable async multicore raid xor function (Doug Ledford) [596490]
+- [kernel] taint: Add mark_hardware_unsupported() (Prarit Bhargava) [600509]
+- [kernel] panic: Allow warnings to set different taint flags (Prarit Bhargava) [600509]
+- [kernel] taint: Add taint padding and TAINT_HARDWARE_UNSUPPORTED (Prarit Bhargava) [600509]
+- [mm] disable transparent hugepages by default on small systems (Rik van Riel) [618444]
+- [net] Kernel lockups with bonding and IPV6 (Shyam Iyer) [614240]
+- [x86] ACPI: Improve C3 residency (Matthew Garrett) [583792]
+- [x86] cpufreq: pcc driver should check for pcch method before calling _OSC (Matthew Garrett) [616908]
+- [x86] Add PCC Cpufreq driver (Matthew Garrett) [465354]
+- [x86] Disable IOMMU graphics on Cantiga chipset (John Villalovos) [602207]
+- [fs] vfsmount: pad for future fanotify support (Eric Paris) [320631]
+- [ipmi] Run a dummy command before submitting a new command (Matthew Garrett) [616089]
+- [block] mmc: Avoid hangs with mounted SD cards (Matthew Garrett) [615318]
+- [md] Fix md raid partition detection (Doug Ledford) [607477]
+- [ipmi] Make sure drivers were registered before unregistering them (Matthew Garrett) [601376]
+- [s390x] Enhanced qeth for new network device type support (Hendrik Brueckner) [599650]
+- [fs] cifs: fix security issue with dns_resolver upcall (David Howells) [612136] {CVE-2010-2524}
+
+* Mon Jul 26 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-53.el6]
+- [fs] xfs: track AGs with reclaimable inodes in per-ag radix tree (Dave Chinner) [617035]
+- [fs] xfs: convert inode shrinker to per-filesystem contexts (Dave Chinner) [617035]
+- [mm] add context argument to shrinker callback (Dave Chinner) [617035]
+- [netdrv] enic: bug fix: make the set/get netlink VF_PORT support symmetrical (Andy Gospodarek) [609635]
+- [netdrv] enic: Use random mac addr when associating port-profile (Andy Gospodarek) [609635]
+- [netdrv] enic: bug fix: sprintf UUID to string as u8 rather than u16 array (Andy Gospodarek) [609635]
+- [net] netlink: bug fix: don't overrun skbs on vf_port dump (Andy Gospodarek) [609635]
+- [netdrv] enic: Bug Fix: Handle surprise hardware removals (Andy Gospodarek) [609635]
+- [netdrv] enic: Bug Fix: Change hardware ingress vlan rewrite mode (Andy Gospodarek) [609635]
+- [drm] nouveau: cleanup connector/encoder creation (Ben Skeggs) [612402]
+- [drm] nouveau: move LVDS detection back to connector detect() time (Ben Skeggs) [612402]
+- [net] add missing header needed for sunrpc tracepoints (Steve Dickson) [567741]
+- [drm] nouveau: fix race condition when under memory pressure (Ben Skeggs) [602663]
+- [tty] fix tty->pgrp races (Jiri Olsa) [586022] {CVE-2009-4895}
+- [scsi] Log msg when getting Unit Attention (Mike Christie) [585432]
+- [scsi] be2iscsi: Fix for 64K data (Mike Christie) [608795]
+- [cgroups] Fix device cgroup not allowing access to a partition (Vivek Goyal) [589662]
+- [audit] fix for audit misreporting return code on amd64 if we had to reschedule (Alexander Viro) [604993]
+- [x86] Fix ioremap() so will boot on IA-32 system with PAE (John Feeney) [607029]
+- [netdrv] macvtap: Limit packet queue length (Herbert Xu) [614119]
+- [virt] vhost: avoid pr_err on condition guest can trigger (Michael S. Tsirkin) [607177]
+- [mm] ksmd and khugepaged freezing (Andrea Arcangeli) [617430]
+- [pci] Allow read/write access to sysfs I/O port resources (Alex Williamson) [616174]
+- [netdrv] improve ipv6 pkt throughput with TSO (John Feeney) [613770]
+- [netdrv] ixgbe: use GFP_ATOMIC when allocating FCoE DDP context from the dma pool (Andy Gospodarek) [614243]
+- [netdrv] ixgbe: properly toggling netdev feature flags when disabling FCoE (Andy Gospodarek) [614243]
+- [scsi] fcoe: remove vlan ID from WWPN (Neil Horman) [611974]
+- [fs] xfs: fix corruption case for block size < page size (Dave Chinner) [581432]
+- [fs] xfs: unregister inode shrinker before freeing filesystem structures (Dave Chinner) [607750]
+- [drm] i915: add 'reclaimable' to i915 self-reclaimable page allocations (Dave Airlie) [616614]
+- [drm] i915: fix 945GM stability issues on Lenovo T60 laptops (Dave Airlie) [568780]
+- [security] SELinux: check OPEN on truncate calls (Eric Paris) [578841]
+- [fs] ext4: Fix buffer dirtying in data=journal mode (Eric Sandeen) [602251]
+- [fs] ext3: Fix buffer dirtying in data=journal mode (Eric Sandeen) [602251]
+
+* Tue Jul 20 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-52.el6]
+- [virt] Call mask notifiers from pic (Gleb Natapov) [608613]
+- [virt] Convert mask notifiers to use irqchip/pin instead of gsi (Gleb Natapov) [608613]
+- [virt] Reenter guest after instruction emulation failure if emulation was due to access to non-mmio address (Gleb Natapov) [608595]
+- [virt] Return EFAULT from kvm ioctl when guest access bad area (Gleb Natapov) [608595]
+- [drm] nouveau: fix dual-link displays when plugged into single-link outputs (Ben Skeggs) [615154]
+- [drm] nv50: obey dcb->duallink_possible (Ben Skeggs) [615154]
+- [drm] nv50: fix duallink_possible calculation for DCB 4.0 cards (Ben Skeggs) [615154]
+- [mm] Rename ramzswap to zram in documentation (Jerome Marchand) [578641]
+- [mm] Rename ramzswap to zram in code (Jerome Marchand) [578641]
+- [mm] Rename ramzswap files to zram (Jerome Marchand) [578641]
+- [mm] ramzswap: Support generic I_O requests (Jerome Marchand) [578641]
+- [mm] ramzswap: Handler for swap slot free callback (Jerome Marchand) [578641]
+- [mm] swap: Add swap slot free callback to block_device_operations (Jerome Marchand) [578641]
+- [mm] swapfile: Add flag to identify block swap devices (Jerome Marchand) [578641]
+- [mm] ramzswap: Remove backing swap support (Jerome Marchand) [578641]
+- [drm] i915: Output IRQ setup fixes (Adam Jackson) [591709]
+- [drm] nouveau: fix oops on chipsets that only have a single crtc (Ben Skeggs) [602290]
+- [drm] i915: fix oops on single crtc devices (Dave Airlie) [610002]
+- [drm] radeon: check/restore sanity before doing anything else with GPU (Dave Airlie) [612767]
+- [fs] jbd2: Fix I/O hang in jbd2_journal_release_jbd_inode (Steve Best) [607254]
+- [fs] GFS2: rename causes kernel Oops (Robert S Peterson) [614642]
+- [ipmi] Provide kipmid_max_busy_us parameter to cap CPU usage (Shyam Iyer) [609156]
+- [kernel] kprobes: "repz ret" causes bad EIP value crash (Dave Anderson) [607215]
+- [pci] panic on access to hot-removed device's proc fs (Don Zickus) [612024]
+- [pci] don't reassign to ROM res if it is not going to be enabled (Peter Bogdanovic) [612950]
+- [x86] i386: Update CPU & Memory Hot Add Not Supported messages (Prarit Bhargava) [600435]
+- [x86] nmi: limit hrtimer to lapic or ioapic mode (Don Zickus) [581722]
+- [virt] emulator: inc/dec can have lock prefix (Gleb Natapov) [615925]
+- [virt] Implement xen_panic_block notifier for RHEL6 Xen guests (Don Dutile) [614476]
+- [virt] KVM: MMU: fix conflict access permissions in direct sp (Avi Kivity) [607650]
+- [virt] vhost-net: avoid flush under lock (Michael S. Tsirkin) [612421]
+- [netdrv] bnx2x: Don't report link down if has been already down (Stanislaw Gruszka) [610311]
+- [netdrv] mac80211: improve error checking if WEP fails to init (John Linville) [608704]
+- [netdrv] ath9k: cleanup init error path (John Linville) [610224]
+- [mm] memcontrol: never oom when charging huge pages (Andrea Arcangeli) [608996]
+- [mm] memcontrol: prevent endless loop with huge pages and near-limit group (Andrea Arcangeli) [608996]
+- [virt] Xen PV-on-HVM: prevent null chip data ref ptr on newer xen hv (Don Dutile) [523134]
+- [virt] Xen PV-on-HVM: modularize platform-pci support (Don Dutile) [523134]
+- [virt] HPET: Do not disable hpet if not initialized (Don Dutile) [523134]
+- [virt] Xen PV-on-HVM: suspend-resume-support (Don Dutile) [523134]
+- [virt] Xen PV-on-HVM: refactor platform-pci, grant-table, enlighten support (Don Dutile) [523134 600360]
+- [virt] Xen PV-on-HVM: update evtchn delivery on HVM (Don Dutile) [523134]
+- [virt] Xen PV-on-HVM: update hvm_op hypercall & related h files to upstream (Don Dutile) [523134]
+
+* Tue Jul 20 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-51.el6]
+- [block] cciss: bump version 3626RH (Tomas Henzl) [609522]
+- [block] cciss: cleanup compiletime warnings (Tomas Henzl) [609522]
+- [block] cciss: do not reset 640x boards (Tomas Henzl) [609522]
+- [block] cciss: fix hard reset (Tomas Henzl) [609522]
+- [block] cciss: factor out reset devices code (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss find cfg addrs (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss wait for mode change ack (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss disable dma prefetch on p600 (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss enable scsi prefetch (Tomas Henzl) [609522]
+- [block] cciss: factor out CISS signature present (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss find board params (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss find cfgtables (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss wait for board ready (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss find memory BAR (Tomas Henzl) [609522]
+- [block] cciss: remove board-id param from cciss interrupt mode (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss_board_disabled (Tomas Henzl) [609522]
+- [block] cciss: factor out cciss lookup board id (Tomas Henzl) [609522]
+- [block] cciss: save pdev early to avoid passing it around (Tomas Henzl) [609522]
+- [audit] dynamically allocate audit_names when not enough space is in the names array (Eric Paris) [586108]
+- [mm] mmu notifier index huge spte fix (Andrea Arcangeli) [606131]
+- [x86] Update x86 MCE code part 2 (Prarit Bhargava) [580587]
+- [kernel] execshield: respect disabled randomization (Roland McGrath) [605516]
+- [scsi] mpt2sas: Fix to use sas device list instead of enclosure list (Tomas Henzl) [599049]
+- [kernel] disable kmemleak by default for -debug kernels (Jason Baron) [612244]
+
+* Thu Jul 15 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-50.el6]
+- [net] CHECKSUM: header export and fixup (Michael S. Tsirkin) [605555]
+- [pci] iommu/intel: Disable IOMMU for graphics if BIOS is broken (Adam Jackson) [593516]
+- [fs] xfs: remove block number from inode lookup code (Jiri Pirko) [607031]
+- [fs] xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED (Jiri Pirko) [607031]
+- [fs] xfs: validate untrusted inode numbers during lookup (Jiri Pirko) [607031]
+- [fs] xfs: always use iget in bulkstat (Jiri Pirko) [607031]
+- [igb] avoid platform reset and MCE with DCA (Stefan Assmann) [572732 606687]
+- [drm] nouveau: downgrade severity of most init table parser errors (Ben Skeggs) [596679]
+- [drm] nouveau: INIT_CONFIGURE_PREINIT/CLK/MEM on newer BIOSes is not an error (Ben Skeggs) [596679]
+- [netdrv] enic: Replace LRO with GRO (Andy Gospodarek) [609635]
+- [net] decreasing real_num_tx_queues needs to flush qdisc (Andy Gospodarek) [609260]
+- [net] sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock (Andy Gospodarek) [609260]
+- [fs] inotify: send IN_UNMOUNT events (Eric Paris) [580825]
+- [fs] inotify: fix inotify oneshot support (Eric Paris) [614595]
+- [s390x] zfcp: Zero memory for gpn_ft and adisc requests (Hendrik Brueckner) [609537]
+- [s390x] zfcp: Do not escalate scsi eh after fast_io_fail_tmo fired (Hendrik Brueckner) [606365]
+- [s390x] zfcp: Remove SCSI device during unit_remove (Hendrik Brueckner) [589278]
+- [scsi] Allow FC LLD to fast-fail scsi eh by introducing new eh return (Hendrik Brueckner) [606365]
+- [s390x] zfcp: Do not wait for SBALs on stopped queue (Hendrik Brueckner) [606359]
+- [x86] efi: Fill all reserved memmap entries if add_efi_memmap specified (George Beshers) [607386]
+
+* Wed Jul 14 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-49.el6]
+- [edac] i7core_edac: Avoid doing multiple probes for the same card (Mauro Carvalho Chehab) [604564]
+- [edac] i7core_edac: Properly discover the first QPI device (Mauro Carvalho Chehab) [604564]
+- [usb] Disable XHCI (USB 3) HCD module autoloading (Matthew Garrett) [608343]
+- [fs] xfs: prevent swapext from operating on write-only files (Jiri Pirko) [605162] {CVE-2010-2226}
+- [powerpc] Add symbols to kernel to allow makedumpfile to filter on ppc64 (Neil Horman) [611710]
+- [net] netfilter: add CHECKSUM target (Michael S. Tsirkin) [605555]
+- [security] audit: dynamically allocate audit_names when not enough space is in the names array (Eric Paris) [586108]
+- [pci] iommu/intel: Disable IOMMU for graphics if BIOS is broken (Adam Jackson) [593516]
+- [virt] stop vpit before irq_routing freed (Gleb Natapov) [612648]
+- [netdrv] Allow for BCM5709S to dump vmcore via NFS (John Feeney) [577809]
+- [netdrv] igb: drop support for UDP hashing w/ RSS (Stefan Assmann) [613782]
+- [netdrv] mac80211: remove wep dependency (John Linville) [608704]
+- [mm] fix swapin race conditions (Andrea Arcangeli) [606131]
+- [crypto] authenc: Add EINPROGRESS check (Stanislaw Gruszka) [604611]
+- [fs] inotify: don't leak user struct on inotify release (Stanislaw Gruszka) [592399 604611]
+- [x86] amd: Check X86_FEATURE_OSVW bit before accessing OSVW MSRs (Stanislaw Gruszka) [604611]
+- [kernel] profile: fix stats and data leakage (Stanislaw Gruszka) [604611]
+- [sound] ice1724: Fix ESI Maya44 capture source control (Stanislaw Gruszka) [604611]
+- [mm] hugetlbfs: kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killer (Stanislaw Gruszka) [604611]
+- [dma] dma-mapping: fix dma_sync_single_range_* (Stanislaw Gruszka) [604611]
+- [hwmon] hp_accel: fix race in device removal (Stanislaw Gruszka) [604611]
+- [net] ipv4: udp: fix short packet and bad checksum logging (Stanislaw Gruszka) [604611]
+
+* Tue Jul 13 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-48.el6]
+- [scsi] SCSI: Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O error (Stanislaw Gruszka) [604610]
+- [scsi] Enable retries for SYNCRONIZE_CACHE commands to fix I/O error (Stanislaw Gruszka) [604610]
+- [scsi] debug: virtual_gb ignores sector_size (Stanislaw Gruszka) [604610]
+- [x86] acpi power_meter: acpi_device_class "power_meter_resource" too long (Stanislaw Gruszka) [604610]
+- [v4l] budget: Oops: "BUG: unable to handle kernel NULL pointer dereference" (Stanislaw Gruszka) [604610]
+- [virt] virtio: initialize earlier (Stanislaw Gruszka) [604610]
+- [security] testing the wrong variable in create_by_name() (Stanislaw Gruszka) [604610]
+- [netdrv] r8169: more broken register writes workaround (Stanislaw Gruszka) [604610]
+- [netdrv] r8169: fix broken register writes (Stanislaw Gruszka) [604610]
+- [netdrv] r8169: use correct barrier between cacheable and non-cacheable memory (Stanislaw Gruszka) [604610]
+- [kernel] kgdb: don't needlessly skip PAGE_USER test for Fsl booke (Stanislaw Gruszka) [604610]
+- [kernel] initramfs: handle unrecognised decompressor when unpacking (Stanislaw Gruszka) [604610]
+- [sound] snd-meastro3: Ignore spurious HV interrupts during suspend / resume (Stanislaw Gruszka) [604610]
+- [sound] snd-meastro3: Add amp_gpio quirk for Compaq EVO N600C (Stanislaw Gruszka) [604610]
+- [x86] Disable large pages on CPUs with Atom erratum AAE44 (Stanislaw Gruszka) [604610]
+- [x86] x86-64: Clear a 64-bit FS/GS base on fork if selector is nonzero (Stanislaw Gruszka) [604610]
+- [edac] mce: Fix wrong mask and macro usage (Stanislaw Gruszka) [604610]
+- [netdrv] p54pci: fix bugs in p54p_check_tx_ring (Stanislaw Gruszka) [604610]
+- [netdrv] dm9601: fix phy/eeprom write routine (Stanislaw Gruszka) [604610]
+- [block] ensure jiffies wrap is handled correctly in blk_rq_timed_out_timer (Stanislaw Gruszka) [604610]
+- [serial] 8250_pnp: add Fujitsu Wacom device (Stanislaw Gruszka) [604610]
+- [block] raid6: fix recovery performance regression (Stanislaw Gruszka) [604610]
+- [fs] procfs: fix tid fdinfo (Stanislaw Gruszka) [604610]
+- [usb] xhci: properly set endpoint context fields for periodic eps (Stanislaw Gruszka) [604610]
+- [usb] xhci: properly set the "Mult" field of the endpoint context (Stanislaw Gruszka) [604610]
+- [usb] OHCI: don't look at the root hub to get the number of ports (Stanislaw Gruszka) [604610]
+- [usb] don't choose configs with no interfaces (Stanislaw Gruszka) [604610]
+- [usb] fix testing the wrong variable in fs_create_by_name() (Stanislaw Gruszka) [604610]
+- [usb] Add id for HP ev2210 a.k.a Sierra MC5725 miniPCI-e Cell Modem (Stanislaw Gruszka) [604610]
+- [usb] fix remote wakeup settings during system sleep (Stanislaw Gruszka) [604610]
+- [mm] hugetlb: fix infinite loop in get_futex_key() when backed by huge pages (Stanislaw Gruszka) [604610]
+- [kernel] flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZERO (Stanislaw Gruszka) [604610]
+- [netdrv] mac80211: remove bogus TX agg state assignment (Stanislaw Gruszka) [604610]
+- [ata] libata: fix locking around blk_abort_request() (Stanislaw Gruszka) [604610]
+- [netdrv] p54usb: Add usbid for Corega CG-WLUSB2GT (Stanislaw Gruszka) [604610]
+- [usb] EHCI: defer reclamation of siTDs (Stanislaw Gruszka) [604610]
+- [drm] nouveau: initialise display before enabling interrupts (Ben Skeggs) [596703]
+- [drm] nv50: fix DP->DVI if output has been programmed for native DP previously (Ben Skeggs) [596703]
+- [block] dm ioctl: return uevent flag after rename (Mike Snitzer) [609591]
+- [block] dm ioctl: make __dev_status return void (Mike Snitzer) [609591]
+- [block] dm ioctl: remove __dev_status from geometry and target message (Mike Snitzer) [609591]
+- [infiniband] mlx4: enable IBoE feature (Doug Ledford) [529397]
+- [dm] dm-replicator: Fix replicator_ctr() error path (Heinz Mauelshagen) [612743]
+- [virt] vmware: disable NMI watchdog in guest (Don Zickus) [612321]
+- [virt] KVM: Expose MCE control MSRs to userspace (Avi Kivity) [558416]
+
+* Mon Jul 12 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-47.el6]
+- [x86] eeepc-laptop: disable cpu speed control on EeePC 701 (Stanislaw Gruszka) [604608]
+- [x86] gart: Disable GART explicitly before initialization (Stanislaw Gruszka) [604608]
+- [netdrv] r8169: clean up my printk uglyness (Stanislaw Gruszka) [604608]
+- [input] wacom: switch mode upon system resume (Stanislaw Gruszka) [604608]
+- [fs] eCryptfs: Decrypt symlink target for stat size (Stanislaw Gruszka) [604608]
+- [usb] cdc-acm: Update to new autopm API (Stanislaw Gruszka) [604608]
+- [netdrv] e1000e: stop cleaning when we reach tx_ring->next_to_use (Stanislaw Gruszka) [604608]
+- [kernel] sched: Fix a race between ttwu() and migrate_task() (Stanislaw Gruszka) [604608]
+- [fs] ecryptfs: fix error code for missing xattrs in lower fs (Stanislaw Gruszka) [604608]
+- [pci] fix nested spinlock hang in aer_inject (Stanislaw Gruszka) [604608]
+- [fs] ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inode (Stanislaw Gruszka) [604608]
+- [scsi] add scsi target reset support to scsi ioctl (Stanislaw Gruszka) [604608]
+- [pci] PCIe AER: prevent AER injection if hardware masks error reporting (Stanislaw Gruszka) [604608]
+- [fs] quota: Fix possible dq_flags corruption (Stanislaw Gruszka) [604608]
+- [fs] fix NFS4 handling of mountpoint stat (Stanislaw Gruszka) [604608]
+- [agp] intel-agp: Switch to wbinvd_on_all_cpus (Stanislaw Gruszka) [604608]
+- [drm] radeon/kms: add FireMV 2400 PCI ID (Stanislaw Gruszka) [604608]
+- [x86] amd-iommu: Use helper function to destroy domain (Stanislaw Gruszka) [604608]
+- [hwmon] sht15: Fix sht15_calc_temp interpolation function (Stanislaw Gruszka) [604608]
+- [hwmon] sht15: Properly handle the case CONFIG_REGULATOR=n (Stanislaw Gruszka) [604608]
+- [ata] libata: disable NCQ on Crucial C300 SSD (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: lock down video output state access (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: convert to seq_file (Stanislaw Gruszka) [604608]
+- [sound] usb: Fix Oops after usb-midi disconnection (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: log initial state of rfkill switches (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: use input_set_capability (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: expose module parameters (Stanislaw Gruszka) [604608]
+- [fs] ext3: Don't update the superblock in ext3_statfs() (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: log temperatures on termal alarm (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: adopt input device (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: issue backlight class events (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: silence bogus complain during rmmod (Stanislaw Gruszka) [604608]
+- [x86] thinkpad-acpi: fix some version quirks (Stanislaw Gruszka) [604608]
+- [kernel] resource: move kernel function inside __KERNEL__ (Stanislaw Gruszka) [604608]
+- [fs] ext3: journal all modifications in ext3_xattr_set_handle (Stanislaw Gruszka) [604608]
+- [video] backlight: mbp_nvidia_bl - add five more MacBook variants (Stanislaw Gruszka) [604608]
+- [sound] mixart: range checking proc file (Stanislaw Gruszka) [604608]
+- [hid] fix oops in gyration_event() (Stanislaw Gruszka) [604608]
+- [ata] pata_ali: Fix regression with old devices (Stanislaw Gruszka) [604608]
+- [hwmon] lis3: fix show rate for 8 bits chips (Stanislaw Gruszka) [604608]
+- [cgroup] freezer: Fix buggy resume test for tasks frozen with cgroup freezer (Stanislaw Gruszka) [604608]
+- [kernel] genirq: Force MSI irq handlers to run with interrupts disabled (Stanislaw Gruszka) [604608]
+- [fs] fat: fix buffer overflow in vfat_create_shortname() (Stanislaw Gruszka) [604608]
+- [netdrv] mlx4: add dynamic LRO disable support (Amerigo Wang) [584359]
+- [netdrv] s2io: add dynamic LRO disable support (Amerigo Wang) [584359]
+- [drm] nv50: rewrite display irq handler (Ben Skeggs) [598842]
+- [drm] nv50: send evo "update" command after each disconnect (Ben Skeggs) [598842]
+- [drm] nv50: when debugging on, log which crtc we connect an encoder to (Ben Skeggs) [598842]
+- [drm] nv50: supply encoder disable() hook (Ben Skeggs) [598842]
+- [drm] disable encoder rather than dpms off in drm_crtc_prepare_encoders() (Ben Skeggs) [598842]
+- [drm] nv50: DCB quirk for Dell M6300 (Ben Skeggs) [598842]
+- [fs] writeback: limit write_cache_pages integrity scanning to current EOF (Dave Chinner) [602490]
+- [fs] xfs: remove nr_to_write writeback windup. (Dave Chinner) [602490]
+- [fs] writeback: pay attention to wbc->nr_to_write in write_cache_pages (Eric Sandeen) [602490]
+
+* Mon Jul 12 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-46.el6]
+- [fs] ext4: stop issuing discards if not supported by device (Eric Sandeen) [608731]
+- [block] dm: only initialize full request_queue for request-based device (Mike Snitzer) [595393]
+- [block] dm: prevent table type changes after initial table load (Mike Snitzer) [595393]
+- [dm] skip second flush if request unsupported (Mike Snitzer) [612014]
+- [dm] only ignore -EOPNOTSUPP for empty barrier requests (Mike Snitzer) [612014]
+- [dm] snapshot: implement a merge method for snapshot origin (Mike Snitzer) [612375]
+- [dm] snapshot: test chunk size against both origin and snapshot sector size (Mike Snitzer) [612375]
+- [dm] snapshot: open origin before exception store initialization (Mike Snitzer) [612375]
+- [dm] snapshot: iterate both the origin and snapshot devices (Mike Snitzer) [612375]
+- [block] dm: support discard if at least one underlying device supports it (Mike Snitzer) [612014]
+- [block] dm: support discard for multiple devices (Mike Snitzer) [612014]
+- [block] dm: clear the discard flag if the device loses discard capability (Mike Snitzer) [612014]
+- [block] dm: check that target supports discard just before submitting request (Mike Snitzer) [612014]
+- [scsi] convert discard to REQ_TYPE_FS instead of REQ_TYPE_BLOCK_PC (Mike Snitzer) [610054]
+- [scsi] fix leak in scsi_setup_discard_cmnd error path (Mike Snitzer) [610054]
+- [scsi] remove unused free discard page in sd_done (Mike Snitzer) [610054]
+- [scsi] add sd_unprep_fn to free discard page (Mike Snitzer) [610054]
+- [block] implement an unprep function corresponding directly to prep (Mike Snitzer) [610054]
+- [block] don't allocate a payload for discard request (Mike Snitzer) [610054]
+- [fs] ext4: move aio completion after unwritten extent conversion (Christoph Hellwig) [589985]
+- [fs] xfs: move aio completion after unwritten extent conversion (Christoph Hellwig) [589985]
+- [fs] direct-io: move aio_complete into ->end_io (Christoph Hellwig) [589985]
+- [drm] radeon/kms/igp: fix possible divide by 0 in bandwidth code (Dave Airlie) [609755]
+- [drm] nouveau: disable acceleration on NVA3/NVA5/NVA8 by default (Ben Skeggs) [591062]
+- [drm] vt/fbcon: try harder to print output when panicing (Dave Airlie) [579002]
+- [fs] GFS2: fix BUG in gfs2_adjust_quota (Abhijith Das) [603827]
+- [fs] nfsd: nfsd_setattr needs to call commit_metadata (Christoph Hellwig) [593652]
+- [net] netfilter: remove config option NF_CT_ACCT completely (Jiri Pirko) [578476]
+- [net] Revert "[net] bonding: make bonding support netpoll" (Andy Gospodarek) [604672]
+- [scsi] stex: fix inconsistent usage of max_lun (David Milburn) [593255]
+- [kernel] sched: Kill migration thread in CPU_POST_DEAD event in migration_call, instead of CPU_DEAD (Steve Best) [604846]
+- [tracing] ftrace: fix function_graph livelock under kvm (Jason Baron) [596653]
+- [block] dm: mpath fix NULL pointer dereference when path parameters missing (Mike Snitzer) [607242]
+- [dm] dm-replicator: mandatory API change for replicator_resume(), replicator_dev_resume() and reference count fix calling dm_table_get_md() (Heinz Mauelshagen) [594922]
+- [x86] AMD IOMMU: change default to passthrough mode (Bhavna Sarathy) [607631]
+- [x86] dell-laptop: Add another Dell laptop family to the DMI whitelist (Matthew Garrett) [609268]
+- [netdrv] cnic: fix bnx2x panics with multiple interfaces enabled (Stanislaw Gruszka) [609184]
+- [mm] fix khugepaged startup race (Andrea Arcangeli) [612217]
+- [mm] add robustness to pmd_same checks (Andrea Arcangeli) [607650]
+- [mm] Fix vmalloc slow down (Steven Whitehouse) [583026]
+
+* Mon Jul 12 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-45.el6]
+- [drm] i915: fix display setup bugs + hibernate (Dave Airlie) [608515 609763]
+- [fs] NFSv4: Fix an embarassing typo in encode_attrs() (Steve Dickson) [560786]
+- [fs] NFSv4: Ensure that /proc/self/mountinfo displays the minor version number (Steve Dickson) [560786]
+- [fs] NFSv4.1: Ensure that we initialise the session when following a referral (Steve Dickson) [560786]
+- [fs] SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir() (Steve Dickson) [560786]
+- [fs] nfs4: use mandatory attribute file type in nfs4_get_root (Steve Dickson) [560786]
+- [x86] UV: uv_irq.c: Fix all sparse warnings (George Beshers) [573095]
+- [x86] uv: Remove recursion in uv_heartbeat_enable() (George Beshers) [573095]
+- [x86] pat: Update the page flags for memtype atomically instead of using memtype_lock (George Beshers) [573095]
+- [x86] UV: Improve BAU performance and error recovery (George Beshers) [573095]
+- [mm] ksm.c: remove an unneeded _notify in write_protect_page (George Beshers) [573095]
+- [x86] UV: Delete unneeded boot messages (George Beshers) [573095]
+- [x86] UV: Fix target_cpus() in x2apic_uv_x.c (George Beshers) [573095]
+- [x86] UV: Clean up UV headers for MMR definitions (George Beshers) [573095]
+- [x86] Enable NMI on all cpus on UV (George Beshers) [573095]
+- [x86] uv: Add serial number parameter to uv_bios_get_sn_info() (George Beshers) [573095]
+- [virt] xen: sync upstream xen_init_cpuid_mask (Andrew Jones) [609028]
+- [virt] xen: disable gbpages on pv guests (Andrew Jones) [609028]
+- [virt] KVM: Fix mov cr3 #GP at wrong instruction (Marcelo Tosatti) [611889]
+- [virt] KVM: Fix mov cr4 #GP at wrong instruction (Marcelo Tosatti) [611889]
+- [virt] KVM: Fix mov cr0 #GP at wrong instruction (Marcelo Tosatti) [611889]
+- [virt] KVM: Add missing srcu_read_lock() for kvm_mmu_notifier_release() (Marcelo Tosatti) [601320]
+- [virt] KVM: limit the number of pages per memory slot (Marcelo Tosatti) [601318]
+- [virt] KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 page (Marcelo Tosatti) [601316]
+- [virt] KVM: x86: Add missing locking to arch specific vcpu ioctls (Marcelo Tosatti) [601313]
+- [virt] KVM: MMU: remove rmap before clear spte (Marcelo Tosatti) [601311]
+- [virt] KVM: MMU: Segregate shadow pages with different cr0.wp (Marcelo Tosatti) [601308]
+- [virt] KVM: x86: Check LMA bit before set_efer (Marcelo Tosatti) [601307]
+- [virt] KVM: Dont allow lmsw to clear cr0.pe (Marcelo Tosatti) [601305]
+- [virt] KVM: VMX: blocked-by-sti must not defer NMI injections (Marcelo Tosatti) [601304]
+- [virt] KVM: x86: Call vcpu_load and vcpu_put in cpuid_update (Marcelo Tosatti) [601303]
+- [virt] KVM: x86: Inject #GP with the right rip on efer writes (Marcelo Tosatti) [601301]
+- [virt] KVM: MMU: Dont read pdptrs with mmu spinlock held in mmu_alloc_roots (Marcelo Tosatti) [601300]
+- [virt] KVM: x86: properly update ready_for_interrupt_injection (Marcelo Tosatti) [601298]
+- [virt] KVM: VMX: enable VMXON check with SMX enabled (Marcelo Tosatti) [601297]
+- [virt] KVM: VMX: free vpid when fail to create vcpu (Marcelo Tosatti) [601292]
+- [virt] vhost: add unlikely annotations to error path (Michael S. Tsirkin) [602607]
+- [virt] vhost: break out of polling loop on error (Michael S. Tsirkin) [602607]
+
+* Wed Jul 07 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-44.el6]
+- [mm] Prevent soft lockup - CPU#0 stuck for 61s! in kswapd0 (Larry Woodman) [596971]
+
+* Tue Jul 06 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-43.el6]
+- [x86] properly account for IRQ injected only into BSP (Gleb Natapov) [609082]
+
+* Wed Jun 30 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-42.el6]
+- [block] writeback: simplify the write back thread queue (Christoph Hellwig) [602595]
+
+* Tue Jun 29 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-41.el6]
+- [mm] Fix slabcache corruption (Larry Woodman) [602595]
+
+* Tue Jun 29 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-40.el6]
+- [infiniband] Add IBoE support (Doug Ledford) [571959]
+- [scsi] hpsa: don't pretend the reset works (Tomas Henzl) [598681]
+- [fs] revert "procfs: provide stack information for threads" and its fixup commits (George Beshers) [573095]
+- [x86] mce: Fix MSR_IA32_MCI_CTL2 CMCI threshold setup (John Villalovos) [593558]
+- [s390x] cio: use exception-save stsch (Hendrik Brueckner) [596333]
+- [s390x] cio: add hook to reenable mss after hibernation (Hendrik Brueckner) [596333]
+- [s390x] cio: allow enable_facility from outside init functions (Hendrik Brueckner) [596333]
+- [x86] wmi: Free the allocated acpi objects through wmi_get_event_data (Stanislaw Gruszka) [606736]
+- [mtd] UBI: fix volume creation input checking (Stanislaw Gruszka) [606736]
+- [mm] avoid THP expose VM bugs (Andrea Arcangeli) [606131]
+- [dm] discard support for the linear target (Mike Snitzer) [608280]
+- [block] fix DISCARD_BARRIER requests (Mike Snitzer) [608280]
+- [block] Don't count_vm_events for discard bio in submit_bio (Mike Snitzer) [608280]
+
+* Tue Jun 29 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-39.el6]
+- [x86] disable PentiumPro memory ordering errata workaround (Gleb Natapov) [605745 606054]
+- [net] Bluetooth: Keep a copy of each HID device's report descriptor (Mauro Carvalho Chehab) [565583]
+- [hid] make Wacom modesetting failures non-fatal (Mauro Carvalho Chehab) [565583]
+- [hid] Implement Wacom quirk in the kernel (Mauro Carvalho Chehab) [565583]
+- [hid] make raw reports possible for both feature and output reports (Mauro Carvalho Chehab) [565583]
+- [kernel] resources: fix call to alignf() in allocate_resource() (Peter Bogdanovic) [587729]
+- [kernel] resources: when allocate_resource() fails, leave resource untouched (Peter Bogdanovic) [587729]
+- [pci] introduce pci_assign_unassigned_bridge_resources (Peter Bogdanovic) [587729]
+- [pci] update bridge resources to get more big ranges in PCI assign unssigned (Peter Bogdanovic) [587729]
+- [pci] add failed_list to pci_bus_assign_resources (Peter Bogdanovic) [587729]
+- [pci] add pci_bridge_release_resources and pci_bus_release_bridge_resources (Peter Bogdanovic) [587729]
+- [kernel] resource: add release_child_resources (Peter Bogdanovic) [587729]
+- [pci] separate pci_setup_bridge to small functions (Peter Bogdanovic) [587729]
+- [scsi] aacraid: Disable ASPM by default (Matthew Garrett) [599735]
+- [pci] Don't enable aspm before drivers have had a chance to veto it (Matthew Garrett) [599735]
+- [netdrv] ehea: Fix kernel deadlock in DLPAR-mem processing (Steve Best) [605736]
+- [netdrv] ehea: fix delayed packet processing (Steve Best) [605738]
+- [netdrv] ehea: fix possible DLPAR/mem deadlock (Steve Best) [600516]
+- [netdrv] ehea: error handling improvement (Steve Best) [600516]
+- [x86] Fall back to GART if initialization fails (Bhavna Sarathy) [598974]
+- [x86] AMD IOMMU memory region fail with buggy BIOS (Bhavna Sarathy) [598974]
+- [virt] Search the LAPIC's for one that will accept a PIC interrupt (Christopher Lalancette) [596223]
+- [virt] KVM: x86: Kick VCPU outside PIC lock again (Christopher Lalancette) [596223]
+- [virt] KVM: x86: In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's (Christopher Lalancette) [596223]
+- [virt] KVM: x86: Allow any LAPIC to accept PIC interrupts (Christopher Lalancette) [596223]
+- [virt] KVM: x86: Introduce a workqueue to deliver PIT timer interrupts (Christopher Lalancette) [596223]
+- [scsi] ibmvfc: Reduce error recovery timeout (Steve Best) [605729]
+- [scsi] ibmvfc: Fix command completion handling (Steve Best) [605729]
+- [powerpc] Enable asymmetric SMT scheduling on POWER7 (Steve Best) [596304]
+- [kernel] sched: Add asymmetric group packing option for sibling domain (Steve Best) [596304]
+- [kernel] sched: Fix capacity calculations for SMT4 (Steve Best) [596304]
+- [fs] Btrfs: update to latest upstream code (Josef Bacik) [593834]
+- [fs] direct-io: do not merge logically non-contiguous requests (Josef Bacik) [593834]
+- [fs] direct-io: add a hook for the fs to provide its own submit_bio function (Josef Bacik) [593834]
+- [fs] allow short direct-io reads to be completed via buffered IO (Josef Bacik) [593834]
+- [fs] GFS2: O_TRUNC not working on stuffed files across cluster (Robert S Peterson) [606428]
+- [nfs] nfsd4: shut down callback queue outside state lock (Jeff Layton) [599522]
+- [security] IMA: policy handling and general cleanups (Eric Paris) [584901]
+- [security] IMA: fix object lifetime to support non ext* FS (Eric Paris) [584901]
+- [netdrv] be2net: Include latest fixes from upstream (Ivan Vecera) [604729]
+- [netdrv] be2net: Add PCI SR-IOV support (Ivan Vecera) [602451]
+- [scsi] hpsa: do not allow hard reset of 640x-boards (Tomas Henzl) [598681]
+- [scsi] hpsa: fix hard reset (Tomas Henzl) [598681]
+- [scsi] hpsa: reset devices code (Tomas Henzl) [598681]
+- [scsi] hpsa: find cfg addrs (Tomas Henzl) [598681]
+- [scsi] hpsa: finding the memory BAR (Tomas Henzl) [598681]
+- [scsi] hpsa: look up the board id (Tomas Henzl) [598681]
+- [x86] uv: uv_global_gru_mmr_address() macro fix (George Beshers) [607696]
+- [crypto] vmac: make it work on big-endian (Jarod Wilson) [605688]
+- [net] ipvs: One-Packet Scheduler (Thomas Graf) [584336]
+- [drm] i915: Disable Sandybridge support for 6.0 (Adam Jackson) [604838 605302]
+- [netdrv] vxge: fix memory leak in vxge_alloc_msix() error path (Michal Schmidt) [580392]
+- [netdrv] vxge: fix SINGLE/MULTI_FUNCTION definitions (Michal Schmidt) [580392]
+- [netdrv] vxge: update to 2.0.8.20182-k (Michal Schmidt) [580392]
+- [sound] fix PCM ring buffer issues (Jaroslav Kysela) [574844 590159 600311]
+- [netdrv] e1000/e1000e: implement a simple interrupt moderation (Andy Gospodarek) [607283]
+- [netdrv] e1000e: add PCI device id to enable support for 82567V-4 (Andy Gospodarek) [607264]
+- [netdrv] e1000e: update driver version number (Andy Gospodarek) [582803]
+- [netdrv] e1000e: enable support for EEE on 82579 (Andy Gospodarek) [582803]
+- [netdrv] e1000e: initial support for 82579 LOMs (Andy Gospodarek) [582803]
+- [netdrv] e1000e: move settting of flow control refresh timer to link setup code (Andy Gospodarek) [582803]
+- [netdrv] e1000e: Fix/cleanup PHY reset code for ICHx/PCHx (Andy Gospodarek) [582803]
+- [netdrv] e1000e: fix check for manageability on ICHx/PCH (Andy Gospodarek) [582803]
+- [netdrv] e1000e: separate out PHY statistics register updates (Andy Gospodarek) [582803]
+- [netdrv] e1000e: more cleanup e1000_sw_lcd_config_ich8lan() (Andy Gospodarek) [582803]
+- [netdrv] e1000e: cleanup e1000_sw_lcd_config_ich8lan() (Andy Gospodarek) [582803]
+- [netdrv] e1000e: cleanup ethtool loopback setup code (Andy Gospodarek) [582803]
+- [netdrv] e1000e: reset MAC-PHY interconnect on 82577/82578 (Andy Gospodarek) [582803]
+- [netdrv] e1000e: Incorrect function pointer set for force_speed_duplex on 82577 (Andy Gospodarek) [598570]
+- [netdrv] e1000e: Reset 82577/82578 PHY before first PHY register read (Andy Gospodarek) [598570]
+- [fs] GFS2: Fix kernel NULL pointer dereference by dlm_astd (Robert S Peterson) [604244]
+- [fs] GFS2: recovery stuck on transaction lock (Robert S Peterson) [590878]
+- [netdrv] tg3: Include support for 5719 device (John Feeney) [595511]
+- [mm] Do not attempt to allocate memory below mmap_min_addr (Eric Paris) [540333]
+- [scsi] qla2xxx: Updated driver version to 8.03.01.05.06.0-k8 (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Add portid to async-request messages (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Propogate transport disrupted status for cable pull conditions for faster failover (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Do not restrict flash operations to specific regions for 4G adapters (Chad Dupuis) [595477]
+- [scsi] qla2xxx: For ISP 23xx, select user specified login timeout value if greater than minuimum value(4 secs) (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Removed redundant check for ISP 84xx (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Do not enable VP in non fabric topology (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Make the FC port capability mutual exclusive (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Limit rport-flaps during link-disruptions (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Correct async-srb issues (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Correct use-after-free oops seen during EH-abort (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Fix cpu-affinity usage for non-capable ISPs (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Limit mailbox command contention for ADISC requests (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Further generalization of SRB CTX infrastructure (Chad Dupuis) [595477]
+- [scsi] qla2xxx: ensure flash operation and host reset via sg_reset are mutually exclusive (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Prevent sending mbx commands from sysfs during isp reset (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Cleanup FCP-command-status processing debug statements (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Clear error status after uncorrectable non-fatal errors (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Add char device to incease driver use count (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Display proper link state for disconnected ports (Chad Dupuis) [595477]
+- [scsi] qla2xxx: Check for ISP84xx before processing to get 84xx firmware version (Chad Dupuis) [595477]
+
+* Fri Jun 25 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-38.el6]
+- [ata] ahci: Fix failure to detect devices (Matthew Garrett) [608146]
+- [ata] ahci: Fix device detection when stopping DMA engines (Matthew Garrett) [601195]
+- [mm] Disable transparent hugepages when running under Xen (Andrea Arcangeli) [605566]
+- [netdrv] tg3: Fix TX BD corruption on 5755+ devices (John Feeney) [603936]
+- [netdrv] tg3: Fix memory leak on 5717/57765/5719 devices (John Feeney) [603933]
+- [netdrv] bnx2: update firmware to 09-5.0.0.j15 to improve performance (John Feeney) [593797]
+- [netdrv] iwlwifi: cancel scan watchdog in iwl_bg_abort_scan (John Linville) [604266]
+- [netdrv] add bnx2_del_napi() to stop rmmod hangs (John Feeney) [599630]
+- [virt] virtio: net: Remove net-specific advertising of PUBLISH_USED feature (Amit Shah) [605591]
+- [virt] KVM: Increase NR_IOBUS_DEVS limit to 200 (Michael S. Tsirkin) [602262]
+- [virt] account only for IRQ injected into BSP (Gleb Natapov) [601564]
+- [virt] KVM: read apic->irr with ioapic lock held (Marcelo Tosatti) [579970]
+- [x86] ACPI: Disable ASPM if the platform won't provide _OSC control for PCIe (Matthew Garrett) [584466]
+- [x86] Move notify_cpu_starting() callback to a later stage (Prarit Bhargava) [600296]
+- [x86] cpuidle: Fix incorrect optimization (John Villalovos) [593549]
+- [block] cfq: Don't allow queue merges for queues that have no process references (Jeff Moyer) [605264]
+- [infiniband] ehca: bitmask handling for lock_hcalls (Steve Best) [605739]
+- [tpm] Fix tpm_readpubek_params_out struct (Peter Bogdanovic) [597235]
+- [usb] Fix a hang of khubd if UHCI is removed (Pete Zaitcev) [579093]
+- [oprofile] fix oprofile samples dropping under load on larger systems (John Villalovos) [561557]
+- [kernel] check SEND_SIG_FORCED on TP_STORE_SIGINFO() (Oleg Nesterov) [591780]
+- [kernel] pids: increase pid_max based on num_possible_cpus (Oleg Nesterov) [593164]
+- [kernel] sys_personality: change sys_personality() to accept "unsigned int" instead of u_long (Oleg Nesterov) [593265]
+- [kernel] fix cgroup's cpu controller to provide fair CPU usage to each group in some conditions (Larry Woodman) [544197]
+- [gpu] vgaarb: fix incorrect dereference of userspace pointer (Danny Feng) [564247]
+- [kernel] sched: avoid cache misses on large machines due to sibling preference (Jerome Marchand) [592302]
+- [scsi] ipr: move setting of the allow_restart flag for vsets (Steve Best) [603090]
+- [scsi] ibmvscsi: fix DMA API misuse (Steve Best) [595417]
+- [netdrv] l2tp: Fix oops in pppol2tp_xmit (Danny Feng) [607055]
+- [net] sysfs: ethtool_ops can be NULL (Danny Feng) [603662]
+- [net] udp: Fix bogus UFO packet generation (Herbert Xu) [602878]
+- [net] vlan: fix vlan_skb_recv() (Michael S. Tsirkin) [598920]
+- [net] bonding: Fix fcoe mpio over inactive slave in a bond (Neil Horman) [603239]
+- [net] bridge: Fix OOM crash in deliver_clone (Herbert Xu) [604494]
+- [s390x] kernel: fix kernel panic caused by using kprobes (Hendrik Brueckner) [596876]
+- [s390x] ccwgroup: add locking around drvdata access (Hendrik Brueckner) [598563]
+- [s390x] cmm: fix module unload handling (Hendrik Brueckner) [598554]
+- [powerpc] Rework VDSO gettimeofday to prevent time going backwards (Steve Best) [591495]
+- [powerpc] Move kdump default base address to 64MB on 64bit (Steve Best) [603779]
+- [fs] gfs2: Better error reporting when mounting a gfs fs without enough journals (Abhijith Das) [600408]
+- [tty] Revert "[tty] fix race in tty_fasync" (Stanislaw Gruszka) [606747]
+- [kdump] kexec: fix OOPS in crash_kernel_shrink (Steve Best) [592336]
+- [fs] btrfs: prevent users from setting ACLs on files they do not own (Danny Feng) [603594] {CVE-2010-2071}
+- [fs] cifs: remove bogus first_time check in NTLMv2 session setup code (Jeff Layton) [604785]
+- [fs] cifs: don't attempt busy-file rename unless it's in same directory (Jeff Layton) [603707]
+- [fs] ext4: Fix compat EXT4_IOC_ADD_GROUP (Eric Sandeen) [602428]
+- [fs] ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate (Eric Sandeen) [602427]
+- [fs] ext4: Use our own write_cache_pages() (Eric Sandeen) [602384]
+- [fs] xfs: Make fiemap work in query mode (Eric Sandeen) [602061]
+- [fs] ext4: restart ext4_ext_remove_space() after transaction restart (Josef Bacik) [589645]
+- [fs] ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files (Eric Sandeen) [601009] {CVE-2010-2066}
+- [fs] btrfs: check for read permission on src file in the clone ioctl (Danny Feng) [593227] {CVE-2010-1636}
+- [drm] radeon: fixes for radeon driver from upstream (Dave Airlie) [589098]
+- [drm] radeon port 2.6.35 HDMI audio to RHEL6 (Jerome Glisse) [604435]
+- [drm] nv50: fix iommu errors caused by device reading from address 0 (Ben Skeggs) [602498]
+- [ata] libata: don't flush dcache on slab pages (Stanislaw Gruszka) [606719]
+- [fs] cifs: don't call cifs_new_fileinfo unless cifs_open succeeds (Jeff Layton) [593422]
+- [fs] cifs: don't ignore cifs_posix_open_inode_helper return value (Jeff Layton) [593422]
+- [fs] cifs: clean up arguments to cifs_open_inode_helper (Jeff Layton) [593422]
+- [fs] cifs: pass instantiated filp back after open call (Jeff Layton) [593422]
+- [fs] cifs: move cifs_new_fileinfo call out of cifs_posix_open (Jeff Layton) [593422]
+- [fs] cifs: implement drop_inode superblock op (Jeff Layton) [593422]
+- [fs] cifs: checkpatch cleanup (Jeff Layton) [593422]
+- [fs] nfsd: ensure sockets are closed on error (Jeff Layton) [603735]
+- [fs] Revert "sunrpc: move the close processing after do recvfrom method" (Jeff Layton) [603735]
+- [fs] Revert "sunrpc: fix peername failed on closed listener" (Jeff Layton) [603735]
+- [virt] kvm: Prevent internal slots from being COWed (Glauber Costa) [601192]
+- [virt] kvm: Keep slot ID in memory slot structure (Glauber Costa) [601192]
+- [fs] writeback: split writeback_inodes_wb (Christoph Hellwig) [601202]
+- [fs] writeback: remove writeback_inodes_wbc (Christoph Hellwig) [601202]
+- [fs] writeback: fix pin_sb_for_writeback (Christoph Hellwig) [601202]
+- [fs] writeback: add missing requeue_io in writeback_inodes_wb (Christoph Hellwig) [601202]
+- [fs] writeback: simplify and split bdi_start_writeback (Christoph Hellwig) [601202]
+- [fs] writeback: simplify wakeup_flusher_threads (Christoph Hellwig) [601202]
+- [fs] writeback: fix writeback_inodes_wb from writeback_inodes_sb (Christoph Hellwig) [601202]
+- [fs] writeback: enforce s_umount locking in writeback_inodes_sb (Christoph Hellwig) [601202]
+- [fs] writeback: queue work on stack in writeback_inodes_sb (Christoph Hellwig) [601202]
+- [fs] writeback: fix writeback completion notifications (Christoph Hellwig) [601202]
+- [fs] vfs: improve writeback_inodes_wb() (Christoph Hellwig) [601202]
+- [fs] writeback: remove unused nonblocking and congestion checks (Christoph Hellwig) [601202]
+- [fs] writeback: remove the always false bdi_cap_writeback_dirty() test (Christoph Hellwig) [601202]
+- [misc] hpilo: fix pointer warning in ilo_ccb_setup (Prarit Bhargava) [603733]
+- [netdrv] libertas_tf: Fix warning in lbtf_rx for stats struct (Prarit Bhargava) [603733]
+- [scsi] Fix userspace warning in /usr/include/scsi/scsi.h (Prarit Bhargava) [603733]
+- [pci] Fix section mismatch warning in pcibios_scan_specific_bus() (Prarit Bhargava) [603733]
+- [fs] Fix warning in fs/ecryptfs/messaging.c: ecryptfs_process_response() (Prarit Bhargava) [603733]
+- [fs] Fix warning in fs/btrfs/ordered-data.c: btrfs_dec_test_ordered_pending() (Prarit Bhargava) [603733]
+- [netdrv] Fix warnings in drivers/net/bnx2.c (Prarit Bhargava) [603733]
+- [doc] Fix warning in Documentation/spi/spidev_fdx.c: do_msg() (Prarit Bhargava) [603733]
+- [kernel] Fix stack warning in lib/decompress_bunzip2.c: get_next_block() (Prarit Bhargava) [603733]
+- [netdrv] Fix warning in drivers/net/vxge/vxge-main.c: vxge_probe() (Prarit Bhargava) [603733]
+- [v4l] Fix warnings in drivers/media/dvb/frontends (Prarit Bhargava) [603733]
+- [trace] Fix warning in include/trace/events/kmem.h: mm_kswapd_ran() (Prarit Bhargava) [603733]
+- [scsi] Fix warning in drivers/scsi/megaraid/megaraid_sas.c: process_fw_state_change_wq() (Prarit Bhargava) [603733]
+- [pcmcia] Fix warnings in drivers/pcmcia/socket_sysfs.c (Prarit Bhargava) [603733]
+- [netdrv] Fix warning in drivers/net/wireless/wl3501_cs.c: wl3501_esbq_exec() (Prarit Bhargava) [603733]
+- [drm] Workaround broken check_headers.pl (Prarit Bhargava) [603733]
+- [isdn] Fix warning in drivers/isdn/hardware/mISDN/hfcpci.c: hfcpci_softirq() (Prarit Bhargava) [603733]
+- [virt] Fix warning in drivers/vhost/vhost.c: vhost_signal() (Prarit Bhargava) [603733]
+- [md] Fix warning in drivers/md/dm-repl.c: _replicator_slink_message() (Prarit Bhargava) [603733]
+- [virt] Fix warning in arch/x86/kvm/svm.c: svm_handle_mce() (Prarit Bhargava) [603733]
+- [net] Fix stack warning in net/mac80211/debugfs_sta.c: sta_agg_status_read() (Prarit Bhargava) [603733]
+- [kernel] Fix warnings in scripts/mod/mod-extract.c (Prarit Bhargava) [603733]
+- [mm] Fix warning in mm/mprotect.c: mprotect_fixup() (Prarit Bhargava) [603733]
+- [mm] Fix warning in mm/mmap.c: __split_vma() (Prarit Bhargava) [603733]
+- [mca] Fix warning in include/linux/mca-legacy.h (Prarit Bhargava) [603733]
+- [mm] Fix warning in include/linux/khugepaged.h (Andrea Arcangeli) [603733]
+- [virt] Fix warnings in drivers/xen/events.c() (Prarit Bhargava) [603733]
+- [x86] Fix warning in drivers/platform/x86/thinkpad_acpi.c (Prarit Bhargava) [603733]
+- [netdrv] Fix warnings in drivers/net/wireless/b43/phy_lp.c (Prarit Bhargava) [603733]
+- [block] Fix warning in drivers/block/cciss.c: fail_all_cmds() (Prarit Bhargava) [603733]
+- [isdn] Fix warnings in drivers/isdn/hardware/mISDN/w6692.c (Prarit Bhargava) [603733]
+- [kernel] Fix compiler warning in sched.c (Larry Woodman) [544197]
+- [fs] fscache/object-list.c: fix warning on 32-bit (Prarit Bhargava) [603733]
+- [sysfs] Fix warning in sysfs_open_file (Prarit Bhargava) [603733]
+- [kdump] Fix warning in kexec_crash_size_show (Prarit Bhargava) [603733]
+- [netdrv] libertas: fix uninitialized variable warning (Prarit Bhargava) [603733]
+- [drm] Fixes linux-next & linux-2.6 checkstack warnings (Prarit Bhargava) [603733]
+- [x86] acpi_pad: squish warning (Prarit Bhargava) [603733]
+- [netdrv] iwlwifi: dynamically allocate buffer for sram debugfs file (Prarit Bhargava) [603733]
+- [isdn] Fix warnings in eicon driver (Prarit Bhargava) [603733]
+- [net] bridge: Make first arg to deliver_clone const (Prarit Bhargava) [603733]
+- [kernel] linux/elfcore.h: hide kernel functions (Prarit Bhargava) [603733]
+- [fs] quota: suppress warning: "quotatypes" defined but not used (Prarit Bhargava) [603733]
+- [fs] fuse: fix large stack use (Prarit Bhargava) [603733]
+- [uwb] wlp: refactor wlp_get_<attribute>() macros (Prarit Bhargava) [603733]
+- [usb] Remove large struct from the stack in USB storage isd200 driver (Prarit Bhargava) [603733]
+- [usb] isp1362: better 64bit printf warning fixes (Prarit Bhargava) [603733]
+- [pci] PCI: kill off pci_register_set_vga_state() symbol export (Prarit Bhargava) [603733]
+- [x86] intel-iommu: Fix section mismatch dmar_ir_support() uses dmar_tbl (Prarit Bhargava) [603733]
+- [v4l] dvb-bt8xx: fix compile warning (Prarit Bhargava) [603733]
+- [tty] tty_buffer: Fix distinct type warning (Prarit Bhargava) [603733]
+- [virt] virtio: fix section mismatch warnings (Prarit Bhargava) [603733]
+- [ata] Fix warning in libata-eh.c (Prarit Bhargava) [603733]
+- [crypto] testmgr: Fix warning (Prarit Bhargava) [603733]
+- [x86] Use __builtin_memset and __builtin_memcpy for memset/memcpy (Prarit Bhargava) [603733]
+- [x86] apic: Fix prototype in hw_irq.h (Prarit Bhargava) [603733]
+- [x86] nmi_watchdog: relax the nmi checks during bootup (Don Zickus) [596760]
+- [x86] nmi_watchdog: disable correct cpu if it fails check (Don Zickus) [596760]
+- [netdrv] iwlwifi: update supported PCI_ID list for 5xx0 series (John Linville) [599148]
+- [netdrv] iwlwifi: recalculate average tpt if not current (John Linville) [595845]
+- [netdrv] iwl3945: enable stuck queue detection on 3945 (John Linville) [595847]
+- [netdrv] iwlwifi: fix internal scan race (John Linville) [595846]
+- [netdrv] iwlwifi: fix scan races (John Linville) [595846]
+- [virt] virtio: fix balloon without VIRTIO_BALLOON_F_STATS_VQ (Amit Shah) [601690]
+- [virt] virtio: Fix scheduling while atomic in virtio_balloon stats (Amit Shah) [601690]
+- [virt] virtio: Add memory statistics reporting to the balloon driver (Amit Shah) [601690]
+- [block] make blk_init_free_list and elevator_init idempotent (Mike Snitzer) [594584]
+- [block] avoid unconditionally freeing previously allocated request_queue (Mike Snitzer) [594584]
+- [virt] vhost: fix the memory leak which will happen when memory_access_ok fails (Michael S. Tsirkin) [599299]
+- [virt] vhost-net: fix to check the return value of copy_to/from_user() correctly (Michael S. Tsirkin) [599299]
+- [virt] vhost: fix to check the return value of copy_to/from_user() correctly (Michael S. Tsirkin) [599299]
+- [virt] vhost: Fix host panic if ioctl called with wrong index (Michael S. Tsirkin) [599299]
+- [block] writeback: fixups for !dirty_writeback_centisecs (Mike Snitzer) [594570]
+- [fs] writeback: disable periodic old data writeback for !dirty_writeback_centisecs (Mike Snitzer) [594570]
+- [modsign] Include the GNU build ID note in the digest (David Howells) [581965]
+- [modsign] Fix a number of module signing bugs (David Howells) [581965]
+- [modsign] KEYS: Return more accurate error codes (David Howells) [591891]
+- [netdrv] ixgbe: fix automatic LRO/RSC settings for low latency (Andy Gospodarek) [595555]
+- [scsi] sync fcoe with upstream (Mike Christie) [603263]
+- [trace] conflicting tracepoint power.h headers (Mark Wielaard) [599175]
+- [netdrv] ixgbe: fix panic when shutting down system with WoL enabled (Andy Gospodarek) [601066]
+- [netdrv] ixgbe: ixgbe_down needs to stop dev_watchdog (Andy Gospodarek) [604807]
+- [scsi] sync fcoe (Mike Christie) [595558]
+- [kernel] CRED: Fix a race in creds_are_invalid() in credentials debugging (James Leddy) [578268]
+- [kernel] Remove timeout logic in mutex_spin_on_owner() to match upstream (Steve Best) [602805]
+
+* Sun Jun 20 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-37.el6]
+- [virt] Disable transparent hugepages when running under Xen (Dor Laor) [605566]
+- [pci] fix compilation when CONFIG_PCI_MSI=n (Vivek Goyal) [589397]
+- [block] virtio_blk: support barriers without FLUSH feature (Christoph Hellwig) [602595]
+- [mm] make compound_lock irqsafe in put_page (Andrea Arcangeli) [605354]
+- [mm] remove compound_lock from futex (Andrea Arcangeli) [605354]
+- [mm] memcontrol compound_lock irqsafe (Andrea Arcangeli) [605354]
+- [mm] add compound_lock_irqsave/irqrestore (Andrea Arcangeli) [605354]
+
+* Wed Jun 16 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-36.el6]
+- [virt] virtio-pci: Disable MSI at startup (Vivek Goyal) [589397]
+- [mm] Reenable transparent hugepages (Aristeu Rozanski) [602436]
+
+* Tue Jun 15 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-35.el6]
+- [mm] Revert "[redhat] Enable transparent hugepages by default" (Aristeu Rozanski) [602436]
+
+* Tue Jun 15 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-34.el6]
+- [net] Revert "[net] bridge: make bridge support netpoll" (Herbert Xu) [602927]
+- [virt] always invalidate and flush on spte page size change (Andrea Arcangeli) [578134]
+- [mm] root anon vma bugchecks (Andrea Arcangeli) [578134]
+- [mm] resurrect the check in page_address_in_vma (Andrea Arcangeli) [578134]
+- [mm] root anon vma use root (Andrea Arcangeli) [578134]
+- [mm] avoid ksm hang (Andrea Arcangeli) [578134]
+- [mm] always add new vmas at the end (Andrea Arcangeli) [578134]
+- [mm] remove unnecessary lock from __vma_link (Andrea Arcangeli) [578134]
+- [mm] optimize hugepage tracking for memcgroup & handle splitting (Rik van Riel) [597108]
+- [mm] properly move a transparent hugepage between cgroups (Rik van Riel) [597081]
+- [mm] scale statistics if the page is a transparent hugepage (Rik van Riel) [597077]
+- [mm] enhance mem_cgroup_charge_statistics with a page_size argument (Rik van Riel) [597058]
+- [virt] add option to disable spinlock patching on hypervisor (Gleb Natapov) [599068]
+- [virt] xen: don't touch xsave in cr4 (Andrew Jones) [599069]
+- [drm] Update core to current drm-linus (Adam Jackson) [589547 589792 597022]
+- [mm] fix refcount bug in anon_vma code (Rik van Riel) [602739]
+
+* Thu Jun 03 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-33.el6]
+- [netdrv] vlan: allow null VLAN ID to be used (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: Add boolean parameter to ixgbe_set_vmolr (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: fix bug when EITR=0 causing no writebacks (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: enable extremely low latency (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: added compat bits (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: dcb, do not tag tc_prio_control frames (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: fix ixgbe_tx_is_paused logic (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: always enable vlan strip/insert when DCB is enabled (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: remove some redundant code in setting FCoE FIP filter (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddp (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: fix header len when unsplit packet overflows to data buffer (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: fix setting of promisc mode when using mac-vlans (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: Add support for VF MAC and VLAN configuration (Andy Gospodarek) [595555]
+- [netdrv] ixgbe: fix bug with vlan strip in promsic mode (Andy Gospodarek) [595555]
+- [virt] use unfair spinlock when running on hypervisor (Gleb Natapov) [599068]
+
+* Wed Jun 02 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-32.el6]
+- [kernel] sched: update normalized values on user updates via proc (Hendrik Brueckner) [590748]
+- [kernel] sched: Make tunable scaling style configurable (Hendrik Brueckner) [590748]
+- [s390x] nohz: Introduce arch_needs_cpu (Hendrik Brueckner) [590009]
+- [ppc64] Use form 1 affinity to setup node distance (Steve Best) [594502]
+- [ppc64] numa: Use ibm, architecture-vec-5 to detect form 1 affinity (Steve Best) [594502]
+- [ppc64] Set a smaller value for RECLAIM_DISTANCE to enable zone reclaim (Steve Best) [594502]
+- [block] Add padding to writeback_control (Mike Snitzer) [594570]
+- [fs] cifs: fix page refcount leak (Jeff Layton) [595827]
+- [scsi] megaraid_sas - Add three times Online controller reset (Tomas Henzl) [594821]
+- [scsi] megaraid: update driver version to 4.28 (Tomas Henzl) [577010]
+- [netdrv] tg3: Provide more support for 57765 with v3.108 (John Feeney) [581691]
+- [scsi] skip sense logging for some ATA PASS-THROUGH cdbs (Jeff Moyer) [596997]
+- [block] allow initialization of previously allocated request_queue (Mike Snitzer) [594584]
+- [usb] Fix oops on switching USB controllers (Pete Zaitcev) [578979]
+- [drm] nouveau: important fixes to vbios parser (Ben Skeggs) [596604]
+- [virt] virtio: console: Fix crash when port is unplugged and blocked for write (Amit Shah) [596635]
+- [virt] virtio: console: Fix crash when hot-unplugging a port and read is blocked (Amit Shah) [596635]
+- [kernel] signals: check_kill_permission(): don't check creds if same_thread_group() (Oleg Nesterov) [595499]
+- [drm] fix issue with wake up like upstream commit (Dave Airlie) [577959]
+- [x86] Fix AMD IOMMU suspend/resume (Matthew Garrett) [593787]
+- [mm] do_generic_file_read: clear page errors when issuing a fresh read of the page (Rik van Riel) [596334]
+- [x86] Fix loud HPET warning on Intel Platforms (Prarit Bhargava) [592036]
+- [x86] Intel Cougar Point PCH support for SATA, USB, HD Audio, I2C(SMBUS), and iTCO Watchdog (John Villalovos) [560077]
+- [x86] dell-laptop: Update to match mainline (Matthew Garrett) [586495]
+- [kernel] proc: backport afinity_hint code (Neil Horman) [591509]
+- [scsi] bfa: powerpc compilation warning and endian fix (Rob Evers) [583154]
+- [scsi] bfa: code review fixes (Rob Evers) [583154]
+- [s390x] dasd: fix race between tasklet and dasd_sleep_on (Hendrik Brueckner) [591963]
+- [s390x] vdso: add missing vdso_install target (Hendrik Brueckner) [587368]
+- [mm] mempolicy: fix get_mempolicy() for relative and static nodes (Steve Best) [592327]
+- [net] reserve ports for applications using fixed port numbers (Amerigo Wang) [580970]
+- [kernel] sysctl: add proc_do_large_bitmap (Amerigo Wang) [580970]
+- [kernel] sysctl: refactor integer handling proc code (Amerigo Wang) [580970]
+- [virt] VMware Balloon: clamp number of collected non-balloonable pages (Amit Shah) [582826]
+- [virt] x86, hypervisor: add missing <linux/module.h> (Amit Shah) [582826]
+- [nfs] nfsd4: bug in read_buf (Steve Dickson) [597215]
+- [nfs] svcrdma: RDMA support not yet compatible with RPC6 (Steve Dickson) [597215]
+- [nfs] Revert "nfsd4: distinguish expired from stale stateids" (Steve Dickson) [597215]
+- [nfs] nfsd: safer initialization order in find_file() (Steve Dickson) [597215]
+- [nfs] nfs4: minor callback code simplification, comment (Steve Dickson) [597215]
+- [nfs] NFSD: don't report compiled-out versions as present (Steve Dickson) [597215]
+- [nfs] nfsd4: implement reclaim_complete (Steve Dickson) [597215]
+- [nfs] nfsd4: nfsd4_destroy_session must set callback client under the state lock (Steve Dickson) [597215]
+- [nfs] nfsd4: keep a reference count on client while in use (Steve Dickson) [597215]
+- [nfs] nfsd4: mark_client_expired (Steve Dickson) [597215]
+- [nfs] nfsd4: introduce nfs4_client.cl_refcount (Steve Dickson) [597215]
+- [nfs] nfsd4: refactor expire_client (Steve Dickson) [597215]
+- [nfs] nfsd4: extend the client_lock to cover cl_lru (Steve Dickson) [597215]
+- [nfs] nfsd4: use list_move in move_to_confirmed (Steve Dickson) [597215]
+- [nfs] nfsd4: fold release_session into expire_client (Steve Dickson) [597215]
+- [nfs] nfsd4: rename sessionid_lock to client_lock (Steve Dickson) [597215]
+- [nfs] nfsd4: fix bare destroy_session null dereference (Steve Dickson) [597215]
+- [nfs] nfsd4: use local variable in nfs4svc_encode_compoundres (Steve Dickson) [597215]
+- [nfs] nfsd: further comment typos (Steve Dickson) [597215]
+- [nfs] sunrpc: centralise most calls to svc_xprt_received (Steve Dickson) [597215]
+- [nfs] nfsd4: fix unlikely race in session replay case (Steve Dickson) [597215]
+- [nfs] nfsd4: fix filehandle comment (Steve Dickson) [597215]
+- [nfs] nfsd: potential ERR_PTR dereference on exp_export() error paths (Steve Dickson) [597215]
+- [nfs] nfsd4: complete enforcement of 4.1 op ordering (Steve Dickson) [597215]
+- [nfs] nfsd4: allow 4.0 clients to change callback path (Steve Dickson) [597215]
+- [nfs] nfsd4: rearrange cb data structures (Steve Dickson) [597215]
+- [nfs] NFSD: NFSv4 callback client should use RPC_TASK_SOFTCONN (Steve Dickson) [597215]
+- [nfs] nfsd4: cl_count is unused (Steve Dickson) [597215]
+- [nfs] nfsd4: don't sleep in lease-break callback (Steve Dickson) [597215]
+- [nfs] nfsd4: indentation cleanup (Steve Dickson) [597215]
+- [nfs] nfsd4: consistent session flag setting (Steve Dickson) [597215]
+- [nfs] nfsd4: remove probe task's reference on client (Steve Dickson) [597215]
+- [nfs] nfsd4: remove dprintk (Steve Dickson) [597215]
+- [nfs] nfsd4: shutdown callbacks on expiry (Steve Dickson) [597215]
+- [nfs] nfsd4: preallocate nfs4_rpc_args (Steve Dickson) [597215]
+- [nfs] svcrpc: don't hold sv_lock over svc_xprt_put() (Steve Dickson) [597215]
+- [nfs] nfsd: don't break lease while servicing a COMMIT (Steve Dickson) [597215]
+- [nfs] nfsd: factor out hash functions for export caches (Steve Dickson) [597215]
+- [nfs] sunrpc: never return expired entries in sunrpc_cache_lookup (Steve Dickson) [597215]
+- [nfs] sunrpc/cache: factor out cache_is_expired (Steve Dickson) [597215]
+- [nfs] sunrpc: don't keep expired entries in the auth caches (Steve Dickson) [597215]
+- [nfs] nfsd4: document lease/grace-period limits (Steve Dickson) [597215]
+- [nfs] nfsd4: allow setting grace period time (Steve Dickson) [597215]
+- [nfs] nfsd4: reshuffle lease-setting code to allow reuse (Steve Dickson) [597215]
+- [nfs] nfsd4: remove unnecessary lease-setting function (Steve Dickson) [597215]
+- [nfs] nfsd4: simplify lease/grace interaction (Steve Dickson) [597215]
+- [nfs] nfsd4: simplify references to nfsd4 lease time (Steve Dickson) [597215]
+- [nfs] Fix another nfs_wb_page() deadlock (Steve Dickson) [595478]
+- [nfs] Ensure that we mark the inode as dirty if we exit early from commit (Steve Dickson) [595478]
+- [nfs] Fix a lock imbalance typo in nfs_access_cache_shrinker (Steve Dickson) [595478]
+- [nfs] sunrpc: fix leak on error on socket xprt setup (Steve Dickson) [595478]
+- [pci] Add padding to PCI structs for future enhancements (Prarit Bhargava) [590286]
+
+* Wed May 26 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-31.el6]
+- [mm] fix vma_adjust lock inversion (Andrea Arcangeli) [595808]
+- [mm] eliminate compiler warning introduced by my "kernel pagefault tracepoint for x86 & x86_64 patch" (Larry Woodman) [526032]
+- [netdrv] tg3: Fix INTx fallback when MSI fails (Steve Best) [594456]
+- [virt] correctly trace irq injection on SVM (Gleb Natapov) [594020]
+- [virt] KVM: remove CAP_SYS_RAWIO requirement from kvm_vm_ioctl_assign_irq (Alex Williamson) [594912]
+- [virt] KVM: Fix wallclock version writing race (Glauber Costa) [592033]
+- [x86] Fix double enable_IR_x2apic call on SMP kernel on !SMP boards (Luming Yu) [585122]
+- [block] Adjust elv_iosched_show to return "none" for bio-based DM (Mike Snitzer) [595393]
+- [dm] mpath: Add a feature flag attribute to the multipath structure (Mike Snitzer) [594503]
+- [kernel] fix compat_sys_sched_getaffinity() (Oleg Nesterov) [582407]
+- [usb] usbcore: Fix issue with disabled USB3 protocol ports (Bhavna Sarathy) [591916]
+- [kernel] python: change scripts to use system python instead of env (Don Zickus) [575965]
+- [scsi] mpt2sas: update to 05.100.00.02 (Tomas Henzl) [591971]
+- [virt] Fix FV Xen guest when xen_pv_hvm not enabled (Don Dutile) [523134]
+- [net] enhance network cgroup classifier to work in softirq context (Neil Horman) [595351]
+- [net] gro: Fix bogus gso_size on the first fraglist entry (Herbert Xu) [594561]
+- [nfs] sunrpc trace points (Steve Dickson) [567741]
+- [nfs] don't try to decode GETATTR if DELEGRETURN returned error (Jeff Layton) [584391]
+- [nfs] d_revalidate() is too trigger-happy with d_drop() (Jeff Layton) [587225]
+- [ppc64] Fix zero length strncmp() on powerpc (Steve Best) [593129]
+- [ppc64] pseries: Fix xics interrupt affinity (Steve Best) [592438]
+- [ppc] Improve 64bit copy_tofrom_user (Steve Best) [591344]
+- [fs] GFS2: Fix permissions checking for setflags ioctl() (Steven Whitehouse) [595395] {CVE-2010-1641}
+- [gfs] GFS2: Add two useful messages (Steven Whitehouse) [589510]
+- [serial] fix serial console hang after entering username (John Villalovos) [590851]
+- [kdump] kexec can't load capturing kernel on some big RAM systems (Vitaly Mayatskikh) [580843]
+- [fs] cleanup generic block based fiemap (Josef Bacik) [578560]
+- [fs] vfs: add NOFOLLOW/UNUSED to umount flags (Josef Bacik) [562078]
+- [fs] dlm: fix ast ordering for user locks (David Teigland) [592418]
+- [fs] cifs: fix noserverino handling when unix extensions are enabled (Jeff Layton) [591483]
+- [fs] cifs: don't update uniqueid in cifs_fattr_to_inode (Jeff Layton) [591483]
+- [fs] cifs: always revalidate hardlinked inodes when using noserverino (Jeff Layton) [591483]
+- [fs] cifs: Fix losing locks during fork() (Jeff Layton) [591483]
+- [fs] cifs: propagate cifs_new_fileinfo() error back to the caller (Jeff Layton) [591483]
+- [fs] cifs: add comments explaining cifs_new_fileinfo behavior (Jeff Layton) [591483]
+- [fs] cifs: Allow null nd (as nfs server uses) on create (Jeff Layton) [591483]
+- [fs] cifs: remove unused parameter from cifs_posix_open_inode_helper() (Jeff Layton) [591483]
+- [fs] cifs: drop quota operation stubs (Jeff Layton) [591483]
+- [fs] cifs: Remove unused cifs_oplock_cachep (Jeff Layton) [591483]
+- [fs] cifs: Cleanup various minor breakage in previous cFYI cleanup (Jeff Layton) [591483]
+- [fs] cifs: Neaten cERROR and cFYI macros, reduce text space (Jeff Layton) [591483]
+- [fs] cifs: trivial white space (Jeff Layton) [591483]
+- [fs] cifs: use add_to_page_cache_lru (Jeff Layton) [591483]
+- [fs] cifs: not overwriting file_lock structure after GET_LK (Jeff Layton) [591483]
+- [fs] cifs: Fix a kernel BUG with remote OS/2 server (Jeff Layton) [591483]
+- [fs] cifs: initialize nbytes at the beginning of CIFSSMBWrite() (Jeff Layton) [591483]
+- [fs] cifs: back out patches that didn't make it upstream (Jeff Layton) [591483]
+- [fs] cifs: guard against hardlinking directories (Jeff Layton) [591229]
+- [pci] check caps from sysfs file open to read device dependent config space (Don Dutile) [559709]
+- [fs] sysfs: add struct file* to bin_attr callbacks (Don Dutile) [559709]
+- [ata] pata_via: fixup detection issues (David Milburn) [591074]
+- [security] keys: call_sbin_request_key() must write lock keyrings before modifying them (David Howells) [591891]
+- [security] keys: Use RCU dereference wrappers in keyring key type code (David Howells) [591891]
+- [security] keys: find_keyring_by_name() can gain access to a freed keyring (David Howells) [585101 591891] {CVE-2010-1437}
+- [security] keys: Fix RCU handling in key_gc_keyring() (David Howells) [591891]
+- [security] keys: the request_key() syscall should link an existing key to the dest keyring (David Howells) [591891]
+- [security] keys: don't need to use RCU in keyring_read() as semaphore is held (David Howells) [591891]
+- [security] keys: fix an RCU warning (David Howells) [591891]
+- [security] keys: PTR_ERR return of wrong pointer in keyctl_get_security() (David Howells) [591891]
+- [fs] CacheFiles: Fix error handling in cachefiles_determine_cache_security() (David Howells) [591894]
+- [fs] CacheFiles: Fix occasional EIO on call to vfs_unlink() (David Howells) [591894]
+- [fs] fs-cache: order the debugfs stats correctly (David Howells) [591894]
+- [fs] SLOW_WORK: CONFIG_SLOW_WORK_PROC should be CONFIG_SLOW_WORK_DEBUG (David Howells) [591894]
+- [fs] fscache: add missing unlock (David Howells) [591894]
+- [fs] FS-Cache: Remove the EXPERIMENTAL flag (David Howells) [591894]
+- [fs] CacheFiles: Fix a race in cachefiles_delete_object() vs rename (David Howells) [591894]
+- [fs] switch cachefiles to kern_path() (David Howells) [591894]
+- [fs] FS-Cache: Avoid maybe-used-uninitialised warning on variable (David Howells) [591894]
+- [net] bonding: make bonding support netpoll (Amerigo Wang) [587751]
+- [net] bridge: make bridge support netpoll (Amerigo Wang) [587751]
+- [net] netpoll: add generic support for bridge and bonding devices (Amerigo Wang) [587751]
+- [ppc64] Use lwarx/ldarx hint in bit locks (Steve Best) [594515]
+- [ppc64] 85xx: Make sure lwarx hint isn't set on ppc32 (Steve Best) [594515]
+- [ppc64] Use lwarx hint in spinlocks (Steve Best) [594515]
+- [fs] tmpfs: Insert tmpfs cache pages to inactive list at first (Rik van Riel) [595210]
+- [mm] vmscan: detect mapped file pages used only once (Rik van Riel) [595210]
+- [mm] vmscan: drop page_mapping_inuse() (Rik van Riel) [595210]
+- [mm] vmscan: factor out page reference checks (Rik van Riel) [595210]
+- [nfs] SUNRPC: Don't spam gssd with upcall requests when the kerberos key expired (Steve Dickson) [595478]
+- [nfs] SUNRPC: Reorder the struct rpc_task fields (Steve Dickson) [595478]
+- [nfs] SUNRPC: Remove the 'tk_magic' debugging field (Steve Dickson) [595478]
+- [nfs] SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst (Steve Dickson) [595478]
+- [nfs] Don't call iput() in nfs_access_cache_shrinker (Steve Dickson) [595478]
+- [nfs] Clean up nfs_access_zap_cache() (Steve Dickson) [595478]
+- [nfs] Don't run nfs_access_cache_shrinker() when the mask is GFP_NOFS (Steve Dickson) [595478]
+- [nfs] SUNRPC: Ensure rpcauth_prune_expired() respects the nr_to_scan parameter (Steve Dickson) [595478]
+- [nfs] SUNRPC: Ensure memory shrinker doesn't waste time in rpcauth_prune_expired() (Steve Dickson) [595478]
+- [nfs] SUNRPC: Dont run rpcauth_cache_shrinker() when gfp_mask is GFP_NOFS (Steve Dickson) [595478]
+- [nfs] Read requests can use GFP_KERNEL (Steve Dickson) [595478]
+- [nfs] Clean up nfs_create_request() (Steve Dickson) [595478]
+- [nfs] Don't use GFP_KERNEL in rpcsec_gss downcalls (Steve Dickson) [595478]
+- [nfs] NFSv4: Don't use GFP_KERNEL allocations in state recovery (Steve Dickson) [595478]
+- [nfs] SUNRPC: Fix xs_setup_bc_tcp() (Steve Dickson) [595478]
+- [nfs] SUNRPC: Replace jiffies-based metrics with ktime-based metrics (Steve Dickson) [595478]
+- [kernel] ktime: introduce ktime_to_ms() (Steve Dickson) [595478]
+- [nfs] SUNRPC: RPC metrics and RTT estimator should use same RTT value (Steve Dickson) [595478]
+- [nfs] Calldata for nfs4_renew_done() (Steve Dickson) [595478]
+- [nfs] nfs4: renewd renew operations should take/put a client reference (Steve Dickson) [595478]
+- [nfs] Squelch compiler warning in nfs_add_server_stats() (Steve Dickson) [595478]
+- [nfs] Clean up fscache_uniq mount option (Steve Dickson) [595478]
+- [nfs] Squelch compiler warning (Steve Dickson) [595478]
+- [nfs] SUNRPC: Trivial cleanups in include/linux/sunrpc/xdr.h (Steve Dickson) [595478]
+- [nfs] NFSv4: Clean up the NFSv4 setclientid operation (Steve Dickson) [595478]
+- [nfs] NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegation (Steve Dickson) [595478]
+- [nfs] SUNRPC: Fail over more quickly on connect errors (Steve Dickson) [595478]
+- [nfs] SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect() (Steve Dickson) [595478]
+- [nfs] SUNRPC: Cleanup - make rpc_new_task() call rpc_release_calldata on failure (Steve Dickson) [595478]
+- [nfs] SUNRPC: Clean up xprt_release() (Steve Dickson) [595478]
+- [nfs] NFSv4: Fix up the documentation for nfs_do_refmount (Steve Dickson) [595478]
+- [nfs] Replace nfsroot on-stack filehandle (Steve Dickson) [595478]
+- [nfs] Cleanup file handle allocations in fs/nfs/super.c (Steve Dickson) [595478]
+- [nfs] Prevent the mount code from looping forever on broken exports (Steve Dickson) [595478]
+- [nfs] Reduce stack footprint of nfs3_proc_getacl() and nfs3_proc_setacl() (Steve Dickson) [595478]
+- [nfs] Reduce stack footprint of nfs_statfs() (Steve Dickson) [595478]
+- [nfs] Reduce stack footprint of nfs_setattr() (Steve Dickson) [595478]
+- [nfs] Reduce stack footprint of nfs4_proc_create() (Steve Dickson) [595478]
+- [nfs] Reduce the stack footprint of nfs_proc_symlink() (Steve Dickson) [595478]
+- [nfs] Reduce the stack footprint of nfs_proc_create (Steve Dickson) [595478]
+- [nfs] Reduce the stack footprint of nfs_rmdir (Steve Dickson) [595478]
+- [nfs] Reduce stack footprint of nfs_proc_remove() (Steve Dickson) [595478]
+- [nfs] Reduce stack footprint of nfs3_proc_readlink() (Steve Dickson) [595478]
+- [nfs] Reduce the stack footprint of nfs_link() (Steve Dickson) [595478]
+- [nfs] Reduce stack footprint of nfs_readdir() (Steve Dickson) [595478]
+- [nfs] Reduce stack footprint of nfs3_proc_rename() and nfs4_proc_rename() (Steve Dickson) [595478]
+- [nfs] Reduce stack footprint of nfs_revalidate_inode() (Steve Dickson) [595478]
+- [nfs] NFSv4: Reduce stack footprint of nfs4_proc_access() and nfs3_proc_access() (Steve Dickson) [595478]
+- [nfs] NFSv4: Reduce the stack footprint of nfs4_remote_referral_get_sb (Steve Dickson) [595478]
+- [nfs] NFSv4: Reduce stack footprint of nfs4_get_root() (Steve Dickson) [595478]
+- [nfs] Reduce the stack footprint of nfs_follow_remote_path() (Steve Dickson) [595478]
+- [nfs] Reduce the stack footprint of nfs_lookup (Steve Dickson) [595478]
+- [nfs] NFSv4: Reduce the stack footprint of try_location() (Steve Dickson) [595478]
+- [nfs] Reduce the stack footprint of nfs_create_server (Steve Dickson) [595478]
+- [nfs] Reduce the stack footprint of nfs_follow_mountpoint() (Steve Dickson) [595478]
+- [nfs] NFSv4: Eliminate nfs4_path_walk() (Steve Dickson) [595478]
+- [nfs] Add helper functions for allocating filehandles and fattr structs (Steve Dickson) [595478]
+- [nfs] NFSv4: Fix the locking in nfs_inode_reclaim_delegation() (Steve Dickson) [595478]
+- [nfs] fix memory leak in nfs_get_sb with CONFIG_NFS_V4 (Steve Dickson) [595478]
+- [nfs] fix some issues in nfs41_proc_reclaim_complete() (Steve Dickson) [595478]
+- [nfs] Ensure that nfs_wb_page() waits for Pg_writeback to clear (Steve Dickson) [595478]
+- [nfs] Fix an unstable write data integrity race (Steve Dickson) [595478]
+- [nfs] testing for null instead of ERR_PTR() (Steve Dickson) [595478]
+- [nfs] NFSv4: Don't attempt an atomic open if the file is a mountpoint (Steve Dickson) [595478]
+- [nfs] SUNRPC: Fix a bug in rpcauth_prune_expired (Steve Dickson) [595478]
+- [nfs] NFSv4: fix delegated locking (Steve Dickson) [595478]
+- [nfs] Ensure that the WRITE and COMMIT RPC calls are always uninterruptible (Steve Dickson) [595478]
+- [nfs] Fix a race with the new commit code (Steve Dickson) [595478]
+- [nfs] Fix the mode calculation in nfs_find_open_context (Steve Dickson) [595478]
+- [nfs] NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR (Steve Dickson) [595478]
+- [nfs] SUNRPC: Fix the return value of rpc_run_bc_task() (Steve Dickson) [595478]
+- [nfs] SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel (Steve Dickson) [595478]
+- [nfs] ensure bdi_unregister is called on mount failure (Steve Dickson) [595478]
+- [nfs] fix unlikely memory leak (Steve Dickson) [595478]
+- [nfs] nfs41: renewd sequence operations should take/put client reference (Steve Dickson) [595478]
+- [nfs] prevent backlogging of renewd requests (Steve Dickson) [595478]
+- [nfs] rpc client can not deal with ENOSOCK, so translate it into ENOCONN (Steve Dickson) [595478]
+
+* Tue May 25 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-30.el6]
+- [perf] sync tools/perf to 2.6.34 (Jason Baron) [578987]
+- [drm] i915: Update to 2.6.34-rc7 (Adam Jackson) [592003]
+- [perf] userspace and core update fix (Jason Baron) [567828 578987]
+- [perf] rhel6 perf fixups (Jason Baron) [567828 578987]
+- [perf] backport latest core perf support (Jason Baron) [567828 578987]
+- [perf] pull back 'perf' userspace (Jason Baron) [567828 578987]
+- [drm] radeon/kms: report lvds status as unknown with closed lid (Jerome Glisse) [585111 591628]
+- [drm] fbdev: fix cloning on fbcon (Dave Airlie) [512023]
+- [drm] fbcon disconnected + hotplug operation (Jerome Glisse) [580789]
+- [kernel] slow-work: use get_ref wrapper instead of directly calling get_ref (Dave Airlie) [580789]
+- [drm] radeon/kms: add special workaround for triple head servers (Dave Airlie) [512023]
+- [infiniband] RDMA: Use rlimit helpers (Doug Ledford) [500229]
+- [infiniband] ipoib: returned back addrlen check for mc addresses (Doug Ledford) [500229]
+- [infiniband] RDMA/amso1100: Fix error paths in post_send and post_recv (Doug Ledford) [500229]
+- [infiniband] IB/srp: Clean up error path in srp_create_target_ib() (Doug Ledford) [500229]
+- [infiniband] IB/srp: Split send and recieve CQs to reduce number of interrupts (Doug Ledford) [500229]
+- [infiniband] rdma: potential ERR_PTR dereference (Doug Ledford) [500229]
+- [infiniband] RDMA/cm: Set num_paths when manually assigning path records (Doug Ledford) [500229]
+- [infiniband] IB/cm: Fix device_create() return value check (Doug Ledford) [500229]
+- [infiniband] IB/ucm: Clean whitespace errors (Doug Ledford) [500229]
+- [infiniband] IB/ucm: Increase maximum devices supported (Doug Ledford) [500229]
+- [infiniband] IB/ucm: Use stack variable 'base' in ib_ucm_add_one (Doug Ledford) [500229]
+- [infiniband] IB/ucm: Use stack variable 'devnum' in ib_ucm_add_one (Doug Ledford) [500229]
+- [infiniband] RDMA/cm: Remove unused definition of RDMA_PS_SCTP (Doug Ledford) [500229]
+- [infiniband] RDMA/cm: Revert association of an RDMA device when binding to loopback (Doug Ledford) [500229]
+- [infiniband] IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6 (Doug Ledford) [500229]
+- [infiniband] IB/addr: Fix IPv6 routing lookup (Doug Ledford) [500229]
+- [infiniband] IB/addr: Simplify resolving IPv4 addresses (Doug Ledford) [500229]
+- [infiniband] RDMA/cm: fix loopback address support (Doug Ledford) [500229]
+- [infiniband] IB/addr: Store net_device type instead of translating to RDMA transport (Doug Ledford) [500229]
+- [infiniband] IB/addr: Verify source and destination address families match (Doug Ledford) [500229]
+- [infiniband] RDMA/cma: Replace net_device pointer with index (Doug Ledford) [500229]
+- [infiniband] RDMA/cma: Fix AF_INET6 support in multicast joining (Doug Ledford) [500229]
+- [infiniband] RDMA/cma: Correct detection of SA Created MGID (Doug Ledford) [500229]
+- [infiniband] RDMA/addr: Use appropriate locking with for_each_netdev() (Doug Ledford) [500229]
+- [infiniband] RDMA/ucma: Add option to manually set IB path (Doug Ledford) [500229]
+- [infiniband] IB/mad: Ignore iWARP devices on device removal (Doug Ledford) [500229]
+- [infiniband] IB/umad: Clean whitespace (Doug Ledford) [500229]
+- [infiniband] IB/umad: Increase maximum devices supported (Doug Ledford) [500229]
+- [infiniband] IB/umad: Use stack variable 'base' in ib_umad_init_port (Doug Ledford) [500229]
+- [infiniband] IB/umad: Use stack variable 'devnum' in ib_umad_init_port (Doug Ledford) [500229]
+- [infiniband] IB/umad: Remove port_table[] (Doug Ledford) [500229]
+- [infiniband] IB/umad: Convert *cdev to cdev in struct ib_umad_port (Doug Ledford) [500229]
+- [infiniband] IB/uverbs: Use anon_inodes instead of private infinibandeventfs (Doug Ledford) [500229]
+- [infiniband] IB/core: Fix and clean up ib_ud_header_init() (Doug Ledford) [500229]
+- [infiniband] IB/core: Pack struct ib_device a little tighter (Doug Ledford) [500229]
+- [infiniband] IB/uverbs: Whitespace cleanup (Doug Ledford) [500229]
+- [infiniband] IB/uverbs: Pack struct ib_uverbs_event_file tighter (Doug Ledford) [500229]
+- [infiniband] IB/uverbs: Increase maximum devices supported (Doug Ledford) [500229]
+- [infiniband] IB/uverbs: use stack variable 'base' in ib_uverbs_add_one (Doug Ledford) [500229]
+- [infiniband] IB/uverbs: Use stack variable 'devnum' in ib_uverbs_add_one (Doug Ledford) [500229]
+- [infiniband] IB/uverbs: Remove dev_table (Doug Ledford) [500229]
+- [infiniband] IB/uverbs: Convert *cdev to cdev in struct ib_uverbs_device (Doug Ledford) [500229]
+- [infiniband] IB/uverbs: Fix return of PTR_ERR() of wrong pointer in ib_uverbs_get_context() (Doug Ledford) [500229]
+- [infiniband] IB: Clarify the documentation of ib_post_send() (Doug Ledford) [500229]
+- [infiniband] IB/ehca: Allow access for ib_query_qp() (Doug Ledford) [500229]
+- [infiniband] IB/ehca: Do not turn off irqs in tasklet context (Doug Ledford) [500229]
+- [infiniband] IB/ehca: Fix error paths in post_send and post_recv (Doug Ledford) [500229]
+- [infiniband] IB/ehca: Rework destroy_eq() (Doug Ledford) [500229]
+- [infiniband] IPoIB: Include return code in trace message for ib_post_send() failures (Doug Ledford) [500229]
+- [infiniband] IPoIB: Fix TX queue lockup with mixed UD/CM traffic (Doug Ledford) [500229]
+- [infiniband] IPoIB: Remove TX moderation settings from ethtool support (Doug Ledford) [500229]
+- [infiniband] IB/ipath: Use bitmap_weight() (Doug Ledford) [500229]
+- [infiniband] Remove BKL from ipath_open() (Doug Ledford) [500229]
+- [rds] remove uses of NIPQUAD, use pI4 (Doug Ledford) [500229]
+- [rds] RDS/IB+IW: Move recv processing to a tasklet (Doug Ledford) [500229]
+- [rds] Do not send congestion updates to loopback connections (Doug Ledford) [500229]
+- [rds] Fix panic on unload (Doug Ledford) [500229]
+- [rds] Fix potential race around rds_i[bw]_allocation (Doug Ledford) [500229]
+- [rds] Add GET_MR_FOR_DEST sockopt (Doug Ledford) [500229]
+- [infiniband] IB/mlx4: Check correct variable for allocation failure (Doug Ledford) [500229]
+- [infiniband] mlx4: replace the dma_sync_single_range_for_cpu/device API (Doug Ledford) [500229]
+- [infiniband] IB/mlx4: Simplify retrieval of ib_device (Doug Ledford) [500229]
+- [infiniband] mlx4_core: Fix cleanup in __mlx4_init_one() error path (Doug Ledford) [500229]
+- [infiniband] IB/mlx4: Fix queue overflow check in post_recv (Doug Ledford) [500229]
+- [infiniband] IB/mlx4: Initialize SRQ scatter entries when creating an SRQ (Doug Ledford) [500229]
+- [infiniband] mlx4: use bitmap_find_next_zero_area (Doug Ledford) [500229]
+- [infiniband] mlx4_core: return a negative error value (Doug Ledford) [500229]
+- [infiniband] mlx4_core: Fix parsing of reserved EQ cap (Doug Ledford) [500229]
+- [infiniband] IB/mlx4: Remove limitation on LSO header size (Doug Ledford) [500229]
+- [infiniband] IB/mlx4: Remove unneeded code (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp() (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Fix CX4 link problem in back-to-back configuration (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Clear stall bit before destroying NIC QP (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Set assume_aligned_header bit (Doug Ledford) [500229]
+- [infiniband] convert to use netdev_for_each_mc_addr (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Add support for KR device id 0x0110 (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Change WQ overflow return code (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Multiple disconnects cause crash during AE handling (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Fix crash when listener destroyed during loopback setup (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Use atomic counters for CM listener create and destroy (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Fix stale ARP issue (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: FIN during MPA startup causes timeout (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Free kmap() resources (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Check for zero STag (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Fix Xansation test crash on cm_node ref_count (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Abnormal listener exit causes loopback node crash (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Fix crash in nes_accept() (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Resource not freed for REJECTed connections (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: MPA request/response error checking (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Fix query of ORD values (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Fix MAX_CM_BUFFER define (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Pass correct size to ioremap_nocache() (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Update copyright and branding string (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Add max_cqe check to nes_create_cq() (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Clean up struct nes_qp (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extension (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Add additional SFP+ PHY uC status check and PHY reset (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Correct fast memory registration implementation (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: Add support for IB_WR_*INV (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: In nes_post_recv() always set bad_wr on error (Doug Ledford) [500229]
+- [infiniband] RDMA/nes: In nes_post_send() always set bad_wr on error (Doug Ledford) [500229]
+- [netdrv] cxgb3: fix linkup issue (Doug Ledford) [500229]
+- [netdrv] RDMA/cxgb3: Wait at least one schedule cycle during device removal (Doug Ledford) [500229]
+- [netdrv] cxgb3: fix hot plug removal crash (Doug Ledford) [500229]
+- [netdrv] RDMA/cxgb3: Mark RDMA device with CXIO_ERROR_FATAL when removing (Doug Ledford) [500229]
+- [netdrv] RDMA/cxgb3: Don't allocate the SW queue for user mode CQs (Doug Ledford) [500229]
+- [netdrv] RDMA/cxgb3: Increase the max CQ depth (Doug Ledford) [500229]
+- [netdrv] RDMA/cxgb3: Doorbell overflow avoidance and recovery (Doug Ledford) [500229]
+- [netdrv] cxgb3: convert to use netdev_for_each_addr (Doug Ledford) [500229]
+- [netdrv] cxgb3: fix link flap (Doug Ledford) [500229]
+- [netdrv] cxgb3: FIx VLAN over Jumbo frames (Doug Ledford) [500229]
+- [netdrv] RDMA/cxgb3: Remove BUG_ON() on CQ rearm failure (Doug Ledford) [500229]
+- [netdrv] cxgb3: fix GRO checksum check (Doug Ledford) [500229]
+- [netdrv] cxgb3: add memory barriers (Doug Ledford) [500229]
+- [netdrv] iwch_cm.c: use pM to show MAC address (Doug Ledford) [500229]
+- [netdrv] cxgb3: Use kzalloc for allocating only one thing (Doug Ledford) [500229]
+- [netdrv] RDMA/cxgb3: Fix error paths in post_send and post_recv (Doug Ledford) [500229]
+- [netdrv] cxgb3: declare MODULE_FIRMWARE (Doug Ledford) [500229]
+- [netdrv] cxgb3: Set the rxq (Doug Ledford) [500229]
+- [netdrv] cxgb3: No need to wake queue in xmit handler (Doug Ledford) [500229]
+- [netdrv] cxgb3: Added private MAC address and provisioning packet handler for iSCSI (Doug Ledford) [500229]
+- [net] Hook up cxgb4 to Kconfig and Makefile (Doug Ledford) [500229]
+- [netdrv] cxgb4: Add remaining driver headers and L2T management (Doug Ledford) [500229]
+- [netdrv] cxgb4: Add main driver file and driver Makefile (Doug Ledford) [500229]
+- [netdrv] cxgb4: Add HW and FW support code (Doug Ledford) [500229]
+- [netdrv] cxgb4: Add packet queues and packet DMA code (Doug Ledford) [500229]
+- [netdrv] cxgb4: Add register, message, and FW definitions (Doug Ledford) [500229]
+- [net] use helpers to access mc list (Doug Ledford) [500229]
+- [net] use helpers to access uc list (Doug Ledford) [500229]
+- [kernel] strstrip incorrectly marked __must_check (Doug Ledford) [500229]
+- [pci] introduce pci_pcie_cap() (Doug Ledford) [500229]
+- [pci] cache PCIe capability offset (Doug Ledford) [500229]
+- [kernel] bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area (Doug Ledford) [500229]
+- [md] Remove unnecessary casts of void * (Doug Ledford) [583050 586296 586299 588371]
+- [md] expose max value of behind writes counter (Doug Ledford) [583050 586296 586299 588371]
+- [md] remove some dead fields from mddev_s (Doug Ledford) [583050 586296 586299 588371]
+- [md] allow integers to be passed to md/level (Doug Ledford) [583050 586296 586299 588371]
+- [md] notify mdstat waiters of level change (Doug Ledford) [583050 586296 586299 588371]
+- [md] don't unregister the thread in mddev_suspend (Doug Ledford) [583050 586296 586299 588371]
+- [md] factor out init code for an mddev (Doug Ledford) [583050 586296 586299 588371]
+- [md] pass mddev to make_request functions rather than request_queue (Doug Ledford) [583050 586296 586299 588371]
+- [md] call md_stop_writes from md_stop (Doug Ledford) [583050 586296 586299 588371]
+- [md] split md_set_readonly out of do_md_stop (Doug Ledford) [583050 586296 586299 588371]
+- [md] factor md_stop_writes out of do_md_stop (Doug Ledford) [583050 586296 586299 588371]
+- [md] start to refactor do_md_stop (Doug Ledford) [583050 586296 586299 588371]
+- [md] factor do_md_run to separate accesses to ->gendisk (Doug Ledford) [583050 586296 586299 588371]
+- [md] remove ->changed and related code (Doug Ledford) [583050 586296 586299 588371]
+- [md] don't reference gendisk in getgeo (Doug Ledford) [583050 586296 586299 588371]
+- [md] move io accounting out of personalities into md_make_request (Doug Ledford) [583050 586296 586299 588371]
+- [md] notify level changes through sysfs (Doug Ledford) [583050 586296 586299 588371]
+- [md] Relax checks on ->max_disks when external metadata handling is used (Doug Ledford) [583050 586296 586299 588371]
+- [md] Correctly handle device removal via sysfs (Doug Ledford) [583050 586296 586299 588371]
+- [md] Add support for Raid5->Raid0 and Raid10->Raid0 takeover (Doug Ledford) [583050 586296 586299 588371]
+- [md] Add support for Raid0->Raid5 takeover (Doug Ledford) [583050 586296 586299 588371]
+- [md] discard StateChanged device flag (Doug Ledford) [583050 586296 586299 588371]
+- [md] manage redundancy group in sysfs when changing level (Doug Ledford) [583050 586296 586299 588371]
+- [md] remove unneeded sysfs files more promptly (Doug Ledford) [583050 586296 586299 588371]
+- [md] set mddev readonly flag on blkdev BLKROSET ioctl (Doug Ledford) [583050 586296 586299 588371]
+- [md] don't insist on valid event count for spare devices (Doug Ledford) [583050 586296 586299 588371]
+- [md] simplify updating of event count to sometimes avoid updating spares (Doug Ledford) [583050 586296 586299 588371]
+- [md] restore ability of spare drives to spin down (Doug Ledford) [583050 586296 586299 588371]
+- [md] raid6: Fix raid-6 read-error correction in degraded state (Doug Ledford) [583050 586296 586299 588371]
+- [md] raid5: allow for more than 2^31 chunks (Doug Ledford) [583050 586296 586299 588371]
+- [md] deal with merge_bvec_fn in component devices better (Doug Ledford) [583050 586296 586299 588371]
+- [md] fix some lockdep issues between md and sysfs (Doug Ledford) [583050 586296 586299 588371]
+- [md] fix 'degraded' calculation when starting a reshape (Doug Ledford) [583050 586296 586299 588371]
+- [md] allow a resync that is waiting for other resync to complete, to be aborted (Doug Ledford) [583050 586296 586299 588371]
+- [md] remove unnecessary code from do_md_run (Doug Ledford) [583050 586296 586299 588371]
+- [md] make recovery started by do_md_run() visible via sync_action (Doug Ledford) [583050 586296 586299 588371]
+- [md] use pU to print UUIDs (Doug Ledford) [583050 586296 586299 588371]
+- [md] add 'recovery_start' per-device sysfs attribute (Doug Ledford) [583050 586296 586299 588371]
+- [md] rcu_read_lock() walk of mddev->disks in md_do_sync() (Doug Ledford) [583050 586296 586299 588371]
+- [md] integrate spares into array at earliest opportunity (Doug Ledford) [583050 586296 586299 588371]
+- [md] move compat_ioctl handling into md.c (Doug Ledford) [583050 586296 586299 588371]
+- [md] add MODULE_DESCRIPTION for all md related modules (Doug Ledford) [583050 586296 586299 588371]
+- [md] raid: improve MD/raid10 handling of correctable read errors (Doug Ledford) [583050 586296 586299 588371]
+- [md] raid10: print more useful messages on device failure (Doug Ledford) [583050 586296 586299 588371]
+- [md] bitmap: update dirty flag when bitmap bits are explicitly set (Doug Ledford) [583050 586296 586299 588371]
+- [md] Support write-intent bitmaps with externally managed metadata (Doug Ledford) [583050 586296 586299 588371]
+- [md] bitmap: move setting of daemon_lastrun out of bitmap_read_sb (Doug Ledford) [583050 586296 586299 588371]
+- [md] support updating bitmap parameters via sysfs (Doug Ledford) [583050 586296 586299 588371]
+- [md] factor out parsing of fixed-point numbers (Doug Ledford) [583050 586296 586299 588371]
+- [md] support bitmap offset appropriate for external-metadata arrays (Doug Ledford) [583050 586296 586299 588371]
+- [md] remove needless setting of thread->timeout in raid10_quiesce (Doug Ledford) [583050 586296 586299 588371]
+- [md] change daemon_sleep to be in 'jiffies' rather than 'seconds' (Doug Ledford) [583050 586296 586299 588371]
+- [md] move offset, daemon_sleep and chunksize out of bitmap structure (Doug Ledford) [583050 586296 586299 588371]
+- [md] collect bitmap-specific fields into one structure (Doug Ledford) [583050 586296 586299 588371]
+- [md] add honouring of suspend_{lo,hi} to raid1 (Doug Ledford) [583050 586296 586299 588371]
+- [md] raid5: don't complete make_request on barrier until writes are scheduled (Doug Ledford) [583050 586296 586299 588371]
+- [md] support barrier requests on all personalities (Doug Ledford) [583050 586296 586299 588371]
+- [md] don't reset curr_resync_completed after an interrupted resync (Doug Ledford) [583050 586296 586299 588371]
+- [md] adjust resync_min usefully when resync aborts (Doug Ledford) [583050 586296 586299 588371]
+
+* Mon May 24 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-29.el6]
+- [mm] fix mm_take_all_locks regression in 3-7/49 (Andrea Arcangeli) [556572]
+- [mm] avoid __cpuset_node_allowed_softwall to run when allocation is atomic (Andrea Arcangeli) [556572 591283]
+- [mm] fix race between do_huge_pmd_anonymous_page and pte_alloc_map (Andrea Arcangeli) [556572]
+- [mm] add missing update for root-anon-vma drop_anon_vma in memory compactation (Andrea Arcangeli) [556572]
+- [mm] exec vs split_huge_page (Andrea Arcangeli) [556572]
+- [mm] include anon hugepages into the anon stats (Andrea Arcangeli) [556572]
+- [mm] split_huge_page anon_vma ordering dependency (Andrea Arcangeli) [556572]
+- [mm] align page_add_new_anon_rmap (Andrea Arcangeli) [556572]
+- [mm] do_pages_move cannot handle hugepages (Andrea Arcangeli) [556572]
+- [mm] padding to decrease risk of kabi breakage (Andrea Arcangeli) [556572]
+- [mm] transhuge isolate_migratepages() (Andrea Arcangeli) [556572]
+- [mm] select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled (Andrea Arcangeli) [556572]
+- [mm] compaction: Do not schedule work on other CPUs for compaction (Andrea Arcangeli) [556572]
+- [mm] Defer compaction using an exponential backoff when compaction fails (Andrea Arcangeli) [556572]
+- [mm] Add a tunable that decides when memory should be compacted and when it should be reclaimed (Andrea Arcangeli) [556572]
+- [mm] Direct compact when a high-order allocation fails (Andrea Arcangeli) [556572]
+- [mm] Add /sys trigger for per-node memory compaction (Andrea Arcangeli) [556572]
+- [mm] Add /proc trigger for memory compaction (Andrea Arcangeli) [556572]
+- [mm] Memory compaction core (Andrea Arcangeli) [556572]
+- [mm] Move definition for LRU isolation modes to a header (Andrea Arcangeli) [556572]
+- [mm] Export fragmentation index via /proc/extfrag_index (Andrea Arcangeli) [556572]
+- [mm] Export unusable free space index via /proc/unusable_index (Andrea Arcangeli) [556572]
+- [mm] Allow CONFIG_MIGRATION to be set without CONFIG_NUMA or memory hot-remove (Andrea Arcangeli) [556572]
+- [mm] Allow the migration of PageSwapCache pages (Andrea Arcangeli) [556572]
+- [mm] Do not try to migrate unmapped anonymous pages (Andrea Arcangeli) [556572]
+- [mm] Share the anon_vma ref counts between KSM and page migration (Andrea Arcangeli) [556572]
+- [mm] Take a reference to the anon_vma before migrating (Andrea Arcangeli) [556572]
+- [mm] add numa awareness to hugepage allocations (Andrea Arcangeli) [556572]
+- [mm] enable direct defrag (Andrea Arcangeli) [556572]
+- [mm] ksm: check for ERR_PTR from follow_page() (Andrea Arcangeli) [556572]
+- [mm] err.h: add helper function to simplify pointer error checking (Andrea Arcangeli) [556572]
+- [mm] don't leave orhpaned swap cache after ksm merging (Andrea Arcangeli) [556572]
+- [mm] adapt to anon-vma root locking (Andrea Arcangeli) [556572]
+- [mm] set default to never (Andrea Arcangeli) [556572]
+- [mm] transparent hugepage bootparam (Andrea Arcangeli) [556572]
+- [mm] remove lumpy reclaim (Andrea Arcangeli) [556572 583003]
+- [mm] memcg fix prepare migration (Andrea Arcangeli) [556572]
+- [mm] avoid false positive warning in mmio (Andrea Arcangeli) [556572]
+- [virt] fix kvm swapping memory corruption (Andrea Arcangeli) [556572 583861]
+- [mm] remove khugepaged/enabled (Andrea Arcangeli) [556572]
+- [mm] use only khugepaged_wait (Andrea Arcangeli) [556572]
+- [mm] khugepaged user stack (Andrea Arcangeli) [556572]
+- [mm] define hugetlb_page (Andrea Arcangeli) [556572]
+- [mm] migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks (Andrea Arcangeli) [556572]
+- [mm] extend KSM refcounts to the anon_vma root (Andrea Arcangeli) [556572]
+- [mm] always lock the root (oldest) anon_vma (Andrea Arcangeli) [556572]
+- [mm] track the root (oldest) anon_vma (Andrea Arcangeli) [556572]
+- [mm] change direct call of spin_lock(anon_vma->lock) to inline function (Andrea Arcangeli) [556572]
+- [mm] rename anon_vma_lock to vma_lock_anon_vma (Andrea Arcangeli) [556572]
+- [mm] rmap: remove anon_vma check in page_address_in_vma() (Andrea Arcangeli) [556572]
+- [mm] mmap: check ->vm_ops before dereferencing (Andrea Arcangeli) [556572]
+- [fs] xfs_export_operations.commit_metadata (Christoph Hellwig) [585442]
+- [fs] xfs: fix inode pincount check in fsync (Christoph Hellwig) [585442]
+- [fs] xfs: miscellaneous fixes from 2.6.34 (Dave Chinner) [585442]
+- [fs] xfs: reserved block pool and ENOSPC fixes from 2.6.34 (Dave Chinner) [542712 585442]
+- [fs] xfs: delayed write metadata from 2.6.34 (Dave Chinner) [585442]
+- [lib] introduce list_sort (Dave Chinner) [585442]
+- [fs] xfs: log fixes from 2.6.34 (Dave Chinner) [585442]
+- [fs] xfs: quota changes from 2.6.34 (Dave Chinner) [585442]
+- [fs] xfs: buffer API cleanups from 2.6.34 (Dave Chinner) [585442]
+- [fs] xfs: AG indexing fixes from 2.6.34 (Dave Chinner) [585442]
+- [fs] xfs: idle kernel thread fixes from 2.6.34 (Dave Chinner) [585442]
+- [fs] online defrag fixes from 2.6.34 (Dave Chinner) [585442]
+- [fs] jbd2: delay discarding buffers in journal_unmap_buffer (Eric Sandeen) [593082]
+- [fs] ext4: Use slab allocator for sub-page sized allocations (Eric Sandeen) [593082]
+- [fs] jbd2: don't use __GFP_NOFAIL in journal_init_common() (Eric Sandeen) [593082]
+- [fs] jbd: jbd-debug and jbd2-debug should be writable (Eric Sandeen) [593082]
+- [fs] ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs (Eric Sandeen) [593082]
+- [fs] ext4: Fix estimate of # of blocks needed to write indirect-mapped files (Eric Sandeen) [593082]
+- [fs] ext4: fix up rb_root initializations to use RB_ROOT (Eric Sandeen) [593082]
+- [fs] ext4: Release page references acquired in ext4_da_block_invalidatepages (Eric Sandeen) [593082]
+- [fs] ext4: make "offset" consistent in ext4_check_dir_entry() (Eric Sandeen) [593082]
+- [fs] ext4: Convert BUG_ON checks to use ext4_error() instead (Eric Sandeen) [593082]
+- [fs] ext4: Handle non empty on-disk orphan link (Eric Sandeen) [593082]
+- [fs] ext4: explicitly remove inode from orphan list after failed direct io (Eric Sandeen) [593082]
+- [fs] ext4: Fix fencepost error in chosing choosing group vs file preallocation (Eric Sandeen) [593082]
+- [fs] ext4: Fix BUG_ON at fs/buffer.c:652 in no journal mode (Eric Sandeen) [593082]
+- [fs] ext4: correctly calculate number of blocks for fiemap (Eric Sandeen) [593082]
+- [fs] ext4: add missing error checking to ext4_expand_extra_isize_ea() (Eric Sandeen) [593082]
+- [fs] ext4: move __func__ into a macro for ext4_warning, ext4_error (Eric Sandeen) [593082]
+- [fs] ext4: Use bitops to read/modify EXT4_I(inode)->i_state (Eric Sandeen) [593082]
+- [fs] ext4: Drop EXT4_GET_BLOCKS_UPDATE_RESERVE_SPACE flag (Eric Sandeen) [593082]
+- [fs] ext4: return correct wbc.nr_to_write in ext4_da_writepages (Eric Sandeen) [593082]
+- [fs] ext4: replace BUG() with return -EIO in ext4_ext_get_blocks (Eric Sandeen) [593082]
+- [virt] KVM SVM Implement workaround for Erratum 383 (Bhavna Sarathy) [592311]
+- [virt] KVM SVM Handle MCEs early in the vmexit process (Bhavna Sarathy) [592311]
+- [usb] serial: ftdi: add CONTEC vendor and product id (Stanislaw Gruszka) [584757]
+- [usb] fix usbfs regression (Stanislaw Gruszka) [584757]
+- [usb] add new ftdi_sio device ids (Stanislaw Gruszka) [580067]
+- [usb] ftdi_sio: add device IDs (several ELV, one Mindstorms NXT) (Stanislaw Gruszka) [580067]
+- [usb] ftdi_sio: new device id for papouch AD4USB (Stanislaw Gruszka) [580067]
+- [v4l] gspca_mr973010a: Fix cif type 1 cameras not streaming on UHCI controllers (Stanislaw Gruszka) [580067]
+- [v4l] DVB: Add support for Asus Europa Hybrid DVB-T card (Stanislaw Gruszka) [580063]
+- [usb] mos7840: add device IDs for B&B electronics devices (Stanislaw Gruszka) [580063]
+- [ppc64] fsl: Add PCI device ids for new QoirQ chips (Stanislaw Gruszka) [580063]
+- [fs] vfs: Fix vmtruncate() regression (Stanislaw Gruszka) [579693]
+- [kernel] sched: Fix task priority bug (Stanislaw Gruszka) [579693]
+- [serial] 8250_pnp: add a new Fujitsu Wacom Tablet PC device (Stanislaw Gruszka) [579693]
+- [i2c] pca: Don't use *_interruptible (Stanislaw Gruszka) [579693]
+- [i2c] Do not use device name after device_unregister (Stanislaw Gruszka) [579693]
+- [kernel] sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK (Stanislaw Gruszka) [579693]
+- [hid] add device IDs for new model of Apple Wireless Keyboard (Stanislaw Gruszka) [579693]
+- [v4l] gspca: sn9c20x: Fix test of unsigned (Stanislaw Gruszka) [579693]
+- [x86] SGI UV: Fix mapping of MMIO registers (Stanislaw Gruszka) [579693]
+- [perf] timechart: Use tid not pid for COMM change (Stanislaw Gruszka) [580062]
+- [usb] fix usbstorage for 2770:915d delivers no FAT (Stanislaw Gruszka) [580062]
+- [x86] PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled (Stanislaw Gruszka) [580062]
+- [acpi] EC: Add wait for irq storm (Stanislaw Gruszka) [580062]
+- [acpi] EC: Accelerate query execution (Stanislaw Gruszka) [580062]
+- [usb] add speed values for USB 3.0 and wireless controllers (Stanislaw Gruszka) [580062]
+- [usb] add missing delay during remote wakeup (Stanislaw Gruszka) [580062]
+- [usb] EHCI & UHCI: fix race between root-hub suspend and port resume (Stanislaw Gruszka) [580062]
+- [usb] EHCI: fix handling of unusual interrupt intervals (Stanislaw Gruszka) [580062]
+- [usb] Don't use GFP_KERNEL while we cannot reset a storage device (Stanislaw Gruszka) [580062]
+- [usb] serial: fix memory leak in generic driver (Stanislaw Gruszka) [580062]
+- [char] nozomi: quick fix for the close/close bug (Stanislaw Gruszka) [580062]
+- [tty] fix race in tty_fasync (Stanislaw Gruszka) [580062]
+- [netdrv] netiucv: displayed TX bytes value much too high (Stanislaw Gruszka) [580063]
+- [block] md: fix small irregularity with start_ro module parameter (Stanislaw Gruszka) [580063]
+- [input] i8042: add Dritek quirk for Acer Aspire 5610 (Stanislaw Gruszka) [580063]
+- [hid] fixup quirk for NCR devices (Stanislaw Gruszka) [580063]
+- [dmi] allow omitting ident strings in DMI tables (Stanislaw Gruszka) [580063]
+- [scsi] scsi_dh: create sysfs file, dh_state for all SCSI disk devices (Stanislaw Gruszka) [580063]
+- [nfs] Revert default r/wsize behavior (Stanislaw Gruszka) [580063]
+- [usb] SIS USB2VGA DRIVER: support KAIREN's USB VGA adaptor USB20SVGA-MB-PLUS (Stanislaw Gruszka) [580067]
+- [input] alps: add support for the touchpad on Toshiba Tecra A11-11L (Stanislaw Gruszka) [584757]
+- [fs] gfs2: stuck in inode wait, no glocks stuck (Robert S Peterson) [583737]
+- [netdrv] cnic: update to to 2.1.1 (Stanislaw Gruszka) [590019]
+- [netdrv] bnx2x: fix system hung after netdev watchdog (Stanislaw Gruszka) [581907]
+- [netdrv] bnx2: Fix most severe bugs in bnx2 2.0.8+ (John Feeney) [590879]
+- [netdrv] Update bnx2 driver to 2.0.8 and fw to mips-06-5.0.0.j6 et al (John Feeney) [464728]
+- [virt] VMware Balloon driver (Amit Shah) [582826]
+- [x86] With Sandybridge graphics, kernel reboots unless 'agp=off' used on command line (John Villalovos) [591294]
+- [kernel] unify string representation of NULL in vsprintf.c (Dave Anderson) [589613]
+- [kernel] coredump: fix the page leak in dump_seek() (Oleg Nesterov) [580126]
+- [edac] EDAC support for Nehalem Memory Controllers (Mauro Carvalho Chehab) [584507]
+- [iscsi] Include support for next gen Dell iSCSI PowerVault controller MD36xxi into RDAC scsi device handler's device list (Shyam Iyer) [593814]
+- [scsi] lpfc Update from 8.3.5.9 to 8.3.5.13 FC/FCoE (Rob Evers) [591648]
+- [infiniband] iser: fix failover slowdown (Mike Christie) [589174]
+- [net] TCP: avoid to send keepalive probes if receiving data (Flavio Leitner) [593052]
+- [nfs] commit_metadata export operation replacing nfsd_sync_dir (Christoph Hellwig) [593652]
+- [ppc64] numa: Add form 1 NUMA affinity (Steve Best) [593466]
+- [ppc64] eeh: Fix a bug when pci structure is null (Steve Best) [593854]
+- [ppc64] perf_event: Fix oops due to perf_event_do_pending call (Steve Best) [593464]
+- [ppc] pseries: Quieten cede latency printk (Steve Best) [591739]
+- [fs] GFS2: Don't "get" xattrs for ACLs when ACLs are turned off (Steven Whitehouse) [546294]
+- [kexec] fix OOPS in crash_kernel_shrink (Steve Best) [592336]
+- [fs] ext4: don't use quota reservation for speculative metadata blocks (Eric Sandeen) [587095]
+- [fs] quota: add the option to not fail with EDQUOT in block allocation (Eric Sandeen) [587095]
+- [fs] quota: use flags interface for dquot alloc/free space (Eric Sandeen) [587095]
+- [fs] ext4: Fix quota accounting error with fallocate (Eric Sandeen) [587095]
+- [fs] ext4: Ensure zeroout blocks have no dirty metadata (Eric Sandeen) [587095]
+- [virt] vhost-net: utilize PUBLISH_USED_IDX feature (Michael S. Tsirkin) [593158]
+- [virt] virtio: put last seen used index into ring itself (Michael S. Tsirkin) [593158]
+- [virt] vhost: fix barrier pairing (Michael S. Tsirkin) [593158]
+- [virt] virtio: use smp_XX barriers on SMP (Michael S. Tsirkin) [593158]
+- [virt] virtio_ring: remove a level of indirection (Michael S. Tsirkin) [593158]
+- [virt] trans_virtio: use virtqueue_xxx wrappers (Michael S. Tsirkin) [593158]
+- [virt] virtio-rng: use virtqueue_xxx wrappers (Michael S. Tsirkin) [593158]
+- [virt] virtio_net: use virtqueue_xxx wrappers (Michael S. Tsirkin) [593158]
+- [virt] virtio_blk: use virtqueue_xxx wrappers (Michael S. Tsirkin) [593158]
+- [virt] virtio_console: use virtqueue_xxx wrappers (Michael S. Tsirkin) [593158]
+- [virt] virtio_balloon: use virtqueue_xxx wrappers (Michael S. Tsirkin) [593158]
+- [virt] virtio: add virtqueue_ vq_ops wrappers (Michael S. Tsirkin) [593158]
+- [virt] vhost-net: fix vq_memory_access_ok error checking (Michael S. Tsirkin) [593158]
+- [virt] vhost: fix error handling in vring ioctls (Michael S. Tsirkin) [593158]
+- [virt] vhost: fix interrupt mitigation with raw sockets (Michael S. Tsirkin) [593158]
+- [virt] vhost: fix error path in vhost_net_set_backend (Michael S. Tsirkin) [593158]
+- [netdrv] iwlwifi: iwl_good_ack_health() only apply to AGN device (John Linville) [573029]
+- [netdrv] iwlwifi: code cleanup for connectivity recovery (John Linville) [573029]
+- [netdrv] iwlwifi: Recover TX flow failure (John Linville) [573029]
+- [netdrv] iwlwifi: move plcp check to separated function (John Linville) [573029]
+- [netdrv] iwlwifi: Recover TX flow stall due to stuck queue (John Linville) [573029]
+- [netdrv] iwlwifi: add internal short scan support for 3945 (John Linville) [573029]
+- [netdrv] iwlwifi: separated time check for different type of force reset (John Linville) [573029]
+- [netdrv] iwlwifi: Adjusting PLCP error threshold for 1000 NIC (John Linville) [573029]
+- [netdrv] iwlwifi: multiple force reset mode (John Linville) [573029]
+- [netdrv] iwlwifi: Tune radio to prevent unexpected behavior (John Linville) [573029]
+- [netdrv] iwlwifi: Logic to control how frequent radio should be reset if needed (John Linville) [573029]
+- [netdrv] iwlwifi: add function to reset/tune radio if needed (John Linville) [573029]
+- [netdrv] iwlwifi: clear all the stop_queue flag after load firmware (John Linville) [573029]
+- [netdrv] iwlwifi: check for aggregation frame and queue (John Linville) [573029]
+- [ppc64] kdump: Fix race in kdump shutdown (Steve Best) [559709]
+- [ppc64] kexec: Fix race in kexec shutdown (Steve Best) [593853]
+- [net] Add ndo_{set|get}_vf_port support for enic dynamic vnics (Chris Wright) [581087]
+- [net] Add netlink support for virtual port management (was iovnl) (Chris Wright) [581087]
+- [net] core: add IFLA_STATS64 support (Chris Wright) [581087]
+- [netdrv] igb: support for VF configuration tools (Chris Wright) [581087]
+- [net] rtnetlink: Add SR-IOV VF configuration methods (Chris Wright) [581087]
+- [pci] Add SR-IOV convenience functions and macros (Chris Wright) [581087]
+- [scsi] sync iscsi layer (Mike Christie) [564148 570682]
+
+* Thu May 20 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-28.el6]
+- [mm] New round-robin rotor for SLAB allocations (Larry Woodman) [593154]
+- [netdrv] ixgbe: FCoE fixes (Andy Gospodarek) [593474]
+- [net] vlan: updates vlan real_num_tx_queues (Andy Gospodarek) [593474]
+- [net] vlan: adds vlan_dev_select_queue (Andy Gospodarek) [593474]
+- [net] vlan: Precise RX stats accounting (Andy Gospodarek) [593474]
+- [net] add dev_txq_stats_fold() helper (Andy Gospodarek) [593474]
+- [net] vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device (Andy Gospodarek) [593474]
+- [netdrv] ixgbe: fixes for link problems, possible DMA errors, and VF/SR-IOV changes (Andy Gospodarek) [575188]
+- [sound] ALSA HDA driver update 2010-05-11 (Jaroslav Kysela) [591083]
+- [mm] show per-process swap usage via procfs (Larry Woodman) [546533]
+- [netdrv] cxgb3 won't recover from EEH event twice (Steve Best) [591738]
+- [virt] x86, cpu: Print AMD virtualization features in /proc/cpuinfo (Gleb Natapov) [592688]
+- [x86] Intel ICH9 workaround for HPET timer issue on IbexPeak Platform (Luming Yu) [502629]
+- [pci] Update pci_dev and pci_bus structs before kabi freeze (Prarit Bhargava) [593322]
+- [pci] Output FW warning in pci_read/write_vpd (Prarit Bhargava) [586979]
+- [infiniband] ehca: Require in_wc in process_mad() (Steve Best) [593095]
+- [security] mmap_min_addr check CAP_SYS_RAWIO only for write (Eric Paris) [592417]
+- [scsi] aacraid: Eliminate use after free (Tomas Henzl) [592926]
+- [scsi] lpfc Update from 8.3.5.7 to 8.3.5.9 FC/FCoE (Rob Evers) [580677]
+- [char] Eliminate use after free (Amit Shah) [593189]
+- [ipmi] fix unlock balance (Tomas Henzl) [592925]
+- [ppc64] only call start-cpu when a CPU is stopped (Steve Best) [592440]
+- [ppc64] make query_cpu_stopped callable outside hotplug cpu (Steve Best) [592440]
+- [kernel] cpufreq: make the iowait-is-busy-time a sysfs tunable (Rik van Riel) [585330]
+- [kernel] ondemand: Solve the big performance issue with ondemand during disk IO (Rik van Riel) [585330]
+- [kernel] sched: introduce get_cpu_iowait_time_us() (Rik van Riel) [585330]
+- [kernel] sched: eliminate the ts->idle_lastupdate field (Rik van Riel) [585330]
+- [kernel] sched: fold updating of the last update time into update_ts_time_stats() (Rik van Riel) [585330]
+- [kernel] sched: update the idle statistics in get_cpu_idle_time_us (Rik van Riel) [585330]
+- [kernel] sched: introduce a function to update the idle statistics (Rik van Riel) [585330]
+- [kernel] sched: add a comment to get_cpu_idle_time_us (Rik van Riel) [585330]
+- [kernel] nohz: Reuse ktime in sub-functions of tick_check_idle (Rik van Riel) [585330]
+- [virt] Xen PV-on-HVM: Disable xen-blkfront for IDE & SCSI devices (Don Dutile) [523134]
+- [virt] xen: PV-on-HVM: Disable xen-blkfront for PV-on-HVM for now (Don Dutile) [523134]
+- [virt] xen: PV-on-HVM: Prevent pv drivers from crashing a FV guest if pv-on-hvm not configured (Don Dutile) [523134]
+- [virt] xen: PV-on-HVM: Add kernel command line enablement control (Don Dutile) [523134]
+- [virt] xen: backport PV-on-HVM (Don Dutile) [523134]
+- [ppc] pseries: Pass more accurate number of supported cores to firmware (Steve Best) [591341]
+- [ppc] Add static fields to ibm, client-architecture call (Steve Best) [591341]
+- [kernel] mutex: Fix optimistic spinning vs. BKL (Steve Best) [591735]
+- [kernel] mutex: Don't spin when the owner CPU is offline or other weird cases (Steve Best) [591735]
+- [kernel] sched: Don't use possibly stale sched_class (Stanislaw Gruszka) [580067]
+- [usb] unusual_devs: Add support for multiple Option 3G sticks (Stanislaw Gruszka) [580067]
+- [usb] cp210x: Add 81E8 Zephyr Bioharness (Stanislaw Gruszka) [580067]
+- [usb] serial: ftdi: add CONTEC vendor and product id (Stanislaw Gruszka) [580067]
+- [usb] ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h header (Stanislaw Gruszka) [580067]
+- [usb] ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h header (Stanislaw Gruszka) [580067]
+- [usb] Move hcd free_dev call into usb_disconnect to fix oops (Stanislaw Gruszka) [580067]
+- [usb] remove debugging message for uevent constructions (Stanislaw Gruszka) [580067]
+- [usb] fix crash in uhci_scan_schedule (Stanislaw Gruszka) [580067]
+- [usb] fix the idProduct value for USB-3.0 root hubs (Stanislaw Gruszka) [580067]
+- [usb] xhci: Fix finding extended capabilities registers (Stanislaw Gruszka) [580067]
+- [x86] Fix SCI on IOAPIC != 0 (Stanislaw Gruszka) [580067]
+- [x86] Avoid race condition in pci_enable_msix() (Stanislaw Gruszka) [580067]
+- [x86] thinkpad-acpi: make driver events work in NVRAM poll mode (Stanislaw Gruszka) [580067]
+- [x86] thinkpad-acpi: document HKEY event 3006 (Stanislaw Gruszka) [580067]
+- [x86] thinkpad-acpi: R52 brightness_mode has been confirmed (Stanislaw Gruszka) [580067]
+- [x86] thinkpad-acpi: fix poll thread auto-start (Stanislaw Gruszka) [580067]
+- [net] scm: Only support SCM_RIGHTS on unix domain sockets. (Stanislaw Gruszka) [580067]
+- [usb] serial: sierra driver indat_callback fix (Stanislaw Gruszka) [580067]
+- [tty] Fix the ldisc hangup race (Stanislaw Gruszka) [580067]
+- [kernel] devtmpfs: reset inode permissions before unlinking (Stanislaw Gruszka) [580067]
+- [kernel] driver-core: fix race condition in get_device_parent() (Stanislaw Gruszka) [580067]
+- [pm] hibernate: Fix preallocating of memory (Stanislaw Gruszka) [580067]
+- [tpm] tpm_tis: TPM_STS_DATA_EXPECT workaround (Stanislaw Gruszka) [580067]
+- [fs] Switch proc/self to nd_set_link() (Stanislaw Gruszka) [580067]
+- [hid] usbhid: introduce timeout for stuck ctrl/out URBs (Stanislaw Gruszka) [580067]
+- [hid] add multi-input quirk for NextWindow Touchscreen (Stanislaw Gruszka) [580067]
+- [hid] remove TENX iBuddy from blacklist (Stanislaw Gruszka) [580067]
+- [fs] vfs: take f_lock on modifying f_mode after open time (Stanislaw Gruszka) [580067]
+- [acpi] thinkpad-acpi: wrong thermal attribute_group removed in thermal_exit() (Stanislaw Gruszka) [580067]
+- [acpi] fix "acpi=ht" boot option (Stanislaw Gruszka) [580067]
+- [acpi] remove Asus P2B-DS from acpi=ht blacklist (Stanislaw Gruszka) [580067]
+- [pci] hotplug: check ioremap() return value in ibmphp_ebda.c (Stanislaw Gruszka) [580067]
+- [pci] hotplug: ibmphp: read the length of ebda and map entire ebda region (Stanislaw Gruszka) [580067]
+- [x86] msr/cpuid: Pass the number of minors when unregistering MSR and CPUID drivers (Stanislaw Gruszka) [580063]
+- [fs] fnctl: f_modown should call write_lock_irqsave/restore (Stanislaw Gruszka) [580063]
+- [sound] ASoC: fix a memory-leak in wm8903 (Stanislaw Gruszka) [580063]
+- [mtd] UBI: initialise update marker (Stanislaw Gruszka) [580063]
+- [mtd] UBI: fix memory leak in update path (Stanislaw Gruszka) [580063]
+- [ipc] ns: fix memory leak (idr) (Stanislaw Gruszka) [580063]
+- [input] i8042: remove identification strings from DMI tables (Stanislaw Gruszka) [580063]
+- [netdrv] starfire: clean up properly if firmware loading fails (Stanislaw Gruszka) [580064]
+- [kernel] random: drop weird m_time/a_time manipulation (Stanislaw Gruszka) [580064]
+- [kernel] random: Remove unused inode variable (Stanislaw Gruszka) [580064]
+- [mm] purge fragmented percpu vmap blocks (Stanislaw Gruszka) [580064]
+- [mm] percpu-vmap fix RCU list walking (Stanislaw Gruszka) [580064]
+- [x86] Add quirk for Intel DG45FC board to avoid low memory corruption (Stanislaw Gruszka) [580064]
+- [regulator] Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints (Stanislaw Gruszka) [580064]
+- [x86] Add Dell OptiPlex 760 reboot quirk (Stanislaw Gruszka) [580064]
+- [mm] fix migratetype bug which slowed swapping (Stanislaw Gruszka) [580064]
+- [input] winbond-cir: remove dmesg spam (Stanislaw Gruszka) [580064]
+- [acpi] Advertise to BIOS in _OSC: _OST on _PPC changes (Stanislaw Gruszka) [580064]
+- [infiniband] Fix failure exit in ipathfs (Stanislaw Gruszka) [580064]
+- [acpi] fix OSC regression that caused aer and pciehp not to load (Stanislaw Gruszka) [580064]
+- [acpi] Add platform-wide _OSC support (Stanislaw Gruszka) [580064]
+- [acpi] Add a generic API for _OSC (Stanislaw Gruszka) [580064]
+- [s390x] fix single stepped svcs with TRACE_IRQFLAGS=y (Stanislaw Gruszka) [580064]
+- [fs] sysfs: sysfs_sd_setattr set iattrs unconditionally (Stanislaw Gruszka) [580065]
+- [acpi] fix High cpu temperature with 2.6.32 (Stanislaw Gruszka) [580065]
+- [usb] usbfs: properly clean up the as structure on error paths (Stanislaw Gruszka) [580065]
+- [kernel] class: Free the class private data in class_release (Stanislaw Gruszka) [580065]
+- [serial] 8250: add serial transmitter fully empty test (Stanislaw Gruszka) [580065]
+- [rtc] rtc-fm3130: add missing braces (Stanislaw Gruszka) [580065]
+- [ata] Call flush_dcache_page after PIO data transfers in libata-sff.c (Stanislaw Gruszka) [580065]
+- [net] dst: call cond_resched() in dst_gc_task() (Stanislaw Gruszka) [580065]
+- [crypto] padlock-sha: Add import/export support (Stanislaw Gruszka) [580065]
+- [x86] dell-wmi, hp-wmi: check wmi_get_event_data() return value (Stanislaw Gruszka) [580065]
+- [tpm] tpm_infineon: fix suspend/resume handler for pnp_driver (Stanislaw Gruszka) [580065]
+- [usb] ftdi_sio: add USB device ID's for B&B Electronics line (Stanislaw Gruszka) [580063]
+- [fs] anon_inode: set S_IFREG on the anon_inode (Eric Paris) [591813]
+
+* Tue May 18 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-27.el6]
+- [ppc] pseries: Flush lazy kernel mappings after unplug operations (Steve Best) [591340]
+- [fs] ext3: enable barriers by default (Eric Sandeen) [586062]
+- [tracing] regset xstate extensions + generic PTRACE_{GET,SET}REGSET support (Oleg Nesterov) [587724]
+- [scsi] hpsa: update to 2.0.2 (Tomas Henzl) [587418]
+- [mm] Print more information about the task being OOM killed (Larry Woodman) [546533]
+- [netdrv] igb/igbvf: use netdev_alloc_skb_ip_align() (Stefan Assmann) [589497]
+- [acpi] Fix regression where _PPC is not read at boot even when ignore_ppc=0 (Matthew Garrett) [571893]
+- [x86] i386: Do a global tlb flush on S4 resume (Matthew Garrett) [572818]
+- [pci] Add ABI for PCI runtime power management (Matthew Garrett) [589781]
+- [block] Fix regression in O_DIRECT|O_SYNC writes to block devices (Jeff Moyer) [582628]
+- [kernel] add skip_spaces() implementation (Jaroslav Kysela) [591078]
+- [kernel] sched: cpuacct: Use bigger percpu counter batch values for stats counters (Steve Best) [591343]
+- [kernel] idr: fix a critical misallocation bug (Eric Paris) [582109]
+- [net] tcp: Fix OOB POLLIN avoidance (Oleg Nesterov) [584786]
+- [s390x] qeth: synchronize configuration interface (Hendrik Brueckner) [586962]
+- [fs] inotify: race use after free/double free in inotify inode marks (Eric Paris) [582109]
+- [fs] ext4: Add flag to files with blocks intentionally past EOF (Eric Sandeen) [578562]
+- [drm] backport patches up to 2.6.34-rc7 (Adam Jackson) [589792]
+- [kernel] elf coredump: add extended numbering support (Amerigo Wang) [578659]
+- [kernel] binfmt_elf_fdpic: Fix build breakage introduced by coredump changes. (Amerigo Wang) [578659]
+- [kernel] elf coredump: make offset calculation process and writing process explicit (Amerigo Wang) [578659]
+- [kernel] elf coredump: replace ELF_CORE_EXTRA_* macros by functions (Amerigo Wang) [578659]
+- [kernel] coredump: move dump_write() and dump_seek() into a header file (Amerigo Wang) [578659]
+- [kernel] coredump: unify dump_seek() implementations for each binfmt_*.c (Amerigo Wang) [578659]
+- [mm] introduce coredump parameter structure (Amerigo Wang) [578659]
+- [powerpc] Reduce printk from pseries_mach_cpu_die() (Steve Best) [590754]
+- [powerpc] Move checks in pseries_mach_cpu_die() (Steve Best) [590754]
+- [powerpc] Reset kernel stack on cpu online from cede state (Steve Best) [590754]
+- [virt] don't compute pvclock adjustments if we trust the tsc (Glauber Costa) [569603]
+- [virt] Try using new kvm clock msrs (Glauber Costa) [569603]
+- [virt] Add a global synchronization point for pvclock (Glauber Costa) [569603]
+- [virt] Enable pvclock flags in vcpu_time_info structure (Glauber Costa) [569603]
+- [virt] Tell the guest we'll warn it about tsc stability (Glauber Costa) [592296]
+- [virt] export paravirtual cpuid flags in KVM_GET_SUPPORTED_CPUID (Glauber Costa) [592296]
+- [virt] add new KVMCLOCK cpuid feature (Glauber Costa) [592296]
+- [virt] change msr numbers for kvmclock (Glauber Costa) [592296]
+- [scsi] enclosure: fix oops while iterating enclosure_status array (Stanislaw Gruszka) [580062]
+- [usb] fix bitmask merge error (Stanislaw Gruszka) [580062]
+- [acpi] enable C2 and Turbo-mode on Nehalem notebooks on A/C (Stanislaw Gruszka) [580063]
+- [input] i8042: add Gigabyte M1022M to the noloop list (Stanislaw Gruszka) [580063]
+- [kernel] nohz: Prevent clocksource wrapping during idle (Stanislaw Gruszka) [580063]
+- [kernel] sched: Fix missing sched tunable recalculation on cpu add/remove (Stanislaw Gruszka) [580063]
+- [netdrv] atl1c: use common_task instead of reset_task and link_chg_task (Stanislaw Gruszka) [580063]
+- [netdrv] atl1e: disable NETIF_F_TSO6 for hardware limit (Stanislaw Gruszka) [580063]
+- [kernel] driver-core: fix devtmpfs crash on s390 (Stanislaw Gruszka) [580063]
+- [kernel] devtmpfs: set root directory mode to 0755 (Stanislaw Gruszka) [580063]
+- [input] ALPS: add interleaved protocol support for Dell E6x00 series (Stanislaw Gruszka) [580063]
+- [mm] flush dcache before writing into page to avoid alias (Stanislaw Gruszka) [580064]
+- [block] pktcdvd: removing device does not remove its sysfs dir (Stanislaw Gruszka) [580064]
+- [mm] add new 'read_cache_page_gfp()' helper function (Stanislaw Gruszka) [580064]
+- [acpi] Add NULL pointer check in acpi_bus_start (Stanislaw Gruszka) [580065]
+- [usb] usbfs: only copy the actual data received (Stanislaw Gruszka) [580065]
+- [net] netfilter: xtables: compat out of scope fix (Stanislaw Gruszka) [580065]
+- [net] pktgen: Fix freezing problem (Stanislaw Gruszka) [580065]
+
+* Thu May 13 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-26.el6]
+- [scsi] Sync fcoe to upsteam (Mike Christie) [590781]
+- [netdrv] bnx2x: fix memory barrier (Stanislaw Gruszka) [580477]
+- [x86] kprobes: fix removed int3 checking order (Dave Anderson) [585400]
+- [net] fix oops at bootime in sysctl code (Stanislaw Gruszka) [580064]
+- [net] af_packet: Don't use skb after dev_queue_xmit() (Stanislaw Gruszka) [580064]
+- [net] restore ip source validation (Stanislaw Gruszka) [580064]
+- [net] tcp: update the netstamp_needed counter when cloning sockets (Stanislaw Gruszka) [580064]
+- [net] icmp: send fragment reassembly timeout w/ conntrack enabled (Neil Horman) [563175]
+- [fs] GFS2: stuck in inode wait, no glocks stuck (Robert S Peterson) [583737]
+- [mm] compcache: Backport compcache: ramzswap documentation (Jerome Marchand) [578641]
+- [mm] compcache: xvmalloc memory allocator (Jerome Marchand) [578641]
+- [mm] compcache: virtual block device driver (ramzswap) (Jerome Marchand) [578641]
+- [mm] readahead: fix NULL filp dereference (Josef Bacik) [591055]
+- [netdrv] tg3: 57780 and 5785 devices refuse to attach (Andy Gospodarek) [564117]
+- [x86] Fetch valid frequencies for powernow_k8.o from ACPI _PST table (Bhavna Sarathy) [464630]
+- [s390x] ptrace: fix return value of do_syscall_trace_enter() (Hendrik Brueckner) [588216]
+- [fs] gfs2: fix oops while copying from ext3 to gfs2 (Abhijith Das) [586009] {CVE-2010-1436}
+- [virt] virtio: console: Accept console size along with resize control message (Amit Shah) [589307]
+- [virt] virtio: console: Store each console's size in the console structure (Amit Shah) [589307]
+- [virt] virtio: console: Resize console port 0 on config intr only if multiport is off (Amit Shah) [589307]
+- [sound] ac97: Add IBM ThinkPad R40e to Headphone/Line Jack Sense blacklist (Stanislaw Gruszka) [584757]
+- [sound] ac97: Add Toshiba P500 to ac97 jack sense blacklist (Stanislaw Gruszka) [584757]
+- [x86] amd: Restrict usage of c1e_idle() (Stanislaw Gruszka) [584757]
+- [x86] Fix placement of FIX_OHCI1394_BASE (Stanislaw Gruszka) [584757]
+- [net] netfilter: xt_recent: fix regression in rules using a zero hit_count (Stanislaw Gruszka) [584757]
+- [kernel] softlockup: Stop spurious softlockup messages due to overflow (Stanislaw Gruszka) [584757]
+- [kernel] cpuset: fix the problem that cpuset_mem_spread_node() returns an offline node (Stanislaw Gruszka) [584757]
+- [pci] cleanup error return for pcix get and set mmrbc functions (Stanislaw Gruszka) [584757]
+- [pci] fix access of PCI_X_CMD by pcix get and set mmrbc functions (Stanislaw Gruszka) [584757]
+- [pci] fix return value from pcix_get_max_mmrbc() (Stanislaw Gruszka) [584757]
+- [net] if_tunnel.h: add missing ams/byteorder.h include (Stanislaw Gruszka) [584757]
+- [netdrv] jme: Protect vlgrp structure by pause RX actions (Stanislaw Gruszka) [584757]
+- [netdrv] jme: Fix VLAN memory leak (Stanislaw Gruszka) [584757]
+- [usb] option: add support for a new CMOTECH device to usb/serial/option (Stanislaw Gruszka) [584757]
+- [usb] option: move hardcoded PID to a macro in usb/serial/option (Stanislaw Gruszka) [584757]
+- [usb] option: fix incorrect manufacturer name in usb/serial/option: MAXON->CMOTECH (Stanislaw Gruszka) [584757]
+- [usb] xHCI: re-initialize cmd_completion (Stanislaw Gruszka) [584757]
+- [usb] EHCI: adjust ehci_iso_stream for changes in ehci_qh (Stanislaw Gruszka) [584757]
+- [usb] EHCI: fix ITD list order (Stanislaw Gruszka) [584757]
+- [tty] Take a 256 byte padding into account when buffering below sub-page units (Stanislaw Gruszka) [584757]
+- [tty] Keep the default buffering to sub-page units (Stanislaw Gruszka) [584757]
+- [mm] tmpfs: cleanup mpol_parse_str() (Stanislaw Gruszka) [584757]
+- [perf] Make the install relative to DESTDIR if specified (Stanislaw Gruszka) [584757]
+- [perf] perf_event: Fix oops triggered by cpu offline/online (Stanislaw Gruszka) [584757]
+- [isdn] gigaset: prune use of tty_buffer_request_room (Stanislaw Gruszka) [584757]
+- [isdn] gigaset: correct clearing of at_state strings on RING (Stanislaw Gruszka) [584757]
+- [sound] hda: Disable MSI for Nvidia controller (Stanislaw Gruszka) [584757]
+- [sound] hda: Fix 0 dB offset for HP laptops using CX20551 (Stanislaw Gruszka) [584757]
+- [sound] hda: Fix secondary ADC of ALC260 basic model (Stanislaw Gruszka) [584757]
+- [virt] virtio: fix out of range array access (Stanislaw Gruszka) [584757]
+- [ipc] mqueue: fix mq_open() file descriptor leak on user-space processes (Stanislaw Gruszka) [584757]
+- [security] sysctl: require CAP_SYS_RAWIO to set mmap_min_addr (Stanislaw Gruszka) [584757]
+- [kernel] sched: Mark boot-cpu active before smp_init() (Stanislaw Gruszka) [584757]
+- [pci] add support for 82576NS serdes to existing SR-IOV quirk (Stanislaw Gruszka) [584757]
+- [v4l] DVB: em28xx-dvb: fix memleak in dvb_fini() (Stanislaw Gruszka) [584757]
+- [pci] unconditionally clear AER uncorr status register during cleanup (Stanislaw Gruszka) [584757]
+- [tracing] Do not record user stack trace from NMI context (Stanislaw Gruszka) [584757]
+- [tracing] Disable buffer switching when starting or stopping trace (Stanislaw Gruszka) [584757]
+- [tracing] Use same local variable when resetting the ring buffer (Stanislaw Gruszka) [584757]
+- [tracing] function-graph: Init curr_ret_stack with ret_stack (Stanislaw Gruszka) [584757]
+- [tracing] ring-buffer: Move disabled check into preempt disable section (Stanislaw Gruszka) [584757]
+- [input] i8042: add ALDI/MEDION netbook E1222 to qurik reset table (Stanislaw Gruszka) [584757]
+- [net] netfilter: xt_recent: fix false match (Stanislaw Gruszka) [580067]
+- [net] netfilter: xt_recent: fix buffer overflow (Stanislaw Gruszka) [580067]
+- [tracing] oprofile/x86: fix msr access to reserved counters (Stanislaw Gruszka) [580067]
+- [tracing] oprofile/x86: use kzalloc() instead of kmalloc() (Stanislaw Gruszka) [580067]
+- [tracing] oprofile/x86: remove node check in AMD IBS initialization (Stanislaw Gruszka) [580067]
+- [tracing] oprofile: remove tracing build dependency (Stanislaw Gruszka) [580067]
+- [x86] oprofile: fix perfctr nmi reservation for mulitplexing (Stanislaw Gruszka) [580067]
+- [netdrv] via-rhine: Fix scheduling while atomic bugs (Stanislaw Gruszka) [580067]
+- [net] ipv6: conntrack: Add member of user to nf_ct_frag6_queue structure (Stanislaw Gruszka) [580067]
+- [net] Remove bogus IGMPv3 report handling (Stanislaw Gruszka) [580067]
+- [net] sysfs: Use rtnl_trylock in wireless sysfs methods (Stanislaw Gruszka) [580067]
+- [net] Fix sysctl restarts (Stanislaw Gruszka) [580067]
+- [mm] slab: initialize unused alien cache entry as NULL at alloc_alien_cache() (Stanislaw Gruszka) [580067]
+- [v4l] DVB: cxusb: Select all required frontend and tuner modules (Stanislaw Gruszka) [580067]
+- [v4l] dvb: l64781.ko broken with gcc 4.5 (Stanislaw Gruszka) [580067]
+- [v4l] DVB: uvcvideo: Fix controls blacklisting (Stanislaw Gruszka) [580063]
+- [net] netfilter: nf_conntrack: fix hash resizing with namespaces (Stanislaw Gruszka) [580065]
+- [net] netfilter: nf_conntrack: restrict runtime expect hashsize modifications (Stanislaw Gruszka) [580065]
+- [net] netfilter: xtables: fix conntrack match v1 ipt-save output (Stanislaw Gruszka) [580063]
+- [v4l] DVGB: DocBook/media: create links for included sources (Stanislaw Gruszka) [580063]
+- [v4l] DVB: DocBook/media: copy images after building HTML (Stanislaw Gruszka) [580063]
+- [v4l] DVB: dvb-core: fix initialization of feeds list in demux filter (Stanislaw Gruszka) [580065]
+- [dma] ioat: fix infinite timeout checking in ioat2_quiesce (Stanislaw Gruszka) [580065]
+- [v4l] DVB: smsusb: add autodetection support for five additional Hauppauge USB IDs (Stanislaw Gruszka) [580063]
+- [x86] cpufreq: Fix use after free of struct powernow_k8_data (Stanislaw Gruszka) [580065]
+- [regulator] Fix display of null constraints for regulators (Stanislaw Gruszka) [580065]
+
+* Mon May 10 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-25.el6]
+- [fs] exec: Fix 'flush_old_exec()/setup_new_exec()' split (Jiri Olsa) [586024] {CVE-2010-0307}
+- [powerpc] TIF_ABI_PENDING bit removal (Jiri Olsa) [586024] {CVE-2010-0307}
+- [x86] set_personality_ia32() misses force_personality32 (Jiri Olsa) [586024] {CVE-2010-0307}
+- [x86] get rid of the TIF_ABI_PENDING bit (Jiri Olsa) [586024] {CVE-2010-0307}
+- [kernel] split 'flush_old_exec' into two functions (Jiri Olsa) [586024] {CVE-2010-0307}
+- [net] sctp: fix skb_over_panic from processing too many unknown params (Neil Horman) [584659] {CVE-2010-1173}
+- [virt] kvm: fix vmx null pointer dereference (Eduardo Habkost) [570534] {CVE-2010-0435}
+- [fs] gfs2: fix quota state reporting (Christoph Hellwig) [589945]
+- [fs] gfs2: fix quota file size not a multiple of struct gfs2_quota (Abhijith Das) [589813]
+- [x86] Use physical mode for IBM Summit platforms (John Villalovos) [558397]
+- [mm] page allocator: update NR_FREE_PAGES only when necessary (Stanislaw Gruszka) [579693]
+- [mm] memcg: ensure list is empty at rmdir (Stanislaw Gruszka) [579693]
+- [video] revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC Framebuffer" (Stanislaw Gruszka) [579693]
+- [v4l] DVB: gspca - sunplus: Fix bridge exchanges (Stanislaw Gruszka) [580062]
+- [hwmon] fschmd: Fix a memleak on multiple opens of /dev/watchdog (Stanislaw Gruszka) [580063]
+- [sound] hda: Fix HP T5735 automute (Stanislaw Gruszka) [580063]
+- [sound] hda: Fix quirk for Maxdata obook4-1 (Stanislaw Gruszka) [580063]
+- [sound] ice1724: Patch for suspend/resume for ESI Juli@ (Stanislaw Gruszka) [580063]
+- [sound] usb-audio: Avoid Oops after disconnect (Stanislaw Gruszka) [580065]
+- [sound] ctxfi: fix PTP address initialization (Stanislaw Gruszka) [580065]
+- [hwmon] lm78: Request I/O ports individually for probing (Stanislaw Gruszka) [580065]
+- [hwmon] w83781d: Request I/O ports individually for probing (Stanislaw Gruszka) [580065]
+- [hwmon] tmp421: Fix temperature conversions (Stanislaw Gruszka) [580067]
+- [sound] via82xx: add quirk for D1289 motherboard (Stanislaw Gruszka) [580067]
+- [hwmon] tmp421: Restore missing inputs (Stanislaw Gruszka) [580067]
+- [sound] USB MIDI support for Access Music VirusTI (Stanislaw Gruszka) [580067]
+- [sound] hda-intel: Add position_fix quirk for ASUS M2V-MX SE (Stanislaw Gruszka) [580067]
+- [sound] pcm core: fix fifo_size channels interval check (Stanislaw Gruszka) [580067]
+- [sound] hda: Use 3stack quirk for Toshiba Satellite L40-10Q (Stanislaw Gruszka) [580067]
+- [bluetooth] Fix potential bad memory access with sysfs files (Stanislaw Gruszka) [584757]
+- [hwmon] coretemp: Add missing newline to dev_warn() message (Stanislaw Gruszka) [584757]
+- [bluetooth] Fix kernel crash on L2CAP stress tests (Stanislaw Gruszka) [584757]
+- [input] wacom: ensure the device is initialized properly upon resume (Stanislaw Gruszka) [584757]
+- [sound] hda: Fix input source elements of secondary ADCs on Realtek (Stanislaw Gruszka) [584757]
+- [x86] nmi watchdog: use generic interrupt source to determine deadlocks (Don Zickus) [574570]
+- [dm] eliminate some holes in data structures (Mike Snitzer) [586089]
+- [dm] ioctl: introduce flag indicating uevent was generated (Mike Snitzer) [586089]
+- [dm] free dm_io before bio_endio not after (Mike Snitzer) [586089]
+- [dm] table: remove unused dm_get_device range parameters (Mike Snitzer) [586089]
+- [dm] ioctl: only issue uevent on resume if state changed (Mike Snitzer) [586089]
+- [dm] raid1: always return error if all legs fail (Mike Snitzer) [586089]
+- [dm] mpath: refactor pg_init (Mike Snitzer) [586089]
+- [dm] mpath: wait for pg_init completion when suspending (Mike Snitzer) [586089]
+- [dm] mpath: hold io until all pg_inits completed (Mike Snitzer) [586089]
+- [dm] mpath: avoid storing private suspended state (Mike Snitzer) [586089]
+- [dm] document when snapshot has finished merging (Mike Snitzer) [586089]
+- [dm] table: remove dm_get from dm_table_get_md (Mike Snitzer) [586089]
+- [dm] mpath: skip activate_path for failed paths (Mike Snitzer) [586089]
+- [dm] mpath: pass struct pgpath to pg init done (Mike Snitzer) [586089]
+- [netdrv] mac80211: fix deferred hardware scan requests (John Linville) [561762]
+- [x86] asus-laptop: add Lenovo SL hotkey support (Stanislaw Gruszka) [579693]
+- [input] pmouse: move Sentelic probe down the list (Stanislaw Gruszka) [579693]
+- [pci] cardbus: Add a fixup hook and fix powerpc (Stanislaw Gruszka) [579693]
+- [mfd] Correct WM835x ISINK ramp time defines (Stanislaw Gruszka) [579693]
+- [mfd] WM835x GPIO direction register is not locked (Stanislaw Gruszka) [579693]
+- [edac] i5000_edac critical fix panic out of bounds (Stanislaw Gruszka) [579693]
+- [i2c] i2c-tiny-usb: Fix on big-endian systems (Stanislaw Gruszka) [580065]
+- [x86] thinkpad-acpi: fix bluetooth/wwan resume (Stanislaw Gruszka) [580067]
+- [v4l] DVB: bttv: Move I2C IR initialization (Stanislaw Gruszka) [580067]
+- [bluetooth] Fix sleeping function in RFCOMM within invalid context (Stanislaw Gruszka) [584757]
+- [i2c] i2c-i801: Don't use the block buffer for I2C block writes (Stanislaw Gruszka) [584757]
+- [s390x] vdso: use ntp adjusted clock multiplier (Hendrik Brueckner) [575728]
+- [s390x] timekeeping: Fix clock_gettime vsyscall time warp (Hendrik Brueckner) [575728]
+- [s390x] timekeeping: Fix accumulation bug triggered by long delay (Hendrik Brueckner) [575728]
+- [netdrv] igb: fix warning in drivers/net/igb/igb_main.c (Stefan Assmann) [589272]
+- [x86] Re-get cfg_new in case reuse/move irq_desc (Stanislaw Gruszka) [580065 583555]
+- [hwmon] adt7462: fix wrong ADT7462_VOLT_COUNT (Stanislaw Gruszka) [580065]
+- [fs] exec.c: fix initial stack reservation (Stanislaw Gruszka) [580067]
+- [fs] exec.c: restrict initial stack space expansion to rlimit (Stanislaw Gruszka) [580065]
+- [kernel] resource: add helpers for fetching rlimits (Stanislaw Gruszka) [580065]
+- [tracing] ext4: Convert some events to DEFINE_EVENT (Mike Snitzer) [588108]
+- [tracing] Convert some jbd2 events to DEFINE_EVENT (Mike Snitzer) [588108]
+- [tracing] Convert some block events to DEFINE_EVENT (Mike Snitzer) [588108]
+- [tracing] Convert some power events to DEFINE_EVENT (Mike Snitzer) [588108]
+- [tracing] Convert some workqueue events to DEFINE_EVENT (Mike Snitzer) [588108]
+- [tracing] Convert softirq events to DEFINE_EVENT (Mike Snitzer) [588108]
+- [tracing] Convert some kmem events to DEFINE_EVENT (Mike Snitzer) [588108]
+- [tracing] Convert module refcnt events to DEFINE_EVENT (Mike Snitzer) [588108]
+- [tracing] xfs: use DECLARE_EVENT_CLASS (Mike Snitzer) [588108]
+- [tracing] Harmonize event field names and print output names (Mike Snitzer) [588108]
+- [tracing] Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbook (Mike Snitzer) [588108]
+- [block] blk-cgroup: config options re-arrangement (Vivek Goyal) [586182]
+- [block] blkio: Fix another BUG_ON() crash due to cfqq movement across groups (Vivek Goyal) [586182]
+- [block] blkio: Fix blkio crash during rq stat update (Vivek Goyal) [586182]
+- [block] blkio: Initialize blkg->stats_lock for the root cfqg too (Vivek Goyal) [586182]
+- [block] blkio: Fix compile errors (Vivek Goyal) [586182]
+- [block] Update to io-controller stats (Vivek Goyal) [586182]
+- [block] io-controller: Add a new interface "weight_device" for IO-Controller (Vivek Goyal) [586182]
+- [block] cfq-iosched: Fix the incorrect timeslice accounting with forced_dispatch (Vivek Goyal) [586182]
+- [block] blkio: Add more debug-only per-cgroup stats (Vivek Goyal) [586182]
+- [block] blkio: Add io_queued and avg_queue_size stats (Vivek Goyal) [586182]
+- [block] blkio: Add io_merged stat (Vivek Goyal) [586182]
+- [block] blkio: Changes to IO controller additional stats patches (Vivek Goyal) [586182]
+- [block] expose the statistics in blkio.time and blkio.sectors for the root cgroup (Vivek Goyal) [586182]
+- [block] blkio: Increment the blkio cgroup stats for real now (Vivek Goyal) [586182]
+- [block] blkio: Add io controller stats like (Vivek Goyal) [586182]
+- [block] blkio: Remove per-cfqq nr_sectors as we'll be passing (Vivek Goyal) [586182]
+- [block] cfq-iosched: Add additional blktrace log messages in CFQ for easier debugging (Vivek Goyal) [586182]
+- [block] cfq-iosched: requests "in flight" vs "in driver" clarification (Vivek Goyal) [586182]
+- [ppc] cxgb3: Wait longer for control packets on initialization (Steve Best) [588848]
+- [virt] KVM: convert ioapic lock to spinlock (Marcelo Tosatti) [588811]
+- [virt] KVM: fix the handling of dirty bitmaps to avoid overflows (Marcelo Tosatti) [588811]
+- [virt] KVM: MMU: fix kvm_mmu_zap_page() and its calling path (Marcelo Tosatti) [588811]
+- [virt] KVM: VMX: Save/restore rflags.vm correctly in real mode (Marcelo Tosatti) [588811]
+- [virt] KVM: Dont spam kernel log when injecting exceptions due to bad cr writes (Marcelo Tosatti) [588811]
+- [virt] KVM: SVM: Fix memory leaks that happen when svm_create_vcpu() fails (Marcelo Tosatti) [588811]
+- [virt] KVM: VMX: Update instruction length on intercepted BP (Marcelo Tosatti) [588811]
+- [drm] nouveau: initial eDP support + additional fixes (Ben Skeggs) [588581]
+- [s390x] zcore: Fix reipl device detection (Hendrik Brueckner) [587025]
+- [connector] Delete buggy notification code (Stanislaw Gruszka) [580064 586025] {CVE-2010-0410}
+- [netdrv] ath9k: fix beacon slot/buffer leak (Stanislaw Gruszka) [580064]
+- [fusion] mptsas: Fix issue with chain pools allocation on katmai (Stanislaw Gruszka) [580064]
+- [sunrpc] Fix a potential memory leak in auth_gss (Stanislaw Gruszka) [584757]
+- [tracing] scsi: Enhance SCSI command tracing (Mike Snitzer) [588108]
+- [tracing] scsi: Add missing verify command definitions (Mike Snitzer) [588108]
+- [tracing] scsi: ftrace based SCSI command tracing (Mike Snitzer) [588108]
+- [tracing] add __print_hex() (Mike Snitzer) [588108]
+- [tracing] Add notrace to TRACE_EVENT implementation functions (Mike Snitzer) [588108]
+- [tracing] Move a printk out of ftrace_raw_reg_event_foo() (Mike Snitzer) [588108]
+- [tracing] Rename TRACE_EVENT_TEMPLATE() to DECLARE_EVENT_CLASS() (Mike Snitzer) [588108]
+- [tracing] Convert some sched trace events to DEFINE_EVENT and _PRINT (Mike Snitzer) [588108]
+- [tracing] Create new DEFINE_EVENT_PRINT (Mike Snitzer) [588108]
+- [tracing] Create new TRACE_EVENT_TEMPLATE (Mike Snitzer) [588108]
+- [tracing] additional interface changes and fixes (Mike Snitzer) [588108]
+- [tracing] Ftrace dynamic ftrace_event_call support (Mike Snitzer) [588108]
+- [fs] quota: fix WARN_ON when quota reservations get out of sync (Eric Sandeen) [581951]
+- [scsi] fcoe: sync with upstream (Mike Christie) [577049 578328]
+
+* Mon May 03 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-24.el6]
+- [fs] ecryptfs: disallow ecryptfs as underlying filesystem (Eric Sandeen) [585185]
+- [mm] Fix Section Mismatch warning in put_page_bootmem() (Prarit Bhargava) [587040]
+- [mm] transparent hugepage support update (Andrea Arcangeli) [556572]
+- [netdrv] ath9k: revert fb6635f6c114313f246cc34abc0b677264a765ed (Aristeu Rozanski) [584757]
+- [virt] KVM: take srcu lock before call to complete_pio() (Gleb Natapov) [585887]
+- [virt] virtio: Fix GFP flags passed from the virtio balloon driver (Amit Shah) [584680]
+- [x86] Check chip_data value in irq_force_complete_move() (Prarit Bhargava) [564398]
+- [x86] nmi_watchdog: use __cpuinit for 32-bit nmi_watchdog_default (Prarit Bhargava) [586967]
+- [acpi] Fall back to manually changing SCI_EN (Matthew Garrett) [587008]
+- [pci] Ensure that devices are resumed properly (Matthew Garrett) [586780]
+- [serial] usb-serial: Rework and update qcserial (Matthew Garrett) [587009]
+- [scsi] scsi_lib: Fix bug in completion of bidi commands (Stanislaw Gruszka) [580064]
+- [net] phonet: add check for null pernet mem pointer in notifier (Jiri Pirko) [573122]
+- [nfs] Ensure that writeback_single_inode() calls write_inode() when syncing (Jeff Layton) [584382]
+- [serial] 8250_pnp: use wildcard for serial Wacom tablets (Stanislaw Gruszka) [580062]
+- [fs] ext4: check s_log_groups_per_flex in online resize code (Eric Sandeen) [519461]
+- [x86] Fix sched_clock_cpu for systems with unsynchronized TSC (Prarit Bhargava) [568344]
+- [x86] Reenable TSC sync check at boot, even with NONSTOP_TSC (Prarit Bhargava) [568344]
+- [mm] slab: add memory hotplug support (Prarit Bhargava) [562880]
+- [x86] Set hotpluggable nodes in nodes_possible_map (Prarit Bhargava) [568344]
+- [x86] acpi: Auto Online Hot-Added Memory (Prarit Bhargava) [568344]
+- [mm] memory hotplug: fix a bug on /dev/mem for 64-bit kernels (Prarit Bhargava) [568344]
+- [mm] update all PGDs for direct mapping changes on 64 bit (Prarit Bhargava) [568344]
+- [x86] acpi: Map hotadded cpu to correct node (Prarit Bhargava) [568344]
+- [ipmi] Change timeout and event poll to one second (Matthew Garrett) [584106]
+- [ipmi] Attempt to register multiple SIs of the same type (Matthew Garrett) [584106]
+- [ipmi] Reduce polling (Matthew Garrett) [584106]
+- [ipmi] Reduce polling when interrupts are available (Matthew Garrett) [584106]
+- [ipmi] Change device discovery order (Matthew Garrett) [584106]
+- [ipmi] Only register one si per bmc (Matthew Garrett) [584106]
+- [ipmi] Split device discovery and registration (Matthew Garrett) [584106]
+- [ipmi] Change addr_source to an enum rather than strings (Matthew Garrett) [584106]
+- [drm] radeon: rs780/rs880: MSI quirk fixes (Dave Airlie) [586168]
+- [drm] radeon/kms: MC + watermark fixes + reset (Dave Airlie) [586168]
+- [drm] radeon/kms/evergreen: add evergreen stage 2 - HPD irq (Dave Airlie) [580757]
+- [drm] radeon: fixup radeon_asic struct c/h files (Dave Airlie) [586168]
+- [drm] radeon/kms: misc + tv dac fixes (Dave Airlie) [586168]
+- [drm] radeon/kms: squash upstream HDMI audio commits (Dave Airlie) [586168]
+- [drm] kms/radeon: Integrated graphics fixes (Dave Airlie) [586168]
+- [drm] radeon/kms: spread spectrum + pll fixes (Dave Airlie) [586168]
+- [drm] radeon: add initial evergreen support + fixes (Dave Airlie) [580757]
+- [kernel] tty: tty->pgrp races (Jiri Olsa) [586022]
+- [netdrv] kernel: fix the r8169 frame length check error (Jiri Olsa) [586017] {CVE-2009-4537}
+
+* Tue Apr 27 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-23.el6]
+- [doc] add the documentation for mpol=local (Stanislaw Gruszka) [584757]
+- [fs] tmpfs: handle MPOL_LOCAL mount option properly (Stanislaw Gruszka) [584757]
+- [fs] tmpfs: mpol=bind:0 don't cause mount error (Stanislaw Gruszka) [584757]
+- [netdrv] tun: orphan an skb on tx (Michael S. Tsirkin) [584428]
+- [s390x] vmalloc: IPL failure with enabled memory cgroups (Hendrik Brueckner) [580918]
+- [netdrv] b43: fall back gracefully to PIO mode after fatal DMA errors (John Linville) [583069]
+- [netdrv] b43: Allow PIO mode to be selected at module load (John Linville) [583069]
+- [netdrv] b43: Remove reset after fatal DMA error (John Linville) [583069]
+- [netdrv] b43: Optimize PIO scratchbuffer usage (John Linville) [583069]
+- [fs] vfs: get_sb_single() - do not pass options twice (Stanislaw Gruszka) [580063]
+- [fs] tmpfs: fix oops on mounts with mpol=default (Stanislaw Gruszka) [584757]
+- [kernel] cred.c: use kmem_cache_free (Stanislaw Gruszka) [580064]
+- [fs] partition/msdos: fix unusable extended partition for > 512B sector (Stanislaw Gruszka) [584757]
+- [fs] partitions/msdos: add support for large disks (Stanislaw Gruszka) [584757]
+- [fs] eCryptfs: Add getattr function (Stanislaw Gruszka) [580065]
+- [fs] ecryptfs: initialize private persistent file before dereferencing pointer (Stanislaw Gruszka) [580062]
+- [fs] ecryptfs: use after free (Stanislaw Gruszka) [580062]
+- [ppc] Track backing pages used allocated by vmemmap_populate() (Steve Best) [547854]
+- [netdrv] be2net: recent bug fixes from upstream (Ivan Vecera) [583766]
+- [sunrpc] handle allocation errors from __rpc_lookup_create() (Stanislaw Gruszka) [584757]
+- [nfs] Prevent another deadlock in nfs_release_page() (Stanislaw Gruszka) [584757]
+- [nfs] NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode() (Stanislaw Gruszka) [584757]
+- [nfs] Fix an allocation-under-spinlock bug (Stanislaw Gruszka) [580067]
+- [sunrpc] Handle EINVAL error returns from the TCP connect operation (Stanislaw Gruszka) [580067]
+- [sunrpc] remove unnecessary svc_xprt_put (Stanislaw Gruszka) [580067]
+- [x86] Add iMac9,1 to pci_reboot_dmi_table (Stanislaw Gruszka) [580067]
+- [rtc] rtc-core: fix memory leak (Stanislaw Gruszka) [580067]
+- [mm] readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM (Stanislaw Gruszka) [580067]
+- [fs] fix LOOKUP_FOLLOW on automount "symlinks" (Stanislaw Gruszka) [580067]
+- [nfs] Too many GETATTR and ACCESS calls after direct I/O (Stanislaw Gruszka) [580065]
+- [virt] kvmclock: count total_sleep_time when updating guest clock (Stanislaw Gruszka) [580065]
+- [kernel] Export the symbol of getboottime and mmonotonic_to_bootbased (Stanislaw Gruszka) [580065]
+- [nfs] NFS: Fix the mapping of the NFSERR_SERVERFAULT error (Stanislaw Gruszka) [580065]
+- [nfs] NFS: Fix a umount race (Stanislaw Gruszka) [580065]
+- [x86] amd-iommu: Fix possible integer overflow (Stanislaw Gruszka) [580064]
+- [ata] libata: retry FS IOs even if it has failed with AC_ERR_INVALID (Stanislaw Gruszka) [580064]
+- [firewire] firewire: ohci: fix crashes with TSB43AB23 on 64bit systems (Stanislaw Gruszka) [580064]
+- [ata] pata_hpt3x2n: always stretch UltraDMA timing (Stanislaw Gruszka) [580067]
+- [cgroup] memcg: fix oom killing a child process in an other cgroup (Stanislaw Gruszka) [580067]
+- [ata] libata: retry link resume if necessary (Stanislaw Gruszka) [580064]
+- [firewire] core: add_descriptor size check (Stanislaw Gruszka) [580064]
+- [netdrv] iwlwifi: fix scan race (Stanislaw Gruszka) [584759]
+- [netdrv] iwlwifi: clear all tx queues when firmware ready (Stanislaw Gruszka) [584759]
+- [netdrv] iwlwifi: need check for valid qos packet before free (Stanislaw Gruszka) [584759]
+- [netdrv] mac80211: tear down all agg queues when restart/reconfig hw (Stanislaw Gruszka) [584759]
+- [netdrv] mac80211: move netdev queue enabling to correct spot (Stanislaw Gruszka) [584759]
+- [netdrv] setup correct int pipe type in ar9170_usb_exec_cmd (Stanislaw Gruszka) [584759]
+- [netdrv] iwlwifi: range checking issue (Stanislaw Gruszka) [584759]
+- [netdrv] iwlwifi: fix nfreed-- (Stanislaw Gruszka) [584759]
+- [netdrv] iwlwifi: counting number of tfds can be free for 4965 (Stanislaw Gruszka) [584759]
+- [netdrv] b43: Workaround circular locking in hw-tkip key update callback (Stanislaw Gruszka) [584757]
+- [ata] ahci: use BIOS date in broken_suspend list (Stanislaw Gruszka) [584757]
+- [netdrv] mac80211: Reset dynamic ps timer in Rx path (Stanislaw Gruszka) [584757]
+- [netdrv] ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9k (Stanislaw Gruszka) [584757]
+- [netdrv] mac80211: Retry null data frame for power save (Stanislaw Gruszka) [584757]
+- [netdrv] ath9k: Enable TIM timer interrupt only when needed. (Stanislaw Gruszka) [584757]
+- [netdrv] ath9k: fix BUG_ON triggered by PAE frames (Stanislaw Gruszka) [584757]
+- [netdrv] iwlwifi: Silence tfds_in_queue message (Stanislaw Gruszka) [584757]
+- [netdrv] iwlwifi: use dma_alloc_coherent (Stanislaw Gruszka) [584757]
+- [netdrv] wl1251: fix potential crash (Stanislaw Gruszka) [584757]
+- [block] readahead: add blk_run_backing_dev (Stanislaw Gruszka) [584757]
+- [netdrv] ath9k: fix lockdep warning when unloading module (Stanislaw Gruszka) [584757]
+- [scsi] mvsas: add support for Adaptec ASC-1045/1405 SAS/SATA HBA (Stanislaw Gruszka) [584757]
+- [netdrv] ath5k: fix setup for CAB queue (Stanislaw Gruszka) [584757]
+- [netdrv] ath5k: dont use external sleep clock in AP mode (Stanislaw Gruszka) [584757]
+- [netdrv] tg3: Fix tg3_poll_controller() passing wrong pointer to tg3_interrupt() (Stanislaw Gruszka) [584757]
+- [netdrv] b43/b43legacy: Wake queues in wireless_core_start (Stanislaw Gruszka) [580067]
+- [netdrv] ath5k: use correct packet type when transmitting (Stanislaw Gruszka) [580067]
+- [netdrv] ath9k: disable RIFS search for AR91xx based chips (Stanislaw Gruszka) [580067]
+- [netdrv] ath9k: fix rate control fallback rate selection (Stanislaw Gruszka) [580067]
+- [netdrv] ath9k: fix beacon timer restart after a card reset (Stanislaw Gruszka) [580067]
+- [netdrv] p54usb: Add the USB ID for Belkin (Accton) FD7050E ver 1010ec (Stanislaw Gruszka) [580067]
+- [netdrv] rndis_wlan: disable stall workaround (Stanislaw Gruszka) [580067]
+- [netdrv] rndis_wlan: fix buffer overflow in rndis_query_oid (Stanislaw Gruszka) [580067]
+- [netdrv] rndis_wlan: handle NL80211_AUTHTYPE_AUTOMATIC (Stanislaw Gruszka) [580067]
+- [netdrv] sky2: fix transmit DMA map leakage (Stanislaw Gruszka) [580067]
+- [netdrv] airo: fix setting zero length WEP key (Stanislaw Gruszka) [580067]
+- [netdrv] mac80211: quit addba_resp_timer if Tx BA session is torn down (Stanislaw Gruszka) [580067]
+- [netdrv] iwlwifi: sanity check before counting number of tfds can be free (Stanislaw Gruszka) [580067]
+- [netdrv] iwlwifi: set HT flags after channel in rxon (Stanislaw Gruszka) [580067]
+- [netdrv] iwlwifi: error checking for number of tfds in queue (Stanislaw Gruszka) [580067]
+- [netdrv] iwlwifi: Fix to set correct ht configuration (Stanislaw Gruszka) [580065]
+- [netdrv] mac80211: Fix probe request filtering in IBSS mode (Stanislaw Gruszka) [580065]
+- [netdrv] ath9k: Fix sequence numbers for PAE frames (Stanislaw Gruszka) [580065]
+- [netdrv] b43: Fix throughput regression (Stanislaw Gruszka) [580065]
+- [netdrv] rtl8187: Add new device ID (Stanislaw Gruszka) [580065]
+- [ata] ahci: add Acer G725 to broken suspend list (Stanislaw Gruszka) [580065]
+- [scsi] mptfusion: mptscsih_abort return value should be SUCCESS instead of value 0 (Stanislaw Gruszka) [580065]
+- [nfs] Fix an Oops when truncating a file (Stanislaw Gruszka) [580065]
+- [block] cciss: Make cciss_seq_show handle holes in the h->drv[] array (Stanislaw Gruszka) [580065]
+- [netdrv] ath9k: fix eeprom INI values override for 2GHz-only cards (Stanislaw Gruszka) [580064]
+- [netdrv] mac80211: fix NULL pointer dereference when ftrace is enabled (Stanislaw Gruszka) [580064]
+- [block] fix bugs in bio-integrity mempool usage (Stanislaw Gruszka) [580064]
+- [netdrv] sky2: Fix oops in sky2_xmit_frame() after TX timeout (Stanislaw Gruszka) [580064]
+- [netdrv] iwlwifi: set default aggregation frame count limit to 31 (Stanislaw Gruszka) [580064]
+- [netdrv] e1000/e1000e: don't use small hardware rx buffers (Stanislaw Gruszka) [580064]
+- [netdrv] e1000: enhance frame fragment detection (Stanislaw Gruszka) [580064]
+- [mm] rmap: anon_vma_prepare() can leak anon_vma_chain (Rik van Riel) [579936]
+- [mm] rmap: add exclusively owned pages to the newest anon_vma (Rik van Riel) [579936]
+- [mm] anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvma (Rik van Riel) [579936]
+- [mm] anon_vma: clone the anon_vma chain in the right order (Rik van Riel) [579936]
+- [mm] vma_adjust: fix the copying of anon_vma chains (Rik van Riel) [579936]
+- [mm] Simplify and comment on anon_vma re-use for anon_vma_prepare() (Rik van Riel) [579936]
+- [mm] rmap: fix anon_vma_fork() memory leak (Rik van Riel) [579936]
+- [s390x] nss: add missing .previous statement to asm function (Hendrik Brueckner) [581521]
+- [ata] pata_mavell: correct check of AHCI config option (David Milburn) [584483]
+- [fs] ext4: Issue the discard operation before releasing the blocks (Eric Sandeen) [575884]
+- [scsi] 3w_sas: new driver (Tomas Henzl) [572781]
+- [kernel] hrtimer: Tune hrtimer_interrupt hang logic (Marcelo Tosatti) [576355]
+
+* Tue Apr 20 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-22.el6]
+- [netdrv] b43: ssb: do not read SPROM if it does not exist (John Linville) [574895]
+- [netdrv] igb: add support for Intel I350 Gigabit Network Connection (Stefan Assmann) [580727]
+- [kernel] exec: refactor how usermodehelpers work and modify core_pipe recursion check (Neil Horman) [557387]
+- [kernel] re-export page_is_ram() for crash module (Prarit Bhargava) [583032]
+- [x86] amd_iommu: allow iommu to complete dma transactions during transition to kdump kernel (Neil Horman) [577788]
+- [nfs] rsize and wsize settings ignored on v4 mounts (Steve Dickson) [582697]
+- [net] igmp: fix ip_mc_sf_allow race (Flavio Leitner) [578932]
+- [net] Remove skb_dma_map/unmap calls from drivers (Thomas Graf) [576690]
+- [scsi] mpt2sas: IOs needs to be pause until handles are refreshed for all device after recovery (Tomas Henzl) [577909]
+- [scsi] mpt2sas: Reworked scmd->result priority for _scsih_qcmd (Tomas Henzl) [577909]
+- [x86] Suppress stack overrun message for init_task (Prarit Bhargava) [582625]
+- [sunrpc] gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcall (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: Add support for rc4-hmac encryption (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: Use confounder length in wrap code (Steve Dickson) [498317]
+- [sunrpc] gssd_krb5: More arcfour-hmac support (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: Save the raw session key in the context (Steve Dickson) [498317]
+- [sunrpc] gssd_krb5: arcfour-hmac support (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcall (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: add remaining pieces to enable AES encryption support (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: add support for new token formats in rfc4121 (Steve Dickson) [498317]
+- [sunrpc] xdr: Add an export for the helper function write_bytes_to_xdr_buf() (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcall (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: add support for triple-des encryption (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: Add upcall info indicating supported kerberos enctypes (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: handle new context format from gssd (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: import functionality to derive keys into the kernel (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: add ability to have a keyed checksum (hmac) (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: introduce encryption type framework (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: prepare for new context format (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: split up functions in preparation of adding new enctypes (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: Don't expect blocksize to always be 8 when calculating padding (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: Added and improved code comments (Steve Dickson) [498317]
+- [sunrpc] gss_krb5: Introduce encryption type framework (Steve Dickson) [498317]
+- [mm] Fix vfree race resulting in kernel bug (Steven Whitehouse) [582522]
+- [ata] libata: fix accesses at LBA28 boundary (David Milburn) [582432]
+- [netdrv] b43: Rewrite DMA Tx status handling sanity checks (John Linville) [574533]
+- [char] tty: release_one_tty() forgets to put pids (Oleg Nesterov) [582077] {CVE-2010-1162}
+- [mm] oom: fix the unsafe usage of badness() in proc_oom_score() (Oleg Nesterov) [582069]
+- [netdrv] bonding: fix broken multicast with round-robin mode (Andy Gospodarek) [581644]
+- [x86] Remove sysfs_attr_init, sysfs_bin_attr_init changes introduced in last MCE patch (Prarit Bhargava) [581659]
+- [kernel] sched_getaffinity: allow less than NR_CPUS length (Oleg Nesterov) [578970]
+- [scsi] bfa sync w/ upstream (Rob Evers) [576716]
+- [gfs] GFS2: Fix ordering of ordered buffers (Steven Whitehouse) [581011]
+- [gfs] GFS2: Don't withdraw on partial rindex entries (Robert S Peterson) [581009]
+- [gfs] GFS2: livelock while reclaiming unlinked dinodes (Robert S Peterson) [570182]
+- [scsi] mpt2sas: Do not reset handle before calling _scsih_remove_device in RESCAN task after HBA RESET (Tomas Henzl) [572646]
+- [scsi] mpt2sas: Device removal algorithm in interrupt ctx (Tomas Henzl) [572646]
+- [scsi] mpt2sas: fix the incorrect scsi_dma_map error checking (Tomas Henzl) [572646]
+- [scsi] Upgrading version to 04.100.01.02 (Tomas Henzl) [572646]
+- [scsi] mpt2sas: modified _scsih_sas_device_find_by_handle/sas_address (Tomas Henzl) [572646]
+- [scsi] mpt2sas: RESCAN Barrier work is added in case of HBA reset (Tomas Henzl) [572646]
+- [scsi] update the version to 04.100.01.00 (Tomas Henzl) [572646]
+- [scsi] scsi_transport_sas: add support for transport layer retries (TLR) (Tomas Henzl) [572646]
+- [scsi] mpt2sas: Added raid transport support (Tomas Henzl) [572646]
+- [scsi] eliminate potential kmalloc failure in scsi_get_vpd_page() (Tomas Henzl) [572646]
+- [ata] libata: fix ata_id_logical_per_physical_sectors (David Milburn) [582021]
+- [netdrv] iwlwifi: Fix throughput stall issue in HT mode for 5000 (Stanislaw Gruszka) [580063]
+- [infiniband] IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc() (Stanislaw Gruszka) [580063]
+- [net] cfg80211: fix channel setting for wext (Stanislaw Gruszka) [580063]
+- [net] mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces (Stanislaw Gruszka) [580063]
+- [ata] ata_piix: fix MWDMA handling on PIIX3 (Stanislaw Gruszka) [580063]
+- [ata] ahci: disable SNotification capability for ich8 (Stanislaw Gruszka) [580063]
+- [netdrv] ar9170: Add support for D-Link DWA 160 A2 (Stanislaw Gruszka) [580063]
+- [netdrv] sfc: Fix DMA mapping cleanup in case of an error in TSO (Stanislaw Gruszka) [580063]
+- [fs] ext4: don't call write_inode under the journal (Josef Bacik) [576202]
+- [fs] ext4: Calculate metadata requirements more accurately (Josef Bacik) [576202]
+- [fs] ext4: Patch up how we claim metadata blocks for quota purposes (Josef Bacik) [576202]
+- [fs] ext4: fix potential quota deadlock (Josef Bacik) [576202]
+- [virt] virtio: console: Add support for nonblocking write()s (Amit Shah) [576241]
+- [virt] virtio: console: Rename wait_is_over() to will_read_block() (Amit Shah) [576241]
+- [virt] virtio: console: Don't always create a port 0 if using multiport (Amit Shah) [576241]
+- [virt] virtio: console: Use a control message to add ports (Amit Shah) [576241]
+- [virt] virtio: console: Move code around for future patches (Amit Shah) [576241]
+- [virt] virtio: console: Remove config work handler (Amit Shah) [576241]
+- [virt] virtio: console: Don't call hvc_remove() on unplugging console ports (Amit Shah) [576241]
+- [virt] virtio: console: Return -EPIPE to hvc_console if we lost the connection (Amit Shah) [576241]
+- [virt] virtio: console: Let host know of port or device add failures (Amit Shah) [576241]
+- [virt] virtio: console: Add a __send_control_msg() that can send messages without a valid port (Amit Shah) [576241]
+- [virt] hvc_console: Fix race between hvc_close and hvc_remove (Amit Shah) [577222]
+- [virt] virtio: console makes incorrect assumption about virtio API (Amit Shah) [576241]
+- [virt] MAINTAINERS: Put the virtio-console entry in correct alphabetical order (Amit Shah) [576241]
+- [virt] virtio: console: Fix early_put_chars usage (Amit Shah) [576241]
+- [virt] virtio: console: Check if port is valid in resize_console (Amit Shah) [576241]
+- [virt] virtio: console: Generate a kobject CHANGE event on adding 'name' attribute (Amit Shah) [576241]
+- [virt] virtio: console: Use better variable names for fill_queue operation (Amit Shah) [576241]
+- [virt] virtio: console: Fix type of 'len' as unsigned int (Amit Shah) [576241]
+- [vfs] rename block_fsync() to blkdev_fsync() (Jeff Moyer) [579781]
+- [char] raw: add an fsync method (Jeff Moyer) [579781]
+- [x86] Don't use logical-flat mode when more than 8 CPUs are possible (John Villalovos) [563798]
+- [net] Backport the new socket API recvmmsg, receive multiple messages (Arnaldo Carvalho de Melo) [579850]
+- [kernel] coredump: fix the page leak in dump_seek() (Oleg Nesterov) [580126]
+- [s390x] callhome: fix broken proc interface and activate comp ID (Hendrik Brueckner) [579482]
+
+* Mon Apr 12 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-21.el6]
+- [x86] Update x86 MCE code (Prarit Bhargava) [580587]
+- [scsi] 3w-xxxx: Force 60 second timeout default (Tomas Henzl) [572778]
+- [netdrv] enic: update to upstream version 1.3.1.1 (Andy Gospodarek) [575950]
+- [netdrv] igb: Add support for 82576 ET2 Quad Port Server Adapter (Stefan Assmann) [577421]
+- [kernel] resource: Fix generic page_is_ram() for partial RAM pages (Prarit Bhargava) [578834]
+- [x86] Use the generic page_is_ram() (Prarit Bhargava) [578834]
+- [x86] Remove BIOS data range from e820 (Prarit Bhargava) [578834]
+- [kernel] Move page_is_ram() declaration to mm.h (Prarit Bhargava) [578834]
+- [kernel] Generic page_is_ram: use __weak (Prarit Bhargava) [578834]
+- [kernel] resources: introduce generic page_is_ram() (Prarit Bhargava) [578834]
+- [fs] GFS2: Clean up copying from stuffed files (Steven Whitehouse) [580857]
+- [netdrv] igb: restrict WoL for 82576 ET2 Quad Port Server Adapter (Stefan Assmann) [578804]
+- [drm] radeon/kms: move radeon KMS on/off switch out of staging (Dave Airlie) [580766]
+- [netdrv] p54: fix deadlocks under tx load (Michal Schmidt) [580557]
+- [gfs2] GFS2: Mandatory locking fix (Steven Whitehouse) [571606] {CVE-2010-0727}
+- [x86] AMD: Fix NULL pointer dereference on 32-bit (Bhavna Sarathy) [571474]
+- [x86] Add wbinvd SMP helper routines (Bhavna Sarathy) [571474]
+- [x86] L3 cache: Remove NUMA dependency (Bhavna Sarathy) [571474]
+- [x86] Calculate L3 indices (Bhavna Sarathy) [571474]
+- [x86] Add cache index disable sys attributes (Bhavna Sarathy) [571474]
+- [x86] Fix disabling of L3 cache indices (Bhavna Sarathy) [571474]
+- [fs] NFS: Avoid a deadlock in nfs_release_page (Jeff Layton) [525963]
+- [fs] NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping (Jeff Layton) [525963]
+- [fs] NFS: Clean up nfs_sync_mapping (Jeff Layton) [525963]
+- [fs] NFS: Simplify nfs_wb_page() (Jeff Layton) [525963]
+- [fs] NFS: Replace __nfs_write_mapping with sync_inode() (Jeff Layton) [525963]
+- [fs] NFS: Simplify nfs_wb_page_cancel() (Jeff Layton) [525963]
+- [fs] NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages (Jeff Layton) [525963]
+- [fs] NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set (Jeff Layton) [525963]
+- [fs] NFS: Reduce the number of unnecessary COMMIT calls (Jeff Layton) [525963]
+- [fs] NFS: Add a count of the number of unstable writes carried by an inode (Jeff Layton) [525963]
+- [fs] NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c (Jeff Layton) [525963]
+- [fs] writeback: pass writeback_control to ->write_inode (Jeff Layton) [525963]
+- [fs] writeback: make sure data is on disk before calling ->write_inode (Jeff Layton) [525963]
+- [fs] writeback: introduce wbc.for_background (Jeff Layton) [525963]
+- [netdrv] macvlan: fix support for multiple driver backends (Anthony Liguori) [553337 566731]
+- [netdrv] net/macvtap: add vhost support (Anthony Liguori) [553337 566731]
+- [netdrv] macvtap: add GSO/csum offload support (Anthony Liguori) [553337 566731]
+- [netdrv] macvtap: rework object lifetime rules (Anthony Liguori) [553337 566731]
+- [netdrv] macvtap: fix reference counting (Anthony Liguori) [553337 566731]
+- [netdrv] net: macvtap driver (Anthony Liguori) [553337 566731]
+- [netdrv] macvlan: export macvlan mode through netlink (Anthony Liguori) [553337 566731]
+- [netdrv] macvlan: implement bridge, VEPA and private mode (Anthony Liguori) [553337 566731]
+- [netdrv] macvlan: cleanup rx statistics (Anthony Liguori) [553337 566731]
+- [netdrv] macvlan: Precise RX stats accounting (Anthony Liguori) [553337 566731]
+- [netdrv] macvlan: add private dev_txq_stats_fold function (Anthony Liguori) [553337 566731]
+- [netdrv] veth: move loopback logic to common location (Anthony Liguori) [553337 566731]
+- [s390x] zfcp: Remove lock dependency on unit remove (Hendrik Brueckner) [576860]
+- [s390x] zfcp: Remove lock dependency on unit add (Hendrik Brueckner) [576860]
+- [s390x] zfcp: Remove lock dependency on CCW remove (Hendrik Brueckner) [576860]
+- [s390x] dasd: fix alignment of transport mode recovery TCW (Hendrik Brueckner) [575824]
+- [s390x] cio: fix drvdata usage for the console subchannel (Hendrik Brueckner) [575826]
+- [s390x] zcore: CPU registers are not saved under LPAR (Hendrik Brueckner) [575221]
+- [s390x] zfcpdump: Use direct IO in order to increase dump speed (Hendrik Brueckner) [575189]
+- [s390x] qeth: change checksumming default for HiperSockets (Hendrik Brueckner) [572227]
+- [s390x] qeth: l3 send dhcp in non pass thru mode (Hendrik Brueckner) [572225]
+- [s390x] zfcp: Remove attached ports and units correctly (Hendrik Brueckner) [571938]
+- [drm] Bring in nouveau updates from upstream (Ben Skeggs) [558468]
+- [vfs] pass struct file to do_truncate on O_TRUNC opens (Jeff Layton) [573995]
+- [vfs] O_TRUNC open shouldn't fail after file truncation (Jeff Layton) [573995]
+- [net] netfilter: ctnetlink: compute message size properly (Jiri Pirko) [578476]
+- [block] cfq-iosched: Do not merge queues of BE and IDLE classes (Jeff Moyer) [577393]
+- [block] remove 16 bytes of padding from struct request on 64bits (Jeff Moyer) [577393]
+- [block] cfq: remove 8 bytes of padding from cfq_rb_root on 64 bit builds (Jeff Moyer) [577393]
+- [block] cfq-iosched: quantum check tweak (Jeff Moyer) [577393]
+- [block] remove padding from io_context on 64bit builds (Jeff Moyer) [577393]
+- [block] cfq: reorder cfq_queue removing padding on 64bit (Jeff Moyer) [577393]
+- [block] cfq-iosched: split seeky coop queues after one slice (Jeff Moyer) [577393]
+- [x86] edac, mce: Filter out invalid values (Bhavna Sarathy) [574487]
+- [x86] edac, mce, amd: silence GART TLB errors (Bhavna Sarathy) [574487]
+- [x86] edac, mce: correct corenum reporting (Bhavna Sarathy) [574487]
+- [x86] edac, mce: update AMD F10h revD check (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: Simplify ECC override handling (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: Do not falsely trigger kerneloops (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: Ensure index stays within bounds in amd64_get_scrub_rate (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: restrict PCI config space access (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: fix K8 chip select reporting (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: bump driver version (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: fix use-uninitialised bug (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: correct sys address to chip select mapping (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: add a leaner syndrome decoding algorithm (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: remove early hw support check (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: detect DDR3 memory type (Bhavna Sarathy) [574487]
+- [x86] edac: add memory types strings for debugging (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: remove unneeded extract_error_address wrapper (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: rename StinkyIdentifier (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: remove superfluous dbg printk (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: enhance address to DRAM bank mapping (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: cleanup f10_early_channel_count (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: dump DIMM sizes on K8 too (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: cleanup rest of amd64_dump_misc_regs (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: cleanup DRAM cfg low debug output (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: wrap-up pci config read error handling (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: make DRAM regions output more human-readable (Bhavna Sarathy) [574487]
+- [x86] amd64_edac: clarify DRAM CTL debug reporting (Bhavna Sarathy) [574487]
+
+* Tue Apr 06 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-20.el6]
+- [netdrv] iwlwifi: fix kdump hang (Stanislaw Gruszka) [575122]
+- [kernel] clockevent: Don't remove broadcast device when cpu is dead (Danny Feng) [572438]
+- [block] Export max number of segments and max segment size in sysfs (Jeff Moyer) [574132]
+- [block] Finalize conversion of block limits functions (Jeff Moyer) [574132]
+- [block] Fix overrun in lcm() and move it to lib (Jeff Moyer) [574132]
+- [block] jiffies fixes (Jeff Moyer) [574132]
+- [block] Consolidate phys_segment and hw_segment limits (Jeff Moyer) [574132]
+- [block] Rename blk_queue_max_sectors to blk_queue_max_hw_sectors (Jeff Moyer) [574132]
+- [block] Add BLK_ prefix to definitions (Jeff Moyer) [574132]
+- [block] Remove unused accessor function (Jeff Moyer) [574132]
+- [block] Update blk_queue_max_sectors and documentation (Jeff Moyer) [574132]
+- [ata] ahci: Turn off DMA engines when there's no device attached (Matthew Garrett) [577967]
+- [scsi] qla2xxx: minor updates and fixes from upstream (Rob Evers) [574526]
+- [scsi] Additional BSG corrections from upstream (Rob Evers) [574590]
+- [netdrv] be2net: Update be2net 10GB NIC driver to version 2.102.147u (Ivan Vecera) [576172]
+- [scsi] update fibre channel layer (Mike Christie) [571824]
+- [scsi] lpfc Update from 8.3.5.6 to 8.3.5.7 FC/FCoE (Rob Evers) [576174]
+- [netdrv] e100: fix the 'size' argument passed to pci_pool_create() (Dean Nelson) [576887]
+- [kernel] futex: remove rw parameter from get_futex_key() (Amerigo Wang) [555700]
+- [drm] Add drm_gem_object_handle_unreference_unlocked and drm_gem_object_unreference_unlocked (Adam Jackson) [575910]
+- [drm] i915: Update to 2.6.34-rc1 (pre-vga-switcheroo) (Adam Jackson) [575910]
+- [scsi] libfcoe: Send port LKA every FIP_VN_KA_PERIOD secs (Rob Evers) [570693]
+- [scsi] fnic: updating driver to 1.4.0.98 syncs w/ upstream (Rob Evers) [570693]
+- [sound] snd-hda-intel: avoid divide by zero (Jaroslav Kysela) [567173] {CVE-2010-1085}
+- [netdrv] bnx2x: use new firmware (Stanislaw Gruszka) [560993]
+- [netdrv] bnx2: remove old firmware (Stanislaw Gruszka) [560993]
+- [netdrv] bnx2x: 1.52.1-6 firmware (Stanislaw Gruszka) [560993]
+- [netdrv] bnx2x: 1.52.1-6 bug fixes (Stanislaw Gruszka) [560993]
+- [ata] ahci: support FIS-based switching (David Milburn) [463152]
+- [drm] radeon: better GPU reset for lockup (Jerome Glisse) [576511]
+- [block] cciss: add 30 second initial timeout wait on controller reset (Tomas Henzl) [574094]
+- [serial] fix hang in serial console open (Neil Horman) [568418]
+- [virt] vmw_pvscsi: adding vmware paravirtualized driver (Rob Evers) [553062]
+- [scsi] 3w-9xxx: update 3w-9xxx to v2.26.02.014RH (Tomas Henzl) [572779]
+- [netdrv] ixgbevf: initial support for 82599VF driver (Andy Gospodarek) [462790]
+- [netdrv] ixgbe: update to version 2.0.62-k2 (Andy Gospodarek) [462790]
+- [netdrv] netxen: More critical bug fixes and AER support (Tony Camuso) [516840]
+- [netdrv] netxen: Sync with upstream kernel bug fixes (Tony Camuso) [516840]
+- [fs] dlm: use bastmode in debugfs output (David Teigland) [568102]
+- [fs] dlm: send reply before bast (David Teigland) [568102]
+- [fs] dlm: fix ordering of bast and cast (David Teigland) [568102]
+- [virt] virtio-net: remove send queue (Anthony Liguori) [555698]
+- [virt] virtio-net: Defer skb allocation and remove recv queue (Anthony Liguori) [555698]
+- [net] bridge: Allow enable/disable UFO on bridge device via ethtool (Anthony Liguori) [555537]
+- [net] Make UFO on master device independent of attached devices (Anthony Liguori) [555537]
+- [fs] xfs: fix locking for inode cache radix tree tag updates (Christoph Hellwig) [573836]
+- [uv] fix microcode.ctl slow down in boot-time on large systems (George Beshers) [573018]
+- [scsi] lpfc Update from 8.3.5.5 to 8.3.5.6 FC/FCoE (Rob Evers) [568889]
+- [mm] transparent hugepage support update (Andrea Arcangeli) [556572]
+- [netdrv] e1000e: fix data corruptor in NFS packet split filtering hw (Neil Horman) [572350]
+- [security] selinux: dynamic class/perm discovery (Eric Paris) [570812]
+- [security] selinux/ss: correct size computation (Eric Paris) [573000]
+- [security] SELinux: reduce size of access vector hash table (Eric Paris) [570433]
+- [security] SELinux: reset the security_ops before flushing the avc cache (Eric Paris) [572998]
+- [sched] Fix sched_mc_power_savings for !SMT (Danny Feng) [571879]
+- [security] selinux: Only audit permissions specified in policy (Eric Paris) [573002]
+- [security] selinux: fix memory leak in sel_make_bools (Eric Paris) [573008]
+- [security] SELinux: Make selinux_kernel_create_files_as() shouldn't just always return 0 (Eric Paris) [573011]
+- [security] selinux: convert range transition list to a hashtab (Eric Paris) [572702]
+- [virt] x86: remove kmap_atomic_pte paravirt op (Paolo Bonzini) [567203]
+- [virt] vmi: disable highmem PTE allocation even when CONFIG_HIGHPTE=y (Paolo Bonzini) [567203]
+- [virt] xen: disable highmem PTE allocation even when CONFIG_HIGHPTE=y (Paolo Bonzini) [567203]
+- [virt] x86: allow allocation of highmem user page tables to be disabled when CONFIG_HIGHPTE=y (Paolo Bonzini) [567203]
+- [netdrv] qlge: update to latest upstream (Andy Gospodarek) [562311]
+- [netdrv] add netif_printk helpers (Andy Gospodarek) [562311]
+- [net] bridge: Fix build error when IGMP_SNOOPING is not enabled (Herbert Xu) [574321]
+- [net] bridge: Add multicast count/interval sysfs entries (Herbert Xu) [574321]
+- [net] bridge: Add hash elasticity/max sysfs entries (Herbert Xu) [574321]
+- [net] bridge: Add multicast_snooping sysfs toggle (Herbert Xu) [574321]
+- [net] bridge: Add multicast_router sysfs entries (Herbert Xu) [574321]
+- [net] bridge: Add multicast data-path hooks (Herbert Xu) [574321]
+- [net] bridge: Add multicast start/stop hooks (Herbert Xu) [574321]
+- [net] bridge: Add multicast forwarding functions (Herbert Xu) [574321]
+- [net] bridge: Move NULL mdb check into br_mdb_ip_get (Herbert Xu) [574321]
+- [net] bridge: ensure to unlock in error path in br_multicast_query() (Herbert Xu) [574321]
+- [net] bridge: Fix RCU race in br_multicast_stop (Herbert Xu) [574321]
+- [net] bridge: Use RCU list primitive in __br_mdb_ip_get (Herbert Xu) [574321]
+- [net] bridge: cleanup: remove unneed check (Herbert Xu) [574321]
+- [net] bridge: depends on INET (Herbert Xu) [574321]
+- [net] bridge: Make IGMP snooping depend upon BRIDGE. (Herbert Xu) [574321]
+- [net] bridge: Add core IGMP snooping support (Herbert Xu) [574321]
+- [net] bridge: Fix br_forward crash in promiscuous mode (Herbert Xu) [574321]
+- [net] bridge: Split may_deliver/deliver_clone out of br_flood (Herbert Xu) [574321]
+- [net] bridge: Use BR_INPUT_SKB_CB on xmit path (Herbert Xu) [574321]
+- [net] bridge: Avoid unnecessary clone on forward path (Herbert Xu) [574321]
+- [net] bridge: Allow tail-call on br_pass_frame_up (Herbert Xu) [574321]
+- [net] bridge: Do br_pass_frame_up after other ports (Herbert Xu) [574321]
+- [net] Add netdev_alloc_skb_ip_align() helper (Herbert Xu) [574321]
+- [kernel] futex_lock_pi() key refcnt fix (Danny Feng) [566347] {CVE-2010-0623}
+- [pci] AER: fix aer inject result in kernel oops (Prarit Bhargava) [568515]
+- [scsi] fix 32bit compatibility in BSG interface (Rob Evers) [554538]
+- [x86] ACPI: don't cond_resched if irq is disabled (Danny Feng) [572441]
+- [x86] Ensure dell-laptop buffers are below 4GB (Matthew Garrett) [570036]
+- [hwmon] add hex '0x' indication to coretemp module output (Dean Nelson) [571865]
+- [cifs] update cifs client code to latest upstream code (Jeff Layton) [562788]
+- [block] fix merge_bvec_fn return value checks (Mike Snitzer) [571455]
+- [fs] ext4: avoid uninit mem references on some mount options (Eric Sandeen) [562008]
+- [s390x] dasd: Correct offline processing (Hendrik Brueckner) [568376]
+- [s390x] dasd: Fix refcounting (Hendrik Brueckner) [568376]
+- [x86] amd_iommu: remove dma-ops warning message (Bhavna Sarathy) [560002]
+- [x86] amd_iommu: Fix IO page fault by adding device notifiers (Bhavna Sarathy) [560002]
+- [x86] amd_iommu: Fix IOMMU API initialization for iommu=pt (Bhavna Sarathy) [560002]
+- [x86] amd_iommu: Fix possible integer overflow (Bhavna Sarathy) [560002]
+- [x86] amd_iommu: Fix deassignment of a device from the pt domain (Bhavna Sarathy) [560002]
+- [gfs2] Allow the number of committed revokes to temporarily be negative (Benjamin Marzinski) [563907]
+- [ppc64] powerpc: export data from new hcall H_EM_GET_PARMS (Steve Best) [570019]
+- [x86] ACPI: Be in TS_POLLING state during mwait based C-state entry (Avi Kivity) [571440]
+- [net] tcp: fix ICMP-RTO war (Jiri Olsa) [567532]
+- [mm] Add padding to mm structures allow future patches during the RHEL6 life (Larry Woodman) [554511]
+
 * Tue Mar 09 2010 Aristeu Rozanski <arozansk@redhat.com> [2.6.32-19.el6]
 - [mm] Switch to SLAB (Aristeu Rozanski) [570614]