From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.formilux.org (mta1.formilux.org [51.159.59.229]) (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 31636330D34 for ; Fri, 22 May 2026 03:41:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=51.159.59.229 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779421310; cv=none; b=MmEyB643XVBgTL3pqbaB5PZ98KQ6EbxaLpd7U6MuO79SZd3BUGOBcZAb8n22vPpbYYtkVcWZRjaVvVJVSoDQ5yvxm93zLfX5Xq9PnRUk5Rks0/GfBtRb6OHeLVhJQkbnPJOD0Lmj8xLqRB8UBd/fAzTOu4bL6gnizok3DokQuLA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779421310; c=relaxed/simple; bh=fGkXKTHzq0NGsmbpU8Qu2BYRiH9aY5OG8G9yabUM+4E=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=euGkbnNENba4zIKBtDoTQ+oKWbTSo26ldM0todup+RrOKfozqUQLVth7oQsDZrOa4xutxlcgslejDVmxmCfggLbBupMTe8L7BusUTA0L/uaPJxy1aRCMHYcouBs4XdBCJyOM43Vf1rfdDyaijsbscRnb9ZcjTw/b/EJZ5o6lWko= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=1wt.eu; spf=pass smtp.mailfrom=1wt.eu; dkim=pass (1024-bit key) header.d=1wt.eu header.i=@1wt.eu header.b=A5sgf7Bu; arc=none smtp.client-ip=51.159.59.229 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=1wt.eu Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=1wt.eu Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=1wt.eu header.i=@1wt.eu header.b="A5sgf7Bu" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1wt.eu; s=mail; t=1779421306; bh=fGkXKTHzq0NGsmbpU8Qu2BYRiH9aY5OG8G9yabUM+4E=; h=From:Message-ID:From; b=A5sgf7BuCf09SlLEqeZGqILOxgjsVXtpt8nbq6B3KGygYB+BasalGbNFmcA0v6I/2 UPNTsf2wF06zgnLqep0mSqZR1jpEltMO6XM1gn/YNkL2CkHU2D6posZxuK8p+X825b qsQ3DXaTMP5+Z46/TxkJ2nvCPXBKp9p7337VV7aM= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by mta1.formilux.org (Postfix) with ESMTP id 0D28CC09A5; Fri, 22 May 2026 05:41:46 +0200 (CEST) Date: Fri, 22 May 2026 05:41:45 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: David Laight , linux-kernel@vger.kernel.org, Daniel Palmer , Jordan Richards Subject: Re: [PATCH 0/3] tools/nolibc: add support for ftruncate() Message-ID: References: <20260521-nolibc-ftruncate-v1-0-5384a83b2402@weissschuh.net> 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20260521-nolibc-ftruncate-v1-0-5384a83b2402@weissschuh.net> Hi Thomas! On Thu, May 21, 2026 at 07:31:01PM +0200, Thomas Weißschuh wrote: > Signed-off-by: Thomas Weißschuh Looks good, thanks for putting all this work together. Acked-by: Willy Tarreau willy