aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-11-19 08:27:05 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2025-11-19 08:27:05 -0800
commit2df79e4d729cc67395db2fd6965148fea0851898 (patch)
treeb0aa03ea3642645448ecdd5db92007f93688aeb0 /tools/perf/scripts/python/export-to-sqlite.py
parentMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (diff)
parentmemblock: fix memblock_estimated_nr_free_pages() for soft-reserved memory (diff)
downloadlinux-2df79e4d729cc67395db2fd6965148fea0851898.tar.gz
linux-2df79e4d729cc67395db2fd6965148fea0851898.zip
Merge tag 'fixes-2025-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock
Pull memblock fix from Mike Rapoport: "Fix memblock_estimated_nr_free_pages() for soft-reserved memory The "soft-reserved" memory regions (EFI_MEMORY_SP) are added to the memblock.reserved, but not to the memblock.memory. It causes memblock_estimated_nr_free_pages() to return a value smaller value than expected, or if it underflows, an extremely large value. Calculate the number of estimated free pages using memblock_reserved_kern_size() instead of memblock_reserved_size() to fix the issue" * tag 'fixes-2025-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock: memblock: fix memblock_estimated_nr_free_pages() for soft-reserved memory
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions