linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-10 16:39:40 to 2020-07-20 13:47:05 UTC [more...]

[PATCH v4 0/2] Syscall User Redirection
 2020-07-20 13:46 UTC  (18+ messages)
` [PATCH v4 1/2] kernel: Implement selective syscall userspace redirection
` [PATCH v4 2/2] selftests: Add kselftest for syscall user dispatch

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-20  9:17 UTC  (43+ messages)
` [PATCH RFC V2 01/17] x86/pkeys: Create pkeys_internal.h
` [PATCH RFC V2 02/17] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V2 03/17] x86/pks: Enable Protection Keys Supervisor (PKS)
` [PATCH RFC V2 04/17] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH RFC V2 05/17] x86/pks: Add PKS kernel API
` [PATCH RFC V2 06/17] x86/pks: Add a debugfs file for allocated PKS keys
` [PATCH RFC V2 07/17] Documentation/pkeys: Update documentation for kernel pkeys
` [PATCH RFC V2 08/17] x86/pks: Add PKS Test code
` [PATCH RFC V2 09/17] memremap: Convert devmap static branch to {inc,dec}
` [PATCH RFC V2 10/17] fs/dax: Remove unused size parameter
` [PATCH RFC V2 11/17] drivers/dax: Expand lock scope to cover the use of addresses
` [PATCH RFC V2 12/17] memremap: Add zone device access protection
` [PATCH RFC V2 13/17] kmap: Add stray write protection for device pages
` [PATCH RFC V2 14/17] dax: Stray write protection for dax_direct_access()
` [PATCH RFC V2 15/17] nvdimm/pmem: Stray write protection for pmem->virt_addr
` [PATCH RFC V2 16/17] [dax|pmem]: Enable stray write protection
` [PATCH RFC V2 17/17] x86/entry: Preserve PKRS MSR across exceptions

[PATCH v2 0/2] Selftest for cpuidle latency measurement
 2020-07-20  5:52 UTC  (5+ messages)
` [PATCH v2 1/2] cpuidle: Trace IPI based and timer based wakeup latency from idle states
` [PATCH v2 2/2] selftest/cpuidle: Add support for cpuidle latency measurement

[RFC PATCH bpf-next 0/2] BTF support for ksyms
 2020-07-20  5:28 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/2] bpf: BTF support for __ksym externs
` [RFC PATCH bpf-next 2/2] selftests/bpf: Test __ksym externs with BTF

[PATCH 0/3] xtensa: add seccomp support
 2020-07-19  2:16 UTC  (4+ messages)
` [PATCH 1/3] xtensa: expose syscall through user_pt_regs
` [PATCH 2/3] xtensa: add seccomp support
` [PATCH 3/3] selftests/seccomp: add xtensa support

[PATCH v2] lib: Convert test_user_copy to KUnit test
 2020-07-18  0:51 UTC 

[PATCH v2] lib: kunit: Provides a userspace memory context when tests are compiled as module
 2020-07-18  0:50 UTC 

[RFC v2] kunit: tool: Allows to install and load modules in root filesystem
 2020-07-18  0:49 UTC 

[PATCH v2] selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support
 2020-07-17 19:49 UTC  (3+ messages)

[RFC 0/3] kunit: add support to use modules
 2020-07-16 16:42 UTC  (17+ messages)
` [RFC 1/3] kunit: tool: Add support root filesystem in kunit-tool
` [RFC 2/3] lib: Allows to borrow mm in userspace on KUnit
` [RFC 3/3] lib: Convert test_user_copy to KUnit test

[PATCH] selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support
 2020-07-16 15:46 UTC  (5+ messages)

[PATCH v36 22/24] selftests/x86: Add a selftest for SGX
 2020-07-16 13:53 UTC 

[PATCH v3 0/3] selftests: powerpc: Fixes and execute-disable test for pkeys
 2020-07-16 12:56 UTC  (2+ messages)

[PATCH 2/4] KVM: x86: Introduce paravirt feature CR0/CR4 pinning
 2020-07-15 19:58 UTC  (12+ messages)

[PATCH 0/3] readfile(2): a new syscall to make open/read/close faster
 2020-07-15 11:17 UTC  (11+ messages)

[PATCH v2] selftests/livepatch: adopt to newer sysctl error format
 2020-07-15  7:03 UTC  (5+ messages)

[PATCH] selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion
 2020-07-14 22:06 UTC  (3+ messages)

[PATCH v1 0/2] kunit: tool: fix kunit_tool unit tests
 2020-07-14 20:41 UTC  (3+ messages)
