bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-10 07:44:38 to 2019-09-17 18:49:14 UTC [more...]

KASAN: slab-out-of-bounds Read in bpf_prog_create
 2019-09-17 18:49 UTC 

[PATCH bpf 0/2] bpf: BTF fixes
 2019-09-17 17:45 UTC  (3+ messages)
` [PATCH bpf 1/2] bpf: fix BTF verification of enums
` [PATCH bpf 2/2] bpf: fix BTF limits

[RFC v1 00/14] Kernel Runtime Security Instrumentation
 2019-09-17 16:58 UTC  (27+ 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

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

[PATCH bpf-next 0/5] Add PERF_FORMAT_LOST read_format
 2019-09-17 15:22 UTC  (8+ messages)
` [PATCH bpf-next 1/5] perf/core: "
` [PATCH bpf-next 2/5] perf/core: Sync perf_event.h to tools
` [PATCH bpf-next 3/5] libbpf: Add helpers to extract perf fd from bpf_link
` [PATCH bpf-next 4/5] libbpf: Set read_format PERF_FORMAT_LOST on kprobe perf fds
` [PATCH bpf-next 5/5] libbpf: Add selftest for PERF_FORMAT_LOST perf read_format

[PATCH bpf-next 1/5] perf/core: Add PERF_FORMAT_LOST read_format
 2019-09-17 15:14 UTC 

[GCC,LLVM] bpf_helpers.h
 2019-09-17 13:17 UTC  (3+ messages)

[PATCH bpf-next] i40e: fix xdp handle calculations
 2019-09-17 10:54 UTC  (3+ messages)

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

[PATCH bpf v2] libbpf: Remove getsockopt() check for XDP_OPTIONS
 2019-09-17  4:12 UTC  (2+ messages)

[bpf-next,v3] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-09-17  4:04 UTC  (4+ messages)

[PATCH bpf] bpf: respect CAP_IPC_LOCK in RLIMIT_MEMLOCK check
 2019-09-16 22:19 UTC  (5+ messages)

[bpf-next,v4] samples: bpf: add max_pckt_size option at xdp_adjust_tail
 2019-09-16 16:55 UTC  (3+ messages)

pull-request: bpf-next 2019-09-16
 2019-09-16 14:02 UTC  (2+ messages)

[PATCH] libbpf: Don't error out if getsockopt() fails for XDP_OPTIONS
 2019-09-16 12:31 UTC  (7+ messages)

[PATCH bpf v2] bpf: fix accessing bpf_sysctl.file_pos on s390
 2019-09-16 10:11 UTC  (2+ messages)

INFO: task hung in cancel_delayed_work_sync
 2019-09-16 10:19 UTC 

bpf-next is CLOSED
 2019-09-16  9:59 UTC 

[PATCH bpf-next v2 0/3] AF_XDP fixes for i40e, ixgbe and xdpsock
 2019-09-16  8:18 UTC  (6+ 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 v2] selftests/bpf: add bpf-gcc support
 2019-09-16  8:14 UTC  (3+ messages)

[PATCH bpf-next] libbpf: add xsk_umem__adjust_offset
 2019-09-13 22:49 UTC  (5+ messages)

[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

[PATCH bpf-next v10 0/4] BPF: New helper to obtain namespace data from current task
 2019-09-13 17:28 UTC  (23+ messages)
` [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 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 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)

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 

[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  (5+ messages)
` [RFC bpf-next 2/7] bpf: extend bpf_pcap support to tracing programs


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