[kbuild] [nfc-next:master 5/6] drivers/nfc/pn544/i2c.c:1032 pn544_hci_i2c_probe() error: we previously assumed 'pdata' could be null (see line 980)

2014-04-08 Thread Dan Carpenter
tree: git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next.git master head: 871e11b1a27ff07efb1d23944952a288fdb02845 commit: 49aa75f13ab9eb5f5ad19c69998dd3cf6403942e [5/6] NFC: pn544: i2c: Add device-tree (Open Firmware) support to PN544 drivers/nfc/pn544/i2c.c:1032

Re: [kbuild] [net-next:master 1090/1368] net/netfilter/ipset/ip_set_hash_gen.h:1084 hash_ipmark_create() warn: impossible condition '(markmask 4294967295) = (0-u32max u32max)'

2014-04-08 Thread Dan Carpenter
On Mon, Apr 07, 2014 at 10:05:47PM +0200, Jozsef Kadlecsik wrote: On Mon, 7 Apr 2014, Vytas Dauksa wrote: sorry, I am relatively new to this. This patch is for netfilter ipset repo, which has both kernelspace and userspace code, hence the kernel directory. If Jozsef, can't review it

[kbuild] [drm:i915-mst-hacks 74/81] drivers/gpu/drm/drm_dp_helper.c:1500 drm_dp_mst_topology_mgr_set_mst() warn: inconsistent returns mutex:mgr-lock: locked (1479 [(-12)]) unlocked (1500 [0])

2014-04-08 Thread Dan Carpenter
tree: git://people.freedesktop.org/~airlied/linux.git i915-mst-hacks head: af3004ad2f660105ec8c5e623ece3b6055a76bd4 commit: 168c73f18028a35f98707f282576765be7becca7 [74/81] start adding drm MST branch device and port trees drivers/gpu/drm/drm_dp_helper.c:1500

Re: [kbuild] [pm:bleeding-edge 36/63] drivers/idle/intel_idle.c:754:5-42: code aligned with following code on line 755

2014-04-08 Thread Fengguang Wu
CC Len Brown for possible bugs. Thank you, Julia! On Tue, Apr 08, 2014 at 02:36:55PM +0200, Julia Lawall wrote: I don't know how the code should be, but it does not look right as it is. julia On Tue, 8 Apr 2014, kbuild test robot wrote: TO: Len Brown len.br...@intel.com tree:

[kbuild] [tchen:timer_debug3 2/2] kernel/time/clocksource.c:367 clocksource_cpu_notify() warn: statement has no effect 3

2014-04-08 Thread kbuild test robot
TO: Jet Chen jet.c...@intel.com tree: git://bee.sh.intel.com/git/tchen37/linux.git timer_debug3 head: c7c05c6a3c9c585a0d74c052a2908bf159d09f7f commit: c7c05c6a3c9c585a0d74c052a2908bf159d09f7f [2/2] Should use SOFTIRQ-safe lock in this scenario :: branch date: 66 minutes ago :: commit

[kbuild] [tchen:timer_debug3 2/2] kernel/time/clocksource.c:367:9: sparse: macro spin_lock_irqsave requires 2 arguments, but only 1 given

2014-04-08 Thread kbuild test robot
TO: Jet Chen jet.c...@intel.com tree: git://bee.sh.intel.com/git/tchen37/linux.git timer_debug3 head: c7c05c6a3c9c585a0d74c052a2908bf159d09f7f commit: c7c05c6a3c9c585a0d74c052a2908bf159d09f7f [2/2] Should use SOFTIRQ-safe lock in this scenario reproduce: make C=1 CF=-D__CHECK_ENDIAN__ ::

Re: [kbuild] [tchen:timer_debug3 2/2] kernel/time/clocksource.c:367 clocksource_cpu_notify() warn: statement has no effect 3

2014-04-08 Thread Dan Carpenter
This code has a compile problem. Missing argument to spin_lock_irqsave(). regards, dan carpenter On Wed, Apr 09, 2014 at 01:34:15AM +0800, kbuild test robot wrote: TO: Jet Chen jet.c...@intel.com tree: git://bee.sh.intel.com/git/tchen37/linux.git timer_debug3 head: