bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-22 22:17:39 to 2021-01-07 02:52:13 UTC [more...]

BPF Kernel OOPS - NULL pointer dereference
 2021-01-07  2:51 UTC  (5+ messages)

[PATCH RESEND v2 0/3] bpf,x64: implement jump padding in jit
 2021-01-07  2:17 UTC  (4+ messages)
` [PATCH RESEND v2 1/3] bpf,x64: pad NOPs to make images converge more easily
` [PATCH RESEND v2 2/3] test_bpf: remove EXPECTED_FAIL flag from bpf_fill_maxinsns11
` [PATCH RESEND v2 3/3] selftests/bpf: Add verifier test for x64 jit jump padding

[PATCH bpf-next v3 0/3] bpf: misc performance improvements for cgroup hooks
 2021-01-07  1:29 UTC  (7+ messages)
` [PATCH bpf-next v3 1/3] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next v3 2/3] bpf: split cgroup_bpf_enabled per attach type
` [PATCH bpf-next v3 3/3] bpf: remove extra lock_sock for TCP_ZEROCOPY_RECEIVE

[BPF CO-RE clarification] Use CO-RE on older kernel versions
 2021-01-06 23:55 UTC  (2+ messages)

[PATCH v2] sched/debug: Add new tracepoint to track cpu_capacity
 2021-01-06 23:42 UTC  (5+ messages)

[PATCH bpf] bpftool: fix compilation failure for net.o with older glibc
 2021-01-06 23:30 UTC  (3+ messages)

[PATCH bpf-next 0/3] Add user-space and non-CO-RE variants of BPF_CORE_READ()
 2021-01-06 23:25 UTC  (9+ messages)
` [PATCH bpf-next 3/3] selftests/bpf: add tests for user- and non-CO-RE BPF_CORE_READ() variants

[PATCH] arm64: traps: remove duplicate include statement
 2021-01-06 10:59 UTC  (2+ messages)

[PATCH bpf-next 0/4] Support kernel module ksym variables
 2021-01-06  8:31 UTC  (7+ messages)
` [PATCH bpf-next 1/4] selftests/bpf: sync RCU before unloading bpf_testmod
` [PATCH bpf-next 2/4] bpf: support BPF ksym variables in kernel modules
` [PATCH bpf-next 3/4] libbpf: support kernel module ksym externs
` [PATCH bpf-next 4/4] selftests/bpf: test "

[PATCH v3 0/4] btf: support ints larger than 128 bits
 2021-01-06  5:26 UTC  (10+ messages)
` [PATCH v3 1/4] btf: add support for "
` [PATCH v3 2/4] libbpf: "
` [PATCH v3 3/4] bpftool: "
` [PATCH v3 4/4] bpf: add tests "

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-06  3:54 UTC 

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-06  2:46 UTC 

[PATCHv2 bpf-next] tools/resolve_btfids: Warn when having multiple IDs for single type
 2021-01-06  2:21 UTC  (2+ messages)

[PATCH] selftests: fix the return value for UDP GRO test
 2021-01-06  1:00 UTC  (2+ messages)

[PATCH bpf-next] tools/resolve_btfids: Warn when having multiple IDs for single type
 2021-01-05 22:47 UTC  (6+ messages)

[RFC PATCH bpf-next] ksnoop: kernel argument/return value tracing/display using BTF
 2021-01-05 22:44 UTC  (4+ messages)

[PATCH] selftests/bpf: remove duplicate include in test_lsm
 2021-01-05 20:49 UTC  (2+ messages)

[LSFMMBPF 2021] A status update
 2021-01-05 20:30 UTC  (3+ messages)

[PATCH] bpf: Add signature checking for BPF programs
 2021-01-05 20:16 UTC  (2+ messages)

