Re: [RFC PATCH 07/11] kprobes: introduces macros for allocing early kprobe resources.

2015-01-07 Thread Wang Nan
On 2015/1/7 15:35, Wang Nan wrote: > Introduces macros to genearte common early kprobe related resource > allocator. > > All early kprobe related resources are statically allocated during > linking for each early kprobe slot. For each type of resource, a bitmap > is used to track allocation. __DEF

[RFC PATCH 07/11] kprobes: introduces macros for allocing early kprobe resources.

2015-01-06 Thread Wang Nan
Introduces macros to genearte common early kprobe related resource allocator. All early kprobe related resources are statically allocated during linking for each early kprobe slot. For each type of resource, a bitmap is used to track allocation. __DEFINE_EKPROBE_ALLOC_OPS defines alloc and free ha