Re: [PATCH V2 0/2] arm64/mm: Add remaining TLBI_XXX_MASK macros
From: Anshuman Khandual
Date: Thu Nov 13 2025 - 04:15:20 EST
On 24/10/25 9:32 AM, Anshuman Khandual wrote:
> Add remaining TLBI_XXX_MASK macros. But before that drop one redundant
> 'level' trimming operation in __tlbi_level().
>
> Changes in V2:
>
> - Added KVM changes required to accommodate TLBI_TTL_MASK split
> - Updated the commit message
>
> Changes in V1:
>
> https://lore.kernel.org/all/20251021052022.2898275-1-anshuman.khandual@xxxxxxx/
>
> Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
> Cc: Will Deacon <will@xxxxxxxxxx>
> Cc: Marc Zyngier <maz@xxxxxxxxxx>
> Cc: Oliver Upton <oliver.upton@xxxxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Cc: kvmarm@xxxxxxxxxxxxxxx
>
> Anshuman Khandual (2):
> arm64/mm: Drop redundant 'level' range trimming in __tlbi_level()
> arm64/mm: Add remaining TLBI_XXX_MASK macros
>
> arch/arm64/include/asm/tlbflush.h | 26 ++++++++++++++++++--------
> arch/arm64/kvm/nested.c | 8 +++++---
> 2 files changed, 23 insertions(+), 11 deletions(-)
>
Gentle ping. Any updates or concerns regarding these changes ?