From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: Re: [PATCH v4 6/8] asm-generic/io.h: Implement generic {read,write}s*() Date: Tue, 30 Sep 2014 12:51:19 +0200 Message-ID: <20140930105118.GA27560@ulmo> References: <1407925738-26170-1-git-send-email-thierry.reding@gmail.com> <1799506.5Clfp6gmMu@wuerfel> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Return-path: Content-Disposition: inline In-Reply-To: <1799506.5Clfp6gmMu@wuerfel> Sender: sparclinux-owner@vger.kernel.org To: Arnd Bergmann Cc: Max Filippov , Geert Uytterhoeven , Linux-Arch , linux-s390 , "linux-ia64@vger.kernel.org" , Catalin Marinas , the arch/x86 maintainers , Stephen Boyd , "linux-kernel@vger.kernel.org" , linux-serial@vger.kernel.org, sparclinux , Russell King , Sam Ravnborg , "linux-arm-kernel@lists.infradead.org" List-Id: linux-arch.vger.kernel.org --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 30, 2014 at 12:39:37PM +0200, Arnd Bergmann wrote: > On Tuesday 30 September 2014 14:26:20 Max Filippov wrote: > > On Tue, Sep 30, 2014 at 2:22 PM, Max Filippov wrot= e: > > > Hi Thierry, > > > > > >> I think this can be fixed by including linux/string.h for memset() a= nd > > >> memcpy() in include/asm-generic/io.h. > > > > > > Will you send that fix or do I need to do it? > >=20 > > Never mind, found that it's fixed in today's next. > >=20 > >=20 >=20 >=20 > Actually I just backed out the original patches, the problem is still > there in my tree. I'll integrate the fix for this in my series, so this should be gone with v5. Thierry --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJUKosmAAoJEN0jrNd/PrOhrE8QAK/BmvywtJzQDgITRXV6OmlR zGytBnkrGNB6GPzrir+o11WlOAira8bcr17OWn0JasMkvH8rN1tS0uC91XPt3IPL EHxFZl2I7AkNvdv2/Iwi/UntwkPBBbBNNeIl+b9ueKeNAEMB7BvzUiYZ00q7plqg Kkmy09cqoOAOGxaMY5r57/bhitoy8+OM72mamqU/JKApmuJ08jIkRHSWZkWlPq2F aPd8E0lD/E/skDQ9RDUYPDUl58pSsfiM4YFYZvsaLgJyDua/8dFwVg8QehbegrOh +hBfs7Kzk5ZMwzfyv+pj/64+Ub3l7i8hVb5h1LIS91xPdCBSr74FeYLp6qgEc/Mp ina5Oh7+Cv34Us0hvBX1NJRsAA3bgmUnt1XeEGbm2V2p+tq+I5XtYIJTkg7R39YR 51u1oJGL9zjpFk0p5QtnIWl75t/po9TPoxyhW1HXr4XyWRicPE46Si4gA2/y/FWI PmCy5HLR38yOGNNQFB02lSRdPSGKRoggpMeu2cQEOTFf37D2OphxmSR1LMsCbLml fqrIbqJqXah4S8wmbaAT81LOBB+/5g/r7BLbYn+tvw2ckxroY9Jyd+UjaiByJ/aZ 6fOGyBc6/jy36Ox6QZCI75pZf+XSgsuva5yBbkdSqKQCrWsKYHrhcaAc3w6fxJAt NZQ3rK42O9a/3d6wyzTx =yVff -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com ([74.125.82.51]:44866 "EHLO mail-wg0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750863AbaI3KvX (ORCPT ); Tue, 30 Sep 2014 06:51:23 -0400 Date: Tue, 30 Sep 2014 12:51:19 +0200 From: Thierry Reding Subject: Re: [PATCH v4 6/8] asm-generic/io.h: Implement generic {read,write}s*() Message-ID: <20140930105118.GA27560@ulmo> References: <1407925738-26170-1-git-send-email-thierry.reding@gmail.com> <1799506.5Clfp6gmMu@wuerfel> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <1799506.5Clfp6gmMu@wuerfel> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Arnd Bergmann Cc: Max Filippov , Geert Uytterhoeven , Linux-Arch , linux-s390 , "linux-ia64@vger.kernel.org" , Catalin Marinas , the arch/x86 maintainers , Stephen Boyd , "linux-kernel@vger.kernel.org" , linux-serial@vger.kernel.org, sparclinux , Russell King , Sam Ravnborg , "linux-arm-kernel@lists.infradead.org" Message-ID: <20140930105119.jsknHXBiANWxjZw4E15wsqEhrFcKOHrJ-Nq0q1UrwYg@z> --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 30, 2014 at 12:39:37PM +0200, Arnd Bergmann wrote: > On Tuesday 30 September 2014 14:26:20 Max Filippov wrote: > > On Tue, Sep 30, 2014 at 2:22 PM, Max Filippov wrot= e: > > > Hi Thierry, > > > > > >> I think this can be fixed by including linux/string.h for memset() a= nd > > >> memcpy() in include/asm-generic/io.h. > > > > > > Will you send that fix or do I need to do it? > >=20 > > Never mind, found that it's fixed in today's next. > >=20 > >=20 >=20 >=20 > Actually I just backed out the original patches, the problem is still > there in my tree. I'll integrate the fix for this in my series, so this should be gone with v5. Thierry --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBAgAGBQJUKosmAAoJEN0jrNd/PrOhrE8QAK/BmvywtJzQDgITRXV6OmlR zGytBnkrGNB6GPzrir+o11WlOAira8bcr17OWn0JasMkvH8rN1tS0uC91XPt3IPL EHxFZl2I7AkNvdv2/Iwi/UntwkPBBbBNNeIl+b9ueKeNAEMB7BvzUiYZ00q7plqg Kkmy09cqoOAOGxaMY5r57/bhitoy8+OM72mamqU/JKApmuJ08jIkRHSWZkWlPq2F aPd8E0lD/E/skDQ9RDUYPDUl58pSsfiM4YFYZvsaLgJyDua/8dFwVg8QehbegrOh +hBfs7Kzk5ZMwzfyv+pj/64+Ub3l7i8hVb5h1LIS91xPdCBSr74FeYLp6qgEc/Mp ina5Oh7+Cv34Us0hvBX1NJRsAA3bgmUnt1XeEGbm2V2p+tq+I5XtYIJTkg7R39YR 51u1oJGL9zjpFk0p5QtnIWl75t/po9TPoxyhW1HXr4XyWRicPE46Si4gA2/y/FWI PmCy5HLR38yOGNNQFB02lSRdPSGKRoggpMeu2cQEOTFf37D2OphxmSR1LMsCbLml fqrIbqJqXah4S8wmbaAT81LOBB+/5g/r7BLbYn+tvw2ckxroY9Jyd+UjaiByJ/aZ 6fOGyBc6/jy36Ox6QZCI75pZf+XSgsuva5yBbkdSqKQCrWsKYHrhcaAc3w6fxJAt NZQ3rK42O9a/3d6wyzTx =yVff -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW--