Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2768219ybl; Sat, 31 Aug 2019 23:24:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqy95kYBy2/34QNMlaV6AoFXLx6UDOjmjU05lmo7SYb36F8lXB9OT20rIXR+9pBnPI65neag X-Received: by 2002:a17:902:d907:: with SMTP id c7mr14689323plz.126.1567319059655; Sat, 31 Aug 2019 23:24:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567319059; cv=none; d=google.com; s=arc-20160816; b=iPWMKWjE0rT8C0LVf+/8lQx1dfyiaw2ktYrLfzHYHdJf0bsbx5RoPBXw0B6v2ZlFwO v8yWsef1IjSEbpAZJIsNEJFtxLmSDqBTlydSY3VUoNR5bqAidhlVshjHWV6E4zM0k1Bd bvWcvj0Mquj+QjOpFW6lJ8HPHDIdP9LgKOFZFKnth1XlTiiAQF2FHY/TI8rlCt0AtSka iHcpGMwa+QBVadrK7JYVDzaM8GJrqnnMdyKteMlyeP8cZRowk7QGVntiXBQ16LksVeNd S/y/iIt1SoaF4j9/V73NECX+TncBnz4U83ZKRd45JiRlp8/m+YLWNaDqtA/5jx1MAJ+L J7Xw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=FuSzkljzjOnwDfhlG5UPjqUWoaHBa79vkRSLVpBH5iE=; b=w4HZ52SyjBqn4bfbRGcuQaabU8mFlOkLsrjeKD8+AwwG3epSRLmRjBjoyQVGckw4Dm jKuTWQTyBXOcaOxBhNjonXhJqbj34pewKUIA1FaI1EXHEaj6bpZPL6ljo/uzIskE2voK fI2La0Wdlfp1eGGfS3coR7GWln+x19YPX1f7ocHlZhg4igl42KEmOYmJOvVlmZ0aGLRY tVL6+w0kC7q+2RmJ4AYJb8uhpiZf0ROuL0w2/mxgR15pII2gEycZdsA1iffPmZbDjPTs t5VKy63qmhAl3Z5ec+WEVnodn8BF4oNNyc5Pce1eAnQLV5/xJsxCsrtJpz1pcY1PsZGz bDmQ== 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 b16si4549639plz.295.2019.08.31.23.24.02; Sat, 31 Aug 2019 23:24:19 -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 S1726496AbfIAGXG (ORCPT + 99 others); Sun, 1 Sep 2019 02:23:06 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:55200 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725265AbfIAGXG (ORCPT ); Sun, 1 Sep 2019 02:23:06 -0400 Received: from p5de0b6c5.dip0.t-ipconnect.de ([93.224.182.197] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1i4JGR-0007Uc-B9; Sun, 01 Sep 2019 08:23:03 +0200 Date: Sun, 1 Sep 2019 08:23:02 +0200 (CEST) From: Thomas Gleixner To: Changbin Du cc: Andrew Morton , yamada.masahiro@socionext.com, LKML , Marc Zyngier Subject: Re: [PATCH] genirq: move debugfs option to kernel hacking In-Reply-To: <20190901035539.2957-1-changbin.du@gmail.com> Message-ID: References: <20190901035539.2957-1-changbin.du@gmail.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 1 Sep 2019, Changbin Du wrote: > Just like the other generic debug options, move the irq one to > 'Kernel hacking' menu. Why? Kernel hacking is a inscrutable mess where you can waste a lot of time to find what you are looking for. If I want to debug interrupts then having the option right there where all other interrupt related configuration is makes tons of sense. I would be less opposed to this when the kernel hacking menu would be halfways well structured, but you just chose another random place for that option which is worse than what we have now. Thanks, tglx