Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754634AbbK3TxS (ORCPT ); Mon, 30 Nov 2015 14:53:18 -0500 Received: from smtp-outbound-1.vmware.com ([208.91.2.12]:56257 "EHLO smtp-outbound-1.vmware.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751476AbbK3TxR (ORCPT ); Mon, 30 Nov 2015 14:53:17 -0500 Date: Mon, 30 Nov 2015 11:53:15 -0800 (PST) From: Shrikrishna Khare X-X-Sender: skhare@shri-linux.eng.vmware.com To: Alexey Khoroshilov cc: "VMware, Inc." , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ldv-project@linuxtesting.org Subject: Re: [PATCH] vmxnet3: fix checks for dma mapping errors In-Reply-To: <1448663370-6848-1-git-send-email-khoroshilov@ispras.ru> Message-ID: References: <1448663370-6848-1-git-send-email-khoroshilov@ispras.ru> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 673 Lines: 22 On Fri, 27 Nov 2015, Alexey Khoroshilov wrote: > vmxnet3_drv does check dma_addr with dma_mapping_error() > after mapping dma memory. The patch adds the checks and > tries to handle failures. > Typo: vmxnet3_drv does not check dma_addr... > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov > --- Acked-by: Shrikrishna Khare -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/