messages from 2026-02-12 15:59:14 to 2026-02-16 16:30:50 UTC [more...]
[PATCH bpf] selftests/bpf: Remove hexdump dependency
2026-02-16 16:30 UTC
[PATCH v2 0/3] kernfs: Add inotify IN_DELETE_SELF, IN_IGNORED support for files
2026-02-16 16:27 UTC (6+ messages)
` [PATCH v2 1/3] kernfs: allow passing fsnotify event types
` [PATCH v2 2/3] kernfs: send IN_DELETE_SELF and IN_IGNORED on file deletion
` [PATCH v2 3/3] selftests: memcg: Add tests IN_DELETE_SELF and IN_IGNORED on memory.events
[PATCH bpf v2 0/9] Address XDP frags having negative tailroom
2026-02-16 15:17 UTC (20+ messages)
` [PATCH bpf v2 1/9] xdp: use modulo operation to calculate XDP frag tailroom
` [PATCH bpf v2 2/9] xsk: introduce helper to determine rxq->frag_size
` [PATCH bpf v2 3/9] ice: fix rxq info registering in mbuf packets
` [PATCH bpf v2 4/9] ice: change XDP RxQ frag_size from DMA write length to xdp.frame_sz
` [PATCH bpf v2 5/9] i40e: fix registering XDP RxQ info
` [PATCH bpf v2 6/9] i40e: use xdp.frame_sz as XDP RxQ info frag_size
` [PATCH bpf v2 7/9] idpf: use truesize "
` [PATCH bpf v2 8/9] net: enetc: "
` [PATCH bpf v2 9/9] xdp: produce a warning when calculated tailroom is negative
[PATCH bpf-next v11 0/8] bpf: Extend BPF syscall with common attributes support
2026-02-16 15:04 UTC (9+ messages)
` [PATCH bpf-next v11 1/8] "
` [PATCH bpf-next v11 2/8] libbpf: Add support for extended BPF syscall
` [PATCH bpf-next v11 3/8] bpf: Refactor reporting log_true_size for prog_load
` [PATCH bpf-next v11 4/8] bpf: Add syscall common attributes support "
` [PATCH bpf-next v11 5/8] bpf: Add syscall common attributes support for btf_load
` [PATCH bpf-next v11 6/8] bpf: Add syscall common attributes support for map_create
` [PATCH bpf-next v11 7/8] libbpf: "
` [PATCH bpf-next v11 8/8] selftests/bpf: Add tests to verify map create failure log
[PATCH] selftests/bpf: test accounting of tail calls when prog is NULL
2026-02-16 15:01 UTC (4+ messages)
[PATCH net] eth: fbnic: Add validation for MTU changes
2026-02-16 12:18 UTC (2+ messages)
[PATCH net] selftests: tc_actions: don't dump 2MB of \0 to stdout
2026-02-16 12:11 UTC (2+ messages)
[PATCH 0/3] PCI: endpoint tests: Make doorbell test capability-aware
2026-02-16 10:39 UTC (7+ messages)
` [PATCH 1/3] PCI: endpoint: pci-epf-test: Advertise dynamic inbound mapping support
` [PATCH 2/3] misc: pci_endpoint_test: Gate doorbell test on dynamic inbound mapping
` [PATCH 3/3] selftests: pci_endpoint: Skip doorbell test when unsupported
[PATCH net-next v2 1/2] selftests: drv-net: rss: validate min RSS table size
2026-02-16 8:28 UTC (6+ messages)
[PATCH RFC 00/17] mm, kvm: allow uffd suppot in guest_memfd
2026-02-15 17:47 UTC (11+ messages)
` [PATCH RFC 07/17] userfaultfd: introduce vm_uffd_ops
` [PATCH RFC 10/17] shmem, userfaultfd: implement shmem uffd operations using vm_uffd_ops
[PATCH net] selftests: net: fix timeout passed as positional argument to communicate()
2026-02-15 17:23 UTC (2+ messages)
[PATCH net v2 0/3] selftests: forwarding: fix br_netfilter related test failures
2026-02-15 9:45 UTC (7+ messages)
` [PATCH net v2 1/3] selftests: forwarding: vxlan_bridge_1d: fix test failure with br_netfilter enabled
` [PATCH net v2 2/3] selftests: forwarding: vxlan_bridge_1d_ipv6: "
` [PATCH net v2 3/3] selftests: forwarding: fix pedit tests "
[PATCH] bpf: expose original requested max_entries in bpf_map_info
2026-02-15 1:51 UTC (3+ messages)
[RFC PATCH v2 00/37] guest_memfd: In-place conversion support
2026-02-14 20:09 UTC (5+ messages)
` [RFC PATCH v2 09/37] KVM: guest_memfd: Add support for KVM_SET_MEMORY_ATTRIBUTES2
` [RFC PATCH v2 33/37] KVM: selftests: Make TEST_EXPECT_SIGBUS thread-safe
[PATCH RESEND v7 0/5] bpf: Expand the usage scenarios of bpf_kptr_xchg
2026-02-14 13:09 UTC (7+ messages)
` [PATCH RESEND v7 1/5] bpf: allow calling bpf_kptr_xchg while holding a lock
` [PATCH RESEND v7 2/5] bpf: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
` [PATCH RESEND v7 3/5] selftests/bpf: Add supplementary tests for bpf_kptr_xchg
` [PATCH RESEND v7 4/5] bpf: allow using bpf_kptr_xchg even if the MEM_RCU flag is set
` [PATCH RESEND v7 5/5] selftests/bpf: Add test case for rbtree nodes that contain both bpf_refcount and kptr fields
[PATCH v7 4/5] bpf: allow using bpf_kptr_xchg even if the MEM_RCU flag is set
2026-02-14 5:08 UTC (3+ messages)
` [PATCH v7 5/5] selftests/bpf: Add test case for rbtree nodes that contain both bpf_refcount and kptr fields
[PATCH v7 0/5] bpf: Expand the usage scenarios of bpf_kptr_xchg
2026-02-14 4:36 UTC (4+ messages)
` [PATCH v7 1/5] bpf: allow calling bpf_kptr_xchg while holding a lock
` [PATCH v7 2/5] bpf: allow using bpf_kptr_xchg even if the NON_OWN_REF flag is set
` [PATCH v7 3/5] selftests/bpf: Add supplementary tests for bpf_kptr_xchg
[PATCH] selftests/futex: fix incorrect result reporting of futex_wait test item
2026-02-14 2:25 UTC (4+ messages)
[PATCH v2] selftests/bpf: Add powerpc support for get_preempt_count() in selftest
2026-02-13 23:50 UTC (4+ messages)
[PATCH v4 0/8] KVM: x86: nSVM: Improve PAT virtualization
2026-02-13 23:31 UTC (25+ messages)
` [PATCH v4 1/8] KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest mode
` [PATCH v4 2/8] KVM: x86: nSVM: Cache and validate vmcb12 g_pat
` [PATCH v4 3/8] KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPT
` [PATCH v4 4/8] KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPAT
` [PATCH v4 5/8] KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXIT
` [PATCH v4 6/8] KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATE
` [PATCH v4 7/8] KVM: x86: nSVM: Handle restore of legacy nested state
` [PATCH v4 8/8] KVM: selftests: nSVM: Add svm_nested_pat test
[PATCH net] selftests: netconsole: Increase port listening timeout
2026-02-13 20:30 UTC (2+ messages)
[PATCH v1 0/2] selftests/x86: Skip int80 if not supported
2026-02-13 17:26 UTC (5+ messages)
` [PATCH v1 1/2] selftests/x86/ldt_gdt: "
[RFC PATCH v3 0/6] some /dev/mem specifications and traced testing
2026-02-13 17:13 UTC (6+ messages)
` [RFC PATCH v3 1/6] Documentation: extend the 'Function documentation' with expected behavior and constraints of use
[PATCH bpf-next v2 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-13 16:00 UTC (9+ messages)
` [PATCH bpf-next v2 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next v2 2/5] net: veth: Add xmo_rx_checksum callback to veth driver
` [PATCH bpf-next v2 3/5] net: ice: Add xmo_rx_checksum callback
` [PATCH bpf-next v2 4/5] selftests/bpf: Add selftest support for bpf_xdp_metadata_rx_checksum
` [PATCH bpf-next v2 5/5] selftests/bpf: Add bpf_xdp_metadata_rx_checksum support to xdp_hw_metadat prog
[PATCH v5 0/6] cgroup/cpuset: Fix partition related locking issues
2026-02-13 15:28 UTC (14+ messages)
` [PATCH v5 1/6] cgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()
` [PATCH v5 2/6] cgroup/cpuset: Clarify exclusion rules for cpuset internal variables
` [PATCH v5 3/6] cgroup/cpuset: Set isolated_cpus_updating only if isolated_cpus is changed
` [PATCH v5 4/6] cgroup/cpuset: Don't update isolated_cpus from CPU hotplug
` [PATCH v5 5/6] cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lock
` [PATCH v5 6/6] cgroup/cpuset: Eliminate some duplicated rebuild_sched_domains() calls
[PATCH bpf-next 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-13 15:22 UTC (7+ messages)
` [PATCH bpf-next 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
` [PATCH bpf-next 2/5] net: veth: Add xmo_rx_checksum callback to veth driver
` [Intel-wired-lan] "
[PATCH RFC bpf-next v2 0/5] Add the the capability to load HW RX checsum in eBPF programs
2026-02-13 15:19 UTC (10+ messages)
` [PATCH RFC bpf-next v2 1/5] netlink: specs: Add XDP RX checksum capability to XDP metadata specs
[PATCH v3 0/3] introduce PIDFD_SELF* sentinels
2026-02-13 11:02 UTC (8+ messages)
` [PATCH v3 3/3] selftests: pidfd: add tests for PIDFD_SELF_*
[PATCH v7 0/3] RISC-V: KVM: Validate SBI STA shmem alignment
2026-02-13 10:35 UTC (4+ messages)
` [PATCH v7 1/3] RISC-V: KVM: Validate SBI STA shmem alignment in kvm_sbi_ext_sta_set_reg()
` [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
[PATCH v3 00/11] gpio: Adopt revocable mechanism for UAF prevention
2026-02-13 9:29 UTC (12+ messages)
` [PATCH v3 01/11] gpio: Access `gpio_bus_type` in gpiochip_setup_dev()
` [PATCH v3 02/11] gpio: Remove redundant check for struct gpio_chip
` [PATCH v3 03/11] gpio: sysfs: "
` [PATCH v3 04/11] gpio: Ensure struct gpio_chip for gpiochip_setup_dev()
` [PATCH v3 05/11] gpio: cdev: Don't check struct gpio_chip in gpio_chrdev_open()
` [PATCH v3 06/11] selftests: gpio: Add gpio-cdev-uaf tests
` [PATCH v3 07/11] gpio: Add revocable provider handle for struct gpio_chip
` [PATCH v3 08/11] gpio: cdev: Leverage revocable for accessing "
` [PATCH v3 09/11] gpio: Remove gpio_chip_guard by using revocable
` [PATCH v3 10/11] gpio: Leverage revocable for accessing struct gpio_chip
` [PATCH v3 11/11] gpio: Remove unused `chip` and `srcu` in struct gpio_device
[PATCH v8 0/3] drivers/base: Introduce revocable
2026-02-13 9:23 UTC (4+ messages)
` [PATCH v8 1/3] revocable: Revocable resource management
` [PATCH v8 2/3] revocable: Add KUnit test cases
` [PATCH v8 3/3] selftests: revocable: Add kselftest cases
[PATCH v2 0/3] Revert "revocable: Revocable resource management"
2026-02-13 8:32 UTC (3+ messages)
[PATCH] revocable: hide the implementation details from users
2026-02-13 8:27 UTC (6+ messages)
[PATCH v5 0/2] selftests/futex: fix the failed futex_requeue test
2026-02-13 8:25 UTC (5+ messages)
` [PATCH v5 1/2] selftests/futex: implement the interfaces related to threads
` [PATCH v5 2/2] selftests/futex: fix the failed futex_requeue test issue
[PATCH v6 00/19] ARM64 PMU Partitioning
2026-02-13 8:11 UTC (3+ messages)
[PATCH v2] selftests/futex: conditionally include libnuma support
2026-02-13 8:05 UTC (2+ messages)
[PATCH bpf-next v2 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
2026-02-13 7:56 UTC (6+ messages)
` [PATCH bpf-next v2 1/3] bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcg
` [PATCH bpf-next v2 2/3] selftests/bpf: Check bpf_mem_cgroup_page_state return value
` [PATCH bpf-next v2 3/3] bpf: selftests: Skip kmem test when cgroup.memory=nokmem is set
[PATCH bpf-next 0/3] Fix test_cgroup_iter_memcg issues found during back-porting
2026-02-13 7:29 UTC (8+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Check bpf_mem_cgroup_page_state return value
` [PATCH bpf-next 2/3] mm/memcontrol: Return error when accessing kmem with nokmem
` [PATCH bpf-next 3/3] selftests/bpf: Skip test_kmem when cgroup.memory=nokmem
[PATCH mm-new v3 0/2] mm: zswap: add per-memcg stat for incompressible pages
2026-02-13 7:18 UTC (3+ messages)
` [PATCH mm-new v3 1/2] "
` [PATCH mm-new v3 2/2] selftests/cgroup: add test for zswap "
[PATCH net-next v4 0/4] net/rds: RDS-TCP reconnect and fanout improvements
2026-02-13 6:42 UTC (3+ messages)
[PATCH net v2] net/rds: rds_sendmsg should not discard payload_len
2026-02-13 6:39 UTC (4+ messages)
[PATCH net v3] net/rds: rds_sendmsg should not discard payload_len
2026-02-13 3:54 UTC
[PATCH net] selftests: net: lib: Fix jq parsing error
2026-02-13 2:50 UTC (2+ messages)
[PATCH net] selftests: drv-net: limit RPS test CPUs to supported range
2026-02-13 2:50 UTC (3+ messages)
[PATCH v6 bpf-next 0/2] Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
2026-02-13 2:44 UTC (3+ messages)
` [PATCH v6 bpf-next 1/2] bpf: "
` [PATCH v6 bpf-next 2/2] selftests/bpf: Add selftests for the invocation of bpf_lwt_xmit_push_encap
[PATCH] selftests/mm: Remove duplicate include of unistd.h
2026-02-12 17:03 UTC (3+ messages)
[PATCH] kunit: Add --list_suites to show suites
2026-02-12 16:37 UTC
[PATCH v6 0/8] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
2026-02-12 16:31 UTC (6+ messages)
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