From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752330AbcFJUDb (ORCPT ); Fri, 10 Jun 2016 16:03:31 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:33567 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750975AbcFJUD3 (ORCPT ); Fri, 10 Jun 2016 16:03:29 -0400 Date: Fri, 10 Jun 2016 22:03:25 +0200 From: Krzysztof Kozlowski To: David Miller Cc: k.kozlowski@samsung.com, akpm@linux-foundation.org, hch@infradead.org, b.zolnierkie@samsung.com, julian.calaby@gmail.com, adam.buchbinder@gmail.com, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 39/44] sparc: dma-mapping: Use unsigned long for dma_attrs Message-ID: <20160610200325.GA2235@kozik-lap> References: <1465553521-27303-1-git-send-email-k.kozlowski@samsung.com> <1465553521-27303-40-git-send-email-k.kozlowski@samsung.com> <20160610.104347.27574417059803210.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160610.104347.27574417059803210.davem@davemloft.net> 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 Fri, Jun 10, 2016 at 10:43:47AM -0700, David Miller wrote: > From: Krzysztof Kozlowski > Date: Fri, 10 Jun 2016 12:11:56 +0200 > > > Split out subsystem specific changes for easier reviews. This will be > > squashed with main commit. > > > > Signed-off-by: Krzysztof Kozlowski > > If you split the method signatures from the type changes to the pointers > that they are assigned to, this breaks bisection. > > You have to change them all at once, or use some other transitional > mechanism for the intervening changes. Yes, this is why I wrote the commit message above. The split here is only for making code review easier for respective maintainers. All these smaller patches will be squashed together with the main commit (patch 1/44 [1] [2]). Unfortunately the CC-list would be too huge to send it to all maintainers. Best regards, Krzysztof [1] https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1164335.html [2] https://github.com/krzk/linux/commit/72dee332b0bedb5cbfc51646d3c03ecbc4a5fe1e