[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFyQ7bzCJ9owuhe9Lmgozhc-_qkjts0majgHqUzY9kQf1Q@mail.gmail.com>
Date: Thu, 19 May 2016 13:34:48 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Vineet Gupta <Vineet.Gupta1@...opsys.com>
Cc: Noam Camus <noamca@...lanox.com>,
Gilad Ben Yossef <giladby@...lanox.com>,
Tal Zilcer <talz@...hip.com>,
Jose Abreu <Jose.Abreu@...opsys.com>,
Alexey Brodkin <Alexey.Brodkin@...opsys.com>,
Jason Cooper <jason@...edaemon.net>,
Marc Zyngier <marc.zyngier@....com>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
arcml <linux-snps-arc@...ts.infradead.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] ARC updates for 4.7-rc1
On Wed, May 18, 2016 at 11:24 PM, Vineet Gupta
<Vineet.Gupta1@...opsys.com> wrote:
>
> The highlight is support for EZChip (now Mellanox) NPS-400 network processor [..]
Oh, and that brought in the
drivers/irqchip/irq-eznps.c
driver that is compile-test enabled.
And that driver is not 64-bit clean:
In file included from drivers/irqchip/irq-eznps.c:39:0:
include/soc/nps/common.h: In function ‘nps_host_reg_non_cl’:
include/soc/nps/common.h:148:9: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
return (void *)reg_address.value;
^
include/soc/nps/common.h: In function ‘nps_host_reg’:
include/soc/nps/common.h:162:9: warning: cast to pointer from
integer of different size [-Wint-to-pointer-cast]
return (void *)reg_address.value;
^
so it needs to either be disabled or fixed. Annoying everybody else
with warnings is not an option.
Linus
Powered by blists - more mailing lists