Searched hist:"50 d61ff789d728a9b6624582ce28441dc0bf5b42" (Results 1 – 3 of 3) sorted by relevance
/linux/net/rds/ |
H A D | ib_rdma.c | diff 50d61ff789d728a9b6624582ce28441dc0bf5b42 Tue Jul 04 14:53:15 CEST 2017 Reshetova, Elena <elena.reshetova@intel.com> net, rds: convert rds_ib_device.refcount from atomic_t to refcount_t
refcount_t type and corresponding API should be used instead of atomic_t when the variable is used as a reference counter. This allows to avoid accidental refcounter overflows that might lead to use-after-free situations.
Signed-off-by: Elena Reshetova <elena.reshetova@intel.com> Signed-off-by: Hans Liljestrand <ishkamiel@gmail.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David Windsor <dwindsor@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ib.h | diff 50d61ff789d728a9b6624582ce28441dc0bf5b42 Tue Jul 04 14:53:15 CEST 2017 Reshetova, Elena <elena.reshetova@intel.com> net, rds: convert rds_ib_device.refcount from atomic_t to refcount_t
refcount_t type and corresponding API should be used instead of atomic_t when the variable is used as a reference counter. This allows to avoid accidental refcounter overflows that might lead to use-after-free situations.
Signed-off-by: Elena Reshetova <elena.reshetova@intel.com> Signed-off-by: Hans Liljestrand <ishkamiel@gmail.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David Windsor <dwindsor@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ib.c | diff 50d61ff789d728a9b6624582ce28441dc0bf5b42 Tue Jul 04 14:53:15 CEST 2017 Reshetova, Elena <elena.reshetova@intel.com> net, rds: convert rds_ib_device.refcount from atomic_t to refcount_t
refcount_t type and corresponding API should be used instead of atomic_t when the variable is used as a reference counter. This allows to avoid accidental refcounter overflows that might lead to use-after-free situations.
Signed-off-by: Elena Reshetova <elena.reshetova@intel.com> Signed-off-by: Hans Liljestrand <ishkamiel@gmail.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: David Windsor <dwindsor@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|