Re: [PATCH] arm64: rename S_FRAME_SIZE to PT_REGS_SIZE

2021-01-13 Thread Catalin Marinas
On Tue, 12 Jan 2021 09:58:13 +0800, Jianlin Lv wrote: > S_FRAME_SIZE is the size of the pt_regs structure, no longer the size of > the kernel stack frame, the name is misleading. In keeping with arm32, > rename S_FRAME_SIZE to PT_REGS_SIZE. Applied to arm64 (for-next/fixes), thanks! [1/1] arm64:

Re: [PATCH] arm64: rename S_FRAME_SIZE to PT_REGS_SIZE

2021-01-12 Thread Mark Rutland
On Tue, Jan 12, 2021 at 09:58:13AM +0800, Jianlin Lv wrote: > S_FRAME_SIZE is the size of the pt_regs structure, no longer the size of > the kernel stack frame, the name is misleading. In keeping with arm32, > rename S_FRAME_SIZE to PT_REGS_SIZE. > > Signed-off-by: Jianlin Lv I think

[PATCH] arm64: rename S_FRAME_SIZE to PT_REGS_SIZE

2021-01-11 Thread Jianlin Lv
S_FRAME_SIZE is the size of the pt_regs structure, no longer the size of the kernel stack frame, the name is misleading. In keeping with arm32, rename S_FRAME_SIZE to PT_REGS_SIZE. Signed-off-by: Jianlin Lv --- arch/arm64/kernel/asm-offsets.c | 2 +-