All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-19 00:23:04 to 2026-06-19 01:36:28 UTC [more...]

[PATCH] rebase: mention --abort alongside --continue
 2026-06-19  1:36 UTC  (7+ messages)

[PATCH] nfsd: bound GSS session fore-channel slots to the GSS replay window
 2026-06-19  1:35 UTC 

[PATCH i-g-t 0/5] igt: cleanups to random functions
 2026-06-19  1:34 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

8aeb879baf12 - significant system call latency regression, bisected
 2026-06-19  1:11 UTC  (10+ messages)

[PATCH blktests 0/2] nvme/060: avoid false-positive failures
 2026-06-19  1:33 UTC  (3+ messages)
` [PATCH blktests 1/2] nvme/060: suppress state file write error
` [PATCH blktests 2/2] nvme/060: suppress "nvme connect" failure for rdma transport

[PATCH v2 0/1] selftests: net: fix file owner for broadcast_ether_dst test
 2026-06-19  1:30 UTC  (2+ messages)

[PATCH net-next v1] net: wangxun: don't advertise IFF_SUPP_NOFCS
 2026-06-19  1:30 UTC  (2+ messages)

[PATCH v3 00/12] [PATCH v3 00/12] x86/resctrl: Add kernel-mode (e.g., PLZA) support to the resctrl subsystem
 2026-06-19  1:29 UTC  (4+ messages)
` [PATCH v3 08/12] fs/resctrl: Make info/kernel_mode writable and identify the bound group

[PATCH v6 0/7] timekeeping/ntp: Fix drift tracking precision
 2026-06-19  1:25 UTC  (3+ messages)
` [PATCH v6 3/7] timekeeping: Account for clocksource tick quantisation via NTP

[syzbot] [nilfs?] INFO: task hung in nilfs_segctor_thread (7)
 2026-06-19  1:24 UTC  (2+ messages)
` Forwarded: [PATCH] nilfs2: add debug instrumentation to nilfs_clean_segments

arch/arm/boot/dts/ti/omap/omap2420-h4.dtb: wdt@48022000 (ti,omap2-wdt): $nodename:0: 'wdt@48022000' does not match '^(pmic|timer|watchdog)(@.*|-([0-9]|[1-9][0-9]+))?$'
 2026-06-19  1:24 UTC 

[PATCH 1/3] tests/amdgpu: Add FRL Test Support
 2026-06-19  1:23 UTC  (2+ messages)
` ✓ i915.CI.Full: success for series starting with [1/3] "

[PATCH v2] net: macb: add TX stall timeout callback to recover from lost TSTART write
 2026-06-19  1:20 UTC  (2+ messages)

[PATCH net] gve: fix header buffer corruption with header-split and HW-GRO
 2026-06-19  1:20 UTC  (2+ messages)

[PATCH net] net: ena: clean up XDP TX queues when regular TX setup fails
 2026-06-19  1:20 UTC  (2+ messages)

[PATCH net] selftests: vlan_bridge_binding: Fix flaky operational state check
 2026-06-19  1:20 UTC  (3+ messages)

[PATCH net] net: thunderbolt: Fix frags[] overflow by bounding frame_count
 2026-06-19  1:20 UTC  (2+ messages)

[PATCH v4] flow_dissector: check device type before reading ETH_ADDRS
 2026-06-19  1:20 UTC  (2+ messages)

[PATCH net] netconsole: don't drop the last byte of a full-sized message
 2026-06-19  1:20 UTC  (2+ messages)

[PATCH] net: phy: realtek: Clear MDIO_AN_10GBT_CTRL_ADV10G bit
 2026-06-19  1:15 UTC 

[PATCH v3] net: mvneta: re-enable percpu interrupt on resume
 2026-06-19  1:15 UTC  (7+ messages)

[PATCH net V2 0/3] net/mlx5e: Fix crashes in dynamic per-channel stats and HV VHCA agent
 2026-06-19  1:14 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: slab-use-after-free Read in ntfs_set_inode (2)
 2026-06-19  1:13 UTC 

AppArmor: TCP Fast Open bypasses connect mediation (last unaddressed LSM)
 2026-06-19  1:11 UTC 

[PATCH net v3] net: pch_gbe: handle TX skb allocation failure
 2026-06-19  1:10 UTC  (2+ messages)

