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

[PATCH] arm64: remove special treatment for the link order of head.o
 2023-03-28 19:52 UTC  (7+ messages)

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

Flaky bpf cg_storage_* tests
 2023-03-28 18:57 UTC  (3+ messages)

[PATCH v4 bpf-next 0/5] bpf-nex: Add socket destroy capability
 2023-03-28 18:35 UTC  (17+ messages)
` [PATCH v4 bpf-next 1/4] bpf: Implement batching in UDP iterator
` [PATCH v4 bpf-next 3/4] bpf,tcp: Avoid taking fast sock lock in iterator
` [PATCH v4 bpf-next 4/4] selftests/bpf: Add tests for bpf_sock_destroy

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

[PATCH v4 bpf-next 0/3] veristat: add better support of freplace programs
 2023-03-28 17:25 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/3] libbpf: disassociate section handler on explicit bpf_program__set_type() call
` [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 net 1/4] ice: fix W=1 headers mismatch
 2023-03-28 17:20 UTC 

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-03-28 17:15 UTC  (6+ messages)

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

[PATCH bpf-next v3 00/12] bpf: Support 64-bit pointers to kfuncs
 2023-03-28 12:45 UTC  (5+ messages)

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

[PATCH bpf-next] selftests/bpf: Remove two infinite loop bound check cases
 2023-03-28 12:19 UTC  (5+ messages)

[PATCH bpf-next v2] selftests/bpf: Rewrite two infinite loops in bound check cases
 2023-03-29  1:10 UTC 

[PATCH net-next 0/8] virtio_net: refactor xdp codes
 2023-03-28 12:04 UTC  (9+ messages)
` [PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare
` [PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next 4/8] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next 5/8] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next 6/8] virtio_net: auto release xdp shinfo
` [PATCH net-next 7/8] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next 8/8] virtio_net: introduce receive_small_xdp()

[RFC PATCH net-next] bpf, net: support redirecting to ifb with bpf
 2023-03-28 11:51 UTC 

[PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
 2023-03-28 10:18 UTC  (4+ messages)

[PATCH 00/16] virtio-net: split virtio-net.c
 2023-03-28  9:28 UTC  (17+ messages)
` [PATCH 01/16] virtio_net: add a separate directory for virtio-net
` [PATCH 02/16] virtio_net: move struct to header file
` [PATCH 03/16] virtio_net: add prefix to the struct inside "
` [PATCH 04/16] virtio_net: separating cpu-related funs
` [PATCH 05/16] virtio_net: separate virtnet_ctrl_set_queues()
` [PATCH 06/16] virtio_net: separate virtnet_ctrl_set_mac_address()
` [PATCH 07/16] virtio_net: remove lock from virtnet_ack_link_announce()
` [PATCH 08/16] virtio_net: separating the APIs of cq
` [PATCH 09/16] virtio_net: introduce virtnet_rq_update_stats()
` [PATCH 10/16] virtio_net: separating the funcs of ethtool
` [PATCH 11/16] virtio_net: introduce virtnet_dev_rx_queue_group()
` [PATCH 12/16] virtio_net: introduce virtnet_get_netdev()
` [PATCH 13/16] virtio_net: prepare for virtio
` [PATCH 14/16] virtio_net: move virtnet_[en/dis]able_delayed_refill to header file
` [PATCH 15/16] virtio_net: add APIs to register/unregister virtio driver
` [PATCH 16/16] virtio_net: separating the virtio code

[PATCH bpf] bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcp
 2023-03-28  8:53 UTC  (2+ messages)

[PATCH] loongarch/bpf: Fix bpf load failed with CONFIG_BPF_JIT_ALWAYS_ON, caused by jit (BPF_ST | BPF_NOSPEC) code
 2023-03-28  8:37 UTC  (6+ messages)
  ` [PATCH v2] loongarch/bpf: Skip speculation barrier opcode, which caused ltp testcase bpf_prog02 to fail

[PATCH bpf-next] kallsyms: move module-related functions under correct configs
 2023-03-28  8:23 UTC  (5+ messages)

[PATCH net-next v4 0/3] Add support for sockmap to vsock
 2023-03-28  8:20 UTC  (5+ messages)
