messages from 2026-07-13 13:21:37 to 2026-07-13 16:24:49 UTC [more...]
[PATCH 1/4] python3-cryptography: set CVE_PRODUCT
2026-07-13 16:24 UTC (3+ messages)
` [PATCH 2/4] python3-ply: set CVE_PRODUCT and CVE_STATUS for CVE-2025-56005 as disputed
` [OE-core] "
[PATCH] hw/usb/hcd-ohci: Make sure that ohci_service_ed_list() cannot loop forever
2026-07-13 16:23 UTC (2+ messages)
[meta-multimedia][PATCH] libcamera: add libdrm dependency
2026-07-13 16:23 UTC (3+ messages)
` [oe] "
[PATCHSET v5 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
2026-07-13 16:17 UTC (11+ messages)
` [PATCH 01/10] sched: Add helper to block retained proxy donors
` [PATCH 02/10] sched_ext: Block proxy donors across scheduler transitions
` [PATCH 03/10] sched_ext: Fix ops.running/stopping() pairing for proxy-exec donors
` [PATCH 04/10] sched_ext: Split curr|donor references properly
` [PATCH 05/10] sched_ext: Fix TOCTOU race in consume_remote_task()
` [PATCH 06/10] sched_ext: Handle blocked donor migration with proxy execution
` [PATCH 07/10] sched_ext: Delegate proxy donor admission to BPF schedulers
` [PATCH 08/10] sched_ext: Add selftest for blocked donor admission
` [PATCH 09/10] sched_ext: scx_qmap: Add proxy execution support
` [PATCH 10/10] sched: Allow enabling proxy exec with sched_ext
[PATCH v1] uftrace: riscv privilege level
2026-07-13 16:21 UTC (3+ messages)
[PATCH v6 0/7] Qualcomm Sahara protocol enhancements
2026-07-13 16:19 UTC (5+ messages)
` [PATCH v6 4/7] bus: mhi: Add QDU100 Sahara variant and firmware fallback
[PATCH v4 0/3] Rework FIXMEs and fprintfs in hcd-xhci.c
2026-07-13 16:18 UTC (5+ messages)
` [PATCH v4 1/3] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
` [PATCH v4 2/3] hw/usb/hcd-xhci: Remove the FIXME macro
` [PATCH v4 3/3] hw/usb/hcd-xhci: Use qemu_log_mask() instead of fprintf() statement
[PATCH nf] netfilter: ipset: skip extension destroy on hash resize replay
2026-07-13 16:18 UTC (3+ messages)
[PATCH] drm/virtio: Don't detach GEM from a non-created context
2026-07-13 16:18 UTC (2+ messages)
[PATCH nf-next v2] netfilter: ipset: skip extension destroy on hash resize replay
2026-07-13 16:15 UTC
[PATCH libevl] tests: skip clock-timer-periodic on virtual targets
2026-07-13 16:17 UTC
[PATCH ath-next 0/2] wifi: ath: Correctly copy the hint BSSID in WMI scan request
2026-07-13 16:15 UTC (3+ messages)
` [PATCH ath-next 1/2] wifi: ath12k: "
` [PATCH ath-next 2/2] wifi: ath11k: "
[PATCH nf-next 1/2] netfilter: conntrack_helper: pass master conntrack to helper functions
2026-07-13 16:06 UTC (2+ messages)
` [PATCH nf-next 2/2] netfilter: nf_conntrack_expect: store event cache in expectation
[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
2026-07-13 16:04 UTC (46+ messages)
` [RFC PATCH 01/34] ARM: mm: make nommu pgd_t a scalar
` [RFC PATCH 02/34] ARM: mm: make 2-level "
` [RFC PATCH 03/34] ARM: mm: remove custom pgdp_get()
` [RFC PATCH 04/34] LoongArch: mm: define pud_leaf() only when PUD exists
` [RFC PATCH 05/34] MIPS: "
` [RFC PATCH 06/34] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [RFC PATCH 07/34] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [RFC PATCH 08/34] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [RFC PATCH 09/34] riscv: "
` [RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [RFC PATCH 11/34] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [RFC PATCH 12/34] arm64: mm: use proper set_pXd() for generic compile-time folded patable in kasan_early_init()
` [RFC PATCH 13/34] arm64: mm: define pud_set_huge() when __PGTABLE_PMD_FOLDED not defined
` [RFC PATCH 14/34] csky: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 15/34] mips: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault path
` [RFC PATCH 16/34] nios2: "
` [RFC PATCH 17/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 18/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in setup_vm_final()
` [RFC PATCH 19/34] x86: power: use proper set_pXd() for generic compile-time folded patable in resume_one_md_table_init()
` [RFC PATCH 20/34] x86: kexec: use proper set_pXd() for generic compile-time folded patable in machine_kexec_page_table_set_one()
` [RFC PATCH 21/34] x86: platform: use proper set_pXd() for generic compile-time folded patable in setup_olpc_ofw_pgd()
` [RFC PATCH 22/34] x86: mm: use proper set_pXd() for generic compile-time folded patable in one_md_table_init()
` [RFC PATCH 23/34] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [RFC PATCH 24/34] x86: mm: call try_to_free_pmd_page() when CONFIG_PGTABLE_LEVELS > 2
` [RFC PATCH 25/34] x86: mm: remove usage of pgd_page_vaddr() for CONFIG_x86_PAE
` [RFC PATCH 26/34] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [RFC PATCH 27/34] m68k: mm: remove usage of pgd_page_vaddr() for CONFIG_PGTABLE_LEVELS=3
` [RFC PATCH 28/34] arm: mm: use proper pgtable APIs for generic compile-time folded patable in kasan_init()
` [RFC PATCH 29/34] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud
` [RFC PATCH 30/34] mm/pgtable: disallow calling folded (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable
` [RFC PATCH 31/34] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [RFC PATCH 32/34] openrisc/pgtable: drop __pmd_offset()
` [RFC PATCH 33/34] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [RFC PATCH 34/34] arm64: pgtable: convert pte_present() from macro to static inline
[PATCH v4 0/2] rust: drm: gpuvm: implement Send and Sync for refcounted handles
2026-07-13 16:00 UTC (2+ messages)
[PATCH RFC 0/3] RFC: Fixing rust segfault (#16058) to support Ubuntu 26.04 on Scarthgap
2026-07-13 16:00 UTC (8+ messages)
` [OE-core] "
[PATCH net v2] nfc: llcp: reject PDUs shorter than the LLCP header
2026-07-13 15:58 UTC
[PATCH v2 0/5] binfmt_misc: bpf-backed binary type handlers
2026-07-13 15:57 UTC (6+ messages)
[PATCH v4 0/5] block: use integrity interval instead of sector as seed
2026-07-13 15:50 UTC (3+ messages)
[PATCH] tests/functional/riscv64: sifive_u: Fix kernel command line
2026-07-13 15:48 UTC (2+ messages)
[PATCH v3 14/24] binfmt_misc: rename load_binfmt_misc() to current_binfmt_misc()
2026-07-13 15:46 UTC
[PATCH v7 0/4] driver core: unify the release path for dynamically allocated platform devices
2026-07-13 15:37 UTC (6+ messages)
` [PATCH v7 1/4] platform/surface: gpe: use platform_device_register_full()
` [PATCH v7 2/4] drm/xe/i2c: use device_create_managed_software_node()
` [PATCH v7 3/4] driver core: platform: unify release path
` [PATCH v7 4/4] driver core: platform: tests: add test cases for correct swnode removal
[PATCH v3 13/24] binfmt_misc: factor out the entry matching
2026-07-13 15:37 UTC
[PATCH v2] rust: drm: fix GEM object pointer safety docs
2026-07-13 15:35 UTC (2+ messages)
pull-request: ath-current-20260713
2026-07-13 15:35 UTC
[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
2026-07-13 15:34 UTC (3+ messages)
[PATCH net] nfc: llcp: bound the remaining LLCP TLV parsers to their buffers
2026-07-13 15:34 UTC (4+ messages)
[PATCH] afs: Fix afs_edit_dir_remove() to get, not find, block 0
2026-07-13 15:22 UTC
[PATCHSET v2] sched/psi: Fix psimon fork deadlock and rtpoll_timer UAF
2026-07-13 15:19 UTC (10+ messages)
` [PATCH 1/2] sched/psi: Create the psimon kthread outside of cgroup_mutex
` [PATCH 2/2] sched/psi: Shut down rtpoll_timer in psi_cgroup_free()
Refcounting dma_resv and using that for drm_exec support in TTM
2026-07-13 15:15 UTC (21+ messages)
` [PATCH 01/12] dma-buf: Add reference counting to dma_resv
` [PATCH 04/12] drm/ttm: Switch LRU cursor to track dma_resv instead of buffer objects
` [PATCH 09/12] drm/ttm: nuke buffer refcounting
` [PATCH 10/12] drm/exec: add drm_exec_lock_resv function
[PATCH v3 1/3] platform/x86: asus-wireless: Check ACPI_COMPANION() against NULL
2026-07-13 15:14 UTC (3+ messages)
` [PATCH v3 2/3] platform/x86: topstar-laptop: "
` [PATCH v3 3/3] platform/x86: hsmp: "
[PATCH] powerpc/ps3: Fix map failure path in dma_ioc0_map_pages()
2026-07-13 15:08 UTC (3+ messages)
[PATCH v3 11/24] binfmt_misc: use print_hex_dump_debug() for the register debug output
2026-07-13 15:08 UTC
[PATCH v9 00/14] firmware: qcom: Add OP-TEE PAS service support
2026-07-13 15:06 UTC (2+ messages)
` (subset) "
[PATCH v2 0/3] pinctrl: mediatek: Add MT6858 support
2026-07-13 15:06 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: pinctrl: mediatek: Add MT6858
` [PATCH v2 2/3] pinctrl: mediatek: Add driver for MT6858
` [PATCH v2 3/3] arm64: dts: mediatek: mt6858: Add pinmux macro header file
[PATCH 0/2] riscv: dts: spacemit: k3: Add USB/PCIe devices
2026-07-13 15:04 UTC (5+ messages)
` [PATCH 2/2] riscv: dts: spacemit: k3: Add PCIe device node
[AUH] pkgconf: upgrading to 3.0.1 SUCCEEDED
2026-07-13 15:00 UTC
[PATCH 1/2] wifi: ath11k: implement custom wake_tx_queue with flow control
2026-07-13 15:01 UTC (2+ messages)
[PATCH] memory-control: fix build failure on non-systemd distros
2026-07-13 15:01 UTC
[PATCH 00/13 RFC net-next] Allow compiling an IPv6-only kernel network stack
2026-07-13 14:57 UTC (6+ messages)
` [PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
[PATCH 0/3] Add UFS Host driver support for SpacemiT K3 SoC
2026-07-13 14:56 UTC (4+ messages)
[PATCH net-next v2] mptcp: sockopt: implement IPV6_TCLASS
2026-07-13 14:53 UTC (2+ messages)
[PATCH] xfs: don't hold buffer locks across sync transaction commit in xfs_sync_sb_buf
2026-07-13 14:50 UTC
[RFC PATCH 0/4] rust: usb: add usb request block abstractions and a user
2026-07-13 14:44 UTC (7+ messages)
` [RFC PATCH 2/4] rust: usb: add usb host interface and endpoint abstractions
` [RFC PATCH 4/4] media: add gv-usb2 audio capture driver
[PATCH 1/3] drm/amd/pm/si: Don't schedule thermal work when queue isn't initialized
2026-07-13 14:39 UTC (4+ messages)
[PATCH v2 0/3] drm/virtio: introduce F_BLOB_ALIGNMENT support
2026-07-13 14:34 UTC (6+ messages)
` [PATCH v2 2/3] drm/virtio: honor blob_alignment requirements
[PATCH v3 02/12] LoongArch: Mark special sections for KLP support
2026-07-13 14:33 UTC (2+ messages)
[PATCH v1 0/9] Support Clang context analysis for ext2
2026-07-13 14:32 UTC (3+ messages)
` [PATCH v1 1/9] ext2: fix ext2_xattr_delete_inode() context analysis warning
[PATCH v3 10/24] binfmt_misc: remove the VERBOSE_STATUS toggle
2026-07-13 14:32 UTC
xfsprogs_6.13.0-2+deb13u1_source.changes ACCEPTED into proposed-updates
2026-07-13 14:32 UTC
[PATCH v12 0/2] Lenovo Yoga Book 9 keyboard dock detection
2026-07-13 14:31 UTC (3+ messages)
` [PATCH v12 1/2] platform/x86/lenovo: lenovo-ymc: Suppress probe on Yoga Book 9 14IAH10
` [PATCH v12 2/2] platform/x86/lenovo: Add Yoga Book 9 keyboard dock detection driver
should "DISTRO_FEATURES_OVERRIDES" be in the variables glossary?
2026-07-13 14:27 UTC
[PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry
2026-07-13 14:27 UTC
[PATCH ipset 0/7] test updates
2026-07-13 14:25 UTC (4+ messages)
[PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
2026-07-13 14:20 UTC
[PATCH] drm/amd/display: Shorten KUnit exported symbol names
2026-07-13 14:20 UTC (2+ messages)
[PATCH nf,v3] netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()
2026-07-13 14:19 UTC
[PATCH net-next] mptcp: sockopt: implement IPV6_TCLASS
2026-07-13 14:17 UTC (4+ messages)
[PATCH drm-amd] drm/amd/display: dce100: skip non-DP stream encoders for DP MST
2026-07-13 14:17 UTC (2+ messages)
[PATCH v3 0/5] drivers: Improve memory management for large object allocations when i915/shmem is used with iommu
2026-07-13 14:14 UTC (2+ messages)
` ✗ i915.CI.Full: failure for "
[PATCH v2 0/2] fuse: allow FUSE_SYNCFS for privileged userspace servers
2026-07-13 14:12 UTC (2+ messages)
[PATCH 1/3] drm/amdgpu/ttm: Consider concurrent VM flushes for buffer entities
2026-07-13 14:09 UTC (2+ messages)
[PATCH] checkpolicy: fix double free of fstype in define_genfs_context_helper
2026-07-13 14:05 UTC (2+ messages)
[PATCH v3 0/3] wifi: carl9170: firmware trust boundary hardening
2026-07-13 14:05 UTC (2+ messages)
[PATCH v3 0/3] wifi: ath6kl: firmware trust boundary hardening
2026-07-13 14:05 UTC (2+ messages)
` (subset) "
[PATCH wireless v4 3/3] wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler
2026-07-13 14:05 UTC (2+ messages)
[PATCH v5] wifi: ath6kl: fix OOB access from firmware ADDBA window size
2026-07-13 14:05 UTC (2+ messages)
[PATCH v2] ath12k: fix NULL pointer dereference in rhash table destroy
2026-07-13 14:05 UTC (2+ messages)
[PATCH ath-current] wifi: ath12k: Fix low MLO RX throughput on WCN7850
2026-07-13 14:05 UTC (2+ messages)
[PATCH v2] powerpc/ps3: Remove unused struct table in setup_areas()
2026-07-13 14:03 UTC (2+ messages)
[PATCH v2 0/3] SM8450 QoL changes (dispcc)
2026-07-13 14:05 UTC (4+ messages)
` [PATCH v2 2/3] clk: qcom: dispcc-sm8450: Migrate to qcom_cc_driver_data
[PATCH v3] hardening: Default randstruct off with rust for better allmodconfig support
2026-07-13 14:02 UTC (5+ messages)
[PATCH v1] gdbus: Skip BLE random-address devices and remove broad match rule
2026-07-13 14:00 UTC (4+ messages)
[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
2026-07-13 14:00 UTC (3+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep
[PATCH] drm/amd/display: Set native cursor mode for disabled CRTCs
2026-07-13 13:58 UTC (2+ messages)
[PATCH v2 00/11] Enable CMRR in fixed-RR VRR path
2026-07-13 13:57 UTC (4+ messages)
` [PATCH v2 02/11] drm/i915/vrr: compute CMRR fractional timings generically
[PATCH] drm/amd/pm/ci: Don't disable MCLK DPM on Bonaire 0x6658 (R7 260X)
2026-07-13 13:57 UTC (2+ messages)
[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
2026-07-13 13:56 UTC (10+ messages)
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
[PATCH libnflog] utils: add minimal nfnlog test case
2026-07-13 13:55 UTC
[PATCH v2] drm/amd/display: fix __udivdi3 link error
2026-07-13 13:54 UTC (2+ messages)
[PATCH v3 0/3] LoongArch: add KHO support and selftests
2026-07-13 13:53 UTC (3+ messages)
` [PATCH v3 1/3] LoongArch: kexec: add KHO support for FDT-based
[PATCH 1/2] drm/amdgpu: Print vmid, pasid and more task info in devcoredump
2026-07-13 13:53 UTC (3+ messages)
[PATCH 0/8] ACPI: LoongArch: Add IOVT table support
2026-07-13 13:40 UTC (3+ messages)
b4 review animates scrolling slowly
2026-07-13 13:39 UTC
[PATCH v2 0/3] powerpc/crash: protect kdump from active watchdogs
2026-07-13 13:37 UTC (4+ messages)
` [PATCH v2 3/3] powerpc/crash: stop watchdogs before booting kdump kernel
[PATCH v2] generic/795: add unaligned boundary test cases for WRITE_ZEROES
2026-07-13 13:34 UTC (5+ messages)
[PATCH] drm/amd/pm: add jpeg/vcn busy to smu_v15_0_8 gpu metrics
2026-07-13 13:33 UTC (2+ messages)
[PATCH 1/2] drm/amd/display: Shorten name of FRL polling workqueue
2026-07-13 13:33 UTC (3+ messages)
[PATCH v2 0/4] xfs: consolidate metadir creation code
2026-07-13 13:32 UTC (5+ messages)
` [PATCH v2 1/4] xfs: add xfs_metadir_create_file helper
` [PATCH v2 4/4] xfs: mark internal metadir file creation helpers static
[PATCH] hte: Remove redundant dev_err()
2026-07-13 13:29 UTC
[PATCH] xfs: restore nofs context unconditionally in xfs_trans_roll
2026-07-13 13:28 UTC (4+ messages)
[PATCH v2] drm/amdgpu: Update message IDs to PMFW to correctly gather GFXOFF residency logs
2026-07-13 13:26 UTC
[PATCH 0/2] devtool: fix finish for recipes using AUTOREV
2026-07-13 13:22 UTC (3+ messages)
` [PATCH 2/2] oeqa/selftest/devtool: add test for finishing a recipe "
` [OE-core] "
[PATCH net-next v13 00/10] net: stmmac: qcom-ethqos: add support for SCMI power domains
2026-07-13 13:20 UTC (4+ messages)
` [PATCH net-next v13 08/10] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v13 09/10] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v13 10/10] net: stmmac: qcom-ethqos: add support for sa8255p
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.