From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934718AbbI2Kel (ORCPT ); Tue, 29 Sep 2015 06:34:41 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:38139 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934549AbbI2Ked (ORCPT ); Tue, 29 Sep 2015 06:34:33 -0400 Date: Tue, 29 Sep 2015 12:34:28 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, fweisbec@gmail.com, oleg@redhat.com, umgwanakikbuti@gmail.com, tglx@linutronix.de, rostedt@goodmis.org Subject: Re: [RFC][PATCH 00/11] sched: Killing PREEMPT_ACTIVE Message-ID: <20150929103428.GA22647@gmail.com> References: <20150929092825.540553633@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150929092825.540553633@infradead.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Peter Zijlstra wrote: > This series kills PREEMPT_ACTIVE dead, its a tad risky, but survives light > testing on x86_64 and seems to compile on everything else. I've applied the first three patches because they look low risk. Will wait a bit with the rest. Thanks, Ingo