messages from 2023-11-01 22:05:53 to 2023-11-03 00:08:46 UTC [more...]
[PATCH bpf-next 00/13] BPF register bounds range vs range support
2023-11-03 0:08 UTC (5+ messages)
` [PATCH bpf-next 02/13] bpf: generalize is_scalar_branch_taken() logic
` [PATCH bpf-next 03/13] bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
` [PATCH bpf-next 04/13] bpf: add register bounds sanity checks and sanitization
` [PATCH bpf-next 05/13] bpf: remove redundant s{32,64} -> u{32,64} deduction logic
[PATCH v8 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-02 23:53 UTC (12+ messages)
` [PATCH v8 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v8 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v8 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v8 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v8 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v8 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v8 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v8 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v8 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file
[PATCH bpf-next v5 00/13] xsk: TX metadata
2023-11-02 22:58 UTC (14+ messages)
` [PATCH bpf-next v5 01/13] xsk: Support tx_metadata_len
` [PATCH bpf-next v5 02/13] xsk: Add TX timestamp and TX checksum offload support
` [PATCH bpf-next v5 03/13] tools: ynl: Print xsk-features from the sample
` [PATCH bpf-next v5 04/13] net/mlx5e: Implement AF_XDP TX timestamp and checksum offload
` [PATCH bpf-next v5 05/13] net: stmmac: Add Tx HWTS support to XDP ZC
` [PATCH bpf-next v5 06/13] xsk: Document tx_metadata_len layout
` [PATCH bpf-next v5 07/13] xsk: Validate xsk_tx_metadata flags
` [PATCH bpf-next v5 08/13] xsk: Add option to calculate TX checksum in SW
` [PATCH bpf-next v5 09/13] selftests/xsk: Support tx_metadata_len
` [PATCH bpf-next v5 10/13] selftests/bpf: Add csum helpers
` [PATCH bpf-next v5 11/13] selftests/bpf: Add TX side to xdp_metadata
` [PATCH bpf-next v5 12/13] selftests/bpf: Convert xdp_hw_metadata to XDP_USE_NEED_WAKEUP
` [PATCH bpf-next v5 13/13] selftests/bpf: Add TX side to xdp_hw_metadata
[PATCH net-next v4 0/3] ethtool: Add ethtool_puts()
2023-11-02 19:55 UTC (7+ messages)
` [PATCH net-next v4 1/3] ethtool: Implement ethtool_puts()
` [PATCH net-next v4 2/3] checkpatch: add ethtool_sprintf rules
` [PATCH net-next v4 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()
[PATCH bpf-next 0/6] bpf: Add seccomp program type
2023-11-02 19:53 UTC (7+ messages)
` [PATCH bpf-next 1/6] bpf: Introduce BPF_PROG_TYPE_SECCOMP
` [PATCH bpf-next 2/6] bpf: Add test_run support for seccomp program type
[ANN] bpf development stats for 6.7
2023-11-02 19:10 UTC
[PATCH v6 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-02 19:06 UTC (18+ messages)
` [PATCH v6 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v6 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v6 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v6 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v6 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
bpf: incorrectly reject program with `back-edge insn from 7 to 8`
2023-11-02 19:01 UTC (4+ messages)
[PATCH bpf-next v8 00/10] Registrating struct_ops types from modules
2023-11-02 18:26 UTC (15+ messages)
` [PATCH bpf-next v8 07/10] bpf, net: switch to dynamic registration
` [PATCH bpf-next v8 10/10] selftests/bpf: test case for register_bpf_struct_ops()
[PATCH bpf] bpf: fix bpf_dynptr_slice() returning ERR_PTR() on erro
2023-11-02 18:11 UTC (5+ messages)
[PATCH bpf-next v3 1/2] bpf: add skcipher API support to TC/XDP programs
2023-11-02 17:47 UTC (14+ messages)
` [PATCH bpf-next v3 2/2] selftests: bpf: crypto skcipher algo selftests
[PATCH bpf-next v5 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
2023-11-02 17:41 UTC (6+ messages)
` [PATCH bpf-next v5 1/3] arm64: patching: Add aarch64_insn_copy()
` [PATCH bpf-next v5 2/3] arm64: patching: Add aarch64_insn_set()
[PATCH v7 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-02 17:25 UTC (11+ messages)
` [PATCH v7 bpf-next 1/9] bpf: Expose bpf_dynptr_slice* kfuncs for in kernel use
` [PATCH v7 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v7 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v7 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v7 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v7 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v7 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v7 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v7 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file
[PATCH v3 bpf-next ] selftests/bpf: consolidate VIRTIO/9P configs in config.vm file
2023-11-02 17:00 UTC (2+ messages)
[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
2023-11-02 16:59 UTC (3+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions
[PATCH bpf-next 0/3] selftests/bpf: Fixes for map_percpu_stats test
2023-11-02 16:50 UTC (2+ messages)
mainline build failure due to 9c66dc94b62a ("bpf: Introduce css_task open-coded iterator kfuncs")
2023-11-02 16:40 UTC (5+ messages)
[PATCH bpf-next 0/6] bpf: Add link_info support for uprobe multi link
2023-11-02 16:21 UTC (20+ messages)
` [PATCH bpf-next 2/6] bpf: Store ref_ctr_offsets values in bpf_uprobe array
` [PATCH bpf-next 3/6] bpf: Add link_info support for uprobe multi link
` [PATCH bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
` [PATCH bpf-next 5/6] selftests/bpf: Add link_info test for uprobe_multi link
[PATCH v6 bpf-next 00/17] BPF register bounds logic and testing improvements
2023-11-02 16:17 UTC (24+ messages)
` [PATCH v6 bpf-next 01/17] selftests/bpf: fix RELEASE=1 build for tc_opts
` [PATCH v6 bpf-next 02/17] selftests/bpf: satisfy compiler by having explicit return in btf test
` [PATCH v6 bpf-next 03/17] bpf: derive smin/smax from umin/max bounds
` [PATCH v6 bpf-next 04/17] bpf: derive smin32/smax32 from umin32/umax32 bounds
` [PATCH v6 bpf-next 05/17] bpf: derive subreg bounds from full bounds when upper 32 bits are constant
` [PATCH v6 bpf-next 06/17] bpf: add special smin32/smax32 derivation from 64-bit bounds
` [PATCH v6 bpf-next 07/17] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v6 bpf-next 08/17] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH v6 bpf-next 09/17] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v6 bpf-next 10/17] selftests/bpf: BPF register range bounds tester
` [PATCH v6 bpf-next 11/17] bpf: rename is_branch_taken reg arguments to prepare for the second one
` [PATCH v6 bpf-next 12/17] bpf: generalize is_branch_taken() to work with two registers
` [PATCH v6 bpf-next 13/17] bpf: move is_branch_taken() down
` [PATCH v6 bpf-next 14/17] bpf: generalize is_branch_taken to handle all conditional jumps in one place
` [PATCH v6 bpf-next 15/17] bpf: unify 32-bit and 64-bit is_branch_taken logic
` [PATCH v6 bpf-next 16/17] bpf: prepare reg_set_min_max for second set of registers
` [PATCH v6 bpf-next 17/17] bpf: generalize reg_set_min_max() to handle two sets of two registers
[linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
2023-11-02 16:08 UTC (4+ messages)
[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
2023-11-02 15:59 UTC (8+ messages)
[PATCH bpf] selftests/bpf: Fix broken build where char is unsigned
2023-11-02 15:00 UTC (4+ messages)
[PATCH net-next] net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config
2023-11-02 14:51 UTC (7+ messages)
bpf: shift-out-of-bounds in tnum_rshift()
2023-11-02 14:17 UTC (6+ messages)
[PATCH bpf-next v6 00/18] XDP metadata via kfuncs for ice + VLAN hint
2023-11-02 13:48 UTC (8+ messages)
` [PATCH bpf-next v6 11/18] ice: put XDP meta sources assignment under a static key condition
[PATCH v2] tools/build: Add clang cross-compilation flags to feature detection
2023-11-02 12:30 UTC (2+ messages)
[PATCH v7 0/5] Reduce overhead of LSMs with static calls
2023-11-02 10:48 UTC (13+ messages)
` [PATCH v7 1/5] kernel: Add helper macros for loop unrolling
` [PATCH v7 2/5] security: Count the LSMs enabled at compile time
` [PATCH v7 3/5] security: Replace indirect LSM hook calls with static calls
` [PATCH v7 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
` [PATCH v7 5/5] security: Add CONFIG_SECURITY_HOOK_LIKELY
[PATCH bpf-next v9 09/12] bpf, net: switch to dynamic registration
2023-11-02 10:23 UTC (2+ messages)
[PATCH bpf-next 0/7] Complete BPF verifier precision tracking support for register spills
2023-11-02 9:54 UTC (6+ messages)
` [PATCH bpf-next 7/7] bpf: track aligned STACK_ZERO cases as imprecise spilled registers
[PATCH] tools/build: Add clang cross-compilation flags to feature detection
2023-11-02 9:53 UTC (3+ messages)
[PATCH bpf-next 0/2] Relax allowlist for open-coded css_task iter
2023-11-02 9:21 UTC (11+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for css_task iter combining with cgroup iter
[PATCH v6 0/5] Reduce overhead of LSMs with static calls
2023-11-02 8:58 UTC (5+ messages)
` [PATCH v6 4/5] bpf: Only enable BPF LSM hooks when an LSM program is attached
[QUESTION] ftrace_test_recursion_trylock behaviour
2023-11-02 8:50 UTC (3+ messages)
[PATCH v2 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-02 6:43 UTC (4+ messages)
` [PATCH v2 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
[PATCH bpf-next v4 0/3] Relax allowlist for open-coded css_task iter
2023-11-02 6:10 UTC (4+ messages)
` [PATCH bpf-next v4 3/3] selftests/bpf: Add test for using css_task iter in sleepable progs
[PATCH bpf v1 0/2] bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
2023-11-02 6:10 UTC (4+ messages)
` [PATCH bpf v1 1/2] "
` [PATCH bpf v1 2/2] selftests/bpf: precision tracking test for BPF_NEG and BPF_END
[PATCH bpf-next v3 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
2023-11-02 6:00 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: fix test_maps' use of bpf_map_create_opts
2023-11-02 6:00 UTC (2+ messages)
[PATCH bpf-next v3] bpf: Check map->usercnt after timer->timer is assigned
2023-11-02 6:00 UTC (2+ messages)
[PATCH v2 bpf-next 1/2] bpf: Add __bpf_kfunc_{start,end}_defs macros
2023-11-02 6:00 UTC (2+ messages)
[PATCH bpf-next v2] selftests/bpf: fix test_bpffs
2023-11-02 6:00 UTC (2+ messages)
[PATCH bpf v3 0/2] bpf: Fix incorrect immediate spill
2023-11-02 6:00 UTC (2+ messages)
[PATCHv2 bpf-next] bpf: fix compilation error without CGROUPS
2023-11-02 6:00 UTC (2+ messages)
[PATCH v1 2/2] mm: memcg: introduce new event to trace shrink_memcg
2023-11-02 4:03 UTC (2+ messages)
bpf_core_type_id_kernel is not consistent with bpf_core_type_id_local
2023-11-02 2:16 UTC (8+ messages)
[RFCv2 bpf-next 0/7] Add bpf_xdp_get_xfrm_state() kfunc
2023-11-02 1:27 UTC (4+ messages)
` [RFCv2 bpf-next 1/7] bpf: xfrm: "
` [RFCv2 bpf-next 7/7] bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()
[PATCH bpf-next 1/5] bpf: Add kfunc bpf_get_file_xattr
2023-11-02 1:19 UTC (2+ messages)
[syzbot] [net?] [usb?] INFO: rcu detected stall in worker_thread (9)
2023-11-02 0:14 UTC (2+ messages)
BTF_TYPE_ID_LOCAL off by one?
2023-11-01 22:41 UTC (5+ 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