Thread (63 messages) 63 messages, 12 authors, 2017-03-21

Re: [PATCH 11/29] drivers, media: convert cx88_core.refcount from atomic_t to refcount_t

From: Sergei Shtylyov <hidden>
Date: 2017-03-07 10:50:44
Also in: linux-bcache, linux-media, linux-pci, linux-raid, linux-s390, linux-scsi, linux-serial, lkml

On 3/7/2017 10:52 AM, Reshetova, Elena wrote:
quoted
quoted
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 <redacted>
Signed-off-by: Kees Cook <redacted>
Signed-off-by: David Windsor <redacted>
[...]
quoted
diff --git a/drivers/media/pci/cx88/cx88.h b/drivers/media/pci/cx88/cx88.h
index 115414c..16c1313 100644
--- a/drivers/media/pci/cx88/cx88.h
+++ b/drivers/media/pci/cx88/cx88.h
[...]
quoted
quoted
@@ -339,7 +340,7 @@ struct cx8802_dev;

 struct cx88_core {
 	struct list_head           devlist;
-	atomic_t                   refcount;
+	refcount_t                   refcount;
    Could you please keep the name aligned with above and below?
You mean "not aligned" to devlist, but with a shift like it was before?
    I mean aligned, like it was before. :-)
Sure, will fix. Is the patch ok otherwise?
    I haven't noticed anything else...
Best Regards,
Elena.
[...]

MBR, Sergei
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help