bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 04:44:32 to 2021-07-22 21:02:09 UTC [more...]

[PATCH v2 bpf-next 0/8] bpf: Allow bpf tcp iter to do bpf_(get|set)sockopt
 2021-07-22 21:01 UTC  (7+ messages)

[PATCH bpf-next] libbpf: Remove deprecated bpf_object__find_map_by_offset
 2021-07-22 16:25 UTC 

[PATCH bpf-next 0/4] libbpf: Move CO-RE logic into separate file
 2021-07-22 16:02 UTC  (6+ messages)
` [PATCH bpf-next 1/4] libbpf: Cleanup the layering between CORE and bpf_program
` [PATCH bpf-next 2/4] libbpf: Split bpf_core_apply_relo() into bpf_program indepdent helper
` [PATCH bpf-next 3/4] libbpf: Move CO-RE types into relo_core.h
` [PATCH bpf-next 4/4] libbpf: Split CO-RE logic into relo_core.c

[PATCH rfc v6 0/4] add frag page support in page pool
 2021-07-22 15:18 UTC  (10+ messages)
` [PATCH rfc v6 1/4] page_pool: keep pp info as long as page pool owns the page
` [PATCH rfc v6 2/4] page_pool: add interface to manipulate frag count in page pool
` [PATCH rfc v6 3/4] page_pool: add frag page recycling support "
` [PATCH rfc v6 4/4] net: hns3: support skb's frag page recycling based on "

[PATCH v2 bpf-next 1/8] tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
 2021-07-22 15:08 UTC  (3+ messages)

[PATCH bpf] libbpf: fix race when pinning maps in parallel
 2021-07-22 13:56 UTC  (5+ messages)

[PATCH bpf-next 0/3] libbpf: Export bpf_program__attach_kprobe_opts function
 2021-07-22 12:45 UTC  (6+ messages)
` [PATCH bpf-next 1/3] libbpf: Fix func leak in attach_kprobe
` [PATCH bpf-next 2/3] libbpf: Allow decimal offset for kprobes
` [PATCH bpf-next 3/3] libbpf: Export bpf_program__attach_kprobe_opts function

[PATCH bpf-next v2] bpf: expose bpf_d_path helper to vfs_* and security_* functions
 2021-07-22 10:15 UTC  (4+ messages)

[PATCH v28 02/25] LSM: Add the lsmblob data structure
 2021-07-22  0:47 UTC 

[PATCH net-next] bpf: fix pointer cast warning
 2021-07-21 21:45 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] Improve XDP samples usability and output
 2021-07-21 21:28 UTC  (9+ messages)
` [PATCH bpf-next v2 1/8] samples: bpf: fix a couple of warnings
` [PATCH bpf-next v2 2/8] samples: bpf: Add common infrastructure for XDP samples
` [PATCH bpf-next v2 3/8] samples: bpf: Add BPF support for XDP samples helper
` [PATCH bpf-next v2 4/8] samples: bpf: Convert xdp_monitor to use "
` [PATCH bpf-next v2 5/8] samples: bpf: Convert xdp_redirect "
` [PATCH bpf-next v2 6/8] samples: bpf: Convert xdp_redirect_map to use XDP samples helpers
` [PATCH bpf-next v2 7/8] samples: bpf: Convert xdp_redirect_map_multi "
` [PATCH bpf-next v2 8/8] samples: bpf: Convert xdp_redirect_cpu "

[PATCH bpf 0/3] sockmap fixes picked up by stress tests
 2021-07-21 18:02 UTC  (11+ messages)
` [PATCH bpf 1/3] bpf, sockmap: zap ingress queues after stopping strparser
` [PATCH bpf 2/3] bpf, sockmap: on cleanup we additionally need to remove cached skb
` [PATCH bpf 3/3] bpf, sockmap: fix memleak on ingress msg enqueue

[PATCH bpf-next v2 0/5] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-21 15:38 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] libbpf: rename btf__load() as btf__load_into_kernel()
` [PATCH bpf-next v2 2/5] libbpf: rename btf__get_from_id() as btf__load_from_kernel_by_id()
` [PATCH bpf-next v2 3/5] tools: replace btf__get_from_id() with btf__load_from_kernel_by_id()
` [PATCH bpf-next v2 4/5] libbpf: add split BTF support for btf__load_from_kernel_by_id()
` [PATCH bpf-next v2 5/5] tools: bpftool: support dumping split BTF by id

