bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-08 11:57:44 to 2019-08-14 04:45:58 UTC [more...]

[PATCH bpf-next] libbpf: make libbpf.map source of truth for libbpf version
 2019-08-14  4:45 UTC  (5+ messages)

[PATCH AUTOSEL 5.2 020/123] libbpf: sanitize VAR to conservative 1-byte INT
 2019-08-14  2:09 UTC  (9+ messages)
` [PATCH AUTOSEL 5.2 025/123] bpf: sockmap, sock_map_delete needs to use xchg
` [PATCH AUTOSEL 5.2 026/123] bpf: sockmap, synchronize_rcu before free'ing map
` [PATCH AUTOSEL 5.2 027/123] bpf: sockmap, only create entry if ulp is not already enabled
` [PATCH AUTOSEL 5.2 028/123] selftests/bpf: fix sendmsg6_prog on s390
` [PATCH AUTOSEL 5.2 034/123] bpf: fix access to skb_shared_info->gso_segs
` [PATCH AUTOSEL 5.2 035/123] selftests/bpf: add another gso_segs access
` [PATCH AUTOSEL 5.2 036/123] libbpf: fix using uninitialized ioctl results
` [PATCH AUTOSEL 5.2 042/123] libbpf: silence GCC8 warning about string truncation

[PATCH AUTOSEL 4.19 08/68] selftests/bpf: fix sendmsg6_prog on s390
 2019-08-14  2:14 UTC 

[RFC bpf-next 0/3] tools: bpftool: add subcommand to count map entries
 2019-08-14  1:51 UTC  (5+ messages)
` [RFC bpf-next 1/3] tools: bpftool: clean up dump_map_elem() return value
` [RFC bpf-next 2/3] tools: bpftool: make comment more explicit for count of dumped entries
` [RFC bpf-next 3/3] tools: bpftool: add "bpftool map count" to count entries in map

[RFC PATCH bpf-next 00/14] xdp_flow: Flow offload to XDP
 2019-08-14  1:44 UTC  (16+ messages)
` [RFC PATCH bpf-next 01/14] xdp_flow: Add skeleton of XDP based TC offload driver
` [RFC PATCH bpf-next 02/14] xdp_flow: Add skeleton bpf program for XDP
` [RFC PATCH bpf-next 03/14] bpf: Add API to get program from id
` [RFC PATCH bpf-next 04/14] xdp_flow: Attach bpf prog to XDP in kernel after UMH loaded program
` [RFC PATCH bpf-next 05/14] xdp_flow: Prepare flow tables in bpf
` [RFC PATCH bpf-next 06/14] xdp_flow: Add flow entry insertion/deletion logic in UMH
` [RFC PATCH bpf-next 07/14] xdp_flow: Add flow handling and basic actions in bpf prog
` [RFC PATCH bpf-next 08/14] xdp_flow: Implement flow replacement/deletion logic in xdp_flow kmod
` [RFC PATCH bpf-next 09/14] xdp_flow: Add netdev feature for enabling TC flower offload to XDP
` [RFC PATCH bpf-next 10/14] xdp_flow: Implement redirect action
` [RFC PATCH bpf-next 11/14] xdp_flow: Implement vlan_push action
` [RFC PATCH bpf-next 12/14] bpf, selftest: Add test for xdp_flow
` [RFC PATCH bpf-next 13/14] i40e: prefetch xdp->data before running XDP prog
` [RFC PATCH bpf-next 14/14] bpf, hashtab: Compare keys in long

[PATCH v2 bpf-next 1/4] bpf: unprivileged BPF access via /dev/bpf
 2019-08-14  0:57 UTC  (15+ messages)

[PATCH bpf-next V9 0/3] BPF: New helper to obtain namespace data from current task
 2019-08-14  0:56 UTC  (9+ messages)
` [PATCH bpf-next V9 1/3] bpf: new "
    ` [Potential Spoof] "
` [PATCH bpf-next V9 2/3] samples/bpf: added sample code for bpf_get_current_pidns_info
` [PATCH bpf-next V9 3/3] tools/testing/selftests/bpf: Add self-tests for new helper

[PATCH bpf-next 0/3] xdpsock: allow mmap2 usage for 32bits
 2019-08-14  0:32 UTC  (12+ messages)
` [PATCH bpf-next 1/3] libbpf: add asm/unistd.h to xsk to get __NR_mmap2
` [PATCH bpf-next 2/3] xdp: xdp_umem: replace kmap on vmap for umem map
` [PATCH bpf-next 3/3] samples: bpf: syscal_nrs: use mmap2 if defined

