messages from 2019-09-16 16:07:41 to 2019-09-25 20:27:50 UTC [more...]
[PATCH bpf] libbpf: fix false uninitialized variable warning
2019-09-25 20:27 UTC (2+ messages)
[PATCH net] bpf/xskmap: Return ERR_PTR for failure case instead of NULL
2019-09-25 20:19 UTC (2+ messages)
[PATCH bpf v2] selftests/bpf: test_progs: fix client/server race in tcp_rtt
2019-09-25 20:19 UTC (2+ messages)
[PATCH bpf] selftests/bpf: adjust strobemeta loop to satisfy latest clang
2019-09-25 18:52 UTC
[PATCH bpf] selftests/bpf: delete unused variables in test_sysctl
2019-09-25 18:36 UTC
[PATCH V11 0/4] BPF: New helper to obtain namespace data from current task
2019-09-25 16:07 UTC (9+ messages)
` [PATCH bpf-next v11 1/4] fs/nsfs.c: added ns_match
` [PATCH bpf-next v11 2/4] bpf: added new helper bpf_get_ns_current_pid_tgid
` [PATCH bpf-next v11 3/4] tools: Added bpf_get_ns_current_pid_tgid helper
` [PATCH bpf-next v11 4/4] tools/testing/selftests/bpf: Add self-tests for new helper
[PATCH net] net: netsec: Fix signedness bug in netsec_probe()
2019-09-25 10:56 UTC
[PATCH net-next] tuntap: Fallback to automq on TUNSETSTEERINGEBPF prog negative return
2019-09-25 10:33 UTC (21+ messages)
[PATCH] bpf: clean up indentation issue
2019-09-25 9:38 UTC
Linux 5.4 - bpf test build fails
2019-09-25 8:52 UTC (14+ messages)
[PATCH net] kcm: disable preemption in kcm_parse_func_strparser()
2019-09-24 19:29 UTC
[PATCH] kcm: use BPF_PROG_RUN
2019-09-24 19:17 UTC (6+ messages)
[RFC PATCH bpf-next v2 0/2] bpf: adding map batch processing support
2019-09-24 16:28 UTC (4+ messages)
` [RFC PATCH bpf-next v2 1/2] "
[PATCH bpf-next 0/5] Add PERF_FORMAT_LOST read_format
2019-09-24 8:33 UTC (9+ 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
general protection fault in xsk_map_update_elem
2019-09-24 5:05 UTC (3+ messages)
[PATCH bpf] selftests/bpf: test_progs: fix client/server race in tcp_rtt
2019-09-23 16:41 UTC (4+ messages)
[PATCH 30/32] tools lib bpf: Renaming pr_warning to pr_warn
2019-09-23 13:35 UTC (5+ messages)
[PATCH bpf] libbpf: fix version identification on busybox
2019-09-20 22:14 UTC (10+ messages)
[PATCH -next] treewide: remove unused argument in lock_release()
2019-09-20 13:49 UTC (4+ messages)
[PATCH v2 0/3] seccomp: continue syscall from notifier
2019-09-20 8:47 UTC (5+ messages)
` [PATCH v2 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
` [PATCH v2 2/3] seccomp: avoid overflow in implicit constant conversion
` [PATCH v2 3/3] seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE
[RFC {net,iproute2}-next 0/2] Introduce an eBPF hookpoint for tx queue selection in the XPS (Transmit Packet Steering) code
2019-09-20 5:01 UTC (5+ messages)
[RFC iproute2-next 2/2] Introduce an eBPF hookpoint for tx queue selection in the XPS (Transmit Packet Steering) code
2019-09-19 22:46 UTC
[RFC net-next 1/2] Introduce an eBPF hookpoint for tx queue selection in the XPS (Transmit Packet Steering) code
2019-09-19 22:45 UTC
[PATCH v1 0/3] seccomp: continue syscall from notifier
2019-09-19 22:22 UTC (8+ messages)
` [PATCH v1 1/3] seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
` [PATCH v1 2/3] seccomp: avoid overflow in implicit constant conversion
` [PATCH v1 3/3] seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE
[PATCH 0/4] seccomp: continue syscall from notifier
2019-09-19 18:30 UTC (16+ messages)
` [PATCH 1/4] seccomp: add SECCOMP_RET_USER_NOTIF_ALLOW
` [PATCH 2/4] seccomp: add two missing ptrace ifdefines
` [PATCH 3/4] seccomp: avoid overflow in implicit constant conversion
` [PATCH 4/4] seccomp: test SECCOMP_RET_USER_NOTIF_ALLOW
[PATCH v3 bpf-next 00/14] samples: bpf: improve/fix cross-compilation
2019-09-19 17:54 UTC (44+ 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
[bpf-next,v3] samples: bpf: add max_pckt_size option at xdp_adjust_tail
2019-09-19 17:52 UTC (6+ messages)
[PATCH] selftests: update .gitignore files for selftests/bpf and selftests/zram
2019-09-19 17:09 UTC (2+ messages)
bpf syzbot coverage
2019-09-19 15:20 UTC
[PATCH bpf 0/2] bpf: BTF fixes
2019-09-19 12:33 UTC (5+ messages)
` [PATCH bpf 1/2] bpf: fix BTF verification of enums
` [PATCH bpf 2/2] bpf: fix BTF limits
[PATCH bpf] xsk: relax UMEM headroom alignment
2019-09-19 12:33 UTC (2+ messages)
[PATCH bpf v2] libbpf: Remove getsockopt() check for XDP_OPTIONS
2019-09-19 12:31 UTC (3+ messages)
INFO: task hung in cancel_delayed_work_sync
2019-09-19 5:50 UTC (4+ messages)
[PATCH] staging: tracing/kprobe: filter kprobe based perf event
2019-09-19 2:41 UTC (4+ messages)
[Ksummit-discuss] [PATCH v2 3/3] libnvdimm, MAINTAINERS: Maintainer Entry Profile
2019-09-17 21:59 UTC (10+ messages)
[RFC v1 00/14] Kernel Runtime Security Instrumentation
2019-09-17 19:36 UTC (6+ messages)
` [RFC v1 12/14] krsi: Add an eBPF helper function to get the value of an env variable
KASAN: slab-out-of-bounds Read in bpf_prog_create
2019-09-17 18:49 UTC
[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 bpf] bpf: respect CAP_IPC_LOCK in RLIMIT_MEMLOCK check
2019-09-16 22:19 UTC (4+ messages)
[bpf-next,v4] samples: bpf: add max_pckt_size option at xdp_adjust_tail
2019-09-16 16:55 UTC (3+ messages)
page: next (older) | prev (newer) | latest
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).