linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [linux-next:master 5113/5337] lib/zlib_dfltcc/dfltcc_util.h:109: Error: Unrecognized opcode: `stfle'
@ 2020-01-03  7:52 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-01-03  7:52 UTC (permalink / raw)
  To: Mikhail Zaslonko
  Cc: kbuild-all, Ilya Leoshkevich, Andrew Morton,
	Linux Memory Management List

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   7ddd09fc4b745fb1d8942f95389583e08412e0cd
commit: 09c70dfa9baf2e77aa78293f6ea3ca3e53ea98db [5113/5337] lib/zlib: add s390 hardware support for kernel zlib_deflate
config: s390-randconfig-a001-20200103 (attached as .config)
compiler: s390-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 09c70dfa9baf2e77aa78293f6ea3ca3e53ea98db
        # save the attached .config to linux build tree
        GCC_VERSION=7.5.0 make.cross ARCH=s390 

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

All errors (new ones prefixed by >>):

   lib/zlib_dfltcc/dfltcc_util.h: Assembler messages:
>> lib/zlib_dfltcc/dfltcc_util.h:109: Error: Unrecognized opcode: `stfle'

vim +109 lib/zlib_dfltcc/dfltcc_util.h

   101	
   102	static inline int is_dfltcc_enabled(void)
   103	{
   104	    uint64_t facilities[(DFLTCC_FACILITY / 64) + 1];
   105	    register char r0 __asm__("r0");
   106	
   107	    memset(facilities, 0, sizeof(facilities));
   108	    r0 = sizeof(facilities) / sizeof(facilities[0]) - 1;
 > 109	    __asm__ volatile("stfle %[facilities]\n"
   110	                     : [facilities] "=Q" (facilities)
   111	                     , [r0] "+r" (r0)
   112	                     :
   113	                     : "cc");
   114	    return is_bit_set((const char *)facilities, DFLTCC_FACILITY);
   115	}
   116	

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

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

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

only message in thread, other threads:[~2020-01-03  7:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03  7:52 [linux-next:master 5113/5337] lib/zlib_dfltcc/dfltcc_util.h:109: Error: Unrecognized opcode: `stfle' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).