All of lore.kernel.org
 help / color / mirror / Atom feed
* [cryptodev:master 43/53] drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: 'mach/hardware.h' file not found
@ 2021-05-22 14:48 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-05-22 14:48 UTC (permalink / raw)
  To: Suman Anna
  Cc: kbuild-all, clang-built-linux, linux-crypto, Herbert Xu, Tero Kristo

[-- Attachment #1: Type: text/plain, Size: 2226 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   acbc3fb26feed173d9ca6b0a16d0bed01c40f339
commit: 3c0907bc4c47475734ffe21accc31261527dbdf5 [43/53] hwrng: omap - Enable driver for TI K3 family
config: arm64-randconfig-r026-20210522 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e84a9b9bb3051c35dea993cdad7b3d2575638f85)
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/herbert/cryptodev-2.6.git/commit/?id=3c0907bc4c47475734ffe21accc31261527dbdf5
        git remote add cryptodev https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
        git fetch --no-tags cryptodev master
        git checkout 3c0907bc4c47475734ffe21accc31261527dbdf5
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

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

All errors (new ones prefixed by >>):

>> drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: 'mach/hardware.h' file not found
   #include <mach/hardware.h>
            ^~~~~~~~~~~~~~~~~
   1 error generated.


vim +26 drivers/char/hw_random/ixp4xx-rng.c

d7174bcb919c15 Michael Buesch 2006-06-26  24  
d7174bcb919c15 Michael Buesch 2006-06-26  25  #include <asm/io.h>
a09e64fbc0094e Russell King   2008-08-05 @26  #include <mach/hardware.h>
d7174bcb919c15 Michael Buesch 2006-06-26  27  
d7174bcb919c15 Michael Buesch 2006-06-26  28  

:::::: The code at line 26 was first introduced by commit
:::::: a09e64fbc0094e3073dbb09c3b4bfe4ab669244b [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach

:::::: TO: Russell King <rmk@dyn-67.arm.linux.org.uk>
:::::: CC: Russell King <rmk+kernel@arm.linux.org.uk>

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 33892 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [cryptodev:master 43/53] drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: 'mach/hardware.h' file not found
@ 2021-05-22 14:48 ` kernel test robot
  0 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2021-05-22 14:48 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 2273 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
head:   acbc3fb26feed173d9ca6b0a16d0bed01c40f339
commit: 3c0907bc4c47475734ffe21accc31261527dbdf5 [43/53] hwrng: omap - Enable driver for TI K3 family
config: arm64-randconfig-r026-20210522 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e84a9b9bb3051c35dea993cdad7b3d2575638f85)
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/herbert/cryptodev-2.6.git/commit/?id=3c0907bc4c47475734ffe21accc31261527dbdf5
        git remote add cryptodev https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
        git fetch --no-tags cryptodev master
        git checkout 3c0907bc4c47475734ffe21accc31261527dbdf5
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 

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

All errors (new ones prefixed by >>):

>> drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: 'mach/hardware.h' file not found
   #include <mach/hardware.h>
            ^~~~~~~~~~~~~~~~~
   1 error generated.


vim +26 drivers/char/hw_random/ixp4xx-rng.c

d7174bcb919c15 Michael Buesch 2006-06-26  24  
d7174bcb919c15 Michael Buesch 2006-06-26  25  #include <asm/io.h>
a09e64fbc0094e Russell King   2008-08-05 @26  #include <mach/hardware.h>
d7174bcb919c15 Michael Buesch 2006-06-26  27  
d7174bcb919c15 Michael Buesch 2006-06-26  28  

:::::: The code at line 26 was first introduced by commit
:::::: a09e64fbc0094e3073dbb09c3b4bfe4ab669244b [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach

:::::: TO: Russell King <rmk@dyn-67.arm.linux.org.uk>
:::::: CC: Russell King <rmk+kernel@arm.linux.org.uk>

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

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 33892 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [cryptodev:master 43/53] drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: 'mach/hardware.h' file not found
  2021-05-22 14:48 ` kernel test robot
@ 2021-05-23  0:56   ` Herbert Xu
  -1 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2021-05-23  0:56 UTC (permalink / raw)
  To: kernel test robot
  Cc: Suman Anna, kbuild-all, clang-built-linux, linux-crypto, Tero Kristo

On Sat, May 22, 2021 at 10:48:19PM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
> head:   acbc3fb26feed173d9ca6b0a16d0bed01c40f339
> commit: 3c0907bc4c47475734ffe21accc31261527dbdf5 [43/53] hwrng: omap - Enable driver for TI K3 family
> config: arm64-randconfig-r026-20210522 (attached as .config)
> compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e84a9b9bb3051c35dea993cdad7b3d2575638f85)
> 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/herbert/cryptodev-2.6.git/commit/?id=3c0907bc4c47475734ffe21accc31261527dbdf5
>         git remote add cryptodev https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
>         git fetch --no-tags cryptodev master
>         git checkout 3c0907bc4c47475734ffe21accc31261527dbdf5
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>

Please ignore this.  It was a merge error on my part.  I've fixed
it in the crypto tree.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [cryptodev:master 43/53] drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: 'mach/hardware.h' file not found
@ 2021-05-23  0:56   ` Herbert Xu
  0 siblings, 0 replies; 4+ messages in thread
From: Herbert Xu @ 2021-05-23  0:56 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1681 bytes --]

On Sat, May 22, 2021 at 10:48:19PM +0800, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git master
> head:   acbc3fb26feed173d9ca6b0a16d0bed01c40f339
> commit: 3c0907bc4c47475734ffe21accc31261527dbdf5 [43/53] hwrng: omap - Enable driver for TI K3 family
> config: arm64-randconfig-r026-20210522 (attached as .config)
> compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e84a9b9bb3051c35dea993cdad7b3d2575638f85)
> 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/herbert/cryptodev-2.6.git/commit/?id=3c0907bc4c47475734ffe21accc31261527dbdf5
>         git remote add cryptodev https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
>         git fetch --no-tags cryptodev master
>         git checkout 3c0907bc4c47475734ffe21accc31261527dbdf5
>         # save the attached .config to linux build tree
>         COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=arm64 
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>

Please ignore this.  It was a merge error on my part.  I've fixed
it in the crypto tree.

Thanks,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-23  0:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22 14:48 [cryptodev:master 43/53] drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: 'mach/hardware.h' file not found kernel test robot
2021-05-22 14:48 ` kernel test robot
2021-05-23  0:56 ` Herbert Xu
2021-05-23  0:56   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.