summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2013-04-18 09:00:26 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2013-04-18 09:00:26 -0700
commit0a82a8d132b26d438eb90b3ab35a7016e7227a1d (patch)
treeee01c8dd1db41aaa1d2acfd47330e488f8573c9b /tools/perf/scripts/python/task-analyzer.py
parent5c51543b0ae45967cfa99ca16748dc72888cc265 (diff)
downloadkernel-0a82a8d132b26d438eb90b3ab35a7016e7227a1d.tar.gz
Revert "block: add missing block_bio_complete() tracepoint"
This reverts commit 3a366e614d0837d9fc23f78cdb1a1186ebc3387f. Wanlong Gao reports that it causes a kernel panic on his machine several minutes after boot. Reverting it removes the panic. Jens says: "It's not quite clear why that is yet, so I think we should just revert the commit for 3.9 final (which I'm assuming is pretty close). The wifi is crap at the LSF hotel, so sending this email instead of queueing up a revert and pull request." Reported-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> Requested-by: Jens Axboe <axboe@kernel.dk> Cc: Tejun Heo <tj@kernel.org> Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
p;id=ce57b558604e68277d31ca5ce49ec4579a8618c5'>blk-rq-qos: make rq_qos_add and rq_qos_del more usefulChristoph Hellwig 2023-02-03blk-wbt: pass a gendisk to wbt_{enable,disable}_defaultChristoph Hellwig 2023-02-03blk-cgroup: pin the gendisk in struct blkcg_gqChristoph Hellwig 2023-01-29blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()Li Nan 2023-01-29blk-iocost: fix divide by 0 error in calc_lcoefs()Li Nan 2023-01-29blk-iocost: read params inside lock in sysfs apisYu Kuai 2023-01-29blk-iocost: don't allow to configure bio based deviceYu Kuai 2023-01-29blk-iocost: check return value of match_u64()Yu Kuai 2023-01-29blk-iocost: avoid 64-bit division in ioc_timer_fnArnd Bergmann