From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 AFF26535BD for ; Fri, 8 Mar 2024 09:56:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709891779; cv=none; b=SG1dnNq/hm8JIxFcRQIHYQN3ckfVSSCWVghcobfchu1Cs2hbOuZHgC6UYs3JUaf94yghBK5a+riJmx2tAkIxLFGS5iQXBwDE8ae7QwoCCmgpqxQQh/+tX9HmzEEVgoeducSghzhRMZb4/W3D0vp0iiAUE5xAjWtAXG56M2AJgfY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709891779; c=relaxed/simple; bh=KRSFswf0JOKdYGRHyzAxPle6+3kbX3P019JLA2tzLPQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Z+3UQHThZyIKFGJyLHetgaxYDTmdy4hFaCOYRVSvBBkN+ERJ2mIgI98J9kERpMMr6Hcd5yYohOMUI0BtRTjH4UUeagKmvbXzmrpV1lL0HTyT8pHGVNu/6QBSJtAwZ/L2vvrFix3XfN0SKkuN4sFQJ52XJRxdV6gHn9rj6bi4gZQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=2324uOOv; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="2324uOOv" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=rblvistbmzPGNVAICO4dywA8OWA3m6DLRJGLsF0Q1s4=; b=2324uOOvCvPoJYKPNZ9ywHRDaw rwoPn6RsGwto9fTkj7y6h8LxNRR7+vuoz4H5Ufgt69kKAgozKj5jap95d/tQRkMfSO6NFYdfZD4kl zEMCfYQ4Y27c3Xb1cyGrneqGBKHeb6BEVlEewquT2RegnhzAbebJNB1cop8xyFKD83o4r3whOBMd0 DnVyk89t6O9KrJ9J/35Z03/IMjpBqd+mDg4Dd5EKUVo9cMbZoESuPxxMulAAs9VsEEI7PmIcYHGPz cYCaUFIXXb3UlnDS/r/V6SBUJspS2v1dWJdII4mDpt7EeQ5MLiDWBDZ5fGv5+fhqFyRVO7u3tIWVN /SfBtPoQ==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1riWxd-00000008eh6-3T3y; Fri, 08 Mar 2024 09:56:17 +0000 Date: Fri, 8 Mar 2024 01:56:17 -0800 From: Luis Chamberlain To: kdevops@lists.linux.dev Cc: dave@stgolabs.net, a.manzanares@samsung.com, fan.ni@samsung.com, jim.harris@samsung.com Subject: Re: [PATCH 0/2] guestfs: minor fixes Message-ID: References: <20240308094951.2057614-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240308094951.2057614-1-mcgrof@kernel.org> Sender: Luis Chamberlain On Fri, Mar 08, 2024 at 01:49:48AM -0800, Luis Chamberlain wrote: > Two more minor fixes for guestfs. Pushed. Luis