From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753266AbeA1E7g (ORCPT ); Sat, 27 Jan 2018 23:59:36 -0500 Received: from mail-io0-f196.google.com ([209.85.223.196]:46384 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751790AbeA1E7e (ORCPT ); Sat, 27 Jan 2018 23:59:34 -0500 X-Google-Smtp-Source: AH8x227IfZoF/DilGpnSnPj1NSpbY0uNq0YdHeKY/EgXA4UpbOFd++kZSaLCg44GAai8BV3U6CdxqQ== Date: Sat, 27 Jan 2018 22:59:31 -0600 From: Andy Gross To: Bjorn Andersson Cc: Ohad Ben-Cohen , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, Suman Anna , Avaneesh Kumar Dwivedi , Loic Pallardy Subject: Re: [PATCH v3 3/4] soc: qcom: mdt-loader: Return relocation base Message-ID: <20180128045931.GA30392@hector.attlocal.net> References: <20180106000420.10070-1-bjorn.andersson@linaro.org> <20180106000420.10070-4-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180106000420.10070-4-bjorn.andersson@linaro.org> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 05, 2018 at 04:04:19PM -0800, Bjorn Andersson wrote: > In order to implement support for grabbing core dumps in remoteproc it's > necessary to know the relocated base of the image, as the offsets from > the virtual memory base might not be based on the physical address. > > Return the adjusted physical base address to the caller. > > Signed-off-by: Bjorn Andersson This looks fine. Acked-by: Andy Gross