From: David Ahern <dsa@cumulusnetworks.com>
To: David Miller <davem@davemloft.net>, lkp@intel.com
Cc: kbuild-all@01.org, netdev@vger.kernel.org, dsahern@gmail.com,
linux-mips@linux-mips.org
Subject: Re: [PATCH net-next 3/5] net: Refactor path selection in __ip_route_output_key
Date: Mon, 5 Oct 2015 08:08:26 -0600 [thread overview]
Message-ID: <5612845A.9090203@cumulusnetworks.com> (raw)
In-Reply-To: <20151005.063836.1612675139838377064.davem@davemloft.net>
On 10/5/15 7:38 AM, David Miller wrote:
> From: kbuild test robot <lkp@intel.com>
> Date: Fri, 2 Oct 2015 14:20:30 +0800
>
>> Hi David,
>>
>> [auto build test results on next-20151001 -- if it's inappropriate base, please ignore]
>>
>> config: mips-nlm_xlp_defconfig (attached as .config)
>> reproduce:
>> wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
>> chmod +x ~/bin/make.cross
>> # save the attached .config to linux build tree
>> make.cross ARCH=mips
>>
>> All warnings (new ones prefixed by >>):
>>
>>>> mips-linux-gnu-ld: net/ipv4/.tmp_fib_semantics.o: warning: Inconsistent ISA between e_flags and .MIPS.abiflags
>
> Frankly this looks like a build infrastructure or tools bug to me.
>
That's pretty much what I got back from Joshua on the linux-mips mailing
list when I inquired about why a code move generates the warning:
"Dunno if your patch generated the message per-say, but it seems some
platforms in the MIPS tree cause this message to appear. I.e., IP27 or
IP32 builds (or IP30 out-of-tree) don't emit this error, but building
IP28 systems in-tree will cause it to appear quite a bit.
The message itself, I believe is complaining that the stated CPU ISA
(mips1 ... mips4, mips32r2, r10000, etc) in one of the sections
(e.g.,.MIPS.abiflags) doesn't match the equivalent ISA value in the
other section (e.g., e_flags). I haven't seen any harmful side effects
of it myself. Seems to be more of a warning than anything else, and as
long as the ISA matches a supported CPU (e.g., r10000 is compatible with
mips4), it can be ignored. It does clutter up the build, though."
next prev parent reply other threads:[~2015-10-05 14:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-01 15:27 [PATCH net-next 0/5] net: Add saddr op to l3mdev and vrf David Ahern
2015-10-01 15:27 ` [PATCH net-next 1/5] net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC David Ahern
2015-10-01 15:27 ` [PATCH net-next 2/5] net: Add netif_is_l3_slave David Ahern
2015-10-05 14:44 ` David Ahern
2015-10-01 15:27 ` [PATCH net-next 3/5] net: Refactor path selection in __ip_route_output_key David Ahern
2015-10-02 6:20 ` kbuild test robot
2015-10-02 16:04 ` Fwd: " David Ahern
2015-10-05 10:11 ` Joshua Kinard
2015-10-05 13:38 ` David Miller
2015-10-05 14:08 ` David Ahern [this message]
2015-10-01 15:27 ` [PATCH net-next 4/5] net: Add source address lookup op for VRF David Ahern
2015-10-01 15:27 ` [PATCH net-next 5/5] net: Add l3mdev saddr lookup to raw_sendmsg David Ahern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5612845A.9090203@cumulusnetworks.com \
--to=dsa@cumulusnetworks.com \
--cc=davem@davemloft.net \
--cc=dsahern@gmail.com \
--cc=kbuild-all@01.org \
--cc=linux-mips@linux-mips.org \
--cc=lkp@intel.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.