Re: [U-Boot] [PATCH] cmd: host: fix seg fault at "host info"

2019-10-06 Thread Tom Rini
On Thu, Aug 22, 2019 at 04:47:39PM +0900, AKASHI Takahiro wrote: > With the patch below applied, host_block_dev structure was switched > to be placed in platdata rather than priv. The command "host info" > must be aligned with this change. Otherwise, we will see "Segmentation > Fault." > > Fixes:

Re: [U-Boot] [PATCH] cmd: host: fix seg fault at "host info"

2019-10-03 Thread Bin Meng
+Tom On Thu, Oct 3, 2019 at 2:00 PM AKASHI Takahiro wrote: > > Ping, > > This patch has not been merged yet. > Simon is on vacation. Tom, could you please take this patch directly? This needs to be in v2019.10. Regards, Bin ___ U-Boot mailing list U-

Re: [U-Boot] [PATCH] cmd: host: fix seg fault at "host info"

2019-10-02 Thread AKASHI Takahiro
Ping, This patch has not been merged yet. -Takahiro Akashi On Thu, Aug 22, 2019 at 04:47:39PM +0900, AKASHI Takahiro wrote: > With the patch below applied, host_block_dev structure was switched > to be placed in platdata rather than priv. The command "host info" > must be aligned with this chang

Re: [U-Boot] [PATCH] cmd: host: fix seg fault at "host info"

2019-08-26 Thread Heinrich Schuchardt
On 8/22/19 9:47 AM, AKASHI Takahiro wrote: With the patch below applied, host_block_dev structure was switched to be placed in platdata rather than priv. The command "host info" must be aligned with this change. Otherwise, we will see "Segmentation Fault." Fixes: 8f994c860d91 ("sandbox: blk: Swi

Re: [U-Boot] [PATCH] cmd: host: fix seg fault at "host info"

2019-08-26 Thread Bin Meng
On Thu, Aug 22, 2019 at 3:45 PM AKASHI Takahiro wrote: > > With the patch below applied, host_block_dev structure was switched > to be placed in platdata rather than priv. The command "host info" > must be aligned with this change. Otherwise, we will see "Segmentation > Fault." > > Fixes: 8f994c86

[U-Boot] [PATCH] cmd: host: fix seg fault at "host info"

2019-08-22 Thread AKASHI Takahiro
With the patch below applied, host_block_dev structure was switched to be placed in platdata rather than priv. The command "host info" must be aligned with this change. Otherwise, we will see "Segmentation Fault." Fixes: 8f994c860d91 ("sandbox: blk: Switch to use platdata_auto_alloc_size for the