[PATCH bpf-next 0/6] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-21 15:36 UTC  (6+ messages)
` [PATCH bpf-next 1/6] libbpf: rename btf__load() as btf__load_into_kernel()
` [PATCH bpf-next 5/6] libbpf: add split BTF support for btf__load_from_kernel_by_id()

[PATCH] drm/amdgpu/acp: Make PM domain really work
 2021-07-21 14:35 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Mute expected invalid map creation error msg
 2021-07-21 14:09 UTC 

[PATCH] bpf: remove redundant intiialization of variable stype
 2021-07-21 11:56 UTC 

[PATCH] bpf/tests: fix copy-and-paste error in double word test
 2021-07-21 10:40 UTC 

[PATCH] bpf/tests: do not PASS tests without actually testing the result
 2021-07-21 10:38 UTC 

[PATCH -tip v2 0/6] kprobes: treewide: Clean up kprobe code
 2021-07-21  8:42 UTC  (2+ messages)

[RFC PATCH 0/2] mips: bpf: An eBPF JIT implementation for 32-bit MIPS
 2021-07-20 23:10 UTC  (3+ messages)
` [RFC PATCH 1/2] mips: bpf: add eBPF JIT "
` [RFC PATCH 2/2] mips: bpf: enable 32-bit eBPF JIT

[PATCH v3 0/6] Add TDX Guest Support (Attestation support)
 2021-07-20 21:22 UTC  (12+ messages)
` [PATCH v3 1/6] x86/tdx: Add TDREPORT TDX Module call support
` [PATCH v3 2/6] x86/tdx: Add GetQuote TDX hypercall support
` [PATCH v3 3/6] x86/tdx: Add SetupEventNotifyInterrupt "
` [PATCH v3 4/6] x86/tdx: Add TDX Guest event notify interrupt vector support
` [PATCH v3 5/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver
` [PATCH v3 6/6] tools/tdx: Add a sample attestation user app

[PATCH v6 bpf-next 00/21] bpf: syscall program, FD array, loader program, light skeleton
 2021-07-20 21:10 UTC  (5+ messages)
` [PATCH v6 bpf-next 14/21] libbpf: Generate loader program out of BPF ELF file

[PATCH v2 bpf-next 0/3] libbpf: btf typed data dumping fixes (__int128 usage, error propagation)
 2021-07-20 21:00 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: avoid use of __int128 in typed dump display
` [PATCH v2 bpf-next 2/3] selftests/bpf: add __int128-specific tests for typed data dump
` [PATCH v2 bpf-next 3/3] libbpf: propagate errors when retrieving enum value for typed data display

[PATCH bpf-next 0/3] libbpf: btf typed data dumping fixes (__int128 usage, error propagation)
 2021-07-20 20:51 UTC  (7+ messages)
` [PATCH bpf-next 1/3] libbpf: avoid use of __int128 in typed dump display
` [PATCH bpf-next 2/3] selftests/bpf: add __int128-specific tests for typed data dump
` [PATCH bpf-next 3/3] libbpf: propagate errors when retrieving enum value for typed data display

[PATCH bpf-next] selftests, bpf: test_tc_tunnel.sh nc: cannot use -p and -l
 2021-07-20 20:50 UTC  (4+ messages)

[PATCH bpf-next] bpf, selftests: fix test_maps now that sockmap supports UDP
 2021-07-20 20:30 UTC  (2+ messages)

[PATCH v2 bpf 0/2] libbpf: fix inner map removal in bpf_object__create_map
 2021-07-20 20:24 UTC  (6+ messages)
` [PATCH bpf 1/2] libbpf: fix removal of inner map "
` [PATCH bpf 2/2] selftests/bpf: check inner map deletion

[RFC PATCH bpf-next v1 00/14] MIPS: eBPF: refactor code, add MIPS32 JIT
 2021-07-20 17:47 UTC  (3+ messages)

Ask for help about bpf map
 2021-07-20 14:50 UTC  (11+ messages)

[PATCH v2 bpf-next][RFC] libbpf: introduce legacy kprobe events support
 2021-07-20  4:16 UTC  (6+ messages)
