All of lore.kernel.org
 help / color / mirror / Atom feed
* [sashal-linux-stable:queue-5.4 70/326] arch/mips//kernel/syscall.c:40:10: fatal error: asm/sync.h: No such file or directory
@ 2019-12-22  7:57 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-12-22  7:57 UTC (permalink / raw)
  To: kbuild-all

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linux-stable.git queue-5.4
head:   67551330b295b8c966347d6aebe16f05b4f8407d
commit: 92ba4f3b55917057e54b466cce95b23f9b7d2f73 [70/326] MIPS: syscall: Emit Loongson3 sync workarounds within asm
config: mips-randconfig-a001-20191222 (attached as .config)
compiler: mips-linux-gcc (GCC) 7.5.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 92ba4f3b55917057e54b466cce95b23f9b7d2f73
        # save the attached .config to linux build tree
        GCC_VERSION=7.5.0 make.cross ARCH=mips 

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

All errors (new ones prefixed by >>):

>> arch/mips//kernel/syscall.c:40:10: fatal error: asm/sync.h: No such file or directory
    #include <asm/sync.h>
             ^~~~~~~~~~~~
   compilation terminated.

vim +40 arch/mips//kernel/syscall.c

    30	
    31	#include <asm/asm.h>
    32	#include <asm/asm-eva.h>
    33	#include <asm/branch.h>
    34	#include <asm/cachectl.h>
    35	#include <asm/cacheflush.h>
    36	#include <asm/asm-offsets.h>
    37	#include <asm/signal.h>
    38	#include <asm/sim.h>
    39	#include <asm/shmparam.h>
  > 40	#include <asm/sync.h>
    41	#include <asm/sysmips.h>
    42	#include <asm/switch_to.h>
    43	

---
0-DAY kernel test infrastructure                 Open Source Technology Center
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org Intel Corporation

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-22  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-22  7:57 [sashal-linux-stable:queue-5.4 70/326] arch/mips//kernel/syscall.c:40:10: fatal error: asm/sync.h: No such file or directory kbuild test robot

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.