From patchwork Sat Sep 16 18:59:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Richard Weinberger X-Patchwork-Id: 814541 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.infradead.org (client-ip=65.50.211.133; helo=bombadil.infradead.org; envelope-from=linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="DXgPOXnP"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xvhSL0klfz9rxj for ; Sun, 17 Sep 2017 05:01:05 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=PKwZnJC0Mz8ot4uNnhBXs4j9N5HAccRbKHZNuRpVjKE=; b=DXgPOXnPJP1jIO IgCveV/80bMZfzyNK11YqoKVOcCD5DYrkHZWKIigRN2guWMKszwTKgu1Efm9u9d7MD68dYRx2ZsNi s+NCclEfRKrvgihZ+QL5KhffjdBcBbh+OgRiB2TTs9fT/tboO0Lf/oyhp5optBCt1OTWhoCjr4sH5 cIBRDo3qionNlwAz/7nCMOISh/1rNAnLb6rhM1RUa+8CsP6lKE2JVRc+yx3x8XOrXXPIxVxgBmzV2 K0ESHfVAW9COtieAvlp0CKaGB57iZ1V49pAFCkN9KYjSa289kwlVKVOoQNilcEgMcIFAjdlg5VJkw +oRTvnUQenokNJJ4nHsQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dtIKb-0002Wy-Ed; Sat, 16 Sep 2017 19:00:45 +0000 Received: from mail.sigma-star.at ([95.130.255.111]) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1dtIJv-00012m-Eq for linux-mtd@lists.infradead.org; Sat, 16 Sep 2017 19:00:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.sigma-star.at (Postfix) with ESMTP id DE8ED24E0011; Sat, 16 Sep 2017 20:59:30 +0200 (CEST) Received: from blindfold.localnet (richard.vpn.sigmapriv.at [10.3.0.5]) by mail.sigma-star.at (Postfix) with ESMTPSA id 456E724E0010; Sat, 16 Sep 2017 20:59:30 +0200 (CEST) From: Richard Weinberger To: Linus Torvalds Subject: [GIT PULL] UBI updates for 4.14-rc1 Date: Sat, 16 Sep 2017 20:59:57 +0200 Message-ID: <1573378.SEVV3x3t27@blindfold> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170916_120003_715799_17B6B82E X-CRM114-Status: GOOD ( 10.76 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.4.1 on bombadil.infradead.org summary: Content analysis details: (-1.9 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Sender: "linux-mtd" Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Linus, The following changes since commit 569dbb88e80deb68974ef6fdd6a13edb9d686261: Linux 4.13 (2017-09-03 13:56:17 -0700) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-4.14-rc1 for you to fetch changes up to 89b68cd926633ff0df1e1a0ae29fcd80f68bdd96: UBI: Fix two typos in comments (2017-09-13 22:05:30 +0200) ---------------------------------------------------------------- This pull request contains updates for UBI: - Minor improvements ---------------------------------------------------------------- Ben Dooks (3): ubi: pr_err() strings should end with newlines ubi: pr_err() strings should end with newlines ubi: pr_err() strings should end with newlines Colin Ian King (1): ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate" Uwe Kleine-König (1): UBI: Fix two typos in comments drivers/mtd/ubi/block.c | 6 +++--- drivers/mtd/ubi/build.c | 20 ++++++++++---------- drivers/mtd/ubi/fastmap.c | 2 +- drivers/mtd/ubi/ubi-media.h | 4 ++-- 4 files changed, 16 insertions(+), 16 deletions(-)