netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Jakub Kicinski <kuba@kernel.org>
Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com,
	pabeni@redhat.com
Subject: Re: [PATCH net-next] net: add missing includes and forward declarations under net/
Date: Fri, 22 Jul 2022 12:10:13 +0000	[thread overview]
Message-ID: <165849181327.15716.14849150996894288516.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220720235758.2373415-1-kuba@kernel.org>

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 20 Jul 2022 16:57:58 -0700 you wrote:
> This patch adds missing includes to headers under include/net.
> All these problems are currently masked by the existing users
> including the missing dependency before the broken header.
> 
> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
> ---
>  include/linux/lapb.h                |  5 +++++
>  include/net/af_vsock.h              |  1 +
>  include/net/amt.h                   |  3 +++
>  include/net/ax88796.h               |  2 ++
>  include/net/bond_options.h          |  8 ++++++++
>  include/net/codel_qdisc.h           |  1 +
>  include/net/datalink.h              |  7 +++++++
>  include/net/dcbevent.h              |  2 ++
>  include/net/dcbnl.h                 |  2 ++
>  include/net/dn_dev.h                |  1 +
>  include/net/dn_fib.h                |  2 ++
>  include/net/dn_neigh.h              |  2 ++
>  include/net/dn_nsp.h                |  6 ++++++
>  include/net/dn_route.h              |  3 +++
>  include/net/erspan.h                |  3 +++
>  include/net/esp.h                   |  1 +
>  include/net/ethoc.h                 |  3 +++
>  include/net/firewire.h              |  2 ++
>  include/net/fq.h                    |  4 ++++
>  include/net/garp.h                  |  2 ++
>  include/net/gtp.h                   |  4 ++++
>  include/net/gue.h                   |  3 +++
>  include/net/hwbm.h                  |  2 ++
>  include/net/ila.h                   |  2 ++
>  include/net/inet6_connection_sock.h |  2 ++
>  include/net/inet_common.h           |  6 ++++++
>  include/net/inet_frag.h             |  3 +++
>  include/net/ip6_route.h             | 20 ++++++++++----------
>  include/net/ipcomp.h                |  2 ++
>  include/net/ipconfig.h              |  2 ++
>  include/net/llc_c_ac.h              |  7 +++++++
>  include/net/llc_c_st.h              |  4 ++++
>  include/net/llc_s_ac.h              |  4 ++++
>  include/net/llc_s_ev.h              |  1 +
>  include/net/mpls_iptunnel.h         |  3 +++
>  include/net/mrp.h                   |  4 ++++
>  include/net/ncsi.h                  |  2 ++
>  include/net/netevent.h              |  1 +
>  include/net/netns/can.h             |  1 +
>  include/net/netns/core.h            |  2 ++
>  include/net/netns/generic.h         |  1 +
>  include/net/netns/ipv4.h            |  1 +
>  include/net/netns/mctp.h            |  1 +
>  include/net/netns/mpls.h            |  2 ++
>  include/net/netns/nexthop.h         |  1 +
>  include/net/netns/sctp.h            |  3 +++
>  include/net/netns/unix.h            |  2 ++
>  include/net/netrom.h                |  1 +
>  include/net/p8022.h                 |  5 +++++
>  include/net/phonet/pep.h            |  3 +++
>  include/net/phonet/phonet.h         |  4 ++++
>  include/net/phonet/pn_dev.h         |  5 +++++
>  include/net/pptp.h                  |  3 +++
>  include/net/psnap.h                 |  5 +++++
>  include/net/regulatory.h            |  3 +++
>  include/net/rose.h                  |  1 +
>  include/net/secure_seq.h            |  2 ++
>  include/net/smc.h                   |  7 +++++++
>  include/net/stp.h                   |  2 ++
>  include/net/transp_v6.h             |  2 ++
>  include/net/tun_proto.h             |  3 ++-
>  include/net/udplite.h               |  1 +
>  include/net/xdp_priv.h              |  1 +
>  63 files changed, 183 insertions(+), 11 deletions(-)

Here is the summary with links:
  - [net-next] net: add missing includes and forward declarations under net/
    https://git.kernel.org/netdev/net-next/c/949d6b405e61

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      reply	other threads:[~2022-07-22 12:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20 23:57 [PATCH net-next] net: add missing includes and forward declarations under net/ Jakub Kicinski
2022-07-22 12:10 ` patchwork-bot+netdevbpf [this message]

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=165849181327.15716.14849150996894288516.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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).