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]
Date:	Sun, 1 Apr 2012 08:52:35 +0200
From:	Willy Tarreau <w@....eu>
To:	"H. Peter Anvin" <hpa@...or.com>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Ingo Molnar <mingo@...nel.org>,
	Thomas Gleixner <tglx@...utronix.de>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Arjan van de Ven <arjan@...radead.org>
Subject: Re: [PATCH] x86-32: A better system call mechanism

On Sun, Apr 01, 2012 at 08:50:19AM +0200, Willy Tarreau wrote:
> Hi Peter,
> 
> On Sun, Apr 01, 2012 at 12:00:00AM +0000, H. Peter Anvin wrote:
> > On x86-32, we currently use int $0x80 as the primary system call
> > mechanism.  Although there are some recent variants available on
> > certain hardware (sysenter, syscall) via the vdso, the primary system
> > call vector is still way up the interrupt vector table, which is
> > inefficient.
> > 
> > This patch adds a very small amount of code which permits the very
> > first vector to be used for system call.  That vector is #DE, divide
> > error, generally known as division by zero.
> 
> Looks like a clever trick, but beyond the beauty, what does it really
> save ? Code size is the same as aam 0 / div edx are both 2-byte long,
> just like int 0x80. Is the call less expensive ? And if so, how does
> it compare to vdso ?

Hmmm I think I just found the response in the Date header, time to get
some coffee :-)

Willy

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