Yes, I was going to just attach to the vma, along with potentially also
require a flag at mmap time (MAP_SEMAPHORE - some other unixes have
something like it already) to tell the OS about the consistency issues
that might come up on some architectures (on x86 it would be a no-op).
> * It doesn't have a timeout. Is there something like a
> down_timeout() available?
Not as-is, but all the kernel infrastructure should be there in theory.
> * I don't do the:
>
> if (kfs->user_address != fs)
> goto bad_sem;
>
> because it doesn't seem to add anything, and prevents
> putting these locks in a non-fixed file or SysV SHM
> map.
Fair enough. I think I suggested that just as another sanity check, and
because some architectures _will_ require address issues (not necessarily
total equality, but at least "modulo X equality").
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/