linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-25 12:02:10 to 2021-04-02 08:55:31 UTC [more...]

[PATCH v4 0/2] kunit: fail tests on UBSAN errors
 2021-04-02  8:55 UTC  (3+ messages)
` [PATCH v4 1/2] kunit: support failure from dynamic analysis tools

[PATCH v4 0/3] sysfs: Unconditionally use vmalloc for buffer
 2021-04-02  6:32 UTC  (5+ messages)
` [PATCH v4 1/3] lkdtm/heap: Add vmalloc linear overflow test
` [PATCH v4 2/3] seq_file: Fix clang warning for NULL pointer arithmetic
` [PATCH v4 3/3] sysfs: Unconditionally use vmalloc for buffer

[PATCH bpf-next 0/5] libbpf: Add TC-BPF API
 2021-04-02  0:19 UTC  (34+ 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 "

[RFC v2 0/2] CPU-Idle latency selftest framework
 2021-04-01 23:27 UTC  (4+ messages)
` [RFC v2 1/2] cpuidle: Extract IPI based and timer based wakeup latency from idle states
` [RFC v2 2/2] selftest/cpuidle: Add support for cpuidle latency measurement

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

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

[PATCH v4] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-01 18:37 UTC 

[PATCH -next] KVM: selftests: remove redundant semi-colon
 2021-04-01 14:45 UTC  (2+ messages)

[PATCH v31 00/12] Landlock LSM
 2021-04-01 17:12 UTC  (9+ messages)
` [PATCH v31 07/12] landlock: Support filesystem access-control
` [PATCH v31 12/12] landlock: Add user and kernel documentation
  ` [PATCH v31 10/12] selftests/landlock: Add user space tests

[PATCH 0/4] kvm: cpuid: fix cpuid nent field
 2021-04-01  9:54 UTC  (12+ messages)
` [PATCH 1/4] kvm: cpuid: adjust the returned nent field of kvm_cpuid2 for KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID
` [PATCH 2/4] Documentation: kvm: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH 3/4] selftests: add kvm_get_emulated_cpuid
` [PATCH 4/4] selftests: kvm: add get_emulated_cpuid test

[PATCH 0/4] kvm: cpuid: fix cpuid nent field
 2021-04-01  9:28 UTC  (7+ messages)
` [PATCH v2 1/4] kvm: cpuid: adjust the returned nent field of kvm_cpuid2 for KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID
` [PATCH v2 2/4] Documentation: kvm: update KVM_GET_EMULATED_CPUID ioctl description
` [PATCH v2 3/4] selftests: add kvm_get_emulated_cpuid
` [PATCH v2 4/4] selftests: kvm: add get_emulated_cpuid test

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

[PATCH v8 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-31 23:53 UTC  (2+ messages)
` [PATCH v8 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH] memfd_secret: use unsigned int rather than long as syscall flags type
 2021-03-31 21:52 UTC  (3+ messages)

[PATCH] dma-mapping: benchmark: use the correct HiSilicon copyright
 2021-03-31 21:34 UTC  (2+ messages)

[PATCH] selftests/bpf: add LDFLAGS when building test_verifier
 2021-03-31 19:02 UTC  (3+ messages)

[PATCH bpf-next] bpf: add 'BPF_RB_MAY_WAKEUP' flag
 2021-03-31 18:59 UTC  (11+ 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 v7 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-31 17:00 UTC  (4+ messages)
` [PATCH v7 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH v3 00/11] Add support for synchronous signals on perf events
 2021-03-31 16:50 UTC  (28+ messages)
` [PATCH v3 01/11] perf: Rework perf_event_exit_event()
` [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] selftests: timens: Fix gettime_perf to work on powerpc
 2021-03-31 13:59 UTC 

[PATCH v3] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTNUE behavior
 2021-03-31 12:54 UTC  (4+ messages)

Bidding invitation
 2021-03-31  7:14 UTC 

[PATCH] kvm: fix minor typos in x86/kvm.h and selftests/processor.c
 2021-03-30 19:30 UTC 

[PATCH V4 00/10] PKS Add Protection Key Supervisor support
 2021-03-30 19:25 UTC  (3+ messages)
` [PATCH V4 07/10] x86/pks: Preserve the PKRS MSR on context switch

BUG: key ffff000800eba398 has not been registered!
 2021-03-30 17:49 UTC 

[PATCH] selftests: get readahead size for check_file_mmap()
 2021-03-30 12:45 UTC  (2+ messages)

[PATCH v8 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
 2021-03-30 10:45 UTC  (4+ messages)
` [PATCH v8 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf
` [PATCH v8 3/4] lib: test_scanf: Add tests for sscanf number conversion
` [PATCH v8 4/4] selftests: lib: Add wrapper script for test_scanf

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

[PATCH v2] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTNUE behavior
 2021-03-29 22:50 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 07/33] kunit: tool: Fix a python tuple typing error
 2021-03-29 22:22 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 20/33] kselftest/arm64: sve: Do not use non-canonical FFR register value
` [PATCH AUTOSEL 5.10 27/33] selftests/vm: fix out-of-tree build

[PATCH AUTOSEL 5.11 08/38] kunit: tool: Fix a python tuple typing error
 2021-03-29 22:21 UTC  (3+ messages)
` [PATCH AUTOSEL 5.11 23/38] kselftest/arm64: sve: Do not use non-canonical FFR register value
` [PATCH AUTOSEL 5.11 32/38] selftests/vm: fix out-of-tree build

[PATCH v7 1/4] lib: vsprintf: scanf: Negative number must have field width > 1
 2021-03-29 16:27 UTC  (6+ messages)
` [PATCH v7 2/4] lib: vsprintf: Fix handling of number field widths in vsscanf
` [PATCH v7 3/4] lib: test_scanf: Add tests for sscanf number conversion
` [PATCH v7 4/4] selftests: lib: Add wrapper script for test_scanf

[RFC PATCH v5 00/10] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-29 13:25 UTC  (4+ messages)
` [RFC PATCH v5 10/10] KVM: selftests: Add a test for kvm page table code

[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  (4+ messages)
` [PATCH v6 7/8] Documentation: Add documentation for the Brute LSM

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


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