linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-27 03:55:00 to 2019-12-06 13:41:04 UTC [more...]

[PATCH] selftests: net: ip_defrag: increase netdev_max_backlog
 2019-12-06 13:41 UTC  (4+ messages)

[PATCH 0/3] Reanme the definitions of INTERRUPT_PENDING, NMI_PENDING and TSC_OFFSETING
 2019-12-06  8:45 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOW
` [PATCH 2/3] KVM: VMX: Rename NMI_PENDING to NMI_WINDOW
` [PATCH 3/3] KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTING

[PATCH] selftests: Fix dangling documentation references to kselftest_module.sh
 2019-12-06  3:17 UTC 

[BUGFIX PATCH v2 0/3] selftests: safesetid: Fix some bugs in safesetid test
 2019-12-06  1:23 UTC  (7+ messages)
` [BUGFIX PATCH v2 1/3] selftests: safesetid: Move link library to LDLIBS
` [BUGFIX PATCH v2 2/3] selftests: safesetid: Check the return value of setuid/setgid
` [BUGFIX PATCH v2 3/3] selftests: safesetid: Fix Makefile to set correct test program

selftests: l2tp tests
 2019-12-05 16:51 UTC  (2+ messages)

[PATCH v7 00/25] Unify vDSOs across more architectures
 2019-12-05 14:56 UTC  (11+ messages)
` [PATCH v7 16/25] arm: Add support for generic vDSO
  ` [PATCH v7 16/25] arm: Add support for generic vDSO (causing crash)

[BUGFIX PATCH 0/2] selftests: safesetid: Fix build warnings and errors
 2019-12-05 12:16 UTC  (4+ messages)
` [BUGFIX PATCH 1/2] selftests: safesetid: Move link library to LDLIBS
` [BUGFIX PATCH 2/2] selftests: safesetid: Check the return value of setuid/setgid

[PATCH v3 0/5] Fix nits in the kunit
 2019-12-05  9:44 UTC  (12+ messages)
` [PATCH v3 1/5] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v3 2/5] kunit: Remove duplicated defconfig creation
` [PATCH v3 3/5] kunit: Create default config in '--build_dir'
` [PATCH v3 4/5] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v3 5/5] kunit: Rename 'kunitconfig' to '.kunitconfig'

[PATCH v5 0/6] Fix nits in the kunit
 2019-12-05  9:38 UTC  (7+ messages)
` [PATCH v5 1/6] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v5 2/6] kunit: Remove duplicated defconfig creation
` [PATCH v5 3/6] kunit: Create default config in '--build_dir'
` [PATCH v5 4/6] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v5 5/6] kunit: Rename 'kunitconfig' to '.kunitconfig'
` [PATCH v5 6/6] kunit/kunit_tool_test: Test '--build_dir' option run

[BUGFIX PATCH] selftests/x86: Check the availablity of sys/syscall.h
 2019-12-05  8:28 UTC  (2+ messages)

