[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170223141232.nr6fahyhcljravbn@treble>
Date: Thu, 23 Feb 2017 08:12:32 -0600
From: Josh Poimboeuf <jpoimboe@...hat.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...nel.org>,
"H. Peter Anvin" <hpa@...or.com>, linux-kernel@...r.kernel.org,
torvalds@...ux-foundation.org, arjan@...ux.intel.com, bp@...en8.de,
richard.weinberger@...il.com
Subject: Re: [PATCH] x86: Implement __WARN using UD0
On Thu, Feb 23, 2017 at 02:28:13PM +0100, Peter Zijlstra wrote:
> +/*
> + * Only UD2 is defined in the Intel SDM and AMD64 docs,
> + * but the interweb provided UD0 and UD1:
> + *
> + * https://groups.google.com/forum/#!topic/alt.os.assembly/_rS4L0fnqGE
FYI, the latest Intel SDM does have UD0 and UD1.
I guess AMD64 and hypervisors don't need to know about it, since if they
don't, it will still trigger the same invalid opcode exception anyway?
Any idea what the functional difference is between UD0 and UD2?
> + * Since some emulators terminate on UD2, we cannot use it for WARN.
That's too bad, which emulators are those?
> + * Since various instruction decoders disagree on the length of UD1,
> + * we cannot use it either. So use UD0 for WARN.
It shows up as "(bad)" in objtool and gdb, though it still gets the
length right:
8b9: 0f ff (bad)
It would be nice if the tools knew about it...
--
Josh
Powered by blists - more mailing lists