messages from 2022-09-02 07:52:51 to 2022-09-06 23:12:15 UTC [more...]
[PATCH v8 00/26] tcp: Initial support for RFC5925 auth option
2022-09-06 23:11 UTC (29+ messages)
` [PATCH v8 01/26] tcp: authopt: Initial support and key management
` [PATCH v8 02/26] docs: Add user documentation for tcp_authopt
` [PATCH v8 03/26] tcp: authopt: Add crypto initialization
` [PATCH v8 04/26] tcp: Refactor tcp_sig_hash_skb_data for AO
` [PATCH v8 05/26] tcp: authopt: Compute packet signatures
` [PATCH v8 06/26] tcp: Refactor tcp_inbound_md5_hash into tcp_inbound_sig_hash
` [PATCH v8 07/26] tcp: authopt: Hook into tcp core
` [PATCH v8 08/26] tcp: authopt: Disable via sysctl by default
` [PATCH v8 09/26] tcp: authopt: Implement Sequence Number Extension
` [PATCH v8 10/26] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v8 11/26] tcp: authopt: Add support for signing skb-less replies
` [PATCH v8 12/26] tcp: ipv4: Add AO signing for "
` [PATCH v8 13/26] tcp: authopt: Add NOSEND/NORECV flags
` [PATCH v8 14/26] tcp: authopt: Add initial l3index support
` [PATCH v8 15/26] tcp: authopt: Add prefixlen support
` [PATCH v8 16/26] tcp: authopt: Add send/recv lifetime support
` [PATCH v8 17/26] tcp: authopt: Add key selection controls
` [PATCH v8 18/26] tcp: authopt: Add v4mapped ipv6 address support
` [PATCH v8 19/26] tcp: authopt: Add /proc/net/tcp_authopt listing all keys
` [PATCH v8 20/26] tcp: authopt: If no keys are valid for send report an error
` [PATCH v8 21/26] tcp: authopt: Try to respect rnextkeyid from SYN on SYNACK
` [PATCH v8 22/26] tcp: authopt: Initial support for TCP_AUTHOPT_FLAG_ACTIVE
` [PATCH v8 23/26] tcp: authopt: Initial implementation of TCP_REPAIR_AUTHOPT
` [PATCH v8 24/26] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v8 25/26] selftests: nettest: Initial tcp_authopt support
` [PATCH v8 26/26] selftests: net/fcnal: "
[RFC V3 PATCH 0/6] selftests: KVM: selftests for fd-based private memory
2022-09-06 22:48 UTC (4+ messages)
` [RFC V3 PATCH 4/6] selftests: kvm: x86: Execute hypercall as per the cpu
[V1 PATCH 0/5] Execute hypercalls from guests according to cpu type
2022-09-06 22:46 UTC (8+ messages)
` [V1 PATCH 1/5] selftests: kvm: move common startup logic to kvm_util.c
` [V1 PATCH 2/5] selftests: kvm: Introduce kvm_arch_main and helpers
` [V1 PATCH 3/5] selftests: kvm: x86: Execute vmcall/vmmcall according to CPU type
` [V1 PATCH 4/5] selftests: kvm: delete svm_vmcall_test
` [V1 PATCH 5/5] selftests: kvm: Execute vmcall/vmmcall as per cpu type
[PATCH] kselftest/arm64: Install signal handlers before output in FP stress tests
2022-09-06 22:00 UTC
[PATCH net-next 0/5] mptcp: allow privileged operations from user ns & cleanup
2022-09-06 20:55 UTC (2+ messages)
` [PATCH net-next 2/5] selftests: mptcp: move prefix tests of addr_nr_ns2 together
[RFC PATCH v2 0/5] Make BPF ring buffer overwritable
2022-09-06 19:56 UTC (6+ messages)
` [RFC PATCH v2 1/5] bpf: Make "
` [RFC PATCH v2 2/5] selftests: Add BPF overwritable ring buffer self tests
` [RFC PATCH v2 3/5] docs/bpf: Add documentation for overwritable ring buffer
` [RFC PATCH v2 4/5] libbpf: Add implementation to consume overwritable BPF "
` [RFC PATCH v2 5/5] for test purpose only: Add toy to play with BPF ring
[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
2022-09-06 18:45 UTC (37+ messages)
` [PATCH v16 01/12] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v16 02/12] bpf: Move dynptr type check to is_dynptr_type_expected()
` [PATCH v16 03/12] btf: Allow dynamic pointer parameters in kfuncs
` [PATCH v16 04/12] bpf: Export bpf_dynptr_get_size()
` [PATCH v16 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL
` [PATCH v17 "
` [PATCH v16 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v16 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v16 08/12] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v16 09/12] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v16 10/12] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v16 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc
` [PATCH v16 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs
[PATCH 0/7] bpf: Add fd modes check for map iter and extend libbpf
2022-09-06 18:21 UTC (9+ messages)
` [PATCH 1/7] bpf: Add missing fd modes check for map iterators
` [PATCH 2/7] libbpf: Define bpf_get_fd_opts and introduce bpf_map_get_fd_by_id_opts()
` [PATCH 3/7] libbpf: Introduce bpf_prog_get_fd_by_id_opts()
` [PATCH 4/7] libbpf: Introduce bpf_btf_get_fd_by_id_opts()
` [PATCH 5/7] libbpf: Introduce bpf_link_get_fd_by_id_opts()
` [PATCH 6/7] selftests/bpf: Ensure fd modes are checked for map iters and destroy links
` [PATCH 7/7] selftests/bpf: Add tests for _opts variants of libbpf
[PATCH v3 0/3] arm64/sve: Document our actual SVE syscall ABI
2022-09-06 17:47 UTC (6+ messages)
` (subset) "
[PATCH v2] kselftest/arm64: Add simple hwcap validation
2022-09-06 17:45 UTC (2+ messages)
[PATCH v2 0/4] kselftest/arm64: Floating point stress test harness
2022-09-06 17:45 UTC (2+ messages)
[PATCH v2 0/2] kselftest/arm64: Small improvements to ZA signal handling coverag
2022-09-06 17:45 UTC (2+ messages)
[PATCH v2 00/10] kselftest/arm64: EXTRA_CONTEXT related fixes
2022-09-06 17:44 UTC (2+ messages)
[PATCH bpf-next v10 00/23] Introduce eBPF support for HID devices
2022-09-06 16:12 UTC (28+ messages)
` [PATCH bpf-next v10 01/23] selftests/bpf: regroup and declare similar kfuncs selftests in an array
` [PATCH bpf-next v10 02/23] bpf: split btf_check_subprog_arg_match in two
` [PATCH bpf-next v10 03/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v10 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v10 05/23] bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
` [PATCH bpf-next v10 06/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v10 07/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v10 08/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v10 09/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v10 10/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v10 11/23] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v10 12/23] HID: initial BPF implementation
` [PATCH bpf-next v10 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v10 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v10 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v10 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v10 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v10 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v10 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v10 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v10 21/23] samples/bpf: HID: add new hid_mouse example
` [PATCH bpf-next v10 22/23] samples/bpf: HID: add Surface Dial example
` [PATCH bpf-next v10 23/23] Documentation: add HID-BPF docs
[PATCH bpf-next v11 0/7] bpf-core changes for preparation of
2022-09-06 15:13 UTC (8+ messages)
` [PATCH bpf-next v11 1/7] selftests/bpf: regroup and declare similar kfuncs selftests in an array
` [PATCH bpf-next v11 2/7] bpf: split btf_check_subprog_arg_match in two
` [PATCH bpf-next v11 3/7] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v11 4/7] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v11 5/7] bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
` [PATCH bpf-next v11 6/7] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v11 7/7] selftests/bpf: Add tests for kfunc returning a memory pointer
[PATCH v12 00/10] cgroup/cpuset: cpu partition code fixes & enhancements
2022-09-06 14:57 UTC (6+ messages)
` [PATCH v12 09/10] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
[PATCH v2 7/7] KVM: selftests: Add test for RAZ/WI AArch32 ID registers
2022-09-06 4:54 UTC (3+ messages)
[PATCH 0/3] selftests/Make: Recursively build TARGETS list
2022-09-05 20:21 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] selftests/.gitignore: Add vfork_exec
` [PATCH 3/3] selftests/.gitignore: Add io_uring_zerocopy_tx
[PATCH -next v2 3/5] selftests/cpu-hotplug: Delete fault injection related code
2022-09-05 13:50 UTC
[PATCH -next v3 0/5] Optimize and bugfix for cpu-on-off-test.sh
2022-09-05 13:36 UTC (6+ messages)
` [PATCH -next v3 1/5] selftests/cpu-hotplug: Correct log info
` [PATCH -next v3 2/5] selftests/cpu-hotplug: Use return instead of exit
` [PATCH -next v3 3/5] selftests/cpu-hotplug: Delete fault injection related code
` [PATCH -next v3 4/5] selftests/cpu-hotplug: Reserve one cpu online at least
` [PATCH -next v3 5/5] selftests/cpu-hotplug: Add log info when test success
[PATCH -next v2 0/5] Optimize and bugfix for cpu-on-off-test.sh
2022-09-05 12:45 UTC (6+ messages)
` [PATCH -next v2 1/5] selftests/cpu-hotplug: Correct log info
` [PATCH -next v2 2/5] selftests/cpu-hotplug: Use return instead of exit
` [PATCH -next v2 3/5] selftests/cpu-hotplug: Delete fault injection related code
` [PATCH -next v2 4/5] selftests/cpu-hotplug: Reserve one cpu online at least
` [PATCH -next v2 5/5] selftests/cpu-hotplug: Add log info when test success
[PATCH net v2 0/3] Unsync addresses from ports when stopping aggregated devices
2022-09-05 9:19 UTC (4+ messages)
` [PATCH net v2 1/3] net: bonding: Unsync device addresses on ndo_stop
[PATCH v2 1/5] selftests/sgx: Retry the ioctl()'s returned with EAGAIN
2022-09-05 2:04 UTC (5+ messages)
` [PATCH v2 2/5] selftests/sgx: Move ENCL_HEAP_SIZE_DEFAULT to main.c
` [PATCH v2 3/5] selftests/sgx: Use encl->encl_size in sigstruct.c
` [PATCH v2 4/5] selftests/sgx: Include the dynamic heap size to the ELRANGE calculation
` [PATCH v2 5/5] selftests/sgx: Add SGX selftest augment_via_eaccept_long
[PATCH 1/5] selftests/sgx: Retry the ioctl()'s returned with EAGAIN
2022-09-04 7:53 UTC (5+ messages)
` [PATCH 2/5] selftests/sgx: Move ENCL_HEAP_SIZE_DEFAULT to main.c
` [PATCH 3/5] selftests/sgx: Use encl->encl_size in sigstruct.c
` [PATCH 4/5] selftests/sgx: Include the dynamic heap size to the ELRANGE calculation
` [PATCH 5/5] selftests/sgx: Add SGX selftest augment_via_eaccept_long
[PATCH v2 4/6] selftests/sgx: Add SGX selftest augment_via_eaccept_long
2022-09-04 4:21 UTC (5+ messages)
[PATCH v5 net-next 0/6] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
2022-09-03 14:49 UTC (21+ messages)
` [PATCH v5 net-next 1/6] net: bridge: add locked entry fdb flag to extend locked port feature
` [PATCH v5 net-next 6/6] selftests: forwarding: add test of MAC-Auth Bypass to locked port tests
[PATCH 1/2] tools: Add LoongArch build infrastructure
2022-09-03 9:55 UTC (2+ messages)
` [PATCH 2/2] selftests/seccomp: Add LoongArch selftesting support
[PATCH] selftests/kvm: Use num_vcpus when testing ICR in the xapic_state_test
2022-09-03 7:39 UTC
[PATCH v5 0/4] Introduce security_create_user_ns()
2022-09-03 3:58 UTC (11+ messages)
[PATCH 1/2] kunit: tool: remove UML specific options from all_tests_uml.config
2022-09-02 20:22 UTC (2+ messages)
` [PATCH 2/2] kunit: tool: rename all_test_uml.config, use it for --alltests
[PATCH V5 15/31] x86/sgx: Support restricting of enclave page permissions
2022-09-02 15:22 UTC (2+ messages)
[PATCH v6 1/2] x86/fpu: Allow PKRU to be (once again) written by ptrace
2022-09-02 14:55 UTC (3+ messages)
[PATCH v1] selftests/xsk: Avoid use-after-free on ctx
2022-09-02 14:00 UTC (2+ messages)
[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
2022-09-02 13:11 UTC (11+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-09-02 12:30 UTC (13+ messages)
[PATCH] selftests: net: sort .gitignore file
2022-09-02 12:03 UTC (4+ messages)
[PATCH v2] checkpatch: Handle FILE pointer type
2022-09-02 12:00 UTC (2+ messages)
[RFC PATCH v1] checkpatch: Handle FILE pointer type
2022-09-02 11:04 UTC (6+ messages)
Wycena paneli fotowoltaicznych
2022-09-02 7:50 UTC
[PATCH 1/2] drm/tests: Split drm_framebuffer_create_test into parameterized tests
2022-09-02 7:52 UTC (3+ messages)
` [PATCH 2/2] drm/tests: Change "igt_" prefix to "drm_"
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