Re: [PATCH] hashtable: add hash_for_each_possible_rcu_notrace()

2013-07-23 Thread Benjamin Herrenschmidt
On Mon, 2013-07-22 at 19:53 -0700, Joe Perches wrote: > Anyway, you cc'd all the right people already. > > If no one responds after a couple weeks, either > send it to Jiri or directly to Linus. Or I'll just merge it with the rest of the series. Cheers, Ben. ___

Re: [PATCH] hashtable: add hash_for_each_possible_rcu_notrace()

2013-07-22 Thread Joe Perches
On Tue, 2013-07-23 at 12:43 +1000, Alexey Kardashevskiy wrote: > On 07/23/2013 12:41 PM, Joe Perches wrote: > > On Tue, 2013-07-23 at 12:28 +1000, Alexey Kardashevskiy wrote: > >> Anyone, ping. Is it good, bad, ugly (ack/nack)? Thanks! > >> Is there any "trivial patches" list? Could not find it on

Re: [PATCH] hashtable: add hash_for_each_possible_rcu_notrace()

2013-07-22 Thread Alexey Kardashevskiy
On 07/23/2013 12:41 PM, Joe Perches wrote: > On Tue, 2013-07-23 at 12:28 +1000, Alexey Kardashevskiy wrote: >> Anyone, ping. Is it good, bad, ugly (ack/nack)? Thanks! >> >> Is there any "trivial patches" list? Could not find it on vger. > > Jiri Kosina has triv...@kernel.org > > Also, there's ker

Re: [PATCH] hashtable: add hash_for_each_possible_rcu_notrace()

2013-07-22 Thread Joe Perches
On Tue, 2013-07-23 at 12:28 +1000, Alexey Kardashevskiy wrote: > Anyone, ping. Is it good, bad, ugly (ack/nack)? Thanks! > > Is there any "trivial patches" list? Could not find it on vger. Jiri Kosina has triv...@kernel.org Also, there's kernel-janitors http://vger.kernel.org/vger-lists.html#ke

Re: [PATCH] hashtable: add hash_for_each_possible_rcu_notrace()

2013-07-22 Thread Alexey Kardashevskiy
Anyone, ping. Is it good, bad, ugly (ack/nack)? Thanks! Is there any "trivial patches" list? Could not find it on vger. On 07/15/2013 08:04 PM, Alexey Kardashevskiy wrote: > Anyone, ping? > > On 07/06/2013 02:16 PM, Alexey Kardashevskiy wrote: >> This adds hash_for_each_possible_rcu_notrace() w

Re: [PATCH] hashtable: add hash_for_each_possible_rcu_notrace()

2013-07-15 Thread Alexey Kardashevskiy
Anyone, ping? On 07/06/2013 02:16 PM, Alexey Kardashevskiy wrote: > This adds hash_for_each_possible_rcu_notrace() which is basically > a notrace clone of hash_for_each_possible_rcu() which cannot be > used in real mode due to its tracing/debugging capability. > > Signed-off-by: Alexey Kardashevs

[PATCH] hashtable: add hash_for_each_possible_rcu_notrace()

2013-07-05 Thread Alexey Kardashevskiy
This adds hash_for_each_possible_rcu_notrace() which is basically a notrace clone of hash_for_each_possible_rcu() which cannot be used in real mode due to its tracing/debugging capability. Signed-off-by: Alexey Kardashevskiy --- include/linux/hashtable.h | 15 +++ 1 file changed, 15