bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 22:09:39 to 2020-08-19 15:04:49 UTC [more...]

WARNING in rtnl_dellink
 2020-08-19 15:04 UTC 

[PATCH] bpf: selftests: global_funcs: check err_str before strstr
 2020-08-19 14:56 UTC  (5+ messages)

unregister_netdevice: waiting for DEV to become free (4)
 2020-08-19 14:51 UTC  (2+ messages)

xdp generic default option
 2020-08-19 14:39 UTC  (2+ messages)

[PATCH net-next 0/6] mvneta: introduce XDP multi-buffer support
 2020-08-19 13:13 UTC  (7+ messages)
` [PATCH net-next 1/6] xdp: introduce mb in xdp_buff/xdp_frame
` [PATCH net-next 2/6] xdp: initialize xdp_buff mb bit to 0 in all XDP drivers
` [PATCH net-next 3/6] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH net-next 4/6] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH net-next 5/6] net: mvneta: add multi buffer support to XDP_TX
` [PATCH net-next 6/6] net: mvneta: enable jumbo frames for XDP

[PATCH bpf-next v8 0/7] Generalizing bpf_local_storage
 2020-08-19 13:01 UTC  (17+ messages)
` [PATCH bpf-next v8 1/7] A purely mechanical change to split the renaming from the actual generalization
` [PATCH bpf-next v8 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v8 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v8 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v8 6/7] bpf: Allow local storage to be used from LSM programs

Adding xdp-newbies to lore.kernel.org
 2020-08-19 11:59 UTC 

[PATCH 00/49] DRM driver for Hikey 970
 2020-08-19 11:46 UTC  (3+ messages)
` [PATCH 47/49] dts: add support for Hikey 970 DRM
` [PATCH 49/49] dt: display: Add binds for the DPE and DSI controller for Kirin 960/970

[PATCH] selftests/bpf: Remove test_align from TEST_GEN_PROGS
 2020-08-19 11:49 UTC  (2+ messages)

[PATCH bpf] libbpf: fix map index used in error message
 2020-08-19 11:05 UTC 

[PATCH bpf-next 0/6] Allow updating sockmap / sockhash from BPF
 2020-08-19  9:24 UTC  (7+ messages)
