* [PATCH] net: Provide lwtstate_free for non-lwt config
@ 2015-08-19 22:16 Alex Gartrell
2015-08-19 22:41 ` Alex Gartrell
0 siblings, 1 reply; 4+ messages in thread
From: Alex Gartrell @ 2015-08-19 22:16 UTC (permalink / raw)
To: davem; +Cc: jbenc, roopa, netdev, Alex Gartrell
Fixes: df383e624 ("lwtunnel: fix memory leak")
Signed-off-by: Alex Gartrell <agartrell@fb.com>
---
include/net/lwtunnel.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/net/lwtunnel.h b/include/net/lwtunnel.h
index 34fd8f7..cfee539 100644
--- a/include/net/lwtunnel.h
+++ b/include/net/lwtunnel.h
@@ -93,6 +93,10 @@ int lwtunnel_input6(struct sk_buff *skb);
#else
+static inline void lwtstate_free(struct lwtunnel_state *lws)
+{
+}
+
static inline struct lwtunnel_state *
lwtstate_get(struct lwtunnel_state *lws)
{
--
Alex Gartrell <agartrell@fb.com>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] net: Provide lwtstate_free for non-lwt config
2015-08-19 22:16 [PATCH] net: Provide lwtstate_free for non-lwt config Alex Gartrell
@ 2015-08-19 22:41 ` Alex Gartrell
2015-08-19 23:28 ` Eric Dumazet
0 siblings, 1 reply; 4+ messages in thread
From: Alex Gartrell @ 2015-08-19 22:41 UTC (permalink / raw)
To: Alex Gartrell; +Cc: David Miller, jbenc, roopa, netdev
On Wed, Aug 19, 2015 at 3:16 PM, Alex Gartrell <agartrell@fb.com> wrote:
> Fixes: df383e624 ("lwtunnel: fix memory leak")
Ah sorry, this is PATCH net-next, obviously :/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] net: Provide lwtstate_free for non-lwt config
2015-08-19 22:41 ` Alex Gartrell
@ 2015-08-19 23:28 ` Eric Dumazet
2015-08-20 0:06 ` Alex Gartrell
0 siblings, 1 reply; 4+ messages in thread
From: Eric Dumazet @ 2015-08-19 23:28 UTC (permalink / raw)
To: Alex Gartrell; +Cc: Alex Gartrell, David Miller, jbenc, roopa, netdev
On Wed, 2015-08-19 at 15:41 -0700, Alex Gartrell wrote:
> On Wed, Aug 19, 2015 at 3:16 PM, Alex Gartrell <agartrell@fb.com> wrote:
> > Fixes: df383e624 ("lwtunnel: fix memory leak")
>
> Ah sorry, this is PATCH net-next, obviously :/
We've seen similar patches earlier today on netdev ;)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] net: Provide lwtstate_free for non-lwt config
2015-08-19 23:28 ` Eric Dumazet
@ 2015-08-20 0:06 ` Alex Gartrell
0 siblings, 0 replies; 4+ messages in thread
From: Alex Gartrell @ 2015-08-20 0:06 UTC (permalink / raw)
To: Eric Dumazet; +Cc: Alex Gartrell, David Miller, jbenc, Roopa Prabhu, netdev
On Wed, Aug 19, 2015 at 4:28 PM, Eric Dumazet <eric.dumazet@gmail.com> wrote:
> We've seen similar patches earlier today on netdev ;)
Ah, the mailing list equivalent of someone letting you know that you
left your fly down :)
Sorry for the noise!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-20 0:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19 22:16 [PATCH] net: Provide lwtstate_free for non-lwt config Alex Gartrell
2015-08-19 22:41 ` Alex Gartrell
2015-08-19 23:28 ` Eric Dumazet
2015-08-20 0:06 ` Alex Gartrell
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).