Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1301241 > unrolled thread
| Started by | David Miller <davem@davemloft.net> |
|---|---|
| First post | 2016-01-05 03:50 +0100 |
| Last post | 2016-01-11 21:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] connector: bump skb->users before callback invocation David Miller <davem@davemloft.net> - 2016-01-05 03:50 +0100
Re: [PATCH] connector: bump skb->users before callback invocation Evgeniy Polyakov <zbr@ioremap.net> - 2016-01-11 21:30 +0100
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-01-05 03:50 +0100 |
| Subject | Re: [PATCH] connector: bump skb->users before callback invocation |
| Message-ID | <qNpR8-3Te-9@gated-at.bofh.it> |
From: Florian Westphal <fw@strlen.de> Date: Thu, 31 Dec 2015 14:26:33 +0100 > Dmitry reports memleak with syskaller program. > Problem is that connector bumps skb usecount but might not invoke callback. > > So move skb_get to where we invoke the callback. > > Reported-by: Dmitry Vyukov <dvyukov@google.com> > Signed-off-by: Florian Westphal <fw@strlen.de> Applied and queued up for -stable, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Evgeniy Polyakov <zbr@ioremap.net> |
|---|---|
| Date | 2016-01-11 21:30 +0100 |
| Message-ID | <qPRgg-7mV-47@gated-at.bofh.it> |
| In reply to | #1301241 |
Hi everyone Thanks for fixing and quick pushing of this bug. 05.01.2016, 05:47, "David Miller" <davem@davemloft.net>: > From: Florian Westphal <fw@strlen.de> > Date: Thu, 31 Dec 2015 14:26:33 +0100 > >> Dmitry reports memleak with syskaller program. >> Problem is that connector bumps skb usecount but might not invoke callback. >> >> So move skb_get to where we invoke the callback. >> >> Reported-by: Dmitry Vyukov <dvyukov@google.com> >> Signed-off-by: Florian Westphal <fw@strlen.de> > > Applied and queued up for -stable, thanks.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web