` [PATCH net-next v4 1/3] vsock: support sockmap
` [PATCH net-next v4 2/3] selftests/bpf: add vsock to vmtest.sh
` [PATCH net-next v4 3/3] selftests/bpf: add a test case for vsock sockmap

W sprawie samochodu
 2023-03-28  8:05 UTC 

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

[RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace
 2023-03-28  3:48 UTC  (3+ messages)

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

[PATCH bpf-next 0/2] Fix double-free when linker processes empty sections
 2023-03-28  3:10 UTC  (6+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Test if bpftool linker handles "
` [PATCH bpf-next 2/2] libbpf: Fix double-free when linker processes "

[PATCH bpf-next 0/2] verifier/xdp_direct_packet_access.c converted to inline assembly
 2023-03-28  2:08 UTC  (3+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: remove verifier/xdp_direct_packet_access.c, converted to progs/verifier_xdp_direct_packet_access.c

GCC-BPF triggers double free in libbpf Error: failed to link 'linked_maps2.bpf.o': Cannot allocate memory (12)
 2023-03-27 23:52 UTC  (8+ messages)

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

[PATCH 1/2] perf lock contention: Fix debug stat if no contention
 2023-03-27 22:57 UTC  (2+ messages)
` [PATCH 2/2] perf lock contention: Show detail failure reason for BPF

[PATCH bpf-next] selftests/bpf: Don't assume page size is 4096
 2023-03-27 18:50 UTC  (4+ messages)

[PATCH v2 bpf-next 0/3] veristat: add better support of freplace programs
 2023-03-27 18:47 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: disassociate section handler on explicit bpf_program__set_type() call
` [PATCH v2 bpf-next 3/3] veristat: guess and substitue underlying program type for freplace (EXT) progs

[PATCH bpf-next] libbpf: synchronize access to print function pointer
 2023-03-27 18:40 UTC  (5+ messages)

[PATCH v3 bpf-next 0/3] veristat: add better support of freplace programs
 2023-03-27 18:20 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/3] libbpf: disassociate section handler on explicit bpf_program__set_type() call
` [PATCH v3 bpf-next 2/3] veristat: add -d debug mode option to see debug libbpf log
` [PATCH v3 bpf-next 3/3] veristat: guess and substitue underlying program type for freplace (EXT) progs

[PATCH bpf-next v2 0/5] bpftool: Add inline annotations when dumping program CFGs
 2023-03-27 17:56 UTC  (9+ messages)
` [PATCH bpf-next v2 1/5] bpftool: Fix documentation about line info display for prog dumps
` [PATCH bpf-next v2 2/5] bpftool: Fix bug for long instructions in program CFG dumps
` [PATCH bpf-next v2 3/5] bpftool: Support inline annotations when dumping the CFG of a program
` [PATCH bpf-next v2 4/5] bpftool: Support "opcodes", "linum", "visual" simultaneously
` [PATCH bpf-next v2 5/5] bpftool: Support printing opcodes and source file references in CFG

Network RX per process per interface statistics
 2023-03-27 17:09 UTC  (4+ messages)

[Patch net-next v3] sock_map: dump socket map id via diag
 2023-03-27 16:33 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 011eb7443621f49ca1e8cdf9c74c215f25019118
 2023-03-27 14:30 UTC 

[PATCH v3 0/4] Add ftrace direct call for arm64
 2023-03-27 13:45 UTC  (3+ messages)
` [PATCH v3 3/4] arm64: ftrace: Add direct call trampoline samples support

[PATCH v5 0/4] fs/ufs: Replace kmap() with kmap_local_page
 2023-03-27 13:23 UTC  (3+ messages)

[PATCH 0/5] usermode_driver: Add management library and API
 2023-03-27 11:27 UTC  (7+ messages)

[PATCH bpf-next 0/5] bpftool: Add inline annotations when dumping program CFGs
 2023-03-27 10:30 UTC  (7+ messages)
` [PATCH bpf-next 2/5] bpftool: Fix bug for long instructions in program CFG dumps
` [PATCH bpf-next 3/5] bpftool: Support inline annotations when dumping the CFG of a program


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