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