From patchwork Tue Apr 30 02:53:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugeniu Rosca X-Patchwork-Id: 1092941 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=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=de.adit-jv.com Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44tR313nCVz9s9N for ; Tue, 30 Apr 2019 12:55:07 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 98B86C21E15; Tue, 30 Apr 2019 02:55:01 +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=none 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 76BE9C21C29; Tue, 30 Apr 2019 02:54:59 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 4B435C21C27; Tue, 30 Apr 2019 02:54:58 +0000 (UTC) Received: from smtp1.de.adit-jv.com (smtp1.de.adit-jv.com [93.241.18.167]) by lists.denx.de (Postfix) with ESMTPS id DE3FBC21BE5 for ; Tue, 30 Apr 2019 02:54:56 +0000 (UTC) Received: from localhost (smtp1.de.adit-jv.com [127.0.0.1]) by smtp1.de.adit-jv.com (Postfix) with ESMTP id 2325E3C013A; Tue, 30 Apr 2019 04:54:53 +0200 (CEST) Received: from smtp1.de.adit-jv.com ([127.0.0.1]) by localhost (smtp1.de.adit-jv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NCcTzR2F3EGO; Tue, 30 Apr 2019 04:54:45 +0200 (CEST) Received: from HI2EXCH01.adit-jv.com (hi2exch01.adit-jv.com [10.72.92.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by smtp1.de.adit-jv.com (Postfix) with ESMTPS id 32CF13C00DD; Tue, 30 Apr 2019 04:54:45 +0200 (CEST) Received: from vmlxhi-102.adit-jv.com (10.72.93.184) by HI2EXCH01.adit-jv.com (10.72.92.24) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 30 Apr 2019 04:54:44 +0200 From: Eugeniu Rosca To: Lukasz Majewski , Heinrich Schuchardt , Simon Glass , Marek Vasut , Stephen Warren , Roman Stratiienko , Date: Tue, 30 Apr 2019 04:53:43 +0200 Message-ID: <20190430025347.3097-1-erosca@de.adit-jv.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 X-Originating-IP: [10.72.93.184] Cc: Eugeniu Rosca , Eugeniu Rosca Subject: [U-Boot] [PATCH 0/4] Misc EFI/GPT/UUID fixes 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This is a collection of fixes addressing issues on R-Car H3ULCB-KF. All have been tested on H3ULCB-KF and boot-tested on sandbox. Below v1 patch is superseded by this series: - https://patchwork.ozlabs.org/patch/1091802/ ("lib: uuid: Improve randomness of uuid values on RANDOM_UUID=y") Eugeniu Rosca (4): disk: efi: Fix memory leak on 'gpt guid' disk: efi: Fix memory leak on 'gpt verify' cmd: gpt: fix and tidy up help message lib: uuid: Improve randomness of uuid values on RANDOM_UUID=y cmd/gpt.c | 12 ++++++------ disk/part_efi.c | 6 ++++++ lib/uuid.c | 2 ++ 3 files changed, 14 insertions(+), 6 deletions(-)