Re: [PATCH v4 05/11] s390: Change s390_kernel_write() return type to match memcpy()
From: Gerald Schaefer <hidden>
Date: 2020-05-07 16:02:24
Also in:
linux-s390, lkml
From: Gerald Schaefer <hidden>
Date: 2020-05-07 16:02:24
Also in:
linux-s390, lkml
On Thu, 7 May 2020 15:36:48 +0200 (CEST) Jiri Kosina [off-list ref] wrote:
On Wed, 29 Apr 2020, Josh Poimboeuf wrote:quoted
s390_kernel_write()'s function type is almost identical to memcpy(). Change its return type to "void *" so they can be used interchangeably. Cc: linux-s390@vger.kernel.org Cc: heiko.carstens@de.ibm.com Signed-off-by: Josh Poimboeuf <redacted> Acked-by: Joe Lawrence <joe.lawrence@redhat.com> Acked-by: Miroslav Benes <mbenes@suse.cz>Also for this one -- s390 folks, could you please provide your Ack for taking things through livepatching.git as part of this series? Thanks.
Ah, forgot about that one, sorry. Also looks good. Acked-by: Gerald Schaefer <redacted> # s390