This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6bcdbd62bd56 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new 8466d393700f net: usbnet: Fix the wrong netif_carrier_on() call new 54473e0ef849 perf/core: Preserve AUX buffer allocation failure result new 5468c0fbccbb perf/core: Don't leak AUX buffer refcount on allocation failure new 07091aade394 perf/core: Exit early on perf_mmap() fail new f74b9f4ba63f perf/core: Handle buffer mapping fail correctly in perf_mmap() new b024d7b56c77 perf/core: Prevent VMA split of buffer mappings new 084d2ac4030c selftests/perf_events: Add a mmap() correctness test new adf12a394c8e Merge tag 'perf-fixes-27504' of git://git.kernel.org/pub/s [...] new 7881cd6886a8 media: venus: Fix OPP table error handling
The 9 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: drivers/media/platform/qcom/venus/pm_helpers.c | 12 +- drivers/net/usb/usbnet.c | 6 +- kernel/events/core.c | 36 +++- tools/testing/selftests/perf_events/.gitignore | 1 + tools/testing/selftests/perf_events/Makefile | 2 +- tools/testing/selftests/perf_events/mmap.c | 236 +++++++++++++++++++++++++ 6 files changed, 277 insertions(+), 16 deletions(-) create mode 100644 tools/testing/selftests/perf_events/mmap.c