Re: [PATCH v2 0/9] Make check implementation arch agnostic

From: Miroslav Benes
Date: Fri Jul 31 2020 - 05:14:25 EST


> I've push both series base on top of tip/objtool/core at [3].
>
> - The first two patches make it simpler for new arches to provide their
> list of kernel headers, without worrying about modifications in the x86
> headers.
> - Patch 3 Moves arch specific macros to more suitable location
> - Patches 4 and 5 add abstraction to handle alternatives
> - Patch 6 adds abstraction to handle jump table
> - Patches 7-9 abstracts the use of unwind hints, so some definitions
> can be shared across architectures while keeping arch specific
> semantics
>
> Changes since v1 [4]:
> - Rebased on recent tip/objtool/core
> - Split the unwind hint rework into multiple patches as suggested by
> Miroslav

For remaining patches 7-9

Reviewed-by: Miroslav Benes <mbenes@xxxxxxx>

M