All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: kernel test robot <lkp@intel.com>
Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org,
	Michael Ellerman <mpe@ellerman.id.au>
Subject: Re: ERROR: start_text address is c000000000000200, should be c000000000000100
Date: Sun, 5 Sep 2021 11:13:00 -0700	[thread overview]
Message-ID: <5de53d5c-f2c9-9aad-5981-76a6357b3e02@infradead.org> (raw)
In-Reply-To: <202109051525.iZrjm1vj-lkp@intel.com>

On 9/5/21 12:17 AM, kernel test robot wrote:
> Hi Randy,
> 
> FYI, the error/warning still remains.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   49624efa65ac9889f4e7c7b2452b2e6ce42ba37d
> commit: 47c258d71ebfc832a760a1dc6540cf3c33968023 powerpc/head_check: use stdout for error messages
> date:   3 weeks ago
> config: powerpc64-randconfig-s031-20210904 (attached as .config)
> compiler: powerpc64-linux-gcc (GCC) 11.2.0
> reproduce:
>          wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>          chmod +x ~/bin/make.cross
>          # apt-get install sparse
>          # sparse version: v0.6.4-rc1-dirty
>          # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=47c258d71ebfc832a760a1dc6540cf3c33968023
>          git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>          git fetch --no-tags linus master
>          git checkout 47c258d71ebfc832a760a1dc6540cf3c33968023
>          # save the attached .config to linux build tree
>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=powerpc SHELL=/bin/bash
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>>> ERROR: start_text address is c000000000000200, should be c000000000000100
>>> ERROR: try to enable LD_HEAD_STUB_CATCH config option
>>> ERROR: see comments in arch/powerpc/tools/head_check.sh


Following those instructions fixes this build error for me.
Can ktr/lkp do that?
Otherwise just ignore this ERROR.

Set CONFIG_EXPERT=y
and CONFIG_LD_HEAD_STUB_CATCH=y.

However, after doing that, I get these messages:

INFO: Uncompressed kernel (size 0x30ef664) overlaps the address of the wrapper(0x400000)
INFO: Fixing the link_address of wrapper to (0x3100000)

-- 
~Randy


WARNING: multiple messages have this Message-ID (diff)
From: Randy Dunlap <rdunlap@infradead.org>
To: kbuild-all@lists.01.org
Subject: Re: ERROR: start_text address is c000000000000200, should be c000000000000100
Date: Sun, 05 Sep 2021 11:13:00 -0700	[thread overview]
Message-ID: <5de53d5c-f2c9-9aad-5981-76a6357b3e02@infradead.org> (raw)
In-Reply-To: <202109051525.iZrjm1vj-lkp@intel.com>

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

On 9/5/21 12:17 AM, kernel test robot wrote:
> Hi Randy,
> 
> FYI, the error/warning still remains.
> 
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head:   49624efa65ac9889f4e7c7b2452b2e6ce42ba37d
> commit: 47c258d71ebfc832a760a1dc6540cf3c33968023 powerpc/head_check: use stdout for error messages
> date:   3 weeks ago
> config: powerpc64-randconfig-s031-20210904 (attached as .config)
> compiler: powerpc64-linux-gcc (GCC) 11.2.0
> reproduce:
>          wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
>          chmod +x ~/bin/make.cross
>          # apt-get install sparse
>          # sparse version: v0.6.4-rc1-dirty
>          # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=47c258d71ebfc832a760a1dc6540cf3c33968023
>          git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>          git fetch --no-tags linus master
>          git checkout 47c258d71ebfc832a760a1dc6540cf3c33968023
>          # save the attached .config to linux build tree
>          COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' O=build_dir ARCH=powerpc SHELL=/bin/bash
> 
> If you fix the issue, kindly add following tag as appropriate
> Reported-by: kernel test robot <lkp@intel.com>
> 
> All errors (new ones prefixed by >>):
> 
>>> ERROR: start_text address is c000000000000200, should be c000000000000100
>>> ERROR: try to enable LD_HEAD_STUB_CATCH config option
>>> ERROR: see comments in arch/powerpc/tools/head_check.sh


Following those instructions fixes this build error for me.
Can ktr/lkp do that?
Otherwise just ignore this ERROR.

Set CONFIG_EXPERT=y
and CONFIG_LD_HEAD_STUB_CATCH=y.

However, after doing that, I get these messages:

INFO: Uncompressed kernel (size 0x30ef664) overlaps the address of the wrapper(0x400000)
INFO: Fixing the link_address of wrapper to (0x3100000)

-- 
~Randy

  reply	other threads:[~2021-09-05 18:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-05  7:17 ERROR: start_text address is c000000000000200, should be c000000000000100 kernel test robot
2021-09-05  7:17 ` kernel test robot
2021-09-05 18:13 ` Randy Dunlap [this message]
2021-09-05 18:13   ` Randy Dunlap
2021-09-06 10:56   ` [kbuild-all] " Chen, Rong A
2021-09-06 10:56     ` Chen, Rong A
2021-12-03 20:54 kernel test robot
2021-12-03 20:54 ` kernel test robot
2022-02-06  6:25 kernel test robot
2022-02-06  6:25 ` kernel test robot
2022-04-27  1:10 ` Randy Dunlap
2022-04-27  1:10   ` Randy Dunlap
2022-02-10  7:39 kernel test robot
2022-02-10  7:39 ` kernel test robot

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=5de53d5c-f2c9-9aad-5981-76a6357b3e02@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=mpe@ellerman.id.au \
    /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 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.