bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-03 17:31:47 to 2023-04-05 18:04:31 UTC [more...]

[PATCH v2 bpf-next 0/6] BPF verifier rotating log
 2023-04-05 18:03 UTC  (6+ messages)
` [PATCH v2 bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-05 18:02 UTC  (6+ messages)
` [PATCH v6 1/5] arm64: ftrace: Add direct call support
` [PATCH v6 2/5] arm64: ftrace: Simplify get_ftrace_plt
` [PATCH v6 3/5] samples: ftrace: Save required argument registers in sample trampolines
` [PATCH v6 4/5] arm64: ftrace: Add direct call trampoline samples support
` [PATCH v6 5/5] selftests/bpf: Update the tests deny list on aarch64

[PATCH v3 bpf-next 00/19] BPF verifier rotating log
 2023-04-05 17:50 UTC  (35+ messages)
` [PATCH v3 bpf-next 01/19] bpf: split off basic BPF verifier log into separate file
` [PATCH v3 bpf-next 02/19] bpf: remove minimum size restrictions on verifier log buffer
` [PATCH v3 bpf-next 03/19] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH v3 bpf-next 04/19] libbpf: don't enforce unnecessary verifier log restrictions on libbpf side
` [PATCH v3 bpf-next 05/19] veristat: add more veristat control over verifier log options
` [PATCH v3 bpf-next 06/19] selftests/bpf: add fixed vs rotating verifier log tests
` [PATCH v3 bpf-next 07/19] bpf: ignore verifier log reset in BPF_LOG_KERNEL mode
` [PATCH v3 bpf-next 08/19] bpf: fix missing -EFAULT return on user log buf error in btf_parse()
` [PATCH v3 bpf-next 09/19] bpf: avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
` [PATCH v3 bpf-next 10/19] bpf: simplify logging-related error conditions handling
` [PATCH v3 bpf-next 11/19] bpf: keep track of total log content size in both fixed and rolling modes
` [PATCH v3 bpf-next 12/19] bpf: add log_size_actual output field to return log contents size
` [PATCH v3 bpf-next 13/19] bpf: simplify internal verifier log interface
` [PATCH v3 bpf-next 14/19] bpf: relax log_buf NULL conditions when log_level>0 is requested
` [PATCH v3 bpf-next 15/19] libbpf: wire through log_size_actual returned from kernel for BPF_PROG_LOAD
` [PATCH v3 bpf-next 16/19] libbpf: wire through log_size_actual for bpf_btf_load() API
` [PATCH v3 bpf-next 17/19] selftests/bpf: add tests to validate log_size_actual feature
` [PATCH v3 bpf-next 18/19] selftests/bpf: add testing of log_buf==NULL condition for BPF_PROG_LOAD
` [PATCH v3 bpf-next 19/19] selftests/bpf: add verifier log tests for BPF_BTF_LOAD command

[PATCH v5 bpf-next 5/7] bpf: Add bpf_sock_destroy kfunc
 2023-04-05 17:26 UTC  (4+ messages)
` [RFC PATCH bpf-next] bpf: Add a kfunc filter function to 'struct btf_kfunc_id_set'

[PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier
 2023-04-05 17:22 UTC  (22+ messages)
` [PATCH bpf-next 1/8] bpf: Invoke btf_struct_access() callback only for writes
` [PATCH bpf-next 2/8] bpf: Remove unused arguments from btf_struct_access()
` [PATCH bpf-next 3/8] bpf: Refactor btf_nested_type_is_trusted()
` [PATCH bpf-next 4/8] bpf: Teach verifier that certain helpers accept NULL pointer
` [PATCH bpf-next 5/8] bpf: Refactor NULL-ness check in check_reg_type()
` [PATCH bpf-next 6/8] bpf: Allowlist few fields similar to __rcu tag
` [PATCH bpf-next 7/8] bpf: Undo strict enforcement for walking untagged fields
` [PATCH bpf-next 8/8] selftests/bpf: Add tracing tests for walking skb and req

[PATCH net-next v4 09/20] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
 2023-04-05 16:53 UTC 

[PATCH bpf-next 0/6] bpf: add netfilter program type
 2023-04-05 16:11 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next 2/6] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next 3/6] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next 4/6] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next 5/6] tools: bpftool: print netfilter link info
` [PATCH bpf-next 6/6] bpf: add test_run support for netfilter program type

[PATCH net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
 2023-04-05 14:40 UTC  (2+ messages)

[PATCH bpf-next v5] bpf: Support 64-bit pointers to kfuncs
 2023-04-05 14:14 UTC 

[PATCH bpf-next v3 0/7] bpftool: Add inline annotations when dumping program CFGs
 2023-04-05 13:21 UTC  (8+ messages)
` [PATCH bpf-next v3 1/7] bpftool: Fix documentation about line info display for prog dumps
` [PATCH bpf-next v3 2/7] bpftool: Fix bug for long instructions in program CFG dumps
` [PATCH bpf-next v3 3/7] bpftool: Support inline annotations when dumping the CFG of a program
` [PATCH bpf-next v3 4/7] bpftool: Return an error on prog dumps if both CFG and JSON are required
` [PATCH bpf-next v3 5/7] bpftool: Support "opcodes", "linum", "visual" simultaneously
` [PATCH bpf-next v3 6/7] bpftool: Support printing opcodes and source file references in CFG
` [PATCH bpf-next v3 7/7] bpftool: Clean up _bpftool_once_attr() calls in bash completion

KASAN: use-after-free Read in tcp_write_timer_handler
 2023-04-05 11:28 UTC  (2+ messages)

[PATCH v10 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-04-05  9:43 UTC  (9+ messages)
` [PATCH v10 1/4] reiserfs: Add security prefix to xattr name in reiserfs_security_write()
` [PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v10 3/4] evm: Align evm_inode_init_security() definition with LSM infrastructure

[PATCH bpf-next] selftests: xsk: Disable IPv6 on VETH1
 2023-04-05  8:29 UTC 

[PATCH v3 0/8] memcg: avoid flushing stats atomically where possible
 2023-04-05  8:02 UTC  (15+ messages)
` [PATCH v3 4/8] memcg: replace stats_flush_lock with an atomic
` [PATCH v3 5/8] memcg: sleep during flushing stats in safe contexts
` [PATCH v3 6/8] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v3 8/8] memcg: do not modify rstat tree for zero updates

[RESUBMIT bpf-next 0/2] Fix copy_from_user_nofault()
 2023-04-05  3:08 UTC  (3+ messages)
` [RESUBMIT bpf-next 2/2] perf: Fix arch_perf_out_copy_user()

Dynptrs and Strings
 2023-04-05  2:57 UTC  (6+ messages)

[PATCH RFC bpf-next v1 0/9] Exceptions - 1/2
 2023-04-05  0:42 UTC  (10+ messages)
` [PATCH RFC bpf-next v1 1/9] bpf: Fix kfunc callback handling
` [PATCH RFC bpf-next v1 2/9] bpf: Refactor and generalize optimize_bpf_loop
` [PATCH RFC bpf-next v1 3/9] bpf: Implement bpf_throw kfunc
` [PATCH RFC bpf-next v1 4/9] bpf: Handle throwing BPF callbacks in helpers and kfuncs
` [PATCH RFC bpf-next v1 5/9] bpf: Add pass to fixup global function throw information
` [PATCH RFC bpf-next v1 6/9] bpf: Add KF_THROW annotation for kfuncs
` [PATCH RFC bpf-next v1 7/9] bpf: Introduce bpf_set_exception_callback kfunc
` [PATCH RFC bpf-next v1 8/9] bpf: Introduce BPF assertion macros
` [PATCH RFC bpf-next v1 9/9] selftests/bpf: Add tests for BPF exceptions

[PATCH bpf-next] kallsyms: Disable preemption for find_kallsyms_symbol_value
 2023-04-05  0:20 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko
 2023-04-04 23:20 UTC  (3+ messages)

[PATCH bpf] selftests: xsk: Disable IPv6 on VETH1
 2023-04-04 23:11 UTC  (2+ messages)

[PATCH bpf-next v4] bpf: Support 64-bit pointers to kfuncs
 2023-04-04 23:07 UTC  (2+ messages)

[QUESTION] BPF trampoline limits
 2023-04-04 22:33 UTC  (2+ messages)

[QUESTION] usage of libbpf_probe_bpf_prog_type API
 2023-04-04 22:32 UTC  (2+ messages)

