Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp6725868ybf; Fri, 6 Mar 2020 03:22:12 -0800 (PST) X-Google-Smtp-Source: ADFU+vuFr0uFJ+49bDAuzlPD8y4xHo234SntviHMgSL4WNEAgQSL9ieLhsbQXhjTGfd+AOJYh5fv X-Received: by 2002:a05:6808:2ce:: with SMTP id a14mr2116447oid.37.1583493732074; Fri, 06 Mar 2020 03:22:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583493732; cv=none; d=google.com; s=arc-20160816; b=IsVFzv+ZwbS9WZVFCc0ISVQv/F6fsoVclHrrEUHxD2dPHY8yAzCB/Y5b+ULUD66g7V gahUkjconjtB+snlnLC0lz51VaLSzs6iL8CBNFIgKJ6jHdV7J926nXaYtKwBxMssR77i +wkLB2GAMHaoFwKruqce2snwTsZ/fPHv5gjQ0QSvHTH6crAl0WK/VxVkwU7X+u4omvu5 bF7ANpgMmQlHF9BuiQjKpPUAgDjQaK3oFrm5dziAkMzDyTS83NaAljhXtEGbRpbXiRzU NU3WHLqXSgT8dh/Ab90t5f+i1lCSS9XAv3rXi7xkEjzhEfsPzBfaSMWoHQRZmnCq5zO3 +X2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=ow1LOP4H/rFG/CbeEiFMK6VXwCaH5ZhJtzCm5R9yJwg=; b=w+V6708cQOoBXXdYuwLsJyFXE7v13P1U6nQ8EE7qWQO/XGAkFEn0WWHvuw2ra8SlNk TM1PF//CUTlJTmuoPctnvq0/7g+eizNJgTW48Isgv5HolkpxI+CMcWlK4hOAN5CT5z6O qpSAN4Dvv4gtJQRYZcKN9UQ99S4ONoptzwcEaTn8A6Vy3GOO9JGfD00GBc4zxTY8pofb zw7TOxQzxCTw3m58HSmGeTwjaEv1TfiFuZcadiIXP6oHb8f0KNwqgJ+lpooe/JyunNTW n2jz7jeTc3juPe+C8MCEHXsBJTc+TcG/SIGKQDeY7c91bDLkEGye2ehbRTSUH2u5/c5S urng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y15si1160630oto.19.2020.03.06.03.22.00; Fri, 06 Mar 2020 03:22:12 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726462AbgCFLVj (ORCPT + 99 others); Fri, 6 Mar 2020 06:21:39 -0500 Received: from foss.arm.com ([217.140.110.172]:59858 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725827AbgCFLVj (ORCPT ); Fri, 6 Mar 2020 06:21:39 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9259731B; Fri, 6 Mar 2020 03:21:38 -0800 (PST) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.71]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 637213F6C4; Fri, 6 Mar 2020 03:21:36 -0800 (PST) Date: Fri, 6 Mar 2020 11:21:34 +0000 From: Catalin Marinas To: Ionela Voinescu Cc: will@kernel.org, mark.rutland@arm.com, maz@kernel.org, suzuki.poulose@arm.com, sudeep.holla@arm.com, lukasz.luba@arm.com, valentin.schneider@arm.com, dietmar.eggemann@arm.com, rjw@rjwysocki.net, pkondeti@codeaurora.org, linux-doc@vger.kernel.org, peterz@infradead.org, viresh.kumar@linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, mingo@redhat.com, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 0/7] arm64: ARMv8.4 Activity Monitors support Message-ID: <20200306112134.GD2503422@arrakis.emea.arm.com> References: <20200305090627.31908-1-ionela.voinescu@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200305090627.31908-1-ionela.voinescu@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ionela, On Thu, Mar 05, 2020 at 09:06:20AM +0000, Ionela Voinescu wrote: > v5 -> v6 > - v5 can be found at [7] > - The current series is based on arm64/master [8]. arm64/master is just some random point in the Linus tree, I didn't realise people are using it. I moved it to v5.6-rc3 as that's the base for the final arm64 for-next/core. > - [1/7] kernel parameter removed as Catalin recommended > - [2/7, 4/7] changelog and documentation changed to remove information > about the removed kernel parameter > - [2/7, 3/7, 6/7] collected reviewed-by and acked-by from James, > Marc and Lukasz. The series looks fine. Once Sudeep reviews/acks the arch topology patch, I'll queue the patches. Thanks. -- Catalin