bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 05:46:33 to 2020-01-16 18:54:21 UTC [more...]

[PATCH AUTOSEL 4.19 383/671] signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sig
 2020-01-16 17:05 UTC  (14+ messages)
` [PATCH AUTOSEL 4.19 390/671] net: core: support XDP generic on stacked devices
` [PATCH AUTOSEL 4.19 417/671] bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookup
` [PATCH AUTOSEL 4.19 437/671] tools: bpftool: use correct argument in cgroup errors
` [PATCH AUTOSEL 4.19 461/671] xdp: fix possible cq entry leak
` [PATCH AUTOSEL 4.19 483/671] net: fix bpf_xdp_adjust_head regression for generic-XDP
` [PATCH AUTOSEL 4.19 494/671] tools: bpftool: fix arguments for p_err() in do_event_pipe()
` [PATCH AUTOSEL 4.19 495/671] tools: bpftool: fix format strings and arguments for jsonw_printf()
` [PATCH AUTOSEL 4.19 529/671] xsk: avoid store-tearing when assigning queues
` [PATCH AUTOSEL 4.19 530/671] xsk: avoid store-tearing when assigning umem
` [PATCH AUTOSEL 4.19 558/671] bpf: fix BTF limits
` [PATCH AUTOSEL 4.19 602/671] xsk: Fix registration of Rx-only sockets
` [PATCH AUTOSEL 4.19 603/671] bpf, offload: Unlock on error in bpf_offload_dev_create()
` [PATCH AUTOSEL 4.19 666/671] samples/bpf: Fix broken xdp_rxq_info due to map order assumptions

[PATCH bpf-next v2 00/10] MAC and Audit policy using eBPF (KRSI)
 2020-01-16 17:26 UTC  (25+ messages)
` [PATCH bpf-next v2 01/10] bpf: btf: Make some of the API visible outside BTF
` [PATCH bpf-next v2 02/10] bpf: lsm: Add a skeleton and config options
` [PATCH bpf-next v2 03/10] bpf: lsm: Introduce types for eBPF based LSM
` [PATCH bpf-next v2 04/10] bpf: lsm: Add mutable hooks list for the BPF LSM
` [PATCH bpf-next v2 05/10] bpf: lsm: BTF API for LSM hooks
` [PATCH bpf-next v2 06/10] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v2 07/10] bpf: lsm: Make the allocated callback RO+X
` [PATCH bpf-next v2 08/10] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v2 09/10] bpf: lsm: Add selftests "
` [PATCH bpf-next v2 10/10] bpf: lsm: Add Documentation

[PATCH bpf-next] selftests/bpf: fix test_progs send_signal flakiness with nmi mode
 2020-01-16 18:24 UTC  (2+ messages)

[PATCH bpf 0/2] Fix the classification based on port ranges in bpf hook
 2020-01-16 17:45 UTC  (5+ messages)
` [PATCH bpf 1/2] flow_dissector: Fix to use new variables for "
` [PATCH bpf 2/2] selftests/bpf: Add test based on port range for BPF flow dissector

[PATCH bpf-next v2 00/10] tools: Use consistent libbpf include paths everywhere
 2020-01-16 17:14 UTC  (25+ messages)
` [PATCH bpf-next v2 01/10] samples/bpf: Don't try to remove user's homedir on clean
` [PATCH bpf-next v2 02/10] tools/bpf/runqslower: Fix override option for VMLINUX_BTF
` [PATCH bpf-next v2 03/10] tools/runqslower: Use consistent include paths for libbpf
` [PATCH bpf-next v2 04/10] selftests: "
` [PATCH bpf-next v2 05/10] bpftool: "
` [PATCH bpf-next v2 06/10] perf: "
` [PATCH bpf-next v2 07/10] samples/bpf: "
` [PATCH bpf-next v2 08/10] libbpf: Fix include of bpf_helpers.h when libbpf is installed on system
` [PATCH bpf-next v2 09/10] selftests: Remove tools/lib/bpf from include path
` [PATCH bpf-next v2 10/10] tools/runqslower: "

[PATCH AUTOSEL 4.19 170/671] xsk: add missing smp_rmb() in xsk_mmap
 2020-01-16 16:51 UTC 

[PATCH AUTOSEL 5.4 049/205] net: netsec: Correct dma sync for XDP_TX frames
 2020-01-16 16:42 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 077/205] libbpf: Fix compatibility for kernels without need_wakeup
` [PATCH AUTOSEL 5.4 080/205] libbpf: Don't use kernel-side u32 type in xsk.c
` [PATCH AUTOSEL 5.4 186/205] bpf: Force .BTF section start to zero when dumping from vmlinux

[PATCH bpf-next v3 0/3] xdp: Introduce bulking for non-map XDP_REDIRECT
 2020-01-16 15:14 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] xdp: Move devmap bulk queue into struct net_device
` [PATCH bpf-next v3 2/3] xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths
` [PATCH bpf-next v3 3/3] devmap: Adjust tracepoint for map-less queue flush

[RFT PATCH 00/13] tracing: kprobes: Introduce async unregistration
 2020-01-16 14:46 UTC  (14+ messages)
` [RFT PATCH 01/13] kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex
` [RFT PATCH 02/13] kprobes: Remove redundant arch_disarm_kprobe() call
` [RFT PATCH 03/13] kprobes: Postpone optimizer until a bunch of probes (un)registered
` [RFT PATCH 04/13] kprobes: Make optimizer delay to 1 second
` [RFT PATCH 05/13] tracing/kprobe: Use call_rcu to defer freeing event_file_link
` [RFT PATCH 06/13] kprobes: Enable kprobe-booster with CONFIG_PREEMPT=y
` [RFT PATCH 07/13] kprobes: Use normal list traversal API if a mutex is held
` [RFT PATCH 08/13] kprobes: Use workqueue for reclaiming kprobe insn cache pages
` [RFT PATCH 09/13] kprobes: Free kprobe_insn_page asynchronously
` [RFT PATCH 10/13] kprobes: Make free_*insn_slot() mutex-less
` [RFT PATCH 11/13] kprobes: Add asynchronous unregistration APIs
` [RFT PATCH 12/13] tracing/kprobe: Free probe event asynchronously
` [RFT PATCH 13/13] tracing/kprobe: perf_event: Remove local kprobe "

