All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Use dput() after d_find_alias().
@ 2012-11-11 20:49 ` Cyril Roelandt
  0 siblings, 0 replies; 15+ messages in thread
From: Cyril Roelandt @ 2012-11-11 20:49 UTC (permalink / raw)
  To: linux-kernel; +Cc: kernel-janitors

Hello,

A call to d_find_alias() needs a corresponding call to dput() in order to avoid
resource leaks.

The first patch is a Coccinelle scripts that looks for missing calls to dput().
The other two patches add calls to dput() where needed.

WBR,
Cyril Roelandt.

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

end of thread, other threads:[~2012-11-20 16:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-11 20:49 [PATCH 0/3] Use dput() after d_find_alias() Cyril Roelandt
2012-11-11 20:49 ` Cyril Roelandt
2012-11-11 20:49 ` [Cocci] [PATCH 1/3] Coccinelle: Add api/d_find_alias.cocci Cyril Roelandt
2012-11-11 20:49   ` Cyril Roelandt
2012-11-11 20:49   ` Cyril Roelandt
2012-11-11 20:49 ` [PATCH 2/3] iommu/tegra-smmu.c: fix dentry reference leak in smmu_debugfs_stats_show() Cyril Roelandt
2012-11-11 20:49   ` Cyril Roelandt
2012-11-12  7:39   ` Hiroshi Doyu
2012-11-12  7:39     ` Hiroshi Doyu
2012-11-17 12:26   ` Joerg Roedel
2012-11-17 12:26     ` Joerg Roedel
2012-11-11 20:49 ` [PATCH 3/3] ceph: fix dentry reference leak in ceph_encode_fh() Cyril Roelandt
2012-11-11 20:49   ` Cyril Roelandt
2012-11-20 16:21   ` Alex Elder
2012-11-20 16:21     ` Alex Elder

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.