From patchwork Mon Nov 20 16:28:57 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Schocher X-Patchwork-Id: 839635 X-Patchwork-Delegate: trini@ti.com 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.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3ygZ1L5y8fz9s1h for ; Tue, 21 Nov 2017 03:29:26 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 7FC4CC21FEA; Mon, 20 Nov 2017 16:29:18 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 62492C22001; Mon, 20 Nov 2017 16:29:16 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 5BC83C22012; Mon, 20 Nov 2017 16:29:02 +0000 (UTC) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by lists.denx.de (Postfix) with ESMTPS id DF12EC22001 for ; Mon, 20 Nov 2017 16:29:01 +0000 (UTC) Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3ygZ0s55hwz1qshs; Mon, 20 Nov 2017 17:29:01 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3ygZ0s3dbjz1qqkt; Mon, 20 Nov 2017 17:29:01 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id jKuNZMP4dOtc; Mon, 20 Nov 2017 17:28:57 +0100 (CET) X-Auth-Info: W7Aj4xCEbanKiXeHI0zaGvNphAERHA2qzcoh1j+U2tg= Received: from [192.168.1.106] (87-97-114-46.pool.invitel.hu [87.97.114.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Mon, 20 Nov 2017 17:28:57 +0100 (CET) To: Tom Rini From: Heiko Schocher Message-ID: <81b70495-492d-72f6-3976-ba87b964e6da@denx.de> Date: Mon, 20 Nov 2017 17:28:57 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Language: en-US Cc: Heinrich Schuchardt , "u-boot@lists.denx.de" Subject: [U-Boot] Pull request: u-boot-ubi/master X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: hs@denx.de Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Hello Tom, please pull from u-boot-ubi master The following changes since commit b6251db8c3f0de605b4cd6f15a00fc7dd19cda63: Kconfig: Introduce USE_BOOTCOMMAND and migrate BOOTCOMMAND (2017-11-17 16:37:26 -0500) are available in the git repository at: git://git.denx.de/u-boot-ubi.git master for you to fetch changes up to cd5f33e5fc832effd70866fccd629046a6dac265: ubi: no NULL check needed before kmem_cache_destroy (2017-11-20 10:13:42 +0100) ---------------------------------------------------------------- Heinrich Schuchardt (2): ubifs: no NULL check needed before free ubi: no NULL check needed before kmem_cache_destroy drivers/mtd/ubi/attach.c | 3 +-- fs/ubifs/ubifs.c | 12 ++++-------- 2 files changed, 5 insertions(+), 10 deletions(-) travis builds fine, see: https://travis-ci.org/hsdenx/u-boot-ubi/builds/304639411 bye, Heiko