On Tue, Aug 01, 2023 at 04:11:39PM +0200, Adrian Reber wrote: > On Mon, Jul 31, 2023 at 08:39:26PM +0200, Heiko Carstens wrote: > > Adrian Reber reported the following CRIU build bug after > > commit b8af5999779d ("s390/ptrace: make all psw related > > defines also available for asm"): > > > > compel/arch/s390/src/lib/infect.c: In function 'arch_can_dump_task': > > compel/arch/s390/src/lib/infect.c:523:25: error: 'UL' undeclared (first use in this function) > > 523 | if (psw->mask & PSW_MASK_RI) { > > | ^~~~~~~~~~~ > > > > Add the missing linux/const.h include to fix this. > > Thanks. That fixes the build failure for me. Thanks for verifying. This should make it into rc5.