--- linux-2.6.18.1/mm/slab.c 2006-09-20 16:58:45 +0200 +++ linux-2.6.18.1-vs2.1.1-rc46/mm/slab.c 2006-09-25 15:40:02 +0200 @@ -3101,6 +3105,7 @@ static void free_block(struct kmem_cache int i; struct kmem_list3 *l3; + // printk("·· free_block(%x) = %dx%x\n", cachep->gfpflags, nr_objects, cachep->objsize); for (i = 0; i < nr_objects; i++) { void *objp = objpp[i]; struct slab *slabp; --- linux-2.6.18.1/fs/namei.c 2006-09-20 16:58:35 +0200 +++ linux-2.6.18.1-vs2.1.1-rc46/fs/namei.c 2006-10-09 22:53:39 +0200 @@ -1567,6 +1630,7 @@ int may_open(struct nameidata *nd, int a return 0; } + /* * open_namei() * --- linux-2.6.18.1/arch/um/kernel/process_kern.c 2006-06-18 04:52:38 +0200 +++ linux-2.6.18.1-vs2.1.1-rc46/arch/um/kernel/process_kern.c 2006-10-06 23:10:42 +0200 @@ -23,6 +23,7 @@ #include "linux/proc_fs.h" #include "linux/ptrace.h" #include "linux/random.h" + #include "asm/unistd.h" #include "asm/mman.h" #include "asm/segment.h" --- linux-2.6.18.1/kernel/timer.c 2006-09-20 16:58:44 +0200 +++ linux-2.6.18.1-vs2.1.1-rc46/kernel/timer.c 2006-09-25 15:40:02 +0200 @@ -1332,7 +1329,6 @@ asmlinkage long sys_getpid(void) asmlinkage long sys_getppid(void) { int pid; - rcu_read_lock(); pid = rcu_dereference(current->real_parent)->tgid; rcu_read_unlock();