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

2019-10-21 Thread kbuild test robot
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/gpu/drm/bridge/nwl-dsi.c: In function 'nwl_dsi_host_attach': >

[RFC PATCH power-supply] power: supply: cpcap-charger: cpcap_charger_voltage_to_regval() can be static

2019-10-20 Thread kbuild test robot
Fixes: d4ee021c410f ("power: supply: cpcap-charger: Limit voltage to 4.2V for battery") Signed-off-by: kbuild test robot --- cpcap-charger.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/power/supply/cpcap-charger.c b/drivers/power/supply/cpcap

[power-supply:for-next 18/29] drivers/power/supply/cpcap-charger.c:481:5: sparse: sparse: symbol 'cpcap_charger_voltage_to_regval' was not declared. Should it be static?

2019-10-20 Thread kbuild test robot
install sparse # sparse version: v0.6.1-dirty git checkout d4ee021c410f72bf2aacc61069ad6305120d2127 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

Re: [PATCH v2 1/3] net: phylink: switch to using fwnode_gpiod_get_index()

2019-10-15 Thread kbuild test robot
-12ubuntu1) 5.5.0 20171010 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 >>): drivers/net/phy/phylink.c: In fu

Re: [PATCH v2 3/3] net: phy: fixed_phy: switch to using fwnode_gpiod_get_index

2019-10-14 Thread kbuild test robot
Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/net/phy/fixed_phy.c: In function 'fixed_phy_get_gpiod': >> drivers/net/phy/fixed_phy.c:213:10: error: implicit declaration of function >> 'fwnode_gpiod_get_index'; did you mean 'devm_gpiod_get_in

Re: [PATCH v2 1/3] net: phylink: switch to using fwnode_gpiod_get_index()

2019-10-14 Thread kbuild test robot
Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/net/phy/phylink.c: In function 'phylink_parse_fixedlink': >> drivers/net/phy/phylink.c:171:11: error: implicit declaration of function >> 'fwnode_gpiod_get_index'; did you mean 'devm_gpiod_get_in

Re: [PATCH v4 1/2] lib: devres: add a helper function for ioremap_uc

2019-10-14 Thread kbuild test robot
following tag Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): lib/devres.c: In function '__devm_ioremap': >> lib/devres.c:44:10: error: implicit declaration of function 'ioremap_uc'; >> did you mean 'ioremap_wc'? [-Werror=implicit-function-decla

Re: [PATCH v5 3/3] crypto: hisilicon - register zip engine to uacce

2019-10-14 Thread kbuild test robot
7.4.0-13) 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 >>): In file included from :0:0: >> include/uapi/misc/ua

Re: [PATCH v2 2/2] iio: (bma400) add driver for the BMA400

2019-10-14 Thread kbuild test robot
the issue, kindly add following tag Reported-by: kbuild test robot smatch warnings: drivers/iio/accel/bma400_core.c:422 bma400_set_accel_oversampling_ratio() warn: unsigned 'acc_config' is never less than zero. vim +/acc_config +422 drivers/iio/accel/bma400_core.c 404 405 static int

Re: [PATCH] can: m_can: add support for handling arbitration error

2019-10-14 Thread kbuild test robot
) 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 >>): drivers/net/can/m_can/m_can.c: In function 'm_can_handle_protocol

Re: [PATCH] gpio: pca953x: Add Maxim MAX7313 PWM support

