[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <160579629161.503380.9118263439060046721.stgit@devnote2>
Date: Thu, 19 Nov 2020 23:31:32 +0900
From: Masami Hiramatsu <mhiramat@...nel.org>
To: Steven Rostedt <rostedt@...dmis.org>,
Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Chen Yu <yu.c.chen@...el.com>, Chen Yu <yu.chen.surf@...il.com>,
Masami Hiramatsu <mhiramat@...nel.org>,
LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...nel.org>,
Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org
Subject: [RFC PATCH 0/3] bootconfig: Use hexadecimal ASCII string for size and checksum
Hello,
Here is a seires of patches to change the bootconfig footer format
to use 8-bytes hexadecimal ASCII string for size and checksum instead
of u32.
In the previous thread for alignment series[1], Steve pointed that
the current footer format makes it hard to apply the bootconfig for
cross-build initrd if the target endianness is different from the
host machine.
So, this changes the size and checksum format to 8-bytes hexadecimal
ASCII string as same as cpio. Since that is a string, we don't need
to care of the difference of the endianness anymore.
Thank you,
[1] https://lore.kernel.org/lkml/20201118112249.30d20147@gandalf.local.home/
---
Masami Hiramatsu (3):
bootconfig: Use hexadecimal ASCII string for size and checksum
tools/bootconfig: Use hexadecimal ASCII string for size and checksum
docs: bootconfig: Use hexadecimal ASCII string for size and checksum
Documentation/admin-guide/bootconfig.rst | 6 +++-
init/main.c | 20 ++++++++++----
tools/bootconfig/main.c | 43 +++++++++++++++++++-----------
tools/bootconfig/test-bootconfig.sh | 2 +
4 files changed, 48 insertions(+), 23 deletions(-)
--
Masami Hiramatsu (Linaro) <mhiramat@...nel.org>
Powered by blists - more mailing lists