Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2021-02-25 02:15:39 to 2021-03-08 21:59:32 UTC [more...]

[PATCH] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-08 21:58 UTC  (14+ 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 v5 0/8] Fork brute force attack mitigation
 2021-03-07 22:49 UTC  (18+ messages)
` [PATCH v5 1/8] security: Add LSM hook at the point where a task gets a fatal signal
` [PATCH v5 2/8] security/brute: Define a LSM and manage statistical data
    ` [security/brute] cfe92ab6a3: WARNING:inconsistent_lock_state
` [PATCH v5 3/8] securtiy/brute: Detect a brute force attack
` [PATCH v5 4/8] security/brute: Fine tuning the attack detection
` [PATCH v5 5/8] security/brute: Mitigate a brute force attack
` [PATCH v5 6/8] selftests/brute: Add tests for the Brute LSM
` [PATCH v5 7/8] Documentation: Add documentation "
` [PATCH v5 8/8] MAINTAINERS: Add a new entry "

[PATCH v5 00/21] Miscellaneous fixes for resctrl selftests
 2021-03-07 14:55 UTC  (22+ 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 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 v2] kunit: fix checkpatch warning
 2021-03-04 23:12 UTC  (4+ 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] selftests/sgx: fix EINIT failure dueto SGX_INVALID_SIGNATURE
 2021-03-03 12:12 UTC  (8+ messages)

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

[RFC PATCH v4 0/9] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-02 12:57 UTC  (10+ messages)
` [RFC PATCH v4 1/9] tools headers: sync headers of asm-generic/hugetlb_encode.h
` [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 4/9] KVM: selftests: Make a generic helper to get vm guest mode strings
` [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

[RFC PATCH v3 0/7] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-02 12:21 UTC  (11+ messages)
` [RFC PATCH v3 1/8] tools headers: sync headers of asm-generic/hugetlb_encode.h
` [RFC PATCH v3 2/8] tools headers: Add a macro to get HUGETLB page sizes for mmap
` [RFC PATCH v3 3/8] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [RFC PATCH v3 4/8] KVM: selftests: Make a generic helper to get vm guest mode strings
` [RFC PATCH v3 5/8] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v3 6/8] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v3 7/8] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
` [RFC PATCH v3 8/8] KVM: selftests: Add a test for kvm page table code

[PATCH v2 0/5] userfaultfd: support minor fault handling for shmem
 2021-03-02  0:01 UTC  (6+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v2 3/5] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v2 4/5] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v2 5/5] userfaultfd/selftests: exercise minor fault handling shmem support

[PATCH] kunit: fix checkpatch warning
 2021-03-01 21:56 UTC  (3+ messages)

[PATCH 5.11 430/775] kselftests: dmabuf-heaps: Fix Makefiles inclusion of the kernels usr/include dir
 2021-03-01 16:09 UTC 

[PATCH 5.10 355/663] kselftests: dmabuf-heaps: Fix Makefiles inclusion of the kernels usr/include dir
 2021-03-01 16:10 UTC 

[PATCH v4 0/8] Fork brute force attack mitigation
 2021-02-27 18:46 UTC  (2+ messages)

[PATCH v6 4/6] selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
 2021-02-27 16:59 UTC  (2+ messages)
` [PATCH v6 6/6] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH] kunit: tool: Fix a python tuple typing error
 2021-02-26 21:15 UTC  (2+ messages)

[PATCH] kunit: tool: Disable PAGE_POISONING under --alltests
 2021-02-26 20:57 UTC  (2+ messages)

general protection fault in kvm_hv_irq_routing_update
 2021-02-26  7:42 UTC  (2+ messages)

[RFC PATCH v2 0/7] Some improvement and a new test for kvm page table
 2021-02-26  5:56 UTC  (18+ messages)
` [RFC PATCH v2 1/7] tools include: sync head files of mmap flag encodings about hugetlb
` [RFC PATCH v2 2/7] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [RFC PATCH v2 3/7] KVM: selftests: Make a generic helper to get vm guest mode strings
` [RFC PATCH v2 4/7] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v2 5/7] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v2 6/7] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
` [RFC PATCH v2 7/7] KVM: selftests: Add a test for kvm page table code

[PATCH 0/5] userfaultfd: support minor fault handling for shmem
 2021-02-25 19:16 UTC  (7+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH 3/5] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH 4/5] userfaultfd/selftests: reinitialize test context in each test
` [PATCH 5/5] userfaultfd/selftests: exercise minor fault handling shmem support

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

[PATCH] selftests/timers: remove unneeded semicolon
 2021-02-25  6:54 UTC 


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