Linux Kernel Selftest development
 help / color / mirror / Atom feed
 messages from 2022-03-11 16:37:46 to 2022-03-21 14:28:43 UTC [more...]

[RFC PATCH 0/5] Split a huge page to any lower order pages
 2022-03-21 14:21 UTC  (4+ messages)
` [RFC PATCH 3/5] mm: thp: split "
` [RFC PATCH 4/5] mm: truncate: split huge page cache page to a non-zero order if possible
` [RFC PATCH 5/5] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH linux-next] selftests/proc: fix array_size.cocci warning
 2022-03-21 10:25 UTC 

[PATCH linux-next] selftests/vDSO: fix array_size.cocci warning
 2022-03-21  5:27 UTC 

[RFC v1 00/10] roadtest: a driver testing framework
 2022-03-20 17:02 UTC  (13+ messages)
` [RFC v1 07/10] iio: light: opt3001: add roadtest
` [RFC v1 08/10] iio: light: vcnl4000: "
` [RFC v1 09/10] regulator: tps62864: "

[PATCH v2 net-next 0/4] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-20  7:52 UTC  (15+ messages)
` [PATCH v2 net-next 1/4] net: bridge: add fdb flag to extent locked port feature
` [PATCH v2 net-next 2/4] net: switchdev: add support for offloading of fdb locked flag
` [PATCH v2 net-next 3/4] net: dsa: mv88e6xxx: mac-auth/MAB implementation
` [PATCH v2 net-next 4/4] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests

[PATCH] selftests/powerpc/pmu: fix spelling mistake "mis-match" -> "mismatch"
 2022-03-19 23:20 UTC 

[PATCH 00/14] bpf: Allow not to charge bpf memory
 2022-03-19 17:30 UTC  (15+ messages)
` [PATCH 01/14] bpf: Introduce no charge flag for bpf map
` [PATCH 02/14] bpf: Only sys admin can set no charge flag
` [PATCH 03/14] bpf: Enable no charge in map _CREATE_FLAG_MASK
` [PATCH 04/14] bpf: Introduce new parameter bpf_attr in bpf_map_area_alloc
` [PATCH 05/14] bpf: Allow no charge "
` [PATCH 06/14] bpf: Allow no charge for allocation not at map creation time
` [PATCH 07/14] bpf: Allow no charge in map specific allocation
` [PATCH 08/14] bpf: Aggregate flags for BPF_PROG_LOAD command
` [PATCH 09/14] bpf: Add no charge flag for bpf prog
` [PATCH 10/14] bpf: Only sys admin can set "
` [PATCH 11/14] bpf: Set __GFP_ACCOUNT at the callsite of bpf_prog_alloc
` [PATCH 12/14] bpf: Allow no charge for bpf prog
` [PATCH 13/14] bpf: selftests: Add test case for BPF_F_NO_CHARTE
` [PATCH 14/14] bpf: selftests: Add test case for BPF_F_PROG_NO_CHARGE

[PATCH] selftests: net: fix warning when compiling selftest/net
 2022-03-19  7:37 UTC  (7+ messages)
    ` [PATCH linux-next v2] selftests: net: change fprintf format specifiers
        ` [PATCH linux-next v3] "

[PATCH] kunit: Rework kunit_resource allocation policy
 2022-03-19  5:56 UTC 

[PATCH v6 0/6] selftests/resctrl: Add resctrl_tests into kselftest set
 2022-03-18 22:58 UTC  (18+ messages)
` [PATCH v6 1/6] selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received
` [PATCH v6 2/6] selftests/resctrl: Change the default limited time to 120 seconds
` [PATCH v6 3/6] selftests/resctrl: Fix resctrl_tests' return code to work with selftest framework
` [PATCH v6 4/6] selftests/resctrl: Make resctrl_tests run using kselftest framework
` [PATCH v6 5/6] selftests/resctrl: Update README about using kselftest framework to build/run resctrl_tests
` [PATCH v6 6/6] selftests/resctrl: Add missing SPDX license to Makefile

