On Wed, Jun 26, 2019 at 08:50:13PM +0900, jinho lim wrote: > In traps.c, only __die calls dump_instr. > However, this function has sub-function as __dump_instr. > > dump_kernel_instr can replace those functions. > By using aarch64_insn_read, it does not have to change fs to KERNEL_DS. > > Signed-off-by: jinho lim <[email protected]> > --- > arch/arm64/kernel/traps.c | 23 +++++++---------------- > 1 file changed, 7 insertions(+), 16 deletions(-)
Thanks, this looks good to me now: Acked-by: Will Deacon <[email protected]> Catalin can pick this up for 5.3. Will

