Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1226596

[PATCH 0/2] Fix memory leaks in virtio & remoteproc cores

From Suman Anna <s-anna@ti.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Fix memory leaks in virtio & remoteproc cores
Date 2015-09-17 02:30 +0200
Message-ID <q9vfk-3Em-7@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

The following patches fix couple of memory leaks in the virtio and
remoteproc cores when using these as modules, and going through a
cycle of insmod and rmmod with at least a device registered with
the corresponding cores in between. I ran into this on our downstream
product kernels on both 3.14 and 4.1 based kernels, and should apply
to the latest kernel as well.

Patches can be picked up independently through the respective trees.

regards
Suman

Suman Anna (2):
  virtio: fix memory leak of virtio ida cache layers
  remoteproc: fix memory leak of remoteproc ida cache layers

 drivers/remoteproc/remoteproc_core.c | 2 ++
 drivers/virtio/virtio.c              | 1 +
 2 files changed, 3 insertions(+)

-- 
2.5.0

--
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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Fix memory leaks in virtio & remoteproc cores Suman Anna <s-anna@ti.com> - 2015-09-17 02:30 +0200
  [PATCH 2/2] remoteproc: fix memory leak of remoteproc ida cache layers Suman Anna <s-anna@ti.com> - 2015-09-17 02:30 +0200
  [PATCH 1/2] virtio: fix memory leak of virtio ida cache layers Suman Anna <s-anna@ti.com> - 2015-09-17 02:30 +0200
    DEFINE_IDA causing memory leaks? (was  Re: [PATCH 1/2] virtio: fix  memory leak of virtio ida cache layers) "Michael S. Tsirkin" <mst@redhat.com> - 2015-09-17 07:40 +0200
      Re: DEFINE_IDA causing memory leaks? (was Re: [PATCH 1/2] virtio: fix  memory leak of virtio ida cache layers) Hannes Reinecke <hare@suse.de> - 2015-09-17 09:00 +0200
        Re: DEFINE_IDA causing memory leaks? (was Re: [PATCH 1/2] virtio: fix  memory leak of virtio ida cache layers) Suman Anna <s-anna@ti.com> - 2015-09-18 00:40 +0200
      Re: DEFINE_IDA causing memory leaks? (was  Re: [PATCH 1/2] virtio:  fix memory leak of virtio ida cache layers) James Bottomley <James.Bottomley@HansenPartnership.com> - 2015-09-17 16:20 +0200
        Re: DEFINE_IDA causing memory leaks? (was  Re: [PATCH 1/2] virtio:  fix memory leak of virtio ida cache layers) Tejun Heo <htejun@gmail.com> - 2015-09-17 17:20 +0200
        Re: DEFINE_IDA causing memory leaks? (was  Re: [PATCH 1/2] virtio:  fix memory leak of virtio ida cache layers) "Michael S. Tsirkin" <mst@redhat.com> - 2015-09-17 18:10 +0200
          Re: DEFINE_IDA causing memory leaks? (was  Re: [PATCH 1/2] virtio:  fix memory leak of virtio ida cache layers) James Bottomley <James.Bottomley@HansenPartnership.com> - 2015-09-17 18:50 +0200
            Re: DEFINE_IDA causing memory leaks? (was  Re: [PATCH 1/2] virtio:  fix memory leak of virtio ida cache layers) Tejun Heo <htejun@gmail.com> - 2015-09-17 19:20 +0200
              Re: DEFINE_IDA causing memory leaks? (was  Re: [PATCH 1/2] virtio:  fix memory leak of virtio ida cache layers) James Bottomley <James.Bottomley@HansenPartnership.com> - 2015-09-17 20:00 +0200
                Re: DEFINE_IDA causing memory leaks? (was  Re: [PATCH 1/2] virtio:  fix memory leak of virtio ida cache layers) Tejun Heo <htejun@gmail.com> - 2015-09-17 20:10 +0200

csiph-web