From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 38E64C43381 for ; Tue, 12 Mar 2019 15:13:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0D5242087C for ; Tue, 12 Mar 2019 15:13:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726649AbfCLPN5 (ORCPT ); Tue, 12 Mar 2019 11:13:57 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:51800 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726427AbfCLPN5 (ORCPT ); Tue, 12 Mar 2019 11:13:57 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id E00416091865; Tue, 12 Mar 2019 16:13:54 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id y9lNEVtk4dgl; Tue, 12 Mar 2019 16:13:54 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 92692609187B; Tue, 12 Mar 2019 16:13:54 +0100 (CET) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id koBhCvT6gr9b; Tue, 12 Mar 2019 16:13:54 +0100 (CET) Received: from blindfold.localnet (unknown [82.150.214.1]) by lithops.sigma-star.at (Postfix) with ESMTPSA id 596B66091865; Tue, 12 Mar 2019 16:13:54 +0100 (CET) From: Richard Weinberger To: torvalds@linux-foundation.org Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] UBI/UBIFS updates for 5.1-rc1 Date: Tue, 12 Mar 2019 16:13:53 +0100 Message-ID: <6283638.XALati16HY@blindfold> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, The following changes since commit a3b22b9f11d9fbc48b0291ea92259a5a810e9438: Linux 5.0-rc7 (2019-02-17 18:46:40 -0800) are available in the Git repository at: git://git.infradead.org/linux-ubifs.git tags/upstream-5.1-rc1 for you to fetch changes up to 5578e48e5c0bf4684e68ae08caa2293bfb3f5307: ubi: wl: Silence uninitialized variable warning (2019-03-05 21:21:07 +0100) ---------------------------------------------------------------- This pull request contains updates for both UBI and UBIFS: - A new interface for UBI to deal better with read disturb - Reject unsupported ioctl flags in UBIFS (xfstests found it) ---------------------------------------------------------------- Dan Carpenter (1): ubi: wl: Silence uninitialized variable warning Hou Tao (1): ubifs: Reject unsupported ioctl flags explicitly Richard Weinberger (2): ubi: Introduce in_pq() ubi: Expose the bitrot interface drivers/mtd/ubi/cdev.c | 30 ++++++++ drivers/mtd/ubi/ubi.h | 1 + drivers/mtd/ubi/wl.c | 174 ++++++++++++++++++++++++++++++++++++++++++-- fs/ubifs/ioctl.c | 8 ++ include/uapi/mtd/ubi-user.h | 5 ++ 5 files changed, 211 insertions(+), 7 deletions(-)