From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1036473AbdDUIMl (ORCPT ); Fri, 21 Apr 2017 04:12:41 -0400 Received: from ozlabs.org ([103.22.144.67]:52647 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032187AbdDUIMe (ORCPT ); Fri, 21 Apr 2017 04:12:34 -0400 Date: Fri, 21 Apr 2017 18:12:30 +1000 From: Stephen Rothwell To: Mason Cc: Russell King , linux-next , LKML , Linux ARM , arm-soc , Emilio Lopez , dmaengine@vger.kernel.org, Vinod Koul , Dan Williams , Maxime Ripard , Chen-Yu Tsai Subject: Re: linux-next: build failure after merge of the arm tree Message-ID: <20170421181230.05dcf937@canb.auug.org.au> In-Reply-To: <9858a4ed-bdd9-bd6c-d8a4-e9e6bd539904@free.fr> References: <20170421084033.5c987e13@canb.auug.org.au> <9858a4ed-bdd9-bd6c-d8a4-e9e6bd539904@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Mason, On Fri, 21 Apr 2017 09:58:58 +0200 Mason wrote: > > Anyway, the fix is trivial. > > The "pchans_used" field is an unsigned long array. > for_each_clear_bit_from() expects an unsigned long pointer, > not an array address. > > I'll send a patch to the drivers/dma maintainers. The fix really needs to go into the arm tree (as well?) since that is the tree that has the patch that causes the build to break (even if the actual bug was preexisting). -- Cheers, Stephen Rothwell