bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-09 16:01:38 to 2022-08-10 22:06:32 UTC [more...]

[RFC PATCH bpf-next 00/11] bpf: Introduce rbtree map
 2022-08-10 22:06 UTC  (15+ messages)
` [RFC PATCH bpf-next 05/11] bpf: Add bpf_spin_lock member to rbtree
` [RFC PATCH bpf-next 10/11] bpf: Introduce PTR_ITER and PTR_ITER_END type flags
` [RFC PATCH bpf-next 11/11] selftests/bpf: Add rbtree map tests

[PATCH v10 0/9] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-10 21:33 UTC  (11+ messages)
` [PATCH v10 1/9] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v10 2/9] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v10 3/9] bpf: Export bpf_dynptr_get_size()
` [PATCH v10 4/9] KEYS: Move KEY_LOOKUP_ to include/linux/key.h
` [PATCH v10 5/9] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v10 6/9] bpf: Add bpf_verify_pkcs7_signature() kfunc
` [PATCH v10 7/9] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()
` [PATCH v10 8/9] selftests/bpf: Add additional tests for bpf_lookup_*_key()
` [PATCH v10 9/9] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc

[PATCH bpf] selftests/bpf: Add lru_bug to s390x deny list
 2022-08-10 20:07 UTC 

[PATCH v3 bpf-next 00/15] bpf: net: Remove duplicated code from bpf_setsockopt()
 2022-08-10 19:09 UTC  (16+ messages)
` [PATCH v3 bpf-next 01/15] net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
` [PATCH v3 bpf-next 02/15] bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
` [PATCH v3 bpf-next 03/15] bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsockopt()
` [PATCH v3 bpf-next 04/15] bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and capable()
` [PATCH v3 bpf-next 05/15] bpf: net: Change do_ip_setsockopt() "
` [PATCH v3 bpf-next 06/15] bpf: net: Change do_ipv6_setsockopt() "
` [PATCH v3 bpf-next 07/15] bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()
` [PATCH v3 bpf-next 08/15] bpf: Embed kernel CONFIG check into the if statement in bpf_setsockopt
` [PATCH v3 bpf-next 09/15] bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
` [PATCH v3 bpf-next 10/15] bpf: Refactor bpf specific tcp optnames to a new function
` [PATCH v3 bpf-next 11/15] bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
` [PATCH v3 bpf-next 12/15] bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
` [PATCH v3 bpf-next 13/15] bpf: Change bpf_setsockopt(SOL_IPV6) to reuse do_ipv6_setsockopt()
` [PATCH v3 bpf-next 14/15] bpf: Add a few optnames to bpf_setsockopt
` [PATCH v3 bpf-next 15/15] selftests/bpf: bpf_setsockopt tests

pull-request: bpf 2022-08-10
 2022-08-10 19:06 UTC 

[PATCH bpf-next 00/15] bpf: Introduce selectable memcg for bpf map
 2022-08-10 19:00 UTC  (18+ messages)
` [PATCH bpf-next 01/15] bpf: Remove unneeded memset in queue_stack_map creation
` [PATCH bpf-next 02/15] bpf: Use bpf_map_area_free instread of kvfree
` [PATCH bpf-next 03/15] bpf: Make __GFP_NOWARN consistent in bpf map creation
` [PATCH bpf-next 04/15] bpf: Use bpf_map_area_alloc consistently on "
` [PATCH bpf-next 05/15] bpf: Fix incorrect mem_cgroup_put
` [PATCH bpf-next 06/15] bpf: Define bpf_map_{get,put}_memcg for !CONFIG_MEMCG_KMEM
` [PATCH bpf-next 07/15] bpf: Call bpf_map_init_from_attr() immediately after map creation
` [PATCH bpf-next 08/15] bpf: Save memcg in bpf_map_init_from_attr()
` [PATCH bpf-next 09/15] bpf: Use scoped-based charge in bpf_map_area_alloc
` [PATCH bpf-next 10/15] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [PATCH bpf-next 11/15] bpf: Use bpf_map_kzalloc in arraymap
` [PATCH bpf-next 12/15] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next 13/15] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [PATCH bpf-next 14/15] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next 15/15] bpf: Introduce selectable memcg for bpf map

[PATCH dwarves] dwarf_loader: encode char type as signed
 2022-08-10 18:59 UTC  (4+ messages)

[PATCH bpf-next] libbpf: preserve errno across pr_warn/pr_info/pr_debug
 2022-08-10 18:50 UTC  (3+ messages)

[PATCH 0/2] USB: core: add a way to revoke access to open USB devices
 2022-08-10 17:59 UTC  (21+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] usb: Implement usb_revoke() BPF function

[PATCH bpf-next v4 0/3] Parameterize task iterators
 2022-08-10 17:43 UTC  (8+ messages)
` [PATCH bpf-next v4 1/3] bpf: "
` [PATCH bpf-next v4 2/3] bpf: Handle bpf_link_info for the parameterized task BPF iterators
` [PATCH bpf-next v4 3/3] selftests/bpf: Test "

