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 4951FC04A6A for ; Sat, 29 Jul 2023 07:33:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229588AbjG2HdE (ORCPT ); Sat, 29 Jul 2023 03:33:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230025AbjG2HdC (ORCPT ); Sat, 29 Jul 2023 03:33:02 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 03B91DE; Sat, 29 Jul 2023 00:33:00 -0700 (PDT) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 36T7WtGi004247; Sat, 29 Jul 2023 09:32:55 +0200 Date: Sat, 29 Jul 2023 09:32:55 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: Zhangjin Wu , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH] selftests/nolibc: mmap_munmap_good: fix up return value Message-ID: <20230729073255.GG956@1wt.eu> References: <20230725164336.57767-1-falcon@tinylab.org> <22a7d455-347b-4435-a494-428edab771e3@t-8ch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <22a7d455-347b-4435-a494-428edab771e3@t-8ch.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 26, 2023 at 08:16:02AM +0200, Thomas Weißschuh wrote: > On 2023-07-26 00:43:36+0800, Zhangjin Wu wrote: > > The other tests use 1 as failure, mmap_munmap_good uses -1 as failure, > > let's fix up this. > > > > Signed-off-by: Zhangjin Wu > > Reviewed-by: Thomas Weißschuh Applied, thanks to you both. Willy