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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 30 Apr 2007 10:12:44 +0100
From:	Christoph Hellwig <hch@...radead.org>
To:	Roland McGrath <roland@...hat.com>
Cc:	Christoph Hellwig <hch@....de>, akpm@...l.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] utrace: remove exports

On Sun, Apr 29, 2007 at 09:02:32PM -0700, Roland McGrath wrote:
> > EXPORT_SYMBOL_GPL(utrace_attach);
> > 
> > 	There is not modular user of this, so this and the other utrace_
> > 	functions should not be exported.  Nor do I think that exporting
> > 	such a low-level process control is nessecary a good idea, but
> > 	we'll have to evaluate that if patches to add users show up.
> 
> If you remove the exports, just throw the whole thing away.
> The reason utrace exists is to be used by modules.

used != used by modules.  Even without things exported you can use
things in the kernel.  Once we have a valid modular use case we can
add exports.

-
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