This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH]Add lacked syscall.unshare to tapset


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]