Re: [GIT PULL] x86/asm changes for v4.13

From: Linus Torvalds
Date: Mon Jul 03 2017 - 16:38:32 EST


On Mon, Jul 3, 2017 at 1:50 AM, Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
> A single commit micro-optimizing short string copies on certain Intel CPUs.

That's slightly misleading - it's not string copies, it's just regular
user copies using the "fast string" interface.

Fixing that up in my merge commit message.

Linus