qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 0/1] RDMA queue
@ 2020-05-02 19:18 Marcel Apfelbaum
  2020-05-02 19:18 ` [Qemu-devel] [PULL 1/1] hw/rdma: Destroy list mutex when list is destroyed Marcel Apfelbaum
  2020-05-03 14:03 ` [Qemu-devel] [PULL 0/1] RDMA queue Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Marcel Apfelbaum @ 2020-05-02 19:18 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: yuval.shaia.ml

The following changes since commit 1c47613588ccff44422d4bdeea0dc36a0a308ec7:

  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2020-04-30 19:25:41 +0100)

are available in the Git repository at:

  https://github.com/marcel-apf/qemu tags/rdma-pull-request

for you to fetch changes up to a5cde048e865da81fdc9077f3af28a43bff78d35:

  hw/rdma: Destroy list mutex when list is destroyed (2020-05-02 21:31:17 +0300)

----------------------------------------------------------------
RDMA queue

* hw/rdma: Destroy list mutex when list is destroyed

----------------------------------------------------------------
Yuval Shaia (1):
      hw/rdma: Destroy list mutex when list is destroyed

 hw/rdma/rdma_utils.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.2



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

* [Qemu-devel] [PULL 1/1] hw/rdma: Destroy list mutex when list is destroyed
  2020-05-02 19:18 [Qemu-devel] [PULL 0/1] RDMA queue Marcel Apfelbaum
@ 2020-05-02 19:18 ` Marcel Apfelbaum
  2020-05-03 14:03 ` [Qemu-devel] [PULL 0/1] RDMA queue Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel Apfelbaum @ 2020-05-02 19:18 UTC (permalink / raw)
  To: qemu-devel, peter.maydell; +Cc: yuval.shaia.ml

From: Yuval Shaia <yuval.shaia.ml@gmail.com>

List mutex should be destroyed when gs list gets destroyed.

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Yuval Shaia <yuval.shaia.ml@gmail.com>
Message-Id: <20200413085738.11145-1-yuval.shaia.ml@gmail.com>
Reviewed-by: Marcel Apfelbaum<marcel.apfelbaum@gmail.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
---
 hw/rdma/rdma_utils.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/rdma/rdma_utils.c b/hw/rdma/rdma_utils.c
index 73f279104c..698ed4716c 100644
--- a/hw/rdma/rdma_utils.c
+++ b/hw/rdma/rdma_utils.c
@@ -100,6 +100,7 @@ void rdma_protected_gslist_destroy(RdmaProtectedGSList *list)
 {
     if (list->list) {
         g_slist_free(list->list);
+        qemu_mutex_destroy(&list->lock);
         list->list = NULL;
     }
 }
-- 
2.17.2



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

* Re: [Qemu-devel] [PULL 0/1] RDMA queue
  2020-05-02 19:18 [Qemu-devel] [PULL 0/1] RDMA queue Marcel Apfelbaum
  2020-05-02 19:18 ` [Qemu-devel] [PULL 1/1] hw/rdma: Destroy list mutex when list is destroyed Marcel Apfelbaum
@ 2020-05-03 14:03 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2020-05-03 14:03 UTC (permalink / raw)
  To: Marcel Apfelbaum; +Cc: QEMU Developers, Yuval Shaia

On Sat, 2 May 2020 at 20:18, Marcel Apfelbaum
<marcel.apfelbaum@gmail.com> wrote:
>
> The following changes since commit 1c47613588ccff44422d4bdeea0dc36a0a308ec7:
>
>   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2020-04-30 19:25:41 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/marcel-apf/qemu tags/rdma-pull-request
>
> for you to fetch changes up to a5cde048e865da81fdc9077f3af28a43bff78d35:
>
>   hw/rdma: Destroy list mutex when list is destroyed (2020-05-02 21:31:17 +0300)
>
> ----------------------------------------------------------------
> RDMA queue
>
> * hw/rdma: Destroy list mutex when list is destroyed
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM


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

end of thread, other threads:[~2020-05-03 14:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-02 19:18 [Qemu-devel] [PULL 0/1] RDMA queue Marcel Apfelbaum
2020-05-02 19:18 ` [Qemu-devel] [PULL 1/1] hw/rdma: Destroy list mutex when list is destroyed Marcel Apfelbaum
2020-05-03 14:03 ` [Qemu-devel] [PULL 0/1] RDMA queue Peter Maydell

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