Linux-kselftest Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-21 17:04:19 to 2023-04-28 15:35:19 UTC [more...]

[PATCH v2 tracing 0/6] tracing: additional filter predicates
 2023-04-28 15:34 UTC  (7+ messages)
` [PATCH v2 tracing 1/6] tracing: support > 8 byte array "
` [PATCH v2 tracing 2/6] tracing: support IPv4 address filter predicate
` [PATCH v2 tracing 3/6] tracing: support IPv6 filter predicates
` [PATCH v2 tracing 4/6] tracing: support MAC address "
` [PATCH v2 tracing 5/6] selftests/ftrace: add test coverage for "
` [PATCH v2 tracing 6/6] tracing: document IPv4, IPv6, MAC address and > 8 byte numeric filtering support

[PATCH v2 0/3] TDX Guest Quote generation support
 2023-04-28 13:50 UTC  (17+ messages)
` [PATCH v2 1/3] x86/tdx: Add TDX Guest event notify interrupt support
` [PATCH v2 2/3] virt: tdx-guest: Add Quote generation support
` [PATCH v2 3/3] selftests/tdx: Test GetQuote TDX attestation feature

[RESEND PATCH] selftests/sgx: Add "test_encl.elf" to TEST_FILES
 2023-04-28 13:35 UTC  (4+ messages)

[PATCH v1] selftests/bpf: Do not use sign-file as testcase
 2023-04-28  9:47 UTC  (5+ messages)

[PATCH v9 2/3] mm: add new KSM process and sysfs knobs
 2023-04-28  9:36 UTC 

[PATCH 0/3] Dynptr Verifier Adjustments
 2023-04-28  9:03 UTC  (7+ messages)

[net] selftests: srv6: make srv6_end_dt46_l3vpn_test more robust
 2023-04-28  9:00 UTC  (3+ messages)

[PATCH] selftests: allow runners to override the timeout
 2023-04-28  8:33 UTC  (2+ messages)

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

[PATCH] selftests/powerpc: Replace obsolete memalign() with posix_memalign()
 2023-04-28  8:09 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-04-28  7:17 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` [PATCH bpf-next v4 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup

[PATCH tracing 0/3] tracing: support > 8 byte filter predicates
 2023-04-28  1:37 UTC  (12+ messages)
` [PATCH tracing 1/3] tracing: support > 8 byte array "
` [PATCH tracing 2/3] selftests/ftrace: add test coverage for "
` [PATCH tracing 3/3] tracing: document > 8 byte numeric filtering support

[PATCH v2] libbpf: Improve version handling when attaching uprobe
 2023-04-28  1:19 UTC  (4+ messages)

[PATCH bpf] selftests/bpf: fix pkg-config call building sign-file
 2023-04-27 20:04 UTC  (4+ messages)

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

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-04-27 15:31 UTC  (5+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "

[PATCH v2 00/24] selftests/resctrl: Fixes, cleanups, and rewritten CAT test
 2023-04-27 15:15 UTC  (53+ 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 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 13/24] selftests/resctrl: Add flush_buffer() to fill_buf
` [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 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 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 v5 0/9] drm: selftest: Convert to KUnit
 2023-04-27 13:14 UTC  (3+ messages)
` [PATCH v5 9/9] drm: selftest: convert drm_mm selftest "

[PATCH v2] selftests/kselftest/runner/run_one(): Allow running non-executable files
 2023-04-27  8:29 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-04-27  5:27 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup

[KTAP V2 PATCH] ktap_v2: add test metadata
 2023-04-26 21:57 UTC  (5+ messages)

[RFC][PATCH 0/6] KEYS: Introduce user mode key and signature parsers
 2023-04-26 18:27 UTC  (13+ messages)
` [RFC][PATCH 1/6] KEYS: asymmetric: Introduce UMD-based asymmetric key parser
` [RFC][PATCH 2/6] KEYS: asymmetric: Introduce UMD-based asymmetric key signature parser
` [RFC][PATCH 3/6] verification: Introduce verify_umd_signature() and verify_umd_message_sig()
` [RFC][PATCH 4/6] bpf: Introduce bpf_verify_umd_signature() kfunc
` [RFC][PATCH 5/6] selftests/bpf: Prepare a test for UMD-parsed signatures
` [RFC][PATCH 6/6] KEYS: asymmetric: Add UMD handler

[PATCH -next v2 0/6] landlock: add chmod and chown support
 2023-04-26 13:58 UTC  (5+ messages)

[PATCH v2] regmap: REGMAP_KUNIT must not select REGMAP
 2023-04-26 13:35 UTC 

[PATCH] regmap: REGMAP_KUNIT must not select REGMAP
 2023-04-26 13:34 UTC  (3+ messages)

[PATCH v5 1/3] test_firmware: prevent race conditions by a correct implementation of locking
 2023-04-26 13:14 UTC  (3+ messages)
` [PATCH v5 2/3] test_firmware: fix a memory leak with reqs buffer
` [PATCH v5 3/3] test_firmware: fix the memory leak of the allocated firmware buffer

[PATCH v2 0/2] selftests/ftrace: Add tests for kprobes and optimized probes
 2023-04-26 11:01 UTC  (9+ 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 v1 0/3] kunit: Deferred action helpers
 2023-04-26  6:59 UTC  (9+ messages)
` [PATCH v1 1/3] kunit: Add kunit_add_action() to defer a call until test exit

[PATCH v2] selftests: netfilter: fix a build error on openSUSE
 2023-04-25 22:21 UTC  (8+ messages)
        ` [PATCH nf] selftests: netfilter: fix libmnl pkg-config usage

[PATCH v3 1/4] kunit: Always run cleanup from a test kthread
 2023-04-25 19:11 UTC  (8+ messages)
` [PATCH v3 2/4] Documentation: kunit: Note that assertions should not be used in cleanup
` [PATCH v3 3/4] Documentation: kunit: Warn that exit functions run even if init fails
` [PATCH v3 4/4] kunit: example: Provide example exit functions

[PATCH v2] selftests/ftrace: Improve integration with kselftest runner
 2023-04-25 18:52 UTC 

[PATCH RESEND] selftests/ftrace: Improve integration with kselftest runner
 2023-04-25 16:01 UTC  (3+ messages)

biznesowy angielski
 2023-04-25  7:36 UTC 

[PATCH bpf,v2 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings
 2023-04-25  1:39 UTC  (10+ messages)
` [PATCH bpf,v2 4/4] selftests/bpf: Add tc_socket_lookup tests

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

[GIT PULL] Kselftest update for Linux 6.4-rc1
 2023-04-24 19:49 UTC  (2+ messages)

[GIT PULL] KUnit next update for Linux 6.4-rc1
 2023-04-24 19:49 UTC  (2+ messages)

[PATCH 7/9] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
 2023-04-24 16:45 UTC  (3+ messages)

[PATCH linux-next v3] selftests: net: udpgso_bench_rx: Fix verifty exceptions
 2023-04-24 14:10 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-04-23 16:22 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
      ` [External] "

[PATCH v1 0/3] mm/ksm: improve PR_SET_MEMORY_MERGE=0 handling and cleanup disabling KSM
 2023-04-21 18:28 UTC  (10+ messages)
  ` [PATCH v1 1/3] mm/ksm: unmerge and clear VM_MERGEABLE when setting PR_SET_MEMORY_MERGE=0
  ` [PATCH v1 3/3] mm/ksm: move disabling KSM from s390/gmap code to KSM code

[PATCH 0/9] KVM: arm64: Use MMU read lock for clearing dirty logs
 2023-04-21 17:10 UTC  (4+ messages)
` [PATCH 5/9] KVM: selftests: Allow independent execution of vCPUs in dirty_log_perf_test
` [PATCH 9/9] KVM: arm64: Run clear-dirty-log under MMU read lock


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).