Re: [PATCH for-8.2 0/2] ppc: get rid of free() (gitlab #1798)

2023-09-07 Thread Michael Tokarev
30.07.2023 20:13, Daniel Henrique Barboza wrote: On 7/29/23 12:35, Peter Maydell wrote: On Fri, 28 Jul 2023 at 21:57, Daniel Henrique Barboza wrote: Here's some trivial changes following Peter's call to arms against free() and friends in gitlab issue #1798 in an attempt to enforce our memory

Re: [PATCH for-8.2 0/2] ppc: get rid of free() (gitlab #1798)

2023-07-30 Thread Daniel Henrique Barboza
On 7/29/23 12:35, Peter Maydell wrote: On Fri, 28 Jul 2023 at 21:57, Daniel Henrique Barboza wrote: Here's some trivial changes following Peter's call to arms against free() and friends in gitlab issue #1798 in an attempt to enforce our memory management guidelines [1]. To clarify, this is

Re: [PATCH for-8.2 0/2] ppc: get rid of free() (gitlab #1798)

2023-07-29 Thread Peter Maydell
On Fri, 28 Jul 2023 at 21:57, Daniel Henrique Barboza wrote: > Here's some trivial changes following Peter's call to arms against > free() and friends in gitlab issue #1798 in an attempt to enforce > our memory management guidelines [1]. To clarify, this isn't a "call to arms". The issue is marke

[PATCH for-8.2 0/2] ppc: get rid of free() (gitlab #1798)

2023-07-28 Thread Daniel Henrique Barboza
Hello, Here's some trivial changes following Peter's call to arms against free() and friends in gitlab issue #1798 in an attempt to enforce our memory management guidelines [1]. We only have 2 "free()" occurences that needs fixing in the ppc tree. The hard part is to be dilligent to to not introd