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=-6.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 5C8B5C43461 for ; Wed, 9 Sep 2020 08:28:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1392121D7B for ; Wed, 9 Sep 2020 08:28:39 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="dF9C7ubU" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729614AbgIII2i (ORCPT ); Wed, 9 Sep 2020 04:28:38 -0400 Received: from smtp-fw-9102.amazon.com ([207.171.184.29]:62303 "EHLO smtp-fw-9102.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726169AbgIII2h (ORCPT ); Wed, 9 Sep 2020 04:28:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1599640117; x=1631176117; h=from:to:cc:subject:date:message-id:in-reply-to: mime-version; bh=GENylIwQBH3LyyfHrwy82Vo/xLO0QlxQ3lBEYTaVnrA=; b=dF9C7ubU90fx8YezXNkMW+IdIvQllmzN5Vs0/dXx3qvWOq+DXo/Ezj8o iQGqe+G6Wm9RDMP9P+heWNfCJe+z7v6ZqcIhl8ch/UzI3Ls/922nOgFcQ svN2AhUsbcJcHNcg0f6YYYWr8FEIjxSN7PSaS0YtGH6+V3KTNdH+34HiW g=; X-IronPort-AV: E=Sophos;i="5.76,409,1592870400"; d="scan'208";a="74715101" Received: from sea32-co-svc-lb4-vlan3.sea.corp.amazon.com (HELO email-inbound-relay-1e-62350142.us-east-1.amazon.com) ([10.47.23.38]) by smtp-border-fw-out-9102.sea19.amazon.com with ESMTP; 09 Sep 2020 08:28:14 +0000 Received: from EX13D31EUA001.ant.amazon.com (iad12-ws-svc-p26-lb9-vlan2.iad.amazon.com [10.40.163.34]) by email-inbound-relay-1e-62350142.us-east-1.amazon.com (Postfix) with ESMTPS id 95984A27FE; Wed, 9 Sep 2020 08:28:11 +0000 (UTC) Received: from u3f2cd687b01c55.ant.amazon.com (10.43.160.100) by EX13D31EUA001.ant.amazon.com (10.43.165.15) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 9 Sep 2020 08:27:54 +0000 From: SeongJae Park To: SeongJae Park CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v20 00/15] Introduce Data Access MONitor (DAMON) Date: Wed, 9 Sep 2020 10:27:38 +0200 Message-ID: <20200909082738.10167-1-sjpark@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200817105137.19296-1-sjpark@amazon.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.160.100] X-ClientProxiedBy: EX13D13UWA001.ant.amazon.com (10.43.160.136) To EX13D31EUA001.ant.amazon.com (10.43.165.15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is just a reminder ping to let you know I'm still waiting more reviews! Any comments will be appreciated! Thanks, SeongJae Park