Hi Eugene,
[FYI, it's a private test report for your RFC patch.]
[auto build test WARNING on linus/master]
[also build test WARNING on v5.8 next-20200810]
[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
https://git-scm.com/docs/git-format-patch]
url:
https://github.com/0day-ci/linux/commits/Eugene-Lubarsky/Introduce-proc-a...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
fc80c51fd4b23ec007e88d4c688f2cac1b8648e7
config: x86_64-randconfig-m001-20200810 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
smatch warnings:
fs/proc/base.c:3876 proc_all_stop() warn: inconsistent indenting
vim +3876 fs/proc/base.c
3866
3867 static void proc_all_stop(struct seq_file *m, void *v)
3868 {
3869 if (v) {
3870 struct all_iter *iter = (struct all_iter *) v;
3871 struct task_struct *task = iter->tgid_iter.task;
3872
3873 if (task)
3874 put_task_struct(task);
3875
3876 kfree(v);
3877 }
3878 }
3879
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org