bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-30 15:46:29 to 2019-09-07 01:25:11 UTC [more...]

[PATCH bpf-next 0/8] samples: bpf: improve/fix cross-compilation
 2019-09-07  1:24 UTC  (15+ messages)
` [PATCH bpf-next 1/8] samples: bpf: Makefile: use --target from cross-compile
` [PATCH bpf-next 2/8] samples: bpf: Makefile: remove target for native build
` [PATCH bpf-next 3/8] libbpf: Makefile: add C/CXX/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH bpf-next 4/8] samples: bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH bpf-next 5/8] samples: bpf: Makefile: use vars from KBUILD_CFLAGS to handle linux headers
` [PATCH bpf-next 6/8] samples: bpf: makefile: fix HDR_PROBE "echo"
` [PATCH bpf-next 7/8] samples: bpf: add makefile.prog for separate CC build
` [PATCH bpf-next 8/8] samples: bpf: Makefile: base progs build on Makefile.progs

[PATCH bpf-next v10 0/4] BPF: New helper to obtain namespace data from current task
 2019-09-07  0:10 UTC  (10+ messages)
` [PATCH bpf-next v10 1/4] fs/namei.c: make available filename_lookup() for bpf helpers
` [PATCH bpf-next v10 2/4] bpf: new helper to obtain namespace data from current task New bpf helper bpf_get_current_pidns_info
` [PATCH bpf-next v10 3/4] tools: Added bpf_get_current_pidns_info helper
` [PATCH bpf-next v10 4/4] tools/testing/selftests/bpf: Add self-tests for helper bpf_get_pidns_info

[PATCH v4 bpf-next 0/4] CAP_BPF and CAP_TRACING
 2019-09-06 23:10 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/4] capability: introduce "
` [PATCH v4 bpf-next 2/4] bpf: implement CAP_BPF
` [PATCH v4 bpf-next 3/4] perf: implement CAP_TRACING
` [PATCH v4 bpf-next 4/4] selftests/bpf: use CAP_BPF and CAP_TRACING in tests

general protection fault in dev_map_hash_update_elem
 2019-09-06 23:04 UTC  (4+ messages)

[RFC PATCH bpf-next v2 0/2] bpf: adding map batch processing support
 2019-09-06 22:54 UTC  (3+ messages)
` [RFC PATCH bpf-next v2 1/2] "
` [RFC PATCH bpf-next v2 2/2] tools/bpf: test bpf_map_lookup_and_delete_batch()

[PATCH bpf-next v2 0/6] selftests/bpf: move sockopt tests under test_progs
 2019-09-06 22:51 UTC  (9+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: test_progs: add test__join_cgroup helper
` [PATCH bpf-next v2 2/6] selftests/bpf: test_progs: convert test_sockopt
` [PATCH bpf-next v2 3/6] selftests/bpf: test_progs: convert test_sockopt_sk
` [PATCH bpf-next v2 4/6] selftests/bpf: test_progs: convert test_sockopt_multi
` [PATCH bpf-next v2 5/6] selftests/bpf: test_progs: convert test_sockopt_inherit
` [PATCH bpf-next v2 6/6] selftests/bpf: test_progs: convert test_tcp_rtt

pull-request: bpf 2019-09-06
 2019-09-06 22:20 UTC 

[PATCH v3 bpf-next 1/3] capability: introduce CAP_BPF and CAP_TRACING
 2019-09-06 17:22 UTC  (10+ messages)
` [PATCH v3 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v3 bpf-next 3/3] perf: implement CAP_TRACING

[PATCH] kcm: use BPF_PROG_RUN
 2019-09-06 17:06 UTC  (3+ messages)

[PATCH bpf-next] kbuild: replace BASH-specific ${@:2} with shift and ${@}
 2019-09-06 17:03 UTC  (5+ messages)

[PATCH 0/7] libbpf: Fix cast away const qualifiers in btf.h
 2019-09-06 17:03 UTC  (10+ messages)
` [PATCH 1/7] libbpf: Use const cast for btf_int_* functions
` [PATCH 2/7] libbpf: Return const btf_array from btf_array inline function
` [PATCH 3/7] libbpf: Return const btf_enum from btf_enum "
` [PATCH 4/7] libbpf: Return const btf_member from btf_members "
` [PATCH 5/7] libbpf: Return const btf_param from btf_params "
` [PATCH 6/7] libbpf: Return const btf_var from btf_var "
` [PATCH 7/7] libbpf: Return const struct btf_var_secinfo from btf_var_secinfos "

[PATCH bpf-next 0/6] selftests/bpf: move sockopt tests under test_progs
 2019-09-06 17:02 UTC  (12+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: test_progs: add test__join_cgroup helper
` [PATCH bpf-next 2/6] selftests/bpf: test_progs: convert test_sockopt
` [PATCH bpf-next 3/6] selftests/bpf: test_progs: convert test_sockopt_sk
` [PATCH bpf-next 4/6] selftests/bpf: test_progs: convert test_sockopt_multi
` [PATCH bpf-next 5/6] selftests/bpf: test_progs: convert test_sockopt_inherit
` [PATCH bpf-next 6/6] selftests/bpf: test_progs: convert test_tcp_rtt

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2019-09-06 14:58 UTC  (15+ messages)

[PATCH] tcp: fix tcp_disconnect() not clear tp->fastopen_rsk sometimes
 2019-09-06  9:34 UTC 

[PATCH v2 bpf-next 1/3] capability: introduce CAP_BPF and CAP_TRACING
 2019-09-05 22:00 UTC  (10+ messages)
` [PATCH v2 bpf-next 2/3] bpf: implement CAP_BPF

pull-request: bpf-next 2019-09-05
 2019-09-05 15:23 UTC 

[PATCH bpf] bpf: fix precision tracking of stack slots
 2019-09-05 13:15 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] xsk: various CPU barrier and {READ, WRITE}_ONCE
 2019-09-05 13:14 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] xsk: avoid store-tearing when assigning queues
` [PATCH bpf-next v3 2/4] xsk: avoid store-tearing when assigning umem
` [PATCH bpf-next v3 3/4] xsk: use state member for socket synchronization
` [PATCH bpf-next v3 4/4] xsk: lock the control mutex in sock_diag interface

[PATCH bpf-next] selftests/bpf: precision tracking tests
 2019-09-05 13:13 UTC  (2+ messages)

[PATCH bpf-next] ixgbe: fix xdp handle calculations
 2019-09-05 13:13 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next] i40e: fix xdp handle calculations
 2019-09-05 13:13 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH AUTOSEL 5.2 01/94] ieee802154: hwsim: Fix error handle path in hwsim_init_module
 2019-09-04 15:56 UTC  (12+ messages)
` [PATCH AUTOSEL 5.2 10/94] s390/bpf: fix lcgr instruction encoding
` [PATCH AUTOSEL 5.2 17/94] s390/bpf: use 32-bit index for tail calls
` [PATCH AUTOSEL 5.2 19/94] selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390
` [PATCH AUTOSEL 5.2 20/94] tools: bpftool: close prog FD before exit on showing a single program
` [PATCH AUTOSEL 5.2 30/94] xdp: unpin xdp umem pages in error path
` [PATCH AUTOSEL 5.2 31/94] selftests/bpf: fix test_cgroup_storage on s390
` [PATCH AUTOSEL 5.2 32/94] selftests/bpf: add config fragment BPF_JIT
` [PATCH AUTOSEL 5.2 33/94] selftests/bpf: install files test_xdp_vlan.sh
` [PATCH AUTOSEL 5.2 40/94] flow_dissector: Fix potential use-after-free on BPF_PROG_DETACH
` [PATCH AUTOSEL 5.2 41/94] bpf: fix use after free in prog symbol exposure
` [PATCH AUTOSEL 5.2 42/94] bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0

[PATCH AUTOSEL 4.19 01/52] ieee802154: hwsim: Fix error handle path in hwsim_init_module
 2019-09-04 15:59 UTC  (7+ messages)
` [PATCH AUTOSEL 4.19 06/52] s390/bpf: fix lcgr instruction encoding
` [PATCH AUTOSEL 4.19 11/52] s390/bpf: use 32-bit index for tail calls
` [PATCH AUTOSEL 4.19 13/52] selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390
` [PATCH AUTOSEL 4.19 14/52] tools: bpftool: close prog FD before exit on showing a single program
` [PATCH AUTOSEL 4.19 23/52] xdp: unpin xdp umem pages in error path
` [PATCH AUTOSEL 4.19 28/52] bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0

