bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 01:57:52 to 2020-03-26 15:52:27 UTC [more...]

[bpf-next PATCH 00/10] ALU32 bounds tracking support
 2020-03-26 15:52 UTC  (19+ messages)
` [bpf-next PATCH 01/10] bpf: verifier, do_refine_retval_range may clamp umin to 0 incorrectly
` [bpf-next PATCH 02/10] bpf: verifer, refactor adjust_scalar_min_max_vals
` [bpf-next PATCH 03/10] bpf: verifer, adjust_scalar_min_max_vals to always call update_reg_bounds()
` [bpf-next PATCH 04/10] bpf: verifier, do explicit ALU32 bounds tracking
` [bpf-next PATCH 05/10] bpf: verifier, return value is an int in do_refine_retval_range
` [bpf-next PATCH 06/10] bpf: test_progs, add test to catch retval refine error handling
` [bpf-next PATCH 07/10] bpf: test_verifier, bpf_get_stack return value add <0
` [bpf-next PATCH 08/10] bpf: test_verifier, #70 error message updates for 32-bit right shift
` [bpf-next PATCH 09/10] bpf: test_verifier, #65 error message updates for trunc of boundary-cross
` [bpf-next PATCH 10/10] bpf: test_verifier, add alu32 bounds tracking tests

[PATCH bpf-next] libbpf: Add bpf_object__rodata getter function
 2020-03-26 15:17 UTC 

[PATCH bpf-next v7 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-26 14:28 UTC  (9+ messages)
` [PATCH bpf-next v7 1/8] bpf: Introduce BPF_PROG_TYPE_LSM
` [PATCH bpf-next v7 2/8] security: Refactor declaration of LSM hooks
` [PATCH bpf-next v7 3/8] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v7 4/8] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v7 5/8] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v7 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v7 7/8] bpf: lsm: Add selftests "
` [PATCH bpf-next v7 8/8] bpf: lsm: Add Documentation

[PATCH bpf-next v6 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-26 13:36 UTC  (25+ messages)
` [PATCH bpf-next v6 1/8] bpf: Introduce BPF_PROG_TYPE_LSM
` [PATCH bpf-next v6 2/8] security: Refactor declaration of LSM hooks
` [PATCH bpf-next v6 3/8] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v6 4/8] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v6 5/8] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v6 6/8] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v6 7/8] bpf: lsm: Add selftests "
` [PATCH bpf-next v6 8/8] bpf: lsm: Add Documentation

[PATCH bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-26 12:35 UTC  (40+ messages)
` [PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP

[PATCHv2 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-26 10:24 UTC  (25+ messages)
` [PATCHv2 bpf-next 1/5] bpf: Add socket assign support
` [PATCHv2 bpf-next 2/5] bpf: Prefetch established socket destinations
` [PATCHv2 bpf-next 3/5] net: Track socket refcounts in skb_steal_sock()
` [PATCHv2 bpf-next 4/5] bpf: Don't refcount LISTEN sockets in sk_assign()
` [PATCHv2 bpf-next 5/5] selftests: bpf: add test for sk_assign

[Fixes ebpf-selftests]: Fold test_current_pid_tgid_new_ns into test_progs
 2020-03-26  6:01 UTC  (2+ messages)

[PATCH bpf-next] bpf: remove unused vairable 'bpf_xdp_link_lops'
 2020-03-26  4:17 UTC  (2+ messages)

libbpf/BTF loading issue with fentry/fexit selftests
 2020-03-26  2:50 UTC  (5+ messages)

[net-next] seg6: add support for optional attributes during behavior construction
 2020-03-26  2:30 UTC  (2+ messages)

[PATCH v2 bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-26  1:28 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/6] bpf: factor out cgroup storages operations
` [PATCH v2 bpf-next 2/6] bpf: factor out attach_type to prog_type mapping for attach/detach
` [PATCH v2 bpf-next 3/6] bpf: implement bpf_link-based cgroup BPF program attachment
` [PATCH v2 bpf-next 4/6] bpf: implement bpf_prog replacement for an active bpf_cgroup_link
` [PATCH v2 bpf-next 5/6] libbpf: add support for bpf_link-based cgroup attachment
` [PATCH v2 bpf-next 6/6] selftests/bpf: test FD-based "

WARNING in kcm_write_msgs
 2020-03-25 23:53 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: don't allocate 16M for log buffer by default
 2020-03-25 23:21 UTC  (2+ messages)

[PATCH] libbpf: remove unused parameter `def` to get_map_field_int
 2020-03-25 23:20 UTC  (4+ messages)

[PATCH v3 bpf-next] bpf: Document bpf_inspect drgn tool
 2020-03-25 23:19 UTC  (2+ messages)

[PATCH bpf-next v2] libbpf: don't allocate 16M for log buffer by default
 2020-03-25 19:48 UTC  (3+ messages)

[PATCH bpf-next v4 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-25 17:46 UTC  (6+ messages)
` [PATCH bpf-next v4 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next v4 2/4] tools: Add EXPECTED_FD-related definitions in if_link.h
` [PATCH bpf-next v4 3/4] libbpf: Add function to set link XDP fd while specifying old program
` [PATCH bpf-next v4 4/4] selftests/bpf: Add tests for attaching XDP programs

[PATCH bpf-next v3 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-25 16:48 UTC  (11+ messages)
` [PATCH bpf-next v3 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next v3 2/4] tools: Add EXPECTED_ID-related definitions in if_link.h
` [PATCH bpf-next v3 3/4] libbpf: Add function to set link XDP fd while specifying old program
` [PATCH bpf-next v3 4/4] selftests/bpf: Add tests for attaching XDP programs

[PATCH bpf-next] libbpf: don't allocate 16M for log buffer by default
 2020-03-25  9:54 UTC  (5+ messages)

[PATCH bpf-next v5 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-25  0:36 UTC  (41+ messages)
` [PATCH bpf-next v5 2/7] security: Refactor declaration of LSM hooks
` [PATCH bpf-next v5 3/7] bpf: lsm: provide attachment points for BPF LSM programs
` [PATCH bpf-next v5 4/7] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v5 5/7] bpf: lsm: Initialize the BPF LSM hooks
` [PATCH bpf-next v5 6/7] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v5 7/7] bpf: lsm: Add selftests "

[PATCH bpf-next 0/6] Add support for cgroup bpf_link
 2020-03-24 23:05 UTC  (6+ messages)
` [PATCH bpf-next 5/6] libbpf: add support for bpf_link-based cgroup attachment

[PATCH v2 bpf-next] bpf: Document bpf_inspect drgn tool
 2020-03-24 18:50 UTC  (3+ messages)

[PATCH] bpf: fix build warning - missing prototype
 2020-03-24 16:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5] perf tools: add support for libpfm4
 2020-03-24 15:29 UTC  (9+ messages)

[PATCH net-next] net: thunderx: remove set but not used variable 'tail'
 2020-03-24  4:54 UTC  (2+ messages)

WARNING in wp_page_copy
 2020-03-24  2:47 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).