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 0414CC25B06 for ; Mon, 15 Aug 2022 01:55:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229450AbiHOBzI (ORCPT ); Sun, 14 Aug 2022 21:55:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34164 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229459AbiHOBzH (ORCPT ); Sun, 14 Aug 2022 21:55:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D9DE55F71; Sun, 14 Aug 2022 18:55:06 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7DE6AB80B99; Mon, 15 Aug 2022 01:55:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFFE6C433C1; Mon, 15 Aug 2022 01:55:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1660528504; bh=jjaPnk42QQFvYnkLBLhu9HPiINUfz6WQyKgWadvtTxg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=T3Ylg+E0gAJcw6O1SKZIdvzswyo5Z9JwPs9+wfpG1LKO/G2nFW5DIwU3/F3/G5Bmd pz3iIII1k1/flWtbG1uFh+lqSMq+rzvTnHHwJ7YGRgOev985J64qFto+nxm63h7iH+ pfdOJ/lwDhs04sap0laWDFcGeMjZHzQ1uic52h58= Date: Sun, 14 Aug 2022 18:55:03 -0700 From: Andrew Morton To: Joel Savitz Cc: linux-kernel@vger.kernel.org, Shuah Khan , linux-mm@kvack.org, linux-kselftest@vger.kernel.org, Nico Pache Subject: Re: [PATCH] selftests/vm: enable running select groups of tests Message-Id: <20220814185503.bf75150dee058db574797d07@linux-foundation.org> In-Reply-To: <20220705185605.3889110-1-jsavitz@redhat.com> References: <20220705185605.3889110-1-jsavitz@redhat.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Tue, 5 Jul 2022 14:56:05 -0400 Joel Savitz wrote: > Add the ability to run one or more groups of vm tests (specified > by the environment variable TEST_ITEMS). Preserve existing default > behavior of running all tests when TEST_ITEMS is empty or "default". Why are we doing this? Please describe the use case - something I can add to the changelog.