From patchwork Mon Sep 16 07:29:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Artem Bityutskiy X-Patchwork-Id: 275128 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6916F2C00DD for ; Mon, 16 Sep 2013 17:30:31 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VLTGB-0004tN-Lh; Mon, 16 Sep 2013 07:30:15 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VLTGA-0003PE-0F; Mon, 16 Sep 2013 07:30:14 +0000 Received: from mga14.intel.com ([143.182.124.37]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VLTG7-0003Nz-CM for linux-mtd@lists.infradead.org; Mon, 16 Sep 2013 07:30:12 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by azsmga102.ch.intel.com with ESMTP; 16 Sep 2013 00:29:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.90,913,1371106800"; d="scan'208";a="396207509" Received: from linux.jf.intel.com (HELO linux.intel.com) ([10.23.219.25]) by fmsmga001.fm.intel.com with ESMTP; 16 Sep 2013 00:29:49 -0700 Received: from [10.237.72.163] (sauron.fi.intel.com [10.237.72.163]) by linux.intel.com (Postfix) with ESMTP id BF25D6A4007; Mon, 16 Sep 2013 00:29:46 -0700 (PDT) Message-ID: <1379316587.17490.56.camel@sauron.fi.intel.com> Subject: [GIT PULL] UBIFS changes for 3.12-rc1 From: Artem Bityutskiy To: Linus Torvalds Date: Mon, 16 Sep 2013 10:29:47 +0300 X-Mailer: Evolution 3.6.4 (3.6.4-3.fc18) Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130916_033011_531896_7539982E X-CRM114-Status: GOOD ( 11.83 ) X-Spam-Score: -5.1 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (dedekind1[at]gmail.com) -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [143.182.124.37 listed in list.dnswl.org] 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED 0.7 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 0.2 FREEMAIL_ENVFROM_END_DIGIT Envelope-from freemail username ends in digit (dedekind1[at]gmail.com) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.9 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list Cc: linux-mtd , "linux-kernel@vger.kernel.org" X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Hi Linus, very few changes. I'll start using a single UBI/UBIFS tree instead of 2 trees from now on. So in the future you'll get 1 small pull request instead of 2 tiny ones. The following changes since commit d4e4ab86bcba5a72779c43dc1459f71fea3d89c8: Linux 3.11-rc5 (2013-08-11 18:04:20 -0700) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-3.12-rc1 for you to fetch changes up to c23e9b75ccd0edba81a506c7d97e0af626489256: UBIFS: remove invalid warn msg with tst_recovery enabled (2013-08-16 16:42:08 +0300) ---------------------------------------------------------------- Just one patch which fixes the power-cut recovery testing mode. ---------------------------------------------------------------- Mats Kärrman (1): UBIFS: remove invalid warn msg with tst_recovery enabled fs/ubifs/debug.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)