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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=unavailable 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 14154C31E53 for ; Mon, 17 Jun 2019 06:22:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E78BE2189F for ; Mon, 17 Jun 2019 06:22:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725793AbfFQGWx (ORCPT ); Mon, 17 Jun 2019 02:22:53 -0400 Received: from verein.lst.de ([213.95.11.211]:32787 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725372AbfFQGWw (ORCPT ); Mon, 17 Jun 2019 02:22:52 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 8159768AA6; Mon, 17 Jun 2019 08:22:22 +0200 (CEST) Date: Mon, 17 Jun 2019 08:22:22 +0200 From: Christoph Hellwig To: Yoshihiro Shimoda Cc: Alan Stern , "gregkh@linuxfoundation.org" , "linux-usb@vger.kernel.org" , "usb-storage@lists.one-eyed-alien.net" , "linux-renesas-soc@vger.kernel.org" , Christoph Hellwig Subject: Re: [PATCH v2] usb-storage: Add a limitation for blk_queue_max_hw_sectors() Message-ID: <20190617062222.GA5069@lst.de> References: <20190613171112.GA22155@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Mon, Jun 17, 2019 at 04:17:43AM +0000, Yoshihiro Shimoda wrote: > Thank you for the comments. So, should I wait for getting rid of the > virt_boundary_mask stuff? If I revise the commit log of this patch, > is it acceptable for v5.2-stable as a workaround? In other words, > I worry about this issue exists on v5.2-stable. It does exist on 5.2-stable and we should fix it. I'll plan to resend my series to fix the virt_boundary issues for the other SCSI driver soon, but we'll still need to sort out usb-storage.