]> xenbits.xensource.com Git - unikraft/libs/ruby.git/commit
patches: Limit all memory allocations to maximum 4K bytes
authorAndrei Gogonea <andrei.gogonea09@gmail.com>
Fri, 6 Dec 2019 18:14:56 +0000 (20:14 +0200)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 12 Dec 2019 16:26:12 +0000 (18:26 +0200)
commite9c109f028e5ed8135ba0cf73fe15022649591fb
tree8886b523edae883f2904ca4ee92be050bcf8863b
parent13dd9dcae1ab61af852be546768220870418b849
patches: Limit all memory allocations to maximum 4K bytes

We currently do not support allocations greater than 4K and that is because we
do not have a proper page tables implementation yet and a complete mmap()
implementation. Therefore this patch should be removed when we will have these
in Unikraft.

Signed-off-by: Andrei Gogonea <andrei.gogonea09@gmail.com>
Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Stefan Teodorescu <stefanl.teodorescu@gmail.com>
patches/0001-Set-maximum-allocation-size-to-4K.patch [new file with mode: 0644]