bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-09 05:29:20 to 2019-10-11 20:37:20 UTC [more...]

[PATCH bpf-next 1/3] bpf: preserve command of the process that loaded the program
 2019-10-11 20:37 UTC  (5+ messages)
` [PATCH bpf-next 2/3] tools/bpf: sync bpf.h
` [PATCH bpf-next 3/3] bpftool: print the comm of the process that loaded the program

[PATCH bpf-next 0/2] selftests/bpf Makefile cleanup and fixes
 2019-10-11 20:22 UTC  (6+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: enforce libbpf build before BPF programs are built
` [PATCH bpf-next 2/2] selftests/bpf: remove obsolete pahole/BTF support detection
  ` [Potential Spoof] "

[PATCH 15/69] perf tools: Make usage of test_attr__* optional for perf-sys.h
 2019-10-11 20:05 UTC  (2+ messages)
` [PATCH 16/69] samples/bpf: fix build by setting HAVE_ATTR_TEST to zero

[PATCH v2 bpf-next 00/12] bpf: revolutionize bpf tracing
 2019-10-11 19:05 UTC  (25+ messages)
` [PATCH v2 bpf-next 01/12] bpf: add typecast to raw_tracepoints to help BTF generation
` [PATCH v2 bpf-next 02/12] bpf: add typecast to bpf helpers "
` [PATCH v2 bpf-next 03/12] bpf: process in-kernel BTF
` [PATCH v2 bpf-next 04/12] bpf: add attach_btf_id attribute to program load
` [PATCH v2 bpf-next 05/12] libbpf: auto-detect btf_id of raw_tracepoint
` [PATCH v2 bpf-next 06/12] bpf: implement accurate raw_tp context access via BTF
` [PATCH v2 bpf-next 07/12] bpf: attach raw_tp program with BTF via type name
` [PATCH v2 bpf-next 08/12] bpf: add support for BTF pointers to interpreter
` [PATCH v2 bpf-next 09/12] bpf: add support for BTF pointers to x86 JIT
` [PATCH v2 bpf-next 10/12] bpf: check types of arguments passed into helpers
` [PATCH v2 bpf-next 11/12] bpf: disallow bpf_probe_read[_str] helpers
` [PATCH v2 bpf-next 12/12] selftests/bpf: add kfree_skb raw_tp test

[PATCH bpf-next] bpf: align struct bpf_prog_stats
 2019-10-11 18:11 UTC 

[PATCH v2 bpf-next] bpf: fix cast to pointer from integer of different size warning
 2019-10-11 17:20 UTC 

[PATCH bpf-next] bpf: fix cast to pointer from integer of different size warning
 2019-10-11 17:18 UTC  (3+ messages)
` [Potential Spoof] "

[PATCH] perf_event: Add support for LSM and SELinux checks
 2019-10-11 16:35 UTC  (2+ messages)

[PATCH bpf-next] libbpf: handle invalid typedef emitted by old GCC
 2019-10-11 16:06 UTC  (2+ messages)

[PATCH RFC] perf_event: Add support for LSM and SELinux checks
 2019-10-11 15:47 UTC  (18+ messages)

unregister_netdevice: waiting for DEV to become free (2)
 2019-10-11 15:12 UTC  (2+ messages)

[PATCH v5 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-11 12:07 UTC  (22+ messages)
` [PATCH v5 bpf-next 01/15] samples/bpf: fix HDR_PROBE "echo"
` [PATCH v5 bpf-next 02/15] samples/bpf: fix cookie_uid_helper_example obj build
` [PATCH v5 bpf-next 03/15] samples/bpf: use --target from cross-compile
` [PATCH v5 bpf-next 04/15] samples/bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH v5 bpf-next 05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v5 bpf-next 06/15] samples/bpf: drop unnecessarily inclusion for bpf_load
` [PATCH v5 bpf-next 07/15] samples/bpf: add makefile.target for separate CC target build
` [PATCH v5 bpf-next 08/15] samples/bpf: base target programs rules on Makefile.target
` [PATCH v5 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS
` [PATCH v5 bpf-next 10/15] samples/bpf: use target CC environment for HDR_PROBE
` [PATCH v5 bpf-next 11/15] libbpf: don't use cxx to test_libpf target
` [PATCH v5 bpf-next 12/15] libbpf: add C/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH v5 bpf-next 13/15] samples/bpf: provide C/LDFLAGS to libbpf
` [PATCH v5 bpf-next 14/15] samples/bpf: add sysroot support
` [PATCH v5 bpf-next 15/15] samples/bpf: add preparation steps and sysroot info to readme

[PATCH v2 0/3] seccomp: continue syscall from notifier
 2019-10-11  9:46 UTC  (4+ messages)
` [PATCH v2 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE

[PATCH] xdp: Trivial, fix spelling in function description
 2019-10-11  8:43 UTC 

[PATCH bpf-next v2 0/2] Atomic flow dissector updates
 2019-10-11  8:31 UTC  (8+ messages)
` [PATCH bpf-next v2 1/2] flow_dissector: Allow updating the flow dissector program atomically
` [PATCH bpf-next v2 2/2] selftests/bpf: Check that flow dissector can be re-attached

[PATCH bpf-next v3 0/2] Atomic flow dissector updates
 2019-10-11  8:29 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] flow_dissector: Allow updating the flow dissector program atomically
` [PATCH bpf-next v3 2/2] selftests/bpf: Check that flow dissector can be re-attached

[PATCH bpf-next] libbpf: generate more efficient BPF_CORE_READ code
 2019-10-11  2:38 UTC 

