Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753012AbdDKJvO (ORCPT ); Tue, 11 Apr 2017 05:51:14 -0400 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:51185 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751619AbdDKJvL (ORCPT ); Tue, 11 Apr 2017 05:51:11 -0400 From: Oleksij Rempel To: richard@nod.at, dedekind1@gmail.com, adrian.hunter@intel.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Cc: Oleksij Rempel Subject: [PATCH v2 0/3] make ubifs compatible with IMA and EVM. Date: Tue, 11 Apr 2017 11:50:52 +0200 Message-Id: <20170411095055.26328-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.11.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::7 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 479 Lines: 17 To make ubifs compatible with IMA nad EVM security modules: - we need to notify them about inode changes over inode->i_version - provide super block uuid to allow fs choice by uuid. Oleksij Rempel (1): fs: ubifs: update i_version on inode changes Steffen Trumtrar (2): fs: ubifs: parse iversion mount option fs: ubifs: set s_uuid in super block fs/ubifs/file.c | 9 +++++++++ fs/ubifs/super.c | 8 +++++++- 2 files changed, 16 insertions(+), 1 deletion(-) -- 2.11.0