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 3C57534C808 for ; Sun, 8 Feb 2026 16:20:24 +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=1770567624; cv=none; b=SGebGPmX4Av2rwuMvRfdBkLIHsjhR3hSj5feRxMMDWDh9HS8SfNBrPbSo1zIhRorM1dmQcOxScc2SeSncJe7GRf4LBxQGYavRDxZIC51jEcA4vNwLBNhEoXg14wxZFSqj9P+rUERRSQqQ7Sd3EThZg3VvRKAXQjELk4xf8x5mC8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770567624; c=relaxed/simple; bh=99l3ZUXVBD7i3oFSGC2W6izCcP9WiJmA6t+JlQDA1A4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=TaNKAcFtxjcI/K1q/eJIJ05kzPykejHXSI4RjmilNBWvu/h7FUpSoTCOK9oMHCy+4dgImo8YpUq877smBlLD1fZ5wHrKXqLc9BAY4wthSTrGIewLfnZ2aE20/4SO6amOzmOR+0t8xhARjJZRwzgE3b86YBmp83S2xPHPK4Avwbw= 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=wF5lvr+Q; 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="wF5lvr+Q" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1wt.eu; s=mail; t=1770567622; bh=v8hVgNe7AL9P/2BikyFmO+U6hr3CnRSWBX8m0750yds=; h=From:Message-ID:From; b=wF5lvr+Q/k63uQvNURlrgM/45624W2XFVLqzLIFaqmeQ0y9nMG/7iSuqMQjwWL+m2 uDEe2uOzPZd4DYHdRtVYqPqwW0V5Sm9QV4D0GSJkEC23KR23kXZGC9K5SGYi5KrJra +86imfi4TYUQUyj/57kvSCdLPAE2sglbQCaJ/Ljo= Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by mta1.formilux.org (Postfix) with ESMTP id 988C0C0A05; Sun, 08 Feb 2026 17:20:22 +0100 (CET) Date: Sun, 8 Feb 2026 17:20:22 +0100 From: Willy Tarreau To: david.laight.linux@gmail.com Cc: Thomas =?iso-8859-1?Q?Wei=DFschuh?= , linux-kernel@vger.kernel.org, Cheng Li Subject: Re: [PATCH v2 next 11/11] selftests/nolibc: Use printf("%.*s", n, "") to align output Message-ID: References: <20260206191121.3602-1-david.laight.linux@gmail.com> <20260206191121.3602-12-david.laight.linux@gmail.com> 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=us-ascii Content-Disposition: inline In-Reply-To: <20260206191121.3602-12-david.laight.linux@gmail.com> On Fri, Feb 06, 2026 at 07:11:21PM +0000, david.laight.linux@gmail.com wrote: > From: David Laight > > Now that printf supports '*' for field widths it can be used to > align the "[OK]" strings in the output. > > Signed-off-by: David Laight The tests look good to me. For 9,10,11: Acked-by: Willy Tarreau Thanks, Willy