Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161191AbbENRlt (ORCPT ); Thu, 14 May 2015 13:41:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46614 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933319AbbENRlr (ORCPT ); Thu, 14 May 2015 13:41:47 -0400 Message-ID: <5554DE56.5030202@redhat.com> Date: Thu, 14 May 2015 19:41:42 +0200 From: Denys Vlasenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Linus Torvalds CC: Ingo Molnar , Steven Rostedt , Borislav Petkov , "H. Peter Anvin" , Andy Lutomirski , Oleg Nesterov , Frederic Weisbecker , Alexei Starovoitov , Will Drewry , Kees Cook , the arch/x86 maintainers , Linux Kernel Mailing List Subject: Re: [PATCH] x86/asm/entry/64: Use shorter MOVs from segmers registers References: <1431622519-19718-1-git-send-email-dvlasenk@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1163 Lines: 23 On 05/14/2015 07:08 PM, Linus Torvalds wrote: > On Thu, May 14, 2015 at 10:05 AM, Linus Torvalds > wrote: >> >> I don't object to the patch, but did we actually confirm that it >> always overwrites all of %ecx? > > Just to clarify: I don't object to the patch because the code doesn't > actually end up *depending* on the high bits anyway, and does > word-sized compares etc. And the instruction size and speed things I > don't doubt. So it's just the commit message I wanted to check wrt > that whole "always overwrites all of %ecx". Because older CPU's didn't > necessarily (things like partial register writes are much less of an > issue when you're in-order and stupid ;) This is 64-bit code, and all 64-bit CPUs zero-extend moves from segment registers. As you said, in this particular code it wouldn't matter anyway since subsequent code doesn't care about high bits of %ecx... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/