This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c91a7dee0555 Merge tag 'chrome-platform-fixes-for-v6.11-rc2' of git://g [...] new 4c17736689cc perf tool: fix dereferencing NULL al->maps new 440cf77625e3 perf: build: Setup PKG_CONFIG_LIBDIR for cross compilation new cffe29d3b54a perf: build: Set Python configuration for cross compilation new 536661da6ea1 perf: build: Only link libebl.a for old libdw new 91b6a536b406 perf: build: Link lib 'lzma' for static build new f42596c73872 perf: build: Link lib 'zstd' for static build new d27087c76e3c perf docs: Document cross compilation new e254e0c5baea Merge tag 'perf-tools-fixes-for-v6.11-2024-07-30' of git:/ [...] new f333a3c7e832 btrfs: tree-checker: validate dref root and objectid new de9f46cb0044 btrfs: fix corrupt read due to bad offset of a compressed [...] new 478574370bef btrfs: make cow_file_range_inline() honor locked_page on error new d89c285d2849 btrfs: do not subtract delalloc from avail bytes new 8cd44dd1d17a btrfs: zoned: fix zone_unusable accounting on making block [...] new 939b656bc8ab btrfs: fix corruption after buffer fault in during direct [...] new b8e947e9f64c btrfs: initialize location to fix -Wmaybe-uninitialized in [...] new e4fc196f5ba3 Merge tag 'for-6.11-rc1-tag' of git://git.kernel.org/pub/s [...]
The 16 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/btrfs/block-group.c | 13 +++-- fs/btrfs/ctree.h | 1 + fs/btrfs/direct-io.c | 38 +++++++++++---- fs/btrfs/extent-tree.c | 3 +- fs/btrfs/extent_map.c | 2 +- fs/btrfs/file.c | 17 +++++-- fs/btrfs/free-space-cache.c | 4 +- fs/btrfs/inode.c | 18 ++++--- fs/btrfs/space-info.c | 5 +- fs/btrfs/space-info.h | 1 + fs/btrfs/tests/extent-map-tests.c | 99 ++++++++++++++++++++++++++++++++++++++ fs/btrfs/tree-checker.c | 47 ++++++++++++++++++ include/trace/events/btrfs.h | 8 +++ tools/build/feature/Makefile | 53 ++++++++++++++++---- tools/perf/Documentation/Build.txt | 28 +++++++++++ tools/perf/Makefile.config | 20 +++++++- tools/perf/Makefile.perf | 27 ++++++++++- tools/perf/util/callchain.c | 2 +- 18 files changed, 342 insertions(+), 44 deletions(-)