From: kbuild test robot <lkp@intel.com>
To: Mikhail Zaslonko <zaslonko@linux.ibm.com>
Cc: kbuild-all@lists.01.org,
Andrew Morton <akpm@linux-foundation.org>,
Linux Memory Management List <linux-mm@kvack.org>
Subject: [linux-next:master 5117/5337] lib/zlib_deflate/../zlib_dfltcc/dfltcc_util.h:114: Error: Unrecognized opcode: `stfle'
Date: Fri, 3 Jan 2020 18:08:59 +0800 [thread overview]
Message-ID: <202001031855.v5xutGAD%lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3055 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 7ddd09fc4b745fb1d8942f95389583e08412e0cd
commit: 1a28157f60da8f60b9021ba0b2f1b1d47854a230 [5117/5337] lib/zlib: add zlib_deflate_dfltcc_enabled() function
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 1a28157f60da8f60b9021ba0b2f1b1d47854a230
# 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_deflate/../zlib_dfltcc/dfltcc_util.h: Assembler messages:
>> lib/zlib_deflate/../zlib_dfltcc/dfltcc_util.h:114: Error: Unrecognized opcode: `stfle'
vim +114 lib/zlib_deflate/../zlib_dfltcc/dfltcc_util.h
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 102
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 103 static inline int is_dfltcc_enabled(void)
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 104 {
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 105 uint64_t facilities[(DFLTCC_FACILITY / 64) + 1];
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 106 register char r0 __asm__("r0");
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 107
7ac8eafa5b48ca Mikhail Zaslonko 2019-12-18 108 /* Check for kernel dfltcc command line parameter */
7ac8eafa5b48ca Mikhail Zaslonko 2019-12-18 109 if (zlib_dfltcc_support == ZLIB_DFLTCC_DISABLED)
7ac8eafa5b48ca Mikhail Zaslonko 2019-12-18 110 return 0;
7ac8eafa5b48ca Mikhail Zaslonko 2019-12-18 111
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 112 memset(facilities, 0, sizeof(facilities));
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 113 r0 = sizeof(facilities) / sizeof(facilities[0]) - 1;
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 @114 __asm__ volatile("stfle %[facilities]\n"
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 115 : [facilities] "=Q" (facilities)
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 116 , [r0] "+r" (r0)
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 117 :
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 118 : "cc");
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 119 return is_bit_set((const char *)facilities, DFLTCC_FACILITY);
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 120 }
09c70dfa9baf2e Mikhail Zaslonko 2019-12-18 121
:::::: The code at line 114 was first introduced by commit
:::::: 09c70dfa9baf2e77aa78293f6ea3ca3e53ea98db lib/zlib: add s390 hardware support for kernel zlib_deflate
:::::: TO: Mikhail Zaslonko <zaslonko@linux.ibm.com>
:::::: CC: Stephen Rothwell <sfr@canb.auug.org.au>
---
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: 30225 bytes --]
reply other threads:[~2020-01-03 10:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=202001031855.v5xutGAD%lkp@intel.com \
--to=lkp@intel.com \
--cc=akpm@linux-foundation.org \
--cc=kbuild-all@lists.01.org \
--cc=linux-mm@kvack.org \
--cc=zaslonko@linux.ibm.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox