This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 88e6c0207623 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...] new 1cd927ad6f62 tracing: mark user_events as BROKEN new b490207017ba watch_queue: Free the page array when watch_queue is dismantled new 664de6a26b7f MAINTAINERS: platform-chrome: Add new chrome-platform@list [...] new 53eeb07381f2 platform/chrome: cros_ec_typec: Make try power role optional new ffebd9053272 platform/chrome: cros_ec_typec: Check for EC device new 53a0023c6450 platform/chrome: cros_ec_typec: Move mux flag checks new 0d8495dc0321 platform/chrome: cros_ec_typec: Get mux state inside confi [...] new af34f115b3b7 platform/chrome: cros_ec_typec: Configure muxes at start o [...] new b579f139e470 platform/chrome: cros_ec_typec: Update mux flags during pa [...] new eabd9a3807e1 platform: chrome: Split trace include file new 0e8eb5e8acba platform/chrome: cros_ec_debugfs: detach log reader wq from devm new 02d4f8a3e05b Merge tag 'tag-chrome-platform-for-v5.18' of git://git.ker [...] new 22ef7ee3eeb2 PCI: hv: Remove unused hv_set_msi_entry_from_desc() new 9a212aaf9536 Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pu [...] new 7198bfc20176 Revert "nbd: fix possible overflow on 'first_minor' in nbd [...] new 6f34f8c3d617 Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kerne [...]
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: MAINTAINERS | 5 ++ drivers/block/nbd.c | 24 +++--- drivers/pci/controller/pci-hyperv.c | 8 -- drivers/platform/chrome/Makefile | 3 +- drivers/platform/chrome/cros_ec_debugfs.c | 12 +-- drivers/platform/chrome/cros_ec_sensorhub_ring.c | 3 +- .../{cros_ec_trace.h => cros_ec_sensorhub_trace.h} | 67 ++------------- drivers/platform/chrome/cros_ec_trace.h | 95 --------------------- drivers/platform/chrome/cros_ec_typec.c | 97 +++++++++++----------- include/{uapi => }/linux/user_events.h | 0 kernel/trace/Kconfig | 1 + kernel/trace/trace_events_user.c | 5 ++ kernel/watch_queue.c | 1 + 13 files changed, 88 insertions(+), 233 deletions(-) copy drivers/platform/chrome/{cros_ec_trace.h => cros_ec_sensorhub_trace.h} (61%) rename include/{uapi => }/linux/user_events.h (100%)