lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 1 May 2018 08:57:32 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Cong Wang <xiyou.wangcong@...il.com>
Cc:     kbuild-all@...org, linux-kernel@...r.kernel.org,
        Cong Wang <xiyou.wangcong@...il.com>,
        Paul Turner <pjt@...gle.com>,
        Peter Zijlstra <peterz@...radead.org>,
        Mike Galbraith <efault@....de>,
        Thomas Gleixner <tglx@...utronix.de>,
        Ingo Molnar <mingo@...nel.org>
Subject: Re: [PATCH] sched/fair: make CFS bandwidth slice per cpu group

Hi Cong,

I love your patch! Yet something to improve:

[auto build test ERROR on tip/sched/core]
[also build test ERROR on v4.17-rc3 next-20180430]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Cong-Wang/sched-fair-make-CFS-bandwidth-slice-per-cpu-group/20180501-064013
config: i386-randconfig-x003-201817 (attached as .config)
compiler: gcc-7 (Debian 7.3.0-16) 7.3.0
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   In file included from kernel/sched/debug.c:12:0:
   kernel/sched/sched.h: In function 'sched_default_cfs_bandwidth_slice':
>> kernel/sched/sched.h:438:14: error: 'sysctl_sched_cfs_bandwidth_slice' undeclared (first use in this function); did you mean 'sched_default_cfs_bandwidth_slice'?
     return (u64)sysctl_sched_cfs_bandwidth_slice * NSEC_PER_USEC;
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 sched_default_cfs_bandwidth_slice
   kernel/sched/sched.h:438:14: note: each undeclared identifier is reported only once for each function it appears in

vim +438 kernel/sched/sched.h

   435	
   436	static inline u64 sched_default_cfs_bandwidth_slice(void)
   437	{
 > 438		return (u64)sysctl_sched_cfs_bandwidth_slice * NSEC_PER_USEC;
   439	}
   440	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/gzip" (26030 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