Show patches with: Submitter = Roberto Sassu       |    Archived = No       |   136 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/3] bpf: Add BPF_F_VERIFY_ELEM to require signature verification on map values bpf: Add support for maps with authenticated values - - - 1-4 2022-05-25 Roberto Sassu bpf Changes Requested
[POC,USER,SPACE] Introduce LSM to protect pinned objects [POC,USER,SPACE] Introduce LSM to protect pinned objects - - - 1-1 2022-04-05 Roberto Sassu bpf Not Applicable
[18/18] bpf-preload/selftests: Preload a test eBPF program and check pinned objects bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[17/18] bpf-preload/selftests: Add test for automatic generation of preload methods bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[16/18] bpf-preload: Do kernel mount to ensure that pinned objects don't disappear bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[15/18] bpf-preload: Generate code of kernel module to preload bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[14/18] bpf-preload: Switch to new preload registration method bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[13/18] bpf-preload: Move pinned links and maps to a dedicated directory in bpffs bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[12/18] bpf-preload: Implement new registration method for preloading eBPF programs bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[11/18] bpf-preload: Store multiple bpf_preload_ops structures in a linked list bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[10/18] bpf-preload: Generate bpf_preload_ops bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[09/18] bpf-preload: Generate code to pin non-internal maps bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[08/18] bpf-preload: Generate load_skel() bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[07/18] bpf-preload: Generate preload() bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[06/18] bpf-preload: Generate free_objs_and_skel() bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[05/18] bpf-preload: Generate static variables bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[04/18] bpf-preload: Export and call bpf_obj_do_pin_kernel() bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[03/18] bpf-preload: Generalize object pinning from the kernel bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[02/18] bpf-preload: Move bpf_preload.h to include/linux bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[01/18] bpf: Export bpf_link_inc() bpf: Secure and authenticated preloading of eBPF programs - - - 1-1 2022-03-28 Roberto Sassu bpf Changes Requested
[v3,9/9] selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy bpf-lsm: Extend interoperability with IMA - - - 3-- 2022-03-02 Roberto Sassu bpf Accepted
[v3,8/9] selftests/bpf: Add test for bpf_lsm_kernel_read_file() bpf-lsm: Extend interoperability with IMA - - - 3-- 2022-03-02 Roberto Sassu bpf Accepted
[v3,7/9] bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable bpf-lsm: Extend interoperability with IMA - - - 3-- 2022-03-02 Roberto Sassu bpf Accepted
[v3,6/9] selftests/bpf: Check if the digest is refreshed after a file write bpf-lsm: Extend interoperability with IMA - - - 3-- 2022-03-02 Roberto Sassu bpf Accepted
[v3,5/9] selftests/bpf: Add test for bpf_ima_file_hash() bpf-lsm: Extend interoperability with IMA - - - 3-- 2022-03-02 Roberto Sassu bpf Accepted
[v3,4/9] selftests/bpf: Move sample generation code to ima_test_common() bpf-lsm: Extend interoperability with IMA - - - 3-- 2022-03-02 Roberto Sassu bpf Accepted
[v3,3/9] bpf-lsm: Introduce new helper bpf_ima_file_hash() bpf-lsm: Extend interoperability with IMA - - - 3-- 2022-03-02 Roberto Sassu bpf Accepted
[v3,2/9] ima: Always return a file measurement in ima_file_hash() bpf-lsm: Extend interoperability with IMA - 1 - 3-- 2022-03-02 Roberto Sassu bpf Accepted
[v3,1/9] ima: Fix documentation-related warnings in ima_main.c bpf-lsm: Extend interoperability with IMA - 2 - 3-- 2022-03-02 Roberto Sassu bpf Accepted
[v2,6/6] selftests/bpf: Add test for bpf_lsm_kernel_read_file() bpf-lsm: Extend interoperability with IMA - - - 1-2 2022-02-15 Roberto Sassu bpf Changes Requested
[v2,5/6] bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable bpf-lsm: Extend interoperability with IMA - - - 1-2 2022-02-15 Roberto Sassu bpf Changes Requested
[v2,4/6] selftests/bpf: Add test for bpf_ima_file_hash() bpf-lsm: Extend interoperability with IMA - - - 1-2 2022-02-15 Roberto Sassu bpf Changes Requested
[v2,3/6] bpf-lsm: Introduce new helper bpf_ima_file_hash() bpf-lsm: Extend interoperability with IMA - - - 1-2 2022-02-15 Roberto Sassu bpf Changes Requested
[v2,2/6] ima: Always return a file measurement in ima_file_hash() bpf-lsm: Extend interoperability with IMA - - - 1-2 2022-02-15 Roberto Sassu bpf Changes Requested
[v2,1/6] ima: Fix documentation-related warnings in ima_main.c bpf-lsm: Extend interoperability with IMA - 1 - 1-2 2022-02-15 Roberto Sassu bpf Changes Requested
ima: Calculate digest in ima_inode_hash() if not available ima: Calculate digest in ima_inode_hash() if not available - - - 3-- 2022-02-11 Roberto Sassu bpf Changes Requested
« 1 2 »