2019-10-14 Thread kbuild test robot
GCC_VERSION=7.4.0 make.cross ARCH=m68k If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> ERROR: "gpiod_request" [drivers/gpio/gpio-pca953x.ko] undefined! >> ERROR: "gpiod_free" [drivers/gpio/

[PATCH] can: m_can: fix boolreturn.cocci warnings

2019-10-14 Thread kbuild test robot
From: kbuild test robot drivers/net/can/m_can/m_can.c:783:9-10: WARNING: return of 0/1 in function 'is_protocol_err' with return type bool Return statements in functions returning bool should use true/false instead of 1/0. Generated by: scripts/coccinelle/misc/boolreturn.cocci Fixes

Re: [PATCH] can: m_can: add support for handling arbitration error

2019-10-14 Thread kbuild test robot
to specify the base tree in git format-patch, please see https://stackoverflow.com/a/37406982] url: https://github.com/0day-ci/linux/commits/Pankaj-Sharma/can-m_can-add-support-for-handling-arbitration-error/20191014-193532 If you fix the issue, kindly add following tag Reported-by: kbuild test

Re: [PATCH] can: m_can: add support for handling arbitration error

2019-10-14 Thread kbuild test robot
add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/net/can/m_can/m_can.c: In function 'm_can_handle_protocol_error': >> drivers/net/can/m_can/m_can.c:800:10: error: dereferencing pointer to >> incomplete type 'struct m_can_priv'

Re: [PATCH] KVM: fix overflow of zero page refcount ksm use_zero_pages

2019-10-14 Thread kbuild test robot
: x86_64-lkp (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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 >>): ar

Re: [PATCH 3/4] i2c: smbus: Add a way to instantiate SPD EEPROMs automatically

2019-10-14 Thread kbuild test robot
Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from drivers/i2c/i2c-core-base.c:24:0: include/linux/i2c-smbus.h: In function 'i2c_register_spd': >> include/linux/i2c-smbus.h:52:9: warning: 'return' with a value, in function >&

Re: [PATCH 4/4] i2c: i801: Instantiate SPD EEPROMs automatically

2019-10-14 Thread kbuild test robot
: # 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 >>): drivers/i2c/busses/i2c-i801.c: In function 'i801_probe_optional_slaves': >> drivers/i2c/busse

Re: [PATCH 11/11] thermal: Move thermal governor structure to internal header

2019-10-14 Thread kbuild test robot
/evalenti/linux-soc-thermal.git next config: i386-randconfig-g003-201941 (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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

Re: [PATCH v12 06/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver

2019-10-14 Thread kbuild test robot
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 >>): >> drivers//leds/leds-lp50xx.c:360:27: error: initializer element is not >> constant .lp50xx_regmap_config = lp

Re: [PATCH v6] tpm_crb: fix fTPM on AMD Zen+ CPUs

2019-10-14 Thread kbuild test robot
install sparse # sparse version: v0.6.1-rc1-43-g0ccb3b4-dirty 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

Re: [PATCH] mailbox: tegra: Fix superfluous IRQ error message

2019-10-14 Thread kbuild test robot
GCC_VERSION=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers//mailbox/tegra-hsp.c: In function 'tegra_hsp_probe': >> drivers//mailbox/tegra-hsp.c:660:8: error: implicit declaration

Re: [PATCH 11/11] thermal: Move thermal governor structure to internal header

2019-10-14 Thread kbuild test robot
/linux-soc-thermal.git next config: x86_64-rhel (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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

Re: [PATCH v12 04/16] leds: multicolor: Introduce a multicolor class definition

2019-10-14 Thread kbuild test robot
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 >>): >> drivers//leds/led-class-multicolor.c:17:5: error: redefinition of >> 'led_mc_calc_color_components' int led_mc_cal

Re: [PATCH 2/2] mm/gup: fix a misnamed "write" argument: should be "flags"

2019-10-14 Thread kbuild test robot
following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): mm/gup.c: In function 'gup_hugepte': >> mm/gup.c:1990:33: error: 'write' undeclared (first use in this function); >> did you mean 'writeq'? if (!pte_access_pe

Re: [PATCH 3/3] ARM: at91: add Overkiz KIZBOX3 board

2019-10-13 Thread kbuild test robot
=7.4.0 make.cross ARCH=arm If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): >> Error: arch/arm/boot/dts/at91-kizbox3_common.dtsi:155.1-5 Label or path rtc >> not found FATAL ERROR: Syntax error parsing inp

Re: [PATCH v5 1/2] HID: logitech: Add MX Master over Bluetooth

2019-10-13 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 warnings (new ones prefixed by >>): In file included from include/linux/ioport.h:13:0,

Re: [PATCH 1/7] Add a new flags-accepting interface for anonymous inodes

2019-10-13 Thread kbuild test robot
to specify the base tree in git format-patch, please see https://stackoverflow.com/a/37406982] url: https://github.com/0day-ci/linux/commits/Daniel-Colascione/Harden-userfaultfd/20191014-102741 reproduce: make htmldocs If you fix the issue, kindly add following tag Reported-by: kbuild test robot

Re: [PATCHv7 15/33] posix-timers: Make clock_nanosleep() time namespace aware

2019-10-13 Thread kbuild test robot
) 4.9.2 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 >>): kernel//time/posix-stubs.c: In function '__do_sys_clock_nanosleep': >

Re: [PATCH v5 2/2] HID: logitech: Support WirelessDeviceStatus connect events

