Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-15 08:49:09 to 2023-04-20 18:23:00 UTC [more...]

[PATCH bpf-next 0/2] Introduce a new bpf helper of bpf_task_under_cgroup
 2023-04-20 18:22 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: Add bpf_task_under_cgroup helper
` [PATCH bpf-next 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup

[PATCH -next v2 0/6] landlock: add chmod and chown support
 2023-04-20 17:40 UTC  (3+ messages)

[PATCH v6 0/6] RISC-V Hardware Probing User Interface
 2023-04-20 17:36 UTC  (2+ messages)

[PATCH v2 net-next 0/9] ethtool mm API consolidation
 2023-04-20 17:03 UTC  (19+ messages)
` [PATCH v2 net-next 1/9] net: enetc: fix MAC Merge layer remaining enabled until a link down event
` [PATCH v2 net-next 2/9] net: enetc: report mm tx-active based on tx-enabled and verify-status
` [PATCH v2 net-next 3/9] net: enetc: only commit preemptible TCs to hardware when MM TX is active
` [PATCH v2 net-next 4/9] net: enetc: include MAC Merge / FP registers in register dump
` [PATCH v2 net-next 5/9] net: ethtool: mm: sanitize some UAPI configurations
` [PATCH v2 net-next 6/9] selftests: forwarding: sch_tbf_*: Add a pre-run hook
` [PATCH v2 net-next 7/9] selftests: forwarding: generalize bail_on_lldpad from mlxsw
` [PATCH v2 net-next 8/9] selftests: forwarding: introduce helper for standard ethtool counters
` [PATCH v2 net-next 9/9] selftests: forwarding: add a test for MAC Merge layer

