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 C47451B3927; Sat, 1 Mar 2025 16:32:59 +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=1740846782; cv=none; b=a764HfuQg4SRdR+3x3h/cHFu1d/Wu+OAyNELqv8pCXoGXaVC+tZmTkw38ixsX7gcUVWMFdiE/hUfzdYRPpx5yb//RLqPSoDl08dJa8mC2+dO6lgFY0gIdpwD3Re2XMKD6ungzgzUbv8Rk57uJUR2GPzjuTbladVaDMXB2TS72rU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740846782; c=relaxed/simple; bh=54hW+egiEXB+sL2tiSUc0YgU0BsvzKY+qeJO+swH59s=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kyfYatymjsP7jUklfZXxgOp3FviQ4Ne3qhB9T3/rbxYs124DDOIDq+mPRIuF9eDsXTpRo7ievfI+TFUOzYa/FNeK4w1/cA+tskE5pcFs+R+nvVeYRN/vbRSXhk1+mVR/ic9CfW9EpKUKs1uNi5wwynlA2gytheEn6dltqElrr+g= 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 521GWq0X015260; Sat, 1 Mar 2025 17:32:52 +0100 Date: Sat, 1 Mar 2025 17:32:52 +0100 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Shuah Khan , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] selftests/nolibc: add armthumb configuration Message-ID: <20250301163252.GC13434@1wt.eu> References: <20250301-nolibc-armthumb-v1-0-d1f04abb5f6d@weissschuh.net> Precedence: bulk X-Mailing-List: linux-kselftest@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: <20250301-nolibc-armthumb-v1-0-d1f04abb5f6d@weissschuh.net> User-Agent: Mutt/1.10.1 (2018-07-13) On Sat, Mar 01, 2025 at 12:23:58PM +0100, Thomas Weißschuh wrote: > While nolibc does support ARM Thumb instructions, > that support was not tested specifically. Good idea! In my case (and most likely most users), it actually allows to test the Arm mode, because I think that the majority of Arm cross compilers are configured to produce thumb2 code by default since it's generally faster and quite smaller. Tested-by: Willy Tarreau Willy