From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751489AbdGRPcw (ORCPT ); Tue, 18 Jul 2017 11:32:52 -0400 Received: from mga07.intel.com ([134.134.136.100]:26723 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751354AbdGRPcu (ORCPT ); Tue, 18 Jul 2017 11:32:50 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,378,1496127600"; d="scan'208";a="288397595" Subject: Re: [PATCH v5 4/4]: perf/core: complete replace of lists by rb trees for pinned and flexible groups at perf_event_context To: Alexander Shishkin , Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo Cc: Andi Kleen , Kan Liang , Dmitri Prokhorov , Valery Cherepennikov , Mark Rutland , David Carrillo-Cisneros , Stephane Eranian , linux-kernel References: <871spdx6jj.fsf@ashishki-desk.ger.corp.intel.com> <87pocxvkeh.fsf@ashishki-desk.ger.corp.intel.com> From: Alexey Budankov Organization: Intel Corp. Message-ID: <98db15d5-799f-0ce6-b70f-df59037203c7@linux.intel.com> Date: Tue, 18 Jul 2017 18:32:45 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <87pocxvkeh.fsf@ashishki-desk.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 18.07.2017 18:23, Alexander Shishkin wrote: > Alexey Budankov writes: > >>> You probably also want to explain this change, for example change the >>> @group_list description, saying that something else links into it now. >>> >> >> The whole patch as a single commit, attached to patch v5 4/4, may provide >> the complete view of suggested changes. > > No, each patch has to be readable on its own. If one has to jump between > patches to figure out what's going on, it's already discouraging. The > point of submitting a patch, on the other hand, is to encourage the > reviewers to read on. Agree. That was my initial intention when splitting into several patches. > > Regards, > -- > Alex >