From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH] KVM: VMX: modify macro definition 'R' to 'R ' because of gcc-5+ Date: Wed, 27 Jun 2018 15:02:19 +0200 Message-ID: <20180627130218.GA25804@flask> References: <1530017988-8026-1-git-send-email-yiqiaoxihui@163.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, mtosatti@redhat.com, tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: LiuYang Return-path: Content-Disposition: inline In-Reply-To: <1530017988-8026-1-git-send-email-yiqiaoxihui@163.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org 2018-06-26 20:59+0800, LiuYang: > GCC 5.4.0 enables raw strings by default and they have higher priority > than macros, thus R is interpreted incorrectly. > Fix it by putting a space between macro R and a string literal. > > Signed-off-by: LiuYang > --- This got fixed in 2012 by b188c81f2e1a ("KVM: VMX: Make use of asm.h"). Please refresh the tree, thanks.