Received: by 2002:a05:6358:1087:b0:cb:c9d3:cd90 with SMTP id j7csp237044rwi; Tue, 25 Oct 2022 23:38:34 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5IsFYlQPWWRLen2fs1FhKZ815ITRo5e52tN7o+uUtCSwtQ/JbBjIDkSd3pb4gvcZFcUFB/ X-Received: by 2002:a17:90a:1b44:b0:213:1035:f913 with SMTP id q62-20020a17090a1b4400b002131035f913mr2453213pjq.133.1666766313821; Tue, 25 Oct 2022 23:38:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1666766313; cv=none; d=google.com; s=arc-20160816; b=Apq2zxUbfUsfSu7JRL4XZECwsXR3wooVxY91MTKnAihgEz2Yq8Py+mz2rxpEWqWZp9 pSTtbCa47lULacz5EfB1D/+/VLnYWrpxba2g/MkSzhJl2kZJIpwibrNaxN9XSLUqYYAj OTfIcNETQ9vc6zzayK454MaetqRYpSyRccz+3GhWBkaLzRHXQaZQJTs7TlJ4084B2Sfi /O9RVqMcujBlJDtHHz5IlkvJ/ydD1cy4/OGDLthWxs67JXQXPNTNsCv9j3GLiHtYQsXX UM+Id9fJgjTplRHlE6wldBl8l0VjrNzUbR9Fi3aGwCmpRMFoX0bhvJDSugrW3HEkZLUq ksGA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=aXT0oJeDpzo4/ObNHCE+N1x5x9V1okgQJlXVVPRKMHc=; b=ZnldHxM0vOkKYWi4oKBwZ/KuAeMk6ySv8JIc2zZw4D8Ec321VrILxNmgYCePsCrJLx ikJlBnxeYedCFJ10SQqcaCGs0+EGLbwsLTXTpebc5cbWZPap7KEoXh5TEzxTIAqLaRr9 Dk0hkgiI2YU/fxpjsjnWfHGGKgK0V1wn9WBihlE85rPaBqC2h399sinS33atZmMuR+xP 6lrsU/vyvKXtyfRxBylm1I/cJxY/C7Kb0rQgeC5G2it48xZmL+KcJeeptDi3BAZ6EKf0 jTQ79WivQjPrEB+jj5hBxiRr0cKbuWK0AUTsKJBPKZw72/CHBG4T98jltsrY4cJA5Kxq 5skQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id kk5-20020a17090b4a0500b002112dce273esi1596396pjb.118.2022.10.25.23.38.07; Tue, 25 Oct 2022 23:38:33 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232161AbiJZFjr (ORCPT + 99 others); Wed, 26 Oct 2022 01:39:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47032 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231649AbiJZFjp (ORCPT ); Wed, 26 Oct 2022 01:39:45 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BD084C744; Tue, 25 Oct 2022 22:39:37 -0700 (PDT) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 29Q5dMRY019467; Wed, 26 Oct 2022 07:39:22 +0200 Date: Wed, 26 Oct 2022 07:39:22 +0200 From: Willy Tarreau To: "Paul E. McKenney" Cc: Rasmus Villemoes , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] selftests/nolibc: add 7 tests for memcmp() Message-ID: <20221026053922.GA19206@1wt.eu> References: <20221021060340.7515-1-w@1wt.eu> <20221021155645.GK5600@paulmck-ThinkPad-P17-Gen-1> <20221021170134.GB8420@1wt.eu> <20221021170738.GM5600@paulmck-ThinkPad-P17-Gen-1> <20221021172026.GC8420@1wt.eu> <20221021180040.GN5600@paulmck-ThinkPad-P17-Gen-1> <20221022112228.GB30596@1wt.eu> <20221024155357.GZ5600@paulmck-ThinkPad-P17-Gen-1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221024155357.GZ5600@paulmck-ThinkPad-P17-Gen-1> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Paul, On Mon, Oct 24, 2022 at 08:53:57AM -0700, Paul E. McKenney wrote: > > Will keep thinking about it and hopefully propose a patch to make the > > tests easier to use before we're too far in the 6.1 release. > > Another possibility is to have a separate developers' and maintainers' > option. Linus and I do "make whatever" for some value of "whatever" > that builds from scratch, doing whatever cleaning that might be required. > Developers use targets that are faster but have the possibility of false > positives and false negatives. > > But maybe you have something better in mind. > > > Thanks for keeping the conversation flowing, that helps me! > > Looking forward to seeing what you come up with! I could finally figure what was taking time in the installation process. Interestingly, it's "make headers", which is not redone without a "make clean" at the kernel level. The "make headers_install" only takes a few hundred milliseconds, so issuing a systematic "make clean" in the nolibc test dir only takes ~800ms here to perform a full rebuild, which is totally acceptable to me. Thus what I've done is to mark the sysroot target as .phony and start it with a removal of the current include dir so that we systematically rebuild it. Now there's no such risk of running a test against an earlier version anymore, and there are no "make clean" to worry about anymore either. That looks much better to me! And I could confirm that just issuing: $ time make -j8 -C tools/testing/selftests/nolibc run after reverting Rasmus' fix led me to this pretty quickly: ... Kernel: arch/x86/boot/bzImage is ready (#3) make[1]: Leaving directory '/k' 15 memcmp_20_e0 = 64 [FAIL] 16 memcmp_e0_20 = -64 [FAIL] See all results in /k/tools/testing/selftests/nolibc/run.out make: Leaving directory '/k/tools/testing/selftests/nolibc' real 0m14.538s user 0m27.828s sys 0m4.576s No more false positives nor false negatives anymore. I'm sending you the patch separately. Thanks for the discussion, the solution is way better now! Willy