I mean that you are using kernel_malloc guarded it appears, not kernel_malloc slab.
Ok, but that is the purpose of the testing, right? I should test with the kernel malloc guarded option, right? Sorry for ask, but try to understand if I am doing the testing right.
Yes, that’s correct. But you mentioned using kernel_malloc slab, which is just the default, not the guarded heap.
Oh, sorry. I made a typo in my previous comment:
Where I said:
it should said:
Do you suggest any further testing? Should I try adding the guarded_heap_options r to see if that changes anything?
No, that won’t do anything; it’ll make it fail earlier in the boot if anything.
I’ll see if I can make things work any better on 32-bit, but I somewhat doubt it’ll be possible unfortunately.