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 16605C41513 for ; Wed, 16 Aug 2023 20:40:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346208AbjHPUkU (ORCPT ); Wed, 16 Aug 2023 16:40:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60626 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346222AbjHPUjy (ORCPT ); Wed, 16 Aug 2023 16:39:54 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C3BAE2708; Wed, 16 Aug 2023 13:39:52 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5950F65EBF; Wed, 16 Aug 2023 20:39:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 33ABAC433CB; Wed, 16 Aug 2023 20:39:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692218391; bh=pmS072dZEXt7YatJuOVq8UqswY8UVjXioO/Tl6j94hI=; h=Date:Cc:Subject:From:To:References:In-Reply-To:From; b=Ndp5yslugLgNMsZ3gI1USpmyqKuTZmSCb0FOq8KYq51JzeLxWEGnvnPN9a7FkbXNL 5oQExC/vjCdeFNyRRTxK09I52JFBXMO7ONerYunqggyERKaT6ZtJcSiijFZr72C4Eu aq68W3f7OM9SDRQWAaiOicn8HfDNEKPkl2GL89u4f8RznR0YlkrOkLbhWWu0rGzv1R C7LkLJqNRI4lvEy+NKi2W9BYVqBugJxx7JTo2aTk3Ak2X61QL8TVcTY4hjFdKfikWi LlFavGGdogSNgJJxRX/gBhK/4iJssplcZ2ZCawGPllvM9uxJdJd8CWAYq0I43DE9eR pi1Z3/I3ao5TA== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 16 Aug 2023 23:39:46 +0300 Message-Id: Cc: , , , , , , , , , , , "Roberto Sassu" Subject: Re: [RFC][PATCH v2 02/13] integrity: Introduce a digest cache From: "Jarkko Sakkinen" To: "Roberto Sassu" , , , , , , X-Mailer: aerc 0.14.0 References: <20230812104616.2190095-1-roberto.sassu@huaweicloud.com> <20230812104616.2190095-3-roberto.sassu@huaweicloud.com> <84159dc8-d2e5-4c10-9910-b329500862e0@huaweicloud.com> In-Reply-To: <84159dc8-d2e5-4c10-9910-b329500862e0@huaweicloud.com> Precedence: bulk List-ID: On Wed Aug 16, 2023 at 11:21 AM EEST, Roberto Sassu wrote: > On 8/14/2023 7:03 PM, Jarkko Sakkinen wrote: > > On Sat Aug 12, 2023 at 1:46 PM EEST, Roberto Sassu wrote: > >> From: Roberto Sassu > >> > >> Introduce the digest cache, a structure holding a hash table of digest= s, > >> extracted from a digest list. Its pointer is stored in the iint of the > >=20 > > What is iint? I honestly don't know what it is. I first thought that it > > was "int" typoed. > > Ops. It is the integrity_iint_cache structure, to retain the=20 > integrity-specific state of an inode. Will explain that in the next versi= on. OK, cool! > Thanks > > Roberto BR, Jarkko