From patchwork Thu Oct 18 10:31:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Kara X-Patchwork-Id: 10646977 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 77FA317DE for ; Thu, 18 Oct 2018 10:31:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5F702286A7 for ; Thu, 18 Oct 2018 10:31:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4F121286B4; Thu, 18 Oct 2018 10:31:59 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0CA12286A7 for ; Thu, 18 Oct 2018 10:31:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727788AbeJRScS (ORCPT ); Thu, 18 Oct 2018 14:32:18 -0400 Received: from mx2.suse.de ([195.135.220.15]:35966 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727575AbeJRScS (ORCPT ); Thu, 18 Oct 2018 14:32:18 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 53A44B0B6; Thu, 18 Oct 2018 10:31:56 +0000 (UTC) Received: by quack2.suse.cz (Postfix, from userid 1000) id C01F11E088D; Thu, 18 Oct 2018 12:31:55 +0200 (CEST) From: Jan Kara To: Omar Sandoval Cc: , Johannes Thumshirn Subject: [PATCH 0/2] blktests: New loop tests Date: Thu, 18 Oct 2018 12:31:45 +0200 Message-Id: <20181018103147.3567-1-jack@suse.cz> X-Mailer: git-send-email 2.16.4 Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello, these two patches create two new tests for blktests as regression tests for my recently posted loopback device fixes. More details in individual patches. Honza