| Submitter | Bityutskiy, Artem |
|---|---|
| Date | June 8, 2012, 5:07 p.m. |
| Message ID | <1339175470.2392.6.camel@sauron.fi.intel.com> |
| Download | mbox |
| Permalink | /patch/163824/ |
| State | New |
| Headers | show
Return-Path: <linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org> 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 42AC6B6FB7 for <incoming@patchwork.ozlabs.org>; Sat, 9 Jun 2012 03:09:40 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Sd2fK-0008Dk-5g; Fri, 08 Jun 2012 17:08:02 +0000 Received: from mga11.intel.com ([192.55.52.93]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Sd2fH-0008DW-46 for linux-mtd@lists.infradead.org; Fri, 08 Jun 2012 17:07:59 +0000 Content-Type: multipart/mixed; boundary="===============0519172466==" MIME-Version: 1.0 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 08 Jun 2012 10:07:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="asc'?scan'208";a="162971990" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga001.fm.intel.com with ESMTP; 08 Jun 2012 10:07:55 -0700 Received: from irsmsx152.ger.corp.intel.com (163.33.192.66) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.1.355.2; Fri, 8 Jun 2012 18:07:22 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.178]) by IRSMSX152.ger.corp.intel.com ([169.254.6.206]) with mapi id 14.01.0355.002; Fri, 8 Jun 2012 18:07:21 +0100 From: "Bityutskiy, Artem" <artem.bityutskiy@intel.com> To: Linus Torvalds <torvalds@linux-foundation.org> Subject: [GIT PULL] UBI/UBIFS fixes for 3.5-rc2 Thread-Topic: [GIT PULL] UBI/UBIFS fixes for 3.5-rc2 Thread-Index: AQHNRZkqljIeg0oRr0+CGAF52/oS4A== Date: Fri, 8 Jun 2012 17:07:20 +0000 Message-ID: <1339175470.2392.6.camel@sauron.fi.intel.com> Accept-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-originating-ip: [10.237.72.78] MIME-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -6.9 (------) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-6.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high trust [192.55.52.93 listed in list.dnswl.org] -0.0 T_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-mtd@lists.infradead.org>, Linux Kernel Maling List <linux-kernel@vger.kernel.org> X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Bityutskiy, Artem" <artem.bityutskiy@intel.com> List-Id: Linux MTD discussion mailing list <linux-mtd.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-mtd/> List-Post: <mailto:linux-mtd@lists.infradead.org> List-Help: <mailto:linux-mtd-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-mtd>, <mailto:linux-mtd-request@lists.infradead.org?subject=subscribe> Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org |
The following changes since commit f8f5701bdaf9134b1f90e5044a82c66324d2073f: Linux 3.5-rc1 (2012-06-02 18:29:26 -0700) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-3.5-rc2 for you to fetch changes up to 12027f1b3fd69a4e9017e6b13c72547a99c6cf54: UBI: correct ubi_wl_flush locking (2012-06-07 15:22:21 +0300) ---------------------------------------------------------------- Fix UBI and UBIFS - they refuse to work without debugfs. This was broken by the 3.5-rc1 UBI/UBIFS changes when we removed the debugging Kconfig switches. Also, correct locking in 'ubi_wl_flush()' - it was extended to support flushing a specific LEB in 3.5-rc1, and the locking was sub-optimal. ---------------------------------------------------------------- Artem Bityutskiy (3): UBI: fix debugfs-less systems support UBIFS: fix debugfs-less systems support UBI: correct ubi_wl_flush locking drivers/mtd/ubi/debug.c | 12 ++++++++++-- drivers/mtd/ubi/wl.c | 17 +++++++++++++---- fs/ubifs/debug.c | 12 ++++++++++-- 3 files changed, 33 insertions(+), 8 deletions(-)