LinuxLists
Users
About
Yonghong Song (
[email protected]
)
Number of posts: 555 (555 per day)
First post: 2017-12-06 00:34:41
Last post: 2017-11-08 19:29:38
Previous Page
/
Next Page
Date
List
Subject
2020-11-21 06:56:56
linux-kernel
Re: [PATCH bpf-next v2 2/3] bpf: Add a BPF helper for getting the IMA hash of an inode
2020-11-21 06:51:38
linux-kernel
Re: [PATCH bpf-next v2 1/3] ima: Implement ima_inode_hash
2020-11-20 18:16:17
linux-kernel
Re: [PATCH bpf-next 3/3] bpf: Update LSM selftests for bpf_ima_inode_hash
2020-11-20 17:51:32
linux-kernel
Re: [PATCH bpf-next 2/3] bpf: Add a BPF helper for getting the IMA hash of an inode
2020-11-20 17:37:04
linux-kernel
Re: [PATCH bpf-next 1/3] ima: Implement ima_inode_hash
2020-11-15 04:27:54
linux-kernel
Re: [RFC bpf-next 1/3] bpf: add module support to btf display helpers
2020-11-13 16:12:18
linux-kernel
Re: KASAN: vmalloc-out-of-bounds Read in bpf_trace_run3
2020-11-13 03:21:27
linux-kernel
Re: [PATCH bpf-next 2/2] bpf: Expose bpf_d_path helper to sleepable LSM hooks
2020-11-07 18:13:12
linux-kernel
Re: [PATCH v3 bpf] trace: bpf: Fix passing zero to PTR_ERR()
2020-11-07 07:47:37
linux-kernel
Re: [V2] trace: Fix passing zero to PTR_ERR()
2020-10-07 06:37:18
linux-kernel
Re: [PATCH bpf-next] kernel/bpf/verifier: fix build when NET is not enabled
2020-10-03 02:43:12
linux-kernel
Re: [PATCH][next] bpf: verifier: Use fallthrough pseudo-keyword
2020-09-30 05:00:04
linux-kernel
Re: build failure (BTFIDS) with CONFIG_NET && !CONFIG_INET
2020-08-26 00:11:34
linux-kernel
Re: [PATCH bpf-next v3 0/4] bpf: verifier: use target program's type for access verifications
2020-08-25 00:50:28
linux-kernel
Re: general protection fault in security_inode_getattr
2020-08-25 00:45:41
linux-kernel
Re: [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id
2020-08-21 20:54:33
linux-kernel
Re: [PATCH v2 bpf 1/2] bpf: verifier: check for packet data access based on target prog
2020-08-21 16:16:11
linux-kernel
Re: [PATCH bpf-next v3 6/6] selftests: bpf: test sockmap update from BPF
2020-08-21 15:50:51
linux-kernel
Re: [PATCH bpf-next v3 5/6] bpf: sockmap: allow update from BPF
2020-08-21 15:47:21
linux-kernel
Re: [PATCH bpf-next v3 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
2020-08-21 06:24:41
linux-kernel
Re: [PATCH bpf-next] docs: correct subject prefix and update LLVM info
2020-08-21 06:22:46
linux-kernel
Re: [PATCH v2 bpf 2/2] selftests/bpf: add test for freplace program with write access
2020-08-21 06:20:57
linux-kernel
Re: [PATCH v2 bpf 1/2] bpf: verifier: check for packet data access based on target prog
2020-08-21 06:14:59
linux-kernel
Re: [PATCH v2 bpf 1/2] bpf: verifier: check for packet data access based on target prog
2020-08-20 19:59:56
linux-kernel
Re: [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id
2020-08-20 17:35:18
linux-kernel
Re: [PATCH bpf-next v1 7/8] bpf: Propagate bpf_per_cpu_ptr() to /tools
2020-08-20 17:31:57
linux-kernel
Re: [PATCH bpf-next v1 5/8] bpf/selftests: ksyms_btf to test typed ksyms
2020-08-20 17:23:48
linux-kernel
Re: [PATCH bpf-next v1 3/8] bpf: Introduce help function to validate ksym's type.
2020-08-20 16:54:05
linux-kernel
Re: [PATCH bpf-next v1 2/8] bpf: Propagate BPF_PSEUDO_BTF_ID to uapi headers in /tools
2020-08-20 16:32:21
linux-kernel
Re: [PATCH bpf-next v1 1/8] bpf: Introduce pseudo_btf_id
2020-08-20 16:24:28
linux-kernel
Re: [PATCH bpf-next v2 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
2020-08-20 16:14:49
linux-kernel
Re: [PATCH bpf-next v2 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
2020-08-20 14:51:12
linux-kernel
Re: [PATCH bpf-next 6/6] selftests: bpf: test sockmap update from BPF
2020-08-20 14:49:33
linux-kernel
Re: [PATCH bpf-next 5/6] bpf: sockmap: allow update from BPF
2020-08-19 20:47:26
linux-kernel
Re: [PATCH bpf-next 6/6] selftests: bpf: test sockmap update from BPF
2020-08-19 20:36:54
linux-kernel
Re: [PATCH bpf-next 5/6] bpf: sockmap: allow update from BPF
2020-08-19 20:16:56
linux-kernel
Re: [PATCH bpf-next 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
2020-08-19 19:19:40
linux-kernel
Re: [PATCH bpf-next 3/6] bpf: sockmap: call sock_map_update_elem directly
2020-08-19 18:52:26
linux-kernel
Re: [PATCH bpf-next 2/6] bpf: sockmap: merge sockmap and sockhash update functions
2020-08-19 06:05:01
linux-kernel
Re: [PATCH bpf] bpf: verifier: check for packet data access based on target prog
2020-08-19 04:19:46
linux-kernel
Re: [PATCH bpf-next] libbpf: simplify the return expression of build_map_pin_path()
2020-08-18 15:56:06
linux-kernel
Re: [PATCH] libbpf: simplify the return expression of build_map_pin_path()
2020-08-18 15:55:43
linux-kernel
Re: [PATCH] libbpf: convert comma to semicolon
2020-08-18 15:52:35
linux-kernel
Re: [PATCH] libbpf: simplify the return expression of build_map_pin_path()
2020-08-16 08:05:34
linux-kernel
Re: [PATCH v2] bpf: Convert to use the preferred fallthrough macro
2020-08-14 16:58:57
linux-kernel
Re: [PATCH] bpf: Convert to use the preferred fallthrough macro
2020-08-02 05:26:40
linux-kernel
Re: [PATCH V2 bpf-next] bpf: make __htab_lookup_and_delete_batch faster when map is almost empty
2020-08-01 17:00:28
linux-kernel
Re: [PATCH bpf-next] bpf: make __htab_lookup_and_delete_batch faster when map is almost empty
2020-07-29 07:12:53
linux-kernel
Re: BTF_KIND_FWD enums
2020-07-28 20:05:06
linux-kernel
Re: [PATCH][next] bpf: fix swapped arguments in calls to check_buffer_access
2020-07-27 21:40:05
linux-kernel
Re: [PATCH][next] bpf: fix swapped arguments in calls to check_buffer_access