From patchwork Mon Jul 23 08:39:15 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Artem Bityutskiy X-Patchwork-Id: 172581 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 058482C00A5 for ; Mon, 23 Jul 2012 18:36:46 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1StE6k-00085D-Ry; Mon, 23 Jul 2012 08:35:14 +0000 Received: from mga02.intel.com ([134.134.136.20]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1StE6Q-000845-CB for linux-mtd@lists.infradead.org; Mon, 23 Jul 2012 08:34:55 +0000 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 23 Jul 2012 01:34:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="asc'?scan'208";a="175897484" Received: from linux.jf.intel.com (HELO linux.intel.com) ([10.23.232.205]) by orsmga002.jf.intel.com with ESMTP; 23 Jul 2012 01:34:47 -0700 Received: from [10.237.72.54] (sauron.fi.intel.com [10.237.72.54]) by linux.intel.com (Postfix) with ESMTP id 1E6242C8001; Mon, 23 Jul 2012 01:34:46 -0700 (PDT) Message-ID: <1343032755.4060.121.camel@sauron.fi.intel.com> Subject: [GIT PULL] UBI changes for 3.6-rc1 From: Artem Bityutskiy To: Linus Torvalds Date: Mon, 23 Jul 2012 11:39:15 +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: -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 ---- ---------------------- -------------------------------------------------- -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.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (dedekind1[at]gmail.com) 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.0 FSL_FREEMAIL_2 FSL_FREEMAIL_2 0.0 FSL_FREEMAIL_1 FSL_FREEMAIL_1 0.9 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list Cc: linux-mtd , Linux Kernel Maling List 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 84a1caf1453c3d44050bd22db958af4a7f99315c: Linux 3.5-rc7 (2012-07-14 15:40:28 -0700) are available in the git repository at: git://git.infradead.org/linux-ubi.git tags/upstream-3.6-rc1 for you to fetch changes up to 87e773c95eb0b363f2efcc7aff8a347dc18925d0: UBI: harmonize the update of ubi->beb_rsvd_pebs (2012-07-18 14:30:34 +0300) ---------------------------------------------------------------- Change the default amount of eraseblocks which UBI reserves for bad block handling from 1% to 2%, because 1% does not meet most modern flashes requirements. 1% was good enough in the past for old high-quality SLCs, but nowadays 2% is much more appropriate. Other changes are clean-ups. ---------------------------------------------------------------- Peter Meerwald (1): UBI: fix spelling of detach in debug output Richard Genoud (1): UBI: Change the default percentage of reserved PEB Shmulik Ladkani (2): UBI: trivial: fix comment of ubi_calculate_reserved function UBI: harmonize the update of ubi->beb_rsvd_pebs drivers/mtd/ubi/Kconfig | 2 +- drivers/mtd/ubi/cdev.c | 2 +- drivers/mtd/ubi/misc.c | 25 ++++++++++++++++++++++++- drivers/mtd/ubi/ubi.h | 1 + drivers/mtd/ubi/vmt.c | 20 ++------------------ 5 files changed, 29 insertions(+), 21 deletions(-)