BPF List
 help / color / mirror / Atom feed
 messages from 2022-08-18 14:32:36 to 2022-08-22 02:04:03 UTC [more...]

[PATCH bpf-next v1 0/4] Add BPF JIT support for LoongArch
 2022-08-22  2:03 UTC  (10+ messages)
` [PATCH bpf-next v1 1/4] LoongArch: Move {signed,unsigned}_imm_check() to inst.h
` [PATCH bpf-next v1 2/4] LoongArch: Add some instruction opcodes and formats
` [PATCH bpf-next v1 3/4] LoongArch: Add BPF JIT support
` [PATCH bpf-next v1 4/4] LoongArch: Enable BPF_JIT and TEST_BPF in default config

[PATCH 0/3] fixes for concurrent htab updates
 2022-08-22  1:27 UTC  (7+ messages)
` [PATCH 1/3] bpf: Disable preemption when increasing per-cpu map_locked
` [PATCH 2/3] bpf: Allow normally concurrent map updates for !htab_use_raw_lock() case
` [PATCH 3/3] bpf: Propagate error from htab_lock_bucket() to userspace

linux-next: manual merge of the bpf-next tree with the bpf tree
 2022-08-22  1:01 UTC 

[PATCH v2 bpf-next 0/3] bpf: Support setting variable-length tunnel options
 2022-08-21 18:13 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] "
` [PATCH v2 bpf-next 2/3] selftests/bpf: Simplify test_tunnel setup for allowing non-local tunnel traffic
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add geneve with bpf_skb_set_var_tunnel_opt test-case to test_progs

[PATCH bpf-next 0/3] bpf: Support setting variable-length tunnel options
 2022-08-21 16:17 UTC  (4+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 2/3] selftests/bpf: Simplify test_tunnel setup for allowing non-local tunnel traffic
` [PATCH bpf-next 3/3] selftests/bpf: Add geneve with bpf_skb_set_var_tunnel_opt test-case to test_progs

[PATCH v2 bpf-next 0/4] flow_dissector: Allow bpf flow-dissector progs to request fallback to normal dissection
 2022-08-21 11:35 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/4] flow_dissector: Make 'bpf_flow_dissect' return the bpf program retcode
` [PATCH v2 bpf-next 2/4] bpf/flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for flow-dissector bpf progs
` [PATCH v2 bpf-next 3/4] bpf: test_run: Propagate bpf_flow_dissect's retval to user's bpf_attr.test.retval
` [PATCH v2 bpf-next 4/4] selftests/bpf: test BPF_FLOW_DISSECTOR_CONTINUE

[syzbot] possible deadlock in strp_work
 2022-08-21 10:17 UTC 

[PATCH bpf-next 0/2] flow_dissector: Allow bpf flow-dissector progs to request fallback to normal dissection
 2022-08-21  9:24 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpf/flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for flow-dissector bpf progs

[syzbot] usb-testing boot error: general protection fault in mm_alloc
 2022-08-21  8:15 UTC 

[syzbot] possible deadlock in kcm_ioctl
 2022-08-21  6:24 UTC 

[syzbot] WARNING in vmap_pages_range_noflush (2)
 2022-08-21  5:34 UTC 

[syzbot] linux-next boot error: BUG: unable to handle kernel paging request in insert_header
 2022-08-21  3:04 UTC 

[syzbot] linux-next boot error: BUG: unable to handle kernel paging request in enqueue_entity
 2022-08-21  3:04 UTC 

[PATCH bpf-next 0/2] Fix cgroup attach flags being assigned to effective progs
 2022-08-20 12:02 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf, cgroup: Fix "
` [PATCH bpf-next 2/2] bpftool: Fix cgroup "

[PATCH 5.10] bpf: Fix KASAN use-after-free Read in compute_effective_progs
 2022-08-20  5:05 UTC 

[PATCH bpf-next v3 0/5] Support direct writes to nf_conn:mark
 2022-08-20  4:28 UTC  (11+ messages)
` [PATCH bpf-next v3 1/5] bpf: Remove duplicate PTR_TO_BTF_ID RO check
` [PATCH bpf-next v3 2/5] bpf: Add stub for btf_struct_access()
` [PATCH bpf-next v3 3/5] bpf: Use 0 instead of NOT_INIT for btf_struct_access() writes
` [PATCH bpf-next v3 4/5] bpf: Add support for writing to nf_conn:mark
` [PATCH bpf-next v3 5/5] selftests/bpf: Add tests "

[PATCH bpf-next 0/2] > Keep reference on socket file while wait send memory
 2022-08-20  3:01 UTC  (6+ messages)
` [PATCH bpf-next 1/2] sk_msg: Keep reference on socket file while wait_memory

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-20  2:25 UTC  (17+ messages)
` [PATCH bpf-next v2 01/12] cgroup: Update the comment on cgroup_get_from_fd
` [PATCH bpf-next v2 07/12] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [PATCH bpf-next v2 10/12] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [PATCH bpf-next v2 11/12] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next v2 12/12] bpf: Introduce selectable memcg for bpf map

[PATCH net-next] selftests/net: test l2 tunnel TOS/TTL inheriting
 2022-08-19 23:50 UTC  (2+ messages)

[PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-19 23:01 UTC  (20+ messages)
` [PATCH v3 bpf-next 01/15] bpf: Introduce any context "
` [PATCH v3 bpf-next 02/15] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v3 bpf-next 03/15] selftests/bpf: Improve test coverage of test_maps
` [PATCH v3 bpf-next 04/15] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v3 bpf-next 05/15] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v3 bpf-next 06/15] bpf: Optimize element count in non-preallocated hash map
` [PATCH v3 bpf-next 07/15] bpf: Optimize call_rcu "
` [PATCH v3 bpf-next 08/15] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v3 bpf-next 09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v3 bpf-next 10/15] bpf: Add percpu allocation support to bpf_mem_alloc
` [PATCH v3 bpf-next 11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v3 bpf-next 12/15] bpf: Remove tracing program restriction on map types
` [PATCH v3 bpf-next 13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v3 bpf-next 14/15] bpf: Remove prealloc-only restriction for "
` [PATCH v3 bpf-next 15/15] bpf: Introduce sysctl kernel.bpf_force_dyn_alloc

[PATCH v1 bpf 0/4] bpf: sysctl: Fix data-races around net.core.bpf_XXX
 2022-08-19 22:56 UTC  (11+ messages)
` [PATCH v1 bpf 1/4] bpf: Fix data-races around bpf_jit_enable

[PATCH bpf-next 0/3] A couple of small refactorings of BPF program call sites
 2022-08-19 22:54 UTC  (9+ messages)
` [PATCH bpf-next 1/3] dev: Move received_rps counter next to RPS members in softnet data
` [PATCH bpf-next 2/3] bpf: Expand map key argument of bpf_redirect_map to u64
` [PATCH bpf-next 3/3] bpf: Use 64-bit return value for bpf_prog_run

[PATCH bpf-next v6 0/4] Parameterize task iterators
 2022-08-19 22:09 UTC  (5+ messages)
` [PATCH bpf-next v6 1/4] bpf: "
` [PATCH bpf-next v6 2/4] bpf: Handle bpf_link_info for the parameterized task BPF iterators
` [PATCH bpf-next v6 3/4] bpf: Handle show_fdinfo "
` [PATCH bpf-next v6 4/4] selftests/bpf: Test "

data-race in __tcp_alloc_md5sig_pool / tcp_alloc_md5sig_pool
 2022-08-19 21:23 UTC 

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-19 21:10 UTC  (13+ messages)

BPF Linked Lists discussion
 2022-08-19 20:24 UTC  (5+ messages)

[PATCH][V2][next] selftests/bpf: Fix spelling mistake "succesful" (kfunc_call.c)
 2022-08-19 19:50 UTC  (3+ messages)

[PATCH bpf-next] selftest/bpf: Add setget_sockopt to DENYLIST.s390x
 2022-08-19 19:50 UTC  (2+ messages)

[PATCH RFC bpf v1 0/3] Verifier callback handling
 2022-08-19 18:38 UTC  (5+ messages)
` [PATCH RFC bpf v1 2/3] bpf: Fix reference state management for synchronous callbacks

[PATCH bpf-next v3 0/5] bpf: expose bpf_{g,s}et_retval to more cgroup hooks
 2022-08-19 18:33 UTC  (11+ messages)
` [PATCH bpf-next v3 1/5] bpf: Introduce cgroup_{common,current}_func_proto
` [PATCH bpf-next v3 2/5] bpf: Use cgroup_{common,current}_func_proto in more hooks
` [PATCH bpf-next v3 3/5] bpf: expose bpf_strtol and bpf_strtoul to all program types
` [PATCH bpf-next v3 4/5] bpf: update bpf_{g,s}et_retval documentation
` [PATCH bpf-next v3 5/5] selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhere

[PATCH v2 bpf-next 00/12] bpf: BPF specific memory allocator
 2022-08-19 17:51 UTC  (8+ messages)
` [PATCH v2 bpf-next 01/12] bpf: Introduce any context "

[PATCH bpf-next v2 3/4] bpf: Add support for writing to nf_conn:mark
 2022-08-19 16:39 UTC  (10+ messages)

[PATCH] kernel: move from strlcpy with unused retval to strscpy
 2022-08-19 16:23 UTC  (4+ messages)

[PATCH] lib/vnsprintf: add const modifier for param 'bitmap'
 2022-08-19 12:05 UTC  (2+ messages)

[RFC] ftrace: Add support to keep some functions out of ftrace
 2022-08-19 11:45 UTC  (17+ messages)

[PATCH bpf-next] bpf/scripts: use helper enum value instead of relying on comment order
 2022-08-19  9:12 UTC 

[PATCH v2 bpf-next 00/14] xsk: stop NAPI Rx processing on full XSK RQ
 2022-08-19  8:35 UTC  (2+ messages)

data-race in cgroup_get_tree / proc_cgroup_show
 2022-08-19  7:22 UTC 

[PATCH net-next 1/1] igc: add xdp frags support to ndo_xdp_xmit
 2022-08-19  4:20 UTC  (2+ messages)

kernel splat during boot
 2022-08-19  2:29 UTC  (2+ messages)

[PATCH v4 bpf-next 00/15] bpf: net: Remove duplicated code from bpf_setsockopt()
 2022-08-19  0:20 UTC  (2+ messages)

[PATCH 1/3] tools/build: Fix feature detection output due to eval expansion
 2022-08-18 22:15 UTC  (7+ messages)
` [PATCH 3/3] tools/build: Display logical OR of a feature flavors

[PATCH v3 0/4] bpf: Add user-space-publisher ringbuffer map type
 2022-08-18 22:12 UTC  (5+ messages)
` [PATCH v3 1/4] bpf: Define new BPF_MAP_TYPE_USER_RINGBUF "
` [PATCH v3 2/4] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH v3 3/4] bpf: Add libbpf logic for user-space ring buffer
` [PATCH v3 4/4] selftests/bpf: Add selftests validating the user ringbuf

[PATCH bpf] bpf: Fix kernel BUG in purge_effective_progs
 2022-08-18 21:40 UTC  (6+ messages)

[PATCH bpf-next v2 0/6] bpf: Support struct argument for trampoline base progs
 2022-08-18 20:44 UTC  (5+ messages)
` [PATCH bpf-next v2 3/6] bpf: x86: Support in-register struct arguments

[PATCH bpf-next 2/3] bpf: Add support for writing to nf_conn:mark
 2022-08-18 20:01 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] bpf: expose bpf_{g,s}et_retval to more cgroup hooks
 2022-08-18 19:54 UTC  (10+ messages)

[PATCH bpf] ip_tunnel: respect tunnel key's "flow_flags" in IP tunnels
 2022-08-18 19:30 UTC  (2+ messages)

[Patch net v3 0/4] tcp: some bug fixes for tcp_read_skb()
 2022-08-18 18:30 UTC  (2+ messages)

[PATCH v12 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-18 17:35 UTC  (12+ messages)
` [PATCH v12 01/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v12 02/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v12 03/10] bpf: Export bpf_dynptr_get_size()
` [PATCH v12 04/10] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v12 05/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v12 06/10] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v12 07/10] selftests/bpf: Compile kernel with everything as built-in
` [PATCH v12 08/10] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v12 09/10] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v12 10/10] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH bpf-next v5 0/3] Parameterize task iterators
 2022-08-18 17:24 UTC  (4+ messages)
` [PATCH bpf-next v5 3/3] selftests/bpf: Test parameterized task BPF iterators

[PATCH 0/2] USB: core: add a way to revoke access to open USB devices
 2022-08-18 15:08 UTC  (7+ messages)
` [PATCH 2/2] usb: Implement usb_revoke() BPF function


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox