messages from 2022-12-09 00:53:08 to 2022-12-12 17:54:44 UTC [more...]
[PATCHSET RFC] sched: Implement BPF extensible scheduler class
2022-12-12 17:54 UTC (34+ messages)
` [PATCH 04/31] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()
` [PATCH 05/31] sched: Add sched_class->reweight_task()
` [PATCH 06/31] sched: Add sched_class->switching_to() and expose check_class_changing/changed()
` [PATCH 08/31] sched: Expose css_tg() and __setscheduler_prio() in kernel/sched/sched.h
` [PATCH 10/31] sched: Add @reason to sched_class->rq_{on|off}line()
` [PATCH 11/31] sched: Add @reason to sched_move_task()
` [PATCH 28/31] sched_ext: Add Documentation/scheduler/sched-ext.rst
` [PATCH 31/31] sched_ext: Add a rust userspace hybrid example scheduler
` [PATCH 14/31] sched_ext: Implement BPF extensible scheduler class
[PATCH hid v12 00/15] Introduce eBPF support for HID devices
2022-12-12 17:52 UTC (5+ messages)
` [PATCH hid v12 05/15] HID: bpf jmp table: simplify the logic of cleaning up programs
[PATCH bpf-next v4 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
2022-12-12 17:08 UTC (4+ messages)
` [PATCH bpf-next v4 1/2] bpf: "
` [PATCH bpf-next v4 2/2] bpf/selftests: Test fentry attachment to shadowed functions
Closing the BPF map permission loophole
2022-12-12 17:07 UTC (8+ messages)
[RFC][PATCH v2 0/7] bpf-lsm: Check return values of security modules
2022-12-12 17:04 UTC (5+ messages)
` [RFC][PATCH v2 2/7] bpf: Mark ALU32 operations in bpf_reg_state structure
[PATCH bpf-next 00/15] selftests/xsk: speed-ups, fixes, and new XDP programs
2022-12-12 16:10 UTC (9+ messages)
` [PATCH bpf-next 08/15] selftests/xsk: remove namespaces
` [PATCH bpf-next 09/15] selftests/xsk: load and attach XDP program only once per mode
` [PATCH bpf-next 12/15] selftests/xsk: add test when some packets are XDP_DROPed
` [PATCH bpf-next 13/15] selftests/xsk: merge dual and single thread dispatchers
[PATCH] perf tools: Fix a typo in BTF tracepoint name
2022-12-12 15:42 UTC (2+ messages)
[PATCH bpf-next v1] docs/bpf: Add docs for BPF_PROG_TYPE_XDP
2022-12-12 15:30 UTC (2+ messages)
BUG: unable to handle kernel paging request in bpf_dispatcher_xdp
2022-12-12 15:04 UTC (23+ messages)
[PATCH 2/3] perf build: Use libtraceevent from the system
2022-12-12 14:28 UTC (17+ messages)
[PATCH 0/5] Replace invocations of prandom_u32 with get_random_u32
2022-12-12 14:35 UTC (5+ messages)
` [PATCH 1/5] Renaming weak prng invocations - prandom_bytes_state, prandom_u32_state
` [PATCH 2/5] Replace invocation of weak PRNG in kernel/bpf/core.c
[PATCH] net: check for dev pointer being NULL in dev_hard_header() to avoid GPF
2022-12-12 13:34 UTC (7+ messages)
[PATCH bpf-next v1] docs/bpf: Reword docs for BPF_MAP_TYPE_SK_STORAGE
2022-12-12 10:16 UTC
[PATCH bpf-next] libbpf: Add LoongArch support to bpf_tracing.h
2022-12-12 9:11 UTC
[PATCH 1/2] lsm: Fix description of fs_context_parse_param
2022-12-12 8:35 UTC (6+ messages)
` [PATCH 2/2] doc: Fix fs_context_parse_param description in mount_api.rst
[PATCH bpf-next 2/2] selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
2022-12-12 4:15 UTC
[PATCH bpf-next 1/2] bpf: fix nullness propagation for reg to reg comparisons
2022-12-12 4:09 UTC
pull-request: bpf-next 2022-12-11
2022-12-12 2:47 UTC
[PATCH 0/2] error-injection: Clarify the requirements of error injectable functions
2022-12-12 2:46 UTC (3+ messages)
` [PATCH 1/2] error-injection: Remove EI_ETYPE_NONE
` [PATCH 2/2] docs: fault-injection: Add requirements of error injectable functions
[PATCH] sched_ext: use msecs_to_jiffies consistently
2022-12-12 2:17 UTC (2+ messages)
[PATCH 0/3] fs/ufs: replace kmap() with kmap_local_page()
2022-12-12 1:07 UTC (10+ messages)
` [PATCH 1/3] fs/ufs: Use the offset_in_page() helper
` [PATCH 2/3] fs/ufs: Change the signature of ufs_get_page()
` [PATCH 3/3] fs/ufs: Replace kmap() with kmap_local_page()
[PATCH v2] panic: Taint kernel if fault injection has been used
2022-12-12 0:53 UTC (15+ messages)
[RFC PATCH bpf-next 0/9] mm, bpf: Add BPF into /proc/meminfo
2022-12-12 0:37 UTC (10+ messages)
` [RFC PATCH bpf-next 1/9] mm: Introduce active vm item
` [RFC PATCH bpf-next 2/9] mm: Allow using active vm in all contexts
` [RFC PATCH bpf-next 3/9] mm: percpu: Account active vm for percpu
` [RFC PATCH bpf-next 4/9] mm: slab: Account active vm for slab
` [RFC PATCH bpf-next 5/9] mm: Account active vm for page
` [RFC PATCH bpf-next 6/9] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [RFC PATCH bpf-next 7/9] bpf: Use bpf_map_kzalloc in arraymap
` [RFC PATCH bpf-next 8/9] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [RFC PATCH bpf-next 9/9] bpf: Use active vm to account bpf map memory usage
[PATCH bpf-next v3 00/12] xdp: hints via kfuncs
2022-12-11 11:09 UTC (32+ messages)
` [PATCH bpf-next v3 03/12] bpf: XDP metadata RX kfuncs
` [xdp-hints] "
` [xdp-hints] "
` [PATCH bpf-next v3 11/12] mlx5: Support RX XDP metadata
` [xdp-hints] "
[PATCH bpf-next] libbpf: Add LoongArch support to bpf_tracing.h
2022-12-11 7:16 UTC
[PATCH bpf-next 0/7] stricter register ID checking in regsafe()
2022-12-10 21:50 UTC (10+ messages)
` [PATCH bpf-next 1/7] bpf: regsafe() must not skip check_ids()
` [PATCH bpf-next 2/7] selftests/bpf: test cases for regsafe() bug skipping check_id()
` [PATCH bpf-next 3/7] bpf: states_equal() must build idmap for all function frames
` [PATCH bpf-next 4/7] selftests/bpf: verify states_equal() maintains idmap across all frames
` [PATCH bpf-next 5/7] bpf: use check_ids() for active_lock comparison
` [PATCH bpf-next 6/7] selftests/bpf: Add pruning test case for bpf_spin_lock
` [PATCH bpf-next 7/7] selftests/bpf: test case for relaxed prunning of active_lock.id
[PATCH bpf-next v2 0/9] Add cgroup sockaddr hooks for unix sockets
2022-12-10 19:35 UTC (10+ messages)
` [PATCH bpf-next v2 1/9] selftests/bpf: Add missing section name tests for getpeername/getsockname
` [PATCH bpf-next v2 2/9] bpf: Allow read access to addr_len from cgroup sockaddr programs
` [PATCH bpf-next v2 3/9] bpf: Support access to sun_path "
` [PATCH bpf-next v2 4/9] selftests/bpf: Track sockaddr length in sock addr tests
` [PATCH bpf-next v2 5/9] bpf: Implement cgroup sockaddr hooks for unix sockets
` [PATCH bpf-next v2 6/9] libbpf: Add support for cgroup unix socket address hooks
` [PATCH bpf-next v2 7/9] bpftool: "
` [PATCH bpf-next v2 8/9] selftests/bpf: Add tests "
` [PATCH bpf-next v2 9/9] documentation/bpf: Document "
[PATCH HID for-next v3 0/5] HID: bpf: remove the need for ALLOW_ERROR_INJECTION and Kconfig fixes
2022-12-10 9:43 UTC (3+ messages)
[PATCH bpf-next v3] libbpf: Optimized return value in libbpf_strerror when errno is libbpf errno
2022-12-10 8:20 UTC
[PATCH bpf-next v2] libbpf: Optimized return value in libbpf_strerror when errno is libbpf errno Xin Liu
2022-12-10 7:33 UTC (3+ messages)
` [PATCH bpf-next v2] libbpf: Optimized return value in libbpf_strerror when errno is libbpf errno
[PATCH net-next v3] skbuff: Introduce slab_build_skb()
2022-12-10 4:00 UTC (2+ messages)
[PATCH v2 bpf-next 0/6] Dynptr convenience helpers
2022-12-09 22:24 UTC (5+ messages)
[PATCH 0/4] perf lock contention: Support task/addr aggregation mode (v1)
2022-12-09 19:07 UTC (5+ messages)
` [PATCH 1/4] perf lock contention: Add lock_data.h for common data
` [PATCH 2/4] perf lock contention: Implement -t/--threads option for BPF
` [PATCH 3/4] perf lock contention: Add -l/--lock-addr option
` [PATCH 4/4] perf test: Update perf lock contention test
[PATCH net v3 1/1] i40e: Fix the inability to attach XDP program on downed interface
2022-12-09 19:07 UTC (2+ messages)
[PATCH bpf v2 1/2] bpf: Resolve fext program type when checking map compatibility
2022-12-09 18:07 UTC (4+ messages)
` [PATCH bpf v2 2/2] selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP program
[PATCH bpf-next v4] docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGE
2022-12-09 17:58 UTC (6+ messages)
[PATCH bpf-next 0/6] BTF-to-C dumper fixes and improvements
2022-12-09 17:32 UTC (5+ messages)
` [PATCH bpf-next 3/6] selftests/bpf: add non-standardly sized enum tests for btf_dump
` [PATCH bpf-next 5/6] libbpf: fix BTF-to-C converter's padding logic
[syzbot] kernel stack overflow in sock_close
2022-12-09 13:15 UTC (2+ messages)
[PATCH bpf] bpf: Resolve fext program type when checking map compatibility
2022-12-09 12:17 UTC (3+ messages)
[PATCH v2 01/31] rhashtable: Allow rhashtable to be used from irq-safe contexts
2022-12-09 10:50 UTC (2+ messages)
[PATCH v2] libbpf: fix the name of a reused map
2022-07-13 5:44 UTC (3+ messages)
[PATCH bpf-next] libbpf: Optimized return value in libbpf_strerror when errno is libbpf errno
2022-12-09 8:40 UTC (2+ messages)
[PATCH net-next v2 0/6] tsnep: XDP support
2022-12-09 8:11 UTC (12+ messages)
` [PATCH net-next v2 2/6] tsnep: Add XDP TX support
` [PATCH net-next v2 3/6] tsnep: Support XDP BPF program setup
` [PATCH net-next v2 5/6] tsnep: Add RX queue info for XDP support
BUG: missing null marking in PTR_TO_BTF_ID leads to null-ptr-deref in BPF prog
2022-12-09 7:56 UTC
[PATCH] xen-netback: Remove set but unused variable 'pending_idx'
2022-12-09 4:54 UTC (2+ messages)
[PATCH bpf-next v2 0/7] Dynptr refactorings
2022-12-09 2:50 UTC (4+ messages)
` [PATCH bpf-next v2 4/7] bpf: Rework check_func_arg_reg_off
[PATCH bpf-next v2 0/2] Misc optimizations for bpf mem allocator
2022-12-09 2:00 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] bpf: Reuse freed element in free_by_rcu during allocation
` [PATCH bpf-next v2 2/2] bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true
[PATCH bpf-next] bpf: btf: don't log ignored BTF mismatches
2022-12-09 1:01 UTC (7+ messages)
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