rpms/kernel/devel linux-2.6-debug-account-kmalloc.patch,1.5,1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 29 00:12:54 UTC 2005


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7930

Modified Files:
	linux-2.6-debug-account-kmalloc.patch 
Log Message:
buildfix


linux-2.6-debug-account-kmalloc.patch:
 linux-2.6.14/include/linux/slab.h   |   29 +++++
 linux-2.6.14/include/linux/string.h |    2 
 linux-2.6.14/mm/slab.c              |   36 -------
 tiny/fs/proc/proc_misc.c            |   21 ++++
 tiny/include/linux/slab.h           |   19 +++
 tiny/init/Kconfig                   |    7 +
 tiny/mm/Makefile                    |    1 
 tiny/mm/kmallocacct.c               |  182 ++++++++++++++++++++++++++++++++++++
 tiny/mm/slab.c                      |    8 +
 9 files changed, 265 insertions(+), 40 deletions(-)

Index: linux-2.6-debug-account-kmalloc.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-debug-account-kmalloc.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux-2.6-debug-account-kmalloc.patch	29 Dec 2005 00:05:42 -0000	1.5
+++ linux-2.6-debug-account-kmalloc.patch	29 Dec 2005 00:12:52 -0000	1.6
@@ -443,3 +443,15 @@
 -	return buf;
 -}
 -EXPORT_SYMBOL(kstrdup);
+
+--- linux-2.6.14/include/linux/string.h~	2005-12-28 19:12:06.000000000 -0500
++++ linux-2.6.14/include/linux/string.h	2005-12-28 19:12:19.000000000 -0500
+@@ -88,8 +88,6 @@ extern int memcmp(const void *,const voi
+ extern void * memchr(const void *,int,__kernel_size_t);
+ #endif
+ 
+-extern char *kstrdup(const char *s, gfp_t gfp);
+-
+ #ifdef __cplusplus
+ }
+ #endif




More information about the fedora-cvs-commits mailing list