Re: [kbuild-all] [target:master 1/2] drivers/target/target_core_transport.o: warning: objtool: __transport_wait_for_tasks()+0x22: function has unreachable instruction

2016-07-19 Thread Fengguang Wu
Hi Nicholas, Sorry please ignore this one -- it looks like false warning from old gcc 4.4 and 4.6 -- we just enabled old compiler tests which triggered 10k these warnings.. Thanks, Fengguang On Tue, Jul 19, 2016 at 09:43:35PM +0800, kbuild test robot wrote: tree: https://git.kernel.org/pub/s

Re: [kbuild-all] [RFC PATCH] phy: exynos-ufs: exynos_ufs_phy_calibrate() can be static

2015-10-13 Thread Fengguang Wu
gt; On 10/01/2015 04:34 PM, kbuild test robot wrote: > > > >Signed-off-by: Fengguang Wu > >--- > > phy-exynos-ufs.c |6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > >diff --git a/drivers/phy/phy-exynos-ufs.c b/drivers/phy/phy-exynos-u

Re: [lkp] [PATCH 13/25] scsi: hisi_sas: add path from phyup irq to SAS framework

2015-10-12 Thread Fengguang Wu
Hi Julian, Oops, this is awkward.. I'll check it, thank you for the reminder! Thanks, Fengguang On Tue, Oct 13, 2015 at 11:27:05AM +1100, Julian Calaby wrote: > Hi kbuild test robot people, > > On Tue, Oct 13, 2015 at 9:03 AM, kbuild test robot wrote: > > Hi John, > > > > [auto build test WARN

Re: [scsi] WARNING: at fs/sysfs/dir.c:530 sysfs_add_one()

2013-06-12 Thread Fengguang Wu
On Wed, Jun 12, 2013 at 07:34:43PM -0700, James Bottomley wrote: > On Thu, 2013-06-13 at 09:30 +0800, Fengguang Wu wrote: > > Greetings, > > > > I got the below dmesg and the first bad commit is > > > > commit a256ba092ec57213f96059d41ac5473ff92f5e7c > &g

Re: [scsi:for-next 11/19] drivers/scsi/ipr.c:8700:16: warning: array subscript is above array bounds

2013-01-03 Thread Fengguang Wu
>7af0de31 wenxi...@linux.vnet.ibm.com 2012-12-03 8705 > >^1da177e Linus Torvalds 2005-04-16 8706for (i = > >0; i < IPR_NUM_CMD_BLKS; i++) { > >203fa3fe Kleber Sacilotto de Souza 2012-08-22 8707ipr_cmd > >= > >pci_pool_alloc(

Re: [scsi:misc 36/36] drivers/scsi/csiostor/csio_attr.c:92:41: sparse: incorrect type in assignment (different base types)

2012-11-16 Thread Fengguang Wu
Hi Naresh, On Fri, Nov 16, 2012 at 03:41:53PM +0530, Naresh Kumar Inna wrote: > On 11/15/2012 11:59 PM, kbuild test robot wrote: > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git misc > > head: 0779fa137a73170b6c796fdb476f1455ba67b9aa > > commit: 0779fa137a73170b6c796fdb476

bfa_ioc.c:3407 code aligned with following code on line 3409

2012-09-20 Thread Fengguang Wu
Hi Krishna, According to these (old) coccinelle warnings, bfa_cb_sfp_state_query() has very weird indents and "if" blocks: drivers/scsi/bfa/bfa_ioc.c:3407:3-18: code aligned with following code on line 3409 drivers/scsi/bfa/bfa_ioc.c:3415:4-19: code aligned with following code on line 3417

[scsi:for-next 92/128] drivers/scsi/qla2xxx/qla_isr.c:1684:56: warning: 'rval' may be used uninitialized in this function

2012-09-14 Thread Fengguang Wu
end the vendor specific response 1687 * in this case only */ 1688 sp->done(vha, sp, (DID_OK << 6)); 1689 1690 } --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu, Yuanhan Liu Intel Corporation

[scsi:misc 49/55] drivers/scsi/mvumi.c:1880:3: error: implicit declaration of function 'virt_to_bus'

2012-09-14 Thread Fengguang Wu
F; 1883 dle->if_length = (frame_len >> 2) & 0xFFF; 1884 } else { 1885 memcpy(ib_entry, ib_frame, frame_len); --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu, Yuanhan Liu

[PATCH] megaraid_sas: combine kmalloc+memset into kzalloc

2012-08-24 Thread Fengguang Wu
Use kzalloc rather than kmalloc followed by memset with 0. Generated by: scripts/coccinelle/api/alloc/kzalloc-simple.cocci Signed-off-by: Fengguang Wu --- drivers/scsi/megaraid/megaraid_sas_fusion.c |7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) --- linux.orig/drivers/scsi

drivers/scsi/ipr.c:8448:2-19: alloc with no test

2012-08-18 Thread Fengguang Wu
Hi Brian, FYI, coccinelle warns about drivers/scsi/ipr.c:8448:2-19: alloc with no test, possible model on line 8457 vi +8448 drivers/scsi/ipr.c 8443 if (ioa_cfg->sis64) { 8444 ioa_cfg->target_ids = kzalloc(sizeof(unsigned long) * 8445