linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-08 08:32:05 to 2026-09-09 06:43:00 UTC [more...]

[REGRESSION] Samsung USB tethering fails with rndis_host TX queue watchdog timeouts on 7.2.3
 2026-09-09  6:42 UTC  (2+ messages)

[PATCH v2 00/22] Initial USB4/Thunderbolt support for Apple M1/M2/M3 SoCs
 2026-09-09  6:06 UTC  (17+ messages)
` [PATCH v2 01/22] usb: typec: Add alternate mode state notifiers
` [PATCH v2 02/22] usb: typec: Represent USB4 on the Type-C bus
` [PATCH v2 11/22] thunderbolt: Find Apple VSE capability during startup
` [PATCH v2 13/22] thunderbolt: Add ring register accessors to tb_nhi_ops
` [PATCH v2 16/22] thunderbolt: Add add_links "
` [PATCH v2 19/22] thunderbolt: Add Apple Silicon support

[PATCH net] net: usb: qmi_wwan: add Quectel RG660QB
 2026-09-09  6:03 UTC  (2+ messages)

[PATCH 0/2] thunderbolt: Validate router-provided port numbers
 2026-09-09  3:50 UTC  (3+ messages)
` [PATCH 1/2] thunderbolt: Validate DP bandwidth notification port
` [PATCH 2/2] thunderbolt: Validate output ports while discovering paths

[PATCH] usb: dwc3: qcom: Add support to skip phy management by USB core
 2026-09-09  3:07 UTC  (5+ messages)

[PATCH] usb: dwc2: debugfs: fix memory leak of hsotg->regset
 2026-09-09  2:10 UTC  (2+ messages)
` [PATCH v2] "

[BUG] KASAN: slab-use-after-free in usb_control_msg / kobject_put (vhci_hcd)
 2026-09-09  1:54 UTC 

[PATCH v2 0/2] usb: gadget: avoid warnings during configuration transitions
 2026-09-09  1:49 UTC  (4+ messages)
` [PATCH v2 1/2] usb: gadget: composite: avoid warning on aborted delayed status
` [PATCH v2 2/2] usb: gadget: f_mass_storage: ignore class requests while inactive

[PATCH 0/2] usb: typec: Add onsemi FUSB15201 support
 2026-09-09  1:38 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: usb: Add onsemi FUSB15201 Type-C and PD controller
` [PATCH 2/2] usb: typec: Add onsemi FUSB15201 driver

[PATCH] thunderbolt: Reject oversized XDomain properties responses
 2026-09-09  1:07 UTC 

[PATCH] usb: mdc800: fix circular locking dependency in probe/open
 2026-09-09  0:48 UTC 

[PATCH] usb: mtu3: fix system suspend in gadget mode after soft disconnect
 2026-09-08 23:10 UTC 

[syzbot] [media?] [usb?] WARNING in v4l2_ctrl_auto_cluster
 2026-09-08 22:08 UTC 

[syzbot] [usb-storage?] BUG: unable to handle kernel NULL pointer dereference in usb_stor_invoke_transport (2)
 2026-09-08 22:08 UTC 

[PATCH v2 0/9] Add SpacemiT K1 USB2.0 controllers support
 2026-09-08 22:07 UTC  (15+ messages)
` [PATCH v2 1/9] dt-bindings: usb: ci-hdrc-usb2: add spacemit,k1-usb2 compatible
` [PATCH v2 2/9] dt-bindings: usb: ci-hdrc-usb2: require clocks and resets for spacemit,k1-usb2
` [PATCH v2 3/9] usb: chipidea: usb2: use devm_clk_get_optional_enabled()
` [PATCH v2 4/9] usb: chipidea: usb2: add optional reset support
` [PATCH v2 5/9] usb: chipidea: usb2: add SpacemiT K1 support
` [PATCH v2 6/9] riscv: dts: spacemit: add USB2.0 controller nodes for K1
` [PATCH v2 7/9] riscv: dts: spacemit: enable USB2.0 controllers on BananaPi F3
` [PATCH v2 8/9] riscv: dts: spacemit: enable USB2.0 controllers on OrangePi RV2
` [PATCH v2 9/9] riscv: defconfig: enable ChipIdea USB controller support

[PATCH v7 1/2] dt-bindings: usb: dwc3: Document Renesas R-Car Gen5 DWC3 xHCI USB controller
 2026-09-08 20:58 UTC  (5+ messages)

[PATCH 0/9] linkmode: better use bitmap API
 2026-09-08 20:44 UTC  (20+ messages)
` [PATCH 2/9] linkmode: make linkmode_and() return boolean
` [PATCH 3/9] net: amd: xgbe: use linkmode_and() return value in xgbe_set_link_ksettings()
` [PATCH 4/9] ixgbe: use linkmode_and() return value in ixgbe_get_eee_fw()
` [PATCH 5/9] net: phy: use linkmode_and() return value in genphy_c45_eee_is_active()
` [PATCH 6/9] net: avoid copies before linkmode_and()
` [PATCH 7/9] net: phy: use linkmode operation return values in phy_device.c
` [PATCH 8/9] r8152: use linkmode_and_and() in EEE checks
` [PATCH 9/9] MAINTAINERS: co-maintain linkmode.h under BITMAP

[PATCH 0/2] usb: gadget: avoid warnings during configuration transitions
 2026-09-08 20:27 UTC  (4+ messages)
` [PATCH 2/2] usb: gadget: f_mass_storage: ignore class requests while inactive

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-08 20:22 UTC  (41+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH net-next RFT] ch9200: return error on failed register writes in ch9200_bind()
 2026-09-08 19:52 UTC  (2+ messages)

