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 259F534BA20 for ; Fri, 1 May 2026 07:57:42 +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=1777622266; cv=none; b=tTLDaTOuxM06+hVCTfvdQtjT0dMZw7JdbIPTLgyXAK0DZavyEog2+eAarw5f/i0XtjdMhiIZ6OUiggjeBu5JhWhYEYhbhk43KSDHyTrhZItoLNkGynX1duY4zSPj1g5gkOgb3wFRd1v0xRjnxyoQPbefVxqLLJy6TNipnnZ0zTY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777622266; c=relaxed/simple; bh=/fLUziItS4eE0L8HuFvEiORJYSRp2Uiq4DsJVTqxlhQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hOlGAqFLIaLKn/h8EohGVdWxYmoQeaOmzmtIslRWi0Xnfr+vYidhEIXNqFRt2VmPRv9QBKtbChexvr7wliX5N7fXUuj5Je2z6fi4xfJQK5UFS0FSROqzjk9PKs9MmftnG2EESjRr4XxT6amd2FeGMFs0M+wVJWtxQYXQLSTlLMg= 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=QKLJl+ru; 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="QKLJl+ru" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1wt.eu; s=mail; t=1777622261; bh=SltB9QOwmKS00/kSn6xISZsBhhodsMuw5e9aiSW7Q1s=; h=From:Message-ID:From; b=QKLJl+ruq+rtHyRrPqQp208XNk3KZMdBl8XBXK7CewKWOHNVnBH+OQs3yYF0K8UNR KqosnhHQinfziCkjpaai12SWZDwK87zawgt5A7yCO0c3z1kNoTfQqn0XElgdk1Ca5S byqMlXwTa4fYRjA5hfuVQ+C6RGy1rFGlkBtgDB3w= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by mta1.formilux.org (Postfix) with ESMTP id 132CFC09C9; Fri, 01 May 2026 09:57:41 +0200 (CEST) Date: Fri, 1 May 2026 09:57:40 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/7] selftests/nolibc: some build matrix cleanups and optimizations Message-ID: References: <20260429-nolibc-qemu-arch-v1-0-a2ca07eab297@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: <20260429-nolibc-qemu-arch-v1-0-a2ca07eab297@weissschuh.net> Hi Thomas, On Wed, Apr 29, 2026 at 10:58:34PM +0200, Thomas Weißschuh wrote: > Signed-off-by: Thomas Weißschuh > --- > Thomas Weißschuh (7): > selftests/nolibc: align QEMU_ARCH_mips32be > selftests/nolibc: drop riscv configuration > selftests/nolibc: use QEMU_ARCH for QEMU_ARCH_USER > selftests/nolibc: trim QEMU_ARCH mappings > selftests/nolibc: trim DEFCONFIG mappings > selftests/nolibc: trim IMAGE mappings > selftests/nolibc: use vmlinux for MIPS tests > > tools/testing/selftests/nolibc/Makefile.nolibc | 42 +++----------------------- > 1 file changed, 5 insertions(+), 37 deletions(-) The whole series looks good, thank you! Acked-by: Willy Tarreau Willy