All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Sven Peter via B4 Relay <devnull+sven.svenpeter.dev@kernel.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v4 4/9] mfd: Add Apple Silicon System Management Controller
Date: Wed, 7 May 2025 03:27:17 +0800	[thread overview]
Message-ID: <202505070320.78PBAHSn-lkp@intel.com> (raw)
In-Reply-To: <20250503-smc-6-15-v4-4-500b9b6546fc@svenpeter.dev>

Hi Sven,

kernel test robot noticed the following build errors:

[auto build test ERROR on 8b7e6734e2231a549a23943678ee3452bd19a1fe]

url:    https://github.com/intel-lab-lkp/linux/commits/Sven-Peter-via-B4-Relay/dt-bindings-gpio-Add-Apple-Mac-SMC-GPIO-block/20250503-181349
base:   8b7e6734e2231a549a23943678ee3452bd19a1fe
patch link:    https://lore.kernel.org/r/20250503-smc-6-15-v4-4-500b9b6546fc%40svenpeter.dev
patch subject: [PATCH v4 4/9] mfd: Add Apple Silicon System Management Controller
config: s390-allyesconfig (https://download.01.org/0day-ci/archive/20250507/202505070320.78PBAHSn-lkp@intel.com/config)
compiler: s390-linux-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250507/202505070320.78PBAHSn-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/202505070320.78PBAHSn-lkp@intel.com/

All errors (new ones prefixed by >>):

   s390-linux-ld: drivers/mfd/macsmc.o: in function `apple_smc_cmd_locked':
>> macsmc.c:(.text+0x480): undefined reference to `apple_rtkit_send_message'
   s390-linux-ld: drivers/mfd/macsmc.o: in function `apple_smc_write_atomic':
   macsmc.c:(.text+0x14ae): undefined reference to `apple_rtkit_send_message'
>> s390-linux-ld: macsmc.c:(.text+0x1544): undefined reference to `apple_rtkit_poll'
   s390-linux-ld: drivers/mfd/macsmc.o: in function `apple_smc_platform_remove':
>> macsmc.c:(.text+0x2c52): undefined reference to `apple_rtkit_is_running'
>> s390-linux-ld: macsmc.c:(.text+0x2c96): undefined reference to `apple_rtkit_quiesce'
   s390-linux-ld: drivers/mfd/macsmc.o: in function `apple_smc_platform_probe':
>> macsmc.c:(.text+0x2edc): undefined reference to `devm_apple_rtkit_init'
>> s390-linux-ld: macsmc.c:(.text+0x2f5c): undefined reference to `apple_rtkit_wake'
>> s390-linux-ld: macsmc.c:(.text+0x2fc6): undefined reference to `apple_rtkit_start_ep'
>> s390-linux-ld: macsmc.c:(.text+0x30d8): undefined reference to `apple_rtkit_send_message'
>> s390-linux-ld: macsmc.c:(.text+0x35b8): undefined reference to `apple_rtkit_is_running'
   s390-linux-ld: macsmc.c:(.text+0x35fe): undefined reference to `apple_rtkit_quiesce'

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

  reply	other threads:[~2025-05-06 19:28 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-03 10:06 [PATCH v4 0/9] Apple Mac System Management Controller Sven Peter via B4 Relay
2025-05-03 10:06 ` Sven Peter
2025-05-03 10:06 ` [PATCH v4 1/9] dt-bindings: gpio: Add Apple Mac SMC GPIO block Sven Peter via B4 Relay
2025-05-03 10:06   ` Sven Peter
2025-05-05  9:05   ` Linus Walleij
2025-05-09 13:12   ` Alyssa Rosenzweig
2025-05-03 10:06 ` [PATCH v4 2/9] dt-bindings: power: reboot: Add Apple Mac SMC Reboot Controller Sven Peter via B4 Relay
2025-05-03 10:06   ` Sven Peter
2025-05-09 13:11   ` Alyssa Rosenzweig
2025-05-03 10:06 ` [PATCH v4 3/9] dt-bindings: mfd: Add Apple Mac System Management Controller Sven Peter via B4 Relay
2025-05-03 10:06   ` Sven Peter
2025-05-09 13:12   ` Alyssa Rosenzweig
2025-05-03 10:06 ` [PATCH v4 4/9] mfd: Add Apple Silicon " Sven Peter via B4 Relay
2025-05-03 10:06   ` Sven Peter
2025-05-06 19:27   ` kernel test robot [this message]
2025-05-09 13:09   ` Alyssa Rosenzweig
2025-05-09 13:51   ` Lee Jones
2025-05-09 16:04     ` Sven Peter
2025-05-03 10:06 ` [PATCH v4 5/9] gpio: Add new gpio-macsmc driver for Apple Macs Sven Peter via B4 Relay
2025-05-03 10:06   ` Sven Peter
2025-05-06  8:07   ` Bartosz Golaszewski
2025-05-06 10:16     ` Sven Peter
2025-05-09 13:10   ` Alyssa Rosenzweig
2025-05-03 10:06 ` [PATCH v4 6/9] power: reset: macsmc-reboot: Add driver for rebooting via Apple SMC Sven Peter via B4 Relay
2025-05-03 10:06   ` Sven Peter
2025-05-09 13:05   ` Alyssa Rosenzweig
2025-05-09 16:13     ` Sven Peter
2025-05-09 16:21       ` Alyssa Rosenzweig
2025-05-03 10:06 ` [PATCH v4 7/9] arm64: dts: apple: t8103: Add SMC node Sven Peter via B4 Relay
2025-05-03 10:06   ` Sven Peter
2025-05-09 13:14   ` Alyssa Rosenzweig
2025-05-03 10:06 ` [PATCH v4 8/9] arm64: dts: apple: t8112: " Sven Peter via B4 Relay
2025-05-03 10:06   ` Sven Peter
2025-05-09 13:13   ` Alyssa Rosenzweig
2025-05-03 10:06 ` [PATCH v4 9/9] arm64: dts: apple: t600x: " Sven Peter via B4 Relay
2025-05-03 10:06   ` Sven Peter
2025-05-09 13:13   ` Alyssa Rosenzweig
2025-05-09 13:15 ` [PATCH v4 0/9] Apple Mac System Management Controller Alyssa Rosenzweig

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=202505070320.78PBAHSn-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=devnull+sven.svenpeter.dev@kernel.org \
    --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.