All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Zijlstra <peterz@infradead.org>
To: David Woodhouse <dwmw2@infradead.org>
Cc: Andy Lutomirski <luto@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>, Laura Abbott <labbott@redhat.com>,
	X86 ML <x86@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	stable <stable@vger.kernel.org>
Subject: Re: Yet another KPTI regression with 4.14.x series in a VM
Date: Sat, 13 Jan 2018 14:10:10 +0100	[thread overview]
Message-ID: <20180113131010.GJ3397@worktop> (raw)
In-Reply-To: <1515846611.22302.567.camel@infradead.org>

On Sat, Jan 13, 2018 at 12:30:11PM +0000, David Woodhouse wrote:
> On Sat, 2018-01-13 at 13:08 +0100, Peter Zijlstra wrote:
> > 
> >         ALTERNATIVE "orq $(PTI_SWITCH_PGTABLE_MASK), \scratch_reg",
> >                     "orq $(PTI_SWITCH_MASK), \scratch_reg", X86_FEATURE_PCID
> > 
> > Is not wanting to compile though; probably that whole alternative vs
> > macro thing again :/
> 
> Welcome to my world. Try
> 
>  ALTERNATIVE __stringify(orq $(PTI_SWITCH_PGTABLE_MASK), \scratch_reg), \
>              __stringify(orq $(PTI_SWITCH_MASK), \scratch_reg), \
>              X86_FEATURE_PCID

Doesn't seem to work, gets literal __stringy() crud in the .s file.

WARNING: multiple messages have this Message-ID (diff)
From: Peter Zijlstra <peterz@infradead.org>
To: David Woodhouse <dwmw2@infradead.org>
Cc: Andy Lutomirski <luto@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Borislav Petkov <bp@alien8.de>, Laura Abbott <labbott@redhat.com>,
	X86 ML <x86@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	stable <stable@vger.kernel.org>
Subject: Re: Yet another KPTI regression with 4.14.x series in a VM
Date: Sat, 13 Jan 2018 14:10:10 +0100	[thread overview]
Message-ID: <20180113131010.GJ3397@worktop> (raw)
In-Reply-To: <1515846611.22302.567.camel@infradead.org>

On Sat, Jan 13, 2018 at 12:30:11PM +0000, David Woodhouse wrote:
> On Sat, 2018-01-13 at 13:08 +0100, Peter Zijlstra wrote:
> > 
> > ��������ALTERNATIVE "orq $(PTI_SWITCH_PGTABLE_MASK), \scratch_reg",
> > ������������������� "orq $(PTI_SWITCH_MASK), \scratch_reg", X86_FEATURE_PCID
> > 
> > Is not wanting to compile though; probably that whole alternative vs
> > macro thing again :/
> 
> Welcome to my world. Try
> 
> �ALTERNATIVE __stringify(orq $(PTI_SWITCH_PGTABLE_MASK), \scratch_reg), \
>              __stringify(orq $(PTI_SWITCH_MASK), \scratch_reg), \
>              X86_FEATURE_PCID

Doesn't seem to work, gets literal __stringy() crud in the .s file.

  reply	other threads:[~2018-01-13 13:10 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-12 18:19 Yet another KPTI regression with 4.14.x series in a VM Laura Abbott
2018-01-12 18:51 ` Thomas Gleixner
2018-01-12 21:30   ` Laura Abbott
2018-01-12 21:51     ` Thomas Gleixner
2018-01-13  6:08       ` Andy Lutomirski
2018-01-13  6:33         ` Willy Tarreau
2018-01-13 20:01           ` Andy Lutomirski
2018-01-13 20:45             ` Thomas Gleixner
2018-01-13 20:52               ` Andy Lutomirski
2018-01-13 12:08         ` Peter Zijlstra
2018-01-13 12:30           ` David Woodhouse
2018-01-13 13:10             ` Peter Zijlstra [this message]
2018-01-13 13:10               ` Peter Zijlstra
2018-01-13 13:39               ` David Woodhouse
2018-01-13 14:14               ` David Woodhouse
2018-01-13 12:50           ` Thomas Gleixner
2018-01-13 13:51             ` Borislav Petkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180113131010.GJ3397@worktop \
    --to=peterz@infradead.org \
    --cc=bp@alien8.de \
    --cc=dwmw2@infradead.org \
    --cc=labbott@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.