Re: [tip: timers/core] posix-cpu-timers: Use common permission check in posix_cpu_clock_get()

2019-08-29 Thread kbuild test robot
-O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=parisc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>):

Re: [PATCH] freezer,NFS: add an unsafe schedule_timeout_interruptable freezable helper for NFS

2019-08-29 Thread kbuild test robot
ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): fs/nfs/nfs4proc.c: In function 'nfs4_delay_interruptible': >> fs/nfs/nfs4proc.c:418:2: error: implicit d

Re: [tip: timers/core] posix-cpu-timers: Use common permission check in posix_cpu_clock_get()

2019-08-29 Thread kbuild test robot
/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=8.1.0 make.cross ARCH=nds32 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): kerne

Re: [tip: x86/vmware] input/vmmouse: Update the backdoor call with support for new instructions

2019-08-29 Thread kbuild test robot
make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> drivers/input/mouse/vmmouse.c:19:24: fatal error: asm/vmware.h: No such file >> or directory #include

Re: [PATCH v2 1/1] x86/init: Noop get/set wallclock when platform doesn't support RTC

2019-08-29 Thread kbuild test robot
' If you fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) >> arch/x86/kernel/x86_init.c:42:6: sparse: sparse: symbol 'x86_wallclock_init' >> was not declared. Should it be static? Please revie

[RFC PATCH] x86/init: x86_wallclock_init() can be static

2019-08-29 Thread kbuild test robot
Fixes: 1461badd03e7 ("x86/init: Noop get/set wallclock when platform doesn't support RTC") Signed-off-by: kbuild test robot --- x86_init.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c inde

Re: [PATCH v5 2/2] tty: add rpmsg driver

2019-08-29 Thread kbuild test robot
~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include/linux/list

Re: [PATCH] freezer,NFS: add an unsafe schedule_timeout_interruptable freezable helper for NFS

2019-08-29 Thread kbuild test robot
make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): fs/nfs/nfs4proc.c: In function 'nfs4_delay_interruptible': >> fs/nfs/nfs4proc.c:418:2: error: implicit d

Re: [PATCH v5 2/2] tty: add rpmsg driver

