Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-02-25 13:08:20 to 2022-03-03 17:31:00 UTC [more...]

[PATCH] um: clang: Strip out -mno-global-merge from USER_CFLAGS
 2022-03-03 17:30 UTC  (2+ messages)

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-03 16:29 UTC  (15+ messages)
` [PATCH v3 1/9] ima: Fix documentation-related warnings in ima_main.c
` [PATCH v3 2/9] ima: Always return a file measurement in ima_file_hash()
` [PATCH v3 3/9] bpf-lsm: Introduce new helper bpf_ima_file_hash()
` [PATCH v3 4/9] selftests/bpf: Move sample generation code to ima_test_common()
` [PATCH v3 5/9] selftests/bpf: Add test for bpf_ima_file_hash()
` [PATCH v3 6/9] selftests/bpf: Check if the digest is refreshed after a file write
` [PATCH v3 7/9] bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
` [PATCH v3 8/9] selftests/bpf: Add test for bpf_lsm_kernel_read_file()
` [PATCH v3 9/9] selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy

[PATCH v2 0/3] s390: Ultravisor device
 2022-03-03 14:44 UTC  (8+ messages)
` [PATCH v2 1/3] drivers/s390/char: Add Ultravisor io device
` [PATCH v2 2/3] drivers/s390/char: Add Ultravisor attestation to uvdevice

[PATCH] selftests/interpreter: fix separate directory build
 2022-03-03 11:06 UTC 

[PATCH v3 0/2] AARCH64: Enable GCC-based Shadow Call Stack
 2022-03-03  7:43 UTC  (3+ messages)
` [PATCH v3 1/2] AARCH64: Add gcc Shadow Call Stack support
` [PATCH v3 2/2] lkdtm: Add Shadow Call Stack tests

lkft kselftest for next-20220302
 2022-03-03  3:00 UTC 

[PATCH] kbuild: Allow a suffix with $(LLVM)
 2022-03-02 23:44 UTC 

[next] Internal error: aarch64 BRK: f20003e8 at pc : has_cpuid_feature
 2022-03-02 23:19 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 09/13] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
 2022-03-02 21:01 UTC  (3+ messages)

[PATCH V2 1/3] selftests: add kselftest_install to .gitignore
 2022-03-02 18:01 UTC  (3+ messages)
` [PATCH V2 2/3] selftests/exec: add generated files "
` [PATCH V2 3/3] selftests: kvm: add generated file to the .gitignore

[PATCH v2] selftests: netfilter: fix a build error on openSUSE
 2022-03-02 18:00 UTC  (3+ messages)

[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-03-02 17:23 UTC  (48+ messages)
` [PATCH v12 01/40] arm64: Define CPACR_EL1_FPEN similarly to other floating point controls
` [PATCH v12 02/40] arm64: Always use individual bits in CPACR floating point enables
` [PATCH v12 03/40] arm64: cpufeature: Always specify and use a field width for capabilities
` [PATCH v12 04/40] kselftest/arm64: Remove local ARRAY_SIZE() definitions
` [PATCH v12 05/40] kselftest/arm64: signal: Allow tests to be incompatible with features
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v12 07/40] arm64/sme: System register and exception syndrome definitions
` [PATCH v12 08/40] arm64/sme: Manually encode SME instructions
` [PATCH v12 09/40] arm64/sme: Early CPU setup for SME
` [PATCH v12 10/40] arm64/sme: Basic enumeration support
` [PATCH v12 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v12 12/40] arm64/sme: Implement sysctl to set the default vector length
` [PATCH v12 13/40] arm64/sme: Implement vector length configuration prctl()s
` [PATCH v12 14/40] arm64/sme: Implement support for TPIDR2
` [PATCH v12 15/40] arm64/sme: Implement SVCR context switching
` [PATCH v12 16/40] arm64/sme: Implement streaming SVE "
` [PATCH v12 17/40] arm64/sme: Implement ZA "
` [PATCH v12 18/40] arm64/sme: Implement traps and syscall handling for SME
` [PATCH v12 19/40] arm64/sme: Disable ZA and streaming mode when handling signals
` [PATCH v12 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v12 21/40] arm64/sme: Implement ZA "
` [PATCH v12 22/40] arm64/sme: Implement ptrace support for streaming mode SVE registers
` [PATCH v12 23/40] arm64/sme: Add ptrace support for ZA
` [PATCH v12 24/40] arm64/sme: Disable streaming mode and ZA when flushing CPU state
` [PATCH v12 25/40] arm64/sme: Save and restore streaming mode over EFI runtime calls
` [PATCH v12 26/40] KVM: arm64: Hide SME system registers from guests
` [PATCH v12 27/40] KVM: arm64: Trap SME usage in guest
` [PATCH v12 28/40] KVM: arm64: Handle SME host state when running guests
` [PATCH v12 29/40] arm64/sme: Provide Kconfig for SME
` [PATCH v12 30/40] kselftest/arm64: Add manual encodings for SME instructions
` [PATCH v12 31/40] kselftest/arm64: sme: Add SME support to vlset
` [PATCH v12 32/40] kselftest/arm64: Add tests for TPIDR2
` [PATCH v12 33/40] kselftest/arm64: Extend vector configuration API tests to cover SME
` [PATCH v12 34/40] kselftest/arm64: sme: Provide streaming mode SVE stress test
` [PATCH v12 35/40] kselftest/arm64: signal: Handle ZA signal context in core code
` [PATCH v12 36/40] kselftest/arm64: Add stress test for SME ZA context switching
` [PATCH v12 37/40] kselftest/arm64: signal: Add SME signal handling tests
` [PATCH v12 38/40] kselftest/arm64: Add streaming SVE to SVE ptrace tests
` [PATCH v12 39/40] kselftest/arm64: Add coverage for the ZA ptrace interface
` [PATCH v12 40/40] kselftest/arm64: Add SME support to syscall ABI test

[PATCH v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-03-02 13:02 UTC  (8+ messages)
` [PATCH v11 03/40] arm64: cpufeature: Always specify and use a field width for capabilities

lkft kselftest for next-20220301
 2022-03-02  7:38 UTC 

[PATCH] selftests: netfilter: fix a build error on openSUSE
 2022-03-02  4:26 UTC 

[PATCH AUTOSEL 5.4 01/11] selftests/bpf: Add test for bpf_timer overwriting crash
 2022-03-01 20:19 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 10/11] selftest/vm: fix map_fixed_noreplace test failure
` [PATCH AUTOSEL 5.4 11/11] selftests/memfd: clean up mapping in mfd_fail_write

[PATCH AUTOSEL 5.10 01/14] selftests/bpf: Add test for bpf_timer overwriting crash
 2022-03-01 20:18 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 13/14] selftest/vm: fix map_fixed_noreplace test failure
` [PATCH AUTOSEL 5.10 14/14] selftests/memfd: clean up mapping in mfd_fail_write

[PATCH AUTOSEL 4.14 7/7] selftests/memfd: clean up mapping in mfd_fail_write
 2022-03-01 20:21 UTC 

[PATCH AUTOSEL 4.19 7/7] selftests/memfd: clean up mapping in mfd_fail_write
 2022-03-01 20:20 UTC 

[PATCH AUTOSEL 4.9 6/6] selftests/memfd: clean up mapping in mfd_fail_write
 2022-03-01 20:22 UTC 

[PATCH AUTOSEL 5.15 01/23] selftests/bpf: Add test for bpf_timer overwriting crash
 2022-03-01 20:16 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 22/23] selftest/vm: fix map_fixed_noreplace test failure
` [PATCH AUTOSEL 5.15 23/23] selftests/memfd: clean up mapping in mfd_fail_write

[PATCH AUTOSEL 5.16 01/28] selftests/bpf: Add test for bpf_timer overwriting crash
 2022-03-01 20:13 UTC  (3+ messages)
` [PATCH AUTOSEL 5.16 27/28] selftest/vm: fix map_fixed_noreplace test failure
` [PATCH AUTOSEL 5.16 28/28] selftests/memfd: clean up mapping in mfd_fail_write

[PATCH] selftests: vm: remove duplicated macro and use swap() to make code cleaner
 2022-03-01 15:29 UTC  (2+ messages)

[PATCH v3 0/5] selftests/resctrl: Add resctrl_tests into kselftest set
 2022-03-01  7:51 UTC  (11+ messages)
` [PATCH v3 2/5] selftests/resctrl: Make resctrl_tests run using kselftest framework

[PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
 2022-02-28 17:41 UTC  (22+ messages)
` [PATCH bpf-next v1 1/6] HID: initial BPF implementation
` [PATCH bpf-next v1 2/6] HID: bpf: allow to change the report descriptor from an eBPF program

[PATCH v3 00/13] Introduce DAMON sysfs interface
 2022-02-28 16:25 UTC  (18+ messages)
` [PATCH v3 01/13] mm/damon/core: Allow non-exclusive DAMON start/stop
` [PATCH v3 02/13] mm/damon/core: Add number of each enum type values
` [PATCH v3 03/13] mm/damon: Implement a minimal stub for sysfs-based DAMON interface
` [PATCH v3 04/13] mm/damon/sysfs: Link DAMON for virtual address spaces monitoring
` [PATCH v3 05/13] mm/damon/sysfs: Support the physical address space monitoring
` [PATCH v3 06/13] mm/damon/sysfs: Support DAMON-based Operation Schemes
` [PATCH v3 07/13] mm/damon/sysfs: Support DAMOS quotas
` [PATCH v3 08/13] mm/damon/sysfs: Support schemes prioritization
` [PATCH v3 09/13] mm/damon/sysfs: Support DAMOS watermarks
` [PATCH v3 10/13] mm/damon/sysfs: Support DAMOS stats
` [PATCH v3 11/13] selftests/damon: Add a test for DAMON sysfs interface
` [PATCH v3 12/13] Docs/admin-guide/mm/damon/usage: Document "
` [PATCH v3 13/13] Docs/ABI/testing: Add DAMON sysfs interface ABI document

[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
 2022-02-28 10:43 UTC  (9+ messages)

[PATCH V3] selftests: vm: Add test for Soft-Dirty PTE bit
 2022-02-28  9:37 UTC  (4+ messages)

[PATCH 1/2] selftests/lkdtm: add config and turn off CFI_FORWARD_PROTO
 2022-02-28  7:06 UTC  (2+ messages)

[PATCH v3 5/7] um: Allow builds with Clang
 2022-02-27 18:45 UTC 

[PATCH 1/2] kselftest/vm: override TARGETS from arguments
 2022-02-27  5:53 UTC  (2+ messages)
` [PATCH 2/2] kselftest/vm: fix tests build with old libc

[PATCH v2] um: Allow builds with Clang
 2022-02-27  3:57 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] New BPF helpers to accelerate synproxy
 2022-02-27  3:27 UTC  (5+ messages)
` [PATCH bpf-next v3 4/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v3 5/5] bpf: Add selftests for raw syncookie helpers

[PATCH v2] kunit: tool: more descriptive metavars/--help output
 2022-02-26 21:23 UTC 

[PATCH] kunit: tool: more descriptive metavars/--help output
 2022-02-26 21:22 UTC  (3+ messages)

lkft kselftest for next-20220225
 2022-02-26 13:30 UTC 

kselftest/next kselftest-rtc: 4 runs, 1 regressions (v5.17-rc5-17-g2aaa36e95ea5)
 2022-02-26  8:44 UTC 

kselftest/next kselftest-seccomp: 2 runs, 4 regressions (v5.17-rc5-17-g2aaa36e95ea5)
 2022-02-26  8:44 UTC 

kselftest/next build: 6 builds: 0 failed, 6 passed, 1 warning (v5.17-rc5-17-g2aaa36e95ea5)
 2022-02-26  7:46 UTC 

[PATCH V2] selftests: Fix build when $(O) points to a relative path
 2022-02-26  7:32 UTC  (5+ messages)

[PATCH] kselftest: add generated objects to .gitignore
 2022-02-26  6:11 UTC  (4+ messages)

[PATCH] selftests, x86: fix how check_cc.sh is being invoked
 2022-02-26  1:03 UTC  (4+ messages)

[PATCH] selftests/rtc: continuously read RTC in a loop for 30s
 2022-02-26  0:02 UTC  (3+ messages)

[PATCH 1/2] torture: Select line in sed and replace grep
 2022-02-25 20:45 UTC  (7+ messages)
` [PATCH 2/2] torture: Make thread detection more robust by using lspcu

[PATCH v2 0/5] memop selftest for storage key checking
 2022-02-25 15:53 UTC  (6+ messages)
  ` [PATCH v2 1/5] KVM: s390: selftests: Split memop tests
  ` [PATCH v2 2/5] KVM: s390: selftests: Add macro as abstraction for MEM_OP
  ` [PATCH v2 3/5] KVM: s390: selftests: Add named stages for memop test
  ` [PATCH v2 4/5] KVM: s390: selftests: Add more copy memop tests
  ` [PATCH v2 5/5] KVM: s390: selftests: Add error "

[PATCH v2 00/13] Introduce DAMON sysfs interface
 2022-02-25 15:03 UTC  (11+ messages)
` [PATCH v2 10/13] mm/damon/sysfs: Support DAMOS stats
` [PATCH v2 11/13] selftests/damon: Add a test for DAMON sysfs interface
` [PATCH v2 12/13] Docs/admin-guide/mm/damon/usage: Document "
` [PATCH v2 13/13] Docs/ABI/testing: Add DAMON sysfs interface ABI document


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox