From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 966CFC4332F for ; Sat, 10 Dec 2022 09:13:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230026AbiLJJN6 (ORCPT ); Sat, 10 Dec 2022 04:13:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229954AbiLJJNN (ORCPT ); Sat, 10 Dec 2022 04:13:13 -0500 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id A3E6A17886 for ; Sat, 10 Dec 2022 01:09:32 -0800 (PST) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 2BA98eLd021798; Sat, 10 Dec 2022 10:08:40 +0100 Date: Sat, 10 Dec 2022 10:08:40 +0100 From: Willy Tarreau To: Sven Schnelle Cc: "Paul E . McKenney" , Josh Triplett , Steven Rostedt , Mathieu Desnoyers , Lai Jiangshan , linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/5] selftests/nolibc: add s390 support Message-ID: <20221210090840.GC21743@1wt.eu> References: <20221209141939.3634586-1-svens@linux.ibm.com> <20221209141939.3634586-4-svens@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221209141939.3634586-4-svens@linux.ibm.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 09, 2022 at 03:19:37PM +0100, Sven Schnelle wrote: > Signed-off-by: Sven Schnelle > Acked-by: Heiko Carstens Looks pretty good and clean: Acked-by: Willy Tarreau BTW I'm glad to see that splitting the qemu args lately made it much easier to add new archs! Willy