[PATCH v4 bpf-next 00/15] samples: bpf: improve/fix cross-compilation
 2019-10-11  0:29 UTC  (20+ messages)
` [PATCH v4 bpf-next 01/15] samples/bpf: fix HDR_PROBE "echo"
` [PATCH v4 bpf-next 02/15] samples/bpf: fix cookie_uid_helper_example obj build
` [PATCH v4 bpf-next 03/15] samples/bpf: use --target from cross-compile
` [PATCH v4 bpf-next 04/15] samples/bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH v4 bpf-next 05/15] samples/bpf: use __LINUX_ARM_ARCH__ selector for arm
` [PATCH v4 bpf-next 06/15] samples/bpf: drop unnecessarily inclusion for bpf_load
` [PATCH v4 bpf-next 07/15] samples/bpf: add makefile.target for separate CC target build
` [PATCH v4 bpf-next 08/15] samples/bpf: base target programs rules on Makefile.target
` [PATCH v4 bpf-next 09/15] samples/bpf: use own flags but not HOSTCFLAGS
` [PATCH v4 bpf-next 10/15] samples/bpf: use target CC environment for HDR_PROBE
` [PATCH v4 bpf-next 11/15] libbpf: don't use cxx to test_libpf target
` [PATCH v4 bpf-next 12/15] libbpf: add C/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH v4 bpf-next 13/15] samples/bpf: provide C/LDFLAGS to libbpf
` [PATCH v4 bpf-next 14/15] samples/bpf: add sysroot support
` [PATCH v4 bpf-next 15/15] samples/bpf: add preparation steps and sysroot info to readme

[PATCH v4 bpf-next 0/3] Auto-generate list of BPF helpers
 2019-10-10 23:55 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/3] uapi/bpf: fix helper docs

[PATCH v2 bpf-next 0/2] Track read-only map contents as known scalars in BPF verifiers
 2019-10-10 23:51 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/2] bpf: track contents of read-only maps as scalars
` [PATCH v2 bpf-next 2/2] selftests/bpf: add read-only map values propagation tests

[PATCH bpf-next 0/2] bpf/stackmap: fix A-A deadlock in bpf_get_stack()
 2019-10-10 18:06 UTC  (7+ messages)
` [PATCH bpf-next 1/2] sched: introduce this_rq_is_locked()
` [PATCH bpf-next 2/2] bpf/stackmap: fix A-A deadlock in bpf_get_stack()

[PATH bpf-next 1/2] flow_dissector: Allow updating the flow dissector program atomically
 2019-10-10 17:01 UTC  (8+ messages)
` [PATH bpf-next 2/2] selftests/bpf: Check that flow dissector can be re-attached

[PATCH 0/3] bpf: switch to new usercopy helpers
 2019-10-10 10:51 UTC  (9+ messages)
` [PATCH 1/3] bpf: use check_zeroed_user() in bpf_check_uarg_tail_zero()
` [PATCH 2/3] bpf: use copy_struct_from_user() in bpf_prog_get_info_by_fd()
` [PATCH 3/3] bpf: use copy_struct_from_user() in bpf() syscall

[PATCH bpf] xsk: improve documentation for AF_XDP
 2019-10-10  8:12 UTC 

[PATCH bpf-next] scripts/bpf: fix xdp_md forward declaration typo
 2019-10-10  4:44 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] xdp: Support multiple programs on a single interface through chain calls
 2019-10-10  4:41 UTC  (9+ messages)
` [PATCH bpf-next v3 1/5] bpf: Support chain calling multiple BPF programs after each other

[PATCH bpf-next 00/10] bpf: revolutionize bpf tracing
 2019-10-10  3:54 UTC  (22+ messages)
` [PATCH bpf-next 03/10] bpf: process in-kernel BTF
` [PATCH bpf-next 05/10] bpf: implement accurate raw_tp context access via BTF
` [PATCH bpf-next 07/10] bpf: add support for BTF pointers to x86 JIT
` [PATCH bpf-next 08/10] bpf: check types of arguments passed into helpers
` [PATCH bpf-next 09/10] bpf: disallow bpf_probe_read[_str] helpers
` [PATCH bpf-next 10/10] selftests/bpf: add kfree_skb raw_tp test

[PATCH bpf-next 0/4] Enable direct receive on AF_XDP sockets
 2019-10-10  1:06 UTC  (14+ messages)
` [PATCH bpf-next 2/4] xsk: allow AF_XDP sockets to receive packets directly from a queue
      ` FW: "

[PATCH bpf-next 0/3] Fix BTF-to-C converter's padding generation
 2019-10-09 23:11 UTC  (3+ messages)

[PATCH bpf v2] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-09 22:49 UTC  (3+ messages)

[PATCH v13 0/4] BPF: New helper to obtain namespace data from current task
 2019-10-09 20:30 UTC  (11+ messages)
` [PATCH v13 1/4] fs/nsfs.c: added ns_match
` [PATCH v13 2/4] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH v13 3/4] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH v13 4/4] tools/testing/selftests/bpf: Add self-tests for new helper

[PATCH bpf] libbpf: fix passing uninitialized bytes to setsockopt
 2019-10-09 16:39 UTC  (3+ messages)

[PATCH bpf] bpf: lwtunnel: fix reroute supplying invalid dst
 2019-10-09  8:31 UTC 

[PATCH bpf] libbpf: fix compatibility for kernels without need_wakeup
 2019-10-09  7:31 UTC  (3+ 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).