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 88850C0015E for ; Thu, 13 Jul 2023 15:39:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234845AbjGMPje (ORCPT ); Thu, 13 Jul 2023 11:39:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42262 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229966AbjGMPjd (ORCPT ); Thu, 13 Jul 2023 11:39:33 -0400 Received: from mail-io1-xd43.google.com (mail-io1-xd43.google.com [IPv6:2607:f8b0:4864:20::d43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7CDF32117 for ; Thu, 13 Jul 2023 08:39:32 -0700 (PDT) Received: by mail-io1-xd43.google.com with SMTP id ca18e2360f4ac-78706966220so5745239f.1 for ; Thu, 13 Jul 2023 08:39:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; t=1689262772; x=1691854772; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Edz8S9/DYDu/Er6Wbo87AVay2HssoKiTC5UZFfGh+BM=; b=BgEmFI4pgRVRFPcWdSBdvexlbchTLIUxW+mARHWI1QZKPCYcySxKTuX6R+8L0jCYIr IV/FTs4+ChFfscqQbKkB59+fbjo1a+E0a4HNKl+R8sVjahiFy8U3RhQD84Jbyqbt+F4/ 5yr94rr+YlMfJ3qNQlhiKzDXq4sRAEf3VpOUE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1689262772; x=1691854772; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Edz8S9/DYDu/Er6Wbo87AVay2HssoKiTC5UZFfGh+BM=; b=VWbxQxRAJCnlE6wxs4wMz8xB8cyi/UbiJONTP/qo5+RSS3nTi1ymcM3GNDDsdCgADJ UavAWZyPqb1r+FIgbYU+GOWnqcSFXx156Sb8pqZXylrwuj/danR2cylCbyr2zT5yudHD 6iz4oZmb1ohPfeMIRw0ixdzAlH0kEesHmFELJ6XzHlio2vYxEYnp3TinFNpLgsPFyDwQ oWKkkXdVgXPD4TKhAsSQv22KrkJRPKdlv4U2LU2Y+vPm9Dnp0rh5UTVJBDHOqUzyfJLs Aj1pbmNvzV3Mbu69WuF82P6bpeLe+DeVH+8Asqd69HMgL8PYhnv2V0InpYK3SPmyA3Zj UeKQ== X-Gm-Message-State: ABy/qLZrN95WK0E4zF+NOc2dKGKHEM1QTUFYpg0OImIiuEsF1jhjESKi dxasmDamFXBKATFk8YpeIDJohA== X-Google-Smtp-Source: APBJJlHXCW1r6HGRFe1uL46adGj5+gGhTWF7xgaES+0aANFvwXNPy7BA0J7LwrFPf5OwZWyWj3Hkmg== X-Received: by 2002:a6b:8d10:0:b0:780:cde6:3e22 with SMTP id p16-20020a6b8d10000000b00780cde63e22mr2010448iod.0.1689262771932; Thu, 13 Jul 2023 08:39:31 -0700 (PDT) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id cz8-20020a0566384a0800b0042bb09e9345sm1938458jab.90.2023.07.13.08.39.31 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 13 Jul 2023 08:39:31 -0700 (PDT) Message-ID: Date: Thu, 13 Jul 2023 09:39:31 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [RESEND PATCH] selftests/mincore: fix skip condition for check_huge_pages test Content-Language: en-US To: =?UTF-8?Q?Ricardo_Ca=c3=b1uelo?= , shuah@kernel.org Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@collabora.com, naresh.kamboju@linaro.org, dan.carpenter@linaro.org, Shuah Khan References: <20230629083546.3031488-1-ricardo.canuelo@collabora.com> From: Shuah Khan In-Reply-To: <20230629083546.3031488-1-ricardo.canuelo@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On 6/29/23 02:35, Ricardo Cañuelo wrote: > The check_huge_pages test was failing instead of skipping on qemu-armv7 > because the skip condition wasn't handled properly. Add an additional > check to fix it. > > Signed-off-by: Ricardo Cañuelo > Reported-by: Naresh Kamboju > Reported-by: Linux Kernel Functional Testing > Reviewed-by: Muhammad Usama Anjum > Tested-by: Anders Roxell > Closes: https://lore.kernel.org/all/CA+G9fYuoB8Ug8PcTU-YGmemL7_eeEksXFihvxWF6OikD7sK7pA@mail.gmail.com > --- > tools/testing/selftests/mincore/mincore_selftest.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Thank you for the patch and sorry for the delay due to conference travel and vacation. Will be queued for the next rc. thanks, -- Shuah