linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-19 19:07:39 to 2021-03-29 01:41:42 UTC [more...]

[PATCH bpf-next 0/5] libbpf: Add TC-BPF API
 2021-03-29  1:40 UTC  (17+ messages)
` [PATCH bpf-next 1/5] tools pkt_cls.h: sync with kernel sources
` [PATCH bpf-next 2/5] libbpf: add helpers for preparing netlink attributes
` [PATCH bpf-next 3/5] libbpf: add low level TC-BPF API
` [PATCH bpf-next 4/5] libbpf: add high "
` [PATCH bpf-next 5/5] libbpf: add selftests for "

[PATCH bpf-next] bpf: add 'BPF_RB_MAY_WAKEUP' flag
 2021-03-28 16:10 UTC  (3+ messages)
` [PATCH bpf-next] bpf: check flags in 'bpf_ringbuf_discard()' and 'bpf_ringbuf_submit()'
` [PATCH bpf-next] libbpf: Add '_wait()' and '_nowait()' macros for 'bpf_ring_buffer__poll()'

[PATCH] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTNUE error handling + accounting
 2021-03-27 21:57 UTC  (2+ messages)

[PATCH v6 00/21] Miscellaneous fixes for resctrl selftests
 2021-03-26 19:45 UTC  (2+ messages)

[PATCH] selftests/timers: remove unneeded semicolon
 2021-03-26 19:06 UTC  (2+ messages)

[PATCH] selftests/timers: Fix spelling mistake "clocksourc" -> "clocksource"
 2021-03-26 17:51 UTC  (3+ messages)

[PATCH v5] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
 2021-03-26 17:09 UTC  (2+ messages)

[PATCH v6 0/8] Fork brute force attack mitigation
 2021-03-26 15:41 UTC  (28+ messages)
` [PATCH v6 2/8] security/brute: Define a LSM and manage statistical data
` [PATCH v6 3/8] securtiy/brute: Detect a brute force attack
` [PATCH v6 4/8] security/brute: Fine tuning the attack detection
` [PATCH v6 5/8] security/brute: Mitigate a brute force attack
` [PATCH v6 6/8] selftests/brute: Add tests for the Brute LSM
` [PATCH v6 7/8] Documentation: Add documentation "

[PATCH -next] treewide: Remove duplicated include from tm-vmx-unavail.c
 2021-03-26  7:04 UTC  (2+ messages)

[PATCH -next] selftests/powerpc: Remove duplicated include from tm-poison.c
 2021-03-26  6:48 UTC 

[PATCH] [v2] tools: testing: Remove duplicate includes
 2021-03-26  5:45 UTC  (2+ messages)

[PATCH v31 00/12] Landlock LSM
 2021-03-26  4:30 UTC  (15+ messages)
` [PATCH v31 01/12] landlock: Add object management
` [PATCH v31 02/12] landlock: Add ruleset and domain management
` [PATCH v31 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v31 04/12] landlock: Add ptrace restrictions
` [PATCH v31 05/12] LSM: Infrastructure management of the superblock
` [PATCH v31 06/12] fs,security: Add sb_delete hook
` [PATCH v31 07/12] landlock: Support filesystem access-control
` [PATCH v31 08/12] landlock: Add syscall implementations
` [PATCH v31 09/12] arch: Wire up Landlock syscalls
` [PATCH v31 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v31 12/12] landlock: Add user and kernel documentation
  ` [PATCH v31 10/12] selftests/landlock: Add user space tests

[PATCH v3 00/11] Add support for synchronous signals on perf events
 2021-03-25 19:10 UTC  (29+ messages)
` [PATCH v3 01/11] perf: Rework perf_event_exit_event()
` [PATCH v3 02/11] perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children
` [PATCH v3 03/11] perf: Support only inheriting events if cloned with CLONE_THREAD
` [PATCH v3 04/11] perf: Add support for event removal on exec
` [PATCH v3 05/11] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
` [PATCH v3 06/11] perf: Add support for SIGTRAP on perf events
` [PATCH v3 07/11] perf: Add breakpoint information to siginfo on SIGTRAP
` [PATCH v3 08/11] selftests/perf_events: Add kselftest for process-wide sigtrap handling
` [PATCH v3 09/11] selftests/perf_events: Add kselftest for remove_on_exec
` [PATCH v3 10/11] tools headers uapi: Sync tools/include/uapi/linux/perf_event.h
` [PATCH v3 11/11] perf test: Add basic stress test for sigtrap handling

[PATCH v30 00/12] Landlock LSM
 2021-03-25  9:29 UTC  (33+ messages)
