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 X-Spam-Level: X-Spam-Status: No, score=-18.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_IN_DEF_DKIM_WL autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6AE03C4338F for ; Fri, 6 Aug 2021 16:58:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FB9C603E7 for ; Fri, 6 Aug 2021 16:58:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240027AbhHFQ62 (ORCPT ); Fri, 6 Aug 2021 12:58:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36080 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238493AbhHFQ6W (ORCPT ); Fri, 6 Aug 2021 12:58:22 -0400 Received: from mail-lj1-x22b.google.com (mail-lj1-x22b.google.com [IPv6:2a00:1450:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DBF5C0617A2 for ; Fri, 6 Aug 2021 09:58:03 -0700 (PDT) Received: by mail-lj1-x22b.google.com with SMTP id h11so12723779ljo.12 for ; Fri, 06 Aug 2021 09:58:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=EgwG50222WXNSnZDFbFFmfq8ScgcYhX4k3g5dD+29I8=; b=ce4ConzvKP4c0JUSTNGDg7dzY7uYTO6Y6TPUDY6ZVq3I0XfBHI5M+B1xbTOGtV3+DP tgvjxJ2PL7zTFfb4RFFmh+SWMq9ItF0bAsPu7mNcjnJNa/lzqXZDiQBw18Z2EkeKgaB4 pfZEKokXI8T5CXDKlm5FOgr6+n7C1kgmDdB3jvMnxM/AMp6moyCudIuv0JfONrJdMoZk wtw/8bgdBaT9ZyhbyngGT9c2lu0fGXND2q6bYljQ1Bx7+07yLnETMvaMe9YFF/PoBSuw qn/vhAYAfb2kYYwFf40SboceNh75+JFMXE88qQBBHp77jH98TJLXl1r2xFUsN/a4tldZ ay7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EgwG50222WXNSnZDFbFFmfq8ScgcYhX4k3g5dD+29I8=; b=TRlFLKzx3mfLvuK8b+GnXtqiN6jX2xW0zw4DJ35qR6KJTfHrD/dChtYYdHVjTLZgtR Z4pESR+JWJ2Vsxs9Krjub9skmoidlceprYmqW0zTlEoIJQ/wDkHdtr76feLVF9krOvVO 0yzEVallxwslzNeNY2TH41YnYqCLynqYumUGHCr1l9ZLWcfME1V1l5WiP+duqnsFwR92 GtyHKNLuoR3LDaHG7XppNYSe43pBce/MlZQ2FysP5URITIue6AiulrNYQjWFKYEF7kw4 QjtpbA5zGcYHwToxBTPRTTVKRcCgNZeyzhoBzpGJlVh7tdcebM+UAem0/CTsWzGvif5i NLHg== X-Gm-Message-State: AOAM530qrb+ehxt1gWm/bIRxSiv2v9XUWO+BdruTueJdaLLH/umlpv7v XOZc2WzxWeGjcqIJCUGsjn1aAJpkLD6YW4hFFGR8nw== X-Google-Smtp-Source: ABdhPJwh9X6VXp5jwfjj4nWlzKm+uhGHgWG8ga5D06FrxmQoPj7H5FzZ2hdfHKnAiVqX7JAdVNfQk721OFxNIB24fCo= X-Received: by 2002:a2e:5352:: with SMTP id t18mr7071504ljd.495.1628269081263; Fri, 06 Aug 2021 09:58:01 -0700 (PDT) MIME-Version: 1.0 References: <202108041936.52T4sUU6-lkp@intel.com> <20210806102246.GB1330186@pl-dbox> In-Reply-To: <20210806102246.GB1330186@pl-dbox> From: Nick Desaulniers Date: Fri, 6 Aug 2021 09:57:49 -0700 Message-ID: Subject: Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! To: Philip Li Cc: Chen Rong , Nathan Chancellor , clang-built-linux@googlegroups.com, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Andrew Morton , Linux Memory Management List , kernel test robot , Brian Cain , Sid Manning , Sylvestre Ledru Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 6, 2021 at 3:28 AM Philip Li wrote: > > On Wed, Aug 04, 2021 at 10:18:10AM -0700, Nick Desaulniers wrote: > > On Wed, Aug 4, 2021 at 4:39 AM kernel test robot wrote: > > > > > > Hi Nathan, > > > > > > First bad commit (maybe != root cause): > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > > head: d5ad8ec3cfb56a017de6a784835666475b4be349 > > > commit: 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script > > > date: 4 weeks ago > > > config: hexagon-randconfig-r023-20210804 (attached as .config) > > > > cool, one of the first reports from 0day bot of hexagon :) > :-) yeah, we just enabled it. BTW: we use one specific version of clang, > does such hexagon support work in latest clang 14.0.0? Yes, it ought to; we're using ToT llvm to build it in our CI. I'm not precisely sure about clang-13 yet until the apt.llvm.org binaries exist for that branch. > > Thanks > > > > > > compiler: clang version 12.0.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/torvalds/linux.git/commit/?id=6fef087d0d37ba7dba8f3d75566eb4c256cd6742 > > > git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > > > git fetch --no-tags linus master > > > git checkout 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 > > > # save the attached .config to linux build tree > > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon > > > > > > If you fix the issue, kindly add following tag as appropriate > > > Reported-by: kernel test robot > > > > > > All errors (new ones prefixed by >>, old ones prefixed by <<): > > > > > > >> ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! > > > >> ERROR: modpost: "__raw_readsl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! > > > > > > --- > > > 0-DAY CI Kernel Test Service, Intel Corporation > > > https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org > > > > > > > > -- > > Thanks, > > ~Nick Desaulniers -- Thanks, ~Nick Desaulniers 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 X-Spam-Level: X-Spam-Status: No, score=-18.3 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_IN_DEF_DKIM_WL autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B913BC4338F for ; Fri, 6 Aug 2021 16:59:16 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 4B50861186 for ; Fri, 6 Aug 2021 16:59:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4B50861186 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id 9E78B6B006C; Fri, 6 Aug 2021 12:59:15 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 972106B0071; Fri, 6 Aug 2021 12:59:15 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 811AD6B0072; Fri, 6 Aug 2021 12:59:15 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0200.hostedemail.com [216.40.44.200]) by kanga.kvack.org (Postfix) with ESMTP id 63EBB6B006C for ; Fri, 6 Aug 2021 12:59:15 -0400 (EDT) Received: from smtpin07.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay05.hostedemail.com (Postfix) with ESMTP id 1B80818033788 for ; Fri, 6 Aug 2021 16:59:15 +0000 (UTC) X-FDA: 78445266270.07.9DAD708 Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) by imf13.hostedemail.com (Postfix) with ESMTP id 34AB51010E42 for ; Fri, 6 Aug 2021 16:58:03 +0000 (UTC) Received: by mail-lj1-f180.google.com with SMTP id h9so12788333ljq.8 for ; Fri, 06 Aug 2021 09:58:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=EgwG50222WXNSnZDFbFFmfq8ScgcYhX4k3g5dD+29I8=; b=ce4ConzvKP4c0JUSTNGDg7dzY7uYTO6Y6TPUDY6ZVq3I0XfBHI5M+B1xbTOGtV3+DP tgvjxJ2PL7zTFfb4RFFmh+SWMq9ItF0bAsPu7mNcjnJNa/lzqXZDiQBw18Z2EkeKgaB4 pfZEKokXI8T5CXDKlm5FOgr6+n7C1kgmDdB3jvMnxM/AMp6moyCudIuv0JfONrJdMoZk wtw/8bgdBaT9ZyhbyngGT9c2lu0fGXND2q6bYljQ1Bx7+07yLnETMvaMe9YFF/PoBSuw qn/vhAYAfb2kYYwFf40SboceNh75+JFMXE88qQBBHp77jH98TJLXl1r2xFUsN/a4tldZ ay7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=EgwG50222WXNSnZDFbFFmfq8ScgcYhX4k3g5dD+29I8=; b=j5H5gB5XA/U3yOV29gLixm78apphxe4RbGNaUOW27EM/Uc+mUbRCYvvNplZCB0E2aP to6GMMWyeJ2EkgtBb93GAK2Xwk1KzjkZlWdJudt0t7kUGY4Pe8CSuriCpQ7YwrH0sWyf T+NZsUCyhLxrZf7j2xPNejyrvlRZHuba4R0rtFOXhh0V7NR+4vanQ500DTF2AiUHqRTe oiddkhZ43CNniajCj4dviWADaX0RUbohazyHgYdmqv3FRHXAlZDX38eqZFge7xR8cQQx LTFNJSXcmYwRl/e6Tx2s6VIjxgONKQD0UVXkxGiY62oSY5iJLcSDoh4DXyoWgw2vZnjP W1Wg== X-Gm-Message-State: AOAM533O5UgPz3W/qh1gtjFQg+rxOu0YPx4iuT46CCIyriYTTU9avb8v /5hPcOsa0LyZAjb0h8KCPNpiTjrWgT9FcUUBIhZaIw== X-Google-Smtp-Source: ABdhPJwh9X6VXp5jwfjj4nWlzKm+uhGHgWG8ga5D06FrxmQoPj7H5FzZ2hdfHKnAiVqX7JAdVNfQk721OFxNIB24fCo= X-Received: by 2002:a2e:5352:: with SMTP id t18mr7071504ljd.495.1628269081263; Fri, 06 Aug 2021 09:58:01 -0700 (PDT) MIME-Version: 1.0 References: <202108041936.52T4sUU6-lkp@intel.com> <20210806102246.GB1330186@pl-dbox> In-Reply-To: <20210806102246.GB1330186@pl-dbox> From: Nick Desaulniers Date: Fri, 6 Aug 2021 09:57:49 -0700 Message-ID: Subject: Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! To: Philip Li Cc: Chen Rong , Nathan Chancellor , clang-built-linux@googlegroups.com, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Andrew Morton , Linux Memory Management List , kernel test robot , Brian Cain , Sid Manning , Sylvestre Ledru Content-Type: text/plain; charset="UTF-8" X-Rspamd-Server: rspam04 X-Rspamd-Queue-Id: 34AB51010E42 Authentication-Results: imf13.hostedemail.com; dkim=pass header.d=google.com header.s=20161025 header.b=ce4Conzv; dmarc=pass (policy=reject) header.from=google.com; spf=pass (imf13.hostedemail.com: domain of ndesaulniers@google.com designates 209.85.208.180 as permitted sender) smtp.mailfrom=ndesaulniers@google.com X-Stat-Signature: 46hutuq8iegwpj46pdcs18zt9dx9gf5k X-HE-Tag: 1628269083-54694 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Fri, Aug 6, 2021 at 3:28 AM Philip Li wrote: > > On Wed, Aug 04, 2021 at 10:18:10AM -0700, Nick Desaulniers wrote: > > On Wed, Aug 4, 2021 at 4:39 AM kernel test robot wrote: > > > > > > Hi Nathan, > > > > > > First bad commit (maybe != root cause): > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > > head: d5ad8ec3cfb56a017de6a784835666475b4be349 > > > commit: 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 hexagon: handle {,SOFT}IRQENTRY_TEXT in linker script > > > date: 4 weeks ago > > > config: hexagon-randconfig-r023-20210804 (attached as .config) > > > > cool, one of the first reports from 0day bot of hexagon :) > :-) yeah, we just enabled it. BTW: we use one specific version of clang, > does such hexagon support work in latest clang 14.0.0? Yes, it ought to; we're using ToT llvm to build it in our CI. I'm not precisely sure about clang-13 yet until the apt.llvm.org binaries exist for that branch. > > Thanks > > > > > > compiler: clang version 12.0.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/torvalds/linux.git/commit/?id=6fef087d0d37ba7dba8f3d75566eb4c256cd6742 > > > git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git > > > git fetch --no-tags linus master > > > git checkout 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 > > > # save the attached .config to linux build tree > > > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=hexagon > > > > > > If you fix the issue, kindly add following tag as appropriate > > > Reported-by: kernel test robot > > > > > > All errors (new ones prefixed by >>, old ones prefixed by <<): > > > > > > >> ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! > > > >> ERROR: modpost: "__raw_readsl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! > > > > > > --- > > > 0-DAY CI Kernel Test Service, Intel Corporation > > > https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org > > > > > > > > -- > > Thanks, > > ~Nick Desaulniers -- Thanks, ~Nick Desaulniers From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============3695596994349910592==" MIME-Version: 1.0 From: Nick Desaulniers To: kbuild-all@lists.01.org Subject: Re: ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined! Date: Fri, 06 Aug 2021 09:57:49 -0700 Message-ID: In-Reply-To: <20210806102246.GB1330186@pl-dbox> List-Id: --===============3695596994349910592== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Fri, Aug 6, 2021 at 3:28 AM Philip Li wrote: > > On Wed, Aug 04, 2021 at 10:18:10AM -0700, Nick Desaulniers wrote: > > On Wed, Aug 4, 2021 at 4:39 AM kernel test robot wrot= e: > > > > > > Hi Nathan, > > > > > > First bad commit (maybe !=3D root cause): > > > > > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linu= x.git master > > > head: d5ad8ec3cfb56a017de6a784835666475b4be349 > > > commit: 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 hexagon: handle {,SO= FT}IRQENTRY_TEXT in linker script > > > date: 4 weeks ago > > > config: hexagon-randconfig-r023-20210804 (attached as .config) > > > > cool, one of the first reports from 0day bot of hexagon :) > :-) yeah, we just enabled it. BTW: we use one specific version of clang, > does such hexagon support work in latest clang 14.0.0? Yes, it ought to; we're using ToT llvm to build it in our CI. I'm not precisely sure about clang-13 yet until the apt.llvm.org binaries exist for that branch. > > Thanks > > > > > > compiler: clang version 12.0.0 > > > reproduce (this is a W=3D1 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/torvalds/li= nux.git/commit/?id=3D6fef087d0d37ba7dba8f3d75566eb4c256cd6742 > > > git remote add linus https://git.kernel.org/pub/scm/linux/ker= nel/git/torvalds/linux.git > > > git fetch --no-tags linus master > > > git checkout 6fef087d0d37ba7dba8f3d75566eb4c256cd6742 > > > # save the attached .config to linux build tree > > > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dclang make.cros= s ARCH=3Dhexagon > > > > > > If you fix the issue, kindly add following tag as appropriate > > > Reported-by: kernel test robot > > > > > > All errors (new ones prefixed by >>, old ones prefixed by <<): > > > > > > >> ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdn= s.ko] undefined! > > > >> ERROR: modpost: "__raw_readsl" [drivers/i3c/master/i3c-master-cdns= .ko] undefined! > > > > > > --- > > > 0-DAY CI Kernel Test Service, Intel Corporation > > > https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org > > > > > > > > -- > > Thanks, > > ~Nick Desaulniers -- = Thanks, ~Nick Desaulniers --===============3695596994349910592==--