2019-08-29 Thread kbuild test robot
ue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) include/linux/sched.h:609:43: sparse: sparse: bad integer constant expression include/linux/sched.h:609:73: sparse: sparse: invalid named zero-width bitfield `value' include

Re: [PATCH] ipv6: Not to probe neighbourless routes

2019-08-29 Thread kbuild test robot
test robot All errors (new ones prefixed by >>): net/ipv6/route.c: In function 'rt6_probe': >> net/ipv6/route.c:660:10: error: 'struct fib6_nh' has no member named >> 'last_probe' fib6_nh->last_probe = jiffies; ^~ vim +6

Re: [PATCH] ipv6: Not to probe neighbourless routes

2019-08-29 Thread kbuild test robot
: kbuild test robot All errors (new ones prefixed by >>): net/ipv6/route.c: In function 'rt6_probe': >> net/ipv6/route.c:660:10: error: 'struct fib6_nh' has no member named >> 'last_probe' fib6_nh->last_probe = jiffies; ^

Re: [tip: timers/core] itimers: Use quick sample function

2019-08-29 Thread kbuild test robot
tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): kernel/time/itimer.c: In function 'get_cpu_itimer': >> kernel/time/itimer.c:61:3: error: implicit declaration of function >> 'thread_group_sample_cputime'; did you mean 't

Re: [PATCH v4 1/2] drivers: hv: vmbus: Introduce latency testing

2019-08-29 Thread kbuild test robot
Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> ERROR: "hv_debug_add_dev_dir" [drivers/hv/hv_vmbus.ko] undefined! >> ERROR: "hv_debug_init" [drivers/hv/hv_vmbus.ko] undefined! >> ERROR: "hv_debug_delay_t

Re: [PATCH 1/2] w1: add 1-wire master driver for IP block found in SGI ASICs

2019-08-29 Thread kbuild test robot
/Thomas-Bogendoerfer/w1-add-1-wire-master-driver-for-IP-block-found-in-SGI-ASICs/20190830-122322 reproduce: make htmldocs If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): Warning: The Sphinx 'sphinx_rtd_theme'

drivers/block/rbd.c:2124:21: warning: 'current_state' may be used uninitialized in this function

2019-08-30 Thread kbuild test robot
(attached as .config) compiler: gcc-7 (Debian 7.4.0-11) 7.4.0 reproduce: git checkout 22e8bd51bb0469d1a524130a057f894ff632376a # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot Note: it

[PATCH] w1: fix ptr_ret.cocci warnings

2019-08-30 Thread kbuild test robot
From: kbuild test robot drivers/w1/slaves/w1_ds250x.c:215:1-3: WARNING: PTR_ERR_OR_ZERO can be used Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR Generated by: scripts/coccinelle/api/ptr_ret.cocci Fixes: d835b3166dd6 ("w1: add DS2501, DS2502, DS2505 EPROM device driver

Re: [PATCH 2/2] w1: add DS2501, DS2502, DS2505 EPROM device driver

2019-08-30 Thread kbuild test robot
/Thomas-Bogendoerfer/w1-add-1-wire-master-driver-for-IP-block-found-in-SGI-ASICs/20190830-122322 If you fix the issue, kindly add following tag Reported-by: kbuild test robot coccinelle warnings: (new ones prefixed by >>) >> drivers/w1/slaves/w1_ds250x.c:215:1-3: WARNING: PTR_ERR_OR

Re: [PATCH v5 4/6] mm: Introduce Reported pages

2019-08-13 Thread kbuild test robot
add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include/linux/thread_info.h:38:0, from include/asm-generic/current.h:5, from ./arch/um/include/generated/asm/curre

Re: [PATCH v5 4/6] mm: Introduce Reported pages

2019-08-13 Thread kbuild test robot
/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=riscv If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from include/linux/mmzone.h

[rcu:dev.2019.08.12a 35/61] ERROR: "tick_nohz_full_running" [kernel/rcu/rcutorture.ko] undefined!

2019-08-13 Thread kbuild test robot
(attached as .config) compiler: gcc-7 (Debian 7.4.0-10) 7.4.0 reproduce: git checkout 76a2095343cd23efe62ca248c098dc351c74aed5 # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All

Re: [PATCH] scsi: mvumi: fix 32 bit shift of a u32 value

2019-08-14 Thread kbuild test robot
/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=mips If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/scsi/mvumi.c: In function 'mvumi_delete_i

Re: [PATCH] lsilogic mpt fusion: mptctl: Fixed race condition around mptctl_id variable using mutexes

2019-08-14 Thread kbuild test robot
/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=parisc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): d

Re: [PATCH] lsilogic mpt fusion: mptctl: Fixed race condition around mptctl_id variable using mutexes

2019-08-14 Thread kbuild test robot
you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/message/fusion/mptctl.c: In function 'mptctl_do_fw_download': >> drivers/message/fusion/mptctl.c:820:3: warning: this 'if' clause doe

Re: [PATCH] fs/proc/page: Skip uninitialized page when iterating page structures

2019-08-25 Thread kbuild test robot
add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): fs/proc/page.c: In function 'find_next_zone_range': >> fs/proc/page.c:58:2: error: expected ';' before 'for' for (pgdat = first_online_pgdat(); pgdat; ^

[tip:x86/urgent 3/3] arch/x86/kernel/apic/apic.c:1182:6: warning: the address of 'x2apic_enabled' will always evaluate as 'true'

2019-08-26 Thread kbuild test robot
) compiler: gcc-7 (Debian 7.4.0-10) 7.4.0 reproduce: git checkout cfa16294b1c5b320c0a0e1cac37c784b92366c87 # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones

Re: sched,time: Allow better constprop/DCE for schedule_timeout()

2019-08-26 Thread kbuild test robot
, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from arch/x86/um/shared/sysdep/kernel-offsets.h:3:0, from arch/um/kernel/asm-offsets.c:1: include/linux/sched.h: In function 'schedule_timeout':

Re: sched,time: Allow better constprop/DCE for schedule_timeout()

2019-08-26 Thread kbuild test robot
tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from include/linux/uaccess.h:5:0, from include/linux/crypto.h:21, from arch/x86/kernel/asm-offsets.c:9: include/linux/sched.h: In function 'sched

Re: [tip: x86/cpu] x86/cpu/intel: Aggregate big core client naming

2019-08-26 Thread kbuild test robot
, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from drivers/powercap/intel_rapl_common.c:27:0: >> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_HASWELL_CORE' >> undeclared here (not

Re: [tip: x86/cpu] x86/cpu/intel: Fix rename fallout

2019-08-26 Thread kbuild test robot
Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from drivers/idle/intel_idle.c:53:0: >> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_HASWELL' >> undeclared here (not in a function); did you mean 'INTEL_FAM6_H

Re: [tip: x86/cpu] x86/cpu/intel: Fix rename fallout

2019-08-26 Thread kbuild test robot
issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from drivers/platform/x86/intel_pmc_core.c:27:0: >> arch/x86/include/asm/intel-family.h:114:23: error: 'INTEL_FAM6_SKYLAKE_L' >> undecl

Re: [PATCH] clk: Evict unregistered clks from parent caches

2019-08-27 Thread kbuild test robot
/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=mips If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/clk/clk.c: In function 'clk_core_evict_p

Re: [PATCH] Staging: speakup: spk_types: fixed an unnamed parameter style issue

2019-08-27 Thread kbuild test robot
chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=c6x If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> drivers/staging/speakup/spea

Re: [PATCH 01/10] mm/oom_debug: Add Debug base code

2019-08-27 Thread kbuild test robot
# save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sh If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): In file included from include/linux/printk

Re: [PATCH 10/10] mm/oom_debug: Add Enhanced Process Print Information

2019-08-27 Thread kbuild test robot
: kbuild test robot All errors (new ones prefixed by >>): ld: mm/oom_kill_debug.o: in function `timespec_format.constprop.2': >> oom_kill_debug.c:(.text+0x156): undefined reference to `__udivdi3' --- 0-DAY kernel test infrastructureOpen Source Technology C

[tip:irq/core 3/3] kernel/irq/affinity.c:287:31: warning: passing argument 2 of 'alloc_nodes_vectors' from incompatible pointer type

2019-08-27 Thread kbuild test robot
(attached as .config) compiler: gcc-4.9 (Debian 4.9.2-10+deb8u1) 4.9.2 reproduce: git checkout b1a5a73e64e99faa5f4deef2ae96d7371a0fb5d0 # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test

Re: [PATCH] coredump: Split pipe command whitespace before expanding template

2019-05-20 Thread kbuild test robot
chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=8.1.0 make.cross ARCH=riscv If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): fs/coredump.c: In fu

arch/mips/include/asm/page.h:12:10: fatal error: spaces.h: No such file or directory

2019-05-20 Thread kbuild test robot
.config to linux build tree GCC_VERSION=7.2.0 make.cross ARCH=mips If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from arch/mips/vdso/vdso.h:26:0, from arch/mip

Re: [PATCH] mm/failslab: By default, do not fail allocations with direct reclaim only

2019-05-21 Thread kbuild test robot
kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) >> mm/failslab.c:27:26: sparse: sparse: restricted gfp_t degrades to integer vim +27 mm/failslab.c 16 17 bool __should_failslab(struct kmem_cache *s, gfp_t gfpflags) 18 {

[PATCH] staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warnings

2019-05-22 Thread kbuild test robot
From: kbuild test robot drivers/staging/kpc2000/kpc2000_i2c.c:652:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: 43ad38191816 ("staging: kp

sound/soc/intel/skylake/skl-ssp-clk.c:18:25: note: in expansion of macro 'container_of'

2019-05-22 Thread kbuild test robot
linux build tree GCC_VERSION=7.4.0 make.cross ARCH=ia64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): sound/soc/intel/skylake/skl-ssp-clk.c:26:16: error: field 'hw' has incomplete type

Re: [PATCH] mm/kasan: Print frame description for stack bugs

2019-05-23 Thread kbuild test robot
chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include

drivers/gpio/gpio-adp5588.c:282:24: error: 'struct gpio_chip' has no member named 'irq'

2019-05-23 Thread kbuild test robot
) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 9f22af1167815ce10909529412de33122be44758 # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones

