Message ID | 20241007123921.549340-1-mark.rutland@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: asm-offsets: clenups | expand |
On Mon, 07 Oct 2024 13:39:14 +0100, Mark Rutland wrote: > This series removes a number of unused asm-offsets entries. This is > purely a cleanup. > > This is arragned as a series of patches rather than one big patch for > easier bisection and/or backporting, and so that each removal can be > explained independently. > > [...] Applied to arm64 (for-next/asm-offsets), thanks! [1/7] arm64: asm-offsets: remove TSK_ACTIVE_MM https://git.kernel.org/arm64/c/ab23df141f53 [2/7] arm64: asm-offsets: remove VMA_VM_* https://git.kernel.org/arm64/c/7bd8870af8dd [3/7] arm64: asm-offsets: remove COMPAT_{RT_,SIGFRAME_REGS_OFFSET https://git.kernel.org/arm64/c/4c92c121c402 [4/7] arm64: asm-offsets: remove MM_CONTEXT_ID https://git.kernel.org/arm64/c/1abc7c1e5933 [5/7] arm64: asm-offsets: remove VM_EXEC and PAGE_SZ https://git.kernel.org/arm64/c/4ce689b4480a [6/7] arm64: asm-offsets: remove DMA_{TO,FROM}_DEVICE https://git.kernel.org/arm64/c/b129125e1f96 [7/7] arm64: asm-offsets: remove PREEMPT_DISABLE_OFFSET https://git.kernel.org/arm64/c/7bb32dc788dd
On 07/10/2024 13:39, Mark Rutland wrote: > This series removes a number of unused asm-offsets entries. This is > purely a cleanup. > > This is arragned as a series of patches rather than one big patch for > easier bisection and/or backporting, and so that each removal can be > explained independently. > > There should be no functional change as a result of this series. > > Mark. > > Mark Rutland (7): > arm64: asm-offsets: remove TSK_ACTIVE_MM > arm64: asm-offsets: remove VMA_VM_* > arm64: asm-offsets: remove COMPAT_{RT_,SIGFRAME_REGS_OFFSET > arm64: asm-offsets: remove MM_CONTEXT_ID > arm64: asm-offsets: remove VM_EXEC and PAGE_SZ > arm64: asm-offsets: remove DMA_{TO,FROM}_DEVICE > arm64: asm-offsets: remove PREEMPT_DISABLE_OFFSET I see Catalin has already merged these, but for what it's worth, the series looks good to me. And it means I can remove a patch from my boot-time page size series. Reviewed-by: Ryan Roberts <ryan.roberts@arm.com> > > arch/arm64/include/asm/assembler.h | 7 ------- > arch/arm64/kernel/asm-offsets.c | 24 ------------------------ > 2 files changed, 31 deletions(-) >