From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from leontynka.twibright.com (leontynka.twibright.com [109.81.181.203]) (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 B7E1234DCDA; Tue, 26 Aug 2025 14:19:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=109.81.181.203 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756217980; cv=none; b=osn5ffgg9v1X6o83LnFMx59OIlg0/I1lKeN7rh3fRGBJ6hM7kypbRvSyNtyMW91eREyWQCl/accD2aU0s7vxpQE2NtxLUsbEokDth+LgFXDeqppDx6wJZDrfua2CueVvOJ3A1rMA+MPW46nwiQsN0XggNg00ZHT1Xa5kes2PFFU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756217980; c=relaxed/simple; bh=26LrYUdrz/oWJs7z44qFoboSutOWdrv5ex2QJktczqQ=; h=Message-ID:Date:From:To:Cc:Subject; b=LbYCSR8tmP8OXrVdLT4TVX5lyi2gUE4yLF+zXDXah/vxoorC57Ak8aO14QoVIir2Gwumd6W435GoZqMe2vdAgOoNUyW+PlXZ7Yo5wvtHi3tp6NGnA8EEhcqpDgkn+ATPxFisSyMzoWO25h6OpE88/agRUNntPwk9TBiuA9+Ddds= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=redhat.com; spf=fail smtp.mailfrom=redhat.com; arc=none smtp.client-ip=109.81.181.203 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=redhat.com Received: from zen ([192.168.128.17] helo=debian.vm) by leontynka.twibright.com with smtp (Exim 4.96) (envelope-from ) id 1uqu9N-008VrP-0F; Tue, 26 Aug 2025 15:55:50 +0200 Received: by debian.vm (sSMTP sendmail emulation); Tue, 26 Aug 2025 15:55:48 +0200 Message-ID: <20250826135453.012446010@debian4.vm> User-Agent: quilt/0.68 Date: Tue, 26 Aug 2025 15:54:53 +0200 From: Mikulas Patocka To: Harald Freudenberger Cc: Herbert Xu , "David S. Miller" , Eric Biggers , dengler@linux.ibm.com, linux-s390@vger.kernel.org, dm-devel@lists.linux.dev, ifranzki@linux.ibm.com, agk@redhat.com, snitzer@kernel.org, gmazyland@gmail.com Subject: [PATCH 0/7] dm-integrity asynchronous hash patches Precedence: bulk X-Mailing-List: dm-devel@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: Hi Here I'm sending the first version of the new dm-integrity asynchronous hash patches. The patches prefer the asynchronous hash interface over the synchronous hash interface - it is for testing and it will be changed in the final release. Mikulas