# # spec file for package kernel-default (Version 2.6.32.54) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild %define srcversion 2.6.32 %define patchversion 2.6.32.54 %define variant %{nil} %include %_sourcedir/kernel-spec-macros %define build_flavor default %define build_kdump (%build_flavor == "kdump") %define build_xen (%build_flavor == "xen" || %build_flavor == "ec2") %define build_vanilla (%build_flavor == "vanilla") %define build_ps3 (%build_flavor == "ps3") %define build_src_dir %my_builddir/linux-%srcversion %define src_install_dir /usr/src/linux-%kernelrelease%variant %define obj_install_dir %src_install_dir-obj %define rpm_install_dir %buildroot%obj_install_dir %define kernel_build_dir %my_builddir/linux-obj %(chmod +x %_sourcedir/{arch-symbols,built-in-where,find-provides,guards,check-for-config-changes,check-supported-list,modversions,kabi.pl,split-modules,symsets.pl}) %global cpu_arch %(%_sourcedir/arch-symbols %_target_cpu) %define cpu_arch_flavor %cpu_arch/%build_flavor # Define some CONFIG variables as rpm macros as well. (rpm cannot handle # defining them all at once.) %define config_vars CONFIG_MODULES CONFIG_KMSG_IDS CONFIG_SPLIT_PACKAGE CONFIG_ENTERPRISE_SUPPORT %{expand:%(eval "$(test -n "%cpu_arch_flavor" && tar xfj %_sourcedir/config.tar.bz2 --to-stdout config/%cpu_arch_flavor)"; for config in %config_vars; do echo "%%global $config ${!config:-n}"; done)} %define split_base (%CONFIG_SPLIT_PACKAGE == "y") %define split_extra (%CONFIG_SPLIT_PACKAGE == "y" && %CONFIG_ENTERPRISE_SUPPORT == "y") %ifarch s390 s390x %if ! %build_vanilla %define install_vdso 1 %else %define install_vdso 0 %endif # ! %build_vanilla %else %ifarch %ix86 x86_64 %define install_vdso 1 %else %define install_vdso 0 %endif # %ix86 x86_64 %endif # s390 s390x Name: kernel-default Summary: The Standard Kernel Version: 2.6.32.54 %if %using_buildservice Release: %else Release: 0 %endif License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ AutoReqProv: on BuildRequires: coreutils module-init-tools sparse BuildRequires: fdupes Provides: multiversion(kernel) Provides: %{name}_%_target_cpu = %version-%release %if %split_base Requires: %name-base_%_target_cpu = %version-%release %endif Requires(pre): coreutils awk # Need a module-init-tools with /usr/lib/module-init-tools/weak-modules2 Requires(post): module-init-tools >= 3.4 # This Requires is wrong, because the post/postun scripts have a # test -x update-bootloader, having perl-Bootloader is not a hard requirement. # But, there is no way to tell rpm or yast to schedule the installation # of perl-Bootloader before kernel-binary.rpm if both are in the list of # packages to install/update. Likewise, this is true for mkinitrd. # Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry Requires(post): perl-Bootloader >= 0.4.15 Requires(post): mkinitrd #!BuildIgnore: perl-Bootloader mkinitrd %ifarch ia64 # arch/ia64/scripts/unwcheck.py BuildRequires: python %endif %ifarch s390 s390x %if %build_vanilla BuildRequires: dwarfextract %endif %endif %if %build_xen %ifarch %ix86 %if %build_flavor != "ec2" Provides: kernel-xenpae = %version Obsoletes: kernel-xenpae <= %version %endif %endif #!BuildIgnore: xen %endif Provides: %name-nongpl Obsoletes: %name-nongpl %if %build_vanilla # force bzip2 instead of lzma compression to allow install on older dist versions %define _binary_payload w9.bzdio %endif # dead network if installed on SLES10, otherwise it will work (mostly) Conflicts: sysfsutils < 2.0 %if ! %build_vanilla Conflicts: apparmor-profiles <= 2.1 Conflicts: apparmor-parser < 2.3 # root-lvm only works with newer udevs Conflicts: udev < 118 Conflicts: lvm2 < 2.02.33 %endif %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel %ifarch x86_64 Provides: smp kernel-smp Obsoletes: smp kernel-smp %endif Source0: http://www.kernel.org/pub/linux/kernel/v2.6/linux-%srcversion.tar.bz2 Source10: preun.sh Source11: postun.sh Source12: pre.sh Source13: post.sh Source20: series.conf Source22: supported.conf Source30: arch-symbols Source31: guards Source33: check-for-config-changes Source34: check-supported-list Source40: source-timestamp Source41: built-in-where Source44: find-provides Source46: modversions Source47: kabi.pl Source48: split-modules Source49: kernel-spec-macros Source50: generic_serial-blacklist Source100: config.tar.bz2 Source101: patches.arch.tar.bz2 Source102: patches.drivers.tar.bz2 Source103: patches.fixes.tar.bz2 Source104: patches.rpmify.tar.bz2 Source105: patches.suse.tar.bz2 Source106: patches.xfs.tar.bz2 Source107: patches.xen.tar.bz2 Source108: patches.addon.tar.bz2 Source109: patches.kernel.org.tar.bz2 Source110: patches.apparmor.tar.bz2 Source111: patches.rt.tar.bz2 Source112: patches.trace.tar.bz2 Source113: patches.kabi.tar.bz2 Source120: kabi.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: x86_64 # These files are found in the kernel-source package: NoSource: 0 NoSource: 100 NoSource: 101 NoSource: 102 NoSource: 103 NoSource: 104 NoSource: 105 NoSource: 107 NoSource: 108 NoSource: 109 NoSource: 110 NoSource: 111 NoSource: 120 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. # sles10 / 10.3 Obsoletes: iwlwifi-kmp-%build_flavor Obsoletes: ipw3945-kmp-%build_flavor # sles10 / 11.0 Obsoletes: uvcvideo-kmp-%build_flavor # 10.3 Obsoletes: adm8211-kmp-%build_flavor Obsoletes: rt2x00-kmp-%build_flavor Obsoletes: rfswitch-kmp-%build_flavor # 11.0 Obsoletes: atl2-kmp-%build_flavor Obsoletes: wlan-ng-kmp-%build_flavor Obsoletes: et131x-kmp-%build_flavor Obsoletes: ivtv-kmp-%build_flavor Obsoletes: at76_usb-kmp-%build_flavor Obsoletes: pcc-acpi-kmp-%build_flavor Obsoletes: btusb-kmp-%build_flavor # sle11-ga Obsoletes: enic-kmp-%build_flavor <= 0.0.1_3 Obsoletes: fnic-kmp-%build_flavor <= 1.0.0_3 Obsoletes: brocade-bfa-kmp-%build_flavor <= 1.1.0.2_3 Obsoletes: kvm-kmp-%build_flavor <= 78.2.6.30.1_3 Obsoletes: perfmon-kmp-%build_flavor <= 2_3 Obsoletes: iwlagn-2-6-27-kmp-%build_flavor <= 1.0_3 Obsoletes: msi-wmi-kmp-%build_flavor <= 1.0_3 # 11.1 Obsoletes: quickcam-kmp-%build_flavor < 0.6.7 # Provide the exported symbols as "ksym(symbol) = hash" %define __find_provides %_sourcedir/find-provides %my_builddir %name # Will modules not listed in supported.conf abort the kernel build (0/1)? %define supported_modules_check 0 %description The standard kernel for both uniprocessor and multiprocessor systems. %source_timestamp %prep if ! [ -e %_sourcedir/linux-%srcversion.tar.bz2 ]; then echo "The %name-%version.nosrc.rpm package does not contain the" \ "complete sources. Please install kernel-source-%version.src.rpm." exit 1 fi SYMBOLS= if test -e %_sourcedir/extra-symbols; then SYMBOLS=$(cat %_sourcedir/extra-symbols) echo "extra symbol(s):" $SYMBOLS fi # Unpack all sources and patches %setup -q -c -T -a 0 -a 100 -a 101 -a 102 -a 103 -a 104 -a 105 -a 106 -a 107 -a 108 -a 109 -a 110 -a 111 -a 112 -a 113 -a 120 mkdir -p %kernel_build_dir supported_conf() { %_sourcedir/guards $* < %_sourcedir/supported.conf | \ sed 's,.*/,,; s,\.ko$,,' | sort -u } # Generate the list of modules to be marked as supported { supported_conf base supported_conf --default=0 external | sed 's/$/ external/' } > %kernel_build_dir/Module.supported supported_conf --default=0 base >%kernel_build_dir/Module.base cd linux-%srcversion # Apply patches echo "trap 'echo \"*** patch \$_ failed ***\"' ERR" >../apply-patches.sh %_sourcedir/guards $SYMBOLS <%_sourcedir/series.conf | \ %if %build_vanilla egrep '^patches\.(kernel\.org|rpmify)/' | \ %endif sed 's:^:patch -s -F0 -E -p1 --no-backup-if-mismatch -i ../:' \ >>../apply-patches.sh bash -ex ../apply-patches.sh cd %kernel_build_dir if [ -f %_sourcedir/localversion ] ; then cat %_sourcedir/localversion > localversion fi cp ../config/%cpu_arch_flavor .config %build_src_dir/scripts/config \ --set-str CONFIG_LOCALVERSION -%release_major-%build_flavor \ --enable CONFIG_SUSE_KERNEL \ %if 0%{?__debug_package:1} --enable CONFIG_DEBUG_INFO %else --disable CONFIG_DEBUG_INFO %endif makeoutputsync= if make --output-sync --help >/dev/null 2>&1 ; then makeoutputsync=--output-sync else echo make does not support --output-sync flag. Build messages may be mangled. 1>&2 fi MAKE_ARGS="$MAKE_ARGS $makeoutputsync -C %build_src_dir O=$PWD" if test -e %_sourcedir/TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS; then yes '' | make oldconfig $MAKE_ARGS else cp .config .config.orig make silentoldconfig $MAKE_ARGS < /dev/null %_sourcedir/check-for-config-changes .config.orig .config rm .config.orig fi make prepare $MAKE_ARGS make scripts $MAKE_ARGS krel=$(make -s kernelrelease $MAKE_ARGS) if [ "$krel" != "%kernelrelease-%build_flavor" ]; then echo "Kernel release mismatch: $krel != %kernelrelease-%build_flavor" >&2 exit 1 fi make clean $MAKE_ARGS rm -f source find . ! -type d -printf '%%P\n' > %my_builddir/obj-files cat > .kernel-binary.spec.buildenv <%my_builddir/vmlinux.debug.files %if 0%{?__debug_package:1} if $compressed; then local vmlinux_debug=usr/lib/debug/$vmlinux.debug mkdir -p $(dirname %buildroot/$vmlinux_debug) /usr/lib/rpm/debugedit -b $RPM_BUILD_DIR -d /usr/src/debug \ -l vmlinux.sourcefiles %buildroot/$vmlinux # FIXME: create and package build-id symlinks objcopy --only-keep-debug \ %buildroot/$vmlinux \ %buildroot/$vmlinux_debug || : objcopy --add-gnu-debuglink=%buildroot/$vmlinux_debug \ --strip-debug \ %buildroot/$vmlinux || : mkdir -p %buildroot/usr/src/debug LANG=C sort -z -u vmlinux.sourcefiles | grep -Ezv "<(built-in|stdin)>" \ | ( cd %_builddir && cpio -pd0m %buildroot/usr/src/debug ) find %buildroot/usr/src/debug -type d -print0 | xargs -0 -r chmod 0755 find %buildroot/usr/src/debug -type f -print0 | xargs -0 -r chmod 0644 echo -e "%%defattr(-, root, root)\\n/$vmlinux_debug" >%my_builddir/vmlinux.debug.files else # make vmlinux executable so that find-debuginfo.sh picks it up # (TODO: fix find-debuginfo.sh instead) chmod +x %buildroot/$vmlinux fi %endif if $compressed; then gzip -9 %buildroot/$vmlinux chmod a-x %buildroot/$vmlinux.gz fi } %if %build_kdump add_vmlinux image=vmlinux %else # architecture specifics %ifarch %ix86 x86_64 add_vmlinux --compressed %if %build_xen image=vmlinuz %else image=bzImage %endif cp -p arch/x86/boot/$image %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz %endif %ifarch alpha add_vmlinux --compressed cp -p arch/alpha/boot/vmlinux.gz %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz %endif %ifarch ppc ppc64 add_vmlinux image=vmlinux %endif %ifarch ia64 add_vmlinux --compressed mv %buildroot/boot/vmlinux-%kernelrelease-%build_flavor.gz \ %buildroot/boot/vmlinuz-%kernelrelease-%build_flavor image=vmlinuz %endif %ifarch s390 s390x add_vmlinux --compressed cp -p arch/s390/boot/image %buildroot/boot/image-%kernelrelease-%build_flavor image=image if test -e arch/s390/boot/kerntypes.o; then cp -p arch/s390/boot/kerntypes.o %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor elif test -x "$(which dwarfextract 2>/dev/null)"; then dwarfextract vmlinux %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor || echo "dwarfextract failed ($?)" fi %if %CONFIG_KMSG_IDS == "y" mkdir -p %buildroot/usr/share/man/man9 find man -name '*.9' -exec install -m 644 -D '{}' %buildroot/usr/share/man/man9/ ';' %endif %endif # end of build_kdump %endif for sub in '-base' '' '-extra'; do case "$sub" in '-base') base_package=1 ;; %if ! %split_base '') base_package=1 ;; %endif *) base_package=0 ;; esac for script in preun postun pre post devel-pre devel-post; do sed -e "s:@KERNELRELEASE@:%kernelrelease:g" \ -e "s:@IMAGE@:$image:g" \ -e "s:@FLAVOR""@:%build_flavor:g" \ -e "s:@SUBPACKAGE@:%name$sub:g" \ -e "s:@BASE_PACKAGE@:$base_package:g" \ -e "s:@RPM_VERSION_RELEASE@:%version-%release:g" \ -e "s:@RPM_TARGET_CPU@:%_target_cpu:g" \ -e "s:@CPU_ARCH_FLAVOR@:%cpu_arch_flavor:g" \ -e "s:@SRCVARIANT@:%variant:g" \ %_sourcedir/$script.sh > %my_builddir/$script$sub.sh done done %if %build_kdump || %build_xen || %build_vanilla || %build_ps3 # keep this -suffix list in sync with post.sh and postun.sh suffix=-%build_flavor %endif ln -s $image$suffix %buildroot/boot/$image$suffix ln -s initrd$suffix %buildroot/boot/initrd$suffix cp .config %buildroot/boot/config-%kernelrelease-%build_flavor %if %install_vdso # Install the unstripped vdso's that are linked in the kernel image make vdso_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot %endif # Create a dummy initrd with roughly the size the real one will have. # That way, YaST will know that this package requires some additional # space in /boot. dd if=/dev/zero of=%buildroot/boot/initrd-%kernelrelease-%build_flavor \ bs=1024 seek=2047 count=1 # Figure out where the symbols that vmlinux exports are defined. %_sourcedir/built-in-where < Module.symvers > Module.symvers.split if [ %CONFIG_MODULES = y ]; then mkdir -p %rpm_install_dir/%cpu_arch_flavor mkdir -p %buildroot/usr/src/linux-obj/%cpu_arch ln -s %build_flavor %buildroot/usr/src/linux-obj/%cpu_arch_flavor gzip -c9 < Module.symvers > %buildroot/boot/symvers-%kernelrelease-%build_flavor.gz make modules_install $MAKE_ARGS INSTALL_MOD_PATH=%buildroot if ! %_sourcedir/check-supported-list \ %_sourcedir %buildroot/lib/modules/%kernelrelease-%build_flavor; then %if %supported_modules_check exit 1 %endif echo "Consistency check error: please update supported.conf." fi %ifarch s390 s390x if test -e arch/s390/boot/kerntypes.o; then : elif test -x "$(which dwarfextract 2>/dev/null)" -a \ -f %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor; then find %buildroot -name "*.ko" > kofiles.list dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)" fi %endif # Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor # so that kernel-source + kernel-%build_flavor is sufficient for building # modules that have modversions as well. mkdir -p %rpm_install_dir/%cpu_arch/%build_flavor cp Module.symvers %rpm_install_dir/%cpu_arch/%build_flavor # Table of types used in exported symbols (for modversion debugging). %_sourcedir/modversions --pack . > %buildroot/boot/symtypes-%kernelrelease-%build_flavor if [ -s %buildroot/boot/symtypes-%kernelrelease-%build_flavor ]; then gzip -9 %buildroot/boot/symtypes-%kernelrelease-%build_flavor else rm -f %buildroot/boot/symtypes-%kernelrelease-%build_flavor fi # Some architecture's $(uname -m) output is different from the ARCH # parameter that needs to be passed to kbuild. Create symlinks from # $(uname -m) to the ARCH directory. if [ ! -e %rpm_install_dir/%_target_cpu ]; then ln -sf %cpu_arch %rpm_install_dir/%_target_cpu ln -sf %cpu_arch %buildroot/usr/src/linux-obj/%_target_cpu fi # We were building in %my_builddir/linux-%srcversion, but the sources will # later be installed in /usr/src/linux-%srcversion-%source_rel. Fix up the # build symlink. rm -f %buildroot/lib/modules/%kernelrelease-%build_flavor/{source,build} ln -s %src_install_dir \ %buildroot/lib/modules/%kernelrelease-%build_flavor/source ln -s %obj_install_dir/%cpu_arch/%build_flavor \ %buildroot/lib/modules/%kernelrelease-%build_flavor/build # Abort if there are any undefined symbols msg="$(/sbin/depmod -F %buildroot/boot/System.map-%kernelrelease-%build_flavor \ -b %buildroot -ae %kernelrelease-%build_flavor 2>&1)" if [ $? -ne 0 ] || echo "$msg" | grep 'needs unknown symbol'; then exit 1 fi %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ -b %kernel_build_dir/Module.base \ -s %kernel_build_dir/Module.supported %if ! %split_extra cat %my_builddir/unsupported-modules >>%my_builddir/main-modules %endif %else ( cd %buildroot find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n' ) > %my_builddir/base-modules %endif res=0 if test -e %my_builddir/kabi/%cpu_arch/symvers-%build_flavor; then # check for kabi changes %_sourcedir/kabi.pl --rules %my_builddir/kabi/severities \ %my_builddir/kabi/%cpu_arch/symvers-%build_flavor \ Module.symvers.split || res=$? fi if [ $res -ne 0 ]; then if [ ! -e %my_builddir/kabi/%cpu_arch/ignore-%build_flavor -a \ ! -e %_sourcedir/IGNORE-KABI-BADNESS ]; then echo "Create a file IGNORE-KABI-BADNESS in the kernel-source" \ "directory to build this kernel even though its badness is" \ "higher than allowed for an official kernel." exit 1 fi fi # generate symsets mkdir -p %my_builddir/{base,main,extra}-symsets for f in %my_builddir/{base,main,unsupported}-modules; do if [ -f "$f" ]; then sed 's:^/:%buildroot/:' "$f" fi > "$f-br" done reference= if test -e %my_builddir/kabi/%cpu_arch/symsets-default.tar.gz; then tar xzf %my_builddir/kabi/%cpu_arch/symsets-default.tar.gz -C \ %my_builddir/kabi/%cpu_arch reference="--reference %my_builddir/kabi/%cpu_arch/symsets-*-default/" fi %_sourcedir/symsets.pl --generate-symsets \ $reference \ --symvers=Module.symvers.split \ --modules=%my_builddir/base-modules-br \ --output-dir=%my_builddir/base-symsets %if %split_base %_sourcedir/symsets.pl --generate-symsets \ $reference \ --modules=%my_builddir/main-modules-br \ --required-modules=%my_builddir/base-modules-br \ --output-dir=%my_builddir/main-symsets %endif %if %split_extra %_sourcedir/symsets.pl --generate-symsets \ $reference \ --modules=%my_builddir/unsupported-modules-br \ --required-modules=%my_builddir/base-modules-br \ --required-modules=%my_builddir/main-modules-br \ --output-dir=%my_builddir/extra-symsets %endif tar cf - -T %my_builddir/obj-files | \ tar xf - -C %rpm_install_dir/%cpu_arch_flavor # bnc#507084 find %rpm_install_dir/%cpu_arch_flavor/scripts -type f -perm -111 | \ while read f; do case "$(file -b "$f")" in ELF\ *\ executable*) strip "$f" esac done # Replace the absolute with a relative path sed -i "s,%build_src_dir,../../../linux-%kernelrelease%variant,g" \ %rpm_install_dir/%cpu_arch_flavor/Makefile link=%rpm_install_dir/%cpu_arch_flavor/include2/asm target=$(readlink "$link") target=${target#%build_src_dir/} rm "$link" ln -s ../../../../linux-%kernelrelease%variant/"$target" "$link" # bnc#551348 install -d -m 755 %buildroot/etc/modprobe.d/ install -m 644 %_sourcedir/generic_serial-blacklist %buildroot/etc/modprobe.d/ symsets=%my_builddir/symsets-%kernelrelease-%build_flavor mkdir -p $symsets find %my_builddir/{base,main,extra}-symsets -type f \ | xargs --replace='{}' cp '{}' $symsets/ tar c -C ${symsets%/*} ${symsets##*/} \ | gzip -9 \ > %buildroot/boot/symsets-%kernelrelease-%build_flavor.tar.gz fi # CONFIG_MODULES = y add_dirs_to_filelist() { sed -rn ' # print file name p # remove filelist macros s:%%[a-z]+(\([^)]+\))? ?::g # add %%dir prefix s:^:%%dir : # print all parents :a # skip directories owned by other packages s:^%%dir (/boot|/etc|/lib/(modules|firmware)|/usr/src)/[^/]+$:: s:/[^/]+$::p ta ' "$@" | sort -u } # Collect the file lists. shopt -s nullglob > %my_builddir/kernel-devel.files for file in %buildroot/boot/sym{sets,types}* \ %buildroot/lib/modules/*/{build,source}; do f=${file##%buildroot} echo "$f" >> %my_builddir/kernel-devel.files done { cd %buildroot find boot \ \( -type l -o -name 'initrd-*' \) -printf '%%%%ghost /%%p\n' -o \ -type f -name 'vmlinux-*' -printf '%%%%attr(0644, root, root) /%%p\n' -o \ -type f -printf '/%%p\n' # Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that # the file gets removed when uninstalling the kernel. echo '%%ghost /boot/initrd-%kernelrelease-kdump' touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump if [ %CONFIG_MODULES = y ]; then find lib/modules/%kernelrelease-%build_flavor \ -type d -o \ \( -path '*/modules.*' ! -path '*/modules.order' \ ! -path '*/modules.builtin' \) -printf '%%%%ghost /%%p\n' \ -o -name '*.ko' -prune -o -printf '/%%p\n' cat %my_builddir/base-modules echo '%%config /etc/modprobe.d/generic_serial-blacklist' fi test -d lib/firmware/%kernelrelease-%build_flavor && \ find lib/firmware/%kernelrelease-%build_flavor \ -type d -o \ -printf '/%%p\n' if [ -e .%_docdir/%name ]; then echo "%%doc %_docdir/%name" fi } | sort -u >%my_builddir/tmp cat %my_builddir/tmp %my_builddir/kernel-devel.files | sort | uniq -u | \ add_dirs_to_filelist >%my_builddir/kernel-base.files rm %my_builddir/tmp %if %split_base add_dirs_to_filelist %my_builddir/main-modules \ > %my_builddir/kernel-main.files %endif %if %split_extra add_dirs_to_filelist %my_builddir/unsupported-modules > %my_builddir/kernel-extra.files %endif # Hardlink duplicate files automatically (from package fdupes): It doesn't save # much, but it keeps rpmlint from breaking the package build. %fdupes $RPM_BUILD_ROOT %preun -f preun.sh %postun -f postun.sh %pre -f pre.sh %post -f post.sh %if %split_base %files -f kernel-main.files %else %files -f kernel-base.files %endif %defattr(-, root, root) %package base Summary: The Standard Kernel - base modules License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ AutoReqProv: on Provides: multiversion(kernel) Provides: %name-base_%_target_cpu = %version-%release Provides: kernel-base = %version-%source_rel Requires(pre): coreutils awk Requires(post): module-init-tools Requires(post): perl-Bootloader Requires(post): mkinitrd %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif %description base The standard kernel for both uniprocessor and multiprocessor systems. This package contains only the base modules, required in all installs. %source_timestamp %preun base -f preun-base.sh %postun base -f postun-base.sh %pre base -f pre-base.sh %post base -f post-base.sh %if %split_base %files base -f kernel-base.files %defattr(-, root, root) %endif %package extra Summary: The Standard Kernel - Unsupported kernel modules License: GPL v2 only Group: System/Kernel Url: http://www.kernel.org/ AutoReqProv: on Provides: multiversion(kernel) Provides: %name-extra_%_target_cpu = %version-%release Provides: kernel-extra = %version-%source_rel Requires: %{name}_%_target_cpu = %version-%release Requires(pre): coreutils awk Requires(post): module-init-tools Requires(post): perl-Bootloader Requires(post): mkinitrd Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu) %ifarch %ix86 Conflicts: libc.so.6()(64bit) %endif %description extra The standard kernel for both uniprocessor and multiprocessor systems. This package contains additional modules not supported by Novell. %source_timestamp %preun extra -f preun-extra.sh %postun extra -f postun-extra.sh %pre extra -f pre-extra.sh %post extra -f post-extra.sh %if %split_extra %files extra -f kernel-extra.files %defattr(-, root, root) %endif %if %CONFIG_KMSG_IDS == "y" %package man Summary: The collection of man pages generated by the kmsg script. License: GPL v2 only Group: System/Kernel %description man This package includes the man pages that have been generated from the kmsg message documentation comments. %source_timestamp %files man %defattr(-,root,root) /usr/share/man/man9/* %endif %package devel Summary: Development files necessary for building kernel modules License: GPL v2 only Group: Development/Sources Provides: multiversion(kernel) Provides: %name-devel = %version-%source_rel Requires: kernel-source%variant = %version-%source_rel Supplements: packageand(%name:kernel-source) AutoReqProv: on %description devel This package contains files necessary for building kernel modules (and kernel module packages) against the %build_flavor flavor of the kernel. %source_timestamp %if %CONFIG_MODULES == "y" %pre devel -f devel-pre.sh %post devel -f devel-post.sh %files devel -f kernel-devel.files %defattr(-,root,root) %dir %obj_install_dir %dir %obj_install_dir/%cpu_arch %dir /usr/src/linux-obj %dir /usr/src/linux-obj/%cpu_arch %ghost /usr/src/linux-obj/%cpu_arch_flavor %obj_install_dir/%cpu_arch_flavor %if %_target_cpu != %cpu_arch %obj_install_dir/%_target_cpu /usr/src/linux-obj/%_target_cpu %endif %endif %package devel-debuginfo # rpm doesn't notice that vmlinux.debug belongs to the gzipped vmlinux.gz Summary: Debug information for package %name-devel License: GPL v2 only Group: Development/Debug %description devel-debuginfo Debug information for package %name-devel %source_timestamp %files devel-debuginfo -f vmlinux.debug.files %changelog * Thu Nov 14 2019 bp@suse.de - blacklist.conf: - Update config files. - patches.arch/x86-tsx-add-config-options-to-set-tsx-on_off_auto.patch: x86/tsx: Add config options to set tsx=on|off|auto (bsc#1139073 CVE-2019-11135). * Thu Nov 14 2019 bp@suse.de - patches.arch/x86-tsx-add-auto-option-to-the-tsx-cmdline-parameter.patch: x86/tsx: Add "auto" option to the tsx= cmdline parameter (bsc#1139073 CVE-2019-11135). * Thu Nov 14 2019 bp@suse.de - patches.arch/x86-speculation-taa-add-sysfs-reporting-for-tsx-async-abort.patch: x86/speculation/taa: Add sysfs reporting for TSX Async Abort (bsc#1139073 CVE-2019-11135). * Thu Nov 14 2019 bp@suse.de - patches.arch/x86-speculation-taa-add-mitigation-for-tsx-async-abort.patch: x86/speculation/taa: Add mitigation for TSX Async Abort (bsc#1139073 CVE-2019-11135). * Thu Nov 14 2019 bp@suse.de - patches.arch/x86-cpu-add-a-tsx-cmdline-option-with-tsx-disabled-by-default.patch: x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default (bsc#1139073 CVE-2019-11135). * Thu Nov 14 2019 bp@suse.de - patches.arch/x86-cpu-add-a-helper-function-x86_read_arch_cap_msr.patch: x86/cpu: Add a helper function x86_read_arch_cap_msr() (bsc#1139073 CVE-2019-11135). * Thu Nov 14 2019 bp@suse.de - patches.arch/x86-msr-add-the-ia32_tsx_ctrl-msr.patch: x86/msr: Add the IA32_TSX_CTRL MSR (bsc#1139073 CVE-2019-11135). * Thu Nov 14 2019 bp@suse.de - patches.arch/x86-cpufeature-add-cpu-features-from-intel-document-319433-012a.patch: x86, cpufeature: Add CPU features from Intel document 319433-012A (bsc#1139073 CVE-2019-11135). * Mon Oct 28 2019 dwagner@suse.de - patches.fixes/scsi-qla2xxx-fix-a-potential-null-pointer-dereference.patch: scsi: qla2xxx: fix a potential NULL pointer dereference (bsc#1150457 CVE-2019-16233). * Tue Oct 22 2019 tiwai@suse.de - patches.suse/iwlwifi-workq-create-failure.patch: Fix the missing workqueue allocation error check (CVE-2019-16234,bsc#1150452). * Mon Oct 21 2019 tiwai@suse.de - patches.drivers/libertas-fix-a-potential-NULL-pointer-dereference.patch: libertas: fix a potential NULL pointer dereference (CVE-2019-16232,bsc#1150465). * Thu Oct 17 2019 bp@suse.de - patches.fixes/ax25-enforce-cap_net_raw-for-raw-sockets.patch: ax25: enforce CAP_NET_RAW for raw sockets (bsc#1152779 CVE-2019-17052). * Thu Oct 17 2019 bp@suse.de - patches.fixes/misdn-enforce-cap_net_raw-for-raw-sockets.patch: mISDN: enforce CAP_NET_RAW for raw sockets (bsc#1152782 CVE-2019-17055). * Thu Oct 17 2019 bp@suse.de - patches.fixes/appletalk-enforce-cap_net_raw-for-raw-sockets.patch: appletalk: enforce CAP_NET_RAW for raw sockets (bsc#1152786 CVE-2019-17054). * Thu Oct 17 2019 acho@suse.com - patches.fixes/cfg80211-wext-avoid-copying-malformed-SSIDs.patch: cfg80211: wext: avoid copying malformed SSIDs (bsc#1153158 CVE-2019-17133). * Wed Oct 16 2019 bp@suse.de - patches.fixes/ieee802154-enforce-cap_net_raw-for-raw-sockets.patch: ieee802154: enforce CAP_NET_RAW for raw sockets (bsc#1152789 CVE-2019-17053). * Tue Oct 1 2019 oneukum@suse.com - patches.fixes/0001-b2c2-flexcop-usb-add-sanity-checking.patch: b2c2-flexcop-usb: add sanity checking (bsc#1146540 CVE-2019-15291). * Sun Sep 29 2019 lduncan@suse.com - patches.fixes/scsi-libsas-delete-sas-port-if-expander-discover-failed: scsi: libsas: delete sas port if expander discover failed (CVE-2019-15807,bsc#1148938). * Fri Sep 27 2019 jroedel@suse.de - patches.arch/kvm-coalesced_mmio-add-bounds-checking: KVM: coalesced_mmio: add bounds checking (CVE-2019-14821 bcs#1151350). * Wed Sep 11 2019 jbohac@suse.cz - patches.arch/0001-x86-speculation-Prepare-entry-code-for-Spectre-v1-sw.patch: add a missing lfence in kernel error entry and remove a superfluous lfence in userspace interrupt exit paths * Wed Sep 11 2019 tbogendoerfer@suse.de - patches.fixes/mlx4_en-Fix-out-of-bounds-array-access.patch: mlx4_en: Fix out of bounds array access (bsc#1143170 CVE-2010-5332). * Wed Sep 11 2019 oneukum@suse.com - patches.fixes/0001-usb-usbmon-Read-text-within-supplied-buffer-size.patch: usb: usbmon: Read text within supplied buffer size (bsc#1150025 CVE-2019-9456). * Mon Sep 2 2019 mkubecek@suse.cz - patches.fixes/tcp-be-more-careful-in-tcp_fragment.patch: tcp: be more careful in tcp_fragment() (CVE-2019-11477 bsc#1137586 bsc#1139751). - patches.fixes/tcp-fix-tcp_rtx_queue_tail-in-case-of-empty-retransm.patch: tcp: fix tcp_rtx_queue_tail in case of empty retransmit queue (CVE-2019-11477 bsc#1137586 bsc#1139751). - patches.kabi/kabi-drop-LINUX_MIB_TCPWQUEUETOOBIG-snmp-counter.patch: Refresh. * Thu Aug 29 2019 oneukum@suse.com - patches.fixes/0001-USB-sisusbvga-fix-oops-in-error-path-of-sisusb_probe.patch: USB: sisusbvga: fix oops in error path of sisusb_probe (bsc#1146524 CVE-2019-15219). * Thu Aug 22 2019 oneukum@suse.com - patches.fixes/0001-USB-rio500-fix-memory-leak-in-close-after-disconnect.patch: USB: rio500: fix memory leak in close after disconnect (bsc#1146391 CVE-2019-15212). * Thu Aug 22 2019 oneukum@suse.com - patches.fixes/0001-USB-rio500-refuse-more-than-one-device-at-a-time.patch: USB: rio500: refuse more than one device at a time (bsc#1146391 CVE-2019-15212). * Thu Aug 22 2019 tiwai@suse.de - patches.fixes/appletalk-Fix-compile-regression.patch: appletalk: Fix compile regression (CVE-2019-15292,bsc#1146678). * Thu Aug 22 2019 tiwai@suse.de - patches.fixes/appletalk-Fix-use-after-free-in-atalk_proc_exit.patch: appletalk: Fix use-after-free in atalk_proc_exit (CVE-2019-15292,bsc#1146678). * Thu Aug 22 2019 tiwai@suse.de - patches.drivers/media-usb-zr364xx-Fix-KASAN-null-ptr-deref-Read-in-z.patch: media: usb:zr364xx:Fix KASAN:null-ptr-deref Read in zr364xx_vidioc_querycap (CVE-2019-15217,bsc#1146547). * Mon Aug 19 2019 tiwai@suse.de - patches.drivers/i2c-core-smbus-prevent-stack-corruption-on-read-I2C_.patch: i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATA (CVE-2017-18551,bsc#1146163). * Fri Aug 16 2019 tiwai@suse.de - patches.drivers/ALSA-usb-audio-Fix-a-stack-buffer-overflow-bug-in-ch.patch: ALSA: usb-audio: Fix a stack buffer overflow bug in check_input_term (CVE-2019-15118,bsc#1145922). * Mon Jul 29 2019 tiwai@suse.de - patches.fixes/media-cx24116-fix-a-buffer-overflow-when-checking-us.patch: [media] cx24116: fix a buffer overflow when checking userspace params (CVE-2015-9289,bsc#1143179). * Mon Jul 29 2019 tiwai@suse.de - patches.fixes/floppy-fix-div-by-zero-in-setup_format_params.patch: floppy: fix div-by-zero in setup_format_params (CVE-2019-14284,bsc#1143189). - patches.fixes/floppy-fix-out-of-bounds-read-in-copy_buffer.patch: floppy: fix out-of-bounds read in copy_buffer (CVE-2019-14283,bsc#1143191). * Mon Jul 29 2019 tiwai@suse.de - patches.fixes/drivers-gpu-drm-radeon-radeon_atombios.c-range-check.patch: drivers/gpu/drm/radeon/radeon_atombios.c: range check issues (CVE-2010-5331,bsc#1143173). * Wed Jul 24 2019 Lee Duncan - patches.drivers/scsi-megaraid_sas-return-error-when-create-dma-pool-failed: scsi: megaraid_sas: return error when create DMA pool failed [Modified] (CVE-2019-11810 bsc#1134399). * Mon Jul 22 2019 tiwai@suse.de - patches.drivers/Input-gtco-bounds-check-collection-indent-level.patch: Input: gtco - bounds check collection indent level (CVE-2019-13631,bsc#1142023). * Fri Jul 12 2019 acho@suse.com - patches.fixes/Bluetooth-Verify-that-l2cap_get_conf_opt-provi.patch: Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer (bsc#1120758 CVE-2019-3459 CVE-2019-3460). * Thu Jul 11 2019 pmladek@suse.com - patches.fixes/idr-fix-top-layer-handling.patch: idr: fix top layer handling (bsc#1138943 CVE-2019-3896). * Thu Jul 11 2019 pmladek@suse.com - patches.fixes/idr-make-idr_get_next-good-for-rcu_read_lock.patch: idr: make idr_get_next() good for rcu_read_lock() (bsc#1138943). * Thu Jul 11 2019 pmladek@suse.com - patches.fixes/idr-fix-backtrack-logic-in-idr_remove_all.patch: idr: fix backtrack logic in idr_remove_all (bsc#1138943 CVE-2019-3896). * Wed Jul 10 2019 mkubecek@suse.cz - patches.fixes/tcp-avoid-collapses-in-tcp_prune_queue-if-possible.patch: tcp: avoid collapses in tcp_prune_queue() if possible (CVE-2018-5390 bsc#1102340). - patches.fixes/tcp-detect-malicious-patterns-in-tcp_collapse_ofo_qu.patch: tcp: detect malicious patterns in tcp_collapse_ofo_queue() (CVE-2018-5390 bsc#1102340). * Wed Jul 10 2019 mkubecek@suse.cz - Consolidate "SACK Panic" series with upstream * merge patches.fixes/tcp-fix-fack_count-accounting-on-tcp_shift_skb_data.patch into patches.fixes/tcp-limit-payload-size-of-sacked-skbs.patch * update upstream references: patches.fixes/tcp-limit-payload-size-of-sacked-skbs.patch patches.fixes/tcp-tcp_fragment-should-apply-sane-memory-limits.patch patches.fixes/tcp-add-tcp_min_snd_mss-sysctl.patch patches.fixes/tcp-enforce-tcp_min_snd_mss-in-tcp_mtu_probing.patch * refresh patches.kabi/kabi-drop-LINUX_MIB_TCPWQUEUETOOBIG-snmp-counter.patch - patches.fixes/tcp-refine-memory-limit-test-in-tcp_fragment.patch: tcp: refine memory limit test in tcp_fragment() (CVE-2019-11478 bsc#1137586 bsc#1139751). * Fri Jul 5 2019 colyli@suse.de - patches.fixes/direct-io-don-t-read-inode-i_blkbits-multiple-times.patch: direct-io: don't read inode->i_blkbits multiple times (bsc#1132686). * Wed Jul 3 2019 lduncan@suse.com - patches.drivers/scsi-libsas-fix-a-race-condition-when-smp-task-timeout: scsi: libsas: fix a race condition when smp task timeout (CVE-2018-20836 bsc#1134395). * Tue Jun 11 2019 mkubecek@suse.cz - patches.fixes/tcp-fix-fack_count-accounting-on-tcp_shift_skb_data.patch: tcp: fix fack_count accounting on tcp_shift_skb_data() (CVE-2019-11477 bsc#1137586). * Sun Jun 9 2019 mkubecek@suse.cz - patches.fixes/tcp-add-tcp_min_snd_mss-sysctl.patch: tcp: add tcp_min_snd_mss sysctl (bsc#1137586). - patches.fixes/tcp-enforce-tcp_min_snd_mss-in-tcp_mtu_probing.patch: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() (bsc#1137586). - patches.fixes/tcp-limit-payload-size-of-sacked-skbs.patch: tcp: limit payload size of sacked skbs (bsc#1137586). - patches.fixes/tcp-tcp_fragment-should-apply-sane-memory-limits.patch: tcp: tcp_fragment() should apply sane memory limits (bsc#1137586). - patches.kabi/kabi-drop-LINUX_MIB_TCPWQUEUETOOBIG-snmp-counter.patch: kabi: drop LINUX_MIB_TCPWQUEUETOOBIG snmp counter (bsc#1137586). * Wed May 29 2019 pmladek@suse.com - patches.xen/xen3-x86-speculation-mds-clear-cpu-buffers-on-exit-to-user.patch: xen/x86/speculation/mds: Clear CPU buffers on exit to user (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). - patches.xen/xen3-x86-speculation-mds-conditionally-clear-cpu-buffers-on-idle-entry.patch: xen/x86/speculation/mds: Conditionally clear CPU buffers on idle entry (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Tue May 28 2019 pmladek@suse.com - patches.suse/convert-sched_smt_present-to-an-atomic.patch: sched: Turn sched_smt_present into an atomic_t (bsc#1111331). * Tue May 28 2019 vbabka@suse.cz - patches.fixes/mm-mincore-c-make-mincore-more-conservative.patch: mm/mincore.c: make mincore() more conservative (CVE-2019-5489, bsc#1120843). * Tue May 28 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-add-mitigations-support-for-mds.patch: x86/speculation/mds: Add 'mitigations=' support for MDS (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Mon May 27 2019 msuchanek@suse.de - blacklist.conf: Add empty file to prevent fix checker error. * Fri May 24 2019 pmladek@suse.com - patches.arch/x86-speculation-support-mitigations-cmdline-option.patch: x86/speculation: Support 'mitigations=' cmdline option (bsc#1112178). * Fri May 24 2019 pmladek@suse.com - patches.arch/cpu-speculation-add-mitigations-cmdline-option.patch: cpu/speculation: Add 'mitigations=' cmdline option (bsc#1112178). * Fri May 24 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-print-smt-vulnerable-on-msbds-with-mitigations-off.patch: x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Fri May 24 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-add-smt-warning-message.patch: x86/speculation/mds: Add SMT warning message (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Fri May 24 2019 pmladek@suse.com - patches.arch/x86-speculation-move-arch_smt_update-call-to-after-mitigation-decisions.patch: x86/speculation: Move arch_smt_update() call to after mitigation decisions (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Fri May 24 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-add-mds-full-nosmt-cmdline-option.patch: x86/speculation/mds: Add mds=full,nosmt cmdline option (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Fri May 24 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-add-mitigation-mode-vmwerv.patch: x86/speculation/mds: Add mitigation mode VMWERV (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Fri May 24 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-add-sysfs-reporting-for-mds.patch: x86/speculation/mds: Add sysfs reporting for MDS (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Thu May 23 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-add-mitigation-control-for-mds.patch: x86/speculation/mds: Add mitigation control for MDS (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Thu May 23 2019 pmladek@suse.com - patches.arch/sched-smt-expose-sched_smt_present-static-key.patch: sched/smt: Expose sched_smt_present static key (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Thu May 23 2019 pmladek@suse.com - patches.arch/sched-smt-make-sched_smt_present-track-topology.patch: sched/smt: Make sched_smt_present track topology (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Thu May 23 2019 pmladek@suse.com - patches.arch/sched-smt-update-sched_smt_present-at-runtime.patch: sched/smt: Update sched_smt_present at runtime (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Thu May 23 2019 pmladek@suse.com - patches.arch/sched-core-optimize-sched_smt.patch: sched/core: Optimize SCHED_SMT (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Thu May 23 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-conditionally-clear-cpu-buffers-on-idle-entry.patch: x86/speculation/mds: Conditionally clear CPU buffers on idle entry (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Thu May 23 2019 pmladek@suse.com - patches.arch/x86-kvm-vmx-add-mds-protection-when-l1d-flush-is-not-active.patch: x86/kvm/vmx: Add MDS protection when L1D Flush is not active (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Mon May 20 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-clear-cpu-buffers-on-exit-to-user.patch: x86/speculation/mds: Clear CPU buffers on exit to user (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Mon May 20 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-add-mds_clear_cpu_buffers.patch: x86/speculation/mds: Add mds_clear_cpu_buffers() (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Mon May 20 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-add-bug_msbds_only.patch: x86/speculation/mds: Add BUG_MSBDS_ONLY (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Mon May 20 2019 pmladek@suse.com - patches.arch/x86-speculation-mds-add-basic-bug-infrastructure-for-mds.patch: x86/speculation/mds: Add basic bug infrastructure for MDS (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Mon May 20 2019 pmladek@suse.com - patches.arch/x86-speculation-consolidate-cpu-whitelists.patch: x86/speculation: Consolidate CPU whitelists (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Mon May 20 2019 pmladek@suse.com - patches.arch/x86-cpu-sanitize-fam6_atom-naming.patch: x86/cpu: Sanitize FAM6_ATOM naming (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Fri May 17 2019 pmladek@suse.com - patches.arch/x86-speculation-rework-smt-state-change.patch: x86/speculation: Rework SMT state change (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Fri May 17 2019 pmladek@suse.com - patches.arch/x86-speculation-enable-cross-hyperthread-spectre-v2-stibp-mitigation.patch: x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation (bsc#1111331, CVE-2018-12126, CVE-2018-12127, CVE-2018-12130, CVE-2019-11091). * Fri May 17 2019 pmladek@suse.com - patches.fixes/binfmt_elf-switch-to-new-creds-when-switching-to-new.patch: binfmt_elf: switch to new creds when switching to new mm (bsc#1132472 CVE-2019-11190). * Mon May 13 2019 tiwai@suse.de - patches.fixes/Bluetooth-hidp-fix-buffer-overflow.patch: Bluetooth: hidp: fix buffer overflow (CVE-2019-11884,bsc#1134848). * Mon May 13 2019 tiwai@suse.de - patches.suse/proc-restrict-kernel-stack-dumps-to-root-for-SLE.patch: proc: restrict kernel stack dumps to root (revised for SLE) (CVE-2018-17972, bsc#1110785). * Tue Apr 23 2019 mhocko@suse.de - patches.arch/x86-l1tf-06-add-sysfs-report.patch: Update L1TF mitigation string to be consistent with newer kernels. * Wed Mar 6 2019 mhocko@suse.de - patches.fixes/0001-mm-enforce-min-addr-even-if-capable-in-expand_downwa.patch: mm: enforce min addr even if capable() in expand_downwards() (bsc#1128166, CVE-2019-9213). * Tue Jan 22 2019 ematsumiya@suse.de - Backport from cve/linux-2.6.16 (bsc#1119974): - patches.fixes/tcp-call-tcp_replace_ts_recent-from-tcp_ack.patch: tcp: call tcp_replace_ts_recent() from tcp_ack() (bsc#969340, CVE-2004-0230). - patches.fixes/tcp-implement-rfc-5961-3.2.patch: tcp: implement RFC 5961 3.2 (bsc#969340, CVE-2004-0230). - patches.fixes/tcp-implement-rfc-5961-4.2.patch: tcp: implement RFC 5961 4.2 (bsc#969340, CVE-2004-0230). - patches.fixes/tcp-make-challenge-acks-less-predictable.patch: tcp: make challenge acks less predictable (bsc#969340, CVE-2004-0230, CVE-2016-5696). - patches.fixes/tcp-refine-syn-handling-in-tcp_validate_incoming.patch: tcp: refine SYN handling in tcp_validate_incoming (bsc#969340, CVE-2004-0230). * Tue Jan 22 2019 ematsumiya@suse.de - Backport from cve/linux-2.6.16 (bsc#1119974): - patches.fixes/tcp-call-tcp_replace_ts_recent-from-tcp_ack.patch: - patches.fixes/tcp-implement-rfc-5961-3.2.patch: - patches.fixes/tcp-implement-rfc-5961-4.2.patch: - patches.fixes/tcp-make-challenge-acks-less-predictable.patch: - patches.fixes/tcp-refine-syn-handling-in-tcp_validate_incoming.patch: * Tue Jan 8 2019 tiwai@suse.de - patches.drivers/USB-hso-Fix-OOB-memory-access-in-hso_probe-hso_get_c.patch: USB: hso: Fix OOB memory access in hso_probe/hso_get_config_data (CVE-2018-19985,bsc#1120743). * Thu Dec 20 2018 oneukum@suse.com - patches.suse/0001-USB-check-usb_get_extra_descriptor-for-proper-size-F.patch: USB: check usb_get_extra_descriptor for proper size (For SUSE) (bsc#1119714 CVE-2018-20169). * Fri Nov 2 2018 jbohac@suse.cz - patches.fixes/isdn_ppp-add-checks-for-allocation-failure-in-isdn_p.patch: isdn_ppp: Add checks for allocation failure in isdn_ppp_open() (bsc#949936, CVE-2015-7799). * Fri Nov 2 2018 jbohac@suse.cz - patches.fixes/ppp-slip-validate-vj-compression-slot-parameters-com.patch: ppp, slip: Validate VJ compression slot parameters completely (bsc#949936, CVE-2015-7799). * Fri Nov 2 2018 jbohac@suse.cz - patches.fixes/isdn_ppp-add-checks-for-allocation-failure-in-isdn_p.patch: isdn_ppp: Add checks for allocation failure in isdn_ppp_open() (bsc#949936, CVE-2015-7799). * Mon Oct 29 2018 tiwai@suse.de - patches.fixes/cdrom-fix-improper-type-cast-which-can-leat-to-infor.patch: cdrom: fix improper type cast, which can leat to information leak (CVE-2018-18710,bsc#1113751). * Tue Oct 16 2018 tiwai@suse.de - patches.drivers/HID-hid-cypress-validate-length-of-report.patch: HID: hid-cypress: validate length of report (CVE-2017-7273,bsc#1031240). * Tue Oct 16 2018 tiwai@suse.de - patches.drivers/HID-usbhid-fix-out-of-bounds-bug.patch: HID: usbhid: fix out-of-bounds bug (CVE-2017-16533,bsc#1066674). * Tue Oct 16 2018 tiwai@suse.de - patches.fixes/KVM-VMX-remove-I-O-port-0x80-bypass-on-Intel-hosts.patch: KVM: VMX: remove I/O port 0x80 bypass on Intel hosts (CVE-2017-1000407,bsc#1071021). * Tue Oct 16 2018 tiwai@suse.de - patches.drivers/HID-debug-check-length-before-copy_to_user.patch: HID: debug: check length before copy_to_user() (CVE-2018-9516,bsc#1108498). * Tue Oct 16 2018 tiwai@suse.de - patches.fixes/posix-timers-Sanitize-overrun-handling.patch: posix-timers: Sanitize overrun handling (CVE-2018-12896,bsc#1099922). - patches.kabi/posix-timers-overrun-change-kABI-fix.patch: kABI workaround for posix-timers it_overrun 64bit changes (CVE-2018-12896,bsc#1099922). * Fri Oct 5 2018 jlee@suse.com - patches.fixes/0001-keys-Guard-against-null-match-function-in-keyring_se.patch: keys: Guard against null match function in keyring_search_aux() (bsc#1030593, CVE-2017-2647, CVE-2017-6951). * Thu Oct 4 2018 mhocko@suse.de - patches.suse/x86-fpu-Don-t-do-__thread_fpu_end-if-use_eager_fpu.patch: x86/fpu: Don't do __thread_fpu_end() if use_eager_fpu() (bnc#1109967) * Thu Oct 4 2018 mhocko@suse.de - patches.suse/eager-fpu-signal-handling-fix-ia32.patch: x86/fpu: fix signal handling with eager FPU switching (ia32) (bsc#1108227) * Tue Oct 2 2018 jlee@suse.com - patches.fixes/0001-KEYS-fix-keyctl_set_reqkey_keyring-to-not-leak-threa.patch: KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings (bsc#1034862, CVE-2017-7472). * Wed Sep 19 2018 mhocko@suse.com - patches.fixes/exec-Limit-arg-stack-to-at-most-75-of-_STK_LIM.patch: exec: Limit arg stack to at most 75%% of _STK_LIM (bnc#1108912, CVE-2018-14634). * Tue Sep 11 2018 Martin Wilck - patches.fixes/cdrom-information-leak-in-cdrom_ioctl_media_c.patch: cdrom: information leak in cdrom_ioctl_media_changed() (bsc#1092903, CVE-2018-10940). * Tue Sep 11 2018 mhocko@suse.com - patches.arch/0001-x86-speculation-l1tf-Increase-l1tf-memory-limit-for-.patch: Refresh. - patches.kabi/0001-x86-kabi-speculation-l1tf-Increase-l1tf-memory-limit-for-.patch: Refresh. * Fri Sep 7 2018 tiwai@suse.de - patches.fixes/cdrom-Fix-info-leak-OOB-read-in-cdrom_ioctl_drive_st.patch: cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status (CVE-2018-16658,bsc#1107689). * Tue Aug 28 2018 mhocko@suse.com - patches.xen/xen3-x86-kabi-speculation-l1tf-Increase-l1tf-memory-limit-for-.patch: kabi: x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). * Tue Aug 28 2018 mhocko@suse.com - patches.arch/x86-l1tf-04-protect-PROT_NONE-ptes-fix.patch: x86, l1tf: Protect PROT_NONE PTEs against speculation fixup (bnc#1104684, bnc#1104818). * Tue Aug 28 2018 mhocko@suse.com - patches.arch/0001-x86-speculation-l1tf-Fix-off-by-one-error-when-warni.patch: x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM (bnc#1105536). - patches.arch/0001-x86-speculation-l1tf-Increase-l1tf-memory-limit-for-.patch: x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). - patches.arch/0001-x86-speculation-l1tf-Suggest-what-to-do-on-systems-w.patch: x86/speculation/l1tf: Suggest what to do on systems with too much RAM (bnc#1105536). - patches.arch/x86-speculation-Protect-against-userspace-userspace-.patch: x86/speculation: Protect against userspace-userspace spectreRSB (bnc#1102517, CVE-2018-15572). - patches.kabi/0001-x86-kabi-speculation-l1tf-Increase-l1tf-memory-limit-for-.patch: kabi: x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). - patches.xen/xen3-x86-speculation-l1tf-Fix-off-by-one-error-when-warni.patch: xen x86/speculation/l1tf: Fix off-by-one error when warning that system has too much RAM (bnc#1105536). - patches.xen/xen3-x86-speculation-l1tf-Fix-overflow-in-l1tf_pfn_limit-.patch: xen: x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit (bnc#1087081). - patches.xen/xen3-x86-speculation-l1tf-Increase-l1tf-memory-limit-for-.patch: xen x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+ (bnc#1105536). * Tue Aug 21 2018 mhocko@suse.com - patches.arch/x86-speculation-l1tf-Fix-overflow-in-l1tf_pfn_limit-.patch: x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit (bnc#1087081). * Tue Aug 21 2018 mhocko@suse.com - patches.suse/22-x86-cpu-amd-add-speculative-control-support-for-amd.patch: Refresh. - patches.suse/x86-non-upstream-eager-fpu.patch: Fixup X86_FEATURE_EAGER_FPU definition and use a unique bit. * Tue Aug 21 2018 tiwai@suse.de - patches.drivers/ALSA-rawmidi-Change-resized-buffers-atomicall.patch: ALSA: rawmidi: Change resized buffers atomically (CVE-2018-10902,bsc#1105322). * Mon Aug 20 2018 mhocko@suse.com - patches.arch/x86-l1tf-05-make-sure-first-pages-is-reserved.patch: Deleted because bootmem allocator cannot cope with requested non-existing physical range and BUGs. * Mon Aug 20 2018 mhocko@suse.com - patches.arch/x86-mm-Simplify-p-g4um-d_page-macros.patch: x86/mm: Simplify p[g4um]d_page() macros (bnc#1087081, bnc#1104684). - patches.xen/xen3-x86-mm-Simplify-p-g4um-d_page-macros.patch: x86/mm: Simplify p[g4um]d_page() macros (bnc#1087081, bnc#1104684). * Mon Aug 20 2018 mhocko@suse.com - patches.arch/x86-mm-Simplify-p-g4um-d_page-macros.patch: x86/mm: Simplify p[g4um]d_page() macros (bnc#1087081, bnc#1104684). - patches.xen/xen3-x86-mm-Simplify-p-g4um-d_page-macros.patch: x86/mm: Simplify p[g4um]d_page() macros (bnc#1087081, bnc#1104684). * Mon Aug 20 2018 mhocko@suse.com - patches.xen/xen3-x86-l1tf-03-protect-swap-entries.patch: xen: x86, l1tf: Protect swap entries against L1TF (bnc#1087081, CVE-2018-3620). - patches.xen/xen3-x86-l1tf-04-protect-PROT_NONE-ptes.patch: xen: x86, l1tf: Protect PROT_NONE PTEs against speculation (bnc#1087081, CVE-2018-3620). - patches.xen/xen3-x86-l1tf-06-add-sysfs-report.patch: xen: x86, l1tf: Add sysfs report for l1tf (bnc#1087081, CVE-2018-3620). - patches.xen/xen3-x86-l1tf-08-disallow-non-privileged-high-MMIO-PROT_NONE.patch: xen: mm, l1tf: Disallow non privileged high MMIO PROT_NONE mappings (bnc#1087081, CVE-2018-3620). - patches.xen/xen3-x86-l1tf-09-protect-PAE-swap-entries.patch: xen/x86/speculation/l1tf: protect PAE swap entries against L1TF (bnc#1087081, CVE-2018-3620). * Mon Aug 20 2018 mhocko@suse.com - patches.arch/x86-speculation-l1tf-fix-up-pte-pfn-conversion-for-P.patch: x86/speculation/l1tf: fix up pte->pfn conversion for PAE (bnc#1087081, CVE-2018-3620). * Mon Aug 20 2018 mhocko@suse.com - patches.arch/x86-l1tf-09-protect-PAE-swap-entries.patch: x86/speculation/l1tf: protect PAE swap entries against L1TF (bnc#1087081, CVE-2018-3620). * Mon Aug 20 2018 mhocko@suse.com - patches.arch/x86-l1tf-01-increase-32bitPAE-__PHYSICAL_PAGE_MASK.patch: x86, l1tf: Increase 32bit PAE __PHYSICAL_PAGE_MASK (bnc#1087081, CVE-2018-3620). - patches.arch/x86-l1tf-03-protect-swap-entries.patch: x86, l1tf: Protect swap entries against L1TF (bnc#1087081, CVE-2018-3620). - patches.arch/x86-l1tf-04-protect-PROT_NONE-ptes.patch: x86, l1tf: Protect PROT_NONE PTEs against speculation (bnc#1087081, CVE-2018-3620). - patches.arch/x86-l1tf-05-make-sure-first-pages-is-reserved.patch: x86, l1tf: Make sure the first page is always reserved (bnc#1087081, CVE-2018-3620). - patches.arch/x86-l1tf-06-add-sysfs-report.patch: x86, l1tf: Add sysfs report for l1tf (bnc#1087081, CVE-2018-3620). - patches.arch/x86-l1tf-07-limit-swap-file-size.patch: x86, l1tf: Limit swap file size to MAX_PA/2 (bnc#1087081, CVE-2018-3620). - patches.arch/x86-l1tf-08-disallow-non-privileged-high-MMIO-PROT_NONE.patch: mm, l1tf: Disallow non privileged high MMIO PROT_NONE mappings (bnc#1087081, CVE-2018-3620). * Wed Aug 15 2018 pmladek@suse.com - patches.arch/KVM-VMX-Allow-the-guest-to-own-some-cr0-bits.patch: Refresh. Fix check-patchfmt complain. * Fri Aug 10 2018 tbogendoerfer@suse.de - patches.fixes/infiniband-fix-a-possible-use-after-free-bug.patch: infiniband: fix a possible use-after-free bug (bsc#1103119 CVE-2018-14734). * Fri Aug 10 2018 pmladek@suse.com - patches.suse/eager-fpu-signal-handling-fix.patch: x86/fpu: fix signal handling with eager FPU switching (bsc#1100091). * Fri Aug 10 2018 pmladek@suse.com - patches.fixes/x64-entry-move-ENABLE_IBRS-after-switching-from-tram.patch: x64/entry: move ENABLE_IBRS after switching from trampoline stack (bsc#1098658). * Fri Aug 10 2018 pmladek@suse.com - patches.suse/kaiser-11-sp4-trampoline-stack-entry-fix-fixup-bad-iret.patch: x86/traps: Fix bad_iret_stack in fixup_bad_iret() (bsc#1098658). * Fri Aug 10 2018 pmladek@suse.com - patches.arch/0001-x86-ssbd-Re-evaluate-SSBD-features-after-ucode-updat.patch: x86/ssbd: Re-evaluate SSBD features after ucode update (bsc#1087082 bsc#1100394 CVE-2018-3639). - patches.suse/34-x86-microcode-Rescan-feature-flags-upon-late-loading.patch: Refresh. * Thu Aug 9 2018 pmladek@suse.com - patches.arch/0002-x86-cpu-bugs-Make-retpoline-module-warning-condition.patch: x86/cpu/bugs: Make retpoline module warning conditional (bnc#1099177). * Thu Aug 9 2018 pmladek@suse.com - patches.arch/0001-module-retpoline-Warn-about-missing-retpoline-in-mod.patch: module/retpoline: Warn about missing retpoline in module (bnc#1099177). * Thu Aug 9 2018 pmladek@suse.com - patches.xen/xen3-x86-spectre_v1-Disable-compiler-optimizations-over-a.patch: xen/x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec() (bsc#1068032 CVE-2017-5753). * Thu Aug 9 2018 pmladek@suse.com - patches.xen/xen3-x86-speculation-Fix-up-array_index_nospec_mask-asm-c.patch: xen/x86/speculation: Fix up array_index_nospec_mask() asm constraint (bsc#1068032 CVE-2017-5753). * Wed Aug 8 2018 pmladek@suse.com - patches.suse/x86-non-upstream-eager-fpu-extmods.patch: x86-non-upstream-eager-fpu 32bit fix (bnc#1087086 CVE-2018-3665 bnc#1100091 bnc#1099598). - patches.xen/xen3-x86-non-upstream-eager-fpu-extmods.patch: xen: x86-non-upstream-eager-fpu 32bit fix (bnc#1087086 CVE-2018-3665 bnc#1100091 bnc#1099598). * Fri Jul 20 2018 pmladek@suse.com XEN: Eager FPU (bnc#1087086 CVE-2018-3665). - patches.arch/x86-fpu-always-use-kernel_fpu_begin-end-for-in-kerne.patch: x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usage (bsc#1095241, cve-2018-3665). This one should have been in the kvm port or maybe even in the first one. - patches.xen/xen-x86-per-cpu-vcpu-info: Refresh. - patches.xen/xen3-05-x86-retpoline-Add-initial-retpoline-support.patch: Refresh. - patches.xen/xen3-07-x86-spectre-Add-boot-time-option-to-select-Spectre-v.patch: Refresh. - patches.xen/xen3-i387-do-not-preload-FPU-state-at-task-switch-time.patch: xen/i387: do not preload FPU state at task switch time (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-i387-don-t-ever-touch-TS_USEDFPU-directly-use-helper.patch: xen/i387: don't ever touch TS_USEDFPU directly, use helper functions (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-i387-fix-x86-64-preemption-unsafe-user-stack-save-re.patch: xen/i387: fix x86-64 preemption-unsafe user stack save/restore (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-i387-make-irq_fpu_usable-tests-more-robust.patch: xen/i387: make irq_fpu_usable() tests more robust (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-i387-math_state_restore-isn-t-called-from-asm.patch: xen/i387: math_state_restore() isn't called from asm (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-i387-move-TS_USEDFPU-flag-from-thread_info-to-task_s.patch: xen/i387: move TS_USEDFPU flag from thread_info to task_struct (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-i387-re-introduce-FPU-state-preloading-at-context-sw.patch: xen/i387: re-introduce FPU state preloading at context switch time (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-kabi-fix-has_fpu-in-thread_structs.patch: xen/kabi: struct fpu (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-kabi-struct-fpu.patch: xen/kabi: struct fpu (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-x86-Eliminate-TS_XSAVE.patch: xen/x86: Eliminate TS_XSAVE (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-x86-Export-FPU-API-for-KVM-use.patch: xen/x86: Export FPU API for KVM use (bsc#1095241, cve-2018-3665). - patches.xen/xen3-x86-Introduce-struct-fpu-and-related-API.patch: xen/x86: Introduce 'struct fpu' and related API (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-x86-fpu-Merge-fpu_init.patch: xen: x86, fpu: Merge fpu_init() (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-x86-fpu-always-use-kernel_fpu_begin-end-for-in-kerne.patch: xen: x86, fpu: always use kernel_fpu_begin/end() for in-kernel FPU usage (bsc#1095241, cve-2018-3665). - patches.xen/xen3-x86-non-upstream-eager-fpu.patch: xen: x86-non-upstream-eager-fpu (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-x86-xsave-Move-boot-cpu-initialization-to-xsave_init.patch: xen: x86, xsave: Move boot cpu initialization to xsave_init() (bnc#1087086 CVE-2018-3665). - patches.xen/xen3-x86-xsave-Separate-fpu-and-xsave-initialization.patch: xen: x86, xsave: Separate fpu and xsave initialization (bnc#1087086 CVE-2018-3665). * Wed Jul 18 2018 pmladek@suse.com KVM: Eager FPU (bnc#1087086 CVE-2018-3665). - patches.arch/0001-x86-kvm-use-kernel_fpu_begin-end-in-kvm_load-put_guest_fpu.patch: x86, kvm: use kernel_fpu_begin/end() in kvm_load/put_guest_fpu() (bsc#961518 bnc#1087086 CVE-2018-3665). - patches.arch/0002-x86-kvm-fix-kvm-s-usage-of-kernel_fpu_begin-end.patch: x86, kvm: fix kvm's usage of kernel_fpu_begin/end() (bsc#961518 bnc#1087086 CVE-2018-3665). - patches.arch/KVM-Activate-fpu-on-clts.patch: KVM: Activate fpu on clts (bsc#1095241, cve-2018-3665). - patches.arch/KVM-Allow-kvm_load_guest_fpu-even-when-vcpu-fpu_acti.patch: KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active (bsc#1095241, cve-2018-3665). - patches.arch/KVM-Lazify-fpu-activation-and-deactivation.patch: KVM: Lazify fpu activation and deactivation (bsc#1095241, cve-2018-3665). - patches.arch/KVM-Replace-read-accesses-of-vcpu-arch.cr0-by-an-acc.patch: KVM: Replace read accesses of vcpu->arch.cr0 by an accessor (bsc#1095241, CVE-2018-3665). - patches.arch/KVM-SVM-Fix-SVM_CR0_SELECTIVE_MASK.patch: KVM: SVM: Fix SVM_CR0_SELECTIVE_MASK (bsc#1095241, cve-2018-3665). - patches.arch/KVM-SVM-Initialize-fpu_active-in-init_vmcb.patch: KVM: SVM: Initialize fpu_active in init_vmcb() (bsc#1095241, cve-2018-3665). - patches.arch/KVM-SVM-Lazy-fpu-with-npt.patch: KVM: SVM: Lazy fpu with npt (bsc#1095241, cve-2018-3665). - patches.arch/KVM-SVM-Restore-unconditional-cr0-intercept-under-np.patch: KVM: SVM: Restore unconditional cr0 intercept under npt (bsc#1095241, cve-2018-3665). - patches.arch/KVM-SVM-Selective-cr0-intercept.patch: KVM: SVM: Selective cr0 intercept (bsc#1095241, cve-2018-3665). - patches.arch/KVM-SVM-init_vmcb-remove-redundant-save-cr0-initiali.patch: KVM: SVM: init_vmcb(): remove redundant save->cr0 initialization (bsc#1095241, cve-2018-3665). - patches.arch/KVM-Set-cr0.et-when-the-guest-writes-cr0.patch: KVM: Set cr0.et when the guest writes cr0 (bsc#1095241, cve-2018-3665). - patches.arch/KVM-VMX-Allow-the-guest-to-own-some-cr0-bits.patch: KVM: VMX: Allow the guest to own some cr0 bits (bsc#1095241, CVE-2018-3665). - patches.arch/KVM-VMX-Avoid-writing-HOST_CR0-every-entry.patch: KVM: VMX: Avoid writing HOST_CR0 every entry (bsc#1095241, cve-2018-3665). - patches.arch/KVM-VMX-Give-the-guest-ownership-of-cr0.ts-when-the-.patch: KVM: VMX: Give the guest ownership of cr0.ts when the fpu is active (bsc#1095241, cve-2018-3665). - patches.arch/KVM-VMX-Move-some-cr-04-related-constants-to-vmx.c.patch: KVM: VMX: Move some cr[04] related constants to vmx.c (bsc#1095241, cve-2018-3665). - patches.arch/KVM-x86-Use-FPU-API.patch: KVM: x86: Use FPU API (bsc#1095241, cve-2018-3665). - patches.arch/KVM-x86-Use-unlazy_fpu-for-host-FPU.patch: KVM: x86: Use unlazy_fpu() for host FPU (bsc#1095241, cve-2018-3665). - patches.arch/kvm-x86-remove-code-for-lazy-fpu-handling.patch: KVM: x86: remove code for lazy FPU handling (bsc#1095241, CVE-2018-3665). - patches.arch/x86-Export-FPU-API-for-KVM-use.patch: x86: Export FPU API for KVM use (bsc#1095241, cve-2018-3665). * Tue Jul 10 2018 tiwai@suse.de - patches.fixes/sched-sysctl-Check-user-input-value-of-sysctl_sched_.patch: sched/sysctl: Check user input value of sysctl_sched_time_avg (bsc#1100089). * Tue Jul 10 2018 pmladek@suse.com Eager FPU (bnc#1087086 CVE-2018-3665). - patches.arch/0005-x86-bugs-Provide-boot-parameters-for-the-spec_store_.patch: Refresh. - patches.arch/05-x86-retpoline-Add-initial-retpoline-support.patch: Refresh. - patches.arch/06-x86-cpu-merge-bugs-c-and-bugs_64-c.patch: Refresh. - patches.arch/07-x86-spectre-Add-boot-time-option-to-select-Spectre-v.patch: Refresh. - patches.arch/KVM-Initialize-fpu-state-in-preemptible-context.patch: KVM: Initialize fpu state in preemptible context (bnc#1087086 CVE-2018-3665). - patches.arch/i387-do-not-preload-FPU-state-at-task-switch-time.patch: i387: do not preload FPU state at task switch time (bnc#1087086 CVE-2018-3665). - patches.arch/i387-don-t-ever-touch-TS_USEDFPU-directly-use-helper.patch: i387: don't ever touch TS_USEDFPU directly, use helper functions (bnc#1087086 CVE-2018-3665). - patches.arch/i387-fix-sense-of-sanity-check.patch: i387: fix sense of sanity check (bnc#1087086 CVE-2018-3665). - patches.arch/i387-fix-x86-64-preemption-unsafe-user-stack-save-re.patch: i387: fix x86-64 preemption-unsafe user stack save/restore (bnc#1087086 CVE-2018-3665). - patches.arch/i387-make-irq_fpu_usable-tests-more-robust.patch: i387: make irq_fpu_usable() tests more robust (bnc#1087086 CVE-2018-3665). - patches.arch/i387-math_state_restore-isn-t-called-from-asm.patch: i387: math_state_restore() isn't called from asm (bnc#1087086 CVE-2018-3665). - patches.arch/i387-move-AMD-K7-K8-fpu-fxsave-fxrstor-workaround-fr.patch: i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restore (bnc#1087086 CVE-2018-3665). - patches.arch/i387-move-TS_USEDFPU-clearing-out-of-__save_init_fpu.patch: i387: move TS_USEDFPU clearing out of __save_init_fpu and into callers (bnc#1087086 CVE-2018-3665). - patches.arch/i387-move-TS_USEDFPU-flag-from-thread_info-to-task_s.patch: i387: move TS_USEDFPU flag from thread_info to task_struct (bnc#1087086 CVE-2018-3665). - patches.arch/i387-re-introduce-FPU-state-preloading-at-context-sw.patch: i387: re-introduce FPU state preloading at context switch time (bnc#1087086 CVE-2018-3665). - patches.arch/x86-32-fpu-Fix-DNA-exception-during-check_fpu.patch: x86-32, fpu: Fix DNA exception during check_fpu() (bnc#1087086 CVE-2018-3665). - patches.arch/x86-32-fpu-Fix-FPU-exception-handling-on-non-SSE-sys.patch: x86-32, fpu: Fix FPU exception handling on non-SSE systems (bnc#1087086 CVE-2018-3665). - patches.arch/x86-32-fpu-Rewrite-fpu_save_init.patch: x86-32, fpu: Rewrite fpu_save_init() (bnc#1087086 CVE-2018-3665). - patches.arch/x86-64-fpu-Disable-preemption-when-using-TS_USEDFPU.patch: x86-64, fpu: Disable preemption when using TS_USEDFPU (bnc#1087086 CVE-2018-3665). - patches.arch/x86-64-fpu-Fix-cs-value-in-convert_from_fxsr.patch: x86-64, fpu: Fix %%cs value in convert_from_fxsr() (bnc#1087086 CVE-2018-3665). - patches.arch/x86-Avoid-unnecessary-__clear_user-and-xrstor-in-sig.patch: x86: Avoid unnecessary __clear_user() and xrstor in signal handling (bnc#1087086 CVE-2018-3665). - patches.arch/x86-Eliminate-TS_XSAVE.patch: x86: Eliminate TS_XSAVE (bnc#1087086 CVE-2018-3665). - patches.arch/x86-Introduce-struct-fpu-and-related-API.patch: x86: Introduce 'struct fpu' and related API (bnc#1087086 CVE-2018-3665). - patches.arch/x86-fpu-Merge-__save_init_fpu.patch: x86, fpu: Merge __save_init_fpu() (bnc#1087086 CVE-2018-3665). - patches.arch/x86-fpu-Merge-fpu_init.patch: x86, fpu: Merge fpu_init() (bnc#1087086 CVE-2018-3665). - patches.arch/x86-fpu-Merge-fpu_save_init.patch: x86, fpu: Merge fpu_save_init() (bnc#1087086 CVE-2018-3665). - patches.arch/x86-fpu-Unbreak-FPU-emulation.patch: x86, fpu: Unbreak FPU emulation (bnc#1087086 CVE-2018-3665). - patches.arch/x86-fpu-Use-static_cpu_has-to-implement-use_xsave.patch: x86, fpu: Use static_cpu_has() to implement use_xsave() (bnc#1087086 CVE-2018-3665). - patches.arch/x86-fpu-correct-the-asm-constraints-for-fxsave-unbre.patch: x86, fpu: correct the asm constraints for fxsave, unbreak mxcsr.daz (bnc#1087086 CVE-2018-3665). - patches.arch/x86-ptrace-Remove-set_stopped_child_used_math-in-x-f.patch: x86, ptrace: Remove set_stopped_child_used_math() in [x]fpregs_set. - patches.arch/x86-xsave-Move-boot-cpu-initialization-to-xsave_init.patch: x86, xsave: Move boot cpu initialization to xsave_init() (bnc#1087086 CVE-2018-3665). - patches.arch/x86-xsave-Separate-fpu-and-xsave-initialization.patch: x86, xsave: Separate fpu and xsave initialization (bnc#1087086 CVE-2018-3665). - patches.fixes/0033-x86-mm-kaiser-stack-trampoline.patch: Refresh. - patches.fixes/bootmem-Add-alloc_bootmem_align.patch: bootmem: Add alloc_bootmem_align() (bnc#1087086 CVE-2018-3665). - patches.kabi/kabi-fix-has_fpu-in-thread_structs.patch: kabi: struct fpu (bnc#1087086 CVE-2018-3665). - patches.kabi/kabi-struct-fpu.patch: kabi: struct fpu (bnc#1087086 CVE-2018-3665). - patches.suse/22-x86-cpu-amd-add-speculative-control-support-for-amd.patch: Refresh. - patches.suse/i387-use-restore_fpu_checking-directly-in-task-switc.patch: i387: use 'restore_fpu_checking()' directly in task switching code (bnc#1087086 CVE-2018-3665). - patches.suse/x86-non-upstream-eager-fpu-32.patch: x86-non-upstream-eager-fpu 32bit fix (bnc#1087086 CVE-2018-3665). - patches.suse/x86-non-upstream-eager-fpu.patch: x86-non-upstream-eager-fpu (bnc#1087086 CVE-2018-3665). * Sat Jul 7 2018 sndirsch@suse.de - patches.fixes/0001-video-uvesafb-Fix-integer-overflow-in-allocation.patch: video: uvesafb: Fix integer overflow in allocation (bsc#1100418, CVE-2018-13406). * Sat Jul 7 2018 sndirsch@suse.de - patches.fixes/0001-video-uvesafb-Fix-integer-overflow-in-allocation.patch: video: uvesafb: Fix integer overflow in allocation (bsc#1100418, CVE-2018-13406). * Tue Jul 3 2018 oneukum@suse.com - patches.fixes/0001-fbdev-color-map-copying-bounds-checking.patch: fbdev: color map copying bounds checking (bsc#1099942 CVE-2016-8405). * Mon Jul 2 2018 oneukum@suse.com - patches.suse/0001-usbip-fix-probe-disconnect-races.patch: usbip: fix probe/disconnect races (bsc#1096480 CVE-2018-5814). * Wed Jun 27 2018 mhocko@suse.de - Update config files. - patches.arch/00-x86-alternatives-add-missing-n-at-end-of-alternative-inline-asm.patch: x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm (bsc#1068032 CVE-2017-5754). - patches.arch/01-x86-kbuild-enable-modversions-for-symbols-exported-f.patch: x86/kbuild: enable modversions for symbols exported from asm (bsc#1068032 CVE-2017-5715). - patches.arch/02-x86-asm-Make-asm-alternative.h-safe-from-assembly.patch: x86/asm: Make asm/alternative.h safe from assembly (bsc#1068032 CVE-2017-5715). - patches.arch/03-EXPORT_SYMBOL-for-asm.patch: EXPORT_SYMBOL() for asm (bsc#1068032 CVE-2017-5715). - patches.arch/04-kbuild-modversions-for-EXPORT_SYMBOL-for-asm.patch: kbuild: modversions for EXPORT_SYMBOL() for asm (bsc#1074621 bsc#1068032). - patches.arch/04.1-modpost-fix-bogus-exported-twice-warnings.patch: modpost: fix bogus 'exported twice' warnings (bsc#1068032 CVE-2017-5754). - patches.arch/05-x86-retpoline-Add-initial-retpoline-support.patch: x86/retpoline: Add initial retpoline support (bsc#1068032 CVE-2017-5715). - patches.arch/05.1-x86-retpoline-remove-compile-time-warning.patch: x86/retpoline: Remove compile time warning (bsc#1068032 CVE-2017-5754). - patches.arch/05.2-x86-vdso-remove-retpoline-flags.patch: x86/vdso: Remove retpoline flags (bsc#1068032 CVE-2017-5754). - patches.arch/06-x86-cpu-merge-bugs-c-and-bugs_64-c.patch: x86/cpu: Merge bugs.c and bugs_64.c (bsc#1068032 CVE-2017-5754). - patches.arch/07-x86-spectre-Add-boot-time-option-to-select-Spectre-v.patch: x86/spectre: Add boot time option to select Spectre v2 mitigation (bsc#1068032 CVE-2017-5715). - patches.arch/08-x86-retpoline-entry-Convert-entry-assembler-indirect.patch: x86/retpoline/entry: Convert entry assembler indirect jumps (bsc#1068032 CVE-2017-5715). - patches.arch/09-x86-retpoline-ftrace-Convert-ftrace-assembler-indire.patch: x86/retpoline/ftrace: Convert ftrace assembler indirect jumps (bsc#1068032 CVE-2017-5715). - patches.arch/10-x86-retpoline-hyperv-Convert-assembler-indirect-jump.patch: x86/retpoline/hyperv: Convert assembler indirect jumps (bsc#1068032 CVE-2017-5715). - patches.arch/11-x86-retpoline-xen-Convert-Xen-hypercall-indirect-jum.patch: x86/retpoline/xen: Convert Xen hypercall indirect jumps (bsc#1068032 CVE-2017-5715). - patches.arch/12-x86-retpoline-checksum32-Convert-assembler-indirect-.patch: x86/retpoline/checksum32: Convert assembler indirect jumps (bsc#1068032 CVE-2017-5715). - patches.arch/13-x86-retpoline-irq32-Convert-assembler-indirect-jumps.patch: x86/retpoline/irq32: Convert assembler indirect jumps (bsc#1068032 CVE-2017-5715). - patches.arch/13.0-x86-asm-extend-definitions-of-asm_-with-a-raw-format.patch: x86, asm: Extend definitions of _ASM_* with a raw format (bsc#1068032 CVE-2017-5754). - patches.arch/13.1-x86-asm-use-register-variable-to-get-stack-pointer-value.patch: x86/asm: Use register variable to get stack pointer value (bsc#1068032 CVE-2017-5754). - patches.arch/14-x86-retpoline-Fill-return-stack-buffer-on-vmexit.patch: x86/retpoline: Fill return stack buffer on vmexit (bsc#1068032 CVE-2017-5715). - patches.arch/14.0-x86-cpu-intel-introduce-macros-for-intel-family-numbers.patch: x86/cpu/intel: Introduce macros for Intel family numbers (bsc#1068032 CVE-2017-5754). - patches.arch/14.1-x86-retpoline-fill-rsb-on-context-switch-for-affected-cpus.patch: x86/retpoline: Fill RSB on context switch for affected CPUs (bsc#1068032 CVE-2017-5754). - patches.arch/16-asm-prototypes-clear-any-cpp-defines-before-declaring-the-functions.patch: asm-prototypes: Clear any CPP defines before declaring the functions (bsc#1068032 CVE-2017-5754). - patches.arch/17-x86-retpoline-remove-the-esp-rsp-thunk.patch: x86/retpoline: Remove the esp/rsp thunk (bsc#1068032 CVE-2017-5754). - patches.suse/18-x86-spec_ctrl-check-whether-ibrs-is-enabled-before-using-it.patch: Refresh. - patches.suse/19-x86-spec_ctrl-check-whether-ibpb-is-enabled-before-using-it.patch: Refresh. - patches.suse/20-x86-cpu-check-speculation-control-cpuid-bit.patch: Refresh. - patches.suse/12-x86-entry-add-a-function-to-overwrite-the-rsb.patch: Delete. - patches.suse/13-x86-entry-stuff-rsb-for-entry-to-kernel-for-non-smep-platform.patch: Delete. - patches.suse/17-x86-kvm-pad-rsb-on-vm-transition.patch: Delete. - patches.suse/28-x86-svm-clobber-the-rsb-on-vm-exit.patch: Delete. * Fri Jun 22 2018 pmladek@suse.com - patches.arch/x86-pti-xenpv-dont-report-as-vulnerable.patch: x86/pti: don't report XenPV as vulnerable (bsc#1097551). * Thu Jun 21 2018 pmladek@suse.com Update xen stuff - patches.xen/xen3-0003-x86-Implement-array_index_mask_nospec.patch: xen/x86: Implement array_index_mask_nospec (bsc#1068032 CVE-2017-5753). - patches.xen/xen3-0004-x86-Introduce-barrier_nospec.patch: xen/x86: Introduce barrier_nospec (bsc#1068032 CVE-2017-5753). - patches.xen/xen3-0006-x86-bugs-intel-Set-proper-CPU-features-and-setup-RDS.patch: xen/x86/bugs/intel: Set proper CPU features and setup RDS (bsc#1087082 CVE-2018-3639). - patches.xen/xen3-0009-x86-syscall-Sanitize-syscall-table-de-references-und.patch: xen/x86/syscall: Sanitize syscall table de-references under speculation (bsc#1068032 CVE-2017-5753). - patches.xen/xen3-0013-x86-process-Allow-runtime-control-of-Speculative-Sto.patch: xen/x86/process: Allow runtime control of Speculative Store Bypass (bsc#1087082 CVE-2018-3639). - patches.xen/xen3-03-x86-entry-use-ibrs-on-entry-to-kernel-space.patch: Refresh. - patches.xen/xen3-05-x86-retpoline-Add-initial-retpoline-support.patch: xen/x86/retpoline: Add initial retpoline support (bsc#1068032 CVE-2017-5715). - patches.xen/xen3-07-x86-spectre-Add-boot-time-option-to-select-Spectre-v.patch: xen/x86/spectre: Add boot time option to select Spectre v2 mitigation (bsc#1068032 CVE-2017-5715). - patches.xen/xen3-08-x86-retpoline-entry-Convert-entry-assembler-indirect.patch: xen/x86/retpoline/entry: Convert entry assembler indirect jumps (bsc#1068032 CVE-2017-5715). - patches.xen/xen3-09-x86-retpoline-ftrace-Convert-ftrace-assembler-indire.patch: xen/x86/retpoline/ftrace: Convert ftrace assembler indirect jumps (bsc#1068032 CVE-2017-5715). - patches.xen/xen3-14.1-x86-retpoline-fill-rsb-on-context-switch-for-affected-cpus.patch: xen/x86/retpoline: Fill RSB on context switch for affected CPUs (bsc#1068032 CVE-2017-5754). - patches.xen/xen3-19-x86-retpoline-entry-convert-unwind-assembly-indirect.patch: xen/x86/retpoline/entry: convert unwind assembly indirect jumps (bsc#1068032 CVE-2017-5715). - patches.xen/xen3-26-x86-bugs-rename-rds-to-ssbd.patch: xen/x86/bugs: Rename _RDS to _SSBD (bsc#1087082 CVE-2018-3639). - patches.xen/xen3-32-x86-cpu-Factor-out-application-of-forced-CPU-caps.patch: xen/x86/cpu: Factor out application of forced CPU caps (bsc#1075994 bsc#1075091). - patches.xen/xen3-33-x86-CPU-Sync-CPU-feature-flags-late.patch: xen/x86/CPU: Sync CPU feature flags late (bsc#1075994 bsc#1075091). - patches.xen/xen3-audit_x86_32-entry-store-badsys-error-code-in-eax-cve-2014-4508.patch: xen: x86_32, entry: Store badsys error code in %%eax (bnc#883724, CVE-2014-4508). - patches.xen/xen3-31-x86-cpu-amd-remove-now-unused-definition-of-mfence_rdtsc-feature.patch: Delete. * Mon Jun 18 2018 pmladek@suse.com - patches.suse/0001-KVM-x86-Sync-back-MSR_IA32_SPEC_CTRL-to-VCPU-data-st.patch: KVM: x86: Sync back MSR_IA32_SPEC_CTRL to VCPU data structure (bsc#1096242, bsc#1096281). * Mon Jun 18 2018 pmladek@suse.com Shuffle X86_FEATURE_KAISER declaration to reduce conflicts when backporting further changes - patches.arch/05-x86-retpoline-Add-initial-retpoline-support.patch: Refresh. - patches.arch/14.1-x86-retpoline-fill-rsb-on-context-switch-for-affected-cpus.patch: Refresh. * Mon Jun 18 2018 pmladek@suse.com - patches.arch/KVM--SVM--Move-spec-control-call-after-restore-of-GS.patch: KVM: SVM: Move spec control call after restore of GS (bsc#1087082 CVE-2018-3639). * Mon Jun 18 2018 pmladek@suse.com - patches.arch/26-x86-bugs-rename-rds-to-ssbd.patch: x86/bugs: Rename _RDS to _SSBD (bsc#1087082 CVE-2018-3639). * Fri Jun 15 2018 pmladek@suse.com - patches.arch/0001-x86-bugs-Read-SPEC_CTRL-MSR-during-boot-and-re-use-r.patch: x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits (bsc#1087082 bsc#1094912 CVE-2018-3639). - patches.arch/0002-x86-bugs-KVM-Support-the-combination-of-guest-and-ho.patch: x86/bugs, KVM: Support the combination of guest and host IBRS (bsc#1087082 CVE-2018-3639). - patches.arch/0003-x86-bugs-Expose-sys-.-spec_store_bypass.patch: x86/bugs: Expose /sys/../spec_store_bypass (bsc#1087082 CVE-2018-3639). - patches.arch/0004-x86-cpufeatures-Add-X86_FEATURE_RDS.patch: x86/cpufeatures: Add X86_FEATURE_RDS (bsc#1087082 CVE-2018-3639). - patches.arch/0005-x86-bugs-Provide-boot-parameters-for-the-spec_store_.patch: x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigation (bsc#1087082 CVE-2018-3639). - patches.arch/0006-x86-bugs-intel-Set-proper-CPU-features-and-setup-RDS.patch: x86/bugs/intel: Set proper CPU features and setup RDS (bsc#1087082 CVE-2018-3639). - patches.arch/0007-x86-bugs-Whitelist-allowed-SPEC_CTRL-MSR-values.patch: x86/bugs: Whitelist allowed SPEC_CTRL MSR values (bsc#1087082 CVE-2018-3639). - patches.arch/0008-x86-bugs-AMD-Add-support-to-disable-RDS-on-Fam-15-16.patch: x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested (bsc#1087082 CVE-2018-3639). - patches.arch/0009-x86-KVM-VMX-Expose-SPEC_CTRL-Bit-2-to-the-guest.patch: x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest (bsc#1087082 CVE-2018-3639). - patches.arch/0010-Add-driver-auto-probing-for-x86-features-v4.patch: Add driver auto probing for x86 features v4 (bsc#1087082 CVE-2018-3639). - patches.arch/0011-do-not-enable-SSB-on-non-affected-CPUs.patch: do not enable SSB on non-affected CPUs (bsc#1087082 CVE-2018-3639). - patches.arch/0012-prctl-Add-speculation-control-prctls.patch: prctl: Add speculation control prctls (bsc#1087082 CVE-2018-3639). - patches.arch/0013-x86-process-Allow-runtime-control-of-Speculative-Sto.patch: x86/process: Allow runtime control of Speculative Store Bypass (bsc#1087082 CVE-2018-3639). - patches.arch/0014-x86-speculation-Add-prctl-for-Speculative-Store-Bypa.patch: x86/speculation: Add prctl for Speculative Store Bypass mitigation (bsc#1087082 CVE-2018-3639). - patches.arch/0015-nospec-Allow-getting-setting-on-non-current-task.patch: nospec: Allow getting/setting on non-current task (bsc#1087082 CVE-2018-3639). - patches.arch/0016-seccomp-Enable-speculation-flaw-mitigations.patch: seccomp: Enable speculation flaw mitigations (bsc#1087082 CVE-2018-3639). - patches.arch/0017-prctl-Add-force-disable-speculation.patch: prctl: Add force disable speculation (bsc#1087082 CVE-2018-3639). - patches.arch/0018-seccomp-Use-PR_SPEC_FORCE_DISABLE.patch: seccomp: Use PR_SPEC_FORCE_DISABLE (bsc#1087082 CVE-2018-3639). - patches.arch/0019-seccomp-Move-speculation-migitation-control-to-arch-.patch: seccomp: Move speculation migitation control to arch code (bsc#1087082 CVE-2018-3639). - patches.arch/0020-x86-speculation-Make-seccomp-the-default-mode-for-Sp.patch: x86/speculation: Make "seccomp" the default mode for Speculative Store Bypass (bsc#1087082 CVE-2018-3639). * Thu Jun 14 2018 pmladek@suse.com Fix cpuid.edx.7.0 propagation to guest Commit 9a2a154b6fa82f189 by mistake didn't expose SPEC_CTRL edx.7.0 bit to guests; fix that. - patches.arch/kvm-mask-function7-ebx-against-host-capability-word9.patch: KVM: Mask function7 ebx against host capability word9 - patches.suse/27-kvm-x86-add-speculative-control-cpuid-support-for-guests.patch: Refresh. * Tue Jun 12 2018 pmladek@suse.com - patches.arch/08-x86-retpoline-entry-Convert-entry-assembler-indirect.patch: Refresh. - patches.arch/19-x86-retpoline-entry-convert-unwind-assembly-indirect.patch: x86/retpoline/entry: convert unwind assembly indirect jumps (bsc#1068032 CVE-2017-5715). - patches.suse/0001-Documentation-Document-array_index_nospec.patch: Documentation: Document array_index_nospec (bsc#1068032 CVE-2017-5753). - patches.suse/0001-locking-barriers-introduce-new-memory-barrier-gmb.patch: Refresh. - patches.suse/0002-array_index_nospec-Sanitize-speculative-array-de-ref.patch: array_index_nospec: Sanitize speculative array de-references (bsc#1068032 CVE-2017-5753). - patches.suse/0003-x86-Implement-array_index_mask_nospec.patch: x86: Implement array_index_mask_nospec (bsc#1068032 CVE-2017-5753). - patches.suse/0004-x86-Introduce-barrier_nospec.patch: x86: Introduce barrier_nospec (bsc#1068032 CVE-2017-5753). - patches.suse/0005-x86-Introduce-__uaccess_begin_nospec-and-uaccess_try.patch: x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec (bsc#1068032 CVE-2017-5753). - patches.suse/0007-x86-uaccess-Use-__uaccess_begin_nospec-and-uaccess_t.patch: x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec (bsc#1068032 CVE-2017-5753). - patches.suse/0008-x86-get_user-Use-pointer-masking-to-limit-speculatio.patch: x86/get_user: Use pointer masking to limit speculation (bsc#1068032 CVE-2017-5753). - patches.suse/0009-x86-syscall-Sanitize-syscall-table-de-references-und.patch: x86/syscall: Sanitize syscall table de-references under speculation (bsc#1068032 CVE-2017-5753). - patches.suse/0010-vfs-fdtable-Prevent-bounds-check-bypass-via-speculat.patch: vfs, fdtable: Prevent bounds-check bypass via speculative execution (bsc#1068032 CVE-2017-5753). - patches.suse/03-x86-entry-use-ibrs-on-entry-to-kernel-space.patch: Refresh. - patches.suse/introduce-OPTIMIZER_HIDE_VAR.patch: crypto: more robust crypto_memneq (bsc#1068032 CVE-2017-5753). - patches.suse/x86-spectre-Report-get_user-mitigation-for-spectre_v.patch: x86/spectre: Report get_user mitigation for spectre_v1 (bsc#1068032 CVE-2017-5753). - patches.suse/0006-fs-prevent-speculative-execution.patch: Delete. - patches.suse/sysfs-spectre_v1-is-mitigated.patch: Delete. Make use of the spectre v1 patches from upstream. We leave the non-upstream mess (the gmb barrier) for non-x86 archs around until they introduce the user pointer sanitization too. Note that the fs patch is dropped as it uses index clamping now (and that is implemented for all archs in this patchset). - patches.suse/0002-bpf-prevent-speculative-execution-in-eBPF-interprete.patch: Delete. The barrier does not make much sense, as there is no bounds checking around. In upstream, this is solved differently by b2157399cc9, but we do not need this, as we have neither tail_calls, nor array map. * Tue Jun 12 2018 pmladek@suse.com - patches.suse/x86-speculation-Fix-typo-IBRS_ATT-which-should-be-IB.patch: x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL (bsc#1068032 CVE-2017-5715). * Tue Jun 12 2018 pmladek@suse.com - patches.suse/retpolines-disable-ibrs-on-non-skl.patch: x86/retpolines/spec_ctrl: disable IBRS on !SKL if retpolines are active (bsc#1068032). * Tue Jun 12 2018 pmladek@suse.com - patches.suse/sysfs-spectre_v2-handle-spec_ctrl.patch: sysfs: spectre_v2, handle spec_ctrl (bsc#1075994 bsc#1075091). * Tue Jun 12 2018 pmladek@suse.com - patches.suse/x86-nospectre_v2-means-nospec-too.patch: x86/spectre_v2: nospectre_v2 means nospec too (bsc#1075994 bsc#1075091). * Tue Jun 12 2018 pmladek@suse.com - patches.suse/sysfs-spectre_v1-is-mitigated.patch: sysfs: spectre_v1 is mitigated (bsc#1068032 CVE-2017-5753). * Tue Jun 12 2018 pmladek@suse.com - patches.arch/sysfs-cpu-Fix-typos-in-vulnerability-document.patch: sysfs/cpu: Fix typos in vulnerability documentation (bnc#1012382). * Tue Jun 12 2018 pmladek@suse.com - patches.arch/36-x86-cpu-amd-fix-making-lfence-serializing.patch: x86/AMD: fix making LFENCE a serializing instruction (bsc#1068032 CVE-2017-5754). * Tue Jun 12 2018 pmladek@suse.com - patches.arch/sysfs-cpu-Add-vulnerability-folder.patch: sysfs/cpu: Add vulnerability folder (bnc#1012382). - patches.kabi/retpolines-kabi.patch: x86/retpolines: Work around kABI. * Tue Jun 12 2018 pmladek@suse.com - Update config files. - patches.arch/x86-cpu-Implement-CPU-vulnerabilites-sysfs-fu.patch: x86/cpu: Implement CPU vulnerabilites sysfs functions (bnc#1012382). * Mon Jun 11 2018 pmladek@suse.com - patches.suse/posix-timers-Protect-posix-clock-array-access-agains.patch: posix-timers: Protect posix clock array access against speculation (bnc#1081358 CVE-2017-5715). * Mon Jun 11 2018 jthumshirn@suse.de - patches.fixes/scsi-sg-allocate-with-_gfp_zero-in-sg_build_indirect.patch: scsi: sg: allocate with __GFP_ZERO in sg_build_indirect() (bsc#1096728 CVE-2018-1000204). * Fri Jun 8 2018 pmladek@suse.com - patches.suse/retpolines-disable-ibrs-on-non-skl-fix.patch: x86/bugs: correctly force-disable IBRS on !SKL systems (bsc#1092497). * Fri Jun 8 2018 pmladek@suse.com - patches.suse/nospec-fix-forced-cpucaps-ordering.patch: x86/bugs: spec_ctrl must be cleared from cpu_caps_set when being disabled (bsc#1096140). * Fri Jun 8 2018 pmladek@suse.com Fix for bsc#1092497 - patches.arch/07-x86-spectre-Add-boot-time-option-to-select-Spectre-v.patch: Refresh. - patches.arch/14.1-x86-retpoline-fill-rsb-on-context-switch-for-affected-cpus.patch: Refresh. - patches.arch/x86-cpu-Implement-CPU-vulnerabilites-sysfs-fu.patch: Refresh. - patches.suse/x86-nospectre_v2-means-nospec-too.patch: Delete. * Wed Jun 6 2018 pmladek@suse.com - patches.arch/30-x86-cpu-amd-make-lfence-a-serializing-instruction.patch: x86/cpu/AMD: Make LFENCE a serializing instruction (bsc#1068032 CVE-2017-5754). - patches.arch/31-x86-cpu-amd-use-lfence_rdtsc-in-preference-to-mfence_rdtsc.patch: x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC (bsc#1068032 CVE-2017-5754). - patches.suse/30-x86-cpu-amd-make-the-lfence-instruction-serialized.patch: Delete. - patches.suse/31-x86-cpu-amd-remove-now-unused-definition-of-mfence_rdtsc-feature.patch: Delete. * Wed Jun 6 2018 pmladek@suse.com - patches.suse/x86-kaiser-set-feature-bit.patch: kaiser: Set kaiser cpu feature bit (bsc#1074701). * Fri Jun 1 2018 pmladek@suse.com - patches.arch/14.1-x86-retpoline-fill-rsb-on-context-switch-for-affected-cpus.patch: Refresh. * Fri Jun 1 2018 pmladek@suse.com Untangle conflicting declaration of X86_FEATURE_SPEC_CTRL and X86_FEATURE_RSB_CTXSW - patches.arch/05-x86-retpoline-Add-initial-retpoline-support.patch: Refresh. - patches.arch/14.1-x86-retpoline-fill-rsb-on-context-switch-for-affected-cpus.patch: Refresh. - patches.suse/01-x86-feature-enable-the-x86-feature-to-control-speculation.patch: Refresh. * Thu May 17 2018 mkubecek@suse.cz - patches.fixes/dccp-check-sk-for-closed-state-in-dccp_sendmsg.patch: dccp: check sk for closed state in dccp_sendmsg() (CVE-2018-1130 bsc#1092904). * Thu May 17 2018 mkubecek@suse.cz - patches.fixes/sctp-verify-size-of-a-new-chunk-in-_sctp_make_chunk.patch: sctp: verify size of a new chunk in _sctp_make_chunk() (CVE-2018-5803 bsc#1083900). * Thu May 17 2018 mkubecek@suse.cz - patches.fixes/rds-Fix-NULL-pointer-dereference-in-__rds_rdma_map.patch: rds: Fix NULL pointer dereference in __rds_rdma_map (CVE-2018-7492 bsc#1082962). * Wed May 9 2018 mhocko@suse.de - patches.arch/x86-entry-64-don-t-use-ist-entry-for-bp-stack.patch: Update references (bsc#1087088, CVE-2018-8897). * Thu May 3 2018 mhocko@suse.de - patches.fixes/0001-mm-mempolicy-fix-use-after-free-when-calling-get_mem.patch: mm/mempolicy: fix use after free when calling get_mempolicy (bnc#1091755, CVE-2018-10675). * Wed May 2 2018 jroedel@suse.de - patches.arch/kvm-x86-fix-icebp-instruction-handling: kvm/x86: fix icebp instruction handling (bsc#1087088). * Wed May 2 2018 ohering@suse.de - patches.xen/xen-netfront.network_alloc_rx_buffers.missing_push.patch: xen-netfront: fix req_prod check to avoid RX hang when index wraps (bsc#1046610). * Wed Apr 25 2018 alnovak@suse.cz - patches.arch/05.3-x86-vsyscall-remove-retpoline-flags.patch x86/retpoline: don't perform thunk calls in ring3 vsyscall code (bsc#1085331). * Fri Apr 20 2018 mhocko@suse.de - patches.fixes/0001-kernel-signal.c-avoid-undefined-behaviour-in-kill_so.patch: kernel/signal.c: avoid undefined behaviour in kill_something_info (bnc1089752, CVE-2018-10124). * Mon Apr 16 2018 mhocko@suse.de - patches.fixes/0001-kernel-exit.c-avoid-undefined-behaviour-when-calling.patch: kernel/exit.c: avoid undefined behaviour when calling wait4() (bnc#1089608, CVE-2018-10087). * Thu Apr 12 2018 hare@suse.de - patches.fixes/scsi-libsas-fix-memory-leak-in-sas_smp_get_phy_event.patch: scsi: libsas: fix memory leak in sas_smp_get_phy_events() (bsc#1084536,CVE-2018-7757). * Tue Apr 10 2018 bp@suse.de - patches.suse/22-x86-cpu-amd-add-speculative-control-support-for-amd.patch: Refresh. - patches.suse/23-x86-spec-check-cpuid-direclty-post-microcode-reload-to-support-ibpb-feature.patch: Refresh. - patches.suse/35-x86-spectre_v2-fix-ordering-in-IBRS-initialization.patch: Refresh. * Fri Apr 6 2018 alnovak@suse.cz - patches.xen/xen3-13-x86-entry-stuff-rsb-for-entry-to-kernel-for-non-smep-platform.patch: Delete. * Thu Apr 5 2018 tiwai@suse.de - patches.drivers/ALSA-seq-Fix-possible-UAF-in-snd_seq_check_queue: ALSA: seq: Fix possible UAF in snd_seq_check_queue() (CVE-2018-7566,bsc#1083483). - patches.drivers/ALSA-seq-More-protection-for-concurrent-write-and-io: ALSA: seq: More protection for concurrent write and ioctl races (CVE-2018-7566,bsc#1083483). * Thu Apr 5 2018 tiwai@suse.de - patches.drivers/ALSA-pcm-prevent-UAF-in-snd_pcm_info: ALSA: pcm: prevent UAF in snd_pcm_info (CVE-2017-0861,bsc#1088260). * Tue Apr 3 2018 bp@suse.de - patches.arch/x86-entry-64-don-t-use-ist-entry-for-bp-stack.patch: x86/entry/64: Don't use IST entry for #BP stack (bsc#1087088). * Sat Mar 31 2018 alnovak@suse.cz - patches.suse/0001-modpost-Fix-modpost-license-checking-of-vmlinux.o.patch: modpost: Fix modpost license checking of vmlinux.o. - patches.suse/0001-modpost-Fix-modpost-s-license-checking-V3.patch: modpost: Fix modpost's license checking V3. - patches.suse/0001-modpost-support-objects-with-more-than-64k-sections.patch: modpost: support objects with more than 64k sections. - patches.suse/0001-module-Sort-exported-symbols.patch: module: Sort exported symbols. * Thu Mar 29 2018 alnovak@suse.cz - Introduce retpolines. * Wed Mar 28 2018 neilb@suse.com - patches.fixes/0001-staging-ncpfs-memory-corruption-in-ncp_read_kernel.patch: staging: ncpfs: memory corruption in ncp_read_kernel() (bsc#1086162, CVE-2018-8822). * Mon Mar 5 2018 neilb@suse.com - patches.fixes/0001-dm-fix-race-between-dm_get_from_kobject-and-__dm_des.patch: dm: fix race between dm_get_from_kobject() and __dm_destroy() (bsc#1083242, CVE-2017-18203). * Thu Mar 1 2018 mhocko@suse.de - patches.fixes/mm-madvise.c-fix-madvise-infinite-loop-under-special.patch: mm/madvise.c: fix madvise() infinite loop under special circumstances (bnc#1083494, CVE-2017-18208). * Thu Mar 1 2018 tiwai@suse.de - patches.drivers/ALSA-seq-Fix-racy-pool-initializations: ALSA: seq: Fix racy pool initializations (CVE-2018-7566,bsc#1083483). * Wed Feb 28 2018 bp@suse.de - patches.fixes/media-hdpvr-fix-an-error-handling-path-in-hdpvr_probe.patch: media: hdpvr: Fix an error handling path in hdpvr_probe() (bsc#1067118 CVE-2017-16644). * Wed Feb 28 2018 oneukum@suse.com - patches.fixes/0001-usbip-fix-stub_send_ret_submit-vulnerability-to-null.patch: usbip: fix stub_send_ret_submit() vulnerability to null transfer_buffer (bsc#1078669 CVE-2017-16914). * Wed Feb 14 2018 tiwai@suse.de - patches.fixes/futex-Prevent-overflow-by-strengthen-input-validatio.patch: futex: Prevent overflow by strengthen input validation (CVE-2018-6927,bsc#1080757). * Tue Feb 13 2018 oneukum@suse.com - patches.fixes/0001-usbip-prevent-vhci_hcd-driver-from-leaking-a-socket-.patch: Refresh. * Mon Feb 12 2018 oneukum@suse.com - patches.fixes/0001-usbip-prevent-vhci_hcd-driver-from-leaking-a-socket-.patch: usbip: prevent vhci_hcd driver from leaking a socket pointer address (bsc#1078674 CVE-2017-16911). - patches.fixes/0001-usbip-vhci_hcd-update-status-file-header-and-format.patch: Refresh. * Fri Feb 9 2018 bp@suse.de - patches.fixes/hid-core-prevent-out-of-bound-readings.patch: HID: core: prevent out-of-bound readings (bsc#1010470 CVE-2016-7915). * Fri Feb 9 2018 bp@suse.de - patches.fixes/virtio-net-drop-netif_f_fraglist.patch: virtio-net: drop NETIF_F_FRAGLIST (bsc#940776 CVE-2015-5156). * Fri Feb 9 2018 jlee@suse.com - patches.fixes/0001-KEYS-prevent-KEYCTL_READ-on-negative-key.patch: KEYS: prevent KEYCTL_READ on negative key (bnc#1062840, CVE-2017-12192). * Fri Feb 9 2018 jthumshirn@suse.de - patches.fixes/fix-unbalanced-page-refcounting-in-bio_map_user_iov.patch: fix unbalanced page refcounting in bio_map_user_iov (bsc#1062568 CVE-2017-12190). * Thu Feb 8 2018 oneukum@suse.com - patches.fixes/0001-usbip-vhci_hcd-update-status-file-header-and-format.patch: usbip: vhci_hcd: update 'status' file header and format (1078674 CVE-2017-16911). * Thu Feb 8 2018 oneukum@suse.com - patches.fixes/0001-usbip-fix-stub_rx-get_pipe-to-validate-endpoint-numb.patch: usbip: fix stub_rx: get_pipe() to validate endpoint number (bsc#1078673 CVE-2017-16912). * Wed Feb 7 2018 oneukum@suse.com - patches.fixes/0001-usbip-fix-stub_rx-harden-CMD_SUBMIT-path-to-handle-m.patch: Refresh. * Wed Feb 7 2018 oneukum@suse.com - patches.fixes/0001-usb-add-helper-to-extract-bits-12-11-of-wMaxPacketSi.patch: Refresh. * Wed Feb 7 2018 oneukum@suse.com - patches.drivers/0001-usb-add-usb_endpoint_maxp-macro.patch: Refresh. * Wed Feb 7 2018 oneukum@suse.com - patches.drivers/0001-usb-add-usb_endpoint_maxp-macro.patch: usb: add usb_endpoint_maxp() macro (bsc#1078672 CVE-2017-16913). * Wed Feb 7 2018 oneukum@suse.com - patches.fixes/0001-usb-add-helper-to-extract-bits-12-11-of-wMaxPacketSi.patch: Refresh. * Wed Feb 7 2018 oneukum@suse.com - patches.fixes/0001-usb-add-helper-to-extract-bits-12-11-of-wMaxPacketSi.patch: Refresh. * Wed Feb 7 2018 oneukum@suse.com - patches.fixes/0001-usbip-fix-stub_rx-harden-CMD_SUBMIT-path-to-handle-m.patch: usbip: fix stub_rx: harden CMD_SUBMIT path to handle malicious input (bsc#1078672 CVE-2017-16913). * Wed Feb 7 2018 oneukum@suse.com - patches.fixes/0001-usb-add-helper-to-extract-bits-12-11-of-wMaxPacketSi.patch: usb: add helper to extract bits 12:11 of wMaxPacketSize (bsc#1078672 CVE-2017-16913). * Wed Feb 7 2018 mkubecek@suse.cz - patches.fixes/RDS-Heap-OOB-write-in-rds_message_alloc_sgs.patch: RDS: Heap OOB write in rds_message_alloc_sgs() (CVE-2018-5332 bsc#1075621). * Wed Feb 7 2018 mkubecek@suse.cz - patches.fixes/netfilter-xt_TCPMSS-fix-handling-of-malformed-TCP-he.patch: netfilter: xt_TCPMSS: fix handling of malformed TCP header and options (CVE-2017-18017 bsc#1074488). - patches.fixes/netfilter-xt_TCPMSS-add-more-sanity-tests-on-tcph-do.patch: netfilter: xt_TCPMSS: add more sanity tests on tcph->doff (CVE-2017-18017 bsc#1074488). * Fri Feb 2 2018 bp@suse.de - patches.fixes/input-i8042-fix-crash-at-boot-time.patch: Input: i8042 - fix crash at boot time (bsc1077922 CVE-2017-18079). * Wed Jan 24 2018 mhocko@suse.de - patches.fixes/audit-move-the-tree-pruning-to-a-dedicated-thread.patch: audit: move the tree pruning to a dedicated thread (bnc#1075867). * Tue Jan 23 2018 ptesarik@suse.cz - patches.xen/xen3-03-x86-entry-use-ibrs-on-entry-to-kernel-space.patch: xen/x86/entry: Use IBRS on entry to kernel space (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-06-x86-idle-toggle-ibrs-when-going-idle.patch: xen/x86/idle: Toggle IBRS when going idle (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-09-x86-mm-set-ibpb-upon-context-switch.patch: xen/x86/mm: Set IBPB upon context switch (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-12-x86-entry-add-a-function-to-overwrite-the-rsb.patch: xen/x86/entry: Add a function to overwrite the RSB (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-13-x86-entry-stuff-rsb-for-entry-to-kernel-for-non-smep-platform.patch: xen/x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-20-x86-cpu-check-speculation-control-cpuid-bit.patch: xen/x86/CPU: Check speculation control CPUID bit (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-31-x86-cpu-amd-remove-now-unused-definition-of-mfence_rdtsc-feature.patch: xen/x86/CPU/AMD: Remove now unused definition of MFENCE_RDTSC feature (bsc#1068032). - patches.xen/xen-x86-per-cpu-vcpu-info: Refresh. * Tue Jan 23 2018 ptesarik@suse.cz - patches.xen/xen3-03-x86-entry-use-ibrs-on-entry-to-kernel-space.patch: xen/x86/entry: Use IBRS on entry to kernel space (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-06-x86-idle-toggle-ibrs-when-going-idle.patch: xen/x86/idle: Toggle IBRS when going idle (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-09-x86-mm-set-ibpb-upon-context-switch.patch: xen/x86/mm: Set IBPB upon context switch (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-12-x86-entry-add-a-function-to-overwrite-the-rsb.patch: xen/x86/entry: Add a function to overwrite the RSB (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-13-x86-entry-stuff-rsb-for-entry-to-kernel-for-non-smep-platform.patch: xen/x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-20-x86-cpu-check-speculation-control-cpuid-bit.patch: xen/x86/CPU: Check speculation control CPUID bit (bsc#1068032, CVE-2017-5715). - patches.xen/xen3-31-x86-cpu-amd-remove-now-unused-definition-of-mfence_rdtsc-feature.patch: xen/x86/CPU/AMD: Remove now unused definition of MFENCE_RDTSC feature (bsc#1068032). * Fri Jan 19 2018 jdelvare@suse.de - patches.arch/x86-acpi-prevent-out-of-bound-access-caused-by-broken-acpi-tables: Delete (bsc#1049603). There is no evidence that CVE-2017-11473 affects kernel 2.6.32 in the first place, and the fix causes a regression. * Thu Jan 18 2018 mhocko@suse.de - patches.suse/32-x86-cpu-Factor-out-application-of-forced-CPU-caps.patch: x86/cpu: Factor out application of forced CPU caps (bsc#1075994 bsc#1075091). - patches.suse/33-x86-CPU-Sync-CPU-feature-flags-late.patch: x86/CPU: Sync CPU feature flags late (bsc#1075994 bsc#1075091). - patches.suse/34-x86-microcode-Rescan-feature-flags-upon-late-loading.patch: x86/microcode: Rescan feature flags upon late loading (bsc#1075994 bsc#1075091). - patches.suse/35-x86-spectre_v2-fix-ordering-in-IBRS-initialization.patch: x86/spectre_v2: fix ordering in IBRS initialization (bsc#1075994 bsc#1075091). - patches.suse/36-x86-spec_ctrl-handle-late-setting-of-X86_FEATURE_SPEC_CTRL-properly.patch: x86/spec_ctrl: handle late setting of X86_FEATURE_SPEC_CTRL properly (bsc#1075994 bsc#1075091). * Wed Jan 17 2018 mhocko@suse.de - patches.suse/4.4.110-032-x86-paravirt-Dont-patch-flush_tlb_single.patch: x86/paravirt: Dont patch flush_tlb_single (bnc#1012382, bnc#1076154). * Wed Jan 17 2018 mhocko@suse.de - patches.suse/03-x86-entry-use-ibrs-on-entry-to-kernel-space.patch: Refresh (bnc#1076348). * Tue Jan 16 2018 tiwai@suse.de - patches.drivers/ALSA-seq-Make-ioctls-race-free: ALSA: seq: Make ioctls race-free (CVE-2018-1000004,bsc#1076017). * Thu Jan 11 2018 mhocko@suse.de - patches.fixes/alternative-boot-fix.patch: alternative: fix boot time BUG_ON (bsc#1068032). * Thu Jan 11 2018 mhocko@suse.de - patches.arch/x86-microcode-Sanitize-per-cpu-microcode-reloading-i.patch: x86, microcode: Sanitize per-cpu microcode reloading interface (bsc#1068032). - patches.fixes/alternative-compile-fix.patch: fix up ALTERNATIVE definition (bnc#1068032). - patches.suse/01-x86-feature-enable-the-x86-feature-to-control-speculation.patch: x86/feature: Enable the x86 feature to control Speculation (bsc#1068032, CVE-2017-5715). - patches.suse/02-x86-enter-add-macros-to-set-clear-ibrs-and-set-ibpb.patch: x86/enter: Add macros to set/clear IBRS and set IBPB (bsc#1068032). - patches.suse/03-x86-entry-use-ibrs-on-entry-to-kernel-space.patch: x86/entry: Use IBRS on entry to kernel space (bsc#1068032, CVE-2017-5715). - patches.suse/04-x86-msr-move-native_-msr-u64-to-msr-h.patch: x86/MSR: Move native_*msr(.. u64) to msr.h (bsc#1068032, CVE-2017-5715). - patches.suse/05-x86-spec-add-ibrs-control-functions.patch: x86/spec: Add IBRS control functions (bsc#1068032, CVE-2017-5715). - patches.suse/06-x86-idle-toggle-ibrs-when-going-idle.patch: x86/idle: Toggle IBRS when going idle (bsc#1068032, CVE-2017-5715). - patches.suse/07-x86-idle-disable-ibrs-when-offlining-a-cpu-and-re-enable-on-wakeup.patch: x86/idle: Disable IBRS when offlining a CPU and re-enable on wakeup (bsc#1068032, CVE-2017-5715). - patches.suse/08-x86-spec_ctrl-add-an-indirect-branch-predictor-barrier.patch: x86/spec_ctrl: Add an Indirect Branch Predictor barrier (bsc#1068032, CVE-2017-5715). - patches.suse/09-x86-mm-set-ibpb-upon-context-switch.patch: x86/mm: Set IBPB upon context switch (bsc#1068032, CVE-2017-5715). - patches.suse/10-ptrace-add-a-new-thread-access-check.patch: ptrace: Add a new thread access check (bsc#1068032). - patches.suse/11-x86-mm-only-set-ibpb-when-the-new-thread-cannot-ptrace-current-thread.patch: x86/mm: Only set IBPB when the new thread cannot ptrace current thread (bsc#1068032). - patches.suse/12-x86-entry-add-a-function-to-overwrite-the-rsb.patch: x86/entry: Add a function to overwrite the RSB (bsc#1068032, CVE-2017-5715). - patches.suse/13-x86-entry-stuff-rsb-for-entry-to-kernel-for-non-smep-platform.patch: x86/entry: Stuff RSB for entry to kernel for non-SMEP platform (bsc#1068032, CVE-2017-5715). - patches.suse/14-x86-kvm-add-msr_ia32_spec_ctrl-and-msr_ia32_pred_cmd-to-kvm.patch: x86/kvm: Add MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD to kvm (bsc#1068032, CVE-2017-5715). - patches.suse/15-x86-kvm-flush-ibp-when-switching-vms.patch: x86/kvm: Flush IBP when switching VMs (bsc#1068032, CVE-2017-5715). - patches.suse/16-x86-kvm-toggle-ibrs-on-vm-entry-and-exit.patch: x86/kvm: Toggle IBRS on VM entry and exit (bsc#1068032, CVE-2017-5715). - patches.suse/17-x86-kvm-pad-rsb-on-vm-transition.patch: x86/kvm: Pad RSB on VM transition (bsc#1068032, CVE-2017-5715). - patches.suse/18-x86-spec_ctrl-check-whether-ibrs-is-enabled-before-using-it.patch: x86/spec_ctrl: Check whether IBRS is enabled before using it (bsc#1068032, CVE-2017-5715). - patches.suse/19-x86-spec_ctrl-check-whether-ibpb-is-enabled-before-using-it.patch: x86/spec_ctrl: Check whether IBPB is enabled before using it (bsc#1068032, CVE-2017-5715). - patches.suse/20-x86-cpu-check-speculation-control-cpuid-bit.patch: x86/CPU: Check speculation control CPUID bit (bsc#1068032, CVE-2017-5715). - patches.suse/21-x86-spec-add-nospec-chicken-bit.patch: x86/spec: Add "nospec" chicken bit (bsc#1068032, CVE-2017-5715). - patches.suse/22-x86-cpu-amd-add-speculative-control-support-for-amd.patch: x86/CPU/AMD: Add speculative control support for AMD (bsc#1068032, CVE-2017-5715). - patches.suse/23-x86-spec-check-cpuid-direclty-post-microcode-reload-to-support-ibpb-feature.patch: x86/spec: Check CPUID direclty post microcode reload to support IBPB feature (bsc#1068032). - patches.suse/24-kvm-svm-do-not-intercept-new-speculative-control-msrs.patch: KVM: SVM: Do not intercept new speculative control MSRs (bsc#1068032, CVE-2017-5715). - patches.suse/25-x86-svm-set-ibrs-value-on-vm-entry-and-exit.patch: x86/svm: Set IBRS value on VM entry and exit (bsc#1068032, CVE-2017-5715). - patches.suse/26-x86-svm-set-ibpb-when-running-a-different-vcpu.patch: x86/svm: Set IBPB when running a different VCPU (bsc#1068032, CVE-2017-5715). - patches.suse/27-kvm-x86-add-speculative-control-cpuid-support-for-guests.patch: KVM: x86: Add speculative control CPUID support for guests (bsc#1068032, CVE-2017-5715). - patches.suse/28-x86-svm-clobber-the-rsb-on-vm-exit.patch: x86/svm: Clobber the RSB on VM exit (bsc#1068032, CVE-2017-5715). - patches.suse/29-x86-svm-add-code-to-clear-registers-on-vm-exit.patch: x86/svm: Add code to clear registers on VM exit (bsc#1068032). - patches.suse/30-x86-cpu-amd-make-the-lfence-instruction-serialized.patch: x86/CPU/AMD: Make the LFENCE instruction serialized (bsc#1068032, CVE-2017-5715). - patches.suse/31-x86-cpu-amd-remove-now-unused-definition-of-mfence_rdtsc-feature.patch: x86/CPU/AMD: Remove now unused definition of MFENCE_RDTSC feature (bsc#1068032). - patches.suse/KVM-VMX-Add-definition-for-msr-autoload-entry.patch: KVM: VMX: Add definition for msr autoload entry (bsc#1068032). - patches.suse/KVM-VMX-Add-facility-to-atomically-switch-MSRs-on-gu.patch: KVM: VMX: Add facility to atomically switch MSRs on guest entry/exit (bsc#1068032). * Tue Jan 9 2018 mhocko@suse.de - patches.kabi/0017-x86-mm-kaiser-mark-per-cpu-data-structures-required-kabi.patch: kabi: x86/mm/kaiser: mark per-cpu data structures required for entry/exit (bnc#1068032). * Mon Jan 8 2018 mhocko@suse.de - patches.suse/0001-locking-barriers-introduce-new-memory-barrier-gmb.patch: locking/barriers: introduce new memory barrier gmb() (bnc#1068032 CVE-2017-5753). - patches.suse/0002-bpf-prevent-speculative-execution-in-eBPF-interprete.patch: bpf: prevent speculative execution in eBPF interpreter (bnc#1068032 CVE-2017-5753). - patches.suse/0003-uvcvideo-prevent-speculative-execution.patch: uvcvideo: prevent speculative execution (bnc#1068032 CVE-2017-5753). - patches.suse/0005-p54-prevent-speculative-execution.patch: p54: prevent speculative execution (bnc#1068032 CVE-2017-5753). - patches.suse/0006-fs-prevent-speculative-execution.patch: fs: prevent speculative execution (bnc#1068032 CVE-2017-5753). - patches.suse/0007-udf-prevent-speculative-execution.patch: udf: prevent speculative execution (bnc#1068032 CVE-2017-5753). * Mon Jan 8 2018 mhocko@suse.de - patches.fixes/0064-x86-kaiser-normalize-api.patch: kaiser: sync user API with other SLE branches (bnc#1068032). * Mon Jan 8 2018 mhocko@suse.de - Update config files. - patches.fixes/0001-include-stddef.h-Move-offsetofend-from-vfio.h-to-a-g.patch: include/stddef.h: Move offsetofend() from vfio.h to a generic kernel header (bnc#1068032, CVE-2017-5754). - patches.fixes/0002-include-linux-mmdebug.h-add-VM_WARN_ON-and-VM_WARN_O.patch: include/linux/mmdebug.h: add VM_WARN_ON() and VM_WARN_ON_ONCE() (bnc#1068032, CVE-2017-5754). - patches.fixes/0003-linux-const.h-Add-_BITUL-and-_BITULL.patch: linux/const.h: Add _BITUL() and _BITULL() (bnc#1068032, CVE-2017-5754). - patches.fixes/0004-x86-Separate-out-entry-text-section.patch: x86: Separate out entry text section (bnc#1068032, CVE-2017-5754). - patches.fixes/0006-kernel-Provide-READ_ONCE-and-ASSIGN_ONCE.patch: kernel: Provide READ_ONCE and ASSIGN_ONCE (bnc#1068032, CVE-2017-5754). - patches.fixes/0007-kernel-Change-ASSIGN_ONCE-val-x-to-WRITE_ONCE-x-val.patch: kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) (bnc#1068032, CVE-2017-5754). - patches.fixes/0008-x86-increase-robusteness-of-bad_iret-fixup-handler.patch: x86: increase robusteness of bad_iret fixup handler. - patches.fixes/0009-x86-mm-Do-not-set-_PAGE_USER-for-init_mm-page-tables.patch: x86/mm: Do not set _PAGE_USER for init_mm page tables (bnc#1068032, CVE-2017-5754). - patches.fixes/0010-x86-mm-tlb-Make-CR4-based-TLB-flushes-more-robust.patch: x86/mm/tlb: Make CR4-based TLB flushes more robust (bnc#1068032, CVE-2017-5754). - patches.fixes/0011-x86-mm-Document-X86_CR4_PGE-toggling-behavior.patch: x86/mm: Document X86_CR4_PGE toggling behavior (bnc#1068032, CVE-2017-5754). - patches.fixes/0012-x86-mm-kaiser-disable-global-pages-by-default-with-K.patch: x86/mm/kaiser: disable global pages by default with KAISER (bnc#1068032, CVE-2017-5754). - patches.fixes/0013-x86-mm-kaiser-prepare-assembly-for-entry-exit-CR3-sw.patch: x86/mm/kaiser: prepare assembly for entry/exit CR3 switching (bnc#1068032, CVE-2017-5754). - patches.fixes/0014-x86-mm-kaiser-remove-scratch-registers.patch: x86/mm/kaiser: remove scratch registers (bnc#1068032, CVE-2017-5754). - patches.fixes/0015-x86-mm-kaiser-add-cr3-switches-to-entry-code.patch: x86/mm/kaiser: add cr3 switches to entry code (bnc#1068032, CVE-2017-5754). - patches.fixes/0016-x86-mm-kaiser-introduce-user-mapped-per-cpu-areas.patch: x86/mm/kaiser: introduce user-mapped per-cpu areas (bnc#1068032, CVE-2017-5754). - patches.fixes/0017-x86-mm-kaiser-mark-per-cpu-data-structures-required-.patch: x86/mm/kaiser: mark per-cpu data structures required for entry/exit (bnc#1068032, CVE-2017-5754). - patches.fixes/0018-x86-mm-kaiser-unmap-kernel-from-userspace-page-table.patch: x86/mm/kaiser: unmap kernel from userspace page tables (core patch) (bnc#1068032, CVE-2017-5754). - patches.fixes/0019-x86-mm-kaiser-allow-NX-poison-to-be-set-in-p4d-pgd.patch: x86/mm/kaiser: allow NX poison to be set in p4d/pgd (bnc#1068032, CVE-2017-5754). - patches.fixes/0020-x86-mm-kaiser-make-sure-static-PGDs-are-8k-in-size.patch: x86/mm/kaiser: make sure static PGDs are 8k in size (bnc#1068032, CVE-2017-5754). - patches.fixes/0021-x86-mm-kaiser-map-dynamically-allocated-LDTs.patch: x86/mm/kaiser: map dynamically-allocated LDTs (bnc#1068032, CVE-2017-5754). - patches.fixes/0022-x86-mm-kaiser-map-entry-stack-per-cpu-areas.patch: x86/mm/kaiser: map entry stack per-cpu areas (bnc#1068032, CVE-2017-5754). - patches.fixes/0023-x86-mm-kaiser-map-trace-interrupt-entry.patch: x86/mm/kaiser: map trace interrupt entry (bnc#1068032, CVE-2017-5754). - patches.fixes/0024-x86-mm-kaiser-add-kprobes-text-section.patch: x86/mm/kaiser: add kprobes text section (bnc#1068032, CVE-2017-5754). - patches.fixes/0025-x86-mm-kaiser-map-virtually-addressed-performance-mo.patch: x86/mm/kaiser: map virtually-addressed performance monitoring buffers (bnc#1068032, CVE-2017-5754). - patches.fixes/0026-x86-mm-kaiser-disable-native-VSYSCALL.patch: x86/mm/kaiser: disable native VSYSCALL (bnc#1068032, CVE-2017-5754). - patches.fixes/0027-x86-mm-kaiser-add-debugfs-file-to-turn-KAISER-on-off.patch: x86/mm/kaiser: add debugfs file to turn KAISER on/off at runtime (bnc#1068032, CVE-2017-5754). - patches.fixes/0028-x86-mm-kaiser-add-a-function-to-check-for-KAISER-bei.patch: x86/mm/kaiser: add a function to check for KAISER being enabled (bnc#1068032, CVE-2017-5754). - patches.fixes/0029-x86-mm-kaiser-un-poison-PGDs-at-runtime.patch: x86/mm/kaiser: un-poison PGDs at runtime (bnc#1068032, CVE-2017-5754). - patches.fixes/0030-x86-mm-kaiser-allow-KAISER-to-be-enabled-disabled-at.patch: x86/mm/kaiser: allow KAISER to be enabled/disabled at runtime (bnc#1068032, CVE-2017-5754). - patches.fixes/0031-x86-mm-kaiser-allow-to-build-KAISER-with-KASRL.patch: x86/mm/kaiser: allow to build KAISER with KASRL (bnc#1068032, CVE-2017-5754). - patches.fixes/0032-x86-mm-kaiser-re-enable-vsyscalls.patch: x86/mm/kaiser: re-enable vsyscalls (bnc#1068032, CVE-2017-5754). - patches.fixes/0033-x86-mm-kaiser-stack-trampoline.patch: x86/mm/kaiser: stack trampoline (bnc#1068032, CVE-2017-5754). - patches.fixes/0034-x86-kaiser-mm-trampoline-stack-comments.patch: x86/kaiser/mm: trampoline stack comments (bnc#1068032, CVE-2017-5754). - patches.fixes/0035-x86-mm-kaiser-Respect-disabled-CPU-features.patch: x86/mm/kaiser: Respect disabled CPU features (bnc#1068032, CVE-2017-5754). - patches.fixes/0036-x86-mm-kaiser-avoid-false-positives-during-non-kaise.patch: x86/mm/kaiser: avoid false positives during non-kaiser pgd updates (bnc#1068032, CVE-2017-5754). - patches.fixes/0037-x86-mm-kaiser-add-Kconfig.patch: x86/mm/kaiser: add Kconfig (bnc#1068032, CVE-2017-5754). - patches.fixes/0038-x86-mm-kaiser-xen-Dynamically-disable-KAISER-when-ru.patch: x86/mm/kaiser/xen: Dynamically disable KAISER when running under Xen PV (bnc#1068032, CVE-2017-5754). - patches.fixes/0039-x86-mm-kaiser-selective-boot-time-defaults.patch: x86/mm/kaiser: selective boot time defaults (bnc#1068032, CVE-2017-5754). - patches.fixes/0041-x86-mm-kaiser-isolate-the-user-mapped-per-cpu-areas.patch: x86/mm/kaiser: isolate the user mapped per cpu areas (bnc#1068032, CVE-2017-5754). - patches.fixes/0042-x86-entry-Move-SYSENTER_stack-to-the-beginning-of-st.patch: x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct (bnc#1068032, CVE-2017-5754). - patches.fixes/0043-x86-mm-kaiser-validate-trampoline-stack.patch: x86/mm/kaiser: validate trampoline stack (bnc#1068032, CVE-2017-5754). - patches.fixes/0044-x86-kaiser-mm-use-atomic-ops-to-poison-unpoison-user.patch: x86/kaiser/mm: use atomic ops to poison/unpoison user pagetables (bnc#1068032, CVE-2017-5754). - patches.fixes/0045-x86-mm-kaiser-use-stop_machine-for-enable-disable-kn.patch: x86/mm/kaiser: use stop_machine for enable/disable knob (bnc#1068032, CVE-2017-5754). - patches.fixes/0046-x86-kaiser-mm-fix-RESTORE_CR3-crash-in-kaiser_stop_m.patch: x86/kaiser/mm: fix RESTORE_CR3 crash in kaiser_stop_machine (bnc#1068032, CVE-2017-5754). - patches.fixes/0047-x86-mm-kaiser-add-kaiser-and-nokaiser-boot-options.patch: x86/mm/kaiser: add "kaiser" and "nokaiser" boot options (bnc#1068032, CVE-2017-5754). - patches.fixes/0048-x86-mm-kaiser-Replace-kaiser-with-kpti-to-sync-with-.patch: x86/mm/kaiser: Replace kaiser with kpti to sync with upstream (bnc#1068032, CVE-2017-5754). - patches.fixes/0049-x86-entry-Simplify-trampoline-stack-restore-code.patch: x86/entry: Simplify trampoline stack restore code (bnc#1068032, CVE-2017-5754). - patches.fixes/0050-x86-entry-Don-t-switch-to-trampoline-stack-in-parano.patch: x86/entry: Don't switch to trampoline stack in paranoid_exit (bnc#1068032, CVE-2017-5754). - patches.fixes/0051-x86-entry-Remove-trampoline-check-from-paranoid-entr.patch: x86/entry: Remove trampoline check from paranoid entry path (bnc#1068032, CVE-2017-5754). - patches.fixes/0052-x86-entry-Further-simplify-the-paranoid_exit-code.patch: x86/entry: Further simplify the paranoid_exit code (bnc#1068032, CVE-2017-5754). - patches.fixes/0053-x86-kaiser-mm-fix-pgd-freeing-in-error-path.patch: x86/kaiser/mm: fix pgd freeing in error path (bnc#1068032, CVE-2017-5754). - patches.fixes/0054-x86-mm-kaiser-make-is_kaiser_pgd-reliable.patch: x86/mm/kaiser: make is_kaiser_pgd reliable (bnc#1068032, CVE-2017-5754). - patches.fixes/0055-x86-entry-Fix-paranoid_exit-trampoline-clobber.patch: x86/entry: Fix paranoid_exit() trampoline clobber (bnc#1068032, CVE-2017-5754). - patches.fixes/0056-x86-mm-kaiser-convert-userland-visible-kpti-name-to-.patch: x86/mm/kaiser: convert userland visible "kpti" name to "pti" (bnc#1068032, CVE-2017-5754). - patches.fixes/0057-x86-mm-kaiser-consider-the-init_mm.pgd-a-kaiser-pgd.patch: x86/mm/kaiser: consider the init_mm.pgd a kaiser pgd (bnc#1068032, CVE-2017-5754). - patches.fixes/0058-x86-mm-kaiser-Clear-kdump-pgd-page-to-prevent-incorr.patch: x86/mm/kaiser: Clear kdump pgd page to prevent incorrect behavior (bnc#1068032, CVE-2017-5754). - patches.fixes/0059-x86-mm-kaiser-init_tss-is-supposed-to-go-in-the-PAGE.patch: x86/mm/kaiser: init_tss is supposed to go in the PAGE_ALIGNED per-cpu section (bnc#1068032, CVE-2017-5754). - patches.fixes/0060-x86-entry-Fix-nmi-exit-code-with-CONFIG_TRACE_IRQFLA.patch: x86/entry: Fix nmi exit code with CONFIG_TRACE_IRQFLAGS (bnc#1068032, CVE-2017-5754). - patches.fixes/0061-x86-mm-dump_pagetables-Add-page-table-directory.patch: x86/mm/dump_pagetables: Add page table directory (bnc#1068032, CVE-2017-5754). - patches.fixes/0062-x86-mm-dump_pagetables-Add-a-pgd-argument-to-walk_pg.patch: x86/mm/dump_pagetables: Add a pgd argument to walk_pgd_level() (bnc#1068032, CVE-2017-5754). - patches.fixes/0063-x86-mm-dump_pagetables-Allow-dumping-current-pagetab.patch: x86/mm/dump_pagetables: Allow dumping current pagetables (bnc#1068032, CVE-2017-5754). * Thu Dec 21 2017 tiwai@suse.de - patches.drivers/crypto-hmac-require-that-the-underlying-hash-algorit: crypto: hmac - require that the underlying hash algorithm is unkeyed (CVE-2017-17806,bsc#1073874). * Thu Dec 21 2017 tiwai@suse.de - patches.drivers/crypto-salsa20-fix-blkcipher_walk-API-usage: crypto: salsa20 - fix blkcipher_walk API usage (CVE-2017-17805,bsc#1073792). * Wed Dec 20 2017 jlee@suse.com - patches.fixes/0001-KEYS-Don-t-permit-request_key-to-construct-a-new-key.patch: KEYS: Don't permit request_key() to construct a new keyring (bsc#951440, CVE-2015-7872, bsc#1072230). - patches.fixes/0001-KEYS-Fix-crash-when-attempt-to-garbage-collect-an-un.patch: KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring (bsc#951440, CVE-2015-7872, bsc#1072230). - patches.fixes/0001-KEYS-Fix-race-between-key-destruction-and-finding-a-.patch: KEYS: Fix race between key destruction and finding a keyring by name (bsc#951440, CVE-2015-7872, bsc#1072230). * Wed Dec 20 2017 jlee@suse.com - patches.fixes/0001-KEYS-close-race-between-key-lookup-and-freeing.patch: KEYS: close race between key lookup and freeing (bnc#912202, CVE-2014-9529, bsc#1072230). * Mon Dec 18 2017 tiwai@suse.de - patches.fixes/ALSA-timer-Code-cleanup: ALSA: timer: Code cleanup (CVE-2017-13167,bsc#1072876). - patches.fixes/ALSA-timer-Fix-race-at-concurrent-reads: ALSA: timer: Fix race at concurrent reads (CVE-2017-13167,bsc#1072876). * Thu Dec 14 2017 oneukum@suse.com - patches.fixes/0001-USB-core-prevent-malicious-bNumInterfaces-overflow.patch: USB: core: prevent malicious bNumInterfaces overflow (bsc#1072561 CVE-2017-17558). * Tue Dec 12 2017 mkubecek@suse.cz - patches.fixes/netfilter-xt_osf-Add-missing-permission-checks.patch: netfilter: xt_osf: Add missing permission checks (CVE-2017-17450 bsc#1071695). * Tue Dec 12 2017 mkubecek@suse.cz - patches.fixes/dccp-CVE-2017-8824-use-after-free-in-DCCP-code.patch: dccp: CVE-2017-8824: use-after-free in DCCP code (CVE-2017-8824 bsc#1070771). * Tue Dec 12 2017 mkubecek@suse.cz - patches.fixes/ipsec-Fix-aborted-xfrm-policy-dump-crash.patch: ipsec: Fix aborted xfrm policy dump crash (CVE-2017-16939 bsc#1069702). * Tue Dec 12 2017 mkubecek@suse.cz - patches.fixes/sctp-do-not-peel-off-an-assoc-from-one-netns-to-anot.patch: sctp: do not peel off an assoc from one netns to another one (CVE-2017-15115 bsc#1068671). - patches.kabi/kabi-silence-spurious-kabi-error-in-net-sctp-socket..patch: kabi: silence spurious kabi error in net/sctp/socket.c (bsc#1068671). * Tue Dec 12 2017 mkubecek@suse.cz - patches.fixes/tcp-initialize-rcv_mss-to-TCP_MIN_MSS-instead-of-0.patch: tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0 (CVE-2017-14106 bsc#1056982). * Tue Dec 12 2017 mkubecek@suse.cz - patches.fixes/xfrm-policy-check-policy-direction-value.patch: xfrm: policy: check policy direction value (CVE-2017-11600 bsc#1050231). * Thu Nov 30 2017 oneukum@suse.com - patches.fixes/0001-USB-fix-buffer-overflows-with-parsing-CDC-headers.patch: USB: fix buffer overflows with parsing CDC headers (bsc#1066693 CVE-2017-16534). * Wed Nov 22 2017 oneukum@suse.com - patches.fixes/0001-net-cdc_ether-fix-divide-by-0-on-bad-descriptors.patch: net: cdc_ether: fix divide by 0 on bad descriptors (bsc#1067085 CVE-2017-16649). * Wed Nov 8 2017 oneukum@suse.com - patches.fixes/0001-Input-gtco-fix-potential-out-of-bound-access.patch: Input: gtco - fix potential out-of-bound access (bsc#1067085 CVE-2017-16649). * Tue Nov 7 2017 oneukum@suse.com - patches.fixes/0001-usb-misc-legousbtower-Fix-NULL-pointer-deference.patch: usb: misc: legousbtower: Fix NULL pointer deference (bsc#1066705 CVE-2017-15102). * Tue Nov 7 2017 oneukum@suse.com - patches.fixes/0001-USB-fix-out-of-bounds-in-usb_set_configuration.patch: USB: fix out-of-bounds in usb_set_configuration (bsc#1066671 CVE-2017-16531). * Mon Nov 6 2017 oneukum@suse.com - patches.fixes/0001-USB-serial-console-fix-use-after-free-after-failed-s.patch: USB: serial: console: fix use-after-free after failed setup (bsc#1066618 CVE-2017-16525). * Mon Nov 6 2017 tiwai@suse.de - patches.fixes/media-cx231xx-cards-fix-NULL-deref-on-missing-associ: [media] cx231xx-cards: fix NULL-deref on missing association descriptor (CVE-2017-16536 bsc#1066606). * Mon Nov 6 2017 tiwai@suse.de - patches.fixes/ALSA-usb-audio-Kill-stray-URB-at-exiting: ALSA: usb-audio: Kill stray URB at exiting (CVE-2017-16527 bsc#1066625). * Fri Nov 3 2017 mcgrof@suse.com - patches.fixes/mac80211-don-t-compare-TKIP-TX-MIC-key-in-reinstall-.patch: mac80211: don't compare TKIP TX MIC key in reinstall prevention (bsc#1066472). * Thu Oct 19 2017 mcgrof@suse.com - patches.fixes/mac80211-accept-key-reinstall-without-changing-anyth.patch: mac80211: accept key reinstall without changing anything (CVE-2017-13080 bsc#1063667). * Thu Oct 12 2017 jlee@suse.com - patches.fixes/0001-KEYS-fix-dereferencing-NULL-payload-with-nonzero-len.patch: KEYS: fix dereferencing NULL payload with nonzero length (bsc#1045327, bsc#1062471, CVE-2017-15274). * Wed Oct 11 2017 mhocko@suse.de - patches.fixes/fs-binfmt_elf.c-load_elf_binary-return-EINVAL-on-zer.patch: fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings (bnc#1059525). * Wed Oct 11 2017 tiwai@suse.de - patches.fixes/ALSA-seq-Fix-use-after-free-at-creating-a-port: ALSA: seq: Fix use-after-free at creating a port (CVE-2017-15265, bsc#1062520). * Mon Oct 2 2017 mhocko@suse.de - patches.fixes/0001-coredump-only-SIGKILL-should-interrupt-the-coredumpi.patch: coredump: only SIGKILL should interrupt the coredumping task (bnc#1054302). - patches.fixes/0002-coredump-ensure-that-SIGKILL-always-kills-the-dumpin.patch: coredump: ensure that SIGKILL always kills the dumping thread (bnc#1054302). - patches.fixes/0003-coredump-sanitize-the-setting-of-signal-group_exit_c.patch: coredump: sanitize the setting of signal->group_exit_code (bnc#1054302). * Wed Sep 20 2017 mhocko@suse.de - patches.fixes/fs-binfmt_elf.c-fix-bug-in-loading-of-PIE-binaries.patch: fs/binfmt_elf.c: fix bug in loading of PIE binaries (bnc#1059525, CVE-2017-1000253). * Thu Sep 14 2017 mcgrof@suse.com - patches.fixes/xfs-XFS_IS_REALTIME_INODE-should-be-false-if-no-rt-d.patch: xfs: XFS_IS_REALTIME_INODE() should be false if no rt device present (bsc#1058524 CVE-2017-14340). * Thu Sep 7 2017 vbabka@suse.de - patches.fixes/sanitize-move_pages-permission-checks.patch: Sanitize 'move_pages()' permission checks (CVE-2017-14140, bsc#1057179). * Thu Aug 31 2017 jthumshirn@suse.de - patches.drivers/scsi-qla2xxx-Fix-an-integer-overflow-in-sysfs-code.patch: scsi: qla2xxx: Fix an integer overflow in sysfs code (bsc#1056588, CVE-2017-14051). * Tue Aug 15 2017 tiwai@suse.de - patches.fixes/isdn-i4l-fix-buffer-overflow: isdn/i4l: fix buffer overflow (CVE-2017-12762 bsc#1053148). * Wed Aug 9 2017 tiwai@suse.de - patches.fixes/media-saa7164-fix-double-fetch-PCIe-access-condition: [media] saa7164: fix double fetch PCIe access condition (CVE-2017-8831 bsc#1037994). * Fri Jul 28 2017 mkubecek@suse.cz - patches.fixes/ipv6-avoid-overflow-of-offset-in-ip6_find_1stfragopt.patch: ipv6: avoid overflow of offset in ip6_find_1stfragopt (CVE-2017-7542 bsc#1049882). * Fri Jul 28 2017 mkubecek@suse.cz - patches.fixes/rxrpc-Fix-several-cases-where-a-padded-len-isn-t-che.patch: rxrpc: Fix several cases where a padded len isn't checked in ticket decode (CVE-2017-7482 bsc#1046107). * Mon Jul 24 2017 jack@suse.de - patches.fixes/dentry-name-snapshots.patch: dentry name snapshots (bsc#1049483). * Fri Jul 21 2017 jroedel@suse.de - patches.arch/x86-acpi-prevent-out-of-bound-access-caused-by-broken-acpi-tables: x86/acpi: Prevent out of bound access caused by broken ACPI tables (CVE-2017-11473 bsc#1049603). * Tue Jun 27 2017 mhocko@suse.de - patches.fixes/fs-exec.c-account-for-argv-envp-pointers.patch: fs/exec.c: account for argv/envp pointers (bnc#1039354, CVE-2017-1000365). * Thu Jun 22 2017 mhocko@suse.de - patches.suse/silent-stack-overflow-2.patch: Update references (bnc#44807 bnc#211997 bnc#1039348 CVE-2017-1000364). - patches.fixes/0001-mm-enlarge-stack-guard-gap.patch: Delete. - patches.fixes/0001-mm-enlarge-stack-guard-gap.patch-fix: Delete. * Thu Jun 22 2017 oneukum@suse.de - patches.drivers/0001-USB-wusbcore-fix-NULL-deref-at-probe.patch: USB: wusbcore: fix NULL-deref at probe (bsc#1045487). * Mon Jun 19 2017 mhocko@suse.de - patches.fixes/0001-mm-enlarge-stack-guard-gap.patch: mm: enlarge stack guard gap (bnc#1039348, CVE-2017-1000364). - patches.fixes/0001-mm-enlarge-stack-guard-gap.patch-fix: mm: enlarge stack guard gap (bnc#1039348, CVE-2017-1000364, bnc#1042921). * Wed Jun 14 2017 oneukum@suse.de - patches.drivers/0001-USB-serial-io_ti-fix-information-leak-in-completion-.patch: USB: serial: io_ti: fix information leak in completion handler (bsc#1038982, CVE-2017-8924). * Wed Jun 14 2017 oneukum@suse.de - patches.drivers/0001-USB-serial-omninet-fix-reference-leaks-at-open.patch: USB: serial: omninet: fix reference leaks at open (bsc#1038981, CVE-2017-8925). * Tue Jun 13 2017 tiwai@suse.de - patches.fixes/ALSA-timer-Fix-missing-queue-indices-reset-at-SNDRV_: ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT (CVE-2017-1000380,bsc#1044125). - patches.fixes/ALSA-timer-Fix-race-between-read-and-ioctl: ALSA: timer: Fix race between read and ioctl (CVE-2017-1000380,bsc#1044125). * Tue Jun 6 2017 mkubecek@suse.cz - patches.fixes/ipv6-fix-out-of-bound-writes-in-__ip6_append_data.patch: ipv6: fix out of bound writes in __ip6_append_data() (CVE-2017-9242 bsc#1041431). * Mon May 29 2017 bp@suse.de - patches.fixes/char-lp-fix-possible-integer-overflow-in-lp_setup.patch: char: lp: fix possible integer overflow in lp_setup() (bsc#1039456, CVE-2017-1000363). * Thu May 25 2017 mkubecek@suse.cz - patches.fixes/ipv6-dccp-do-not-inherit-ipv6_mc_list-from-parent.patch: ipv6/dccp: do not inherit ipv6_mc_list from parent (CVE-2017-9076 CVE-2017-9077 bsc#1039885 bsc#1040069). * Thu May 25 2017 mkubecek@suse.cz - patches.fixes/sctp-do-not-inherit-ipv6_-mc-ac-fl-_list-from-parent.patch: sctp: do not inherit ipv6_{mc|ac|fl}_list from parent (CVE-2017-9075 bsc#1039883). * Thu May 25 2017 mkubecek@suse.cz - patches.fixes/ipv6-Prevent-overrun-when-parsing-v6-header-options.patch: ipv6: Prevent overrun when parsing v6 header options (CVE-2017-9074 bsc#1039882). - patches.fixes/ipv6-Check-ip6_find_1stfragopt-return-value-properly.patch: ipv6: Check ip6_find_1stfragopt() return value properly (CVE-2017-9074 bsc#1039882). * Thu May 25 2017 mkubecek@suse.cz - patches.fixes/ipx-call-ipxitf_put-in-ioctl-error-path.patch: ipx: call ipxitf_put() in ioctl error path (CVE-2017-7487 bsc#1038879). * Thu May 25 2017 mkubecek@suse.cz - patches.fixes/dccp-tcp-do-not-inherit-mc_list-from-parent.patch: dccp/tcp: do not inherit mc_list from parent (CVE-2017-8890 bsc#1038544). * Fri May 5 2017 bp@suse.de - patches.drivers/v4l-share-code-between-video_usercopy-and-video_ioctl2.patch: v4l: Share code between video_usercopy and video_ioctl2 (bsc1035719, CVE-2010-5329). * Fri Apr 28 2017 neilb@suse.com - patches.fixes/0001-nfsd-check-for-oversized-NFSv2-v3-arguments.patch: nfsd: check for oversized NFSv2/v3 arguments (bsc#1034670). - patches.fixes/0002-nfsd4-minor-NFSv2-v3-write-decoding-cleanup.patch: nfsd4: minor NFSv2/v3 write decoding cleanup (bsc#1034670). - patches.fixes/0003-nfsd-stricter-decoding-of-write-like-NFSv2-v3-ops.patch: nfsd: stricter decoding of write-like NFSv2/v3 ops (bsc#1034670). * Wed Apr 12 2017 mkubecek@suse.cz - patches.fixes/ppp-defer-netns-reference-release-for-ppp-channel.patch: update mainline reference - patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch: update mainline reference * Wed Apr 12 2017 mkubecek@suse.cz - patches.fixes/net-packet-fix-overflow-in-check-for-tp_frame_nr.patch: net/packet: fix overflow in check for tp_frame_nr (CVE-2017-7308 bsc#1031579). - patches.fixes/net-packet-fix-overflow-in-check-for-tp_reserve.patch: net/packet: fix overflow in check for tp_reserve (CVE-2017-7308 bsc#1031579). * Tue Apr 11 2017 mhocko@suse.de - patches.fixes/mm-mempolicy.c-fix-error-handling-in-set_mempolicy-a.patch: mm/mempolicy.c: fix error handling in set_mempolicy and mbind (bnc#1033336, CVE-2017-7616). * Tue Apr 4 2017 oneukum@suse.de - patches.drivers/0001-USB-iowarrior-fix-NULL-deref-at-probe.patch: USB: iowarrior: fix NULL-deref at probe (bnc#970956, CVE-2016-2188). * Mon Apr 3 2017 jthumshirn@suse.de - patches.fixes/scsi-sg-check-length-passed-to-sg_next_cmd_len.patch: scsi: sg: check length passed to SG_NEXT_CMD_LEN (bsc#1030213, CVE-2017-7187). * Fri Mar 24 2017 bp@suse.de - patches.fixes/irda-fix-lockdep-annotations-in-hashbin_delete.patch: irda: Fix lockdep annotations in hashbin_delete() (bsc#1027178, CVE-2017-6348). * Thu Mar 23 2017 dbueso@suse.de - patches.fixes/0001-ipc-shm-Fix-shmat-mmap-nil-page-protection.patch: ipc/shm: Fix shmat mmap nil-page protection (CVE-2017-5669 bsc#1026914). * Thu Mar 23 2017 oneukum@suse.de - patches.drivers/0001-USB-serial-kl5kusb105-fix-line-state-error-handling.patch: USB: serial: kl5kusb105: fix line-state error handling (bsc#1021256). * Tue Mar 21 2017 mhocko@suse.de - patches.fixes/mm-avoid-setting-up-anonymous-pages-into-file-mappin.patch: mm: avoid setting up anonymous pages into file mapping (bnc#979021, CVE-2015-3288). * Thu Mar 9 2017 jslaby@suse.de - patches.fixes/tty-n_hdlc-get-rid-of-racy-n_hdlc.tbuf.patch: tty: n_hdlc: get rid of racy n_hdlc.tbuf (bnc#1027565 CVE-2017-2636). * Thu Mar 9 2017 jslaby@suse.de - patches.fixes/list-introduce-list_first_entry_or_null.patch: list: introduce list_first_entry_or_null (bnc#1027565 CVE-2017-2636). * Fri Mar 3 2017 mkubecek@suse.cz - patches.fixes/sctp-deny-peeloff-operation-on-asocs-with-threads-sl.patch: sctp: deny peeloff operation on asocs with threads sleeping on it (CVE-2017-6353 bsc#1027066). * Fri Mar 3 2017 mkubecek@suse.cz - patches.fixes/tcp-avoid-infinite-loop-in-tcp_splice_read.patch: tcp: avoid infinite loop in tcp_splice_read() (CVE-2017-6214 bsc#1026722). * Mon Feb 20 2017 mkubecek@suse.cz - patches.fixes/dccp-fix-freeing-skb-too-early-for-IPV6_RECVPKTINFO.patch: dccp: fix freeing skb too early for IPV6_RECVPKTINFO (CVE-2017-6074 bsc#1026024). * Thu Feb 16 2017 mkubecek@suse.cz - patches.fixes/sctp-avoid-BUG_ON-on-sctp_wait_for_sndbuf.patch: sctp: avoid BUG_ON on sctp_wait_for_sndbuf (CVE-2017-5986 bsc#1025235). * Fri Feb 10 2017 jbohac@suse.cz - patches.fixes/ipv6-add-complete-rcu-protection-around-np-opt.patch: ipv6: add complete rcu protection around np->opt (bsc#992566, CVE-2016-3841). - patches.fixes/ipv6-sctp-clone-options-to-avoid-use-after-free.patch: ipv6: sctp: clone options to avoid use after free (bsc#992566, CVE-2016-3841). - patches.fixes/ipv6-tcp-add-rcu-locking-in-tcp_v6_send_synack.patch: ipv6: tcp: add rcu locking in tcp_v6_send_synack() (bsc#992566, CVE-2016-3841). - patches.kabi/ipv6-add-complete-rcu-protection-around-np-opt.kabi.patch: KABI workaround for ipv6: add complete rcu protection around np->opt (bsc#992566, CVE-2016-3841). * Tue Jan 10 2017 jthumshirn@suse.de - patches.fixes/sg_write-bsg_write-is-not-fit-to-be-called-under-kernel_ds.patch: sg_write()/bsg_write() is not fit to be called under KERNEL_DS (CVE-2016-10088 bsc#1017710). * Mon Dec 12 2016 bp@suse.de - patches.arch/kvm-x86-drop-error-recovery-in-em_jmp_far-and-em_ret_far.patch: KVM: x86: drop error recovery in em_jmp_far and em_ret_far (bsc#1013038 CVE-2016-9756). * Fri Dec 9 2016 jthumshirn@suse.de - patches.fixes/splice-introduce-FMODE_SPLICE_READ-and-FMODE_SPLICE_.patch: splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE (CVE-2016-9576, bsc#1013604). * Sat Dec 3 2016 tiwai@suse.de - patches.drivers/ALSA-pcm-Call-kill_fasync-in-stream-lock: ALSA: pcm : Call kill_fasync() in stream lock (CVE-2016-9794 bsc#1013533). * Thu Dec 1 2016 mcgrof@suse.com - patches.fixes/xfs-fix-two-memory-leaks-in-xfs_attr_list.c-error-pa.patch: Refresh. * Thu Dec 1 2016 mcgrof@suse.com - patches.fixes/xfs-fix-two-memory-leaks-in-xfs_attr_list.c-error-pa.patch: xfs: fix two memory leaks in xfs_attr_list.c error paths (bsc#1012832, CVE-2016-9685). * Wed Nov 23 2016 jthumshirn@suse.de - patches.fixes/0001-block-fix-use-after-free-in-sys_ioprio_get.patch: block: fix use-after-free in sys_ioprio_get() (CVE-2016-7911 bsc#1010711). * Fri Nov 18 2016 jslaby@suse.de - patches.fixes/tty-Prevent-ldisc-drivers-from-re-using-stale-tty-fi.patch: tty: Prevent ldisc drivers from re-using stale tty fields (bnc#1010507 CVE-2015-8964). * Mon Nov 14 2016 bp@suse.de - patches.fixes/firewire-net-guard-against-rx-buffer-overflows.patch: firewire: net: guard against rx buffer overflows (bsc#1008833, CVE-2016-8633). * Mon Nov 14 2016 bp@suse.de - patches.fixes/firewire-net-guard-against-rx-buffer-overflows.patch: firewire: net: guard against rx buffer overflows (bsc#1008833, CVE-2016-8633). * Thu Nov 3 2016 jlee@suse.com - patches.fixes/0001-KEYS-Fix-short-sprintf-buffer-in-proc-keys-show-func.patch: KEYS: Fix short sprintf buffer in /proc/keys show function (bsc#1004517, CVE-2016-7042). * Thu Oct 20 2016 acho@suse.com - patches.fixes/Bluetooth-Fix-potential-NULL-dereference-in-RFCOMM-b.patch: Bluetooth: Fix potential NULL dereference in RFCOMM bind callback (bsc#1003925, CVE-2015-8956). * Tue Oct 18 2016 mhocko@suse.de - patches.fixes/mm-gup-close-FOLL-MAP_PRIVATE-race.patch: mm, gup: close FOLL MAP_PRIVATE race (bnc#1004418, CVE-2016-5195). * Thu Oct 6 2016 bp@suse.de - patches.fixes/pagemap-do-not-leak-physical-addresses-to-non-privileged-userspace.patch: pagemap: do not leak physical addresses to non-privileged userspace (bsc#994759 CVE-2016-0823). * Tue Sep 27 2016 oneukum@suse.de - patches.drivers/0001-cdc-acm-added-sanity-checking-for-probe.patch: cdc-acm: added sanity checking for probe() (bsc#993891). * Sun Sep 25 2016 bp@suse.de - patches.fixes/scsi-arcmsr-buffer-overflow-in-arcmsr_iop_message_xfer.patch: scsi: arcmsr: Buffer overflow in arcmsr_iop_message_xfer() (bsc#999932 CVE-2016-7425). * Mon Sep 5 2016 oneukum@suse.de - patches.drivers/0001-USB-fix-typo-in-wMaxPacketSize-validation.patch: USB: fix typo in wMaxPacketSize validation (bsc#991665). * Fri Sep 2 2016 jbohac@suse.cz - patches.fixes/netfilter-use-RCU-safe-kfree-for-conntrack-extension.patch: netfilter: use RCU safe kfree for conntrack extensions (bnc#827416, bsc#996962). * Thu Sep 1 2016 oneukum@suse.de - patches.drivers/0001-kaweth-fix-firmware-download.patch: kaweth: fix firmware download (bsc#993890). - patches.drivers/0002-kaweth-fix-oops-upon-failed-memory-allocation.patch: kaweth: fix oops upon failed memory allocation (bsc#993890). * Tue Aug 23 2016 oneukum@suse.de - patches.drivers/0001-USB-validate-wMaxPacketValue-entries-in-endpoint-des.patch: USB: validate wMaxPacketValue entries in endpoint descriptors (bnc#991665). * Tue Aug 23 2016 mkubecek@suse.cz - patches.fixes/tcp-fix-use-after-free-in-tcp_xmit_retransmit_queue.patch: tcp: fix use after free in tcp_xmit_retransmit_queue() (CVE-2016-6828 bsc#994296). * Tue Aug 9 2016 jthumshirn@suse.de - patches.fixes/aacraid-check-size-values-after-double-fetch-from-user.patch: aacraid: Check size values after double-fetch from user (CVE-2016-6480 bsc#991608). - patches.drivers/0001-aacraid-prevent-out-of-bounds-access-due-to-changing.patch: Delete. * Thu Aug 4 2016 jthumshirn@suse.de - patches.drivers/0001-aacraid-prevent-out-of-bounds-access-due-to-changing.patch: aacraid: prevent out-of-bounds access due to changing fip header sizes (bsc#991608, CVE-2016-6480). * Tue Aug 2 2016 bpetkov@suse.de - patches.fixes/kvm-x86-reload-pit-counters-for-all-channels-when-restoring-state.patch: KVM: x86: Reload pit counters for all channels when restoring state (bsc#960689 CVE-2015-7513). * Mon Jul 11 2016 mkubecek@suse.cz - patches.fixes/ppp-defer-netns-reference-release-for-ppp-channel.patch: ppp: defer netns reference release for ppp channel (bsc#980371). * Mon Jun 27 2016 jkosina@suse.de - patches.fixes/hid-hiddev-validate-num_values.patch: Refresh: fix backport bug. * Mon Jun 27 2016 jkosina@suse.de - patches.fixes/hid-hiddev-validate-num_values.patch: HID: hiddev: validate num_values for HIDIOCGUSAGES, HIDIOCSUSAGES commands (bsc#986572 CVE-2016-5829). * Fri Jun 10 2016 bp@suse.de - patches.fixes/rds-fix-an-infoleak-in-rds_inc_info_copy.patch: rds: fix an infoleak in rds_inc_info_copy (bsc#983213 CVE-2016-5244). * Tue Jun 7 2016 oneukum@suse.de - patches.drivers/0001-Input-aiptek-fix-crash-on-detecting-device-without-e.patch: Input: aiptek - fix crash on detecting device without endpoints (bnc#956708, CVE-2015-7515). * Tue May 31 2016 tiwai@suse.de - patches.fixes/net-fix-a-kernel-infoleak-in-x25-module: net: fix a kernel infoleak in x25 module (CVE-2016-4580,bsc#981267). * Mon May 30 2016 mhocko@suse.de - patches.fixes/hrtimer-prevent-hrtimer_enqueue_reprogram-race.patch: updated patch header to comply with guidelines. * Fri May 27 2016 jbohac@suse.cz - patches.fixes/hrtimer-prevent-hrtimer_enqueue_reprogram-race.patch: hrtimer: Prevent hrtimer_enqueue_reprogram race (bsc#981431). - patches.fixes/hrtimer-remove-hrtimer_state_migrate.patch: hrtimer: Remove HRTIMER_STATE_MIGRATE (bsc#981431). * Tue May 24 2016 oneukum@suse.de - patches.drivers/0001-media-usbvision-fix-crash-on-detecting-device-with-i.patch: Refresh. * Tue May 24 2016 oneukum@suse.de - patches.drivers/0001-media-usbvision-fix-crash-on-detecting-device-with-i.patch: [media] usbvision: fix crash on detecting device with invalid configuration (bnc#950998, CVE-2015-7833). * Mon May 23 2016 mkubecek@suse.cz - patches.fixes/ppp-take-reference-on-channels-netns.patch: ppp: take reference on channels netns (CVE-2016-4805 bsc#980371). * Mon May 23 2016 mkubecek@suse.cz - patches.fixes/net-fix-infoleak-in-rtnetlink.patch: net: fix infoleak in rtnetlink (CVE-2016-4486 bsc#978822). * Mon May 23 2016 mkubecek@suse.cz - patches.fixes/netfilter-x_tables-validate-e-target_offset-early.patch: netfilter: x_tables: validate e->target_offset early (CVE-2016-3134 bsc#971126). - patches.fixes/netfilter-x_tables-make-sure-e-next_offset-covers-re.patch: netfilter: x_tables: make sure e->next_offset covers remaining blob size (CVE-2016-3134 bsc#971126). - patches.fixes/netfilter-x_tables-fix-unconditional-helper.patch: netfilter: x_tables: fix unconditional helper (CVE-2016-3134 bsc#971126). * Thu May 19 2016 oneukum@suse.de - patches.drivers/0001-Input-gtco-use-sign_extend32-for-sign-extension.patch: Delete. * Thu May 19 2016 oneukum@suse.de - patches.drivers/0001-Input-gtco-fix-crash-on-detecting-device-without-end.patch: Input: gtco - fix crash on detecting device without endpoints (bnc#971944, CVE-2016-2187). - patches.drivers/0001-Input-gtco-fix-usb_dev-leak.patch: Input: gtco - fix usb_dev leak (bnc#971944, CVE-2016-2187). - patches.drivers/0001-Input-gtco-use-sign_extend32-for-sign-extension.patch: Input: gtco - use sign_extend32() for sign extension (bnc#971944, CVE-2016-2187). * Mon May 16 2016 mhocko@suse.de - patches.xen/xen-drop-sfc-Werror.patch: xen, sfc: drop -Werror (compilation fix). * Sat May 14 2016 bpoirier@suse.com - patches.fixes/IB-security-Restrict-use-of-the-write-interface.patch: IB/security: Restrict use of the write() interface (bsc#979548 CVE-2016-4565). * Fri May 13 2016 tiwai@suse.de - Update tags in two patches for CVE-2016-4578, bsc#979879: patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin * Wed May 11 2016 tiwai@suse.de - patches.fixes/ALSA-timer-Fix-leak-in-SNDRV_TIMER_IOCTL_PARAMS: ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS (CVE-2016-4569,bsc#979213). - patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_cca: ALSA: timer: Fix leak in events via snd_timer_user_ccallback (CVE-2016-4569,bsc#979213). - patches.fixes/ALSA-timer-Fix-leak-in-events-via-snd_timer_user_tin: ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt (CVE-2016-4569,bsc#979213). * Wed May 4 2016 oneukum@suse.de - patches.drivers/0001-USB-usbfs-fix-potential-infoleak-in-devio.patch: USB: usbfs: fix potential infoleak in devio (bnc#978401, CVE-2016-4482). * Tue Apr 19 2016 oneukum@suse.de - patches.drivers/0001-USB-usbip-fix-potential-out-of-bounds-write.patch: USB: usbip: fix potential out-of-bounds write (bnc#975945). * Wed Apr 13 2016 oneukum@suse.de - patches.drivers/0001-USB-iowarrior-fix-oops-with-malicious-USB-descriptor.patch: USB: iowarrior: fix oops with malicious USB descriptors (bnc#970956, CVE-2016-2188). * Wed Apr 13 2016 oneukum@suse.de - patches.drivers/0001-USB-cdc-acm-more-sanity-checking.patch: USB: cdc-acm: more sanity checking (bnc#970911, CVE-2016-3138). * Tue Apr 12 2016 oneukum@suse.de - patches.drivers/0001-USB-cypress_m8-add-endpoint-sanity-check.patch: USB: cypress_m8: add endpoint sanity check (bnc#970970, CVE-2016-3137). * Wed Apr 6 2016 oneukum@suse.de - patches.drivers/0001-USB-digi_acceleport-do-sanity-checking-for-the-numbe.patch: USB: digi_acceleport: do sanity checking for the number of ports (bnc#970892, CVE-2016-3140). * Wed Apr 6 2016 oneukum@suse.de - patches.drivers/0001-Input-powermate-fix-oops-with-malicious-USB-descript.patch: Input: powermate - fix oops with malicious USB descriptors (bnc#970958, CVE-2016-2186). * Tue Apr 5 2016 oneukum@suse.de - patches.drivers/0001-USB-usb_driver_claim_interface-add-sanity-checking.patch: USB: usb_driver_claim_interface: add sanity checking (bnc#971124, CVE-2016-2185). * Wed Mar 16 2016 tiwai@suse.de - patches.drivers/ALSA-usb-audio-Add-sanity-checks-for-endpoint-access: ALSA: usb-audio: Add sanity checks for endpoint accesses (CVE-2016-2184,bsc#971125). - patches.drivers/ALSA-usb-audio-Fix-NULL-dereference-in-create_fixed: ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk() (CVE-2016-2184,bsc#971125). * Tue Mar 15 2016 oneukum@suse.de - patches.suse/0001-wacom-fix-crash-due-to-missing-endpoint.patch: wacom: fix crash due to missing endpoint (bnc#970909, CVE-2016-3139). * Wed Mar 9 2016 tonyj@suse.de - patches.fixes/audit-teradata-limit-namelist.patch: limit expansion of names_list (bsc#966102). * Wed Mar 9 2016 oneukum@suse.de - patches.drivers/0001-USB-visor-fix-null-deref-at-probe.patch: USB: visor: fix null-deref at probe (bnc#968670, CVE-2016-2782). * Tue Mar 8 2016 oneukum@suse.de - patches.drivers/0001-USB-fix-invalid-memory-access-in-hub_activate.patch: USB: fix invalid memory access in hub_activate() (bnc#968010, CVE-2015-8816). * Tue Mar 8 2016 oneukum@suse.de - patches.drivers/0001-USB-serial-visor-fix-crash-on-detecting-device-witho.patch: USB: serial: visor: fix crash on detecting device without write_urbs (bnc#961512, CVE-2015-7566). * Fri Mar 4 2016 jdelvare@suse.de - patches.fixes/dcache-soft-lockup.fix: Avoid softlockup in shrink_dcache_for_umount_subtree (bnc#834473 bsc#965947). * Mon Feb 29 2016 mhocko@suse.de - patches.drivers/ALSA-hrtimer-Fix-stall-by-hrtimer_cancel: ALSA: hrtimer: Fix stall by hrtimer_cancel() (CVE-2016-2549,bsc#968013). - patches.drivers/ALSA-seq-Fix-missing-NULL-check-at-remove_events-ioc: ALSA: seq: Fix missing NULL check at remove_events ioctl (CVE-2016-2543,bsc#967972). - patches.drivers/ALSA-seq-Fix-race-at-timer-setup-and-close: ALSA: seq: Fix race at timer setup and close (CVE-2016-2544,bsc#967973). - patches.drivers/ALSA-timer-Fix-double-unlink-of-active_list: ALSA: timer: Fix double unlink of active_list (CVE-2016-2545,bsc#967974). - patches.drivers/ALSA-timer-Fix-race-among-timer-ioctls: ALSA: timer: Fix race among timer ioctls (CVE-2016-2546,bsc#967975). - patches.drivers/ALSA-timer-Harden-slave-timer-list-handling: ALSA: timer: Harden slave timer list handling (CVE-2016-2547,CVE-2016-2548,bsc#968011,bsc#968012). - patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice: ALSA: usb-audio: avoid freeing umidi object twice (CVE-2016-2384,bsc#966693). * Wed Feb 24 2016 tiwai@suse.de - patches.drivers/ALSA-seq-Fix-missing-NULL-check-at-remove_events-ioc: ALSA: seq: Fix missing NULL check at remove_events ioctl (CVE-2016-2543,bsc#967972). - patches.drivers/ALSA-seq-Fix-race-at-timer-setup-and-close: ALSA: seq: Fix race at timer setup and close (CVE-2016-2544,bsc#967973). - patches.drivers/ALSA-timer-Fix-double-unlink-of-active_list: ALSA: timer: Fix double unlink of active_list (CVE-2016-2545,bsc#967974). - patches.drivers/ALSA-timer-Fix-race-among-timer-ioctls: ALSA: timer: Fix race among timer ioctls (CVE-2016-2546,bsc#967975). - patches.drivers/ALSA-timer-Harden-slave-timer-list-handling: ALSA: timer: Harden slave timer list handling (CVE-2016-2547,CVE-2016-2548,bsc#968011,bsc#968012). - patches.drivers/ALSA-hrtimer-Fix-stall-by-hrtimer_cancel: ALSA: hrtimer: Fix stall by hrtimer_cancel() (CVE-2016-2549,bsc#968013). * Wed Feb 24 2016 tiwai@suse.de - patches.drivers/ALSA-usb-audio-avoid-freeing-umidi-object-twice: ALSA: usb-audio: avoid freeing umidi object twice (CVE-2016-2384,bsc#966693). * Fri Feb 12 2016 bp@suse.de - patches.fixes/iw_cxgb3-fix-incorrectly-returning-error-on-success.patch: iw_cxgb3: Fix incorrectly returning error on success (bsc#966437, CVE-2015-8812). * Thu Feb 11 2016 rgoldwyn@suse.com - patches.fixes/fuse-break-infinite-loop-in-fuse_fill_write_pages.patch: fuse: break infinite loop in fuse_fill_write_pages() (bsc#963765, CVE-2015-8785). * Thu Feb 4 2016 mhocko@suse.de - patches.fixes/hugetlb-abort-a-hugepage-pool-resize-if-a-signal-is-.patch: hugetlb: abort a hugepage pool resize if a signal is pending (bnc#965006). * Tue Jan 19 2016 mkubecek@suse.cz - patches.fixes/sctp-Prevent-soft-lockup-when-sctp_accept-is-called-.patch: sctp: Prevent soft lockup when sctp_accept() is called during a timeout event (CVE-2015-8767 bsc#961509). * Tue Jan 12 2016 jlee@suse.com - patches.suse/0001-KEYS-Fix-handling-of-stored-error-in-a-negatively.patch: KEYS: Fix handling of stored error in a negatively instantiated user key (bnc#960637, CVE-2015-8539). * Wed Jan 6 2016 alnovak@suse.cz - patches.fixes/sctp-Use-correct-sideffect-command-in-duplicate-cook.patch: sctp: Use correct sideffect command in duplicate cookie handling (bsc#960404, CVE-2013-2206). - patches.fixes/sctp-deal-with-multiple-COOKIE_ECHO-chunks.patch: sctp: deal with multiple COOKIE_ECHO chunks (bsc#960404, CVE-2013-2206). * Fri Dec 18 2015 bp@suse.de - patches.fixes/bluetooth-validate-socket-address-length-in-sco_sock_bind.patch: bluetooth: Validate socket address length in sco_sock_bind() (bsc#959399, CVE-2015-8575). * Fri Dec 18 2015 jbohac@suse.cz - patches.fixes/net-add-validation-for-the-socket-syscall-protocol-a.patch: net: add validation for the socket syscall protocol argument (bsc#958886, CVE-2015-8543). * Fri Dec 18 2015 mkubecek@suse.cz - patches.fixes/ipv6-addrconf-validate-new-MTU-before-applying-it.patch: Update references (add bsc#955354 CVE-2015-8215). * Fri Nov 27 2015 jack@suse.de - patches.fixes/ext4-avoid-hang-when-mounting-non-journal-filesystem.patch: Update references (bnc#817377 bsc#956709 CVE-2015-7509). - patches.fixes/ext4-make-orphan-functions-be-no-op-in-no-journal-mo.patch: ext4: make orphan functions be no-op in no-journal mode (bsc#956709 CVE-2015-7509). * Fri Nov 13 2015 jbohac@suse.cz - patches.fixes/inet-add-rcu-protection-to-inet-opt.patch: inet: add RCU protection to inet->opt (bsc#778460, CVE-2012-3552). * Thu Nov 12 2015 jroedel@suse.de - patches.fixes/kvm-vmx-report-unexpected-simultaneous-exceptions-as-internal-errors: KVM: VMX: Report unexpected simultaneous exceptions as internal errors (bsc#953527 bsc#954404). * Thu Nov 12 2015 jroedel@suse.de - patches.fixes/kvm-x86-make-double-triple-fault-promotion-generic-to-all-exceptions: KVM: x86: make double/triple fault promotion generic to all exceptions (bsc#953527 bsc#954404). * Thu Nov 12 2015 jroedel@suse.de - patches.fixes/kvm-svm-unconditionally-intercept-db: KVM: svm: unconditionally intercept #DB (CVE-2015-8104 bsc#954404). - patches.fixes/kvm-x86-work-around-infinite-loop-in-microcode-when-ac-is-delivered: KVM: x86: work around infinite loop in microcode when #AC is delivered (CVE-2015-5307 bsc#953527). * Wed Nov 11 2015 jack@suse.de - patches.fixes/xfs-fix-lost-direct-io-write-in-last-block.patch: xfs: Fix lost direct IO write in the last block (bsc#949744). * Thu Oct 15 2015 mkubecek@suse.cz - patches.fixes/ipv6-addrconf-validate-new-MTU-before-applying-it.patch: add strategy handler needed for pre-2.6.33 kernels - patches.fixes/ipv6-fix-bad-free-of-addrconf_init_net.patch: ipv6: fix bad free of addrconf_init_net (bsc#944296). * Tue Oct 13 2015 mgalbraith@suse.de - patches.fixes/sched-Add-enqueue-dequeue-flags.patch: sched: Add enqueue/dequeue flags (bnc#949100). - patches.fixes/sched-core-Fix-task-and-run-queue-sched_info-run_delay-inconsistencies.patch: sched/core: Fix task and run queue sched_info::run_delay inconsistencies (bnc#949100). * Tue Oct 6 2015 mkubecek@suse.cz - patches.fixes/ipv6-addrconf-validate-new-MTU-before-applying-it.patch: ipv6: addrconf: validate new MTU before applying it (bsc#944296 CVE-2015-0272). * Mon Oct 5 2015 jack@suse.de - patches.fixes/xfs-fix-softlockup-in-inode_walk_walk.patch: xfs: Fix softlockup in xfs_inode_ag_walk() (bsc#948347). * Fri Sep 25 2015 bp@suse.de - patches.fixes/rds-verify-the-underlying-transport-exists-before-creating-a-connection.patch: RDS: verify the underlying transport exists before creating a connection (bsc#945825, CVE-2015-6937). * Tue Aug 18 2015 jthumshirn@suse.de - patches.fixes/sg_start_req-make-sure-that-there-s-not-too-many-elements-in-iovec.patch: Update references (bsc#940338, CVE-2015-5707). * Fri Aug 14 2015 jthumshirn@suse.de - patches.fixes/sg_start_req-make-sure-that-there-s-not-too-many-elements-in-iovec.patch: sg_start_req(): make sure that there's not too many elements in iovec (bsc#940338). * Wed Jul 22 2015 mhocko@suse.de - patches.fixes/audit-dynamically-allocate-audit_names-when-not-enough-space-is-in-the-names-array.patch: Refresh the patch to fix bnc#938627 * Tue Jul 21 2015 mhocko@suse.de - patches.fixes/ipv6-don-t-reduce-hop-limit-for-an-interface.patch: ipv6: Don't reduce hop limit for an interface (bsc#922583, CVE-2015-2922). * Wed Jul 8 2015 mhocko@suse.de - patches.fixes/x86-mm-Check-if-PUD-is-large-when-validating-a-kerne.patch: x86/mm: Check if PUD is large when validating a kernel address (bnc#937159). * Tue Jul 7 2015 jbohac@suse.cz - patches.fixes/udp-fix-behavior-of-wrong-checksums.patch: Update references (bsc#936831, CVE-2015-5364, CVE-2015-5366). * Thu Jul 2 2015 jbohac@suse.cz - patches.fixes/udp-fix-behavior-of-wrong-checksums.patch: udp: fix behavior of wrong checksums (bsc#936831, CVE-2015-5364). * Wed Jun 17 2015 jack@suse.de - patches.fixes/udf-Check-length-of-extended-attributes-and-allocati.patch: udf: Check length of extended attributes and allocation descriptors (bsc#933907 CVE-2015-4167). * Wed Jun 17 2015 jack@suse.de - patches.fixes/udf-Remove-repeated-loads-blocksize.patch: udf: Remove repeated loads blocksize (bsc#933907). * Tue Jun 16 2015 mhocko@suse.de - patches.fixes/udf-Check-component-length-before-reading-it.patch: udf: Check component length before reading it (bsc#933904 CVE-2014-9728 CVE-2014-9730). - patches.fixes/udf-Check-path-length-when-reading-symlink.patch: Refresh. - patches.fixes/udf-Verify-i_size-when-loading-inode.patch: udf: Verify i_size when loading inode (bsc#933904 CVE-2014-9728 CVE-2014-9729). - patches.fixes/udf-Verify-symlink-size-before-loading-it.patch: udf: Verify symlink size before loading it (bsc#933904 CVE-2014-9728). * Tue Jun 16 2015 mhocko@suse.de - patches.fixes/udf-Check-path-length-when-reading-symlink.patch: Refresh - fix compile error * Tue Jun 16 2015 mhocko@suse.de - patches.fixes/udf-Check-path-length-when-reading-symlink.patch: udf: Check path length when reading symlink (bsc#933896 CVE-2014-9731). * Thu Jun 11 2015 mszeredi@suse.cz - patches.fixes/pipe-fix-iov-overrun-for-failed-atomic-copy.patch: pipe: fix iov overrun for failed atomic copy (bsc#933429 CVE-2015-1805). * Fri May 22 2015 mhocko@suse.de - patches.fixes/Fix-SMI-induced-variation-in-quick_pit_calibrate: x86, tsc: Fix SMI induced variation in quick_pit_calibrate() (bnc#931891). * Thu May 7 2015 jack@suse.de - patches.fixes/vfs-fix-race-between-fcntl-and-file-f_flags-checks.patch: Fixup build warning and kABI false positive. * Thu May 7 2015 jack@suse.de - patches.fixes/vfs-fix-race-between-fcntl-and-file-f_flags-checks.patch: vfs: Fix race between fcntl() and file->f_flags checks (bnc#900881 CVE-2014-8086). * Tue May 5 2015 mhocko@suse.de - patches.fixes/ntp-fix-leap-second-hrtimer-bug.patch: ntp: fix leap second hrtimer BUG (bsc#929571). * Mon May 4 2015 mhocko@suse.de - patches.fixes/mm-vmalloc-check-for-page-allocation-failure-before-.patch: mm: vmalloc: check for page allocation failure before vmlist insertion (bnc#929533). * Tue Apr 28 2015 mhocko@suse.de - patches.fixes/fs-take-i_mutex-during-prepare_binprm-for-set-ug-id.patch: fs: take i_mutex during prepare_binprm for setid executables (CVE-2015-3339 bnc#928130). * Fri Apr 17 2015 bp@suse.de - patches.drivers/ib-uverbs-prevent-integer-overflow-in-ib_umem_get-address-arithmetic.patch: IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic (bsc#914742, CVE-2014-8159). * Thu Apr 9 2015 bp@suse.de - patches.arch/x86-asm-entry-64-remove-a-bogus-ret_from_fork-optimization.patch: x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization (bsc#926240, CVE-2015-2830). * Thu Apr 9 2015 brogers@suse.com - patches.arch/kvm-vmx-handle-invvpid-vm-exit-gracefully.patch: kvm: vmx: handle invvpid vm exit gracefully (CVE-2014-3646 bnc#899192). - patches.arch/kvm-vmx-inject-gp-on-invalid-pat-cr.patch: KVM: vmx: Inject #GP on invalid PAT CR (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-check-non-canonical-addresses-upon-wrmsr.patch: KVM: x86: Check non-canonical addresses upon WRMSR (CVE-2014-3610 bnc#899192). - patches.arch/kvm-x86-distinguish-between-stack-operation-and-near-branches.patch: KVM: x86: Distinguish between stack operation and near branches (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-emulating-descriptor-load-misses-long-mode-case.patch: KVM: x86: emulating descriptor load misses long-mode case (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-emulator-fixes-for-eip-canonical-checks-on-near-branches.patch: KVM: x86: Emulator fixes for eip canonical checks on near branches (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-emulator-make-jmp-far-emulation-into-a-separate-function.patch: KVM: x86 emulator: Make jmp far emulation into a separate function (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-emulator-provide-more-callbacks-for-x86-emulator.patch: KVM: x86 emulator: Provide more callbacks for x86 emulator (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-fix-wrong-masking-on-relative-jump-call.patch: KVM: x86: Fix wrong masking on relative jump/call (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-handle-errors-when-rip-is-set-during-far-jumps.patch: KVM: x86: Handle errors when RIP is set during far jumps (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-improve-thread-safety-in-pit.patch: KVM/x86: Improve thread safety in pit (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-sysexit-emulation-does-not-mask-rip-rsp.patch: KVM: x86: Sysexit emulation does not mask RIP/RSP (CVE-2014-3647 bnc#899192). - patches.arch/kvm-x86-warn-if-guest-virtual-address-space-is-not-48-bits.patch: KVM: x86: Warn if guest virtual address space is not 48-bits (CVE-2014-3647 bnc#899192). * Wed Mar 18 2015 jbohac@suse.cz - patches.fixes/net-sctp-fix-slab-corruption-from-use-after-free-on-INIT.patch: net: sctp: fix slab corruption from use after free on INIT collisions (bsc#915577, CVE-2015-1421). * Mon Mar 16 2015 mhocko@suse.de - patches.fixes/TTY-drop-driver-reference-in-tty_open-fail-path.patch: TTY: drop driver reference in tty_open fail path (bnc#922447, CVE-2011-5321). * Mon Mar 16 2015 mhocko@suse.de - patches.xen/xen-usbback-limit-copying: usbback: copy only filled buffers to guest (bsc#917830 CVE-2015-0777). * Mon Mar 16 2015 mhocko@suse.de - patches.xen/xen-pciback-decode: xen-pciback: limit guest control of command register (bsc#919463 CVE-2015-2150 XSA-120). * Fri Mar 6 2015 mhocko@suse.de - patches.arch/01-x86-tls-ldt-stop-checking-lm-in-ldt_empty.patch: x86, tls, ldt: Stop checking lm in LDT_empty (bsc#920250). - patches.arch/02-x86-tls-interpret-an-all-zero-struct-user_desc-as-no-segment.patch: x86, tls: Interpret an all-zero struct user_desc as "no segment" (bsc#920250). - patches.xen/xen3-x86-tls-interpret-an-all-zero-struct-user_desc-as-no-segment.patch: xen: x86, tls: Interpret an all-zero struct user_desc as "no segment" (bsc#920250). * Tue Feb 24 2015 mhocko@suse.de - patches.fixes/0001-net-rds-use-correct-size-for-max-unacked-packets-and.patch: net: rds: use correct size for max unacked packets and bytes (bnc919018, CVE-2015-2042). * Tue Feb 24 2015 mhocko@suse.de - patches.fixes/0001-net-llc-use-correct-size-for-sysctl-timeout-entries.patch: net: llc: use correct size for sysctl timeout entries (bnc919007, CVE-2015-2041). * Tue Feb 24 2015 mhocko@suse.de - patches.arch/x86-mm-aslr-fix-stack-randomization-on-64-bit-systems.patch: x86, mm/ASLR: Fix stack randomization on 64-bit systems (bsc#917839, CVE-2015-1593). * Wed Feb 18 2015 mhocko@suse.de - patches.fixes/eCryptfs-Remove-buggy-and-unnecessary-write-in-file-.patch: eCryptfs: Remove buggy and unnecessary write in file name decode routine (bnc#918333, CVE-2014-9683). * Mon Feb 16 2015 mhocko@suse.de - patches.fixes/splice-add-generic_write_checks.patch: splice: add generic_write_checks() (bnc#915322 CVE-2014-7822). * Mon Feb 2 2015 mhocko@suse.de - Update reference module symbol versions * Mon Feb 2 2015 mhocko@suse.de - Disable CONFIG_USER_NS (bnc906545) * Mon Feb 2 2015 mhocko@suse.de - patches.fixes/netfilter-conntrack-disable-generic-tracking-for-known-protos.patch: netfilter: conntrack: disable generic tracking for known protocols (bsc#913059, CVE-2014-8160). * Wed Jan 28 2015 jbohac@suse.de - patches.fixes/timekeeping-avoid-possible-deadlock-from-clock_was_set.patch: timekeeping: Avoid possible deadlock from clock_was_set_delayed (bsc#771619, bnc#915335). * Thu Jan 15 2015 mhocko@suse.de - patches.fixes/do_add_mount-umount-l-races.patch: do_add_mount()/umount -l races (bnc#663516, bnc#912978). * Tue Jan 13 2015 mhocko@suse.de - patches.arch/x86_64-vdso-Fix-the-vdso-address-randomization-algor.patch: x86_64, vdso: Fix the vdso address randomization algorithm (bnc#912705, CVE-2014-9585). * Tue Jan 13 2015 mhocko@suse.de - patches.fixes/isofs-Fix-unchecked-printing-of-ER-records.patch: isofs: Fix unchecked printing of ER records (bnc#912654, CVE-2014-9584). * Tue Jan 6 2015 mhocko@suse.de - patches.fixes/mm-do-not-walk-all-of-system-ram-during-show_mem.patch: mm: Do not walk all of system memory during show_mem (bnc#821259, bnc#911876). * Mon Dec 29 2014 mhocko@suse.de - patches.fixes/isofs-Fix-infinite-looping-over-CE-entries.patch: isofs: Fix infinite looping over CE entries (bnc#911325, CVE-2014-9420). * Tue Dec 23 2014 mhocko@suse.de - patches.fixes/x86-asm-flip-restore_args-arguments-logic.patch: Refresh. * Wed Dec 17 2014 mhocko@suse.de - patches.fixes/x86-espfix-make-espfix64-a-kconfig-option-fix-uml.patch: - patches.fixes/x86-espfix-make-it-possible-to-disable-16-bit-support.patch: Disable ESPFIX for XEN altogether * Wed Dec 17 2014 mhocko@suse.de - patches.fixes/x86-kvm-clear-paravirt_enabled-oon-KVM-guests-for-espfix32.patch: x86, kvm: Clear paravirt_enabled on KVM guests for espfix32's benefit (bnc909078, CVE-2014-8134). * Wed Dec 17 2014 mhocko@suse.de - patches.xen/xen3-x86-asm-flip-restore_args-arguments-logic.patch: x86, asm: xen: Flip RESTORE_ARGS arguments logic (preparatory patch). * Wed Dec 17 2014 mhocko@suse.de - patches.fixes/x86-tls-validate-tls-entries-to-protect-espfix.patch: x86/tls: Validate TLS entries to protect espfix (bsc#909077,CVE-2014-8133). - patches.fixes/x86_64-traps-rework-bad_iret.patch: x86_64, traps: Rework bad_iret (bsc#909077,CVE-2014-8133). * Tue Dec 16 2014 mhocko@suse.de - Update config files. - patches.fixes/x86-64-espfix-don-t-leak-bits-31-16-of-esp-returning-to-16-bit-stack.patch: x86-64, espfix: Don't leak bits 31:16 of %%esp returning to 16-bit stack (bsc#907818,CVE-2014-9090). - patches.fixes/x86-espfix-make-espfix64-a-kconfig-option-fix-uml.patch: x86, espfix: Make espfix64 a Kconfig option, fix UML (bsc#907818,CVE-2014-9090). - patches.fixes/x86-espfix-make-it-possible-to-disable-16-bit-support.patch: x86, espfix: Make it possible to disable 16-bit support (bsc#907818,CVE-2014-9090). - patches.fixes/x86_64-entry-xen-do-not-invoke-espfix64-on-xen.patch: x86_64/entry/xen: Do not invoke espfix64 on Xen (bsc#907818,CVE-2014-9090). - patches.fixes/x86_64-traps-fix-the-espfix64-df-fixup-and-rewrite-it-in-c.patch: x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C (bsc#907818,CVE-2014-9090). - patches.fixes/x86_64-traps-stop-using-ist-for-ss.patch: x86_64, traps: Stop using IST for #SS (bsc#907818, CVE-2014-9090, CVE-2014-9322). - patches.xen/xen3-patch-2.6.31: Refresh. * Tue Dec 16 2014 mhocko@suse.de - patches.fixes/x86-asm-flip-restore_args-arguments-logic.patch: x86, asm: Flip RESTORE_ARGS arguments logic (preparatory patch). - patches.fixes/x86-asm-thin-down-save-restore_-asm-macros.patch: x86, asm: Thin down SAVE/RESTORE_* asm macros (preparatory patch). - patches.fixes/x86-extable-remove-open-coded-exception-table-entries-in-arch-x86-kernel-entry_64-s.patch: x86, extable: Remove open-coded exception table entries in arch/x86/kernel/entry_64.S (preparatory patch). - patches.fixes/x86-extable-use-pushsection-popsection-for-asm_extable.patch: x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE() (preparatory patch). - patches.fixes/x86-mm-Create-symbolic-index-into-address_markers-ar.patch: x86, mm: Create symbolic index into address_markers array (preparatory patch) - patches.fixes/x86-64-bit-Move-K8-B-step-iret-fixup-to-fault-entry-.patch: x86, 64-bit: Move K8 B step iret fixup to fault entry asm (preparatory patch) - patches.fixes/x86-tls-Off-by-one-limit-check.patch: x86, tls: Off by one limit check (preparatory patch). * Tue Dec 16 2014 jroedel@suse.de - patches.suse/kvm-svm-Disable-Nested-Virtualization.patch: kvm: svm: Disable Nested Virtualization (bnc#907822). * Tue Dec 16 2014 jbohac@suse.cz - patches.fixes/netlink-add-privilege-check-of-socket-opener.patch: netlink: add privilege check of socket opener (bsc#875051, CVE-2014-0181). * Wed Dec 10 2014 jroedel@suse.de - patches.fixes/kvm-inject-ud-if-instruction-emulation-fails-and-exit-to-userspace: KVM: inject #UD if instruction emulation fails and exit to userspace (bnc#907822). - patches.fixes/kvm-svm-make-use-of-the-generic-guest-mode-functions: KVM: SVM: Make Use of the generic guest-mode functions (bnc#907822). - patches.fixes/kvm-x86-don-t-report-l2-emulation-failures-to-user-space: KVM: X86: Don't report L2 emulation failures to user-space (bnc#907822, CVE-2010-5313). - patches.fixes/kvm-x86-don-t-report-guest-userspace-emulation-error-to-userspace: KVM: x86: Don't report guest userspace emulation error to userspace (bnc#905312, CVE-2014-7842). - patches.fixes/kvm-x86-introduce-generic-guest-mode-representation: KVM: X86: Introduce generic guest-mode representation (bnc#905312, CVE-2014-7842). * Wed Dec 3 2014 mhocko@suse.de - patches.kabi/audit-dynamically-allocate-audit_names-when-not-enough-space-is-in-the-names-array-kabi.patch: kabi fixup: patches.fixes/audit-dynamically-allocate-audit_names-when-not-enough-space-is-in-the-names-array.patch (bnc#906512). * Wed Dec 3 2014 rmilasan@suse.com - patches.fixes/audit-dynamically-allocate-audit_names-when-not-enough-space-is-in-the-names-array.patch: audit: dynamically allocate audit_names when not enough space is in the names array (bnc#857358, bnc#906512). - patches.fixes/audit-make-filetype-matching-consistent-with-other-filters.patch: audit: make filetype matching consistent with other filters (bnc#857358, bnc#906512). * Fri Nov 14 2014 jack@suse.com - -help: Delete. - patches.fixes/block-serialize_round_stats.patch: block: Fix bogus partition statistics reports (bnc#885077 bnc#891211). * Thu Nov 13 2014 mhocko@suse.de - patches.fixes/net-sctp-fix-NULL-pointer-dereference-in-af-from_addr_param.patch: net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packet (bnc#905100, CVE-2014-7841). * Wed Nov 12 2014 mhocko@suse.de - patches.fixes/mac80211-fix-fragmentation-code-particularly-for-enc.patch: mac80211: fix fragmentation code, particularly for encryption (bnc#904700, CVE-2014-8709). * Mon Nov 10 2014 mhocko@suse.de - patches.fixes/ipv6-fix-leaking-uninitialized-port-number-of-offend.patch: ipv6: fix leaking uninitialized port number of offender sockaddr (bnc#853040, CVE-2013-6405). * Mon Nov 3 2014 mhocko@suse.de - patches.fixes/block-Fix-computation-of-merged-request-priority.patch: block: Fix computation of merged request priority (bnc#900997). * Thu Oct 23 2014 mhocko@suse.de - patches.fixes/net-sctp-fix-remote-memory-pressure-from-excessive-q.patch: net: sctp: fix remote memory pressure from excessive queueing (bnc#902351, CVE-2014-3688). * Thu Oct 23 2014 mhocko@suse.de - patches.fixes/net-sctp-fix-panic-on-duplicate-ASCONF-chunks.patch: net: sctp: fix panic on duplicate ASCONF chunks (bnc#902349, CVE-2014-3687). * Thu Oct 23 2014 mhocko@suse.de - patches.fixes/net-sctp-fix-skb_over_panic-when-receiving-malformed.patch: net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks (bnc#902346, CVE-2014-3673). * Mon Sep 22 2014 mhocko@suse.cz - patches.fixes/ptrace-Add-support-for-generic-PTRACE_GETREGSET-PTRA.patch: ptrace: Add support for generic PTRACE_GETREGSET/PTRACE_SETREGSET (bnc#889654). - patches.fixes/x86-ptrace-regset-extensions-to-support-xstate.patch: x86, ptrace: regset extensions to support xstate (bnc#889654). * Mon Sep 22 2014 mhocko@suse.cz - patches.fixes/net-guard-tcp_set_keepalive-to-tcp-sockets.patch: net: guard tcp_set_keepalive() to tcp sockets (bnc#896779, CVE-2012-6657). * Mon Sep 22 2014 mhocko@suse.cz - patches.fixes/udf-Avoid-infinite-loop-when-processing-indirect-ICB.patch: udf: Avoid infinite loop when processing indirect ICBs (bnc#896689 CVE-2014-6410). * Mon Sep 15 2014 mhocko@suse.cz - patches.fixes/0001-futex-Forbid-uaddr-uaddr2-in-requeue.patch: Refresh - git reference - patches.fixes/0002-futex-Validate-atomic-acquisition-in-futex_lock_pi_atomic.patch: Refresh - git reference - patches.fixes/futex-Unlock-hb-lock-in-futex_wait_requeue_pi-error-.patch: futex: Unlock hb->lock in futex_wait_requeue_pi() error path (bnc#880892). * Fri Sep 12 2014 spargaonkar@suse.com - patches.drivers/megaraid_sas-0033-Version-and-Changelog-update.patch: Follow up fix noticed during review * Fri Sep 12 2014 mhocko@suse.cz - patches.fixes/USB-whiteheat-Added-bounds-checking-for-bulk-command.patch: USB: whiteheat: Added bounds checking for bulk command response (bnc#896391, CVE-2014-3185). * Fri Sep 12 2014 mhocko@suse.cz - patches.fixes/HID-fix-a-couple-of-off-by-ones.patch: HID: fix a couple of off-by-ones (bnc#896390, CVE-2014-3184). * Thu Sep 11 2014 spargaonkar@suse.com - patches.drivers/megaraid_sas-0009-Add-support-for-MegaRAID-9360-9380.patch: Refresh to fix bnc#889842 * Tue Sep 9 2014 jack@suse.cz - patches.fixes/xfs-Avoid-blocking-while-reclaiming-inodes.patch: xfs: Avoid blocking on inode flush in background inode reclaim (bnc#892235). * Tue Aug 26 2014 mhocko@suse.cz - patches.fixes/isofs-Fix-unbounded-recursion-when-processing-reloca.patch: isofs: Fix unbounded recursion when processing relocated directories (bnc#892490, CVE-2014-5471, CVE-2014-5472). * Mon Aug 11 2014 mhocko@suse.cz - patches.fixes/net-l2tp-don-t-fall-back-on-UDP-get-set-sockopt.patch: net/l2tp: don't fall back on UDP [get|set]sockopt (bnc#887082, CVE-2014-4943). * Thu Jul 31 2014 mkubecek@suse.cz - patches.fixes/bonding-move-slave-MTU-handling-from-sysfs-V2.patch: bonding: move slave MTU handling from sysfs V2 (bnc#885550). * Tue Jul 29 2014 bpoirier@suse.de - patches.fixes/net-sctp-inherit-auth_capable-on-INIT-collisions.patch: net: sctp: inherit auth_capable on INIT collisions (bnc#889173 CVE-2014-5077). * Tue Jul 8 2014 mhocko@suse.cz - patches.fixes/net-fix-information-leaks-in-recvmsg-handlers.patch: Refresh. * Mon Jul 7 2014 mhocko@suse.cz - patches.fixes/sctp-Fix-sk_ack_backlog-wrap-around-problem.patch: sctp: Fix sk_ack_backlog wrap-around problem (bnc#885422, CVE-2014-4667). * Mon Jul 7 2014 jbohac@suse.cz - patches.fixes/net-fix-information-leaks-in-recvmsg-handlers.patch: fix information leaks in recvmsg handlers (bnc#854722, CVE-2013-6463). * Fri Jul 4 2014 jbeulich@suse.com - patches.xen/xen3-audit_x86_32-entry-do-syscall-exit-work-on-badsys-cve-2014-4508.patch: x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508) (bnc#883724, CVE-2014-4508). * Fri Jul 4 2014 mhocko@suse.cz - patches.arch/ptrace-x86-force-IRET-path-after-a-ptrace_stop.patch: ptrace,x86: force IRET path after a ptrace_stop() (bnc#885725, CVE-2014-4699). * Thu Jun 26 2014 tiwai@suse.de - patches.drivers/alsa-0001-control-Protect-user-controls-against-concurren: ALSA: control: Protect user controls against concurrent access (CVE-2014-4652,bnc#883795). - patches.drivers/alsa-0002-control-Fix-replacing-user-controls: ALSA: control: Fix replacing user controls (CVE-2014-4654,CVE-2014-4655,bnc#883795). - patches.drivers/alsa-0003-control-Don-t-access-controls-outside-of-protec: ALSA: control: Don't access controls outside of protected regions (CVE-2014-4653,bnc#883795). - patches.drivers/alsa-0004-control-Handle-numid-overflow: ALSA: control: Handle numid overflow (CVE-2014-4656,bnc#883795). - patches.drivers/alsa-0005-control-Make-sure-that-id-index-does-not-overfl: ALSA: control: Make sure that id->index does not overflow (CVE-2014-4656,bnc#883795). - patches.kabi/alsa-control-kabi-fix: Fix kABI breakage due to addition of user_ctl_lock (bnc#883795). * Thu Jun 26 2014 mhocko@suse.cz - patches.fixes/auditsc-audit_krule-mask-accesses-need-bounds-checking.patch: auditsc: audit_krule mask accesses need bounds checking (bnc#880484, CVE-2014-3917). * Tue Jun 24 2014 mhocko@suse.cz - patches.fixes/fix-autofs-afs-etc.-magic-mountpoint-breakage.patch: fix autofs/afs/etc. magic mountpoint breakage (bnc#883526, CVE-2014-0203). * Mon Jun 23 2014 spargaonkar@suse.com - patches.drivers/megaraid-sas-05.38-update.patch: megaraid_sas: Update to 00.00.05.38-SL1 (bnc#871850). - patches.drivers/megaraid-sas-Update-SCSI-drivers-from-mainline.patch: [SCSI] megaraid: remove a spurious IRQ enable (bnc#871850). - patches.drivers/megaraid_sas-0004-Increase-default-cmds-per-lun-to-2.patch: megaraid_sas: Increase default cmds per lun to 256 (bnc#871850). - patches.drivers/megaraid_sas-0008-Clear-FUSION_IN_RESET-before-enabl.patch: megaraid_sas: Clear FUSION_IN_RESET before enabling interrupts (bnc#871850). - patches.drivers/megaraid_sas-0009-Add-support-for-MegaRAID-9360-9380.patch: megaraid_sas: Add support for MegaRAID 9360/9380 12GB/s controllers (bnc#871850). - patches.drivers/megaraid_sas-0010-Add-multiple-MSI-X-vector-multiple.patch: megaraid_sas: Add multiple MSI-X vector/multiple reply queue support (bnc#871850). - patches.drivers/megaraid_sas-0015-remove-poll_mode_io-code.patch: megaraid_sas: remove poll_mode_io code (bnc#871850). - patches.drivers/megaraid_sas-0020-Add-throttlequeuedepth-module-para.patch: megaraid_sas: Add throttlequeuedepth module parameter (bnc#871850). - patches.drivers/megaraid_sas-0021-Add-resetwaittime-module-parameter.patch: megaraid_sas: Add resetwaittime module parameter (bnc#871850). - patches.drivers/megaraid_sas-0025-Add-module-param-for-configurable-.patch: megaraid_sas: Add module param for configurable MSI-X vector count (bnc#87185). - patches.drivers/megaraid_sas-0030-Version-Changelog-Copyright-update.patch: megaraid_sas: Version, Changelog, Copyright update (bnc#871850). - patches.drivers/megaraid_sas-0033-Version-and-Changelog-update.patch: megaraid_sas: Version and Changelog update (bnc#871850). - patches.drivers/megaraid_sas-Fix-common-misspellings.patch: Fix common misspellings (bnc#871850). - patches.drivers/scsi-Push-down-BKL-into-ioctl-functions.patch: scsi: Push down BKL into ioctl functions (bnc#871850). - patches.drivers/scsi-autoconvert-trivial-BKL-users-to-private-mutex.patch: scsi: autoconvert trivial BKL users to private mutex (bnc#871850). - patches.drivers/scsi-remove-cmd-serial_number-litter.patch: scsi: remove cmd->serial_number litter (bnc#871850). * Wed Jun 18 2014 mhocko@suse.cz - patches.fixes/ipv6-call-udp_push_pending_frames-when-uncorking.patch: ipv6: call udp_push_pending_frames when uncorking a socket with (bnc#831058, CVE-2013-4162). * Mon Jun 16 2014 mhocko@suse.cz - patches.fixes/filter-prevent-nla-extensions-to-peek-beyond-the-end.patch: filter: prevent nla extensions to peek beyond the end of the message (bnc#877257 CVE-2014-3144 CVE-2014-3145). * Thu Jun 12 2014 mhocko@suse.cz - patches.drivers/0001-cdc-wdm-fix-buffer-overflow.patch: cdc-wdm: fix buffer overflow (bnc#806431, CVE-2013-1860). * Fri Jun 6 2014 mcgrof@suse.com - patches.fixes/mac80211-fix-AP-powersave-TX-vs-wakeup-race: mac80211: fix AP powersave TX vs. wakeup race (bnc#871797, CVE-2014-2706). * Wed Jun 4 2014 mhocko@suse.cz - patches.fixes/0001-futex-Forbid-uaddr-uaddr2-in-requeue.patch: futex: Forbid uaddr == uaddr2 in futex_requeue(..., requeue_pi=1) (bnc#880892 CVE-2014-3153). - patches.fixes/0002-futex-Validate-atomic-acquisition-in-futex_lock_pi_atomic.patch: futex: Validate atomic acquisition in futex_lock_pi_atomic() (bnc#880892 CVE-2014-3153). * Tue Jun 3 2014 mhocko@suse.cz - patches.fixes/dm-snapshot-fix-data-corruption.patch: dm snapshot: fix data corruption (bnc#846404, CVE-2013-4299). * Mon Jun 2 2014 mhocko@suse.cz - patches.fixes/wireless-radiotap-fix-parsing-buffer-overrun.patch: Fix references references (bnc#854634, CVE-2013-7027). * Thu May 22 2014 mhocko@suse.cz - patches.fixes/futex-forbid-uaddr-uaddr2-in-futex_wait_requeue_pi: futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi() (bnc#878289 CVE-2012-6647). * Wed May 21 2014 mhocko@suse.cz - supported.conf: tcp_westwood module set as supported (bnc#871224) * Tue May 6 2014 mhocko@suse.cz - patches.fixes/floppy-don-t-write-kernel-only-members-to-FDRAWCMD-i.patch: floppy: don't write kernel-only members to FDRAWCMD ioctl output (bnc#875798 CVE-2014-1737 CVE-2014-1738). - patches.fixes/floppy-ignore-kernel-only-members-in-FDRAWCMD-ioctl-.patch: floppy: ignore kernel-only members in FDRAWCMD ioctl input (bnc#875798 CVE-2014-1737 CVE-2014-1738). * Tue May 6 2014 mhocko@suse.cz - patches.fixes/Fix-a-few-incorrectly-checked-io_-remap_pfn_range-ca.patch: Update references (bnc#849021, bnc#850263, CVE-2013-4511, CVE-2013-6763). * Mon May 5 2014 mhocko@suse.cz - patches.fixes/mm-try_to_unmap_cluster-should-lock_page-before-mloc.patch: mm: try_to_unmap_cluster() should lock_page() before mlocking (bnc#876102, CVE-2014-3122). * Mon May 5 2014 mhocko@suse.cz - patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch: n_tty: Fix n_tty_write crash when echoing in raw mode (bnc#871252 bnc#875690 CVE-2014-0196). * Mon Apr 28 2014 mhocko@suse.cz - patches.fixes/tms380tr-Use-mdelay-in-tms380tr_wait.patch: tms380tr: Use mdelay() in tms380tr_wait() (compile fix). * Mon Apr 28 2014 mhocko@suse.cz - patches.fixes/netfilter-nf_conntrack_dccp-fix-skb_header_pointer-api-usages: netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages (bnc#868653 CVE-2014-2523). * Tue Apr 15 2014 mhocko@suse.cz - patches.fixes/rds-prevent-dereference-of-a-NULL-device-in-rds_iw_l.patch: rds: prevent dereference of a NULL device in rds_iw_laddr_check (bnc#871561, CVE-2014-2678). * Tue Apr 15 2014 mhocko@suse.cz - patches.fixes/rds-prevent-dereference-of-a-NULL-device.patch: rds: prevent dereference of a NULL device (bnc#869563, CVE-2013-7339). * Thu Mar 20 2014 mhocko@suse.cz - patches.drivers/rds-no-bug-in-xmit-for-loopback.patch: Delete. * Tue Mar 11 2014 mhocko@suse.cz - patches.fixes/inet-fix-addr_len-msg-msg_namelen-assignment-in-recv.patch: inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions (bnc#857643, CVE-2013-7263, CVE-2013-7264, CVE-2013-7265). - patches.fixes/inet-prevent-leakage-of-uninitialized-memory-to-user.patch: inet: prevent leakage of uninitialized memory to user in recv syscalls (bnc#857643, CVE-2013-7263, CVE-2013-7264, CVE-2013-7265). * Mon Mar 10 2014 mhocko@suse.cz - config/i386/debug: Delete. - config/i386/default: Delete. - config/i386/desktop: Delete. - config/i386/ec2: Delete. - config/i386/pae: Delete. - config/i386/trace: Delete. - config/i386/vanilla: Delete. - config/i386/xen: Delete. - config/ia64/debug: Delete. - config/ia64/default: Delete. - config/ia64/trace: Delete. - config/ia64/vanilla: Delete. - config/ppc/default: Delete. - config/ppc/ppc64: Delete. - config/ppc/ps3: Delete. - config/ppc/vanilla: Delete. - config/ppc64/debug: Delete. - config/ppc64/default: Delete. - config/ppc64/ppc64: Delete. - config/ppc64/trace: Delete. - config/ppc64/vanilla: Delete. - config/s390/s390: Delete. - config/s390/trace: Delete. - config/s390x/default: Delete. - config/s390x/trace: Delete. - config/s390x/vanilla: Delete. - config/x86_64/desktop: Delete. - config/x86_64/ec2: Delete. - config/x86_64/vanilla: Delete. * Mon Mar 10 2014 mhocko@suse.cz - patches.fixes/tcp-syncookies-reduce-cookie-lifetime-to-128-seconds.patch: tcp: syncookies: reduce cookie lifetime to 128 seconds (bnc#833968). - patches.fixes/tcp-syncookies-reduce-mss-table-to-four-values.patch: tcp: syncookies: reduce mss table to four values (bnc#833968). * Thu Mar 6 2014 mhocko@suse.cz - supported.conf: make arch/x86/crypto/fpu supported (bnc#867645) * Tue Mar 4 2014 mhocko@suse.cz - patches.fixes/net-sctp-fix-sctp_sf_do_5_1D_ce-to-verify-if-peer-is.patch: net: sctp: fix sctp_sf_do_5_1D_ce to verify if peer is AUTH capable (bnc#866102, CVE-2014-0101). * Fri Feb 21 2014 mhocko@suse.cz - patches.fixes/x86-cpu-amd-add-workaround-for-family-16h-erratum-793.patch: x86, cpu, amd: Add workaround for family 16h, erratum 793 (bnc#852967 CVE-2013-6885). * Thu Feb 20 2014 mhocko@suse.cz - patches.fixes/xfs-underflow-bug-in-xfs_attrlist_by_handle.patch: xfs: underflow bug in xfs_attrlist_by_handle() (bnc#852553, CVE-2013-6382). * Thu Feb 20 2014 mhocko@suse.cz - patches.fixes/SELinux-Fix-kernel-BUG-on-empty-security-contexts.patch: SELinux: Fix kernel BUG on empty security contexts (bnc#863335, CVE-2014-1874). * Fri Feb 7 2014 mhocko@suse.cz - patches.fixes/udf-Avoid-run-away-loop-when-partition-table-length-.patch: udf: Avoid run away loop when partition table length is corrupted (bnc#769784, CVE-2012-3400). - patches.fixes/udf-Fortify-loading-of-sparing-table.patch: udf: Fortify loading of sparing table (bnc#769784, CVE-2012-3400). - patches.fixes/udf-Use-ret-instead-of-abusing-i-in-udf_load_logical.patch: udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol() (bnc#769784, CVE-2012-3400). * Fri Feb 7 2014 mhocko@suse.cz - patches.fixes/dl2k-tighten-ioctl-permissions: dl2k: Tighten ioctl permissions (bnc#758813, CVE-2012-2313). * Mon Jan 27 2014 mhocko@suse.cz - patches.fixes/inet-fix-possible-memory-corruption-with-UDP_CORK-an.patch: inet: fix possible memory corruption with UDP_CORK and UFO (bnc#847672 CVE-2013-4470). - patches.fixes/ipv6-udp-packets-following-an-UFO-enqueued-packet-ne.patch: ipv6: udp packets following an UFO enqueued packet need also be handled by UFO (bnc#847672 CVE-2013-4470). * Wed Jan 15 2014 mhocko@suse.cz - patches.fixes/hamradio-yam-fix-info-leak-in-ioctl.patch: hamradio/yam: fix info leak in ioctl (bnc#858872, CVE-2014-1446). * Wed Jan 15 2014 mhocko@suse.cz - patches.fixes/wanxl-fix-info-leak-in-ioctl.patch: wanxl: fix info leak in ioctl (bnc#858870, CVE-2014-1445). * Wed Jan 15 2014 mhocko@suse.cz - patches.fixes/farsync-fix-info-leak-in-ioctl.patch: farsync: fix info leak in ioctl (bnc#858869, CVE-2014-1444). * Wed Jan 8 2014 mhocko@suse.cz - patches.fixes/kvm-x86-convert-vapic-synchronization-to-cached-functions-cve-2013-6368.patch: KVM: x86: Convert vapic synchronization to _cached functions (CVE-2013-6368) (bnc#853052 CVE-2013-6368). * Wed Jan 8 2014 mhocko@suse.cz - patches.arch/x86-add-boot_cpu_is_bsp: x86, apic: Add boot_cpu_is_bsp() to check if boot cpu is BSP (bnc#814140). - patches.arch/x86-disable-bsp-when-booted-on-ap: x86, apic: Disable BSP if boot cpu is AP (bnc#814140). - patches.xen/xen3-patch-2.6.26: refreshed * Fri Dec 20 2013 mhocko@suse.cz - patches.fixes/kvm-x86-fix-potential-divide-by-0-in-lapic-cve-2013-6367.patch: KVM: x86: Fix potential divide by 0 in lapic (CVE-2013-6367) (bnc#853051 CVE-2013-6367). * Thu Dec 19 2013 mhocko@suse.cz - patches.fixes/kvm-improve-create-vcpu-parameter-cve-2013-4587.patch: KVM: Improve create VCPU parameter (CVE-2013-4587) (bnc#853050 CVE-2013-4587). * Fri Dec 13 2013 mhocko@suse.cz - patches.fixes/exec-ptrace-fix-get_dumpable-incorrect-tests.patch: exec/ptrace: fix get_dumpable() incorrect tests (bnc#847652, CVE-2013-2929). * Fri Dec 13 2013 mhocko@suse.cz - patches.fixes/crypto-ansi_cprng-Fix-off-by-one-error-in-non-block-.patch: crypto: ansi_cprng - Fix off by one error in non-block size request (bnc#840226, CVE-2013-4345). * Wed Dec 11 2013 mhocko@suse.cz - patches.fixes/wireless-radiotap-fix-parsing-buffer-overrun.patch: wireless: radiotap: fix parsing buffer overrun (bnc#854634, CVE-2013-7027). * Fri Dec 6 2013 mhocko@suse.cz - patches.fixes/ipv6-remove-max_addresses-check-from-ipv6_create_tem.patch: ipv6: remove max_addresses check from ipv6_create_tempaddr (bnc#805226, CVE-2013-0343). * Mon Dec 2 2013 mhocko@suse.cz - patches.fixes/aacraid-missing-capable-check-in-compat-ioctl.patch: aacraid: missing capable() check in compat ioctl (bnc#852558, CVE-2013-6383). * Mon Dec 2 2013 mhocko@suse.cz - patches.fixes/libertas-potential-oops-in-debugfs.patch: libertas: potential oops in debugfs (bnc#852559, CVE-2013-6378). * Thu Nov 21 2013 mhocko@suse.cz - patches.fixes/ipvs-Add-boundary-check-on-ioctl-arguments.patch: ipvs: Add boundary check on ioctl arguments (bnc#851095, CVE-2013-4588). * Wed Nov 13 2013 mhocko@suse.cz - patches.fixes/HID-LG-validate-HID-output-report-details.patch: HID: LG: validate HID output report details (CVE-2013-2893, bnc#835839). - patches.fixes/HID-check-for-NULL-field-when-setting-values.patch: HID: check for NULL field when setting values (bnc#835839). - patches.fixes/HID-pantherlord-validate-output-report-details.patch: HID: pantherlord: validate output report details (CVE-2013-2892, bnc#835839). - patches.fixes/HID-provide-a-helper-for-validating-hid-reports.patch: HID: provide a helper for validating hid reports (bnc#835839). - patches.fixes/HID-validate-HID-report-id-size.patch: HID: validate HID report id size (CVE-2013-2888, bnc#835839). - patches.fixes/HID-validate-feature-and-input-report-details.patch: HID: validate feature and input report details (CVE-2013-2897, bnc#835839). - patches.fixes/HID-zeroplus-validate-output-report-details.patch: HID: zeroplus: validate output report details (CVE-2013-2889, bnc#835839). * Wed Nov 6 2013 mhocko@suse.cz - patches.fixes/ipc-ipc_rcu_putref-race.patch: fix ipc_rcu_{get,put}ref during destruction (bnc#848321, CVE-2013-4483). * Wed Nov 6 2013 mhocko@suse.cz - patches.fixes/Fix-a-few-incorrectly-checked-io_-remap_pfn_range-ca.patch: Fix a few incorrectly checked [io_]remap_pfn_range() calls (bnc#849021, CVE-2013-4511). * Mon Sep 16 2013 mhocko@suse.cz - patches.fixes/lib-radix-tree.c-make-radix_tree_node_alloc-work-cor.patch: lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt (bnc#763463). * Mon Sep 16 2013 mhocko@suse.cz - patches.fixes/memcg-fix-init_section_page_cgroup-pfn-alignment.patch: memcg: fix init_section_page_cgroup pfn alignment (bnc#835481). * Wed Aug 14 2013 mgalbraith@suse.de - patches.fixes/bug769685_sched-harden-rq-rt-usage-accounting.patch: Refresh. - patches.fixes/sched-divide-by-zero-workaround-and-diag.diff: Refresh. - patches.fixes/sched-x86-Fix-overflow-in-cyc2ns_offset.patch: sched/x86: Fix overflow in cyc2ns_offset (bnc#630970, bnc#661605). * Mon Aug 5 2013 mhocko@suse.cz - patches.fixes/cciss-info-leak-in-cciss_ioctl32_passthru.patch: cciss: info leak in cciss_ioctl32_passthru() (bnc#823260, CVE-2013-2147). - patches.fixes/cpqarray-info-leak-in-ida_locked_ioctl.patch: cpqarray: info leak in ida_locked_ioctl() (bnc#823260, CVE-2013-2147). * Wed Jul 31 2013 mhocko@suse.cz - patches.fixes/ipv6-ip6_sk_dst_check-must-not-assume-ipv6-dst.patch: ipv6: ip6_sk_dst_check() must not assume ipv6 dst (bnc#827750, CVE-2013-2232). * Fri Jul 12 2013 mhocko@suse.cz - patches.fixes/cdrom-use-kzalloc-for-failing-hardware: drivers/cdrom/cdrom.c: use kzalloc() for failing hardware (bnc#824295, CVE-2013-2164). * Tue Jul 9 2013 mhocko@suse.cz - patches.fixes/KVM-Validate-userspace_addr-of-memslot-when-register.patch: KVM: Validate userspace_addr of memslot when registered (bnc#828012, CVE-2013-1943). - patches.fixes/KVM-add-missing-void-__user-cast-to-access_ok-call.patch: KVM: add missing void __user * cast to access_ok() call (bnc#828012, CVE-2013-1943). * Wed Jul 3 2013 mhocko@suse.cz - Update reference module symbol versions. * Wed Jul 3 2013 mhocko@suse.cz - patches.fixes/block-do-not-pass-disk-names-as-format-strings.patch: block: do not pass disk names as format strings (bnc#822575 CVE-2013-2851). * Wed Jul 3 2013 mhocko@suse.cz - patches.fixes/af_key-fix-info-leaks-in-notify-messages.patch: af_key: fix info leaks in notify messages (bnc#827749, CVE-2013-2234). - patches.fixes/af_key-initialize-satype-in-key_notify_policy_flush.patch: af_key: initialize satype in key_notify_policy_flush() (bnc#827749, bnc#828119, CVE-2013-2237). * Thu Jun 27 2013 mhocko@suse.cz - patches.fixes/nfs-multithread-nfsiod: Make nfsiod a multi-thread queue (bnc#815352). * Wed Jun 26 2013 mhocko@suse.cz - patches.fixes/ext4-avoid-hang-when-mounting-non-journal-filesystem.patch: ext4: avoid hang when mounting non-journal filesystems with orphan list (bnc#817377). * Fri Jun 7 2013 mhocko@suse.cz - patches.fixes/b43-stop-format-string-leaking-into-error-msgs.patch: b43: stop format string leaking into error msgs (bnc#822579, CVE-2013-2852). * Wed Jun 5 2013 mhocko@suse.cz - patches.fixes/kernel-signal.c-stop-info-leak-via-the-tkill-and-the.patch: kernel/signal.c: stop info leak via the tkill and the tgkill syscalls (bnc#823267, CVE-2013-2141). * Wed Jun 5 2013 mhocko@suse.cz - patches.fixes/tty-fix-up-atime-mtime-mess-take-three.patch: tty: fix up atime/mtime mess, take three (bnc#797175). * Tue May 21 2013 mhocko@suse.cz - patches.fixes/cgroup-introduce-cancel_attach.patch: cgroup: introduce cancel_attach() (bnc#777157). - patches.fixes/cgroup-introduce-coalesce-css_get-and-css_put.patch: cgroup: introduce coalesce css_get() and css_put() (bnc#777157). - patches.fixes/memcg-add-interface-to-move-charge-at-task-migration.patch: memcg: add interface to move charge at task migration (bnc#777157). - patches.fixes/memcg-add-mem_cgroup_cancel_charge.patch: memcg: add mem_cgroup_cancel_charge() (bnc#777157). - patches.fixes/memcg-avoid-oom-during-moving-charge.patch: memcg: avoid oom during moving charge (bnc#777157). - patches.fixes/memcg-clean-up-move-charge.patch: memcg: clean up move charge (bnc#777157). - patches.fixes/memcg-cleanup-mem_cgroup_move_parent.patch: memcg: cleanup mem_cgroup_move_parent() (bnc#777157). - patches.fixes/memcg-improve-performance-in-moving-charge.patch: memcg: improve performance in moving charge (bnc#777157). - patches.fixes/memcg-improve-performance-in-moving-swap-charge.patch: memcg: improve performance in moving swap charge (bnc#777157). - patches.fixes/memcg-move-charge-of-file-pages.patch: memcg: move charge of file pages (bnc#777157). - patches.fixes/memcg-move-charges-of-anonymous-page.patch: memcg: move charges of anonymous page (bnc#777157). - patches.fixes/memcg-move-charges-of-anonymous-swap.patch: memcg: move charges of anonymous swap (bnc#777157). - patches.fixes/memcg-remove-memcg_tasklist.patch: memcg: remove memcg_tasklist (bnc#777157). * Wed May 15 2013 mhocko@suse.cz - CONFIG_NO_HZ disabled in all supported kernel flavors except for XEN (bnc#816796) * Thu May 9 2013 mhocko@suse.cz - patches.fixes/rwsem-Test-for-no-active-locks-in-__rwsem_do_wake-un.patch: rwsem: Test for no active locks in __rwsem_do_wake undo code (bnc#813276). * Mon Apr 29 2013 mhocko@suse.cz - patches.fixes/TTY-do-not-update-atime-mtime-on-read-write.patch: TTY: do not update atime/mtime on read/write (bnc#797175 CVE-2013-0160). - patches.fixes/TTY-fix-atime-mtime-regression.patch: TTY: fix atime/mtime regression (bnc#815745). * Fri Apr 26 2013 mhocko@suse.cz - patches.fixes/xfrm_user-fix-info-leak-in-copy_to_user_auth.patch: xfrm_user: fix info leak in copy_to_user_auth() (CVE-2012-6538, bnc#809889). - patches.fixes/xfrm_user-fix-info-leak-in-copy_to_user_policy.patch: xfrm_user: fix info leak in copy_to_user_policy() (CVE-2012-6537, bnc#809889). - patches.fixes/xfrm_user-fix-info-leak-in-copy_to_user_state.patch: xfrm_user: fix info leak in copy_to_user_state() (CVE-2012-6537, bnc#809889). - patches.fixes/xfrm_user-fix-info-leak-in-copy_to_user_tmpl.patch: xfrm_user: fix info leak in copy_to_user_tmpl() (CVE-2012-6537, bnc#809889). * Thu Apr 25 2013 mhocko@suse.cz - patches.fixes/Bluetooth-RFCOMM-Fix-missing-msg_namelen-update-in-r.patch: Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg() (CVE-2013-3225, bnc#816668). - patches.fixes/Bluetooth-fix-possible-info-leak-in-bt_sock_recvmsg.patch: Bluetooth: fix possible info leak in bt_sock_recvmsg() (CVE-2013-3224, bnc#816668). - patches.fixes/atm-update-msg_namelen-in-vcc_recvmsg.patch: atm: update msg_namelen in vcc_recvmsg() (CVE-2013-3222, bnc#816668). - patches.fixes/ax25-fix-info-leak-via-msg_name-in-ax25_recvmsg.patch: ax25: fix info leak via msg_name in ax25_recvmsg() (CVE-2013-3223, bnc#816668). - patches.fixes/irda-Fix-missing-msg_namelen-update-in-irda_recvmsg_.patch: irda: Fix missing msg_namelen update in irda_recvmsg_dgram() (CVE-2013-3228, bnc#816668). - patches.fixes/iucv-Fix-missing-msg_namelen-update-in-iucv_sock_rec.patch: iucv: Fix missing msg_namelen update in iucv_sock_recvmsg() (CVE-2013-3229, bnc#816668). - patches.fixes/llc-Fix-missing-msg_namelen-update-in-llc_ui_recvmsg.patch: llc: Fix missing msg_namelen update in llc_ui_recvmsg() (CVE-2013-3231, bnc#816668). - patches.fixes/netrom-fix-info-leak-via-msg_name-in-nr_recvmsg.patch: netrom: fix info leak via msg_name in nr_recvmsg() (CVE-2013-3232, bnc#816668). - patches.fixes/netrom-fix-invalid-use-of-sizeof-in-nr_recvmsg.patch: netrom: fix invalid use of sizeof in nr_recvmsg() (CVE-2013-3232, bnc#816668). - patches.fixes/rose-fix-info-leak-via-msg_name-in-rose_recvmsg.patch: rose: fix info leak via msg_name in rose_recvmsg() (CVE-2013-3234, bnc#816668). - patches.fixes/tipc-fix-info-leaks-via-msg_name-in-recv_msg-recv_st.patch: tipc: fix info leaks via msg_name in recv_msg/recv_stream (CVE-2013-3235, bnc#816668). * Thu Apr 25 2013 mhocko@suse.cz - patches.fixes/dccp-check-ccid-before-dereferencing.patch: dccp: check ccid before dereferencing (CVE-2013-1827, bnc#811354). * Thu Apr 25 2013 mhocko@suse.cz - patches.fixes/dcbnl-fix-various-netlink-info-leaks.patch: dcbnl: fix various netlink info leaks (CVE-2013-2634, bnc#810473). * Thu Apr 25 2013 mhocko@suse.cz - patches.fixes/isofs-avoid-info-leak-on-export.patch: isofs: avoid info leak on export (CVE-2012-6549, bnc#809903). * Thu Apr 25 2013 mhocko@suse.cz - patches.fixes/udf-avoid-info-leak-on-export.patch: udf: avoid info leak on export (CVE-2012-6548, bnc#809902). * Thu Apr 25 2013 mhocko@suse.cz - patches.fixes/net-tun-fix-ioctl-based-info-leaks.patch: net/tun: fix ioctl() based info leaks (CVE-2012-6547, bnc#809901). * Thu Apr 25 2013 mhocko@suse.cz - patches.fixes/atm-fix-info-leak-in-getsockopt-SO_ATMPVC.patch: atm: fix info leak in getsockopt(SO_ATMPVC) (CVE-2012-6546, bnc#809900). - patches.fixes/atm-fix-info-leak-via-getsockname.patch: atm: fix info leak via getsockname() (CVE-2012-6546, bnc#809900). * Thu Apr 25 2013 mhocko@suse.cz - patches.fixes/Bluetooth-RFCOMM-Fix-info-leak-in-ioctl-RFCOMMGETDEV.patch: Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) (CVE-2012-6545, bnc#809899). - patches.fixes/Bluetooth-RFCOMM-Fix-info-leak-via-getsockname.patch: Bluetooth: RFCOMM - Fix info leak via getsockname() (CVE-2012-6545, bnc#809899). * Wed Apr 24 2013 mhocko@suse.cz - patches.fixes/Bluetooth-HCI-Fix-info-leak-in-getsockopt-HCI_FILTER.patch: Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) (CVE-2012-6544, bnc#809898). - patches.fixes/Bluetooth-L2CAP-Fix-info-leak-via-getsockname.patch: Bluetooth: L2CAP - Fix info leak via getsockname() (CVE-2012-6544, bnc#809898). * Wed Apr 24 2013 mhocko@suse.cz - patches.fixes/llc-fix-info-leak-via-getsockname.patch: llc: fix info leak via getsockname() (CVE-2012-6542, bnc#809894). * Wed Apr 24 2013 mhocko@suse.cz - patches.fixes/dccp-fix-info-leak-via-getsockopt-DCCP_SOCKOPT_CCID_.patch: dccp: fix info leak via getsockopt(DCCP_SOCKOPT_CCID_TX_INFO) (CVE-2012-6541, bnc#809893). * Wed Apr 24 2013 mhocko@suse.cz - patches.fixes/ipvs-fix-info-leak-in-getsockopt-IP_VS_SO_GET_TIMEOU.patch: ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT) (CVE-2012-6540, bnc#809892). * Wed Apr 24 2013 mhocko@suse.cz - patches.fixes/net-fix-info-leak-in-compat-dev_ifconf.patch: net: fix info leak in compat dev_ifconf() (CVE-2012-6539, bnc#809891). * Wed Apr 24 2013 mhocko@suse.cz - patches.fixes/signal-always-clear-sa_restorer-on-execve.patch: signal: always clear sa_restorer on execve (CVE-2013-0914, bnc#808827). * Tue Apr 23 2013 mhocko@suse.cz - patches.fixes/Bluetooth-Fix-incorrect-strncpy-in-hidp_setup_hid.patch: Bluetooth: Fix incorrect strncpy() in hidp_setup_hid() (CVE-2013-0349, bnc#805227). * Tue Apr 23 2013 mhocko@suse.cz - patches.fixes/ipv6-discard-overlapping-fragment.patch: ipv6: discard overlapping fragment (CVE-2012-4444, bnc#789831). * Tue Apr 23 2013 mhocko@suse.cz - patches.fixes/net-fix-divide-by-zero-in-tcp-algorithm-illinois.patch: net: fix divide by zero in tcp algorithm illinois (CVE-2012-4565, bnc#787576). * Thu Apr 18 2013 mhocko@suse.cz - patches.fixes/TTY-do-not-update-atime-mtime-on-read-write.patch: Patch dropped because it turned out it broke userspace. * Mon Apr 15 2013 mhocko@suse.cz - patches.fixes/sched-harden-update_stats_wait_end.patch: harden update_stats_wait_end() against microscopic rq->clock aberations (bnc#808778). * Mon Apr 15 2013 mgalbraith@suse.de - Fix ABBA low memory situaton scheduler deadlock. Trying to allocate memory within the scheduler proper is nogo, as wakeup of kswapd during low memory situation can deadlock the box as depicted in this bug. Mainline commit e2c88063 removes the offending cpumask allocated due to CONFIG_CPUMASK_OFFSTACK, thus removing the deadlock itself. - patches.fixes/cpumask-Partition_sched_domains-takes-array-of-cpumask_var_t.patch: cpumask: Partition_sched_domains takes array of cpumask_var_t (bnc#812364). - patches.fixes/cpumask-Simplify-sched_rt_dot_c.patch: cpumask: Simplify sched_rt.c (bnc#812364). * Fri Apr 12 2013 mhocko@suse.cz - patches.fixes/fs-compat_ioctl.c-VIDEO_SET_SPU_PALETTE-missing-erro.patch: fs/compat_ioctl.c: VIDEO_SET_SPU_PALETTE missing error check (bnc#813735). * Wed Apr 3 2013 mhocko@suse.cz - patches.fixes/net-2.6-SYN-retransmits-Add-new-parameter-to-retrans.patch: net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out() (bnc#809014). * Wed Mar 27 2013 mhocko@suse.cz - patches.fixes/keys-fix-race-with-concurrent-install_user_keyrings.patch: keys: fix race with concurrent install_user_keyrings() (bnc#808358, CVE-2013-1792). * Tue Mar 26 2013 mhocko@suse.cz - patches.xen/1198-xenbus-dev-write-buflen.patch: xenbus: fix overflow check in xenbus_dev_write(). - patches.xen/1202-x86-signal-eip-corruption.patch: x86: don't corrupt %%eip when returning from a signal handler. - patches.xen/1219-netback-garbage-ring.patch: netback: shutdown the ring if it contains garbage (CVE-2013-0216 XSA-39 bnc#800280). - patches.xen/1220-netback-wrap-around.patch: netback: correct netbk_tx_err() to handle wrap around (CVE-2013-0216 XSA-39 bnc#800280). - patches.xen/1221-pciback-ratelimit.patch: pciback: rate limit error message from pciback_enable_msi() (CVE-2013-0231 XSA-43 bnc#801178). - patches.xen/1222-backends-cond-resched.patch: scsiback/usbback: move cond_resched() invocations to proper place. - patches.xen/1223-netback-count-requests-result.patch: netback: fix netbk_count_requests(). - patches.xen/xen-netback-generalize: Refresh. - patches.xen/xen-netback-multiple-tasklets: Refresh. - patches.xen/xen3-patch-2.6.19: Refresh. - patches.xen/xen3-patch-2.6.20: Refresh. * Mon Mar 25 2013 mhocko@suse.cz - patches.drivers/0001-USB-io_ti-Fix-NULL-dereference-in-chase_port.patch: USB: io_ti: Fix NULL dereference in chase_port() (bnc#806976, CVE-2013-1774). * Fri Mar 22 2013 brogers@suse.com - patches.arch/kvm-add-memory-slot-versioning-and-use-it-to-provide-fast-guest-write-interface.patch: KVM: Add memory slot versioning and use it to provide fast guest write interface (bnc#806980 CVE-2013-1797). - patches.arch/kvm-convert-msr_kvm_system_time-to-use-gfn_to_hva_cache_init.patch: KVM: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache_init (bnc#806980 CVE-2013-1797). - patches.arch/kvm-fix-bounds-checking-in-ioapic-indirect-register-read.patch: KVM: Fix bounds checking in ioapic indirect register read (bnc#806980 CVE-2013-1798). - patches.arch/kvm-fix-for-buffer-overflow-in-handling-of-msr_kvm_system_time.patch: KVM: Fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (bnc#806980 CVE-2013-1796). - patches.arch/kvm-introduce-kvm_read_guest_cached.patch: KVM: introduce kvm_read_guest_cached (bnc#806980 CVE-2013-1797). - patches.arch/kvm-mmu-introduce-gfn_to_page_many_atomic-function.patch: KVM: MMU: introduce gfn_to_page_many_atomic() function (bnc#806980 CVE-2013-1797). - patches.arch/kvm-use-the-correct-rcu-api-for-prove_rcu-y.patch: KVM: use the correct RCU API for PROVE_RCU=y (bnc#806980 CVE-2013-1797). * Wed Mar 20 2013 mhocko@suse.cz - patches.fixes/mm-cond_resched-per-pmd-on-unmap_vmas.patch: mm: cond_resched per PMD during unmapping a VMA (bnc#804553). * Wed Mar 20 2013 mhocko@suse.cz - patches.fixes/NLS-improve-UTF8-UTF16-string-conversion-routine.patch: NLS: improve UTF8 -> UTF16 string conversion routine (bnc#806977 CVE-2013-1773). * Tue Mar 12 2013 mhocko@suse.cz - patches.fixes/ptrace-ptrace_resume-shouldn-t-wake-up-TASK_TRACED-t.patch: ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED thread (bnc#804154). * Wed Feb 27 2013 mhocko@suse.cz - patches.fixes/tmpfs-fix-use-after-free-of-mempolicy-object.patch: tmpfs: fix use-after-free of mempolicy object (bnc#806138, CVE-2013-1767). * Tue Feb 26 2013 mhocko@suse.cz - patches.fixes/ptrace-ensure-arch_ptrace-ptrace_request-can-never-r.patch: compile fix * Mon Feb 25 2013 mhocko@suse.cz - patches.fixes/TTY-do-not-update-atime-mtime-on-read-write.patch: TTY: do not update atime/mtime on read/write (bnc#797175 CVE-2013-0160). * Mon Feb 25 2013 mhocko@suse.cz - patches.fixes/cipso-don-t-follow-a-NULL-pointer-when-setsockopt-is.patch: cipso: don't follow a NULL pointer when setsockopt() is called (bnc#804653, CVE-2013-0310). * Wed Feb 20 2013 mhocko@suse.cz - patches.fixes/ptrace-ensure-arch_ptrace-ptrace_request-can-never-r.patch: ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL (bnc#804154, CVE-2013-0871). - patches.fixes/ptrace-introduce-signal_wake_up_state-and-ptrace_sig.patch: ptrace: introduce signal_wake_up_state() and ptrace_signal_wake_up() (bnc#804154, CVE-2013-0871). - patches.fixes/wake_up_process-should-be-never-used-to-wakeup-a-TAS.patch: wake_up_process() should be never used to wakeup a TASK_STOPPED/TRACED task (bnc#804154, CVE-2013-0871). * Tue Feb 19 2013 mhocko@suse.cz - patches.fixes/kvm-KVM-Ensure-all-vcpus-are-consistent-with-in-kernel-i.patch: Compile fix * Mon Feb 11 2013 mhocko@suse.cz - patches.arch/x86-msr-Add-capabilities-check.patch: x86/msr: Add capabilities check (bnc#802642, CVE-2013-0268). * Fri Jan 25 2013 mhocko@suse.cz - patches.fixes/exec-do-not-leave-bprm-interp-on-stack.patch: exec: do not leave bprm->interp on stack (bnc#786013, CVE-2012-4530). * Fri Jan 25 2013 mhocko@suse.cz - patches.fixes/kvm-set-irq.patch: KVM: Fix buffer overflow in kvm_set_irq() (bnc#767612 CVE-2012-2137). * Thu Jan 24 2013 mhocko@suse.cz - patches.fixes/bug769685_sched-harden-rq-rt-usage-accounting.patch: Sched: harden rq rt usage accounting (bnc#769685, bnc#788590). * Mon Jan 21 2013 mhocko@suse.cz - patches.fixes/proc-fix-pagemap_read-error-case.patch: proc: fix pagemap_read() error case (bnc#787573, bnc#799688). * Wed Jan 9 2013 mhocko@suse.cz - patches.arch/bug-787625_kernel_stack_size.patch: x86: increase kernel stack size to 16K (bnc#787625). - patches.xen/xen-enlarge-PHYSICAL_ALIGN.patch: enlarge PHYSICAL_ALIGN to make xen compileable (bnc#787625) - Update config files - PHYSICAL_START updated to match PHYSICAL_ALIGN (bnc#787625) * Fri Nov 9 2012 ptesarik@suse.cz - patches.arch/x86-nmi-message.patch: Reverse the condition for kdump kernel (bnc#718684). * Wed Oct 31 2012 mhocko@suse.cz - patches.fixes/kvm-KVM-Clean-up-error-handling-during-VCPU-creation.patch: KVM: Clean up error handling during VCPU creation (bnc#754898 CVE-2012-1601). - patches.fixes/kvm-KVM-Ensure-all-vcpus-are-consistent-with-in-kernel-i.patch: KVM: Ensure all vcpus are consistent with in-kernel irqchip settings (bnc#754898 CVE-2012-1601). * Sat Oct 20 2012 mmarek@suse.cz - Update x96_64 kabi files to match the 2.6.32.54-0.3 SP1 kernel. * Fri Oct 12 2012 mhocko@suse.cz - patches.drivers/rds-no-bug-in-xmit-for-loopback.patch: kernel: rds-ping triggering a BUG_ON() (bnc#767610,CVE-2012-2372). * Fri Oct 12 2012 jkosina@suse.de - rpm/kernel-source.spec.in: Add config.sh to Source files. * Tue Oct 2 2012 mhocko@suse.cz - patches.fixes/drivers-scsi-aic94xx-aic94xx_init.c-correct-the-size.patch: drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmalloc (bnc#783058). * Tue Sep 25 2012 mhocko@suse.cz - patches.fixes/rds-set-correct-msg_namelen.patch: rds: set correct msg_namelen (bnc#773383 CVE-2012-3430). * Fri Sep 21 2012 mhocko@suse.cz - patches.drivers/sfc-prevent-extreme-TSO-parameters-from-stalling-TX-.patch: sfc: prevent extreme TSO parameters from stalling TX queues (bnc#774523 CVE-2012-3412). * Thu Sep 20 2012 mhocko@suse.cz - patches.fixes/sched-Fix-ancient-race-in-do_exit.patch: sched: Fix ancient race in do_exit() (bnc#781018). * Wed Sep 19 2012 mhocko@suse.cz - patches.fixes/vlan-do-not-process-priority-tagged-frames-as-vlan.patch: vlan: do not process priority-tagged frames as vlan (bnc#735347 CVE-2011-3593). * Mon Sep 10 2012 jankit@suse.de - patches.fixes/block-add-blk_queue_dead.patch: block: add blk_queue_dead() (bnc#738284, bnc#735498). - patches.fixes/block-add-missing-blk_queue_dead-checks.patch: block: add missing blk_queue_dead() checks (bnc#738284, bnc#735498). - patches.fixes/block-fix-race-on-request.end_io-invocations.patch: block: Fix race on request.end_io invocations (bnc#738284, bnc#735498). - patches.fixes/scsi-fc-class-fix-scanning-when-devs-are-offline.patch: fc class: fix scanning when devs are offline (bnc#738284, bnc#735498). - patches.fixes/scsi-fix-device-removal-NULL-pointer-dereference.patch: scsi: Fix device removal NULL pointer dereference (bnc#738284, bnc#735498). * Thu Sep 6 2012 mgorman@suse.de - patches.fixes/mm-hold-a-file-reference-in-madvise_remove.patch: mm: Hold a file reference in madvise_remove (bnc#776885, CVE-2012-3511) * Thu Sep 6 2012 mhocko@suse.cz - patches.fixes/cred-copy_process-clear-child-replacement_session.patch: cred: copy_process() should clear child->replacement_session_keyring (bnc#770695 CVE-2012-2745). * Mon Sep 3 2012 ptesarik@suse.cz - patches.arch/x86-nmi-message.patch: Improve the unknown NMI message (bnc#718684). - patches.arch/x86-fix-unknown_nmi_error.patch: Refresh. - patches.suse/x86-add-kdb-support-for-unknown_nmi_error-handler.patch: Refresh. * Tue Jul 17 2012 mhocko@suse.cz - patches.fixes/sched-Fix-pick_next_highest_task_rt-for-cgroups.patch: sched: Fix pick_next_highest_task_rt() for cgroups (bnc#760596). * Fri Jul 13 2012 jbohac@suse.cz - patches.fixes/hrtimer-provide-clock_was_set_delayed.patch: hrtimer: provide clock_was_set_delayed() (bnc#771619). - patches.fixes/time-fix-leapsecond-triggered-hrtimer-futex-load-spike.patch: time: Fix leapsecond triggered hrtimer/futex load spike issue (bnc#771619). * Wed Jul 4 2012 mszeredi@suse.cz - patches.fixes/epoll-clear-the-tfile_check_list-on-eloop.patch: epoll: clear the tfile_check_list on -ELOOP (bnc#769896, CVE-2012-3375). * Wed Jul 4 2012 tonyj@suse.de - patches.fixes/audit-do-not-send-uninitialized-data-for-tty_get.patch: audit: Do not send uninitialized data for AUDIT_TTY_GET (bnc#755513). * Wed Jul 4 2012 mhocko@suse.cz - patches.fixes/tty_audit-fix-tty_audit_add_data-live-lock-on-audit-.patch: tty_audit: fix tty_audit_add_data live lock on audit disabled (bnc#721366, bnc#755513). * Tue Jul 3 2012 mhocko@suse.cz - patches.fixes/sched-Make-sure-to-not-re-read-variables-after-valid.patch: sched: Make sure to not re-read variables after validation (bnc#769685). * Wed Jun 27 2012 jbohac@suse.cz - patches.fixes/ntp-fix-leap-second-hrtimer-deadlock.patch: ntp: fix leap second hrtimer deadlock (bnc#768632). * Mon Jun 25 2012 jbohac@suse.cz - patches.fixes/ntp-avoid-printk-under-xtime_lock.patch: ntp: avoid printk under xtime_lock (bnc#767684). * Wed Jun 13 2012 msrb@novell.com - patches.drivers/drm-i915-fix-integer-overflow-in-i915_gem_execbuffer: drm/i915: fix integer overflow in i915_gem_do_execbuffer() (bnc#763194, CVE-2012-2384). - patches.drivers/drm-i915-fix-integer-overflow-in-i915_gem_execbuffer2: drm/i915: fix integer overflow in i915_gem_execbuffer2() (bnc#763194, CVE-2012-2383). * Wed Jun 13 2012 mhocko@suse.cz - patches.fixes/net-sock-validate-data_len-before-allocating-skb.patch: net: sock: validate data_len before allocating skb in sock_alloc_send_pskb() (bnc#765320, CVE-2012-2136). * Wed Jun 13 2012 mhocko@suse.cz - patches.fixes/tcp-drop-syn-fin-messages.patch: tcp: drop SYN+FIN messages (bnc#765102, CVE-2012-2663). * Tue Jun 12 2012 mgorman@suse.de - patches.fixes/mm-hugetlb-fix-resv_map-leak-in-error-path.patch: hugetlb: fix resv_map leak in error path - patches.fixes/mm-fix-vma_resv_map-NULL-pointer.patch: mm: fix vma_resv_map() NULL pointer (Fix reservation leaks in hugetlbfs (bnc#764150, CVE-2012-2390)). * Fri Jun 8 2012 mhocko@suse.cz - patches.fixes/fcaps-clear-the-same-personality-flags-as-suid.patch: fcaps: clear the same personality flags as suid when fcaps are used (bnc#758260 CVE-2012-2123). * Fri Jun 8 2012 mhocko@suse.cz - patches.fixes/ext4-fix-undefined-behavior-in-ext4_fill_flex_info.patch: ext4: fix undefined behavior in ext4_fill_flex_info() (bnc757278 CVE-2009-4307). * Thu May 17 2012 mhocko@suse.cz - patches.drivers/bug698102_Fix-boot-hangs-up-while-LD-is-offline-issue.patch: Fix: boot hangs up while LD is offline issue (bnc#698102). * Thu May 10 2012 mhocko@suse.cz - patches.fixes/fc-transport-fix-blocked-bsg-request-when-fc-object-deleted: scsi_transport_fc: fix blocked bsg request when fc object deleted (bnc#761414, bnc#734300). * Thu May 10 2012 mhocko@suse.cz - patches.fixes/bug760902-hfsplus-Fix-potential-buffer-overflows.patch: hfsplus: Fix potential buffer overflows (bnc#760902 CVE-2012-2319). * Fri May 4 2012 mhocko@suse.de - patches.fixes/mm-hugetlbfs-fix-use-after-free-bug-in-quota-handling.patch: hugepages: fix use after free bug in "quota" handling (Use after free bug in hugetlb (bnc#758532 CVE-2012-2133)). * Thu May 3 2012 mhocko@suse.de - patches.fixes/revert-list_head-definition-move.patch: Revert list_head definition move to types.h (requested by email). * Thu Mar 29 2012 lchiquitto@suse.de - patches.fixes/pci-set-device-power-state-to-PCI_D0.patch: PCI: Set device power state to PCI_D0 for device without native PM support (bnc#752972). * Mon Mar 19 2012 lchiquitto@suse.de - patches.fixes/epoll-dont-limit-non-nested.patch: Don't limit non-nested epoll paths (bnc#676204). * Fri Mar 9 2012 lchiquitto@suse.de - patches.xen/1154-blkfront-fail-packet-requests.patch: blkfront: properly fail packet requests (bnc#745929). * Wed Mar 7 2012 lchiquitto@suse.de - patches.fixes/regset-prevent-null-pointer-reference-on-readonly-regsets: regset: Prevent null pointer reference on readonly regsets (bnc#750079 CVE-2012-1097). - patches.fixes/regset-return-efault-not-eio-on-host-side-memory-fault: regset: Return -EFAULT, not -EIO, on host-side memory fault (bnc#750079 CVE-2012-1097). * Tue Mar 6 2012 lchiquitto@suse.de - patches.fixes/block-fix-io_context-leak-after-clone-with-clone_io: block: Fix io_context leak after clone with CLONE_IO (CVE-2012-0879 bnc#748812). - patches.fixes/block-fix-io_context-leak-after-failure-of-clone-with-clone_io: block: Fix io_context leak after failure of clone with CLONE_IO (CVE-2012-0879 bnc#748812). * Tue Mar 6 2012 lchiquitto@suse.de - patches.fixes/cifs-fix-dentry-refcount-leak-when-opening-a-fifo-on-lookup: cifs: fix dentry refcount leak when opening a FIFO on lookup (CVE-2012-1090 bnc#749569). * Tue Mar 6 2012 lchiquitto@suse.de - patches.fixes/kvm-KVM-x86-Prevent-starting-PIT-timers-in-the-absence-o.patch: KVM: x86: Prevent starting PIT timers in the absence of irqchip support (bnc#738210 CVE-2011-4622). - patches.fixes/kvm-KVM-x86-extend-struct-x86_emulate_ops-with-get_cpuid.patch: KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" (bnc#740969 CVE-2012-0045). - patches.fixes/kvm-KVM-x86-fix-missing-checks-in-syscall-emulation.patch: KVM: x86: fix missing checks in syscall emulation (bnc#740969 CVE-2012-0045). * Tue Mar 6 2012 lchiquitto@suse.de - patches.fixes/epoll-limit-paths.patch: epoll: limit paths (bnc#676204 CVE-2011-1083). - patches.kabi/epoll-kabi-fix.patch: epoll: hide kabi change in struct file (bnc#676204 CVE-2011-1083). * Tue Feb 28 2012 lchiquitto@suse.de - patches.drivers/megaraid_sas-5.40-LSI-sles11.patch: megaraid_sas: SLES 11-SP1 backport for 5.40 (bnc#736813). - patches.drivers/megaraid_sas-5.40-LSI.patch: megaraid_sas: Upgrade driver to 5.40 (bnc#736813). * Fri Feb 24 2012 lchiquitto@suse.de - patches.fixes/scsi-check-for-invalid-sdev-in-scsi_prep_state_check: Check for invalid sdev in scsi_prep_state_check() (bnc#734300). * Fri Feb 24 2012 lchiquitto@suse.de - patches.fixes/jbd2-clear-BH_Delay-BH_Unwritten-in-journal_unmap_buffer.patch: jbd2: clear BH_Delay & BH_Unwritten in journal_unmap_buffer (bnc#745832 CVE-2011-4086). * Fri Feb 24 2012 lchiquitto@suse.de - New Teradata SLES 11-SP1 branch created. * Wed Feb 8 2012 mgorman@suse.de - patches.suse/mm-bootmem-sparsemem-Allocate-sparsemem-memmap-from-higher-zones.patch: - patches.suse/mm-sparsemem-Put-mem-map-for-one-node-together.patch: - patches.suse/mm-sparsemem-Put-usemap-for-one-node-together.patch: Pack sparsemem memmap sections closer together and in higher zones (bnc743870) * Fri Jan 27 2012 mmarek@suse.cz - patches.fixes/block-fail-SCSI-passthrough-ioctls-on-partition-devi.patch: Fix 32bit build. * Fri Jan 27 2012 jack@suse.cz - patches.fixes/block-fail-SCSI-passthrough-ioctls-on-partition-devi.patch: Silence some warnings about ioctls on partitions. * Fri Jan 27 2012 oneukum@suse.de - patches.suse/bug-733863_elousb-fix-api-usage.patch: Fixed bug in USB core API usage, code cleanup (bnc#733863). * Fri Jan 27 2012 sjayaraman@suse.de - patches.fixes/cifs-overhaul-cifs_revalidate-and-rename-to-cifs_rev.patch: cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry (bnc#735453). - patches.fixes/cifs-set-server_eof-in-cifs_fattr_to_inode.patch: cifs: set server_eof in cifs_fattr_to_inode (bnc#735453). * Thu Jan 26 2012 dvaleev@suse.de - Update config files: unset CONFIG_WATCHDOG_NOWAYOUT on s390x (bnc#697920). * Thu Jan 26 2012 dvaleev@suse.de - Update config files: unset CONFIG_DEBUG_STACK_USAGE on ppc64 (bnc#732677). * Thu Jan 26 2012 jack@suse.cz - patches.fixes/xfs-Fix-missing-xfs_iunlock-on-error-recovery-path-i.patch: xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink() (bnc#726600). * Wed Jan 25 2012 jack@suse.cz - patches.fixes/block-add-and-use-scsi_blk_cmd_ioctl.patch: block: add and use scsi_blk_cmd_ioctl (bnc#738400 CVE-2011-4127). - patches.fixes/block-fail-SCSI-passthrough-ioctls-on-partition-devi.patch: block: fail SCSI passthrough ioctls on partition devices (bnc#738400 CVE-2011-4127). - patches.fixes/dm-do-not-forward-ioctls-from-logical-volumes-to-the.patch: dm: do not forward ioctls from logical volumes to the underlying device (bnc#738400 CVE-2011-4127). * Wed Jan 25 2012 mmarek@suse.cz - patches.fixes/KEYS-Fix-a-NULL-pointer-deref-in-the-user-defined-ke.patch: KEYS: Fix a NULL pointer deref in the user-defined key type (CVE-2011-4110, bnc#734056). - patches.fixes/crypto-ghash-Avoid-null-pointer-dereference-if-no-ke.patch: crypto: ghash - Avoid null pointer dereference if no key is set (CVE-2011-4081, bnc#726788). - patches.xfs/xfs-Fix-possible-memory-corruption-in-xfs_readlink.patch: xfs: Fix possible memory corruption in xfs_readlink (CVE-2011-4077, bnc#726600). * Wed Jan 25 2012 mhocko@suse.cz - patches.fixes/netxen-remove-unified-firmware.patch: netxen: Remove all references to unified firmware file (bnc#708625). * Tue Jan 24 2012 jbohac@suse.cz - patches.fixes/bonding-gratuitous-arp-with-no-ip-address.patch: bonding: send out gratuitous arps even with no address configured (bnc#742270). * Mon Jan 23 2012 rgoldwyn@suse.de - patches.fixes/ocfs2-serialize_unaligned_aio.patch: ocfs2: serialize unaligned aio (bnc#671479). * Fri Jan 20 2012 jdelvare@suse.de - patches.fixes/bonding-check-if-clients-MAC-addr-has-changed.patch: Update references (bnc#729854, bnc#731004). * Thu Jan 19 2012 jeffm@suse.com - patches.suse/xfs-trace-ilock-more: Fix wait calculations on lock acquisition and use milliseconds instead of jiffies to print the wait time. * Wed Jan 18 2012 jdelvare@suse.de - patches.fixes/ipmi-reduce-polling-when-interrupts-are-available.patch: ipmi: reduce polling when interrupts are available (bnc#740867). - patches.fixes/ipmi-reduce-polling.patch: ipmi: reduce polling (bnc#740867). * Fri Jan 13 2012 jslaby@suse.de - patches.kernel.org/patch-2.6.32.53-54: Linux 2.6.32.54. Security bugs fixed: - XFS ACL overflow CVE-2012-0038 bnc#740703 - patches.fixes/scsi-dh-do-not-access-invalid-sdev: Refresh. - patches.fixes/scsi-dh-queuedata-accessors: Refresh. - patches.kabi/export-shrink_dcache_for_umount_subtree.patch: export shrink_dcache_for_umount_subtree. - patches.fixes/PM-Sleep-Fix-race-between-CPU-hotplug-and-freezer.patch: Delete. - patches.fixes/reiserfs-Fix-quota-mount-option-parsing.patch: Delete. - patches.fixes/reiserfs-xattr-crash-fix: Delete. * Wed Jan 11 2012 jbeulich@novell.com - patches.suse/stack-unwind: Fix more 2.6.29 merge problems plus a glue code problem (bnc#736018). * Tue Jan 10 2012 rjw@suse.de - patches.fixes/PM-Sleep-Fix-race-between-CPU-hotplug-and-freezer.patch: PM / Sleep: Fix race between CPU hotplug and freezer (bnc#740535). * Mon Jan 9 2012 jack@suse.cz - patches.fixes/jbd-Issue-cache-flush-after-checkpointing.patch: jbd: Issue cache flush after checkpointing (bnc#731770). * Mon Jan 9 2012 hare@suse.de - patches.fixes/lpfc-make-sure-job-exists-when-processing-bsg.patch: lpfc: make sure job exists when processing BSG (bnc#735635). * Mon Jan 9 2012 jslaby@suse.de - patches.kernel.org/patch-2.6.32.52-53: Linux 2.6.32.53. * Mon Jan 9 2012 jbeulich@novell.com - patches.xen/1134-blktap-locking.patch: blktap: fix locking (again) (bnc#724734). - patches.xen/xen-blkback-cdrom: Refresh (bnc#694945). - patches.xen/xen-blkfront-cdrom: Refresh (bnc#694945). - Update Xen patches to 2.6.32.52. * Wed Jan 4 2012 jslaby@suse.de - patches.kernel.org/patch-2.6.32.51-52: Linux 2.6.32.52. * Mon Jan 2 2012 jslaby@suse.de - patches.kernel.org/patch-2.6.32.50-51: Linux 2.6.32.51. Security bugs fixed: - fixed jbd /jbd2 crash (CVE-2011-4132 bnc#730118) - fixed taskstats permissions (CVE-2011-2494 bnc#703156) - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: Delete. - patches.fixes/percpu_fix_chunk_range_calculation.patch: Delete. * Mon Jan 2 2012 jslaby@suse.de - patches.kernel.org/patch-2.6.32.49-50: Linux 2.6.32.50. - patches.fixes/cifs-fix-missing-hunk-in-oplock-break-fix.patch: Delete. - patches.fixes/vlan-reset-skb-vlan_tci-field-before-reusing-skb.patch: Delete. - patches.fixes/x86-sched-avoid-overflow-in-cyc_2_ns.patch: Delete. * Sat Dec 31 2011 bpoirier@suse.de - patches.fixes/x25-Handle-undersized-fragmented-skbs.patch: x25: Handle undersized/fragmented skbs (CVE-2010-3873 bnc#651219). - patches.fixes/x25-Validate-incoming-call-user-data-lengths.patch: x25: Validate incoming call user data lengths (CVE-2010-3873 bnc#651219). - patches.fixes/x25-possible-skb-leak-on-bad-facilities.patch: x25: possible skb leak on bad facilities (CVE-2010-3873 bnc#651219 CVE-2010-4164 bnc#653260). * Fri Dec 23 2011 jack@suse.cz - patches.fixes/mm-more-unused-nonblocking-and-congestion-checks.patch: Refresh. - patches.fixes/reiserfs-writepage-buffer-lock.patch: reiserfs: Lock buffers unconditionally in reiserfs_write_full_page() (bnc#716023). - patches.fixes/writeback-include-all-inodes-in-backround.patch: writeback: Include all dirty inodes in background writeback (bnc#716023). * Wed Dec 21 2011 jack@suse.cz - patches.fixes/reiserfs-Fix-quota-mount-option-parsing.patch: reiserfs: Fix quota mount option parsing (bnc#728626). * Tue Dec 20 2011 jbohac@suse.cz - patches.fixes/bonding-check-if-clients-MAC-addr-has-changed.patch: bonding: check if clients MAC addr has changed (bnc#729854). * Thu Dec 15 2011 sjayaraman@suse.de - patches.fixes/sunrpc-client-can-not-deal-with-ENOSOCK-so-translate-it.patch: rpc client can not deal with ENOSOCK, so translate it into ENOCONN (bnc#733146). * Thu Dec 15 2011 lduncan@suse.de - patches.fixes/st-write-filemark-immediate.patch: modify tape driver to allow writing immediate filemarks (bnc#688996). * Wed Dec 14 2011 nfbrown@suse.de - patches.fixes/xfs-syncd-fix: fix for xfssyncd failure to wake (bnc#722910). * Tue Dec 13 2011 jdelvare@suse.de - patches.fixes/ipmi-fix-deadlock-in-start_next_msg.patch: ipmi: Fix deadlock in start_next_msg(). * Mon Dec 12 2011 mhocko@suse.cz - patches.fixes/net-bind-fix-error-return-on-wrong-address-family.patch: net: bind() fix error return on wrong address family (bnc#735216). - patches.fixes/net-ipv4-relax-AF_INET-check-in-bind.patch: net: ipv4: relax AF_INET check in bind() (bnc#735216). - patches.fixes/net-ipv6-check-for-mistakenly-passed-in-non-AF_INET6.patch: net/ipv6: check for mistakenly passed in non-AF_INET6 sockaddrs (bnc#735216). * Mon Dec 12 2011 oneukum@suse.de - patches.drivers/Bluetooth_Fixed_Atheros_AR3012_Maryann_PID_VID_supported.patch: Bluetooth: Fixed Atheros AR3012 Maryann PID/VID supported (bnc#732296). * Fri Dec 9 2011 trenn@suse.de - patches.fixes/percpu_fix_chunk_range_calculation.patch: percpu: fix chunk range calculation (bnc#668872). * Fri Dec 9 2011 rjw@suse.de - patches.arch/x86-UV-Fix-kdump-reboot.patch: x86, UV: Fix kdump reboot (bnc#735446). * Thu Dec 8 2011 bpoirier@suse.de - patches.fixes/ipv6-fix-NULL-dereference-in-udp6_ufo_fragment.patch: ipv6: fix NULL dereference in udp6_ufo_fragment() (bnc#707288 CVE-2011-2699). * Tue Dec 6 2011 hare@suse.de - patches.fixes/dm-use-done-bytes-for-io-completion.patch: dm: Use done_bytes for io_completion (bnc#711378). * Tue Dec 6 2011 hare@suse.de - patches.fixes/kvm-stable-fix-information-leak-to-userland.patch: Fixup patch for series2git. * Mon Dec 5 2011 oneukum@suse.de - patches.drivers/bug-732296_btusb-Add-Atheros-AR3012-Maryann-PID-VID-supported.patch: Bluetooth: Add Atheros AR3012 Maryann PID/VID supported. (bnc#732296) * Mon Dec 5 2011 oneukum@suse.de - patches.drivers/btusb-Add-Atheros-AR3012-one-PID-VID-supported.patch: Bluetooth: Add Atheros AR3012 one PID/VID supported. (bnc#732296) * Mon Dec 5 2011 oneukum@suse.de - patches.drivers/matador_reset_quirk.diff: Refresh. * Mon Dec 5 2011 sjayaraman@suse.de - patches.fixes/cifs-fix-missing-hunk-in-oplock-break-fix.patch: fix missing hunk in oplock break patch (bnc#706973). * Sat Dec 3 2011 jjolly@suse.de - patches.arch/s390-34-01-pfault-cpu-hotplug.patch: Refresh. Surrounded s390x lowcore change with __GENKSYMS__ (bnc#728339) * Fri Dec 2 2011 jbohac@suse.cz - patches.xen/xen3-patch-2.6.30: Refresh. * Fri Dec 2 2011 jbohac@suse.cz - patches.fixes/x86-sched-avoid-overflow-in-cyc_2_ns.patch: sched, x86: Avoid unnecessary overflow in sched_clock (bnc#725709). - patches.fixes/x86-dont-mark-sched_clock-as-stable.patch: Delete. * Fri Dec 2 2011 jlee@suse.com - patches.arch/ACPI-thermal-Don-t-invalidate-thermal-zone-if-criti.patch: ACPI thermal: Don't invalidate thermal zone if critical trip point is bad. * Fri Dec 2 2011 sjayaraman@suse.de - Revert changes to patches.kernel.org/patch-2.6.32.31-32. kernel.org patches should never be modified. This reverts commit b8acc0c6b515c2d6308d40dbad307099830d19cc and 7954ef42b3d1b4e7b9890c84b6885fea9cb3c8f7. * Thu Dec 1 2011 jkosina@suse.cz - disable patches.arch/s390-34-01-pfault-cpu-hotplug.patch until kABI breakage is sorted out. * Thu Dec 1 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-126-Fix-S3-S4-problem-on-machines-with-VREF-pin: ALSA: hda - Fix S3/S4 problem on machines with VREF-pin mute-LED (bnc#732535). - patches.kabi/alsa-sp1-hda-pre_resume-codec-ops-kabi: Refresh. * Thu Dec 1 2011 jbeulich@novell.com - patches.xen/xen-pcpu-hotplug: Fix a double kfree(). - Refresh other Xen patches. * Tue Nov 29 2011 jjolly@suse.de - patches.arch/s390-34-01-pfault-cpu-hotplug.patch: Refresh. Surrounded KABI change with #ifndef __GENKSYMS__ to clear errors (bnc#728339) * Tue Nov 29 2011 jjolly@suse.de - patches.arch/s390-34-01-pfault-cpu-hotplug.patch: Refresh. * Tue Nov 29 2011 mhocko@suse.cz - patches.fixes/x86-mm-Fix-pgd_lock-deadlock.patch: Refresh references - patches.xen/xen3-x86-mm-Fix-pgd_lock-deadlock.patch: Refresh references * Mon Nov 28 2011 jslaby@suse.de - Update to 2.6.32.49 - Security fixes: - hfs overflow: CVE-2011-4330 / bnc#731673 - ipv6 udp remote overflow: CVE-2011-4326 / bnc#732021 - patches.fixes/i915-rephrase-pwrite-bounds-checking.patch: Delete. - patches.fixes/i915-sanity-check-pread-pwrite.patch: Delete. - patches.fixes/rpc-cred-test: Delete. - patches.fixes/st-fix-race-in-st_scsi_execute_end.patch: Delete. - patches.kabi/0001-Revert-tty-icount-changeover-for-other-main-devices.patch: Revert "tty: icount changeover for other main devices". - patches.kabi/0002-Revert-tty-Make-tiocgicount-a-handler.patch: Revert "tty: Make tiocgicount a handler". * Fri Nov 25 2011 bpoirier@suse.de - patches.fixes/vlan-reset-skb-vlan_tci-field-before-reusing-skb.patch: vlan: reset skb->vlan_tci field before reusing skb (bnc#698450 CVE-2011-1576). * Fri Nov 25 2011 jkosina@suse.cz - patches.suse/revert-crypto-Move-md5_transform-to-lib-md5.c.patch: Delete. - patches.suse/revert-net-Compute-protocol-sequence-numbers-and-fra.patch: Delete. (bnc#713650). Testing reveals that there is no performance degradation. * Thu Nov 24 2011 jbohac@suse.cz - patches.drivers/ixgbe-fix-bug-with-vlan-strip-in-promisc-mode.patch: ixgbe: fix bug with vlan strip in promsic mode (bnc#687049, fate#311821). - patches.drivers/ixgbe-fix-panic-when-shutting-down-system-with-wol-enabled.patch: ixgbe: fix panic when shutting down system with WoL enabled. * Thu Nov 24 2011 hare@suse.de - patches.drivers/fnic-allow-changes-of-dev_loss_tmo-setting.patch: fnic: Allow users to modify dev_loss_tmo setting (bnc#719786). * Wed Nov 23 2011 jbohac@suse.cz - patches.fixes/x86-dont-mark-sched_clock-as-stable.patch: x86, intel: Don't mark sched_clock() as stable (bnc#725709). - patches.xen/xen3-patch-2.6.30: Refresh. * Wed Nov 23 2011 sjayaraman@suse.de - patches.fixes/cifs-make-cifs-assume-password-is-encoded.patch: Fix a build breakage due to a forgotten `quilt add`. * Wed Nov 23 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-125-Fix-stac-vref-shutup-pins: ALSA: hda - Keep vref-LED during power-saving on IDT codecs (bnc#731981). * Wed Nov 23 2011 sjayaraman@suse.de - patches.fixes/cifs-make-cifs-assume-password-is-encoded.patch: cifs: Assume passwords are encoded according to iocharset (bnc#731035). * Tue Nov 22 2011 mhocko@suse.cz - patches.suse/pagecache-limit-warn-on-usage.patch: Refresh. Do not warn on proc file reading. * Tue Nov 22 2011 jkosina@suse.cz - Revert the explicit backport of MD5 seqnum generation and use the version from stable instead. * Tue Nov 22 2011 mmarek@suse.cz - Update reference module symbol versions. * Mon Nov 21 2011 jkosina@suse.cz - patches.fixes/crypto-move-md5_transform-to-lib_md5.c.patch: crypto: Move md5_transform to lib/md5.c (bnc#713650 CVE-2011-3188). - patches.fixes/net-compute-sequence-numbers-and-frag-ids-using-md5.patch: net: Compute protocol sequence numbers and fragment IDs using MD5 (bnc#713650 CVE-2011-3188). - patches.suse/SoN-16-netvm-reserve-inet.patch: Refresh. * Mon Nov 21 2011 hare@suse.de - patches.fixes/scsi-dh-do-not-access-invalid-sdev: scsi_dh: Check queuedata pointer before proceeding (bnc#714744). * Mon Nov 21 2011 jbeulich@novell.com - patches.xen/1126-netback-invalidation-index.patch: netback: use correct index for invalidation in netbk_tx_check_mop(). - patches.xen/xen-netback-generalize: Refresh. * Sat Nov 19 2011 trenn@suse.de - patches.drivers/acpi_video_provide_backlight_override_param.patch: Refresh. * Sat Nov 19 2011 trenn@suse.de - patches.drivers/acpi_video_provide_backlight_override_param.patch: ACPI video: introduce module parameter video.use_bios_initial_backlight (bnc#731229). * Fri Nov 18 2011 sjayaraman@suse.de - patches.fixes/sunrpc-prevent-task_cleanup-running-on-freed-xprt.patch: SUNRPC: prevent task_cleanup running on freed xprt (bnc#709671). * Wed Nov 16 2011 oneukum@suse.de - patches.drivers/bug-722429_0001-add-device-entry-for-Broadcom-Valentine-combo-card.patch: add device entry for Broadcom Valentine combo card (bnc#722429). * Tue Nov 15 2011 jack@suse.cz - patches.fixes/quota-Fix-WARN_ON-in-lookup_one_len.patch: quota: Fix WARN_ON in lookup_one_len (bnc#728626). * Tue Nov 15 2011 bpoirier@suse.de - patches.fixes/ipv6-make-fragment-identifications-less-predictable: ipv6: make fragment identifications less predictable (bnc#707288 CVE-2011-2699). * Tue Nov 15 2011 jbeulich@novell.com - Update Xen patches to 2.6.32.48. - patches.xen/1114-hvm-kexec-reset.patch: pv-on-hvm/kexec: add xs_reset_watches to shutdown watches from old kernel (bnc#694863). - patches.xen/1124-x86-undo-limit-pages.patch: x86: undo_limit_pages() must reset page count. * Tue Nov 15 2011 mhocko@suse.cz - patches.fixes/mm-vmstat.c-cache-align-vm_stat.patch: mm/vmstat.c: cache align vm_stat (bnc#729721). * Tue Nov 15 2011 nfbrown@suse.de - patches.suse/SoN-28a-nfs-alloc-recursions.patch: Refresh. Fix BUG when nfs module is repeatedly installed and removed. (bnc#729111) * Fri Nov 11 2011 jjolly@suse.de - patches.arch/s390-34-01-pfault-cpu-hotplug.patch: kernel: cpu hotplug vs missing pfault completion interrupts (bnc#728339,LTC#76419). * Fri Nov 11 2011 jslaby@suse.de - patches.arch/s390-26-01-ccwgroup_uevent.patch: ccwgroup: fix uevent vs dev attrs race (bnc#659101,LTC#69028). - patches.arch/s390-26-07-qdio-shared_ind_race.patch: Refresh. * Thu Nov 10 2011 mhocko@suse.cz - patches.suse/pagecache-limit-warn-on-usage.patch: Warn on pagecache limit usage (FATE309111). * Wed Nov 9 2011 mhocko@suse.cz - patches.fixes/x86-mm-Fix-pgd_lock-deadlock.patch: x86/mm: Fix pgd_lock deadlock (bnc#728661). - patches.xen/xen-x86_64-pgd-alloc-order: Refresh. - patches.xen/xen3-x86-mm-Fix-pgd_lock-deadlock.patch: x86/mm: Fix pgd_lock deadlock (bnc#728661). * Wed Nov 9 2011 jslaby@suse.de - Update to 2.6.32.48 - patches.arch/s390-26-02-cio-fix-ccwgroup-use-after-free.patch: Refresh. - patches.drivers/ixgbe-performance-tweaks: Refresh. - patches.kabi/jiffies_to_clock_t-kABI_guard.patch: kabi: fix jiffies_to_clock_t breakage. - patches.kabi/rpc_task-kABI_guard.patch: Hide new tk_rebind_retry from kABI checker (bnc#702013). - patches.kabi/scm_fp_list-kABI_guard.patch: kabi: fix struct scm_fp_list breakage. - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch: Refresh. - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch: Refresh. - patches.suse/silent-stack-overflow-2.patch: Refresh. - patches.arch/s390-26-01-ccwgroup_uevent.patch: Delete. - patches.fixes/NLM-Don-t-hang-forever-on-NLM-unlock-requests-fix.patch: Delete. - patches.fixes/NLM-Don-t-hang-forever-on-NLM-unlock-requests.patch: Delete. - patches.fixes/cfq-Don-t-allow-queue-merges-for-queues-that-have-no.patch: Delete. - patches.fixes/cfq-break-apart-merged-cfqqs-if-they-stop-cooperatin.patch: Delete. - patches.fixes/cfq-calculate-the-seek_mean-per-cfq_queue-not-per-cf.patch: Delete. - patches.fixes/cfq-change-the-meaning-of-the-cfqq_coop-flag.patch: Delete. - patches.fixes/cfq-iosched-get-rid-of-the-coop_preempt-flag.patch: Delete. - patches.fixes/cfq-merge-cooperating-cfq_queues.patch: Delete. - patches.fixes/cifs-fix-possible-memory-corruption-in-CIFSFindNext.patch: Delete. - patches.fixes/direct_splice_actor-should-not-use-pos-in-sd.patch: Delete. - patches.fixes/proc-deal-with-races-in-proc-syscall-stack-personality.patch: Delete. - patches.fixes/vm-fix-vm_pgoff-wrap-in-stack-expansion.patch: Delete. - patches.fixes/vm-fix-vm_pgoff-wrap-in-upward-expansion.patch: Delete. - patches.suse/revert-tunnels-fix-netns-vs-proto-registration-order.patch: Delete. * Mon Nov 7 2011 jack@suse.cz - patches.fixes/st-fix-race-in-st_scsi_execute_end.patch: [SCSI] st: fix race in st_scsi_execute_end (bnc#720536). * Sat Nov 5 2011 rjw@suse.de - patches.arch/ACPI-introduce-acpi_rsdp-parameter-for-kdump.patch: ACPI: introduce "acpi_rsdp=" parameter for kdump (bnc#717263). * Fri Nov 4 2011 ptesarik@suse.cz - patches.fixes/elousb-firmware-m-limit-warn.patch: Limit the workaround warning to one per error, control workaround activity (bnc#719916). * Thu Nov 3 2011 mszeredi@suse.cz - patches.fixes/hfs-fix-hfs_find_init-sb-ext_tree-null-ptr-oops.patch: hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops (CVE-2011-2203 bnc#699709). * Thu Nov 3 2011 jankit@suse.de - patches.fixes/libiscsi-reset-cmd-timer-if-cmds-are-making-progress: [SCSI] libiscsi: reset cmd timer if cmds are making progress (bnc#691440). * Thu Nov 3 2011 jankit@suse.de - patches.fixes/scsi-fix-crash-in-scsi_dispatch_cmd: fix crash in scsi_dispatch_cmd() (bnc#724989). * Thu Nov 3 2011 nfbrown@suse.de - patches.fixes/rpc-cred-test: NFS/sunrpc: don't use a credential with extra groups (bnc#725878). * Mon Oct 31 2011 jjolly@suse.de - patches.arch/s390-33-01-qdio-partial_eqbs.patch: qdio: EQBS retry after CCQ 96 (bnc#725453,LTC#76117). * Mon Oct 31 2011 hare@suse.de - patches.suse/fcoe-reduce-max_sectors: fcoe: Reduce max_sectors to 1024 (bnc#695898). * Wed Oct 26 2011 jeffm@suse.de - patches.apparmor/apparmor-return-enoent-when-there-is-no-profile-for-a-hat: apparmor: return -ENOENT when there is no profile for a hat (bnc#725502). * Tue Oct 25 2011 mgalbraith@suse.de - patches.fixes/sched-cgroups-Disallow-attaching-kthreadd: sched, cgroups: disallow attaching kthreadd (bnc#721840). * Mon Oct 24 2011 nfbrown@suse.de - patches.fixes/nfs-check-rpcclient-validity.patch: Check validity of cl_rpcclient in nfs_server_list_show (bnc#717884). * Sat Oct 22 2011 trenn@suse.de Update to latest x86-tip version: - patches.arch/x2apic_opt_out.patch: Refresh. * Sat Oct 22 2011 trenn@suse.de - patches.arch/x2apic_opt_out.patch: x86, vt-d: enable x2apic opt out (disabling x2apic through BIOS flag) (bnc#701183, fate#311989). * Wed Oct 19 2011 mszeredi@suse.cz - patches.fixes/ecryptfs-add-mount-option-to-check-uid-of-device.patch: Ecryptfs: Add mount option to check uid of device being mounted = expect uid (bnc#711539 CVE-2011-1833). * Wed Oct 19 2011 hare@suse.de - patches.fixes/block-free-resources-at-blk_release_queue: block: Free queue resources at blk_release_queue() (bnc#723815). * Wed Oct 19 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-122-Add-post_suspend-patch-ops: ALSA: hda - Add post_suspend patch ops (bnc#724800). - patches.drivers/alsa-sp1-hda-123-Allow-codec-specific-set_power_state-ops: ALSA: hda - Allow codec-specific set_power_state ops (bnc#724800). - patches.drivers/alsa-sp1-hda-124-Add-support-for-vref-out-based-mute-LED-con: ALSA: hda - Add support for vref-out based mute LED control on IDT codecs (bnc#724800). - patches.kabi/alsa-sp1-hda-pre_resume-codec-ops-kabi: Refresh. * Tue Oct 18 2011 jankit@suse.de - patches.fixes/scsi-dh-rdac-add-definitions-for-operating-modes: scsi_dh_rdac : Add definitions for different RDAC operating modes (bnc#724365). - patches.fixes/scsi-dh-rdac-detect-different-operating-modes: scsi_dh_rdac : Detect the different RDAC operating modes (bnc#724365). - patches.fixes/scsi-dh-rdac-send-mode-select-based-on-operating-mode: scsi_dh_rdac : decide whether to send mode select based on operating mode (bnc#724365). - patches.fixes/scsi-dh-rdac-use-wwwid-from-c8-instead-of-subsystem-id-from-c4: dh_rdac: Use WWID from C8 page instead of Subsystem id from C4 page to identify storage (bnc#724365). * Tue Oct 18 2011 jbohac@suse.cz - patches.fixes/vlan-match-underlying-dev-carrier-on-vlan-add.patch: vlan: Match underlying dev carrier on vlan add (bnc#722504). * Tue Oct 18 2011 hare@suse.de - patches.fixes/scsi_lib-pause-between-error-retries.patch: scsi_lib: pause between error retries (bnc#675127). * Thu Oct 13 2011 jack@suse.cz - patches.fixes/xfs-use-KM_NOFS-for-allocations-during-attribute-lis.patch: xfs: use KM_NOFS for allocations during attribute list operations (bnc#721830). * Wed Oct 12 2011 eich@suse.de - patches.suse/bootsplash-dont-crash-when-no-fb-is-set: Don't crash when no fb is set (bnc#723542). * Mon Oct 10 2011 sjayaraman@suse.de - patches.fixes/cifs-don-t-allow-cifs_iget-to-match-inodes-of-the-wr.patch: cifs: don't allow cifs_iget to match inodes of the wrong type (bnc#711501). - patches.fixes/cifs-fix-noserverino-handling-when-unix-extensions-a.patch: cifs: fix noserverino handling when unix extensions are enabled (bnc#711501). - patches.fixes/cifs-reduce-false-positives-with-inode-aliasing-serv.patch: cifs: reduce false positives with inode aliasing serverino autodisable (bnc#711501). * Fri Oct 7 2011 jkosina@suse.cz - patches.drivers/parport-release-io-region-properly.patch: parport_pc: release IO region properly if unsupported ITE887x card is found (bnc#721464). * Thu Oct 6 2011 jack@suse.cz - patches.fixes/writeback-avoid-unnecessary-calculation-bdi-dirty-thresholds.patch: writeback: avoid unnecessary calculation of bdi dirty thresholds (bnc#721299). * Thu Oct 6 2011 duwe@suse.de - patches.fixes/powerpc-fix-bogus-VIO-iommu-it_blocksize: powerpc: Fix bogus it_blocksize in VIO iommu code (bnc#717690). * Wed Oct 5 2011 jack@suse.cz - patches.fixes/ext4-Fix-max-file-size-and-logical-block-counting-of.patch: ext4: Fix max file size and logical block counting of extent format file (bnc#706374). * Wed Oct 5 2011 jack@suse.cz - patches.fixes/novfs-object-len-fix.patch: novfs: Unable to change password in the Novell Client for Linux (bnc#713229). * Tue Oct 4 2011 mfasheh@suse.com - patches.suse/xfs-trace-ilock-more: xfs: add more ilock tracing. * Tue Oct 4 2011 mgalbraith@suse.de - patches.fixes/sched-move-wakeup-tracepoint: sched: move wakeup tracepoint above out_running (bnc#712002). * Mon Oct 3 2011 mmarek@suse.cz - config.conf: Build KMPs for the -trace flavor as well (fate#312759, bnc#712404, bnc#712405, bnc#721337). * Fri Sep 30 2011 mhocko@suse.cz - patches.fixes/memsw-remove-noswapaccount-kernel-parameter.patch: memsw: remove noswapaccount kernel parameter (bnc#719450). * Thu Sep 29 2011 mhocko@suse.cz - CONFIG_CGROUP_MEM_RES_CTLR_SWAP enabled - CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED disabled by default. Swap accounting can be turned on by swapaccount=1 kernel command line parameter (bnc#719450) - patches.fixes/Make-swap-accounting-default-behavior-configurable.patch: Make swap accounting default behavior configurable (bnc#719450, bnc#650309, fate#310471). * Thu Sep 29 2011 hare@suse.de - patches.drivers/mptsas-clear-recovery-flag-in-softreset.patch: Added missing reset for ioc_reset_in_progress in SoftReset (bnc#711969). * Thu Sep 29 2011 ptesarik@suse.cz - patches.drivers/bnx2-always-enable-msi-x-on-5709.patch: bnx2: Always enable MSI-X on 5709 (bnc#707737). * Wed Sep 28 2011 mgalbraith@suse.de - patches.fixes/sched-fix-broken-SCHED_RESET_ON_FORK-handling: sched: fix broken SCHED_RESET_ON_FORK handling (bnc#708877). * Wed Sep 28 2011 mgalbraith@suse.de - patches.fixes/sched-Fix-rt_rq-runtime-leakage-bug: sched: Fix rt_rq runtime leakage bug (bnc#707096). * Mon Sep 26 2011 jbeulich@novell.com - patches.xen/1104-ACPI-pass-C1.patch: ACPI: allow passing down C1 information if no other C-states exist. - patches.xen/xen-netback-multiple-tasklets: Refresh (bnc#719117). - patches.xen/xen3-x86_64-unwind-annotations: Refresh (bnc#588458). - Refresh other Xen patches. * Mon Sep 26 2011 duwe@suse.de - patches.drivers/serial8250-pci-add-oxsemi-digi-neo2: 8250_pci: Add support for the Digi/IBM PCIe 2-port Adapter (bnc#708675). * Fri Sep 23 2011 jkosina@suse.cz - patches.fixes/kdb-nosub-by-default.patch: KDB: turn off kdb usb support by default (bnc#694670 bnc#603804). * Thu Sep 22 2011 jeffm@suse.de - patches.fixes/xfs-event-tracing-support: xfs: event tracing support. - patches.fixes/xfs-fix-xfs_fsblock_t-tracing: xfs: fix xfs_fsblock_t tracing. * Wed Sep 21 2011 jbohac@suse.cz - patches.drivers/igb-extend-maximum-frame-size-for-VLAN-tags.patch: igb: extend maximum frame size to receive VLAN tagged frames (bnc#688859). * Tue Sep 20 2011 sjayaraman@suse.de - patches.fixes/cfq-Don-t-allow-queue-merges-for-queues-that-have-no.patch: cfq: Don't allow queue merges for queues that have no process references (bnc#712929). - patches.fixes/cfq-break-apart-merged-cfqqs-if-they-stop-cooperatin.patch: cfq: break apart merged cfqqs if they stop cooperating (bnc#712929). - patches.fixes/cfq-calculate-the-seek_mean-per-cfq_queue-not-per-cf.patch: cfq: calculate the seek_mean per cfq_queue not per cfq_io_context (bnc#712929). - patches.fixes/cfq-change-the-meaning-of-the-cfqq_coop-flag.patch: cfq: change the meaning of the cfqq_coop flag (bnc#712929). - patches.fixes/cfq-iosched-get-rid-of-the-coop_preempt-flag.patch: cfq-iosched: get rid of the coop_preempt flag (bnc#712929). - patches.fixes/cfq-merge-cooperating-cfq_queues.patch: cfq: merge cooperating cfq_queues (bnc#712929). * Tue Sep 20 2011 jbohac@suse.cz - patches.fixes/net-fix-FDDI-and-TR-config-checks.patch: net: Fix FDDI and TR config checks in ipv4 arp and LLC (bnc#715235). * Thu Sep 15 2011 jack@suse.cz - patches.fixes/writeback-do-uninterruptible-sleep-in-balance_dirty_.patch: writeback: do uninterruptible sleep in balance_dirty_pages() (bnc#699354 bnc#699357). - patches.fixes/xfs-fix-memory-reclaim-recursion-deadlock-on-locked-.patch: xfs: fix memory reclaim recursion deadlock on locked inode buffer (bnc#699355 bnc#699354). - patches.fixes/xfs-use-GFP_NOFS-for-page-cache-allocation.patch: xfs: use GFP_NOFS for page cache allocation (bnc#699355 bnc#699354). * Tue Sep 13 2011 brogers@suse.com - patches.fixes/virtio-net-init-link-state-correctly.patch: virtio-net: init link state correctly (bnc#714966). * Mon Sep 12 2011 trenn@suse.de - patches.drivers/cpufreq_pcc_sanity_check_acpi_processor_data.patch: cpufreq: pcc-cpufreq: sanity check to prevent a NULL pointer dereference (bnc#=709412). * Fri Sep 9 2011 trenn@suse.de - patches.drivers/x86_amd_microcode_be_less_verbose.patch: x86: ucode-amd: Don't warn when no ucode is available for a CPU revision (bnc#706557). * Thu Sep 8 2011 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Refresh (bnc#588458). - patches.suse/stack-unwind: Refresh (bnc#588458). * Tue Sep 6 2011 jdelvare@suse.de - patches.drivers/netxen-support-for-GbE-port-settings.patch: Update references (bnc#704347). * Tue Sep 6 2011 mszeredi@suse.cz - patches.fixes/direct_splice_actor-should-not-use-pos-in-sd.patch: splice: direct_splice_actor() should not use pos in sd (bnc#715763). * Fri Sep 2 2011 jjolly@suse.de - patches.arch/s390-32-01-qdio-busy_bit.patch: qdio: 2nd stage retry on SIGA-W busy conditions (bnc#713138,LTC#74402). * Wed Aug 31 2011 jslaby@suse.de - patches.fixes/pty-fix-pty-counting.patch: TTY: pty, fix pty counting (bnc#711203). * Wed Aug 31 2011 nfbrown@suse.de - patches.fixes/too_man_isolated.fix: Avoid deadlock in GFP_IO/GFP_FS allocation (bnc#632870). * Tue Aug 30 2011 jslaby@suse.de - Update to 2.6.32.46 - patches.suse/revert-tunnels-fix-netns-vs-proto-registration-order.patch: Revert "tunnels: fix netns vs proto registration ordering". * Mon Aug 29 2011 sjayaraman@suse.de - patches.fixes/cifs-fix-possible-memory-corruption-in-CIFSFindNext.patch: cifs: fix possible memory corruption in CIFSFindNext (bnc#714001, CVE-2011-3191). * Mon Aug 29 2011 jack@suse.cz - patches.fixes/novfs-fix-dircache-locking.patch: novfs: fix some DirCache locking issues (bnc#669378). - patches.fixes/novfs-kmalloc-kfree-fix.patch: novfs: fix some kmalloc/kfree issues (bnc#669378). - patches.fixes/novfs-off-by-one-allocation.patch: novfs: fix off-by-one allocation error (bnc#669378). - patches.fixes/novfs-unlink-after-unmap.patch: novfs: unlink directory after unmap (bnc#649625). - patches.fixes/novfs-update-last-modification-time.patch: novfs: last modification time not reliable (bnc#642896). * Wed Aug 24 2011 rjw@suse.de - patches.arch/x86_reset_IRR_in_clear_IO_APIC_pin.patch: x86 / IO APIC: Reset IRR in clear_IO_APIC_pin() (bnc#701686, bnc#667386). * Wed Aug 24 2011 jankit@suse.de - patches.drivers/mpt-fusion-check-sili-bit-read_6-for-data-underrun-errata: mptfusion : Added check for SILI bit in READ_6 CDB for DATA UNDERRUN ERRATA (bnc #712456). * Wed Aug 24 2011 rgoldwyn@suse.de - patches.fixes/xfs-serialize-unaligned-direct-IOs.patch: xfs: serialise unaligned direct IOs (bnc#707125). * Wed Aug 24 2011 nfbrown@suse.de - patches.fixes/nfs-ensure-that-we-handle-NFS4ERR_STALE_STATEID-correctly.patch: NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctly (bnc#701443). - patches.fixes/nfsv4-dont-call-nfs4_state_mark_reclaim_reboot-from-error-handlers.patch: NFSv4: Don't call nfs4_state_mark_reclaim_reboot() from error handlers (bnc#701443). - patches.fixes/nfsv4-fix-open-recovery.patch: NFSv4: Fix open recovery (bnc#701443). - patches.fixes/nfsv4.1-dont-call-nfs4_schedule_state_recovery-unnecessarily.patch: NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarily (bnc#701443). * Mon Aug 22 2011 mhocko@suse.cz - patches.fixes/mm-fix_possible_compile_issue_page_cgroup.patch: Fix node_start/end_pfn() definition for mm/page_cgroup.c (bnc#708160, bnc#712316). * Mon Aug 22 2011 mhocko@suse.cz - patches.fixes/mm-fix_memoryless_nodes_exact_nid.patch: memcg: fix init_page_cgroup nid with sparsemem (bnc#708160, bnc#712316). * Thu Aug 18 2011 jack@suse.cz - patches.fixes/jbd-remove_journal_head-oops-fix.diff: jbd: Fix oops in journal_remove_journal_head() (bnc#694315). * Wed Aug 17 2011 jslaby@suse.de - patches.suse/revert-crypto-Move-md5_transform-to-lib-md5.c.patch: Revert "crypto: Move md5_transform to lib/md5.c". - patches.suse/revert-net-Compute-protocol-sequence-numbers-and-fra.patch: Revert "net: Compute protocol sequence numbers and fragment IDs using MD5.". - patches.suse/SoN-16-netvm-reserve-inet.patch: Refresh. It's causing network slowdown. * Wed Aug 17 2011 jack@suse.cz - patches.fixes/writeback-sb-locking-performance-fix.diff: Do not wait for flusher thread during sync(1) (bnc#703786). Reenable: patches.fixes/writeback-fix-sb-locking.diff patches.fixes/writeback-check-background-flush-after-work.diff patches.fixes/writeback-stop-background-for-other-work.diff patches.fixes/writeback-avoid-new-file-livelock.diff patches.fixes/writeback-avoid-WB_SYNC_ALL-livelock.diff since the above patch fixes regression caused by them. Refresh: patches.fixes/mm-remove-unused-nonblocking-and-congestion-checks.patch patches.fixes/writeback-balance_dirty_pages-reduce-calls-to-global.patch * Tue Aug 16 2011 jbeulich@novell.com - patches.xen/1101-x86-m2p-nr.patch: x86: replace order-based range checking of M2P table by linear one. - patches.xen/1102-x86-max-contig-order.patch: x86: use dynamically adjusted upper bound for contiguous regions (bnc#635880). - Refresh other Xen patches (bnc#707644). - patches.kabi/1101-x86-m2p-nr.patch: re-introduce machine_to_phys_order for kABI consistency. * Tue Aug 16 2011 jslaby@suse.de - Update to 2.6.32.45 - patches.suse/SoN-16-netvm-reserve-inet.patch: Refresh. * Tue Aug 16 2011 jack@suse.cz - patches.fixes/xfs-async-flush-fix.patch: xfs: Replace async callers of xfs_flush_pages() (bnc#663678). * Fri Aug 12 2011 mszeredi@suse.cz - patches.fixes/validate-size-of-efi-guid-partition-entries.patch: Validate size of EFI GUID partition entries (bnc#692784, CVE-2011-1776). * Thu Aug 11 2011 ohering@suse.de - patches.suse/staging-hv-vmbus-init-on-dmi-match.patch: only load the driver in a hyper-v guest (bnc#704957, bnc#711752) * Thu Aug 11 2011 dsterba@suse.cz - patches.fixes/ocfs2-clean-up-mount-option-about-atime-in-ocfs2.txt.patch: ocfs2: clean up mount option about atime in ocfs2.txt. - patches.fixes/ocfs2-dlm-Cleanup-mlogs-in-dlmthread.c-dlmast.c-and-.patch: ocfs2/dlm: Cleanup mlogs in dlmthread.c, dlmast.c and dlmdomain.c. - patches.fixes/ocfs2-cluster-Pin-the-remote-node-item-in-configfs.patch: Delete. - patches.fixes/ocfs2-cluster-Remove-dropped-region-from-o2hb-quorum.patch: Delete. * Thu Aug 11 2011 dsterba@suse.cz - patches.fixes/ocfs2-Release-buffer_head-in-case-of-error-in-ocfs2_.patch: ocfs2: Release buffer_head in case of error in ocfs2_double_lock. - patches.fixes/ocfs2-Skip-mount-recovery-for-hard-ro-mounts.patch: ocfs2: Skip mount recovery for hard-ro mounts. - patches.fixes/ocfs2-Try-to-free-truncate-log-when-meeting-ENOSPC-i.patch: ocfs2: Try to free truncate log when meeting ENOSPC in write. - patches.fixes/ocfs2-cluster-Heartbeat-mismatch-message-improved.patch: ocfs2/cluster: Heartbeat mismatch message improved. - patches.fixes/ocfs2-cluster-Increase-the-live-threshold-for-global.patch: ocfs2/cluster: Increase the live threshold for global heartbeat. - patches.fixes/ocfs2-cluster-Pin-the-remote-node-item-in-configfs.patch: ocfs2/cluster: Pin the remote node item in configfs. - patches.fixes/ocfs2-cluster-Remove-dropped-region-from-o2hb-quorum.patch: ocfs2/cluster: Remove dropped region from o2hb quorum region bitmap. - patches.fixes/ocfs2-cluster-dereferencing-before-checking-in-nst_s.patch: ocfs2/cluster: dereferencing before checking in nst_seq_show(). - patches.fixes/ocfs2-dlm-Target-node-death-during-resource-migratio.patch: ocfs2/dlm: Target node death during resource migration leads to thread spin. - patches.fixes/ocfs2-dlm-make-existing-convertion-precedent-over-ne.patch: ocfs2/dlm: make existing convertion precedent over new lock. - patches.fixes/ocfs2-make-the-feature-checks-in-fallocate-future-proof.patch: make the feature checks in ->fallocate future proof. - patches.suse/gfs2-ro-mounts-only.patch: Refresh. * Thu Aug 11 2011 jack@suse.cz - patches.fixes/novfs-dentry-leak.patch: fs: novfs: Fix exit handlers on local_unlink (bnc#649625). * Tue Aug 9 2011 nfbrown@suse.de - patches.fixes/md-raid1-throttle.fix: md: add proper write-congestion reporting to RAID1 (bnc#663678). * Mon Aug 8 2011 jslaby@suse.de - Update to 2.6.32.44 - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh. - patches.kabi/net_bridge_port-kABI_guard.patch: net_bridge_port kABI guard. - patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch: Refresh. - patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch: Refresh. - patches.arch/x86-hpet-pre-read: Delete. - patches.fixes/cifs-ensure-credentials-match-when-using-existing-session: Delete. - patches.fixes/gre-fix-netns-vs-proto-registration-ordering: Delete. - patches.fixes/proc-restrict-access-to-proc-pid-io: Delete. - patches.fixes/tunnels-fix-netns-vs-proto-registration-ordering: Delete. * Mon Aug 8 2011 mgalbraith@suse.de - Fix rtsched_debug "Danger Will Robinson" warnings to only be emitted if the current task is still a realtime task. This will not be the case once the runqueue is throttled, which led to false "potential runaway" warnings pointing the finger at SCHED_OTHER tasks which had been given the CPU while the realtime hog waits for runtime refill. - patches.fixes/sched-rtsched_debug-boot-option.patch: Refresh. * Sat Aug 6 2011 jslaby@suse.de - patches.drivers/intr-remap-allow-disabling-source-id-checking.patch: intr-remap: allow disabling source id checking (bnc#710352). * Thu Aug 4 2011 jjolly@suse.de - patches.arch/s390-31-01-page-referenced.patch: kernel: first time swap use results in heavy swapping (bnc#705903,LTC#73132). * Thu Aug 4 2011 rgoldwyn@suse.de - patches.fixes/qla2xxx-skip-msix-correction.diff: Skip MSI-X for qla2xxx (bnc#693513). * Fri Jul 29 2011 mgalbraith@suse.de - Add a realtime debug and/or safety net boot option. If the user runs a 100%% CPU hog on a box booted with rtsched_debug option, the box will survive and warn. - patches.fixes/sched-rtsched_debug-boot-option.patch: Add rtsched_debug boot option (bnc#708730). - patches.arch/bug-610783_uv_nortsched_boot_option.patch: Refresh. * Fri Jul 29 2011 jack@suse.cz - patches.fixes/mm-remove-unused-nonblocking-and-congestion-checks.patch: Refresh. - patches.fixes/writeback-avoid-unnecessary-determine_dirtyable_memo.patch: writeback: avoid unnecessary determine_dirtyable_memory call (bnc#699354). - patches.fixes/writeback-balance_dirty_pages-reduce-calls-to-global.patch: writeback: balance_dirty_pages(): reduce calls to global_page_state (bnc#699354). - patches.fixes/writeback-limit-write_cache_pages-integrity-scanning.patch: writeback: limit write_cache_pages integrity scanning to current EOF (bnc#699354). - patches.fixes/xfs-handle-negative-wbc-nr_to_write-during-sync-writ.patch: xfs: handle negative wbc->nr_to_write during sync writeback (bnc#699354). - patches.fixes/xfs-remove-nr_to_write-writeback-windup.patch: xfs: remove nr_to_write writeback windup (bnc#699354). * Fri Jul 29 2011 mhocko@suse.cz - patches.fixes/cpusets-randomize-node-rotor-used-in-cpuset_mem_spre.patch: fixed mem_rotor overflow * Thu Jul 28 2011 mhocko@suse.cz - patches.fixes/cpusets-randomize-node-rotor-used-in-cpuset_mem_spre.patch: Compile fix for !x86_64 architectures which do not have NUMA_NO_NODE * Thu Jul 28 2011 jack@suse.cz - patches.fixes/mm-more-unused-nonblocking-and-congestion-checks.patch: writeback: remove nonblocking/encountered_congestion references (bnc#699354). - patches.fixes/mm-pay-attention-to-wbc-nr_to_write.patch: Refresh. - patches.fixes/mm-remove-unused-nonblocking-and-congestion-checks.patch: writeback: remove unused nonblocking and congestion checks (bnc#699354). - patches.fixes/mm-write_cache_pages-terminate-nr_to_write-negative.patch: Refresh. * Thu Jul 28 2011 mhocko@suse.cz - patches.fixes/cpusets-randomize-node-rotor-used-in-cpuset_mem_spre.patch: cpusets: randomize node rotor used in cpuset_mem_spread_node() (bnc#602150). * Thu Jul 28 2011 jack@suse.cz - patches.fixes/mm-pay-attention-to-wbc-nr_to_write.patch: writeback: pay attention to wbc->nr_to_write in write_cache_pages (bnc#699354). - patches.fixes/mm-write_cache_pages-terminate-nr_to_write-negative.patch: writeback: write_cache_pages doesn't terminate at nr_to_write <= 0 (bnc#699354). * Wed Jul 27 2011 duwe@suse.de - patches.arch/ppc-normalize-xtime-after-rounding: time: Normalize xtime after rounding (bnc#685226). * Wed Jul 27 2011 jankit@suse.de - patches.fixes/scsi_transport_spi-export-host-width-and-HBA-id: Update Git-* tags, to reflect that the patch has been accepted upstream. * Wed Jul 27 2011 tiwai@suse.de - patches.kabi/alsa-sp1-hda-pre_resume-codec-ops-kabi: Refresh. Fix a typo. * Tue Jul 26 2011 agraf@suse.de - patches.fixes/kvm-stable-fix-information-leak-to-userland.patch: KVM: x86: fix information leak to userland (bnc#706696). * Tue Jul 26 2011 tiwai@suse.de - patches.kabi/alsa-sp1-hda-pre_resume-codec-ops-kabi: Fix kABI breakage with pre_resume codec_ops (bnc#708376). * Tue Jul 26 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-119-Fix-invalid-mute-led-state-on-resume-of-IDT: ALSA: hda - Fix invalid mute led state on resume of IDT codecs (bnc#708376). - patches.drivers/alsa-sp1-hda-120-Make-sure-mute-led-reflects-master-mute-state: ALSA: hda - Make sure mute led reflects master mute state (bnc#708376). - patches.drivers/alsa-sp1-hda-121-Add-support-of-4-internal-speakers-on-cNB: ALSA: hda - Add support of the 4 internal speakers on certain HP laptops (bnc#708376). * Thu Jul 21 2011 jdelvare@suse.de - patches.fixes/natsemi-long-cable-fix: natsemi: make cable length magic configurable (bnc#225091, bnc#704361). - patches.fixes/net-natsemi-fix-module-parameter-permissions.patch: net/natsemi: Fix module parameter permissions. * Wed Jul 20 2011 jeffm@suse.com - patches.fixes/proc-restrict-access-to-proc-pid-io: proc: restrict access to /proc/PID/io (CVE-2011-2495 bnc#703155). * Wed Jul 20 2011 jbeulich@novell.com - Update Xen patches to 2.6.32.43. - patches.xen/1098-blkfront-cdrom-ioctl-check.patch: blkfront: avoid NULL de-reference in CDROM ioctl handling (bnc#701355). * Wed Jul 20 2011 mgorman@suse.de - patches.fixes/mm-allow-non-rt-sleep-__lock_page.patch: Update references (bnc#699916). - patches.fixes/mm-fix_priority-inversion-__lock_page.patch: Update references (bnc#699916). * Mon Jul 18 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-117-add-Intel-Panther-Point-HDMI-codec-id: Refresh; added the missing module-alias definition for PPT. * Thu Jul 14 2011 mhocko@suse.cz - patches.fixes/arch-mm-filter-disallowed-nodes-from-arch-specific-s.patch: arch, mm: filter disallowed nodes from arch specific show_mem functions (bnc#705433). - patches.fixes/lib-arch-add-filter-argument-to-show_mem-and-fix-pri.patch: lib, arch: add filter argument to show_mem and fix private implementations (bnc#705433). - patches.fixes/oom-suppress-nodes-that-are-not-allowed-from-meminfo-on-page-alloc.patch: oom: suppress nodes that are not allowed from meminfo on page alloc failure (bnc#705433). - patches.fixes/oom-suppress-nodes-that-are-not-allowed-from-meminfo.patch: oom: suppress nodes that are not allowed from meminfo on oom kill (bnc#705433). - patches.fixes/oom-suppress-show_mem-for-many-nodes-in-irq-context-.patch: oom: suppress show_mem() for many nodes in irq context on page alloc failure (bnc#705433). - patches.suse/SoN-08-mm-page_alloc-emerg.patch: Refresh. * Thu Jul 14 2011 mszeredi@suse.cz - patches.fixes/fs-d_validate-fixes.patch: fs: d_validate fixes (bnc#701170). * Thu Jul 14 2011 jack@suse.cz - Disable: patches.fixes/writeback-fix-sb-locking.diff patches.fixes/writeback-check-background-flush-after-work.diff patches.fixes/writeback-stop-background-for-other-work.diff patches.fixes/writeback-avoid-new-file-livelock.diff patches.fixes/writeback-avoid-WB_SYNC_ALL-livelock.diff as they cause sync(1) to have larger overhead (bnc#703786) * Wed Jul 13 2011 jslaby@suse.de - Update to 2.6.32.43 - patches.fixes/PM-Hibernate-Avoid-hitting-OOM-during-preallocation-of-memory.patch: Delete. - patches.fixes/PM-Hibernate-Fix-free_unnecessary_pages.patch: Delete. - patches.fixes/ksm-fix-null-pointer-dereference-in-scan_get_next_rmap_item.patch: Delete. - patches.fixes/tty-ldisc-do-not-close-until-there-are-readers.patch: Delete. - patches.kabi/kabi-fix-struct-clocksource-breakage.patch: kabi: fix struct clocksource breakage. - patches.kabi/revert-mm-prevent-concurrent-unmap_mapping_range-on-.patch: Revert "mm: prevent concurrent unmap_mapping_range() on the same inode". - patches.fixes/mm-prevent-concurrent-unmap_mapping_range-on-.patch: mm: prevent concurrent unmap_mapping_range() on the same inode. - patches.rpmify/fix-WARN_RATELIMIT-for-non-CONFIG_BUG.patch: fix WARN_RATELIMIT for non CONFIG_BUG. * Wed Jul 13 2011 tonyj@suse.de - patches.fixes/audit-filter-rules-cred-perf.patch: Update SP1 patch with upstream commit info. No code changes. * Wed Jul 13 2011 eich@suse.de - patches.fixes/vgaarb-enable-legacy-resources-only-if-device-decodes.patch: VGA arb: Only enable legacy resources if device really decodes them. * Wed Jul 13 2011 nfbrown@suse.de - patches.fixes/md-bitmap-flush-when-readonly: Flush the md bitmap when switching to read-only (bnc#701977). * Tue Jul 12 2011 eich@suse.de - patches.fixes/drm_i85x_watermark_fix.patch: IS_MOBILE() catches 85x, so we'd always try to use the 9xx FIFO sizing; since there's an explicit 85x version, this seems wrong. v2: Handle 830m correctly too. - patches.fixes/drm_i85x_chip_id_fix.patch: pci.ids and the datasheet both say it's 358e, not 35e8. (bnc #677443). * Mon Jul 11 2011 jdelvare@suse.de - patches.drivers/netxen-support-for-GbE-port-settings.patch: netxen: support for GbE port settings (bnc#704347). * Fri Jul 8 2011 rjw@suse.de - patches.fixes/PM-Hibernate-Avoid-hitting-OOM-during-preallocation-of-memory.patch: PM / Hibernate: Avoid hitting OOM during preallocation of memory. - patches.fixes/PM-Hibernate-Fix-free_unnecessary_pages.patch: PM / Hibernate: Fix free_unnecessary_pages(). * Fri Jul 8 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-118-Add-a-fix-up-for-HP-RP5800: patch name corrected, fixed the upstream git commit id * Wed Jul 6 2011 jdelvare@suse.de - patches.drivers/mpt-fusion-fix-races-with-deleted.patch: Add a note about upstream equivalent fix. * Tue Jul 5 2011 jdelvare@suse.de - patches.drivers/intel-patsburg-support.patch, patches.drivers/ipmi-add-parameter-to-limit-cpu-usage-in-kipmid.patch, patches.drivers/watchdog-hpwdt-allow-full-range-of-timer-values-supported-by-hardware.patch, patches.drivers/watchdog-hpwdt-introduce-secs_to_ticks-macro.patch, patches.fixes/bonding-802.3ad-fix-state-machine-locking.patch: Update upstream references. * Mon Jul 4 2011 tiwai@suse.de - patches.suse/bootsplash-color-fix: Fix invalid color overrides in bootsplash consoles (bnc#584493). * Thu Jun 30 2011 jankit@suse.de - patches.fixes/dm-mpath-flush-workqueues-before-suspend-completes: Don't change the interface version number, revert earlier change. Update references (bnc#668483, bnc#703013). * Wed Jun 29 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-118-Add-a-fix-up-for-HP-RP5800-laptop: ALSA: hda - Add a fix-up for HP RP5800 laptop (bnc#701622). * Wed Jun 29 2011 jslaby@suse.de - patches.fixes/tty-ldisc-do-not-close-until-there-are-readers.patch: TTY: ldisc, do not close until there are readers (bnc#698247 bnc#693374). * Tue Jun 28 2011 ptesarik@suse.cz - patches.fixes/initialize-call_single_queue-before-enabling-interrupt: smp: add missing init.h include. * Tue Jun 28 2011 mhocko@suse.de - patches.fixes/vm-fix-vm_pgoff-wrap-in-upward-expansion.patch: Refresh. * Tue Jun 28 2011 mhocko@suse.cz - patches.fixes/vm-fix-vm_pgoff-wrap-in-stack-expansion.patch: vm: fix vm_pgoff wrap in stack expansion (bnc#702285, CVE-2011-2496). - patches.fixes/vm-fix-vm_pgoff-wrap-in-upward-expansion.patch: vm: fix vm_pgoff wrap in upward expansion (bnc#702285, CVE-2011-2496). * Tue Jun 28 2011 ptesarik@suse.cz - patches.fixes/initialize-call_single_queue-before-enabling-interrupt: generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts (bnc#699946). * Tue Jun 28 2011 mhocko@suse.cz - patches.fixes/NLM-Don-t-hang-forever-on-NLM-unlock-requests-fix.patch: Hide new tk_rebind_retry from kABI checker (bnc#702013). - patches.fixes/NLM-Don-t-hang-forever-on-NLM-unlock-requests.patch: NLM: Don't hang forever on NLM unlock requests (bnc#702013 CVE-2011-2491). * Mon Jun 27 2011 ohering@suse.de - patches.suse/fs-proc-vmcorec-add-hook-to-read_from_oldmem-to-check-for-non-ram-pages.patch: fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pages (bnc#684297). * Mon Jun 27 2011 dsterba@suse.cz - add patches.fixes/xfs-pass-private-data-to-formatter-in-xfs_bulkstat to series.conf (bnc#691536) * Fri Jun 24 2011 jslaby@suse.de Add Git-commit tags. - patches.kernel.org/patch-2.6.32.1: Refresh. - patches.kernel.org/patch-2.6.32.1-2: Refresh. - patches.kernel.org/patch-2.6.32.10-11: Refresh. - patches.kernel.org/patch-2.6.32.11-12: Refresh. - patches.kernel.org/patch-2.6.32.12-13: Refresh. - patches.kernel.org/patch-2.6.32.13-14: Refresh. - patches.kernel.org/patch-2.6.32.15-16: Refresh. - patches.kernel.org/patch-2.6.32.16-17: Refresh. - patches.kernel.org/patch-2.6.32.17-18: Refresh. - patches.kernel.org/patch-2.6.32.18-19: Refresh. - patches.kernel.org/patch-2.6.32.19-20: Refresh. - patches.kernel.org/patch-2.6.32.2-3: Refresh. - patches.kernel.org/patch-2.6.32.20-21: Refresh. - patches.kernel.org/patch-2.6.32.21-22: Refresh. - patches.kernel.org/patch-2.6.32.22-23: Refresh. - patches.kernel.org/patch-2.6.32.24-25: Refresh. - patches.kernel.org/patch-2.6.32.25-26: Refresh. - patches.kernel.org/patch-2.6.32.26-27: Refresh. - patches.kernel.org/patch-2.6.32.27-28: Refresh. - patches.kernel.org/patch-2.6.32.28-29: Refresh. - patches.kernel.org/patch-2.6.32.29-30: Refresh. - patches.kernel.org/patch-2.6.32.3-4: Refresh. - patches.kernel.org/patch-2.6.32.31-32: Refresh. - patches.kernel.org/patch-2.6.32.32-33: Refresh. - patches.kernel.org/patch-2.6.32.33-34: Refresh. - patches.kernel.org/patch-2.6.32.35-36: Refresh. - patches.kernel.org/patch-2.6.32.36-37: Refresh. - patches.kernel.org/patch-2.6.32.38-39: Refresh. - patches.kernel.org/patch-2.6.32.39-40: Refresh. - patches.kernel.org/patch-2.6.32.4-5: Refresh. - patches.kernel.org/patch-2.6.32.40-41: Refresh. - patches.kernel.org/patch-2.6.32.41-42: Refresh. - patches.kernel.org/patch-2.6.32.5-6: Refresh. - patches.kernel.org/patch-2.6.32.6-7: Refresh. - patches.kernel.org/patch-2.6.32.7-8: Refresh. - patches.kernel.org/patch-2.6.32.8-9: Refresh. - patches.kernel.org/patch-2.6.32.9-10: Refresh. * Fri Jun 24 2011 jslaby@suse.de - Update to 2.6.32.42 - patches.arch/acpi_handle_root_level_devices.patch: Delete. - patches.fixes/Fix-for-buffer-overflow-in-ldm_frag_add-not-sufficie.patch: Delete. - patches.fixes/PCI-Set-PCIE-maxpayload-for-card-during-hotplug-inse.patch: Delete. - patches.fixes/block-Add-proper-guards-to-__elv_next_request: Delete. - patches.fixes/block-Export-blk_get_queue-and-blk_put_queue: Delete. - patches.fixes/scsi-Fix-oops-caused-by-queue-refcounting-failure: Delete. - patches.suse/SoN-09-global-ALLOC_NO_WATERMARKS.patch: Refresh. - patches.suse/SoN-27-nfs-swap_ops.patch: Refresh. - patches.xen/xen3-patch-2.6.27: Refresh. * Thu Jun 23 2011 jack@suse.cz - patches.fixes/ocfs2-readpage-livelock.patch: ocfs2: Avoid livelock in ocfs2_readpage() (bnc#682076). * Thu Jun 23 2011 nfbrown@suse.de - patches.fixes/Fix-over-zealous-flush_disk-when-changing-device-siz.patch: Don't flush dirty filesystem buffers when a device changes size. * Wed Jun 22 2011 rjw@suse.de - patches.arch/x86-UV-BAU-fix-for-non-consecutive-nasids-sle11-sp1.patch: x86, UV: BAU fix for non-consecutive nasids (bnc#700401). - patches.arch/x86-UV-Inline-header-file-functions-sle11-sp1.patch: x86, UV: Inline header file functions (bnc#700401). - patches.arch/x86-UV-correct-reset_with_ipi-sle11-sp1.patch: x86, UV: correct reset_with_ipi() (bnc#700401). - patches.arch/x86-UV-remove-cpumask_t-from-the-stack.patch: x86, UV: Remove cpumask_t from the stack (bnc#700401). - patches.arch/x86-UV-rename-hubmask-to-pnmask.patch: x86, UV: Rename 'bau_targ_hubmask' to 'pnmask' for clarity (bnc#700401). - patches.arch/x86-UV-smp_processor_id-in-a-preemptable-region.patch: x86, UV: Fix smp_processor_id() use in a preemptable region (bnc#700401). - patches.arch/x86-UV-uv_tlb_c-cleanup-sle11-sp1.patch: x86, UV: uv_tlb.c cleanup (bnc#700401). * Wed Jun 22 2011 jbohac@suse.cz - patches.drivers/bonding-change-test-for-presence-of-vlans.patch: bonding: change test for presence of VLANs (bnc#654501). - patches.drivers/bonding-fix-bond_inet6addr_event.patch: bonding: fix bond_inet6addr_event() (bnc#654501). - patches.suse/vlan-0-should-be-treated-as-no-vlan-tag.patch: VLAN 0 should be treated as "no vlan tag" (802.1p packet) (bnc#654501). * Wed Jun 22 2011 jankit@suse.de - patches.fixes/scsi_transport_spi-export-host-width-and-HBA-id: scsi_transport_spi: Export host width and HBA id (bnc #697181). * Tue Jun 21 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-116-Reorganize-controller-quriks-with-bit-flags: Refresh. Fixed the cherry-picking errors. * Mon Jun 20 2011 mgorman@suse.de - patches.fixes/ksm-fix-null-pointer-dereference-in-scan_get_next_rmap_item.patch ksm: fix NULL pointer dereference in scan_get_next_rmap_item (bnc#697901, CVE-2011-2183) * Mon Jun 20 2011 jack@suse.cz - patches.fixes/ext4-avoid-uninitialized-memory-references-in-ext4_h.patch: ext4: avoid uninitialized memory references in ext4_htree_next_block() (bnc#692454). * Sat Jun 18 2011 mgalbraith@suse.de - bnc#692460, move misplaced return in /0 diag hack. - patches.fixes/sched-divide-by-zero-workaround-and-diag.diff: Refresh. * Fri Jun 17 2011 jack@suse.cz - patches.xfs/xfs-dmapi-send_correct_flags_for_preunmount_event.patch: xfs: Do not always ignore preunmount events (bnc#691538). * Thu Jun 16 2011 jeffm@suse.com - patches.apparmor/apparmor-fix-null-deref-in-apparmor_bprm_set_creds: apparmor: Fix NULL deref in apparmor_bprm_set_creds (bnc#692459). * Thu Jun 16 2011 mmarek@novell.com - rpm/mkspec: Fix perl warning. * Wed Jun 15 2011 ohering@suse.de - patches.suse/staging-hv-update-to-3.0.patch - patches.suse/staging-hv-update-to-3.0.no_mouse.patch Update hyperv drivers to current mainline state (bnc#662432). - patches.xen/xen3-patch-2.6.32: Refresh. * Wed Jun 15 2011 jack@suse.cz - patches.fixes/novfs-minsize-fixes: "Unable to save Login Script" appears when trying to save a user login script (bnc#638985). * Wed Jun 15 2011 jack@suse.cz - patches.fixes/novfs-copy_user-fixes.diff: fs: novfs: Limit check for datacopy between user and kernel space. * Wed Jun 15 2011 jack@suse.cz - patches.fixes/writeback-avoid-WB_SYNC_ALL-livelock.diff: writeback: avoid livelocking WB_SYNC_ALL writeback (bnc#649000). - patches.fixes/writeback-avoid-new-file-livelock.diff: mm: avoid resetting wb_start after each writeback round (bnc#649000). - patches.fixes/writeback-check-background-flush-after-work.diff: writeback: integrated background writeback work (bnc#649000). - patches.fixes/writeback-fix-sb-locking.diff: Fix superblock locking when doing writeback (bnc#649000 bnc#617437). - patches.fixes/writeback-stop-background-for-other-work.diff: writeback: stop background/kupdate works from livelocking other works (bnc#649000). * Fri Jun 10 2011 trenn@suse.de - patches.arch/acpi_handle_root_level_devices.patch: ACPI: use _HID when supplied by root-level devices (bnc#684852). * Thu Jun 9 2011 mhocko@suse.cz - patches.fixes/oom-filter-tasks-not-sharing-the-same-cpuset.patch: oom: filter tasks not sharing the same cpuset (bnc#693636). * Thu Jun 9 2011 jbeulich@novell.com - patches.xen/1089-blkback-barrier-check.patch: xen/blkback: don't fail empty barrier requests. - patches.xen/1090-blktap-locking.patch: xen/blktap: fix locking (bnc#685276). - patches.xen/1091-xenbus-dev-no-BUG.patch: xenbus: don't BUG() on user mode induced conditions (bnc#696107). - Refresh other Xen patches. * Thu Jun 9 2011 mhocko@suse.cz - patches.fixes/Fix-for-buffer-overflow-in-ldm_frag_add-not-sufficie.patch: Fix for buffer overflow in ldm_frag_add not sufficient (bnc#698221, CVE-2011-1017, CVE-2011-2182). * Wed Jun 8 2011 trenn@suse.de - patches.arch/x86_powernow_k8_remove_zero_latency_warning.patch: cpufreq powernow-k8: Remove firmware warning in zero transition latency case (bnc#698604). * Wed Jun 8 2011 mgalbraith@suse.de - Apply fixes for stable 3b4b7c75 mainline 86cbfb56 induced explosions - patches.fixes/block-Export-blk_get_queue-and-blk_put_queue: block: export blk_{get,put}_queue(). - patches.fixes/block-add-proper-guards-to-elv_queue_empty: block: add proper state guards to elv_queue_empty() (https://lkml.org/lkml/2011/6/3/33). - patches.fixes/scsi-Fix-oops-caused-by-queue-refcounting-failure: Fix oops caused by queue refcounting failure. * Tue Jun 7 2011 mhocko@suse.cz - patches.fixes/mm-kswapd-stop-high-order-balancing-when-any-suitabl.patch: mm: kswapd: stop high-order balancing when any suitable zone is balanced (bnc#682567). - patches.fixes/mm-kswapd-stop-looping-for-high-order.patch: mm: vmscan: Stop looping in kswapd if high-order reclaim is failing (bnc#682567). - patches.fixes/thp-_GFP_NO_KSWAPD.patch: thp: _GFP_NO_KSWAPD (bnc#682567). * Mon Jun 6 2011 oneukum@suse.de - patches.fixes/bug-691216_hp_accel-resume-warning-fix.diff: fix kernel warning upon resumption from S4 due to hw_accel (bnc#691216). * Sun Jun 5 2011 jjolly@suse.de - patches.arch/s390-30-01-qeth-sysfs-serialize.patch: qeth: serialize device removal and config changes (bnc#696586,LTC#72239). - patches.arch/s390-30-02-crypto-prng-seed.patch: crypto: prng error in initial seed calculation (bnc#696586,LTC#72362). * Wed Jun 1 2011 mgalbraith@suse.de - fix up header, since it's in mainline. - patches.fixes/block-Add-proper-guards-to-__elv_next_request: * Wed Jun 1 2011 mgalbraith@suse.de - Add fix for NULL dereference in elv_queue_empty() pending the fix hitting mainline/stable. - patches.fixes/block-Add-proper-guards-to-__elv_next_request: block: add proper state guards to __elv_next_request (http://marc.info/?l=linux-scsi&m=130348673628282). * Tue May 31 2011 jack@suse.cz - patches.xen/tmem: Added lost chunk from previous refresh. * Mon May 30 2011 jankit@suse.de - patches.fixes/dm-mpath-add-mutex-to-synchronize-adding-and-flushing-work: dm mpath: add mutex to synchronize adding and flushing work (bnc#668483). - patches.fixes/dm-mpath-flush-workqueues-before-suspend-completes: dm mpath: flush workqueues before suspend completes (bnc#668483). - patches.fixes/dm-mpath-hold-io-until-all-pg_inits-complete: dm mpath: hold io until all pg_inits completed (bnc#668483). - patches.fixes/dm-mpath-prevent-io-from-workqueue-while-suspended: dm mpath: prevent io from work queue while suspended (bnc#668483). - patches.fixes/dm-mpath-wait-for-pg_init-completion-when-suspending: dm mpath: wait for pg_init completion when suspending (bnc#668483). * Mon May 30 2011 jack@suse.cz - patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch: mm: Fix assertion mapping->nrpages == 0 in end_writeback() (bnc#693013 bnc#666423). - patches.xen/sfc-external-sram: Refresh. - patches.xen/tmem: Refresh. * Sun May 29 2011 jbohac@suse.cz - patches.kabi/sock-kabi-fixup-for-adding-sk_backlog.len.patch: Fixed an IPv6 socket memory corruption caused by the original version of this patch (bnc#655973, bnc#693149). * Sat May 28 2011 tiwai@suse.de - Fix a typo in patches.drivers/alsa-sp1-hda-116-Reorganize-controller-quriks-with-bit-flags * Thu May 26 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-117-add-Intel-Panther-Point-HDMI-codec-id: ALSA: hda - add Intel Panther Point HDMI codec id (FATE#311774). * Thu May 26 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-116-Reorganize-controller-quriks-with-bit-flags: ALSA: hda - Reorganize controller quriks with bit flags (bnc#691269). * Thu May 26 2011 jbeulich@novell.com - patches.xen/1080-blkfront-xenbus-gather-format.patch: xen/blkfront: fix data size for xenbus_gather in connect(). - patches.xen/1081-blkback-resize-transaction-end.patch: xenbus: fix xenbus_transaction_start() hang caused by double xenbus_transaction_end(). - patches.xen/1082-hvmop-get-mem-type.patch: Sync Xen public headers (bnc#684297). - patches.xen/1083-kbdfront-absolute-coordinates.patch: xen-kbdfront - advertise either absolute or relative coordinates (bnc#670465). - Refresh other Xen patches. * Wed May 25 2011 jslaby@suse.de - patches.fixes/PCI-Set-PCIE-maxpayload-for-card-during-hotplug-inse.patch: PCI: Set PCIE maxpayload for card during hotplug insertion (bnc#692343 fate#312136). The fate is just for reference, this is not a feature, this is a bugfix appropriate for SP1 too. * Tue May 24 2011 nfbrown@suse.de - patches.fixes/nfs-mmap-sugbus-fix: NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidation (bnc#690683). * Mon May 23 2011 jslaby@suse.de - Update to 2.6.32.41 - patches.drivers/netxen-0017-update-module-info.patch: Refresh. - patches.xen/xen3-patch-2.6.27: Refresh. * Fri May 20 2011 jslaby@suse.de - patches.kernel.org/patch-2.6.32.38-39: Update references (bnc#688432 CVE-2011-1593). * Fri May 20 2011 duwe@suse.de - patches.arch/ppc-add-pgprot_writecombine: powerpc: Add pgprot_writecombine (FATE#311723, bnc#691633). - patches.arch/ppc-add-power7+-cputableent: powerpc: Add POWER7+ cputable entry (FATE#311677, bnc#691632). - patches.fixes/perf-IP-callchain-consistency: perf: Fix inconsistency between IP and callchain sampling (FATE#311866, bnc#687789). - patches.fixes/perf-enable-SDAR-in-continous-sample-mode: powerpc: perf_event: Enable SDAR in continous sample mode (FATE#311866, bnc#687789). - patches.fixes/perf-frequency-calculation-for-overflowing-counters: powerpc: perf: Fix frequency calculation for overflowing counters (FATE#311866, bnc#687789). - patches.fixes/perf-log-invalid-daddr-as-FF: powerpc: perf_event: Log invalid data addresses as all 1s (FATE#311866, bnc#687789). - patches.fixes/perf-power_pmu_disable: powerpc/perf_event: Fix for power_pmu_disable() (FATE#311866, bnc#687789). * Fri May 20 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-113-Use-LPIB-for-ATI-AMD-chipsets-as-default: ALSA: hda - Use LPIB for ATI/AMD chipsets as default (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-113-Use-position_fix-3-as-default-for-AMD: Delete. * Fri May 20 2011 jbohac@suse.cz - patches.fixes/xfrm-periodic-garbage-collector.patch: xfrm: fix garbage collection (bnc#680845, bnc#691693). * Fri May 20 2011 jankit@suse.de - patches.fixes/hpsa-fix-lost-command-issue: hpsa: do readl after writel in main i/o path to ensure commands don't get lost (bnc#683107). * Wed May 18 2011 jankit@suse.de - patches.suse/aacraid-export-fixed-module-param: aacraid: Add module param to export disks as 'fixed' (bnc#667226). * Tue May 17 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-115-Enable-snoop-bit-for-AMD-controllers: ALSA: hda - Enable snoop bit for AMD controllers (bnc#691269). * Tue May 17 2011 mszeredi@suse.cz - patches.fixes/radix-tree-fix-rcu-bug.patch: Radix-tree: fix RCU bug (bnc#670868). * Tue May 17 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-114-Handle-dock-line-in-as-auto-detectable: ALSA: hda - Handle dock line-in as auto-detectable for IDT codecs (bnc#691829). * Mon May 16 2011 mhocko@suse.cz - patches.fixes/proc-fix-oops-on-invalid-proc-pid-maps-access.patch: proc: fix oops on invalid /proc//maps access (bnc#693382). * Fri May 13 2011 dsterba@suse.cz - patches.fixes/xfs-pass-private-data-to-formatter-in-xfs_bulkstat: xfs: pass private_data to formatter in xfs_bulkstat (bnc#691536). * Fri May 13 2011 duwe@suse.de - patches.arch/ppc-kmem-cache-for-DTL-buffers: powerpc/pseries: Use a kmem cache for DTL buffers (bnc#678728). * Fri May 13 2011 mhocko@suse.cz - patches.fixes/memcg-allocate-memory-cgroup-structures-in-local-nod.patch: memcg: allocate memory cgroup structures in local nodes (bnc#692502, bnc#669889). - patches.fixes/mm-add-alloc_pages_exact_nid.patch: mm: add alloc_pages_exact_nid() (bnc#692502, bnc#669889). * Tue May 10 2011 jslaby@suse.de - patches.fixes/proc-deal-with-races-in-proc-syscall-stack-personality.patch: Refresh. * Tue May 10 2011 mhocko@suse.cz - patches.suse/mm-devzero-optimisation.patch: Delete (no longer needed as we have zero page). * Tue May 10 2011 jslaby@suse.de - patches.fixes/proc-auxv-require-the-target-to-be-tracable-or-yourself.patch: auxv: require the target to be tracable (or yourself) (bnc#674982 CVE-2011-1020). - patches.fixes/proc-close-race-in-proc-environ.patch: close race in /proc/*/environ (bnc#674982 CVE-2011-1020). - patches.fixes/proc-deal-with-races-in-proc-syscall-stack-personality.patch: deal with races in /proc/*/{syscall,stack,personality} (bnc#674982 CVE-2011-1020). - patches.fixes/proc-pagemap-close-races-with-suid-execve.patch: pagemap: close races with suid execve (bnc#674982 CVE-2011-1020). - patches.fixes/proc-report-errors-in-proc-map-sanely.patch: report errors in /proc/*/*map* sanely (bnc#674982 CVE-2011-1020). * Tue May 10 2011 jslaby@suse.de - Update to 2.6.32.40 - obsoletes: - patches.drivers/mmc-fix-hangs-with-sd-at-pm - patches.drivers/netxen-0018-module-firmware-hints.patch - patches.fixes/af_unix-limit-recursion-level - patches.fixes/ldm-fix-oops-on-corrupted-partition-table.patch - patches.fixes/nfs-fix-hangs-over-tcp-due-to-packet-loss - patches.fixes/nfs4-acl-pages.fix - patches.fixes/niu-fix-kernel-buffer-overflow-for-ethtool_grxclsrlall - patches.fixes/osf-partition-table-fix.patch - patches.fixes/scsi-dh-emc-mode-select-10-size - patches.fixes/scsi-dh-emc-rw-mismatch - patches.fixes/tehuti-firmware-name - patches.fixes/virtio_net-Add-napi-schedule-to-napi_enable-call.patch - patches.drivers/bnx2x-backports-v2.6.32-to-af901ca.patch: Refresh. - patches.drivers/mpt2sas-04.100.01.02-update: Refresh. - patches.drivers/netxen-0014-support-for-new-firmware-file-format.patch: Refresh. - patches.drivers/netxen-0017-update-module-info.patch: Refresh. - patches.drivers/synaptics-hp-clickpad: Refresh. - patches.drivers/synaptics-hp-new-model.diff: Refresh. - patches.kabi/kabi-fix-up-struct-mmc_host: Refresh. - patches.kabi/struct-rt2x00_ops-guard.patch: KABI: struct rt2x00_ops guard. * Fri May 6 2011 jjolly@suse.de - patches.arch/s390-29-01-qdio_input_error.patch: qdio: reset error states immediately (bnc#691408,LTC#71781). - patches.arch/s390-29-02-diag10-64bit.patch: kernel: diagnose 10 does not release memory above 2GB (bnc#691408,LTC#71847). * Thu May 5 2011 mfasheh@suse.com - patches.fixes/ocfs2-init-data_ac.patch: ocfs2: Initialize data_ac (might be used uninitialized). * Thu May 5 2011 bphilips@suse.de - patches.drivers/ixgbe-Disable-RSC-when-ITR-setting-is-too-high-to-al.patch: ixgbe: Disable RSC when ITR setting is too high to allow RSC (bnc#686325). - patches.drivers/ixgbe-add-needs-reset-to-ixgbe_set_flags.patch: ixgbe: add needs_reset to ixgbe_set_flags (bnc#686325). - patches.drivers/ixgbe-enable-extremely-low-latency.patch: ixgbe: enable extremely low latency (bnc#686325). - patches.drivers/ixgbe-fix-automatic-LRO-RSC-settings-for-low-latency.patch: ixgbe: fix automatic LRO/RSC settings for low latency (bnc#686325). - patches.drivers/ixgbe-fix-bug-when-EITR-0-causing-no-writebacks.patch: ixgbe: fix bug when EITR=0 causing no writebacks (bnc#686325). * Wed May 4 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-103-Fixes-distorted-recording-on-US15W-chipset: ALSA: hda - Fixes distorted recording on US15W chipset (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-104-Add-position_fix-3-module-option: ALSA: HDA: Add position_fix=3 module option, and refactor related code (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-105-Correctly-apply-position_fix-quirks-for-ATI: ALSA: HDA: Correctly apply position_fix quirks for ATI and VIA controllers (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-106-Enable-sync_write-workaround-for-AMD: ALSA: hda - Enable sync_write workaround for AMD generically (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-107-Prevent-writing-ICH6_PCIREG_TCSEL-on-AMD: ALSA: hda: Prevent writing ICH6_PCIREG_TCSEL on AMD systems (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-108-More-relax-for-pending-period-handling: ALSA: hda - More relax for pending period handling (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-109-use-WALLCLK-register-for-early-irqs: [ALSA] snd-hda-intel: use WALLCLK register to check for early irqs (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-110-Improve-azx_position_ok: [ALSA] snd-hda-intel: Improve azx_position_ok() (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-111-fix-handling-of-non-completion-stream-irqs: ALSA: hda_intel: fix handling of non-completion stream interrupts (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-112-fix-wallclk-variable-update-and-condition: ALSA: hda-intel - fix wallclk variable update and condition (bnc#691269,bnc#687760). - patches.drivers/alsa-sp1-hda-113-Use-position_fix-3-as-default-for-AMD: ALSA: hda - Use position_fix=3 as default for AMD chipsets (bnc#691269,bnc#687760). * Tue May 3 2011 mszeredi@suse.cz - patches.fixes/ldm-fix-oops-on-corrupted-partition-table.patch: fs/partitions/ldm.c: fix oops caused by corrupted partition table (CVE-2011-1017 bnc#674648). * Tue May 3 2011 jbeulich@novell.com - patches.xen/xen3-intel-patsburg-support.patch: Add Patsburg PCH support to SLES11 SP1 (bnc#650545, bnc#663513, FATE#311346, FATE#311838). - Refresh other Xen patches. * Tue May 3 2011 hare@suse.de - patches.fixes/scsi-dh-alua-attach-to-unavailable: SCSI ALUA handler fails to attach to devices reporting UNAVAILABLE AAS (bnc#682251). * Fri Apr 29 2011 jeffm@suse.com - rpm/compute-PATCHVERSION.sh: Replace ^+++ with ^\+\+\+ as an awk regex. It's technically invalid. * Thu Apr 28 2011 jack@suse.cz - patches.fixes/novfs-nwcapi.patch: Fix checking of login id (bnc#626119). * Thu Apr 28 2011 tiwai@suse.de - patches.drivers/alsa-usb-Don-t-expose-broken-dB-ranges: ALSA: usb-audio - Don't expose broken dB ranges (bnc#677563). * Wed Apr 27 2011 jeffm@suse.com - Deleted unused patches.suse/osync-error. The issue it resolved in earlier releases doesn't exist in this one. * Tue Apr 26 2011 rgoldwyn@suse.de - patches.fixes/reiserfs-xattr-crash-fix: fix crash on mount if disk is not reiserfs (bnc#686921). Patch modified. * Tue Apr 26 2011 mgalbraith@suse.de - patches.fixes/sched-Implement-group-scheduler-statistics-in-one-struct: sched: Implement group scheduler statistics in one struct (bnc#689746). - patches.kabi/sched-sched_entity-kABI-guard.patch: sched: sched_entity kABI guard (bnc#689746). * Tue Apr 26 2011 jkosina@suse.cz - patches.fixes/hid-noget-quirk-for-symboltec.patch: HID: add noget quirk for scanners from Symbol Technologies (bnc#689290). * Tue Apr 26 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-102-Add-internal-mic-for-IDT-92HD88B: ALSA: HDA: Add internal mic for IDT 92HD88B (bnc#689596). * Sat Apr 23 2011 jslaby@suse.de - Update to 2.6.32.39 - obsoletes: - patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files - patches.fixes/ubifs-restrict-world-writable-debugfs-files - patches.xen/xen3-patch-2.6.27: Refresh. - patches.xen/xen3-patch-2.6.32.38-39: Linux 2.6.32.39. * Fri Apr 22 2011 tiwai@suse.de - patches.drivers/sdhci-jmb38x-readonly-check: mmc: Fix read-only detection with JMicron 388 chip (bnc#686980). * Thu Apr 21 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-101-Enable-sync_write-for-AMD-chipset-with-IDT: ALSA: hda - Enable sync_write for AMD chipset with IDT 92HD8x codecs (bnc#688326, bnc#687759). * Wed Apr 20 2011 jbohac@suse.cz - patches.fixes/tcp-clear-hints-to-avoid-a-stale-one.patch: tcp: clear hints to avoid a stale one (nfs only affected?) (bnc#684927). * Wed Apr 20 2011 hare@suse.de - patches.suse/dm-mpath-leastpending-status-display-fix: dm-leastpending does not work with multipath-tools (bnc#653850). * Wed Apr 20 2011 duwe@suse.de - patches.arch/ppc-monotonic-time: powerpc: Rework VDSO gettimeofday to prevent time going backwards (bnc#685226). - patches.arch/ppc-smt-idle-time-fix: powerpc: Account time using timebase rather than PURR (bnc#678728). - patches.kabi/ppc-smt-idle-time-kabi-fix: avoid ppc-smt-idle-time-fix kABI breakage (bnc#678728). * Tue Apr 19 2011 mfasheh@suse.com - patches.fixes/ocfs2-dlm-use-negotiated-o2dlm-proto.patch: ocfs2/dlm: Use negotiated o2dlm protocol version. * Tue Apr 19 2011 jbohac@suse.cz - patches.fixes/bonding-802.3ad-fix-agg_device_up.patch: bonding: 802.3ad - fix agg_device_up (bnc#682482). * Tue Apr 19 2011 jjolly@suse.de - kabi/severities: Added drivers/s390/block as the dasd_mod has changed due to patches from IBM. * Mon Apr 18 2011 mfasheh@suse.com - patches.fixes/Ocfs2-Journaling-i_flags-and-i_orphaned_slot-when-ad.patch: Re-enable. * Mon Apr 18 2011 mfasheh@suse.com Remove unused patches: - patches.fixes/ocfs2-allow-huge-volumes.patch: Delete. - patches.fixes/ocfs2-grab_cache_page-recursion-fix: Delete. * Mon Apr 18 2011 jjolly@suse.de - patches.arch/s390-28-01-cio-prevent-online-purge.patch: cio: prevent purging of CCW devices in the online state (bnc#684472,LTC#71139). - patches.arch/s390-28-02-dasd-fix-open-offline-race.patch: dasd: fix race between open and offline (bnc#684472,LTC#71377). - patches.arch/s390-28-03-dasd-remove-uid-from-devmap.patch: dasd: remove uid from devmap (bnc#684472,LTC#64028). * Mon Apr 18 2011 hare@suse.de - patches.fixes/scsi-ses-crash-on-lun0: Fixup typo. * Mon Apr 18 2011 hare@suse.de - patches.fixes/scsi-dh-rdac-fix-lun-table: scsi_dh_rdac: fix for lun_table update for rdac device handler (bnc#686404). - patches.fixes/scsi-ses-crash-on-lun0: Kernel oops during bootup in ses_intf_add() (bnc#670816). * Sat Apr 16 2011 gregkh@suse.de - Update to 2.6.32.38 - bugfix for problem with 2.6.32.37 * Fri Apr 15 2011 jack@suse.cz - patches.fixes/novfs-sticky-root: novfs: Set the sticky bit for the novfs mountpoint (bnc#686412). * Fri Apr 15 2011 jslaby@suse.de - Update to 2.6.32.37: - obsoletes: - patches.drivers/alsa-sp1-hda-101-Fix-SPDIF-out-regression-on-ALC889 - patches.drivers/gro-Reset-dev-pointer-on-reuse.patch - patches.drivers/gro-reset-skb_iif-on-reuse.patch - patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes - patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks - patches.fixes/ax25-fix-information-leak-to-userland.patch - patches.fixes/char-tpm-fix-unitialized-usage-of-data-buffer - patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files - patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file - patches.fixes/econet-fix-crash-in-aun_incoming - patches.fixes/exec-make-argv-envp-memory-visible-to-oom-killer - patches.fixes/inet_diag-fix-bytecode-validation.patch - patches.fixes/irda-prevent-integer-underflow-in-irlmp_enumdevices - patches.fixes/irda-validate-peer-name-and-attribute-lengths - patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files - patches.fixes/packet-fix-information-leak-to-userland.patch - patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch - patches.fixes/rose-prevent-heap-corruption-with-bad-facilities.patch - patches.fixes/sctp-fix-to-calc-the-init-init-ack-chunk-length-correctly-is-set - patches.fixes/staging-hv-use-sync_bitops.patch - patches.fixes/tipc-fix-information-leak-to-userland.patch - patches.fixes/xfs-zero-proper-structure-size-for-geometry-calls.patch - patches.fixes/xfs_fs_geometry-fix.patch - patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch - patches.fixes/btrfs-add-new-defrag-range-ioctl: Refresh. - patches.fixes/btrfs-create-snapshot-references-in-same-commit-as-snapshot: Refresh. - patches.fixes/econet-fix-locking: Refresh. - patches.kabi/exec-make-argv-envp-memory-visible-to-oom-killer: Refresh. - patches.suse/staging-hyper-v-added-all-patches-for-hyper-v-same-as-2.6.35-now.patch: Refresh. * Fri Apr 15 2011 hare@suse.de - patches.fixes/megaraid-sas-kdump-crash-on-dell: modify patch to allow ioctl commands, too (bnc#682319). * Fri Apr 15 2011 sjayaraman@suse.de - patches.fixes/cifs-ensure-credentials-match-when-using-existing-session: cifs: Ensure credentials match when trying to use a existing session (bnc#683282). * Fri Apr 15 2011 jeffm@suse.com - patches.fixes/char-tpm-fix-unitialized-usage-of-data-buffer: char/tpm: Fix unitialized usage of data buffer (bnc#680040 CVE-2011-1160). * Thu Apr 14 2011 jeffm@suse.com - patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops: fs/partitions/efi.c: corrupted GUID partition tables can cause kernel oops (bnc#687113 CVE-2011-1577). * Thu Apr 14 2011 jbohac@suse.cz - patches.fixes/ipv4-fix-route-deletion-for-IPs-on-many-subnets.patch: ipv4: fix route deletion for IPs on many subnets (bnc#668927). - patches.fixes/ipv4-match-prefsrc-when-deleting-routes.patch: ipv4: match prefsrc when deleting routes (bnc#668927). - patches.fixes/ipv4-remove-the-routes-on-secondary-promotion.patch: ipv4: remove the routes on secondary promotion (bnc#668927). * Thu Apr 14 2011 jeffm@suse.com - patches.fixes/nat-ftp-fix-broken-conntrack: NAT/FTP: Fix broken conntrack (bnc#681639 bnc#466279). * Thu Apr 14 2011 mhocko@suse.cz - Following patches deleted because we have patches.kabi/vm_area_struct-fix.patch now (bnc#687478) - patches.kernel.org/revert-guard-page-for-stacks-that-grow-upwards.patch: Delete. - patches.kernel.org/revert-mm-fix-missing-page-table-unmap-for-stack-guard-page-failure-case.patch: Delete. - patches.kernel.org/revert-mm-fix-page-table-unmap-for-stack-guard-page-properly.patch: Delete. - patches.kernel.org/revert-mm-keep-a-guard-page-below-a-grow-down-stack-segment.patch: Delete. - patches.kernel.org/revert-mm-make-stack-guard-page-logic-use-vm_prev-pointer.patch: Delete. - patches.kernel.org/revert-x86-don-t-send-sigbus-for-kernel-page-faults.patch: Delete. - patches.suse/silent-stack-overflow-2.patch: Refreshed due to context change * Thu Apr 14 2011 jeffm@suse.com - patches.fixes/drivers-misc-ep93xx_pwm-c-world-writable-sysfs-files: drivers/misc/ep93xx_pwm.c: world-writable sysfs files (bnc#673934). - patches.fixes/drivers-rtc-rtc-ds1511-c-world-writable-sysfs-nvram-file: drivers/rtc/rtc-ds1511.c: world-writable sysfs nvram file (bnc#673934). - patches.fixes/media-video-sn9c102-world-wirtable-sysfs-files: video: sn9c102: world-wirtable sysfs files (bnc#673934). - patches.fixes/mfd-ab3100-world-writable-debugfs-_priv-files: mfd: ab3100: world-writable debugfs *_priv files (bnc#673934). - patches.fixes/scsi-aic94xx-world-writable-sysfs-update_bios-file: scsi: aic94xx: world-writable sysfs update_bios file. - patches.fixes/ubifs-restrict-world-writable-debugfs-files: UBIFS: restrict world-writable debugfs files (bnc#673934). * Wed Apr 13 2011 jeffm@suse.com - patches.fixes/irda-validate-peer-name-and-attribute-lengths: irda: validate peer name and attribute lengths (bnc#681497 CVE-2011-1180). * Wed Apr 13 2011 jbeulich@novell.com - Update EC2 config files (SOFT_WATCHDOG=m, bnc#683569). * Tue Apr 12 2011 trenn@suse.de - patches.arch/s390-dasd-force-label.patch: Refresh. - > refresh to apply with series2git * Tue Apr 12 2011 hare@suse.de - patches.fixes/libsas-dont-issue-commands-to-removed-devices: libsas: Don't issue commands to devices that have been hot-removed (bnc#668898). - patches.fixes/libsas-fix-vacant-phy: libsas: fix bug for vacant phy (bnc#668895). - patches.fixes/libsas-strict-wideport-definition: libsas: fix definition of wideport, include local sas address (bnc#668896). * Tue Apr 12 2011 jbeulich@novell.com - patches.xen/1074-xenbus_conn-type.patch: xenbus: fix type inconsistency with xenbus_conn(). - patches.xen/1079-hvm-kdump-reset.patch: kdump pv-on-hvm: reset PV devices in crash kernel (bnc#658413). - patches.xen/xen3-patch-2.6.32.33-34: Linux 2.6.32.34 (bnc#558740). - Refresh other Xen patches. * Mon Apr 11 2011 eich@suse.de - patches.kabi/drm_device-guard.patch: Refresh. The type change to num_crtcs is not required from a secruity point of view. * Mon Apr 11 2011 nfbrown@suse.de - patches.fixes/nfs-sync-writes: Restore use of stable writes for small O_SYNC writes (bnc#667766). * Sat Apr 9 2011 sjayaraman@suse.de - patches.suse/SoN-11a-mm-reserve.patch: mm: Add mem_reserve_kmem_cache_add helper (bnc#678466). - patches.suse/SoN-16b-netvm-reserve-inet.patch: netvm: Reduce the size of the routing reserves and be careful of dst_alloc() (bnc#678466). - patches.suse/SoN-28a-nfs-alloc-recursions.patch: nfs: Create a memory reserve for nfs_page_cache (bnc#678466). * Fri Apr 8 2011 jdelvare@suse.de - patches.drivers/intel-patsburg-support.patch: Add Patsburg PCH support to SLES11 SP1 (bnc#650545, bnc#663513, FATE#311346, FATE#311838). * Thu Apr 7 2011 mfasheh@suse.com - patches.fixes/btrfs-return-EXDEV-when-linking-from-different-subvo.patch: btrfs: return EXDEV when linking from different subvolumes (bnc#679545). * Thu Apr 7 2011 bphilips@suse.de - patches.fixes/ipv6-udp-optimise-multicast-reception: ipv6: udp: Optimise multicast reception. - patches.fixes/llc-use-limited-socket-backlog: llc: use limited socket backlog (CVE-2010-4251 bnc#655973). - patches.fixes/net-add-limit-for-socket-backlog: net: add limit for socket backlog (CVE-2010-4251 bnc#655973). - patches.fixes/net-backlog-functions-rename: net: backlog functions rename (CVE-2010-4251 bnc#655973). - patches.fixes/net-sk_add_backlog-take-rmem_alloc-into-account: net: sk_add_backlog() take rmem_alloc into account (CVE-2010-4251 bnc#655973). - patches.fixes/sctp-use-limited-socket-backlog: sctp: use limited socket backlog (CVE-2010-4251 bnc#655973). - patches.fixes/tcp-use-limited-socket-backlog: tcp: use limited socket backlog (CVE-2010-4251 bnc#655973). - patches.fixes/tipc-use-limited-socket-backlog: tipc: use limited socket backlog (CVE-2010-4251 bnc#655973). - patches.fixes/udp-multicast-rx-should-increment-snmp-sk_drops-counter-in-allocation-failures: udp: multicast RX should increment SNMP/sk_drops counter in allocation failures. - patches.fixes/udp-use-limited-socket-backlog: udp: use limited socket backlog (CVE-2010-4251 bnc#655973). - patches.fixes/x25-use-limited-socket-backlog: x25: use limited socket backlog (CVE-2010-4251 bnc#655973). - patches.kabi/sock-kabi-fixup-for-adding-sk_backlog.len.patch: sock: kabi fixup for adding sk_backlog.len (bnc#655973). - patches.suse/SoN-22-netvm.patch: Refresh from kabi changes above. * Thu Apr 7 2011 jkosina@suse.cz - patches.fixes/staging-hv-use-sync_bitops.patch: staging: hv: use sync_bitops when interacting with the hypervisor (bnc#675963). * Wed Apr 6 2011 jslaby@suse.de - patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch: Update references (bnc#684248). * Wed Apr 6 2011 jslaby@suse.de - patches.kabi/vm_area_struct-fix.patch: Update references (bnc#676419). * Wed Apr 6 2011 jslaby@suse.de - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: Delete. - patches.fixes/dlm-always-use-GFP_NOFS.patch: Delete. They are unreferenced and superseded by a newer patch or stable update respectively. There are 3 more OCFS2 patches to sort out. * Wed Apr 6 2011 jslaby@suse.de - patches.kabi/vm_area_struct-fix.patch: MM: guard struct vm_area_struct kABI changes. - patches.suse/reiser4-set_page_dirty_notag: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. - patches.fixes/fix-guard-page-revert-side-effect.patch: Delete. - patches.kabi/revert-mm-Move-vma_stack_continue-into-mm.h.patch: Delete. - patches.kabi/revert-mm-make-the-mlock-stack-guard-page-checks-stricter.patch: Delete. - patches.kabi/revert-mm-make-the-vma-list-be-doubly-linked.patch: Delete. * Mon Apr 4 2011 eich@suse.de - patches.fixes/drm-radeon-kms-check-AA-resolve-registers-on-r300.patch: drm/radeon/kms: check AA resolve registers on r300 (bnc#674693). (CVE-2011-1016). * Fri Apr 1 2011 jslaby@suse.de - patches.kernel.org/revert-x86-Cleanup-highmap-after-brk-is-concluded.patch: Revert "x86: Cleanup highmap after brk is concluded". - patches.suse/memory-hotplug-Define-memory_block_size_bytes-for-x86_64-with-CONFIG_X86_UV.patch: Refresh. * Fri Apr 1 2011 jbohac@suse.cz - patches.fixes/rose-add-length-checks-to-CALL_REQUEST-parsing.patch: rose: Add length checks to CALL_REQUEST parsing (bnc#681175). - patches.fixes/rose-prevent-heap-corruption-with-bad-facilities.patch: ROSE: prevent heap corruption with bad facilities (bnc#681175). * Fri Apr 1 2011 mmarek@suse.cz - patches.kabi/kabi-fix-xfs-interfaces-with-bulkstat: Fix one more caller. * Fri Apr 1 2011 mmarek@suse.cz - Update kabi files for xfs. * Fri Apr 1 2011 sjayaraman@suse.de - revert the last commit as it seems to break kABI. - patches.suse/SoN-11a-mm-reserve.patch: Delete. - patches.suse/SoN-16b-netvm-reserve-inet.patch: Delete. - patches.suse/SoN-28a-nfs-alloc-recursions.patch: Delete. * Fri Apr 1 2011 sjayaraman@suse.de - patches.suse/SoN-11a-mm-reserve.patch: mm: Add mem_reserve_kmem_cache_add helper (bnc#678466). - patches.suse/SoN-16b-netvm-reserve-inet.patch: netvm: Reduce the size of the routing reserves and be careful of dst_alloc() (bnc#678466). - patches.suse/SoN-28a-nfs-alloc-recursions.patch: nfs: Create a memory reserve for nfs_page_cache (bnc#678466). * Thu Mar 31 2011 agraf@suse.de - patches.arch/s390-dasd-force-label.patch: s390x: Add force flag for dasd style partition label detection (bnc#684085). * Wed Mar 30 2011 tiwai@suse.de - patches.drivers/alsa-usb-remove-trailing-spaces: ALSA: usb - Remove trailing spaces from USB card name strings (bnc#677563). * Wed Mar 30 2011 jeffm@suse.de - patches.kabi/kabi-fix-xfs-interfaces-with-bulkstat: KABI: Fix XFS interfaces with bulkstat (bnc#632317). * Wed Mar 30 2011 jbohac@suse.cz - patches.fixes/ipsec-fix-bogus-bundle-flowi.patch: ipsec: Fix bogus bundle flowi (bnc#680845). - patches.fixes/ipv4-check-rt_genid-in-dst_check.patch: ipv4: check rt_genid in dst_check (bnc#680845). * Wed Mar 30 2011 jslaby@suse.de - patches.fixes/prevent-rt_sigqueueinfo-from-spoofing-fix.patch: Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfo (bnc#681826). * Tue Mar 29 2011 bphilips@suse.de - patches.drivers/gro-reset-skb_iif-on-reuse.patch: gro: reset skb_iif on reuse (bnc#682965, CVE-2011-1478). * Tue Mar 29 2011 knikanth@suse.de - patches.suse/dm-stripe-implement-merge-method: dm stripe: implement merge method (bnc#663313). * Tue Mar 29 2011 hare@suse.de - patches.fixes/fcoe-use_vlan_id-parameter: Set default value to 0 (bnc#620929). * Tue Mar 29 2011 knikanth@suse.de - patches.suse/lock_page_speedup_avoid_sync.patch: __lock_pages() speedup (bnc#629170). * Tue Mar 29 2011 bphilips@suse.de - patches.drivers/gro-Reset-dev-pointer-on-reuse.patch: gro: Reset dev pointer on reuse (bnc#682965, CVE-2011-1478). * Mon Mar 28 2011 duwe@suse.de - patches.arch/ppc-correct-ccrbit-for-syscall-error: powerpc: Use correct ccr bit for syscall error status (bnc#682940). - patches.arch/ppc-no_BUG_ON-dumping-exiting-thread: powerpc/ptrace: Remove BUG_ON when full register set not available (bnc#682941). * Mon Mar 28 2011 mszeredi@suse.cz - patches.fixes/osf-partition-table-fix.patch: Fix corrupted OSF partition table parsing (bnc#679812). * Mon Mar 28 2011 jslaby@suse.de - Update to 2.6.32.36: - obsoletes: - patches.fixes/dcdbas-smiread.patch - patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch - patches.suse/kdb-usb-rework: Refresh. - patches.suse/memory-hotplug-Define-memory_block_size_bytes-for-x86_64-with-CONFIG_X86_UV.patch: Refresh. * Sun Mar 27 2011 sjayaraman@suse.de - patches.fixes/knfsd4-fix-share-mode-perms: nfsd4: fix share mode permissions (bnc#566768). * Fri Mar 25 2011 sjayaraman@suse.de - patches.fixes/nfs-fix-hangs-over-tcp-due-to-packet-loss: SUNRPC: fix NFS client over TCP hangs due to packet loss (bnc#669058). * Fri Mar 25 2011 mhocko@suse.cz - patches.fixes/page_cgroup-reduce-allocation-overhead.patch: page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPARSEMEM (bnc#669889). * Fri Mar 25 2011 jslaby@suse.de - patches.kernel.org/patch-2.6.32.33-34: Update references (bnc#558740). * Thu Mar 24 2011 bphilips@suse.de - patches.drivers/ixgbe-work-around-for-DDP-last-buffer-size.patch: ixgbe: work around for DDP last buffer size (bnc#682333). * Thu Mar 24 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-101-Fix-SPDIF-out-regression-on-ALC889: ALSA: hda - Fix SPDIF out regression on ALC889 (bnc#679588). * Thu Mar 24 2011 tonyj@suse.de - patches.fixes/audit-filter-rules-cred-perf.patch: audit: audit_filter_rules direct cred access (bnc#670979). * Thu Mar 24 2011 jslaby@suse.de - Update to 2.6.32.35: - obsoletes: - patches.rpmify/revert-perf-Handle-stopped-state-with-tracepoints.patch * Thu Mar 24 2011 jslaby@suse.de - patches.fixes/prevent-rt_sigqueueinfo-from-spoofing.patch: Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal code (bnc#681826 CVE-2011-1182). * Thu Mar 24 2011 tiwai@suse.de - patches.drivers/sound-oss-opl3-validate-voice-and-channel-indexes: sound/oss/opl3: validate voice and channel indexes (bnc#681999). - patches.drivers/sound-oss-remove-offset-from-load_patch-callbacks: sound/oss: remove offset from load_patch callbacks (bnc#681999). - kabi/severities: Ignore OSS kABI * Thu Mar 24 2011 jack@suse.cz - patches.fixes/xfs-zero-proper-structure-size-for-geometry-calls.patch: xfs: zero proper structure size for geometry calls (bnc#672505). * Thu Mar 24 2011 jslaby@suse.de - Update to 2.6.32.34: - security fixes - bugfixes - obsoletes: - patches.arch/ppc64-kdump-unrace - patches.drivers/PCI-remove-quirk-for-pre-production-systems.patch - patches.fixes/isdn-avoid-calling-tty_ldisc_flush.patch - patches.fixes/smp-smp_call_function_many-fix-list-delete-vs-add-race - patches.fixes/smp-smp_call_function_many-handle-concurrent-clearing-of-mask - patches.rpmify/revert-perf-Handle-stopped-state-with-tracepoints.patch: Revert "perf: Handle stopped state with tracepoints". - patches.kabi/paca_struct-guard.patch: PPC: guard struct paca_struct kABI changes. * Thu Mar 24 2011 nfbrown@suse.de - patches.fixes/xfs-force-when-pinned: XFS: force log before waiting for a pinned buffer (bnc#649473). * Thu Mar 24 2011 rjw@suse.de - patches.arch/x86-uv-Initialize-the-broadcast-assist-unit-base-destination-node-id-properly.patch: x86, UV: Initialize the broadcast assist unit base destination node id properly (bnc#677783). * Wed Mar 23 2011 nfbrown@suse.de - patches.fixes/nfs4-acl-pages.fix: nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3) (bnc#677286). * Fri Mar 18 2011 jbohac@suse.cz - patches.fixes/inet_diag-fix-bytecode-validation.patch: inet_diag: Make sure we actually run the same bytecode we audited (bnc#651599, CVE-2010-3880). * Thu Mar 17 2011 jdelvare@suse.de - patches.fixes/bonding-802.3ad-fix-state-machine-locking.patch: bonding 802.3ad: Fix the state machine locking (bnc#672453). * Thu Mar 17 2011 duwe@suse.de - patches.arch/ppc-pseries-disable-msi-new-interface: powerpc/pseries: Disable MSI using new interface if possible (bnc#677398). * Thu Mar 17 2011 duwe@suse.de - patches.drivers/eeh-fix-early-boot-oops: powerpc/eeh: Fix oops when probing in early boot (bnc#677391). - patches.drivers/ipr-bluedarter-readd-race-workaround: ipr: Fix a race on multiple configuration changes (bnc#675115). * Thu Mar 17 2011 knikanth@suse.de - patches.suse/ldm_validate_partition_table-quiet: Silence "ldm_validate_partition_table(): Disk read failed" when booting with "quiet" (bnc#656219). * Wed Mar 16 2011 jack@suse.cz - patches.fixes/direct-io-move-aio_complete-into-end_io: direct-io: move aio_complete into ->end_io (bnc#622597). - patches.kabi/restore-dio_iodone-symbol-type: Hide kABI change caused by a change of prototype of dio_iodone_t (bnc#622597). - patches.xfs/xfs-cleanup-data-end-io-handlers: xfs: cleanup data end I/O handlers (bnc#622597). - patches.xfs/xfs-move-aio-completion-after-unwritten-extent-conversion: xfs: move aio completion after unwritten extent conversion (bnc#622597). * Wed Mar 16 2011 hare@suse.de - patches.fixes/scsi-dh-rdac-add-sun: scsi_dh_rdac : Add new SUN controllers (bnc#660507). * Tue Mar 15 2011 jslaby@suse.de - Update to 2.6.32.33: - security fixes - bugfixes - obsoletes: - patches.drivers/ixgbe-fix-for-82599-erratum-on-Header-Splitting.patch - patches.arch/ppc64-kdump-unrace: Refresh. * Fri Mar 11 2011 hare@suse.de - patches.drivers/qla2xxx-use-spinlock_irqsave: qla2xxx: Path fails to recover after microcode update (bnc#654169). * Fri Mar 11 2011 hare@suse.de - patches.fixes/megaraid-sas-kdump-crash-on-dell: Fixup patch to apply. * Fri Mar 11 2011 hare@suse.de - patches.fixes/megaraid-sas-kdump-crash-on-dell: Rearrange to apply at right position (bnc#622868). * Thu Mar 10 2011 jbohac@suse.cz - patches.suse/allow_bonding_with_blacklisted_ipv6.patch: fix KABI * Thu Mar 10 2011 jbohac@suse.cz - patches.suse/allow_bonding_with_blacklisted_ipv6.patch: remove the semaphore which caused bnc#678531 and was not needed, because it only protected against the removal of the ipv6 module; ipv6 can not be removed anyway once loaded * Thu Mar 10 2011 jjolly@suse.de - patches.drivers/ib-core-pre-mra-xmit-lap-state-check.patch: IB/cm: Check LAP state before sending an MRA (bnc#673516,LTC#69958). * Thu Mar 10 2011 bphilips@suse.de - patches.drivers/PCI-remove-quirk-for-pre-production-systems.patch: PCI: remove quirk for pre-production systems (bnc#656587). * Tue Mar 8 2011 jbeulich@novell.com - Update Xen patches to 2.6.32.31. - patches.xen/1069-blktap-misc.patch: blktap: a small fix and assorted cleanup. - patches.xen/1070-pciback-reset-msi.patch: pciback: disable MSI/MSI-X when resetting device (bnc#670615). - patches.xen/xen-cxgb3: apply xen specific patch to the Chelsio ethernet drivers. - Refresh other Xen patches. * Tue Mar 8 2011 jslaby@suse.de - Update to 2.6.32.32 - security fixes - bugfixes - obsoletes: - patches.drivers/netxen-8f9b3f-to-c651a8.patch (one hunk) - patches.drivers/usb-iowarrior-don-t-trust-report_size-for-buffer-siz.patch - patches.fixes/fuse-fix-fuseblk-hang.patch - patches.fixes/sctp-fix-oops-when-sending-queued-asconf-chunks - kabi fixes: - patches.kabi/drm_device-guard.patch: DRM: guard struct drm_device kABI changes. * Tue Mar 8 2011 bphilips@suse.de - patches.drivers/ixgbe-fix-panic-due-to-uninitialised-pointer.patch: ixgbe: fix panic due to uninitialised pointer. * Tue Mar 8 2011 bphilips@suse.de - patches.drivers/ixgbe-add-1g-PHY-support-for-82599.patch: ixgbe: add 1g PHY support for 82599 (bnc#644630). - patches.drivers/ixgbe-add-support-for-active-DA-cables.patch: ixgbe: add support for active DA cables (bnc#644630). - patches.drivers/ixgbe-cleanup-race-conditions-in-link-setup.patch: ixgbe: cleanup race conditions in link setup (bnc644630). - patches.drivers/ixgbe-fix-for-link-failure-on-SFP-DA-cables.patch: ixgbe: fix for link failure on SFP+ DA cables (bnc#644630). * Fri Mar 4 2011 rjw@suse.de - patches.arch/ACPI-ACPICA-Fix-global-lock-acquisition.patch: ACPI / ACPICA: Fix global lock acquisition (bnc#637377). * Fri Mar 4 2011 bphilips@suse.de - patches.drivers/usb-iowarrior-don-t-trust-report_size-for-buffer-siz.patch: usb: iowarrior: don't trust report_size for buffer size (bnc#666842 CVE-2010-4656). * Fri Mar 4 2011 mgalbraith@suse.de - Ensure that max_level is >= 1 when used, as in mainline. - patches.fixes/af_unix-limit-recursion-level: Refresh. * Fri Mar 4 2011 jack@suse.cz - patches.fixes/debugfs_remove_corruption.diff: debugfs: Fix filesystem reference counting on debugfs_remove() failure (bnc#668101). * Fri Mar 4 2011 knikanth@suse.de - patches.suse/memory-hotplug-Define-memory_block_size_bytes-for-x86_64-with-CONFIG_X86_UV.patch: Refresh. Add missing chunk (bnc#643266). * Thu Mar 3 2011 gregkh@suse.de - Update to 2.6.32.31 - obsoletes: - patches.rpmify/swiotlb-build-fix.patch: Delete. * Thu Mar 3 2011 hare@suse.de - patches.drivers/lpfc-8.3.5.8.2p-update: Fix panic in lpfc_scsi_cmd_iocb_cmpl (bnc#671943). * Thu Mar 3 2011 jslaby@suse.de - Update to 2.6.32.30: - security fixes - bugfixes - obsoletes: - patches.arch/hpet_do_not_register_if_arat.patch - patches.arch/s390-remove-task_show_regs.patch - patches.drivers/alsa-01-caiaq-Fix-possible-string-buffer-overflow - patches.drivers/ixgbe-add-support-for-82599-ba - patches.drivers/ixgbe-prevent-speculative-processing-of-descriptors.patch - patches.fixes/cred-fix-get_task_cred-and-task_state-to-not-resurrect-dead-credentials - patches.fixes/filter-make-sure-filters-dont-read-uninitialized-memory - patches.fixes/fix-pktcdvd-ioctl-dev_minor-range-check - patches.fixes/isdn-hisax-replace-access-to-irq-stats.patch - patches.fixes/media-v3-media-av7110-check-for-negative-array-offse.patch - patches.fixes/ocfs2_connection_find-returns-pointer-to-bad-structu.patch - patches.fixes/sctp-fix-bounds-checking-in-sctp_asoc_get_hmac.patch - patches.fixes/tcp-increase-tcp_maxseg-socket-option-minimum - patches.fixes/xfs-always-use-iget-in-bulkstat - patches.fixes/xfs-remove-block-number-from-inode-lookup-code - patches.fixes/xfs-rename-xfs_iget_bulkstat-to-xfs_iget_untrusted - patches.fixes/xfs-validate-untrusted-inode-numbers-during-lookup - kabi fixes: - patches.kabi/hisax-IsdnCardState-guard.patch - patches.rpmify/swiotlb-build-fix.patch: Fix compilation error introduced in 484d82b6. - patches.drivers/acer_wmi_hotkey_events_support.patch: Refresh. - patches.drivers/acer_wmi_launch_manager_mode.patch: Refresh. - patches.drivers/benet-from-v2.6.32-to-8f47afe0.patch: Refresh. - patches.drivers/mpt-fusion-4.22.00.00-update: Refresh. - patches.fixes/epoll-fix-max_user_watches-overflow.patch: Refresh. - patches.fixes/net-optimize-berkeley-packet-filter-bpf-processing: Refresh. - patches.fixes/scsi-add-tgps-setting: Refresh. - patches.fixes/xfs-always-use-iget-in-bulkstat-dmapi: Refresh. - patches.suse/xfs-dmapi-xfs-enable: Refresh. - patches.xen/xen-x86-no-lapic: Refresh. - patches.xen/xen3-patch-2.6.19: Refresh. - patches.xfs/xfs-remove-incorrect-sparse-annotation-for-xfs_iget_.patch: Refresh. * Wed Mar 2 2011 mhocko@suse.cz - patches.fixes/media-v3-media-av7110-check-for-negative-array-offse.patch: [media] [v3,media] av7110: check for negative array offset (bnc#666836, CVE-2011-0521). * Wed Mar 2 2011 jkosina@suse.cz - patches.fixes/dcdbas-smiread.patch: dcdbas: force SMI to happen when expected (bnc#669571). - patches.xen/xen-dcdbas: Refresh. * Mon Feb 28 2011 bphilips@suse.de - patches.drivers/cnic-fix-big-endian-bug.patch: cnic: Fix big endian bug (bnc#670154). * Mon Feb 28 2011 jjolly@suse.de - patches.arch/s390-27-01-qeth-mac-in-message.patch: qeth: wrong MAC-address displayed in error message (bnc#671296,LTC#69730). - patches.arch/s390-27-02-dasd-unresumed-devices-panic.patch: dasd: prevent panic with unresumed devices (bnc#671296,LTC#69816). - patches.arch/s390-27-03-qeth-chpath-change.patch: qeth: allow channel path changes in suspend state (bnc#671296,LTC#70033). - patches.arch/s390-27-04-qeth-no-ipa-in-offline.patch: qeth: remove needless IPA-commands in offline (bnc#671296,LTC#70055). - patches.arch/s390-27-05-tape-system-wq-deadlock.patch: tape: deadlock on global work queue (bnc#671296,LTC#70202). * Mon Feb 28 2011 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: Add annotations to lib/rwsem_64.S. * Mon Feb 28 2011 hare@suse.de - patches.fixes/fcoe-fix-broken-fcoe-interface: fcoe: fix broken fcoe interface reset (bnc#674549). - patches.fixes/libfc-dereferencing-err_ptr-in: libfc: dereferencing ERR_PTR in fc_tm_done() (bnc#674549). - patches.fixes/libfc-fixing-a-memory-leak: libfc: Fixing a memory leak when destroying an interface (bnc#674549). - patches.fixes/libfc-fix-exchange-being-deleted-when-the-abort-its: Delete (bnc#674549). * Fri Feb 25 2011 mgalbraith@suse.de - Fix backport error. - patches.fixes/af_unix-limit-recursion-level: Refresh. * Thu Feb 24 2011 tiwai@suse.de - patches.drivers/alsa-usb-fix-oops-at-disconnection: ALSA: usb-audio: fix oops due to cleanup race when disconnecting (bnc#674735). * Thu Feb 24 2011 rjw@suse.de - patches.arch/x86-uv-early-boot-bitmap-fix.patch: x86 / UV: Early boot bitmap fix (bnc#657248). * Thu Feb 24 2011 knikanth@suse.de Enable the following patches for bnc#643266. - patches.suse/driver-core-Add-mutex-for-adding-removing-memory-blocks.patch: Driver core: Add mutex for adding/removing memory blocks (bnc#643266). - patches.suse/driver-core-Add-section-count-to-memory_block-struct.patch: Driver core: Add section count to memory_block struct (bnc#643266). - patches.suse/driver-core-Move-find_memory_block-routine.patch: Driver core: Move find_memory_block routine (bnc#643266). - patches.suse/memory-hotplug-Allow-memory-blocks-to-span-multiple-memory-sections.patch: memory hotplug: Allow memory blocks to span multiple memory sections (bnc#643266). - patches.suse/memory-hotplug-Define-memory_block_size_bytes-for-powerpc-pseries.patch: memory hotplug: Define memory_block_size_bytes for powerpc/pseries (bnc#643266). - patches.suse/memory-hotplug-Define-memory_block_size_bytes-for-x86_64-with-CONFIG_X86_UV.patch: memory hotplug: Define memory_block_size_bytes for x86_64 with CONFIG_X86_UV (bnc#643266). - patches.suse/memory-hotplug-Update-phys_index-to-start-end-section_nr.patch: memory hotplug: Update phys_index to [start|end]_section_nr (bnc#643266). - patches.suse/memory-hotplug-sysfs-probe-routine-should-add-all-memory-sections.patch: memory hotplug: sysfs probe routine should add all memory sections (bnc#643266). * Wed Feb 23 2011 jbohac@suse.cz - patches.fixes/ax25-fix-information-leak-to-userland.patch: net: ax25: fix information leak to userland (bnc#650897, CVE-2010-3875). - patches.fixes/packet-fix-information-leak-to-userland.patch: net: packet: fix information leak to userland (bnc#650897, CVE-2010-3876). - patches.fixes/tipc-fix-information-leak-to-userland.patch: net: tipc: fix information leak to userland (bnc#650897, CVE-2010-3877). * Wed Feb 23 2011 jbohac@suse.cz - patches.arch/crypto-sha-s390-reset-index-after-processing-partial-block.patch: crypto: sha-s390 - Reset index after processing partial block (bnc#470671). * Wed Feb 23 2011 knikanth@suse.de Disable the following patches: - patches.suse/driver-core-Add-mutex-for-adding-removing-memory-blocks.patch: Driver core: Add mutex for adding/removing memory blocks (bnc#643266). - patches.suse/driver-core-Add-section-count-to-memory_block-struct.patch: Driver core: Add section count to memory_block struct (bnc#643266). - patches.suse/driver-core-Move-find_memory_block-routine.patch: Driver core: Move find_memory_block routine (bnc#643266). - patches.suse/memory-hotplug-Allow-memory-blocks-to-span-multiple-memory-sections.patch: memory hotplug: Allow memory blocks to span multiple memory sections (bnc#643266). - patches.suse/memory-hotplug-Define-memory_block_size_bytes-for-powerpc-pseries.patch: memory hotplug: Define memory_block_size_bytes for powerpc/pseries (bnc#643266). - patches.suse/memory-hotplug-Define-memory_block_size_bytes-for-x86_64-with-CONFIG_X86_UV.patch: memory hotplug: Define memory_block_size_bytes for x86_64 with CONFIG_X86_UV (bnc#643266). - patches.suse/memory-hotplug-Update-phys_index-to-start-end-section_nr.patch: memory hotplug: Update phys_index to [start|end]_section_nr (bnc#643266). - patches.suse/memory-hotplug-sysfs-probe-routine-should-add-all-memory-sections.patch: memory hotplug: sysfs probe routine should add all memory sections (bnc#643266). * Tue Feb 22 2011 jbohac@suse.cz - patches.fixes/sctp-fix-bounds-checking-in-sctp_asoc_get_hmac.patch: sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac() (bnc#643513, CVE-2010-3705). * Tue Feb 22 2011 knikanth@suse.de - patches.suse/driver-core-Add-mutex-for-adding-removing-memory-blocks.patch: Driver core: Add mutex for adding/removing memory blocks (bnc#643266). - patches.suse/driver-core-Add-section-count-to-memory_block-struct.patch: Driver core: Add section count to memory_block struct (bnc#643266). - patches.suse/driver-core-Move-find_memory_block-routine.patch: Driver core: Move find_memory_block routine (bnc#643266). - patches.suse/memory-hotplug-Allow-memory-blocks-to-span-multiple-memory-sections.patch: memory hotplug: Allow memory blocks to span multiple memory sections (bnc#643266). - patches.suse/memory-hotplug-Define-memory_block_size_bytes-for-powerpc-pseries.patch: memory hotplug: Define memory_block_size_bytes for powerpc/pseries (bnc#643266). - patches.suse/memory-hotplug-Define-memory_block_size_bytes-for-x86_64-with-CONFIG_X86_UV.patch: memory hotplug: Define memory_block_size_bytes for x86_64 with CONFIG_X86_UV (bnc#643266). - patches.suse/memory-hotplug-Update-phys_index-to-start-end-section_nr.patch: memory hotplug: Update phys_index to [start|end]_section_nr (bnc#643266). - patches.suse/memory-hotplug-sysfs-probe-routine-should-add-all-memory-sections.patch: memory hotplug: sysfs probe routine should add all memory sections (bnc#643266). * Tue Feb 22 2011 mszeredi@suse.cz - patches.fixes/xfs_fs_geometry-fix.patch: xfs: prevent leaking uninitialized stack memory in FSGEOMETRY_V1 (CVE-2011-0711 bnc#672524). * Tue Feb 22 2011 hare@suse.de - patches.fixes/megaraid-sas-kdump-crash-on-dell: megaraid_sas: kdump hangs on dell 2900 (bnc#622868). * Tue Feb 22 2011 mgalbraith@suse.de - Added bnc#670129 cases to hopefully (and seemingly) now obsolete safety net - patches.fixes/sched-divide-by-zero-workaround-and-diag.diff: Refresh. * Mon Feb 21 2011 mgalbraith@suse.de - patches.fixes/af_unix-limit-recursion-level: af_unix: limit recursion level (bnc#658037). - patches.fixes/smp-consolidate-writes-in-smp_call_function_interrupt: kernel/smp.c: consolidate writes in smp_call_function_interrupt() (bnc#658037, bnc#636435, bnc#665663). - patches.fixes/smp-generic_smp_call_function_interrupt-additional-memory-order-tightening: smp_call_function: additional memory-order tightening (bnc#658037, bnc#636435, bnc#665663). - patches.fixes/smp-smp_call_function_many-fix-list-delete-vs-add-race: call_function_many: fix list delete vs add race (bnc#658037, bnc#636435, bnc#665663). - patches.fixes/smp-smp_call_function_many-handle-concurrent-clearing-of-mask: smp_call_function_many: handle concurrent clearing of mask (bnc#658037, bnc#636435, bnc#665663). * Mon Feb 21 2011 tiwai@suse.de - patches.drivers/alsa-01-caiaq-Fix-possible-string-buffer-overflow: ALSA: caiaq - Fix possible string-buffer overflow (bnc#672499, CVE-2011-0712). * Sat Feb 19 2011 gregkh@suse.de - patches.arch/s390-remove-task_show_regs.patch: s390: remove task_show_regs - CVE-2011-0710 (bnc#672492). * Fri Feb 18 2011 mhocko@suse.cz - patches.fixes/mm-clear-pages_scanned-only-if-draining-a-pcp-adds-p.patch: mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator (bnc#672292). * Fri Feb 18 2011 jslaby@suse.de - Update to 2.6.32.29: - security fixes - bugfixes - obsoletes: - patches.arch/s390-08-05-hvc-iucv-alloc-dma.patch - patches.arch/s390-09-01-vdso-version.patch - patches.arch/x86-mtrr-avoid-MTRR-reprogramming-on-BP-during-boot-on.patch - patches.drivers/alsa-sp1-hda-98-Fix-memory-leaks-in-conexant-jack-arrays - patches.fixes/calibrate-jiffy-overflow - patches.fixes/input-introduce-notimeout-blacklist-for-Dell-Vostro-.patch - patches.fixes/sd-set-resid-correctly - patches.suse/staging-hv-add-code-to-create-the-device-directory-under-sys-block-hdx.patch - kabi fixes: - patches.kabi/sched_group.patch: sched: guard struct sched_group kABI changes. - patches.kabi/sched_struct_rq_kABI_guard.patch: Refresh. - patches.fixes/sched-divide-by-zero-workaround-and-diag.diff: Refresh. - patches.fixes/usb-ehci-amd-periodic-frame-list-table-quirk.patch: Refresh. - patches.kabi/sched_sched_class_kABI_guard.patch: Refresh. - patches.kernel.org/patch-2.6.32.28-29: Linux 2.6.32.29. - patches.suse/SoN-07-mm-PF_MEMALLOC-softirq.patch: Refresh. - patches.suse/dm-mpath-accept-failed-paths: Refresh. - patches.suse/dm-mpath-disable-abort-queue: Refresh. - patches.suse/kconfig-automate-kernel-desktop: Refresh. - patches.suse/rlim-0012-core-use-helpers-for-rlimits.patch: Refresh. - Update config files. * Fri Feb 18 2011 gregkh@suse.de - patches.arch/s390-remove-task_show_regs.patch: s390: remove task_show_regs. * Thu Feb 17 2011 jbohac@suse.cz - patches.fixes/ipv6-implement-any-ip-support.patch: Implement Any-IP support for IPv6 (bnc#640850, fate#310839). * Wed Feb 16 2011 oneukum@suse.de - patches.fixes/Add_Atheros_AR5BBU12_BT_firmware_supported.patch: blacklist another BT device that cannot operate without firmware (bnc#670864). * Mon Feb 14 2011 bphilips@suse.de - patches.drivers/ixgbe-fix-for-82599-erratum-on-Header-Splitting.patch: ixgbe: fix for 82599 erratum on Header Splitting (bnc#671483). * Sat Feb 12 2011 agraf@suse.de - patches.arch/s390-kvm-ext-param.patch: S390: take a full byte as ext_param indicator (bnc#671274). - patches.arch/s390-kvm-hotplug.patch: S390: Add virtio hotplug add support (bnc#671274). * Fri Feb 11 2011 oneukum@suse.de - patches.fixes/0001-btusb-fix-crash-with-quirky-dongles-doing-sound.patch: btusb:fix crash with quirky dongles doing sound (bnc#671256). * Fri Feb 11 2011 hare@suse.de - patches.fixes/fcoe-use_vlan_id-parameter: Introduce 'use_vlan_id' to omit using of VLAN ID for WWPN (bnc#620929). * Fri Feb 11 2011 hare@suse.de - patches.suse/dm-mpath-fixup-status-output-for-no-paths: multipath status output wrong for no priority groups (bnc#668545). * Fri Feb 11 2011 hare@suse.de - patches.fixes/fcoe-cisco-login-failure: fcoe: drop FCoE LOGO in FIP mode (bnc#662800). * Fri Feb 11 2011 hare@suse.de - patches.fixes/aacraid-check-scsi_dma_map_return-value: aacraid: check for errors in scsi_dma_map() (bnc#663706). * Thu Feb 10 2011 rgoldwyn@suse.de - patches.fixes/xfs-make-xfsbufd-less-aggressive.patch: XFS - Make xfsbufd less aggressive (bnc#649473). * Wed Feb 9 2011 mmarek@suse.cz - rpm/kernel-binary.spec.in: Add version numbers to SLE11-GA kmp obsoletes (bnc#633026). * Wed Feb 9 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-Fix-missing-CA-initialization-for-HDMI-DP: ALSA: hda - Fix missing CA initialization for HDMI/DP (bnc#670577). * Wed Feb 9 2011 hare@suse.de - patches.fixes/scsi-dh-alua-errorneous-tpg_id-check: Erroneous TPG ID check in SCSI ALUA Handler (bnc#665524). * Wed Feb 9 2011 hare@suse.de - patches.fixes/sd-set-resid-correctly: fix medium error problems which can cause data corruption (bnc#650366). * Tue Feb 8 2011 bphilips@suse.de - unmask enic driver update (bnc#638258, fate#311002) - patches.drivers/enic-Clean-ups.patch: fix bug where pci_enable_device* was called twice * Mon Feb 7 2011 jbohac@suse.cz - patches.fixes/bonding-allow-arp_ip_targers-on-separate-vlans-to-use-arp-validation.patch: Update the patch to fix a regression (bnc#648701, bnc#665480). * Mon Feb 7 2011 mszeredi@suse.cz - kabi/severities: Add fuse module to the "PASS" list. Fuse symbols are exclusively exported to cuse, nothing else should ever use them. * Fri Feb 4 2011 mszeredi@suse.cz - patches.fixes/fuse-fix-fuseblk-hang.patch: Fix hang of single threaded fuseblk filesystem (bnc#658337). * Fri Feb 4 2011 jjolly@suse.de - patches.arch/s390-26-01-ccwgroup_uevent.patch: ccwgroup: udev race condition (bnc#659101,LTC#68723). - patches.arch/s390-26-02-cio-fix-ccwgroup-use-after-free.patch: cio: prevent kernel panic when path to network device is lost (bnc#659101,LTC#68729). - patches.arch/s390-26-03-qdio-siga.patch: qdio: use proper QEBSM operand for SIGA-R and SIGA-S (bnc#659101,LTC#68830). - patches.arch/s390-26-04-nohz-cpu-hotplug.patch: kernel: nohz vs cpu hotplug system hang (bnc#659101,LTC#68888). - patches.arch/s390-26-05-qeth_recovery_wait_in_open.patch: qeth: wait for recovery finish in open function (bnc#659101,LTC#69037). - patches.arch/s390-26-06-qeth_osn_online.patch: qeth: fix online setting of OSN-devices (bnc#659101,LTC#69071). - patches.arch/s390-26-07-qdio-shared_ind_race.patch: qdio: prevent race for shared indicators (bnc#659101,LTC#69028). - patches.arch/s390-26-08-uaccess-sacf.patch: uaccess: missing sacf in uaccess error handling (bnc#659101,LTC#69124). * Fri Feb 4 2011 rjw@suse.de - patches.arch/x86-mtrr-avoid-MTRR-reprogramming-on-BP-during-boot-on.patch: x86, mtrr: avoid MTRR reprogramming on BP during boot on (bnc#623393). * Thu Feb 3 2011 mszeredi@suse.cz - patches.suse/squashfs-3.4.patch: forward port squashfs version 3 from SLES11 as a new "squashfs3" filesystem (bnc#666893) - supported.conf: added squashfs3 - Update config files. * Thu Feb 3 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-100-keep-ABI-for-LSI-modem-driver: Keep internal structure of hd-audio for LSI binary-only driver (bnc#659394,bnc#655278). * Thu Feb 3 2011 trenn@suse.de Make acpi.ec_delay param writeable - patches.arch/acpi_ec_delay_param.patch: Refresh. * Thu Feb 3 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-99-Change-the-AZX_MAX_PCMS-to-10: ALSA: hda - Change the AZX_MAX_PCMS to 10 (bnc#659394,bnc#655278). * Thu Feb 3 2011 jack@suse.cz - patches.fixes/ocfs2-mkdir-credits.diff: Correct number of credits needed for mkdir (bnc#668633). * Thu Feb 3 2011 jbohac@suse.cz - patches.fixes/bonding-minimize-race-window-on-miimon-rearming.patch: bonding: minimize race window on miimon rearming (bnc#602969). * Wed Feb 2 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-98-Fix-memory-leaks-in-conexant-jack-arrays: ALSA: hda - Fix memory leaks in conexant jack arrays (bnc#668929). * Wed Feb 2 2011 knikanth@suse.de - patches.suse/lock_page-speedup.patch: lock_page speedup. Avoid atomic bit set, when possible (bnc#629170). * Wed Feb 2 2011 jbeulich@novell.com - Update Xen patches to 2.6.32.28. - Refresh other Xen patches. * Wed Feb 2 2011 jbeulich@novell.com - patches.fixes/calibrate-jiffy-overflow: Fix jiffy calculations in calibrate_delay_direct to handle overflow. * Tue Feb 1 2011 jkosina@suse.cz - patches.suse/kdb-fix-cpumask-usage.patch: KDB: Fix cpumask usage (bnc#662360). * Tue Feb 1 2011 tiwai@suse.de - patches.drivers/synaptics-hp-new-model.diff: Fix the detection of new synaptics touchpad on HP laptops (bnc#662212,bnc#663582,bnc#663537,bnc#664463). * Mon Jan 31 2011 mmarek@suse.de - Update rest of kabi files for xfs changes. * Sat Jan 29 2011 mfasheh@suse.com - patches.fixes/ocfs2-check-heartbeat-for-kernel-stacks-only.patch: ocfs2: Check heartbeat mode for kernel stacks only. * Fri Jan 28 2011 oneukum@suse.de - patches.fixes/btusb_ignore_malbec_wo_firmware.patch: Refresh. Fixed copy'n'paste error * Fri Jan 28 2011 jeffm@suse.de - Update reference module symbol versions: accepted xfs_bulkstat (and friends) changes from bnc#632317, CVE-2010-2943. * Thu Jan 27 2011 mfasheh@suse.com - patches.suse/ocfs2-kapi-compat.patch: ocfs2: add back ported kernel api calls. * Thu Jan 27 2011 trenn@suse.de - patches.arch/hpet_do_not_register_if_arat.patch: x86, hpet: Disable per-cpu hpet timer if ARAT is supported (bnc#648916). * Thu Jan 27 2011 rjw@suse.de - patches.arch/x86-UV-BAU-Extend-for-more-than-16-cpus-per-socket.patch: Refresh. * Thu Jan 27 2011 rjw@suse.de - patches.arch/x86-UV-Fix-interrupt-targeting-for-GRU-on-westmere.patch: x86, UV: Fix interrupt targeting for GRU on Westmere (bnc#662340). * Thu Jan 27 2011 rjw@suse.de - patches.arch/x86-uv-westmere-acpicid-fix.patch: x86, UV: Fix APICID shift for westmere processors (bnc#662335). * Thu Jan 27 2011 rjw@suse.de - patches.arch/x86-UV-BAU-Extend-for-more-than-16-cpus-per-socket.patch: x86, UV, BAU: Extend for more than 16 cpus per socket. * Thu Jan 27 2011 mfasheh@suse.com Bring in Ocfs2 fixes from 2.6.37 - patches.fixes/Fix-various-typos-of-valid-in-comments.patch: Fix various typos of valid in comments. - patches.fixes/Initialize-max_slots-early.patch: Initialize max_slots early. - patches.fixes/JBD2-Allow-feature-checks-before-journal-recovery.patch: JBD2: Allow feature checks before journal recovery. - patches.fixes/OCFS2-Allow-huge-16-TiB-volumes-to-mount.patch: OCFS2: Allow huge (> 16 TiB) volumes to mount. - patches.fixes/Ocfs2-Add-new-OCFS2_IOC_INFO-ioctl-for-ocfs2-v8.patch: Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8. - patches.fixes/Ocfs2-Stop-tracking-a-negative-dentry-after-dentry_i.patch: Ocfs2: Stop tracking a negative dentry after dentry_iput(). - patches.fixes/Ocfs2-Teach-coherency-full-O_DIRECT-writes-to-correc.patch: Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem. - patches.fixes/Reorganize-data-elements-to-reduce-struct-sizes.patch: Reorganize data elements to reduce struct sizes. - patches.fixes/Track-negative-entries-v3.patch: Track negative entries v3. - patches.fixes/When-I-tried-to-compile-I-got-the-following-warning.patch: When I tried to compile I got the following warning:. - patches.fixes/fs-ocfs2-dlm-Use-GFP_ATOMIC-under-spin_lock.patch: fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lock. - patches.fixes/ocfs2-Add-a-mount-option-coherency-to-handle-cluster.patch: ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIRECT writes. - patches.fixes/ocfs2-Add-an-incompat-feature-flag-OCFS2_FEATURE_INC.patch: ocfs2: Add an incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFO. - patches.fixes/ocfs2-Add-readahead-support-for-CoW.patch: ocfs2: Add readahead support for CoW. - patches.fixes/ocfs2-Add-readhead-during-CoW.patch: ocfs2: Add readhead during CoW. - patches.fixes/ocfs2-Add-some-trace-log-for-orphan-scan.patch: ocfs2: Add some trace log for orphan scan. - patches.fixes/ocfs2-Add-struct-file-to-ocfs2_refcount_cow.patch: ocfs2: Add struct file to ocfs2_refcount_cow. - patches.fixes/ocfs2-Add-support-for-heartbeat-global-mount-option.patch: ocfs2: Add support for heartbeat=global mount option. - patches.fixes/ocfs2-Adjust-masklog-flag-values.patch: ocfs2: Adjust masklog flag values. - patches.fixes/ocfs2-Avoid-to-evaluate-xattr-block-flags-again.patch: ocfs2: Avoid to evaluate xattr block flags again. - patches.fixes/ocfs2-Cache-system-inodes-of-other-slots.patch: ocfs2: Cache system inodes of other slots. - patches.fixes/ocfs2-Change-some-lock-status-member-in-ocfs2_lock_r.patch: ocfs2: Change some lock status member in ocfs2_lock_res to char. - patches.fixes/ocfs2-Fix-system-inodes-cache-overflow.patch: ocfs2: Fix system inodes cache overflow. - patches.fixes/ocfs2-Hold-ip_lock-when-set-clear-flags-for-indexed-.patch: ocfs2: Hold ip_lock when set/clear flags for indexed dir. - patches.fixes/ocfs2-Initialize-the-bktcnt-variable-properly-and-ca.patch: ocfs2: Initialize the bktcnt variable properly, and call it bucket_count. - patches.fixes/ocfs2-Remove-obscure-error-handling-in-direct_write.patch: ocfs2: Remove obscure error handling in direct_write. - patches.fixes/ocfs2-Remove-obsolete-comments-before-ocfs2_start_tr.patch: ocfs2: Remove obsolete comments before ocfs2_start_trans. - patches.fixes/ocfs2-Remove-ocfs2_sync_inode.patch: ocfs2: Remove ocfs2_sync_inode(). - patches.fixes/ocfs2-Remove-unused-old_id-in-ocfs2_commit_cache.patch: ocfs2: Remove unused old_id in ocfs2_commit_cache. - patches.fixes/ocfs2-Silence-unused-warning.patch: ocfs2: Silence unused warning. - patches.fixes/ocfs2-char-is-not-always-signed.patch: ocfs2: char is not always signed. - patches.fixes/ocfs2-cluster-Add-heartbeat-mode-configfs-parameter.patch: ocfs2/cluster: Add heartbeat mode configfs parameter. - patches.fixes/ocfs2-cluster-Add-mlogs-for-heartbeat-up-down-events.patch: ocfs2/cluster: Add mlogs for heartbeat up/down events. - patches.fixes/ocfs2-cluster-Bump-up-dlm-protocol-to-version-1.1.patch: ocfs2/cluster: Bump up dlm protocol to version 1.1. - patches.fixes/ocfs2-cluster-Check-slots-for-unconfigured-live-node.patch: ocfs2/cluster: Check slots for unconfigured live nodes. - patches.fixes/ocfs2-cluster-Create-debugfs-dir-files-for-each-regi.patch: ocfs2/cluster: Create debugfs dir/files for each region. - patches.fixes/ocfs2-cluster-Create-debugfs-files-for-live-quorum-a.patch: ocfs2/cluster: Create debugfs files for live, quorum and failed region bitmaps. - patches.fixes/ocfs2-cluster-Get-all-heartbeat-regions.patch: ocfs2/cluster: Get all heartbeat regions. - patches.fixes/ocfs2-cluster-Maintain-bitmap-of-failed-regions.patch: ocfs2/cluster: Maintain bitmap of failed regions. - patches.fixes/ocfs2-cluster-Maintain-bitmap-of-quorum-regions.patch: ocfs2/cluster: Maintain bitmap of quorum regions. - patches.fixes/ocfs2-cluster-Maintain-live-node-bitmap-per-heartbea.patch: ocfs2/cluster: Maintain live node bitmap per heartbeat region. - patches.fixes/ocfs2-cluster-Print-messages-when-adding-removing-he.patch: ocfs2/cluster: Print messages when adding/removing heartbeat regions. - patches.fixes/ocfs2-cluster-Print-messages-when-adding-removing-no.patch: ocfs2/cluster: Print messages when adding/removing nodes. - patches.fixes/ocfs2-cluster-Release-debugfs-file-elapsed_time_in_m.patch: ocfs2/cluster: Release debugfs file elapsed_time_in_ms. - patches.fixes/ocfs2-cluster-Reorganize-o2hb-debugfs-init.patch: ocfs2/cluster: Reorganize o2hb debugfs init. - patches.fixes/ocfs2-cluster-Show-per-region-heartbeat-elapsed-time.patch: ocfs2/cluster: Show per region heartbeat elapsed time. - patches.fixes/ocfs2-cluster-Track-bitmap-of-live-heartbeat-regions.patch: ocfs2/cluster: Track bitmap of live heartbeat regions. - patches.fixes/ocfs2-cluster-Track-number-of-global-heartbeat-regio.patch: ocfs2/cluster: Track number of global heartbeat regions. - patches.fixes/ocfs2-dlm-Add-message-DLM_QUERY_NODEINFO.patch: ocfs2/dlm: Add message DLM_QUERY_NODEINFO. - patches.fixes/ocfs2-dlm-Add-message-DLM_QUERY_REGION.patch: ocfs2/dlm: Add message DLM_QUERY_REGION. - patches.fixes/ocfs2-dlm-Expose-dlm_protocol-in-dlm_state.patch: ocfs2/dlm: Expose dlm_protocol in dlm_state. - patches.fixes/ocfs2-dlm-Migrate-lockres-with-no-locks-if-it-has-a-.patch: ocfs2/dlm: Migrate lockres with no locks if it has a reference. - patches.fixes/ocfs2-fix-memory-leak.patch: ocfs2: fix memory leak. - patches.fixes/ocfs2-pass-struct-file-to-ocfs2_prepare_inode_for_wr.patch: ocfs2: pass struct file* to ocfs2_prepare_inode_for_write. - patches.fixes/ocfs2-pass-struct-file-to-ocfs2_write_begin_nolock.patch: ocfs2: pass struct file* to ocfs2_write_begin_nolock. - patches.fixes/ocfs2-validate-bg_free_bits_count-after-update.patch: ocfs2: validate bg_free_bits_count after update. - patches.fixes/ocfs2_connection_find-returns-pointer-to-bad-structu.patch: ocfs2_connection_find() returns pointer to bad structure. * Thu Jan 27 2011 mfasheh@suse.com Bring in Ocfs2 fixes from 2.6.37 - patches.fixes/Fix-various-typos-of-valid-in-comments.patch: Fix various typos of valid in comments. - patches.fixes/Initialize-max_slots-early.patch: Initialize max_slots early. - patches.fixes/JBD2-Allow-feature-checks-before-journal-recovery.patch: JBD2: Allow feature checks before journal recovery. - patches.fixes/OCFS2-Allow-huge-16-TiB-volumes-to-mount.patch: OCFS2: Allow huge (> 16 TiB) volumes to mount. - patches.fixes/Ocfs2-Add-new-OCFS2_IOC_INFO-ioctl-for-ocfs2-v8.patch: Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8. - patches.fixes/Ocfs2-Stop-tracking-a-negative-dentry-after-dentry_i.patch: Ocfs2: Stop tracking a negative dentry after dentry_iput(). - patches.fixes/Ocfs2-Teach-coherency-full-O_DIRECT-writes-to-correc.patch: Ocfs2: Teach 'coherency=full' O_DIRECT writes to correctly up_read i_alloc_sem. - patches.fixes/Reorganize-data-elements-to-reduce-struct-sizes.patch: Reorganize data elements to reduce struct sizes. - patches.fixes/Track-negative-entries-v3.patch: Track negative entries v3. - patches.fixes/When-I-tried-to-compile-I-got-the-following-warning.patch: When I tried to compile I got the following warning:. - patches.fixes/fs-ocfs2-dlm-Use-GFP_ATOMIC-under-spin_lock.patch: fs/ocfs2/dlm: Use GFP_ATOMIC under spin_lock. - patches.fixes/ocfs2-Add-a-mount-option-coherency-to-handle-cluster.patch: ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIRECT writes. - patches.fixes/ocfs2-Add-an-incompat-feature-flag-OCFS2_FEATURE_INC.patch: ocfs2: Add an incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFO. - patches.fixes/ocfs2-Add-readahead-support-for-CoW.patch: ocfs2: Add readahead support for CoW. - patches.fixes/ocfs2-Add-readhead-during-CoW.patch: ocfs2: Add readhead during CoW. - patches.fixes/ocfs2-Add-some-trace-log-for-orphan-scan.patch: ocfs2: Add some trace log for orphan scan. - patches.fixes/ocfs2-Add-struct-file-to-ocfs2_refcount_cow.patch: ocfs2: Add struct file to ocfs2_refcount_cow. - patches.fixes/ocfs2-Add-support-for-heartbeat-global-mount-option.patch: ocfs2: Add support for heartbeat=global mount option. - patches.fixes/ocfs2-Adjust-masklog-flag-values.patch: ocfs2: Adjust masklog flag values. - patches.fixes/ocfs2-Avoid-to-evaluate-xattr-block-flags-again.patch: ocfs2: Avoid to evaluate xattr block flags again. - patches.fixes/ocfs2-Cache-system-inodes-of-other-slots.patch: ocfs2: Cache system inodes of other slots. - patches.fixes/ocfs2-Change-some-lock-status-member-in-ocfs2_lock_r.patch: ocfs2: Change some lock status member in ocfs2_lock_res to char. - patches.fixes/ocfs2-Fix-system-inodes-cache-overflow.patch: ocfs2: Fix system inodes cache overflow. - patches.fixes/ocfs2-Hold-ip_lock-when-set-clear-flags-for-indexed-.patch: ocfs2: Hold ip_lock when set/clear flags for indexed dir. - patches.fixes/ocfs2-Initialize-the-bktcnt-variable-properly-and-ca.patch: ocfs2: Initialize the bktcnt variable properly, and call it bucket_count. - patches.fixes/ocfs2-Remove-obscure-error-handling-in-direct_write.patch: ocfs2: Remove obscure error handling in direct_write. - patches.fixes/ocfs2-Remove-obsolete-comments-before-ocfs2_start_tr.patch: ocfs2: Remove obsolete comments before ocfs2_start_trans. - patches.fixes/ocfs2-Remove-ocfs2_sync_inode.patch: ocfs2: Remove ocfs2_sync_inode(). - patches.fixes/ocfs2-Remove-unused-old_id-in-ocfs2_commit_cache.patch: ocfs2: Remove unused old_id in ocfs2_commit_cache. - patches.fixes/ocfs2-Silence-unused-warning.patch: ocfs2: Silence unused warning. - patches.fixes/ocfs2-char-is-not-always-signed.patch: ocfs2: char is not always signed. - patches.fixes/ocfs2-cluster-Add-heartbeat-mode-configfs-parameter.patch: ocfs2/cluster: Add heartbeat mode configfs parameter. - patches.fixes/ocfs2-cluster-Add-mlogs-for-heartbeat-up-down-events.patch: ocfs2/cluster: Add mlogs for heartbeat up/down events. - patches.fixes/ocfs2-cluster-Bump-up-dlm-protocol-to-version-1.1.patch: ocfs2/cluster: Bump up dlm protocol to version 1.1. - patches.fixes/ocfs2-cluster-Check-slots-for-unconfigured-live-node.patch: ocfs2/cluster: Check slots for unconfigured live nodes. - patches.fixes/ocfs2-cluster-Create-debugfs-dir-files-for-each-regi.patch: ocfs2/cluster: Create debugfs dir/files for each region. - patches.fixes/ocfs2-cluster-Create-debugfs-files-for-live-quorum-a.patch: ocfs2/cluster: Create debugfs files for live, quorum and failed region bitmaps. - patches.fixes/ocfs2-cluster-Get-all-heartbeat-regions.patch: ocfs2/cluster: Get all heartbeat regions. - patches.fixes/ocfs2-cluster-Maintain-bitmap-of-failed-regions.patch: ocfs2/cluster: Maintain bitmap of failed regions. - patches.fixes/ocfs2-cluster-Maintain-bitmap-of-quorum-regions.patch: ocfs2/cluster: Maintain bitmap of quorum regions. - patches.fixes/ocfs2-cluster-Maintain-live-node-bitmap-per-heartbea.patch: ocfs2/cluster: Maintain live node bitmap per heartbeat region. - patches.fixes/ocfs2-cluster-Print-messages-when-adding-removing-he.patch: ocfs2/cluster: Print messages when adding/removing heartbeat regions. - patches.fixes/ocfs2-cluster-Print-messages-when-adding-removing-no.patch: ocfs2/cluster: Print messages when adding/removing nodes. - patches.fixes/ocfs2-cluster-Release-debugfs-file-elapsed_time_in_m.patch: ocfs2/cluster: Release debugfs file elapsed_time_in_ms. - patches.fixes/ocfs2-cluster-Reorganize-o2hb-debugfs-init.patch: ocfs2/cluster: Reorganize o2hb debugfs init. - patches.fixes/ocfs2-cluster-Show-per-region-heartbeat-elapsed-time.patch: ocfs2/cluster: Show per region heartbeat elapsed time. - patches.fixes/ocfs2-cluster-Track-bitmap-of-live-heartbeat-regions.patch: ocfs2/cluster: Track bitmap of live heartbeat regions. - patches.fixes/ocfs2-cluster-Track-number-of-global-heartbeat-regio.patch: ocfs2/cluster: Track number of global heartbeat regions. - patches.fixes/ocfs2-dlm-Add-message-DLM_QUERY_NODEINFO.patch: ocfs2/dlm: Add message DLM_QUERY_NODEINFO. - patches.fixes/ocfs2-dlm-Add-message-DLM_QUERY_REGION.patch: ocfs2/dlm: Add message DLM_QUERY_REGION. - patches.fixes/ocfs2-dlm-Expose-dlm_protocol-in-dlm_state.patch: ocfs2/dlm: Expose dlm_protocol in dlm_state. - patches.fixes/ocfs2-dlm-Migrate-lockres-with-no-locks-if-it-has-a-.patch: ocfs2/dlm: Migrate lockres with no locks if it has a reference. - patches.fixes/ocfs2-fix-memory-leak.patch: ocfs2: fix memory leak. - patches.fixes/ocfs2-pass-struct-file-to-ocfs2_prepare_inode_for_wr.patch: ocfs2: pass struct file* to ocfs2_prepare_inode_for_write. - patches.fixes/ocfs2-pass-struct-file-to-ocfs2_write_begin_nolock.patch: ocfs2: pass struct file* to ocfs2_write_begin_nolock. - patches.fixes/ocfs2-validate-bg_free_bits_count-after-update.patch: ocfs2: validate bg_free_bits_count after update. - patches.fixes/ocfs2_connection_find-returns-pointer-to-bad-structu.patch: ocfs2_connection_find() returns pointer to bad structure. * Wed Jan 26 2011 oneukum@suse.de - patches.fixes/btusb_ignore_malbec_wo_firmware.patch: ignore BT device before firmware transfer (bnc#658353). * Tue Jan 25 2011 jeffm@suse.com - patches.fixes/hfs-avoid-crash-in-hfs_bnode_create: hfs: avoid crash in hfs_bnode_create (bnc#552250). * Tue Jan 25 2011 oneukum@suse.de - patches.fixes/btusb_atheros3011_ignore.patch: ignore BT device before firmware transfer (bnc#658353). * Mon Jan 24 2011 jeffm@suse.com - patches.fixes/xfs-always-use-iget-in-bulkstat-dmapi: Build fix on - debug flavor. * Sun Jan 23 2011 jeffm@suse.com - patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack: netfilter: Implement RFC 1123 for FTP conntrack (bnc#466279). * Sat Jan 22 2011 mfasheh@suse.com - patches.fixes/Ocfs2-Fix-a-regression-bug-from-mainline-commit-6b93.patch: Ocfs2: Fix a regression bug from mainline commit(6b933c8e6f1a2f3118082c455eef25f9b1ac7b45). - patches.fixes/Ocfs2-Handle-empty-list-in-lockres_seq_start-for-dlm.patch: Ocfs2: Handle empty list in lockres_seq_start() for dlmdebug.c. - patches.fixes/Ocfs2-Re-access-the-journal-after-ocfs2_insert_exten.patch: Ocfs2: Re-access the journal after ocfs2_insert_extent() in dxdir codes. - patches.fixes/o2dlm-force-free-mles-during-dlm-exit.patch: o2dlm: force free mles during dlm exit. - patches.fixes/ocfs2-Fix-lockdep-warning-in-reflink.patch: ocfs2: Fix lockdep warning in reflink. - patches.fixes/ocfs2-Move-wanted-into-parens-of-ocfs2_resmap_resv_b.patch: ocfs2: Move 'wanted' into parens of ocfs2_resmap_resv_bits. - patches.fixes/ocfs2-Sync-inode-flags-with-ext2.patch: ocfs2: Sync inode flags with ext2. - patches.fixes/ocfs2-lockdep-Move-ip_xattr_sem-out-of-ocfs2_xattr_g.patch: ocfs2/lockdep: Move ip_xattr_sem out of ocfs2_xattr_get_nolock. - patches.fixes/ocfs2-net-fix-uninitialized-ret-in-o2net_send_messag.patch: ocfs2/net: fix uninitialized ret in o2net_send_message_vec(). - patches.fixes/ocfs2-update-ctime-when-changing-the-file-s-permissi.patch: ocfs2: update ctime when changing the file's permission by setfacl. * Fri Jan 21 2011 tiwai@suse.de - patches.drivers/drm-i915-fix-dpms-at-resume: drm/i915: Fix DPMS setups at resume (bnc#664149). * Thu Jan 20 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-97-fix-initialization-for-hp-bnb-2011: ALSA: hda - Fix initialization for HP 2011 notebooks (bnc#666012). * Thu Jan 20 2011 jslaby@suse.de - patches.fixes/epoll-fix-max_user_watches-overflow.patch: EPOLL: fix max_user_watches overflow (bnc#652391). - patches.fixes/fs-fix-max_files-overflow.patch: FS: fix max_files overflow (bnc#652391). - patches.fixes/mm-alloc_large_system_hash-printk-overflow.patch: mm: alloc_large_system_hash() printk overflow on 16TB boot (bnc#652391). * Thu Jan 20 2011 jeffm@suse.com - patches.fixes/xfs-always-use-iget-in-bulkstat: xfs: always use iget in bulkstat (bnc#632317 CVE-2010-2943). - patches.fixes/xfs-always-use-iget-in-bulkstat-dmapi: xfs: always use iget in bulkstat (dmapi). - patches.fixes/xfs-remove-block-number-from-inode-lookup-code: xfs: remove block number from inode lookup code (bnc#632317 CVE-2010-2943). - patches.fixes/xfs-remove-block-number-from-inode-lookup-code-dmapi: xfs: remove block number from inode lookup code (dmapi). - patches.fixes/xfs-rename-xfs_iget_bulkstat-to-xfs_iget_untrusted: xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED (bnc#632317 CVE-2010-2943). - patches.fixes/xfs-rename-xfs_iget_bulkstat-to-xfs_iget_untrusted-dmapi: xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTED (dmapi). - patches.fixes/xfs-validate-untrusted-inode-numbers-during-lookup: xfs: validate untrusted inode numbers during lookup (bnc#632317 CVE-2010-2943). * Thu Jan 20 2011 jeffm@suse.com - patches.fixes/serial-fix-reading-uninitialized-stack-memory-issues: serial: fix reading uninitialized stack memory issues (CVE-2010-4075 CVE-2010-4076 CVE-2010-4077 bnc#642309). * Thu Jan 20 2011 jeffm@suse.com - patches.fixes/phonet-some-signedness-bugs: phonet: some signedness bugs (bnc#662931). * Thu Jan 20 2011 hare@suse.de - patches.fixes/iscsi_tcp-change-to-logical-and.patch: iscsi_tcp: change & to && (bnc#658551). - patches.fixes/iscsi_tcp-fix-relogin-shutdown-hang.patch: iscsi_tcp: fix relogin/shutdown hang (bnc#658551). * Thu Jan 20 2011 hare@suse.de - patches.fixes/add-POLLPRI-to-sock_def_readable.patch: Fixup patch for series2git. * Wed Jan 19 2011 jeffm@suse.com - patches.fixes/exec-make-argv-envp-memory-visible-to-oom-killer: exec: make argv/envp memory visible to oom-killer (CVE-2010-4243 bnc#655220). - patches.kabi/exec-make-argv-envp-memory-visible-to-oom-killer: KABI: exec: make argv/envp memory visible to oom-killer. * Wed Jan 19 2011 tiwai@suse.de - patches.drivers/alsa-sp1-hda-96-add-quirk-for-hp-z-series: ALSA: hda - Add quirk for HP Z-series workstation (bnc#665499). * Wed Jan 19 2011 jbeulich@novell.com - patches.arch/ix86-numa-option: ix86: add numa= option to allow booting on systems with not understood SRAT (bnc#662673). * Wed Jan 19 2011 jeffm@suse.com - patches.fixes/block-check-for-proper-length-of-iov-entries-earlier-in-blk_rq_map_user_iov: block: check for proper length of iov entries earlier in blk_rq_map_user_iov() (CVE-2010-4668 bnc#662202). * Tue Jan 18 2011 jeffm@suse.com - patches.fixes/irda-prevent-integer-underflow-in-irlmp_enumdevices: irda: prevent integer underflow in IRLMP_ENUMDEVICES (CVE-2010-4529 bnc#662031). * Tue Jan 18 2011 jeffm@suse.com - patches.fixes/econet-do-the-correct-cleanup-after-an-unprivileged-siocsifaddr: econet: Do the correct cleanup after an unprivileged SIOCSIFADDR. - patches.fixes/econet-fix-crash-in-aun_incoming: econet: Fix crash in aun_incoming() (CVE-2010-4342 bnc#658461). - patches.fixes/econet-fix-locking: econet: fix locking. * Mon Jan 17 2011 jeffm@suse.com - patches.fixes/misdn-add-support-for-group-membership-check: mISDN: Add support for group membership check (bnc#564423). * Mon Jan 17 2011 hare@suse.de - patches.drivers/qla2xxx-clear-local-references-on-dev_loss_tmo: qla2xxx: Clear local references of rport on device loss timeout notification from FC transport (bnc#651152). * Fri Jan 14 2011 mgalbraith@suse.de - Make printks a bit more informative, and close the remote possibility that writing a 64 bit value with all low 32 bits zero to the 32 bit sched_group->cpu_power could end up setting it to zero. - patches.fixes/sched-divide-by-zero-workaround-and-diag.diff: Refresh. * Thu Jan 13 2011 jkosina@suse.cz - patches.fixes/input-introduce-notimeout-blacklist-for-Dell-Vostro-.patch: merged upstream, update Patch-mainline tag. * Wed Jan 12 2011 mgalbraith@suse.de - Ratelimit debug output. - patches.fixes/sched-divide-by-zero-workaround-and-diag.diff: Refresh. * Tue Jan 11 2011 gregkh@suse.de - supported.conf: mark hv_timesource as a supported module (bnc#650748) * Tue Jan 11 2011 gregkh@suse.de - patches.suse/staging-hv-add-code-to-create-the-device-directory-under-sys-block-hdx.patch: Staging: hv: Add code to create the device directory under /sys/block/hdX (bnc#659419). * Tue Jan 11 2011 jbohac@suse.cz - patches.fixes/add-POLLPRI-to-sock_def_readable.patch: net: add POLLPRI to sock_def_readable() (bnc#660546). * Tue Jan 11 2011 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29: Fix a regression. * Mon Jan 10 2011 jack@suse.cz - patches.fixes/novfs-fragment-size-fix.patch: novfs: NCP Fragments can be upto 64k in size (bnc#625965). * Mon Jan 10 2011 hare@suse.de - patches.suse/qla2xxx-add-ql2xtargetreset-parm: Enable patch. * Mon Jan 10 2011 jslaby@suse.de - Update to 2.6.32.28: - security fixes - bugfixes - obsoletes: - patches.fixes/acpi_fix_out_of_method_code.patch: Delete. - patches.fixes/hvc_console-fix-race-between-hvc_close-and-hvc_remove: - patches.fixes/hvc_console-fix-race-between-hvc_close-and-hvc_remove2: - kabi fixes: - patches.kabi/fuse-protect-linux-compat.h.patch: FUSE: protect linux/compat.h. - patches.kabi/kabi-fix-for-block-Deprecate-QUEUE_FLAG_CLUSTER-and-use-qu.patch: kabi fix for "block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead". - patches.drivers/bfa-2.1.2.1-s11-update: Refresh. - patches.drivers/igb-add-new-data-structure-for-handling-interrupts-a.patch: Refresh. * Mon Jan 10 2011 ptesarik@suse.cz - patches.suse/acpi-blacklist-dell-latitude-e6410.patch: ACPI: Disable Windows 7 and Vista compatibility for Dell Latitude E6410 (bnc#657763). * Fri Jan 7 2011 mgalbraith@suse.de - Added a workaround/diag with big fat warning in series.conf Hopefully, we'll get some useful info while preventing customer machines from exploding after weeks/months of uptime. - patches.fixes/sched-divide-by-zero-workaround-and-diag.diff: sched: debug divide by zero bug in find_busiest_group() (bnc#630970, bnc#661605). * Thu Jan 6 2011 jack@suse.cz - patches.fixes/bdi-Fix-warnings-in-inode_to_bdi.patch: writeback: always use sb->s_bdi for writeback purposes (bnc#658254). * Thu Jan 6 2011 jslaby@suse.de - patches.fixes/tty-don-t-allow-reopen-when-ldisc-is-changing.patch: TTY: don't allow reopen when ldisc is changing (bnc#662722). * Thu Jan 6 2011 jack@suse.cz - patches.suse/ext2-fsync-err: Delete obsolete and unused patch. * Thu Jan 6 2011 jbeulich@novell.com - patches.xen/1028-interface.patch: Update Xen public headers. - patches.xen/1055-backends-thread-leak.patch: blkback/blktap/netback: Fix CVE-2010-3699 (CVE-2010-3699 bnc#655964). - patches.xen/1060-gntdev-range-check.patch: xen/gntdev: add range check for IOCTL_GNTDEV_UNMAP_GRANT_REF arguments. - patches.xen/1061-netback-extend-pull.patch: xen/netback: Always pull through PKT_PROT_LEN bytes into the linear part of an skb. - patches.xen/1062-xenbus-dev-leak.patch: xenbus: Fix memory leak on release. - Refresh other Xen patches. * Wed Jan 5 2011 nfbrown@suse.de - patches.fixes/sunrpc-cache-completion.fix: Work around incorrect return type for wait_for_completion_interruptible_timeout (bnc#650067). * Tue Jan 4 2011 mmarek@suse.cz - rpm/config.sh: Set OBS_PROJECT=SUSE:SLE-11:SP1. * Tue Jan 4 2011 bphilips@suse.de - patches.drivers/enic-return-err-in-vnic_dev_addr.patch: Delete this backport patch which is replaced by enic-add-ndo_-set-get-_vf_port-support-for-enic-dynamic-vnics.patch * Mon Jan 3 2011 jslaby@suse.de - patches.suse/rlim-0023-core-do-security-check-under-task_lock.patch: Delete. It's unreferenced and superseded by: patches.suse/rlim-0020-rlimits-do-security-check-under-task_lock.patch * Mon Jan 3 2011 mgalbraith@suse.de - patches.suse/sysctl-add-affinity_load_balancing: Delete. * Wed Dec 29 2010 jkosina@suse.cz - patches.fixes/input-introduce-notimeout-blacklist-for-Dell-Vostro-.patch: Input: introduce 'notimeout' blacklist for Dell Vostro V13 (bnc#641105). * Wed Dec 29 2010 jbohac@suse.cz - patches.fixes/xfrm-ipv6-fragment-locally-generated-packets.patch: ipv6: Fragment locally generated tunnel-mode IPSec6 packets as needed. * Wed Dec 29 2010 rjw@suse.de - patches.fixes/isdn-hisax-replace-access-to-irq-stats.patch: isdn: hisax: Replace the bogus access to irq stats (bnc#648112). - patches.fixes/proc-stat-fix-scalability-of-irq-sum-of-all-cpu.patch: /proc/stat: fix scalability of irq sum of all cpu (bnc#648112). - patches.fixes/proc-stat-scalability-fix-backport.patch: /proc/stat: scalability of irq num per cpu (bnc#648112). * Tue Dec 28 2010 rjw@suse.de - patches.arch/x86-uv-early-read-mmr.patch: x86 / UV: Introduce uv_early_read_mmr() (bnc#658829). - patches.arch/x86-uv-early-set-x2apic_extra_bits.patch: x86 / UV: Fix uv_acpi_madt_oem_check() (bnc#658829). - patches.arch/x86-uv-fix-max_pnode.patch: x86 / UV: Fix max_pnode (bnc#658829). * Tue Dec 28 2010 rjw@suse.de - patches.arch/x86-uv-Enable-Westmere-support-on-SGI-UV.patch: x86 / UV: Enable Westmere support on SGI UV (bnc#659144). * Tue Dec 28 2010 rjw@suse.de - patches.arch/x86-UV-hwclock-workaround.patch: x86 / UV: Workaround for interrupt-IOPort deadlock (bnc#655027). * Thu Dec 16 2010 trenn@suse.de - patches.drivers/acer_wmi_init_rfkill.patch: Initialize wlan/bluetooth/wwan rfkill software block state (bnc#652842). * Wed Dec 15 2010 trenn@suse.de - patches.fixes/acpi_fix_out_of_method_code.patch: ACPICA: Fix Scope() op in module level code (bnc#646542). * Wed Dec 15 2010 tiwai@suse.de - patches.drivers/mmc-test-bus-width: Refresh. Fixed wrong 1-bit width check. * Wed Dec 15 2010 tiwai@suse.de - patches.drivers/mmc-test-bus-width: Refreshed to v2 patch. * Mon Dec 13 2010 jeffm@suse.com - patches.fixes/cred-fix-get_task_cred-and-task_state-to-not-resurrect-dead-credentials: CRED: Fix get_task_cred() and task_state() to not resurrect dead credentials (bnc#654967). * Mon Dec 13 2010 jslaby@suse.de - Really update to 2.6.32.27 -- last time I forgot to add it to series.conf - patches.kabi/revert-physical-block-size-change.patch: Revert "block: Ensure physical block size is unsigned int". - patches.xen/xen3-patch-2.6.32.26-27: Refresh. * Mon Dec 13 2010 jslaby@suse.de - patches.xen/xen3-patch-2.6.32.26-27: Linux 2.6.32.27. I forgot to add this file during the 2.6.32.27 update. It causes some fixes for which patches were dropped. * Mon Dec 13 2010 tiwai@suse.de - patches.suse/bootsplash-scaler: Refresh. Fix crash when bootsplash animation is used (bnc#646908) * Mon Dec 13 2010 nfbrown@suse.de - patches.kabi/xen3-patch-2.6.27: Refresh. Remove some kruft I accidentally added in previous patch. * Sun Dec 12 2010 nfbrown@suse.de - patches.fixes/sunrpc_xprt_refcnt.fix: Fix possible crash due to refcount problem (bnc#650067). * Sat Dec 11 2010 jjolly@suse.de - patches.arch/s390-25-01-nmi-clock.patch: kernel: fix clock comparator revalidation (bnc#657415,LTC#68476). - patches.arch/s390-25-02-qeth_l3_vpassthru.patch: qeth: l3 add vlan hdr in passthru frames (bnc#657415,LTC#68532). - patches.arch/s390-25-03-qeth-offline-vipa-add.patch: qeth: enable VIPA add/remove for offline devices (bnc#657415,LTC#68589). - patches.arch/s390-25-04-hvc-iucv-unregister.patch: hvc_iucv: do not call iucv_unregister if iucv_register has failed (bnc#657415,LTC#67568). * Fri Dec 10 2010 jbohac@suse.cz - patches.fixes/bonding-allow-arp_ip_targers-on-separate-vlans-to-use-arp-validation.patch: bonding: allow arp_ip_targets on separate vlans to use arp validation (bnc#648701). - patches.fixes/bonding-set-device-in-rlb-arp-packet-handler.patch: bonding: set device in RLB ARP packet handler (bnc#648701). * Fri Dec 10 2010 duwe@suse.de - patches.arch/ppc64-kdump-unrace: hide paca.kexec_state from kABI checker. * Fri Dec 10 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-95-hdmi-check-pincfg: ALSA: HDA: Remove unconnected PCM devices for Intel HDMI (bnc#655278). * Fri Dec 10 2010 jslaby@suse.de - Update to 2.6.32.27: - security fixes - bugfixes - obsoletes: - patches.arch/amd_nb_early_access_oops.patch - patches.arch/s390-25-01-nmi-clock.patch - patches.arch/x86-UV-Delete-unneeded-boot-messages.patch - patches.arch/x86-UV-Fix-initialization-of-max_pnode.patch - patches.arch/xpc_first_contact_when_active.patch - patches.arch/xpc_fix_xpc_get_fifo_entry_uv.patch - patches.arch/xpc_pass_nasid_to_gru_create_message_queue.patch - patches.arch/xpc_recv_msg_slots_wrap.patch - patches.fixes/bio-take-care-not-overflow-page-count-when-mapping-copying-user-data - patches.fixes/block-check-for-proper-length-of-iov-entries-in-blk_rq_map_user_iov - patches.fixes/block-limit-vec-count-in-bio_kmalloc-and-bio_alloc_map_data - patches.fixes/block-take-care-not-to-overflow-when-calculating-total-iov-length - patches.fixes/can-bcm-fix-minor-heap-overflow - patches.fixes/do_exit-make-sure-that-we-run-with-get_fs-user_ds - patches.fixes/hpet-unmap-unused-I-O-space.patch - patches.fixes/ipc-initialize-structure-memory-to-zero-for-compat-functions - patches.fixes/ipc-shm-fix-information-leak-to-userland - patches.fixes/kvm-x86-fix-information-leak-to-userland - patches.fixes/net-Limit-socket-I-O-iovec-total-length.patch - patches.fixes/net-clear-heap-allocation-for-ethtool_grxclsrlall - patches.fixes/net-sched-fix-some-kernel-memory-leaks - patches.fixes/net-truncate-recvfrom-and-sendto-length-to-int_max - patches.fixes/perf_events-fix-perf_counter_mmap-hook-in-mprotect - patches.fixes/rds-integer-overflow-in-rds-cmsg-handling - patches.fixes/sys_semctl-fix-kernel-stack-leakage - patches.fixes/tty-restore-tty_ldisc_wait_idle.patch - patches.fixes/v4l-dvb-ivtvfb-prevent-reading-uninitialized-stack-memory - patches.fixes/x25-prevent-crashing-when-parsing-bad-x-25-facilities - patches.xen/xen3-amd_nb_early_access_oops.patch * Fri Dec 10 2010 tiwai@suse.de - patches.suse/acpi-video-switch-option: ACPI video: Add video_switch_key option (bnc#647567). * Thu Dec 9 2010 duwe@suse.de - patches.arch/ppc64-kdump-unrace: comment that kexec_state in paca struct occupies space that was padding, and enable the patch. * Thu Dec 9 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-89-idt-automatic-dock-mic: Refresh. - patches.drivers/alsa-sp1-hda-92-add-idt-92hd89xx-codecs: ALSA: hda - Add support for IDT 92HD89XX codecs (bnc#658464). - patches.drivers/alsa-sp1-hda-93-add-idt-92hd90bxx-codecs: ALSA: hda - Adding support for new IDT 92HD90BXX and 92HD91BXX codecs (bnc#658464). - patches.drivers/alsa-sp1-hda-94-enable-dmic-on-idt-92hd87b: ALSA: HDA: Enable digital mic on IDT 92HD87B (bnc#658464). * Thu Dec 9 2010 tiwai@suse.de - patches.drivers/mmc-fix-hibernation-restore: Refresh. Don't remove PM_POST_HIBERNATION case for kernel-space S4. * Wed Dec 8 2010 gregkh@suse.de - patches.fixes/rt3090-fix-unable-to-scan-ap.patch: Fix RT3090 scan AP function (bnc#656471). * Wed Dec 8 2010 jeffm@suse.com - patches.fixes/do_exit-make-sure-that-we-run-with-get_fs-user_ds: do_exit(): make sure that we run with get_fs() == USER_DS (CVE-2010-4258 bnc#657350). * Wed Dec 8 2010 tiwai@suse.de - patches.drivers/mmc-fix-hangs-with-sd-at-pm: mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume (bnc#646702). - patches.drivers/mmc-fix-hibernation-restore: mmc: Fix re-probing after hibernation (bnc#646702). - patches.drivers/mmc-sdio-fix-SDIO-suspend-resume-regression: mmc: sdio: fix SDIO suspend/resume regression (bnc#646702). - patches.kabi/kabi-fix-up-struct-mmc_host: Fix up kABI for struct mmc_host (bnc#646702). * Wed Dec 8 2010 tiwai@suse.de - patches.drivers/memstick-Fix-setup-for-JMicron-38x-controllers: memstick: Fix setup for JMicron 38x controllers (bnc#653148). - patches.drivers/memstick-add-support-for-JMicron-new-controllers: memstick: Add support for JMicron JMB 385 and 390 controllers (bnc#653148). - patches.drivers/memstick-set-PMOS-values-for-JMicron-38x: memstick: Set PMOS values propery for JMicron 38x controllers (bnc#653148). * Mon Dec 6 2010 trenn@suse.de - patches.drivers/hp_wmi_update_to_2_6_37_rc4.patch: Update hp-wmi to latest mainline version (bnc#657324). * Mon Dec 6 2010 mmarek@suse.cz - kabi/severities: Ignore changes to drivers/xen/core/{domctl,pcpu}, these are purely internal interfaces. * Fri Dec 3 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-90-idt-92hd8x-beep: ALSA: hda - Enable beep for IDT92HD87 / 88 codecs (bnc#657412). - patches.drivers/alsa-sp1-hda-91-fix-beep-frequency-on-idt-codecs: ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs (bnc#657412). * Thu Dec 2 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-89-idt-automatic-dock-mic: ALSA: hda - Fix automatic MIC switching and include dock MIC for IDT codecs (bnc#650185). * Thu Dec 2 2010 hare@suse.de - patches.fixes/libfcoe-Use-fka_period-as-periodic-timeouts-to-age: libfcoe: Use fka_period as periodic timeouts to age out fcf if (bnc#615630). - patches.fixes/libfcoe-fix-lenient-aging-of-FCF-advertisements: libfcoe: fix lenient aging of FCF advertisements (bnc#615630). - patches.fixes/libfcoe-update-FIP-FCF-D-flag-from-advertisments: libfcoe: update FIP FCF D flag from advertisments (bnc#615630). * Thu Dec 2 2010 hare@suse.de - patches.fixes/libfc-add-print-of-exchange-id-for-debugging-fc_fcp: libfc: add print of exchange id for debugging fc_fcp (bnc#654530). - patches.fixes/libfc-do-not-fc_io_compl-on-fsp-w-o-any-scsi_cmnd-a: libfc: do not fc_io_compl on fsp w/o any scsi_cmnd associated (bnc#654530). - patches.fixes/libfc-fix-exchange-being-deleted-when-the-abort-its: libfc: fix exchange being deleted when the abort itself is timed out (bnc#654530). - patches.fixes/libfc-fix-fc_tm_done-not-freeing-the-allocated-fsp: libfc: fix fc_tm_done not freeing the allocated fsp pkt (bnc#654530). - patches.fixes/libfc-the-timeout-for-the-REC-itself-is-2-R_A_TOV: libfc: the timeout for the REC itself is 2 * R_A_TOV_els (bnc#654530). * Thu Dec 2 2010 hare@suse.de - patches.drivers/ixgbe-disable-tx-engine-before-disabling-tx-laser: ixgbe: disable tx engine before disabling tx laser (bnc#654350). - patches.drivers/ixgbe-fix-wrong-offset-to-fc_frame_header-in-ixgbe_: ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddp (bnc#654350). - patches.drivers/ixgbe-if-ixgbe_copy_dcb_cfg-is-going-to-fail-learn: ixgbe: if ixgbe_copy_dcb_cfg is going to fail learn about it early (bnc#654350). - patches.drivers/ixgbe-ixgbe_down-needs-to-stop-dev_watchdog: ixgbe: ixgbe_down needs to stop dev_watchdog (bnc#654350). - patches.drivers/ixgbe-properly-toggling-netdev-feature-flags-when-d: ixgbe: properly toggling netdev feature flags when disabling FCoE (bnc#654350). - patches.drivers/ixgbe-use-GFP_ATOMIC-when-allocating-FCoE-DDP-conte: ixgbe: use GFP_ATOMIC when allocating FCoE DDP context (bnc#654350). * Wed Dec 1 2010 gregkh@suse.de - patches.fixes/usb-ehci-amd-periodic-frame-list-table-quirk.patch: USB: EHCI: AMD periodic frame list table quirk (bnc#652293). * Wed Dec 1 2010 hare@suse.de - patches.drivers/qla2xxx-drop-reference-before-wait-for-completion: Update to version found in mainline. * Wed Dec 1 2010 rjw@suse.de - patches.suse/acpi-blacklist-dell-vostro-v13.patch: ACPI: Disable Windows 7 and Vista compatibility for Dell Vostro V13 (bnc#602838). * Tue Nov 30 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.26. - patches.xen/1035-gnttab-eagain.patch: Fold in c/s 1052. - patches.xen/1050-evtchn-cpu-clear.patch: xen/evtchn: clear secondary CPUs' cpu_evtchn_mask[] after restore (bnc#651626). - patches.xen/1053-blktap2-run-queue-sem.patch: blktap2: fix synchronization in blktap_device_run_queue(). - patches.xen/xen3-x86-Add-array-variants-for-setting-memory-to-wc: arch/x86: Add array variants for setting memory to wc caching (bnc#654837). - Update x86_64/xen config file. * Mon Nov 29 2010 duwe@suse.de - disable patches.arch/ppc64-kdump-unrace due to kabi breakage * Mon Nov 29 2010 duwe@suse.de - patches.arch/ppc64-kdump-unrace: Fix race in kexec shutdown (bnc#654150). - patches.fixes/scsi-correct-sr_drive_status: sr: fix sr_drive_status handling when initialization required (bnc#653800). * Mon Nov 29 2010 tiwai@suse.de - patches.arch/x86-Add-array-variants-for-setting-memory-to-wc: arch/x86: Add array variants for setting memory to wc caching (bnc#654837). * Fri Nov 26 2010 mmarek@suse.cz - Update reference module symbol versions. * Fri Nov 26 2010 tiwai@suse.de - patches.drivers/jmb388-mmc-fix: mmc: Add support for JMicron 388 SD/MMC controller (bnc#646226). - patches.drivers/mmc-test-bus-width: mmc: Test bus-width for old MMC devices (bnc#646226). * Wed Nov 24 2010 jslaby@suse.de - patches.kabi/smp_ops.patch: Revert "x86, kexec: Make sure to stop all CPUs before exiting the kernel" kabi changes. - patches.kabi/revert-x86-kexec-Make-sure-to-stop-all-CPUs-before-e.patch: Delete. * Tue Nov 23 2010 jack@suse.cz - patches.xfs/xfs-ensure-non-negative-f_ffree.patch: xfs: ensure f_ffree returned by statfs() is non-negative (bnc#595215). * Tue Nov 23 2010 jeffm@suse.com - patches.fixes/net-truncate-recvfrom-and-sendto-length-to-int_max: net: Truncate recvfrom and sendto length to INT_MAX (CVE-2010-4160 bnc#652939). * Tue Nov 23 2010 oneukum@suse.de - patches.fixes/backport_ricoh_fw_chipset_bug.patch: Fix hang at S4 for Ricoh fw chips (bnc#648647). * Mon Nov 22 2010 jslaby@suse.de - Update to 2.6.32.26: - security fixes - bugfixes - obsoletes: - patches.arch/ioremap_flush.patch - patches.arch/vmcore_ioremap_cache.patch - patches.arch/x86-uv-xpc_disconnect_fix.patch - patches.arch/x86_amd_mtrr_fix_fam_12_and_higher.patch - patches.fixes/fc_sdev_blocked.patch - patches.fixes/kvm-constant_tsc-0001-KVM-SVM-Adjust-tsc_offset-only-if-tsc_unstable.patch - patches.fixes/scsi-gdth-integer-overflow-in-ioctl - patches.fixes/sd-namespace-exhaustion-check.patch - patches.kabi/revert-x86-kexec-Make-sure-to-stop-all-CPUs-before-e.patch: Revert "x86, kexec: Make sure to stop all CPUs before exiting the kernel". - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: Refresh. - patches.suse/block-add-mangle-devt-switch: Refresh. * Mon Nov 22 2010 jeffm@suse.com - patches.fixes/scsi-gdth-integer-overflow-in-ioctl: gdth: integer overflow in ioctl (CVE-2010-4157 bnc#652940). * Mon Nov 22 2010 jeffm@suse.com - patches.fixes/tcp-increase-tcp_maxseg-socket-option-minimum: tcp: Increase TCP_MAXSEG socket option minimum (CVE-2010-4165 bnc#653258). * Mon Nov 22 2010 jeffm@suse.com - patches.fixes/x25-prevent-crashing-when-parsing-bad-x-25-facilities: x25: Prevent crashing when parsing bad X.25 facilities (CVE-2010-4164 bnc#653260). * Mon Nov 22 2010 jeffm@suse.com - patches.fixes/rds-integer-overflow-in-rds-cmsg-handling: rds: Integer overflow in RDS cmsg handling (CVE-2010-4175 bnc#654581). * Mon Nov 22 2010 jeffm@suse.com - patches.fixes/perf_events-fix-perf_counter_mmap-hook-in-mprotect: perf_events: Fix perf_counter_mmap() hook in mprotect() (CVE-2010-4169 bnc#653930). * Fri Nov 19 2010 jjolly@suse.de - patches.arch/s390-24-01-zfcp-fix-lookup-dequeue.patch: zfcp: Cancel gid_pn work when removing port (bnc#653266,LTC#68146). - patches.arch/s390-24-02-vmlogrdr-purge-after-recording-off.patch: vmlogrdr: purge after recording is switched off (bnc#653266,LTC#68182). * Fri Nov 19 2010 bphilips@suse.de - Add enic fixes and features under the philips-eco symbol. Waiting on an ECO to unmask (bnc#638258) * Fri Nov 19 2010 jeffm@suse.com - patches.fixes/can-bcm-fix-minor-heap-overflow: can-bcm: fix minor heap overflow (CVE-2010-3874 bnc#651218). * Thu Nov 18 2010 jeffm@suse.com - patches.fixes/filter-make-sure-filters-dont-read-uninitialized-memory: filter: make sure filters dont read uninitialized memory (CVE-2010-4158 bnc#652563). - patches.fixes/net-optimize-berkeley-packet-filter-bpf-processing: net: optimize Berkeley Packet Filter (BPF) processing. * Thu Nov 18 2010 jeffm@suse.com - patches.fixes/bio-take-care-not-overflow-page-count-when-mapping-copying-user-data: bio: take care not overflow page count when mapping/copying user data (CVE-2010-4162 bnc#652945). - patches.fixes/block-check-for-proper-length-of-iov-entries-in-blk_rq_map_user_iov: block: check for proper length of iov entries in blk_rq_map_user_iov() (CVE-2010-4163 bnc#652945). - patches.fixes/block-limit-vec-count-in-bio_kmalloc-and-bio_alloc_map_data: block: limit vec count in bio_kmalloc() and bio_alloc_map_data() (bnc#652945). - patches.fixes/block-take-care-not-to-overflow-when-calculating-total-iov-length: block: take care not to overflow when calculating total iov length (bnc#652945). * Thu Nov 18 2010 jeffm@suse.de - patches.apparmor/apparmor-fix-handling-of-network-permissions: apparmor: Fix handling of network permissions (bnc#654701). * Thu Nov 18 2010 sjayaraman@suse.de - patches.fixes/nfs4-add-release-lockowner: NFSv4: Add support for the RELEASE_LOCKOWNER operation (bnc#649548). * Wed Nov 17 2010 duwe@suse.de - patches.fixes/bounce_pfn-raise-limit-on-mem-add: Block: set the bounce_pfn to the actual DMA limit rather than to max memory (bnc#637542). - patches.fixes/ibmvfc-fix-del-race: ibmvfc: Fix rport add/delete race resulting in oops (bnc#628180). * Sat Nov 13 2010 jslaby@suse.de - patches.fixes/tty-restore-tty_ldisc_wait_idle.patch: TTY: restore tty_ldisc_wait_idle (bnc#642043). * Fri Nov 12 2010 jbeulich@novell.com - patches.xen/1035-gnttab-eagain.patch: xenpaging: handle GNTST_eagain in kernel drivers (FATE#310510). - patches.xen/1037-x86-pin-vs-vmalloc_sync_all.patch: xen/x86: synchronize vmalloc_sync_all() with mm_{,un}pin(). - patches.xen/1038-evtchn-handle-timer-first.patch: xen/evtchn: Handle VIRQ_TIMER before any other hardirq in event loop. - patches.xen/1040-pcifront-rescan-claim.patch: pcifront: claim PCI resources also on rescan (bnc#643477). - patches.xen/1041-pcifront-irq-not-evtchn.patch: pcifront: fix freeing of device (bnc#643477). - patches.xen/1045-netback-sched-list-remove.patch: netback: take net_schedule_list_lock when removing entry from net_schedule_list. - patches.xen/xen-mem-hotplug: xen/acpi: Add memory hotadd to pvops dom0 (bnc#651066). - patches.xen/xen-pcpu-hotplug: xen/acpi: Export host physical CPU information to dom0 (bnc#651066). - patches.xen/xen-x86-msr-on-pcpu: introduce {rd,wr}msr_safe_on_pcpu() and add/enable users. - Update other Xen patches (bnc#652024). - Update Xen config files. * Fri Nov 12 2010 oneukum@suse.de - patches.fixes/0001-USB-sd-sd_start_stop_device-proper-error-codes.patch: USB: sd: sd_start_stop_device proper error codes (bnc#639803). - patches.fixes/0003-SCSI-sd-sd_start_stop_device-error-handling.patch: SCSI:sd: sd_start_stop_device() error handling (bnc#639803). - patches.fixes/SCSI-sd-error-handling-in-sd_sync_cache.patch: SCSI:sd:error handling in sd_sync_cache() (bnc#639803). * Fri Nov 12 2010 oneukum@suse.de - patches.fixes/0001-USB-sd-sd_start_stop_device-proper-error-codes.patch: USB: sd: sd_start_stop_device proper error codes (bnc#639803). - patches.fixes/0003-SCSI-sd-sd_start_stop_device-error-handling.patch: SCSI:sd: sd_start_stop_device() error handling (bnc#639803). - patches.fixes/SCSI-sd-error-handling-in-sd_sync_cache.patch: SCSI:sd:error handling in sd_sync_cache() (bnc#639803). * Fri Nov 12 2010 knikanth@suse.de - patches.arch/ioremap_flush.patch: mm, x86: Saving vmcore with non-lazy freeing of vmas (bnc#640878). - patches.arch/vmcore_ioremap_cache.patch: x86, kdump: Change copy_oldmem_page() to use cached addressing (bnc#640878). * Wed Nov 10 2010 agraf@suse.de - patches.arch/s390-kvm-tlb-fix.patch: [S390] kvm: Fix badness at include/asm/mmu_context.h:83 (bnc#652603). * Wed Nov 10 2010 gregkh@suse.de - supported.conf: mark hyperv drivers as supported (bnc#650748) * Tue Nov 9 2010 jeffm@suse.com - patches.fixes/avoid-pgoff-overflow-in-remap_file_pages: Avoid pgoff overflow in remap_file_pages (bnc#645659). * Tue Nov 9 2010 jeffm@suse.com - patches.fixes/net-clear-heap-allocation-for-ethtool_grxclsrlall: net: clear heap allocation for ETHTOOL_GRXCLSRLALL (bnc#649187 CVE-2010-3861). * Tue Nov 9 2010 jeffm@suse.com - patches.fixes/kvm-x86-fix-information-leak-to-userland: KVM: x86: fix information leak to userland (bnc#651596 CVE-2010-3881). * Tue Nov 9 2010 jack@suse.cz - patches.fixes/novfs-unlink-oops: novfs: Fix for the issue of kernel dumps core on restart (bnc#641811). * Tue Nov 9 2010 gregkh@suse.de - patches.suse/staging-hv-fixed-issue-with-possible-race-condition-on-channel-init.patch: Staging: hv: Fixed issue with possible race condition on channel init (bnc#650748). * Tue Nov 9 2010 gregkh@suse.de - supported.conf: added hv_utils as an unsupported, but listed, kernel module. * Tue Nov 9 2010 gregkh@suse.de - patches.suse/staging-hv-added-autoload-of-hv_utils.ko-driver.patch: Staging: hv: Added autoload of hv_utils.ko driver (bnc#650487). * Tue Nov 9 2010 jeffm@suse.com - patches.fixes/fix-pktcdvd-ioctl-dev_minor-range-check: Fix pktcdvd ioctl dev_minor range check (bnc#642486 CVE-2010-3437). * Mon Nov 8 2010 jeffm@suse.com - patches.fixes/v4l-dvb-ivtvfb-prevent-reading-uninitialized-stack-memory: V4L/DVB: ivtvfb: prevent reading uninitialized stack memory (bnc#642313 CVE-2010-4082). * Mon Nov 8 2010 jeffm@suse.com - patches.fixes/ipc-initialize-structure-memory-to-zero-for-compat-functions: ipc: initialize structure memory to zero for compat functions (bnc#642314 CVE-2010-4073). - patches.fixes/ipc-shm-fix-information-leak-to-userland: ipc: shm: fix information leak to userland (bnc#642314 CVE-2010-4072). - patches.fixes/sys_semctl-fix-kernel-stack-leakage: sys_semctl: fix kernel stack leakage (bnc#642314 CVE-2010-4083). * Mon Nov 8 2010 trenn@suse.de - Update config files: Enable newly introduced config CONFIG_INPUT_SPARSEKMAP=m on i386 and x86_64, keep it disabled on ppc and ia64 - patches.drivers/acer_wmi_3g_rfkill_sysfs_file.patch: Add 3G rfkill sysfs file (bnc#636672). - patches.drivers/acer_wmi_dmi_check_wireless_device_availability.patch: Detect the WiFi/Bluetooth/3G devices available (bnc#636672). - patches.drivers/acer_wmi_hotkey_events_support.patch: Add acer wmi hotkey events support (bnc#636672). - patches.drivers/acer_wmi_launch_manager_mode.patch: Enabled Acer Launch Manager mode (bnc#636672). - patches.drivers/input-add-generic-support-for-sparse-keymaps.patches: Input: add generic support for sparse keymaps (bnc#636672). - supported.conf: * Mon Nov 8 2010 sjayaraman@suse.de - patches.suse/SoN-31-fix-kernel-bug-with-multiple-swapfiles: fix mess up on swap with multi files from same nfs server (FATE#303834). Fix kABI issues as well. * Mon Nov 1 2010 mfasheh@suse.com - patches.fixes/ocfs2-use-ocfs2_alloc_dinode_update_counts-instead-o.patch: Refresh to fix minor merge error found during testing. * Sat Oct 30 2010 jslaby@suse.de - Update to 2.6.32.25: - security fixes - bugfixes - obsoletes: - patches.fixes/execve-improve-interactivity-with-large-arguments - patches.fixes/execve-make-responsive-to-sigkill-with-large-arguments - patches.fixes/rds-de-pessimize-rds_page_copy_user.patch - patches.fixes/rose-fix-signedness-issues-wrt-digi-count - patches.fixes/sched-fix-kill-migration-thread-in-CPU_POST_DEAD-suspend-regression - patches.fixes/setup_arg_pages-diagnose-excessive-argument-size - patches.fixes/tcp-Fix-4GB-writes-on-64-bit.patch - patches.fixes/wext-fix-potential-private-ioctl-memory-content-leak - patches.arch/acpi-osi-dmi-table-backport.patch: Refresh. - patches.arch/x86-cpu-mv-display_cacheinfo-cpu_detect_cache_sizes.patch: Refresh. - patches.drivers/v4l-disable-dangerous-buggy-compat-function.patch: Refresh. - patches.kabi/revert-mm-Move-vma_stack_continue-into-mm.h.patch: Revert "mm: Move vma_stack_continue into mm.h". - patches.xen/xen3-patch-2.6.32.24-25: Linux 2.6.32.25. * Sat Oct 30 2010 jjolly@suse.de - patches.arch/s390-23-01-zfcp-fix-p2p-refcount.patch: zfcp: Fix reference counter for point-to-point port (bnc#643173,LTC#67542). - patches.arch/s390-23-02-dasd-fix-dump_sense_dbf.patch: dasd: fix dump_sense_dbf (bnc#643173,LTC#67610). - patches.arch/s390-23-03-dasd-fix-cc1-handling.patch: dasd: fix unsolicited interrupt recognition (bnc#643173,LTC#67886). - patches.arch/s390-23-04-dasd-fix-unimplemented-diag-function.patch: dasd: Fix unimplmentes DIAG function (bnc#643173,LTC#67938). - patches.arch/s390-23-05-qeth-osxosm.patch: qeth: support for OSA CHPID types OSX and OSM (bnc#643173,LTC#66974). - patches.arch/s390-23-06-cio-fix-cancel-halt-clear.patch: cio: prevent kernel panic in I/O cancel function (bnc#643173,LTC#67990). * Fri Oct 29 2010 hare@suse.de - patches.fixes/fcoe-fix-offload-feature-flag-change: fcoe: fix offload feature flag change from netdev (bnc#650116). - patches.fixes/fcoe-sync-with-upstream-patches: Fix kABI. - patches.fixes/libfc-call-fc_remote_port_chkready-under-the-host-lock: libfc: call fc_remote_port_chkready under the host lock (bnc#650116). - patches.fixes/libfc-do-not-return-error-from-fc_fcp_send_abort: libfc: do not return error from fc_fcp_send_abort with null seq_ptr (bnc#650113). - patches.fixes/libfc-fix-NULL-pointer-dereference-bug: libfc: fix NULL pointer dereference bug in fc_fcp_pkt_release (bnc#650113). - patches.fixes/libfc-fix-setting-of-rport-dev-loss: libfc: fix setting of rport dev loss (bnc#650116). * Fri Oct 29 2010 jslaby@suse.de - patches.fixes/net-Limit-socket-I-O-iovec-total-length.patch: net: Limit socket I/O iovec total length to INT_MAX (bnc#650128). - patches.fixes/tcp-Fix-4GB-writes-on-64-bit.patch: tcp: Fix >4GB writes on 64-bit (bnc#650128). * Fri Oct 29 2010 hare@suse.de - patches.drivers/ixgbe-DDP-fixes: ixgbe: DDP fixes (bnc#650111). - patches.fixes/fcoe-sync-with-upstream-patches: open-fcoe: Sync with upstream patches (bnc#649820). - patches.fixes/libfc-Fix-incorrect-locking-and-unlocking-in-FCP: libfc: Fix incorrect locking and unlocking in FCP (bnc#647775). - patches.fixes/libfc-fix-codes-returned-to-scsi-ml: libfc: fix codes returned to scsi-ml (bnc#650109). * Thu Oct 28 2010 knikanth@suse.de - patches.xen/xen-add_efi_memmap-update-e820_saved.patch: Delete. * Thu Oct 28 2010 knikanth@suse.de - patches.suse/add_efi_memmap-update-e820_saved.patch: Pass add_efi_memmap entries to kexec'd kernel (bnc#603738). - patches.xen/xen-add_efi_memmap-update-e820_saved.patch: Pass add_efi_memmap entries to kexec'd kernel (bnc#603738). * Wed Oct 27 2010 jslaby@suse.de - patches.fixes/hpet-unmap-unused-I-O-space.patch: hpet: unmap unused I/O space (bnc#629908 bnc#629901). * Tue Oct 26 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-88-idt-workaround-for-master-mute: ALSA: HDA: Sigmatel: work around incorrect master muting (bnc#649257). * Tue Oct 26 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-87-Change-BTL-amp-level-on-some-HP-notebooks: ALSA: hda - Change BTL amp level on some HP notebooks (bnc#649231). * Mon Oct 25 2010 hare@suse.de - patches.fixes/qla2xxx-correct-prli-failed-rsp: PLOGI failure message occurs and no LUN is detected (bnc#612729). * Mon Oct 25 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-86-hdmi-support-infoframe-for-DisplayPort: ALSA: hdmi - support infoframe for DisplayPort (bnc#647497). * Mon Oct 25 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-83-Fix-wrong-SPDIF-NID-for-CA0110: ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 (bnc#564324). - patches.drivers/alsa-sp1-hda-84-Add-some-workarounds-for-Creative-IBG: ALSA: hda - Add some workarounds for Creative IBG (bnc#564324). - patches.drivers/alsa-sp1-hda-85-Add-workarounds-for-CT-IBG-controllers: ALSA: hda - Add workarounds for CT-IBG controllers (bnc#564324). * Thu Oct 21 2010 jslaby@suse.de - patches.fixes/rds-de-pessimize-rds_page_copy_user.patch: De-pessimize rds_page_copy_user (bnc#647392). * Thu Oct 21 2010 trenn@suse.de - patches.arch/x86_amd_mtrr_fix_fam_12_and_higher.patch: x86, mtrr: Assume SYS_CFG exists on all future AMD CPUs (bnc#648308). * Thu Oct 21 2010 trenn@suse.de - patches.arch/acpi_ec_delay_param.patch: ACPI: Make Embedded Controller command timeout delay configurable (bnc#639261). * Thu Oct 21 2010 sjayaraman@suse.de - patches.suse/SoN-31-fix-kernel-bug-with-multiple-swapfiles: Revert(as it breaks kABI). * Thu Oct 21 2010 sjayaraman@suse.de - patches.suse/SoN-31-fix-kernel-bug-with-multiple-swapfiles: fix mess up on swap with multi files from same nfs server (FATE#303834). * Thu Oct 21 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-82-acer-quirk-mask: ALSA: hda - Apply ideapad quirk to Acer laptops with Cxt5066 (bnc#638860). * Thu Oct 21 2010 bphilips@suse.de - patches.drivers/v4l-disable-dangerous-buggy-compat-function.patch: v4l: disable dangerous buggy compat function (bnc#646045, CVE-2010-2963). * Wed Oct 20 2010 rw@suse.de - patches.drivers/sgi-mmtimer-holdoff-fix: Eliminate long interval timer holdoffs. (bnc#644373) * Wed Oct 20 2010 nfbrown@suse.de - patches.fixes/md-external-bitmap-unplug: md: Unplug write to external bitmap before waiting (bnc#623307). * Wed Oct 20 2010 rjw@suse.de - patches.arch/acpi-osi-dmi-table-backport.patch: ACPI: Backport missing entries of acpi_osi_dmi_table from upstream. * Mon Oct 18 2010 knikanth@suse.de - patches.fixes/sd-namespace-exhaustion-check.patch: sd name space exhaustion causes system hang (bnc#643249). * Mon Oct 18 2010 sjayaraman@suse.de - patches.fixes/nfs-support-local_lock: nfs: introduce mount option '-olocal_lock' to make locks local (bnc#609196). * Mon Oct 18 2010 nfbrown@suse.de - patches.fixes/nfs-dont-decode-GETATTR-if-DELEGRETURN-returned-error.patch: NFS: don't try to decode GETATTR if DELEGRETURN returned error (bnc#624850). * Mon Oct 11 2010 jslaby@suse.de - patches.fixes/isdn-avoid-calling-tty_ldisc_flush.patch: isdn: avoid calling tty_ldisc_flush() in atomic context (bnc#573330). * Mon Oct 11 2010 hare@suse.de - patches.fixes/libfc-possible-race-could-panic-system: libfc: possible race could panic system due to NULL fsp->cmd (bnc#644350). * Mon Oct 11 2010 hare@suse.de - patches.fixes/fcoe-set-fcoe-controller-mode: fcoe: set FCoE controller mode as FIP for fcoe.ko (bnc#640278). * Mon Oct 11 2010 hare@suse.de - patches.fixes/libfc-IO-errors-on-link-down-due-to-cable-unplug: libfc: IO errors on link down due to cable unplug (bnc#644219). - patches.fixes/libfc-use-DID_TRANSPORT_DISRUPTED: libfc: use DID_TRANSPORT_DISRUPTED while lport not ready (bnc#644219). * Thu Oct 7 2010 knikanth@suse.de - patches.fixes/proc-pid-smaps-export-amount-of-anonymous-memory-in-a-mapping.patch: Export the number of anonymous pages in a mapping via smaps (bnc#596646). * Thu Oct 7 2010 mmarek@suse.de - Import new s390x kabi files. * Thu Oct 7 2010 mfasheh@suse.com - patches.fixes/dlm-allow-dlm-do-recovery-during-shutdown: dlm: allow dlm do recovery during shutdown. - patches.fixes/fix-typos-concerning-initializse: fix typos concerning "initiali[zs]e". - patches.fixes/fs-ocfs2-dlm-add-missing-spin_unlock: fs/ocfs2/dlm: Add missing spin_unlock. - patches.fixes/fs-ocfs2-dlm-drop-memory-allocation-cast: fs/ocfs2/dlm: Drop memory allocation cast. - patches.fixes/fs-ocfs2-dlm-use-kstrdup: fs/ocfs2/dlm: Use kstrdup. - patches.fixes/fs-ocfs2-remove-unnecessary-casts-of-private_data: fs/ocfs2: Remove unnecessary casts of private_data. - patches.fixes/include-cleanup-update-gfp-h-and-slab-h-includes-to-prepare-for-breaking-implicit-slab-h-inclusion-from-percpu-h: include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h. - patches.fixes/o2net-disallow-o2net-accept-connection-request-from-itself: O2net: Disallow o2net accept connection request from itself. - patches.fixes/o2net-log-socket-state-changes: o2net: log socket state changes. - patches.fixes/ocfs2-Zero-the-tail-cluster-when-extending-past-i_si.patch: Refresh. - patches.fixes/ocfs2-add-extent-block-stealing-for-ocfs2-v5.patch: Refresh. - patches.fixes/ocfs2-add-parenthesis-to-wrap-the-check-for-o_direct: ocfs2: Add parenthesis to wrap the check for O_DIRECT. - patches.fixes/ocfs2-avoid-a-gcc-warning-in-ocfs2_wipe_inode: ocfs2: Avoid a gcc warning in ocfs2_wipe_inode(). - patches.fixes/ocfs2-avoid-unnecessary-block-mapping-when-refreshing-quota-info: ocfs2: Avoid unnecessary block mapping when refreshing quota info. - patches.fixes/ocfs2-block-signals-for-mkdir-link-symlink-o_creat: ocfs2: Block signals for mkdir/link/symlink/O_CREAT. - patches.fixes/ocfs2-dlm-avoid-dlm-ast_lock-lockres-spinlock-dependency-break: ocfs2:dlm: avoid dlm->ast_lock lockres->spinlock dependency break. - patches.fixes/ocfs2-dlm-don-t-access-beyond-bitmap-size: ocfs2/dlm: don't access beyond bitmap size. - patches.fixes/ocfs2-dlm-increase-o2dlm-lockres-hash-size: ocfs2/dlm: Increase o2dlm lockres hash size. - patches.fixes/ocfs2-dlm-make-o2dlm-domain-join-leave-messages-kern_notice: ocfs2/dlm: Make o2dlm domain join/leave messages KERN_NOTICE. - patches.fixes/ocfs2-dlm-remove-bug_on-from-migration-in-the-rare-case-of-a-down-node: ocfs2/dlm: Remove BUG_ON from migration in the rare case of a down node. - patches.fixes/ocfs2-do-not-map-blocks-from-local-quota-file-on-each-write: ocfs2: Do not map blocks from local quota file on each write. - patches.fixes/ocfs2-don-t-duplicate-pages-past-i_size-during-cow: ocfs2: Don't duplicate pages past i_size during CoW. - patches.fixes/ocfs2-don-t-retry-xattr-set-in-case-value-extension-fails: ocfs2: Don't retry xattr set in case value extension fails. - patches.fixes/ocfs2-fix-deadlock-when-allocating-page: ocfs2: Fix deadlock when allocating page. - patches.fixes/ocfs2-fix-estimate-of-credits-needed-for-quota-allocation: ocfs2: Fix estimate of credits needed for quota allocation. - patches.fixes/ocfs2-fix-hole-punching-to-correctly-do-cow-during-cluster-zeroing: Ocfs2: Fix hole punching to correctly do CoW during cluster zeroing. - patches.fixes/ocfs2-fix-lock-inversion-in-quotas-during-umount: ocfs2: Fix lock inversion in quotas during umount. - patches.fixes/ocfs2-fix-null-pointer-deref-when-writing-local-dquot: ocfs2: Fix NULL pointer deref when writing local dquot. - patches.fixes/ocfs2-fix-quota-locking: ocfs2: Fix quota locking. - patches.fixes/ocfs2-fix-use-after-free-on-remount-read-only: ocfs2: Fix use after free on remount read-only. - patches.fixes/ocfs2-flush-drive-s-caches-on-fdatasync: ocfs2: Flush drive's caches on fdatasync. - patches.fixes/ocfs2-make-__ocfs2_page_mkwrite-handle-file-end-properly: ocfs2: make __ocfs2_page_mkwrite handle file end properly. - patches.fixes/ocfs2-make-nointr-a-default-mount-option: ocfs2: Make nointr a default mount option. - patches.fixes/ocfs2-make-ocfs2_adjust_resv_from_alloc-simple: ocfs2: make ocfs2_adjust_resv_from_alloc simple. - patches.fixes/ocfs2-make-ocfs2_extend_trans-really-extend: ocfs2: Make ocfs2_extend_trans() really extend. - patches.fixes/ocfs2-make-ocfs2_find_cpos_for_left_leaf-public: Ocfs2: Make ocfs2_find_cpos_for_left_leaf() public. - patches.fixes/ocfs2-make-ocfs2_journal_dirty-void: ocfs2: Make ocfs2_journal_dirty() void. - patches.fixes/ocfs2-make-xattr-extension-work-with-new-local-alloc-reservation: ocfs2: make xattr extension work with new local alloc reservation. - patches.fixes/ocfs2-make-xattr-reflink-work-with-new-local-alloc-reservation: ocfs2: Make xattr reflink work with new local alloc reservation. - patches.fixes/ocfs2-move-orphan-scan-work-to-ocfs2_wq: ocfs2: Move orphan scan work to ocfs2_wq. - patches.fixes/ocfs2-one-more-warning-fix-in-ocfs2_file_aio_write-v2: ocfs2: one more warning fix in ocfs2_file_aio_write(), v2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit. - patches.fixes/ocfs2-optimize-ocfs2-truncate-to-use-ocfs2_remove_btree_range-instead: Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead. - patches.fixes/ocfs2-optimize-punching-hole-code: Ocfs2: Optimize punching-hole code. - patches.fixes/ocfs2-print-node-when-tcp-fails: ocfs2: print node # when tcp fails. - patches.fixes/ocfs2-replace-ushort_max-short_max-and-short_min-with-ushrt_max-shrt_max-and-shrt_min: ocfs2: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN. - patches.fixes/ocfs2-reset-status-if-we-want-to-restart-file-extension: ocfs2: Reset status if we want to restart file extension. - patches.fixes/ocfs2-reset-xattr-value-size-after-xa_cleanup_value_truncate: ocfs2: Reset xattr value size after xa_cleanup_value_truncate(). - patches.fixes/ocfs2-silence-gcc-warning-in-ocfs2_write_zero_page: ocfs2: Silence gcc warning in ocfs2_write_zero_page(). - patches.fixes/ocfs2-tighten-up-strlen-checking: ocfs2: tighten up strlen() checking. - patches.fixes/ocfs2-trivial-code-cleanup-for-allocation-reservation: ocfs2/trivial: Code cleanup for allocation reservation. - patches.fixes/ocfs2-update-gfp-slab-h-includes: ocfs2: update gfp/slab.h includes. - patches.fixes/ocfs2-use-ocfs2_alloc_dinode_update_counts-instead-o.patch: Refresh. - patches.fixes/ocfs2-wrap-signal-blocking-in-void-functions: ocfs2: Wrap signal blocking in void functions. - patches.fixes/tree-wide-assorted-spelling-fixes: tree-wide: Assorted spelling fixes. - patches.fixes/tree-wide-fix-typos-offest-offset: tree-wide: fix typos "offest" -> "offset" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit. - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. * Wed Oct 6 2010 tiwai@suse.de - patches.drivers/lis3-add-support-for-hp-2011-bnb: Refresh. Yet another machine entry. * Wed Oct 6 2010 tiwai@suse.de - patches.drivers/lis3-add-support-for-hp-2011-bnb: Refresh. Add a DMI entry for another new model. * Wed Oct 6 2010 hare@suse.de - patches.fixes/libfc-add-retry-logic-to-lport: libfc: Add retry logic to fp_lport (bnc#640276). - patches.fixes/libfc-adds-flogi-retry: libfc: add flogi retry for non-zero DID (bnc#640276). * Wed Oct 6 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-81-add-support-for-new-idt-codecs: ALSA: hda - Adding support for new IDT 92HD87XX codecs (bnc#643909, bnc#643922, bnc#643914). * Tue Oct 5 2010 hare@suse.de - patches.drivers/qla2xxx-drop-reference-before-wait-for-completion: Reshuffle to keep series2git happy. * Tue Oct 5 2010 jkosina@suse.cz - patches.fixes/i915-rephrase-pwrite-bounds-checking.patch: drm/i915: Rephrase pwrite bounds checking to avoid any potential overflow (bnc#642009 CVE-2010-2962). - patches.fixes/i915-sanity-check-pread-pwrite.patch: drm/i915: Sanity check pread/pwrite (bnc#642009 CVE-2010-2962). * Tue Oct 5 2010 hare@suse.de - patches.drivers/qla2xxx-drop-reference-before-wait-for-completion: Update patche after suggestion from Mike C. * Tue Oct 5 2010 nfbrown@suse.de - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch-fix2: Another fix for race problem with sunrpc cache deferal (bnc#632568, bnc#636461). * Mon Oct 4 2010 mmarek@suse.de - Update reference module symbol versions. * Sat Oct 2 2010 jslaby@suse.de - Update to 2.6.32.24 * Fri Oct 1 2010 bphilips@suse.de - patches.drivers/ixgbe-net-decreasing-real_num_tx_queues-needs-to-flush-qdi.patch: net: decreasing real_num_tx_queues needs to flush qdisc (bnc#625674). - patches.fixes/sched-qdisc_reset_all_tx-is-calling-qdisc_reset-with.patch: sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock (bnc#625674). * Fri Oct 1 2010 jslaby@suse.de - patches.kabi/revert-struct-zone-change.patch: Fix struct zone kabi breakage. - patches.suse/SoN-08-mm-page_alloc-emerg.patch: Refresh. - patches.kabi/revert-mm-page-allocator-calculate-a-better-estimate.patch: Delete. * Fri Oct 1 2010 hare@suse.de - patches.drivers/qla2xxx-drop-reference-before-wait-for-completion: qla2xxx: Drop srb reference before waiting for completion (bnc#641247). * Fri Oct 1 2010 jkosina@suse.cz - patches.kabi/compat-make-compat_alloc_user_space-incorporate-the-access_ok-API-fixup-GENKSYMS.patch: hide kABI checker false positive coming from compat_alloc_userspace() fix (CVE-2010-3081 bnc#639709). - patches.kabi/compat-make-compat_alloc_user_space-incorporate-the-access_ok-API-fixup.patch: compat-make-compat_alloc_user_space-incorporate-the-access_ok - API fixup (CVE-2010-3081 bnc#639709). * Fri Oct 1 2010 hare@suse.de - patches.fixes/scsi-dh-check-for-sdev-state-before-calling-activate: Fixup typo. * Fri Oct 1 2010 hare@suse.de - patches.fixes/scsi-dh-check-for-sdev-state-before-calling-activate: scsi_dh: Check for sdev state in scsi_dh_activate() (bnc#616080). * Fri Oct 1 2010 hare@suse.de - patches.drivers/mpt-fusion-hold-off-error-recovery: fusion: hold off error recovery while alternate ioc is initializing (bnc#618059). * Fri Oct 1 2010 mgalbraith@suse.de - patches.fixes/sched-fix-kill-migration-thread-in-CPU_POST_DEAD-suspend-regression: sched: fix kill migration thread in CPU_POST_DEAD suspend regression (bnc#642449). * Wed Sep 29 2010 rjw@suse.de - patches.fixes/PM-Hibernate-Make-some-boot-messages-look-less-scary.patch: PM / Hibernate: Make some boot messages look less scary (bnc#614226). * Tue Sep 28 2010 jslaby@suse.de - patches.kabi/input-compat-include-avoidance.patch: input: do not include input-compat.h. - patches.kabi/0001-Revert-Input-add-compat-support-for-sysfs-and-proc-c.patch: Delete. * Tue Sep 28 2010 rjw@suse.de - patches.arch/x86-UV-Fix-initialization-of-max_pnode.patch: x86 / UV: Fix initialization of max_pnode (bnc#638618, FATE#306952). * Tue Sep 28 2010 rjw@suse.de - patches.arch/x86-uv-xpc_disconnect_fix.patch: x86 / UV: Fix handling of XPC channel messages coming too late (bnc#638613, FATE#306952). * Tue Sep 28 2010 jslaby@suse.de - patches.kabi/0001-Revert-Input-add-compat-support-for-sysfs-and-proc-c.patch: Revert "Input: add compat support for sysfs and /proc capabilities output". - patches.kabi/0001-Revert-mm-page-allocator-calculate-a-better-estimate.patch: Revert "mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake". - patches.kabi/emu10k1-snd_emu10k1-guard.patch: emu10k1: guard struct snd_emu10k1 kABI changes. - patches.suse/SoN-08-mm-page_alloc-emerg.patch: Refresh. Another bunch of kabi fixes. Now it should build, however the two of them need be resolved properly. * Tue Sep 28 2010 jslaby@suse.de - patches.kabi/sched_sched_class_kABI_guard.patch: sched: guard struct sched_class kABI changes. - patches.kabi/sched_struct_rq_kABI_guard.patch: sched: guard struct rq kABI changes. - patches.kabi/sched_struct_sched_domain_kABI_guard.patch: sched: guard struct sched_domain kABI changes. * Mon Sep 27 2010 jslaby@suse.de - Update to 2.6.32.23: - security fixes - bugfixes - obsoletes: - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix - patches.drivers/cxgb3-fix-hot-plug-removal-crash.patch - patches.drivers/drm-i915-add-reclaimable-to-i915-self-reclaimable-page - patches.drivers/drm-i915-fix-hibernation-since-i915-self-reclaim-fix - patches.fixes/alsa-seq-oss-fix-double-free-at-error-path-of-snd_seq_oss_open - patches.fixes/can-add-limit-for-nframes-and-clean-up-signed-unsigned-variables - patches.fixes/char-Mark-dev-zero-and-dev-kmem-as-not-capable-of-wr.patch - patches.fixes/compat-make-compat_alloc_user_space-incorporate-the-access_ok - patches.fixes/drivers-net-cxgb3-cxgb3_main-c-prevent-reading-uninitialized-stack-memory - patches.fixes/drivers-net-eql-c-prevent-reading-uninitialized-stack-memory - patches.fixes/drivers-net-usb-hso-c-prevent-reading-uninitialized-memory - patches.fixes/drm-stop-information-leak-of-old-kernel-stack - patches.fixes/ext4-consolidate-in_range-definitions - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure - patches.fixes/keys-fix-bug-in-keyctl_session_to_parent-if-parent-has-no-session-keyring - patches.fixes/keys-fix-rcu-no-lock-warning-in-keyctl_session_to_parent - patches.fixes/kill-migration-thread-in-CPU_POST_DEAD-instead-of-CPU_DEAD.diff - patches.fixes/ocfs2-dont-overwrite-error-codes-in-ocfs2_init_acl.patch - patches.fixes/ocfs2-fix-incorrect-checksum-validation.patch - patches.fixes/ocfs2-fix-the-nested-PR.patch - patches.fixes/revert_c6fc81afa2d7ef2f775e48672693d8a0a8a7325d.diff - patches.fixes/sched-cleanup-select_task_rq_fair - patches.fixes/sched-cpuacct-percpu-counter-batch.patch - patches.fixes/sched-fix-vmark-regression - patches.fixes/sched-more-generic_WAKE_AFFINE - patches.fixes/tracing-t_start-reset-ftrace_iter_hash-in-case-of-seek-pread - patches.fixes/use-rcu-lock-in-setpgid.patch - patches.fixes/wireless-extensions-fix-kernel-heap-content-leak - patches.fixes/x86-64-compat-retruncate-rax-after-ia32-syscall-entry-tracing - patches.fixes/x86-64-compat-test-rax-for-the-syscall-number-not-eax - patches.fixes/xfs-prevent-reading-uninitialized-stack-memory - Update config files. - patches.fixes/fix-guard-page-revert-side-effect.patch: mm: use addr instead of start to adjust guard page. - patches.fixes/mm-independent-rr-slab.patch: Refresh. - patches.fixes/mm-pagealloc-fix-congestion-wait.patch: Refresh. - patches.fixes/sched-sysctl-for-normalized-tunables: Refresh. - patches.kabi/revert-mm-make-the-mlock-stack-guard-page-checks-stricter.patch: Revert "mm: make the mlock() stack guard page checks stricter". - patches.kabi/revert-mm-make-the-vma-list-be-doubly-linked.patch: Revert "mm: make the vma list be doubly linked". - patches.kabi/sched_entity-put-back-nr_forced2_migrations.patch: Revert nr_forced2_migrations removal from sched_entity - patches.kernel.org/revert-guard-page-for-stacks-that-grow-upwards.patch: Revert "guard page for stacks that grow upwards". - patches.kernel.org/revert-mm-fix-page-table-unmap-for-stack-guard-page-properly.patch: Revert "mm: fix page table unmap for stack guard page properly". - patches.kernel.org/revert-mm-make-stack-guard-page-logic-use-vm_prev-pointer.patch: Revert "mm: make stack guard page logic use vm_prev pointer". - patches.suse/SoN-08-mm-page_alloc-emerg.patch: Refresh. - patches.suse/staging-hyper-v-added-all-patches-for-hyper-v-same-as-2.6.35-now.patch: Refresh. - patches.xen/xen3-patch-2.6.32.20-21: Refresh. * Mon Sep 27 2010 hare@suse.de - patches.fixes/scsi-dh-alua-handle-all-states: Add missing include. * Mon Sep 27 2010 knikanth@suse.de - patches.fixes/scsi-error-netlink-GFP_ATOMIC.patch: scsi mid layer passes the wrong allocation flag to netlink (bnc#638400). * Mon Sep 27 2010 hare@suse.de - patches.fixes/scsi-dh-alua-handle-all-states: scsi_dh_alua: Update to handle all states correctly (bnc#600043). * Mon Sep 27 2010 hare@suse.de - patches.drivers/aacraid-24702-update: aacraid race condition (bnc#636850). * Thu Sep 23 2010 jeffm@suse.de - patches.fixes/rose-fix-signedness-issues-wrt-digi-count: rose: Fix signedness issues wrt. digi count (CVE-2010-3310 bnc#640721). * Thu Sep 23 2010 knikanth@suse.de - patches.suse/lock_page-speedup-avoid-cacheline-bouncing.patch: Delete. Causes lockup. (bnc#629170) * Wed Sep 22 2010 tiwai@suse.de - patches.drivers/lis3-add-support-for-hp-2011-bnb: hp_accel: Add axis-mapping for HP 2011 BNB models (bnc#639197). * Wed Sep 22 2010 tiwai@suse.de - patches.drivers/lis3-hp3dc-chip-support: lis3: Add support for new LIS3DC / HP3DC chip (bnc#639197). * Wed Sep 22 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.22 (bnc#633733, bnc#638807). - patches.xen/1026-blktap2-PG_reserved.patch: blktap2: eliminate bogus clearing of PG_reserved (bnc#624814). - patches.xen/1027-lock-runqueue-xtime.patch: xen/x86: eliminate nesting of run-queue locks inside xtime_lock. - patches.xen/1031-x86-privcmd-enoent.patch: xen/x86: make __direct_remap_pfn_range()'s return value meaningful (FATE#310510). - patches.xen/1032-netback-add-sched-list-irqs.patch: xen: netback: save interrupt state in add_to_net_schedule_list_tail. - patches.xen/1033-swiotlb-sync-bidirectional.patch: fix swiotlb sync functions to properly deal with DMA_BIDIRECTIONAL. - patches.xen/xen-kzalloc: use kzalloc() in favor of kmalloc()+memset(). - patches.xen/sfc-kzalloc: use kzalloc() in favor of kmalloc()+memset(). - patches.xen/xen-blkfront-scsi_cmd_ioctl: blkfront: forward unknown IOCTLs to scsi_cmd_ioctl for /dev/sdX (bnc#639944). - patches.xen/xen3-amd_nb_early_access_oops.patch: x86: AMD Northbridge: Verify NB's node is online (bnc#637944). - patches.xen/xen3-revert-x86-don-t-send-sigbus-for-kernel-page-faults.patch: Revert "x86: don't send SIGBUS for kernel page faults". - Update Xen config files. * Wed Sep 22 2010 hare@suse.de - patches.fixes/iscsi-set-sk_err-on-conn-stop: Root on multipath goes into unresponsive state for a long time (bnc#620443). * Tue Sep 21 2010 bphilips@suse.de - patches.drivers/cxgb3-Add-register-bit-definition-for-Fatal-Parity-E.patch: cxgb3: Add register bit definition for Fatal Parity Error (bnc#637639). - patches.drivers/cxgb3-Avoid-flush_workqueue-deadlock.patch: cxgb3: Avoid flush_workqueue() deadlock (bnc#637639). - patches.drivers/cxgb3-Leave-interrupts-for-fatal-errors-asserted-in-.patch: cxgb3: Leave interrupts for fatal errors asserted in common code (bnc#637639). - patches.drivers/cxgb3-Set-FATALPERREN.patch: cxgb3: Set FATALPERREN (bnc#637639). - patches.drivers/cxgb3-fix-hot-plug-removal-crash.patch: cxgb3: fix hot plug removal crash (bnc#637639). - patches.drivers/cxgb3-remove-undefined-operations.patch: net/cxgb3: remove undefined operations. - patches.fixes/infiniband_cxgb3_improve_dlpar_remove_on_active_rdma_traffic.patch: Remove changes included in fix hot plug removal crash * Tue Sep 21 2010 jkosina@suse.cz - patches.fixes/elousb-firmware-m-quirk.patch: fix build - patches.fixes/elousb-firmware-m-quirk.patch: handle return value from input_register_dev() properly * Tue Sep 21 2010 jkosina@suse.cz - patches.fixes/elousb-firmware-m-quirk.patch: Elo touchscreen firmware M workaround (bnc#633593). * Tue Sep 21 2010 jack@suse.de - patches.fixes/bdi-Fix-warnings-in-__mark_inode_dirty-for-dev-zero-.patch: bdi: Fix warnings in __mark_inode_dirty for /dev/zero and friends (bnc#618072). - patches.fixes/char-Mark-dev-zero-and-dev-kmem-as-not-capable-of-wr.patch: char: Mark /dev/zero and /dev/kmem as not capable of writeback (bnc#618072). * Mon Sep 20 2010 mfasheh@suse.com - patches.fixes/ocfs2-dont-overwrite-error-codes-in-ocfs2_init_acl.patch: ocfs2: do not overwrite error codes in ocfs2_init_acl (bnc#639161). * Mon Sep 20 2010 hare@suse.de - patches.suse/scsi-netlink-ml-module-param: kernel crash in netlink_broadcast (bnc#620654). * Mon Sep 20 2010 trenn@suse.de - patches.fixes/x86_acer_acpi_ec_call_reg_blacklist.patch: Call _Reg(0x3, 0x1) method in EC namespace if EC got set up, even there is on EC OpRegion (bnc#636561). * Mon Sep 20 2010 trenn@suse.de - patches.arch/amd_nb_early_access_oops.patch: x86: AMD Northbridge: Verify NB's node is online (bnc#637944). * Sun Sep 19 2010 jkosina@suse.de - patches.xen/xen3-x86-64-compat-test-rax-for-the-syscall-number-not-eax: Refresh to apply without fuzz gained in the fasttrack branch. * Fri Sep 17 2010 mmarek@suse.cz - Temporarily disable kabi checking for s390, the kabi will change for the next update. - kabi/s390x/symsets-default.tar.gz: Delete. - kabi/s390x/symsets-trace.tar.gz: Delete. - kabi/s390x/symtypes-default: Delete. - kabi/s390x/symtypes-trace: Delete. - kabi/s390x/symvers-default: Delete. - kabi/s390x/symvers-trace: Delete. * Fri Sep 17 2010 jbeulich@novell.com - patches.xen/xen3-x86-64-compat-retruncate-rax-after-ia32-syscall-entry-tracing: x86-64, compat: Retruncate rax after ia32 syscall entry tracing (CVE-2010-3301 bnc#639708). - patches.xen/xen3-x86-64-compat-test-rax-for-the-syscall-number-not-eax: x86-64, compat: Test %%rax for the syscall number, not %%eax (CVE-2010-3301 bnc#639708). * Fri Sep 17 2010 jeffm@suse.de - patches.fixes/niu-fix-kernel-buffer-overflow-for-ethtool_grxclsrlall: niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALL (CVE-2010-3084 bnc#638274). * Fri Sep 17 2010 jeffm@suse.de - patches.fixes/execve-improve-interactivity-with-large-arguments: execve: improve interactivity with large arguments (bnc#635425). - patches.fixes/execve-make-responsive-to-sigkill-with-large-arguments: execve: make responsive to SIGKILL with large arguments (bnc#635425). - patches.fixes/setup_arg_pages-diagnose-excessive-argument-size: setup_arg_pages: diagnose excessive argument size (bnc#635425). * Fri Sep 17 2010 jeffm@suse.de - patches.fixes/wext-fix-potential-private-ioctl-memory-content-leak: wext: fix potential private ioctl memory content leak (CVE-2010-2955 bnc#635413). * Thu Sep 16 2010 jeffm@suse.de - patches.fixes/wireless-extensions-fix-kernel-heap-content-leak: wireless extensions: fix kernel heap content leak (CVE-2010-2955 bnc#635413). * Thu Sep 16 2010 jeffm@suse.de - patches.fixes/keys-fix-bug-in-keyctl_session_to_parent-if-parent-has-no-session-keyring: KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyring (CVE-2010-2960 bnc#634637). - patches.fixes/keys-fix-rcu-no-lock-warning-in-keyctl_session_to_parent: KEYS: Fix RCU no-lock warning in keyctl_session_to_parent() (CVE-2010-2960 bnc#634637). * Thu Sep 16 2010 jeffm@suse.de - patches.fixes/alsa-seq-oss-fix-double-free-at-error-path-of-snd_seq_oss_open: ALSA: seq/oss - Fix double-free at error path of snd_seq_oss_open() (CVE-2010-3080 bnc#638277). * Thu Sep 16 2010 bphilips@suse.de - patches.drivers/net-next-Fix-an-overflow-bug-in-vmxnet3-Tx-descripto.patch: net-next: Fix an overflow bug in vmxnet3 Tx descriptor (bnc#624020). - patches.drivers/net-next-fix-LRO-feature-update-in-vmxnet3.patch: net-next: fix LRO feature update in vmxnet3 (bnc#624020). - patches.drivers/net-next-vmxnet3-fixes-2-5-Interrupt-control-bitmap.patch: net-next: vmxnet3 fixes [2/5] Interrupt control bitmap (bnc#624020). - patches.drivers/net-next-vmxnet3-fixes-3-5-Initialize-link-state-at-.patch: net-next: vmxnet3 fixes [3/5] Initialize link state at probe time (bnc#624020). - patches.drivers/net-next-vmxnet3-fixes-4-5-Do-not-reset-when-the-dev.patch: net-next: vmxnet3 fixes [4/5] Do not reset when the device is not opened (bnc#624020). - patches.drivers/net-next-vmxnet3-fixes-5-5-Respect-the-interrupt-typ.patch: net-next: vmxnet3 fixes [5/5] Respect the interrupt type in VM configuration (bnc#624020). * Thu Sep 16 2010 jeffm@suse.de - patches.fixes/x86-64-compat-retruncate-rax-after-ia32-syscall-entry-tracing: x86-64, compat: Retruncate rax after ia32 syscall entry tracing (CVE-2010-3301 bnc#639708). - patches.fixes/x86-64-compat-test-rax-for-the-syscall-number-not-eax: x86-64, compat: Test %%rax for the syscall number, not %%eax (CVE-2010-3301 bnc#639708). * Thu Sep 16 2010 jeffm@suse.de - patches.fixes/compat-make-compat_alloc_user_space-incorporate-the-access_ok: compat: Make compat_alloc_user_space() incorporate the access_ok() (CVE-2010-3081 bnc#639709). * Thu Sep 16 2010 bphilips@suse.de - patches.fixes/net-enable-GRO-by-default-for-vlan-devices.patch: net: enable GRO by default for vlan devices (bnc#582730). * Thu Sep 16 2010 knikanth@suse.de - patches.suse/lock_page-speedup-avoid-cacheline-bouncing.patch: UV - PERF cacheline contention in __lock_page reclaiming pages from pagecache (bnc#629170). * Thu Sep 16 2010 jslaby@suse.de - patches.fixes/use-rcu-lock-in-setpgid.patch: pid: make setpgid() system call use RCU read-side critical section (bnc#639728). * Wed Sep 15 2010 jeffm@suse.de - patches.fixes/xfs-prevent-reading-uninitialized-stack-memory: Update references (CVE-2010-3078 bnc#637436). * Wed Sep 15 2010 jeffm@suse.de - patches.fixes/tracing-t_start-reset-ftrace_iter_hash-in-case-of-seek-pread: tracing: t_start: reset FTRACE_ITER_HASH in case of seek/pread (CVE-2010-3079 bnc#637502). * Wed Sep 15 2010 jeffm@suse.de - patches.fixes/drivers-net-usb-hso-c-prevent-reading-uninitialized-memory: drivers/net/usb/hso.c: prevent reading uninitialized memory (CVE-2010-3298 bnc#639483). * Wed Sep 15 2010 jeffm@suse.de - patches.fixes/drivers-net-cxgb3-cxgb3_main-c-prevent-reading-uninitialized-stack-memory: drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memory (CVE-2010-3296 bnc#639481). * Wed Sep 15 2010 jeffm@suse.de - patches.fixes/drivers-net-eql-c-prevent-reading-uninitialized-stack-memory: drivers/net/eql.c: prevent reading uninitialized stack memory (CVE-2010-3297 bnc#639482). * Wed Sep 15 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-80-acer-quirk: ALSA: hda - Add quirk for Acer laptop with CX20585 codec (bnc#638860). * Wed Sep 15 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-79-conexant-5066-support: ALSA: backport Conexant CX2058 chip support (bnc#638860). * Tue Sep 14 2010 gregkh@suse.de - patches.suse/staging-hyper-v-added-all-patches-for-hyper-v-same-as-2.6.35-now.patch: staging: hyper-v: Added all patches for Hyper-V - same as 2.6.35 now (bnc#618379). * Tue Sep 14 2010 jdelvare@suse.de - patches.drivers/e1000e-remove-use-of-skb_dma_map.patch: e1000e: remove use of skb_dma_map (bnc#633268). - patches.drivers/igb-remove-use-of-skb_dma_map.patch: igb: remove use of skb_dma_map (bnc#633268). * Mon Sep 13 2010 rjw@suse.de - patches.arch/ACPICA-Optimization-Reduce-the-number-of-namespace-walks.patch: ACPICA: Optimization: Reduce the number of namespace walks (bnc#601520, FATE#306952). - patches.arch/ACPICA-Performance-enhancement-for-namespace-search-and-access.patch: ACPICA: Performance enhancement for namespace search and access (bnc#601520, FATE#306952). * Mon Sep 13 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Update patch-mainline. * Wed Sep 8 2010 hare@suse.de - patches.suse/libfc-fix-remote-port-restart-problem: Modify to not break kABI. * Wed Sep 8 2010 hare@suse.de - patches.suse/libfc-fix-indefinite-rport-restart: Modify to not break kABI. * Wed Sep 8 2010 jack@suse.de - patches.fixes/ocfs2-grab_cache_page-recursion-fix: ocfs2: Avoid recursing into filesystems when allocating memory with filesystem locks held (bnc#633543). * Tue Sep 7 2010 jeffm@suse.com - patches.fixes/xfs-prevent-reading-uninitialized-stack-memory: xfs: prevent reading uninitialized stack memory (bnc#637436). * Tue Sep 7 2010 hare@suse.de - patches.fixes/iscsi-make-recovery_tmo-configurable: iscsi_transport: Modify recovery_tmo from sysfs (bnc#620443). * Tue Sep 7 2010 hare@suse.de - patches.fixes/scsi-update-fc_block_scsi_eh: Reenable. * Tue Sep 7 2010 hare@suse.de - patches.suse/libfc-fix-indefinite-rport-restart: libfc: fix indefinite rport restart (bnc#626880). - patches.suse/libfc-fix-remote-port-restart-problem: libfc: Fix remote port restart problem (bnc#626880). * Mon Sep 6 2010 nfbrown@suse.de - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch-fix: Fix race in sunrpc/cache introduced by patch to allow thread to block while waiting for cache update (bnc#632568). - patches.fixes/nfsd-09-fix-kabi: Refresh. - patches.fixes/sunrpc-monotonic-expiry: Refresh. - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch: Refresh. * Sat Sep 4 2010 jjolly@suse.de - patches.arch/s390-21-01-qeth_connection_isolation_keep_reply.patch: qeth: timeout on connection isolation configuration errors (bnc#631075,LTC#66486). - patches.arch/s390-21-02-dasd-fix-cqr-flags-in-erp.patch: dasd: let recovery cqr inherit flags from failed cqr (bnc#631075,LTC#66750). - patches.arch/s390-22-tlb-proc-race.patch: kernel: fork vs /proc/stat race (bnc#635515,LTC#66686). * Fri Sep 3 2010 jeffm@suse.com - patches.fixes/irda-correctly-clean-up-self-ias_obj-on-irda_bind-failure: irda: Correctly clean up self->ias_obj on irda_bind() failure (CVE-2010-2954 bnc#636112). * Fri Sep 3 2010 hare@suse.de - patches.fixes/scsi-update-fc_block_scsi_eh: Disable until testing is complete. * Fri Sep 3 2010 hare@suse.de - patches.fixes/scsi-update-fc_block_scsi_eh: Fixup patch to handle FAST_IO_FAIL from error handler correctly (bnc#613330). * Thu Sep 2 2010 hare@suse.de - patches.fixes/scsi-update-fc_block_scsi_eh: Device offlined while array is momentarily unavailable (bnc#613330). * Thu Sep 2 2010 hare@suse.de - patches.fixes/scsi-return-needs-retry-for-busy-eh-cmds: Return NEEDS_RETRY for eh commands with status BUSY (bnc#613330). * Thu Sep 2 2010 rjw@suse.de - Fix ordering of patches in series.conf * Wed Sep 1 2010 rjw@suse.de - patches.arch/x86-UV-map-ACPI-tables-as-cacheable.patch: x86 / UV: Map ACPI tables as cacheable (bnc#632974, FATE#306952). * Wed Sep 1 2010 rjw@suse.de - patches.arch/x86_64-numa-Cacheline-aliasing-makes-for_each_populated_zone-extremely-expensive-V2.patch: Update references (bnc#632975, FATE#306952). * Wed Sep 1 2010 jeffm@suse.com - patches.kabi/drm-block-userspace-under-allocating-buffer-and-having-drivers-overwrite-it-v2: KABI: Workaround drm_ioctl_desc->cmd_drv addition. * Wed Sep 1 2010 jeffm@suse.com - patches.fixes/jfs-don-t-allow-os2-xattr-namespace-overlap-with-others: Delete. * Wed Sep 1 2010 jeffm@suse.com - patches.fixes/jfs-don-t-allow-os2-xattr-namespace-overlap-with-others: jfs: don't allow os2 xattr namespace overlap with others (CVE-2010-2946 bnc#633585). * Wed Sep 1 2010 jeffm@suse.com - patches.fixes/can-add-limit-for-nframes-and-clean-up-signed-unsigned-variables: can: add limit for nframes and clean up signed/unsigned variables (bnc#633581 CVE-2010-2959). * Tue Aug 31 2010 rjw@suse.de - patches.arch/x86-fix_irq_assignment-on-NUMA-systems.patch: x86: Fix irq vector assignment on large NUMA systems (bnc#622727, FATE#306952). * Tue Aug 31 2010 jeffm@suse.com - patches.fixes/net-sched-fix-some-kernel-memory-leaks: net sched: fix some kernel memory leaks (CVE-2010-2942 bnc#632309). * Tue Aug 31 2010 jeffm@suse.com - patches.fixes/ext4-consolidate-in_range-definitions: ext4: consolidate in_range() definitions (CVE-2010-3015 bnc#631801). * Tue Aug 31 2010 jeffm@suse.com - patches.fixes/drm-block-userspace-under-allocating-buffer-and-having-drivers-overwrite-it-v2: drm: block userspace under allocating buffer and having drivers overwrite it (v2) (bnc#628604). * Tue Aug 31 2010 jeffm@suse.com - patches.fixes/drm-stop-information-leak-of-old-kernel-stack: drm: stop information leak of old kernel stack (bnc#628604 CVE-2010-2803). * Tue Aug 31 2010 duwe@suse.de - patches.arch/ppc-huge-page-pte: Fix bugs in huge page hashing (bnc#625167). * Tue Aug 31 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: Forgot to refresh before committing, sorry. * Tue Aug 31 2010 jdelvare@suse.de - patches.fixes/bonding-jiffies2.patch: fix jiffies overflow problems in bonding (bnc#613273). * Tue Aug 31 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-78-add-id-for-the-CougarPoint-chipset: ALSA: intelhdmi - add id for the CougarPoint chipset (bnc#630068). * Mon Aug 30 2010 knikanth@suse.de - patches.arch/uv-rotor-init-random.patch: Delete. Patch reverted in mainline as well, due to build failure in IA64. (bnc#602150) * Mon Aug 30 2010 knikanth@suse.de - patches.arch/uv-rotor-init-random.patch: cpusets: randomize node rotor used in cpuset_mem_spread_node() (bnc#602150). * Thu Aug 26 2010 rjw@suse.de - patches.arch/x86_64-numa-Cacheline-aliasing-makes-for_each_populated_zone-extremely-expensive-V2.patch: x86_64 / NUMA: Cacheline aliasing makes for_each_populated_zone extremely expensive -V2 (bnc#630132, FATE#306952). * Wed Aug 25 2010 rjw@suse.de - patches.arch/x86-UV-fix-crash-on-UV-hubs-that-have-no-active-cpus.patch: x86 / UV: Fix crash on UV hubs that have no active cpus (bnc#630121, FATE#306952). * Tue Aug 24 2010 rjw@suse.de - patches.arch/x86-UV-Fix-uninitialized-uvhub_mask.patch: x86 / UV: Fix uninitialized uvhub_mask (bnc#630132, FATE#306952). * Tue Aug 24 2010 tiwai@suse.de - patches.drivers/iwl-add-LED-mode-option: iwlwifi: add LED mode to support different LED behavior (bnc#624340). * Tue Aug 24 2010 tiwai@suse.de - patches.drivers/ath9k-add-blink-module-parameter: ath9k: Add a module parameter to disable led blinking (bnc#624340). * Mon Aug 23 2010 mhocko@suse.de - patches.suse/SoN-08-mm-page_alloc-emerg.patch: Refresh. - patches.fixes/vmstat-zone_low-fix.patch: Delete. Fix the low_wmark_pages directly in the offending patch. * Sat Aug 21 2010 gregkh@suse.de - kabi/severities: update the s390 wildcard as it wasn't picking up the proper match for the qeth driver. Also add the s390 cio driver to the "PASS" list. * Fri Aug 20 2010 gregkh@suse.de - Update to 2.6.32.19: - security fixes - bugfixes - obsoletes: - patches.drivers/pci-disable-msi-on-K8M800 - patches.fixes/PATCH-Skip-check-for-mandatory-locks-when-unlocking.patch - patches.fixes/acpi-fix-regression-where-_ppc-is-not-read-at-boot-even-when-ignore_ppc-0 - patches.fixes/aic79xx-null-scb-in-nonpkt-busfree - patches.fixes/btrfs-add-btrfs_duplicate_item - patches.fixes/btrfs-add-delayed-iput - patches.fixes/btrfs-align-offsets-for-btrfs_ordered_update_i_size - patches.fixes/btrfs-apply-updated-fallocate-i_size-fix - patches.fixes/btrfs-avoid-orphan-inodes-cleanup-during-committing-transaction - patches.fixes/btrfs-avoid-orphan-inodes-cleanup-while-replaying-log - patches.fixes/btrfs-avoid-superfluous-tree-log-writeout - patches.fixes/btrfs-btrfs_mark_extent_written-uses-the-wrong-slot - patches.fixes/btrfs-check-return-value-of-open_bdev_exclusive-properly - patches.fixes/btrfs-check-total-number-of-devices-when-removing-missing - patches.fixes/btrfs-deal-with-null-acl-sent-to-btrfs_set_acl - patches.fixes/btrfs-deny-sys_link-across-subvolumes - patches.fixes/btrfs-do-not-mark-the-chunk-as-readonly-if-in-degraded-mode - patches.fixes/btrfs-do-not-try-and-lookup-the-file-extent-when-finishing-ordered-io - patches.fixes/btrfs-don-t-add-extent-0-to-the-free-space-cache-v2 - patches.fixes/btrfs-fail-mount-on-bad-mount-options - patches.fixes/btrfs-fix-a-memory-leak-in-btrfs_init_acl - patches.fixes/btrfs-fix-btrfs_drop_extent_cache-for-skip-pinned-case - patches.fixes/btrfs-fix-disk_i_size-update-corner-case - patches.fixes/btrfs-fix-memory-leaks-in-error-paths - patches.fixes/btrfs-fix-missing-last-entry-in-readdir3 - patches.fixes/btrfs-fix-oopsen-when-dropping-empty-tree - patches.fixes/btrfs-fix-per-root-used-space-accounting - patches.fixes/btrfs-fix-possible-panic-on-unmount - patches.fixes/btrfs-fix-race-between-allocate-and-release-extent-buffer - patches.fixes/btrfs-fix-race-in-btrfs_mark_extent_written - patches.fixes/btrfs-fix-regression-in-orphan-cleanup - patches.fixes/btrfs-kfree-correct-pointer-during-mount-option-parsing - patches.fixes/btrfs-make-error-return-negative-in-btrfs_sync_file - patches.fixes/btrfs-make-fallocate2-more-enospc-friendly - patches.fixes/btrfs-make-metadata-chunks-smaller - patches.fixes/btrfs-make-sure-fallocate-properly-starts-a-transaction - patches.fixes/btrfs-make-truncate2-more-enospc-friendly - patches.fixes/btrfs-pass-transaction-handle-to-security-and-acl-initialization-functions - patches.fixes/btrfs-remove-bug_on-due-to-mounting-bad-filesystem - patches.fixes/btrfs-rewrite-btrfs_drop_extents - patches.fixes/btrfs-run-orphan-cleanup-on-default-fs-root - patches.fixes/btrfs-show-discard-option-in-proc-mounts - patches.fixes/btrfs-use-correct-values-when-updating-inode-i_size-on-fallocate - patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch - patches.fixes/dlm-fix-ordering-of-bast-and-cast.patch - patches.fixes/dlm-send-reply-before-bast.patch - patches.fixes/ext4-fix-optional-arg-mount-options - patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files - patches.fixes/fix_clock_gettime_vsyscall_time_warp.diff - patches.fixes/ia64-fix-sba-iommu-to-handle-allocation-failure-properly - patches.fixes/ibmvscsi-add-barriers - patches.fixes/ibmvscsi-reduce-error-recovery-timeout - patches.fixes/kernel-mutex-adaptive-cpu-offline-livelock.patch - patches.fixes/loop-update-mtime.patch - patches.fixes/mandatory-lock-test - patches.fixes/mce_injection_enhancements_1668bfd5be9d8a52536c4865000fbbe065a3613b - patches.fixes/mce_injection_enhancements_9b9a29ecd75e310f75a9243e1c3538ad34598fcb - patches.fixes/md-write-behind-race - patches.fixes/nohz-delay-from-tip.diff - patches.fixes/ocfs2-Find-proper-end-cpos-for-a-leaf-refcount-block.patch - patches.fixes/ocfs2-set-MS_POSIXACL-on-remount.patch - patches.fixes/powerpc-eeh-fix-a-bug-when-pci-structure-is-null - patches.fixes/reiserfs-fix-oops-while-creating-privroot-with-selinux-enabled - patches.fixes/reiserfs-replay-honor-ro - patches.fixes/reuse-ktime-from-tip.diff - patches.fixes/sched-fix-cputime-monotonicity.patch - patches.fixes/sched-fix-task-times_granularity.patch - patches.fixes/x86_64_memory_hotplug_dev_mem.patch - patches.fixes/x86_ioapic_fix_out_of_order_gsi.patch * Fri Aug 20 2010 gregkh@suse.de - patches.kabi/kabi-acpi-guard-acpi_power_register-changes.patch: kabi: acpi: guard acpi_power_register changes. * Fri Aug 20 2010 gregkh@suse.de - patches.kabi/kabi-acpi-guard-acpi_processor_cx-changes: KABI: acpi: Guard acpi_processor_cx changes. - patches.xen/xen3-auto-common.diff: Refresh. - patches.xen/xen3-patch-2.6.32.16-17: Refresh. * Fri Aug 20 2010 gregkh@suse.de - kabi/severities: add drivers/ssb/* to the list of things we don't check the kabi for. * Fri Aug 20 2010 gregkh@suse.de - kabi/severities: add drivers/net/wireless/hostap/* to the list of things that we don't care about for kabi * Fri Aug 20 2010 mhocko@suse.de - patches.fixes/vmstat-zone_low-fix.patch: /proc/zoneinfo fix low watermark value. * Wed Aug 18 2010 mgalbraith@suse.de - patches.fixes/revert_c6fc81afa2d7ef2f775e48672693d8a0a8a7325d.diff: sched: revert 2.6.32-stable commit c6fc81a (bnc#615557). * Tue Aug 17 2010 jack@suse.de - patches.fixes/aio-ERESTARTSYS-handling.diff: aio: Do not return ERESTARTSYS as a result of AIO (bnc#612009). * Tue Aug 17 2010 gregkh@suse.de - patches.kabi/kabi-fix-up-struct-transacion_s-abi-change.patch: kabi: fix up struct transacion_s abi change. * Mon Aug 16 2010 jslaby@suse.de - patches.arch/x86-kdump-avoid-stack-dumps-fix.patch: x86, UV: Make kdump avoid stack dumps - fix !CONFIG_KEXEC breakage (bnc#616464). - patches.arch/x86-kdump-avoid-stack-dumps.patch: x86, UV: Make kdump avoid stack dumps (bnc#616464). * Sat Aug 14 2010 mfasheh@suse.com - patches.fixes/ocfs2-fix-incorrect-checksum-validation.patch: ocfs2: Fix incorrect checksum validation error. - patches.fixes/ocfs2-fix-metaecc-error-messages.patch: ocfs2: Fix metaecc error messages. * Thu Aug 12 2010 gregkh@suse.de - Update to 2.6.32.18 - security fixes - bug fixes - obsoletes: - patches.drivers/drm-i915-Fix-LVDS-presence-check - patches.drivers/drm-i915-parse-child-device-from-VBT - patches.drivers/e1000e-dont-inadvertently-re-set-INTX_DISABLE.patch - patches.fixes/gfs2-rename-causes-kernel-oops - patches.fixes/nfs-fix-acl-decoding - patches.kernel.org/cifs-fix-compile-error-with-__init-in-cifs_init_dns_resolver-definition.patch - patches.kernel.org/cifs-remove-__exit-mark-from-cifs_exit_dns_resolver.patch * Thu Aug 12 2010 jslaby@suse.de - patches.fixes/kdb-fix-ll.patch: kdb: break out of kdb_ll() when command is terminated (bnc#609172). - patches.suse/kdb-bt-with-pt-regs.patch: KDB: fix backtrace failure (bnc#611094). - patches.suse/kdb-fix-incomplete-backtrace.patch: Refresh. * Wed Aug 11 2010 jack@suse.de - patches.fixes/novfs-lindent: novfs: Lindent novfs source. Added to keep codebases among SLE11 SP1, 11.3, and master in sync. * Wed Aug 11 2010 hare@suse.de - patches.suse/qla2xxx-add-ql2xtargetreset-parm: Tape driver gets a rewind during boot (bnc#629552). * Wed Aug 11 2010 jslaby@suse.cz - patches.suse/rlim-0014-ipc-use-helpers-for-rlimits.patch: ipc: use rlimit helpers (FATE#305733). - patches.suse/rlim-0015-SECURITY-add-task_struct-to-setrlimit.patch: rlimits: security, add task_struct to setrlimit (FATE#305733). - patches.suse/rlim-0016-core-add-task_struct-to-update_rlimit_cpu.patch: rlimits: add task_struct to update_rlimit_cpu (FATE#305733). - patches.suse/rlim-0017-sys_setrlimit-make-sure-rlim_max-never-grows.patch: rlimits: make sure ->rlim_max never grows in sys_setrlimit (FATE#305733). - patches.suse/rlim-0017a--rlimits-selinux-do-rlimits-changes-under-task_lock.patch: rlimits: selinux, do rlimits changes under task_lock (FATE#305733). - patches.suse/rlim-0018-core-split-sys_setrlimit.patch: rlimits: split sys_setrlimit (FATE#305733). - patches.suse/rlim-0019-core-allow-setrlimit-to-non-current-tasks.patch: rlimits: allow setrlimit to non-current tasks (FATE#305733). - patches.suse/rlim-0020-rlimits-do-security-check-under-task_lock.patch: rlimits: do security check under task_lock (FATE#305733). - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch: Refresh. - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch: Refresh. - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch: Delete. Refresh and update them because they were merged (some in slightly differrent form). * Wed Aug 11 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.17. * Tue Aug 10 2010 jeffm@suse.de - patches.fixes/gfs2-rename-causes-kernel-oops: GFS2: rename causes kernel Oops (bnc#627386 CVE-2010-2798). * Tue Aug 10 2010 jbohac@suse.cz - patches.fixes/ipv6-fix-dad-race.patch: IPv6: fix DAD races (bnc#577967). - patches.xen/ipv6-no-autoconf: Refresh. * Sat Aug 7 2010 gregkh@suse.de - patches.kabi/kabi-fix-up-struct-firmware-abi-change.patch: kabi: fix up struct firmware abi change. * Sat Aug 7 2010 gregkh@suse.de - patches.xen/xen3-auto-xen-arch.diff: Refresh. * Fri Aug 6 2010 agruen@suse.de - patches.fixes/nfs-fix-acl-decoding: nfs: fix acl decoding (bnc#629263). * Fri Aug 6 2010 gregkh@suse.de - patches.kernel.org/cifs-fix-compile-error-with-__init-in-cifs_init_dns_resolver-definition.patch: CIFS: Fix compile error with __init in cifs_init_dns_resolver() definition - patches.kernel.org/cifs-remove-__exit-mark-from-cifs_exit_dns_resolver.patch: CIFS: Remove __exit mark from cifs_exit_dns_resolver(). * Fri Aug 6 2010 gregkh@suse.de - Update to 2.6.32.17: - security fixes - bug fixes - obsoletes: - patches.arch/ia64-64bit-spinaphore - patches.arch/x86-calgary-increase-max-phb-bus-num.patch - patches.drivers/drm-i915-Define-MI_ARB_STATE-bits - patches.drivers/drm-i915-enable-low-power-render-writes-on-GEN3-hardware - patches.drivers/igb-change-how-we-handle-alternate-mac-addresses.patch - patches.drivers/sky2-enable-rx-tx-in-sky2_phy_reinit.patch - patches.fixes/futex-futex_find_get_task-remove-credentails-check.patch * Fri Aug 6 2010 gregkh@suse.de - patches.kabi/revert-wrong-type-for-magic-argument-in-simple_fill_super-in-2.6.32.16.patch: Revert: wrong type for 'magic' argument in simple_fill_super() in 2.6.32.16. * Thu Aug 5 2010 mfasheh@suse.com - patches.fixes/ocfs2-Fix-orphan-add-in-ocfs2_create_inode_in_orphan.patch: ocfs2: Fix orphan add in ocfs2_create_inode_in_orphan (bnc#626321). - patches.fixes/ocfs2-allow-return-of-new-inode-block-location-befor.patch: ocfs2: allow return of new inode block location before allocation of the inode (bnc#626321). - patches.fixes/ocfs2-split-out-inode-alloc-code-from-ocfs2_mknod_lo.patch: ocfs2: split out inode alloc code from ocfs2_mknod_locked (bnc#626321). - patches.fixes/ocfs2-split-out-ocfs2_prepare_orphan_dir-into-lockin.patch: ocfs2: split out ocfs2_prepare_orphan_dir() into locking and prep functions (bnc#626321). - patches.fixes/ocfs2-use-ocfs2_alloc_dinode_update_counts-instead-o.patch: ocfs2: use ocfs2_alloc_dinode_update_counts() instead of open coding (bnc#626321). * Thu Aug 5 2010 tiwai@suse.de - patches.drivers/drm-i915-Fix-LVDS-presence-check: drm/i915: Fix LVDS presence check (bnc#621715). - patches.drivers/drm-i915-parse-child-device-from-VBT: drm/i915: parse child device from VBT (bnc#621715). * Thu Aug 5 2010 mmarek@suse.cz - patches.kabi/ppc-add-perf_event-include: kabi: add linux/perf_event.h back to arch/powerpc/kernel/irq.c. * Thu Aug 5 2010 jjolly@suse.de - patches.arch/s390-20-01-etr-race.patch: kernel: etr clock synchronization race (bnc#627060,LTC#66220). - patches.arch/s390-20-02-dasd-reserve-emergency-cqr.patch: dasd: allocate fallback cqr for reserve/release (bnc#627060,LTC#66227). - patches.arch/s390-20-03-cio_use_all_paths.patch: cio: use all paths for some internal I/O (bnc#627060,LTC#66327). * Wed Aug 4 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-vfs-busy-inode-errors: Revert the commit that fixes page refcount leak which is not required but causes hangs (bnc#627518). * Wed Aug 4 2010 mmarek@suse.cz - Update ppc64/vanilla config. * Wed Aug 4 2010 trenn@suse.de - patches.arch/x86_thinkpad_fix_x100e_s2ram.patch: thinkpad-acpi: X100e quick fixes (bnc#619002). * Wed Aug 4 2010 bphilips@suse.de - patches.drivers/tg3-Fix-IPv6-TSO-code-in-tg3_start_xmit_dma_bug.patch: tg3: Fix IPv6 TSO code in tg3_start_xmit_dma_bug(). * Wed Aug 4 2010 bphilips@suse.de - patches.drivers/netxen-fix-register-usage.patch: netxen: fix register usage (bnc#600579). * Tue Aug 3 2010 gregkh@suse.de - patches.arch/ppc-extended_h_cede-add_offline_states: Refresh for query_cpu_stopped rename. * Tue Aug 3 2010 gregkh@suse.de - Update to 2.6.32.16 - security fixes - lots of bugfixes - obsoletes: - patches.arch/ppc-public-query_cpu_stopped - patches.arch/ppc-start-only-stopped-cpus - patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch - patches.fixes/btrfs-should-add-a-permission-check-for-setfacl - patches.fixes/cifs-fix-oops-due-to-null-nameidata - patches.fixes/dm-snapshot-2TB-fix - patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl - patches.fixes/ipmi-fix-deadlock.patch - patches.fixes/ixgbe-fix-return-of-invalid-txq.patch - patches.fixes/keys-find_keyring_by_name-can-gain-access-to-a-freed-keyring - patches.fixes/powerpc-fix-handling-of-strnlen-with-zero-len - patches.fixes/sctp-fix-skb_over_panic-resulting-from-multiple-invalid-parameter-errors - patches.fixes/virtio_net-make-delayed-refill-more-reliable.patch * Mon Aug 2 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Package log.sh in the source rpm. * Fri Jul 30 2010 gregkh@suse.de - Update to 2.6.32.15: - bugfix - obsoletes: - patches.suse/revert-percpu-stable-changes.patch * Fri Jul 30 2010 gregkh@suse.de - Update to 2.6.32.14: - security fixes - bugfixes - obsoletes: - patches.arch/s390-16-01-ptrace-fix-return-value.patch - patches.arch/x86-cacheinfo-turn-off-l3-cache-index-in-virtualized-envs.patch - patches.fixes/btrfs-check-for-read-permission-on-src-file-in-the-clone-ioctl - patches.fixes/proc-revert-provide-stack-info-01.patch - patches.fixes/proc-revert-provide-stack-info-02.patch * Thu Jul 29 2010 bphilips@suse.de - patches.drivers/netxen-fix-for-kdump.patch: netxen: fix for kdump (bnc#603464). * Thu Jul 29 2010 nfbrown@suse.de - patches.fixes/nfsd-allow-IPv6-sockets: NFSD: Support AF_INET6 in svc_addsock() function (fate#307240). - patches.fixes/nfsd-do-not-reg-v3-for-IPv6: Don't register NFSv2 and NFSv3 with portmap for IPv6 transports (FATE#307240). * Wed Jul 28 2010 bphilips@suse.de - patches.drivers/igb-change-how-we-handle-alternate-mac-addresses.patch: igb: change how we handle alternate mac addresses (bnc#619525). * Wed Jul 28 2010 mfasheh@suse.com - patches.fixes/ocfs2-fix-the-nested-PR.patch: Fix the nested PR lock calling issue in ACL (bnc#614332). * Tue Jul 27 2010 mmarek@suse.cz - kabi/severities: Ignore drivers/s390/net/qeth. * Tue Jul 27 2010 hare@suse.de - patches.drivers/qla2xxx-8.03.01.08.11.1-k8-update: qla2xxx: Update driver to version 8.03.01.08.11.1-k8 (bnc#622635). * Tue Jul 27 2010 hare@suse.de - patches.fixes/fcoe-remove-check-for-zero-fabric: fcoe: remove check for zero fabric name (bnc#625666). * Mon Jul 26 2010 jjolly@suse.de - patches.arch/s390-19-01-zfcp-unit-remove.patch: zfcp: Remove SCSI device during unit_remove (bnc#617464,LTC#65402). - patches.arch/s390-19-02-zfcp-zero-fc.patch: zfcp: Zero memory for gpn_ft and adisc requests (bnc#617464,LTC#65466). - patches.arch/s390-19-03-zfcp-fc-port-add-scsi-scan.patch: zfcp: Register SCSI devices after fc_remote_port_add (bnc#617464,LTC#65797). - patches.arch/s390-19-04-zfcp-forced-terminate-rport-io.patch: zfcp: Use forced_reopen in terminate_rport_io callback (bnc#617464,LTC#65800). - patches.arch/s390-19-05-zfcp-erp-timeout.patch: zfcp: Fail erp after timeout (bnc#617464,LTC#65801). - patches.arch/s390-19-06-zfcp-erp-port-open-fail.patch: zfcp: Fix retry after failed "open port" erp action (bnc#617464,LTC#65806). - patches.arch/s390-19-07-zfcp-forced-unblock.patch: zfcp: Do not unblock rport from REOPEN_PORT_FORCED (bnc#617464,LTC#65807). - patches.arch/s390-19-08-zfcp-forced-fail.patch: zfcp: Do not try "forced close" when port is already closed (bnc#617464,LTC#65810). - patches.arch/s390-19-09-qeth_clear_mac_bits.patch: Clear mac_bits field when switching between Layer 2 and Layer 3 (bnc#617464,LTC#66065). - patches.arch/s390-19-10-xip_race_condition.patch: filemap : fix race condition in xip_file_fault (bnc#617464,LTC#66066). - patches.arch/s390-19-11-qeth-ipa-timeout.patch: qeth: avoid loop if ipa command response is missing (bnc#617464,LTC#66115). * Mon Jul 26 2010 hare@suse.de - patches.fixes/scsi-dh-alua-crash-on-stpg-failback: scsi_dh_alua: Sending STPG on failback causes kernel oops (bnc#624436). * Mon Jul 26 2010 hare@suse.de - patches.drivers/ipmi-add-parameter-to-limit-cpu-usage-in-kipmid.patch: Fixup patch for series2git. - patches.fixes/btrfs-fix-loop-device-on-top-of-btrfs: Fixup patch for series2git. * Fri Jul 23 2010 jack@suse.de - patches.fixes/novfs-xattr-errcode-cleanup2: novfs: Fix error codes for getxattr for novfs (bnc#529535). * Fri Jul 23 2010 tiwai@suse.de - patches.drivers/drm-i915-Define-MI_ARB_STATE-bits: drm/i915: Define MI_ARB_STATE bits (bnc#621598). - patches.drivers/drm-i915-add-reclaimable-to-i915-self-reclaimable-page: drm/i915: add 'reclaimable' to i915 self-reclaimable page allocations (bnc#621598). - patches.drivers/drm-i915-enable-low-power-render-writes-on-GEN3-hardware: drm/i915: enable low power render writes on GEN3 hardware (bnc#621598). * Fri Jul 23 2010 jack@suse.de - patches.fixes/novfs-xattr-errcode-cleanup: novfs: code cleanup for one case of novfs return value (bnc#624606). * Fri Jul 23 2010 jslaby@suse.de - patches.suse/kdb-fix-incomplete-backtrace.patch: Disable temporarily (breaks build on i586). * Fri Jul 23 2010 jslaby@suse.cz - patches.suse/kdb-fix-incomplete-backtrace.patch: Refresh. * Fri Jul 23 2010 jslaby@suse.cz - patches.fixes/x86_64-uv-update-uv-arch-to-target-legacy-vga-i-o-correctly.patch: Refresh. - patches.suse/kdb-common: Refresh. - patches.suse/kdb-fix-incomplete-backtrace.patch: kdb shows incomplete backtrace (bnc#618444). - patches.suse/kdb-x86: Refresh. - patches.suse/kdb-x86-backtrace-code-to-use-the-in-kernel-show_stack-function: Refresh. - patches.suse/x86-uv-kdb-support-for-uv-nmi-handler.patch: Refresh. * Wed Jul 21 2010 mfasheh@suse.com - patches.fixes/ocfs2-allow-huge-volumes.patch: OCFS2: Allow huge (> 16 TiB) volumes to mount (bnc#618424). * Wed Jul 21 2010 jack@suse.de - patches.fixes/novfs-xattr-memleak: novfs: Fix a memory leak that causes an OOM condition (bnc#610828). * Tue Jul 20 2010 jack@suse.de - patches.fixes/novfs-bdi-init.diff: novfs: backing device info initialization (bnc#623472). * Tue Jul 20 2010 mhocko@suse.cz - patches.fixes/futex-futex_find_get_task-remove-credentails-check.patch: futex: futex_find_get_task remove credentails check (bnc#607123). * Thu Jul 15 2010 mmarek@suse.cz - patches.kabi/struct-jbd2_buffer_trigger_type.patch: Fix kabi signature of struct jbd2_buffer_trigger_type. * Thu Jul 15 2010 jdelvare@suse.de - patches.drivers/e1000e-dont-inadvertently-re-set-INTX_DISABLE.patch: e1000e: don't inadvertently re-set INTX_DISABLE (bnc#610362). * Thu Jul 15 2010 mmarek@suse.cz - Update kabi files: Ignore changes to struct xfrm_state, the chances of KMPs using this struct are pretty slim. * Wed Jul 14 2010 mfasheh@suse.com - patches.fixes/ocfs2-No-need-to-zero-pages-past-i_size.patch: ocfs2: No need to zero pages past i_size. - patches.fixes/ocfs2-When-zero-extending-do-it-by-page.patch: ocfs2: When zero extending, do it by page. - patches.fixes/ocfs2-Zero-the-tail-cluster-when-extending-past-i_si.patch: ocfs2: Zero the tail cluster when extending past i_size. * Wed Jul 14 2010 agruen@suse.de - xfrm: Fix truncation length of authentication algorithms installed via PF_KEY (FATE#309537). * Wed Jul 14 2010 mfasheh@suse.com - patches.fixes/jbd2-ocfs2-Fix-block-checksumming-when-a-buffer-is-u.patch: jbd2/ocfs2: Fix block checksumming when a buffer is used in several transactions (bnc#606575). * Tue Jul 13 2010 jdelvare@suse.de - patches.drivers/mpt-fusion-fix-races-with-deleted.patch: fusion/mpt: Fix races with deleted targets (bnc#609506). * Mon Jul 12 2010 duwe@suse.de - patches.drivers/ehca-catch-ioremap-fail: Ib/ehca: Catch failing ioremap() (bnc#620021). - patches.drivers/ehca-tasklet-init-fix: ib/ehca: init irq tasklet before irq can happen (bnc#620020). - patches.drivers/ipoib-fix-pointer-refs: IB/ipoib: fix dangling pointer references to ipoib_neigh and ipoib_path (bnc#620904). * Mon Jul 12 2010 bphilips@suse.de - patches.drivers/sky2-enable-rx-tx-in-sky2_phy_reinit.patch: sky2: enable rx/tx in sky2_phy_reinit() (bnc#613171). * Mon Jul 12 2010 jack@suse.de - patches.fixes/novfs-overflow-fixes: novfs: security: Add buffer overflow, integer wraparound fixes (bnc#594362). * Fri Jul 9 2010 rw@suse.de - patches.arch/ia64-64bit-spinaphore: ia64: Use full 64 bits in spinaphore down_spin(). (bnc#619840) * Thu Jul 8 2010 tiwai@suse.de - patches.drivers/drm-i915-fix-hibernation-since-i915-self-reclaim-fix: drm/i915: fix hibernation since i915 self-reclaim fixes (bnc#599671). * Thu Jul 8 2010 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22: Fix deadlock in vif shutdown path. * Tue Jul 6 2010 tiwai@suse.de - patches.drivers/i915-fix-ironlake-edp-panel-setup-v4: i915: fix ironlake edp panel setup (v4) (bnc#598308). * Tue Jul 6 2010 hare@suse.de - patches.drivers/bfa-2.1.2.1-s11-update: bfa fixes from upstream (bnc#619536). * Mon Jul 5 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-77-lenovo-thinkpad-x100e: ALSA: hda - add support for Lenovo ThinkPad X100e in conexant codec (bnc#619007). * Fri Jul 2 2010 trenn@suse.de - patches.arch/x86_mce_intel_decode_physical_fix_dynamic_debug.patch: For some reason the macro used by dynamic debug breaks things (bnc#619416). * Wed Jun 30 2010 nfbrown@suse.de - patches.fixes/dm-snapshot-2TB-fix: dm snapshot: simplify sector_to_chunk expression (bnc#614793). * Wed Jun 30 2010 jbohac@suse.cz - patches.fixes/bonding-fix-arp_validate-inside-bridge.patch: fix arp_validate for bonds inside a bridge (bnc#596113). * Wed Jun 30 2010 agruen@suse.de - xfrm: Custom truncation lengths for authentication algorithms (FATE#309537): + Define new XFRM netlink auth attribute with specified truncation bits. + Store aalg in xfrm_state with a user specified truncation length. + Use the user specified truncation length in ESP and AH. * Wed Jun 30 2010 jeffm@suse.de - patches.fixes/jbd-mark-super-uptodate: jbd: always mark super uptodate before dirty (bnc#618767). * Wed Jun 30 2010 duwe@suse.de - patches.drivers/ehea-lock-update: ehea: Fix kernel deadlock in DLPAR-mem processing (bnc#616369). - patches.drivers/ehea-rmb-update: ehea: fix delayed packet processing (bnc#615003). - patches.drivers/ipr-fix-allow_restart: ipr: move setting of the allow_restart flag for vsets and disks (bnc#617248). * Mon Jun 28 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-vfs-busy-inode-errors: cifs: fix "Busy inodes after umount" issues (bnc#603528). * Fri Jun 25 2010 bphilips@suse.de - patches.drivers/cnic-Disable-statistics-initialization-for-eth-clien.patch: cnic: Disable statistics initialization for eth clients that do not support statistics (bnc#608435). * Fri Jun 25 2010 bphilips@suse.de - patches.drivers/tg3-Avoid-tx-lockups-on-5755-devices.patch: tg3: Avoid tx lockups on 5755+ devices (bnc#616088). - patches.drivers/tg3-Disable-CLKREQ-in-L2.patch: tg3: Disable CLKREQ in L2 (bnc#616088). - patches.drivers/tg3-Fix-a-memory-leak-on-5717-devices.patch: tg3: Fix a memory leak on 5717+ devices (bnc#616088). - patches.drivers/tg3-Reduce-57765-core-clock-when-link-at-10Mbps.patch: tg3: Reduce 57765 core clock when link at 10Mbps (bnc#616088). - patches.drivers/tg3-Relocate-APE-mutex-regs-for-5717.patch: tg3: Relocate APE mutex regs for 5717+ (bnc#616088). - patches.drivers/tg3-Set-card-57765-card-reader-MRRS-to-1024B.patch: tg3: Set card 57765 card reader MRRS to 1024B (bnc#616088). - patches.drivers/tg3.c-change-the-field-used-with-the-TG3.patch: drivers/net/tg3.c: change the field used with the TG3_FLAG_10_100_ONLY constant (bnc#616088). * Fri Jun 25 2010 astarikovskiy@suse.de - patches.arch/acpi-limit-sleep.patch Limit ACPI Sleep() to 1 second (bnc#557710) * Thu Jun 24 2010 jeffm@suse.de - patches.fixes/ext4-make-sure-the-move_ext-ioctl-can-t-overwrite-append-only-files: ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files (bnc#612457 CVE-2010-2066). * Thu Jun 24 2010 jeffm@suse.de - patches.fixes/l2tp-fix-oops-in-pppol2tp_xmit: l2tp: Fix oops in pppol2tp_xmit (bnc#616612). * Thu Jun 24 2010 jeffm@suse.de - patches.fixes/gfs2-fix-permissions-checking-for-setflags-ioctl: GFS2: Fix permissions checking for setflags ioctl() (bnc#608576 CVE-2010-1641). * Wed Jun 23 2010 jeffm@suse.de - btrfs fix rollup from v2.6.35: * Note: Features like aio and direct-io have not been added due to the infrastructure requirements that would be incompatible with the SLE11 SP1 KABI - patches.fixes/btrfs-add-a-df-ioctl-for-btrfs: Btrfs: add a "df" ioctl for btrfs. - patches.fixes/btrfs-add-a-function-to-lookup-a-directory-path-by-following-backrefs: Btrfs: add a function to lookup a directory path by following backrefs. - patches.fixes/btrfs-add-btrfs_duplicate_item: Btrfs: Add btrfs_duplicate_item. - patches.fixes/btrfs-add-check-for-changed-leaves-in-setup_leaf_for_split: Btrfs: add check for changed leaves in setup_leaf_for_split. - patches.fixes/btrfs-add-delayed-iput: Btrfs: Add delayed iput. - patches.fixes/btrfs-add-error-handle-for-btrfs_search_slot-in-btrfs_read_chunk_tree: Btrfs: Add error handle for btrfs_search_slot() in btrfs_read_chunk_tree(). - patches.fixes/btrfs-add-ioctl-and-incompat-flag-to-set-the-default-mount-subvol: Btrfs: add ioctl and incompat flag to set the default mount subvol. - patches.fixes/btrfs-add-more-error-checking-to-btrfs_dirty_inode: Btrfs: add more error checking to btrfs_dirty_inode. - patches.fixes/btrfs-add-mount-o-compress-force: Btrfs: Add mount -o compress-force. - patches.fixes/btrfs-add-new-defrag-range-ioctl: Btrfs: add new defrag-range ioctl. - patches.fixes/btrfs-add-null-check-for-do_walk_down: Btrfs: add NULL check for do_walk_down(). - patches.fixes/btrfs-add-search-and-inode-lookup-ioctls: Btrfs: add search and inode lookup ioctls. - patches.fixes/btrfs-align-offsets-for-btrfs_ordered_update_i_size: Btrfs: align offsets for btrfs_ordered_update_i_size. - patches.fixes/btrfs-allow-treeid-0-in-the-inode-lookup-ioctl: Btrfs: allow treeid==0 in the inode lookup ioctl. - patches.fixes/btrfs-apply-updated-fallocate-i_size-fix: Btrfs: apply updated fallocate i_size fix. - patches.fixes/btrfs-avoid-bug-when-dropping-root-and-reference-in-same-transaction: Btrfs: avoid BUG when dropping root and reference in same transaction. - patches.fixes/btrfs-avoid-enospc-errors-in-btrfs_dirty_inode: Btrfs: avoid ENOSPC errors in btrfs_dirty_inode. - patches.fixes/btrfs-avoid-orphan-inodes-cleanup-during-committing-transaction: Btrfs: Avoid orphan inodes cleanup during committing transaction. - patches.fixes/btrfs-avoid-orphan-inodes-cleanup-while-replaying-log: Btrfs: Avoid orphan inodes cleanup while replaying log. - patches.fixes/btrfs-avoid-superfluous-tree-log-writeout: Btrfs: Avoid superfluous tree-log writeout. - patches.fixes/btrfs-be-more-selective-in-the-defrag-ioctl: Btrfs: be more selective in the defrag ioctl. - patches.fixes/btrfs-btrfs_iget-returns-err_ptr: Btrfs: btrfs_iget() returns ERR_PTR. - patches.fixes/btrfs-btrfs_lookup_dir_item-can-return-err_ptr: Btrfs: btrfs_lookup_dir_item() can return ERR_PTR. - patches.fixes/btrfs-btrfs_mark_extent_written-uses-the-wrong-slot: Btrfs: btrfs_mark_extent_written uses the wrong slot. - patches.fixes/btrfs-btrfs_read_fs_root_no_name-returns-err_ptrs: Btrfs: btrfs_read_fs_root_no_name() returns ERR_PTRs. - patches.fixes/btrfs-buffer-results-in-the-space_info-ioctl: Btrfs: buffer results in the space_info ioctl. - patches.fixes/btrfs-cache-extent-state-in-find_delalloc_range: Btrfs: cache extent state in find_delalloc_range. - patches.fixes/btrfs-cache-ordered-extent-when-completing-io: Btrfs: cache ordered extent when completing io. - patches.fixes/btrfs-cache-the-extent-state-everywhere-we-possibly-can-v2: Btrfs: cache the extent state everywhere we possibly can V2. - patches.fixes/btrfs-change-how-we-mount-subvolumes: Btrfs: change how we mount subvolumes. - patches.fixes/btrfs-change-the-ordered-tree-to-use-a-spinlock-instead-of-a-mutex: Btrfs: change the ordered tree to use a spinlock instead of a mutex. - patches.fixes/btrfs-check-btrfs_get_extent-return-for-is_err: Btrfs: check btrfs_get_extent return for IS_ERR(). - patches.fixes/btrfs-check-return-value-of-open_bdev_exclusive-properly: Btrfs: check return value of open_bdev_exclusive properly. - patches.fixes/btrfs-check-total-number-of-devices-when-removing-missing: Btrfs: check total number of devices when removing missing. - patches.fixes/btrfs-create-snapshot-references-in-same-commit-as-snapshot: Btrfs: create snapshot references in same commit as snapshot. - patches.fixes/btrfs-deal-with-null-acl-sent-to-btrfs_set_acl: Btrfs: deal with NULL acl sent to btrfs_set_acl. - patches.fixes/btrfs-deny-sys_link-across-subvolumes: Btrfs: deny sys_link across subvolumes. - patches.fixes/btrfs-dereferencing-freed-memory: Btrfs: dereferencing freed memory. - patches.fixes/btrfs-do-not-mark-the-chunk-as-readonly-if-in-degraded-mode: Btrfs: do not mark the chunk as readonly if in degraded mode. - patches.fixes/btrfs-do-not-try-and-lookup-the-file-extent-when-finishing-ordered-io: Btrfs: do not try and lookup the file extent when finishing ordered io. - patches.fixes/btrfs-don-t-add-extent-0-to-the-free-space-cache-v2: Btrfs: don't add extent 0 to the free space cache v2. - patches.fixes/btrfs-don-t-look-at-bio-flags-after-submit_bio: Btrfs: don't look at bio flags after submit_bio. - patches.fixes/btrfs-don-t-walk-around-with-task-state-task_running: Btrfs: don't walk around with task->state != TASK_RUNNING. - patches.fixes/btrfs-drop-verbose-enospc-printk: Btrfs: drop verbose enospc printk. - patches.fixes/btrfs-fail-mount-on-bad-mount-options: Btrfs: fail mount on bad mount options. - patches.fixes/btrfs-fail-to-mount-if-we-have-problems-reading-the-block-groups: Btrfs: fail to mount if we have problems reading the block groups. - patches.fixes/btrfs-finish-read-pages-in-the-order-they-are-submitted: Btrfs: finish read pages in the order they are submitted. - patches.fixes/btrfs-fix-a-memory-leak-in-btrfs_init_acl: Btrfs: fix a memory leak in btrfs_init_acl. - patches.fixes/btrfs-fix-block-generation-verification-race: Btrfs: Fix block generation verification race. - patches.fixes/btrfs-fix-btrfs_drop_extent_cache-for-skip-pinned-case: Btrfs: Fix btrfs_drop_extent_cache for skip pinned case. - patches.fixes/btrfs-fix-btrfs_mkdir-goto-for-no-free-objectids: btrfs: fix btrfs_mkdir goto for no free objectids. - patches.fixes/btrfs-fix-bug_on-for-fs-converted-from-extn: Btrfs: Fix BUG_ON for fs converted from extN. - patches.fixes/btrfs-fix-chunk-allocate-size-calculation: Btrfs: fix chunk allocate size calculation. - patches.fixes/btrfs-fix-data-enospc-check-overflow: Btrfs: fix data enospc check overflow. - patches.fixes/btrfs-fix-disk_i_size-update-corner-case: Btrfs: Fix disk_i_size update corner case. - patches.fixes/btrfs-fix-fallocate-regression: Btrfs: fix fallocate regression. - patches.fixes/btrfs-fix-gfp-flags-masking-in-the-compression-code: Btrfs: fix gfp flags masking in the compression code. - patches.fixes/btrfs-fix-key-checks-and-advance-in-the-search-ioctl: Btrfs: fix key checks and advance in the search ioctl. - patches.fixes/btrfs-fix-loop-device-on-top-of-btrfs: Btrfs: fix loop device on top of btrfs. - patches.fixes/btrfs-fix-memory-leaks-in-error-paths: Btrfs, fix memory leaks in error paths. - patches.fixes/btrfs-fix-missing-last-entry-in-readdir3: btrfs: fix missing last-entry in readdir(3). - patches.fixes/btrfs-fix-null-dereference-in-relocation-c: Btrfs: Fix null dereference in relocation.c. - patches.fixes/btrfs-fix-oopsen-when-dropping-empty-tree: Btrfs: Fix oopsen when dropping empty tree. - patches.fixes/btrfs-fix-per-root-used-space-accounting: Btrfs: Fix per root used space accounting. - patches.fixes/btrfs-fix-possible-panic-on-unmount: Btrfs: fix possible panic on unmount. - patches.fixes/btrfs-fix-race-between-allocate-and-release-extent-buffer: Btrfs: fix race between allocate and release extent buffer. - patches.fixes/btrfs-fix-race-in-btrfs_mark_extent_written: Btrfs: Fix race in btrfs_mark_extent_written. - patches.fixes/btrfs-fix-regression-in-orphan-cleanup: Btrfs: fix regression in orphan cleanup. - patches.fixes/btrfs-fix-remap_file_pages-error: Btrfs: fix remap_file_pages error. - patches.fixes/btrfs-fix-search_ioctl-key-advance: Btrfs: fix search_ioctl key advance. - patches.fixes/btrfs-fix-small-race-with-delalloc-flushing-waitqueue-s: Btrfs: fix small race with delalloc flushing waitqueue's. - patches.fixes/btrfs-fix-the-inode-ref-searches-done-by-btrfs_search_path_in_tree: Btrfs: fix the inode ref searches done by btrfs_search_path_in_tree. - patches.fixes/btrfs-flush-data-on-snapshot-creation: Btrfs: flush data on snapshot creation. - patches.fixes/btrfs-handle-err_ptr-from-posix_acl_from_xattr: Btrfs: handle ERR_PTR from posix_acl_from_xattr(). - patches.fixes/btrfs-handle-error-returns-from-btrfs_lookup_dir_item: Btrfs: handle error returns from btrfs_lookup_dir_item(). - patches.fixes/btrfs-handle-kmalloc-failure-in-inode-lookup-ioctl: Btrfs: handle kmalloc() failure in inode lookup ioctl. - patches.fixes/btrfs-handle-kzalloc-failure-in-open_ctree: Btrfs: handle kzalloc() failure in open_ctree(). - patches.fixes/btrfs-integrate-metadata-reservation-with-start_transaction: Btrfs: Integrate metadata reservation with start_transaction. - patches.fixes/btrfs-introduce-contexts-for-metadata-reservation: Btrfs: Introduce contexts for metadata reservation. - patches.fixes/btrfs-introduce-global-metadata-reservation: Btrfs: Introduce global metadata reservation. - patches.fixes/btrfs-kfree-correct-pointer-during-mount-option-parsing: Btrfs: kfree correct pointer during mount option parsing. - patches.fixes/btrfs-kill-allocate_wait-in-space_info: Btrfs: Kill allocate_wait in space_info. - patches.fixes/btrfs-kill-init_btrfs_i: Btrfs: Kill init_btrfs_i(). - patches.fixes/btrfs-kill-max_extent-mount-option: Btrfs: kill max_extent mount option. - patches.fixes/btrfs-link-block-groups-of-different-raid-types: Btrfs: Link block groups of different raid types. - patches.fixes/btrfs-make-df-be-a-little-bit-more-understandable: Btrfs: make df be a little bit more understandable. - patches.fixes/btrfs-make-error-return-negative-in-btrfs_sync_file: Btrfs: make error return negative in btrfs_sync_file(). - patches.fixes/btrfs-make-fallocate2-more-enospc-friendly: Btrfs: Make fallocate(2) more ENOSPC friendly. - patches.fixes/btrfs-make-metadata-chunks-smaller: Btrfs: make metadata chunks smaller. - patches.fixes/btrfs-make-set-get-functions-for-the-super-compat_ro-flags-use-compat_ro: Btrfs: make set/get functions for the super compat_ro flags use compat_ro. - patches.fixes/btrfs-make-subvolid-0-mount-the-original-default-root: Btrfs: make subvolid=0 mount the original default root. - patches.fixes/btrfs-make-sure-fallocate-properly-starts-a-transaction: Btrfs: make sure fallocate properly starts a transaction. - patches.fixes/btrfs-make-sure-the-chunk-allocator-doesn-t-create-zero-length-chunks: Btrfs: make sure the chunk allocator doesn't create zero length chunks. - patches.fixes/btrfs-make-truncate2-more-enospc-friendly: Btrfs: Make truncate(2) more ENOSPC friendly. - patches.fixes/btrfs-metadata-enospc-handling-for-balance: Btrfs: Metadata ENOSPC handling for balance. - patches.fixes/btrfs-metadata-enospc-handling-for-tree-log: Btrfs: Metadata ENOSPC handling for tree log. - patches.fixes/btrfs-metadata-reservation-for-orphan-inodes: Btrfs: Metadata reservation for orphan inodes. - patches.fixes/btrfs-pass-transaction-handle-to-security-and-acl-initialization-functions: Btrfs: Pass transaction handle to security and ACL initialization functions. - patches.fixes/btrfs-pre-allocate-space-for-data-relocation: Btrfs: Pre-allocate space for data relocation. - patches.fixes/btrfs-prohibit-a-operation-of-changing-acl-s-mask-when-noacl-mount-option-used: Btrfs: prohibit a operation of changing acl's mask when noacl mount option used. - patches.fixes/btrfs-remove-bug_on-due-to-mounting-bad-filesystem: Btrfs: remove BUG_ON() due to mounting bad filesystem. - patches.fixes/btrfs-remove-duplicate-include-in-ioctl-c: Btrfs: remove duplicate include in ioctl.c. - patches.fixes/btrfs-remove-tree_search-in-extent_map-c: Btrfs: remove tree_search() in extent_map.c. - patches.fixes/btrfs-remove-unnecessary-finish_wait-in-wait_current_trans: Btrfs: Remove unnecessary finish_wait() in wait_current_trans(). - patches.fixes/btrfs-return-keys-for-large-items-to-the-search-ioctl: Btrfs: return keys for large items to the search ioctl. - patches.fixes/btrfs-rewrite-btrfs_drop_extents: Btrfs: Rewrite btrfs_drop_extents. - patches.fixes/btrfs-run-orphan-cleanup-on-default-fs-root: Btrfs: run orphan cleanup on default fs root. - patches.fixes/btrfs-run-the-backing-dev-more-often-in-the-submit_bio-helper: Btrfs: run the backing dev more often in the submit_bio helper. - patches.fixes/btrfs-should-add-a-permission-check-for-setfacl: Btrfs: should add a permission check for setfacl. - patches.fixes/btrfs-show-discard-option-in-proc-mounts: Btrfs: Show discard option in /proc/mounts. - patches.fixes/btrfs-shrink-delay-allocated-space-in-a-synchronized: Btrfs: Shrink delay allocated space in a synchronized. - patches.fixes/btrfs-simplify-num_stripes-s-calculation-logical-for-__btrfs_alloc_chunk: Btrfs: Simplify num_stripes's calculation logical for __btrfs_alloc_chunk(). - patches.fixes/btrfs-uninitialized-data-is-check_path_shared: Btrfs: uninitialized data is check_path_shared(). - patches.fixes/btrfs-unwind-after-btrfs_start_transaction-errors: Btrfs: unwind after btrfs_start_transaction() errors. - patches.fixes/btrfs-update-existing-btrfs_device-for-renaming-device: btrfs: Update existing btrfs_device for renaming device. - patches.fixes/btrfs-update-metadata-reservation-for-delayed-allocation: Btrfs: Update metadata reservation for delayed allocation. - patches.fixes/btrfs-use-__u64-types-in-ioctl-h: Btrfs: use __u64 types in ioctl.h. - patches.fixes/btrfs-use-add_to_page_cache_lru-use-__page_cache_alloc: Btrfs: use add_to_page_cache_lru, use __page_cache_alloc. - patches.fixes/btrfs-use-correct-values-when-updating-inode-i_size-on-fallocate: Btrfs: Use correct values when updating inode i_size on fallocate. - patches.fixes/btrfs-use-memparse: btrfs: use memparse. - patches.fixes/btrfs-use-rb_root-to-intialize-rb_trees-instead-of-setting-rb_node-to-null: Btrfs: use RB_ROOT to intialize rb_trees instead of setting rb_node to NULL. - patches.fixes/btrfs-using-btrfs_stack_device_id-get-devid: btrfs: using btrfs_stack_device_id() get devid. - patches.fixes/err-h-add-helper-function-to-simplify-pointer-error-checking: err.h: add helper function to simplify pointer error checking. * Tue Jun 22 2010 mfasheh@suse.com - patches.fixes/ocfs2-Limit-default-local-alloc-size-within-bitmap-r.patch: ocfs2: Limit default local alloc size within bitmap range (bnc#501563). * Tue Jun 22 2010 rjw@suse.de - patches.arch/tlb_uv_update3.patch: x86 / UV: TLB shootdown (BAU) third set of bugfixes (bnc#611104, FATE#306952). * Mon Jun 21 2010 jjolly@suse.de - patches.arch/s390-18-01-kernel-panic-kprobes.patch: kernel: fix kernel panic caused by using kprobes (bnc#613542,LTC#64497). * Mon Jun 21 2010 hare@suse.de - patches.drivers/cxgb3i-zero-out-reserved-fields: cxgb3i: zero out reserved or un-used fields (bnc#574006). * Wed Jun 16 2010 jdelvare@suse.de - patches.drivers/watchdog-hpwdt-introduce-secs_to_ticks-macro.patch: watchdog: hpwdt (1/3): Introduce SECS_TO_TICKS() macro (makes next patch apply cleanly). - patches.drivers/watchdog-hpwdt-allow-full-range-of-timer-values-supported-by-hardware.patch: watchdog: hpwdt (2/3): allow full range of timer values supported by hardware (bnc#612407). * Tue Jun 15 2010 duwe@suse.de - patches.arch/ppc64-kdump-rebase: powerpc: Move kdump default base address to 64MB on 64bit (bnc#607448). * Mon Jun 14 2010 jkosina@suse.cz - patches.fixes/virtio_net-Add-napi-schedule-to-napi_enable-call.patch: virtio_net: Add napi schedule to napi_enable call (bnc#606797). * Mon Jun 14 2010 jkosina@suse.cz - patches.fixes/virtio_net-make-delayed-refill-more-reliable.patch: virtio_net: Make delayed refill more reliable (bnc#606797). * Mon Jun 14 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.13 and c/s 1017. * Mon Jun 14 2010 jdelvare@suse.de - patches.drivers/ipmi-add-parameter-to-limit-cpu-usage-in-kipmid.patch: Revert an incorrect change (bnc#468397, bnc#613906). * Wed Jun 9 2010 mmarek@suse.cz - Allow kabi change in drivers/s390/net/qeth. * Wed Jun 9 2010 mgalbraith@suse.de - patches.arch/bug-610783_uv_nortsched_boot_option.patch: Provide boot option to disable sched_rt_runtime (bnc#610783). * Mon Jun 7 2010 bphilips@suse.de - patches.drivers/cnic-Convert-cnic_local_flags-to-atomic-ops.patch: Refresh to add cnic_local_flags * Mon Jun 7 2010 bphilips@suse.de - patches.drivers/cnic-Convert-cnic_local_flags-to-atomic-ops.patch: cnic: Convert cnic_local_flags to atomic ops (bnc#608435). - patches.drivers/cnic-Finetune-iSCSI-connection-reset.patch: cnic: Finetune iSCSI connection reset (bnc#608435). - patches.drivers/cnic-Finetune-iSCSI-connection-set-up.patch: cnic: Finetune iSCSI connection set up (bnc#608435). - patches.drivers/cnic-Fix-context-memory-init.-on-5709.patch: cnic: Fix context memory init. on 5709 (bnc#608435). - patches.drivers/cnic-Fix-panic-in-cnic_iscsi_nl_msg_recv-when-device.patch: cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down (bnc#608435). - patches.drivers/cnic-Return-SPQ-credit-to-bnx2x-after-ring-setup-and.patch: cnic: Return SPQ credit to bnx2x after ring setup and shutdown (bnc#608435). * Fri Jun 4 2010 jeffm@suse.com - patches.fixes/reiserfs-xattr-crash-fix: reiserfs: Fix crash during umount (bnc#610598). * Fri Jun 4 2010 jeffm@suse.com - patches.fixes/ext4-fix-optional-arg-mount-options: ext4: Fix optional-arg mount options (bnc#611760). * Fri Jun 4 2010 bphilips@suse.de - patches.fixes/module-drop-the-lock-while-waiting-for-module-to-complete-initialization.patch: patch-mainline -> never (bnc#609281) * Thu Jun 3 2010 jjolly@suse.de - patches.arch/s390-17-01-cmm-unload.patch: cmm: fix module unload handling (bnc#607890,LTC#63956). - patches.arch/s390-17-02-cio_reenable_mss_after_hibernation.patch: cio: reenable mss after hibernation (bnc#607890,LTC#64013). - patches.arch/s390-17-03-zfcp_offline_sbal_wait.patch: zfcp: Do not wait for SBALs on stopped queue (bnc#607890,LTC#64249). - patches.arch/s390-17-04-ccwgroup-drvdata-locking.patch: ccwgroup: add locking around drvdata access (bnc#607890,LTC#64325). * Wed Jun 2 2010 bphilips@suse.de - patches.drivers/e1000e-entropy-source.patch: Reintroduce IRQF_SHARED to fix non-MSI case (bnc#610362). * Mon May 31 2010 rjw@suse.de - patches.arch/x86-pci-add-option-to-not-assign-bars-if-not-already-assigned.patch: x86/PCI: Add option to not assign BAR's if not already assigned (bnc#603387). * Mon May 31 2010 hare@suse.de - patches.drivers/mptsas-eh_timeout-callback: modify patch header. * Mon May 31 2010 hare@suse.de - patches.drivers/mpt2sas-04.100.01.04-update: mpt2sas: array overrun when loading driver (bnc#608478). * Fri May 28 2010 tonyj@suse.de - rpm/package-descriptions: Change description for -trace (bnc#607628) * Wed May 26 2010 hare@suse.de - patches.drivers/mptsas-eh_timeout-callback: mptsas offlines paths after cable pull (bnc#603411). * Wed May 26 2010 mgalbraith@suse.de - Applied migration thread vs sched_rt_period_timer deadlock fix from bnc#603510. - patches.fixes/kill-migration-thread-in-CPU_POST_DEAD-instead-of-CPU_DEAD.diff: kill migration thread in CPU_POST_DEAD instead of CPU_DEAD (bnc#603510). * Tue May 25 2010 jeffm@suse.com - Update config files: Cleaned up ppc64-vanilla. * Tue May 25 2010 jkosina@suse.cz - patches.fixes/ipmi-fix-deadlock.patch: IPMI: avoid deadlock during panic (bnc#580373). * Sun May 23 2010 teheo@suse.de - patches.drivers/pci-disable-msi-on-K8M800: pci: disable MSI on VIA K8M800 (bnc#599508). * Fri May 21 2010 knikanth@suse.de - patches.fixes/scsi-requeue-abort-request-race: Refresh. Fix a race in the patch. (bnc#588929) * Thu May 20 2010 garloff@suse.de - patches.suse/pagecache-limit-dirty.diff: Fix misplaced paren (thanks, JanB!). * Thu May 20 2010 hare@suse.de - patches.drivers/qla2xxx-fix-tgt-init-prli-payload.diff: SLES11 SP1 GMC kernel not identifying qla2xxx LUNs (bnc#606977). * Thu May 20 2010 hare@suse.de - patches.drivers/qla2xxx-8.03.01.07.11.1-k8-update: qla2xxx: Minor updates and fixes from upstream (bnc#605001). * Thu May 20 2010 gregkh@suse.de - patches.arch/x86-mce-xeon75xx-fix-typo-causing-a-kernel-crash.patch: x86: mce-xeon75xx: fix typo causing a kernel crash (bnc#606778). * Wed May 19 2010 jjolly@suse.de - patches.arch/s390-16-01-ptrace-fix-return-value.patch: ptrace: fix return value of do_syscall_trace_enter() (bnc#605947,LTC#63473). - patches.arch/s390-16-02-qeth-conf-mutex.patch: qeth: synchronize configuration interface (bnc#605947,LTC#63562). * Tue May 18 2010 jeffm@suse.com - patches.fixes/hvc_console-fix-race-between-hvc_close-and-hvc_remove: hvc_console: Fix race between hvc_close and hvc_remove (bnc#585385). - patches.fixes/hvc_console-fix-race-between-hvc_close-and-hvc_remove2: hvc_console: Fix race between hvc_close and hvc_remove (bnc#585385). * Tue May 18 2010 jeffm@suse.com - patches.fixes/btrfs-check-for-read-permission-on-src-file-in-the-clone-ioctl: Btrfs: check for read permission on src file in the clone ioctl (bnc#606743). * Sat May 15 2010 gregkh@suse.de - patches.suse/xfs-dmapi-xfs-enable: Reorder a structure to get back the previous kabi signature. * Sat May 15 2010 gregkh@suse.de - Update config files for vanilla kernels * Sat May 15 2010 gregkh@suse.de - Update to 2.6.32.13 - bugfixes - security fixes - obsoletes: - patches.arch/x86-enable-northbridges-unconditionally-on-amd-systems.patch - patches.drivers/bnx2-fix-lost-msi-x-problem-on-5709-nics.patch - patches.fixes/block-blk_abort_request-lock-fix - patches.fixes/hugetlb-fix-infinite-loop-in-get_futex_key.patch - patches.fixes/ocfs2-Compute-metaecc-for-superblocks-during-online-.patch - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv - patches.fixes/scsi-enable-barrier-retries-on-UNIT_ATTENTION - patches.fixes/scsi_debug-scale-virtual_gb-with-sector_size-properly - patches.fixes/sd-enable-retries-for-sync-cache - patches.fixes/staging-hv-fix-a-bug-affecting-ipv6.patch - patches.fixes/staging-hv-fix-up-memory-leak-on-hvcleanup.patch - patches.fixes/staging-hv-name-network-device-ethx-rather-than-sethx.patch - patches.fixes/tg3-fix-intx-fallback-when-msi-fails.patch - patches.fixes/x86_cpufreq_powernowk8_fix_wrong_freqs.patch - patches.xfs/xfs-add-a-shrinker-to-background-inode-reclaim.patch * Fri May 14 2010 jeffm@suse.com - patches.fixes/sctp-fix-oops-when-sending-queued-asconf-chunks: Update references (bnc#600375 CVE-2010-1173). - patches.fixes/sctp-fix-skb_over_panic-resulting-from-multiple-invalid-parameter-errors: sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (bnc#600375 CVE-2010-1173). * Fri May 14 2010 jeffm@suse.com - patches.fixes/sctp-fix-oops-when-sending-queued-asconf-chunks: Update references (bnc#600375 CVE-2010-1173). - patches.fixes/sctp-fix-skb_over_panic-resulting-from-multiple-invalid-parameter-errors: sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010... (bnc#600375 CVE-2010-1173). * Thu May 13 2010 jslaby@suse.de - patches.fixes/proc-revert-provide-stack-info-01.patch: proc: partially revert "procfs: provide stack information for threads" (bnc#598677). - patches.fixes/proc-revert-provide-stack-info-02.patch: revert "procfs: provide stack information for threads" and its fixup commits (bnc#598677). - patches.kabi/task_struct-stack_start.patch: - patches.trace/utrace-core: Refresh. * Thu May 13 2010 rjw@suse.de - supported.conf: add uv_mmtimer as requested by SGI in bnc#602232 * Wed May 12 2010 jbohac@suse.cz - patches.fixes/ipv6-fix-dad-race.patch: Delete. (fixes bnc#604183, partially fixes bnc#602969 and reopens bnc#577967) * Wed May 12 2010 gregkh@suse.de - Update config files. - patches.suse/staging-hv-added-new-hv_utils-driver-with-shutdown-as-first-functionality.patch: Staging: hv: Added new hv_utils driver with shutdown as first functionality (bnc#605321). * Wed May 12 2010 jbohac@suse.cz - patches.fixes/tcp_fix_oob_pollin_avoidance.patch: tcp: Fix OOB POLLIN avoidance (bnc#598493). * Wed May 12 2010 gregkh@suse.de - patches.suse/staging-hv-a-clocksource-for-linux-guests-hosted-on-hyperv.patch: Staging: hv: A clocksource for Linux guests hosted on HyperV (bnc#605321). * Wed May 12 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix preserving of old symsets. * Wed May 12 2010 mmarek@suse.cz - Update reference module symbol versions, watch xfs kabi again. * Tue May 11 2010 trenn@suse.de Add ProLiant DL580 G7 to use _CRS for PCI resources by default (bnc#578572) - patches.fixes/x86_hp_add_more_usecrs_to_whitelist.patch: Refresh. * Tue May 11 2010 tiwai@suse.de - patches.drivers/drm-Keep-disabled-outputs-disabled-after-resume: drm: Keep disabled outputs disabled after suspend / resume (bnc#600256). * Mon May 10 2010 jkosina@suse.cz - kabi/severities: ignore XFS kABI for now (bnc#582872). * Mon May 10 2010 jkosina@suse.cz - patches.xfs/xfs-add-a-shrinker-to-background-inode-reclaim.patch: xfs: add a shrinker to background inode reclaim (bnc#582872). - patches.xfs/xfs-cleanup-data-end-I-O-handlers.patch: Delete. * Mon May 10 2010 garloff@suse.de - patches.suse/pagecache-limit-dirty.diff: Make pagecache limit enforcement configurable for dirty pages. [FATE309111] * Mon May 10 2010 gregkh@suse.de - patches.fixes/staging-hv-auto-load-the-hyperv-pv-net-driver.patch: Staging: hv: Auto-load the hyperV PV net driver (None). - patches.fixes/staging-hv-fix-a-bug-affecting-ipv6.patch: Staging: hv: Fix a bug affecting IPv6 (None). - patches.fixes/staging-hv-fix-up-memory-leak-on-hvcleanup.patch: Staging: hv: Fix up memory leak on HvCleanup (None). - patches.fixes/staging-hv-name-network-device-ethx-rather-than-sethx.patch: Staging: hv: name network device ethX rather than sethX (None). * Sat May 8 2010 garloff@suse.de - patches.suse/pagecache-limit-unmapped.diff: Fix calculation of number of unmapped (freeable) pages if shmem > mapped and add safety guard by crosschecking with the LRU lists. Finetune: Consider swapped out mem and apply an offset when increasing limit due to free mem. * Fri May 7 2010 jeffm@suse.com - patches.fixes/keys-find_keyring_by_name-can-gain-access-to-a-freed-keyring: KEYS: find_keyring_by_name() can gain access to a freed keyring (bnc#599955 CVE-2010-1437). * Fri May 7 2010 garloff@suse.de - patches.suse/pagecache-limit.patch: No more than 2 passes. * Fri May 7 2010 jjolly@suse.de - patches.arch/s390-15-01-dasd-fix-tasklet-sleep-on-race.patch: dasd: fix race between tasklet and dasd_sleep_on (bnc#602852,LTC#63146). * Thu May 6 2010 garloff@suse.de - patches.suse/pagecache-limit.patch: Finetune -- do larger batches and an additional pass if needed. [FATE309111] * Thu May 6 2010 jkosina@suse.cz - Update config files: refresh after ILLEGAL_POINTER_VALUE change. * Thu May 6 2010 duwe@suse.de - patches.arch/ppc-xics-affinity-fix: powerpc/pseries: Fix xics interrupt affinity (bnc#603148). * Thu May 6 2010 jkosina@suse.cz - patches.fixes/hugetlb-fix-infinite-loop-in-get_futex_key.patch: hugetlb: fix infinite loop in get_futex_key() when backed by huge pages (bnc#603205). - update config files: run oldconfig * Thu May 6 2010 hare@suse.de - patches.fixes/scsi-enable-barrier-retries-on-UNIT_ATTENTION: Retry commands with UNIT_ATTENTION sense codes (bnc#591556). - patches.fixes/sd-enable-retries-for-sync-cache: Enable retries for SYNCRONIZE_CACHE commands to fix I/O error (bnc#591556). - patches.suse/dm-mpath-disable-abort-queue: dm-mpath: Disable abort queue (bnc#588929). * Wed May 5 2010 jjolly@suse.de - rpm/kernel-binary.spec.in: Disabled install_vdso for s390/s390x on kernel-vanilla (bnc#600535) * Wed May 5 2010 jkosina@suse.cz - patches.arch/x86-cacheinfo-turn-off-l3-cache-index-in-virtualized-envs.patch: x86, cacheinfo: Turn off L3 cache index disable feature in virtualized environments (bnc#602514). - patches.arch/x86-enable-northbridges-unconditionally-on-amd-systems.patch: x86, k8 nb: Fix boot crash: enable k8_northbridges unconditionally on AMD systems (bnc#602514). - patches.xen/xen3-auto-xen-kconfig.diff: Refresh. * Wed May 5 2010 bphilips@suse.de - patches.drivers/bnx2-fix-lost-msi-x-problem-on-5709-nics.patch: bnx2: Fix lost MSI-X problem on 5709 NICs (bnc#602980). * Wed May 5 2010 jack@suse.de - patches.fixes/ocfs2-Add-directory-entry-later-in-ocfs2_symlink-and.patch: ocfs2: Add directory entry later in ocfs2_symlink() and ocfs2_mknod() (bnc#595609). - patches.fixes/ocfs2-add-OCFS2_INODE_SKIP_ORPHAN_DIR-flag-and-honor.patch: ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code (bnc#595609). - patches.fixes/ocfs2-avoid-direct-write-if-we-fall-back-to-buffered.patch: ocfs2: Avoid direct write if we fall back to buffered I/O (bnc#591039) - refreshed patch with a new version - patches.fixes/ocfs2-use-OCFS2_INODE_SKIP_ORPHAN_DIR-in-ocfs2_mknod.patch: ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_mknod error path (bnc#595609). - patches.fixes/ocfs2-use-OCFS2_INODE_SKIP_ORPHAN_DIR-in-ocfs2_symli.patch: ocfs2: use OCFS2_INODE_SKIP_ORPHAN_DIR in ocfs2_symlink error path (bnc#595609). * Wed May 5 2010 hare@suse.de - rpm/kernel-binary.spec.in: Enable install_vdso for s390/s390x (bnc#600535) * Tue May 4 2010 duwe@suse.de - patches.arch/ppc-public-query_cpu_stopped: powerpc: make query_cpu_stopped callable outside hotplug cpu (bnc#602208). - patches.arch/ppc-start-only-stopped-cpus: powerpc: only call start-cpu when a CPU is stopped (bnc#602208). * Tue May 4 2010 npiggin@suse.de - patches.fixes/mm-independent-rr-slab.patch: Refresh. * Tue May 4 2010 garloff@suse.de - patches.suse/pagecache-limit.patch: As we only only enforce the unmapped pagecache, we can simplify significantly. [FATE309111] - patches.suse/pagecache-limit-shmem.diff: Obsoleted. * Tue May 4 2010 mmarek@suse.cz - patches.fixes/keyspan-firmware-install.patch: Fix USB_SERIAL_KEYSPAN firmware dependencies (bnc#562095). - Update config files. * Tue May 4 2010 mmarek@suse.cz - config.conf: Drop the config/s390/vanilla symlink, people keep breaking it. - config/s390/vanilla: Delete. * Tue May 4 2010 npiggin@suse.de - patches.fixes/mm-independent-rr-slab.patch: independent rotors for slab and pagecache (bnc#600261). - patches.suse/slab-memless-node-02-slab-use-numa_mem_id.patch: Refresh. * Mon May 3 2010 bphilips@suse.de - patches.fixes/tg3-fix-intx-fallback-when-msi-fails.patch: tg3: Fix INTx fallback when MSI fails (bnc#601198). * Mon May 3 2010 jack@suse.de - patches.fixes/novfs-truncate-EIO-fix.patch: novfs: ftruncate call returns EIO as it causes two open calls (bnc#596031). * Mon May 3 2010 jack@suse.de - patches.fixes/spinning-mutex-BKL-deadlock.patch: Updated the patch to the newer version that got posted for upstream inclusion (bnc#590705) * Mon May 3 2010 bphilips@suse.de - patches.fixes/ixgbe-fix-return-of-invalid-txq.patch: ixgbe: Fix return of invalid txq (bnc#601168). * Sun May 2 2010 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-due-to-null-nameidata: Allow null nd (as nfs server uses) on create (bnc#593940). * Fri Apr 30 2010 hare@suse.de - patches.drivers/lpfc-8.3.5.8.1p-update: Update lpfc from 8.3.5.8 to 8.3.5.8.1p (bnc#600983). - patches.drivers/qla2xxx-8.03.01.06.11.1-k8-update: qla2xxx: Minor updates and fixes from upstream (bnc#599814). * Fri Apr 30 2010 rjw@suse.de - patches.fixes/kernel-core-add-pid_max-start-option.patch: init: Increase pid_max based on num_possible_cpus v4 (bnc#598253, FATE#306952). * Thu Apr 29 2010 jeffm@suse.com - patches.fixes/sctp-fix-oops-when-sending-queued-asconf-chunks: sctp: Fix oops when sending queued ASCONF chunks. - patches.fixes/sctp-fix-to-calc-the-init-init-ack-chunk-length-correctly-is-set: sctp: fix to calc the INIT/INIT-ACK chunk length correctly is set (bnc#686813 CVE-2011-1573). * Thu Apr 29 2010 jjolly@suse.de - patches.arch/s390-14-01-vdso-ntp-multiplier.patch: vdso: use ntp adjusted clock multiplier (bnc#600516). - patches.arch/s390-14-02-vdso-install.patch: vdso: add missing vdso_install target (bnc#600516). * Thu Apr 29 2010 trenn@suse.de - patches.fixes/x86_cpufreq_powernowk8_fix_wrong_freqs.patch: powernow-k8: Fix frequency reporting (bnc#599279). * Thu Apr 29 2010 hare@suse.de - patches.fixes/scsi-requeue-abort-request-race: Race between blk_abort_queue() and scsi_requeue_request() (bnc#588929). * Thu Apr 29 2010 knikanth@suse.de - patches.fixes/dm-release-map_lock-before-set_disk_ro: Refresh. Fix patch to call dm_table_get directly instead of calling dm_get_table unnecesarily. * Wed Apr 28 2010 npiggin@suse.de - patches.suse/x86-mark_rodata_rw.patch: Fix 64bit bug (bnc#575194) - patches.arch/x86-ftrace-fix-rodata-1.patch: Refresh. - patches.xen/xen3-x86-ftrace-fix-rodata-1.patch: Refresh. - patches.xen/xen3-x86-mark_rodata_rw.patch: Refresh. * Wed Apr 28 2010 jkosina@suse.cz - patches.suse/revert-percpu-stable-changes.patch: Revert module.c and module.h changes from -stable update (bnc#600364). * Tue Apr 27 2010 jack@suse.de - patches.fixes/spinning-mutex-BKL-deadlock.patch: Fix deadlock when acquiring mutex while holding BKL (bnc#590705). * Mon Apr 26 2010 mmarek@suse.cz - Update kabi files to allow a change in struct xfs_mount. * Mon Apr 26 2010 jbenc@suse.cz - supported.conf: removed hv drivers, as they are built as a separate KMP. * Mon Apr 26 2010 mmarek@suse.cz - patches.kabi/revert-2.6.32.12-b43: Revert b43 changes to preserve the kabi. * Mon Apr 26 2010 gregkh@suse.de - Update to final 2.6.32.12 release * Mon Apr 26 2010 jbenc@suse.cz - patches.suse/sched-revert-latency-defaults: Disable FAIR_SLEEPERS on s390. - Update config files. * Mon Apr 26 2010 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32.12-rc2: Linux 2.6.32.12-rc2. - patches.xen/xen3-add-support-for-intel-cougar-point-chipset.patch: Delete. * Mon Apr 26 2010 hare@suse.de - patches.drivers/qla4xxx-5.01.00.00.11.01-k13_5.01.00.00.11.01-k14.patch: QLA4xxx driver fixes for RC3 (bnc#585296). * Mon Apr 26 2010 hare@suse.de - patches.suse/fcoe-fix-a-circular-locking-is: fcoe: fix a circular locking issue with rtnl and sysfs mutex (bnc#595074). - patches.suse/fcoe-fixes-wrong-error-exit-in: fcoe: fixes wrong error exit in fcoe_create (bnc#595074). - patches.suse/libfc-set-seq_id-for-incoming: libfc: set seq_id for incoming sequence (bnc#595074). * Sat Apr 24 2010 agraf@suse.de - patches.fixes/kvm-rcu-0021-KVM-convert-slots_lock-to-a-mutex.patch: Unfuzz * Sat Apr 24 2010 agraf@suse.de - patches.fixes/kvm-rcu-0017-KVM-use-SRCU-for-dirty-log.patch: Rebase and enable again. * Fri Apr 23 2010 gregkh@suse.de - Update vanilla config files for .12-rc2 changes * Fri Apr 23 2010 gregkh@suse.de - Update to 2.6.32.12-rc2: - lots of bugfixes - security fixes - obsoletes: - patches.arch/i386-do-a-global-tlb-flush-in-S4-resume.patch - patches.arch/x86-32-clean-up-rwsem-inline-asm-statements.patch - patches.arch/x86-64-rwsem-64-bit-xadd-rwsem-implementation.patch - patches.arch/x86-64-rwsem-Avoid-store-forwarding-hazard-in-__downgrade_write.patch - patches.arch/x86-64-support-native-xadd-rwsem-implementation.patch - patches.arch/x86-Fix-breakage-of-UML-from-the-changes-in-the-rwsem-system.patch - patches.arch/x86-clean-up-rwsem-type-system.patch - patches.arch/x86_hpet_erratum_15.patch - patches.arch/x86_x2apic_double_enable_non_smp.patch - patches.drivers/add-support-for-intel-cougar-point-chipset.patch - patches.drivers/igb-add-support-for-82576NS-SerDes-adapter.patch - patches.drivers/lis3-fix-show-rate-for-8-bits-chips - patches.drivers/r8169-offical-fix-for-CVE-2009-4537-overlength-frame.patch - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch - patches.fixes/dm-mpath-requeue-stall - patches.fixes/fc_bsg_request_packed - patches.fixes/fix-sched_getaffinity-1 - patches.fixes/fix-sched_getaffinity-2 - patches.fixes/fix-sched_getaffinity-3 - patches.fixes/hid-fix-gyration-oops.patch - patches.fixes/ipoib-tx-queue-lockup-fix.patch - patches.fixes/kvm-disable-pvmmu-0001-KVM-x86-disable-paravirt-mmu-reporting.patch - patches.fixes/ocfs2-Change-bg_chain-check-for-ocfs2_validate_gd_parent.patch - patches.fixes/ocfs2-set-i_mode-on-disk-during-acl-operations.patch - patches.fixes/oom-fix-the-unsafe-usage-of-badness-in-proc_oom_score - patches.fixes/pci-fix-nested-spinlock-hang-in-aer_inject.patch - patches.fixes/pci-update-pci_set_vga_state-to-call-arch-functions.patch - patches.fixes/raw-fsync-EINVAL-fix.diff - patches.fixes/scsi-add-scsi-target-reset-support-to-ioctl - patches.fixes/scsi-fc-class-failfast-bsg-requests - patches.fixes/tty-release_one_tty-forgets-to-put-pids - patches.fixes/vgaarb-fix-vga-arbiter-to-accept-pci-domains-other-than-0.patch - patches.fixes/x86-amd-gart_Disable_GART_explicitly_before_initialization.patch - patches.fixes/x86-amd-iommu_enable_iommu_before_attaching_devices.patch - patches.fixes/x86-amd-iommu_revert_disable_IOMMUs_on_kernel_crash.patch - patches.fixes/x86-get-multinode-cpu-info-from-msr.patch - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch - patches.suse/rlim-0002-resource-move-kernel-function-inside-__KERNEL__.patch - patches.xfs/xfs-Avoid-inodes-in-reclaim-when-flushing-from-inode.patch - patches.xfs/xfs-Don-t-flush-stale-inodes.patch - patches.xfs/xfs-Ensure-we-force-all-busy-extents-in-range-to-dis.patch - patches.xfs/xfs-Fix-error-return-for-fallocate-on-XFS.patch - patches.xfs/xfs-I-O-completion-handlers-must-use-NOFS-allocation.patch - patches.xfs/xfs-Wrapped-journal-record-corruption-on-read-at-rec.patch - patches.xfs/xfs-check-for-not-fully-initialized-inodes-in-xfs_ir.patch - patches.xfs/xfs-fix-mmap_sem-iolock-inversion-in-xfs_free_eofblo.patch - patches.xfs/xfs-fix-stale-inode-flush-avoidance.patch - patches.xfs/xfs-fix-timestamp-handling-in-xfs_setattr.patch - patches.xfs/xfs-reclaim-all-inodes-by-background-tree-walks.patch - patches.xfs/xfs-reclaim-inodes-under-a-write-lock.patch - patches.xfs/xfs-simplify-inode-teardown.patch - patches.xfs/xfs-xfs_swap_extents-needs-to-handle-dynamic-fork-of.patch * Fri Apr 23 2010 garloff@suse.de - patches.suse/pagecache-limit-shmem.diff: Subtract shared memory when enforcing pagecache limit (FATE309111). * Fri Apr 23 2010 rwysocki@suse.de - patches.arch/intel-iommu-Dont-complain-that-ACPI_DMAR_SCOPE_TYPE_IOAPIC-is-not-supported.patch: intel-iommu: Don't complain that ACPI_DMAR_SCOPE_TYPE_IOAPIC is not supported (bnc#579639, FATE#306952). * Thu Apr 22 2010 jslaby@suse.de - patches.fixes/kdb-no-printk-logging.patch: Refresh. Added hunks in kdb_lsmod and kdb_env. * Thu Apr 22 2010 jbohac@suse.cz - patches.fixes/ipv6-fix-dad-race.patch: IPV6 - fix DAD race (bnc#577967, bnc#569916). * Thu Apr 22 2010 jjolly@suse.de - patches.arch/s390-13-01-nss-add-previous-stmt.patch: nss: add missing .previous statement to asm function (bnc#598553,LTC#62329). - patches.arch/s390-13-02-zcore-reipl-check.patch: zcore: Fix reipl device detection (bnc#598553). * Thu Apr 22 2010 tiwai@suse.de - patches.drivers/drm-i915-IronLake-fix-VGA-output-at-S4: Fix IronLake VGA output at S4 (bnc#595755). * Thu Apr 22 2010 agruen@suse.de - patches.fixes/fix-sched_getaffinity-3: sched: Follow-up to the sched_getaffinity() fix (bnc#596720, bnc#598837). * Thu Apr 22 2010 trenn@suse.de - patches.fixes/x86_hp_add_more_usecrs_to_whitelist.patch: Add more HP machines to use pci=use_crs by default (bnc#578572). * Thu Apr 22 2010 rwysocki@suse.de - patches.fixes/kernel-core-add-pid_max-start-option.patch: init: Provide a kernel start parameter to increase pid_max (bnc#598253, FATE#306952). * Thu Apr 22 2010 rwysocki@suse.de - patches.arch/x86-UV-Delete-unneeded-boot-messages.patch: x86, UV: Delete unneeded boot messages (bnc#590585, FATE#306952). * Thu Apr 22 2010 rwysocki@suse.de - patches.arch/tlb_uv_update2.patch: Refresh. * Wed Apr 21 2010 trenn@suse.de - These fix kexec/kdump with AMD IOMMU enabled: - patches.fixes/x86-amd-gart_Disable_GART_explicitly_before_initialization.patch: x86/gart: Disable GART explicitly before initialization (bnc#589650). - patches.fixes/x86-amd-iommu_enable_iommu_before_attaching_devices.patch: x86/amd-iommu: enable iommu before attaching devices (bnc#589650). - patches.fixes/x86-amd-iommu_revert_disable_IOMMUs_on_kernel_crash.patch: Revert "x86: disable IOMMUs on kernel crash" (bnc#589650). * Wed Apr 21 2010 duwe@suse.de - patches.fixes/ibmvscsi-add-barriers: ibmvfc: Fix command completion handling (bnc#598270). - patches.fixes/ibmvscsi-reduce-error-recovery-timeout: ibmvfc: Reduce error recovery timeout (bnc#598270). * Wed Apr 21 2010 jslaby@suse.de - patches.fixes/kdb-no-printk-logging.patch: printk,kdb: capture printk() when in kdb shell (bnc#598246). * Wed Apr 21 2010 tiwai@suse.de - patches.drivers/drm-i915-Clear-TV-sense-state-bits-on-GM45: drm/i915: Clear the TV sense state bits on cantiga to make TV detection reliable (bnc#597648, bnc#597650). * Wed Apr 21 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.11 and c/s 1014 (bnc#569194, bnc#591371). - patches.xen/xen-blktap-teardown: blktap: fix cleanup after unclean application exit #2 (bnc#569194). * Wed Apr 21 2010 sjayaraman@suse.de - patches.suse/sched-revert-latency-defaults: Re-enable FAIR_SLEEPERS. Also disable NORMALIZED_SLEEPER which was actually a dead code earlier. * Tue Apr 20 2010 jkosina@suse.cz - patches.fixes/x86-get-multinode-cpu-info-from-msr.patch: x86, amd: Get multi-node CPU info from NodeId MSR instead of PCI config space (bnc#594066). * Tue Apr 20 2010 nfbrown@suse.de - patches.fixes/md-write-behind-race: md/raid1: delay reads that could overtake behind-writes (bnc#590415). * Tue Apr 20 2010 hare@suse.de - patches.drivers/qla2xxx-8.03.01.05.11.1-k8-update: qla2xxx: minor updates and fixes from upstream (bnc#596783). * Tue Apr 20 2010 bphilips@suse.de - patches.fixes/cnic-fix-crash-during-bnx2x-mtu-change.patch: Fix back port and add git-commit (bnc#564640) * Mon Apr 19 2010 jack@suse.de - patches.fixes/novfs-LFS-initialization: fs: novfs: Initialize super-block with standard macros. - patches.fixes/novfs-return-ENOTEMPTY-when-deleting-nonempty-dir: fs: novfs: Return ENOTEMPTY when tyring to delete a non-empty folder (bnc#583964). * Mon Apr 19 2010 jeffm@suse.com - patches.fixes/tty-release_one_tty-forgets-to-put-pids: tty: release_one_tty() forgets to put pids (bnc#596462). * Mon Apr 19 2010 jeffm@suse.com - patches.fixes/oom-fix-the-unsafe-usage-of-badness-in-proc_oom_score: oom: fix the unsafe usage of badness() in proc_oom_score() (bnc#596460). * Mon Apr 19 2010 duwe@suse.de - patches.drivers/ehea-0102-0103-update: Fix feastlp3 drop to xmon with .free_pages+0x48/0x70 (ehea) (bnc#597120). * Mon Apr 19 2010 duwe@suse.de - patches.arch/ppc-pseries-cmm4kdump: kdump support for CMM (bnc#597583). - Update appropriate ppc config files. * Mon Apr 19 2010 npiggin@suse.de - patches.fixes/kernel-mutex-adaptive-cpu-offline-livelock.patch: kernel mutex adaptive cpu offline livelock (bnc#595960, bnc#597135). * Fri Apr 16 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, rpm/old-packages.conf: Obsolete kernel-vmi-base by kernel-pae-base (bnc#594271). * Fri Apr 16 2010 mmarek@suse.cz - rpm/mkspec, rpm/old-packages.conf: Explicitly list ppc64 flavors that obsolete kernel-kdump. * Fri Apr 16 2010 mmarek@suse.cz - rpm/old-packages.conf: s390(x) provides/obsoletes not needed anymore. * Thu Apr 15 2010 tiwai@suse.de - patches.drivers/lis3-add-support-for-hp-probook-2: lis3: Add axis quirk for HP ProBook 532x (bnc#596943). * Thu Apr 15 2010 teheo@suse.de - patches.fixes/block-blk_abort_request-lock-fix: libata/SCSI: fix locking around blk_abort_request() (bnc#585927). * Wed Apr 14 2010 agruen@suse.de - patches.fixes/fix-sched_getaffinity-{1,2}: sched_getaffinity(): Allow less than NR_CPUS length (bnc#596720). * Wed Apr 14 2010 jack@suse.de - patches.fixes/raw-fsync-EINVAL-fix.diff: raw: fsync method is now required (bnc#590937). * Tue Apr 13 2010 tiwai@suse.de - patches.suse/bootsplash-console-fix: Fix rendering on linux console with bootsplash (bnc#595657). * Mon Apr 12 2010 jack@suse.de - patches.fixes/novfs-dentry-cache-limit.patch: novfs: Remove dcache count restricting code (bnc#576026). * Mon Apr 12 2010 sjayaraman@suse.de - patches.suse/SoN-11-mm-reserve.patch: Fix a build warning. * Mon Apr 12 2010 bphilips@suse.de - patches.drivers/igb-add-support-for-82576-et2-quad-port-server-adapter.patch: Delete, duplicate patch. * Mon Apr 12 2010 jack@suse.de - patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an oops in novfs scope-finding code (bnc#588579) - actually enable the patch * Mon Apr 12 2010 hare@suse.de - patches.drivers/cnic-give-a-chance-for-the-uio-device-to-be-opened: Fixup compilation warnings. - patches.drivers/qla2xxx-8.03.01.03.11.1-k8-update: Fixup compilation warnings. - patches.fixes/ipr-strstrip-retval-fix: Fixup compilation warnings in ipr. - patches.suse/dm-mpath-leastpending-select-path-fix: Compile warning in dm-least-pending. * Mon Apr 12 2010 mszeredi@suse.cz - patches.fixes/mempolicy-fix-get_mempolicy-for-relative-and-static-nodes.patch: mempolicy: fix get_mempolicy() for relative and static nodes (bnc#594305). * Mon Apr 12 2010 hare@suse.de - patches.drivers/hpsa-only-unmap-buffer-when-allocated: hpsa: unmap ioctl xfer buffer correctly (bnc#590856). - patches.drivers/hpsa-update: Update HP SA driver to version 2.0.2-1 (bnc#591376). * Mon Apr 12 2010 jkosina@suse.cz - series.conf: remove stale patch * Mon Apr 12 2010 jkosina@suse.cz - series.conf: added forgotten patches.drivers/igb-add-support-for-82576-et2-quad-port-server-adapter.patch * Mon Apr 12 2010 bphilips@suse.de - patches.fixes/ixgbe-power-down-phy-during-driver-resets.patch: ixgbe: Power down PHY during driver resets (bnc#594997). * Mon Apr 12 2010 bphilips@suse.de - patches.drivers/igb-add-support-for-82576-et2-quad-port-server-adapter.patch: igb: Add support for 82576 ET2 Quad Port Server Adapter. * Mon Apr 12 2010 bphilips@suse.de - patches.drivers/r8169-offical-fix-for-CVE-2009-4537-overlength-frame.patch: r8169: offical fix for CVE-2009-4537 (overlength frame DMAs) (bnc#567376, CVE-2009-4537). * Mon Apr 12 2010 bphilips@suse.de - patches.drivers/bnx2x-initialize-cnic-status-block-during-chip-reset.patch: bnx2x: Initialize cnic status block during chip reset (bnc#564640). * Sun Apr 11 2010 coly.li@suse.de - patches.fixes/ocfs2-avoid-direct-write-if-we-fall-back-to-buffered.patch: ocfs2: avoid direct write if we fall back to buffered (BNC#591039). * Sat Apr 10 2010 mfasheh@suse.com - patches.suse/ocfs2-Add-dir_resv_level-mount-option.patch: ocfs2: Add dir_resv_level mount option (bnc#501563 FATE#307247 bnc#583539). - patches.suse/ocfs2-change-default-reservation-window-sizes.patch: ocfs2: change default reservation window sizes (bnc#501563 FATE#307247 bnc#583539). - patches.suse/ocfs2-clean-up-localalloc-mount-option-size-parsing.patch: ocfs2: clean up localalloc mount option size parsing (bnc#501563 FATE#307247 bnc#583539). - patches.suse/ocfs2-increase-the-default-size-of-local-alloc-windo.patch: ocfs2: increase the default size of local alloc windows (bnc#501563 FATE#307247 bnc#583539). * Sat Apr 10 2010 mfasheh@suse.com Ocfs2 fixes from the ocfs2.git repository which will go upstream soon: - patches.fixes/ocfs2-Check-the-owner-of-a-lockres-inside-the-spinlo.patch: ocfs2: Check the owner of a lockres inside the spinlock. - patches.fixes/ocfs2_dlmfs-User-DLM_-when-decoding-file-open-flags.patch: ocfs2_dlmfs: User DLM_* when decoding file open flags. * Sat Apr 10 2010 coly.li@suse.de - patches.fixes/ocfs2-Compute-metaecc-for-superblocks-during-online-.patch: ocfs2: Compute metaecc for superblocks during online resize. (BNC#592945). - backport upstream ocfs2 to SLES11 SP1 kernel. - patches.fixes/Ocfs2-Handle-deletion-of-reflinked-oprhan-inodes-cor.patch: Ocfs2: Handle deletion of reflinked oprhan inodes correctly.. - patches.fixes/Ocfs2-Journaling-i_flags-and-i_orphaned_slot-when-ad.patch: Ocfs2: Journaling i_flags and i_orphaned_slot when adding inode to orphan dir.. - patches.fixes/PATCH-Skip-check-for-mandatory-locks-when-unlocking.patch: [PATCH] Skip check for mandatory locks when unlocking. - patches.fixes/fs-ocfs2-cluster-tcp.c-remove-use-of-NIPQUAD-use-pI4.patch: fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %%pI4. - patches.fixes/ocfs2-Clear-undo-bits-when-local-alloc-is-freed.patch: ocfs2: Clear undo bits when local alloc is freed. - patches.fixes/ocfs2-Fix-a-race-in-o2dlm-lockres-mastery.patch: ocfs2: Fix a race in o2dlm lockres mastery. - patches.fixes/ocfs2-Fix-the-update-of-name_offset-when-removing-xa.patch: ocfs2: Fix the update of name_offset when removing xattrs. - patches.fixes/ocfs2-Init-meta_ac-properly-in-ocfs2_create_empty_xa.patch: ocfs2: Init meta_ac properly in ocfs2_create_empty_xattr_block.. - patches.fixes/ocfs2-Update-i_blocks-in-reflink-operations.patch: ocfs2: Update i_blocks in reflink operations.. * Sat Apr 10 2010 mfasheh@suse.com - patches.fixes/sd-retry-readcap-on-ua: Fix build breakage in drivers/scsi/sd.c: /usr/src/packages/BUILD/kernel-default-2.6.32.11/linux-2.6.32/drivers/scsi/sd.c: In function 'read_capacity_10': /usr/src/packages/BUILD/kernel-default-2.6.32.11/linux-2.6.32/drivers/scsi/sd.c: 1470: error: lvalue required as left operand of assignment make[4]: *** [drivers/scsi/sd.o] Error 1 make[3]: *** [drivers/scsi] Error 2 make[3]: *** Waiting for unfinished jobs.... * Fri Apr 9 2010 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Refresh. Add missing call to restore LED status at reconnection (bnc#594835) * Fri Apr 9 2010 hare@suse.de - patches.fixes/sd-retry-readcap-on-ua: Compilation fix. * Fri Apr 9 2010 hare@suse.de - patches.fixes/sd-retry-readcap-on-ua: sd: retry read_capacity on UNIT_ATTENTION (bnc#590687). * Fri Apr 9 2010 duwe@suse.de - patches.arch/power7-type1-numa-affinity: powerpc: Add form 1 NUMA affinity (bnc#594586). * Fri Apr 9 2010 hare@suse.de - patches.drivers/cnic-give-a-chance-for-the-uio-device-to-be-opened: Compile fix. * Fri Apr 9 2010 hare@suse.de - patches.suse/fcoe-libfc-increased-cdb-size: fcoe, libfc: increased CDB size to 16 bytes for fcoe. (bnc#595074). - patches.suse/libfc-bug-in-erroring-out-upon: libfc: bug in erroring out upon FCP_RSP_LEN_VAL in fc_fcp_resp (bnc#595074). * Fri Apr 9 2010 hare@suse.de - patches.drivers/cnic-give-a-chance-for-the-uio-device-to-be-opened: cnic: Give a chance for the uio device to be opened (bnc#564640). * Fri Apr 9 2010 hare@suse.de - patches.drivers/bnx2i-mtu-change-bugfix: bnx2i: Bug fixes related to MTU changes (bnc#564640). * Fri Apr 9 2010 knikanth@suse.de - patches.fixes/loop-update-mtime.patch: loop: Update mtime when writing using aops (bnc#590738). * Fri Apr 9 2010 jjolly@suse.de - patches.arch/s390-12-01_callhome.patch: callhome: fix broken proc interface and activate compid (bnc#594473). - patches.arch/s390-12-02-vmalloc.patch: vmalloc: ipl failure with enabled memory cgroups (bnc#594473). * Thu Apr 8 2010 rjw@suse.de - patches.arch/tlb_uv_update2.patch: x86 / UV: TLB shootdown (BAU) update (bnc#594131, FATE#306952). * Thu Apr 8 2010 rjw@suse.de - patches.arch/x86-MCE-fix-MSR_IA32_MCI_CTL2-CMCI-threshold-setup.patch: x86, MCE, fix MSR_IA32_MCI_CTL2 CMCI threshold setup (bnc#592176). * Thu Apr 8 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-permissions-on-reiserfs_priv: reiserfs: Fix permissions on .reiserfs_priv (bnc#593906 CVE-2010-1146). * Thu Apr 8 2010 bphilips@suse.de - patches.drivers/ixgbe-Fix-82599-multispeed-fiber-link-issues-due-to-.patch: ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flapping (bnc#589804). * Thu Apr 8 2010 jslaby@suse.de - patches.suse/cgroup-disable-memcg-when-low-lowmem.patch: disable memory cgroup if low lowmem (bnc#586684). * Thu Apr 8 2010 hare@suse.de - patches.drivers/mpt2sas-04.100.01.03-update: Add missing hunk (bnc#591950). * Thu Apr 8 2010 trenn@suse.de - patches.fixes/pci_use_acpi_resources_whitelist.patch: Whitelist HP ProLiant DL980 to use pci=use_crs by default (bnc#578572). * Thu Apr 8 2010 hare@suse.de - patches.drivers/mpt2sas-04.100.01.03-update: mpt2sas: IOs needs to be pause until all handles are refreshed (bnc#591950). * Thu Apr 8 2010 hare@suse.de - patches.drivers/lpfc-8.3.5.8-update: Emulex lpfc fixes for RC3 - 8.3.5.8 (bnc#594391). * Wed Apr 7 2010 bphilips@suse.de - patches.drivers/be2net-fix-bug-in-vlan-rx-path-for-big-endian-archit.patch: be2net: fix bug in vlan rx path for big endian architecture (bnc#594583). * Wed Apr 7 2010 tiwai@suse.de - patches.drivers/lis3-add-support-for-hp-probook: lis3: add support for HP ProBook 432x/442x/452x/522x (bnc#594399). * Wed Apr 7 2010 jslaby@suse.de - patches.fixes/sched-fix-cputime-monotonicity.patch: Update references (bnc#585241 bnc#590927). - patches.fixes/sched-fix-task-times_granularity.patch: sched: Fix granularity of task_u/stime() (bnc#585241 bnc#590927). - patches.fixes/sched-time-define-nsecs_to_jiffies.patch: sched, time: Define nsecs_to_jiffies() (bnc#585241 bnc#590927). * Wed Apr 7 2010 jdelvare@suse.de - patches.drivers/ipmi-add-parameter-to-limit-cpu-usage-in-kipmid.patch: ipmi: add parameter to limit CPU usage in kipmid (bnc#468397). * Wed Apr 7 2010 tiwai@suse.de - patches.drivers/lis3-fix-show-rate-for-8-bits-chips: lis3: fix show rate for 8 bits chips (bnc#594367). * Wed Apr 7 2010 jkosina@suse.cz - patches.fixes/hpwdt-fix-lower-timeout-limit.patch: hpwdt - fix lower timeout limit (bnc#581103). * Wed Apr 7 2010 jkosina@suse.cz - patches.fixes/hid-fix-gyration-oops.patch: HID: fix oops in gyration_event() (bnc#589329). * Tue Apr 6 2010 bphilips@suse.de - patches.drivers/cnic-Use-union-for-the-status-blocks-of-different-de.patch: cnic: Use union for the status blocks of different devices. (bnc#564640). - patches.fixes/cnic-fix-crash-during-bnx2x-mtu-change.patch: cnic: Fix crash during bnx2x MTU change. (bnc#564640). * Tue Apr 6 2010 rjw@suse.de - patches.arch/x86-fix-unknown_nmi_error.patch: x86: Fix unknown_nmi_error() (bnc#593731). * Tue Apr 6 2010 gregkh@suse.de - patches.kabi/kabi-fix-up-struct-hrtimer_cpu_base-change.patch: KABI: fix up struct hrtimer_cpu_base change. * Tue Apr 6 2010 tiwai@suse.de - patches.drivers/drm-i915-Add-display-hotplug-event-on-Ironlake: drm/i915: Add display hotplug event on Ironlake (bnc#593318). - patches.drivers/drm-i915-fix-eDP-pipe-mask: drm/i915: fix eDP pipe mask (bnc#593319). - patches.drivers/drm-i915-fix-pixel-color-depth-setting-on-eDP: drm/i915: fix pixel color depth setting on eDP (bnc#593319). - patches.drivers/drm-i915-parse-eDP-panel-color-depth-from-VBT-block: drm/i915: parse eDP panel color depth from VBT block (bnc#593319). * Tue Apr 6 2010 trenn@suse.de - patches.arch/x86_hpet_erratum_15.patch: x86, hpet: Erratum workaround for read after write of HPET comparator (bnc#587746). - patches.arch/x86_x2apic_double_enable_non_smp.patch: x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards (bnc#593934). * Tue Apr 6 2010 bphilips@suse.de - Move patches.drivers/broadcom-Fix-slow-link-problem.patch to the right location in the series * Tue Apr 6 2010 bphilips@suse.de Missed a tg3 fix - patches.drivers/broadcom-Fix-slow-link-problem.patch: broadcom: Fix slow link problem (bnc#556234). * Tue Apr 6 2010 bphilips@suse.de Break out these monolithic patches into individual patches from upstream: patches.drivers/phy-broadcom-bug-fixes-for-sp1.patch patches.drivers/tg3-update-version-to-3.104.patch patches.drivers/tg3-updates-from-f4188d-to-ba5b0bf.patch - patches.drivers/broadcom-Consolidate-dev_flags-definitions.patch: broadcom: Consolidate dev_flags definitions (FATE#307117, bnc#556234). - patches.drivers/broadcom-Isolate-phy-dsp-accesses.patch: broadcom: Isolate phy dsp accesses (FATE#307117, bnc#556234). - patches.drivers/drivers-net-Move-and-to-end-of-previous-line.patch: drivers/net: Move && and || to end of previous line (bnc#573237). - patches.drivers/drivers-net-use-DEFINE_PCI_DEVICE_TABLE.patch: drivers/net/: use DEFINE_PCI_DEVICE_TABLE() (bnc#573237). - patches.drivers/tg3-5785-Set-port-mode-to-MII-when-link-down.patch: tg3: 5785: Set port mode to MII when link down (bnc#556234, FATE#307117). - patches.drivers/tg3-Abort-phy-init-for-5717-serdes-devices.patch: tg3: Abort phy init for 5717 serdes devices (bnc#573237). - patches.drivers/tg3-Add-50610M-phy-ID-for-5785.patch: tg3: Add 50610M phy ID for 5785 (bnc#556234, FATE#307117). - patches.drivers/tg3-Add-5717-phy-ID.patch: tg3: Add 5717 phy ID (FATE#307117, bnc#556234). - patches.drivers/tg3-Add-5717-serdes-phy-ID.patch: tg3: Add 5717 serdes phy ID (bnc#573237). - patches.drivers/tg3-Add-57765-asic-rev.patch: tg3: Add 57765 asic rev (bnc#573237). - patches.drivers/tg3-Add-57765-phy-ID-and-enable-devices.patch: tg3: Add 57765 phy ID and enable devices. (bnc#573237). - patches.drivers/tg3-Add-AC131-power-down-support.patch: tg3: Add AC131 power down support (bnc#556234, FATE#307117). - patches.drivers/tg3-Add-more-PCI-DMA-map-error-checking.patch: tg3: Add more PCI DMA map error checking (bnc#556234, FATE#307117). - patches.drivers/tg3-Add-new-HW_TSO_3-flag-for-5717.patch: tg3: Add new HW_TSO_3 flag for 5717 (FATE#307117, bnc#556234). - patches.drivers/tg3-Add-prodring-parameter-to-tg3_alloc_rx_skb.patch: tg3: Add prodring parameter to tg3_alloc_rx_skb() (FATE#307117, bnc#556234). - patches.drivers/tg3-Add-reliable-serdes-detection-for-5717-A0.patch: tg3: Add reliable serdes detection for 5717 A0 (bnc#573237). - patches.drivers/tg3-Add-rx-prod-ring-consolidation.patch: tg3: Add rx prod ring consolidation (FATE#307117, bnc#556234). - patches.drivers/tg3-Add-some-VPD-preprocessor-constants.patch: tg3: Add some VPD preprocessor constants (bnc#573237). - patches.drivers/tg3-Allow-DMAs-to-cross-cacheline-boundaries.patch: tg3: Allow DMAs to cross cacheline boundaries (FATE#307117, bnc#556234). - patches.drivers/tg3-Assign-flags-to-fixes-in-start_xmit_dma_bug.patch: tg3: Assign flags to fixes in start_xmit_dma_bug (bnc#556234, FATE#307117). - patches.drivers/tg3-Bypass-power-source-switching-for-57765.patch: tg3: Bypass power source switching for 57765 (bnc#573237). - patches.drivers/tg3-Clean-tg3_init_one.patch: tg3: Clean tg3_init_one() (bnc#573237). - patches.drivers/tg3-Consider-rx_std_prod_idx-a-hw-mailbox.patch: tg3: Consider rx_std_prod_idx a hw mailbox (FATE#307117, bnc#556234). - patches.drivers/tg3-Convert-PHY_ADDR-TG3_PHY_MII_ADDR.patch: tg3: Convert PHY_ADDR => TG3_PHY_MII_ADDR (bnc#556234, FATE#307117). - patches.drivers/tg3-Create-aliases-for-rx-producer-mailbox-regs.patch: tg3: Create aliases for rx producer mailbox regs (FATE#307117, bnc#556234). - patches.drivers/tg3-Create-tg3_poll_msix-for-non-zero-MSIX-vecs.patch: tg3: Create tg3_poll_msix() for non-zero MSIX vecs (FATE#307117, bnc#556234). - patches.drivers/tg3-Disable-5717-serdes-and-B0-support.patch: tg3: Disable 5717 serdes and B0 support (bnc#573237). - patches.drivers/tg3-Don-t-touch-RCB-nic-addresses.patch: tg3: Don't touch RCB nic addresses (FATE#307117, bnc#556234). - patches.drivers/tg3-Enable-PLL-PD-when-CLKREQ-disabled-for-5717A0.patch: tg3: Enable PLL PD when CLKREQ disabled for 5717A0 (bnc#573237). - patches.drivers/tg3-Extend-loopback-test-timeout.patch: tg3: Extend loopback test timeout (bnc#556234, FATE#307117). - patches.drivers/tg3-Fix-5717-and-57765-memory-selftests.patch: tg3: Fix 5717 and 57765 memory selftests (bnc#573237). - patches.drivers/tg3-Fix-DIDs-Enable-5717-support.patch: tg3: Fix DIDs, Enable 5717 support (FATE#307117, bnc#556234). - patches.drivers/tg3-Fix-disappearing-57780-devices.patch: tg3: Fix disappearing 57780 devices (bnc#556234, FATE#307117). - patches.drivers/tg3-Fix-std-prod-ring-nicaddr-for-5787-and-57765.patch: tg3: Fix std prod ring nicaddr for 5787 and 57765 (bnc#573237). - patches.drivers/tg3-Fix-std-rx-prod-ring-handling.patch: tg3: Fix std rx prod ring handling (bnc#573237). - patches.drivers/tg3-Fix-tx-mailbox-initialization.patch: tg3: Fix tx mailbox initialization (bnc#573237). - patches.drivers/tg3-Improve-5785-PCIe-performance.patch: tg3: Improve 5785 PCIe performance (bnc#556234, FATE#307117). - patches.drivers/tg3-Improve-internal-resource-allocations.patch: tg3: Improve internal resource allocations (bnc#573237). - patches.drivers/tg3-Lay-proucer-ring-handling-groundwork.patch: tg3: Lay proucer ring handling groundwork (FATE#307117, bnc#556234). - patches.drivers/tg3-Make-TSS-enable-independent-of-MSI-X-enable.patch: tg3: Make TSS enable independent of MSI-X enable (bnc#573237). - patches.drivers/tg3-Make-tg3_alloc_rx_skb-a-dst-only-operation.patch: tg3: Make tg3_alloc_rx_skb() a dst-only operation (FATE#307117, bnc#556234). - patches.drivers/tg3-Move-TG3_FLG2_PROTECTED_NVRAM-to-tg3_flags3.patch: tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3 (FATE#307117, bnc#556234). - patches.drivers/tg3-Move-napi_add-calls-below-tg3_get_invariants.patch: tg3: Move napi_add calls below tg3_get_invariants (FATE#307117, bnc#556234). - patches.drivers/tg3-Napify-tg3_start_xmit_dma_bug.patch: tg3: Napify tg3_start_xmit_dma_bug() (FATE#307117, bnc#556234). - patches.drivers/tg3-Prevent-a-PCIe-tx-glitch.patch: tg3: Prevent a PCIe tx glitch (bnc#556234, FATE#307117). - patches.drivers/tg3-Refine-TSO-and-MSI-discovery.patch: tg3: Refine TSO and MSI discovery (FATE#307117, bnc#556234). - patches.drivers/tg3-Supply-a-nicaddr-for-57765-jumbo-RCB.patch: tg3: Supply a nicaddr for 57765 jumbo RCB (bnc#573237). - patches.drivers/tg3-Turn-off-the-debug-UART-for-57765.patch: tg3: Turn off the debug UART for 57765 (bnc#573237). - patches.drivers/tg3-Update-copyright-and-driver-version.patch: tg3: Update copyright and driver version (bnc#573237). - patches.drivers/tg3-Update-version-to-3.103.patch: tg3: Update version to 3.103 (FATE#307117, bnc#556234). - patches.drivers/tg3-Update-version-to-3.104.patch: tg3: Update version to 3.104 (FATE#307117, bnc#556234). - patches.drivers/tg3-Use-pci_read_vpd-instead-of-private-method.patch: tg3: Use pci_read_vpd() instead of private method (bnc#573237). - patches.drivers/tg3-Use-tg3_start_xmit_dma_bug-for-5717-A0.patch: tg3: Use tg3_start_xmit_dma_bug for 5717 A0 (FATE#307117, bnc#556234). - patches.drivers/tg3-broadcom-Add-APD-support-for-GPHYs.patch: tg3 / broadcom: Add APD support for GPHYs (FATE#307117, bnc#556234). - patches.drivers/tg3-broadcom-Add-PHY_BRCM_CLEAR_RGMII_MODE-flag.patch: tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flag (FATE#307117, bnc#556234). - patches.drivers/tg3-broadcom-Add-code-to-disable-rxc-refclk.patch: tg3 / broadcom: Add code to disable rxc refclk (FATE#307117, bnc#556234). - patches.drivers/tg3-broadcom-Optionally-disable-TXC-if-no-link.patch: tg3 / broadcom: Optionally disable TXC if no link (FATE#307117, bnc#556234). - patches.drivers/tg3-broadcom-Refine-AC131-APD-support.patch: tg3 / broadcom: Refine AC131 APD support (FATE#307117, bnc#556234). - patches.drivers/tg3-entropy-source.patch: Refresh. - patches.drivers/tg3-remove-use-of-skb_dma_map-unmap.patch: tg3: remove use of skb_dma_map/unmap (bnc#573237). - patches.drivers/tg3-rename-rx_-std-jmb-_ptr.patch: tg3: rename rx_[std|jmb]_ptr (FATE#307117, bnc#556234). - patches.drivers/tg3-tg3_alloc_rx_skb-tnapi-tp.patch: tg3: tg3_alloc_rx_skb(tnapi => tp) (FATE#307117, bnc#556234). * Mon Apr 5 2010 gregkh@suse.de - update to 2.6.32.11: - security fixes - bugfixes - obsoletes: - patches.arch/x86-Fix-sched_clock_cpu-for-systems-with-unsynchronized-TSC.patch - patches.arch/x86-apic-use-logical-flat-for-systems-with-8-or-fewer-logical-cpus.patch - patches.arch/x86-revert-apic-Use-logical-flat-on-intel-with-8-or-fewer-logical-cpus.patch - patches.arch/x86_64_apic_consider_hotplug_for_mode_logical_flat.patch - patches.drivers/alsa-sp1-hda-48-alc260-will-quirk-for-acer - patches.drivers/alsa-sp1-hda-68-fix-realtek-secondary-adcs - patches.drivers/alsa-sp1-hda-72-alc260-fix-basic-model - patches.drivers/drm-i915-Avoid-NULL-deref-in-get_pages-unwind-after-error.patch - patches.drivers/e1000e-enable-new-82567V-3-device.patch - patches.drivers/ixgbe-add-support-for-82599-KR-device-0x1517.patch - patches.fixes/cpuset-fix-cpuset_mem_spread_node-offline-node.patch - patches.fixes/pci_aer_unconditionally_clear_uncor_status.patch - patches.fixes/readahead-unplug-dev.patch - patches.fixes/sched-fix-sched_mc-regression-caused-by-change-in-sched-cpu_power * Mon Apr 5 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-73-alc-fix-invalid-connection: Refresh. Backported the fix for the fix * Mon Apr 5 2010 jjolly@suse.de - patches.arch/s390-phys_device.patch: memory hotplug: allow setting of phys_device (bnc#592703,LTC#62065). * Thu Apr 1 2010 jeffm@suse.de - Enabled TN3270 for use during boot (bnc#592943). * Thu Apr 1 2010 jeffm@suse.de - patches.fixes/reiserfs-fix-oops-while-creating-privroot-with-selinux-enabled: reiserfs: fix oops while creating privroot with selinux enabled. * Thu Apr 1 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-70-alc269vb-support: ALSA: hda - Add ALC269VB support (bnc#591870). - patches.drivers/alsa-sp1-hda-71-alc269-missing-hp-pins: ALSA: hda - Add missing hp_pins definitions for ALC269 quirks (bnc#591870). - patches.drivers/alsa-sp1-hda-72-alc260-fix-basic-model: ALSA: hda - Fix secondary ADC of ALC260 basic model (bnc#591870). - patches.drivers/alsa-sp1-hda-73-alc-fix-invalid-connection: ALSA: hda - Don't set invalid connection index in Realtek initialiaiton (bnc#591870). - patches.drivers/alsa-sp1-hda-74-alc-fix-invalid-mute: ALSA: hda - Fix invalid bit values passed to snd_hda_codec_amp_stereo() (bnc#591870). - patches.drivers/alsa-sp1-hda-75-alc269-fillup-adcs: ALSA: hda - Fix ADC/MUX assignment of ALC269 codec (bnc#591870). - patches.drivers/alsa-sp1-hda-76-alc269-mute-led: ALSA: hda - Add mute LED support for HP laptop with ALC269 (bnc#591870). * Thu Apr 1 2010 hare@suse.de - patches.fixes/cciss-unmap-xfer-buffer-correctly: cciss causes kernel WARNING with intel_iommu=on (bnc#590856). * Thu Apr 1 2010 hare@suse.de - patches.drivers/mpt2sas-base-map-resources: mpt2sas: use correct pci_resource_flag (bnc#592472). * Thu Apr 1 2010 bphilips@suse.de - patches.drivers/r8169-offical-fix-for-CVE-2009-4537-overlength-frame.patch: r8169: offical fix for CVE-2009-4537 (overlength frame DMAs) (bnc#567376, CVE-2009-4537). * Thu Apr 1 2010 bphilips@suse.de - patches.fixes/module-drop-the-lock-while-waiting-for-module-to-complete-initialization.patch: module: drop the lock while waiting for module to complete initialization. (bnc#564638). * Wed Mar 31 2010 trenn@suse.de - patches.fixes/pci_fix_invalid_resource_length.patch: Refresh. * Wed Mar 31 2010 trenn@suse.de - patches.fixes/pci_fix_invalid_resource_length.patch: x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1 (bnc#587427). * Wed Mar 31 2010 mmarek@suse.de - Import RC2 kabi files for ppc64. * Wed Mar 31 2010 mmarek@suse.de - Import RC2 kabi files for x86(_64), ia64 and s390x. * Wed Mar 31 2010 jbeulich@novell.com - Update Xen patches to c/s 1011. * Wed Mar 31 2010 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: libata,ata_piix: detect and clear spurious IRQs (bnc#445872, bnc#589449). * Mon Mar 29 2010 jjolly@suse.de - patches.fixes/ipoib-tx-queue-lockup-fix.patch: ipoib: Fix lockup of the tx queue (bnc#587199). * Mon Mar 29 2010 jjolly@suse.de - patches.arch/s390-11-01-zfcp-ccw_remove_lock_dep.patch: zfcp: Remove lock dependency on CCW remove. (bnc#590926). - patches.arch/s390-11-02-zfcp-unit_add_lock_dep.patch: zfcp: Remove lock dependency on unit add. (bnc#590926). - patches.arch/s390-11-03-zfcp_unit_remove_lock_dep.patch: zfcp: Remove lock dependency on unit remove. (bnc#590926). * Mon Mar 29 2010 jbeulich@novell.com - patches.xen/xen-netfront-ethtool: netfront: ethtool -i does not return info about xennet driver (bnc#591179). * Mon Mar 29 2010 trenn@suse.de - patches.arch/ppc-unmap_vmallocs_on_hotremove.patch: powerpc/pseries: Flush lazy kernel mappings after unplug operations (bnc#590217). * Sun Mar 28 2010 coly.li@suse.de - patches.fixes/dlm-enable-debug.patch: Delete, CONFIG_DLM_DEBUG is enabled in kernel configuration, we don't need to explicitly enable it. * Fri Mar 26 2010 astarikovskiy@suse.de - patches.drivers/drm-i915-Avoid-NULL-deref-in-get_pages-unwind-after-error.patch: Fix NULL pointer dereference in i915_gem_object_save_bit_17_swizzle (bnc#591377). * Fri Mar 26 2010 bphilips@suse.de - patches.drivers/be2net-fix-mccq-create-for-big-endian-architectures.patch: be2net: fix mccq create for big endian architectures (bnc#591513). * Fri Mar 26 2010 jkosina@suse.cz - patches.xen/xen3-add-support-for-intel-cougar-point-chipset.patch: Fix build. * Fri Mar 26 2010 hare@suse.de - patches.fixes/sd-no-read-cap16-if-not-supported: sd: spurious error messages in READ_CAPACITY(16) (bnc#591473). * Fri Mar 26 2010 hare@suse.de - patches.fixes/scsi-allow-fc-lld-to-fast-fail-scsi-eh: scsi: Allow FC LLD to fast-fail scsi eh (bnc#591401). - patches.fixes/zfcp-pass-return-code-from-fc_block_scsi_eh-to-scsi_eh: zfcp: Pass return code from fc_block_scsi_eh to scsi eh (bnc#591401). * Fri Mar 26 2010 jkosina@suse.cz - patches.drivers/add-support-for-intel-cougar-point-chipset.patch: include new LPC Controller Device IDs (bnc#565845). * Fri Mar 26 2010 mmarek@suse.cz - Disable kabi checking for now. * Fri Mar 26 2010 hare@suse.de - patches.drivers/bnx2i-update-to-2.1.1: bnx2i bugfixes from mainline (bnc#585492). - patches.fixes/fixup-section-annotations: Fixup missing annotations. * Fri Mar 26 2010 hare@suse.de - patches.fixes/dm-mpath-abstract-dm_in_flight-function: dm: abstract dm_in_flight function (bnc#591318). - patches.fixes/dm-mpath-requeue-stall: Refresh. - patches.fixes/dm-mpath-simplify-rq-based-suspend: dm: simplify request based suspend (bnc#591318). - patches.fixes/dm-mpath-trace-rq-based-remapping: dm: trace request based remapping (bnc#591318). * Fri Mar 26 2010 knikanth@suse.de - patches.fixes/dm-mpath-requeue-stall: dm mpath: fix stall when requeueing io (bnc#591318). * Fri Mar 26 2010 rjw@suse.de - Update config files. - patches.arch/x86-32-clean-up-rwsem-inline-asm-statements.patch: x86-32: clean up rwsem inline asm statements (bnc#590859, FATE#306952). - patches.arch/x86-64-rwsem-64-bit-xadd-rwsem-implementation.patch: x86-64, rwsem: 64-bit xadd rwsem implementation (bnc#590859, FATE#306952). - patches.arch/x86-64-rwsem-Avoid-store-forwarding-hazard-in-__downgrade_write.patch: x86-64, rwsem: Avoid store forwarding hazard in __downgrade_write (bnc#590859, FATE#306952). - patches.arch/x86-64-support-native-xadd-rwsem-implementation.patch: x86-64: support native xadd rwsem implementation (bnc#590859, FATE#306952). - patches.arch/x86-Fix-breakage-of-UML-from-the-changes-in-the-rwsem-system.patch: x86: Fix breakage of UML from the changes in the rwsem system (bnc#590859, FATE#306952). - patches.arch/x86-clean-up-rwsem-type-system.patch: x86: clean up rwsem type system (bnc#590859, FATE#306952). - patches.xen/xen3-auto-arch-x86.diff: Refresh. * Fri Mar 26 2010 bphilips@suse.de - patches.drivers/igb-Add-support-for-82576-ET2-Quad-Port-Server-Adapt.patch: igb: Add support for 82576 ET2 Quad Port Server Adapter (bnc#591293). * Thu Mar 25 2010 mfasheh@suse.com - patches.fixes/ocfs2-always-try-for-maximum-bits-with-new-local-all.patch: ocfs2: Always try for maximum bits with new local alloc windows. * Thu Mar 25 2010 bphilips@suse.de - patches.drivers/igb-entropy-source.patch: Refresh for fuzz * Thu Mar 25 2010 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. * Thu Mar 25 2010 bphilips@suse.de - patches.drivers/igb-add-support-for-Intel-I350-Gigabit-Network-Conne.patch: igb: add support for Intel I350 Gigabit Network Connection (bnc#590980). * Thu Mar 25 2010 jack@suse.de - patches.fixes/novfs-fix-oops-in-scope-finding: novfs: fix an oops in novfs scope-finding code (bnc#588579). * Thu Mar 25 2010 coly.li@suse.de - patches.fixes/ocfs2-Change-bg_chain-check-for-ocfs2_validate_gd_parent.patch: ocfs2: Change bg_chain check for ocfs2_validate_gd_parent.(bnc#590401) - back port upstream ocfs2 patches from 2.6.33 - patches.fixes/Ocfs2-Move-ocfs2-ioctl-definitions-from-ocfs2_fs.h-t.patch: Ocfs2: Move ocfs2 ioctl definitions from ocfs2_fs.h to newly added ocfs2_ioctl.h. - patches.fixes/ocfs2-Add-a-name_len-field-to-ocfs2_xattr_info.patch: ocfs2: Add a name_len field to ocfs2_xattr_info.. - patches.fixes/ocfs2-Add-current-comm-in-trace-output.patch: ocfs2: Add current->comm in trace output. - patches.fixes/ocfs2-Allocation-in-ocfs2_xa_prepare_entry-values-in.patch: ocfs2: Allocation in ocfs2_xa_prepare_entry(), values in ocfs2_xa_store_value(). - patches.fixes/ocfs2-Attach-the-connection-to-the-lksb.patch: ocfs2: Attach the connection to the lksb. - patches.fixes/ocfs2-Clean-up-the-checks-for-CoW-and-direct-I-O.patch: ocfs2: Clean up the checks for CoW and direct I/O.. - patches.fixes/ocfs2-Gell-into-ocfs2_xa_set.patch: ocfs2: Gell into ocfs2_xa_set(). - patches.fixes/ocfs2-Handle-errors-while-setting-external-xattr-val.patch: ocfs2: Handle errors while setting external xattr values.. - patches.fixes/ocfs2-Handle-value-tree-roots-in-ocfs2_xa_set_inline.patch: ocfs2: Handle value tree roots in ocfs2_xa_set_inline_value(). - patches.fixes/ocfs2-Hang-the-locking-proto-on-the-cluster-conn-and.patch: ocfs2: Hang the locking proto on the cluster conn and use it in asts.. - patches.fixes/ocfs2-Introduce-ocfs2_xa_loc.patch: ocfs2: Introduce ocfs2_xa_loc. - patches.fixes/ocfs2-Let-ocfs2_xa_prepare_entry-do-space-checks.patch: ocfs2: Let ocfs2_xa_prepare_entry() do space checks.. - patches.fixes/ocfs2-Pass-lksbs-back-from-stackglue-ast-bast-functi.patch: ocfs2: Pass lksbs back from stackglue ast/bast functions.. - patches.fixes/ocfs2-Pass-the-locking-protocol-into-ocfs2_cluster_c.patch: ocfs2: Pass the locking protocol into ocfs2_cluster_connect().. - patches.fixes/ocfs2-Prefix-the-member-fields-of-struct-ocfs2_xattr.patch: ocfs2: Prefix the member fields of struct ocfs2_xattr_info.. - patches.fixes/ocfs2-Provide-ocfs2_xa_fill_value_buf-for-external-v.patch: ocfs2: Provide ocfs2_xa_fill_value_buf() for external value processing. - patches.fixes/ocfs2-Remove-the-ast-pointers-from-ocfs2_stack_plugi.patch: ocfs2: Remove the ast pointers from ocfs2_stack_plugins. - patches.fixes/ocfs2-Remove-xattrs-via-ocfs2_xa_loc.patch: ocfs2: Remove xattrs via ocfs2_xa_loc. - patches.fixes/ocfs2-Set-inline-xattr-entries-with-ocfs2_xa_set.patch: ocfs2: Set inline xattr entries with ocfs2_xa_set(). - patches.fixes/ocfs2-Set-the-xattr-name-value-pair-in-one-place.patch: ocfs2: Set the xattr name+value pair in one place. - patches.fixes/ocfs2-Set-xattr-block-entries-with-ocfs2_xa_set.patch: ocfs2: Set xattr block entries with ocfs2_xa_set(). - patches.fixes/ocfs2-Teach-ocfs2_xa_loc-how-to-do-its-own-journal-w.patch: ocfs2: Teach ocfs2_xa_loc how to do its own journal work. - patches.fixes/ocfs2-Use-a-separate-masklog-for-AST-and-BASTs.patch: ocfs2: Use a separate masklog for AST and BASTs. - patches.fixes/ocfs2-Wrap-calculation-of-name-value-pair-size.patch: ocfs2: Wrap calculation of name+value pair size.. - patches.fixes/ocfs2-add-extent-block-stealing-for-ocfs2-v5.patch: ocfs2: add extent block stealing for ocfs2 v5. - patches.fixes/ocfs2-fix-warning-in-ocfs2_file_aio_write.patch: ocfs2: fix warning in ocfs2_file_aio_write(). - patches.fixes/ocfs2-send-SIGXFSZ-if-new-filesize-exceeds-limit-v2.patch: ocfs2: send SIGXFSZ if new filesize exceeds limit -v2. - patches.fixes/ocfs2-userdlm-Add-tracing-in-userdlm.patch: ocfs2/userdlm: Add tracing in userdlm. - patches.fixes/ocfs2_dlmfs-Add-capabilities-parameter.patch: ocfs2_dlmfs: Add capabilities parameter.. - patches.fixes/ocfs2_dlmfs-Don-t-honor-truncate.-The-size-of-a-dlmf.patch: ocfs2_dlmfs: Don't honor truncate. The size of a dlmfs file is LVB_LEN. - patches.fixes/ocfs2_dlmfs-Enable-the-use-of-user-cluster-stacks.patch: ocfs2_dlmfs: Enable the use of user cluster stacks.. - patches.fixes/ocfs2_dlmfs-Move-to-its-own-directory.patch: ocfs2_dlmfs: Move to its own directory. - patches.fixes/ocfs2_dlmfs-Use-poll-to-signify-BASTs.patch: ocfs2_dlmfs: Use poll() to signify BASTs.. - patches.fixes/ocfs2_dlmfs-Use-the-stackglue.patch: ocfs2_dlmfs: Use the stackglue.. * Thu Mar 25 2010 jeffm@suse.de - patches.fixes/powerpc-fix-handling-of-strnlen-with-zero-len: powerpc: fix handling of strnlen with zero len (bnc#582681). * Thu Mar 25 2010 hare@suse.de - patches.fixes/cciss-remove-scan-thread.patch: Delete incorrect hunk (bnc#578429) * Thu Mar 25 2010 hare@suse.de - patches.drivers/qla2xxx-8.03.01.04.11.1-k8-update: qla2xxx: minor updates and fixes from upstream (bnc#589906). - patches.fixes/dmar-mark-dmar_ir_support-as-init: Wrong annotation for dmar_ir_support(). * Thu Mar 25 2010 hare@suse.de - patches.drivers/ixgbe-filter-fip-frames-into-t: ixgbe: filter FIP frames into the FCoE offload queues (bnc#590995). - patches.drivers/ixgbe-fix-for-real_num_tx_queu: ixgbe: fix for real_num_tx_queues update issue (bnc#590995). - patches.drivers/ixgbe-priority-tag-fip-frames: ixgbe: Priority tag FIP frames (bnc#590995). - patches.fixes/vlan-add-vlan_dev_select_queue: vlan: adds vlan_dev_select_queue (bnc#590995). - patches.fixes/vlan-updates-real_num_tx_queues: vlan: updates vlan real_num_tx_queues (bnc#590995). - patches.suse/fcoe-check-netif-operstate-ins: fcoe: check netif operstate instead of IFF_UP & link state (bnc#590996). - patches.suse/fcoe-reset-fip-ctlr-link-state: fcoe: reset FIP ctlr link state on disable/enable (bnc#590996). - patches.suse/libfcoe-don-t-fill-mac-desc-in: libfcoe: Don't fill MAC desc in FLOGI if FIP negotiated FPMA (bnc#590996). * Thu Mar 25 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.10 and c/s 1007. - patches.xen/xen-vscsi-module-alias: allow pv scsi hba driver to be loaded automatically. - patches.xen/xen-vusb-module-alias: allow pv usb hcd driver to be loaded automatically (bnc#584213). - patches.xen/xen3-x86-Reduce-per-cpu-warning-boot-up-messages.patch: x86: Reduce per cpu warning boot up messages (bnc#587669, FATE#306952). - patches.xen/xen3-x86-pat-Update-page-flags-for-memtype-without-using-memtype_lock-V4.patch: x86 / PAT: Update the page flags for memtype atomically instead of using memtype_lock. -V4 (bnc#588008, FATE#306952). * Wed Mar 24 2010 rjw@suse.de - patches.arch/x86-pat-Update-page-flags-for-memtype-without-using-memtype_lock-V4.patch: x86 / PAT: Update the page flags for memtype atomically instead of using memtype_lock. -V4 (bnc#588008, FATE#306952). - patches.arch/x86-pat-Update-page-flags-for-memtype-without-using-memtype_lock-V3.patch: Delete. Use the PG_* bit numbers correctly. * Wed Mar 24 2010 agraf@suse.de - patches.fixes/kvm-pause-filter-0003-KVM-SVM-Support-Pause-Filter-in-AMD-processors.patch: Fix warning. * Wed Mar 24 2010 rw@suse.de - patches.arch/ia64-page-migration-update: [ia64] Add locking to cpe_migrate. (bnc#569606). * Wed Mar 24 2010 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (v2) (bnc#547370,bnc#582529,bnc#589014). - patches.drivers/synaptics-clickpad-area-param: Delete. - patches.drivers/synaptics-clickpad-bottom-enable: Delete. - patches.drivers/synaptics-clickpad-button-toggle: Delete. * Wed Mar 24 2010 trenn@suse.de - patches.fixes/infiniband_cxgb3_improve_dlpar_remove_on_active_rdma_traffic.patch: Improve safety of dlpar remove when rdma traffic is active (bnc#590727). * Wed Mar 24 2010 trenn@suse.de - patches.arch/ppc-mark_preferred_offline_state_before_removing_cpus.patch: Refresh. * Wed Mar 24 2010 trenn@suse.de - patches.arch/ppc-mark_preferred_offline_state_before_removing_cpus.patch: Mark preferred offline state as CPU_STATE_OFFLINE before removing cpus (bnc#590154). * Tue Mar 23 2010 nfbrown@suse.de - patches.fixes/mandatory-lock-test: 9p/ocfs2/gfs2: allow file unlock on 'mandatory locking' file (bnc#589280). * Mon Mar 22 2010 mmarek@suse.cz - kabi/severities: Ignore changes in arch/s390/kvm. * Mon Mar 22 2010 mmarek@suse.cz - rpm/find-provides: Fix a typo that broke -debuginfo provides. * Mon Mar 22 2010 agraf@suse.de Fix S390 build with KVM RCU patches - patches.fixes/kvm-rcu-0025-KVM-fix-s390-ia64-build-failures-introduced-by-mems.patch: KVM: fix s390/ia64 build failures introduced by memslot changes (bnc#589660). * Mon Mar 22 2010 agraf@suse.de Add Git-commit and remove stray SOB lines - patches.fixes/kvm-EPT-swap-0001-KVM-VMX-emulate-accessed-bit-for-EPT.patch: Refresh. - patches.fixes/kvm-constant_tsc-0001-KVM-SVM-Adjust-tsc_offset-only-if-tsc_unstable.patch: Refresh. - patches.fixes/kvm-disable-pvmmu-0001-KVM-x86-disable-paravirt-mmu-reporting.patch: Refresh. - patches.fixes/kvm-null-deref-0001-KVM-x86-disallow-KVM_-SET-GET-_LAPIC-without-alloc.patch: Refresh. - patches.fixes/kvm-null-deref-0002-KVM-only-clear-irq_source_id-if-irqchip-is-present.patch: Refresh. - patches.fixes/kvm-pause-filter-0001-KVM-introduce-kvm_vcpu_on_spin.patch: Refresh. - patches.fixes/kvm-pause-filter-0002-KVM-VMX-Add-support-for-Pause-Loop-Exiting.patch: Refresh. - patches.fixes/kvm-pause-filter-0003-KVM-SVM-Support-Pause-Filter-in-AMD-processors.patch: Refresh. - patches.fixes/kvm-rcu-0001-rcu-Add-synchronize_srcu_expedited.patch: Refresh. - patches.fixes/kvm-rcu-0002-KVM-Call-pic_clear_isr-on-pic-reset-to-reuse-logi.patch: Refresh. - patches.fixes/kvm-rcu-0003-KVM-Move-irq-sharing-information-to-irqchip-level.patch: Refresh. - patches.fixes/kvm-rcu-0004-KVM-Change-irq-routing-table-to-use-gsi-indexed-arr.patch: Refresh. - patches.fixes/kvm-rcu-0005-KVM-Maintain-back-mapping-from-irqchip-pin-to-gsi.patch: Refresh. - patches.fixes/kvm-rcu-0006-KVM-Move-irq-routing-data-structure-to-rcu-locking.patch: Refresh. - patches.fixes/kvm-rcu-0007-KVM-Move-irq-ack-notifier-list-to-arch-independent.patch: Refresh. - patches.fixes/kvm-rcu-0008-KVM-Convert-irq-notifiers-lists-to-RCU-locking.patch: Refresh. - patches.fixes/kvm-rcu-0009-KVM-Move-IO-APIC-to-its-own-lock.patch: Refresh. - patches.fixes/kvm-rcu-0010-KVM-Drop-kvm-irq_lock-lock-from-irq-injection-path.patch: Refresh. - patches.fixes/kvm-rcu-0011-KVM-modify-memslots-layout-in-struct-kvm.patch: Refresh. - patches.fixes/kvm-rcu-0012-KVM-modify-alias-layout-in-x86s-struct-kvm_arch.patch: Refresh. - patches.fixes/kvm-rcu-0013-KVM-split-kvm_arch_set_memory_region-into-prepare-a.patch: Refresh. - patches.fixes/kvm-rcu-0014-KVM-introduce-gfn_to_pfn_memslot.patch: Refresh. - patches.fixes/kvm-rcu-0015-KVM-use-gfn_to_pfn_memslot-in-kvm_iommu_map_pages.patch: Refresh. - patches.fixes/kvm-rcu-0016-KVM-introduce-kvm-srcu-and-convert-kvm_set_memory_.patch: Refresh. - patches.fixes/kvm-rcu-0017-KVM-use-SRCU-for-dirty-log.patch: Refresh. - patches.fixes/kvm-rcu-0018-KVM-x86-switch-kvm_set_memory_alias-to-SRCU-update.patch: Refresh. - patches.fixes/kvm-rcu-0019-KVM-convert-io_bus-to-SRCU.patch: Refresh. - patches.fixes/kvm-rcu-0020-KVM-switch-vcpu-context-to-use-SRCU.patch: Refresh. - patches.fixes/kvm-rcu-0021-KVM-convert-slots_lock-to-a-mutex.patch: Refresh. - patches.fixes/kvm-rcu-0022-KVM-Bump-maximum-vcpu-count-to-64.patch: Refresh. - patches.fixes/kvm-rcu-0023-KVM-avoid-taking-ioapic-mutex-for-non-ioapic-EOIs.patch: Refresh. - patches.fixes/kvm-rcu-0024-KVM-fix-cleanup_srcu_struct-on-vm-destruction.patch: Refresh. - patches.fixes/kvm-spurious-interrupt-0001-eventfd-allow-atomic-read-and-waitqueue-remove.patch: Refresh. - patches.fixes/kvm-spurious-interrupt-0002-KVM-fix-spurious-interrupt-with-irqfd.patch: Refresh. - patches.fixes/kvm-vcpu_events-0001-KVM-x86-Add-KVM_GET-SET_VCPU_EVENTS.patch: Refresh. - patches.fixes/kvm-vcpu_events-0002-KVM-x86-Extend-KVM_SET_VCPU_EVENTS-with-selective.patch: Refresh. - patches.fixes/kvm-vcpu_events-0003-KVM-x86-Adjust-KVM_VCPUEVENT-flag-names.patch: Refresh. - patches.fixes/kvm-vcpu_events-0004-KVM-x86-Do-not-return-soft-events-in-vcpu_events.patch: Refresh. - patches.fixes/kvm-vcpu_events-0005-KVM-x86-Save-restore-interrupt-shadow-mask.patch: Refresh. * Mon Mar 22 2010 jbeulich@novell.com - patches.fixes/tunnels-fix-netns-vs-proto-registration-ordering: Fix improper arguments passed to unregister_pernet_gen_device(). * Sun Mar 21 2010 jjolly@suse.de - patches.arch/s390-10-01-zfcpdump-lpar-registers.patch: zcore: CPU registers may not be saved under LPAR (bnc#589679,LTC#61578). - patches.arch/s390-10-02-cio_fix_drvdata_usage_for_the_console_subchannel.patch: cio: fix drvdata usage for the console subchannel (bnc#589679). - patches.arch/s390-10-03-dasd-fix-erp-tcw-alignment.patch: dasd: fix alignment of transport mode recovery TCW (bnc#589679). * Fri Mar 19 2010 mmarek@suse.cz - kabi/severities: Ignore changes in arch/x86/kvm. * Fri Mar 19 2010 agraf@suse.de - patches.fixes/kvm-EPT-swap-0001-KVM-VMX-emulate-accessed-bit-for-EPT.patch: KVM: VMX: emulate accessed bit for EPT (bnc#589651). - patches.fixes/kvm-constant_tsc-0001-KVM-SVM-Adjust-tsc_offset-only-if-tsc_unstable.patch: KVM: SVM: Adjust tsc_offset only if tsc_unstable (bnc#589657). - patches.fixes/kvm-disable-pvmmu-0001-KVM-x86-disable-paravirt-mmu-reporting.patch: KVM: x86: disable paravirt mmu reporting (bnc#589656). - patches.fixes/kvm-null-deref-0001-KVM-x86-disallow-KVM_-SET-GET-_LAPIC-without-alloc.patch: KVM: x86: disallow KVM_{SET,GET}_LAPIC without allocated in-kernel lapic (bnc#589654). - patches.fixes/kvm-null-deref-0002-KVM-only-clear-irq_source_id-if-irqchip-is-present.patch: KVM: only clear irq_source_id if irqchip is present (bnc#589654). - patches.fixes/kvm-pause-filter-0001-KVM-introduce-kvm_vcpu_on_spin.patch: KVM: introduce kvm_vcpu_on_spin (bnc#589655). - patches.fixes/kvm-pause-filter-0002-KVM-VMX-Add-support-for-Pause-Loop-Exiting.patch: KVM: VMX: Add support for Pause-Loop Exiting (bnc#589655). - patches.fixes/kvm-pause-filter-0003-KVM-SVM-Support-Pause-Filter-in-AMD-processors.patch: KVM: SVM: Support Pause Filter in AMD processors (bnc#589655). - patches.fixes/kvm-rcu-0001-rcu-Add-synchronize_srcu_expedited.patch: rcu: Add synchronize_srcu_expedited() (bnc#589660). - patches.fixes/kvm-rcu-0002-KVM-Call-pic_clear_isr-on-pic-reset-to-reuse-logi.patch: KVM: Call pic_clear_isr() on pic reset to reuse logic there (bnc#589660). - patches.fixes/kvm-rcu-0003-KVM-Move-irq-sharing-information-to-irqchip-level.patch: KVM: Move irq sharing information to irqchip level (bnc#589660). - patches.fixes/kvm-rcu-0004-KVM-Change-irq-routing-table-to-use-gsi-indexed-arr.patch: KVM: Change irq routing table to use gsi indexed array (bnc#589660). - patches.fixes/kvm-rcu-0005-KVM-Maintain-back-mapping-from-irqchip-pin-to-gsi.patch: KVM: Maintain back mapping from irqchip/pin to gsi (bnc#589660). - patches.fixes/kvm-rcu-0006-KVM-Move-irq-routing-data-structure-to-rcu-locking.patch: KVM: Move irq routing data structure to rcu locking (bnc#589660). - patches.fixes/kvm-rcu-0007-KVM-Move-irq-ack-notifier-list-to-arch-independent.patch: KVM: Move irq ack notifier list to arch independent code (bnc#589660). - patches.fixes/kvm-rcu-0008-KVM-Convert-irq-notifiers-lists-to-RCU-locking.patch: KVM: Convert irq notifiers lists to RCU locking (bnc#589660). - patches.fixes/kvm-rcu-0009-KVM-Move-IO-APIC-to-its-own-lock.patch: KVM: Move IO APIC to its own lock (bnc#589660). - patches.fixes/kvm-rcu-0010-KVM-Drop-kvm-irq_lock-lock-from-irq-injection-path.patch: KVM: Drop kvm->irq_lock lock from irq injection path (bnc#589660). - patches.fixes/kvm-rcu-0011-KVM-modify-memslots-layout-in-struct-kvm.patch: KVM: modify memslots layout in struct kvm (bnc#589660). - patches.fixes/kvm-rcu-0012-KVM-modify-alias-layout-in-x86s-struct-kvm_arch.patch: KVM: modify alias layout in x86s struct kvm_arch (bnc#589660). - patches.fixes/kvm-rcu-0013-KVM-split-kvm_arch_set_memory_region-into-prepare-a.patch: KVM: split kvm_arch_set_memory_region into prepare and commit (bnc#589660). - patches.fixes/kvm-rcu-0014-KVM-introduce-gfn_to_pfn_memslot.patch: KVM: introduce gfn_to_pfn_memslot (bnc#589660). - patches.fixes/kvm-rcu-0015-KVM-use-gfn_to_pfn_memslot-in-kvm_iommu_map_pages.patch: KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pages (bnc#589660). - patches.fixes/kvm-rcu-0016-KVM-introduce-kvm-srcu-and-convert-kvm_set_memory_.patch: KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update (bnc#589660). - patches.fixes/kvm-rcu-0017-KVM-use-SRCU-for-dirty-log.patch: KVM: use SRCU for dirty log (bnc#589660). - patches.fixes/kvm-rcu-0018-KVM-x86-switch-kvm_set_memory_alias-to-SRCU-update.patch: KVM: x86: switch kvm_set_memory_alias to SRCU update (bnc#589660). - patches.fixes/kvm-rcu-0019-KVM-convert-io_bus-to-SRCU.patch: KVM: convert io_bus to SRCU (bnc#589660). - patches.fixes/kvm-rcu-0020-KVM-switch-vcpu-context-to-use-SRCU.patch: KVM: switch vcpu context to use SRCU (bnc#589660). - patches.fixes/kvm-rcu-0021-KVM-convert-slots_lock-to-a-mutex.patch: KVM: convert slots_lock to a mutex (bnc#589660). - patches.fixes/kvm-rcu-0022-KVM-Bump-maximum-vcpu-count-to-64.patch: KVM: Bump maximum vcpu count to 64 (bnc#589660). - patches.fixes/kvm-rcu-0023-KVM-avoid-taking-ioapic-mutex-for-non-ioapic-EOIs.patch: KVM: avoid taking ioapic mutex for non-ioapic EOIs (bnc#589660). - patches.fixes/kvm-rcu-0024-KVM-fix-cleanup_srcu_struct-on-vm-destruction.patch: KVM: fix cleanup_srcu_struct on vm destruction (bnc#589660). - patches.fixes/kvm-spurious-interrupt-0001-eventfd-allow-atomic-read-and-waitqueue-remove.patch: eventfd - allow atomic read and waitqueue remove (bnc#589652). - patches.fixes/kvm-spurious-interrupt-0002-KVM-fix-spurious-interrupt-with-irqfd.patch: KVM: fix spurious interrupt with irqfd (bnc#589652). - patches.fixes/kvm-vcpu_events-0001-KVM-x86-Add-KVM_GET-SET_VCPU_EVENTS.patch: KVM: x86: Add KVM_GET/SET_VCPU_EVENTS (bnc#585490). - patches.fixes/kvm-vcpu_events-0002-KVM-x86-Extend-KVM_SET_VCPU_EVENTS-with-selective.patch: KVM: x86: Extend KVM_SET_VCPU_EVENTS with selective updates (bnc#585490). - patches.fixes/kvm-vcpu_events-0003-KVM-x86-Adjust-KVM_VCPUEVENT-flag-names.patch: KVM: x86: Adjust KVM_VCPUEVENT flag names (bnc#585490). - patches.fixes/kvm-vcpu_events-0004-KVM-x86-Do-not-return-soft-events-in-vcpu_events.patch: KVM: x86: Do not return soft events in vcpu_events (bnc#585490). - patches.fixes/kvm-vcpu_events-0005-KVM-x86-Save-restore-interrupt-shadow-mask.patch: KVM: x86: Save&restore interrupt shadow mask (bnc#585490). * Fri Mar 19 2010 trenn@suse.de - patches.drivers/cpufreq_processor_clocking_control_pcc_driver_cast_fix.patch: Fix cast warning in pcc driver. (trivial cast fix, no bug). * Thu Mar 18 2010 rjw@suse.de - patches.fixes/cciss-remove-scan-thread.patch: cciss: remove scan thread (bnc#578429). * Thu Mar 18 2010 trenn@suse.de - patches.fixes/pci_aer_unconditionally_clear_uncor_status.patch: PCI: unconditionally clear AER uncorr status register during cleanup (bnc#587681). * Thu Mar 18 2010 jjolly@suse.de - patches.arch/s390-dasd-emc-ckd-psf-and-security.patch: [S390] dasd: security and PSF update patch for EMC CKD ioctl (bnc#585608). * Thu Mar 18 2010 rjw@suse.de - patches.arch/x86-pat-Update-page-flags-for-memtype-without-using-memtype_lock-V3.patch: x86 / PAT: Update the page flags for memtype atomically instead of using memtype_lock. -V3 (bnc#588008, FATE#306952). * Wed Mar 17 2010 jbohac@suse.cz - patches.suse/allow_bonding_with_blacklisted_ipv6.patch: fixed build for archs/flavours without bonding * Wed Mar 17 2010 jbohac@suse.cz - patches.suse/allow_bonding_with_blacklisted_ipv6.patch: allow bonding with blacklisted ipv6 (bnc#585463). * Wed Mar 17 2010 mmarek@suse.cz - Update config files: set DVB_LGS8GL5=m to not break the kabi. * Wed Mar 17 2010 hare@suse.de - Disable CONFIG_USB_OHCI_HCD_SSB (bnc#588994) * Wed Mar 17 2010 mmarek@suse.de - Import RC1 kabi files. * Tue Mar 16 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Move Obsoletes: msi-wmi-kmp to the sle11-ga group and make the comment more explanatory. * Tue Mar 16 2010 trenn@suse.de - rpm/kernel-binary.spec.in: bnc#587578 * Mon Mar 15 2010 mfasheh@suse.com - patches.fixes/ocfs2-set-i_mode-on-disk-during-acl-operations.patch: ocfs2: set i_mode on disk during acl operations (bnc#575752). * Mon Mar 15 2010 jjolly@suse.de - patches.fixes/01-rnfs_read_complete_calc_rq_respages.patch: : Correct rqstp->rq_respages calculation (bnc#577355,LTC#60382). - patches.fixes/rnfs_read_complete_calc_rq_respages.patch: Delete. * Mon Mar 15 2010 gregkh@suse.de - Update config files. - dvb Kconfig change due to 2.6.32.10 - looks like CONFIG_DM_RAID got turned of, .10 did not do that, wierd - enabled Oprofile for ia64 vanilla. * Mon Mar 15 2010 gregkh@suse.de - Update to 2.6.32.10: - security fixes - bugfixes - obsoletes: - patches.arch/x86-Avoid-race-condition-in-pci_enable_msix.patch - patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix - patches.drivers/drm-i915-fix-get_core_clock_speed-for-g33-class-desktop-chips.patch - patches.drivers/qla1280-request-firmware-lock - patches.drivers/staging-hv-add-a-pci-device-table.patch - patches.drivers/staging-hv-match-on-dmi-values-to-know-if-we-should-run.patch - patches.fixes/PM-Hibernate-fix-preallocating-of-memory.patch - patches.fixes/acpi_be_in_TS_POLLING_state_during_mwait.patch - patches.fixes/dvb-core-fix-dos-bug-in-ule-decapsulation-code-that-can-be-triggered-by-an-invalid - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch - patches.fixes/fix-lookup_follow-on-automount-symlinks - patches.fixes/net-bug-fix-for-vlan-gro-issue.patch - patches.fixes/pci-hotplug-ibmphp-ebda-len.patch - patches.fixes/sched-fix-sched_mc_power_savings-for-non-SMT - patches.fixes/sched-fix-smt-scheduler-regression-in-find_busiest_queue - patches.fixes/x86_irq_setup_extra_ioapic_for_sci.patch - patches.trace/oprofile-no-tracing.diff * Mon Mar 15 2010 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Xen pv driver fix for CONFIG_CPUMASK_OFFSTACK. * Mon Mar 15 2010 hare@suse.de - patches.drivers/mpt2sas-03.100.03.00-update: Remove duplicate defines (bnc#587782). * Sat Mar 13 2010 rjw@suse.de - patches.arch/x86-UV-BAU-performance-and-error-recovery.patch: x86 / UV: BAU performance and error recovery (bnc#586806, FATE#306952). * Sat Mar 13 2010 rjw@suse.de - patches.arch/x86-Reduce-per-cpu-MCA-boot-up-messages.patch: x86: Reduce per cpu MCA boot up messages (bnc#587669, FATE#306952). - patches.arch/x86-Reduce-per-cpu-warning-boot-up-messages.patch: x86: Reduce per cpu warning boot up messages (bnc#587669, FATE#306952). * Sat Mar 13 2010 rjw@suse.de - patches.arch/x86-UV-Fix-target_cpus-in-x2apic_uv_x.c.patch: x86 / UV: Fix target_cpus() in x2apic_uv_x.c (bnc#587673, FATE#306952). * Fri Mar 12 2010 bphilips@suse.de - patches.drivers/benet-fixes-required-for-be2net-to-work-on-bladeengine3-device.patch: Delete. * Fri Mar 12 2010 hare@suse.de - patches.drivers/qla4xxx-5.01.00.00.11.01-k12_5.01.00.00.11.01-k13.patch: Additional bug fixes required for the qla4xxx driver (bnc#585296). * Fri Mar 12 2010 npiggin@suse.de - patches.suse/mm-uninline-add-to-page-cache.patch: uninline add_to_page_cache (FATE309111). - patches.suse/pagecache-limit.patch: Refresh. * Fri Mar 12 2010 npiggin@suse.de - patches.suse/pagecache-limit.patch: Introduce (optional) pagecache limit (FATE309111). * Fri Mar 12 2010 trenn@suse.de - patches.fixes/pci_use_list_for_resources_5_5.patch: Refresh. Don't add resources of pci busses if pci=nocrs * Fri Mar 12 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-69-alc262-single-adc-fix: ALSA: hda - Fix capture on Sony VAIO with single input (bnc#577358). * Fri Mar 12 2010 trenn@suse.de - patches.fixes/pci_use_list_for_resources_5_5.patch: Refresh. bnc#587427 - > Fix pci_use_crs logic which is inverted compared to mainline * Fri Mar 12 2010 hare@suse.de - patches.drivers/ixgbe-don-t-exceed-user-buffer: ixgbe: Don't allow user buffer count to exceed 256 (bnc#587739). - patches.suse/libfc-fix-fcp-pkt-recovery: libfc: fix fcp pkt recovery in fc_fcp_recv_data (bnc#587739). - patches.suse/libfc-fix-unnecessary-seq-id-jump: libfc: fixes unnecessary seq id jump (bnc#587739). - patches.suse/libfc-use-offload-em-instance-again: libfc: use offload EM instance again instead jumping to next EM (bnc#587739). * Fri Mar 12 2010 hare@suse.de - patches.drivers/mpt2sas-04.100.01.02-update: Additional mpt2sas patch for sle11sp1 (bnc#587782). * Fri Mar 12 2010 hare@suse.de - patches.drivers/lpfc-8.3.5.7-update: Update Emulex lpfc driver to 8.3.5.7 (bnc#587692). * Fri Mar 12 2010 jjolly@suse.de - patches.drivers/iw_cxgb3-dlpar.patch: RDMA/cxgb3: Mark rdma device with CXIO_ERROR_FATAL when removing. (bnc#584958,LTC#61264). * Fri Mar 12 2010 jjolly@suse.de - patches.fixes/rnfs_read_complete_calc_rq_respages.patch: rnfs: Fix respages calculation (bnc#577355,LTC#60382). * Fri Mar 12 2010 npiggin@suse.de - Re-enable mmu notifier sleeping patches. * Fri Mar 12 2010 rjw@suse.de - patches.fixes/pci-update-pci_set_vga_state-to-call-arch-functions.patch: pci: Update pci_set_vga_state() to call arch functions (bnc#586343, FATE#306952). - patches.fixes/vgaarb-fix-vga-arbiter-to-accept-pci-domains-other-than-0.patch: vgaarb: Fix VGA arbiter to accept PCI domains other than 0 (bnc#586343, FATE#306952). - patches.fixes/x86_64-uv-update-uv-arch-to-target-legacy-vga-i-o-correctly.patch: x86, uv: Update UV arch to target Legacy VGA I/O correctly. (bnc#586343, FATE#306952). * Fri Mar 12 2010 rjw@suse.de - patches.arch/x86-uv-Update-UV-mmr-definitions-header-file.patch: x86 / UV: Update UV mmr definitions header file (bnc#587562, FATE#306952). * Thu Mar 11 2010 jeffm@suse.de - patches.fixes/gre-fix-netns-vs-proto-registration-ordering: gre: fix netns vs proto registration ordering (bnc#580799). - patches.fixes/tunnels-fix-netns-vs-proto-registration-ordering: tunnels: fix netns vs proto registration ordering (bnc#580799). * Thu Mar 11 2010 jkosina@suse.cz - series.conf: add forgotten patch: patches.fixes/scsi-fixup-vpd-page-allocation * Thu Mar 11 2010 hare@suse.de - patches.fixes/fc-transport-make-sure-cmds-are-completed-for-offlined-rport: Make sure commands are completed for offline rport (bnc#587114). * Thu Mar 11 2010 hare@suse.de - patches.fixes/scsi-fixup-vpd-page-allocation: eliminate potential kmalloc failure in scsi_get_vpd_page(). * Thu Mar 11 2010 npiggin@suse.de - patches.fixes/mm-pagealloc-fix-congestion-wait.patch: Reduce page allocation stalls (bnc#561811). * Thu Mar 11 2010 mmarek@suse.cz - rpm/kernel-module-subpackage: Provide/Obsolete *-kmp-vmi by * -kmp-pae. * Thu Mar 11 2010 jack@suse.de - patches.fixes/readahead-unplug-dev.patch: readahead: add blk_run_backing_dev (bnc#587125). * Thu Mar 11 2010 npiggin@suse.de - Disable sleeping mmu notifier patches (bnc#578046). To be dropped completely if the problem is not resolved before RC1. * Thu Mar 11 2010 hare@suse.de - patches.drivers/s2io-fixing-dbg_print-macro.patch: Fixup for series2git. - patches.drivers/scsi-transport-sas-enable-tlr: scsi_transport_sas: add support for transport layer retries (TLR) (bnc#584508). - patches.fixes/fc_sdev_blocked.patch: Fixup for series2git. * Thu Mar 11 2010 jslaby@suse.de - patches.fixes/sched-fix-cputime-monotonicity.patch: sched, cputime: Introduce thread_group_times() (bnc#585241). * Thu Mar 11 2010 jbeulich@novell.com - patches.xen/xen-usbfront-schedule: Fix a scheduling race in usbfront (bnc#584218). - patches.xen/xen-vbd-resize: Propagate changed size of VBDs (bnc#583677). - patches.xen/xen-fix-check_tsc_unstable-undefined: Rename to ... - patches.xen/xen3-x86-Fix-sched_clock_cpu-for-systems-with-unsynchronized-TSC.patch: ... this. (bnc#582878, FATE#306952). - Refresh other Xen patches. - supported.conf: Mark pvSCSI and pvUSB modules supported. * Thu Mar 11 2010 mmarek@suse.cz - patches.fixes/kbuild-Really-don-t-clean-bounds.h-and-asm-offsets.h: kbuild: Really don't clean bounds.h and asm-offsets.h (bnc#585743). * Thu Mar 11 2010 hare@suse.de - patches.drivers/mpt2sas-04.100.01.00-update: Update mpt2sas to version 4.100.01.00 (bnc#584508). * Thu Mar 11 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: Fix unintialized variable. Refresh. * Thu Mar 11 2010 npiggin@suse.de - patches.fixes/cpuset-fix-cpuset_mem_spread_node-offline-node.patch: cpuset: fix cpuset mem spreading returning offline node (bnc#575923). - patches.fixes/cpuset-slab-memspread-fix.patch: Delete. Replace fix with upstream version. * Thu Mar 11 2010 npiggin@suse.de - patches.xen/xen3-x86-ftrace-fix-rodata-1.patch: XEN x86, cpa: Fix kernel text RO checks in static_protection (bnc#581940). - patches.xen/xen3-x86-ftrace-fix-rodata-3.patch: XEN x86_64, cpa: Use only text section in set_kernel_text_rw/ro (bnc#581940). * Thu Mar 11 2010 teheo@suse.de - patches.suse/stop_machine-implement-lazy: stop_machine: implement stop_machine.lazy kernel parameter (bnc#586417). * Thu Mar 11 2010 nfbrown@suse.de - patches.fixes/nfs-bdi-leak.fix: NFS: ensure bdi_unregister is called on mount failure. (bnc#587073). * Wed Mar 10 2010 jeffm@suse.de - patches.suse/kdb-x86-backtrace-code-to-use-the-in-kernel-show_stack-function: KDB: x86 backtrace code to use the in-kernel show_stack() function (bnc#581057). * Wed Mar 10 2010 bphilips@suse.de - patches.drivers/be2net-update-version-2.101.346u-to-2.102.147s.patch: be2net: update version 2.101.346u to 2.102.147s (bnc#585124). - patches.drivers/be2net-swap-only-first-2-fields-of-mcc_wrb.patch: renable, dropped accidently * Wed Mar 10 2010 jdelvare@suse.de - supported.conf: Add hwmon/ams back. * Wed Mar 10 2010 npiggin@suse.de - patches.arch/x86-ftrace-fix-rodata-1.patch: x86, cpa: Fix kernel text RO checks in static_protection (bnc#581940). - patches.arch/x86-ftrace-fix-rodata-2.patch: x86_64, ftrace: Make ftrace use kernel identity mapping to modify code (bnc#581940). - patches.arch/x86-ftrace-fix-rodata-3.patch: x86_64, cpa: Use only text section in set_kernel_text_rw/ro (bnc#581940). * Wed Mar 10 2010 jeffm@suse.de - patches.suse/kdb-fix-the-multi-word-nop-instructions-in-the-disassembler: kdb: fix the multi-word NOP instructions in the disassembler (bnc#584691). * Wed Mar 10 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix symsets for non-split kernels. * Wed Mar 10 2010 mmarek@suse.cz - patches.suse/kbuild-record-built-in-o: kbuild: Record which objects make up a built-in.o file. - rpm/built-in-where: Make use of the info to further split builtin symsets. * Wed Mar 10 2010 mmarek@suse.cz - rpm/kernel-source.spec.in: Add symsets.pl to the src.rpm. * Wed Mar 10 2010 jslaby@suse.de - patches.suse/rlim-0005-core-posix-cpu-timers-cleanup-rlimits-usage.patch: posix-cpu-timers: cleanup rlimits usage (FATE#305733). - patches.suse/rlim-0008-SPARC-use-helpers-for-rlimits.patch: Refresh. - patches.suse/rlim-0009-X86-use-helpers-for-rlimits.patch: x86: Use helpers for rlimits (FATE#305733). - patches.suse/rlim-0010-FS-use-helpers-for-rlimits.patch: fs: use rlimit helpers (FATE#305733). - patches.suse/rlim-0011-MM-use-helpers-for-rlimits.patch: mm: use rlimit helpers (FATE#305733). - patches.suse/rlim-0012-core-use-helpers-for-rlimits.patch: kernel core: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0013-infiniband-use-helpers-for-rlimits.patch: RDMA: Use rlimit helpers (FATE#305733). Refreshed changelogs and Patch-mainline tags -- they are upstream. * Wed Mar 10 2010 knikanth@suse.de - patches.fixes/fc_sdev_blocked.patch: mid-layer unblocks blocked sdev leaving queue stopped (bnc#583356). * Wed Mar 10 2010 bphilips@suse.de - patches.drivers/ixgbe-Fix-DMA-mapping-unmapping-issues-when-HWRSC-is.patch: ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enabled kernels (bnc#584475). * Wed Mar 10 2010 bphilips@suse.de - patches.drivers/be2net-a-mini-optimization-in-rx_compl_process-co.patch: be2net: a mini optimization in rx_compl_process() code (bnc#585124). - patches.drivers/be2net-don-t-rearm-mcc-cq-when-device-is-not-open.patch: be2net: don't rearm mcc cq when device is not open (bnc#585124). - patches.drivers/be2net-download-NCSI-section-during-firmware-update.patch: be2net: download NCSI section during firmware update (bnc#585124). - patches.drivers/be2net-fix-rx-path-to-ignore-a-flush-completion.patch: be2net: fix rx-path to ignore a flush completion (bnc#585124). - patches.drivers/be2net-fix-tx-completion-polling.patch: be2net: fix tx completion polling (bnc#585124). - patches.drivers/be2net-implement-EEH-pci-error-recovery-handlers.patch: be2net: implement EEH pci error recovery handlers (bnc#585124). - patches.drivers/be2net-use-eq-id-to-calculate-cev-isr-reg-offset.patch: be2net: use eq-id to calculate cev-isr reg offset (bnc#585124). * Wed Mar 10 2010 bphilips@suse.de - patches.drivers/be2net-change-the-driver-description.patch: be2net: change the driver description (bnc#580793). - patches.drivers/be2net-fix-to-limit-max-vlans-supported-in-certain-s.patch: be2net: fix to limit max vlans supported in certain skews (bnc#580793). - patches.drivers/be2net-minor-code-optimizations.patch: be2net: minor code optimizations (bnc#580793). - patches.drivers/be2net-remove-ASIC-generation-number-from-Kconfig.patch: be2net: remove ASIC generation number from Kconfig (bnc#580793). - patches.drivers/be2net-set-proper-value-to-version-field-in-req-hdr.patch: be2net: set proper value to version field in req hdr (bnc#580793). - patches.drivers/benet-fixes-required-for-be2net-to-work-on-bladeengine3-device.patch: benet: Fixes required for be2net to work on BladeEngine3 device (bnc#580793). * Tue Mar 9 2010 rjw@suse.de - patches.arch/x86-speed-up-microcode.ctl-on-SGI-UV.patch: x86: Speed up microcode.ctl on SGI UV (bnc#586364, FATE#306952). * Tue Mar 9 2010 gregkh@suse.de - patches.suse/trace-open.patch: io tracing. Needed for Moblin and for some SLED preloads. * Tue Mar 9 2010 bphilips@suse.de - patches.drivers/s2io-fixing-dbg_print-macro.patch: s2io: fixing DBG_PRINT() macro (bnc#585711). * Tue Mar 9 2010 mmarek@suse.cz - patches.xen/xen-fix-check_tsc_unstable-undefined: Fix xen build with patches.arch/x86-Fix-sched_clock_cpu_.... * Tue Mar 9 2010 mmarek@suse.cz - patches.fixes/Have-mmu_notifiers-use-SRCU-so-they-may-safely-schedule-build-fix.patch: Really fix ia64 build. * Tue Mar 9 2010 mmarek@suse.cz - rpm/old-packages.conf: Obsolete kernel-vmi by kernel-default. - rpm/kernel-module-subpackage: Also obsolete vmi KMPs. * Tue Mar 9 2010 jkosina@suse.cz - Update config files: set CONFIG_LSM_MMAP_MIN_ADDR=0 to be compatible with GA (LSM_ value is the minimal number settable by sysctl, the default stays the same - 65536). * Tue Mar 9 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Package symsets in the -devel package. * Tue Mar 9 2010 mmarek@suse.cz - rpm/symsets.pl: Split symsets by module names instead of directory names. * Tue Mar 9 2010 mmarek@suse.cz - rpm/find-provides: Do not generate ksym(...) provides. * Tue Mar 9 2010 jkosina@suse.cz - patches.drivers/add-support-for-intel-cougar-point-chipset.patch: Enable snoop on CPT Audio (bnc#565845). * Tue Mar 9 2010 rjw@suse.de - patches.arch/x86-Fix-sched_clock_cpu-for-systems-with-unsynchronized-TSC.patch: x86: Fix sched_clock_cpu for systems with unsynchronized TSC (bnc#582878, FATE#306952). * Tue Mar 9 2010 rjw@suse.de - patches.fixes/Have-mmu_notifiers-use-SRCU-so-they-may-safely-schedule-build-fix.patch: mm: Fix compilation of mmu_notifier.c on IA-64 (bnc#578046, FATE#306952). * Tue Mar 9 2010 hare@suse.de - patches.drivers/megaraid-sas-04.27-update: Update megaraid sas to version 4.27 (bnc#577856). * Tue Mar 9 2010 mmarek@suse.cz - rpm/find-provides, rpm/symsets.pl: Generate symsets again (bnc#582907). * Tue Mar 9 2010 knikanth@suse.de - patches.suse/dm-raid45-26-Nov-2009.patch: DMRAID45 module. - patches.fixes/dm-raid45-fix-region-hash-double-free: Delete. - patches.fixes/dm-raid45_exit_destroy_cache: Delete. - patches.suse/dm-raid45_2.6.27_20081027.patch: Delete. * Tue Mar 9 2010 hare@suse.de - patches.fixes/fc-transport-dev_loss_tmo-overflow: Protect against overflow in dev_loss_tmo (bnc#584197). * Tue Mar 9 2010 bphilips@suse.de - patches.drivers/bnx2x-to-version-1.52.1-7.patch: bnx2x to version 1.52.1-7 a3aa18 to c16cc0 (bnc#584453). * Tue Mar 9 2010 rjw@suse.de - patches.arch/i386-do-a-global-tlb-flush-in-S4-resume.patch: i386: Do a global TLB flush in S4 resume. * Tue Mar 9 2010 rjw@suse.de - patches.fixes/Fix-unmap_vma-bug-related-to-mmu_notifiers.patch: Fix unmap_vma bug related to mmu_notifiers (bnc#578046, FATE#306952). - patches.fixes/Have-mmu_notifiers-use-SRCU-so-they-may-safely-schedule.patch: Have mmu_notifiers use SRCU so they may safely schedule (bnc#578046, FATE#306952). * Mon Mar 8 2010 mfasheh@suse.com - patches.suse/gfs2-ro-fixes.patch: gfs2: fix spectator mounts (FATE#307584 bnc#580105). * Mon Mar 8 2010 jjolly@suse.de - patches.arch/s390-09-01-vdso-version.patch: vdso: glibc does not use vdso functions (bnc#583296). - patches.arch/s390-09-02-dasd-fix_refcount.patch: dasd: Fix refcounting. (bnc#583296). - patches.arch/s390-09-03-dasd-correct_offline_processing.patch: dasd: Correct offline processing. (bnc#583296). - patches.arch/s390-09-04-qeth-no-online-recover.patch: qeth: avoid recovery during device online setting (bnc#583296,LTC#61167). - patches.arch/s390-09-05-zfcp-ccw_fix_remove_list.patch: zfcp: Remove attached ports and units correctly. (bnc#583296). - patches.arch/s390-09-06-qeth-dhcp.patch: qeth: l3 send dhcp in non pass thru mode (bnc#583296). - patches.arch/s390-09-07-qeth-checksum-default.patch: qeth: change checksumming default for HiperSockets (bnc#583296). * Mon Mar 8 2010 trenn@suse.de - patches.fixes/pci_use_list_for_resources_1_5.patch: PCI: split up pci_read_bridge_bases() (bnc#578572). - patches.fixes/pci_use_list_for_resources_2_5.patch: PCI: read bridge windows before filling in subtractive decode resources (bnc#578572). - patches.fixes/pci_use_list_for_resources_3_5.patch: PCI: add pci_bus_for_each_resource(), remove direct bus->resource refs (bnc#578572). - patches.fixes/pci_use_list_for_resources_4_5.patch: PCI: augment bus resource table with a list (bnc#578572). - patches.fixes/pci_use_list_for_resources_5_5.patch: x86/PCI: use host bridge _CRS info by default on 2008 and newer machines (bnc#578572). * Mon Mar 8 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-67-alc268-fix-quirk-check: ALSA: hda - Fix wrong model range check for ALC268 (bnc#585179). - patches.drivers/alsa-sp1-hda-68-fix-realtek-secondary-adcs: ALSA: hda - Fix input source elements of secondary ADCs on Realtek (bnc#585179). * Mon Mar 8 2010 mmarek@suse.cz - Refresh vanilla configs. * Sat Mar 6 2010 rjw@suse.de - patches.suse/driver-core-reduce-level-of-request_firmware-messages.patch: Driver core: Reduce the level of request_firmware() messages (bnc#564618, FATE#306952). * Fri Mar 5 2010 rw@suse.de - Update config files: [ia64] Turn off CONFIG_PCI_IOV. (bnc#560454) * Fri Mar 5 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.9 and c/s 1003. - patches.xen/xen-floppy: Xen: improve floppy behavior (bnc#584216). - patches.xen/xen-fix_clock_gettime_vsyscall_time_warp.diff: Rename to ... - patches.xen/xen3-fix_clock_gettime_vsyscall_time_warp.diff: ... this. - patches.xen/xen3-x86_64_apic_consider_hotplug_for_mode_logical_flat.patch: x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs (bnc#581567). - patches.xen/xen3-x86_ioapic_fix_out_of_order_gsi.patch: x86: Fix out of order of gsi (bnc#569050). * Fri Mar 5 2010 knikanth@suse.de - patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch: xfs: Non-blocking inode locking in IO completion (bnc#568319). * Fri Mar 5 2010 npiggin@suse.de - Update config files. * Fri Mar 5 2010 npiggin@suse.de - Update config files. i386 disable X86_PPRO_FENCE. This is a heavy partial workaround for very old and rare SMP PentiumPro systems. * Fri Mar 5 2010 npiggin@suse.de - patches.suse/x86-cacheline-size-128.patch: Refresh. * Fri Mar 5 2010 npiggin@suse.de - Update config files. - patches.suse/x86-cacheline-size-128.patch: x86 set cacheline size to 128 bytes for generic CPUs. * Fri Mar 5 2010 teheo@suse.de - supported.conf: Mark CUSE unsupported. * Thu Mar 4 2010 gregkh@suse.de - patches.drivers/staging-hv-add-a-pci-device-table.patch: Staging: hv: add a pci device table. - patches.drivers/staging-hv-match-on-dmi-values-to-know-if-we-should-run.patch: Staging: hv: match on DMI values to know if we should run.. * Thu Mar 4 2010 mmarek@suse.cz - Drop kernel-vmi. * Thu Mar 4 2010 rw@suse.de - patches.rpmify/ia64-sn-fix-percpu-warnings: Update fix not to break sn2 modules. (bnc#578059) * Thu Mar 4 2010 bphilips@suse.de - patches.drivers/igb-check-both-function-bits-in-status-register-in-w.patch: igb: check both function bits in status register in wol exception (bnc#557479). * Thu Mar 4 2010 jack@suse.de - supported.conf: Marked btrfs, exofs, cachefiles, nilfs2 as unsupported. * Thu Mar 4 2010 bphilips@suse.de - patches.drivers/tg3-Add-more-partno-entries-for-fallback-path.patch: tg3: Add more partno entries for fallback path (bnc#585191). - patches.drivers/tg3-Add-support-for-2-new-selfboot-formats.patch: tg3: Add support for 2 new selfboot formats (bnc#585191). - patches.drivers/tg3-Enforce-DMA-mapping-skb-assignment-ordering.patch: tg3: Enforce DMA mapping / skb assignment ordering (bnc#585191). - patches.drivers/tg3-Fix-57765-A0-bootcode-race-condition.patch: tg3: Fix 57765 A0 bootcode race condition (bnc#585191). - patches.drivers/tg3-Fix-AC131-loopback-test-errors-for-5785.patch: tg3: Fix AC131 loopback test errors for 5785 (bnc#585191). - patches.drivers/tg3-Fix-napi-assignments-in-loopback-test.patch: tg3: Fix napi assignments in loopback test (bnc#585191). - patches.drivers/tg3-Give-MSI-X-vec-1-rx-backlog-space.patch: tg3: Give MSI-X vec 1 rx backlog space (bnc#585191). - patches.drivers/tg3-Make-57791-and-57795-10-100-only.patch: tg3: Make 57791 and 57795 10/100 only (bnc#585191). - patches.drivers/tg3-Prevent-rx-producer-ring-overruns.patch: tg3: Prevent rx producer ring overruns (bnc#585191). - patches.drivers/tg3-Turn-off-multiple-DMA-reads-for-5717.patch: tg3: Turn off multiple DMA reads for 5717 (bnc#585191). - patches.drivers/tg3-Unwedge-stuck-MSI-X-vectors.patch: tg3: Unwedge stuck MSI-X vectors (bnc#585191). * Thu Mar 4 2010 nfbrown@suse.de - patches.fixes/sunrpc-monotonic-expiry: sunrpc: use monotonic time in expiry cache (bnc#578668). * Thu Mar 4 2010 jjolly@suse.de - patches.drivers/mlx4_core-missing-device-id-6778.patch: mlx4_core: missing device ID (bnc#585269). * Thu Mar 4 2010 bphilips@suse.de - patches.drivers/bnx2-update-firmware-and-some-bug-fixes-from-upstream.patch: bnx2: Update firmware and some bug fixes from upstream. (bnc#584451). - patches.drivers/bnx2x-backports-v2.6.32-to-af901ca.patch: Refresh. * Thu Mar 4 2010 rjw@suse.de - patches.fixes/PM-Hibernate-fix-preallocating-of-memory.patch: PM / Hibernate: Fix preallocating of memory. * Thu Mar 4 2010 rjw@suse.de - Update the bnc#579647 patches to follow the upstream code. - patches.arch/x86-UV-Add-UV-NMI-handler.patch: x86: Enable NMI on all cpus on UV (bnc#579647, FATE#306952). - patches.suse/x86-uv-kdb-support-for-uv-nmi-handler.patch: x86 / UV: Add KDB support to UV NMI handler (bnc#579647, FATE#306952). - patches.arch/x86-uv-nmi-handler-build-fix.patch: Delete. - patches.arch/x86-uv-nmi-handler.patch: Delete. * Wed Mar 3 2010 tonyj@suse.de - Update config files. Push trace changes into debug configs * Wed Mar 3 2010 bphilips@suse.de - patches.drivers/cxgb3-FIx-VLAN-over-Jumbo-frames.patch: cxgb3: FIx VLAN over Jumbo frames (bnc#585034). - patches.drivers/cxgb3-Set-the-rxq.patch: cxgb3: Set the rxq (bnc#585034). - patches.drivers/cxgb3-fix-GRO-checksum-check.patch: cxgb3: fix GRO checksum check (bnc#585034). - patches.drivers/cxgb3-fix-link-flap.patch: cxgb3: fix link flap (bnc#585034). * Wed Mar 3 2010 bphilips@suse.de - patches.fixes/net-bug-fix-for-vlan-gro-issue.patch: net: bug fix for vlan + gro issue (bnc#584728). * Wed Mar 3 2010 jbenc@suse.cz - Update config files: enabled CONFIG_MAXSMP on x86_64 (FATE#306906). * Wed Mar 3 2010 duwe@suse.de - patches.arch/ppc-extended_h_cede-fix-kstack-resume: Powerpc: reset kernel stack on cpu online from cede state (bnc#573722). - patches.arch/ppc-pseries-mach-cpu-die-rearrange-code: Powerpc: move checks in pseries_mach_cpu_die() (bnc#573722). - patches.arch/ppc-pseries-mach-cpu-die-remove-debug-printk: Powerpc: reduce printk from pseries_mach_cpu_die() (bnc#573722). * Wed Mar 3 2010 trenn@suse.de - patches.fixes/x86_ioapic_fix_out_of_order_gsi.patch: x86: Fix out of order of gsi (bnc#569050). * Wed Mar 3 2010 trenn@suse.de - Update config files. - patches.drivers/msi-wmi.patch: X86 drivers: Introduce msi-wmi driver (bnc#584617). * Wed Mar 3 2010 bphilips@suse.de - patches.drivers/ixgbe-add-support-for-82599-KR-device-0x1517.patch: ixgbe: add support for 82599 KR device 0x1517 (bnc#584820). * Wed Mar 3 2010 bphilips@suse.de - patches.drivers/e1000e-enable-new-82567V-3-device.patch: e1000e: enable new 82567V-3 device (bnc#584875). * Tue Mar 2 2010 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Update references (bnc#501563 FATE#307247 bnc#583539). Refresh. * Tue Mar 2 2010 jeffm@suse.com - patches.fixes/dvb-core-fix-dos-bug-in-ule-decapsulation-code-that-can-be-triggered-by-an-invalid: dvb-core: Fix DoS bug in ULE decapsulation code that can be triggered by an invalid... (bnc#584320). * Tue Mar 2 2010 jeffm@suse.com - patches.fixes/acpi-fix-regression-where-_ppc-is-not-read-at-boot-even-when-ignore_ppc-0: ACPI: Fix regression where _PPC is not read at boot even when ignore_ppc=0 (bnc#584574). * Tue Mar 2 2010 sjayaraman@suse.de - patches.fixes/sched-sysctl-for-normalized-tunables: Reinstate normalized sched sysctl values overriden by stable update 2.6.32.6.7. * Tue Mar 2 2010 knikanth@suse.de - patches.fixes/bsg-SG_IO-compat_ioctl: Fix a bug in the patch introduced when backporting. Refresh. * Mon Mar 1 2010 jeffm@suse.com - patches.arch/powerpc-export-data-from-new-hcall-H_EM_GET_PARMS.patch: powerpc: export data from new hcall H_EM_GET_PARMS (bnc#584343). * Mon Mar 1 2010 jeffm@suse.com - patches.fixes/sched-fix-smt-scheduler-regression-in-find_busiest_queue: Refresh. * Mon Mar 1 2010 jeffm@suse.com - patches.fixes/sched-fix-sched_mc-regression-caused-by-change-in-sched-cpu_power: sched: Fix SCHED_MC regression caused by change in sched cpu_power (bnc#584209). - patches.fixes/sched-fix-smt-scheduler-regression-in-find_busiest_queue: sched: Fix SMT scheduler regression in find_busiest_queue() (bnc#584209). * Mon Mar 1 2010 jeffm@suse.com - patches.fixes/fix-lookup_follow-on-automount-symlinks: fix LOOKUP_FOLLOW on automount "symlinks" (bnc#582552). * Mon Mar 1 2010 knikanth@suse.de - patches.fixes/dm-raid45-fix-region-hash-double-free: Fix region hash double free when context_alloc fails (bnc#565962). * Mon Mar 1 2010 knikanth@suse.de - patches.drivers/lpfc-8.3.5.6-update: Update Emulex lpfc driver to 8.3.5.6 (bnc#583900). * Sat Feb 27 2010 coly.li@suse.de - backport fs/dlm from 2.6.33 - patches.fixes/dlm-Send-lockspace-name-with-uevents.patch: dlm: Send lockspace name with uevents. - patches.fixes/dlm-fix-ordering-of-bast-and-cast.patch: dlm: fix ordering of bast and cast. - patches.fixes/dlm-send-reply-before-bast.patch: dlm: send reply before bast. - patches.fixes/dlm-use-bastmode-in-debugfs-output.patch: dlm: use bastmode in debugfs output. * Sat Feb 27 2010 knikanth@suse.de - patches.fixes/dm-raid45_exit_destroy_cache: Free recovery stripes before destroying cache and do not destroy dirty log twice (bnc#565962). * Sat Feb 27 2010 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added patches.xfs to the RPM. * Sat Feb 27 2010 bphilips@suse.de - patches.drivers/qlge-0002-add-watchdog-timer.patch: Refresh. - patches.drivers/qlge-Fix-bonding-mac-address-bug.patch: qlge: Fix bonding mac address bug. (bnc#581188). - patches.drivers/qlge-Fix-dropping-of-large-non-TCP-UDP-frames.patch: qlge: Fix dropping of large non-TCP/UDP frames. (bnc#581188). - patches.drivers/qlge-Fix-occasional-loopback-test-failure.patch: qlge: Fix occasional loopback test failure. (bnc#581188). * Fri Feb 26 2010 jeffm@suse.de - patches.xfs/xfs-uninline-xfs_get_extsz_hint.patch: exported symbol * Fri Feb 26 2010 jeffm@suse.com - patches.suse/xfs-dmapi-re-add-flags-for-xfs_free_eofblocks: xfs/dmapi: Re-add flags for xfs_free_eofblocks (bnc#582872). - patches.xfs/XFS-Free-buffer-pages-array-unconditionally.patch: XFS: Free buffer pages array unconditionally (bnc#582872). - patches.xfs/kill-I_LOCK.patch: kill I_LOCK (bnc#582872). - patches.xfs/xfs-Avoid-inodes-in-reclaim-when-flushing-from-inode.patch: xfs: Avoid inodes in reclaim when flushing from inode cache (bnc#582872). - patches.xfs/xfs-Don-t-flush-stale-inodes.patch: xfs: Don't flush stale inodes (bnc#582872). - patches.xfs/xfs-Ensure-we-force-all-busy-extents-in-range-to-dis.patch: xfs: Ensure we force all busy extents in range to disk (bnc#582872). - patches.xfs/xfs-Fix-error-return-for-fallocate-on-XFS.patch: xfs: Fix error return for fallocate() on XFS (bnc#582872). - patches.xfs/xfs-I-O-completion-handlers-must-use-NOFS-allocation.patch: xfs: I/O completion handlers must use NOFS allocations (bnc#582872). - patches.xfs/xfs-Remove-inode-iolock-held-check-during-allocation.patch: xfs: Remove inode iolock held check during allocation (bnc#582872). - patches.xfs/xfs-Wrapped-journal-record-corruption-on-read-at-rec.patch: xfs: Wrapped journal record corruption on read at recovery (bnc#582872). - patches.xfs/xfs-change-the-xfs_iext_insert-xfs_iext_remove.patch: xfs: change the xfs_iext_insert / xfs_iext_remove (bnc#582872). - patches.xfs/xfs-check-for-not-fully-initialized-inodes-in-xfs_ir.patch: xfs: check for not fully initialized inodes in xfs_ireclaim (bnc#582872). - patches.xfs/xfs-cleanup-bmap-extent-state-macros.patch: xfs: cleanup bmap extent state macros (bnc#582872). - patches.xfs/xfs-cleanup-data-end-I-O-handlers.patch: xfs: cleanup data end I/O handlers (bnc#582872). - patches.xfs/xfs-cleanup-dmapi-macros-in-the-umount-path.patch: xfs: cleanup dmapi macros in the umount path (bnc#582872). - patches.xfs/xfs-fix-missing-error-check-in-xfs_rtfree_range.patch: xfs: fix missing error check in xfs_rtfree_range (bnc#582872). - patches.xfs/xfs-fix-mmap_sem-iolock-inversion-in-xfs_free_eofblo.patch: xfs: fix mmap_sem/iolock inversion in xfs_free_eofblocks (bnc#582872). - patches.xfs/xfs-fix-stale-inode-flush-avoidance.patch: xfs: fix stale inode flush avoidance (bnc#582872). - patches.xfs/xfs-fix-timestamp-handling-in-xfs_setattr.patch: xfs: fix timestamp handling in xfs_setattr (bnc#582872). - patches.xfs/xfs-improve-metadata-I-O-merging-in-the-elevator.patch: xfs: improve metadata I/O merging in the elevator (bnc#582872). - patches.xfs/xfs-kill-the-STATIC_INLINE-macro.patch: xfs: kill the STATIC_INLINE macro (bnc#582872). - patches.xfs/xfs-kill-xfs_bmbt_rec_32-64-types.patch: xfs: kill xfs_bmbt_rec_32/64 types (bnc#582872). - patches.xfs/xfs-reclaim-all-inodes-by-background-tree-walks.patch: xfs: reclaim all inodes by background tree walks (bnc#582872). - patches.xfs/xfs-reclaim-inodes-under-a-write-lock.patch: xfs: reclaim inodes under a write lock (bnc#582872). - patches.xfs/xfs-remove-IO_ISAIO.patch: xfs: remove IO_ISAIO (bnc#582872). - patches.xfs/xfs-remove-incorrect-sparse-annotation-for-xfs_iget_.patch: xfs: remove incorrect sparse annotation for xfs_iget_cache_miss (bnc#582872). - patches.xfs/xfs-rename-xfs_attr_fetch-to-xfs_attr_get_int.patch: xfs: rename xfs_attr_fetch to xfs_attr_get_int (bnc#582872). - patches.xfs/xfs-reset-the-i_iolock-lock-class-in-the-reclaim-pat.patch: xfs: reset the i_iolock lock class in the reclaim path (bnc#582872). - patches.xfs/xfs-simplify-inode-teardown.patch: xfs: simplify inode teardown (bnc#582872). - patches.xfs/xfs-simplify-xfs_buf_get-xfs_buf_read-interfaces.patch: xfs: simplify xfs_buf_get / xfs_buf_read interfaces (bnc#582872). - patches.xfs/xfs-uninline-xfs_get_extsz_hint.patch: xfs: uninline xfs_get_extsz_hint (bnc#582872). - patches.xfs/xfs-use-WRITE_SYNC_PLUG-for-synchronous-writeout.patch: xfs: use WRITE_SYNC_PLUG for synchronous writeout (bnc#582872). - patches.xfs/xfs-xfs_swap_extents-needs-to-handle-dynamic-fork-of.patch: xfs: xfs_swap_extents needs to handle dynamic fork offsets (bnc#582872). * Fri Feb 26 2010 astarikovskiy@suse.de - patches.fixes/acpi_be_in_TS_POLLING_state_during_mwait.patch: ACPI: Be in TS_POLLING state during mwait (bnc#583022) * Fri Feb 26 2010 trenn@suse.de - supported.conf: * Thu Feb 25 2010 tonyj@suse.de - config/x86_64/trace: enable FUNCTION_GRAPH_TRACER * Thu Feb 25 2010 mmarek@suse.cz - rpm/split-modules: Do not duplicate base modules in the main package. * Thu Feb 25 2010 tonyj@suse.de - patches.trace/oprofile-no-tracing.diff: oprofile: remove tracing build dependency (disable remaining tracers) - Update config files. * Thu Feb 25 2010 tiwai@suse.de - patches.drivers/synaptics-clickpad-bottom-enable: Add parameter to enable/disable the sensing of clickpad button area (bnc#58529). - patches.drivers/synaptics-clickpad-button-toggle: Add clickpad button toggle support (bnc#547370, bnc#582643). * Thu Feb 25 2010 knikanth@suse.de - patches.suse/dm-mpath-no-activate-for-offlined-paths: Fix a bug in the patch. Refresh. (bnc#565962) * Thu Feb 25 2010 rjw@suse.de - patches.arch/x86-uv-nmi-handler-build-fix.patch: x86 / UV: Fix UV NMI handler build issue (bnc#579647, FATE#306952). * Thu Feb 25 2010 rjw@suse.de - patches.arch/x86-uv-nmi-handler.patch: x86 / UV: Add UV NMI handler (bnc#579647, FATE#306952). - patches.suse/x86-add-kdb-support-for-unknown_nmi_error-handler.patch: x86: Add KDB support to unknown_nmi_error handler. (bnc#579647, FATE#306952). - patches.suse/x86-uv-kdb-support-for-uv-nmi-handler.patch: Add KDB support to UV NMI handler. (bnc#579647, FATE#306952). * Wed Feb 24 2010 jeffm@suse.com - patches.fixes/powerpc-eeh-fix-a-bug-when-pci-structure-is-null: powerpc/eeh: Fix a bug when pci structure is null (bnc#579137). * Tue Feb 23 2010 coly.li@suse.de - Backport fs/ocfs2 and fs/dlm from 2.6.33-rc8 - patches.fixes/dlm-always-use-GFP_NOFS.patch: dlm: always use GFP_NOFS. - patches.fixes/ocfs2-Do-not-downconvert-if-the-lock-level-is-alread.patch: ocfs2: Do not downconvert if the lock level is already compatible. - patches.fixes/ocfs2-Fix-contiguousness-check-in-ocfs2_try_to_merge.patch: ocfs2: Fix contiguousness check in ocfs2_try_to_merge_extent_map(). - patches.fixes/ocfs2-Fix-memory-overflow-in-cow_by_page.patch: ocfs2: Fix memory overflow in cow_by_page.. - patches.fixes/ocfs2-Fix-setting-of-OCFS2_LOCK_BLOCKED-during-bast.patch: ocfs2: Fix setting of OCFS2_LOCK_BLOCKED during bast. - patches.fixes/ocfs2-Only-bug-out-when-page-size-is-larger-than-clu.patch: ocfs2: Only bug out when page size is larger than cluster size.. - patches.fixes/ocfs2-Plugs-race-between-the-dc-thread-and-an-unlock.patch: ocfs2: Plugs race between the dc thread and an unlock ast message. - patches.fixes/ocfs2-Prevent-a-livelock-in-dlmglue.patch: ocfs2: Prevent a livelock in dlmglue. - patches.fixes/ocfs2-Remove-overzealous-BUG_ON-during-blocked-lock-.patch: ocfs2: Remove overzealous BUG_ON during blocked lock processing. - patches.fixes/ocfs2-Use-compat_ptr-in-reflink_arguments.patch: ocfs2: Use compat_ptr in reflink_arguments.. - patches.fixes/ocfs2-cluster-Make-o2net-connect-messages-KERN_NOTIC.patch: ocfs2/cluster: Make o2net connect messages KERN_NOTICE. - patches.fixes/ocfs2-dlm-Fix-printing-of-lockname.patch: ocfs2/dlm: Fix printing of lockname. - patches.fixes/ocfs2-dlm-Handle-EAGAIN-for-compatibility-v2.patch: ocfs2/dlm: Handle EAGAIN for compatibility - v2. - patches.fixes/ocfs2-dlm-Remove-BUG_ON-in-dlm-recovery-when-freeing.patch: ocfs2/dlm: Remove BUG_ON in dlm recovery when freeing locks of a dead node. * Tue Feb 23 2010 gregkh@suse.de - supported.conf: Support Microsoft HyperV drivers (FATE#309005) * Tue Feb 23 2010 gregkh@suse.de - Patch refresh after 2.6.32.9 update * Tue Feb 23 2010 gregkh@suse.de - Update to 2.6.32.9: - security fixes - bug fixes - obsoletes: - patches.drivers/alsa-sp1-usb-01-avoid-oops-at-disconnect - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch - patches.drivers/drm-i915-fix-ironlake-crt-hotplug - patches.fixes/acpi_NULL_check_scan_bus.patch - patches.fixes/alsa-hda-intel-avoid-divide-by-zero-crash - patches.fixes/dm-stripe-zero-stripes - patches.fixes/fix-potential-crash-with-sys_move_pages - patches.fixes/futex-handle-user-space-corruption-gracefully - patches.fixes/futex_lock_pi-key-refcnt-fix - patches.fixes/nfs-fix-nfs_fscache_release_page.patch - patches.kernel.org/dasd-remove-strings-from-s390dbf.patch - patches.suse/rlim-0003-resource-add-helpers-for-fetching-rlimits.patch * Tue Feb 23 2010 knikanth@suse.de - patches.fixes/bsg-SG_IO-compat_ioctl: compat_ioct: fix bsg SG_IO (bnc#580991). - patches.fixes/fc_bsg_request_packed: fc-transport: Use packed modifier for fc_bsg_request structure. (bnc#580991). * Tue Feb 23 2010 mmarek@suse.cz - Stop watching the kabi again. - patches.kabi/struct-file-f_count: Delete. - patches.kabi/task_struct-btrace_seq: Delete. * Tue Feb 23 2010 jslaby@suse.de - patches.fixes/mm-memcg-coalesce-charging.patch: Refresh. - patches.fixes/mm-memcg-coalesce-uncharge.patch: memcg: coalesce uncharge during unmap/truncate (bnc#550906). - patches.suse/perfmon2.patch: Refresh. - patches.xen/tmem: Refresh. * Tue Feb 23 2010 jack@suse.de - patches.fixes/novfs-fix-inode-uid: novfs: Get proper UID when looking up inode (bnc#486997). - patches.fixes/novfs-incorrect-filesize-fix: novfs: novfs reports incorrect file size (bnc#426536). - patches.fixes/novfs-truncate-fix: novfs: Fixes corruption of OO documents on NSS Volumes (bnc#508259). * Mon Feb 22 2010 jslaby@suse.de - patches.fixes/mm-memcg-coalesce-charging.patch: memcg: coalesce charging via percpu storage (bnc#550906). * Mon Feb 22 2010 mfasheh@suse.com - Update config files. The Ocfs2 tracing option wasn't turned on for some reason. We really need this for debugging customer issues in the field. * Mon Feb 22 2010 jeffm@suse.com - patches.fixes/alsa-hda-intel-avoid-divide-by-zero-crash: ALSA: hda-intel: Avoid divide by zero crash (bnc#581718). * Mon Feb 22 2010 jkosina@suse.cz - patches.suse/cfq-turn-lowlatency-off-by-default.patch: CFQ: turn 'low_latency' knob off by default (bnc#572834). * Mon Feb 22 2010 jbenc@suse.cz - patches.suse/cgroup-disable-memory.patch: Delete, the rest of the patch does not make sense after commit 6b53b611. * Mon Feb 22 2010 tonyj@suse.de - delete lttng instrumentation patches (requested by jkosina) - refresh patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. * Mon Feb 22 2010 hare@suse.de - patches.drivers/qla1280-fallback-to-loaded-fw: qla1280: retain firmware for error recovery (bnc#578430). - patches.drivers/qla1280-request-firmware-lock: qla1280: firmware load deadlocks kdump (bnc#578430). - patches.drivers/qla4xxx-5.01.00.00.11.01-k11_5.01.00.00.11.01-k12.patch: Update qla4xxx to v5.01.00.00.11.01-k12 (bnc#556572). * Mon Feb 22 2010 garloff@suse.de - patches.xen/xen-fix_clock_gettime_vsyscall_time_warp.diff: Fix up xen compilation after last commits (bnc#581567). * Sun Feb 21 2010 jkosina@suse.cz - patches.fixes/fix_clock_gettime_vsyscall_time_warp.diff: put proper 'Patch-mainline' tag in. * Sat Feb 20 2010 trenn@suse.de - patches.arch/x86_64_apic_consider_hotplug_for_mode_logical_flat.patch: x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs (bnc#581567). * Sat Feb 20 2010 garloff@suse.de - patches.fixes/fix_clock_gettime_vsyscall_time_warp.diff: Fix time warps with vsyscalls (bnc#569238). * Fri Feb 19 2010 jkosina@suse.cz - patches.arch/x86-calgary-increase-max-phb-bus-num.patch: x86: calgary - increase max phb bus number (bnc#581199). * Fri Feb 19 2010 jslaby@suse.de - patches.suse/cgroup-disable-memory.patch: Enable memcg by default. (bnc#436025 bnc#467688 bnc#550906). * Fri Feb 19 2010 jbeulich@novell.com - Refresh Xen patches. - patches.xen/xen-x86-nohz-long-timeouts: Properly handle long timeouts when passed to VCPUOP_set_singleshot_timer. - patches.xen/xen-x86-time-per-cpu: fold per-CPU accounting data into a structure. - patches.xen/xen-x86-xtime-lock: reduce contention on xtime_lock (bnc#569014, bnc#571041, bnc#571769, bnc#572146). - patches.xen/xen3-x86_irq_setup_extra_ioapic_for_sci.patch: x86: fix sci on ioapic 1 (bnc#572661). * Fri Feb 19 2010 hare@suse.de - patches.drivers/be2iscsi-BE3-support: be2iscsi: Add support for BE3 HBAs (bnc#568147). - patches.drivers/lpfc-8.3.5.5-update: Update Emulex lpfc driver to 8.3.5.5 (bnc#579682). - patches.drivers/qla2xxx-8.03.01.03.11.1-k8-update: qla2xxx: Updates to sync with 2.6.33-rc8 and scsi-misc-2.6 (bnc#580823). - patches.drivers/qla4xxx-5.01.00.00.11.01-k10_5.01.00.00.11.01-k11.patch: qla4xxx update to v5.01.00.00.11.01-k11 (bnc#556572). - patches.fixes/libiscsi-add-recover-target: libiscsi: Implement recover_target callback (bnc#568147). - patches.fixes/qla2xxx-restore-pci-state-after-eeh-recovery: Delete. * Fri Feb 19 2010 mmarek@suse.cz - patches.kabi/struct-file-f_count: struct file kabi hack for i386. - patches.kabi/task_struct-btrace_seq: task_struct kabi hack for i386. * Fri Feb 19 2010 sjayaraman@suse.de - patches.fixes/sched-fix-sched_mc_power_savings-for-non-SMT: Fix for sched_mc_powersavings for !SMT (bnc#579060, LTC#59030). * Thu Feb 18 2010 jjolly@suse.de - patches.arch/s390-08-01-zfcp_port_dequeue_race.patch: zfcp: cancel all pending work for a to be removed zfcp_port. (bnc#579111). - patches.arch/s390-08-02-zfcp_fc_bsg_report_error.patch: zfcp: report BSG errors in correct field. (bnc#579111). - patches.arch/s390-08-03-qdio-input-error.patch: qdio: continue polling for buffer state ERROR (bnc#579111,LTC#60735). - patches.arch/s390-08-04-qdio-int_handler_warn.patch: qdio: prevent kernel bug message in interrupt handler. (bnc#579111). - patches.arch/s390-08-05-hvc-iucv-alloc-dma.patch: hvc_iucv: allocate IUCV send/receive buffers in DMA zone (bnc#579111,LTC#60771). * Thu Feb 18 2010 jjolly@suse.de - patches.drivers/ehca-process-mad-null.patch: ib/ehca: fix in_wc handling in process_mad() (bnc#580140,LTC#60809). * Thu Feb 18 2010 bphilips@suse.de - patches.drivers/ethtool-Introduce-n-tuple-filter-programming-support.patch: ethtool: Introduce n-tuple filter programming support (bnc#580381) Drop this patch - patches.drivers/ixgbe-Add-support-for-the-new-ethtool-n-tuple-progra.patch: ixgbe: Add support for the new ethtool n-tuple programming interface (bnc#580381) Drop this patch * Thu Feb 18 2010 mmarek@suse.cz - Import Beta3 kabi files. * Thu Feb 18 2010 bphilips@suse.de - patches.suse/tg3-5785-and-57780-asic-revs-not-working.patch: tg3: 5785 and 57780 asic revs not working (bnc#580780). * Thu Feb 18 2010 gregkh@suse.de - Fix s390 vanilla build: - patches.arch/s390-04-15-cio-split-pgid.patch: Refresh. - patches.kernel.org/dasd-remove-strings-from-s390dbf.patch: dasd: remove strings from s390dbf. - patches.arch/s390-05-15-dasd-s390dbf-strings.patch: Delete. * Thu Feb 18 2010 bphilips@suse.de - patches.drivers/ethtool-Introduce-n-tuple-filter-programming-support.patch: ethtool: Introduce n-tuple filter programming support (bnc#580381). - patches.drivers/ixgbe-Add-support-for-the-new-ethtool-n-tuple-progra.patch: ixgbe: Add support for the new ethtool n-tuple programming interface (bnc#580381). * Thu Feb 18 2010 bphilips@suse.de - patches.drivers/ixgbe-prevent-speculative-processing-of-descriptors.patch: ixgbe: prevent speculative processing of descriptors (bnc#580416). * Wed Feb 17 2010 jeffm@suse.com - Update config files. * Wed Feb 17 2010 bphilips@suse.de - patches.drivers/tg3-entropy-source.patch: Refresh to fix fuzz * Wed Feb 17 2010 npiggin@suse.de - patches.fixes/cpuset-slab-memspread-fix.patch: cpuset: fix cpuset mem spreading returning offline node (bnc#575923). * Wed Feb 17 2010 npiggin@suse.de - patches.suse/slab-memless-node-01-introduce-numa_mem_id.patch: mm: introduce numa_mem_id (bnc#570492). - patches.suse/slab-memless-node-02-slab-use-numa_mem_id.patch: mm: slab use numa_mem_id (bnc#570492). - patches.suse/slab-memless-node-03-ia64-memoryless-nodes.patch: ia64: support memoryless nodes (bnc#570492). - patches.suse/slab-memless-node-04-kernel-profile-memoryless-nodes.patch: kernel: support memoryless nodes in profiling (bnc#570492). * Wed Feb 17 2010 bphilips@suse.de - patches.drivers/drivers-net-request_irq-remove: Refresh. - patches.drivers/igb-0001-add-support-for-the-82580-phy.patch: igb: add support for the 82580 phy (bnc#557479). - patches.drivers/igb-0002-Add-full-support-for-82580-devices.patch: igb: Add full support for 82580 devices (bnc#557479). - patches.drivers/igb-0003-add-support-for-82580-MAC.patch: igb: add support for 82580 MAC (bnc#557479). - patches.drivers/igb-add-new-data-structure-for-handling-interrupts-a.patch: igb: add new data structure for handling interrupts and NAPI (bnc#557479). - patches.drivers/igb-cleanup-interrupt-enablement-in-regards-to-msix_.patch: igb: cleanup interrupt enablement in regards to msix_other (bnc#557479). - patches.drivers/igb-cleanup-some-of-the-code-related-to-hw-timestamp.patch: igb: cleanup some of the code related to hw timestamping (bnc#557479). - patches.drivers/igb-entropy-source.patch: Refresh. - patches.drivers/igb-use-packet-buffer-sizes-from-RXPBS-register.patch: igb: use packet buffer sizes from RXPBS register (bnc#557479). - patches.drivers/ixgbe-entropy-source.patch: Refresh. * Tue Feb 16 2010 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. * Tue Feb 16 2010 bphilips@suse.de - patches.arch/x86-Avoid-race-condition-in-pci_enable_msix.patch: x86: Avoid race condition in pci_enable_msix() (bnc#572294). * Mon Feb 15 2010 rjw@suse.de - patches.arch/x86-uv-fix-uv_hub_macro-bug.patch: x86 / UV: Fix bug in uv_global_gru_mmr_address macro (bnc#579636, FATE#306952). * Mon Feb 15 2010 tiwai@suse.de - patches.drivers/drm-i915-adhoc-disable-lid-detection: drm/i915: Disable ACPI lid detection as an ad hoc workaround (bnc#577937). * Mon Feb 15 2010 rw@suse.de - patches.fixes/ia64-preserve-high-order-personality-bits: [ia64] Preserve personality flag bits across exec(2). (bnc#565124) * Mon Feb 15 2010 sjayaraman@suse.de - patches.fixes/nfs-fix-nfs_fscache_release_page.patch: NFS: Fix a bug in nfs_fscache_release_page() (bnc#569687). * Sat Feb 13 2010 bphilips@suse.de - patches.drivers/be2net-0000-fix-bug-in-rx-page-posting.patch: be2net: fix bug in rx page posting (bnc#556959). - patches.drivers/be2net-0001-Add-link-test-to-list-of-ethtool-self-tests.patch: be2net: Add link test to list of ethtool self tests. (bnc#556959). - patches.drivers/be2net-0002-ethtool-self-test-reorganization.patch: be2net: ethtool self test reorganization. (bnc#556959). - patches.drivers/be2net-0003-bug-fix-in-be_read_eeprom.patch: be2net: bug fix in be_read_eeprom (bnc#556959). - patches.drivers/be2net-0004-bug-fix-for-flashing-the-BladeEngine3-ASIC.patch: be2net: bug fix for flashing the BladeEngine3 ASIC (bnc#556959). - patches.drivers/be2net-0005-remove-unused-pci-device-id.patch: be2net: remove unused pci device id (bnc#556959). - patches.drivers/be2net-0006-bug-fix-in-be_change_mtu.patch: be2net: bug fix in be_change_mtu (bnc#556959). * Sat Feb 13 2010 bphilips@suse.de - patches.drivers/cxgb3-fixing-eeh-handlers.patch: cxgb3: Fixing EEH handlers (bnc#578980). - patches.drivers/e1000e-call-pci_save_state-after-pci_restore_state.patch: e1000e: call pci_save_state() after pci_restore_state() (bnc#578981). * Sat Feb 13 2010 gregkh@suse.de - Update config files. disable CONFIG_DETECT_SOFTLOCKUP on i386 and x86-64 except for debug kernels. Resolves bnc#572119 and potentially many more in the future. * Fri Feb 12 2010 bphilips@suse.de - patches.drivers/qlge-0003-add-check-for-eeh-failure-when-closing-device.patch: Refresh. - patches.drivers/qlge-0025-drivers-net-Move-and-to-end-of-previous-line.patch: drivers/net: Move && and || to end of previous line (bnc#560420). - patches.drivers/qlge-0026-Turn-on-RX-header-split-based-on-platform.patch: qlge: Turn on RX header split based on platform. (bnc#560420). - patches.drivers/qlge-0027-Add-RX-frame-handlers-for-non-split-frames.patch: qlge: Add RX frame handlers for non-split frames. (bnc#560420). - patches.drivers/qlge-0028-Add-napi-gro-frags-interface.patch: qlge: Add napi gro frags interface. (bnc#560420). - patches.drivers/qlge-0029-drivers-net-qlge-qlge_main.c-use-pM-to-show-MAC-ad.patch: drivers/net/qlge/qlge_main.c: use %%pM to show MAC address (bnc#560420). - patches.drivers/qlge-0030-drivers-net-use-DEFINE_PCI_DEVICE_TABLE.patch: drivers/net/: use DEFINE_PCI_DEVICE_TABLE() (bnc#560420). - patches.drivers/qlge-0031-Add-data-for-firmware-dump.patch: qlge: Add data for firmware dump. (bnc#560420). - patches.drivers/qlge-0032-Add-basic-firmware-dump.patch: qlge: Add basic firmware dump. (bnc#560420). - patches.drivers/qlge-0033-Add-probe-regs-to-firmware-dump.patch: qlge: Add probe regs to firmware dump. (bnc#560420). - patches.drivers/qlge-0034-Add-RAM-dump-to-firmware-dump.patch: qlge: Add RAM dump to firmware dump. (bnc#560420). - patches.drivers/qlge-0035-Add-alternate-function-s-reg-dump-to-fw-dump.patch: qlge: Add alternate function's reg dump to fw dump. (bnc#560420). - patches.drivers/qlge-0036-Add-serdes-reg-blocks-dump-to-firmware-dump.patch: qlge: Add serdes reg blocks dump to firmware dump. (bnc#560420). - patches.drivers/qlge-0037-Add-xgmac-reg-blocks-to-firwmare-dump.patch: qlge: Add xgmac reg blocks to firwmare dump. (bnc#560420). - patches.drivers/qlge-0038-Add-module-param-to-force-firmware-core-dump.patch: qlge: Add module param to force firmware core dump. (bnc#560420). - patches.drivers/qlge-0003-Set-PCIE-max-read-request-size.patch: Delete. - patches.drivers/qlge-0025-Add-performance-change-for-non-split-headers.patch: Delete. - patches.drivers/qlge-0026-Add-firmware-core-dump.patch: Delete. * Fri Feb 12 2010 jeffm@suse.com - patches.fixes/futex-handle-user-space-corruption-gracefully: futex: Handle user space corruption gracefully (bnc#579439 CVE-2010-0622). - patches.fixes/futex_lock_pi-key-refcnt-fix: futex_lock_pi() key refcnt fix (bnc#579439 CVE-2010-0623). * Fri Feb 12 2010 jeffm@suse.com - patches.fixes/taskstats-alignment: delayacct: align to 8 byte boundary on 64-bit systems (bnc#578065). * Fri Feb 12 2010 tiwai@suse.de - patches.drivers/drm-i915-fix-ironlake-crt-hotplug: drm/i915: disable hotplug detect before Ironlake CRT detect (bnc#575047). * Fri Feb 12 2010 tiwai@suse.de - patches.drivers/drm-i915-fix-ironlake-crt-hotplug: drm/i915: disable hotplug detect before Ironlake CRT detect (bnc#575047). * Fri Feb 12 2010 jkosina@suse.cz - Update config files: enable MMU_NOTIFIER for SGI_XP (bnc#573803). * Fri Feb 12 2010 duwe@suse.de - patches.arch/ppc-extended_h_cede-update-to-mainline: Refresh. According to bnc#550447 c#18 this should be it. * Fri Feb 12 2010 jkosina@suse.cz - patches.fixes/ia64-select-mmu-notifier-for-sgi-xp.patch: Select MMU_NOTIFIER for SGI_XP (bnc#573803). * Fri Feb 12 2010 trenn@suse.de - patches.trace/lttng-instrumentation-swap.patch: Refresh. * Fri Feb 12 2010 trenn@suse.de - patches.arch/acpi_enable_C3_on_huge_latencies.patch: ACPI: allow C3 > 1000usec (Requested by Intel). * Fri Feb 12 2010 trenn@suse.de - patches.arch/x86_cpu_hotplug_map_numa_node_correctly.patch: x86: map hotadded cpu to correct node (bnc#567283). - patches.xen/xen3-patch-2.6.19: Refresh. * Fri Feb 12 2010 trenn@suse.de - patches.fixes/bios_driven_exclude_firmware_error.patch: cpufreq, powernow-k8: Do not complain about missing tables when BIOS drives cpufreq (Requested by HP). * Fri Feb 12 2010 trenn@suse.de Most of these never show up in productive code paths and are for injecting/faking HW errors. Thus I still add them that late: - patches.fixes/mce_injection_enhancements_0474a60ec704324577782b1057d05b574388d552: HWPOISON: Use new shake_page in memory_failure (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_0d57eb8dfcb92e3dd928d792f4ed2b2fec680bb7: HWPOISON: Don't do early filtering if filter is disabled (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_12686d153abff397fa0927c620d5a3de84910b72: HWPOISON: Try to allocate migration page on the same node (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_138ce286eb6ee6d39ca4fb50516e93adaf6b605f: HWPOISON: return 0 to indicate success reliably (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_1668bfd5be9d8a52536c4865000fbbe065a3613b: HWPOISON: abort on failed unmap (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_1a9b5b7fe0c5dad8a635288882d36785dea742f9: mm: export stable page flags (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_1bfe5febe34d2be2120803c10720e179186357c9: HWPOISON: add an interface to switch off/on all the page filters (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_31d3d3484f9bd263925ecaa341500ac2df3a5d9b: HWPOISON: limit hwpoison injector to known page types (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_413f9efbc513d330f00352bb7cba060a729999d3: HWPOISON: mention HWPoison in Kconfig entry (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_478c5ffc0b50527bd2390f2daa46cc16276b8413: HWPOISON: add page flags filter (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_4fd466eb46a6a917c317a87fb94bfc7252a0f7ed: HWPOISON: add memory cgroup filter (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_71f72525dfaaec012e23089c73331654ea7b12d3: HWPOISON: comment dirty swapcache pages (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_7c116f2b0dbac4a1dd051c7a5e8cef37701cafd4: HWPOISON: add fs/device filters (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_847ce401df392b0704369fd3f75df614ac1414b4: HWPOISON: Add unpoisoning support (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_95d01fc664b9476e0d18e3d745bb209a42a33588: HWPOISON: remove the free buddy page handler (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_9b9a29ecd75e310f75a9243e1c3538ad34598fcb: HWPOISON: remove the anonymous entry (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_d324236b3333e87c8825b35f2104184734020d35: memcg: add accessor to mem_cgroup.css (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_d95ea51e3a7e9ee051d19f1dd283ca61d1aa5ec6: HWPOISON: make semantics of IGNORED/DELAYED clear (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_db0480b3a61bd6ad86ead3b8bbad094ab0996932: HWPOISON: comment the possible set_page_dirty() race (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_e42d9d5d47961fb5db0be65b56dd52fe7b2421f1: memcg: rename and export try_get_mem_cgroup_from_page() (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_f2c03debdfb387fa2e35cac6382779072b8b9209: HWPOISON: Remove stray phrase in a comment (Requested by Intel for better MCE/MCA testing). - patches.fixes/mce_injection_enhancements_fe194d3e100dea323d7b2de96d3b44d0c067ba7a: HWPOISON: Use correct name for MADV_HWPOISON in documentation (Requested by Intel for better MCE/MCA testing). * Fri Feb 12 2010 npiggin@suse.de - patches.suse/SoN-05-reserve-slub.patch: Fix memory leak (bnc#554081) * Fri Feb 12 2010 npiggin@suse.de - patches.suse/slab-handle-memoryless-nodes-v2a.patch: Revert, preparing for reworked patch. * Fri Feb 12 2010 jdelvare@suse.de - supported.conf: saa7111 and saa7114 are gone. * Thu Feb 11 2010 jkosina@suse.cz - supported.conf: + ipt_recent has been renamed to xt_recent + ipt_hl and ipt_HL have been merged with v6 variant and renamed to xt_hl and xt_HL * Thu Feb 11 2010 rw@suse.de - Update config files, supported.conf: [ia64] Build cpe_migrate as module again. (bnc#569606) * Thu Feb 11 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: Make the message dependent on the booted kernel (regular vs. crashdump) (bnc#575884). * Wed Feb 10 2010 jeffm@suse.com - patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro: kdb: fix kdb_cmds to include the arch common macro (bnc#578421). * Wed Feb 10 2010 jbeulich@novell.com - patches.xen/xen-x86_64-note-init-p2m: Refresh (bnc#578639). * Wed Feb 10 2010 jbeulich@novell.com - series.conf: Add forgotten patch. * Wed Feb 10 2010 jeffm@suse.com - patches.suse/kdb-handle-nonexistance-keyboard-controller: kdb: handle nonexistance keyboard controller (bnc#578051). * Wed Feb 10 2010 gregkh@suse.de - supported.conf: add vmxnet3 and vmw_pvscsi as supported drivers * Wed Feb 10 2010 gregkh@suse.de - patches.fixes/dvb-l64781.ko-broken-with-gcc-4.5.patch: dvb: l64781.ko broken with gcc 4.5. * Tue Feb 9 2010 jeffm@suse.com - patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around: apparmor: check for network in interrupt and work around (bnc#492961, bln#350789). * Tue Feb 9 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.8 and c/s 993. * Tue Feb 9 2010 jeffm@suse.com - patches.fixes/fix-potential-crash-with-sys_move_pages: Fix potential crash with sys_move_pages (bnc#577753 CVE-2010-0415). * Tue Feb 9 2010 gregkh@suse.de - patch refresh fuzz due to stable kernel patch updates * Tue Feb 9 2010 gregkh@suse.de - Update to 2.6.32.8: - security fixes - bugfixes - obsoletes: - patches.arch/s390-07-01-zcrypt-errorhandling-of-872.patch - patches.arch/s390-07-02-dasd-dbf-null-pointer.patch - patches.arch/x86_node_hotplug_parse_srat_fix_2nd_ver.patch - patches.drivers/e1000-enhance-frame-fragment-detection.patch - patches.drivers/e1000e-enhance-frame-fragment-detection.patch - patches.fixes/iwlwifi_set_default_aggregation_frame_count_limit_to_31.patch - patches.fixes/kvm-adjust-kvmclock-offset.patch - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch * Tue Feb 9 2010 npiggin@suse.de - patches.suse/x86-mark_rodata_rw.patch: fix x86-64 bug (bnc#575194) (folded patch attached in that bug). * Tue Feb 9 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity: ALSA: hda - Fix default polarity of mute-LED GPIO on 92HD83x/88x codecs (bnc#578190). * Tue Feb 9 2010 sjayaraman@suse.de - patches.fixes/sched-cpuacct-percpu-counter-batch.patch: sched: cpuacct: Use bigger percpu counter batch values for stats counters (bnc#575074). - patches.fixes/sched-inline__percpu_counter_add.patch: percpu_counter: Make __percpu_counter_add an inline function on UP (bnc#575074). * Mon Feb 8 2010 trenn@suse.de - patches.fixes/x86_64_memory_hotplug_dev_mem.patch: memory hotplug: fix a bug on /dev/mem for 64-bit kernels (bnc#577771). * Mon Feb 8 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-62-fix-hp-dv-mute-led: ALSA: hda - Fix mute led GPIO on HP dv-series notebooks (bnc#577927). - patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect: ALSA: hda - Detect HP mute-LED GPIO setup from GPIO counts (bnc#577927). - patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup: ALSA: hda - Merge HP mute-LED status callback on both IDT 92HD7x and 8x codecs (bnc#577927). - patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2: ALSA: hda - Remove static gpio_led setup via model (bnc#577927). * Mon Feb 8 2010 tiwai@suse.de - patches.drivers/synaptics-clickpad-area-param: Refresh. Fixed the v-scroll area touch behavior. * Mon Feb 8 2010 hare@suse.de - patches.suse/blk-add-atomic-abort-flag: block: Implement REQ_ATOM_ABORT flag (bnc#527028). - patches.suse/blk-queue-unprep-fn: block: Implement unprep_rq_fn() (bnc#527028). * Mon Feb 8 2010 hare@suse.de - patches.suse/fcoe-only-rmmod-fcoe-ko-if-no-active-connections: fcoe: Only rmmod fcoe.ko if there are no active connections (bnc#577529). - patches.suse/libfc-call-ddp-setup-for-FCP-reads-only: libfc: call ddp setup for only FCP reads to avoid accessing junk fsp pointer (bnc#577529). - patches.suse/libfc-don-t-assume-response-request-present: libfc: Don't assume response request present. (bnc#577529). - patches.suse/libfc-fix-e_d_tov-ns-ms-scaling: libfc: Fix e_d_tov ns -> ms scaling factor in PLOGI response (bnc#577529). - patches.suse/libfcoe-send-port-lka-every-fip_vn_ka_period: libfcoe: Send port LKA every FIP_VN_KA_PERIOD secs. (bnc#577529). * Mon Feb 8 2010 jbeulich@novell.com - Update Xen patches (bnc#575199). * Mon Feb 8 2010 hare@suse.de - patches.drivers/lpfc-8.3.5.4-update: Add missing include. * Mon Feb 8 2010 sjayaraman@suse.de - patches.fixes/sched-cleanup-select_task_rq_fair: sched: Cleanup select_task_rq_fair() (bnc#567474). - patches.fixes/sched-fix-vmark-regression: sched: Fix vmark regression on big machines (bnc#567474). - patches.fixes/sched-more-generic_WAKE_AFFINE: sched: More generic WAKE_AFFINE vs select_idle_sibling() (bnc#567474). * Mon Feb 8 2010 hare@suse.de - patches.drivers/pmcraid-2.6.33-rc6-update: Backport fixes for pmcraid from 2.6.33 (bnc#577232). * Mon Feb 8 2010 hare@suse.de - patches.drivers/lpfc-8.3.5.4-update: Patch to update Emulex LPFC driver to 8.3.5.4 (bnc#577203). * Sat Feb 6 2010 trenn@suse.de - supported.conf: * Sat Feb 6 2010 rjw@suse.de - add patch patches.arch/x86-Limit-number-of-per-cpu-TSC-sync-messages.patch to series.conf (forgotten by mistake) * Sat Feb 6 2010 mfasheh@suse.com - patches.fixes/ocfs2-Fix-refcnt-leak-on-ocfs2_fast_follow_link-erro.patch: ocfs2: Fix refcnt leak on ocfs2_fast_follow_link() error path. - patches.fixes/ocfs2-Sync-max_inline_data_with_xattr-from-tools.patch: ocfs2: Sync max_inline_data_with_xattr from tools.. - patches.fixes/ocfs2-dlm-Ignore-LVBs-of-locks-in-the-Blocked-list.patch: ocfs2/dlm: Ignore LVBs of locks in the Blocked list. - patches.fixes/ocfs2-dlm-Print-more-messages-during-lock-migration.patch: ocfs2/dlm: Print more messages during lock migration. - patches.fixes/ocfs2-fix-a-misleading-variable-name.patch: ocfs2: fix a misleading variable name. - patches.fixes/ocfs2-trivial-Remove-trailing-whitespaces.patch: ocfs2/trivial: Remove trailing whitespaces. * Fri Feb 5 2010 jbohac@suse.cz - Update config files.CONFIG_IPV6=m even for desktop flavours. (bnc#561611) * Fri Feb 5 2010 bphilips@suse.de - patches.drivers/ixgbe-only-process-one-ixgbe_watchdog_task-at-a-time.patch: ixgbe: only process one ixgbe_watchdog_task at a time. (bnc#562046). * Fri Feb 5 2010 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: delete from repo and series.conf. Keep dlm lvb length to 32byte for clvm (bnc#573460) * Fri Feb 5 2010 duwe@suse.de - Update config files: build BSR into ppc kernel, not as module. (bnc#572381) - patches.arch/ppc-pseries-ncpus-1: powerpc: Add static fields to ibm,client-architecture call (bnc#570909). - patches.arch/ppc-pseries-ncpus-2: powerpc/pseries: Pass more accurate number of supported cores to firmware (bnc#570909). * Fri Feb 5 2010 mmarek@suse.cz - Watch a subset of the kabi for i386/pae. * Fri Feb 5 2010 jkosina@suse.cz - patches.drivers/support-pci-domains-in-aer-inject: add support for PCI domains to aer_inject (bnc#573565, FATE#306815). * Fri Feb 5 2010 mmarek@suse.cz - Update config files: set CONFIG_ENTERPRISE_SUPPORT everywhere. * Fri Feb 5 2010 tiwai@suse.de - patches.drivers/drm-i915-fix-crt-hotplug-hang: drm/i915: Fix lock-up during hotplug detection (bnc#575047). * Fri Feb 5 2010 coly.li@suse.de - disable patches.suse/64bytes_lvb_len.diff in series.conf * Fri Feb 5 2010 bphilips@suse.de - patches.drivers/be2net-swap-only-first-2-fields-of-mcc_wrb.patch: be2net: swap only first 2 fields of mcc_wrb (bnc#556959). - patches.drivers/benet-from-v2.6.32-to-8f47afe0.patch: benet: from v2.6.32 to 8f47afe0 (bnc#556959). * Thu Feb 4 2010 tiwai@suse.de - patches.drivers/synaptics-clickpad-area-param: input: synaptics - add clickpad_area parameter (bnc#567703). * Thu Feb 4 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: Remove the previous hack and set STRIP_KEEP_SYMTAB='*/vmlinux-*' instead to avoid stripping symbols from the ppc vmlinux image (bnc#572148). * Thu Feb 4 2010 jslaby@suse.de - patches.fixes/pci-hotplug-ibmphp-ebda-len.patch: PCI hotplug: ibmphp: read the length of ebda and map entire ebda region (bnc#570284). * Thu Feb 4 2010 sjayaraman@suse.de - patches.fixes/sched-cpuacct-percpu-counter-batch.patch: Hold this patch as this triggers build failure in non-SMP configs and until a cleaner fix has been proposed and accepted. * Thu Feb 4 2010 knikanth@suse.de - patches.fixes/dm-stripe-zero-stripes: dm-stripe: return -EINVAL if stripe count is zero (bnc#576312). * Thu Feb 4 2010 npiggin@suse.de - patches.suse/files-slab-rcu.patch: Delete (bnc#566332). Could be fixed but it seems to be causing other slowdowns in file lookup fastpaths unfortunately. Back to the drawing board! * Thu Feb 4 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete iwlagn-2-6-27-kmp (bnc#559533). * Thu Feb 4 2010 tiwai@suse.de - supported.conf: mark snd-wss-lib unsupported * Thu Feb 4 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2: ALSA: hda - Adding support for another IDT 92HD83XXX codec (bnc#569354). * Thu Feb 4 2010 sjayaraman@suse.de - patches.fixes/sched-cpuacct-percpu-counter-batch.patch: sched: cpuacct: Use bigger percpu counter batch values for stats counters (bnc#575074). * Thu Feb 4 2010 bphilips@suse.de - patches.drivers/cxgb3-add-memory-barriers.patch: cxgb3: add memory barriers (bnc#576277). * Thu Feb 4 2010 bphilips@suse.de - patches.drivers/qlge-0001-move-reset-from-eeh-io_resume-to-slot_reset.patch: qlge: Move reset from eeh io_resume to slot_reset. (bnc#575956). - patches.drivers/qlge-0002-add-watchdog-timer.patch: qlge: Add watchdog timer. (bnc#575956). - patches.drivers/qlge-0003-add-check-for-eeh-failure-when-closing-device.patch: qlge: Add check for eeh failure when closing device. (bnc#575956). * Wed Feb 3 2010 tonyj@suse.de - Update config files. Remove FTRACE from all non-trace kernels. fourier.suse.de/mlarch/SuSE/kernel/2010/kernel.2010.01/msg00233.html Some trace relics remain since OPROFILE selects CONFIG_TRACING even though it appears only RING_BUFFER is needed (mainline commit d69d59f4) * Wed Feb 3 2010 jbohac@suse.cz - supported.conf: marked em_cmp supported (bnc#568130) * Wed Feb 3 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: automatically install a matching - devel package if kernel-source is installed. * Wed Feb 3 2010 jbeulich@novell.com - Fix Xen config files. * Wed Feb 3 2010 hare@suse.de - patches.drivers/be2iscsi-beta4-update: Update Emulex UCNA Open iSCSI driver for SLES11 SP1 (bnc#568147). * Tue Feb 2 2010 jjolly@suse.de - patches.arch/s390-07-01-zcrypt-errorhandling-of-872.patch: zcrypt: Do not remove coprocessor for error 8/72 (bnc#575181,LTC#59763). - patches.arch/s390-07-02-dasd-dbf-null-pointer.patch: dasd: Fix null pointer in s390dbf and discipline checking (bnc#575181). - patches.arch/s390-07-03-cio-fix-vary-handling.patch: cio: channel path vary operation has no effect (bnc#575181). - patches.arch/s390-07-04-dasd_online_offline_race.patch: dasd: fix online/offline race (bnc#575181). * Tue Feb 2 2010 jbeulich@novell.com - Update Xen patches to c/s 989. - Update Xen config files (compatibility down to Xen 3.2.0). - patches.xen/xen-netback-generalize: Netback: Generalize static/global variables into 'struct xen_netbk'. - patches.xen/xen-netback-kernel-threads: Use Kernel thread to replace the tasklet. - patches.xen/xen-netback-multiple-tasklets: Netback: Multiple tasklets support. - patches.xen/xen3-add-support-for-intel-cougar-point-chipset.patch: Intel Cougar Point PCH Support (FATE#308854 bnc#565845). - patches.xen/xen3-x86_irq_setup_extra_ioapic_for_sci.patch: x86: fix sci on ioapic 1 (bnc#572661). * Tue Feb 2 2010 jjolly@suse.de - patches.drivers/ehca-no-disable-irq-in-tasklet.patch: ib/ehca: Do not turn off irqs in tasklet context (bnc#575073,LTC#59985). * Tue Feb 2 2010 jjolly@suse.de - patches.drivers/ehca-ib-qp-max-supported.patch: ib/ehca: allow access by query_qp() (bnc#575072,LTC#59986). * Tue Feb 2 2010 rgoldwyn@suse.de - patches.fixes/novfs-err_ptr-fix.diff: Oops in novfs:unlink_local (bnc#569071). * Tue Feb 2 2010 jkosina@suse.cz - patches.suse/suse-ppc64-branding: the message about crashed kernel doesn't make sense any more with CONFIG_CRASH_DUMP enabled by default (bnc#575884). * Tue Feb 2 2010 trenn@suse.de - patches.fixes/x86_irq_setup_extra_ioapic_for_sci.patch: x86: fix sci on ioapic 1 (bnc#572661). * Mon Feb 1 2010 agruen@suse.de - patches.suse/file-capabilities-disable-by-default.diff: Also support the file_caps=<0|1> command line option for compatibility. * Mon Feb 1 2010 jkosina@suse.cz - patches.arch/uv_determine_revision_id_of_node_controller_chip.patch: UV: determine revision id of the node controller chip (bnc#575396). * Mon Feb 1 2010 jkosina@suse.cz - patches.arch/uv_use_replicated_cachelines_to_read_rtc.patch: UV: Use replicated RTC cachelines with hub 2.0 (bnc#575409). * Fri Jan 29 2010 gregkh@suse.de - Update to 2.6.32.7 - security fixes - bug fixes - obsoletes: - patches.arch/s390-04-07-cio-fix-double-free.patch - patches.arch/s390-04-12-cio-avoid-panic.patch - patches.arch/s390-05-01-netiucv-tx-bytes.patch - patches.arch/x86_enable_tsc_sync_check_again.patch - patches.drivers/alsa-sp1-hda-01-select-ibexpeak-handler - patches.drivers/alsa-sp1-hda-46-realtek-slave-sws-fix - patches.drivers/alsa-sp1-hda-51-fix-maxdata-obook4-quirk - patches.drivers/qlge-0002-Remove-explicit-setting-of-PCI-Dev-CTL-reg.patch - patches.drivers/qlge-0004-Add-handler-for-DCBX-firmware-event.patch - patches.drivers/qlge-0008-Don-t-fail-open-when-port-is-not-initialized.patch - patches.drivers/qlge-0024-Bonding-fix-for-mode-6.patch - patches.drivers/watchdog-iTCO_wdt-Add-support-for-Intel-Ibex-Peak.patch - patches.fixes/PCI-Always-set-prefetchable-base-limit-upper32-registers.patch - patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch - patches.fixes/fc-transport-remove-BUG_ON - patches.fixes/hid-fixup-ncr-quirk.patch - patches.fixes/ipc-ns-fix-memory-leak-idr.patch - patches.fixes/iscsi-class-modify-handling-of-replacement-time - patches.fixes/libfc-remote-port-gets-st - patches.fixes/lpfc-ia64-hang - patches.fixes/md-start_ro-fix - patches.fixes/nfs-honour-server-preferred-io-size - patches.fixes/nfsd-acl.patch - patches.fixes/nohz_prevent_clocksource_wrapping_during_idle.patch - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch - patches.fixes/sched-recalculate-tunables-on-hot-add-remove - patches.fixes/scsi-devinfo-update-hitachi-entries - patches.fixes/scsi_dh-always-attach-sysfs - patches.fixes/timers-init-Limit-the-number-of-per-cpu-calibration-bootup-messages.patch - patches.suse/fcoe-fix-checking-san-mac-address.patch - patches.suse/fcoe-fix-getting-san-mac-for-vlan-interface.patch - patches.suse/fcoe-initialize-return-value-in-fcoe_destroy.patch - patches.suse/fcoe-libfc-fix-an-libfc-issue-with-queue-ramp-down-in-libfc.patch - patches.suse/fcoe-remove-redundant-checking-of-netdev-netdev_ops.patch - patches.suse/libfc-don-t-warn_on-in-lport_timeout-for-reset-state.patch - patches.suse/libfc-fix-ddp-in-fc_fcp-for-0-xid.patch - patches.suse/libfc-fix-frags-in-frame-exceeding-skb_max_frags-in-fc_fcp_send_data.patch - patches.suse/libfc-fix-free-of-fc_rport_priv-with-timer-pending.patch - patches.suse/libfc-fix-memory-corruption-caused-by-double-frees-and-bad-error-handling.patch - patches.suse/libfc-fix-typo-in-retry-check-on-received-prli.patch - patches.suse/libfc-fix-wrong-scsi-return-status-under-fc_data_undrun.patch - patches.suse/libfc-lport-fix-minor-documentation-errors.patch * Fri Jan 29 2010 trenn@suse.de - patches.fixes/acpi_NULL_check_scan_bus.patch: acpi: Add NULL pointer check in acpi_bus_start (bnc#573401). * Fri Jan 29 2010 trenn@suse.de - patches.fixes/iwlwifi_set_default_aggregation_frame_count_limit_to_31.patch: iwlwifi: set default aggregation frame count limit to 31 (Requested by Intel). * Fri Jan 29 2010 agraf@suse.de - patches.fixes/kvm-adjust-kvmclock-offset.patch: KVM: allow userspace to adjust kvmclock offset (bnc#570320). * Fri Jan 29 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-60-add-idt92hd88x-support: ALSA: hda - Add support for IDT 92HD88 family codecs (bnc#569354). * Fri Jan 29 2010 jkosina@suse.cz - patches.fixes/pci-fix-nested-spinlock-hang-in-aer_inject.patch: update Patch-mainline tag. * Fri Jan 29 2010 jkosina@suse.de - Update config files: enable MMU_NOTIFIER for ia64 (bnc#573803). * Fri Jan 29 2010 bphilips@suse.de - patches.drivers/bnx2-v2.6.32-to-b746656.patch: bnx2: v2.6.32 to b746656 (bnc#564635). * Thu Jan 28 2010 gregkh@suse.de - Update config files. CONFIG_EFI_VARS=y for x86-64 and ia64 (bnc#574771) * Thu Jan 28 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-59-idt92hd83xxx-hp-mute-led: ALSA: hda - Add mute LED check for HP laptops with IDT 92HD83xxx codec (bnc#569354). * Wed Jan 27 2010 rjw@suse.de - patches.arch/ACPI-Remove-repeated-registered-as-cooling_device-messages.patch: ACPI: Remove repeated registered as cooling_device messages (bnc#564618, FATE#306952). * Wed Jan 27 2010 rjw@suse.de - patches.arch/x86-ucode-amd-Load-ucode-patches-once-and-not-separately-of-each-CPU.patch: This patch has been removed from the mainline kernel due to regressions introduced by it. Delete. * Wed Jan 27 2010 mfasheh@suse.com - patches.fixes/ocfs2-Handle-O_DIRECT-when-writing-to-a-refcounted-c.patch: ocfs2: Handle O_DIRECT when writing to a refcounted cluster.. * Wed Jan 27 2010 jslaby@suse.de - patches.suse/kdb-common: Fix hid crash (bnc#570591) * Wed Jan 27 2010 jbeulich@novell.com - Update EC2 config files. * Wed Jan 27 2010 hare@suse.de - patches.suse/dm-mpath-skip-disabled-devices-when-iterating: kernel Oops in multipathing after chchp -v 0 (bnc#570526). * Wed Jan 27 2010 jkosina@suse.cz - patches.fixes/pci-fix-nested-spinlock-hang-in-aer_inject.patch: pci: fix nested spinlock hang in aer_inject (bnc#573578). * Wed Jan 27 2010 jjolly@suse.de - needs_update:Cleaned up items listed under jjolly. * Wed Jan 27 2010 tiwai@suse.de - patches.drivers/alsa-sp1-usb-01-avoid-oops-at-disconnect: ALSA: usb-audio - Avoid Oops after disconnect (bnc#565027). * Tue Jan 26 2010 knikanth@suse.de - supported.conf: Fix misspelt dm-region-hash and mark it supported correctly (bnc#565962) * Mon Jan 25 2010 gregkh@suse.de - Update to 2.6.32.6 - security fixes - bugfixes - obsoletes: - patches.drivers/8250_pnp-wacom-add - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch * Mon Jan 25 2010 npiggin@suse.de - patches.suse/slab-handle-memoryless-nodes-v2a.patch: slab - handle memoryless nodes V2a (bnc#436025, bnc#570492). * Mon Jan 25 2010 trenn@suse.de - Update config files. - patches.arch/x86_mce_intel_decode_physical_address.patch: x86, mce: Xeon75xx specific interface to get corrected memory error information (bnc#573380, fate#307738). - patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch: x86, mce: Xeon75xx specific interface to get corrected memory error information (bnc#573380, fate#307738). - patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch: x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll (bnc#573380, fate#307738). - patches.xen/xen3-auto-arch-x86.diff: Refresh. * Mon Jan 25 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-57-cx5051-toshiba-quirk: ALSA: hda - Add support for Toshiba Satellite M300 (bnc#492233,bnc#565904). - patches.drivers/alsa-sp1-hda-58-cx5051-lenovo-mute-fix: ALSA: hda - Change headphone pin control with master volume on cx5051 (bnc#573050). * Mon Jan 25 2010 trenn@suse.de - patches.arch/x86_enable_tsc_sync_check_again.patch: x86: Reenable TSC sync check at boot, even with NONSTOP_TSC (bnc#573379). * Mon Jan 25 2010 trenn@suse.de - patches.arch/x86_node_hotplug_parse_srat_fix_2nd_ver.patch: x86: Set hotpluggable nodes in nodes_possible_map (bnc#567216). - patches.arch/x86_node_hotplug_parse_srat_fix.patch: Delete. * Mon Jan 25 2010 trenn@suse.de - supported.conf: Add mce-inject and hwpoison-inject so that Intel can easier test this. As these are debug drivers, they might get reverted from support.conf again if kernel-extra package gets fixed for SLES, only seem to exist for SLED because "NCC is not yet working for SP1". (bnc#572552). * Sat Jan 23 2010 bphilips@suse.de - patches.drivers/tg3-updates-from-f4188d-to-ba5b0bf.patch: tg3: updates from f4188d to ba5b0bf (bnc#573237). * Sat Jan 23 2010 rjw@suse.de - patches.arch/x86-irq-check-move_in_progress-before-freeing-the-vector-mapping.patch: x86, irq: Check move_in_progress before freeing the vector mapping (bnc#558247). * Sat Jan 23 2010 rjw@suse.de - patches.arch/x86-apic-use-logical-flat-for-systems-with-8-or-fewer-logical-cpus.patch: x86, apic: use logical flat for systems with <= 8 logical cpus (bnc#567510). - patches.arch/x86-revert-apic-Use-logical-flat-on-intel-with-8-or-fewer-logical-cpus.patch: x86: Revert "apic: Use logical flat on intel with <= 8 logical cpus" (bnc#567510). * Sat Jan 23 2010 gregkh@suse.de - Update to 2.6.32.5: - security fixes - bug fixes - obsoletes: - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch * Fri Jan 22 2010 tonyj@suse.de - Update config files: drop UTRACE from default s390 configs as per communication from Ihno. * Fri Jan 22 2010 gregkh@suse.de - patches.kernel.org/x86-msr-cpuid-register-enough-minors-for-the-msr-and-cpuid-drivers.patch: x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers (bnc#572720). * Fri Jan 22 2010 gregkh@suse.de - patches.kernel.org/scsi-enclosure-fix-oops-while-iterating-enclosure_status-array.patch: SCSI: enclosure: fix oops while iterating enclosure_status array (bnc#572818). - patches.fixes/enclosure-fix-oops-while-iterating-enclosure_status-array: Delete. * Fri Jan 22 2010 duwe@suse.de - Update config files. - patches.arch/ppc-extended_h_cede-update-to-mainline: Incremental patch set to sync H_CEDE with actual mainline (bnc#550447, FATE#307059). * Fri Jan 22 2010 trenn@suse.de - Update config files. Add DMAR to -trace flavor -> get in sync with -default * Fri Jan 22 2010 hare@suse.de - patches.fixes/qla2xxx-restore-pci-state-after-eeh-recovery: Re-save PCI state after EEH recovery (bnc#570233). * Fri Jan 22 2010 jjolly@suse.de - patches.arch/s390-06-01-zfcp-introduce-bsg-timeout-callback.patch: zfcp: introduce BSG timeout callback (BNC#572659). - patches.arch/s390-06-02-zfcp-set-hw-timeout-requested-by-bsg.patch: zfcp: set HW timeout requested by BSG request (BNC#572659). * Fri Jan 22 2010 bphilips@suse.de - patches.drivers/netxen-8f9b3f-to-c651a8.patch: netxen: 8f9b3f to c651a8 (bnc#572832). * Fri Jan 22 2010 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh to newest version of patch. * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_KGDB=n * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_CRC_T10DIF=m for vanilla configs * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_CRC_T10DIF=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_EFI_VARS=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_RTC_LIB=m CONFIG_RTC_DRV_CMOS=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_VIDEO_OUTPUT_CONTROL=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_INPUT_FF_MEMLESS=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_LEDS_CLASS=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_EXT2_FS=m CONFIG_EXT3_FS=m CONFIG_FS_MBCACHE=m CONFIG_JBD=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_HID=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_I2C=m CONFIG_HWMON=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_MII=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_LIB80211=m * Fri Jan 22 2010 gregkh@suse.de - Update config files. CONFIG_X86_MSR=m CONFIG_X86_CPUID=m * Thu Jan 21 2010 astarikovskiy@suse.de - supported.conf: added power_meter driver (FATE #306959). * Thu Jan 21 2010 tonyj@suse.de - config.conf: add -trace flavor for s390* at Ihno's request - Add more tracers to existing ppc64 trace config at IBM request Both related to FATE# 307051. - patches.trace/ftrace-framepointer.diff: Delete. * Thu Jan 21 2010 hare@suse.de - patches.fixes/scsi-fc-class-allow-LLD-bsg-timeout: scsi_transport_fc: Allow LLD to reset FC BSG timeout (bnc#572658). * Thu Jan 21 2010 jbeulich@novell.com - patches.xen/xen-privcmd-mmap-batch-clear: privcmd: mmapbatch-v2 fixes. * Thu Jan 21 2010 hare@suse.de - patches.drivers/lpfc-8.3.5-update: lpfc update to 8.3.5 (bnc#572427). - patches.drivers/lpfc-8.3.5.3-update: lpfc driver update to 8.3.5.3 (bnc#572427). * Thu Jan 21 2010 hare@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: Update headers for series2git. - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: Update headers for series2git. * Wed Jan 20 2010 tiwai@suse.de - patches.suse/bootsplash-scaler: Refresh. More updates and clean-up by Egbert (bnc#570082) * Wed Jan 20 2010 jkosina@suse.cz - patches.drivers/add-support-for-intel-cougar-point-chipset.patch: Intel Cougar Point PCH Support (FATE#308854 bnc#565845). * Wed Jan 20 2010 jslaby@suse.de - patches.drivers/bnx2x-backports-v2.6.32-to-af901ca.patch: Refresh. (change firmwares in makefile) * Wed Jan 20 2010 jslaby@suse.de - patches.suse/rlim-0006-PPC-use-helpers-for-rlimits.patch: Refresh. - patches.suse/rlim-0007-S390-use-helpers-for-rlimits.patch: Refresh. * Wed Jan 20 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.4 and c/s 984. - Update Xen config files. * Wed Jan 20 2010 bphilips@suse.de - patches.drivers/bnx2i-backport-from-v2.6.32-to-45ca38e.patch: bnx2i: Backport from v2.6.32 to 45ca38e (bnc#564640). - patches.drivers/bnx2x-backports-v2.6.32-to-af901ca.patch: bnx2x: backports v2.6.32 to af901ca (bnc#564638). - patches.drivers/cnic-backport-from-v2.6.32-4e9c4f.patch: cnic: backport from v2.6.32-4e9c4f (bnc#564640). * Wed Jan 20 2010 gregkh@suse.de - Update config files. 2.6.32.4 changed one of them. * Tue Jan 19 2010 tiwai@suse.de - patches.suse/bootsplash-scaler: Refresh. Fixed the text area calculation, and added the upscaling (bnc#570082). * Tue Jan 19 2010 gregkh@suse.de - Patch refresh for fuzz due to upstream -stable additions. * Tue Jan 19 2010 gregkh@suse.de - Update to 2.6.32.4 - security fixes - bug fixes - obsoletes: - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix - patches.fixes/audit_untag_chunk.patch - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1 * Tue Jan 19 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix: ALSA: hda - Fix parsing pin node 0x21 on ALC259 (bnc#571879). - patches.drivers/alsa-sp1-hda-56-realtek-eapd-fix: ALSA: hda - Turn on EAPD only if available for Realtek codecs (bnc#571879). * Tue Jan 19 2010 tiwai@suse.de - patches.suse/bootsplash-scaler: Refresh. Fix the hang-up with resolution changes (bnc#570082) * Tue Jan 19 2010 jkosina@suse.cz - supported.conf: added aesni-intel (bnc#566618 FATE#304209). * Tue Jan 19 2010 jkosina@suse.cz - Update config files: set CONFIG_CRYPTO_HMAC=y to avoid regression from SLE11 (bnc#571501). * Tue Jan 19 2010 jack@suse.de - patches.fixes/reiserfs-truncate-blocks-not-used-by-a-write.patch: reiserfs: truncate blocks not used by a write (bnc#483375). * Mon Jan 18 2010 jeffm@suse.de - patches.suse/smtnice-disable: Delete (obsolete). * Mon Jan 18 2010 jeffm@suse.com - Disabled custom ACPI table loading from initramfs again. * Mon Jan 18 2010 jeffm@suse.com - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch: Refresh. * Mon Jan 18 2010 trenn@suse.de - patches.arch/x86_node_hotplug_parse_srat_fix.patch: x86/mm/srat_64.c: nodes_parsed should include all nodes detected by ACPI (bnc#567140). * Mon Jan 18 2010 hare@suse.de - patches.fixes/aic79xx-null-scb-in-nonpkt-busfree: aic79xx: check for non-NULL scb in ahd_handle_nonpkt_busfree (bnc#542568). * Mon Jan 18 2010 nfbrown@suse.de - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch: Refresh to fix 60 second delay. (bnc#568271) * Sat Jan 16 2010 tonyj@suse.de - patches.fixes/audit_untag_chunk.patch: fix braindamage in audit_tree.c untag_chunk() (bnc#556282). * Sat Jan 16 2010 rjw@suse.de - patches.xen/xen-x86-rename-display_cacheinfo-to-cpu_detect_cache_sizes.patch: x86: Rename display_cacheinfo() to cpu_detect_cache_sizes(). * Fri Jan 15 2010 gregkh@suse.de - Update config files. - patches.drivers/vmw_pvscsi-scsi-driver-for-vmware-s-virtual-hba.patch: vmw_pvscsi: SCSI driver for VMware's virtual HBA. * Fri Jan 15 2010 jeffm@suse.com - patches.fixes/hid-add-device-ids-for-new-model-of-apple-wireless-keyboard: HID: add device IDs for new model of Apple Wireless Keyboard (bnc#568231). * Fri Jan 15 2010 hare@suse.de - patches.drivers/qla2xxx-8.03.01.01.11.1-k8-update: qla2xxx driver update to 8.03.01.01.11.1-k8 (bnc#560415). - patches.drivers/qla2xxx-8.03.01.02.11.1-k8-update: qla2xxx driver update to 8.03.01.02.11.1-k8 (bnc#570233). - patches.drivers/lpfc-add-raywire-id: Delete. - patches.drivers/qla2xxx-8.03.01-k7-update: Delete. * Fri Jan 15 2010 hare@suse.de - patches.drivers/qla2xxx-8.03.01.01.11.1-k8-update: qla2xxx driver update to 8.03.01.01.11.1-k8 (bnc#560415). - patches.drivers/qla2xxx-8.03.01.02.11.1-k8-update: qla2xxx driver update to 8.03.01.02.11.1-k8 (bnc#570233). - patches.drivers/lpfc-add-raywire-id: Delete. - patches.drivers/qla2xxx-8.03.01-k7-update: Delete. * Fri Jan 15 2010 trenn@suse.de - patches.suse/kdb_dont_touch_i8042_early.patch: Avoid early hang when i8042 controller is missing (bnc#528811). * Fri Jan 15 2010 jeffm@suse.com - patches.suse/reiser4-sync_inodes: Delete (obsolete). * Fri Jan 15 2010 jeffm@suse.com - patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: Delete (obsolete). * Fri Jan 15 2010 mfasheh@suse.com - patches.fixes/Ocfs2-Let-ocfs2-support-fiemap-for-symlink-and-fast-.patch: Ocfs2: Let ocfs2 support fiemap for symlink and fast symlink.. - patches.fixes/Ocfs2-Should-ocfs2-support-fiemap-for-S_IFDIR-inode.patch: Ocfs2: Should ocfs2 support fiemap for S_IFDIR inode?. - patches.fixes/ocfs-stop-using-do_sync_mapping_range.patch: ocfs: stop using do_sync_mapping_range. - patches.fixes/ocfs2-Add-reflinked-file-s-inode-to-inode-hash-earil.patch: ocfs2: Add reflinked file's inode to inode hash eariler.. - patches.fixes/ocfs2-Find-proper-end-cpos-for-a-leaf-refcount-block.patch: ocfs2: Find proper end cpos for a leaf refcount block.. - patches.fixes/ocfs2-Set-i_nlink-properly-during-reflink.patch: ocfs2: Set i_nlink properly during reflink.. - patches.fixes/ocfs2-always-include-acl-support.patch: ocfs2: Always include ACL support. - patches.fixes/ocfs2-cluster-Make-fence-method-configurable-v2.patch: ocfs2/cluster: Make fence method configurable - v2. - patches.fixes/ocfs2-devel-remove-redundant-OCFS2_MOUNT_POSIX_ACL-c.patch: ocfs2-devel: remove redundant OCFS2_MOUNT_POSIX_ACL check in ocfs2_get_acl_nolock(). - patches.fixes/ocfs2-explicit-declare-uninitialized-var-in-user_clu.patch: ocfs2: explicit declare uninitialized var in user_cluster_connect(). - patches.fixes/ocfs2-make-acl-use-the-default.patch: ocfs2: Make acl use the default. - patches.fixes/ocfs2-refcounttree.c-cleanup.patch: ocfs2: refcounttree.c cleanup.. - patches.fixes/ocfs2-replace-u8-by-__u8-in-ocfs2_fs.h.patch: ocfs2: replace u8 by __u8 in ocfs2_fs.h. - patches.fixes/ocfs2-return-EAGAIN-instead-of-EAGAIN-in-dlm.patch: ocfs2: return -EAGAIN instead of EAGAIN in dlm. - patches.fixes/ocfs2-set-MS_POSIXACL-on-remount.patch: ocfs2: Set MS_POSIXACL on remount. - patches.fixes/ocfs2-trivial-Use-le16_to_cpu-for-a-disk-value-in-xa.patch: ocfs2/trivial: Use le16_to_cpu for a disk value in xattr.c. - patches.fixes/ocfs2-trivial-Use-proper-mask-for-2-places-in-hearbe.patch: ocfs2/trivial: Use proper mask for 2 places in hearbeat.c. - patches.suse/fiemap-Add-new-extent-flag-FIEMAP_EXTENT_SHARED.patch: fiemap: Add new extent flag FIEMAP_EXTENT_SHARED. - patches.suse/ocfs2-Use-FIEMAP_EXTENT_SHARED.patch: ocfs2: Use FIEMAP_EXTENT_SHARED. - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. * Thu Jan 14 2010 rjw@suse.de - patches.arch/x86-Limit-number-of-per-cpu-TSC-sync-messages.patch: x86: Limit number of per cpu TSC sync messages (bnc#564618, FATE#306952). - patches.arch/x86-Limit-the-number-of-processor-bootup-messages.patch: x86: Limit the number of processor bootup messages (bnc#564618, FATE#306952). - patches.arch/x86-Remove-CPU-cache-size-output-for-non-Intel-too.patch: x86: Remove CPU cache size output for non-Intel too (bnc#564618, FATE#306952). - patches.arch/x86-Remove-enabling-x2apic-message-for-every-CPU.patch: x86: Remove enabling x2apic message for every CPU (bnc#564618, FATE#306952). - patches.arch/x86-Remove-the-CPU-cache-size-printks.patch: x86: Remove the CPU cache size printk's (bnc#564618, FATE#306952). - patches.arch/x86-cpu-mv-display_cacheinfo-cpu_detect_cache_sizes.patch: x86, cpu: mv display_cacheinfo -> cpu_detect_cache_sizes (bnc#564618, FATE#306952). - patches.arch/x86-ucode-amd-Load-ucode-patches-once-and-not-separately-of-each-CPU.patch: x86: ucode-amd: Load ucode-patches once and not separately of each CPU (bnc#564618, FATE#306952). - patches.fixes/sched-Limit-the-number-of-scheduler-debug-messages.patch: sched: Limit the number of scheduler debug messages (bnc#564618, FATE#306952). - patches.fixes/timers-init-Limit-the-number-of-per-cpu-calibration-bootup-messages.patch: timers, init: Limit the number of per cpu calibration bootup messages (bnc#564618, FATE#306952). * Thu Jan 14 2010 jeffm@suse.com - patches.suse/add-initramfs-file_read_write: Build fix. * Thu Jan 14 2010 jeffm@suse.com - patches.suse/supported-flag-enterprise: Refresh. * Thu Jan 14 2010 jeffm@suse.com - patches.suse/supported-flag-sysfs: Properly report proprietary modules * Thu Jan 14 2010 jeffm@suse.de - patches.suse/add-initramfs-file_read_write: initramfs: add initramfs_{read,write} (bnc#568120). - Re-enabled custom ACPI table loading from initramfs. * Thu Jan 14 2010 trenn@suse.de - Update config files. Enable CONFIG_CPU_FREQ_DEBUG as requested by HP. This one adds conditional printks which can be enabled via: cpufreq.debug=7 * Thu Jan 14 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-54-alc861-capture-fix: ALSA: hda - Fix missing capture mixer for ALC861/660 codecs (bnc#567340). * Thu Jan 14 2010 mmarek@suse.de - rpm/find-provides, rpm/kernel-binary.spec.in: really fix ppc symbol provides. * Thu Jan 14 2010 rjw@suse.de - patches.arch/UV-Expose-irq_desc-node-in-proc.patch: Expose the irq_desc node as /proc/irq/*/node. (bnc#566745, fate#306952). * Wed Jan 13 2010 bphilips@suse.de - patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch: dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chips (bnc#537016). * Wed Jan 13 2010 jkosina@suse.cz - patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch: crypto: testmgr - Fix complain about lack test for internal used algorithm (bnc#568278 FATE#306883). * Wed Jan 13 2010 mmarek@suse.cz - patches.suse/bootsplash-keep-multiple-data: Keep multiple splash screens for KMS (bnc#570082). - patches.suse/bootsplash-scaler: Add bootsplash image scaler (bnc#570082). * Wed Jan 13 2010 mmarek@suse.de - rpm/kernel-binary.spec.in, rpm/find-provides: extract exported symbols from /boot/vmlinux before the image is stripped (affects ppc). * Wed Jan 13 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: Avoid atomic op by introducing discarding flag instead - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: Avoid atomic op by introducing discarding flag instead * Tue Jan 12 2010 jeffm@suse.com - patches.fixes/ppc-crashdump-typefix: rename to patches.rpmify/ppc-crashdump-typefix * Tue Jan 12 2010 jeffm@suse.com - patches.fixes/signal-fix-kernel-information-leak-with-print-fatal-signals-1: kernel/signal.c: fix kernel information leak with print-fatal-signals=1 (bnc#569902). * Tue Jan 12 2010 rjw@suse.de - needs_update: Remove some patches that we've got through the upstream. * Tue Jan 12 2010 tiwai@suse.de - patches.drivers/alsa-sp1-hda-53-alc861vd-capture-fix: ALSA: hda - Fix ALC861-VD capture source mixer (bnc#568305). * Tue Jan 12 2010 trenn@suse.de - patches.fixes/nohz_prevent_clocksource_wrapping_during_idle.patch: nohz: Prevent clocksource wrapping during idle (bnc#569238). * Tue Jan 12 2010 jack@suse.de - patches.suse/readahead-request-tunables.patch: Update readahead and max_sectors tunables (bnc#548529). * Tue Jan 12 2010 jkosina@suse.cz - patches.drivers/watchdog-iTCO_wdt-Add-support-for-Intel-Ibex-Peak.patch: iTCO_wdt: Add support for Intel Ibex Peak (bnc#557081 FATE#308591). * Tue Jan 12 2010 tonyj@suse.de - needs_update: remove LTT/trace patches (assigned to jbl), all had already been taken care of by my fwd port to 2.6.32 * Tue Jan 12 2010 hare@suse.de - patches.drivers/qla4xxx-5.01.00-k9-5.01.00.00.11.01-k10.patch: Fixup compilation error. * Tue Jan 12 2010 rjw@suse.de - patches.fixes/PCI-Always-set-prefetchable-base-limit-upper32-registers.patch: PCI: Always set prefetchable base/limit upper32 registers (bnc#569003). * Mon Jan 11 2010 hare@suse.de - patches.drivers/qla4xxx-5.01.00-k9-5.01.00.00.11.01-k10.patch: Update qla4xxx driver for SLES11 SP1 (bnc#556572,FATE#307128). * Mon Jan 11 2010 jblunck@suse.de - needs_update: Removed some patches. * Mon Jan 11 2010 hare@suse.de - patches.drivers/bfa-2.1.2.1-update: Update bfa driver to version 2.1.2.1 (bnc#561881). * Mon Jan 11 2010 hare@suse.de - patches.fixes/fcoe-libfc-adds-enable-di: adds enable/disable for fcoe interface (bnc#562046). - patches.fixes/fcoe-use-lld-s-wwpn-and-w: Use LLD's WWPN and WWNN for lport if LLD supports ndo_fcoe_get_wwn (bnc#562046). - patches.fixes/libfc-reduce-hold-time-on: reduce hold time on SCSI host lock (bnc#562046). - patches.fixes/libfc-remote-port-gets-st: remote port gets stuck in restart state without really restarting (bnc#562046). * Mon Jan 11 2010 hare@suse.de - patches.drivers/mpt2sas-03.100.03.00-update: LSI mptsas2 driver update to 03.100.03.00 (bnc#566013). * Mon Jan 11 2010 jbeulich@novell.com - patches.xen/xen-x86_64-nx-user-mappings: Delete (bnc#568741). - patches.xen/xen3-rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. * Mon Jan 11 2010 hare@suse.de - patches.fixes/qla4xxx-lun-reset-fix: Delete. * Mon Jan 11 2010 hare@suse.de - patches.fixes/scsi-dh-rdac-add-ibm-174x: scsi_dh_rdac: Add two new IBM devices (bnc# 556159). * Sat Jan 9 2010 jslaby@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Refresh. - patches.suse/rlim-0002-resource-move-kernel-function-inside-__KERNEL__.patch: resource: move kernel function inside __KERNEL__ (FATE#305733). - patches.suse/rlim-0003-resource-add-helpers-for-fetching-rlimits.patch: resource: add helpers for fetching rlimits (FATE#305733). - patches.suse/rlim-0004-IA64-use-helpers-for-rlimits.patch: [IA64] use helpers for rlimits (FATE#305733). - patches.suse/rlim-0005-core-posix-cpu-timers-cleanup-rlimits-usage.patch: core: posix-cpu-timers, cleanup rlimits usage (FATE#305733). - patches.suse/rlim-0006-PPC-use-helpers-for-rlimits.patch: PPC: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0007-S390-use-helpers-for-rlimits.patch: S390: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0008-SPARC-use-helpers-for-rlimits.patch: SPARC: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0009-X86-use-helpers-for-rlimits.patch: X86: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0010-FS-use-helpers-for-rlimits.patch: FS: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0011-MM-use-helpers-for-rlimits.patch: MM: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0012-core-use-helpers-for-rlimits.patch: core: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0013-infiniband-use-helpers-for-rlimits.patch: infiniband: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0014-ipc-use-helpers-for-rlimits.patch: ipc: use helpers for rlimits (FATE#305733). - patches.suse/rlim-0015-SECURITY-add-task_struct-to-setrlimit.patch: SECURITY: add task_struct to setrlimit (FATE#305733). - patches.suse/rlim-0016-core-add-task_struct-to-update_rlimit_cpu.patch: core: add task_struct to update_rlimit_cpu (FATE#305733). - patches.suse/rlim-0017-sys_setrlimit-make-sure-rlim_max-never-grows.patch: sys_setrlimit: make sure ->rlim_max never grows (FATE#305733). - patches.suse/rlim-0018-core-split-sys_setrlimit.patch: core: split sys_setrlimit (FATE#305733). - patches.suse/rlim-0019-core-allow-setrlimit-to-non-current-tasks.patch: core: allow setrlimit to non-current tasks (FATE#305733). - patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch: core: optimize setrlimit for current task (FATE#305733). - patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch: FS: proc, switch limits reading to fops (FATE#305733). - patches.suse/rlim-0022-FS-proc-make-limits-writable.patch: FS: proc, make limits writable (FATE#305733). - patches.suse/rlim-0023-core-do-security-check-under-task_lock.patch: core: do security check under task_lock (FATE#305733). - patches.suse/rlim-0002-SECURITY-add-task_struct-to-setrlimit.patch: Delete. - patches.suse/rlim-0003-core-add-task_struct-to-update_rlimit_cpu.patch: Delete. - patches.suse/rlim-0004-sys_setrlimit-make-sure-rlim_max-never-grows.patch: Delete. - patches.suse/rlim-0005-core-split-sys_setrlimit.patch: Delete. - patches.suse/rlim-0006-core-allow-setrlimit-to-non-current-tasks.patch: Delete. - patches.suse/rlim-0007-core-optimize-setrlimit-for-current-task.patch: Delete. - patches.suse/rlim-0008-FS-proc-make-limits-writable.patch: Delete. - patches.suse/rlim-0009-core-posix-cpu-timers-cleanup-rlimits-usage.patch: Delete. - patches.suse/rlim-0010-core-do-security-check-under-task_lock.patch: Delete. - patches.suse/rlim-0011-resource-add-helpers-for-fetching-rlimits.patch: Delete. - patches.suse/rlim-0012-IA64-use-helpers-for-rlimits.patch: Delete. - patches.suse/rlim-0013-PPC-use-helpers-for-rlimits.patch: Delete. - patches.suse/rlim-0014-S390-use-helpers-for-rlimits.patch: Delete. - patches.suse/rlim-0015-SPARC-use-helpers-for-rlimits.patch: Delete. - patches.suse/rlim-0016-X86-use-helpers-for-rlimits.patch: Delete. - patches.suse/rlim-0017-FS-use-helpers-for-rlimits.patch: Delete. - patches.suse/rlim-0018-MM-use-helpers-for-rlimits.patch: Delete. - patches.suse/rlim-0019-core-use-helpers-for-rlimits.patch: Delete. - patches.suse/rlim-0020-misc-use-helpers-for-rlimits.patch: Delete. - patches.suse/rlim-0021-core-rename-setrlimit-to-do_setrlimit.patch: Delete. - patches.suse/rlim-0022-core-implement-getprlimit-and-setprlimit-syscalls.patch: Delete. - patches.suse/rlim-0023-unistd-add-__NR_-get-set-prlimit-syscall-numbers.patch: Delete. - patches.suse/rlim-0024-COMPAT-add-get-put_compat_rlimit.patch: Delete. - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Delete. Sync with upstream. Drop limits syscalls altogether. * Sat Jan 9 2010 jkosina@suse.cz - patches.apparmor/apparmor.diff: Delete, as it is unused after splitup into smaller patches. * Fri Jan 8 2010 sjayaraman@suse.de - patches.suse/SoN-23-mm-swapfile.patch: Fix up the enum declaration to avoid conflict due to a upstream change. * Fri Jan 8 2010 jkosina@suse.cz - patches.fixes/quota-fix-reserved-space-management-for-ordinary-fs.patch: quota: fix reserved space management for ordinary fs. * Fri Jan 8 2010 gregkh@suse.de - patches.drivers/staging-hv-fix-smp-problems-in-the-hyperv-core-code.patch: Staging: hv: fix smp problems in the hyperv core code. * Fri Jan 8 2010 jeffm@suse.de - Disable set,getprlimit compat syscalls on xen. * Fri Jan 8 2010 jeffm@suse.de - Disabled custom ACPI table loading from initramfs until the scheduling while atomic issues are worked out. * Fri Jan 8 2010 jeffm@suse.de - Disabled set,getprlimit syscalls until the syscall numbers have been officially reserved. * Fri Jan 8 2010 jeffm@suse.com - patches.arch/module-handle-ppc64-relocating-kcrctabs-when-config_relocatable-y: module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y (bnc#566243). * Thu Jan 7 2010 jbeulich@novell.com - Update Xen patches to 2.6.32.3 and c/s 974. - Update EC2 config files. - patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: x86: Remove local_irq_enable()/local_irq_disable() in fixup_irqs() (bnc#558247). - patches.xen/xen3-x86-Unify-fixup_irqs-for-32-bit-and-64-bit-kernels.patch: x86: Unify fixup_irqs() for 32-bit and 64-bit kernels (bnc#558247). - patches.xen/xen3-x86-intr-remap-Avoid-irq_chip-mask-unmask-in-fixup_irqs-for-intr-remapping.patch: x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remapping (bnc#558247). - patches.xen/xen-fix-compilation-after-rename_generic_int.patch: Delete. - patches.xen/xen-scsifront-block-timeout-update: Delete. - patches.xen/xen3-x86-fix-nodac: Delete. * Thu Jan 7 2010 bphilips@suse.de - patches.drivers/e1000-enhance-frame-fragment-detection.patch: e1000: enhance frame fragment detection (bnc#567376, CVE-2009-4536). - patches.drivers/e1000e-enhance-frame-fragment-detection.patch: e1000e: enhance frame fragment detection (bnc#567376, CVE-2009-4538). * Thu Jan 7 2010 gregkh@suse.de - Update to 2.6.32.3 - security fixes - bugfixes - obsoletes: - patches.arch/s390-04-03-dasd-diag-ro.patch - patches.drivers/alsa-sp1-hda-50-alc88x-missing-capsrc_nids - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host - patches.fixes/scsi-ipr-fix-eeh-recovery * Wed Jan 6 2010 rjw@suse.de - patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch: x86: Force irq complete move during cpu offline (bnc#558247). - patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch: x86: Remove local_irq_enable()/local_irq_disable() in fixup_irqs() (bnc#558247). - patches.arch/x86-Remove-move_cleanup_count-from-irq_cfg.patch: x86: Remove move_cleanup_count from irq_cfg (bnc#558247). - patches.arch/x86-Remove-unnecessary-mdelay-from-cpu_disable_common.patch: x86: Remove unnecessary mdelay() from cpu_disable_common() . - patches.arch/x86-Unify-fixup_irqs-for-32-bit-and-64-bit-kernels.patch: x86: Unify fixup_irqs() for 32-bit and 64-bit kernels (bnc#558247). - patches.arch/x86-Use-EOI-register-in-io-apic-on-intel-platforms.patch: x86: Use EOI register in io-apic on intel platforms (bnc#558247). - patches.arch/x86-intr-remap-Avoid-irq_chip-mask-unmask-in-fixup_irqs-for-intr-remapping.patch: x86, intr-remap: Avoid irq_chip mask/unmask in fixup_irqs() for intr-remapping (bnc#558247). - patches.arch/x86-io-apic-Move-the-effort-of-clearing-remoteIRR-explicitly-before-migrating-the-irq.patch: x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrating the irq (bnc#558247). - patches.arch/x86-ioapic-Document-another-case-when-level-irq-is-seen-as-an-edge.patch: x86, ioapic: Document another case when level irq is seen as an edge (bnc#558247). - patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch: x86, ioapic: Fix the EOI register detection mechanism (bnc#558247). * Wed Jan 6 2010 trenn@suse.de - patches.fixes/pci_aer_mce_inject_check_osc_for_aer.patch: PCI: AER: fix aer inject result in kernel oops (bnc#566619). * Wed Jan 6 2010 trenn@suse.de - patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch: PCIe AER: reject aer inject if hardware mask error reporting (bnc#566621). * Wed Jan 6 2010 gregkh@suse.de - patches.xen/xen3-patch-2.6.29: Refresh due to conflicts from i915 changes. Ick, the xen code sucks rocks, it shouldn't be touching stuff here at all. * Wed Jan 6 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. - patches.drivers/drm-i915-add-i915_lp_ring_sync-helper.patch: drm/i915: add i915_lp_ring_sync helper (bnc#568447). - patches.drivers/drm-i915-fix-get_core_clock_speed-for-g33-class-desktop-chips.patch: drm/i915: fix get_core_clock_speed for G33 class desktop chips (bnc#568447). - patches.drivers/drm-i915-fully-switch-off-overlay-when-not-in-use.patch: drm/i915: fully switch off overlay when not in use (bnc#568447). - patches.drivers/drm-i915-implement-drmmode-overlay-support-v4.patch: drm/i915: implement drmmode overlay support v4 (bnc#568447). - patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch: drm/i915: implement fastpath for overlay flip waiting (bnc#568447). * Wed Jan 6 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: Refresh. * Tue Jan 5 2010 gregkh@suse.de - patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch: drm/i915: Add ACPI OpRegion support for Ironlake (bnc#568436). * Tue Jan 5 2010 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: Update to newer version * Mon Jan 4 2010 mmarek@suse.cz - rpm/kernel-binary.spec.in: move the x86 /boot/vmlinux-*.gz back to -base (bnc#563905). * Wed Dec 30 2009 nfbrown@suse.de - patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling: NFS4ERR_FILE_OPEN handling in Linux/NFS (bnc#526819). * Mon Dec 28 2009 jeffm@suse.com - patches.fixes/dmar-fix-oops-with-no-dmar-table: dmar: Fix oops with no DMAR table (bnc#548108). * Sun Dec 27 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag: ALSA: hda - HDMI sticky stream tag support (FATE#306783). * Wed Dec 23 2009 rjw@suse.de - patches.arch/xpc_first_contact_when_active.patch: X86: UV - xpc_make_first_contact hang due to not accepting ACTIVE state. (bnc#562288, fate#306952). - patches.arch/xpc_fix_xpc_get_fifo_entry_uv.patch: x86: UV - XPC NULL deref when mesq becomes empty. (bnc#562288, fate#306952). - patches.arch/xpc_introduce_xp_socket.patch: x86: UV - XPC needs to provide an abstraction for uv_gpa. (bnc#562288, fate #306952). - patches.arch/xpc_pass_nasid_to_gru_create_message_queue.patch: UV - pass nasid instead of nid to gru_create_message_queue (bnc#562288, fate#306952). - patches.arch/xpc_recv_msg_slots_wrap.patch: X86: UV - XPC receive message reuse triggers invalid BUG_ON(). (bnc#562288, fate#306952). - patches.arch/xpc_uv_bios_changes.patch: x86: UV - Update XPC to handle updated BIOS interface. (bnc#562288, fate#306952). * Wed Dec 23 2009 rjw@suse.de - patches.arch/bug-561989_gru_rollup.patch: SGI GRU Updates (bnc#561989, fate#306952). * Wed Dec 23 2009 jeffm@suse.com - patches.fixes/ppc-crashdump-typefix: powerpc: use min_t in copy_oldmem_page. * Wed Dec 23 2009 rjw@suse.de - patches.arch/bug-561946_uv_irq_affinity.patch: x86: SGI UV: Fix irq affinity for hub based interrupts (bnc#561946, fate#306952). - patches.arch/bug-561946_uv_move_ioapic.patch: x86, apic: Move SGI UV functionality out of generic IO-APIC code (bnc#561946, fate#306952). - patches.arch/bug-561946_uv_use_rtc.patch: x86: UV RTC: Always enable RTC clocksource (bnc#561946, fate#306952). * Wed Dec 23 2009 jeffm@suse.com - patches.fixes/ia64-fix-sba-iommu-to-handle-allocation-failure-properly: fix SBA IOMMU to handle allocation failure properly (bnc#545367). * Tue Dec 22 2009 jeffm@suse.com - Enabled CONFIG_CRASH_DUMP on ppc/ppc64 (bnc#566243). * Tue Dec 22 2009 jeffm@suse.com - patches.fixes/scsi-ipr-fix-eeh-recovery: ipr: fix EEH recovery (bnc#566613). * Sun Dec 20 2009 trenn@suse.de - Update config files. - patches.drivers/cpufreq_ondemand_limit_fix.patch: cpufreq: Fix ondemand to not request targets outside policy limits (fate#306746). - patches.drivers/cpufreq_processor_clocking_control_pcc_driver.patch: x86,cpufreq: Processor Clocking Control (PCC) driver (fate#306746). - supported.conf: * Sun Dec 20 2009 rjw@suse.de - patches.arch/bug-561939_uv_bios_call_hwperf_updated.patch: x86, uv: Add serial number parameter to uv_bios_get_sn_info() (bnc#561939, fate#306952). - patches.arch/bug-561939_uv_bios_call_hwperf.patch: Delete. * Sat Dec 19 2009 jeffm@suse.com - patches.fixes/scsi_debug-scale-virtual_gb-with-sector_size-properly: scsi_debug: scale virtual_gb with sector_size properly (bnc#535939). * Sat Dec 19 2009 gregkh@suse.de - patches.xen/xen3-fixup-xen: Refresh. Fix up build error from .32.2 import * Sat Dec 19 2009 gregkh@suse.de - Update to 2.6.32.2 - lots of security fixes - loads of bugfixes - other goodness - obsoletes: - patches.arch/bug-561939_bau_data_config.patch - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch - patches.arch/s390-04-01-clear-high-regs.patch - patches.arch/s390-kvm-prefix.patch - patches.arch/s390-kvm-psw.patch - patches.arch/x86-fix-nodac - patches.arch/x86_mce_nfs-mig2 - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero - patches.fixes/uart-txen-race.patch * Fri Dec 18 2009 jeffm@suse.com - Update config files: CONFIG_STRICT_DEVMEM=n. It was enabled mistakenly in commit 3df90f9e and affects using tools like crash with a live system. * Fri Dec 18 2009 gregkh@suse.de - Update config files. CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT = n (bnc#565607) * Fri Dec 18 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-{24..51}-*: 2.6.33-rc1 backport fixes for HDMI and new Realtek codecs (FATE#306783) - Refresh Patch-mainline tags in patches.drivers/alsa-* * Fri Dec 18 2009 jjolly@suse.de - patches.arch/s390-05-01-netiucv-tx-bytes.patch: netiucv: displayed TX bytes value much too high (BNC#565612). - patches.arch/s390-05-02-cmm-suspend.patch: cmm: free pages on hibernate. (BNC#565612). - patches.arch/s390-05-03-iucv-suspend.patch: iucv: add work_queue cleanup for suspend (BNC#565612). - patches.arch/s390-05-04-zfcp-work-queue.patch: zfcp: Assign scheduled work to driver queue (BNC#565612). - patches.arch/s390-05-05-zfcp-fail-commands.patch: zfcp: Don't fail SCSI commands when transitioning to blocked fc_rport (BNC#565612,LTC#58541). - patches.arch/s390-05-06-zfcp-adisc.patch: zfcp: Improve ELS ADISC handling (BNC#565612). - patches.arch/s390-05-07-zfcp-fsf-errors.patch: zfcp: Update FSF error reporting (BNC#565612). - patches.arch/s390-05-08-zfcp-block.diff: zfcp: Block SCSI EH thread for rport state BLOCKED (BNC#565612). - patches.arch/s390-05-09-ctcm-suspend-wait.diff: ctcm: suspend has to wait for outstanding I/O (BNC#565612). - patches.arch/s390-05-10-rework-tso.diff: qeth: rework TSO functions (BNC#565612). - patches.arch/s390-05-11-atomic-volatile.patch: kernel: improve code generated by atomic operations. (BNC#565612). - patches.arch/s390-05-12-tape-remove-fn.patch: tape: incomplete device removal (BNC#565612). - patches.arch/s390-05-13-qeth-blkt-defaults.patch: qeth: set default BLKT settings dependend on OSA hw level (BNC#565612,LTC#58654). - patches.arch/s390-05-14-dasd-dasd-enable-prefix.patch: dasd: enable prefix independent of pav support (BNC#565612). - patches.arch/s390-05-15-dasd-s390dbf-strings.patch: dasd: remove strings from s390dbf (BNC#565612). - patches.arch/s390-05-16-dasd-wait-lcu-setup.patch: dasd: let device initialization wait for LCU setup (BNC#565612). * Fri Dec 18 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Fix generating /boot/Kerntypes* for s390/vanilla. * Fri Dec 18 2009 nfbrown@suse.de - patches.fixes/md-start_ro-fix: md: fix small irregularity with start_ro module parameter (bnc#565219). * Fri Dec 18 2009 rjw@suse.de - patches.xen/xen-fix-compilation-after-rename_generic_int.patch: XEN: Fix compilation after renaming of generic_irqs. * Fri Dec 18 2009 rjw@suse.de - patches.arch/bug-561946_rename_generic_int.patch: x86: UV RTC: Rename generic_interrupt to x86_platform_ipi (bnc#561946, fate#306952). * Thu Dec 17 2009 mmarek@suse.cz - patches.suse/s390-Kerntypes.diff: S390: Generate Kerntypes file. - rpm/kernel-binary.spec.in: install /boot/Kerntypes-$version. * Thu Dec 17 2009 jeffm@suse.com - patches.fixes/powerpc-fix-cpu-name-in-show-cpuinfo: powerpc: fix cpu name in show-cpuinfo (bnc#565267). * Thu Dec 17 2009 hare@suse.de - patches.fixes/fc-transport-remove-BUG_ON: scsi_transport_fc: remove invalid BUG_ON (bnc#564479). - patches.fixes/lpfc-ia64-hang: lpfc: fix hang on SGI ia64 platform (bnc#564479). - patches.fixes/qla2xxx-dpc-thread-can-execute-before-scsi-host: qla2xxx: dpc thread can execute before scsi host has been added (bnc#564479). - patches.suse/fc-transport-allow-dev_loss_tmo-disable: Remove capping from dev_loss_tmo (bnc#492469). * Wed Dec 16 2009 gregkh@suse.de - Update config files. - fix up CONFIG_IPV6 option that was built into the kernel incorrectly (bnc#564357) * Wed Dec 16 2009 jeffm@suse.com - patches.fixes/acpi-fix-build-when-config_acpi_custom_override_initramfs-is-not-defined: acpi: Fix build when CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS is not defined. * Wed Dec 16 2009 jbeulich@novell.com - Update Xen patches to c/s 960. - Update Xen EC2 config files. - patches.xen/xen3-bug-561933_uv_pat_is_gru_range.patch: x86: UV SGI: Don't track GRU space in PAT (bnc#561933, fate#306952). - patches.xen/xen3-x86-mark_rodata_rw.patch: Add mark_rodata_rw() to un-protect read-only kernel code pages (bnc#439348). * Wed Dec 16 2009 npiggin@suse.de - needs_update: - patches.fixes/aggressive-zone-reclaim.patch: be more aggressive with zone reclaims (bnc#476525). * Wed Dec 16 2009 npiggin@suse.de - needs_update: - patches.suse/x86-mark_rodata_rw.patch: Refresh. * Wed Dec 16 2009 npiggin@suse.de - patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw() to un-protect read-only kernel code pages (bnc#439348). * Tue Dec 15 2009 jeffm@suse.com - patches.fixes/firewire-ohci-handle-receive-packets-with-a-data-length-of-zero: firewire: ohci: handle receive packets with a data length of zero (bnc#564712 CVE-2009-4138). * Tue Dec 15 2009 mmarek@suse.cz - rpm/config.sh: set OBS_PROJECT and IBS_PROJECT variables for osc_wrapper. * Tue Dec 15 2009 knikanth@suse.de - supported.conf: Mark dm-log-userspace as supported (fate#307380). * Tue Dec 15 2009 sjayaraman@suse.de - patches.fixes/sched-recalculate-tunables-on-hot-add-remove: Fix the build failure due to previous commit. * Tue Dec 15 2009 sjayaraman@suse.de - patches.fixes/sched-recalculate-tunables-on-hot-add-remove: sched: Fix missing sched tunable recalculation on cpu add/remove (bnc#560317). - patches.fixes/sched-make-tunable-scaling-configurable: sched: Make tunable scaling style configurable (bnc#560317). - patches.fixes/sched-sysctl-for-normalized-tunables: sched: Update normalized values on user updates via proc (bnc#560317). * Tue Dec 15 2009 gregkh@suse.de - Update config files. - make SCSI and ATA drivers modules again. (bnc#564357) * Tue Dec 15 2009 gregkh@suse.de - Update config files. - fix up USB options that were built into the kernel incorrectly (bnc#564357) * Mon Dec 14 2009 jjolly@suse.de - patches.arch/s390-04-01-clear-high-regs.patch: kernel: clear high-order bits after switching to 64-bit mode (BNC#563999,LTC#58088). - patches.arch/s390-04-02-zcrypt-hrtimer.patch: zcrypt: Do not simultaneously schedule hrtimer (BNC#563999,LTC#58222). - patches.arch/s390-04-03-dasd-diag-ro.patch: dasd: support DIAG access for read-only devices (BNC#563999,LTC#57147). - patches.arch/s390-04-04-mm-fault-fix.patch: kernel: performance counter fix and page fault optimization (BNC#563999). - patches.arch/s390-04-05-sclp-dump-indicator.patch: kernel: fix dump indicator (BNC#563999). - patches.arch/s390-04-06-dasd-move-diag-kmsg.patch: dasd: move diag kmsg to generic dasd kmsg (BNC#563999). - patches.arch/s390-04-07-cio-fix-double-free.patch: cio: double free under memory pressure (BNC#563999). - patches.arch/s390-04-08-cio-fix-dev-stall.patch: cio: device recovery stalls after multiple hardware events (BNC#563999). - patches.arch/s390-04-09-cio-recover-hw-changes.patch: cio: device recovery fails after concurrent hardware changes (BNC#563999). - patches.arch/s390-04-10-cio-fix-onoffline-failure.patch: cio: setting a device online or offline fails for unknown reasons (BNC#563999). - patches.arch/s390-04-11-cio-error-reporting.patch: cio: incorrect device state after device recognition and recovery (BNC#563999). - patches.arch/s390-04-12-cio-avoid-panic.patch: cio: kernel panic after unexpected interrupt (BNC#563999). - patches.arch/s390-04-13-cio-internal-io.patch: cio: initialization of I/O devices fails (BNC#563999). - patches.arch/s390-04-14-cio-allow-offline.patch: cio: not operational devices cannot be deactivated (BNC#563999). - patches.arch/s390-04-15-cio-split-pgid.patch: cio: erratic DASD I/O behavior (BNC#563999). - patches.arch/s390-04-16-cio-path-verification.patch: cio: DASD cannot be set online (BNC#563999). - patches.arch/s390-04-17-cio-steal-lock.patch: cio: DASD steal lock task hangs (BNC#563999). - patches.arch/s390-04-18-cio-fix-memleak-chk-dev.patch: cio: memory leaks when checking unusable devices (BNC#563999). - patches.arch/s390-04-19-cio-fix-deact-dev-panic.patch: cio: deactivated devices can cause use after free panic (BNC#563999). * Mon Dec 14 2009 rjw@suse.de - patches.arch/bug-561933_uv_pat_is_gru_range.patch: x86: UV SGI: Don't track GRU space in PAT (bnc#561933, fate#306952). - patches.arch/bug-561939_bau_data_config.patch: x86: SGI UV BAU initialization (bnc#561939, fate#306952). - patches.arch/bug-561939_uv_bios_call_hwperf.patch: x86: UV hardware performance counter and topology access (bnc#561939, fate#306952). - patches.arch/bug-561939_uv_gpa_is_mmr_space.patch: x86: UV - Introduce uv_gpa_is_mmr. (bnc#561939, fate#306952). - patches.arch/bug-561939_uv_gpa_to_soc_phys_ram.patch: x86: UV - Introduce a means to translate from gpa -> socket_paddr. (bnc#561939, fate#306952). - patches.arch/bug-561939_uv_ipi_macro.patch: x86: UV: Introduce uv_hub_ipi_value (bnc#561939, fate#306952). - patches.arch/bug-561939_uv_mmap_low.patch: x86: SGI UV: Map low MMR ranges (bnc#561939, fate#306952). - patches.arch/bug-561939_uv_rtc_cleanup.patch: x86: UV RTC: Clean up error handling (bnc#561939, fate#306952). - patches.arch/bug-561939_uv_rtc_fixes.patch: x86: UV RTC: Fix early expiry handling (bnc#561939, fate#306952). - patches.arch/bug-561939_uv_rtc_setup_evt.patch: x86: UV RTC: Add clocksource only boot option (bnc#561939, fate#306952). - patches.arch/bug-564471_x86_Fix_duplicated_UV_BAU_interrupt_vector.patch: x86: Fix duplicated UV BAU interrupt vector (bnc#564471). * Mon Dec 14 2009 gregkh@suse.de - Refresh patches to be clean of fuzz * Mon Dec 14 2009 gregkh@suse.de - Update to 2.6.32.1 - security fixes - bugfixes - obsoletes: - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects * Mon Dec 14 2009 jjolly@suse.de - patches.drivers/dcb-data-center-bridging-ops-s: dcb: data center bridging ops should be r/o (BNC#562046). - patches.drivers/drivers-net-request_irq-remove: drivers/net: request_irq - Remove unnecessary leading & from second arg (BNC#562046). - patches.drivers/ethtool-add-direct-attach-supp: ethtool: Add Direct Attach support to connector port reporting (BNC#562046). - patches.drivers/ixgbe-add-support-for-82599-al: ixgbe: Add support for 82599 alternative WWNN/WWPN prefix (BNC#562046). - patches.drivers/ixgbe-add-support-for-82599-ba: ixgbe: add support for 82599 based Express Module X520-P2 (BNC#562046). - patches.drivers/ixgbe-add-support-for-netdev_o: ixgbe: Add support for netdev_ops.ndo_fcoe_get_wwn to 82599 (BNC#562046). - patches.drivers/ixgbe-change-default-ring-size: ixgbe: change default ring size (BNC#562046). - patches.drivers/ixgbe-disable-flow-control-for: ixgbe: Disable Flow Control for certain devices (BNC#562046). - patches.drivers/ixgbe-display-currently-attach: ixgbe: Display currently attached PHY through ethtool (BNC#562046). - patches.drivers/ixgbe-fix-erroneous-display-of: ixgbe: Fix erroneous display of stats by ethtool -S (BNC#562046). - patches.drivers/ixgbe-fix-kr-to-kx-fail-over-f: ixgbe: Fix KR to KX fail over for Mezzanine cards (BNC#562046). - patches.drivers/ixgbe-fix-receive-address-regi: ixgbe: Fix Receive Address Register (RAR) cleaning and accounting (BNC#562046). - patches.drivers/ixgbe-flush-the-lsc-mask-chang: ixgbe: Flush the LSC mask change to prevent repeated interrupts (BNC#562046). - patches.drivers/ixgbe-handle-parameters-for-tx: ixgbe: handle parameters for tx and rx EITR, no div0 (BNC#562046). - patches.drivers/ixgbe-links2-is-not-a-valid-re: ixgbe: LINKS2 is not a valid register for 82598 (BNC#562046). - patches.drivers/ixgbe-make-queue-pairs-on-sing: ixgbe: Make queue pairs on single MSI-X interrupts (BNC#562046). - patches.drivers/ixgbe-modify-82599-hwrsc-stati: ixgbe: Modify 82599 HWRSC statistics counters (BNC#562046). - patches.drivers/ixgbe-only-set-clear-vfe-in-ix: ixgbe: Only set/clear VFE in ixgbe_set_rx_mode (BNC#562046). - patches.drivers/ixgbe-performance-tweaks: ixgbe: performance tweaks (BNC#562046). - patches.drivers/ixgbe-r_idx-not-used-in-ixgbe_: ixgbe: r_idx not used in ixgbe_msix_clean_rx() (BNC#562046). - patches.drivers/ixgbe-select-fcoe-tx-queue-in-: ixgbe: select FCoE Tx queue in ndo_select_queue (BNC#562046). - patches.drivers/ixgbe-use-eiam-to-automask-msi: ixgbe: use EIAM to automask MSI-X (BNC#562046). - patches.drivers/ixgbe-use-known-user-priority-: ixgbe: use known user priority for FCoE when DCB is enabled (BNC#562046). - patches.drivers/ixgbe-use-rx-buffer-length-fro: ixgbe: Use rx buffer length from rx ring for configuring rscctl (BNC#562046). - patches.drivers/ixgbe-use-the-instance-of-net_: ixgbe: Use the instance of net_device_stats from net_device. (BNC#562046). - patches.drivers/net-add-ndo_fcoe_get_wwn-to-ne: net: Add ndo_fcoe_get_wwn to net_device_ops (BNC#562046). - patches.drivers/net-add-netdev_alloc_skb_ip_al: net: Add netdev_alloc_skb_ip_align() helper (BNC#562046). - patches.drivers/net-use-netdev_alloc_skb_ip_al: net: Use netdev_alloc_skb_ip_align() (BNC#562046). - patches.drivers/vlan-add-support-to-netdev_ops: vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN device (BNC#562046). - patches.fixes/fcoe-allow-scsi-fcp-to-be: fcoe: allow SCSI-FCP to be processed directly in softirq context (BNC#562046). - patches.fixes/fcoe-libfc-add-get_lesb-t: fcoe, libfc: add get_lesb() to allow LLD to fill the link error status block (LESB) (BNC#562046). - patches.fixes/libfc-add-fc-bb-5-lesb-co: libfc: add FC-BB-5 LESB counters to fcoe_dev_stats (BNC#562046). - patches.fixes/libfc-add-fcoe_fc_els_les: libfc: add fcoe_fc_els_lesb to fc_fcoe.h for FC-BB-5 LESB definitions (BNC#562046). - patches.fixes/libfc-add-support-of-rece: libfc: add support of receiving ELS_RLS (BNC#562046). - patches.fixes/libfc-add-target-reset-fl: libfc: Add target reset flag to FCP header file (BNC#562046). - patches.fixes/libfc-fix-payload-size-pa: libfc: fix payload size passed to fc_frame_alloc() in fc_lport_els_request (BNC#562046). - patches.fixes/libfcoe-add-checking-disa: libfcoe: add checking disable flag in FIP_FKA_ADV (BNC#562046). - patches.fixes/libfcoe-add-tracking-fip-: libfcoe: add tracking FIP Missing Discovery Advertisement count (BNC#562046). - patches.fixes/libfcoe-add-tracking-fip--0: libfcoe: add tracking FIP Virtual Link Failure count (BNC#562046). * Mon Dec 14 2009 mmarek@suse.cz - rpm/kabi.pl: Do not print harmless kabi changes by default. * Mon Dec 14 2009 sjayaraman@suse.de - patches.suse/sched-revert-latency-defaults: Revert sched latency defaults and turn FAIR_SLEEPERS off (bnc#557307). * Mon Dec 14 2009 jkosina@suse.cz - patches.fixes/uart-txen-race.patch: Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN (bnc#479304 bnc#509066). * Sun Dec 13 2009 rjw@suse.de - patches.fixes/bug-562290-Fix-isolcpus-boot-option.patch: sched: Fix isolcpus boot option (bnc#562290, fate#306952). * Fri Dec 11 2009 mmarek@suse.cz - patches.suse/supported-flag: Fix -Wmissing-prototypes warnings in modpost.c. * Fri Dec 11 2009 mmarek@suse.cz - patches.rpmify/modpost-segfault: modpost: fix segfault with short symbol names. * Fri Dec 11 2009 jeffm@suse.com - Moved kernel-docs into the git repo. It is now built automatically with the matching kernel sources. * Fri Dec 11 2009 trenn@suse.de - patches.suse/kdb_fix_ia64_build.patch: Fix ia64 - Export kdb_usb_kbds (none). * Fri Dec 11 2009 trenn@suse.de Jeff updated kdb, try without this ugly workaround. If it still does not work, I have something better... - patches.suse/kdb_x86_fix_hang.patch: Delete. * Fri Dec 11 2009 hare@suse.de Cleanup patches for series2git: - patches.suse/kdb-common: Refresh. - patches.suse/kdump-dump_after_notifier.patch: Refresh. * Fri Dec 11 2009 trenn@suse.de Updated MCE/MCA patches from Andi -> delete the old ones: - patches.arch/x86_mce_hwpoison-action_result-valid-pfn.patch: HWPOISON: return ENXIO on invalid page number (fate#307738). - patches.arch/x86_mce_hwpoison-is-free-page.patch: HWPOISON: detect free buddy pages explicitly (fate#307738). - patches.arch/x86_mce_hwpoison-no-double-ref.patch: HWPOISON: avoid grabbing the page count multiple times during madvise injection (fate#307738). - patches.arch/x86_mce_madvise-locking: HWPOISON: Use get_user_page_fast in hwpoison madvise (fate#307738). - patches.arch/x86_mce_nfs-mig2: NFS: Fix nfs_migrate_page() (fate#307738). - patches.arch/x86_mce_offline-inject: HWPOISON: Add a madvise() injector for soft page offlining (fate#307738). - patches.arch/x86_mce_page-offline: HWPOISON: Add soft page offline support (fate#307738). - patches.arch/x86_mce_ref-to-flags: HWPOISON: Turn ref argument into flags argument (fate#307738). - patches.arch/x86_mce_shake-page: HWPOISON: Be more aggressive at freeing non LRU caches (fate#307738). - patches.arch/x86_mce_undef-lru: HWPOISON: Undefine short-hand macros after use to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_lru_cleanup.patch: Delete. - patches.arch/x86_mce_page_offlining.patch: Delete. - patches.arch/x86_mce_page_offlining_test_ability.patch: Delete. - patches.arch/x86_mce_test_page.patch: Delete. * Fri Dec 11 2009 hare@suse.de - needs_update: Merge or delete remaining patches. - patches.fixes/scsi-dh-emc-mode-select-10-size: DM-MPIO fails to tresspass LUNs on CLARiiON arrays (bnc#484529). - patches.fixes/scsi-dh-emc-rw-mismatch: Server crashes when path failures occur against EMC storage (bnc#474482). - patches.fixes/scsi-dh-rdac-add-stk: STK arrays missing from rdac devicehandler (bnc#503855). - patches.fixes/scsi-retry-alua-transition-in-progress: I/O errors for ALUA state transitions (bnc#491289). - patches.suse/dm-mpath-no-activate-for-offlined-paths: DM-MPIO fails to tresspass LUNs on CLARiiON arrays (bnc#484529). - patches.suse/dm-mpath-no-partitions-feature: Disable partitions scan for multipathed devices (bnc#402922,bnc#514767). * Fri Dec 11 2009 tiwai@suse.de - Update config files: set back to CONFIG_SOUND=m * Fri Dec 11 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-23-hp-mute-led-gpio-fixes: ALSA: hda - Fix LED GPIO setup for HP laptops with IDT codecs (bnc#547357,bnc#523487). * Fri Dec 11 2009 jeffm@suse.de - patches.suse/kdb-usb-rework: Fix ia64. * Fri Dec 11 2009 jeffm@suse.com - Update config files: Enable USB_SERIAL_DEBUG. * Fri Dec 11 2009 jeffm@suse.com - patches.suse/kdb-usb-rework: kdb: Cleanup KDB_USB. * Fri Dec 11 2009 jeffm@suse.com - Update config files. - Disabled USB_TEST and USB_LIBUSUAL. * Thu Dec 10 2009 jeffm@suse.com - Update config files. Re-enable missing options: - CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y - CONFIG_VIDEO_GO7007=m (and related options) * Thu Dec 10 2009 bphilips@suse.de - patches.drivers/netxen-0008-reset-sequence-changes.patch: Refresh to fix fuzz * Thu Dec 10 2009 jeffm@suse.com - Updated KDB to v4.4-2.6.32-3 and re-enabled USB keyboard support. * Thu Dec 10 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: Fix vmlinux stripping on power (bnc#559547) * Thu Dec 10 2009 bphilips@suse.de - patches.drivers/netxen-0000-Use-the-instance-of-net_device_stats-from-net.patch: netxen: Use the instance of net_device_stats from net_device. (bnc#560003, fate#307134). - patches.drivers/netxen-0001-remove-sub-64-bit-mem-accesses.patch: netxen: remove sub 64-bit mem accesses (bnc#560003, fate#307134). - patches.drivers/netxen-0002-add-access-to-on-chip-memory-for-tools.patch: netxen: add access to on chip memory for tools (bnc#560003, fate#307134). - patches.drivers/netxen-0003-annotate-register-windowing-code.patch: netxen: annotate register windowing code (bnc#560003, fate#307134). - patches.drivers/netxen-0004-separate-register-and-memory-access-lock.patch: netxen: separate register and memory access lock (bnc#560003, fate#307134). - patches.drivers/netxen-0005-add-sysfs-entries-for-diag-tools.patch: netxen: add sysfs entries for diag tools (bnc#560003, fate#307134). - patches.drivers/netxen-0006-defines-for-next-revision.patch: netxen: defines for next revision (bnc#560003, fate#307134). - patches.drivers/netxen-0007-128-memory-controller-support.patch: netxen: 128 memory controller support (bnc#560003, fate#307134). - patches.drivers/netxen-0008-reset-sequence-changes.patch: netxen: reset sequence changes (bnc#560003, fate#307134). - patches.drivers/netxen-0009-onchip-memory-access-change.patch: netxen: onchip memory access change (bnc#560003, fate#307134). - patches.drivers/netxen-0010-fix-error-codes-in-for-tools-access.patch: netxen: fix error codes in for tools access (bnc#560003, fate#307134). - patches.drivers/netxen-0011-sysfs-control-for-auto-firmware-recovery.patch: netxen: sysfs control for auto firmware recovery (bnc#560003, fate#307134). - patches.drivers/netxen-0012-update-version-to-4.0.62.patch: netxen; update version to 4.0.62 (bnc#560003, fate#307134). - patches.drivers/netxen-0013-fix-builds-for-SYSFS-n-or-MODULES-n.patch: netxen: fix builds for SYSFS=n or MODULES=n (bnc#560003, fate#307134). - patches.drivers/netxen-0014-support-for-new-firmware-file-format.patch: netxen: support for new firmware file format (bnc#560003, fate#307134). - patches.drivers/netxen-0015-refactor-indirect-register-access.patch: netxen: refactor indirect register access (bnc#560003, fate#307134). - patches.drivers/netxen-0016-add-PCI-IDs-for-new-chip.patch: netxen: add PCI IDs for new chip (bnc#560003, fate#307134). - patches.drivers/netxen-0017-update-module-info.patch: netxen: update module info (bnc#560003, fate#307134). - patches.drivers/netxen-0018-module-firmware-hints.patch: netxen: module firmware hints (bnc#560003, fate#307134). - patches.drivers/netxen-0019-update-version-to-4.0.65.patch: netxen: update version to 4.0.65 (bnc#560003, fate#307134). - patches.drivers/netxen-0020-remove-PCI-IDs-of-CNA-device.patch: netxen: remove PCI IDs of CNA device (bnc#560003, fate#307134). - patches.drivers/netxen-0021-fix-debug-tools-access-for-NX2031.patch: netxen : fix debug tools access for NX2031 (bnc#560003, fate#307134). - patches.drivers/netxen-0022-fix-failure-cases-for-fw-hang-recovery.patch: netxen: fix failure cases for fw hang recovery (bnc#560003, fate#307134). * Thu Dec 10 2009 bphilips@suse.de - patches.drivers/qlge-0001-Use-the-instance-of-net_device_stats-from-net_.patch: qlge: Use the instance of net_device_stats from net_device. (bnc#560420, FATE#307130). - patches.drivers/qlge-0002-Remove-explicit-setting-of-PCI-Dev-CTL-reg.patch: qlge: Remove explicit setting of PCI Dev CTL reg. (bnc#560420, FATE#307130). - patches.drivers/qlge-0003-Set-PCIE-max-read-request-size.patch: qlge: Set PCIE max read request size. (bnc#560420, FATE#307130). - patches.drivers/qlge-0004-Add-handler-for-DCBX-firmware-event.patch: qlge: Add handler for DCBX firmware event. (bnc#560420, FATE#307130). - patches.drivers/qlge-0005-Store-firmware-revision-as-early-as-possible.patch: qlge: Store firmware revision as early as possible. (bnc#560420, FATE#307130). - patches.drivers/qlge-0006-Remove-inline-math-for-small-rx-buf-mapping.patch: qlge: Remove inline math for small rx buf mapping. (bnc#560420, FATE#307130). - patches.drivers/qlge-0007-Get-rid-of-firmware-handler-debug-code.patch: qlge: Get rid of firmware handler debug code. (bnc#560420, FATE#307130). - patches.drivers/qlge-0008-Don-t-fail-open-when-port-is-not-initialized.patch: qlge: Don't fail open when port is not initialized. (bnc#560420, FATE#307130). - patches.drivers/qlge-0009-Add-CBFC-pause-frame-counters-to-ethtool-stats.patch: qlge: Add CBFC pause frame counters to ethtool stats. (bnc#560420, FATE#307130). - patches.drivers/qlge-0010-Size-RX-buffers-based-on-MTU.patch: qlge: Size RX buffers based on MTU. (bnc#560420, FATE#307130). - patches.drivers/qlge-0011-Add-ethtool-get-set-pause-parameter.patch: qlge: Add ethtool get/set pause parameter. (bnc#560420, FATE#307130). - patches.drivers/qlge-0012-Add-ethtool-blink-function.patch: qlge: Add ethtool blink function. (bnc#560420, FATE#307130). - patches.drivers/qlge-0013-Add-ethtool-wake-on-LAN-function.patch: qlge: Add ethtool wake on LAN function. (bnc#560420, FATE#307130). - patches.drivers/qlge-0014-Add-ethtool-register-dump-function.patch: qlge: Add ethtool register dump function. (bnc#560420, FATE#307130). - patches.drivers/qlge-0015-Add-ethtool-self-test.patch: qlge: Add ethtool self-test. (bnc#560420, FATE#307130). - patches.drivers/qlge-0016-Change-naming-on-vlan-API.patch: qlge: Change naming on vlan API. (bnc#560420, FATE#307130). - patches.drivers/qlge-0017-Fix-indentations.patch: qlge: Fix indentations. (bnc#560420, FATE#307130). - patches.drivers/qlge-0018-Add-firmware-driver-sub-command-support.patch: qlge: Add firmware/driver sub-command support. (bnc#560420, FATE#307130). - patches.drivers/qlge-0019-Clean-up-netdev-stats-usage.patch: qlge: Clean up netdev->stats usage. (bnc#560420, FATE#307130). - patches.drivers/qlge-0020-Do-not-change-frame-routing-during-suspend.patch: qlge: Do not change frame routing during suspend. (bnc#560420, FATE#307130). - patches.drivers/qlge-0021-Add-asic-reset-to-open-call.patch: qlge: Add asic reset to open call. (bnc#560420, FATE#307130). - patches.drivers/qlge-0022-Clean-up-module-parameter-name.patch: qlge: Clean up module parameter name. (bnc#560420, FATE#307130). - patches.drivers/qlge-0023-Change-version-to-v1.00.00.23.00.00-01.patch: qlge: Change version to v1.00.00.23.00.00-01. (bnc#560420, FATE#307130). - patches.drivers/qlge-0024-Bonding-fix-for-mode-6.patch: qlge: Bonding fix for mode 6. (bnc#560420, FATE#307130). - patches.drivers/qlge-0025-Add-performance-change-for-non-split-headers.patch: qlge: Add performance change for non-split headers. (bnc#560420, FATE#307130). - patches.drivers/qlge-0026-Add-firmware-core-dump.patch: qlge: Add firmware core dump. (bnc#560420, FATE#307130). * Thu Dec 10 2009 hare@suse.de - needs_update: Delete more merged fixes. - patches.suse/dm-mpath-leastpending-path-update: Refresh. * Thu Dec 10 2009 hare@suse.de - needs_update: Delete merged driver fixes. - patches.drivers/megaraid-mbox-fix-SG_IO: megaraid_mbox: Oops on SG_IO (bnc#475619). * Thu Dec 10 2009 duwe@suse.de - Disable PHYP_DUMP for all PPC flavours, per bnc#541302. * Thu Dec 10 2009 jbenc@suse.cz - patches.suse/novfs-fix-debug-message.patch: novfs: fix debug message. * Thu Dec 10 2009 hare@suse.de - patches.fixes/tehuti-firmware-name: Tehuti network driver references wrong firmware (bnc#562092). * Wed Dec 9 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: fix section mismatch due to previous checkin * Wed Dec 9 2009 tonyj@suse.de - patches.suse/audit-export-logging.patch: export audit logging symbols. * Wed Dec 9 2009 jbohac@suse.cz - Update config files: added CONFIG_IP_NF_MATCH_IPV4OPTIONS to ppc64/trace * Wed Dec 9 2009 jeffm@suse.com - patches.fixes/ext4-fix-insufficient-checks-in-ext4_ioc_move_ext: ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT (bnc#561018 CVE-2009-4131). * Wed Dec 9 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32: Fix a potentially serious mis-merge in swiotlb code. * Wed Dec 9 2009 jjolly@suse.de - patches.fixes/nohz-delay-from-tip.diff: nohz: Introduce arch_needs_cpu. - patches.fixes/reuse-ktime-from-tip.diff: nohz: Reuse ktime in sub-functions of tick_check_idle.. - series.conf: Moved s390 patchs to proper place * Wed Dec 9 2009 npiggin@suse.de - patches.fixes/ipc-ns-fix-memory-leak-idr.patch: ipc: ns fix memory leak (bnc#518767). - patches.fixes/ipc-remove-unreachable-code-in-semc.patch: (bnc#518767). - patches.fixes/ipc-semc-add-a-per-semaphore-pending-list.patch: (bnc#518767). - patches.fixes/ipc-semc-optimize-if-semops-fail.patch: (bnc#518767). - patches.fixes/ipc-semc-optimize-single-semop-operations.patch: (bnc#518767). - patches.fixes/ipc-semc-optimize-single-sops-when-semval-is-zero.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-optimise-undo-list-search.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-preempt-improve.patch: (bnc#518767). - patches.fixes/ipc-semc-sem-use-list-operations.patch: (bnc#518767). * Wed Dec 9 2009 bphilips@suse.de - needs_update: patches moved upstream or obsoleted by upstream * Tue Dec 8 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: Update to what will hopefully be in 2.6.33. - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: Delete. * Tue Dec 8 2009 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ipv4options: netfilter ipv4options match from patch-o-matic-ng (bnc#131728 - FATE#182). * Tue Dec 8 2009 npiggin@suse.de - needs_update: - patches.suse/mm-devzero-optimisation.patch: mm: /dev/zero optimisation (bnc#430738). * Tue Dec 8 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs: ALSA: hda - Exclude unusable ADCs for ALC88x (bnc#561235). * Tue Dec 8 2009 mmarek@suse.cz - patches.drivers/reenable-generic_serial: Revert "tty: Mark generic_serial users as BROKEN". - Update config files: enable RIO and SX. - rpm/generic_serial-blacklist: blacklist generic_serial users from automatic loading (bnc#551348). * Tue Dec 8 2009 rgoldwyn@suse.de - needs_update: patches merged upstream - novfs patches to be handled by novfs team * Tue Dec 8 2009 npiggin@suse.de - needs_update: - patches.suse/mm-vmalloc-fail-dump-stack.patch: mm: improve vmalloc reporting (bnc#511079). * Tue Dec 8 2009 npiggin@suse.de - needs_update: most of mine are merged. apparmor patch sent to Andreas. * Tue Dec 8 2009 coly.li@suse.de - patches.suse/64bytes_lvb_len.diff: use 64byte lvb len.(bnc#515645) * Tue Dec 8 2009 agraf@suse.de - patches.arch/s390-kvm-prefix.patch: KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c (FATE#306513). - patches.arch/s390-kvm-psw.patch: KVM: s390: Make psw available on all exits, not just a subset (FATE#306513). * Mon Dec 7 2009 tiwai@suse.de - patches.drivers/synaptics-hp-clickpad: Input: Add support of clickpad mode to synaptics mouse driver (bnc#547370). * Mon Dec 7 2009 jbeulich@novell.com - Update Xen patches to 2.6.32 final and c/s 958. - patches.xen/xen-dcdbas: force proper address translation in DCDBAS. - patches.xen&xen-vmalloc_32: guarantee 32-bit (bus-)addressability of vmalloc_32() output (bnc#548010, bnc#552492). - patches.xen/xen-x86_64-nx-user-mappings: set NX bit in kernel version of top level user mode page table entries. - patches.xen/xen3-rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: x86: add ia32 compat prlimit syscalls (FATE#305733). - patches.xen/xen3-x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata: x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA (bnc#558249). - patches.xen/xen3-x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata: x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_RODATA (bnc#558249). - patches.xen/xen3-x86-fix-nodac: x86: fix iommu=nodac parameter handling (bnc#463829, bnc#482220). - patches.xen/xen3-x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829, bnc#482220). - Update EC2 config files (disable CAN_DEV and UIO). * Mon Dec 7 2009 jbeulich@novell.com - patches.arch/x86-crypto-add-ghash-algorithm-test.patch, patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: Fix build warnings. * Mon Dec 7 2009 hare@suse.de - patches.drivers/lpfc-add-raywire-id: Add missing PCI-ID to lpfc. * Sat Dec 5 2009 tonyj@suse.de - config.conf: add trace flavor for ppc64 (fate# 307051) - Update config files. * Fri Dec 4 2009 jeffm@suse.com - Split apparmor.diff out into separate patches to align more closely with the upstream AppArmor 2.4 repo. - patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling: AppArmor: Fix cap audit_caching preemption disabling. - patches.apparmor/apparmor-fix-change_profile-failing-lpn401931: AppArmor: Fix change_profile failing lpn401931. - patches.apparmor/apparmor-fix-change_profile-failure: AppArmor: Fix change_profile failure. - patches.apparmor/apparmor-fix-determination-of-forced-audit-messages: AppArmor: Fix determination of forced AUDIT messages.. - patches.apparmor/apparmor-fix-failure-to-audit-change_hat-correctly: AppArmor: fix failure to audit change_hat correctly. - patches.apparmor/apparmor-fix-file-auditing-when-quiet-is-used: AppArmor: Fix file auditing when quiet is used. - patches.apparmor/apparmor-fix-leak-when-profile-transition-table-fails-unpack: AppArmor: Fix leak when profile transition table fails unpack. - patches.apparmor/apparmor-fix-mediation-of-created-paths-that-look-like-deleted-paths: AppArmor: Fix mediation of created paths that look like "deleted" paths. - patches.apparmor/apparmor-fix-oops-after-profile-removal: AppArmor: Fix oops after profile removal. - patches.apparmor/apparmor-fix-oops-when-auditing-the-addition-of-profile-namespace: AppArmor: Fix oops when auditing the addition of profile namespace. - patches.apparmor/apparmor-fix-oops-when-in-apparmor_bprm_set_creds: AppArmor: Fix Oops when in apparmor_bprm_set_creds. - patches.apparmor/apparmor-fix-profile-namespace-removal: AppArmor: Fix profile namespace removal.. - patches.apparmor/apparmor-fix-refcounting-bug-causing-leak-of-creds-and-oops: AppArmor: Fix refcounting bug causing leak of creds and oops. - patches.apparmor/apparmor-fully-close-race-condition-for-deleted-paths: AppArmor: Fully close race condition for deleted paths. - patches.apparmor/apparmor-missing-unlock: AppArmor: Add missing unlock to next_profile. - patches.apparmor/apparmor-policy-load-and-replacement-can-fail-to-alloc-mem: AppArmor: Policy load and replacement can fail to alloc mem. - patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use: AppArmor: Fix security_ops->task_setrlimit API use. * Fri Dec 4 2009 gregkh@suse.de - Update config files. - patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch: Revert "USB: remove phidget drivers from kernel tree.". * Fri Dec 4 2009 jjolly@suse.de - patches.arch/s390-message-catalog.diff: Updated patch (bnc#549193,FATE#306999,LTC#57210). * Fri Dec 4 2009 mmarek@suse.cz - supported.conf: Update wireless drivers. * Fri Dec 4 2009 jjolly@suse.de - patches.arch/s390-03-qeth-hs-traffic-analyzer.patch: qeth: HiperSockets Network Traffic Analyzer (bnc#560674). * Fri Dec 4 2009 hare@suse.de - patches.drivers/qla2xxx-8.03.01-k7-update: qla2xxx driver update to 8.03.01-k7 (bnc#560415). * Fri Dec 4 2009 mmarek@suse.cz - rpm/package-descriptions: Add description for kernel-vmi. * Fri Dec 4 2009 trenn@suse.de - patches.arch/x86_mce_lru_cleanup.patch: HWPOISON: Undefine lru define after table to avoid namespace conflict (fate#307738). - patches.arch/x86_mce_page_offlining.patch: Add soft page offline support (fate#307738). - patches.arch/x86_mce_page_offlining_test_ability.patch: HWPOISON: Add a madvise() injector for soft page offlining (fate#307738). - patches.arch/x86_mce_test_page.patch: Expose Test pageflagA and set pageflagB primitive (fate#307738). * Fri Dec 4 2009 mmarek@suse.cz - config.conf: Add vmi to kernel-syms. * Fri Dec 4 2009 mmarek@suse.cz - Add the vmi flavor again. * Fri Dec 4 2009 sjayaraman@suse.de - patches.suse/SoN-18-netvm-skbuff-reserve.patch: add emergeny flag inside kmemcheck boundaries. - patches.xen/xen3-auto-common.diff: Refresh. * Fri Dec 4 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 and i386 vanilla (bnc#560402) * Fri Dec 4 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for x86-64 (bnc#560402) * Fri Dec 4 2009 gregkh@suse.de - Update config files. CONFIG_DRM_I915_KMS=y for i386 (bnc#560402) * Thu Dec 3 2009 jeffm@suse.com - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch: Delete. (bnc#560043) * Thu Dec 3 2009 jeffm@suse.com - Cleanup config files. * Thu Dec 3 2009 bphilips@suse.de - patches.drivers/tg3_libphy_workaround: Delete. We have all of the 57780 phylib and tg3 changes due to 2.6.32 bump. * Thu Dec 3 2009 duwe@suse.de - back out cpuidle feature that is still unconsistent. * Thu Dec 3 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. * Thu Dec 3 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. Fix the "fixed" feature patch set from IBM. * Thu Dec 3 2009 mfasheh@suse.com - Update config files. - patches.suse/gfs2-ro-mounts-only.patch: gfs2: allow spectator mounts for migration to ocfs2 (FATE#307584). * Thu Dec 3 2009 duwe@suse.de - Update config files for 2.6.32 (again). * Thu Dec 3 2009 duwe@suse.de - Update config files for cpuidle. * Thu Dec 3 2009 tiwai@suse.de - patches.drivers/8250_pnp-wacom-add: serial/8250_pnp.c: add new Wacom devices (bnc#544763). * Thu Dec 3 2009 duwe@suse.de - patches.suse/cpuidle-cleanup: Refresh. one lonely hunk already seems to be in 2.6.32 final * Thu Dec 3 2009 duwe@suse.de - bnc#552860 / FATE#307104: kernel idle low power, take 2: - patches.suse/cpuidle-cleanup: Refresh. - patches.suse/cpuidle-cleanup-x86: Refresh. - patches.suse/cpuidle-eliminate-ppcmdpowersave1: Refresh. * Thu Dec 3 2009 jeffm@suse.com - Updated to 2.6.32-final. - 2 patches eliminated. * Thu Dec 3 2009 hare@suse.de - Update config files: Enable Hibernation for zSeries. * Thu Dec 3 2009 mmarek@suse.cz - Update config files: Disable CONFIG_MFD_PCF50633, the chip is unlikely to be used on architectures we support. * Thu Dec 3 2009 mmarek@suse.cz - rpm/split-modules: Print which supported modules need unsupported modules. * Thu Dec 3 2009 jdelvare@suse.de - supported.conf: support lis3lv02d, hp_accel needs it. * Thu Dec 3 2009 jdelvare@suse.de - supported.conf: hp_accel is supported (FATE #306448). * Thu Dec 3 2009 jdelvare@suse.de - supported.conf: remove wm831x drivers, we no longer ship them. * Thu Dec 3 2009 jdelvare@suse.de - Update config files: disable all new hwmon drivers on ppc (default and vanilla) for consistency. * Thu Dec 3 2009 mmarek@suse.cz - supported.conf: Add wm831x, needed by drivers/input/misc/wm831x-on. * Thu Dec 3 2009 mmarek@suse.cz - supported.conf: Fix up after commit bfea0bd. * Thu Dec 3 2009 jdelvare@suse.de - Update config files: disable WM831x and WM8350 support entirely, as recommended by the drivers author. These devices are only found on embedded devices such as music players or mobile phones. * Thu Dec 3 2009 hare@suse.de - supported.conf: Mark pmcraid and igbvf as supported; OSD drivers as unsupported. * Thu Dec 3 2009 jdelvare@suse.de - Restore link from config/s390/vanilla to config/s390x/vanilla. * Thu Dec 3 2009 jbeulich@novell.com - supported.conf: Update Xen drivers. * Thu Dec 3 2009 tonyj@suse.de - needs_update: readd patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2-remove_syscalls.patch * Thu Dec 3 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: woh dluoc I tegrof ot esolc eht fi * Thu Dec 3 2009 gregkh@suse.de - rpm/post.sh: - rpm/postun.sh: If this is a Moblin-based box, don't run yast-bootloader * Wed Dec 2 2009 jdelvare@suse.de - Update config files: stop shipping wm831x-hwmon, wm8350-hwmon, i2c-simtec and i2c-designware. - supported.conf: remove i2c-simtec. * Wed Dec 2 2009 jdelvare@suse.de - supported.conf: Add all new hwmon and i2c/busses drivers. The former unsupported, the latter supported. * Wed Dec 2 2009 jdelvare@suse.de - Update config files: disable CONFIG_I2C_VOODOO3. - supported.conf: drop i2c-voodoo3, superseded by tdfxfb. * Wed Dec 2 2009 jdelvare@suse.de - supported.conf: Drop hwmon and i2c/chips drivers which have been obsoleted. * Wed Dec 2 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Obsolete perfmon-kmp. * Wed Dec 2 2009 mmarek@suse.cz - supported.conf: Add perfmon, hid and input modules. * Wed Dec 2 2009 tiwai@suse.de - Update config files: Fix vanilla configs * Wed Dec 2 2009 tiwai@suse.de - Update config files: disabled CONFIG_SND_SOC* in ppc configs. * Wed Dec 2 2009 tiwai@suse.de - Updated the sound section of supported.conf * Wed Dec 2 2009 gregkh@suse.de - Update config files. disable USB OTG drivers that should not have been enabled. * Wed Dec 2 2009 gregkh@suse.de - supported.conf: remove some usb drivers that were deleted or renamed. * Wed Dec 2 2009 gregkh@suse.de - supported.conf: update usb driver section * Wed Dec 2 2009 mmarek@suse.cz - rpm/check-supported-list: Skip modules in Documentation and drivers/staging. * Wed Dec 2 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-remote-DoS.patch: mac80211: fix remote DoS (bnc#558267). * Tue Dec 1 2009 tiwai@suse.de - Forward-port 11.2 patches: patches.drivers/alsa-sp1-hda-18-msi-wind-u115-fix: ALSA: hda - Add a position_fix quirk for MSI Wind U115. patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix: ALSA: hda - Fix Cxt5047 test mode (bnc#559062). patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix: ALSA: hda - Add a pin-fix for FSC Amilo Pi1505 (bnc#557403). patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk: ALSA: hda - Add position_fix quirk for HP dv3 (bnc#555935). * Mon Nov 30 2009 jeffm@suse.com - patches.fixes/megaraid_sas-fix-permissions-on-poll_mode_io: megaraid_sas: Fix permissions on poll_mode_io (bnc#557180 CVE-2009-3939). * Mon Nov 30 2009 jeffm@suse.com - patches.arch/x86-64-add-comment-for-rodata-large-page-retainment: x86-64: add comment for RODATA large page retainment (bnc#558249). - patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata: x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA (bnc#558249). - patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata: x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_RODATA (bnc#558249). * Mon Nov 30 2009 teheo@suse.de - needs_update: drop libata patches which are already included in 2.6.31 vanilla. * Mon Nov 30 2009 teheo@suse.de - needs_update: drop patches which are already included in 2.6.31 vanilla. * Mon Nov 30 2009 teheo@suse.de Forward port two x86 patches from SLE11. - needs_update: - patches.arch/x86-fix-nodac: x86: fix iommu=nodac parameter handling (bnc#463829). - patches.arch/x86-mcp51-no-dac: x86: disallow DAC for MCP51 PCI bridge (bnc#463829). * Mon Nov 30 2009 agraf@suse.de - Update config files: Enable KSM (FATE#306513) * Sat Nov 28 2009 gregkh@suse.de - needs_update: acpi dock patch was hmacht's, not mine * Sat Nov 28 2009 gregkh@suse.de - needs_update: sysfs debugging crash patch is now upstream * Sat Nov 28 2009 gregkh@suse.de - needs_update: jeffm merged novfs patches into the main novfs patch. * Sat Nov 28 2009 gregkh@suse.de - needs_update: qualcomm modem driver is upstream * Sat Nov 28 2009 gregkh@suse.de - needs_update: squashfs is now upstream * Sat Nov 28 2009 gregkh@suse.de - needs_update: via driver bugfixes never went upstream, and people are complaining about them, so they were dropped. * Sat Nov 28 2009 gregkh@suse.de - needs_update: remove staging driver entries, they are all upstream. * Sat Nov 28 2009 gregkh@suse.de - needs_update: remove hv driver entries, those are upstream now. * Sat Nov 28 2009 gregkh@suse.de - needs_update: remove xen patches with my name on it. Just because I refreshed the patch, doesn't mean I own it or even like the thing :) * Sat Nov 28 2009 sjayaraman@suse.de - patches.suse/SoN-11-mm-reserve.patch: Fix build errors in -trace and ppc64 flavors. * Fri Nov 27 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Abort if supported modules depend on unsupported ones. * Fri Nov 27 2009 mmarek@suse.cz - supported.conf: mark cnic as supported (needed by bnx2i). * Fri Nov 27 2009 jbenc@suse.cz - patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch: API fix: X86: sysctl to allow panic on IOCK NMI error (bnc#427979). - patches.suse/kdb-common: Refresh. - patches.suse/kdump-dump_after_notifier.patch: Refresh. * Fri Nov 27 2009 jbohac@suse.cz - patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: CPUFREQ: ondemand: Limit default sampling rate to 300ms max. (bnc#464461). * Fri Nov 27 2009 trenn@suse.de - needs_update: One I still have to send upstream, but it's nicer error output only, SP1 is fine in respect to removing all these, thanks. * Fri Nov 27 2009 hare@suse.de - Update config files: Compile in efivars module for x86_64 (FATE#306931). * Fri Nov 27 2009 sjayaraman@suse.de - needs_update: sjayaraman's patches are either upstream already or rebased to SP1. * Fri Nov 27 2009 sjayaraman@suse.de - Update config files: NFS_SWAP=y. * Fri Nov 27 2009 sjayaraman@suse.de - patches.trace/lttng-instrumentation-swap.patch: Refresh and fix a build failure with fuzz factor 0. * Fri Nov 27 2009 sjayaraman@suse.de - Rebase Swap-over-NFS(SoN) patches: - patches.xen/tmem: Refresh to accomodate changes due to SoN patches. - patches.xen/xen3-auto-common.diff: Refresh to accomodate changes due to SoN patches. * Fri Nov 27 2009 knikanth@suse.de - needs_update: Verify knikanth's patches in SLE11 but not in SP1 - patches.fixes/dm-release-map_lock-before-set_disk_ro: Release md->map_lock before set_disk_ro (bnc#556899 bnc#479784). * Fri Nov 27 2009 nfbrown@suse.de - Restore following patches from SLES11 that are still needed for SLES11-SP1 - patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch: sunrpc/cache: allow thread to block while waiting for cache update. (bnc#498708). - patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch: sunrpc/cache: retry cache lookups that return -ETIMEDOUT (bnc#498708). - patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch: nfsd/idmap: drop special request deferal in favour of improved default. (bnc#498708). - patches.fixes/nfsd-09-fix-kabi: Fix kabi breakage in previous nfsd patch series (bnc#498708). * Thu Nov 26 2009 coly.li@suse.de - needs_update: remove patches item of coly.li, lmb and mfasheh. - patches.fixes/dlm-enable-debug.patch: update the patch from SLES11 to SLES11 SP1 tree. * Thu Nov 26 2009 jslaby@suse.cz - patches.fixes/make-note_interrupt-fast.diff: Fix performance regression on large IA64 systems (bnc #469589). * Thu Nov 26 2009 mmarek@suse.cz - rpm/old-packages.conf: obsolete kernel-kdump on ppc. - config.conf: delete kdump configs. - config/ppc/kdump: Delete. - config/ppc64/kdump: Delete. * Thu Nov 26 2009 duwe@suse.de - patches.arch/ppc-extended_h_cede-Export_memory_sysdev_class: Refresh. Fix "typo", memory_sysdev_class should be exported only to GPL'ed modules. * Thu Nov 26 2009 hare@suse.de Fixup patches for series2git: - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. * Thu Nov 26 2009 duwe@suse.de - config.conf: disable build of ppc kdump flavours (FATE#304346) * Thu Nov 26 2009 tiwai@suse.de - patches.drivers/libata-missing-_SDD-is-not-an-error: libata-acpi: missing _SDD is not an error (bnc#551942). * Thu Nov 26 2009 jbenc@suse.cz - patches.fixes/mac80211-fix-spurious-delba-handling.patch: mac80211: fix spurious delBA handling (bnc#558267, CVE-2009-4026, CVE-2009-4027). * Thu Nov 26 2009 tiwai@suse.de - patches.drivers/sky2-add-register-definitions: sky2: add register definitions for new chips (bnc#544760). - patches.drivers/sky2-88E8059-support: sky2: 88E8059 support (bnc#544760). - patches.drivers/sky2-optima-tcp-offload-fix: net: Fix Yukon-2 Optima TCP offload setup (bnc#544760). - patches.drivers/sky2-optima-fix-pci-cfg: net: Add missing TST_CFG_WRITE bits around sky2_pci_write (bnc#544760). * Thu Nov 26 2009 nfbrown@suse.de - Update config files. disable CONFIG_MULTICOE_RAID456 as it is not yet stable. Enable CONFIG_ASYNC_TX_DMA for FATE#306368 * Thu Nov 26 2009 gregkh@suse.de - clean up patch fuzz * Thu Nov 26 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: Delete. it never went upstream, so we should drop it as well. * Wed Nov 25 2009 tonyj@suse.de - patches.trace/lttng-*: update for 2.6.32 - patches.trace/lttng-instrumentation-timer.patch: Delete. - patches.xen/tmem: Refresh. - patches.xen/xen3-auto-common.diff: Refresh. * Wed Nov 25 2009 tonyj@suse.de - patches.fixes/oprofile_bios_ctr.patch: detect oprofile counters reserved by bios (FATE#307426). * Wed Nov 25 2009 jeffm@suse.com - patches.fixes/netfilter-remove-pointless-config_nf_ct_acct-warning: netfilter: Remove pointless CONFIG_NF_CT_ACCT warning (bnc#552033 (and others)). * Tue Nov 24 2009 hare@suse.de - Update config files. - patches.drivers/mpt-fusion-4.22.00.00-update: Update MPT Fusion driver to 4.22.00.00-suse (bnc#556587). - patches.drivers/mpt-fusion-4.16.00.00-update: Delete. * Tue Nov 24 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-17-fix-mute-LED-sync-idt92h383xxx: ALSA: hda - Fix mute-LED sync on HP laptops with IDT92HD83xxx codecs (bnc#547357). * Tue Nov 24 2009 duwe@suse.de - patches.arch/ppc-extended_h_cede-*: Increase power savings by allowing the core to sleep. (FATE##307059, bnc#550447) * Tue Nov 24 2009 sjayaraman@suse.de - patches.suse/kconfig-automate-kernel-desktop: automate a few config options for kernel-desktop (FATE#305694). * Tue Nov 24 2009 agraf@suse.de - patches.arch/kvm-only-export-selected-pv-ops-feature-structs: Update references (bnc#556135, FATE#306453). - patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic: Update references (bnc#556135, FATE#306453). - patches.arch/kvm-split-paravirt-ops-by-functionality: Update references (bnc#556135, FATE#306453). - patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature: Update references (bnc#556135, FATE#306453). * Mon Nov 23 2009 jeffm@suse.com - Enabled: patches.fixes/enclosure-fix-oops-while-iterating-enclosure_status-array * Mon Nov 23 2009 jkosina@suse.de - patches.arch/x86-crypto-add-ghash-algorithm-test.patch: crypto: Add ghash algorithm test before provide to users (FATE#306883, bnc#554578). * Mon Nov 23 2009 jkosina@suse.de - patches.arch/x86-crypto-pclmulqdq-accelerated-implementation.patch: incorporate "ghash - put proper .data section in place" fix * Mon Nov 23 2009 sjayaraman@suse.de - Update config files. - Add new options KERNEL_DESKTOP and DEFAULT_VM_DIRTY_RATIO. - Enable KERNEL_DESKTOP for only desktop flavor. * Mon Nov 23 2009 sjayaraman@suse.de - patches.suse/mm-tune-dirty-limits.patch: mm: Make default VM dirty ratio configurable to suit different workloads (bnc#552883). * Fri Nov 20 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in, rpm/mkspec: build kernel-syms only for supported architectures. * Fri Nov 20 2009 jeffm@suse.com - Enabled B43_PHY_LP=y for PHY support on certain b43 chips. * Fri Nov 20 2009 mmarek@suse.cz - config.conf: Remove the -desktop flavor from kernel-syms. * Fri Nov 20 2009 mmarek@suse.cz - patches.suse/export-sync_page_range: Revert "vfs: Remove generic_osync_inode() and sync_page_range{_nolock}()" (bnc#557231). * Fri Nov 20 2009 jbeulich@novell.com - patches.suse/init-move-populate_rootfs-back-to-start_kernel: Fix a bad-pointer warning. * Fri Nov 20 2009 agruen@suse.de - rpm/macros.kernel-source: Add kernel_module_package_moddir() macro for cross-distro compatibility (FATE 305225). * Fri Nov 20 2009 jslaby@suse.cz - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: Update references (FATE#305733). - patches.suse/rlim-0002-SECURITY-add-task_struct-to-setrlimit.patch: Update references (FATE#305733). - patches.suse/rlim-0003-core-add-task_struct-to-update_rlimit_cpu.patch: Update references (FATE#305733). - patches.suse/rlim-0004-sys_setrlimit-make-sure-rlim_max-never-grows.patch: Update references (FATE#305733). - patches.suse/rlim-0005-core-split-sys_setrlimit.patch: Update references (FATE#305733). - patches.suse/rlim-0006-core-allow-setrlimit-to-non-current-tasks.patch: Update references (FATE#305733). - patches.suse/rlim-0007-core-optimize-setrlimit-for-current-task.patch: Update references (FATE#305733). - patches.suse/rlim-0008-FS-proc-make-limits-writable.patch: Update references (FATE#305733). - patches.suse/rlim-0009-core-posix-cpu-timers-cleanup-rlimits-usage.patch: Update references (FATE#305733). - patches.suse/rlim-0010-core-do-security-check-under-task_lock.patch: Update references (FATE#305733). - patches.suse/rlim-0011-resource-add-helpers-for-fetching-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0012-IA64-use-helpers-for-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0013-PPC-use-helpers-for-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0014-S390-use-helpers-for-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0015-SPARC-use-helpers-for-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0016-X86-use-helpers-for-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0017-FS-use-helpers-for-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0018-MM-use-helpers-for-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0019-core-use-helpers-for-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0020-misc-use-helpers-for-rlimits.patch: Update references (FATE#305733). - patches.suse/rlim-0021-core-rename-setrlimit-to-do_setrlimit.patch: Update references (FATE#305733). - patches.suse/rlim-0022-core-implement-getprlimit-and-setprlimit-syscalls.patch: Update references (FATE#305733). - patches.suse/rlim-0023-unistd-add-__NR_-get-set-prlimit-syscall-numbers.patch: Update references (FATE#305733). - patches.suse/rlim-0024-COMPAT-add-get-put_compat_rlimit.patch: Update references (FATE#305733). - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: Update references (FATE#305733). * Fri Nov 20 2009 jslaby@suse.cz - Add writable resource limits support - patches.suse/perfmon2.patch: Refresh. - patches.suse/rlim-0001-SECURITY-selinux-fix-update_rlimit_cpu-parameter.patch: SECURITY: selinux, fix update_rlimit_cpu parameter. - patches.suse/rlim-0002-SECURITY-add-task_struct-to-setrlimit.patch: SECURITY: add task_struct to setrlimit. - patches.suse/rlim-0003-core-add-task_struct-to-update_rlimit_cpu.patch: core: add task_struct to update_rlimit_cpu. - patches.suse/rlim-0004-sys_setrlimit-make-sure-rlim_max-never-grows.patch: sys_setrlimit: make sure ->rlim_max never grows. - patches.suse/rlim-0005-core-split-sys_setrlimit.patch: core: split sys_setrlimit. - patches.suse/rlim-0006-core-allow-setrlimit-to-non-current-tasks.patch: core: allow setrlimit to non-current tasks. - patches.suse/rlim-0007-core-optimize-setrlimit-for-current-task.patch: core: optimize setrlimit for current task. - patches.suse/rlim-0008-FS-proc-make-limits-writable.patch: FS: proc, make limits writable. - patches.suse/rlim-0009-core-posix-cpu-timers-cleanup-rlimits-usage.patch: core: posix-cpu-timers, cleanup rlimits usage. - patches.suse/rlim-0010-core-do-security-check-under-task_lock.patch: core: do security check under task_lock. - patches.suse/rlim-0011-resource-add-helpers-for-fetching-rlimits.patch: resource: add helpers for fetching rlimits. - patches.suse/rlim-0012-IA64-use-helpers-for-rlimits.patch: IA64: use helpers for rlimits. - patches.suse/rlim-0013-PPC-use-helpers-for-rlimits.patch: PPC: use helpers for rlimits. - patches.suse/rlim-0014-S390-use-helpers-for-rlimits.patch: S390: use helpers for rlimits. - patches.suse/rlim-0015-SPARC-use-helpers-for-rlimits.patch: SPARC: use helpers for rlimits. - patches.suse/rlim-0016-X86-use-helpers-for-rlimits.patch: X86: use helpers for rlimits. - patches.suse/rlim-0017-FS-use-helpers-for-rlimits.patch: FS: use helpers for rlimits. - patches.suse/rlim-0018-MM-use-helpers-for-rlimits.patch: MM: use helpers for rlimits. - patches.suse/rlim-0019-core-use-helpers-for-rlimits.patch: core: use helpers for rlimits. - patches.suse/rlim-0020-misc-use-helpers-for-rlimits.patch: misc: use helpers for rlimits. - patches.suse/rlim-0021-core-rename-setrlimit-to-do_setrlimit.patch: core: rename setrlimit to do_setrlimit. - patches.suse/rlim-0022-core-implement-getprlimit-and-setprlimit-syscalls.patch: core: implement getprlimit and setprlimit syscalls. - patches.suse/rlim-0023-unistd-add-__NR_-get-set-prlimit-syscall-numbers.patch: unistd: add __NR_[get|set]prlimit syscall numbers. - patches.suse/rlim-0024-COMPAT-add-get-put_compat_rlimit.patch: COMPAT: add get/put_compat_rlimit. - patches.suse/rlim-0025-x86-add-ia32-compat-prlimit-syscalls.patch: x86: add ia32 compat prlimit syscalls. * Fri Nov 20 2009 bphilips@suse.de - patches.drivers/phy-broadcom-bug-fixes-for-sp1.patch: phy/broadcom: bug fixes for SP1 (FATE#307117, bnc#556234). - patches.drivers/tg3-update-version-to-3.104.patch: tg3: Update version to 3.104 (bnc#556234, FATE#307117). * Fri Nov 20 2009 bphilips@suse.de - patches.drivers/phy-broadcom-bug-fixes-for-sp1.patch: phy/broadcom: bug fixes for SP1 (FATE#307117, bnc#556234). - patches.drivers/tg3-update-version-to-3.104.patch: tg3: Update version to 3.104 (bnc#556234, FATE#307117). * Fri Nov 20 2009 hare@suse.de - patches.drivers/megaraid-04.12-update: megaraid: Update megaraid_sas to version 04.12 (FATE#307125). * Fri Nov 20 2009 bphilips@suse.de - patches.drivers/bnx2-entropy-source.patch: bnx2: entropy source (FATE#307517). - patches.drivers/e1000-entropy-source.patch: Enable e1000 as entropy source (disabled by default) (FATE#307517). - patches.drivers/e1000e-entropy-source.patch: Enable e1000e as entropy source (disabled by default) (FATE#307517). - patches.drivers/igb-entropy-source.patch: Enable igb as entropy source (disabled by default) (FATE#307517). - patches.drivers/ixgbe-entropy-source.patch: Enable ixgbe as entropy source (disabled by default) (FATE#307517). - patches.drivers/tg3-entropy-source.patch: tg3: entropy source (FATE#307517). * Fri Nov 20 2009 hare@suse.de - patches.fixes/scsi-fix-bug-with-dma-maps-on-nested-scsi-objects: scsi_lib_dma: fix bug with dma maps on nested scsi objects (bnc#556595). - patches.fixes/scsi-introduce-helper-function-for-blocking-eh: scsi_transport_fc: Introduce helper function for blocking scsi_eh (bnc#556595). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Delete. * Fri Nov 20 2009 hare@suse.de Whitespace cleanup for series2git: - patches.arch/s390-message-catalog.diff: Refresh. - patches.drivers/aacraid-24701-update: Refresh. - patches.suse/crasher-26.diff: Refresh. - patches.suse/kdb-common: Refresh. - patches.suse/kdb-ia64: Refresh. - patches.suse/kdb-x86: Refresh. - patches.suse/ocfs2-allocation-resrvations.patch: Refresh. - patches.suse/perfmon2.patch: Refresh. - patches.suse/perfmon2_ioctl.patch: Refresh. - patches.suse/stack-unwind: Refresh. * Fri Nov 20 2009 bphilips@suse.de - patches.drivers/igb-add-support-for-82576NS-SerDes-adapter.patch: igb: add support for 82576NS SerDes adapter (FATE#306856). * Fri Nov 20 2009 jbeulich@novell.com - patches.suse/dm-mpath-evaluate-request-result-and-sense: Fix for !CONFIG_SCSI (in -ec2). * Fri Nov 20 2009 mfasheh@suse.com - patches.suse/ocfs2-allocation-resrvations.patch: ocfs2: allocation reservations (bnc#501563 FATE#307247). * Fri Nov 20 2009 jjolly@suse.de - patches.suse/perfmon2.patch: Refresh. - patches.arch/x86-self-ptrace.patch: Delete. (bnc#554585,LTC#57794) - patches.suse/self-ptrace.patch: Delete. (bnc#554585,LTC#57794) * Fri Nov 20 2009 jeffm@suse.com - Update to 2.6.32-rc8. - Eliminated 1 patch. * Fri Nov 20 2009 jeffm@suse.de - patches.fixes/enclosure-fix-oops-while-iterating-enclosure_status-array: enclosure: fix oops while iterating enclosure_status array (bnc#540997). * Thu Nov 19 2009 tonyj@suse.de - Update config files. - patches.suse/perfmon2.patch: perfmon2 (FATE#303968). - patches.suse/perfmon2_ioctl.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2_noutrace.patch: remove UTRACE code from perfmon2. - patches.xen/xen3-patch-2.6.28: Refresh. * Thu Nov 19 2009 jjolly@suse.de - Update config files. - patches.arch/s390-message-catalog.diff: Kernel message catalog. (bnc#549193,LTC#57210,FATE#306999). - rpm/kernel-binary.spec.in: * Thu Nov 19 2009 jbohac@suse.cz - patches.suse/add-queue_depth-ramp-up-code.patch: add queue_depth ramp up code (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-add-a-separate-scsi-transport-template-for-npiv-vports.patch: fcoe: add a separate scsi transport template for NPIV vports (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-add-check-to-fail-gracefully-in-bonding-mode.patch: fcoe: add check to fail gracefully in bonding mode (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-call-ndo_fcoe_enable-disable-to-turn-fcoe-feature-on-off-in-lld.patch: fcoe: Call ndo_fcoe_enable/disable to turn FCoE feature on/off in LLD (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-fix-checking-san-mac-address.patch: fcoe: Fix checking san mac address (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-fix-getting-san-mac-for-vlan-interface.patch: fcoe: Fix getting san mac for VLAN interface (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-fix-setting-lport-s-wwnn-wwpn-to-use-san-mac-address.patch: fcoe: Fix setting lport's WWNN/WWPN to use san mac address (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-fix-using-vlan-id-in-creating-lport-s-wwwn-wwpn.patch: fcoe: Fix using VLAN ID in creating lport's WWWN/WWPN (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-formatting-cleanups-and-commenting.patch: fcoe: Formatting cleanups and commenting (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-increase-fcoe_max_lun-to-0xffff-65535.patch: fcoe: Increase FCOE_MAX_LUN to 0xFFFF (65535) (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-initialize-return-value-in-fcoe_destroy.patch: fcoe: initialize return value in fcoe_destroy (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-libfc-fix-an-libfc-issue-with-queue-ramp-down-in-libfc.patch: fcoe, libfc: fix an libfc issue with queue ramp down in libfc (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-libfc-use-single-frame-allocation-api.patch: fcoe, libfc: use single frame allocation API (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-npiv-vport-create-destroy.patch: fcoe: NPIV vport create/destroy (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-remove-extra-function-decalrations.patch: fcoe: remove extra function decalrations (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-remove-redundant-checking-of-netdev-netdev_ops.patch: fcoe: remove redundant checking of netdev->netdev_ops (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-use-netif_f_fcoe_mtu-flag-to-set-up-max-frame-size-lport-mfs.patch: fcoe: Use NETIF_F_FCOE_MTU flag to set up max frame size (lport->mfs) (fate#306857, fate#306859, bnc#551175). - patches.suse/fcoe-vport-symbolic-name-support.patch: fcoe: vport symbolic name support (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-add-host-number-to-lport-link-up-down-messages.patch: libfc: add host number to lport link up/down messages. (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-add-libfc-fc_libfc-ch-for-libfc-internal-routines.patch: libfc: Add libfc/fc_libfc.[ch] for libfc internal routines (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-add-queue_depth-ramp-up.patch: libfc: add queue_depth ramp up (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-add-routine-to-copy-data-from-a-buffer-to-a-sg-list.patch: libfc: Add routine to copy data from a buffer to a SG list (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-add-set_fid-function-to-libfc-template.patch: libfc: add set_fid function to libfc template (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-add-some-generic-npiv-support-routines-to-libfc.patch: libfc: add some generic NPIV support routines to libfc (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-adds-can_queue-ramp-up.patch: libfc: adds can_queue ramp up (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-adds-missing-exch-release-for-accepted-rrq.patch: libfc: adds missing exch release for accepted RRQ (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-changes-to-libfc_host_alloc-to-consolidate-initialization-with-allocation.patch: libfc: changes to libfc_host_alloc to consolidate initialization with allocation (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-combine-name-server-registration-request-functions.patch: libfc: combine name server registration request functions (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-combine-name-server-registration-response-handlers.patch: libfc: combine name server registration response handlers (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-convert-to-scsi_track_queue_full.patch: libfc: convert to scsi_track_queue_full (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-do-not-use-did_no_connect-for-pkt-alloc-failures.patch: libfc: do not use DID_NO_CONNECT for pkt alloc failures. (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-don-t-warn_on-in-lport_timeout-for-reset-state.patch: libfc: don't WARN_ON in lport_timeout for RESET state (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-export-fc-headers.patch: libfc: Export FC headers (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fcoe-add-fc-passthrough-support.patch: libfc, fcoe: Add FC passthrough support (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fcoe-don-t-export_symbols-unnecessarily.patch: libfc, fcoe: Don't EXPORT_SYMBOLS unnecessarily (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fcoe-fixes-for-highmem-skb-linearize-panics.patch: libfc, fcoe: fixes for highmem skb linearize panics (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fcoe-increase-els-and-ct-timeouts.patch: libfc fcoe: increase ELS and CT timeouts (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-an-issue-of-pending-exch-es-after-i-f-destroyed-or-rmmod-fcoe.patch: libfc: fix an issue of pending exch/es after i/f destroyed or rmmod fcoe (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-ddp-in-fc_fcp-for-0-xid.patch: libfc: fix ddp in fc_fcp for 0 xid (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-fc_els_resp_type-to-correct-display-of-ct-responses.patch: libfc: fix fc_els_resp_type to correct display of CT responses (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-frags-in-frame-exceeding-skb_max_frags-in-fc_fcp_send_data.patch: libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-free-of-fc_rport_priv-with-timer-pending.patch: libfc: fix free of fc_rport_priv with timer pending (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-memory-corruption-caused-by-double-frees-and-bad-error-handling.patch: libfc: fix memory corruption caused by double frees and bad error handling (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-rnn_id-smashing-skb-payload.patch: libfc: fix RNN_ID smashing skb payload (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-symbolic-name-registrations-smashing-skb-data.patch: libfc: fix symbolic name registrations smashing skb data (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-typo-in-retry-check-on-received-prli.patch: libfc: fix typo in retry check on received PRLI (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-fix-wrong-scsi-return-status-under-fc_data_undrun.patch: libfc: Fix wrong scsi return status under FC_DATA_UNDRUN (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-formatting-cleanups-across-libfc.patch: libfc: Formatting cleanups across libfc (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-libfcoe-fdisc-els-for-npiv.patch: libfc, libfcoe: FDISC ELS for NPIV (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-lport-fix-minor-documentation-errors.patch: libfc: lport: fix minor documentation errors (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-move-libfc_init-and-libfc_exit-to-fc_libfc-c.patch: libfc: Move libfc_init and libfc_exit to fc_libfc.c (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-move-non-common-routines-and-prototypes-out-of-libfc-h.patch: libfc: Move non-common routines and prototypes out of libfc.h (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-reduce-can_queue-for-all-fcp-frame-allocation-failures.patch: libfc: reduce can_queue for all FCP frame allocation failures (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-register-fc4-features-with-the-fc-switch.patch: libfc: register FC4 features with the FC switch (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-register-symbolic-node-name-rsnn_nn.patch: libfc: Register Symbolic Node Name (RSNN_NN) (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-register-symbolic-port-name-rspn_id.patch: libfc: Register Symbolic Port Name (RSPN_ID) (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-remove-fc_fcp_complete.patch: libfc: Remove fc_fcp_complete (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-remove-unused-fc_lport-pointer-from-fc_fcp_pkt_abort.patch: libfc: Remove unused fc_lport pointer from fc_fcp_pkt_abort (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-removes-initializing-fc_cpu_order-and-fc_cpu_mask-per-lport.patch: libfc: removes initializing fc_cpu_order and fc_cpu_mask per lport (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-removes-unused-disc_work-and-ex_list.patch: libfc: removes unused disc_work and ex_list (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-rnn_id-may-be-required-before-rsnn_nn-with-some-switches.patch: libfc: RNN_ID may be required before RSNN_NN with some switches (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-rpn_id-is-obsolete-and-unnecessary.patch: libfc: RPN_ID is obsolete and unnecessary (fate#306857, fate#306859, bnc#551175). - patches.suse/libfc-vport-link-handling-and-fc_vport-state-managment.patch: libfc: vport link handling and fc_vport state managment (fate#306857, fate#306859, bnc#551175). - patches.suse/libfcoe-allow-fip-to-be-disabled-by-the-driver.patch: libfcoe: Allow FIP to be disabled by the driver (fate#306857, fate#306859, bnc#551175). - patches.suse/libfcoe-do-not-pad-fip-keep-alive-to-full-frame-size.patch: libfcoe: Do not pad FIP keep-alive to full frame size (fate#306857, fate#306859, bnc#551175). - patches.suse/libfcoe-don-t-send-els-in-fip-mode-if-no-fcf-selected.patch: libfcoe: don't send ELS in FIP mode if no FCF selected (fate#306857, fate#306859, bnc#551175). - patches.suse/libfcoe-fcoe-libfcoe-npiv-support.patch: libfcoe, fcoe: libfcoe NPIV support (fate#306857, fate#306859, bnc#551175). - patches.suse/libfcoe-fcoe-simplify-receive-flogi-response.patch: libfcoe: fcoe: simplify receive FLOGI response (fate#306857, fate#306859, bnc#551175). - patches.suse/libfcoe-fip-allow-fip-receive-to-be-called-from-irq.patch: libfcoe: fip: allow FIP receive to be called from IRQ. (fate#306857, fate#306859, bnc#551175). - patches.suse/libfcoe-fip-should-report-link-to-libfc-whether-selected-or-not.patch: libfcoe: FIP should report link to libfc whether selected or not (fate#306857, fate#306859, bnc#551175). - patches.suse/libfcoe-fip-use-scsi-host-number-to-identify-debug-messages.patch: libfcoe: fip: use SCSI host number to identify debug messages. (fate#306857, fate#306859, bnc#551175). - patches.suse/libfcoe-formatting-and-comment-cleanups.patch: libfcoe: formatting and comment cleanups (fate#306857, fate#306859, bnc#551175). - patches.suse/modify-change_queue_depth-to-take-in-reason-why-it-is-being-called.patch: modify change_queue_depth to take in reason why it is being called (fate#306857, fate#306859, bnc#551175). - patches.suse/scsi-error-have-scsi-ml-call-change_queue_depth-to-handle-queue_full.patch: scsi error: have scsi-ml call change_queue_depth to handle QUEUE_FULL (fate#306857, fate#306859, bnc#551175). * Thu Nov 19 2009 hare@suse.de - patches.suse/dm-mpath-accept-failed-paths: Fixup patch to apply. * Thu Nov 19 2009 hare@suse.de Port patches from SLES11: - patches.fixes/scsi-dh-queuedata-accessors: Kernel bug triggered in multipath (bnc#486001). - patches.suse/dm-mpath-accept-failed-paths: Refresh. - patches.suse/dm-mpath-detach-existing-hardware-handler: multipath: detach existing hardware handler if none was specified. - patches.suse/dm-mpath-requeue-for-stopped-queue: Delete. * Thu Nov 19 2009 hare@suse.de - patches.suse/dm-mpath-evaluate-request-result-and-sense: multipath: Evaluate request result and sense code (FATE#303695,bnc#433920,bnc#442001). * Thu Nov 19 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Kill support for kernel-$flavor symbols, we need a unified kernel-source for all flavors. * Thu Nov 19 2009 hare@suse.de - patches.fixes/bnx2i-use-common-iscsi-suspend-queue: bnx2i: use common iscsi suspend queue (FATE#307215). - patches.fixes/iscsi-class-modify-handling-of-replacement-time: iscsi class: modify handling of replacement timeout (FATE#307215). - patches.fixes/iser-set-tgt-and-lu-reset-timeout: iser: set tgt and lu reset timeout (FATE#307215). - patches.fixes/libiscsi-add-warm-target-reset-tmf-support: libiscsi: add warm target reset tmf support (FATE#307215). - patches.fixes/libiscsi-check-tmf-state-before-sending-pdu: libiscsi: Check TMF state before sending PDU (FATE#307215). - patches.fixes/libiscsi-fix-login-text-checks-in-pdu-inject: libiscsi: fix login/text checks in pdu injection code (FATE#307215). - patches.fixes/scsi-add-scsi-target-reset-support-to-ioctl: add scsi target reset support to scsi ioctl. - patches.fixes/scsi-devinfo-update-hitachi-entries: scsi_devinfo: update Hitachi entries (v2). - patches.fixes/scsi-fc-class-failfast-bsg-requests: [SCSI] fc class: fail fast bsg requests. - patches.drivers/cxgb3i: Delete. - patches.drivers/cxgb3i-fixed-offload-array-size: Delete. - patches.fixes/disable-lro-per-default: Delete. * Thu Nov 19 2009 hare@suse.de - patches.fixes/scsi_dh-always-attach-sysfs: scsi_dh: create sysfs file, dh_state for all SCSI disk devices. - patches.fixes/scsi_dh-change-activate-interface: scsi_dh: Change the scsidh_activate interface to be asynchronous (bnc#556144). - patches.fixes/scsi_dh-make-alua-handler-asynchronous: scsi_dh: Make alua hardware handler's activate() async (bnc#556144). - patches.fixes/scsi_dh-make-hp_sw-handler-asynchronous: scsi_dh: Make hp hardware handler's activate() async (bnc#556144). - patches.fixes/scsi_dh-make-rdac-handler-asynchronous: scsi_dh: Make rdac hardware handler's activate() async (bnc#556144). * Thu Nov 19 2009 hare@suse.de - patches.drivers/qla4xxx-5.01.00-k8_sles11-03-update: Delete. - patches.drivers/qla4xxx-sles11-update: Delete. * Thu Nov 19 2009 hare@suse.de - Update config files. - patches.drivers/hpsa: hpsa: New driver SCSI driver for HP Smart Array (FATE#307153,bnc#555855). - supported.conf: Mark hpsa as supported. * Thu Nov 19 2009 jjolly@suse.de - patches.arch/s390-01-qeth-isolation.patch: qeth: Exploit QDIO Data Connection Isolation (bnc#555199,LTC#57826,FATE#307015). - patches.arch/s390-02-01-cex3-init-msg.patch: zcrypt: initialize ap_messages for cex3 exploitation (bnc#555200,LTC#57825,FATE#307112). - patches.arch/s390-02-02-cex3-special-command.patch: zcrypt: special command support for cex3 exploitation (bnc#555200,LTC#57825,FATE#307112). - patches.arch/s390-02-03-cex3-device.patch: zcrypt: add support for cex3 device types (bnc#555200,LTC#57825,FATE#307112). - patches.arch/s390-02-04-cex3-use-def.patch: zcrypt: use definitions for cex3 (bnc#555200,LTC#57825,FATE#307112). - patches.arch/s390-02-05-zcrypt-speed-cex2c.patch: zcrypt: adjust speed rating between cex2 and pcixcc (bnc#555200,LTC#57825,FATE#307112). - patches.arch/s390-02-06-zcrypt-speed-cex3.patch: zcrypt: adjust speed rating of cex3 adapters (bnc#555200,LTC#57825,FATE#307112). - patches.arch/s390-sles11sp1-01-qeth-isolation.patch: Delete. * Thu Nov 19 2009 jjolly@suse.de - patches.arch/s390-sles11sp1-01-qeth-isolation.patch: qeth: Exploit QDIO Data Connection Isolation (bnc#555199,LTC#57826,FATE#307015). * Wed Nov 18 2009 jeffm@suse.com - scripts/sequence-patch.sh: Add automatic generation of supported modules list. * Wed Nov 18 2009 jeffm@suse.com - Update config files: Enable CONFIG_ACPI_CUSTOM_OVERRIDE_INITRAMFS * Wed Nov 18 2009 jeffm@suse.com - patches.suse/acpi-generic-initramfs-table-override-support: ACPI: generic initramfs table override support (bnc#533555). - patches.suse/init-move-populate_rootfs-back-to-start_kernel: init: move populate_rootfs back to start_kernel (bnc#533555). * Wed Nov 18 2009 jkosina@suse.de - patches.arch/x86-crypto-pclmulqdq-accelerated-implementation.patch: incorporate "crypto: ghash-intel - Hard-code pshufb" fix * Wed Nov 18 2009 jeffm@suse.com - patches.suse/hung_task_timeout-configurable-default: hung_task_timeout: configurable default (bnc#552820). - Default to runtime-disabled on all flavors except debug. * Wed Nov 18 2009 agraf@suse.de - patches.fixes/kvm-ioapic.patch: Ignore apic polarity (bnc#556564). - patches.fixes/kvm-macos.patch: Implement some missing intercepts so osx doesn't blow up (bnc#556564). * Wed Nov 18 2009 hare@suse.de - supported.conf: mark missing 10Gb drivers as supported (bnc#555793) * Wed Nov 18 2009 hare@suse.de - patches.drivers/aacraid-24701-update: Problems with aacraid (bnc#524242,FATE#307437). * Wed Nov 18 2009 hare@suse.de Cleanup patches for series2git: - patches.apparmor/apparmor.diff: Refresh. - patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch: Refresh. - patches.suse/bootsplash: Refresh. - patches.suse/nfs4acl-ext3.diff: Refresh. - patches.suse/silent-stack-overflow-2.patch: Refresh. - patches.suse/suse-ppc32-mol.patch: Refresh. - patches.suse/xfs-dmapi-src: Refresh. * Wed Nov 18 2009 agraf@suse.de - Update config files to enable pv-ops for KVM clock. (bnc#556135) * Wed Nov 18 2009 tiwai@suse.de - patches.drivers/alsa-sp1-hda-01-select-ibexpeak-handler: ALSA: hda - select IbexPeak handler for Calpella (FATE#306783). - patches.drivers/alsa-sp1-hda-02-vectorize-get_empty_pcm_device: ALSA: hda - vectorize get_empty_pcm_device() (FATE#306783). - patches.drivers/alsa-sp1-hda-03-allow-up-to-4-HDMI: ALSA: hda - allow up to 4 HDMI devices (FATE#306783). - patches.drivers/alsa-sp1-hda-04-convert-intelhdmi-global-references: ALSA: hda - convert intelhdmi global references to local parameters (FATE#306783). - patches.drivers/alsa-sp1-hda-05-remove-intelhdmi-dependency-on-multiout: ALSA: hda - remove intelhdmi dependency on multiout (FATE#306783). - patches.drivers/alsa-sp1-hda-06-use-pcm-prepare-callbacks-for-intelhdmi: ALSA: hda - use pcm prepare/cleanup callbacks for intelhdmi (FATE#306783). - patches.drivers/alsa-sp1-hda-07-reorder-intelhemi-prepare-callbacks: ALSA: hda - reorder intelhdmi prepare/cleanup callbacks (FATE#306783). - patches.drivers/alsa-sp1-hda-08-vectorize-intelhdmi: ALSA: hda - vectorize intelhdmi (FATE#306783). - patches.drivers/alsa-sp1-hda-09-get-intelhtemi-max-channels: ALSA: hda - get intelhdmi max channels from widget caps (FATE#306783). - patches.drivers/alsa-sp1-hda-10-auto-parse-intelhdmi-cvt-pin: ALSA: hda - auto parse intelhdmi cvt/pin configurations (FATE#306783). - patches.drivers/alsa-sp1-hda-11-remove-static-intelhdmi-config: ALSA: hda - remove static intelhdmi configurations (FATE#306783). - patches.drivers/alsa-sp1-hda-12-reset-pins-idt-codec-free: ALSA: hda - Reset pins of IDT/STAC codecs at free (bnc#544779). - patches.drivers/alsa-sp1-hda-13-add-reboot-notifier: ALSA: hda - Add reboot notifier to each codec (bnc#544779). - patches.drivers/alsa-sp1-hda-14-add-missing-export: ALSA: hda - Add missing export for snd_hda_bus_reboot_notify (bnc#544779). - patches.drivers/alsa-sp1-hda-15-fix-build-warning: ALSA: hda - Add a proper ifdef to a debug code (FATE#306783). - patches.drivers/alsa-sp1-hda-16-stac-dual-headphones-fix: ALSA: hda - Fix detection of dual headphones (bnc#556532). * Wed Nov 18 2009 jkosina@suse.de - patches.arch/x86-crypto-pclmulqdq-accelerated-implementation.patch: crypto: ghash - Add PCLMULQDQ accelerated implementation (FATE#306883, bnc#554578). - Update config files: set CRYPTO_GHASH_CLMUL_NI_INTEL=m - patches.xen/xen3-patch-2.6.28: Refresh to apply cleanly * Wed Nov 18 2009 agraf@suse.de - patches.arch/kvm-only-export-selected-pv-ops-feature-structs: Only export selected pv-ops feature structs (bnc#556135). - patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic: Replace kvm io delay pv-ops with linux magic (bnc#556135). - patches.arch/kvm-split-paravirt-ops-by-functionality: Split paravirt ops by functionality (bnc#556135). - patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature: Split the KVM pv-ops support by feature (bnc#556135). - patches.xen/xen3-patch-2.6.23: Refresh. - patches.xen/xen3-patch-2.6.31: Refresh. * Wed Nov 18 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: Delete. * Wed Nov 18 2009 trenn@suse.de - Update config files. Also enable CONFIG_DMAR (fate#306796) for vanilla flavors * Wed Nov 18 2009 trenn@suse.de - Update config files. Do the same for i386 * Wed Nov 18 2009 trenn@suse.de - Update config files. Enabling CONFIG_DMAR (fate#306796), introduces these changes: +CONFIG_HAVE_INTEL_TXT=y - # CONFIG_DMAR is not set +CONFIG_DMAR=y +# CONFIG_DMAR_DEFAULT_ON is not set +CONFIG_DMAR_FLOPPY_WA=y +# CONFIG_INTEL_TXT is not set Done for x86_64 for now only. * Mon Nov 16 2009 jkosina@suse.de - patches.fixes/hid-fixup-ncr-quirk.patch: HID: fixup quirk for NCR devices (bnc#548807). * Fri Nov 13 2009 mmarek@suse.cz - rpm/*.spec.in, rpm/kernel-module-subpackage: add Provides: multiversion(kernel) to binary kernel packages, kernel-source, kernel-syms and all KMPs so that zypp can be configured to keep multiple versions of these packages (fate#305311). * Fri Nov 13 2009 npiggin@suse.de - Disable LGUEST on x86 32. It doesn't build properly without PARAVIRT. * Wed Nov 11 2009 jack@suse.cz - patches.fixes/zisofs-large-pagesize-read.patch: zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block size (bnc#540349). * Wed Nov 11 2009 npiggin@suse.de - Update config files. * Wed Nov 11 2009 npiggin@suse.de - Disable PARAVIRT_GUEST on x86 32 and 64. * Tue Nov 10 2009 teheo@suse.de - patches.drivers/libata-ahci-aspire-3810t-noncq: ahci: disable NCQ on Aspire 3810t (bnc#522790). * Tue Nov 10 2009 npiggin@suse.de - Update config files. * Tue Nov 10 2009 npiggin@suse.de - Update config files. Disable CONFIG_CC_STACKPROTECTOR on all x86 kernels except debug. Overhead is prohibitive. * Mon Nov 9 2009 npiggin@suse.de - patches.suse/files-slab-rcu.patch: SLAB_DESTROY_BY_RCU for file slab. * Mon Nov 9 2009 npiggin@suse.de - Update config files. Vanilla doesn't have unwinder, trace selects options which select frame pointers. * Mon Nov 9 2009 npiggin@suse.de - Disable FRAME_POINTER on i386 and x86-64, all kernels. Unwind info should provide all this functionality. * Mon Nov 9 2009 nfbrown@suse.de - patches.fixes/nfs-honour-server-preferred-io-size: NFS: Honour server-preferred io sizes (bnc#550648). * Mon Nov 9 2009 nfbrown@suse.de - patches.fixes/nfs-slot-table-alloc: Don't fail allocations for the slot table when mounting an NFS filesystem (bnc#519820). * Fri Nov 6 2009 trenn@suse.de - patches.arch/x86_amd_fix_erratum_63.patch: x86/amd-iommu: Workaround for erratum 63 (bnc#548274). * Fri Nov 6 2009 jeffm@suse.de - Disabled PARAVIRT_GUEST on ia64/trace and ia64/vanilla. * Fri Nov 6 2009 trenn@suse.de - patches.suse/kdb_x86_fix_hang.patch: X86 KDB: Reduce timeout for blinking LEDs (bnc#528811). * Fri Nov 6 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix last change. * Fri Nov 6 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc6 and c/s 941. - Update Xen config files. - supported.conf: Add domctl. * Fri Nov 6 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add the /lib/modules/.../{source,devel} symlinks to the -devel package (bnc#548728). * Fri Nov 6 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kvm-kmp. * Thu Nov 5 2009 jeffm@suse.com - Update to 2.6.32-rc6. - 2 patches eliminated - NR_CPUS=4096 on ia64/vanilla again * Thu Nov 5 2009 jeffm@suse.com - Performance: Disabled CONFIG_PARAVIRT on all flavors. * Thu Nov 5 2009 mmarek@suse.cz - Delete unused 2.6.31.y patches. * Thu Nov 5 2009 mmarek@suse.cz - supported.conf: add libfcoe and fix typo. * Thu Nov 5 2009 mmarek@suse.cz - supported.conf: update so that supported modules don't require unsupported ones by adding following modules: async_pq async_raid6_recov ath blkback_pagemap crypto_hash drm_kms_helper fddi fscache lib80211 libfcoe libipw libiscsi_tcp llc md_mod mdio mfd_core nf_defrag_ipv4 p8022 psnap raid6_pq tr ttm ucb1400_core v4l2_compat_ioctl32. * Thu Nov 5 2009 mmarek@suse.cz - config.conf: remove kernel-ps3-devel (does not exist) and kernel-debug-devel (not needed most of the time) from kernel-syms. * Thu Nov 5 2009 hare@suse.de - Update config files: Set CONFIG_HZ to 100 for zSeries (bnc#552564). * Thu Nov 5 2009 hare@suse.de - Update config files: Increase MAX_RAW_DEVS to 4096 on zSeries (bnc#552565). * Wed Nov 4 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete stray text. * Tue Nov 3 2009 mmarek@suse.cz - config.conf: remove the ec2 flavor from kernel-syms, most KMPs don't make any sense on ec2 (http://lists.opensuse.org/opensuse-kernel/2009-11/msg00001.html). * Mon Nov 2 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete also brocade-bfa-kmp. * Mon Nov 2 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: add split-modules to the src.rpm. * Mon Nov 2 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete enic-kmp and fnic-kmp. * Mon Nov 2 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete kmps by their full name, not just the foo-kmp virtual dependency (bnc#472410). * Thu Oct 29 2009 tonyj@suse.de - Update ppc/ps3 config for CONFIG_UTRACE * Thu Oct 29 2009 tonyj@suse.de - patches.trace/utrace-core: Update for SP1 (FATE# 304321) * Wed Oct 28 2009 nfbrown@suse.de - patches.fixes/nfsd-acl.patch: nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups (bnc#549748). * Wed Oct 28 2009 jdelvare@suse.de - Update config files: CONFIG_NTFS_FS=n We handle NTFS through FUSE these days. * Tue Oct 27 2009 jbohac@suse.cz - Update config files: CONFIG_NETLABEL=y CONFIG_SECURITY_NETWORK_XFRM=y (fate#307284) * Tue Oct 27 2009 jkosina@suse.de - patches.fixes/sched-move-rq_weight-data-array-out-of-percpu: fix compilation failure for configs with CONFIG_SMP=n and CONFIG_FAR_GROUP_SCHED=y * Tue Oct 27 2009 jbeulich@novell.com - Update config files (MINIX_FS=m globally, NTFS_FS off for -ec2). - supported.conf: Add fs/minix. * Tue Oct 27 2009 jkosina@suse.de - patches.fixes/percpu-allow-pcpu_alloc-to-be-called-with-IRQs-off: percpu: allow pcpu_alloc() to be called with IRQs off (bnc#548119). - patches.fixes/sched-move-rq_weight-data-array-out-of-percpu: Update to newer version which is going to be merged upstream. * Fri Oct 23 2009 jeffm@suse.com - Update to 2.6.32-rc5-git3. * Fri Oct 23 2009 mmarek@suse.cz - Update config files: set NR_CPUS back to 2048 for ia64/vanilla until there is a fix in mainline. * Fri Oct 23 2009 mmarek@suse.cz - patches.fixes/sched-move-rq_weight-data-array-out-of-percpu: fix for !CONFIG_SMP. * Fri Oct 23 2009 mmarek@suse.cz - patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch: Cleanup and make boot splash work with KMS (bnc#544645). * Thu Oct 22 2009 jeffm@suse.com - Re-enabled NR_CPUS=4096 on ia64. - patches.fixes/sched-move-rq_weight-data-array-out-of-percpu: sched: move rq_weight data array out of .percpu (bnc#548119). * Tue Oct 20 2009 jbeulich@novell.com - Update x86-64 Xen config file (NR_CPUS=512). - Refresh a few Xen patches. - rpm/kernel-binary.spec.in: Handle -ec2 flavor. - rpm/package-descriptions: Describe -ec2 flavor. - rpm/post.sh: Handle -ec2 flavor. * Tue Oct 20 2009 jbeulich@novell.com - patches.fixes/use-totalram_pages: Delete. * Tue Oct 20 2009 jbeulich@novell.com - config.conf: Add -ec2 configs (fate#305273) - Add ec2 config files. - patches.xen/xen-unpriv-build: No need to build certain bits when building non-privileged kernel. - supported.conf: Add fs/nls/nls_base. * Mon Oct 19 2009 jeffm@suse.com - Temporarily reduce NR_CPUS to 2048 on ia64 to avoid build failures (bnc#548119) * Mon Oct 19 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: [s390x] ignore errors from dwarfextract for now. * Fri Oct 16 2009 mmarek@suse.cz - Update config files: set CONFIG_ENTERPRISE_SUPPORT=y. * Fri Oct 16 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix the logic for determining the base package in the %%post scripts. * Fri Oct 16 2009 jeffm@suse.com - Update config files. * Fri Oct 16 2009 jeffm@suse.com - Update to 2.6.32-rc5. * Fri Oct 16 2009 mmarek@suse.de - patches.rpmify/ia64-sn-fix-percpu-warnings: ia64/sn: fix percpu warnings. * Fri Oct 16 2009 mmarek@suse.de - Update config files: disable MTD_GPIO_ADDR, VME_CA91CX42 and VME_TSI148 on ia64 to fix build. * Fri Oct 16 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: undo the -base merge for now. * Fri Oct 16 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: mark kernel-source as arch dependent again. The content is noarch, but changing the rpm architecture breaks online update. * Fri Oct 16 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.32-rc4: Fix AGP for PowerPC. * Fri Oct 16 2009 jbeulich@novell.com - Update Xen patches to 2.6.32-rc4 and c/s 938. - config.conf: Re-enable Xen. - Update x86 config files. * Tue Oct 13 2009 jeffm@suse.com - patches.rpmify/staging-missing-sched.h: Added missing sites. * Mon Oct 12 2009 jeffm@suse.com - patches.rpmify/staging-missing-sched.h: staging: Complete sched.h removal from interrupt.h. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/ptrace_may_access-fix: apparmor: ptrace_may_access -> ptrace_access_check. * Mon Oct 12 2009 jeffm@suse.de - Update config files. * Mon Oct 12 2009 jeffm@suse.de - Updated to 2.6.32-rc4. - Eliminated 4 patches. - Refreshed context. * Mon Oct 12 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: Refresh and enable. * Fri Oct 9 2009 jeffm@suse.de - Cleanup unused patches: - patches.fixes/iwl3945-fix-rfkill.patch: Delete. - patches.fixes/iwlagn-fix-rfkill.patch: Delete. - patches.suse/kdb-serial-8250: Delete. - patches.suse/kdb-sysctl-context: Delete. * Fri Oct 9 2009 jeffm@suse.de - patches.fixes/scsi-add-tgps-setting: Refresh and re-enable. * Fri Oct 9 2009 jeffm@suse.de - patches.arch/x86_64-hpet-64bit-timer.patch: Refresh and re-enable. * Fri Oct 9 2009 jeffm@suse.de - patches.suse/kbuild-icecream-workaround: Refresh and re-enable. * Fri Oct 9 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: Delete. * Fri Oct 9 2009 jeffm@suse.de - patches.arch/mm-avoid-bad-page-on-lru: Refresh and re-enable. * Fri Oct 9 2009 jeffm@suse.de - Update vanilla config files. * Fri Oct 9 2009 jeffm@suse.de - Update to 2.6.32-rc3. * Thu Oct 8 2009 jeffm@suse.de - patches.rpmify/tsi148-dependency: vme/tsi148: Depend on VIRT_TO_BUS * Thu Oct 8 2009 jeffm@suse.de - patches.suse/kdb-x86-build-fixes: kdb: Use $srctree not $TOPDIR in Makefile. * Thu Oct 8 2009 jeffm@suse.de - patches.rpmify/winbond-prepare_multicast: winbond: implement prepare_multicast and fix API usage. - patches.rpmify/winbond_beacon_timers: winbond: use bss_conf->beacon_int instead of conf->beacon_int. - patches.rpmify/winbond-build-fixes: Delete. * Thu Oct 8 2009 jeffm@suse.de - patches.rpmify/rtl8192e-build-fixes: rtl8192e: Add #include . * Thu Oct 8 2009 jeffm@suse.de - patches.suse/kdb-build-fixes: kdb: Build fixes. * Thu Oct 8 2009 jeffm@suse.de - patches.rpmify/iio-s390-build-fix: iio: Don't build on s390. * Thu Oct 8 2009 jeffm@suse.de - patches.rpmify/winbond-build-fixes: winbond: API fix. * Thu Oct 8 2009 jeffm@suse.de - Update vanilla config files. * Thu Oct 8 2009 jeffm@suse.de - Update config files. * Thu Oct 8 2009 jeffm@suse.de - Updated to 2.6.32-rc1 (AKA 2.6.32-rc2). - Eliminated 28 patches. - 14 patches need further review. - Xen and AppArmor are currently disabled. - USB support in KDB is disabled. * Wed Oct 7 2009 gregkh@suse.de - patches.kernel.org/patch-2.6.31.2-3: Linux 2.6.31.3. - major tty bugfix * Wed Oct 7 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc268-automic-fix: ALSA: hda - Fix yet another auto-mic bug in ALC268 (bnc#544899). * Wed Oct 7 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Fix the regression, "iostat reports wrong service time and utilization", introduced by this patch (bnc#544926). * Tue Oct 6 2009 gregkh@suse.de - patches.suse/x86-mark_rodata_rw.patch: Delete. - patches.xen/xen3-x86-mark_rodata_rw.patch: Delete. - both of these were not being used anyway. * Tue Oct 6 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.2. * Tue Oct 6 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc660vd-asus-a7k-fix: ALSA: hda - Add a workaround for ASUS A7K (bnc#494309). * Mon Oct 5 2009 gregkh@suse.de - refresh patch fuzz due to 2.6.31.2 import. * Mon Oct 5 2009 gregkh@suse.de - Update to Linux 2.6.31.2: - bugfixes, lots of them. - security fixes * Mon Oct 5 2009 tiwai@suse.de - patches.drivers/alsa-hda-alc861-toshiba-fix: ALSA: hda - Fix invalid initializations for ALC861 auto mode (bnc#544161). * Fri Oct 2 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: Delete. The code never got upstream and looks incorrect. * Fri Oct 2 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi-04-fix-surround-side-mute: ALSA: ctxfi: Swapped SURROUND-SIDE mute. - patches.drivers/alsa-hda-2.6.32-rc1-toshiba-fix: ALSA: hda - Added quirk to enable sound on Toshiba NB200. - patches.drivers/alsa-hda-2.6.32-rc2: ALSA: backport 2.6.32-rc2 fixes for HD-audio. * Thu Oct 1 2009 jbeulich@novell.com - Update Xen patches to 2.6.31.1 and c/s 934. * Thu Oct 1 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete quickcam-kmp (bnc#543361). * Wed Sep 30 2009 gregkh@suse.de - Update to 2.6.31.1 - lots of bugfixes - security fixes * Tue Sep 29 2009 trenn@suse.de - Disabled patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch with +trenn (bnc#542767) * Wed Sep 23 2009 teheo@suse.de - Update config files. Build pci-stub driver into the kernel so that built in pci drivers can be blocked from attaching to devices. * Tue Sep 22 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: when building against Linus' kernels (2.6.x), append a .0 to the kernel version embedded in the KMP version, to ensure that such KMP is older than a KMP built against a subsequent stable kernel (2.6.x.y, y > 0). * Mon Sep 21 2009 jeffm@suse.de - Update config files. * Mon Sep 21 2009 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Ported to 2.6.31 (bnc#533555). * Sat Sep 19 2009 mmarek@suse.cz - rpm/postun.sh: do not remove the bootloader entry if the kernel version didn't change (bnc#533766). * Sat Sep 19 2009 mmarek@suse.cz - rpm/postun.sh: remove dead code. * Fri Sep 18 2009 jeffm@suse.de - patches.fixes/reiserfs-replay-honor-ro: reiserfs: Properly honor read-only devices (bnc#441062). * Thu Sep 17 2009 jeffm@suse.de - patches.arch/acpi_srat-pxm-rev-ia64.patch: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64) (bnc#503038). - patches.arch/acpi_srat-pxm-rev-store.patch: Store SRAT table revision (bnc#503038). - patches.arch/acpi_srat-pxm-rev-x86-64.patch: Use SRAT table rev to use 8bit or 32bit PXM fields (x86-64) (bnc#503038). * Thu Sep 17 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-rc1: ALSA HD-audio backport from 2.6.32-rc1. * Wed Sep 16 2009 jbeulich@novell.com - Update Xen patches to 2.6.31 final. * Tue Sep 15 2009 teheo@suse.de Backport attach inhibition for builtin pci drivers from 2.6.32-rc. - patches.drivers/pci-separate-out-pci_add_dynid: pci: separate out pci_add_dynid(). - patches.drivers/pci_stub-add-ids-parameter: pci-stub: add pci_stub.ids parameter. * Tue Sep 15 2009 teheo@suse.de Backport patches from 2.6.32-rc to ease ossp testing. - Update config files - SOUND_OSS_CORE_PRECLAIM is set to N. - patches.drivers/implement-register_chrdev: chrdev: implement __register_chrdev(). - patches.drivers/sound-make-oss-device-number-claiming-optional: sound: make OSS device number claiming optional and schedule its removal. - patches.drivers/sound-request-char-major-aliases-for-oss-devices: sound: request char-major-* module aliases for missing OSS devices. * Mon Sep 14 2009 sdietrich@suse.de - patches.suse/novfs-client-module: Update header todo list with locking nits (semaphore used as mutex / completion) * Mon Sep 14 2009 jeffm@suse.com - Revert back to CONFIG_M586TSC from CONFIG_M686 for default flavor (bnc#538849) * Fri Sep 11 2009 jbeulich@novell.com - patches.suse/crasher-26.diff: Add capability to also trigger a kernel warning. * Fri Sep 11 2009 knikanth@suse.de - patches.suse/block-seperate-rw-inflight-stats: Seperate read and write statistics of in_flight requests (fate#306525). * Thu Sep 10 2009 gregkh@suse.de - patch fuzz removal now that 2.6.31 is the base. * Thu Sep 10 2009 gregkh@suse.de - Update config files. CONFIG_MOUSE_PS2_ELANTECH=y CONFIG_MOUSE_PS2_TOUCHKIT=y (bnc#525607) * Thu Sep 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh: fix misc realtek issues, add another Nvidia HDMI device id * Thu Sep 10 2009 jeffm@suse.de - Updated to 2.6.31-final. * Tue Sep 8 2009 gregkh@suse.de - refresh patches for fuzz due to upstream changes * Tue Sep 8 2009 gregkh@suse.de - Update to 2.6.31-rc9 - obsoletes: - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708 - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix * Tue Sep 8 2009 knikanth@suse.de - patches.fixes/scsi_dh-Provide-set_params-interface-in-emc-device-handler.patch: scsi_dh: Provide set_params interface in emc device handler (bnc#521607). - patches.fixes/scsi_dh-Use-scsi_dh_set_params-in-multipath.patch: scsi_dh: Use scsi_dh_set_params() in multipath. (bnc#521607). - patches.fixes/scsi_dh-add-the-interface-scsi_dh_set_params.patch: scsi_dh: add the interface scsi_dh_set_params() (bnc#521607). * Mon Sep 7 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: delete obsolete macro. * Mon Sep 7 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: require minimum versions of module-init-tools and perl-Bootloader, the %%post script is no longer compatible with ancient versions. * Mon Sep 7 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.31, the previous <= 2.6.30-1 didn't catch some cases obviously (bnc#533766). * Fri Sep 4 2009 jeffm@suse.de - Enabled CONFIG_SCSI_DEBUG=m (bnc#535923). * Fri Sep 4 2009 mmarek@suse.cz - kabi/severities, rpm/kabi.pl, rpm/kernel-binary.spec.in, - rpm/kernel-source.spec.in: Use a simple script to check kabi by comparing Module.symvers files (similar to the old SLES9 one). - rpm/built-in-where: Delete. - rpm/symsets.pl: Delete. - kabi/commonsyms: Delete. - kabi/usedsyms: Delete. * Fri Sep 4 2009 mmarek@suse.cz - patches.suse/kbuild-rebuild-fix-for-Makefile.modbuiltin: kbuild: rebuild fix for Makefile.modbuiltin. * Thu Sep 3 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: Delete, it was wrong. * Wed Sep 2 2009 jbeulich@novell.com - Update Xen config files. * Wed Sep 2 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc8 and c/s 931. - patches.fixes/use-totalram_pages: use totalram_pages in favor of num_physpages for sizing boot time allocations (bnc#509753). - patches.xen/xen-x86-per-cpu-vcpu-info: x86: use per-cpu storage for shared vcpu_info structure. * Wed Sep 2 2009 tiwai@suse.de - patches.drivers/alsa-hda-2.6.32-pre: Refresh; merged fixes for IDT92HD73* codecs * Tue Sep 1 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: Update to latest git. * Tue Sep 1 2009 jeffm@suse.com - patches.arch/add_support_for_hpet_msi_intr_remap.patch: intr-remap: generic support for remapping HPET MSIs (bnc#532758). - patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch: x86: arch specific support for remapping HPET MSIs (bnc#532758). * Tue Sep 1 2009 mmarek@suse.cz - rpm/package-descriptions: fix description of the x86_64 kernel-desktop package (bnc#535457). * Mon Aug 31 2009 jeffm@suse.com - Update to 2.6.31-rc8. - Eliminated 1 patch. * Mon Aug 31 2009 tiwai@suse.de - patches.drivers/alsa-hda-fix-01-add-missing-mux-for-vt1708: ALSA: hda - Add missing mux check for VT1708 (bnc#534904). - patches.drivers/alsa-hda-fix-02-mbp31-hp-fix: ALSA: hda - Fix MacBookPro 3,1/4,1 quirk with ALC889A. - patches.drivers/alsa-hda-2.6.32-pre: Refresh. * Wed Aug 26 2009 tiwai@suse.de - patches.drivers/alsa-hda-[0-9]*: Delete, fold into a single patch patches.drivers/alsa-hda-2.6.32-pre * Tue Aug 25 2009 gregkh@suse.de - Update config files. - patches.drivers/samsung-backlight-driver.patch: Delete. * Tue Aug 25 2009 jbeulich@novell.com - scripts/run_oldconfig.sh: Consistently use $prefix. * Mon Aug 24 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete %%name-base <= 2.6.30-1 (bnc#530752). * Mon Aug 24 2009 jeffm@suse.com - Update to 2.6.31-rc7. - Eliminated 3 patches. * Mon Aug 24 2009 jeffm@suse.com - Update config files: Enable CONFIG_PROC_EVENTS. * Fri Aug 21 2009 mmarek@suse.cz - rpm/post.sh: Do not call /sbin/module_upgrade, the rename happened before SLES10. * Fri Aug 21 2009 mmarek@suse.cz - rpm/module-renames: Delete, we don't need to care about modules renamed before SLES10. Also, current mkinitrd gets the list of storage drivers based on pci ids. * Fri Aug 21 2009 mmarek@suse.cz - rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package can't be installed on SLE10 as is, so why not make it more adventurous. * Fri Aug 21 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: remove product(openSUSE) supplements from the -extra subpackage which doesn't exist on openSUSE anymore. * Thu Aug 20 2009 tiwai@suse.de - patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes (to be merged) - patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh. - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. * Thu Aug 20 2009 jbeulich@novell.com - Update config files (modularize crypto again). - supported.conf: Add resulting modules as supported. * Wed Aug 19 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc6 and c/s 928. * Tue Aug 18 2009 tiwai@suse.de - patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda - Fix invalid capture mixers with some ALC268 models. * Tue Aug 18 2009 gregkh@suse.de - patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch: USB: storage: increase the bcd range in Sony's bad device table. (bnc#466554). * Mon Aug 17 2009 gregkh@suse.de - patches.drivers/samsung-backlight-driver.patch: Change the range from 0-255 to 0-7 to make it easier for HAL to handle the device without a need for custom scripts. * Mon Aug 17 2009 jeffm@suse.com - Updated to 2.6.31-rc6. * Sun Aug 16 2009 gregkh@suse.de - patches.drivers/samsung-backlight-driver.patch: added N120 support and some other devices that were integrated into the driver from upstream. * Sun Aug 16 2009 coly.li@suse.de - supported.conf: set kernel/fs/dlm/dlm as unsupported, since fs/dlm is provided separately in the ocfs2 KMP package * Sat Aug 15 2009 tiwai@suse.de - patches.drivers/alsa-hda-47-idt92hd8x-fix: ALSA: hda - Fix / clean up IDT92HD83xxx codec parser (bnc#531533). * Sat Aug 15 2009 gregkh@suse.de - Update config files. - patches.drivers/samsung-backlight-driver.patch: Samsung backlight driver (bnc#527533, bnc#531297). * Fri Aug 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add some hints how to set the %%jobs macro (bnc#530535). * Fri Aug 14 2009 mmarek@suse.cz - rpm/modversions: for overriden functions, keep the keyword in - -pack. * Thu Aug 13 2009 jeffm@suse.com - Updated to 2.6.31-rc5-git9. - Eliminated 7 patches. * Thu Aug 13 2009 tiwai@suse.de - patches.drivers/alsa-hda-42-hp-more-quirk: ALSA: hda - Add quirks for some HP laptops (bnc#527284). - patches.drivers/alsa-hda-4[35]-*: Improve Realtek codec mic support - patches.drivers/alsa-hda-46-stac-lo-detect-fix: ALSA: hda - Enable line-out detection only with speakers (bnc#520975). * Wed Aug 12 2009 mmarek@suse.cz - rpm/split-modules, rpm/kernel-binary.spec.in: add the base files also to the main package. That way, kernel-$flavor-base is not needed in normal setups (fate#307154). * Wed Aug 12 2009 mmarek@suse.cz - rpm/find-provides: no rpm provides for drivers/staging. It's higly unlikely that any KMP would require them and they just take up space in the rpm metadata. * Tue Aug 11 2009 tiwai@suse.de - patches.drivers/alsa-hda-41-msi-white-list: ALSA: hda - Add a white-list for MSI option (bnc#529971). * Tue Aug 11 2009 tiwai@suse.de - patches.drivers/alsa-hda-39-dont-override-ADC-definitions: ALSA: hda - Don't override ADC definitions for ALC codecs (bnc#529467). - patches.drivers/alsa-hda-40-auto-mic-support-for-realtek: ALSA: hda - Add auto-mic support for Realtek codecs. * Tue Aug 11 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: do not rename kernel-source.rpmlintrc for the -rt variant. * Mon Aug 10 2009 mmarek@suse.cz - patches.rpmify/staging-rtl8192su-fix-build-error.patch: move to patches.rpmify to fix vanilla ppc builds. * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-38-fix-ALC269-vmaster: ALSA: hda - Add missing vmaster initialization for ALC269 (bnc#527361). * Mon Aug 10 2009 tiwai@suse.de - patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh. * Fri Aug 7 2009 jeffm@suse.com - patches.fixes/recordmcount-fixup: recordmcount: Fixup wrong update_funcs() call. * Fri Aug 7 2009 tiwai@suse.de - patches.drivers/alsa-soc-fsl-build-fixes: ASoC: Add missing DRV_NAME definitions for fsl/* drivers (to fix PPC builds) * Fri Aug 7 2009 tiwai@suse.de - patches.arch/wmi-Fix-kernel-panic-when-stack-protection-enabled: wmi: Fix kernel panic when stack protection enabled. (bnc#529177). - supported.conf: Update HD-audio modules * Fri Aug 7 2009 mmarek@suse.cz - make config/s390/vanilla a symlink again. * Fri Aug 7 2009 mmarek@suse.de - rpm/kernel-binary.spec.in: do not manually extract vmlinux debuginfo on ppc(64), rpm does it itself. * Thu Aug 6 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Added kernel-spec-macros to Sources. * Thu Aug 6 2009 jeffm@suse.de - patches.suse/linux-2.6.29-even-faster-kms.patch: Disabled. It doesn't wake up the display on certain hardware. * Wed Aug 5 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not split the -extra subpackage on openSUSE (bnc#528097). * Wed Aug 5 2009 jeffm@suse.de - Updated to 2.6.31-rc5-git3. - Eliminated 4 patches. * Wed Aug 5 2009 gregkh@suse.de - kernel-source.changes: remove old (pre 2008) messages, and move 2008 to kernel-source.changes.old. No need to spam email addresses that are no longer with the company for failed kernel builds. * Wed Aug 5 2009 gregkh@suse.de - patches.drivers/staging-rtl8192su-fix-build-error.patch: Staging: rtl8192su: fix build error. * Wed Aug 5 2009 jeffm@suse.de - patches.suse/supported-flag-enterprise: Make the supported flag configurable at build time (bnc#528097). * Wed Aug 5 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 for vanilla builds * Tue Aug 4 2009 gregkh@suse.de - Update config files. disable CONFIG_DRM_RADEON_KMS as per bnc#527910 * Tue Aug 4 2009 jeffm@suse.de - patches.rpmify/ttm-pgprot-fixes: ttm: Use pgprot_val for comparing pgprot_t. * Tue Aug 4 2009 tiwai@suse.de - patches.drivers/alsa-hda-3[0-8]*: ALSA HD-audio updates - Update config files: enable CONFIG_SND_HDA_CIRRUS=y * Mon Aug 3 2009 jeffm@suse.de - Update config files: CONFIG_FRAME_WARN=2048 on all arches, fixes ppc build failures. * Mon Aug 3 2009 jeffm@suse.de - patches.xen/xen3-patch-2.6.31-rc4-rc5: Fixup pgtable port * Mon Aug 3 2009 jeffm@suse.de - Updated to 2.6.31-rc5. - Eliminated 11 patches. * Mon Aug 3 2009 coly.li@suse.de - Update config files to enable CONFIG_DLM_DEBUG. * Fri Jul 31 2009 jbeulich@novell.com - Update Xen patches to 2.6.31-rc4 and c/s 916. - patches.xen/xen3-driver-core-misc-add-nodename-support-for-misc-devices.patch: Delete. - patches.xen/xen3-panic-on-io-nmi.diff: Delete. - config.conf: Re-enable Xen. - Update config files. * Wed Jul 29 2009 tiwai@suse.de - Update config files: revert to CONFIG_SND=m and enabled again CONFIG_SND_DEBUG=y * Tue Jul 28 2009 mmarek@suse.cz - Update config files: disable CONFIG_PRISM2_USB on ia64 and ppc. * Tue Jul 28 2009 mmarek@suse.cz - Update config files: disable CONFIG_FB_UDL on ia64. * Tue Jul 28 2009 jbeulich@novell.com - config.conf: Remove duplicate i386/desktop entry. * Tue Jul 28 2009 tiwai@suse.de - patches.drivers/alsa-hda-29-Add-quirk-for-Dell-Studio-1555: ALSA: hda - Add quirk for Dell Studio 1555 (bnc#525244). * Mon Jul 27 2009 tiwai@suse.de - patches.drivers/alsa-pcm-*: ALSA PCM fixes - Fix/enhancement patches backported from ALSA tree * patches.drivers/alsa-core-Add-new-TLV-types-for-dBwith-min-max: ALSA: Add new TLV types for dBwith min/max (for usb). * patches.drivers/alsa-ctxfi-*: SB X-Fi support (FATE#306935). * patches.drivers/alsa-hda-*: More HD-audio fixes * patches.drivers/alsa-ice-*: ICE17xx fixes * patches.drivers/alsa-midi-*: MIDI fixes * patches.drivers/alsa-usb-*: USB-audio/MIDI fixes - Remove obsoleted patches: patches.drivers/alsa-ad1984a-hp-quirks, patches.drivers/alsa-ca0106-capture-bufsize-fix, patches.drivers/alsa-ctxfi - Update config files. * Mon Jul 27 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, scripts/tar-up.sh: really drop config-subst from the package. * Mon Jul 27 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: manually create a -devel-debuginfo subpackage with vmlinux.debug to fix build with new rpm. This works for ix86 and x86_64, other archs might need further fixes. * Mon Jul 27 2009 jeffm@suse.de - patches.rpmify/rtl8192su-build-fix: more ia64 fixes * Mon Jul 27 2009 jeffm@suse.de - patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes. * Mon Jul 27 2009 jeffm@suse.de - patches.rpmify/rtl8192su-build-fix: rtl8192su: compile fixes. * Sat Jul 25 2009 jeffm@suse.de - config.conf: Re-enabled trace flavor. * Fri Jul 24 2009 jeffm@suse.de - Update config files: Disabled optimize for size on i386 and x86_64 across all flavors. * Fri Jul 24 2009 jeffm@suse.de - Update to 2.6.31-rc4. * Thu Jul 23 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: cleanup %%cpu_arch_flavor definition, make %%symbols a variable and only use it for selecting patches. Also drop the RT symbol as there are not rt patches currently. * Thu Jul 23 2009 mmarek@suse.cz - Change the s390(x) config layout so that each arch has its own subdirectory, as it is done for other archs. s390/vanilla is a symlink to s390x/vanilla. * Thu Jul 23 2009 mmarek@suse.cz - rpm/kernel-*.spec.in, rpm/kernel-spec-macros: move some common macros to kernel-spec-macros. * Wed Jul 22 2009 tiwai@suse.de - patches.drivers/alsa-ca0106-capture-bufsize-fix: ALSA: ca0106 - Fix the max capture buffer size (bnc#521890). * Wed Jul 22 2009 tiwai@suse.de - patches.drivers/alsa-ctxfi: Add SoundBlaster X-Fi support (FATE#306935). - Update config files. * Wed Jul 22 2009 trenn@suse.de These are mainline: - patches.drivers/cpufreq_add_cpu_number_paramater_1.patch: Delete. - patches.drivers/cpufreq_add_idle_microaccounting_6.patch: Delete. - patches.drivers/cpufreq_change_load_calculation_2.patch: Delete. - patches.drivers/cpufreq_changes_to_get_cpu_idle_us_5.patch: Delete. - patches.drivers/cpufreq_get_cpu_idle_time_changes_3.patch: Delete. - patches.drivers/cpufreq_parameterize_down_differential_4.patch: Delete. * Wed Jul 22 2009 trenn@suse.de These are mainline: - patches.arch/acpi_video_thinkpad_exclude_IGD_devices.patch: Delete. - patches.arch/thinkpad_fingers_off_backlight_igd.patch: Delete. * Tue Jul 21 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: remove double-slash from include2/asm symlink. * Tue Jul 21 2009 mmarek@suse.cz - config.conf, rpm/mkspec: exclude trace, kdump and ia64/debug from the kernel-syms package. These flavor are often excluded in KMPs, so excluding them from kernel-syms reduces useless build dependencies. KMPs can buildrequire kernel-$flavor-devel explicitely if desired. * Tue Jul 21 2009 mmarek@suse.cz Delete obsolete apparmor patches. - patches.apparmor/add-path_permission.diff: Delete. - patches.apparmor/add-security_path_permission: Delete. - patches.apparmor/apparmor-2.6.25.diff: Delete. - patches.apparmor/apparmor-audit.diff: Delete. - patches.apparmor/apparmor-intree.diff: Delete. - patches.apparmor/apparmor-lsm.diff: Delete. - patches.apparmor/apparmor-main.diff: Delete. - patches.apparmor/apparmor-misc.diff: Delete. - patches.apparmor/apparmor-module_interface.diff: Delete. - patches.apparmor/apparmor-network.diff: Delete. - patches.apparmor/apparmor-path_permission: Delete. - patches.apparmor/apparmor-ptrace-2.6.27.diff: Delete. - patches.apparmor/apparmor-rlimits.diff: Delete. - patches.apparmor/d_namespace_path.diff: Delete. - patches.apparmor/d_namespace_path_oops_fix.diff: Delete. - patches.apparmor/do_path_lookup-nameidata.diff: Delete. - patches.apparmor/export-security_inode_permission-for-aufs: Delete. - patches.apparmor/file-handle-ops.diff: Delete. - patches.apparmor/fix-complain.diff: Delete. - patches.apparmor/fix-vfs_rmdir.diff: Delete. - patches.apparmor/fork-tracking.diff: Delete. - patches.apparmor/fsetattr-reintro-ATTR_FILE.diff: Delete. - patches.apparmor/fsetattr-restore-ia_file.diff: Delete. - patches.apparmor/fsetattr.diff: Delete. - patches.apparmor/remove_suid.diff: Delete. - patches.apparmor/security-create.diff: Delete. - patches.apparmor/security-getxattr.diff: Delete. - patches.apparmor/security-link.diff: Delete. - patches.apparmor/security-listxattr.diff: Delete. - patches.apparmor/security-mkdir.diff: Delete. - patches.apparmor/security-mknod.diff: Delete. - patches.apparmor/security-readlink.diff: Delete. - patches.apparmor/security-removexattr.diff: Delete. - patches.apparmor/security-rename.diff: Delete. - patches.apparmor/security-rmdir.diff: Delete. - patches.apparmor/security-setattr.diff: Delete. - patches.apparmor/security-setxattr.diff: Delete. - patches.apparmor/security-symlink.diff: Delete. - patches.apparmor/security-unlink.diff: Delete. - patches.apparmor/security-xattr-file.diff: Delete. - patches.apparmor/sysctl-pathname.diff: Delete. - patches.apparmor/unambiguous-__d_path.diff: Delete. - patches.apparmor/vfs-getxattr.diff: Delete. - patches.apparmor/vfs-link.diff: Delete. - patches.apparmor/vfs-listxattr.diff: Delete. - patches.apparmor/vfs-mkdir.diff: Delete. - patches.apparmor/vfs-mknod.diff: Delete. - patches.apparmor/vfs-notify_change.diff: Delete. - patches.apparmor/vfs-removexattr.diff: Delete. - patches.apparmor/vfs-rename.diff: Delete. - patches.apparmor/vfs-rmdir.diff: Delete. - patches.apparmor/vfs-setxattr.diff: Delete. - patches.apparmor/vfs-symlink.diff: Delete. - patches.apparmor/vfs-unlink.diff: Delete. * Tue Jul 21 2009 npiggin@suse.de - Update config files for bnc#522686 -- set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=65536. * Mon Jul 20 2009 jeffm@suse.de - Update config files: Disabled optimize for size on all flavors (FATE#305694) * Mon Jul 20 2009 jeffm@suse.de - Update config files. * Mon Jul 20 2009 jeffm@suse.com - Update to 2.6.30.2 - lots of security and bug fixes - Obsoleted patches.fixes/firmware-memmap-64bit.diff * Mon Jul 20 2009 mmarek@suse.cz - rpm/split-modules: set LC_COLLATE=C * Sat Jul 18 2009 jeffm@suse.de - rpm/package-descriptions: Added desktop description. * Sat Jul 18 2009 jeffm@suse.de - rpm/package-descriptions: Added desktop description. * Sat Jul 18 2009 jeffm@suse.de - Add -desktop flavors for i386 and x86_64 - Disabled group scheduler and groups - Disabled optimize for size - Enabled full preemption - Set HZ=1000 * Sat Jul 18 2009 jeffm@suse.de - Add -desktop flavors for i386 and x86_64 (FATE#305694) - Disabled group scheduler and groups - Disabled optimize for size - Enabled full preemption - Set HZ=1000 * Fri Jul 17 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: ia64 build fix * Fri Jul 17 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: simplify the add_dirs_to_filelist function and make it less chatty in build logs. * Thu Jul 16 2009 jeffm@suse.com - patches.apparmor/apparmor.diff: ia64 build fix * Thu Jul 16 2009 jeffm@suse.com - patches.apparmor/security-default-lsm: security: Define default LSM (bnc#442668). * Thu Jul 16 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: AppArmor. * Thu Jul 16 2009 jeffm@suse.de - patches.apparmor/apparmor.diff: AppArmor. * Thu Jul 16 2009 jeffm@suse.de - patches.rpmify/sgi-hotplug-fixup: hotplug: fix sgi-hotplug attribute handling. * Thu Jul 16 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: drop the config-subst script, use scripts/config instead. * Thu Jul 16 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix debugsource generation. * Thu Jul 16 2009 mmarek@suse.cz - rpm/split-modules: fix last change. * Wed Jul 15 2009 mmarek@suse.cz - rpm/split-modules: fix for module names with underscores or dashes. * Wed Jul 15 2009 jeffm@suse.de - Update to 2.6.31-rc3. - Eliminated 2 patches. * Wed Jul 15 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: annotate in which products the obsoleted kmps were last used, remove "ralink-rt2860-kmp" which I couldn't find anywhere. * Wed Jul 15 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: obsolete btusb-kmp (bnc#514375). * Tue Jul 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/split-modules: move generating of the base / main / unsupported module lists to a separate script. Avoids 6k modinfo calls and fixes module dependencies (bnc#512179). * Mon Jul 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix include2/asm symlink (bnc#509680). * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of function symbols. * Mon Jul 13 2009 mmarek@suse.cz - rpm/modversions: fix overriding of unknown symbols. * Tue Jul 7 2009 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Delete the leftover debugging patches for e1000e EEPROM corruption that are not needed anymore. * Tue Jul 7 2009 aj@suse.de - README.BRANCH: Update, kotd will become 11.2 eventually. * Mon Jul 6 2009 jeffm@suse.com - Update to 2.6.31-rc2. * Fri Jul 3 2009 jeffm@suse.com - Update to 2.6.31-rc1-git10. - Eliminated 28 patches. - Xen is disabled. * Fri Jul 3 2009 mmarek@suse.cz - patches.suse/kbuild-generate-modules.builtin: kbuild: generate modules.builtin. - rpm/kernel-binary.spec.in: package modules.builtin for use by modprobe / mkinitrd. * Fri Jul 3 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: simplify the patch applying loops to reduce noise in build logs. * Tue Jun 30 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: chmod +x find-provides * Tue Jun 30 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: do not "annotate" the packaged Modules.symvers - patches.suse/modpost-filter-out-built-in-depends: Delete. * Tue Jun 30 2009 jbeulich@novell.com - patches.arch/ia64-page-migration: Fix compiler warning. * Mon Jun 29 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/symvers* files back to - base, these are needed during KMP installation. * Mon Jun 29 2009 mmarek@suse.cz - patches.fixes/kbuild-fix-generating-of-.symtypes-files: kbuild: fix generating of *.symtypes files. - patches.suse/genksyms-add-override-flag.diff: Refresh. - rpm/kernel-binary.spec.in: create the *.symref files in the build directory * Fri Jun 26 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add Provides: kernel-{base,extra} to the subpackages (bnc#516827). * Wed Jun 24 2009 gregkh@suse.de - Update config files. revert the ACPI and thermal config changes: config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=m CONFIG_ACPI_BATTERY=m CONFIG_ACPI_BUTTON=m CONFIG_ACPI_VIDEO=m CONFIG_ACPI_FAN=m CONFIG_ACPI_PROCESSOR=m CONFIG_ACPI_THERMAL=m CONFIG_ACPI_CONTAINER=m CONFIG_X86_ACPI_CPUFREQ=m CONFIG_THERMAL=m * Wed Jun 24 2009 gregkh@suse.de - patches.suse/ec_merge_irq_and_poll_modes.patch: Delete. - patches.suse/linux-2.6.29-retry-root-mount.patch: Delete. * Wed Jun 24 2009 jbeulich@novell.com - Update Xen patches to 2.6.30 and c/s 908. - Update Xen config files. - patches.xen/tmem: Transcendent memory ("tmem") for Linux. * Tue Jun 23 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y CONFIG_ACPI_VIDEO=y CONFIG_ACPI_FAN=y CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_THERMAL=y CONFIG_ACPI_CONTAINER=y CONFIG_X86_ACPI_CPUFREQ=y CONFIG_THERMAL=y * Tue Jun 23 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_SND_TIMER=y CONFIG_SND_PCM=y CONFIG_SND_SEQUENCER=y CONFIG_SND_MIXER_OSS=y CONFIG_SND_PCM_OSS=y * Tue Jun 23 2009 gregkh@suse.de - Update config files. fix up config mistake in x86-64/default made in last commit. * Tue Jun 23 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_VIDEO_OUTPUT_CONTROL=y CONFIG_SOUND=y CONFIG_SND=y * Tue Jun 23 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_I2C=y CONFIG_HWMON=y * Sat Jun 20 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_IPV6=y * Sat Jun 20 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_HID=y CONFIG_USB_STORAGE=y * Sat Jun 20 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_ATA_PIIX=Y * Sat Jun 20 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_USB_EHCI_HCD=Y CONFIG_USB_OHCI_HCD=Y CONFIG_USB_UHCI_HCD=Y * Sat Jun 20 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_CFG80211=Y CONFIG_LIB80211=Y CONFIG_MAC80211=Y CONFIG_ATH5K=Y * Sat Jun 20 2009 gregkh@suse.de - Update config files. config/i386/pae and config/x86-64/default: CONFIG_X86_MSR=Y CONFIG_X86_CPUID=Y * Fri Jun 19 2009 gregkh@suse.de - comment out broken acpi patch for the moment. * Fri Jun 19 2009 gregkh@suse.de - move the "preload" branch into master to get 2.6.30 working for Moblin. - Update config files. - patches.drivers/alsa-ad1984a-hp-quirks: ALSA: update HP quirks for Zenith & co (bnc#472789, bnc#479617, bnc#502425, bnc#503101). - patches.suse/driver-core-add-nodename-callbacks.patch: Driver Core: add nodename callbacks. - patches.suse/driver-core-aoe-add-nodename-for-aoe-devices.patch: Driver Core: aoe: add nodename for aoe devices. - patches.suse/driver-core-block-add-nodename-support-for-block-drivers.patch: Driver Core: block: add nodename support for block drivers.. - patches.suse/driver-core-bsg-add-nodename-for-bsg-driver.patch: Driver Core: bsg: add nodename for bsg driver. - patches.suse/driver-core-devtmpfs-driver-core-maintained-dev-tmpfs.patch: Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev. - patches.suse/driver-core-drm-add-nodename-for-drm-devices.patch: Driver Core: drm: add nodename for drm devices. - patches.suse/driver-core-dvb-add-nodename-for-dvb-drivers.patch: Driver Core: dvb: add nodename for dvb drivers. - patches.suse/driver-core-input-add-nodename-for-input-drivers.patch: Driver Core: input: add nodename for input drivers. - patches.suse/driver-core-misc-add-nodename-support-for-misc-devices.patch: Driver Core: misc: add nodename support for misc devices.. - patches.suse/driver-core-raw-add-nodename-for-raw-devices.patch: Driver Core: raw: add nodename for raw devices. - patches.suse/driver-core-sound-add-nodename-for-sound-drivers.patch: Driver Core: sound: add nodename for sound drivers. - patches.suse/driver-core-usb-add-nodename-support-for-usb-drivers.patch: Driver Core: usb: add nodename support for usb drivers.. - patches.suse/driver-core-x86-add-nodename-for-cpuid-and-msr-drivers.patch: Driver Core: x86: add nodename for cpuid and msr drivers.. - patches.suse/ec_merge_irq_and_poll_modes.patch: ACPI: EC: Merge IRQ and POLL modes. - patches.suse/linux-2.6.29-dont-wait-for-mouse.patch: fastboot: remove "wait for all devices before mounting root" delay. - patches.suse/linux-2.6.29-enable-async-by-default.patch: enable async_enabled by default. - patches.suse/linux-2.6.29-even-faster-kms.patch: speed up kms even more. - patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch: jbd: longer commit interval. - patches.suse/linux-2.6.29-kms-after-sata.patch: make kms happen after sata. - patches.suse/linux-2.6.29-retry-root-mount.patch: fastboot: retry mounting the root fs if we can't find init. - patches.suse/linux-2.6.29-silence-acer-message.patch: Silence acer wmi driver on non-acer machines. - patches.suse/linux-2.6.29-touchkit.patch: some new touch screen device ids . - patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch: uvcvideo: ignore hue control for 5986:0241 (bnc#499152). - patches.suse/devtmpfs.patch: Delete. * Fri Jun 12 2009 greg@suse.de - scripts/sequence-patch.sh: fix bug in ketchup usage * Wed Jun 10 2009 jeffm@suse.com - Update to 2.6.30-final. * Wed Jun 10 2009 jbeulich@novell.com - Update Xen patches to 2.6.30-rc8 and c/s 898. - Update Xen config files. - patches.xen/pci-reserve: linux/pci: reserve io/memory space for bridge. - patches.xen/xen-x86-exports: Delete. * Tue Jun 9 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: update copyright header and change indentation to what autobuild enforces on checkin. No functional change. * Tue Jun 9 2009 jbeulich@novell.com - patches.suse/stack-unwind-add-declaration.patch: Fold into ... - patches.suse/stack-unwind: ... this one. * Tue Jun 9 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: move /boot/vmlinux-*.gz to -devel again. - rpm/find-provides: don't generate the ksym() provides ourself, let rpm do it. Add a workaround for vmlinux-*.gz in -devel. * Mon Jun 8 2009 jeffm@suse.com - patches.suse/reiser4-set_page_dirty_notag: mm: Add set_page_dirty_notag() helper for reiser4. * Fri Jun 5 2009 mmarek@suse.cz - rpm/kernel-module-subpackage: add Enhances: kernel-$flavor to kmps (bnc#502092). * Thu Jun 4 2009 jeffm@suse.de - Update to 2.6.30-rc8. * Thu Jun 4 2009 sdietrich@suse.de - supported.conf: remove duplicate kernel/drivers/md/dm-log * Thu Jun 4 2009 teheo@suse.de Conver ide major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). * Mon Jun 1 2009 jeffm@suse.de - Update to 2.6.30-rc7-git4. * Fri May 29 2009 teheo@suse.de Rename mangle_minor to mangle_devt and also cover sd major allocation. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_devt parameter (fate#305584). * Fri May 29 2009 teheo@suse.de - Update config files to enable DEBUG_BLOCK_EXT_DEVT on all configs except for vanilla and ppc/ps3. - patches.suse/block-add-mangle-devt-switch: block: add genhd.mangle_minor parameter (fate#305584). * Thu May 28 2009 jdelvare@suse.de - patches.fixes/scsi-scan-blist-update: Add BLIST_REPORTLUN2 to EMC SYMMETRIX (bnc#185164, bnc#191648, bnc#505578). * Wed May 27 2009 jeffm@suse.com - Update to 2.6.30-rc7-git2. * Wed May 27 2009 gregkh@suse.de - patches.drivers/ath1e-add-new-device-id-for-asus-hardware.patch: ath1e: add new device id for asus hardware. * Tue May 26 2009 mmarek@suse.cz - rpm/mkspec: when using a custom release number, create a get_release_number.sh script for autobuild. * Tue May 26 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround for bnc#507084: strip binaries in /usr/src/linux-obj/*/*/scripts. * Tue May 26 2009 jdelvare@suse.de - patches.drivers/r8169-allow-true-forced-mode-setting.patch: r8169: allow true forced mode setting (bnc#467518). * Mon May 25 2009 mmarek@suse.cz - switch i386 flavors back to -default (non-pae) and -pae for milestone2 * Sun May 24 2009 mmarek@suse.cz - rpm/find-provides: fix for kernel-kdump. * Sat May 23 2009 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in, rpm/symsets.pl: workaround to fix provides of built-in symbols: move vmlinux*.gz back to -base and extract the provides from it. * Fri May 22 2009 teheo@suse.de - patches.arch/i586-unwind-quick-fix: i586-relocs: ignore NONE relocation. * Fri May 22 2009 mmarek@suse.cz - rpm/compute-PATCHVERSION.sh, rpm/mkspec, scripts/tar-up.sh: avoid unpacking the patches tarballs in compute-PATCHVERSION.sh. * Fri May 22 2009 mmarek@suse.cz - rpm/mkspec: add --release option to set a custom release string. - scripts/tar-up.sh: revive -rs option. * Wed May 20 2009 mmarek@suse.cz - patches.arch/acpi_thermal_passive_blacklist.patch, patches.suse/devtmpfs.patch: fix patches to apply with git-apply. * Tue May 19 2009 sdietrich@suse.de - patches.suse/stack-unwind-add-declaration.patch: Fix compile error when CONFIG_STACK_UNWIND is not set. * Tue May 19 2009 jblunck@suse.de - patches.rpmify/arm-arch_include_asm-fix.diff: ARM: move mach-types.h to arch/include/asm. * Tue May 19 2009 jeffm@suse.com - Set CONFIG_FRAMEBUFFER_CONSOLE=y * Tue May 19 2009 jeffm@suse.com - Restored CONFIG_BOOTSPLASH=y and CONFIG_FB_VESA=y on x86/x86_64 (bnc#504608) * Tue May 19 2009 jbeulich@novell.com - patches.xen/sfc-endianness: fix building with gcc 4.4. * Tue May 19 2009 jbeulich@novell.com - Update Xen patches to 2.6.30/rc6-git3 and c/s 873. * Mon May 18 2009 jeffm@suse.com - Updated to 2.6.30-rc6-git3. - Eliminated 4 patches. * Fri May 15 2009 jeffm@suse.de - doc/README.SUSE: Updated to reflect building in an external directory so as not to contaminate /usr/src/linux * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix path in /usr/src/linux-obj/.../Makefile. * Thu May 14 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: provide kernel-$flavor-devel = %%version-%%source_rel in the -devel packages (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: also fix kernel-$flavor-devel requires (bnc#503280). * Wed May 13 2009 mmarek@suse.cz - rpm/mkspec: fix kernel-syms requires (bnc#503280). * Mon May 11 2009 jeffm@suse.com - patches.fixes/dup2-retval-fix: dup2: Fix return value with oldfd == newfd and invalid fd (bnc#498042). * Mon May 11 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-fixup: reiserfs: clean up ifdefs. - patches.fixes/reiserfs-xattr-root-fixup: reiserfs: deal with NULL xattr root w/ xattrs disabled. - patches.fixes/reiserfs-xattrs-disabled-perms: reiserfs: fixup perms when xattrs are disabled. - patches.fixes/reiserfs-expose-privroot: reiserfs: allow exposing privroot w/ xattrs enabled. * Mon May 11 2009 jeffm@suse.de - Updated to 2.6.30-rc5-git1. - Eliminated 4 patches. * Wed May 6 2009 gregkh@suse.de - Update config files. update vanilla configs so that the build works. * Wed May 6 2009 gregkh@suse.de - Update config files. - patches.suse/devtmpfs.patch: driver-core: devtmpfs - driver-core maintained /dev tmpfs. * Tue May 5 2009 jeffm@suse.com - Update config files. * Tue May 5 2009 jeffm@suse.com - Update to 2.6.30-rc4-git1. - patches.rpmify/fix-unexpected-non-allocable-warnings-with-suse-gcc: kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc. * Tue May 5 2009 jbeulich@novell.com - patches.fixes/iwl3945-build: iwl3945: fix ia64/ppc build. * Tue May 5 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.30-rc4: Fix ia64 build. * Tue May 5 2009 jbeulich@novell.com - patches.suse/stack-unwind: Also initialize PT_GS() on 32-bit. - patches.arch/x86_64-unwind-annotations: Refresh. * Tue May 5 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc4 and c/s 867. - Update i386 and x86_64 config files. - config.conf: Re-enable Xen. * Tue May 5 2009 teheo@suse.de - patches.suse/kbuild-icecream-workaround: kbuild: add workaround for icecream bug (bnc#495786). * Fri May 1 2009 jeffm@suse.com - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. * Fri May 1 2009 jeffm@suse.com - Update to 2.6.30-rc4. - Eliminated 2 patches. * Fri May 1 2009 jeffm@suse.com - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). - patches.fixes/reiserfs-xattr-locking: reiserfs: Expand i_mutex to enclose lookup_one_len. - patches.kernel.org/patch-2.6.30-rc3-rc4: - patches.suse/no-frame-pointer-select: Fix stack unwinder Kconfig (bnc#402518). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: Delete. - patches.fixes/fix-periodic-mode-programming-on-amd81xx: Delete. * Thu Apr 30 2009 mmarek@suse.cz - scripts/submit-to-bs: tentative script to submit a new kernel to openSUSE:Factory * Tue Apr 28 2009 npiggin@suse.de - patches.apparmor/unambiguous-__d_path.diff: Put a reminder in here to fix the lock order problem when the patch is updated to HEAD. * Mon Apr 27 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: Fix prepending EXTRAVERSION, rename the variable back to @RELEASE_PREFIX@. * Mon Apr 27 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: prepend the EXTRAVERSION to the rpm release string (note that this won't have any effect in the openSUSE:* projects). * Fri Apr 24 2009 gregkh@suse.de - Update config files. - build rtc_cmos driver into the kernel for i386 and x86-64 default kernels. This should automatically take care of the rtc/system time syncing so we don't need to do it in a boot script and should speed up booting time a lot. * Fri Apr 24 2009 gregkh@suse.de - Update config files. change CONFIG_ATA=y and CONFIG_SATA_AHCI=y * Fri Apr 24 2009 gregkh@suse.de - Update config files. change to CONFIG_EXT2_FS=y and CONFIG_EXT3_FS=y * Fri Apr 24 2009 gregkh@suse.de - Update config files. change to CONFIG_SCSI=y and CONFIG_BLK_DEV_SD=y * Fri Apr 24 2009 gregkh@suse.de - Update config files. change to use CONFIG_USB=y * Thu Apr 23 2009 jeffm@suse.de - Added legacy config. * Thu Apr 23 2009 jeffm@suse.de - Temporarily disabled patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch * Thu Apr 23 2009 jeffm@suse.de - Moved i386 kernel-default to kernel-legacy. - Moved i386 kernel-pae config to kernel-default. - Disabled CONFIG_ISA in i386 kernel-default to improve boot speed. * Thu Apr 23 2009 jeffm@suse.de - Update to 2.6.30-rc3. * Thu Apr 23 2009 jeffm@suse.de - patches.fixes/fix-periodic-mode-programming-on-amd81xx: x86: hpet: fix periodic mode programming on AMD 81xx. - patches.fixes/hpet-boot-fix: Delete. * Mon Apr 20 2009 jeffm@suse.de - patches.fixes/hpet-boot-fix: hpet: fix "IO-APIC + timer doesn't work!" * Mon Apr 20 2009 jeffm@suse.de - Update to 2.6.30-rc2-git6. * Wed Apr 15 2009 jeffm@suse.de - Update to 2.6.30-rc2. - trace and xen flavors disabled. - CONFIG_OTUS disabled on ppc. - request-based multipath could use some testing. - Eliminated 96 patches. * Fri Apr 10 2009 jeffm@suse.de - rpm/devel-post.sh, rpm/kernel-binary.spec.in: Created i586 symlink for i386. * Fri Apr 10 2009 jeffm@suse.de - rpm/kernel-binary.spec.in: Added /usr/src/linux-obj to -devel * Fri Apr 10 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: Use xargs -r to fix case when no modules are supported. * Fri Apr 10 2009 jeffm@suse.com - Moved linux-obj symlink handling to kernel-$flavor-devel. * Fri Apr 10 2009 mmarek@suse.cz - rpm/package-descriptions: Add comment. * Fri Apr 10 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh: Rename the timestamp file to source-timestamp instead, so that autobuild does not add the timestamp verbatim. * Thu Apr 9 2009 jbeulich@novell.com - Update Xen patches to 2.6.29 final and c/s 854. - patches.xen/sfc-external-sram: enable access to Falcon's external SRAM (bnc#489105). - patches.xen/sfc-sync-headers: sync Solarflare accelerator headers (bnc#489105). - Update Xen config files. * Wed Apr 8 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Fix last change: do not add the timestamp if it is already added verbatim (by prepare_spec during checkin) * Tue Apr 7 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Add source timestamp to package descriptions. * Tue Apr 7 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, rpm/mkspec: add descriptions to generated spec files. - rpm/package-descriptions: descriptions of binary packages. * Mon Apr 6 2009 jeffm@suse.com - Enabled STAGING on !x86 and disabled COMEDI. * Mon Apr 6 2009 jeffm@suse.com - patches.rpmify/split-package: Enable * Mon Apr 6 2009 jeffm@suse.com - Update config files: Fixed i386-vanilla. * Mon Apr 6 2009 jeffm@suse.com - patches.fixes/xfs-export-debug: xfs: export assertion handler. * Mon Apr 6 2009 jeffm@suse.com - Switch from SPARSEMEM to DISCONTIGMEM on i386. * Sun Apr 5 2009 jeffm@suse.com - scripts/tar-up_and_run_mbuild.sh: Added pae to the important specfiles list. * Fri Apr 3 2009 jeffm@suse.com - Update config files: Fix missing ia64-debug. * Fri Apr 3 2009 jeffm@suse.com - patches.xen/sfc-resource-driver: Fix uninitialized var warning. * Fri Apr 3 2009 jeffm@suse.com - Drop NR_CPUS back to 128 on i386. * Fri Apr 3 2009 jeffm@suse.com - rpm/kernel-binary.spec.in: Added CONFIG_SPLIT_PACKAGE. * Fri Apr 3 2009 jeffm@suse.de - Update config files: Enabled STAGING drivers on -vanilla. * Fri Apr 3 2009 jblunck@suse.de - patches.rpmify/rpm-kernel-config: Rediff. * Fri Apr 3 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: chmod +x mkspec arch-symbols compute-PATCHVERSION.sh * Fri Apr 3 2009 jeffm@suse.com - Update config files: Enabled STAGING drivers. * Fri Apr 3 2009 jeffm@suse.com - Sync up kernel configs for x86/x86_64 flavors. * Fri Apr 3 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/mkspec: do not package the binary spec files anymore. * Thu Apr 2 2009 mmarek@suse.cz - rpm/modversions: keep the override keyword in --pack. * Thu Apr 2 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in, rpm/mkspec, scripts/tar-up.sh: remove @TOLERATE_UNKNOWN_NEW_CONFIG_OPTIONS@ expansion, check for a file named TOLERATE-UNKNOWN-NEW-CONFIG-OPTIONS in sourcedir instead. * Thu Apr 2 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: set LC_ALL=C in rpm -q call * Thu Apr 2 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: add @FLAVOR@ again to avoid %%%%(...) expansion * Thu Apr 2 2009 mmarek@suse.cz - rpm/mkspec: new script to generate spec files from *.spec.in templates - rpm/compute-PATCHVERSION.sh, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: add to the source rpm - scripts/tar-up.sh: just tar up patches directories and call mkspec * Tue Mar 31 2009 mmarek@suse.cz - rpm/kernel-dummy.spec.in: Delete. * Tue Mar 31 2009 jeffm@suse.de - doc/README.KSYMS: Add to repo. * Tue Mar 31 2009 mmarek@suse.cz - config.conf, rpm/old-packages.conf, scripts/arch-symbols, scripts/run_oldconfig.sh, scripts/tar-up.sh: drop the arch symbols completely, only map the various ix86 archs to i386. * Tue Mar 31 2009 mmarek@suse.cz - doc/README.SUSE: allow_unsupported_modules needs to be set before installing the kernel (bnc#484664). * Tue Mar 31 2009 jeffm@suse.de - Add %%changelog to spec files * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-binary.spec.in: Clean up %%build_$flavor macros * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-source.spec.in: Create kernel-source-vanilla * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-syms.spec.in, scripts/tar-up.sh: Depend on kernel-$flavor-devel * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in: Create a %%using_buildservice macro * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, scripts/sequence-patch.sh, scripts/tar-up.sh: kernel-{binary,source}: Remove arch guards * Tue Mar 31 2009 jeffm@suse.de - doc/README.SUSE, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, scripts/tar-up.sh: Move development files from kernel-source to kernel-$flavor-devel * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-binary.spec.in: Remove $CONFIG_MODULES * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-binary.spec.in: Remove duplicate CONFIG_DEBUG_INFO=y * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-binary.spec.in: Use macros for cpu_arch * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: kernel-{source,binary}: Use path-related rpm macros * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in: Use a %%kernelrelease macro. * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-source.spec.in, rpm/source-post.sh, scripts/tar-up.sh: Use %%variant instead of $variant * Tue Mar 31 2009 jeffm@suse.de - kernel-source: Kill old obsoletes * Tue Mar 31 2009 jeffm@suse.de - rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh: Use %%var instead of @VAR@ except where necessary * Tue Mar 31 2009 jeffm@suse.de - kernel-syms: Sort by flavor, not architecture * Tue Mar 31 2009 jeffm@suse.de - kernel-syms: Stop the architecture %%else madness * Tue Mar 31 2009 jeffm@suse.de - kernel-binary: Stop the architecture %%else madness * Mon Mar 30 2009 jeffm@suse.de - Removed -RT guards and a dead patch. * Mon Mar 30 2009 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: Delete. * Mon Mar 30 2009 jeffm@suse.de - patches.suse/reiserfs-inode-init: Delete. * Thu Mar 26 2009 mmarek@suse.cz - rpm/config.sh: introduce rpm/config.sh, defining SRCVERSION and VARIANT variables. * Tue Mar 24 2009 jeffm@suse.de - Update to 2.6.29-final. - Eliminated 4 patches. * Fri Mar 20 2009 jbeulich@novell.com - Update Xen config files. - Update Xen patches to 2.6.29-rc8 and c/s 821. * Wed Mar 18 2009 mmarek@suse.cz - rpm/kernel-*.spec.in, scripts/tar-up.sh: don't add "" to the release, breaks plain rpmbuild. * Tue Mar 17 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: don't generate symsets - rpm/kernel-syms.spec.in: don't package symsets - rpm/find-provides: disable symset provides - rpm/macros.kernel-source: don't check for /boot/symsets* (fate#305945) * Tue Mar 17 2009 knikanth@suse.de - patches.fixes/loop-barriers: Delete. - patches.fixes/loop-barriers2: Delete. Remove non-mainline patches to loop driver making it honour O_SYNC, sync requests and barriers. (bnc#485089), (bnc#471249) * Mon Mar 16 2009 bphilips@suse.de - README: add rough guide to updating KABI * Fri Mar 13 2009 jeffm@suse.com - Update to 2.6.29-rc8. * Thu Mar 12 2009 jbeulich@novell.com - patches.fixes/fix-nf_conntrack_slp, patches.suse/perfmon2-remove_get_base_syscall_attr.patch, patches.suse/perfmon2.patch, patches.suse/silent-stack-overflow-2.patch: fix build warnings. * Thu Mar 12 2009 jbeulich@novell.com - Update Xen patches addressing several issues in initial commit - Update Xen config files (re-enable oprofile, disable novfs). - patches.xen/xen3-x86_64-unwind-annotations: fix unwind annotations in entry_64-xen.S. * Thu Mar 12 2009 jbeulich@novell.com - patches.arch/x86_64-unwind-annotations: fix unwind annotations in entry_64.S. * Thu Mar 12 2009 rgoldwyn@suse.de - patches.suse/novfs-creds-change-2.6.29: Changing credential according to new task_struct. * Wed Mar 11 2009 jblunck@suse.de - rpm/kernel-binary.spec.in: Use split_packages only if supported.conf is not empty. * Mon Mar 9 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: renamed modprobe config to /etc/modprobe.d/50-module-renames.conf (required by new module-init-tools). * Mon Mar 9 2009 jbeulich@novell.com - patches.xen/xen3-patch-2.6.29-rc4: fix ia64 build. * Mon Mar 9 2009 jbeulich@novell.com - Update Xen config files (get tracing options back in sync with default). * Fri Mar 6 2009 jeffm@suse.de - Update config files: Enable CONFIG_FRAME_POINTER on Xen. * Fri Mar 6 2009 jeffm@suse.de - config.conf: Enabled Xen for building. * Fri Mar 6 2009 jbeulich@novell.com - Update Xen patches to 2.6.29-rc7. * Fri Mar 6 2009 jbenc@suse.cz - Update config files: enabled wireless debugging in -debug flavors. * Fri Mar 6 2009 mmarek@suse.cz - rpm/get_release_number.sh.in, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, rpm/kernel-syms.spec.in, scripts/tar-up.sh, doc/README.SUSE: finally drop kernel-dummy - rpm/prepare-build.sh: Delete. * Wed Mar 4 2009 jeffm@suse.com - Update to 2.6.29-rc7. - Eliminated 1 patch. * Wed Mar 4 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: workaround a bash bug (bnc#481817) in kernel-vanilla.spec. * Tue Mar 3 2009 jeffm@suse.com - patches.suse/export-security_inode_permission: Export security_inode_permission for aufs. * Thu Feb 26 2009 jeffm@suse.com - scripts/tar-up.sh: Add -u to update existing spec files. * Thu Feb 26 2009 sven@suse.de - rpm/kernel-binary.spec.in: Fix sub-package install-time conflict. * Wed Feb 25 2009 mmarek@suse.cz - scripts/tar-up.sh: create tarballs that don't change unnecessarily: set owner/group to nobody/nobody, mtime to time of the latest commit and sort the input files. * Tue Feb 24 2009 jeffm@suse.com - Update to 2.6.29-rc6-git1. * Sat Feb 21 2009 mmarek@suse.cz - rpm/kernel-syms.spec.in: also check if the package versions match (bnc#478462) * Fri Feb 20 2009 jbeulich@novell.com - patches.suse/stack-unwind: fix 32-bit arch_unwind_init_running(). * Fri Feb 20 2009 jbeulich@novell.com - patches.suse/stack-unwind: fix patch fuzz. * Fri Feb 20 2009 jbeulich@novell.com - misc/xen-port-patches.py: Adjust fro new x86 header placement. - patches.arch/x86_64-unwind-annotations: fix unwind annotations (bnc#472783). - patches.suse/stack-unwind: Properlz hook up unwinder again. * Fri Feb 20 2009 jeffm@suse.de - patches.suse/kdb-common: Build fix with -I directive. * Fri Feb 20 2009 jeffm@suse.de - Update config files. * Fri Feb 20 2009 jeffm@suse.de - Update to 2.6.29-rc5-git3. - Eliminated 1 patch. * Thu Feb 19 2009 mmarek@suse.cz - rpm/symsets.pl: allow passing only Module.symvers and no modules * Wed Feb 18 2009 olh@suse.de - disable ppc601 support, disable unused framebuffer drivers * Wed Feb 18 2009 olh@suse.de - disable kdump on ppc32 * Mon Feb 16 2009 jeffm@suse.com - Update config files. * Sat Feb 14 2009 jeffm@suse.de - Update to 2.6.29-rc5. * Fri Feb 13 2009 jeffm@suse.de - Update to 2.6.29-rc4-git7. - Eliminated 2 patches. * Mon Feb 9 2009 jeffm@suse.de - patches.rpmify/spin_is_contended-fix: spin_is_contended Kconfig fixes. * Mon Feb 9 2009 jeffm@suse.de - Updated to 2.6.29-rc4. - Eliminated 3 patches. * Fri Feb 6 2009 jeffm@suse.com - patches.fixes/fix-warning-while-mapping-0-1MB-range-with-dev-mem: x86, pat: fix warn_on_once() while mapping 0-1MB range. * Fri Feb 6 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: fix last change: don't pass -e to weak-modules2. * Fri Feb 6 2009 mmarek@suse.cz - rpm/kernel-module-subpackage, rpm/post.sh, rpm/postun.sh: pass down shell options like -x to weak-modules2 to make debugging with rpm -ivv easier. * Tue Feb 3 2009 jeffm@suse.de - patches.fixes/fix-nf_conntrack_slp: make nf_conntrack_slp actually work (bnc#470963). * Tue Feb 3 2009 mmarek@suse.cz - scripts/tar-up.sh: fix branch name in KOTD packages. * Tue Feb 3 2009 olh@suse.de - config.conf: readde -debug flavor for ppc64 * Tue Feb 3 2009 olh@suse.de - patches.fixes/scsi-ibmvfc_prli_initiator_fix.patch: Better handle other FC initiators (bnc#471217 - LTC51238) * Tue Feb 3 2009 mmarek@suse.cz - scripts/wd-functions.sh: display master as "master", not "HEAD" or "". * Mon Feb 2 2009 jeffm@suse.de - patches.fixes/ath9k-fix-led_device_naming.diff: ath9k: fix led naming. - patches.fixes/b43legacy-fix-led_device_naming.diff: b43legacy: fix led naming. - patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff: iwlwifi: another led naming fix. - patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff: iwlwifi: fix led naming . - patches.fixes/rt2x00-fix-led_device_naming.diff: rt2x00: fix led naming. * Mon Feb 2 2009 jeffm@suse.de - Updated to 2.6.29-rc3-git3. - Eliminated 6 patches. * Mon Feb 2 2009 jeffm@suse.de - Updated to 2.6.29-rc3. - AppArmor is disabled. - Xen is disabled. - Eliminated 745 patches. * Mon Feb 2 2009 jeffm@suse.de - Enabled patches.suse/reiserfs_warning-reentrant * Mon Feb 2 2009 rw@suse.de - patches.fixes/xpc-pass-physical, patches.kabi/xpc-pass-physical: kABI: restore upstream patch, add ABI cover-up. (bnc#458811) * Mon Feb 2 2009 olh@suse.de - patches.fixes/serial-jsm-enable_ms.patch: Add enable_ms to jsm driver (bnc#471224 - LTC51066) * Mon Feb 2 2009 olh@suse.de - patches.arch/ppc-optimize-sync.patch: Optimise smp_{r,w}mb and mutex (bnc#471222 - LTC51356) * Sat Jan 31 2009 gregkh@suse.de - refresh patches for fuzz due to 2.6.27.14-rc1 import. * Sat Jan 31 2009 gregkh@suse.de - patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch: ABI fix: add epoll_devs back to struct user_struct. * Sat Jan 31 2009 gregkh@suse.de - Update to 2.6.27.14-rc1 - lots of security fixes - lots of bugfixes - obsoletes: - patches.drivers/alsa-virtuoso-no-eeprom-overwrite - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch - patches.fixes/sysfs-fix-problems-with-binary-files.patch - patches.fixes/xpc-fix-NULL-deref - patches.fixes/xpc-write-barrier * Fri Jan 30 2009 olh@suse.de - patches.arch/ppc-pseries-migration_hang_fix.patch: Fix partition migration hang under load (bnc#470563 - LTC51153) * Fri Jan 30 2009 olh@suse.de - disable CONFIG_DEBUG_STACKOVERFLOW and CONFIG_DEBUG_STACK_USAGE on ppc/ppc64 * Fri Jan 30 2009 teheo@suse.de - patches.drivers/libata-fix-EH-device-failure-handling: libata: fix EH device failure handling (bnc#470845). * Thu Jan 29 2009 jjolly@suse.de - patches.arch/s390-08-08-add_qdio_utilization.patch: zfcp: queue_full is lacking the entry for qdio utilization (bnc#466462). * Thu Jan 29 2009 gregkh@suse.de - add ability to debug kernel using USB debug connector. - Update config files. - patches.suse/usb-move-ehci-reg-def.patch: usb: move ehci reg def. - patches.suse/x86-usb-debug-port-early-console-v4.patch: x86: usb debug port early console, v4. * Thu Jan 29 2009 mmarek@suse.cz - patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch patches.kabi/export-iwl_rx_allocate patches.kabi/sched-kabi-compat-hack.patch: Introduce patches.kabi/ for patches that only work around kabi issues and can be safely dropped at the next SP. * Wed Jan 28 2009 agruen@suse.de - patches.xen/xen-x86-mark_rodata_rw.patch: Add missing pageattr.c changes to pageattr-xen.c (bnc#439348). * Wed Jan 28 2009 agruen@suse.de - patches.suse/x86-mark_rodata_rw.patch: Add mark_rodata_rw() to un-protect read-only kernel code pages (bnc#439348). - patches.xen/xen-x86-mark_rodata_rw.patch: xen specific part (bnc#439348). * Wed Jan 28 2009 mmarek@suse.cz - config/s390/s390: the -man package still fails for s390, disable it * Wed Jan 28 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix build of the -man subpackage on 31bit s390 * Wed Jan 28 2009 mmarek@suse.cz - fix kernel-default.ppc64 reference symsets * Wed Jan 28 2009 jslaby@suse.cz - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). [cpu_mask_to_apicid bigsmp fix] * Wed Jan 28 2009 olh@suse.de - patches.fixes/scsi-ibmvscsi-module_alias.patch: map scsi proc_name to module name (bnc#459933 - LTC50724) * Tue Jan 27 2009 jeffm@suse.de - Update config files: Disable ftrace in -debug on ppc64 * Tue Jan 27 2009 jeffm@suse.de - config.conf: Added -debug flavor for ppc64. * Tue Jan 27 2009 bwalle@suse.de - patches.drivers/libfc-set-the-release-function.diff: Whitespace change. * Tue Jan 27 2009 hare@suse.de - patches.drivers/libfc-fix-read-IO-data-integrity: libfc: IO data integrity issue when a IO data frame lost (bnc#469536). * Tue Jan 27 2009 jbeulich@novell.com - re-enable patches.xen/xen3-e1000e_Export_set_memory_ro-rw. * Tue Jan 27 2009 olh@suse.de - update patches.arch/ppc-memoryless-nodes.patch: include prototype for PFN_UP() (bnc#462546 - LTC50009) * Mon Jan 26 2009 kkeil@suse.de - patches.suse/e1000e_Export_set_memory_ro-rw: Export set_memory_ro() and set_memory_rw() calls. readded to avoid kabi change * Mon Jan 26 2009 jeffm@suse.de - config.conf: Added kernel-vmi to i386. * Mon Jan 26 2009 olh@suse.de - update patches.arch/ppc-memoryless-nodes.patch: use PFN_UP() for end_pfn (bnc#462546 - LTC50009) * Mon Jan 26 2009 mmarek@suse.cz - kabi: import FCoE changes * Mon Jan 26 2009 hare@suse.de - patches.suse/dm-mpath-requeue-for-stopped-queue: disable wrong debug message again. * Mon Jan 26 2009 rw@suse.de - patches.fixes/taskstats-alignment: IA64: fill 'struct taskstats' on stack and 'memcpy' result to skb. (bnc#448410) * Mon Jan 26 2009 olh@suse.de - update patches.arch/ppc-memoryless-nodes.patch: fix calculation of reserve_size (bnc#462546 - LTC50009) * Mon Jan 26 2009 kkeil@suse.de - patches.fixes/disable-lro-per-default: Disable LRO per default in igb and ixgbe. (bnc#467519) * Mon Jan 26 2009 jbeulich@novell.com - Just comment out patches.xen/xen3-e1000e_* (to address build error) until disposition of their originals is known. * Mon Jan 26 2009 kkeil@suse.de - patches.fixes/sctp_do_not_use_stale_copy_of_sk: Do not use stale copy of sk. (bnc#440104) * Mon Jan 26 2009 jblunck@suse.de Renamed some patches so they get included in vanilla builds. - patches.rpmify/firmware-path: Renamed. - patches.rpmify/no-include-asm: Renamed. - patches.suse/md-raid-metadata-PAGE_SIZE.patch: Renamed. * Mon Jan 26 2009 olh@suse.de - patches.suse/led_classdev.sysfs-name.patch: use correct name for /sys/devices/virtual/leds/ entries (bnc#468350) * Mon Jan 26 2009 kkeil@suse.de - patches.suse/e1000e_Export_set_memory_ro-rw: Delete. - patches.suse/e1000e_allow_bad_checksum: Delete. - patches.suse/e1000e_call_dump_eeprom: Delete. - patches.suse/e1000e_ioremap_sanity_check: Delete. - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: Delete. Remove not mainline e1000e patches which were added to help with the e1000e NVM corruption - root issue is fixed * Mon Jan 26 2009 kkeil@suse.de - patches.drivers/tg3_libphy_workaround: tg3 libphy workaround. (bnc#468725) * Mon Jan 26 2009 hare@suse.de - supported.conf: Correct spelling for dm-least-pending path checker. * Mon Jan 26 2009 hare@suse.de - patches.suse/dm-mpath-check-info-before-access: Kernel Oops during path failover (bnc#458393). * Sun Jan 25 2009 gregkh@suse.de - refresh patch fuzz now that 2.6.27.13 is in tree * Sun Jan 25 2009 gregkh@suse.de - Update to final version of 2.6.27.13 * Sat Jan 24 2009 gregkh@suse.de - dynamic debugging fixes backported from upstream: - patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch: driver core: add newlines to debugging enabled/disabled messages. - patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch: Driver core: fix 'dynamic_debug' cmd line parameter. - patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch: driver core: fix using 'ret' variable in unregister_dynamic_debug_module. * Sat Jan 24 2009 jbohac@suse.cz - patches.arch/x86_64-hpet-64bit-timer.patch: (fix return of an unitialized value (bnc#469017) * Sat Jan 24 2009 mmarek@suse.cz - update kabi files: ignore changes in struct pcie_link_state as it is an internal structure only. * Sat Jan 24 2009 mmarek@suse.cz - patches.suse/genksyms-add-override-flag.diff: genksyms: add - -override flag. - rpm/kernel-binary.spec.in: set KBUILD_OVERRIDE=1 * Sat Jan 24 2009 ghaskins@suse.de - patches.fixes/sched-kabi-compat-hack.patch: sched: leave RT_GROUP_SCHED structure components intact to preserve kABI. broke kabi with fix for 456542 * Sat Jan 24 2009 trenn@suse.de - patches.fixes/cpufreq_export_latency.patch: CPUFREQ: Introduce /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_latency (bnc#464461). - patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch: CPUFREQ: ondemand/conservative: sanitize sampling_rate restrictions (bnc#464461). - patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch: CPUFREQ: ondemand: Limit default sampling rate to 300ms max. (bnc#464461). - patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch: X86 powernow-k8 cpufreq: Get transition latency from acpi _PSS object (bnc#464461). * Fri Jan 23 2009 jeffm@suse.de - patches.fixes/xfs-dmapi-fixes: xfs/dmapi: fix crash on mount (bnc#458027). * Fri Jan 23 2009 ghaskins@suse.de - Update config files: Disable RT_GROUP_SCHED (bnc#456542). The RT_GROUP_SCHED feature is experimental and clearly broken, so lets turn it off for now. * Fri Jan 23 2009 jeffm@suse.de - patches.fixes/hpilo-open-close-fix: hpilo open/close fix (bnc#466517). * Fri Jan 23 2009 hare@suse.de - patches.suse/dm-mpath-requeue-for-stopped-queue: Handle I/O on stopped queues correctly (bnc#458393). * Fri Jan 23 2009 jbenc@suse.cz - patches.suse/mnt-want-write-speedup.patch, patches.suse/mnt_clone_write.patch: modified not to break kABI, enabled (bnc#436953). * Fri Jan 23 2009 jbenc@suse.cz - patches.fixes/iwlagn-fix-rfkill.patch: iwlagn: fix hw-rfkill while the interface is down (bnc#446158). * Fri Jan 23 2009 mmarek@suse.cz - kabi/severities: temporarily enable changes in FcOE modules. * Fri Jan 23 2009 hare@suse.de - patches.arch/s390-08-06-personality.patch: kernel: setting 32 bit personality doesn't work (bnc#466462). - patches.arch/s390-08-07-compat_wrappers.patch: kernel: Add missing wrapper functions for 31 bit compat syscalls. (bnc#466462,LTC#51229). - patches.fixes/block-leave-the-request-timeout-timer-running: Delete obsolete patch. * Fri Jan 23 2009 bwalle@suse.de - patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff: change fcoe_sw sg_tablesize to SG_ALL (bnc #459142). - patches.drivers/fcoe-check-return-for-fc_set_m.diff: check return for fc_set_mfs (bnc #459142). - patches.drivers/fcoe-fix-frame-length-validati.diff: fix frame length validation in the early receive path (bnc #459142). - patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff: fcoe: fix incorrect use of struct module (bnc #468051). - patches.drivers/fcoe-improved-load-balancing-i.diff: improved load balancing in rx path (bnc #459142). - patches.drivers/fcoe-logoff-of-the-fabric-when.diff: Logoff of the fabric when destroying interface (bnc #459142). - patches.drivers/fcoe-remove-warn_on-in-fc_set.diff: remove WARN_ON in fc_set_mfs (bnc #459142). - patches.drivers/fcoe-user_mfs-is-never-used.diff: user_mfs is never used (bnc #459142). - patches.drivers/libfc-add-fc_disc-c-locking-co.diff: Add fc_disc.c locking comment block (bnc #459142). - patches.drivers/libfc-ensure-correct-device_pu.diff: libfc: Ensure correct device_put/get usage (round 2). - patches.drivers/libfc-fix-rport-recursive-lock.diff: libfc: Fix rport recursive lock on rport mutex (bnc #459142). - patches.drivers/libfc-handle-rrq-exch-timeout.diff: libfc: handle RRQ exch timeout (bnc #465596). - patches.drivers/libfc-improve-fc_lport-c-locki.diff: Improve fc_lport.c locking comment block (bnc #459142). - patches.drivers/libfc-improve-fc_rport-c-locki.diff: Improve fc_rport.c locking comment block (459142). - patches.drivers/libfc-make-fc_disc-inline-with.diff: make fc_disc inline with the fc_lport structure (bnc #459142). - patches.drivers/libfc-make-rscn-parsing-more-r.diff: make RSCN parsing more robust (bnc #459142). - patches.drivers/libfc-make-sure-we-access-the.diff: make sure we access the CRC safely (bnc #459142). - patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff: libfc: Pass lport in exch_mgr_reset (bnc #465596). - patches.drivers/libfc-remove-debug-print-state.diff: libfc: Remove debug print statement, too verbose (bnc #459142). - patches.drivers/libfc-set-the-release-function.diff: Set the release function for the rport's kobject (round 2) (bnc #459142). - patches.drivers/libfc-updated-comment-for-orde.diff: updated comment for order of em and ex locks (bnc #459142). - patches.drivers/libfc-updated-libfc-fcoe-modul.diff: updated libfc fcoe module ver to 1.0.6 (bnc #459142). - patches.drivers/libfc-use-an-operations-struct.diff: use an operations structure for rport callbacks (bnc #459142). - patches.drivers/libfc-when-rport-goes-away-re.diff: libfc: when rport goes away (re-plogi), clean up exchanges to/from rport (bnc #465596). - patches.drivers/libfc_locking.diff: libfc, fcoe: fixed locking issues with lport->lp_mutex around lport->link_status (bnc [#468053]). - patches.drivers/libfc_rport.diff: libfc: rport retry on LS_RJT from certain ELS (bnc #468054). * Fri Jan 23 2009 hare@suse.de - patches.fixes/qla2xxx-check-fc-rport-validity: qla2xxx: added check for fcport is valid in qla2x00_terminate_rport_io(). (bnc#467624). * Fri Jan 23 2009 tiwai@suse.de - patches.drivers/alsa-hda-gateway-t1616-quirk: ALSA: hda - Add quirk for Gateway T1616 laptop (bnc#467597). - patches.drivers/alsa-hda-hp-dv4-quirk: ALSA: hda - Add model entry for HP dv4. - patches.drivers/alsa-hda-intel-d945-ref-quirk: ALSA: hda - Add model=ref for Intel board with STAC9221 (bnc#406529). * Fri Jan 23 2009 hare@suse.de - patches.fixes/blk-leave-sync-timer-running: block: Rediff - patches.fixes/block-use-round_jiffies_up: Block: use round_jiffies_up() (bnc#464155). - Add missing patches to series.conf: patches.fixes/round-jiffies-up patches.fixes/block-use-round_jiffies_up patches.fixes/block-fix-blk_start_queueing patches.fixes/suppress-buffer-IO-errors patches.fixes/block-optimizations-in-blk_rq_timed_out_timer patches.fixes/block-add-comment-in-blk_rq_timed_out * Fri Jan 23 2009 olh@suse.de - update patches.fixes/scsi-ibmvscsi-vio_leak.patch: handle also drivers/scsi/ibmvscsi/ibmvfc.c * Fri Jan 23 2009 sjayaraman@suse.de - patches.fixes/cifs-fix-oops-on-ipv6-mount: cifs: make sure we allocate enough storage for socket address (467691). * Fri Jan 23 2009 gregkh@suse.de - patches.kernel.org/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch: ABI fix: add WB_SYNC_HOLD enum writeback_sync_modes. * Fri Jan 23 2009 gregkh@suse.de - patches.kernel.org/abi-fix-add-s_syncing-back-to-struct-super_block.patch: ABI fix: add s_syncing back to struct super_block. * Fri Jan 23 2009 gregkh@suse.de - update to 2.6.27.13-rc1: - security updates - lots of bugfixes - obsoletes: - patches.arch/ppc-fix_hugepage_check.patch - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back - patches.drivers/alsa-hda-samsung-q45-quirk - patches.fixes/security-introduce-missing-kfree.patch - patches.fixes/xpc-fix-heartbeat - Update config files. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/e1000-fix-shared-emc.patch: e1000: fix bug with shared interrupt during reset (bnc#396687) * Thu Jan 22 2009 tonyj@suse.de - patches.fixes/revert-bgcolor-line-feed-93f78da4.patch: Revert "vt: fix background color on line feed" (bnc#418613). * Thu Jan 22 2009 jbenc@suse.cz - patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch: iwlwifi: fix rs_get_rate WARN_ON() (bnc#456002). - Reordered wireless patches to group together patches touching the same driver. * Thu Jan 22 2009 bphilips@suse.de - patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch: disable catas_reset by default to avoid problems with EEH (bnc#456389). * Thu Jan 22 2009 rw@suse.de - patches.fixes/xpc-pass-physical: fixed kABI breakage. (bnc#458811) * Thu Jan 22 2009 bwalle@suse.de - scripts/tar-up_and_run_mbuild.sh: s390 (the 31 bit variant) is not an important spec file. * Thu Jan 22 2009 jbenc@suse.cz - patches.fixes/mac80211-add-direct-probe.patch: fixed kABI breakage, reenabled. * Thu Jan 22 2009 mmarek@suse.cz - rpm/modversions: eat the "override" keyword before parsing the symbol definition. * Thu Jan 22 2009 olh@suse.de - patches.fixes/scsi-ibmvscsi-vio_leak.patch: Correct VIO bus/device CMO accounting problems (bnc#468304 - LTC51205) * Thu Jan 22 2009 olh@suse.de - patches.suse/of_platform_driver.module-owner.patch: add missing module symlink to /sys/bus/*/driver/* in struct of_platform_driver. * Thu Jan 22 2009 kkeil@suse.de - patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile error fix - new version from Intel (bnc#465923) * Thu Jan 22 2009 jbohac@suse.cz - patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode for HPET Timer0 (bnc#456700). (fix compilation on i386 and add hpet64 to kernel-parameters.txt) * Thu Jan 22 2009 jbohac@suse.cz - patches.arch/x86_64-hpet-64bit-timer.patch: allow 64-bit mode for HPET Timer0 (bnc#456700). * Thu Jan 22 2009 rw@suse.de - patches.fixes/xpc-pass-physical: sgi-xpc: need to pass the physical address, not virtual. (bnc#458811) - patches.fixes/xpc-fix-heartbeat: sgi-xpc: eliminate false detection of no heartbeat. (bnc#464545) * Thu Jan 22 2009 jkosina@suse.de - patches.fixes/input-add-nomux-dell-vostro-1510.patch: Input: add Dell Vostro 1510 to nomux list (bnc#404881). * Thu Jan 22 2009 jblunck@suse.de - scripts/compute-PATCHVERSION.sh: Fix SRCVERSION parsing (bnc#465113). * Thu Jan 22 2009 tiwai@suse.de - patches.drivers/alsa-hda-add-volume-offset: ALSA: hda - Add extra volume offset to standard volume amp macros (bnc#466428). - patches.drivers/alsa-hda-stac-reduce-volume-scale: ALSA: hda - Halve too large volume scales for STAC/IDT codecs (bnc#466428). * Thu Jan 22 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.12-update: Update lpfc from 8.2.8.11 to 8.2.8.12 (bnc#467713). * Thu Jan 22 2009 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: fix missing jl arg * Wed Jan 21 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: delete duplicate error message in the kabi checks * Wed Jan 21 2009 jeffm@suse.de - patches.fixes/remove_kernel_physical_mapping_init_from_init: move kernel_physical_mapping_init to __meminit (bnc#467474). * Wed Jan 21 2009 jbenc@suse.cz - patches.fixes/mac80211-add-direct-probe.patch: disabled, as it changes kABI. * Wed Jan 21 2009 gregkh@suse.de - patches.fixes/security-introduce-missing-kfree.patch: security: introduce missing kfree (bnc#467322). - patches.fixes/sysfs-fix-problems-with-binary-files.patch: sysfs: fix problems with binary files. * Wed Jan 21 2009 rw@suse.de - patches.arch/ia64-page-migration.fix: fix deadlock caused by cpe_migrate.ko and mark it supported. (bnc#464676) * Wed Jan 21 2009 jeffm@suse.de - patches.fixes/sn-irq-affinity: sn2: preserve irq affinity set in PROM (bnc#457679). * Wed Jan 21 2009 jeffm@suse.de - patches.fixes/uv_zalias_support: uv: Support for non-nasid 0 systems (bnc#458869). * Wed Jan 21 2009 jeffm@suse.de - patches.fixes/xpc-fix-NULL-deref: sgi-xpc: Remove NULL pointer dereference. (bnc#466563). - patches.fixes/xpc-write-barrier: sgi-xpc: ensure flags are updated before bte_copy (bnc#466563). * Wed Jan 21 2009 jbenc@suse.cz - patches.fixes/ipw2200-workaround-firmware-restarts-when-scanning.patch: ipw2200: fix scanning while associated (bnc#459067). * Wed Jan 21 2009 jbenc@suse.cz - patches.fixes/iwl3945-fix-rfkill.patch: iwl3945: report killswitch changes even if the interface is down (bnc#446013). * Wed Jan 21 2009 jbenc@suse.cz - patches.fixes/mac80211-add-direct-probe.patch: mac80211: add direct probe before association (bnc#461889). * Wed Jan 21 2009 hare@suse.de - patches.drivers/mptsas-discover-all-devices: mptsas driver fails to discover devices (bnc#459932). * Wed Jan 21 2009 jbeulich@novell.com - Update Xen patches to 2.6.27.12. - patches.xen/764-netback-foreign-pages.patch: netback: handle non-netback foreign pages. - patches.xen/769-evtchn-CPU-offline.patch: evtchn: Fix CPU offlining to switch all affected ports belonging to a particular /dev/evcthn user. - patches.xen/gso-size-check.patch: gso: Ensure that the packet is long enough. - patches.xen/xen-S3-MSI: fix Dom0 resume from S3 when MSI is in use (bnc#435596). - patches.xen/xen3-e1000e_ioremap_sanity_check: ioremap sanity check to catch mapping requests exceeding the BAR sizes (bnc#425480). - patches.xen/xen3-x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). * Wed Jan 21 2009 olh@suse.de - update patches.suse/radeon-monitor-jsxx-quirk.patch: implement correct model matching * Wed Jan 21 2009 olh@suse.de - update patches.suse/dm-mpath-tracking-nr-bytes: lpp_end_io gets nr_bytes as third arg * Wed Jan 21 2009 olh@suse.de - update patches.suse/radeon-monitor-jsxx-quirk.patch: match all JSxx/QSxx models based on the first 4 chars in 'model' * Wed Jan 21 2009 olh@suse.de - update patches.arch/ppc-axon-missing-msi-workaround-5.diff: Fix MSI after kexec (bnc#467633) * Tue Jan 20 2009 gregkh@suse.de - clean up patch fuzz after 2.6.27.12 inclusion. * Tue Jan 20 2009 gregkh@suse.de - Update to the real 2.6.27.12 * Tue Jan 20 2009 jeffm@suse.de - patches.suse/reiserfs_warning-reentrant: reiserfs: eliminate reiserfs_warning from uniqueness functions; Fixes deadlock. * Tue Jan 20 2009 olh@suse.de - patches.drivers/cxgb3-ser.patch: reset the adapter on fatal error (bnc#466062 - LTC51042) * Tue Jan 20 2009 jjolly@suse.de - patches.arch/s390-08-03-iucv-cpu-hotremove.diff: iucv: failing cpu hot remove for inactive iucv (bnc#466462,LTC#51104). - patches.arch/s390-08-04-compat-sigaltstack.diff: kernel: 31 bit compat sigaltstack syscall fails with - EFAULT. (bnc#466462,LTC#50888). - patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch: af_iucv: System hang if recvmsg() is used with MSG_PEEK (bnc#466462,LTC#51136). * Tue Jan 20 2009 hare@suse.de - patches.suse/dm-mpath-accept-failed-paths: Only accept non-existing paths when adding failed paths (bnc#467579) * Tue Jan 20 2009 mmarek@suse.cz - rpm/kernel-source.spec.in: set CONFIG_DEBUG_INFO=y in the packaged .configs if builfing debug packages (bnc#460887) * Mon Jan 19 2009 mmarek@suse.cz - rpm/kernel-binary.spec.in: set %%tolerate_kabi_changes to 6 * Mon Jan 19 2009 mmarek@suse.cz - patches.suse/export-iwl_rx_allocate: reintroduce EXPORT_SYMBOL(iwl_rx_allocate). * Mon Jan 19 2009 mmarek@suse.cz - import SLE11 RC2 reference kabi * Mon Jan 19 2009 hare@suse.de - patches.drivers/mpt-return-all-sense-data: MPT Fusion doesn't return all sense data (bnc#466179). * Sat Jan 17 2009 gregkh@suse.de - Update to 2.6.27.12-rc2 * Fri Jan 16 2009 od@suse.de - patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch: call boot IRQ quirks at end of device init and during resume. - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch: update to upstream variant of this patch: - integrate an older quirk to make IO-APIC mode work on AMD 8131 rev. A0 and B0 - fix boot IRQ disabling logic for AMD 813x - remove unneeded code for AMD SB700S * Fri Jan 16 2009 jbeulich@novell.com - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). * Fri Jan 16 2009 olh@suse.de - enable mptsas in kdump kernel to allow crashdump on QS2x blades * Fri Jan 16 2009 tiwai@suse.de Fix STAC925x patch again - patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix (yet more) STAC925x issues (bnc#460478). * Fri Jan 16 2009 jjolly@suse.de - patches.arch/s390-08-01-cio-fix-mp-mode.diff: cio: fix subchannel multipath mode setup (bnc#466462,LTC#51047). - patches.arch/s390-08-02-zfcp-gpn-align-fix.diff: zfcp: fix memory alignment for GPN_FT requests. (bnc#466462). * Thu Jan 15 2009 gregkh@suse.de - Update config files for vanilla kernel versions due to new config option added in 2.6.27.12-rc1. * Thu Jan 15 2009 gregkh@suse.de - Update to 2.6.27.12-rc1: - security fixes - fixes CVE-2009-0029 - bug fixes all over the place. - obsoletes the following patches: - patches.arch/ppc-cmm_no_kdump.patch - patches.drivers/alsa-caiaq-midi-oops-fix - patches.drivers/alsa-hda-hp-6730b-quirk - patches.drivers/ibmvfc-host_init_delay.patch - patches.drivers/ibmvfc-improve_sync_events.patch - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch - patches.fixes/mm-lockless-pagecache-barrier.patch - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch - patches.fixes/uv-remove-erroneous-BAU-init - Update config files. * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-virtuoso-no-eeprom-overwrite: sound: virtuoso: do not overwrite EEPROM on Xonar D2/D2X (bnc#462365). * Thu Jan 15 2009 bwalle@suse.de - patches.suse/s390-System.map.diff: Strip L2^B symbols (bnc #456682). * Thu Jan 15 2009 tiwai@suse.de - patches.drivers/alsa-hda-gateway-fix: ALSA: patch_sigmatel: Add missing Gateway entries and autodetection (bnc#460478). - patches.drivers/alsa-hda-gateway-fix2: ALSA: hda - More fixes on Gateway entries (bnc#460478). - patches.drivers/alsa-hda-hp-dv5-mic-fix: ALSA: hda - Fix HP dv5 mic input (bnc#462913). - patches.drivers/alsa-hda-hp-dv5-quirk: ALSA: hda - Add quirk for another HP dv5 (bnc#462913). - patches.drivers/alsa-hda-idt92hd83-fix-typo: ALSA: hda - Fix a typo. - patches.drivers/alsa-hda-samsung-q45-quirk: ALSA: hda - Add automatic model setting for Samsung Q45. - patches.drivers/alsa-hda-seek-for-codec-id: ALSA: hda - Add a new function to seek for a codec ID (bnc#460478). - patches.drivers/alsa-hda-sigmatel-no-hp-reset: ALSA: hda - Don't reset HP pinctl in patch_sigmatel.c (bnc#460478). - patches.drivers/alsa-hda-stac925x-init-fix: ALSA: hda - Fix missing initialization of NID 0x0e for STAC925x (bnc#460478). * Thu Jan 15 2009 olh@suse.de - patches.arch/ppc-fix_hugepage_check.patch: is_hugepage_only_range() must account for both 4kB and 64kB slices (bnc#466229 - LTC51063) * Wed Jan 14 2009 jeffm@suse.de - Update config files: Disabled PARAVIRT on vanilla and LGUEST. * Wed Jan 14 2009 jeffm@suse.de - Enabled patches.suse/unlock_page-speedup.patch * Wed Jan 14 2009 rjw@suse.de - patches.fixes/PCI-PM-Split-PCI-Express-port-suspend-resume.patch: PCI PM: Split PCI Express port suspend-resume (bnc#455926). - patches.fixes/PCI-Suspend-and-resume-PCI-Express-ports-with-interrupts-disabled.patch: PCI: Suspend and resume PCI Express ports with interrupts disabled (bnc#455926). - patches.fixes/PCI-handle-PCI-state-saving-with-interrupts-disabled.patch: PCI: handle PCI state saving with interrupts disabled (bnc#455926). - patches.fixes/pci-rework-suspend-of-devices-with-no-drivers.patch: PCI: Rework default handling of suspend and resume (bnc#455926). * Wed Jan 14 2009 jeffm@suse.de - Update config files: Disable PARAVIRT. * Wed Jan 14 2009 gregkh@suse.de - refresh patches for fuzz due to update to 2.6.27.11 * Wed Jan 14 2009 gregkh@suse.de - Update to final version of 2.6.27.11 * Wed Jan 14 2009 kkeil@suse.de - patches.drivers/ixgbe-dcb-setstate.patch: Bugfix for ixgbe and kernel DCB netlink code. (bnc#458194) - patches.drivers/ixgbe_DCB_compile_err.patch: DCB compile error fix. (bnc#465923) - Update config files. * Wed Jan 14 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: Delete. It came out that this is an already fixed BIOS bug. The quirk is not needed anymore. * Wed Jan 14 2009 trenn@suse.de - patches.fixes/acpi_fix_double_slash_root_prefix_handling.patch: In AcpiNsGetInternalNameLength, skip the redundant backslash of RootPrefix (http://bugzilla.kernel.org/show_bug.cgi?id=11541 http://www.acpica.org/bugzilla/show_bug.cgi?id=739). - patches.fixes/acpi_video_always_update_sys.patch: video: always update the brightness when poking "brightness" (bnc#450149). - patches.fixes/acpi_video_handle_reversed_brightness_info.patch: ACPI: video: Fix reversed brightness behavior on ThinkPad SL series (bnc#450149). * Wed Jan 14 2009 olh@suse.de - patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch: fix __load_balance_iterator() for cfs with only one task (bnc#457594 - LTC50544) * Wed Jan 14 2009 olh@suse.de - patches.fixes/xfs-redirty-ENOSPC.patch: Re-dirty pages on ENOSPC when converting delayed allocations (bnc#433112 - LTC48749) * Wed Jan 14 2009 npiggin@suse.de - Added guarded patches: - patches.suse/mnt-want-write-speedup.patch: fs: mnt_want_write speedup (bnc#436953). - patches.suse/mnt_clone_write.patch: fs: introduce mnt_clone_write (bnc#436953). - patches.suse/unlock_page-speedup.patch: mm: unlock_page speedup (bnc#436953). * Wed Jan 14 2009 gregkh@suse.de - Update config files. - patches.drivers/add-via-chrome9-drm-support.patch: add Via chrome9 drm support. * Wed Jan 14 2009 gregkh@suse.de - patches.drivers/pata_via.c-support-vx855-and-future-chips-whose-ide-controller-use-0x0571.patch: pata_via.c: Support VX855 and future chips whose IDE controller use 0x0571.. * Tue Jan 13 2009 hare@suse.de - patches.fixes/scsi-restart-lookup-by-target: Modify patch after suggestions from James Bottomley (bnc#465346). * Tue Jan 13 2009 hare@suse.de - patches.fixes/scsi-restart-lookup-by-target: Restart scsi_device_lookup_by_target() (bnc#465346). * Tue Jan 13 2009 olh@suse.de - update patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: Allow multiqueue setting in MSI-X mode only (bnc#464351 - LTC50966) * Tue Jan 13 2009 olh@suse.de - patches.drivers/cxgb3i-mainline.patch: fixes bug in tag release and sync-up cxgb3i with mainline state (bnc#464508 - LTC50816) * Tue Jan 13 2009 gregkh@suse.de - Update to 2.6.27.11-rc1: - lots of minor fixes - obsoletes: - patches.fixes/md-bitmap-read-do-not-overflow - patches.suse/scsi-scsi_transport_srp-shost_data.patch * Mon Jan 12 2009 gregkh@suse.de - supported.conf: add kernel/drivers/acpi/acpi_memhotplug as supported * Mon Jan 12 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/source-post.sh: handle arch symlinks like i586 -> i386 in /usr/src/linux-obj. * Mon Jan 12 2009 gregkh@suse.de - supported.conf: updated staging and other drivers * Mon Jan 12 2009 kkeil@suse.de - patches.drivers/r8169-Tx-performance-tweak-helper: r8169: Tx performance tweak helper. - patches.drivers/r8169-add-8168-8101-registers-description: r8169: add 8168/8101 registers description. - patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101: r8169: add hw start helpers for the 8168 and the 8101. - patches.drivers/r8169-additional-8101-and-8102-support: r8169: additional 8101 and 8102 support. - patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features: r8169: use pci_find_capability for the PCI-E features. (bnc#448168) * Mon Jan 12 2009 dgollub@suse.de - scripts/tar-up_and_run_mbuild.sh: use $BUILD_DIR instead of fixed "kernel-source" string, to stay in sync with with differet kernel variants. * Mon Jan 12 2009 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/source-pre.sh: replace the /usr/src/linux-obj symlink with a directory containing per-flavor symlinks instead. This allows us to install kernel-source / syms and kernel-source-rt / syms-rt in parallel and still find everything below /usr/src/linux-obj/. - rpm/kernel-binary.spec.in: for -rt, install into /usr/src/linux-$version-rt-obj. - rpm/kernel-syms.spec.in: fix kernel-source requires for -rt. * Sun Jan 11 2009 jkosina@suse.de - patches.drivers/input-usbtouchscreen-hw-calibration.patch: Input: usbtouchscreen - allow reporting calibrated data (bnc#444814). * Fri Jan 9 2009 mmarek@suse.cz - patches.suse/file-capabilities-add-file_caps-switch.diff: fix parsing of the file_caps commandline option (bnc#264075) * Fri Jan 9 2009 trenn@suse.de - patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch: x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomolies (bnc#464329). * Fri Jan 9 2009 olh@suse.de - patches.arch/ppc-cmm_no_kdump.patch: Disable Collaborative Memory Manager for kdump (bnc#460552 - LTC50789) * Fri Jan 9 2009 jslaby@suse.cz - patches.suse/cgroup-disable-memory.patch: memcg: disable the memory controller by default. - patches.suse/add-enable_cgroup-parameter.patch: Delete. - patches.suse/disable-cgroups.patch: Delete. * Fri Jan 9 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch fix compile errors * Fri Jan 9 2009 jslaby@suse.de - patches.fixes/ath5k-ignore-calibration-return-value.patch: ath5k: ignore the return value of ath5k_hw_noise_floor_calibration (bnc#446541). * Fri Jan 9 2009 jslaby@suse.de - patches.fixes/cgroups-suppress-cloning-warning.patch: cgroups: suppress bogus warning messages (bnc#460961). * Fri Jan 9 2009 olh@suse.de - patches.suse/radeon-monitor-jsxx-quirk.patch: Add quirk for the graphics adapter in some JSxx (bnc#461002 - LTC50817) * Fri Jan 9 2009 trenn@suse.de - patches.fixes/acpi_irq_quirk_pci_irq_derive.patch: ACPI: Do not derive IRQ from parent bridge/device via boot param/dmi list (bnc#437211). - patches.suse/acpi_osi_sle11_ident.patch: Provide possibility for vendors to fix BIOS issues for SLE11 only (none). * Fri Jan 9 2009 hare@suse.de - patches.drivers/blk-request-based-multipath-update: Rediff. - patches.fixes/scsi-refactor-busy-processing: refactor sdev/starget/shost busy checking; break out from blk-request-based-multipath-update. * Fri Jan 9 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.11-update: Update lpfc from 8.2.8.10 to 8.2.8.11 (bnc#464662). - patches.fixes/scsi-call-unprep_request-under-lock: scsi_lib: only call scsi_unprep_request() under queue lock (bnc#464155). - patches.fixes/scsi-fix-hang-in-starved-list-processing: Fix hang in starved list processing (bnc#464155). * Fri Jan 9 2009 kkeil@suse.de - patches.drivers/bnx2-Add-PCI-ID-for-5716S: bnx2: Add PCI ID for 5716S - patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_: bnx2: Fix bug in bnx2_free_rx_mem() (bnc#464130) * Fri Jan 9 2009 jslaby@suse.cz - patches.suse/disable-cgroups.patch: Disable all cgroups (bnc#436025). * Fri Jan 9 2009 hare@suse.de - Backporting block layer fixes (bnc#464155): * patches.fixes/block-add-comment-in-blk_rq_timed_out: add comment in blk_rq_timed_out() about why next can not be 0 * patches.fixes/block-fix-blk_start_queueing: block: Fix blk_start_queueing() to not kick a stopped queue. * patches.fixes/block-leave-the-request-timeout-timer-running: block: leave the request timeout timer running even on an empty list. * patches.fixes/block-optimizations-in-blk_rq_timed_out_timer: block: optimizations in blk_rq_timed_out_timer(). * patches.fixes/block-suppress-buffer-IO-errors: block: Supress Buffer I/O errors when SCSI REQ_QUIET flag set. * patches.fixes/block-use-round_jiffies_up: Block: use round_jiffies_up(). * patches.fixes/round-jiffies-up: Add round_jiffies_up and related routines. * Fri Jan 9 2009 jbeulich@novell.com - patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). * Fri Jan 9 2009 hare@suse.de - patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION: scsi_dh_rdac does not retry MODE SENSE on UNIT ATTENTION (bnc#464155). - patches.suse/scsi-check-removed-device-for-offline: Only check for SDEV_OFFLINE and SDEV_DEL, not SDEV_CANCEL. * Fri Jan 9 2009 jslaby@suse.cz - patches.suse/add-enable_cgroup-parameter.patch: Add cgroup_enable parameter (bnc#436025). * Fri Jan 9 2009 gregkh@suse.de - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). * Fri Jan 9 2009 gregkh@suse.de - clean up patch fuzz * Thu Jan 8 2009 gregkh@suse.de - patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCI MSI _OSC support capabilities called when root bridge added (bnc#438941). - patches.drivers/acpi-pci-pcie-aer-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCIe AER _OSC support capabilities called when root bridge added (bnc#438941). - patches.drivers/acpi-pci-pcie-aspm-_osc-support-capabilities-called-when-root-bridge-added.patch: ACPI/PCI: PCIe ASPM _OSC support capabilities called when root bridge added (bnc#438941). - patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch: ACPI/PCI: remove obsolete _OSC capability support functions (bnc#438941). * Thu Jan 8 2009 gregkh@suse.de - patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch: ACPI/PCI: call _OSC support during root bridge discovery (bnc#438941). - patches.drivers/acpi-pci-change-pci_osc_control_set-to-query-control-bits-first.patch: ACPI/PCI: Change pci_osc_control_set() to query control bits first (bnc#438941). - patches.drivers/acpi-pci-fix-possible-race-condition-on-_osc-evaluation.patch: ACPI/PCI: Fix possible race condition on _OSC evaluation (bnc#438941). - patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch: ACPI/PCI: include missing acpi.h file in pci-acpi.h. (bnc#438941). - patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch: ACPI/PCI: PCI extended config _OSC support called when root bridge added (bnc#438941). * Thu Jan 8 2009 gregkh@suse.de - patches.drivers/bnx2x-version-update.patch: bnx2x: Version Update (bnc#439679). * Thu Jan 8 2009 jjolly@suse.de - patches.arch/s390-07-01-zfcp-port-failed-message.diff: zfcp: Remove message for failed port (bnc#464466). - patches.arch/s390-07-02-zfcp-unchained-fsf.diff: zfcp: Add support for unchained FSF requests (bnc#464466). - patches.arch/s390-07-03-topology-fix.diff: kernel: fix cpu topology support (bnc#464466). - patches.arch/s390-07-04-dasd-failfast.patch: dasd: Add 'failfast' device feature. (bnc#464466,LTC#43066). * Thu Jan 8 2009 tiwai@suse.de - patches.drivers/alsa-caiaq-midi-oops-fix: ALSA: caiaq - Fix Oops with MIDI. * Thu Jan 8 2009 knikanth@suse.de - patches.fixes/dm-avoid-put-table-dm_any_congested: dm: avoid destroying table in dm_any_congested (bnc#457205). - patches.fixes/dm-table-ref-count: dm table: rework reference counting (bnc#457205). - patches.fixes/dm-unbind-drop-ref: dm table: drop reference at unbind (bnc#457205). * Thu Jan 8 2009 olh@suse.de - update kdump config, disable some unused drivers * Thu Jan 8 2009 olh@suse.de - refresh config files, no functional changes * Thu Jan 8 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: use separate table for module alias (bnc#435215 - LTC48564) * Thu Jan 8 2009 tiwai@suse.de Backport fixes for HD-audio from the upstream: - patches.drivers/alsa-hda-ad1882-id-typo-fix: ALSA: hda - Fix typos for AD1882 codecs. - patches.drivers/alsa-hda-ad1986a-laptop-eapd-model-back: ALSA: hda - make laptop-eapd model back for AD1986A. - patches.drivers/alsa-hda-hp2230s-quirk: ALSA: hda - Add quirk for HP 2230s (bnc#461660). - patches.drivers/alsa-hda-sigmatel-add-missing-terminators: ALSA: hda - Add missing terminators in patch_sigmatel.c. * Thu Jan 8 2009 bwalle@suse.de - Update config files: Enable CONFIG_EHEA=m (and CONFIG_IBMEBUS=y) for ppc/kdump and ppc64/kdump (bnc #459119). * Thu Jan 8 2009 jblunck@suse.de - Make kernel-source.changes incremental again * Thu Jan 8 2009 olh@suse.de - supported.conf: rename dm-leastpending-path to dm-leastpending * Thu Jan 8 2009 olh@suse.de - patches.drivers/ehea-modinfo.patch: add alias entry for portN properties (bnc#435215 - LTC48564) * Thu Jan 8 2009 olh@suse.de - patches.drivers/ibmvfc-abort-response.patch: Fixup command response translation (bnc#459383 - LTC50695) * Thu Jan 8 2009 olh@suse.de - patches.drivers/ibmvfc-improve_sync_events.patch: Improve async event handling (bnc#460567 - LTC50778) * Thu Jan 8 2009 gregkh@suse.de - patches.drivers/via-unichrome-drm-bugfixes.patch: via: Unichrome DRM bugfixes. * Thu Jan 8 2009 coly.li@suse.de - Move patch from patches.suse/dlm-fix-shutdown-cleanup.patch to patches.fixes/dlm-fix-shutdown-cleanup.patch * Thu Jan 8 2009 coly.li@suse.de - Fixes a regression from commit 0f8e0d9a317406612700426fad3efab0b7bbc467, "dlm: allow multiple lockspace creates". * Wed Jan 7 2009 olh@suse.de - patches.arch/ppc-pseries-cpu-migrate.patch: Update default_server during migrate_irqs_away (bnc#460566 - LTC50723) * Wed Jan 7 2009 jack@suse.cz - patches.suse/mm-increase-dirty-limits.patch: Increase limits for starting writeback of dirty data (bnc#449662). * Wed Jan 7 2009 ghaskins@suse.de - Update config files (part of bnc#448412). * Wed Jan 7 2009 ghaskins@suse.de - patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch: configure HAVE_UNSTABLE_SCHED_CLOCK for SGI_SN systems (bnc#448412). * Wed Jan 7 2009 hare@suse.de - patches.drivers/lpfc-8.2.8.10-update: Emulex 8.2.8.10 driver patches for SLE11 (bnc#460775). * Wed Jan 7 2009 knikanth@suse.de - patches.suse/dm-barrier-single-device: Update Patch-mainline header. Patch is not refreshed as it breaks kabi (FATE#304489). * Wed Jan 7 2009 hare@suse.de - patches.drivers/cciss-driver-panic-on-volume-delete: cciss driver may panic if a logical volume is deleted (bnc#459553). * Wed Jan 7 2009 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC to avoid deadlocks (bnc#461747). * Wed Jan 7 2009 hare@suse.de - patches.fixes/fc_transport-devloss-callback-restore: FC devloss callback not called when devloss timer fires (bnc#463289). * Wed Jan 7 2009 hare@suse.de - patches.suse/dm-mpath-leastpending-path-update: Update least-pending-IO dynamic load balancer (bnc#444199). - patches.suse/dm-mpath-queue-length-load-balancing: Rediff. - patches.suse/dm-mpath-service-time-load-balancing: Rediff. - patches.suse/dm-mpath-tracking-nr-bytes: Rediff. - patches.suse/dm-mpath-leastpending-path: Delete. * Tue Jan 6 2009 jeffm@suse.de - patches.fixes/uv-remove-erroneous-BAU-init: UV: remove erroneous BAU initialization (bnc#463313). * Tue Jan 6 2009 jjolly@suse.de - patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch: qeth: exploit source MAC address for inbound layer3 packets (bnc#458339). - patches.arch/s390-06-02-qeth-layercrash.patch: qeth: avoid crash in case of layer mismatch for VSWITCH (bnc#458339). - patches.arch/s390-06-03-dasd_sim_sense_condition.patch: Fix unsolicited SIM sense condition. (bnc#458339). - patches.arch/s390-06-04-qdio_ssqd_memcpy.patch: qdio: fix broken memcpy (bnc#458339). - patches.arch/s390-06-05-qdio_s390dbf.patch: qdio: rework s390dbf usage (bnc#458339). - patches.arch/s390-06-06-qdio_inbound_ack.patch: qdio: rework inbound buffer acknowledgement (bnc#458339). - patches.arch/s390-06-07-cio-attach_detach.patch: cio: Crashes when repeatetly attaching/detaching devices. (bnc#458339). * Tue Jan 6 2009 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: Jan's comments for contiguous kmap fix (bnc#449812). * Tue Jan 6 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: update. * Mon Jan 5 2009 mmarek@suse.cz - patches.suse/modpost-filter-out-built-in-depends: modpost: filter out "built-in" depends (bnc#450085). - patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch: refresh. * Mon Jan 5 2009 npiggin@suse.de - Fix ps3 config. * Mon Jan 5 2009 npiggin@suse.de - patches.fixes/mm-lockless-pagecache-barrier.patch: mm lockless pagecache barrier fix. * Mon Jan 5 2009 npiggin@suse.de - patches.fixes/fs-symlink-write_begin-allocation-context-fix.patch: fs symlink write_begin allocation context fix. * Mon Jan 5 2009 npiggin@suse.de - Update config files. * Mon Jan 5 2009 npiggin@suse.de - patches.suse/cgroup-freezer.patch: cgroup freezer update (bnc#417294, fate#304191, fate#201036). * Wed Dec 31 2008 npiggin@suse.de - patches.fixes/s390-lru_add_drain_all.patch: mm: remove UP version of lru_add_drain_all() (bnc#458380). * Wed Dec 31 2008 npiggin@suse.de - patches.arch/x86-fix-kmap-contig.patch: x86: contiguous kmap fix (bnc#449812). * Mon Dec 29 2008 jeffm@suse.de - patches.arch/thinkpad_acpi-hotkey-notify-fix: thinkpad_acpi: Fix oops with incompatible backlight interface. * Mon Dec 22 2008 olh@suse.de - update patches.arch/ppc-memoryless-nodes.patch: fix bootmem reservation on uninitialized node (bunc#457029 - LTC50483) * Mon Dec 22 2008 olh@suse.de - patches.fixes/scsi-ibmvscsi-can_queue_fix.patch: Make max_requests module parameter more accurate (bnc#458499 - LTC50637) * Sat Dec 20 2008 tiwai@suse.de - patches.drivers/alsa-hda-hp-dv7-quirk: ALSA: hda - Add quirk for another HP dv7 (bnc#461108). * Sat Dec 20 2008 tiwai@suse.de - patches.drivers/alsa-ca0106-pm-support: More fixes (bnc#447624). * Fri Dec 19 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: Print more info. * Fri Dec 19 2008 tiwai@suse.de - patches.drivers/alsa-ca0106-capture-no-44khz: ALSA: disable 44.1kHz capture on CA0106 (bnc#447624). - patches.drivers/alsa-ca0106-pm-support: ALSA: ca0106 - Add power-amangement support (bnc#447624). - patches.drivers/alsa-hda-92hd73x-desktop-fixes: ALSA: Fix plaback problems on Intel desktops with IDT codecs. * Fri Dec 19 2008 jbeulich@novell.com - patches.arch/x86_sgi-uv-scir.patch, patches.suse/e1000e_ioremap_sanity_check, patches.suse/perfmon2-remove_get_base_syscall_attr.patch, patches.suse/perfmon2.patch, patches.suse/silent-stack-overflow-2.patch: eliminate build warnings. * Fri Dec 19 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rt2870-wireless-driver.patch: Staging: add rt2870 wireless driver. * Fri Dec 19 2008 nfbrown@suse.de - patches.fixes/md-bitmap-read-do-not-overflow: md: Don't read past end of bitmap when reading bitmap. (bnc#459557). * Thu Dec 18 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: Fixed ordering. * Thu Dec 18 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: Delete. * Thu Dec 18 2008 gregkh@suse.de - Updated to final 2.6.27.10 release * Thu Dec 18 2008 trenn@suse.de - patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch: Use apic=bigsmp on specific xseries machines (bnc#440497). * Thu Dec 18 2008 trenn@suse.de - patches.arch/x86_restrict_pci_early_quirks_to_root_bridges.patch: Only scan the root bus in early PCI quirks. (bnc#57886). * Thu Dec 18 2008 jbeulich@novell.com - patches.xen/746-pirq-status-page.patch: Merge in c/s 751. - patches.xen/761-highpte.patch: blktap, gntdev: fix highpte handling. - patches.xen/762-xencons-hvc.patch: add hvc compatibility mode to xencons. - patches.xen/xen3-patch-2.6.27.7-8: Linux 2.6.27.8. - patches.xen/xen3-patch-2.6.27.8-9: Linux 2.6.27.9. - patches.xen/xen-x86-exports: export a few more symbols (bnc#458222). - patches.xen/xen3-perfmon2_remove_syscalls.patch: Rename to ... - patches.xen/xen3-perfmon2-remove_syscalls.patch: ... this. * Thu Dec 18 2008 nfbrown@suse.de - patches.fixes/md-disable-recovery-on-faulty-degraded-array: Disable recovery when degraded RAID1 array appears to be faulty. (bnc#447835). * Wed Dec 17 2008 mmarek@suse.cz - rpm/symsets.pl: fix uninitialized variable * Wed Dec 17 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - add genksyms reference files so that genksyms can explain why did checksums change * Wed Dec 17 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Delete. It oopses badly and is not needed for the HP2133 hardware, as it has switched to Intel chipsets. * Wed Dec 17 2008 gregkh@suse.de - Upate to 2.6.27.10-rc1, fixing lots of problems. - obsoletes: - patches.drivers/libata-update-ST-FLUSH-blacklist - patches.fixes/iwlwifi_fix_oops.patch - patches.fixes/v4l-dvb-avoid-writing-outside-array * Tue Dec 16 2008 jeffm@suse.de - patches.suse/reiserfs-barrier-default: Make reiserfs default to barrier=flush. * Tue Dec 16 2008 mmarek@suse.cz - addded symtypes-* files to the RC1 reference kabi * Tue Dec 16 2008 jeffm@suse.de - patches.fixes/ext3-mark-super-uptodate: ext3: always mark super uptodate before dirty (bnc#457043). * Tue Dec 16 2008 hare@suse.de - patches.fixes/blk-dont-invoke-request_fn-on-stopped-queue: block: only call ->request_fn when the queue is not stopped (bnc#457041). - patches.fixes/blk-get-extra-reference-before-unmap: block: hold extra reference to bio in blk_rq_map_user_iov(). - patches.fixes/blk-move-unplug_work-init: block: move q->unplug_work initialization. - patches.fixes/blk-set-segment-boundary-mask: block: fix setting of max_segment_size and seg_boundary mask. - patches.fixes/dm-mpath-send-activate-to-every-path: Handle multiple paths in a path group properly during pg_init. - patches.fixes/scsi_dh-add-lsi-ids-to-rdac: Adding LSI vendor and product IDs to RDAC device handler. - patches.suse/dm-mpath-accept-failed-paths: Accept failed paths for multipath maps (bnc#458037,bnc#458393). - patches.suse/scsi-check-removed-device-for-offline: Check if device is removed in scsi_device_online() (bnc#456747). * Tue Dec 16 2008 hare@suse.de - Enable 3270 console (bnc#457039) * Tue Dec 16 2008 rjw@suse.de - Update config files. - patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch: mm: Do not disable memory hotplug when hibernation is enabled (bnc#438914). * Mon Dec 15 2008 jeffm@suse.de - patches.fixes/iwlwifi_fix_oops.patch: iwlwifi: clean key table in iwl_clear_stations_table function (bnc#457062). * Mon Dec 15 2008 jjolly@suse.de - patches.drivers/cxgb3i_ddp.patch: cxgb3i - added pdu size check and fixed ddp page setup (bnc#449519). * Mon Dec 15 2008 hare@suse.de - patches.drivers/qla4xxx-5.01.00-k8_sles11-04-update: qla4xxx driver SLES 11 Beta6 update (bnc#458186). * Mon Dec 15 2008 oneukum@suse.de - patches.suse/usb_correct_config_ti_04b3_4543.diff: fix ti_usb_3410_5052 driver for device 04b3:4543 (bnc#395775). * Sun Dec 14 2008 gregkh@suse.de - Update to 2.6.27.9 - obsoleted: - patches.fixes/applicom-fix-unchecked-ioctl-range - patches.fixes/watchdog-ib700wdt-buffer-underflow * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-ensure-nonzero-transaction: reiserfs: ensure nonzero transaction (bnc#447406). * Fri Dec 12 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: Update to print accurate refcount. * Fri Dec 12 2008 jblunck@suse.de - .gitignore: Ignore backup files. * Fri Dec 12 2008 hare@suse.de - patches.fixes/scsi-check-host-lookup-failure: Correct scsi_host_lookup return value (bnc#456532). - patches.suse/dm-mpath-accept-failed-paths: Accept failed paths for multipath maps (bnc#458037). * Fri Dec 12 2008 fseidel@suse.de - patches.fixes/hso_killswitch.patch: hso: rfkill type should be WWAN (bnc#458625). * Fri Dec 12 2008 fseidel@suse.de - patches.fixes/hso_killswitch.patch: fix hso rfkillswitch type to WWAN (bnc#458625) * Fri Dec 12 2008 mmarek@suse.cz - import SLE11 RC1 reference kabi * Fri Dec 12 2008 gregkh@suse.de - refresh patches to apply cleanly due to 2.6.27.9-rc addition. * Fri Dec 12 2008 gregkh@suse.de - remove patches that were obsoleted by 2.6.27.9-rc2 - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch - patches.arch/x86-hpet-use-WARN_ON_ONCE - patches.drivers/alsa-hda-acer-quirk - patches.drivers/alsa-hda-alc888-medion-add - patches.drivers/alsa-hda-dell-studio-15-quirk - patches.drivers/alsa-hda-dell-studio-1535-quirk - patches.drivers/alsa-hda-hp-6730s-quirk - patches.drivers/alsa-hda-hp-elitebook-8530p-quirk - patches.drivers/alsa-hda-hp-mobile-fix - patches.drivers/alsa-hda-stac-no-hp-as-line-out-switch - patches.drivers/cell_edac.patch - patches.fixes/acpi-set-SCI_EN-on-MacBook.patch - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch - patches.fixes/block-enforce-minimum-SG_IO-timeout - patches.fixes/cxgb3-remove-duplicate-tests-in-lro - patches.fixes/cxgb3_fix_race_in_EEH - patches.fixes/hibernate-x86-fix-breakage-on-x86_32-with-PAE.patch - patches.fixes/pci_aspm_check_endless_loop_safe.patch - patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch - patches.fixes/x86-arch_add_memory-remove-debug - patches.fixes/x86-memory-hotplug-off-by-one * Fri Dec 12 2008 gregkh@suse.de - update to 2.6.27.9-rc2: - lots of bugfixes - some security updates * Thu Dec 11 2008 gregkh@suse.de - intermediate commit as part of adding 2.6.27.9-rc1 to the tree. * Thu Dec 11 2008 hare@suse.de - Compile in zfcpdump module for S/390 (bnc#446367). * Thu Dec 11 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: one more fix to make kabi checks work * Thu Dec 11 2008 teheo@suse.de - patches.drivers/libata-update-ST-FLUSH-blacklist: libata: fix Seagate NCQ+FLUSH blacklist (bnc#458192). * Wed Dec 10 2008 nfbrown@suse.de - patches.suse/SoN-fix-sync: Cope with racy nature of sync_page in swap_sync_page (441793). * Wed Dec 10 2008 jjolly@suse.de - patches.arch/s390-05-09-cleanup-of-portopen-requests.patch: zfcp: fix erp timeout cleanup for port open requests (bnc#450096). * Wed Dec 10 2008 jeffm@suse.de - patches.fixes/watchdog-ib700wdt-buffer-underflow: ib700wdt.c - fix buffer_underflow bug (bnc#457898). * Wed Dec 10 2008 jeffm@suse.de - patches.fixes/applicom-fix-unchecked-ioctl-range: applicom: Fix an unchecked user ioctl range and an error return (bnc#457897). * Wed Dec 10 2008 jeffm@suse.de - patches.fixes/block-enforce-minimum-SG_IO-timeout: Enforce a minimum SG_IO timeout (bnc#457896). * Wed Dec 10 2008 mmarek@suse.cz - rpm/find-provides: don't fail if a subpackage doesn't contain any modules (such as the -man subpackage on s390x) * Wed Dec 10 2008 tiwai@suse.de - patches.drivers/alsa-hda-hp-6730b-quirk: ALSA: hda - Add quirk for HP6730B laptop (bnc#457909). - patches.drivers/alsa-hda-hp-6730s-quirk: ALSA: hda - Add another HP model (6730s) for AD1884A. - patches.drivers/alsa-hda-hp-elitebook-8530p-quirk: ALSA: hda - Make the HP EliteBook 8530p use AD1884A model laptop. * Wed Dec 10 2008 olh@suse.de - patches.drivers/ibmvfc-add_sync.patch: Fix errors due to inconsistent command data (bnc#456654 - LTC50451) - patches.drivers/ibmvfc-host_init_delay.patch: Delay NPIV login retry and add retries (bnc#456654 - LTC50451) * Wed Dec 10 2008 teheo@suse.de - patches.drivers/libata-pata_hpt366-fix-cable-detection: pata_hpt366: fix cable detection, (bnc#362159). - patches.drivers/libata-pata_hpt366-fix-clock-detection: pata_hpt366: fix clock detection (bnc#362159). - patches.drivers/libata-pata_hpt366-no-ATAPI-DMA: pata_hpt366: no ATAPI DMA (bnc#362159). - patches.drivers/libata-pata_hpt366-reimplement-mode-programming: pata_hpt366: reimplement mode programming (bnc#362159). * Tue Dec 9 2008 agruen@suse.de - supported.conf: Mark xfs_dmapi as supported (bnc#457668). * Tue Dec 9 2008 jeffm@suse.de - patches.fixes/x86-arch_add_memory-remove-debug: x86: remove debug code from arch_add_memory() (bnc#457526). - patches.fixes/x86-memory-hotplug-off-by-one: x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() (bnc#457526). * Tue Dec 9 2008 agruen@suse.de - rpm/{kernel-module-subpackage,macros.kernel-source}: Remove a leftover hardcoded dependency on the kernel-source package so that KMPs can alternatively be built against a kernel other than (kernel-source + kernel-syms), such as (kernel-source-rt + kernel-syms-rt). * Tue Dec 9 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop_safe.patch: PCIe: ASPM: Break out of endless loop waiting for PCI config bits to switch (bnc#449799). * Tue Dec 9 2008 mmarek@suse.cz - rpm/symsets.pl: - add --required-modules option to tell which modules this subpackage requires via dependencies. This is needed to preserve symsets when modules move from one subpackage to another. - add POD help and --help option. - rpm/kernel-binary.spec.in: make use of --required-modules * Tue Dec 9 2008 nfbrown@suse.de - patches.fixes/xfs-barrier-fix.patch: Fix propagation of EOPNOTSUPP when barriers are not supported. (bnc#438608). * Mon Dec 8 2008 rjw@suse.de - patches.fixes/tg3-fix-default-wol.patch: net (tg3): Fix failure to enable WoL by default when possible (bnc#447371). * Mon Dec 8 2008 olh@suse.de - patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch: Check for valid hugepage size in hugetlb_get_unmapped_area (bnc#456433 - LTC50170). * Mon Dec 8 2008 trenn@suse.de - patches.fixes/pci_aspm_check_endless_loop.patch: Delete. * Mon Dec 8 2008 rw@suse.de - patches.drivers/sgi-xp-no-uv: SGI SN: Eliminate dependency of the XP/XPC drivers on GRU. (bnc#442442) * Mon Dec 8 2008 rw@suse.de - Update config files for ia64: Disable PERMIT_BSP_REMOVE. (bnc#386714) * Mon Dec 8 2008 mmarek@suse.cz - rpm/find-provides, rpm/kernel-binary.spec.in: figure out what subpackage is being processed in find-provides and just print the symsets computed in the spec. * Mon Dec 8 2008 olh@suse.de - rpm/post.sh: use flavor-rpmarch to match boards on powerpc * Mon Dec 8 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: skip empty KMPs with a warning in the kmp %%%%postun * Mon Dec 8 2008 jjohansen@suse.de - Update config files. - patches.apparmor/fix-complain.diff: fix enforcement of deny rules in complain mode (bnc#426159). - patches.apparmor/fix-security-param.diff: fix recognition of security= boot parameter (bnc#442668). - patches.apparmor/fork-tracking.diff: fix log messages to enable tools profile learning (bnc#447564). * Mon Dec 8 2008 olh@suse.de - rpm/post.sh: update board detection to use rpmarch instead flavor * Mon Dec 8 2008 hare@suse.de - patches.fixes/block-integrity-update: Block integrity update (FATE#304345). - patches.suse/dm-block-integrity: Block integrity support for DM and MD (FATE#304345). - patches.suse/dm-mpath-add-start-io: dm-mpath: add a path selector interface (FATE#303862,FATE#302108). - patches.suse/dm-mpath-queue-length-load-balancing: dm-mpath: add queue-length dynamic load balancer (FATE#303862,FATE#302108). - patches.suse/dm-mpath-service-time-load-balancing: dm-mpath: add service-time oriented dynamic load balancer (FATE#303862,FATE#302108). - patches.suse/dm-mpath-tracking-nr-bytes: dm-mpath: interface change for service-time dynamic load balancer (FATE#303862,FATE#302108). - supported.conf: Update to correctly reference dynamic load balancer modules (bnc#444199) * Mon Dec 8 2008 tonyj@suse.de - patches.suse/perfmon2-add_ioctl_interface.patch: switch to ioctl interface for perfmon2. - patches.suse/perfmon2-fix_disabled.patch: fix initializion of perfmon disabled. - patches.suse/perfmon2-remove_get_base_syscall_attr.patch: remove perfmon syscall_base attribyute. - patches.suse/perfmon2-remove_syscalls.patch: drop additional perfmon2 syscalls. - patches.xen/xen3-perfmon2_remove_syscalls.patch: drop additional perfmon2 syscalls. * Sat Dec 6 2008 trenn@suse.de - patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch: ACPI: EC: Don't degrade to poll mode at storm automatically. (bnc#446142). - patches.fixes/pci_aspm_check_endless_loop.patch: PCIE Break out of endless loop waiting for PCI config bits to switch (bnc#449799). * Sat Dec 6 2008 gregkh@suse.de - refresh patches to apply cleanly. * Sat Dec 6 2008 gregkh@suse.de - Update to final 2.6.27.8 release - contains 2 changes from 2.6.27.8-rc1 * Fri Dec 5 2008 jbeulich@novell.com - patches.xen/xen-configurable-guest-devices: fix a typo. * Fri Dec 5 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: move crq_queue_create at the end of initialization (bnc#455929). * Fri Dec 5 2008 hare@suse.de - patches.drivers/open-fcoe-fnic-patches: Open-FCoE bugfixes for fnic. - patches.drivers/open-fcoe-rc1-update: Update open-FCoE with latest patches from Intel (bnc#438954). * Fri Dec 5 2008 jbeulich@novell.com - Update Xen x86-64 config (2k guest devices, 1k outstanding transmits in netback). * Fri Dec 5 2008 hare@suse.de - patches.arch/s390-zfcp-synchronize-scsi-register: No udev events for zfcp online / offline (bnc#443667). - patches.fixes/scsi-remove-scmd-timeout: Fix block timeout residue problems (bnc#447249,bnc#441335). - patches.fixes/scsi-eh_stu-timeout: Delete obsolet patch. * Fri Dec 5 2008 bphilips@suse.de - patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch: saa7134: fix resource map sanity check conflict (bnc#446733). * Fri Dec 5 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-rtl8187se-driver.patch: Staging: add rtl8187se driver. Needed for MSI Wind and other netbooks. * Fri Dec 5 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch: Staging: Add ServerEngines benet 10Gb ethernet driver. * Fri Dec 5 2008 gregkh@suse.de - update the wlan-ng driver to the latest upstream version, making it much more useful (it actually works now...) * Fri Dec 5 2008 nfbrown@suse.de - patches.fixes/sunrpc-module-refcount-fix: Add a reference to sunrpc in svc_addsock (443379). This avoid a bug where refcount on sunrpc can go zero or negative. * Thu Dec 4 2008 jeffm@suse.de - patches.fixes/reiserfs-debug-1036: reiserfs: print more information when an empty journal list is encountered (bnc#447406 bnc#399966). * Thu Dec 4 2008 gregkh@suse.de - patches.fixes/atm-duplicate-listen-on-socket-corrupts-the-vcc-table.patch: ATM: duplicate listen() on socket corrupts the vcc table (CVE-2008-5079). * Thu Dec 4 2008 jack@suse.cz - Update config files. * Thu Dec 4 2008 jack@suse.cz XFS update on request from SGI: - patches.apparmor/vfs-notify_change.diff: Add a vfsmount parameter to notify_change(). (refreshed) - patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories: Account for allocated blocks when expanding directories (bnc#450658). - patches.suse/xfs-check-for-valid-transaction-headers-in-recovery: XFS: Check for valid transaction headers in recovery (bnc#450658). - patches.suse/xfs-dmapi-enable: VFS changes to support DMAPI (bnc#450658). - patches.suse/xfs-dmapi-src: DMAPI Source (bnc#450658). - patches.suse/xfs-dmapi-xfs-enable: DMAPI support for xfs (bnc#450658). - patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation: handle memory allocation failures during log initialisation (bnc#450658). - patches.suse/xfs-nfsd-dmapi-aware: Make NFSD DMAPI aware (74107, 173874, bnc#450658). - patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero: Wait for all I/O on truncate to zero file size (bnc#450658). - patches.suse/xfs-dmapi-2.6.27: Delete. - patches.suse/xfs-dmapi-xfs-2.6.27: Delete. * Thu Dec 4 2008 olh@suse.de - patches.arch/ppc-mpic-dont-reset-affinity-for-secondary-MPIC-on-boot.patch: Don't reset affinity for secondary MPIC on boot (bnc#456408 - LTC50397). * Thu Dec 4 2008 jjolly@suse.de - Update config files. - patches.arch/s390-05-04-fix_rport_status_check.patch: zfcp: fix remote port status check (bnc#450096). - patches.arch/s390-05-05-stp-etr-stop-machine.patch: stp/etr: smp_call_function races. (bnc#450096). - patches.arch/s390-05-06-stp-etr-mutex.patch: stp/etr: serialize work. (bnc#450096). - patches.arch/s390-05-07-generic-ipi.patch: kernel: smp_call_function races. (bnc#450096). - patches.arch/s390-05-08-topology.patch: kernel: disable cpu topology support by default (bnc#450096,LTC#50392). * Thu Dec 4 2008 olh@suse.de - patches.arch/ppc-cell-gdb-watchpoints.patch: Fix GDB watchpoints on Cell (bnc#456405 - LTC50396). * Thu Dec 4 2008 olh@suse.de - patches.arch/ppc-syscall-xer.so.1.patch: Fix system calls on Cell entered with XER.SO=1 (bnc#456406 - LTC50395). * Thu Dec 4 2008 hare@suse.de - patches.suse/genhd-disk-ro-uevents: Send uevents for write_protect changes (bnc#440959). * Thu Dec 4 2008 mmarek@suse.cz - supported.conf: mark kernel/net/ipv4/ipvs/ip_vs/* and kernel/net/ipv4/netfilter/ipt_CLUSTERIP as unsupported, a supported variant will be provided in a separate KMP (bnc#455959) * Thu Dec 4 2008 schwab@suse.de - Set CONFIG_IA64_CPE_MIGRATE=m. * Thu Dec 4 2008 jbeulich@novell.com - supported.conf: Mark pciback as support, sfc_resource, sfc_netback, and sfc_netutil as externally supported, add sfc_netfront, and mark xenscsi and xen-scsibk as unsupported. * Thu Dec 4 2008 mszeredi@suse.de - patches.suse/SoN-fix-uninitialized-variable.patch: Fix use of uninitialized variable in cache_grow() (bnc#444597). * Thu Dec 4 2008 hare@suse.de - patches.fixes/scsi-eh_stu-timeout: make scsi_eh_try_stu use block timeout (bnc#447249,bnc#441335). * Thu Dec 4 2008 gregkh@suse.de - patches.fixes/jbd2-create-proc-entry-fix.patch: Delete. It's not needed anymore now that 2.6.27.8-rc1 has a similar fix. * Wed Dec 3 2008 gregkh@suse.de - Update to 2.6.27.8-rc1: - lots of bugfixes - some security fixes as well. - obsoletes lots of existing patches: - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch - patches.drivers/libata-fix-ata_tf_read_block-overflow - patches.drivers/libata-fix-ata_tf_to_lba48-overflow - patches.drivers/libata-seagate-firmware-bug - patches.drivers/parport-serial-array-overflow-fix - patches.fixes/af_unix-soft-lockup-fix.patch - patches.fixes/cifs-add-cifs_sock_list - patches.fixes/cifs-cleanup-cifs_mount - patches.fixes/cifs-cleanup-proto-handling - patches.fixes/cifs-disable-sess-sharing - patches.fixes/cifs-fix-build-breakage - patches.fixes/cifs-fix-data-corruption - patches.fixes/cifs-fix-dead-tcon-check - patches.fixes/cifs-fix-oops-on-failed-mount - patches.fixes/cifs-fix-reconnection-flags - patches.fixes/cifs-fix-smb-send2 - patches.fixes/cifs-fix-writepages - patches.fixes/cifs-reinstate-sess-sharing-sans-races - patches.fixes/cifs-reinstate-treecon-sharing - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully - patches.fixes/ext4_fix_whitespace_checkpatch_issues - patches.fixes/ext4_update-flex-bg-counters-when-resizing - patches.fixes/fix-inotify-watch-removal-umount-races - patches.fixes/hpwdt-execute-page.diff - patches.fixes/hpwdt-kdump.diff - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch * Wed Dec 3 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.19: Fix a kernel warning during shutdown. - patches.xen/xen3-patch-2.6.27, patches.xen/xen-netback-notify-multi, patches.xen/xen-virq-per-cpu-irq: Refresh. * Wed Dec 3 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: change init order to fill in shost_data (bnc#455929). * Wed Dec 3 2008 hare@suse.de - patches.suse/scsi-netlink-ml: Use GFP_ATOMIC for skb allocation. * Wed Dec 3 2008 olh@suse.de - patches.suse/scsi-scsi_transport_srp-shost_data.patch: add debug for Scsi_Host->shost_data (bnc#455929). * Wed Dec 3 2008 hare@suse.de - supported.conf: mark dm-leastpending-path as supported (bnc#444199) * Wed Dec 3 2008 teheo@suse.de Patch updated to remove strcmp() on NULL strings. - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). * Wed Dec 3 2008 jbeulich@novell.com - Update Xen patches to c/s 728 (plus several indivual ones) - patches.xen/735-balloon-exit.patch: remove sysfs files during balloon module exit. - patches.xen/737-kexec-free.patch: kexec: Don't pass limit_pages_to_max_mfn() regions to xen_destroy_contiguous_region(). - patches.xen/740-blkback-resource-leak.patch: blkback, blktap: Fix potential resource leak. - patches.xen/746-pirq-status-page.patch: use shared page indicating the need for an EOI notification - patches.xen/747-x86-undo-mfn-limit.patch: revert the effect of xen_limit_pages_to_max_mfn() - patches.xen/748-x86-ioapic-cleanup.patch: cleanup IO-APIC code - patches.xen/panic-on-io-nmi-xen.diff: Rename to ... - patches.xen/xen3-panic-on-io-nmi.diff: ... this. - patches.xen/uv-sysfs-no-xen.diff: Replace by ... - patches.xen/xen3-uv_setup_irq.diff: ... this. - patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). - patches.xen/xen-fb-bad-irq: Delete. * Wed Dec 3 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.9-update: Update Emulex lpfc driver to 8.2.8.9 (bnc#420767). * Wed Dec 3 2008 knikanth@suse.de - patches.suse/cfq-ioc-race: Exiting queue and task might race to free cic (bnc#444346). * Wed Dec 3 2008 sjayaraman@suse.de - patches.fixes/cifs-reinstate-sess-sharing-sans-races: Adjust as it didn't apply cleanly. * Wed Dec 3 2008 sjayaraman@suse.de - Fix data corruption issues (411655). patches.fixes/cifs-fix-data-corruption patches.fixes/cifs-fix-smb-send2 - Fix multiple oopses, memory corruption due to mount/umount races (https://bugzilla.samba.org/show_bug.cgi?id=5720). patches.fixes/cifs-add-cifs_sock_list patches.fixes/cifs-cleanup-cifs_mount patches.fixes/cifs-cleanup-proto-handling patches.fixes/cifs-disable-sess-sharing patches.fixes/cifs-fix-build-breakage patches.fixes/cifs-fix-dead-tcon-check patches.fixes/cifs-fix-oops-on-failed-mount patches.fixes/cifs-fix-reconnection-flags patches.fixes/cifs-fix-writepages patches.fixes/cifs-reinstate-sess-sharing-sans-races patches.fixes/cifs-reinstate-treecon-sharing * Tue Dec 2 2008 jeffm@suse.de - scripts/git-create-branch: Helper script to create a new branch. * Tue Dec 2 2008 mmarek@suse.cz - rpm/get_release_number.sh.in, scripts/tar-up.sh: append first eight digits of the commit id to the release string. This makes it easier to match rpm release numbers with commits. * Tue Dec 2 2008 mszeredi@suse.de - patches.fixes/af_unix-soft-lockup-fix.patch: net: Fix soft lockups/OOM issues w/ unix garbage collector (bnc#449739 CVE-2008-5300). * Tue Dec 2 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update: qla2xxx: additional fixes/updates for SLES11 (bnc#450197). - patches.fixes/scsi-fixup-failfast-definitions: fc_transport: fix old bug on bitflag definitions (bnc#447814). * Tue Dec 2 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff - patches.suse/novfs-merge-changes.diff: Modified to revert some changes in novfs_set_map_drive() - patches.suse/novfs-clear-mappeddrives.patch: Unlink mapped drives on exit (bnc#449451). * Tue Dec 2 2008 mmarek@suse.cz - supported.conf: mark ocfs2 as unsupported, a supported variant will be provided in a separate KMP (bnc#449824) * Tue Dec 2 2008 olh@suse.de - patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch: update error message (bnc#448301 - LTC50134) * Tue Dec 2 2008 hare@suse.de - Update config files for S/390: Disable FCoE and sync default and s390. - supported.conf: Mark KVM as supported. * Tue Dec 2 2008 jjolly@suse.de - ...and added the patches to the series.conf (bnc#450096) * Tue Dec 2 2008 jjolly@suse.de - patches.arch/s390-05-01-zfcp-message-linebreak.patch: zfcp: Wrong placement of linebreak in message (bnc#450096). - patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch: zfcp: invalid return value on failing fsf_req creation (bnc#450096). - patches.arch/s390-05-03-zfcp-wka-port.patch: zfcp: Fix opening of wka ports (bnc#450096). * Mon Dec 1 2008 kkeil@suse.de - patches.drivers/cxgb3-Add-1G-fiber-support: cxgb3: Add 1G fiber support. - patches.drivers/cxgb3-Allocate-multiqueues-at-init-time: cxgb3: Allocate multiqueues at init time. - patches.drivers/cxgb3-More-flexible-support-for-PHY-interrupts: cxgb3: More flexible support for PHY interrupts.. - patches.drivers/cxgb3-Support-for-Aeluros-2005-PHY: cxgb3: Support for Aeluros 2005 PHY. - patches.drivers/cxgb3-allow-for-PHY-reset-status: cxgb3: allow for PHY reset status. - patches.drivers/cxgb3-commnonize-LASI-phy-code: cxgb3: commnonize LASI phy code. - patches.drivers/cxgb3-eeprom-read-fixes.patch: cxgb3 - eeprom read fixes. - patches.drivers/cxgb3-enable-lro-through-ethtool: cxgb3 - enable lro control through ethtool. - patches.drivers/cxgb3-simplify-port-type-struct-and-usage: cxgb3: simplify port type struct and usage. - patches.drivers/cxgb3-update-driver-version: cxgb3: update driver version. (bnc#446739) * Mon Dec 1 2008 mmarek@suse.cz - rpm/macros.kernel-source: one more fix to the flavor selection code (for some reason %%* contained a newline) * Mon Dec 1 2008 trenn@suse.de - patches.arch/acpi_x2APIC_madt_enhancements.patch: ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables (fate 303948 and fate 303984). - patches.fixes/acpi_check_for_invalid_handle.patch: ACPICA: Add check for invalid handle in acpi_get_object_info (http://www.acpica.org/bugzilla/show_bug.cgi?id=474). - patches.fixes/acpi_dereference_object_if_possible.patch: ACPICA: Add function to dereference returned reference objects (http://bugzilla.kernel.org/show_bug.cgi?id=11105). - patches.fixes/acpi_do_not_load_acpi_cpufreq_acpioff.patch: ACPI: don't load acpi_cpufreq if acpi=off (no reference). * Mon Dec 1 2008 trenn@suse.de - patches.fixes/acpi_copy_tables_fix_suspend.patch: ACPICA: Copy dynamically loaded tables to local buffer (bnc#410726). * Sat Nov 29 2008 nfbrown@suse.de - patches.fixes/SUNRPC-Fix-autobind-on-cloned-rpc-clients.patch: SUNRPC: Fix autobind on cloned rpc clients. Importantly, this removes a 'BUG_ON' that fires. (450083). * Sat Nov 29 2008 teheo@suse.de - patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend: ata_piix: add borked Tecra M4 to broken suspend list (bnc#398270). * Sat Nov 29 2008 bwalle@suse.de - UV updates from SGI (bnc#442455, #442455). o patches.fixes/ia64_uv_partition_id.diff: Add partition id, coherence id, and region size to UV o patches.fixes/ia64_uv_watchlist.diff: Add UV watchlist suppor o patches.fixes/null_irq_desc_name.diff: genirq: NULL struct irq_desc's member 'name' in dynamic_irq_cleanup() o patches.fixes/uv-bios_call_memprotect.diff: Add UV bios call to change memory protections o patches.fixes/uv-bios_call_partition.diff: x86: Add UV partition call o patches.fixes/uv-bios_call_reserve_page.diff: Add UV bios call to get the address of the reserved page o patches.fixes/uv-bios_call_watchlist.diff: Add UV bios calls to allocate and free watchlists o patches.fixes/uv-bios_common.diff: x86: Add UV bios call infrastructure o patches.fixes/uv-efi_bios.diff: x86: Add UV EFI table entry o patches.fixes/uv-sn_region_size.diff: Use consistent names for region size and conherence id on x86 and ia64 o patches.fixes/uv-sysfs.diff: x86: Add UV sysfs entries o patches.fixes/uv-xp-change_memprotect.diff: Define xp_expand_memprotect() and xp_restrict_memprotect() o patches.fixes/uv-xpc-get_sn_info.diff: Define xp_partition_id and xp_region_size o patches.fixes/uv-xpc_create_gru_mq_uv.diff: Add the code to create the activate and notify gru message queues o patches.fixes/uv-xpc_get_part_rsvd_page.diff: Add support for getting the address of a partition's reserved page o patches.fixes/uv_setup_irq.diff: x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 - Refresh Xen patches o patches.xen/xen3-auto-arch-x86.diff o patches.xen/xen3-patch-2.6.19 - patches.xen/xen-x86-no-lapic: Add uv_irq.o - patches.xen/uv-sysfs-no-xen.diff: Don't build UV sysfs support on Xen. * Fri Nov 28 2008 trenn@suse.de - patches.fixes/x86_cpufreq_powernow-k8_handle_invalid_state_gracefully.patch: powernow-k8: ignore out-of-range PstateStatus value (no bug avail). * Fri Nov 28 2008 sassmann@suse.de - Update config files. activate ALTIVEC in ps3 config * Fri Nov 28 2008 hare@suse.de - patches.drivers/open-fcoe-beta4-update: rediff. - patches.drivers/open-fcoe-beta6-update: Incremental Open-FCoE for Beta6 (bnc#438954). * Fri Nov 28 2008 tiwai@suse.de - patches.drivers/alsa-hda-sony-vaio-vgn-sr19xn-quirk: ALSA: hda - Add quirk for Sony VAIO VGN-SR19XN (bnc#450080). * Fri Nov 28 2008 olh@suse.de - rpm/kernel-binary.spec.in: move Module.symvers creation into CONFIG_MODULES section, a static kernel exports nothing * Fri Nov 28 2008 olh@suse.de - rpm/post*.sh: kernel-vanilla has now vmlinux-vanilla symlink * Fri Nov 28 2008 teheo@suse.de Block layer timer bug fixed. Multipath patch update is just patch refresh. - patches.drivers/block-internal-dequeue-shouldnt-start-timer: block: internal dequeue shouldn't start timer (bnc#449880). - patches.drivers/blk-request-based-multipath-update: Block layer fixes for request-based multipathing (References: FATE#302108). * Thu Nov 27 2008 olh@suse.de - patches.suse/8250-sysrq-ctrl_o.patch: fix no-op macro args * Thu Nov 27 2008 olh@suse.de - patches.suse/8250-sysrq-ctrl_o.patch: fix compile on ppc32 * Thu Nov 27 2008 olh@suse.de - rpm/kernel-binary.spec.in: always create a dummy initrd because mkinitrd is called unconditionally * Thu Nov 27 2008 olh@suse.de - rpm/kernel-binary.spec.in: kernel-ps3 needs a suffix * Thu Nov 27 2008 olh@suse.de - remove last traces of kernel-um handling * Thu Nov 27 2008 hare@suse.de - patches.fixes/qla2xxx-disable-automatic-queue-tracking: qla2xxx: Conditionally disable queue_full tracking (bnc#449386). * Thu Nov 27 2008 olh@suse.de - patches.suse/8250-sysrq-ctrl_o.patch: no sysrq on Cell QS21/QS22 serial console (bnc#422987,bnc#96313 - LTC47675/LTC16841). * Thu Nov 27 2008 olh@suse.de - patches.arch/ppc-memoryless-nodes.patch: fix booting with memoryless nodes (443280 - LTC49675) * Thu Nov 27 2008 teheo@suse.de - patches.drivers/libata-seagate-firmware-bug: libata: blacklist Seagate drives which time out FLUSH_CACHE when used with NCQ (bnc#449531). * Wed Nov 26 2008 agruen@suse.de - rpm/macros.kernel-source: Fix the kernel flavor selection logic for the %%kernel_module_package macro. * Wed Nov 26 2008 hare@suse.de - patches.fixes/blk-leave-sync-timer-running: move to correct place in series.conf and rediff - patches.drivers/cciss-newids.patch: Delete. * Wed Nov 26 2008 hare@suse.de - patches.drivers/cciss-newids.patch: Support for newcciss controller (bnc#448416). - patches.fixes/blk-leave-sync-timer-running: block: leave request timeout timer running on an empty list (bnc#447249). * Tue Nov 25 2008 mszeredi@suse.de - patches.fixes/slab-alloc_slabmgmt-fix.patch: slab: remove GFP_THISNODE clearing from alloc_slabmgmt() (bnc#444597). * Tue Nov 25 2008 sjayaraman@suse.de - patches.suse/SoN-11-mm-page_alloc-emerg.patch: Fix accidental side-effect that this patch introduced by reverting patches.fixes/oom-warning (bnc #444597). * Tue Nov 25 2008 tiwai@suse.de - patches.drivers/alsa-ca0106-pm-support: ALSA: ca0106 - Add power-amangement support (bnc#447624). - patches.drivers/alsa-hda-dell-92hd73xx-models: ALSA: hda - Check model for Dell 92HD73xx laptops (bnc#446025). - patches.drivers/alsa-hda-dell-studio-1535-quirk: ALSA: hda - mark Dell studio 1535 quirk (bnc#446025). - patches.drivers/alsa-hda-spdif-bits-cache-fix: ALSA: hda - Fix caching of SPDIF status bits. - patches.drivers/alsa-hda-stac-no-hp-as-line-out-switch: ALSA: hda - No 'Headphone as Line-out' swich without line-outs (bnc#446025). - patches.drivers/alsa-hda-stac-yet-more-fixes: ALSA: hda - Fix AFG power management on IDT 92HD* codecs (bnc#446025). * Tue Nov 25 2008 jeffm@suse.de - patches.fixes/fix-inotify-watch-removal-umount-races: Fix inotify watch removal/umount races (bnc#446973 CVE-2008-5182). * Tue Nov 25 2008 jeffm@suse.de - patches.fixes/uv-redundant-creation-of-proc-dir: UV: redundant creation of sgi_uv (bnc#444799). * Mon Nov 24 2008 agruen@suse.de - supported.conf: dm-raid45 depends on a few more modules (bnc#440208, bnc#441310). * Mon Nov 24 2008 agruen@suse.de - Switch from a no_file_caps command line switch to file_caps={0,1} for enabling/disabling file capabilities, and make file_caps=0 the default: we cannot get the no_file_caps option added to the kernel command line anymore (perl-Bootloader, bnc#418366). * Mon Nov 24 2008 agruen@suse.de - supported.conf: dm-raid4-5 was renamed to dm-raid45 (bnc#440208, bnc#441310). * Mon Nov 24 2008 agruen@suse.de - Update config files: switch from CONFIG_PREEMPT_VOLUNTARY to CONFIG_PREEMPT_NONE. * Mon Nov 24 2008 ghaskins@suse.de - patches.fixes/sched-fix-bug-in-sched-domain-degenerate.patch: sched: fix a bug in sched domain degenerate (bnc#442464). * Mon Nov 24 2008 mmarek@suse.cz - doc/README.SUSE: document that setting allow_unsupported_modules to 1 in /etc/modprobe.d/unsupported-modules is required to make self-compiled kernels work. * Mon Nov 24 2008 bwalle@suse.de - patches.fixes/hpwdt-kdump.diff: Sync with latest upstream submission. * Sun Nov 23 2008 trenn@suse.de - patches.arch/x86_sgi_uv_early_detect_oem.patch: x86, uv: add early detection of UV system types (bnc#429984). * Sat Nov 22 2008 olh@suse.de - enable CONFIG_CGROUP_NS on ia64, s390 and powerpc (bnc#447507 - LTC50053) * Sat Nov 22 2008 rjw@suse.de - patches.fixes/ia64-fix-boot-panic-caused-by-offline-CPUs.patch: fix boot panic caused by offline CPUs (bnc#440386). * Fri Nov 21 2008 agruen@suse.de - config/x86_64/maxcpus: Delete. * Fri Nov 21 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: s/CVS/GIT/ * Fri Nov 21 2008 mmarek@suse.cz - rpm/symsets.pl: fix module names in export lists (kernel/irq/built-in was printed as irq/built-in) * Fri Nov 21 2008 agruen@suse.de - Update x86_64/{debug,default,trace,vanilla} config files: increase NR_CPUS to 512. * Fri Nov 21 2008 mmarek@suse.cz - rpm/symsets.pl: Replace the bash and awk scripts around symsets and kabi checking with a single script that generates symsets, reuses symsets from older kernels and checks for kabi changes for each of the split packages (kabi checking and symset reuse require a set of reference files, which does not exist yet) - rpm/list-exported-symbols: Delete. - rpm/split-into-symsets: Delete. - scripts/kabi-checks: Delete. - kabi/severities: table of kabi change severities - rpm/built-in-where, rpm/find-provides, rpm/kernel-binary.spec.in, rpm/kernel-source.spec.in, scripts/tar-up.sh: update to use symsets.pl * Fri Nov 21 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: include additional fixes from Intel (bnc#442411) * Fri Nov 21 2008 kkeil@suse.de - patches.fixes/igb_ethtool.patch: add missing ethtool hooks (bnc#435551) * Fri Nov 21 2008 jjolly@suse.de - patches.arch/s390-04-08-cio-ungroup-race-fix.patch: cio: ccwgroup online vs. ungroup race condition (bnc#445100,LTC#50092). - patches.arch/s390-04-09-zfcp-host-busy-count-fix.patch: zfcp: prevent double decrement on host_busy counter (bnc#445100). * Fri Nov 21 2008 agruen@suse.de - rpm/macros.kernel-source: + Rename the -s option to -t in the %%kernel_module_package macro for improved cross-distro compatibility. + Define %%kernel_module_package_release as 1 for feature tests. + Define %%kernel_module_package_buildreqs for use by KMPs: that way, KMPs can either use this macro for compatibility, or they can substitute other packages for special cases. * Fri Nov 21 2008 hare@suse.de - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). - patches.drivers/cxgb3i-fixed-offload-array-size: cxgb3i - fixed offload wr array size (bnc#447409). - patches.fixes/dm-table-switch-to-readonly: dm multipath devices are not getting created for readonly devices (bnc#382705). - patches.suse/dm-mpath-null-pgs: Allow zero paths for multipath priority groups (bnc#372684). - patches.suse/scsi-netlink-ml: Netlink interface for SCSI sense codes (FATE#303789). * Fri Nov 21 2008 goldwyn@suse.de - patches.suse/novfs-map-drives-correctly.diff: Fix oops in set_map_drive (bnc#446824, bnc#444469). * Fri Nov 21 2008 jbeulich@novell.com - patches.xen/xen3-x86-vmware-tsc-03-detect-from-hypervisor: Fix Xen pv driver build. * Fri Nov 21 2008 olh@suse.de - patches.arch/ppc-spufs-01-use-inc_nlink.patch: use inc_nlink - patches.arch/ppc-spufs-02-add-a-missing-mutex_unlock.patch - patches.arch/ppc-spufs-03-sputrace-Only-enable-logging-on-open.patch - patches.arch/ppc-spufs-04-sputrace-Don-t-block-until-the-read.patch - patches.arch/ppc-spufs-05-Use-state_mutex-for-switch_log-lockin.patch - patches.arch/ppc-spufs-06-Don-t-require-full-buffer-in-switch_l.patch - patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch - patches.arch/ppc-spufs-08-Use-kmalloc-rather-than-kzalloc-for-s.patch - patches.arch/ppc-spufs-09-Improve-search-of-node-for-contexts-w.patch - patches.arch/ppc-spufs-10-Explain-conditional-decrement-of-aff_.patch - patches.arch/ppc-spufs-11-Fix-spinning-in-spufs_ps_fault-on-sig.patch update spufs to current mainline state (bnc#447133 - LTC50070) * Fri Nov 21 2008 tiwai@suse.de - patches.drivers/parport-serial-array-overflow-fix: Fix array overflow in parport_serial.c (bnc#447067). * Fri Nov 21 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-15-quirk: ALSA: hda - Add a quirk for Dell Studio 15 (bnc#446025). - patches.drivers/alsa-hda-stac-dell-m4-3-quirk: ALSA: hda: Add STAC_DELL_M4_3 quirk (bnc#446025). * Fri Nov 21 2008 npiggin@suse.de - patches.suse/silent-stack-overflow-2.patch: avoid silent stack overflow over the heap. Try again. * Fri Nov 21 2008 gregkh@suse.de - Refresh patches to apply cleanly after 2.6.27.7 update. * Fri Nov 21 2008 gregkh@suse.de - Update to 2.6.27.7 - lots of bugfixes and security updates. - obsoletes: - patches.arch/s390-04-05-topology-lock.diff - patches.drivers/bnx2x-zero-PMF - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch - patches.fixes/sony_laptop_fix_suspend.patch - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: * Fri Nov 21 2008 teheo@suse.de - patches.drivers/libata-ata_piix-clear-spurious-IRQ: ata_piix: detect and clear spurious IRQs (bnc#445872). * Fri Nov 21 2008 npiggin@suse.de - patches.fixes/mm-madvise-fix.patch: mm: madvise correct return code (bnc#352998). * Thu Nov 20 2008 jack@suse.cz - patches.suse/ocfs2-Change-quotafile-names.patch: ocfs2: Change file names of local quota files to be consistent (fate#302681). - patches.suse/ocfs2-Fix-hang-in-quota-recovery-code.patch: ocfs2: Fix hang in quota recovery code (fate#302681). - patches.suse/ocfs2-Fix-oops-when-one-quotatype-enabled: ocfs2: Fix oops when only usrquota or grpquota feature is enabled (fate#302681). * Thu Nov 20 2008 garloff@suse.de - patches.suse/panic-on-io-nmi.diff patches.xen/panic-on-io-nmi-xen.diff: New kernel sysctl panic-on-io-nmi, which is set will cause a kernel panic on receiving an IOCK NMI (bnc#427979). * Thu Nov 20 2008 jjolly@suse.de - patches.arch/s390-04-06-cio-sac-update.diff: cio: update sac values (bnc#445100). - patches.arch/s390-04-07-als.patch: kernel: Add processor type march=z10 and a processor type safety check. (bnc#445100). * Thu Nov 20 2008 tiwai@suse.de - patches.drivers/alsa-hda-stac-hp-gpio-switch-fix: ALSA: hda: STAC_DELL_M6 EAPD (bnc#446025). * Thu Nov 20 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.6 and c/s 724. - Update Xen config files. - patches.xen/xen-fb-bad-irq: xenfb: don't use irq before it gets set up (bnc#445659). - patches.xen/xen-netback-notify-multi: netback: use multicall for send multiple notifications. - patches.xen/xen-netback-nr-irqs: netback: reduce overhead of IRQ recording. * Thu Nov 20 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: removed (no SR-IOV) (bnc#440614) * Thu Nov 20 2008 olh@suse.de - disable patches.arch/ppc-efika-bestcomm-ata-dma.patch crashes the sound driver * Thu Nov 20 2008 jjolly@suse.de - rpm/kernel-binary.spec.in: excluded vanilla build from creating the man package * Thu Nov 20 2008 hare@suse.de - patches.drivers/ibmvfc-async-events-oops: ibmvfc oops while processing async events (bnc#445541). - patches.drivers/mpt-fusion-4.16.00.00-update: MPT fusion driver update to 4.16.00.00 (bnc#425660). - patches.fixes/dm-mpath-NULL-pgpath-in-activate_path: Do not call activate_path() if pgpath is NULL (bnc#442676). - patches.fixes/scsi-dh-rdac-initialize-passive-path: Initialize path state to be passive when path is not owned (bnc#442676). - patches.suse/dm-mpath-leastpending-path: Dynamic load balancing policy for device mapper multipath (bnc#444199). * Thu Nov 20 2008 olh@suse.de - patches.fixes/bug-437171_1_sched_clock_lock.patch: sched: only update rq->clock while holding rq->lock (437171 - LTC47404). - patches.fixes/bug-437171_2_sched_delta_weight.patch: sched: revert back to per-rq vruntime (437171 - LTC47404). - patches.fixes/bug-437171_3_rework_wakeup_preemption.patch: sched: rework wakeup preemption (437171 - LTC47404). - patches.fixes/bug-437171_4_sched_reinstate_vruntime_wakeup.patch: sched: re-instate vruntime based wakeup preemption (437171 - LTC47404). * Thu Nov 20 2008 trenn@suse.de - Update config files. Fixed debug build, added dependent config option. * Thu Nov 20 2008 trenn@suse.de - Update config files. - > unified i386/x86_64 debug kernels: - added CONFIG_NO_HZ=y to i386-debug - added CONFIG_DEBUG_INFO to x86_64-debug Differ method to receive processor_id depending whether the processor got declared as a regular ACPI device or as a processor object: - patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch: ACPI: Behave uniquely based on processor declaration definition type (bnc#440062). - patches.arch/acpi_disambiguate_processor_declaration_type.patch: ACPI: Disambiguate processor declaration type (bnc#440062). - patches.arch/acpi_processor_cleanups.patch: ACPI: 80 column adherence and spelling fix (no functional change) (bnc#440062). - patches.xen/xen3-auto-common.diff: xen3 common. Fix missing bit for ThinkPad brightness switching: - patches.arch/acpi_video_thinkpad_exclude_IGD_devices.patch: Do not use video backlight switching for Lenovo ThinkPads. - patches.fixes/sony_laptop_fix_suspend.patch: sony-laptop: Ignore missing _DIS method on pic device (bnc#446487). * Thu Nov 20 2008 hare@suse.de - patches.fixes/dm-mpath-reattach-dh: Do not detach hardware handler when removing multipath maps (bnc#435688). - patches.fixes/scsi-dh-alua-send-stpg: Always send STPG for explicit tgps mode. * Thu Nov 20 2008 jjolly@suse.de - rpm/kernel-binary.spec.in: Added kernel man package for s390x * Thu Nov 20 2008 olh@suse.de - patches.arch/ppc-of-irq-map.patch: fix IRQ assignment if interrupts property is missing (bnc#446610 - LTC50006) * Thu Nov 20 2008 rjw@suse.de - patches.fixes/acpi-set-SCI_EN-on-MacBook.patch: ACPI suspend: Blacklist boxes that require us to set SCI_EN directly on resume (bnc#444786). * Wed Nov 19 2008 tiwai@suse.de - patches.arch/x86-hpet-pre-read: x86: workaround for mccreary HPET read problem (bnc#433746). * Wed Nov 19 2008 trenn@suse.de - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - > Fix typo, must not invert logic at this point * Wed Nov 19 2008 kkeil@suse.de - patches.drivers/e1000e_add_ECC: e1000e: enable ECC (bnc#445829) * Wed Nov 19 2008 mmarek@suse.cz - scripts/tar-up.sh: record the git branch name in the spec files (no branch name means master) * Wed Nov 19 2008 jkosina@suse.de - patches.drivers/elousb.patch: fix values of maximum X and Y coordinates so that they are compliant with the values that the device contains in its descriptor (bnc#442865) * Wed Nov 19 2008 goldwyn@suse.de - patches.suse/novfs-merge-changes.diff: Merge changes left out during code pull (bnc#445000). * Wed Nov 19 2008 olh@suse.de - patches.arch/ppc-pseries-bsr-multinode.patch: Add support for multiple BSR nodes in the device tree. (bnc#443665 - LTC49817) * Wed Nov 19 2008 olh@suse.de - patches.arch/ppc-pseries-cmm-pagecounter.patch: Update page in counter for CMM (bnc#445540 - LTC49942) * Wed Nov 19 2008 olh@suse.de - patches.arch/ppc-pseries-bsr-4k.patch: Unable to Use Small BSR register on Power LPAR (bnc#443673 - LTC49749) * Wed Nov 19 2008 jjolly@suse.de - config/s390/s390: Update config files: added CONFIG_UTRACE=y and CONFIG_HAVE_ARCH_TRACEHOOK=y * Wed Nov 19 2008 jjolly@suse.de - patches.drivers/ehca-fix-possible-nullpointer-access-v2.patch: ehca: fix a possible nullpointer access (bnc#441966). * Wed Nov 19 2008 jjolly@suse.de - patches.arch/ppc-axon-missing-msi-workaround-5.diff: powerpc/cell/axon-msi: retry on missing interrupt (bnc#445964). * Wed Nov 19 2008 jjolly@suse.de - patches.drivers/0001-IB-ehca-Fix-problem-with-max-number-of-QPs-and-CQs.patch: Fix problem with max number of QPs and CQs (bnc#441619). * Tue Nov 18 2008 bwalle@suse.de - Disable CONFIG_STRICT_DEVMEM for i386 and x86_64 (bnc#443852). * Tue Nov 18 2008 jjolly@suse.de - Update config files. - patches.trace/s390-syscall-get-nr.diff: fix syscall_get_nr.. - patches.trace/s390-utrace-enablement.patch: Backport s390 kernel components required for utrace enablement. * Tue Nov 18 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: on s390(x) call dwarfextract to create the Kerntypes file for use with old lcrash debuggers. * Tue Nov 18 2008 tiwai@suse.de - patches.drivers/alsa-hda-stac-92hd71bxx-gpio-fix: ALSA: hda - Fix GPIO initialization in patch_stac92hd71bxx() (bnc#445321,bnc#445161). - patches.drivers/alsa-hda-stac-gpio-unsol-resume-fix: ALSA: hda - Fix resume of GPIO unsol event for STAC/IDT (bnc#445321,bnc#445161). - patches.drivers/alsa-hda-stac-hp-pavilion-quirks: ALSA: hda - Add quirks for HP Pavilion DV models (bnc#445321,bnc#445161). * Tue Nov 18 2008 tiwai@suse.de - patches.arch/x86-hpet-use-WARN_ON_ONCE: x86: HPET: convert WARN_ON to WARN_ON_ONCE (bnc#433746). * Tue Nov 18 2008 sdietrich@suse.de RT development has moved to slert-devel branch. - Remove RT patches from master branch. (itemized RT patch list suppressed) * Tue Nov 18 2008 olh@suse.de - patches.arch/ppc-efika-bestcomm-ata-dma.patch: use ATA DMA (bnc#445856) * Tue Nov 18 2008 olh@suse.de - config/ppc/ppc64: reenable 64k PAGE_SIZE to keep the config flavor on ppc and ppc64 in sync the last change had also no bug number to fix the possible bug in the Xserver. * Tue Nov 18 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-acer-dmic: ALSA: hda - Split ALC268 acer model (bnc#420048). * Tue Nov 18 2008 jjolly@suse.de - patches.arch/s390-04-01-qdio_prevent_double_shutdown.patch: qdio: prevent double qdio shutdown in case of I/O errors. (bnc#445100). - patches.arch/s390-04-02-qdio-osa-port-count.patch: qdio: fix qeth port count detection. (bnc#445100). - patches.arch/s390-04-03-kmsg.patch: kmsg: do not change pr_xyz messages without KMSG_COMPONENT (bnc#445100). - patches.arch/s390-04-04-dasd_fatal_error_log_sense.patch: dasd: log sense for fatal errors. (bnc#445100). - patches.arch/s390-04-05-topology-lock.diff: kernel: Fix locking in cpu topology code. (bnc#445100). * Tue Nov 18 2008 jjolly@suse.de - patches.arch/s390-personality-mask.patch: fix s390x_newuname. * Tue Nov 18 2008 gregkh@suse.de - patches.drivers/staging-rt2860-enable-wpa_supplicant-support.patch: Staging: rt2860: enable WPA_SUPPLICANT support (bnc#437959). * Mon Nov 17 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.7-update: Update lpfc to 8.2.8.7 (bnc#420767). - patches.drivers/qla4xxx-5.01.00-k8_sles11-03-update: Update qla4xxx to 5.01.00-k8_sles11-03 (bnc#444884). - patches.fixes/dm-mpath-reattach-dh: Reattach device handler for multipath devices (bnc#435688). - patches.fixes/scsi-add-tgps-setting: Add TGPS setting to scsi devices. - patches.fixes/scsi-dh-alua-retry-UA: Retry ALUA device handler initialization on Unit Attention. * Mon Nov 17 2008 jeffm@suse.de - patches.fixes/v4l-dvb-avoid-writing-outside-array: V4L/DVB (9621): Avoid writing outside shadow.bytes array (bnc#445569). * Mon Nov 17 2008 fseidel@suse.de - patches.fixes/ipw2200-send-noassoc.patch: ipw2200: fix oops in ipw_tx_skb (bnc#397390). * Sat Nov 15 2008 rjw@suse.com - patches.fixes/hibernate-x86-fix-breakage-on-x86_32-with-PAE.patch: x86: Hibernate: Fix breakage on x86_32 with CONFIG_NUMA set (bnc#439126). * Sat Nov 15 2008 tiwai@suse.de - patches.drivers/alsa-hda-sigmatel-hp-m4-check-fix: ALSA: hda - Check model type instead of SSID in patch_92hd71bxx() (bnc#444349). - patches.drivers/alsa-hda-sigmatel-vref-event-fix: ALSA: hda: STAC_VREF_EVENT value change (bnc#444349). * Sat Nov 15 2008 gregkh@suse.de - patches.kernel.org/memory-hotplug-fix-page_zone-calculation-in-test_pages_isolated.patch: memory hotplug: fix page_zone() calculation in test_pages_isolated() (bnc#445163). * Fri Nov 14 2008 gregkh@suse.de - patches.drivers/input-alps-add-signature-for-dualpoint-found-in-dell-latitude-e6500.patch: Input: ALPS - add signature for DualPoint found in Dell Latitude E6500 (bnc#436719). * Fri Nov 14 2008 hare@suse.de - patches.fixes/scsi-eh-timed-out-missing-braces: scsi_error: fix indentation and braces disagreement - add braces. - patches.fixes/scsi-retry-TASK_ABORTED: scsi_error: TASK ABORTED status handling improvement. - patches.fixes/scsi-retry-transport-error: scsi_error regression: Fix idempotent command handling. * Fri Nov 14 2008 hare@suse.de - patches.fixes/scsi-eh-timed-out-missing-braces: scsi_error: fix indentation and braces disagreement - add braces. - patches.fixes/scsi-retry-TASK_ABORTED: scsi_error: TASK ABORTED status handling improvement. - patches.fixes/scsi-retry-transport-error: scsi_error regression: Fix idempotent command handling. * Fri Nov 14 2008 bwalle@suse.de - patches.fixes/hpwdt-execute-page.diff: [WATCHDOG] [hpwdt] Set the mapped BIOS address space as executable (bnc#430680). * Fri Nov 14 2008 tiwai@suse.de - patches.arch/x86-vmware-tsc-01-add-TSC_RELIABLE, patches.arch/x86-vmware-tsc-02-add-X86_FEATURE_HYPERVISOR, patches.arch/x86-vmware-tsc-03-detect-from-hypervisor, patches.arch/x86-vmware-tsc-04-use-TSC_RELIABLE, patches.arch/x86-vmware-tsc-05-skip-tsc-clocksource, patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc, patches.arch/x86-vmware-tsc-07-DMI-product-serial-key, patches.xen/xen-x86-vmware-tsc-fix: VMware tsc clocksource workaround (bnc#441338). * Fri Nov 14 2008 tiwai@suse.de - Fixed a typo in definition of X86_FEATURE_XTOPOLOGY (bnc#443293) in patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4 * Fri Nov 14 2008 agruen@suse.de - Update CONFIG_X86_RESERVE_LOW_64K in config/x86_64/maxcpus as well. - patches.suse/bug-425240_nr_cpus-mem_cgroup_stat-fix.diff: rename to patches.suse/mem_cgroup_stat-dynamic-alloc, and update to newer version. * Fri Nov 14 2008 bwalle@suse.de - patches.fixes/kdump-x86-sparsemem.diff: x86, kdump: fix invalid access on i386 sparsemem (bnc#440525). - patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch: Refresh. * Thu Nov 13 2008 gregkh@suse.de - patches.kernel.org/iwlagn-avoid-sleep-in-softirq-context.patch: iwlagn: avoid sleep in softirq context (bnc#444382). * Thu Nov 13 2008 philips@suse.de - patches.fixes/cdc-acm.c-fix-recursive-lock-in-acm_start_wb-error-path.patch: cdc-acm.c: fix recursive lock in acm_start_wb error path. * Thu Nov 13 2008 gregkh@suse.de - enable CONFIG_X86_RESERVE_LOW_64K for i386 and x86-64 vanilla configs. * Thu Nov 13 2008 gregkh@suse.de - enable CONFIG_X86_RESERVE_LOW_64K on i386 and x86-64 to fix some suspend/resume issues (option added in 2.6.27.6) * Thu Nov 13 2008 gregkh@suse.de - refresh patches so that everything applies cleanly. * Thu Nov 13 2008 gregkh@suse.de - Update to 2.6.27.6: - fixes some security issues - lots of bugfixes - obsoletes: - patches.arch/acpi-dock-avoid-check-_STA-method.patch: - patches.arch/ppc-gigantic-page-fix2.patch: - patches.arch/ppc-gigantic-page-fix3.patch: - patches.drivers/alsa-hda-dell-eq-option: - patches.drivers/cciss-fix-procfs-firmware-regression.patch: - patches.drivers/cciss-fix-sysfs-symlink.patch: - patches.drivers/libata-fix-last_reset-timestamp-handling: - patches.kernel.org/md-raid10-recovoery-fix.path: * Thu Nov 13 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: package modules.order (bnc#441384) * Thu Nov 13 2008 agruen@suse.de - config.conf: Add x86_64/maxcpus as the 4096-cpu configuration and switch back to at most 128 cpus in the other configs. This avoids wasting memory on all but the most extreme x86_64 systems. - rpm/kernel-binary.spec.in: define a kernel-$flavor symbol to allow per-flavor patches. (Use this for testing only!) - patches.suse/bug-425240_nr_cpus-mem_cgroup_stat-fix.diff: Add this patch conditionally for x86_64/maxcpus for now pending test results from bnc#425240. * Thu Nov 13 2008 tiwai@suse.de - patches.drivers/alsa-hda-beep-dig-switch: ALSA: hda - Add digital beep playback switch for STAC/IDT codecs (#444572). - patches.drivers/alsa-hda-beep-null-check-fix: ALSA: hda - Missing NULL check in hda_beep.c. * Thu Nov 13 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: fix to make it work with iSCSI (bnc#444234) * Thu Nov 13 2008 olh@suse.de - mark some powerpc device drivers as supported to move them out of kernel-extra, otherwise installation-images will not pick them up - ps3vram, mtd, mtdblock, mtd_blkdevs (bnc#444220) - PowerMac, Efika and Pegasos2 storage and network drivers * Wed Nov 12 2008 bwalle@suse.de - patches.fixes/firmware-memmap-64bit.diff: Always use 64 bit addresses for the firmware memory map. * Wed Nov 12 2008 tiwai@suse.de - patches.drivers/alsa-powermac-ibook-g4-mic-fix: ALSA: powermac - Rename mic-analog loopback mixer element (bnc#444194). * Wed Nov 12 2008 tiwai@suse.de - patches.drivers/alsa-hda-stac-hp-detect-fix: ALSA: hda - Fix IDT/STAC multiple HP detection (bnc#443267). * Wed Nov 12 2008 agruen@suse.de - patches.suse/module-ref-dynamic-alloc: fall back to vmalloc if kmalloc fails (bnc#425240). * Wed Nov 12 2008 tiwai@suse.de - patches.drivers/alsa-hda-stac9200-missing-mux-capture: ALSA: hda - Add missing analog-mux mixer creation for STAC9200 (bnc#443738). - patches.drivers/alsa-hda-stac92xx-mic-pin-fix: ALSA: hda - Fix input pin initialization for STAC/IDT codecs (bnc#443738). * Tue Nov 11 2008 philips@suse.de - rpm/kernel-binary.spec.in: remove Recommends: kerneloops, opt-in will be implemented in the 11.2 installer * Tue Nov 11 2008 jeffm@suse.de - patches.fixes/reiserfs-error-buffer-locking: reiserfs: add locking around error buffer. - patches.fixes/reiserfs-varargs-fix: reiserfs: prepare_error_buf wrongly consumes va_arg. * Tue Nov 11 2008 tiwai@suse.de - patches.suse/module-ref-dynamic-alloc: Allocate module.ref array dynamically (bnc#425240). - Update config files: back to NR_CPUS=4096 * Tue Nov 11 2008 jblunck@suse.de - Update config files: Set NR_CPUS on x86_64 back to 128 again for now: with NR_CPUS=4096, the size of eack .ko file increases by 496 KiB because of the static struct module in .gnu.linkonce.this_module. * Tue Nov 11 2008 schwab@suse.de - patches.arch/ppc-select: Fix wrong error code from ppc32 select. * Tue Nov 11 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: also encode the architecture into the packageand supplements. * Tue Nov 11 2008 teheo@suse.de - patches.drivers/libata-fix-ata_tf_read_block-overflow: libata: Avoid overflow in ata_tf_read_block() when tf->hba_lbal > 127 (bnc#443661). - patches.drivers/libata-fix-ata_tf_to_lba48-overflow: libata: Avoid overflow in ata_tf_to_lba48() when tf->hba_lbal > 127 (bnc#443661). * Tue Nov 11 2008 teheo@suse.de - patches.drivers/libata-pata_sch-slave-poss: pata_sch: slave devices (bnc#443657). * Mon Nov 10 2008 schwab@suse.de - config/ppc/ppc64: Disable 64k pages to work around X server bug. * Mon Nov 10 2008 olh@suse.de - rpm/kernel-binary.spec.in: fix variable assignment in last change * Mon Nov 10 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: encode the architecture into subpackage dependencies (bnc#440961) * Mon Nov 10 2008 olh@suse.de - handle arch differences for cpu and kbuild correctly * Mon Nov 10 2008 schwab@suse.de - patches.arch/ia64-page-migration. patches.arch/mm-avoid-bad-page-on-lru: migrade pages off of pages with correctable errors. * Mon Nov 10 2008 mmarek@suse.cz - scripts/tar-up.sh: do not generate kernel-source-rt.spec and kernel-syms-rt.spec if RT is not enabled. * Mon Nov 10 2008 sdietrich@suse.de - config.conf: Suppress RT configurations. * Sun Nov 9 2008 jeffm@suse.de - config.conf: Removed previous workaround. - rpm/kernel-binary.spec.in: Remove @FLAVOR@ from %%symbols. * Sat Nov 8 2008 jeffm@suse.de - config.conf: Workaround for kernel-ppc64 on head-ppc. * Sat Nov 8 2008 gregkh@suse.de - Update to the "real" 2.6.27.5. No code changes from what we had in our tree previously, with the exception for the version number change. * Fri Nov 7 2008 bwalle@suse.de - patches.fixes/kdb-read-CR.diff: Support '\n' in KDB (bnc#442808). * Fri Nov 7 2008 gregkh@suse.de - disable perfmon support in the -trace kernels as it doesn't build properly. * Fri Nov 7 2008 schwab@suse.de - patches.arch/compat-sys-swapcontext: Fix msr check in sys_swapcontext. * Fri Nov 7 2008 hare@suse.de - patches.drivers/ixgbe-add-bcna-support: DCB: Add BCNA support to ixgbe. - patches.drivers/open-fcoe-beta3-update: Open-FCoE update for Beta3 (bnc#438954). - patches.drivers/open-fcoe-beta4-update: Open-FCoE: Update for Beta4 (bnc#438954). - patches.drivers/open-fcoe-beta5-update: Open-FCoE: Update for Beta5 (bnc#438954). - patches.fixes/dcb-fix-setpfcstate: Fix setpfcstate (bnc#438954). - patches.fixes/dcb-setting-pg-will-cause-tx-hang: DCB: setting pg will cause tx unit hangs (bnc#438954). - patches.fixes/multiq-requeue-should-rewind-current_band: multiq: requeue should rewind the current_band (bnc#438954). - patches.fixes/scsi-dh-rdac-retry-mode-select: Retry mode select in RDAC device handler (bnc#441337). - patches.fixes/scsi-dh-rdac-set-default-ownership: scsi_dh_rdac: make sure the ownership is set correctly (bnc#441337). - patches.fixes/scsi-skip-nonscsi-device-for-dma: Update patch to check for ->bus instead of ->type (bnc#431294). * Fri Nov 7 2008 tiwai@suse.de - patches.drivers/alsa-hda-dell-studio-probe-fix: ALSA: hda - Fix probe errors on Dell Studio Desktop (bnc#440907). - patches.drivers/alsa-hda-hp-3013-master-fix: ALSA: hda - Fix ALC260 hp3013 master switch (bnc#441068). * Fri Nov 7 2008 jjolly@suse.de - patches.arch/s390-03-07-qeth_hsi_mcl_string.patch: qeth: pre z9 systems return HiperSocket version string different. (bnc#440610,LTC#49052). - patches.arch/s390-03-08-zfcp-abort-race.patch: zfcp: eliminate race between validation and locking. (bnc#440610). - patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch: zfcp: prevent SCSI target scan for vanished rport (bnc#440610,LTC#49373). * Fri Nov 7 2008 olh@suse.de - Update config files for RT * Fri Nov 7 2008 olh@suse.de - build a kernel-default in dist ppc64, its identical to kernel-ppc64 otherwise unused * Fri Nov 7 2008 olh@suse.de - rpm/kernel-source.spec.in: map ppc/ppc64 to powerpc * Fri Nov 7 2008 kkeil@suse.de - patches.drivers/igb-pf.patch: VF enabled igb driver (fate#305004) * Fri Nov 7 2008 olh@suse.de - stop building kernel-default and kernel-ps3 in dist ppc64, they are openSuSE only packages * Fri Nov 7 2008 olh@suse.de - rpm/kernel-binary.spec.in: extracting debuginfo from vdso fails on powerpc, disable vdso_install for the time being * Fri Nov 7 2008 jbeulich@novell.com - patches.xen/xen3-intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). * Fri Nov 7 2008 olh@suse.de - rpm/post.sh: reject legacy iSeries again * Fri Nov 7 2008 olh@suse.de - build a 32bit and a 64bit vanilla kernel on powerpc * Fri Nov 7 2008 olh@suse.de - rpm/kernel-binary.spec.in: no vdso in vanilla and ps3 kernel * Fri Nov 7 2008 gregkh@suse.de - patches.kernel.org/net-fix-recursive-descent-in-__scm_destroy.patch: net: Fix recursive descent in __scm_destroy().. * Fri Nov 7 2008 olh@suse.de - remove patches.arch/ppc64-rpanote-relocate-firmware.patch older firmware versions can handle relocation properly (bnc#427960) * Fri Nov 7 2008 jjolly@suse.de - patches.drivers/cxgb3-get_drvinfo-deadlock.patch: RDMA/cxgb3: deadlock in iw_cxgb3 can cause hang when configuring interface. (bnc#430998). * Fri Nov 7 2008 gregkh@suse.de - patches.suse/perfmon2.patch: perfmon2 (bnc#430298). * Fri Nov 7 2008 nfbrown@suse.de - patches.fixes/nfs-write.c-bug-removal.patch: Revert "NFS: Allow redirtying of a completed unstable write." (442267). It causes a BUG(). * Fri Nov 7 2008 nfbrown@suse.de - patches.kernel.org/md-raid10-recovoery-fix.path: md: fix bug in raid10 recovery.. - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped..: Removed much of this patch as it turned out to be both buggy and unnecessary (the ioctl can be done from mdadm). * Thu Nov 6 2008 kkeil@suse.de - patches.drivers/ixgbe-sfp.patch: ixgbe driver update to add Longcove (SFP+) NIC support for FCoE needs (bnc#442411) * Thu Nov 6 2008 gregkh@suse.de - enable CONFIG_X86_SUMMIT, CONFIG_X86_ES7000, and CONFIG_X86_BIGSMP for the i386 default kernel, so that the installer can actually boot on "modern" multiprocessor i386 boxes (bnc#428247) * Thu Nov 6 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install only on x86 and ppc. * Thu Nov 6 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Call make vdso_install to install the vdso shared objects for debugging. * Thu Nov 6 2008 jjolly@suse.de - patches.drivers/intel-ibex-peak-device-ids.patch: x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDs (bnc#415383). - patches.drivers/intel-ibex-peak-device-support.patch: i2c-i801: Add support for Intel Ibex Peak (bnc#415383). * Thu Nov 6 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: Fixed patch for build - patches.arch/s390-03-04-qdio_multicast_performance.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610). - patches.arch/s390-03-05-dasd-block-uevent.patch: dasd: DASD uevents are not sent correctly (bnc#440610,LTC#49429). - patches.arch/s390-03-06-zfcp-hexdump.patch: zfcp: fix hexdump data in s390dbf traces (bnc#440610). * Thu Nov 6 2008 jjolly@suse.de - patches.arch/s390-03-01-stp-init.patch: kernel: Fix initialization of stp. (bnc#440610,LTC#49639). - patches.arch/s390-03-02-setup_memory.patch: kernel: Fix range for add_active_range() in setup_memory() (bnc#440610,LTC#49639). - patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch: dasd: fix message flood for unsolicited interrupts (bnc#440610,LTC#49639). * Thu Nov 6 2008 jjolly@suse.de - patches.arch/s390-02-10-zfcp-scan-online.patch: wait for port scan when setting FCP device online (bnc#434333). * Thu Nov 6 2008 jbeulich@novell.com - Update Xen patches to 2.6.27.4 and c/s 718. - Update Xen config files. - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: Include pv-ops-Xen changes here - patches.xen/x86_sgi_xen-x86-cpus4096.patch: Delete. - patches.xen/xen-configurable-guest-devices: allow number of guest devices to be configurable. - patches.xen/xen-cpufreq-report: make /proc/cpuinfo track CPU speed. - patches.xen/xen-ipi-per-cpu-irq: fold IPIs onto a single IRQ each. - patches.xen/xen-rtl2860-build: Rename to ... - patches.xen/xen-rt2860-build: ... this. - patches.xen/xen-sysdev-suspend: use base kernel suspend/resume infrastructure. - patches.xen/xen-virq-per-cpu-irq: fold per-CPU VIRQs onto a single IRQ each. - patches.xen/xen-x86-mmu-batching: Delete. - patches.xen/xen3-patch-2.6.27.3-4: Linux 2.6.27.4. - patches.xen/xen3-x2APIC_PATCH_20_of_41_cff73a6ffaed726780b001937d2a42efde553922: x64, x2apic/intr-remap: introcude self IPI to genapic routines (fate #303948 and fate #303984). - patches.xen/xen3-x86_sgi_cpus4096-02-fix-send_call_func_ip.patch: x86: reduce stack requirements for send_call_func_ipi (bnc#425240 FATE304266). - patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). * Thu Nov 6 2008 sassmann@suse.de - patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch: required for new ps3vram patch - patches.arch/ppc-ps3-ps3vram-mtd.patch: updated ps3vram patch that works with firmware 2.50 (bnc#442227) * Thu Nov 6 2008 olh@suse.de - remove unneeded BuildRequires for dtc * Thu Nov 6 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: Feature removed (bnc#417299) * Thu Nov 6 2008 gregkh@suse.de - patches.suse/file-capabilities-add-no_file_caps-switch.patch: file capabilities: add no_file_caps switch (v4). add the patch back into the tree. * Wed Nov 5 2008 jblunck@suse.de - patches.suse/coredump_filter-add-elfhdr-default.patch: Dump elf headers to core per default. * Wed Nov 5 2008 teheo@suse.de Fix !CONFIG_DMI case. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). * Wed Nov 5 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: update patch to skip all devices with no dma_parms (bnc#431294) * Wed Nov 5 2008 agruen@suse.de - rpm/kernel-module-subpackage: Remove the obsolete kernel-$flavor dependency (bnc#440961). * Wed Nov 5 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Removed and replaced with v3 of the patch from IBM (bnc#417300) - patches.arch/s390-01-05-kmsg-v3.patch: Kernel message catalog infrastucture and message generation (bnc#417300). - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Patch edited to allow new kmsg patch * Wed Nov 5 2008 agruen@suse.de - Update config files: set CONFIG_MODULE_FORCE_LOAD=y to allow ignoring ABI mismatches. (This is still unsafe to do!) * Wed Nov 5 2008 tiwai@suse.de Backport fixes from 2.6.28-rc. - patches.drivers/alsa-hda-acer-quirk: ALSA: hda - Add a quirk for another Acer Aspire (1025:0090) (bnc#426935). - patches.drivers/alsa-hda-alc888-medion-add: ALSA: hda - Add a quirk for MEDION MD96630 (bnc#412548). - patches.drivers/alsa-hda-dell-eq-option: ALSA: hda: make a STAC_DELL_EQ option. - patches.drivers/alsa-hda-proc-gpio-fix: ALSA: hda - Limit the number of GPIOs show in proc. * Wed Nov 5 2008 gregkh@suse.de - refresh -rt patches to remove fuzz. * Wed Nov 5 2008 teheo@suse.de Backport two more device specific workarounds from 2.6.28-rc. - patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA: libata: implement ATA_HORKAGE_ATAPI_MOD16_DMA and apply it. - patches.drivers/libata-whitelist-good-bridges: libata: add whitelist for devices with known good pata-sata bridges. * Wed Nov 5 2008 gregkh@suse.de - refresh patches to remove fuzz * Wed Nov 5 2008 teheo@suse.de Backport double spin off workaround. - patches.drivers/dmi-introduce-dmi_first_match: DMI: Introduce dmi_first_match to make the interface more flexible (bnc#441721). - patches.drivers/libata-ahci-blacklist-double-spin-off: SATA AHCI: Blacklist system that spins off disks during ACPI power off (bnc#441721). - patches.drivers/libata-ata_piix-blacklist-double-spin-off: SATA PIIX: Blacklist system that spins off disks during ACPI power off (bnc#441721). - patches.drivers/libata-implement-NO_SPINDOWN: SATA: Blacklisting of systems that spin off disks during ACPI power off (rev. 2) (bnc#441721). - patches.drivers/libata-sata_sil-blacklist-double-spin-off: SATA Sil: Blacklist system that spins off disks during ACPI power off (bnc#441721). - patches.drivers/power-introduce-system_entering_hibernation: Hibernation: Introduce system_entering_hibernation (bnc#441721). * Wed Nov 5 2008 gregkh@suse.de - fix rt tree that was broken by 2.6.27.5-rc1 * Wed Nov 5 2008 olh@suse.de - update patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix booting on ppc32 (bnc#439491 - LTC48584) * Wed Nov 5 2008 teheo@suse.de Backport sata_via fixes from 2.6.28-rc. - patches.drivers/libata-sata_via-fix-support-for-5287: sata_via: fix support for 5287 (bnc#441718). - patches.drivers/libata-sata_via-load-DEVICE-register-when-CTL-changes: sata_via: load DEVICE register when CTL changes (bnc#441718). - patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling: sata_via: restore vt*_prepare_host error handling (bnc#441718). * Wed Nov 5 2008 teheo@suse.de Backport laptop table and pci device ID table entries from 2.6.28-rc. - patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl: ata_piix: add Hercules EC-900 mini-notebook to ich_laptop short cable list. - patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids: ata_piix: IDE Mode SATA patch for Intel Ibex Peak DeviceIDs. * Wed Nov 5 2008 teheo@suse.de Backport slave_link from 2.6.28-rc to fix ata_piix probing problem. - patches.drivers/libata-ata_piix-use-slave_link: ata_piix: drop merged SCR access and use slave_link instead (bnc#441420). - patches.drivers/libata-eh-fix-slave-link-EH-action-mask-handling: libata-eh: fix slave link EH action mask handling (bnc#441420). - patches.drivers/libata-implement-slave_link: libata: implement slave_link (bnc#441420). - patches.drivers/libata-make-SCR-access-ops-per-link: libata: make SCR access ops per-link (bnc#441420). - patches.drivers/libata-misc-updates-to-prepare-for-slave-link: libata: misc updates to prepare for slave link (bnc#441420). - patches.drivers/libata-reimplement-link-iterator: libata: reimplement link iterator (bnc#441420). - patches.drivers/libata-set-device-class-to-NONE-if-phys_offline: libata: set device class to NONE if phys_offline (bnc#441420). - patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i: libata: transfer EHI control flags to slave ehc.i (bnc#441420). * Wed Nov 5 2008 gregkh@suse.de - Update to 2.6.27.5-rc1: - fixes lots of things, including a few CVE entries - obsoletes, and caused to be deleted: - patches.arch/ppc-pseries_16g-numa.patch - patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch - patches.arch/ppc-pseries_mem-limit-16g.patch - patches.arch/s390-02-02-smp-sysdev.patch - patches.drivers/alsa-hda-reboot-notifier - patches.drivers/libata-sata_nv-hardreset-fix - patches.fixes/acpi-clear-wake-status.patch - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch - patches.suse/file-capabilities-add-no_file_caps-switch.diff - patches.suse/file-capabilities-turn-on-by-default.diff - Update config files. * Wed Nov 5 2008 kkeil@suse.de - patches.drivers/bnx2-Add-bnx2_shutdown_chip: bnx2: Add bnx2_shutdown_chip() - patches.drivers/bnx2-check-running.patch: Check netif_running in most ethtool operations (bnc#440052) * Wed Nov 5 2008 kkeil@suse.de - patches.drivers/ixgbe-copper_pond.patch: ixgbe: add device support for 82598AT (copper 10GbE) adapters (bnc#441471) * Tue Nov 4 2008 tonyj@suse.de - patches.rt/fork_init_nrcpus.patch: Fix oops in fork_init. * Tue Nov 4 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: fix typo * Tue Nov 4 2008 rw@suse.de - patches.drivers/bnx2x-zero-PMF: bnx2x: Removing the PMF indication when unloading. (bnc#439679) * Tue Nov 4 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: make also -base and -extra x86 subpackages not installable on x86_64 * Tue Nov 4 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-3-v2.patch: (kernel):FCP - Performance Data colletion & analysis patch update (bnc#417243). - patches.arch/s390-01-04-fcpperf-3.patch: Removed for update * Tue Nov 4 2008 miklos@szeredi.hu - patches.apparmor/d_namespace_path_oops_fix.diff: fix oops in d_namespace_path (bnc#433504). * Tue Nov 4 2008 hare@suse.de - patches.fixes/scsi-skip-nonscsi-device-for-dma: scsi_lib_dma.c : fix bug w/ dma on virtual fc ports (bnc#431294). * Tue Nov 4 2008 sdietrich@suse.de - Update RT config files: Enable CONFIG_NO_HZ on i386/rt_debug. - Refresh config files. * Tue Nov 4 2008 teheo@suse.de - patches.drivers/libata-fix-last_reset-timestamp-handling: libata: fix last_reset timestamp handling (bnc#441340). * Tue Nov 4 2008 hare@suse.de - patches.drivers/qla2xxx-8.02.01-k9-update: Update qla2xxx to 8.02.01-k9 (bnc#439208). * Tue Nov 4 2008 gregkh@suse.de - refresh patches to apply cleanly. * Mon Nov 3 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Compile fix. * Mon Nov 3 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy-fixes: ALSA: emu10k1 - Add more invert_shared_spdif flag to Audigy models (bnc#440862). - patches.drivers/alsa-hda-alc269-fsc-amilo: ALSA: hda - Add ALC269 fujitsu model (bnc#440626). * Mon Nov 3 2008 jeffm@suse.de - patches.suse/dm-raid45_2.6.27_20081027.patch: Update dmraid45. * Mon Nov 3 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Fix dm table ref count (FATE#304489). * Mon Nov 3 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach (bnc#440980). * Mon Nov 3 2008 teheo@suse.de - patches.drivers/libata-dont-restore-DET-on-detach: libata: mask off DET when restoring SControl for detach. * Mon Nov 3 2008 olh@suse.de - add patches.arch/ppc-clock_gettime-nanoseconds.patch update also nanoseconds (bnc#439908 - LTC49499) * Mon Nov 3 2008 teheo@suse.de - scripts/vc: s/GIT_COMMITER_EMAIL/GIT_COMMITTER_EMAIL and add SUSE_COMMITTER_EMAIL. * Mon Nov 3 2008 teheo@suse.de BNC reference added. - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression (bnc#429344). * Mon Nov 3 2008 teheo@suse.de - patches.drivers/libata-sata_nv-hardreset-fix: sata_nv: fix generic, nf2/3 detection regression. * Sun Nov 2 2008 sdietrich@suse.de - Update RT config files: enable more lock debugging, latency features, make x86_64 and i386 consistent. * Sun Nov 2 2008 sdietrich@suse.de - patches.rt/kprobes_make_pointer_decl_consistent.patch: Make kprobe locking consistent with lock-type declarations * Sun Nov 2 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: Use raw_smp_processor_id in __mem_cgroup_stat_add_safe. * Sun Nov 2 2008 sdietrich@suse.de - patches.rt/mem_cgroup_charge_statistics-smp_processor_id.patch: * Sun Nov 2 2008 sdietrich@suse.de - patches.rt/workqueue-introduce-create_rt_workqueue.patch: workqueue: introduce create_rt_workqueue. (from 2.6.28) Refresh to eliminate fuzz: - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. * Sat Nov 1 2008 sdietrich@suse.de - Update RT config files: - Sync with SLES 11 default/debug configs - Limit CPUS to 32 - Disable CONFIG_RADIX_TREE_CONCURRENT - Disable CONFIG_RADIX_TREE_OPTIMISTIC - Disable CONFIG_PREEMPT_RCU_BOOST - Enable CONFIG_RTMUTEX_CHECK - Adapt RT patches to changes made by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/mitigate-resched-flood-update.patch: Update smp_send_reschedule_allbutself_cpumask mask parameter. - patches.rt/x86-nmi-send_IPI_mask-pointer-fix.patch: Update smp_send_nmi_allbutself mask parameter. Resolve conflicts introduced by: x86_sgi_cpus4096-05-update-send_IPI_mask.patch - patches.rt/nmi-profiling-base.patch - patches.rt/send-nmi-all-preempt-disable.patch Refresh to eliminate fuzz - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. * Sat Nov 1 2008 bwalle@suse.de - patches.fixes/kdb-fix-stack-overflow.patch: kdb: fix stack overflow for large NR_CPUS count (bnc#440361). * Fri Oct 31 2008 trenn@suse.de Fate 304268 and 304266. SGI scir driver (replaces the more intrusive leds one) and the rather intrusive x86_64 4096 CPU support patches: - Update config files. - patches.arch/x86_uv_early_detect.patch: Delete hacks that were necessary while waiting for x2apic code. (bnc#429984). - patches.arch/x86_sgi-uv-scir.patch: SGI X86 UV: Provide a System Activity Indicator driver (FATE304268 bnc#426066). - patches.arch/x86_sgi_cpus4096-01-fix-smp_call_function.patch: smp: reduce stack requirements for smp_call_function_mask (bnc#425240 FATE304266). - patches.arch/x86_sgi_cpus4096-02-fix-send_call_func_ip.patch: x86: reduce stack requirements for send_call_func_ipi (bnc#425240 FATE304266). - patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch: x86 cpumask: Updates to support NR_CPUS=4096 (bnc#425240 FATE304266). - patches.arch/x86_sgi_cpus4096-06-optimize-cpumask-in-sched_c.patch: Additional cpumask fixups (bnc#425240 FATE304266). - patches.arch/x86_sgi_cpus4096-04-add-for_each_cpu_mask_and.patch: Add for_each_cpu_mask_and (bnc#425240 FATE304266). - patches.arch/x86_sgi_cpus4096-07_pae_compile_fixups.patch: more cpumask cleanups for previous (x86_sgi_cpu4096..) patches (Additional cpumask fixups). - patches.suse/kdb-x86: kdb-v4.4-2.6.27-rc8-x86-1 (FATE#303971). - patches.xen/xen3-patch-2.6.27: Linux: Update to 2.6.27. - patches.xen/x86_sgi_xen-x86-cpus4096.patch: x86 cpumask xen: Updates to support NR_CPUS=4096 (Additional cpumask fixups). * Fri Oct 31 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-alc269-dmic: ALSA: hda - Add digital-mic for ALC269 auto-probe mode (bnc#440626). - patches.drivers/alsa-hda-realtek-mic-automute-fix: ALSA: hda - Disable broken mic auto-muting in Realtek codes (bnc#440626). * Fri Oct 31 2008 hare@suse.de - Update config files. - patches.drivers/cxgb3i: add cxgb3i iscsi driver (FATE#304154,bnc#433500). - patches.drivers/cxgb3-private-iscsi-ip-addresses: cxgb3 - manage private iSCSI IP addresses (FATE#304154,bnc#433500). - patches.drivers/open-iscsi-offloading-support: support for iscsi pdu digest offload and payload DDP. (FATE#304154,bnc#433500). - patches.fixes/cxgb3-remove-duplicate-tests-in-lro: cxgb3 - remove duplicate tests in lro (FATE#304154, bnc#430538). - supported.conf: Mark cxgb3i as supported. * Fri Oct 31 2008 bwalle@suse.de - patches.suse/kdb-resolve-uv-conflict.diff: Resolve KDB conflicts with UV (bnc#440376). * Fri Oct 31 2008 tiwai@suse.de - patches.drivers/alsa-hda-sigmatel-spdif-fix: ALSA: hda - Fix SPDIF mute on IDT/STAC codecs. - patches.drivers/alsa-hda-reboot-notifier: ALSA: hda - Add reboot notifier. * Fri Oct 31 2008 jack@suse.cz - patches.suse/ocfs2-Fix-mount-cleanup-after-quota-failure.patch: ocfs2: Fix mount cleanup after quota failure (fate#302681). - patches.suse/ocfs2-Fix-oop-in-recovery-without-quotas: ocfs2: Fix recovery of nodes when quota feature is disabled (fate#302681). - patches.suse/ocfs2-Fix-grace-time-syncing.patch: ocfs2: Fix grace time syncing (fate#302681). * Fri Oct 31 2008 teheo@suse.de - patches.drivers/block-del-timer-after-dequeue: blk: move blk_delete_timer call in end_that_request_last (bnc#440076 bnc#440173). * Thu Oct 30 2008 trenn@suse.de - patches.arch/x86_agpgart-g33-stoeln-fix-2.patch: Avoid oops on G33 in 1MB stolen Mem case (bnc#391261). * Thu Oct 30 2008 gregkh@suse.de - patches.fixes/agp-fix-stolen-memory-counting-on-g4x.patch: agp: Fix stolen memory counting on G4X. (bnc#437618). * Thu Oct 30 2008 oneukum@suse.de - patches.fixes/sd_liberal_28_sense_invalid.diff: fix medium presence misdetection in usb storage device (bnc#362850). * Thu Oct 30 2008 olh@suse.de - add patches.fixes/scsi-ibmvscsi-show-config.patch use 4k buffer to transfer config data (439970 - LTC49349) * Thu Oct 30 2008 teheo@suse.de - patches.drivers/block-add-timeout-on-dequeue: block: add timer on blkdev_dequeue_request() not elv_next_request() (bnc#440076). * Wed Oct 29 2008 sdietrich@suse.de Refresh RT patches: - patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT adaptive spinlocks lite. - patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT. - patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT. - patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT. - patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT. - patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. - patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT 2.6.27-RT WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7. - patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT. - patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT. - patches.rt/disable-run-softirq-from-hardirq-completely.patch: Linux-RT 2.6.27-RT Disable running softirqs from hardirqs completely!. - patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT 2.6.27-RT. - patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT. - patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT 2.6.27-RT. - patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT event-tracer: add clockevent trace. - patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT 2.6.27-RT. - patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT Change bug_on for atomic to pagefault_disabled.. - patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch: Linux-RT 2.6.27-RT Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings. - patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT fix-tracer-wreckage-wtf-is-this-code-all-features.patch. - patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT. - patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT. - patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT x86: activate HARDIRQS_SW_RESEND. - patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT. - patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch: Linux-RT 2.6.27-RT. - patches.rt/handle-pending-in-simple-irq.patch: Linux-RT 2.6.27-RT handle IRQ_PENDING for simple irq handler. - patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT mm: remove kmap_lock. - patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT. - patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT. - patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT 2.6.27-RT. - patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT. - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT (debug builds). - patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT add rt stats to /proc/stat. - patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch: Linux-RT 2.6.27-RT. - patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT. - patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT mm: lock_page_ref. - patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT lockdep: show held locks when showing a stackdump. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT reduce pagetable-freeing latencies. - patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT map tasks to reader locks held. - patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT implement reader limit on read write locks. - patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT map read/write locks back to their readers. - patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT read lock Priority Inheritance implementation. - patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT. - patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT softirq preemption: optimization. - patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT nmi-driven profiling for /proc/profile. - patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT. - patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch: Linux-RT 2.6.27-RT. - patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT clean up the page fault disabling logic. - patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT. - patches.rt/paravirt-function-pointer-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/partreadd-lttng-instrumentation-irq.patch: readd RT compatible version of lttng-instrumentation-irq. - patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT introduce pause_on_oops_head/tail boot options. - patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch: Linux-RT 2.6.27-RT. - patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-ftrace-disable-ftraced.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-init-show-enabled-debugs.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-net-drivers.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT 2.6.27-RT NOHZ: local_softirq_pending with tickless. - patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-prevent-idle-boosting.patch: Linux-RT 2.6.27-RT Premmpt-RT: Preevent boosting of idle task. - patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT. - patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT. - patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT. - patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT. - patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT radix-tree: concurrent write side support. - patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT debug: optimistic lock histogram. - patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT radix-tree: optimistic locking. - patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT 2.6.27-RT. - patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT 2.6.27-RT. - patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT. - patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-move-update-wall-time-back-to-do-timer.patch: Linux-RT 2.6.27-RT rt: move update_wall_time back to do timer. - patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT 2.6.27-RT. - patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT rt: rename rt_mutex_setprio to task_setprio. - patches.rt/s_files.patch: Linux-RT 2.6.27-RT remove global files_lock. - patches.rt/sched-add-needs_post_schedule.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch: Linux-RT 2.6.27-RT CFS: enable irqs in fire_sched_in_preempt_notifier. - patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT sched-fix-dequeued-race.patch. - patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-only-push-once-per-queue.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-properly-account-irq-and-rt-load.patch: Linux-RT 2.6.27-RT sched: properly account IRQ and RT load in . - patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT. - patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT. - patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT. - patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT. - patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT 2.6.27-RT. - patches.rt/start_irq_thread.patch: Linux-RT 2.6.27-RT. - patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT rt: dont disable irqs in usb. - patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT. - patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT. - patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT. - patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/trace-events-handle-syscalls.patch: Linux-RT 2.6.27-RT. - patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT. - patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT. * Wed Oct 29 2008 gregkh@suse.de - s/rtl2860/rt2860/ - remove driver from the Xen build as it's dying for some reason. - add obsoletes for ralink-rt2860-kmp * Wed Oct 29 2008 olh@suse.de - update patches.arch/ppc-oprofile-spu.patch add missing ARRAY_SIZE(pm_signal_local) * Wed Oct 29 2008 hare@suse.de - patches.arch/s390-symmetrix-ioctl.patch: Add ioctl support for EMC Symmetrix Subsystem Control I/O (bnc#439221) * Wed Oct 29 2008 jbeulich@suse.de - patches.xen/xen-rtl2860-build: fix issue with Windows-style types used in rtl2680. * Wed Oct 29 2008 olh@suse.de - build af_packet as a module on powerpc (bnc#433540) * Wed Oct 29 2008 olh@suse.de - add patches.arch/ppc-oprofile-spu-mutex-locking.patch Fix mutex locking for cell spu-oprofile (bnc#422501 - LTC47617) * Wed Oct 29 2008 olh@suse.de - add patches.arch/ppc-oprofile-spu.patch fix local array size in activate spu profiling function (bnc#439553 - LTC48925) * Wed Oct 29 2008 olh@suse.de - update patches.drivers/ehea.patch Add hugepage detection (bnc#439599 - LTC48958) * Wed Oct 29 2008 gregkh@suse.de - patches.drivers/staging-add-agnx-wireless-driver.patch: Staging: add agnx wireless driver. - patches.drivers/staging-add-otus-atheros-wireless-network-driver.patch: Staging: add otus Atheros wireless network driver. - patches.drivers/staging-add-rtl2860-wireless-driver.patch: Staging: add rtl2860 wireless driver (bnc#437959). - Update config files. * Tue Oct 28 2008 jkosina@suse.de - patches.suse/silent-stack-overflow-2.patch: disabled, as it causes kernel hangs triggered by grub (bnc#439448). * Tue Oct 28 2008 kkeil@suse.de - update patches.suse/SoN-17-net-ps_rx.patch fix i/o corruption on rx in ixgbe (bnc#438929) * Tue Oct 28 2008 jdelvare@suse.de - config/powerpc/*: Fixup configuration files after last change. * Tue Oct 28 2008 jdelvare@suse.de - config/*: Include many multimedia drivers which has been dropped accidentally. This includes the pwc, ivtv, zr36067 drivers and many old webcam drivers (bnc#439489). - supported.conf: Add all these drivers again. * Tue Oct 28 2008 tiwai@suse.de - patches.drivers/alsa-hda-analog-update, patches.drivers/alsa-hda-atihdmi-update, patches.drivers/alsa-hda-beep, patches.drivers/alsa-hda-hp-mobile-fix, patches.drivers/alsa-hda-nvidia-hdmi, patches.drivers/alsa-hda-probe-fix, patches.drivers/alsa-hda-proc-fix, patches.drivers/alsa-hda-realtek-update, patches.drivers/alsa-hda-sigmatel-update, patches.drivers/alsa-hda-spdif-slave, patches.drivers/alsa-hda-via-rec-fix, patches.drivers/alsa-hda-via-update: ALSA updates, mostly taken from 2.6.28-rc1 patches - Update config files. * Tue Oct 28 2008 jdelvare@suse.de - Actually CONFIG_SND_HDA_HWDEP is a boolean, sorry. * Tue Oct 28 2008 jdelvare@suse.de - config/ia64/vanilla, config/x86_64/vanilla: fix configuration discrepancy, CONFIG_SND_HDA_HWDEP=m. * Tue Oct 28 2008 olh@suse.de - add patches.arch/ppc-pcibios_allocate_bus_resources.patch add patches.arch/ppc-powerpc-debug-pci-hotplug.patch fix DLPAR on pseries (bnc#439491 - LTC48584) * Tue Oct 28 2008 olh@suse.de - add patches.arch/ppc-powerpc-fix-pci-unmap-io.patch Fix unmapping of IO space on 64-bit (bnc#439491 - LTC48584) * Tue Oct 28 2008 olh@suse.de - update ps3 config, remove unneeded options to reduce vmlinux size * Tue Oct 28 2008 neilb@suse.de - patches.suse/md-notify-when-stopped: md: notify udev when an md array is stopped. (fate#303894). * Tue Oct 28 2008 gregkh@suse.de - use the panasonic laptop driver that was accepted by upstream, not the pcc-acpi driver, which was rejected: - patches.drivers/staging-add-pcc-acpi-driver.patch: Delete. - patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch: panasonic-laptop: add Panasonic Let's Note laptop extras driver v0.94. - Update config files. * Mon Oct 27 2008 gregkh@suse.de - patches.drivers/via-framebuffer-driver.patch: Via Framebuffer driver. - Update config files. * Mon Oct 27 2008 bwalle@suse.de - patches.fixes/hpwdt-kdump.diff: Don't change permission of sysfs file (did that accidentally when changing the default value). * Mon Oct 27 2008 trenn@suse.de - patches.arch/x86_uv_early_detect.patch: Delete hacks that were necessary while waiting for x2apic code. (bnc#429984). * Mon Oct 27 2008 tj@suse.de Refresh the govault patch. - patches.drivers/libata-add-waits-for-govault: libata: add waits for GoVault (bnc#246451). * Sun Oct 26 2008 bwalle@suse.de - patches.fixes/kdb-oops-panic.diff: Fix NULL pointer dereference when regs == NULL (bnc#439007). - patches.fixes/hpwdt-kdump.diff: Fix kdump when using hpwdt (bnc#436786). * Sun Oct 26 2008 gregkh@suse.de - refresh patches to apply cleanly and properly. * Sun Oct 26 2008 gregkh@suse.de - Update to 2.6.27.4 * Sat Oct 25 2008 agruen@suse.de - Fix the dependencies between the split kernel packages and KMPs (FATE 303631). - Fix for kernel paclages which are not split. - rpm/kernel-source.spec.in: Update list of scripts to include. * Sat Oct 25 2008 jjolly@suse.de - patches.arch/s390-02-02-smp-sysdev.patch: kernel: sysdev class file creation (bnc#434333) - patches.arch/s390-02-03-zfcp.patch: Fix zfcp problems that have been found (bnc#434333) - patches.arch/s390-02-04-qeth-mac.patch: qeth: use firmware MAC-address for layer2 hsi-devices (bnc#434333) - patches.arch/s390-02-05-qeth-recovery.patch: qeth: qeth recovery fails (bnc#434333) - patches.arch/s390-02-06-qeth-offset.patch: qeth: fix offset error in non prealloc header path (bnc#434333,LTC#48840) - patches.arch/s390-02-07-qeth-ipv6check.patch: qeth: remove unnecessary support ckeck in sysfs route6 (bnc#434333) - patches.arch/s390-02-08-qeth-panic.patch: qeth: avoid skb_under_panic for malformatted inbound data (bnc#434333) - patches.arch/s390-02-09-tape-lock.patch: tape device driver: improve locking (bnc#434333) * Sat Oct 25 2008 neilb@suse.de - patches.kernel.org/touch_mnt_namespace-when-the-mount-flags-change.patch: touch_mnt_namespace when the mount flags change (FATE#304218). * Fri Oct 24 2008 gregkh@suse.de - Updated to 2.6.27.4-rc3: - fixed ath5k suspend/resume regression - fixed pvrusb2 so it actually works * Fri Oct 24 2008 jack@suse.cz - patches.suse/ocfs2-Implementation-of-local-and-global-quota-file.patch: ocfs2: Implementation of local and global quota file handling (fate#302681). - fixed 64-bit division * Fri Oct 24 2008 jeffm@suse.de - Update config files for -rt. * Fri Oct 24 2008 hare@suse.de - patches.suse/cgroup-freezer.patch: Add TIF_FREEZE for s390. * Fri Oct 24 2008 olh@suse.de - move patches.suse/md-raid-metadata-PAGE_SIZE.patch to patches.kernel.org/md-raid-metadata-PAGE_SIZE.patch to allow raid0 with 64k PAGE_SIZE * Fri Oct 24 2008 jack@suse.cz - Update config files. - supported.conf: Added new quota module - patches.suse/xfs-dmapi-enable: Enable XFS DMAPI. - Refreshed Quotas for OCFS2: - patches.suse/quota-Add-callbacks-for-allocating-and-destroying-d.patch: quota: Add callbacks for allocating and destroying dquot structures (fate#302681). - patches.suse/quota-Increase-size-of-variables-for-limits-and-ino.patch: quota: Increase size of variables for limits and inode usage (fate#302681). - patches.suse/quota-Remove-bogus-optimization-in-check_idq-an.patch: quota: Remove bogus 'optimization' in check_idq() and check_bdq() (fate#302681). - patches.suse/quota-Make-_SUSPENDED-just-a-flag.patch: quota: Make _SUSPENDED just a flag (fate#302681). - patches.suse/quota-Allow-to-separately-enable-quota-accounting-a.patch: quota: Allow to separately enable quota accounting and enforcing limits (fate#302681). - patches.suse/ext3-Use-sb_any_quota_loaded-instead-of-sb_any_qu.patch: ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() (fate#302681). - patches.suse/ext4-Use-sb_any_quota_loaded-instead-of-sb_any_qu.patch: ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled() (fate#302681). - patches.suse/reiserfs-Use-sb_any_quota_loaded-instead-of-sb_an.patch: reiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled(). (fate#302681). - patches.suse/quota-Remove-compatibility-function-sb_any_quota_en.patch: quota: Remove compatibility function sb_any_quota_enabled() (fate#302681). - patches.suse/quota-Introduce-DQUOT_QUOTA_SYS_FILE-flag.patch: quota: Introduce DQUOT_QUOTA_SYS_FILE flag (fate#302681). - patches.suse/quota-Move-quotaio_v-12-.h-from-include-linux-to-f.patch: quota: Move quotaio_v[12].h from include/linux/ to fs/ (fate#302681). - patches.suse/quota-Split-off-quota-tree-handling-into-a-separate.patch: quota: Split off quota tree handling into a separate file (fate#302681). - patches.suse/quota-Convert-union-in-mem_dqinfo-to-a-pointer.patch: quota: Convert union in mem_dqinfo to a pointer (fate#302681). - patches.suse/quota-Allow-negative-usage-of-space-and-inodes.patch: quota: Allow negative usage of space and inodes (fate#302681). - patches.suse/quota-Keep-which-entries-were-set-by-SETQUOTA-quota.patch: quota: Keep which entries were set by SETQUOTA quotactl (fate#302681). - patches.suse/quota-Add-helpers-to-allow-ocfs2-specific-quota-ini.patch: quota: Add helpers to allow ocfs2 specific quota initialization, freeing and recovery (fate#302681). - patches.suse/quota-Implement-function-for-scanning-active-dquots.patch: quota: Implement function for scanning active dquots (fate#302681). - patches.suse/ocfs2-Fix-check-of-return-value-of-ocfs2_start_tran.patch: ocfs2: Fix check of return value of ocfs2_start_trans() (fate#302681). - patches.suse/ocfs2-Support-nested-transactions.patch: ocfs2: Support nested transactions (fate#302681). - patches.suse/ocfs2-Fix-checking-of-return-value-of-new_inode.patch: ocfs2: Fix checking of return value of new_inode() (fate#302681). - patches.suse/ocfs2-Let-inode-be-really-deleted-when-ocfs2_mknod_.patch: ocfs2: Let inode be really deleted when ocfs2_mknod_locked() fails (fate#302681). - patches.suse/ocfs2-Assign-feature-bits-and-system-inodes-to-quot.patch: ocfs2: Assign feature bits and system inodes to quota feature and quota files (fate#302681). - patches.suse/ocfs2-Mark-system-files-as-not-subject-to-quota-acc.patch: ocfs2: Mark system files as not subject to quota accounting (fate#302681). - patches.suse/ocfs2-Implementation-of-local-and-global-quota-file.patch: ocfs2: Implementation of local and global quota file handling (fate#302681). - patches.suse/ocfs2-Add-quota-calls-for-allocation-and-freeing-of.patch: ocfs2: Add quota calls for allocation and freeing of inodes and space (fate#302681). - patches.suse/ocfs2-Enable-quota-accounting-on-mount-disable-on.patch: ocfs2: Enable quota accounting on mount, disable on umount (fate#302681). - patches.suse/ocfs2-Implement-quota-syncing-thread.patch: ocfs2: Implement quota syncing thread (fate#302681). - patches.suse/ocfs2-Implement-quota-recovery.patch: ocfs2: Implement quota recovery (fate#302681). * Fri Oct 24 2008 kkeil@suse.de - patches.fixes/cxgb3_fix_race_in_EEH: cxgb3: fix race in EEH. (bnc#430093) * Fri Oct 24 2008 jeffm@suse.de - Refreshed context for -RT patches so they apply again. * Fri Oct 24 2008 rw@suse.de - patches.drivers/sgi-ioc4-request-submodules: Make ioc4 request dependant modules. (bnc#429215) * Fri Oct 24 2008 hare@suse.de - Update config files: Disable FAIL_MAKE_REQUEST. * Fri Oct 24 2008 tiwai@suse.de - patches.drivers/alsa-usb-exclude-1st-slot: Delete this old ugly workaround patch. * Fri Oct 24 2008 hare@suse.de - Include patches from upstream: - patches.fixes/block-use-bio_has_data: Implement bio_has_data(). - patches.fixes/block-git-fixes: Block layer fixes for 2.6.28. - patches.fixes/block-rq-affinity: Implement rq affinity. - patches.fixes/dm-mpath-remove-is_active: dm mpath: remove is_active from struct dm_path. - patches.fixes/block-discard-requests: Implement block discard. - patches.drivers/dm-abort-queue-on-failed-paths: dm: Call blk_abort_queue on failed paths (bnc#417544). - patches.drivers/block-call-sync-on-cleanup: block: blk_cleanup_queue() should call blk_sync_queue(). - Refaktor and update request-based multipath patches: - patches.drivers/blk-request-based-multipath-update: Update request-based multipathing patches to upstream version (bnc#434105). - patches.suse/rq-based-multipath: Update to latest version of request-based multipathing patchset (bnc#434105) - patches.drivers/block-abort-request-rq-complete-marking: use rq complete marking in blk_abort_request (bnc#434105). - patches.fixes/scsi-atomic-blk-timer-deletes: Delete. - patches.fixes/dm-mpath-abort-queue: Delete. - patches.suse/rq-based-block-layer: Delete. - patches.suse/rq-based-dm-interface: Delete. - patches.suse/rq-based-multipath-functions: Delete. - patches.suse/rq-based-init-crash: Delete. - Update patches to upstream version: - patches.drivers/bdev-resize-check-for-device-resize - patches.drivers/bdev-resize-added-flush_disk - patches.drivers/bdev-resize-call-flush_disk - patches.drivers/bdev-resize-sd-driver-calls - patches.drivers/block-timeout-handling - patches.drivers/bdev-resize-adjust-block-device-size - patches.drivers/bdev-resize-wrapper-for-revalidate_disk - patches.drivers/block-abort-queue - patches.fixes/scsi-enhance-error-codes - Rediff patches: - patches.fixes/scsi-misc-git-update - patches.suse/dm-barrier-single-device - patches.suse/kdb-common - patches.drivers/lpfc-8.2.8-update - patches.drivers/lpfc-8.2.8.3-update - patches.drivers/mpt-fusion-4.00.43.00-update * Fri Oct 24 2008 bwalle@suse.de - patches.suse/kdump-dump_after_notifier.patch: Add sysctl also to kernel/sysctl_check.c. * Fri Oct 24 2008 bwalle@suse.de - Obsolete uvcvideo-kmp. * Fri Oct 24 2008 jbeulich@suse.de - rpm/kernel-binary.spec.in: Provide 'kernel' also for Xen (bnc#362918). * Fri Oct 24 2008 jbeulich@suse.de - patches.arch/x86_64-unwind-annotations: fix unwind annotations. - patches.xen/xen3-x86_64-unwind-annotations: fix unwind annotations. * Fri Oct 24 2008 jbeulich@suse.de - Update Xen patches to 2.6.27.3 and c/s 704 - patches.xen/xen3-x2APIC_PATCH_27_of_41_9fa8c481b55e80edd8c637573f87853bb6b600f5: x64, x2apic/intr-remap: introduce CONFIG_INTR_REMAP (fate [#303948] and fate #303984). - patches.xen/xen3-x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4: x86: use cpuid vector 0xb when available for detecting cpu topology (fate #303948 and fate #303984). - patches.xen/xen-kconfig-compat-3.2.0: add 3.2.0-compatibility configure option. - patches.xen/xen-x86-exit-mmap: be more aggressive about de-activating mm-s under destruction. - patches.xen/xen-x86-machphys-prediction: properly predict phys<->mach translations. - patches.xen/xen-x86-mmu-batching: utilize arch_{enter,leave}_lazy_cpu_mode(). - patches.xen/xen-x86-no-lazy-tlb: ensure inadvertent uses of lazy TLB data are caught during the build. - Update Xen config files. * Fri Oct 24 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: - do not split kernel-kdump into -base and -extra - fix case when a build results in no unsupported modules * Fri Oct 24 2008 bwalle@suse.de - patches.fixes/kdb-kdump.diff: Fix CONFIG_KDB_KDUMP on xSeries (bnc#436454). * Fri Oct 24 2008 agruen@suse.de - supported.conf: Mark dmapi as supported (by SGI). * Fri Oct 24 2008 olh@suse.de - disable all unsupported drivers in kernel-kdump * Fri Oct 24 2008 npiggin@suse.de - patches.suse/silent-stack-overflow-2.patch: avoid silent stack overflow over the heap (bnc#44807 bnc#211997). * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc2 * Fri Oct 24 2008 gregkh@suse.de - disable CONFIG_SYSFS_DEPRECATED_V2 from powerpc/rt config file * Fri Oct 24 2008 gregkh@suse.de - Update to 2.6.27.4-rc1 - lots of bugfixes, and obsoletes some current patches: - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: Delete. - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: Delete. - patches.fixes/wdm_autoload.diff: Delete. * Fri Oct 24 2008 npiggin@suse.de - Fix ppc and ps3 configs * Fri Oct 24 2008 npiggin@suse.de - Update config files. - patches.suse/cgroup-freezer.patch: cgroup freezer (bnc#417294, fate#304191, fate#201036). * Fri Oct 24 2008 npiggin@suse.de - Update config files. Enable cgroups for all archs (bnc#417527) * Fri Oct 24 2008 npiggin@suse.de - patches.arch/ppc-gigantic-page-fix2.patch: powerpc gigantic pages fix 2 (bnc#434026). - patches.arch/ppc-gigantic-page-fix3.patch: powerpc gigantic pages fix 3 (bnc#434026). - patches.trace/lttng-instrumentation-hugetlb.patch: de-fuzz * Fri Oct 24 2008 gregkh@suse.de - disabled CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT on x86-64 vanilla kernel. * Fri Oct 24 2008 gregkh@suse.de - patches.drivers/cciss-fix-procfs-firmware-regression.patch: cciss: fix procfs firmware regression (bnc435644). - patches.drivers/cciss-fix-sysfs-symlink.patch: cciss: fix sysfs symlink (bnc435644). * Fri Oct 24 2008 gregkh@suse.de - disable CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT on x86-64. To use Calgary iommu systems, you now must manually pass "iommu=calgary" to get this hardware support back enabled. This is the recommended proceedure right now, from IBM, otherwise the hardware crashes. bnc#436450. * Fri Oct 24 2008 gregkh@suse.de - clean up all fuzz in patches to get them to apply cleanly. * Thu Oct 23 2008 gregkh@suse.de - delete patches.arch/s390-01-03-cmm2-v2.patch as it touched core kernel code and was rejected from upstream. - patches.arch/s390-01-03-cmm2-v2.patch: Delete. - patches.arch/s390-01-03-cmm2-v2a.patch: Delete. * Thu Oct 23 2008 gregkh@suse.de - Update to version 3.4 of squashfs: - patches.suse/squashfs3.3-patch: Delete. - patches.suse/squashfs-patch-2.6.25: Delete. - patches.suse/squashfs-patch-2.6.27: Delete. - patches.suse/squashfs-3.4.patch: squashfs v3.4. * Thu Oct 23 2008 jeffm@suse.de - patches.fixes/block-sanitize-invalid-partition-table-entries: block: sanitize invalid partition table entries (bnc#371657). * Thu Oct 23 2008 olh@suse.de - add patches.arch/ppc-pseries_mem-limit-16g.patch Don't use a 16G page if beyond mem= limits (bnc#438111 - LTC49329) * Thu Oct 23 2008 kkeil@suse.de - Update x86 64bit config files to include WAN support (bnc#437692) * Thu Oct 23 2008 olh@suse.de - add patches.drivers/cell_edac.patch Fix incorrect edac_mode in csrow causing oops (bnc#437757 - LTC49143) * Thu Oct 23 2008 olh@suse.de - update patches.suse/nameif-track-rename.patch print also application and pid * Thu Oct 23 2008 jkosina@suse.de - patches.fixes/hid-rdesc-quirk-for-sony-vaio-VGX-TP1E.patch: HID: Fix Sony Vaio VGX report descriptor (bnc#437758). * Thu Oct 23 2008 olh@suse.de - add patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch reject dynamic memory add/remove (bnc#434651 - LTC48744) * Thu Oct 23 2008 npiggin@suse.de - Update config files. * Thu Oct 23 2008 npiggin@suse.de - patches.suse/x86-gb-linear-map.patch: Enable GB mapped linear KVA on x86 (bnc#437674). - patches.xen/xen3-patch-2.6.26: merge * Wed Oct 22 2008 gregkh@suse.de - update to 2.6.27.3 - lots of bugfixes - CVE-2008-3831 fix * Wed Oct 22 2008 jeffm@suse.de - scripts/vc: Handle unset $EDITOR * Wed Oct 22 2008 jeffm@suse.de - patches.suse/export-release_open_intent: Export release_open_intent for NFS branches with aufs. * Wed Oct 22 2008 jdelvare@suse.de - supported.conf: Mark the ibmaem and ibmpex hwmon drivers as supported by IBM. - supported.conf: Mark the i5k_amb hwmon driver as supported. * Wed Oct 22 2008 olh@suse.de - add patches.drivers/ehea.patch Fix memory hotplug support (436447 - LTC48713) * Wed Oct 22 2008 olh@suse.de - add patches.arch/ppc-pseries_hugepage_pagetable_allocation.patch Cleanup hugepage pagetable allocation (bnc# 433503 - LTC48757) * Wed Oct 22 2008 sassmann@suse.de Add PS3 audio patches: - patches.arch/ppc-ps3-add-passthrough-support-for-non-audio-streams.patch: ps3: Add passthrough support for non-audio streams. - patches.arch/ppc-ps3-add-ps3av-audio-mute-analog.patch: ps3: Add ps3av_audio_mute_analog(). - patches.arch/ppc-ps3-add-support-for-SPDIF-HDMI-passthrough.patch: ps3: Add support for SPDIF/HDMI passthrough. * Tue Oct 21 2008 sdietrich@suse.de - patches.rt/genirq-usb.patch: Make status_cache u32 - patches.rt/genirq-ohci1394.patch: Enable ohci1394 IRQ threading. * Tue Oct 21 2008 hare@suse.de - patches.fixes/dm-mpath-abort-queue: rediff. - patches.fixes/scsi-atomic-blk-timer-deletes: scsi: atomic blk timer deletes (LTC#48990, bnc#434105). - patches.suse/rq-based-block-layer: rq-based multipathing: rediff. * Tue Oct 21 2008 hare@suse.de - patches.fixes/scsi-inquiry-too-short-ratelimit: INQUIRY result too short (5) message flood (bnc#432535). * Tue Oct 21 2008 npiggin@suse.de - patches.suse/filp-slab-rcu: Delete. * Tue Oct 21 2008 sdietrich@suse.de USB IRQ threading (experimental: guarded by genirq): - patches.rt/genirq1-make-irqreturn_t-an-enum: genirq: make irqreturn_t an enum. - patches.rt/genirq2-add-quick-check-handler.patch: genirq: add a quick check handler. - patches.rt/genirq3-add-threaded-irq-handler-support: genirq: add threaded interrupt handler support. - patches.rt/genirq4-add-helper-to-check-whether-irq-thread-should-run: genirq: add a helper to check whether the irqthread should run. - patches.rt/genirq5-make-irq-threading-robust: genirq: make irq threading robust. - patches.rt/genirq-usb.patch: genirq threading for ehci, ohci and uhci USB hosts.. - patches.rt/genirq-wlan-ng-compat.patch: Remove redundant, obsolete 2.4 compatibility code in wlan-ng. Ack: - patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT x86: activate HARDIRQS_SW_RESEND. * Mon Oct 20 2008 gregkh@suse.de - patches.arch/x2APIC_PATCH_x86-mach_apicdef.h-need-to-include-before-smp.h.patch: x86: mach_apicdef.h need to include before smp.h. fixes build error on i386 pae kernels. * Mon Oct 20 2008 bwalle@suse.de - patches.suse/kdump-dump_after_notifier.patch: Add dump_after_notifier sysctl (bnc#436678). * Mon Oct 20 2008 gregkh@suse.de - scripts/wd-functions.sh: reverse git and cvs checks (check for cvs before git). This solves the problem if you are using a cvs tree, yet it happens to live in a directory that way up the directory chain is in a git tree (like for people who keep portions of their $HOME in git). * Mon Oct 20 2008 gregkh@suse.de - Update config files: enable CONFIG_GENERICARCH and CONFIG_BIGSMP on i386-pae kernels. (bnc#428247) * Mon Oct 20 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: fix the order of arguments in /proc/$pid/syscall on x86_64. * Mon Oct 20 2008 bwalle@suse.de - Update config files: Enable CONFIG_KVM_KMP for RT config, run oldconfig. * Mon Oct 20 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Correct to reflect mainline state. * Mon Oct 20 2008 hare@suse.de - Update config files. - patches.suse/kvm-as-kmp: Allow KVM to be built as KMP (FATE#303679). * Mon Oct 20 2008 jjolly@suse.de - patches.arch/s390-01-05-kmsg-v2.patch: Instrument the kernel components such that a kernel message catalog as well as related man pages can be automatically generated. (bnc#417300) - patches.arch/s390-01-06-zfcp-cleanup-v2.patch: Update patch to fit on recent kmsg patch changes. (bnc#417550) - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: Update patch to fit on recent kmsg patch changes. - config/s390/{default,s390}: Added CONFIG_KMSG_IDS=y * Mon Oct 20 2008 bwalle@suse.de - supported.conf: Mark 'crasher' as supported to avoid installing the "extra" package only for that module. * Mon Oct 20 2008 olh@suse.de - add patches.arch/ppc-pseries_16g-numa.patch fix crash with more 2 numa nodes and 16G hugepage (bnc#436452 - LTC48839) * Sat Oct 18 2008 gregkh@suse.de - Update to 2.6.27.2. - lots of bugfixes * Sat Oct 18 2008 tonyj@suse.de - patches.rt/fix-preempt-none.patch: Fix preempt-none build errors * Fri Oct 17 2008 jeffm@suse.de - patches.suse/SoN-20-netvm-reserve-inet.patch-fix: SoN: Fix initialization of ipv4_route_lock (bnc#435994). * Fri Oct 17 2008 kkeil@suse.de - patches.drivers/tg3-Add-57780-ASIC-revision.patch: tg3: Add 57780 ASIC revision. (bnc#434147) - patches.drivers/broadcom-Add-support-for-the-57780-integrated-PHY.patch: broadcom: Add support for the 57780 integrated PHY. (bnc#434147) - patches.drivers/bnx2x-eeh.patch: bnx2x: EEH recovery fix.(bnc#433875) * Fri Oct 17 2008 bwalle@suse.de - rpm/kernel-binary.spec.in: Add the auto-generated (by mkdumprd) kdump initrd to %%ghost so that the file gets removed when uninstalling the kernel. * Fri Oct 17 2008 mfasheh@suse.com - ocfs2 ACL / security attribute support - patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch - patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch - patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch - patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch - patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch * Thu Oct 16 2008 mfasheh@suse.com - ocfs2 fixes / updates from 2.6.28 merge window - patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch - patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch - patches.suse/ocfs2-Remove-pointless.patch - patches.suse/ocfs2-make-la_debug_mutex-static.patch - patches.suse/ocfs2-Documentation-update-for-user_xattr-nouser_.patch - patches.suse/ocfs2-use-smaller-counters-in-ocfs2_remove_xattr_cl.patch - patches.suse/ocfs2-Don-t-check-for-NULL-before-brelse.patch - patches.suse/ocfs2-Uninline-ocfs2_xattr_name_hash.patch - patches.suse/ocfs2-Move-trusted-and-user-attribute-support-into.patch - patches.suse/ocfs2-Calculate-EA-hash-only-by-its-suffix.patch - patches.suse/ocfs2-Refactor-xattr-list-and-remove-ocfs2_xattr_ha.patch - patches.suse/ocfs2-Separate-out-sync-reads-from-ocfs2_read_block.patch - patches.suse/ocfs2-Require-an-inode-for-ocfs2_read_block-s.patch - patches.suse/ocfs2-Simplify-ocfs2_read_block.patch - patches.suse/ocfs2-Move-ocfs2_bread-into-dir.c.patch - patches.suse/ocfs2-Kill-the-last-naked-wait_on_buffer-for-cach.patch - patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch - patches.suse/ocfs2-fix-build-error.patch * Thu Oct 16 2008 mfasheh@suse.com - ocfs2 dynamic local alloc patches * Thu Oct 16 2008 jslaby@suse.de - patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around bug in Broadcom BCM0102 chipset (bnc#425747 FATE304221). - patches.drivers/tpm-correct-timeouts.patch: tpm: correct tpm timeouts to jiffies conversion (bnc#425747 FATE304221). * Thu Oct 16 2008 ihno@suse.de - added patches.arch/s390-01-03-cmm2-v2a.patch fix the sequence of initilisations. * Thu Oct 16 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Make the kernel-$flavor-extra packages supplement kernel-$flavor on openSUSE and SLED so that those packages will get installed by default, using the product(...) dependencies provided by the *-release packages. * Thu Oct 16 2008 tonyj@suse.de - Previous checkin was totally broken wrt rt config files. Revert to previous versions and incorporate any changes from run_oldconfig. Sole changes to previous versions is to remove CONFIG_DYNAMIC_FTRACE from rt_debug configs which is consistent with change in 2.6.27.1 * Thu Oct 16 2008 gregkh@suse.de - Update to 2.6.27.1 - disables a problem config option, only affected the vanilla, debug, and rt kernel variants. * Wed Oct 15 2008 olh@suse.de - add patches.arch/ppc-pseries_pfn-mem-rm.patch fix hotplug memory remove (bnc#435181 - LTC48640) * Wed Oct 15 2008 mmarek@suse.cz - rpm/post.sh, rpm/postun.sh: run weak-modules, depmod and mkinitrd on older distros (bnc#435246) Fixed fix for bnc#435104 ("/boot/" was missing in some places) * Wed Oct 15 2008 mmarek@suse.cz - rpm/kernel-binary.spec.in: don't recommend the -extra subpackage (fate#303631) - rpm/postun.sh, rpm/post.sh: remove the temporary workaround * Wed Oct 15 2008 olh@suse.de - drop patches.arch/ppc-iseries-remove-AVAILABLE_VETH.patch not needed anymore * Wed Oct 15 2008 nfbrown@suse.de - patches.fixes/nfs-file-cred-context-null: nfs_file_cred should cope if 'file' hasn't been opened properly (bnc#431785). * Wed Oct 15 2008 tonyj@suse.de - Update RT patches to latest .27 Windriver version (all patches) - Disable patches.rt/swap-spinlock-fix.patch - Guard filp-slab-rcu for RT * Tue Oct 14 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-5710-to-nomux.patch: Input: Add Acer Aspire 5710 to nomux blacklist (bnc#404881). * Tue Oct 14 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: Delete. in mainline now. done to the right tree. * Tue Oct 14 2008 mmarek@suse.cz - rpm/postun.sh, rpm/post.sh: temporarily ignore errors from weak-modules2 --{add,remove}-kernel-modules until module-init-tools has rebuilt * Tue Oct 14 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Delete. The patch is already upstream in 2.6.27 * Tue Oct 14 2008 jeffm@suse.de - patches.suse/osync-error: Update position after check for -EIO (bnc#434910). * Tue Oct 14 2008 npiggin@suse.de - patches.suse/rlimit-memlock-64k.patch: Increase default RLIMIT_MEMLOCK to 64k (bnc#329675). * Tue Oct 14 2008 sjayaraman@suse.de - Update config files: CIFS_EXPERIMENTAL=y and CIFS_DFS_UPCALL=y (FATE#303758). * Tue Oct 14 2008 jbeulich@novell.com - patches.xen/xen-irq-probe: restrict IRQ probing (bnc#431572). * Tue Oct 14 2008 ptesarik@suse.cz - patches.trace/utrace-core: undo overzealous #ifdef's, which removed too much code in case UTRACE_CONFIG was unset. * Tue Oct 14 2008 jbeulich@novell.com - patches.fixes/reiserfs-commit-ids-unsigned-ints: Remove L suffix from constant compared against. * Tue Oct 14 2008 olh@suse.de - call bootloader_entry without leading /boot/ (bnc#435104) * Tue Oct 14 2008 mmarek@suse.cz - rpm/kernel-source.spec.in, rpm/source-post.sh, rpm/functions.sh: kill functions.sh, put the relink() function to source-post.sh directly - rpm/postun.sh, rpm/pre.sh, rpm/preun.sh, rpm/post.sh, rpm/kernel-binary.spec.in: unify generation of the scriptlets, switch to the new weak-modules2 script * Tue Oct 14 2008 olh@suse.de - disable unused ide_platform driver * Tue Oct 14 2008 jdelvare@suse.de - supported.conf: Remove i2c-core and i2c-piix4 from base. * Tue Oct 14 2008 gregkh@suse.de - supported.conf: remove ide-core and ide-cdrom from base on request from Tejun. * Mon Oct 13 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-add-pcc-acpi-driver.patch: Staging: add pcc-acpi driver. - rpm/kernel-binary.spec.in: Obsoletes pcc-acpi-kmp * Mon Oct 13 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: it's pcc-acpi and it's not obsolete, yet. * Mon Oct 13 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: obsoletes at76_usb-kmp * Mon Oct 13 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: obsoletes et131x-kmp, ivtv-kmp, and ppc-acpi-kmp * Mon Oct 13 2008 gregkh@suse.de - Update config files. - patches.drivers/staging-at76_usb-wireless-driver.patch: staging: at76_usb wireless driver. * Mon Oct 13 2008 gregkh@suse.de - refresh all patches (except xen and rt) to apply cleanly * Mon Oct 13 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: add Obsoletes: wlan-ng-kmp as the needed driver is now included from the staging tree. * Mon Oct 13 2008 gregkh@suse.de - put proper Patch-mainline: markings on staging patches * Mon Oct 13 2008 gregkh@suse.de - patches.drivers/staging-workaround-build-system-bug.patch: Staging: workaround build system bug. * Mon Oct 13 2008 aj@suse.de - rpm/post.sh: Fix typo that breaks script. * Mon Oct 13 2008 gregkh@suse.de - disabled staging drivers for -rt trees * Mon Oct 13 2008 gregkh@suse.de - Add -staging tree: - added TAINT_CRAP flag - added eth131x network driver - added slicoss network driver - added sgx network driver - added me4000 data collection driver - added go7007 video capture driver - added USB/IP host and client driver - added w35und wifi network driver - added prism2 usb wifi network driver - added echo cancellation driver - only enabled these on x86 platforms * Mon Oct 13 2008 jjolly@suse.de - patches.arch/s390-02-01-xpram.patch: xpram: per device block request queues (bnc#434333,LTC#49030) * Mon Oct 13 2008 jeffm@suse.de - rpm/kernel-binary.spec.in: Updated supported.conf checker to eliminate false positives. * Mon Oct 13 2008 sjayaraman@suse.de - patches.suse/SoN-14-mm-reserve.patch: Fix a compiler warning. * Mon Oct 13 2008 jbenc@suse.cz - supported.conf: mark drivers/net/wireless/b43* and driver/net/wireless/rt2x00/* as unsupported because of known problems we cannot fix. * Mon Oct 13 2008 oneukum@suse.de - patches.fixes/wdm_autoload.diff: add MODULE_DEVICE_TABLE to cdc-wdm driver to compute a proper alias (bnc#433817). * Mon Oct 13 2008 ptesarik@suse.cz - Update config files (CONFIG_UTRACE for rt flavours). * Mon Oct 13 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.27-rc3: Fix uninitialized data issue. * Mon Oct 13 2008 ptesarik@suse.cz - patches.trace/utrace-core: utrace core (FATE#304321). CONFIG_UTRACE enabled only for kernel-trace. - Update config files. * Mon Oct 13 2008 aj@suse.de - patches.suse/SoN-14-mm-reserve.patch: Add cast to fix compiler warning. * Mon Oct 13 2008 sjayaraman@suse.de - Remove another stale swap-over-nfs patch. patches.suse/SoN-29-nfs-alloc-recursions.patch: Delete. * Fri Oct 10 2008 jeffm@suse.de - Updated to 2.6.27 final. * Fri Oct 10 2008 tonyj@suse.de - Update config files - Fix conflicts, remove most -RT guards added in recent RT update patches.rt/apic-dumpstack.patch: refresh patches.rt/preempt-irqs-core.patch: refresh patches.rt/print-might-sleep-hack.patch: refresh patches.rt/partrevert-lttng-instrumentation-irq.patch: add patches.rt/partreadd-lttng-instrumentation-irq.patch: add - Drop unused RT patches patches.rt/mips-change-raw-spinlock-type.patch patches.rt/nmi-watchdog-disable.patch patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch patches.rt/lockstat-fix-contention-points.patch patches.rt/sched-cpupri-priocount.patch patches.rt/nmi-watchdog-fix-1.patch patches.rt/cache_pci_find_capability.patch patches.rt/fix-emac-locking-2.6.16.patch patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch patches.rt/tie-pi-into-task.patch patches.rt/idle2-fix.patch patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch patches.rt/rtmutex-initialize-waiters.patch patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch patches.rt/add-generalized-pi-interface.patch patches.rt/warn-on-rt-scatterlist.patch patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch patches.rt/trace-eip2ip.patch patches.rt/sched_rt-fixup.patch patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch patches.rt/trace_hist-latediv.patch patches.rt/sched-cpupri-hotplug-support.patch patches.rt/idle-fix.patch patches.rt/ftrace-fix-get-kprobe-wreckage.patch patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch patches.rt/ftrace-function-record-nop.patch patches.rt/ftrace-document-update1.patch patches.rt/26-rt1-chirag.patch patches.rt/trace_hist-divzero.patch patches.rt/latency-tracing-ppc.patch patches.rt/rtmutex-defer-pi-until-sleepy.patch patches.rt/pmtmr-override.patch patches.rt/sched-prioritize-non-migrating-rt-tasks.patch patches.rt/rtmutex-use-runtime-init.patch patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch patches.rt/lockdep-lock_set_subclass.patch patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch patches.rt/rt-mutex-irq-flags-checking.patch patches.rt/ftrace-upstream.patch patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch patches.rt/ftrace-preempt-trace-check.patch patches.rt/rtmutex-add_readers.patch patches.rt/lockdep-avoid-fork-waring.patch patches.rt/arm-omap-02.patch patches.rt/fix-acpi-build-weirdness.patch patches.rt/cycles-to-ns-trace-fix.patch patches.rt/ftrace-compile-fixes.patch patches.rt/ftrace-wakeup-rawspinlock.patch patches.rt/rtmutex-convert-to-libpi.patch patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch patches.rt/ftrace-trace-sched.patch * Fri Oct 10 2008 mfasheh@suse.com - supported.conf: mark kernel/fs/gfs2 unsupported * Thu Oct 9 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-cs5530 unsupported due to sb16 dependancy issues * Thu Oct 9 2008 jeffm@suse.de - patches.fixes/account-reserved-pages: Delete. * Thu Oct 9 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Updated to build with CONFIG_MODULES=n. * Thu Oct 9 2008 jeffm@suse.de - Updated to 2.6.27-rc9, but still disabled: - patches.suse/silent-stack-overflow - patches.xen/xen3-silent-stack-overflow * Thu Oct 9 2008 gregkh@suse.de - supported.conf: thermal_sys, not thermal_sysfs. * Thu Oct 9 2008 jeffm@suse.de - patches.rt/hrtimers-stuck-in-waitqueue.patch: Updated against 2.6.27-rc9. * Thu Oct 9 2008 jdelvare@suse.de - supported.conf: Fix the name of the thermal_sys module. - config/x86_64/rt_timing: THERMAL_HWMON is a boolean. * Thu Oct 9 2008 jeffm@suse.de - patches.suse/netfilter-ipv4options: Updated to 2.6.27-rc9, enabled, and marked supported (bnc#131728 - FATE#182). * Thu Oct 9 2008 jeffm@suse.de - patches.fixes/serial8250_console_write-ier: Delete. - patches.fixes/fix-serial-8250-UART_BUG_TXEN-test: Delete. * Thu Oct 9 2008 gregkh@suse.de - supported.conf: mark kernel/sound/pci/snd-als4000 unsupported due to dependancy on isa sb16 driver. * Thu Oct 9 2008 jeffm@suse.de - patches.fixes/dont-writeback-fd-bdev-inodes.patch: Delete. - patches.arch/s390-ccwgroup-attribute-ignore-newline: Delete. * Thu Oct 9 2008 gregkh@suse.de - supported.conf: mark drivers/net/wan/hdlc_x25 unsupported due to symbol dependancy tree. * Thu Oct 9 2008 jeffm@suse.de - patches.suse/osync-error: make sure O_SYNC writes properly return -EIO (bnc#58622). * Thu Oct 9 2008 bwalle@suse.de - patches.arch/ppc-vmcoreinfo.diff: Add additional symbols to /sys/kernel/vmcoreinfo data for ppc(64). * Thu Oct 9 2008 trenn@suse.de - patches.xen/xen-x2APIC_build_fix.patch: Adopt Xen to x2APIC patchset (fate#303984 and fate#303948). - Update config files. Disable interrupt remapping for Xen -> this is something for the hypervisor. * Thu Oct 9 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y in vanilla configs. * Thu Oct 9 2008 jeffm@suse.de - Update config files: THERMAL_HWMON=y; is boolean and enables functionality in the already modular THERMAL module. * Thu Oct 9 2008 jeffm@suse.de - patches.suse/supported-flag-sysfs: Export supported status via sysfs. * Thu Oct 9 2008 carnold@novell.com - Update config files. Disabled the in kernel KVM modules in preference to using them as KMPs. See also brogers@novell.com * Thu Oct 9 2008 jeffm@suse.de - Added a -iu|--ignore-unsupported-deps option to allow builds with supported.conf problems. * Thu Oct 9 2008 jdelvare@suse.de - config/i386/*, config/x86_64/*, config/ia64/*, supported.conf: Build hwmon and thermal as modules. * Thu Oct 9 2008 gregkh@suse.de - supported.conf: mark hdlc_ppp unsupported as syncppp is unsupported. * Thu Oct 9 2008 gregkh@suse.de - supported.conf: mark ubifs as unsupported as it relies on mtd/ubi/ * Thu Oct 9 2008 bwalle@suse.de - patches.arch/ppc-dynamic-reconfiguration.diff: powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernels (bnc#431492). * Thu Oct 9 2008 carnold@novell.com - rpm/kernel-binary.spec.in: package kernel-xen has dependency to xen (bnc#431215). * Thu Oct 9 2008 gregkh@suse.de - supported.conf: mark TPM drivers a supported, as IBM and others rely on them. * Thu Oct 9 2008 gregkh@suse.de - supported.conf: fix a dependancy link with the isa sb driver with unsupported symbols * Thu Oct 9 2008 gregkh@suse.de - supported.conf: mark ieee80122 modules as supported, as other supported modules need them. * Thu Oct 9 2008 gregkh@suse.de - supported.conf: mark all of the mtd drivers as unsupported to fix the build errors (and to reflect our policy here.) * Thu Oct 9 2008 bwalle@suse.de - Set CONFIG_KDB_CONTINUE_CATASTROPHIC to 0 (bnc#429910). * Thu Oct 9 2008 jdelvare@suse.de - Don't build the tps65010 driver, it's only used on OMAP at the moment. * Thu Oct 9 2008 mmarek@suse.cz - rpm/built-in-where: make it work with a four-column Modules.symvers (bnc#433533) * Thu Oct 9 2008 bwalle@suse.de - Update KDB to v4.4-2.6.27-rc8. * Thu Oct 9 2008 olh@suse.de - disable legacy iseries (bnc#433685 - LTC48946) * Thu Oct 9 2008 olh@suse.de - enable battery_pmu on ppc32 * Thu Oct 9 2008 trenn@suse.de - supported.conf: Marked these unsupported: cpufreq-nforce2 e_powersaver gx-suspmod longhaul longrun p4-clockmod powernow-k6 powernow-k7 speedstep-ich speedstep-smi Even Via CPUs are exporting cpu freq steps via ACPI and work fine with acpi-cpufreq. No need to support the old, some are known broken, drivers. * Thu Oct 9 2008 olh@suse.de - add patches.suse/md-raid-metadata-PAGE_SIZE.patch ignore PAGE_SIZE in md metadata, for raid0 (bnc#429490) * Thu Oct 9 2008 teheo@suse.de - patches.xen/xen3-auto-common.diff: minor patch apply fix after libata-prefer-over-ide. * Wed Oct 8 2008 teheo@suse.de - patches.drivers/libata-prefer-over-ide: libata: prefer libata drivers over ide ones (bnc#433105). * Wed Oct 8 2008 carnold@novell.com - patches.xen/xen-op-packet: add support for new operation type BLKIF_OP_PACKET (fate#300964). - patches.xen/xen-blkfront-cdrom: implement forwarding of CD-ROM specific commands (fate#300964). * Wed Oct 8 2008 gregkh@suse.de - supported.conf: major update. Lots of new drivers added as this file hadn't been updated for a lot of kernel revisions. This should close out a lot of bugs about "unsupported" modules, like bnc#433541. * Wed Oct 8 2008 gregkh@suse.de - supported.conf: sorted the file correctly so we can start determining what we are not supporting easier. * Wed Oct 8 2008 jeffm@suse.de - Updated -rt for context against -rc9 and the x2APIC patches: - patches.rt/new-softirq-code.patch - patches.rt/preempt-irqs-core.patch - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch - CONFIG_INTR_REMAP=n for now - patches.rt/preempt-softirqs-core.patch - patches.rt/rt-slab-new.patch - patches.rt/slab-irq-nopreempt-fix.patch - Update config files: NFS_SWAP=n * Wed Oct 8 2008 trenn@suse.de x2APIC and interrupt remapping enablement. Xen needs further work to build again. Commit ids are from x86 tip git tree: - patches.arch/x2APIC_fix_section_mismatch.patch: Fix several section mismatches (none). - patches.arch/x2APIC_PATCH_01_0f4896665a02b465ddca59a560983b24ec28c64b: dmar: fix dmar_parse_dev() devices_cnt error condition check (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_01_of_41_e61d98d8dad0048619bb138b0ff996422ffae53b: x64, x2apic/intr-remap: Intel vt-d, IOMMU code reorganization (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_02_228324076234ca6a8cd34be89be78022773459f1: dmar: use list_for_each_entry_safe() in dmar_dev_scope_init() (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_02_of_41_c42d9f32443397aed2d37d37df161392e6a5862f: x64, x2apic/intr-remap: fix the need for sequential array allocation of iommus (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_03_3f1fdb3673bb5638fa94186dc391cbc4879590bc: dmar: initialize the return value in dmar_parse_dev() (fate [#303948] and fate #303984). - patches.arch/x2APIC_PATCH_03_of_41_1886e8a90a580f3ad343f2065c84c1b9e1dac9ef: x64, x2apic/intr-remap: code re-structuring, to be used by both DMA and Interrupt remapping (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_04_f12c73e7fa7ebf9ad6defee2c4fb2664e743e970: dmar: fix using early fixmap mapping for DMAR table parsing (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_04_of_41_aaa9d1dd63bf89b62f4ea9f46de376ab1a3fbc6c: x64, x2apic/intr-remap: use CONFIG_DMAR for DMA-remapping specific code (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_05_7be42004065ce4df193aeef5befd26805267d0d9: x86, lguest: fix apic_ops build on UP (fate #303948 and fate [#303984]). - patches.arch/x2APIC_PATCH_06_caf43bf7c6a55e89b6df5179df434d67e24aa32e: x86, xen: fix apic_ops build on UP (fate #303948 and fate [#303984]). - patches.arch/x2APIC_PATCH_06_of_41_ad3ad3f6a2caebf56869b83b69e23eb9fa5e0ab6: x64, x2apic/intr-remap: parse ioapic scope under vt-d structures (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_07_511d9d34183662aada3890883e860b151d707e22: x86: apic_ops for lguest (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_07_of_41_cf1337f0447e5be8e66daa944f0ea3bcac2b6179: x64, x2apic/intr-remap: move IOMMU_WAIT_OP() macro to intel-iommu.h (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_08_of_41_fe962e90cb17a8426e144dee970e77ed789d98ee: x64, x2apic/intr-remap: Queued invalidation infrastructure (part of VT-d) (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_09_94a8c3c2437c8946f1b6c8e0b2c560a7db8ed3c6: x86: let 32bit use apic_ops too - fix (fate #303948 and fate [#303984]). - patches.arch/x2APIC_PATCH_09_of_41_2ae21010694e56461a63bfc80e960090ce0a5ed9: x64, x2apic/intr-remap: Interrupt remapping infrastructure (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_10_of_41_b6fcb33ad6c05f152a672f7c96c1fab006527b80: x64, x2apic/intr-remap: routines managing Interrupt remapping table entries. (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_11_of_41_72b1e22dfcad1daca6906148fd956ffe404bb0bc: x64, x2apic/intr-remap: generic irq migration support from process context (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_12_of_41_d94d93ca5cc36cd78c532def62772c98fe8ba5d7: x64, x2apic/intr-remap: 8259 specific mask/unmask routines (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_13_of_41_4dc2f96cacd1e74c688f94348a3bfd0a980817d5: x64, x2apic/intr-remap: ioapic routines which deal with initial io-apic RTE setup (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_14_of_41_0c81c746f9bdbfaafe64322d540c8b7b59c27314: x64, x2apic/intr-remap: introduce read_apic_id() to genapic routines (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_15_of_41_2d7a66d02e11af9ab8e16c76d22767e622b4e3d7: x64, x2apic/intr-remap: Interrupt-remapping and x2apic support, fix (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_16_of_41_1b374e4d6f8b3eb2fcd034fcc24ea8ba1dfde7aa: x64, x2apic/intr-remap: basic apic ops support (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_17_of_41_32e1d0a0651004f5fe47f85a2a5c725ad579a90c: x64, x2apic/intr-remap: cpuid bits for x2apic feature (fate [#303948] and fate #303984). - patches.arch/x2APIC_PATCH_18_of_41_1cb11583a6c4ceda7426eb36f7bf0419da8dfbc2: x64, x2apic/intr-remap: disable DMA-remapping if Interrupt-remapping is detected (temporary quirk) (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_19_of_41_13c88fb58d0112d47f7839f24a755715c6218822: x64, x2apic/intr-remap: x2apic ops for x2apic mode support (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_20_of_41_cff73a6ffaed726780b001937d2a42efde553922: x64, x2apic/intr-remap: introcude self IPI to genapic routines (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_21_of_41_12a67cf6851871ca8df42025c94f140c303d0f7f: x64, x2apic/intr-remap: x2apic cluster mode support (fate [#303948] and fate #303984). - patches.arch/x2APIC_PATCH_22_of_41_5c520a6724e912a7e6153b7597192edad6752750: x64, x2apic/intr-remap: setup init_apic_ldr for UV (fate [#303948] and fate #303984). - patches.arch/x2APIC_PATCH_23_of_41_89027d35aa5b8f45ce0f7fa0911db85b46563da0: x64, x2apic/intr-remap: IO-APIC support for interrupt-remapping (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_24_of_41_75c46fa61bc5b4ccd20a168ff325c58771248fcd: x64, x2apic/intr-remap: MSI and MSI-X support for interrupt remapping infrastructure (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_25_1_of_41_4c9961d56ec20c27ec5d02e49fd7427748312741: x86: make read_apic_id return final apicid (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_25_2_of_41_c535b6a1a685eb23f96e2c221777d6c1e05080d5: x86: let 32bit use apic_ops too (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_25_of_41_6e1cb38a2aef7680975e71f23de187859ee8b158: x64, x2apic/intr-remap: add x2apic support, including enabling interrupt-remapping (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_26_of_41_2d9579a124d746a3e0e0ba45e57d80800ee80807: x64, x2apic/intr-remap: support for x2apic physical mode support (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_27_of_41_9fa8c481b55e80edd8c637573f87853bb6b600f5: x64, x2apic/intr-remap: introduce CONFIG_INTR_REMAP (fate [#303948] and fate #303984). - patches.arch/x2APIC_PATCH_28_1_of_41_f910a9dc7c865896815e2a95fe33363e9522f277: x86: make 64bit have get_apic_id (fate #303948 and fate [#303984]). - patches.arch/x2APIC_PATCH_29_of_41_277d1f5846d84e16760131a93b7a67ebfa8eded4: x2apic: uninline uv_init_apic_ldr() (fate #303948 and fate [#303984]). - patches.arch/x2APIC_PATCH_30_of_41_ad66dd340f561bdde2285992314d9e4fd9b6191e: x2apic: xen64 paravirt basic apic ops (fate #303948 and fate [#303984]). - patches.arch/x2APIC_PATCH_34_of_41_1b9b89e7f163336ad84200b66a17284dbf26aced: x86: add apic probe for genapic 64bit, v2 (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_35_of_41_d25ae38b7e005af03843833bbd811ffe8c5f8cb4: x86: add apic probe for genapic 64bit - fix (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_36_of_41_276605dddb74cbf1b77696e32c4a947e42cec52d: x2apic: use x2apic id reported by cpuid during topology discovery (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4: x86: use cpuid vector 0xb when available for detecting cpu topology (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_41_of_41_11c231a962c740b3216eb6565149ae5a7944cba7: x86: use x2apic id reported by cpuid during topology discovery, fix (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_42_of_41_77322deb4bc676a5ee645444e7ed1a89f854473d: x86: io-apic - interrupt remapping fix (fate #303948 and fate #303984). - patches.arch/x2APIC_PATCH_43_of_41_2c72d93f6593f386f5760ca8e7ac7026948c31d7: x2apic: fix reserved APIC register accesses in print_local_APIC() (fate #303948 and fate #303984). - patches.drivers/sgi-uv-led: SGI UV: Provide a LED driver and some System Activity Indicators (FATE#304268). - patches.suse/kdb-x86: kdb-v4.4-2.6.27-rc5-x86-1 (FATE#303971). - patches.xen/xen-x86-no-lapic: Disallow all accesses to the local APIC page (191115). - patches.xen/xen3-auto-arch-x86.diff: xen3 arch-x86. - patches.xen/xen3-patch-2.6.19: Linux 2.6.19. - patches.xen/xen3-patch-2.6.26: 2.6.26. - Update config files: Added CONFIG_INTR_REMAP to all x86_64 flavors * Wed Oct 8 2008 gregkh@suse.de - rpm/kernel-binary.spec.in: added Obsoletes: atl2-kmp as this driver is now included in the kernel package. * Wed Oct 8 2008 jjolly@suse.de - patches.arch/s390-01-04-fcpperf-4-v2.patch: Update for fcpperf-4 patch to bring in sync with upstream version. (bnc#417243) - patches.arch/s390-01-04-fcpperf-4.patch: Removed, replaced by updated patch * Wed Oct 8 2008 sjayaraman@suse.de - Remove stale swap-over-nfs patches. - patches.suse/SoN-05-page_alloc-reserve.patch: Delete. - patches.suse/SoN-06-reserve-slub.patch: Delete. * Wed Oct 8 2008 agruen@suse.de - No uml patches left, so remove the code referring to patches.uml.tar.bz2. * Wed Oct 8 2008 ghaskins@suse.de Guarded by +RT - patches.rt/fix-up-comment.patch: RT: Remove comment that is no longer true. - patches.rt/check-for-migration-during-push.patch: RT: fix push_rt_task() to handle dequeue_pushable properly. * Wed Oct 8 2008 agruen@suse.de - Add DMAPI patches (supported by SGI). - Update config files: enable DMAPI. * Wed Oct 8 2008 sjayaraman@suse.de - Doh, forgot to remove stale files from cvs - Update config files NFS_SWAP=y. * Wed Oct 8 2008 sjayaraman@suse.de - Refreshed to -v19 of swap over nfs patchset. o netns, ipv6 fixes o patch ordering changes due to additional patches - Adjust patches.xen/xen3-auto-common.diff to avoid conflict. * Wed Oct 8 2008 bwalle@suse.de - Enable CONFIG_MFD_SM501_GPIO also for RT. * Wed Oct 8 2008 bwalle@suse.de - Refresh patches.rt/mips-remove-duplicate-kconfig.patch. * Wed Oct 8 2008 bwalle@suse.de - Update to 2.6.27-rc9. - Enable new configuration option CONFIG_MFD_SM501_GPIO. - Drop following patches (mainline): o patches.suse/e1000e_debug_contention_on_NVM_SWFLAG o patches.suse/e1000e_do_not_ever_sleep_in_interrupt_context o patches.suse/e1000e_drop_stats_lock, e1000e_fix_lockdep_issues o patches.suse/e1000e_mmap_range_chk, o patches.suse/e1000e_reset_swflag_after_resetting_hardware o patches.suse/e1000e_update_versione1000e_write_protect_ichx_nvm - Adjust/refresh following patches: o patches.arch/s390-01-03-cmm2-v2.patch o patches.drivers/e1000e_add_82574L.patch o patches.drivers/e1000e_add_ICH9_BM.patch o patches.drivers/e1000e_add_LOM_devices.patch o patches.suse/e1000e_allow_bad_checksum o patches.suse/e1000e_call_dump_eeprom o patches.suse/e1000e_ioremap_sanity_check o patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory * Wed Oct 8 2008 mmarek@suse.cz - rpm/kernel-module-subpackage: switch KMPs to the new weak-modules2 script, which handles running depmod and mkinitrd * Wed Oct 8 2008 hare@suse.de - supported.conf: mark igb as supported. * Wed Oct 8 2008 agruen@suse.de - kernel-source-rt must not provide a kernel-source symbol: this would break dependencies. * Wed Oct 8 2008 olh@suse.de - update patches.suse/ppc-no-LDFLAGS_MODULE.patch use suggested patch from kernel.org bugzilla * Wed Oct 8 2008 olh@suse.de - add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380) * Wed Oct 8 2008 gregkh@suse.de - supported.conf: mark efivars.ko as supported * Wed Oct 8 2008 gregkh@suse.de - enable yealink driver (bnc#432841) * Tue Oct 7 2008 oneukum@suse.de - patches.fixes/ehci_sched.diff: fix hang in disable_periodic (bnc#403346). * Tue Oct 7 2008 trenn@suse.de - patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix section mismatch in fujitsu_laptop driver (none). * Tue Oct 7 2008 hare@suse.de - patches.fixes/sd-needs-updating: Driver 'sd' needs updating (bnc#406656). * Tue Oct 7 2008 agruen@suse.de - rpm/post.sh: Catch mkinitrd error code indicating missing required modules. Only add a bootloader entry if an initrd could be created, but re-add the bootloader entry even if the initrd already existed before (bnc#431703). * Tue Oct 7 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4 (bnc#420767). - patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes for SLES11 (bnc#432976). * Tue Oct 7 2008 olh@suse.de - mark legacy iseries storage as supported * Mon Oct 6 2008 jdelvare@suse.de - supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as unsupported. * Mon Oct 6 2008 jdelvare@suse.de - config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985 on ia64, these are motherboard-specific drivers for x86_64 motherboards. - config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver for x86 hardware. - config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there is no Simtec hardware based on these architectures. * Sun Oct 5 2008 agruen@suse.de - rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols defined in vmlinux by subsystem. (Actually, per directory, under the assumption that there is enough of a correlation). * Sun Oct 5 2008 greg@suse.de - supported.conf: add ohci-hcd to base. Fix up other USB drivers (USB network drivers had moved, others were missing) * Sun Oct 5 2008 gregkh@suse.de - patches.drivers/atl2-add-atl2-network-driver.patch: atl2: add atl2 network driver. - Update config files (even the rt ones). * Fri Oct 3 2008 jkosina@suse.de - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus WARN_ON() condition, as per upstream commit 95b866d5a * Fri Oct 3 2008 olh@suse.de - mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935) * Fri Oct 3 2008 olh@suse.de - compile windfarm_pm121 into the kernel * Fri Oct 3 2008 jeffm@suse.de - doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh, scripts/run_oldconfig.sh, scripts/sequence-patch.sh: Eliminated defconfig.$flavor * Fri Oct 3 2008 olh@suse.de - mark Cell drivers as supported * Fri Oct 3 2008 tonyj@suse.de - Update config files rt configs not updated for per-module-dynamic-debug-messages.patch * Fri Oct 3 2008 gregkh@suse.de - change patches.suse/supported-flag to show which modules are unsupported and externally supported in oops messages. Also change the taint values as the documentation was totally wrong. * Fri Oct 3 2008 tonyj@suse.de - Reenable RT debug builds, compile tested only - Update config files - Fix tracer issues patches.rt/event-trace-hrtimer-trace.patch patches.rt/trace-events-handle-syscalls.patch patches.rt/trace-ktime-scalar.patch patches.rt/tracer-event-trace.patch - patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb - patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT - patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT * Fri Oct 3 2008 gregkh@suse.de - patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch: driver core: basic infrastructure for per-module dynamic debug messages. - refresh patches.trace/tracepoints.patch: Kernel Tracepoints. - Update config files. * Thu Oct 2 2008 agruen@suse.de - Introduce kernel-source-rt and kernel-syms-rt packages, needed for building real-time KMPs. * Thu Oct 2 2008 schwab@suse.de - Don't clean . * Thu Oct 2 2008 jblunck@suse.de - supported.conf: add qeth_l2 and qeth_l3 as supported modules * Thu Oct 2 2008 jkosina@suse.de - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to the latest version of the patch as provided by Intel * Thu Oct 2 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc8 and c/s 684. - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ... - patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put in proper place in series.conf. - patches.xen/xen-rwlocks-enable-interrupts: Replace by ... - patches.xen/xen3-rwlocks-enable-interrupts: this, and put in proper place in series.conf. * Wed Oct 1 2008 jeffm@suse.de - scripts/sequence-patch.sh - scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86. * Wed Oct 1 2008 olh@suse.de - enable msi on ppc64 (bnc#430937) * Wed Oct 1 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Remove /lib/modules from file list as it's already in filesystem * Wed Oct 1 2008 tiwai@suse.de - rpm/kernel-source.spec.in: Fixed missing endif * Wed Oct 1 2008 tiwai@suse.de - Update config files: make floppy module on i386, too * Wed Oct 1 2008 tiwai@suse.de - supported.conf: update sound drivers * Wed Oct 1 2008 tonyj@suse.de - update RT to 2.6.27-rc8 - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. * Wed Oct 1 2008 agruen@suse.de - Update -rt config files. * Tue Sep 30 2008 gregkh@suse.de - update to 2.6.27-rc8 - obsoletes these patches: - patches.arch/ia64-kdump_proc_iomem.diff - patches.drivers/qla2xxx-defer-risc-interrupt-enablement - patches.fixes/usb-hcd-interrupt-shared.patch * Tue Sep 30 2008 jkosina@suse.de - additional patches to track down and fix e1000e NVM corruption - patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check to catch mapping requests exceeding the BAR sizes (bnc#425480). - patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write protect ICHx NVM to prevent malicious write/erase (bnc#425480). * Tue Sep 30 2008 hare@suse.de - Update config files. * Tue Sep 30 2008 hare@suse.de - patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion driver to v4.00.43.00 (bnc#425660). - patches.kernel.org/gdth-section-conflict: Add missing annotations. * Tue Sep 30 2008 sassmann@suse.de - Update config files: Disabled everything unnecessary in ps3 config file * Tue Sep 30 2008 olh@suse.de - disable ninja32 and ns87415 pata drivers on ppc64 * Tue Sep 30 2008 sdietrich@suse.de - config.conf: enable rt for i386/x86_64 - Update config files: Preliminary sync with default and debug configs. - config/x86_64/rt_timing: Delete. - patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT radix-tree: gang slot lookups. - patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT mm: lockless probe. - patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT mm: speculative get page. - patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT mm: lockless pagecache lookups. - patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT mm: spinlock tree_lock. - patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT. - patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT. - patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT 2.6.27-RT. - patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT. - patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT 2.6.27-RT rtmutex: break out early on first run. - patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT 2.6.27-RT. - patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT adaptive spinlocks lite. - patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT. - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT. - patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT. - patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT ARM: compile fix for event tracing. - patches.rt/arm-fix-compile-error-trace-exit-idle.patch: Linux-RT 2.6.27-RT. - patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT. - patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT. - patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT. - patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT. - patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT. - patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT. - patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT. - patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT Cache calls to pci_find_capability. - patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT 2.6.27-RT just rename call_rcu_bh instead of making it a macro. - patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT 2.6.27-RT WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7. - patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT. - patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT. - patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT. - patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT 2.6.27-RT. - patches.rt/disable-run-softirq-from-hardirq-completely.patch: Linux-RT 2.6.27-RT Disable running softirqs from hardirqs completely!. - patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT 2.6.27-RT. - patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch: Linux-RT 2.6.27-RT. - patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT. - patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT 2.6.27-RT. - patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT event-tracer: add clockevent trace. - patches.rt/export-schedule-on-each-cpu.patch: Linux-RT 2.6.27-RT. - patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT 2.6.27-RT Fix a previously reverted "fix". - patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT fix-adaptive-hack.patch. - patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT Change bug_on for atomic to pagefault_disabled.. - patches.rt/fix-circular-locking-deadlock.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch: Linux-RT 2.6.27-RT Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings. - patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT call reboot notifier list when doing an emergency reboot. - patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch: Linux-RT 2.6.27-RT. - patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT. - patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT floppy: suspend/resume fix. - patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT. - patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT rt: remove call to stop tracer. - patches.rt/ftrace-document-event-tracer.patch: Linux-RT 2.6.27-RT. - patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT ftrace: document updates. - patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT ftrace: dont trace markers. - patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc. - patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT. - patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT ftrace: define function trace nop. - patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT ftrace: cpu hotplug fix. - patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT 2.6.27-RT. - patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch: Linux-RT 2.6.27-RT. - patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT ftrace: only trace preempt off with preempt tracer. - patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT 2.6.27-RT ftrace: fix the command line printing. - patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT ftrace: record comm on function ctrl change. - patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT fix-tracer-wreckage-wtf-is-this-code-all-features.patch. - patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT ftrace: trace sched.c. - patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch: Linux-RT 2.6.27-RT ftrace: avoid lockdep recursion. - patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup function trace. - patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch: Linux-RT 2.6.27-RT. - patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT. - patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT x86: activate HARDIRQS_SW_RESEND. - patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT. - patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT. - patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch: Linux-RT 2.6.27-RT. - patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT. - patches.rt/handle-pending-in-simple-irq.patch: Linux-RT 2.6.27-RT handle IRQ_PENDING for simple irq handler. - patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT. - patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT. - patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT mm: remove kmap_lock. - patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT. - patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT. - patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT 2.6.27-RT. - patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT 2.6.27-RT. - patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT. - patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT genirq: fix simple and fasteoi irq handlers. - patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT. - patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT. - patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT add rt stats to /proc/stat. - patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch: Linux-RT 2.6.27-RT. - patches.rt/latency-measurement-drivers.patch: Linux-RT 2.6.27-RT. - patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT. - patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT. - patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT 2.6.27-RT. - patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/lock_list.patch: Linux-RT 2.6.27-RT lock_list - a fine grain locked double linked list. - patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT mm: lock_page_ref. - patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT ftrace: fix if define to prove locking. - patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held lock's subclass. - patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT. - patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT lockdep: prettify output. - patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX. - patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT lockdep: show held locks when showing a stackdump. - patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT 2.6.27-RT. - patches.rt/lockstat-fix-contention-points.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT lockstat: fix contention points. - patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT lockstat: warn about disabled lock debugging. - patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT. - patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT. - patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT. - patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT 2.6.27-RT. - patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT mapping_nrpages-fix.patch. - patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT mm/fs: abstract address_space::nrpages. - patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to __raw_spinlock_t. - patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch: Linux-RT 2.6.27-RT RT: remove conflicting rtc_lock declaration. - patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT 2.6.27-RT. - patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT 2.6.27-RT RT: remove finish_arch_switch. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT. - patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT mm: -rt bits for concurrent pagecache. - patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT mm: concurrent pagecache write side. - patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT reduce pagetable-freeing latencies. - patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT. - patches.rt/msi-suspend-resume-workaround.patch: Linux-RT 2.6.27-RT. - patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT map tasks to reader locks held. - patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT implement reader limit on read write locks. - patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT map read/write locks back to their readers. - patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT read lock Priority Inheritance implementation. - patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT. - patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT softirq preemption: optimization. - patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT 2.6.27-RT. - patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT nfs: fix missing preemption check. - patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT. - patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog by default. - patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT. - patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT. - patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT. - patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT local_bh_enable() is safe for irqs_disabled(). - patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT. - patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT. - patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch: Linux-RT 2.6.27-RT. - patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT clean up the page fault disabling logic. - patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT. - patches.rt/paravirt-function-pointer-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT introduce pause_on_oops_head/tail boot options. - patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT. - patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT. - patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT. - patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT 2.6.27-RT. - patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT percpu_list. - patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT. - patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT pmtmr: allow command line override of ioport. - patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch: Linux-RT 2.6.27-RT. - patches.rt/powerpc-flush_tlb_pending-is-no-more.patch: Linux-RT 2.6.27-RT. - patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT powerpc: ftrace stop on crash. - patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch: Linux-RT 2.6.27-RT. - patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT. - patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch: Linux-RT 2.6.27-RT. - patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT. - patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT. - patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT 2.6.27-RT. - patches.rt/ppc32_notrace_init_functions.patch: Linux-RT 2.6.27-RT don't trace early init functions for ppc32. - patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-ftrace-disable-ftraced.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-init-show-enabled-debugs.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-mellanox-driver-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-net-drivers.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT 2.6.27-RT NOHZ: local_softirq_pending with tickless. - patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-tlb-batching.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-prevent-idle-boosting.patch: Linux-RT 2.6.27-RT Premmpt-RT: Preevent boosting of idle task. - patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-sched-i386.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-warn-and-bug-on-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT. - patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT. - patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT. - patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT fix printk in atomic hack. - patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT. - patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT. - patches.rt/qrcu.patch: Linux-RT 2.6.27-RT QRCU with lockless fastpath. - patches.rt/quicklist-release-before-free-page-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/quicklist-release-before-free-page.patch: Linux-RT 2.6.27-RT. - patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT. - patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT radix-tree: concurrent write side support. - patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT lockdep: add +1 to radix tree array. - patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT debug: optimistic lock histogram. - patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT radix-tree: optimistic locking. - patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT. - patches.rt/rcupreempt-boost-early-init.patch: Linux-RT 2.6.27-RT. - patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT 2.6.27-RT. - patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT relay: fix timer madness. - patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT 2.6.27-RT. - patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT. - patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT. - patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT rt: PI-workqueue: propagate prio for delayed work. - patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT rt: list_splice2. - patches.rt/rt-move-update-wall-time-back-to-do-timer.patch: Linux-RT 2.6.27-RT rt: move update_wall_time back to do timer. - patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT rt-mutex-namespace.patch. - patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT rt-mutex-cleanup.patch. - patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT rt: plist_head_splice. - patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT 2.6.27-RT rwlock: be more conservative in locking reader_lock_count. - patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT rt: PI-workqueue support. - patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT rt: PI-workqueue: fix barriers. - patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT rt: PI-workqueue: wait_on_work() fixup. - patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT rt: rename rt_mutex_setprio to task_setprio. - patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT rtmutex-debug-fix.patch. - patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT lock debugging: clean up rtmutex-debug.h. - patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT. - patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT. - patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT rtmutex - remove double xchg. - patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT 2.6.27-RT. - patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT rwlock: fix pi_list race conditions. - patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT 2.6.27-RT rwlocks multi downgrade write. - patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT. - patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT rwlock: reset prio on unlocks and wakeups. - patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT 2.6.27-RT. - patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT 2.6.27-RT. - patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT rwlock: fix torture test to handle non-rt. - patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT rwlock: rwlock torture test. - patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT 2.6.27-RT. - patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT rwlock: fix non PREEMPT_RT case. - patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT implement rwlocks management. - patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT add framework for multi readers on rwsems. - patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT s_files: free_write_pipe() fix. - patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT 2.6.27-RT. - patches.rt/s_files.patch: Linux-RT 2.6.27-RT remove global files_lock. - patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch: Linux-RT 2.6.27-RT CFS: enable irqs in fire_sched_in_preempt_notifier. - patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT sched-fix-dequeued-race.patch. - patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-prioritize-non-migrating-rt-tasks.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT. - patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT. - patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT 2.6.27-RT. - patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT 2.6.27-RT. - patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT 2.6.27-RT. - patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT. - patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT. - patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT. - patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT. - patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT 2.6.27-RT. - patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT core: make asm/irq_regs.h available on every platform. - patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT 2.6.27-RT. - patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT rt: dont disable irqs in usb. - patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT. - patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT. - patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT. - patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/trace-add-event-markers-arm.patch: Linux-RT 2.6.27-RT. - patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch: Linux-RT 2.6.27-RT trace-do-not-wakeup-when-irqs-disabled.patch. - patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4. - patches.rt/trace-events-handle-syscalls.patch: Linux-RT 2.6.27-RT. - patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT. - patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT ftrace: print ktime values in readable form. - patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2). - patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT. - patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT. - patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch: Linux-RT 2.6.27-RT [AT91: PATCH]: Use edge triggered interrupt handling for AT91-GPIO instead of simple_irq-handler. - patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT. - patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt rt. - patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT 2.6.27-RT x86_64 GTOD: offer scalable vgettimeofday. - patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT This patch should solve some of the bug messages.. - patches.rt/add-generalized-pi-interface.patch: Linux-RT 2.6.27-RT add generalized priority-inheritance interface. - patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT RT: wrap the rt_rwlock "add reader" logic. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT 2.6.27-RT rtmutex: pi-boost locks as late as possible. - patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT rtmutex: formally initialize the rt_mutex_waiters. - patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT rtmutex: use runtime init for rtmutexes. - patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT sched: add the basic PI infrastructure to the task_struct. - patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT rtmutex: convert rtmutexes to fully use the PI library. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: Linux-RT 2.6.27-RT ftrace: fix elevated preempt_count in wakeup-tracer. - patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch: Linux-RT 2.6.27-RT seqlock: make sure that raw_seqlock_t retries readers while writes are pending. - patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT. - patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT Linux-RT 2.6.26-RT. - patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT. - patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT nmi-driven profiling for /proc/profile. - patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT. - patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT. - patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT rt-friendly per-cpu pages. - patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT. - patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT. - patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT. - patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT. - patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT. - patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT. - patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT ftrace: warn on failure to disable mcount callers. - patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT. - patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT. - patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT 2.6.27-RT. - patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT. - patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT. - patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT. - patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT. - patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch: Linux-RT 2.6.27-RT. - patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch: Linux-RT 2.6.27-RT. - patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT 2.6.27-RT. - patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch: Linux-RT 2.6.27-RT. - patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT. - patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT rtmutex: check integrity. - patches.rt/sched-add-needs_post_schedule.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT 2.6.27-RT suppress warning of smp_processor_id use.. - patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-only-push-if-pushable.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-only-push-once-per-queue.patch: Linux-RT 2.6.27-RT. - patches.rt/sched-properly-account-irq-and-rt-load.patch: Linux-RT 2.6.27-RT sched: properly account IRQ and RT load in . - patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT. - patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch: Linux-RT 2.6.27-RT. - patches.rt/seqlock-02-fix-elevated-preempt-count.patch: Linux-RT 2.6.27-RT. - patches.rt/seqlock-serialize-against-writers.patch: Linux-RT 2.6.27-RT. - patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT 2.6.27-RT seqlock - fix for both PREEMPT_RT and non PREEMPT_RT. - patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT 2.6.27-RT. - patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT. - patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT. - patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT. * Tue Sep 30 2008 olh@suse.de - enable ipmi message handler on ppc64 (bnc#430705) * Tue Sep 30 2008 olh@suse.de - create flavor symlinks unconditionally they do not depend on presence of modules * Mon Sep 29 2008 agruen@suse.de - Update config files after Swap-over-NFS backout. * Mon Sep 29 2008 agruen@suse.de - kernel-vanilla and kernel-p3 are not split into main, -base, and - extra packages. Fix the bogus dependencies on those packages. * Mon Sep 29 2008 jkosina@suse.de - disabled the following Swap-over-NFS patches, as they cause panic in IPv6 code: - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: gfp_to_alloc_flags() (FATE#303834). - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: serialize access to min_free_kbytes (FATE#303834). - patches.suse/SoN-03-doc.patch: swap over network documentation (FATE#303834). - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: expose gfp_to_alloc_flags() (FATE#303834). - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve pages (FATE#303834). - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge of reserve pages (FATE#303834). - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: kmem_alloc_estimate() (FATE#303834). - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow PF_MEMALLOC from softirq context (FATE#303834). - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency pool (FATE#303834). - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: system wide ALLOC_NO_WATERMARK (FATE#303834). - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: __GFP_MEMALLOC (FATE#303834). - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve management (FATE#303834). - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: tag avc cache alloc as non-critical (FATE#303834). - patches.suse/SoN-14-net-backlog.patch: net: wrap sk->sk_backlog_rcv() (FATE#303834). - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive api (FATE#303834). - patches.suse/SoN-16-net-sk_allocation.patch: net: sk_allocation() - concentrate socket related allocations (FATE#303834). - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve infrastructure (FATE#303834). - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET reserves. (FATE#303834). - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook skb allocation to reserves (FATE#303834). - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter emergency skbs. (FATE#303834). - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent a stream specific deadlock (FATE#303834). - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: NF_QUEUE vs emergency skbs (FATE#303834). - patches.suse/SoN-23-netvm.patch: netvm: skb processing (FATE#303834). - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for non block device backed swap files (FATE#303834). - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods for teaching filesystems about PG_swapcache pages (FATE#303834). - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS client how to treat PG_swapcache pages (FATE#303834). - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache revalidation for swapfiles (FATE#303834). - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS (FATE#303834). - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various memory recursions possible with swap over NFS. (FATE#303834). - patches.xen/xen3-auto-common.diff: xen3 common. * Mon Sep 29 2008 ptesarik@suse.cz - patches.arch/x86-tracehook: x86 tracehook (FATE#304321). Provide the base infrastructure for utrace on x86. * Mon Sep 29 2008 schwab@suse.de - config/powerpc/vanilla: configure to 64bit. * Mon Sep 29 2008 schwab@suse.de - rpm/functions.sh: remove readlink emulation. * Mon Sep 29 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.3-update: Update lpfc to 8.2.8.3 (bnc#420767). * Mon Sep 29 2008 rw@suse.de - Update ia64 config files. (bnc#429881) * Mon Sep 29 2008 jjolly@suse.de - patches.drivers/ehca-flush-cqe.patch: adds software flush CQE generation (bnc#430344) * Mon Sep 29 2008 jkosina@suse.de - patches.suse/e1000e_allow_bad_checksum: fix infinite loop bug in e1000_probe() in case the card has invalid EEPROM checksum * Mon Sep 29 2008 agruen@suse.de - Do not split kernels which have modules disabled (kernel-ps3) or which do not differentiate between supported and unsupported modules (kernel-vanilla). * Mon Sep 29 2008 hare@suse.de - patches.drivers/open-fcoe-dcb-support: Fix section annotation for ixgbe. - patches.fixes/scsi-enhance-error-codes: Add missing hunk. - patches.fixes/open-iscsi-git-update: Open-iSCSI updates (FATE#304283). - patches.kernel.org/gdth-section-conflict: Fixup gdth section annotations. * Mon Sep 29 2008 aj@suse.de - Silence /etc/rpm/macros.kernel-source via rpmlintrc. * Mon Sep 29 2008 jbeulich@novell.com - Enable Solarflare driver link and resource driver patches. - Update x86 config files. * Mon Sep 29 2008 agruen@suse.de - rpm/kernel-source.spc.in: Try to get rid of a hack that makes uname -r pretend in build environments that the kernel from the installed kernel-source package is the running kernel: packages assuming this are completely broken ans should really be fixed. * Mon Sep 29 2008 agruen@suse.de - rpm/kernel-source.spec.in: Prepare for the upcoming introduction of kernel-source-rt (and kernel-syms-rt) for producing KMPs for real-time kernels. - rpm/install-configs: Remove; this script didn't improve things. * Sun Sep 28 2008 aj@suse.de - rpm/kernel-source.rpmlintrc: New file to silence warnings about zero size files - rpm/kernel-source.spec.in: Install it. - rpm/kernel-source.spec.in: Make /etc/rpm/macros.kernel-source a config file to silence rpmlint. * Sun Sep 28 2008 jdelvare@suse.de - supported.conf: Update the list of i2c bus drivers. - i2c-i810, i2c-prosavage and i2c-savage4 are gone. - i2c-isch and i2c-nforce2-s4985 are new, mark as supported. * Sun Sep 28 2008 aj@suse.de - rpm/kernel-source.spec.in: Do not package .gitignore files. * Sun Sep 28 2008 agruen@suse.de - Fix CONFIG_MODULES=n case. - config.conf: Some cleanups. * Sat Sep 27 2008 agruen@suse.de - Split the binary kernel packages into three parts: + kernel-$flavor-base: very reduced hardware support, intended to be used in virtual machine images + kernel-$flavor: extends the base package; contains all kernel modules we can support + kernel-$flavor-extra: all other kernel modules which may be useful, but which we cannot support. * Sat Sep 27 2008 agruen@suse.de - Hardlink duplicate files automatically: It doesn't save much, but it keeps rpmlint from breaking the package build. * Sat Sep 27 2008 agruen@suse.de - Add consistency check: supported modules must not depend on unsupported ones ... and guess what, there was a large number of such modules. Fix this by adding all the dependent modules to supported.conf. * Sat Sep 27 2008 knikanth@suse.de - patches.suse/dm-barrier-single-device: Implement barrier support for single device DM devices (FATE#304489). * Fri Sep 26 2008 jeffm@suse.de - scripts/tar-up_and_run_mbuild.sh: Added -xen flavor to default mbuild spec list. * Fri Sep 26 2008 jeffm@suse.de - patches.xen/xen-e1000e_Export_set_memory_ro-rw: Export set_memory_ro() and set_memory_rw() calls for xen. (bnc#425480). * Fri Sep 26 2008 kkeil@suse.de - patches.suse/e1000e_mmap_range_chk:check ranges in pci_mmap * updated version with better reporting (bnc#425480) * Fri Sep 26 2008 kkeil@suse.de - patches to track down and fix the e1000e NVM corruption (bnc#425480) - patches.suse/e1000e_allow_bad_checksum: e1000e: allow bad checksum - patches.suse/e1000e_call_dump_eeprom: e1000e: dump eeprom to dmesg for ich8/9 - patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: e1000e: debug contention on NVM SWFLAG - patches.suse/e1000e_do_not_ever_sleep_in_interrupt_context: e1000e: do not ever sleep in interrupt context - patches.suse/e1000e_drop_stats_lock: e1000e: drop stats lock - patches.suse/e1000e_Export_set_memory_ro-rw: Export set_memory_ro() and set_memory_rw() calls - patches.suse/e1000e_fix_lockdep_issues: e1000e: fix lockdep issues - patches.suse/e1000e_mmap_range_chk: check ranges in pci_mmap - patches.suse/e1000e_reset_swflag_after_resetting_hardware: e1000e: reset swflag after resetting hardware - patches.suse/e1000e_update_version: update version - patches.suse/e1000e_use_set_memory_ro-rw_to_protect_flash_memory: e1000e: Use set_memory_ro()/set_memory_rw() to protect flash memory - cleanup old not longer used patches * patches.drivers/e1000-7.6.5-napi-tail.patch * patches.drivers/e1000-7.6.9.2 * patches.drivers/e1000-7.6.9.2-napi * Fri Sep 26 2008 kkeil@suse.de - Enable CONFIG_SGI_IOC4=m in x86_64 (bnc#430275) * Fri Sep 26 2008 jeffm@suse.de - patches.arch/acpi-export-hotplug_execute: acpi: export acpi_os_hotplug_execute. * Fri Sep 26 2008 jeffm@suse.de - patches.xen/xen-rwlocks-enable-interrupts: add missing __raw_{read,write}_lock_flags to xen's asm/spinlock.h. * Fri Sep 26 2008 jeffm@suse.de - patches.arch/acpi-bay-remove-from-makefile: acpi: remove bay.c from makefile. * Fri Sep 26 2008 jeffm@suse.de - rpm/kernel-binary.spec.in: Disabled sparse checking. Too many false positives. * Fri Sep 26 2008 trenn@suse.de No functional change: - patches.arch/acpi_thermal_passive_blacklist.patch: Avoid critical temp shutdowns on specific ThinkPad T4x(p) and R40 (https://bugzilla.novell.com/show_bug.cgi?id=333043). Dock bug fixes (kacpid runs amok on Dells after suspend): - patches.arch/acpi-dock-avoid-check-_STA-method.patch: avoid check _STA method (fate#304731,bnc#401740). - patches.arch/acpi-dock-fix-eject-request-process.patch: fix eject request process (fate#304731,bnc#401740). More Dock improvements, unrelated to above fixes: - patches.arch/acpi-bay-remove-useless-code.patch: remove useless code (fate#304731,bnc#401740). - patches.arch/acpi-dock-Fix-duplicate-notification-handler-register.patch: Fix duplicate notification handler register (fate#304731,bnc#401740). - patches.arch/acpi-dock-_LCK-support-for-dock.patch: add _LCK support for dock (fate#304731,bnc#401740). - patches.arch/acpi-dock-fix-for-bay-in-a-dock-station.patch: fix for bay in a dock station (fate#304731,bnc#401740). - patches.arch/acpi-dock-fix-hotplug-race.patch: fix hotplug race (fate#304731,bnc#401740). - patches.arch/acpi-dock-introduce-.uevent-for-devices-in-dock.patch: introduce .uevent for devices in dock (fate#304731,bnc#401740). - patches.arch/acpi-libata-hotplug-to-align-with-dock-driver.patch: libata hotplug to align with dock driver (fate#304731,bnc#401740). - patches.arch/acpi-dock-makeing-dock-driver-supports-bay-and-battery-hotplug.patch: makeing dock driver supports bay and battery hotplug (fate#304731,bnc#401740). - patches.arch/acpi-dock-add-type-sysfs-file-for-dock.patch: add 'type' sysfs file for dock (fate#304731,bnc#401740). - patches.fixes/acpi_use_acpi_exception.patch: ACPI dock/bay: Use ACPI_EXCEPTION instead of printk(KERN_ERR. * Fri Sep 26 2008 jeffm@suse.de - Update config files: NFS_SWAP=y * Fri Sep 26 2008 ptesarik@suse.cz - patches.suse/rwlocks-enable-interrupts: Allow rwlocks to re-enable interrupts (bnc#387784). - patches.arch/ia64-rwlocks-enable-interrupts: ia64: re-enable interrupts when waiting for a rwlock (bnc#387784). * Fri Sep 26 2008 sjayaraman@suse.de - Add Swap over NFS patchset. - Adjust patches.xen/xen3-auto-common.diff to avoid conflict on skbuff.h as both xen and swap-over-nfs want to add some bits to the skbuff structure. - patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch: mm: gfp_to_alloc_flags() (FATE#303834). - patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch: mm: serialize access to min_free_kbytes (FATE#303834). - patches.suse/SoN-03-doc.patch: swap over network documentation (FATE#303834). - patches.suse/SoN-04-mm-gfp-to-alloc_flags-expose.patch: mm: expose gfp_to_alloc_flags() (FATE#303834). - patches.suse/SoN-05-page_alloc-reserve.patch: mm: tag reseve pages (FATE#303834). - patches.suse/SoN-06-reserve-slub.patch: mm: slb: add knowledge of reserve pages (FATE#303834). - patches.suse/SoN-07-mm-kmem_estimate_pages.patch: mm: kmem_alloc_estimate() (FATE#303834). - patches.suse/SoN-08-mm-PF_MEMALLOC-softirq.patch: mm: allow PF_MEMALLOC from softirq context (FATE#303834). - patches.suse/SoN-09-mm-page_alloc-emerg.patch: mm: emergency pool (FATE#303834). - patches.suse/SoN-10-global-ALLOC_NO_WATERMARKS.patch: mm: system wide ALLOC_NO_WATERMARK (FATE#303834). - patches.suse/SoN-11-mm-page_alloc-GFP_EMERGENCY.patch: mm: __GFP_MEMALLOC (FATE#303834). - patches.suse/SoN-12-mm-reserve.patch: mm: memory reserve management (FATE#303834). - patches.suse/SoN-13-mm-selinux-emergency.patch: selinux: tag avc cache alloc as non-critical (FATE#303834). - patches.suse/SoN-14-net-backlog.patch: net: wrap sk->sk_backlog_rcv() (FATE#303834). - patches.suse/SoN-15-net-ps_rx.patch: net: packet split receive api (FATE#303834). - patches.suse/SoN-16-net-sk_allocation.patch: net: sk_allocation() - concentrate socket related allocations (FATE#303834). - patches.suse/SoN-17-netvm-reserve.patch: netvm: network reserve infrastructure (FATE#303834). - patches.suse/SoN-18-netvm-reserve-inet.patch: netvm: INET reserves. (FATE#303834). - patches.suse/SoN-19-netvm-skbuff-reserve.patch: netvm: hook skb allocation to reserves (FATE#303834). - patches.suse/SoN-20-netvm-sk_filter.patch: netvm: filter emergency skbs. (FATE#303834). - patches.suse/SoN-21-netvm-tcp-deadlock.patch: netvm: prevent a stream specific deadlock (FATE#303834). - patches.suse/SoN-22-emergency-nf_queue.patch: netfilter: NF_QUEUE vs emergency skbs (FATE#303834). - patches.suse/SoN-23-netvm.patch: netvm: skb processing (FATE#303834). - patches.suse/SoN-24-mm-swapfile.patch: mm: add support for non block device backed swap files (FATE#303834). - patches.suse/SoN-25-mm-page_file_methods.patch: mm: methods for teaching filesystems about PG_swapcache pages (FATE#303834). - patches.suse/SoN-26-nfs-swapcache.patch: nfs: teach the NFS client how to treat PG_swapcache pages (FATE#303834). - patches.suse/SoN-27-nfs-swapper.patch: nfs: disable data cache revalidation for swapfiles (FATE#303834). - patches.suse/SoN-28-nfs-swap_ops.patch: nfs: enable swap on NFS (FATE#303834). - patches.suse/SoN-29-nfs-alloc-recursions.patch: nfs: fix various memory recursions possible with swap over NFS. (FATE#303834). - patches.xen/xen3-auto-common.diff: xen3 common. * Fri Sep 26 2008 ptesarik@suse.cz - split patches.arch/s390-01-01-self-ptrace-v3.patch to make it more obvious that the patch is not constrained to s390. The new series is: patches.suse/self-ptrace.patch: the generic pieces patches.arch/x86-self-ptrace.patch: implementation for x86 patches.arch/s390-01-01-self-ptrace-v3.patch: dtto for s390 * Thu Sep 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc7 and c/s 676. * Thu Sep 25 2008 olh@suse.de - add patches.arch/ppc64-rpanote-relocate-firmware.patch update RPA note for firmware relocation (bnc#427960 - LTC48297) * Wed Sep 24 2008 jblunck@suse.de This adds some tracepoint instrumentation taken from the LTTng patch series. Tracepoints are enabled for kernel-debug and kernel-trace only. I disabled ftrace for all flavors except kernel-debug and kernel-trace as well. - Update config files. - rpm/kernel-source.spec.in,kernel-binary.spec.in, config.conf: Add trace flavor - patches.fixes/ia64-sparse-fixes.diff: ia64-kvm: fix sparse warnings. - patches.xen/xen3-fixup-common: rediff - patches.xen/xen3-auto-common.diff: rediff - patches.xen/xen3-patch-2.6.21: rediff - patches.xen/xen3-patch-2.6.26: rediff - patches.trace/rcu-read-sched.patch - patches.trace/markers-use-rcu-read-lock-sched.patch - patches.trace/tracepoints.patch - patches.trace/tracepoints-use-table-size-macro.patch - patches.trace/tracepoints-documentation.patch - patches.trace/tracepoints-tracepoint-synchronize-unregister.patch - patches.trace/tracepoints-documentation-fix-teardown.patch - patches.trace/tracepoints-samples.patch - patches.trace/tracepoints-samples-fix-teardown.patch - patches.trace/lttng-instrumentation-irq.patch - patches.trace/lttng-instrumentation-scheduler.patch - patches.trace/lttng-instrumentation-timer.patch - patches.trace/lttng-instrumentation-kernel.patch - patches.trace/lttng-instrumentation-filemap.patch - patches.trace/lttng-instrumentation-swap.patch - patches.trace/lttng-instrumentation-memory.patch - patches.trace/lttng-instrumentation-page_alloc.patch - patches.trace/lttng-instrumentation-hugetlb.patch - patches.trace/lttng-instrumentation-net.patch - patches.trace/lttng-instrumentation-ipv4.patch - patches.trace/lttng-instrumentation-ipv6.patch - patches.trace/lttng-instrumentation-socket.patch - patches.trace/lttng-instrumentation-fs.patch - patches.trace/lttng-instrumentation-ipc.patch - patches.trace/ftrace-port-to-tracepoints.patch - patches.trace/ftrace-framepointer.diff * Tue Sep 23 2008 jjolly@suse.de - patches.arch/s390-01-03-cmm2-v2.patch: kernel (new function): Collaborative Memory Management Stage II (bnc#417244) - patches.xen/xen3-auto-common.diff: Modified patch to allow for the new patch * Tue Sep 23 2008 jeffm@suse.de - rpm/kernel-binary.spec.in: Enable sparse checking and section mismatch checking. * Tue Sep 23 2008 jeffm@suse.de - patches.kernel.org/arch-include-asm-fixes: kbuild: Properly handle arch/$arch/include/asm (bnc#427473). * Mon Sep 22 2008 jeffm@suse.de - patches.fixes/ext2-avoid-printk-flood-with-dir-corruption: ext2: Avoid printk floods in the face of directory corruption (bnc#427244 CVE-2008-3528). - patches.fixes/ext3-avoid-printk-flood-with-dir-corruption: ext3: Avoid printk floods in the face of directory corruption (bnc#427244 CVE-2008-3528). * Mon Sep 22 2008 jeffm@suse.de - Update to 2.6.27-rc7. - Eliminated 2 patches. - patches.arch/s390-01-04-fcpperf-4.patch: Fixed up context. * Mon Sep 22 2008 trenn@suse.de Workaround for ThinkPad brightness switching: - patches.arch/acpi_video_thinkpad_exclude_IGD_devices.patch: Do not use video backlight switching for Lenovo ThinkPads. Commented out for now, possibly to be included later - patches.drivers/cpufreq_add_cpu_number_paramater_1.patch: cpufreq: Add a cpu parameter to __cpufreq_driver_getavg().. - patches.drivers/cpufreq_add_idle_microaccounting_6.patch: cpufreq,ondemand: Use get_cpu_idle_time_us() to get micro-accounted idle information. - patches.drivers/cpufreq_change_load_calculation_2.patch: cpufreq, ondemand: Change the load calculation, optimizing for dependent cpus. - patches.drivers/cpufreq_changes_to_get_cpu_idle_us_5.patch: export get_cpu_idle_time_us() . - patches.drivers/cpufreq_get_cpu_idle_time_changes_3.patch: cpufreq,ondemand: Prepare changes for doing micro-accounting. - patches.drivers/cpufreq_parameterize_down_differential_4.patch: cpufreq, ondemand: Use a parameter for down differential. Added CONFIG_PCIEASPM for rt, xen, powerpc and IA64 to be more consistent across different kernel flavors as suggested on the kernel list: - Update config files. * Mon Sep 22 2008 hare@suse.de - patches.drivers/open-fcoe-libfc: Fix build error on IA64. - patches.fixes/scsi-terminate-target-reset: Target reset hangs (bnc#427267). - supported.conf: Update to include supported SCSI adapters. * Fri Sep 19 2008 jbeulich@novell.com - patches.suse/no-frame-pointer-select: Re-enable after removing FTRACE related change. - Update x86 non-debug config files: Turn off FRAME_POINTER and FTRACE. * Fri Sep 19 2008 nfbrown@suse.de - patches.fixes/md-Allow-metadata_version-to-be-updated-for-externa.patch: md: Allow metadata_version to be updated for externally managed metadata. (FATE#304218). - patches.fixes/md-Don-t-try-to-set-an-array-to-read-auto-if-it-i.patch: md: Don't try to set an array to 'read-auto' if it is already in that state. (FATE#304218). * Thu Sep 18 2008 jbeulich@novell.com - patches.suse/no-frame-pointer-select: Disable. - Re-enable CONFIG_FRAME_POINTER in x86 config files. * Thu Sep 18 2008 jbeulich@novell.com - Update i386 and x86-64 config files (disable CONFIG_FRAME_POINTER in non-debug configs). - patches.suse/stack-unwind: Add missing put_cpu()-s for x86-64. - patches.suse/no-frame-pointer-select: Fix stack unwinder Kconfig (bnc#402518). * Thu Sep 18 2008 hare@suse.de - Update config files. - patches.drivers/open-fcoe-driver: fcoe: Fibre Channel over Ethernet driver (FATE#303913). - patches.drivers/open-fcoe-libfc: libfc: a modular software Fibre Channel implementation (FATE#303913). - patches.drivers/open-fcoe-header-files: FC protocol definition header files (FATE#303913). - patches.drivers/open-fcoe-dcb-support: FCoE: Add DCB support (FATE#303913). - patches.drivers/ixgbe-fcoe-bugfixes: ixgbe: Bugfixes for FCoE. - patches.fixes/vlan-gso-size-fix: vlan: device not reading gso max size of parent. (FATE#303913). - patches.fixes/pkt_action-skbedit: pkt_action: add new action skbedit. - patches.fixes/pkt_sched_multiq_support: pkt_sched: Add multiqueue scheduler support (FATE#303913). - supported.conf: Update to include FCoE and device_handler modules * Wed Sep 17 2008 jbeulich@novell.com - supported.conf: adjust name of ide-cd (is now ide-cd_mod). * Wed Sep 17 2008 hare@suse.de - patches.drivers/qla2xxx-defer-risc-interrupt-enablement: qla2xxx: Defer enablement of RISC interrupts until ISP initialization completes (FATE#304113). - patches.drivers/qla2xxx-8.02.01-k8-update: Update qla2xxx to 8.02.01-k8 (FATE#304113). * Wed Sep 17 2008 hare@suse.de - patches.fixes/scsi-retry-hardware-error: make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on retry (FATE#304042) * Tue Sep 16 2008 olh@suse.de - disable CONFIG_SPARSEMEM_VMEMMAP on ppc64 to allow memory remove (bnc#417537) * Mon Sep 15 2008 jkosina@suse.de - Update config files (build elousb driver as module) - patches.drivers/elousb.patch: Elo USB touchscreen driver (FATE#304972). * Mon Sep 15 2008 hare@suse.de - patches.fixes/dm-mpath-abort-queue: Abort queued requests for multipath (FATE#304151). * Mon Sep 15 2008 hare@suse.de - Update config files: Disable CONFIG_OCFS2_COMPAT_JBD * Mon Sep 15 2008 hare@suse.de - patches.xen/xen-scsifront-block-timeout-update: Update XEN scsifront driver to request timeouts. * Mon Sep 15 2008 sdietrich@suse.de - Update config files: Enable GROUP_SCHED, FAIR_GROUP_SCHED, RT_GROUP_SCHED, CGROUP_SCHED * Mon Sep 15 2008 hare@suse.de - patches.drivers/block-timeout-handling: Fix typo. * Fri Sep 12 2008 duwe@suse.de - Add LED driver for SGI "UV" systems (FATE#304268) * Fri Sep 12 2008 hare@suse.de - patches.drivers/bdev-resize-added-flush_disk: Added flush_disk to factor out common buffer cache flushing code (FATE#302348,FATE#303786). - patches.drivers/bdev-resize-adjust-block-device-size: Adjust block device size after an online resize of a disk. (FATE#302348,FATE#303786). - patches.drivers/bdev-resize-call-flush_disk: Call flush_disk() after detecting an online resize. (FATE#302348,FATE#303786). - patches.drivers/bdev-resize-check-for-device-resize: Check for device resize when rescanning partitions (FATE#302348,FATE#303786). - patches.drivers/bdev-resize-sd-driver-calls: SCSI sd driver calls revalidate_disk wrapper (FATE#302348,FATE#303786). - patches.drivers/bdev-resize-wrapper-for-revalidate_disk: Wrapper for lower-level revalidate_disk routines. (FATE#302348,FATE#303786). - patches.drivers/block-timeout-handling: block: unify request timeout handling (FATE#304151,bnc#417544). - patches.fixes/scsi-misc-git-update: SCSI misc fixes (FATE#303485,FATE#303484). - patches.fixes/scsi-enhance-error-codes: Separate failfast into multiple bits (FATE#303485,FATE#303484). - patches.suse/rq-based-block-layer: rediff. - patches.suse/rq-based-multipath-functions: rediff. - patches.suse/no-partition-scan: rediff. * Fri Sep 12 2008 hare@suse.de - patches.fixes/scsi-misc-git-update: SCSI misc fixes, required by the driver updates (FATE#303485,FATE#303484) * Fri Sep 12 2008 hare@suse.de - patches.drivers/lpfc-8.2.8.1-update: Update lpfc to 8.2.8.1 (bnc#420767). - patches.drivers/lpfc-8.2.8-update: Emulex lpfc driver update to 8.2.8 (FATE#303485,bnc#420767). * Fri Sep 12 2008 bwalle@suse.de - patches.arch/ia64-kdump_proc_iomem.diff: IA64: assign a distinguishable label to uncached memory in /proc/iomem (to fix MCA on kdump boot). * Thu Sep 11 2008 jack@suse.cz Latest ext4 fixes from ext4 patch queue: - patches.fixes/ext4-Add-inode-to-journal-handle-after-block-alloca.patch: ext4: Don't add the inode to journal handle until after the block is allocated (fate#303783). - patches.fixes/ext4_add-missing-unlock-to-ext4-check-descriptors: ext4: add missing unlock in ext4_check_descriptors() on error path (fate#303783). - patches.fixes/ext4-Add-percpu-dirty-block-accounting.patch: ext4: Add percpu dirty block accounting. (fate#303783). - patches.fixes/ext4_create-proc-ext4-stats-file-more-carefully: ext4: fix #11321: create /proc/ext4/*/stats more carefully (fate#303783). - patches.fixes/ext4_fix_longlong_checkpatch_issues: ext4: Fix long long checkpatch warnings (fate#303783). - patches.fixes/ext4_fix_printk_checkpatch_issues: ext4: Add printk priority levels to clean up checkpatch warnings (fate#303783). - patches.fixes/ext4_fix_whitespace_checkpatch_issues: ext4: Fix whitespace checkpatch warnings/errors (fate#303783). - patches.fixes/ext4_i_disksize_lock_race_fix.patch: ext4: Properly update i_disksize. (fate#303783). - patches.fixes/ext4_invalidate_pages_when_delalloc_alloc_fail.patch: ext4: invalidate pages if delalloc block allocation fails. (fate#303783). - patches.fixes/ext4-Make-sure-all-the-block-allocation-paths-reser.patch: ext4: Make sure all the block allocation paths reserve blocks (fate#303783). - patches.fixes/ext4_nonmballoc_reservation_ENOSPC_fix.patch: ext4: Fix ext4 nomballoc allocator for ENOSPC (fate#303783). - patches.fixes/ext4-Retry-block-allocation-if-we-have-free-blocks.patch: ext4: Retry block allocation if we have free blocks left (fate#303783). - patches.fixes/ext4-Retry-block-reservation.patch: ext4: Retry block reservation (fate#303783). - patches.fixes/ext4-Signed-arithematic-fix.patch: ext4: Signed arithematic fix (fate#303783). - patches.fixes/ext4-Switch-to-non-delalloc-mode-when-we-are-low-on.patch: ext4: Switch to non delalloc mode when we are low on free blocks count. (fate#303783). - patches.fixes/ext4_truncate_block_allocated_on_a_failed_ext4_write_begin.patch: ext4: truncate block allocated on a failed ext4_write_begin (fate#303783). - patches.fixes/ext4_update-flex-bg-counters-when-resizing: Update flex_bg free blocks and free inodes counters when resizing. (fate#303783). - patches.fixes/percpu_counter_sum_cleanup.patch: percpu counter: clean up percpu_counter_sum_and_set() (fate#303783). * Thu Sep 11 2008 bwalle@suse.de - Enable KDB for i386 and x86_64 in "default" and "pae" configuration with CONFIG_KDB_OFF set to "y" (FATE#303971). - Set CONFIG_KDB_CONTINUE_CATASTROPHIC=2 in all configurations that have KDB enabled. * Thu Sep 11 2008 jslaby@suse.de - Update config files. enable PID_NS and USER_NS (FATE#303785, FATE#304371) * Thu Sep 11 2008 jeffm@suse.de - Update config files. - Enabled CONFIG_XFRM_SUB_POLICY (FATE#303781) * Thu Sep 11 2008 mfasheh@suse.com - Added POSIX File Locks support for Ocfs2 (FATE#110294) - patches.suse/ocfs2-POSIX-file-locks-support.patch * Thu Sep 11 2008 mfasheh@suse.com - Added Ocfs2 JBD2 Support (FATE#302877) - patches.suse/ocfs2-Limit-inode-allocation-to-32bits.patch - patches.suse/ocfs2-Add-the-inode64-mount-option.patch - patches.suse/ocfs2-Switch-over-to-JBD2.patch * Thu Sep 11 2008 mfasheh@suse.com - Added Ocfs2 Extended Attributes Support (FATE#302067) - patches.suse/ocfs2-Modify-ocfs2_num_free_extents-f.patch - patches.suse/ocfs2-Use-ocfs2_extent_list-instead-o.patch - patches.suse/ocfs2-Abstract-ocfs2_extent_tree-in-b.patch - patches.suse/ocfs2-Make-high-level-btree-extend-co.patch - patches.suse/ocfs2-Add-the-basic-xattr-disk-layout-in-ocf.patch - patches.suse/ocfs2-Add-helper-function-in-uptodate.patch - patches.suse/ocfs2-Add-extent-tree-operation-for-x.patch - patches.suse/ocfs2-reserve-inline-space-for-extend.patch - patches.suse/ocfs2-Add-extended-attribute-support.patch - patches.suse/ocfs2-Add-xattr-index-tree-operations.patch - patches.suse/ocfs2-Add-xattr-bucket-iteration-for.patch - patches.suse/ocfs2-Add-xattr-lookup-code-xattr-btr.patch - patches.suse/ocfs2-Optionally-limit-extent-size-in.patch - patches.suse/ocfs2-Enable-xattr-set-in-index-btree.patch - patches.suse/ocfs2-Delete-all-xattr-buckets-during.patch - patches.suse/ocfs2-Add-incompatible-flag-for-exten.patch - patches.suse/ocfs2-fix-printk-format-warnings.patch - patches.suse/ocfs2-Prefix-the-extent-tree-operations-structure.patch - patches.suse/ocfs2-Prefix-the-ocfs2_extent_tree-structure.patch - patches.suse/ocfs2-Make-ocfs2_extent_tree-get-put-instead-of-all.patch - patches.suse/ocfs2-Make-private-into-object-on-ocfs2_extent_.patch - patches.suse/ocfs2-Provide-the-get_root_el-method-to-ocfs2_ext.patch - patches.suse/ocfs2-Use-struct-ocfs2_extent_tree-in-ocfs2_num_fre.patch - patches.suse/ocfs2-Determine-an-extent-tree-s-max_leaf_clusters.patch - patches.suse/ocfs2-Create-specific-get_extent_tree-functions.patch - patches.suse/ocfs2-Add-an-insertion-check-to-ocfs2_extent_tree_o.patch - patches.suse/ocfs2-Make-ocfs2_extent_tree-the-first-class-repres.patch - patches.suse/ocfs2-Comment-struct-ocfs2_extent_tree_operations.patch - patches.suse/ocfs2-Change-ocfs2_get_-_extent_tree-to-ocfs2_ini.patch - patches.suse/ocfs2-bug-fix-for-journal-extend-in-xattr.patch - patches.suse/ocfs2-Resolve-deadlock-in-ocfs2_xattr_free_.patch - patches.suse/ocfs2-Add-xattr-mount-option-in-ocfs2_show_options.patch * Thu Sep 11 2008 mfasheh@suse.com - Add patches.fixes/jbd2-create-proc-entry-fix.patch jbd2: Create proc entry with bdevname+i_ino. (FATE#302877) * Thu Sep 11 2008 mfasheh@suse.com - Add patches.fixes/dlm-allow-multiple-lockspaces.patch dlm: allow multiple lockspace creates (FATE#110294) * Thu Sep 11 2008 schwab@suse.de - Update kdb patches. * Thu Sep 11 2008 jslaby@suse.de - Update config files. change CONFIG_NODES_SHIFT from 6 to 9 (FATE#304261) * Wed Sep 10 2008 trenn@suse.de - Update config files. Added: CONFIG_PCIEASPM * Wed Sep 10 2008 kkeil@suse.de - patches.drivers/e1000e_add_82574L.patch: e1000e: add support for new 82574L part. - patches.drivers/e1000e_add_ICH9_BM.patch: e1000e: add support for the 82567LM-4 device. - patches.drivers/e1000e_add_LOM_devices.patch: e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D). (FATE#303916) * Wed Sep 10 2008 hare@suse.de - patches.suse/no-partition-scan: Implement 'no_partition_scan' commandline option (FATE#303697) * Wed Sep 10 2008 jeffm@suse.de - patches.kernel.org/ipmi-section-conflict.diff: ipmi: Fix section type conflicts. - patches.kernel.org/psmouse-section-conflict.diff: psmouse: fix section type conflict. - patches.kernel.org/carmine-section-mismatch: video: Fix section mismatch in carminefb. - patches.kernel.org/md-section-conflict: md: Fix section conflicts. - patches.kernel.org/setup_APIC_timer-section-mismatch: x86: Fix section conflict with kvm_setup_secondary_clock. * Wed Sep 10 2008 trenn@suse.de - patches.arch/thinkpad_fingers_off_backlight_igd.patch: Serve ThinkPad IGD devices backlight functionality through thinkpad_acpi (fate #302883). - supported.conf: Add most important laptop drivers as supported: kernel/drivers/misc/asus_laptop kernel/drivers/misc/eeepc-laptop kernel/drivers/misc/msi-laptop kernel/drivers/misc/fujitsu-laptop kernel/drivers/acpi/wmi kernel/drivers/misc/hp-wmi * Wed Sep 10 2008 jeffm@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: Fixed up some section conflicts. * Wed Sep 10 2008 jeffm@suse.de - Update to 2.6.27-rc6. * Wed Sep 10 2008 jeffm@suse.de - supported.conf: Added missing netfilter modules. * Wed Sep 10 2008 jeffm@suse.de - supported.conf: Updated netfilter module names. * Wed Sep 10 2008 jeffm@suse.de - patches.kernel.org/firmware-path: Updated header. * Wed Sep 10 2008 jkosina@suse.de - Update config files: support more than 4 serial ports (FATE#303314) * Wed Sep 10 2008 olh@suse.de - set CONFIG_CMM=y instead of =m to simplify virtual partition memory (bnc#417554) * Tue Sep 9 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: add Recommends: kerneloops * Tue Sep 9 2008 olh@suse.de - Updated to 2.6.27-rc5-git10 * Mon Sep 8 2008 olh@suse.de - Updated to 2.6.27-rc5-git9 * Fri Sep 5 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v3.patch: system call notification with self_ptrace (bnc#417299) - patches.arch/s390-01-02-dcss-64-v2.patch: dcssblk (new function): Add support for >2G DCSS and stacked contiguous DCSS support. (bnc#417246) - patches.arch/s390-01-04-fcpperf-{1-4}.patch: (kernel):FCP - Performance Data colletion & analysis (bnc#417243) * Fri Sep 5 2008 olh@suse.de - add patches.fixes/usb-hcd-interrupt-shared.patch fix interrupt handling for shared irqs, for PS3 (bnc#409961) * Fri Sep 5 2008 olh@suse.de - Updated to 2.6.27-rc5-git7 * Thu Sep 4 2008 olh@suse.de - build with CONFIG_POWER4_ONLY (bnc#417566) this disables support for POWER3 and RS64 cpus * Thu Sep 4 2008 jkosina@suse.de - switch from Reno to Cubic as default TCP congestion algorithm (bnc#422825) * Thu Sep 4 2008 bwalle@suse.de - Update KDB patches. Fix build on x86_64-debug. * Wed Sep 3 2008 jeffm@suse.de - mark crc-t10dif as supported * Wed Sep 3 2008 olh@suse.de - mark pata_pdc2027x as supported * Wed Sep 3 2008 olh@suse.de - mark spidernet as supported * Wed Sep 3 2008 olh@suse.de - mark ehea as supported * Wed Sep 3 2008 trenn@suse.de - supported.conf: Mark dock (libata depends on it), bay, acpi_memhotplug, hpilo as supported Remove or adjust supported laptop drivers that went from drivers/acpi to drivers/misc * Wed Sep 3 2008 hare@suse.de - supported.conf: Mark virtio modules as supported. * Tue Sep 2 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc5 and c/s 651. * Tue Sep 2 2008 jjolly@suse.de - patches.arch/s390-01-01-self-ptrace-v2.patch: kernel (new function): System call notification with self_ptrace (bnc#417299,FATE#304021) * Mon Sep 1 2008 agruen@suse.de - File capabilities: replace our no_file_caps patch with what is supposed to end up in 2.6.28. * Mon Sep 1 2008 bwalle@suse.de - patches.arch/ia64-node_mem_map-node_start_pfn.diff: Fix memory map for ia64/discontmem for kdump. * Mon Sep 1 2008 olh@suse.de - Updated to 2.6.27-rc5-git2 * Fri Aug 29 2008 jeffm@suse.de - Updated to 2.6.27-rc5. - Eliminated 2 patches. - KDB has an incompatible change on x86_64, so kernel-debug will fail there. * Fri Aug 29 2008 olh@suse.de - update message in post.sh to display also the rpm FLAVOR * Thu Aug 28 2008 olh@suse.de - update patches.suse/dm-raid45-2.6.25-rc2_20080221.patch rename rh_init to region_hash_init to avoid conflict with existing powerpc symbol on powerpc * Thu Aug 28 2008 olh@suse.de - disable musb, not useful, does not compile * Tue Aug 26 2008 trenn@suse.de Vendor specific drivers vs generic video driver. Distinguish which ACPI driver should do backlight switching. This patch series is queued up for 2.6.28 in the ACPI branch: - patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch: ACPI: video: Ignore devices that aren't present in hardware. - patches.arch/0001-Check-for-ACPI-backlight-support.patch: Check for ACPI backlight support otherwise use vendor ACPI drivers. - patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch: Acer-WMI: fingers off backlight if video.ko is serving this functionality. - patches.arch/0003-Asus-acpi-fingers-off-backlight.patch: asus-acpi: fingers off backlight if video.ko is serving this functionality. - patches.arch/0004-Compal-fingers-off-backlight.patch: compal: fingers off backlight if video.ko is serving this functionality. - patches.arch/0005-eeepc-laptop-fingers-off.patch: eeepc-laptop: fingers off backlight if video.ko is serving this functionality. - patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch: fujitsu-laptop: fingers off backlight if video.ko is serving this functionality. - patches.arch/0007-msi-laptop-fingers-off-backlight.patch: msi-laptop: fingers off backlight if video.ko is serving this functionality. - patches.arch/0008-sony-laptop-fingers-off-backlight.patch: sony-laptop: fingers off backlight if video.ko is serving this functionality. - patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch: thinkpad_acpi: fingers off backlight if video.ko is serving this functionality. I had to refresh these. While one patch was broken, two lines were missing, "patch" from 11.0 still worked, while "patch" from 10.3 did not: - patches.xen/add-console-use-vt: add console_use_vt. - patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch: kexec: Move asm segment handling code to the assembly file (i386). * Mon Aug 25 2008 jeffm@suse.de - Disabled patches.kernel.org/ia64-asm-nr-irqs * Mon Aug 25 2008 jeffm@suse.de - patches.fixes/pseries-compile-fix: pseries: compile fix. * Mon Aug 25 2008 jeffm@suse.de - patches.kernel.org/musb-powerpc-conflict: musb: compile fix for powerpc. * Mon Aug 25 2008 jeffm@suse.de - patches.kernel.org/ia64-asm-nr-irqs: ia64: nr-irqs.h generation should place it in arch/../asm. * Mon Aug 25 2008 jeffm@suse.de - Update config files. * Mon Aug 25 2008 jeffm@suse.de - Updated to 2.6.27-rc4. - Refreshed context. * Mon Aug 25 2008 trenn@suse.de - patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch: x86, pci: introduce pci=noioapicquirk kernel cmdline option. Mysterious patch problem in include/asm-x86/pci.h - patches.fixes/acpi-clear-wake-status.patch: Clear wak_sts register on resume. * Mon Aug 25 2008 trenn@suse.de - patches.suse/acpi_provide_non_windows_osi_boot_param.patch: Delete. * Mon Aug 25 2008 jbeulich@novell.com - Update Xen patches to 2.6.27-rc4. - patches.xen/xen-x86_64-dump-user-pgt: dump the correct page tables for user mode faults. - patches.xen/xen-x86_64-pgd-alloc-order: don't require order-1 allocations for pgd-s. - patches.xen/xen-x86_64-pgd-pin: make pinning of pgd pairs transparent to callers. - patches.xen/xen-blktap-write-barriers: blktap: Write Barriers. - patches.xen/xen-x86-pmd-handling: consolidate pmd/pud/pgd entry handling. - patches.xen/xen-x86-bigmem: fix issues with the assignment of huge amounts of memory. - patches.xen/xen-msix-restore: print at least a message if MSI-X restore failed. - config.conf: Re-enable Xen. - patches.xen/sfc-i2c: Delete. - Update config files. * Fri Aug 22 2008 jbeulich@novell.com - patches.suse/stack-unwind: Adjust and re-enable. - Update config files. * Tue Aug 19 2008 jeffm@suse.de - patches.kernel.org/ps3-lpm-include: Delete. * Tue Aug 19 2008 jeffm@suse.de - Removed unused patches. * Tue Aug 19 2008 tiwai@suse.de - Update config files: Use CONFIG_INPUT_PCSPKR=m (bnc#225221) * Mon Aug 18 2008 schwab@suse.de - Update config files. * Mon Aug 18 2008 schwab@suse.de - Update kdb patches. * Fri Aug 15 2008 tiwai@suse.de - patches.arch/ppc-ipic-suspend-without-83xx-fix: Fix build_error without CONFIG_PPC_83xx. - Update config files. * Fri Aug 15 2008 tiwai@suse.de - Update config files: disable CONFIG_IPIC for ppc/default and vanilla again to fix build * Fri Aug 15 2008 tiwai@suse.de - rpm/kernel-binary.spec.in: fix build without firmware files * Fri Aug 15 2008 jeffm@suse.de - patches.kernel.org/no-include-asm: kbuild: correctly link include/asm in external builds. * Fri Aug 15 2008 jeffm@suse.de - patches.kernel.org/ath9k-workaround-gcc-ICE-again-on-powerpc: ath9k: work around gcc ICE again. * Thu Aug 14 2008 jeffm@suse.de - patches.suse/novfs-gregorian-day-fix: novfs: Fix GregorianDay conflict. * Thu Aug 14 2008 jeffm@suse.de - Enabled patches.kernel.org/firmware-path * Thu Aug 14 2008 jeffm@suse.de - patches.apparmor/add-security_path_permission: Fixed duplicate export of security_inode_permission. * Thu Aug 14 2008 jeffm@suse.de - patches.apparmor/add-security_path_permission: Add missing stub for security_path_permission when CONFIG_SECURITY_APPARMOR=n * Thu Aug 14 2008 jeffm@suse.de - patches.kernel.org/firmware-path: firmware: Allow release-specific firmware dir. - rpm/kernel-binary.spec.in: Add firmware files. * Thu Aug 14 2008 jeffm@suse.de - patches.kernel.org/ia64-export-cpu_core_map: ia64: Export cpu_core_map for topology_core_siblings. * Thu Aug 14 2008 jeffm@suse.de - Updated to 2.6.27-rc3. - AppArmor mostly merged. There may be some hiccups. - Xen and RT temporarily disabled for merging. - 17 patches eliminated. * Thu Aug 14 2008 ghaskins@suse.de Guarded by +RT - patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch: seqlock: make sure that raw_seqlock_t retries readers while writes are pending. - patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch: ftrace: fix elevated preempt_count in wakeup-tracer. * Fri Aug 8 2008 hare@suse.de - Update config files for RT kernel to activate SCSI device handler. * Fri Aug 8 2008 jbeulich@novell.com - patches.xen/xen3-fixup-common, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: Fix a couple of bugs and inconsistencies. * Fri Aug 8 2008 schwab@suse.de - Fix reference to $RPM_BUILD_ROOT in makefiles. * Fri Aug 8 2008 hare@suse.de - patches.fixes/dm-mpath-hp-sw.patch: Delete. - Update config files. - patches.fixes/dm-2.6.27-update: Upstream device-mapper patches (FATE#302108). - patches.fixes/scsi_dh-2.6.27-update: SCSI device handler update (FATE#302269,FATE#303696,FATE#303754,FATE#304125). - patches.suse/rq-based-block-layer: rq-based multipathing: block layer changes (FATE#302108). - patches.suse/rq-based-dm-interface: rq-based multipathing: device-mapper interface (FATE#302108). - patches.suse/rq-based-multipath-functions: rq-based multipathing: request-based functions to multipath (FATE#302108). * Thu Aug 7 2008 jbeulich@novell.com - Update Xen patches to c/s 623. - patches.xen/sfc-network-driver: Delete. - patches.xen/xen-balloon-hvm-min: Delete. - patches.xen/xen-netfront-flip-prod: Delete. - patches.xen/xen-x86_64-init-cleanup: Delete. - patches.xen/sfc-i2c: sfc: Use kernel I2C system and i2c-algo-bit driver (disabled). - patches.xen/sfc-driverlink: Solarflare: Resource driver (disabled). - Update Xen config files. * Wed Aug 6 2008 olh@suse.de - add patches.suse/ppc-no-LDFLAGS_MODULE.patch do not link external modules against arch/powerpc/lib/crtsavres.o * Tue Aug 5 2008 jeffm@suse.de - patches.fixes/reiserfs-commit-ids-unsigned-ints: reiserfs: audit transaction ids to always be unsigned ints (bnc#410847). * Tue Aug 5 2008 jeffm@suse.de - README.BRANCH: Took ownership of 11.1 tree. * Tue Aug 5 2008 jeffm@suse.de - README: Changed w3d links to wiki links. * Tue Aug 5 2008 ghaskins@suse.de Fixed misnamed rt_trace to rt_timing - config/x86_64/rt_trace: Delete. - Update config files. - config.conf: * Tue Aug 5 2008 ghaskins@suse.de Added x86_64/rt_trace kernel flavor (based on ftrace) - Update config files. - config.conf: * Tue Aug 5 2008 ghaskins@suse.de Guarded by +RT - Fix rtmutex-tester build problem with rt_debug - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. * Tue Aug 5 2008 ghaskins@suse.de Guarded by +RT - Remove version.patch to stop build breakage * Tue Aug 5 2008 jjohansen@suse.de - update apparmor patches with fixes for - broken getcwd (bnc#413915) - ref counting bug in getcwd and d_namespace_path when used on disconnected paths (bnc#414607) - typeo in patches that keep selinux from compiling (bnc#414609) - incorporate smack patch into base apparmor patches, so that smack can be built (bnc#414610) * Tue Aug 5 2008 jslaby@suse.de - patches.fixes/ath5k-fix-memory-corruption.patch: Ath5k: fix memory corruption (bnc#414635). - patches.fixes/ath5k-kill-tasklets-on-shutdown.patch: Ath5k: kill tasklets on shutdown (bnc#414638). * Mon Aug 4 2008 gregkh@suse.de - README.BRANCH: added file. * Mon Aug 4 2008 olh@suse.de - disable CONFIG_SECURITY_ROOTPLUG because /init in initrd will not run if USB is compiled in and a specific USB device is not present * Mon Aug 4 2008 jslaby@suse.de - patches.fixes/tpm-write-data-types.patch: tpm: Use correct data types for sizes in tpm_write() and tpm_read() (bnc#400211). * Fri Aug 1 2008 ghaskins@suse.de PI rework v0.5 and a fix from upstream for 26-rt1 - patches.rt/26-rt1-chirag.patch: This patch should solve some of the bug messages.. - patches.rt/add-generalized-pi-interface.patch: add generalized priority-inheritance interface. - patches.rt/tie-pi-into-task.patch: sched: add the basic PI infrastructure to the task_struct. - patches.rt/rtmutex-initialize-waiters.patch: rtmutex: formally initialize the rt_mutex_waiters. - patches.rt/rtmutex-add_readers.patch: RT: wrap the rt_rwlock "add reader" logic. - patches.rt/rtmutex-use-runtime-init.patch: rtmutex: use runtime init for rtmutexes. - patches.rt/rtmutex-convert-to-libpi.patch: rtmutex: convert rtmutexes to fully use the PI library. - patches.rt/rtmutex-defer-pi-until-sleepy.patch: rtmutex: pi-boost locks as late as possible. * Fri Aug 1 2008 schwab@suse.de - Reenable EFI_RTC. * Fri Aug 1 2008 trenn@suse.de - Update config files. Unset on forgotten archs: CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS * Fri Aug 1 2008 trenn@suse.de - patches.fixes/x86_hpet_amd_quirk.patch: Workaround a hpet BIOS bug which is common on latest AMD driven boards (bnc#387053). * Fri Aug 1 2008 sassmann@suse.de Add boot interrupt patches from linux-2.6-tip - patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch - patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch - patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch - patches.arch/x86-disable-broadcomm-boot-interrupt-generation.patch - patches.arch/x86-disable-intel-boot-interrupt-generation.patch - patches.arch/x86-introduce-config-option-for-pci-reroute-quirks.patch - patches.arch/x86-introduce-pci-ioapicreroute-kernel-cmdline.patch - patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch - Update config files. * reroute of boot interrupts is enabled for RT only! * Thu Jul 31 2008 sdietrich@suse.de Update to 2.6.26-rt1: - config.conf: Enable i386/x86_64 - RT / RT_debug - Update config files: * Sync to default config. * Disable (broken): - Novell Netware Filesystem support (novfs) (EXPERIMENTAL) (NOVFS) - ISP 1760 HCD support (USB_ISP1760_HCD) - KDB - QLogic InfiniPath Driver (INFINIBAND_IPATH) Remove obsolete patches: - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. - patches.rt/arm-fix-atomic-cmpxchg.patch: Delete. - patches.rt/arm-leds-timer.patch: Delete. - patches.rt/arm-omap-03.patch: Delete. - patches.rt/arm-omap-04.patch: Delete. - patches.rt/disable-sched-rt-groups.patch: Delete. - patches.rt/drivers-edac-add-support-for-HS21XM-SMI-remediation: Delete. - patches.rt/drivers-edac-add-support-for-HS21_LS21-SMI-remediation: Delete. - patches.rt/drivers-edac-add-sysfs_notify-calls.patch: Delete. - patches.rt/drivers-edac-i5000-turn-off-unsupported-check: Delete. - patches.rt/drivers-edac-new-amd64.patch: Delete. - patches.rt/drivers-edac-new-k8-rev-f.patch: Delete. - patches.rt/drivers-edac-prevent-potential-printk-storm: Delete. - patches.rt/drivers-edac-test_device.patch: Delete. - patches.rt/ep93xx-clockevents-fix.patch: Delete. - patches.rt/ep93xx-clockevents.patch: Delete. - patches.rt/ep93xx-timer-accuracy.patch: Delete. - patches.rt/fix-alternate_node_alloc.patch: Delete. - patches.rt/fix-irq-flags-size.patch: Delete. - patches.rt/foo.patch: Delete. - patches.rt/ftrace-add-nr_syscalls.patch: Delete. - patches.rt/ftrace-alloc-pages.patch: Delete. - patches.rt/ftrace-cpu-clock-update.patch: Delete. - patches.rt/ftrace-debug-use-preempt-disable-notrace.patch: Delete. - patches.rt/ftrace-direct-calls.patch: Delete. - patches.rt/ftrace-disable-daemon.patch: Delete. - patches.rt/ftrace-dont-use-raw-irq-save.patch: Delete. - patches.rt/ftrace-eventtrace-fixup.patch: Delete. - patches.rt/ftrace-filter-functions.patch: Delete. - patches.rt/ftrace-fix-ip.patch: Delete. - patches.rt/ftrace-flip-fix.patch: Delete. - patches.rt/ftrace-handle-time-outside-of-lockdep.patch: Delete. - patches.rt/ftrace-irqsoff-smp-processor-id-fix.patch: Delete. - patches.rt/ftrace-lockdep-notrace-annotations.patch: Delete. - patches.rt/ftrace-max-update-fixes.patch: Delete. - patches.rt/ftrace-move-memory-management-to-generic.patch: Delete. - patches.rt/ftrace-nop-calls.patch: Delete. - patches.rt/ftrace-peterz-cpu_clock.patch: Delete. - patches.rt/ftrace-remove-max-printks.patch: Delete. - patches.rt/ftrace-safe-traversal-hlist.patch: Delete. - patches.rt/ftrace-stop-function-trace-fix.patch: Delete. - patches.rt/ftrace-unlock-mutex-in-output.patch: Delete. - patches.rt/ftrace-update-cnt-stat-fix.patch: Delete. - patches.rt/ftracer-build-fix.patch: Delete. - patches.rt/futex-performance-hack-sysctl-fix.patch: Delete. - patches.rt/futex-performance-hack.patch: Delete. - patches.rt/git-ignore-module-markers.patch: Delete. - patches.rt/irq-flags-unsigned-long.patch: Delete. - patches.rt/kernel-bug-after-entering-something-from-login.patch: Delete. - patches.rt/kthread-cpus-allowed-init.patch: Delete. - patches.rt/kvm-lapic-migrate-latency-fix.patch: Delete. - patches.rt/kvm-make-less-noise.patch: Delete. - patches.rt/kvm-preempt-rt-resched-delayed.patch: Delete. - patches.rt/latency-tracing-prctl-api-hack.patch: Delete. - patches.rt/netfilter-more-debugging.patch: Delete. - patches.rt/page-alloc-use-real-time-pcp-locking-for-page-draining.patch: Delete. - patches.rt/pcounter-percpu-protect.patch: Delete. - patches.rt/percpu-locked-powerpc-fixups-a6.patch: Delete. - patches.rt/powerpc-rearrange-thread-flags-to-work-with-andi-instruction.patch: Delete. - patches.rt/ppc-add-mcount.patch: Delete. - patches.rt/ppc-add-ppc32-mcount.patch: Delete. - patches.rt/ppc-mark-notrace-mainline.patch: Delete. - patches.rt/ppc-mcount-dummy-functions.patch: Delete. - patches.rt/ppc-rename-xmon-mcount.patch: Delete. - patches.rt/ppc-select-mcount.patch: Delete. - patches.rt/preempt-irqs-ppc-celleb-beatic-eoi.patch: Delete. - patches.rt/preempt-irqs-softirq-in-hardirq.patch: Delete. - patches.rt/preempt-realtime-powerpc-a7.patch: Delete. - patches.rt/preempt-realtime-ppc-more-resched-fixups.patch: Delete. - patches.rt/preempt-realtime-ppc-need-resched-delayed.patch: Delete. - patches.rt/preempt-realtime-sh.patch: Delete. - patches.rt/preempt-realtime-supress-cpulock-warning.patch: Delete. - patches.rt/rcu-preempt-trace-markers-1.patch: Delete. - patches.rt/rcu-preempt-trace-markers-2.patch: Delete. - patches.rt/rcu-various-fixups.patch: Delete. - patches.rt/rt-mutex-arm-fix.patch: Delete. - patches.rt/rt-mutex-delayed-resched.patch: Delete. - patches.rt/rt-mutex-drop-generic-TIF_NEED_RESCHED_DELAYED.patch: Delete. - patches.rt/rt-time-starvation-fix.patch: Delete. - patches.rt/rtmutex-adaptive-locks.patch: Delete. - patches.rt/rtmutex-adaptive-timeout.patch: Delete. - patches.rt/rtmutex-lateral-steal-sysctl.patch: Delete. - patches.rt/sched-fix-rt-task-wakeup.patch: Delete. - patches.rt/sched-fix-sched-fair-wakeup.patch: Delete. - patches.rt/sched-rt-push-only-new.patch: Delete. - patches.rt/schedule_on_each_cpu-enhance-rt.patch: Delete. - patches.rt/tasklet-fix-preemption-race.patch: Delete. - patches.rt/tasklet-more-fixes.patch: Delete. - patches.rt/time-gcc-linker-error.patch: Delete. - patches.rt/tracer-use-sched-clock.patch: Delete. - patches.rt/write-try-lock-irqsave.patch: Delete. - patches.rt/x86-delay-enable-preempt-tglx.patch: Delete. Introduce 2.6.26-RT1: - patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch: Linux-RT 2.6.26-RT radix-tree: gang slot lookups. - patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT 2.6.26-RT mm: lockless probe. - patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch: Linux-RT 2.6.26-RT mm: speculative get page. - patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch: Linux-RT 2.6.26-RT mm: lockless pagecache lookups. - patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch: Linux-RT 2.6.26-RT mm: spinlock tree_lock. - patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch: Linux-RT 2.6.26-RT. - patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch: Linux-RT 2.6.26-RT. - patches.rt/RT_utsname.patch: Linux-RT 2.6.26-RT. - patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.26-RT. - patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT 2.6.26-RT. - patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.26-RT. - patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT 2.6.26-RT rtmutex: break out early on first run. - patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT 2.6.26-RT. - patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.26-RT adaptive spinlocks lite. - patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.26-RT. - patches.rt/apic-dumpstack.patch: Linux-RT 2.6.26-RT. - patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.26-RT. - patches.rt/arm-compile-fix.patch: Linux-RT 2.6.26-RT ARM: compile fix for event tracing. - patches.rt/arm-fix-compile-error-trace-exit-idle.patch: Linux-RT 2.6.26-RT. - patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.26-RT. - patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.26-RT. - patches.rt/arm-omap-02.patch: Linux-RT 2.6.26-RT. - patches.rt/arm-omap-05.patch: Linux-RT 2.6.26-RT. - patches.rt/arm-preempt-config.patch: Linux-RT 2.6.26-RT. - patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.26-RT. - patches.rt/bh-state-lock.patch: Linux-RT 2.6.26-RT. - patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.26-RT. - patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.26-RT Cache calls to pci_find_capability. - patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT 2.6.26-RT just rename call_rcu_bh instead of making it a macro. - patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT 2.6.26-RT WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7. - patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.26-RT. - patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/disable-irqpoll.patch: Linux-RT 2.6.26-RT. - patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.26-RT. - patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT 2.6.26-RT. - patches.rt/disable-run-softirq-from-hardirq-completely.patch: Linux-RT 2.6.26-RT Disable running softirqs from hardirqs completely!. - patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT 2.6.26-RT. - patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch: Linux-RT 2.6.26-RT. - patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.26-RT. - patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT 2.6.26-RT. - patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.26-RT. - patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT 2.6.26-RT. - patches.rt/export-schedule-on-each-cpu.patch: Linux-RT 2.6.26-RT. - patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT 2.6.26-RT. - patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.26-RT. - patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.26-RT Change bug_on for atomic to pagefault_disabled.. - patches.rt/fix-circular-locking-deadlock.patch: Linux-RT 2.6.26-RT. - patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT 2.6.26-RT. - patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.26-RT. - patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.26-RT call reboot notifier list when doing an emergency reboot. - patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.26-RT. - patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch: Linux-RT 2.6.26-RT. - patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.26-RT. - patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.26-RT floppy: suspend/resume fix. - patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.26-RT rt: remove call to stop tracer. - patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.26-RT ftrace: dont trace markers. - patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.26-RT. - patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.26-RT ftrace: define function trace nop. - patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT 2.6.26-RT ftrace: fix the command line printing. - patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.26-RT ftrace: record comm on function ctrl change. - patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.26-RT ftrace: trace sched.c. - patches.rt/ftrace-upstream.patch: Linux-RT 2.6.26-RT. - patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch: Linux-RT 2.6.26-RT ftrace: avoid lockdep recursion. - patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.26-RT. - patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.26-RT. - patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.26-RT x86: activate HARDIRQS_SW_RESEND. - patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.26-RT. - patches.rt/gtod-optimize.patch: Linux-RT 2.6.26-RT. - patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch: Linux-RT 2.6.26-RT. - patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.26-RT. - patches.rt/handle-pending-in-simple-irq.patch: Linux-RT 2.6.26-RT handle IRQ_PENDING for simple irq handler. - patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.26-RT. - patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.26-RT. - patches.rt/highmem_rewrite.patch: Linux-RT 2.6.26-RT mm: remove kmap_lock. - patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.26-RT. - patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.26-RT. - patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT 2.6.26-RT. - patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT 2.6.26-RT. - patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.26-RT. - patches.rt/irda-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/irq-mask-fix.patch: Linux-RT 2.6.26-RT genirq: fix simple and fasteoi irq handlers. - patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.26-RT. - patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.26-RT. - patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.26-RT add rt stats to /proc/stat. - patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch: Linux-RT 2.6.26-RT. - patches.rt/latency-measurement-drivers.patch: Linux-RT 2.6.26-RT. - patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.26-RT. - patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.26-RT. - patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.26-RT. - patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT 2.6.26-RT. - patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/lock_list.patch: Linux-RT 2.6.26-RT lock_list - a fine grain locked double linked list. - patches.rt/lock_page_ref.patch: Linux-RT 2.6.26-RT mm: lock_page_ref. - patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.26-RT ftrace: fix if define to prove locking. - patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held lock's subclass. - patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.26-RT. - patches.rt/lockdep-prettify.patch: Linux-RT 2.6.26-RT lockdep: prettify output. - patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.26-RT lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX. - patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.26-RT lockdep: show held locks when showing a stackdump. - patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT 2.6.26-RT. - patches.rt/lockstat-fix-contention-points.patch: Linux-RT 2.6.26-RT lockstat: fix contention points. - patches.rt/lockstat-output.patch: Linux-RT 2.6.26-RT lockstat: warn about disabled lock debugging. - patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.26-RT. - patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.26-RT. - patches.rt/loopback-revert.patch: Linux-RT 2.6.26-RT. - patches.rt/mapping_nrpages.patch: Linux-RT 2.6.26-RT mm/fs: abstract address_space::nrpages. - patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to __raw_spinlock_t. - patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch: Linux-RT 2.6.26-RT RT: remove conflicting rtc_lock declaration. - patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT 2.6.26-RT. - patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT 2.6.26-RT RT: remove finish_arch_switch. - patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.26-RT. - patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.26-RT mm: -rt bits for concurrent pagecache. - patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.26-RT mm: concurrent pagecache write side. - patches.rt/mm-fix-latency.patch: Linux-RT 2.6.26-RT reduce pagetable-freeing latencies. - patches.rt/move-native-irq.patch: Linux-RT 2.6.26-RT. - patches.rt/msi-suspend-resume-workaround.patch: Linux-RT 2.6.26-RT. - patches.rt/multi-reader-account.patch: Linux-RT 2.6.26-RT map tasks to reader locks held. - patches.rt/multi-reader-limit.patch: Linux-RT 2.6.26-RT implement reader limit on read write locks. - patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.26-RT map read/write locks back to their readers. - patches.rt/multi-reader-pi.patch: Linux-RT 2.6.26-RT read lock Priority Inheritance implementation. - patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.26-RT. - patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.26-RT. - patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/new-softirq-code.patch: Linux-RT 2.6.26-RT softirq preemption: optimization. - patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT 2.6.26-RT. - patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.26-RT nmi-driven profiling for /proc/profile. - patches.rt/nmi-profiling.patch: Linux-RT 2.6.26-RT. - patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog by default. - patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.26-RT. - patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.26-RT. - patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.26-RT. - patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.26-RT. - patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch: Linux-RT 2.6.26-RT local_bh_enable() is safe for irqs_disabled(). - patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.26-RT. - patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.26-RT. - patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch: Linux-RT 2.6.26-RT. - patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.26-RT clean up the page fault disabling logic. - patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.26-RT. - patches.rt/paravirt-function-pointer-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.26-RT introduce pause_on_oops_head/tail boot options. - patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.26-RT. - patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.26-RT. - patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.26-RT. - patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT 2.6.26-RT. - patches.rt/percpu_list.patch: Linux-RT 2.6.26-RT percpu_list. - patches.rt/plist-debug.patch: Linux-RT 2.6.26-RT. - patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch: Linux-RT 2.6.26-RT. - patches.rt/powerpc-flush_tlb_pending-is-no-more.patch: Linux-RT 2.6.26-RT. - patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch: Linux-RT 2.6.26-RT. - patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.26-RT. - patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch: Linux-RT 2.6.26-RT. - patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.26-RT. - patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.26-RT. - patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT 2.6.26-RT. - patches.rt/ppc32_notrace_init_functions.patch: Linux-RT 2.6.26-RT don't trace early init functions for ppc32. - patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-ftrace-disable-ftraced.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-init-show-enabled-debugs.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-mellanox-driver-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-net-drivers.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT 2.6.26-RT NOHZ: local_softirq_pending with tickless. - patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-powerpc-tlb-batching.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-prevent-idle-boosting.patch: Linux-RT 2.6.26-RT Premmpt-RT: Preevent boosting of idle task. - patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-sched-i386.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-warn-and-bug-on-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-trace.patch: Linux-RT 2.6.26-RT. - patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.26-RT. - patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.26-RT. - patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.26-RT fix printk in atomic hack. - patches.rt/printk-in-atomic.patch: Linux-RT 2.6.26-RT. - patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.26-RT. - patches.rt/qrcu.patch: Linux-RT 2.6.26-RT QRCU with lockless fastpath. - patches.rt/quicklist-release-before-free-page-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/quicklist-release-before-free-page.patch: Linux-RT 2.6.26-RT. - patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.26-RT. - patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.26-RT radix-tree: concurrent write side support. - patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.26-RT debug: optimistic lock histogram. - patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.26-RT radix-tree: optimistic locking. - patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.26-RT. - patches.rt/rcu-new-7.patch: Linux-RT 2.6.26-RT. - patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.26-RT. - patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.26-RT. - patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch: Linux-RT 2.6.26-RT. - patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT 2.6.26-RT. - patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.26-RT. - patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.26-RT. - patches.rt/rcupreempt-boost-early-init.patch: Linux-RT 2.6.26-RT. - patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT 2.6.26-RT. - patches.rt/relay-fix.patch: Linux-RT 2.6.26-RT relay: fix timer madness. - patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT 2.6.26-RT. - patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.26-RT. - patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-apis.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.26-RT rt: PI-workqueue: propagate prio for delayed work. - patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-list-mods.patch: Linux-RT 2.6.26-RT rt: list_splice2. - patches.rt/rt-move-update-wall-time-back-to-do-timer.patch: Linux-RT 2.6.26-RT rt: move update_wall_time back to do timer. - patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-core.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-page_alloc.patch: Linux-RT 2.6.26-RT rt-friendly per-cpu pages. - patches.rt/rt-plist-mods.patch: Linux-RT 2.6.26-RT rt: plist_head_splice. - patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-sched-groups.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-slab-new.patch: Linux-RT 2.6.26-RT. - patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.26-RT rt: PI-workqueue support. - patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.26-RT rt: PI-workqueue: fix barriers. - patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.26-RT rt: PI-workqueue: wait_on_work() fixup. - patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.26-RT rt: rename rt_mutex_setprio to task_setprio. - patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.26-RT lock debugging: clean up rtmutex-debug.h. - patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.26-RT. - patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.26-RT. - patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.26-RT rtmutex - remove double xchg. - patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT 2.6.26-RT. - patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT 2.6.26-RT rwlocks multi downgrade write. - patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT 2.6.26-RT. - patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.26-RT rwlock: fix non PREEMPT_RT case. - patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.26-RT implement rwlocks management. - patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.26-RT add framework for multi readers on rwsems. - patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.26-RT s_files: free_write_pipe() fix. - patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT 2.6.26-RT. - patches.rt/s_files.patch: Linux-RT 2.6.26-RT remove global files_lock. - patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.26-RT. - patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch: Linux-RT 2.6.26-RT CFS: enable irqs in fire_sched_in_preempt_notifier. - patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch: Linux-RT 2.6.26-RT. - patches.rt/sched-prioritize-non-migrating-rt-tasks.patch: Linux-RT 2.6.26-RT. - patches.rt/sched-rt-stats.patch: Linux-RT 2.6.26-RT. - patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch: Linux-RT 2.6.26-RT. - patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.26-RT. - patches.rt/sched_prio.patch: Linux-RT 2.6.26-RT. - patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.26-RT. - patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT 2.6.26-RT. - patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT 2.6.26-RT. - patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT 2.6.26-RT. - patches.rt/seq-irqsave.patch: Linux-RT 2.6.26-RT. - patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.26-RT. - patches.rt/serial-slow-machines.patch: Linux-RT 2.6.26-RT. - patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.26-RT. - patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT 2.6.26-RT. - patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.26-RT core: make asm/irq_regs.h available on every platform. - patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT 2.6.26-RT. - patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.26-RT. - patches.rt/tasklet-redesign.patch: Linux-RT 2.6.26-RT. - patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.26-RT. - patches.rt/timer-warning-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/trace-add-event-markers-arm.patch: Linux-RT 2.6.26-RT. - patches.rt/trace-events-handle-syscalls.patch: Linux-RT 2.6.26-RT. - patches.rt/trace-histograms.patch: Linux-RT 2.6.26-RT. - patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2). - patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.26-RT. - patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.26-RT. - patches.rt/tracer-event-trace.patch: Linux-RT 2.6.26-RT. - patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch: Linux-RT 2.6.26-RT [AT91: PATCH]: Use edge triggered interrupt handling for AT91-GPIO instead of simple_irq-handler. - patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.26-RT. - patches.rt/version.patch: Linux-RT 2.6.26-RT add -rt extra-version. - patches.rt/vortex-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch: Linux-RT 2.6.26-RT. - patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT 2.6.26-RT x86_64 GTOD: offer scalable vgettimeofday. - patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.26-RT event-tracer: add clockevent trace. - patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.26-RT ftrace: cpu hotplug fix. - patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup function trace. - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.26-RT. - patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.26-RT lockdep: add +1 to radix tree array. - patches.rt/rwlock-fixes.patch: Linux-RT 2.6.26-RT rwlock: fix pi_list race conditions. - patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.26-RT rwlock: reset prio on unlocks and wakeups. - patches.rt/rwlock-torture.patch: Linux-RT 2.6.26-RT rwlock: rwlock torture test. - patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT 2.6.26-RT. - patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.26-RT. - patches.rt/trace-eip2ip.patch: Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4. - patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.26-RT fix-adaptive-hack.patch. - patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT 2.6.26-RT Fix a previously reverted "fix". - patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch: Linux-RT 2.6.26-RT Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings. - patches.rt/frace-use-tsc.patch: Linux-RT 2.6.26-RT. - patches.rt/ftrace-document-event-tracer.patch: Linux-RT 2.6.26-RT. - patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.26-RT ftrace: document updates. - patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc. - patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT 2.6.26-RT. - patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch: Linux-RT 2.6.26-RT. - patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.26-RT ftrace: only trace preempt off with preempt tracer. - patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.26-RT fix-tracer-wreckage-wtf-is-this-code-all-features.patch. - patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch: Linux-RT 2.6.26-RT. - patches.rt/idle2-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/idle-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT 2.6.26-RT. - patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT 2.6.26-RT. - patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.26-RT mapping_nrpages-fix.patch. - patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.26-RT nfs: fix missing preemption check. - patches.rt/pmtmr-override.patch: Linux-RT 2.6.26-RT pmtmr: allow command line override of ioport. - patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.26-RT powerpc: ftrace stop on crash. - patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch: Linux-RT 2.6.26-RT. - patches.rt/preempt-realtime-mm.patch~: Linux-RT 2.6.26-RT. - patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT 2.6.26-RT. - patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.26-RT. - patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.26-RT rtmutex-debug-fix.patch. - patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.26-RT rt-mutex-namespace.patch. - patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.26-RT rt-mutex-cleanup.patch. - patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT 2.6.26-RT rwlock: be more conservative in locking reader_lock_count. - patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.26-RT. - patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT 2.6.26-RT. - patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT 2.6.26-RT. - patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT 2.6.26-RT. - patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.26-RT rwlock: fix torture test to handle non-rt. - patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.26-RT sched-fix-dequeued-race.patch. - patches.rt/serial-locking-rt-cleanup.patch~: Linux-RT 2.6.26-RT. - patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.26-RT rt: dont disable irqs in usb. - patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch: Linux-RT 2.6.26-RT trace-do-not-wakeup-when-irqs-disabled.patch. - patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.26-RT ftrace: print ktime values in readable form. - patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt rt. * Tue Jul 29 2008 trenn@suse.de - patches.arch/acpi_thermal_passive_blacklist.patch: Avoid critical temp shutdowns on specific ThinkPad T4x(p) and R40 (https://bugzilla.novell.com/show_bug.cgi?id=333043). - patches.fixes/acpi_use_acpi_exception.patch: ACPI dock/bay: Use ACPI_EXCEPTION instead of printk(KERN_ERR. - patches.suse/acpi_provide_non_windows_osi_boot_param.patch: ACPI: Provide a spec conform OSI interface to the BIOS. * Mon Jul 28 2008 bphilips@suse.de - rpm/kernel-binary.spec.in: uvcvideo merged. Add Obsoletes. * Fri Jul 25 2008 mszeredi@suse.cz - supported.conf: Mark fuse as supported. * Thu Jul 24 2008 gregkh@suse.de - Enable CONFIG_MARKERS * Thu Jul 24 2008 gregkh@suse.de - Enable CONFIG_SECURITY_SELINUX * Thu Jul 24 2008 agruen@suse.de - Fix for using relative paths in /usr/src/linux-obj/$arch/ $flavor/Makefile (bnc#409982). * Fri Jul 18 2008 hare@suse.de - Update config files for S/390. * Thu Jul 17 2008 bwalle@suse.de - patches.fixes/show-OSRELEASE-in-VMCOREINFO.diff: kdump: Report actual value of VMCOREINFO_OSRELEASE in VMCOREINFO * Thu Jul 17 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Removed Supplements handling entirely. Use preamble instead. * Thu Jul 17 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.26: Fix 32-bit build. * Thu Jul 17 2008 jbeulich@novell.com - Update Xen patches for 2.6.26. - patches.xen/540-blkif-nr-segments-check.patch: Delete. - patches.xen/560-x86_64-no-irq-affinity-break-msg.patch: Delete. - patches.xen/xen3-patch-2.6.25.1: Delete. - Update i386 and x86-64 config files. - config.conf: Re-enable Xen configs. * Thu Jul 17 2008 jbeulich@novell.com - patches.fixes/seccomp-disable-tsc-option: Also handle x86-64 (191123). - Update x86-64 config files. - patches.suse/raw_device_max_minors_param.diff: Fix uninitialized return value. - patches.apparmor/remove_suid.diff: Also handle fuse. - supported.conf: Add e1000e, rtc-core, rtc-lib, and rtc-cmos. * Mon Jul 14 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: Delete. * Mon Jul 14 2008 olh@suse.de - disable unused fsl-diu-fb driver * Mon Jul 14 2008 jeffm@suse.de - Updated to 2.6.26-final. * Mon Jul 14 2008 bwalle@suse.de - patches.fixes/move-crashkernel-reservation.diff: x86: Move crashkernel reservation before dma32_reserve_bootmem(). * Mon Jul 14 2008 rgoldwyn@suse.de - Enable patches.suse/convert-novfs-to-open-soure-coding-standards.patch Fix oops in novfs_daemon_lib_ioctl * Fri Jul 11 2008 jeffm@suse.de - Updated squashfs to v3.3. (bnc#373285) * Thu Jul 10 2008 jeffm@suse.de - Update config files: Enable raw devices on s390. * Thu Jul 10 2008 jack@suse.cz - patches.suse/raw_device_max_minors_param.diff: Allow setting of number of raw devices as a module parameter (FATE 302178). * Thu Jul 10 2008 jeffm@suse.de - patches.kernel.org/fsl-diu-fb-compile-fix: fsl-diu-fb: compile fix. * Wed Jul 9 2008 jeffm@suse.de - patches.suse/kdb-common: Removed obsolete file_lock_operations printing. * Wed Jul 9 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: Upstreamed with - git5. * Wed Jul 9 2008 jeffm@suse.de - patches.fixes/reiserfs-discard-xattr-prealloc: reiserfs: discard prealloc in reiserfs_delete_inode (bnc#389656). * Wed Jul 9 2008 jeffm@suse.de - Updated to 2.6.26-rc9-git5. - Eliminated 2 patches. * Wed Jul 9 2008 jbohac@suse.cz - Update config files. - patches.suse/netfilter-ip_conntrack_slp.patch: connection tracking helper for SLP (fate#301134). * Wed Jul 9 2008 olh@suse.de - enable PHYP-assisted OS dump (fate#304131) * Mon Jul 7 2008 trenn@suse.de - patches.fixes/acpi_thermal_passive_cleanup.patch: Delete. * Wed Jul 2 2008 jkosina@suse.de - patches.fixes/input-add-gericom-bellagio-to-nomux.patch: Input: add Gericom Bellagio to nomux blacklist (bnc#404892). * Wed Jul 2 2008 jkosina@suse.de - patches.fixes/input-add-acer-aspire-1360-to-nomux.patch: Input: add Acer Aspire 1360 to nomux blacklist (bnc#216857). * Wed Jul 2 2008 jeffm@suse.de - patches.apparmor/__d_path-keep-connected.diff patches.apparmor/mount-consistent-__d_path.diff patches.suse/kdb-ia64: Edited to apply with --fuzz=0 - Added --fuzz=0 (-F0) to sequence-patch.sh and spec files * Fri Jun 27 2008 bwalle@suse.de - rpm/kernel-binary.spec.in: don't generate the makedumpfile.config any more, the new kernel, kexec-tools and makedumpfile is able to extract that information from the running kernel and pass it as ELF NOTE (in /proc/vmcore) * Thu Jun 26 2008 olh@suse.de - add patches.arch/ppc-ibmebus-modalias.patch autoload ehea and ehca (bnc#394602 - LTC44938) * Thu Jun 26 2008 sdietrich@suse.de - RT: Update config files - enable CONFIG_CGROUPS * Thu Jun 26 2008 sdietrich@suse.de - Update config files - enable CPUSETs support: CONFIG_CGROUPS, CONFIG_CGROUP_NS, CONFIG_CGROUP_DEVICE, CONFIG_CPUSET, CONFIG_CGROUP_CPUACCT, CONFIG_RESOURCE_COUNTERS, CONFIG_MM_OWNER, CONFIG_CGROUP_MEM_RES_CTLR, CONFIG_PROC_PID_CPUSET - debug only: CONFIG_CGROUP_DEBUG * Wed Jun 25 2008 jeffm@suse.de - Updated to 2.6.26-rc8 - Eliminated 1 patch. * Wed Jun 25 2008 jeffm@suse.de - rpm/kernel-module-subpackage: Added Supplements tag copying and added coreutils and grep to Requires - rpm/macros.kernel-source: Added kernel-syms to BuildRequires * Wed Jun 25 2008 olh@suse.de - enable 64K pages in config ppc64 (fate#304100) - enable up to 1024 cpus in config ppc64 (fate#304180) - enable up to 4 cpus in config kdump - enable powermanagement in config ppc64 - enable cell be cpufreq * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Update the list of i2c bus drivers. - i2c-isa is gone. - i2c-i810, i2c-prosavage and i2c-savage4 are deprecated and will be removed soon, mark as unsupported. - i2c-voodoo3 has very limited usefulness, mark as unsupported. - i2c-powermac is new, mark as supported. - supported.conf: Update the list of i2c chip drivers. - ds1337, ds1374, rtc8564 and x1205 are gone (RTC drivers, moved to drivers/rtc). - pca9539, pcf8574 and pcf8575 are deprecated (new GPIO drivers exist in drivers/gpio), mark as unsupported. - ds1682, max6875 and tsl2550 are new, mark as supported. * Wed Jun 25 2008 jdelvare@suse.de - supported.conf: Add two new hwmon drivers (dme1737 and thmc50, both unsupported.) - supported.conf: Mark hwmon and hwmon-vid as supported. These are simple, software-only utility modules, it makes little sense to taint the kernel just because they are loaded. * Mon Jun 23 2008 tiwai@suse.de - disable CONFIG_SND_PCSP as it conflicts with input pcspkr and disturbs the order of sound devices * Mon Jun 23 2008 agruen@suse.de - genksyms: add support for checking against a reference ABI. * Wed Jun 18 2008 jeffm@suse.de - Updated to 2.6.26-rc6-git5. - Eliminated 2 patches. * Fri Jun 13 2008 jeffm@suse.de - Removed kABI reference symbols - Restored make-symsets check for ignoring/tolerating kABI changes. * Fri Jun 13 2008 jeffm@suse.de - Update config files (vanilla). * Fri Jun 13 2008 jeffm@suse.de - Update config files. * Fri Jun 13 2008 jeffm@suse.de - Updated to 2.6.26-rc6-git1. - Eliminated 2 patches. * Thu Jun 12 2008 sdietrich@suse.de - config.conf: Suppress RT until forward-port is complete * Thu Jun 12 2008 jeffm@suse.de - patches.drivers/libata-ata_piix-macbook-fix: Delete. * Thu Jun 12 2008 olh@suse.de - update ps3 config, disable unused drivers - disable patches.arch/ppc-efika-slowdown.patch * Thu Jun 12 2008 jeffm@suse.de - Updated to 2.6.26-rc5-git5. - Eliminated 91 patches. - Disabled OCFS2 userspace heartbeat. - Disabled Xen. * Thu Jun 12 2008 sdietrich@suse.de Build fix: drop patches merged into 2.6.25.5 - patches.rt/x86-fix-tsc-cyc2ns-crap.patch: Delete. - patches.rt/x86-prepare-to-fix-32bit-sched-clock-crap.patch: Delete. - patches.rt/x86-fix-32bit-sched-clock-crap.patch: Delete. Update to 2.6.25-RT6: - Update config files: enable (M) CONFIG_RWLOCK_TORTURE_TEST Resolve conflicts: - patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.25.4-RT. Add: - patches.rt/trace-eip2ip.patch: Re: 2.6.25.4-rt4 Compile Fix. - patches.rt/rwlock-prio-fix.patch: rwlock: reset prio on unlocks and wakeups. - patches.rt/rwlock-fixes.patch: rwlock: fix pi_list race conditions. - patches.rt/event-trace-hrtimer-trace.patch: event-tracer: add clockevent trace. - patches.rt/rwlock-torture.patch: rwlock: rwlock torture test. - patches.rt/ftrace-wakeup-rawspinlock.patch: ftrace: user raw spin lock for wakeup function trace. - patches.rt/radix-tree-lockdep-plus1.patch: lockdep: add +1 to radix tree array. - patches.rt/sched-cpupri-hotplug-support.patch: sched: fix cpupri hotplug support. - patches.rt/sched-cpupri-priocount.patch: sched: fix cpupri priocount. - patches.rt/ftrace-hotplug-fix.patch: ftrace: cpu hotplug fix. * Wed Jun 11 2008 agruen@suse.de - rpm/make-symsets: update to the latest version which will ignore symset changes if the symset includes a symbol marked to be ignored. * Wed Jun 11 2008 agruen@suse.de - rpm/kernel-binary.spec.in: only generate symsets for kernels with CONFIG_MODULES=y. - rpm/macros.kernel-source: remove the ps3 specific check: we really want to check whether the kernel mas modules enabled, which is covered by the symsets check already now. * Wed Jun 11 2008 gregkh@suse.de - patches.drivers/usb-don-t-use-reset-resume-if-drivers-don-t-support-it.patch: USB: don't use reset-resume if drivers don't support it. * Wed Jun 11 2008 gregkh@suse.de - comment out patches.suse/convert-novfs-to-open-soure-coding-standards.patch in the series file as it is reported to fail some regression tests. * Wed Jun 11 2008 gregkh@suse.de - patches.suse/convert-novfs-to-open-soure-coding-standards.patch: Convert novfs to open soure coding standards. * Mon Jun 9 2008 gregkh@suse.de - patches.fixes/mptbase-vmware-fix: Delete as it's not needed anymore * Mon Jun 9 2008 gregkh@suse.de - refresh patches to apply cleanly * Mon Jun 9 2008 gregkh@suse.de - Update to 2.6.25.6 - loads of bugfixes - remove the following patches that were already included in this release: - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch - patches.drivers/libata-force-hardreset-if-link-pm - patches.fixes/input-hid-apple-numlock-emulation.patch - patches.arch/check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch * Mon Jun 9 2008 gregkh@suse.de - patches.drivers/usb-sierra-option.patch: USB: update sierra and option device ids (bnc#374637). * Mon Jun 9 2008 teheo@suse.de - patches.drivers/libata-ahci-mcp65-workarounds: ahci: workarounds for mcp65 (bnc#398573). * Mon Jun 9 2008 jkosina@suse.de - patches.fixes/input-i8042-add-ctr-resume-timeout.patch: Input: add retry logic to resume with respect to CTR (bnc#351119). * Sat Jun 7 2008 gregkh@suse.de - Update to 2.6.25.5. - fixes CVE-2008-1673 * Fri Jun 6 2008 tiwai@suse.de - add missing patches.rt/ftrace-add-nr_syscalls.patch for fixing i386-rt_debug * Thu Jun 5 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25: netfront (bnc#394575) and page table handling (bnc#396858) fixes. - patches.xen/540-blkif-nr-segments-check.patch: Avoid theoretical TOCTTOU bug in block backend nr_segments checking. - patches.xen/560-x86_64-no-irq-affinity-break-msg.patch: x86_64: Remove warning message about 'Breaking affinity for irq'. - patches.xen/xen-netfront-flip-prod: fix updating of req_prod_pvt in the receive ring for the flipping case. * Wed Jun 4 2008 jblunck@suse.de - patches.drivers/libata-acpi-fix-hotplug: Don't call ata_port_freeze() in ata_acpi_detach_device(). * Wed Jun 4 2008 schwab@suse.de - Don't clean asm-offsets.h. * Wed Jun 4 2008 jjohanse@suse.de - patches.apparmor/apparmor-module_interface.diff: AppArmor: Update patch to properly set profile name_table size (bnc#396993) * Tue Jun 3 2008 jkosina@suse.de - patches.fixes/input-add-amilo-pro-v-to-nomux.patch: Add Fujitsu-Siemens Amilo Pro 2010 and 2030 to nomux list (bnc#345699 bnc#389169) * Tue Jun 3 2008 tiwai@suse.de - patches.drivers/alsa-hda-realtek-auto-resume-fix: hda - Fix resume of auto-config mode with Realtek codecs (bnc#385473). * Tue Jun 3 2008 bphilips@suse.de Backport: e1000e for montevina systems - patches.drivers/e1000e-backport-0001-remove-no-longer-used-e1000e_read_nvm_spi.patch: e1000e: remove no longer used e1000e_read_nvm_spi. - patches.drivers/e1000e-backport-0002-remove-irq_sem.patch: e1000e: remove irq_sem. - patches.drivers/e1000e-backport-0003-rename-mc_addr_list_update.patch: e1000e: rename mc_addr_list_update. - patches.drivers/e1000e-backport-0004-reorganize-PHY-and-flow-control-interface.patch: e1000e: reorganize PHY and flow control interface. - patches.drivers/e1000e-backport-0005-Make-arrays-out-of-these-Rx-Tx-registers.patch: e1000e: Make arrays out of these Rx/Tx registers. - patches.drivers/e1000e-backport-0006-rename-a-few-functions.patch: e1000e: rename a few functions. - patches.drivers/e1000e-backport-0007-cleanup-several-stats-issues.patch: e1000e: cleanup several stats issues. - patches.drivers/e1000e-backport-0008-Fix-HW-Error-on-es2lan-ARP-capture-issue-by.patch: e1000e: Fix HW Error on es2lan, ARP capture issue by BMC. - patches.drivers/e1000e-backport-0009-Add-support-for-BM-PHYs-on-ICH9.patch: e1000e: Add support for BM PHYs on ICH9. * Mon Jun 2 2008 tiwai@suse.de - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: Delete. - patches.drivers/alsa-hda-backport-2.6.26-rc4: Backport ALSA HDA-Intel patches from 2.6.26-rc4 (bnc#390473). * Mon Jun 2 2008 tiwai@suse.de - patches.drivers/alsa-asus-a9t-fix: ac97 - Fix ASUS A9T laptop output (bnc#363987). * Mon Jun 2 2008 jeffm@suse.de - patches.fixes/reiserfs-prealloc-fix: reiserfs: Use list_del_init in use_preallocated_list_if_available (bnc#378095). * Mon Jun 2 2008 tiwai@suse.de - patches.drivers/alsa-hp2133-mic-fix: hda - Fix mic input on HP2133 (bnc#388540). * Mon Jun 2 2008 tiwai@suse.de - patches.drivers/alsa-emu10k1-audigy2-digital-fix: emu10k1 - Fix inverted Analog/Digital mixer switch on Audigy2 (bnc#396204). * Sat May 31 2008 sdietrich@suse.de RT: Update to 2.5.25.4-rt4 (refreshed patches suppressed) - Update config files. Added: - patches.rt/adapt-remove-extra-try-to-lock.patch - patches.rt/adaptive-adjust-pi-wakeup.patch - patches.rt/adaptive-earlybreak-on-steal.patch - patches.rt/adaptive-optimize-rt-lock-wakeup.patch - patches.rt/adaptive-task-oncpu.patch - patches.rt/arm-fix-compile-error-trace-exit-idle.patch - patches.rt/arm-omap-02.patch - patches.rt/arm-omap-03.patch - patches.rt/arm-omap-04.patch - patches.rt/arm-omap-05.patch - patches.rt/fix_vdso_gtod_vsyscall64_2.patch - patches.rt/ftrace-compile-fixes.patch - patches.rt/ftrace-disable-daemon.patch - patches.rt/ftrace-dont-trace-markers.patch - patches.rt/ftrace-fix-header.patch - patches.rt/ftrace-function-record-nop.patch - patches.rt/ftrace-print-missing-cmdline.patch - patches.rt/ftrace-record-comm-on-ctrl.patch - patches.rt/ftrace-safe-traversal-hlist.patch - patches.rt/ftrace-trace-sched.patch - patches.rt/ftrace-update-cnt-stat-fix.patch - patches.rt/git-ignore-module-markers.patch - patches.rt/git-ignore-script-lpp.patch - patches.rt/lockdep-avoid-fork-waring.patch - patches.rt/lockstat-fix-contention-points.patch - patches.rt/lockstat-output.patch - patches.rt/nmi-show-regs-fix.patch - patches.rt/preempt-realtime-ftrace-disable-ftraced.patch - patches.rt/realtime-preempt-warn-about-tracing.patch - patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch - patches.rt/rwlock-implement-downgrade-write.patch - patches.rt/rwlocks-fix-no-preempt-rt.patch - patches.rt/sched-fix-rt-task-wakeup.patch - patches.rt/sched-fix-sched-fair-wakeup.patch - patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch - patches.rt/sched-prioritize-non-migrating-rt-tasks.patch - patches.rt/sched-wake_up_idle_cpu-rt.patch - patches.rt/trace_hist-divzero.patch - patches.rt/trace_hist-latediv.patch - patches.rt/x86-delay-enable-preempt-tglx.patch Removed: - patches.rt/rtmutex-optimize-wakeup.patch - patches.rt/rtmutex-adjust-pi_lock-usage-in-wakeup.patch - patches.rt/rtmutex-remove-extra-try.patch - patches.rt/ftrace-remove-print-of-max.patch * Thu May 29 2008 sdietrich@suse.de RT: Update IBM EDAC and PRTM - Update config files. - patches.rt/drivers-edac-add-support-for-HS21XM-SMI-remediation: Add support for HS21XM SMI Remediation to the 2.6.22-based SLERT kernel. - patches.rt/drivers-edac-add-support-for-HS21_LS21-SMI-remediation: Add support for HS21/LS21 SMI Remediation to the 2.6.22-based SLERT kernel. - patches.rt/drivers-edac-i5000-turn-off-unsupported-check: Turn off unsupported EDAC check on the i5000 controller. - patches.rt/drivers-edac-prevent-potential-printk-storm: Prevent potential EDAC printk storm. - patches.rt/drivers-edac-test_device.patch: edac-2.6.23-to-2.6.22.patch back-port. - patches.rt/drivers-edac-new-k8-rev-f.patch: edac-2.6.23-to-2.6.22.patch back-port. - patches.rt/drivers-edac-add-sysfs_notify-calls.patch: edac-2.6.23-to-2.6.22.patch back-port. - patches.rt/drivers-edac-new-amd64.patch: drivers-edac-new-amd64.patch (revision 108). Obsolete: - patches.rt/add-support-for-HS21_LS21-SMI-remediation: Delete. - patches.rt/add-support-for-HS21XM-SMI-remediation: Delete. - patches.rt/prevent-potential-EDAC-printk-storm: Delete. * Thu May 29 2008 teheo@suse.de - patches.drivers/libata-ata_piix-macbook-fix: ata_piix: fix macbook ich8m problems (bnc#395407). * Thu May 29 2008 agruen@suse.de - Obsolete some KMPs which have been integrated into mainline meanwhile (bnc#357799). * Thu May 29 2008 jbeulich@novell.com - supported.conf: Mark 8250_pnp as supported. * Wed May 28 2008 teheo@suse.de - patches.drivers/libata-acpi-fix-hotplug: libata: Handle bay devices in dock stations (bnc#390822 bnc#395082). * Wed May 28 2008 jkosina@suse.de - patches.fixes/input-add-i8042-nopnp-for-D845PESV.patch: Input: Add i8042.nopnp for Intel D845PESV (bnc#386952). * Mon May 26 2008 sdietrich@suse.de RT: Update to 2.6.25.4-rt3 - add RWSEM / RWLOCK patches: - patches.rt/rt-mutex-core.patch: Linux-RT 2.6.25.4-RT3. - patches.rt/multi-reader-account.patch: map tasks to reader locks held. - patches.rt/multi-reader-limit.patch: implement reader limit on read write locks. - patches.rt/multi-reader-lock-account.patch: map read/write locks back to their readers. - patches.rt/multi-reader-pi.patch: read lock Priority Inheritance implementation. - patches.rt/native-sched-clock-booboo.patch: Re: 2.6.25.4-rt2 (native_sched_clock() booboo). - patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: - patches.rt/rwlocks-multiple-readers.patch: implement rwlocks management. - patches.rt/rwsems-multiple-readers.patch: add framework for multi readers on rwsems. * Mon May 26 2008 olh@suse.de - add patches.arch/ppc-efika-slowdown.patch slow down hot code paths to avoid hangs during install (bnc#374309) * Sun May 25 2008 tiwai@suse.de - Update config files: forgot to update vanilla kernel configs * Sat May 24 2008 tiwai@suse.de - Update config files: disable group scheduler for normal kernels for openSUSE 11.0, too (this should be enabled again later for 11.1 once after the bugs get fixed...) * Fri May 23 2008 tiwai@suse.de - patches.drivers/alsa-hda-dma-pos-fix: hda - Fix DMA position inaccuracy (bnc#362775, bnc#364421). - patches.drivers/alsa-hda-vt1708-pcm-noise-fix: hda - Fix noise on VT1708 codec (bnc#390473). * Fri May 23 2008 sdietrich@suse.de RT: Update config files: Disable Group Scheduler * Thu May 22 2008 teheo@suse.de - patches.drivers/libata-pmp-simg3726-nosrst: libata: SRST can't be trusted on PMP sil3726 (bnc#393456). * Thu May 22 2008 sdietrich@suse.de RT: update config files: Disable SYSFS_DEPRECATED * Thu May 22 2008 teheo@suse.de - patches.drivers/libata-pmp-detection-fixes: libata: fix a number of PMP detection problems (bnc#393456). series.conf not updated. Fix it. * Thu May 22 2008 teheo@suse.de - patches.drivers/libata-pmp-detection-fixes: libata: fix a number of PMP detection problems (bnc#393456). * Thu May 22 2008 sdietrich@suse.de RT: build fix - suppress adaptive locking patches that are not upstream. - Update config files. * Wed May 21 2008 jblunck@suse.de - patches.fixes/acpi-bay-cleanup-and-exit.patch: bay: Exit if notify handler cannot be installed (bnc#390822). * Wed May 21 2008 jbeulich@novell.com - patches.xen/xen3-patch-2.6.25: Fix DomU boot issue. * Wed May 21 2008 oneukum@suse.de - patches.drivers/ehci_fix_remote_wakeup_regression.diff: EHCI: fix remote-wakeup regression. (bnc#373128) * Tue May 20 2008 jblunck@suse.de - doc/novell-kmp/novell-example-1.1.tar.bz2, doc/novell-kmp/novell-example.spec: Fix example spec and Kbuild because EXTRA_CFLAGS isn't taken from the environment anymore. * Tue May 20 2008 sdietrich@suse.de - Update config files: SLERT compatibility: SYSFS_DEPRECATED * Tue May 20 2008 sdietrich@suse.de RT: Update to 2.5.25.4-rt2 (refreshed patches suppressed) Add: - patches.rt/rtmutex-adaptive-locks.patch: adaptive real-time lock support. - patches.rt/x86-fix-32bit-sched-clock-crap.patch: x86: disable TSC for sched_clock() when calibration failed - patches.rt/x86-fix-tsc-cyc2ns-crap.patch: x86: fix setup of cyc2ns in tsc_64.c. - patches.rt/x86-prepare-to-fix-32bit-sched-clock-crap.patch: x86: distangle user disabled TSC from unstable - patches.rt/adaptive-spinlock-lite-v2.patch: adaptive spinlocks lite. - patches.rt/rtmutex-remove-xchg.patch: rtmutex - remove double xchg. Update: - patches.rt/rtmutex-rearrange.patch: rearrange rt_spin_lock_slowlock sleeping code. Resolve Conflicts: - patches.rt/rtmutex-lateral-steal.patch: allow rt-mutex lock-stealing to include lateral priority. - Update config files. * Mon May 19 2008 sdietrich@suse.de RT: Adaptive locking patches: - patches.rt/rtmutex-lateral-steal.patch: allow rt-mutex lock-stealing to include lateral priority. - patches.rt/rtmutex-lateral-steal-sysctl.patch: sysctl for runtime-control of lateral mutex stealing. - patches.rt/rtmutex-rearrange.patch: rearrange rt_spin_lock_slowlock sleeping code. - patches.rt/rtmutex-adaptive-locks.patch: adaptive real-time lock support. - patches.rt/rtmutex-adaptive-timeout.patch: add a timeout mechanism to adaptive-locking. - patches.rt/rtmutex-optimize-wakeup.patch: optimize rt lock wakeup. - patches.rt/rtmutex-adjust-pi_lock-usage-in-wakeup.patch: adjust pi_lock usage in wakeup. - patches.rt/rtmutex-remove-extra-try.patch: remove the extra call to try_to_take_lock. - Update config files: CONFIG_RTLOCK_LATERAL_STEAL=y CONFIG_ADAPTIVE_RTLOCK=y CONFIG_IBM_RTL (disable temporarily to address build error) * Mon May 19 2008 tiwai@suse.de - Update config files (missing for rt*). * Mon May 19 2008 tiwai@suse.de - patches.drivers/alsa-hda-backport-2.6.25-rc3: Backport ALSA HDA-Intel patches from 2.6.25-rc3 (bnc#390473, bnc#386422, bnc#385473). - patches.drivers/alsa-intel8x0-8ch: intel8x0 - Add support of 8 channel sound. - patches.drivers/alsa-mixer-oss-map-fix: Add more fallbacks to OSS PHONEOUT mixer map. - patches.drivers/alsa-usb-audio-disconnect-oops-fix: Fix Oops with usb-audio reconnection. - patches.drivers/alsa-hda-intel-new-ati-id: Delete. - patches.drivers/alsa-hda-intel-new-nvidia-id: Delete. - patches.drivers/alsa-hda-intel-use-PCI_DEVICE: Delete. - patches.drivers/alsa-dell-xps-m1330-hp-fix: Delete. - Update config files. * Mon May 19 2008 jbeulich@novell.com - Update Xen patches to c/s 524 and 2.6.25.4. - patches.xen/xen-balloon-hvm-min: don't allow ballooning down a HVM domain below a reasonable limit (172482). - patches.xen/xen-swiotlb-heuristics: adjust Xen's swiotlb default size setting. * Mon May 19 2008 jbeulich@novell.com - patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch: Add missing list terminator for acpi_rsdt_dmi_table[] and move to __initdata. * Mon May 19 2008 sdietrich@suse.de RT: SMI latency fixes from IBM. - patches.rt/add-support-for-HS21_LS21-SMI-remediation: [PATCH 1/3] Add support for HS21/LS21 SMI Remediation. - patches.rt/add-support-for-HS21XM-SMI-remediation: [PATCH 2/3] Add support for HS21XM SMI Remediation . - patches.rt/prevent-potential-EDAC-printk-storm: [PATCH 3/3] Prevent potential EDAC printk storm. - RT: Update config files. * Mon May 19 2008 agruen@suse.de - patches.suse/nfs4acl-ext3.diff: Fix compilation error when CONFIG_EXT3_FS_NFS4ACL is off. * Mon May 19 2008 sdietrich@suse.de - RT: Update config files. * Mon May 19 2008 trenn@suse.de - patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch: ACPI: initramfs DSDT override support. - > Did not make it into 2.6.25 again... - Update config files. * Sun May 18 2008 agruen@suse.de - Update the nfs4acl patches (and split them out more explicitly). Export all new symbols als GPL only. - patches.apparmor/parent-permission.diff: Rediff. * Sun May 18 2008 sdietrich@suse.de - RT: Update config files. * Sun May 18 2008 sdietrich@suse.de RT: update to 2.6.25.4-rt1 patch queue. * Sun May 18 2008 sdietrich@suse.de RT cleanup: Remove unused/obsolete RT patches. * Sun May 18 2008 sdietrich@suse.de - Update config files: update RT debug configs. - config.conf: enable DEBUG flavors. * Sat May 17 2008 sdietrich@suse.de Linux-RT 2.6.25-RT: - Updated RT patch queue (not individually enumerated here) - Update config files: RT - config.conf: RT * Fri May 16 2008 gregkh@suse.de - Update config files. - patches.drivers/usb-add-option-hso-driver.patch: USB: add option hso driver. * Fri May 16 2008 gregkh@suse.de - refresh patches due to fuzz * Fri May 16 2008 gregkh@suse.de - patches.fixes/bluetooth-wake-up-properly-after-ide-timeout-expires.patch: bluetooth: wake up properly after ide timeout expires (bnc#390839). * Fri May 16 2008 olh@suse.de - update patches.fixes/tg3-flowctrl.patch do not compare flow control settings in parallel detect mode * Fri May 16 2008 trenn@suse.de - patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch: Introduce acpi_root_table=rsdt boot param and dmi list to force rsdt (http://bugzilla.kernel.org/show_bug.cgi?id=8246). - patches.arch/acpi_thinkpad_introduce_acpica_rsdt_global_variable.patch: ACPICA: Add acpi_gbl_force_rsdt variable (http://bugzilla.kernel.org/show_bug.cgi?id=8246). - patches.arch/acpi_thinkpad_remove_R40e_c-state_blacklist.patch: Remove R40e c-state blacklist (http://bugzilla.kernel.org/show_bug.cgi?id=8246). - patches.arch/cpufreq_fix_acpi_driver_on_BIOS_changes.patch: CPUFREQ: Check against freq changes from the BIOS. * Fri May 16 2008 jblunck@suse.de - patches.fixes/vfs-2.6.git-9bc300eae0400efdfae3fec3352896e10468a78f.patch: return to old errno choice for fix mkdir -p with ro-bind mounts * Fri May 16 2008 jblunck@suse.de - rpm/kernel-{binary,source}.spec.in: use localversion and set KBUILD_BUILD_VERSION (used for Kernel:Vanilla) * Thu May 15 2008 gregkh@suse.de - Update to final version of 2.6.25.4 * Thu May 15 2008 jblunck@suse.de - rpm/macros.kernel-source: Let KMPs fail when flavors_to_build is empty - rpm/kernel-{dummy,source,syms,binary}.spec.in, scripts/tar-up.sh: fix release number changes introduced by bnc#271712 for OBS (bnc#378933) * Thu May 15 2008 olh@suse.de - add patches.fixes/tg3-flowctrl.patch revert 'Fix supporting flowctrl code' to fix JS21 (bnc#390314) * Wed May 14 2008 oneukum@suse.de - patches.drivers/appletouch_persist.diff: reset_resume and autosuspend for appletouch touchpads (bnc#388399). * Wed May 14 2008 oneukum@suse.de - patches.drivers/appletouch_persist.diff: reset_resume and autosuspend for appletouch touchpads (bnc#388399). * Wed May 14 2008 teheo@suse.de - patches.drivers/libata-force-hardreset-if-link-pm: libata: force hardreset if link is in powersave mode (bnc#381795). - patches.drivers/libata-ahci-sb600-no-msi: ahci: SB600 ahci can't do MSI, blacklist that capability (bnc#384559). * Tue May 13 2008 gregkh@suse.de - Update config files for vanilla targets * Tue May 13 2008 gregkh@suse.de - Update to 2.6.25.4-rc1 - lots of bug fixes * Mon May 12 2008 sdietrich@suse.de Cleanup RT: - patches.rt/*: Delete. * Mon May 12 2008 jkosina@suse.de - patches.fixes/input-hid-apple-numlock-emulation.patch: HID: split Numlock emulation quirk from HID_QUIRK_APPLE_HAS_FN. (bnc#381764). * Sat May 10 2008 gregkh@suse.de - Update to 2.6.25.3 - fixes 2 security issues (one networking, one sparc, no CVE numbers issued just yet) * Fri May 9 2008 jeffm@suse.de - patches.apparmor/fsetattr-restore-ia_file: vfs: restore ia_file for compatibility with external modules. (bnc#381259) * Fri May 9 2008 hare@suse.de - patches.drivers/open-iscsi-git-update: Delete. - patches.fixes/open-iscsi-nop-fixes: NOP timeout fixes. * Thu May 8 2008 gregkh@suse.de - patches.kernel.org/v4l-dvb-patch-for-various-dibcom-based-devices.patch: V4L/DVB (7473): PATCH for various Dibcom based devices (bnc#381632). * Thu May 8 2008 gregkh@suse.de - comment out vmware patch as it should no longer be needed * Thu May 8 2008 gregkh@suse.de - rediff patches to apply cleanly. * Thu May 8 2008 gregkh@suse.de - Update to 2.6.25.3-rc1 - potential fix for increased power consumption and other bugs * Thu May 8 2008 sassmann@suse.de - Update config file ppc64. - patches.arch/ppc-ps3-ps3vram-mtd.patch: ps3vram driver that allows you to access the extra ~240MB of DDR video. * Wed May 7 2008 gregkh@suse.de - patches.kernel.org/patch-2.6.25.1-2: Linux 2.6.25.2. - fixes CVE-2008-1669 * Tue May 6 2008 schwab@suse.de - suse-ppc32-mol-semaphore: fix mol for 2.6.26-rc1. * Mon May 5 2008 jack@suse.cz Bring UDF to state in 2.6.26-rc1 to support UDF 2.50. - patches.suse/udf-10-simple-cleanup-of-truncate.c.patch: udf: simple cleanup of truncate.c (fate#303336). - patches.suse/udf-11-truncate-create-function-for-updating-of-Alloc.patch: udf: truncate: create function for updating of Allocation Ext Descriptor (fate#303336). - patches.suse/udf-12-replace-all-adds-to-little-endians-variables-wi.patch: udf: replace all adds to little endians variables with le*_add_cpu (fate#303336). - patches.suse/udf-13-simplify-__udf_read_inode.patch: udf: simplify __udf_read_inode (fate#303336). - patches.suse/udf-14-replace-udf_-_offset-macros-with-functions.patch: udf: replace udf_*_offset macros with functions (fate#303336). - patches.suse/udf-15-convert-udf_count_free_bitmap-to-use-bitmap_wei.patch: udf: convert udf_count_free_bitmap to use bitmap_weight (fate#303336). - patches.suse/udf-16-udf_get_block-inode_bmap-remove-unneeded-che.patch: udf: udf_get_block, inode_bmap - remove unneeded checks (fate#303336). - patches.suse/udf-17-create-function-for-conversion-from-timestamp-t.patch: udf: create function for conversion from timestamp to timespec (fate#303336). - patches.suse/udf-18-convert-udf_stamp_to_time-to-return-struct-time.patch: udf: convert udf_stamp_to_time to return struct timespec (fate#303336). - patches.suse/udf-19-convert-udf_stamp_to_time-and-udf_time_to_stamp.patch: udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps (fate#303336). - patches.suse/udf-1-kill-udf_set_blocksize.patch: udf: kill udf_set_blocksize (fate#303336). - patches.suse/udf-20-remove-unneeded-kernel_timestamp-type.patch: udf: remove unneeded kernel_timestamp type (fate#303336). - patches.suse/udf-21-super.c-reorganization.patch: udf: super.c reorganization (fate#303336). - patches.suse/udf-22-Mark-udf_process_sequence-as-noinline.patch: udf: Mark udf_process_sequence() as noinline (fate#303336). - patches.suse/udf-23-Remove-checking-of-existence-of-filename-in-udf.patch: udf: Remove checking of existence of filename in udf_add_entry() (fate#303336). - patches.suse/udf-24-Remove-declarations-of-arrays-of-size-UDF_NAME_.patch: udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes) (fate#303336). - patches.suse/udf-25-fix-anchor-point-detection.patch: udf: fix anchor point detection (fate#303336). - patches.suse/udf-26-Cleanup-volume-descriptor-sequence-processing.patch: udf: Cleanup volume descriptor sequence processing (fate#303336). - patches.suse/udf-27-Improve-error-recovery-on-mount.patch: udf: Improve error recovery on mount (fate#303336). - patches.suse/udf-28-Move-filling-of-partition-descriptor-info-into.patch: udf: Move filling of partition descriptor info into a separate function (fate#303336). - patches.suse/udf-29-Move-processing-of-virtual-partitions.patch: udf: Move processing of virtual partitions (fate#303336). - patches.suse/udf-2-kill-useless-file-header-comments-for-vfs-metho.patch: udf: kill useless file header comments for vfs method implementations (fate#303336). - patches.suse/udf-30-Cleanup-anchor-block-detection.patch: udf: Cleanup anchor block detection. (fate#303336). - patches.suse/udf-31-Improve-anchor-block-detection.patch: udf: Improve anchor block detection (fate#303336). - patches.suse/udf-32-Silence-warning-about-accesses-beyond-end-of-de.patch: udf: Silence warning about accesses beyond end of device (fate#303336). - patches.suse/udf-33-Fix-detection-of-VAT-version.patch: udf: Fix detection of VAT version (fate#303336). - patches.suse/udf-34-Allow-loading-of-VAT-inode.patch: udf: Allow loading of VAT inode (fate#303336). - patches.suse/udf-35-Handle-VAT-packed-inside-inode-properly.patch: udf: Handle VAT packed inside inode properly (fate#303336). - patches.suse/udf-36-Mount-filesystem-read-only-if-it-has-pseudoover.patch: udf: Mount filesystem read-only if it has pseudooverwrite partition (fate#303336). - patches.suse/udf-37-Fix-handling-of-multisession-media.patch: udf: Fix handling of multisession media (fate#303336). - patches.suse/udf-38-Add-read-only-support-for-2.50-UDF-media.patch: udf: Add read-only support for 2.50 UDF media (fate#303336). - patches.suse/udf-39-Fix-bug-in-VAT-mapping-code.patch: udf: Fix bug in VAT mapping code (fate#303336). - patches.suse/udf-3-move-headers-out-include-linux.patch: udf: move headers out include/linux/ (fate#303336). - patches.suse/udf-40-Fix-compilation-warnings-when-UDF-debug-is-on.patch: udf: Fix compilation warnings when UDF debug is on (fate#303336). - patches.suse/udf-41-use-crc_itu_t-from-lib-instead-of-udf_crc.patch: udf: use crc_itu_t from lib instead of udf_crc (fate#303336). - patches.suse/udf-42-fs-udf-partition.c-udf_get_pblock-mustn-t-be.patch: udf: fs/udf/partition.c:udf_get_pblock() mustn't be inline (fate#303336). - patches.suse/udf-4-Use-DIV_ROUND_UP.patch: fs/udf: Use DIV_ROUND_UP (fate#303336). - patches.suse/udf-5--udf_error-static.patch: make udf_error() static (fate#303336). - patches.suse/udf-6-udf_CS0toUTF8-cleanup.patch: udf: udf_CS0toUTF8 cleanup (fate#303336). - patches.suse/udf-7-fix-udf_build_ustr.patch: udf: fix udf_build_ustr (fate#303336). - patches.suse/udf-8-udf_CS0toNLS-cleanup.patch: udf: udf_CS0toNLS cleanup (fate#303336). - patches.suse/udf-9-constify-crc.patch: udf: constify crc (fate#303336). * Fri May 2 2008 teheo@suse.de - patches.drivers/libata-sata_inic162x-update-to-0.4: sata_inic162x: update to 0.4 (bnc#385599). * Thu May 1 2008 gregkh@suse.de - update to 2.6.25.1: - fixes CVE-2008-1375 and CVE-2008-1675 - lots of other minor bugfixes * Thu May 1 2008 agruen@suse.de - Provide "kernel(flavor:symset) = version" instead of "kernel(symset) = version". This disambiguates the case where several kernel flavors end up with the same modver checksums (bnc#190163, bnc#355628). * Thu May 1 2008 teheo@suse.de - patches.drivers/libata-ata_piix-verify-sidpr: ata_piix: verify SIDPR access before enabling it (bnc#385535). * Wed Apr 30 2008 gregkh@suse.de - novfs: fixes needed due to apparmor vfs core changes (extended attributes probably do not work now...) * Wed Apr 30 2008 gregkh@suse.de - patches.suse/novfs-add-the-novell-filesystem-client-kernel-module.patch: novfs: Add the Novell filesystem client kernel module. - Update config files. * Wed Apr 30 2008 jeffm@suse.de - patches.suse/reiserfs-simplify-xattr-internal-file-lookups-opens.diff: removed fs.h changes, they weren't used. * Mon Apr 28 2008 gregkh@suse.de - Update config files. hopefully the build system is happy now * Mon Apr 28 2008 gregkh@suse.de - rpm/config-subst: add #!/bin/sh at start of script to keep future build issues (like bnc#382214) from causing problems. * Mon Apr 28 2008 sdietrich@suse.de Cleanup: Remove obsolete patches: ARM-ep93xx-timer, latency-tracing, RCU, KVM, mcount, PPC-gtod - patches.rt/ep93xx-timer-accuracy.patch: Delete. - patches.rt/ep93xx-clockevents.patch: Delete. - patches.rt/ep93xx-clockevents-fix.patch: Delete. - patches.rt/kvm-fix-preemption-bug.patch: Delete. - patches.rt/kvm-lapic-migrate-latency-fix.patch: Delete. - patches.rt/kvm-make-less-noise.patch: Delete. - patches.rt/kvm-preempt-rt-resched-delayed.patch: Delete. - patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch: Delete. - patches.rt/remove-unused-var-warning.patch: Delete. - patches.rt/latency-tracing.patch: Delete. - patches.rt/latency-tracing-remove-trace-array.patch: Delete. - patches.rt/latency-tracer-disable-across-trace-cmdline.patch: Delete. - patches.rt/latency-tracing-i386-paravirt-fastcall.patch: Delete. - patches.rt/latency-tracing-i386.patch: Delete. - patches.rt/latency-tracing-x86_64.patch: Delete. - patches.rt/latency-tracing-ppc.patch: Delete. - patches.rt/latency-tracer-printk-fix.patch: Delete. - patches.rt/latency-tracing-exclude-printk.patch: Delete. - patches.rt/latency-tracing-prctl-api-hack.patch: Delete. - patches.rt/latency-tracing-raw-spinlock-hack.patch: Delete. - patches.rt/latency-tracer-one-off-fix.patch: Delete. - patches.rt/smaller-trace.patch: Delete. - patches.rt/trace-name-plus.patch: Delete. - patches.rt/trace-with-caller-addr.patch: Delete. - patches.rt/trace-sti-mwait.patch: Delete. - patches.rt/latency-tracer-optimize-a-bit.patch: Delete. - patches.rt/idle-stop-critical-timing.patch: Delete. - patches.rt/latency-tracer-variable-threshold.patch: Delete. - patches.rt/reset-latency-histogram.patch: Delete. - patches.rt/undo-latency-tracing-raw-spinlock-hack.patch: Delete. - patches.rt/random-driver-latency-fix.patch: Delete. - patches.rt/latency-tracing-use-now.patch: Delete. - patches.rt/preempt_max_latency-in-all-modes.patch: Delete. - patches.rt/latency-hist-add-resetting-for-all-timing-options.patch: Delete. - patches.rt/latency-trace-sysctl-config-fix.patch: Delete. - patches.rt/latency-trace-convert-back-to-ms.patch: Delete. - patches.rt/latency-trace-fix.patch: Delete. - patches.rt/trace-cpuidle.patch: Delete. - patches.rt/lockdep-show-held-locks.patch: Delete. - patches.rt/lockdep-lock_set_subclass.patch: Delete. - patches.rt/lockdep-prettify.patch: Delete. - patches.rt/lockdep-more-entries.patch: Delete. - patches.rt/latency-tracer-arch-low-address.patch: Delete. - patches.rt/latency-tracer-dont-panic-on-failed-bootmem-alloc.patch: Delete. - patches.rt/mcount-add-x86_64-notrace-annotations.patch: Delete. - patches.rt/mcount-add-x86-vdso-notrace-annotations.patch: Delete. - patches.rt/mcount-nmi-notrace-annotations.patch: Delete. - patches.rt/mcount-add-time-notrace-annotations.patch: Delete. - patches.rt/mcount-lockdep-notrace-annotations.patch: Delete. - patches.rt/mcount-preemptcount-notrace-annotations.patch: Delete. - patches.rt/mcount-fault-notrace-annotations.patch: Delete. - patches.rt/mcount-irqs-notrace-annotations.patch: Delete. - patches.rt/mcount-rcu-notrace-annotations.patch: Delete. - patches.rt/latency-measurement-drivers-fix.patch: Delete. - patches.rt/latency-measurement-drivers.patch: Delete. - patches.rt/redo-regparm-option.patch: Delete. - patches.rt/nmi-profiling-base.patch: Delete. - patches.rt/ppc-gtod-notrace-fix.patch: Delete. - patches.rt/ppc-gtod-support.patch: Delete. - patches.rt/ppc-gtod-support-fix.patch: Delete. - patches.rt/ppc-a-2.patch: Delete. - patches.rt/ppc-fix-clocksource-timebase-shift.patch: Delete. - patches.rt/ppc-remove-broken-vsyscall.patch: Delete. - patches.rt/ppc-read-persistent-clock.patch: Delete. - patches.rt/ppc-clockevents.patch: Delete. - patches.rt/ppc-clockevents-fix.patch: Delete. - patches.rt/ppc-highres-dyntick.patch: Delete. - patches.rt/inet-hash-bits-ipv6-fix.patch: Delete. - patches.rt/inet_hash_bits.patch: Delete. - patches.rt/rcu-1.patch: Delete. - patches.rt/rcu-2.patch: Delete. - patches.rt/rcu-3.patch: Delete. - patches.rt/rcu-4.patch: Delete. - patches.rt/rcu-preempt-fix-nmi-watchdog.patch: Delete. - patches.rt/rcu-preempt-fix-rcu-torture.patch: Delete. - patches.rt/dynticks-rcu-rt-fixlet.patch: Delete. - patches.rt/rcu-tasklet-softirq.patch: Delete. - patches.rt/rcu-classic-fixup.patch: Delete. - patches.rt/rcu-warn-underflow.patch: Delete. * Mon Apr 28 2008 sdietrich@suse.de Cleanup: Remove obsolete Adaptive-locking patches - patches.rt/rtmutex-adaptive-locks.patch: Delete. - patches.rt/rtmutex-adaptive-mutexes.patch: Delete. - patches.rt/rtmutex-adaptive-timeout.patch: Delete. - patches.rt/rtmutex-adjust-pi_lock-usage-in-wakeup.patch: Delete. - patches.rt/rtmutex-lateral-steal.patch: Delete. - patches.rt/rtmutex-lateral-steal-sysctl.patch: Delete. - patches.rt/rtmutex-optimize-wakeup.patch: Delete. - patches.rt/rtmutex-rearrange.patch: Delete. - patches.rt/rtmutex-remove-extra-try.patch: Delete. - patches.rt/x86-ticket-lock.patch: Delete. * Mon Apr 28 2008 sdietrich@suse.de Cleanup: Remove ARM and MIPS RT patches - patches.rt/arm-cmpxchg-support-armv6.patch: Delete. - patches.rt/arm-cmpxchg.patch: Delete. - patches.rt/arm-compile-fix.patch: Delete. - patches.rt/arm-fix-atomic-cmpxchg.patch: Delete. - patches.rt/arm-futex-atomic-cmpxchg.patch: Delete. - patches.rt/arm-latency-tracer-support.patch: Delete. - patches.rt/arm-leds-timer.patch: Delete. - patches.rt/arm-preempt-config.patch: Delete. - patches.rt/arm-trace-preempt-idle.patch: Delete. - patches.rt/latency-tracing-arm.patch: Delete. - patches.rt/preempt-irqs-arm-fix-oprofile.patch: Delete. - patches.rt/preempt-irqs-arm.patch: Delete. - patches.rt/preempt-realtime-arm-bagde4.patch: Delete. - patches.rt/preempt-realtime-arm-footbridge.patch: Delete. - patches.rt/preempt-realtime-arm-integrator.patch: Delete. - patches.rt/preempt-realtime-arm-ixp4xx.patch: Delete. - patches.rt/preempt-realtime-arm-pxa.patch: Delete. - patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch: Delete. - patches.rt/preempt-realtime-arm-shark.patch: Delete. - patches.rt/preempt-realtime-arm.patch: Delete. - patches.rt/preempt-irqs-mips.patch: Delete. - patches.rt/preempt-realtime-mips.patch: Delete. - patches.rt/rt-mutex-arm-fix.patch: Delete. - patches.rt/rt-mutex-arm.patch: Delete. - patches.rt/rt-mutex-mips.patch: Delete. - patches.rt/mips-change-raw-spinlock-type.patch: Delete. - patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch: Delete. - patches.rt/mips-remove-duplicate-kconfig.patch: Delete. - patches.rt/mips-remove-finish-arch-switch.patch: Delete. * Fri Apr 25 2008 carnold@novell.com - rpm/kernel-binary.spec.in: kernel-xen does not obsolete/provide kernel-xenpae (bnc#382309) * Fri Apr 25 2008 olh@suse.de - update patches.arch/ppc-efika-mpc52xx-ac97.patch create /builtin/sound/cell-index, content == 1 * Thu Apr 24 2008 olh@suse.de - update patches.arch/ppc-efika-modalias.patch add newline to devspec files * Thu Apr 24 2008 olh@suse.de - update patches.arch/ppc-efika-modalias.patch add devspec file for mac-io, it was created as a side effect in of/platform.c (bnc#374693) * Thu Apr 24 2008 olh@suse.de - use bzip2 instead of lzma as rpm compression method for vanilla * Thu Apr 24 2008 olh@suse.de - relax Conflicts for kernel-vanilla no version check for lvm, udev and apparmor * Wed Apr 23 2008 olh@suse.de - readd patches.arch/ppc-pegasos-console-autodetection.patch force speed 115200, device-tree has no current-speed property * Wed Apr 23 2008 tiwai@suse.de - patches.drivers/alsa-hda-intel-new-ati-id, patches.drivers/alsa-hda-intel-use-PCI_DEVICE, patches.drivers/alsa-hda-intel-new-nvidia-id: Add missing PCI ids for new ATI/Nvidia devices (bnc#370775) - patches.drivers/alsa-dell-xps-m1330-hp-fix: Fix Dell XPS M1330 outputs * Tue Apr 22 2008 jack@suse.cz - patches.fixes/quota_reiserfs_tail_fix.diff: reiserfs: Unpack tails on quota files (375179). * Tue Apr 22 2008 olh@suse.de - update patches.arch/ppc-efika-mpc52xx-ac97.patch fixes for 2.6.25 * Sat Apr 19 2008 schwab@suse.de - Add compat handler for PTRACE_GETSIGINFO. * Sat Apr 19 2008 aj@suse.de - Conflict with apparmor-parser < 2.3 (not <=) in kernel-binary spec files. * Fri Apr 18 2008 jeffm@suse.de - Re-synced reiserfs patch set due to broken local repo. * Fri Apr 18 2008 jeffm@suse.de - Updated reiserfs patch set - Eliminated xattr interaction with AppArmor - Eliminated xattr deadlock under load between journal lock and xattr dir i_mutex - Properly annotated xattr i_mutex locking for lockdep - Code cleanup * Fri Apr 18 2008 jjohanse@suse.de - Update fsetattr.diff to EXPORT_SYMBOL_GPL(fnotify_change) * Fri Apr 18 2008 jjohanse@suse.de - patches.apparmor/__d_path-keep-connected.diff: Fix __d_path to allow for old and new behavior bnc#380763. * Thu Apr 17 2008 gregkh@suse.de - refresh patches to apply without fuzz * Thu Apr 17 2008 gregkh@suse.de - Update to 2.6.25-final * Wed Apr 16 2008 jjohanse@suse.de - Update to AppArmor 2.3 patch series * Wed Apr 16 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Fixed accidental passing of -ENODATA to userspace during chown, and messages during chown and delete. * Tue Apr 15 2008 jbeulich@novell.com - Update Xen patches to 2.6.25-rc9 and c/s 517. * Fri Apr 11 2008 gregkh@suse.de - refresh patches to clean up fuzz * Fri Apr 11 2008 gregkh@suse.de - Update config files. * Fri Apr 11 2008 gregkh@suse.de - updat to 2.6.25-rc9 * Thu Apr 10 2008 gregkh@suse.de - update to 2.6.25-rc8-git8 * Tue Apr 8 2008 gregkh@suse.de - update to 2.6.25-rc8-git7 * Mon Apr 7 2008 gregkh@suse.de - patches.kernel.org/pvrusb2-fix-broken-build-due-to-patch-order-dependency.patch: pvrusb2: fix broken build due to patch order dependency. * Mon Apr 7 2008 gregkh@suse.de - update to 2.6.25-rc8-git5 * Sun Apr 6 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Removed struct file use entirely. * Sun Apr 6 2008 jeffm@suse.de - patches.suse/reiserfs-kill-xattr-readdir.diff: Eliminated use of vfsmount-less dentry_open(). * Thu Apr 3 2008 teheo@suse.de - patches.drivers/libata-pata_ali-disable-ATAPI_DMA: pata_ali: disable ATAPI DMA (332588). * Wed Apr 2 2008 gregkh@suse.de - Update to 2.6.25-rc8 * Tue Apr 1 2008 jblunck@suse.de - rpm/kernel-source.spec.in,kernel-binary.spec.in: Cleanup Requires * Mon Mar 31 2008 jdelvare@suse.de - supported.conf: Add new hwmon drivers, all unsupported. * Thu Mar 27 2008 jeffm@suse.de - Fixed up the rest of the reiserfs patch queue. * Thu Mar 27 2008 jeffm@suse.de - Updated reiserfs xattr patches. * Thu Mar 27 2008 gregkh@suse.de - fix merge error in patches.suse/supported-flag caused by me... * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7-git2 * Thu Mar 27 2008 gregkh@suse.de - update to 2.6.25-rc7 - note that reiserfs xattr patches are now disabled due to merge issues... * Sun Mar 23 2008 teheo@suse.de - patches.drivers/libata-improve-hpa-error-handling: libata: improve HPA error handling (365534). * Thu Mar 20 2008 gregkh@suse.de - fix up some EXPORT_SYMBOL() markings to be EXPORT_SYMBOL_GPL() as the code is not upstream and we aren't allowed to add non-GPL exports to our kernel tree. * Thu Mar 20 2008 gregkh@suse.de - update to 2.6.25-rc6-git5 - refresh patches to apply cleanly * Thu Mar 20 2008 gregkh@suse.de - update to 2.6.25-rc6-git4 - refresh patches to apply cleanly * Thu Mar 20 2008 agruen@suse.de - scripts/tar-up.sh: Rename --kbuild option to --source-timestamp. For generating the source timestamp, use HEAD as the branch name. - rpm/get_release_number.sh.in: Don't try to synchronize release numbers with kernel-dummy if the release number has been specified explicitly (tar-up with --release-string, --timestamp, or --source-timestamp). * Thu Mar 20 2008 olh@suse.de - remove patches.kernel.org/powerpc-needs-uboot not needed without mpc51xx support * Thu Mar 20 2008 olh@suse.de - disable gianfar network driver and unused freescale drivers * Wed Mar 19 2008 gregkh@suse.de - patch refreshes due to version update * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6-git3 - Update config files. * Wed Mar 19 2008 gregkh@suse.de - Update to 2.6.25-rc6 - which deleted the following patches: - patches.fixes/hibernation-snapshot-numa-workaround.patch - patches.fixes/acpi-fix-double-log-level.patch - patches.fixes/acpi_fix_mem_corruption.patch - patches.kernel.org/patch-2.6.25-rc5 - patches.kernel.org/patch-2.6.25-rc5-git3 - Update config files. - delete patches.arch/x86-nvidia-timer-quirk as it is not being used. * Wed Mar 19 2008 olh@suse.de - remove patches.arch/ppc-efika-ipic.patch disable mpc51xx support instead * Tue Mar 18 2008 jeffm@suse.de - rpm/kernel-binary.spec.in: Changed to just match %%ix86 * Mon Mar 17 2008 olh@suse.de - add patches.arch/ppc-efika-ipic.patch fix a crash in init_ipic_sysfs on efika * Mon Mar 17 2008 agruen@suse.de - post.sh: Fix a syntax error when creating the initrd. * Mon Mar 17 2008 jbeulich@novell.com - patches.xen/xen-quicklist.patch: Delete. - Update i386 Xen config file. - patches.xen/xen3-patch-2.6.25-rc5-rc6: 2.6.25-rc6. - patches.xen/xen3-auto-xen-kconfig.diff, patches.xen/xen3-fixup-kconfig, patches.xen/xen3-patch-2.6.19, patches.xen/xen3-patch-2.6.20, patches.xen/xen3-patch-2.6.21, patches.xen/xen3-patch-2.6.22, patches.xen/xen3-patch-2.6.23, patches.xen/xen3-patch-2.6.24, patches.xen/xen3-patch-2.6.25-rc5, patches.xen/xen-x86-no-lapic, patches.xen/xen-x86-panic-no-reboot: Various adjustments. * Sun Mar 16 2008 jeffm@suse.de - rpm/kernel-binary.spec.in: Added an RPM conflict for 32-bit kernels and 64-bit glibc to avoid installing a 32-bit kernel with 64-bit userspace. (364433, et al) * Fri Mar 14 2008 jeffm@suse.de - scripts/tar-up.sh: Added --kbuild option to autogenerate release number based on branch and timestamp. * Fri Mar 14 2008 jeffm@suse.de - patches.apparmor/export-security_inode_permission-for-aufs: LSM: Export security_inode_permission for aufs (356902). * Fri Mar 14 2008 agruen@suse.de - Boot loader: do the same during initial installation as when updating a kernel package (FATE 302660). * Thu Mar 13 2008 gregkh@suse.de - Update to 2.6.25-rc5-git3 * Thu Mar 13 2008 olh@suse.de - disable unuses pata platform and ibm newemac driver on powerpc * Thu Mar 13 2008 olh@suse.de - add patches.xen/xen-quicklist.patch fix kernel-xen compile, readd CONFIG_QUICKLIST for xen * Wed Mar 12 2008 gregkh@suse.de - remove alpha configs as they are no longer used * Wed Mar 12 2008 gregkh@suse.de - Enabled CONFIG_UNUSED_SYMBOLS for now. It will be disabled after the next openSUSE alpha release. It is being enabled for now to let some kmp packages still work while their maintainers are working to update them with the 2.6.25 kernel changes. * Wed Mar 12 2008 gregkh@suse.de - refresh patches to apply cleanly * Wed Mar 12 2008 gregkh@suse.de - update to 2.6.25-rc5-git2 * Wed Mar 12 2008 sassmann@suse.de - patches.arch/ppc-ps3-rename-wireless-interface.patch: rename ps3 wireless interface from eth? to wlan? for better handling in udev * Wed Mar 12 2008 jbeulich@novell.com - Update Xen patches to 2.6.25-rc5 and c/s 471. - patches.xen/xen3-aslr-i386-and-x86_64-randomize-brk.patch: Delete. - patches.xen/xen3-aslr-pie-executable-randomization.patch: Delete. - patches.xen/xen3-early-firewire.diff: Delete. - Update x86 config files. - config.conf: Re-enable Xen configs. * Tue Mar 11 2008 gregkh@suse.de - add usb persist for storage devices across suspend to ram. This is going to be in 2.6.26, just missed the .25 merge window. * Tue Mar 11 2008 gregkh@suse.de - Update to 2.6.26-rc5-git1 - Update config files. * Tue Mar 11 2008 gregkh@suse.de - update to 2.6.25-rc5 * Mon Mar 10 2008 agruen@suse.de - scripts/tar-up.sh: Don't lose the EXTRAVERSION when overriding the release number with --release-string or --timestamp. * Sun Mar 9 2008 jeffm@suse.de - patches.fixes/hibernation-snapshot-numa-workaround.patch: swsusp: workaround for crash on NUMA (kernel.org#9966). * Sat Mar 8 2008 agruen@suse.de - Encode the EXTRAVERSION part of kernel release numbers in the RPM release instead of in the version. This resolves the problem that kernel releases like 2.6.25-rc4 would result in a package with a higher version than 2.6.25 according to RPM's versioning scheme (bug 271712). * Fri Mar 7 2008 schwab@suse.de - Update kdb patches. * Thu Mar 6 2008 trenn@suse.de - patches.fixes/acpi_fix_mem_corruption.patch: ACPI: Fix mem corruption (350017). - patches.fixes/acpi_thermal_passive_cleanup.patch: Warn user about a BIOS bug in asus boards (350017). * Thu Mar 6 2008 gregkh@suse.de - Update s390 config files. * Thu Mar 6 2008 gregkh@suse.de - update to 2.6.24-rc5-git1 * Wed Mar 5 2008 gregkh@suse.de - enable CONFIG_GROUP_SCHED * Wed Mar 5 2008 gregkh@suse.de - enable CONFIG_HIGH_RES_TIMERS on i386 * Wed Mar 5 2008 gregkh@suse.de - enable CONFIG_USB_PERSIST for vanilla config files * Wed Mar 5 2008 gregkh@suse.de - refresh patches to apply cleanly with no fuzz - enable CONFIG_USB_PERSIST so that users can enable this if they want * Wed Mar 5 2008 gregkh@suse.de - update the vanilla config files for CONFIG_DEBUG_RODATA * Wed Mar 5 2008 gregkh@suse.de - enable CONFIG_DEBUG_RODATA (Not really a debug option, something we need in all of our kernels.) * Wed Mar 5 2008 gregkh@suse.de - Update vanilla config files. * Wed Mar 5 2008 jbeulich@novell.com - patches.fixes/parport-mutex, patches.suse/stack-unwind: Fix merge mistakes. - Update i386 config files. * Wed Mar 5 2008 gregkh@suse.de - Update tree to 2.6.25-rc4 * Wed Mar 5 2008 fseidel@suse.de - add patches.fixes/fat_detect_media_wo_parttable.patch and patches.fixes/fat_valid_media.patch: detect FAT formated medias without partition table correctly (bnc 364365) * Tue Mar 4 2008 olh@suse.de - add patches.kernel.org/s390-defkeymap.patch Build fix for drivers/s390/char/defkeymap.c * Tue Mar 4 2008 olh@suse.de - enable ext2/3 acl support in ps3 kernel * Tue Mar 4 2008 olh@suse.de - Update to 2.6.25-rc3-git5 * Tue Mar 4 2008 olh@suse.de - use suffix -ps3 for PS3 kernel, it is only used in otheros.bld * Mon Mar 3 2008 lmb@suse.de - rpm/kernel-binary.spec.in: Require udev >= 118. * Mon Mar 3 2008 ak@suse.de - patches.arch/x86-nvidia-timer-quirk: Delete. PCI device ID list still not complete and let's have the same crap as mainline for now. It would be better to fix the PCI ID lists (#302327) * Sun Mar 2 2008 olh@suse.de - add patches.fixes/ibmvstgt-fixes.patch fix oops in ibmvstgt init function * Fri Feb 29 2008 olh@suse.de - add patches.arch/ppc-pci-bogus-resources.patch fix bogus test for unassigned resources * Thu Feb 28 2008 olh@suse.de - disable CONFIG_CRYPTO_DEV_HIFN_795X on ppc32 due to __divdi3 usage - update patches.kernel.org/powerpc-needs-uboot disable mkimage call in arch/powerpc/boot/wrapper * Thu Feb 28 2008 olh@suse.de - update patches.kernel.org/fixed-phy-select add dependency on libphy=y * Wed Feb 27 2008 jdelvare@suse.de - patches.fixes/acpi-fix-double-log-level.patch: ACPI: Fix a duplicate log level. * Wed Feb 27 2008 trenn@suse.de - patches.fixes/acpi_force-fan-active.patch: Delete. * Tue Feb 26 2008 sdietrich@suse.de - remove obsolete adaptive-locks patches patches.rt/rtmutex-adaptive-locks.patch: Delete. patches.rt/rtmutex-adjust-pi_lock-usage-in-wakeup.patch: Delete. patches.rt/rtmutex-optimize-wakeup.patch: Delete. patches.rt/rtmutex-rearrange.patch: Delete. patches.rt/rtmutex-remove-extra-try.patch: Delete. patches.rt/rtmutex-adaptive-mutexes.patch: Delete. patches.rt/rtmutex-adaptive-timeout.patch: Delete. patches.rt/rtmutex-lateral-steal.patch: Delete. patches.rt/rtmutex-lateral-steal-sysctl.patch: Delete. * Tue Feb 26 2008 sassmann@suse.de - remove patches included upstream patches.arch/ppc-ps3-gelic-cleanup.patch patches.arch/ppc-ps3-gelic-endianness.patch patches.arch/ppc-ps3-gelic-ethernet-linkstatus.patch patches.arch/ppc-ps3-gelic-fix-fallback.diff patches.arch/ppc-ps3-gelic-multiple-interface.patch patches.arch/ppc-ps3-gelic-remove-duplicate-ethtool-handlers.patch patches.arch/ppc-ps3-gelic-wireless-v2.patch * Tue Feb 26 2008 jeffm@suse.de - Update config files: Disabled CONFIG_INPUT_YEALINK per an old request from AJ. * Tue Feb 26 2008 jeffm@suse.de - Update to 2.6.25-rc3. * Sun Feb 24 2008 sdietrich@suse.de - patches.rt/0001-sched-count-of-queued-RT-tasks.patch: Delete. - patches.rt/0002-sched-track-highest-prio-task-queued.patch: Delete. - patches.rt/0003-sched-add-RT-task-pushing.patch: Delete. - patches.rt/0004-sched-add-rt-overload-tracking.patch: Delete. - patches.rt/0005-sched-pull-RT-tasks-from-overloaded-runqueues.patch: Delete. - patches.rt/0006-sched-push-RT-tasks-from-overloaded-CPUs.patch: Delete. - patches.rt/0007-sched-disable-standard-balancer-for-RT-tasks.patch: Delete. - patches.rt/0008-sched-add-RT-balance-cpu-weight.patch: Delete. - patches.rt/0009-sched-clean-up-this_rq-use-in-kernel-sched_rt.c.patch: Delete. - patches.rt/0010-sched-de-SCHED_OTHER-ize-the-RT-path.patch: Delete. - patches.rt/0011-sched-break-out-search-for-RT-tasks.patch: Delete. - patches.rt/0012-sched-RT-balancing-include-current-CPU.patch: Delete. - patches.rt/0013-sched-pre-route-RT-tasks-on-wakeup.patch: Delete. - patches.rt/0014-sched-optimize-RT-affinity.patch: Delete. - patches.rt/0015-sched-wake-balance-fixes.patch: Delete. - patches.rt/0016-sched-RT-balance-avoid-overloading.patch: Delete. - patches.rt/0017-sched-break-out-early-if-RT-task-cannot-be-migrated.patch: Delete. - patches.rt/0018-sched-RT-balance-optimize.patch: Delete. - patches.rt/0019-sched-RT-balance-optimize-cpu-search.patch: Delete. - patches.rt/0020-sched-RT-balance-on-new-task.patch: Delete. - patches.rt/0021-sched-clean-up-pick_next_highest_task_rt.patch: Delete. - patches.rt/0022-sched-clean-up-find_lock_lowest_rq.patch: Delete. - patches.rt/0023-sched-clean-up-overlong-line-in-kernel-sched_debug.patch: Delete. - patches.rt/0024-sched-clean-up-kernel-sched_rt.c.patch: Delete. - patches.rt/0025-sched-remove-rt_overload.patch: Delete. - patches.rt/0026-sched-remove-leftover-debugging.patch: Delete. - patches.rt/0027-sched-clean-up-pull_rt_task.patch: Delete. - patches.rt/0028-sched-clean-up-schedule_balance_rt.patch: Delete. - patches.rt/0029-sched-add-sched-domain-roots.patch: Delete. - patches.rt/0030-sched-update-root-domain-spans-upon-departure.patch: Delete. - patches.rt/0031-Subject-SCHED-Only-balance-our-RT-tasks-within-ou.patch: Delete. - patches.rt/0032-sched-fix-sched_rt.c-join-leave_domain.patch: Delete. - patches.rt/0033-sched-remove-unused-JIFFIES_TO_NS-macro.patch: Delete. - patches.rt/0034-sched-style-cleanup-2.patch: Delete. - patches.rt/0035-sched-add-credits-for-RT-balancing-improvements.patch: Delete. - patches.rt/0036-sched-reactivate-fork-balancing.patch: Delete. - patches.rt/0037-sched-whitespace-cleanups-in-topology.h.patch: Delete. - patches.rt/0038-sched-no-need-for-affine-wakeup-balancing-in.patch: Delete. - patches.rt/0039-sched-get-rid-of-new_cpu-in-try_to_wake_up.patch: Delete. - patches.rt/0040-sched-remove-do_div-from-__sched_slice.patch: Delete. - patches.rt/0041-sched-RT-balance-replace-hooks-with-pre-post-sched.patch: Delete. - patches.rt/0042-sched-RT-balance-add-new-methods-to-sched_class.patch: Delete. - patches.rt/0043-sched-RT-balance-only-adjust-overload-state-when-c.patch: Delete. - patches.rt/0044-sched-remove-some-old-cpuset-logic.patch: Delete. - Remove scheduler patches already upstream in 2.6.25-rc1 * Sat Feb 23 2008 jeffm@suse.de - patches.kernel.org/libertas-section-conflict: libertas: fix section conflict. * Sat Feb 23 2008 jeffm@suse.de - Enabled patches.kernel.org/ps3-lpm-include * Sat Feb 23 2008 jeffm@suse.de - patches.kernel.org/spu_profiler-include: powerpc: spu_profiler build fix. * Sat Feb 23 2008 jeffm@suse.de - patches.kernel.org/ps3-lpm-include: ps3: lpm build fix. * Sat Feb 23 2008 jeffm@suse.de - patches.kernel.org/fixed-phy-select: powerpc: FSL_SOC requires FIXED_PHY. - patches.kernel.org/lguest-fixups: lguest: Fix asm-offsets_32 with correct config option. * Sat Feb 23 2008 jeffm@suse.de - Build fixes for ia64 and i386. * Sat Feb 23 2008 jeffm@suse.de - Update to 2.6.25-rc2-git6. - Removed: - patches.arch/ppc-pegasos-pata_via-fixup.patch: Delete. - patches.arch/ppc-pegasos-console-autodetection.patch: Delete. - patches.arch/ppc-ps3-make-dev_id-and-bus_id-u64.diff: Delete. - patches.arch/acpi_autoload_bay.patch: Delete. - patches.arch/small-acpica-extension-to-be-able-to-store-the-name-of.patch: Delete. - patches.arch/export-acpi_check_resource_conflict.patch: Delete. - patches.drivers/early-firewire.diff: Delete. - patches.drivers/scsi-throttle-SG_DXFER_TO_FROM_DEV-warning-better: Delete. - patches.drivers/libata-implement-force-parameter: Delete. - patches.drivers/igb-1.0.8-k2: Delete. - patches.drivers/always-announce-new-usb-devices.patch: Delete. - patches.drivers/nozomi.patch: Delete. - patches.drivers/libata-quirk_amd_ide_mode: Delete. - patches.fixes/acpi_autoload_baydock.patch: Delete. - patches.fixes/bluetooth_hci_dev_put.patch: Delete. - patches.fixes/bluetooth_hci_conn_childs.patch: Delete. - patches.fixes/mac80211-fix-hw-scan1.patch: Delete. - patches.fixes/mac80211-fix-hw-scan2.patch: Delete. - patches.fixes/libiscsi-missing-semicolon.diff: Delete. - patches.fixes/pci-quirk-enable-smbus-on-hp-xw4100.patch: Delete. - patches.kernel.org/patch-2.6.24.1: Delete. - patches.suse/acpi_dsdt_ssdt_initrd_initramfs.patch: Delete. - patches.suse/squashfs.patch.fixup: Delete. - patches.suse/aslr-pie-executable-randomization.patch: Delete. - patches.suse/aslr-i386-and-x86_64-randomize-brk.patch: Delete. - Xen and RT currently disabled. - SquashFS may not work. * Fri Feb 22 2008 jeffm@suse.de - scripts/embargo-filter: fixed and renabled check * Fri Feb 22 2008 sdietrich@suse.de - embargoed-patches: eliminate embargoed patches abuse. * Fri Feb 22 2008 jeffm@suse.de - scripts/embargo-filter: Disable check for non-existant patches. * Fri Feb 22 2008 schwab@suse.de - Update kdb patches. * Fri Feb 22 2008 jbeulich@novell.com - config/i386/xenpae: Rename to config/i386/xen. - config.conf: Delete i386/xenpae. * Thu Feb 21 2008 sdietrich@suse.de - Update config files: update RT options for adaptive RT locks * Thu Feb 21 2008 sdietrich@suse.de - patches.rt/rtmutex-adaptive-mutexes.patch: cleanup. - patches.rt/rtmutex-adaptive-timeout.patch: cleanup. - patches.rt/rtmutex-lateral-steal-sysctl.patch: sysctl for runtime-control of lateral mutex stealing. * Thu Feb 21 2008 jbeulich@novell.com - Update Xen patches to c/s 425. - patches.xen/sfc-network-driver: Solarflare: Standard network driver (disabled until status clarified). - patches.xen/sfc-resource-driver: Solarflare: Resource driver (disabled until status clarified). - Update Xen config files. * Wed Feb 20 2008 ghaskins@suse.de - adaptive-locking v20 * Wed Feb 20 2008 ghaskins@suse.de - adaptive-locking v19 * Wed Feb 20 2008 jeffm@suse.de - Update config files for dmraid45. * Wed Feb 20 2008 bwalle@suse.de - rpm/kernel-binary.spec.in: add PAGESIZE detection for makedumpfile.config from the .config file also for PPC64 * Wed Feb 20 2008 fseidel@suse.de - patches.fixes/bluetooth_hci_dev_put.patch, patches.fixes/bluetooth_hci_conn_childs.patch, patches.fixes/bluetooth_hci_unregister_sysfs.patch: fix kernel crash after removing bluetooth adapter (bnc 359546) * Tue Feb 19 2008 jeffm@suse.de - patches.suse/dm-raid45-2.6.24-20080602a.patch: DMRAID45 module. * Fri Feb 15 2008 sdietrich@suse.de - Update to latest patch set: - patches.rt/rearrange_rtspinlock_sleep: [PATCH 02/10] rearrange rtspinlock sleep - patches.rt/optimize_rtspinlock_wakeup: [PATCH 03/10] optimize rtspinlock wakeup - patches.rt/adaptive_RT_spinlock_support: [PATCH 04/10] Adaptive RT spinlock support - patches.rt/add_timeout_mechanism: [PATCH 05/10] add a loop counter based timeoutmechanism - patches.rt/adaptive_mutexes: [PATCH 06/10] adaptive mutexes - patches.rt/adjust_pi_lock_usage_in_wakeup: [PATCH 07/10] Adjust pi_lock usage in wakeup - patches.rt/optimize_printk_fastpath: [PATCH 08/10] optimize the !printk fastpath throughthe lock acquisition - patches.rt/remove_extra_call_try_to_take_lock: [PATCH 09/10] remove the extra call to try_to_take_lock - patches.rt/lateral_lock_steal: [PATCH 10/10] allow rt-mutex lock-stealing toinclude lateral priority * Fri Feb 15 2008 sdietrich@suse.de - embargoed-patches: (embargo development RT throughput patches) - Update config files (RT config options) - patches.rt/optimize_rtspinlock_wakeup: optimize rtspinlock wakeup. - patches.rt/adaptive_RT_spinlock_support: Adaptive RT spinlock support. - patches.rt/add_timeout_mechanism: add a loop counter based timeout mechanism - patches.rt/adaptive_mutexes: adaptive mutexes - patches.rt/adjust_pi_lock_usage_in_wakeup: Adjust pi_lock usage in wakeup - patches.rt/optimize_printk_fastpath: optimize the !printk fastpath through the lockacquisition - patches.rt/remove_extra_call_try_to_take_lock: remove the extra call to try_to_take_lock - patches.rt/lateral_lock_steal: allow rt-mutex lock-stealing to include lateralpriority - patches.rt/rearrange_rtspinlock_sleep: cleanup rtspinlock sleep * Thu Feb 14 2008 jeffm@suse.de - Removed unused OCFS2 patches. * Thu Feb 14 2008 jeffm@suse.de - Removed old commented out ocfs2 patchset. * Thu Feb 14 2008 teheo@suse.de - patches.drivers/libata-quirk_amd_ide_mode: PCI: modify SATA IDE mode quirk (345124). * Wed Feb 13 2008 jeffm@suse.de - patches.suse/ocfs2-03-split-disk-heartbeat-out.diff: Fixed section conflict. * Wed Feb 13 2008 jeffm@suse.de - Update config files. * Wed Feb 13 2008 jeffm@suse.de - Merged and re-enabled OCFS2 userspace clustering * Wed Feb 13 2008 jdelvare@suse.de - config/*: Don't build i2c algorithm drivers that we do not use. - supported.conf: Drop i2c-elektor and i2c-algo-pcf, we don't ship them. * Tue Feb 12 2008 teheo@suse.de Build fix for section mismatch check. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). * Mon Feb 11 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: Delete. - patches.drivers/libata-implement-force-parameter: libata: implement libata.force module parameter (337610). * Fri Feb 8 2008 gregkh@suse.de - Update to 2.6.24.1 - fixes CVE-2008-0007, CVE-2008-0009, CVE-2008-0010 - lots of USB device ids updated - lots of other bugfixes - removed patches.fixes/bootstrap-memoryless-node.patch as it is now contained within. * Fri Feb 8 2008 gregkh@suse.de - Move ipv6-no-autoconf to xen directory as it is a Xen bugfix * Fri Feb 8 2008 bwalle@suse.de - patches.arch/ppc-fix-prpmc2800: remove patch since it's not needed with current binutils any more * Fri Feb 8 2008 bwalle@suse.de - patches.drivers/igb-2007-12-11: Delete. - patches.drivers/igb-1.0.8-k2: Update to latest version which is also upstream now in the 2.6.25 tree. * Fri Feb 8 2008 gregkh@suse.de - Remove NO_BRP_NOEXECSTACK from the .spec files as it is obsolete and doesn't do anything anymore. * Fri Feb 8 2008 jbeulich@novell.com - patches.xen/xen3-auto-common.diff, patches.xen/xen3-patch-2.6.23: fix merge mistake. * Fri Feb 8 2008 jbenc@suse.cz - Update config files: disabled CONFIG_BCM43XX. * Wed Feb 6 2008 jeffm@suse.de - patches.apparmor/vfs-mkdir.diff: Added missing case in kernel/cgroup.c * Wed Feb 6 2008 fseidel@suse.de - updated patches.drivers/nozomi.patch: mainline info * Wed Feb 6 2008 sdietrich@suse.de - Update config files: RT@1KHz, sched groups & cpusets enabled. * Wed Feb 6 2008 olh@suse.de - enable bnx2 on ppc64 (bnc 359114 - LTC42106) * Wed Feb 6 2008 gregkh@suse.de - remove unused lockd patches: - patches.suse/lockd-switchable-statd - patches.suse/lockd-kernel-statd - patches.suse/lockd-suse-config - patches.suse/lockd-max-hosts-dynamic * Tue Feb 5 2008 oneukum@suse.de - patches.suse/usb_printer_no_auto.diff: Delete. Obsoleted by mainline change * Tue Feb 5 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) for RT kernels * Tue Feb 5 2008 gregkh@suse.de - Enable CONFIG_TASK_IO_ACCOUNTING (bnc 356547) * Thu Jan 31 2008 sdietrich@suse.de - patches.rt/megasas_IRQF_NODELAY.patch: Convert megaraid sas IRQ to non-threaded IRQ. - patches.rt/version.patch: Delete (unused). * Thu Jan 31 2008 jbenc@suse.cz - patches.fixes/mac80211-fix-hw-scan1.patch, patches.fixes/mac80211-fix-hw-scan2.patch: mac80211: hardware scan rework (bnc#307050). * Thu Jan 31 2008 sdietrich@suse.de - Remove a legacy tweak carried over from the 10.3 Kernel, enable the affinity load-balancing sysctl. * Wed Jan 30 2008 sdietrich@suse.de - patches.rt/x86-ticket-lock.patch: FIFO ticket lock spinlocks for x86 (RT). - patches.rt/rt-mutex-i386.patch: Resolve conflicts. * Tue Jan 29 2008 olh@suse.de - really skip kernel-ps3 in suse_kernel_module_package rpm macro * Tue Jan 29 2008 jbeulich@novell.com - Update Xen patches to 2.6.24 final and c/s 399. - patches.xen/xen3-seccomp-disable-tsc-option: [PATCH seccomp: make tsc disabling optional (191123). * Sat Jan 26 2008 sdietrich@suse.de - Linux-RT 2.6.24-rt1 (many patches in patches.rt refreshed). - patches.rt/series: Delete (unused). * Sat Jan 26 2008 olh@suse.de - update patches.arch/ppc-efika-modalias.patch use struct device_attribute to fix oops on boot * Fri Jan 25 2008 jeffm@suse.de - scripts/sequence-patch.sh: Updated to include $EXTRA_SYMBOLS in $PATCH_DIR (e.g.: --symbol=RT creates linux-2.6.24-RT) * Fri Jan 25 2008 jeffm@suse.de - patches.rt/rcu-new-1.patch: Updated context against 2.6.24. * Fri Jan 25 2008 olh@suse.de - add patches.fixes/bootstrap-memoryless-node.patch slab: fix bootstrap on memoryless node * Fri Jan 25 2008 gregkh@suse.de - refresh allmost all patches to apply cleanly and have a proper diffstat (except for the xen patches, they were left alone...) * Fri Jan 25 2008 gregkh@suse.de - Update to 2.6.24 * Thu Jan 24 2008 olh@suse.de - always skip kernel-ps3 in suse_kernel_module_package rpm macro * Thu Jan 24 2008 sdietrich@suse.de - Update config files: set SYSFS_DEPRECATED for reverse compatibility with SLERT * Tue Jan 22 2008 olh@suse.de - update patches.arch/ppc-efika-modalias.patch simplify patch * Tue Jan 22 2008 agruen@suse.de - patches.rpmify/cloneconfig.diff: Adjust to upstream i386 + x86_64 merge (347712). * Tue Jan 22 2008 sassmann@suse.de - add defconfig for ps3 kernel - add entry for ps3 defconfig in config.conf - add support for kernels without loadable modules to rpm/kernel-binary.spec.in - include ps3 target in scripts/tar-up_and_run_mbuild.sh * Mon Jan 21 2008 sdietrich@suse.de - Update config files (RT) * Mon Jan 21 2008 sdietrich@suse.de - Linux-RT 2.6.24-rc8-rt1 * Mon Jan 21 2008 olh@suse.de - add patches.arch/ppc-pegasos-pata_via-fixup.patch call chrp_pci_fixup_vt8231_ata() later to allow pata_via usage * Mon Jan 21 2008 aj@suse.de - Remove unused config/s390/rt. * Fri Jan 18 2008 jeffm@suse.de - patches.rt/irq-flags-unsigned-long.patch: Delete. * Fri Jan 18 2008 jeffm@suse.de - Update to 2.6.24-rc8-git2. * Fri Jan 18 2008 jeffm@suse.de - Enabled 2.6.24-rc8-git1. * Fri Jan 18 2008 jbenc@suse.cz - patches.fixes/rt2x00-remove-duplicate-id.patch: Delete. The patch is not correct, there exist two cards with different chipsets but the same USB ID. * Fri Jan 18 2008 jbenc@suse.cz - patches.fixes/rt2x00-remove-duplicate-id.patch: rt2x00: remove duplicate USB ID (350956). * Fri Jan 18 2008 olh@suse.de - sync powerpc vanilla with default .config to enable libata * Fri Jan 18 2008 olh@suse.de - add patches.arch/ppc-pegasos-mv643xx_eth-modalias.patch provide module alias platform:mv643xx_eth * Thu Jan 17 2008 jeffm@suse.de - Update to 2.6.24-rc8-git1. * Wed Jan 16 2008 jeffm@suse.de - Update to 2.6.24-rc8. * Sun Jan 13 2008 jeffm@suse.de - Update to 2.6.24-rc7-git5. * Fri Jan 11 2008 jeffm@suse.de - Update to 2.6.24-rc7-git3. * Fri Jan 11 2008 jbeulich@novell.com - Update Xen patches to c/s 372 and 2.6.24-rc7. - patches.xen/xen3-aux-at_vector_size.patch: Delete. - Update Xen config files. * Thu Jan 10 2008 olh@suse.de - update patches.arch/ppc-efika-ethernet-phy.patch move Forth code to fixup_device_tree_efika * Wed Jan 9 2008 schwab@suse.de - Fix debug package build. * Wed Jan 9 2008 oneukum@suse.de - Update config files. CONFIG_USB_SUSPEND default * Wed Jan 9 2008 schwab@suse.de - Update kdb patches. * Wed Jan 9 2008 jbeulich@novell.com - patches.suse/stack-unwind: Another try... * Wed Jan 9 2008 jeffm@suse.de - Update config files: Enabled CONFIG_SCSI_SAS_ATA. (346990) * Wed Jan 9 2008 jbeulich@novell.com - patches.suse/stack-unwind: Fix CONFIG_FRAME_POINTER build. * Wed Jan 9 2008 jbeulich@novell.com - patches.suse/stack-unwind: DWARF2 EH-frame based stack unwinding. - patches.xen/xen3-stack-unwind: DWARF2 EH-frame based stack unwinding. - Update config files. * Tue Jan 8 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: Fixed so it only applies to i386, and updated config files. * Tue Jan 8 2008 jeffm@suse.de - patches.fixes/seccomp-disable-tsc-option: [PATCH] seccomp: make tsc disabling optional (191123). * Tue Jan 8 2008 olh@suse.de - add patches.arch/ppc-efika-ethernet-phy.patch drop patches.arch/ppc-efika-bestcomm-ethernet.patch provide phy-handle property for fec_mpc52xx (347234) * Tue Jan 8 2008 teheo@suse.de - patches.drivers/libata-force-cable-type: libata: implement libata.force_cbl parameter (337610). * Mon Jan 7 2008 jeffm@suse.de - Update to 2.6.24-rc7. * Mon Jan 7 2008 teheo@suse.de - patches.drivers/libata-sata_nv-disable-ADMA: sata_nv: disable ADMA by default (346508). * Mon Jan 7 2008 teheo@suse.de Bug 347708. port_info for vmw was being assigned to the wrong index. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). * Mon Jan 7 2008 teheo@suse.de As the rest of kernel has caught up now, this one is no longer necessary. - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. * Mon Jan 7 2008 teheo@suse.de - patches.drivers/libata-fix-up-build-after-upstream-update.patch: Delete. - patches.drivers/libata-ata_piix-vmw-ign-DMA-err: ata_piix: ignore ATA_DMA_ERR on vmware ich4 (258256). * Fri Jan 4 2008 jeffm@suse.de - Update config files for -vanilla. * Fri Jan 4 2008 jeffm@suse.de - patches.rt/timer-freq-tweaks.patch: Adjusted context. * Fri Jan 4 2008 jeffm@suse.de - Update config files. * Fri Jan 4 2008 jeffm@suse.de - Update to 2.6.24-rc6-git11. * Wed Jan 2 2008 jblunck@suse.de - rpm/kernel-binary.spec.in: Copy debug sources to a proper location. * Tue Jan 1 2008 jeffm@suse.de - Update to 2.6.24-rc6-git7. * Tue Jan 1 2008 jeffm@suse.de - scripts/run_oldconfig.sh: Removed RT symbol from EXTRA_SYMBOLS. We add it manually when building the patch list. This allows the script to work with the RT kernel without having to remove all the other configs from config.conf first.