[kernel] r18989 - in dists/sid/linux-2.6/debian: . patches/bugfix/all patches/bugfix/x86 patches/features/all patches/features/x86/efi-stub patches/series

Ben Hutchings benh at alioth.debian.org
Fri May 11 22:47:33 UTC 2012


Author: benh
Date: Fri May 11 22:47:31 2012
New Revision: 18989

Log:
Update to 3.2.17

Deleted:
   dists/sid/linux-2.6/debian/patches/bugfix/all/Don-t-limit-non-nested-epoll-paths.patch
   dists/sid/linux-2.6/debian/patches/bugfix/all/NFSv4-Ensure-that-the-LOCK-code-sets-exception-inode.patch
   dists/sid/linux-2.6/debian/patches/bugfix/all/NFSv4-Ensure-that-we-check-lock-exclusive-shared-typ.patch
   dists/sid/linux-2.6/debian/patches/bugfix/all/net-fix-proc-net-dev-regression.patch
   dists/sid/linux-2.6/debian/patches/bugfix/all/revert-autofs-work-around-unhappy-compat-problem-on-.patch
   dists/sid/linux-2.6/debian/patches/bugfix/x86/drm-i915-fix-integer-overflow-in-i915_gem_do_execbuffer.patch
   dists/sid/linux-2.6/debian/patches/bugfix/x86/drm-i915-fix-integer-overflow-in-i915_gem_execbuffer2.patch
   dists/sid/linux-2.6/debian/patches/features/all/rt2x00-Identify-rt2800usb-chipsets.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/features/x86/efi-stub/0007-efi.h-Add-boottime-locate_handle-search-types.patch
   dists/sid/linux-2.6/debian/patches/series/base

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	Mon May  7 17:19:06 2012	(r18988)
+++ dists/sid/linux-2.6/debian/changelog	Fri May 11 22:47:31 2012	(r18989)
@@ -1,4 +1,7 @@
-linux-2.6 (3.2.16-2) UNRELEASED; urgency=low
+linux-2.6 (3.2.17-1) UNRELEASED; urgency=low
+
+  * New upstream stable update:
+    http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.2.17
 
   [ Ben Hutchings ]
   * aufs: Enable AUFS_EXPORT

Modified: dists/sid/linux-2.6/debian/patches/features/x86/efi-stub/0007-efi.h-Add-boottime-locate_handle-search-types.patch
==============================================================================
--- dists/sid/linux-2.6/debian/patches/features/x86/efi-stub/0007-efi.h-Add-boottime-locate_handle-search-types.patch	Mon May  7 17:19:06 2012	(r18988)
+++ dists/sid/linux-2.6/debian/patches/features/x86/efi-stub/0007-efi.h-Add-boottime-locate_handle-search-types.patch	Fri May 11 22:47:31 2012	(r18989)
@@ -10,17 +10,18 @@
 Signed-off-by: Matt Fleming <matt.fleming at intel.com>
 Link: http://lkml.kernel.org/r/1318848017-12301-1-git-send-email-matt@console-pimps.org
 Signed-off-by: H. Peter Anvin <hpa at linux.intel.com>
+[bwh: Adjust context to apply after commit
+ 3a91135a4b1720f83810399e596937598b38b158 'efi: Add new variable attributes'
+ in 3.2.17]
 ---
  include/linux/efi.h |    7 +++++++
  1 file changed, 7 insertions(+)
 
-diff --git a/include/linux/efi.h b/include/linux/efi.h
-index e46d771..d407c88 100644
 --- a/include/linux/efi.h
 +++ b/include/linux/efi.h
 @@ -472,6 +472,13 @@ extern int __init efi_setup_pcdp_console(char *);
- #define EFI_VARIABLE_RUNTIME_ACCESS     0x0000000000000004
- 
+ 				EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS | \
+ 				EFI_VARIABLE_APPEND_WRITE)
  /*
 + * The type of search to perform when calling boottime->locate_handle
 + */
@@ -32,6 +33,3 @@
   * EFI Device Path information
   */
  #define EFI_DEV_HW			0x01
--- 
-1.7.10
-

Modified: dists/sid/linux-2.6/debian/patches/series/base
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/base	Mon May  7 17:19:06 2012	(r18988)
+++ dists/sid/linux-2.6/debian/patches/series/base	Fri May 11 22:47:31 2012	(r18989)
@@ -78,13 +78,11 @@
 + features/all/fs-hardlink-creation-restrictions.patch
 + features/all/fs-hardlink-creation-restrictions-fix.patch
 + features/all/fs-hardlink-creation-restriction-cleanup.patch
-+ bugfix/all/Don-t-limit-non-nested-epoll-paths.patch
 + bugfix/all/kbuild-do-not-check-for-ancient-modutils-tools.patch
 
 # Temporary, until the original change has been tested some more
 + debian/revert-CIFS-Respect-negotiated-MaxMpxCount.patch
 
-+ bugfix/all/net-fix-proc-net-dev-regression.patch
 + bugfix/arm/ARM-orion5x-Fix-GPIO-enable-bits-for-MPP9.patch
 
 # Update all Hyper-V drivers to 3.4-rc1 (no longer staging)
@@ -166,8 +164,6 @@
 + 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/all/rt2x00-Identify-rt2800usb-chipsets.patch
-
 + features/x86/efi-stub/0001-x86-Add-missing-bzImage-fields-to-struct-setup_heade.patch
 + features/x86/efi-stub/0002-x86-Don-t-use-magic-strings-for-EFI-loader-signature.patch
 + features/x86/efi-stub/0003-efi.h-Add-struct-definition-for-boot-time-services.patch
@@ -188,11 +184,6 @@
 
 + 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
 
 # Temporary, until the next ABI bump
 + debian/revert-rtc-Provide-flag-for-rtc-devices-that-don-t-s.patch



More information about the Kernel-svn-changes mailing list