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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F30E4C433F5 for ; Fri, 8 Oct 2021 09:49:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C894A61037 for ; Fri, 8 Oct 2021 09:49:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229972AbhJHJvQ (ORCPT ); Fri, 8 Oct 2021 05:51:16 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:37394 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229869AbhJHJvP (ORCPT ); Fri, 8 Oct 2021 05:51:15 -0400 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id E5A9D20116; Fri, 8 Oct 2021 09:49:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1633686559; h=from:from:reply-to:reply-to: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=Z6QU4JEJg2ILscmywWsFr2OY1JnT6L4LYp+taGZjMqw=; b=sLELKBlLfsYRhLeGUjQLz0MPoO7neosozEaXTdl7aub9fLHdka0mGvG1uFCdEHCbsgJDUW J9Dc5ncxwQ7xR+tWZwdkE7BPjplWj7zOvggxkyK7ZZLAfJn7Arvyz8bRsLnUAo1mUGwtrL 9nrEwZhVLOgyZtUisuzRk/Tg66CvBj0= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1633686559; h=from:from:reply-to:reply-to: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=Z6QU4JEJg2ILscmywWsFr2OY1JnT6L4LYp+taGZjMqw=; b=u+6S18t/GcJp/HvMTYu3mC1nEQl9UojtpAmljgPsyopDEY19+Iu8JvMrNn+yC+tKB9dAvO tsHAL9i3PNzA54DQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 9FEDB13EA2; Fri, 8 Oct 2021 09:49:19 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id KE5RJB8UYGFOEAAAMHmgww (envelope-from ); Fri, 08 Oct 2021 09:49:19 +0000 Date: Fri, 8 Oct 2021 11:49:17 +0200 From: Petr Vorel To: linux-integrity@vger.kernel.org Cc: Alex Henrie , alexhenrie24@gmail.com, Mimi Zohar Subject: Re: [PATCH v6 0/2] IMA checkpatch fixes Message-ID: Reply-To: Petr Vorel References: <20211008091430.22392-1-pvorel@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211008091430.22392-1-pvorel@suse.cz> Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org Hi all, Ah, version of this patchset is obviously 1, not 6. Kind regards, Petr