[PATCH net RFT] ch9200: do return USB errors from control_write()
 2026-09-08 19:49 UTC  (3+ messages)

[BUG] usb: gadgetfs: KASAN null-ptr-deref and intermittent UAF in ep_aio_cancel()
 2026-09-08 19:02 UTC  (11+ messages)

[BUG/PATCH] drivers/usb/mtu3: Work around mtu3_log_ep double-indirection issue
 2026-09-08 18:08 UTC  (3+ messages)

[PATCH v6 0/4] Add USB3.1 support for Agilex5
 2026-09-08 17:04 UTC  (5+ messages)
` [PATCH v6 1/4] dt-bindings: usb: add Altera Agilex5 DWC3 controller
` [PATCH v6 2/4] arm64: dts: intel: agilex5: add USB3.1 controller node
` [PATCH v6 3/4] arm64: dts: intel: agilex5: remove usb0 in Agilex5 SoCDK
` [PATCH v6 4/4] usb: dwc3: add Altera Agilex5 support to generic platform driver

[PATCH V3 0/3] usb: host: xhci-tegra: Add Tegra264 XHCI support
 2026-09-08 17:01 UTC  (2+ messages)

[PATCH] usb: gadget: f_fs: only dequeue ep0req when it is queued
 2026-09-08 16:56 UTC 

[PATCH v5 0/4] Add USB3.1 support for Agilex5
 2026-09-08 16:47 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: usb: add Altera Agilex5 DWC3 controller

s2idle resume hangs in ohci/ehci on RK3588: HC registers touched before the USB2 PHY is powered back on
 2026-09-08 14:42 UTC  (4+ messages)

[PATCH v2 00/40] Use defined 16-bits ASC/ASCQ combinations
 2026-09-08 14:29 UTC  (5+ messages)
` [PATCH v2 05/40] scsi: prepare for using 16-bits defined sense codes

[PATCH v2] usb: dwc3: core: resume xHCI child on runtime resume in host mode
 2026-09-08 14:16 UTC  (2+ messages)

[usb:usb-next] BUILD SUCCESS 34c9c5517033a74039a54dfab24e7bf767a4e0e4
 2026-09-08 14:07 UTC 

[PATCH 0/2] net: add USB CDC Ethernet NCSI support and fix unregister UAF
 2026-09-08 13:54 UTC  (7+ messages)
` [PATCH 1/2] net: usb: cdc_ether: add NCSI passthrough support

[PATCH] usbip: fix use-after-free in usbip_stop_eh()
 2026-09-08 13:49 UTC 

[PATCH v2 0/2] net: add USB CDC Ethernet NCSI support and fix unregister UAF
 2026-09-08 13:01 UTC  (3+ messages)
