messages from 2022-02-25 14:32:37 to 2022-03-01 20:13:56 UTC [more...]
[PATCH AUTOSEL 5.16 01/28] selftests/bpf: Add test for bpf_timer overwriting crash
2022-03-01 20:13 UTC
[RFC 0/4] locking: Add new lock contention tracepoints (v2)
2022-03-01 19:47 UTC (15+ messages)
` [PATCH 1/4] locking: Add lock contention tracepoints
` [PATCH 2/4] locking: Apply contention tracepoints in the slow path
` [PATCH 3/4] locking/mutex: Pass proper call-site ip
` [PATCH 4/4] locking/rwsem: "
[PATCH v4 bpf-next] Small BPF verifier log improvements
2022-03-01 18:56 UTC (3+ messages)
[PATCH bpf-next] libbpf: Add a check to ensure that page_cnt is non-zero
2022-03-01 16:57 UTC
[PATCH bpf-next] bpf: test_run: Fix overflow in xdp frags bpf_test_finish
2022-03-01 16:38 UTC (3+ messages)
[PATCH] bpf: cgroup: remove WARN_ON at bpf_cgroup_link_release
2022-03-01 16:28 UTC (2+ messages)
[PATCH v4 bpf-next 0/3] libbpf: support custom SEC() handlers
2022-03-01 15:40 UTC (4+ messages)
` [PATCH v4 bpf-next 2/3] "
[syzbot] WARNING in submit_bio_noacct
2022-03-01 15:10 UTC
[PATCH bpf] libbpf: unmap rings when umem deleted
2022-03-01 13:26 UTC
[PATCH bpf-next v4 0/2] Fix btf dump error caused by declaration
2022-03-01 12:50 UTC (4+ messages)
` [PATCH bpf-next v4 1/2] libbpf: Skip forward declaration when counting duplicated type names
` [PATCH bpf-next v4 2/2] selftests/bpf: Update btf_dump case for conflicting names
[PATCH] ASoC: fsi: Add check for clk_enable
2022-03-01 12:44 UTC (2+ messages)
[PATCH bpf-next v1 0/6] Fixes for bad PTR_TO_BTF_ID offset
2022-03-01 11:57 UTC (9+ messages)
` [PATCH bpf-next v1 1/6] bpf: Add check_func_arg_reg_off function
` [PATCH bpf-next v1 2/6] bpf: Fix PTR_TO_BTF_ID var_off check
` [PATCH bpf-next v1 3/6] bpf: Disallow negative offset in check_ptr_off_reg
` [PATCH bpf-next v1 4/6] bpf: Harden register offset checks for release kfunc
` [PATCH bpf-next v1 5/6] selftests/bpf: Update tests for new errstr
` [PATCH bpf-next v1 6/6] selftests/bpf: Add tests for kfunc register offset checks
[PATCH] net/netfilter: use memset avoid infoleaks
2022-03-01 9:38 UTC (2+ messages)
[PATCHv3 0/2] perf/bpf: Replace deprecated code
2022-03-01 8:49 UTC (5+ messages)
` [PATCH 2/2] perf tools: Remove bpf_map__set_priv/bpf_map__priv usage
[PATCH bpf-next 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
2022-03-01 7:24 UTC (13+ messages)
` [PATCH bpf-next 1/4] bpf, sockmap: Fix memleak in sk_psock_queue_msg
` [PATCH bpf-next 2/4] bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
` [PATCH bpf-next 3/4] bpf, sockmap: Fix more uncharged while msg has more_data
` [PATCH bpf-next 4/4] bpf, sockmap: Fix double uncharge the mem of sk_msg
[PATCH net-next] tuntap: add sanity checks about msg_controllen in sendmsg
2022-03-01 6:43 UTC
[PATCH bpf-next v2 0/3] Fixes for sock_fields selftests
2022-03-01 6:25 UTC (6+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Fix error reporting from sock_fields programs
` [PATCH bpf-next v2 2/3] selftests/bpf: Check dst_port only on the client socket
` [PATCH bpf-next v2 3/3] selftests/bpf: Fix test for 4-byte load from dst_port on big-endian
[PATCH v5 net-next 0/13] Preserve mono delivery time (EDT) in skb->tstamp
2022-03-01 5:37 UTC (14+ messages)
` [PATCH v5 net-next 01/13] net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv) timestamp
` [PATCH v5 net-next 02/13] net: Add skb_clear_tstamp() to keep the mono delivery_time
` [PATCH v5 net-next 03/13] net: Handle delivery_time in skb->tstamp during network tapping with af_packet
` [PATCH v5 net-next 04/13] net: Clear mono_delivery_time bit in __skb_tstamp_tx()
` [PATCH v5 net-next 05/13] net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()
` [PATCH v5 net-next 06/13] net: ip: Handle delivery_time in ip defrag
` [PATCH v5 net-next 07/13] net: ipv6: Handle delivery_time in ipv6 defrag
` [PATCH v5 net-next 08/13] net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM option
` [PATCH v5 net-next 09/13] net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
` [PATCH v5 net-next 10/13] net: Postpone skb_clear_delivery_time() until knowing the skb is delivered locally
` [PATCH v5 net-next 11/13] bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
` [PATCH v5 net-next 12/13] bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
` [PATCH v5 net-next 13/13] bpf: selftests: test skb->tstamp in redirect_neigh
[PATCH bpf-next] Improve BPF test stability (related to perf events and scheduling)
2022-03-01 3:45 UTC (6+ messages)
[PATCH v2 bpf-next] Improve BPF test stability (related to perf events and scheduling)
2022-03-01 3:39 UTC
[PATCH bpf-next v3 0/2] Fix btf dump error caused by declaration
2022-03-01 2:28 UTC (3+ messages)
[PATCH bpf-next v2 0/2] libbpf: Fix btf dump error caused by
2022-03-01 2:21 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Update btf_dump case for conflicting type names
[PATCH net-next v2] tun: support NAPI for packets received from batched XDP buffs
2022-03-01 1:58 UTC (12+ messages)
` [PATCH net-next v3] "
[PATCH v3 bpf-next 0/4] libbpf: name-based u[ret]probe attach
2022-03-01 1:45 UTC (12+ messages)
` [PATCH v3 bpf-next 1/4] libbpf: support function name-based attach uprobes
` [PATCH v3 bpf-next 2/4] libbpf: add auto-attach for uprobes based on section name
` [PATCH v3 bpf-next 4/4] selftests/bpf: add tests for u[ret]probe attach by name
[LSF/MM/BPF TOPIC] Debug with BPF in container environments
2022-03-01 1:37 UTC
[PATCH RFC bpf-next 0/3] bpf_sk_lookup.remote_port fixes
2022-03-01 0:40 UTC (8+ messages)
` [PATCH RFC bpf-next 2/3] bpf: Fix bpf_sk_lookup.remote_port on big-endian
[PATCH bpf-next v3 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
2022-02-28 23:53 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable in Kconfig
[PATCH] bpf: move the bpf syscall sysctl table to its own module
2022-02-28 23:41 UTC (4+ messages)
` [PATCH v2 sysctl-next] bpf: move the bpf syscall sysctl table to bpf module
[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
2022-02-28 22:10 UTC (15+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall
` [PATCH bpf-next v1 2/9] bpf: Add BPF_OBJ_PIN and BPF_OBJ_GET in the bpf_sys_bpf helper
` [PATCH bpf-next v1 3/9] selftests/bpf: tests mkdir, rmdir, unlink and pin in syscall
` [PATCH bpf-next v1 4/9] bpf: Introduce sleepable tracepoints
` [PATCH bpf-next v1 5/9] cgroup: Sleepable cgroup tracepoints
` [PATCH bpf-next v1 6/9] libbpf: Add sleepable tp_btf
` [PATCH bpf-next v1 7/9] bpf: Lift permission check in __sys_bpf when called from kernel
` [PATCH bpf-next v1 8/9] bpf: Introduce cgroup iter
` [PATCH bpf-next v1 9/9] selftests/bpf: Tests using sleepable tracepoints to monitor cgroup events
[PATCH bpf-next v1 0/6] Introduce eBPF support for HID devices
2022-02-28 17:41 UTC (22+ messages)
` [PATCH bpf-next v1 1/6] HID: initial BPF implementation
` [PATCH bpf-next v1 2/6] HID: bpf: allow to change the report descriptor from an eBPF program
[PATCH] bpf, docs: add a missing colon in verifier.rst
2022-02-28 17:30 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Cache the last valid build_id
2022-02-28 17:20 UTC (3+ messages)
[PATCH v2] libbpf: fix BPF_MAP_TYPE_PERF_EVENT_ARRAY auto-pinning
2022-02-28 16:40 UTC (3+ messages)
[PATCH bpf-next v4 0/4] bpf, arm64: support more atomic ops
2022-02-28 15:36 UTC (4+ messages)
[PATCH bpf-next] bpftool: Remove redundant slashes
2022-02-28 15:20 UTC (5+ messages)
` [PATCH bpf-next v2] "
[PATCH] perf test: Add perf_event_attr tests for the arm_spe event
2022-02-28 15:05 UTC (6+ messages)
[PATCH 1/1] libbpf: ensure F_DUPFD_CLOEXEC is defined
2022-02-28 15:00 UTC (2+ messages)
[PATCH bpf v2] xsk: fix race at socket teardown
2022-02-28 14:50 UTC (4+ messages)
[PATCH bpf-next] bpf: add config to allow loading modules with BTF mismatches
2022-02-28 13:30 UTC (4+ messages)
[PATCH 0/2] Update L7 BPF maintainers / mailmap
2022-02-28 13:10 UTC (2+ messages)
[PATCH bpf-next v4 0/2] bpf, arm64: fix bpf line info
2022-02-28 12:59 UTC (5+ messages)
` [PATCH bpf-next v4 1/2] bpf, arm64: call build_prologue() first in first JIT pass
` [PATCH bpf-next v4 2/2] bpf, arm64: feed byte-offset into bpf line info
[PATCH v2 0/6] bpf-lsm: Extend interoperability with IMA
2022-02-28 10:43 UTC (9+ messages)
[PATCH net-next v4 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-28 1:20 UTC (6+ messages)
` [PATCH net-next v4 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v4 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v4 3/4] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v4 4/4] net: tun: track dropped skb via kfree_skb_reason()
[PATCH bpf-next] selftests/bpf: Fix error reporting from sock_fields programs
2022-02-27 16:16 UTC (3+ messages)
[PATCH bpf-next v3 0/5] New BPF helpers to accelerate synproxy
2022-02-27 3:27 UTC (5+ messages)
` [PATCH bpf-next v3 4/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v3 5/5] bpf: Add selftests for raw syncookie helpers
[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
2022-02-27 3:08 UTC (5+ messages)
[PATCH bpf-next v8 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-02-26 21:32 UTC (4+ messages)
` [PATCH bpf-next v8 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[PATCH net-next v3 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
2022-02-26 8:52 UTC (5+ messages)
` [PATCH net-next v3 2/4] net: tap: track dropped skb via kfree_skb_reason()
[PATCH V2] selftests: Fix build when $(O) points to a relative path
2022-02-26 7:32 UTC (5+ messages)
[PATCH bpf-next v3] bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel
2022-02-25 21:00 UTC (2+ messages)
[PATCH bpf-next v2] bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel
2022-02-25 18:21 UTC (3+ messages)
[RFC bpf-next 0/2] bpf: Fix BTF data for modules
2022-02-25 17:15 UTC (3+ messages)
[PATCH net-next v3 4/4] net: tun: track dropped skb via kfree_skb_reason()
2022-02-25 16:49 UTC (4+ messages)
[RFC PATCH v4] bpftool: Add bpf_cookie to link output
2022-02-25 15:28 UTC
[PATCHv2 0/3] perf/bpf: Replace deprecated code
2022-02-25 14:32 UTC (9+ messages)
` [PATCH 3/3] perf tools: Rework prologue generation code
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;
as well as URLs for NNTP newsgroup(s).