Re: [PATCH 2/4] uprobes: Change filter_chain() to iterate ->consumers list

2012-12-13 Thread Srikar Dronamraju
* Oleg Nesterov [2012-11-24 19:02:31]: > Now that it safe to use ->consumer_rwsem under ->mmap_sem we can > almost finish the implementation of filter_chain(). It still lacks > the actual uc->filter(...) call but othewrwise it is ready, just > it pretends that ->filter() always returns true. >

Re: [PATCH 2/4] uprobes: Change filter_chain() to iterate -consumers list

2012-12-13 Thread Srikar Dronamraju
* Oleg Nesterov o...@redhat.com [2012-11-24 19:02:31]: Now that it safe to use -consumer_rwsem under -mmap_sem we can almost finish the implementation of filter_chain(). It still lacks the actual uc-filter(...) call but othewrwise it is ready, just it pretends that -filter() always returns

[PATCH 2/4] uprobes: Change filter_chain() to iterate ->consumers list

2012-11-24 Thread Oleg Nesterov
Now that it safe to use ->consumer_rwsem under ->mmap_sem we can almost finish the implementation of filter_chain(). It still lacks the actual uc->filter(...) call but othewrwise it is ready, just it pretends that ->filter() always returns true. Signed-off-by: Oleg Nesterov ---

[PATCH 2/4] uprobes: Change filter_chain() to iterate -consumers list

2012-11-24 Thread Oleg Nesterov
Now that it safe to use -consumer_rwsem under -mmap_sem we can almost finish the implementation of filter_chain(). It still lacks the actual uc-filter(...) call but othewrwise it is ready, just it pretends that -filter() always returns true. Signed-off-by: Oleg Nesterov o...@redhat.com ---