mbox series

[BUGFIX,0/2] block, bfq: fix two memory leaks related to cgroups

Message ID 20180109091727.5262-1-paolo.valente@linaro.org
Headers show
Series block, bfq: fix two memory leaks related to cgroups | expand

Message

Paolo Valente Jan. 9, 2018, 9:17 a.m. UTC
Hi Jens,
these two patches fix two related memory leaks, the first reported in
[1], and the second found by ourselves while fixing the first.

Thanks,
Paolo

[1] https://www.mail-archive.com/linux-block@vger.kernel.org/msg16258.html

Paolo Valente (2):
  block, bfq: put async queues for root bfq groups too
  bfq-sq, bfq-mq: release oom-queue ref to root group on exit

 block/bfq-cgroup.c  | 7 +++++--
 block/bfq-iosched.c | 3 +++
 2 files changed, 8 insertions(+), 2 deletions(-)

--
2.15.1

Comments

Jens Axboe Jan. 9, 2018, 3:41 p.m. UTC | #1
On Tue, Jan 09 2018, Paolo Valente wrote:
> Hi Jens,

> these two patches fix two related memory leaks, the first reported in

> [1], and the second found by ourselves while fixing the first.


Thanks, applied for 4.16, thanks.

-- 
Jens Axboe