messages from 2022-03-17 09:39:33 to 2022-03-23 20:52:26 UTC [more...]
[PATCH 1/5] kunit: tool: drop mostly unused KunitResult.result field
2022-03-23 20:52 UTC (7+ messages)
` [PATCH 2/5] kunit: tool: make --json handling a bit clearer
` [PATCH 3/5] kunit: tool: drop unused KernelDirectoryPath var
` [PATCH 4/5] kunit: tool: drop last uses of collections.namedtuple
[GIT PULL] KUnit update for Linux 5.18-rc1
2022-03-23 20:00 UTC (2+ messages)
[GIT PULL] Kselftest update for Linux 5.18-rc1
2022-03-23 20:00 UTC (2+ messages)
[PATCH] kunit: Rework kunit_resource allocation policy
2022-03-23 19:20 UTC (6+ messages)
[PATCH v4 2/2] selftests/x86/amx: Update the ARCH_REQ_XCOMP_PERM test
2022-03-23 16:44 UTC (2+ messages)
[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
2022-03-23 16:08 UTC (36+ 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 v2 net-next 0/4] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
2022-03-23 15:03 UTC (21+ 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
[RFC v3 0/8] Proposal for a GPU cgroup controller
2022-03-23 10:40 UTC (11+ messages)
` [RFC v3 1/8] gpu: rfc: "
` [RFC v3 5/8] dmabuf: Add gpu cgroup charge transfer function
` [RFC v3 8/8] selftests: Add binder cgroup gpu memory transfer test
[PATCH v7 0/6] selftests/resctrl: Add resctrl_tests into kselftest set
2022-03-23 8:12 UTC (7+ messages)
` [PATCH v7 1/6] selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received
` [PATCH v7 2/6] selftests/resctrl: Change the default limited time to 120 seconds
` [PATCH v7 3/6] selftests/resctrl: Fix resctrl_tests' return code to work with selftest framework
` [PATCH v7 4/6] selftests/resctrl: Make resctrl_tests run using kselftest framework
` [PATCH v7 5/6] selftests/resctrl: Update README about using kselftest framework to build/run resctrl_tests
` [PATCH v7 6/6] selftests/resctrl: Add missing SPDX license to Makefile
[PATCH v5 0/2] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed on Intel CPU
2022-03-23 8:09 UTC (3+ messages)
` [PATCH v5 1/2] selftests/resctrl: Extend CPU vendor detection
` [PATCH v5 2/2] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed on Intel CPU
[PATCH] list: test: Test the hlist structure
2022-03-23 7:39 UTC (2+ messages)
[RFC PATCH 0/5] Split a huge page to any lower order pages
2022-03-23 2:31 UTC (21+ messages)
` [RFC PATCH 1/5] mm: memcg: make memcg huge page split support any order split
` [RFC PATCH 2/5] mm: page_owner: add support for splitting to any order in split page_owner
` [RFC PATCH 3/5] mm: thp: split huge page to any lower order pages
` [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 net-next] selftests/net: mctp: Roundtrip tun tests
2022-03-23 2:25 UTC (3+ messages)
[PATCH 00/14] bpf: Allow not to charge bpf memory
2022-03-23 1:37 UTC (19+ 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 linux-next] selftests/proc: fix array_size.cocci warning
2022-03-22 23:02 UTC (2+ messages)
[PATCH linux-next] selftests/vDSO: fix array_size.cocci warning
2022-03-22 23:01 UTC (2+ messages)
[bug report] selftests: futex: warning during build with multiple jobs
2022-03-22 20:46 UTC (2+ messages)
[PATCH v2 1/2] selftests/sgx: Use rip relative addressing for encl_stack
2022-03-22 7:43 UTC (2+ messages)
` [PATCH v2 2/2] selftests/sgx: Make TCS table relocatable
[PATCH] selftests/sgx: Make TCS table relocatable
2022-03-22 7:25 UTC
[PATCH] selftest/powerpc/pmu/ebb: remove fixed_instruction.S
2022-03-22 4:56 UTC
[PATCH] selftest/sgx: Use rip relative addressing for encl_stack
2022-03-22 0:17 UTC
[PATCH] selftests: net: fix warning when compiling selftest/net
2022-03-22 0:00 UTC (6+ messages)
` [PATCH linux-next v2] selftests: net: change fprintf format specifiers
` [PATCH linux-next v3] "
[PATCH AUTOSEL 5.15 5/5] selftests: vm: fix clang build error multiple output files
2022-03-21 21:52 UTC
[PATCH AUTOSEL 5.16 6/6] selftests: vm: fix clang build error multiple output files
2022-03-21 21:52 UTC
[PATCH V5 1/2] selftests: vm: bring common functions to a new file
2022-03-21 16:09 UTC (4+ messages)
` [PATCH V5 2/2] selftests: vm: Add test for Soft-Dirty PTE bit
[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] selftests/powerpc/pmu: fix spelling mistake "mis-match" -> "mismatch"
2022-03-19 23:20 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 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
[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 1/4] drivers/s390/char: Add Ultravisor io device
2022-03-17 11:59 UTC (6+ messages)
` [PATCH v3 1/4] drivers/s390/char: Add Ultravisor io device'
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