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 029A61CA84; Sat, 1 Mar 2025 15:30:43 +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=1740843046; cv=none; b=t3uo9rVqnvRehnOdXLvmIyeA1sOp9o7JMYSDgC4fmyvBcmxV7jXrpRNYWn9UrgNAugO9w4fNjKO4T9IH7PxIlf59Iq0BC+5hzLRRaZR873HVYfFeL3gMThK+b6476dT7u/auq2FYC+xixnreH/HbfnV3/+pXJD3oRKzGF9cDkE0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740843046; c=relaxed/simple; bh=h0GB2+x0stPbXJCozdNGzjv39gFxdFrlUaiF6QxHjz8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Z6b0LsghiFZxIIjNGH/VWRWZTPFlWf/aBS6pzI4RK5r/PIp1rYBt55hWNDDiEmMG47++aEJJYv2KoH/jjV3haEXw6RZ+7i879sDdxAaEZOBhGF/JrMirDStrDO+7Gdc2QtgruFMayJgyzqhAd+sJNN5QkeJU9AF+TWGzkXEOQ/M= 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 521BUpqu019047; Sat, 1 Mar 2025 12:30:51 +0100 Date: Sat, 1 Mar 2025 12:30:51 +0100 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Kees Cook , Eric Biederman , Shuah Khan , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt , Andy Lutomirski , Thomas Gleixner , Vincenzo Frascino , Thomas =?iso-8859-1?Q?Wei=DFschuh?= , "Jason A. Donenfeld" , Christophe Leroy , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, llvm@lists.linux.dev Subject: Re: [PATCH v2 09/16] tools/nolibc: add limits.h shim header Message-ID: <20250301113051.GC18621@1wt.eu> References: <20250226-parse_vdso-nolibc-v2-0-28e14e031ed8@linutronix.de> <20250226-parse_vdso-nolibc-v2-9-28e14e031ed8@linutronix.de> 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: <20250226-parse_vdso-nolibc-v2-9-28e14e031ed8@linutronix.de> User-Agent: Mutt/1.10.1 (2018-07-13) On Wed, Feb 26, 2025 at 12:44:48PM +0100, Thomas Weißschuh wrote: > limits.h is a widely used standard header. > Missing it from nolibc requires adoption effort to port applications. > > Add a shim header which includes the global nolibc.h header. > It makes all nolibc symbols available. > > Signed-off-by: Thomas Weißschuh Works fine here. Pick any combination you'd like of those below ;-) Acked-by: Willy Tarreau Tested-by: Willy Tarreau Thanks! Willy