CC: [email protected]
CC: [email protected]
TO: Frederic Weisbecker <[email protected]>
CC: Juri Lelli <[email protected]>
CC: Phil Auld <[email protected]>

tree:   
https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git 
isolation/split-v3
head:   1050d7e05a8ce89066befd77dcdc68400230d888
commit: 1050d7e05a8ce89066befd77dcdc68400230d888 [8/8] sched/isolation: Split 
housekeeping cpumask per isolation features
:::::: branch date: 14 hours ago
:::::: commit date: 14 hours ago
compiler: ia64-linux-gcc (GCC) 11.2.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>


cppcheck possible warnings: (new ones prefixed by >>, may not real problems)

>> kernel/sched/isolation.c:61:4: warning: Returning an integer in a function 
>> with pointer return type is not portable. [CastIntegerToAddressAtReturn]
      return housekeeping.cpumasks[type];
      ^
>> net/core/net-sysfs.c:814:8: warning: snprintf format string requires 2 
>> parameters but only 1 is given. [wrongPrintfScanfArgNum]
    len = snprintf(buf, PAGE_SIZE, "%*pbn", cpumask_pr_args(mask));
          ^

vim +61 kernel/sched/isolation.c

7e56a1cf4b28f5 Frederic Weisbecker 2017-10-27  56  
a07c6ead0e6641 Frederic Weisbecker 2021-10-05  57  const struct cpumask 
*housekeeping_cpumask(enum hk_type type)
7e56a1cf4b28f5 Frederic Weisbecker 2017-10-27  58  {
dfcb245e284812 Ingo Molnar         2018-12-03  59       if 
(static_branch_unlikely(&housekeeping_overridden))
1050d7e05a8ce8 Frederic Weisbecker 2021-10-11  60               if 
(housekeeping.flags & BIT(type))
1050d7e05a8ce8 Frederic Weisbecker 2021-10-11 @61                       return 
housekeeping.cpumasks[type];
7e56a1cf4b28f5 Frederic Weisbecker 2017-10-27  62       return 
cpu_possible_mask;
7e56a1cf4b28f5 Frederic Weisbecker 2017-10-27  63  }
7e56a1cf4b28f5 Frederic Weisbecker 2017-10-27  64  
EXPORT_SYMBOL_GPL(housekeeping_cpumask);
7e56a1cf4b28f5 Frederic Weisbecker 2017-10-27  65  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to