public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-10 18:25:58 to 2023-08-13 14:19:08 UTC [more...]

[PATCH v6 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-08-13 14:18 UTC  (2+ messages)
` [PATCH v6 bpf-next 1/2] bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()

[syzbot] [modules?] general protection fault in sys_finit_module
 2023-08-13 13:38 UTC  (2+ messages)

[syzbot] [net?] possible deadlock in br_forward_delay_timer_expired
 2023-08-13  8:07 UTC 

[PATCH bpf-next 1/2] libbpf: Support triple-underscore flavors for kfunc relocation
 2023-08-13  5:43 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add CO-RE relocs kfunc flavors tests

[PATCH v5 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-08-13  3:15 UTC  (7+ messages)
` [PATCH bpf-next v5 1/2] bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
` [PATCH bpf-next v5 2/2] selftests/bpf: Add selftest for fill_link_info

[PATCH v2] tracepoint: add new `tcp:tcp_ca_event` trace event
 2023-08-13  2:08 UTC  (10+ messages)
` [PATCH v3] "

[RFC][PATCH v2 00/13] integrity: Introduce a digest cache
 2023-08-12 10:46 UTC  (14+ messages)
` [RFC][PATCH v2 01/13] ima: Introduce hook DIGEST_LIST_CHECK
` [RFC][PATCH v2 02/13] integrity: Introduce a digest cache
` [RFC][PATCH v2 03/13] integrity/digest_cache: Add functions to populate and search
` [RFC][PATCH v2 04/13] integrity/digest_cache: Prefetch digest lists in a directory
` [RFC][PATCH v2 05/13] integrity/digest_cache: Parse tlv digest lists
` [RFC][PATCH v2 06/13] integrity/digest_cache: Parse rpm "
` [RFC][PATCH v2 07/13] ima: Add digest_cache policy keyword
` [RFC][PATCH v2 08/13] ima: Use digest cache for measurement
` [RFC][PATCH v2 09/13] ima: Use digest cache for appraisal
` [RFC][PATCH v2 10/13] tools: Add tool to manage digest lists
` [RFC][PATCH v2 11/13] tools/digest-lists: Add tlv digest list generator and parser
` [RFC][PATCH v2 12/13] tools/digest-lists: Add rpm "
` [RFC][PATCH v2 13/13] docs: Add documentation of the integrity digest cache

[PATCH bpf-next v2] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-12  6:06 UTC  (3+ messages)

[PATCH bpf-next v3] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-12  5:57 UTC 

[PATCH bpf-next v3] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-12  5:57 UTC 

[PATCH v3 0/8] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-12  5:38 UTC  (9+ messages)
` [PATCH v3 1/8] Documentation: probes: Add a new ret_ip callback parameter
` [PATCH v3 2/8] fprobe: Use fprobe_regs in fprobe entry handler
` [PATCH v3 3/8] tracing: Expose ftrace_regs regardless of CONFIG_FUNCTION_TRACER
` [PATCH v3 4/8] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v3 5/8] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v3 6/8] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v3 7/8] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v3 8/8] Documentations: probes: Update fprobe document to use ftrace_regs

[PATCH] bpftool: fix perf help message
 2023-08-12  4:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: Remove unused declaration bpf_link_new_file()
 2023-08-12  3:50 UTC  (2+ messages)

[PATCH bpf-next] net: Fix slab-out-of-bounds in inet[6]_steal_sock
 2023-08-12  3:35 UTC  (4+ messages)

[PATCH mptcp-next v13 0/4] bpf: Force to MPTCP
 2023-08-12  2:54 UTC  (5+ messages)
` [PATCH mptcp-next v13 1/4] bpf: Add update_socket_protocol hook
` [PATCH mptcp-next v13 2/4] selftests/bpf: Add two mptcp netns helpers
` [PATCH mptcp-next v13 3/4] selftests/bpf: Fix error checks of mptcp open_and_load
` [PATCH mptcp-next v13 4/4] selftests/bpf: Add mptcpify test

[PATCH V5 net-next 0/2] net: fec: add XDP_TX feature support
 2023-08-12  0:06 UTC  (7+ messages)
` [PATCH V5 net-next 1/2] "

[PATCH bpf-next] bpf: Support default .validate() and .update() behavior for struct_ops links
 2023-08-11 23:36 UTC  (17+ messages)

[RFC bpf-next v2 0/6] Sleepable BPF programs on cgroup {get,set}sockopt
 2023-08-11 23:31 UTC  (15+ messages)
` [RFC bpf-next v2 1/6] bpf: enable sleepable BPF programs attached to cgroup/{get,set}sockopt
` [RFC bpf-next v2 2/6] bpf: Prevent BPF programs from access the buffer pointed by user_optval
` [RFC bpf-next v2 3/6] bpf: rename bpf_copy_to_user()
` [RFC bpf-next v2 4/6] bpf: Provide bpf_copy_from_user() and bpf_copy_to_user()
` [RFC bpf-next v2 5/6] bpf: Add a new dynptr type for CGRUP_SOCKOPT
` [RFC bpf-next v2 6/6] bpf: Add test cases for sleepable BPF programs of the CGROUP_SOCKOPT type

[PATCH bpf-next v2] bpf: Support default .validate() and .update() behavior for struct_ops links
 2023-08-11 21:54 UTC  (2+ messages)

[Bpf] Review of draft-thaler-bpf-isa-01
 2023-08-11 21:41 UTC  (11+ messages)

[PATCH bpf-next v11 0/5] bpf: Force to MPTCP
 2023-08-11 18:50 UTC  (9+ messages)
` [PATCH bpf-next v11 2/5] selftests/bpf: Use random netns name for mptcp

[PATCH v1 0/4] Remove BPF event support
 2023-08-11 18:46 UTC  (11+ messages)
` [PATCH v1 1/4] perf parse-events: "
` [PATCH v1 2/4] perf trace: Migrate BPF augmentation to use a skeleton
` [PATCH v1 3/4] perf bpf examples: With no BPF events remove examples
` [PATCH v1 4/4] perf trace: Tidy comments

Usage of "p" constraint in BPF inline asm
 2023-08-11 17:22 UTC  (13+ messages)

[RFC PATCH v2 0/6] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-11 17:10 UTC  (14+ messages)
` [RFC PATCH v2 1/6] fprobe: Use fprobe_regs in fprobe entry handler
` [RFC PATCH v2 4/6] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS

[PATCH bpf-next 0/3] Open-coded task_vma iter
 2023-08-11 17:03 UTC  (10+ messages)
` [PATCH bpf-next 1/3] bpf: Explicitly emit BTF for struct bpf_iter_num, not btf_iter_num
` [PATCH bpf-next 2/3] bpf: Introduce task_vma open-coded iterator kfuncs
` [PATCH bpf-next 3/3] selftests/bpf: Add tests for open-coded task_vma iter

[PATCH bpf-next] selftests/bpf: trace_helpers.c: optimize kallsyms cache
 2023-08-11 16:59 UTC  (3+ messages)

[PATCHv7 bpf-next 00/28] bpf: Add multi uprobe link
 2023-08-11 16:45 UTC  (5+ messages)
` [PATCHv7 bpf-next 04/28] bpf: Add cookies support for uprobe_multi link

[PATCH bpf-next v5 00/21] XDP metadata via kfuncs for ice
 2023-08-11 16:23 UTC  (23+ messages)
` [PATCH bpf-next v5 01/21] ice: make RX hash reading code more reusable
` [PATCH bpf-next v5 02/21] ice: make RX HW timestamp "
` [PATCH bpf-next v5 03/21] ice: make RX checksum checking "
` [PATCH bpf-next v5 04/21] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v5 05/21] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v5 06/21] ice: Support HW timestamp hint
` [PATCH bpf-next v5 07/21] ice: Support RX hash XDP hint
` [PATCH bpf-next v5 08/21] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v5 09/21] xdp: Add VLAN tag hint
` [PATCH bpf-next v5 10/21] ice: Implement "
` [PATCH bpf-next v5 11/21] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v5 12/21] xdp: Add checksum hint
` [PATCH bpf-next v5 13/21] ice: Implement "
` [PATCH bpf-next v5 14/21] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v5 15/21] net, xdp: allow metadata > 32
` [PATCH bpf-next v5 16/21] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [PATCH bpf-next v5 17/21] veth: Implement VLAN tag and checksum XDP hint
` [PATCH bpf-next v5 18/21] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v5 19/21] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v5 20/21] selftests/bpf: Check VLAN tag and proto "
` [PATCH bpf-next v5 21/21] selftests/bpf: check checksum state "

[syzbot] [net?] WARNING in ip6_tnl_exit_batch_net
 2023-08-11 15:06 UTC  (3+ messages)

[syzbot] [net?] WARNING in rtnl_dellink (3)
 2023-08-11 13:57 UTC 

NEW ORDER - CF0002
 2023-08-11 12:12 UTC 

[RFC PATCH bpf-next 0/2] Remove unnecessary synchronizations in cpumap
 2023-08-11 10:23 UTC  (7+ messages)
` [RFC PATCH bpf-next 1/2] bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()
` [RFC PATCH bpf-next 2/2] bpf, cpumap: Clean up bpf_cpu_map_entry directly in cpu_map_free

[PATCH bpf-next 0/2] bpf: Update h_proto of ethhdr when the outer protocol changed
 2023-08-11 10:22 UTC  (6+ messages)
` [PATCH bpf-next 1/2] "

[PATCH bpf-next v2 0/7] add BPF_F_PERMANENTLY flag for sockmap skmsg redirect
 2023-08-11  9:32 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] bpf, sockmap: add BPF_F_PERMANENTLY flag for "
` [PATCH bpf-next v2 2/7] selftests/bpf: Add txmsg ingress permanently test for sockmap
` [PATCH bpf-next v2 3/7] selftests/bpf: Add txmsg redir "
` [PATCH bpf-next v2 4/7] selftests/bpf: add skmsg verdict tests
` [PATCH bpf-next v2 5/7] selftests/bpf: add two skmsg verdict tests for BPF_F_PERMANENTLY flag
` [PATCH bpf-next v2 6/7] selftests/bpf: add tests for verdict skmsg to itself
` [PATCH bpf-next v2 7/7] selftests/bpf: add tests for verdict skmsg to closed socket

Warning when compiling with python3.12
 2023-08-11  8:47 UTC 

[PATCHSET v4] sched: Implement BPF extensible scheduler class
 2023-08-11  1:16 UTC  (5+ messages)

[PATCH bpf-next] libbpf: set close-on-exec flag on gzopen
 2023-08-10 22:18 UTC  (2+ messages)

[PATCH] libbpf: set close-on-exec flag on gzopen
 2023-08-10 22:08 UTC  (2+ messages)

pull-request: bpf-next 2023-08-09
 2023-08-10 21:40 UTC  (5+ messages)

[PATCH bpf-next v2 00/14] Exceptions - 1/2
 2023-08-10 21:12 UTC  (3+ messages)
` [PATCH bpf-next v2 11/14] bpf: Fix kfunc callback register type handling

[RFC PATCH 0/2] mm: Select victim using bpf_select_task
 2023-08-10 19:41 UTC  (12+ messages)
` [RFC PATCH 1/2] mm, oom: Introduce bpf_select_task

[PATCH bpf-next 0/9] xsk: TX metadata
 2023-08-10 18:25 UTC  (4+ messages)
` [PATCH bpf-next 2/9] xsk: add TX timestamp and TX checksum offload support
  ` [xdp-hints] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox