linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-27 15:26:56 to 2020-02-03 15:54:57 UTC [more...]

[PATCH 0/3] Fix reconnection latency caused by FIN/ACK handling race
 2020-02-03 15:54 UTC  (25+ messages)
` [PATCH 1/3] net/ipv4/inet_timewait_sock: Fix inconsistent comments
    `  "
` [PATCH 2/3] tcp: Reduce SYN resend delay if a suspicous ACK is received
    `  "
        `  "
` [PATCH 3/3] selftests: net: Add FIN_ACK processing order related latency spike test
    `  "
  ` RE: [PATCH 0/3] Fix reconnection latency caused by FIN/ACK handling race

[PATCH v3 00/12] mm/gup: track FOLL_PIN pages
 2020-02-03 14:44 UTC  (30+ messages)
` [PATCH v3 01/12] mm: dump_page(): better diagnostics for compound pages
` [PATCH v3 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v3 03/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v3 04/12] mm: introduce page_ref_sub_return()
` [PATCH v3 05/12] mm/gup: pass gup flags to two more routines
` [PATCH v3 06/12] mm/gup: require FOLL_GET for get_user_pages_fast()
` [PATCH v3 07/12] mm/gup: track FOLL_PIN pages
` [PATCH v3 08/12] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v3 09/12] mm: dump_page(): better diagnostics for huge pinned pages
` [PATCH v3 10/12] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v3 11/12] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v3 12/12] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v3 0/2] Fix reconnection latency caused by FIN/ACK handling race
 2020-02-02 22:08 UTC  (5+ messages)
` [PATCH v3 1/2] tcp: Reduce SYN resend delay if a suspicous ACK is received
` [PATCH v3 2/2] selftests: net: Add FIN_ACK processing order related latency spike test
  ` Re: [PATCH v3 0/2] Fix reconnection latency caused by FIN/ACK handling race

[PATCH v2 0/2] Fix reconnection latency caused by FIN/ACK handling race
 2020-02-02  3:40 UTC  (9+ messages)
` [PATCH v2 1/2] tcp: Reduce SYN resend delay if a suspicous ACK is received
    `  "
      ` [PATCH v2.1 "
          `  "
` [PATCH v2 2/2] selftests: net: Add FIN_ACK processing order related latency spike test

[PATCH v1] Documentation: kunit: fixed sphinx error in code block
 2020-02-01 22:18 UTC  (2+ messages)

[PATCH] Kernel selftests: tpm2: check for tpm support
 2020-01-31 15:25 UTC 

[PATCH][RESEND] selftests/ftrace: Have pid filter test use instance flag
 2020-01-31  3:32 UTC  (2+ messages)

[PATCH v2 0/8] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-31  3:19 UTC  (18+ messages)
` [PATCH v2 1/8] mm: dump_page: print head page's refcount, for compound pages
` [PATCH v2 2/8] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v2 3/8] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v2 4/8] mm/gup: track FOLL_PIN pages
` [PATCH v2 5/8] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [PATCH v2 6/8] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [PATCH v2 7/8] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v2 8/8] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage

[PATCH v2 kunit-next 0/3] kunit: add debugfs representation to show results/run tests
 2020-01-31  2:51 UTC  (7+ messages)
` [PATCH v2 kunit-next 1/3] kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
` [PATCH v2 kunit-next 2/3] kunit: add "run" debugfs file to run suites, display results
` [PATCH v2 kunit-next 3/3] kunit: update documentation to describe debugfs representation

[PATCH v2 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-30 23:08 UTC  (8+ messages)
` [PATCH v2 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v2 2/7] arch: um: "
` [PATCH v2 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v2 4/7] init: main: add KUnit to kernel init
` [PATCH v2 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v2 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v2 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

[PATCH v1 0/7] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-30 23:04 UTC  (15+ messages)
` [PATCH v1 1/7] vmlinux.lds.h: add linker section for KUnit test suites
` [PATCH v1 2/7] arch: um: "
` [PATCH v1 3/7] kunit: test: create a single centralized executor for all tests
` [PATCH v1 4/7] init: main: add KUnit to kernel init
` [PATCH v1 5/7] kunit: test: add test plan to KUnit TAP format
` [PATCH v1 6/7] kunit: Add 'kunit_shutdown' option
` [PATCH v1 7/7] Documentation: Add kunit_shutdown to kernel-parameters.txt

[PATCH v18 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-01-30 21:51 UTC  (26+ messages)
` [PATCH v18 01/24] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v18 02/24] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v18 03/24] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v18 04/24] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v18 05/24] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v18 06/24] selftests: vm: pkeys: Use sane types for pkey register
` [PATCH v18 07/24] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v18 08/24] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v18 09/24] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v18 10/24] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v18 11/24] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v18 12/24] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v18 13/24] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v18 14/24] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v18 15/24] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v18 16/24] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v18 17/24] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v18 18/24] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v18 19/24] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v18 20/24] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v18 21/24] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v18 22/24] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v18 23/24] selftests: vm: pkeys: Use the correct page size "
` [PATCH v18 24/24] selftests: vm: pkeys: Fix multilib builds for x86

[PATCH] wireguard: selftests: Cleanup CONFIG_ENABLE_WARN_DEPRECATED
 2020-01-30 20:17 UTC  (2+ messages)

[RESEND PATCH v9 00/13] selftests/resctrl: Add resctrl selftest
 2020-01-30 13:41 UTC  (2+ messages)

[RFC PATCH v1] pin_on_cpu: Introduce thread CPU pinning system call
 2020-01-30 11:10 UTC  (10+ messages)

[PATCH v16 00/23] selftests, powerpc, x86: Memory Protection Keys
 2020-01-30  9:20 UTC  (10+ messages)

[PATCH 0/2] selftests: vm: Build fixes for powerpc64
 2020-01-30  7:01 UTC  (3+ messages)
` [PATCH 1/2] selftests: vm: Do not override definition of ARCH
` [PATCH 2/2] selftests: vm: Fix 64-bit test builds for powerpc64le

[PATCH v10 1/8] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-01-30  6:11 UTC  (11+ messages)
` [PATCH v10 2/8] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [PATCH v10 3/8] hugetlb_cgroup: add reservation accounting for private mappings
` [PATCH v10 7/8] hugetlb_cgroup: Add hugetlb_cgroup reservation tests

[GIT PULL] Kselftest update for Linux 5.6-rc1
 2020-01-29 23:35 UTC  (2+ messages)

[GIT PULL] Kselftest kunit update for Linux 5.6-rc1
 2020-01-29 23:35 UTC  (2+ messages)

[RFC v1 0/6] kunit: create a centralized executor to dispatch all KUnit tests
 2020-01-29 21:28 UTC  (12+ messages)

[PATCH 0/3] mm/gup: track FOLL_PIN pages (follow on from v12)
 2020-01-29 20:01 UTC  (12+ messages)
` [PATCH 1/3] mm/gup: track FOLL_PIN pages
` [PATCH 2/3] mm/gup_benchmark: support pin_user_pages() and related calls

[PATCH v3] selftests/ftrace: fix glob selftest
 2020-01-28  8:31 UTC  (2+ messages)

[PATCH v4] selftests/ftrace: fix glob selftest
 2020-01-28  8:30 UTC 

[PATCH] kunit/kunit_kernel: Rebuild .config if .kunitconfig is modified
 2020-01-28  6:03 UTC  (4+ messages)
` [PATCH] docs/kunit/start: Use '_KUNIT_TEST' config name suffix
  ` Re: [PATCH] kunit/kunit_kernel: Rebuild .config if .kunitconfig is modified

arm64: bpf: Elide some moves to a0 after calls
 2020-01-28  2:11 UTC  (5+ messages)
` [PATCH 1/4] selftests/bpf: Elide a check for LLVM versions that can't compile it
` [PATCH 2/4] arm64: bpf: Convert bpf2a64 to a function
` [PATCH 3/4] arm64: bpf: Split the read and write halves of dst
` [PATCH 4/4] arm64: bpf: Elide some moves to a0 after calls

[PATCH] selftests: settings: tests can be in subsubdirs
 2020-01-27 20:34 UTC  (6+ messages)

[PATCH v4 00/10] Create a userfaultfd demand paging test
 2020-01-27 17:28 UTC  (6+ messages)
` [PATCH v4 09/10] KVM: selftests: Stop memslot creation in KVM internal memslot region

syzkaller reproducers
 2020-01-27 17:06 UTC  (13+ messages)
      ` [Automated-testing] "


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