From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753919AbbJNOmO (ORCPT ); Wed, 14 Oct 2015 10:42:14 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:59035 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341AbbJNOmM (ORCPT ); Wed, 14 Oct 2015 10:42:12 -0400 From: Arnd Bergmann To: Christoph Hellwig Cc: mitake@dcl.info.waseda.ac.jp, dhowells@redhat.com, herbert@gondor.apana.org.au, oded.gabbay@amd.com, eli@mellanox.com, james_p_freyensee@linux.intel.com, linux-gpio@vger.kernel.org, drbd-dev@lists.linbit.com, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: fix various asm-generic abuses Date: Wed, 14 Oct 2015 16:41:49 +0200 Message-ID: <5693903.Ud0gtefqqr@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20150829134937.GA13103@lst.de> References: <1440746842-19029-1-git-send-email-hch@lst.de> <22516156.tfGZvl13aG@wuerfel> <20150829134937.GA13103@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:xcOv8IZ3acjbTSaT2C5SkJe823YrsIsEzB87yqSwYfqEYtt5+Ak pUqnn9pPiBFQuajnJuGaQpyj/pyYR15xIpHxQO9NUEpGDLmvg3AEti3dasYbKkLVF1776Tl K+juFEWPKB8C1RVbkN9ayH/KmtCB3nL7RV7R9C5m4/GK7Bc2De4Acorojfe3CDRgR8qU5j9 y5yIM5kfXSEgTCROYk3nQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:GUEwzR3yGq4=:Ql2twkkYvu7UiEIXJY+dYW fr868raWETi5cBvEsMjOCq+tsBghNRBT7XlTz/cXt1xtVZ0811n28ElfeebMfP4Ue4QszemwM kqgDROJ/JJHNXPTITT5k0HkupS6TbHgfJtBkR3YL9DhftsFEzFv+5ipG+l8QyBHeULzcptfXK efCf0tXwcEk2dyroMBsbl/HZdwVoKPyjUlkofccfzZG9FdUbdm0nNdVvVfUJf4oztISgBQIJe 45Ek8Od79w2WOo3cEL+6Dxl6oV+RJ8iVpIRO4fq1OP01wGVyXQz/ZPtBBbii9M6pK4u2uZu0n WsnkUW1r5oJ40P1B/7/60kFtnKG3Y3CRJIHN4Ybs7UwjYvD+/rxrhxBwXZFICQvdpeWqQcSBz pwJoINMpvy8Phf3B4VjFgN4DZDDvs/riuugjlKEz3iN4hq5/zQCq4k3fyL+nA7nfX9Cxlbhyr CCwvrIgMFviFyJp1RPeyCfem1C9OTrfwgw1UJ3mWpVmSfB7A17BpYQAEMiufWAjx+4KkVtSPs IxI4no6oE1c2L0HSb2j7PirbFryck4DuX6G+oWxKZMZjVt2QRXvPKlconmQTeJlCxK+XqOPxw puGs4ao+tcaezxrXTUjPsJs2jz6goBETETE6v0nJ8J20a3LvPCXRbQF26wVxage03H2RTV92x mpHhRdjxbe+z184pxFTgzO+3iXXuvtHy27KypdydE9VoEqCz0g/vKtsIK3DbDB8xY8JjPkyL9 8qa8oSEsxys9ExO0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 29 August 2015 15:49:37 Christoph Hellwig wrote: > On Fri, Aug 28, 2015 at 09:16:51PM +0200, Arnd Bergmann wrote: > > On Friday 28 August 2015 09:27:13 Christoph Hellwig wrote: > > > This fixes two trivial classes of asm-generic abuse. First two headers > > > that are intended for drivers are moved to include/linux, and second > > > various drivers that incorrectly use asm-generic headers directly are > > > switched over to use the proper public headers. There are a few more > > > asm-generic abuse, but they aren't quite as trivial so they will take > > > a little more effort to fix. > > > > Thanks a lot, these all look really useful. My normal way of dealing > > with asm-generic patches is to have changes go through the tree of > > whichever maintainer needs the changes for their own work with my > > Ack, but I guess in this case you don't actually have other patches > > depending on them, right? > > No, there's nothing depending on it. > > > If driver maintainers want to pick individual patches from this series, > > please add my > > > > Acked-by: Arnd Bergmann > > > > otherwise let me know if I should put them into my asm-generic git > > tree (which is currently empty, but part of linux-next). > > Note that the first two are something you should probably pick up either > way as they aren't really specific to a driver. I've applied the remaining patches to my asm-generic tree now, with the Acks from Herbert, Darren and Hitoshi. Arnd