All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Coccinelle report script for refcounters
@ 2017-07-18  7:48 ` Elena Reshetova
  0 siblings, 0 replies; 23+ messages in thread
From: Elena Reshetova @ 2017-07-18  7:48 UTC (permalink / raw)
  To: julia.lawall
  Cc: linux-kernel, cocci, Gilles.Muller, nicolas.palix, mmarek,
	keescook, ishkamiel, Elena Reshetova

The below script can be used to detect potential misusage
of atomic_t type and API for reference counting purposes.
Now when we have a dedicated refcount_t type and API with
security protection implemented, people should be using it
instead.

Currently it still reports many occurences since we are
nowhere near the end of our kernel-wide conversion execrise,
but hopefully after couple of cycles more, the amount of
output would be much more limited.

Each script result must be analysed manually before any
conversion, since refcount_t might not suit for certain
purposes (for example if an object is not always destroyed
upon refcounter reaching zero, if increments from zero are
allowed in the code etc.)

As we go further and get less results in output, we will
improve the pattern to detect conversion cases more precisely.

Elena Reshetova (1):
  Coccinelle: add atomic_as_refcounter script

 scripts/coccinelle/api/atomic_as_refcounter.cocci | 102 ++++++++++++++++++++++
 1 file changed, 102 insertions(+)
 create mode 100644 scripts/coccinelle/api/atomic_as_refcounter.cocci

-- 
2.7.4

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2017-08-08 18:34 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-18  7:48 [PATCH] Coccinelle report script for refcounters Elena Reshetova
2017-07-18  7:48 ` [Cocci] " Elena Reshetova
2017-07-18  7:48 ` [PATCH] Coccinelle: add atomic_as_refcounter script Elena Reshetova
2017-07-18  7:48   ` [Cocci] " Elena Reshetova
2017-07-18 16:21   ` Kees Cook
2017-07-18 16:21     ` [Cocci] " Kees Cook
2017-07-19 10:54     ` Reshetova, Elena
2017-07-19 10:54       ` [Cocci] " Reshetova, Elena
2017-08-04 15:23   ` Julia Lawall
2017-08-04 15:23     ` [Cocci] " Julia Lawall
2017-08-07 11:06     ` Reshetova, Elena
2017-08-07 11:06       ` [Cocci] " Reshetova, Elena
2017-08-08 18:34       ` [Cocci] " SF Markus Elfring
2017-07-18  8:47 ` [PATCH] Coccinelle report script for refcounters Julia Lawall
2017-07-18  8:47   ` [Cocci] " Julia Lawall
2017-07-18  9:30   ` Reshetova, Elena
2017-07-18  9:30     ` [Cocci] " Reshetova, Elena
2017-07-18 11:53     ` Julia Lawall
2017-07-18 11:53       ` [Cocci] " Julia Lawall
2017-07-18 12:27       ` Reshetova, Elena
2017-07-18 12:27         ` [Cocci] " Reshetova, Elena
2017-07-18 15:10         ` Julia Lawall
2017-07-18 15:10           ` [Cocci] " Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.