drivers/net//ethernet/hisilicon/hns/hns_dsaf_main.c:2597:1: warning: the frame size of 10976 bytes is larger than 8192 bytes

2019-05-23 Thread kbuild test robot
to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=s390 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/net//ethernet/hisilicon/hns/hns_dsaf_main.c: In function 'hns_dsaf_get_regs'

Re: [PATCH v2] video: fbdev: atmel_lcdfb: add COMPILE_TEST support

2019-05-24 Thread kbuild test robot
IAN__' If you fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) >> drivers/video/fbdev/atmel_lcdfb.c:354:27: sparse: sparse: incorrect type in >> assignment (different address spaces) @@expected char

drivers/mtd/chips/cfi_util.o: warning: objtool: cfi_qry_present() falls through to next function cfi_qry_mode_on()

2019-05-24 Thread kbuild test robot
.config) compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4 reproduce: git checkout e6f393bc939d566ce3def71232d8013de9aaadde # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings

drivers/mtd/chips/cfi_cmdset_0002.o: warning: objtool: chip_good() falls through to next function do_read_secsi_onechip()

2019-05-24 Thread kbuild test robot
.config) compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4 reproduce: git checkout e6f393bc939d566ce3def71232d8013de9aaadde # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings

[tip:WIP.x86/paravirt 7/8] arch/x86/events/intel/ds.c:359:17: sparse: sparse: incorrect type in initializer (different address spaces)

2019-04-25 Thread kbuild test robot
all sparse git checkout 124d6af5a5f559e516ed2c6ea857e889ed293b43 make ARCH=x86_64 allmodconfig make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >

Re: [PATCH] clk: imx8mm: Switch to platform driver

2019-06-24 Thread kbuild test robot
tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): >> WARNING: vmlinux.o(.text+0x515c60): Section mismatch in reference from the >> function imx8mm_clocks_probe() to the function >> .init.text:imx_register_uart_clocks() The function imx8mm_c

Re: [PATCH v4 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes

2019-06-25 Thread kbuild test robot
~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=xtensa If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): lib/hexdump.c: In function 'announce_skipp

drivers/pci/controller/dwc/pcie-designware.c:309:52: sparse: cast truncates bits from constant value (ffffffff7fffffff becomes 7fffffff)

2019-03-15 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: f261c4e529dac5608a604d3dd3ae1cd2adf23c89 commit: 0e11faa48b07a063289d65363015a3d51ca4c337 PCI: dwc: Make use of BIT() in constant definitions date: 2 weeks ago reproduce: # apt-get install sparse

[spi:for-5.2 8/8] drivers/spi/spi-stm32-qspi.c:520:1: sparse: symbol 'stm32_qspi_pm_ops' was not declared. Should it be static?

2019-03-16 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.2 head: 2e541b64ee5269278fde5c87953a9963a8219ed4 commit: 2e541b64ee5269278fde5c87953a9963a8219ed4 [8/8] spi: spi-mem: stm32-qspi: add suspend/resume support reproduce: # apt-get install sparse git check

[RFC PATCH spi] spi: spi-mem: stm32-qspi: stm32_qspi_pm_ops can be static

2019-03-16 Thread kbuild test robot
Fixes: 2e541b64ee52 ("spi: spi-mem: stm32-qspi: add suspend/resume support") Signed-off-by: kbuild test robot --- spi-stm32-qspi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spi-stm32-qspi.c b/drivers/spi/spi-stm32-qspi.c index 3e8ca10..7879

Re: [PATCH] nvmem: core: Set no-read-write provider to avoid userspace read/write

