Re: [vgupta-arc:for-next 3/4] arch/arc/kernel/disasm.c:494:23: error: 'struct pt_regs' has no member named 'gp'; did you mean 'fp'?

2022-04-26 Thread Vineet Gupta
On 4/26/22 00:31, Sergey Matyukevich wrote: I have just sent a fixup for this snafu: https://lore.kernel.org/linux-snps-arc/20220426072447.125975-1-geoma...@gmail.com/T/#u IIUC, you have not yet sent a pull-request for next release. So probably it makes sense to squash this commit with b08a66fb6

Re: [vgupta-arc:for-next 3/4] arch/arc/kernel/disasm.c:494:23: error: 'struct pt_regs' has no member named 'gp'; did you mean 'fp'?

2022-04-26 Thread Sergey Matyukevich
ig: arc-randconfig-r012-20220425 > (https://download.01.org/0day-ci/archive/20220426/202204260826.d9fdltjm-...@intel.com/config) > compiler: arceb-elf-gcc (GCC) 11.3.0 > reproduce (this is a W=1 build): > wget > https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/

[PATCH/next] ARC: disasm: fix gp name for arc700

2022-04-26 Thread Sergey Matyukevich
Fixes: b08a66fb680018b6 ("ARC: disasm: handle ARCv2 case in kprobe get/set functions"). Signed-off-by: Sergey Matyukevich Reported-by: kernel test robot --- arch/arc/kernel/disasm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arc/kernel/disasm.c b/arch/arc/kernel/d