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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 27 Apr 2022 02:46:10 +0800
From:   kernel test robot <lkp@...el.com>
To:     Felix Fietkau <nbd@....name>
Cc:     llvm@...ts.linux.dev, kbuild-all@...ts.01.org,
        linux-kernel@...r.kernel.org,
        Matthias Brugger <matthias.bgg@...il.com>
Subject: [matthias-bgg:v5.18-next/dts64 30/31]
 arch/arm/boot/dts/en7523.dtsi:6:10: fatal error:
 'dt-bindings/clock/en7523-clk.h' file not found

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git v5.18-next/dts64
head:   cf11eccbf44d24cc7f8d16fbbf59afeff99e73bf
commit: 09f4afc44ba9ebd33d389af345cff4d7668437ae [30/31] ARM: dts: add clock support for Airoha EN7523
config: arm-randconfig-r012-20220425 (https://download.01.org/0day-ci/archive/20220427/202204270225.KTBJUC4B-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 1cddcfdc3c683b393df1a5c9063252eb60e52818)
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 arm cross compiling tool for clang build
        # apt-get install binutils-arm-linux-gnueabi
        # https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/commit/?id=09f4afc44ba9ebd33d389af345cff4d7668437ae
        git remote add matthias-bgg https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git
        git fetch --no-tags matthias-bgg v5.18-next/dts64
        git checkout 09f4afc44ba9ebd33d389af345cff4d7668437ae
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=arm SHELL=/bin/bash

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 >>):

   In file included from arch/arm/boot/dts/en7523-evb.dts:7:
>> arch/arm/boot/dts/en7523.dtsi:6:10: fatal error: 'dt-bindings/clock/en7523-clk.h' file not found
   #include <dt-bindings/clock/en7523-clk.h>
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   1 error generated.


vim +6 arch/arm/boot/dts/en7523.dtsi

     2	
     3	#include <dt-bindings/interrupt-controller/irq.h>
     4	#include <dt-bindings/interrupt-controller/arm-gic.h>
     5	#include <dt-bindings/gpio/gpio.h>
   > 6	#include <dt-bindings/clock/en7523-clk.h>
     7	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