Re: [RESEND PATCH 2/2] delayacct: Add a proc file to dump the delay info

2021-04-13 Thread kernel test robot
Hi brookxu, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.12-rc7 next-20210413] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in

Re: [RESEND PATCH 2/2] delayacct: Add a proc file to dump the delay info

2021-04-13 Thread kernel test robot
Hi brookxu, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.12-rc7 next-20210412] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as

[RESEND PATCH 2/2] delayacct: Add a proc file to dump the delay info

2021-04-12 Thread brookxu
From: Chunguang Xu Many distributions do not install the getdelay tool by default, similar to task_io_accounting, adding a proc file to make access easier. Signed-off-by: Chunguang Xu --- fs/proc/base.c | 7 +++ kernel/delayacct.c | 41 + 2