The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2026-07-08 06:59:51 to 2026-07-08 08:19:08 UTC [more...]

[tip:core/entry 2/3] arch/s390/include/asm/entry-common.h:49:18: error: call to undeclared function 'task_stack_page'; ISO C99 and later do not support implicit function declarations
 2026-07-08  8:19 UTC  (2+ messages)

[RFC PATCH v2 00/13] mm: rework anon_vma and remove anon_vma_chain
 2026-07-08  8:18 UTC  (10+ messages)

[PATCH v3 00/26] Introduce meminspect
 2026-07-08  8:18 UTC  (17+ messages)
` [PATCH v3 01/26] kernel: "
` [PATCH v3 05/26] genirq/irqdesc: Annotate static information into meminspect
` [PATCH v3 11/26] mm/swapfile: "
` [PATCH v3 14/26] mm/init-mm: "
` [PATCH v3 19/26] mm/numa: Register node data "
` [PATCH v3 21/26] printk: Register "
` [PATCH v3 26/26] meminspect: Add debug kinfo compatible driver

[PATCH V17 0/8] Rust Support for powerpc
 2026-07-08  8:18 UTC  (3+ messages)
` [PATCH V17 1/8] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace

[PATCH] media: i2c: mt9p031: fix endpoint parsing use-after-free
 2026-07-08  8:18 UTC  (2+ messages)

[PATCH] media: i2c: ov02a10: fix endpoint parsing use-after-free and error leak
 2026-07-08  8:16 UTC  (2+ messages)

[tip:core/entry 2/3] include/linux/user-return-notifier.h:39:56: warning: 'struct task_struct' declared inside parameter list will not be visible outside of this definition or declaration
 2026-07-08  8:15 UTC 

[PATCH 00/12] soc: fsl: qe: QE PIC improvement and add support of IRQs to QUICC ENGINE GPIOs
 2026-07-08  8:16 UTC  (3+ messages)
` [PATCH 02/12] dt-bindings: soc: fsl: qe: Set #interrupt-cells to 2 to support interrupt type encoding

[PATCH] arm64: dts: mediatek: mt8188-geralt: Add MT6319 PMIC
 2026-07-08  8:15 UTC  (7+ messages)

[PATCH] phy: ti: omap-usb2: fix OF node leak at probe
 2026-07-08  8:12 UTC 

[PATCH v4] virtio_balloon: prime stats vq after virtio_device_ready()
 2026-07-08  8:13 UTC  (2+ messages)

[PATCH] ext4: propagate errors from fast commit range replay
 2026-07-08  8:12 UTC 

[PATCH] mm/util: don't read __page_2 for order-1 folios in snapshot_page()
 2026-07-08  8:10 UTC  (2+ messages)

Question about the "TLBs and I-cache are private to each vCPU" guarantee with VTTBR_EL2.CnP
 2026-07-08  8:10 UTC  (11+ messages)

[PATCH net] net: mdio: select REGMAP_MMIO instead of depending on it
 2026-07-08  8:10 UTC  (2+ messages)

[PATCH v3 0/9] Add RZ/G3L USB2.0 host support
 2026-07-08  8:10 UTC  (4+ messages)
` [PATCH v3 5/9] regulator: renesas-usb-vbus-regulator: Add RZ/G3L VBUS regulator support

[PATCH net-next v2] net: mana: Add handler for sriov configure
 2026-07-08  8:08 UTC  (2+ messages)

[PATCH 00/23] PCI: Resource code fixes (supercedes earlier series) & cleanups
 2026-07-08  8:08 UTC  (5+ messages)
` [PATCH 13/23] PCI: Add pbus_mem_size_optional() to handle optional sizes

[PATCH v6] serial: 8250: fix use-after-free in IRQ chain handling
 2026-07-08  8:08 UTC  (8+ messages)

[PATCH v8 2/2] selftests/futex: fix the failed futex_requeue test issue
 2026-07-08  8:08 UTC  (3+ messages)

[PATCH] mm/damon: prevent migration fallback to non-target nodes
 2026-07-08  8:07 UTC 

[PATCH v4 RESEND 0/7] riscv: Add reliable stack unwinding for livepatch
 2026-07-08  8:07 UTC  (7+ messages)
` [PATCH v4 RESEND 1/7] riscv: stacktrace: Add frame record metadata
` [PATCH v4 RESEND 2/7] riscv: stacktrace: disable KASAN and KCOV instrumentation for stacktrace.o
` [PATCH v4 RESEND 4/7] riscv: stacktrace: introduce stack-bound tracking helpers

