linux-next: build failure after merge of the hid tree
2026-03-02 13:56 UTC
[PATCH v3 0/6] Describe the IMEM present in Qualcomm IPQ SoC's
2026-03-02 13:56 UTC (5+ messages)
` [PATCH v3 1/6] dt-bindings: sram: Describe the IMEM present in Qualcomm IPQ SoCs
[PATCH v3 00/13] arm64: Refactor TLB invalidation API and implementation
2026-03-02 13:55 UTC (13+ messages)
` [PATCH v3 01/13] arm64: mm: Re-implement the __tlbi_level macro as a C function
` [PATCH v3 02/13] arm64: mm: Introduce a C wrapper for by-range TLB invalidation
` [PATCH v3 03/13] arm64: mm: Implicitly invalidate user ASID based on TLBI operation
` [PATCH v3 04/13] arm64: mm: Push __TLBI_VADDR() into __tlbi_level()
` [PATCH v3 05/13] arm64: mm: Inline __TLBI_VADDR_RANGE() into __tlbi_range()
` [PATCH v3 06/13] arm64: mm: Re-implement the __flush_tlb_range_op macro in C
` [PATCH v3 07/13] arm64: mm: Simplify __TLBI_RANGE_NUM() macro
` [PATCH v3 08/13] arm64: mm: Simplify __flush_tlb_range_limit_excess()
` [PATCH v3 09/13] arm64: mm: Refactor flush_tlb_page() to use __tlbi_level_asid()
` [PATCH v3 10/13] arm64: mm: Refactor __flush_tlb_range() to take flags
` [PATCH v3 11/13] arm64: mm: More flags for __flush_tlb_range()
` [PATCH v3 12/13] arm64: mm: Wrap flush_tlb_page() around __do_flush_tlb_range()
[PATCH v2] xfs: add write pointer to xfs_rtgroup_geometry
2026-03-02 13:54 UTC (2+ messages)
[PATCH v2] x86/mtrr: Use kstrtoul() in parse_mtrr_spare_reg()
2026-03-02 13:53 UTC
[PATCH v2] nvme: fix memory allocation in nvme_pr_read_keys()
2026-03-02 13:53 UTC (2+ messages)
[PATCH 6.12 000/385] 6.12.75-rc1 review
2026-03-02 13:52 UTC (3+ messages)
[PATCH 1/2] arm64: lib: xor-neon: remove redundant filename comment
2026-03-02 13:52 UTC (2+ messages)
[PATCH] Documentation/maintainer-tip: Fix grammar
2026-03-02 13:51 UTC
[PATCH v2 1/1] PCI: dwc: Remove not-going-to-be-supported code for Baikal SoC
2026-03-02 13:51 UTC (4+ messages)
[PATCH] block: avoild hang when bio_list is non-NULL in submit_bio_wait()
2026-03-02 13:50 UTC (2+ messages)
[PATCH v8 0/8] dmaengine: sh: rz-dmac: Add tx_status and pause/resume support
2026-03-02 13:50 UTC (7+ messages)
` [PATCH v8 7/8] dmaengine: sh: rz-dmac: Add device_tx_status() callback
` [PATCH v8 8/8] dmaengine: sh: rz-dmac: Add device_{pause,resume}() callbacks
[PATCH] drm/virtio: Open-code drm_simple_encoder_init()
2026-03-02 13:48 UTC (2+ messages)
[PATCH 0/3] s390: Fix and improve inline assembly constraints
2026-03-02 13:47 UTC (5+ messages)
` [PATCH 1/3] s390/xor: Fix xor_xc_2() "
` [PATCH 2/3] s390/xor: Improve "
` [PATCH 3/3] s390/stackleak: Fix __stackleak_poison() inline assembly constraint
[PATCH] clocksource: move NXP timer selection to drivers/clocksource
2026-03-02 13:47 UTC
[PATCH v2] mmc: sdhci-of-bst: Fix memory leak in sdhci_bst_alloc_bounce_buffer()
2026-03-02 13:47 UTC
[PATCH v4 0/9] gpu: nova-core: gsp: add continuation record support
2026-03-02 13:47 UTC (5+ messages)
` [PATCH v4 1/9] gpu: nova-core: gsp: sort MsgFunction variants alphabetically
` [PATCH v4 8/9] gpu: nova-core: gsp: support large RPCs via continuation record
[PATCH v2 0/2] mcb: enable register PCI devices using any BAR
2026-03-02 13:47 UTC (3+ messages)
` [PATCH v2 1/2] mcb: Use more than the first bar in pci devices
` [PATCH v2 2/2] mcb: refactor the bus operations out of the common code
[PATCH 1/2] drm/msm/dpu: fix mismatch between power and frequency
2026-03-02 13:46 UTC (12+ messages)
[PATCH] bus: mhi: host: pci_generic: Switch to async power up to avoid boot delays
2026-03-02 13:45 UTC (4+ messages)
[PATCH 00/13] vc,fbcon,fonts: Proper handling of font data
2026-03-02 13:45 UTC (4+ messages)
` [PATCH 13/13] lib/fonts: Remove internal symbols and macros from public header file
[PATCH 0/4] mmc: sdhci-esdhc-imx: add 1-bit bus width support
2026-03-02 13:44 UTC (2+ messages)
[RFC PATCH 0/2] Add driver for TI BQ25630 charger
2026-03-02 13:44 UTC (4+ messages)
` [RFC PATCH 1/2] dt-bindings: power: supply: Add "
[PATCH v3 0/1] kernel: kprobes: fix cur_kprobe corruption during
2026-03-02 13:43 UTC (3+ messages)
` [PATCH v3 0/1] kernel: kprobes: fix cur_kprobe corruption during re-entrant kprobe_busy_begin() calls
[PATCH v4 0/5] mm: zone lock tracepoint instrumentation
2026-03-02 13:42 UTC (5+ messages)
` [PATCH v4 1/5] mm: introduce zone lock wrappers
` [PATCH v4 2/5] mm: convert zone lock users to wrappers
[PATCH] drm/msm/mdp5: Remove MSM8974v1
2026-03-02 13:41 UTC
[PATCH] bus: mhi: host: pci_generic: Resume the device before executing mhi_pci_remove()
2026-03-02 13:41 UTC
[PATCH] MAINTAINERS: add co-maintainer and reviewer for SLAB ALLOCATOR
2026-03-02 13:39 UTC (2+ messages)
[PATCH v7 00/10] rust: add `register!` macro
2026-03-02 13:39 UTC (9+ messages)
` [PATCH v7 05/10] rust: io: add IoLoc and IoWrite types
[PATCH v1 0/5] platform/x86: fujitsu: Bind drivers to platform devices instead of ACPI ones
2026-03-02 13:39 UTC (2+ messages)
[PATCH v2 1/2] arm64: kprobes: disable preemption across XOL single-step
2026-03-02 13:38 UTC (4+ messages)
` [PATCH v3 0/1] kernel: kprobes: fix cur_kprobe corruption during
` [PATCH v3 1/1] kernel: kprobes: fix cur_kprobe corruption during re-entrant kprobe_busy_begin() calls
[PATCH net v2 0/2] net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop and add selftest
2026-03-02 13:38 UTC (5+ messages)
` [PATCH net v2 1/2] net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop
[PATCH v2 0/2] imx8mp-frdm: Enhance code readability
2026-03-02 13:38 UTC (3+ messages)
` [PATCH v2 1/2] arm64: dts: imx8mp: Make MX8MP_I2C_DEFAULT independent on drive strength
` [PATCH v2 2/2] arm64: dts: imx8mp-frdm: Use symbolic macros for IOMUXC_SW_PAD_CTL_PAD
[PATCH net-next v4] net: dsa: mv88e6xxx: Add partial support for TCAM entries
2026-03-02 13:36 UTC (5+ messages)
` [net-next,v4] "
[PATCH] can: usb: etas_es58x: correctly anchor the urb in the read bulk callback
2026-03-02 13:36 UTC (5+ messages)
` checkpatch: format of stable@k.o address (was: Re: [PATCH] can: usb: etas_es58x: correctly anchor the urb in the read bulk callback)
[BUG] RCU stall / hung rcu_gp: process_srcu blocked in synchronize_rcu_normal triggered by perf trace teardown on 7.0.0-rc1
2026-03-02 13:36 UTC (2+ messages)
[PATCH kernel 0/9] PCI/TSM: coco/sev-guest: Implement SEV-TIO PCIe TDISP (phase2)
2026-03-02 13:35 UTC (8+ messages)
` [PATCH kernel 6/9] x86/dma-direct: Stop changing encrypted page state for TDISP devices
[PATCH 0/2] phy: qcom: qmp-pcie: Add vdda-refgen supply support for Glymur
2026-03-02 13:35 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Add vdda-refgen supply "
[PATCH v2 1/1] mm: make ref_unless functions unless_zero only
2026-03-02 13:34 UTC (2+ messages)
[PATCH 0/8] modules: Move 'struct module_signature' to UAPI
2026-03-02 13:32 UTC (10+ messages)
` [PATCH 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH 2/8] module: Drop unused signature types
` [PATCH 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH 5/8] modules: Move 'struct module_signature' to UAPI
` [PATCH 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH 8/8] selftests/bpf: verify_pkcs7_sig: Use "
[PATCH] spi: spi-dw-dma: fix print error log when wait finish transaction
2026-03-02 13:32 UTC (2+ messages)
[PATCH v3 1/6] bpf: Introduce the bpf_list_del kfunc
2026-03-02 13:32 UTC (2+ messages)
[PATCH v3 00/11] power: supply: max17042: support Maxim MAX77759 fuel gauge
2026-03-02 13:32 UTC (12+ messages)
` [PATCH v3 01/11] dt-bindings: power: supply: max17042: add support for max77759
` [PATCH v3 02/11] dt-bindings: power: supply: max17042: support shunt-resistor-micro-ohms
` [PATCH v3 03/11] dt-bindings: power: supply: max17042: drop formatting specifier |
` [PATCH v3 04/11] power: supply: max17042: fix a comment typo (then -> than)
` [PATCH v3 05/11] power: supply: max17042: use dev_err_probe() where appropriate
` [PATCH v3 06/11] power: supply: max17042: avoid overflow when determining health
` [PATCH v3 07/11] power: supply: max17042: time to empty is meaningless when charging
` [PATCH v3 08/11] power: supply: max17042: support standard shunt-resistor-micro-ohms DT property
` [PATCH v3 09/11] power: supply: max17042: initial support for Maxim MAX77759
` [PATCH v3 10/11] power: supply: max17042: consider task period (max77759)
` [PATCH v3 11/11] power: supply: max17042: report time to full (max17055 & max77759)
[PATCH] mm/huge_memory: fix a folio_split() race condition with folio_try_get()
2026-03-02 13:30 UTC (2+ messages)
[PATCH v6 0/3] fuse: compound commands
2026-03-02 13:30 UTC (7+ messages)
` [PATCH v6 1/3] fuse: add compound command to combine multiple requests
` "
` "
[PATCH v4 0/2] pmdomain: qcom: Add support for Eliza SoC
2026-03-02 13:29 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains
` [PATCH v4 2/2] pmdomain: qcom: rpmhpd: Add "
[BUG] Null pointer dereference in esp_scsi leading to GPF(drivers/scsi/esp_scsi.c)
2026-03-02 13:28 UTC
[PATCH v2 0/5] uaccess: Updates to scoped_user_access()
2026-03-02 13:27 UTC (6+ messages)
` [PATCH v2 1/5] uaccess: Fix scoped_user_read_access() for 'pointer to const'
` [PATCH v2 2/5] compiler.h: Add generic support for 'autoterminating nested for() loops'
` [PATCH v2 3/5] uaccess.h: Use with() and and_with() in __scoped_user_access()
` [PATCH v2 4/5] uaccess: Disable -Wshadow "
` [PATCH v2 next 5/5] signal: Use scoped_user_access() instead of __put/get_user()
[PATCH v6 0/2] Fix compiler warnings/errors in SUNRPC and MACB
2026-03-02 13:27 UTC (5+ messages)
` [PATCH v6 1/2] sunrpc: simplify dprintk macros and cleanup redundant debug guards
[PATCH v3] RISC-V: KVM: Fix use-after-free in kvm_riscv_aia_aplic_has_attr()
2026-03-02 13:27 UTC
[PATCH] mmc: sdhci-of-bst: Fix memory leak in sdhci_bst_alloc_bounce_buffer()
2026-03-02 13:26 UTC (3+ messages)
[syzbot] [kvmarm?] [kvm?] BUG: unable to handle kernel paging request in kvm_vgic_destroy
2026-03-02 13:26 UTC (4+ messages)
[PATCH] arm64: dts: qcom: x1e80100-dell-xps13-9345: enable onboard accelerometers
2026-03-02 13:25 UTC (3+ messages)
[PATCH 00/11] SCMI Clock rates discovery rework
2026-03-02 13:25 UTC (5+ messages)
` [PATCH 03/11] firmware: arm_scmi: Simplify clock rates exposed interface
[PATCH v5 0/2] Fix compiler warnings/errors in SUNRPC and MACB
2026-03-02 13:24 UTC (8+ messages)
` [PATCH v5 1/2] sunrpc: simplify dfprintk macros and fix nfsd build error
` [PATCH v5 2/2] net: macb: use ethtool_sprintf to fill ethtool stats strings
[PATCH v2] EDAC/versalnet: Refactor memory controller initialization and cleanup
2026-03-02 13:24 UTC (6+ messages)
[PATCH v2 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
2026-03-02 13:23 UTC (5+ messages)
` [PATCH v2 2/3] vfio/ism: Implement "
[PATCH net-next v3 00/14] net: bridge: reduce multicast checks in fast path
2026-03-02 13:23 UTC (7+ messages)
` [PATCH net-next v3 03/14] net: bridge: mcast: avoid sleeping on bridge-down
` [PATCH net-next v3 13/14] net: bridge: mcast: use combined active state in fast/data path
` [PATCH net-next v3 14/14] net: bridge: mcast: add inactive state assertions
[PATCH] btrfs: reject global extent/csum roots without offset 0 when extent_tree_v2 is off
2026-03-02 13:23 UTC (2+ messages)
[PATCH v2 0/3] media: v4l: async: add helper API v4l2_async_pad_init_and_register_subdev()
2026-03-02 13:21 UTC (3+ messages)
` [PATCH v2 1/3] media: v4l: async: add helper API media_async_register_subdev()
[RFC PATCH 0/7] vfio/pci: Add mmap() for DMABUFs
2026-03-02 13:20 UTC (11+ messages)
` [RFC PATCH 3/7] vfio/pci: Support mmap() of a DMABUF
[PATCH v3 0/4] iio: adc: ad799x: modernize resource management
2026-03-02 13:17 UTC (8+ messages)
` [PATCH v3 1/4] iio: adc: ad799x: make rx_buf static and DMA-safe
` [PATCH v3 2/4] iio: adc: ad799x: cache regulator voltages during probe
` [PATCH v3 3/4] iio: adc: ad799x: use devm_add_action_or_reset for regulators
` [PATCH v3 4/4] iio: adc: ad799x: use devm_iio_device_register and drop remove
[PATCH v2] vfs: add support for empty path to openat2(2)
2026-03-02 13:16 UTC
[PATCH] arm64: dts: qcom: hamoa-iot-evk: Update TSENS thermal zone configuration
2026-03-02 13:15 UTC (2+ messages)
[PATCH v3 0/2] dt-bindings: display: msm: Fix Glymur DP controller reg ranges and clock
2026-03-02 13:15 UTC (3+ messages)
` [PATCH v3 2/2] dt-bindings: display: msm: Fix reg ranges for DP example node
[PATCH] RISC-V: KVM: Fix out-of-bounds by 1
2026-03-02 13:13 UTC (2+ messages)
[PATCH v15 0/3] Add Qualcomm Technologies, Inc. Talos EVK SMARC support
2026-03-02 13:13 UTC (3+ messages)
` [PATCH v15 3/3] arm64: dts: qcom: talos-evk: Add support for QCS615 talos evk board
[PATCH v2] tracing/osnoise: Add option to align tlat threads
2026-03-02 13:13 UTC
[PATCH] can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message
2026-03-02 13:12 UTC (6+ messages)
[PATCH v2 0/2] Add SM7450 and SM7450P to socinfo
2026-03-02 13:10 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: arm: qcom,ids: Add SoC IDs for SM7450 and SM7450P
` [PATCH v2 2/2] soc: qcom: socinfo: "
[PATCH] RISC-V: KVM: fix off-by-one array access in SBI PMU
2026-03-02 13:10 UTC (2+ messages)
[PATCH net-next v5 0/3] riscv: spacemit: Add ethernet support for K3
2026-03-02 13:08 UTC (2+ messages)
[PATCH] jbd2: gracefully abort instead of panicking on unlocked buffer
2026-03-02 13:07 UTC (2+ messages)
[PATCH v2 0/2] usb: gadget: Fix g_ncm regression and atomic sleep in f_ncm
2026-03-02 13:05 UTC (4+ messages)
[PATCH v3 0/4] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
2026-03-02 13:02 UTC (4+ messages)
` [PATCH v3 1/4] "
[PATCH v3 1/2] rust: add projection infrastructure
2026-03-02 13:02 UTC (2+ messages)
` [PATCH v3 2/2] rust: dma: use pointer projection infra for `dma_{read,write}` macro
[PATCH] spi: spi-mem: clean up kernel-doc in spi-mem.h
2026-03-02 13:01 UTC (2+ messages)
[syzbot] [ext4?] INFO: task hung in filename_unlinkat
2026-03-02 13:01 UTC (3+ messages)
` [PATCH] ext4: avoid infinite loops caused by data conflicts
[PATCH] ASoC: cs42xx8: add error checks for constraints in TDM mode
2026-03-02 13:01 UTC (2+ messages)
[PATCH v4 0/5] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
2026-03-02 13:00 UTC (6+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] soc: qcom: ice: Return -ENODEV if the ICE platform device is not found
` [PATCH v4 3/5] soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead of NULL
` [PATCH v4 4/5] mmc: sdhci-msm: Remove NULL check from devm_of_qcom_ice_get()
` [PATCH v4 5/5] scsi: ufs: ufs-qcom: "
[PATCH 0/3] iio: accel: adxl372: add ADXL371 support
2026-03-02 12:59 UTC (3+ messages)
` [PATCH 1/3] iio: accel: adxl372: introduce chip_info structure
[PATCH] arm64: dts: rockchip: Enable displayport for rk3576 evb2
2026-03-02 12:58 UTC (2+ messages)
[PATCH v2 0/4] Move to gated-fixed-clock for Theobroma/Cherry boards
2026-03-02 12:58 UTC (2+ messages)
[PATCH] arm64: dts: rockchip: Add battery and charger on rk3566-pinenote
2026-03-02 12:58 UTC (2+ messages)
[PATCH] arm64: dts: qcom: glymur: Add glymur BWMONs
2026-03-02 12:57 UTC (2+ messages)
[PATCH 00/19] nvme: switch to libmultipath
2026-03-02 12:57 UTC (7+ messages)
` [PATCH 02/19] nvme: introduce a namespace count in the ns head structure
` [PATCH 16/19] nvme-multipath: add nvme_mpath_{add,delete}_ns()
` [PATCH 19/19] nvme-multipath: switch to use libmultipath
[PATCH v1 0/3] Add support for AVS in TCPM
2026-03-02 12:55 UTC (3+ messages)
` [PATCH v1 3/3] tcpm: Implement sink support for PD SPR AVS negotiation
[PATCH v9 00/19] Add new general DRM property "color format"
2026-03-02 12:53 UTC (7+ messages)
` [PATCH v9 03/19] drm/bridge: Act on the DRM color format property
` [PATCH v9 04/19] drm/display: hdmi-state-helper: Act on color format DRM property
[PATCH v3 0/3] arm64: dts: qcom: agatti: Fix IOMMU DT properties
2026-03-02 12:53 UTC (3+ messages)
[PATCH net-next v2] inet: add ip_local_port_step_width sysctl to improve port usage distribution
2026-03-02 12:53 UTC
[PATCH 0/7] drm/msm/dpu: simplify VBIF handling
2026-03-02 12:52 UTC (11+ messages)
` [PATCH 4/7] drm/msm/dpu: drop VBIF id, base and name from the catalog
` [PATCH 5/7] drm/msm/dpu: drop vbif_idx from WB configuration
` [PATCH 6/7] drm/msm/dpu: drop VBIF index from the VBIF params
` [PATCH 7/7] drm/msm/dpu: drop VBIF index from the struct dpu_hw_vbif
[PATCH 0/3] iio: adc: ad4130: Add support for AD4129-4/8, AD4130-4, and AD4131-4/8
2026-03-02 12:51 UTC (3+ messages)
` [PATCH 3/3] iio: adc: ad4130: add new supported parts
[syzbot ci] Re: ext4: avoid infinite loops caused by data conflicts
2026-03-02 12:51 UTC (2+ messages)
` [PATCH v2] "
[PATCH net-next 0/5] net: dpaa2-mac: export standard statistics
2026-03-02 12:51 UTC (4+ messages)
` [PATCH net-next 2/5] net: dpaa2-mac: retrieve MAC statistics in one firmware command
[PATCH 1/3] can: usb: f81604: handle short interrupt urb messages properly
2026-03-02 12:50 UTC (3+ messages)
[PATCH v2 0/3] media: i2c: ov9282: Modernize driver with CCI and streams API
2026-03-02 12:49 UTC (3+ messages)
` [PATCH v2 2/3] media: i2c: ov9282: Switch to using the sub-device state lock
[PATCH] crypto: qce - Remove return variable and unused assignments
2026-03-02 12:47 UTC (2+ messages)
[PATCH v3 0/2] Creation of workqueues in Rust
2026-03-02 12:45 UTC (9+ messages)
` [PATCH v3 2/2] rust: workqueue: add creation of workqueues
[PATCH v3 net-next 0/3] net: enetc: add port MDIO support for both i.MX94 and i.MX95
2026-03-02 12:43 UTC (5+ messages)
` [PATCH v3 net-next 1/3] net: enetc: set the external PHY address in IERB for port MDIO usage
[PATCH v2] RISC-V: KVM: Fix use-after-free in kvm_riscv_aia_aplic_has_attr()
2026-03-02 12:41 UTC (2+ messages)
[PATCH 00/13] libmultipath: a generic multipath lib for block drivers
2026-03-02 12:41 UTC (3+ messages)
` [PATCH 07/13] libmultipath: Add delayed removal support
[PATCH 0/9] ALSA: usb-audio: Add quirks for linear volume devices and deconflict VID
2026-03-02 12:40 UTC (3+ messages)
[PATCH v3 0/6] bpf: Extend the bpf_list family of APIs
2026-03-02 12:40 UTC (5+ messages)
` [PATCH v3 3/6] bpf: add bpf_list_add_impl to insert node after a given list node
` [PATCH v3 4/6] selftests/bpf: Add test case for bpf_list_add_impl
` [PATCH v3 5/6] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH v3 6/6] selftests/bpf: Add test cases for bpf_list_is_first/is_last/empty
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®