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]
Message-ID: <ilm5yfvrlabfe45d6cf2zazzdxw3qcknrthbgzroi764jhh2wo@qcn2ozt6mer3>
Date: Mon, 12 Aug 2024 12:00:08 -0700
From: Bjorn Andersson <andersson@...nel.org>
To: kernel test robot <lkp@...el.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, 
	Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk@...nel.org>, 
	Conor Dooley <conor+dt@...nel.org>, Felipe Balbi <balbi@...nel.org>, 
	Wesley Cheng <quic_wcheng@...cinc.com>, Saravana Kannan <saravanak@...gle.com>, 
	Thinh Nguyen <Thinh.Nguyen@...opsys.com>, Philipp Zabel <p.zabel@...gutronix.de>, 
	Konrad Dybcio <konrad.dybcio@...aro.org>, oe-kbuild-all@...ts.linux.dev, linux-usb@...r.kernel.org, 
	devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org
Subject: Re: [PATCH v2 4/7] usb: dwc3: core: Expose core driver as library

On Mon, Aug 12, 2024 at 08:21:54PM GMT, kernel test robot wrote:
> Hi Bjorn,
> 
> kernel test robot noticed the following build errors:
> 
> [auto build test ERROR on 864b1099d16fc7e332c3ad7823058c65f890486c]
> 
> url:    https://github.com/intel-lab-lkp/linux/commits/Bjorn-Andersson/dt-bindings-usb-snps-dwc3-Split-core-description/20240812-111102
> base:   864b1099d16fc7e332c3ad7823058c65f890486c
> patch link:    https://lore.kernel.org/r/20240811-dwc3-refactor-v2-4-91f370d61ad2%40quicinc.com
> patch subject: [PATCH v2 4/7] usb: dwc3: core: Expose core driver as library
> config: i386-buildonly-randconfig-005-20240812 (https://download.01.org/0day-ci/archive/20240812/202408122011.adSQGOUp-lkp@intel.com/config)
> compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240812/202408122011.adSQGOUp-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/202408122011.adSQGOUp-lkp@intel.com/
> 
> All errors (new ones prefixed by >>):
> 
> >> drivers/usb/dwc3/core.c:39:10: fatal error: glue.h: No such file or directory
>       39 | #include "glue.h"
>          |          ^~~~~~~~
>    compilation terminated.

Sorry about that, seems I missed the git add on the header file where I
declare the exported symbols.

Regards,
Bjorn

> 
> 
> vim +39 drivers/usb/dwc3/core.c
> 
>     36	
>     37	#include "core.h"
>     38	#include "gadget.h"
>   > 39	#include "glue.h"
>     40	#include "io.h"
>     41	
> 
> -- 
> 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