` [PATCH v2 1/2] net: usb: cdc_ether: add NCSI passthrough support
` [PATCH v2 2/2] net/ncsi: fix use-after-free in ncsi_unregister_dev()

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-08 12:10 UTC  (12+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'

[PATCH] soc: fsl: qe: drop GPIOD_FLAGS_BIT_NONEXCLUSIVE
 2026-09-08 11:58 UTC  (2+ messages)

xhci_hcd / ASMedia ASM4242: Bulk-OUT -EPROTO with Logitec 0789:0308 during DVD+RW recording
 2026-09-08 11:10 UTC  (3+ messages)

[PATCH v10 0/3] thunderbolt: Add device links for Apple T2
 2026-09-08 10:22 UTC  (3+ messages)

[PATCH 0/6] Add SpacemiT K1 USB2.0 controllers support
 2026-09-08  9:42 UTC  (9+ messages)
` [PATCH 2/6] usb: chipidea: usb2: add optional reset support
` [PATCH 5/6] riscv: dts: spacemit: enable USB2.0 controllers on BananaPi F3

[PATCH] thunderbolt: fix typo "forwared" in comment
 2026-09-08  9:42 UTC  (2+ messages)

[PATCH v4 00/13] Enable USB3 for Qualcomm IPQ5018
 2026-09-08  9:41 UTC  (14+ messages)
` [PATCH v4 01/13] dt-bindings: phy: qcom,ipq5332-uniphy-pcie: Document the IPQ5018 USB3 PHY
` [PATCH v4 02/13] phy: qualcomm: qcom-uniphy-pcie-28lp: Convert to PCIe/USB3 combo PHY driver
` [PATCH v4 03/13] phy: qualcomm: qcom-uniphy-pcie-usb3-28lp: Remove unused of_device.h header file
` [PATCH v4 04/13] phy: qualcomm: qcom-uniphy-pcie-usb3-28lp: Drop unused phy_to_dw_phy macro
` [PATCH v4 05/13] phy: qualcomm: qcom-uniphy-pcie-usb3-28lp: Refactor init regs table definitions
` [PATCH v4 06/13] phy: qualcomm: qcom-uniphy-pcie-usb3-28lp: Use bulk reset_control API
` [PATCH v4 07/13] phy: qualcomm: qcom-uniphy-pcie-usb3-28lp: Assert reset on clock enable failure
` [PATCH v4 08/13] phy: qualcomm: qcom-uniphy-pcie-usb3-28lp: Add support for USB3 PHY on IPQ5018
` [PATCH v4 09/13] arm64: dts: qcom: ipq5018: Add USB Super-Speed PHY node
` [PATCH v4 10/13] dt-bindings: usb: qcom,snps-dwc3: Add clocks for USB3 on Qualcomm IPQ5018
` [PATCH v4 11/13] arm64: dts: qcom: ipq5018: Add clocks required for USB3 support
` [PATCH v4 12/13] arm64: dts: qcom: ipq5018: Add Super-Speed UNIPHY to USB node
` [PATCH v4 13/13] arm64: dts: qcom: ipq5018-rdp432-c2: Enable USB Super-Speed PHY

[syzbot] [usb?] BUG: unable to handle kernel NULL pointer dereference in usb_reinit
 2026-09-08  9:26 UTC  (2+ messages)

[PATCH] USB: cdc-acm: fix racy TIOCMIWAIT implementation
 2026-09-08  9:23 UTC  (12+ messages)

[syzbot] [usb?] general protection fault in mon_notify
 2026-09-08  9:20 UTC  (2+ messages)

[syzbot] [usb?] KASAN: slab-use-after-free Read in vhci_cleanup_unlink_list
 2026-09-08  9:20 UTC  (3+ messages)

[PATCH 0/4] USB: replace page allocator calls with kmalloc()
 2026-09-08  9:12 UTC  (2+ messages)

[PATCH v6 00/40] Use defined 16-bits ASC/ASCQ combinations
 2026-09-08  9:03 UTC  (41+ messages)
` [PATCH v6 01/40] scsi: define all additional sense codes and their qualifiers
` [PATCH v6 02/40] scsi: constants: use defined sense codes
` [PATCH v6 03/40] scsi: constants: rename internal struct field names
` [PATCH v6 04/40] scsi: rename sense field of struct scsi_failure
` [PATCH v6 05/40] scsi: prepare for using 16-bits defined sense codes
` [PATCH v6 06/40] scsi: use struct scsi_sense_hdr to log sense keys and codes
` [PATCH v6 07/40] scsi: core: use 16-bits defined sense codes
` [PATCH v6 08/40] scsi: sd: "
` [PATCH v6 09/40] scsi: sr: "
` [PATCH v6 10/40] scsi: ses: "
` [PATCH v6 11/40] scsi: ch: "
` [PATCH v6 12/40] scsi: st: "
` [PATCH v6 13/40] scsi: device_handlers: hp_sw: "
` [PATCH v6 14/40] scsi: device_handlers: rdac: "
` [PATCH v6 15/40] scsi: device_handlers: emc: "
` [PATCH v6 16/40] scsi: device_handlers: alua: "
` [PATCH v6 17/40] scsi: mpt3sas: "
` [PATCH v6 18/40] scsi: mpi3mr: "
` [PATCH v6 19/40] scsi: 3w-xxxx: "
` [PATCH v6 20/40] scsi: leapraid: "
` [PATCH v6 21/40] scsi: megaraid: "
` [PATCH v6 22/40] scsi: myrX: "
` [PATCH v6 23/40] scsi: smartpqi: "
` [PATCH v6 24/40] scsi: qla2xxx: "
` [PATCH v6 25/40] scsi: ps3rom: "
` [PATCH v6 26/40] scsi: lpfc: "
` [PATCH v6 27/40] scsi: stex: "
` [PATCH v6 28/40] scsi: mvumi: "
` [PATCH v6 29/40] scsi: libiscsi: "
` [PATCH v6 30/40] scsi: ibmvscsi_tgt: "
` [PATCH v6 31/40] scsi: scsi_debug: "
` [PATCH v6 32/40] scsi: hpsa: "
` [PATCH v6 33/40] scsi: storvsc: "
` [PATCH v6 34/40] target: "
` [PATCH v6 35/40] usb: storage: "
` [PATCH v6 36/40] cdrom: "
` [PATCH v6 37/40] ata: libata: "
` [PATCH v6 38/40] s390: scsi: "
` [PATCH v6 39/40] scsi: cleanup scsi_proto.h
` [PATCH v6 40/40] scsi: remove scsi_build_sense() and scsi_build_sense_buffer()

[PATCH] USB: serial: option: add Compal EXC-T1 support
 2026-09-08  8:58 UTC  (2+ messages)


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