Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp4506381ybi; Mon, 15 Jul 2019 09:59:03 -0700 (PDT) X-Google-Smtp-Source: APXvYqzi+kd7rs4zwbbXN+/hMWFzAwRIEVqhKULjo4KUthnaj3AVjc58+FHVcvnNiUkz4RC56JMF X-Received: by 2002:a17:90a:1b0c:: with SMTP id q12mr30704411pjq.76.1563209943418; Mon, 15 Jul 2019 09:59:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563209943; cv=none; d=google.com; s=arc-20160816; b=HSVCnINLu3O3hDsSdLnUGTDra+FHneBYXYmEry3mVbzCDxrbTPU60nwSEm3n+xursH /GBzYxqhs0HvVnIbXWzBiWFyveOnwupJ10BwqzEza68J00jaU36sBxx1/hOcx+LKLOlx keuI/ST4+io8O9c7e096q6JCBulYvjhTkoMqwB3/oaY3sFl5mznfo9I0QdSLOpIPG0GJ Sak1AcEENrPovyTnsIq7hQ/W0K2wYsQ5+DFup3UCggx6t5uIneAT2GVy7rgqAVCBTUZi bUTcMekAq9ldslomb8Erv+x18u8YTnDiFx73dl2KdlGmPLfwQ2H6BUTq7taMxGsFy2U5 lZtw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=jVC3KRKxPoDoZ8L0QasS5XllSmkfQvbvI7AslxFhiK8=; b=JVkzjtfgwSGIDaloYQEG14guvnMyROClYLkoLfC/2DS3/QlBzhKEn+cArLOpDhu/PO YVVl1IJNhZ9ecWebY/gs9vPw+ZxC+Nly9RlDQPDd8WvuU61HpxL6B/+zFEKHyy3ZmI7H hthCakdRydGLKO99IXz49mqpWuRn9jn+nsT+B9ez+rzSk5+TtOZQ4EzjEWHti2WzhOrF rO0XzU/VutP9v1FVrLNbfPk0Kx6kNmZ/N8CnQj/SyMLjRsUgUm/ZHltS5LMUg8Klph5w IhgXcSO/EyksU7rieAtuOsO7/r73ErDfXtbuvjHtOskM411SkIBjzgox+tDlg6rHegTb YQ/w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r17si4057231pgg.155.2019.07.15.09.58.46; Mon, 15 Jul 2019 09:59:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731532AbfGOQ61 (ORCPT + 99 others); Mon, 15 Jul 2019 12:58:27 -0400 Received: from verein.lst.de ([213.95.11.211]:34043 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730782AbfGOQ6Z (ORCPT ); Mon, 15 Jul 2019 12:58:25 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 6E47268B05; Mon, 15 Jul 2019 18:58:23 +0200 (CEST) Date: Mon, 15 Jul 2019 18:58:23 +0200 From: Christoph Hellwig To: "Martin K . Petersen" Cc: Sagi Grimberg , Max Gurtovoy , Bart Van Assche , linux-rdma@vger.kernel.org, linux-scsi@vger.kernel.org, megaraidlinux.pdl@broadcom.com, MPT-FusionLinux.pdl@broadcom.com, linux-hyperv@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: properly communicate queue limits to the DMA layer v2 Message-ID: <20190715165823.GA10029@lst.de> References: <20190617122000.22181-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190617122000.22181-1-hch@lst.de> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 17, 2019 at 02:19:52PM +0200, Christoph Hellwig wrote: > Hi Martin, > > we've always had a bit of a problem communicating the block layer > queue limits to the DMA layer, which needs to respect them when > an IOMMU that could merge segments is used. Unfortunately most > drivers don't get this right. Oddly enough we've been mostly > getting away with it, although lately dma-debug has been catching > a few of those issues. Ping? What happened to this set of bug fixes?