Re: [PATCH 1/5] misc: fastrpc: add mmap/unmap support

2019-09-16 Thread kbuild test robot
+x ~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/misc/fastrpc.c: In fu

Re: [PATCH] x86_64: new and improved memset()

2019-09-16 Thread kbuild test robot
-by: kbuild test robot All errors (new ones prefixed by >>): /usr/bin/ld: arch/um/kernel/mem.o: in function `pgd_alloc': >> mem.c:(.text+0x4a): undefined reference to `memset0_mov' /usr/bin/ld: arch/um/kernel/mem.o: in function `pmd_alloc_one': >> mem.c:(.text+0xd1): u

Re: [PATCH] x86_64: new and improved memset()

2019-09-16 Thread kbuild test robot
-by: kbuild test robot Note: it may well be a FALSE warning. FWIW you are at least aware of it now. http://gcc.gnu.org/wiki/Better_Uninitialized_Warnings All warnings (new ones prefixed by >>): sound/core/pcm_iec958.c: In function 'create_iec958_consumer': >> sound/core/pcm_iec958.c:7

Re: [PATCH 2/2] nvme: add API for getting nsid by bdev

2019-09-16 Thread kbuild test robot
# 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 included from include/linux/linkage

Re: [PATCH 1/2] nvme: add API for sending admin commands by bdev

2019-09-16 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 drivers/nvme/host/nvme

[RFC PATCH] mm, slab_common: all_kmalloc_info[] can be static

2019-09-15 Thread kbuild test robot
Fixes: 95f3b3d20e9b ("mm, slab_common: Make kmalloc_caches[] start at size KMALLOC_MIN_SIZE") Signed-off-by: kbuild test robot --- slab_common.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/slab_common.c b/mm/slab_common.c index 2aed30deb0714..bf1cf4ba35

Re: [RESEND v4 5/7] mm, slab_common: Make kmalloc_caches[] start at size KMALLOC_MIN_SIZE

2019-09-15 Thread kbuild test robot
, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) >> mm/slab_common.c:1121:34: sparse: sparse: symbol 'all_kmalloc_info' was not >> declared. Should it be static? Please review and possibly fold the followup patch. ---

Re: [RESEND v4 5/7] mm, slab_common: Make kmalloc_caches[] start at size KMALLOC_MIN_SIZE

2019-09-15 Thread kbuild test robot
~/bin/make.cross # 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 errors (new ones prefixed by >>): >> mm/slab_common.c:1144:34: error: 'KMALLOC_IN

Re: [RESEND v4 5/7] mm, slab_common: Make kmalloc_caches[] start at size KMALLOC_MIN_SIZE

2019-09-15 Thread kbuild test robot
~/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 errors (new ones prefixed by >>): >> mm/slab_common.c:1144:34: error: 'KMALLOC_IN

Re: [PATCH v3] powerpc/lockdep: fix a false positive warning

2019-09-14 Thread kbuild test robot
~/bin/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> kernel/locking/lockdep.o:(.toc+0x0): undefin

Re: [PATCH] scsi: storvsc: Add the support of hibernation

2019-09-12 Thread kbuild test robot
following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): >> drivers//scsi/storvsc_drv.c:1982:3: error: 'struct hv_driver' has no member >> named 'suspend' .suspend = storvsc_suspend, ^~~ >> drivers//scsi/storvsc_drv.c:1982:13: er

Re: [PATCHv4] MIPS: JZ4780: DTS: Add I2C nodes

