From patchwork Thu Dec 20 08:11:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Artem Bityutskiy X-Patchwork-Id: 207622 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 0A8F62C00A9 for ; Thu, 20 Dec 2012 19:11:19 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TlbCy-0002CI-DM; Thu, 20 Dec 2012 08:10:24 +0000 Received: from mga14.intel.com ([143.182.124.37]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TlbCw-0002BY-3P for linux-mtd@lists.infradead.org; Thu, 20 Dec 2012 08:10:23 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 20 Dec 2012 00:10:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,322,1355126400"; d="asc'?scan'208";a="234404305" Received: from linux.jf.intel.com (HELO linux.intel.com) ([10.23.219.25]) by azsmga001.ch.intel.com with ESMTP; 20 Dec 2012 00:10:18 -0800 Received: from [10.237.72.50] (sauron.fi.intel.com [10.237.72.50]) by linux.intel.com (Postfix) with ESMTP id 202372C8001; Thu, 20 Dec 2012 00:10:15 -0800 (PST) Message-ID: <1355991091.4106.64.camel@sauron.fi.intel.com> Subject: [GIT PULL] UBI changes for 3.8-rc1 From: Artem Bityutskiy To: Linus Torvalds Date: Thu, 20 Dec 2012 10:11:31 +0200 X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121220_031022_292295_03BE0F58 X-CRM114-Status: GOOD ( 16.88 ) 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 [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.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 , "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, please, pull UBI changes. The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556: Linux 3.7-rc2 (2012-10-20 12:11:32 -0700) are available in the git repository at: git://git.infradead.org/linux-ubi.git tags/upstream-3.8-rc1 for you to fetch changes up to eab737722ed6a5638f6251e83f0d293c2ffe549f: UBI: embed ubi_debug_info field in ubi_device struct (2012-12-10 13:38:59 +0200) ---------------------------------------------------------------- Nothing exciting, just clean-ups and nicification. Oh, and one small optimization which makes UBI to use less RAM. ---------------------------------------------------------------- Artem Bityutskiy (1): UBI: do not allocate the memory unnecessarily Ezequiel Garcia (5): UBI: gluebi: rename misleading variables UBI: remove spurious comment UBI: replace memcpy with struct assignment UBI: introduce helpers dbg_chk_{io, gen} UBI: embed ubi_debug_info field in ubi_device struct Wei Yongjun (1): UBI: use list_move_tail instead of list_del/list_add_tail drivers/mtd/ubi/attach.c | 23 +++++++++-------------- drivers/mtd/ubi/build.c | 12 ++---------- drivers/mtd/ubi/debug.c | 34 ++++------------------------------ drivers/mtd/ubi/debug.h | 57 +++++++++++++-------------------------------------------- drivers/mtd/ubi/fastmap.c | 6 ++---- drivers/mtd/ubi/gluebi.c | 28 ++++++++++++++-------------- drivers/mtd/ubi/io.c | 14 +++++++------- drivers/mtd/ubi/ubi.h | 40 +++++++++++++++++++++++++++++++++++++++- drivers/mtd/ubi/upd.c | 6 ++---- drivers/mtd/ubi/vmt.c | 4 ++-- drivers/mtd/ubi/vtbl.c | 2 +- drivers/mtd/ubi/wl.c | 7 +++---- 12 files changed, 98 insertions(+), 135 deletions(-)