From patchwork Fri Aug 23 03:37:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Aaron Williams X-Patchwork-Id: 1151912 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=marvell.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=marvell.com header.i=@marvell.com header.b="cUZNqu5H"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 46F6YC3j8Kz9s7T for ; Fri, 23 Aug 2019 13:37:51 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 3CF5CC220CC; Fri, 23 Aug 2019 03:37:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id C6870C22080; Fri, 23 Aug 2019 03:37:38 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id E2B01C220B1; Fri, 23 Aug 2019 03:37:37 +0000 (UTC) Received: from mx0b-0016f401.pphosted.com (mx0a-0016f401.pphosted.com [67.231.148.174]) by lists.denx.de (Postfix) with ESMTPS id 41394C22080 for ; Fri, 23 Aug 2019 03:37:37 +0000 (UTC) Received: from pps.filterd (m0045849.ppops.net [127.0.0.1]) by mx0a-0016f401.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id x7N3aJow002462; Thu, 22 Aug 2019 20:37:33 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=marvell.com; h=from : to : cc : subject : date : message-id : in-reply-to : references : mime-version : content-type; s=pfpt0818; bh=+wfYcxYwUv4IKIRGn7zhPokj1YJHl/bXHmdVhc0bjhM=; b=cUZNqu5HJcRKmFPXW5YJJeL/hS1ixcNupCEyEafEbE8rI9arxYuCF53wKgrTL87rERm2 MVKMbaixiYYGpaMuHM2bFi1IByWWI5yL14HZgly5vRWipQhoV7K3CoW+sGCD0dAfsdQ3 5RaRhfiVlEAmadGiPV6Ct2h/EQUOXbqG2wmo3WehBVneBA+05uzcfJp+0wFFad1vcOey M508BjlCGdZg2J4SD6cS+6mzCmf7vk2SHTIjMwjYkhZAJJ9DKpHKoCh1MODWMtfFaNQo 9tGFJxutBUTKRpJTMUoeEOeovCWprMXedoANobKDQHQEaVUvXtRimeHo/GPvt5kuzMcL gg== Received: from sc-exch01.marvell.com ([199.233.58.181]) by mx0a-0016f401.pphosted.com with ESMTP id 2uhad3y132-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NOT); Thu, 22 Aug 2019 20:37:33 -0700 Received: from SC-EXCH03.marvell.com (10.93.176.83) by SC-EXCH01.marvell.com (10.93.176.81) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Thu, 22 Aug 2019 20:37:32 -0700 Received: from maili.marvell.com (10.93.176.43) by SC-EXCH03.marvell.com (10.93.176.83) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Thu, 22 Aug 2019 20:37:32 -0700 Received: from marvell.com (unknown [10.85.93.181]) by maili.marvell.com (Postfix) with ESMTP id E96793F7040; Thu, 22 Aug 2019 20:37:31 -0700 (PDT) From: Aaron Williams To: Date: Thu, 22 Aug 2019 20:37:27 -0700 Message-ID: <20190823033728.24591-2-awilliams@marvell.com> X-Mailer: git-send-email 2.16.4 In-Reply-To: <20190823033728.24591-1-awilliams@marvell.com> References: <20190823033728.24591-1-awilliams@marvell.com> MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:5.22.84,1.0.8 definitions=2019-08-22_15:2019-08-21,2019-08-22 signatures=0 Subject: [U-Boot] [PATCH v4 0/1] nvme: Fix PRP Offset Invalid X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Doh! I forgot to check that in. This should fix it. I'm still trying to get used to git send-email. -Aaron Aaron Williams (1): nvme: Fix PRP Offset Invalid drivers/nvme/nvme.c | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) --- 2.16.4