bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-06 00:00:09 to 2019-09-13 22:36:50 UTC [more...]

[PATCH bpf-next 00/11] samples: bpf: improve/fix cross-compilation
 2019-09-13 22:36 UTC  (28+ messages)
` [PATCH bpf-next 01/11] samples: bpf: makefile: fix HDR_PROBE "echo"
` [PATCH bpf-next 02/11] samples: bpf: makefile: fix cookie_uid_helper_example obj build
` [PATCH bpf-next 03/11] samples: bpf: makefile: use --target from cross-compile
` [PATCH bpf-next 04/11] samples: bpf: use own EXTRA_CFLAGS for clang commands
` [PATCH bpf-next 05/11] samples: bpf: makefile: use D vars from KBUILD_CFLAGS to handle headers
` [PATCH bpf-next 06/11] samples: bpf: makefile: drop unnecessarily inclusion for bpf_load
` [PATCH bpf-next 07/11] samples: bpf: add makefile.prog for separate CC build
` [PATCH bpf-next 08/11] samples: bpf: makefile: base progs build on makefile.progs
` [PATCH bpf-next 09/11] samples: bpf: makefile: use CC environment for HDR_PROBE
` [PATCH bpf-next 10/11] libbpf: makefile: add C/CXX/LDFLAGS to libbpf.so and test_libpf targets
` [PATCH bpf-next 11/11] samples: bpf: makefile: add sysroot support

[bpf-next,v3] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-09-13 22:34 UTC  (2+ messages)

[Ksummit-discuss] [PATCH v2 3/3] libnvdimm, MAINTAINERS: Maintainer Entry Profile
 2019-09-13 21:44 UTC  (17+ messages)

[PATCH] libbpf: Don't error out if getsockopt() fails for XDP_OPTIONS
 2019-09-13 18:53 UTC  (4+ messages)

[PATCH bpf] bpf: respect CAP_IPC_LOCK in RLIMIT_MEMLOCK check
 2019-09-13 18:48 UTC  (2+ messages)

[PATCH bpf-next v10 0/4] BPF: New helper to obtain namespace data from current task
 2019-09-13 17:28 UTC  (25+ 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] bpf: validate bpf_func when BPF_JIT is enabled
 2019-09-13 12:19 UTC  (11+ messages)

[PATCH bpf-next v2] selftests/bpf: add bpf-gcc support
 2019-09-13 11:43 UTC  (2+ messages)

[PATCH bpf-next] libbpf: add xsk_umem__adjust_offset
 2019-09-13 11:17 UTC  (4+ messages)

[PATCH bpf-next v2 0/3] AF_XDP fixes for i40e, ixgbe and xdpsock
 2019-09-13 11:16 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] i40e: fix xdp handle calculations
` [PATCH bpf-next v2 2/3] ixgbe: "
` [PATCH bpf-next v2 3/3] samples/bpf: fix xdpsock l2fwd tx for unaligned mode

[PATCH bpf-next 1/3] i40e: fix xdp handle calculations
 2019-09-13  4:33 UTC  (7+ messages)
` [PATCH bpf-next 2/3] ixgbe: "
  ` [Intel-wired-lan] "
` [PATCH bpf-next 3/3] samples/bpf: fix xdpsock l2fwd tx for unaligned mode
` [Intel-wired-lan] [PATCH bpf-next 1/3] i40e: fix xdp handle calculations

Strange scripts/get_maintainer.pl output
 2019-09-12 23:08 UTC  (2+ messages)

[GCC,LLVM] bpf_helpers.h
 2019-09-12 19:26 UTC 

memory leak in ppp_write
 2019-09-12 15:17 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: add bpf-gcc support
 2019-09-11 11:12 UTC  (3+ messages)

Inquiry 11/Sept/2019
 2019-09-11  9:46 UTC 

September Inquiry 2019
 2019-09-11  4:10 UTC 

[RFC v1 00/14] Kernel Runtime Security Instrumentation
 2019-09-10 11:55 UTC  (15+ messages)
` [RFC v1 01/14] krsi: Add a skeleton and config options for the KRSI LSM
` [RFC v1 02/14] krsi: Introduce types for KRSI eBPF
` [RFC v1 03/14] bpf: krsi: sync BPF UAPI header with tools
` [RFC v1 04/14] krsi: Add support in libbpf for BPF_PROG_TYPE_KRSI
` [RFC v1 05/14] krsi: Initialize KRSI hooks and create files in securityfs
` [RFC v1 06/14] krsi: Implement eBPF operations, attachment and execution
` [RFC v1 07/14] krsi: Check for premissions on eBPF attachment
` [RFC v1 08/14] krsi: Show attached program names in hook read handler
` [RFC v1 09/14] krsi: Add a helper function for bpf_perf_event_output
` [RFC v1 10/14] krsi: Handle attachment of the same program
` [RFC v1 11/14] krsi: Pin argument pages in bprm_check_security hook
` [RFC v1 12/14] krsi: Add an eBPF helper function to get the value of an env variable
` [RFC v1 13/14] krsi: Provide an example to read and log environment variables
` [RFC v1 14/14] krsi: Pin arg pages only when needed

[PATCH] tcp: fix tcp_disconnect() not clear tp->fastopen_rsk sometimes
 2019-09-10  8:09 UTC  (2+ messages)

[RFC bpf-next 0/7] bpf: packet capture helpers, bpftool support
 2019-09-10  7:43 UTC  (12+ messages)
` [RFC bpf-next 1/7] bpf: add bpf_pcap() helper to simplify packet capture
` [RFC bpf-next 2/7] bpf: extend bpf_pcap support to tracing programs
` [RFC bpf-next 3/7] bpf: sync tools/include/uapi/linux/bpf.h for pcap support
` [RFC bpf-next 4/7] bpf: add libpcap feature test
` [RFC bpf-next 5/7] bpf: add pcap support to bpftool
` [RFC bpf-next 6/7] bpf: add documentation for bpftool pcap subcommand
` [RFC bpf-next 7/7] bpf: add tests for bpftool packet capture

[PATCH v4 bpf-next 0/4] CAP_BPF and CAP_TRACING
 2019-09-09 22:52 UTC  (6+ 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-08 11:28 UTC  (7+ messages)
` [PATCH bpf-next] xdp: Fix race in dev_map_hash_update_elem() when replacing element

general protection fault in dev_map_hash_update_elem
 2019-09-08  8:09 UTC 

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

pull-request: bpf 2019-09-06
 2019-09-07  7:53 UTC  (2+ messages)

[PATCH 0/7] libbpf: Fix cast away const qualifiers in btf.h
 2019-09-07  6:54 UTC  (11+ 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 "

Per cgroup accounting of context switches
 2019-09-07  6:38 UTC  (2+ messages)

[PATCH v3 bpf-next 2/3] bpf: implement CAP_BPF
 2019-09-07  4:09 UTC  (4+ messages)

[PATCH bpf-next 0/8] samples: bpf: improve/fix cross-compilation
 2019-09-07  1:24 UTC  (9+ messages)
` [PATCH bpf-next 2/8] samples: bpf: Makefile: remove target for native build
` [PATCH bpf-next 8/8] samples: bpf: Makefile: base progs build on Makefile.progs

[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  (4+ messages)
` [PATCH bpf-next v2 1/6] selftests/bpf: test_progs: add test__join_cgroup helper

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

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2019-09-06 14:58 UTC  (13+ 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).