linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-16 21:11:48 to 2020-03-20 19:28:13 UTC [more...]

KASAN: slab-out-of-bounds Read in hfa384x_usbin_callback
 2020-03-20 19:28 UTC 

[GIT PULL] USB fixes for 5.6-rc7
 2020-03-20 17:15 UTC  (2+ messages)

[patch V2 00/15] Lock ordering documentation and annotation for lockdep
 2020-03-20 16:01 UTC  (57+ messages)
` [patch V2 01/15] PCI/switchtec: Fix init_completion race condition with poll_wait()
` [patch V2 02/15] pci/switchtec: Replace completion wait queue usage for poll
` [patch V2 03/15] usb: gadget: Use completion interface instead of open coding it
` [patch V2 04/15] orinoco_usb: Use the regular completion interfaces
` [patch V2 05/15] acpi: Remove header dependency
` [patch V2 06/15] rcuwait: Add @state argument to rcuwait_wait_event()
  ` [PATCH 0/5] Remove mm.h from arch/*/include/asm/uaccess.h
    ` [PATCH 1/5] nds32: Remove mm.h from asm/uaccess.h
    ` [PATCH 2/5] csky: "
    ` [PATCH 3/5] hexagon: "
    ` [PATCH 4/5] ia64: "
    ` [PATCH 5/5] microblaze: "
` [patch V2 07/15] powerpc/ps3: Convert half completion to rcuwait
` [patch V2 08/15] Documentation: Add lock ordering and nesting documentation
` [patch V2 09/15] timekeeping: Split jiffies seqlock
` [patch V2 10/15] sched/swait: Prepare usage in completions
` [patch V2 11/15] completion: Use simple wait queues
` [PATCH 16/15] rcuwait: Get rid of stale name comment
  ` [PATCH 17/15] rcuwait: Inform rcuwait_wake_up() users if a wakeup was attempted
  ` [PATCH 18/15] kvm: Replace vcpu->swait with rcuwait
  ` [PATCH 19/15] sched/swait: Reword some of the main description

[PATCH v3 0/5] drivers: new helper for ioremapping memory resources
 2020-03-20 14:06 UTC  (12+ messages)
` [PATCH v3 1/5] drivers: provide devm_platform_get_and_ioremap_resource()
` [PATCH v3 2/5] usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resource
` [PATCH v3 3/5] usb: host: hisilicon: "
` [PATCH v3 4/5] usb: dwc2: "

[PATCH 00/28] DT: Improve validation for Marvell SoCs
 2020-03-20  9:24 UTC  (55+ messages)
` [PATCH 01/28] ARM: dts: kirkwood: Fix interrupt controller node name
` [PATCH 02/28] ARM: dts: dove: "
` [PATCH 03/28] ARM: dts: pxa168: Add missing address/size cells to i2c nodes
` [PATCH 04/28] ARM: dts: pxa168: Fix the gpio interrupt cell number
` [PATCH 05/28] ARM: dts: pxa3xx: Fix up encoding of the /gpio interrupts property
` [PATCH 06/28] ARM: dts: pxa910: Fix the gpio interrupt cell number
` [PATCH 07/28] ARM: dts: pxa*: Fix up encoding of the /rtc interrupts property
` [PATCH 08/28] ARM: dts: mmp*: "
` [PATCH 09/28] ARM: dts: mmp3: fix L2 cache controller node name
` [PATCH 10/28] ARM: dts: mmp3: fix USB & USB PHY node names
` [PATCH 11/28] ARM: dts: berlin*: Fix up the SDHCI "
` [PATCH 12/28] spi: dt-bindings: spi-controller: Slaves have no address cells
` [PATCH 13/28] dt-bindings: serial: move Marvell compatible string to 8250 binding doc
` [PATCH 14/28] dt-bindings: arm: l2x0: Tauros 3 is PL310 compatible
` [PATCH 15/28] dt-bindings: arm: mrvl: Add missing compatible strings
` [PATCH 16/28] dt-bindings: Add "mrvl", a legacy vendor prefix for Marvell
` [PATCH 17/28] dt-bindings: mmc: Fix up clk-phase-sd-hs in an example
` [PATCH 18/28] dt-bindings: mmc: Fix node name "
` [PATCH 19/28] dt-bindings: mmc: Convert sdhci-pxa to json-schema
` [PATCH 20/28] dt-bindings: phy: Convert phy-mmp3-usb "
` [PATCH 21/28] dt-bindings: gpio: Convert mrvl-gpio "
` [PATCH 22/28] dt-bindings: i2c: Convert i2c-pxa "
` [PATCH 23/28] dt-bindings: interrupt-controller: Convert mrvl,intc "
` [PATCH 24/28] dt-bindings: media: Convert marvell,mmp2-ccic "
` [PATCH 25/28] dt-bindings: rtc: Convert sa1100-rtc "
` [PATCH 26/28] dt-bindings: spi: Convert spi-pxa2xx "
` [PATCH 27/28] dt-bindings: timer: Convert mrvl,mmp-timer "
` [PATCH 28/28] dt-bindings: usb: Convert ehci-mv "

[PATCH 0/2] Avoid multiple line dereference
 2020-03-20  9:19 UTC  (6+ messages)
` [PATCH 1/2] staging: rtl8712: "
` [PATCH 2/2] "

[PATCH v2 1/2] phy: cadence: salvo: add salvo phy driver
 2020-03-20  1:28 UTC  (6+ messages)
` [PATCH v2 2/2] doc: dt-binding: cdns-salvo-phy: add binding doc

[usb:usb-testing] BUILD SUCCESS f62c1930674913b18daaa608c348000ff124a481
 2020-03-19 23:55 UTC 

[PATCH v3 0/7] kcov: collect coverage from usb soft interrupts
 2020-03-19 22:13 UTC  (11+ messages)
` [PATCH USB] usb: raw_gadget: fix compilation warnings in uapi headers
` [PATCH v3 1/7] kcov: cleanup debug messages
` [PATCH v3 2/7] kcov: fix potential use-after-free in kcov_remote_start
` [PATCH v3 3/7] kcov: move t->kcov assignments into kcov_start/stop
` [PATCH v3 4/7] kcov: move t->kcov_sequence assignment
` [PATCH v3 5/7] kcov: use t->kcov_mode as enabled indicator
` [PATCH v3 6/7] kcov: collect coverage from interrupts
` [PATCH v3 7/7] usb: core: kcov: collect coverage from usb complete callback

[PATCH 0/7] DWC3/Qualcomm connector based role-switching
 2020-03-19 20:30 UTC  (10+ messages)
` [PATCH 2/7] dt-bindings: usb: dwc3: Add a gpio-usb-connector example
` [PATCH 7/7] usb: dwc3: qcom: Enable gpio-usb-conn based role-switching

[GIT PULL] usb: tegra: Changes for v5.7-rc1
 2020-03-19 15:02 UTC  (5+ messages)