[PATCH net v3] octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PF
 2026-06-19  1:10 UTC  (2+ messages)

[PATCH net 0/2] devlink: Fix a couple parent ref leaks
 2026-06-19  1:10 UTC  (2+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-19  1:07 UTC  (104+ messages)
` [PATCH v8 01/46] KVM: guest_memfd: Introduce per-gmem attributes, use to guard user mappings
` [PATCH v8 02/46] KVM: Rename KVM_GENERIC_MEMORY_ATTRIBUTES to KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 03/46] KVM: Move KVM_VM_MEMORY_ATTRIBUTES config definition to x86
` [PATCH v8 04/46] KVM: Decouple kvm_has_arch_private_mem from CONFIG_KVM_VM_MEMORY_ATTRIBUTES
` [PATCH v8 05/46] KVM: Make CONFIG_KVM_VM_MEMORY_ATTRIBUTES selectable
` [PATCH v8 06/46] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
` [PATCH v8 07/46] KVM: Rename memory attribute APIs to prepare for in-place gmem conversion
` [PATCH v8 08/46] KVM: Provide generic interface for checking memory private/shared status
` [PATCH v8 09/46] KVM: guest_memfd: Introduce function to check GFN "
` [PATCH v8 10/46] KVM: guest_memfd: Wire up core private/shared attribute interfaces
` [PATCH v8 11/46] KVM: Consolidate private memory and guest_memfd ifdeffery in kvm_host.h
` [PATCH v8 12/46] KVM: guest_memfd: Only prepare folios for private pages
` [PATCH v8 13/46] KVM: guest_memfd: Add base support for KVM_SET_MEMORY_ATTRIBUTES2
` [PATCH v8 14/46] KVM: guest_memfd: Ensure pages are not in use before conversion
` [PATCH v8 15/46] KVM: guest_memfd: Call arch invalidate hooks on conversion
` [PATCH v8 16/46] KVM: guest_memfd: Return early if range already has requested attributes
` [PATCH v8 17/46] KVM: guest_memfd: Advertise KVM_SET_MEMORY_ATTRIBUTES2 ioctl
` [PATCH v8 18/46] KVM: guest_memfd: Handle lru_add fbatch refcounts during conversion safety check
` [PATCH v8 19/46] KVM: guest_memfd: Use actual size for invalidation in kvm_gmem_release()
` [PATCH v8 20/46] KVM: guest_memfd: Determine invalidation filter from memory attributes
` [PATCH v8 21/46] KVM: guest_memfd: Zero page while getting pfn
` [PATCH v8 22/46] KVM: SEV: Make 'uaddr' parameter optional for KVM_SEV_SNP_LAUNCH_UPDATE
` [PATCH v8 23/46] KVM: TDX: Make source page optional for KVM_TDX_INIT_MEM_REGION
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
` [PATCH v8 25/46] KVM: guest_memfd: Enable INIT_SHARED on guest_memfd for x86 Coco VMs
` [PATCH v8 26/46] KVM: selftests: Create gmem fd before "regular" fd when adding memslot
` [PATCH v8 27/46] KVM: selftests: Rename guest_memfd{,_offset} to gmem_{fd,offset}
` [PATCH v8 28/46] KVM: selftests: Add support for mmap() on guest_memfd in core library
` [PATCH v8 29/46] KVM: selftests: Add selftests global for guest memory attributes capability
` [PATCH v8 30/46] KVM: selftests: Add helpers for calling ioctls on guest_memfd
` [PATCH v8 31/46] KVM: selftests: Test basic single-page conversion flow
` [PATCH v8 32/46] KVM: selftests: Test conversion flow when INIT_SHARED
` [PATCH v8 33/46] KVM: selftests: Test conversion precision in guest_memfd
` [PATCH v8 34/46] KVM: selftests: Test conversion before allocation
` [PATCH v8 35/46] KVM: selftests: Convert with allocated folios in different layouts
` [PATCH v8 36/46] KVM: selftests: Test that truncation does not change shared/private status
` [PATCH v8 37/46] KVM: selftests: Test that shared/private status is consistent across processes
` [PATCH v8 38/46] KVM: selftests: Add helpers to pin pages with CONFIG_GUP_TEST
` [PATCH v8 39/46] KVM: selftests: Test conversion with elevated page refcount
` [PATCH v8 40/46] KVM: selftests: Reset shared memory after hole-punching
` [PATCH v8 41/46] KVM: selftests: Provide function to look up guest_memfd details from gpa
` [PATCH v8 42/46] KVM: selftests: Provide common function to set memory attributes
` [PATCH v8 43/46] KVM: selftests: Check fd/flags provided to mmap() when setting up memslot
` [PATCH v8 44/46] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
` [PATCH v8 45/46] KVM: selftests: Update private_mem_conversions_test to mmap() guest_memfd
` [PATCH v8 46/46] KVM: selftests: Update private memory exits test to work with per-gmem attributes

[PATCH v2 00/13] Dynamic Kernel Stacks
 2026-06-19  0:44 UTC  (12+ messages)

[PATCH bpf-next v1 0/4] Modernize resolve_btfids selftest
 2026-06-19  1:01 UTC  (7+ messages)
` [PATCH bpf-next v1 1/4] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v1 2/4] selftests/bpf: Modernize resolve_btfids test scaffolding
` [PATCH bpf-next v1 4/4] selftests/bpf: Add kfunc set test to resolve_btfids

[PATCH] x86/boot: Reject truncated acpi_rsdp= values
 2026-06-19  1:00 UTC  (9+ messages)

[PATCH net v2 0/2] dpaa2-switch: reject VLAN uppers while bridged
 2026-06-19  1:00 UTC  (2+ messages)

[PATCH net] dpaa2-switch: fix VLAN upper check not rejecting bridge join
 2026-06-19  1:00 UTC  (2+ messages)

[PATCH net] net: llc: make empty have static storage duration
 2026-06-19  1:00 UTC  (3+ messages)

[RFC PATCH] mm: Avoiding split large folios if swap has no space
 2026-06-19  0:59 UTC  (3+ messages)

[net v2] net/sched: fix partial tx_queue_len change rollback
 2026-06-19  0:59 UTC  (2+ messages)

[PATCH v5 0/1] Hardware Error handling for Crescent Island
 2026-06-19  0:58 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for Hardware Error handling for Crescent Island (rev5)

[PATCH net v2 0/2] net: ethernet: sunplus: spl2sw: fix of_node refcount leaks
 2026-06-19  0:56 UTC  (2+ messages)

[PATCH v2] mm: remove PageTransCompound()
 2026-06-19  0:55 UTC  (2+ messages)

[PATCH i-g-t v5] lib/intel_chipset: Extend intel_get_pci_device to PCI accelerator class
 2026-06-19  0:54 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for lib/intel_chipset: Extend intel_get_pci_device to PCI accelerator class (rev5)
` ✓ i915.CI.BAT: success "

[GIT PULL] KEYS: for-next-keys-7.2-rc1-2
 2026-06-19  0:51 UTC 

[PATCH net v4] virtio-net: fix len check in receive_big()
 2026-06-19  0:50 UTC  (2+ messages)

[PATCH net v2 0/2] net/sched: act_ct: preserve tc_skb_cb across defragmentation
 2026-06-19  0:50 UTC  (2+ messages)

[PATCH v2 0/1] ALSA: usb: Add support for Reloop Jockey 3 DJ controllers
 2026-06-19  0:49 UTC  (4+ messages)
` [PATCH v2 1/1] "

[GIT PULL] TPM DEVICE DRIVER: for-next-keys-7.2-rc1
 2026-06-19  0:49 UTC 

[GIT PULL] TPM DEVICE DRIVER: for-next-keys-7.2-rc1
 2026-06-19  0:48 UTC 

[GIT PULL] pmdomain updates for v7.2
 2026-06-19  0:09 UTC  (2+ messages)

[PATCH bpf v2 0/8] bpf: Fix ring buffer handling
 2026-06-19  0:45 UTC  (12+ messages)
` [PATCH bpf v2 1/8] libbpf: ringbuf: Honor zero consume bounds
` [PATCH bpf v2 2/8] libbpf: ringbuf: Prevent NULL callback crash
` [PATCH bpf v2 3/8] libbpf: ringbuf: Reject overwrite callback use
` [PATCH bpf v2 4/8] libbpf: ringbuf: Handle position counter wrap
` [PATCH bpf v2 5/8] bpf: ringbuf: Handle pending position wrap
` [PATCH bpf v2 6/8] bpf: user_ringbuf: Handle "
` [PATCH bpf v2 7/8] libbpf: ringbuf: Use compiler atomics
` [PATCH bpf v2 8/8] libbpf: ringbuf: Prevent missed wakeups

