linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-18 21:09:17 to 2020-03-23 16:20:19 UTC [more...]

lockdep warning in urb.c:363 usb_submit_urb
 2020-03-23 16:20 UTC  (7+ messages)

[PATCH v7 0/5] usb: xhci: Add support for Renesas USB controllers
 2020-03-23 16:11 UTC  (12+ messages)
` [PATCH v7 1/5] usb: hci: add hc_driver as argument for usb_hcd_pci_probe
` [PATCH v7 2/5] usb: renesas-xhci: Add the renesas xhci driver
` [PATCH v7 3/5] usb: xhci: Add support for Renesas controller with memory
` [PATCH v7 4/5] usb: renesas-xhci: Add ROM loader for uPD720201
` [PATCH v7 5/5] usb: xhci: provide a debugfs hook for erasing rom

[PATCH v4 0/5] drivers: new helper for ioremapping memory resources
 2020-03-23 16:06 UTC  (6+ messages)
` [PATCH v4 1/5] drivers: provide devm_platform_get_and_ioremap_resource()
` [PATCH v4 2/5] usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resource
` [PATCH v4 3/5] usb: host: hisilicon: "
` [PATCH v4 4/5] usb: dwc2: "
` [PATCH v4 5/5] driver core: platform: Reimplement devm_platform_ioremap_resource

[patch V3 00/20] Lock ordering documentation and annotation for lockdep
 2020-03-23 15:20 UTC  (26+ messages)
` [patch V3 01/20] PCI/switchtec: Fix init_completion race condition with poll_wait()
` [patch V3 02/20] pci/switchtec: Replace completion wait queue usage for poll
` [patch V3 03/20] usb: gadget: Use completion interface instead of open coding it
` [patch V3 04/20] orinoco_usb: Use the regular completion interfaces
` [patch V3 05/20] acpi: Remove header dependency
` [patch V3 06/20] nds32: Remove mm.h from asm/uaccess.h
` [patch V3 07/20] csky: "
` [patch V3 08/20] hexagon: "
` [patch V3 09/20] ia64: "
` [patch V3 10/20] microblaze: "
` [patch V3 11/20] rcuwait: Add @state argument to rcuwait_wait_event()
` [patch V3 12/20] powerpc/ps3: Convert half completion to rcuwait
` [patch V3 13/20] Documentation: Add lock ordering and nesting documentation
` [patch V3 14/20] timekeeping: Split jiffies seqlock
` [patch V3 15/20] sched/swait: Prepare usage in completions
` [patch V3 16/20] completion: Use simple wait queues
  ` [PATCH] completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()
` [patch V3 17/20] lockdep: Introduce wait-type checks
` [patch V3 18/20] lockdep: Add hrtimer context tracing bits
` [patch V3 19/20] lockdep: Annotate irq_work
` [patch V3 20/20] lockdep: Add posixtimer context tracing bits

[usb:usb-testing] BUILD SUCCESS d2e971d884e7b7e65162788b8f3b7801cd8bc137
 2020-03-23 15:09 UTC 

[PATCH v2 1/2] phy: cadence: salvo: add salvo phy driver
 2020-03-23 15:01 UTC  (7+ messages)
` [PATCH v2 2/2] doc: dt-binding: cdns-salvo-phy: add binding doc

[linux-uvc-devel] video corruption when capturing MJPEG from a Chicony device
 2020-03-23 14:24 UTC 

KASAN: use-after-free Read in hfa384x_usbin_callback
 2020-03-23 13:44 UTC  (2+ messages)

[PATCH v3 0/5] drivers: new helper for ioremapping memory resources
 2020-03-23 12:47 UTC  (15+ 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 v3 5/5] driver core: platform: Reimplement devm_platform_ioremap_resource

KASAN: slab-out-of-bounds Read in edge_interrupt_callback
 2020-03-23 12:40 UTC 

WARNING: ODEBUG bug in prism2sta_disconnect_usb
 2020-03-23 12:40 UTC 

[PATCH 1/2] docs: dt: qcom,dwc3.txt: fix cross-reference for a converted file
 2020-03-23 12:25 UTC 

USB transaction errors causing RCU stalls and kernel panics
 2020-03-23 11:37 UTC  (21+ messages)

Fwd: BUG: KASAN: use-after-free in usb_hcd_unlink_urb+0x5f/0x170 drivers/usb/core/hcd.c
 2020-03-23  6:18 UTC 

[Bug 206897] New: Huion tablet not recognized from kernel 5.3.1
 2020-03-23  5:31 UTC  (2+ messages)
` [Bug 206897] "

[patch V2 00/15] Lock ordering documentation and annotation for lockdep
 2020-03-22 22:32 UTC  (67+ messages)
` [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 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 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 1/2] dt-bindings: net: add marvell usb to mdio bindings
 2020-03-22 21:10 UTC  (11+ messages)
` [PATCH v3 2/2] net: phy: add marvell usb to mdio controller

WARNING in hwahc_probe
 2020-03-22  8:15 UTC  (4+ messages)

[usb:usb-testing] BUILD SUCCESS e79220db6349344b6e770f0cae7e26d8636c1440
 2020-03-21 19:22 UTC 

[PATCH] usbip: vhci_hcd: slighly simplify code in 'vhci_urb_dequeue()'
 2020-03-21 15:29 UTC 

KASAN: slab-out-of-bounds Read in garmin_read_process
 2020-03-21 13:40 UTC 

[PATCH v2] usb: dwc3: support continuous runtime PM with dual role
 2020-03-21 11:05 UTC  (4+ messages)

[Bug 206901] New: Valve Index HMD breaks the USB controller it's connected into
 2020-03-21  8:06 UTC 

[PATCH 00/28] DT: Improve validation for Marvell SoCs
 2020-03-21  7:36 UTC  (14+ messages)
` [PATCH 05/28] ARM: dts: pxa3xx: Fix up encoding of the /gpio interrupts property
` [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 19/28] dt-bindings: mmc: Convert sdhci-pxa to json-schema

[PATCH v2] net: qmi_wwan: add support for ASKEY WWHC050
 2020-03-20 22:47 UTC  (2+ messages)

[PATCH 1/3] USB: serial: option: add support for ASKEY WWHC050
 2020-03-20 22:01 UTC  (3+ messages)
` [PATCH 2/3] USB: serial: option: add BroadMobi BM806U
` [PATCH 3/3] USB: serial: option: add Wistron Neweb D19Q1

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

[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  (7+ messages)
` [PATCH 2/7] dt-bindings: usb: dwc3: Add a gpio-usb-connector example

[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] net: qmi_wwan: add support for ASKEY WWHC050
 2020-03-19  7:07 UTC  (2+ messages)

[patch V2 01/15] PCI/switchtec: Fix init_completion race condition with poll_wait()
 2020-03-18 21:25 UTC  (2+ messages)

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


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).