From: "Guo-Fu Tseng" <cooldavid@cooldavid.org>
To: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>,
linux-kernel@vger.kernel.org
Cc: apw@shadowen.org, jgarzik@redhat.com, ron.mercer@qlogic.com,
scofeldm@cisco.com
Subject: Re: [PATCH] 2.6.27-git2 - fix build error at csum_ipv6_magic()
Date: Tue, 14 Oct 2008 03:28:14 +0800 [thread overview]
Message-ID: <20081013192101.M74635@cooldavid.org> (raw)
In-Reply-To: <20081013121441.GB14372@linux.vnet.ibm.com>
On Mon, 13 Oct 2008 17:44:41 +0530, Kamalesh Babulal wrote
> Hi,
> 2.6.27-git2 kernel build fails with allyesconfig on powerpc with
> build error
>
> <introduced by commit 01f2e4ead2c51226ed1283ef6a8388ca6f4cff8f>
>
> CC drivers/net/enic/enic_main.o
> drivers/net/enic/enic_main.c: In function `nic_queue_wq_skb_tso`:
> drivers/net/enic/enic_main.c:576: error: implicit declaration of function `sum_ipv6_magic`
> make[3]: *** [drivers/net/enic/enic_main.o] Error 1
>
> <introduced by commit c4e84bde1d595d857d3c74b49b9c45cc770df792>
>
> drivers/net/qlge/qlge_main.c: In function `l_tso`:
> drivers/net/qlge/qlge_main.c:1862: error: implicit declaration of function `sum_ipv6_magic`
> make[3]: *** [drivers/net/qlge/qlge_main.o] Error 1
>
> <introduced by commit 95252236e73e789dd186ce796a2abc60b3a61ebe>
>
> drivers/net/jme.c: In function `me_tx_tso`:
> drivers/net/jme.c:1784: error: implicit declaration of function `sum_ipv6_magic`
> make[2]: *** [drivers/net/jme.o] Error 1
>
> The patch is build tested only.
>
> Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
> ---
Thank you Kamalesh.
But since <net/ip6_checksum.h> compensate the lack of
`csum_ipv6_magic` function defined in <asm/checksum.h>
of some architecture, should <net/ip6_checksum.h> be
included in <net/checksum.h> as well?
BTW, if there is a patch against jme driver which I maintain,
and I just simply agree with it, should I silently noticed that
and let someone like Jeff or David to review/apply it,
or should I reply an ack of it?
Guo-Fu Tseng
next prev parent reply other threads:[~2008-10-13 19:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-13 12:14 [PATCH] 2.6.27-git2 - fix build error at csum_ipv6_magic() Kamalesh Babulal
2008-10-13 19:28 ` Guo-Fu Tseng [this message]
2008-10-14 1:40 ` David Miller
2008-10-13 23:09 ` Ron Mercer
2008-10-14 1:41 ` David Miller
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=20081013192101.M74635@cooldavid.org \
--to=cooldavid@cooldavid.org \
--cc=apw@shadowen.org \
--cc=jgarzik@redhat.com \
--cc=kamalesh@linux.vnet.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ron.mercer@qlogic.com \
--cc=scofeldm@cisco.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox