lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 26 Jan 2007 18:29:48 +0100
From:	Michal Piotrowski <michal.k.k.piotrowski@...il.com>
To:	linux-kernel@...r.kernel.org
CC:	Andrew Morton <akpm@...l.org>, serue@...ibm.com, clg@...ibm.com,
	herbert@...hfloor.at, oleg@...sign.ru, daniel@...ac.com
Subject: Re: mm snapshot broken-out-2007-01-26-00-36.tar.gz uploaded

akpm@...l.org napisaƂ(a):
> The mm snapshot broken-out-2007-01-26-00-36.tar.gz has been uploaded to
> 
>    ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-01-26-00-36.tar.gz

kernel/exit.c: In function 'do_exit':
kernel/exit.c:941: warning: implicit declaration of function 'preexit_task_namespaces'
kernel/exit.c:941: warning: assignment makes pointer from integer without a cast
kernel/exit.c:943: error: too many arguments to function 'exit_task_namespaces'
make[1]: *** [kernel/exit.o] Error 1
make: *** [kernel] Error 2

Regards,
Michal

--
Michal K. K. Piotrowski
LTG - Linux Testers Group
(http://www.stardust.webpages.pl/ltg/)

Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@...il.com>

--- linux-work-clean/include/linux/nsproxy.h	2007-01-26 17:40:29.000000000 +0100
+++ linux-work/include/linux/nsproxy.h	2007-01-26 18:23:19.000000000 +0100
@@ -51,6 +51,6 @@ static inline void put_and_finalize_nspr
 	finalize_put_nsproxy(put_nsproxy(ns));
 }

-extern void exit_task_namespaces(struct task_struct *p);
+extern void exit_task_namespaces(struct task_struct *p, struct nsproxy *ns);

 #endif


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