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:	Fri, 6 Nov 2015 13:33:53 +0800
From:	kbuild test robot <lkp@...el.com>
To:	yalin wang <yalin.wang2010@...il.com>
Cc:	kbuild-all@...org, dmitry.torokhov@...il.com, sre@...nel.org,
	dbaryshkov@...il.com, dwmw2@...radead.org,
	gregkh@...uxfoundation.org, jslaby@...e.com, plagnioj@...osoft.com,
	tomi.valkeinen@...com, yalin.wang2010@...il.com,
	peter.senna@...il.com, joe@...ches.com, dan.carpenter@...cle.com,
	alan@...ux.intel.com, somyaanand214@...il.com,
	mahfouz.saif.elyazal@...il.com, ricardo.ribalda@...il.com,
	ravi2j@...il.com, linux-input@...r.kernel.org,
	linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
	devel@...verdev.osuosl.org, linux-fbdev@...r.kernel.org
Subject: Re: [PATCH] goldfish: add goldfish match node for dt driver probe

Hi yalin,

[auto build test ERROR on staging/staging-testing]
[also build test ERROR on v4.3 next-20151105]

url:    https://github.com/0day-ci/linux/commits/yalin-wang/goldfish-add-goldfish-match-node-for-dt-driver-probe/20151106-132647
config: x86_64-allyesconfig (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/staging/goldfish/goldfish_nand.c:446:3: error: request for member 'of_match_table' in something not a structure or union
      .of_match_table = of_match_ptr(goldfish_nand_match),
      ^

vim +/of_match_table +446 drivers/staging/goldfish/goldfish_nand.c

   440	
   441	static struct platform_driver goldfish_nand_driver = {
   442		.probe		= goldfish_nand_probe,
   443		.remove		= goldfish_nand_remove,
   444		.driver = {
   445			.name = "goldfish_nand"
 > 446			.of_match_table	= of_match_ptr(goldfish_nand_match),
   447		}
   448	};
   449	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Download attachment ".config.gz" of type "application/octet-stream" (50533 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