Re: [PATCH 11/17] s390: Add airq_iv_lock

2021-04-09 Thread Matthew Wilcox
On Fri, Apr 09, 2021 at 02:18:16PM +0800, kernel test robot wrote: > Hi "Matthew, > > Thank you for the patch! Yet something to improve: Thanks. I'll fold in this patch to fix it. diff --git a/arch/s390/include/asm/airq.h b/arch/s390/include/asm/airq.h index d281340de14a..26030b7c1b88 100644 -

Re: [PATCH 11/17] s390: Add airq_iv_lock

2021-04-08 Thread kernel test robot
Hi "Matthew, Thank you for the patch! Yet something to improve: [auto build test ERROR on next-20210408] [cannot apply to s390/features tip/x86/core dm/for-next gfs2/for-next block/for-next linus/master hnaz-linux-mm/master v5.12-rc6 v5.12-rc5 v5.12-rc4 v5.12-rc6] [If your patch is applied to t

[PATCH 11/17] s390: Add airq_iv_lock

2021-04-08 Thread Matthew Wilcox (Oracle)
Allow lockdep to track the airq bit spin locks. Signed-off-by: Matthew Wilcox (Oracle) --- arch/s390/include/asm/airq.h | 5 +++-- drivers/s390/cio/airq.c | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/s390/include/asm/airq.h b/arch/s390/include/asm/airq.h inde