Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753854Ab3HBUA3 (ORCPT ); Fri, 2 Aug 2013 16:00:29 -0400 Received: from relay3.sgi.com ([192.48.152.1]:52300 "EHLO relay.sgi.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753635Ab3HBUA2 (ORCPT ); Fri, 2 Aug 2013 16:00:28 -0400 Date: Fri, 2 Aug 2013 15:00:42 -0500 From: Alex Thorlton To: Dave Jones , linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Andrew Morton , Mel Gorman , "Kirill A. Shutemov" , Rik van Riel , Johannes Weiner , "Eric W. Biederman" , Sedat Dilek , Frederic Weisbecker , Michael Kerrisk , "Paul E. McKenney" , David Howells , Thomas Gleixner , Al Viro , Oleg Nesterov , Srikar Dronamraju , Kees Cook , Robin Holt Subject: Re: [PATCH] Add per-process flag to control thp Message-ID: <20130802200042.GQ26476@sgi.com> References: <20130802194659.GP26476@sgi.com> <20130802195335.GA23255@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130802195335.GA23255@redhat.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: 530 Lines: 12 > Instead of blowing a whole int on this bool, we could add it > to the bitfield a few pages up where we have other prctl things like.. > > unsigned no_new_privs:1; Definitely a better way to go. I'll tweak that and float another version of the patch. Thanks for the input, Dave! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/