messages from 2026-07-31 00:30:02 to 2026-07-31 19:40:23 UTC [more...]
[PATCH bpf-next 00/13] BPF interface for applying Landlock rulesets
2026-07-31 19:40 UTC (20+ 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 bpf v4 0/4] bpf: Preserve pointer state for commuted arithmetic
2026-07-31 19:36 UTC (4+ messages)
` [PATCH bpf v4 3/4] bpf: Propagate untrusted pointer state in "
[PATCHES 00/12] pahole: Support more rust tags and references to dwz alternate debug files
2026-07-31 19:31 UTC (13+ messages)
` [PATCH 01/12] dwarf_loader: Initial support for DW_TAG_variant_part
` [PATCH 02/12] dwarf_loader: Initial support for DW_TAG_subprogram in DW_TAG_enumeration
` [PATCH 03/12] dwarf_loader: Populate DW_TAG_variant children in DW_TAG_variant_part
` [PATCH 04/12] btf_encoder: Encode variant parts as union members in BTF
` [PATCH 05/12] dwarf_loader: Handle DW_FORM_block in attr_numeric for Rust discriminant values
` [PATCH 06/12] dwarf_loader: Allow forcing the merge of CUs for solving inter CU tag references
` [PATCH 07/12] dwarf_loader: Support DW_TAG_imported_unit for same-file partial units
` [PATCH 08/12] dwarf_loader: Fix cus__merging_cu failing to detect DW_FORM_ref_addr
` [PATCH 09/12] dwarf_loader: Add cu parameter to tag__set_spec() and dwarf_tag__set_attr_type()
` [PATCH 10/12] dwarf_loader: Support DW_FORM_GNU_ref_alt references to dwz alternate debug files
` [PATCH 11/12] tests: Add inter-CU type reference comparison test
` [PATCH 12/12] scripts: Add vmlinux_comparison.py for DWARF/BTF analysis
[PATCH bpf-next 0/5] bpf: infer zext_dst based on static register liveness analysis
2026-07-31 19:26 UTC (9+ messages)
` [PATCH bpf-next 1/5] bpf: do not print a newline after disassembly in bpf_verbose_insn()
` [PATCH bpf-next 2/5] bpf: track upper 32-bit register halves' liveness in compute_live_registers()
` [PATCH bpf-next 3/5] bpf: infer zext_dst based on static register liveness analysis
` [PATCH bpf-next 4/5] bpf: simplify the bpf_is_reg64() signature
` [PATCH bpf-next 5/5] selftests/bpf: verify zext_dst annotations for various instructions
[PATCH v6 bpf-next 0/4] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
2026-07-31 19:20 UTC (20+ messages)
` [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 v1 0/5] x86/cpu: Refactor identify_cpu()
2026-07-31 19:13 UTC (4+ messages)
` [PATCH v1 5/5] x86/cpu: Don't reset boot CPU cpuinfo in identify_cpu()
[PATCH 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
2026-07-31 19:12 UTC (5+ messages)
` [PATCH 3/6] srcu: Make call_srcu() safe to call "
[PATCH] mm/kmemleak: report RCU-tasks quiescent states during the scan
2026-07-31 18:19 UTC (12+ messages)
[RFC PATCH bpf-next v2 0/2] ftrace: deprecate the ftrace_enabled disable switch
2026-07-31 18:06 UTC (4+ messages)
` [RFC PATCH bpf-next v2 1/2] ftrace: deprecate disabling via ftrace_enabled sysctl
` [RFC PATCH bpf-next v2 2/2] selftests/livepatch: update test-ftrace.sh for deprecated ftrace_enabled
[PATCH net-next 1/2] bpf: Allow IP_TRANSPARENT and IPV6_TRANSPARENT in bpf_{set,get}sockopt()
2026-07-31 17:51 UTC (2+ messages)
` [PATCH net-next 2/2] selftests/bpf: Add IP_TRANSPARENT and IPV6_TRANSPARENT to setget_sockopt
[PATCH net v3 0/1] xsk: account uncharged AF_XDP ring allocations to memcg
2026-07-31 16:46 UTC (2+ messages)
` [PATCH net v3 1/1] xsk: account "
[PATCH net v2 0/2] Fix skb length accounting after XDP frag adjustment
2026-07-31 16:14 UTC (7+ 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 v3] bpf: Fix netns reference imbalance in conntrack kfuncs
2026-07-31 16:09 UTC
[PATCH bpf-next v2 0/2] bpf, mips: Add signed div/mod support
2026-07-31 15:53 UTC (4+ messages)
` [PATCH bpf-next v2 2/2] bpf, mips: Add support for BPF_SDIV and BPF_SMOD
[PATCH] selinux: bpf: check SBLABEL_MNT before isec init
2026-07-31 15:33 UTC (4+ messages)
` [PATCH v2] "
[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 net-next v2] net: stmmac: Avoid freeing and re-requesting IRQ during XDP set prog
2026-07-31 15:09 UTC (2+ messages)
[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 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 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 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
page: | 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