bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-13 20:00:25 to 2020-02-18 19:28:15 UTC [more...]

arm64: bpf: Elide some moves to a0 after calls
 2020-02-18 19:28 UTC  (2+ messages)

[PATCH bpf-next 0/6] bpftool: Allow to select sections and filter probes
 2020-02-18 19:02 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpftool: Move out sections to separate functions
` [PATCH bpf-next 2/6] bpftool: Allow to select a specific section to probe
` [PATCH bpf-next 3/6] bpftool: Add arguments for filtering in and filtering out probes
` [PATCH bpf-next 4/6] bpftool: Update documentation of "bpftool feature" command
` [PATCH bpf-next 5/6] bpftool: Update bash completion for "
` [PATCH bpf-next 6/6] selftests/bpf: Add test "

[RFC net-next] net: mvneta: align xdp stats naming scheme to mlx5 driver
 2020-02-18 18:03 UTC  (6+ messages)

possible deadlock in bpf_lru_push_free
 2020-02-18 17:44 UTC 

[PATCH v2 bpf] bpf: Do not grab the bucket spinlock by default on htab batch ops
 2020-02-18 17:25 UTC 

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

[PATCH bpf] bpf: Do not grab the bucket spinlock by default on htab batch ops
 2020-02-18 17:17 UTC  (5+ messages)

[PATCH bpf-next v7 00/11] Extend SOCKMAP/SOCKHASH to store listening sockets
 2020-02-18 17:10 UTC  (12+ messages)
` [PATCH bpf-next v7 01/11] net, sk_msg: Annotate lockless access to sk_prot on clone
` [PATCH bpf-next v7 02/11] net, sk_msg: Clear sk_user_data pointer on clone if tagged
` [PATCH bpf-next v7 03/11] tcp_bpf: Don't let child socket inherit parent protocol ops on copy
` [PATCH bpf-next v7 04/11] bpf, sockmap: Allow inserting listening TCP sockets into sockmap
` [PATCH bpf-next v7 05/11] bpf, sockmap: Don't set up upcalls and progs for listening sockets
` [PATCH bpf-next v7 06/11] bpf, sockmap: Return socket cookie on lookup from syscall
` [PATCH bpf-next v7 07/11] bpf, sockmap: Let all kernel-land lookup values in SOCKMAP/SOCKHASH
` [PATCH bpf-next v7 08/11] bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASH
` [PATCH bpf-next v7 09/11] net: Generate reuseport group ID on group creation
` [PATCH bpf-next v7 10/11] selftests/bpf: Extend SK_REUSEPORT tests to cover SOCKMAP/SOCKHASH
` [PATCH bpf-next v7 11/11] selftests/bpf: Tests for sockmap/sockhash holding listening sockets

[PATCH bpf] libbpf: Sanitise internal map names so they are not rejected by the kernel
 2020-02-18 16:42 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] libbpf: Add support for dynamic program attach target
 2020-02-18 16:34 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] libbpf: Bump libpf current version to v0.0.8
` [PATCH bpf-next v4 2/3] libbpf: Add support for dynamic program attach target
` [PATCH bpf-next v4 3/3] selftests/bpf: update xdp_bpf2bpf test to use new set_attach_target API

[PATCH bpf-next] bpf: allow bpf_perf_event_read_value in all BPF programs
 2020-02-18 15:09 UTC  (2+ messages)

[PATCH] bpf: queue_stack_maps: Replace zero-length array with flexible-array member
 2020-02-18 14:53 UTC  (3+ messages)

[PATCH bpf v2] uapi/bpf: Remove text about bpf_redirect_map() giving higher performance
 2020-02-18 14:33 UTC  (2+ messages)

[PATCH bpf] uapi/bpf: Remove text about bpf_redirect_map() giving higher performance
 2020-02-18 13:00 UTC  (3+ messages)

[PATCH net-next] net: page_pool: API cleanup and comments
 2020-02-18 11:22 UTC  (7+ messages)

[PATCH net-next v3] net: page_pool: API cleanup and comments
 2020-02-18 10:52 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: Add sock ops get netns helpers
 2020-02-18  9:15 UTC  (5+ messages)
` [PATCH v2 bpf-next 0/3] bpf: Add sock_ops_get_netns helpers
  ` [PATCH v2 bpf-next 1/3] bpf: Add sock ops get netns helpers
  ` [PATCH v2 bpf-next 2/3] bpf: Sync uapi bpf.h to tools/
  ` [PATCH v2 bpf-next 3/3] selftests/bpf: add selftest for sock_ops_get_netns helper

[PATCH v8 bpf-next 0/2] Add bpf_read_branch_records() helper
 2020-02-18  3:04 UTC  (3+ messages)
` [PATCH v8 bpf-next 1/2] bpf: "
` [PATCH v8 bpf-next 2/2] selftests/bpf: add bpf_read_branch_records() selftest

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

[PATCH][next] bpf, sockmap: Replace zero-length array with flexible-array member
 2020-02-17 20:01 UTC 

[PATCH] bpf: Avoid function casting when calculating immediate
 2020-02-17 18:25 UTC  (3+ messages)

[PATCH] bpf_prog_offload_info_fill: replace bitwise AND by logical AND
 2020-02-17 15:56 UTC  (2+ messages)

[PATCH v2] samples/bpf: Add xdp_stat sample program
 2020-02-17 15:22 UTC  (3+ messages)
` [PATCH v3] "

[RFC patch 00/19] bpf: Make BPF and PREEMPT_RT co-exist
 2020-02-17 12:59 UTC  (28+ 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] bpf: Enforce map preallocation for all instrumentation programs

[PATCH bpf-next 0/3] sockmap/ktls: Simplify how we restore sk_prot callbacks
 2020-02-17 12:15 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf, sk_msg: Let ULP restore sk_proto and write_space callback
` [PATCH bpf-next 2/3] bpf, sk_msg: Don't clear saved sock proto on restore
` [PATCH bpf-next 3/3] selftests/bpf: Test unhashing kTLS socket after removing from map

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

[PATCH net-next v2] net: page_pool: API cleanup and comments
 2020-02-17  8:08 UTC  (4+ 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 

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 

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

[PATCH v7 bpf-next RESEND 2/2] selftests/bpf: add bpf_read_branch_records() selftest
 2020-02-14 17:47 UTC  (3+ messages)

[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 

[PATCH v7 bpf-next RESEND 1/2] bpf: Add bpf_read_branch_records() helper
 2020-02-14  6:34 UTC  (2+ messages)

WARNING in dev_change_net_namespace
 2020-02-13 20:00 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).