From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1FF36C433EF for ; Mon, 18 Oct 2021 06:43:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F405360F22 for ; Mon, 18 Oct 2021 06:43:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229533AbhJRGpP (ORCPT ); Mon, 18 Oct 2021 02:45:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:51374 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229847AbhJRGpP (ORCPT ); Mon, 18 Oct 2021 02:45:15 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BB27C608FE; Mon, 18 Oct 2021 06:43:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634539384; bh=HvA7sdtODjF605T2AShplSQpt01oLgTaIN5yUBN0Hn0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S/lwuF9vxQ4Pf/KlvCkqhisJ81nzGcwbB5Nng2HvyV+7ePw48c7mw2sYpUZQXKkE4 EGHlbnXGR28vzSXt/KOQ2CpamAjI4WDXdweFqB6pSXrTIDsPStFkmb7LW4K2WDDwPF H/ftDwem1GQM/BxwfilDarMmlkFejJdRGUvmNzg1d5nRR1GW8wDf8aUbohDgbk94Bj dQMIQ+YtOIcWBKED5CqKzudlM+umDi32PLrzCBZ/c6xCW2yCCVxEev1Tz3lfVNpaBU E7r1BnHsD/f61lnKyyDJt0ab3JeZAic7rWoNnPGbpDKjsnDlQ5wtouJLJhqarVpfUw Su/dKfmzKbsRQ== Date: Mon, 18 Oct 2021 12:13:00 +0530 From: Vinod Koul To: Amelie Delaunay Cc: Maxime Coquelin , Alexandre Torgue , dmaengine@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Pierre-Yves Mordret Subject: Re: [PATCH 0/3] dmaengine: stm32-dma: some corner case fixes Message-ID: References: <20211011094259.315023-1-amelie.delaunay@foss.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211011094259.315023-1-amelie.delaunay@foss.st.com> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On 11-10-21, 11:42, Amelie Delaunay wrote: > This patchset brings some fixes to STM32 DMA driver. > It fixes undefined behaviour of STM32 DMA controller when an unaligned address > is used. > It also prevents accidental repeated completion using dma_cookie_complete() in > terminate_all(). Applied, thanks -- ~Vinod