Re: [PATCH] x86: introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE

From: Denys Vlasenko
Date: Mon Jan 12 2015 - 01:24:29 EST


On Mon, Jan 12, 2015 at 1:38 AM, Andy Lutomirski <luto@xxxxxxxxxxxxxx> wrote:
>> Sequences
>> pushl_cfi %reg
>> CFI_REL_OFFSET reg, 0
>> and
>> popl_cfi %reg
>> CFI_RESTORE reg
>> happen quite often. This patch adds macros which generate them.
>>
>> No assembly changes (verified with objdump -dr vmlinux.o).
>
> Looks sane to me. Where does this apply in relation to the rest of your series?

On top of my latest four-patch set.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/