2019-10-13 Thread kbuild test robot
Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include/linux/ioport.h:15:0, from include/linux/device.h:15, from drivers/hid/hid-logitech-hidpp.c:13: drivers/hid/hid-logitech-hidpp.c: In fu

Re: [PATCHv7 25/33] x86/vdso: Zap vvar pages on switch a time namspace

2019-10-13 Thread kbuild test robot
-by: kbuild test robot All errors (new ones prefixed by >>): kernel/time/namespace.o: In function `.L0 ': namespace.c:(.text+0xfc): undefined reference to `arch_get_vdso_data' kernel/time/namespace.o: In function `timens_install': >> namespace.c:(.text+0x41c): undefin

Re: [PATCH 2/7] Add a concept of a "secure" anonymous file

2019-10-13 Thread kbuild test robot
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 >>): fs/anon_inodes.c: In function 'anon_inode_make_secure_inode': >> fs/anon_inodes.c:67:10: err

Re: [PATCHv7 25/33] x86/vdso: Zap vvar pages on switch a time namspace

2019-10-13 Thread kbuild test robot
Reported-by: kbuild test robot All errors (new ones prefixed by >>): kernel/time/namespace.o: In function `timens_set_vvar_page.isra.8.part.9': (.text+0x130): undefined reference to `arch_get_vdso_data' kernel/time/namespace.o: In function `timens_install': >> (.text+0x6e0

Re: [PATCHv7 22/33] time: Allocate per-timens vvar page

2019-10-13 Thread kbuild test robot
-by: kbuild test robot All errors (new ones prefixed by >>): kernel/time/namespace.o: In function `.L0 ': >> namespace.c:(.text+0xfc): undefined reference to `arch_get_vdso_data' --- 0-DAY kernel test infrastructureOpen Source Technology Center https://lists.01.o

Re: [PATCHv7 22/33] time: Allocate per-timens vvar page

2019-10-13 Thread kbuild test robot
Reported-by: kbuild test robot All errors (new ones prefixed by >>): kernel/time/namespace.o: In function `timens_set_vvar_page.isra.8.part.9': >> (.text+0x130): undefined reference to `arch_get_vdso_data' --- 0-DAY kernel test infrastructureOpen Source Technology

Re: [PATCH v5 1/2] HID: logitech: Add MX Master over Bluetooth

2019-10-13 Thread kbuild test robot
Reported-by: kbuild test robot All warnings (new ones prefixed by >>): In file included from include/linux/ioport.h:15:0, from include/linux/device.h:15, from drivers/hid/hid-logitech-hidpp.c:13: drivers/hid/hid-logitech-hidpp.c: In fu

Re: [PATCH] ipmi: Convert ipmi_debug_msg to pr_debug and use %*ph

2019-10-13 Thread kbuild test robot
, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/char/ipmi/ipmi_msghandler.c: In function 'i_ipmi_request': >> drivers/char/ipmi/ipmi_msghandler.c:14:21: warning: field width specifier >> '*' expects argument of type '

Re: [PATCH] ipmi: Convert ipmi_debug_msg to pr_debug and use %*ph

2019-10-13 Thread kbuild test robot
-13) 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 warnings (new ones prefixed by >>): In file included from include/linux/kernel.

Re: [PATCHv7 15/33] posix-timers: Make clock_nanosleep() time namespace aware

2019-10-13 Thread kbuild test robot
: # 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 >>): kernel/time/posix-stubs.c: In function '__do_sys_clock_nanosleep': >> kernel/time/posix

Re: [PATCHv7 06/33] alarmtimer: Provide get_timespec() callback

2019-10-13 Thread kbuild test robot
: # 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 >>): ld: kernel/time/alarmtimer.o: in function `alarmtimer_init': >> alarmtimer.c:(.in

Re: [PATCH v3][RESEND] adp5061: Add support for battery charging enable

2019-10-13 Thread kbuild test robot
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/kobject.h:20:0, from include/linux/mo

Re: [PATCH] watchdog/hardlockup: reassign last_timestamp when enable nmi event

2019-10-13 Thread kbuild test robot
: gcc-7 (Debian 7.4.0-13) 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 warnings (new ones prefixed by >>): In file included from include/asm-generic/percpu

Re: [PATCH] watchdog/hardlockup: reassign last_timestamp when enable nmi event

