messages from 2020-05-28 19:48:20 to 2020-06-09 00:48:23 UTC [more...]
[PATCH AUTOSEL 5.7 225/274] selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o
2020-06-08 23:06 UTC (3+ messages)
` [PATCH AUTOSEL 5.7 226/274] selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh
` [PATCH AUTOSEL 5.7 269/274] selftests/bpf, flow_dissector: Close TAP device FD after the test
[PATCH AUTOSEL 5.6 006/606] bpf: Fix bug in mmap() implementation for BPF array map
2020-06-08 23:06 UTC (7+ messages)
` [PATCH AUTOSEL 5.6 076/606] selftests/bpf: Enforce returning 0 for fentry/fexit programs
` [PATCH AUTOSEL 5.6 118/606] ftrace/selftest: make unresolved cases cause failure if --fail-unresolved set
` [PATCH AUTOSEL 5.6 119/606] selftests: fix kvm relocatable native/cross builds and installs
` [PATCH AUTOSEL 5.6 131/606] KVM: selftests: Fix build for evmcs.h
` [PATCH AUTOSEL 5.6 202/606] bpf: Prevent mmap()'ing read-only maps as writable
` [PATCH AUTOSEL 5.6 262/606] kselftests: dmabuf-heaps: Fix confused return value on expected error testing
[PATCH AUTOSEL 5.4 083/175] selftests/bpf: Fix memory leak in extract_build_id()
2020-06-08 23:18 UTC (4+ messages)
` [PATCH AUTOSEL 5.4 125/175] selftests: fix flower parent qdisc
` [PATCH AUTOSEL 5.4 140/175] selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o
` [PATCH AUTOSEL 5.4 172/175] selftests/bpf, flow_dissector: Close TAP device FD after the test
[PATCH AUTOSEL 4.19 044/106] selftests/bpf: Fix memory leak in extract_build_id()
2020-06-08 23:21 UTC
[PATCH v7 0/8] firmware: add partial read support in request_firmware_into_buf
2020-06-08 22:29 UTC (15+ messages)
` [PATCH v7 1/8] fs: introduce kernel_pread_file* support
` [PATCH v7 2/8] firmware: add offset to request_firmware_into_buf
` [PATCH v7 3/8] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v7 4/8] firmware: test partial file reads of request_firmware_into_buf
` [PATCH v7 5/8] bcm-vk: add bcm_vk UAPI
` [PATCH v7 7/8] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver
` [PATCH v7 8/8] ima: add FIRMWARE_PARTIAL_READ support
[GIT PULL] Kunit update for Linux 5.8-rc1
2020-06-08 22:23 UTC
[GIT PULL] Kselftest update for Linux 5.8-rc1
2020-06-08 21:53 UTC
[PATCH bpf] bpf: cgroup: allow multi-attach program to replace itself
2020-06-08 16:22 UTC
[RFC PATCH net-next 00/10] Add extended state
2020-06-08 15:59 UTC (29+ messages)
` [RFC PATCH net-next 01/10] mlxsw: spectrum_dcb: Rename mlxsw_sp_port_headroom_set()
` [RFC PATCH net-next 02/10] mlxsw: Move ethtool_ops to spectrum_ethtool.c
` [RFC PATCH net-next 03/10] mlxsw: spectrum_ethtool: Move mlxsw_sp_port_type_speed_ops structs
` [RFC PATCH net-next 04/10] ethtool: Add link extended state
` [RFC PATCH net-next 05/10] Documentation: networking: ethtool-netlink: "
` [RFC PATCH net-next 06/10] mlxsw: reg: Port Diagnostics Database Register
` [RFC PATCH net-next 07/10] mlxsw: spectrum_ethtool: Add link extended state
` [RFC PATCH net-next 08/10] selftests: forwarding: ethtool: Move different_speeds_get() to ethtool_lib
` [RFC PATCH net-next 09/10] selftests: forwarding: forwarding.config.sample: Add port with no cable connected
` [RFC PATCH net-next 10/10] selftests: forwarding: Add tests for ethtool extended state
[PATCH v2 0/4] selftests/livepatch: rework of test-klp-{callbacks,shadow_vars}
2020-06-08 10:27 UTC (9+ messages)
` [PATCH v2 1/4] selftests/livepatch: simplify test-klp-callbacks busy target tests
` [PATCH v2 2/4] selftests/livepatch: rework test-klp-shadow-vars
` [PATCH v2 3/4] selftests/livepatch: more verification in test-klp-shadow-vars
` [PATCH v2 4/4] selftests/livepatch: fix mem leaks "
[PATCH] kunit: kunit_config: Fix parsing of CONFIG options with space
2020-06-07 21:57 UTC
[PATCH v6 0/8] firmware: add partial read support in request_firmware_into_buf
2020-06-06 4:56 UTC (13+ messages)
` [PATCH v6 1/8] fs: introduce kernel_pread_file* support
` [PATCH v6 2/8] firmware: add offset to request_firmware_into_buf
` [PATCH v6 3/8] test_firmware: add partial read support for request_firmware_into_buf
` [PATCH v6 4/8] firmware: test partial file reads of request_firmware_into_buf
` [PATCH v6 5/8] bcm-vk: add bcm_vk UAPI
` [PATCH v6 7/8] MAINTAINERS: bcm-vk: add maintainer for Broadcom VK Driver
` [PATCH v6 8/8] ima: add FIRMWARE_PARTIAL_READ support
[PATCH v8 0/5] KUnit-KASAN Integration
2020-06-06 4:03 UTC (6+ messages)
` [PATCH v8 1/5] Add KUnit Struct to Current Task
` [PATCH v8 2/5] KUnit: KASAN Integration
` [PATCH v8 3/5] KASAN: Port KASAN Tests to KUnit
` [PATCH v8 4/5] KASAN: Testing Documentation
` [PATCH v8 5/5] mm: kasan: Do not panic if both panic_on_warn and kasan_multishot set
[PATCH v4 kunit-next 0/2] kunit: extend kunit resources API
2020-06-05 21:20 UTC (4+ messages)
` [PATCH v4 kunit-next 1/2] kunit: generalize kunit_resource API beyond allocated resources
` [PATCH v4 kunit-next 2/2] kunit: add support for named resources
[PATCH] KVM: selftests: delete some dead code
2020-06-05 17:39 UTC (6+ messages)
[PATCH] khugepaged: selftests: fix timeout condition in wait_for_scan()
2020-06-05 13:49 UTC (2+ messages)
[PATCH v2] selftests/ftrace: Use printf instead of echo in kprobe syntax error tests
2020-06-04 20:06 UTC (4+ messages)
[PATCH v2 0/7] selftsts/ftrace: Add requires list for each test case
2020-06-04 15:16 UTC (13+ messages)
` [PATCH v2 1/7] selftests/ftrace: Allow ":" in description
` [PATCH v2 2/7] selftests/ftrace: Return unsupported for the unconfigured features
` [PATCH v2 3/7] selftests/ftrace: Add "requires:" list support
` [PATCH v2 4/7] selftests/ftrace: Convert required interface checks into requires list
` [PATCH v2 5/7] selftests/ftrace: Convert check_filter_file() with "
` [PATCH v2 6/7] selftests/ftrace: Support ":tracer" suffix for requires
` [PATCH v2 7/7] selftests/ftrace: Support ":README" "
[PATCH v3 0/3] selftests: powerpc: Fixes and execute-disable test for pkeys
2020-06-04 12:56 UTC (4+ messages)
` [PATCH v3 1/3] selftests: powerpc: Fix pkey access right updates
` [PATCH v3 2/3] selftests: powerpc: Move Hash MMU check to utilities
` [PATCH v3 3/3] selftests: powerpc: Add test for execute-disabled pkeys
[PATCH v32 19/21] selftests/x86: Add a selftest for SGX
2020-06-03 22:06 UTC (2+ messages)
[PATCH v2] Documentation: kunit: Add some troubleshooting tips to the FAQ
2020-06-03 3:37 UTC
[PATCH v2] selftests: powerpc: Add test for execute-disabled pkeys
2020-06-03 3:17 UTC (5+ messages)
[PATCH v3 0/7] selftsts/ftrace: Add requires list for each test case
2020-06-03 2:41 UTC (8+ messages)
` [PATCH v3 1/7] selftests/ftrace: Allow ":" in description
` [PATCH v3 2/7] selftests/ftrace: Return unsupported for the unconfigured features
` [PATCH v3 3/7] selftests/ftrace: Add "requires:" list support
` [PATCH v3 4/7] selftests/ftrace: Convert required interface checks into requires list
` [PATCH v3 5/7] selftests/ftrace: Convert check_filter_file() with "
` [PATCH v3 6/7] selftests/ftrace: Support ":tracer" suffix for requires
` [PATCH v3 7/7] selftests/ftrace: Support ":README" "
[PATCH v5 3/3] tests: add close_range() tests
2020-06-02 20:42 UTC
[PATCH] kunit: Fix TabError, remove defconfig code and handle when there is no kunitconfig
2020-06-02 19:41 UTC (2+ messages)
[PATCH v3 0/6] Enable as many KUnit tests as possible
2020-06-02 19:40 UTC (5+ messages)
[PATCH] Documentation: kunit: Add some troubleshooting tips to the FAQ
2020-06-02 19:33 UTC (3+ messages)
[PATCH] selftests: net: ip_defrag: ignore EPERM
2020-06-02 18:38 UTC
[PATCH 0/4] selftests, sysctl, lib: Fix prime_numbers and sysctl test to run
2020-06-02 16:32 UTC (17+ messages)
` [PATCH 1/4] lib: Make prime number generator independently selectable
` [PATCH 2/4] lib: Make test_sysctl initialized as module
` [PATCH 3/4] selftests/sysctl: Fix to load test_sysctl module
` [PATCH 4/4] selftests/sysctl: Make sysctl test driver as a module
[PATCH 0/4] selftests/livepatch: rework of test-klp-{callbacks,shadow_vars}
2020-06-02 12:35 UTC (14+ messages)
` [PATCH 1/4] selftests/livepatch: rework test-klp-callbacks to use completion variables
` [PATCH 2/4] selftests/livepatch: rework test-klp-shadow-vars
` [PATCH 3/4] selftests/livepatch: more verification in test-klp-shadow-vars
` [PATCH 4/4] selftests/livepatch: fix mem leaks "
[PATCH 0/7] selftsts/ftrace: Add requires list for each test case
2020-06-02 0:01 UTC (11+ messages)
` [PATCH 1/7] selftests/ftrace: Allow ":" in description
` [PATCH 2/7] selftests/ftrace: Return unsupported for the unconfigured features
` [PATCH 3/7] selftests/ftrace: Add "requires:" list support
` [PATCH 4/7] selftests/ftrace: Convert required interface checks into requires list
` [PATCH 5/7] selftests/ftrace: Convert check_filter_file() with "
` [PATCH 6/7] selftests/ftrace: Support ":tracer" suffix for requires
` [PATCH 7/7] selftests/ftrace: Support ":README" "
[PATCH] selftests/seccomp: use 90s as timeout
2020-06-01 19:49 UTC (2+ messages)
[PATCH] selftests/seccomp: Expand benchmark to per-filter measurements
2020-06-01 19:48 UTC
[PATCH 5.6 056/177] kselftests: dmabuf-heaps: Fix confused return value on expected error testing
2020-06-01 17:53 UTC
[PATCH v2] selftests/seccomp: use 90s as timeout
2020-06-01 12:36 UTC
[PATCH v31 19/21] selftests/x86: Add a selftest for SGX
2020-06-01 1:16 UTC
[PATCH 0/6] nouveau/hmm: add support for mapping large pages
2020-05-29 23:24 UTC (4+ messages)
[PATCH drivers/misc 0/4] lkdtm: Various clean ups
2020-05-29 20:22 UTC (7+ messages)
` [PATCH 1/4] lkdtm: Avoid more compiler optimizations for bad writes
` [PATCH 2/4] lkdtm/heap: Avoid edge and middle of slabs
` [PATCH 3/4] selftests/lkdtm: Reset WARN_ONCE to avoid false negatives
` [PATCH 4/4] lkdtm: Make arch-specific tests always available
[fixup v2] kunit: use --build_dir=.kunit as default
2020-05-29 17:45 UTC (3+ messages)
[PATCH v18 00/12] Landlock LSM
2020-05-29 11:29 UTC (4+ messages)
` [PATCH v18 07/12] landlock: Support filesystem access-control
[PATCH] selftests/bpf: split -extras target to -static and -gen
2020-05-28 22:47 UTC (13+ messages)
[PATCH v7 0/5] KUnit-KASAN Integration
2020-05-28 20:16 UTC (6+ messages)
BUG: arch/x86/kvm/mmu/mmu.c:3722: kvm_mmu_load+0x407/0x420
2020-05-28 19:51 UTC (3+ messages)
[PATCH v3 kunit-next 0/2] kunit: extend kunit resources API
2020-05-28 19:47 UTC (3+ messages)
` [PATCH v3 kunit-next 2/2] kunit: add support for named resources
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