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:	Sat, 17 Dec 2011 12:08:36 -0500
From:	Brian Gerst <brgerst@...il.com>
To:	nai.xia@...il.com
Cc:	Andi Kleen <ak@...ux.intel.com>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux-MM <linux-mm@...ck.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: Question about missing "cld" in x86 string assembly code

On Sat, Dec 17, 2011 at 9:58 AM, Nai Xia <nai.xia@...il.com> wrote:
> Hi Andi,
>
> Seems I used a stale email address of you from a related git commit log,
> so this is a resend, sorry.
>
> =======
> Hi,
>
> I notice that all x86 assembly code for string operations containing
> "scasb, lodsb", etc does not have "cld" at the beginning.
> Is this 100% safe?
> Or in other words, how could we be sure that
> there is no "std" generated by compiler somewhere just before
> the string operations?
>
>
> Thanks,
>
> Nai
> --
> 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/

The i386 ELF ABI states "The direction flag must be set to the
‘‘forward’’ (that is, zero) direction before entry and upon exit from
a function."  Therefore it can be assumed to be clear, unless
explicitly set.

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