2019-09-12 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 >>): >> ERROR: Input tree has errors, aborting (use -f to

drivers/power/reset/nvmem-reboot-mode.c:27:42: error: passing argument 2 of 'nvmem_cell_write' from incompatible pointer type

2019-09-11 Thread kbuild test robot
the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/power/reset/nvmem-reboot-mode.c: In function 'nvmem_reboot_mode_write': >> drivers/power/reset/nvmem-reboot-mode.c:27:42: error: passing argument 2 of >> 'nvme

drivers/video/fbdev/fsl-diu-fb.c:1287:3: note: in expansion of macro 'dev_warn'

2019-09-10 Thread kbuild test robot
.config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=powerpc 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/acpi.h:15:0, from include/linux/i2

Re: [PATCH] smack: include linux/watch_queue.h

2019-09-09 Thread kbuild test robot
-Bergmann/smack-include-linux-watch_queue-h/20190910-095704 reproduce: # apt-get install sparse # sparse version: 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

Re: [PATCH] smack: include linux/watch_queue.h

2019-09-09 Thread kbuild test robot
# save the attached .config to 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 errors (new ones prefixed by >>): >> security/smack/smack_lsm.c:45:10: fatal error: linux/w

Re: [PATCH 6/9] select: Extract common code into do_sys_ppoll()

2019-09-09 Thread kbuild test robot
the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): fs/select.c: In function 'do_sys_ppoll': >> fs/select.c:1089:3: error: implicit declaration of function >> 'set_compat_user_sigmask' [-Werror=implicit-function-decl

Re: [PATCH v1 4/4] x86/mce: Add Zhaoxin LMCE support

2019-09-09 Thread kbuild test robot
-by: kbuild test robot All errors (new ones prefixed by >>): arch/x86//kernel/cpu/mce/core.c:1792:6: error: redefinition of 'mce_zhaoxin_feature_init' void mce_zhaoxin_feature_init(struct cpuinfo_x86 *c) ^~~~ In file included from arch/x86//kernel/c

Re: [PATCH v1 3/4] x86/mce: Add Zhaoxin CMCI support

2019-09-09 Thread kbuild test robot
-by: kbuild test robot All errors (new ones prefixed by >>): >> arch/x86/kernel/cpu/mce/core.c:1780:6: error: redefinition of >> 'mce_zhaoxin_feature_init' void mce_zhaoxin_feature_init(struct cpuinfo_x86 *c) ^~~~ In file included from arch/

Re: [PATCH 2/3] soc: amazon: al-pos: Introduce Amazon's Annapurna Labs POS driver

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

Re: [PATCH 6/9] select: Extract common code into do_sys_ppoll()

2019-09-09 Thread kbuild test robot
following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): fs/select.c: In function 'do_sys_ppoll': >> fs/select.c:1089:9: error: implicit declaration of function >> 'set_compat_user_sigmask'; did you mean 'set_user_sigmask'? >> [-Werror=impli

drivers/video/fbdev/vt8500lcdfb.c:229:6: warning: this statement may fall through

2019-09-09 Thread kbuild test robot
.config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/video/fbdev/vt8500lcdfb.c: In function 'vt8500lcd_blank': >> drivers/video/fbdev/v

drivers/power/reset/nvmem-reboot-mode.c:27:42: error: passing argument 2 of 'nvmem_cell_write' from incompatible pointer type

2019-09-07 Thread kbuild test robot
the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/power/reset/nvmem-reboot-mode.c: In function 'nvmem_reboot_mode_write': >> drivers/power/reset/nvmem-reboot-mode.c:27:42: error: passing argument 2 of >> 'nvme

drivers/crypto/talitos.c:3142:4: warning: this statement may fall through

2019-09-07 Thread kbuild test robot
.config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/crypto/talitos.c: In function 'talitos_remove': >> drivers/crypto/tali

Re: [PATCH] net: stmmac: socfpga: re-use the `interface` parameter from platform data

2019-09-07 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 errors (new ones prefixed by >>): In file include

Re: [PATCH 2/2] ipc/sem: Convert to use built-in RCU list checking

2019-09-03 Thread kbuild test robot
y add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): ipc/sem.c: In function '__lookup_undo': >> ipc/sem.c:1856:31: error: macro "list_for_each_entry_rcu" passed 4 >> arguments, but takes ju

Re: [PATCH v5 4/4] ftrace: Add an option for tracing console latencies

2019-09-03 Thread kbuild test robot
~/bin/make.cross # 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 errors (new ones prefixed by >>): In file included from kernel/events/hw_breakpoint.

Re: [PATCH 1/2] pci: Convert to use built-in RCU list checking

2019-09-03 Thread kbuild test robot
y add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): drivers/pci/controller/vmd.c: In function 'vmd_irq': >> drivers/pci/controller/vmd.c:722:37: error: macro "list_for_each_entry_rcu" >> passed 4 arguments, but takes just 3

Re: [PATCHv5 2/4] firmware: add Intel Stratix10 remote system update driver

