netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix three issues found by syzbot
@ 2019-08-12  7:32 Ying Xue
  2019-08-12  7:32 ` [PATCH v2 1/3] tipc: fix memory leak issue Ying Xue
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Ying Xue @ 2019-08-12  7:32 UTC (permalink / raw)
  To: davem, netdev
  Cc: jon.maloy, hdanton, tipc-discussion, syzkaller-bugs,
	jakub.kicinski

In this series, try to fix two memory leak issues and another issue of
calling smp_processor_id() in preemptible context.

Changes since v1:
 - Fix "Reported-by:" missing in patch #3, which was reported by Jakub
   Kicinski

Ying Xue (3):
  tipc: fix memory leak issue
  tipc: fix memory leak issue
  tipc: fix issue of calling smp_processor_id() in preemptible

 net/tipc/group.c     | 22 +++++++++++++---------
 net/tipc/node.c      |  7 +++++--
 net/tipc/udp_media.c | 12 +++++++++---
 3 files changed, 27 insertions(+), 14 deletions(-)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-02-20 15:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-12  7:32 [PATCH v2 0/3] Fix three issues found by syzbot Ying Xue
2019-08-12  7:32 ` [PATCH v2 1/3] tipc: fix memory leak issue Ying Xue
2019-08-12  7:54   ` Eric Dumazet
2019-08-12  7:32 ` [PATCH v2 2/3] " Ying Xue
2019-08-12  7:32 ` [PATCH v2 3/3] tipc: fix issue of calling smp_processor_id() in preemptible Ying Xue
2020-02-19  8:29   ` Dmitry Vyukov
2020-02-19  8:33     ` Dmitry Vyukov
2020-02-20 15:44       ` Xin Long
2019-08-12 15:25 ` [PATCH v2 0/3] Fix three issues found by syzbot David Miller

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).