Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933080AbcKVLMO (ORCPT ); Tue, 22 Nov 2016 06:12:14 -0500 Received: from mout.kundenserver.de ([212.227.126.135]:61994 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932708AbcKVLMM (ORCPT ); Tue, 22 Nov 2016 06:12:12 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Russell King - ARM Linux , Nicolas Pitre , Tobias Jakobi , linux-samsung-soc , viro@zeniv.linux.org.uk, "linux-kernel@vger.kernel.org" Subject: Re: commit 4dd1837d7589f468ed109556513f476e7a7f9121 breaks build Date: Tue, 22 Nov 2016 12:11:41 +0100 Message-ID: <11556597.ehuL0N36ia@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <20161120172248.GW1041@n2100.armlinux.org.uk> References: <58310EC6.4020402@math.uni-bielefeld.de> <20161120172248.GW1041@n2100.armlinux.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:NyGopXydMSGWMGmTiob57a/TvbzjVPXqAtpQijBiLw5oWQT7lhP 2IAGdILwSKavCeYdc3eROR4O2XNORWA2yiz107lNf4S+lZqL0Bwm2pmgoc5dZdmBk+ujBJT ff6aORLcPyDcrs1M+dEyVircO8V/LpW5ulTHIdGxZ1Xii2p2i0EoFWAt/xU5eYhk256Yt7v KWK4q0YuDV3glyS1qQmBA== X-UI-Out-Filterresults: notjunk:1;V01:K0:bcLRa6fL4SQ=:4Cem+JnetZO9AWATyyyZpr yS77M4WaqM7Sq+3NVtLkATYBQJVSBGUu2gbPzT9DlVUiJYLVezfhuKNGbfiIJVOs5Sn1Cnqq+ ZGSX6g1rIW2am8a3tfKnp0MSOA4SyzfopNcrFfjCEIEs9kyLdexOlPEVU7EJfdcthWIkt1kFE 8rXqLzh8yRUnZaMaPmOwAa06G7JCNNo04/Qr+Eu4F3w0SR5VPk8F416ehL8CPJzxI8P6HMAS7 c9XMPIBizSeU6AcWADtGdeAazYZySPV7niq9KXT8DyZ6WUnRnBw4xXPQaT4C63OTP1ItJByXQ tRqujOChfY6xHsnr13daSlO5/SR5whbY4ueOzwIrGQP4n3QsC8BMXSUWxoQ8DHFJOECUZa4DM BlHm+pf9fQH/otcHnP+HIMlZR94SJ/amImGg4tfqxOd1YcZG89gg6nAlyxcG9ym+nq74cZtkE A8TbL5K/cJh4WXsj/n0FQDvfO2g7dFzfKFj+8r9h5sLnywWRIaVpXfbvh1Izf2lMlmO+HHRqV NMgyyPfl9iZzcTxRtSgUYrQ6irkz7+j0M3FIBlJ4ZUlQsV3guk7mXFeSkkTKjFcx1/MZ4yL+B aArX/FMvs91Ta03aMI4VFOONF8rCW29aFlwnJgt9JJCU/hoRBSp3XEvA4BQ+Amkn9eTSpFZ9g c+sC5nYnehyqduUGkWWdStqksEjAc+j5uVitNNkBlJG+9qQTnCmx46jFu/NPIBBZepcMW5XWY HARwYHaMSVt/50R4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 984 Lines: 25 On Sunday, November 20, 2016 5:22:48 PM CET Russell King - ARM Linux wrote: > - not touching: > arch/arm/lib/csumpartialcopy.S > arch/arm/lib/csumpartialcopygeneric.S > arch/arm/lib/csumpartialcopyuser.S > > other than that, it's doing the same thing. > > I think Arnd's changes to the csumpartial code are unnecessary, and > yours is, although larger, puts the asm/export.h include in the right > place. So please drop yours into the patch system so we can move > forward fixing some of the problems created during the last merge > window. Right, the csumpartialcopy*.S changes are no longer needed after commit cc6acc11cad1 ("kbuild: be more careful about matching preprocessed asm ___EXPORT_SYMBOL") solves the problem more generally. I've submitted a new version of my patch, now just adding the one header file that is needed to get MODVERSIONS back working, plus the second patch for mmiocpy/mmioset to partially revert Al's original change. Arnd