` [PATCH v30 02/12] landlock: Add ruleset and domain management
` [PATCH v30 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v30 07/12] landlock: Support filesystem access-control
` [PATCH v30 08/12] landlock: Add syscall implementations
` [PATCH v30 12/12] landlock: Add user and kernel documentation
  ` [PATCH v30 10/12] selftests/landlock: Add user space tests

[PATCH] userfaultfd/shmem: fix minor fault page leak
 2021-03-25  2:10 UTC  (5+ messages)

[PATCH] tools: testing: Remove duplicate include of string.h
 2021-03-24 23:05 UTC  (2+ messages)

[PATCH v6 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-24 19:55 UTC  (4+ messages)
` [PATCH v6 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH V4 00/10] PKS Add Protection Key Supervisor support
 2021-03-24 19:53 UTC  (15+ messages)
` [PATCH V4 01/10] x86/pkeys: Create pkeys_common.h
` [PATCH V4 02/10] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH V4 03/10] x86/pks: Add additional PKEY helper macros
` [PATCH V4 04/10] x86/pks: Add PKS defines and Kconfig options
` [PATCH V4 05/10] x86/pks: Add PKS setup code
` [PATCH V4 06/10] x86/fault: Adjust WARN_ON for PKey fault
  ` [PATCH V4.1] "
` [PATCH V4 07/10] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH V4 08/10] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH V4 09/10] x86/pks: Add PKS kernel API
  ` [PATCH V4.1] "
` [PATCH V4 10/10] x86/pks: Add PKS test code

[PATCH v6] selftests/x86: Use getauxval() to simplify the code in sgx
 2021-03-24  9:48 UTC  (6+ messages)

[RFC PATCH v5 00/10] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-24  2:21 UTC  (19+ messages)
` [RFC PATCH v5 01/10] tools headers: sync headers of asm-generic/hugetlb_encode.h
` [RFC PATCH v5 02/10] tools headers: Add a macro to get HUGETLB page sizes for mmap
` [RFC PATCH v5 03/10] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [RFC PATCH v5 04/10] KVM: selftests: Print the errno besides error-string in TEST_ASSERT
` [RFC PATCH v5 05/10] KVM: selftests: Make a generic helper to get vm guest mode strings
` [RFC PATCH v5 06/10] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v5 07/10] KVM: selftests: Add a helper to get system default hugetlb "
` [RFC PATCH v5 08/10] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v5 09/10] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
` [RFC PATCH v5 10/10] KVM: selftests: Add a test for kvm page table code

[PATCH RFC v2 0/8] Add support for synchronous signals on perf events
 2021-03-23 19:16 UTC  (17+ messages)
` [PATCH RFC v2 3/8] perf/core: Add support for event removal on exec
` [PATCH RFC v2 8/8] selftests/perf: Add kselftest for remove_on_exec

[PATCH] kselftest: arm64: Add BTI tests
 2021-03-23 17:54 UTC  (2+ messages)

[PATCH 00/11] kselftest/arm64: mte: Fix feature detection and compilation
 2021-03-23 17:54 UTC  (2+ messages)

[GIT PULL] KUnit fixes update for Linux 5.12-rc5
 2021-03-23 17:30 UTC  (2+ messages)

[PATCH] tools: testing: Remove duplicate include of sched.h
 2021-03-23  5:44 UTC  (2+ messages)

[PATCH] tools: testing: inttypes.h is included twice
 2021-03-23  3:43 UTC 

[PATCH] tools: testing: pthread.h is included twice
 2021-03-23  3:39 UTC 

[PATCH bpf-next v2 0/2] add support for batched ops in LPM trie
 2021-03-23  2:50 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: add support for batched ops in LPM trie maps
` [PATCH bpf-next v2 2/2] bpf: selftests: add tests "

[selftests] e48d82b67a: BUG_TestSlub_RZ_alloc(Not_tainted):Redzone_overwritten
 2021-03-23  0:02 UTC  (4+ messages)

[PATCH v5 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-22 16:29 UTC  (6+ messages)
` [PATCH v5 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH] kselftest/arm64: sve: Do not use non-canonical FFR register value
 2021-03-22 13:19 UTC  (2+ messages)

[RFC 0/2] CPU-Idle latency selftest framework
 2021-03-22 12:56 UTC  (6+ messages)
` [RFC 2/2] selftest/cpuidle: Add support for cpuidle latency measurement

[RFC PATCH v4 0/9] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-22 11:59 UTC  (15+ messages)
` [RFC PATCH v4 5/9] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v4 6/9] KVM: selftests: Add a helper to get system default hugetlb "
` [RFC PATCH v4 7/9] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v4 9/9] KVM: selftests: Add a test for kvm page table code

[PATCH bpf-next 0/2] add support for batched ops in LPM trie
 2021-03-21 22:45 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: add support for batched operations in LPM trie maps
` [PATCH bpf-next 2/2] bpf: selftests: add tests for batched ops "

[PATCH] selftests: net: forwarding: Fix a typo
 2021-03-20  2:17 UTC  (2+ messages)


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 NNTP newsgroup(s).