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 B565453385 for ; Fri, 8 Mar 2024 09:49:52 +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=1709891394; cv=none; b=NFLgDsflzWDDNiXO2WqQHxS8RL0NTo+Sz3Zwv7N4JLbNcc58gNGT3gPTqBQKCvchRQv9SXFikwYznOC5y/1XvYO88MANFoXQHQiUnrBwbMYbvlsJPCrFYAYWJGUv8fvtSQO1W0MkCUVUJGYFLJctmQ9B44+9ynboxCpxpTDaUMs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709891394; c=relaxed/simple; bh=7l+AMFzNffMVTk+sXjw/RHmNXP0SSNceFN8eFyJGqsg=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=bZLT1bci3II3ExeAMn1oczbYEzFnZ5ofOpJjBTilXUfDecG7KpTZwPXBota+AycGg403SJgsJXAZGrKnkrcXyNzz2Th93pqkcEybEJmuxxgd9DCpuqmAxcUAC6aRTg5SIJMXhoyhhVfSYamyQT+4PTyr70ADPlST0R9fYcCmO5w= 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=FvAl0G4j; 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="FvAl0G4j" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=FhbaVAto9Ar2UEiO5g4yijLjl3R/QmbaLJPfm2kIhvY=; b=FvAl0G4j/t2zBpGzKgK4ZdYK/y ts0H+ucic2hNzAOrEhFDVnDzOWhjUUGCAyTItVZBjpisOA48WnB6ZxpmdxBODJdEZJ+9Fn1nJXYEH CrqI/Md6H1F+Wbk0tSpJTH0O3tce6teVlzX7koB/WvDGLX+u3FWUBaO0qa5G6P3fwWfZNKrZbEPOh xiwbGPP16rjqiYxSZZK7diZvdYl4ZdTGOvVCbDvFb5/SlLWr/YXkWa+75pFPIKPXYrDj+19VGS9Q5 TPGTtsMm9Ejn3tT63I2OgFyA+qndWzHAJtnF5PpOyYRlZXvB8Db5H/O01wVReuDt9vnP/+DfTS9zV h162J23Q==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1riWrP-00000008dHY-3Aow; Fri, 08 Mar 2024 09:49:51 +0000 From: Luis Chamberlain To: kdevops@lists.linux.dev Cc: dave@stgolabs.net, a.manzanares@samsung.com, fan.ni@samsung.com, jim.harris@samsung.com, Luis Chamberlain Subject: [PATCH 0/2] guestfs: minor fixes Date: Fri, 8 Mar 2024 01:49:48 -0800 Message-ID: <20240308094951.2057614-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.44.0 Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain Two more minor fixes for guestfs. Luis Chamberlain (2): systemd-remote-journal: fix bridge ip for guestsfs guestfs: wait for connections early kconfigs/Kconfig.ansible_provisioning | 3 ++- kconfigs/Kconfig.guestfs | 6 ++++++ scripts/guestfs.Makefile | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) -- 2.43.0