BPF List
 help / color / mirror / Atom feed
 messages from 2026-07-30 23:01:44 to 2026-07-31 15:21:48 UTC [more...]

[PATCH bpf-next v2 0/2] bpf: Fix sleepable check for tracing prog
 2026-07-31 15:21 UTC  (4+ messages)

[PATCHv2 bpf-next 00/11] bpf: Disable preemption in stack map code
 2026-07-31 15:18 UTC  (18+ messages)
` [PATCHv2 bpf-next 05/11] bpf: Disable preemption in bpf_get_stackid
` [PATCHv2 bpf-next 08/11] bpf: Restore trace->nr value properly in bpf_get_stack_pe
` [PATCHv2 bpf-next 09/11] bpf: Remove trace_in argument from __bpf_get_stack
` [PATCHv2 bpf-next 11/11] bpf: Clear buf on error in __bpf_get_task_stack

[PATCH v6 bpf-next 0/4] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-07-31 15:17 UTC  (13+ messages)
` [PATCH v6 bpf-next 1/4] security: introduce struct lsm_xattrs
` [PATCH v6 bpf-next 2/4] security: add security_lsmxattr_add()
` [PATCH v6 bpf-next 3/4] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
` [PATCH v6 bpf-next 4/4] selftests/bpf: add tests for bpf_init_inode_xattr kfunc

[PATCH net-next v2] net: stmmac: Avoid freeing and re-requesting IRQ during XDP set prog
 2026-07-31 15:09 UTC  (2+ messages)

[PATCH 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-07-31 14:26 UTC  (11+ messages)
` [PATCH 1/6] rcu: Make call_rcu() safe to call "
` [PATCH 3/6] srcu: Make call_srcu() "

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-31 13:28 UTC  (7+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage

[PATCHES 00/31] pahole: Bug fixes and small improvements
 2026-07-31 12:52 UTC  (2+ messages)

[PATCH] selinux: bpf: check SBLABEL_MNT before isec init
 2026-07-31 12:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 net-next 1/1] tcp: Replace min_tso_segs() with tso_segs() CC callback
 2026-07-31 11:49 UTC  (2+ messages)

[PATCH v2 0/6] s390: Add kCFI support
 2026-07-31 11:39 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] bpf, mips: Add signed div/mod support
 2026-07-31 11:11 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] bpf, mips: Add support for BPF_SDIV and BPF_SMOD

[PATCH dwarves] btf_encoder: Ensure the first same-name function has a non-zero address
 2026-07-31 10:10 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] ftrace: deprecate the ftrace_enabled disable switch
 2026-07-31  9:04 UTC  (4+ messages)
` [RFC PATCH bpf-next 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled

[PATCH net v2 1/1] net: cap advertised device headroom
 2026-07-31  6:21 UTC 

[PATCH bpf v3] bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()
 2026-07-31  5:39 UTC  (2+ messages)

[RFC PATCH bpf-next 0/6] bpf: Optimize string kfuncs
 2026-07-31  5:18 UTC  (4+ messages)
` [RFC PATCH bpf-next 1/6] bpf: Optimize string scan kfuncs

[PATCH net v2 0/1] xsk: fix unaccounted ring allocations causing memory exhaustion
 2026-07-31  4:23 UTC  (3+ messages)

[PATCH net v2 0/2] Fix skb length accounting after XDP frag adjustment
 2026-07-31  3:23 UTC  (3+ messages)
` [PATCH net v2 1/2] net: fix skb length accounting after generic "
` [PATCH net v2 2/2] veth: fix skb length accounting after "

[PATCH bpf-next 00/13] BPF interface for applying Landlock rulesets
 2026-07-31  2:46 UTC  (18+ messages)
` [PATCH bpf-next 01/13] lsm: Add LSM hook security_policy_kptr_from_fd
` [PATCH bpf-next 02/13] lsm: Add LSM hook security_policy_kptr_put
` [PATCH bpf-next 03/13] lsm: Add LSM hook security_bprm_enforce_policy_kptr
` [PATCH bpf-next 04/13] landlock: Expose the ruleset fd lookup to the rest of Landlock
` [PATCH bpf-next 05/13] landlock: Factor the credential restriction out of landlock_restrict_self()
` [PATCH bpf-next 06/13] landlock: Implement the LSM policy kptr hooks
` [PATCH bpf-next 07/13] bpf: Add the LSM policy kfunc infrastructure
` [PATCH bpf-next 08/13] bpf: Add the bpf_landlock_put_ruleset kfunc and ruleset destructor
` [PATCH bpf-next 09/13] bpf: Add the bpf_landlock_get_ruleset_from_fd kfunc
` [PATCH bpf-next 10/13] bpf: Add the bpf_landlock_restrict_binprm kfunc
` [PATCH bpf-next 11/13] selftests/bpf: Add tests for the Landlock policy kfuncs
` [PATCH bpf-next 12/13] landlock: Document the BPF kfunc interface
` [PATCH bpf-next 13/13] lsm: Document the LSM policy kptr hooks

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-07-31  2:30 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH bpf-next v2 0/2] bpf: htab: Reduce memory use of hash maps
 2026-07-31  1:57 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] bpf: htab: Split htab_elem_lru and htab_elem_pcpu off of htab_elem
` [PATCH bpf-next v2 2/2] bpf: htab: Reduce elem_size by 8 bytes for small key sizes

[PATCH 0/2] bpf: htab: Reduce memory use of hash maps
 2026-07-31  1:06 UTC  (5+ messages)

[PATCH] selftests: net: reuseport_bpf_numa: consider cpuless numa node
 2026-07-31  1:02 UTC  (3+ messages)

[PATCH] fsverity: Fix bpf_get_fsverity_digest() dynptr assumptions
 2026-07-31  0:39 UTC 

[PATCH bpf-next v3] bpf, x86: Add support for BPF_SDIV and BPF_SMOD in the i386 JIT
 2026-07-31  0:29 UTC 

[PATCH v2] tracing: Make per-template BTF id lists file-local
 2026-07-31  0:17 UTC 

[PATCH bpf-next] tracing: Make per-template BTF id lists file-local
 2026-07-31  0:05 UTC  (3+ messages)

[PATCH bpf-next v2] bpf: Fix mmap_lock leak in irq_work path
 2026-07-30 23:50 UTC  (2+ messages)

[PATCH v14 00/15] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-07-30 23:48 UTC  (10+ messages)
` [PATCH v14 01/15] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v14 02/15] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v14 05/15] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()

[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
 2026-07-30 23:37 UTC  (6+ messages)
` [PATCH bpf-next 2/2] "

[PATCH bpf-next v4] bpf: log error code on trampoline unlink failure
 2026-07-30 23:29 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox