Re: [PATCH] mmc: block: Fix memory leak in blk-mq when cleaning up

2019-05-06 Thread Adrian Hunter
On 4/05/19 2:35 AM, Douglas Anderson wrote: > If I run the following on rk3288-veyron-minnie (a 2GB machine) > > cd /sys/bus/platform/drivers/dwmmc_rockchip > for i in $(seq 1 3000); do > echo "" $i > echo ff0f.dwmmc > unbind > sleep .5 > echo ff0f00

Re: [PATCH] mmc: block: Fix memory leak in blk-mq when cleaning up

2019-05-04 Thread Linus Walleij
On Sat, May 4, 2019 at 1:35 AM Douglas Anderson wrote: > If I run the following on rk3288-veyron-minnie (a 2GB machine) > > cd /sys/bus/platform/drivers/dwmmc_rockchip > for i in $(seq 1 3000); do > echo "" $i > echo ff0f.dwmmc > unbind > sleep .5 >

Re: [PATCH] mmc: block: Fix memory leak in blk-mq when cleaning up

2019-05-03 Thread Guenter Roeck
On Fri, May 3, 2019 at 4:35 PM Douglas Anderson wrote: > > If I run the following on rk3288-veyron-minnie (a 2GB machine) > > cd /sys/bus/platform/drivers/dwmmc_rockchip > for i in $(seq 1 3000); do > echo "" $i > echo ff0f.dwmmc > unbind > sleep .5 >

Re: [PATCH] mmc: block: Fix memory leak in blk-mq when cleaning up

2019-05-03 Thread Matthias Kaehlcke
On Fri, May 03, 2019 at 04:35:26PM -0700, Douglas Anderson wrote: > If I run the following on rk3288-veyron-minnie (a 2GB machine) > > cd /sys/bus/platform/drivers/dwmmc_rockchip > for i in $(seq 1 3000); do > echo "" $i > echo ff0f.dwmmc > unbind > slee

[PATCH] mmc: block: Fix memory leak in blk-mq when cleaning up

2019-05-03 Thread Douglas Anderson
If I run the following on rk3288-veyron-minnie (a 2GB machine) cd /sys/bus/platform/drivers/dwmmc_rockchip for i in $(seq 1 3000); do echo "" $i echo ff0f.dwmmc > unbind sleep .5 echo ff0f.dwmmc > bind while true; do if [ -e /dev/mmcblk