This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/linux.
from 90c9e950c0de Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.or [...] adds 279eb8575fda EDAC/altera: Fix deferred probing adds dfd0dfb9a7cc EDAC/xgene: Fix deferred probing new 898b5841ae37 Merge tag 'edac_urgent_for_v5.17_rc3' of git://git.kernel. [...] new dd7f5a11ac5a PCI/MSI: Remove bogus warning in pci_irq_get_affinity() new b72e40b192f2 Merge tag 'irq_urgent_for_v5.17_rc3' of git://git.kernel.o [...] adds 82880283d7fc objtool: Fix truncated string warning new aeabe1e0744d Merge tag 'objtool_urgent_for_v5.17_rc3' of git://git.kern [...] new a01994f5e5c7 x86/perf: Default set FREEZE_ON_SMI for all new 3c25fc97f559 perf: Copy perf_event_attr::sig_data on modification new 95d29fa10452 selftests/perf_events: Test modification of perf_event_att [...] new ddecd2287860 perf: uapi: Document perf_event_attr::sig_data truncation [...] new 1d9093457b24 perf/x86/intel/pt: Fix crash with stop filters in single-r [...] new c3bf8a14408a Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel. [...] new e9cc5d48d4f4 tools include UAPI: Sync sound/asound.h copy with the kern [...] new 88443d3f79b8 tools headers UAPI: Sync linux/perf_event.h with the kerne [...] new d5381cc9f123 tools headers cpufeatures: Sync with the kernel sources new 100198322b2e perf beauty: Make the prctl arg regexp more strict to cope [...] new fc45e6588d57 tools headers UAPI: Sync linux/prctl.h with the kernel sources new 9334030c3b94 Merge remote-tracking branch 'torvalds/master' into perf/urgent new b7b9825fbee7 tools headers UAPI: Sync linux/kvm.h with the kernel sources new ae65b443f03f perf tools: Add missing branch_sample_type to perf_event_a [...] new a663520fcc4b perf annotate: Set error stream of objdump process for TUI new d792a7a94c2c perf session: Check for NULL pointer before dereference new bc9c806e5244 perf synthetic-events: Return error if procfs isn't mounte [...] new a2887b9b8d1d perf bpf: Fix a typo in bpf_counter_cgroup.c new 05b5a9d62854 perf tools: Apply correct label to user/kernel symbols in [...] new b2b1aa73ade9 perf stat: Fix display of grouped aliased events new 4f2492731ada tools include UAPI: Sync sound/asound.h copy with the kern [...] new 407eb43ae87c libperf: Add arm64 support to perf_mmap__read_self() new fceb62124d8f perf ftrace: system_wide collection is not effective by default new 18118a4298fd Merge tag 'perf-tools-fixes-for-v5.17-2022-02-06' of git:/ [...] adds 599ea31d1361 ext4: prevent used blocks from being allocated during fast [...] adds 31a074a0c62d ext4: modify the logic of ext4_mb_new_blocks_simple adds e85c81ba8859 ext4: fast commit may not fallback for ineligible commit adds bdc8a53a6f2f ext4: fast commit may miss file actions adds 897026aaa73e ext4: fix error handling in ext4_restore_inline_data() adds 09355d9d038a ext4: remove redundant max inline_size check in ext4_da_wr [...] adds cdce59a15491 ext4: fix error handling in ext4_fc_record_modified_inode() adds 3ca40c0d3291 jbd2: cleanup unused functions declarations from jbd2.h adds 4f9818684870 jbd2: refactor wait logic for transaction updates into a c [...] adds 7c268d4ce2d3 ext4: fix potential NULL pointer dereference in ext4_fill_super() adds 715a67f11d67 jbd2: fix kernel-doc descriptions for jbd2_journal_shrink_ [...] adds 8fca8a2b0a82 ext4: fix incorrect type issue during replay_del_range adds f340b3d90274 fs/ext4: fix comments mentioning i_mutex new d8ad2ce873ab Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/ [...]
The 29 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: arch/x86/events/intel/core.c | 13 ++ arch/x86/events/intel/pt.c | 5 +- drivers/edac/altera_edac.c | 2 +- drivers/edac/xgene_edac.c | 2 +- drivers/pci/msi/msi.c | 3 +- fs/ext4/acl.c | 8 +- fs/ext4/ext4.h | 17 +-- fs/ext4/ext4_jbd2.h | 2 +- fs/ext4/extents.c | 16 ++- fs/ext4/fast_commit.c | 133 ++++++++++++--------- fs/ext4/indirect.c | 2 +- fs/ext4/inline.c | 23 ++-- fs/ext4/inode.c | 12 +- fs/ext4/ioctl.c | 4 +- fs/ext4/mballoc.c | 26 ++-- fs/ext4/migrate.c | 2 +- fs/ext4/namei.c | 4 +- fs/ext4/orphan.c | 4 +- fs/ext4/super.c | 4 +- fs/ext4/xattr.c | 6 +- fs/jbd2/commit.c | 21 +--- fs/jbd2/journal.c | 6 +- fs/jbd2/transaction.c | 53 ++++---- include/linux/jbd2.h | 13 +- include/uapi/linux/perf_event.h | 2 + kernel/events/core.c | 16 +++ tools/arch/x86/include/asm/cpufeatures.h | 2 + tools/include/uapi/linux/kvm.h | 6 +- tools/include/uapi/linux/perf_event.h | 6 +- tools/include/uapi/linux/prctl.h | 3 + tools/include/uapi/sound/asound.h | 11 +- tools/lib/perf/mmap.c | 98 +++++++++++++++ tools/lib/perf/tests/test-evsel.c | 5 +- tools/objtool/check.c | 2 +- tools/perf/builtin-ftrace.c | 45 +++---- tools/perf/trace/beauty/prctl_option.sh | 2 +- tools/perf/util/annotate.c | 1 + tools/perf/util/bpf_counter_cgroup.c | 2 +- tools/perf/util/machine.c | 2 + tools/perf/util/map_symbol.h | 1 + tools/perf/util/perf_event_attr_fprintf.c | 2 +- tools/perf/util/session.c | 3 +- tools/perf/util/sort.c | 4 +- tools/perf/util/stat-display.c | 19 +-- tools/perf/util/synthetic-events.c | 19 +++ .../selftests/perf_events/sigtrap_threads.c | 17 +-- 46 files changed, 430 insertions(+), 219 deletions(-)