[PATCH] drm/bridge: sn65dsi83: perform host_attach on attach instead of probe
 2026-07-08  8:05 UTC  (2+ messages)

[PATCH v10] mm: fix ASSERT_EXCLUSIVE_BITS by passing memdesc_flags_t by pointer
 2026-07-08  8:04 UTC  (2+ messages)

[PATCH bpf-next v6 0/3] bpf: bidirectional VLAN support for bpf_fib_lookup()
 2026-07-08  8:04 UTC  (3+ messages)
` [PATCH bpf-next v6 1/3] bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helper

[PATCH bpf-next v4 00/10] bpf: add support for KASAN checks in JITed programs
 2026-07-08  8:00 UTC  (11+ messages)
` [PATCH bpf-next v4 01/10] bpf: propagate original instruction offset when patching program
` [PATCH bpf-next v4 02/10] bpf: mark instructions accessing program stack
` [PATCH bpf-next v4 03/10] bpf: add BPF_JIT_KASAN for KASAN instrumentation of JITed programs
` [PATCH bpf-next v4 04/10] bpf, x86: add helper to emit kasan checks in x86 "
` [PATCH bpf-next v4 05/10] bpf, x86: refactor BPF_ST management in do_jit
` [PATCH bpf-next v4 06/10] bpf, x86: emit KASAN checks into x86 JITed programs
` [PATCH bpf-next v4 07/10] bpf, x86: enable KASAN for JITed programs on x86
` [PATCH bpf-next v4 08/10] selftests/bpf: add helper to check whether eBPF KASAN is active
` [PATCH bpf-next v4 09/10] selftests/bpf: move bpf_jit_harden helper into testing_helpers
` [PATCH bpf-next v4 10/10] selftests/bpf: add tests to validate KASAN on JIT programs

[PATCH 0/9] PCI: qcom: Add PCIe support for Shikra SoC
 2026-07-08  8:02 UTC  (2+ messages)

[PATCH] fs: annotate inode timestamp accessors
 2026-07-08  8:02 UTC 

[PATCH V2] mm: Standardize printing for pgtable entries
 2026-07-08  8:01 UTC  (2+ messages)

[PATCH 0/3] iio: adc: add missing 'select REGMAP' to Kconfig
 2026-07-08  8:01 UTC  (3+ messages)

[PATCH] mm/damon/sysfs-schemes: fix tried_regions setup failure cleanup
 2026-07-08  8:01 UTC 

[PATCH v3 0/2] media: Add Himax HM1092 mono NIR sensor driver
 2026-07-08  7:59 UTC  (5+ messages)
` [PATCH v3 2/2] media: i2c: hm1092: add "

[PATCH RESEND v3] selftests: mincore: fix the readahead check on large base page sizes
 2026-07-08  7:59 UTC  (2+ messages)
