Message ID | 20240507002343.239552-1-ebiggers@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 64929622; Tue, 7 May 2024 00:25:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715041516; cv=none; b=I/VPT+fidbITC8gjaT1WbVjopR4RE2xBCDGXSdGNrAdnGTd02Nm/oVS7oh64wizqT+685s/S4iDB2cz9679F+rz2pw3rX2ujGXJ4KqhXra4zRU89apS23XJ+bzG24Yn7663MMziu5tfyqmjN8/9AA/1lEjqYu5HYk6jYqpuAJ+k= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715041516; c=relaxed/simple; bh=s7eBMIDMnKUPCUXSt92sBihifomPay5rghqvBJKTjqk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Ta5mrlH5WXhZmsjp/azLgZhWNN6mSPCKV6eDRTw6PXwn3sQ2A0p72b98kGq/odTK567Lo9FGB6BQ28/vak7EZCf1Fc1FwuNRSnI/Yc/Vlu5pQ02rRoz3ptMXnbLCaG7wORXtEG+5GE5L7kMk0a6zvIv9bX6CmC350FFnRFGAL+w= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DKFHtSIz; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DKFHtSIz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A76A4C116B1; Tue, 7 May 2024 00:25:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1715041515; bh=s7eBMIDMnKUPCUXSt92sBihifomPay5rghqvBJKTjqk=; h=From:To:Cc:Subject:Date:From; b=DKFHtSIzwCtggFmwgVNyvFpYLdhnLcCxCQPuHNK4a5PxuijN0Tf6AHz/0noYtG9zT Sep4DM7tMwaUOrbZ2Y0DXhUnEj9pEQrOiLsUgwYqbdqyy68jNRYkiXAUbEhA7xdlWK 87vSxjbRIGh8Dy4R9dJemz3OEvcFshe9IO1vvZhPdDFkLOA8ZLt1nETEcIU+4GR7vr Se2KmaAfUIuXOKDb++oC/wCPx95eOeedCLoVNxISpFpggzYzqd1hvRfFMuUN8W76MX uzr43qdjXmKCsMS0g9OvUD3bTNBsacI09UjVD+h8EbxupBl7M+NjbDEcXgYn5HP19C pdKq/AIJhz7PA== From: Eric Biggers <ebiggers@kernel.org> To: linux-crypto@vger.kernel.org, fsverity@lists.linux.dev, dm-devel@lists.linux.dev Cc: x86@kernel.org, linux-arm-kernel@lists.infradead.org, Ard Biesheuvel <ardb@kernel.org>, Sami Tolvanen <samitolvanen@google.com>, Bart Van Assche <bvanassche@acm.org> Subject: [PATCH v3 0/8] Optimize dm-verity and fsverity using multibuffer hashing Date: Mon, 6 May 2024 17:23:35 -0700 Message-ID: <20240507002343.239552-1-ebiggers@kernel.org> X-Mailer: git-send-email 2.45.0 Precedence: bulk X-Mailing-List: fsverity@lists.linux.dev List-Id: <fsverity.lists.linux.dev> List-Subscribe: <mailto:fsverity+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:fsverity+unsubscribe@lists.linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Optimize dm-verity and fsverity using multibuffer hashing
|
expand
|