Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp4904381imm; Fri, 18 May 2018 12:42:34 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoeOrKAlTlY/XklL1R583VaEzYtnooPC7RvEkDNcmo59uqjNa8KAifYbwEgraHbWEXYA8zA X-Received: by 2002:a17:902:40d:: with SMTP id 13-v6mr10800431ple.117.1526672554392; Fri, 18 May 2018 12:42:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526672554; cv=none; d=google.com; s=arc-20160816; b=AKlhjKpTRD5lXqP9e4i6r6lv7aCxJxu5cNBhq90pw9/SBuhYLly0giXmAs5wgQDtxP d0im92GTk/MUQNTCSIlTg6bvJhhCEElp8r2h07RBbNvMQSK6aLyri6Lg61OXtSDbY4m6 miLiM9TNGNWr8tQWz7PvYYQCnKmDM+S7OWVmdGdftqlfC3sUk8tfkzdKCpgCR3tPgy2+ /pemhSoIUVlJkFNcUqecHoV+1uthP9s6/BeEcZt683LBFu6ymdxEXZ8LgBucxbsm1fk5 DJ3+l1mBrFNNLnXr9PGmU+GAyh0OLZV/CmEbFbiSusHDAs5aBLoaxfKyz4aDyci5cjgx qYlw== 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=30HVAdEIdo3eL5qCKZGX1fYNVsvcBdPRRf86qqB15Vc=; b=zpysblYEzzO139pCFLPN86xHFyLc6YhUUtJXMgvPNQhcDXLGkprMPv3ZcMHmqfIpY3 Ky5REzoa19NjnFwwq/JVWBHSpizh/mGlBotBqk6nG86LKHe+D5q+n2tQ4Vq/W5FTxu/2 BZen4nwbC0vDRSv9QKGULPQm32L2dQYRvgVNIA59/iB9DRt6R/yTqOnQ6gRi4m2u6zAK lFcFpb7ifU4TSGVKsVFm5crd52fpgGoxilrW6LHtFsY428oqVes47Uxk6FqoSGRwvuAS NEVZXl938Q+1UDweY80518MJvyyTJlpiSG2TPBd074ruW1kSwTM1MAyxQNP3+xaZjDW8 rHAA== 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 c65-v6si8294950pfa.99.2018.05.18.12.42.20; Fri, 18 May 2018 12:42:34 -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 S1752119AbeERTlq convert rfc822-to-8bit (ORCPT + 99 others); Fri, 18 May 2018 15:41:46 -0400 Received: from terminus.zytor.com ([198.137.202.136]:49809 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751846AbeERTln (ORCPT ); Fri, 18 May 2018 15:41:43 -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 w4IJfJPi2551441 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 18 May 2018 12:41:20 -0700 Date: Fri, 18 May 2018 12:41:17 -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> <102B8072-91D5-4D28-82C9-64D5AA73802C@zytor.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: Nadav Amit CC: Linus Torvalds , Peter Zijlstra , Linux Kernel Mailing List , the arch/x86 maintainers , Thomas Gleixner , Ingo Molnar , Josh Poimboeuf From: hpa@zytor.com Message-ID: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On May 18, 2018 12:36:20 PM PDT, Nadav Amit wrote: >hpa@zytor.com wrote: > >> 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! > >Thanks for all your help. I will try to do it over over the weekend. > >Funny, I see that this “trick” (-Wa,[filename.s]) is already being used >to >include arch/x86/boot/code16gcc.h so I feel “safer” to use it. > >Regards, >Nadav Oh. I don't remember when we did that... might even be my doing and then I just forgot about it :) -- Sent from my Android device with K-9 Mail. Please excuse my brevity.