j
k
j a
j l
/* Executable implies readable */ if ((args->flags & PANFROST_BO_NOREAD) && !(args->flags & PANFROST_BO_NOEXEC)) return -EINVAL;
!(args->flags & PANFROST_BO_NOEXEC))
return -EINVAL;
Generally, executable also implies not-writeable. Should we check that?
Back to the thread
Back to the list