2019-09-03 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=arm64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> drivers/firmware/stratix10-rsu.c:

Re: [PATCH v3 5/7] arm64: dts: mt8183: add usb and phy nodes

2019-09-03 Thread kbuild test robot
# save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> arch/arm64/boot/dts/mediatek/mt8183-evb.dts:11:10: fatal error:

Re: [PATCH 1/1] mm/pgtable/debug: Add test validating architecture page table helpers

2019-09-03 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=m68k If you fix the issue, kindly add following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): In file included fro

Re: [PATCH 3/3] task: Clean house now that tasks on the runqueue are rcu protected

2019-09-03 Thread kbuild test robot
u fix the issue, kindly add following tag Reported-by: kbuild test robot sparse warnings: (new ones prefixed by >>) >> kernel/sched/membarrier.c:74:21: sparse: sparse: incompatible types in >> comparison expression (different address spaces): >> kernel/sched/membarrier.c:74:21:

Re: [PATCHv1 1/3] arm64: dts: meson: odroid-c2: Add missing regulator linked to P5V0 regulator

2019-09-03 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=arm64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> ERROR: Input tre

Re: [PATCH] net: hisilicon: Variable "reg_value" in function mdio_sc_cfg_reg_write() could be uninitialized

2019-09-02 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=sh If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from i

Re: [PATCH v6 4/4] tpm: tpm_tis_spi: Support cr50 devices

2019-09-02 Thread kbuild test robot
-11) 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 errors (new ones prefixed by >>): WARNING: modpost: missing MODULE_LICENSE() in drivers/char/tpm/cr50

Re: [PATCH v6 4/4] tpm: tpm_tis_spi: Support cr50 devices

2019-09-02 Thread kbuild test robot
) 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 >>): WARNING: modpost: missing MODULE_LICENSE() in drivers/char/tpm/cr50

Re: [PATCH v1 3/3] arm64: dts: Add power-domains properity to mfgcfg

2019-09-02 Thread kbuild test robot
/make.cross # save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> Error: arch/arm64/boot/dts/mediatek/mt8183.dtsi:391.

Re: [PATCH -tip] kprobes: Prohibit probing on BUG() and WARN() address

2019-09-02 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 errors (new ones prefixed by >>): kernel/kprobes.c: In fu

Re: [PATCH -tip] kprobes: Prohibit probing on BUG() and WARN() address

2019-09-02 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=powerpc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): kernel/kprobes.c: In fu

Re: [PATCH v3 4/7] usb: mtk-xhci: support ip-sleep wakeup for MT8183

2019-09-02 Thread kbuild test robot
# save the attached .config to 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 >>): In file included from include/linux/bitops.h:5:0,

Re: [PATCH net-next 05/13] net: stmmac: selftests: Add selftest for L3/L4 Filters

2019-09-02 Thread kbuild test robot
following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c: In function '__stmmac_test_l3filt': >> drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c:1249:1: warning: the >> frame size of 1280 by

Re: [PATCH v3 3/7] usb: mtu3: support ip-sleep wakeup for MT8183

2019-09-02 Thread kbuild test robot
# save the attached .config to 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 >>): In file included from include/linux/bitops.h:5:0,

Re: [PATCH v3 13/16] ARM: mmp: move cputype.h to include/linux/soc/

2019-09-02 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 >>): In file included from :0:0: >> include/linux/soc/mmp/cputype.h:5:10: fatal error: asm/cputype.h: No such >> file or dire

Re: [PATCH 3/3] pmbus: ibm-cffps: Add support for version 2 of the PSU

2019-09-02 Thread kbuild test robot
following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/hwmon/pmbus/ibm-cffps.c: In function 'ibm_cffps_probe': >> drivers/hwmon/pmbus/ibm-cffps.c:404:8: warning: cast from pointer to integer >> of different size [-Wpointer-to-int-cast]

Re: [PATCH 1/4] regulator: provide regulator_bulk_set_supply_names()

2019-09-02 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/of/platform.o: In fu

Re: [PATCH 2/2] touchscreen: goodix: define GPIO mapping for GPD P2 Max

2019-09-02 Thread kbuild test robot
following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): >> drivers/input/touchscreen/goodix.c:168:18: warning: initialization discards >> 'const' qualifier from pointer target type [-Wdiscarded-array-qualifiers] .driver_data = _mapping_for

