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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham 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 875E6C07542 for ; Mon, 27 May 2019 06:30:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 66D2E2070D for ; Mon, 27 May 2019 06:30:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726351AbfE0Gax (ORCPT ); Mon, 27 May 2019 02:30:53 -0400 Received: from out30-42.freemail.mail.aliyun.com ([115.124.30.42]:41793 "EHLO out30-42.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725940AbfE0Gax (ORCPT ); Mon, 27 May 2019 02:30:53 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R121e4;CH=green;DM=||false|;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e07417;MF=alex.shi@linux.alibaba.com;NM=1;PH=DS;RN=8;SR=0;TI=SMTPD_---0TSmsaCE_1558938633; Received: from Alexs-MacBook-Pro.local(mailfrom:alex.shi@linux.alibaba.com fp:SMTPD_---0TSmsaCE_1558938633) by smtp.aliyun-inc.com(127.0.0.1); Mon, 27 May 2019 14:30:34 +0800 Subject: Re: [PATCH v2 1/3] kselftest/cgroup: fix unexpected testing failure on test_memcontrol To: shuah , Tejun Heo Cc: cgroups@vger.kernel.org, Roman Gushchin , Mike Rapoport , Jay Kamat , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org References: <20190520030140.203605-1-alex.shi@linux.alibaba.com> <20190520030140.203605-2-alex.shi@linux.alibaba.com> <20190524214035.GG374014@devbig004.ftw2.facebook.com> <0c6b76b8-e20c-33f0-21da-64a5d5da30a9@kernel.org> From: Alex Shi Message-ID: <3db110a3-0662-24ae-ef0a-cde3deee99ea@linux.alibaba.com> Date: Mon, 27 May 2019 14:30:33 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/5/25 8:06 上午, shuah wrote: > Alex, > > patches 1/3 and 2/3 failed checkpatch. Could you please the warns > and send v3. Go ahead and send all v3 for all 3 patches fixed and rent. Thanks a lot! Alex From mboxrd@z Thu Jan 1 00:00:00 1970 From: alex.shi at linux.alibaba.com (Alex Shi) Date: Mon, 27 May 2019 14:30:33 +0800 Subject: [PATCH v2 1/3] kselftest/cgroup: fix unexpected testing failure on test_memcontrol In-Reply-To: References: <20190520030140.203605-1-alex.shi@linux.alibaba.com> <20190520030140.203605-2-alex.shi@linux.alibaba.com> <20190524214035.GG374014@devbig004.ftw2.facebook.com> <0c6b76b8-e20c-33f0-21da-64a5d5da30a9@kernel.org> Message-ID: <3db110a3-0662-24ae-ef0a-cde3deee99ea@linux.alibaba.com> On 2019/5/25 8:06 上午, shuah wrote: > Alex, > > patches 1/3 and 2/3 failed checkpatch. Could you please the warns > and send v3. Go ahead and send all v3 for all 3 patches fixed and rent. Thanks a lot! Alex From mboxrd@z Thu Jan 1 00:00:00 1970 From: alex.shi@linux.alibaba.com (Alex Shi) Date: Mon, 27 May 2019 14:30:33 +0800 Subject: [PATCH v2 1/3] kselftest/cgroup: fix unexpected testing failure on test_memcontrol In-Reply-To: References: <20190520030140.203605-1-alex.shi@linux.alibaba.com> <20190520030140.203605-2-alex.shi@linux.alibaba.com> <20190524214035.GG374014@devbig004.ftw2.facebook.com> <0c6b76b8-e20c-33f0-21da-64a5d5da30a9@kernel.org> Message-ID: <3db110a3-0662-24ae-ef0a-cde3deee99ea@linux.alibaba.com> Content-Type: text/plain; charset="UTF-8" Message-ID: <20190527063033.RBIoD8iTb4BaqfiL8JVV5ygPGnzGTLkeRqoqLpA4Yc4@z> On 2019/5/25 8:06 上午, shuah wrote: > Alex, > > patches 1/3 and 2/3 failed checkpatch. Could you please the warns > and send v3. Go ahead and send all v3 for all 3 patches fixed and rent. Thanks a lot! Alex