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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,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 6288CC433E0 for ; Wed, 15 Jul 2020 09:53:41 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 2C4A82064B for ; Wed, 15 Jul 2020 09:53:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Bsu0MVc7" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2C4A82064B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: 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=tM6LtZo2lNpDnnzRezT1+/8HxysNixyFLbxLPPG6Qzk=; b=Bsu0MVc779hdfdkNB9StPcyYv HmbcYNz2aYHuF5FuEy5pm6/OIFoQLIoldldgVwI2zLTcvjLvL8ozaI28BEhTmWL5NBg3A86xJj26M uwctba/DqqCwwPZI9fqDTqUvUuJjitooWDgZlinQyeJl3CnsVW++d0khmU7Pvrk8O+PuHsB74io9Q umRfiJcxrBi2j/PuhCl4YNMT6fDTaTPflL4YZoexiPqOW1DRd8tlJHgJGDYrPMdxFCIw1a36tLn5X Vk6uzcPaOXCAquL7ZdI7tXTWvvg6o5xqA+xKgUmSLub3iCVjkZA8vziy2vkFoP5V+4ZE7hV+TVJH3 hsVjQFP0A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jve5R-0000oX-I7; Wed, 15 Jul 2020 09:52:25 +0000 Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=noisy.programming.kicks-ass.net) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jve5O-0000o4-6v; Wed, 15 Jul 2020 09:52:22 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id DDBAC3028C8; Wed, 15 Jul 2020 11:52:20 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id BE52A2145CCC0; Wed, 15 Jul 2020 11:52:20 +0200 (CEST) Date: Wed, 15 Jul 2020 11:52:20 +0200 From: Peter Zijlstra To: "Ahmed S. Darwish" Subject: Re: [PATCH v2 1/6] sched_clock: Expose struct clock_read_data Message-ID: <20200715095220.GH10769@hirez.programming.kicks-ass.net> References: <20200715020512.20991-1-leo.yan@linaro.org> <20200715020512.20991-2-leo.yan@linaro.org> <20200715055650.GB225020@debian-buster-darwi.lab.linutronix.de> <20200715081222.GB10769@hirez.programming.kicks-ass.net> <20200715081443.GB43129@hirez.programming.kicks-ass.net> <20200715092345.GA231464@debian-buster-darwi.lab.linutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200715092345.GA231464@debian-buster-darwi.lab.linutronix.de> 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: Mark Rutland , Catalin Marinas , Alexander Shishkin , Jiri Olsa , Adrian Hunter , Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Paul Cercueil , Ingo Molnar , Leo Yan , Namhyung Kim , Thomas Gleixner , jogness@linutronix.de, Will Deacon , "Ben Dooks \(Codethink\)" , linux-arm-kernel@lists.infradead.org, Kan Liang 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 On Wed, Jul 15, 2020 at 11:23:45AM +0200, Ahmed S. Darwish wrote: > > Can we then please replace the raw_read_seqcount(), in the original > patch which started this discussion, with raw_read_seqcount_latch()? Separate patch please, but ACK for making the change. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel