Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2021-03-02 16:49:37 to 2021-03-15 08:08:57 UTC [more...]

[PATCH] selftests: timers: remove unneeded semicolon
 2021-03-15  8:07 UTC 

[PATCH] tools/testing/selftests/vm/: fix warning comparing pointer to 0
 2021-03-15  7:50 UTC 

[RFC PATCH v4 0/9] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-15  2:06 UTC  (18+ messages)
` [RFC PATCH v4 2/9] tools headers: Add a macro to get HUGETLB page sizes for mmap
` [RFC PATCH v4 3/9] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [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 8/9] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
` [RFC PATCH v4 9/9] KVM: selftests: Add a test for kvm page table code

[PATCH v6] selftests/x86: Use getauxval() to simplify the code in sgx
 2021-03-14 11:16 UTC 

[RFC PATCH 0/4] KVM: stats: Retrieve statistics data in binary format
 2021-03-13  9:35 UTC  (21+ messages)
` [RFC PATCH 1/4] KVM: stats: Separate statistics name strings from debugfs code
` [RFC PATCH 2/4] KVM: stats: Define APIs for aggregated stats retrieval in binary format
` [RFC PATCH 3/4] KVM: stats: Add ioctl commands to pull statistics "
` [RFC PATCH 4/4] KVM: selftests: Add selftest for KVM binary form statistics interface

[PATCH v5 00/21] Miscellaneous fixes for resctrl selftests
 2021-03-12 22:11 UTC  (31+ messages)
` [PATCH v5 01/21] selftests/resctrl: Enable gcc checks to detect buffer overflows
` [PATCH v5 02/21] selftests/resctrl: Fix compilation issues for global variables
` [PATCH v5 03/21] selftests/resctrl: Fix compilation issues for other "
` [PATCH v5 04/21] selftests/resctrl: Clean up resctrl features check
` [PATCH v5 05/21] selftests/resctrl: Ensure sibling CPU is not same as original CPU
` [PATCH v5 06/21] selftests/resctrl: Fix missing options "-n" and "-p"
` [PATCH v5 07/21] selftests/resctrl: Rename CQM test as CMT test
` [PATCH v5 08/21] selftests/resctrl: Call kselftest APIs to log test results
` [PATCH v5 09/21] selftests/resctrl: Share show_cache_info() by CAT and CMT tests
` [PATCH v5 10/21] selftests/resctrl: Fix a printed message
` [PATCH v5 11/21] selftests/resctrl: Add config dependencies
` [PATCH v5 12/21] selftests/resctrl: Check for resctrl mount point only if resctrl FS is supported
` [PATCH v5 13/21] selftests/resctrl: Use resctrl/info for feature detection
` [PATCH v5 14/21] selftests/resctrl: Fix MBA/MBM results reporting format
` [PATCH v5 15/21] selftests/resctrl: Don't hard code value of "no_of_bits" variable
` [PATCH v5 16/21] selftests/resctrl: Modularize resctrl test suite main() function
` [PATCH v5 17/21] selftests/resctrl: Skip the test if requested resctrl feature is not supported
` [PATCH v5 18/21] selftests/resctrl: Fix unmount resctrl FS
` [PATCH v5 19/21] selftests/resctrl: Fix incorrect parsing of iMC counters
` [PATCH v5 20/21] selftests/resctrl: Fix checking for < 0 for unsigned values
` [PATCH v5 21/21] selftests/resctrl: Create .gitignore to include resctrl_tests

[PATCH v3] kunit: Match parenthesis alignment to improve code readability
 2021-03-12 19:11 UTC 

[PATCH v5 0/8] Fork brute force attack mitigation
 2021-03-12 17:54 UTC  (18+ messages)
` [PATCH v5 5/8] security/brute: Mitigate a brute force attack
` [PATCH v5 7/8] Documentation: Add documentation for the Brute LSM

[PATCH] selftests/sgx: fix EINIT failure dueto SGX_INVALID_SIGNATURE
 2021-03-12 16:53 UTC  (15+ messages)

[PATCH v3] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-12  0:57 UTC 

[PATCH v2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-11 22:37 UTC  (4+ messages)

[PATCH v4 0/2] kunit: fail tests on UBSAN errors
 2021-03-11 15:23 UTC  (3+ messages)
` [PATCH v4 1/2] kunit: support failure from dynamic analysis tools
` [PATCH v4 2/2] kunit: ubsan integration

[PATCH] selftests/bpf: fix warning comparing pointer to 0
 2021-03-10 22:00 UTC  (3+ messages)

[PATCH] bpf: fix warning comparing pointer to 0
 2021-03-10 22:00 UTC  (2+ messages)

[PATCH v2] kunit: fix checkpatch warning
 2021-03-10 15:54 UTC  (5+ messages)

[PATCH] kselftest: arm64: Fix exit code of sve-ptrace
 2021-03-10 11:39 UTC  (2+ messages)

[PATCH RFC v2 0/8] Add support for synchronous signals on perf events
 2021-03-10 10:47 UTC  (10+ messages)
` [PATCH RFC v2 1/8] perf/core: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children
` [PATCH RFC v2 2/8] perf/core: Support only inheriting events if cloned with CLONE_THREAD
` [PATCH RFC v2 3/8] perf/core: Add support for event removal on exec
` [PATCH RFC v2 4/8] signal: Introduce TRAP_PERF si_code and si_perf to siginfo
` [PATCH RFC v2 5/8] perf/core: Add support for SIGTRAP on perf events
` [PATCH RFC v2 6/8] perf/core: Add breakpoint information to siginfo on SIGTRAP
` [PATCH RFC v2 7/8] selftests/perf: Add kselftest for process-wide sigtrap handling
` [PATCH RFC v2 8/8] selftests/perf: Add kselftest for remove_on_exec

[PATCH v2 0/5] userfaultfd: support minor fault handling for shmem
 2021-03-10  4:40 UTC  (6+ messages)
` [PATCH v2 1/5] "
    ` [PATCH v2.5] "

[PATCH] kselftest: arm64: Add BTI tests
 2021-03-09 19:37 UTC 

[PATCH] selftests/timers: remove unneeded semicolon
 2021-03-09  7:49 UTC 

[PATCH] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-08 22:20 UTC  (15+ messages)

[PATCH bpf-next] selftests/bpf: Fix typo in Makefile
 2021-03-08 21:19 UTC  (3+ messages)

[RFC PATCH v2 00/13] Add futex2 syscall
 2021-03-08 17:33 UTC  (27+ messages)
` [RFC PATCH v2 01/13] futex2: Implement wait and wake functions
` [RFC PATCH v2 02/13] futex2: Add support for shared futexes
` [RFC PATCH v2 03/13] futex2: Implement vectorized wait
` [RFC PATCH v2 04/13] futex2: Implement requeue operation
` [RFC PATCH v2 05/13] futex2: Add compatibility entry point for x86_x32 ABI
` [RFC PATCH v2 06/13] docs: locking: futex2: Add documentation
` [RFC PATCH v2 07/13] selftests: futex2: Add wake/wait test
` [RFC PATCH v2 08/13] selftests: futex2: Add timeout test
` [RFC PATCH v2 09/13] selftests: futex2: Add wouldblock test
` [RFC PATCH v2 10/13] selftests: futex2: Add waitv test
` [RFC PATCH v2 11/13] selftests: futex2: Add requeue test
` [RFC PATCH v2 12/13] perf bench: Add futex2 benchmark tests
` [RFC PATCH v2 13/13] kernel: Enable waitpid() for futex2

[PATCH v6 0/8] Fork brute force attack mitigation
 2021-03-07 11:30 UTC  (9+ messages)
` [PATCH v6 1/8] security: Add LSM hook at the point where a task gets a fatal signal
` [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 v6 8/8] MAINTAINERS: Add a new entry "

[PATCH AUTOSEL 5.11 04/12] selftests: kvm: Mmap the entire vcpu mmap area
 2021-03-07 13:57 UTC 

[PATCH] selftest/net/ipsec.c: Remove unneeded semicolon
 2021-03-05 21:10 UTC  (2+ messages)

[PATCH] selftests: timers: set-timer-lat: remove unneeded semicolon
 2021-03-04  8:55 UTC 

[PATCH v18 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-03-03 16:22 UTC  (10+ messages)
` [PATCH v18 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v18 2/9] mmap: make mlock_future_check() global
` [PATCH v18 3/9] riscv/Kconfig: make direct map manipulation options depend on MMU
` [PATCH v18 4/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v18 5/9] set_memory: allow querying whether set_direct_map_*() is actually enabled
` [PATCH v18 6/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v18 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v18 8/9] arch, mm: wire up memfd_secret system call where relevant
` [PATCH v18 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] selftests/bpf: Simplify the calculation of variables
 2021-03-03 15:58 UTC  (2+ messages)

[PATCH v5] selftests: fix prepending $(OUTPUT) to $(TEST_PROGS)
 2021-03-03  0:44 UTC 

[PATCH v5 2/8] security/brute: Define a LSM and manage statistical data
 2021-03-02 18:39 UTC  (2+ messages)
  ` [security/brute] cfe92ab6a3: WARNING:inconsistent_lock_state


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox