Re: [PATCH -next v6 02/10] arm64: asm-extable: move data fields
From: Will Deacon <will@kernel.org>
Date: 2022-06-28 11:15:41
Also in:
linux-arm-kernel, linux-mm, lkml
From: Will Deacon <will@kernel.org>
Date: 2022-06-28 11:15:41
Also in:
linux-arm-kernel, linux-mm, lkml
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@arm.com> Signed-off-by: Tong Tiangen <redacted> --- 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