From patchwork Fri Mar 23 13:40:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Artem Bityutskiy X-Patchwork-Id: 148438 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 A3C93B6EEF for ; Sat, 24 Mar 2012 00:39:11 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SB4gQ-000868-Ln; Fri, 23 Mar 2012 13:37:34 +0000 Received: from mga01.intel.com ([192.55.52.88]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SB4gG-00085l-Hv for linux-mtd@lists.infradead.org; Fri, 23 Mar 2012 13:37:28 +0000 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 23 Mar 2012 06:37:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="asc'?scan'208";a="132404734" Received: from linux.jf.intel.com (HELO linux.intel.com) ([10.23.219.25]) by fmsmga001.fm.intel.com with ESMTP; 23 Mar 2012 06:37:18 -0700 Received: from [10.237.72.167] (sauron.fi.intel.com [10.237.72.167]) by linux.intel.com (Postfix) with ESMTP id 524192C8001; Fri, 23 Mar 2012 06:37:16 -0700 (PDT) Message-ID: <1332510012.18717.64.camel@sauron.fi.intel.com> Subject: [GIT PULL] UBI changes for v3.4-rc1 From: Artem Bityutskiy To: Linus Torvalds Date: Fri, 23 Mar 2012 15:40:12 +0200 X-Mailer: Evolution 3.2.3 (3.2.3-1.fc16) Mime-Version: 1.0 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -5.0 (-----) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-5.0 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 [192.55.52.88 listed in list.dnswl.org] 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is CUSTOM_MED 0.8 SPF_NEUTRAL SPF: sender does not match SPF record (neutral) 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@lists.infradead.org, linux-kernel@vger.kernel.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 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-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Hi Linus, The following changes since commit 6b21d18ed50c7d145220b0724ea7f2613abf0f95: Linux 3.3-rc5 (2012-02-25 12:18:16 -0800) are available in the git repository at: git://git.infradead.org/linux-ubi.git tags/upstream-3.4-rc1 for you to fetch changes up to cc831464f839dc2559f896b96d13eaa0366282b0: UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPS (2012-03-09 10:31:18 +0200) ---------------------------------------------------------------- - Reduce memory consumption - Fix picking unknown blocks - Fix error-path in 'ubi_scan()' - Minor clean-ups ---------------------------------------------------------------- Artem Bityutskiy (4): UBI: fix documentation and improve readability UBI: fix eraseblock picking criteria UBI: rename peb_buf1 to peb_buf UBI: rename MOVE_CANCEL_BITFLIPS to MOVE_TARGET_BITFLIPS Josselin Costanzi (1): UBI: reduce memory consumption Richard Weinberger (1): UBI: fix error handling in ubi_scan() drivers/mtd/ubi/build.c | 14 ++++---------- drivers/mtd/ubi/eba.c | 30 +++++++++++++++--------------- drivers/mtd/ubi/io.c | 14 +++++++------- drivers/mtd/ubi/scan.c | 16 ++++++++-------- drivers/mtd/ubi/ubi.h | 12 +++++------- drivers/mtd/ubi/wl.c | 21 ++++++++++----------- 6 files changed, 49 insertions(+), 58 deletions(-)