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: Kprobes Support for ARM arch


> The attached patch addresses the branch instructions
> check for ARM kprobes last week release and avoids
> unexpected crash when probe is placed for branch
> type instructions. If any one finds issues, please let
> me know.
>
> Regards
> Madhvesh

I would be a good defensive check to include bxj in the first switch case. The goto's can also be replaces with returns in case you only intend to do a 'return ret' in the 'kprobe_out' label.

- Abhishek Sagar


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