From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Hershberger Date: Wed, 13 May 2015 17:01:54 -0500 Subject: [U-Boot] [PATCH 2/2] Use map_sysmem when accessing memory in setexpr In-Reply-To: References: <1431370394-29923-1-git-send-email-joe.hershberger@ni.com> <1431370394-29923-2-git-send-email-joe.hershberger@ni.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On Mon, May 11, 2015 at 5:41 PM, Simon Glass wrote: > On 11 May 2015 at 12:53, Joe Hershberger wrote: >> The setexpr command used to segfault when accessing memory in sandbox. >> The pointer accesses should be mapped. >> >> Signed-off-by: Joe Hershberger >> Cc: Simon Glass >> --- >> >> common/cmd_setexpr.c | 32 +++++++++++++++++++++++--------- >> 1 file changed, 23 insertions(+), 9 deletions(-) > > Reviewed-by: Simon Glass Can you pull this patch in? I have to regenerate patch 1 in this series, but this is pretty much independent. These should not have been in the same series. Thanks, -Joe