2019-10-13 Thread kbuild test robot
(Debian 7.4.0-13) 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 error/warnings (new ones prefixed by >>): In file included from include/asm-generic/percpu

Re: [PATCH] kernel-doc: rename the kernel-doc directive 'functions' to 'specific'

2019-10-13 Thread kbuild test robot
following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): Warning: The Sphinx 'sphinx_rtd_theme' HTML theme was not found. Make sure you have the theme installed to produce pretty HTML output. Falling back to the default theme. WARNING: dot(1) not found, for

Re: [PATCH] cpuidle: cpu hotplug support

2019-10-13 Thread kbuild test robot
=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/cpuidle/cpuidle.c: In function 'cpuidle_cpu_online': >> drivers/cpuidle/cpuidle.c:580:6: error: 'coupled_cpus' undeclare

[RFC PATCH] dmaengine: sf-pdma: sf_pdma_disclaim_chan() can be static

2019-10-13 Thread kbuild test robot
Fixes: 31c3b98b5a01 ("dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00") Signed-off-by: kbuild test robot --- sf-pdma.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/dma/sf-pdma/sf-pdma.c b/drivers/dma/sf-pdma/sf-pd

Re: [PATCH v4 3/4] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00

2019-10-13 Thread kbuild test robot
-g0ccb3b4-dirty 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 >>) >> drivers/dma/sf-pdma/sf-pdma.c:100:6: sparse: sp

Re: [PATCH] mt76: mt76x2: disable pcie_aspm by default

2019-10-12 Thread kbuild test robot
-next.git master config: x86_64-allyesconfig (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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

drivers/net/ethernet/pensando/ionic/ionic_lif.c:333:2: error: implicit declaration of function 'dynamic_hex_dump'

2019-10-12 Thread kbuild test robot
: gcc-6 (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 reproduce: git checkout 77ceb68e29ccd25d923b6af59e74ecaf736cc4b7 # 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

drivers/net/ethernet/pensando/ionic/ionic_lif.c:333:2: error: implicit declaration of function 'dynamic_hex_dump'; did you mean 'seq_hex_dump'?

2019-10-12 Thread kbuild test robot
-by: kbuild test robot All errors (new ones prefixed by >>): drivers/net/ethernet/pensando/ionic/ionic_lif.c: In function 'ionic_notifyq_service': >> drivers/net/ethernet/pensando/ionic/ionic_lif.c:333:2: error: implicit >> declaration of function 'dynamic_hex_dump'; did you

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

2019-10-12 Thread kbuild test robot
following tag Reported-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 >>): drivers//block/rbd.c: In function 'rbd_object_map_callback': >

drivers/net/ethernet/pensando/ionic/ionic_main.c:230:2: error: implicit declaration of function 'dynamic_hex_dump'; did you mean 'seq_hex_dump'?

2019-10-12 Thread kbuild test robot
-by: kbuild test robot All errors (new ones prefixed by >>): drivers/net/ethernet/pensando/ionic/ionic_main.c: In function 'ionic_adminq_cb': >> drivers/net/ethernet/pensando/ionic/ionic_main.c:230:2: error: implicit >> declaration of function 'dynamic_hex_dump'; did you

Re: [PATCH] KVM: fix overflow of zero page refcount with ksm running

2019-10-11 Thread kbuild test robot
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 >>): arch/mips/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_is_reserved_pfn': >> arch/mips/kvm/../../../virt/kvm/kvm_m

Re: [PATCH] KVM: fix overflow of zero page refcount with ksm running

2019-10-11 Thread kbuild test robot
: x86_64-randconfig-s0-201940 (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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

drivers/crypto/inside-secure/safexcel_cipher.c:2001:1-3: WARNING: PTR_ERR_OR_ZERO can be used

2019-10-10 Thread kbuild test robot
following tag Reported-by: kbuild test robot coccinelle warnings: (new ones prefixed by >>) >> drivers/crypto/inside-secure/safexcel_cipher.c:2001:1-3: WARNING: >> PTR_ERR_OR_ZERO can be used vim +2001 drivers/crypto/inside-secure/safexcel_cipher.c 1989

Re: [PATCH] staging: qlge: Fix multiple assignments warning by splitting the assignement into two each

2019-10-10 Thread kbuild test robot
-randconfig-g004-201940 (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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

Re: [PATCH v3 5/5] livepatch: Selftests of the API for tracking system state changes

2019-10-08 Thread kbuild test robot
(Debian 7.4.0-13) 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 >>): lib/livepatch/test_klp_state.c: In fu

Re: [PATCH net-next 1/3] net: stmmac: Fallback to VLAN Perfect filtering if HASH is not available

2019-10-06 Thread kbuild test robot
-42-g38eda53-dirty 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 >>) drivers/net/ethernet/stmicro/stmmac/stmmac_main.

