From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752010AbdJROgC (ORCPT ); Wed, 18 Oct 2017 10:36:02 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:57013 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751576AbdJROgB (ORCPT ); Wed, 18 Oct 2017 10:36:01 -0400 Date: Wed, 18 Oct 2017 16:35:54 +0200 (CEST) From: Thomas Gleixner To: Matthew Wilcox cc: Ingo Molnar , Byungchul Park , peterz@infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, kernel-team@lge.com Subject: Re: [PATCH 1/2] lockdep: Introduce CROSSRELEASE_STACK_TRACE and make it not unwind as default In-Reply-To: <20171018141502.GB12063@bombadil.infradead.org> Message-ID: References: <1508318006-2090-1-git-send-email-byungchul.park@lge.com> <20171018133019.cwfhnt46pvhirt57@gmail.com> <20171018141502.GB12063@bombadil.infradead.org> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) 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 On Wed, 18 Oct 2017, Matthew Wilcox wrote: > On Wed, Oct 18, 2017 at 03:36:05PM +0200, Thomas Gleixner wrote: > > Which reminds me that I wanted to convert them to static_key so they are > > zero overhead when disabled. Sigh, why are todo lists growth only? > > This is why you need an Outreachy intern -- it gets at least one task > off your todo list, and in the best possible case, it gets a second > person working on your todo list for a long time. > > ... eventually they start their own todo lists ... Good idea. Oh, wait..... Getting an Outreachy intern is on my todo list already. Thanks, tglx From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f72.google.com (mail-wm0-f72.google.com [74.125.82.72]) by kanga.kvack.org (Postfix) with ESMTP id 1ECB76B0069 for ; Wed, 18 Oct 2017 10:36:03 -0400 (EDT) Received: by mail-wm0-f72.google.com with SMTP id q18so2209965wmg.18 for ; Wed, 18 Oct 2017 07:36:03 -0700 (PDT) Received: from Galois.linutronix.de (Galois.linutronix.de. [2a01:7a0:2:106d:700::1]) by mx.google.com with ESMTPS id u13si10034301wrb.325.2017.10.18.07.36.01 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 18 Oct 2017 07:36:02 -0700 (PDT) Date: Wed, 18 Oct 2017 16:35:54 +0200 (CEST) From: Thomas Gleixner Subject: Re: [PATCH 1/2] lockdep: Introduce CROSSRELEASE_STACK_TRACE and make it not unwind as default In-Reply-To: <20171018141502.GB12063@bombadil.infradead.org> Message-ID: References: <1508318006-2090-1-git-send-email-byungchul.park@lge.com> <20171018133019.cwfhnt46pvhirt57@gmail.com> <20171018141502.GB12063@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: owner-linux-mm@kvack.org List-ID: To: Matthew Wilcox Cc: Ingo Molnar , Byungchul Park , peterz@infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, kernel-team@lge.com On Wed, 18 Oct 2017, Matthew Wilcox wrote: > On Wed, Oct 18, 2017 at 03:36:05PM +0200, Thomas Gleixner wrote: > > Which reminds me that I wanted to convert them to static_key so they are > > zero overhead when disabled. Sigh, why are todo lists growth only? > > This is why you need an Outreachy intern -- it gets at least one task > off your todo list, and in the best possible case, it gets a second > person working on your todo list for a long time. > > ... eventually they start their own todo lists ... Good idea. Oh, wait..... Getting an Outreachy intern is on my todo list already. Thanks, tglx -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org