[kernel] r19008 - in dists/trunk/linux-2.6/debian: . patches/bugfix/all patches/bugfix/arm patches/bugfix/x86 patches/features/x86/efi-stub patches/series
Ben Hutchings
benh at alioth.debian.org
Fri May 18 03:27:19 UTC 2012
Author: benh
Date: Fri May 18 03:27:16 2012
New Revision: 19008
Log:
Update to 3.3.6
Deleted:
dists/trunk/linux-2.6/debian/patches/bugfix/all/NFSv4-Ensure-that-the-LOCK-code-sets-exception-inode.patch
dists/trunk/linux-2.6/debian/patches/bugfix/all/NFSv4-Ensure-that-we-check-lock-exclusive-shared-typ.patch
dists/trunk/linux-2.6/debian/patches/bugfix/all/revert-autofs-work-around-unhappy-compat-problem-on-.patch
dists/trunk/linux-2.6/debian/patches/bugfix/arm/ARM-orion5x-Fix-GPIO-enable-bits-for-MPP9.patch
dists/trunk/linux-2.6/debian/patches/bugfix/x86/dell-laptop-terminate-quirks-list-properly.patch
dists/trunk/linux-2.6/debian/patches/bugfix/x86/drm-i915-fix-integer-overflow-in-i915_gem_do_execbuffer.patch
dists/trunk/linux-2.6/debian/patches/bugfix/x86/drm-i915-fix-integer-overflow-in-i915_gem_execbuffer2.patch
dists/trunk/linux-2.6/debian/patches/features/x86/efi-stub/
Modified:
dists/trunk/linux-2.6/debian/changelog
dists/trunk/linux-2.6/debian/patches/series/base
Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog Thu May 17 01:51:19 2012 (r19007)
+++ dists/trunk/linux-2.6/debian/changelog Fri May 18 03:27:16 2012 (r19008)
@@ -1,3 +1,34 @@
+linux-2.6 (3.3.6-1~experimental.1) experimental; urgency=low
+
+ * New upstream stable update:
+ http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.3.5
+ http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.3.6
+ - USB: cdc-wdm: fix race leading leading to memory corruption
+ - autofs: make the autofsv5 packet file descriptor use a packetized pipe
+ (Closes: #633423)
+ - PM / Hibernate: fix the number of pages used for hibernate/thaw buffering
+ (Closes: #659363)
+ - efi: Validate UEFI boot variables
+ - efivars: Improve variable validation
+ - fs/cifs: fix parsing of dfs referrals
+ - hfsplus: Fix potential buffer overflows (CVE-2012-2319)
+ - exit_signal: fix the "parent has changed security domain" logic
+ - net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg
+ - sky2: fix receive length error in mixed non-VLAN/VLAN traffic
+ (Closes: #492853)
+ - [s390] KVM: do store status after handling STOP_ON_STOP bit
+ - [s390] KVM: Sanitize fpc registers for KVM_SET_FPU
+ - KVM: Fix write protection race during dirty logging
+ - KVM: mmu_notifier: Flush TLBs before releasing mmu_lock
+ - KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
+ (CVE-2012-1601)
+ - KVM: nVMX: Fix erroneous exception bitmap check
+ - KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context
+ - KVM: lock slots_lock around device assignment
+ - hugepages: fix use after free bug in "quota" handling
+
+ -- Ben Hutchings <ben at decadent.org.uk> Fri, 18 May 2012 03:53:16 +0100
+
linux-2.6 (3.3.4-1~experimental.1) experimental; urgency=low
* New upstream stable update:
Modified: dists/trunk/linux-2.6/debian/patches/series/base
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/base Thu May 17 01:51:19 2012 (r19007)
+++ dists/trunk/linux-2.6/debian/patches/series/base Fri May 18 03:27:16 2012 (r19008)
@@ -58,8 +58,6 @@
+ bugfix/arm/ARM-Fix-missing-linux-types.h-inclusion-in-asm-hardw.patch
+ bugfix/arm/ARM-Fix-missing-include-for-call-to-soft_restart-in-.patch
-+ bugfix/arm/ARM-orion5x-Fix-GPIO-enable-bits-for-MPP9.patch
-
# Update all Hyper-V drivers to 3.4-rc1 (no longer staging)
+ features/x86/hyperv/0043-drivers-hv-kvp-Add-cleanup-connector-defines.patch
+ features/x86/hyperv/0044-drivers-hv-kvp-Move-the-contents-of-hv_kvp.h-to-hype.patch
@@ -95,19 +93,5 @@
+ features/x86/hyperv/0076-net-hyperv-Fix-the-code-handling-tx-busy.patch
+ features/x86/hyperv/0077-hv-remove-the-second-argument-of-k-un-map_atomic.patch
-+ features/x86/efi-stub/0011-x86-efi-Fix-pointer-math-issue-in-handle_ramdisks.patch
-+ features/x86/efi-stub/0012-tools-include-Add-byteshift-headers-for-endian-acces.patch
-+ features/x86/efi-stub/0013-x86-mkpiggy-Don-t-open-code-put_unaligned_le32.patch
-+ features/x86/efi-stub/0014-x86-boot-Restrict-CFLAGS-for-hostprogs.patch
-+ features/x86/efi-stub/0015-x86-efi-Fix-endian-issues-and-unaligned-accesses.patch
-+ features/x86/efi-stub/0016-x86-boot-Correct-CFLAGS-for-hostprogs.patch
-+ features/x86/efi-stub/0017-x86-efi-Add-dedicated-EFI-stub-entry-point.patch
-
+ bugfix/all/brcmsmac-INTERMEDIATE-but-not-AMPDU-only-when-tracin.patch
+ bugfix/all/NFSv4-Rate-limit-the-state-manager-for-lock-reclaim-.patch
-+ bugfix/all/NFSv4-Ensure-that-the-LOCK-code-sets-exception-inode.patch
-+ bugfix/all/NFSv4-Ensure-that-we-check-lock-exclusive-shared-typ.patch
-+ bugfix/x86/drm-i915-fix-integer-overflow-in-i915_gem_execbuffer2.patch
-+ bugfix/x86/drm-i915-fix-integer-overflow-in-i915_gem_do_execbuffer.patch
-+ bugfix/all/revert-autofs-work-around-unhappy-compat-problem-on-.patch
-+ bugfix/x86/dell-laptop-terminate-quirks-list-properly.patch
More information about the Kernel-svn-changes
mailing list