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 7D9E81C3BF7 for ; Tue, 7 Apr 2026 07:20:09 +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=1775546411; cv=none; b=kPi7YHvl4V0GsuizLfHMmWRrPj1aj9Hy1WIIe4Q4AebNEHaCpOnJ9sFglcnXp+ReaIertYmPC4y4RqYWzw0pxlru8qS/C9xiMPnAzlroLo48jwABqjwNnTmvOBfCPESNg0TkWXVuXwrCU3m4jJKQsFjWnLv9T+NM+Ydy3dXbPtA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775546411; c=relaxed/simple; bh=/CKSVjqiNvcXZCgQGZz98NbvD05Z3TBsqFoa0ycP1zc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gnLE9Qo9yUtT5pdEbelV4yARWugpFdcBZ4e8FK5boghMlVFNq7kjh3nQs9l6HQjtwpkfvdMlRvEPYoA6RNmFfKtFB/lUPhsmZ2BgEj4CaxNAu8DSiGtckIe2tnUPg6+8rGw4hBfyMCPV3XqOAKaupAKAPRY2ZI/FfLHcp2DOcuc= 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=BeqMw4Hw; 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="BeqMw4Hw" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1wt.eu; s=mail; t=1775546408; bh=q5jcrsDrUV1tW1DIttYdMmLGIiVxHQgH6oSp+t+Fz0w=; h=From:Message-ID:From; b=BeqMw4Hwt9P0XqLkL5Ef76XTUux7mAiUHMV6dRAMMeUlMWZaAqZu4To6GkvzXjQpD c0U6qJjMQpqGxa9ebeH7nQwZ7p9Kd3fifRzVKE9RaFa5J4tfc4yDMv+THp+U+9BOS5 oHOIcuj2qxX2EAaQeVgHa1PxPBgbaAPxQhh+/2n4= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by mta1.formilux.org (Postfix) with ESMTP id 061F6C0A92; Tue, 07 Apr 2026 09:20:08 +0200 (CEST) Date: Tue, 7 Apr 2026 09:20:07 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] tools/nolibc: add byteorder conversions Message-ID: References: <20260405-nolibc-bswap-v1-1-f7699ca9cee0@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: <20260405-nolibc-bswap-v1-1-f7699ca9cee0@weissschuh.net> On Sun, Apr 05, 2026 at 05:31:05PM +0200, Thomas Weißschuh wrote: > Add some standard functions to convert between different byte orders. > Conveniently the UAPI headers provide all the necessary functionality. > > Signed-off-by: Thomas Weißschuh Nice, pretty ocnvenient indeed! Acked-by: Willy Tarreau thanks, Willy