Re: [RFC PATCH v3 05/17] s390: asm/dwarf.h should only be included in assembly files
From: Heiko Carstens <hca@linux.ibm.com>
Date: 2025-12-10 15:17:06
Also in:
bpf, linux-s390, lkml
From: Heiko Carstens <hca@linux.ibm.com>
Date: 2025-12-10 15:17:06
Also in:
bpf, linux-s390, lkml
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 <redacted>
---
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.