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 4F9BCC07E96 for ; Thu, 8 Jul 2021 15:46:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 340A061483 for ; Thu, 8 Jul 2021 15:46:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232048AbhGHPsy (ORCPT ); Thu, 8 Jul 2021 11:48:54 -0400 Received: from vmicros1.altlinux.org ([194.107.17.57]:48284 "EHLO vmicros1.altlinux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229592AbhGHPsy (ORCPT ); Thu, 8 Jul 2021 11:48:54 -0400 Received: from imap.altlinux.org (imap.altlinux.org [194.107.17.38]) by vmicros1.altlinux.org (Postfix) with ESMTP id 3F37772C8B4; Thu, 8 Jul 2021 18:46:11 +0300 (MSK) Received: from altlinux.org (sole.flsd.net [185.75.180.6]) by imap.altlinux.org (Postfix) with ESMTPSA id 2A23D4A46ED; Thu, 8 Jul 2021 18:46:11 +0300 (MSK) Date: Thu, 8 Jul 2021 18:46:10 +0300 From: Vitaly Chikunov To: Mimi Zohar Cc: Dmitry Kasatkin , linux-integrity@vger.kernel.org Subject: Re: [PATCH v7 0/3] ima-evm-utils: Add --keyid option Message-ID: <20210708154610.kevdecrhpyrfpkpw@altlinux.org> References: <20210701011323.2377251-1-vt@altlinux.org> <7d201d4724e7399f87c0cc2f7291cfd13351d156.camel@linux.ibm.com> <20210706211322.wmw5w3loysyvbryl@altlinux.org> <21f4d34f89ac6cb39b7b9e331aad35ef70f43299.camel@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <21f4d34f89ac6cb39b7b9e331aad35ef70f43299.camel@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Thu, Jul 08, 2021 at 11:37:31AM -0400, Mimi Zohar wrote: > On Wed, 2021-07-07 at 00:13 +0300, Vitaly Chikunov wrote: > > > > > I haven't started using Github actions. > > > > Will you create repo there? > > Done. Thanks you. Forked it already. Good there is already GA tests. Vitaly, > > thanks, > > Mimi