pull-request: bpf-next 2019-08-14
 2019-08-13 23:59 UTC  (2+ messages)

[PATCH bpf-next v2 0/4] bpf: support cloning sk storage on accept()
 2019-08-13 21:28 UTC  (14+ messages)
` [PATCH bpf-next v2 1/4] bpf: export bpf_map_inc_not_zero
` [PATCH bpf-next v2 2/4] bpf: support cloning sk storage on accept()
` [PATCH bpf-next v2 3/4] bpf: sync bpf.h to tools/
` [PATCH bpf-next v2 4/4] selftests/bpf: add sockopt clone/inheritance test

[PATCH bpf-next 0/2] libbpf: make use of BTF through sysfs
 2019-08-13 21:22 UTC  (4+ messages)
` [PATCH bpf-next 1/2] btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux
` [PATCH bpf-next 2/2] libbpf: attempt to load kernel BTF from sysfs first

[PATCH bpf] selftests/bpf: fix "bind{4,6} deny specific IP & port" on s390
 2019-08-13 19:53 UTC  (2+ messages)

[RESEND][PATCH v3 bpf-next] btf: expose BTF info through sysfs
 2019-08-13 18:45 UTC  (4+ messages)

[PATCH bpf-next v3 0/4] bpf: support cloning sk storage on accept()
 2019-08-13 17:16 UTC  (7+ messages)
` [PATCH bpf-next v3 1/4] bpf: export bpf_map_inc_not_zero
` [PATCH bpf-next v3 2/4] bpf: support cloning sk storage on accept()
` [PATCH bpf-next v3 3/4] bpf: sync bpf.h to tools/
` [PATCH bpf-next v3 4/4] selftests/bpf: add sockopt clone/inheritance test

[RFC PATCH] bpf: handle 32-bit zext during constant blinding
 2019-08-13 17:10 UTC 

[PATCH 01/16] s390/boot: fix section name escaping
 2019-08-13 17:08 UTC  (26+ messages)
` [PATCH 02/16] arc: prefer __section from compiler_attributes.h
` [PATCH 03/16] parisc: "
` [PATCH 04/16] um: "
` [PATCH 05/16] sh: "
` [PATCH 06/16] ia64: "
` [PATCH 07/16] arm: "
` [PATCH 08/16] mips: "
` [PATCH 09/16] sparc: "
` [PATCH 10/16] powerpc: prefer __section and __printf "
` [PATCH 11/16] x86: prefer __section "
` [PATCH 12/16] arm64: "
` [PATCH 13/16] include/asm-generic: "
` [PATCH 14/16] include/linux: "
` [PATCH 15/16] include/linux/compiler.h: remove unused KENTRY macro
` [PATCH 16/16] compiler_attributes.h: add note about __section
` [PATCH 00/16] treewide: prefer __section from compiler_attributes.h

[bpf-next] selftests/bpf: fix race in flow dissector tests
 2019-08-13 14:32 UTC  (2+ messages)

[PATCH v1] tools: Keep list of tools in alphabetical order
 2019-08-13 14:17 UTC  (4+ messages)

[PATCH bpf] s390/bpf: use 32-bit index for tail calls
 2019-08-13 14:08 UTC  (2+ messages)

[PATCH] virtio-net: parameterize min ring num_free for virtio receive
 2019-08-13 10:55 UTC  (7+ messages)

Taking a day off
 2019-08-13  9:33 UTC  (2+ messages)

[PATCH bpf-next] mm: mmap: increase sockets maximum memory size pgoff for 32bits
 2019-08-13  9:12 UTC  (6+ messages)
` [PATCH v2 "

[PATCH v2] Documentation: virt: Fix broken reference to virt tree's index
 2019-08-12 21:16 UTC  (2+ messages)

[PATCH bpf-next v4 0/2] net: xdp: XSKMAP improvements
 2019-08-12 17:25 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] xsk: remove AF_XDP socket from map when the socket is released

[PATCH v2 2/2] Documentation: sphinx: Don't parse socket() as identifier reference
 2019-08-12 16:11 UTC  (2+ messages)

[PATCH bpf] s390/bpf: fix lcgr instruction encoding
 2019-08-12 16:06 UTC  (3+ messages)

Sending s390 eBPF JIT patches via bpf@vger.kernel.org
 2019-08-12 15:35 UTC  (2+ messages)

[PATCH v4 0/2] perf: arm/arm64: Improve completeness for kernel address space
 2019-08-12  7:39 UTC  (7+ messages)
` [PATCH v4 1/2] perf machine: Support arch's specific kernel start address
` [PATCH v4 2/2] perf machine: arm/arm64: Improve completeness for kernel address space

[PATCH v3 bpf-next] btf: expose BTF info through sysfs
 2019-08-12  7:08 UTC 

pull-request: bpf 2019-08-11
 2019-08-11 21:49 UTC  (2+ messages)

[PATCH] Documentation/networking/af_xdp: Inhibit reference to struct socket
 2019-08-11 11:32 UTC  (3+ messages)

[PATCH 00/11] kbuild: clean-ups and improvement of single targets
 2019-08-11  9:55 UTC  (3+ messages)
` [PATCH 11/11] treewide: remove dummy Makefiles for "

[PATCH v2] kbuild: re-implement detection of CONFIG options leaked to user-space
 2019-08-11  3:28 UTC  (4+ messages)

WARNING in is_bpf_text_address
 2019-08-11  0:24 UTC  (2+ messages)

[PATCH] ARM: module: Avoid W and X mappings at the beginning
 2019-08-10  8:09 UTC 

[PATCH v5 bpf-next] BPF: helpers: New helper to obtain namespacedata from current task
 2019-08-09 23:30 UTC  (2+ messages)

[PATCH net v2 0/2] Fix collisions in socket cookie generation
 2019-08-09 20:15 UTC  (4+ messages)
` [PATCH net v2 1/2] sock: make cookie generation global instead of per netns
` [PATCH net v2 2/2] bpf: sync bpf.h to tools infrastructure

[PATCH 0/3] Add PERF_EVENT_IOC_QUERY_KPROBE ioctl
 2019-08-09 17:18 UTC  (4+ messages)

[PATCH v2 bpf-next] xdp: xdp_umem: fix umem pages mapping for 32bits systems
 2019-08-09 16:12 UTC  (2+ messages)

[PATCH] perf trace: Fix segmentation fault when access syscall info
 2019-08-09 16:03 UTC  (4+ messages)

[PATCH bpf 0/2] tools: bpftool: fix pinning error messages
 2019-08-09 15:43 UTC  (4+ messages)
` [PATCH bpf 2/2] tools: bpftool: add error message on pin failure

[PATCH 2/3] libbpf: Add helper to extract perf fd from bpf_link
 2019-08-09  1:31 UTC  (3+ messages)

[PATCH net-next] net: use "nb" for notifier blocks
 2019-08-09  1:05 UTC  (2+ messages)

KASAN: use-after-free Read in tls_wait_data
 2019-08-09  0:20 UTC  (2+ messages)

general protection fault in tls_tx_records
 2019-08-09  0:19 UTC  (2+ messages)

[PATCH v2 bpf-next] btf: expose BTF info through sysfs
 2019-08-08 20:21 UTC  (6+ messages)

[PATCH 0/1] bpf: introduce new helper udp_flow_src_port
 2019-08-08 18:48 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH bpf-next 0/3] bpf: support cloning sk storage on accept()
 2019-08-08 18:27 UTC  (5+ messages)
` [PATCH bpf-next 1/3] "

general protection fault in perf_tp_event_match (2)
 2019-08-08 17:24 UTC 

INFO: rcu detected stall in tcp_write_timer
 2019-08-08 16:45 UTC 


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