bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-05 00:10:07 to 2023-05-09 23:56:33 UTC [more...]

[PATCH] Smack modifications for: security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-05-09 23:56 UTC  (6+ messages)

[PATCH bpf-next 0/2] bpf: Fix issues caused by bpf trampoline
 2023-05-09 21:21 UTC  (9+ messages)
` [PATCH bpf-next 2/2] fork: Rename mm_init to task_mm_init
      ` pahole issue. "

[PATCH] tracing/user_events: Run BPF program if attached
 2023-05-09 20:42 UTC  (5+ messages)

[PATCH bpf-next] Shift operations are defined to use a mask
 2023-05-09 18:08 UTC  (2+ messages)
` [Bpf] "

[PATCH bpf-next 0/2] bpf: bpf trampoline improvements
 2023-05-09 17:42 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: Fix memleak due to fentry attach failure
` [PATCH bpf-next 2/2] bpf: Show total linked progs cnt instead of selector in trampoline ksym

[PATCH net v5] virtio_net: Fix error unwinding of XDP initialization
 2023-05-09 15:58 UTC 

[PATCH v9.1 00/11] tracing: Add fprobe/tracepoint events
 2023-05-09 15:08 UTC  (14+ messages)
` [PATCH v9.1 01/11] fprobe: Pass return address to the handlers
` [PATCH v9.1 02/11] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v9.1 05/11] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v9.1 07/11] tracing/probes: Add $$args meta argument for all function args
` [PATCH v9.1 11/11] Documentation: tracing/probes: Add fprobe event tracing document

[PATCH bpf-next] libbpf: fix offsetof() and container_of() to work with CO-RE
 2023-05-09 14:59 UTC  (3+ messages)

[PATCH net v4] virtio_net: Fix error unwinding of XDP initialization
 2023-05-09 14:08 UTC  (3+ messages)

[PATCH bpf-next] arm64,bpf: Support struct arguments in the BPF trampoline
 2023-05-09 13:37 UTC  (2+ messages)

[RFC PATCH] bpf: Remove in_atomic() from bpf_link_put()
 2023-05-09 13:24 UTC 

[PATCH net-next] net: veth: make PAGE_POOL_STATS optional
 2023-05-09 12:10 UTC  (4+ messages)

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-05-09  9:37 UTC  (2+ messages)

[PATCH v2 bpf-next] bpftool: Support bpffs mountpoint as pin path for prog loadall
 2023-05-09  8:18 UTC  (2+ messages)

W sprawie samochodu
 2023-05-09  7:46 UTC 

[PATCH] add braces to rt_type == RTN_BROADCAST case
 2023-05-09  1:52 UTC  (2+ messages)

[PATCH net v3] virtio_net: Fix error unwinding of XDP initialization
 2023-05-09  1:43 UTC  (6+ messages)

[PATCH net-next] net: veth: rely on napi_build_skb in veth_convert_skb_to_xdp_buff
 2023-05-09  1:01 UTC  (2+ messages)

[PATCH RFC 0/2] introduce skb_frag_fill_page_desc()
 2023-05-09  0:51 UTC  (5+ messages)
` [PATCH RFC 1/2] net: introduce and use skb_frag_fill_page_desc()
` [PATCH RFC 2/2] net: remove __skb_frag_set_page()

[PATCH modules-next v10 00/13] kallsyms: reliable symbol->address lookup with /proc/kallmodsyms
 2023-05-08 22:06 UTC 

BPF skels in perf .Re: [GIT PULL] perf tools changes for v6.4
 2023-05-08 21:53 UTC  (28+ messages)
                      ` [PATCH RFC/RFT] perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used structs + CO-RE. was "

[syzbot] [bpf?] [net?] WARNING: zero-size vmalloc in print_tainted
 2023-05-08 16:51 UTC 

[PATCH bpf v7 00/13] bpf sockmap fixes
 2023-05-08 11:34 UTC  (13+ messages)
` [PATCH bpf v7 08/13] bpf: sockmap, incorrectly handling copied_seq
` [PATCH bpf v7 09/13] bpf: sockmap, pull socket helpers out of listen test for general use
` [PATCH bpf v7 10/13] bpf: sockmap, build helper to create connected socket pair
` [PATCH bpf v7 11/13] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0
` [PATCH bpf v7 12/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer
` [PATCH bpf v7 13/13] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer with drops

[syzbot] [ext4?] WARNING in print_tainted
 2023-05-08 10:57 UTC 

[PATCH net-next v5 00/15] virtio_net: refactor xdp codes
 2023-05-08  6:46 UTC  (18+ messages)
