linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] preserve FDT blob and present as /sys/firmware/fdt
@ 2014-11-10 18:47 Ard Biesheuvel
  2014-11-10 18:47 ` [PATCH v2 1/2] of/fdt: export fdt blob " Ard Biesheuvel
  2014-11-10 18:47 ` [PATCH v2 2/2] arm64: fdt: call preserve_fdt() before unflattening it Ard Biesheuvel
  0 siblings, 2 replies; 14+ messages in thread
From: Ard Biesheuvel @ 2014-11-10 18:47 UTC (permalink / raw)
  To: linux-arm-kernel

Meh, I am not necessarily a lot happier with this version, now split into a
generic and a arch specific part, but it addresses Grant's concerns with
respect to modification, without resorting to checksums.

Checksums only solve half of the problem, because /not/ presenting the
blob at all if the checksum is incorrect is not really an option imo.

Ard Biesheuvel (2):
  of/fdt: export fdt blob as /sys/firmware/fdt
  arm64: fdt: call preserve_fdt() before unflattening it

 arch/arm64/kernel/head.S  |  3 +++
 arch/arm64/kernel/setup.c |  1 +
 drivers/of/fdt.c          | 34 ++++++++++++++++++++++++++++++++++
 include/linux/of_fdt.h    |  2 ++
 4 files changed, 40 insertions(+)

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-11-12 12:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10 18:47 [PATCH v2 0/2] preserve FDT blob and present as /sys/firmware/fdt Ard Biesheuvel
2014-11-10 18:47 ` [PATCH v2 1/2] of/fdt: export fdt blob " Ard Biesheuvel
2014-11-11 14:42   ` Grant Likely
2014-11-11 14:44     ` Ard Biesheuvel
2014-11-11 16:25     ` Rob Herring
2014-11-11 20:08       ` Grant Likely
2014-11-11 20:34         ` Ard Biesheuvel
2014-11-12 11:45           ` Grant Likely
2014-11-12 11:51             ` Ard Biesheuvel
2014-11-12 12:01               ` Grant Likely
2014-11-12 12:08                 ` Ard Biesheuvel
2014-11-12 12:10                   ` Grant Likely
2014-11-12 10:42   ` Suzuki K. Poulose
2014-11-10 18:47 ` [PATCH v2 2/2] arm64: fdt: call preserve_fdt() before unflattening it Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).