messages from 2026-01-14 17:07:31 to 2026-01-16 15:01:16 UTC [more...]
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-16 15:00 UTC (29+ messages)
` [PATCH v9 01/13] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v9 01/13] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 03/13] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v9 04/13] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v9 05/13] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
[PATCH 00/23] gpiolib: Adopt revocable mechanism for UAF prevention
2026-01-16 14:38 UTC (31+ messages)
` [PATCH 01/23] gpiolib: Correct wrong kfree() usage for `kobj->name`
` [PATCH 02/23] gpiolib: cdev: Fix resource leaks on errors in gpiolib_cdev_register()
` [PATCH 03/23] gpiolib: Fix resource leaks on errors in gpiochip_add_data_with_key()
` [PATCH 04/23] gpiolib: Fix resource leaks on errors in lineinfo_changed_notify()
` [PATCH 05/23] gpiolib: cdev: Correct return code on memory allocation failure
` [PATCH 06/23] gpiolib: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH 07/23] gpiolib: Remove redundant check for struct gpio_chip
` [PATCH 08/23] gpiolib: sysfs: "
` [PATCH 09/23] gpiolib: Ensure struct gpio_chip for gpiochip_setup_dev()
` [PATCH 10/23] gpiolib: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH 11/23] selftests: gpio: Add gpio-cdev-uaf tests
` [PATCH 12/23] gpiolib: Add revocable provider handle for struct gpio_chip
` [PATCH 13/23] gpiolib: cdev: Leverage revocable for gpio_fileops
` [PATCH 14/23] gpiolib: cdev: Leverage revocable for linehandle_fileops
` [PATCH 15/23] gpiolib: cdev: Leverage revocable for line_fileops
` [PATCH 16/23] gpiolib: cdev: Leverage revocable for lineevent_fileops
` [PATCH 17/23] gpiolib: cdev: Leverage revocable for lineinfo_changed_notify
` [PATCH 18/23] gpiolib: Leverage revocable for gpiolib_sops
` [PATCH 19/23] revocable: Support to define revocable consumer handle on stack
` [PATCH 20/23] revocable: Add Kunit test case for DEFINE_REVOCABLE()
` [PATCH 21/23] selftests: revocable: Add "
` [PATCH 22/23] gpiolib: Leverage revocable for other independent lifecycle instances
` [PATCH 23/23] gpiolib: Remove unused `chip` and `srcu` in struct gpio_device
[PATCH v4 0/3] KVM ARM64 pre_fault_memory
2026-01-16 14:33 UTC (4+ messages)
` [PATCH v4 1/3] KVM: arm64: Add pre_fault_memory implementation
[RESEND PATCH] selftests/run_kselftest.sh: Add `--skip` argument option
2026-01-16 14:20 UTC
[PATCH bpf-next v5 0/9] bpf: Extend BPF syscall with common attributes support
2026-01-16 14:17 UTC (10+ messages)
` [PATCH bpf-next v5 2/9] libbpf: Add support for extended bpf syscall
` [PATCH bpf-next v5 4/9] bpf: Add syscall common attributes support for prog_load
` [PATCH bpf-next v5 8/9] libbpf: Add common attr support for map_create
[PATCH v2 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-16 13:59 UTC (14+ messages)
` [PATCH v2 1/6] powerpc64/bpf: Move tail_call_cnt to bottom of stack frame
` [PATCH v2 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v2 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v2 5/6] powerpc64/bpf: Support exceptions
[PATCH] selftests/mm: remove virtual_address_range test
2026-01-16 13:20 UTC
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2026-01-16 12:10 UTC (3+ messages)
[PATCH net-next v2] selftests: net: csum: Fix printk format in recv_get_packet_csum_status()
2026-01-16 10:13 UTC (2+ messages)
[PATCH] kunit: add bash completion
2026-01-16 10:10 UTC (3+ messages)
[PATCH] kunit: tool: suppress confusing error output in test
2026-01-16 9:30 UTC (2+ messages)
[PATCH bpf-next 0/4] selftests/bpf: add a new runner for bpftool tests
2026-01-16 8:14 UTC (12+ messages)
` [PATCH bpf-next 1/4] bpf/selftests: move assert macros into a dedicated header
` [PATCH bpf-next 2/4] bpf/selftests: introduce bptool test runner and a first test
` [PATCH bpf-next 3/4] selftests/bpf: add bpftool map manipulations tests
` [PATCH bpf-next 4/4] selftests/bpf: remove converted bpftool test scripts
[PATCH nf-next v3 0/5] Add IP6IP6 flowtable SW acceleration
2026-01-16 8:13 UTC (6+ messages)
` [PATCH nf-next v3 1/5] netfilter: Add ctx pointer in nf_flow_skb_encap_protocol/nf_flow_ip4_tunnel_proto signature
` [PATCH nf-next v3 2/5] netfilter: Introduce tunnel metadata info in nf_flowtable_ctx struct
` [PATCH nf-next v3 3/5] netfilter: flowtable: Add IP6IP6 rx sw acceleration
` [PATCH nf-next v3 4/5] netfilter: flowtable: Add IP6IP6 tx "
` [PATCH nf-next v3 5/5] selftests: netfilter: nft_flowtable.sh: Add IP6IP6 flowtable selftest
[PATCH nf-next v2 0/4] Add IP6IP6 flowtable SW acceleration
2026-01-16 8:10 UTC (7+ messages)
` [PATCH nf-next v2 1/4] netfilter: Introduce tunnel metadata info in nf_flowtable_ctx struct
` [PATCH nf-next v2 2/4] netfilter: flowtable: Add IP6IP6 rx sw acceleration
[PATCH v7 0/3] drivers/base: Introduce revocable
2026-01-16 8:02 UTC (4+ messages)
` [PATCH v7 1/3] revocable: Revocable resource management
` [PATCH v7 2/3] revocable: Add Kunit test cases
` [PATCH v7 3/3] selftests: revocable: Add kselftest cases
[PATCH net-next v10 0/5] net: devmem: improve cpu cost of RX token management
2026-01-16 5:02 UTC (6+ messages)
` [PATCH net-next v10 1/5] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v10 2/5] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v10 3/5] net: devmem: implement autorelease token management
` [PATCH net-next v10 4/5] net: devmem: document NETDEV_A_DMABUF_AUTORELEASE netlink attribute
` [PATCH net-next v10 5/5] selftests: drv-net: devmem: add autorelease tests
[PATCH v2 0/8] KVM: x86: nSVM: Improve PAT virtualization
2026-01-16 4:23 UTC (11+ messages)
` [PATCH v2 1/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v2 2/8] KVM: x86: nSVM: Cache g_pat in vmcb_save_area_cached
` [PATCH v2 3/8] KVM: x86: nSVM: Add validity check for vmcb12 g_pat
` [PATCH v2 4/8] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v2 5/8] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v2 6/8] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v2 7/8] KVM: x86: nSVM: Handle restore of legacy nested state
` [PATCH v2 8/8] KVM: selftests: nSVM: Add svm_nested_pat test
[PATCH net v2] selftests: net: fib-onlink-tests: Convert to use namespaces by default
2026-01-16 4:00 UTC (4+ messages)
[PATCH net-next v2] selftests: tls: use mkstemp instead of open(O_TMPFILE)
2026-01-16 2:49 UTC (2+ messages)
[PATCH RESEND] docs: kselftest: remove link to obsolete wiki
2026-01-16 2:23 UTC (3+ messages)
[PATCH v8 net-next 00/14] AccECN protocol case handling series
2026-01-15 19:31 UTC (16+ messages)
` [PATCH v8 net-next 01/14] tcp: try to avoid safer when ACKs are thinned
` [PATCH v8 net-next 02/14] gro: flushing when CWR is set negatively affects AccECN
` [PATCH v8 net-next 03/14] selftests/net: gro: add self-test for TCP CWR flag
` [PATCH v8 net-next 04/14] tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiers
` [PATCH v8 net-next 05/14] tcp: disable RFC3168 fallback identifier for CC modules
` [PATCH v8 net-next 06/14] tcp: accecn: handle unexpected AccECN negotiation feedback
` [PATCH v8 net-next 07/14] tcp: accecn: retransmit downgraded SYN in AccECN negotiation
` [PATCH v8 net-next 08/14] tcp: add TCP_SYNACK_RETRANS synack_type
` [PATCH v8 net-next 09/14] tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACK
` [PATCH v8 net-next 10/14] tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
` [PATCH v8 net-next 11/14] tcp: accecn: fallback outgoing half link to non-AccECN
` [PATCH v8 net-next 12/14] tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSIST
` [PATCH v8 net-next 13/14] tcp: accecn: enable AccECN
` [PATCH v8 net-next 14/14] selftests/net: packetdrill: add TCP Accurate ECN cases
[PATCH net-next v9 0/9] Add support for providers with large rx buffer
2026-01-15 17:12 UTC (10+ messages)
` [PATCH net-next v9 1/9] net: memzero mp params when closing a queue
` [PATCH net-next v9 2/9] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v9 3/9] net: add bare bone queue configs
` [PATCH net-next v9 4/9] net: pass queue rx page size from memory provider
` [PATCH net-next v9 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v9 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v9 7/9] eth: bnxt: support qcfg provided rx page size
` [PATCH net-next v9 8/9] selftests: iou-zcrx: test large chunk sizes
` [PATCH net-next v9 9/9] io_uring/zcrx: document area chunking parameter
[PATCH v5 00/24] ARM64 PMU Partitioning
2026-01-15 18:09 UTC (4+ messages)
[PATCH net-next v8 0/9] Add support for providers with large rx buffer
2026-01-15 17:10 UTC (4+ messages)
` [PATCH net-next v8 7/9] eth: bnxt: support qcfg provided rx page size
[PATCH net-next v2 0/2] selftests: net: improve error handling in passive TFO test
2026-01-15 16:21 UTC (4+ messages)
` [PATCH net-next v2 2/2] "
[PATCH net-next] selftests: net: Add kernel selftest for RFC 4884
2026-01-15 14:51 UTC (2+ messages)
[PATCH] selftests: vDSO: getrandom: Fix path to s390 chacha implementation
2026-01-15 14:11 UTC (3+ messages)
[PATCH v2 net-next 0/1] AccECN packetdrill selftest series
2026-01-15 12:33 UTC (5+ messages)
[PATCH v4 2/3] tracing/fprobe: Support comma-separated symbols and :entry/:exit
2026-01-15 11:17 UTC (3+ messages)
[RFC PATCH v1 00/37] guest_memfd: In-place conversion support
2026-01-15 11:08 UTC (3+ messages)
` [RFC PATCH v1 05/37] KVM: guest_memfd: Wire up kvm_get_memory_attributes() to per-gmem attributes
[PATCH v9 00/30] KVM: arm64: Implement support for SME
2026-01-15 9:02 UTC (14+ messages)
` [PATCH v9 22/30] KVM: arm64: Expose SME specific state to userspace
` [PATCH v9 23/30] KVM: arm64: Context switch SME state for guests
` [PATCH v9 25/30] KVM: arm64: Expose SME to nested guests
` [PATCH v9 26/30] KVM: arm64: Provide interface for configuring and enabling SME for guests
[PATCH 0/6] selftests: vDSO: Assorted cleanups and improvements
2026-01-15 8:29 UTC (7+ messages)
` [PATCH 1/6] Revert "selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers"
` [PATCH 2/6] selftests: vDSO: vdso_test_gettimeofday: Remove nolibc checks
` [PATCH 3/6] selftests: vDSO: vdso_test_correctness: Drop SYS_getcpu fallbacks
` [PATCH 4/6] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH 5/6] selftests: vDSO: vdso_test_correctness: Use facilities from parse_vdso.c
` [PATCH 6/6] selftests: vDSO: vdso_test_correctness: Add a test for time()
[PATCH bpf-next v3 0/5] bpf: lru: Fix unintended eviction when updating lru hash maps
2026-01-15 3:33 UTC (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: lru: Tidy hash handling in LRU code
` [PATCH bpf-next v3 4/5] bpf: lru: Fix unintended eviction when updating lru hash maps
[PATCH v9 00/26] riscv control-flow integrity for usermode
2026-01-15 3:11 UTC (3+ messages)
` [PATCH v9 02/26] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
[PATCH v26 00/28] riscv control-flow integrity for usermode
2026-01-15 2:57 UTC (3+ messages)
` [PATCH v26 01/28] mm: VM_SHADOW_STACK definition for riscv
[PATCH v4 0/3] Support comma-separated symbols and :entry/:exit
2026-01-14 22:13 UTC (6+ messages)
` [PATCH v5 0/3] tracing/fprobe: "
` [PATCH v5 1/3] "
` [PATCH v5 2/3] docs: tracing/fprobe: Document list filters "
` [PATCH v5 3/3] selftests/ftrace: Add accept cases for fprobe list syntax
[PATCH 00/10] KVM: x86: nSVM: Improve PAT virtualization
2026-01-14 21:28 UTC (6+ messages)
` [PATCH 02/10] KVM: x86: nSVM: Add VALID_GPAT flag to kvm_svm_nested_state_hdr
` [PATCH 04/10] KVM: x86: nSVM: Restore L1's PAT on emulated #VMEXIT from L2 to L1
[PATCH net-next v9 0/5] net: devmem: improve cpu cost of RX token management
2026-01-14 21:25 UTC (6+ messages)
` [PATCH net-next v9 3/5] net: devmem: implement autorelease "
[PATCH] vfio: selftests: Drop IOMMU mapping size assertions for VFIO_TYPE1_IOMMU
2026-01-14 21:12 UTC
[PATCH v2 3/6] powerpc64/bpf: Tailcall handling with trampolines
2026-01-14 19:39 UTC (2+ messages)
[PATCH net-next v14 01/12] vsock: add netns to vsock core
2026-01-14 17:21 UTC (4+ messages)
[PATCH v3 0/3] vfio: selftests: Add MMIO DMA mapping test
2026-01-14 18:57 UTC (4+ messages)
` [PATCH v3 1/3] vfio: selftests: Centralize IOMMU mode name definitions
` [PATCH v3 2/3] vfio: selftests: Align BAR mmaps for efficient IOMMU mapping
` [PATCH v3 3/3] vfio: selftests: Add vfio_dma_mapping_mmio_test
[PATCH v2 0/3] vfio: selftests: Add MMIO DMA mapping test
2026-01-14 18:45 UTC (7+ messages)
` [PATCH v2 2/3] vfio: selftests: Align BAR mmaps for efficient IOMMU mapping
` [PATCH v2 3/3] vfio: selftests: Add vfio_dma_mapping_mmio_test
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox