Re: [email protected], [email protected], [email protected], [email protected]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2006-08-11 at 11:02 +0900, Tsutomu OWA wrote:

> +
> +#if defined(CONFIG_PREEMPT_TRACE) || defined(CONFIG_LATENCY_TRACE)
> +        print_traces(current);
> +#endif /* CONFIG_PREEMPT_TRACE || CONFIG_LATENCY_TRACE */

You shouldn't need the ifdef's here.

> +#ifdef CONFIG_DEBUG_MUTEXES
> +	show_held_locks(current);
> +#endif /* CONFIG_DEBUG_MUTEXES */
> +
>  }
>  EXPORT_SYMBOL(dump_stack);
>  
> diff -rup -x CVS 2.6.16-rt17/arch/powerpc/kernel/prom.c rt-powerpc/arch/powerpc/kernel/prom.c

Your on an ancient version of the -rt patch. I see that your using CVS
which explains that. If you want to keep better pace you should consider
not using CVS. 


> diff -rup -x CVS 2.6.16-rt17/lib/string.c rt-powerpc/lib/string.c
> --- 2.6.16-rt17/lib/string.c	2006-03-20 14:53:29.000000000 +0900
> +++ rt-powerpc/lib/string.c	2006-06-16 13:08:07.000000000 +0900
> @@ -67,7 +67,7 @@ EXPORT_SYMBOL(strnicmp);
>   * @src: Where to copy the string from
>   */
>  #undef strcpy
> -char *strcpy(char *dest, const char *src)
> +char * notrace strcpy(char *dest, const char *src)
>  {
>  	char *tmp = dest;

Why are these notrace ?


Daniel


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

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux