summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2017-02-09 11:46:18 -0500
committerMike Snitzer <snitzer@redhat.com>2017-02-16 12:57:10 -0500
commitca763d0a53b264a650342cee206512bc92ac7050 (patch)
tree7582bbeb5ea5e125756f3cbc1269501620cf4ba5 /tools/perf/scripts/python/bin/stackcollapse-report
parent105db5991240cb2675f193589130ef0c8a4f70fe (diff)
downloadkernel-ca763d0a53b264a650342cee206512bc92ac7050.tar.gz
dm cache: fix corruption seen when using cache > 2TB
A rounding bug due to compiler generated temporary being 32bit was found in remap_to_cache(). A localized cast in remap_to_cache() fixes the corruption but this preferred fix (changing from uint32_t to sector_t) eliminates potential for future rounding errors elsewhere. Cc: stable@vger.kernel.org Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/arch/arm/kernel/vmlinux.lds.S?h=linux-6.12.y&id=3835d69a6c7048a28d0aea3cb8403d5e83a0f867'>ARM: vmlinux.lds: move init sections between text and data sectionsRussell King 2011-07-07ARM: vmlinux.lds: remove .rodata/.rodata1 from main .text segmentRussell King 2011-07-07ARM: vmlinux.lds: rearrange .init output sectionRussell King 2011-07-07ARM: vmlinux.lds: move discarded sections to beginningRussell King 2011-03-24percpu: Always align percpu output section to PAGE_SIZETejun Heo 2011-03-16Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds 2011-03-16Merge branch 'p2v' into develRussell King 2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds 2011-02-21ARM: Keep exit text/data around for SMP_ON_UPRussell King 2011-02-21ARM: 6740/1: Place correctly notes section in the linker scriptPawel Moll 2011-02-17ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patchingRussell King 2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo 2011-01-06Merge branch 'misc' into develRussell King 2010-12-05ARM: implement support for read-mostly sectionsRussell King 2010-11-19ARM: place C irq handlers in IRQ_ENTRY for ftraceRabin Vincent 2010-10-27ARM: 6465/1: Fix data abort accessing proc_info from __lookup_processor_typeTony Lindgren 2010-10-18Merge branch 'hotplug' into develRussell King 2010-10-08ARM: hotplug cpu: Keep processor information, startup code & __lookup_process...Russell King 2010-10-08ARM: vmlinux.lds: Move unwind tables into _stext.._etextRussell King 2010-10-04ARM: Allow SMP kernels to boot on UP systemsRussell King