[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54299737.50701@mit.edu>
Date: Mon, 29 Sep 2014 10:30:31 -0700
From: Andy Lutomirski <luto@...capital.net>
To: Chuck Ebbert <cebbert.lkml@...il.com>,
Anish Bhatt <anish@...lsio.com>
CC: linux-kernel@...r.kernel.org, x86@...nel.org, tglx@...utronix.de,
mingo@...hat.com, hpa@...or.com, sebastian@...-team.de
Subject: Re: [PATCH] x86 : Ensure X86_FLAGS_NT is cleared on syscall entry
On 09/25/2014 04:00 PM, Chuck Ebbert wrote:
> #include <stdio.h>
> #include <unistd.h>
>
> int main()
> {
> asm volatile("pushfq \n\t" \
> "pop %rax \n\t" \
> "or $0x4000,%rax \n\t" \
> "push %rax \n\t" \
> "popfq \n\t");
You're missing clobbers here. But fixing that has no effect.
> sleep(1);
>
> return 0;
> }
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists