From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753643Ab3KSXOT (ORCPT ); Tue, 19 Nov 2013 18:14:19 -0500 Received: from ozlabs.org ([203.10.76.45]:41580 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753152Ab3KSXOQ (ORCPT ); Tue, 19 Nov 2013 18:14:16 -0500 From: Rusty Russell To: Ingo Molnar , Linus Torvalds Cc: Josh Boyer , Linux Kernel Mailing List , Thomas Gleixner , Peter Zijlstra , "H. Peter Anvin" , Andrew Morton , Josh Boyer Subject: Re: [GIT PULL] core kernel update In-Reply-To: <20131119190904.GA22076@gmail.com> References: <20131119154253.GA12219@gmail.com> <20131119190904.GA22076@gmail.com> User-Agent: Notmuch/0.15.2 (http://notmuchmail.org) Emacs/23.4.1 (i686-pc-linux-gnu) Date: Wed, 20 Nov 2013 09:35:10 +1030 Message-ID: <8738msdmc9.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ingo Molnar writes: > [*] Plus perhaps allow offstack to be configurable arbitrarily if > debugging is enabled [DEBUG_PER_CPU_MAP=y], to allow easy > experiments/measurements? Yes, it was good for i386 testing. But now it seems that DEBUG_KERNEL is on for every distribution (AFAICT), it's no longer an obscure option. I'm happy to kill it. Cheers, Rusty.