From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754674Ab3HPKYI (ORCPT ); Fri, 16 Aug 2013 06:24:08 -0400 Received: from merlin.infradead.org ([205.233.59.134]:44341 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755075Ab3HPKW0 (ORCPT ); Fri, 16 Aug 2013 06:22:26 -0400 Message-Id: <20130816101221.028189677@chello.nl> User-Agent: quilt/0.60-1 Date: Fri, 16 Aug 2013 12:12:21 +0200 From: Peter Zijlstra To: Ingo Molnar , Joonsoo Kim Cc: linux-kernel@vger.kernel.org, Mike Galbraith , Paul Turner , Alex Shi , Preeti U Murthy , Vincent Guittot , Morten Rasmussen , Namhyung Kim , Joonsoo Kim , Peter Zijlstra Subject: [PATCH 0/6] Various load-balance cleanups/optimizations Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, The first 3 are reworks of the patches Joonsoo posted with fixes/changes, the second three are further cleanups that I spotted while working on the patches from Joonsoo. There was enough wrong with the patches from Joonsoo that I feel somewhat hesitant to merge them now and request people to stare at them in detail to make sure there's no other weird stuff I've missed. Thanks.