Re: [RFC PATCH v3 05/17] s390: asm/dwarf.h should only be included in assembly files

From: Heiko Carstens
Date: Wed Dec 10 2025 - 10:17:43 EST


On Mon, Dec 08, 2025 at 06:15:47PM +0100, Jens Remus wrote:
> Align to x86 and add a compile-time check that asm/dwarf.h is only
> included in pure assembly files.
>
> Signed-off-by: Jens Remus <jremus@xxxxxxxxxxxxx>
> ---
>
> Notes (jremus):
> Changes in RFC v2:
> - Adjust to upstream change of __ASSEMBLY__ to __ASSEMBLER__.
>
> arch/s390/include/asm/dwarf.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Is there a reason why this and the next two patches couldn't go upstream
already now? It looks like they improve things in any case.
No dependency to the sframe work.