[PATCH bpf-next] libbpf: Fix unneeded extra initialization in bpf_map_batch_common
 2020-01-16 14:33 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] xdp: Introduce bulking for non-map XDP_REDIRECT
 2020-01-16 13:51 UTC  (13+ messages)
` [PATCH bpf-next v2 1/2] xdp: Move devmap bulk queue into struct net_device
` [PATCH bpf-next v2 2/2] xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths

[PATCH bpf-next v3 00/11] tools: Use consistent libbpf include paths everywhere
 2020-01-16 13:22 UTC  (12+ messages)
` [PATCH bpf-next v3 01/11] samples/bpf: Don't try to remove user's homedir on clean
` [PATCH bpf-next v3 02/11] tools/bpf/runqslower: Fix override option for VMLINUX_BTF
` [PATCH bpf-next v3 03/11] selftests: Pass VMLINUX_BTF to runqslower Makefile
` [PATCH bpf-next v3 04/11] tools/runqslower: Use consistent include paths for libbpf
` [PATCH bpf-next v3 05/11] selftests: "
` [PATCH bpf-next v3 06/11] bpftool: "
` [PATCH bpf-next v3 07/11] perf: "
` [PATCH bpf-next v3 08/11] samples/bpf: "
` [PATCH bpf-next v3 09/11] selftests: Remove tools/lib/bpf from include path
` [PATCH bpf-next v3 10/11] tools/runqslower: "
` [PATCH bpf-next v3 11/11] libbpf: Fix include of bpf_helpers.h when libbpf is installed on system

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-16  9:37 UTC  (16+ messages)
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12 05/22] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v12 06/22] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v12 08/22] mm/gup: allow FOLL_FORCE for get_user_pages_fast()
` [PATCH v12 11/22] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v12 22/22] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

pull-request: bpf 2020-01-15
 2020-01-16  9:04 UTC  (2+ messages)

[PATCH bpf-next v13 1/2] bpf: add new helper get_fd_path for mapping a file descriptor to a pathname
 2020-01-16  8:59 UTC  (6+ 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 bpf-next 0/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id
 2020-01-16  8:00 UTC  (17+ messages)
` [PATCH bpf-next 1/5] bpftool: Fix a leak of btf object
` [PATCH bpf-next 2/5] bpftool: Fix missing BTF output for json during map dump
` [PATCH bpf-next 3/5] libbpf: Expose bpf_find_kernel_btf to libbpf_internal.h
` [PATCH bpf-next 5/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id

[PATCH v2 bpf-next] selftests/bpf: add whitelist/blacklist of test names to test_progs
 2020-01-16  2:42 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: add whitelist/blacklist of test names to test_progs
 2020-01-16  0:41 UTC 

[PATCH v2 bpf-next 0/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id
 2020-01-15 23:41 UTC  (12+ messages)
` [PATCH v2 bpf-next 1/5] bpftool: Fix a leak of btf object
` [PATCH v2 bpf-next 2/5] bpftool: Fix missing BTF output for json during map dump
` [PATCH v2 bpf-next 3/5] libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
` [PATCH v2 bpf-next 4/5] bpftool: Add struct_ops map name
` [PATCH v2 bpf-next 5/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id

[PATCH v3 bpf-next 0/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id
 2020-01-15 23:26 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/5] bpftool: Fix a leak of btf object
` [PATCH v3 bpf-next 2/5] bpftool: Fix missing BTF output for json during map dump
` [PATCH v3 bpf-next 3/5] libbpf: Expose bpf_find_kernel_btf as a LIBBPF_API
` [PATCH v3 bpf-next 4/5] bpftool: Add struct_ops map name
` [PATCH v3 bpf-next 5/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id

[bpf PATCH v2 0/8] Fixes for sockmap/tls from more complex BPF progs
 2020-01-15 22:37 UTC  (2+ messages)

[PATCH bpf-next v1 00/13] MAC and Audit policy using eBPF (KRSI)
 2020-01-15 22:23 UTC  (14+ messages)

[BUGFIX PATCH] selftests: Fix pthread link option
 2020-01-15 22:17 UTC  (2+ messages)

[PATCH v5 bpf-next 0/9] add bpf batch ops to process more than 1 elem
 2020-01-15 22:09 UTC  (13+ messages)
` [PATCH v5 bpf-next 1/9] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
` [PATCH v5 bpf-next 2/9] bpf: add generic support for lookup batch op
` [PATCH v5 bpf-next 3/9] bpf: add generic support for update and delete batch ops
` [PATCH v5 bpf-next 4/9] bpf: add lookup and update batch ops to arraymap
` [PATCH v5 bpf-next 5/9] bpf: add batch ops to all htab bpf map
` [PATCH v5 bpf-next 6/9] tools/bpf: sync uapi header bpf.h
` [PATCH v5 bpf-next 7/9] libbpf: add libbpf support to batch ops
` [PATCH v5 bpf-next 8/9] selftests/bpf: add batch ops testing for htab and htab_percpu map
` [PATCH v5 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map

REMINDER: LSF/MM/BPF: 2020: Call for Proposals
 2020-01-15 21:54 UTC 

[PATCH bpf] bpf: Fix incorrect verifier simulation of ARSH under ALU32
 2020-01-15 21:41 UTC  (3+ messages)

[PATCH bpf-next v3] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2020-01-15 21:26 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: support .text sub-calls relocations
 2020-01-15 20:05 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] bpf: add bpf_send_signal_thread() helper
 2020-01-15 19:51 UTC  (3+ messages)

[PATCH bpf-next] xsk: support allocations of large umems
 2020-01-15 19:43 UTC  (3+ messages)

[PATCH bpf-next] libbpf: support .text sub-calls relocations
 2020-01-15 18:34 UTC 

[PATCH bpf-next v2] selftests/bpf: Add a test for attaching a bpf fentry/fexit trace to an XDP program
 2020-01-15 13:12 UTC  (3+ messages)

[PATCH bpf-next v2 00/11] Extend SOCKMAP to store listening sockets
 2020-01-15 12:57 UTC  (6+ messages)
` [PATCH bpf-next v2 09/11] bpf: Allow selecting reuseport socket from a SOCKMAP

[PATCH bpf-next] libbpf: Fix include of bpf_helpers.h when libbpf is installed on system
 2020-01-15  8:39 UTC  (6+ messages)

Bugs with libbpf
 2020-01-15  6:35 UTC 

general protection fault in free_verifier_state (3)
 2020-01-15  6:25 UTC 

headsup: latest llvm breaks libbpf/selftests
 2020-01-15  5:58 UTC 


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