2019-03-16 Thread kbuild test robot
Hi Gaurav, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.0 next-20190306] [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/commit

Re: [PATCH] nvmem: core: Set no-read-write provider to avoid userspace read/write

2019-03-16 Thread kbuild test robot
Hi Gaurav, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.0 next-20190306] [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/commit

Re: [PATCH] Use fall-through attribute rather than magic comments

2019-03-18 Thread kbuild test robot
Hi Shawn, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.1-rc1] [cannot apply to next-20190318] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://gi

Re: [PATCH] Use fall-through attribute rather than magic comments

2019-03-18 Thread kbuild test robot
Hi Shawn, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.1-rc1] [cannot apply to next-20190318] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com

drivers/media/i2c/adv748x/adv748x-core.c:585: undefined reference to `v4l2_fwnode_endpoint_parse'

2019-03-18 Thread kbuild test robot
Hi Peter, It's probably a bug fix that unveils the link errors. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b commit: f764c58b7faa26f5714e6907f892abc2bc0de4f8 perf/x86: Fixup typo in stub functions date: 3 da

Re: [PATCH v9] arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile

2019-03-18 Thread kbuild test robot
Hi Erin, Thank you for the patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v5.1-rc1 next-20190318] [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/com

[rcu:dev.2019.03.12a 64/65] kernel//rcu/rcuperf.c:198:1: error: expected ';' before '}' token

2019-03-18 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2019.03.12a head: 667a45dd2b898f2aaf6dcbfa471c8a23f603bde5 commit: a3f5f4fae7255e7ed4a5a8be80612cdd76c65ac6 [64/65] rcu: Forbid DEFINE{,_STATIC}_SRCU() from modules config: i386-randconfig-x077-201911 (attached as

[rcu:dev.2019.03.12a 64/65] drivers/char/ipmi/ipmi_msghandler.c:615:1: error: type defaults to 'int' in declaration of 'DEFINE_STATIC_SRCU'

2019-03-18 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git dev.2019.03.12a head: 667a45dd2b898f2aaf6dcbfa471c8a23f603bde5 commit: a3f5f4fae7255e7ed4a5a8be80612cdd76c65ac6 [64/65] rcu: Forbid DEFINE{,_STATIC}_SRCU() from modules config: i386-randconfig-l0-03190330 (attached as

[spi:for-5.2 11/19] drivers/spi/spi-fsl-lpspi.c:483:5: sparse: symbol 'fsl_lpspi_runtime_resume' was not declared. Should it be static?

2019-03-18 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.2 head: 69b921acae8a5b7feef03921d9b42c3634f3b9d1 commit: 944c01a889d97dc08e1b71f4ed868f4023fd6034 [11/19] spi: lpspi: enable runtime pm for lpspi reproduce: # apt-get install sparse git checkout 944c01a

[RFC PATCH spi] spi: lpspi: fsl_lpspi_runtime_resume() can be static

2019-03-18 Thread kbuild test robot
Fixes: 944c01a889d9 ("spi: lpspi: enable runtime pm for lpspi") Signed-off-by: kbuild test robot --- spi-fsl-lpspi.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-fsl-lpspi.c b/drivers/spi/spi-fsl-lpspi.c index 1860f06..4de8eb3 100644 ---

Re: [PATCH] Use fall-through attribute rather than magic comments

2019-03-19 Thread kbuild test robot
Hi Shawn, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v5.1-rc1] [cannot apply to next-20190319] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://gi

[PATCH] fix semicolon.cocci warnings

2019-03-19 Thread kbuild test robot
From: kbuild test robot drivers/media/dvb-frontends/drx39xyj/drxj.c:11123:48-49: Unneeded semicolon drivers/media/dvb-frontends/drx39xyj/drxj.c:11124:48-49: Unneeded semicolon drivers/media/dvb-frontends/drx39xyj/drxj.c:11125:47-48: Unneeded semicolon drivers/media/dvb-frontends/drx39xyj/drxj.c

(.init.text+0x134): multiple definition of `plat_irq_setup'

