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 A962229DB6E for ; Sun, 12 Apr 2026 09:14:32 +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=1775985273; cv=none; b=RzYvqP7FPmwPCvpm/qmJP3U6DS0Ueyrbk0/cuEZCIeSc3VbPeqSJWq5ByXBtVXgvL1lIujOjy59av7PDEwP4tSsJfDgE+a4FVVAxQHC63qs9dNv7MK6Kn+v+ZQseDrFxGybr80kz3wga7teHKvvecyFbS1qhl0JR9SiCfSbD/Ac= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775985273; c=relaxed/simple; bh=B0AU+udrImyGdb7GmKGyIurp4G2LCZDhAyD8JAMxJhg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=D+sk177JvXinoAJwc+XRi8oSDoxLTR5J2+xtok9F0u8qrD49L1Jdp0z4OPemJn/J+5Udxhukw1KV56Aseztl7YPXKYTfrByCFMkizZuZscjgchbWItTVH7cK/7VHgjHZF+v/E+e1FaeX120TwTtdupSKYCmWNx4CkhR75sFF99I= 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=BnVUnozz; 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="BnVUnozz" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1wt.eu; s=mail; t=1775985271; bh=/gLc9YSvqWZYNPleaWP2OlNF9zsSVQglusI/eOsEd0A=; h=From:Message-ID:From; b=BnVUnozzxp8jgu+3zH1qtrVN/YbT0hLGsdNWBmpL6AxoJhIABtFCHx75HTO23Vqy3 Bk8R2mhKXDKFOtaB0Xe/JeJg7MYXfq98atZV2npr2BZVyIer+4Upa3OZOB/YKWImoo Feu2Hp/C2+FaSuzDPQesYO2Qh3uuvKaj3x5dqPvw= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by mta1.formilux.org (Postfix) with ESMTP id 06B00C0AE5; Sun, 12 Apr 2026 11:14:31 +0200 (CEST) Date: Sun, 12 Apr 2026 11:14:30 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] tools/nolibc: add assert() and assert.h Message-ID: References: <20260409-nolibc-assert-v1-1-42da8b367e23@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: <20260409-nolibc-assert-v1-1-42da8b367e23@weissschuh.net> On Thu, Apr 09, 2026 at 06:22:08PM +0200, Thomas Weißschuh wrote: > Add the standard assert() macro from the assert.h header. > > Signed-off-by: Thomas Weißschuh Looks good! Acked-by: Willy Tarreau Thanks, willy