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>] [day] [month] [year] [list]
Date:   Thu, 22 Nov 2018 04:07:22 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Thomas Gleixner <tglx@...utronix.de>
Cc:     kbuild-all@...org, linux-kernel@...r.kernel.org, tipbuild@...or.com
Subject: [tip:WIP.x86/pti 12/26] include/linux/sched/topology.h:41:9: error:
 implicit declaration of function 'static_branch_likely'

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.x86/pti
head:   1dbc1eb4f898d3df3b663ce1d938693554877fd6
commit: fa8d301b556b3b60a680feae724597decb8e8632 [12/26] sched/smt: Expose sched_smt_present static key
config: ia64-allyesconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 8.1.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout fa8d301b556b3b60a680feae724597decb8e8632
        # save the attached .config to linux build tree
        GCC_VERSION=8.1.0 make.cross ARCH=ia64 

All errors (new ones prefixed by >>):

   In file included from include/linux/cpuset.h:13,
                    from kernel/cgroup/cpuset.c:27:
   include/linux/sched/topology.h: In function 'sched_smt_active':
>> include/linux/sched/topology.h:41:9: error: implicit declaration of function 'static_branch_likely' [-Werror=implicit-function-declaration]
     return static_branch_likely(&sched_smt_present);
            ^~~~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/static_branch_likely +41 include/linux/sched/topology.h

    38	
    39	static __always_inline bool sched_smt_active(void)
    40	{
  > 41		return static_branch_likely(&sched_smt_present);
    42	}
    43	

---
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" (55685 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