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:   Mon, 1 Nov 2021 03:44:35 +0800
From:   kernel test robot <lkp@...el.com>
To:     Jonathan Cameron <Jonathan.Cameron@...wei.com>
Cc:     llvm@...ts.linux.dev, kbuild-all@...ts.01.org,
        linux-kernel@...r.kernel.org
Subject: [jic23-iio:iio-iwyu-cleanups 37/75]
 drivers/iio/buffer/industrialio-buffer-cb.c:5:10: fatal error:
 'linux/bitopsh' file not found

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git iio-iwyu-cleanups
head:   48e71ff9c7e9c4491d72c616dd1a6c4ea509eb21
commit: 8a65a4d21dbcf15666887f12f62d337ffa4d36db [37/75] iio: industrialio-buffer-cb: Bring includes up to date.
config: arm64-randconfig-r016-20211031 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 82ed106567063ea269c6d5669278b733e173a42f)
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # install arm64 cross compiling tool for clang build
        # apt-get install binutils-aarch64-linux-gnu
        # https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/commit/?id=8a65a4d21dbcf15666887f12f62d337ffa4d36db
        git remote add jic23-iio https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git
        git fetch --no-tags jic23-iio iio-iwyu-cleanups
        git checkout 8a65a4d21dbcf15666887f12f62d337ffa4d36db
        # save the attached .config to linux build tree
        mkdir build_dir
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash drivers/iio/buffer/

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>

All errors (new ones prefixed by >>):

>> drivers/iio/buffer/industrialio-buffer-cb.c:5:10: fatal error: 'linux/bitopsh' file not found
   #include <linux/bitopsh>
            ^~~~~~~~~~~~~~~
   1 error generated.


vim +5 drivers/iio/buffer/industrialio-buffer-cb.c

   > 5	#include <linux/bitopsh>
     6	#include <linux/bitmap.h>
     7	#include <linux/container_of.h>
     8	#include <linux/device.h>
     9	#include <linux/err.h>
    10	#include <linux/errno.h>
    11	#include <linux/export.h>
    12	#include <linux/list.h>
    13	#include <linux/module.h>
    14	#include <linux/slab.h>
    15	#include <linux/stddef.h>
    16	#include <linux/types.h>
    17	#include <linux/iio/iio.h>
    18	#include <linux/iio/buffer_impl.h>
    19	#include <linux/iio/consumer.h>
    20	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