From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751665AbcFWIVU (ORCPT ); Thu, 23 Jun 2016 04:21:20 -0400 Received: from b.ns.miles-group.at ([95.130.255.144]:44723 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750954AbcFWIVS (ORCPT ); Thu, 23 Jun 2016 04:21:18 -0400 To: Linus Torvalds Cc: "linux-mtd@lists.infradead.org" , "linux-kernel@vger.kernel.org" From: Richard Weinberger Subject: [GIT PULL] UBI/UBIFS fixes for 4.7-rc5 Message-ID: <576B9BF9.8000506@nod.at> Date: Thu, 23 Jun 2016 10:21:13 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit c0a1ecb9f4e208f4b75d88fa9669748e3fd705ab: gpio: make library immune to error pointers (2016-06-23 00:29:31 +0200) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-4.7-rc5 for you to fetch changes up to 4ac1c17b2044a1b4b2fbed74451947e905fc2992: UBIFS: Implement ->migratepage() (2016-06-23 00:29:53 +0200) ---------------------------------------------------------------- This pull requests contains fixes for two critical bugs in UBI and UBIFS: 1. Fixes the possibility of losing data upon a power cut when UBI tries to recover from a write error. 2. Fixes page migration on UBIFS. It turned out that the default page migration function is not suitable for UBIFS. ---------------------------------------------------------------- Kirill A. Shutemov (1): UBIFS: Implement ->migratepage() Richard Weinberger (2): ubi: Make recover_peb power cut aware mm: Export migrate_page_move_mapping and migrate_page_copy drivers/mtd/ubi/eba.c | 22 +++++++++++++++------- fs/ubifs/file.c | 24 ++++++++++++++++++++++++ mm/migrate.c | 2 ++ 3 files changed, 41 insertions(+), 7 deletions(-)