commit | bdac5c2b243f68ec15f8203c3348ae79fee8e8d8 | [log] [tgz] |
---|---|---|
author | Masami Hiramatsu <mhiramat@kernel.org> | Thu Sep 16 15:23:20 2021 +0900 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Sun Oct 10 20:43:42 2021 -0400 |
tree | a48e16528af72efc5e487565cde23a1de5a9a38b | |
parent | 6644c654ea70e0d8b8d5111e1272f8f29df00f21 [diff] |
bootconfig: Allocate xbc_data inside xbc_init() Allocate 'xbc_data' in the xbc_init() so that it does not need to care about the ownership of the copied data. Link: https://lkml.kernel.org/r/163177339986.682366.898762699429769117.stgit@devnote2 Suggested-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>