Re: new Fedora 13 utrace kernel

2009-12-21 Thread Roland McGrath
 The utrace patch looks suspicious in utrace.h, which cause the compilation 
 failure without CONFIG_UTRACE. I have confirmed that the git tree looks sane.
 
 +static inline void utrace_init_task(struct task_struct *child)
 +{
 +}
 +{
 +}

Oops!  That snafu got fixed on the main branch but I forgot to put the
fix on the 2.6.32/utrace branch too.  Fixed now.


Thanks,
Roland



Re: new Fedora 13 utrace kernel

2009-12-19 Thread caiqian
Hi Roland,

The utrace patch looks suspicious in utrace.h, which cause the compilation 
failure without CONFIG_UTRACE. I have confirmed that the git tree looks sane.

+static inline void utrace_init_task(struct task_struct *child)
+{
+}
+{
+}
+

Thanks,
CAI Qian



new Fedora 13 utrace kernel

2009-12-16 Thread Roland McGrath
In http://kojipkgs.fedoraproject.org/packages/kernel/2.6.32.1/10.fc13/
right now you can find a Fedora kernel with the latest utrace up to the
minute.  Coming soon to a rawhide near you (should be tomorrow).

This is a 2.6.32.1-based kernel with exactly the 2.6.32/* utrace patches as
you see them today in git and on people.redhat.com, including Oleg's
utrace-based ptrace.

If we have any more tweaks to the utrace code soon, we will build
an updated rawhide kernel shortly thereafter.


Thanks,
Roland