Re: [PATCH v15 13/14] gpio: max3191x: Utilize the for_each_set_clump8 macro

2019-10-06 Thread kbuild test robot
config: x86_64-randconfig-s0-201940 (attached as .config) compiler: gcc-6 (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 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

Re: [PATCH] hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()

2019-10-05 Thread kbuild test robot
-rc1-42-g38eda53-dirty 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 >>) mm/userfaultfd.c:262:17: sparse: sparse: und

drivers/staging/octeon/ethernet-defines.h:30:38: error: 'CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE' undeclared; did you mean 'CPU_CAVIUM_OCTEON_PLUS'?

2019-10-05 Thread kbuild test robot
# 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 >>): In file included from arch/mips/include/asm/octeon/octeon.

Re: [PATCH] media: vimc: get pixformat info from v4l2_format_info to avoid code repetition

2019-10-05 Thread kbuild test robot
v.org/media_tree.git master reproduce: # apt-get install sparse # sparse version: v0.6.1-rc1-42-g38eda53-dirty 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 s

[RFC PATCH] media: vimc: vimc_pix_map_fmt_info() can be static

2019-10-05 Thread kbuild test robot
Fixes: 4d124d159dff ("media: vimc: get pixformat info from v4l2_format_info to avoid code repetition") Signed-off-by: kbuild test robot --- vimc-common.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/vimc/vimc-common.c b/drivers/medi

Re: [PATCH v15 13/14] gpio: max3191x: Utilize the for_each_set_clump8 macro

2019-10-05 Thread kbuild test robot
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/gpio/gpio-max3191x.c: In function 'max3191x_get_multiple': >> drivers/gpio/gpio-max3191x.c:258:31: error: 'offset

[rcu:dev.2019.10.02a 24/24] net/sched/act_sample.c:105:2: error: implicit declaration of function 'rcu_swap_protected'; did you mean '_pcp_protect'?

2019-10-05 Thread kbuild test robot
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 >>): net/sched/act_sample.c: In function 'tcf_sample_init': >> net/sched/act_sample.c:105:2: error: implicit declaration

[rcu:dev.2019.10.02a 24/24] security/safesetid/securityfs.c:182:2: error: implicit declaration of function 'rcu_swap_protected'

2019-10-05 Thread kbuild test robot
) compiler: gcc-6 (Debian 6.3.0-18+deb9u1) 6.3.0 20170516 reproduce: git checkout 06250c65ccb8bd7cbaffe62ed0cc638c0f15b49c # 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

[usb:usb-next 32/37] drivers/usb/typec/hd3ss3220.c:123:13: sparse: sparse: symbol 'hd3ss3220_irq' was not declared. Should it be static?

2019-10-05 Thread kbuild test robot
# sparse version: v0.6.1-rc1-42-g38eda53-dirty git checkout 1c48c759ef4bb9031b3347277f04484e07e27d97 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 usb] usb: typec: hd3ss3220_irq() can be static

2019-10-05 Thread kbuild test robot
Fixes: 1c48c759ef4b ("usb: typec: driver for TI HD3SS3220 USB Type-C DRP port controller") Signed-off-by: kbuild test robot --- hd3ss3220.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/typec/hd3ss3220.c b/drivers/usb/typec/hd3ss3220.c index b8f

Re: [PATCH 7/7] regulator: max77686: switch to using fwnode_gpiod_get_index

2019-10-05 Thread kbuild test robot
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 >>): drivers//regulator/max77686-regulator.c: In function 'max77686_of_parse_cb': >> drivers//regulator/max77686

Re: [PATCH 1/7] regulator: s5m8767: switch to using devm_fwnode_gpiod_get

2019-10-05 Thread kbuild test robot
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 >>): drivers/regulator/s5m8767.c: In function 's5m8767_pmic_dt_parse_pdata': drivers/regulator/s5m8767.c:

Re: [PATCH 1/7] regulator: s5m8767: switch to using devm_fwnode_gpiod_get

2019-10-05 Thread kbuild test robot
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 error/warnings (new ones prefixed by >>): drivers/regulator/s5m8767.c: In function 's5m8767_pmic_dt_parse_pdata': >> drivers/regulator/s5m8

Re: [PATCH 5/7] regulator: da9211: switch to using devm_fwnode_gpiod_get

2019-10-05 Thread kbuild test robot
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 >>): drivers/regulator/da9211-regulator.c: In function 'da9211_parse_regulators_dt': >> drivers/regulator/da9211

Re: [PATCH] hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()

2019-10-04 Thread kbuild test robot
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 >>): In file included from include/linux/kernel.h:16:0,

Re: [PATCH] hugetlb: remove unused hstate in hugetlb_fault_mutex_hash()

2019-10-04 Thread kbuild test robot
) 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 warnings (new ones prefixed by >>): In file included from include/asm-generic/bug

Re: [PATCH 3/3] net: phy: fixed_phy: switch to using fwnode_gpiod_get_index

2019-10-04 Thread kbuild test robot
following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/net/phy/fixed_phy.c: In function 'fixed_phy_get_gpiod': drivers/net/phy/fixed_phy.c:213:10: error: implicit declaration of function 'fwnode_gpiod_get_index'; did you mean 'devm_gpiod_get

Re: [PATCH 2/7] regulator: slg51000: switch to using fwnode_gpiod_get_index

2019-10-04 Thread kbuild test robot
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 >>): drivers/regulator/slg51000-regulator.c: In function 'slg51000_of_parse_cb': >> drivers/regulator/slg51000-reg

Re: [PATCH 1/3] net: phylink: switch to using fwnode_gpiod_get_index()

2019-10-04 Thread kbuild test robot
following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/net/phy/phylink.c: In function 'phylink_parse_fixedlink': drivers/net/phy/phylink.c:171:11: error: implicit declaration of function 'fwnode_gpiod_get_index'; did you mean 'devm_gpiod_get

Re: [PATCH 3/3] net: phy: fixed_phy: switch to using fwnode_gpiod_get_index

2019-10-04 Thread kbuild test robot
Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): drivers/net/phy/fixed_phy.c: In function 'fixed_phy_get_gpiod': >> drivers/net/phy/fixed_phy.c:213:10: error: implicit declaration of function >> 'fwnode_gpiod_get_index'; did you mean 'de

Re: [PATCH 1/3] net: phylink: switch to using fwnode_gpiod_get_index()

2019-10-04 Thread kbuild test robot
Reported-by: kbuild test robot All error/warnings (new ones prefixed by >>): drivers/net/phy/phylink.c: In function 'phylink_parse_fixedlink': >> drivers/net/phy/phylink.c:171:11: error: implicit declaration of function >> 'fwnode_gpiod_get_index'; did you mean 'de

Re: [Patch v2 19/21] media: v4l2-common: add pixel encoding support

2019-10-04 Thread kbuild test robot
(Debian 7.4.0-13) 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 >>): In file included from drivers/media//usb/zr364xx/zr364xx.

Re: [PATCH v6 2/2] leds: Add control of the voltage/current regulator to the LED core

2019-10-04 Thread kbuild test robot
# save the attached .config to linux build tree GCC_VERSION=7.4.0 make.cross ARCH=sparc If you fix the issue, kindly add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers/leds/led-core.c: In function 'try_turn_on_regulator_if_

Re: [Patch v2 19/21] media: v4l2-common: add pixel encoding support

2019-10-04 Thread kbuild test robot
add following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): Warning: The Sphinx 'sphinx_rtd_theme' HTML theme was not found. Make sure you have the theme installed to produce pretty HTML output. Falling back to the default theme. WARNING: dot(1) not

Re: [PATCH] Remove GP_REPLAY state from rcu_sync

2019-10-04 Thread kbuild test robot
onfig: x86_64-randconfig-b002-201939 (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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 warnings (new ones pre

Re: [PATCH v7 4/8] firmware: Add new platform fallback mechanism and firmware_request_platform()

2019-10-04 Thread kbuild test robot
=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 >>): >> drivers/base/firmware_loader/fallback_platform.o:(.opd+0x0): multiple >> definition of `fw_grow_paged_buf' drivers/base/firm

Re: [PATCH] Remove GP_REPLAY state from rcu_sync

2019-10-04 Thread kbuild test robot
i386-tinyconfig (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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 >>): kernel

Re: [PATCH 2/2] gpio: Add xgs-iproc driver

2019-10-03 Thread kbuild test robot
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 >>): >> WARNING: drivers/gpio/gpio-xgs-iproc.o(.data+0x2a): Section mismatch in >> reference from the variable bcm_iproc_gpio_driv

Re: [PATCH 2/2] gpio: Add xgs-iproc driver

2019-10-03 Thread kbuild test robot
=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 >>): >> ERROR: "ia64_delay_loop" undefined! >> ERROR: "ia64_delay_loop" undefined! --- 0-DAY kernel test inf

Re: [PATCH V3 2/3] cpuidle: play_idle: Specify play_idle with an idle state

2019-10-03 Thread kbuild test robot
config: x86_64-lkp (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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 >>): &g

Re: [PATCH V2 2/3] cpuidle: play_idle: Specify play_idle with an idle state

2019-10-03 Thread kbuild test robot
config: x86_64-allyesconfig (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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 Note: the linux-review/Daniel-Lezcano

Re: [PATCH V2 2/3] cpuidle: play_idle: Specify play_idle with an idle state

2019-10-03 Thread kbuild test robot
config: x86_64-lkp (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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 >>): &g

Re: [PATCH] lis3lv02d: switch to using input device polling mode

2019-10-02 Thread kbuild test robot
, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_enable': drivers/misc/lis3lv02d/lis3lv02d.c:713:8: error: implicit declaration of function 'input_setup_polling'; did yo

Re: [PATCH] lis3lv02d: switch to using input device polling mode

2019-10-02 Thread kbuild test robot
, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/misc/lis3lv02d/lis3lv02d.c: In function 'lis3lv02d_joystick_enable': >> drivers/misc/lis3lv02d/lis3lv02d.c:713:8: error: implicit declaration of >> function 'input_setup

Re: [PATCH] power: supply: max17042_battery: fix some usage of uninitialized variables

2019-10-02 Thread kbuild test robot
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 warnings (new ones prefixed by >>): drivers/power/supply/max17042_battery.c: In function 'max17042_load_new_capacity_

Re: [PATCH v2 1/2] x86,sched: Add support for frequency invariance

2019-10-02 Thread kbuild test robot
-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010 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 >>): >> arch/x86/kernel/smpboot.c:1

Re: [PATCH v2 1/2] x86,sched: Add support for frequency invariance

2019-10-02 Thread kbuild test robot
7.4.0-13) 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 >>): >> arch/x86/kernel/smpboot.c:1834:7: error: 'INTEL_FAM6_ATO

Re: [PATCH 2/3] watchdog: sam9x60_wdt: introduce sam9x60 watchdog timer driver

2019-10-02 Thread kbuild test robot
following tag Reported-by: kbuild test robot All warnings (new ones prefixed by >>): drivers//watchdog/sam9x60_wdt.c: In function 'sam9x60_wdt_ping': >> drivers//watchdog/sam9x60_wdt.c:23:24: warning: large integer implicitly >> truncated to unsigned type [-Woverflow] #de

Re: [PATCH 1/4] iio: pressure: bmp280: use bulk regulator ops

2019-10-02 Thread kbuild test robot
make.cross ARCH=sh If you fix the issue, kindly add following tag Reported-by: kbuild test robot All errors (new ones prefixed by >>): drivers/iio/pressure/bmp280-core.c: In function 'bmp280_common_probe': >> drivers/iio/pressure/bmp280-core.c:1041:2: error: implicit declaration of

Re: [PATCH] serial: sh-sci: Use platform_get_irq_optional() for optional interrupts

2019-10-02 Thread kbuild test robot
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 >>): drivers/tty/serial/sh-sci.c: In function 'sci_init_single': >> drivers/tty/serial/sh-sci.c:28

Re: [PATCH v10 12/16] leds: lp55xx: Add multicolor framework support to lp55xx

2019-10-01 Thread kbuild test robot
-rhel (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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 >>): &g

Re: [PATCH v10 12/16] leds: lp55xx: Add multicolor framework support to lp55xx

2019-10-01 Thread kbuild test robot
-randconfig-f004-201939 (attached as .config) compiler: gcc-7 (Debian 7.4.0-13) 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

Re: [PATCH v10 06/16] leds: lp50xx: Add the LP50XX family of the RGB LED driver

2019-10-01 Thread kbuild test robot
=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/leds/leds-lp50xx.c:358:27: error: initializer element is not constant .lp50xx_regmap_config = lp5012_r

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