From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2337B37F8A2; Wed, 8 Apr 2026 19:44:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775677482; cv=none; b=RhuX42v2bQDNJD7U+8DpF4vd8/5EHhIGbfYxv6SgB3gvfNnqCTd8K+DBT6TDcK7XP0nyDF2MHfTQTWOHB456QPP2HmY9gGWkomUPSKMS7FzvgXnBqAc6HsNvQpKtglvAGU0uzJ82tBWkU8yz8EB1B2idWPVbvLUVgqd+ofuamOE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775677482; c=relaxed/simple; bh=JUpYxGyPQlp1KuwkrQ6xDUZhhBN+S9yq6i/Oyj1j8Jk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JjM0lZHZNML4wSR8XPTHkErM2NbmzcQ0H7RoFSxesrvQ2lMGycKDmsdWu9LAAhRXdxByZWs7I0mYxgKHGoLM0OgUUN1+nqc8qiMsvk4N714WWLI2/viRHT3MbVpCmR7RxhXFbsz7i/rud4oLc1kIjwHazr7N7NJna8mv2yxM7Ec= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=svifh28n; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="svifh28n" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2C2A1C19421; Wed, 8 Apr 2026 19:44:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1775677481; bh=JUpYxGyPQlp1KuwkrQ6xDUZhhBN+S9yq6i/Oyj1j8Jk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=svifh28n3dFWyH9j6BCiTGtC16JR6vEZz0+zCIKy98bPVfQMagqzgaz7JMi5aqGP7 u1lodhiu0T4ESe9NuP5uPLyrKILloLrrINEIEL3U5RpQhSX3oHGGOw1jDjWWJgXR4v +Tc7+aMpZ6Qgo3Jz5VV28mmgYFihB1badrx4f0PI= Date: Wed, 8 Apr 2026 21:44:13 +0200 From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: patches@lists.linux.dev, Jason Gunthorpe , Kevin Tian , Alex Williamson , Axel Rasmussen , Tugrul Kukul , Florian Fainelli , "Pavel Machek (CIP)" , Ron Economos , "Justin M. Forbes" , Mark Brown , Conor Dooley , Jon Hunter , Shuah Khan , Peter Schneider , Alex Williamson , Sasha Levin Subject: Re: [PATCH 6.6 111/160] vfio: Create vfio_fs_type with inode per device Message-ID: <2026040839-around-uplifting-b023@gregkh> References: <20260408175913.177092714@linuxfoundation.org> <20260408175917.326372651@linuxfoundation.org> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260408175917.326372651@linuxfoundation.org> On Wed, Apr 08, 2026 at 08:03:18PM +0200, Greg Kroah-Hartman wrote: > 6.6-stable review patch. If anyone has any objections, please let me know. > > ------------------ > > From: Alex Williamson > > commit b7c5e64fecfa88764791679cca4786ac65de739e upstream. > > By linking all the device fds we provide to userspace to an > address space through a new pseudo fs, we can use tools like > unmap_mapping_range() to zap all vmas associated with a device. > > Suggested-by: Jason Gunthorpe > Reviewed-by: Jason Gunthorpe > Reviewed-by: Kevin Tian > Link: https://lore.kernel.org/r/20240530045236.1005864-2-alex.williamson@redhat.com > Signed-off-by: Alex Williamson > Signed-off-by: Axel Rasmussen > Signed-off-by: Tugrul Kukul > Tested-by: Florian Fainelli > Tested-by: Pavel Machek (CIP) > Tested-by: Ron Economos > Tested-by: Justin M. Forbes > Tested-by: Mark Brown > Tested-by: Conor Dooley > Tested-by: Jon Hunter > Tested-by: Shuah Khan > Tested-by: Peter Schneider > Reviewed-by: Alex Williamson > Acked-by: Alex Williamson > Signed-off-by: Sasha Levin Sasha, something went odd with your scripts to pull all of these names in as "tested-by", right? The original commit did not say that :( thanks, greg k-h