[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
 2022-03-18 21:20 UTC  (28+ messages)
` [PATCH bpf-next v3 01/17] bpf: add new is_sys_admin_prog_type() helper
` [PATCH bpf-next v3 02/17] bpf: introduce hid program type
` [PATCH bpf-next v3 03/17] bpf/verifier: prevent non GPL programs to be loaded against HID
` [PATCH bpf-next v3 04/17] libbpf: add HID program type and API
` [PATCH bpf-next v3 05/17] HID: hook up with bpf
` [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program
` [PATCH bpf-next v3 07/17] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v3 08/17] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v3 09/17] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v3 10/17] selftests/bpf: add test for user call of HID bpf programs
` [PATCH bpf-next v3 11/17] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v3 12/17] bpf/hid: add more HID helpers
` [PATCH bpf-next v3 13/17] HID: bpf: implement hid_bpf_get|set_bits
` [PATCH bpf-next v3 14/17] HID: add implementation of bpf_hid_raw_request
` [PATCH bpf-next v3 15/17] selftests/bpf: add tests for hid_{get|set}_bits helpers
` [PATCH bpf-next v3 16/17] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v3 17/17] Documentation: add HID-BPF docs

[PATCH net v2 0/2] ipv4: Handle TOS and scope properly for ICMP redirects and PMTU updates
 2022-03-18 21:20 UTC  (6+ messages)
` [PATCH net v2 1/2] ipv4: Fix route lookups when handling "
` [PATCH net v2 2/2] selftest: net: Test IPv4 PMTU exceptions with DSCP and ECN

[PATCH v4 0/2] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed on Intel cpu
 2022-03-18 20:11 UTC  (5+ messages)
` [PATCH v4 1/2] selftest/resctrl: Extend cpu vendor detection
` [PATCH v4 2/2] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed on Intel cpu

[PATCH V5 1/2] selftests: vm: bring common functions to a new file
 2022-03-18 19:23 UTC  (3+ messages)
` [PATCH V5 2/2] selftests: vm: Add test for Soft-Dirty PTE bit

[RFC PATCH 0/2] kunit: Support redirecting function calls
 2022-03-18 13:21 UTC  (4+ messages)
` [RFC PATCH 1/2] kunit: Expose 'static stub' API to redirect functions
` [RFC PATCH 2/2] kunit: expose ftrace-based API for stubbing out functions during tests

Wycena paneli fotowoltaicznych
 2022-03-18  8:36 UTC 

[PATCH] kunit: Make kunit_remove_resource() idempotent
 2022-03-18  6:49 UTC 

[PATCH v2] kbuild: Make $(LLVM) more flexible
 2022-03-18  5:16 UTC  (6+ messages)

[PATCH] docs/kselftest: add more guidelines for adding new tests
 2022-03-18  4:50 UTC  (2+ messages)

[PATCH] Makefile: Fix separate output directory build of kselftests
 2022-03-17 18:08 UTC  (3+ messages)

[PATCH] selftests: net: fix array_size.cocci warning
 2022-03-17 15:22 UTC  (3+ messages)

[PATCH v3 0/4] s390: Ultravisor device
 2022-03-17 11:59 UTC  (12+ messages)
` [PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device
  ` [PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device'
` [PATCH v3 2/4] drivers/s390/char: Add Query Ultravisor Information to uvdevice

[RFC PATCH 0/2] Documentation: dev-tools: begin KTAP spec v2 process
 2022-03-17  8:43 UTC  (6+ messages)
` [RFC PATCH 1/2] Documentation: dev-tools: KTAP spec change version to 2-rc
` [RFC PATCH 2/2] Documentation: dev-tools: use literal block instead of code-block

[PATCH] kunit: split resource API from test.h into new resource.h
 2022-03-17  8:03 UTC  (4+ messages)

[PATCH v12 00/40] arm64/sme: Initial support for the Scalable Matrix Extension
 2022-03-16 22:38 UTC  (10+ messages)
` [PATCH v12 06/40] arm64/sme: Provide ABI documentation for SME
` [PATCH v12 11/40] arm64/sme: Identify supported SME vector lengths at boot
` [PATCH v12 20/40] arm64/sme: Implement streaming SVE signal handling
` [PATCH v12 23/40] arm64/sme: Add ptrace support for ZA

[PATCH V4 1/2] selftests: vm: bring common functions to a new file
 2022-03-16 17:36 UTC  (6+ messages)
` [PATCH V4 2/2] selftests: vm: Add test for Soft-Dirty PTE bit

[PATCH v8 0/1] Introduce XSAVE feature self-test
 2022-03-16 12:40 UTC  (2+ messages)
` [PATCH v8 1/1] selftests/x86/xstate: Add xstate test cases for XSAVE feature

[PATCH][next] kselftests/sched: Fix spelling mistake "hiearchy" -> "hierarchy"
 2022-03-15 22:56 UTC 

[RFC v3 0/8] Proposal for a GPU cgroup controller
 2022-03-15 19:02 UTC  (13+ messages)
` [RFC v3 6/8] binder: Add a buffer flag to relinquish ownership of fds
` [RFC v3 7/8] binder: use __kernel_pid_t and __kernel_uid_t for userspace
` [RFC v3 8/8] selftests: Add binder cgroup gpu memory transfer test

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-15 17:04 UTC  (13+ messages)
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 03/28] HID: hook up with bpf
` [PATCH bpf-next v2 14/28] selftests/bpf: add tests for hid_{get|set}_data helpers

[PATCH V2 0/4] selftests: Remove duplicate CPUID wrappers
 2022-03-15 16:44 UTC  (5+ messages)
` [PATCH V2 1/4] selftests: Provide local define of __cpuid_count()
` [PATCH V2 2/4] selftests/vm/pkeys: Use provided __cpuid_count() macro
` [PATCH V2 3/4] selftests/x86/amx: "
` [PATCH V2 4/4] selftests/x86/corrupt_xstate_header: "

[PATCH v2] selftests/bpf: fix array_size.cocci warning
 2022-03-15 16:20 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2] selftests/lkdtm: add config and turn off CFI_FORWARD_PROTO
 2022-03-15 11:55 UTC  (5+ messages)
