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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5AB61C433DF for ; Mon, 27 Jul 2020 23:13:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 31B3620729 for ; Mon, 27 Jul 2020 23:13:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726196AbgG0XNU (ORCPT ); Mon, 27 Jul 2020 19:13:20 -0400 Received: from mx2.suse.de ([195.135.220.15]:49656 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726171AbgG0XNT (ORCPT ); Mon, 27 Jul 2020 19:13:19 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 44C32AE02; Mon, 27 Jul 2020 23:13:29 +0000 (UTC) Date: Tue, 28 Jul 2020 01:13:17 +0200 From: Petr Vorel To: Lachlan Sneff Cc: ltp@lists.linux.it, Lakshmi Ramasubramanian , Mimi Zohar , balajib@linux.microsoft.com, linux-integrity@vger.kernel.org, Mimi Zohar Subject: Re: [PATCH v5 4/4] IMA: Add test for kexec cmdline measurement Message-ID: <20200727231317.GA21554@dell5510> Reply-To: Petr Vorel References: <20200727223041.13110-1-pvorel@suse.cz> <20200727223041.13110-5-pvorel@suse.cz> <1d18419e-413d-ecca-8d99-342aa4ad36f7@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1d18419e-413d-ecca-8d99-342aa4ad36f7@linux.microsoft.com> Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org Hi Lachlan, > This patch removes the test of the `--reuse-cmdline` option of kexec. > Go ahead and merge this, and then I'll post a patch that adds > `--reuse-cmdline` back. Thanks for the report, I'll send v6. Kind regards, Petr