messages from 2023-11-02 06:09:48 to 2023-11-03 20:26:49 UTC [more...]
[PATCH v9 bpf-next 0/9] bpf: File verification with LSM and fsverity
2023-11-03 20:26 UTC (11+ messages)
` [PATCH v9 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v9 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v9 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v9 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v9 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v9 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v9 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v9 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v9 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file
bpf_core_type_id_kernel is not consistent with bpf_core_type_id_local
2023-11-03 19:58 UTC (9+ messages)
[PATCH bpf-next 00/13] BPF register bounds range vs range support
2023-11-03 19:19 UTC (23+ messages)
` [PATCH bpf-next 01/13] bpf: generalize reg_set_min_max() to handle non-const register comparisons
` [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 bpf-next 06/13] bpf: make __reg{32,64}_deduce_bounds logic more robust
` [PATCH bpf-next 07/13] selftests/bpf: BPF register range bounds tester
` [PATCH bpf-next 08/13] selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
` [PATCH bpf-next 09/13] selftests/bpf: add range x range test to reg_bounds
` [PATCH bpf-next 10/13] selftests/bpf: add randomized reg_bounds tests
` [PATCH bpf-next 11/13] selftests/bpf: set BPF_F_TEST_SANITY_SCRIPT by default
` [PATCH bpf-next 12/13] veristat: add ability to set BPF_F_TEST_SANITY_STRICT flag with -r flag
` [PATCH bpf-next 13/13] selftests/bpf: add iter test requiring range x range logic
[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
2023-11-03 19:05 UTC (18+ messages)
` [PATCH v9 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
` [PATCH v9 bpf-next 02/17] bpf: add BPF token delegation mount options to BPF FS
` [PATCH v9 bpf-next 03/17] bpf: introduce BPF token object
` [PATCH v9 bpf-next 04/17] bpf: add BPF token support to BPF_MAP_CREATE command
` [PATCH v9 bpf-next 05/17] bpf: add BPF token support to BPF_BTF_LOAD command
` [PATCH v9 bpf-next 06/17] bpf: add BPF token support to BPF_PROG_LOAD command
` [PATCH v9 bpf-next 07/17] bpf: take into account BPF token when fetching helper protos
` [PATCH v9 bpf-next 08/17] bpf: consistently use BPF token throughout BPF verifier logic
` [PATCH v9 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
` [PATCH v9 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free "
` [PATCH v9 bpf-next 11/17] bpf,lsm: add BPF token "
` [PATCH v9 bpf-next 12/17] libbpf: add bpf_token_create() API
` [PATCH v9 bpf-next 13/17] libbpf: add BPF token support to bpf_map_create() API
` [PATCH v9 bpf-next 14/17] libbpf: add BPF token support to bpf_btf_load() API
` [PATCH v9 bpf-next 15/17] libbpf: add BPF token support to bpf_prog_load() API
` [PATCH v9 bpf-next 16/17] selftests/bpf: add BPF token-enabled tests
` [PATCH v9 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token
[PATCH bpf-next] bpftool: fix prog object type in manpage
2023-11-03 19:00 UTC (4+ messages)
[RFC PATCH bpf-next] libbpf: bpftool : Emit aligned(8) attr for empty struct in btf source dump
2023-11-03 18:55 UTC (4+ messages)
[linus:master] [bpf] c930472552: WARNING:at_kernel/bpf/memalloc.c:#bpf_mem_alloc_init
2023-11-03 16:49 UTC (6+ messages)
[PATCH] selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
2023-11-03 16:26 UTC (2+ messages)
[PATCH bpf-next] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test
2023-11-03 14:29 UTC
[PATCH bpf-next v2] net, xdp: allow metadata > 32
2023-11-03 14:34 UTC (3+ messages)
Need help in bpf exec hook for execsnoop command
2023-11-03 8:57 UTC (3+ messages)
[PATCH v3 bpf-next 06/11] bpf: Add a new kfunc for cgroup1 hierarchy
2023-11-03 8:49 UTC (3+ messages)
[PATCH bpf-next 0/6] bpf: Add seccomp program type
2023-11-03 8:47 UTC (9+ 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
[PATCH bpf-next v9 09/12] bpf, net: switch to dynamic registration
2023-11-03 5:57 UTC (3+ messages)
[PATCH v6 bpf-next 00/17] BPF register bounds logic and testing improvements
2023-11-03 3:43 UTC (12+ messages)
` [PATCH v6 bpf-next 07/17] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v6 bpf-next 09/17] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [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 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()
[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 (16+ 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
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 (6+ messages)
` [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 (8+ messages)
[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 (13+ messages)
` [PATCH bpf-next 3/6] "
` [PATCH bpf-next 4/6] selftests/bpf: Use bpf_link__destroy in fill_link_info tests
[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 (5+ 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 v7 3/5] security: Replace indirect LSM hook calls with static calls
2023-11-02 7:51 UTC (2+ 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 (2+ messages)
[PATCH bpf v1 0/2] bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_END
2023-11-02 6:10 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