Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752454AbdGDO2r (ORCPT ); Tue, 4 Jul 2017 10:28:47 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:33350 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752201AbdGDO2q (ORCPT ); Tue, 4 Jul 2017 10:28:46 -0400 Date: Tue, 4 Jul 2017 16:28:36 +0200 From: Peter Zijlstra To: Josef Bacik Cc: Ingo Molnar , mingo@redhat.com, linux-kernel@vger.kernel.org, kernel-team@fb.com, Josef Bacik Subject: Re: [RFC][PATCH] sched: attach extra runtime to the right avg Message-ID: <20170704142836.GC7287@worktop> References: <1498787766-9593-1-git-send-email-jbacik@fb.com> <20170702093718.aq5p5xxfvrjdeful@gmail.com> <20170704094141.mebcs2pjv2s6vynt@hirez.programming.kicks-ass.net> <20170704101308.odsijqc6qa7p2pe3@gmail.com> <20170704122150.f2bqv55g7vvjztxa@hirez.programming.kicks-ass.net> <20170704124003.i7lg4c7gdnqqbjyo@hirez.programming.kicks-ass.net> <20170704135123.GA7328@destiny> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170704135123.GA7328@destiny> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 338 Lines: 7 On Tue, Jul 04, 2017 at 09:51:25AM -0400, Josef Bacik wrote: > Sorry everybody, I thought I had tested all of the patches minus this one, but > apparently I did not. Re-testing with the original code and my other patches > verified that the problem is still fixed, so this isn't needed. Sorry for the > noise, N/P, thanks for testing!