From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752141AbdJaEWD (ORCPT ); Tue, 31 Oct 2017 00:22:03 -0400 Received: from mail-pf0-f180.google.com ([209.85.192.180]:47050 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751119AbdJaEWB (ORCPT ); Tue, 31 Oct 2017 00:22:01 -0400 X-Google-Smtp-Source: ABhQp+SPFENLPsYCeG7D86qZfD7q9OBLSJ/ZrYAON/e8QdtvwnJ6yPRSMKU5H8uDz0nGmGSnAMYI4A== Date: Mon, 30 Oct 2017 21:21:57 -0700 From: Bjorn Andersson To: Loic Pallardy Cc: ohad@wizery.com, linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, arnaud.pouliquen@st.com Subject: Re: [PATCH 0/2] remoteproc: increase debug capabilities Message-ID: <20171031042157.GB12511@builder> References: <1509108082-22201-1-git-send-email-loic.pallardy@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509108082-22201-1-git-send-email-loic.pallardy@st.com> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 27 Oct 05:41 PDT 2017, Loic Pallardy wrote: > This series increases remoteproc debug capabilities by adding: > - associated resource table dump feature > - registered carveouts list dump feature > This looks very reasonable, can you please fix the problem reported by 0-day? Regards, Bjorn > Loic Pallardy (2): > remoteproc: debug: add resource table dump feature > remoteproc: debug: add carveouts list dump feature > > drivers/remoteproc/remoteproc_debugfs.c | 130 ++++++++++++++++++++++++++++++++ > 1 file changed, 130 insertions(+) > > -- > 1.9.1 >