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=-19.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS autolearn=unavailable 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 A9E80C43461 for ; Tue, 6 Apr 2021 08:22:40 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 1870D613C6 for ; Tue, 6 Apr 2021 08:22:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1870D613C6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 85AEA4BC83; Tue, 6 Apr 2021 04:22:39 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i6STDfUE4VmD; Tue, 6 Apr 2021 04:22:37 -0400 (EDT) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 2FF224BC8B; Tue, 6 Apr 2021 04:22:37 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 04C874BC88 for ; Tue, 6 Apr 2021 04:22:36 -0400 (EDT) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GzqrRmfCBAFe for ; Tue, 6 Apr 2021 04:22:34 -0400 (EDT) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id DB4194BC83 for ; Tue, 6 Apr 2021 04:22:34 -0400 (EDT) Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (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 DDFA1613C0; Tue, 6 Apr 2021 08:22:32 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lTgyj-005o6Q-PK; Tue, 06 Apr 2021 09:22:29 +0100 Date: Tue, 06 Apr 2021 09:22:29 +0100 Message-ID: <87o8erq0u2.wl-maz@kernel.org> From: Marc Zyngier To: Mathieu Poirier Subject: Re: [GIT PULL] coresight: Add support for ETE and TRBE In-Reply-To: <20210405191757.283122-1-mathieu.poirier@linaro.org> References: <20210405191757.283122-1-mathieu.poirier@linaro.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: mathieu.poirier@linaro.org, suzuki.poulose@arm.com, anshuman.khandual@arm.com, gregkh@linuxfoundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Cc: anshuman.khandual@arm.com, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu Hi Mathieu, On Mon, 05 Apr 2021 20:17:57 +0100, Mathieu Poirier wrote: > > The following changes since commit a354a64d91eec3e0f8ef0eed575b480fd75b999c: > > KVM: arm64: Disable guest access to trace filter controls (2021-03-24 17:26:38 +0000) > > are available in the Git repository at: > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > for you to fetch changes up to 7885b4e43231048654c5a80c0a18844ce3185e64: > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-05 11:38:04 -0600) > > ---------------------------------------------------------------- > Hi Marc, > > As previously agreed, here are the changes to support CoreSight > ETE and TRBE components submitted here[1]. > > I draw your attention to these: > > [PATCH v6 05/20] kvm: arm64: Handle access to TRFCR_EL1 > [PATCH v6 06/20] kvm: arm64: Move SPE availability check to VCPU load > [PATCH v6 07/20] arm64: kvm: Enable access to TRBE support for host > > They are KVM specific and will need an SoB tag. There seem to be a disconnect here, because it works the other way around. If I pull this, I obviously cannot add anything to the patches that are merged (changing stuff would result in changing the commit IDs, which is exactly the opposite of what we are trying to achieve). This isn't a problem, as the act of pulling the branch means that I am happy with that, and the git merge makes it traceable. However, some of the patches (the KVM ones) do not carry your own SoB, which is a problem (if you are picking stuff off the list, you need to add your own SoB). So for the couple of KVM patches, please add my Acked-by: Marc Zyngier together with your SoB, resend the PR and I'll gladly merge it. And if you can make sure the subject lines are formatted as: "KVM: arm64: Super Duper feature enablement" that'd be absolutely awesome (but that's just me being annoying...). Thanks, M. -- Without deviation from the norm, progress is not possible. _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm 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=-19.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 29B31C433B4 for ; Tue, 6 Apr 2021 08:24:42 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id AADBB6128D for ; Tue, 6 Apr 2021 08:24:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AADBB6128D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Subject:Cc:To: From:Message-ID:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jA12CHMzrNMI6bUK2NuuzTpLLqmCoGq1u4X7WvFwmeA=; b=NRijMP1agwqRPyTWO8EWYX/8S /czzgc0CosYzazJcosSaSN8XsuZA6c3urRBWDUFxnLOyuqMNOWUMLUXG6wpBgD+C4zrF3zV8cbciU bhDJ1Lp+0rWl5Zht5KlOBaBNDoPhoDjIzWpRyvq+FdNNiZhVNJzAb+SiuU13BIXI+jUq/S9vUoTyb E9pmYliiBwvXCs3yFtQAb4bCym7L+gsJUSAJDNycqCdbn/xnjP382vjoTlpoj6gVrbAbyiGAtEovc ZB3W1+O7byt88OkOala3gPXp4am+WXjtM7vWyMzPPUtwEJmwu8tEPwqZIxL18SXig6l9reqZhlAmY 2mdemj3aA==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lTgyu-001qzH-3S; Tue, 06 Apr 2021 08:22:40 +0000 Received: from mail.kernel.org ([198.145.29.99]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lTgyq-001qyH-3F for linux-arm-kernel@lists.infradead.org; Tue, 06 Apr 2021 08:22:38 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (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 DDFA1613C0; Tue, 6 Apr 2021 08:22:32 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lTgyj-005o6Q-PK; Tue, 06 Apr 2021 09:22:29 +0100 Date: Tue, 06 Apr 2021 09:22:29 +0100 Message-ID: <87o8erq0u2.wl-maz@kernel.org> From: Marc Zyngier To: Mathieu Poirier Cc: suzuki.poulose@arm.com, anshuman.khandual@arm.com, gregkh@linuxfoundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu Subject: Re: [GIT PULL] coresight: Add support for ETE and TRBE In-Reply-To: <20210405191757.283122-1-mathieu.poirier@linaro.org> References: <20210405191757.283122-1-mathieu.poirier@linaro.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: mathieu.poirier@linaro.org, suzuki.poulose@arm.com, anshuman.khandual@arm.com, gregkh@linuxfoundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210406_092236_460807_D1954DF6 X-CRM114-Status: GOOD ( 22.33 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Mathieu, On Mon, 05 Apr 2021 20:17:57 +0100, Mathieu Poirier wrote: > > The following changes since commit a354a64d91eec3e0f8ef0eed575b480fd75b999c: > > KVM: arm64: Disable guest access to trace filter controls (2021-03-24 17:26:38 +0000) > > are available in the Git repository at: > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > for you to fetch changes up to 7885b4e43231048654c5a80c0a18844ce3185e64: > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-05 11:38:04 -0600) > > ---------------------------------------------------------------- > Hi Marc, > > As previously agreed, here are the changes to support CoreSight > ETE and TRBE components submitted here[1]. > > I draw your attention to these: > > [PATCH v6 05/20] kvm: arm64: Handle access to TRFCR_EL1 > [PATCH v6 06/20] kvm: arm64: Move SPE availability check to VCPU load > [PATCH v6 07/20] arm64: kvm: Enable access to TRBE support for host > > They are KVM specific and will need an SoB tag. There seem to be a disconnect here, because it works the other way around. If I pull this, I obviously cannot add anything to the patches that are merged (changing stuff would result in changing the commit IDs, which is exactly the opposite of what we are trying to achieve). This isn't a problem, as the act of pulling the branch means that I am happy with that, and the git merge makes it traceable. However, some of the patches (the KVM ones) do not carry your own SoB, which is a problem (if you are picking stuff off the list, you need to add your own SoB). So for the couple of KVM patches, please add my Acked-by: Marc Zyngier together with your SoB, resend the PR and I'll gladly merge it. And if you can make sure the subject lines are formatted as: "KVM: arm64: Super Duper feature enablement" that'd be absolutely awesome (but that's just me being annoying...). Thanks, M. -- Without deviation from the norm, progress is not possible. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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=-19.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS 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 95157C433ED for ; Tue, 6 Apr 2021 08:22:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5E7D16117A for ; Tue, 6 Apr 2021 08:22:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239998AbhDFIWn (ORCPT ); Tue, 6 Apr 2021 04:22:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:59692 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239772AbhDFIWk (ORCPT ); Tue, 6 Apr 2021 04:22:40 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (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 DDFA1613C0; Tue, 6 Apr 2021 08:22:32 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lTgyj-005o6Q-PK; Tue, 06 Apr 2021 09:22:29 +0100 Date: Tue, 06 Apr 2021 09:22:29 +0100 Message-ID: <87o8erq0u2.wl-maz@kernel.org> From: Marc Zyngier To: Mathieu Poirier Cc: suzuki.poulose@arm.com, anshuman.khandual@arm.com, gregkh@linuxfoundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu Subject: Re: [GIT PULL] coresight: Add support for ETE and TRBE In-Reply-To: <20210405191757.283122-1-mathieu.poirier@linaro.org> References: <20210405191757.283122-1-mathieu.poirier@linaro.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: mathieu.poirier@linaro.org, suzuki.poulose@arm.com, anshuman.khandual@arm.com, gregkh@linuxfoundation.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kvmarm@lists.cs.columbia.edu X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mathieu, On Mon, 05 Apr 2021 20:17:57 +0100, Mathieu Poirier wrote: > > The following changes since commit a354a64d91eec3e0f8ef0eed575b480fd75b999c: > > KVM: arm64: Disable guest access to trace filter controls (2021-03-24 17:26:38 +0000) > > are available in the Git repository at: > > git@gitolite.kernel.org:pub/scm/linux/kernel/git/coresight/linux.git next-ETE-TRBE > > for you to fetch changes up to 7885b4e43231048654c5a80c0a18844ce3185e64: > > dts: bindings: Document device tree bindings for Arm TRBE (2021-04-05 11:38:04 -0600) > > ---------------------------------------------------------------- > Hi Marc, > > As previously agreed, here are the changes to support CoreSight > ETE and TRBE components submitted here[1]. > > I draw your attention to these: > > [PATCH v6 05/20] kvm: arm64: Handle access to TRFCR_EL1 > [PATCH v6 06/20] kvm: arm64: Move SPE availability check to VCPU load > [PATCH v6 07/20] arm64: kvm: Enable access to TRBE support for host > > They are KVM specific and will need an SoB tag. There seem to be a disconnect here, because it works the other way around. If I pull this, I obviously cannot add anything to the patches that are merged (changing stuff would result in changing the commit IDs, which is exactly the opposite of what we are trying to achieve). This isn't a problem, as the act of pulling the branch means that I am happy with that, and the git merge makes it traceable. However, some of the patches (the KVM ones) do not carry your own SoB, which is a problem (if you are picking stuff off the list, you need to add your own SoB). So for the couple of KVM patches, please add my Acked-by: Marc Zyngier together with your SoB, resend the PR and I'll gladly merge it. And if you can make sure the subject lines are formatted as: "KVM: arm64: Super Duper feature enablement" that'd be absolutely awesome (but that's just me being annoying...). Thanks, M. -- Without deviation from the norm, progress is not possible.