DragonOS/kernel/crates
LoGin e8fc8b3af9
Build multiversion docs / build-multiversion (push) Waiting to run Details
Sync to CNB.cool / sync (push) Waiting to run Details
Test MM (Host) / Build slab_stress (host) (push) Waiting to run Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (1, 128) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (1, 255) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (1, 256) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (1, 64) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (2, 128) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (2, 255) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (2, 256) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (2, 64) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (3, 128) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (3, 255) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (3, 256) (push) Blocked by required conditions Details
Test MM (Host) / Slab allocator long-run (valgrind) - size=${{ matrix.size }}, seed=${{ matrix.seed }} (3, 64) (push) Blocked by required conditions Details
Test x86_64 / Integration Test (push) Waiting to run Details
ci: 添加rust-slabmalloc的主机测试工作流和属性测试 (#1577)
- 新增GitHub Actions工作流,用于在主机上构建并运行slab_stress压力测试
- 添加proptest依赖,实现随机分配/释放序列的属性测试
- 新增slab_stress二进制工具,支持Valgrind内存检查
- 完善测试文档,说明主机测试的使用方法
- 修复页面状态迁移测试,确保Full/Partial/Empty列表转换正确

Signed-off-by: longjin <longjin@DragonOS.org>
2025-12-30 08:37:47 +08:00
..
another_ext4 feat(ext4): 将another_ext4库集成到内核仓库 (#1556) 2025-12-27 01:04:49 +08:00
asm_macros feat(la64): 实现了较为早期的la64的异常处理的注册 (#1138) 2025-05-07 13:14:54 +08:00
bitmap refactor(bitmap): 重构静态位图实现,移除incomplete_features依赖 (#1256) 2025-08-12 01:06:05 +08:00
crc chore: Upgrade kernel toolchain to 250810 (#1257) 2025-08-18 13:25:19 +08:00
driver_base_macros 实现了rtc的抽象,并且把x86的cmos rtc接入到设备驱动模型 (#674) 2024-03-28 00:28:13 +08:00
ida feat(loop_device): 新增loop设备子系统 (#1261) 2025-12-24 14:29:46 +08:00
intertrait fix the panic error for riscv64 (#1123) 2025-04-02 13:49:57 +08:00
kcmdline_macros feat(boot): 内核启动命令行参数解析 (#969) 2024-10-13 23:39:55 +08:00
kdepends feat(ext4): 将another_ext4库集成到内核仓库 (#1556) 2025-12-27 01:04:49 +08:00
klog_types chore: Upgrade kernel toolchain to 250810 (#1257) 2025-08-18 13:25:19 +08:00
kprobe feat: la64 boot (#1132) 2025-04-20 18:51:45 +08:00
rust-jhash feat(vfs): 新增creat系统调用支持 (#1482) 2025-12-16 23:58:15 +08:00
rust-slabmalloc ci: 添加rust-slabmalloc的主机测试工作流和属性测试 (#1577) 2025-12-30 08:37:47 +08:00
syscall_table_macros feat(syscall): 添加syscall table的实现 (#1164) 2025-05-13 18:59:18 +08:00
system_error feat(fs): 补充mount系统调用,增加对硬盘挂载 & ext4文件系统的支持 (#1182) 2025-06-29 17:05:06 +08:00
unified-init chore: Upgrade kernel toolchain to 250810 (#1257) 2025-08-18 13:25:19 +08:00
wait_queue_macros refactor(wait_queue): 重构等待队列机制,引入Waiter/Waker模式 (#1452) 2025-12-10 14:04:05 +08:00