[PATCH bpf,v2 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-04-20 16:44 UTC  (7+ messages)
` [PATCH bpf,v2 1/4] bpf: factor out socket lookup functions for the TC hookpoint
` [PATCH bpf,v2 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via "
` [PATCH bpf,v2 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf,v2 4/4] selftests/bpf: Add tc_socket_lookup tests

[PATCH v3 00/17] Add iommufd physical device operations for replace and alloc hwpt
 2023-04-20 15:34 UTC  (10+ messages)
` [PATCH v3 03/17] iommufd: Replace the hwpt->devices list with iommufd_group

[PATCH RESEND] .gitignore: Do not ignore .kunitconfig files
 2023-04-20 13:34 UTC  (3+ messages)

[PATCH bpf 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-04-20 12:31 UTC  (5+ messages)
` [PATCH bpf 1/4] bpf: factor out socket lookup functions for the TC hookpoint
` [PATCH bpf 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via "
` [PATCH bpf 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings
` [PATCH bpf 4/4] selftests/bpf: Add tc_socket_lookup tests

[PATCH AUTOSEL 5.15 6/7] selftests mount: Fix mount_setattr_test builds failed
 2023-04-20 11:03 UTC 

[PATCH AUTOSEL 6.1 10/15] selftests mount: Fix mount_setattr_test builds failed
 2023-04-20 11:02 UTC 

[PATCH AUTOSEL 6.2 12/17] selftests mount: Fix mount_setattr_test builds failed
 2023-04-20 11:01 UTC 

[PATCH v2 0/7] KVM: selftests: Add tests for pmu event filter
 2023-04-20 10:46 UTC  (8+ messages)
` [PATCH v2 1/7] KVM: selftests: Replace int with uint32_t for nevents
` [PATCH v2 2/7] KVM: selftests: Apply create_pmu_event_filter() to fixed ctrs
` [PATCH v2 3/7] KVM: selftests: Test unavailable event filters are rejected
` [PATCH v2 4/7] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter
` [PATCH v2 5/7] KVM: selftests: Check if pmu_event_filter meets expectations on fixed ctrs
` [PATCH v2 6/7] KVM: selftests: Check gp event filters without affecting fixed event filters
` [PATCH v2 7/7] KVM: selftests: Test pmu event filter with incompatible kvm_pmu_event_filter

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2023-04-20  8:35 UTC  (6+ messages)

[PATCH v2 1/3] kunit: Always run cleanup from a test kthread
 2023-04-20  7:34 UTC  (4+ messages)
` [PATCH v2 2/3] Documentation: kunit: Note that assertions should not be used in cleanup
` [PATCH v2 3/3] Documentation: kunit: Warn that exit functions run even if init fails

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-20  6:01 UTC  (6+ messages)
` [PATCH RESEND v15 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH RESEND v15 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH RESEND v15 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH RESEND v15 5/5] selftests: mm: add pagemap ioctl tests

[PATCH bpf-next v2 0/2] Access variable length array relaxed for integer type
 2023-04-20  4:40 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: support access variable length array of "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add test to access integer type of variable array

[PATCH v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-19 15:21 UTC  (8+ messages)
` [PATCH v15 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v15 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v15 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v15 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v15 5/5] selftests: mm: add pagemap ioctl tests

[PATCH linux-next v2] selftests: net: udpgso_bench_rx: Fix verifty exceptions
 2023-04-19 14:09 UTC  (2+ messages)

[PATCH v1 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
 2023-04-19 11:40 UTC  (6+ messages)
  ` [PATCH v1 1/3] mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
  ` [PATCH v1 2/3] selftests/ksm: ksm_functional_tests: add prctl unmerge test
  ` [PATCH v1 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[PATCH v14 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-18 20:04 UTC  (7+ messages)
` [PATCH v14 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v14 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v14 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v14 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v14 5/5] selftests: mm: add pagemap ioctl tests

[PATCH linux-next 0/3] selftests: net: udpgso_bench_rx: Fix verifty, gsosize, and packet number exceptions
 2023-04-18 14:20 UTC  (9+ messages)
` [PATCH linux-next 1/3] selftests: net: udpgso_bench_rx: Fix verifty exceptions
` [PATCH linux-next 2/3] selftests: net: udpgso_bench_rx: Fix gsosize exceptions
` [PATCH linux-next 3/3] selftests: net: udpgso_bench_rx: Fix packet number exceptions

[PATCH v3 0/7] Split a folio to any lower order folios
 2023-04-18 14:00 UTC  (16+ messages)
` [PATCH v3 5/7] mm: thp: split huge page to any lower order pages
` [PATCH v3 6/7] mm: truncate: split huge page cache page to a non-zero order if possible

[PATCH v2 00/24] selftests/resctrl: Fixes, cleanups, and rewritten CAT test
 2023-04-18 11:45 UTC  (25+ messages)
` [PATCH v2 01/24] selftests/resctrl: Add resctrl.h into build deps
` [PATCH v2 02/24] selftests/resctrl: Check also too low values for CBM bits
` [PATCH v2 03/24] selftests/resctrl: Move resctrl FS mount/umount to higher level
` [PATCH v2 04/24] selftests/resctrl: Remove mum_resctrlfs
` [PATCH v2 05/24] selftests/resctrl: Make span unsigned long everywhere
` [PATCH v2 06/24] selftests/resctrl: Express span in bytes
` [PATCH v2 07/24] selftests/resctrl: Remove duplicated preparation for span arg
` [PATCH v2 08/24] selftests/resctrl: Don't use variable argument list for ->setup()
` [PATCH v2 09/24] selftests/resctrl: Remove "malloc_and_init_memory" param from run_fill_buf()
` [PATCH v2 10/24] selftests/resctrl: Split run_fill_buf() to alloc, work, and dealloc helpers
` [PATCH v2 11/24] selftests/resctrl: Remove start_buf local variable from buffer alloc func
` [PATCH v2 12/24] selftests/resctrl: Don't pass test name to fill_buf
` [PATCH v2 13/24] selftests/resctrl: Add flush_buffer() "
` [PATCH v2 14/24] selftests/resctrl: Remove test type checks from cat_val()
` [PATCH v2 15/24] selftests/resctrl: Refactor get_cbm_mask()
` [PATCH v2 16/24] selftests/resctrl: Create cache_alloc_size() helper
` [PATCH v2 17/24] selftests/resctrl: Replace count_bits with count_consecutive_bits()
` [PATCH v2 18/24] selftests/resctrl: Exclude shareable bits from schemata in CAT test
` [PATCH v2 19/24] selftests/resctrl: Pass the real number of tests to show_cache_info()
` [PATCH v2 20/24] selftests/resctrl: Move CAT/CMT test global vars to func they are used
` [PATCH v2 21/24] selftests/resctrl: Read in less obvious order to defeat prefetch optimizations
` [PATCH v2 22/24] selftests/resctrl: Split measure_cache_vals() function
` [PATCH v2 23/24] selftests/resctrl: Split show_cache_info() to test specific and generic parts
` [PATCH v2 24/24] selftests/resctrl: Rewrite Cache Allocation Technology (CAT) test

[PATCH] kselftest: vDSO: Fix accumulation of uninitialized ret when CLOCK_REALTIME is undefined
 2023-04-18 10:14 UTC  (3+ messages)

[PATCH v2 0/2] selftests/ftrace: Add tests for kprobes and optimized probes
 2023-04-18  9:55 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/ftrace: Add new test case which adds multiple consecutive probes in a function
` [PATCH v2 2/2] selftests/ftrace: Add new test case which checks for optimized probes

[PATCH] kunit: Set the current KUnit context when cleaning up
 2023-04-18  9:24 UTC  (4+ messages)

[PATCH 0/2] Access variable length array relaxed for integer type
 2023-04-18  2:53 UTC  (5+ messages)
` [PATCH 1/2] bpf: support access variable length array of "
    `  "
` [PATCH 2/2] selftests/bpf: Add test to access integer type of variable array

[PATCH] selftests/futex: Fix pthread_create() error handling
 2023-04-17 23:56 UTC  (2+ messages)

[PATCH v13 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-17 19:42 UTC  (9+ messages)
` [PATCH v13 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v13 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v13 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v13 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v13 5/5] selftests: mm: add pagemap ioctl tests

[PATCH 0/6] tools/nolibc: add stackprotector support for more architectures
 2023-04-17 19:35 UTC  (8+ messages)
` [PATCH 1/6] selftests/nolibc: reduce syscalls during space padding
` [PATCH 2/6] tools/nolibc: riscv: add stackprotector support
` [PATCH 3/6] tools/nolibc: aarch64: "
` [PATCH 4/6] tools/nolibc: arm: "
` [PATCH 5/6] tools/nolibc: loongarch: "
` [PATCH 6/6] tools/nolibc: mips: "

[PATCH] kselftest/arm64: Add a smoke test for ptracing hardware break/watch points
 2023-04-17 19:29 UTC 

[PATCH v8 3/3] selftests/mm: add new selftests for KSM
 2023-04-17 16:42 UTC  (7+ messages)
  ` [PATCH v8 1/3] mm: add new api to enable ksm per process

new order
 2023-04-17 15:22 UTC 

[PATCH 0/2] drivers: base: Add tests showing devm handling inconsistencies
 2023-04-17 16:12 UTC  (2+ messages)

[PATCH v12 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-17 11:11 UTC  (12+ messages)
` [PATCH v12 2/5] fs/proc/task_mmu: "

[RFC PATCH v2 0/3] kunit: Deferred action helpers
 2023-04-17 11:07 UTC  (7+ messages)
` [RFC PATCH v2 1/3] kunit: Add kunit_add_action() to defer a call until test exit

[PATCH v7 3/3] selftests/mm: add new selftests for KSM
 2023-04-17  8:04 UTC  (3+ messages)

[PATCH net-next 0/5] mptcp: various small cleanups
 2023-04-17  7:30 UTC  (2+ messages)

[PATCH net-next 0/3] selftests: openvswitch: add support for testing upcall interface
 2023-04-17  7:20 UTC  (2+ messages)

[PATCH v1] .gitignore: Do not ignore .kunitconfig files
 2023-04-16 17:26 UTC 

[PATCH 0/2] tools/nolibc: fork: fix on s390 and add test
 2023-04-16  5:33 UTC  (4+ messages)
` [PATCH 1/2] tools/nolibc: s390: provide custom implementation for sys_fork
` [PATCH 2/2] tools/nolibc: add testcase for fork()/waitpid()

[PATCH 0/7] KVM: selftests: Add tests for pmu event filter
 2023-04-16  0:25 UTC  (4+ messages)
` [PATCH 4/7] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter

[PATCH v2 00/11] tools/nolibc: -std=c89 compatibility
 2023-04-15 17:12 UTC  (5+ messages)

[PATCH v2 0/3] kunit: Fix reporting of the skipped parameterized tests
 2023-04-15  9:25 UTC  (3+ messages)
` [PATCH v2 3/3] kunit: Update kunit_print_ok_not_ok function


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).