From patchwork Tue Sep 29 13:44:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vinod Koul X-Patchwork-Id: 11805927 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B2B38112C for ; Tue, 29 Sep 2020 13:44:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91D7121531 for ; Tue, 29 Sep 2020 13:44:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601387093; bh=zQe71h3hMDkcO3lGqxJ6ObZpKisB/OGPDNWyeteTzEo=; h=Date:From:To:Cc:Subject:List-ID:From; b=rDQI/L67Oyq5xTsE7Wsh9aMJImYHtMxjQ5IpPZBSpANu3AAjdmmpLK+VpiHXfVkgG GwCdVe95vQYmP2Tl878gFXMcLbBNTIYUMHj6St1NMFfyS/4mW10ZCXw5jfRyzcgj8s AE/JYxLfAEAWYCqwGP5sD/1KikhFoALV+s/LOcDw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730001AbgI2Nox (ORCPT ); Tue, 29 Sep 2020 09:44:53 -0400 Received: from mail.kernel.org ([198.145.29.99]:33304 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728346AbgI2Nox (ORCPT ); Tue, 29 Sep 2020 09:44:53 -0400 Received: from localhost (unknown [122.171.202.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A7C08207C4; Tue, 29 Sep 2020 13:44:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601387092; bh=zQe71h3hMDkcO3lGqxJ6ObZpKisB/OGPDNWyeteTzEo=; h=Date:From:To:Cc:Subject:From; b=zKdfmLXthdd+oLmftCSbCbxhfOLhsGSNcw0PY/0onUdGAWgf7vmQV1gAiPoxKXCs1 AN225AEUu6F5OqndkeHblPeNk7gue/vYI/epseg56m3/7+gR0Q4+l1e2j5RVRLIgoW IbZgBxVL2jikaV+LjNHDz03zRgJjNRGBhWlWLoho= Date: Tue, 29 Sep 2020 19:14:43 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [GIT PULL]: dmaengine late fixes for v5.9 Message-ID: <20200929134443.GL2968@vkoul-mobl> MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hi Linus, Please consider pulling to receive one small fix for dmatest module misconfigured channels The following changes since commit f4d51dffc6c01a9e94650d95ce0104964f8ae822: Linux 5.9-rc4 (2020-09-06 17:11:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.9 for you to fetch changes up to ce65d55f92a67e247f4d799e581cf9fed677871c: dmaengine: dmatest: Prevent to run on misconfigured channel (2020-09-22 20:18:05 +0530) ---------------------------------------------------------------- dmaengine fixes for v5.9 Dmatest: - Fix for misconfigured channel ---------------------------------------------------------------- Vladimir Murzin (1): dmaengine: dmatest: Prevent to run on misconfigured channel drivers/dma/dmatest.c | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) Thanks