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:	Tue, 9 Sep 2008 09:15:10 -0700 (PDT)
From:	Linus Torvalds <torvalds@...ux-foundation.org>
To:	Adrian Bunk <bunk@...nel.org>
cc:	Ingo Molnar <mingo@...e.hu>, "H. Peter Anvin" <hpa@...or.com>,
	Arjan van de Ven <arjan@...radead.org>,
	x86 maintainers <x86@...nel.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [git pull] x86 fixes



On Tue, 9 Sep 2008, Adrian Bunk wrote:
> 
> We use 3DNow! for bigger memcpy's if the kernel is configured for a K7.
> 
> How does this fit into your picture?

It doesn't. I guess I don't care that much, since explicitly asking for 
some odd-ball case does indicate that you want a very specific kernel. I 
guess that's ok. I'm certainly not violently against it.

Of course, I also suspect that we _could_ fix it so that things like 
memcpy really only have two cases:

 - the special inlined "rep movs" thing. Although I'm not actually sure 
   gcc even does this, and I don't think we force it any more.

 - If doing a function call, we could just fix things up to be more 
   dynamic. Of course, the fixups for the SMP cases are scary (ie we'd 
   probably have to first change it to a one-byte "int $3" instruction, 
   then change the target, and then write the first byte back - and handle 
   any race with another CPU by fixing up the trap).

but I dunno.

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