BPF List
 help / color / mirror / Atom feed
 messages from 2022-08-06 07:40:34 to 2022-08-09 13:46:43 UTC [more...]

[PATCH v9 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-09 13:45 UTC  (2+ messages)
` [PATCH v9 01/10] btf: Add a new kfunc flag which allows to mark a function to be sleepable

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

[RFC PATCH 0/5] Add BPF JIT support for LoongArch
 2022-08-09 12:55 UTC  (11+ messages)
` [RFC PATCH 1/5] LoongArch: Fix some instruction formats
` [RFC PATCH 2/5] LoongArch: Add some instruction opcodes and formats
` [RFC PATCH 3/5] LoongArch: Add BPF JIT support
` [RFC PATCH 4/5] LoongArch: Update loongson3_defconfig to make it clean
` [RFC PATCH 5/5] LoongArch: Enable BPF_JIT and TEST_BPF in loongson3_defconfig

[PATCH 1/5] bpf: Clear callee saved regs after updating REG0
 2022-08-09 12:47 UTC  (10+ messages)
` [PATCH 2/5] bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
` [PATCH 3/5] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH 4/5] bpf: Add libbpf logic for user-space ring buffer
` [PATCH 5/5] selftests/bpf: Add selftests validating the user ringbuf

[PATCH bpf-next v4 0/3] destructive bpf_kfuncs
 2022-08-09 12:40 UTC  (5+ messages)
` [PATCH bpf-next v4 1/3] bpf: add destructive kfunc flag
` [PATCH bpf-next v4 2/3] bpf: export crash_kexec() as destructive kfunc
` [PATCH bpf-next v4 3/3] selftests/bpf: add destructive kfunc test

[PATCH 00/16] Introduce DEBUG_BITMAP config option and bitmap_check_params()
 2022-08-09 12:37 UTC  (8+ messages)
` [PATCH 03/16] lib/test_bitmap: don't test bitmap_set if nbits == 0
` [PATCH 11/16] time: optimize tick_check_preferred()

[PATCH bpf] bpf, arm64: Fix bpf trampoline instruction endianness
 2022-08-09 10:33 UTC  (2+ messages)

[PATCHv2 bpf-next] libbpf: try to add a name for bpftool self-created maps
 2022-08-09 10:12 UTC 

"Der Ruckgang der Kryptowahrung macht Sie zum Millionar"
 2022-08-08 21:52 UTC 

[PATCH bpf-next v2] skmsg: Fix wrong last sg check in sk_msg_recvmsg()
 2022-08-09  9:49 UTC 

[PATCH bpf-next] skmsg: Fix wrong last sg check in sk_msg_recvmsg()
 2022-08-09  9:42 UTC  (3+ messages)

[RFC PATCH bpf-next 0/3] Add support for qp-trie map
 2022-08-09  8:25 UTC  (4+ messages)

[PATCH v3] igb: Add lock to avoid data race
 2022-08-09  7:35 UTC 

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

[PATCH bpf-next 0/3] bpf: Perform necessary sign/zero extension for kfunc return values
 2022-08-09  6:41 UTC  (9+ messages)
` [PATCH bpf-next 1/3] bpf: Always return corresponding btf_type in __get_type_size()
` [PATCH bpf-next 2/3] bpf: Perform necessary sign/zero extension for kfunc return values
` [PATCH bpf-next 3/3] selftests/bpf: Add tests with u8/s16 kfunc return types

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

[PATCH dwarves] dwarf_loader: encode char type as signed
 2022-08-09  6:33 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] Add BPF-helper for accessing CLOCK_TAI
 2022-08-09  6:08 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add BPF-helper test for CLOCK_TAI access

[PATCH v2] igb: Add lock to avoid data race
 2022-08-09  4:48 UTC 

[PATCH bpf v1 0/3] Don't reinit map value in prealloc_lru_pop
 2022-08-09  4:42 UTC  (13+ messages)
` [PATCH bpf v1 2/3] bpf: "
` [PATCH bpf v1 3/3] selftests/bpf: Add test for prealloc_lru_pop bug

[PATCH v1] idb: Add lock to avoid data race
 2022-08-09  3:30 UTC  (2+ messages)

[PATCH v0] idb: Add rtnl_lock to avoid data race
 2022-08-09  3:05 UTC  (4+ messages)

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

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

[PATCH bpf-next v3 0/3] destructive bpf_kfuncs
 2022-08-09  0:48 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] bpf: add destructive kfunc flag
` [PATCH bpf-next v3 2/3] bpf: export crash_kexec() as destructive kfunc
` [PATCH bpf-next v3 3/3] selftests/bpf: add destructive kfunc test

[PATCH bpf-next] bpf: Add BPF-helper for accessing CLOCK_TAI
 2022-08-09  0:28 UTC  (11+ messages)

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

[PATCH bpf-next v2 1/2] bpf: Fix ref_obj_id for dynptr data slices in verifier
 2022-08-08 23:11 UTC  (3+ messages)

[PATCH v4 0/4] Introduce security_create_user_ns()
 2022-08-08 22:47 UTC  (9+ messages)

[PATCH bpf-next] libbpf: try to add a name for bpftool self-created maps
 2022-08-08 22:34 UTC  (4+ messages)

[PATCH bpf-next] bpf: Improve docstring for BPF_F_USER_BUILD_ID flag
 2022-08-08 22:20 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Do not require executable permission for shared libraries
 2022-08-08 22:20 UTC  (4+ messages)

[RFC PATCH bpf-next 00/17] bpf: Add tracing multi link
 2022-08-08 20:35 UTC  (22+ messages)
` [RFC PATCH bpf-next 01/17] bpf: Link shimlink directly in trampoline
` [RFC PATCH bpf-next 02/17] bpf: Replace bpf_tramp_links with bpf_tramp_progs
` [RFC PATCH bpf-next 03/17] bpf: Store trampoline progs in arrays
` [RFC PATCH bpf-next 04/17] bpf: Add multi tracing attach types
` [RFC PATCH bpf-next 05/17] bpf: Add bpf_tramp_id object
` [RFC PATCH bpf-next 06/17] bpf: Pass image struct to reg/unreg/modify fentry functions
` [RFC PATCH bpf-next 07/17] bpf: Add support to postpone trampoline update
` [RFC PATCH bpf-next 08/17] bpf: Factor bpf_trampoline_lookup function
` [RFC PATCH bpf-next 09/17] bpf: Factor bpf_trampoline_put function
` [RFC PATCH bpf-next 10/17] bpf: Add support to attach program to multiple trampolines
` [RFC PATCH bpf-next 11/17] bpf: Add support to create tracing multi link
` [RFC PATCH bpf-next 12/17] libbpf: Add btf__find_by_glob_kind function
` [RFC PATCH bpf-next 13/17] libbpf: Add support to create tracing multi link
` [RFC PATCH bpf-next 14/17] selftests/bpf: Add fentry tracing multi func test
` [RFC PATCH bpf-next 15/17] selftests/bpf: Add fexit "
` [RFC PATCH bpf-next 16/17] selftests/bpf: Add fentry/fexit "
` [RFC PATCH bpf-next 17/17] selftests/bpf: Add mixed "

