lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 9 May 2024 05:59:22 +0800
From: kernel test robot <lkp@...el.com>
To: Ekansh Gupta <quic_ekangupt@...cinc.com>,
	srinivas.kandagatla@...aro.org, linux-arm-msm@...r.kernel.org
Cc: oe-kbuild-all@...ts.linux.dev, gregkh@...uxfoundation.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 5/5] misc: fastrpc: Add static PD restart support

Hi Ekansh,

kernel test robot noticed the following build errors:

[auto build test ERROR on char-misc/char-misc-testing]
[also build test ERROR on char-misc/char-misc-next char-misc/char-misc-linus linus/master v6.9-rc7 next-20240508]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]

url:    https://github.com/intel-lab-lkp/linux/commits/Ekansh-Gupta/misc-fastrpc-Redesign-remote-heap-management/20240508-134613
base:   char-misc/char-misc-testing
patch link:    https://lore.kernel.org/r/20240508054250.2922-6-quic_ekangupt%40quicinc.com
patch subject: [PATCH v1 5/5] misc: fastrpc: Add static PD restart support
config: i386-buildonly-randconfig-001-20240509 (https://download.01.org/0day-ci/archive/20240509/202405090528.O8hhDGHk-lkp@intel.com/config)
compiler: gcc-13 (Ubuntu 13.2.0-4ubuntu3) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240509/202405090528.O8hhDGHk-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@...el.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202405090528.O8hhDGHk-lkp@intel.com/

All errors (new ones prefixed by >>):

   ld: drivers/soc/qcom/pdr_interface.o: in function `pdr_get_domain_list':
>> pdr_interface.c:(.text+0x22b): undefined reference to `qmi_txn_init'
>> ld: pdr_interface.c:(.text+0x261): undefined reference to `qmi_send_request'
>> ld: pdr_interface.c:(.text+0x275): undefined reference to `qmi_txn_wait'
>> ld: pdr_interface.c:(.text+0x2ad): undefined reference to `qmi_txn_cancel'
   ld: drivers/soc/qcom/pdr_interface.o: in function `pdr_restart_pd':
   pdr_interface.c:(.text+0x451): undefined reference to `qmi_txn_init'
   ld: pdr_interface.c:(.text+0x48d): undefined reference to `qmi_send_request'
   ld: pdr_interface.c:(.text+0x4a7): undefined reference to `qmi_txn_wait'
   ld: pdr_interface.c:(.text+0x58f): undefined reference to `qmi_txn_cancel'
   ld: drivers/soc/qcom/pdr_interface.o: in function `pdr_register_listener.constprop.0':
   pdr_interface.c:(.text+0x746): undefined reference to `qmi_txn_init'
   ld: pdr_interface.c:(.text+0x796): undefined reference to `qmi_send_request'
   ld: pdr_interface.c:(.text+0x7aa): undefined reference to `qmi_txn_wait'
   ld: pdr_interface.c:(.text+0x7fd): undefined reference to `qmi_txn_cancel'
   ld: drivers/soc/qcom/pdr_interface.o: in function `pdr_send_indack_msg.isra.0':
   pdr_interface.c:(.text+0x9df): undefined reference to `qmi_txn_init'
   ld: pdr_interface.c:(.text+0xa33): undefined reference to `qmi_send_request'
   ld: pdr_interface.c:(.text+0xa3e): undefined reference to `qmi_txn_cancel'
   ld: drivers/soc/qcom/pdr_interface.o: in function `pdr_locator_work':
>> pdr_interface.c:(.text+0xdf4): undefined reference to `qmi_add_lookup'
   ld: drivers/soc/qcom/pdr_interface.o: in function `pdr_handle_alloc.part.0':
>> pdr_interface.c:(.text+0x1159): undefined reference to `qmi_handle_init'
>> ld: pdr_interface.c:(.text+0x1177): undefined reference to `qmi_add_lookup'
>> ld: pdr_interface.c:(.text+0x119b): undefined reference to `qmi_handle_init'
>> ld: pdr_interface.c:(.text+0x11a8): undefined reference to `qmi_handle_release'
   ld: drivers/soc/qcom/pdr_interface.o: in function `pdr_handle_release':
>> pdr_interface.c:(.text+0x1567): undefined reference to `qmi_handle_release'
   ld: pdr_interface.c:(.text+0x1572): undefined reference to `qmi_handle_release'
>> ld: drivers/soc/qcom/pdr_interface.o:(.rodata+0xd8): undefined reference to `qmi_response_type_v01_ei'
   ld: drivers/soc/qcom/pdr_interface.o:(.rodata+0x1f8): undefined reference to `qmi_response_type_v01_ei'
   ld: drivers/soc/qcom/pdr_interface.o:(.rodata+0x278): undefined reference to `qmi_response_type_v01_ei'
   ld: drivers/soc/qcom/pdr_interface.o:(.rodata+0x358): undefined reference to `qmi_response_type_v01_ei'

Kconfig warnings: (for reference only)
   WARNING: unmet direct dependencies detected for QCOM_PDR_HELPERS
   Depends on [n]: NET [=n]
   Selected by [y]:
   - QCOM_FASTRPC [=y] && (ARCH_QCOM || COMPILE_TEST [=y]) && RPMSG [=y]

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