Re: [PATCH v2 1/3] Add valgrind headers to U-Boot

2022-03-21 Thread Sean Anderson
On 3/21/22 2:06 PM, Simon Glass wrote: Hi Sean, On Mon, 17 May 2021 at 19:39, Tom Rini wrote: On Mon, May 17, 2021 at 09:36:10PM -0400, Sean Anderson wrote: On 5/17/21 5:18 PM, Tom Rini wrote: On Wed, May 05, 2021 at 04:08:18PM -0400, Sean Anderson wrote: Valgrind uses magic code sequenc

Re: [PATCH v2 1/3] Add valgrind headers to U-Boot

2022-03-21 Thread Simon Glass
Hi Sean, On Mon, 17 May 2021 at 19:39, Tom Rini wrote: > > On Mon, May 17, 2021 at 09:36:10PM -0400, Sean Anderson wrote: > > > > On 5/17/21 5:18 PM, Tom Rini wrote: > > > On Wed, May 05, 2021 at 04:08:18PM -0400, Sean Anderson wrote: > > > > > > > Valgrind uses magic code sequences to define an

Re: [PATCH v2 1/3] Add valgrind headers to U-Boot

2021-05-17 Thread Tom Rini
On Mon, May 17, 2021 at 09:36:10PM -0400, Sean Anderson wrote: > > On 5/17/21 5:18 PM, Tom Rini wrote: > > On Wed, May 05, 2021 at 04:08:18PM -0400, Sean Anderson wrote: > > > > > Valgrind uses magic code sequences to define an ABI that the client may > > > use > > > to request behavior from the

Re: [PATCH v2 1/3] Add valgrind headers to U-Boot

2021-05-17 Thread Sean Anderson
On 5/17/21 5:18 PM, Tom Rini wrote: On Wed, May 05, 2021 at 04:08:18PM -0400, Sean Anderson wrote: Valgrind uses magic code sequences to define an ABI that the client may use to request behavior from the host. In particular, this may be used to inform valgrind about custom allocators, such as

Re: [PATCH v2 1/3] Add valgrind headers to U-Boot

2021-05-17 Thread Tom Rini
On Wed, May 05, 2021 at 04:08:18PM -0400, Sean Anderson wrote: > Valgrind uses magic code sequences to define an ABI that the client may use > to request behavior from the host. In particular, this may be used to > inform valgrind about custom allocators, such as the one used in U-Boot. > > This