[staging:staging-testing 445/445] drivers/staging//rtlwifi/halmac/rtl_halmac.c:405:5: error: implicit declaration of function 'rtl_mfree'

2017-08-29 Thread kbuild test robot
Ping-Ke Shih2017-08-17 412 } 938a0447 Ping-Ke Shih2017-08-17 413 :: The code at line 405 was first introduced by commit :: 938a0447f094233e269f7f5ded474b13f3de8d80 staging: r8822be: Add code for halmac sub-driver :: TO: Ping-Ke Shih :: CC: Greg Kroah-Hartman ---

[lkp-robot] [irda] 66d98e78e4: BUG:unable_to_handle_kernel

2017-08-29 Thread kernel test robot
e: trinity with following parameters: runtime: 300s test-description: Trinity is a linux system call fuzz tester. test-url: http://codemonkey.org.uk/projects/trinity/ on test machine: qemu-system-i386 -enable-kvm -smp 2 -m 320M caused below changes (please refer to attached dmesg/kmsg

[staging:staging-testing 231/445] vbox_fb.c:undefined reference to `fb_deferred_io_cleanup'

2017-08-31 Thread kbuild test robot
xvideo/vbox_fb.o: In function `vbox_fbdev_fini': >> vbox_fb.c:(.text+0x36): undefined reference to `fb_deferred_io_cleanup' --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation

Re: [PATCH] Staging:android:ion:ion.c : Using WARN_ON() rather than BUG()

