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 D24FCC00140 for ; Tue, 26 Jul 2022 18:48:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239639AbiGZSsc (ORCPT ); Tue, 26 Jul 2022 14:48:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239612AbiGZSsa (ORCPT ); Tue, 26 Jul 2022 14:48:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ACD9533A0A; Tue, 26 Jul 2022 11:48:28 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 32052614D7; Tue, 26 Jul 2022 18:48:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 45CA8C433D6; Tue, 26 Jul 2022 18:48:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1658861307; bh=YvJxG1/fVVolNPtSRFsAMPTdcWSGkZ8+KXAyXor4524=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=g0dsTBVS4F9Q4nTcXdcjAogXo2bZlw+hkyXVi5U6dlLefmN66sCTPIdJ4oudJ3xDU 01L3ZCjLAluqU1YH3PbFHGANCsnxyuUwawkDShNp+CAq1do9pVQ4xo/8AvV+W6yFVc uI4PcfiHJVkB26Zjujz77g9wH/uHPturxzDfwWec= Date: Tue, 26 Jul 2022 11:48:26 -0700 From: Andrew Morton To: Nico Pache Cc: Joel Savitz , LKML , Shuah Khan , Linux MM , linux-kselftest@vger.kernel.org Subject: Re: [PATCH v3] selftests/vm: enable running select groups of tests Message-Id: <20220726114826.5dad09d9b1c8b8e4ed7a8051@linux-foundation.org> In-Reply-To: References: <20220706205451.4133254-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, 26 Jul 2022 06:31:29 -0400 Nico Pache wrote: > Ok thanks for pointing that out! > > Andrew, would it be possible to modify the patch and make the variable > name VM_SELFTEST_ITEMS? Sure. Please send a new patch against linux-next late this week.