From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932826AbcFQMGm (ORCPT ); Fri, 17 Jun 2016 08:06:42 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:60146 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753525AbcFQMGj (ORCPT ); Fri, 17 Jun 2016 08:06:39 -0400 Message-Id: <20160617120136.064100812@infradead.org> User-Agent: quilt/0.63-1 Date: Fri, 17 Jun 2016 14:01:36 +0200 From: Peter Zijlstra To: Yuyang Du , Ingo Molnar , linux-kernel , Mike Galbraith , Benjamin Segall , Paul Turner , Morten Rasmussen , Dietmar Eggemann , Matt Fleming , Vincent Guittot Cc: Peter Zijlstra Subject: [PATCH 0/4] sched/fair: Fix PELT wobblies Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org These here patches should hopefully fix all these pesky new task/group double attach wobblies for which there have been a number of patch sets floating about. They have had minimal testing; they boot on x86_64 and I could create a cgroup and stuff my bash in it. Please as to have a close look. Much thanks to Vincent and Yuyang.