messages from 2023-08-16 19:01:16 to 2023-08-20 02:43:22 UTC [more...]
bpf: Request to add -mcpu=v4 support for ARM/MIPS/NFP/POWERPC/RISCV/S390/SPARC/X86_32
2023-08-20 1:41 UTC
[PATCH v4] um: vector: Fix exception handling in vector_eth_configure()
2023-08-19 21:01 UTC (2+ messages)
[PATCH v3 0/9] io_uring: Initial support for {s,g}etsockopt commands
2023-08-19 14:35 UTC (13+ messages)
` [PATCH v3 1/9] bpf: Leverage sockptr_t in BPF getsockopt hook
` [PATCH v3 2/9] bpf: Leverage sockptr_t in BPF setsockopt hook
` [PATCH v3 3/9] net/socket: Break down __sys_setsockopt
` [PATCH v3 4/9] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v3 5/9] selftests/net: Extract uring helpers to be reusable
` [PATCH v3 6/9] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v3 7/9] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v3 8/9] io_uring/cmd: BPF hook for getsockopt cmd
` [PATCH v3 9/9] selftests/bpf/sockopt: Add io_uring support
[PATCH bpf-next v2 0/7] add BPF_F_PERMANENTLY flag for sockmap skmsg redirect
2023-08-19 9:32 UTC (6+ messages)
` [PATCH bpf-next v2 1/7] bpf, sockmap: add BPF_F_PERMANENTLY flag for "
Question: Is it OK to assume the address of bpf_dynptr_kern will be 8-bytes aligned and reuse the lowest bits to save extra info ?
2023-08-19 9:15 UTC (5+ messages)
[PATCH v2] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-08-19 8:15 UTC (5+ messages)
` [PATCH v3] "
[RFC PATCH bpf-next 0/2] bpf, x64: Fix tailcall infinite loop bug
2023-08-19 3:38 UTC (6+ messages)
` [RFC PATCH bpf-next 1/2] "
[RFC bpf-next v4 0/6] Sleepable BPF programs on cgroup {get,set}sockopt
2023-08-19 3:01 UTC (7+ messages)
` [RFC bpf-next v4 1/6] bpf: enable sleepable BPF programs attached to cgroup/{get,set}sockopt
` [RFC bpf-next v4 2/6] libbpf: add sleepable sections for {get,set}sockopt()
` [RFC bpf-next v4 3/6] Add PTR_TO_AUX
` [RFC bpf-next v4 4/6] bpf: Prevent BPF programs from access the buffer pointed by user_optval
` [RFC bpf-next v4 5/6] bpf: Add a new dynptr type for CGRUP_SOCKOPT
` [RFC bpf-next v4 6/6] selftests/bpf: Add test cases for sleepable BPF programs of the CGROUP_SOCKOPT type
[PATCH bpf-next 00/15] Add support for local percpu kptr
2023-08-19 1:44 UTC (16+ messages)
` [PATCH bpf-next 02/15] bpf: Add BPF_KPTR_PERCPU_REF as a field type
` [PATCH bpf-next 03/15] bpf: Add alloc/xchg/direct_access support for local percpu kptr
` [PATCH bpf-next 04/15] bpf: Add bpf_this_cpu_ptr/bpf_per_cpu_ptr support for allocated percpu obj
` [PATCH bpf-next 09/15] bpf: Mark OBJ_RELEASE argument as MEM_RCU when possible
` [PATCH bpf-next 15/15] bpf: Mark BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE deprecated
[RFC PATCH v1 1/1] tracing/kprobe: Add multi-probe support for 'perf_kprobe' PMU
2023-08-19 1:11 UTC
[Bpf] Review of draft-thaler-bpf-isa-01
2023-08-18 19:59 UTC (10+ messages)
[PATCH bpf-next] selftests/bpf: Fix a selftest compilation error
2023-08-18 19:30 UTC (2+ messages)
[PATCH bpf-next v5] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-18 17:50 UTC (6+ messages)
[syzbot] [net?] INFO: rcu detected stall in unix_release
2023-08-18 17:10 UTC (9+ messages)
[PATCH bpf 0/3] samples/bpf: syscall_tp_user: Refactor and fix array index out-of-bounds bug
2023-08-18 16:46 UTC (4+ messages)
` [PATCH bpf 1/3] samples/bpf: Add -fsanitize=bounds to userspace programs
` [PATCH bpf 2/3] samples/bpf: syscall_tp_user: Rename num_progs into nr_tests
` [PATCH bpf 3/3] samples/bpf: syscall_tp_user: Fix array out-of-bound access
[PATCH v3 bpf-next 1/2] libbpf: Support triple-underscore flavors for kfunc relocation
2023-08-18 16:20 UTC (6+ messages)
` [PATCH v3 bpf-next 2/2] selftests/bpf: Add CO-RE relocs kfunc flavors tests
[PATCH v6 bpf 0/4] lwt: fix return values of BPF ops
2023-08-18 16:10 UTC (9+ messages)
` [PATCH v6 bpf 1/4] lwt: fix return values of BPF xmit ops
` [PATCH v6 bpf 2/4] lwt: check LWTUNNEL_XMIT_CONTINUE strictly
` [PATCH v6 bpf 3/4] selftests/bpf: add lwt_xmit tests for BPF_REDIRECT
` [PATCH v6 bpf 4/4] selftests/bpf: add lwt_xmit tests for BPF_REROUTE
[PATCH bpf-next 0/7] Support cpu v4 instructions for arm64
2023-08-18 15:34 UTC (10+ messages)
` [PATCH bpf-next 7/7] selftests/bpf: Enable cpu v4 tests "
[PATCH bpf-next v14 0/4] bpf: Force to MPTCP
2023-08-18 15:26 UTC (4+ messages)
` [PATCH bpf-next v14 1/4] bpf: Add update_socket_protocol hook
[RFC PATCH bpf-next v2 0/2] bpf, x64: Fix tailcall infinite loop
2023-08-18 15:25 UTC (4+ messages)
` [RFC PATCH bpf-next v2 1/2] "
` [RFC PATCH bpf-next v2 2/2] selftests/bpf: Add testcases for tailcall infinite loop fixing
[PATCH] bpf/tests: Enhance output on error and fix typos
2023-08-18 15:18 UTC (2+ messages)
[bpf-next PATCH v1] samples/bpf: Cleanup repetitive swap function
2023-08-18 15:06 UTC (2+ messages)
[PATCH v3 0/8] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
2023-08-18 13:40 UTC (26+ messages)
` [PATCH v3 1/8] Documentation: probes: Add a new ret_ip callback parameter
` [PATCH v3 2/8] fprobe: Use fprobe_regs in fprobe entry handler
` [PATCH v3 3/8] tracing: Expose ftrace_regs regardless of CONFIG_FUNCTION_TRACER
` [PATCH v3 4/8] fprobe: rethook: Use ftrace_regs in fprobe exit handler and rethook
` [PATCH v3 5/8] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [PATCH v3 6/8] ftrace: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [PATCH v3 7/8] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [PATCH v3 8/8] Documentations: probes: Update fprobe document to use ftrace_regs
[bpf-next 0/9] samples/bpf: make BPF programs more libbpf aware
2023-08-18 9:01 UTC (10+ messages)
` [bpf-next 1/9] samples/bpf: fix warning with ignored-attributes
` [bpf-next 2/9] samples/bpf: convert to vmlinux.h with tracing programs
` [bpf-next 3/9] samples/bpf: unify bpf program suffix to .bpf "
` [bpf-next 4/9] samples/bpf: fix symbol mismatch by compiler optimization
` [bpf-next 5/9] samples/bpf: make tracing programs to be more CO-RE centric
` [bpf-next 6/9] samples/bpf: fix bio latency check with tracepoint
` [bpf-next 7/9] samples/bpf: fix broken map lookup probe
` [bpf-next 8/9] samples/bpf: refactor syscall tracing programs using BPF_KSYSCALL macro
` [bpf-next 9/9] samples/bpf: simplify spintest with kprobe.multi
[PATCH bpf-next 0/2] bpf: Fix an issue in verifing allow_ptr_leaks
2023-08-18 8:39 UTC (3+ messages)
` [PATCH bpf-next 1/2] bpf: Fix issue in verifying allow_ptr_leaks
` [PATCH bpf-next 2/2] selftests/bpf: Add selftest for allow_ptr_leaks
[PATCH 00/10] RISC-V: Refactor instructions
2023-08-18 7:30 UTC (9+ messages)
[RFC PATCH v2 0/5] mm: Select victim using bpf_oom_evaluate_task
2023-08-18 4:34 UTC (7+ messages)
` [RFC PATCH v2 1/5] mm, oom: Introduce bpf_oom_evaluate_task
[RFC bpf-next v3 0/5] Sleepable BPF programs on cgroup {get,set}sockopt
2023-08-18 0:14 UTC (22+ messages)
` [RFC bpf-next v3 3/5] bpf: Prevent BPF programs from access the buffer pointed by user_optval
` [RFC bpf-next v3 4/5] bpf: Add a new dynptr type for CGRUP_SOCKOPT
` [RFC bpf-next v3 5/5] selftests/bpf: Add test cases for sleepable BPF programs of the CGROUP_SOCKOPT type
[PATCH net-next v2 1/6] bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP
2023-08-17 23:19 UTC (2+ messages)
` [PATCH net-next v2 2/6] bnxt_en: Let the page pool manage the DMA mapping
[PATCH RFC 0/4] bpf: cgroup device guard for non-initial user namespace
2023-08-17 22:11 UTC (7+ messages)
` [PATCH RFC 1/4] bpf: add cgroup device guard to flag a cgroup device prog
[PATCH bpf-next v5 00/21] XDP metadata via kfuncs for ice
2023-08-17 21:58 UTC (3+ messages)
` [PATCH bpf-next v5 13/21] ice: Implement checksum hint
Masks and overflow of signed immediates in BPF instructions
2023-08-17 18:06 UTC (11+ messages)
[linux-next:master] BUILD REGRESSION 47762f08697484cf0c2f2904b8c52375ed26c8cb
2023-08-17 17:51 UTC
[RFC PATCH bpf-next 0/2] bpf: Add a new kfunc bpf_current_capable
2023-08-17 17:48 UTC (11+ messages)
` [RFC PATCH bpf-next 1/2] bpf: Add bpf_current_capable kfunc
[PATCH bpf] libbpf: soften BTF map error
2023-08-17 17:07 UTC (3+ messages)
` "
[PATCH 1/1] perf trace: Use the augmented_raw_syscall BPF skel only for tracing syscalls
2023-08-17 15:44 UTC (2+ messages)
[PATCH RESEND v3 0/3] few fixes for synthetic trace events
2023-08-17 15:05 UTC (2+ messages)
[PATCH bpf-next] bpf: Disable -Wmissing-declarations for globally-linked kfuncs
2023-08-17 14:45 UTC (7+ messages)
[PATCHSET v4] sched: Implement BPF extensible scheduler class
2023-08-17 12:44 UTC (8+ messages)
` [PATCH 12/34] sched_ext: "
[PATCH bpf-next v4] selftests/bpf: trace_helpers.c: optimize kallsyms cache
2023-08-17 5:07 UTC (2+ messages)
[syzbot] [net?] WARNING in dev_index_reserve
2023-08-17 4:19 UTC
pull-request: bpf-next 2023-08-16
2023-08-17 3:20 UTC (2+ messages)
[PATCH v2 bpf-next 1/2] libbpf: Support triple-underscore flavors for kfunc relocation
2023-08-17 0:17 UTC (10+ messages)
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add CO-RE relocs kfunc flavors tests
[RFC][PATCH v2 00/13] integrity: Introduce a digest cache
2023-08-16 21:00 UTC (9+ messages)
` [RFC][PATCH v2 02/13] "
` [RFC][PATCH v2 03/13] integrity/digest_cache: Add functions to populate and search
[linux-next:master] BUILD REGRESSION ef66bf8aeb91fd331cf8f5dca8f9d7bca9ab2849
2023-08-16 20:11 UTC
[syzbot] [net?] WARNING in dev_index_reserve
2023-08-16 19:07 UTC
[PATCH] [v3] kallsyms: rework symbol lookup return codes
2023-08-16 19:04 UTC (2+ 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