From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Tue, 30 Sep 2014 10:39:37 +0000 Subject: Re: [PATCH v4 6/8] asm-generic/io.h: Implement generic {read,write}s*() Message-Id: <1799506.5Clfp6gmMu@wuerfel> List-Id: References: <1407925738-26170-1-git-send-email-thierry.reding@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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" 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