All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Slaby <jirislaby@kernel.org>
To: Emmanuel Grumbach <emmanuel.grumbach@intel.com>, kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH v8 2/6] iwlwifi: mei: add the driver to allow cooperation with CSME
Date: Wed, 1 Dec 2021 09:21:29 +0100	[thread overview]
Message-ID: <0c26baa6-6e43-338e-5814-fac957c7b116@kernel.org> (raw)
In-Reply-To: <20211112062814.7502-2-emmanuel.grumbach@intel.com>

On 12. 11. 21, 7:28, Emmanuel Grumbach wrote:
> CSME in two words
> -----------------
> CSME stands for Converged Security and Management Engine. It is
> a CPU on the chipset and runs a dedicated firmware.
> AMT (Active Management Technology) is one of the applications
> that run on that CPU. AMT allows to control the platform remotely.
> Here is a partial list of the use cases:
> * View the screen of the plaform, with keyboard and mouse (KVM)
> * Attach a remote IDE device
> * Have a serial console to the device
> * Query the state of the platform
> * Reset / shut down / boot the platform

Hi,

this patch causes link failures:
 > MODPOST modules-only.symvers
 > ERROR: modpost: "__SCT__tp_func_iwlmei_sap_data" 
[drivers/net/wireless/intel/iwlwifi/mei/iwlmei.ko] undefined!
 > ERROR: modpost: "__SCT__tp_func_iwlmei_me_msg" 
[drivers/net/wireless/intel/iwlwifi/mei/iwlmei.ko] undefined!
 > ERROR: modpost: "__tracepoint_iwlmei_sap_cmd" 
[drivers/net/wireless/intel/iwlwifi/mei/iwlmei.ko] undefined!
 > ERROR: modpost: "__tracepoint_iwlmei_me_msg" 
[drivers/net/wireless/intel/iwlwifi/mei/iwlmei.ko] undefined!
 > ERROR: modpost: "__SCK__tp_func_iwlmei_me_msg" 
[drivers/net/wireless/intel/iwlwifi/mei/iwlmei.ko] undefined!
 > ERROR: modpost: "__SCK__tp_func_iwlmei_sap_data" 
[drivers/net/wireless/intel/iwlwifi/mei/iwlmei.ko] undefined!
 > ERROR: modpost: "__tracepoint_iwlmei_sap_data" 
[drivers/net/wireless/intel/iwlwifi/mei/iwlmei.ko] undefined!
 > ERROR: modpost: "__SCT__tp_func_iwlmei_sap_cmd" 
[drivers/net/wireless/intel/iwlwifi/mei/iwlmei.ko] undefined!
 > ERROR: modpost: "__SCK__tp_func_iwlmei_sap_cmd" 
[drivers/net/wireless/intel/iwlwifi/mei/iwlmei.ko] undefined!
 > make[1]: *** [../scripts/Makefile.modpost:134: modules-only.symvers] 
Error 1
 > make: *** [../Makefile:1904: modules] Error 2

with this config:
https://raw.githubusercontent.com/openSUSE/kernel-source/linux-next/config/x86_64/vanilla

regards,
-- 
js
suse labs

  reply	other threads:[~2021-12-01  8:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12  6:28 [PATCH v8 1/6] mei: bus: add client dma interface Emmanuel Grumbach
2021-11-12  6:28 ` [PATCH v8 2/6] iwlwifi: mei: add the driver to allow cooperation with CSME Emmanuel Grumbach
2021-12-01  8:21   ` Jiri Slaby [this message]
2021-12-01 11:46     ` Grumbach, Emmanuel
2021-11-12  6:28 ` [PATCH v8 3/6] iwlwifi: mei: add debugfs hooks Emmanuel Grumbach
2021-11-12  6:28 ` [PATCH v8 4/6] iwlwifi: integrate with iwlmei Emmanuel Grumbach
2021-11-12  6:28 ` [PATCH v8 5/6] iwlwifi: mvm: add vendor commands needed for iwlmei Emmanuel Grumbach
2021-11-12  6:28 ` [PATCH v8 6/6] iwlwifi: mvm: read the rfkill state and feed it to iwlmei Emmanuel Grumbach
2021-11-26 16:32 ` [PATCH v8 1/6] mei: bus: add client dma interface Kalle Valo

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=0c26baa6-6e43-338e-5814-fac957c7b116@kernel.org \
    --to=jirislaby@kernel.org \
    --cc=emmanuel.grumbach@intel.com \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    /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.