[PATCH bpf v2 0/9] fixes for bpf map iterator
 2022-08-10 17:20 UTC  (15+ messages)
` [PATCH bpf v2 1/9] bpf: Acquire map uref in .init_seq_private for array "
` [PATCH bpf v2 2/9] bpf: Acquire map uref in .init_seq_private for hash "
` [PATCH bpf v2 3/9] bpf: Acquire map uref in .init_seq_private for sock local storage "
` [PATCH bpf v2 4/9] bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator
` [PATCH bpf v2 5/9] bpf: Check the validity of max_rdwr_access for sock local storage map iterator
` [PATCH bpf v2 6/9] bpf: Only allow sleepable program for resched-able iterator
` [PATCH bpf v2 7/9] selftests/bpf: Add tests for reading a dangling map iter fd
` [PATCH bpf v2 8/9] selftests/bpf: Add write tests for sk local storage map iterator
` [PATCH bpf v2 9/9] selftests/bpf: Ensure sleepable program is rejected by hash map iter

[RFC PATCH v1 0/3] Make BPF ring buffer over writable
 2022-08-10 17:16 UTC  (5+ messages)
` [RFC PATCH v1 1/3] bpf: Make ring buffer overwritable
` [RFC PATCH v1 2/3] do not merge: Temporary fix for is_power_of_2
` [RFC PATCH v1 3/3] libbpf: Make bpf ring buffer overwritable
` [PATCH] for test purpose only: Add toy to play with BPF ring buffer

[PATCH bpf-next v5 0/3] destructive bpf_kfuncs
 2022-08-10 16:30 UTC  (5+ messages)
` [PATCH bpf-next v5 1/3] bpf: add destructive kfunc flag
` [PATCH bpf-next v5 2/3] bpf: export crash_kexec() as destructive kfunc
` [PATCH bpf-next v5 3/3] selftests/bpf: add destructive kfunc test

[PATCH 00/15] bpf: Introduce selectable memcg for bpf map
 2022-08-10 15:21 UTC  (4+ messages)
` [PATCH 01/15] bpf: Remove unneeded memset in queue_stack_map creation
` [PATCH 02/15] bpf: Use bpf_map_area_free instread of kvfree

[PATCH bpf-next v4] selftests: xsk: Update poll test cases
 2022-08-10 15:17 UTC  (3+ messages)

[PATCH v2 1/1] bpf: Drop unprotected find_vpid() in favour of find_get_pid()
 2022-08-10 15:09 UTC  (7+ messages)

[PATCH bpf] bpf, arm64: Fix bpf trampoline instruction endianness
 2022-08-10 15:00 UTC  (4+ messages)

[PATCH v9 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-10 14:58 UTC  (23+ messages)
` [PATCH v9 01/10] btf: Add a new kfunc flag which allows to mark a function to be sleepable
` [PATCH v9 02/10] bpf: Allow kfuncs to be used in LSM programs
` [PATCH v9 03/10] btf: Handle dynamic pointer parameter in kfuncs
` [PATCH v9 06/10] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
` [PATCH v9 07/10] bpf: Add bpf_verify_pkcs7_signature() kfunc

[PATCH 0/8] Perf stack unwinding with pointer authentication
 2022-08-10 13:23 UTC  (3+ messages)
` [PATCH 1/8] perf arm64: Send pointer auth masks to ring buffer

Fwd: [PATCH bpf] bpf: Do more tight ALU bounds tracking
 2022-08-10 10:09 UTC  (3+ messages)
` [PATCH 1/2] bpf: Fix 32bit bounds update in ALU64
` [PATCH 2/2] bpf, selftests: Add verifier test case for ALU64

[syzbot] linux-next boot error: WARNING in copy_process
 2022-08-10  9:12 UTC 

[PATCH bpf-next v5 1/6] arm64: ftrace: Add ftrace direct call support
 2022-08-10  8:10 UTC  (8+ messages)

[PATCH v3 net 0/4] Do not use RT_TOS for IPv6 flowlabel
 2022-08-10  5:30 UTC  (2+ messages)

[PATCH bpf v3 0/3] Don't reinit map value in prealloc_lru_pop
 2022-08-10  2:00 UTC  (9+ messages)
` [PATCH bpf v3 1/3] bpf: Allow calling bpf_prog_test kfuncs in tracing programs
` [PATCH bpf v3 2/3] bpf: Don't reinit map value in prealloc_lru_pop
` [PATCH bpf v3 3/3] selftests/bpf: Add test for prealloc_lru_pop bug

[PATCH bpf-next v4 1/2] bpf: Fix ref_obj_id for dynptr data slices in verifier
 2022-08-10  1:50 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: add extra test for using dynptr data slice after release

[PATCH bpf 0/9] fixes for bpf map iterator
 2022-08-10  1:34 UTC  (9+ messages)
` [PATCH bpf 5/9] bpf: Check the validity of max_rdwr_access for sk storage "
` [PATCH bpf 7/9] selftests/bpf: Add tests for reading a dangling map iter fd

[PATCH 0/5] bpf: Add user-space-publisher ringbuffer map type
 2022-08-10  1:15 UTC  (3+ messages)

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-10  0:51 UTC  (17+ messages)

[RFC PATCH bpf-next 0/7] bpf: Support struct value argument for trampoline base progs
 2022-08-10  0:25 UTC  (5+ messages)
` [RFC PATCH bpf-next 2/7] bpf: Add struct argument info in btf_func_model

[PATCH bpf-next v2 0/2] Add more bpf_*_ct_lookup() selftests
 2022-08-10  0:20 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: Add existing connection bpf_*_ct_lookup() test
` [PATCH bpf-next v2 2/2] selftests/bpf: Add connmark read test

"DIE WELTFINANZKRISE KANN SIE REICH MACHEN!"
 2022-08-09 21:45 UTC 

[PATCH bpf-next 0/2] bpf/selftests: Small vmtest.sh fixes
 2022-08-09 20:34 UTC  (6+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Fix vmtest.sh -h to not require root
` [PATCH bpf-next 2/2] selftests/bpf: Fix vmtest.sh getopts optstring

[PATCH bpf v2 0/3] Don't reinit map value in prealloc_lru_pop
 2022-08-09 20:04 UTC  (6+ messages)
` [PATCH bpf v2 3/3] selftests/bpf: Add test for prealloc_lru_pop bug

[PATCH 1/4] tools, build: Retry detection of bfd-related features
 2022-08-09 19:10 UTC  (11+ messages)
` [PATCH 4/4] build: Switch to new openssl API for test-libcrypto

[PATCH bpf-next v7 0/8] bpf: rstat: cgroup hierarchical stats
 2022-08-09 18:38 UTC  (7+ messages)
` [PATCH bpf-next v7 4/8] bpf: Introduce cgroup iter

[PATCH bpf-next v3 1/2] bpf: Fix ref_obj_id for dynptr data slices in verifier
 2022-08-09 18:36 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: add extra test for using dynptr data slice after release

[PATCH bpf-next v3 0/3] Parameterize task iterators
 2022-08-09 18:34 UTC  (3+ messages)

[PATCH bpf-next v4 0/3] destructive bpf_kfuncs
 2022-08-09 17:48 UTC  (3+ messages)
` [PATCH bpf-next v4 2/3] bpf: export crash_kexec() as destructive kfunc

[PATCH bpf-next 0/3] bpf: Perform necessary sign/zero extension for kfunc return values
 2022-08-09 17:40 UTC  (5+ messages)
` [PATCH bpf-next 2/3] "

[PATCH bpf-next v2 0/2] Add BPF-helper for accessing CLOCK_TAI
 2022-08-09 17:00 UTC  (2+ messages)

[RESEND PATCH v2 bpf-next] bpf: Cleanup check_refcount_ok
 2022-08-09 16:50 UTC  (2+ messages)

[PATCH bpf-next] net: netfilter: Remove ifdefs for code shared by BPF and ctnetlink
 2022-08-09 16:50 UTC  (2+ 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).