All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Jens Wiklander <jens.wiklander@linaro.org>
Cc: oe-kbuild-all@lists.linux.dev
Subject: Re: [PATCH v9 3/9] tee: implement protected DMA-heap
Date: Thu, 22 May 2025 17:11:58 +0800	[thread overview]
Message-ID: <202505221909.3JxkwSHB-lkp@intel.com> (raw)
In-Reply-To: <20250520152436.474778-4-jens.wiklander@linaro.org>

Hi Jens,

kernel test robot noticed the following build errors:

[auto build test ERROR on b4432656b36e5cc1d50a1f2dc15357543add530e]

url:    https://github.com/intel-lab-lkp/linux/commits/Jens-Wiklander/optee-sync-secure-world-ABI-headers/20250520-232546
base:   b4432656b36e5cc1d50a1f2dc15357543add530e
patch link:    https://lore.kernel.org/r/20250520152436.474778-4-jens.wiklander%40linaro.org
patch subject: [PATCH v9 3/9] tee: implement protected DMA-heap
config: um-randconfig-r123-20250522 (https://download.01.org/0day-ci/archive/20250522/202505221909.3JxkwSHB-lkp@intel.com/config)
compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250522/202505221909.3JxkwSHB-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/202505221909.3JxkwSHB-lkp@intel.com/

All errors (new ones prefixed by >>, old ones prefixed by <<):

>> ERROR: modpost: "memremap" [drivers/tee/tee.ko] undefined!
>> ERROR: modpost: "memunmap" [drivers/tee/tee.ko] undefined!
ERROR: modpost: module tee uses symbol dma_buf_export from namespace DMA_BUF, but does not import it.

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

  reply	other threads:[~2025-05-22  9:12 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-20 15:16 [PATCH v9 0/9] TEE subsystem for protected dma-buf allocations Jens Wiklander
2025-05-20 15:16 ` Jens Wiklander
2025-05-20 15:16 ` [PATCH v9 1/9] optee: sync secure world ABI headers Jens Wiklander
2025-05-20 15:16   ` Jens Wiklander
2025-05-23  9:00   ` Sumit Garg
2025-05-23  9:00     ` Sumit Garg via OP-TEE
2025-05-20 15:16 ` [PATCH v9 2/9] dma-buf: dma-heap: export declared functions Jens Wiklander
2025-05-20 15:16   ` Jens Wiklander
2025-05-21  7:13   ` Christian König
2025-05-21  7:13     ` Christian König via OP-TEE
2025-05-22  6:56     ` Jens Wiklander
2025-05-22 11:52       ` Christian König
2025-05-22 11:52         ` Christian König via OP-TEE
2025-05-22 12:36         ` Jens Wiklander
2025-05-20 15:16 ` [PATCH v9 3/9] tee: implement protected DMA-heap Jens Wiklander
2025-05-20 15:16   ` Jens Wiklander
2025-05-22  9:11   ` kernel test robot [this message]
2025-05-23 13:03   ` Sumit Garg
2025-05-23 13:03     ` Sumit Garg via OP-TEE
2025-05-26  7:11     ` Jens Wiklander
2025-05-30  2:13   ` Amirreza Zarrabi
2025-05-30  2:13     ` Amirreza Zarrabi via OP-TEE
2025-06-02 16:00     ` Jens Wiklander
2025-05-20 15:16 ` [PATCH v9 4/9] tee: refactor params_from_user() Jens Wiklander
2025-05-20 15:16   ` Jens Wiklander
2025-05-20 15:16 ` [PATCH v9 5/9] tee: new ioctl to a register tee_shm from a dmabuf file descriptor Jens Wiklander
2025-05-20 15:16   ` Jens Wiklander
2025-05-23 13:31   ` Sumit Garg
2025-05-23 13:31     ` Sumit Garg via OP-TEE
2025-05-26  8:34     ` Jens Wiklander
2025-05-20 15:16 ` [PATCH v9 6/9] tee: add tee_shm_alloc_dma_mem() Jens Wiklander
2025-05-20 15:16   ` Jens Wiklander
2025-05-22 16:49   ` kernel test robot
2025-05-22 16:49     ` kernel test robot
2025-05-26  7:22   ` Sumit Garg
2025-05-26  7:22     ` Sumit Garg via OP-TEE
2025-05-26  9:21     ` Jens Wiklander
2025-05-26  9:33       ` Sumit Garg
2025-05-26  9:33         ` Sumit Garg via OP-TEE
2025-05-27 14:21         ` Jens Wiklander
2025-05-20 15:16 ` [PATCH v9 7/9] optee: support protected memory allocation Jens Wiklander
2025-05-20 15:16   ` Jens Wiklander
2025-05-26  7:33   ` Sumit Garg
2025-05-26  7:33     ` Sumit Garg via OP-TEE
2025-05-27 14:32     ` Jens Wiklander
2025-05-20 15:16 ` [PATCH v9 8/9] optee: FF-A: dynamic " Jens Wiklander
2025-05-20 15:16   ` Jens Wiklander
2025-05-26  8:09   ` Sumit Garg
2025-05-26  8:09     ` Sumit Garg via OP-TEE
2025-05-27 15:07     ` Jens Wiklander
2025-05-20 15:16 ` [PATCH v9 9/9] optee: smc abi: " Jens Wiklander
2025-05-20 15:16   ` Jens Wiklander
2025-05-26  8:13   ` Sumit Garg
2025-05-26  8:13     ` Sumit Garg via OP-TEE
2025-05-27 14:43     ` Jens Wiklander

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=202505221909.3JxkwSHB-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=jens.wiklander@linaro.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.