[PATCH v5 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-12-05  0:00 UTC  (20+ messages)
` [PATCH v5 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
` [PATCH v5 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v5 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v5 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
` [PATCH v5 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
` [PATCH v5 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build

[PATCH v6 linux-kselftest-test 0/6] kunit: support building core/tests as modules
 2019-12-04 21:47 UTC  (8+ messages)
` [PATCH v6 linux-kselftest-test 1/6] kunit: move string-stream.h to lib/kunit
` [PATCH v6 linux-kselftest-test 2/6] kunit: hide unexported try-catch interface in try-catch-impl.h
` [PATCH v6 linux-kselftest-test 3/6] kunit: allow kunit tests to be loaded as a module
` [PATCH v6 linux-kselftest-test 4/6] kunit: remove timeout dependence on sysctl_hung_task_timeout_seconds
` [PATCH v6 linux-kselftest-test 5/6] kunit: allow kunit to be loaded as a module
` [PATCH v6 linux-kselftest-test 6/6] kunit: update documentation to describe module-based build

[PATCH v4 0/5] Fix nits in the kunit
 2019-12-04 20:18 UTC  (6+ messages)
` [PATCH v4 1/5] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v4 2/5] kunit: Remove duplicated defconfig creation
` [PATCH v4 3/5] kunit: Create default config in '--build_dir'
` [PATCH v4 4/5] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v4 5/5] kunit: Rename 'kunitconfig' to '.kunitconfig'

next-20191203 kselftest results
 2019-12-04  6:01 UTC 

[PATCH kselftest/test] kunit: Always print actual pointer values in asserts
 2019-12-03 23:44 UTC  (2+ messages)

Reply expected within the next 48 hours
 2019-12-03 22:50 UTC 

[PATCH 0/6] Fix nits in the kunit
 2019-12-03 22:35 UTC  (23+ messages)
` [PATCH 1/6] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH 2/6] docs/kunit/start: Skip wrapper run command
` [PATCH 3/6] kunit: Remove duplicated defconfig creation
` [PATCH 4/6] kunit: Create default config in 'build_dir'
` [PATCH 5/6] kunit: Place 'test.log' under the 'build_dir'
` [PATCH 6/6] kunit: Rename 'kunitconfig' to '.kunitconfig'

[PATCH v2 0/5] Fix nits in the kunit
 2019-12-03 17:41 UTC  (7+ messages)
` [PATCH v2 1/5] docs/kunit/start: Use in-tree 'kunit_defconfig'
` [PATCH v2 2/5] kunit: Remove duplicated defconfig creation
` [PATCH v2 3/5] kunit: Create default config in '--build_dir'
` [PATCH v2 4/5] kunit: Place 'test.log' under the 'build_dir'
` [PATCH v2 5/5] kunit: Rename 'kunitconfig' to '.kunitconfig'

[PATCH kselftest-next 1/2] kselftests: memcg: update the oom group leaf events test
 2019-12-03 16:58 UTC  (4+ messages)
` [PATCH kselftest-next 2/2] kselftests: memcg: speed up the memory.high test

Hope to get your reply within 48 hours
 2019-12-03  7:09 UTC 

[PATCH v2] kunit: testing kunit: Bug fix in test_run_timeout function
 2019-12-03  6:16 UTC  (2+ messages)

[GIT PULL] Kselftest fixes2 update for Linux 5.5.rc1
 2019-12-03  1:50 UTC  (2+ messages)

[PATCH v4 00/19] x86/cpu: Clean up handling of VMX features
 2019-12-02 19:06 UTC  (23+ messages)
` [PATCH v4 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR
` [PATCH v4 02/19] selftests: kvm: Replace manual MSR defs with common msr-index.h
` [PATCH v4 03/19] tools arch x86: Sync msr-index.h from kernel sources
` [PATCH v4 04/19] x86/intel: Initialize IA32_FEAT_CTL MSR at boot
` [PATCH v4 05/19] x86/mce: WARN once if IA32_FEAT_CTL MSR is left unlocked
` [PATCH v4 06/19] x86/centaur: Use common IA32_FEAT_CTL MSR initialization
` [PATCH v4 07/19] x86/zhaoxin: "
` [PATCH v4 08/19] x86/cpu: Clear VMX feature flag if VMX is not fully enabled
` [PATCH v4 09/19] x86/vmx: Introduce VMX_FEATURES_*
` [PATCH v4 10/19] x86/cpu: Detect VMX features on Intel, Centaur and Zhaoxin CPUs
` [PATCH v4 11/19] x86/cpu: Print VMX flags in /proc/cpuinfo using VMX_FEATURES_*
` [PATCH v4 12/19] x86/cpu: Set synthetic VMX cpufeatures during init_ia32_feat_ctl()
` [PATCH v4 13/19] x86/cpufeatures: Add flag to track whether MSR IA32_FEAT_CTL is configured
` [PATCH v4 14/19] KVM: VMX: Drop initialization of IA32_FEAT_CTL MSR
` [PATCH v4 15/19] KVM: VMX: Use VMX feature flag to query BIOS enabling
` [PATCH v4 16/19] KVM: VMX: Check for full VMX support when verifying CPU compatibility
` [PATCH v4 17/19] KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bits
` [PATCH v4 18/19] perf/x86: Provide stubs of KVM helpers for non-Intel CPUs
` [PATCH v4 19/19] KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUs

[PATCH] kunit: testing kunit: Bug fix in test_run_timeout function
 2019-12-02 17:09 UTC  (4+ messages)

[PATCH v4 0/4] PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY
 2019-12-02 16:49 UTC  (11+ messages)
` [PATCH v4 1/4] PM / QoS: Initial kunit test
` [PATCH v4 4/4] PM / QoS: Restore DEV_PM_QOS_MIN/MAX_FREQUENCY

[PATCH] fs/ext4/inode-test: Fix inode test on 32 bit platforms
 2019-12-02 16:18 UTC  (2+ messages)

next-20191202 kselftest results
 2019-12-02 15:00 UTC 

[PATCH 1/2] kselftest/runner: Print new line in print of timeout log
 2019-12-02 11:42 UTC  (2+ messages)
` [PATCH 2/2] kselftest: Support old perl versions

[GIT PULL] seccomp updates for v5.5-rc1
 2019-12-01  1:40 UTC  (2+ messages)

[PATCH v7 17/24] mm/gup: track FOLL_PIN pages
 2019-11-30 18:59 UTC  (2+ messages)

[PATCH] tools/testing/selftests/seccomp: change USER_NOTIF_MAGIC definition
 2019-11-30 16:13 UTC  (2+ messages)

[PATCH v24 14/24] selftests/x86: Add a selftest for SGX
 2019-11-29 23:13 UTC  (2+ messages)
` [PATCH v24 22/24] selftests/x86: Add vDSO "

[PATCH v2 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-29 21:44 UTC  (4+ messages)
` [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()

[PATCH v3 00/19] x86/cpu: Clean up handling of VMX features
 2019-11-29 21:11 UTC  (6+ messages)
` [PATCH v3 01/19] x86/msr-index: Clean up bit defines for IA32_FEATURE_CONTROL MSR

[PATCH] selftests: pmtu: use -oneline for ip route list cache
 2019-11-29 20:30 UTC  (3+ messages)

next-20191129 kselftest results
 2019-11-29 10:00 UTC 

next-20191128 kselftest results
 2019-11-29  4:00 UTC 

kselftest: failed to build with -C tool/testing/selftests when KBUILD_OUTPUT is set
 2019-11-28 23:33 UTC  (14+ messages)

selftests:netfilter: nft_nat.sh: internal00-0 Error Could not open file \"-\" No such file or directory
 2019-11-27 22:05 UTC  (6+ messages)

next-20191126 kselftest results
 2019-11-27 15:00 UTC 

mainline-5.4.0: regressions detected in project mainline
 2019-11-27 10:01 UTC 

[PATCH] fs/ext4/inode-test: Fix inode test on 32 bit platforms
 2019-11-27  7:29 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).