All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix some memleaks caused by timer_new_ns
@ 2021-01-12 10:17 Gan Qixin
  2021-01-12 10:17 ` [PATCH v2 1/2] pl031: Use timer_free() in the finalize function to avoid memleaks Gan Qixin
  2021-01-12 10:17 ` [PATCH v2 2/2] misc/mos6522: Use timer_free() in the finalize function to avoid memleak Gan Qixin
  0 siblings, 2 replies; 5+ messages in thread
From: Gan Qixin @ 2021-01-12 10:17 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial
  Cc: peter.maydell, Gan Qixin, zhang.zhanghailiang, kuhn.chenqun, david

v1->v2:

patch1:
  Delete the modification of unrelated whitespace.
patch2:
  Add David Gibson acked tag.
patch3:
  Has been applied, so delete it.

Gan Qixin (2):
  pl031: Use timer_free() in the finalize function to avoid memleaks
  misc/mos6522: Use timer_free() in the finalize function to avoid
    memleak

 hw/misc/mos6522.c | 11 +++++++++++
 hw/rtc/pl031.c    |  9 +++++++++
 2 files changed, 20 insertions(+)

-- 
2.27.0


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

end of thread, other threads:[~2021-01-12 11:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-12 10:17 [PATCH v2 0/2] Fix some memleaks caused by timer_new_ns Gan Qixin
2021-01-12 10:17 ` [PATCH v2 1/2] pl031: Use timer_free() in the finalize function to avoid memleaks Gan Qixin
2021-01-12 10:22   ` Peter Maydell
2021-01-12 10:51     ` ganqixin
2021-01-12 10:17 ` [PATCH v2 2/2] misc/mos6522: Use timer_free() in the finalize function to avoid memleak Gan Qixin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.