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] [day] [month] [year] [list]
Message-Id: <1231652267.4235.8.camel@perihelion.bos.jonmasters.org>
Date:	Sun, 11 Jan 2009 00:37:47 -0500
From:	Jon Masters <jonathan@...masters.org>
To:	joseluismarchetti@...oo.com.br
Cc:	linux-kernel@...r.kernel.org
Subject: Re: Is it possible for a module to load in use a shared object
	(.so) ?

On Sat, 2009-01-10 at 19:42 -0800, Jose Luis Marchetti wrote:
> Hi,
> 
> I know a module can load another module, but is it possible for a
> module to use a shared object (.so) file ?

Nope. Not directly. The only in-kernel use of "shared objects" is in the
quasi-shared object that is VDSO, but that's entirely different (the
kernel provides what looks like a shared library to userspace).

Also, you probably want to ask these questions on the kernelnewbies
mailing list, and check the archive for similar questions - both of
these questions you asked this evening have come up before :)

Jon.


--
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