From: Richard Cochran <richardcochran@gmail.com>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org, devicetree@vger.kernel.org,
andrew@lunn.ch, f.fainelli@gmail.com, jacob.e.keller@intel.com,
mark.rutland@arm.com, mlichvar@redhat.com, robh+dt@kernel.org,
willemb@google.com
Subject: Re: [PATCH V4 net-next 0/6] Peer to Peer One-Step time stamping
Date: Thu, 30 May 2019 22:51:32 -0700 [thread overview]
Message-ID: <20190531055132.7qrjuqgtw6qw4mgh@localhost> (raw)
In-Reply-To: <20190530.125833.1049383711116106790.davem@davemloft.net>
On Thu, May 30, 2019 at 12:58:33PM -0700, David Miller wrote:
> I had to revert, this doesn't build.
Sorry I missed macvlan, and thanks for the 'uninitialized' warning.
It was a real latent bug. I wonder why my linaro 7.4 gcc didn't flag
that...
Anyhow, I rebased v5 of my series to latest net-next, and I'm getting
a lot of these:
In file included from net/ipv6/af_inet6.c:45:0:
./include/linux/netfilter_ipv6.h: In function ‘nf_ipv6_br_defrag’:
./include/linux/netfilter_ipv6.h:110:9: error: implicit declaration of function ‘nf_ct_frag6_gather’; did you mean ‘nf_ct_attach’? [-Werror=implicit-function-declaration]
return nf_ct_frag6_gather(net, skb, user);
^~~~~~~~~~~~~~~~~~
nf_ct_attach
Thanks,
Richard
next prev parent reply other threads:[~2019-05-31 5:51 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-29 5:58 [PATCH V4 net-next 0/6] Peer to Peer One-Step time stamping Richard Cochran
2019-05-29 5:58 ` [PATCH V4 net-next 1/6] net: Introduce peer to peer one step PTP " Richard Cochran
2019-05-29 5:58 ` [PATCH V4 net-next 2/6] net: Introduce a new MII time stamping interface Richard Cochran
2019-05-31 15:05 ` kbuild test robot
2019-05-31 17:08 ` kbuild test robot
2019-05-31 18:23 ` kbuild test robot
2019-05-29 5:58 ` [PATCH V4 net-next 3/6] net: Add a layer for non-PHY MII time stamping drivers Richard Cochran
2019-05-29 5:58 ` [PATCH V4 net-next 4/6] dt-bindings: ptp: Introduce MII time stamping devices Richard Cochran
2019-05-29 5:58 ` [PATCH V4 net-next 5/6] net: mdio: of: Register discovered MII time stampers Richard Cochran
2019-05-29 5:58 ` [PATCH V4 net-next 6/6] ptp: Add a driver for InES time stamping IP core Richard Cochran
2019-05-31 16:03 ` kbuild test robot
2019-05-30 18:55 ` [PATCH V4 net-next 0/6] Peer to Peer One-Step time stamping David Miller
2019-05-30 19:58 ` David Miller
2019-05-31 5:51 ` Richard Cochran [this message]
2019-05-31 17:57 ` 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=20190531055132.7qrjuqgtw6qw4mgh@localhost \
--to=richardcochran@gmail.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=jacob.e.keller@intel.com \
--cc=mark.rutland@arm.com \
--cc=mlichvar@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=willemb@google.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).