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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 22 Jun 2016 23:44:56 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Pan Wen <wenpan@...ilicon.com>
Cc:	kbuild-all@...org, wsa@...-dreams.de, robh+dt@...nel.org,
	mark.rutland@....com, linux-i2c@...r.kernel.org,
	devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
	howell.yang@...ilicon.com, xuejiancheng@...ilicon.com,
	wenpan@...ilicon.com
Subject: Re: [PATCH] i2c: hibvt: add Hisilicon BVT I2C controller driver

Hi,

[auto build test ERROR on wsa/i2c/for-next]
[also build test ERROR on v4.7-rc4 next-20160622]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

url:    https://github.com/0day-ci/linux/commits/Pan-Wen/i2c-hibvt-add-Hisilicon-BVT-I2C-controller-driver/20160622-170505
base:   https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux i2c/for-next
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 5.3.1-8) 5.3.1 20160205
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

   drivers/i2c/busses/i2c-hibvt.c: In function 'hibvt_i2c_suspend':
>> drivers/i2c/busses/i2c-hibvt.c:693:23: error: 'struct hibvt_i2c_dev' has no member named 'adapter'
     i2c_lock_adapter(&i2c->adapter);
                          ^
   drivers/i2c/busses/i2c-hibvt.c:695:25: error: 'struct hibvt_i2c_dev' has no member named 'adapter'
     i2c_unlock_adapter(&i2c->adapter);
                            ^
   drivers/i2c/busses/i2c-hibvt.c: In function 'hibvt_i2c_resume':
   drivers/i2c/busses/i2c-hibvt.c:704:23: error: 'struct hibvt_i2c_dev' has no member named 'adapter'
     i2c_lock_adapter(&i2c->adapter);
                          ^
   drivers/i2c/busses/i2c-hibvt.c:707:25: error: 'struct hibvt_i2c_dev' has no member named 'adapter'
     i2c_unlock_adapter(&i2c->adapter);
                            ^

vim +693 drivers/i2c/busses/i2c-hibvt.c

   687	
   688	#ifdef CONFIG_PM_SLEEP
   689	static int hibvt_i2c_suspend(struct device *dev)
   690	{
   691		struct hibvt_i2c_dev *i2c = dev_get_drvdata(dev);
   692	
 > 693		i2c_lock_adapter(&i2c->adapter);
   694		clk_disable_unprepare(i2c->clk);
   695		i2c_unlock_adapter(&i2c->adapter);
   696	

---
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" (50233 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