Re: PING for Re: bdi: fix use-after-free for dev_name(bdi->dev) v3 (resend)

2020-05-07 Thread Jens Axboe
On 5/7/20 12:27 AM, Christoph Hellwig wrote: > On Mon, May 04, 2020 at 02:47:52PM +0200, Christoph Hellwig wrote: >> Hi Jens, >> >> can you pick up this series? > > ping? Especially as 1-4 fix a kernel crash and should probably be > 5.7 material. I've added 1-4 for 5.7, and the rest for 5.8. --

Re: bdi: fix use-after-free for dev_name(bdi->dev) v3 (resend)

2020-05-07 Thread Ming Lei
On Mon, May 04, 2020 at 02:47:52PM +0200, Christoph Hellwig wrote: > Hi Jens, > > can you pick up this series? > > the first three patches are my take on the proposal from Yufen Yu > to fix the use after free of the device name of the bdi device. > > The rest is vaguely related cleanups. > > Ch

PING for Re: bdi: fix use-after-free for dev_name(bdi->dev) v3 (resend)

2020-05-06 Thread Christoph Hellwig
On Mon, May 04, 2020 at 02:47:52PM +0200, Christoph Hellwig wrote: > Hi Jens, > > can you pick up this series? ping? Especially as 1-4 fix a kernel crash and should probably be 5.7 material.

bdi: fix use-after-free for dev_name(bdi->dev) v3 (resend)

2020-05-04 Thread Christoph Hellwig
Hi Jens, can you pick up this series? the first three patches are my take on the proposal from Yufen Yu to fix the use after free of the device name of the bdi device. The rest is vaguely related cleanups. Changes since v2: - switch vboxsf to a shorter bdi name Changes since v1: - use a stat

Re: bdi: fix use-after-free for dev_name(bdi->dev) v3

2020-04-27 Thread Christoph Hellwig
Jens, can you pick this series up? At least 1-4 are probably usefu for 5.7 and -stable.