From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752573AbdFAQhn (ORCPT ); Thu, 1 Jun 2017 12:37:43 -0400 Received: from mga07.intel.com ([134.134.136.100]:61423 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751722AbdFAQhl (ORCPT ); Thu, 1 Jun 2017 12:37:41 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,280,1493708400"; d="scan'208";a="109737585" Date: Thu, 1 Jun 2017 22:09:50 +0530 From: Vinod Koul To: Logan Gunthorpe Cc: linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, Linus Walleij , Stephen Bates , Dan Williams , Per =?iso-8859-1?Q?F=F6rlin?= Subject: Re: [PATCH v2 1/2] dmaengine: imx-dma: cleanup scatterlist layering violations Message-ID: <20170601163950.GF2885@localhost> References: <20170530223917.6643-1-logang@deltatee.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170530223917.6643-1-logang@deltatee.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 30, 2017 at 04:39:16PM -0600, Logan Gunthorpe wrote: > This dma engine driver directly accesses page_link assuming knowledge > that should be contained only in scatterlist.h. > > We replace these with calls to sg_chain and sg_assign_page. Applied both, thanks -- ~Vinod