Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp691741ybk; Fri, 15 May 2020 11:02:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyt1Qor+0i+yiBSfOn1aGzdu95qoZDu1uZKJKrVM6xRRk4kaLMiTw39H+sfdOzKLSS1XmYI X-Received: by 2002:a17:906:51b:: with SMTP id j27mr3847081eja.246.1589565731117; Fri, 15 May 2020 11:02:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589565731; cv=none; d=google.com; s=arc-20160816; b=p7jp5jpW68sT3YbidmvOw55EtNrL1AZRxrzZBCg7R8zQJm6TtCXY5BXycP7P0sCw6D TR6ApvPMJYIXdqq131KhnI3yo1VhFydKlp7QXblyex6PSDMfYLqGuDms0wEcMg4ql0J6 NxjQqwCE/IhFpbquu8EpheDLmG5CaO1BOPUfAwH1aKbR6LVR0W68y/0E2Ei6x4p+bkuf VFTau67S+UxIwMxn/EELVwM6ZwiKojVN/5KE9uteEV8cS1r+2Szd7zX9r1/ZYbwq3seH 8MfKrsQS+pIP3NEZ4q4B/fQB+DdvbbkFxcLnAVg5IpRyM0yiwW55AqXXopJOemvOZ7N/ aahw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=EYpjGtbSUPi04s27rqPs989abuaqUkFzu8ewk6eX7/k=; b=NDDEUbymMyFyKAVnN9mKCT1rarjhaUwFZ6L/LIC8Pm5eU1aTA/5WQSyJI7f9VdvmS+ 6DdIfaphNLCekIkanpbb9JMF/PAiDwT95pBo39Shtczb6j0DVcqs3jvZnkXGr18NdWIk /0ehAOGzZRt8n5EFj9HXqxpOTIrqIrJaJhaaCr1o8unnH8RKzRi+zZXi7+jm3cUDqdeq qUp3hAapVj2WmHX+uDON2Vexd48cgNDQgMWBYaKK9oyBnCpaaV2Rtbb+vhwSuaga3VRY muJwb+Nili8i9Q5sgJho5/Dt3W5nFj8CyrNMUtKVYWI2B9WwRKSSOVqu11YvW90VvEXr d0fQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z10si1686037ejw.152.2020.05.15.11.01.46; Fri, 15 May 2020 11:02:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726269AbgEOSAS (ORCPT + 99 others); Fri, 15 May 2020 14:00:18 -0400 Received: from ms.lwn.net ([45.79.88.28]:53664 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726248AbgEOSAS (ORCPT ); Fri, 15 May 2020 14:00:18 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 1D477845; Fri, 15 May 2020 18:00:17 +0000 (UTC) Date: Fri, 15 May 2020 12:00:16 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Thomas Gleixner , Andrew Morton , "Paul E. McKenney" , Pawan Gupta , Juergen Gross , Mike Kravetz , Masahiro Yamada , Daniel Jordan , Mike Rapoport , Changbin Du , Randy Dunlap , Stephen Rothwell , Anshuman Khandual , Krzysztof Kozlowski Subject: Re: [PATCH 06/14] docs: debugging-via-ohci1394.txt: add it to the core-api book Message-ID: <20200515120016.2083479c@lwn.net> In-Reply-To: <9b489d36d08ad89d3ad5aefef1f52a0715b29716.1588345503.git.mchehab+huawei@kernel.org> References: <9b489d36d08ad89d3ad5aefef1f52a0715b29716.1588345503.git.mchehab+huawei@kernel.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 1 May 2020 17:37:50 +0200 Mauro Carvalho Chehab wrote: > There is an special chapter inside the core-api book about > some debug infrastructure like tracepoints and debug objects. > > It sounded to me that this is the best place to add a chapter > explaining how to use a FireWire controller to do remote > kernel debugging, as explained on this document. > > Signed-off-by: Mauro Carvalho Chehab I've applied this, but core-api really seems like the wrong place for this. It would be good to rethink our layout a bit at some point in the near future... Thanks, jon