bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-08 15:42:47 to 2020-02-14 22:33:09 UTC [more...]

[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. "

[RFC patch 00/19] bpf: Make BPF and PREEMPT_RT co-exist
 2020-02-14 19:56 UTC  (26+ 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

[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 

[RFC bpf-next 0/4] bpftool: introduce prog profile
 2020-02-13 22:06 UTC  (8+ 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

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  (32+ messages)
` [PATCH 05/14] bpf: Add lnode list node to struct bpf_ksym
` [PATCH 06/14] bpf: Add bpf_kallsyms_tree tree
` [PATCH 07/14] bpf: Move bpf_tree add/del from bpf_prog_ksym_node_add/del
` [PATCH 08/14] bpf: Separate kallsyms add/del functions
` [PATCH 09/14] bpf: Add bpf_ksym_add/del functions
` [PATCH 10/14] bpf: Re-initialize lnode in bpf_ksym_del
` [PATCH 11/14] bpf: Rename bpf_tree to bpf_progs_tree
` [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  (26+ messages)
` [PATCH bpf-next v3 02/10] bpf: lsm: Add a skeleton and config options
` [PATCH bpf-next v3 03/10] bpf: lsm: Introduce types for eBPF based LSM
` [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  (5+ messages)
` [PATCH 1/4] selftests/bpf: Elide a check for LLVM versions that can't compile it
` [PATCH 4/4] arm64: bpf: Elide some moves to a0 after calls

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  (4+ messages)

[PATCH bpf-next] bpf: make btf_check_func_type_match() static
 2020-02-10 23:39 UTC  (2+ messages)

[PATCH bpf 0/3] Fix locking order and synchronization on sockmap/sockhash tear-down
 2020-02-10 23:38 UTC  (8+ messages)
` [PATCH bpf 3/3] selftests/bpf: Test freeing sockmap/sockhash with a socket in it

[PATCH] bpf: selftests build error in sockmap_basic.c
 2020-02-10 22:33 UTC  (3+ messages)

linux-5.6-rc1/tools/testing/selftests/bpf/prog_tests/select_reuseport.cc :826: possible cut-n-paste error ?
 2020-02-10 17:03 UTC 

[BPF TOPIC] BPF Memory Model
 2020-02-10 16:18 UTC 

[PATCH] um:
 2020-02-10 14:17 UTC  (2+ messages)
` [PATCH v3] um: Fix some error handling in uml_vector_user_bpf()

[PATCH bpf-next 0/4] Fix perf_buffer creation on systems with offline CPUs
 2020-02-09 21:03 UTC  (4+ 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).