messages from 2023-12-01 09:47:08 to 2023-12-04 08:57:13 UTC [more...]
[PATCH bpf v4 0/7] bpf: Fix the release of inner map
2023-12-04 8:57 UTC (8+ messages)
` [PATCH bpf v4 3/7] bpf: Set need_defer as false when clearing fd array during map free
` [PATCH bpf v4 5/7] bpf: Optimize the free of inner map
` [PATCH bpf v4 7/7] selftests/bpf: Test outer map update operations in syscall program
[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
2023-12-04 8:56 UTC (4+ messages)
` [PATCH 07/10] printk: Remove the now superfluous sentinel elements from ctl_table array
[PATCH ipsec-next v3 0/9] Add bpf_xdp_get_xfrm_state() kfunc
2023-12-04 8:25 UTC (22+ messages)
` [PATCH ipsec-next v3 1/9] bpf: xfrm: "
` [PATCH ipsec-next v3 2/9] bpf: xfrm: Add bpf_xdp_xfrm_state_release() kfunc
` [PATCH ipsec-next v3 3/9] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
` [devel-ipsec] "
` [PATCH ipsec-next v3 4/9] bpf: selftests: test_loader: Support __btf_path() annotation
` [PATCH ipsec-next v3 5/9] libbpf: selftests: Add verifier tests for CO-RE bitfield writes
` [PATCH ipsec-next v3 6/9] bpf: selftests: test_tunnel: Setup fresh topology for each subtest
` [PATCH ipsec-next v3 7/9] bpf: selftests: test_tunnel: Use vmlinux.h declarations
` [PATCH ipsec-next v3 8/9] bpf: selftests: Move xfrm tunnel test to test_progs
` [PATCH ipsec-next v3 9/9] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
[PATCH bpf] bpf: minor logging improvement
2023-12-04 1:12 UTC
[Bug Report] bpf: zero access_size of stack causes array indix oob in check_stack_range_initialized()
2023-12-04 1:10 UTC (3+ messages)
[PATCH bpf] bpf: fix verification of indirect var-off stack access
2023-12-04 1:09 UTC (2+ messages)
[PATCH v2 0/2] x86/bpf: Fix FineIBT vs eBPF
2023-12-03 22:56 UTC (3+ messages)
` [PATCH v2 2/2] x86/cfi,bpf: Fix BPF JIT call
[PATCHv2 bpf 0/2] bpf: Fix prog_array_map_poke_run map poke update
2023-12-03 20:50 UTC (9+ messages)
` [PATCHv2 bpf 1/2] bpf: Add checkip argument to bpf_arch_text_poke
[PATCHv3 bpf 0/2] bpf: Fix map poke update
2023-12-03 20:48 UTC (3+ messages)
` [PATCHv3 bpf 1/2] bpf: Fix prog_array_map_poke_run "
` [PATCHv3 bpf 2/2] selftests/bpf: Add test for early update in prog_array_map_poke_run
[PATCH bpf-next v7 1/3] bpf: make common crypto API for TC/XDP programs
2023-12-03 20:00 UTC (11+ messages)
` [PATCH bpf-next v7 2/3] bpf: crypto: add skcipher to bpf crypto
` [PATCH bpf-next v7 3/3] selftests: bpf: crypto skcipher algo selftests
[PATCH net-next] tools: ynl: remove generated user space code from git
2023-12-03 17:28 UTC (2+ messages)
[PATCH bpf-next v3 0/3] xsk: TX metadata Launch Time support
2023-12-03 16:51 UTC (4+ messages)
` [PATCH bpf-next v3 1/3] xsk: add Launch Time HW offload to XDP Tx metadata
` [PATCH bpf-next v3 2/3] net: stmmac: add Launch Time support to XDP ZC
` [PATCH bpf-next v3 3/3] selftests/bpf: add Launch Time request to xdp_hw_metadata
[PATCH bpf v3 0/3] bpf: fix accesses to uninit stack slots
2023-12-03 13:22 UTC (6+ messages)
` [PATCH bpf v3 1/3] bpf: add some comments to stack representation
` [PATCH bpf v3 2/3] bpf: fix accesses to uninit stack slots
` [PATCH bpf v3 3/3] bpf: minor cleanup around stack bounds
[PATCH bpf-next v2 0/3] xsk: TX metadata txtime support
2023-12-03 10:11 UTC (11+ messages)
` [PATCH bpf-next v2 2/3] net: stmmac: Add txtime support to XDP ZC
[PATCH bpf-next 0/3] xsk: TX metadata launch time support
2023-12-03 8:58 UTC (4+ messages)
` [PATCH bpf-next 1/3] xsk: add launch time support to XDP Tx metadata
[PATCH] 9p: prevent read overrun in protocol dump tracepoint
2023-12-03 5:32 UTC (8+ messages)
[PATCH v3 0/7] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf
2023-12-03 2:57 UTC (10+ messages)
` [PATCH v3 1/7] mm, doc: Add doc for MPOL_F_NUMA_BALANCING
` [PATCH v3 2/7] mm: mempolicy: Revise comment regarding mempolicy mode flags
` [PATCH v3 3/7] mm, security: Fix missed security_task_movememory()
` [PATCH v3 4/7] mm, security: Add lsm hook for memory policy adjustment
` [PATCH v3 5/7] security: selinux: Implement set_mempolicy hook
` [PATCH v3 6/7] selftests/bpf: Add selftests for set_mempolicy with a lsm prog
` [PATCH v3 7/7] NOT kernel/man2/mbind.2: Add mode flag MPOL_F_NUMA_BALANCING
[PATCH bpf v2 0/2] bpf: fix accesses to uninit stack slots
2023-12-02 22:41 UTC (6+ messages)
` [PATCH bpf v2 1/2] "
IETF 118 BPF WG summary
2023-12-02 19:51 UTC (3+ messages)
` BPF ISA conformance groups
` [Bpf] "
[PATCH v5 bpf-next 00/11] BPF verifier retval logic fixes
2023-12-02 19:50 UTC (13+ messages)
` [PATCH v5 bpf-next 01/11] bpf: rearrange bpf_func_state fields to save a bit of memory
` [PATCH v5 bpf-next 02/11] bpf: provide correct register name for exception callback retval check
` [PATCH v5 bpf-next 03/11] bpf: enforce precision of R0 on callback return
` [PATCH v5 bpf-next 04/11] bpf: enforce exact retval range on subprog/callback exit
` [PATCH v5 bpf-next 05/11] selftests/bpf: add selftest validating callback result is enforced
` [PATCH v5 bpf-next 06/11] bpf: enforce precise retval range on program exit
` [PATCH v5 bpf-next 07/11] bpf: unify async callback and program retval checks
` [PATCH v5 bpf-next 08/11] bpf: enforce precision of R0 on program/async callback return
` [PATCH v5 bpf-next 09/11] selftests/bpf: validate async callback return value check correctness
` [PATCH v5 bpf-next 10/11] selftests/bpf: adjust global_func15 test to validate prog exit precision
` [PATCH v5 bpf-next 11/11] bpf: simplify tnum output if a fully known constant
[PATCH bpf-next v6 0/4] Relax tracing prog recursive attach rules
2023-12-02 19:15 UTC (5+ messages)
` [PATCH bpf-next v6 1/4] bpf: "
` [PATCH bpf-next v6 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v6 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v6 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach
[PATCH bpf-next v6 00/13] xsk: TX metadata
2023-12-02 17:09 UTC (3+ messages)
` [PATCH bpf-next v6 06/13] xsk: Document tx_metadata_len layout
[PATCH bpf-next v5 0/4] Relax tracing prog recursive attach rules
2023-12-02 11:56 UTC (7+ messages)
` [PATCH bpf-next v5 1/4] bpf: "
` [PATCH bpf-next v5 2/4] selftests/bpf: Add test for recursive attachment of tracing progs
` [PATCH bpf-next v5 3/4] bpf: Fix re-attachment branch in bpf_tracing_prog_attach
` [PATCH bpf-next v5 4/4] selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attach
max<min after jset
2023-12-02 10:44 UTC (2+ messages)
` [PATCH] C inlined assembly for reproducing max<min
[PATCH] scripts/bpf_doc: add __main__ judgement before main code
2023-12-02 5:56 UTC (3+ messages)
[PATCH v3 net-next 0/2] add multi-buff support for xdp running in generic mode
2023-12-02 3:48 UTC (4+ messages)
` [PATCH v3 net-next 1/2] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp
` [PATCH v3 net-next 2/2] xdp: add multi-buff support for xdp running in generic mode
[PATCH v15 bpf-next 0/6] bpf: File verification with LSM and fsverity
2023-12-02 0:30 UTC (2+ messages)
[PATCH bpf v3] bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4
2023-12-02 0:00 UTC (3+ messages)
[PATCH 0/2] x86/bpf: Fix FineIBT vs eBPF
2023-12-01 23:54 UTC (5+ messages)
` [PATCH 2/2] x86/cfi,bpf: Fix BPF JIT call
BPF GCC status - Nov 2023
2023-12-01 21:38 UTC (4+ messages)
[PATCH bpf v2 0/2] bpf fix for unconnect af_unix socket
2023-12-01 21:14 UTC (4+ messages)
` [PATCH bpf v2 1/2] bpf: syzkaller found null ptr deref in unix_bpf proto add
` [PATCH bpf v2 2/2] bpf: sockmap, test for unconnected af_unix sock
[PATCH v4 bpf-next 00/11] BPF verifier retval logic fixes
2023-12-01 20:11 UTC (13+ messages)
` [PATCH v4 bpf-next 01/11] bpf: rearrange bpf_func_state fields to save a bit of memory
` [PATCH v4 bpf-next 02/11] bpf: provide correct register name for exception callback retval check
` [PATCH v4 bpf-next 03/11] bpf: enforce precision of R0 on callback return
` [PATCH v4 bpf-next 04/11] bpf: enforce exact retval range on subprog/callback exit
` [PATCH v4 bpf-next 05/11] selftests/bpf: add selftest validating callback result is enforced
` [PATCH v4 bpf-next 06/11] bpf: enforce precise retval range on program exit
` [PATCH v4 bpf-next 07/11] bpf: unify async callback and program retval checks
` [PATCH v4 bpf-next 08/11] bpf: enforce precision of R0 on program/async callback return
` [PATCH v4 bpf-next 09/11] selftests/bpf: validate async callback return value check correctness
` [PATCH v4 bpf-next 10/11] selftests/bpf: adjust global_func15 test to validate prog exit precision
` [PATCH v4 bpf-next 11/11] bpf: simplify tnum output if a fully known constant
[PATCH ipsec-next v2 0/6] Add bpf_xdp_get_xfrm_state() kfunc
2023-12-01 20:05 UTC (8+ messages)
` [PATCH ipsec-next v2 3/6] libbpf: Add BPF_CORE_WRITE_BITFIELD() macro
[PATCH bpf-next] selftests/bpf: validate eliminated global subprog is not freplaceable
2023-12-01 20:02 UTC (6+ messages)
[PATCH v6 bpf-next 0/7] Allocate bpf trampoline on bpf_prog_pack
2023-12-01 19:06 UTC (8+ messages)
` [PATCH v6 bpf-next 1/7] bpf: Let bpf_prog_pack_free handle any pointer
` [PATCH v6 bpf-next 2/7] bpf: Adjust argument names of arch_prepare_bpf_trampoline()
` [PATCH v6 bpf-next 3/7] bpf: Add helpers for trampoline image management
` [PATCH v6 bpf-next 4/7] bpf, x86: Adjust arch_prepare_bpf_trampoline return value
` [PATCH v6 bpf-next 5/7] bpf: Add arch_bpf_trampoline_size()
` [PATCH v6 bpf-next 6/7] bpf: Use arch_bpf_trampoline_size
` [PATCH v6 bpf-next 7/7] x86, bpf: Use bpf_prog_pack for bpf trampoline
[PATCH v2 bpf-next] selftests/bpf: validate eliminated global subprog is not freplaceable
2023-12-01 19:04 UTC (3+ messages)
[PATCH bpf-next] bpf: Support uid and gid when mounting bpffs
2023-12-01 18:43 UTC (2+ messages)
[PATCH net-next v9 00/15] Introducing P4TC
2023-12-01 18:29 UTC (16+ messages)
` [PATCH net-next v9 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH net-next v9 02/15] net/sched: act_api: increase action kind string length
` [PATCH net-next v9 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH net-next v9 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v9 05/15] net: sched: act_api: Add support for preallocated P4 action instances
` [PATCH net-next v9 06/15] net: introduce rcu_replace_pointer_rtnl
` [PATCH net-next v9 07/15] rtnl: add helper to check if group has listeners
` [PATCH net-next v9 08/15] p4tc: add P4 data types
` [PATCH net-next v9 09/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v9 10/15] p4tc: add action template create, update, delete, get, flush and dump
` [PATCH net-next v9 11/15] p4tc: add P4 action runtime support
` [PATCH net-next v9 12/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH net-next v9 13/15] p4tc: add runtime table entry create, update, get, delete, "
` [PATCH net-next v9 14/15] p4tc: add set of P4TC table kfuncs
` [PATCH net-next v9 15/15] p4tc: add P4 classifier
sock_ops: calling bpf_sock_ops_cb_flags_set() for already established sockets
2023-12-01 17:51 UTC (2+ messages)
Does skb_metadata_differs really need to stop GRO aggregation?
2023-12-01 17:09 UTC (10+ messages)
[PATCH bpf 0/2] bpf fix for unconnect af_unix socket
2023-12-01 16:35 UTC (8+ messages)
` [PATCH bpf 1/2] bpf: syzkaller found null ptr deref in unix_bpf proto add
` [PATCH bpf 2/2] bpf: sockmap, test for unconnected af_unix sock
[PATCH] selftests/bpf: fix erroneous bitmask operation
2023-12-01 15:20 UTC (2+ messages)
[PATCH bpf-next v4 0/3] Relax tracing prog recursive attach rules
2023-12-01 14:52 UTC (13+ messages)
` [PATCH bpf-next v4 1/3] bpf: "
` [PATCH bpf-next v4 3/3] bpf, selftest/bpf: Fix re-attachment branch in bpf_tracing_prog_attach
[PATCH bpf-next v7 00/18] XDP metadata via kfuncs for ice + VLAN hint
2023-12-01 13:51 UTC (5+ messages)
` [PATCH bpf-next v7 04/18] ice: Introduce ice_xdp_buff
[PATCH RFC 0/6] remove page frag implementation in vhost_net
2023-12-01 12:02 UTC (2+ messages)
` [PATCH RFC 4/6] vhost/net: remove vhost_net_page_frag_refill()
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