Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1419699
| Path | csiph.com!feeder.erje.net!1.us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 39/44] sparc: dma-mapping: Use unsigned long for dma_attrs |
| Date | Fri, 10 Jun 2016 22:10:02 +0200 |
| Message-ID | <rIAUG-16H-3@gated-at.bofh.it> (permalink) |
| References | <rIrHH-3il-3@gated-at.bofh.it> <rIrHJ-3il-55@gated-at.bofh.it> <rIyJc-7Ck-29@gated-at.bofh.it> |
| X-Original-To | David Miller <davem@davemloft.net> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=iyJMRJSite8k1dRZyCeuPj60rB2XdkmuhHB/99Wdq3U=; b=05RGFveSy07ESN0ZaRYM3/GzHJMm+I4XVM5SoCUGNOxUR/yk6yz7ayP4uyyLfNHacC aE3i5SpfbbPh1OyrPzW0bCUjYzsjbeUfPaDvInUJyFjIT4Mp0+XbT3hHEyDuFEiT10oT o8YyPEK3r+avkkT/cZw9Y400y7opXfNqcMKe97di2ss7TBQt6GtF7AzYSux7BwcRWgNy ocq8zgQvCJ/6ZYtZPU0CJxndzTg1pTgpczY7QHIC/XwOWvwW80WWsg3AQokziBRAa0xn 2VQkAbgn6YTO6rfFBaz2uKKL1D11P17ayDC6EkdZ0uLhdT/T4lOGC67WcdvHAeSFDnKA Xtjg== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=iyJMRJSite8k1dRZyCeuPj60rB2XdkmuhHB/99Wdq3U=; b=RZSYN4JvfhYY7WI9DJ9CtH/p4tM52d9R19VUB/mRsBhGljsyGGNOVi1Sqf4eawcb87 EAipbtgrL02NAWiFZRSsZrmSgd01XF/M7zAM/TG5qabS12eZUlpkeUX8Dj3lb5lXWhmK 3W3/WWKgXVs0cpt6ua7tWa9ACJn6353wfIp68PsI+n+66uMEzJBCn+hmPyxC4JsSTlX1 oI4mrXgp5ogXm/OFzbYO0Jl3lLzHyWtEUg9vflFm3vr2gci1kHgfKwsTplaMGPvm9/xw s6/A+MY8mszyMfaOIcQw+fPCNEdJZJZR1xY+gGuxpSrzjpKs556bkj0CylkH6CjAgGik BDVA== |
| X-Gm-Message-State | ALyK8tKpaMSshbhs8le1W0/jFuyqHa41cRD4Xj0t3ILtueNgJbZLoTeKIUXNb6C/ZN2cLw== |
| X-Received | by 10.25.196.204 with SMTP id u195mr1183205lff.129.1465589007875; Fri, 10 Jun 2016 13:03:27 -0700 (PDT) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 27 |
| Organization | linux.* mail to news gateway |
| X-Original-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 |
| X-Original-Date | Fri, 10 Jun 2016 22:03:25 +0200 |
| X-Original-Message-ID | <20160610200325.GA2235@kozik-lap> |
| X-Original-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> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1419699 |
Show key headers only | View raw
On Fri, Jun 10, 2016 at 10:43:47AM -0700, David Miller wrote: > From: Krzysztof Kozlowski <k.kozlowski@samsung.com> > 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 <k.kozlowski@samsung.com> > > 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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v4 39/44] sparc: dma-mapping: Use unsigned long for dma_attrs Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-10 12:20 +0200
Re: [PATCH v4 39/44] sparc: dma-mapping: Use unsigned long for dma_attrs David Miller <davem@davemloft.net> - 2016-06-10 19:50 +0200
Re: [PATCH v4 39/44] sparc: dma-mapping: Use unsigned long for dma_attrs Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-06-10 22:10 +0200
csiph-web