messages from 2026-07-17 17:27:42 to 2026-07-17 18:38:36 UTC [more...]
[PATCH v4 0/2] iio: adc: add MAX40080 current-sense amplifier driver
2026-07-17 18:38 UTC (4+ messages)
` [PATCH v4 2/2] "
[PATCH v1 0/2] Enhance execmem diagnostic and fix LoongArch module bottleneck
2026-07-17 18:37 UTC (3+ messages)
` [PATCH v1 1/2] mm/execmem: Print size, align and caller on allocation failure
[PATCH v2] fuse: honor desc offset in readahead reads
2026-07-17 18:37 UTC (3+ messages)
[wic][PATCH 0/2] tests/unit/test_ksparser_parse: parse the .wks file, fix a diskid crash
2026-07-17 18:35 UTC (3+ messages)
` [wic][PATCH 1/2] ksparser: fix crash on an invalid msdos --diskid
` [wic][PATCH 2/2] tests/unit/test_ksparser_parse: cover the .wks KickStart parser
[PATCH v2 01/10] sandbox/seunshare: free glob on error path
2026-07-17 18:34 UTC (5+ messages)
` [PATCH v2 02/10] sandbox/seunshare: make a best-effort to remove tmpdir on error paths
` [PATCH v2 03/10] sandbox/seunshare: cap rm_rf() depth
` [PATCH v2 04/10] sandbox/seunshare: make -W/-P .. check exact
` [PATCH v2 05/10] sandbox/seunshare: document that -C has long been a no-op
[PATCH net v4 0/2] tipc: fix NULL deref in tipc_named_node_up() on empty publication list
2026-07-17 18:34 UTC (4+ messages)
` [PATCH net v4 2/2] "
[RFC PATCH] liveupdate: Allow multiple openers for /dev/liveupdate
2026-07-17 18:33 UTC (8+ messages)
[PATCH v5 00/56] scsi: qla2xxx: Add QLA29xx series adapter support
2026-07-17 18:31 UTC (7+ messages)
` [PATCH v5 28/56] scsi: qla2xxx: Enhance purex_entry handling for 29xx series
` [PATCH v5 32/56] scsi: qla2xxx: Enhance task management IOCB "
` [PATCH v5 46/56] scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check
[PATCH v5 0/4] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
2026-07-17 18:31 UTC (5+ messages)
` [PATCH v5 1/4] arm64: vdso: Prepare for robust futex unlock support
` [PATCH v5 2/4] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
[PATCH net v5 0/2] tipc: fix NULL deref in tipc_named_node_up() on empty publication list
2026-07-17 18:30 UTC (3+ messages)
` [PATCH net v5 1/2] "
` [PATCH net v5 2/2] tipc: fix node reference leak when defer work is already pending
[PATCH RFC 0/2] bitbake: Add basic landlock support
2026-07-17 18:11 UTC (4+ messages)
` [PATCH [RFC] 1/2] utils: Add landlock_restrict_network function
` [bitbake-devel] "
[PATCH v3 00/10] ACPI: APEI: GHES: Collection of fixes for issues reported by sashiko
2026-07-17 18:29 UTC (7+ messages)
` [PATCH v3 03/10] ACPI: APEI: GHES: Validate CXL protocol error section length before RAS cap copy
` [PATCH v3 04/10] ACPI: extlog: Avoid populating software AER metadata from raw hardware buffer
` [PATCH v3 05/10] ACPI: extlog: Validate PCIe error section length before payload access
[PATCH v3] arm64: ptrace: Keep 'orig_x0' in-sync with x0 on syscall entry
2026-07-17 18:27 UTC
[PATCH 0/4] drm: bridge: display-connector: Support hardcoding EDID for VGA
2026-07-17 18:28 UTC (5+ messages)
` [PATCH 2/4] drm/bridge: display-connector: Fix I2C adapter resource leak
[PATCH] dt-bindings: clock: ti,da850-pll: Convert to DT schema
2026-07-17 18:28 UTC (2+ messages)
[PATCH] drm/xe: convert PCI barrier mmap to use xe_mmio_gem
2026-07-17 18:27 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH 0/3] bisect: add --auto-reset to leave when done
2026-07-17 18:27 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] bisect: read run output from the open descriptor
` [PATCH v2 2/3] bisect: let bisect_reset() optionally check out quietly
` [PATCH v2 3/3] bisect: add --auto-reset to leave when done
[MAINTAINERS SUMMIT] Other LLM-related topics - tags, newcomers, etc
2026-07-17 18:27 UTC (8+ messages)
[PATCH 6.12 000/357] 6.12.96-rc2 review
2026-07-17 18:26 UTC (2+ messages)
[PATCH 00/60] KVM Planes + SEV-SNP Support
2026-07-17 18:26 UTC (12+ messages)
` [PATCH 35/60] kvm: Add VCPU plane-scheduling state and helpers
[PATCH] ata: ahci_ceva: fix error paths in ceva_ahci_platform_enable_resources()
2026-07-17 18:25 UTC
Update key expiration date for Eduard Zingerman
2026-07-17 18:25 UTC
[PATCH 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
2026-07-17 18:19 UTC (16+ messages)
` [PATCH 01/15] mm/vma: introduce VMA virtual page offset field and add helpers
` [PATCH 02/15] mm: introduce linear_virt_page_index()
` [PATCH 03/15] mm: abstract vma_address() and introduce vma_anon_address()
` [PATCH 04/15] mm: update print_bad_page_map() to show virtual page index
` [PATCH 05/15] mm: introduce and use vma_filebacked_address()
` [PATCH 06/15] mm: propagate VMA virtual page offset on map, remap, split + merge
` [PATCH 07/15] mm/rmap: track whether the page VMA mapped walk is anonymous
` [PATCH 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH 09/15] mm/rmap: use virt pgoff for MAP_PRIVATE file-backed anon folios
` [PATCH 10/15] tools/testing/vma: expand VMA merge tests to assert virt pgoff
` [PATCH 11/15] tools/testing/selftests/mm: test virtual page offset merge behaviour
` [PATCH 12/15] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH 14/15] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH 15/15] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests
[PATCH v2 0/3] riscv: mm: Some optimizations for tlb flush
2026-07-17 18:23 UTC (4+ messages)
` [PATCH v2 2/3] riscv: mm: Apply Svinval in update_mmu_cache()
[PATCH 0/3] arm64/coco: Convert pKVM to a CC platform
2026-07-17 18:23 UTC (2+ messages)
[RFC v3 0/2] rm64: kprobes: Fix single-step fault and reentry handling
2026-07-17 18:23 UTC (11+ messages)
` [RFC v3 2/2] arm64: kprobes: Allow reentering kprobes while single-stepping
[PATCH] dt-bindings: clock: ti,dm816-fapll-clock: Convert to DT schema
2026-07-17 18:23 UTC (2+ messages)
[PATCH 1/2] sctp: socket: Fix uninitialized error on socket shutdown
2026-07-17 18:19 UTC (4+ messages)
` [PATCH net v3] sctp: socket: remove unused 'err' parameter from sctp_skb_recv_datagram
[PATCH 0/1] Aarch32 TCG CPU: secure register migration
2026-07-17 18:15 UTC (3+ messages)
` [PATCH 1/1] aarch32 cpu secure register tcg migration
[PATCH] regulator: dt-bindigs: ti,pbias-omap: Convert to DT schema
2026-07-17 18:15 UTC (2+ messages)
[PATCH v2] mm: vmscan: abort proactive reclaim early when freezing for suspend
2026-07-17 18:12 UTC (2+ messages)
` [PATCH v3] "
[PATCH] PCI: Don't report fully optional resources as assignment failures
2026-07-17 18:13 UTC (2+ messages)
Subject: RFC: Read repair for md RAID1 after mirror read failures
2026-07-17 18:11 UTC (9+ messages)
[PATCH v3 3/7] gpio: regmap: Add gpio_regmap_operation and write-enable support
2026-07-17 18:11 UTC (9+ messages)
[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
2026-07-17 18:10 UTC (3+ messages)
[PATCH v7] hfsplus: fix null-ptr-deref by creating hidden dir on remount rw
2026-07-17 18:10 UTC (2+ messages)
[PATCH v1 2/4] iio: gyro: mpu3050: fix runtime PM leak when enabling trigger fails
2026-07-17 18:10 UTC (4+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH 0/2] iio: common: improve InvenSense sample timestamping
2026-07-17 18:09 UTC (5+ messages)
` [PATCH 1/2] iio: invensense: better timestamp alignment when using watermark
` [PATCH 2/2] iio: invensense: improve period measurement by using a longer delay
[PATCH v8 00/23] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-07-17 18:04 UTC (24+ messages)
` [PATCH v8 01/23] dma-direct: return struct page from dma_direct_alloc_from_pool()
` [PATCH v8 02/23] dma-pool: fix page leak in atomic_pool_expand() cleanup
` [PATCH v8 03/23] iommu/dma: Check atomic pool allocation result directly
` [PATCH v8 04/23] dma: free atomic pool pages by physical address
` [PATCH v8 05/23] swiotlb: Preserve allocation virtual address for dynamic pools
` [PATCH v8 06/23] s390: Expose protected virtualization through cc_platform_has()
` [PATCH v8 07/23] dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pages
` [PATCH v8 08/23] coco: arm64: s390: powerpc: Mark secure guests with CC_ATTR_GUEST_MEM_ENCRYPT
` [PATCH v8 09/23] dma-mapping: Add internal shared allocation attribute
` [PATCH v8 10/23] dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free paths
` [PATCH v8 11/23] dma-pool: track decrypted atomic pools and select them via attrs
` [PATCH v8 12/23] dma: swiotlb: pass mapping attributes by reference
` [PATCH v8 13/23] dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHARED
` [PATCH v8 14/23] dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v8 15/23] dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checks
` [PATCH v8 16/23] dma-direct: Move dma_direct_map_phys() to dma/direct.c
` [PATCH v8 17/23] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
` [PATCH v8 18/23] dma-direct: set decrypted flag for remapped DMA allocations
` [PATCH v8 19/23] dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHARED
` [PATCH v8 20/23] dma-direct: rename ret to cpu_addr in alloc helpers
` [PATCH v8 21/23] dma: swiotlb: free dynamic pools from process context
` [PATCH v8 22/23] dma: swiotlb: handle set_memory_decrypted() failures
` [PATCH v8 23/23] swiotlb: remove unused SWIOTLB_FORCE flag
[PATCH v4 0/9] dmaengine: dw-edma: Fixes and interrupt-path groundwork
2026-07-17 18:08 UTC (3+ messages)
[LTP] [PATCH] hugemmap/hugemmap38: migrate libhugetlbfs test truncate_reserve_wraparound.c
2026-07-17 18:06 UTC
[PATCH v5 0/9] dmaengine: dw-edma: Fixes and interrupt-path groundwork
2026-07-17 18:06 UTC (10+ messages)
` [PATCH v5 1/9] dmaengine: dw-edma: Fix HDMA channel status register access
` [PATCH v5 2/9] dmaengine: dw-edma: Terminate all descriptors without callbacks
` [PATCH v5 3/9] dmaengine: dw-edma: Serialize abort state updates
` [PATCH v5 4/9] dmaengine: dw-edma: Complete descriptors before pausing
` [PATCH v5 5/9] dmaengine: dw-edma: Serialize channel state checks
` [PATCH v5 6/9] dmaengine: dw-edma: Clear stale requests on termination
` [PATCH v5 7/9] dmaengine: dw-edma-pcie: Drop redundant pci_free_irq_vectors()
` [PATCH v5 8/9] dmaengine: dw-edma: Snapshot the v0 interrupt status once per handler pass
` [PATCH v5 9/9] dmaengine: dw-edma: Defer channel IRQ handling to workqueue
[PATCH] soc: qcom: pmic_glink_altmode: Define the TBT extradata properly
2026-07-17 18:06 UTC
[PATCH v2 0/2] mmc: core: Add a host capability to skip SLEEP for cards with a broken resume
2026-07-17 18:05 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: mmc: Document no-mmc-sleep property
` [PATCH v2 2/2] mmc: core: Add MMC_CAP2_NO_SLEEP_CMD host capability
[LTP] [PATCH] hugemmap/hugemmap41: Migrate ptrace-write-hugepage from libhugetlbfs
2026-07-17 18:05 UTC
[PATCH] systemd.bbclass: fix service enablement for cross-install scenarios
2026-07-17 18:02 UTC (2+ messages)
` [OE-core] "
[PATCH] dt-bindings: sram: Document qcom,shikra-imem compatible
2026-07-17 18:02 UTC (3+ messages)
[RFC PATCH 0/7] repack: add --drop-filtered to reclaim space in partial clones
2026-07-17 18:00 UTC (4+ messages)
` [RFC PATCH 1/7] builtin/repack.c: add --drop-filtered and --dry-run options
[PATCH] btf_encoder: Add O_TRUNC to btf_encoder__write_raw_file()
2026-07-17 18:01 UTC
[PATCH v4 0/2] systemd: update to 261 and be compatible with rhel8
2026-07-17 17:59 UTC (3+ messages)
` [PATCH v4 2/2] systemd: add native hwdb generator via merged systemd-tools-native
[PATCH] rcu-tasks: Dump rtpcp->lazy_timer status in show_rcu_tasks_generic_gp_kthread()
2026-07-17 18:00 UTC (2+ messages)
[QUESTION] RDMA/srpt: is target_send_busy() safe before target_init_cmd()?
2026-07-17 17:59 UTC (2+ messages)
[PATCH i-g-t v3] tests/xe_debugfs: add uc debugfs validation and read tests
2026-07-17 17:58 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
[PATCH 0/7] platform: Remove redundant error messages on IRQ request failure
2026-07-17 17:58 UTC (3+ messages)
` [PATCH 6/7] platform/raspberrypi: Remove redundant dev_err()
[BUG] xfs: sparse inode allocation can trip i != 1 after AGFL growth
2026-07-17 17:55 UTC (2+ messages)
[PATCH v2 00/18] iomap: convert to in-iter iomap_next() model
2026-07-17 17:55 UTC (7+ messages)
` [PATCH v2 02/18] xfs: convert iomap ops to ->iomap_next()
[PATCH v2] arm64: syscall: Ensure saved x0 is kept in-sync with tracer updates
2026-07-17 17:54 UTC (3+ messages)
[PATCH] serial: 8250: clear stuck RX-timeout interrupt on LPC32xx (PORT_LPC3220)
2026-07-17 17:54 UTC (2+ messages)
[PATCH v7] show-branch: convert per-branch flags to commit-slab
2026-07-17 17:53 UTC (5+ messages)
[PATCH v6 0/6] fuse: add io-uring buffer pools and zero-copy
2026-07-17 17:53 UTC (6+ messages)
` [PATCH v6 1/6] fuse: decouple fuse_ring creation from ent registration
[PATCH] hw/hyperv/vmbus: Use QEMU_LOCK_GUARD()
2026-07-17 17:51 UTC (2+ messages)
[PATCH v1 1/1] media: tda18250: Don't use "proxy" headers
2026-07-17 17:25 UTC
Could not initialize refcount handling:
2026-07-17 17:50 UTC (2+ messages)
[PATCH v2 0/7] Properly describe mt8167 watchdog and mmsys resets
2026-07-17 17:50 UTC (7+ messages)
` [PATCH v2 2/7] watchdog: mediatek: Add wdt/toprgu resets for MT6589
` [PATCH v2 3/7] dt-bindings: watchdog: Add compatible for MediaTek mt8167
` [PATCH v2 4/7] dt-bindings: reset: Add reset controller constants for mt8167
[PATCH bpf-next v3 0/5] bpf, x86: enable EXECMEM_ROX_CACHE for BPF allocations
2026-07-17 17:50 UTC (6+ messages)
[PATCH mm-hotfixes v5 0/5] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
2026-07-17 17:50 UTC (7+ messages)
` [PATCH mm-hotfixes v5 1/5] mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAF
` [PATCH mm-hotfixes v5 2/5] x86/mm/pat: acquire init_mm write lock on collapse to avoid UAF
` [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change "
` [PATCH mm-hotfixes v5 4/5] mm/ptdump: always stabilise against page table freeing using init_mm
` [PATCH mm-hotfixes v5 5/5] arm64: remove redundant concurrent ptdump UAF mitigation
[PATCH net-next v3] selftests/net: Skip srv6_end_dt46_l3vpn_test if iproute2 too old
2026-07-17 17:49 UTC (2+ messages)
[PATCH v1 0/3] perf jevents: Deterministic build fix and mypy cleanliness
2026-07-17 17:47 UTC (2+ messages)
[PATCH 2/2] iio: accel: mma8452: Allow open drain interrupt pin configuration
2026-07-17 17:47 UTC (9+ messages)
[PATCH v2] EDAC/qcom: Skip ECC interrupt setup on Shikra, pre-configured by DSF
2026-07-17 17:47 UTC (2+ messages)
[PATCH] perf build: Fix a compiler error in util/libbfd.c
2026-07-17 17:46 UTC (2+ messages)
[PATCH v4 0/2] perf trace: Refactor augmented_raw_syscalls using bpf_for
2026-07-17 17:46 UTC (2+ messages)
[PATCH v3 1/4] perf stat: Fix duplicate output with --for-each-cgroup
2026-07-17 17:46 UTC (2+ messages)
Should we consider disable generic/563 for file systems that do not support cgroup2?
2026-07-17 17:42 UTC (3+ messages)
[PATCH v3 09/11] vfio: selftests: Add mlx5 driver - HW init and command interface
2026-07-17 17:41 UTC (3+ messages)
[PATCH v4 0/7] clk: Add support for clock nexus
2026-07-17 17:41 UTC (5+ messages)
` [PATCH v4 5/7] clk: Use the generic OF phandle parsing in only one place
` [PATCH v4 7/7] clk: tests: Add Kunit testing for nexus nodes
[PATCH net 0/9] netfilter: updates for net
2026-07-17 17:41 UTC (4+ messages)
` [PATCH net 8/9] ipvs: fix more places with wrong ipv6 transport offsets
[PATCH 0/2] mmc: Add post-power-off-delay-ms support
2026-07-17 17:40 UTC (4+ messages)
` [PATCH 1/2] dt-bindings: mmc: Add post-power-off-delay-ms property
[PATCH][wrynose] poky.conf: Add newly sanity tested distros
2026-07-17 17:40 UTC (3+ messages)
[RFC] tracing: Try user copies with page faults disabled first
2026-07-17 17:37 UTC (2+ messages)
[yocto-autobuilder2][PATCH] config.py: add wrynose release to workers_prev_releases
2026-07-17 17:37 UTC
[PATCH] libsepol: Prevent OOB access of array when copying scope information
2026-07-17 17:35 UTC
[PATCH] ceph: revalidate ki_pos for O_APPEND writes after cap acquisition
2026-07-17 17:35 UTC (2+ messages)
[PATCH v2] Makefile: depend on OF_LIST dts sources for fit-dtb.blob
2026-07-17 17:34 UTC (3+ messages)
[PATCH v2 0/3] mtd: rawnand: sunxi: fix H6/H616 controller timings
2026-07-17 17:33 UTC (8+ messages)
` [PATCH v2 1/3] mtd: rawnand: sunxi: group controller delay tables
` [PATCH v2 2/3] mtd: rawnand: sunxi: describe tADL and tWHR delays
` [PATCH v2 3/3] mtd: rawnand: sunxi: fix H6/H616 controller timings
[PATCH net-next v3 0/2] Add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driver
2026-07-17 17:33 UTC (5+ messages)
` [PATCH net-next v3 1/2] dt-bindings: net: add DAPU Telecom DAP8211R(I) PHY binding
` [PATCH net-next v3 2/2] net: phy: add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driver
[PATCH] lib/igt_eld: Poll for async HDA codec probe in eld_is_supported()
2026-07-17 17:33 UTC (2+ messages)
` ✓ Xe.CI.FULL: success for "
[PATCH] tracing: Fix context switch counter truncation
2026-07-17 17:32 UTC
[PATCH v5 0/2] fixup handling of timeouts with deferred QCs
2026-07-17 17:32 UTC (2+ messages)
[PATCH] cifs/002: check nlink returned by fstat()
2026-07-17 17:32 UTC (4+ messages)
[PATCH 6.6.y 0/6] cBPF JIT spray hardening
2026-07-17 17:31 UTC (3+ messages)
` [PATCH 6.6.y 6/6] bpf: Prefer dirty packs for eBPF allocations
[PATCH RFC net-next 0/6] skb extension for BPF metadata
2026-07-17 17:30 UTC (6+ messages)
` [PATCH RFC net-next 3/6] bpf: Allow skb extensions to survive packet scrubbing
[PATCH v5 0/2] bpf, sockmap: handle spurious tcp_msg_wait_data() wakeup
2026-07-17 17:29 UTC (3+ messages)
` [PATCH v5 2/2] selftest/bpf: added selftest sockmap_basic/sockmap recvfrom eagain
[PATCH 6.12.y 5/9] af_unix/scm: fix whitespace errors
2026-07-17 17:29 UTC
[PATCH] mm/folio-compat: Drop superfluous return statements in void compat wrappers
2026-07-17 17:29 UTC (2+ messages)
[PATCH] lockd: fix NULL dereference on lockowner allocation failure
2026-07-17 17:28 UTC
[PATCH v3 0/2] promote mapped executable folios after first usage for MGLRU
2026-07-17 17:27 UTC (2+ messages)
[PATCH v2 0/3] mm/mseal: further cleanups
2026-07-17 17:27 UTC (3+ messages)
` [PATCH v2 2/3] mm/mseal: limit scope of mseal address zero to address zero
` [PATCH v2 3/3] mm/mseal: remove further superfluous comments, do_mseal()
[PATCH] policycoreutils/secon: ensure that range_bg is not left NULL
2026-07-17 17:27 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.