BPF Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-14 19:10:31 to 2024-03-16 16:23:02 UTC [more...]

[PATCH V2 bpf-next 1/2] bpf: add bpf_task_get_cgroup kfunc
 2024-03-16 16:22 UTC 

[syzbot] [can?] [bpf?] KMSAN: uninit-value in bpf_prog_run_generic_xdp
 2024-03-16 16:19 UTC 

[PATCH bpf-next 0/5] Fix kernel panic caused by bpf lsm return value
 2024-03-16 12:23 UTC  (6+ messages)
` [PATCH bpf-next 1/5] bpf, lsm: Annotate lsm hook return integer with new macro LSM_RET_INT
` [PATCH bpf-next 2/5] bpf, lsm: Add return value range description for lsm hook
` [PATCH bpf-next 3/5] bpf, lsm: Add function to read lsm hook return value range
` [PATCH bpf-next 4/5] bpf, lsm: Check bpf lsm hook return values in verifier
` [PATCH bpf-next 5/5] bpf: Fix compare error in function retval_range_within

[PATCH bpf-next v4 1/2] bpf: Remove arch_unprotect_bpf_trampoline()
 2024-03-16  7:35 UTC  (2+ messages)
` [PATCH bpf-next v4 2/2] bpf: Check return from set_memory_rox()

[PATCH bpf-next 0/5] BPF raw tracepoint support for BPF cookie
 2024-03-16  7:16 UTC  (8+ messages)
` [PATCH bpf-next 1/5] bpf: flatten bpf_probe_register call chain
` [PATCH bpf-next 2/5] bpf: pass whole link instead of prog when triggering raw tracepoint
` [PATCH bpf-next 3/5] bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programs
` [PATCH bpf-next 4/5] libbpf: add support for BPF cookie for raw_tp/tp_btf programs
` [PATCH bpf-next 5/5] selftests/bpf: add raw_tp/tp_btf BPF cookie subtests

[PATCH v4 net 0/3] Report RCU QS for busy network kthreads
 2024-03-16  5:40 UTC  (5+ messages)
` [PATCH v4 net 1/3] rcu: add a helper to report consolidated flavor QS
` [PATCH v4 net 2/3] net: report RCU QS on threaded NAPI repolling
` [PATCH v4 net 3/3] bpf: report RCU QS in cpumap kthread

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH bpf-next v3 1/2] bpf: Remove arch_unprotect_bpf_trampoline()
 2024-03-16  0:56 UTC  (7+ messages)
` [PATCH bpf-next v3 2/2] bpf: Check return from set_memory_rox()

[PATCH bpf-next v2 0/3] Ignore additional fields in the struct_ops maps in an updated version
 2024-03-15 23:44 UTC  (4+ messages)

[PATCH 01/10] capability: introduce new capable flag CAP_OPT_NOAUDIT_ONDENY
 2024-03-15 23:11 UTC  (24+ messages)
` [PATCH 02/10] capability: add any wrappers to test for multiple caps with exactly one audit message
` [PATCH 03/10] capability: use new capable_any functionality
` [PATCH 04/10] block: "
` [PATCH 05/10] drivers: "
` [PATCH 06/10] fs: "
` [PATCH 07/10] kernel: "
` [PATCH 08/10] net: "
` [PATCH 09/10] bpf: "
` [PATCH 10/10] coccinelle: add script for capable_any()
` [PATCH 00/10] Introduce capable_any()

[PATCH bpf-next 1/2] bpf: add btf_task_get_cgroup_id kfunc
 2024-03-15 22:42 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add selftest for btf_task_get_cgroup_id

[PATCH v2 bpf-next 1/2] selftests/bpf: scale benchmark counting by using per-CPU counters
 2024-03-15 22:22 UTC  (11+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: add fast mostly in-kernel BPF triggering benchmarks

[PATCH v3 bpf-next] selftests/bpf: scale benchmark counting by using per-CPU counters
 2024-03-15 21:33 UTC 

[PATCH bpf 0/4] bpf: arena followups
 2024-03-15 21:30 UTC  (10+ messages)
` [PATCH bpf 1/4] bpf: Clarify bpf_arena comments
` [PATCH bpf 2/4] libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM
` [PATCH bpf 3/4] selftests/bpf: Remove hard coded PAGE_SIZE macro
` [PATCH bpf 4/4] selftests/bpf: Add arena test case for 4Gbyte corner case

[PATCH bpf-next] bpf: Remove unnecessary err < 0 check in bpf_struct_ops_map_update_elem
 2024-03-15 20:32 UTC  (2+ messages)

[PATCH dwarves v5 0/2] pahole: Inject kfunc decl tags into BTF
 2024-03-15 19:48 UTC  (3+ messages)
` [PATCH dwarves v5 1/2] pahole: Add --btf_feature=decl_tag_kfuncs feature
` [PATCH dwarves v5 2/2] pahole: Inject kfunc decl tags into BTF

[PATCH dwarves v4 0/2] pahole: Inject kfunc decl tags into BTF
 2024-03-15 19:43 UTC  (6+ messages)
` [PATCH dwarves v4 2/2] "

[PATCH] tools/Makefile: Remove cgroup target
 2024-03-15 19:16 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH v8 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC
 2024-03-15 19:02 UTC  (4+ messages)
` [PATCH v8 bpf-next 4/6] bpf: tcp: Handle BPF SYN Cookie in cookie_v[46]_check()

[PATCH bpf-next v2 0/5] bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog types
 2024-03-15 18:49 UTC  (6+ messages)
` [PATCH bpf-next v2 1/5] "
` [PATCH bpf-next v2 2/5] selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
` [PATCH bpf-next v2 3/5] selftests/bpf: Refactor out some functions "
` [PATCH bpf-next v2 4/5] selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test
` [PATCH bpf-next v2 5/5] selftests/bpf: Add a sk_msg "

