From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S937859AbdJQWLy (ORCPT ); Tue, 17 Oct 2017 18:11:54 -0400 Received: from one.firstfloor.org ([193.170.194.197]:54328 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932080AbdJQWLu (ORCPT ); Tue, 17 Oct 2017 18:11:50 -0400 Date: Tue, 17 Oct 2017 15:11:48 -0700 From: Andi Kleen To: Andrew Morton Cc: Andi Kleen , linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH] Support resetting WARN*_ONCE Message-ID: <20171017221148.GQ2482@two.firstfloor.org> References: <20171017214017.22708-1-andi@firstfloor.org> <20171017145458.8991e3bb4bd989004c499ac7@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171017145458.8991e3bb4bd989004c499ac7@linux-foundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Seems useful. Can we document the new interface please? > > I'm not sure where :( If it was in /proc/sys/kernel then we'd have a > Documentation file. But debugfs? I added a new file Documentation/clearing-warn-once.txt But longer term would be good to document all the debugfs entries systematically. Won't tackle that for this patchkit though. -Andi