Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757832AbcCCUEv (ORCPT ); Thu, 3 Mar 2016 15:04:51 -0500 Received: from one.firstfloor.org ([193.170.194.197]:35753 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751495AbcCCUEu (ORCPT ); Thu, 3 Mar 2016 15:04:50 -0500 Date: Thu, 3 Mar 2016 21:04:46 +0100 From: Andi Kleen To: Chris Metcalf Cc: Andi Kleen , Gilad Ben Yossef , Steven Rostedt , Ingo Molnar , Peter Zijlstra , Andrew Morton , Rik van Riel , Tejun Heo , Frederic Weisbecker , Thomas Gleixner , "Paul E. McKenney" , Christoph Lameter , Viresh Kumar , Catalin Marinas , Will Deacon , Andy Lutomirski , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v10 05/12] task_isolation: support CONFIG_TASK_ISOLATION_ALL Message-ID: <20160303200446.GA5083@two.firstfloor.org> References: <1456949376-4910-1-git-send-email-cmetcalf@ezchip.com> <1456949376-4910-6-git-send-email-cmetcalf@ezchip.com> <87mvqfe7h3.fsf@tassilo.jf.intel.com> <56D8931E.4060205@mellanox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56D8931E.4060205@mellanox.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 269 Lines: 7 > The same arguments would seem to apply to TASK_ISOLATION_ALL; > note that applications don't actually go into task isolation mode > without issuing the appropriate prctl(), so it shouldn't be too That's a fair point. If it's entirely opt-in it's probably ok. -Andi