` [PATCH v4] selftests: mincore: count file-mmap readahead on both sides

[PATCH v2 sched_ext/for-7.2-fixes] sched_ext: Preserve rq tracking across local DSQ dispatch
 2026-07-08  7:58 UTC  (3+ messages)

[PATCH v9 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-07-08  7:57 UTC  (5+ messages)
` [PATCH v9 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema
` [PATCH v9 2/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver

[PATCH v2] dmaengine: fsl-edma: Add error handling for devm_kasprintf
 2026-07-08  7:57 UTC 

[PATCH] wifi: mt76: mt7925: guard link STA in decap offload
 2026-07-08  7:55 UTC 

[PATCH v5 5/5] PCI: qcom: Add D3cold support
 2026-07-08  7:53 UTC  (3+ messages)

[PATCH 1/2] mm/ksm: Initialize the addr only once in collect_procs_ksm
 2026-07-08  7:53 UTC  (3+ messages)

[PATCH v2 0/2] clk: ultrarisc: add DP1000 clock support
 2026-07-08  7:53 UTC  (4+ messages)
` [PATCH v2 2/2] clk: ultrarisc: add DP1000 clock driver

[PATCH RESEND 2/2] mm/ksm: Use precise linear_page_index instead of the whole address space
 2026-07-08  7:52 UTC  (2+ messages)

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-08  7:52 UTC  (3+ messages)
` [PATCH v2 08/17] x86/virt/tdx: Prepare Quote buffer during extension bringup

test_bitmap fails on ppc/ppc64 on kernels v7.1.3, v7.2-rc2
 2026-07-08  7:51 UTC  (5+ messages)

[PATCH v4 0/2] upboard pinctrl support for device id INTC1055
 2026-07-08  7:49 UTC  (5+ messages)
` [PATCH v4 2/2] pinctrl: upboard: add device id INTC1055 based UP boards support

[PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
 2026-07-08  7:49 UTC  (7+ messages)

[PATCH v2 0/7] nfs: Modernize Direct I/O path
 2026-07-08  7:48 UTC  (11+ messages)
` [PATCH v2 6/7] nfs: Optimize direct I/O to use folios for requests

[PATCH v12 0/6] Add dt-bindings and PHY updates for CAMSS on x1e80100 silicon
 2026-07-08  7:49 UTC  (3+ messages)
` [PATCH v12 1/6] dt-bindings: media: qcom,x1e80100-camss: Add optional PHY handle definitions

[PATCH v9 00/14] Allow preemption during IPI completion waiting to improve real-time performance
 2026-07-08  7:48 UTC  (4+ messages)
` [PATCH v9 04/14] smp: Use task-local IPI cpumask in smp_call_function_many_cond()

[PATCHSET v3 sched_ext/for-7.2-fixes] sched_ext: Fix finite-slice ticks on nohz_full
 2026-07-08  7:46 UTC  (3+ messages)
` [PATCH 1/2] sched_ext: Enable tick for finite slices "
` [PATCH 2/2] selftests/sched_ext: Verify nohz_full tick behavior

[PATCH v3 0/2] ptrace_set_syscall_info: add support for seccomp syscall skipping
 2026-07-08  7:47 UTC  (3+ messages)
` [PATCH v3 2/2] selftests/ptrace: add a test case for PTRACE_SYSCALL_INFO "

[PATCH V3 0/6] null_blk: fix init/exit races and memleaks
 2026-07-08  7:39 UTC  (7+ messages)
` [PATCH V3 1/6] null_blk: use DEFINE_MUTEX for the file-scope mutex
` [PATCH V3 2/6] null_blk: register configfs subsystem after creating default devices
` [PATCH V3 3/6] null_blk: move unregister_blkdev() after destroying dev in null_exit()
` [PATCH V3 4/6] null_blk: free global tag_set on init error path
` [PATCH V3 5/6] null_blk: serialize configfs attribute stores with device setup
` [PATCH V3 6/6] null_blk: mark racy configfs attribute accesses with READ_ONCE/WRITE_ONCE

[PATCH] selftests: gpio: add gpio-cdev-uaf to .gitignore
 2026-07-08  7:46 UTC  (2+ messages)

[PATCH] x86/kvm: Include linux/types.h in asm/kvm_para.h
 2026-07-08  7:42 UTC  (2+ messages)

[PATCH] serial: 8250: serialize shared IRQ startup
 2026-07-08  7:45 UTC  (4+ messages)
` [PATCH v2] serial: 8250: fix shared IRQ startup race causing IRQ warning
  ` [PATCH v3] "

[PATCH 0/2] NFSv4/flexfiles: support loosely coupled data servers
 2026-07-08  7:44 UTC  (3+ messages)
` [PATCH 1/2] NFSv4/flexfiles: fix NULL dereference for NFSv4.0 "
` [PATCH 2/2] NFSv4/flexfiles: support loosely coupled "

[PATCH v3 0/5] cxl: Sashiko bug fixes
 2026-07-08  7:42 UTC  (6+ messages)
` [PATCH v3 1/5] cxl/features: Reject feature offset that overflows 16-bit field
` [PATCH v3 2/5] cxl/region: Scan all partitions for unmapped poison
` [PATCH v3 3/5] cxl/region: Don't leak tolerated RAM -EFAULT from unmapped poison scan
` [PATCH v3 4/5] cxl/region: Start unmapped poison scan at the committed decoder boundary
` [PATCH v3 5/5] cxl/memdev: Don't overwrite the error from an earlier partition poison query

[PATCH v3 00/20] driver core: count references of the platform device's fwnode, not OF node
 2026-07-08  7:42 UTC  (4+ messages)
` [PATCH v3 05/20] driver core: update kerneldoc for platform_device_alloc()

[RFC 0/2] arm64: kprobes: Fix single-step fault and reentry handling
 2026-07-08  7:42 UTC  (9+ messages)
` [RFC 0/3] "
  ` [RFC 1/3] arm64: kprobes: Do not handle non-XOL faults as kprobe faults
  ` [RFC 2/3] arm64: kprobes: Allow reentering kprobes while single-stepping

[PATCH net] vxlan: vnifilter: enforce exact length of GROUP/GROUP6 attributes
 2026-07-08  7:41 UTC  (2+ messages)

[PATCH] block: rnull: use vertical import style
 2026-07-08  7:40 UTC  (2+ messages)

[PATCH v5 0/2] Add new workqueue wrapper and enqueue on cpu functions
 2026-07-08  7:40 UTC  (3+ messages)

[PATCH] pwm: th1520: use vertical import style
 2026-07-08  7:39 UTC  (2+ messages)

[PATCH v3 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-08  7:38 UTC  (5+ messages)
` [PATCH v3 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages
` [PATCH v3 2/3] selftests/mm: fix ksm NUMA merge test for systems with memoryless NUMA nodes
` [PATCH v3 3/3] selftests/mm: fix ternary operator precedence in ksm_tests

[PATCH] samples: rust_dma: use vertical import style
 2026-07-08  7:37 UTC  (2+ messages)

[PATCH v2] x86: Start removing X86_X32_ABI
 2026-07-08  7:36 UTC  (3+ messages)

[PATCH] gpib: fix use-after-free in iboffline() detach path
 2026-07-08  7:36 UTC  (2+ messages)
` [PATCH v2] gpib: fix use-after-free between iboffline() detach and in-flight I/O

[PATCH v4 00/27] KVM: s390: Introduce arm64 KVM
 2026-07-08  7:36 UTC  (5+ messages)
` [PATCH v4 24/27] KVM: s390: arm64: Implement vm/vcpu create destroy

[PATCH 0/3] i2c: qcom-geni: improve transfer error recovery and synchronization
 2026-07-08  7:35 UTC  (6+ messages)
` [PATCH 1/3] i2c: qcom-geni: use cancel command before abort on transfer timeout
` [PATCH 2/3] i2c: qcom-geni: use dedicated completions for abort and reset events

[PATCH rdma-next v9] RDMA: Change capability fields in ib_device_attr from int to u32
 2026-07-08  7:35 UTC  (5+ messages)

[PATCH bpf-next v6 6/7] riscv, bpf: Mixing bpf2bpf and tailcalls
 2026-07-08  7:35 UTC  (2+ messages)

[PATCH] drm/xe: free madvise VMA array on L2 flush failure
 2026-07-08  7:34 UTC 

[PATCH v6 0/7] docs/zh_CN: update DAMON translations
 2026-07-08  7:32 UTC  (8+ messages)
` [PATCH v6 1/7] docs/zh_CN: update DAMON design translation
` [PATCH v6 2/7] docs/zh_CN: add DAMON_STAT usage translation
` [PATCH v6 3/7] docs/zh_CN: update DAMON index translation
` [PATCH v6 4/7] docs/zh_CN: update DAMON start translation
` [PATCH v6 5/7] docs/zh_CN: update DAMON usage translation
` [PATCH v6 6/7] docs/zh_CN: update DAMON reclaim translation
` [PATCH v6 7/7] docs/zh_CN: update DAMON LRU sort translation

[PATCH] drm/amd/display: move connector state dereference after NULL check
 2026-07-08  7:27 UTC 

[PATCH v6 0/3] Lenovo ThinkPad T14s EC thermal monitoring and thermal zone integration
 2026-07-08  7:31 UTC  (4+ messages)
` [PATCH v6 2/3] platform: arm64: lenovo-thinkpad-t14s-ec: Add hwmon support for temperatures

[ksummit-attendees] [PATCH] commit: Add -f, --fixes <commit> option to add Fixes: line
 2026-07-08  7:30 UTC 

[PATCH] selftests: riscv: Bypass libc in inactive vector ptrace test
 2026-07-08  7:30 UTC  (3+ messages)

[PATCH v5 00/17] riscv: hwprobe: Expose RVA23U64 base behavior
 2026-07-08  7:30 UTC  (8+ messages)
` [PATCH v5 01/17] dt-bindings: riscv: sort multi-letter Z extensions alphanumerically
` [PATCH v5 02/17] riscv: hwprobe.rst: Make indentation consistent
` [PATCH v5 03/17] riscv: hwprobe.rst: Document EXT_ZICFISS and EXT_ZICFILP

[PATCH v1] dt-bindings: dma: qcom,gpi: Document GPI DMA engine for Maili
 2026-07-08  7:28 UTC  (2+ messages)

[PATCH v3 00/21] Introduce support for CRTC (post-blend) color pipeline
 2026-07-08  7:28 UTC  (3+ messages)
` [PATCH v3 06/21] drm: Introduce DRM_CLIENT_CAP_CRTC_COLOR_PIPELINE

[PATCH net 0/2] net/stmmac: Verify more wrong DTS configuration
 2026-07-08  7:27 UTC  (7+ messages)
  ` [PATCH net 1/2] net/stmmac: Protect against zero queue DTS config
  ` [PATCH net 2/2] net/stmmac: Verify provided DTS AXI setup

[PATCH] kunit/bug.c: fix backtrace-supression-test failure as a module
 2026-07-08  7:26 UTC  (2+ messages)

[PATCH] drm/msm: dsi: fix PLL init in bonded mode
 2026-07-08  7:26 UTC  (8+ messages)
` [REGRESSION] Resolutions broken after "drm/msm: dsi: fix PLL init in bonded mode"

[PATCH] mm: vmscan: abort proactive reclaim early when freezing
 2026-07-08  7:24 UTC  (5+ messages)

[PATCH] firmware: arm_scmi: rate-limit queue-full warnings in IRQ context
 2026-07-08  7:23 UTC 

[PATCH] media: saa7164: fix cleanup on resource allocation failure
 2026-07-08  7:21 UTC 

[PATCH v3 0/5] clock: versal-clk: Fix Versal NET clock binding and switch to CCF
 2026-07-08  7:22 UTC  (5+ messages)
` [PATCH v3 3/5] dt-bindings: clock: Move xlnx,zynqmp-clk to its own schema

[PATCH bpf-next v7] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-07-08  7:21 UTC 

[PATCH] rust: configfs: fix release safety documentation
 2026-07-08  7:21 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/5] clock: versal-clk: Fix Versal NET clock binding and switch to CCF
 2026-07-08  7:18 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: firmware: xilinx: Add missing example for ZynqMP
` [PATCH v4 2/5] dt-bindings: clock: versal-clk: Fix mio_clk index range in clock-names pattern
` [PATCH v4 3/5] dt-bindings: clock: Move xlnx,zynqmp-clk to its own schema
` [PATCH v4 4/5] dt-bindings: clock: versal-clk: Fix Versal NET clock validation
` [PATCH v4 5/5] arm64: versal-net: Switch Versal NET to firmware clock interface

[PATCH v6 0/5] i3c: Improve CCC reliability with actual_len, validation, and Direct GET retry
 2026-07-08  7:17 UTC  (6+ messages)
` [PATCH v6 1/5] i3c: ccc: Add actual_len to struct i3c_ccc_cmd_payload
` [PATCH v6 2/5] i3c: master: Report actual GET CCC payload length on success
` [PATCH v6 3/5] i3c: master: dw: Map CCC hardware errors to I3C M0/M2
` [PATCH v6 4/5] i3c: master: Validate GET CCC payload length and retry Direct GET once
` [PATCH v6 5/5] i3c: master: Add optional_bytes for variable-length GET CCC validation

[PATCH] drm/xe/pf: clear pending packet on header init failure
 2026-07-08  7:15 UTC 

[PATCH RFC 0/6] PSCI-via-EFI to support firmware and kernel sharing EL2 for Apple Silicon
 2026-07-08  7:15 UTC  (7+ messages)
` [PATCH RFC 1/6] dt-bindings: arm: psci: Add EFI conduit
` [PATCH RFC 2/6] arm64/efi: Add and parse custom PSCI EFI configuration table
` [PATCH RFC 3/6] efi: Add EFI_MEMORY_ISA_{MASK,VALID}
` [PATCH RFC 4/6] arm64/efi: Honor EFI_MEMORY_ISA_MASK for Device-nGnRnE vs -nGnRE
` [PATCH RFC 5/6] firmware/psci: Add EFI runtime conduit
` [PATCH RFC 6/6] arm64: dts: apple: t8103: Add PSCI and CPU idle states

[PATCH v1 0/3] ASoC: qcom: Add Eliza audio support
 2026-07-08  7:15 UTC  (5+ messages)
` [PATCH v1 1/3] ASoC: dt-bindings: qcom: Add Eliza LPASS macro codecs
` [PATCH v1 2/3] ASoC: dt-bindings: qcom,sm8250: Add Eliza sound card

[PATCH v7] serial: 8250: fix use-after-free in IRQ chain handling
 2026-07-08  7:14 UTC 

[PATCH bpf-next v6] bpf: Fix use-after-free on mm_struct in bpf_find_vma()
 2026-07-08  7:13 UTC  (7+ messages)

[PATCH v3] wifi: brcmfmac: add DPP support
 2026-07-08  7:12 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v2 0/2] misc: fastrpc: move ADSP duplicate session creation to the driver
 2026-07-08  7:11 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: misc: qcom,fastrpc: deprecate qcom,nsessions

[PATCH 0/3] Add UFS Host driver support for SpacemiT K3 SoC
 2026-07-08  7:10 UTC  (4+ messages)
` [PATCH 2/3] scsi: ufs: spacemit: k3: Add UFS Host Controller driver

[PATCH] rapidio: clear mport->net when rio_add_net() fails
 2026-07-08  7:06 UTC 

[PATCH] acpi: battery: Sanitise model_number by dropping unprintable characters
 2026-07-08  7:07 UTC 

[PATCH v2 00/20] media/imx355: General code cleanups, and adding support for 2 lane operation
 2026-07-08  7:07 UTC  (3+ messages)
` [PATCH v2 02/20] dt-bindings: media: imx355: Allow 2 CSI2 data lane output

[PATCH] acpi: battery: Sanitise model_number by dropping unprintable characters
 2026-07-08  7:07 UTC 

[PATCH 0/4] Fix bugs on HugeTLB folio allocation failure paths
 2026-07-08  7:04 UTC  (5+ messages)
` [PATCH 2/4] mm: hugetlb: Fix folio refcount mismatch on memcg charge failure
` [PATCH 3/4] mm: hugetlb: Return -ENOSPC "

[PATCH v2 0/4] pmdomains: Fixes and add support for HFRP Direct
 2026-07-08  7:04 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: power: mediatek: Add support for MT8196 direct HFRP

[PATCH 0/3] arm64: dts: qcom: monaco-arduino-monza: Enable JHAT 40-pin HAT accessories
 2026-07-08  7:02 UTC  (7+ messages)
` [PATCH 1/3] arm64: dts: qcom: monaco-arduino-monza: Enable I2C0 and SPI3 for 40-pin JHAT connector
` [PATCH 3/3] arm64: dts: qcom: monaco-arduino-monza: Add overlay for Waveshare WM8960 Audio HAT

[PATCH v2 0/3] selftests/mm: avoid false failures in hugetlb and KSM tests
 2026-07-08  7:01 UTC  (6+ messages)
` [PATCH v2 1/3] selftests/mm: handle EINVAL when configuring gigantic hugepages

[PATCH v2 0/5] dt-bindings: soc: ti: Convert OMAP DSP and IVA to DT schema
 2026-07-08  7:00 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: soc: ti: omap-dsp: Make ti,hwmods optional
` [PATCH v2 5/5] dt-bindings: soc: ti: omap-iva: Document DSP child node

[PATCH v7 0/2] Add support for LTC3208 multi-display driver
 2026-07-08  7:00 UTC  (3+ messages)
` [PATCH v7 1/2] dt-bindings: leds: Document LTC3208 Multidisplay LED Driver
` [PATCH v7 2/2] leds: ltc3208: Add driver for "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox