messages from 2022-10-15 04:20:11 to 2022-10-19 06:19:53 UTC [more...]
[PATCH bpf-next v1 00/13] Fixes for dynptr
2022-10-19 6:19 UTC (21+ messages)
` [PATCH bpf-next v1 01/13] bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
` [PATCH bpf-next v1 02/13] bpf: Rework process_dynptr_func
` [PATCH bpf-next v1 03/13] bpf: Rename confusingly named RET_PTR_TO_ALLOC_MEM
` [PATCH bpf-next v1 04/13] bpf: Rework check_func_arg_reg_off
` [PATCH bpf-next v1 05/13] bpf: Fix state pruning for STACK_DYNPTR stack slots
` [PATCH bpf-next v1 06/13] bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTR
` [PATCH bpf-next v1 07/13] bpf: Fix partial dynptr stack slot reads/writes
` [PATCH bpf-next v1 08/13] bpf: Use memmove for bpf_dynptr_{read,write}
` [PATCH bpf-next v1 09/13] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback
` [PATCH bpf-next v1 10/13] selftests/bpf: Add dynptr pruning tests
` [PATCH bpf-next v1 11/13] selftests/bpf: Add dynptr var_off tests
` [PATCH bpf-next v1 12/13] selftests/bpf: Add dynptr partial slot overwrite tests
` [PATCH bpf-next v1 13/13] selftests/bpf: Add dynptr helper tests
[PATCH bpf-next v2 00/25] Local kptrs, BPF linked lists
2022-10-19 5:58 UTC (15+ messages)
` [PATCH bpf-next v2 06/25] bpf: Refactor kptr_off_tab into fields_tab
` [PATCH bpf-next v2 07/25] bpf: Consolidate spin_lock, timer management "
` [PATCH bpf-next v2 09/25] bpf: Support bpf_list_head in map values
` [PATCH bpf-next v2 19/25] bpf: Introduce bpf_kptr_new
` [PATCH bpf-next v2 23/25] libbpf: Add support for private BSS map section
[PATCH] Re: [tip: perf/core] perf: Use sample_flags for raw_data
2022-10-19 4:57 UTC (8+ messages)
` [PATCH] bpf: fix sample_flags for bpf_perf_event_output
pull-request: bpf-next 2022-10-18
2022-10-19 3:20 UTC (2+ messages)
[net 0/2] some fixes for selftest/net
2022-10-19 1:53 UTC (9+ messages)
` [net 1/2] selftests/net: fix opening object file failed
[PATCH v2 bpf-next 0/3] libbpf: support non-mmap()'able data sections
2022-10-19 0:28 UTC (4+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: clean up and refactor BTF fixup step
` [PATCH v2 bpf-next 2/3] libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars
` [PATCH v2 bpf-next 3/3] libbpf: add non-mmapable data section selftest
[PATCH bpf-next] selftests/bpf: fix task_local_storage/exit_creds rcu usage
2022-10-19 0:23 UTC (2+ messages)
[PATCH bpf-next 0/3] libbpf: support non-mmap()'able data sections
2022-10-19 0:15 UTC (12+ messages)
` [PATCH bpf-next 1/3] libbpf: clean up and refactor BTF fixup step
` [PATCH bpf-next 2/3] libbpf: only add BPF_F_MMAPABLE flag for data maps with global vars
` [PATCH bpf-next 3/3] libbpf: add non-mmapable data section selftest
[PATCH bpf-next 0/5] bpf: Implement cgroup local storage available to non-cgroup-attached bpf progs
2022-10-18 23:12 UTC (35+ messages)
` [PATCH bpf-next 2/5] bpf: Implement cgroup "
` [PATCH bpf-next 4/5] bpftool: Support new cgroup local storage
[PATCH bpf-next v2 00/13] Add support for qp-trie with dynptr key
2022-10-18 22:50 UTC (9+ messages)
` [PATCH bpf-next v2 03/13] bpf: Support bpf_dynptr-typed map key in bpf syscall
[PATCH] bpf, test_run: Track allocation size of data
2022-10-18 20:19 UTC (4+ messages)
[PATCH] bpf: Use kmalloc_size_roundup() to match ksize() usage
2022-10-18 20:07 UTC (4+ messages)
[PATCH bpf-next] bpf/docs: Update README for most recent vmtest.sh
2022-10-18 20:00 UTC (2+ messages)
[PATCH] libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()
2022-10-18 18:32 UTC (2+ messages)
netfilter+bpf road ahead
2022-10-18 18:26 UTC
[PATCH] x86: Include asm/ptrace.h in syscall_wrapper header
2022-10-18 18:23 UTC (2+ messages)
[Patch bpf] sock_map: convert cancel_work_sync() to cancel_work()
2022-10-18 18:13 UTC (2+ messages)
[PATCH bpf-next v2 0/4] Remove unnecessary RCU grace period chaining
2022-10-18 17:40 UTC (5+ messages)
[PATCH bpf-next v2] bpf/docs: Summarize CI system and deny lists
2022-10-18 16:40 UTC
[PATCH bpf-next v2] samples/bpf: Fix typos in README
2022-10-18 16:32 UTC
WARN: multiple IDs found for 'nf_conn': 92168, 117897 - using 92168
2022-10-18 15:11 UTC (2+ messages)
[PATCH bpf-next v1] bpf, docs: Reformat BPF maps page to be more readable
2022-10-18 14:45 UTC (3+ messages)
[PATCH bpf] bpf: Fix dispatcher patchable function entry to 5 bytes nop
2022-10-18 14:26 UTC (2+ messages)
[PATCH net-next v3 00/12] net: dpaa2-eth: AF_XDP zero-copy support
2022-10-18 14:19 UTC (13+ messages)
` [PATCH net-next v3 01/12] net: dpaa2-eth: add support to query the number of queues through ethtool
` [PATCH net-next v3 02/12] net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_stats
` [PATCH net-next v3 03/12] net: dpaa2-eth: add support for multiple buffer pools per DPNI
` [PATCH net-next v3 04/12] net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug file
` [PATCH net-next v3 05/12] net: dpaa2-eth: export buffer pool info into a new debugfs file
` [PATCH net-next v3 06/12] net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN pools
` [PATCH net-next v3 07/12] net: dpaa2-eth: use dev_close/open instead of the internal functions
` [PATCH net-next v3 08/12] net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb function
` [PATCH net-next v3 09/12] net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() function
` [PATCH net-next v3 10/12] net: dpaa2-eth: AF_XDP RX zero copy support
` [PATCH net-next v3 11/12] net: dpaa2-eth: AF_XDP TX "
` [PATCH net-next v3 12/12] net: dpaa2-eth: add trace points on XSK events
[PATCH stable 5.15 0/2] kbuild: Fix compilation for latest pahole release
2022-10-18 6:45 UTC (8+ messages)
[PATCH RFC bpf-next v1 21/32] bpf: Allow locking bpf_spin_lock global variables
2022-10-18 4:06 UTC (13+ messages)
[PATCH bpf-next] samples/bpf: Fix two typos
2022-10-18 2:11 UTC (2+ messages)
[PATCH v3 0/3] Support storing struct task_struct objects as kptrs
2022-10-18 2:03 UTC (4+ messages)
` [PATCH v3 3/3] bpf/selftests: Add selftests for new task kfuncs
[PATCH v5 0/3] Support storing struct task_struct objects as kptrs
2022-10-18 1:55 UTC (5+ messages)
` [PATCH v5 1/3] bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
` [PATCH v5 2/3] bpf: Add kfuncs for storing struct task_struct * as a kptr
[PATCH bpf-next] bpf/docs: Summarize CI system and deny lists
2022-10-18 1:39 UTC (2+ messages)
[PATCH 1/9] bpf, docs: Add note about type convention
2022-10-17 23:43 UTC (5+ messages)
[syzbot] general protection fault in kernel_accept (5)
2022-10-17 21:50 UTC (3+ messages)
[kernel] 5.10.148 / 5.19.16 - pahole 1.24: BTFIDS vmlinux,FAILED: load BTF from vmlinux: Invalid argument
2022-10-17 21:29 UTC (4+ messages)
[syzbot] KMSAN: uninit-value in erspan_build_header
2022-10-17 21:08 UTC (2+ messages)
[syzbot] upstream boot error: WARNING in __netif_set_xps_queue
2022-10-17 20:01 UTC (2+ messages)
[syzbot] usb-testing boot error: WARNING in __netif_set_xps_queue
2022-10-17 19:57 UTC (2+ messages)
[PATCH bpf-next v2 0/4] Add ftrace direct call for arm64
2022-10-17 19:10 UTC (17+ messages)
[PATCH bpf-next 1/2] selftests/bpf: Add reproducer for decl_tag in func_proto return type
2022-10-17 18:32 UTC (6+ messages)
` [PATCH bpf-next 2/2] bpf: prevent decl_tag from being referenced in func_proto
[syzbot] WARNING in btf_type_id_size
2022-10-17 18:30 UTC (5+ messages)
[PATCH] drm/radeon: Replace kmap() with kmap_local_page()
2022-10-17 16:52 UTC (3+ messages)
[PATCH bpf-next] bpf: fix issue that packet only contains l2 is dropped
2022-10-17 16:36 UTC (2+ messages)
[PATCH net-next] samples/bpf: Fix map interation in xdp1_user
2022-10-17 16:27 UTC (2+ messages)
general protection fault in security_inode_getattr
2022-10-17 14:29 UTC (5+ messages)
` [syzbot] "
[PATCH] bpf: Fix double word in comments
2022-10-17 14:23 UTC
[PATCH bpf-next 0/3] Remove unnecessary RCU grace period chaining
2022-10-17 10:23 UTC (13+ messages)
` [PATCH bpf-next 1/3] bpf: Free elements after one RCU-tasks-trace grace period
[PATCH bpf-next v3 0/1] doc: DEVMAPs and XDP_REDIRECT
2022-10-17 9:47 UTC (2+ messages)
` [PATCH bpf-next v3 1/1] "
Biznesowy angielski
2022-10-17 7:55 UTC
[PATCH] fs/cramfs: Convert kmap() to kmap_local_data()
2022-10-17 6:35 UTC (2+ messages)
[PATCH net-next] samples/bpf: Fix MAC address swapping in xdp2_kern
2022-10-17 1:43 UTC (2+ messages)
Lockdep warning after c0feea594e058223973db94c1c32a830c9807c86
2022-10-16 18:11 UTC (3+ messages)
[RESEND PATCH] fs/sysv: Replace kmap() with kmap_local_page()
2022-10-16 16:46 UTC
[RESEND PATCH v4] fs/ufs: Replace kmap() with kmap_local_page()
2022-10-16 16:38 UTC
[syzbot] net boot error: WARNING in cpumask_next_wrap
2022-10-16 7:36 UTC (4+ messages)
Inconsistent BTF entries for `struct pt_regs *regs` parameter
2022-10-16 0:49 UTC (4+ messages)
[syzbot] net-next boot error: WARNING in cpumask_next_wrap
2022-10-15 19:22 UTC
[PATCH bpf-next v2 0/1] doc: DEVMAPs and XDP_REDIRECT
2022-10-15 4:19 UTC (3+ messages)
` [PATCH bpf-next v2 1/1] "
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