Re: utrace support on ARM

2011-04-22 Thread Mark Wielaard

 utrace per se has no machine-dependent code. It requires modern
 support for machine dependencies in generic kernel code,
 i.e. user_regset and tracehook. The ARM kernel has a tiny
 subset of those, but not enough to be useful.
 Long ago I did 98% of the work for implementing user_regset
 and tracehook support for ARM and posted it

This is the patch set Roland refers to
if someone wants to help push arm forward:
http://lkml.org/lkml/2009/4/24/383

Cheers,

Mark



RE: utrace support on ARM

2011-04-22 Thread Turgis, Frederic
Thanks

I will see if I can interest people in TI and Linaro. I will need a good 
story... ;-)

Regards
Fred


Frederic Turgis
OMAP Platform Business Unit - OMAP System Engineering - Platform Enablement



Texas Instruments France SA, 821 Avenue Jack Kilby, 06270 Villeneuve Loubet. 
036 420 040 R.C.S Antibes. Capital de EUR 753.920

-Original Message-

From: Mark Wielaard [mailto:m...@redhat.com]
Sent: Friday, April 22, 2011 10:18 AM
To: Roland McGrath
Cc: Frank Ch. Eigler; utrace-devel@redhat.com; Turgis, Frederic
Subject: Re: utrace support on ARM


 utrace per se has no machine-dependent code. It requires modern
 support for machine dependencies in generic kernel code, i.e.
 user_regset and tracehook. The ARM kernel has a tiny subset of those,
 but not enough to be useful.
 Long ago I did 98% of the work for implementing user_regset and
 tracehook support for ARM and posted it

This is the patch set Roland refers to
if someone wants to help push arm forward:
http://lkml.org/lkml/2009/4/24/383

Cheers,

Mark




RE: utrace support on ARM

2011-04-22 Thread Roland McGrath
 I will see if I can interest people in TI and Linaro. I will need a good 
 story... ;-)

It is kernel port modernization work that nearly every other platform has
done by now.