Searched hist:ca24306d83a125df187ad53eddb038fe0cffb8ca (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/proc/ |
H A D | bootconfig.c | diff ca24306d83a125df187ad53eddb038fe0cffb8ca Wed Jun 02 03:18:58 CDT 2021 Masami Hiramatsu <mhiramat@kernel.org> bootconfig: Change array value to use child node
It is not possible to put an array value with subkeys under a key node, because both of subkeys and the array elements are using "next" field of the xbc_node.
Thus this changes the array values to use "child" field in the array case. The reason why split this change is to test it easily.
Link: https://lkml.kernel.org/r/162262193838.264090.16044473274501498656.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
/openbmc/linux/include/linux/ |
H A D | bootconfig.h | diff ca24306d83a125df187ad53eddb038fe0cffb8ca Wed Jun 02 03:18:58 CDT 2021 Masami Hiramatsu <mhiramat@kernel.org> bootconfig: Change array value to use child node
It is not possible to put an array value with subkeys under a key node, because both of subkeys and the array elements are using "next" field of the xbc_node.
Thus this changes the array values to use "child" field in the array case. The reason why split this change is to test it easily.
Link: https://lkml.kernel.org/r/162262193838.264090.16044473274501498656.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
/openbmc/linux/tools/bootconfig/ |
H A D | main.c | diff ca24306d83a125df187ad53eddb038fe0cffb8ca Wed Jun 02 03:18:58 CDT 2021 Masami Hiramatsu <mhiramat@kernel.org> bootconfig: Change array value to use child node
It is not possible to put an array value with subkeys under a key node, because both of subkeys and the array elements are using "next" field of the xbc_node.
Thus this changes the array values to use "child" field in the array case. The reason why split this change is to test it easily.
Link: https://lkml.kernel.org/r/162262193838.264090.16044473274501498656.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|
/openbmc/linux/lib/ |
H A D | bootconfig.c | diff ca24306d83a125df187ad53eddb038fe0cffb8ca Wed Jun 02 03:18:58 CDT 2021 Masami Hiramatsu <mhiramat@kernel.org> bootconfig: Change array value to use child node
It is not possible to put an array value with subkeys under a key node, because both of subkeys and the array elements are using "next" field of the xbc_node.
Thus this changes the array values to use "child" field in the array case. The reason why split this change is to test it easily.
Link: https://lkml.kernel.org/r/162262193838.264090.16044473274501498656.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
|