messages from 2022-09-01 16:16:41 to 2022-09-04 14:10:19 UTC [more...]
[PATCH stable 5.15 0/2] kbuild: Fix compilation for latest pahole release
2022-09-04 14:10 UTC (4+ messages)
` [PATCH stable 5.15 1/2] kbuild: Unify options for BTF generation for vmlinux and modules
` [PATCH stable 5.15 2/2] kbuild: Add skip_encoding_btf_enum64 option to pahole
[PATCH 1/2] bpf: Fix warning of Using plain integer as NULL pointer
2022-09-04 10:36 UTC (3+ messages)
[PATCH bpf-next] Fixes: 14a324f6a67e ("bpf: Wire up freeing of referenced kptr")
2022-09-04 10:28 UTC
[PATCH bpf-next] Fixes: 14a324f6a67e ("bpf: Wire up freeing of referenced kptr")
2022-09-04 10:18 UTC
[BUG] null pointer dereference when loading bpf_preload on Raspberry Pi
2022-09-04 9:28 UTC (5+ messages)
[PATCH bpf-next v3 0/4] Add BPF JIT support for LoongArch
2022-09-04 9:04 UTC (7+ messages)
` [PATCH bpf-next v3 3/4] LoongArch: Add BPF JIT support
[PATCH bpf v2] bpf: Add config for skipping BTF enum64s
2022-09-04 6:18 UTC (5+ messages)
[PATCH 2/2] bpf: Fix warning of incorrect type in return expression
2022-09-03 19:02 UTC
[PATCHv3 bpf-next 0/2] bpf,ftrace: bpf dispatcher function fix
2022-09-03 13:11 UTC (3+ messages)
` [PATCHv3 bpf-next 1/2] ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
` [PATCHv3 bpf-next 2/2] bpf: Move bpf_dispatcher function out of ftrace locations
[PATCHv2 bpf-next 0/2] bpf,ftrace: bpf dispatcher function fix
2022-09-03 13:11 UTC (6+ messages)
` [PATCHv2 bpf-next 2/2] bpf: Move bpf_dispatcher function out of ftrace locations
[PATCH v5 0/4] Introduce security_create_user_ns()
2022-09-03 3:58 UTC (11+ messages)
[PATCH v2 bpf-next 00/17] bpf: net: Remove duplicated code from bpf_getsockopt()
2022-09-03 3:50 UTC (20+ messages)
` [PATCH v2 bpf-next 01/17] net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
` [PATCH v2 bpf-next 02/17] bpf: net: Change sk_getsockopt() to take the sockptr_t argument
` [PATCH v2 bpf-next 03/17] bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpf
` [PATCH v2 bpf-next 04/17] bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
` [PATCH v2 bpf-next 05/17] bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
` [PATCH v2 bpf-next 06/17] bpf: net: Change do_ip_getsockopt() to take the sockptr_t argument
` [PATCH v2 bpf-next 07/17] bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpf
` [PATCH v2 bpf-next 08/17] net: Remove unused flags argument from do_ipv6_getsockopt
` [PATCH v2 bpf-next 09/17] net: Add a len argument to compat_ipv6_get_msfilter()
` [PATCH v2 bpf-next 10/17] bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argument
` [PATCH v2 bpf-next 11/17] bpf: net: Avoid do_ipv6_getsockopt() taking sk lock when called from bpf
` [PATCH v2 bpf-next 12/17] bpf: Embed kernel CONFIG check into the if statement in bpf_getsockopt
` [PATCH v2 bpf-next 13/17] bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
` [PATCH v2 bpf-next 14/17] bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
` [PATCH v2 bpf-next 15/17] bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
` [PATCH v2 bpf-next 16/17] bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()
` [PATCH v2 bpf-next 17/17] selftest/bpf: Add test for bpf_getsockopt()
[PATCH bpf-next 0/2] cgroup/connect{4,6} programs for unprivileged ICMP ping
2022-09-02 23:52 UTC (5+ messages)
` [PATCH bpf-next 1/2] bpf: Invoke "
` [PATCH bpf-next 2/2] selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv "
[PATCH v5 0/4] bpf: Add user-space-publisher ring buffer map type
2022-09-02 23:43 UTC (5+ messages)
` [PATCH v5 1/4] bpf: Define new BPF_MAP_TYPE_USER_RINGBUF "
` [PATCH v5 2/4] bpf: Add bpf_user_ringbuf_drain() helper
` [PATCH v5 3/4] bpf: Add libbpf logic for user-space ring buffer
` [PATCH v5 4/4] selftests/bpf: Add selftests validating the user ringbuf
[PATCH v6 bpf-next 00/16] bpf: BPF specific memory allocator
2022-09-02 21:10 UTC (17+ messages)
` [PATCH v6 bpf-next 01/16] bpf: Introduce any context "
` [PATCH v6 bpf-next 02/16] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v6 bpf-next 03/16] selftests/bpf: Improve test coverage of test_maps
` [PATCH v6 bpf-next 04/16] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v6 bpf-next 05/16] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v6 bpf-next 06/16] bpf: Optimize element count in non-preallocated hash map
` [PATCH v6 bpf-next 07/16] bpf: Optimize call_rcu "
` [PATCH v6 bpf-next 08/16] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v6 bpf-next 09/16] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v6 bpf-next 10/16] bpf: Add percpu allocation support to bpf_mem_alloc
` [PATCH v6 bpf-next 11/16] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v6 bpf-next 12/16] bpf: Remove tracing program restriction on map types
` [PATCH v6 bpf-next 13/16] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v6 bpf-next 14/16] bpf: Remove prealloc-only restriction for "
` [PATCH v6 bpf-next 15/16] bpf: Remove usage of kmem_cache from bpf_mem_cache
` [PATCH v6 bpf-next 16/16] bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc
[PATCH bpf-next] bpf: Add bpf_[skb|xdp]_packet_hash
2022-09-02 20:18 UTC (3+ messages)
[PATCH] bpf: added the account of BPF running time
2022-09-02 19:35 UTC (3+ messages)
[PATCH net v2 1/2] ice: Fix DMA mappings leak
2022-09-02 17:57 UTC
[PATCH nf-next] netfilter: nf_tables: add ebpf expression
2022-09-02 17:52 UTC (16+ messages)
[PATCH bpf-next 0/4] Introduce bpf_ct_set_nat_info kfunc helper
2022-09-02 16:01 UTC (10+ messages)
` [PATCH bpf-next 1/4] bpf: Add support for per-parameter trusted args
` [PATCH bpf-next 2/4] selftests/bpf: Extend KF_TRUSTED_ARGS test for __ref annotation
` [PATCH bpf-next 3/4] net: netfilter: add bpf_ct_set_nat_info kfunc helper
` [PATCH bpf-next 4/4] selftests/bpf: add tests for bpf_ct_set_nat_info kfunc
[PATCH v3 bpf-next 0/3] bpf: Support setting variable-length tunnel options
2022-09-02 15:51 UTC (5+ messages)
` [PATCH v3 bpf-next 1/3] "
[PATCH bpf-next v3 0/2] Add table of BPF program types to docs
2022-09-02 15:42 UTC (5+ messages)
` [PATCH bpf-next v3 1/2] Add subdir support to Documentation makefile
` [PATCH bpf-next v3 2/2] Add table of BPF program types to libbpf docs
[PATCH bpf-next 0/2] Jit BPF_CALL to direct call when possible
2022-09-02 15:20 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf, arm64: "
` [PATCH bpf-next 2/2] bpf, arm64: Eliminate false -EFBIG error in bpf trampoline
[RFC bpf-next 0/2] bpf: tnums: warn against the usage of tnum_in(tnum_range(), ...)
2022-09-02 12:47 UTC (5+ messages)
` [RFC bpf-next 1/2] "
[PATCH bpf-next 1/2] bpf: Support getting tunnel flags
2022-09-02 13:30 UTC (5+ messages)
[PATCH bpf-next v3] selftests/bpf: Store BPF object files with .bpf.o extension
2022-09-02 13:56 UTC (2+ messages)
[PATCH net-next 00/22] refactor the walk and lookup hook functions in tc_action_ops
2022-09-02 14:03 UTC (25+ messages)
` [PATCH net-next 01/22] net: sched: act_api: implement generic walker and search for tc action
` [PATCH net-next 02/22] net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search
` [PATCH net-next 03/22] net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search
` [PATCH net-next 04/22] net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search
` [PATCH net-next 05/22] net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search
` [PATCH net-next 06/22] net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search
` [PATCH net-next 07/22] net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search
` [PATCH net-next 08/22] net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search
` [PATCH net-next 09/22] net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search
` [PATCH net-next 10/22] net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_search/tcf_xt_search
` [PATCH net-next 11/22] net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search
` [PATCH net-next 12/22] net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search
` [PATCH net-next 13/22] net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search
` [PATCH net-next 14/22] net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search
` [PATCH net-next 15/22] net: sched: act_police: get rid of tcf_police_walker and tcf_police_search
` [PATCH net-next 16/22] net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search
` [PATCH net-next 17/22] net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search
` [PATCH net-next 18/22] net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_search
` [PATCH net-next 19/22] net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_search
` [PATCH net-next 20/22] net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_search
` [PATCH net-next 21/22] net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search
` [PATCH net-next 22/22] net: sched: act: remove redundant code in act_api
[PATCH v1] selftests/xsk: Avoid use-after-free on ctx
2022-09-02 14:00 UTC (3+ messages)
[PATCH v6 bpf-next 0/6] selftests: xsk: real device testing support
2022-09-02 13:40 UTC (2+ messages)
[PATCH bpf-next v10 00/23] Introduce eBPF support for HID devices
2022-09-02 13:29 UTC (24+ messages)
` [PATCH bpf-next v10 01/23] selftests/bpf: regroup and declare similar kfuncs selftests in an array
` [PATCH bpf-next v10 02/23] bpf: split btf_check_subprog_arg_match in two
` [PATCH bpf-next v10 03/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v10 04/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v10 05/23] bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
` [PATCH bpf-next v10 06/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v10 07/23] selftests/bpf: Add tests for kfunc returning a memory pointer
` [PATCH bpf-next v10 08/23] HID: core: store the unique system identifier in hid_device
` [PATCH bpf-next v10 09/23] HID: export hid_report_type to uapi
` [PATCH bpf-next v10 10/23] HID: convert defines of HID class requests into a proper enum
` [PATCH bpf-next v10 11/23] HID: Kconfig: split HID support and hid-core compilation
` [PATCH bpf-next v10 12/23] HID: initial BPF implementation
` [PATCH bpf-next v10 13/23] selftests/bpf: add tests for the HID-bpf initial implementation
` [PATCH bpf-next v10 14/23] HID: bpf: allocate data memory for device_event BPF programs
` [PATCH bpf-next v10 15/23] selftests/bpf/hid: add test to change the report size
` [PATCH bpf-next v10 16/23] HID: bpf: introduce hid_hw_request()
` [PATCH bpf-next v10 17/23] selftests/bpf: add tests for bpf_hid_hw_request
` [PATCH bpf-next v10 18/23] HID: bpf: allow to change the report descriptor
` [PATCH bpf-next v10 19/23] selftests/bpf: add report descriptor fixup tests
` [PATCH bpf-next v10 20/23] selftests/bpf: Add a test for BPF_F_INSERT_HEAD
` [PATCH bpf-next v10 21/23] samples/bpf: HID: add new hid_mouse example
` [PATCH bpf-next v10 22/23] samples/bpf: HID: add Surface Dial example
` [PATCH bpf-next v10 23/23] Documentation: add HID-BPF docs
[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
2022-09-02 13:11 UTC (11+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
[PATCH bpf-next v4 4/5] bpf: Add support for writing to nf_conn:mark
2022-09-02 12:16 UTC (2+ messages)
[PATCH bpf-next v2] bpftool: implement perf attach command
2022-09-02 10:23 UTC (5+ messages)
[PATCH bpf-next v4 0/8] bpf: Support struct argument for trampoline base progs
2022-09-02 7:56 UTC (3+ messages)
` [PATCH bpf-next v4 3/8] bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()
[PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator, UAPI in particular
2022-09-02 3:29 UTC (17+ messages)
[PATCH v14 00/12] bpf: Add kfuncs for PKCS#7 signature verification
2022-09-02 3:27 UTC (7+ messages)
` [PATCH v14 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and set KEY_LOOKUP_FLAGS_ALL
[PATCH bpf-next v2 0/4] Use this_cpu_xxx for preemption-safety
2022-09-02 3:16 UTC (5+ messages)
` [PATCH bpf-next v2 4/4] selftests/bpf: Test concurrent updates on bpf_task_storage_busy
[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
2022-09-02 2:30 UTC (14+ messages)
` [PATCH bpf-next v3 01/13] cgroup: Update the comment on cgroup_get_from_fd
` [PATCH bpf-next v3 02/13] bpf: Introduce new helper bpf_map_put_memcg()
` [PATCH bpf-next v3 03/13] bpf: Define bpf_map_{get,put}_memcg for !CONFIG_MEMCG_KMEM
` [PATCH bpf-next v3 04/13] bpf: Call bpf_map_init_from_attr() immediately after map creation
` [PATCH bpf-next v3 05/13] bpf: Save memcg in bpf_map_init_from_attr()
` [PATCH bpf-next v3 06/13] bpf: Use scoped-based charge in bpf_map_area_alloc
` [PATCH bpf-next v3 07/13] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [PATCH bpf-next v3 08/13] bpf: Use bpf_map_kzalloc in arraymap
` [PATCH bpf-next v3 09/13] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next v3 10/13] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [PATCH bpf-next v3 11/13] mm, memcg: Add new helper task_under_memcg_hierarchy
` [PATCH bpf-next v3 12/13] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next v3 13/13] bpf: Introduce selectable memcg for bpf map
[PATCH bpf-next] bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK is on
2022-09-01 23:30 UTC (2+ messages)
[PATCH bpf-next v5 0/3] Add skb + xdp dynptrs
2022-09-01 21:58 UTC (4+ messages)
` [PATCH bpf-next v5 1/3] bpf: Add skb dynptrs
[PATCH] bpf: Remove useless else if
2022-09-01 21:10 UTC (2+ messages)
[RFCv2 PATCH bpf-next 00/18] bpf: Introduce rbtree map
2022-09-01 21:01 UTC (3+ messages)
` [RFCv2 PATCH bpf-next 01/18] bpf: Add verifier support for custom callback return range
[PATCH bpf-next v2] selftests/bpf: Store BPF object files with .bpf.o extension
2022-09-01 20:59 UTC (3+ messages)
[PATCH v5 bpf-next 00/15] bpf: BPF specific memory allocator
2022-09-01 16:15 UTC (6+ messages)
` [PATCH v5 bpf-next 11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v5 bpf-next 12/15] bpf: Remove tracing program restriction on map types
` [PATCH v5 bpf-next 13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v5 bpf-next 14/15] bpf: Remove prealloc-only restriction for "
` [PATCH v5 bpf-next 15/15] bpf: Remove usage of kmem_cache from bpf_mem_cache
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox