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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_PASS,UNPARSEABLE_RELAY 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 09088C282C4 for ; Wed, 13 Feb 2019 03:11:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C5172218D3 for ; Wed, 13 Feb 2019 03:11:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="RnT/dxIV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729210AbfBMDLN (ORCPT ); Tue, 12 Feb 2019 22:11:13 -0500 Received: from userp2120.oracle.com ([156.151.31.85]:57542 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728256AbfBMDLN (ORCPT ); Tue, 12 Feb 2019 22:11:13 -0500 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x1D349Qq050229; Wed, 13 Feb 2019 03:10:57 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=to : cc : subject : from : references : date : in-reply-to : message-id : mime-version : content-type; s=corp-2018-07-02; bh=a9gRehcS90HtU7BkRTC+7J5ql2mMfz8LuN8AU6bX7W4=; b=RnT/dxIVrNx5Pq8RLnrv+EBNqlYWdgLS4ZxnEECzV+ZQL9N93dKbHqNjxzb9ySq17L4M QTk8cSOHHRPR2tua/JXRZlF5LwbujjJ/kZI/ncugGmdtKdzDuOlOGYHiBaamubpYEXdr S47saLBSGFI5l5edMUUPe7HkPe4yWmNbO0X9OuGM3a7nSl6EXcuRczgFVaHoPtMgkYgI 1p07MXj6ZaWDtVHh57az6ORpcWV/b83E/ChyD7v4+PHGLNtD75xBda+9Qu2qWwqWgI8o brEIM6PsW6Ld0lEHFhPrkvJM6KDZICtaVa1oGCch352ZRaDn+FyjyOh4F5xJv+kzY/Qb Zw== Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp2120.oracle.com with ESMTP id 2qhredyj66-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 13 Feb 2019 03:10:57 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id x1D3Apwx005145 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 13 Feb 2019 03:10:51 GMT Received: from abhmp0002.oracle.com (abhmp0002.oracle.com [141.146.116.8]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id x1D3AniM028734; Wed, 13 Feb 2019 03:10:51 GMT Received: from ca-mkp.ca.oracle.com (/10.159.214.123) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 12 Feb 2019 19:10:49 -0800 To: "Ewan D. Milne" Cc: Christoph Hellwig , linux-scsi@vger.kernel.org, linux-nvme@lists.infradead.org, stable@vger.kernel.org, james.smart@broadcom.com, dick.kennedy@broadcom.com, martin.petersen@oracle.com, jejb@linux.ibm.com, John Garry Subject: Re: [PATCH] scsi: lpfc: fix calls to dma_set_mask_and_coherent() From: "Martin K. Petersen" Organization: Oracle Corporation References: <20190211150502.9999-1-emilne@redhat.com> <20190212080627.GC10547@infradead.org> <9572ae3b0131ad1c74d6a775f819437e3d4f1795.camel@redhat.com> Date: Tue, 12 Feb 2019 22:10:44 -0500 In-Reply-To: <9572ae3b0131ad1c74d6a775f819437e3d4f1795.camel@redhat.com> (Ewan D. Milne's message of "Tue, 12 Feb 2019 10:37:45 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=9165 signatures=668683 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=968 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1902130019 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Ewan, > It also appears as if the patches to hptiop, hisi_sas and bfa need to > be fixed up. I don't have a test environment for these, although I > might be able to modify the test environment for bfa. Martin/James, > what about the others? I'm afraid I don't have any of those. But I'm sure John would be happy to check hisi_sas. -- Martin K. Petersen Oracle Linux Engineering