From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753877AbcHXTuO (ORCPT ); Wed, 24 Aug 2016 15:50:14 -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 S1753657AbcHXTuN (ORCPT ); Wed, 24 Aug 2016 15:50:13 -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.8-rc4 Message-ID: Date: Wed, 24 Aug 2016 21:49:56 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit 7a1dcf6adaa7cc4b8cd93a3883267497a77b1051: Merge tag 'usercopy-v4.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux (2016-08-23 14:32:38 -0400) are available in the git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-4.8-rc4 for you to fetch changes up to 17ce1eb0b64eb27d4f9180daae7495fa022c7b0d: ubifs: Fix xattr generic handler usage (2016-08-23 23:02:52 +0200) ---------------------------------------------------------------- This pull requests contains fixes for two issues in UBI and UBIFS: 1. Wrong UBIFS assertion. 2. A UBIFS xattr regression. ---------------------------------------------------------------- Richard Weinberger (1): ubifs: Fix xattr generic handler usage Vincent Stehlé (1): ubifs: Fix assertion in layout_in_gaps() fs/ubifs/tnc_commit.c | 2 +- fs/ubifs/xattr.c | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-)