LPC 2022 Networking and BPF Track CFP
 2022-08-08 18:54 UTC  (3+ messages)
` LPC 2022 Networking and BPF Track CFP (Reminder)
  ` Followup from LSF/MM/BPF on standardization/documentation

[PATCH 0/5] bpf: Add user-space-publisher ringbuffer map type
 2022-08-08 18:57 UTC  (2+ messages)

[RESEND PATCH v2 bpf-next] bpf: Cleanup check_refcount_ok
 2022-08-08 18:53 UTC  (2+ messages)

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

[PATCH bpf-next v1] bpf: verifier cleanups
 2022-08-08 16:00 UTC  (2+ messages)

[PATCH bpf] bpf: Do more tight ALU bounds tracking
 2022-08-08 15:42 UTC  (6+ messages)
        ` Fwd: "

[PATCH bpf] bpf, arm64: allocate program buffer using kvcalloc instead of kcalloc
 2022-08-08 14:50 UTC  (2+ messages)

[PATCH] x86/bugs: Enable STIBP for IBPB mitigated RetBleed
 2022-08-08 14:32 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [PATCH v4] "

[PATCH bpf-next v3 1/2] bpf: use proper target btf when exporting attach_btf_obj_id
 2022-08-08 14:00 UTC  (2+ messages)

[PATCH bpf-next] libbpf: reject legacy 'maps' ELF section
 2022-08-08 13:50 UTC  (2+ messages)

[PATCH bpf-next v1] selftests/bpf: Clean up sys_nanosleep uses
 2022-08-08 13:50 UTC  (3+ messages)

[PATCHv2 bpf-next] mptcp: Add struct mptcp_sock definition when CONFIG_MPTCP is disabled
 2022-08-08 13:40 UTC  (2+ messages)

init_disassemble_info() signature changes causes compile failures
 2022-08-08 13:35 UTC  (6+ messages)
` [PATCH v3 0/8] tools: fix compilation failure caused by init_disassemble_info API changes

[PATCH net] net: bpf: Use the protocol's set_rcvlowat behavior if there is one
 2022-08-08 10:00 UTC  (2+ messages)

[PATCH net] virtio_net: fix memory leak inside XPD_TX with mergeable
 2022-08-08  8:50 UTC  (2+ messages)

[PATCH] net:bonding:support balance-alb interface with vlan to bridge
 2022-08-08  7:40 UTC  (3+ messages)

[Patch net v2 0/4] tcp: some bug fixes for tcp_read_skb()
 2022-08-08  3:31 UTC  (5+ messages)
` [Patch net v2 1/4] tcp: fix sock skb accounting in tcp_read_skb()
` [Patch net v2 2/4] tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()
` [Patch net v2 3/4] tcp: refactor tcp_read_skb() a bit
` [Patch net v2 4/4] tcp: handle pure FIN case correctly

Immobilier au Maroc "A QUICK AND EFFECTIVE WAY TO GET RICH"
 2022-08-07  8:31 UTC 

Mutual Investment Proposal
 2022-08-06 17:13 UTC 

Website contact query "CRYPTOCURRENCY WILL MAKE YOU A MILLIONAIRE"
 2022-08-06 10:31 UTC 


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