[PATCH]Add lacked syscall.unshare to tapset

Mark Wielaard mwielaard@redhat.com
Tue Jun 3 21:05:00 GMT 2008


Hi Zhaolei,

On Tue, 2008-06-03 at 16:46 +0800, Zhaolei wrote:
> I checked the difference between __fork_flags and sys_unshare.
> Nearly all unshare flags are supported by __fork_flags except CLONE_NEWUTS
> and CLONE_NEWNET. They should be __fork_flags too.
> 
> What if I add CLONE_NEWUTS and CLONE_NEWNET into __fork_flags function and
> use __fork_flags in probe syscall.unshare?

That sounds like a good plan to me.

Thanks,

Mark



More information about the Systemtap mailing list