You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In kmalloc page is always initialized without User-accessible bit. It is wrong. If page is kmallocked via user_vallocator, this bit should be set. Boolean field should be added to v_allocator structure
The text was updated successfully, but these errors were encountered:
In kmalloc page is always initialized without User-accessible bit. It is wrong. If page is kmallocked via user_vallocator, this bit should be set. Boolean field should be added to v_allocator structure
The text was updated successfully, but these errors were encountered: