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 X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10379C2D0EE for ; Tue, 31 Mar 2020 14:37:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D76F72078B for ; Tue, 31 Mar 2020 14:37:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1585665427; bh=NaSdWNtNKnnYETKqyj8m0SiHJiKi+9kmqbF63I+qmGw=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-ID:From; b=Y4EZHXyoz7FfvwesA2Sfm8qbnV0SoKIXp9uwtTs0ZmSXG6p8OifEiJqyRtRZwbCrf xwcvXNf6J4xsUQasTCFivLCcpztFiQ4nCUDqqjVmwXC18BLVqMvXpEGZAniA0yhkSQ gaVfqS8V5VFRTe2Ri2JdegUPwOAGMZVFnZ/cJqBo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730966AbgCaOhH (ORCPT ); Tue, 31 Mar 2020 10:37:07 -0400 Received: from mail-io1-f66.google.com ([209.85.166.66]:37551 "EHLO mail-io1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730887AbgCaOhH (ORCPT ); Tue, 31 Mar 2020 10:37:07 -0400 Received: by mail-io1-f66.google.com with SMTP id q9so21944823iod.4 for ; Tue, 31 Mar 2020 07:37:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=xcYSe7+W5XBsRVk1odBd6yYO30OBCGBeOkC3qcfJ1ws=; b=dhGPwewuQRSMAnqIV6kTDUrdfW5Sk7f9JU2o/igGLUfK4BghM6VjQJzHLtoCAoSyB7 mAU9BOaoahXk6+UGvuVa5LAVtJOb4NhCgqMynAWtxX11uxrWfPJKJwWIvfsez+Bv5h5X EDJOh146C6KH+PMVyLUz74D4hOdiq0JFA9u1M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=xcYSe7+W5XBsRVk1odBd6yYO30OBCGBeOkC3qcfJ1ws=; b=CWjMpEIEIuwsBdt3Mci7lXeVB8DJh/S1UyUecJT4Sl2Su47IMLXkEVPJKONd6DhMaa IjRfB5cJdieizEvhXWghyH1zsMzgBlFsHurjzKioogrEPemn5uWdxh0ImYYC7Xpi2XGK kZKOdCW2jQExDlzkxXI3F/5oAULJsINdivPID9bN6tp4+nO9R8cVu5AN3+KHpLbxbWfp Aw7fqZvMZF0E1Lqd+qBDOa6Ajr14XVeXFV3Qb0IdQR2W0/3AltgDrYu1ah0XzSck5MPx cbQOQIo9turW2SlNO5WiR+TLSwJKuy56TzkwOns1b5NQp101N6hMM3n9Ca4kkVcB22Xp I3Ug== X-Gm-Message-State: ANhLgQ3C4EYuPgevYwH/fB5zXuszoUA+VjrAJ8fh2fsZwHnKYLiwjYsa WS63Phsiah4ZBkvUCSpwb5WiHg== X-Google-Smtp-Source: ADFU+vvFo0K715WJDvf8EpTyd0A6KVqGqaygop9ZkRGtQb9RlqEE1CvDKrsTNtWfNl+U5m+LhTFmzw== X-Received: by 2002:a5d:9648:: with SMTP id d8mr7030743ios.115.1585665426753; Tue, 31 Mar 2020 07:37:06 -0700 (PDT) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id d70sm5972625ill.57.2020.03.31.07.37.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 31 Mar 2020 07:37:06 -0700 (PDT) Subject: Re: [PATCH 0/2] selftests: vm: Build fixes for powerpc64 To: Sandipan Das , shuah@kernel.org, linux-kselftest@vger.kernel.org Cc: linux-mm@kvack.org, linuxppc-dev@lists.ozlabs.org, mhiramat@kernel.org, aneesh.kumar@linux.ibm.com, mpe@ellerman.id.au, kamalesh@linux.vnet.ibm.com, Shuah Khan References: From: Shuah Khan Message-ID: <4837525c-c078-0e33-614e-103514946ff9@linuxfoundation.org> Date: Tue, 31 Mar 2020 08:37:04 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On 1/30/20 12:01 AM, Sandipan Das wrote: > The second patch was already posted independently but because > of the changes in the first patch, the second one now depends > on it. Hence posting it now as a part of this series. > > The last version (v2) of the second patch can be found at: > https://patchwork.ozlabs.org/patch/1225969/ > > Sandipan Das (2): > selftests: vm: Do not override definition of ARCH > selftests: vm: Fix 64-bit test builds for powerpc64le > > tools/testing/selftests/vm/Makefile | 4 ++-- > tools/testing/selftests/vm/run_vmtests | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > Michael, I see your tested-by on these two patches. I will take these through kselftest fixes. Sorry for the delay. I assumed these will go through ppc64 or vm. thanks, -- Shuah 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 X-Spam-Level: X-Spam-Status: No, score=-2.1 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6097CC2D0EE for ; Tue, 31 Mar 2020 15:07:49 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id F20972078B for ; Tue, 31 Mar 2020 15:07:48 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="dhGPwewu" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F20972078B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 48sCPG5PlGzDr0V for ; Wed, 1 Apr 2020 02:07:46 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linuxfoundation.org (client-ip=2607:f8b0:4864:20::441; helo=mail-pf1-x441.google.com; envelope-from=skhan@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=google header.b=dhGPwewu; dkim-atps=neutral Received: from mail-pf1-x441.google.com (mail-pf1-x441.google.com [IPv6:2607:f8b0:4864:20::441]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 48sBrJ0kS1zDq6l for ; Wed, 1 Apr 2020 01:42:38 +1100 (AEDT) Received: by mail-pf1-x441.google.com with SMTP id c21so9770464pfo.5 for ; Tue, 31 Mar 2020 07:42:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=xcYSe7+W5XBsRVk1odBd6yYO30OBCGBeOkC3qcfJ1ws=; b=dhGPwewuQRSMAnqIV6kTDUrdfW5Sk7f9JU2o/igGLUfK4BghM6VjQJzHLtoCAoSyB7 mAU9BOaoahXk6+UGvuVa5LAVtJOb4NhCgqMynAWtxX11uxrWfPJKJwWIvfsez+Bv5h5X EDJOh146C6KH+PMVyLUz74D4hOdiq0JFA9u1M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=xcYSe7+W5XBsRVk1odBd6yYO30OBCGBeOkC3qcfJ1ws=; b=XzKGuystg3xVrmVGoZILd1EzNRACBOgNA8xAGIilXjrssuKz6qd4eK1hJ2o0JFDPs+ j0hICtMoPQlqaqKf8rMgCwnNBfanjMCl+pPbY/V+42m0Z0RaQuUFw4vOJPCG1PWD4AGx ja5ndYy5oWMUahxOHZmy5nf9gDIpQfx7G1IWje08LzOm5J0wIrLdCs/QViR068KZsUDR fetO5URQBDdmTxuF9jvPjQjidkkhF95hOinvvZ6/vKJyGB7CVhV0RnofDwZSCGUeEYVa D5DqnQE3Kl9pDmOx4dsc5DLBw+3ZZZEnqqUBCrDFlUWYOdX9n+SmWbbDjbWJmtD4nnSg 5vfg== X-Gm-Message-State: ANhLgQ3wSSeyqDWwrWZCUhzBPlF88ysLDsv8Z5I42luMO9nD6ngLRVpS 61tASXwdiRBBVsHx3mSEOKIJedmJ0Mw= X-Google-Smtp-Source: ADFU+vvFo0K715WJDvf8EpTyd0A6KVqGqaygop9ZkRGtQb9RlqEE1CvDKrsTNtWfNl+U5m+LhTFmzw== X-Received: by 2002:a5d:9648:: with SMTP id d8mr7030743ios.115.1585665426753; Tue, 31 Mar 2020 07:37:06 -0700 (PDT) Received: from [192.168.1.112] (c-24-9-64-241.hsd1.co.comcast.net. [24.9.64.241]) by smtp.gmail.com with ESMTPSA id d70sm5972625ill.57.2020.03.31.07.37.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 31 Mar 2020 07:37:06 -0700 (PDT) Subject: Re: [PATCH 0/2] selftests: vm: Build fixes for powerpc64 To: Sandipan Das , shuah@kernel.org, linux-kselftest@vger.kernel.org References: From: Shuah Khan Message-ID: <4837525c-c078-0e33-614e-103514946ff9@linuxfoundation.org> Date: Tue, 31 Mar 2020 08:37:04 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Shuah Khan , kamalesh@linux.vnet.ibm.com, linux-mm@kvack.org, mhiramat@kernel.org, aneesh.kumar@linux.ibm.com, linuxppc-dev@lists.ozlabs.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On 1/30/20 12:01 AM, Sandipan Das wrote: > The second patch was already posted independently but because > of the changes in the first patch, the second one now depends > on it. Hence posting it now as a part of this series. > > The last version (v2) of the second patch can be found at: > https://patchwork.ozlabs.org/patch/1225969/ > > Sandipan Das (2): > selftests: vm: Do not override definition of ARCH > selftests: vm: Fix 64-bit test builds for powerpc64le > > tools/testing/selftests/vm/Makefile | 4 ++-- > tools/testing/selftests/vm/run_vmtests | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > Michael, I see your tested-by on these two patches. I will take these through kselftest fixes. Sorry for the delay. I assumed these will go through ppc64 or vm. thanks, -- Shuah