From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v4 6/8] asm-generic/io.h: Implement generic {read, write}s*() Date: Tue, 30 Sep 2014 12:39:37 +0200 Message-ID: <1799506.5Clfp6gmMu@wuerfel> References: <1407925738-26170-1-git-send-email-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Max Filippov Cc: Linux-Arch , linux-s390 , "linux-ia64@vger.kernel.org" , Catalin Marinas , the arch/x86 maintainers , Stephen Boyd , "linux-kernel@vger.kernel.org" , Thierry Reding , Geert Uytterhoeven , linux-serial@vger.kernel.org, sparclinux , Russell King , Sam Ravnborg , "linux-arm-kernel@lists.infradead.org" List-Id: linux-arch.vger.kernel.org On Tuesday 30 September 2014 14:26:20 Max Filippov wrote: > On Tue, Sep 30, 2014 at 2:22 PM, Max Filippov wrote: > > Hi Thierry, > > > >> I think this can be fixed by including linux/string.h for memset() and > >> memcpy() in include/asm-generic/io.h. > > > > Will you send that fix or do I need to do it? > > Never mind, found that it's fixed in today's next. > > Actually I just backed out the original patches, the problem is still there in my tree. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de ([212.227.126.131]:58282 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752194AbaI3KkV (ORCPT ); Tue, 30 Sep 2014 06:40:21 -0400 From: Arnd Bergmann Subject: Re: [PATCH v4 6/8] asm-generic/io.h: Implement generic {read,write}s*() Date: Tue, 30 Sep 2014 12:39:37 +0200 Message-ID: <1799506.5Clfp6gmMu@wuerfel> In-Reply-To: References: <1407925738-26170-1-git-send-email-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-arch-owner@vger.kernel.org List-ID: To: Max Filippov Cc: Thierry Reding , 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: <20140930103937.QwcDdC2fwYJzqHFdR0FJzsscxidV8d0rezyMIxpWd_Q@z> On Tuesday 30 September 2014 14:26:20 Max Filippov wrote: > On Tue, Sep 30, 2014 at 2:22 PM, Max Filippov wrote: > > Hi Thierry, > > > >> I think this can be fixed by including linux/string.h for memset() and > >> memcpy() in include/asm-generic/io.h. > > > > Will you send that fix or do I need to do it? > > Never mind, found that it's fixed in today's next. > > Actually I just backed out the original patches, the problem is still there in my tree. Arnd