bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-20 23:09:16 to 2019-08-27 00:34:34 UTC [more...]

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-08-27  0:34 UTC  (21+ messages)
                          ` RFC: very rough draft of a bpf permission model

[PATCH 01/16] s390/boot: fix section name escaping
 2019-08-27  0:19 UTC  (18+ messages)
` [PATCH 08/16] mips: prefer __section from compiler_attributes.h
` [PATCH 12/16] arm64: "
` [PATCH 14/16] include/linux: "

[PATCH bpf-next 0/4] bpf: precision tracking tests
 2019-08-26 22:51 UTC  (11+ messages)
` [PATCH bpf-next 1/4] bpf: introduce verifier internal test flag
` [PATCH bpf-next 2/4] tools/bpf: sync bpf.h
` [PATCH bpf-next 3/4] selftests/bpf: verifier precise tests
` [PATCH bpf-next 4/4] selftests/bpf: add precision tracking test

[PATCH bpf-next] selftests/bpf: remove wrong nhoff in flow dissector test
 2019-08-26 22:41 UTC  (2+ messages)

[PATCH bpf] nfp: bpf: fix latency bug when updating stack index register
 2019-08-26 21:34 UTC  (7+ messages)

[PATCH] bpf: handle 32-bit zext during constant blinding
 2019-08-26 21:34 UTC  (4+ messages)

TLS record double free
 2019-08-26 21:32 UTC 

[RFC PATCH] bpf: s390: add JIT support for multi-function programs
 2019-08-26 18:20 UTC 

[PATCH bpf-next v2 0/4] xsk: various CPU barrier and {READ, WRITE}_ONCE fixes
 2019-08-26 17:57 UTC  (9+ messages)
` [PATCH bpf-next v2 1/4] xsk: avoid store-tearing when assigning queues
` [PATCH bpf-next v2 2/4] xsk: add proper barriers and {READ, WRITE}_ONCE-correctness for state
` [PATCH bpf-next v2 3/4] xsk: avoid store-tearing when assigning umem
` [PATCH bpf-next v2 4/4] xsk: lock the control mutex in sock_diag interface

[PATCH v2] riscv: add support for SECCOMP and SECCOMP_FILTER
 2019-08-26 16:39 UTC  (9+ messages)

kernel/bpf/core.o: warning: objtool: ___bpf_prog_run.cold()+0x7: call without frame pointer save/setup
 2019-08-26 15:18 UTC  (3+ messages)

[PATCH net v3] ixgbe: fix double clean of tx descriptors with xdp
 2019-08-26 13:40 UTC  (7+ messages)

[PATCH v5] perf machine: arm/arm64: Improve completeness for kernel address space
 2019-08-26 12:51 UTC  (7+ messages)

[PATCH bpf-next 0/4] xsk: various CPU barrier and {READ, WRITE}_ONCE fixes
 2019-08-25 17:06 UTC  (11+ messages)
` [PATCH bpf-next 1/4] xsk: avoid store-tearing when assigning queues
` [PATCH bpf-next 2/4] xsk: add proper barriers and {READ, WRITE}_ONCE-correctness for state
` [PATCH bpf-next 3/4] xsk: avoid store-tearing when assigning umem
` [PATCH bpf-next 4/4] xsk: lock the control mutex in sock_diag interface

[PATCH] [PATCH v3] sock: fix potential memory leak in proto_register()
 2019-08-24 23:33 UTC  (2+ messages)

[PATCH] net: use unlikely for dql_avail case
 2019-08-24 21:23 UTC  (2+ messages)

pull-request: bpf 2019-08-24
 2019-08-24  0:34 UTC  (2+ messages)

[PATCH bpf] bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0
 2019-08-23 23:36 UTC  (2+ messages)

[PATCH bpf] bpf: fix precision tracking in presence of bpf2bpf calls
 2019-08-23 23:35 UTC  (2+ messages)

[PATCH bpf] flow_dissector: Fix potential use-after-free on BPF_PROG_DETACH
 2019-08-23 23:34 UTC  (3+ messages)

[PATCH bpf] bpf: fix use after free in prog symbol exposure
 2019-08-23 20:14 UTC 

WARNING in sk_msg_check_to_free
 2019-08-23 14:33 UTC 

[PATCH bpf-next v4 00/11] XDP unaligned chunk placement support
 2019-08-23 13:35 UTC  (15+ messages)
` [PATCH bpf-next v5 "
  ` [PATCH bpf-next v5 01/11] i40e: simplify Rx buffer recycle
  ` [PATCH bpf-next v5 02/11] ixgbe: "
  ` [PATCH bpf-next v5 03/11] xsk: add support to allow unaligned chunk placement
  ` [PATCH bpf-next v5 04/11] i40e: modify driver for handling offsets
  ` [PATCH bpf-next v5 05/11] ixgbe: "
  ` [PATCH bpf-next v5 06/11] mlx5e: "
  ` [PATCH bpf-next v5 07/11] libbpf: add flags to umem config
  ` [PATCH bpf-next v5 08/11] samples/bpf: add unaligned chunks mode support to xdpsock
  ` [PATCH bpf-next v5 09/11] samples/bpf: add buffer recycling for unaligned chunks "
  ` [PATCH bpf-next v5 10/11] samples/bpf: use hugepages in xdpsock app
  ` [PATCH bpf-next v5 11/11] doc/af_xdp: include unaligned chunk case

[RFC bpf-next 0/5] Convert iproute2 to use libbpf (WIP)
 2019-08-23 11:29 UTC  (23+ messages)
` [RFC bpf-next 4/5] iproute2: Allow compiling against libbpf

Bridge zeros out skb->cb in 5.2 (not in 5.1)
 2019-08-23  9:12 UTC 

[PATCH v2] sock: fix potential memory leak in proto_register()
 2019-08-22 22:43 UTC  (2+ messages)

[PATCH] seccomp: fix compilation errors in seccomp-bpf kselftest
 2019-08-22 21:58 UTC 

[PATCH v3 bpf-next 1/4] tracing/probe: Add PERF_EVENT_IOC_QUERY_PROBE ioctl
 2019-08-22 21:08 UTC  (13+ messages)

[PATCH] net/core/skmsg: Delete an unnecessary check before the function call “consume_skb”
 2019-08-22 21:13 UTC  (2+ messages)

[PATCH] net/ipv4/tcp_bpf: Delete an unnecessary check before the function call “consume_skb”
 2019-08-22 21:12 UTC  (2+ messages)

[PATCH net v2] ixgbe: fix double clean of tx descriptors with xdp
 2019-08-22 17:10 UTC  (5+ messages)

[PATCH net] ixgbe: fix double clean of tx descriptors with xdp
 2019-08-22 16:30 UTC  (14+ messages)
            ` [Intel-wired-lan] "

[PATCHSET block/for-next] IO cost model based work-conserving porportional controller
 2019-08-22  8:58 UTC  (6+ messages)

[PATCH bpf-next v3 0/4] selftests/bpf: test_progs: misc fixes
 2019-08-21 23:44 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] selftests/bpf: test_progs: test__skip
` [PATCH bpf-next v3 2/4] selftests/bpf: test_progs: remove global fail/success counts
` [PATCH bpf-next v3 3/4] selftests/bpf: test_progs: remove asserts from subtests
` [PATCH bpf-next v3 4/4] selftests/bpf: test_progs: remove unused ret

[PATCH bpf v2] selftests/bpf: fix endianness issues in test_sysctl
 2019-08-21 19:52 UTC  (2+ messages)

[PATCH bpf-next 0/2] tools: bpftool: work with frozen maps
 2019-08-21 19:19 UTC  (7+ messages)
` [PATCH bpf-next 1/2] tools: bpftool: show frozen status for maps
` [PATCH bpf-next 2/2] tools: bpftool: add "bpftool map freeze" subcommand

[RFC PATCH] bpf: handle 32-bit zext during constant blinding
 2019-08-21 19:12 UTC  (6+ messages)
` Regression fix for bpf in v5.3 (was Re: [RFC PATCH] bpf: handle 32-bit zext during constant blinding)

[RFC PATCH bpf-next 00/14] xdp_flow: Flow offload to XDP
 2019-08-21 18:38 UTC  (11+ messages)

[PATCH v2 0/4] BPF-related documentation fixes
 2019-08-21 17:23 UTC  (7+ messages)
` [PATCH v2 2/4] bpf: fix 'struct pt_reg' typo in documentation
` [PATCH v2 3/4] bpf: clarify when bpf_trace_printk discards lines

[PATCH bpf-next v2 0/4] selftests/bpf: test_progs: misc fixes
 2019-08-21 17:11 UTC  (4+ messages)
` [PATCH bpf-next v2 2/4] selftests/bpf: test_progs: remove global fail/success counts

[PATCH bpf-next] btf: do not use CONFIG_OUTPUT_FORMAT
 2019-08-21 15:22 UTC  (2+ messages)

[PATCH] selftests: bpf: install files test_xdp_vlan.sh
 2019-08-21 15:11 UTC  (2+ messages)

[PATCH] selftests: bpf: add config fragment BPF_JIT
 2019-08-21 15:11 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix test_btf_dump with O=
 2019-08-21 15:10 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix test_cgroup_storage on s390
 2019-08-21 15:09 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] xdpsock: allow mmap2 usage for 32bits
 2019-08-21 12:35 UTC  (2+ messages)

INFO: task hung in tls_sw_release_resources_tx
 2019-08-21  6:37 UTC  (5+ 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).