git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d2933
)
drbd: poison free'd device, resource and connection structs
author
Lars Ellenberg
<lars.ellenberg@linbit.com>
Wed, 14 May 2014 19:35:21 +0000
(21:35 +0200)
committer
Philipp Reisner
<philipp.reisner@linbit.com>
Thu, 10 Jul 2014 16:35:09 +0000
(18:35 +0200)
Now that we have additional asynchronous kref_get/kref_put
via debugfs, make sure we catch access after free.
Poison struct drbd_device, drbd_connection and drbd_resource
before kfree() with 0xfd, 0xfc, and 0xf2, respectively.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
No differences found