Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759791AbcKCSJb (ORCPT ); Thu, 3 Nov 2016 14:09:31 -0400 Received: from mail.ispras.ru ([83.149.199.45]:56298 "EHLO mail.ispras.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755429AbcKCSJ3 (ORCPT ); Thu, 3 Nov 2016 14:09:29 -0400 Subject: Re: [PATCH v2 1/2] usb: gadget: mv_u3d: add check for dma mapping error To: Felipe Balbi References: <871sytndwo.fsf@linux.intel.com> <1478178992-28317-1-git-send-email-khoroshilov@ispras.ru> <87zilgk7qv.fsf@linux.intel.com> Cc: Greg Kroah-Hartman , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, ldv-project@linuxtesting.org From: Alexey Khoroshilov Message-ID: <041a2cb0-a086-f8ca-580e-196e5a6bf231@ispras.ru> Date: Thu, 3 Nov 2016 21:09:25 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <87zilgk7qv.fsf@linux.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 500 Lines: 19 On 03.11.2016 16:34, Felipe Balbi wrote: > > Hi, > > Alexey Khoroshilov writes: >> mv_u3d_req_to_trb() does not check for dma mapping errors. >> >> Found by Linux Driver Verification project (linuxtesting.org). >> >> v2: split fix and clenup to separate patches. > > I'll fix this time when applying, but keep in mind we don't want these > notes in the commit log. They should come after the tearline (---) > below, together with the diffstat ;-) ok, thank you -- Alexey