summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorReshetova, Elena <elena.reshetova@intel.com>2017-07-04 09:34:57 +0300
committerDavid S. Miller <davem@davemloft.net>2017-07-04 01:29:04 -0700
commitd3981bc615f652b9ead0762dd180125ac2b21a3a (patch)
treeec29e37211e9ac8e862d019735c539a34dfdabee /tools/perf/scripts/python/net_dropmonitor.py
parent271201c09c86cd75e0fd6206bde689176e85aa21 (diff)
downloadkernel-d3981bc615f652b9ead0762dd180125ac2b21a3a.tar.gz
net, ipv6: convert ifmcaddr6.mca_refcnt 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>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
> 2012-09-28SUNRPC: Limit the rpciod workqueue concurrencyTrond Myklebust 2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds 2012-07-31nfs: enable swap on NFSMel Gorman 2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton 2012-07-30sunrpc: clarify comments on rpc_make_runnableJeff Layton 2012-03-19SUNRPC: We must not use list_for_each_entry_safe() in rpc_wake_up()Trond Myklebust 2012-02-15SUNRPC: Ensure that we can trace waitqueues when !defined(CONFIG_SYSCTL)Trond Myklebust 2012-01-31SUNRPC: Add trace events to the sunrpc subsystemTrond Myklebust 2012-01-31SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust 2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki 2011-12-06Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezerJeff Layton 2011-12-01SUNRPC: Fix the execution time statistics in the face of RPC restartsTrond Myklebust 2011-07-17SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust 2011-07-07SUNRPC: Fix a race between work-queue and rpc_killall_tasksTrond Myklebust 2011-06-15NLM: Don't hang forever on NLM unlock requestsTrond Myklebust 2011-03-27NFS: Ensure that rpc_release_resources_task() can be called twice.OGAWA Hirofumi 2011-03-17Merge branch 'nfs-for-2.6.39' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds 2011-03-17SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust 2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds 2011-03-11RPC: clarify rpc_run_task error handlingFred Isaman 2011-03-11RPC: remove check for impossible condition in rpc_make_runnableFred Isaman 2011-03-10SUNRPC: Close a race in __rpc_wait_for_completion_task()Trond Myklebust 2011-01-25workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo 2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds 2010-09-23net: return operator cleanupEric Dumazet 2010-09-21SUNRPC: Convert rpciod to use the alloc_workqueue() interfaceTrond Myklebust