bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-30 04:16:56 to 2019-09-06 15:10:26 UTC [more...]

[PATCH bpf-next v10 0/4] BPF: New helper to obtain namespace data from current task
 2019-09-06 15:09 UTC  (3+ 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

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

general protection fault in dev_map_hash_update_elem
 2019-09-06 12:54 UTC  (3+ messages)

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

[PATCH bpf-next 0/6] selftests/bpf: move sockopt tests under test_progs
 2019-09-06  9:32 UTC  (9+ 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

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

[PATCH 0/7] libbpf: Fix cast away const qualifiers in btf.h
 2019-09-06  9:09 UTC  (9+ 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] kcm: use BPF_PROG_RUN
 2019-09-06  0:07 UTC  (2+ messages)

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

[PATCH v3 bpf-next 1/3] capability: introduce CAP_BPF and CAP_TRACING
 2019-09-05 16:08 UTC  (8+ messages)
` [PATCH v3 bpf-next 2/3] bpf: implement CAP_BPF
` [PATCH v3 bpf-next 3/3] perf: implement CAP_TRACING

[PATCH bpf-next v2 0/6] selftests/bpf: move sockopt tests under test_progs
 2019-09-05 15:27 UTC  (7+ 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-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 bpf-next 0/8] samples: bpf: improve/fix cross-compilation
 2019-09-04 21:22 UTC  (9+ 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 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  (24+ messages)
` [PATCH bpf-next 01/13] bpf: add bpf_map_value_size and bp_map_copy_value helper functions
` [PATCH bpf-next 05/13] bpf: adding map batch processing support

[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  (6+ messages)
` [PATCH bpf v4 1/4] selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpu
` [PATCH bpf v4 2/4] selftests/bpf: fix "ctx:write sysctl:write read ok" on s390
` [PATCH bpf v4 3/4] selftests/bpf: improve unexpected success reporting in test_syctl
` [PATCH bpf v4 4/4] selftests/bpf: fix endianness issues in test_sysctl

[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] bpf: s390: add JIT support for bpf line info
 2019-09-03 13:40 UTC  (6+ messages)
` [PATCH v2] "
  ` [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  (28+ messages)
` [PATCH bpf-next v6 00/12] "
  ` [PATCH bpf-next v6 01/12] i40e: simplify Rx buffer recycle
  ` [PATCH bpf-next v6 02/12] ixgbe: "
  ` [PATCH bpf-next v6 03/12] xsk: add support to allow unaligned chunk placement
  ` [PATCH bpf-next v6 04/12] i40e: modify driver for handling offsets
  ` [PATCH bpf-next v6 05/12] ixgbe: "
  ` [PATCH bpf-next v6 06/12] mlx5e: "
  ` [PATCH bpf-next v6 07/12] net/mlx5e: Allow XSK frames smaller than a page
  ` [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  (7+ messages)
` [PATCH bpf-next v2 1/4] tools: bpftool: ignore make built-in rules for getting kernel version
` [PATCH bpf-next v2 2/4] tools: bpftool: improve and check builds for different make invocations
` [PATCH bpf-next v2 3/4] tools: bpf: account for generated feature/ and libbpf/ directories
` [PATCH bpf-next v2 4/4] tools: bpftool: do not link twice against libbpf.a in Makefile

[PATCH bpf-next] tools: libbpf: update extended attributes version of bpf_object__open()
 2019-08-30 19:24 UTC  (4+ messages)

[PATCH] seccomp: fix compilation errors in seccomp-bpf kselftest
 2019-08-30 14:59 UTC  (3+ messages)

[PATCH bpf-next 0/3] tools: bpftool: improve bpftool build experience
 2019-08-30 10:58 UTC  (4+ messages)
` [PATCH bpf-next 2/3] tools: bpftool: improve and check builds for different make invocations

[PATCH bpf v3 0/2] selftests/bpf: fix endianness issues in test_sysctl
 2019-08-30 10:22 UTC  (4+ messages)
` [PATCH bpf v3 2/2] "

[PATCH bpf-next 00/10] bpf: bpf_(prog|map|attach)_type_(from|to)_str helpers
 2019-08-30  9:01 UTC  (8+ messages)
` [PATCH bpf-next 04/10] tools/bpf: add libbpf_prog_type_(from|to)_str helpers
    ` auto-split of commit. Was: "


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