2019-03-19 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: babf09c3837f3cf4b58225225609445419c338e6 commit: c97617a81a7616d49bc3700959e08c6c6f447093 ALSA: hda/ca0132 - Fix build error without CONFIG_PCI date: 6 weeks ago config: sh-allmodconfig (attached as .confi

[tip:WIP.core/stacktrace 28/32] kernel/livepatch/transition.c:261: undefined reference to `stack_trace_save_tsk_reliable'

2019-04-16 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.core/stacktrace head: ee23ee068fe24272f77ff014181286db32179754 commit: 6f6b2fc2fbf712e39df84edc62265273259f8aa1 [28/32] livepatch: Simplify stack trace retrieval config: x86_64-randconfig-s5-04161121 (attached as .config) c

[tip:WIP.core/stacktrace 4/32] include/linux/stacktrace.h:65:10: error: 'ENOSYS' undeclared

2019-04-16 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.core/stacktrace head: 9fe290aca53f59fd24187841dd4a8ff41ade91bd commit: 714f46ba649b163e80d3dd89e83b92f4ba5ac6af [4/32] stacktrace: Provide helpers for common stack trace operations config: i386-randconfig-x010-201915 (attac

[tip:WIP.core/stacktrace 32/32] include/linux/stacktrace.h:84:14: warning: 'struct stack_trace' declared inside parameter list

2019-04-16 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.core/stacktrace head: 9fe290aca53f59fd24187841dd4a8ff41ade91bd commit: 9fe290aca53f59fd24187841dd4a8ff41ade91bd [32/32] x86/stacktrace: Use common infrastructure config: i386-randconfig-a1-201915 (attached as .config) compi

[tip:WIP.core/stacktrace 4/32] kernel/stacktrace.c:99:1: error: redefinition of 'save_stack_trace_tsk_reliable'

2019-04-16 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.core/stacktrace head: 9fe290aca53f59fd24187841dd4a8ff41ade91bd commit: 714f46ba649b163e80d3dd89e83b92f4ba5ac6af [4/32] stacktrace: Provide helpers for common stack trace operations config: sparc64-defconfig (attached as .co

[tip:WIP.core/stacktrace 32/32] include/linux/stacktrace.h:84:14: warning: 'struct stack_trace' declared inside parameter list will not be visible outside of this definition or declaration

2019-04-16 Thread kbuild test robot
tree: https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git WIP.core/stacktrace head: 9fe290aca53f59fd24187841dd4a8ff41ade91bd commit: 9fe290aca53f59fd24187841dd4a8ff41ade91bd [32/32] x86/stacktrace: Use common infrastructure config: i386-randconfig-x010-201915 (attached as .config) com

Re: [PATCH v2] proc/sysctl: add shared variables for range check

2019-04-16 Thread kbuild test robot
Hi Matteo, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.1-rc5] [cannot apply to next-20190416] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.co

Re: [PATCH v2] proc/sysctl: add shared variables for range check

2019-04-16 Thread kbuild test robot
Hi Matteo, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.1-rc5] [cannot apply to next-20190416] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.co

Re: [PATCH] net: fddi: skfp: remove generic PCI defines from skfbi.h

2019-06-20 Thread kbuild test robot
/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): In file include

Re: [PATCH] net: fddi: skfp: remove generic PCI defines from skfbi.h

2019-06-20 Thread kbuild test robot
issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from drivers/net/fddi/skfp/drvfbi.c:17:0: drivers/net/fddi/skfp/drvfbi.c: In function 'card_start': >> drivers/net/fddi/skfp/drvfbi.c:130:21: error: &

[tip:WIP.x86/cpu 8/17] arch/x86//kernel/process_64.c:256:3: note: in expansion of macro 'local_irq_save'

2019-06-21 Thread kbuild test robot
.config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 41cf6ccef21080168970226f657daff26ecaf3e1 # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings

[tip:WIP.x86/cpu 11/17] arch/x86/entry/entry_64.S:1214: Error: no such instruction: `save_and_set_gsbase scratch_reg=%rax save_reg=%rbx'

2019-06-21 Thread kbuild test robot
: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 54f792cc63c56d994651c8e83d059d6fac00fbf9 # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by

[tip:WIP.x86/cpu 8/17] include/linux/irqflags.h:122:3: note: in expansion of macro 'if'

2019-06-21 Thread kbuild test robot
(attached as .config) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 41cf6ccef21080168970226f657daff26ecaf3e1 # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All

[PATCH] staging: kpc2000: Fix: fix platform_no_drv_owner.cocci warnings

2019-06-21 Thread kbuild test robot
From: kbuild test robot drivers/staging/kpc2000/kpc_dma/kpc_dma_driver.c:200:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: abddd78ef465 ("st

[PATCH] platform/chrome: cros_ec_lpc: fix stream_open.cocci warnings

2019-06-21 Thread kbuild test robot
From: kbuild test robot drivers/platform/chrome/wilco_ec/event.c:270:1-17: WARNING: event_fops: .read() has stream semantic; safe to change nonseekable_open -> stream_open. Generated by: scripts/coccinelle/api/stream_open.cocci Fixes: 22c040fa21b6 ("platform/chrome: cros_ec_lpc

[PATCH] platform/chrome: cros_ec_lpc: fix semicolon.cocci warnings

2019-06-21 Thread kbuild test robot
From: kbuild test robot drivers/platform/chrome/wilco_ec/event.c:161:3-4: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 22c040fa21b6 ("platform/chrome: cros_ec_lpc: Choose Microchip EC at runtime") Signed-off-by: k

Re: [PATCH] cpuidle/drivers/mobile: Add new governor for mobile/embedded systems

2019-06-21 Thread kbuild test robot
make ARCH=x86_64 allmodconfig make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) vim +502 kernel/irq/timings.c bbba0e7c Daniel Lezcano

[tip:perf/core 24/34] arch/x86/events/intel/core.c:4990:7: error: 'INTEL_FAM6_ICELAKE_XEON_D' undeclared

2019-06-22 Thread kbuild test robot
-6 (Debian 6.4.0-9) 6.4.0 20171026 reproduce: git checkout faaeff98666c24376cebd0b106504d05a36881d1 # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed

Re: [PATCH 2/2] usbip: Implement SG support to vhci

2019-06-22 Thread kbuild test robot
=x86_64 allmodconfig make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) drivers/usb/usbip/usbip_common.c:419:33: sparse: sparse: incorrect typ

Re: [PATCH] cpuidle/drivers/mobile: Add new governor for mobile/embedded systems

2019-06-22 Thread kbuild test robot
://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 GCC_VERSION=7.4.0 make.cross ARCH=mips If you fix the issue, kindly add following tag Reported-by: kbuild test robot

Re: [PATCH] cpuidle/drivers/mobile: Add new governor for mobile/embedded systems

2019-06-22 Thread kbuild test robot
: kbuild test robot All errors (new ones prefixed by >>): --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation .config.gz Description: application/gzip

[PATCH] fix platform_no_drv_owner.cocci warnings

2019-06-23 Thread kbuild test robot
From: kbuild test robot drivers/char/ipmi/ipmb_dev_int.c:352:3-8: No need to set .owner here. The core will do it. Remove .owner field if calls are used which set it automatically Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Fixes: 51bd6f291583 ("Add support for

Re: [PATCH v2 3/3] ext4: use jbd2_inode dirty range scoping

2019-06-23 Thread kbuild test robot
tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> ERROR: "jbd2_journal_inode_ranged_wait" [fs/ext4/ext4.ko] undefined! >> ERROR: "jbd2_journal_inode_ranged_write" [fs/ext4/ext4.ko] undefined! --- 0-DAY kernel test infrastructure

arch/x86/kernel/e820.c:88:9-10: WARNING: return of 0/1 in function '_e820__mapped_any' with return type bool

2019-06-26 Thread kbuild test robot
following tag Reported-by: kbuild test robot coccinelle warnings: (new ones prefixed by >>) >> arch/x86/kernel/e820.c:88:9-10: WARNING: return of 0/1 in function >> '_e820__mapped_any' with return type bool vim +/_e820__mapped_any +88 arch/x86/kernel/e820.c b79cd8f1 Yin

Re: [PATCH net-next] xdp: xdp_umem: fix umem pages mapping for 32bits systems

2019-06-27 Thread kbuild test robot
.config) compiler: gcc-7 (Debian 7.4.0-9) 7.4.0 reproduce: # save the attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): net//xdp/xdp_umem.c: In fu

Re: [PATCH net-next] xdp: xdp_umem: fix umem pages mapping for 32bits systems

2019-06-27 Thread kbuild test robot
.config) compiler: gcc-7 (Debian 7.4.0-9) 7.4.0 reproduce: # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): net//xdp/xdp_umem.c: In fu

