Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752150AbdLGXul (ORCPT ); Thu, 7 Dec 2017 18:50:41 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:35099 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbdLGXuj (ORCPT ); Thu, 7 Dec 2017 18:50:39 -0500 X-ME-Sender: Date: Fri, 8 Dec 2017 10:50:35 +1100 From: "Tobin C. Harding" To: Jonathan Corbet Cc: Kees Cook , Randy Dunlap , Andrew Murray , linux-doc@vger.kernel.org, LKML Subject: Re: [PATCH] doc: convert printk-formats.txt to rst Message-ID: <20171207235035.GU2191@eros> References: <1512524729-16051-1-git-send-email-me@tobin.cc> <20171207160146.608264e1@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171207160146.608264e1@lwn.net> X-Mailer: Mutt 1.5.24 (2015-08-30) User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 941 Lines: 27 On Thu, Dec 07, 2017 at 04:01:46PM -0700, Jonathan Corbet wrote: > On Thu, 7 Dec 2017 14:50:42 -0800 > Kees Cook wrote: > > > > +These guides contain general information useful when writing kernel code. > > > + > > > +.. toctree:: > > > + :maxdepth: 1 > > > + > > > + printk-formats > > > > I actually think this belongs in the kernel core API documentation > > list (Documentation/core-api/index.rst). I defer to Jon's opinion, > > though. > > That's my opinion too, and what I had suggested in response to the > previous version. I suspect the pernicious influence of wombats! :) Steady on! Don't overuse it, you'll hurt my feelings :) Just kidding. I believe I got this right in the current version. If you are getting confused trying to follow these patches just try and follow the discussion my previous effort when hashing %p I'll let it settle a bit and re-spin after the weekend. thanks, Tobin.