From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Stornelli Subject: [PATCH 00/16 v3] pramfs: persistent and protected RAM filesystem Date: Sat, 13 Nov 2010 15:47:28 +0100 Message-ID: <4CDEA500.4050401@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Linux Embedded , Linux FS Devel , Tim Bird , Andrew Morton To: Linux Kernel Return-path: Received: from mail-fx0-f46.google.com ([209.85.161.46]:60245 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754720Ab0KMOuw (ORCPT ); Sat, 13 Nov 2010 09:50:52 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi all, third round for the patch series (I hope this is the last one :)). I summarize here the changes to improve the review: v3: - fix a possible memory leak in an error path reported by yidong zhang - fix a warning when using XIP about not used __pram_mmap symbol - fix test module header description and replaced TEST_MODULE with PRAMFS_TEST_MODULE in the Kconfig and Makefile according to the comments done by Randy Dunlap - fix a compilation warning in super.c reported by James Hogan - fix a compilation error when XIP was enabled - removed not used symbol PRAM_XATTR_INDEX_LUSTRE - fix some comment style issue v2: - fix documentation errors reported by Randy Dunlap and Kieran Bingham - reworked memory write protection functions with the suggestions of Andi Kleen v1: - first draft Marco