` [PATCH bpf-next 1/6] net: sk_msg: simplify sk_psock initialization
` [PATCH bpf-next 2/6] bpf: sockmap: merge sockmap and sockhash update functions
` [PATCH bpf-next 3/6] bpf: sockmap: call sock_map_update_elem directly
` [PATCH bpf-next 4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
` [PATCH bpf-next 5/6] bpf: sockmap: allow update from BPF
` [PATCH bpf-next 6/6] selftests: bpf: test sockmap "

[PATCH bpf-next] tools/resolve_btfids: Fix sections with wrong alignment
 2020-08-19  9:23 UTC 

[Intel-wired-lan] [PATCH 0/2] intel/xdp fixes for fliping rx buffer
 2020-08-19  8:52 UTC  (6+ messages)
  ` 答复: "
      ` 答复: "

[PATCH net v5] net: xdp: account for layer 3 packets in generic skb handler
 2020-08-19  7:07 UTC  (3+ messages)
` [PATCH net v6] "

[PATCH bpf] bpf: verifier: check for packet data access based on target prog
 2020-08-19  6:03 UTC  (2+ messages)

[PATCH bpf-next 0/7] libbpf feature probing and sanitization improvements
 2020-08-19  5:44 UTC  (13+ messages)
` [PATCH bpf-next 1/7] libbpf: disable -Wswitch-enum compiler warning
` [PATCH bpf-next 2/7] libbpf: make kernel feature probing lazy
` [PATCH bpf-next 3/7] libbpf: factor out common logic of testing and closing FD
` [PATCH bpf-next 4/7] libbpf: sanitize BPF program code for bpf_probe_read_{kernel,user}[_str]
` [PATCH bpf-next 5/7] selftests/bpf: fix test_vmlinux test to use bpf_probe_read_user()
` [PATCH bpf-next 6/7] libbpf: switch tracing and CO-RE helper macros to bpf_probe_read_kernel()
` [PATCH bpf-next 7/7] libbpf: detect minimal BTF support and skip BTF loading, if missing

[PATCH bpf-next 0/9] Add support for type-based and enum value-based CO-RE relocations
 2020-08-19  5:32 UTC  (14+ messages)
` [PATCH bpf-next 1/9] libbpf: improve error logging for mismatched BTF kind cases
` [PATCH bpf-next 2/9] libbpf: clean up and improve CO-RE reloc logging
` [PATCH bpf-next 3/9] libbpf: improve relocation ambiguity detection
` [PATCH bpf-next 4/9] selftests/bpf: add test validating failure on ambiguous relocation value
` [PATCH bpf-next 5/9] libbpf: implement type-based CO-RE relocations support
` [PATCH bpf-next 6/9] selftests/bpf: test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
` [PATCH bpf-next 7/9] selftests/bpf: add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
` [PATCH bpf-next 8/9] libbpf: implement enum value-based CO-RE relocations
` [PATCH bpf-next 9/9] selftests/bpf: add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations

[PATCH v2 bpf-next 0/5] Add support for type-based and enum value-based CO-RE relocations
 2020-08-19  5:28 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] libbpf: implement type-based CO-RE relocations support
` [PATCH v2 bpf-next 2/5] selftests/bpf: test TYPE_EXISTS and TYPE_SIZE CO-RE relocations
` [PATCH v2 bpf-next 3/5] selftests/bpf: add CO-RE relo test for TYPE_ID_LOCAL/TYPE_ID_TARGET
` [PATCH v2 bpf-next 4/5] libbpf: implement enum value-based CO-RE relocations
` [PATCH v2 bpf-next 5/5] selftests/bpf: add tests for ENUMVAL_EXISTS/ENUMVAL_VALUE relocations

[PATCH v6 bpf-next 0/4] bpf: Populate bpffs with map and prog iterators
 2020-08-19  4:27 UTC  (5+ messages)
` [PATCH v6 bpf-next 1/4] bpf: Factor out bpf_link_by_id() helper
` [PATCH v6 bpf-next 2/4] bpf: Add BPF program and map iterators as built-in BPF programs
` [PATCH v6 bpf-next 3/4] bpf: Add kernel module with user mode driver that populates bpffs
` [PATCH v6 bpf-next 4/4] selftests/bpf: Add bpffs preload test

[PATCH bpf-next] libbpf: simplify the return expression of build_map_pin_path()
 2020-08-19  4:15 UTC  (2+ messages)

[PATCH bpf-next] net-veth: add type safety to veth_xdp_to_ptr() and veth_ptr_to_xdp()
 2020-08-19  2:00 UTC 

[PATCH v3 bpf-next 0/4] libbpf: minimize feature detection (reallocarray, libelf-mmap)
 2020-08-19  1:42 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: remove any use of reallocarray() in libbpf
` [PATCH v3 bpf-next 2/4] tools/bpftool: remove libbpf_internal.h usage in bpftool
` [PATCH v3 bpf-next 3/4] libbpf: centralize poisoning and poison reallocarray()
` [PATCH v3 bpf-next 4/4] tools: remove feature-libelf-mmap feature detection

[PATCH v2 bpf-next 0/4] libbpf: minimize feature detection (reallocarray, libelf-mmap)
 2020-08-19  1:33 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/4] libbpf: remove any use of reallocarray() in libbpf
` [PATCH v2 bpf-next 2/4] tools/bpftool: remove libbpf_internal.h usage in bpftool
` [PATCH v2 bpf-next 3/4] libbpf: centralize poisoning and poison reallocarray()
` [PATCH v2 bpf-next 4/4] tools: remove feature-libelf-mmap feature detection

[PATCH bpf-next 0/4] libbpf: minimize feature detection (reallocarray, libelf-mmap)
 2020-08-19  1:19 UTC  (7+ messages)
` [PATCH bpf-next 1/4] libbpf: remove any use of reallocarray() in libbpf
` [PATCH bpf-next 2/4] tools/bpftool: remove libbpf_internal.h usage in bpftool
` [PATCH bpf-next 3/4] libbpf: centralize poisoning and poison reallocarray()
` [PATCH bpf-next 4/4] tools: remove feature-libelf-mmap feature detection

[PATCH bpf-next 1/2] net-tun: add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
 2020-08-19  1:07 UTC  (2+ messages)
` [PATCH bpf-next 2/2] net-tun: eliminate two tun/xdp related function calls from vhost-net

[PATCH bpf v2 0/3] bpf: two fixes for bpf iterators
 2020-08-19  0:49 UTC  (9+ messages)
` [PATCH bpf v2 1/3] bpf: fix a rcu_sched stall issue with bpf task/task_file iterator
` [PATCH bpf v2 2/3] bpf: avoid visit same object multiple times
` [PATCH bpf v2 3/3] bpftool: handle EAGAIN error code properly in pids collection

[RFC PATCH bpf-next 0/5] Allow storage of flexible metadata information for eBPF programs
 2020-08-19  0:48 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/5] bpf: RCU protect used_maps array and count

[PATCH v5] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-08-19  0:41 UTC  (2+ messages)

[PATCH bpf] net-tun: add type safety to tun_xdp_to_ptr() and tun_ptr_to_xdp()
 2020-08-19  0:14 UTC  (2+ messages)

[PATCH] libbpf: convert comma to semicolon
 2020-08-19  0:11 UTC  (3+ messages)

[PATCH bpf-next] samples: bpf: Fix broken bpf programs due to removed symbol
 2020-08-19  0:10 UTC  (3+ messages)

WARNING in nsim_destroy
 2020-08-18 23:15 UTC 

[PATCH] bpf: Add bpf_ktime_get_real_ns
 2020-08-18 23:03 UTC  (4+ messages)

[PATCH bpf-next v5 00/15] Run a BPF program on socket lookup
 2020-08-18 18:19 UTC  (3+ messages)
` BPF sk_lookup v5 - TCP SYN and UDP 0-len flood benchmarks

[PATCH bpf 0/2] bpf: two fixes for bpf task/task_file iterators
 2020-08-18 17:13 UTC  (7+ messages)
` [PATCH bpf 1/2] bpf: fix a rcu_sched stall issue with bpf task/task_file iterator
` [PATCH bpf 2/2] bpf: avoid visit same object multiple times

[PATCH bpf] libbpf: fix build on ppc64le architecture
 2020-08-18 17:04 UTC  (2+ messages)

[PATCH] libbpf: simplify the return expression of build_map_pin_path()
 2020-08-18 15:51 UTC  (3+ messages)

exec: Move unshare_files and guarantee files_struct.count is correct
 2020-08-18 12:54 UTC  (41+ messages)
` [PATCH 01/17] exec: Move unshare_files to fix posix file locking during exec
` [PATCH 02/17] exec: Simplify unshare_files
` [PATCH 03/17] exec: Remove reset_files_struct
` [PATCH 04/17] kcmp: In kcmp_epoll_target use fget_task
` [PATCH 05/17] bpf: In bpf_task_fd_query "
` [PATCH 06/17] file: Implement fcheck_task
` [PATCH 07/17] proc/fd: In tid_fd_mode use fcheck_task
` [PATCH 08/17] proc/fd: In proc_fd_link "
` [PATCH 09/17] file: Implement fnext_task
` [PATCH 10/17] proc/fd: In proc_readfd_common use fnext_task
` [PATCH 11/17] bpf/task_iter: In task_file_seq_get_next "
` [PATCH 12/17] proc/fd: In fdinfo seq_show don't use get_files_struct
` [PATCH 13/17] file: Remove get_files_struct
` [PATCH 14/17] file: Merge __fd_install into fd_install
` [PATCH 15/17] file: In f_dupfd read RLIMIT_NOFILE once
` [PATCH 16/17] file: Merge __alloc_fd into alloc_fd
` [PATCH 17/17] file: Rename __close_fd to close_fd and remove the files parameter

[RFC PATCH 0/4] block/bpf: add eBPF based block layer IO filtering
 2020-08-18 12:53 UTC  (4+ messages)
` [RFC PATCH 1/4] bpf: add new prog_type BPF_PROG_TYPE_IO_FILTER

Tools build error due to "Auto-detecting system features" missing cleanup
 2020-08-18 10:20 UTC 

[RFC PATCH bpf-next 0/4] bpf: add bpf-based bpf_trace_printk()-like support
 2020-08-18  9:12 UTC  (6+ messages)
` [RFC PATCH bpf-next 2/4] bpf: make BTF show support generic, apply to seq files/bpf_trace_printk

bpf-next is OPEN
 2020-08-18  8:38 UTC 

[PATCH bpf] selftest/bpf: make bpftool if it is not already built
 2020-08-18  7:44 UTC  (3+ messages)

[RFC PATCH v11 bpf-next 00/14] bpf: Add d_path helper
 2020-08-18  0:14 UTC  (3+ messages)
` [RFC PATCH v11 bpf-next 10/14] "


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