Re: [PATCH] unshare: Cleanup up the sys_unshare interface before weare committed.

From: Eric W. Biederman
Date: Thu Mar 16 2006 - 16:58:41 EST


Linus Torvalds <torvalds@xxxxxxxx> writes:

> On Thu, 16 Mar 2006, Andrew Morton wrote:
>>
>> iirc there was some discussion about this and it was explicitly decided to
>> keep the CLONE flags.
>>
>> Maybe Janak or Linus can comment?
>
> My personal opinion is that having a different set of flags is more
> confusing and likely to result in problems later than having the same
> ones. Regardless, I'm not touching this for 2.6.16 any more,

I am actually a lot more concerned with the fact that we don't test
for invalid bits. So we have an ABI that will change in the future,
and that doesn't allow us to have a program that runs on old and new
kernels.

I guess I can resend some version of my patch after 2.6.16 is out and
break the ABI for the undefined bits then. Correct programs shouldn't
care. But it sure would be nice if they could care.

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/