messages from 2022-09-01 15:30:24 to 2022-09-06 08:08:28 UTC [more...]
[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
2022-09-06 8:07 UTC (29+ 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 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 v2 7/7] KVM: selftests: Add test for RAZ/WI AArch32 ID registers
2022-09-06 4:54 UTC (3+ messages)
[PATCH bpf-next v10 00/23] Introduce eBPF support for HID devices
2022-09-06 3:27 UTC (26+ 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 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 (6+ messages)
` [PATCH net v2 1/3] net: bonding: Unsync device addresses on ndo_stop
` [PATCH net v2 2/3] net: team: "
` [PATCH net v2 3/3] net: Add tests for bonding and team address list management
[V1 PATCH 0/5] Execute hypercalls from guests according to cpu type
2022-09-05 7:46 UTC (7+ 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 v8 00/26] tcp: Initial support for RFC5925 auth option
2022-09-05 7:06 UTC (27+ 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: "
[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 v12 00/10] cgroup/cpuset: cpu partition code fixes & enhancements
2022-09-04 20:48 UTC (14+ messages)
` [PATCH v12 01/10] cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
` [PATCH v12 02/10] cgroup/cpuset: Miscellaneous cleanups & add helper functions
` [PATCH v12 03/10] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v12 04/10] cgroup/cpuset: Relax constraints to partition & cpus changes
` [PATCH v12 05/10] cgroup/cpuset: Add a new isolated cpus.partition type
` [PATCH v12 06/10] cgroup/cpuset: Show invalid partition reason string
` [PATCH v12 07/10] cgroup/cpuset: Relocate a code block in validate_change()
` [PATCH v12 08/10] cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity rule
` [PATCH v12 09/10] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst
` [PATCH v12 10/10] kselftest/cgroup: Add cpuset v2 partition root state test
[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 (10+ messages)
` [PATCH v2 6/6] selftests/sgx: Add a bpftrace script for tracking allocation errors
[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 v3 0/3] arm64/sve: Document our actual SVE syscall ABI
2022-09-02 19:41 UTC (4+ messages)
[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 (3+ 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 (7+ 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_"
[PATCH v14 00/12] bpf: Add kfuncs for PKCS#7 signature verification
2022-09-02 3:27 UTC (7+ messages)
` [PATCH v14 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and set KEY_LOOKUP_FLAGS_ALL
[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
2022-09-02 0:19 UTC (11+ messages)
` [PATCH v1 1/5] "
[PATCH 4/6] selftests/sgx: Add SGX selftest augment_via_eaccept_long
2022-09-02 0:02 UTC (20+ messages)
` [PATCH 5/6] selftests/sgx: retry the ioctls returned with EAGAIN
` [PATCH 6/6] selftests/sgx: Add a bpftrace script for tracking allocation errors
[PATCH v2] tools: Add new "test" taint to kernel-chktaint
2022-09-01 23:53 UTC (5+ messages)
[PATCH 0/2] fortify: Add run-time WARN for cross-field memcpy()
2022-09-01 20:05 UTC (2+ messages)
[PATCH] selftest: vm: remove deleted local_config.* from .gitignore
2022-09-01 19:54 UTC (2+ messages)
[PATCH -next v2 0/6] landlock: add chmod and chown support
2022-09-01 17:34 UTC (7+ messages)
` [PATCH -next v2 3/6] "
[selftests] a37ddddd86: BUG:KASAN:use-after-free_in_firmware_upload_unregister
2022-09-01 16:20 UTC (2+ messages)
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