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 D83F772631 for ; Sun, 22 Mar 2026 08:40:15 +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=1774168818; cv=none; b=FfF4xeGWLfJYjy7v1rNclO3KvSrDeEVKd+Mq3ucJ2mcDnNOFYw4/WIAebqf7PLHnyu83wh9LeGiBp0qldbhFAou8r1go+JPSlsBGy7PL/l8VCVvYQgFwMxVcLsYvJakqV59BwWcsRBn210J0VszuGahGjeViuIwDCqb+DLqjZ2s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774168818; c=relaxed/simple; bh=2YV5tnCf6yYnEyVE3n/6NijdoFlZhj4n45MU6bz5vBw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=prH/yg2goHYttNqU3qycpuBIpN4fb22YeORujUjiCptG4HNgM9+BgG8/xEZFEgxXtnkqnzke8/zb1higyhVch48P30NdnzyTXQCkyyBFogJnHEfXyxqpWOcTP78eb6GUNsdwXWXO94rfAZyfPoHjPYo5owqTwHDT2vkythbXJyY= 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=jjd8ALG6; 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="jjd8ALG6" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1wt.eu; s=mail; t=1774168813; bh=xKOIxTKH9DL2tCrmT3M5PyQMyNm+bXAZAop96tn0ZuA=; h=From:Message-ID:From; b=jjd8ALG65oFkaUXMdv/jJu4InLrc1ydz2mazNwlSYqYGnOyZJrrpFLbHUSSdxLg6F 5DlAte58GTwqzzHNbC8HxTmwdZBdDgSZ+F3ahbkh/sEnMcbX0Dp5LuD39fm6NK8LtI V+iV4v+28E0fwIsZjK3GNL4Qj+DWBI889FX0NslA= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by mta1.formilux.org (Postfix) with ESMTP id BFD72C0A63; Sun, 22 Mar 2026 09:40:13 +0100 (CET) Date: Sun, 22 Mar 2026 09:40:13 +0100 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] tools/nolibc: avoid -Wundef warnings Message-ID: References: <20260318-nolibc-wundef-v1-0-fcb7f9ac7298@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: <20260318-nolibc-wundef-v1-0-fcb7f9ac7298@weissschuh.net> On Wed, Mar 18, 2026 at 05:12:41PM +0100, Thomas Weißschuh wrote: > Make sure nolibc does not trigger -Wundef warnings. > > Signed-off-by: Thomas Weißschuh Yeah I think it's fairly reasonable like this. For the whole series: Acked-by: Willy Tarreau Thanks! Willy