From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 10 Oct 2017 11:26:38 -0700 From: Bjorn Andersson Subject: Re: [PATCH] rpmsg: glink: keep balance of mutex locks in qcom_glink_request_intent() Message-ID: <20171010182638.GL20643@builder> References: <1507325037-20889-1-git-send-email-khoroshilov@ispras.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1507325037-20889-1-git-send-email-khoroshilov@ispras.ru> To: Alexey Khoroshilov Cc: Ohad Ben-Cohen , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, ldv-project@linuxtesting.org List-ID: On Fri 06 Oct 14:23 PDT 2017, Alexey Khoroshilov wrote: > If qcom_glink_tx() fails in qcom_glink_request_intent(), > it returns immediately leaving intent_req_lock mutex locked. > So the next tries to send intent request lead to deadlock. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshilov Thanks Alexey. This was found by Dan Carpenter a few weeks ago, but I failed to send the pull request for it, will do so now. Regards, Bjorn