bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-04 14:51:40 to 2023-04-06 09:47:55 UTC [more...]

[PATCH bpf-next v6] bpf: Support 64-bit pointers to kfuncs
 2023-04-06  9:44 UTC  (3+ messages)

[PATCH net-next v5 08/19] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
 2023-04-06  9:42 UTC 

[PATCH v10 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-04-06  9:14 UTC  (15+ 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] powerpc/bpf: populate extable entries only during the last pass
 2023-04-06  7:35 UTC 

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-04-06  5:43 UTC  (13+ messages)

[PATCH bpf-next 0/8] bpf: Follow up to RCU enforcement in the verifier
 2023-04-06  5:13 UTC  (21+ 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 4/8] bpf: Teach verifier that certain helpers accept NULL pointer

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

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

[PATCH bpf-next v2] kallsyms: move module-related functions under correct configs
 2023-04-06  4:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/7] bpftool: Add inline annotations when dumping program CFGs
 2023-04-06  4:30 UTC  (9+ 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

[PATCH RFC bpf-next v1 0/9] Exceptions - 1/2
 2023-04-06  2:38 UTC  (13+ 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 net 1/1] net: stmmac: Add queue reset into stmmac_xdp_open() function
 2023-04-06  2:10 UTC  (3+ messages)

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

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

[PATCH net v2 0/8] update xdp_features flag according to NIC re-configuration
 2023-04-06  0:56 UTC  (3+ messages)
` [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag

[PATCH 0/3] Dynptr Verifier Adjustments
 2023-04-06  0:40 UTC  (4+ messages)
` [PATCH 1/3] bpf: verifier: Accept dynptr mem as mem in helpers
` [PATCH 2/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
` [PATCH 3/3] selftests/bpf: Test allowing NULL buffer in dynptr slice

[PATCH bpf-next v2 0/2] xsk: Fix unaligned descriptor validation
 2023-04-06  0:17 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE

[PATCH bpf] xsk: Fix unaligned descriptor validation
 2023-04-06  0:12 UTC  (6+ messages)

bpf: ensure all memory is initialized in bpf_get_current_comm
 2023-04-05 22:52 UTC 

KASAN: use-after-free Read in tcp_write_timer_handler
 2023-04-05 22:17 UTC  (5+ messages)

[PATCH v2 bpf] selftests/bpf: Wait for receive in cg_storage_multi test
 2023-04-05 21:50 UTC  (3+ messages)

[PATCH v6 0/5] Add ftrace direct call for arm64
 2023-04-05 20:40 UTC  (7+ 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

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-04-05 19:54 UTC  (4+ messages)

[PATCH bpf-next] selftests: xsk: Disable IPv6 on VETH1
 2023-04-05 19:50 UTC  (2+ messages)

[PATCH bpf] selftests: xsk: Deflakify STATS_RX_DROPPED test
 2023-04-05 19:50 UTC  (2+ messages)

[PATCH bpf-next 0/2] selftests: xsk: Add test case for packets at end of UMEM
 2023-04-05 19:49 UTC  (5+ messages)

[PATCH net-next 0/5] tsnep: XDP socket zero-copy support
 2023-04-05 19:15 UTC  (9+ messages)
` [PATCH net-next 4/5] tsnep: Add XDP socket zero-copy RX support
` [PATCH net-next 5/5] tsnep: Add XDP socket zero-copy TX support

[PATCH bpf-next v5] bpf: Support 64-bit pointers to kfuncs
 2023-04-05 18:54 UTC  (2+ messages)

Dynptrs and Strings
 2023-04-05 18:48 UTC  (7+ messages)

[PATCH v3 bpf-next 00/19] BPF verifier rotating log
 2023-04-05 18:35 UTC  (26+ messages)
` [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 bpf-next] selftests: xsk: Add xskxceiver.h dependency to Makefile
 2023-04-05 18:30 UTC  (2+ messages)

[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 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 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 net v3] ixgbe: Panic during XDP_TX with > 64 CPUs
 2023-04-05 14:40 UTC  (2+ messages)

[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()

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

[PATCH bpf-next] selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko
 2023-04-04 23:20 UTC  (2+ 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 


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).