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-next>] [day] [month] [year] [list]
Date:	Sat, 14 Jun 2014 11:16:42 -0700
From:	Andy Lutomirski <luto@...capital.net>
To:	Russ Cox <rsc@...ang.org>, linux-api@...r.kernel.org,
	Ian Taylor <iant@...ang.org>, linux-kernel@...r.kernel.org
Cc:	X86 ML <x86@...nel.org>, dalias@...c.org,
	Andy Lutomirski <luto@...capital.net>
Subject: [RFC 0/2] __vdso_findsym

The idea is to add AT_VDSO_FINDSYM pointing at __vdso_findsym.  This
implements __vdso_findsym.

This would make it easier for runtimes that don't otherwise implement
ELF loaders to use the vdso.

Thoughts?

If people like the basic concept, I'll finish it, write up
documentation and a selftest.  If people don't like it, I'll drop it.

Andy Lutomirski (2):
  uapi: Add some missing dynamic table-related definitions to elf.h
  [NOT READY] x86/vdso: Add __vdso_findsym

 arch/x86/vdso/Makefile          |   3 +
 arch/x86/vdso/vdso-findsym.c    | 136 ++++++++++++++++++++++++++++++++++++++++
 arch/x86/vdso/vdso-layout.lds.S |  11 ++--
 arch/x86/vdso/vdso.lds.S        |   1 +
 arch/x86/vdso/vdso2c.h          |   2 +-
 include/uapi/linux/elf.h        | 121 +++++++++++++++++++++++++++++++++++
 6 files changed, 268 insertions(+), 6 deletions(-)
 create mode 100644 arch/x86/vdso/vdso-findsym.c

-- 
1.9.3

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