` [GIT PULL v2] "

[PATCH v3] usb: dwc3: support continuous runtime PM with dual role
 2020-03-19 10:02 UTC 

[PATCH v2] usb: dwc3: support continuous runtime PM with dual role
 2020-03-19  9:34 UTC  (2+ messages)

[PATCH] net: qmi_wwan: add support for ASKEY WWHC050
 2020-03-19  7:07 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 09/73] r8152: check disconnect status after long sleep
 2020-03-18 20:52 UTC 

[PATCH AUTOSEL 4.14 05/28] r8152: check disconnect status after long sleep
 2020-03-18 20:55 UTC 

[PATCH AUTOSEL 4.19 07/37] r8152: check disconnect status after long sleep
 2020-03-18 20:54 UTC 

[usb:usb-linus] BUILD SUCCESS 2866ce8696167de300e27d50d521b5f671bab5d4
 2020-03-18 17:48 UTC 

[PATCH] usb: cdns3: fix spelling mistake "wrapperr" -> "wrapper"
 2020-03-18 16:01 UTC 

KASAN: slab-out-of-bounds Read in hex_string
 2020-03-18 15:46 UTC  (2+ messages)

[PATCH 1/2] usb: dwc3: support continuous runtime PM with dual role
 2020-03-18 11:16 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: usb: dwc3: add optional extcon description

[PATCH V5 1/1] USB: serial: f81232: Add generator for F81534A
 2020-03-18 10:54 UTC  (2+ messages)

[PATCH V1 0/8] Tegra XUSB charger detect support
 2020-03-18 10:31 UTC  (9+ messages)
` [PATCH V1 1/8] dt-bindings: phy: tegra-xusb: Add charger-detect property
` [PATCH V1 2/8] usb: gadget: tegra-xudc: Add vbus_draw support
` [PATCH V1 3/8] phy: tegra: xusb: Add support for UTMI pad power control
` [PATCH V1 4/8] phy: tegra: xusb: Add USB2 pad power control support for Tegra210
` [PATCH V1 5/8] phy: tegra: xusb: Add soc ops API to enable UTMI PAD protection
` [PATCH V1 6/8] phy: tegra: xusb: Add support for charger detect
` [PATCH V1 7/8] phy: tegra: xusb: Enable charger detect for Tegra186
` [PATCH V1 8/8] phy: tegra: xusb: Enable charger detect for Tegra210

[PATCH] usb: gadget: serial: Fixed KASAN null-ptr-deref in tty_wakeup
 2020-03-18 10:12 UTC  (2+ messages)

[GIT PULL] USB-serial fixes for 5.6-rc7
 2020-03-18  9:45 UTC  (2+ messages)

[usb:usb-linus] BUILD SUCCESS b401f8c4f492cbf74f3f59c9141e5be3071071bb
 2020-03-18  3:29 UTC 

[usb:usb-testing] BUILD SUCCESS ca9e742b5c27c230b0bf003aecba2433a60ba837
 2020-03-18  3:23 UTC 

[usb:usb-next] BUILD SUCCESS b80e3e813b3a502e04ed79e2301577fa3e5719ff
 2020-03-18  3:01 UTC 

[GIT PULL] usb: chipidea: changes for v5.7-rc1
 2020-03-17 18:54 UTC  (2+ messages)

[GIT PULL] Thunderbolt/USB4 changes for v5.7 merge window
 2020-03-17 18:52 UTC  (2+ messages)

[PATCH 0/4] Add XHCI, EHCI and OHCI support for Broadcom STB SoS's
 2020-03-17 18:48 UTC  (3+ messages)
` [PATCH 3/4] usb: ehci: Add new EHCI driver for Broadcom STB SoC's

[RFC PATCH 0/4] Add logic to consolidate TRBs for Synopsys xHC
 2020-03-17  8:48 UTC  (10+ messages)
` [RFC PATCH 1/4] usb: xhci: Synopsys xHC consolidate TRBs

[PATCHv3 0/5] Add support for FSYS power domain and enable suspend clk for Exynos542x SoC
 2020-03-17  8:42 UTC  (4+ messages)
` [PATCHv3 1/5] devicetree: bindings: exynos: Add new compatible for Exynos5420 dwc3 clocks support

[PATCH v9 0/3] arm64: meson: Add support for USB on Amlogic A1
 2020-03-17  7:25 UTC  (4+ messages)
` [PATCH v9 3/3] arm64: dts: meson: a1: Enable USB2 PHY and DWC3 controller

KASAN: slab-out-of-bounds Read in dlfb_usb_probe
 2020-03-16 21:47 UTC 

[PATCH 0/6] usb: dwc3: gadget: Misc transfer cancellation fixes
 2020-03-16 19:37 UTC  (11+ messages)
` [PATCH 2/6] usb: dwc3: gadget: Properly handle ClearFeature(halt)
` [PATCH 4/6] usb: dwc3: gadget: Give back staled requests

[PATCH 0/3] usb: dwc3: gadget: Improve isoc starting mechanism
 2020-03-16 19:06 UTC  (8+ messages)
` [PATCH 1/3] usb: dwc3: gadget: Properly handle failed kick_transfer

[PATCH 0/8] musb patches for v5.7-rc1
 2020-03-16 21:11 UTC  (2+ messages)
` [PATCH 2/8] dt-bindings: usb: Convert jz4740-musb doc to YAML


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).