From patchwork Thu Aug 23 06:55:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Artem Bityutskiy X-Patchwork-Id: 179520 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9C1FC2C00A2 for ; Thu, 23 Aug 2012 16:52:00 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T4RFn-0006P8-VI; Thu, 23 Aug 2012 06:50:56 +0000 Received: from mga02.intel.com ([134.134.136.20]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1T4RFi-0006Ov-Cg for linux-mtd@lists.infradead.org; Thu, 23 Aug 2012 06:50:51 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by orsmga101.jf.intel.com with ESMTP; 22 Aug 2012 23:50:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,298,1344236400"; d="asc'?scan'208";a="184016887" Received: from linux.jf.intel.com (HELO linux.intel.com) ([10.23.219.25]) by azsmga001.ch.intel.com with ESMTP; 22 Aug 2012 23:50:19 -0700 Received: from [10.237.72.96] (sauron.fi.intel.com [10.237.72.96]) by linux.intel.com (Postfix) with ESMTP id E43502C8001; Wed, 22 Aug 2012 23:50:19 -0700 (PDT) Message-ID: <1345704908.2848.202.camel@sauron.fi.intel.com> Subject: [GIT PULL] UBIFS fixes for 3.6-rc3 From: Artem Bityutskiy To: Linus Torvalds Date: Thu, 23 Aug 2012 09:55:08 +0300 X-Mailer: Evolution 3.2.3 (3.2.3-3.fc16) Mime-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -7.1 (-------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-7.1 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [134.134.136.20 listed in list.dnswl.org] -0.2 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-mtd , Linux Kernel Maling List X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: artem.bityutskiy@linux.intel.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Hi Linus, The following changes since commit d9875690d9b89a866022ff49e3fcea892345ad92: Linux 3.6-rc2 (2012-08-16 14:51:24 -0700) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-3.6-rc3 for you to fetch changes up to 69f9025894c391fec2f7c7ea9150203418454915: UBIFS: fix error messages spelling (2012-08-22 17:41:09 +0300) ---------------------------------------------------------------- UBIFS fixes for 3.6: 1. Fix crash on error which prevents emulated power-cut testing. 2. Fix log reply regression introduced in 3.6-rc1. 3. Fix UBIFS complaints about too small debug buffer size which. 4. Fix error message spelling, and remove incorrect commentary. ---------------------------------------------------------------- Artem Bityutskiy (5): UBIFS: remove stale commentary UBIFS: fix crash on error path UBIFS: fix replay regression UBIFS: fix complaints about too small debug buffer size UBIFS: fix error messages spelling fs/ubifs/debug.h | 2 +- fs/ubifs/lpt.c | 5 ++++- fs/ubifs/recovery.c | 2 +- fs/ubifs/replay.c | 3 +-- fs/ubifs/super.c | 3 --- 5 files changed, 7 insertions(+), 8 deletions(-)