bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-24 08:10:18 to 2022-03-28 23:27:26 UTC [more...]

[PATCH v2 0/6] Make evlist CPUs more accurate
 2022-03-28 23:26 UTC  (7+ messages)
` [PATCH v2 1/6] perf stat: Avoid segv if core.user_cpus isn't set
` [PATCH v2 2/6] perf evlist: Rename cpus to user_requested_cpus
` [PATCH v2 3/6] perf cpumap: Add is_subset function
` [PATCH v2 4/6] perf cpumap: More cpu map reuse by merge
` [PATCH v2 5/6] perf cpumap: Add intersect function
` [PATCH v2 6/6] perf evlist: Respect all_cpus when setting user_requested_cpus

[PATCH v9 bpf-next 0/9] bpf_prog_pack allocator
 2022-03-28 23:27 UTC  (10+ messages)
` [PATCH v9 bpf-next 1/9] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
    ` BUG: Bad page state in process systemd-udevd (was: [PATCH v9 bpf-next 1/9] x86/Kconfig: select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP)

[External] [PATCH bpf-next v2 0/3] bpf: Add support to set and get
 2022-03-28 23:10 UTC  (13+ messages)
` [External] [PATCH bpf-next v2 1/3] bpf: Add source ip in "struct bpf_tunnel_key"
` [External] [PATCH bpf-next v2 2/3] selftests/bpf: add ipv4 vxlan tunnel source testcase
` [External] [PATCH bpf-next v2 3/3] selftests/bpf: add ipv6 "

[PATCH] bpftool: Fix generated code in codegen_asserts
 2022-03-28 22:53 UTC  (6+ messages)

[PATCH bpf-next 0/7] bpf: cgroup_sock lsm flavor
 2022-03-28 22:36 UTC  (10+ messages)
` [PATCH bpf-next 1/7] bpf: add bpf_func_t and trampoline helpers
` [PATCH bpf-next 2/7] bpf: per-cgroup lsm flavor
` [PATCH bpf-next 3/7] bpf: minimize number of allocated lsm slots per program
` [PATCH bpf-next 4/7] bpf: allow writing to a subset of sock fields from lsm progtype
` [PATCH bpf-next 5/7] libbpf: add lsm_cgoup_sock type
` [PATCH bpf-next 6/7] selftests/bpf: lsm_cgroup functional test
` [PATCH bpf-next 7/7] selftests/bpf: verify lsm_cgroup struct sock access

[PATCH bpf-next v6] bpftool: Add bpf_cookie to link output
 2022-03-28 21:39 UTC  (6+ messages)

[PATCH bpf-next v3 00/17] Introduce eBPF support for HID devices
 2022-03-28 21:35 UTC  (7+ messages)
` [PATCH bpf-next v3 06/17] HID: allow to change the report descriptor from an eBPF program

[PATCH 0/5] Make evlist CPUs more accurate
 2022-03-28 21:25 UTC  (17+ messages)
` [PATCH 1/5] perf evlist: Rename cpus to user_cpus
` [PATCH 2/5] perf cpumap: More cpu map reuse by merge
` [PATCH 3/5] perf cpumap: Add intersect function
` [PATCH 4/5] perf stat: Avoid segv if core.user_cpus isn't set
` [PATCH 5/5] perf evlist: Respect all_cpus when setting user_cpus

[PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
 2022-03-28 17:50 UTC  (19+ messages)
` [PATCH 01/18] bpf: Export bpf_link_inc()
` [PATCH 02/18] bpf-preload: Move bpf_preload.h to include/linux
` [PATCH 03/18] bpf-preload: Generalize object pinning from the kernel
` [PATCH 04/18] bpf-preload: Export and call bpf_obj_do_pin_kernel()
` [PATCH 05/18] bpf-preload: Generate static variables
` [PATCH 06/18] bpf-preload: Generate free_objs_and_skel()
` [PATCH 07/18] bpf-preload: Generate preload()
` [PATCH 08/18] bpf-preload: Generate load_skel()
` [PATCH 09/18] bpf-preload: Generate code to pin non-internal maps
` [PATCH 10/18] bpf-preload: Generate bpf_preload_ops
` [PATCH 11/18] bpf-preload: Store multiple bpf_preload_ops structures in a linked list
` [PATCH 12/18] bpf-preload: Implement new registration method for preloading eBPF programs
` [PATCH 13/18] bpf-preload: Move pinned links and maps to a dedicated directory in bpffs
` [PATCH 14/18] bpf-preload: Switch to new preload registration method
` [PATCH 15/18] bpf-preload: Generate code of kernel module to preload
` [PATCH 16/18] bpf-preload: Do kernel mount to ensure that pinned objects don't disappear
` [PATCH 17/18] bpf-preload/selftests: Add test for automatic generation of preload methods
` [PATCH 18/18] bpf-preload/selftests: Preload a test eBPF program and check pinned objects

[PATCH net 00/13] docs: update and move the netdev-FAQ
 2022-03-28 17:51 UTC  (20+ messages)
` [PATCH net 01/13] docs: netdev: replace references to old archives
` [PATCH net 02/13] docs: netdev: minor reword
` [PATCH net 03/13] docs: netdev: move the patch marking section up
` [PATCH net 04/13] docs: netdev: turn the net-next closed into a Warning
` [PATCH net 05/13] docs: netdev: shorten the name and mention msgid for patch status
` [PATCH net 06/13] docs: netdev: rephrase the 'Under review' question
` [PATCH net 07/13] docs: netdev: rephrase the 'should I update patchwork' question
` [PATCH net 08/13] docs: netdev: add a question about re-posting frequency
` [PATCH net 09/13] docs: netdev: make the testing requirement more stringent
` [PATCH net 10/13] docs: netdev: add missing back ticks
` [PATCH net 11/13] docs: netdev: call out the merge window in tag checking
` [PATCH net 12/13] docs: netdev: broaden the new vs old code formatting guidelines
` [PATCH net 13/13] docs: netdev: move the netdev-FAQ to the process pages

[PATCH 0/2] locking: Add new lock contention tracepoints (v4)
 2022-03-28 17:48 UTC  (6+ messages)
` [PATCH 2/2] locking: Apply contention tracepoints in the slow path

[PATCH RFC bpf-next 0/2] Mmapable task local storage
 2022-03-28 17:46 UTC  (6+ messages)
` [PATCH RFC bpf-next 1/2] bpf: Mmapable "
` [PATCH RFC bpf-next 2/2] selftests/bpf: Test mmapable task "

[PATCH] bpf: replace usage of found with dedicated list iterator variable
 2022-03-28 15:30 UTC  (2+ messages)

[PATCH bpf 0/4] xsk: another round of fixes
 2022-03-28 14:48 UTC  (6+ messages)
` [PATCH bpf 1/4] xsk: do not write NULL in SW ring at allocation failure
` [PATCH bpf 2/4] ice: xsk: eliminate unnecessary loop iteration
` [PATCH bpf 3/4] ice: xsk: stop Rx processing when ntc catches ntu
` [PATCH bpf 4/4] ice: xsk: fix indexing in ice_tx_xsk_pool()

[PATCH AUTOSEL 4.19 08/12] lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
 2022-03-28 11:24 UTC 

[PATCH AUTOSEL 5.4 12/16] lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
 2022-03-28 11:23 UTC 

[PATCH AUTOSEL 5.10 15/21] lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
 2022-03-28 11:22 UTC 

[PATCH AUTOSEL 5.16 26/35] lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
 2022-03-28 11:20 UTC 

[PATCH AUTOSEL 5.15 22/29] lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
 2022-03-28 11:21 UTC 

[PATCH AUTOSEL 5.17 34/43] lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3
 2022-03-28 11:18 UTC 

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-28  9:22 UTC  (7+ messages)

Napływ Klientów ze strony
 2022-03-28  7:35 UTC 

[PATCH] perf evlist: Directly return instead of using local ret variable
 2022-03-28  1:55 UTC 

[PATCH bpf-next] bpf, sockmap: Add sk_rmem_alloc check for tcp_bpf_ingress()
 2022-03-26 20:37 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Allow kprobe attach using legacy debugfs interface
 2022-03-26 14:43 UTC 

[PATCH bpf-next v3 0/4] kprobes: rethook: x86: Replace kretprobe trampoline with rethook
 2022-03-26  2:27 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] kprobes: Use rethook for kretprobe if possible
