messages from 2022-02-24 11:09:34 to 2022-03-01 20:13:56 UTC [more...]
[PATCH AUTOSEL 5.16 01/28] selftests/bpf: Add test for bpf_timer overwriting crash
2022-03-01 20:13 UTC
[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 (29+ 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 bpf-next v1 3/6] HID: bpf: add hid_{get|set}_data helpers
` [PATCH bpf-next v1 4/6] HID: bpf: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v1 5/6] HID: bpf: tests: rely on uhid event to know if a test device is ready
` [PATCH bpf-next v1 6/6] HID: bpf: add bpf_hid_raw_request helper function
[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 (8+ messages)
` [PATCH bpf-next v3 1/5] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf-next v3 2/5] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v3 3/5] bpf: Allow helpers to accept pointers with a fixed size
` [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 v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-02-25 16:59 UTC (41+ 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 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 v11 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
2022-02-25 15:52 UTC (3+ messages)
[PATCH v2 00/13] Introduce DAMON sysfs interface
2022-02-25 15:03 UTC (20+ messages)
` [PATCH v2 01/13] mm/damon/core: Allow non-exclusive DAMON start/stop
` [PATCH v2 02/13] mm/damon/core: Add number of each enum type values
` [PATCH v2 03/13] mm/damon: Implement a minimal stub for sysfs-based DAMON interface
` [PATCH v2 04/13] mm/damon/sysfs: Link DAMON for virtual address spaces monitoring
` [PATCH v2 05/13] mm/damon/sysfs: Support the physical address space monitoring
` [PATCH v2 06/13] mm/damon/sysfs: Support DAMON-based Operation Schemes
` [PATCH v2 07/13] mm/damon/sysfs: Support DAMOS quotas
` [PATCH v2 08/13] mm/damon/sysfs: Support schemes prioritization
` [PATCH v2 09/13] mm/damon/sysfs: Support DAMOS watermarks
` [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
[PATCH] selftests: kvm: add hyperv_svm_test to .gitignore
2022-02-25 10:35 UTC
[PATCH] selftests: kvm: add hyperv_svm_test to .gitignore
2022-02-25 9:59 UTC
[PATCH 00/12] Introduce DAMON sysfs interface
2022-02-25 8:10 UTC (6+ messages)
` [PATCH 03/12] mm/damon: Implement a minimal stub for sysfs-based DAMON interface
Wycena paneli fotowoltaicznych
2022-02-25 7:45 UTC
lkft kselftest for next-20220223
2022-02-25 7:26 UTC
[PATCH] selftests: kvm: add hyperv_svm_test to .gitignore
2022-02-25 7:05 UTC
[PATCH v3 1/2] selftest/vm: Add util.h and and move helper functions there
2022-02-25 3:42 UTC (2+ messages)
[PATCH v4 1/3] list: test: Add test for list_del_init_careful()
2022-02-25 2:52 UTC (3+ messages)
` [PATCH v4 2/3] list: test: Add a test for list_is_head()
` [PATCH v4 3/3] list: test: Add a test for list_entry_is_head()
[RFC PATCH 0/6] RLIMIT_NPROC in ucounts fixups
2022-02-25 0:29 UTC (13+ messages)
` How should rlimits, suid exec, and capabilities interact?
` [PATCH] ucounts: Fix systemd LimigtNPROC with private users regression
lkft kselftest for next-20220222
2022-02-24 23:54 UTC
[PATCH AUTOSEL 4.19 09/13] selftests/ftrace: Do not trace do_softirq because of PREEMPT_RT
2022-02-24 22:46 UTC (2+ messages)
lkft kselftest for next-20220217
2022-02-24 19:52 UTC
[PATCH v2 1/3] kunit: tool: readability tweaks in KernelCI json generation logic
2022-02-24 19:20 UTC (3+ messages)
` [PATCH v2 2/3] kunit: tool: refactor how we plumb metadata into JSON
` [PATCH v2 3/3] kunit: tool: properly report the used arch for --json, or '' if not known
[PATCH 1/3] kunit: tool: readability tweaks in KernelCI json generation logic
2022-02-24 19:19 UTC (6+ messages)
` [PATCH 3/3] kunit: tool: properly report the used arch for --json, or '' if not known
[PATCH] kunit: tool: Do not colorize output when redirected
2022-02-24 18:28 UTC (2+ messages)
kselftest/next kselftest-seccomp: 2 runs, 4 regressions (v5.17-rc5-16-g1900be289b59)
2022-02-24 16:07 UTC
kselftest/next build: 7 builds: 0 failed, 7 passed, 1 warning (v5.17-rc5-16-g1900be289b59)
2022-02-24 15:08 UTC
[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
2022-02-24 14:29 UTC (12+ messages)
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).