From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752647AbbH1TR0 (ORCPT ); Fri, 28 Aug 2015 15:17:26 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:59473 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752150AbbH1TRY (ORCPT ); Fri, 28 Aug 2015 15:17:24 -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: Fri, 28 Aug 2015 21:16:51 +0200 Message-ID: <22516156.tfGZvl13aG@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1440746842-19029-1-git-send-email-hch@lst.de> References: <1440746842-19029-1-git-send-email-hch@lst.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:/LOJ4Me/xmVYh7lubCVodU2fhOwrLuOLDhxT0gw231cVo2K6oLr bECEZEMxcom8Boh02ozHudAGLcM0QoFuM3l+OKbfFdXTuXywCHClwAWxwp2wBuNF6956/Cy 6E/erB4lb2ytErM8LCats6RZ7OQt2KfR5naZezrPYAyJzAsjkS9DZYhDZoMUmJvOob0GJaW H1Zy1qsfNGj2yxlh5jOGQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:440Z9YewZxY=:vIWN8wAXGlsR+8KxQuQFT2 uIQKuGZOsSxDTSvo9tInauJCcGY18ZjNWo3a3wWP9fI7HxoQP6nR6OVq2h0agt12H4zE0FmuV /gh5aRmOrMb0yptd15WkIN5ku/pXcTQ8E9mi2C3AIuEdXNFgq4izja1hz0gpotqq90AF71qIp W5/ZEztUg8QdqHQU0JXbVTKTBiOXjps7r0audrfD8FPEjN/AmjCEYOexU7cdp7Mvq0Z1jGS5k ZH6pRtAdNkrNOIURJT5lpffASB6K3zBgO9NrmiMG8EtLLYoOiVOvmdyUsjt1Kj6w7+CdsmqiG C9CVQPws0L8Q2BfMT70hJjR9ZzULIxELOmxPZsnH1cz0aHLDuJBKSEPAnQghb+z1L5BNF7n+s 2QxIWwGL89A7VAmlBtDCI1KRBHftvOMkxncpcwQA6q+Yde38/zUThd4QVAkEV+DFsajqb2y2l /A/mjxxXZriNBHFXUrQfGTuE+Q0ZKBgfP2sXzmgBB6U5FEdDUvgQ3QQPUDh3CLpjjdud+95gp X/SacPv42XPOKmN7PndE6nAetZl1xRI3eHdQYPzXLVjih5fgpJxRdie/4rVMKflE6ZCIabi5j zFVOEw4R4dW3ugGsaKHQtY1eSTrkn4b6ryScJtyobymqgJ7mN6jQ9gOu5CIvHi1Q0/Btsjw7i Vhc+93iEmQC5hQ0Cu1CmhsdHkAnN6c1JBU+6pbCZCK9TQhK7RGJXSNniouAEsL8PdCROovZMG TsXE7MshQSsbTPmo Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? 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). Arnd