On Tue, Apr 25, 2023 at 11:31 AM Ming Lei <ming.lei@xxxxxxxxxx> wrote: > > Hi Changhui, > > On Tue, Apr 25, 2023 at 11:15:49AM +0800, Changhui Zhong wrote: > > Hello, > > > > Below issue was triggered in blktests/001 test,please help check it. > > branch: for-6.4/block > > https://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git > > > > [ 304.049316] ------------[ cut here ]------------ > > [ 304.050033] remove_proc_entry: removing non-empty directory > > 'scsi/scsi_debug', leaking at least '12' > > [ 304.050569] WARNING: CPU: 7 PID: 4059 at fs/proc/generic.c:718 > > remove_proc_entry+0x192/0x1a0 > > This one should have been fixed by Bart's patch: > > https://lore.kernel.org/linux-scsi/20230307214428.3703498-1-bvanassche@xxxxxxx/ > > > Thanks, > Ming > Hi,Ming after applying Bart's patch, the blktests/001 test pass,it avoid the WARNING info. Thanks,