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 C9F38C433EF for ; Mon, 6 Jun 2022 03:55:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229512AbiFFDyx (ORCPT ); Sun, 5 Jun 2022 23:54:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229490AbiFFDyw (ORCPT ); Sun, 5 Jun 2022 23:54:52 -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 ESMTP id 0F0348CB1D for ; Sun, 5 Jun 2022 20:54:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1654487687; 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: in-reply-to:in-reply-to:references:references; bh=i5iEgTqlGFXZU9nwYiUMELTTny6xbpViLZQTc0dGuT4=; b=gdNq6b1j3LwZiFwwV2EXrkCL/7775WAKNO9uwd+3T05oFgeVc9uLm9XT/mM5u7WZZLRQHR J6ym13wFZp/2xKOK0xI1V64WuZRyKq6nOVEzcMp0HMtWBgTnpndLfEYFspkx9oOobcyErC SAU981lJLwZ+AybWcdv6d4XuXhv6IgM= Received: from mimecast-mx02.redhat.com (mx3-rdu2.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-637-IQrCFuIjN8215spNptb1Rg-1; Sun, 05 Jun 2022 23:54:42 -0400 X-MC-Unique: IQrCFuIjN8215spNptb1Rg-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 41FCD398CA60; Mon, 6 Jun 2022 03:54:41 +0000 (UTC) Received: from localhost (ovpn-12-209.pek2.redhat.com [10.72.12.209]) by smtp.corp.redhat.com (Postfix) with ESMTPS id AB65D403371; Mon, 6 Jun 2022 03:54:38 +0000 (UTC) Date: Mon, 6 Jun 2022 11:54:35 +0800 From: Baoquan He To: Dave Hansen Cc: Jonathan McDowell , Borislav Petkov , Thomas Gleixner , Ingo Molnar , Mimi Zohar , Dave Hansen , "x86@kernel.org" , "H. Peter Anvin" , Dmitry Kasatkin , James Morris , "Serge E. Hallyn" , "linux-kernel@vger.kernel.org" , "linux-integrity@vger.kernel.org" , "linux-security-module@vger.kernel.org" , Eric Biederman , kexec@lists.infradead.org Subject: Re: [PATCH v4] x86/kexec: Carry forward IMA measurement log on kexec Message-ID: References: <8634d4dd0813b9522f039ed211023c2c65c6f888.camel@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 Precedence: bulk List-ID: On 06/03/22 at 08:55am, Dave Hansen wrote: > On 5/30/22 01:40, Jonathan McDowell wrote: > > Borislav, > > > > I don't think there are any outstanding review comments for me to deal > > with on this, so is it safe to assume it'll get picked up at some point > > once the merge window calms down? > > Nothing here looks too crazy, but it's still been _very_ lightly > reviewed. It doesn't seem like anyone from the kexec world has seen it, > for instance. > > Mimi's review was a great start, but it would be really nice to make > sure that the kexec bits look good. The change looks good from kexec/kdump side. Not sure if Eric has any concern.