Re: [PATCH 2/9] objtool: Fix ORC unwinding in non-JIT BPF generated code

From: Peter Zijlstra
Date: Fri Jun 14 2019 - 03:13:58 EST


On Thu, Jun 13, 2019 at 08:20:30PM -0500, Josh Poimboeuf wrote:
> On Thu, Jun 13, 2019 at 01:57:11PM -0700, Alexei Starovoitov wrote:

> > and to patches 8 and 9.
>
> Well, it's your code, but ... can I ask why? AT&T syntax is the
> standard for Linux, which is in fact the OS we are developing for.

I agree, all assembly in Linux is AT&T, adding Intel notation only
serves to cause confusion.