On Tue, Jun 21, 2022 at 07:26:30AM +0000, Tong Tiangen wrote: > In subsequent patches we'll need to fill in extable data fields in > regular assembly files. In preparation for this, move the definitions of > the extable data fields earlier in asm-extable.h so that they are > defined for both assembly and C files. > > There should be no functional change as a result of this patch. > > Signed-off-by: Mark Rutland <mark.rutland@xxxxxxx> > Signed-off-by: Tong Tiangen <tongtiangen@xxxxxxxxxx> > --- > arch/arm64/include/asm/asm-extable.h | 22 ++++++++++++---------- > 1 file changed, 12 insertions(+), 10 deletions(-) This (and the following) patch should retain Mark's authorship information as they are taken from his git tree: https://git.kernel.org/pub/scm/linux/kernel/git/mark/linux.git/log/?h=arm64/extable/asm-uaccess I plan to apply the first six patches for now, so I'll fix that up at the same time. Will