Received: by 10.213.65.68 with SMTP id h4csp59364imn; Tue, 27 Mar 2018 16:26:50 -0700 (PDT) X-Google-Smtp-Source: AIpwx48HVgeLfLf3QGZlt4evMIzv3O2Ohh7o+XEvR9ZxtRthC9eYYImytz2bnJNmpHlC6VE6v7m2 X-Received: by 10.99.49.143 with SMTP id x137mr860055pgx.424.1522193210737; Tue, 27 Mar 2018 16:26:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1522193210; cv=none; d=google.com; s=arc-20160816; b=HGz39E1KKxSwPeEMrdlYzDqQzkly+5y0i9kRo4wOx6UIO3qTecPi5GMLCSGYqtLuYk h7uN+/EXK9D/1NLn49a5EXkiCJuvBpR9FVb4Ey40CMknsvWGPkdayHfzI/zhbGYLibCS gKEIectwF7zkkvAQrZC/ZHKlfR0vQ588lJPDc7DjNtBCBAezgPWSKO/ozXCBw9trWqHu onvBzCJXcQ+u2yzudjNDfs8PZCk8iAA8Onx396tdKXVpP5/21+117LFMZByVUZCJpmq0 oUXUI+n2NzVUZXixol1xXogFtockg5IrzU6jl7Hdo4IzV6HkQ8sd1jS1eqZnOXKO3Zz8 +0+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=Bzkxm21k0rDl+JIdbePfelBXBrQ8j/tNoLF3edMi7Ww=; b=tcd2vJ52dfy3lW8OJ31dEfIPTQLa4P9rKTPAzl5XH7NYFxo4/zgs5LvAgqPoQc4gsG UbI/f6cf2QMe8MshyAkt+b60AOl2RhotrMwd5uKX64AtKjMkwwX3mEyu/BDGYq5OorpY ALWgIkV5kvu/SFuUQ/m5Ao3K8vAmVnJpdEt68fLJAoXT4CXIZFw/iqB8PrWiNmsUPi4w 2SfgL1VIyoLSMptDd+xpsWXkKC7In6cP5ysndOjl9fdtrn5/dI/4bfoCg4TJQglsU/3A dNLm3IcE07q7aKowwhUwShNrjh3zshQuvYq7GkyhMNGNpkcsiwn+EJuWdhC5386sCmnT YL8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y11si1504323pgo.735.2018.03.27.16.26.35; Tue, 27 Mar 2018 16:26:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752384AbeC0XZk (ORCPT + 99 others); Tue, 27 Mar 2018 19:25:40 -0400 Received: from mx2.suse.de ([195.135.220.15]:39129 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752247AbeC0XZj (ORCPT ); Tue, 27 Mar 2018 19:25:39 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id D76E4AFBF; Tue, 27 Mar 2018 23:25:37 +0000 (UTC) Date: Tue, 27 Mar 2018 16:13:21 -0700 From: Davidlohr Bueso To: Waiman Long Cc: Ingo Molnar , Peter Zijlstra , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/2] locking/debug: Add a master lock debugging switch Message-ID: <20180327231321.4on2kczby5ejqglt@linux-n805> References: <1522186690-10526-1-git-send-email-longman@redhat.com> <1522186690-10526-3-git-send-email-longman@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1522186690-10526-3-git-send-email-longman@redhat.com> User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 27 Mar 2018, Waiman Long wrote: >Add a new master LOCK_DEBUGGING Kconfig option to turn on all the lock >debugging options except the selftests and the torture tests. For what purpose? I'm not sure we want yet another config debug option. These are all expert level configuration and honestly I would rather such users _think_ about what options they are enabling instead of giving them a large hammer. If enough load, this can also make boxes completely locked up for any sort of testing/debugging. I vote no. Also, CI efforts such 0-day already have the necessary scripting to cover the debug options that make sense. Thanks, Davidlohr