Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751581AbcLELLM (ORCPT ); Mon, 5 Dec 2016 06:11:12 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:55492 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751451AbcLELLJ (ORCPT ); Mon, 5 Dec 2016 06:11:09 -0500 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org 409B9614F9 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=kvalo@codeaurora.org Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: adm80211: add checks for dma mapping errors From: Kalle Valo In-Reply-To: <1480715566-17027-1-git-send-email-khoroshilov@ispras.ru> References: <1480715566-17027-1-git-send-email-khoroshilov@ispras.ru> To: Alexey Khoroshilov Cc: Alexey Khoroshilov , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ldv-project@linuxtesting.org User-Agent: pwcli/0.0.0-git (https://github.com/kvalo/pwcli/) Python/2.7.3 Message-Id: <20161205111109.14716614F9@smtp.codeaurora.org> Date: Mon, 5 Dec 2016 11:11:09 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 615 Lines: 19 Alexey Khoroshilov wrote: > The driver does not check if mapping dma memory succeed. > The patch adds the checks and failure handling. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov Patch applied to wireless-drivers-next.git, thanks. d15697de60db adm80211: add checks for dma mapping errors -- https://patchwork.kernel.org/patch/9459295/ Documentation about submitting wireless patches and checking status from patchwork: https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches