登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
代码拉取完成,页面将自动刷新
仓库状态说明
开源项目
>
其他开源
>
操作系统
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
458
Star
1.7K
Fork
1.9K
GVP
openEuler
/
kernel
关闭
代码
Issues
1271
Pull Requests
991
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
【openEuler-26.09】sched_ext: scx_central crash when loading bpf prog
已完成
#IDE61A
内核缺陷
cheliequan
创建于
2025-12-19 01:05
> _**请尽量提供详细的信息,如缺乏必要的定位信息,则缺陷不会被定位**_ ``` [root@localhost OLK-6.6]# make -C tools/sched_ext clean -s && \ > make headers_install -s && \ > make -C tools/sched_ext -j$(nproc) -s Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version at 'include/uapi/linux/bpf.h' Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h' differs from latest version at 'include/uapi/linux/if_xdp.h' Auto-detecting system features: ... clang-bpf-co-re: [ on ] ... llvm: [ on ] ... libcap: [ OFF ] ... libbfd: [ on ] [root@localhost OLK-6.6]# ./tools/sched_ext/build/bin/scx_central malloc(): unsorted double linked list corrupted Aborted (core dumped) ``` ## 环境信息 【OS版本】(如openEuler-22.03-LTS,参考命令"cat /etc/os-release"结果) 【内核版本】(如kernel-5.10.0-60.138.0.165,参考命令"uname -r"结果) 6.6 【硬件平台】(缺陷相关的硬件信息,如:处理器型号、内存、磁盘、网卡、BIOS 等信息) x86_64 【组网信息】(和网络、性能相关的问题,应该说明详细的组网和场景信息) 无 ## 缺陷信息 【问题复现步骤】 1. 运行scx_central程序 [root@localhost OLK-6.6]# ./tools/sched_ext/build/bin/scx_central malloc(): unsorted double linked list corrupted Aborted (core dumped) 【实际结果】请描述出问题的结果和影响 调度策略加载失败,程序crash,生成coredump 【期望结果】请描述出期望的结果和影响 程序正常运行,策略加载成功 【其他相关附件信息】比如 syslog、dmesg、panic、lockup、kdump 信息、图片等 ``` # 这里可以附上相关文本信息 ``` 【已分析信息】如已经做过分析和定位,请尽量附上详细的分析结果 libbpf打印调试信息: ``` [root@kvm1 bin]# ./scx_central -v libbpf: loading kernel BTF '/sys/kernel/btf/vmlinux': 0 libbpf: extern (func ksym) 'bpf_cpumask_test_cpu': resolved to vmlinux [39842] libbpf: extern (func ksym) 'bpf_iter_num_destroy': resolved to vmlinux [39872] libbpf: extern (func ksym) 'bpf_iter_num_new': resolved to vmlinux [39874] libbpf: extern (func ksym) 'bpf_iter_num_next': resolved to vmlinux [39876] libbpf: extern (func ksym) 'bpf_task_from_pid': resolved to vmlinux [59411] libbpf: extern (func ksym) 'bpf_task_release': resolved to vmlinux [59412] libbpf: extern (func ksym) 'scx_bpf_create_dsq': resolved to vmlinux [69026] libbpf: extern (func ksym) 'scx_bpf_dispatch_nr_slots': resolved to vmlinux [69029] libbpf: extern (func ksym) 'scx_bpf_dsq_insert': resolved to vmlinux [69031] libbpf: extern (func ksym) 'scx_bpf_dsq_move_to_local': resolved to vmlinux [69041] libbpf: extern (func ksym) 'scx_bpf_dsq_nr_queued': resolved to vmlinux [69044] libbpf: extern (func ksym) 'scx_bpf_error_bstr': resolved to vmlinux [69047] libbpf: extern (func ksym) 'scx_bpf_kick_cpu': resolved to vmlinux [69056] libbpf: extern (func ksym) 'scx_bpf_now': resolved to vmlinux [69057] libbpf: extern (func ksym) 'scx_bpf_task_cpu': resolved to vmlinux [69072] libbpf: extern (func ksym) 'scx_bpf_task_running': resolved to vmlinux [69074] libbpf: extern 'scx_bpf_consume___compat' (weak): not resolved, defaulting to zero libbpf: extern 'scx_bpf_dispatch___compat' (weak): not resolved, defaulting to zero libbpf: struct_ops init_kern central_ops: type_id:434 kern_type_id:63095 kern_vtype_id:63183 libbpf: struct_ops init_kern central_ops: func ptr select_cpu is set to prog central_select_cpu from data(+0) to kern_data(+0) libbpf: struct_ops init_kern central_ops: func ptr enqueue is set to prog central_enqueue from data(+8) to kern_data(+8) libbpf: struct_ops init_kern central_ops: func ptr dispatch is set to prog central_dispatch from data(+24) to kern_data(+24) libbpf: struct_ops init_kern central_ops: func ptr running is set to prog central_running from data(+48) to kern_data(+48) libbpf: struct_ops init_kern central_ops: func ptr stopping is set to prog central_stopping from data(+56) to kern_data(+56) libbpf: struct_ops init_kern central_ops: func ptr init is set to prog central_init from data(+248) to kern_data(+248) libbpf: struct_ops init_kern central_ops: func ptr exit is set to prog central_exit from data(+256) to kern_data(+256) libbpf: struct_ops init_kern central_ops: copy dispatch_max_batch 4 bytes from data(+264) to kern_data(+264) libbpf: struct_ops init_kern central_ops: copy flags 8 bytes from data(+272) to kern_data(+272) libbpf: struct_ops init_kern central_ops: copy timeout_ms 4 bytes from data(+280) to kern_data(+280) libbpf: struct_ops init_kern central_ops: copy exit_dump_len 4 bytes from data(+284) to kern_data(+284) libbpf: struct_ops init_kern central_ops: copy hotplug_seq 8 bytes from data(+288) to kern_data(+288) libbpf: struct_ops init_kern central_ops: copy name 128 bytes from data(+296) to kern_data(+296) libbpf: map 'central_q': created successfully, fd=74 libbpf: map 'central_timer': created successfully, fd=75 libbpf: map 'scx_cent.rodata': created successfully, fd=76 libbpf: map 'scx_cent.data': created successfully, fd=77 libbpf: map 'scx_cent.bss': created successfully, fd=78 libbpf: map '.data.uei_dump': created successfully, fd=79 libbpf: map '.data.cpu_gimme': created successfully, fd=80 libbpf: map '.data.cpu_start': created successfully, fd=81 libbpf: map 'central_ops': created successfully, fd=82 libbpf: sec '.text': found 1 CO-RE relocations libbpf: CO-RE relocating [31] struct task_struct: found target candidate [80] struct task_struct in [vmlinux] libbpf: prog 'dispatch_to_cpu': relo #0: <byte_off> [31] struct task_struct.cpus_ptr (0:28 @ offset 1240) libbpf: prog 'dispatch_to_cpu': relo #0: matching candidate #0 <byte_off> [80] struct task_struct.cpus_ptr (0:28 @ offset 1240) libbpf: prog 'dispatch_to_cpu': relo #0: patched insn #37 (LDX/ST/STX) off 1240 -> 1240 libbpf: sec 'struct_ops/central_enqueue': found 3 CO-RE relocations libbpf: prog 'central_enqueue': relo #0: <byte_off> [31] struct task_struct.pid (0:71 @ offset 2592) libbpf: prog 'central_enqueue': relo #0: matching candidate #0 <byte_off> [80] struct task_struct.pid (0:71 @ offset 2592) libbpf: prog 'central_enqueue': relo #0: patched insn #2 (LDX/ST/STX) off 2592 -> 2592 libbpf: prog 'central_enqueue': relo #1: <byte_off> [31] struct task_struct.flags (0:4 @ offset 60) libbpf: prog 'central_enqueue': relo #1: matching candidate #0 <byte_off> [80] struct task_struct.flags (0:4 @ offset 60) libbpf: prog 'central_enqueue': relo #1: patched insn #8 (LDX/ST/STX) off 60 -> 60 libbpf: prog 'central_enqueue': relo #2: <byte_off> [31] struct task_struct.nr_cpus_allowed (0:27 @ offset 1232) libbpf: prog 'central_enqueue': relo #2: matching candidate #0 <byte_off> [80] struct task_struct.nr_cpus_allowed (0:27 @ offset 1232) libbpf: prog 'central_enqueue': relo #2: patched insn #11 (LDX/ST/STX) off 1232 -> 1232 libbpf: sec 'struct_ops/central_exit': found 6 CO-RE relocations libbpf: CO-RE relocating [409] struct scx_exit_info: found target candidate [63086] struct scx_exit_info in [vmlinux] libbpf: prog 'central_exit': relo #0: <byte_off> [409] struct scx_exit_info.reason (0:2 @ offset 16) libbpf: prog 'central_exit': relo #0: matching candidate #0 <byte_off> [63086] struct scx_exit_info.reason (0:2 @ offset 16) libbpf: prog 'central_exit': relo #0: patched insn #1 (LDX/ST/STX) off 16 -> 16 libbpf: prog 'central_exit': relo #1: <byte_off> [409] struct scx_exit_info.msg (0:5 @ offset 40) libbpf: prog 'central_exit': relo #1: matching candidate #0 <byte_off> [63086] struct scx_exit_info.msg (0:5 @ offset 40) libbpf: prog 'central_exit': relo #1: patched insn #12 (LDX/ST/STX) off 40 -> 40 libbpf: prog 'central_exit': relo #2: <byte_off> [409] struct scx_exit_info.dump (0:6 @ offset 48) libbpf: prog 'central_exit': relo #2: matching candidate #0 <byte_off> [63086] struct scx_exit_info.dump (0:6 @ offset 48) libbpf: prog 'central_exit': relo #2: patched insn #18 (LDX/ST/STX) off 48 -> 48 libbpf: prog 'central_exit': relo #3: <field_exists> [409] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #3: matching candidate #0 <field_exists> [63086] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #3: patched insn #22 (ALU/ALU64) imm 1 -> 1 libbpf: prog 'central_exit': relo #4: <byte_off> [409] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #4: matching candidate #0 <byte_off> [63086] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #4: patched insn #24 (LDX/ST/STX) off 8 -> 8 libbpf: prog 'central_exit': relo #5: <byte_off> [409] struct scx_exit_info.kind (0:0 @ offset 0) libbpf: prog 'central_exit': relo #5: matching candidate #0 <byte_off> [63086] struct scx_exit_info.kind (0:0 @ offset 0) libbpf: prog 'central_exit': relo #5: patched insn #26 (LDX/ST/STX) off 0 -> 0 libbpf: prog 'central_dispatch': added 104 insns from sub-prog 'dispatch_to_cpu' libbpf: prog 'central_dispatch': insn #54 relocated, imm 57 points to subprog 'dispatch_to_cpu' (now at 112 offset) libbpf: prog 'central_dispatch': insn #110 relocated, imm 1 points to subprog 'dispatch_to_cpu' (now at 112 offset) libbpf: prog 'central_init': added 131 insns from sub-prog 'central_timerfn' libbpf: prog 'central_init': insn #35 relocated, imm 31 points to subprog 'central_timerfn' (now at 67 offset) libbpf: prog 'central_enqueue': relo #20: poisoning insn #76 that calls kfunc 'scx_bpf_dispatch___compat' libbpf: prog 'central_dispatch': relo #16: poisoning insn #77 that calls kfunc 'scx_bpf_consume___compat' libbpf: prog 'central_dispatch': relo #22: poisoning insn #104 that calls kfunc 'scx_bpf_consume___compat' libbpf: prog 'central_dispatch': relo #38: poisoning insn #172 that calls kfunc 'scx_bpf_dispatch___compat' libbpf: prog 'central_dispatch': relo #45: poisoning insn #197 that calls kfunc 'scx_bpf_dispatch___compat' malloc(): unsorted double linked list corrupted Aborted(核心已转储) ``` gdb调试信息: ``` [root@kvm1 bin]# gdb ./scx_central GNU gdb (GDB) openEuler 14.1-5.ile2312sp3 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-InLinux-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./scx_central... (gdb) set env GLIBC_TUNABLES glibc.malloc.tcache_count=0 (gdb) set env MALLOC_CHECK_ 3 (gdb) set env MALLOC_PERTURB_ 165 (gdb) break malloc_printerr Function "malloc_printerr" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (malloc_printerr) pending. (gdb) run -v Starting program: /data/kernel/hw-sched-ext/tools/sched_ext/build/bin/scx_central -v [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib64/libthread_db.so.1". libbpf: loading kernel BTF '/sys/kernel/btf/vmlinux': 0 libbpf: extern (func ksym) 'bpf_cpumask_test_cpu': resolved to vmlinux [39842] libbpf: extern (func ksym) 'bpf_iter_num_destroy': resolved to vmlinux [39872] libbpf: extern (func ksym) 'bpf_iter_num_new': resolved to vmlinux [39874] libbpf: extern (func ksym) 'bpf_iter_num_next': resolved to vmlinux [39876] libbpf: extern (func ksym) 'bpf_task_from_pid': resolved to vmlinux [59411] libbpf: extern (func ksym) 'bpf_task_release': resolved to vmlinux [59412] libbpf: extern (func ksym) 'scx_bpf_create_dsq': resolved to vmlinux [69026] libbpf: extern (func ksym) 'scx_bpf_dispatch_nr_slots': resolved to vmlinux [69029] libbpf: extern (func ksym) 'scx_bpf_dsq_insert': resolved to vmlinux [69031] libbpf: extern (func ksym) 'scx_bpf_dsq_move_to_local': resolved to vmlinux [69041] libbpf: extern (func ksym) 'scx_bpf_dsq_nr_queued': resolved to vmlinux [69044] libbpf: extern (func ksym) 'scx_bpf_error_bstr': resolved to vmlinux [69047] libbpf: extern (func ksym) 'scx_bpf_kick_cpu': resolved to vmlinux [69056] libbpf: extern (func ksym) 'scx_bpf_now': resolved to vmlinux [69057] libbpf: extern (func ksym) 'scx_bpf_task_cpu': resolved to vmlinux [69072] libbpf: extern (func ksym) 'scx_bpf_task_running': resolved to vmlinux [69074] libbpf: extern 'scx_bpf_consume___compat' (weak): not resolved, defaulting to zero libbpf: extern 'scx_bpf_dispatch___compat' (weak): not resolved, defaulting to zero libbpf: struct_ops init_kern central_ops: type_id:434 kern_type_id:63095 kern_vtype_id:63183 libbpf: struct_ops init_kern central_ops: func ptr select_cpu is set to prog central_select_cpu from data(+0) to kern_data(+0) libbpf: struct_ops init_kern central_ops: func ptr enqueue is set to prog central_enqueue from data(+8) to kern_data(+8) libbpf: struct_ops init_kern central_ops: func ptr dispatch is set to prog central_dispatch from data(+24) to kern_data(+24) libbpf: struct_ops init_kern central_ops: func ptr running is set to prog central_running from data(+48) to kern_data(+48) libbpf: struct_ops init_kern central_ops: func ptr stopping is set to prog central_stopping from data(+56) to kern_data(+56) libbpf: struct_ops init_kern central_ops: func ptr init is set to prog central_init from data(+248) to kern_data(+248) libbpf: struct_ops init_kern central_ops: func ptr exit is set to prog central_exit from data(+256) to kern_data(+256) libbpf: struct_ops init_kern central_ops: copy dispatch_max_batch 4 bytes from data(+264) to kern_data(+264) libbpf: struct_ops init_kern central_ops: copy flags 8 bytes from data(+272) to kern_data(+272) libbpf: struct_ops init_kern central_ops: copy timeout_ms 4 bytes from data(+280) to kern_data(+280) libbpf: struct_ops init_kern central_ops: copy exit_dump_len 4 bytes from data(+284) to kern_data(+284) libbpf: struct_ops init_kern central_ops: copy hotplug_seq 8 bytes from data(+288) to kern_data(+288) libbpf: struct_ops init_kern central_ops: copy name 128 bytes from data(+296) to kern_data(+296) libbpf: map 'central_q': created successfully, fd=74 libbpf: map 'central_timer': created successfully, fd=75 libbpf: map 'scx_cent.rodata': created successfully, fd=76 libbpf: map 'scx_cent.data': created successfully, fd=77 libbpf: map 'scx_cent.bss': created successfully, fd=78 libbpf: map '.data.uei_dump': created successfully, fd=79 libbpf: map '.data.cpu_gimme': created successfully, fd=80 libbpf: map '.data.cpu_start': created successfully, fd=81 libbpf: map 'central_ops': created successfully, fd=82 libbpf: sec '.text': found 1 CO-RE relocations libbpf: CO-RE relocating [31] struct task_struct: found target candidate [80] struct task_struct in [vmlinux] libbpf: prog 'dispatch_to_cpu': relo #0: <byte_off> [31] struct task_struct.cpus_ptr (0:28 @ offset 1240) libbpf: prog 'dispatch_to_cpu': relo #0: matching candidate #0 <byte_off> [80] struct task_struct.cpus_ptr (0:28 @ offset 1240) libbpf: prog 'dispatch_to_cpu': relo #0: patched insn #37 (LDX/ST/STX) off 1240 -> 1240 libbpf: sec 'struct_ops/central_enqueue': found 3 CO-RE relocations libbpf: prog 'central_enqueue': relo #0: <byte_off> [31] struct task_struct.pid (0:71 @ offset 2592) libbpf: prog 'central_enqueue': relo #0: matching candidate #0 <byte_off> [80] struct task_struct.pid (0:71 @ offset 2592) libbpf: prog 'central_enqueue': relo #0: patched insn #2 (LDX/ST/STX) off 2592 -> 2592 libbpf: prog 'central_enqueue': relo #1: <byte_off> [31] struct task_struct.flags (0:4 @ offset 60) libbpf: prog 'central_enqueue': relo #1: matching candidate #0 <byte_off> [80] struct task_struct.flags (0:4 @ offset 60) libbpf: prog 'central_enqueue': relo #1: patched insn #8 (LDX/ST/STX) off 60 -> 60 libbpf: prog 'central_enqueue': relo #2: <byte_off> [31] struct task_struct.nr_cpus_allowed (0:27 @ offset 1232) libbpf: prog 'central_enqueue': relo #2: matching candidate #0 <byte_off> [80] struct task_struct.nr_cpus_allowed (0:27 @ offset 1232) libbpf: prog 'central_enqueue': relo #2: patched insn #11 (LDX/ST/STX) off 1232 -> 1232 libbpf: sec 'struct_ops/central_exit': found 6 CO-RE relocations libbpf: CO-RE relocating [409] struct scx_exit_info: found target candidate [63086] struct scx_exit_info in [vmlinux] libbpf: prog 'central_exit': relo #0: <byte_off> [409] struct scx_exit_info.reason (0:2 @ offset 16) libbpf: prog 'central_exit': relo #0: matching candidate #0 <byte_off> [63086] struct scx_exit_info.reason (0:2 @ offset 16) libbpf: prog 'central_exit': relo #0: patched insn #1 (LDX/ST/STX) off 16 -> 16 libbpf: prog 'central_exit': relo #1: <byte_off> [409] struct scx_exit_info.msg (0:5 @ offset 40) libbpf: prog 'central_exit': relo #1: matching candidate #0 <byte_off> [63086] struct scx_exit_info.msg (0:5 @ offset 40) libbpf: prog 'central_exit': relo #1: patched insn #12 (LDX/ST/STX) off 40 -> 40 libbpf: prog 'central_exit': relo #2: <byte_off> [409] struct scx_exit_info.dump (0:6 @ offset 48) libbpf: prog 'central_exit': relo #2: matching candidate #0 <byte_off> [63086] struct scx_exit_info.dump (0:6 @ offset 48) libbpf: prog 'central_exit': relo #2: patched insn #18 (LDX/ST/STX) off 48 -> 48 libbpf: prog 'central_exit': relo #3: <field_exists> [409] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #3: matching candidate #0 <field_exists> [63086] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #3: patched insn #22 (ALU/ALU64) imm 1 -> 1 libbpf: prog 'central_exit': relo #4: <byte_off> [409] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #4: matching candidate #0 <byte_off> [63086] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #4: patched insn #24 (LDX/ST/STX) off 8 -> 8 libbpf: prog 'central_exit': relo #5: <byte_off> [409] struct scx_exit_info.kind (0:0 @ offset 0) libbpf: prog 'central_exit': relo #5: matching candidate #0 <byte_off> [63086] struct scx_exit_info.kind (0:0 @ offset 0) libbpf: prog 'central_exit': relo #5: patched insn #26 (LDX/ST/STX) off 0 -> 0 libbpf: prog 'central_dispatch': added 104 insns from sub-prog 'dispatch_to_cpu' libbpf: prog 'central_dispatch': insn #54 relocated, imm 57 points to subprog 'dispatch_to_cpu' (now at 112 offset) libbpf: prog 'central_dispatch': insn #110 relocated, imm 1 points to subprog 'dispatch_to_cpu' (now at 112 offset) libbpf: prog 'central_init': added 131 insns from sub-prog 'central_timerfn' libbpf: prog 'central_init': insn #35 relocated, imm 31 points to subprog 'central_timerfn' (now at 67 offset) libbpf: prog 'central_enqueue': relo #20: poisoning insn #76 that calls kfunc 'scx_bpf_dispatch___compat' libbpf: prog 'central_dispatch': relo #16: poisoning insn #77 that calls kfunc 'scx_bpf_consume___compat' libbpf: prog 'central_dispatch': relo #22: poisoning insn #104 that calls kfunc 'scx_bpf_consume___compat' libbpf: prog 'central_dispatch': relo #38: poisoning insn #172 that calls kfunc 'scx_bpf_dispatch___compat' libbpf: prog 'central_dispatch': relo #45: poisoning insn #197 that calls kfunc 'scx_bpf_dispatch___compat' Breakpoint 1, malloc_printerr (str=str@entry=0x7ffff7f340b0 "free(): invalid next size (fast)") at malloc.c:5763 5763 { (gdb) bt full #0 malloc_printerr (str=str@entry=0x7ffff7f340b0 "free(): invalid next size (fast)") at malloc.c:5763 No locals. #1 0x00007ffff7e30d14 in _int_free (av=0x7ffff7f69ac0 <main_arena>, p=<optimized out>, have_lock=have_lock@entry=0) at malloc.c:4583 fail = <optimized out> idx = <optimized out> old = <optimized out> old2 = <optimized out> size = <optimized out> fb = <optimized out> #2 0x00007ffff7e33073 in __GI___libc_free (mem=mem@entry=0x4809d0) at malloc.c:3391 ar_ptr = <optimized out> p = 0x4809c0 err = 2 #3 0x00007ffff7e8ad39 in __sched_cpufree (set=set@entry=0x4809d0) at sched_cpufree.c:25 No locals. #4 0x0000000000404277 in main (argc=2, argv=0x7fffffffde98) at scx_central.c:104 skel = 0x4802a0 link = <optimized out> seq = 0 ecode = <optimized out> opt = <optimized out> cpuset = 0x4809d0 (gdb) ```
> _**请尽量提供详细的信息,如缺乏必要的定位信息,则缺陷不会被定位**_ ``` [root@localhost OLK-6.6]# make -C tools/sched_ext clean -s && \ > make headers_install -s && \ > make -C tools/sched_ext -j$(nproc) -s Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version at 'include/uapi/linux/bpf.h' Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h' differs from latest version at 'include/uapi/linux/if_xdp.h' Auto-detecting system features: ... clang-bpf-co-re: [ on ] ... llvm: [ on ] ... libcap: [ OFF ] ... libbfd: [ on ] [root@localhost OLK-6.6]# ./tools/sched_ext/build/bin/scx_central malloc(): unsorted double linked list corrupted Aborted (core dumped) ``` ## 环境信息 【OS版本】(如openEuler-22.03-LTS,参考命令"cat /etc/os-release"结果) 【内核版本】(如kernel-5.10.0-60.138.0.165,参考命令"uname -r"结果) 6.6 【硬件平台】(缺陷相关的硬件信息,如:处理器型号、内存、磁盘、网卡、BIOS 等信息) x86_64 【组网信息】(和网络、性能相关的问题,应该说明详细的组网和场景信息) 无 ## 缺陷信息 【问题复现步骤】 1. 运行scx_central程序 [root@localhost OLK-6.6]# ./tools/sched_ext/build/bin/scx_central malloc(): unsorted double linked list corrupted Aborted (core dumped) 【实际结果】请描述出问题的结果和影响 调度策略加载失败,程序crash,生成coredump 【期望结果】请描述出期望的结果和影响 程序正常运行,策略加载成功 【其他相关附件信息】比如 syslog、dmesg、panic、lockup、kdump 信息、图片等 ``` # 这里可以附上相关文本信息 ``` 【已分析信息】如已经做过分析和定位,请尽量附上详细的分析结果 libbpf打印调试信息: ``` [root@kvm1 bin]# ./scx_central -v libbpf: loading kernel BTF '/sys/kernel/btf/vmlinux': 0 libbpf: extern (func ksym) 'bpf_cpumask_test_cpu': resolved to vmlinux [39842] libbpf: extern (func ksym) 'bpf_iter_num_destroy': resolved to vmlinux [39872] libbpf: extern (func ksym) 'bpf_iter_num_new': resolved to vmlinux [39874] libbpf: extern (func ksym) 'bpf_iter_num_next': resolved to vmlinux [39876] libbpf: extern (func ksym) 'bpf_task_from_pid': resolved to vmlinux [59411] libbpf: extern (func ksym) 'bpf_task_release': resolved to vmlinux [59412] libbpf: extern (func ksym) 'scx_bpf_create_dsq': resolved to vmlinux [69026] libbpf: extern (func ksym) 'scx_bpf_dispatch_nr_slots': resolved to vmlinux [69029] libbpf: extern (func ksym) 'scx_bpf_dsq_insert': resolved to vmlinux [69031] libbpf: extern (func ksym) 'scx_bpf_dsq_move_to_local': resolved to vmlinux [69041] libbpf: extern (func ksym) 'scx_bpf_dsq_nr_queued': resolved to vmlinux [69044] libbpf: extern (func ksym) 'scx_bpf_error_bstr': resolved to vmlinux [69047] libbpf: extern (func ksym) 'scx_bpf_kick_cpu': resolved to vmlinux [69056] libbpf: extern (func ksym) 'scx_bpf_now': resolved to vmlinux [69057] libbpf: extern (func ksym) 'scx_bpf_task_cpu': resolved to vmlinux [69072] libbpf: extern (func ksym) 'scx_bpf_task_running': resolved to vmlinux [69074] libbpf: extern 'scx_bpf_consume___compat' (weak): not resolved, defaulting to zero libbpf: extern 'scx_bpf_dispatch___compat' (weak): not resolved, defaulting to zero libbpf: struct_ops init_kern central_ops: type_id:434 kern_type_id:63095 kern_vtype_id:63183 libbpf: struct_ops init_kern central_ops: func ptr select_cpu is set to prog central_select_cpu from data(+0) to kern_data(+0) libbpf: struct_ops init_kern central_ops: func ptr enqueue is set to prog central_enqueue from data(+8) to kern_data(+8) libbpf: struct_ops init_kern central_ops: func ptr dispatch is set to prog central_dispatch from data(+24) to kern_data(+24) libbpf: struct_ops init_kern central_ops: func ptr running is set to prog central_running from data(+48) to kern_data(+48) libbpf: struct_ops init_kern central_ops: func ptr stopping is set to prog central_stopping from data(+56) to kern_data(+56) libbpf: struct_ops init_kern central_ops: func ptr init is set to prog central_init from data(+248) to kern_data(+248) libbpf: struct_ops init_kern central_ops: func ptr exit is set to prog central_exit from data(+256) to kern_data(+256) libbpf: struct_ops init_kern central_ops: copy dispatch_max_batch 4 bytes from data(+264) to kern_data(+264) libbpf: struct_ops init_kern central_ops: copy flags 8 bytes from data(+272) to kern_data(+272) libbpf: struct_ops init_kern central_ops: copy timeout_ms 4 bytes from data(+280) to kern_data(+280) libbpf: struct_ops init_kern central_ops: copy exit_dump_len 4 bytes from data(+284) to kern_data(+284) libbpf: struct_ops init_kern central_ops: copy hotplug_seq 8 bytes from data(+288) to kern_data(+288) libbpf: struct_ops init_kern central_ops: copy name 128 bytes from data(+296) to kern_data(+296) libbpf: map 'central_q': created successfully, fd=74 libbpf: map 'central_timer': created successfully, fd=75 libbpf: map 'scx_cent.rodata': created successfully, fd=76 libbpf: map 'scx_cent.data': created successfully, fd=77 libbpf: map 'scx_cent.bss': created successfully, fd=78 libbpf: map '.data.uei_dump': created successfully, fd=79 libbpf: map '.data.cpu_gimme': created successfully, fd=80 libbpf: map '.data.cpu_start': created successfully, fd=81 libbpf: map 'central_ops': created successfully, fd=82 libbpf: sec '.text': found 1 CO-RE relocations libbpf: CO-RE relocating [31] struct task_struct: found target candidate [80] struct task_struct in [vmlinux] libbpf: prog 'dispatch_to_cpu': relo #0: <byte_off> [31] struct task_struct.cpus_ptr (0:28 @ offset 1240) libbpf: prog 'dispatch_to_cpu': relo #0: matching candidate #0 <byte_off> [80] struct task_struct.cpus_ptr (0:28 @ offset 1240) libbpf: prog 'dispatch_to_cpu': relo #0: patched insn #37 (LDX/ST/STX) off 1240 -> 1240 libbpf: sec 'struct_ops/central_enqueue': found 3 CO-RE relocations libbpf: prog 'central_enqueue': relo #0: <byte_off> [31] struct task_struct.pid (0:71 @ offset 2592) libbpf: prog 'central_enqueue': relo #0: matching candidate #0 <byte_off> [80] struct task_struct.pid (0:71 @ offset 2592) libbpf: prog 'central_enqueue': relo #0: patched insn #2 (LDX/ST/STX) off 2592 -> 2592 libbpf: prog 'central_enqueue': relo #1: <byte_off> [31] struct task_struct.flags (0:4 @ offset 60) libbpf: prog 'central_enqueue': relo #1: matching candidate #0 <byte_off> [80] struct task_struct.flags (0:4 @ offset 60) libbpf: prog 'central_enqueue': relo #1: patched insn #8 (LDX/ST/STX) off 60 -> 60 libbpf: prog 'central_enqueue': relo #2: <byte_off> [31] struct task_struct.nr_cpus_allowed (0:27 @ offset 1232) libbpf: prog 'central_enqueue': relo #2: matching candidate #0 <byte_off> [80] struct task_struct.nr_cpus_allowed (0:27 @ offset 1232) libbpf: prog 'central_enqueue': relo #2: patched insn #11 (LDX/ST/STX) off 1232 -> 1232 libbpf: sec 'struct_ops/central_exit': found 6 CO-RE relocations libbpf: CO-RE relocating [409] struct scx_exit_info: found target candidate [63086] struct scx_exit_info in [vmlinux] libbpf: prog 'central_exit': relo #0: <byte_off> [409] struct scx_exit_info.reason (0:2 @ offset 16) libbpf: prog 'central_exit': relo #0: matching candidate #0 <byte_off> [63086] struct scx_exit_info.reason (0:2 @ offset 16) libbpf: prog 'central_exit': relo #0: patched insn #1 (LDX/ST/STX) off 16 -> 16 libbpf: prog 'central_exit': relo #1: <byte_off> [409] struct scx_exit_info.msg (0:5 @ offset 40) libbpf: prog 'central_exit': relo #1: matching candidate #0 <byte_off> [63086] struct scx_exit_info.msg (0:5 @ offset 40) libbpf: prog 'central_exit': relo #1: patched insn #12 (LDX/ST/STX) off 40 -> 40 libbpf: prog 'central_exit': relo #2: <byte_off> [409] struct scx_exit_info.dump (0:6 @ offset 48) libbpf: prog 'central_exit': relo #2: matching candidate #0 <byte_off> [63086] struct scx_exit_info.dump (0:6 @ offset 48) libbpf: prog 'central_exit': relo #2: patched insn #18 (LDX/ST/STX) off 48 -> 48 libbpf: prog 'central_exit': relo #3: <field_exists> [409] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #3: matching candidate #0 <field_exists> [63086] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #3: patched insn #22 (ALU/ALU64) imm 1 -> 1 libbpf: prog 'central_exit': relo #4: <byte_off> [409] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #4: matching candidate #0 <byte_off> [63086] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #4: patched insn #24 (LDX/ST/STX) off 8 -> 8 libbpf: prog 'central_exit': relo #5: <byte_off> [409] struct scx_exit_info.kind (0:0 @ offset 0) libbpf: prog 'central_exit': relo #5: matching candidate #0 <byte_off> [63086] struct scx_exit_info.kind (0:0 @ offset 0) libbpf: prog 'central_exit': relo #5: patched insn #26 (LDX/ST/STX) off 0 -> 0 libbpf: prog 'central_dispatch': added 104 insns from sub-prog 'dispatch_to_cpu' libbpf: prog 'central_dispatch': insn #54 relocated, imm 57 points to subprog 'dispatch_to_cpu' (now at 112 offset) libbpf: prog 'central_dispatch': insn #110 relocated, imm 1 points to subprog 'dispatch_to_cpu' (now at 112 offset) libbpf: prog 'central_init': added 131 insns from sub-prog 'central_timerfn' libbpf: prog 'central_init': insn #35 relocated, imm 31 points to subprog 'central_timerfn' (now at 67 offset) libbpf: prog 'central_enqueue': relo #20: poisoning insn #76 that calls kfunc 'scx_bpf_dispatch___compat' libbpf: prog 'central_dispatch': relo #16: poisoning insn #77 that calls kfunc 'scx_bpf_consume___compat' libbpf: prog 'central_dispatch': relo #22: poisoning insn #104 that calls kfunc 'scx_bpf_consume___compat' libbpf: prog 'central_dispatch': relo #38: poisoning insn #172 that calls kfunc 'scx_bpf_dispatch___compat' libbpf: prog 'central_dispatch': relo #45: poisoning insn #197 that calls kfunc 'scx_bpf_dispatch___compat' malloc(): unsorted double linked list corrupted Aborted(核心已转储) ``` gdb调试信息: ``` [root@kvm1 bin]# gdb ./scx_central GNU gdb (GDB) openEuler 14.1-5.ile2312sp3 Copyright (C) 2023 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-InLinux-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: <https://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from ./scx_central... (gdb) set env GLIBC_TUNABLES glibc.malloc.tcache_count=0 (gdb) set env MALLOC_CHECK_ 3 (gdb) set env MALLOC_PERTURB_ 165 (gdb) break malloc_printerr Function "malloc_printerr" not defined. Make breakpoint pending on future shared library load? (y or [n]) y Breakpoint 1 (malloc_printerr) pending. (gdb) run -v Starting program: /data/kernel/hw-sched-ext/tools/sched_ext/build/bin/scx_central -v [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib64/libthread_db.so.1". libbpf: loading kernel BTF '/sys/kernel/btf/vmlinux': 0 libbpf: extern (func ksym) 'bpf_cpumask_test_cpu': resolved to vmlinux [39842] libbpf: extern (func ksym) 'bpf_iter_num_destroy': resolved to vmlinux [39872] libbpf: extern (func ksym) 'bpf_iter_num_new': resolved to vmlinux [39874] libbpf: extern (func ksym) 'bpf_iter_num_next': resolved to vmlinux [39876] libbpf: extern (func ksym) 'bpf_task_from_pid': resolved to vmlinux [59411] libbpf: extern (func ksym) 'bpf_task_release': resolved to vmlinux [59412] libbpf: extern (func ksym) 'scx_bpf_create_dsq': resolved to vmlinux [69026] libbpf: extern (func ksym) 'scx_bpf_dispatch_nr_slots': resolved to vmlinux [69029] libbpf: extern (func ksym) 'scx_bpf_dsq_insert': resolved to vmlinux [69031] libbpf: extern (func ksym) 'scx_bpf_dsq_move_to_local': resolved to vmlinux [69041] libbpf: extern (func ksym) 'scx_bpf_dsq_nr_queued': resolved to vmlinux [69044] libbpf: extern (func ksym) 'scx_bpf_error_bstr': resolved to vmlinux [69047] libbpf: extern (func ksym) 'scx_bpf_kick_cpu': resolved to vmlinux [69056] libbpf: extern (func ksym) 'scx_bpf_now': resolved to vmlinux [69057] libbpf: extern (func ksym) 'scx_bpf_task_cpu': resolved to vmlinux [69072] libbpf: extern (func ksym) 'scx_bpf_task_running': resolved to vmlinux [69074] libbpf: extern 'scx_bpf_consume___compat' (weak): not resolved, defaulting to zero libbpf: extern 'scx_bpf_dispatch___compat' (weak): not resolved, defaulting to zero libbpf: struct_ops init_kern central_ops: type_id:434 kern_type_id:63095 kern_vtype_id:63183 libbpf: struct_ops init_kern central_ops: func ptr select_cpu is set to prog central_select_cpu from data(+0) to kern_data(+0) libbpf: struct_ops init_kern central_ops: func ptr enqueue is set to prog central_enqueue from data(+8) to kern_data(+8) libbpf: struct_ops init_kern central_ops: func ptr dispatch is set to prog central_dispatch from data(+24) to kern_data(+24) libbpf: struct_ops init_kern central_ops: func ptr running is set to prog central_running from data(+48) to kern_data(+48) libbpf: struct_ops init_kern central_ops: func ptr stopping is set to prog central_stopping from data(+56) to kern_data(+56) libbpf: struct_ops init_kern central_ops: func ptr init is set to prog central_init from data(+248) to kern_data(+248) libbpf: struct_ops init_kern central_ops: func ptr exit is set to prog central_exit from data(+256) to kern_data(+256) libbpf: struct_ops init_kern central_ops: copy dispatch_max_batch 4 bytes from data(+264) to kern_data(+264) libbpf: struct_ops init_kern central_ops: copy flags 8 bytes from data(+272) to kern_data(+272) libbpf: struct_ops init_kern central_ops: copy timeout_ms 4 bytes from data(+280) to kern_data(+280) libbpf: struct_ops init_kern central_ops: copy exit_dump_len 4 bytes from data(+284) to kern_data(+284) libbpf: struct_ops init_kern central_ops: copy hotplug_seq 8 bytes from data(+288) to kern_data(+288) libbpf: struct_ops init_kern central_ops: copy name 128 bytes from data(+296) to kern_data(+296) libbpf: map 'central_q': created successfully, fd=74 libbpf: map 'central_timer': created successfully, fd=75 libbpf: map 'scx_cent.rodata': created successfully, fd=76 libbpf: map 'scx_cent.data': created successfully, fd=77 libbpf: map 'scx_cent.bss': created successfully, fd=78 libbpf: map '.data.uei_dump': created successfully, fd=79 libbpf: map '.data.cpu_gimme': created successfully, fd=80 libbpf: map '.data.cpu_start': created successfully, fd=81 libbpf: map 'central_ops': created successfully, fd=82 libbpf: sec '.text': found 1 CO-RE relocations libbpf: CO-RE relocating [31] struct task_struct: found target candidate [80] struct task_struct in [vmlinux] libbpf: prog 'dispatch_to_cpu': relo #0: <byte_off> [31] struct task_struct.cpus_ptr (0:28 @ offset 1240) libbpf: prog 'dispatch_to_cpu': relo #0: matching candidate #0 <byte_off> [80] struct task_struct.cpus_ptr (0:28 @ offset 1240) libbpf: prog 'dispatch_to_cpu': relo #0: patched insn #37 (LDX/ST/STX) off 1240 -> 1240 libbpf: sec 'struct_ops/central_enqueue': found 3 CO-RE relocations libbpf: prog 'central_enqueue': relo #0: <byte_off> [31] struct task_struct.pid (0:71 @ offset 2592) libbpf: prog 'central_enqueue': relo #0: matching candidate #0 <byte_off> [80] struct task_struct.pid (0:71 @ offset 2592) libbpf: prog 'central_enqueue': relo #0: patched insn #2 (LDX/ST/STX) off 2592 -> 2592 libbpf: prog 'central_enqueue': relo #1: <byte_off> [31] struct task_struct.flags (0:4 @ offset 60) libbpf: prog 'central_enqueue': relo #1: matching candidate #0 <byte_off> [80] struct task_struct.flags (0:4 @ offset 60) libbpf: prog 'central_enqueue': relo #1: patched insn #8 (LDX/ST/STX) off 60 -> 60 libbpf: prog 'central_enqueue': relo #2: <byte_off> [31] struct task_struct.nr_cpus_allowed (0:27 @ offset 1232) libbpf: prog 'central_enqueue': relo #2: matching candidate #0 <byte_off> [80] struct task_struct.nr_cpus_allowed (0:27 @ offset 1232) libbpf: prog 'central_enqueue': relo #2: patched insn #11 (LDX/ST/STX) off 1232 -> 1232 libbpf: sec 'struct_ops/central_exit': found 6 CO-RE relocations libbpf: CO-RE relocating [409] struct scx_exit_info: found target candidate [63086] struct scx_exit_info in [vmlinux] libbpf: prog 'central_exit': relo #0: <byte_off> [409] struct scx_exit_info.reason (0:2 @ offset 16) libbpf: prog 'central_exit': relo #0: matching candidate #0 <byte_off> [63086] struct scx_exit_info.reason (0:2 @ offset 16) libbpf: prog 'central_exit': relo #0: patched insn #1 (LDX/ST/STX) off 16 -> 16 libbpf: prog 'central_exit': relo #1: <byte_off> [409] struct scx_exit_info.msg (0:5 @ offset 40) libbpf: prog 'central_exit': relo #1: matching candidate #0 <byte_off> [63086] struct scx_exit_info.msg (0:5 @ offset 40) libbpf: prog 'central_exit': relo #1: patched insn #12 (LDX/ST/STX) off 40 -> 40 libbpf: prog 'central_exit': relo #2: <byte_off> [409] struct scx_exit_info.dump (0:6 @ offset 48) libbpf: prog 'central_exit': relo #2: matching candidate #0 <byte_off> [63086] struct scx_exit_info.dump (0:6 @ offset 48) libbpf: prog 'central_exit': relo #2: patched insn #18 (LDX/ST/STX) off 48 -> 48 libbpf: prog 'central_exit': relo #3: <field_exists> [409] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #3: matching candidate #0 <field_exists> [63086] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #3: patched insn #22 (ALU/ALU64) imm 1 -> 1 libbpf: prog 'central_exit': relo #4: <byte_off> [409] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #4: matching candidate #0 <byte_off> [63086] struct scx_exit_info.exit_code (0:1 @ offset 8) libbpf: prog 'central_exit': relo #4: patched insn #24 (LDX/ST/STX) off 8 -> 8 libbpf: prog 'central_exit': relo #5: <byte_off> [409] struct scx_exit_info.kind (0:0 @ offset 0) libbpf: prog 'central_exit': relo #5: matching candidate #0 <byte_off> [63086] struct scx_exit_info.kind (0:0 @ offset 0) libbpf: prog 'central_exit': relo #5: patched insn #26 (LDX/ST/STX) off 0 -> 0 libbpf: prog 'central_dispatch': added 104 insns from sub-prog 'dispatch_to_cpu' libbpf: prog 'central_dispatch': insn #54 relocated, imm 57 points to subprog 'dispatch_to_cpu' (now at 112 offset) libbpf: prog 'central_dispatch': insn #110 relocated, imm 1 points to subprog 'dispatch_to_cpu' (now at 112 offset) libbpf: prog 'central_init': added 131 insns from sub-prog 'central_timerfn' libbpf: prog 'central_init': insn #35 relocated, imm 31 points to subprog 'central_timerfn' (now at 67 offset) libbpf: prog 'central_enqueue': relo #20: poisoning insn #76 that calls kfunc 'scx_bpf_dispatch___compat' libbpf: prog 'central_dispatch': relo #16: poisoning insn #77 that calls kfunc 'scx_bpf_consume___compat' libbpf: prog 'central_dispatch': relo #22: poisoning insn #104 that calls kfunc 'scx_bpf_consume___compat' libbpf: prog 'central_dispatch': relo #38: poisoning insn #172 that calls kfunc 'scx_bpf_dispatch___compat' libbpf: prog 'central_dispatch': relo #45: poisoning insn #197 that calls kfunc 'scx_bpf_dispatch___compat' Breakpoint 1, malloc_printerr (str=str@entry=0x7ffff7f340b0 "free(): invalid next size (fast)") at malloc.c:5763 5763 { (gdb) bt full #0 malloc_printerr (str=str@entry=0x7ffff7f340b0 "free(): invalid next size (fast)") at malloc.c:5763 No locals. #1 0x00007ffff7e30d14 in _int_free (av=0x7ffff7f69ac0 <main_arena>, p=<optimized out>, have_lock=have_lock@entry=0) at malloc.c:4583 fail = <optimized out> idx = <optimized out> old = <optimized out> old2 = <optimized out> size = <optimized out> fb = <optimized out> #2 0x00007ffff7e33073 in __GI___libc_free (mem=mem@entry=0x4809d0) at malloc.c:3391 ar_ptr = <optimized out> p = 0x4809c0 err = 2 #3 0x00007ffff7e8ad39 in __sched_cpufree (set=set@entry=0x4809d0) at sched_cpufree.c:25 No locals. #4 0x0000000000404277 in main (argc=2, argv=0x7fffffffde98) at scx_central.c:104 skel = 0x4802a0 link = <optimized out> seq = 0 ecode = <optimized out> opt = <optimized out> cpuset = 0x4809d0 (gdb) ```
评论 (
3
)
登录
后才可以发表评论
状态
已完成
待办的
已挂起
进行中
已拒绝
已完成
负责人
未设置
标签
sig/Kernel
未设置
项目
未立项任务
未立项任务
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(2)
C
1
https://gitee.com/openeuler/kernel.git
git@gitee.com:openeuler/kernel.git
openeuler
kernel
kernel
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册