Message ID | 163171196689.590070.15063104707696447188.stgit@devnote2 (mailing list archive) |
---|---|
Headers | show |
Series | bootconfig: Fixes to bootconfig memory management | expand |
On Wed, Sep 15, 2021 at 6:19 AM Masami Hiramatsu <mhiramat@kernel.org> wrote: > > But still I'm thinking how I can move lib/bootconfig.c and bootconfig.h So having slept on it, I think the solution for now is "it's been a problem only this once, let's ignore it for now" IOW, I'll apply your trivial fixup for the bootconfig copy of memblock.h, and forget about it, and then if we end up having more problems with it later, we can look at a bigger fix. Linus
On Wed, Sep 15, 2021 at 9:47 AM Linus Torvalds <torvalds@linux-foundation.org> wrote: > > IOW, I'll apply your trivial fixup for the bootconfig copy of > memblock.h, and forget about it, and then if we end up having more > problems with it later, we can look at a bigger fix. Just to clarify - I applied that build fix directly to my tree, but this series of leak fixes I'll leave for the tracing tree. Linus
On Wed, 15 Sep 2021 09:51:15 -0700 Linus Torvalds <torvalds@linux-foundation.org> wrote: > On Wed, Sep 15, 2021 at 9:47 AM Linus Torvalds > <torvalds@linux-foundation.org> wrote: > > > > IOW, I'll apply your trivial fixup for the bootconfig copy of > > memblock.h, and forget about it, and then if we end up having more > > problems with it later, we can look at a bigger fix. Thanks, and OK, I'll try to solve this issue. > > Just to clarify - I applied that build fix directly to my tree, but > this series of leak fixes I'll leave for the tracing tree. OK, I got it. Thank you, > > Linus