From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 703CD335BA; Tue, 4 Mar 2025 08:11:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=163.172.96.212 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741075882; cv=none; b=KV05oZHyVrkGfFfZl11uVngE/ATnLzdRYb2NAa/IXOrgTkC9U2S0iOp8uLfGKunmTDFf4JwA8p9BJOOTkLn3bmU3VZTya+sl0IqX2eYYjf34MhM5M05cVHy8DYGsvRQW9/7u5AZqnviiTJe8XFUe82QYAURa0rYJH+hR84Jmw1k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741075882; c=relaxed/simple; bh=89jkUgpeqDYWAZ0jzFSZY8g31zXqi8Gs1z0TqtkcEcw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tEjcIKxz49PZUx5qSz5H0sPKQSmYwm5jD3RXuz7A4yKUnQAinvaoB6EL58UGCUfCpwK/a7UF7hJ1fKPJ4KzNFQJVp9X5rACBi3/qTSq/suIX/yjBz7rPugvEa5V+5AE25BxWziYAwCzKpyStbvG5gCE5tyYSIT1uYrNclUcmnyU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=1wt.eu; spf=pass smtp.mailfrom=1wt.eu; arc=none smtp.client-ip=163.172.96.212 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=1wt.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=1wt.eu Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 5248BGuk010257; Tue, 4 Mar 2025 09:11:16 +0100 Date: Tue, 4 Mar 2025 09:11:16 +0100 From: Willy Tarreau To: Louis Taylor Cc: Thomas =?iso-8859-1?Q?Wei=DFschuh?= , Shuah Khan , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH v2 1/5] tools/nolibc: add support for openat(2) Message-ID: <20250304081116.GG9911@1wt.eu> References: <20250304075846.66563-1-louis@kragniz.eu> Precedence: bulk X-Mailing-List: linux-kernel@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: <20250304075846.66563-1-louis@kragniz.eu> User-Agent: Mutt/1.10.1 (2018-07-13) Hi Louis, On Tue, Mar 04, 2025 at 07:58:15AM +0000, Louis Taylor wrote: > openat is useful to avoid needing to construct relative paths, so expose > a wrapper for using it directly. Reviewed the whole series, no comments from me. Let's wait for Thomas to double-check but for me it's OK: Acked-by: Willy Tarreau Thomas, since you already have plenty of changes in queue, do you mind if I let you pick this series ? Thanks! Willy