Message ID | 20180607173535.20629-1-javierm@redhat.com |
---|---|
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 411t9Z4s3xz9s1b for <incoming@patchwork.ozlabs.org>; Fri, 8 Jun 2018 03:40:34 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 411t9Z3sGczF34W for <incoming@patchwork.ozlabs.org>; Fri, 8 Jun 2018 03:40:34 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com X-Original-To: petitboot@lists.ozlabs.org Delivered-To: petitboot@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=redhat.com (client-ip=209.85.128.170; helo=mail-wr0-f170.google.com; envelope-from=javierm@redhat.com; receiver=<UNKNOWN>) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Received: from mail-wr0-f170.google.com (mail-wr0-f170.google.com [209.85.128.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 411t3z24DJzF34p for <petitboot@lists.ozlabs.org>; Fri, 8 Jun 2018 03:35:41 +1000 (AEST) Received: by mail-wr0-f170.google.com with SMTP id h10-v6so10681214wrq.8 for <petitboot@lists.ozlabs.org>; Thu, 07 Jun 2018 10:35:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=CQ21cYZ0yKba4rf99u2gDZx7JIVq5TzAi6K/+fBA8N0=; b=OCAhet1JWNZF8fEoD9slUEs72/n3/Z+Z38XH6jOiweIPND4M9APhjCKLnCqr5IuAAP wAhaHPkZjhQRidEPCoMWUdFMCii9tI7XJzPv4NQkuv1DzNMOoS6jW270QASEdiEGubgt Oz9RjKxjqv9dxNkpFoxM0Dq0j7Rq0ybMO6899i5X6ePwHgufeWnqMWczGlVkXhVlq6zI NFBWIsmU+uIs3XpU+uz4cJK81pbDD1AM1Dg/Z8pMOAy+TG4k/Tt+zxw5GwTi64qS9mFL eaWo3uzcCMvvBbyxM4oaLLoragjuQk86DmDy6dK8YzaGJHz5MCki2m8k/plhYa7P7K2g PHlg== X-Gm-Message-State: APt69E2QORVKnuN5Vikse+NxQXCR2S0DO0nAY7oeqO0xJLY8wnjTOb/a M61g3nLOK5X1Q0RE9aGJIBx086TybzE= X-Google-Smtp-Source: ADUXVKLo3qoNYRtiJrpDP+GQwYS7gNNVbB+JTUDA5mLPZi2NLQxwDJcCF2zRYRBkvXbboi/zIc3iIw== X-Received: by 2002:a5d:408f:: with SMTP id o15-v6mr2239231wrp.133.1528392938185; Thu, 07 Jun 2018 10:35:38 -0700 (PDT) Received: from minerva.redhat.com ([195.166.127.210]) by smtp.gmail.com with ESMTPSA id e13-v6sm44322856wrm.45.2018.06.07.10.35.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 07 Jun 2018 10:35:37 -0700 (PDT) From: Javier Martinez Canillas <javierm@redhat.com> To: petitboot@lists.ozlabs.org Subject: [PATCH v2 0/3] discover/grub: Some improvements and fixes for BLS support Date: Thu, 7 Jun 2018 19:35:32 +0200 Message-Id: <20180607173535.20629-1-javierm@redhat.com> X-Mailer: git-send-email 2.17.1 X-BeenThere: petitboot@lists.ozlabs.org X-Mailman-Version: 2.1.26 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: Jan Hlavac <jhlavac@redhat.com>, Peter Jones <pjones@redhat.com>, Javier Martinez Canillas <javierm@redhat.com>, Samuel Mendoza-Jonas <sam@mendozajonas.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Petitboot" <petitboot-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org> |
Series |
discover/grub: Some improvements and fixes for BLS support
|
expand
|