[kernel] r10458 - in dists/sid/linux-2.6/debian: . patches/features/all patches/series

Daniel Baumann daniel at alioth.debian.org
Sat Feb 9 10:30:01 UTC 2008


Author: daniel
Date: Sat Feb  9 10:30:00 2008
New Revision: 10458

Log:
Added patch from unionfs upstream to export release_open_intent symbol.

Added:
   dists/sid/linux-2.6/debian/patches/features/all/export-unionfs-symbols.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/4

Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Sat Feb  9 10:30:00 2008
@@ -1,5 +1,6 @@
 linux-2.6 (2.6.24-4) UNRELEASED; urgency=low
 
+  [ Bastian Blank ]
   * Add stable release 2.6.24.1:
     - splice: missing user pointer access verification (CVE-2008-0009/10)
     - drm: the drm really should call pci_set_master..
@@ -47,6 +48,9 @@
     - slab: fix bootstrap on memoryless node
     - DVB: cx23885: add missing subsystem ID for Hauppauge HVR1800 Retail
 
+  [ Daniel Baumann ]
+  * Added patch from unionfs upstream to export release_open_intent symbol.
+
  -- Bastian Blank <waldi at debian.org>  Fri, 08 Feb 2008 22:26:16 +0100
 
 linux-2.6 (2.6.24-3) unstable; urgency=low

Added: dists/sid/linux-2.6/debian/patches/features/all/export-unionfs-symbols.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/features/all/export-unionfs-symbols.patch	Sat Feb  9 10:30:00 2008
@@ -0,0 +1,11 @@
+diff -Naurp linux-2.6-2.6.24.orig/fs/namei.c linux-2.6-2.6.24/fs/namei.c
+--- linux-2.6-2.6.24.orig/fs/namei.c    2008-01-24 22:58:37.000000000 +0000
++++ linux-2.6-2.6.24/fs/namei.c 2008-02-09 10:13:55.000000000 +0000
+@@ -389,6 +389,7 @@ void release_open_intent(struct nameidat
+        else
+                fput(nd->intent.open.file);
+ }
++EXPORT_SYMBOL_GPL(release_open_intent);
+ 
+ static inline struct dentry *
+ do_revalidate(struct dentry *dentry, struct nameidata *nd)

Modified: dists/sid/linux-2.6/debian/patches/series/4
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/4	(original)
+++ dists/sid/linux-2.6/debian/patches/series/4	Sat Feb  9 10:30:00 2008
@@ -1,2 +1,3 @@
 - bugfix/all/slab-fix-bootstrap-on-memoryless-node.patch
 + bugfix/all/stable/2.6.24.1.patch
++ features/all/export-unionfs-symbols.patch



More information about the Kernel-svn-changes mailing list