All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baoquan He <bhe@redhat.com>
To: kernel test robot <lkp@intel.com>
Cc: oe-kbuild-all@lists.linux.dev,
	Linux Memory Management List <linux-mm@kvack.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Eric DeVolder <eric_devolder@yahoo.com>
Subject: Re: [linux-next:pending-fixes 239/291] mipsel-linux-ld: kernel/kexec_core.c:undefined reference to `machine_kexec'
Date: Fri, 1 Dec 2023 16:34:46 +0800	[thread overview]
Message-ID: <ZWmapoLqHA6Gad8c@MiWiFi-R3L-srv> (raw)
In-Reply-To: <202311302042.sn8cDPIX-lkp@intel.com>

Hi,

On 11/30/23 at 08:35pm, kernel test robot wrote:
> tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git pending-fixes
> head:   1867b4f140ac1336fdc9f7989171e230ab3cea6a
> commit: f8ff23429c625c2b2a134d87f490a89a98c544ce [239/291] kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMP
> config: mips-randconfig-r015-20211216 (https://download.01.org/0day-ci/archive/20231130/202311302042.sn8cDPIX-lkp@intel.com/config)
> compiler: mipsel-linux-gcc (GCC) 13.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231130/202311302042.sn8cDPIX-lkp@intel.com/reproduce)
> 
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@intel.com>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202311302042.sn8cDPIX-lkp@intel.com/
> 
> All errors (new ones prefixed by >>):
> 
>    mipsel-linux-ld: kernel/kexec_core.o: in function `kimage_free':
> >> kernel/kexec_core.c:(.text+0x2200): undefined reference to `machine_kexec_cleanup'
>    mipsel-linux-ld: kernel/kexec_core.o: in function `__crash_kexec':
> >> kernel/kexec_core.c:(.text+0x2480): undefined reference to `machine_crash_shutdown'
> >> mipsel-linux-ld: kernel/kexec_core.c:(.text+0x2488): undefined reference to `machine_kexec'
>    mipsel-linux-ld: kernel/kexec_core.o: in function `kernel_kexec':
> >> kernel/kexec_core.c:(.text+0x29b8): undefined reference to `machine_shutdown'
>    mipsel-linux-ld: kernel/kexec_core.c:(.text+0x29c0): undefined reference to `machine_kexec'

Thanks for reporting this.

The fix for this issue has been included in below patch.

[PATCH v2] kexec_core: change dependency of object files
https://lore.kernel.org/all/20231201060325.26940-1-bhe@redhat.com/T/#u


      reply	other threads:[~2023-12-01  8:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-30 12:35 [linux-next:pending-fixes 239/291] mipsel-linux-ld: kernel/kexec_core.c:undefined reference to `machine_kexec' kernel test robot
2023-12-01  8:34 ` Baoquan He [this message]

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=ZWmapoLqHA6Gad8c@MiWiFi-R3L-srv \
    --to=bhe@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=eric_devolder@yahoo.com \
    --cc=linux-mm@kvack.org \
    --cc=lkp@intel.com \
    --cc=oe-kbuild-all@lists.linux.dev \
    /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.