Re: [PATCH] media: bcm2048: Macros with complex values should be enclosed in parentheses

2019-06-27 Thread kbuild test robot
attached .config to linux build tree make ARCH=i386 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): >> drivers/staging/media/bcm2048/radio-bcm2048.c:2004:1: error: expected >> identifier or 

[RFC PATCH linux-next] net: ena: ena_adjust_intr_moderation() can be static

2019-06-13 Thread kbuild test robot
Fixes: c2b542044761 ("net: ena: remove inline keyword from functions in *.c") Signed-off-by: kbuild test robot --- ena_netdev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/amazon/ena/ena_netdev.c b/drivers/net/ethernet/amazon/ena/en

[linux-next:master 5930/6350] drivers/net/ethernet/amazon/ena/ena_netdev.c:1158:6: sparse: sparse: symbol 'ena_adjust_intr_moderation' was not declared. Should it be static?

2019-06-13 Thread kbuild test robot
# sparse version: v0.6.1-rc1-7-g2b96cd8-dirty git checkout c2b542044761965db0e4cc400ab6abf670fc25b7 make ARCH=x86_64 allmodconfig make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag Reported-by: kbuild test robot

[RFC PATCH chrome-platform-linux] platform/chrome: cros_ec_debugfs: cros_ec_uptime_fops can be static

