Received: by 2002:a25:86ce:0:0:0:0:0 with SMTP id y14csp1804229ybm; Thu, 23 May 2019 07:03:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqyGQnqOHJnz4wAipjkNDIcf2tepwEMM4s5lZC+MIZS+4Wg9cfqjBo9vyJWl6mIHk4I3erwI X-Received: by 2002:a17:902:848c:: with SMTP id c12mr49115785plo.17.1558620219095; Thu, 23 May 2019 07:03:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558620219; cv=none; d=google.com; s=arc-20160816; b=Pxmm8cu6sBlHX10iWeqi6264kPgJFGYt59iIOXpPBezO03ZMt91ysejhKr/SiiO0cn NXD7dsupTFqxauy4VulMVXiUXzGiM1dtHJfZAjnZNpYy8o7u2cnI1jCWhD+scQ4uOXQY 9HhRh+0PIg2fMSApuDh/FPsgZ8SKMbUAP1e7pSDZYHXUrv4zCbOAt5YDvEQG+Z9ixpeg 7t3YA1q4KjBr0oap8xdxmu4i/B3bNEsetgJoBhnQiByczgOxAgqVk550pwr1hoL73xxv bmV9CUbKMBkso3rYCYE/naZspNddd2a35wjXPZM6RDvQ4DIXfA3B8SK0Rs0s1Vq9g2iZ aJ0A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=/bhmPGWxP3kghjmF6VPgun/cBsamkzvrFQQXX1QdOjU=; b=fw+5xf2hA7lkG6h3Hvn9Tv9h+M1Zry7UtodFGOaYat6rX9xzpEc5ezgeI1AxtRrgn0 OHtF9ZEdueY5DUwsRLUB62JG2+jbGI8HSuZl209RURtTGUq/c6i8mJefccEE2PaZdnIc /jRpdfWYssMqVAaheG2Kkz1PG+cNJoOWPxIFflI95MJhocN3kwClYoDz/pxxx49TWtdw lmC9eQ61fiA7JgXuALnp/+wNdj6crWH6IYkL0SOZlCPuT+KSqp2JeACIFwvr/DZfX+Qq Hm+Oijbg9ZCZGztLj1qyRrWzwuuBKrZ4Rws8XsK5YENPrSFESumEz/Q3vr995YGbd85Y uuTQ== 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 p188si32219423pfp.112.2019.05.23.07.03.15; Thu, 23 May 2019 07:03:39 -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 S1730804AbfEWOBz (ORCPT + 99 others); Thu, 23 May 2019 10:01:55 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:33916 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1730323AbfEWOBz (ORCPT ); Thu, 23 May 2019 10:01:55 -0400 Received: (qmail 1600 invoked by uid 2102); 23 May 2019 10:01:54 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 23 May 2019 10:01:54 -0400 Date: Thu, 23 May 2019 10:01:54 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Oliver Neukum cc: Jaewon Kim , Christoph Hellwig , , , Jaewon Kim , , , , Subject: Re: [RFC PATCH] usb: host: xhci: allow __GFP_FS in dma allocation In-Reply-To: <1558558075.2470.2.camel@suse.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 22 May 2019, Oliver Neukum wrote: > On Mi, 2019-05-22 at 10:56 -0400, Alan Stern wrote: > > On Wed, 22 May 2019, Oliver Neukum wrote: > > > > > I agree with the problem, but I fail to see why this issue would be > > > specific to USB. Shouldn't this be done in the device core layer? > > > > Only for drivers that are on the block-device writeback path. The > > device core doesn't know which drivers these are. > > Neither does USB know. It is very hard to predict or even tell which > devices are block device drivers. I think we must assume that > any device may be affected. All right. Would you like to submit a patch? Alan Stern