bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 12:45:52 to 2020-02-17 11:03:52 UTC [more...]

[PATCH bpf-next v3] libbpf: Add support for dynamic program attach target
 2020-02-17 11:03 UTC  (2+ messages)

[PATCH net-next 4/5] net: mvneta: introduce xdp counters to ethtool
 2020-02-17 10:32 UTC  (3+ messages)

[PATCH net-next v2] net: page_pool: API cleanup and comments
 2020-02-17  8:08 UTC  (4+ messages)

[PATCH net-next] net: page_pool: API cleanup and comments
 2020-02-17  5:57 UTC  (5+ messages)

possible deadlock in htab_lru_map_delete_node
 2020-02-17  4:27 UTC 

[RFC bpf-next 0/4] bpftool: introduce prog profile
 2020-02-17  2:51 UTC  (10+ messages)
` [RFC bpf-next 1/4] bpf: allow bpf_perf_event_read_value in all BPF programs
` [RFC bpf-next 2/4] libbpf: introduce bpf_program__overwrite_section_name()
` [RFC bpf-next 3/4] bpftool: introduce "prog profile" command
` [RFC bpf-next 4/4] bpftool: Documentation for bpftool prog profile

[PATCHv2 00/18] bpf: Add trampoline and dispatcher to /proc/kallsyms
 2020-02-16 19:30 UTC  (19+ messages)
` [PATCH 01/18] x86/mm: Rename is_kernel_text to __is_kernel_text
` [PATCH 02/18] bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHER
` [PATCH 03/18] bpf: Add struct bpf_ksym
` [PATCH 04/18] bpf: Add name to "
` [PATCH 05/18] bpf: Add lnode list node "
` [PATCH 06/18] bpf: Add bpf_ksym_tree tree
` [PATCH 07/18] bpf: Move bpf_tree add/del from bpf_prog_ksym_node_add/del
` [PATCH 08/18] bpf: Separate kallsyms add/del functions
` [PATCH 09/18] bpf: Add bpf_ksym_add/del functions
` [PATCH 10/18] bpf: Re-initialize lnode in bpf_ksym_del
` [PATCH 11/18] bpf: Rename bpf_tree to bpf_progs_tree
` [PATCH 12/18] bpf: Add trampolines to kallsyms
` [PATCH 13/18] bpf: Return error value in bpf_dispatcher_update
` [PATCH 14/18] bpf: Add dispatchers to kallsyms
` [PATCH 15/18] bpf: Sort bpf kallsyms symbols
` [PATCH 16/18] perf tools: Synthesize bpf_trampoline/dispatcher ksymbol event
` [PATCH 17/18] perf tools: Set ksymbol dso as loaded on arrival
` [PATCH 18/18] perf annotate: Add base support for bpf_image

possible deadlock in bpf_lru_push_free
 2020-02-16 12:17 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] BPF: Verifier limits, malloc and encryption
 2020-02-16  6:49 UTC 

[RFC patch 00/19] bpf: Make BPF and PREEMPT_RT co-exist
 2020-02-15 20:09 UTC  (27+ messages)
` [RFC patch 01/19] sched: Provide migrate_disable/enable() inlines
` [RFC patch 02/19] sched: Provide cant_migrate()
` [RFC patch 03/19] bpf: Update locking comment in hashtab code
` [RFC patch 04/19] bpf/tracing: Remove redundant preempt_disable() in __bpf_trace_run()
` [RFC patch 05/19] perf/bpf: Remove preempt disable around BPF invocation
` [RFC patch 06/19] bpf: Dont iterate over possible CPUs with interrupts disabled
` [RFC patch 07/19] bpf: Provide BPF_PROG_RUN_PIN_ON_CPU() macro
` [RFC patch 08/19] bpf: Replace cant_sleep() with cant_migrate()
` [RFC patch 09/19] bpf: Use BPF_PROG_RUN_PIN_ON_CPU() at simple call sites
` [RFC patch 10/19] trace/bpf: Use migrate disable in trace_call_bpf()
` [RFC patch 11/19] bpf/tests: Use migrate disable instead of preempt disable
` [RFC patch 12/19] bpf: Use migrate_disable/enabe() in trampoline code
` [RFC patch 13/19] bpf: Use migrate_disable/enable in array macros and cgroup/lirc code
` [RFC patch 14/19] bpf: Use migrate_disable() in hashtab code
` [RFC patch 15/19] bpf: Use migrate_disable() in sys_bpf()
` [RFC patch 16/19] bpf: Factor out hashtab bucket lock operations
` [RFC patch 17/19] bpf: Prepare hashtab locking for PREEMPT_RT
` [RFC patch 18/19] bpf, lpm: Make locking RT friendly
` [RFC patch 19/19] bpf/stackmap: Dont trylock mmap_sem with PREEMPT_RT and interrupts disabled

kernel panic: stack is corrupted in vhost_net_ioctl
 2020-02-15 15:33 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] BPF: Various topics
 2020-02-15  0:15 UTC 

[PATCH bpf-next] bpf: allow bpf_perf_event_read_value in all BPF programs
 2020-02-14 23:41 UTC 

[PATCH bpf] bpf: Do not grab the bucket spinlock by default on htab batch ops
 2020-02-14 22:43 UTC 

[LSF/MM/BPF] BPF: various topics
 2020-02-14 22:33 UTC 

net-next is OPEN
 2020-02-14 22:28 UTC  (2+ messages)
` bpf-next is OPEN too. "

[PATCH AUTOSEL 5.5 133/542] bpftool: Don't crash on missing xlated program instructions
 2020-02-14 15:48 UTC  (15+ messages)
` [PATCH AUTOSEL 5.5 134/542] bpf, sockhash: Synchronize_rcu before free'ing map
` [PATCH AUTOSEL 5.5 135/542] bpf, sockmap: Check update requirements after locking
` [PATCH AUTOSEL 5.5 136/542] bpf: Improve bucket_log calculation logic
` [PATCH AUTOSEL 5.5 137/542] bpf, sockmap: Don't sleep while holding RCU lock on tear-down
` [PATCH AUTOSEL 5.5 212/542] samples/bpf: Set -fno-stack-protector when building BPF programs
` [PATCH AUTOSEL 5.5 263/542] bpf: Print error message for bpftool cgroup show
` [PATCH AUTOSEL 5.5 278/542] ice: add extra check for null Rx descriptor
` [PATCH AUTOSEL 5.5 286/542] tools lib api fs: Fix gcc9 stringop-truncation compilation error
` [PATCH AUTOSEL 5.5 352/542] bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map
` [PATCH AUTOSEL 5.5 438/542] bpf, btf: Always output invariant hit in pahole DWARF to BTF transform
` [PATCH AUTOSEL 5.5 461/542] selftests: bpf: Reset global state between reuseport test runs
` [PATCH AUTOSEL 5.5 482/542] bpf: map_seq_next should always increase position index
` [PATCH AUTOSEL 5.5 502/542] powerpc: Do not consider weak unresolved symbol relocations as bad
` [PATCH AUTOSEL 5.5 535/542] i40e: Relax i40e_xsk_wakeup's return value when PF is busy

[PATCH bpf-next v2] libbpf: Add support for dynamic program attach target
 2020-02-14 17:53 UTC  (8+ messages)

[PATCH v7 bpf-next RESEND 0/2] Add bpf_read_branch_records() helper
 2020-02-14 17:47 UTC  (8+ messages)
` [PATCH v7 bpf-next RESEND 1/2] bpf: "
` [PATCH v7 bpf-next RESEND 2/2] selftests/bpf: add bpf_read_branch_records() selftest

[PATCH AUTOSEL 5.4 114/459] bpftool: Don't crash on missing xlated program instructions
 2020-02-14 16:01 UTC  (14+ messages)
` [PATCH AUTOSEL 5.4 115/459] bpf, sockhash: Synchronize_rcu before free'ing map
` [PATCH AUTOSEL 5.4 116/459] bpf, sockmap: Check update requirements after locking
` [PATCH AUTOSEL 5.4 117/459] bpf: Improve bucket_log calculation logic
` [PATCH AUTOSEL 5.4 118/459] bpf, sockmap: Don't sleep while holding RCU lock on tear-down
` [PATCH AUTOSEL 5.4 186/459] samples/bpf: Set -fno-stack-protector when building BPF programs
` [PATCH AUTOSEL 5.4 227/459] bpf: Print error message for bpftool cgroup show
` [PATCH AUTOSEL 5.4 248/459] tools lib api fs: Fix gcc9 stringop-truncation compilation error
` [PATCH AUTOSEL 5.4 307/459] bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map
` [PATCH AUTOSEL 5.4 376/459] bpf, btf: Always output invariant hit in pahole DWARF to BTF transform
` [PATCH AUTOSEL 5.4 397/459] selftests: bpf: Reset global state between reuseport test runs
` [PATCH AUTOSEL 5.4 415/459] bpf: map_seq_next should always increase position index
` [PATCH AUTOSEL 5.4 430/459] powerpc: Do not consider weak unresolved symbol relocations as bad
` [PATCH AUTOSEL 5.4 455/459] i40e: Relax i40e_xsk_wakeup's return value when PF is busy

[PATCH AUTOSEL 4.19 131/252] tools lib api fs: Fix gcc9 stringop-truncation compilation error
 2020-02-14 16:11 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 166/252] bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map
` [PATCH AUTOSEL 4.19 215/252] selftests: bpf: Reset global state between reuseport test runs
` [PATCH AUTOSEL 4.19 226/252] bpf: map_seq_next should always increase position index

[PATCH AUTOSEL 4.9 079/141] tools lib api fs: Fix gcc9 stringop-truncation compilation error
 2020-02-14 16:20 UTC 

[PATCH AUTOSEL 4.4 057/100] tools lib api fs: Fix gcc9 stringop-truncation compilation error
 2020-02-14 16:23 UTC 

[PATCH AUTOSEL 4.14 100/186] tools lib api fs: Fix gcc9 stringop-truncation compilation error
 2020-02-14 16:15 UTC 

WARNING in dev_change_net_namespace
 2020-02-13 20:00 UTC  (4+ messages)

memory leak in kcm_sendmsg
 2020-02-13 18:37 UTC 

[PATCH] bpf: queue_stack_maps: Replace zero-length array with flexible-array member
 2020-02-13 17:47 UTC  (2+ messages)

[PATCH 00/14] bpf: Add trampoline and dispatcher to /proc/kallsyms
 2020-02-13 16:23 UTC  (27+ messages)
` [PATCH 06/14] bpf: Add bpf_kallsyms_tree tree
` [PATCH 10/14] bpf: Re-initialize lnode in bpf_ksym_del
` [PATCH 12/14] bpf: Add trampolines to kallsyms
` [PATCH 13/14] bpf: Add dispatchers "
` [PATCH 14/14] bpf: Sort bpf kallsyms symbols

[PATCH bpf-next] libbpf: Add support for dynamic program attach target
 2020-02-13 14:41 UTC  (11+ messages)

Extending sockmap and future of L7 BPF framework
 2020-02-13 10:12 UTC 

[PATCH] bpf_prog_offload_info_fill: replace bitwise AND by logical AND
 2020-02-13  3:38 UTC  (2+ messages)

LSF/MM/BPF 2020 reminder
 2020-02-12 22:52 UTC  (2+ messages)

[PATCH bpf-next v3 00/10] MAC and Audit policy using eBPF (KRSI)
 2020-02-12 18:59 UTC  (23+ messages)
` [PATCH bpf-next v3 02/10] bpf: lsm: Add a skeleton and config options
` [PATCH bpf-next v3 04/10] bpf: lsm: Add mutable hooks list for the BPF LSM
        ` BPF LSM and fexit [was: [PATCH bpf-next v3 04/10] bpf: lsm: Add mutable hooks list for the BPF LSM]

[PATCH bpf] selftests/bpf: Mark SYN cookie test skipped for UDP sockets
 2020-02-12 16:50 UTC  (2+ messages)

[PATCH bpf] bpf: selftests: Fix error checking on reading the tcp_fastopen sysctl
 2020-02-12 16:50 UTC  (3+ messages)

[PATCH bpf-next v13 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname
 2020-02-12 15:21 UTC  (9+ messages)
` [PATCH bpf-next v14 0/2] bpf: adding get_fd_path helper
  ` [PATCH bpf-next v14 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname

[PATCH net] core: Don't skip generic XDP program execution for cloned SKBs
 2020-02-12  1:02 UTC  (2+ messages)

Bugs with libbpf
 2020-02-11 20:01 UTC  (2+ messages)

arm64: bpf: Elide some moves to a0 after calls
 2020-02-11 18:20 UTC  (3+ messages)
` [PATCH 1/4] selftests/bpf: Elide a check for LLVM versions that can't compile it

Need a way to modify the section name for a read program object
 2020-02-11 14:54 UTC  (5+ messages)

[PATCH bpf] xsk: publish global consumer pointers when NAPI is finished
 2020-02-11 14:52 UTC  (2+ messages)


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).