[PATCH v2 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-01-05 19:51 UTC  (17+ messages)
` [PATCH v2 bpf-next 1/4] bpf: introduce task_vma bpf_iter

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-05 19:30 UTC  (7+ messages)
` [RFC PATCH 3/7] tun: allow use of BPF_PROG_TYPE_SCHED_CLS program type
` [RFC PATCH 4/7] tun: free bpf_program by bpf_prog_put instead of bpf_prog_destroy
` [RFC PATCH 5/7] tun: add ioctl code TUNSETHASHPOPULATION
` [RFC PATCH 6/7] tun: populate hash in virtio-net header when needed

KASAN: vmalloc-out-of-bounds Read in bpf_trace_run7
 2021-01-05 15:25 UTC 

[PATCH v2] btf: support ints larger than 128 bits
 2021-01-05 13:58 UTC  (3+ messages)

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-05 13:21 UTC  (9+ messages)
` [PATCH netdev 1/5] xsk: support get page for drv
` [PATCH netdev 2/5] virtio-net: support XDP_TX when not more queues
` [PATCH netdev 3/5] virtio-net, xsk: distinguish XDP_TX and XSK XMIT ctx
` [PATCH netdev 4/5] xsk, virtio-net: prepare for support xsk
` [PATCH netdev 5/5] virtio-net, xsk: virtio-net support xsk zero copy tx

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2021-01-05 11:56 UTC  (18+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set

[PATCH] crypto: Rename struct device_private to bcm_device_private
 2021-01-05 10:49 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf: misc performance improvements for cgroup hooks
 2021-01-05  0:19 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next v2 2/2] bpf: split cgroup_bpf_enabled per attach type

BTFIDS: FAILED unresolved symbol udp6_sock
 2021-01-04 20:54 UTC  (10+ messages)

[PATCH v11 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2021-01-04 21:00 UTC  (2+ messages)

[PATCH bpf-next 0/2] bpf: misc performance improvements for cgroup hooks
 2021-01-04 21:01 UTC  (10+ messages)
` [PATCH bpf-next 1/2] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt

[PATCH] mlx4: style: replace zero-length array with flexible-array member
 2021-01-04 20:40 UTC  (3+ messages)

[tcpdump-workers] Performance impact with multiple pcap handlers on Linux
 2021-01-04 12:40 UTC  (4+ messages)

[PATCH bpf] bpf: fix a task_iter bug caused by a merge conflict resolution
 2021-01-03  0:50 UTC  (3+ messages)

[PATCH bpf-next] xsk: build skb by page
 2020-12-31 16:29 UTC  (4+ messages)

[PATCH v5 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2020-12-30 23:16 UTC  (12+ messages)
` [PATCH v5 bpf-next 1/2] net: xdp: introduce xdp_init_buff utility routine
` [PATCH v5 bpf-next 2/2] net: xdp: introduce xdp_prepare_buff "

verifier rejects program under O2, works under O3
 2020-12-30 19:14 UTC  (4+ messages)

[PATCH bpf-next] bpf: allow variable-offset stack reads
 2020-12-30  1:22 UTC 

[PATCH v23 02/23] LSM: Create and manage the lsmblob data structure
 2020-12-29 19:16 UTC  (12+ messages)

INFO: task hung in tls_sw_cancel_work_tx
 2020-12-29 19:08 UTC  (2+ messages)

[PATCH] selftests/bpf: fix a compile error for BPF_F_BPRM_SECUREEXEC
 2020-12-29 18:39 UTC  (7+ messages)
      ` [External] "

[PATCH net-next] net: core: Replace fput with sockfd_put
 2020-12-29 15:40 UTC  (2+ messages)

[PATCH] bpf: Remove unnecessary <argp.h> include from preload/iterators
 2020-12-29 14:20 UTC  (3+ messages)

pull-request: bpf 2020-12-28
 2020-12-28 23:32 UTC  (2+ messages)

[PATCH] nfp: remove h from printk format specifier
 2020-12-26 20:40 UTC  (9+ messages)

BUG: sleeping function called from invalid context in do_user_addr_fault (2)
 2020-12-25 13:45 UTC 

[PATCH] bpf: fix: address of local auto-variable assigned to a function parameter
 2020-12-25  0:49 UTC  (3+ messages)

[PATCH v10 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-12-24 17:39 UTC  (3+ messages)

[PATCH] bpf: fix: symbol 'btf_vmlinux' was not declared
 2020-12-24  8:00 UTC 

[PATCH 0/3 v4 bpf-next] bpf: increment and use correct thread iterator
 2020-12-24  1:08 UTC  (4+ messages)
` [PATCH 1/3 v4 bpf-next] bpf: save correct stopping point in file seq iteration

[PATCH v2 bpf] selftests/bpf: work-around EBUSY errors from hashmap update/delete
 2020-12-24  0:40 UTC  (2+ messages)

Warnings in test_maps selftests in test_sockmap parts
 2020-12-23 20:13 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
 2020-12-23  7:50 UTC  (11+ messages)

[PATCH AUTOSEL 5.10 014/217] bpf: Use separate lockdep class for each hashtab
 2020-12-23  2:13 UTC 

[PATCH bpf] selftests/bpf: work-around EBUSY errors from hashmap update/delete
 2020-12-23  0:04 UTC  (3+ 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).