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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 372A8C433FF for ; Thu, 1 Aug 2019 13:31:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 091FF20679 for ; Thu, 1 Aug 2019 13:31:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="CXO/yfc1"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="wuAD+479" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 091FF20679 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+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id: References:In-Reply-To:Subject:To:From:Date:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=GKvpRv5tdvUv19YL62jguFJhOdZ4mDSkM0j8F8Ktq8I=; b=CXO/yfc1iNe4f4K8pxl1+JlYna nRRuvDkUQXvmLxfCSuEDCuHvu6dmRQ6SugID2u8MPZ4GnaexGNJifPKE7vgJAw+peCvTLbCE2D2vf lgqdVYLkqoah9aDCfrhYTpmLG47kwuvcuezUw++HSYDXUZ5UpKImqVTpq8KzsY8v5LdDawYDVYes/ v9GQG8mtCPl+X6PhSxf3snLLm9N0E7hQfdLpTTtpoGMcriv2OMjHgLoJssbnriidY5ISqJlZStdte JW7brMy48aSFtXy3yUBGUo5kEKgHF2Kfp2cxYVGFYuSnd4ocwwJ4gIb5vlSTvQy6uGW4mY/UBEev+ wQHRMe1g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1htBBG-0000HQ-U4; Thu, 01 Aug 2019 13:31:42 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1htBBD-0000EN-35 for linux-arm-kernel@lists.infradead.org; Thu, 01 Aug 2019 13:31:40 +0000 Received: from localhost (unknown [23.100.24.84]) (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 3560C217D7; Thu, 1 Aug 2019 13:31:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564666297; bh=FDmQMHWZPMHJgoKuycFoWV/jDx3I0OXYJajDAZAoBVM=; h=Date:From:To:To:To:Cc:CC:Cc:Subject:In-Reply-To:References:From; b=wuAD+479hKinynZiFjTincHaKM1o0rTr+9MIm3BbAxmt1sXVydhsQLPOIVi5mvi3Y rXy/oZTj1Rk9EAx9h9WbwPpMSzFwZJcwxmn/yB+pTeW/VdqKdx+XBGIryNv1m+mFko P2u4bXoMM90N2Uwz2DTiVmRBqWdODwWhgIgBQXrE= Date: Thu, 01 Aug 2019 13:31:36 +0000 From: Sasha Levin To: Sasha Levin To: Andrew Murray To: Mathieu Poirier , Subject: Re: [PATCH v4 2/6] coresight: etm4x: use explicit barriers on enable/disable In-Reply-To: <20190730125157.884-3-andrew.murray@arm.com> References: <20190730125157.884-3-andrew.murray@arm.com> Message-Id: <20190801133137.3560C217D7@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190801_063139_154310_C620685D X-CRM114-Status: UNSURE ( 9.05 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: , stable@vger.kernel.org, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.2.4, v5.1.21, v4.19.62, v4.14.134, v4.9.186, v4.4.186. v5.2.4: Build OK! v5.1.21: Build OK! v4.19.62: Failed to apply! Possible dependencies: 41a75cdde735 ("coresight: Convert driver messages to dev_dbg") 68a147752d04 ("coresight: etmx: Claim devices before use") e006d89abedd ("coresight: etm4x: Add support for handling errors") e2a1551a881f ("coresight: etm3: Add support for handling errors") v4.14.134: Failed to apply! Possible dependencies: 41a75cdde735 ("coresight: Convert driver messages to dev_dbg") 68a147752d04 ("coresight: etmx: Claim devices before use") e006d89abedd ("coresight: etm4x: Add support for handling errors") e2a1551a881f ("coresight: etm3: Add support for handling errors") v4.9.186: Failed to apply! Possible dependencies: 297ab90f15f6 ("coresight: tmc: Cleanup operation mode handling") 2cd541402829 ("coresight: tmc: minor fix for output log") 41a75cdde735 ("coresight: Convert driver messages to dev_dbg") 68a147752d04 ("coresight: etmx: Claim devices before use") c38e505e2701 ("coresight: tmc: Get rid of mode parameter for helper routines") e006d89abedd ("coresight: etm4x: Add support for handling errors") e2a1551a881f ("coresight: etm3: Add support for handling errors") v4.4.186: Failed to apply! Possible dependencies: 1925a470ce69 ("coresight: etm3x: splitting struct etm_drvdata") 2127154d115d ("coresight: etm3x: implementing user/kernel mode tracing") 22fd532eaa0c ("coresight: etm3x: adding operation mode for etm_enable()") 27b10da8fff2 ("coresight: etb10: moving to local atomic operations") 41a75cdde735 ("coresight: Convert driver messages to dev_dbg") 52210c8745e4 ("coresight: implementing 'cpu_id()' API") 68a147752d04 ("coresight: etmx: Claim devices before use") 882d5e112491 ("coresight: etm3x: implementing perf_enable/disable() API") b3e94405941e ("coresight: associating path with session rather than tracer") c04148e708c0 ("coresight: etm3x: moving sysFS entries to dedicated file") c1f8e57c9e66 ("coresight: etm3x: moving etm_readl/writel to header file") e2a1551a881f ("coresight: etm3: Add support for handling errors") e827d4550aa3 ("coresight: etb10: adding operation mode for sink->enable()") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks, Sasha _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel