Re: [RFC][PATCH 1/2] x86: Provide assembly __bug_table helpers

From: Josh Poimboeuf
Date: Mon Oct 07 2024 - 13:21:11 EST


On Mon, Oct 07, 2024 at 10:32:11AM +0200, Peter Zijlstra wrote:
> +#define ASM_BUGTABLE_FLAGS(at, file, line, flags) \
> + .pushsection __bug_table, "aw" ; \
> + 123: ASM_BUG_REL(at) ; \
> + ASM_BUGTABLE_VERBOSE(file, line) ; \
> + .word flags ; \
> + .org 123b + 6 + ASM_BUGTABLE_VERBOSE_SIZE ; \
^
should be a tab?

Nice cleanup!

Acked-by: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>

--
Josh