bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-28 19:52:53 to 2023-03-30 17:08:58 UTC [more...]

[PATCH bpf RFC-V3 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-03-30 17:07 UTC  (2+ messages)
` [PATCH bpf RFC-V3 2/5] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type

[PATCH v4 bpf-next 0/5] bpf-nex: Add socket destroy capability
 2023-03-30 16:32 UTC  (19+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Implement batching in UDP iterator
` [PATCH v4 bpf-next 2/4] bpf: Add bpf_sock_destroy kfunc
` [PATCH v4 bpf-next 4/4] selftests/bpf: Add tests for bpf_sock_destroy

[PATCH v4 net-next 0/2] add some detailed data when reading softnet_stat
 2023-03-30 16:23 UTC  (7+ messages)
` [PATCH v4 net-next 2/2] net: introduce budget_squeeze to help us tune rx behavior

[linux-next:master] BUILD REGRESSION a6d9e3034536ba4b68ac34490c02267e6eec9c05
 2023-03-30 16:13 UTC 

[PATCH v5 bpf-next 0/7] bpf: Add socket destroy capability
 2023-03-30 15:17 UTC  (8+ messages)
` [PATCH v5 bpf-next 1/7] bpf: tcp: Avoid taking fast sock lock in iterator
` [PATCH v5 bpf-next 2/7] udp: seq_file: Remove bpf_seq_afinfo from udp_iter_state
` [PATCH v5 bpf-next 3/7] udp: seq_file: Helper function to match socket attributes
` [PATCH v5 bpf-next 4/7] bpf: udp: Implement batching for sockets iterator
` [PATCH v5 bpf-next 5/7] bpf: Add bpf_sock_destroy kfunc
` [PATCH v5 bpf-next 6/7] selftests/bpf: Add helper to get port using getsockname
` [PATCH v5 bpf-next 7/7] selftests/bpf: Test bpf_sock_destroy

[PATCH bpf-next 1/2] bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg
 2023-03-30 14:52 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add testcases for ptr_*_or_null_ in bpf_kptr_xchg

[PATCH v4 bpf-next 0/3] veristat: add better support of freplace programs
 2023-03-30 14:48 UTC  (9+ messages)
` [PATCH v4 bpf-next 2/3] veristat: add -d debug mode option to see debug libbpf log
` [PATCH v4 bpf-next 3/3] veristat: guess and substitue underlying program type for freplace (EXT) progs

[PATCH dwarves v2 0/5] Support for new btf_type_tag encoding
 2023-03-30 12:34 UTC  (12+ messages)
` [PATCH dwarves v2 1/5] fprintf: Correct names for types with btf_type_tag attribute

[PATCH bpf-next v6 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
 2023-03-30 12:26 UTC  (11+ messages)
` [PATCH bpf-next v6 1/2] bpf: "

[PATCH net-next 0/8] virtio_net: refactor xdp codes
 2023-03-30 10:48 UTC  (5+ messages)
` [PATCH net-next 7/8] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next 8/8] virtio_net: introduce receive_small_xdp()

[PATCH bpf-next v2] kallsyms: move module-related functions under correct configs
 2023-03-30 10:20 UTC 

[PATCH bpf RFC 0/4] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-03-30  9:51 UTC  (13+ messages)
` [PATCH bpf RFC 1/4] xdp: rss hash types representation
    ` [xdp-hints] "
` [PATCH bpf RFC 2/4] igc: bpf_xdp_metadata_rx_hash return xdp rss hash type
` [PATCH bpf RFC 3/4] veth: "
` [PATCH bpf RFC 4/4] mlx5: "

[PATCH v2 bpf-next 0/6] BPF verifier rotating log
 2023-03-30  9:31 UTC  (11+ messages)
` [PATCH v2 bpf-next 1/6] bpf: split off basic BPF verifier log into separate file
` [PATCH v2 bpf-next 2/6] bpf: remove minimum size restrictions on verifier log buffer
` [PATCH v2 bpf-next 3/6] bpf: switch BPF verifier log to be a rotating log by default
` [PATCH v2 bpf-next 4/6] libbpf: don't enforce verifier log levels on libbpf side
` [PATCH bpf-next 4/6] libbpf: don't enfore "
` [PATCH v2 bpf-next 5/6] selftests/bpf: add more veristat control over verifier log options
` [PATCH v2 bpf-next 6/6] selftests/bpf: add fixed vs rotating verifier log tests

[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
 2023-03-30  8:53 UTC  (36+ messages)
` [PATCH v2 1/9] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v2 2/9] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v2 3/9] memcg: do not flush stats in irq context
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 5/9] memcg: replace stats_flush_lock with an atomic
` [PATCH v2 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v2 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v2 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v2 9/9] memcg: do not modify rstat tree for zero updates

[PATCH v3 bpf-next 0/5] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage
 2023-03-30  7:51 UTC  (9+ messages)
` [PATCH v3 bpf-next 5/5] selftests/bpf: Add bench for task storage creation

[PATCH 00/16] virtio-net: split virtio-net.c
 2023-03-30  6:17 UTC  (11+ messages)
` [PATCH 02/16] virtio_net: move struct to header file
` [PATCH 12/16] virtio_net: introduce virtnet_get_netdev()
` [PATCH 16/16] virtio_net: separating the virtio code

[PATCH bpf-next 0/7] bpf: Improve verifier for cond_op and spilled loop index variables
 2023-03-30  5:56 UTC  (8+ messages)
` [PATCH bpf-next 1/7] bpf: Improve verifier JEQ/JNE insn branch taken checking
` [PATCH bpf-next 2/7] selftests/bpf: Add tests for non-constant cond_op NE/EQ bound deduction
` [PATCH bpf-next 3/7] bpf: Improve handling of pattern '<const> <cond_op> <non_const>' in verifier
` [PATCH bpf-next 4/7] selftests/bpf: Add verifier tests for code pattern '<const> <cond_op> <non_const>'
` [PATCH bpf-next 5/7] bpf: Mark potential spilled loop index variable as precise
` [PATCH bpf-next 6/7] selftests/bpf: Remove previous workaround for test verif_scale_loop6
` [PATCH bpf-next 7/7] selftests/bpf: Add a new test based on loop6.c

[RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly
 2023-03-30  4:26 UTC  (15+ messages)
` [RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock

[PATCH bpf-next 0/8] Teach verifier to determine necessary log buffer size
 2023-03-30  4:16 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: ignore verifier log reset in BPF_LOG_KERNEL mode
` [PATCH bpf-next 2/8] bpf: fix missing -EFAULT return on user log buf error in btf_parse()
` [PATCH bpf-next 3/8] bpf: avoid incorrect -EFAULT error in BPF_LOG_KERNEL mode
` [PATCH bpf-next 4/8] bpf: simplify logging related error conditions handling
` [PATCH bpf-next 5/8] bpf: keep track of total log content size in both fixed and rolling modes
` [PATCH bpf-next 6/8] bpf: add log_size_actual output field to return log contents size
` [PATCH bpf-next 7/8] libbpf: wire through log_size_actual value returned from kernel
` [PATCH bpf-next 8/8] selftests/bpf: add tests to validate log_size_actual feature

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

[PATCH bpf-next v2] selftests/bpf: Rewrite two infinite loops in bound check cases
 2023-03-30  0:30 UTC  (3+ messages)

[PATCH bpf RFC-V2 0/5] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-03-29 21:46 UTC  (8+ messages)
` [PATCH bpf RFC-V2 1/5] xdp: rss hash types representation
  ` [xdp-hints] "
` [PATCH bpf RFC-V2 2/5] igc: bpf_xdp_metadata_rx_hash return xdp rss hash type
` [PATCH bpf RFC-V2 3/5] veth: "
` [PATCH bpf RFC-V2 4/5] mlx5: "
` [PATCH bpf RFC-V2 5/5] mlx4: "

[PATCH bpf-next v2 0/2] Allow BPF TCP CCs to write app_limited
 2023-03-29 20:40 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: allow a TCP CC "
` [PATCH bpf-next v2 2/2] selftests/bpf: test a BPF CC writing app_limited

[RESUBMIT bpf-next 0/2] Fix copy_from_user_nofault()
 2023-03-29 19:39 UTC  (3+ messages)
` [RESUBMIT bpf-next 1/2] mm: "
` [RESUBMIT bpf-next 2/2] perf: Fix arch_perf_out_copy_user()

[PATCH bpf-next v2 00/10] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-03-29 18:05 UTC  (11+ messages)
` [PATCH bpf-next v2 01/10] selftests: xsk: Add xskxceiver.h dependency to Makefile
` [PATCH bpf-next v2 02/10] selftests: xsk: Use correct UMEM size in testapp_invalid_desc
` [PATCH bpf-next v2 03/10] selftests: xsk: Add test case for packets at end of UMEM
` [PATCH bpf-next v2 04/10] selftests: xsk: Deflakify STATS_RX_DROPPED test
` [PATCH bpf-next v2 05/10] selftests: xsk: Disable IPv6 on VETH1
` [PATCH bpf-next v2 06/10] xsk: Add check for unaligned descriptors that overrun UMEM
` [PATCH bpf-next v2 07/10] selftests: xsk: Add test UNALIGNED_INV_DESC_4K1_FRAME_SIZE
` [PATCH bpf-next v2 08/10] xsk: Support UMEM chunk_size > PAGE_SIZE
` [PATCH bpf-next v2 09/10] selftests: xsk: Use hugepages when umem->frame_size "
` [PATCH bpf-next v2 10/10] selftests: xsk: Add tests for 8K and 9K frame sizes

[PATCH] tools: bpftool: json: fix backslash escape typo in jsonw_puts
 2023-03-29 17:00 UTC  (3+ messages)

[PATCH bpf-next 0/3] Support UMEM chunk_size > PAGE_SIZE
 2023-03-29 16:03 UTC  (10+ messages)
` [PATCH bpf-next 1/3] xsk: "
` [PATCH bpf-next 3/3] selftests: xsk: Add tests for 8K and 9K frame sizes

[RFC PATCH v2 11/48] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
 2023-03-29 14:39 UTC  (5+ messages)
` [RFC PATCH v2 34/48] tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)
` [RFC PATCH v2 48/48] sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)

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

[PATCH bpf v2 00/11] bpf sockmap fixes
 2023-03-29 12:24 UTC  (7+ messages)
` [PATCH bpf v2 02/12] bpf: sockmap, convert schedule_work into delayed_work
` [PATCH bpf v2 03/12] bpf: sockmap, improved check for empty queue

[PATCH net 1/4] ice: fix W=1 headers mismatch
 2023-03-29 12:06 UTC  (2+ messages)

[PATCH bpf-next] kallsyms: move module-related functions under correct configs
 2023-03-29 11:40 UTC  (6+ messages)

Nawiązanie współpracy
 2023-03-29  7:48 UTC 

[PATCH net-next v4 0/3] Add support for sockmap to vsock
 2023-03-29  8:00 UTC  (2+ messages)

[PATCH bpf-next 00/43] First set of verifier/*.c migrated to inline assembly
 2023-03-29  0:11 UTC  (8+ messages)

[PATCH v1 0/9] memcg: make rstat flushing irq and sleep friendly
 2023-03-28 22:18 UTC  (5+ messages)
` [PATCH v1 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context

[PATCH bpf-next 0/2] verifier/xdp_direct_packet_access.c converted to inline assembly
 2023-03-28 21:50 UTC  (2+ messages)

[PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
 2023-03-28 21:42 UTC  (14+ messages)

inline ASM helpers for proving bounds checks
 2023-03-28 21:32 UTC  (2+ messages)

Flaky bpf cg_storage_* tests
 2023-03-28 20:28 UTC  (4+ messages)

[PATCH] arm64: remove special treatment for the link order of head.o
 2023-03-28 19:52 UTC  (5+ 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).