[PATCH RFC 0/3] dt-bindings: iio: adc: Add reference, excitation and burn-out properties
 2026-06-19  0:45 UTC  (6+ messages)
` [PATCH RFC 1/3] dt-bindings: iio: adc: Add reference-source property
` [PATCH RFC 2/3] dt-bindings: iio: adc: Add excitation current sources properties
` [PATCH RFC 3/3] dt-bindings: iio: adc: Add burn-out current properties

list of memory/memcpy access issues
 2026-06-19  0:44 UTC  (2+ messages)

[PATCH] Bluetooth: hci_event: Synchronously cancel timers in hci_cmd_complete_evt()
 2026-06-19  0:42 UTC 

[PATCH] x86/sgx: Periodically yield in EPC sanitization to unblock rcu_tasks GP
 2026-06-19  0:41 UTC  (2+ messages)

[PATCH v2] coredump: exit_files() in coredump_wait() if MMF_DUMP_MAPPED_SHARED is not set
 2026-06-19  0:39 UTC  (2+ messages)

regression: kernel log "flooded" with tpm tpm0: A TPM error (2306) occurred attempting to create NULL primary
 2026-06-19  0:38 UTC  (6+ messages)
      ` inherit null-key across hibernate (was: Re: regression: kernel log "flooded" with tpm tpm0: A TPM error (2306) occurred attempting to create NULL primary)

[PATCH v6 0/7] ndctl: Dynamic Capacity additions for cxl-cli
 2026-06-19  0:38 UTC  (5+ messages)

git-2.55.0-rc1 t4216 broken TAP failures on non-x86 arch
 2026-06-19  0:36 UTC  (5+ messages)

[GIT PULL for v7.2] media updates
 2026-06-19  0:35 UTC  (2+ messages)

[RFH] Why do osx CI jobs so unreliable?
 2026-06-19  0:35 UTC 

[PATCH v2 0/2] rebase: add --squash to fold a range into its first commit
 2026-06-19  0:34 UTC  (3+ messages)
` [PATCH v3 0/4] history: add squash subcommand to fold a range

Landlock: LANDLOCK_ACCESS_NET_CONNECT_TCP bypass via TCP Fast Open
 2026-06-19  0:34 UTC  (5+ messages)
  ` [RFC PATCH 1/2] landlock: fix TCP Fast Open connection bypass

[RFC] Enabling CONFIG_NTP_PPS for NOHZ by adding ntp_error to system_time_snapshot
 2026-06-19  0:33 UTC 

[PATCH RFC 0/2] RFC: erofs: memory-backed mount for non-page-aligned ranges
 2026-06-19  0:32 UTC  (2+ messages)

[RFC PATCH v1.2 00/11] mm/damon/sysfs: kobject_del() directories that users can create/remove
 2026-06-19  0:30 UTC  (2+ messages)

[PATCH] usbip: vudc: fix NULL deref in vep_dequeue()
 2026-06-19  0:28 UTC  (2+ messages)

[moderation/CI] Re: fscrypt: Remove FSCRYPT_MODE_MAX
 2026-06-19  0:27 UTC 

[PATCH bpf 0/6] libbpf: Fix ring buffer consumption
 2026-06-19  0:26 UTC  (4+ messages)
` [PATCH bpf 6/6] libbpf: ringbuf: Reject overwrite callback use

[RFC PATCH v1.2 11/11] mm/damon/sysfs-schemes: kobject_del() region for populate_region error
 2026-06-19  0:26 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: fix coding style issues in rtl8723b_cmd.c
 2026-06-19  0:25 UTC 

[kvm-unit-tests PATCH v2] arm: io: Set is_pl011_uart flag in ACPI initialization
 2026-06-19  0:25 UTC 

[RFC PATCH v1.2 09/11] mm/damon/sysfs: kobject_del() probe filter dirs
 2026-06-19  0:23 UTC  (2+ messages)

[PATCH v5 0/5] HID: asus: security fixes and more hardware support
 2026-06-19  0:23 UTC  (3+ messages)
` [PATCH v5 4/5] HID: asus: add support for xgm led


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.