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] [day] [month] [year] [list]
Date:   Wed, 30 Oct 2019 18:32:45 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     sheetal.tigadoli@...adcom.com
Cc:     zajec5@...il.com, gregkh@...uxfoundation.org,
        michal.simek@...inx.com, rajan.vaja@...inx.com,
        scott.branden@...adcom.com, ray.jui@...adcom.com,
        vikram.prakash@...adcom.com, jens.wiklander@...aro.org,
        michael.chan@...adcom.com, vikas.gupta@...adcom.com,
        vasundhara-v.volam@...adcom.com, linux-kernel@...r.kernel.org,
        tee-dev@...ts.linaro.org, bcm-kernel-feedback-list@...adcom.com,
        netdev@...r.kernel.org
Subject: Re: [PATCH net-next V4 0/3] Add OP-TEE based bnxt f/w manager

From: Sheetal Tigadoli <sheetal.tigadoli@...adcom.com>
Date: Wed, 30 Oct 2019 21:24:21 +0530

> This patch series adds support for TEE based BNXT firmware
> management module and the driver changes to invoke OP-TEE
> APIs to fastboot firmware and to collect crash dump.
 ...

Please start build testing properly:

ld: drivers/firmware/broadcom/tee_bnxt_fw.o: in function `tee_bnxt_fw_load':
(.text+0x1ca): undefined reference to `tee_client_invoke_func'
ld: drivers/firmware/broadcom/tee_bnxt_fw.o: in function `tee_bnxt_copy_coredump':
(.text+0x376): undefined reference to `tee_client_invoke_func'
ld: (.text+0x3c0): undefined reference to `tee_shm_get_va'
ld: drivers/firmware/broadcom/tee_bnxt_fw.o: in function `tee_bnxt_fw_remove':
tee_bnxt_fw.c:(.text+0x482): undefined reference to `tee_shm_free'
ld: tee_bnxt_fw.c:(.text+0x494): undefined reference to `tee_client_close_session'
ld: tee_bnxt_fw.c:(.text+0x4a0): undefined reference to `tee_client_close_context'
ld: drivers/firmware/broadcom/tee_bnxt_fw.o: in function `tee_bnxt_fw_probe':
tee_bnxt_fw.c:(.text+0x548): undefined reference to `tee_client_open_context'
ld: tee_bnxt_fw.c:(.text+0x5b2): undefined reference to `tee_client_open_session'
ld: tee_bnxt_fw.c:(.text+0x610): undefined reference to `tee_shm_alloc'
ld: tee_bnxt_fw.c:(.text+0x695): undefined reference to `tee_client_close_context'
ld: tee_bnxt_fw.c:(.text+0x6ba): undefined reference to `tee_client_close_session'
ld: tee_bnxt_fw.c:(.text+0x6cb): undefined reference to `tee_client_close_context'
ld: drivers/firmware/broadcom/tee_bnxt_fw.o:(.data+0x10): undefined reference to `tee_bus_type'
make: *** [Makefile:1074: vmlinux] Error 1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