2017-09-01 Thread kbuild test robot
Hi harsha, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.13-rc7 next-20170831] [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/harsha/Staging-android-ion-ion-c

Re: [PATCH] Staging:android:ion:ion.c : Using WARN_ON() rather than BUG()

2017-09-01 Thread kbuild test robot
Hi harsha, [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.13-rc7 next-20170831] [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/harsha/Staging-android-ion-ion-c

Re: [PATCH] staging: r8822be: Fix typo for CONFIG_RTLWIFI_DEBUG

2017-09-02 Thread kbuild test robot
Hi Andreas, [auto build test ERROR on staging/staging-testing] [cannot apply to v4.13-rc7 next-20170901] [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/Andreas-Ziegler/staging-r8822be-Fix-typo

[staging:staging-testing 959/962] drivers/staging/wilc1000/wilc_sdio.c:584:2: error: implicit declaration of function 'memset'

2015-09-29 Thread kbuild test robot
588 c5c77ba1 Johnny Kim 2015-05-11 589 if (inp->io_func.io_init) { c5c77ba1 Johnny Kim 2015-05-11 590 if (!inp->io_func.io_init(g_sdio.os_context)) { c5c77ba1 Johnny Kim 2015-05-11 591 g_sdio.dPrint(N_ERR, "[wilc sdio]: Failed io init bus...\n"); c5c77ba1 John

Re: [PATCH v2] mtd: nand: pass page number to ecc->write_xxx() methods

2015-10-01 Thread kbuild test robot
Hi Boris, [auto build test results on next-20151001 -- if it's inappropriate base, please ignore] config: i386-randconfig-s1-201539 (attached as .config) reproduce: git checkout 425b29816a0dba028eef09be5cb531a187e256a1 # save the attached .config to linux build tree

Re: [PATCH 08/17] staging: comedi: quatech_daqp_cs: introduce daqp_ai_get_sample()

2015-10-01 Thread kbuild test robot
Hi Hartley, [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) >> drivers/stagi

[RFC PATCH] staging: comedi: quatech_daqp_cs: daqp_ai_get_sample() can be static

2015-10-01 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- quatech_daqp_cs.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/drivers/quatech_daqp_cs.c b/drivers/staging/comedi/drivers/quatech_daqp_cs.c index 23c79e3..96471fc 100644 --- a/drivers/staging/comedi/drivers/qua

Re: [PATCH] staging/lustre: Make nrs_policy_get_info_locked() static

2015-10-02 Thread kbuild test robot
Hi Rocco, [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] config: sparc64-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chm

[staging:staging-testing 1167/1169] drivers/staging/lustre/lustre/obdclass/genops.c:1107:14: warning: 'obd_export_nid2str' defined but not used

2015-10-04 Thread kbuild test robot
r.nid); 1112 return "(no nid)"; 1113 } 1114 1115 #if LUSTRE_TRACKS_LOCK_EXP_REFS --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz

Re: [RFC][PATCH 2/2] staging: ion: Add files for parsing the devicetree (WIP)

2015-10-06 Thread kbuild test robot
Hi Laura, [auto build test WARNING on v4.3-rc4 -- if it's inappropriate base, please ignore] reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) >> drivers/st

[RFC PATCH] staging: ion: ion_parse_dt_heap_common() can be static

2015-10-06 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- ion_of.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/android/ion/ion_of.c b/drivers/staging/android/ion/ion_of.c index 3c9b1e5..daded0c 100644 --- a/drivers/staging/android/ion/ion_of.c +++ b/drivers/staging/android/

[PATCH] staging: wilc1000: fix kzalloc-simple.cocci warnings

2015-10-06 Thread kbuild test robot
drivers/staging/wilc1000/host_interface.c:2852:15-22: WARNING: kzalloc should be used for pu8keybuf, instead of kmalloc/memset drivers/staging/wilc1000/host_interface.c:2904:15-22: WARNING: kzalloc should be used for pu8keybuf, instead of kmalloc/memset drivers/staging/wilc1000/host_interface.c:6

Re: [PATCH 2/3] staging: android: ion: Add ion driver for Hi6220 SoC platform

2015-10-08 Thread kbuild test robot
Hi Chen, [auto build test WARNING on v4.3-rc4 -- if it's inappropriate base, please ignore] config: arm-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x

Re: [PATCHv4 RESEND] staging: vme_user: provide DMA functionality

2015-10-10 Thread kbuild test robot
Hi Dmitry, [auto build test WARNING on driver-core/driver-core-next -- if it's inappropriate base, please ignore] config: x86_64-randconfig-x010-201541 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 Note: it may well

Re: [PATCH 2/4] Staging: rtl8712: Use ether_addr_equal() over memcmp()

2015-10-10 Thread kbuild test robot
Hi Punit, [auto build test ERROR on v4.3-rc4 -- if it's inappropriate base, please ignore] config: x86_64-randconfig-x005-201541 (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error/warnings (new ones prefix

Re: [PATCH 2/4] Staging: rtl8712: Use ether_addr_equal() over memcmp()

2015-10-10 Thread kbuild test robot
Hi Punit, [auto build test WARNING on v4.3-rc4 -- if it's inappropriate base, please ignore] reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) drivers/stag

[staging:staging-testing 1385/1471] ERROR: "ion_device_add_heap" undefined!

2015-10-13 Thread kbuild test robot
make.cross ARCH=arm64 All errors (new ones prefixed by >>): >> ERROR: "ion_device_add_heap" undefined! >> ERROR: "ion_heap_create" undefined! >> ERROR: "ion_device_create" undefined! >> ERROR: "ion_heap_destroy" undef

[staging:staging-testing 1385/1471] ERROR: "ion_device_add_heap" [drivers/staging/android/ion/tegra/tegra_ion.ko] undefined!

2015-10-13 Thread kbuild test robot
ed! >> ERROR: "ion_device_create" [drivers/staging/android/ion/tegra/tegra_ion.ko] >> undefined! >> ERROR: "ion_heap_destroy" [drivers/staging/android/ion/tegra/tegra_ion.ko] >> undefined! >> ERROR: "ion_device_destroy" [drivers/staging/a

Re: [PATCH 2/7] staging: lustre: llite_nfs.c: replace container_of0 by container_of

2015-10-13 Thread kbuild test robot
Hi Aya, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Aya-Mahfouz/staging-lustre-remove-uses-and-definition-of-container_of0/20151014-062751 c

Re: [PATCH 2/7] staging: lustre: llite_nfs.c: replace container_of0 by container_of

2015-10-13 Thread kbuild test robot
Hi Aya, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Aya-Mahfouz/staging-lustre-remove-uses-and-definition-of-container_of0/20151014-062751 c

Re: [PATCH 14/40] staging: wilc1000: rename variable hSemDeinitDrvHandle

2015-10-14 Thread kbuild test robot
Hi Leo, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-rename-ssidLen-of-struct-join_bss_param/20151015-123159 repr

[RFC PATCH] staging: wilc1000: hif_sema_driver can be static

2015-10-14 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- host_interface.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index b4f8c3a..32c73b1 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drive

Re: [PATCH 16/40] staging: wilc1000: rename variable hSemHostIntDeinit

2015-10-14 Thread kbuild test robot
Hi Leo, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-rename-ssidLen-of-struct-join_bss_param/20151015-123159 repr

[RFC PATCH] staging: wilc1000: hif_sema_deinit can be static

2015-10-14 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- host_interface.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index acb8379d..aa5c9d7 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/driv

[RFC PATCH] staging: wilc1000: periodic_rssi can be static

2015-10-14 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- host_interface.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 3c1110c..b29d7b186 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/dri

Re: [PATCH 17/40] staging: wilc1000: rename variable g_hPeriodicRSSI

2015-10-14 Thread kbuild test robot
Hi Leo, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-rename-ssidLen-of-struct-join_bss_param/20151015-123159 repr

Re: [PATCH 19/40] staging: wilc1000: rename variable gbScanWhileConnected

2015-10-14 Thread kbuild test robot
Hi Leo, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-rename-ssidLen-of-struct-join_bss_param/20151015-123159 repr

[RFC PATCH] staging: wilc1000: scan_while_connected can be static

2015-10-14 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- host_interface.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index a09db2c..0e0d1db 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drive

[RFC PATCH] staging: wilc1000: join_req can be static

2015-10-15 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- host_interface.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 38ce396..a9b17fc0 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/driv

Re: [PATCH 28/40] staging: wilc1000: rename variable gu8FlushedJoinReq

2015-10-15 Thread kbuild test robot
Hi Leo, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-rename-ssidLen-of-struct-join_bss_param/20151015-123159 repr

[RFC PATCH] staging: wilc1000: mode_11i can be static

2015-10-15 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- host_interface.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 778d9b3..3b86b97 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drive

Re: [PATCH 30/40] staging: wilc1000: rename variable gu8Flushed11iMode

2015-10-15 Thread kbuild test robot
Hi Leo, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-rename-ssidLen-of-struct-join_bss_param/20151015-123159 repr

Re: [PATCH 32/40] staging: wilc1000: rename variable gu32FlushedJoinReqSize

2015-10-15 Thread kbuild test robot
Hi Leo, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-rename-ssidLen-of-struct-join_bss_param/20151015-123159 repr

[RFC PATCH] staging: wilc1000: info_element_size can be static

2015-10-15 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- host_interface.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 961e853..965fffb 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/drive

Re: [PATCH 33/40] staging: wilc1000: rename variable gu32FlushedInfoElemAsocSize

2015-10-15 Thread kbuild test robot
Hi Leo, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-rename-ssidLen-of-struct-join_bss_param/20151015-123159 repr

Re: [PATCH 34/40] staging: wilc1000: rename variable gu8FlushedJoinReqDrvHandler

2015-10-15 Thread kbuild test robot
Hi Leo, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-rename-ssidLen-of-struct-join_bss_param/20151015-123159 repr

[RFC PATCH] staging: wilc1000: join_req_drv can be static

2015-10-15 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- host_interface.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c index 704419f..ca6f3983 100644 --- a/drivers/staging/wilc1000/host_interface.c +++ b/driv

Re: [PATCH] staging: rtl8192u: simplify conditional statement

2015-10-15 Thread kbuild test robot
Hi Luis, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Luis-de-Bethencourt/staging-rtl8192u-simplify-conditional-statement/20151015-203425 config:

Re: [PATCH 4/4] staging: lustre: remove IS_PO2 and __is_po2

2015-10-16 Thread kbuild test robot
Hi Aya, [auto build test ERROR on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Aya-Mahfouz/Remove-uses-and-definition-of-IS_PO2/20151017-060923 config: i386-allmodconfig (att

Re: [PATCH 4/4] staging: lustre: remove IS_PO2 and __is_po2

2015-10-16 Thread kbuild test robot
Hi Aya, [auto build test ERROR on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Aya-Mahfouz/Remove-uses-and-definition-of-IS_PO2/20151017-060923 config: i386-allyesconfig (att

Re: [PATCH 4/4] staging: lustre: remove IS_PO2 and __is_po2

2015-10-16 Thread kbuild test robot
Hi Aya, [auto build test ERROR on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Aya-Mahfouz/Remove-uses-and-definition-of-IS_PO2/20151017-060923 config: s390-allmodconfig (att

Re: [PATCH 16/16] staging: wilc1000: assign pointer of wl to sdio device data

2015-10-17 Thread kbuild test robot
Hi Glen, [auto build test ERROR on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Tony-Cho/staging-wilc1000-remove-extern-declarations-of-g_linux_wlan/20151014-195239 config:

Re: [PATCH 1/3] locks: introduce locks_lock_inode_wait()

2015-10-22 Thread kbuild test robot
Hi Benjamin, [auto build test ERROR on jlayton/linux-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Benjamin-Coddington/locks-introduce-locks_lock_inode_wait/20151022-233848 config: x

[RFC PATCH] locks: posix_lock_inode_wait() can be static

2015-10-22 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- locks.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/locks.c b/fs/locks.c index daf4664..0d2b326 100644 --- a/fs/locks.c +++ b/fs/locks.c @@ -1173,7 +1173,7 @@ EXPORT_SYMBOL(posix_lock_file); * * Apply a POSIX style lock reques

Re: [PATCH 3/3] locks: cleanup posix_lock_inode_wait and flock_lock_inode_wait

2015-10-22 Thread kbuild test robot
Hi Benjamin, [auto build test WARNING on jlayton/linux-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Benjamin-Coddington/locks-introduce-locks_lock_inode_wait/20151022-233848 repr

Re: [PATCH 7/7] staging: lustre: remove container_of0 and __container_of

2015-10-24 Thread kbuild test robot
Hi Aya, [auto build test ERROR on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Aya-Mahfouz/staging-lustre-remove-uses-and-definition-of-container_of0/20151014-062751 c

Re: [PATCH v3 5/7] PCI: irqdomain: Look up IRQ domain by fwnode_handle

2015-10-26 Thread kbuild test robot
Hi Jake, [auto build test ERROR on next-20151022 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/jakeo-microsoft-com/New-paravirtual-PCI-front-end-for-Hyper-V-VMs/20151027-072118 config: x

Re: [PATCH v3 7/7] PCI: hv: New paravirtual PCI front-end for Hyper-V VMs

2015-10-26 Thread kbuild test robot
Hi Jake, [auto build test WARNING on next-20151022 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/jakeo-microsoft-com/New-paravirtual-PCI-front-end-for-Hyper-V-VMs/20151027-072118 config:

Re: [PATCH v3 4/7] PCI: Record an fwnode associated with root PCI buses, optionally

2015-10-26 Thread kbuild test robot
Hi Jake, [auto build test ERROR on next-20151022 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/jakeo-microsoft-com/New-paravirtual-PCI-front-end-for-Hyper-V-VMs/20151027-072118 config: p

Re: [PATCH v3 4/7] PCI: Record an fwnode associated with root PCI buses, optionally

2015-10-26 Thread kbuild test robot
Hi Jake, [auto build test ERROR on next-20151022 -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/jakeo-microsoft-com/New-paravirtual-PCI-front-end-for-Hyper-V-VMs/20151027-072118 config: po

Re: [PATCH V2 11/27] staging: wilc1000: wilc_wlan_handle_txq: add argument and use wilc

2015-10-27 Thread kbuild test robot
Hi Glen, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Glen-Lee/staging-wicl1000-isr_uh_routine-use-netdev-private-wilc/20151027-173115 config:

Re: [PATCH V2 13/27] staging: wilc1000: host_int_init: add argument net_device

2015-10-27 Thread kbuild test robot
Hi Glen, [auto build test ERROR on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Glen-Lee/staging-wicl1000-isr_uh_routine-use-netdev-private-wilc/20151027-173115 config:

Re: [PATCH v2 2/2] staging: rtl8188eu: ternary operator (?:) replaced by min kernel macro

2015-10-27 Thread kbuild test robot
Hi Ivan, [auto build test WARNING on staging/staging-next -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url: https://github.com/0day-ci/linux/commits/Ivan-Safonov/staging-rtl8188eu-integer-type-replaced-by-size_t-in-length-variables/201

Re: [PATCH 07/10] staging: lustre: Handle nodemask on UMP machines

2015-11-04 Thread kbuild test robot
Hi James, [auto build test WARNING on: staging/staging-next] [also build test WARNING on: next-20151104] [cannot apply to: v4.3] url: https://github.com/0day-ci/linux/commits/James-Simmons/staging-lustre-wrong-parameter-to-cfs_hash_keycpy/20151105-024407 config: i386-randconfig-b0-11050505

[staging:staging-testing 2491/2494] drivers/staging/wilc1000/wilc_wlan.c:1954:5: error: conflicting types for 'wilc_wlan_init'

2015-11-04 Thread kbuild test robot
inp_t *inp); ^ vim +/wilc_wlan_init +1954 drivers/staging/wilc1000/wilc_wlan.c 1948 chipid = tempchipid; 1949 } 1950 _fail_: 1951 return chipid; 1952 } 1953 > 1954 int wilc_wlan_init(struct net_device *dev, wilc_wlan_inp_t *inp)

Re: [PATCH 07/10] staging: lustre: Handle nodemask on UMP machines

2015-11-04 Thread kbuild test robot
Hi James, [auto build test WARNING on: staging/staging-next] [also build test WARNING on: next-20151104] [cannot apply to: v4.3] url: https://github.com/0day-ci/linux/commits/James-Simmons/staging-lustre-wrong-parameter-to-cfs_hash_keycpy/20151105-024407 config: m68k-allmodconfig (attached

Re: [PATCH] goldfish: add goldfish match node for dt driver probe

2015-11-05 Thread kbuild test robot
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

Re: [PATCH] Staging: wilc1000: Declare *wilc in init_wilc_driver to fix build error

2015-11-06 Thread kbuild test robot
Hi Punit, [auto build test WARNING on staging/staging-testing] [also build test WARNING on next-20151106] [cannot apply to v4.3] url: https://github.com/0day-ci/linux/commits/Punit-Vara/Staging-wilc1000-Declare-wilc-in-init_wilc_driver-to-fix-build-error/20151107-060255 config: i386

[staging:staging-next 479/499] drivers/staging/rtl8188eu/core/rtw_cmd.c:411 rtw_cmd_thread() error: double unlock 'sem:&pcmdpriv->terminate_cmdthread_sema'

2014-01-08 Thread kbuild test robot
Hi Larry, FYI, there are new smatch warnings show up in tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git staging-next head: 55323187f86f6ab39ee79eb4248b2efe29a464f2 commit: 2ca4ab5324062e70393e9a37a8db1ea94d6e2f99 [479/499] staging: r8188eu: Remove wrappers _rtw_free_s

[staging:staging-testing 158/158] drivers/staging/wilc1000/host_interface.c:2084:13: warning: passing argument 5 of 'SendConfigPkt' makes integer from pointer without a cast

2015-09-03 Thread kbuild test robot
5-05-11 2091 { c5c77ba1 Johnny Kim 2015-05-11 2092 :: The code at line 2084 was first introduced by commit :: 72ed4dc73dd7e67bdf37266e5d188fd01bcb32e1 staging: wilc1000: change WILC_BOOL to bool :: TO: Dean Lee :: CC: Greg Kroah-Hartman --- 0-DAY kernel test

drivers/gpu/drm/bridge/anx78xx/slimport_tx_drv.c:610:33: sparse: symbol 'pxtal_data' was not declared. Should it be static?

2015-09-25 Thread kbuild test robot
Hi Enric, FYI, build test results on v4.3-rc2 (pls ignore if it's inappropriate base for your patch). reproduce: # apt-get install sparse make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) >> drivers/gpu/d

[PATCH linux-review] drm: bridge: anx78xx: pxtal_data[] can be static

2015-09-25 Thread kbuild test robot
Signed-off-by: Fengguang Wu --- slimport_tx_drv.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/bridge/anx78xx/slimport_tx_drv.c b/drivers/gpu/drm/bridge/anx78xx/slimport_tx_drv.c index 7721326..9afebab 100644 --- a/drivers/gpu/drm/bridge/anx78xx/s

[staging:staging-next 284/304] drivers/staging/ccree/ssi_driver.c:90:2: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t'

2017-12-19 Thread kbuild test robot
873dc28d57651ae2ed4e42bb79526ed684ac staging: ccree: move to generic device log infra :: TO: Gilad Ben-Yossef :: CC: Greg Kroah-Hartman --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01

[staging:staging-testing 346/364] drivers/staging//lustre/lnet/libcfs/workitem.c:322:20: error: implicit declaration of function 'cfs_time_seconds'; did you mean 'cfs_time_shift'?

2018-01-08 Thread kbuild test robot
bcfs/workitem.c Peng Tao 2013-05-02 333 EXPORT_SYMBOL(cfs_wi_sched_destroy); d7e09d039 drivers/staging/lustre/lustre/libcfs/workitem.c Peng Tao 2013-05-02 334 :: The code at line 322 was first introduced by commit :: d3caf4d58bff2ea2826b99fefc0445bb8acd0356 staging/lus

[staging:staging-testing 468/515] drivers/staging/lustre/lnet/selftest/module.c:125:49: error: 'struct cfs_cpt_table' has no member named 'ctb_parts'; did you mean 'ctb_nparts'?

2018-01-15 Thread kbuild test robot
ole\n"); 148 goto error; 149 } 150 lst_init_step = LST_INIT_CONSOLE; 151 return 0; 152 error: 153 lnet_selftest_exit(); 154 return rc; 155 } 156 --- 0-DAY kernel test infrastructure

[staging:staging-next 468/515] drivers/staging/lustre/lnet/selftest/module.c:125:47: error: 'struct cfs_cpt_table' has no member named 'ctb_parts'

2018-01-15 Thread kbuild test robot
ERROR("LST can't startup console\n"); 148 goto error; 149 } 150 lst_init_step = LST_INIT_CONSOLE; 151 return 0; 152 error: 153 lnet_selftest_exit(); 154 return rc; 155 } 156 --- 0-DAY kernel

Re: [PATCH v3 3/7] x86/hyper-v: reenlightenment notifications support

2018-01-19 Thread kbuild test robot
Hi Vitaly, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on tip/auto-latest] [also build test WARNING on v4.15-rc8 next-20180118] [cannot apply to tip/x86/core kvm/linux-next] [if your patch is applied to the wrong git tree, please drop us a note to help

Re: [PATCH v3 3/7] x86/hyper-v: reenlightenment notifications support

2018-01-19 Thread kbuild test robot
Hi Vitaly, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on tip/auto-latest] [also build test WARNING on v4.15-rc8 next-20180118] [cannot apply to tip/x86/core kvm/linux-next] [if your patch is applied to the wrong git tree, please drop us a note to help

Re: [PATCH v3 7/7] x86/kvm: support Hyper-V reenlightenment

2018-01-19 Thread kbuild test robot
Hi Vitaly, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on tip/auto-latest] [also build test WARNING on v4.15-rc8 next-20180118] [cannot apply to tip/x86/core kvm/linux-next] [if your patch is applied to the wrong git tree, please drop us a note to help

[RFC PATCH] x86/kvm: kvm_hyperv_tsc_notifier() can be static

2018-01-19 Thread kbuild test robot
Fixes: ce386b0e39a0 ("x86/kvm: support Hyper-V reenlightenment") Signed-off-by: Fengguang Wu --- x86.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 94f28e6..27e590a 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@

[staging:staging-next 468/569] drivers/staging/lustre/lnet/selftest/module.c:125:47: error: 'struct cfs_cpt_table' has no member named 'ctb_parts'

2018-01-22 Thread kbuild test robot
if (rc) { 147 CERROR("LST can't startup console\n"); 148 goto error; 149 } 150 lst_init_step = LST_INIT_CONSOLE; 151 return 0; 152 error: 153 lnet_selftest_exit(); 154

[RFC PATCH] Staging: iio: ade7758: __ade7758_spi_write_reg_8() can be static

2018-01-24 Thread kbuild test robot
Fixes: c1960999e575 ("Staging: iio: ade7758: Expand buf_lock to cover both buffer") Signed-off-by: Fengguang Wu --- ade7758_core.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/iio/meter/ade7758_core.c b/drivers/staging/iio/meter/ade7758_core.c inde

Re: [PATCH] Staging: iio: ade7758: Expand buf_lock to cover both buffer

2018-01-24 Thread kbuild test robot
Hi Shreeya, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on iio/togreg] [also build test WARNING on v4.15-rc9 next-20180119] [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

Re: [PATCH v2 13/14] staging: wilc1000: rename Handle_Connect() to avoid camelCase

2018-01-29 Thread kbuild test robot
Hi Ajay, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [cannot apply to v4.15 next-20180126] [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

Re: [PATCH] Staging: fwserial: remove unnecessary parenthesis

2018-02-01 Thread kbuild test robot
Hi Quytelda, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.15 next-20180201] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https

Re: [PATCH] Staging: ks7010: Fix Unnecessary parentheses in ks_hostif.c

2018-02-18 Thread kbuild test robot
Hi Yash, Thank you for the patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on v4.16-rc1 next-20180216] [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

Re: [PATCH] Staging: ks7010: Fix Unnecessary parentheses in ks_hostif.c

2018-02-18 Thread kbuild test robot
Hi Yash, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.16-rc1 next-20180216] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https

[RFC PATCH] staging: fsl-mc/dpio: qbman_pull_desc_set_token() can be static

2018-02-27 Thread kbuild test robot
Fixes: 1628e2e4dc76 ("staging: fsl-mc/dpio: allow the driver to compile multi-arch") Signed-off-by: Fengguang Wu --- qbman-portal.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/fsl-mc/bus/dpio/qbman-portal.c b/drivers/staging/fsl-mc/bus/dpio/qbman-port

Re: [PATCH 4/4] staging: fsl-dpaa2/eth: allow the driver to compile multi-arch

2018-02-27 Thread kbuild test robot
Hi Ioana, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.16-rc3 next-20180227] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com

[staging:staging-testing 217/217] drivers/staging/nvec/nvec_power.c:361:10: warning: 'return' with a value, in function returning void

2018-03-01 Thread kbuild test robot
nvec_write_async(power->nvec, buf, 2); 372 373 schedule_delayed_work(to_delayed_work(work), msecs_to_jiffies(5000)); 374 }; 375 --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all

Re: [PATCH v4 02/10] include: Move compat_timespec/ timeval to compat_time.h

2018-03-13 Thread kbuild test robot
Hi Deepa, Thank you for the patch! Yet something to improve: [auto build test ERROR on ] url: https://github.com/0day-ci/linux/commits/Deepa-Dinamani/posix_clocks-Prepare-syscalls-for-64-bit-time_t-conversion/20180313-203305 base: config: arm64-allnoconfig (attached as .config) compiler

Re: [PATCH v4 02/10] include: Move compat_timespec/ timeval to compat_time.h

2018-03-13 Thread kbuild test robot
Hi Deepa, Thank you for the patch! Yet something to improve: [auto build test ERROR on ] url: https://github.com/0day-ci/linux/commits/Deepa-Dinamani/posix_clocks-Prepare-syscalls-for-64-bit-time_t-conversion/20180313-203305 base: config: powerpc-iss476-smp_defconfig (attached as

Re: [PATCH 7/7] staging: wilc1000: use kmemdup to replace kmalloc/memcpy

2018-03-16 Thread kbuild test robot
Hi HariPrasath, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on next-20180309] [cannot apply to v4.16-rc4 v4.16-rc3 v4.16-rc2 v4.16-rc5] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https

[staging] 184ecc5ceb: BUG:unable_to_handle_kernel

2018-03-19 Thread kernel test robot
parameters: runtime: 300s test-description: Trinity is a linux system call fuzz tester. test-url: http://codemonkey.org.uk/projects/trinity/ on test machine: qemu-system-i386 -enable-kvm -smp 2 -m 320M caused below changes (please refer to attached dmesg/kmsg for entire log

Re: [v2] staging:fsl-mc: Move DPIO from staging to drivers/soc/fsl

2018-03-22 Thread kbuild test robot
Hi Roy, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on next-20180322] [cannot apply to linus/master v4.16-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system

Re: [v2] staging:fsl-mc: Move DPIO from staging to drivers/soc/fsl

2018-03-22 Thread kbuild test robot
Hi Roy, I love your patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on next-20180322] [cannot apply to linus/master v4.16-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url

Re: [PATCH 6/6] staging: ks7010: factor out some functions from hostif_init

2018-03-23 Thread kbuild test robot
Hi Sergio, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on next-20180323] [cannot apply to v4.16-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url

Re: [PATCH 3/3] Storvsc: Select channel based on available percentage of ring buffer to write

2018-03-23 Thread kbuild test robot
Hi Long, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on v4.16-rc6] [cannot apply to linus/master net-next/master net/master next-20180323] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https

Re: [PATCH] staging: fsl-dpaa2/ethsw: Fix TCI values overwrite

2018-03-28 Thread kbuild test robot
Hi Razvan, I love your patch! Yet something to improve: [auto build test ERROR on staging/staging-testing] [also build test ERROR on next-20180327] [cannot apply to v4.16-rc7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https

Re: [PATCH 04/11] staging: vchiq_arm: Clear VLA warning

2018-03-31 Thread kbuild test robot
Hi Stefan, I love your patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v4.16-rc7 next-20180329] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com

Re: [PATCH v2 4/8] drivers: most: usb: check number of reported endpoints

2020-05-14 Thread kbuild test robot
Hi Christian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on usb/usb-testing linus/master v5.7-rc5 next-20200514] [cannot apply to balbi-usb/next peter.chen-usb/ci-for-usb-next] [if your patch is applied to

Re: [PATCH v2 3/7] staging: most: usb: check number of reported endpoints

2020-05-14 Thread kbuild test robot
Hi Christian, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on usb/usb-testing linus/master v5.7-rc5 next-20200514] [if your patch is applied to the wrong git tree, please drop us a note to help improve the

[staging:staging-linus] BUILD SUCCESS bcb392871813ef9e233645557d6dd85bb1a6f41a

2020-05-15 Thread kbuild test robot
rhel x86_64 rhel-7.6 x86_64rhel-7.6-kselftests x86_64 rhel-7.2-clear x86_64lkp x86_64 fedora-25 x86_64 kexec --- 0-DAY CI K

[staging:staging-testing] BUILD SUCCESS cef077e6aa4c7dbe2f23e1201cf705f9540ec467

2020-05-15 Thread kbuild test robot
hel x86_64 rhel-7.6 x86_64rhel-7.6-kselftests x86_64 rhel-7.2-clear x86_64lkp x86_64 fedora-25 x86_64 kexec --- 0-DAY CI Kernel Test Service, Intel Corpora

[driver-core:driver-core-testing] BUILD SUCCESS 93d2e4322aa74c1ad1e8c2160608eb9a960d69ff

2020-05-15 Thread kbuild test robot
rhel-7.6 x86_64rhel-7.6-kselftests x86_64 rhel-7.2-clear x86_64lkp x86_64 fedora-25 x86_64 kexec --- 0-DAY CI Kernel Test Service, Intel Corporation https

[RFC PATCH] staging: rtl8192u: indicate_packets() can be static

2020-05-17 Thread kbuild test robot
Signed-off-by: kbuild test robot --- ieee80211_rx.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c index 3309f64be4c94..bceff1ba3d7d4 100644 --- a/drivers/staging

Re: [PATCH] staging: rtl8192u: Merge almost duplicate code

2020-05-17 Thread kbuild test robot
Hi Pascal, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v5.7-rc5 next-20200515] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to

<    9   10   11   12   13   14   15   16   17   18   >