Re: [PATCH] rtl8188eu: rtw_xmit: Replace rcu_dereference() with rcu_access_pointer()

2014-09-09 Thread Andreea Bernat
The rcu_dereference() calls are no longer there. They were removed. Sorry, Andreea 2014-09-08 23:48 GMT+03:00 Greg KH : > On Thu, Sep 04, 2014 at 08:15:48PM +0300, Andreea-Cristina Bernat wrote: >> The "br_port" local variables obtained through the rcu_dereference() calls >> are >> not derefere

Re: [PATCH] rtl8188eu: Replace rcu_dereference() with rcu_access_pointer()

2014-09-05 Thread Andreea Bernat
2014-09-05 0:38 GMT+03:00 Greg KH : > On Thu, Sep 04, 2014 at 11:58:36PM +0300, Andreea Bernat wrote: >> Hello, >> >> I cloned this: >> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git >> >> and after moved to staging-next branch, but in bot

Re: [PATCH] rtl8188eu: Replace rcu_dereference() with rcu_access_pointer()

2014-09-04 Thread Andreea Bernat
Hello, I cloned this: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git and after moved to staging-next branch, but in both cases, in those files I don't find any use of rcu_dereference() call (the call which I am looking for to modify). Thank you, Andreea 2014-08-30 23:42 GMT+03

Re: [PATCH RFC] rcu: assoc_array: Add critical section to avoid a bug

2014-08-29 Thread Andreea Bernat
On Fri, Aug 29, 2014 at 11:49:04PM +0100, David Howells wrote: > Andreea Bernat wrote: > > > Looks good to me. > > Can I put that down as a Reviewed-by? Yes, it is OK. Regards, Andreea > > Thanks, > David -- To unsubscribe from this list: send the line "unsub

Re: [PATCH RFC] rcu: assoc_array: Add critical section to avoid a bug

2014-08-29 Thread Andreea Bernat
On Thu, Aug 28, 2014 at 12:32:31PM +0100, David Howells wrote: > Andreea-Cristina Bernat wrote: > > > * The function "assoc_array_gc()" could be preempted between the call to > > "assoc_array_apply_edit()" call and the assignment > > "edit->array->nr_leaves_on_tree = nr_leaves_on_tree;", so the g

Re: [PATCH] carl9170: Replace rcu_dereference() with rcu_access_pointer()

2014-08-21 Thread Andreea Bernat
On Wed, Aug 20, 2014 at 01:20:02PM -0700, Christian Lamparter wrote: > On Wednesday, August 20, 2014 08:32:11 PM Andreea Bernat wrote: > > On Mon, Aug 18, 2014 at 09:29:36PM +0200, Christian Lamparter wrote: > > > On Sunday, August 17, 2014 01:48:07 PM Andreea-Cristina Bernat

Re: [PATCH] carl9170: Replace rcu_dereference() with rcu_access_pointer()

2014-08-20 Thread Andreea Bernat
On Mon, Aug 18, 2014 at 09:29:36PM +0200, Christian Lamparter wrote: > On Sunday, August 17, 2014 01:48:07 PM Andreea-Cristina Bernat wrote: > > The rcu_dereference() call is used directly in a condition. > > Since its return value is never dereferenced it is recommended to use > > "rcu_access_poin

Re: [PATCH] rcu: Replace rcu_dereference() with rcu_access_pointer()

2014-08-17 Thread Andreea Bernat
Sorry, I will send a version two of the patches with the subject line changed. Thank you, Andreea 2014-08-17 4:50 GMT+03:00 David Miller : > > Please do not use the same exact Subject line for all of these patches. > > Otherwise nobody reading the shortlog can tell what might be different > from