From: Josephine Pfeiffer To: Will Deacon Cc: catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] arm64: ptdump: use seq_puts() in pt_dump_seq_puts() macro In-Reply-To: References: <20251018170416.3355249-1-hi@josie.lol> Hi Will, Thank you for reviewing! This is part of a 4-patch series that fixes the same issue across multiple architectures. The other three patches are: [PATCH 2/4] ARM: ptdump: use seq_puts() in pt_dump_seq_puts() macro https://lore.kernel.org/all/20251018170442.3355403-1-hi@josie.lol/ [PATCH 3/4] riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macro https://lore.kernel.org/all/20251018170451.3355496-1-hi@josie.lol/ [PATCH 4/4] s390: ptdump: use seq_puts() in pt_dump_seq_puts() macro https://lore.kernel.org/all/20251018170521.3355738-1-hi@josie.lol/ Each patch was sent to the respective architecture maintainers. Best, Josie