Message ID | 20220714134027.394370-1-coxu@redhat.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-integrity-owner@kernel.org> 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 D0386C433EF for <linux-integrity@archiver.kernel.org>; Thu, 14 Jul 2022 13:40:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239804AbiGNNkn (ORCPT <rfc822;linux-integrity@archiver.kernel.org>); Thu, 14 Jul 2022 09:40:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239808AbiGNNkm (ORCPT <rfc822;linux-integrity@vger.kernel.org>); Thu, 14 Jul 2022 09:40:42 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 3A5ED60516 for <linux-integrity@vger.kernel.org>; Thu, 14 Jul 2022 06:40:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1657806040; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PG1WsGRWRvVRe8I3xrLjHusVh6PAsG2ZTZ2d691+jyw=; b=BQoh5CWFiRkyRi9H8I5vgO0L6bdAD5/bLA7od3QL8SwVYpRUhUpOBvtBig4nKo+4E8hpmn 9kl6hTHk0vwD5XW45484nimiRhHiplPcDTQO7TlQHoxhA5MZJMtR0rAlbCVDBCCy6JFASH b97+Mtw87CSxFp19zsF1iul4dHvooSo= Received: from mail-pj1-f70.google.com (mail-pj1-f70.google.com [209.85.216.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-186-FaXdbTiDMFmngZ_ZC6G4mA-1; Thu, 14 Jul 2022 09:40:38 -0400 X-MC-Unique: FaXdbTiDMFmngZ_ZC6G4mA-1 Received: by mail-pj1-f70.google.com with SMTP id k7-20020a17090a62c700b001ef9c16ba10so3725352pjs.1 for <linux-integrity@vger.kernel.org>; Thu, 14 Jul 2022 06:40:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=PG1WsGRWRvVRe8I3xrLjHusVh6PAsG2ZTZ2d691+jyw=; b=MyuI2LnNfcVoIVuB6jiWnurp5f/ib2TxVttg8ptjVhNnwLTFp/qn7JHEzIupsYyqfy /M1FwWJtXhvktkVl57C4gy6DN27ygDKgMcvYq9VAD2aDtLS2dQJmM8DwlGGZtCSqmjXs fr7tex2vhJv9N2mwIuk+bB+9k9B3tUhsHsItzW6yZv0G82By9sO3sbtgFZOTl03CXP57 qlsOHCvRCJyEe20Px7eG+sU2e/1rLFvR3DiideeE9pcMjSoYBRIieuygtUeMIBYlGxRg Kh3IFoYe4roDnYMh9tyZ7NGz/WIS4ov9OSM/NeL6QkCIea3JbstW8b7mpagnvPbsCGt8 vHQw== X-Gm-Message-State: AJIora89pIh35epOM7hhwvuYfFkItjUrAfbQ78Sh03lkx+Uej3CccBAd n9O3dITd9UijK4pL/bdbdTLl07uDUYvAmsxCSAqBq+X0o2qwAj2RW8smrTIKbiNk1+D2LKhhw+7 hyCkOOBY0XRLQvo/9iOTl/yTFk1mw X-Received: by 2002:a63:68c7:0:b0:405:1da9:ab69 with SMTP id d190-20020a6368c7000000b004051da9ab69mr7922149pgc.233.1657806036911; Thu, 14 Jul 2022 06:40:36 -0700 (PDT) X-Google-Smtp-Source: AGRyM1uVKyvFxKJJVTEcre0pPRg6laUS8s7uC3NACW6lW/xJmM7S6uGd27qyh4tX8GUQRRZJI8PDrg== X-Received: by 2002:a63:68c7:0:b0:405:1da9:ab69 with SMTP id d190-20020a6368c7000000b004051da9ab69mr7922129pgc.233.1657806036590; Thu, 14 Jul 2022 06:40:36 -0700 (PDT) Received: from localhost ([209.132.188.80]) by smtp.gmail.com with ESMTPSA id b3-20020a170902650300b0016a0bf0ce32sm1489511plk.70.2022.07.14.06.40.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 14 Jul 2022 06:40:36 -0700 (PDT) From: Coiby Xu <coxu@redhat.com> To: kexec@lists.infradead.org, linux-integrity@vger.kernel.org Cc: Mimi Zohar <zohar@linux.ibm.com>, linux-arm-kernel@lists.infradead.org, Michal Suchanek <msuchanek@suse.de>, Baoquan He <bhe@redhat.com>, Dave Young <dyoung@redhat.com>, Will Deacon <will@kernel.org>, "Eric W . Biederman" <ebiederm@xmission.com>, Chun-Yi Lee <jlee@suse.com> Subject: [PATCH v10 0/4] unify the keyrings of arm64 and s390 with x86 to verify kexec'ed kernel signature Date: Thu, 14 Jul 2022 21:40:23 +0800 Message-Id: <20220714134027.394370-1-coxu@redhat.com> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-integrity.vger.kernel.org> X-Mailing-List: linux-integrity@vger.kernel.org |
Series |
unify the keyrings of arm64 and s390 with x86 to verify kexec'ed kernel signature
|
expand
|