Re: [PATCH 1/4] regulator: provide regulator_bulk_set_supply_names()

2019-09-01 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=nds32 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): nds32le-linux-ld: drivers/of/plat

Re: [PATCH v2] powerpc/32: Add VDSO version of getcpu

2019-09-01 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=powerpc 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/powerpc/

Re: [PATCH v4 2/2] drm/bridge: Add NWL MIPI DSI host controller support

2019-09-01 Thread kbuild test robot
issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from drivers/gpu/drm/bridge/nwl-dsi/nwl-dsi.c:22:0: drivers/gpu/drm/bridge/nwl-dsi/nwl-dsi.c: In function 'nwl_dsi_read_packet': >> include/drm/drm_print.

Re: [PATCH 2/2] tpm: tpm_crb: enhance resource mapping mechanism for supporting AMD's fTPM

2019-08-31 Thread kbuild test robot
/commits/Seunghun-Han/Enhance-support-for-the-AMD-s-fTPM/20190901-042313 base: git://git.infradead.org/users/jjs/linux-tpmdd next If you fix the issue, kindly add following tag Reported-by: kbuild test robot coccinelle warnings: (new ones prefixed by >>) >> drivers/char/tpm/tpm_crb

Re: [PATCH v4] tpm: Parse event log from TPM2 ACPI table

2019-08-31 Thread kbuild test robot
=x86_64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/char/tpm/eventlog/acpi.c: In function 'tpm_read_log_acpi': >> drivers/char/tpm/eventlog/acpi.c:96:21: error: 'tpm2_trailer' is a pointer; >> d

Re: [PATCH] arm: fix page faults in do_alignment

2019-08-31 Thread kbuild test robot
/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=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed

Re: [PATCH][next] zd1211rw: zd_usb: Use struct_size() helper

2019-08-31 Thread kbuild test robot
od +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 All warnings (new ones prefixed by >>): In file included from drivers/net/wir

Re: [PATCH] printf: add support for printing symbolic error codes

2019-08-31 Thread kbuild test robot
, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from :0:0: include/linux/errcode.h: In function 'errcode': >> include/linux/errcode.h:10:9: error: 'NULL' undeclared (first use in this >> function

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

2019-08-30 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=sh If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): In file included from drivers/w1/masters/sgi_w

Re: [PATCH v2] staging: rts5208: Fix checkpath warning

2019-08-30 Thread kbuild test robot
/make.cross # save the attached .config to 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 errors (new ones prefixed by >>): drivers/staging//rts5208/rtsx_transport.c: In fu

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