PF_PACKET RPS like using bpf
 2024-03-15 18:30 UTC  (4+ messages)

[PATCH bpf-next 0/6] Enhancing selftests/xsk Framework: Maximum and Minimum Ring Configurations
 2024-03-15 17:44 UTC  (11+ messages)
` [PATCH bpf-next 1/6] tools/include: add ethtool_ringparam definition to UAPI header
` [PATCH bpf-next 2/6] selftests/xsk: make batch size variable
` [PATCH bpf-next 3/6] selftests/xsk: implement get_hw_ring_size function to retrieve current and max interface size
` [PATCH bpf-next 4/6] selftests/xsk: implement set_hw_ring_size function to configure interface ring size
` [PATCH bpf-next 5/6] selftests/xsk: test AF_XDP functionality under minimal ring configurations
` [PATCH bpf-next 6/6] selftests/xsk: enhance framework with a new test case for AF_XDP under max ring sizes

[PATCH v1 bpf-next 3/9] bpf: expose how xlated insns map to jitted insns
 2024-03-15 17:29 UTC  (18+ messages)

[PATCH bpf-next] bpf/lpm_trie: inline longest_prefix_match for fastpath
 2024-03-15 17:08 UTC  (3+ messages)

Crash caused by 778666df60f0 ("s390: compile relocatable kernel without -fPIE")
 2024-03-15 16:59 UTC 

[PATCH bpf-next v2] bpf: Check return from set_memory_rox() and friends
 2024-03-15 16:00 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION a1e7655b77e3391b58ac28256789ea45b1685abb
 2024-03-15 15:59 UTC 

[PATCH v4 0/7] Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs)
 2024-03-15 15:55 UTC  (10+ messages)
` [PATCH v4 1/7] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH v4 2/7] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH v4 3/7] selftests/hid: add KASAN to the VM tests
` [PATCH v4 4/7] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH v4 5/7] HID: bpf: allow to inject HID event from BPF
` [PATCH v4 6/7] selftests/hid: add tests for hid_bpf_input_report
` [PATCH v4 7/7] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks

[PATCH v3 net 0/3] Report RCU QS for busy network kthreads
 2024-03-15 14:54 UTC  (4+ messages)
` [PATCH v3 net 1/3] rcu: add a helper to report consolidated flavor QS

[PATCH bpf-next v4 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-03-15 14:29 UTC  (7+ messages)
` [PATCH bpf-next v4 1/6] bpf/helpers: introduce sleepable bpf_timers
` [PATCH bpf-next v4 2/6] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH bpf-next v4 3/6] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH bpf-next v4 4/6] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH bpf-next v4 5/6] tools: sync include/uapi/linux/bpf.h
` [PATCH bpf-next v4 6/6] selftests/bpf: add sleepable timer tests

[PATCH][next] selftests/bpf: Remove second semicolon
 2024-03-15 14:00 UTC  (2+ messages)

[PATCH bpf] bpf_doc: use silent mode when exec make cmd
 2024-03-15 13:50 UTC  (4+ messages)

[PATCH bpf-next 0/2] bpf,arm64: Add support for BPF Arena
 2024-03-15 10:31 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: Add arm64 JIT support for PROBE_MEM32 pseudo instructions

[PATCH bpf-next v2] bpftool: Mount bpffs on provided dir instead of parent dir
 2024-03-15  9:59 UTC  (4+ messages)

[PATCH net-next v4 0/8] virtio-net: support device stats
 2024-03-15  8:11 UTC  (10+ messages)
` [PATCH net-next v4 3/8] virtio_net: "
` [PATCH net-next v4 7/8] netdev: add queue stats
` [PATCH net-next v4 8/8] virtio-net: support queue stat

[PATCH bpf-next v2 0/9] bpf: make tracing program support multi-link
 2024-03-15  8:17 UTC  (12+ messages)
` [PATCH bpf-next v2 1/9] bpf: tracing: add support to record and check the accessed args
    ` [External] "

linux-next: manual merge of the bpf-next tree with the mm-stable tree
 2024-03-15  7:29 UTC  (6+ messages)

[PATCH bpf-next] selftests/bpf: scale benchmark counting by using per-CPU counters
 2024-03-15  4:56 UTC  (5+ messages)

[PATCH bpf-next v3 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-15  2:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: preserve sleepable bit in subprog info
 2024-03-15  2:30 UTC  (3+ messages)

[PATCH net-next v4] net: Re-use and set mono_delivery_time bit for userspace tstamp packets
 2024-03-14 22:29 UTC  (15+ messages)

[PATCH] bpf: remove trunctaiton warning in BPF_LD_IMM64_RAW
 2024-03-14 22:08 UTC  (3+ messages)

[PATCH net-next v3] Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"
 2024-03-14 21:14 UTC 

[linux-next:master] BUILD REGRESSION 9bb9b28d0568991b1d63e66fe75afa5f97ad1156
 2024-03-14 20:49 UTC 

[PATCH bpf-next v2] libbpf: Prevent null-pointer dereference when prog to load has no BTF
 2024-03-14 20:50 UTC  (2+ messages)

[PATCH bpf-next] bpftool: cast pointers for shadow types explicitly
 2024-03-14 20:40 UTC  (8+ messages)

[PATCH bpf-next v2] bpftool: Fix missing pids during link show
 2024-03-14 20:40 UTC  (2+ messages)

[PATCH bpf] bpf: Temporarily disable atomic operations in BPF arena
 2024-03-14 19:10 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 read-only IMAP folder(s) and NNTP newsgroup(s).