Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752216AbdFLNci (ORCPT ); Mon, 12 Jun 2017 09:32:38 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:34192 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752104AbdFLNcY (ORCPT ); Mon, 12 Jun 2017 09:32:24 -0400 From: Alexander Sverdlin Reply-To: Alexander Sverdlin To: Arnd Bergmann , gregkh Cc: "kernelci.org bot" , Tom Gall , Sumit Semwal , Amit Pundir , Arnd Bergmann , Anmar Oueja , Vinod Koul , Lars-Peter Clausen , Linux Kernel Mailing List , dmaengine@vger.kernel.org Subject: Re: stable-rc/linux-4.4.y build: 199 builds: 13 failed, 186 passed, 13 errors, 4 warnings (v4.4.71-63-g409ebd600970) X-Mailer: Modest 3.90.7 References: <593e7405.13d31c0a.ae58e.4696@mx.google.com> <20170612115946.GA17130@kroah.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-ID: <1497274419.11261.7.camel@Nokia-N900> Date: Mon, 12 Jun 2017 15:33:40 +0200 Message-Id: <1497274420.11261.8.camel@Nokia-N900> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1639 Lines: 38 Hello! On Mon Jun 12 14:44:04 2017 Arnd Bergmann wrote: > On Mon, Jun 12, 2017 at 1:59 PM, gregkh > wrote: > > On Mon, Jun 12, 2017 at 01:28:48PM +0200, Arnd Bergmann wrote: > > > > > 1  drivers/dma/ep93xx_dma.c:1357:9: error: 'struct dma_device' > > > > > has no member named 'device_synchronize' > > > > > > > > The error was introudced by the backport of 98f9de366fcc > > > > ("dmaengine: ep93xx: Don't drain the transfers in > > > > terminate_all()"), which requires the dmaengine synchronize > > > > callback. > > > > > > > > device_synchronize was introduced by b36f09c3c441 ("dmaengine: Add > > > > transfer termination synchronization support") in linux-4.5. That > > > > is not a bugfix but would > > > > cleanly apply on top of 4.4 and has no dependencies or > > > > side-effects. > > > > > > > > We can either revert 98f9de366fcc or backport b36f09c3c441. > > > > I'll just go drop 98f9de366fcc as that's best here.  I don't think > > anyone really cares about this driver in 4.4, and if they do, then they > > can speak up :) > > Sounds fine. ep93xx was once an important platform and the chips are > still being sold, but I guess not many users remain. Alexander Sverdlin > just stepped up as the platform maintainer, so he can decide whether he > wants his fix in linux-4.4.y. Fair enough! While I'm aware of several thousands devices still in service, there is no "enterprise Linux distribution" for this platform, these embedded devices are able to switch to the fresh kernel. So, it doesn't worth the effort, repairing v4.4.x is meaningless. -- Thanks, Alexander.