[PATCH bpf-next 0/7] bpf: Improve verifier for cond_op and spilled loop index variables
 2023-04-04 22:09 UTC  (7+ messages)
` [PATCH bpf-next 3/7] bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
` [PATCH bpf-next 5/7] bpf: Mark potential spilled loop index variable as precise

[linux-next:master] BUILD REGRESSION 6a53bda3aaf3de5edeea27d0b1d8781d067640b6
 2023-04-04 20:47 UTC 

[PATCH net 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function
 2023-04-04 16:11 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-04-04 16:03 UTC  (3+ messages)

[PATCH v5 bpf-next 0/7] bpf: Add socket destroy capability
 2023-04-04 14:24 UTC  (13+ messages)
` [PATCH v5 bpf-next 4/7] bpf: udp: Implement batching for sockets iterator
` [PATCH v5 bpf-next 7/7] selftests/bpf: Test bpf_sock_destroy

[PATCH v5 0/4] Add ftrace direct call for arm64
 2023-04-04 13:38 UTC  (4+ messages)
` [PATCH v5 3/4] arm64: ftrace: Add direct call trampoline samples support

[syzbot] riscv/fixes boot error: WARNING in __apply_to_page_range (2)
 2023-04-04 13:15 UTC  (2+ messages)

[PATCH bpf-next v2 00/10] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-04 12:54 UTC  (10+ messages)
` [PATCH bpf-next v2 08/10] "

[PATCH] BPF: make verifier 'misconfigured' errors more meaningful
 2023-04-04 11:05 UTC  (2+ messages)

[PATCH bpf v2 00/11] bpf sockmap fixes
 2023-04-04 10:11 UTC  (5+ messages)
` [PATCH bpf v2 04/12] bpf: sockmap, handle fin correctly

[PATCH net-next 0/8] virtio_net: refactor xdp codes
 2023-04-04  8:09 UTC  (12+ messages)
` [PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp

[PATCH bpf-next 0/2] selftests: xsk: Add test case for packets at end of UMEM
 2023-04-04  6:27 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests: xsk: Use correct UMEM size in testapp_invalid_desc
` [PATCH bpf-next 2/2] selftests: xsk: Add test case for packets at end of UMEM

[PATCH bpf] xsk: Fix unaligned descriptor validation
 2023-04-04  6:25 UTC  (2+ messages)

[PATCH bpf v3 00/12] bpf sockmap fixes
 2023-04-04  3:12 UTC  (16+ messages)
` [PATCH bpf v3 01/12] bpf: sockmap, pass skb ownership through read_skb
` [PATCH bpf v3 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v3 03/12] bpf: sockmap, improved check for empty queue
` [PATCH bpf v3 04/12] bpf: sockmap, handle fin correctly
` [PATCH bpf v3 05/12] bpf: sockmap, TCP data stall on recv before accept
` [PATCH bpf v3 06/12] bpf: sockmap, wake up polling after data copy
` [PATCH bpf v3 07/12] bpf: sockmap incorrectly handling copied_seq
` [PATCH bpf v3 08/12] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v3 09/12] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v3 10/12] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v3 11/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v3 12/12] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-04-04  2:59 UTC  (7+ messages)

[PATCH bpf-next v4 1/2] docs/bpf: Add table to describe LRU properties
 2023-04-04  2:37 UTC  (4+ messages)

[PATCH bpf] selftests/bpf: Poll for receive in cg_storage_multi test
 2023-04-03 23:44 UTC  (3+ messages)

[PATCH bpf V6 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-03 23:02 UTC  (4+ messages)
` [PATCH bpf V6 5/5] selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg

[PATCH net-next 0/5] tsnep: XDP socket zero-copy support
 2023-04-03 22:36 UTC  (3+ messages)
` [PATCH net-next 5/5] tsnep: Add XDP socket zero-copy TX support

[PATCH bpf-next] bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
 2023-04-03 22:20 UTC  (2+ messages)

[PATCH bpf-next v4 2/2] docs/bpf: Add LRU internals description and graph
 2023-04-03 22:14 UTC  (5+ messages)

[PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
 2023-04-03 20:39 UTC  (12+ messages)

[PATCH bpf] bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
 2023-04-03 19:41 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).