` [PATCH 2/2] selftests/lkdtm: add config

[PATCH] selftests/bpf: fix array_size.cocci warning
 2022-03-15 11:48 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] selftests/vm: depend on bash in shebang
 2022-03-14 22:13 UTC 

[PATCH bpf-next v3 0/5] New BPF helpers to accelerate synproxy
 2022-03-14 17:49 UTC  (6+ messages)
` [PATCH bpf-next v3 4/5] bpf: Add helpers to issue and check SYN cookies in XDP

[PATCH v2] selftests, x86: fix how check_cc.sh is being invoked
 2022-03-14 16:18 UTC  (2+ messages)

[PATCH v3 2/2] lkdtm: Add Shadow Call Stack tests
 2022-03-14 14:02 UTC  (3+ messages)
` [PATCH v4 "

[bug report] selftests: futex: warning during build with multiple jobs
 2022-03-13 16:09 UTC 

[PATCH v5 0/6] selftests/resctrl: Add resctrl_tests into kselftest set
 2022-03-13 15:47 UTC  (12+ messages)
` [PATCH v5 1/6] selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received
` [PATCH v5 2/6] selftests/resctrl: Change the default limited time to 120 seconds
` [PATCH v5 3/6] selftests/resctrl: Fix resctrl_tests' return code to work with selftest framework
` [PATCH v5 4/6] selftests/resctrl: Make resctrl_tests run using kselftest framework
` [PATCH v5 5/6] selftests/resctrl: Update README about using kselftest framework to build/run resctrl_tests

[RFC v1] kunit: add support for kunit_suites that reference init code
 2022-03-11 17:56 UTC  (3+ messages)

[PATCH bpf-next v4 0/5] New BPF helpers to accelerate synproxy
 2022-03-11 16:36 UTC  (4+ messages)
` [PATCH bpf-next v4 3/5] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v4 4/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v4 5/5] bpf: Add selftests for raw syncookie helpers


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