Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754334AbbFWKx5 (ORCPT ); Tue, 23 Jun 2015 06:53:57 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:60227 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752669AbbFWKxv (ORCPT ); Tue, 23 Jun 2015 06:53:51 -0400 From: Arnd Bergmann To: "Luis R. Rodriguez" Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, xen-devel@lists.xensource.com, linux-fbdev@vger.kernel.org, "Luis R. Rodriguez" Subject: Re: [PATCH v7 0/9] pci: add pci_iomap_wc() and pci_ioremap_wc_bar() Date: Tue, 23 Jun 2015 12:53:45 +0200 Message-ID: <2962702.QXZzP3RbKY@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1434751712-24333-1-git-send-email-mcgrof@do-not-panic.com> References: <1434751712-24333-1-git-send-email-mcgrof@do-not-panic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:FmiPTi4sk4TGz2fD73wT9LwcbJHdT4Cqs63FiPhTXVaqNRxD+m6 H53OLQK4Pe+5kSQtZM0nNSipWnTnzkl7pTelOt/c8PPDrt7qeCc5fG4jf+/ZZeZX+Gl/2FS cPoZKTrOf9WvcD27zUSQ8UI0wZZIH/DOXkWJJrrjia3uFwR5dsALVOXsNWTwON4/MwW+yud TjNX099vwqZdDETCVA47Q== X-UI-Out-Filterresults: notjunk:1;V01:K0:yYKQvtgZLYk=:xYzUKa8I8IK7OEKVC+3HHY //SGa7KRqKRFzVvaEuPijcQBQLdsnRPD2Glr8qkev9CvDyVyx1mYoiZjOa1jlXXKsC81URd/x OPWZnlORc7gwG1ApQpz8hiNd54FISI8PJ4r4ebb9VoVwWWxEXbjAdnuTHv2tgal8aLnjCa2Dz 0d806fmKSJL9BX2sbqRY57/BuQ4sNp3pG3OjTGHh0Up5B/zJffO1IXAXvqWhcVe+ZNEsnShPk Unw/Z5BT0qQjSDLz86a5R7Z33vk0snqTfYY3m7keFRBgDjR1V4WaYSOP6Ly7m6ZuClmFjyeQM mRQX0fUaoQv5US+lHVnJd2I1Ko8jOTqx38WkfMJN5dc8PFyrBrTcqFlZ39FUbnap79+qu6yuJ HY94L3zxtzj8VNBZAK7VzmYNOtOqYxEe33pepJZG4nfO0+/DQdMBdCGC2a15T2dHH+A9RnpdE 2hqdhTtt83sDfJ1GqVwCSo9hOYW+r/IDUmlLq+oq+OWovOlqnXwxXX7A9tgSmbYxVQy+qJFFR 893scKlmwHONv3iVTj/VzdaQTx4D7Uyr16v3kCr1T4KL7mZu7C47k9wwH3qmpWdrGeXkqabMx cUs8vpBCMwu1ZiCDyaZZEvxX4Hi3m/dFsRdEdxPmYxmX6SQGAjPue7+Ee006Nrmw6FFZZAFnk i5nVbGlaztyzT+S5cXn1txy4/TAIXo/ahaoeKJxdWpNBZ4Q== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2239 Lines: 51 On Friday 19 June 2015 15:08:23 Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" > > Arnd, > > After a long-winded conversation with Bjorn over use of > EXPORT_SYMBOL_GPL() instead of EXPORT_SYMBOL() he's noted he'd > be OK if this goes through you as an alternative. This series > goes unmodified from the last posted v6 series, I am just > reposting and addressing this to you now in hopes you might > be comfortable with my use of EXPORT_SYMBOL_GPL() on new > PAT interfaces. I use EXPORT_SYMBOL_GPL() for new PAT symbols, > this parallels Ingo's stated preference as "we don't want > proprietary modules mucking around with new code PAT interfaces, > we only want modules we can analyze and fix in detail" [1]. > Other than this Bjorn seemed comfortable with the series and > even had provided an Ack to the series, the EXPORT_SYMBOL_GPL() > thing was the ony thing he was not comfortable with, and also > that of the devres change going in with no users yet. > > Tomi has already Ack'd the framebuffer driver specific changes > and is comfortable with the driver changes to go through the > tree that the depending symbols depend on. > > I typically had submitted two series for these patches but since > the patches are all related and now already Acked I've bundled > them together and rebased them on top of today's linux-next tree. > This series is part of a larger effort to help avoid direct use > of MTRR code and instead replace it with more generic PAT > interfaces, I posted a full description of the entire series > recently [2]. > > Please let me know if there are any issues. > Hi Luis, sorry for messing up your plans, but I'm currently on parental leave and not taking any patches for arm-soc or asm-generic until I'm back at work in around 3 months. I've briefly looked at your patches and they all look reasonable to me, but it would be best if you could find someone else to take them. Please an my 'Acked-by' to patches 1, 5 and 6. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/