CC: kbuild-...@lists.01.org
BCC: l...@intel.com
In-Reply-To: <1646377603-19730-10-git-send-email-byungchul.p...@lge.com>
References: <1646377603-19730-10-git-send-email-byungchul.p...@lge.com>
TO: Byungchul Park <byungchul.p...@lge.com>
TO: torva...@linux-foundation.org
CC: hamohammed...@gmail.com
CC: j...@suse.cz
CC: pet...@infradead.org
CC: daniel.vet...@ffwll.ch
CC: amir7...@gmail.com
CC: da...@fromorbit.com
CC: dri-de...@lists.freedesktop.org
CC: ch...@chris-wilson.co.uk
CC: bfie...@fieldses.org
CC: linux-...@vger.kernel.org
CC: adilger.ker...@dilger.ca
CC: j...@joelfernandes.org
CC: c...@linux.com
CC: w...@kernel.org
CC: duyuy...@gmail.com
CC: sas...@kernel.org
CC: paolo.vale...@linaro.org
CC: damien.lem...@opensource.wdc.com
CC: wi...@infradead.org
CC: h...@infradead.org
CC: airl...@linux.ie
CC: mi...@redhat.com
CC: djw...@kernel.org
CC: vdavydov....@gmail.com
CC: rient...@google.com
CC: den...@kernel.org
CC: linux-e...@vger.kernel.org
CC: linux...@kvack.org
CC: ngu...@vflare.org

Hi Byungchul,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on tip/sched/core]
[also build test WARNING on linux/master linus/master v5.17-rc7]
[cannot apply to tip/locking/core hnaz-mm/master next-20220308]
[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/Byungchul-Park/DEPT-Dependency-Tracker/20220304-150943
base:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 
25795ef6299f07ce3838f3253a9cb34f64efcfae
:::::: branch date: 4 days ago
:::::: commit date: 4 days ago
config: s390-randconfig-m031-20220307 
(https://download.01.org/0day-ci/archive/20220309/202203090250.tz4le5ai-...@intel.com/config)
compiler: s390-linux-gcc (GCC) 11.2.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <l...@intel.com>
Reported-by: Dan Carpenter <dan.carpen...@oracle.com>

New smatch warnings:
include/linux/cpuset.h:176 set_mems_allowed() warn: statement has no effect 31
kernel/cgroup/cpuset.c:1743 cpuset_change_task_nodemask() warn: statement has 
no effect 31
net/xfrm/xfrm_state.c:179 xfrm_hash_resize() warn: statement has no effect 31
net/xfrm/xfrm_policy.c:600 xfrm_bydst_resize() warn: statement has no effect 31
net/xfrm/xfrm_policy.c:1091 __xfrm_policy_inexact_prune_bin() warn: statement 
has no effect 31
net/xfrm/xfrm_policy.c:1148 xfrm_policy_inexact_alloc_chain() warn: statement 
has no effect 31
net/xfrm/xfrm_policy.c:1358 xfrm_hash_rebuild() warn: statement has no effect 31

Old smatch warnings:
net/xfrm/xfrm_policy.c:1162 xfrm_policy_inexact_alloc_chain() warn: statement 
has no effect 31
net/xfrm/xfrm_policy.c:1178 xfrm_policy_inexact_alloc_chain() warn: statement 
has no effect 31

vim +176 include/linux/cpuset.h

c0ff7453bb5c7c Miao Xie    2010-05-24  167  
58568d2a8215cb Miao Xie    2009-06-16  168  static inline void 
set_mems_allowed(nodemask_t nodemask)
58568d2a8215cb Miao Xie    2009-06-16  169  {
db751fe3ea6880 John Stultz 2013-10-07  170      unsigned long flags;
db751fe3ea6880 John Stultz 2013-10-07  171  
c0ff7453bb5c7c Miao Xie    2010-05-24  172      task_lock(current);
db751fe3ea6880 John Stultz 2013-10-07  173      local_irq_save(flags);
cc9a6c8776615f Mel Gorman  2012-03-21  174      
write_seqcount_begin(&current->mems_allowed_seq);
58568d2a8215cb Miao Xie    2009-06-16  175      current->mems_allowed = 
nodemask;
cc9a6c8776615f Mel Gorman  2012-03-21 @176      
write_seqcount_end(&current->mems_allowed_seq);
db751fe3ea6880 John Stultz 2013-10-07  177      local_irq_restore(flags);
c0ff7453bb5c7c Miao Xie    2010-05-24  178      task_unlock(current);
58568d2a8215cb Miao Xie    2009-06-16  179  }
58568d2a8215cb Miao Xie    2009-06-16  180  

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

Reply via email to