From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7191FC433EF for ; Thu, 12 May 2022 16:46:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356413AbiELQqT (ORCPT ); Thu, 12 May 2022 12:46:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356659AbiELQqA (ORCPT ); Thu, 12 May 2022 12:46:00 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FA3A5FDA; Thu, 12 May 2022 09:45:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1652373956; x=1683909956; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=aSoD9A65PeW90ZHA6KeiB1hT1IPWY6t/5WyFpaRGgNg=; b=HLMRkUeFcDBwnFtG7mnPZjvOrOBkIx5kEjMIHp6gaBD/xHjW4OqLOCHR 3MixoC9hhxOQf7x5W0rjvL0FLi8tu1/SG8KGEa49y8FTH7reGzNxxSUeg M0ixu5jiBhF2xN/CttK2kTMCHnRG1nB49MtyxWdjCK6PMvQbU7dQCHinN JcH7rAb3as07TINOtnphLjda2eLn8N1H8ihZ7VTUu5leuMrGEQsg/jA4I EREp4P3rEzATAIORLX3jPTK5w7aiFIRdsmUtNjjgw978UZq6y75kTulig StrmvW/da2VDPHlE54ipYX1lxx+lPeI8L5edzwXsgzN/iZb6DQ/3Gw2DD Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10345"; a="268888929" X-IronPort-AV: E=Sophos;i="5.91,220,1647327600"; d="scan'208";a="268888929" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 May 2022 09:21:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,220,1647327600"; d="scan'208";a="670909190" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by fmsmga002.fm.intel.com with ESMTP; 12 May 2022 09:21:37 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1npBZI-000Kfo-LM; Thu, 12 May 2022 16:21:36 +0000 Date: Fri, 13 May 2022 00:20:53 +0800 From: kernel test robot To: Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Jonas Paulsson , Ulrich Weigand , Masahiro Yamada , Alexander Egorenkov Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Sven Schnelle , Andreas Krebbel , Nathan Chancellor , Nick Desaulniers , linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org Subject: Re: [PATCH 3/8] s390/entry: shorten OUTSIDE macro Message-ID: <202205130050.x6Is9kJO-lkp@intel.com> References: <20220511120532.2228616-4-hca@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220511120532.2228616-4-hca@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-s390@vger.kernel.org Hi Heiko, I love your patch! Yet something to improve: [auto build test ERROR on s390/features] [also build test ERROR on tip/locking/core masahiroy-kbuild/for-next linus/master v5.18-rc6 next-20220512] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch] url: https://github.com/intel-lab-lkp/linux/commits/Heiko-Carstens/s390-allow-to-build-with-llvm-s-integrated-assembler/20220511-201054 base: https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git features config: s390-randconfig-r003-20220512 (https://download.01.org/0day-ci/archive/20220513/202205130050.x6Is9kJO-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 18dd123c56754edf62c7042dcf23185c3727610f) 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 s390 cross compiling tool for clang build # apt-get install binutils-s390x-linux-gnu # https://github.com/intel-lab-lkp/linux/commit/ad8a0a6488ba252aaa84b813dee2c949ae59d88a git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Heiko-Carstens/s390-allow-to-build-with-llvm-s-integrated-assembler/20220511-201054 git checkout ad8a0a6488ba252aaa84b813dee2c949ae59d88a # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=s390 SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> :2:2: error: instruction requires: distinct-ops slgrk %r14,%r9,%r14 ^ arch/s390/kernel/entry.S:378:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_gmap,.Lsie_done,1f ^ :3:13: error: invalid operand for instruction clgfi %r14,.Lsie_done - .Lsie_gmap ^ arch/s390/kernel/entry.S:378:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_gmap,.Lsie_done,1f ^ >> :2:2: error: instruction requires: distinct-ops slgrk %r14,%r9,%r14 ^ :12:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_gmap,.Lsie_done,0f ^ arch/s390/kernel/entry.S:488:1: note: while in macro instantiation INT_HANDLER ext_int_handler,304,do_ext_irq ^ :3:13: error: invalid operand for instruction clgfi %r14,.Lsie_done - .Lsie_gmap ^ :12:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_gmap,.Lsie_done,0f ^ arch/s390/kernel/entry.S:488:1: note: while in macro instantiation INT_HANDLER ext_int_handler,304,do_ext_irq ^ >> :2:2: error: instruction requires: distinct-ops slgrk %r14,%r9,%r14 ^ :12:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_gmap,.Lsie_done,0f ^ arch/s390/kernel/entry.S:489:1: note: while in macro instantiation INT_HANDLER io_int_handler,368,do_io_irq ^ :3:13: error: invalid operand for instruction clgfi %r14,.Lsie_done - .Lsie_gmap ^ :12:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_gmap,.Lsie_done,0f ^ arch/s390/kernel/entry.S:489:1: note: while in macro instantiation INT_HANDLER io_int_handler,368,do_io_irq ^ >> :2:2: error: instruction requires: distinct-ops slgrk %r14,%r9,%r14 ^ arch/s390/kernel/entry.S:554:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_gmap,.Lsie_done,6f ^ :3:13: error: invalid operand for instruction clgfi %r14,.Lsie_done - .Lsie_gmap ^ arch/s390/kernel/entry.S:554:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_gmap,.Lsie_done,6f ^ >> :2:2: error: instruction requires: distinct-ops slgrk %r14,%r9,%r14 ^ arch/s390/kernel/entry.S:555:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_entry,.Lsie_skip,4f ^ :3:13: error: invalid operand for instruction clgfi %r14,.Lsie_skip - .Lsie_entry ^ arch/s390/kernel/entry.S:555:2: note: while in macro instantiation OUTSIDE %r9,.Lsie_entry,.Lsie_skip,4f ^ -- 0-DAY CI Kernel Test Service https://01.org/lkp