Message ID | 1619023545-23431-1-git-send-email-sergei.shtepa@veeam.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-block-owner@kernel.org> 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=-13.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham 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 94514C433B4 for <linux-block@archiver.kernel.org>; Wed, 21 Apr 2021 16:46:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5EFFA6144E for <linux-block@archiver.kernel.org>; Wed, 21 Apr 2021 16:46:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241220AbhDUQqk (ORCPT <rfc822;linux-block@archiver.kernel.org>); Wed, 21 Apr 2021 12:46:40 -0400 Received: from mx2.veeam.com ([64.129.123.6]:41916 "EHLO mx2.veeam.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244347AbhDUQqj (ORCPT <rfc822;linux-block@vger.kernel.org>); Wed, 21 Apr 2021 12:46:39 -0400 Received: from mail.veeam.com (prgmbx01.amust.local [172.24.0.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.veeam.com (Postfix) with ESMTPS id 5EBE742406; Wed, 21 Apr 2021 12:45:55 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=veeam.com; s=mx2; t=1619023555; bh=h41nYawhFuIkEKobo2LpVytJxoNFHzzj229eHud/Mao=; h=From:To:CC:Subject:Date:From; b=AIixUZHGmo+HZI8/mBT9Jyka2qBirNEsUiFr0ZNXQWEAEpkw0owg9Zthc60rcGMPc t2kC+i5K8uAHmV0ydIiixsQRHdFZ+OnAglYLP/Wb1RBw0p376hlrWcJo1InAMCFLTy tFApGARHJ4c0a8f55gHvN9aoqZZwxMXQjWYiq4K4= Received: from prgdevlinuxpatch01.amust.local (172.24.14.5) by prgmbx01.amust.local (172.24.0.171) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.858.5; Wed, 21 Apr 2021 18:45:53 +0200 From: Sergei Shtepa <sergei.shtepa@veeam.com> To: Christoph Hellwig <hch@infradead.org>, Hannes Reinecke <hare@suse.de>, Mike Snitzer <snitzer@redhat.com>, Alasdair Kergon <agk@redhat.com>, Alexander Viro <viro@zeniv.linux.org.uk>, Jens Axboe <axboe@kernel.dk>, <dm-devel@redhat.com>, <linux-fsdevel@vger.kernel.org>, <linux-block@vger.kernel.org>, <linux-kernel@vger.kernel.org> CC: <sergei.shtepa@veeam.com>, <pavel.tide@veeam.com> Subject: [PATCH v9 0/4] block device interposer Date: Wed, 21 Apr 2021 19:45:41 +0300 Message-ID: <1619023545-23431-1-git-send-email-sergei.shtepa@veeam.com> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.24.14.5] X-ClientProxiedBy: prgmbx02.amust.local (172.24.0.172) To prgmbx01.amust.local (172.24.0.171) X-EsetResult: clean, is OK X-EsetId: 37303A29D2A50B59677566 X-Veeam-MMEX: True Precedence: bulk List-ID: <linux-block.vger.kernel.org> X-Mailing-List: linux-block@vger.kernel.org |
Series | block device interposer | expand |
Hi Mike, This is a follow up message. Did you have a chance to take a look at the latest patchset from April? Thanks! I can update the patch to be compatible with kernel 5.14. I would like to know if you still have interest in blk_interposer.