Thread (247 messages) 247 messages, 7 authors, 2021-03-18

Re: [RFC v8 08/20] um: lkl: memory handling

From: Johannes Berg <johannes@sipsolutions.net>
Date: 2021-03-16 21:31:47
Also in: linux-um

On Tue, 2021-03-16 at 10:18 +0900, Hajime Tazaki wrote:
quoted
quoted
+void *uml_kmalloc(int size, int flags)
+{
+	return kmalloc(size, flags);
+}
That could probably still be shared?
This function is a stub of arch/um/kernel/mem.c, which LKL doesn't
use for the build.  Thus we defined here.

Or are you suggesting to not stubbing this function, but extracting
the function from mem.c ?
Yes, that's kind of what I was thinking.

OTOH, I guess it's in os-Linux today?

johannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help