` [PATCH bpf-next v3 2/4] x86,rethook,kprobes: Replace kretprobe with rethook on x86
` [PATCH bpf-next v3 3/4] x86,rethook: Fix arch_rethook_trampoline() to generate a complete pt_regs
` [PATCH bpf-next v3 4/4] x86,kprobes: Fix optprobe trampoline to generate "

[PATCH bpf-next v2 0/4] kprobes: rethook: x86: Replace kretprobe trampoline with rethook
 2022-03-26  1:26 UTC  (11+ messages)
` [PATCH bpf-next v2 1/4] kprobes: Use rethook for kretprobe if possible
` [PATCH bpf-next v2 2/4] rethook: kprobes: x86: Replace kretprobe with rethook on x86
` [PATCH bpf-next v2 3/4] Subject: x86,rethook: Fix arch_rethook_trampoline() to generate a complete pt_regs
` [PATCH bpf-next v2 4/4] x86,kprobes: Fix optprobe trampoline to generate "

[PATCH bpf-next v3 00/13] Introduce typed pointer support in BPF maps
 2022-03-26  1:01 UTC  (31+ messages)
` [PATCH bpf-next v3 03/13] bpf: Allow storing unreferenced kptr in map
` [PATCH bpf-next v3 05/13] bpf: Allow storing referenced "
` [PATCH bpf-next v3 07/13] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v3 09/13] bpf: Wire up freeing of referenced kptr
` [PATCH bpf-next v3 12/13] selftests/bpf: Add C tests for kptr

[PATCH v2 bpf-next] selftests/bpf: fix selftest after random:urandom_read tracepoint removal
 2022-03-25 23:05 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix selftest after random:urandom_read tracepoint removal
 2022-03-25 22:55 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: fix clang compilation errors
 2022-03-25 20:03 UTC 

[PATCH] selftests/bpf: Fix warning comparing pointer to 0
 2022-03-25 19:55 UTC  (4+ messages)
  ` 答复: "

Question: missing vmlinux BTF variable declarations
 2022-03-25 17:07 UTC  (7+ messages)

[PATCH bpf-next 0/2] kprobes: rethook: x86: Replace kretprobe trampoline with rethook
 2022-03-25 13:01 UTC  (9+ messages)
` [PATCH bpf-next 1/2] kprobes: Use rethook for kretprobe if possible
` [PATCH bpf-next 2/2] rethook: kprobes: x86: Replace kretprobe with rethook on x86
` [PATCH bpf-next 3/2] x86,rethook: Fix arch_rethook_trampoline() to generate a complete pt_regs

[PATCH bpf-next 0/7] Add libbpf support for USDTs
 2022-03-25  5:29 UTC  (8+ messages)
` [PATCH bpf-next 1/7] libbpf: add BPF-side of USDT support
` [PATCH bpf-next 2/7] libbpf: wire up USDT API and bpf_link integration
` [PATCH bpf-next 3/7] libbpf: add USDT notes parsing and resolution logic
` [PATCH bpf-next 4/7] libbpf: wire up spec management and other arch-independent USDT logic
` [PATCH bpf-next 5/7] libbpf: add x86-specific USDT arg spec parsing logic
` [PATCH bpf-next 6/7] selftests/bpf: add basic USDT selftests
` [PATCH bpf-next 7/7] selftests/bpf: add urandom_read shared lib and USDTs

[PATCH v13 bpf-next 0/1] fprobe: Introduce fprobe function entry/exit probe
 2022-03-25  2:41 UTC  (7+ messages)
` [PATCH v13 bpf-next 1/1] rethook: x86: Add rethook x86 implementation

[PATCH bpf-next] bpf: Sync comments for bpf_get_stack
 2022-03-24 18:37 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix maximum permitted number of arguments check
 2022-03-24 18:34 UTC  (2+ messages)

[PATCH intel-next] ice: introduce common helper for retrieving VSI by vsi_num
 2022-03-24 11:49 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in __tcp_transmit_skb
 2022-03-24  8:11 UTC  (4+ 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).