From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752026AbdF2XC1 (ORCPT ); Thu, 29 Jun 2017 19:02:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52962 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751581AbdF2XC0 (ORCPT ); Thu, 29 Jun 2017 19:02:26 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 6F6477F41A Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=riel@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 6F6477F41A Message-ID: <1498777341.6130.6.camel@redhat.com> Subject: Re: [PATCH 3/5] sched: Rename vtime fields From: Rik van Riel To: Frederic Weisbecker , LKML Cc: Peter Zijlstra , Thomas Gleixner , Luiz Capitulino , Ingo Molnar , Wanpeng Li Date: Thu, 29 Jun 2017 19:02:21 -0400 In-Reply-To: <1498756511-11714-4-git-send-email-fweisbec@gmail.com> References: <1498756511-11714-1-git-send-email-fweisbec@gmail.com> <1498756511-11714-4-git-send-email-fweisbec@gmail.com> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 29 Jun 2017 23:02:25 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-06-29 at 19:15 +0200, Frederic Weisbecker wrote: > The current "snapshot" based naming on vtime fields suggests we > record > some past event but that's a low level picture of their actual > purpose > which comes out blurry. The real point of these fields is to run a > basic > state machine that tracks down cputime entry while switching between > contexts. > > So lets reflect that with more meaningful names. > > Cc: Wanpeng Li > Cc: Rik van Riel > Cc: Peter Zijlstra > Cc: Thomas Gleixner > Cc: Ingo Molnar > Cc: Luiz Capitulino > Signed-off-by: Frederic Weisbecker Acked-by: Rik van Riel