[PATCH AUTOSEL 4.14 02/36] s390/bpf: fix lcgr instruction encoding
 2019-09-04 16:00 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 05/36] s390/bpf: use 32-bit index for tail calls

[PATCH AUTOSEL 4.9 02/27] s390/bpf: fix lcgr instruction encoding
 2019-09-04 16:01 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 04/27] s390/bpf: use 32-bit index for tail calls

[PATCH AUTOSEL 4.4 01/20] s390/bpf: fix lcgr instruction encoding
 2019-09-04 16:02 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 03/20] s390/bpf: use 32-bit index for tail calls

[PATCH bpf v2] bpf: fix accessing bpf_sysctl.file_pos on s390
 2019-09-04 13:53 UTC  (3+ messages)

[PATCH bpf 0/2] libbpf: remove two dependencies on Linux kernel headers and improve performance as a bonus
 2019-09-04 12:21 UTC  (8+ messages)
` [PATCH bpf 2/2] libbpf: remove dependency on barrier.h in xsk.h

[PATCH v5] perf machine: arm/arm64: Improve completeness for kernel address space
 2019-09-04  8:59 UTC  (10+ messages)

[PATCH bpf-next 00/13] bpf: adding map batch processing support
 2019-09-04  1:35 UTC  (17+ messages)

[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
 2019-09-03 22:27 UTC  (2+ messages)

[PATCH bpf-next V9 0/3] BPF: New helper to obtain namespace data from current task
 2019-09-03 20:36 UTC  (9+ messages)
` [PATCH bpf-next V9 1/3] bpf: new "

[PATCH bpf v4 0/4] selftests/bpf: fix endianness issues in test_sysctl
 2019-09-03 19:09 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] xsk: various CPU barrier and {READ, WRITE}_ONCE fixes
 2019-09-03 15:26 UTC  (4+ messages)
` [PATCH bpf-next v2 2/4] xsk: add proper barriers and {READ, WRITE}_ONCE-correctness for state

[PATCH bpf-next] arm64: bpf: optimize modulo operation
 2019-09-03 14:05 UTC  (2+ messages)

[PATCH bpf-next 1/2] selftests/bpf: test_progs: fix verbose mode garbage
 2019-09-03 13:40 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: test_progs: add missing \n to CHECK_FAIL

[PATCH v2] bpf: s390: add JIT support for bpf line info
 2019-09-03 13:40 UTC  (3+ messages)
` [PATCH v3] "

WARNING in __mark_chain_precision (2)
 2019-09-03  0:40 UTC  (3+ messages)

[PATCH v3] virtio-net: lower min ring num_free for efficiency
 2019-09-02 15:01 UTC 

kernel panic: stack is corrupted in lock_release (2)
 2019-09-02  3:24 UTC 

kernel panic: stack is corrupted in __lock_acquire (4)
 2019-09-02  3:23 UTC 

pull-request: bpf 2019-08-31
 2019-08-31  0:39 UTC  (2+ messages)

[PATCH bpf-next v5 00/11] XDP unaligned chunk placement support
 2019-08-30 23:29 UTC  (14+ messages)
` [PATCH bpf-next v6 00/12] "
  ` [PATCH bpf-next v6 08/12] libbpf: add flags to umem config
  ` [PATCH bpf-next v6 09/12] samples/bpf: add unaligned chunks mode support to xdpsock
  ` [PATCH bpf-next v6 10/12] samples/bpf: add buffer recycling for unaligned chunks "
  ` [PATCH bpf-next v6 11/12] samples/bpf: use hugepages in xdpsock app
  ` [PATCH bpf-next v6 12/12] doc/af_xdp: include unaligned chunk case

[PATCH] selftests/bpf: Fix a typo in test_offload.py
 2019-08-30 23:24 UTC  (2+ messages)

[bpf-next] bpf: fix error check in bpf_tcp_gen_syncookie
 2019-08-30 23:23 UTC  (2+ messages)

[RFC PATCH] bpf: s390: add JIT support for multi-function programs
 2019-08-30 23:22 UTC  (3+ messages)
` [PATCH v3] "

[PATCH bpf-next v2 0/4] tools: bpftool: improve bpftool build experience
 2019-08-30 23:20 UTC  (2+ messages)

[PATCH bpf-next] tools: libbpf: update extended attributes version of bpf_object__open()
 2019-08-30 19:24 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).