` [PATCH net-next v5 01/15] virtio_net: mergeable xdp: put old page immediately
` [PATCH net-next v5 02/15] virtio_net: introduce mergeable_xdp_get_buf()
` [PATCH net-next v5 03/15] virtio_net: optimize mergeable_xdp_get_buf()
` [PATCH net-next v5 04/15] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp
` [PATCH net-next v5 05/15] virtio_net: separate the logic of freeing xdp shinfo
` [PATCH net-next v5 06/15] virtio_net: separate the logic of freeing the rest mergeable buf
` [PATCH net-next v5 07/15] virtio_net: virtnet_build_xdp_buff_mrg() auto release xdp shinfo
` [PATCH net-next v5 08/15] virtio_net: introduce receive_mergeable_xdp()
` [PATCH net-next v5 09/15] virtio_net: merge: remove skip_xdp
` [PATCH net-next v5 10/15] virtio_net: introduce receive_small_xdp()
` [PATCH net-next v5 11/15] virtio_net: small: remove the delta
` [PATCH net-next v5 12/15] virtio_net: small: avoid code duplication in xdp scenarios
` [PATCH net-next v5 13/15] virtio_net: small: remove skip_xdp
` [PATCH net-next v5 14/15] virtio_net: introduce receive_small_build_xdp
` [PATCH net-next v5 15/15] virtio_net: introduce virtnet_build_skb()

[RFC PATCH bpf-next 0/4] Introduce bpf iterators for file-system
 2023-05-07  4:01 UTC  (5+ messages)
` [RFC PATCH bpf-next 1/4] bpf: Introduce bpf iterator for file-system inode
` [RFC PATCH bpf-next 2/4] bpf: Add three kfunc helpers for bpf fs inode iterator
` [RFC PATCH bpf-next 3/4] bpf: Introduce bpf iterator for file system mount
` [RFC PATCH bpf-next 4/4] selftests/bpf: Add test cases for bpf file-system iterator

[PATCH v1] perf build: Add system include paths to BPF builds
 2023-05-07  2:56 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] Dynptr Verifier Adjustments
 2023-05-07  0:00 UTC  (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
` [PATCH bpf-next v3 2/5] selftests/bpf: Test allowing NULL buffer in dynptr slice
` [PATCH bpf-next v3 3/5] selftests/bpf: Check overflow in optional buffer
` [PATCH bpf-next v3 4/5] bpf: verifier: Accept dynptr mem as mem in helpers
` [PATCH bpf-next v3 5/5] selftests/bpf: Accept mem from dynptr in helper funcs

Re:BTC Investment
 2023-05-06 21:37 UTC 

[PATCH bpf-next v7 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-05-06 21:10 UTC  (4+ messages)
` [PATCH bpf-next v7 1/2] bpf: Add bpf_task_under_cgroup() kfunc
` [PATCH bpf-next v7 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup

[PATCH RFC net-next/mm V3 0/2] page_pool: new approach for leak detection and shutdown phase
 2023-05-06 13:11 UTC  (6+ messages)
` [PATCH RFC net-next/mm V3 1/2] page_pool: Remove workqueue in new shutdown scheme

[PATCH RFC 00/43] x86/pie: Make kernel image's virtual address flexible
 2023-05-06  7:19 UTC  (3+ messages)

[PATCH vhost v7 00/11] virtio core prepares for AF_XDP
 2023-05-06  3:08 UTC  (4+ messages)
` [PATCH vhost v7 01/11] virtio_ring: split: separate dma codes

bpf: add support to check kernel features in BPF program
 2023-05-06  2:45 UTC  (8+ messages)

[PATCH v8 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-05 22:07 UTC  (6+ messages)
` [PATCH v8 3/3] mm/gup: disallow FOLL_LONGTERM GUP-fast writing to file-backed mappings

[PATCH bpf-next v4 0/4] bpf: Don't EFAULT for {g,s}setsockopt with wrong optlen
 2023-05-05 22:04 UTC  (7+ messages)
` [PATCH bpf-next v4 2/4] selftests/bpf: Update EFAULT {g,s}etsockopt selftests
` [PATCH bpf-next v4 3/4] selftests/bpf: Correctly handle optlen > 4096

[PATCH bpf] bpf: netdev: init the offload table earlier
 2023-05-05 22:02 UTC  (2+ messages)

[PATCH bpf-next] RFC: bpf: query effective progs without cgroup_mutex
 2023-05-05 21:35 UTC  (3+ messages)

