From: David Miller <davem@davemloft.net>
To: ubraun@linux.vnet.ibm.com
Cc: netdev@vger.kernel.org, linux-s390@vger.kernel.org,
jwi@linux.vnet.ibm.com, schwidefsky@de.ibm.com,
heiko.carstens@de.ibm.com, raspl@linux.vnet.ibm.com
Subject: Re: [PATCH V2 net-next 2/3] tcp: TCP experimental option for SMC
Date: Wed, 25 Oct 2017 09:55:03 +0900 (KST) [thread overview]
Message-ID: <20171025.095503.1508889155137067392.davem@davemloft.net> (raw)
In-Reply-To: <20171018143000.23884-3-ubraun@linux.vnet.ibm.com>
From: Ursula Braun <ubraun@linux.vnet.ibm.com>
Date: Wed, 18 Oct 2017 16:29:59 +0200
> diff --git a/include/net/tcp.h b/include/net/tcp.h
> index 3b3b9b968e2d..a2e87ac8cdc0 100644
> --- a/include/net/tcp.h
> +++ b/include/net/tcp.h
> @@ -45,6 +45,7 @@
>
> #include <linux/seq_file.h>
> #include <linux/memcontrol.h>
> +#include <linux/unaligned/access_ok.h>
Only tcp_input.c needs this include. If you include it here, then the
rest of the kernel pays the price of this include.
next prev parent reply other threads:[~2017-10-25 0:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-18 14:29 [PATCH V2 net-next 0/3] TCP experimental option for SMC rendezvous Ursula Braun
2017-10-18 14:29 ` [PATCH V2 net-next 1/3] smc: fix mutex unlocks during link group creation Ursula Braun
2017-10-18 14:29 ` [PATCH V2 net-next 2/3] tcp: TCP experimental option for SMC Ursula Braun
2017-10-25 0:55 ` David Miller [this message]
2017-10-18 14:30 ` [PATCH V2 net-next 3/3] smc: add SMC rendezvous protocol Ursula Braun
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=20171025.095503.1508889155137067392.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=heiko.carstens@de.ibm.com \
--cc=jwi@linux.vnet.ibm.com \
--cc=linux-s390@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=raspl@linux.vnet.ibm.com \
--cc=schwidefsky@de.ibm.com \
--cc=ubraun@linux.vnet.ibm.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;
as well as URLs for NNTP newsgroup(s).