All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Suman Anna <s-anna@ti.com>
Cc: kbuild-all@lists.01.org, linux-crypto@vger.kernel.org,
	Herbert Xu <herbert@gondor.apana.org.au>,
	Tero Kristo <kristo@kernel.org>
Subject: [cryptodev:master 43/53] drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: mach/hardware.h: No such file or directory
Date: Sun, 23 May 2021 03:05:14 +0800	[thread overview]
Message-ID: <202105230301.a8d1hi2p-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2064 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: sparc-allyesconfig (attached as .config)
compiler: sparc64-linux-gcc (GCC) 9.3.0
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
        # 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=gcc-9.3.0 make.cross ARCH=sparc 

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: No such file or directory
      26 | #include <mach/hardware.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.


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: 69653 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: kernel test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [cryptodev:master 43/53] drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: mach/hardware.h: No such file or directory
Date: Sun, 23 May 2021 03:05:14 +0800	[thread overview]
Message-ID: <202105230301.a8d1hi2p-lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2109 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: sparc-allyesconfig (attached as .config)
compiler: sparc64-linux-gcc (GCC) 9.3.0
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
        # 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=gcc-9.3.0 make.cross ARCH=sparc 

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: No such file or directory
      26 | #include <mach/hardware.h>
         |          ^~~~~~~~~~~~~~~~~
   compilation terminated.


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: 69653 bytes --]

             reply	other threads:[~2021-05-22 19:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22 19:05 kernel test robot [this message]
2021-05-22 19:05 ` [cryptodev:master 43/53] drivers/char/hw_random/ixp4xx-rng.c:26:10: fatal error: mach/hardware.h: No such file or directory kernel test robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202105230301.a8d1hi2p-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=herbert@gondor.apana.org.au \
    --cc=kbuild-all@lists.01.org \
    --cc=kristo@kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=s-anna@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.