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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 4D224C31E5B for ; Wed, 19 Jun 2019 19:43:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2AF2621721 for ; Wed, 19 Jun 2019 19:43:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726518AbfFSTnv (ORCPT ); Wed, 19 Jun 2019 15:43:51 -0400 Received: from mail-pg1-f194.google.com ([209.85.215.194]:45858 "EHLO mail-pg1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726230AbfFSTnu (ORCPT ); Wed, 19 Jun 2019 15:43:50 -0400 Received: by mail-pg1-f194.google.com with SMTP id s21so208391pga.12; Wed, 19 Jun 2019 12:43:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=vkDuWR4Ufpj0xciDQcbKjPFVsG7k2MUKXN7wSLo/irQ=; b=naWKF5qxbT+Oz6omRJ46geiqeLoZoZHtQbEOxN+grTO1SdVlBwo50NfGxQmc/FFlud bRuio6JuptysRHXJLBLP9e0onk5K2zobBF/ZgXR55k2OnsVIk1CLgLAKvOYpsbqLfbgn 8lz1jH0IIET/SR2arPzhvk5ZR/XkClOGMqhG34sWHKfh+Z/FaC/Ic8Zzrio9htfk0Vov jX5TgVwNESXuaFck3KieYKrHoP0ifxE6FS8PdsWvCgLX49YosANv8zPNgJFXc9iaXXdG L5GmXDGIoIsw2rCQfkztD+VLRN6YveY5PAH4N0s/sqdMvEUs64o/3c+8H/UGixsSUcIS 0Hnw== X-Gm-Message-State: APjAAAXkTUCyLc6jGutDKRt/hS+K8P+APD3lvohkc2MAoj282LMxRlAZ fEfCSsFtyIy5eXCyC/qZXCgv4hHT7B8= X-Google-Smtp-Source: APXvYqzu0qVkLU1Bjj2t90oYtlQ8S7ihvZbF2diaNzgHmiBEJPWw0dSSJHUCdg1/QQ9BlByLhmOSHQ== X-Received: by 2002:a63:5a02:: with SMTP id o2mr8900735pgb.93.1560973429816; Wed, 19 Jun 2019 12:43:49 -0700 (PDT) Received: from desktop-bart.svl.corp.google.com ([2620:15c:2cd:202:4308:52a3:24b6:2c60]) by smtp.gmail.com with ESMTPSA id r4sm2325798pjd.28.2019.06.19.12.43.48 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Wed, 19 Jun 2019 12:43:48 -0700 (PDT) Subject: Re: [PATCH V5 00/16] use sg helper to operate scatterlist To: "Martin K. Petersen" , Ming Lei Cc: linux-scsi@vger.kernel.org, James Bottomley , Hannes Reinecke , Christoph Hellwig , Jim Gill , Cathy Avery , "Ewan D . Milne" , Brian King , James Smart , "Juergen E . Fischer" , Michael Schmitz , Finn Thain , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-usb@vger.kernel.org, Dan Carpenter , Benjamin Block References: <20190618013757.22401-1-ming.lei@redhat.com> From: Bart Van Assche Message-ID: <3df71d64-78fb-c6fc-f456-a0b626abff3b@acm.org> Date: Wed, 19 Jun 2019 12:43:47 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On 6/18/19 5:29 PM, Martin K. Petersen wrote: > I applied this series with a bunch of edits and clarifying comments. It > was quite the nightmare to rebase 5.3/scsi-queue to satisfy the ordering > requirements, locate the scattered fixes, tweak tags, etc. Hope I got > everything right. Hi Martin, Do you perhaps plan to push out these patches at a later time? It seems like that branch has not been updated recently: $ git show --format=fuller mkp-scsi/5.3/scsi-queue | head -n7 commit f3e88ad00f58e9a05986be3028b2ed8654c601c9 Author: Suganath Prabu S AuthorDate: Fri May 31 08:14:43 2019 -0400 Commit: Martin K. Petersen CommitDate: Fri Jun 7 10:17:06 2019 -0400 scsi: mpt3sas: Update driver version to 29.100.00.00 Thanks, Bart.