Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp4888717imm; Fri, 18 May 2018 12:25:01 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpKUEcf9rARU3lOtVzDpccGZHd9MpazA+BX5sAaeuKUNxOePyraYm3dNRGzsQf1tm74A+uL X-Received: by 2002:a63:6706:: with SMTP id b6-v6mr8445885pgc.214.1526671501136; Fri, 18 May 2018 12:25:01 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526671501; cv=none; d=google.com; s=arc-20160816; b=YmJt5avX5HIyhJPLe2D4IEcc1OevVl2Edz3rTP552BLqSvO7/H4ymfVcNZkZXz+EFJ USShEFpMOAiVpYfM2/r0whiFcWGxRre2vg3ou8G6vHIzmNxyJMrMWBIeSEneCg5/KWcw QoyD+6QHUEQr4JdqLW5kNFuPDNnEoA0OXnaicOS+wpvbkoeyxhf26gX6SyFWBewXEeL+ pFwgwqNe5LjheUjvFWXvRAwKMmK0BnXbQKmkDLptKcUHX0R+27PGmBdNpJ66P012nWYu oUW2F6YccD/JJ5U5VQkAt4pRzBIEgCQQTzRdSaZOPsYdlbJIwM7CVA0gfqELQGD6I+Zw yN3g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to :user-agent:date:arc-authentication-results; bh=TaGR1W19wIDvY1JJl4AkZxAxuO5r/4ffDhJD+IzhDDY=; b=MUEx1UDIZojDZNwMv3doVTPUywH2fQmCkyfIhydZ3/af2SIVbguLAReNqxhJrrw1lX Iq5G9O1Tr3xyPwIdPms5IPtD8vqHomVWZshIAa+yInhwxKArx9tv1lq7KBDlY3mmWJCN fVU3Mnu7XZyCEUGURNjUhawwdsXfThcpERbkbc6ie+bNX3sTwTgnSslQZOB7RSE1zb+a Q1cRbCNJ0wzgx/lUGPZ7s+DY6Z1+cvf5zZQEqKREF7kvBoe60PXK1S/k7D/mvx5Ou7qW GAtukoRQeeUpuu9/ezqE5Z8/sXHFGTraKLdokcia7XpW+z0aYIGJOWua4kqcZJQNIPsz Vu8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d190-v6si8377732pfg.142.2018.05.18.12.24.47; Fri, 18 May 2018 12:25:01 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751768AbeERTXN convert rfc822-to-8bit (ORCPT + 99 others); Fri, 18 May 2018 15:23:13 -0400 Received: from terminus.zytor.com ([198.137.202.136]:38907 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751117AbeERTXM (ORCPT ); Fri, 18 May 2018 15:23:12 -0400 Received: from [10.170.141.84] ([192.55.54.58]) (authenticated bits=0) by mail.zytor.com (8.15.2/8.15.2) with ESMTPSA id w4IJMrsA2546650 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 18 May 2018 12:22:53 -0700 Date: Fri, 18 May 2018 12:22:50 -0700 User-Agent: K-9 Mail for Android In-Reply-To: References: <20180517161402.78089-1-namit@vmware.com> <20180517161402.78089-3-namit@vmware.com> <20180518075853.GD12217@hirez.programming.kicks-ass.net> <6DB0E0C2-CCD2-4FCE-BD8B-5E340E308FF7@vmware.com> <2F760FAE-C19C-4BC3-A8CC-7D17CEF3B116@zytor.com> <6A3E90AA-7838-4C2A-B628-908F34902B75@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH 2/6] x86: bug: prevent gcc distortions To: Linus Torvalds , namit@vmware.com CC: Peter Zijlstra , Linux Kernel Mailing List , the arch/x86 maintainers , Thomas Gleixner , Ingo Molnar , Josh Poimboeuf From: hpa@zytor.com Message-ID: <102B8072-91D5-4D28-82C9-64D5AA73802C@zytor.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On May 18, 2018 12:21:00 PM PDT, Linus Torvalds wrote: >On Fri, May 18, 2018 at 12:18 PM Nadav Amit wrote: > >> Gnu ASM manual says: "Each time you run as it assembles exactly one >source >> program. The source program is made up of one or more files.” > >Ok, that counts as documentation, although it's confusing as hell. Is >it >one source program or multiple files again? I see what they are trying >to >say, but it really could be phrased more clearly ;) > > Linus At least we have a solution! -- Sent from my Android device with K-9 Mail. Please excuse my brevity.