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 5BC423C01; Wed, 6 Aug 2025 19:13:55 +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=1754507635; cv=none; b=n/KBTDuqHFDrzPgGOwYJy+tYKHEUcJek+dM0DH+JliHRRvWjltVF+5pSpmuPCfUmWpZA/FkVQBS6zdmC+dFnF9FjEuvWKbJ2sQpn6DFmUKqTSboFAtF0Cxqk4KAInj+LUB51gk61V8QYxnuD+xDtwRrx0w/Dn311rksoeKWyWzg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754507635; c=relaxed/simple; bh=HbH7Kb6Eo2GSd8U2cOPYi9TcSaL7mbK43Ax3qx78gfE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gtk5LXlHQ1MicdM6EQSDZr60/7khY9RVBVVP/m8uKOdHqsO/C419ggpxbinCz6xmnSEx3ZFJJZC3QfeLc1rWhHgoFYKODTDgX3uqSqfWymJqcfjb8Igu+WhyBvYRPsGep9XxnoG9qspKPdeMDO/RCA21BdotYkADd0+1kdxdtGQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=N397vsFl; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="N397vsFl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7AAB3C4CEE7; Wed, 6 Aug 2025 19:13:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1754507635; bh=HbH7Kb6Eo2GSd8U2cOPYi9TcSaL7mbK43Ax3qx78gfE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=N397vsFlJ7oRhyCxAfm3gIvq6iu+P6J1jHjeq8sW6sj/rNMLIMp7anYUJER0cNKV5 f11NcBca8ViJI1WwkT7Clsu8HIo1uqU7hnDTuKRtegfk0UvA9svyNwjRsgFZUCwam4 os+Id/GiY16FD0iOUFDCO8yK0SSoj4P3IgmutJVnCRUzGEsByqCa0qJyTqLXick/TL dle6xunoOyYR76L9Jgju/DkZnkKti+h3My7ECHYV4F3MofpoOddocVgCoJXgxfGs52 g3LVBMLcte42ZZqxHAmZriDhSj/CsySEVDqGoL/lzCcz8ozK72CSBAiDQGwuHGzCYO 7T+N+XlkcZiYg== Date: Wed, 6 Aug 2025 20:13:48 +0100 From: Simon Horman To: Bobby Eshleman Cc: Stefano Garzarella , Shuah Khan , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Stefan Hajnoczi , "Michael S. Tsirkin" , Jason Wang , Xuan Zhuo , Eugenio =?utf-8?B?UMOpcmV6?= , "K. Y. Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Bryan Tan , Vishnu Dasa , Broadcom internal kernel review list , virtualization@lists.linux.dev, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, kvm@vger.kernel.org, linux-hyperv@vger.kernel.org, berrange@redhat.com, Bobby Eshleman Subject: Re: [PATCH RFC net-next v4 00/12] vsock: add namespace support to vhost-vsock Message-ID: <20250806191348.GG61519@horms.kernel.org> References: <20250805-vsock-vmtest-v4-0-059ec51ab111@meta.com> Precedence: bulk X-Mailing-List: kvm@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: On Tue, Aug 05, 2025 at 03:03:37PM -0700, Bobby Eshleman wrote: > On Tue, Aug 05, 2025 at 02:49:08PM -0700, Bobby Eshleman wrote: > > ... > > > > > Thanks again for everyone's help and reviews! > > > > > > Changes in v4: > > - removed RFC tag > > My bad, I didn't notice I still had the rfc tag before sending out with > b4. > > This is ready for review and not really an RFC. All test cases passing, > etc... Ack. But net-next is currently closed for the merge-window. So please don't post non-RFC patches for it until it reopens, around the 11th August.