Re: [PATCH 20/20] ARC: pt_regs: create seperate type for ecr

From: Vineet Gupta
Date: Thu Aug 17 2023 - 23:47:30 EST



On 8/17/23 05:09, Pavel.Kozlov@xxxxxxxxxxxx wrote:
Hi Vineet,

I'm testing your updates and ran into the same build issue reported by the build
robot.
http://lists.infradead.org/pipermail/linux-snps-arc/2023-August/007522.html

#define MAX_REG_OFFSET offsetof(struct pt_regs, event)
This change causes a build issue for ARC700, as the event field has been
removed and the MAX_REG_OFFSET macro hasn't been updated.

I've posted v2 for 3 patches. Please reapply/retest the whole series.

Thx,
-Vineet