[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <nycvar.YSQ.7.76.1710122113250.1718@knanqh.ubzr>
Date: Thu, 12 Oct 2017 21:20:50 -0400 (EDT)
From: Nicolas Pitre <nicolas.pitre@...aro.org>
To: Chris Brandt <Chris.Brandt@...esas.com>
cc: Alexander Viro <viro@...iv.linux.org.uk>,
Christoph Hellwig <hch@...radead.org>,
"linux-fsdevel@...r.kernel.org" <linux-fsdevel@...r.kernel.org>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
"linux-embedded@...r.kernel.org" <linux-embedded@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH v6 1/4] cramfs: direct memory access support
On Thu, 12 Oct 2017, Chris Brandt wrote:
> On Thursday, October 12, 2017, Nicolas Pitre wrote:
> > Small embedded systems typically execute the kernel code in place (XIP)
> > directly from flash to save on precious RAM usage. This adds the ability
> > to consume filesystem data directly from flash to the cramfs filesystem
> > as well. Cramfs is particularly well suited to this feature as it is
> > very simple and its RAM usage is already very low, and with this feature
> > it is possible to use it with no block device support and even lower RAM
> > usage.
> >
>
> Works!
>
> I first applied the MTD patch series from here:
>
> http://patchwork.ozlabs.org/project/linux-mtd/list/?series=7504
>
> Then this v6 patch series on top of it.
>
> I created a mtd-rom/direct-mapped partition and was able to both mount after boot, and also boot as the rootfs.
>
> So far, so good.
>
> Thank you!
>
> Tested-by: Chris Brandt <chris.brandt@...esas.com>
Great! Thanks for testing.
Hopefully this series has finally addressed all objections that were
raised.
Nicolas
Powered by blists - more mailing lists