This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9eaa88c7036e Merge tag 'libata-5.16-rc6' of git://git.kernel.org/pub/sc [...] new 0a515a06c5eb perf expr: Fix missing check for return value of hashmap__new() new 0c8e32fe48f5 perf inject: Fix segfault due to close without open new c271a55b0c60 perf inject: Fix segfault due to perf_data__fd() without open new 0f03adcca7a1 Merge tag 'perf-tools-fixes-for-v5.16-2021-12-18' of git:/ [...] new 890d5b40908b usb: gadget: u_ether: fix race in setting MAC address in s [...] new ccc14c6cfd34 usb: xhci-mtk: fix list_del warning when enable list debug new 16f00d969afe usb: cdnsp: Fix incorrect calling of cdnsp_died function new 50931ba27d16 usb: cdnsp: Fix issue in cdnsp_log_ep trace event new 99ea221f2e2f usb: cdnsp: Fix incorrect status for control request new f08adf5add9a USB: gadget: bRequestType is a bitfield, not a enum new fac6bf87c55f usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2 [...] new f886d4fbb7c9 usb: xhci: Extend support for runtime power management for [...] new 0ad3bd562bb9 USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04) new 4c4e162d9cf3 usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore new ca4d8344a72b usb: typec: tcpm: fix tcpm unregister port but leave a pen [...] new 83b67041f3ea USB: serial: cp210x: fix CP2105 GPIO registration new 2b503c8598d1 USB: serial: option: add Telit FN990 compositions new a0b24a566258 Merge tag 'usb-serial-5.16-rc6' of https://git.kernel.org/ [...] new c4d936efa46d Revert "usb: early: convert to readl_poll_timeout_atomic()" new fb7d0829135a Merge tag 'usb-5.16-rc6' of git://git.kernel.org/pub/scm/l [...] new 1ee33b1ca2b8 tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous new 6c33ff728812 serial: 8250_fintek: Fix garbled text for console new 3f667b5d4053 Merge tag 'tty-5.16-rc6' of git://git.kernel.org/pub/scm/l [...]
The 23 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/tty/n_hdlc.c | 23 ++++++++++++++++++++++- drivers/tty/serial/8250/8250_fintek.c | 20 -------------------- drivers/usb/cdns3/cdnsp-gadget.c | 12 ++++++++++++ drivers/usb/cdns3/cdnsp-ring.c | 11 ++++++++++- drivers/usb/cdns3/cdnsp-trace.h | 4 ++-- drivers/usb/core/quirks.c | 3 +++ drivers/usb/dwc2/platform.c | 3 +++ drivers/usb/early/xhci-dbc.c | 15 +++++++++++---- drivers/usb/gadget/composite.c | 6 +++--- drivers/usb/gadget/function/u_ether.c | 16 ++++++---------- drivers/usb/gadget/legacy/dbgp.c | 6 +++--- drivers/usb/gadget/legacy/inode.c | 6 +++--- drivers/usb/host/xhci-mtk-sch.c | 2 +- drivers/usb/host/xhci-pci.c | 6 +++++- drivers/usb/serial/cp210x.c | 6 ++++-- drivers/usb/serial/option.c | 8 ++++++++ drivers/usb/typec/tcpm/tcpm.c | 18 +++++++++++++----- tools/perf/builtin-inject.c | 13 +++++++++---- tools/perf/util/expr.c | 5 +++++ 19 files changed, 123 insertions(+), 60 deletions(-)