]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge remote-tracking branch 'torvalds/master' into perf-tools-next
authorArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 Sep 2024 14:42:59 +0000 (11:42 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 6 Sep 2024 14:42:59 +0000 (11:42 -0300)
commit92984e446857432b7e3257d609297355a7a14fc6
tree7dccc374a31a4fd146816fc734921e48e7cd1bfe
parent35439fe4e29bca5fe8da8ed3f8524ef98f3e7aae
parentb831f83e40a24f07c8dcba5be408d93beedc820f
Merge remote-tracking branch 'torvalds/master' into perf-tools-next

To pick up fixes from perf-tools/perf-tools, some of which were also in
perf-tools-next but were then indentified as being more appropriate to
go sooner, to fix regressions in v6.11.

Resolve a simple merge conflict in tools/perf/tests/pmu.c where a more
future proof approach to initialize all fields of a struct was used in
perf-tools-next, the one that is going into v6.11 is enough for the
segfault it addressed (using an uninitialized test_pmu.alias field).

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>