BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-18 08:53:29 to 2021-01-02 22:26:48 UTC [more...]

BTFIDS: FAILED unresolved symbol udp6_sock
 2021-01-02 22:25 UTC  (8+ messages)

[PATCH bpf-next 0/2] bpf: misc performance improvements for cgroup hooks
 2020-12-31 20:18 UTC  (15+ messages)
` [PATCH bpf-next 1/2] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next 2/2] bpf: split cgroup_bpf_enabled per attach type

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

[PATCH bpf] bpf: fix a task_iter bug caused by a merge conflict resolution
 2020-12-31 15:44 UTC  (2+ 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 v2] btf: support ints larger than 128 bits
 2020-12-30 18:21 UTC  (2+ messages)

[PATCH] mlx4: style: replace zero-length array with flexible-array member
 2020-12-30  9:37 UTC  (2+ 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 v11 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-12-28 15:44 UTC 

[PATCH] arm64: traps: remove duplicate include statement
 2020-12-28  7:05 UTC 

[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  (8+ messages)
` [PATCH 1/3 v4 bpf-next] bpf: save correct stopping point in file seq iteration
` [PATCH 2/3 v4 bpf-next] bpf: Use thread_group_leader()
` [PATCH 3/3 v4 bpf-next] bpf: optimize task 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  (20+ messages)

[tcpdump-workers] Performance impact with multiple pcap handlers on Linux
 2020-12-23  6:20 UTC  (3+ 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)

Performance impact with multiple pcap handlers on Linux
 2020-12-22 22:05 UTC 

[PATCH bpf-next V10 0/7] bpf: New approach for BPF MTU handling
 2020-12-22 18:58 UTC  (9+ messages)
` [PATCH bpf-next V10 1/7] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V10 2/7] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V10 3/7] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V10 4/7] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V10 5/7] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V10 6/7] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V10 7/7] bpf/selftests: tests using bpf_check_mtu BPF-helper

[PATCH bpf-next V9 0/7] bpf: New approach for BPF MTU handling
 2020-12-22 15:30 UTC  (5+ messages)
` [PATCH bpf-next V9 7/7] bpf/selftests: tests using bpf_check_mtu BPF-helper

general protection fault in find_match (2)
 2020-12-22  8:36 UTC 

[PATCH bpf] bpf: add schedule point in htab_init_buckets()
 2020-12-21 23:20 UTC  (3+ messages)

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2020-12-21 20:55 UTC  (16+ messages)
` [PATCH v5 bpf-next 03/14] xdp: add xdp_shared_info data structure
` [PATCH v5 bpf-next 06/14] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v5 bpf-next 11/14] bpf: cpumap: introduce xdp multi-buff support

[PATCH AUTOSEL 5.4 04/10] lwt: Disable BH too in run_lwt_bpf()
 2020-12-21 19:09 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 08/10] selftests/bpf: Fix array access with signed variable test

[PATCHv11 bpf-next 0/5] xdp: add a new helper for dev map multicast support
 2020-12-21 12:35 UTC  (13+ messages)
` [PATCHv12 bpf-next 0/6] "
  ` [PATCHv12 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
  ` [PATCHv13 bpf-next 0/6] xdp: add a new helper for dev map multicast support
    ` [PATCHv13 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
    ` [PATCHv13 bpf-next 2/6] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
    ` [PATCHv13 bpf-next 3/6] xdp: add a new helper for dev map multicast support
    ` [PATCHv13 bpf-next 4/6] sample/bpf: add xdp_redirect_map_multicast test
    ` [PATCHv13 bpf-next 5/6] selftests/bpf: Add verifier tests for bpf arg ARG_CONST_MAP_PTR_OR_NULL
    ` [PATCHv13 bpf-next 6/6] selftests/bpf: add xdp_redirect_multi test

[PATCH v4 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2020-12-21  8:58 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/2] net: xdp: introduce xdp_init_buff utility routine
` [PATCH v4 bpf-next 2/2] net: xdp: introduce xdp_prepare_buff "

BPF Kernel OOPS - NULL pointer dereference
 2020-12-20 10:16 UTC 

[PATCH AUTOSEL 5.9 06/15] lwt: Disable BH too in run_lwt_bpf()
 2020-12-20  3:34 UTC  (3+ messages)
` [PATCH AUTOSEL 5.9 11/15] selftests/bpf: Fix array access with signed variable test
` [PATCH AUTOSEL 5.9 12/15] selftests/bpf: Fix "dubious pointer arithmetic" test

[PATCH AUTOSEL 4.19 4/6] lwt: Disable BH too in run_lwt_bpf()
 2020-12-20  3:35 UTC 

[PATCH bpf-next 0/3] Add support of pointer to struct in global functions
 2020-12-19 14:37 UTC  (6+ messages)
` [PATCH bpf-next 2/3] bpf: Support pointer to struct in global func args

[PATCH bpf-next 0/3] Add user-space and non-CO-RE variants of BPF_CORE_READ()
 2020-12-18 23:56 UTC  (4+ messages)
` [PATCH bpf-next 1/3] libbpf: add user-space variants of BPF_CORE_READ() family of macros
` [PATCH bpf-next 2/3] libbpf: add non-CO-RE variants of BPF_CORE_READ() macro family
` [PATCH bpf-next 3/3] selftests/bpf: add tests for user- and non-CO-RE BPF_CORE_READ() variants

[RFC PATCH v1 0/7] Implement EBPF on powerpc32
 2020-12-18 19:33 UTC  (5+ messages)
` [RFC PATCH v1 7/7] powerpc/bpf: Implement extended BPF on PPC32

[PATCH 0/1 v3 bpf-next] bpf: increment and use correct thread iterator
 2020-12-18 19:28 UTC  (6+ messages)
` [PATCH 1/1 "

[Patch bpf-next v2 0/5] bpf: introduce timeout map
 2020-12-18 19:14 UTC  (11+ messages)
` [Patch bpf-next v2 2/5] "

[PATCH v2 bpf-next 0/4] introduce bpf_iter for task_vma
 2020-12-18 17:23 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/4] bpf: introduce task_vma bpf_iter

[PATCH] bpf: remove unused including <linux/version.h>
 2020-12-18 15:30 UTC  (2+ messages)

[PATCH][next] selftests/bpf: fix spelling mistake "tranmission" -> "transmission"
 2020-12-18 15:20 UTC  (2+ messages)

[PATCH bpf v2 0/2] xsk: fix two bugs in the SKB Tx path
 2020-12-18 15:20 UTC  (4+ messages)
` [PATCH bpf v2 1/2] xsk: fix race in SKB mode transmit with shared cq
` [PATCH bpf v2 2/2] xsk: rollback reservation at NETDEV_TX_BUSY

Please remove all bit fields in bpf uapi
 2020-12-18 13:05 UTC  (6+ messages)

[PATCH v5 seccomp 0/5]seccomp: Add bitmap cache of constant allow filter results
 2020-12-18 12:35 UTC  (5+ messages)
` [PATCH v5 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache


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 read-only IMAP folder(s) and NNTP newsgroup(s).