From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752504AbcHKNG7 (ORCPT ); Thu, 11 Aug 2016 09:06:59 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:35345 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750832AbcHKNG5 (ORCPT ); Thu, 11 Aug 2016 09:06:57 -0400 MIME-Version: 1.0 In-Reply-To: <20160811125822.GB4214@lerouge> References: <1470893795-3527-1-git-send-email-wanpeng.li@hotmail.com> <20160811125822.GB4214@lerouge> From: Wanpeng Li Date: Thu, 11 Aug 2016 21:06:54 +0800 Message-ID: Subject: Re: [PATCH] cputime: Fix omitted ticks passed in parameter (was: Re: [tip:sched/urgent] sched/cputime: Fix steal time accounting) To: Frederic Weisbecker Cc: Wanpeng Li , Ingo Molnar , Peter Zijlstra , "H. Peter Anvin" , torvalds@linux-foundation.org, "linux-kernel@vger.kernel.org" , Rik van Riel , Paolo Bonzini , Thomas Gleixner , Radim Krcmar , linux-tip-commits@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2016-08-11 20:58 GMT+08:00 Frederic Weisbecker : > Commit f9bcf1e0e0145323ba2cf72ecad5264ff3883eb1 > ("sched/cputime: Fix steal time accounting") fixes a leak on steal time > accounting but forgets to account the ticks passed in parameters, > assuming there is only one to take into account. > > Let's consider that parameter back. You are right, thanks. Regards, Wanpeng Li