messages from 2022-08-23 06:13:08 to 2022-08-26 11:32:45 UTC [more...]
[PATCH -next 0/5] landlock: add chmod and chown support
2022-08-26 11:32 UTC (19+ messages)
` [PATCH -next 2/5] "
` [PATCH -next 3/5] landlock/selftests: add selftests for chmod and chown
[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
2022-08-26 10:58 UTC (19+ messages)
` [PATCH v1 1/5] "
[PATCH v12 00/10] bpf: Add kfuncs for PKCS#7 signature verification
2022-08-26 9:22 UTC (10+ messages)
` [PATCH v12 02/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v12 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v14 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and add flags check function
[PATCH v5 0/4] Introduce security_create_user_ns()
2022-08-26 9:10 UTC (18+ messages)
[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
2022-08-26 8:22 UTC (6+ messages)
` [PATCH v3 1/4] fs/proc/task_mmu: update functions to clear the soft-dirty PTE bit
` [PATCH v3 2/4] fs/proc/task_mmu: Implement IOCTL to get and clear soft dirty "
` [PATCH v3 3/4] selftests: vm: add pagemap ioctl tests
` [PATCH v3 4/4] mm: add documentation of the new ioctl on pagemap
[PATCH v13 00/10] bpf: Add kfuncs for PKCS#7 signature verification
2022-08-26 7:31 UTC (16+ messages)
` [PATCH v13 01/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v13 02/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v13 03/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v13 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v13 05/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v13 06/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v13 07/10] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v13 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v13 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v13 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
[PATCH v2 0/8] Documentation: Kunit: clean kunit-tool.rst and start.rst
2022-08-26 7:31 UTC (17+ messages)
` [PATCH v2 1/8] Documentation: KUnit: remove duplicated docs for kunit_tool
` [PATCH v2 2/8] Documentation: KUnit: avoid repeating "kunit.py run" in start.rst
` [PATCH v2 3/8] Documentation: KUnit: add note about mrproper "
` [PATCH v2 4/8] Documentation: KUnit: Reword start guide for selecting tests
` [PATCH v2 5/8] Documentation: KUnit: add intro to the getting-started page
` [PATCH v2 6/8] Documentation: KUnit: update links in the index page
` [PATCH v2 7/8] lib: overflow: update reference to kunit-tool
` [PATCH v2 8/8] lib: stackinit: "
[PATCH 0/8] Documentation: Kunit: clean kunit-tool.rst and start.rst
2022-08-26 7:01 UTC (4+ messages)
` [PATCH 2/8] Documentation: KUnit: avoid repeating "kunit.py run" in start.rst
[PATCH] selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
2022-08-26 6:13 UTC (6+ messages)
[PATCH] selftests/bpf: Fix connect4_prog tcp/socket header type conflict
2022-08-26 5:50 UTC
[PATCH v2] selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
2022-08-26 5:29 UTC
[PATCH] selftests/bpf: fix type conflict in test_tc_dtime
2022-08-26 5:06 UTC
[PATCH] Documentation: KUnit: Reword kunit_tool guide
2022-08-26 4:55 UTC (3+ messages)
[PATCH v5 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
2022-08-26 4:47 UTC (5+ messages)
[PATCH] selftests/bpf: declare subprog_noise as static in tailcall_bpf2bpf4
2022-08-26 4:44 UTC (2+ messages)
[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
2022-08-26 2:26 UTC (34+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v9 02/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v9 03/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v9 04/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v9 05/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v9 06/23] bpf: prepare for more bpf syscall to be used from kernel and user space
` [PATCH bpf-next v9 07/23] libbpf: add map_get_fd_by_id and map_delete_elem in light skeleton
` [PATCH bpf-next v9 08/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v9 09/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v9 10/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v9 11/23] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v9 12/23] HID: initial BPF implementation
` [PATCH bpf-next v9 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v9 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v9 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v9 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v9 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v9 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v9 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v9 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v9 21/23] samples/bpf: add new hid_mouse example
` [PATCH bpf-next v9 21/23] samples/bpf: HID: "
` [PATCH bpf-next v9 22/23] HID: bpf: add Surface Dial example
` [PATCH bpf-next v9 22/23] samples/bpf: HID: "
` [PATCH bpf-next v9 23/23] Documentation: add HID-BPF docs
[PATCH bpf-next v2] selftests/bpf: fix incorrect fcntl call (test_sockmap.c)
2022-08-26 2:07 UTC (2+ messages)
[PATCH] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
2022-08-26 1:26 UTC
[net-next] Fix reinitialization of TEST_PROGS in net self tests
2022-08-25 20:30 UTC (3+ messages)
linux-next: Tree for Aug 25 (kunit: virt/nitro_enclaves; also kexec)
2022-08-25 20:18 UTC
[PATCH v4 net-next 3/6] drivers: net: dsa: add locked fdb entry flag to drivers
2022-08-25 15:14 UTC (22+ messages)
[PATCH v2 0/4] Implement IOCTL to get and clear soft dirty PTE
2022-08-25 10:49 UTC (8+ messages)
` [PATCH v2 1/4] fs/proc/task_mmu: update functions to clear the soft-dirty bit
` [PATCH v2 2/4] fs/proc/task_mmu: Implement IOCTL to get and clear soft dirty PTE bit
` [PATCH v2 3/4] selftests: vm: add pagemap ioctl tests
` [PATCH v2 4/4] mm: add documentation of the new ioctl on pagemap
[PATCH] selftests/landlock: fix broken include of linux/landlock.h
2022-08-25 9:31 UTC (5+ messages)
[PATCH bpf-next,v3] selftests/bpf: add lwt ip encap tests to test_progs
2022-08-25 5:16 UTC (4+ messages)
[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
2022-08-25 2:52 UTC (8+ messages)
` [PATCH bpf-next v7 13/24] HID: initial BPF implementation
` [PATCH bpf-next v7 24/24] Documentation: add HID-BPF docs
[PATCH AUTOSEL 5.15 16/20] testing: selftests: nft_flowtable.sh: use random netns names
2022-08-25 1:37 UTC
[PATCH AUTOSEL 5.19 32/38] testing: selftests: nft_flowtable.sh: use random netns names
2022-08-25 1:33 UTC
[PATCH 2/2] selftests/sgx: Add SGX selftest augment_via_eaccept_long
2022-08-25 1:28 UTC (7+ messages)
[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
2022-08-25 0:07 UTC (3+ messages)
` [RFC V3 PATCH 4/6] selftests: kvm: x86: Execute hypercall as per the cpu
[net-next v2 0/6] net: support QUIC crypto
2022-08-24 23:09 UTC (4+ messages)
[PATCH v1 0/2] kselftest/arm64: Small improvements to ZA signal handling coverag
2022-08-24 22:40 UTC (3+ messages)
` [PATCH v1 1/2] kselftest/arm64: Tighten up validation of ZA signal context
` [PATCH v1 2/2] kselftest/arm64: Add a test for signal frames with ZA disabled
[PATCH -next] selftests/bpf: fix wrong size passed to bpf_setsockopt()
2022-08-24 17:40 UTC (2+ messages)
[PATCH v3 0/5] cpumask: KUnit test suite fixes and improvements
2022-08-24 16:09 UTC (3+ messages)
` [PATCH v3 5/5] lib/cpumask_kunit: add tests file to MAINTAINERS
[PATCH bpf-next] selftests/bpf: fix incorrect fcntl call
2022-08-24 15:50 UTC (3+ messages)
[PATCH] docs:kselftest: fix kselftest_module.h path of example module
2022-08-24 14:25 UTC
[PATCH v2 0/2] kunit: add boot time parameter to enable KUnit
2022-08-24 14:13 UTC (7+ messages)
` [PATCH v2 1/2] kunit: add kunit.enable to enable/disable KUnit test
` [PATCH v2 2/2] kunit: no longer call module_info(test, "Y") for kunit modules
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-24 10:37 UTC (20+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
[PATCH bpf-next v7 02/24] bpf/verifier: allow kfunc to read user provided context
2022-08-24 9:57 UTC (5+ messages)
` [PATCH bpf-next v8 "
[PATCH] selftests: remove unused variable in close_range test
2022-08-24 7:16 UTC (2+ messages)
[PATCH] selftests: Add a taint selftest
2022-08-24 6:22 UTC (5+ messages)
[PATCH v2] tools: Add new "test" taint to kernel-chktaint
2022-08-24 4:41 UTC (2+ messages)
The Telegraph: Mude von Arbeit und Schulden? Raus aus dieser Scheie?
2022-08-24 1:14 UTC
[PATCH v5 0/9] drm: selftest: Convert to KUnit
2022-08-24 0:46 UTC (7+ messages)
` [PATCH v5 9/9] drm: selftest: convert drm_mm selftest "
[RFC PATCH 2/2] selftests: kvm: Use the KVM API to enable dynamic XSTATE features
2022-08-23 23:14 UTC
[GIT PULL] KUnit fixes update for Linux 6.0-rc3
2022-08-23 20:42 UTC (2+ messages)
[GIT PULL] Kselftest update for Linux 6.0-rc3
2022-08-23 20:42 UTC (2+ messages)
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-08-23 17:41 UTC (12+ messages)
[PATCH RESEND v2 1/2] mm: drop oom code from exit_mmap
2022-08-23 8:36 UTC (9+ messages)
` [PATCH RESEND v2 2/2] mm: delete unused MMF_OOM_VICTIM flag
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