From patchwork Sat Mar 1 11:23:58 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Patchwork-Id: 13997468 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) (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 31FE01A5B97; Sat, 1 Mar 2025 11:24:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.126.157 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740828259; cv=none; b=eaZubA81M2XWvqgWAF6vuROdHEtrwrylVWQSi67y+trB3alP1ed14mqZhMa6DTtedjMXqSgW3QcgGNB/4IjBxhD6/zeoyEMzaA6J45lRVvPCW6ME/g589VuN05fOpsOYVT4MfiaiDnRcBRCpGsVEV+NwSOAY+c2947wM53+Uv7s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740828259; c=relaxed/simple; bh=gd26XQ8ONI1ozrwUhB1nJA3aNf9fIixlqpS31qTvRY4=; h=From:Subject:Date:Message-Id:MIME-Version:Content-Type:To:Cc; b=AD1Kluvup7KTaX2vfgka6dg0UHe8OyK8mNuLeKPivSVFSyWZUbQmpElr5XU8QVEevX05VKGESDFWA8JdIx5F4aqSDH4IkDsQZTAVYe1JEh8VaZfB2cvGv0/PTkJG1e0lYKtE4h+7+NfYH8TsMJJ5WW6MhjnVt/E3N+ZA0/YnG38= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net; spf=pass smtp.mailfrom=weissschuh.net; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b=ViO9aZVZ; arc=none smtp.client-ip=159.69.126.157 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b="ViO9aZVZ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1740828247; bh=gd26XQ8ONI1ozrwUhB1nJA3aNf9fIixlqpS31qTvRY4=; h=From:Subject:Date:To:Cc:From; b=ViO9aZVZN/HBAD9u1u3kyjs8g8my/0+z/lGPFKrQoGNAYiIbFc63g4Ia6FZSFhX7E wCkSBWx4dwFcGfvTA4ey9MI9RYJjToIv9uz4ZT3I+NB/L0vqJHtKWaa1FkiP3pCSAJ 7PuBA2lK2bILFPzUAKO+pT6ua03twCu1ynYYcxF0= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Subject: [PATCH 0/2] selftests/nolibc: add armthumb configuration Date: Sat, 01 Mar 2025 12:23:58 +0100 Message-Id: <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 X-B4-Tracking: v=1; b=H4sIAE7uwmcC/6tWKk4tykwtVrJSqFYqSi3LLM7MzwNyDHUUlJIzE vPSU3UzU4B8JSMDI1MDIyML3bz8nMykZN3EotySjNLcJF1jcyNLM2NDEwMjM3MloK6CotS0zAq widGxtbUApxq+EmEAAAA= X-Change-ID: 20250228-nolibc-armthumb-372963140267 To: Willy Tarreau , Shuah Khan Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Mailer: b4 0.14.2 X-Developer-Signature: v=1; a=ed25519-sha256; t=1740828247; l=628; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=gd26XQ8ONI1ozrwUhB1nJA3aNf9fIixlqpS31qTvRY4=; b=SPI0X4PDT3YzeTs1/FN/NnexmNmTXks71zRe19VmgnNvRkXhl27kg3cDBdVWyMzELkftyOAnA jTL4k4dryCLArmOoNW1t3hujk49CSEfo4ZqtKwg2D6yEi7ImflQtQRI X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= While nolibc does support ARM Thumb instructions, that support was not tested specifically. Signed-off-by: Thomas Weißschuh Tested-by: Willy Tarreau --- Thomas Weißschuh (2): selftests/nolibc: explicitly enable ARM mode selftests/nolibc: add armthumb configuration tools/testing/selftests/nolibc/Makefile | 7 +++++++ tools/testing/selftests/nolibc/run-tests.sh | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) --- base-commit: 3bd53b2fa57d9472d3af63b3f4d26023ba07b579 change-id: 20250228-nolibc-armthumb-372963140267 Best regards,