messages from 2020-11-11 05:04:30 to 2020-11-13 00:50:17 UTC [more...]
[PATCH v2 bpf-next 0/3] bpf: Pointers beyond packet end
2020-11-13 0:50 UTC (12+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Support for pointers beyond pkt_end
` [PATCH v2 bpf-next 2/3] selftests/bpf: Add skb_pkt_end test
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add asm tests for pkt vs pkt_end comparison
[PATCHv3 iproute2-next 0/5] iproute2: add libbpf support
2020-11-13 0:40 UTC (18+ messages)
[PATCH bpf] MAINTAINERS/bpf: Update Andrii's entry
2020-11-13 0:32 UTC (6+ messages)
[RFC 0/3] btf_encoder: Fix functions BTF data generation
2020-11-13 0:30 UTC (11+ messages)
` [RFC/PATCH 1/3] btf_encoder: Generate also .init functions
` [RFC/PATCH 2/3] btf_encoder: Put function generation code to generate_func
` [RFC/PATCH 3/3] btf_encoder: Func generation fix
Extending bpf_get_ns_current_pid_tgid()
2020-11-13 0:27 UTC (2+ messages)
[PATCH bpf-next v5 00/34] bpf: switch to memcg-based memory accounting
2020-11-13 0:26 UTC (33+ messages)
` [PATCH bpf-next v5 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v5 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v5 07/34] bpf: "
` [PATCH bpf-next v5 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v5 09/34] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v5 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v5 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v5 12/34] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v5 13/34] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v5 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v5 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH bpf-next v5 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v5 17/34] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v5 18/34] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v5 19/34] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v5 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v5 21/34] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v5 22/34] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v5 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v5 24/34] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v5 25/34] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v5 26/34] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v5 27/34] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v5 28/34] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v5 29/34] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v5 30/34] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v5 31/34] bpf: eliminate rlimit-based memory accounting for bpf local storage maps
` [PATCH bpf-next v5 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v5 33/34] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v5 34/34] bpf: samples: do not touch RLIMIT_MEMLOCK
` [PATCH bpf-next v5 01/34] mm: memcontrol: use helpers to read page's memcg data
[PATCH bpf-next v2 0/2] Sleepable LSM Hooks
2020-11-12 23:59 UTC (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: Augment the set of sleepable LSM hooks
` [PATCH bpf-next v2 2/2] bpf: Expose bpf_d_path helper to "
[bpf PATCH v2 0/6] sockmap fixes
2020-11-12 23:28 UTC (7+ messages)
` [bpf PATCH v2 1/6] bpf, sockmap: fix partial copy_page_to_iter so progress can still be made
` [bpf PATCH v2 2/6] bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect
` [bpf PATCH v2 3/6] bpf, sockmap: Use truesize with sk_rmem_schedule()
` [bpf PATCH v2 4/6] bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self
` [bpf PATCH v2 5/6] bpf, sockmap: Handle memory acct if skb_verdict prog redirects "
` [bpf PATCH v2 6/6] bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_list
[PATCH] bpf: Expose bpf_sk_storage_* to iterator programs
2020-11-12 21:57 UTC (2+ messages)
[PATCH v2 bpf-next 0/4] bpf: Enable bpf_sk_storage for FENTRY/FEXIT/RAW_TP
2020-11-12 21:48 UTC (7+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Folding omem_charge() into sk_storage_charge()
` [PATCH v2 bpf-next 2/4] bpf: Rename some functions in bpf_sk_storage
` [PATCH v2 bpf-next 3/4] bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP
` [PATCH v2 bpf-next 4/4] bpf: selftest: Use "
[PATCH] bpf: Expose a bpf_sock_from_file helper to tracing programs
2020-11-12 20:28 UTC (2+ messages)
` saner sock_from_file() calling conventions (was Re: [PATCH] bpf: Expose a bpf_sock_from_file helper to tracing programs)
[PATCH bpf-next 1/2] bpf: Augment the set of sleepable LSM hooks
2020-11-12 20:02 UTC (5+ messages)
` [PATCH bpf-next 2/2] bpf: Expose bpf_d_path helper to "
[bpf PATCH 0/5] sockmap fixes
2020-11-12 19:56 UTC (7+ messages)
` [bpf PATCH 1/5] bpf, sockmap: fix partial copy_page_to_iter so progress can still be made
` [bpf PATCH 3/5] bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self
[PATCH bpf-next v2 5/5] i40e: use batched xsk Tx interfaces to increase performance
2020-11-12 19:39 UTC (6+ messages)
[PATCH bpf v5 0/2] Fix bpf_probe_read_user_str() overcopying
2020-11-12 19:24 UTC (7+ messages)
` [PATCH bpf v5 1/2] lib/strncpy_from_user.c: Don't overcopy bytes after NUL terminator
` [PATCH bpf v5 2/2] selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NUL
[PATCH bpf-next 1/2] tools/bpf: Add bootstrap/ to .gitignore
2020-11-12 19:20 UTC (3+ messages)
` [PATCH bpf-next 2/2] tools/bpf: Always run the *-clean recipes
[PATCH v2 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
2020-11-12 19:11 UTC (4+ messages)
` [PATCH v2 bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation
` [PATCH v2 bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split
[PATCH bpf] selftests/bpf: fix unused attribute usage in subprogs_unused test
2020-11-12 17:20 UTC (2+ messages)
[PATCH bpf-next 0/9] Introduce preferred busy-polling
2020-11-12 14:45 UTC (14+ messages)
` [PATCH bpf-next 1/9] net: introduce "
` [PATCH bpf-next 2/9] net: add SO_BUSY_POLL_BUDGET socket option
` [PATCH bpf-next 3/9] xsk: add support for recvmsg()
` [PATCH bpf-next 4/9] xsk: check need wakeup flag in sendmsg()
` [PATCH bpf-next 5/9] xsk: add busy-poll support for {recv,send}msg()
` [PATCH bpf-next 6/9] xsk: propagate napi_id to XDP socket Rx path
` [PATCH bpf-next 7/9] samples/bpf: use recvfrom() in xdpsock
` [PATCH bpf-next 8/9] samples/bpf: add busy-poll support to xdpsock
` [PATCH bpf-next 9/9] samples/bpf: add option to set the busy-poll budget
[PATCH] bpf: relax return code check for subprograms
2020-11-12 13:03 UTC (5+ messages)
[PATCH bpf-next V5 0/5] Subj: bpf: New approach for BPF MTU handling
2020-11-12 12:58 UTC (7+ messages)
` [PATCH bpf-next V5 3/5] bpf: add BPF-helper for MTU checking
[PATCH] selftest/bpf: fix IPV6FR handling in flow dissector
2020-11-12 9:00 UTC (6+ messages)
[PATCH bpf-next] bpf: Fix NULL dereference in bpf_task_storage
2020-11-12 2:30 UTC (3+ messages)
[PATCH v3 bpf] tools: bpftool: Add missing close before bpftool net attach exit
2020-11-11 22:49 UTC (5+ messages)
[PATCHv4 0/3] pahole/kernel: Workaround dwarf bug for function encoding
2020-11-12 0:36 UTC (9+ messages)
` [PATCH 3/3] btf_encoder: Change functions check due to broken dwarf
[selftest/bpf] b83590ee1a: BUG:KASAN:slab-out-of-bounds_in_l
2020-11-11 22:43 UTC (2+ messages)
[PATCH bpf-next v3 0/7] tools/bpftool: Some build fixes
2020-11-11 20:50 UTC (19+ messages)
` [PATCH bpf-next v3 2/7] tools/bpftool: Force clean of out-of-tree build
` [PATCH bpf-next v3 3/7] tools/bpftool: Fix cross-build
` [PATCH bpf-next v3 4/7] tools/runqslower: Use Makefile.include
` [PATCH bpf-next v3 5/7] tools/runqslower: Enable out-of-tree build
` [PATCH bpf-next v3 6/7] tools/runqslower: Build bpftool using HOSTCC
` [PATCH bpf-next v3 7/7] tools/bpftool: Fix build slowdown
[PATCH v4 bpf-next 0/5] Integrate kernel module BTF support
2020-11-11 20:11 UTC (9+ messages)
` [PATCH v4 bpf-next 4/5] bpf: load and verify kernel module BTFs
` [PATCH v4 bpf-next 5/5] tools/bpftool: add support for in-kernel and named BTF in `btf show`
[PATCHv6 bpf] bpf: Move iterator functions into special init section
2020-11-11 20:09 UTC (6+ messages)
[PATCH dwarves 0/4] Add split BTF support to pahole
2020-11-11 18:50 UTC (9+ messages)
` [PATCH dwarves 4/4] btf: add support for split BTF loading and encoding
[PATCHv3 iproute2-next 0/5] iproute2: add libbpf support
2020-11-11 18:08 UTC (13+ messages)
BUG: unable to handle kernel paging request in bpf_trace_run4
2020-11-11 14:59 UTC
KASAN: vmalloc-out-of-bounds Read in bpf_trace_run3
2020-11-11 14:57 UTC (2+ messages)
[PATCH v5 net-nex 0/5] xdp: introduce bulking for page_pool tx return path
2020-11-11 12:59 UTC (5+ messages)
` [PATCH v5 net-nex 2/5] net: page_pool: add bulk support for ptr_ring
general protection fault in rt6_fill_node
2020-11-11 11:19 UTC (3+ messages)
general protection fault in nexthop_is_blackhole
2020-11-11 11:19 UTC (3+ messages)
[PATCH v3] bpf: Fix unsigned 'datasec_id' compared with zero in check_pseudo_btf_id
2020-11-11 10:07 UTC (4+ messages)
[PATCH v2 bpf] tools: bpftool: Add missing close before bpftool net attach exit
2020-11-11 8:44 UTC (4+ messages)
[PATCH bpf-next v2 0/5] xsk: i40e: Tx performance improvements
2020-11-11 8:40 UTC (3+ messages)
` [PATCH bpf-next v2 4/5] xsk: introduce batched Tx descriptor interfaces
Corporate and Personal Loan *
2020-11-11 8:30 UTC
page: next (older) | prev (newer) | latest
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).