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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 821E3CE7A81 for ; Mon, 25 Sep 2023 14:37:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232313AbjIYOhb (ORCPT ); Mon, 25 Sep 2023 10:37:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229522AbjIYOh2 (ORCPT ); Mon, 25 Sep 2023 10:37:28 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A258AEE for ; Mon, 25 Sep 2023 07:36:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1695652596; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Tsz7HOe9ogY6gp1h+q1EOev48I4dzKMW2GN4NhayDsI=; b=XVhqRQEfs5jyiZzE8VKodjtkb6S7lq9jzOzgRisOkEe8uYufHU63pAnJZcYTDBVilkasZZ LlbfsFcbci++E99AS1+fgnIGq2UHL8IsX85STPmbcHq+HqDiPMBqqZMNuvsDNRBay8lnj4 B2T8U5YmZ5SshNbV7UgihqO1HxhZnz4= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-385-suMnaxO6PKiXCvJ3TLd1aA-1; Mon, 25 Sep 2023 10:36:33 -0400 X-MC-Unique: suMnaxO6PKiXCvJ3TLd1aA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CC2271E441D3; Mon, 25 Sep 2023 14:36:32 +0000 (UTC) Received: from rotkaeppchen (unknown [10.39.192.111]) by smtp.corp.redhat.com (Postfix) with ESMTP id 91A54C15BB8; Mon, 25 Sep 2023 14:36:30 +0000 (UTC) Date: Mon, 25 Sep 2023 16:36:28 +0200 From: Philipp Rudo To: Jan Hendrik Farr Cc: Ard Biesheuvel , Dave Young , linux-kernel@vger.kernel.org, kexec@lists.infradead.org, x86@kernel.org, tglx@linutronix.de, dhowells@redhat.com, vgoyal@redhat.com, keyrings@vger.kernel.org, akpm@linux-foundation.org, Baoquan He , bhelgaas@google.com, Luca Boccassi , lennart@poettering.net, "Liu, Pingfan" Subject: Re: [PATCH v2 0/2] x86/kexec: UKI Support Message-ID: <20230925163628.2c39a98e@rotkaeppchen> In-Reply-To: References: <20230911052535.335770-1-kernel@jfarr.cc> <20230913160045.40d377f9@rotkaeppchen> <63952cb0-5217-42a8-9b62-8be6d03f5844@app.fastmail.com> Organization: Red Hat inc. MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.8 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jan, On Thu, 21 Sep 2023 00:02:25 +0200 Jan Hendrik Farr wrote: [...] > > Maybe we should do a BoF at LPC to discuss this further? > > I definetly won't be at LPC, is it possible to join virtually? Yes, LPC will be hybrid again this year. Virtual access costs $50 although you can apply for an 50% discount when you are a non-professional. https://lpc.events/event/17/page/212-attend Thanks Philipp