[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

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

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' HTML

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: [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 'thread_group_cputime'? &g

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

2019-08-29 Thread kbuild test robot
-by: 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; ^~ vim +660 net/ipv6/route.c

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 +660 net/ipv6/route.c c2f17e827

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

2019-08-29 Thread kbuild test robot
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/linux/sched.h:

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 declaration

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

[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 index 88c

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 review and possibly fold

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: [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: [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 declaration

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 >>):

[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 10/10] mm/oom_debug: Add Enhanced Process Print Information

2019-08-27 Thread kbuild test robot
-by: 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 Center http

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] 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] 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_parent

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

2019-08-26 Thread kbuild test robot
the 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' >> undeclared here

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_HASWELL_X'?

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 in a funct

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 'schedule_t

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': >> i

[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: [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; ^~~ fs/proc/page.c:52:6: war

Re: [tip: perf/core] tools headers: Synchronize linux/bits.h with the kernel sources

2019-08-25 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 >>): In file included from tools/include/linux/bitops.h:13:0, from tools/include/linux/hashtable.h:13, from el

Re: [PATCH v2 -next] soundwire: Fix -Wunused-function warning

2019-08-24 Thread kbuild test robot
: gcc-7 (Debian 7.4.0-10) 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 errors (new ones prefixed by >>): >> ERROR: "sdw_acpi_find_slaves&qu

Re: [PATCH 1/2] media: imx: Move capture device init to registered

2019-08-24 Thread kbuild test robot
/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=sparc64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot Note: the linux-review/Steve

Re: [PATCH] [media] pvrusb2: qctrl.flag will be uninitlaized if cx2341x_ctrl_query() returns error code

2019-08-22 Thread kbuild test robot
/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=sh If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones

[tip:timers/core 34/34] drivers//clocksource/hyperv_timer.c:264:35: error: 'hv_sched_clock_offset' undeclared; did you mean 'sched_clock_register'?

2019-08-21 Thread kbuild test robot
(attached as .config) compiler: gcc-7 (Debian 7.4.0-10) 7.4.0 reproduce: git checkout b74e1d61dbc614ff35ef3ad9267c61ed06b09051 # 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

[rcu:dev.2019.08.17a 8/36] ERROR: "tick_nohz_full_running" [kernel/rcu/rcutorture.ko] undefined!

2019-08-20 Thread kbuild test robot
following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): ERROR: "tick_nohz_dep_clear_task" [kernel/rcu/rcutorture.ko] undefined! ERROR: "tick_nohz_dep_set_task" [kernel/rcu/rcutorture.ko] undefined! >> ERROR: "tick_nohz_full_running&

Re: [RT PATCH v2] net/xfrm/xfrm_ipcomp: Protect scratch buffer with local_lock

2019-08-19 Thread kbuild test robot
+x ~/bin/make.cross # save the attached .config to 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 errors (new ones prefixed by >>): >> net//xfrm/xfrm_ipcomp.c:17:10: fatal

Re: [PATCH v3 bpf-next 1/4] tracing/probe: Add PERF_EVENT_IOC_QUERY_PROBE ioctl

2019-08-19 Thread kbuild test robot
.config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=arm64 If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): init/do_mounts.o: In function `perf_kprobe_event_query': >> do_mounts.c:(.text+0x4e8): multipl

[tip:WIP.timers/core 50/68] include/linux/posix-timers.h:98:19: error: 'RLIM_INFINITY' undeclared

2019-08-19 Thread kbuild test robot
.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 errors (new ones prefixed by >>): In file included from :0:0: include/linux/posix-timers.h:82:22: error: field 'cputime_e

[tip:WIP.timers/core 27/68] include/linux/rcupdate.h:644:9: sparse: sparse: context imbalance in 'timer_wait_running' - unexpected unlock

2019-08-19 Thread kbuild test robot
sparse # sparse version: v0.6.1-rc1-7-g2b96cd8-dirty git checkout e51f39feec02940feeb0914ef9ff8fe5e05965c1 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

[tip:WIP.timers/core 49/68] include/linux/sched/types.h:16:2: error: unknown type name 'u64'

2019-08-19 Thread kbuild test robot
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 errors (new ones prefixed by >>): In file included from :0:0: >> include/linux/sched/types.h:16:2: error: unknown type name 'u64'

[tip:irq/urgent 1/1] kernel/irq/irqdesc.c:446:6: error: 'irq_kobj_base' undeclared; did you mean 'irq_kobj_type'?

2019-08-19 Thread kbuild test robot
build tree GCC_VERSION=7.4.0 make.cross ARCH=powerpc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): kernel/irq/irqdesc.c: In function 'free_desc': >> kernel/irq/irqdesc.c:446:6: error: 'irq_kobj_base

[rcu:test 8/35] ERROR: "tick_nohz_full_running" [kernel/rcu/rcutorture.ko] undefined!

2019-08-19 Thread kbuild test robot
as .config) compiler: gcc-7 (Debian 7.4.0-10) 7.4.0 reproduce: git checkout 14569aa16daa1cd7610624a500ed2750fe341351 # 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 v3 bpf-next 1/4] tracing/probe: Add PERF_EVENT_IOC_QUERY_PROBE ioctl

2019-08-19 Thread kbuild test robot
/git/bpf/bpf-next.git master config: i386-alldefconfig (attached as .config) compiler: gcc-7 (Debian 7.4.0-10) 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

Re: [PATCH v2] iommu/amd: Override wrong IVRS IOAPIC on Raven Ridge systems

2019-08-19 Thread kbuild test robot
the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> drivers//iommu/amd_iommu_quirks.c:87:13: error: redefinition of >> 'amd_iommu_apply_ivrs_quirks' void __init amd_iommu_appl

<    3   4   5   6   7   8   9   10   11   12   >