Re: [PATCH] sandbox: disable tracing before unmapping RAM

2023-04-28 Thread Simon Glass
Hi Pavel, On Fri, 28 Apr 2023 at 13:20, Simon Glass wrote: > > Hi Tom, > > Tom Rini says: > > Simon takes sandbox patches himself and I've assigned this to him in > > patchwork, thanks for submitting the patch. > > > > Ah, sorry for noise then. I am just unfamiliar with u-boot development >

Re: [PATCH] sandbox: disable tracing before unmapping RAM

2023-04-28 Thread Simon Glass
Hi Tom, Tom Rini says: > Simon takes sandbox patches himself and I've assigned this to him in > patchwork, thanks for submitting the patch. > Ah, sorry for noise then. I am just unfamiliar with u-boot development process. Thank you! With regards, Pavel Skripkin Applied to u-boot-dm, thanks!

Re: [PATCH] sandbox: disable tracing before unmapping RAM

2023-04-25 Thread Pavel Skripkin
Hi Tom, Tom Rini says: Simon takes sandbox patches himself and I've assigned this to him in patchwork, thanks for submitting the patch. Ah, sorry for noise then. I am just unfamiliar with u-boot development process. Thank you! With regards, Pavel Skripkin

Re: [PATCH] sandbox: disable tracing before unmapping RAM

2023-04-25 Thread Tom Rini
On Tue, Apr 25, 2023 at 04:43:19PM +0300, Pavel Skripkin wrote: > Hi Simon, > > Simon Glass says: > > On Wed, 12 Apr 2023 at 12:55, Pavel Skripkin wrote: > > > > > > Currently doing 'reset' command in sandbox with tracing enabled causes > > > SIGSEV > > > > > > ``` > > > Hit any key to stop

Re: [PATCH] sandbox: disable tracing before unmapping RAM

2023-04-25 Thread Pavel Skripkin
Hi Simon, Simon Glass says: On Wed, 12 Apr 2023 at 12:55, Pavel Skripkin wrote: Currently doing 'reset' command in sandbox with tracing enabled causes SIGSEV ``` Hit any key to stop autoboot: 0 => => => reset resetting ... Segmentation fault (core dumped) ``` Tracing callback uses RAM

Re: [PATCH] sandbox: disable tracing before unmapping RAM

2023-04-18 Thread Simon Glass
On Wed, 12 Apr 2023 at 12:55, Pavel Skripkin wrote: > > Currently doing 'reset' command in sandbox with tracing enabled causes > SIGSEV > > ``` > Hit any key to stop autoboot: 0 > => > => > => reset > resetting ... > Segmentation fault (core dumped) > > ``` > > Tracing callback uses RAM buffer

[PATCH] sandbox: disable tracing before unmapping RAM

2023-04-13 Thread Pavel Skripkin
Currently doing 'reset' command in sandbox with tracing enabled causes SIGSEV ``` Hit any key to stop autoboot: 0 => => => reset resetting ... Segmentation fault (core dumped) ``` Tracing callback uses RAM buffer for storing tracing reports, but state_uninit() function unmaps whole RAM, which