2019-06-15 Thread kbuild test robot
Fixes: 909447f683b3 ("platform/chrome: cros_ec_debugfs: Add debugfs entry to retrieve EC uptime") Signed-off-by: kbuild test robot --- cros_ec_debugfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/chrome/cros_ec_debugfs.c b/drivers/platf

[chrome-platform-linux:for-next 14/16] drivers/platform/chrome/cros_ec_debugfs.c:288:30: sparse: sparse: symbol 'cros_ec_uptime_fops' was not declared. Should it be static?

2019-06-15 Thread kbuild test robot
eported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) Please review and possibly fold the followup patch. --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation

[PATCH] dmaengine: fix semicolon.cocci warnings

2019-06-15 Thread kbuild test robot
From: kbuild test robot drivers/dma/dw-edma/dw-edma-core.c:617:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: e63d79d1ffcd ("dmaengine: Add Synopsys eDMA IP core driver") CC: Gustavo Pimentel Signed-off-by: kbuild

[tip:WIP.x86/cpu 1/18] arch/x86//kernel/ptrace.c:400:3: error: too many arguments to function 'x86_fsbase_write_cpu'

2019-06-16 Thread kbuild test robot
) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 9a17639c0ad237666277861b65cf8fa80a4e9775 # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new

[tip:WIP.x86/cpu 12/18] undefined reference to `.Lparanoid_entry_checkgs'

2019-06-16 Thread kbuild test robot
) compiler: gcc-7 (Debian 7.3.0-1) 7.3.0 reproduce: git checkout 2902fa1280ff6b1ecac1d41d1ab81239393e09fb # save the attached .config to linux build tree make ARCH=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones

Re: [PATCH] e1000e: Make watchdog use delayed work

2019-06-17 Thread kbuild test robot
make ARCH=x86_64 allmodconfig make C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' If you fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) Please review and possibly fold the followup patch. --- 0

[RFC PATCH] e1000e: e1000_workqueue can be static

2019-06-17 Thread kbuild test robot
Fixes: ef431cc0a6a5 ("e1000e: Make watchdog use delayed work") Signed-off-by: kbuild test robot --- netdev.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/e1000e/netdev.c b/drivers/net/ethernet/intel/e1000e/netdev.c index 0fc95f

<    1   2   3   4   5   6   7   8   9   10   >