linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 22:39:10 to 2021-09-27 16:38:54 UTC [more...]

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-09-27 16:38 UTC  (12+ messages)
` [PATCH v8 01/12] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v8 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v8 03/12] selftests: add tests_sysfs module
` [PATCH v8 04/12] kernfs: add initial failure injection support
` [PATCH v8 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v8 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v8 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v8 09/12] sysfs: fix deadlock race with module removal
` [PATCH v8 10/12] test_sysfs: enable deadlock tests by default
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v8 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal

[PATCH v7 01/12] LICENSES: Add the copyleft-next-0.3.1 license
 2021-09-27 15:11 UTC  (25+ messages)
` [PATCH v7 02/12] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v7 03/12] selftests: add tests_sysfs module
` [PATCH v7 04/12] kernfs: add initial failure injection support
` [PATCH v7 05/12] test_sysfs: add support to use kernfs failure injection
` [PATCH v7 06/12] kernel/module: add documentation for try_module_get()
` [PATCH v7 07/12] fs/kernfs/symlink.c: replace S_IRWXUGO with 0777 on kernfs_create_link()
` [PATCH v7 08/12] fs/sysfs/dir.c: replace S_IRWXU|S_IRUGO|S_IXUGO with 0755 sysfs_create_dir_ns()
` [PATCH v7 09/12] sysfs: fix deadlock race with module removal
` [PATCH v7 10/12] test_sysfs: enable deadlock tests by default
` [PATCH v7 11/12] zram: fix crashes with cpu hotplug multistate
` [PATCH v7 12/12] zram: use ATTRIBUTE_GROUPS to fix sysfs deadlock module removal
` [PATCH v7 00/12 (RESEND)] syfs: generic deadlock fix with "

[PATCH v2 0/5] test_hash.c: refactor into KUnit
 2021-09-27 12:27 UTC  (9+ messages)
` [PATCH v2 1/5] hash.h: remove unused define directive
` [PATCH v2 2/5] test_hash.c: split test_int_hash into arch-specific functions
` [PATCH v2 3/5] test_hash.c: split test_hash_init
` [PATCH v2 4/5] lib/Kconfig.debug: properly split hash test kernel entries
` [PATCH v2 5/5] test_hash.c: refactor into kunit

[REGRESSION] lkft kselftest for next-20210923
 2021-09-27  0:29 UTC 

[RFC PATCH 00/13] x86 User Interrupts support
 2021-09-26 14:41 UTC  (35+ messages)
` [RFC PATCH 03/13] x86/cpu: Enumerate "
` [RFC PATCH 04/13] x86/fpu/xstate: Enumerate User Interrupts supervisor state
` [RFC PATCH 05/13] x86/irq: Reserve a user IPI notification vector
` [RFC PATCH 06/13] x86/uintr: Introduce uintr receiver syscalls
` [RFC PATCH 07/13] x86/process/64: Add uintr task context switch support
` [RFC PATCH 08/13] x86/process/64: Clean up uintr task fork and exit paths
` [RFC PATCH 10/13] x86/uintr: Introduce user IPI sender syscalls
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall

[GIT PULL] Kselftest fixes update for Linux 5.15-rc3
 2021-09-25 23:05 UTC  (2+ messages)

[PATCH 00/19] tcp: Initial support for RFC5925 auth option
 2021-09-25 14:38 UTC  (32+ messages)
` [PATCH 01/19] tcp: authopt: Initial support and key management
` [PATCH 02/19] docs: Add user documentation for tcp_authopt
` [PATCH 03/19] selftests: Initial tcp_authopt test module
` [PATCH 04/19] selftests: tcp_authopt: Initial sockopt manipulation
` [PATCH 05/19] tcp: authopt: Add crypto initialization
` [PATCH 06/19] tcp: authopt: Compute packet signatures
` [PATCH 07/19] tcp: authopt: Hook into tcp core
` [PATCH 08/19] tcp: authopt: Disable via sysctl by default
` [PATCH 09/19] selftests: tcp_authopt: Test key address binding
` [PATCH 10/19] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH 11/19] tcp: authopt: Add support for signing skb-less replies
` [PATCH 12/19] tcp: ipv4: Add AO signing for "
` [PATCH 13/19] selftests: tcp_authopt: Add scapy-based packet signing code
` [PATCH 14/19] selftests: tcp_authopt: Add packet-level tests
` [PATCH 15/19] selftests: Initial tcp_authopt support for nettest
` [PATCH 16/19] selftests: Initial tcp_authopt support for fcnal-test
` [PATCH 17/19] selftests: Add -t tcp_authopt option for fcnal-test.sh
` [PATCH 18/19] tcp: authopt: Add key selection controls
` [PATCH 19/19] selftests: tcp_authopt: Add tests for rollover

Introduction: I am a Linux and open source software enthusiast
 2021-09-25 14:20 UTC 

[PATCH 1/1] selftests: KVM: set affinity of VM to right CPUs
 2021-09-24 23:30 UTC 

[PATCH 1/3] userfaultfd/selftests: fix feature support detection
 2021-09-24 20:22 UTC  (19+ messages)
` [PATCH 2/3] userfaultfd/selftests: fix calculation of expected ioctls
` [PATCH 3/3] userfaultfd/selftests: don't rely on GNU extensions for random numbers

[REGRESSION] lkft kselftest for next-20210920
 2021-09-24 12:02 UTC 

[RFC PATCH 09/13] x86/uintr: Introduce vector registration and uintr_fd syscall
 2021-09-24 10:33 UTC  (2+ messages)

[PATCH 00/14] nSVM fixes and optional features
 2021-09-23 16:54 UTC  (14+ messages)
` [PATCH 01/14] KVM: x86: nSVM: restore int_vector in svm_clear_vintr
` [PATCH 02/14] KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0
` [PATCH 03/14] KVM: x86: nSVM: test eax for 4K alignment for GP errata workaround
` [PATCH 05/14] KVM: x86: nSVM: don't copy virt_ext from vmcb12
` [PATCH 06/14] KVM: x86: SVM: don't set VMLOAD/VMSAVE intercepts on vCPU reset
` [PATCH 07/14] KVM: x86: SVM: add warning for CVE-2021-3656

[PATCH] kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"
 2021-09-23 16:25 UTC  (2+ messages)

[PATCH] KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust tests
 2021-09-23 16:25 UTC  (2+ messages)

[PATCH 0/2] kvm: fix KVM_MAX_VCPU_ID handling
 2021-09-23 16:21 UTC  (2+ messages)

[REGRESSION] lkft kselftest for next-20210917
 2021-09-23  9:32 UTC 

[REGRESSION] lkft kselftest for next-20210916
 2021-09-23  5:47 UTC 

[PATCH v2] kunit: tool: better handling of quasi-bool args (--json, --raw_output)
 2021-09-22 16:39 UTC 

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-09-22 14:12 UTC  (2+ messages)

[RFC v4 net-next 0/2] Add RTNL interface for SyncE
 2021-09-22  6:22 UTC  (9+ messages)
` [PATCH net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status
` [PATCH net-next 2/2] ice: add support for reading SyncE DPLL state

[PATCH] kselftest/arm64: signal: Skip tests if required features are missing
 2021-09-21 17:12 UTC  (5+ messages)

[PATCH] kunit: tool: make --raw_output only support showing kunit output
 2021-09-21 16:19 UTC  (2+ messages)

[PATCH] kunit: tool: better handling of quasi-bool args (--json, --raw_output)
 2021-09-21 16:19 UTC  (2+ messages)

[PATCH v5 1/2] kunit: drop assumption in kunit-log-test about current suite
 2021-09-21 16:04 UTC  (2+ messages)

[PATCH v7 09/12] sysfs: fix deadlock race with module removal
 2021-09-21 15:48 UTC 

[PATCH net-next 1/2] rtnetlink: Add new RTM_GETEECSTATE message to get SyncE status
 2021-09-21 13:36 UTC  (11+ messages)

[RESEND PATCH net-next v7 0/3] Add RFC-7597 Section 5.1 PSID support
 2021-09-20  2:38 UTC  (4+ messages)
` [RESEND PATCH net-next v7 1/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support xtables API
` [RESEND PATCH net-next v7 2/3] net: netfilter: Add RFC-7597 Section 5.1 PSID support
` [RESEND PATCH net-next v7 3/3] selftests: netfilter: Add RFC-7597 Section 5.1 PSID selftests

[PATCH] selftests: net: af_unix: Fix makefile to use TEST_GEN_PROGS
 2021-09-19 12:30 UTC  (2+ messages)

[PATCH] selftests: net: af_unix: Fix incorrect args in test result msg
 2021-09-19 12:20 UTC  (2+ messages)

[PATCH v1 0/6] kunit: build kunit tests without structleak plugin
 2021-09-18 15:58 UTC  (18+ messages)
` [PATCH v1 1/6] gcc-plugins/structleak: add makefile var for disabling structleak
` [PATCH v1 2/6] iio/test-format: build kunit tests without structleak plugin
` [PATCH v1 3/6] device property: "
` [PATCH v1 4/6] thunderbolt: "
` [PATCH v1 5/6] mmc: sdhci-of-aspeed: "
` [PATCH v1 6/6] bitfield: "

selftests/vm madv_populate.c test
 2021-09-18  7:41 UTC  (2+ messages)

[REGRESSION] lkft kselftest for next-20210915
 2021-09-18  1:47 UTC 

[PATCH] selftests: drivers/dma-buf: Fix implicit declaration warns
 2021-09-17 23:58 UTC 

[PATCH v2 00/23] Fix some issues at documentation
 2021-09-17 17:19 UTC  (7+ messages)
` [PATCH v2 08/23] tools: bpftool: update bpftool-prog.rst reference
` [PATCH v2 09/23] tools: bpftool: update bpftool-map.rst reference
` [PATCH v2 10/23] bpftool: update bpftool-cgroup.rst reference

[PATCH v2 0/4] selftests: arm64: vec-syscfg updates
 2021-09-17 12:26 UTC  (6+ messages)
` [PATCH v2 1/4] selftests: arm64: Fix printf() format mismatch in vec-syscfg
` [PATCH v2 2/4] selftests: arm64: Remove bogus error check on writing to files
` [PATCH v2 3/4] selftests: arm64: Fix and enable test for setting current VL in vec-syscfg
` [PATCH v2 4/4] selftests: arm64: Verify that all possible vector lengths are handled

[PATCH v1 0/4] selftests: arm64: vec-syscfg updates
 2021-09-17 12:01 UTC  (4+ messages)
` [PATCH v1 4/4] selftests: arm64: Verify that all possible vector lengths are handled


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