summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@fusionio.com>2013-05-31 13:04:36 -0400
committerChris Mason <chris.mason@fusionio.com>2013-06-08 15:07:53 -0400
commita9995eece39a0630ebbfc1ab38570bce6c8a8f5b (patch)
tree1dab3bca657f98015fed634bf08e2cc9742741f6 /tools/perf/scripts/python/bin
parent6379ef9fb2482a92b5fe09f927d6ce1f989c0c6d (diff)
downloadkernel-a9995eece39a0630ebbfc1ab38570bce6c8a8f5b.tar.gz
Btrfs: init relocate extent_io_tree with a mapping
Dave reported a NULL pointer deref. This is caused because he thought he'd be smart and add sanity checks to the extent_io bit operations, but he didn't expect a tree to have a NULL mapping. To fix this we just need to init the relocation's processed_blocks with the btree_inode->i_mapping. Thanks, Reported-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
0f66dc6784981e0d557ca09013c847'>media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab 2017-12-13media: platform: sti: Adopt SPDX identifierBenjamin Gaignard 2017-12-13media: c8sectpfe: Use resource_size function on memory resourceVasyl Gomonovych 2017-12-13media: c8sectpfe: fix potential NULL pointer dereference in c8sectpfe_timer_i...Gustavo A. R. Silva 2017-12-13media: c8sectpfe: DVB_C8SECTPFE should depend on HAS_DMAGeert Uytterhoeven 2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman