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:   Mon, 30 Oct 2017 19:46:40 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Loic Pallardy <loic.pallardy@...com>
Cc:     kbuild-all@...org, bjorn.andersson@...aro.org, ohad@...ery.com,
        linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org,
        arnaud.pouliquen@...com, Loic Pallardy <loic.pallardy@...com>
Subject: Re: [PATCH 1/2] remoteproc: debug: add resource table dump feature

Hi Loic,

Thank you for the patch! Perhaps something to improve:

[auto build test WARNING on v4.14-rc6]
[also build test WARNING on next-20171018]
[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/Loic-Pallardy/remoteproc-increase-debug-capabilities/20171030-174235
config: tile-allyesconfig (attached as .config)
compiler: tilegx-linux-gcc (GCC) 4.6.2
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=tile 

All warnings (new ones prefixed by >>):

>> drivers/remoteproc/remoteproc_debugfs.c:249:2: warning: initialization from incompatible pointer type [enabled by default]
   drivers/remoteproc/remoteproc_debugfs.c:249:2: warning: (near initialization for 'rproc_rsc_table_ops.open') [enabled by default]

vim +249 drivers/remoteproc/remoteproc_debugfs.c

   247	
   248	static const struct file_operations rproc_rsc_table_ops = {
 > 249		.open		= rproc_rsc_table_open,
   250		.read		= seq_read,
   251		.llseek		= seq_lseek,
   252		.release	= single_release,
   253	};
   254	

---
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/gzip" (50480 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