` [PATCH v1 1/2] kunit: tool: fix broken default args in "
` [PATCH v1 2/2] kunit: tool: fix improper treatment of file location

[RFC PATCH 00/15] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-14 20:00 UTC  (30+ messages)
` [RFC PATCH 01/15] x86/pkeys: Create pkeys_internal.h
` [RFC PATCH 02/15] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [RFC PATCH 03/15] x86/pks: Enable Protection Keys Supervisor (PKS)
` [RFC PATCH 04/15] x86/pks: Preserve the PKRS MSR on context switch
` [RFC PATCH 05/15] x86/pks: Add PKS kernel API
` [RFC PATCH 06/15] x86/pks: Add a debugfs file for allocated PKS keys
` [RFC PATCH 07/15] Documentation/pkeys: Update documentation for kernel pkeys
` [RFC PATCH 08/15] x86/pks: Add PKS Test code
` [RFC PATCH 09/15] fs/dax: Remove unused size parameter
` [RFC PATCH 10/15] drivers/dax: Expand lock scope to cover the use of addresses
` [RFC PATCH 11/15] memremap: Add zone device access protection
` [RFC PATCH 12/15] kmap: Add stray write protection for device pages
` [RFC PATCH 13/15] dax: Stray write protection for dax_direct_access()
` [RFC PATCH 14/15] nvdimm/pmem: Stray write protection for pmem->virt_addr
` [RFC PATCH 15/15] [dax|pmem]: Enable stray write protection

[PATCH] selftests/harness: Limit step counter reporting
 2020-07-14 18:30 UTC 

[PATCH v7 0/9] Add seccomp notifier ioctl that enables adding fds
 2020-07-14 18:20 UTC  (3+ messages)
` [PATCH v7 8/9] seccomp: Introduce addfd ioctl to seccomp user notifier

[PATCH] selftests/livepatch: Use "comm" instead of "diff" for dmesg
 2020-07-14  7:53 UTC  (4+ messages)

[PATCH v2 0/8] selftests/harness: Switch to TAP output
 2020-07-14  0:50 UTC  (5+ messages)
` [PATCH v2 6/8] selftests/harness: Refactor XFAIL into SKIP

[PATCH v3 0/2] Syscall user redirection
 2020-07-14  0:22 UTC  (5+ messages)
` [PATCH v3 1/2] kernel: Implement selective syscall userspace redirection
` [PATCH v3 2/2] selftests: Add kselftest for syscall user dispatch

[PATCH] selftests: Replace HTTP links with HTTPS ones
 2020-07-13 19:57 UTC 

[PATCH] rcutorture: Replace HTTP links with HTTPS ones
 2020-07-13 19:37 UTC 

[PATCH v2 0/5] mm/migrate: avoid device private invalidations
 2020-07-13 17:21 UTC  (6+ messages)
` [PATCH v2 1/5] nouveau: fix storing invalid ptes
` [PATCH v2 2/5] mm/migrate: add a direction parameter to migrate_vma
` [PATCH v2 3/5] mm/notifier: add migration invalidation type
` [PATCH v2 4/5] nouveau/svm: use the new migration invalidation
` [PATCH v2 5/5] mm/hmm/test: "

[PATCH] selftests/livepatch: adopt to newer sysctl error format
 2020-07-13  8:52 UTC  (4+ messages)

[PATCH for-next/seccomp v2 0/2] selftests/seccomp: SKIP tests requiring root
 2020-07-11 16:05 UTC  (6+ messages)
` [PATCH for-next/seccomp v2 1/2] selftests/seccomp: Add SKIPs for failed unshare()
` [PATCH for-next/seccomp v2 2/2] selftests/seccomp: Set NNP for TSYNC ESRCH flag test

[PATCH bpf] selftests/bpf: Fix cgroup sockopt verifier test
 2020-07-10 23:34 UTC  (3+ messages)

[GIT PULL] Kselftest fixes update for Linux 5.8-rc5
 2020-07-10 22:10 UTC  (2+ messages)

[PATCH 0/5] mm/migrate: avoid device private invalidations
 2020-07-10 20:17 UTC  (4+ messages)
` [PATCH 3/5] mm/notifier: add migration invalidation type

[PATCH v3 0/5] mm/hmm/nouveau: add PMD system memory mapping
 2020-07-10 20:13 UTC  (3+ messages)

[PATCH v2 0/2] mm/migrate: optimize migrate_vma_setup() for holes
 2020-07-10 19:48 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] mm/migrate: add migrate-shared test for migrate_vma_*()


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