messages from 2023-11-03 00:08:46 to 2023-11-05 16:10:28 UTC [more...]
[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2023-11-05 16:10 UTC (20+ messages)
` [RFC PATCH 01/32] seq_buf: Export seq_buf_puts()
` [RFC PATCH 02/32] function_graph: Convert ret_stack to a series of longs
` [RFC PATCH 03/32] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [RFC PATCH 04/32] function_graph: Add an array structure that will allow multiple callbacks
` [RFC PATCH 05/32] function_graph: Allow multiple users to attach to function graph
` [RFC PATCH 06/32] function_graph: Remove logic around ftrace_graph_entry and return
` [RFC PATCH 07/32] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [RFC PATCH 08/32] ftrace: Allow function_graph tracer to be enabled in instances
` [RFC PATCH 09/32] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [RFC PATCH 10/32] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH 11/32] function_graph: Add "task variables" per task for fgraph_ops
` [RFC PATCH 12/32] function_graph: Move set_graph_function tests to shadow stack global var
` [RFC PATCH 13/32] function_graph: Move graph depth stored data "
` [RFC PATCH 14/32] function_graph: Move graph notrace bit "
` [RFC PATCH 15/32] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [RFC PATCH 16/32] function_graph: Add selftest for passing local variables
` [RFC PATCH 17/32] function_graph: Fix to update curr_ret_stack with ARRAY entry size
` [RFC PATCH 18/32] function_graph: Fix to initalize ftrace_ops for fgraph with ftrace_graph_func
` [RFC PATCH 19/32] function_graph: Fix to check the return value of ftrace_pop_return_trace()
[PATCH v3 bpf-next 06/11] bpf: Add a new kfunc for cgroup1 hierarchy
2023-11-05 13:50 UTC (8+ messages)
` [PATCH bpf-next] compiler-gcc: Ignore -Wmissing-prototypes warning for older GCC
[PATCH bpf 0/2] Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_reg
2023-11-05 13:34 UTC (3+ messages)
` [PATCH bpf 1/2] bpf: Let "
` [PATCH bpf 2/2] selftests/bpf: get trusted cgrp from bpf_iter__cgroup directly
[PATCH bpf-next v5 00/13] xsk: TX metadata
2023-11-05 12:45 UTC (3+ messages)
` [PATCH bpf-next v5 06/13] xsk: Document tx_metadata_len layout
[PATCH] bpf, docs: Add additional ABI working draft base text
2023-11-05 9:51 UTC (10+ messages)
` [Bpf] "
` [PATCH v3] "
` [Bpf] "
[PATCH bpf-next] bpf, lpm: fix check prefixlen before walking trie
2023-11-05 8:58 UTC
[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
2023-11-05 6:33 UTC (21+ messages)
` [PATCH v9 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v9 bpf-next 03/17] bpf: introduce BPF token object
` [PATCH v9 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v9 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v9 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v9 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
` [PATCH v9 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v9 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v9 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v9 bpf-next 11/17] bpf,lsm: add BPF token "
` [PATCH v9 bpf-next 12/17] libbpf: add bpf_token_create() API
` [PATCH v9 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v9 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v9 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v9 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
` [PATCH v9 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token
[PATCH bpf-next v10 00/13] Registrating struct_ops types from modules
2023-11-05 5:16 UTC (15+ messages)
` [PATCH bpf-next v10 01/13] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v10 02/13] bpf: get type information with BPF_ID_LIST
` [PATCH bpf-next v10 03/13] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v10 04/13] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v10 05/13] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v10 06/13] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v10 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v10 08/13] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v10 09/13] bpf: validate value_type
` [PATCH bpf-next v10 10/13] bpf, net: switch to dynamic registration
` [PATCH bpf-next v10 11/13] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v10 12/13] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v10 13/13] selftests/bpf: test case for register_bpf_struct_ops()
[PATCH] bpf: Use E2BIG instead of ENOENT
2023-11-04 20:54 UTC (2+ messages)
[PATCH v7 0/5] Reduce overhead of LSMs with static calls
2023-11-04 20:45 UTC (2+ messages)
[RFCv2 bpf-next 0/7] Add bpf_xdp_get_xfrm_state() kfunc
2023-11-04 18:55 UTC (4+ messages)
` [RFCv2 bpf-next 1/7] bpf: xfrm: "
[PATCH v12 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-04 14:20 UTC (13+ messages)
` [PATCH v12 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v12 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v12 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v12 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v12 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v12 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v12 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v12 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v12 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file
IETF 118 Call for Agenda Items
2023-11-04 10:52 UTC (5+ messages)
` [Bpf] "
[PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
2023-11-04 3:38 UTC (4+ messages)
[PATCH bpf-next v7 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
2023-11-04 3:27 UTC (3+ messages)
[PATCH bpf-next] bpf: Use named fields for certain bpf uapi structs
2023-11-04 3:21 UTC (2+ messages)
[syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in sk_psock_verdict_data_ready
2023-11-03 23:11 UTC
[PATCH v11 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-03 23:02 UTC (10+ messages)
` [PATCH v11 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v11 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v11 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v11 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v11 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v11 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v11 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v11 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v11 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file
[PATCH v10 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-03 22:53 UTC (18+ messages)
` [PATCH v10 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v10 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v10 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v10 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v10 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v10 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v10 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v10 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v10 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file
[PATCH bpf-next 00/13] BPF register bounds range vs range support
2023-11-03 22:35 UTC (34+ messages)
` [PATCH bpf-next 01/13] bpf: generalize reg_set_min_max() to handle non-const register comparisons
` [PATCH bpf-next 02/13] bpf: generalize is_scalar_branch_taken() logic
` [PATCH bpf-next 03/13] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
` [PATCH bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
` [PATCH bpf-next 05/13] bpf: remove redundant s{32,64} -> u{32,64} deduction logic
` [PATCH bpf-next 06/13] bpf: make __reg{32,64}_deduce_bounds logic more robust
` [PATCH bpf-next 07/13] selftests/bpf: BPF register range bounds tester
` [PATCH bpf-next 08/13] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
` [PATCH bpf-next 09/13] selftests/bpf: add range x range test to reg_bounds
` [PATCH bpf-next 10/13] selftests/bpf: add randomized reg_bounds tests
` [PATCH bpf-next 11/13] selftests/bpf: set BPF_F_TEST_SANITY_SCRIPT by default
` [PATCH bpf-next 12/13] veristat: add ability to set BPF_F_TEST_SANITY_STRICT flag with -r flag
` [PATCH bpf-next 13/13] selftests/bpf: add iter test requiring range x range logic
[PATCH bpf 0/6] bpf_redirect_peer fixes
2023-11-03 22:27 UTC (7+ messages)
` [PATCH bpf 1/6] netkit: Add tstats per-CPU traffic counters
` [PATCH bpf 2/6] veth: Use "
` [PATCH bpf 3/6] bpf: Fix dev's rx stats for bpf_redirect_peer traffic
` [PATCH bpf 4/6] bpf, netkit: Add indirect call wrapper for fetching peer dev
` [PATCH bpf 5/6] selftests/bpf: De-veth-ize the tc_redirect test case
` [PATCH bpf 6/6] selftests/bpf: Add netkit to tc_redirect selftest
[PATCH] selftests: bpf: config.aarch64: disable CONFIG_DEBUG_INFO_REDUCED
2023-11-03 22:09 UTC
[PATCH bpf-next 0/6] bpf: Add seccomp program type
2023-11-03 20:44 UTC (7+ messages)
` [PATCH bpf-next 1/6] bpf: Introduce BPF_PROG_TYPE_SECCOMP
[PATCH v9 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-03 20:26 UTC (11+ messages)
` [PATCH v9 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v9 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v9 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v9 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v9 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v9 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v9 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v9 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v9 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file
bpf_core_type_id_kernel is not consistent with bpf_core_type_id_local
2023-11-03 19:58 UTC (9+ messages)
[PATCH bpf-next] bpftool: fix prog object type in manpage
2023-11-03 19:00 UTC (4+ messages)
[RFC PATCH bpf-next] libbpf: bpftool : Emit aligned(8) attr for empty struct in btf source dump
2023-11-03 18:55 UTC (4+ messages)
[linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
2023-11-03 16:49 UTC (6+ messages)
[PATCH] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
2023-11-03 16:26 UTC (2+ messages)
[PATCH bpf-next] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test
2023-11-03 14:29 UTC
[PATCH bpf-next v2] net, xdp: allow metadata > 32
2023-11-03 14:34 UTC (3+ messages)
Need help in bpf exec hook for execsnoop command
2023-11-03 8:57 UTC (3+ messages)
[PATCH bpf-next v9 09/12] bpf, net: switch to dynamic registration
2023-11-03 5:57 UTC (2+ messages)
[PATCH v6 bpf-next 00/17] BPF register bounds logic and testing improvements
2023-11-03 3:43 UTC (5+ messages)
` [PATCH v6 bpf-next 07/17] bpf: improve deduction of 64-bit bounds from 32-bit bounds
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