[PATCH v9 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-05 21:12 UTC  (3+ messages)

[PATCH v7 bpf-next 00/10] bpf: Add socket destroy capability
 2023-05-05 20:05 UTC  (9+ messages)
` [PATCH v7 bpf-next 06/10] bpf: Add bpf_sock_destroy kfunc
` [PATCH v7 bpf-next 08/10] selftests/bpf: Test bpf_sock_destroy
` [PATCH v7 bpf-next 09/10] bpf: Add a kfunc filter function to 'struct btf_kfunc_id_set'

[PATCH bpf-next 00/10] Centralize BPF permission checks
 2023-05-05 19:55 UTC  (6+ messages)
` [PATCH bpf-next 10/10] bpf: consistenly use program's recorded capabilities in BPF verifier

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

[PATCH bpf-next v6 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-05-05 18:48 UTC  (10+ messages)
` [PATCH bpf-next v6 1/2] bpf: Add bpf_task_under_cgroup() kfunc
    `  "
` [PATCH bpf-next v6 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
    `  "

[PATCH] bpf: Fix mask generation for 32-bit narrow loads of 64-bit fields
 2023-05-05 16:34 UTC  (4+ messages)

[PATCH bpf] samples/bpf: Fix buffer overflow in tcp_basertt
 2023-05-05 15:40 UTC  (2+ messages)

[PATCH 0/1] bpf, docs: Update llvm_relocs.rst with typo fixes
 2023-05-05 15:30 UTC  (2+ messages)

eBPF verifier does not check pointer's pointing location before doing memcpy
 2023-05-05 15:20 UTC  (2+ messages)

[PATCH AUTOSEL 6.3 08/59] bpf, mips: Implement DADDI workarounds for JIT
 2023-05-05 12:04 UTC  (2+ messages)

[PATCH bpf-next] bpftool: Support bpffs mountpoint as pin path for prog loadall
 2023-05-05 10:11 UTC  (2+ messages)

[PATCH v3 net] bonding: add xdp_features support
 2023-05-05  8:40 UTC  (3+ messages)

[PATCH v3 bpf-next 00/10] Add precision propagation for subprogs and callbacks
 2023-05-05  5:50 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/10] veristat: add -t flag for adding BPF_F_TEST_STATE_FREQ program flag
` [PATCH v3 bpf-next 02/10] bpf: mark relevant stack slots scratched for register read instructions
` [PATCH v3 bpf-next 03/10] bpf: encapsulate precision backtracking bookkeeping
` [PATCH v3 bpf-next 04/10] bpf: improve precision backtrack logging
` [PATCH v3 bpf-next 05/10] bpf: maintain bitmasks across all active frames in __mark_chain_precision
` [PATCH v3 bpf-next 06/10] bpf: fix propagate_precision() logic for inner frames
` [PATCH v3 bpf-next 07/10] bpf: fix mark_all_scalars_precise use in mark_chain_precision
` [PATCH v3 bpf-next 08/10] bpf: support precision propagation in the presence of subprogs
` [PATCH v3 bpf-next 09/10] selftests/bpf: add precision propagation tests "
` [PATCH v3 bpf-next 10/10] selftests/bpf: revert iter test subprog precision workaround

[PATCH v2 bpf-next 00/10] Add precision propagation for subprogs and callbacks
 2023-05-05  4:08 UTC  (7+ messages)
` [PATCH v2 bpf-next 03/10] bpf: encapsulate precision backtracking bookkeeping
` [PATCH v2 bpf-next 06/10] bpf: fix propagate_precision() logic for inner frames
` [PATCH v2 bpf-next 08/10] bpf: support precision propagation in the presence of subprogs
` [PATCH v2 bpf-next 10/10] selftests/bpf: revert iter test subprog precision workaround

[PATCH bpf-next v5 0/2] Introduce a new kfunc of bpf_task_under_cgroup
 2023-05-05  3:20 UTC  (7+ messages)
` [PATCH bpf-next v5 1/2] bpf: Add bpf_task_under_cgroup() kfunc
    `  "
` [PATCH bpf-next v5 2/2] selftests/bpf: Add testcase for bpf_task_under_cgroup
    `  "

[PATCH v1 bpf-next 0/9] bpf_refcount followups (part 1)
 2023-05-05  2:34 UTC  (5+ messages)
` [PATCH v1 bpf-next 6/9] bpf: Make bpf_refcount_acquire fallible for non-owning refs
` [PATCH v1 bpf-next 7/9] selftests/bpf: Add test exercising bpf_refcount_acquire race condition

[PATCH v2 bpf-next] libbpf: Fix comment about arc and riscv arch in bpf_tracing.h
 2023-05-05  0:30 UTC  (2+ 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).