` [PATCH bpf-next v3] "

[PATCH] RCU: Fix macro name CONFIG_TASKS_RCU_TRACE
 2021-07-20  2:07 UTC  (6+ messages)

[PATCH bpf-next v5 00/11] sockmap: add sockmap support for unix datagram socket
 2021-07-20  0:03 UTC  (4+ messages)
` [PATCH bpf-next v5 07/11] af_unix: implement unix_dgram_bpf_recvmsg()

[PATCH bpf v2 0/1] bpf: fix OOB read when printing XDP link fdinfo
 2021-07-19 23:11 UTC  (4+ messages)
` [PATCH bpf v2 1/1] "

[PATCH bpf] selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
 2021-07-19 23:26 UTC  (2+ messages)

[RFT] Testing 1.22
 2021-07-19 21:08 UTC  (14+ messages)

[PATCH bpf-next 1/2] tools/lib/bpf: bpf_program__insns allow to retrieve insns in libbpf
 2021-07-19 16:42 UTC  (4+ messages)

[PATCH v6 bpf-next 0/3] libbpf: BTF dumper support for typed data
 2021-07-19 14:15 UTC  (9+ messages)
` [PATCH v6 bpf-next 1/3] "
` [PATCH v6 bpf-next 3/3] selftests/bpf: add dump type data tests to btf dump tests

[PATCH bpf] bpf: fix OOB read when printing XDP link fdinfo
 2021-07-19  8:48 UTC  (5+ messages)

bpf selftest tc_bpf failed with latest bpf-next
 2021-07-19  4:11 UTC  (2+ messages)

[PATCH] libbpf: Remove from kernel tree
 2021-07-18 21:55 UTC  (5+ messages)

[PATCHv4 bpf-next 0/8] bpf, x86: Add bpf_get_func_ip helper
 2021-07-18 21:30 UTC  (11+ messages)
` [PATCHv4 bpf-next 3/8] bpf: Add bpf_get_func_ip helper for tracing programs
` [PATCHv4 bpf-next 6/8] libbpf: Add bpf_program__attach_kprobe_opts function
` [PATCHv4 bpf-next 7/8] libbpf: Allow specification of "kprobe/function+offset"

[PATCH bpf-next] bpf: Expose bpf_d_path helper to vfs_read/vfs_write
 2021-07-18 11:17 UTC  (6+ messages)

[syzbot] BUG: stack guard page was hit in rtnl_newlink
 2021-07-17 13:42 UTC 

[PATCH bpf-next v4 0/3] Add btf_custom_path in bpf_obj_open_opts
 2021-07-17  1:39 UTC  (9+ messages)
` [PATCH bpf-next v4 1/3] libbpf: Introduce 'btf_custom_path' to 'bpf_obj_open_opts'
` [PATCH bpf-next v4 3/3] selftests/bpf: Switches existing selftests to using open_opts for custom BTF

[PATCH v2 bpf-next 0/3] libbpf: BTF typed dump cleanups
 2021-07-17  0:38 UTC  (9+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: clarify/fix unaligned data issues for btf typed dump
` [PATCH v2 bpf-next 2/3] libbpf: fix compilation errors on ppc64le for btf dump typed data
` [PATCH v2 bpf-next 3/3] libbpf: btf typed dump does not need to allocate dump data

[PATCH bpf-next] libbpf: clarify/fix unaligned data issues for btf typed dump
 2021-07-16 22:05 UTC  (2+ messages)

How to limit TCP packet lengths given to TC egress EBPF programs?
 2021-07-16 20:48 UTC  (3+ messages)

[PATCH v2 bpf-nxt] Documentation/bpf: Add heading and example for extensions in filter.rst
 2021-07-16 20:12 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: add ambient BPF runtime context stored in current
 2021-07-16 19:27 UTC  (2+ messages)

[PATCH bpf 0/2] libbpf: fix inner map removal in bpf_object__create_map
 2021-07-16 18:24 UTC  (8+ messages)
` [PATCH bpf 1/2] libbpf: fix removal of inner map "
` [PATCH bpf 2/2] selftests/bpf: check inner map deletion

[PATCH v3] mm/page_alloc: Require pahole v1.22 to cope with zero-sized struct pagesets
 2021-07-16  8:07 UTC  (7+ messages)

[PATCH 4/4] Revert "mm/page_alloc: make should_fail_alloc_page() static"
 2021-07-16  6:04 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).