summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRupesh Gujare <rupesh.gujare@atmel.com>2013-08-22 17:38:51 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-22 10:15:55 -0700
commit6af47622398d65e4cb3a52af5de52c6b447270d5 (patch)
tree0c657d4313f9e70c69f078413c8400c9ff7cefc1 /tools/perf/scripts/python
parentb75d7d45f25c8361555f368665af6636bfd10102 (diff)
downloadkernel-6af47622398d65e4cb3a52af5de52c6b447270d5.tar.gz
staging: ozwpan: Create deferred work to destroy PD object.
Currently we call oz_pd_destroy() from softirq context, where we try to destroy relevant data structures, as well we kill a tasklet which always result in following kernel warning. [12279.262194] Attempt to kill tasklet from interrupt [12279.262202] Attempt to kill tasklet from interrupt This patch defers deallocation of data structures to work queue. Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
f6ba682b9c7632072ffbedf8d328c8f3c42ba'>Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds 2016-10-20net: use core MTU range checking in WAN driversJarod Wilson 2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds 2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal 2016-04-30tty: synclink: remove unneeded testSudip Mukherjee 2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley 2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley 2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley 2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley 2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley 2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley