messages from 2026-02-24 21:45:30 to 2026-02-24 22:49:11 UTC [more...]
[PATCH bpf-next v2] selftests/bpf: Fix flakiness of task_local_storage/sys_enter_exit
2026-02-24 22:49 UTC (3+ messages)
[PATCH v3 0/4] iio: gyro: mpu3050: Multiple bug fixes
2026-02-24 22:48 UTC (5+ messages)
` [PATCH v3 1/4] iio: gyro: mpu3050: Fix incorrect free_irq() variable
` [PATCH v3 2/4] iio: gyro: mpu3050: Fix irq resource leak
` [PATCH v3 3/4] iio: gyro: mpu3050: Move iio_device_register() to correct location
` [PATCH v3 4/4] iio: gyro: mpu3050: Fix out-of-sequence free_irq()
[PATCH wotmate] gpg_run_command: Set output charset to utf-8
2026-02-24 22:48 UTC (2+ messages)
[PATCH v8 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
2026-02-24 22:47 UTC (24+ messages)
` [EXT] "
[PATCH net-next 0/2] Add selftests helper to get N unique ports
2026-02-24 22:46 UTC (3+ messages)
` [PATCH net-next 1/2] selftests: net: py: Add rand_ports helper method
` [PATCH net-next 2/2] selftests: drv-net: rss: Generate unique ports for RSS context tests
[PATCH] kunit: irq: Ensure timer doesn't fire too frequently
2026-02-24 22:46 UTC (2+ messages)
[PATCH v2 0/5] DRV260x: Support ACPI-enumerated devices
2026-02-24 22:45 UTC (5+ messages)
` [PATCH v2 4/5] input: drv260x: Fix unbalanced regulator_disable() call
[PATCH 0/2] fast-import: add mode to re-sign invalid commit signatures
2026-02-24 22:45 UTC (3+ messages)
[meta-arago][master][PATCH] iperf: Remove old recipe
2026-02-24 22:44 UTC (2+ messages)
[RFC PATCH v3 1/5] rtc: add device selector for rtc_class_ops callbacks
2026-02-24 22:44 UTC (13+ messages)
Feature that allows the user to merge only specific files/folders from another branch
2026-02-24 22:44 UTC (3+ messages)
[PATCH v2] HID: playstation: Center initial joystick axes to prevent spurious events
2026-02-24 22:44 UTC (3+ messages)
[PATCH] kcsan: test: Adjust "expect" allocation type for kmalloc_obj
2026-02-24 22:43 UTC (6+ messages)
[PATCH 0/2] add driver for max16150
2026-02-24 22:42 UTC (3+ messages)
` [PATCH 2/2] input: misc: "
[RFC] Support UTF-8 characters in Git alias names
2026-02-24 22:41 UTC (6+ messages)
` [PATCH v7 0/4] support UTF-8 in "
` [PATCH v7 1/4] help: use list_aliases() for alias listing
[PATCH v3] drm/xe: restrict multi-lrc to VCS/VECS engines
2026-02-24 22:40 UTC (4+ messages)
[PATCH v11 0/4] Rust GPU buddy allocator bindings
2026-02-24 22:40 UTC (5+ messages)
` [reference PATCH v11 1/4] gpu: Move DRM buddy allocator one level up (part one)
` [reference PATCH v11 2/4] gpu: Move DRM buddy allocator one level up (part two)
` [reference PATCH v11 3/4] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v11 4/4] rust: gpu: Add GPU buddy allocator bindings
[PATCH v11 0/2] rust: clist patches for nova-core memory management
2026-02-24 22:39 UTC (5+ messages)
` [PATCH v11 1/2] rust: ffi: Convert pub use to pub mod and create ffi module
` [PATCH v11 2/2] rust: clist: Add support to interface with C linked lists
` ✗ CI.checkpatch: warning for rust: clist patches for nova-core memory management
` ✓ CI.KUnit: success "
[PATCH 00/31] Nested SVM fixes, cleanups, and hardening
2026-02-24 22:37 UTC (33+ messages)
` [PATCH v6 01/31] KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
` [PATCH v6 02/31] KVM: SVM: Switch svm_copy_lbrs() to a macro
` [PATCH v6 03/31] KVM: SVM: Add missing save/restore handling of LBR MSRs
` [PATCH v6 04/31] KVM: selftests: Add a test for LBR save/restore (ft. nested)
` [PATCH v6 05/31] KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
` [PATCH v6 06/31] KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
` [PATCH v6 07/31] KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as "
` [PATCH v6 08/31] KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
` [PATCH v6 09/31] KVM: nSVM: Triple fault if restore host CR3 "
` [PATCH v6 10/31] KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
` [PATCH v6 11/31] KVM: nSVM: Call enter_guest_mode() before switching to VMCB02
` [PATCH v6 12/31] KVM: nSVM: Make nested_svm_merge_msrpm() return an errno
` [PATCH v6 13/31] KVM: nSVM: Call nested_svm_merge_msrpm() from enter_svm_guest_mode()
` [PATCH v6 14/31] KVM: nSVM: Call nested_svm_init_mmu_context() before switching to VMCB02
` [PATCH v6 15/31] KVM: nSVM: Refactor minimal #VMEXIT handling out of nested_svm_vmexit()
` [PATCH v6 16/31] KVM: nSVM: Unify handling of VMRUN failures with proper cleanup
` [PATCH v6 17/31] KVM: nSVM: Clear EVENTINJ field in VMCB12 on nested #VMEXIT
` [PATCH v6 18/31] KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
` [PATCH v6 19/31] KVM: nSVM: Add missing consistency check for nCR3 validity
` [PATCH v6 20/31] KVM: nSVM: Add missing consistency check for hCR0.PG and NP_ENABLE
` [PATCH v6 21/31] KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
` [PATCH v6 22/31] KVM: nSVM: Add missing consistency check for EVENTINJ
` [PATCH v6 23/31] KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
` [PATCH v6 24/31] KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
` [PATCH v6 25/31] KVM: nSVM: Cache all used fields from VMCB12
` [PATCH v6 26/31] KVM: nSVM: Restrict mapping VMCB12 on nested VMRUN
` [PATCH v6 27/31] KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12
` [PATCH v6 28/31] KVM: nSVM: Sanitize TLB_CONTROL field when copying "
` [PATCH v6 29/31] KVM: nSVM: Sanitize INT/EVENTINJ fields "
` [PATCH v6 30/31] KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctl
` [PATCH v6 31/31] KVM: selftest: Add a selftest for VMRUN/#VMEXIT with unmappable vmcb12
[PATCH v2 0/2] input: add GPIO-based charlieplex keypad
2026-02-24 22:36 UTC (9+ messages)
` [PATCH v2 1/2] dt-bindings: input: add GPIO "
[PATCH v7 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
2026-02-24 22:35 UTC (9+ messages)
` [PATCH v7 2/3] KVM: selftests: Refactor UAPI tests into dedicated function
` [PATCH v7 3/3] RISC-V: KVM: selftests: Add RISC-V SBI STA shmem alignment tests
[meta-arago][master][PATCH] arago.conf: Remove duplicate include for yocto-space-optimize.inc
2026-02-24 22:34 UTC (3+ messages)
[RFC PATCH 0/2] dma: DMA slave device bringup tool
2026-02-24 22:34 UTC (2+ messages)
[PATCH i-g-t v2 0/2] tool/intel_hdcp: Fix flickering and show actual HDCP status
2026-02-24 22:31 UTC (6+ messages)
` [PATCH i-g-t v2 1/2] tool/intel_hdcp: Show "
[PATCH] fsck: do not loop infinitely when processing packs
2026-02-24 22:32 UTC (4+ messages)
[PATCH rdma-next 00/50] RDMA: Ensure CQ UMEMs are managed by ib_core
2026-02-24 22:30 UTC (3+ messages)
` [PATCH rdma-next 25/50] RDMA/mana: Provide a modern CQ creation interface
` [EXTERNAL] "
[PATCH] block: simplify blk_mq_finish_request()
2026-02-24 22:30 UTC (3+ messages)
[PATCH] libceph: Use u32 for non-negative values in ceph_monmap_decode()
2026-02-24 22:29 UTC (4+ messages)
[PATCH] coresight: cti: Move resource release to cti_remove()
2026-02-24 22:27 UTC (2+ messages)
[Intel-wired-lan] [PATCH 0/5] PCI / igc: Improvements related to PTM enabling
2026-02-24 22:28 UTC (4+ messages)
` [Intel-wired-lan] [PATCH 4/5] PCI/PTM: Drop granularity parameter from pci_enable_ptm()
[PATCH] phy: core: fix potential UAF in of_phy_simple_xlate()
2026-02-24 20:38 UTC (8+ messages)
[PATCH v3 00/15] Further centralising of directory locking for name ops
2026-02-24 22:17 UTC (16+ messages)
` [PATCH v3 01/15] VFS: note error returns in documentation for various lookup functions
` [PATCH v3 02/15] fs/proc: Don't lock root inode when creating "self" and "thread-self"
` [PATCH v3 03/15] VFS: move the start_dirop() kerndoc comment to before start_dirop()
` [PATCH v3 04/15] libfs: change simple_done_creating() to use end_creating()
` [PATCH v3 05/15] Apparmor: Use simple_start_creating() / simple_done_creating()
` [PATCH v3 06/15] selinux: "
` [PATCH v3 07/15] nfsd: switch purge_old() to use start_removing_noperm()
` [PATCH v3 08/15] VFS: make lookup_one_qstr_excl() static
` [PATCH v3 09/15] ovl: Simplify ovl_lookup_real_one()
` [PATCH v3 10/15] cachefiles: change cachefiles_bury_object to use start_renaming_dentry()
` [PATCH v3 11/15] ovl: pass name buffer to ovl_start_creating_temp()
` [PATCH v3 12/15] ovl: change ovl_create_real() to get a new lock when re-opening created file
` [PATCH v3 13/15] ovl: use is_subdir() for testing if one thing is a subdir of another
` [PATCH v3 14/15] ovl: remove ovl_lock_rename_workdir()
` [PATCH v3 15/15] VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()
[PATCH RESEND v10 2/2] dmaengine: dw-edma: Add non-LL mode
2026-02-24 22:27 UTC (11+ messages)
[RFE] xfs_growfs: option to clamp growth to an AG boundary
2026-02-24 22:25 UTC (7+ messages)
[PATCH v2 1/1] btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create
2026-02-24 22:25 UTC
[PATCH net] net: fs_enet: add missing kfree in _remove
2026-02-24 22:24 UTC (3+ messages)
[PATCH v3 0/2] Workaround cleanup & simplification
2026-02-24 22:24 UTC (3+ messages)
` ✗ Xe.CI.BAT: failure for Workaround cleanup & simplification (rev5)
[PATCH v3] Add support for OpenSSL Provider API
2026-02-24 22:23 UTC (6+ messages)
Writing more than 4096 bytes with O_SYNC flag does not persist all previously written data if system crashes
2026-02-24 22:23 UTC (3+ messages)
[android-common:android17-6.18 64/64] sha256.c:undefined reference to `fips140_lib_funcs_loaded'
2026-02-24 22:21 UTC
[PATCH] send-email: validate charset name in 8bit encoding prompt
2026-02-24 22:20 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/2] btrfs: remove compressed_bio::compressed_len
2026-02-24 22:21 UTC (4+ messages)
` [PATCH 1/2] btrfs: introduce a common helper to calculate the size of a bio
[PATCH v28 2/2] status: add status.compareBranches config for multiple branch comparisons
2026-02-24 22:21 UTC (5+ messages)
[PATCH][next] Bluetooth: hci.h: Avoid a couple -Wflex-array-member-not-at-end warnings
2026-02-24 22:20 UTC (2+ messages)
` [next] "
[PATCH v1 00/11] io_uring: add kernel-managed buffer rings
2026-02-24 22:19 UTC (14+ messages)
` [PATCH v1 03/11] io_uring/kbuf: add support for "
[PATCH i-g-t 0/5] Add support for xe3p and prefetch fault test
2026-02-24 22:19 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH] dmaengine: tegra: Fix burst size calculation
2026-02-24 22:18 UTC (2+ messages)
[7.0-rc1] codetag: kernel warning "alloc_tag was not set" during boot
2026-02-24 22:18 UTC (9+ messages)
Missing cover letter
2026-02-24 22:16 UTC (2+ messages)
[PATCH 1/1] mm/slab: mark alloc tags empty for sheafs allocated with __GFP_NO_OBJ_EXT
2026-02-24 22:16 UTC (4+ messages)
[PATCH v7 0/3] kNFSD Signed Filehandles
2026-02-24 22:14 UTC (2+ messages)
[PATCH 0/5] support batched checking of the young flag for MGLRU
2026-02-24 22:12 UTC (5+ messages)
` [PATCH 3/5] mm: add a batched helper to clear the young flag for large folios
` [PATCH 4/5] mm: support batched checking of the young flag for MGLRU
[PATCH] drm/client: Do not destroy NULL modes
2026-02-24 22:12 UTC
[PATCH RESEND v2] Make edit_in_editor use temporary file in Git repository
2026-02-24 22:12 UTC (4+ messages)
[PATCH v1 0/6] Introduce Xe PCIe FLR
2026-02-24 22:11 UTC (3+ messages)
` [PATCH v1 5/6] drm/xe/bo_evict: Introduce xe_bo_restore_map()
[drm-misc:for-linux-next 1/1] drivers/infiniband/core/uverbs_std_types_dmabuf.c:170:3: error: implicit declaration of function 'dma_buf_move_notify'; did you mean 'dma_buf_free_sgt'?
2026-02-24 22:10 UTC
[PATCH v2 1/1] mm/slab: mark alloc tags empty for sheafs allocated with __GFP_NO_OBJ_EXT
2026-02-24 22:11 UTC
[android-common:android17-6.18 64/64] kernel/events/ring_buffer.c:932:6: warning: unused variable 'metadata_pages'
2026-02-24 22:11 UTC
[PATCH] arm64: bpf: Fix UBSAN misaligned access in BPF JIT
2026-02-24 22:11 UTC (2+ messages)
[PATCH v20 net] net: pppoe: avoid zero-length arrays in struct pppoe_hdr
2026-02-24 22:09 UTC (2+ messages)
[RFC RFC PATCH] builtin/repo.c: change info default behavior to show all fields
2026-02-24 22:08 UTC (2+ messages)
[PATCH bpf-next v4 4/7] bpf: Add KF_FORBID_SLEEP modifier for KF_ACQUIRE kfuncs
2026-02-24 22:06 UTC (2+ messages)
[PATCH] btrfs: do compressed bio size roundup and zeroing in one go
2026-02-24 22:05 UTC (3+ messages)
[PATCH v2] vpci/msix: check for BARs enabled in vpci_make_msix_hole
2026-02-24 22:04 UTC (5+ messages)
[PATCH v6 0/3] Adding brcmstb-hwspinlock support
2026-02-24 22:04 UTC (4+ messages)
` [PATCH v6 1/3] dt-bindings: hwlock: "
` [PATCH v6 2/3] hwspinlock: brcmstb hardware semaphore support
` [PATCH v6 3/3] MAINTAINERS: adding entry for BRCMSTB HWSPINLOCK driver
[PATCH v2 0/4] fbdev: defio: Protect against device/module removal
2026-02-24 22:02 UTC (2+ messages)
[PATCH next] crypto: qat - replace avg_array() with a better function
2026-02-24 22:01 UTC (3+ messages)
[moderation/CI] Re: mm/slab: mark alloc tags empty for sheafs allocated with __GFP_NO_OBJ_EXT
2026-02-24 22:01 UTC
[PATCH 6/8] dmaengine: tegra: Use iommu-map for stream ID
2026-02-24 21:59 UTC (3+ messages)
[PATCH 0/2] Misc fix for xe_guc_ct.c
2026-02-24 21:59 UTC (2+ messages)
` ✓ Xe.CI.BAT: success for Misc fix for xe_guc_ct.c (rev2)
[RFC PATCH v2 00/11] NFS/NFSD: nfs4_acl passthru for NFSv4 reexport
2026-02-24 21:58 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/safeclib: fix build error with gcc 15.x
2026-02-24 21:57 UTC
[PATCH] buffer: fix kmemleak false positive in submit_bh_wbc
2026-02-24 21:57 UTC (2+ messages)
[PATCH RFC 00/15] mm, swap: swap table phase IV with dynamic ghost swapfile
2026-02-24 21:56 UTC (4+ messages)
[PATCH RFC] tick/sched: Prevent pointless NOHZ transitions
2026-02-24 21:55 UTC (5+ messages)
[PATCH v2 0/2] USB: sisusbvga: Fix integer overflow and NULL dereference
2026-02-24 21:55 UTC (3+ messages)
` [PATCH v2 1/2] USB: sisusbvga: Fix integer overflow in sisusb_clear_vram
` [PATCH v2 2/2] USB: sisusbvga: Fix NULL pointer dereference in sisusb_read_mem_bulk
Patch "printk, vt, fbcon: Remove console_conditional_schedule()" has been added to the 6.12-stable tree
2026-02-24 21:54 UTC (5+ messages)
[PATCH v4 00/16] drm/i915/display: convert a bunch of W/A checks to the new framework
2026-02-24 21:54 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/display: convert a bunch of W/A checks to the new framework (rev5)
[PATCH bpf-next v4 0/7] Introduce KF_FORBID_SLEEP modifier for acquire/release kfuncs
2026-02-24 21:52 UTC (3+ messages)
[chanwoo-extcon:extcon-testing 9/9] drivers/extcon/extcon-s2m.c:15:10: fatal error: linux/mfd/samsung/s2mu005.h: No such file or directory
2026-02-24 21:50 UTC
[PATCH v4] KVM: riscv: Skip CSR restore if VCPU is reloaded on the same core
2026-02-24 21:50 UTC (4+ messages)
zloop fixes
2026-02-24 21:50 UTC (3+ messages)
` [PATCH 1/2] zloop: advertise a volatile write cache
[PATCH 0/2] for-each-repo: work correctly in a worktree
2026-02-24 21:47 UTC (4+ messages)
` [PATCH v2 "
` [PATCH v2 2/2] "
FAILED: patch "[PATCH] ata: libata-scsi: avoid Non-NCQ command starvation" failed to apply to 5.10-stable tree
2026-02-24 21:46 UTC
FAILED: patch "[PATCH] ata: libata-scsi: avoid Non-NCQ command starvation" failed to apply to 5.15-stable tree
2026-02-24 21:46 UTC
FAILED: patch "[PATCH] ata: libata-scsi: avoid Non-NCQ command starvation" failed to apply to 6.1-stable tree
2026-02-24 21:46 UTC
FAILED: patch "[PATCH] ata: libata-scsi: refactor ata_scsi_translate()" failed to apply to 5.10-stable tree
2026-02-24 21:46 UTC
[PATCH] target/ppc/translate: Fix TCG debug assert translating CLRBWIBC
2026-02-24 21:45 UTC (3+ messages)
FAILED: patch "[PATCH] ata: libata-scsi: refactor ata_scsi_translate()" failed to apply to 5.15-stable tree
2026-02-24 21:46 UTC
[PATCH v2] btrfs: replace kcalloc() calls to kzalloc_objs()
2026-02-24 21:45 UTC
FAILED: patch "[PATCH] ext4: use optimized mballoc scanning regardless of inode" failed to apply to 5.10-stable tree
2026-02-24 21:45 UTC
FAILED: patch "[PATCH] ext4: always allocate blocks only from groups inode can use" failed to apply to 5.10-stable tree
2026-02-24 21:45 UTC
FAILED: patch "[PATCH] ext4: always allocate blocks only from groups inode can use" failed to apply to 5.15-stable tree
2026-02-24 21:45 UTC
FAILED: patch "[PATCH] ext4: always allocate blocks only from groups inode can use" failed to apply to 6.1-stable tree
2026-02-24 21:45 UTC
FAILED: patch "[PATCH] ext4: always allocate blocks only from groups inode can use" failed to apply to 6.6-stable tree
2026-02-24 21:45 UTC
FAILED: patch "[PATCH] ext4: always allocate blocks only from groups inode can use" failed to apply to 6.12-stable tree
2026-02-24 21:45 UTC
FAILED: patch "[PATCH] ext4: fix dirtyclusters double decrement on fs shutdown" failed to apply to 5.10-stable tree
2026-02-24 21:45 UTC
FAILED: patch "[PATCH] ext4: fix dirtyclusters double decrement on fs shutdown" failed to apply to 5.15-stable tree
2026-02-24 21:45 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.