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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 7FD80C35247 for ; Fri, 7 Feb 2020 01:25:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3F36B214AF for ; Fri, 7 Feb 2020 01:25:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727003AbgBGBZI convert rfc822-to-8bit (ORCPT ); Thu, 6 Feb 2020 20:25:08 -0500 Received: from mail.kernel.org ([198.145.29.99]:46410 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726597AbgBGBZI (ORCPT ); Thu, 6 Feb 2020 20:25:08 -0500 Received: from oasis.local.home (unknown [12.174.139.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 11DA42082E; Fri, 7 Feb 2020 01:25:05 +0000 (UTC) Date: Thu, 6 Feb 2020 20:25:04 -0500 From: Steven Rostedt To: =?UTF-8?B?546L6LSH?= Cc: Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Ben Segall , Mel Gorman , Luis Chamberlain , Kees Cook , Iurii Zaikin , Michal =?UTF-8?B?S291dG7DvQ==?= , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, "Paul E. McKenney" , Randy Dunlap , Jonathan Corbet Subject: Re: [PATCH v8 0/2] sched/numa: introduce numa locality Message-ID: <20200206202504.7175c4a8@oasis.local.home> In-Reply-To: <3b2c5a07-4bc0-1feb-2daf-260e4d58c7b6@linux.alibaba.com> References: <743eecad-9556-a241-546b-c8a66339840e@linux.alibaba.com> <207ef46c-672c-27c8-2012-735bd692a6de@linux.alibaba.com> <040def80-9c38-4bcc-e4a8-8a0d10f131ed@linux.alibaba.com> <25cf7ef5-e37e-7578-eea7-29ad0b76c4ea@linux.alibaba.com> <443641e7-f968-0954-5ff6-3b7e7fed0e83@linux.alibaba.com> <3b2c5a07-4bc0-1feb-2daf-260e4d58c7b6@linux.alibaba.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Fri, 7 Feb 2020 09:10:33 +0800 王贇 wrote: > Hi, Peter, Ingo > > Could you give some comments please? A little word of advice. When sending new versions of a patch. Don't send them as a reply to the previous version. Some developers (and I believe Peter is one of them), wont look for new patches in threads, and this may never be seen by him. New versions of patches (v8 in this case) need to start a new thread and be at the top level. It's hard to manage patches when a thread series in embedded in another thread series. -- Steve