Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752527AbdLGV0u (ORCPT ); Thu, 7 Dec 2017 16:26:50 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:37411 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750828AbdLGV0r (ORCPT ); Thu, 7 Dec 2017 16:26:47 -0500 X-ME-Sender: Date: Fri, 8 Dec 2017 08:26:43 +1100 From: "Tobin C. Harding" To: Jonathan Corbet Cc: Markus Heiser , Randy Dunlap , Andrew Murray , Linux Doc Mailing List , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] doc: convert printk-formats.txt to rst Message-ID: <20171207212643.GO2191@eros> References: <1512625750-6657-1-git-send-email-me@tobin.cc> <72D12001-6F2A-4B8F-A742-401F5E289904@darmarit.de> <20171207204434.GH2191@eros> <20171207135256.304b9414@lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171207135256.304b9414@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: 643 Lines: 29 On Thu, Dec 07, 2017 at 01:52:56PM -0700, Jonathan Corbet wrote: > On Fri, 8 Dec 2017 07:44:34 +1100 > "Tobin C. Harding" wrote: > > > Where is Jon's tree hosted please, I don't see it on kernel.org > > From the MAINTAINERS file: > > T: git git://git.lwn.net/linux.git docs-next Just in case it is of any use to you Jon Adding a remote using the above URL # Jon's docs tree [remote "corbet"] url = git://git.lwn.net/linux.git fetch = +refs/heads/*:refs/remotes/corbet/* pushurl = no_push fails to git fetch, but ping showed me git://git3.lwn.net/linux.git Using that URL, fetched just fine. thanks, Tobin.