Message ID | 1c47c221beaf0fd102df13068d055bc1e2215757.1532469861.git.geoff@infradead.org |
---|---|
State | Superseded |
Headers | show
Return-Path: <petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41Zt82390pz9s2g for <incoming@patchwork.ozlabs.org>; Wed, 25 Jul 2018 08:19:46 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="jT0U1Ccw"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 41Zt821XTWzDrH0 for <incoming@patchwork.ozlabs.org>; Wed, 25 Jul 2018 08:19:46 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="jT0U1Ccw"; dkim-atps=neutral X-Original-To: Petitboot@lists.ozlabs.org Delivered-To: Petitboot@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=none (mailfrom) smtp.mailfrom=infradead.org (client-ip=2001:8b0:10b:1231::1; helo=merlin.infradead.org; envelope-from=geoff@infradead.org; receiver=<UNKNOWN>) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=infradead.org header.i=@infradead.org header.b="jT0U1Ccw"; dkim-atps=neutral Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41Zt3T45m4zDrHF for <Petitboot@lists.ozlabs.org>; Wed, 25 Jul 2018 08:15:49 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Date:Cc:To:Subject:From:References: In-Reply-To:Message-Id:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=5wZ60ZCl/YTR/WGzs4cRraVtCH59FCa5gVMDzSco26w=; b=jT0U1Ccwaioz2j0dOJ9LEIjDQ 9uw+0sa5HYgUbiCVxyAXjmSMGjexKYMu4yYFlNMJzfGlu5jwID+t6PpWFdzBhUXf9HJ0bPO8eti+N EoR63FkOyhoBsHoaly473Qsb7u4jFHPyhns/41osIRusboKJiGPPvD0y682FA6jOMTDMeFVhgYwcC q0mqLMP2gwBgB59helfeRlnTdxzx3F32/CpKyJVdBUkCuHdgJ1H6T6kisyz293+/2bzsN2Sf8XdMX jOria9iYqAJVHtBI8jm8fUF919cdyAr0Hj0lOb61aBLJtHbrFSzWCHlFBteECSRrz45jUoiZJYsdS eIfrmZ5Lw==; Received: from geoff by merlin.infradead.org with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1fi5am-0004jW-Ut; Tue, 24 Jul 2018 22:15:40 +0000 Message-Id: <1c47c221beaf0fd102df13068d055bc1e2215757.1532469861.git.geoff@infradead.org> In-Reply-To: <cover.1532469861.git.geoff@infradead.org> References: <cover.1532469861.git.geoff@infradead.org> From: Geoff Levand <geoff@infradead.org> Patch-Date: Tue, 24 Jul 2018 15:03:16 -0700 Subject: [PATCH v1 10/30] test/parser: Add parser_is_unique To: Samuel Mendoza-Jonas <sam@mendozajonas.com> Date: Tue, 24 Jul 2018 22:15:40 +0000 X-BeenThere: petitboot@lists.ozlabs.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Petitboot bootloader development <petitboot.lists.ozlabs.org> List-Unsubscribe: <https://lists.ozlabs.org/options/petitboot>, <mailto:petitboot-request@lists.ozlabs.org?subject=unsubscribe> List-Archive: <http://lists.ozlabs.org/pipermail/petitboot/> List-Post: <mailto:petitboot@lists.ozlabs.org> List-Help: <mailto:petitboot-request@lists.ozlabs.org?subject=help> List-Subscribe: <https://lists.ozlabs.org/listinfo/petitboot>, <mailto:petitboot-request@lists.ozlabs.org?subject=subscribe> Cc: Ge Song <songgebird@gmail.com>, Petitboot@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Petitboot" <petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org> |
Series |
[v1,01/30] docker: Add libfdt-dev
|
expand
|
diff --git a/test/parser/utils.c b/test/parser/utils.c index c6d1a17..d8499a4 100644 --- a/test/parser/utils.c +++ b/test/parser/utils.c @@ -371,6 +371,18 @@ err_cleanup: return -1; } +bool parser_is_unique(struct discover_context *ctx, struct discover_device *dev, + const char *filename, struct list *found_list) +{ + (void)ctx; + (void)dev; + (void)filename; + (void)found_list; + + /* Just let the parser process everything. */ + return true; +} + struct load_url_result *load_url_async(void *ctx, struct pb_url *url, load_url_complete async_cb, void *async_data, waiter_cb stdout_cb, void *stdout_data)
Signed-off-by: Geoff Levand <geoff@infradead.org> --- test/parser/utils.c | 12 ++++++++++++ 1 file changed, 12 insertions(+)