Re: [git pull] a couple of fixes

From: Linus Torvalds
Date: Wed May 18 2022 - 20:07:40 EST


On Wed, May 18, 2022 at 6:43 AM Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
>
> vhost race fix + percpu_ref_init-caused cgroup double-free fix
> (the latter had manifested as buggered struct mount refcounting -
> those are also using percpu data structures, but anything that does
> percpu allocations could be hit)

Pulled.

I do note that you are one of the remaining people not using signed
tags. Not the only one, but _almost_. I've cajoled almost everybody
else to use them...

Linus