Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1403959

Re: [GIT PULL] ARC updates for 4.7-rc1

From Linus Torvalds <torvalds@linux-foundation.org>
Newsgroups linux.kernel
Subject Re: [GIT PULL] ARC updates for 4.7-rc1
Date 2016-05-19 22:40 +0200
Message-ID <rACTD-4Do-11@gated-at.bofh.it> (permalink)
References <rApD4-4yo-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, May 18, 2016 at 11:24 PM, Vineet Gupta
<Vineet.Gupta1@synopsys.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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[GIT PULL] ARC updates for 4.7-rc1 Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-05-19 08:30 +0200
  Re: [GIT PULL] ARC updates for 4.7-rc1 Linus Torvalds <torvalds@linux-foundation.org> - 2016-05-19 19:00 +0200
  Re: [GIT PULL] ARC updates for 4.7-rc1 Linus Torvalds <torvalds@linux-foundation.org> - 2016-05-19 22:40 +0200
    Re: [GIT PULL] ARC updates for 4.7-rc1 Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2016-05-20 06:10 +0200

csiph-web