Hi all, After merging the scsi-mkp tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/scsi/pcmcia/nsp_cs.c: In function 'nsp_queuecommand_lck': drivers/scsi/pcmcia/nsp_cs.c:224:22: error: 'CHECK_CONDITION' undeclared (first use in this function) 224 | SCpnt->SCp.Status = CHECK_CONDITION; | ^~~~~~~~~~~~~~~ Caused by commit 57de15221f92 ("scsi: core: Drop obsolete Linux-specific SCSI status codes") I have used the scsi-mkp tree from next-20210526 for today. -- Cheers, Stephen Rothwell