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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 E6E6DC31E40 for ; Fri, 9 Aug 2019 21:26:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BFFC620844 for ; Fri, 9 Aug 2019 21:26:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727498AbfHIV0X (ORCPT ); Fri, 9 Aug 2019 17:26:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42732 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727007AbfHIV0W (ORCPT ); Fri, 9 Aug 2019 17:26:22 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C336DC047B6E; Fri, 9 Aug 2019 21:26:22 +0000 (UTC) Received: from rh2.redhat.com (ovpn-125-29.rdu2.redhat.com [10.10.125.29]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4C1EE60872; Fri, 9 Aug 2019 21:26:22 +0000 (UTC) From: Mike Christie To: josef@toxicpanda.com, linux-block@vger.kernel.org Subject: [PATCH 0/4] nbd: cmd timeout fixes Date: Fri, 9 Aug 2019 16:26:06 -0500 Message-Id: <20190809212610.19412-1-mchristi@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Fri, 09 Aug 2019 21:26:22 +0000 (UTC) Sender: linux-block-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-block@vger.kernel.org The following patches fix bugs related to the nbd cmd timeout feature. The patches were made over Linus's current tree and also apply over this nbd patch: https://marc.info/?l=linux-block&m=156494582914495&w=2