登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 2025年度开源项目评选启动,快来选出你心中的最佳开源项目!
代码拉取完成,页面将自动刷新
开源项目
>
其他开源
>
操作系统
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
445
Star
1.6K
Fork
1.8K
GVP
openEuler
/
kernel
代码
Issues
1294
Pull Requests
894
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
[OLK 5.10]bcache: oops in cached_dev_free when register after stoped
待办的
#ID5KH2
内核缺陷
cheliequan
创建于
2025-11-07 16:51
## 环境信息 【OS版本】openEuler-22.03-LTS-SP3 【内核版本】kernel-5.10.192,kernel-5.10.272 【硬件平台】Inspur CS5280H2 服务器型号  处理器型号:  内存:  磁盘:  网卡:  BIOS  【组网信息】(和网络、性能相关的问题,应该说明详细的组网和场景信息) 单机 ## 缺陷信息 【问题复现步骤】 1. 制作bcache设备 make-bcache -B /dev/sda -C /dev/nvme0n1p1 --wipe-bcache --force --writeback 2. 对bcache块设备执行fio 随机写操作,缓存可用容量小于80%后,停止fio写操作。 3. 执行对nvme0n1p1的pci remove操作 4. 等待bcache设备停止,系统dmesg出现bcache0 stoped日志。 5. 使用udevadm trigger && udevadm settle触发bcache重新注册。或者使用/lib/udev/bcache-register /dev/sda && /lib/udev/bcache-register /dev/nvme0n1p1注册重新bcache设备。 6. lsblk检查bcache设备正常后,再次对bcache设备进行写操作。 【实际结果】请描述出问题的结果和影响 系统重启,并触发kdump机制生成vmcore 【期望结果】请描述出期望的结果和影响 系统稳定运行 【其他相关附件信息】比如 syslog、dmesg、panic、lockup、kdump 信息、图片等 ``` [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-5.10.0-272.0.0.174.ile2312sp1.x86_64 root=UUID=f7b27f63-9a65-430e-bb24-a509db664875 ro cgroup_disable=files apparmor=0 crashkernel=512M console=ttyS0,115200 net.ifnames=1 biosdevname=0 scsi_mod.scan=sync [ 0.000000] cgroup: Disabling files control group subsystem [ 2524.769073] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.776523] bcache: bch_count_io_errors() nvme0n1p1: IO error on writing btree. [ 2524.780741] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.780757] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.789965] bcache: bch_btree_insert() error -5 [ 2524.798971] bcache: bch_cache_set_error() error on 6d074d91-3542-4740-851c-07b193147698: journal io error, disabling caching [ 2524.799432] bcache: conditional_stop_bcache_device() stop_when_cache_set_failed of bcache0 is "auto" and cache is dirty, stop it to avoid potential data corruption. [ 2524.800314] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.811960] bcache: bch_btree_insert() error -5 [ 2524.817802] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.831104] bcache: bch_btree_insert() error -5 [ 2524.831112] bcache: bch_btree_insert() error -5 [ 2524.848292] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.848302] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.848311] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.858890] bcache: bch_btree_insert() error -5 [ 2524.858905] bcache: bch_btree_insert() error -5 [ 2524.864740] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.876394] bcache: bch_btree_insert() error -5 [ 2524.876402] bcache: bch_btree_insert() error -5 [ 2524.882238] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.882245] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.882251] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.888091] bcache: bch_btree_insert() error -5 [ 2524.888098] bcache: bch_btree_insert() error -5 [ 2524.898723] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.910356] bcache: bch_btree_insert() error -5 [ 2524.910363] bcache: bch_btree_insert() error -5 [ 2524.920979] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.926815] bcache: bch_btree_insert() error -5 [ 2524.926819] Buffer I/O error on dev bcache0, logical block 13915702, lost async page write [ 2524.926827] Buffer I/O error on dev bcache0, logical block 13915703, lost async page write [ 2524.926831] Buffer I/O error on dev bcache0, logical block 13915704, lost async page write [ 2524.926836] Buffer I/O error on dev bcache0, logical block 13915705, lost async page write [ 2524.926840] Buffer I/O error on dev bcache0, logical block 13915706, lost async page write [ 2524.926846] Buffer I/O error on dev bcache0, logical block 13915707, lost async page write [ 2524.926853] Buffer I/O error on dev bcache0, logical block 13915708, lost async page write [ 2524.926861] Buffer I/O error on dev bcache0, logical block 13915709, lost async page write [ 2524.926865] Buffer I/O error on dev bcache0, logical block 13915710, lost async page write [ 2524.926869] Buffer I/O error on dev bcache0, logical block 13915711, lost async page write [ 2524.932644] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.944291] bcache: bch_btree_insert() error -5 [ 2524.944299] bcache: bch_btree_insert() error -5 [ 2524.950140] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.955984] bcache: bch_btree_insert() error -5 [ 2524.966574] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.188485] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.199092] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.294496] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.305099] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.315699] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.326295] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.400492] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2529.926992] buffer_io_error: 1958083 callbacks suppressed [ 2534.927999] Buffer I/O error on dev bcache0, logical block 17792582, lost async page write [ 2534.944823] Buffer I/O error on dev bcache0, logical block 17792583, lost async page write [ 2534.954840] Buffer I/O error on dev bcache0, logical block 17792584, lost async page write [ 2535.024955] Buffer I/O error on dev bcache0, logical block 17792591, lost async page write [ 2535.428773] pcieport 0000:60:03.1: bridge window [io 0x1000-0x0fff] to [bus 61] add_size 1000 [ 2535.439180] pcieport 0000:60:03.1: BAR 13: no space for [io size 0x1000] [ 2535.447549] pcieport 0000:60:03.1: BAR 13: failed to assign [io size 0x1000] [ 2535.456302] pcieport 0000:60:03.1: BAR 13: no space for [io size 0x1000] [ 2535.464664] pcieport 0000:60:03.1: BAR 13: failed to assign [io size 0x1000] [ 2535.474702] pci 0000:e1:00.0: [1bd4:100e] type 00 class 0x010802 [ 2535.482241] pci 0000:e1:00.0: reg 0x10: [mem 0xc3600000-0xc360ffff 64bit] [ 2535.490650] pci 0000:e1:00.0: reg 0x18: [mem 0xc3610000-0xc361ffff 64bit] [ 2535.499081] pci 0000:e1:00.0: reg 0x30: [mem 0xc3620000-0xc362ffff pref] [ 2535.509095] pcieport 0000:e0:03.1: bridge window [io 0x1000-0x0fff] to [bus e1] add_size 1000 [ 2535.519493] pcieport 0000:e0:03.2: bridge window [io 0x1000-0x0fff] to [bus e2] add_size 1000 [ 2535.529895] pcieport 0000:e0:03.3: bridge window [io 0x1000-0x0fff] to [bus e3-e4] add_size 1000 [ 2535.540590] pcieport 0000:e0:03.4: bridge window [io 0x1000-0x0fff] to [bus e5-e6] add_size 1000 [ 2535.551288] pcieport 0000:e0:03.1: BAR 13: no space for [io size 0x1000] [ 2535.559657] pcieport 0000:e0:03.1: BAR 13: failed to assign [io size 0x1000] [ 2535.653998] pcieport 0000:e0:03.2: BAR 13: no space for [io size 0x1000] [ 2535.662361] pcieport 0000:e0:03.2: BAR 13: failed to assign [io size 0x1000] [ 2535.671104] pcieport 0000:e0:03.1: BAR 13: no space for [io size 0x1000] [ 2535.679467] pcieport 0000:e0:03.1: BAR 13: failed to assign [io size 0x1000] [ 2535.688228] pci 0000:e1:00.0: BAR 0: assigned [mem 0xc3600000-0xc360ffff 64bit] [ 2535.697202] pci 0000:e1:00.0: BAR 2: assigned [mem 0xc3610000-0xc361ffff 64bit] [ 2535.706171] pci 0000:e1:00.0: BAR 6: assigned [mem 0xc3620000-0xc362ffff pref] [ 2535.715258] nvme nvme4: pci function 0000:e1:00.0 [ 2535.722895] bcache: register_bcache() error : failed to open device [ 2535.732519] nvme nvme4: Shutdown timeout set to 10 seconds [ 2535.770043] nvme nvme4: 128/0/0 default/read/poll queues [ 2535.979719] nvme0n2: p1 p2 p3 p4 p5 [ 2536.103450] bcache: register_cache() error nvme0n2p1: duplicate cache set member [ 2536.112494] bcache: register_bcache() error : failed to register device [ 3899.359295] buffer_io_error: 189043 callbacks suppressed [ 3899.359299] Buffer I/O error on dev bcache0, logical block 71326098, lost async page write [ 3899.376042] Buffer I/O error on dev bcache0, logical block 71326099, lost async page write [ 3899.386054] Buffer I/O error on dev bcache0, logical block 71326100, lost async page write [ 3899.396066] Buffer I/O error on dev bcache0, logical block 71326101, lost async page write [ 3899.406082] Buffer I/O error on dev bcache0, logical block 71326102, lost async page write [ 3899.416096] Buffer I/O error on dev bcache0, logical block 71326103, lost async page write [ 3899.426114] Buffer I/O error on dev bcache0, logical block 71326104, lost async page write [ 3899.436125] Buffer I/O error on dev bcache0, logical block 71326105, lost async page write [ 3899.446140] Buffer I/O error on dev bcache0, logical block 71326106, lost async page write [ 3899.456153] Buffer I/O error on dev bcache0, logical block 71326107, lost async page write [ 5058.346366] bcache: bcache_device_free() bcache0 stopped [ 5154.442217] bcache: register_bdev() registered backing device sda [ 5252.833600] bcache: bch_journal_replay() journal replay done, 141885 keys in 103 entries, seq 230580 [ 5253.605483] bcache: bch_cached_dev_attach() Caching sda as bcache0 on set 6d074d91-3542-4740-851c-07b193147698 [ 5253.617486] bcache: register_cache() registered cache device nvme0n2p1 [ 5253.617503] bcache: register_bcache() error : device already registered [ 5253.684378] bcache: register_bcache() error : device already registered [ 5253.831217] bcache: register_bcache() error : device already registered [ 5253.858158] bcache: register_bcache() error : device already registered [ 5253.895693] bcache: register_bcache() error : device already registered [18575.113806] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113808] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113810] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113816] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113818] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113854] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113866] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113878] bcache: bch_cache_set_error() error on 6d074d91-3542-4740-851c-07b193147698: nvme0n2p1: too many IO errors writing data to cache , disabling caching [18575.113882] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113886] buffer_io_error: 866358 callbacks suppressed [18575.113888] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113891] Buffer I/O error on dev bcache0, logical block 93441, lost async page write [18575.113896] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113899] Buffer I/O error on dev bcache0, logical block 93442, lost async page write [18575.113901] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113903] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113905] Buffer I/O error on dev bcache0, logical block 93443, lost async page write [18575.113908] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113912] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113914] Buffer I/O error on dev bcache0, logical block 93444, lost async page write [18575.113917] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113924] Buffer I/O error on dev bcache0, logical block 93445, lost async page write [18575.113926] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113930] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113932] Buffer I/O error on dev bcache0, logical block 93446, lost async page write [18575.113934] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113938] Buffer I/O error on dev bcache0, logical block 93447, lost async page write [18575.113946] Buffer I/O error on dev bcache0, logical block 93448, lost async page write [18575.113950] Buffer I/O error on dev bcache0, logical block 93449, lost async page write [18575.113959] Buffer I/O error on dev bcache0, logical block 93450, lost async page write [18575.113972] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113980] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113982] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113994] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113998] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.114005] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.114018] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.114020] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.128942] bcache: conditional_stop_bcache_device() stop_when_cache_set_failed of bcache0 is "auto" and cache is dirty, stop it to avoid potential data corruption. [18575.527107] bcache: cached_dev_detach_finish() Caching disabled for sda [18575.544080] bcache: cache_set_free() Cache set 6d074d91-3542-4740-851c-07b193147698 unregistered [18581.473904] buffer_io_error: 168693 callbacks suppressed [18581.473907] Buffer I/O error on dev bcache0, logical block 262142, lost async page write [18581.490663] Buffer I/O error on dev bcache0, logical block 262143, lost async page write [18581.500623] Buffer I/O error on dev bcache0, logical block 0, lost async page write [18581.510063] Buffer I/O error on dev bcache0, logical block 1, lost async page write [18581.519504] Buffer I/O error on dev bcache0, logical block 2, lost async page write [18581.528946] Buffer I/O error on dev bcache0, logical block 3, lost async page write [18581.538397] Buffer I/O error on dev bcache0, logical block 4, lost async page write [18581.547843] Buffer I/O error on dev bcache0, logical block 5, lost async page write [18581.557284] Buffer I/O error on dev bcache0, logical block 6, lost async page write [18581.566723] Buffer I/O error on dev bcache0, logical block 7, lost async page write [18589.153890] buffer_io_error: 342008 callbacks suppressed [18589.153893] Buffer I/O error on dev bcache0, logical block 79871, lost async page write [18589.170545] Buffer I/O error on dev bcache0, logical block 79872, lost async page write [18589.180372] Buffer I/O error on dev bcache0, logical block 79873, lost async page write [18589.190201] Buffer I/O error on dev bcache0, logical block 79874, lost async page write [18589.200028] Buffer I/O error on dev bcache0, logical block 79875, lost async page write [18589.209859] Buffer I/O error on dev bcache0, logical block 79876, lost async page write [18589.219693] Buffer I/O error on dev bcache0, logical block 79877, lost async page write [18589.229524] Buffer I/O error on dev bcache0, logical block 79878, lost async page write [18589.239351] Buffer I/O error on dev bcache0, logical block 79879, lost async page write [18589.249181] Buffer I/O error on dev bcache0, logical block 79880, lost async page write [18590.750773] pcieport 0000:60:03.1: bridge window [io 0x1000-0x0fff] to [bus 61] add_size 1000 [18590.761282] pcieport 0000:60:03.1: BAR 13: no space for [io size 0x1000] [18590.769750] pcieport 0000:60:03.1: BAR 13: failed to assign [io size 0x1000] [18590.778610] pcieport 0000:60:03.1: BAR 13: no space for [io size 0x1000] [18590.787076] pcieport 0000:60:03.1: BAR 13: failed to assign [io size 0x1000] [18590.797686] pci 0000:e1:00.0: [1bd4:100e] type 00 class 0x010802 [18590.805757] pci 0000:e1:00.0: reg 0x10: [mem 0xc3600000-0xc360ffff 64bit] [18590.814548] pci 0000:e1:00.0: reg 0x18: [mem 0xc3610000-0xc361ffff 64bit] [18590.824315] pci 0000:e1:00.0: reg 0x30: [mem 0xc3620000-0xc362ffff pref] [18590.836532] pcieport 0000:e0:03.1: bridge window [io 0x1000-0x0fff] to [bus e1] add_size 1000 [18590.847030] pcieport 0000:e0:03.2: bridge window [io 0x1000-0x0fff] to [bus e2] add_size 1000 [18590.857532] pcieport 0000:e0:03.3: bridge window [io 0x1000-0x0fff] to [bus e3-e4] add_size 1000 [18590.868332] pcieport 0000:e0:03.4: bridge window [io 0x1000-0x0fff] to [bus e5-e6] add_size 1000 [18590.879142] pcieport 0000:e0:03.1: BAR 13: no space for [io size 0x1000] [18590.887609] pcieport 0000:e0:03.1: BAR 13: failed to assign [io size 0x1000] [18590.896463] pcieport 0000:e0:03.2: BAR 13: no space for [io size 0x1000] [18590.904936] pcieport 0000:e0:03.2: BAR 13: failed to assign [io size 0x1000] [18590.913787] pcieport 0000:e0:03.3: BAR 13: no space for [io size 0x1000] [18590.922258] pcieport 0000:e0:03.3: BAR 13: failed to assign [io size 0x1000] [18590.931111] pcieport 0000:e0:03.4: BAR 13: no space for [io size 0x1000] [18590.939580] pcieport 0000:e0:03.4: BAR 13: failed to assign [io size 0x1000] [18590.948442] pcieport 0000:e0:03.4: BAR 13: no space for [io size 0x1000] [18590.956904] pcieport 0000:e0:03.4: BAR 13: failed to assign [io size 0x1000] [18590.965760] pcieport 0000:e0:03.3: BAR 13: no space for [io size 0x1000] [18590.974228] pcieport 0000:e0:03.3: BAR 13: failed to assign [io size 0x1000] [18590.983080] pcieport 0000:e0:03.2: BAR 13: no space for [io size 0x1000] [18590.991549] pcieport 0000:e0:03.2: BAR 13: failed to assign [io size 0x1000] [18591.000407] pcieport 0000:e0:03.1: BAR 13: no space for [io size 0x1000] [18591.008873] pcieport 0000:e0:03.1: BAR 13: failed to assign [io size 0x1000] [18591.017735] pci 0000:e1:00.0: BAR 0: assigned [mem 0xc3600000-0xc360ffff 64bit] [18591.026985] pci 0000:e1:00.0: BAR 2: assigned [mem 0xc3610000-0xc361ffff 64bit] [18591.036228] pci 0000:e1:00.0: BAR 6: assigned [mem 0xc3620000-0xc362ffff pref] [18591.045454] nvme nvme0: pci function 0000:e1:00.0 [18591.053388] bcache: register_bcache() error : failed to open device [18591.069906] nvme nvme0: Shutdown timeout set to 10 seconds [18591.107868] nvme nvme0: 128/0/0 default/read/poll queues [18591.362600] nvme0n1: p1 p2 p3 p4 p5 [18592.783105] bcache: bch_journal_replay() journal replay done, 94423 keys in 213 entries, seq 343003 [18594.369398] bcache: bch_cached_dev_run() I/O disabled on cached dev sda [18594.378111] bcache: bch_cached_dev_attach() Couldn't run cached device sda [18594.386701] bcache: register_cache() registered cache device nvme0n1p1 [18596.833902] buffer_io_error: 342007 callbacks suppressed [18596.833905] Buffer I/O error on dev bcache0, logical block 159743, lost async page write [18596.850660] Buffer I/O error on dev bcache0, logical block 159744, lost async page write [18596.860591] Buffer I/O error on dev bcache0, logical block 159745, lost async page write [18596.870525] Buffer I/O error on dev bcache0, logical block 159746, lost async page write [18596.880450] Buffer I/O error on dev bcache0, logical block 159747, lost async page write [18596.890378] Buffer I/O error on dev bcache0, logical block 159748, lost async page write [18596.900310] Buffer I/O error on dev bcache0, logical block 159749, lost async page write [18596.910240] Buffer I/O error on dev bcache0, logical block 159750, lost async page write [18596.920166] Buffer I/O error on dev bcache0, logical block 159751, lost async page write [18596.930097] Buffer I/O error on dev bcache0, logical block 159752, lost async page write [18597.919840] bcache: register_bcache() error : device already registered [18597.935879] bcache: register_bcache() error : device already registered [18597.993327] bcache: register_bcache() error : device already registered [18599.124434] bcache: register_bcache() error : device already registered [18599.184465] bcache: register_bcache() error : device already registered [18599.196703] bcache: register_bcache() error : device already registered [18605.025910] buffer_io_error: 345079 callbacks suppressed [18605.025914] Buffer I/O error on dev bcache0, logical block 242688, lost async page write [18605.042660] Buffer I/O error on dev bcache0, logical block 242689, lost async page write [18627.036854] ------------[ cut here ]------------ [18627.042889] refcount_t: addition on 0; use-after-free. [18627.049532] WARNING: CPU: 83 PID: 238405 at lib/refcount.c:25 refcount_warn_saturate+0x74/0x110 [18627.060140] Modules linked in: ceph libceph dns_resolver openvswitch nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c vfat fat dm_multipath dm_mod amd64_edac_mod edac_mce_amd kvm_amd kvm bcache crc64 i40iw irqbypass ses enclosure ipmi_si ib_uverbs ipmi_devintf joydev rapl ipmi_msghandler pcspkr ib_core sg i2c_piix4 k10temp fuse ext4 mbcache jbd2 ast drm_vram_helper drm_kms_helper syscopyarea sysfillrect sysimgblt sd_mod fb_sys_fops cec drm_ttm_helper ttm ahci crct10dif_pclmul igb crc32_pclmul libahci nvme crc32c_intel ghash_clmulni_intel nvme_core dca smartpqi i40e t10_pi drm i2c_algo_bit libata ngbe scsi_transport_sas ccp pinctrl_amd [18627.126211] CPU: 83 PID: 238405 Comm: kworker/83:4 Kdump: loaded Not tainted 5.10.0-272.0.0.174.ile2312sp1.x86_64 #1 [18627.138848] Hardware name: Inspur CS5280H2/CS5280H2, BIOS 3.03.62 09/15/2025 [18627.147615] Workqueue: events cached_dev_free [bcache] [18627.154245] RIP: 0010:refcount_warn_saturate+0x74/0x110 [18627.160961] Code: 01 01 e8 be 77 53 00 0f 0b e9 d8 bc 88 00 80 3d 31 57 a0 01 00 75 cb 48 c7 c7 20 28 fa b5 c6 05 21 57 a0 01 01 e8 9b 77 53 00 <0f> 0b e9 b5 bc 88 00 80 3d 10 57 a0 01 00 75 a8 48 c7 c7 f8 27 fa [18627.182808] RSP: 0018:ffffb5f9cdd0fe58 EFLAGS: 00010282 [18627.189531] RAX: 0000000000000000 RBX: ffff94f51e700010 RCX: 0000000000000000 [18627.198385] RDX: ffff94d71fbb1320 RSI: ffff94d71fba0710 RDI: ffff94d71fba0710 [18627.207235] RBP: ffff94cf4d518000 R08: 0000000000000000 R09: ffffb5f9cdd0fc90 [18627.216089] R10: ffffb5f9cdd0fc88 R11: ffffffffb69e13a8 R12: ffff94cf4d518030 [18627.224939] R13: 0000000000000000 R14: ffff94d71fbbb700 R15: ffff94d71fbbb705 [18627.233791] FS: 0000000000000000(0000) GS:ffff94d71fb80000(0000) knlGS:0000000000000000 [18627.243706] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [18627.251003] CR2: 000055d6288098d0 CR3: 0000000594856000 CR4: 00000000003506e0 [18627.259857] Call Trace: [18627.263478] kthread_stop+0x152/0x160 [18627.268464] cached_dev_free+0x30/0xd0 [bcache] [18627.274413] process_one_work+0x1b5/0x350 [18627.279774] worker_thread+0x49/0x310 [18627.284750] ? rescuer_thread+0x380/0x380 [18627.290110] kthread+0xfe/0x140 [18627.294504] ? kthread_park+0x90/0x90 [18627.299481] ret_from_fork+0x22/0x30 [18627.304365] ---[ end trace 461f27b6101e7b4e ]--- [18627.310402] ------------[ cut here ]------------ [18627.316446] WARNING: CPU: 83 PID: 238405 at kernel/kthread.c:83 kthread_stop+0x12c/0x160 [18627.326367] Modules linked in: ceph libceph dns_resolver openvswitch nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c vfat fat dm_multipath dm_mod amd64_edac_mod edac_mce_amd kvm_amd kvm bcache crc64 i40iw irqbypass ses enclosure ipmi_si ib_uverbs ipmi_devintf joydev rapl ipmi_msghandler pcspkr ib_core sg i2c_piix4 k10temp fuse ext4 mbcache jbd2 ast drm_vram_helper drm_kms_helper syscopyarea sysfillrect sysimgblt sd_mod fb_sys_fops cec drm_ttm_helper ttm ahci crct10dif_pclmul igb crc32_pclmul libahci nvme crc32c_intel ghash_clmulni_intel nvme_core dca smartpqi i40e t10_pi drm i2c_algo_bit libata ngbe scsi_transport_sas ccp pinctrl_amd [18627.392415] CPU: 83 PID: 238405 Comm: kworker/83:4 Kdump: loaded Tainted: G W 5.10.0-272.0.0.174.ile2312sp1.x86_64 #1 [18627.406601] Hardware name: Inspur CS5280H2/CS5280H2, BIOS 3.03.62 09/15/2025 [18627.415362] Workqueue: events cached_dev_free [bcache] [18627.421985] RIP: 0010:kthread_stop+0x12c/0x160 [18627.427836] Code: 00 e9 0b ff ff ff 48 89 ef e8 50 69 fd ff e9 73 ff ff ff be 01 00 00 00 4c 89 e7 e8 2e 6a 46 00 f6 45 36 20 0f 85 16 ff ff ff <0f> 0b e9 0f ff ff ff be 03 00 00 00 4c 89 e7 e8 10 6a 46 00 e9 43 [18627.449681] RSP: 0018:ffffb5f9cdd0fe60 EFLAGS: 00010246 [18627.456406] RAX: 0000000000000000 RBX: ffff94f51e700010 RCX: 0000000000000000 [18627.465254] RDX: ffff94d71fbb1320 RSI: ffff94d71fba0710 RDI: ffff94d71fba0710 [18627.474094] RBP: ffff94cf4d518000 R08: 0000000000000000 R09: ffffb5f9cdd0fc90 [18627.482942] R10: ffffb5f9cdd0fc88 R11: ffffffffb69e13a8 R12: ffff94cf4d518030 [18627.491792] R13: 0000000000000000 R14: ffff94d71fbbb700 R15: ffff94d71fbbb705 [18627.500643] FS: 0000000000000000(0000) GS:ffff94d71fb80000(0000) knlGS:0000000000000000 [18627.510564] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [18627.517861] CR2: 000055d6288098d0 CR3: 0000000594856000 CR4: 00000000003506e0 [18627.526715] Call Trace: [18627.530338] cached_dev_free+0x30/0xd0 [bcache] [18627.536283] process_one_work+0x1b5/0x350 [18627.541643] worker_thread+0x49/0x310 [18627.546618] ? rescuer_thread+0x380/0x380 [18627.551977] kthread+0xfe/0x140 [18627.556372] ? kthread_park+0x90/0x90 [18627.561345] ret_from_fork+0x22/0x30 [18627.566226] ---[ end trace 461f27b6101e7b4f ]--- [18627.572269] BUG: unable to handle page fault for address: 00007fd3f5b21e10 [18627.580823] #PF: supervisor write access in kernel mode [18627.587529] #PF: error_code(0x0002) - not-present page [18627.594131] PGD 6a710f067 P4D 6a710f067 PUD 0 [18627.599968] Oops: 0002 [#1] SMP NOPTI [18627.604930] CPU: 83 PID: 238405 Comm: kworker/83:4 Kdump: loaded Tainted: G W 5.10.0-272.0.0.174.ile2312sp1.x86_64 #1 [18627.619101] Hardware name: Inspur CS5280H2/CS5280H2, BIOS 3.03.62 09/15/2025 [18627.627851] Workqueue: events cached_dev_free [bcache] [18627.634463] RIP: 0010:kthread_stop+0x49/0x160 [18627.640199] Code: 45 30 85 c0 0f 84 1c 01 00 00 0f 88 e6 00 00 00 83 c0 01 0f 88 dd 00 00 00 f6 45 36 20 0f 84 ea 00 00 00 48 8b 9d e8 0a 00 00 <f0> 80 0b 02 48 89 ef e8 3b ff ff ff 48 89 ef e8 43 31 01 00 48 8d [18627.662022] RSP: 0018:ffffb5f9cdd0fe60 EFLAGS: 00010246 [18627.668728] RAX: 0000000000000000 RBX: 00007fd3f5b21e10 RCX: 0000000000000000 [18627.677565] RDX: ffff94d71fbb1320 RSI: ffff94d71fba0710 RDI: ffff94d71fba0710 [18627.686404] RBP: ffff94cf4d518000 R08: 0000000000000000 R09: ffffb5f9cdd0fc90 [18627.695232] R10: ffffb5f9cdd0fc88 R11: ffffffffb69e13a8 R12: ffff94cf4d518030 [18627.704070] R13: 0000000000000000 R14: ffff94d71fbbb700 R15: ffff94d71fbbb705 [18627.712910] FS: 0000000000000000(0000) GS:ffff94d71fb80000(0000) knlGS:0000000000000000 [18627.722816] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [18627.730103] CR2: 00007fd3f5b21e10 CR3: 0000000594856000 CR4: 00000000003506e0 [18627.738941] Call Trace: [18627.742553] cached_dev_free+0x30/0xd0 [bcache] [18627.748483] process_one_work+0x1b5/0x350 [18627.753824] worker_thread+0x49/0x310 [18627.758785] ? rescuer_thread+0x380/0x380 [18627.764134] kthread+0xfe/0x140 [18627.768514] ? kthread_park+0x90/0x90 [18627.773477] ret_from_fork+0x22/0x30 [18627.778344] Modules linked in: ceph libceph dns_resolver openvswitch nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c vfat fat dm_multipath dm_mod amd64_edac_mod edac_mce_amd kvm_amd kvm bcache crc64 i40iw irqbypass ses enclosure ipmi_si ib_uverbs ipmi_devintf joydev rapl ipmi_msghandler pcspkr ib_core sg i2c_piix4 k10temp fuse ext4 mbcache jbd2 ast drm_vram_helper drm_kms_helper syscopyarea sysfillrect sysimgblt sd_mod fb_sys_fops cec drm_ttm_helper ttm ahci crct10dif_pclmul igb crc32_pclmul libahci nvme crc32c_intel ghash_clmulni_intel nvme_core dca smartpqi i40e t10_pi drm i2c_algo_bit libata ngbe scsi_transport_sas ccp pinctrl_amd [18627.844370] CR2: 00007fd3f5b21e10 [18627.851414] kexec: Bye! ``` 【已分析信息】如已经做过分析和定位,请尽量附上详细的分析结果 ``` [root@localhost 127.0.0.1-2025-11-06-14:55:57]# crash vmcore /usr/lib/debug/lib/modules/5.10.0-272.0.0.174.ile2312sp1.x86_64/vmlinux crash 8.0.2-1.ile2312sp1 Copyright (C) 2002-2022 Red Hat, Inc. Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation Copyright (C) 1999-2006 Hewlett-Packard Co Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited Copyright (C) 2006, 2007 VA Linux Systems Japan K.K. Copyright (C) 2005, 2011, 2020-2022 NEC Corporation Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc. Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc. Copyright (C) 2015, 2021 VMware, Inc. This program is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Enter "help copying" to see the conditions. This program has absolutely no warranty. Enter "help warranty" for details. GNU gdb (GDB) 10.2 Copyright (C) 2021 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-pc-linux-gnu". Type "show configuration" for configuration details. 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"... KERNEL: /usr/lib/debug/lib/modules/5.10.0-272.0.0.174.ile2312sp1.x86_64/vmlinux [TAINTED] DUMPFILE: vmcore [PARTIAL DUMP] CPUS: 128 DATE: Thu Nov 6 14:54:23 CST 2025 UPTIME: 05:10:27 LOAD AVERAGE: 10.98, 7.63, 4.69 TASKS: 1571 NODENAME: localhost RELEASE: 5.10.0-272.0.0.174.ile2312sp1.x86_64 VERSION: #1 SMP Tue Jul 22 09:57:39 CST 2025 MACHINE: x86_64 (2199 Mhz) MEMORY: 255.9 GB PANIC: "Oops: 0002 [#1] SMP NOPTI" (check log for details) PID: 238405 COMMAND: "kworker/83:4" TASK: ffff94d71fae9c00 [THREAD_INFO: ffff94d71fae9c00] CPU: 83 STATE: TASK_RUNNING (PANIC) crash> mod -s bcache /usr/lib/debug/lib/modules/5.10.0-272.0.0.174.ile2312sp1.x86_64/kernel/drivers/md/bcache/bcache.ko-5.10.0-272.0.0.174.ile2312sp1.x86_64.debug MODULE NAME BASE SIZE OBJECT FILE ffffffffc0bafd80 bcache ffffffffc0b72000 339968 /usr/lib/debug/lib/modules/5.10.0-272.0.0.174.ile2312sp1.x86_64/kernel/drivers/md/bcache/bcache.ko-5.10.0-272.0.0.174.ile2312sp1.x86_64.debug crash> bt PID: 238405 TASK: ffff94d71fae9c00 CPU: 83 COMMAND: "kworker/83:4" #0 [ffffb5f9cdd0fca8] crash_kexec at ffffffffb4db67e9 #1 [ffffb5f9cdd0fcb8] oops_end at ffffffffb4c2b1c5 #2 [ffffb5f9cdd0fcd8] no_context at ffffffffb4c7d86c #3 [ffffb5f9cdd0fd10] __bad_area_nosemaphore at ffffffffb4c7d972 #4 [ffffb5f9cdd0fd58] exc_page_fault at ffffffffb56f7e1c #5 [ffffb5f9cdd0fdb0] asm_exc_page_fault at ffffffffb5800b4e [exception RIP: kthread_stop+73] RIP: ffffffffb4d0fee9 RSP: ffffb5f9cdd0fe60 RFLAGS: 00010246 RAX: 0000000000000000 RBX: 00007fd3f5b21e10 RCX: 0000000000000000 RDX: ffff94d71fbb1320 RSI: ffff94d71fba0710 RDI: ffff94d71fba0710 RBP: ffff94cf4d518000 R8: 0000000000000000 R9: ffffb5f9cdd0fc90 R10: ffffb5f9cdd0fc88 R11: ffffffffb69e13a8 R12: ffff94cf4d518030 R13: 0000000000000000 R14: ffff94d71fbbb700 R15: ffff94d71fbbb705 ORIG_RAX: ffffffffffffffff CS: 0010 SS: 0018 #6 [ffffb5f9cdd0fe80] cached_dev_free at ffffffffc0b88470 [bcache] #7 [ffffb5f9cdd0fe98] process_one_work at ffffffffb4d099c5 #8 [ffffb5f9cdd0fed8] worker_thread at ffffffffb4d09f29 #9 [ffffb5f9cdd0ff10] kthread at ffffffffb4d0f2be #10 [ffffb5f9cdd0ff50] ret_from_fork at ffffffffb4c035b2 crash> dis -rl cached_dev_free+0x30 /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1370 0xffffffffc0b88440 <cached_dev_free>: nopl 0x0(%rax,%rax,1) [FTRACE NOP] /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/./arch/x86/include/asm/bitops.h: 162 0xffffffffc0b88445 <cached_dev_free+5>: push %rbp 0xffffffffc0b88446 <cached_dev_free+6>: push %rbx /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1370 0xffffffffc0b88447 <cached_dev_free+7>: mov %rdi,%rbx /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/./arch/x86/include/asm/bitops.h: 162 0xffffffffc0b8844a <cached_dev_free+10>: lock btrq $0x3,0xd0(%rdi) 0xffffffffc0b88454 <cached_dev_free+20>: jb 0xffffffffc0b884bc <cached_dev_free+124> /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1376 0xffffffffc0b88456 <cached_dev_free+22>: mov 0xde8(%rbx),%rdi /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/./include/linux/err.h: 41 0xffffffffc0b8845d <cached_dev_free+29>: test %rdi,%rdi 0xffffffffc0b88460 <cached_dev_free+32>: je 0xffffffffc0b88470 <cached_dev_free+48> 0xffffffffc0b88462 <cached_dev_free+34>: cmp $0xfffffffffffff000,%rdi 0xffffffffc0b88469 <cached_dev_free+41>: ja 0xffffffffc0b88470 <cached_dev_free+48> /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1377 0xffffffffc0b8846b <cached_dev_free+43>: call 0xffffffffb4d0fea0 <kthread_stop> /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1378 0xffffffffc0b88470 <cached_dev_free+48>: mov 0xc9c0(%rbx),%rdi crash> crash> log |grep -i "workqueue:" [18627.147615] Workqueue: events cached_dev_free [bcache] [18627.415362] Workqueue: events cached_dev_free [bcache] [18627.627851] Workqueue: events cached_dev_free [bcache] ```
## 环境信息 【OS版本】openEuler-22.03-LTS-SP3 【内核版本】kernel-5.10.192,kernel-5.10.272 【硬件平台】Inspur CS5280H2 服务器型号  处理器型号:  内存:  磁盘:  网卡:  BIOS  【组网信息】(和网络、性能相关的问题,应该说明详细的组网和场景信息) 单机 ## 缺陷信息 【问题复现步骤】 1. 制作bcache设备 make-bcache -B /dev/sda -C /dev/nvme0n1p1 --wipe-bcache --force --writeback 2. 对bcache块设备执行fio 随机写操作,缓存可用容量小于80%后,停止fio写操作。 3. 执行对nvme0n1p1的pci remove操作 4. 等待bcache设备停止,系统dmesg出现bcache0 stoped日志。 5. 使用udevadm trigger && udevadm settle触发bcache重新注册。或者使用/lib/udev/bcache-register /dev/sda && /lib/udev/bcache-register /dev/nvme0n1p1注册重新bcache设备。 6. lsblk检查bcache设备正常后,再次对bcache设备进行写操作。 【实际结果】请描述出问题的结果和影响 系统重启,并触发kdump机制生成vmcore 【期望结果】请描述出期望的结果和影响 系统稳定运行 【其他相关附件信息】比如 syslog、dmesg、panic、lockup、kdump 信息、图片等 ``` [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-5.10.0-272.0.0.174.ile2312sp1.x86_64 root=UUID=f7b27f63-9a65-430e-bb24-a509db664875 ro cgroup_disable=files apparmor=0 crashkernel=512M console=ttyS0,115200 net.ifnames=1 biosdevname=0 scsi_mod.scan=sync [ 0.000000] cgroup: Disabling files control group subsystem [ 2524.769073] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.776523] bcache: bch_count_io_errors() nvme0n1p1: IO error on writing btree. [ 2524.780741] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.780757] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.789965] bcache: bch_btree_insert() error -5 [ 2524.798971] bcache: bch_cache_set_error() error on 6d074d91-3542-4740-851c-07b193147698: journal io error, disabling caching [ 2524.799432] bcache: conditional_stop_bcache_device() stop_when_cache_set_failed of bcache0 is "auto" and cache is dirty, stop it to avoid potential data corruption. [ 2524.800314] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.811960] bcache: bch_btree_insert() error -5 [ 2524.817802] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.831104] bcache: bch_btree_insert() error -5 [ 2524.831112] bcache: bch_btree_insert() error -5 [ 2524.848292] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.848302] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.848311] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.858890] bcache: bch_btree_insert() error -5 [ 2524.858905] bcache: bch_btree_insert() error -5 [ 2524.864740] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.876394] bcache: bch_btree_insert() error -5 [ 2524.876402] bcache: bch_btree_insert() error -5 [ 2524.882238] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.882245] bcache: bch_count_io_errors() nvme0n1p1: IO error on reading dirty data from cache, recovering. [ 2524.882251] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.888091] bcache: bch_btree_insert() error -5 [ 2524.888098] bcache: bch_btree_insert() error -5 [ 2524.898723] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.910356] bcache: bch_btree_insert() error -5 [ 2524.910363] bcache: bch_btree_insert() error -5 [ 2524.920979] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.926815] bcache: bch_btree_insert() error -5 [ 2524.926819] Buffer I/O error on dev bcache0, logical block 13915702, lost async page write [ 2524.926827] Buffer I/O error on dev bcache0, logical block 13915703, lost async page write [ 2524.926831] Buffer I/O error on dev bcache0, logical block 13915704, lost async page write [ 2524.926836] Buffer I/O error on dev bcache0, logical block 13915705, lost async page write [ 2524.926840] Buffer I/O error on dev bcache0, logical block 13915706, lost async page write [ 2524.926846] Buffer I/O error on dev bcache0, logical block 13915707, lost async page write [ 2524.926853] Buffer I/O error on dev bcache0, logical block 13915708, lost async page write [ 2524.926861] Buffer I/O error on dev bcache0, logical block 13915709, lost async page write [ 2524.926865] Buffer I/O error on dev bcache0, logical block 13915710, lost async page write [ 2524.926869] Buffer I/O error on dev bcache0, logical block 13915711, lost async page write [ 2524.932644] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.944291] bcache: bch_btree_insert() error -5 [ 2524.944299] bcache: bch_btree_insert() error -5 [ 2524.950140] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2524.955984] bcache: bch_btree_insert() error -5 [ 2524.966574] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.188485] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.199092] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.294496] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.305099] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.315699] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.326295] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2525.400492] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [ 2529.926992] buffer_io_error: 1958083 callbacks suppressed [ 2534.927999] Buffer I/O error on dev bcache0, logical block 17792582, lost async page write [ 2534.944823] Buffer I/O error on dev bcache0, logical block 17792583, lost async page write [ 2534.954840] Buffer I/O error on dev bcache0, logical block 17792584, lost async page write [ 2535.024955] Buffer I/O error on dev bcache0, logical block 17792591, lost async page write [ 2535.428773] pcieport 0000:60:03.1: bridge window [io 0x1000-0x0fff] to [bus 61] add_size 1000 [ 2535.439180] pcieport 0000:60:03.1: BAR 13: no space for [io size 0x1000] [ 2535.447549] pcieport 0000:60:03.1: BAR 13: failed to assign [io size 0x1000] [ 2535.456302] pcieport 0000:60:03.1: BAR 13: no space for [io size 0x1000] [ 2535.464664] pcieport 0000:60:03.1: BAR 13: failed to assign [io size 0x1000] [ 2535.474702] pci 0000:e1:00.0: [1bd4:100e] type 00 class 0x010802 [ 2535.482241] pci 0000:e1:00.0: reg 0x10: [mem 0xc3600000-0xc360ffff 64bit] [ 2535.490650] pci 0000:e1:00.0: reg 0x18: [mem 0xc3610000-0xc361ffff 64bit] [ 2535.499081] pci 0000:e1:00.0: reg 0x30: [mem 0xc3620000-0xc362ffff pref] [ 2535.509095] pcieport 0000:e0:03.1: bridge window [io 0x1000-0x0fff] to [bus e1] add_size 1000 [ 2535.519493] pcieport 0000:e0:03.2: bridge window [io 0x1000-0x0fff] to [bus e2] add_size 1000 [ 2535.529895] pcieport 0000:e0:03.3: bridge window [io 0x1000-0x0fff] to [bus e3-e4] add_size 1000 [ 2535.540590] pcieport 0000:e0:03.4: bridge window [io 0x1000-0x0fff] to [bus e5-e6] add_size 1000 [ 2535.551288] pcieport 0000:e0:03.1: BAR 13: no space for [io size 0x1000] [ 2535.559657] pcieport 0000:e0:03.1: BAR 13: failed to assign [io size 0x1000] [ 2535.653998] pcieport 0000:e0:03.2: BAR 13: no space for [io size 0x1000] [ 2535.662361] pcieport 0000:e0:03.2: BAR 13: failed to assign [io size 0x1000] [ 2535.671104] pcieport 0000:e0:03.1: BAR 13: no space for [io size 0x1000] [ 2535.679467] pcieport 0000:e0:03.1: BAR 13: failed to assign [io size 0x1000] [ 2535.688228] pci 0000:e1:00.0: BAR 0: assigned [mem 0xc3600000-0xc360ffff 64bit] [ 2535.697202] pci 0000:e1:00.0: BAR 2: assigned [mem 0xc3610000-0xc361ffff 64bit] [ 2535.706171] pci 0000:e1:00.0: BAR 6: assigned [mem 0xc3620000-0xc362ffff pref] [ 2535.715258] nvme nvme4: pci function 0000:e1:00.0 [ 2535.722895] bcache: register_bcache() error : failed to open device [ 2535.732519] nvme nvme4: Shutdown timeout set to 10 seconds [ 2535.770043] nvme nvme4: 128/0/0 default/read/poll queues [ 2535.979719] nvme0n2: p1 p2 p3 p4 p5 [ 2536.103450] bcache: register_cache() error nvme0n2p1: duplicate cache set member [ 2536.112494] bcache: register_bcache() error : failed to register device [ 3899.359295] buffer_io_error: 189043 callbacks suppressed [ 3899.359299] Buffer I/O error on dev bcache0, logical block 71326098, lost async page write [ 3899.376042] Buffer I/O error on dev bcache0, logical block 71326099, lost async page write [ 3899.386054] Buffer I/O error on dev bcache0, logical block 71326100, lost async page write [ 3899.396066] Buffer I/O error on dev bcache0, logical block 71326101, lost async page write [ 3899.406082] Buffer I/O error on dev bcache0, logical block 71326102, lost async page write [ 3899.416096] Buffer I/O error on dev bcache0, logical block 71326103, lost async page write [ 3899.426114] Buffer I/O error on dev bcache0, logical block 71326104, lost async page write [ 3899.436125] Buffer I/O error on dev bcache0, logical block 71326105, lost async page write [ 3899.446140] Buffer I/O error on dev bcache0, logical block 71326106, lost async page write [ 3899.456153] Buffer I/O error on dev bcache0, logical block 71326107, lost async page write [ 5058.346366] bcache: bcache_device_free() bcache0 stopped [ 5154.442217] bcache: register_bdev() registered backing device sda [ 5252.833600] bcache: bch_journal_replay() journal replay done, 141885 keys in 103 entries, seq 230580 [ 5253.605483] bcache: bch_cached_dev_attach() Caching sda as bcache0 on set 6d074d91-3542-4740-851c-07b193147698 [ 5253.617486] bcache: register_cache() registered cache device nvme0n2p1 [ 5253.617503] bcache: register_bcache() error : device already registered [ 5253.684378] bcache: register_bcache() error : device already registered [ 5253.831217] bcache: register_bcache() error : device already registered [ 5253.858158] bcache: register_bcache() error : device already registered [ 5253.895693] bcache: register_bcache() error : device already registered [18575.113806] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113808] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113810] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113816] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113818] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113854] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113866] bcache: bch_count_io_errors() nvme0n2p1: IO error on writing data to cache. [18575.113878] bcache: bch_cache_set_error() error on 6d074d91-3542-4740-851c-07b193147698: nvme0n2p1: too many IO errors writing data to cache , disabling caching [18575.113882] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113886] buffer_io_error: 866358 callbacks suppressed [18575.113888] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113891] Buffer I/O error on dev bcache0, logical block 93441, lost async page write [18575.113896] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113899] Buffer I/O error on dev bcache0, logical block 93442, lost async page write [18575.113901] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113903] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113905] Buffer I/O error on dev bcache0, logical block 93443, lost async page write [18575.113908] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113912] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113914] Buffer I/O error on dev bcache0, logical block 93444, lost async page write [18575.113917] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113924] Buffer I/O error on dev bcache0, logical block 93445, lost async page write [18575.113926] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113930] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113932] Buffer I/O error on dev bcache0, logical block 93446, lost async page write [18575.113934] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113938] Buffer I/O error on dev bcache0, logical block 93447, lost async page write [18575.113946] Buffer I/O error on dev bcache0, logical block 93448, lost async page write [18575.113950] Buffer I/O error on dev bcache0, logical block 93449, lost async page write [18575.113959] Buffer I/O error on dev bcache0, logical block 93450, lost async page write [18575.113972] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113980] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113982] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113994] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.113998] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.114005] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.114018] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.114020] bcache: bch_count_backing_io_errors() sda: IO error on backing device, unrecoverable [18575.128942] bcache: conditional_stop_bcache_device() stop_when_cache_set_failed of bcache0 is "auto" and cache is dirty, stop it to avoid potential data corruption. [18575.527107] bcache: cached_dev_detach_finish() Caching disabled for sda [18575.544080] bcache: cache_set_free() Cache set 6d074d91-3542-4740-851c-07b193147698 unregistered [18581.473904] buffer_io_error: 168693 callbacks suppressed [18581.473907] Buffer I/O error on dev bcache0, logical block 262142, lost async page write [18581.490663] Buffer I/O error on dev bcache0, logical block 262143, lost async page write [18581.500623] Buffer I/O error on dev bcache0, logical block 0, lost async page write [18581.510063] Buffer I/O error on dev bcache0, logical block 1, lost async page write [18581.519504] Buffer I/O error on dev bcache0, logical block 2, lost async page write [18581.528946] Buffer I/O error on dev bcache0, logical block 3, lost async page write [18581.538397] Buffer I/O error on dev bcache0, logical block 4, lost async page write [18581.547843] Buffer I/O error on dev bcache0, logical block 5, lost async page write [18581.557284] Buffer I/O error on dev bcache0, logical block 6, lost async page write [18581.566723] Buffer I/O error on dev bcache0, logical block 7, lost async page write [18589.153890] buffer_io_error: 342008 callbacks suppressed [18589.153893] Buffer I/O error on dev bcache0, logical block 79871, lost async page write [18589.170545] Buffer I/O error on dev bcache0, logical block 79872, lost async page write [18589.180372] Buffer I/O error on dev bcache0, logical block 79873, lost async page write [18589.190201] Buffer I/O error on dev bcache0, logical block 79874, lost async page write [18589.200028] Buffer I/O error on dev bcache0, logical block 79875, lost async page write [18589.209859] Buffer I/O error on dev bcache0, logical block 79876, lost async page write [18589.219693] Buffer I/O error on dev bcache0, logical block 79877, lost async page write [18589.229524] Buffer I/O error on dev bcache0, logical block 79878, lost async page write [18589.239351] Buffer I/O error on dev bcache0, logical block 79879, lost async page write [18589.249181] Buffer I/O error on dev bcache0, logical block 79880, lost async page write [18590.750773] pcieport 0000:60:03.1: bridge window [io 0x1000-0x0fff] to [bus 61] add_size 1000 [18590.761282] pcieport 0000:60:03.1: BAR 13: no space for [io size 0x1000] [18590.769750] pcieport 0000:60:03.1: BAR 13: failed to assign [io size 0x1000] [18590.778610] pcieport 0000:60:03.1: BAR 13: no space for [io size 0x1000] [18590.787076] pcieport 0000:60:03.1: BAR 13: failed to assign [io size 0x1000] [18590.797686] pci 0000:e1:00.0: [1bd4:100e] type 00 class 0x010802 [18590.805757] pci 0000:e1:00.0: reg 0x10: [mem 0xc3600000-0xc360ffff 64bit] [18590.814548] pci 0000:e1:00.0: reg 0x18: [mem 0xc3610000-0xc361ffff 64bit] [18590.824315] pci 0000:e1:00.0: reg 0x30: [mem 0xc3620000-0xc362ffff pref] [18590.836532] pcieport 0000:e0:03.1: bridge window [io 0x1000-0x0fff] to [bus e1] add_size 1000 [18590.847030] pcieport 0000:e0:03.2: bridge window [io 0x1000-0x0fff] to [bus e2] add_size 1000 [18590.857532] pcieport 0000:e0:03.3: bridge window [io 0x1000-0x0fff] to [bus e3-e4] add_size 1000 [18590.868332] pcieport 0000:e0:03.4: bridge window [io 0x1000-0x0fff] to [bus e5-e6] add_size 1000 [18590.879142] pcieport 0000:e0:03.1: BAR 13: no space for [io size 0x1000] [18590.887609] pcieport 0000:e0:03.1: BAR 13: failed to assign [io size 0x1000] [18590.896463] pcieport 0000:e0:03.2: BAR 13: no space for [io size 0x1000] [18590.904936] pcieport 0000:e0:03.2: BAR 13: failed to assign [io size 0x1000] [18590.913787] pcieport 0000:e0:03.3: BAR 13: no space for [io size 0x1000] [18590.922258] pcieport 0000:e0:03.3: BAR 13: failed to assign [io size 0x1000] [18590.931111] pcieport 0000:e0:03.4: BAR 13: no space for [io size 0x1000] [18590.939580] pcieport 0000:e0:03.4: BAR 13: failed to assign [io size 0x1000] [18590.948442] pcieport 0000:e0:03.4: BAR 13: no space for [io size 0x1000] [18590.956904] pcieport 0000:e0:03.4: BAR 13: failed to assign [io size 0x1000] [18590.965760] pcieport 0000:e0:03.3: BAR 13: no space for [io size 0x1000] [18590.974228] pcieport 0000:e0:03.3: BAR 13: failed to assign [io size 0x1000] [18590.983080] pcieport 0000:e0:03.2: BAR 13: no space for [io size 0x1000] [18590.991549] pcieport 0000:e0:03.2: BAR 13: failed to assign [io size 0x1000] [18591.000407] pcieport 0000:e0:03.1: BAR 13: no space for [io size 0x1000] [18591.008873] pcieport 0000:e0:03.1: BAR 13: failed to assign [io size 0x1000] [18591.017735] pci 0000:e1:00.0: BAR 0: assigned [mem 0xc3600000-0xc360ffff 64bit] [18591.026985] pci 0000:e1:00.0: BAR 2: assigned [mem 0xc3610000-0xc361ffff 64bit] [18591.036228] pci 0000:e1:00.0: BAR 6: assigned [mem 0xc3620000-0xc362ffff pref] [18591.045454] nvme nvme0: pci function 0000:e1:00.0 [18591.053388] bcache: register_bcache() error : failed to open device [18591.069906] nvme nvme0: Shutdown timeout set to 10 seconds [18591.107868] nvme nvme0: 128/0/0 default/read/poll queues [18591.362600] nvme0n1: p1 p2 p3 p4 p5 [18592.783105] bcache: bch_journal_replay() journal replay done, 94423 keys in 213 entries, seq 343003 [18594.369398] bcache: bch_cached_dev_run() I/O disabled on cached dev sda [18594.378111] bcache: bch_cached_dev_attach() Couldn't run cached device sda [18594.386701] bcache: register_cache() registered cache device nvme0n1p1 [18596.833902] buffer_io_error: 342007 callbacks suppressed [18596.833905] Buffer I/O error on dev bcache0, logical block 159743, lost async page write [18596.850660] Buffer I/O error on dev bcache0, logical block 159744, lost async page write [18596.860591] Buffer I/O error on dev bcache0, logical block 159745, lost async page write [18596.870525] Buffer I/O error on dev bcache0, logical block 159746, lost async page write [18596.880450] Buffer I/O error on dev bcache0, logical block 159747, lost async page write [18596.890378] Buffer I/O error on dev bcache0, logical block 159748, lost async page write [18596.900310] Buffer I/O error on dev bcache0, logical block 159749, lost async page write [18596.910240] Buffer I/O error on dev bcache0, logical block 159750, lost async page write [18596.920166] Buffer I/O error on dev bcache0, logical block 159751, lost async page write [18596.930097] Buffer I/O error on dev bcache0, logical block 159752, lost async page write [18597.919840] bcache: register_bcache() error : device already registered [18597.935879] bcache: register_bcache() error : device already registered [18597.993327] bcache: register_bcache() error : device already registered [18599.124434] bcache: register_bcache() error : device already registered [18599.184465] bcache: register_bcache() error : device already registered [18599.196703] bcache: register_bcache() error : device already registered [18605.025910] buffer_io_error: 345079 callbacks suppressed [18605.025914] Buffer I/O error on dev bcache0, logical block 242688, lost async page write [18605.042660] Buffer I/O error on dev bcache0, logical block 242689, lost async page write [18627.036854] ------------[ cut here ]------------ [18627.042889] refcount_t: addition on 0; use-after-free. [18627.049532] WARNING: CPU: 83 PID: 238405 at lib/refcount.c:25 refcount_warn_saturate+0x74/0x110 [18627.060140] Modules linked in: ceph libceph dns_resolver openvswitch nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c vfat fat dm_multipath dm_mod amd64_edac_mod edac_mce_amd kvm_amd kvm bcache crc64 i40iw irqbypass ses enclosure ipmi_si ib_uverbs ipmi_devintf joydev rapl ipmi_msghandler pcspkr ib_core sg i2c_piix4 k10temp fuse ext4 mbcache jbd2 ast drm_vram_helper drm_kms_helper syscopyarea sysfillrect sysimgblt sd_mod fb_sys_fops cec drm_ttm_helper ttm ahci crct10dif_pclmul igb crc32_pclmul libahci nvme crc32c_intel ghash_clmulni_intel nvme_core dca smartpqi i40e t10_pi drm i2c_algo_bit libata ngbe scsi_transport_sas ccp pinctrl_amd [18627.126211] CPU: 83 PID: 238405 Comm: kworker/83:4 Kdump: loaded Not tainted 5.10.0-272.0.0.174.ile2312sp1.x86_64 #1 [18627.138848] Hardware name: Inspur CS5280H2/CS5280H2, BIOS 3.03.62 09/15/2025 [18627.147615] Workqueue: events cached_dev_free [bcache] [18627.154245] RIP: 0010:refcount_warn_saturate+0x74/0x110 [18627.160961] Code: 01 01 e8 be 77 53 00 0f 0b e9 d8 bc 88 00 80 3d 31 57 a0 01 00 75 cb 48 c7 c7 20 28 fa b5 c6 05 21 57 a0 01 01 e8 9b 77 53 00 <0f> 0b e9 b5 bc 88 00 80 3d 10 57 a0 01 00 75 a8 48 c7 c7 f8 27 fa [18627.182808] RSP: 0018:ffffb5f9cdd0fe58 EFLAGS: 00010282 [18627.189531] RAX: 0000000000000000 RBX: ffff94f51e700010 RCX: 0000000000000000 [18627.198385] RDX: ffff94d71fbb1320 RSI: ffff94d71fba0710 RDI: ffff94d71fba0710 [18627.207235] RBP: ffff94cf4d518000 R08: 0000000000000000 R09: ffffb5f9cdd0fc90 [18627.216089] R10: ffffb5f9cdd0fc88 R11: ffffffffb69e13a8 R12: ffff94cf4d518030 [18627.224939] R13: 0000000000000000 R14: ffff94d71fbbb700 R15: ffff94d71fbbb705 [18627.233791] FS: 0000000000000000(0000) GS:ffff94d71fb80000(0000) knlGS:0000000000000000 [18627.243706] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [18627.251003] CR2: 000055d6288098d0 CR3: 0000000594856000 CR4: 00000000003506e0 [18627.259857] Call Trace: [18627.263478] kthread_stop+0x152/0x160 [18627.268464] cached_dev_free+0x30/0xd0 [bcache] [18627.274413] process_one_work+0x1b5/0x350 [18627.279774] worker_thread+0x49/0x310 [18627.284750] ? rescuer_thread+0x380/0x380 [18627.290110] kthread+0xfe/0x140 [18627.294504] ? kthread_park+0x90/0x90 [18627.299481] ret_from_fork+0x22/0x30 [18627.304365] ---[ end trace 461f27b6101e7b4e ]--- [18627.310402] ------------[ cut here ]------------ [18627.316446] WARNING: CPU: 83 PID: 238405 at kernel/kthread.c:83 kthread_stop+0x12c/0x160 [18627.326367] Modules linked in: ceph libceph dns_resolver openvswitch nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c vfat fat dm_multipath dm_mod amd64_edac_mod edac_mce_amd kvm_amd kvm bcache crc64 i40iw irqbypass ses enclosure ipmi_si ib_uverbs ipmi_devintf joydev rapl ipmi_msghandler pcspkr ib_core sg i2c_piix4 k10temp fuse ext4 mbcache jbd2 ast drm_vram_helper drm_kms_helper syscopyarea sysfillrect sysimgblt sd_mod fb_sys_fops cec drm_ttm_helper ttm ahci crct10dif_pclmul igb crc32_pclmul libahci nvme crc32c_intel ghash_clmulni_intel nvme_core dca smartpqi i40e t10_pi drm i2c_algo_bit libata ngbe scsi_transport_sas ccp pinctrl_amd [18627.392415] CPU: 83 PID: 238405 Comm: kworker/83:4 Kdump: loaded Tainted: G W 5.10.0-272.0.0.174.ile2312sp1.x86_64 #1 [18627.406601] Hardware name: Inspur CS5280H2/CS5280H2, BIOS 3.03.62 09/15/2025 [18627.415362] Workqueue: events cached_dev_free [bcache] [18627.421985] RIP: 0010:kthread_stop+0x12c/0x160 [18627.427836] Code: 00 e9 0b ff ff ff 48 89 ef e8 50 69 fd ff e9 73 ff ff ff be 01 00 00 00 4c 89 e7 e8 2e 6a 46 00 f6 45 36 20 0f 85 16 ff ff ff <0f> 0b e9 0f ff ff ff be 03 00 00 00 4c 89 e7 e8 10 6a 46 00 e9 43 [18627.449681] RSP: 0018:ffffb5f9cdd0fe60 EFLAGS: 00010246 [18627.456406] RAX: 0000000000000000 RBX: ffff94f51e700010 RCX: 0000000000000000 [18627.465254] RDX: ffff94d71fbb1320 RSI: ffff94d71fba0710 RDI: ffff94d71fba0710 [18627.474094] RBP: ffff94cf4d518000 R08: 0000000000000000 R09: ffffb5f9cdd0fc90 [18627.482942] R10: ffffb5f9cdd0fc88 R11: ffffffffb69e13a8 R12: ffff94cf4d518030 [18627.491792] R13: 0000000000000000 R14: ffff94d71fbbb700 R15: ffff94d71fbbb705 [18627.500643] FS: 0000000000000000(0000) GS:ffff94d71fb80000(0000) knlGS:0000000000000000 [18627.510564] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [18627.517861] CR2: 000055d6288098d0 CR3: 0000000594856000 CR4: 00000000003506e0 [18627.526715] Call Trace: [18627.530338] cached_dev_free+0x30/0xd0 [bcache] [18627.536283] process_one_work+0x1b5/0x350 [18627.541643] worker_thread+0x49/0x310 [18627.546618] ? rescuer_thread+0x380/0x380 [18627.551977] kthread+0xfe/0x140 [18627.556372] ? kthread_park+0x90/0x90 [18627.561345] ret_from_fork+0x22/0x30 [18627.566226] ---[ end trace 461f27b6101e7b4f ]--- [18627.572269] BUG: unable to handle page fault for address: 00007fd3f5b21e10 [18627.580823] #PF: supervisor write access in kernel mode [18627.587529] #PF: error_code(0x0002) - not-present page [18627.594131] PGD 6a710f067 P4D 6a710f067 PUD 0 [18627.599968] Oops: 0002 [#1] SMP NOPTI [18627.604930] CPU: 83 PID: 238405 Comm: kworker/83:4 Kdump: loaded Tainted: G W 5.10.0-272.0.0.174.ile2312sp1.x86_64 #1 [18627.619101] Hardware name: Inspur CS5280H2/CS5280H2, BIOS 3.03.62 09/15/2025 [18627.627851] Workqueue: events cached_dev_free [bcache] [18627.634463] RIP: 0010:kthread_stop+0x49/0x160 [18627.640199] Code: 45 30 85 c0 0f 84 1c 01 00 00 0f 88 e6 00 00 00 83 c0 01 0f 88 dd 00 00 00 f6 45 36 20 0f 84 ea 00 00 00 48 8b 9d e8 0a 00 00 <f0> 80 0b 02 48 89 ef e8 3b ff ff ff 48 89 ef e8 43 31 01 00 48 8d [18627.662022] RSP: 0018:ffffb5f9cdd0fe60 EFLAGS: 00010246 [18627.668728] RAX: 0000000000000000 RBX: 00007fd3f5b21e10 RCX: 0000000000000000 [18627.677565] RDX: ffff94d71fbb1320 RSI: ffff94d71fba0710 RDI: ffff94d71fba0710 [18627.686404] RBP: ffff94cf4d518000 R08: 0000000000000000 R09: ffffb5f9cdd0fc90 [18627.695232] R10: ffffb5f9cdd0fc88 R11: ffffffffb69e13a8 R12: ffff94cf4d518030 [18627.704070] R13: 0000000000000000 R14: ffff94d71fbbb700 R15: ffff94d71fbbb705 [18627.712910] FS: 0000000000000000(0000) GS:ffff94d71fb80000(0000) knlGS:0000000000000000 [18627.722816] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [18627.730103] CR2: 00007fd3f5b21e10 CR3: 0000000594856000 CR4: 00000000003506e0 [18627.738941] Call Trace: [18627.742553] cached_dev_free+0x30/0xd0 [bcache] [18627.748483] process_one_work+0x1b5/0x350 [18627.753824] worker_thread+0x49/0x310 [18627.758785] ? rescuer_thread+0x380/0x380 [18627.764134] kthread+0xfe/0x140 [18627.768514] ? kthread_park+0x90/0x90 [18627.773477] ret_from_fork+0x22/0x30 [18627.778344] Modules linked in: ceph libceph dns_resolver openvswitch nf_conncount nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c vfat fat dm_multipath dm_mod amd64_edac_mod edac_mce_amd kvm_amd kvm bcache crc64 i40iw irqbypass ses enclosure ipmi_si ib_uverbs ipmi_devintf joydev rapl ipmi_msghandler pcspkr ib_core sg i2c_piix4 k10temp fuse ext4 mbcache jbd2 ast drm_vram_helper drm_kms_helper syscopyarea sysfillrect sysimgblt sd_mod fb_sys_fops cec drm_ttm_helper ttm ahci crct10dif_pclmul igb crc32_pclmul libahci nvme crc32c_intel ghash_clmulni_intel nvme_core dca smartpqi i40e t10_pi drm i2c_algo_bit libata ngbe scsi_transport_sas ccp pinctrl_amd [18627.844370] CR2: 00007fd3f5b21e10 [18627.851414] kexec: Bye! ``` 【已分析信息】如已经做过分析和定位,请尽量附上详细的分析结果 ``` [root@localhost 127.0.0.1-2025-11-06-14:55:57]# crash vmcore /usr/lib/debug/lib/modules/5.10.0-272.0.0.174.ile2312sp1.x86_64/vmlinux crash 8.0.2-1.ile2312sp1 Copyright (C) 2002-2022 Red Hat, Inc. Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation Copyright (C) 1999-2006 Hewlett-Packard Co Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited Copyright (C) 2006, 2007 VA Linux Systems Japan K.K. Copyright (C) 2005, 2011, 2020-2022 NEC Corporation Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc. Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc. Copyright (C) 2015, 2021 VMware, Inc. This program is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Enter "help copying" to see the conditions. This program has absolutely no warranty. Enter "help warranty" for details. GNU gdb (GDB) 10.2 Copyright (C) 2021 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-pc-linux-gnu". Type "show configuration" for configuration details. 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"... KERNEL: /usr/lib/debug/lib/modules/5.10.0-272.0.0.174.ile2312sp1.x86_64/vmlinux [TAINTED] DUMPFILE: vmcore [PARTIAL DUMP] CPUS: 128 DATE: Thu Nov 6 14:54:23 CST 2025 UPTIME: 05:10:27 LOAD AVERAGE: 10.98, 7.63, 4.69 TASKS: 1571 NODENAME: localhost RELEASE: 5.10.0-272.0.0.174.ile2312sp1.x86_64 VERSION: #1 SMP Tue Jul 22 09:57:39 CST 2025 MACHINE: x86_64 (2199 Mhz) MEMORY: 255.9 GB PANIC: "Oops: 0002 [#1] SMP NOPTI" (check log for details) PID: 238405 COMMAND: "kworker/83:4" TASK: ffff94d71fae9c00 [THREAD_INFO: ffff94d71fae9c00] CPU: 83 STATE: TASK_RUNNING (PANIC) crash> mod -s bcache /usr/lib/debug/lib/modules/5.10.0-272.0.0.174.ile2312sp1.x86_64/kernel/drivers/md/bcache/bcache.ko-5.10.0-272.0.0.174.ile2312sp1.x86_64.debug MODULE NAME BASE SIZE OBJECT FILE ffffffffc0bafd80 bcache ffffffffc0b72000 339968 /usr/lib/debug/lib/modules/5.10.0-272.0.0.174.ile2312sp1.x86_64/kernel/drivers/md/bcache/bcache.ko-5.10.0-272.0.0.174.ile2312sp1.x86_64.debug crash> bt PID: 238405 TASK: ffff94d71fae9c00 CPU: 83 COMMAND: "kworker/83:4" #0 [ffffb5f9cdd0fca8] crash_kexec at ffffffffb4db67e9 #1 [ffffb5f9cdd0fcb8] oops_end at ffffffffb4c2b1c5 #2 [ffffb5f9cdd0fcd8] no_context at ffffffffb4c7d86c #3 [ffffb5f9cdd0fd10] __bad_area_nosemaphore at ffffffffb4c7d972 #4 [ffffb5f9cdd0fd58] exc_page_fault at ffffffffb56f7e1c #5 [ffffb5f9cdd0fdb0] asm_exc_page_fault at ffffffffb5800b4e [exception RIP: kthread_stop+73] RIP: ffffffffb4d0fee9 RSP: ffffb5f9cdd0fe60 RFLAGS: 00010246 RAX: 0000000000000000 RBX: 00007fd3f5b21e10 RCX: 0000000000000000 RDX: ffff94d71fbb1320 RSI: ffff94d71fba0710 RDI: ffff94d71fba0710 RBP: ffff94cf4d518000 R8: 0000000000000000 R9: ffffb5f9cdd0fc90 R10: ffffb5f9cdd0fc88 R11: ffffffffb69e13a8 R12: ffff94cf4d518030 R13: 0000000000000000 R14: ffff94d71fbbb700 R15: ffff94d71fbbb705 ORIG_RAX: ffffffffffffffff CS: 0010 SS: 0018 #6 [ffffb5f9cdd0fe80] cached_dev_free at ffffffffc0b88470 [bcache] #7 [ffffb5f9cdd0fe98] process_one_work at ffffffffb4d099c5 #8 [ffffb5f9cdd0fed8] worker_thread at ffffffffb4d09f29 #9 [ffffb5f9cdd0ff10] kthread at ffffffffb4d0f2be #10 [ffffb5f9cdd0ff50] ret_from_fork at ffffffffb4c035b2 crash> dis -rl cached_dev_free+0x30 /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1370 0xffffffffc0b88440 <cached_dev_free>: nopl 0x0(%rax,%rax,1) [FTRACE NOP] /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/./arch/x86/include/asm/bitops.h: 162 0xffffffffc0b88445 <cached_dev_free+5>: push %rbp 0xffffffffc0b88446 <cached_dev_free+6>: push %rbx /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1370 0xffffffffc0b88447 <cached_dev_free+7>: mov %rdi,%rbx /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/./arch/x86/include/asm/bitops.h: 162 0xffffffffc0b8844a <cached_dev_free+10>: lock btrq $0x3,0xd0(%rdi) 0xffffffffc0b88454 <cached_dev_free+20>: jb 0xffffffffc0b884bc <cached_dev_free+124> /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1376 0xffffffffc0b88456 <cached_dev_free+22>: mov 0xde8(%rbx),%rdi /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/./include/linux/err.h: 41 0xffffffffc0b8845d <cached_dev_free+29>: test %rdi,%rdi 0xffffffffc0b88460 <cached_dev_free+32>: je 0xffffffffc0b88470 <cached_dev_free+48> 0xffffffffc0b88462 <cached_dev_free+34>: cmp $0xfffffffffffff000,%rdi 0xffffffffc0b88469 <cached_dev_free+41>: ja 0xffffffffc0b88470 <cached_dev_free+48> /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1377 0xffffffffc0b8846b <cached_dev_free+43>: call 0xffffffffb4d0fea0 <kthread_stop> /usr/src/debug/kernel-5.10.0-272.0.0.174.ile2312sp1.x86_64/linux-5.10.0-272.0.0.174.ile2312sp1.x86_64/drivers/md/bcache/super.c: 1378 0xffffffffc0b88470 <cached_dev_free+48>: mov 0xc9c0(%rbx),%rdi crash> crash> log |grep -i "workqueue:" [18627.147615] Workqueue: events cached_dev_free [bcache] [18627.415362] Workqueue: events cached_dev_free [bcache] [18627.627851] Workqueue: events cached_dev_free [bcache] ```
评论 (
2
)
登录
后才可以发表评论
状态
待办的
待办的
已挂起
进行中
已拒绝
已完成
负责人
未设置
CTC-Xibo.Wang
CTC-XiboWang
负责人
协作者
+负责人
+协作者
标签
sig/Kernel
DEFECT/UNFIXED
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (15)
标签 (1864)
openEuler-1.0-LTS
OLK-6.6
OLK-5.10
oe_txgbe
merge_txgbe_66
openEuler-25.03
openEuler-22.03-LTS-SP1
openEuler-23.09
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS
openEuler-22.09
master
openEuler-21.09
openEuler-21.03
openEuler-20.09
6.6.0-118.0.0
6.6.0-117.0.0
4.19.90-2511.2.0
5.10.0-289.0.0
6.6.0-116.0.0
5.10.0-288.0.0
6.6.0-115.0.0
4.19.90-2511.1.0
6.6.0-114.0.0
4.19.90-2510.4.0
5.10.0-287.0.0
4.19.90-2510.3.0
5.10.0-286.0.0
6.6.0-113.0.0
6.6.0-112.0.0
4.19.90-2510.2.0
5.10.0-285.0.0
5.10.0-284.0.0
4.19.90-2510.1.0
6.6.0-111.0.1
4.19.90-2509.6.0
5.10.0-283.0.0
6.6.0-111.0.0
4.19.90-2509.5.0
6.6.0-110.0.0
5.10.0-282.0.0
4.19.90-2509.4.0
6.6.0-109.0.0
5.10.0-281.0.0
4.19.90-2509.3.0
4.19.90-2509.2.0
4.19.90-2509.1.0
6.6.0-108.0.0
5.10.0-280.0.0
4.19.90-2508.3.0
6.6.0-107.0.0
5.10.0-279.0.0
4.19.90-2508.2.0
5.10.0-278.0.0
6.6.0-106.0.0
5.10.0-277.0.0
4.19.90-2508.1.0
6.6.0-105.0.0
6.6.0-104.0.0
5.10.0-276.0.0
4.19.90-2507.5.0
6.6.0-103.0.0
5.10.0-275.0.0
v6.16
4.19.90-2507.4.0
5.10.0-274.0.0
6.6.0-102.0.0
6.6.0-101.0.0
4.19.90-2507.3.0
5.10.0-273.0.0
openEuler-22.03-LTS-SP4
openEuler-22.03-LTS-SP3
openEuler-22.03-LTS-SP2
openEuler-22.03-LTS-SP1
openEuler-22.03-LTS
openEuler-24.03-LTS-SP2
openEuler-24.03-LTS-SP1
openEuler-24.03-LTS
6.6.0-100.0.0
5.10.0-272.0.0
5.10.0-271.0.0
4.19.90-2507.2.0
6.6.0-99.0.0
5.10.0-270.0.0
4.19.90-2507.1.0
4.19.90-2506.4.0
5.10.0-269.0.0
6.6.0-98.0.0
4.19.90-2506.3.0
5.10.0-268.0.0
6.6.0-97.0.0
6.6.0-96.0.0
4.19.90-2506.2.0
5.10.0-267.0.0
v6.12.33
v6.12.32
6.6.0-95.0.0
4.19.90-2506.1.0
5.10.0-266.0.0
6.6.0-94.0.0
v6.12.31
6.6.0-93.0.0
4.19.90-2505.5.0
5.10.0-265.0.0
v6.15
v6.12.30
6.6.0-92.0.0
6.6.0-91.0.0
4.19.90-2505.4.0
5.10.0-264.0.0
6.6.0-90.0.0
4.19.90-2505.3.0
5.10.0-263.0.0
4.19.90-2505.2.0
6.6.0-89.0.0
4.19.90-2505.1.0
5.10.0-262.0.0
6.6.0-88.0.0
6.6.0-87.0.0
4.19.90-2504.4.0
5.10.0-261.0.0
4.19.90-2504.3.0
5.10.0-260.0.0
6.6.0-86.0.0
4.19.90-2504.2.0
5.10.0-259.0.0
6.6.0-85.0.0
4.19.90-2504.1.0
5.10.0-258.0.0
5.10.0-257.0.0
4.19.90-2503.5.0
5.10.0-256.0.0
6.6.0-84.0.0
v6.14
6.6.0-72.6.0
5.10.0-255.0.0
4.19.90-2503.4.0
6.6.0-83.0.0
6.6.0-72.5.0
6.6.0-72.4.0
5.10.0-254.0.0
4.19.90-2503.3.0
6.6.0-82.0.0
6.6.0-81.0.0
5.10.0-253.0.0
4.19.90-2503.2.0
6.6.0-72.3.0
6.6.0-72.2.0
4.19.90-2503.1.0
6.6.0-80.0.0
5.10.0-252.0.0
6.6.0-79.0.0
4.19.90-2502.4.0
5.10.0-251.0.0
5.10.0-250.0.0
6.6.0-78.0.0
4.19.90-2502.3.0
6.6.0-77.0.0
4.19.90-2502.2.0
5.10.0-249.0.0
6.6.0-72.1.0
4.19.90-2502.1.0
6.6.0-76.0.0
5.10.0-248.0.0
5.10.0-247.0.0
4.19.90-2501.4.0
6.6.0-75.0.0
v6.13
6.6.0-74.0.0
5.10.0-246.0.0
4.19.90-2501.3.0
4.19.90-2501.2.0
5.10.0-245.0.0
5.10.0-136.108.0
4.19.90-2501.1.0
6.6.0-73.0.0
4.19.90-2412.5.0
5.10.0-244.0.0
5.10.0-136.107.0
5.10.0-243.0.0
4.19.90-2412.4.0
6.6.0-72.0.0
6.6.0-71.0.0
6.6.0-70.0.0
6.6.0-69.0.0
5.10.0-242.0.0
4.19.90-2412.3.0
5.10.0-241.0.0
5.10.0-136.106.0
6.6.0-68.0.0
6.6.0-67.0.0
6.6.0-66.0.0
6.6.0-65.0.0
4.19.90-2412.2.0
5.10.0-136.105.0
5.10.0-240.0.0
6.6.0-64.0.0
6.6.0-63.0.0
6.6.0-62.0.0
6.6.0-61.0.0
4.19.90-2412.1.0
5.10.0-239.0.0
5.10.0-136.104.0
6.6.0-60.0.0
6.6.0-59.0.0
6.6.0-58.0.0
6.6.0-57.0.0
5.10.0-136.103.0
5.10.0-238.0.0
4.19.90-2411.5.0
6.6.0-56.0.0
5.10.0-237.0.0
5.10.0-136.102.0
4.19.90-2411.4.0
6.6.0-55.0.0
v6.12
6.6.0-54.0.0
5.10.0-236.0.0
5.10.0-136.101.0
4.19.90-2411.3.0
6.6.0-53.0.0
6.6.0-52.0.0
6.6.0-51.0.0
4.19.90-2411.2.0
6.6.0-50.0.0
5.10.0-235.0.0
5.10.0-136.100.0
6.6.0-49.0.0
5.10.0-136.99.0
6.6.0-48.0.0
5.10.0-234.0.0
4.19.90-2411.1.0
5.10.0-233.0.0
6.6.0-47.0.0
5.10.0-136.98.0
4.19.90-2410.3.0
4.19.90-2410.2.0
5.10.0-232.0.0
5.10.0-136.97.0
5.10.0-136.96.0
5.10.0-231.0.0
6.6.0-46.0.0
4.19.90-2410.1.0
6.6.0-45.0.0
4.19.90-2409.6.0
6.6.0-44.0.0
5.10.0-230.0.0
4.19.90-2409.5.0
5.10.0-136.95.0
6.6.0-43.0.0
5.10.0-229.0.0
5.10.0-136.94.0
6.6.0-42.0.0
4.19.90-2409.4.0
5.10.0-136.93.0
5.10.0-228.0.0
4.19.90-2409.3.0
5.10.0-227.0.0
6.6.0-41.0.0
4.19.90-2409.2.0
5.10.0-136.92.0
5.10.0-226.0.0
4.19.90-2409.1.0
6.6.0-40.0.0
4.19.90-2408.5.0
5.10.0-225.0.0
5.10.0-136.91.0
6.6.0-39.0.0
4.19.90-2408.4.0
5.10.0-136.90.0
5.10.0-224.0.0
5.10.0-223.0.0
5.10.0-136.89.0
4.19.90-2408.3.0
6.6.0-38.0.0
6.6.0-37.0.0
5.10.0-222.0.0
5.10.0-136.88.0
4.19.90-2408.2.0
6.6.0-36.0.0
5.10.0-221.0.0
5.10.0-136.87.0
4.19.90-2408.1.0
5.10.0-136.86.0
5.10.0-220.0.0
6.6.0-35.0.0
4.19.90-2407.5.0
5.10.0-136.85.0
5.10.0-219.0.0
6.6.0-34.0.0
4.19.90-2407.4.0
5.10.0-218.0.0
5.10.0-136.84.0
6.6.0-33.0.0
4.19.90-2407.3.0
4.19.90-2407.2.0
6.6.0-32.0.0
5.10.0-136.83.0
5.10.0-217.0.0
4.19.90-2407.1.0
5.10.0-216.0.0
5.10.0-136.82.0
4.19.90-2406.4.0
5.10.0-136.81.0
5.10.0-215.0.0
6.6.0-31.0.0
5.10.0-214.0.0
5.10.0-213.0.0
5.10.0-212.0.0
5.10.0-211.0.0
5.10.0-210.0.0
5.10.0-136.80.0
5.10.0-209.0.0
6.6.0-30.0.0
4.19.90-2406.3.0
5.10.0-208.0.0
6.6.0-28.0.0.34.oe2403
5.10.0-136.79.0
5.10.0-207.0.0
4.19.90-2406.2.0
5.10.0-206.0.0
5.10.0-205.0.0
5.10.0-204.0.0
5.10.0-203.0.0
5.10.0-136.78.0
5.10.0-202.0.0
4.19.90-2406.1.0
6.6.0-29.0.0
5.10.0-60.139.0
5.10.0-136.77.0
5.10.0-153.56.0
5.10.0-201.0.0
4.19.90-2405.5.0
6.6.0-28.0.0
5.10.0-153.55.0
5.10.0-136.76.0
5.10.0-60.138.0
5.10.0-200.0.0
4.19.90-2405.4.0
6.6.0-27.0.0
5.10.0-153.54.0
5.10.0-136.75.0
5.10.0-60.137.0
5.10.0-199.0.0
4.19.90-2405.3.0
6.6.0-26.0.0
4.19.90-2405.2.0
5.10.0-60.18.0.50.oe2203
6.6.0-25.0.0
6.6.0-24.0.0
5.10.0-153.53.0
5.10.0-136.74.0
5.10.0-60.136.0
5.10.0-198.0.0
4.19.90-2405.1.0
6.6.0-23.0.0
6.6.0-22.0.0
5.10.0-153.52.0
5.10.0-136.73.0
5.10.0-60.135.0
4.19.90-2404.3.0
5.10.0-197.0.0
6.6.0-21.0.0
5.10.0-153.51.0
5.10.0-136.72.0
5.10.0-60.134.0
4.19.90-2404.2.0
5.10.0-196.0.0
6.6.0-20.0.0
5.10.0-153.50.0
5.10.0-136.71.0
5.10.0-60.133.0
6.6.0-19.0.0
5.10.0-195.0.0
4.19.90-2404.1.0
6.6.0-18.0.0
6.6.0-17.0.0
6.6.0-16.0.0
5.10.0-194.0.0
5.10.0-153.49.0
5.10.0-136.70.0
5.10.0-60.132.0
6.6.0-15.0.0
6.6.0-14.0.0
5.10.0-193.0.0
5.10.0-153.48.0
5.10.0-136.69.0
5.10.0-60.131.0
4.19.90-2403.4.0
6.6.0-13.0.0
5.10.0-192.0.0
5.10.0-153.47.0
5.10.0-136.68.0
5.10.0-60.130.0
4.19.90-2403.3.0
6.6.0-12.0.0
5.10.0-191.0.0
5.10.0-153.46.0
5.10.0-136.67.0
5.10.0-60.129.0
6.6.0-11.0.0
4.19.90-2403.2.0
5.10.0-190.0.0
5.10.0-153.45.0
5.10.0-136.66.0
5.10.0-60.128.0
4.19.90-2403.1.0
4.19.90-2402.6.0
5.10.0-189.0.0
5.10.0-153.44.0
5.10.0-136.65.0
5.10.0-60.127.0
6.6.0-10.0.0
5.10.0-188.0.0
5.10.0-153.43.0
5.10.0-136.64.0
5.10.0-60.126.0
4.19.90-2402.5.0
6.6.0-9.0.0
5.10.0-187.0.0
5.10.0-153.42.0
5.10.0-136.63.0
5.10.0-60.125.0
6.6.0-8.0.0
4.19.90-2402.4.0
4.19.90-2402.3.0
4.19.90-2402.2.0
5.10.0-186.0.0
5.10.0-153.41.0
5.10.0-136.62.0
5.10.0-60.124.0
4.19.90-2402.1.0
6.6.0-7.0.0
5.10.0-185.0.0
5.10.0-153.40.0
5.10.0-136.61.0
5.10.0-60.123.0
4.19.90-2401.5.0
6.6.0-6.0.0
5.10.0-184.0.0
5.10.0-153.39.0
5.10.0-136.60.0
5.10.0-60.122.0
4.19.90-2401.4.0
6.6.0-5.0.0
5.10.0-183.0.0
5.10.0-153.38.0
5.10.0-136.59.0
5.10.0-60.121.0
4.19.90-2401.3.0
4.19.90-2401.2.0
6.6.0-4.0.0
4.19.90-2401.1.0
5.10.0-153.37.0
5.10.0-136.58.0
5.10.0-60.120.0
4.19.90-2312.6.0
4.19.90-2312.5.0
6.6.0-3.0.0
5.10.0-182.0.0
5.10.0-181.0.0
5.10.0-180.0.0
5.10.0-153.36.0
4.19.90-2312.4.0
5.10.0-179.0.0
6.6.0-2.0.0
5.10.0-178.0.0
5.10.0-177.0.0
4.19.90-2312.3.0
4.19.90-2312.2.0
5.10.0-176.0.0
5.10.0-175.0.0
4.19.90-2312.1.0
5.10.0-174.0.0
5.10.0-153.35.0
5.10.0-136.57.0
5.10.0-60.119.0
6.6.0-1.0.0
5.10.0-173.0.0
5.10.0-153.34.0
5.10.0-136.56.0
5.10.0-60.118.0
4.19.90-2311.5.0
5.10.0-172.0.0
5.10.0-171.0.0
4.19.90-2311.4.0
5.10.0-170.0.0
5.10.0-169.0.0
5.10.0-168.0.0
5.10.0-153.33.0
5.10.0-136.55.0
5.10.0-60.117.0
4.19.90-2311.3.0
5.10.0-167.0.0
5.10.0-153.32.0
5.10.0-136.54.0
5.10.0-60.116.0
4.19.90-2311.2.0
5.10.0-166.0.0
4.19.90-2311.1.0
5.10.0-165.0.0
5.10.0-153.31.0
5.10.0-136.53.0
5.10.0-60.115.0
v6.6
5.10.0-164.0.0
4.19.90-2310.4.0
4.19.90-2310.3.0
5.10.0-163.0.0
5.10.0-153.30.0
5.10.0-136.52.0
5.10.0-60.114.0
5.10.0-162.0.0
5.10.0-153.29.0
5.10.0-136.51.0
5.10.0-60.113.0
4.19.90-2310.2.0
4.19.90-2310.1.0
4.19.90-2309.5.0
6.4.0-10.1.0
5.10.0-161.0.0
6.4.0-7.0.1
6.4.0-10.0.0
6.4.0-6.0.6
6.4.0-6.0.5
6.4.0-6.0.4
6.4.0-6.0.3
6.4.0-6.0.2
6.4.0-6.0.1
5.10.0-153.28.0
5.10.0-136.50.0
5.10.0-60.112.0
4.19.90-2309.4.0
6.4.0-9.0.0
5.10.0-153.27.0
5.10.0-136.49.0
5.10.0-60.111.0
6.4.0-8.0.0
4.19.90-2309.3.0
6.4.0-7.0.0
4.19.90-2309.2.0
5.10.0-160.0.0
6.4.0-6.0.0
5.10.0-153.26.0
5.10.0-136.48.0
5.10.0-60.110.0
4.19.90-2309.1.0
6.4.0-5.0.0
6.4.0-4.0.0
6.4.0-3.0.0
4.19.90-2308.5.0
6.4.0-2.0.0
5.10.0-153.25.0
5.10.0-136.47.0
5.10.0-60.109.0
5.10.0-159.0.0
6.4.0-1.0.2
4.19.90-2308.4.0
5.10.0-153.24.0
5.10.0-136.46.0
5.10.0-60.108.0
4.19.90-2308.3.0
5.10.0-153.23.0
5.10.0-136.45.0
5.10.0-60.107.0
5.10.0-158.0.0
5.10.0-153.22.0
5.10.0-60.106.0
5.10.0-136.44.0
4.19.90-2308.2.0
5.10.0-153.21.0
5.10.0-60.105.0
5.10.0-136.43.0
4.19.90-2308.1.0
6.4.0-1.0.1
5.10.0-157.0.0
4.19.90-2307.5.0
5.10.0-153.20.0
5.10.0-60.104.0
5.10.0-136.42.0
5.10.0-153.19.0
5.10.0-60.103.0
5.10.0-136.41.0
4.19.90-2307.4.0
5.10.0-156.0.0
4.19.90-2307.3.0
5.10.0-153.18.0
5.10.0-60.102.0
5.10.0-136.40.0
6.4.0-1.0.0
4.19.90-2307.2.0
4.19.90-2307.1.0
5.10.0-60.101.0
5.10.0-153.17.0
5.10.0-136.39.0
4.19.90-2306.7.0
4.19.90-2306.6.0
5.10.0-155.0.0
5.10.0-153.16.0
4.19.90-2306.5.0
5.10.0-136.38.0
5.10.0-60.100.0
v6.4
5.10.0-153.12.0
5.10.0-153.10.0
5.10.0-60.99.0
5.10.0-136.37.0
4.19.90-2306.4.0
5.10.0-153.9.0
5.10.0-153.8.0
5.10.0-60.98.0
5.10.0-136.36.0
4.19.90-2306.3.0
5.10.0-153.6.0
5.10.0-153.5.0
5.10.0-154.0.0
5.10.0-153.4.0
4.19.90-2306.2.0
5.10.0-153.3.0
5.10.0-60.97.0
5.10.0-136.35.0
4.19.90-2306.1.0
5.10.0-153.2.0
5.10.0-153.1.0
5.10.0-60.96.0
5.10.0-136.34.0
4.19.90-2305.4.0
5.10.0-153.0.0
v6.4-rc4
5.10.0-152.0.0
4.19.90-2305.3.0
5.10.0-60.95.0
5.10.0-136.33.0
5.10.0-151.0.0
5.10.0-150.0.0
5.10.0-149.0.0
5.10.0-136.32.0
5.10.0-60.94.0
4.19.90-2305.2.0
5.10.0-60.93.0
5.10.0-136.31.0
4.19.90-2305.1.0
5.10.0-148.0.0
5.10.0-136.30.0
5.10.0-60.92.0
4.19.90-2304.5.0
v6.3
5.10.0-136.29.0
5.10.0-60.91.0
4.19.90-2304.4.0
5.10.0-136.28.0
5.10.0-60.90.0
4.19.90-2304.3.0
4.19.90-2304.2.0
5.10.0-147.0.0
4.19.90-2304.1.0
5.10.0-136.27.0
5.10.0-60.89.0
5.10.0-146.0.0
5.10.0-136.26.0
5.10.0-60.88.0
4.19.90-2303.6.0
5.10.0-60.87.0
5.10.0-136.25.0
4.19.90-2303.5.0
5.10.0-145.0.0
5.10.0-60.86.0
5.10.0-136.24.0
4.19.90-2303.4.0
5.10.0-136.23.0
5.10.0-60.85.0
4.19.90-2303.3.0
v6.1.19
4.19.90-2303.2.0
5.10.0-144.0.0
5.10.0-136.22.0
5.10.0-60.84.0
4.19.90-2303.1.0
5.10.0-60.83.0
5.10.0-136.21.0
4.19.90-2302.5.0
v6.1.14
5.10.0-143.0.0
5.10.0-60.82.0
5.10.0-136.20.0
4.19.90-2302.4.0
5.10.0-60.81.0
5.10.0-136.19.0
4.19.90-2302.3.0
5.10.0-142.0.0
4.19.90-2302.2.0
5.10.0-136.18.0
5.10.0-60.80.0
4.19.90-2302.1.0
5.10.0-60.79.0
5.10.0-136.17.0
4.19.90-2301.6.0
v6.1.8
v6.2-rc5
5.10.0-141.0.0
v6.1.7
5.10.0-136.16.0
5.10.0-60.78.0
4.19.90-2301.5.0
v6.2-rc4
v6.1.6
6.1.0-1.0.0
v6.1.5
4.19.90-2301.4.0
5.10.0-60.77.0
5.10.0-136.15.0
4.19.90-2301.3.0
4.19.90-2301.2.0
4.19.90-2301.1.0
5.10.0-136.14.2
5.10.0-60.76.0
5.10.0-140.0.0
5.10.0-136.13.2
5.10.0-60.75.0
5.10.0-60.74.0
5.10.0-136.12.2
4.19.90-2212.4.0
5.10.0-136.12.0
5.10.0-136.10.0
4.19.90-2212.3.0
5.10.0-136.8.0
5.10.0-136.7.0
5.10.0-139.0.0
5.10.0-136.6.0
5.10.0-136.5.0
5.10.0-60.73.0
5.10.0-136.4.0
5.10.0-136.3.0
5.10.0-138.0.0
5.10.0-136.2.0
5.10.0-60.72.0
5.10.0-60.71.0
5.10.0-137.0.0
5.10.0-136.1.0
v6.1
5.10.0-136.0.0
5.10.0-135.0.0
5.10.0-134.0.0
4.19.90-2212.2.0
5.10.0-133.0.0
5.10.0-60.70.0
4.19.90-2212.1.0
5.10.0-60.69.0
5.10.0-132.0.0
5.10.0-131.0.0
5.10.0-130.0.0
4.19.90-2211.6.0
5.10.0-129.0.0
5.10.0-60.68.0
4.19.90-2211.5.0
5.10.0-128.0.0
5.10.0-60.67.0
5.10.0-127.0.0
4.19.90-2211.4.0
5.10.0-60.66.0
5.10.0-126.0.0
4.19.90-2211.3.0
4.19.90-2211.2.0
5.10.0-125.0.0
5.10.0-60.65.0
5.10.0-60.64.0
4.19.90-2211.1.0
4.19.90-2210.5.0
5.10.0-123.0.0
5.10.0-60.63.0
5.10.0-60.62.0
4.19.90-2210.4.0
5.10.0-121.0.0
5.10.0-60.61.0
4.19.90-2210.3.0
5.10.0-60.60.0
5.10.0-120.0.0
5.10.0-60.59.0
5.10.0-119.0.0
4.19.90-2210.2.0
4.19.90-2210.1.0
5.10.0-118.0.0
5.10.0-106.19.0
5.10.0-60.58.0
4.19.90-2209.6.0
5.10.0-106.18.0
5.10.0-106.17.0
5.10.0-106.16.0
5.10.0-106.15.0
5.10.0-117.0.0
5.10.0-60.57.0
5.10.0-116.0.0
5.10.0-106.14.0
5.10.0-106.13.0
4.19.90-2209.5.0
4.19.90-2209.4.0
5.10.0-60.56.0
4.19.90-2209.3.0
5.10.0-106.12.0
5.10.0-106.10.0
5.10.0-106.11.0
5.10.0-60.55.0
4.19.90-2209.2.0
5.10.0-114.0.0
5.10.0-106.9.0
5.10.0-60.54.0
4.19.90-2209.1.0
5.10.0-113.0.0
5.10.0-60.53.0
5.10.0-106.8.0
4.19.90-2208.6.0
5.10.0-106.7.0
4.19.90-2208.5.0
5.10.0-112.0.0
5.10.0-106.6.0
5.10.0-60.52.0
5.10.0-60.51.0
5.10.0-106.3.1
4.19.90-2208.4.0
5.10.0-106.5.0
5.10.0-110.0.0
5.10.0-60.50.0
5.10.0-106.4.0
5.10.0-109.0.0
5.10.0-60.49.0
4.19.90-2208.3.0
4.19.90-2208.2.0
5.10.0-108.0.0
5.10.0-106.3.0
5.10.0-60.48.0
4.19.90-2208.1.0
5.10.0-106.2.0
5.10.0-107.0.0
5.10.0-60.47.0
4.19.90-2207.4.0
5.10.0-106.1.0
5.10.0-106.0.0
5.10.0-60.46.0
4.19.90-2207.3.0
5.10.0-105.0.0
5.10.0-60.45.0
5.10.0-60.44.0
5.10.0-104.0.0
5.10.0-103.0.0
5.10.0-60.43.0
4.19.90-2207.2.0
5.10.0-102.0.0
5.10.0-60.42.0
4.19.90-2207.1.0
5.10.0-101.0.0
5.10.0-60.41.0
5.10.0-100.0.0
4.19.90-2206.4.0
5.10.0-60.40.0
5.10.0-99.0.0
5.10.0-60.39.0
4.19.90-2206.3.0
5.10.0-98.0.0
5.10.0-60.38.0
4.19.90-2206.2.0
5.10.0-60.37.0
5.10.0-97.0.0
4.19.90-2206.1.0
5.10.0-60.36.0
5.10.0-96.0.0
4.19.90-2205.6.0
5.10.0-60.35.0
5.10.0-95.0.0
5.10.0-60.34.0
5.10.0-94.0.0
5.10.0-60.33.0
4.19.90-2205.5.0
5.10.0-93.0.0
5.10.0-60.32.0
5.10.0-92.0.0
5.10.0-91.0.0
5.10.0-60.31.0
5.10.0-90.0.0
5.10.0-60.30.0
4.19.90-2205.4.0
5.10.0-60.29.0
5.10.0-89.0.0
5.10.0-88.0.0
5.10.0-60.28.0
4.19.90-2205.3.0
4.19.90-2205.2.0
4.19.90-2205.1.0
5.10.0-87.0.0
5.10.0-86.0.0
5.10.0-60.27.0
5.10.0-60.26.0
5.10.0-85.0.0
5.10.0-60.25.0
5.10.0-60.24.0
5.10.0-84.0.0
4.19.90-2204.4.0
5.10.0-60.23.0
5.10.0-83.0.0
5.10.0-82.0.0
5.10.0-60.22.0
5.10.0-81.0.0
5.10.0-60.21.0
4.19.90-2204.3.0
5.10.0-80.0.0
5.10.0-60.20.0
5.10.0-60.19.0
4.19.90-2204.2.0
5.10.0-79.0.0
4.19.90-2204.1.0
4.19.90-2203.5.0
5.10.0-78.0.0
5.10.0-77.0.0
5.10.0-60.18.0
5.10.0-60.17.0
5.10.0-60.16.0
5.10.0-76.0.0
4.19.90-2203.4.0
5.10.0-75.0.0
5.10.0-60.15.0
5.10.0-74.0.0
5.10.0-60.14.0
5.10.0-73.0.0
5.10.0-60.13.0
5.10.0-60.12.0
5.10.0-72.0.0
5.10.0-60.11.0
5.10.0-71.0.0
5.10.0-70.0.0
5.10.0-60.10.0
4.19.90-2203.3.0
5.10.0-69.0.0
5.10.0-68.0.0
5.10.0-60.9.0
5.10.0-60.8.0
5.10.0-60.7.0
5.10.0-67.0.0
5.10.0-5.10.1
5.10.0-5.12.0
5.10.0-66.0.0
5.10.0-60.6.0
5.10.0-65.0.0
5.10.0-60.5.0
5.10.0-60.4.0
5.10.0-63.0.0
5.10.0-60.3.0
4.19.90-2203.2.0
5.10.0-60.2.0
5.10.0-62.0.0
5.10.0-61.0.0
5.10.0-60.1.0
5.10.0-60.0.0
4.19.90-2203.1.0
5.10.0-59.0.0
5.10.0-58.0.0
5.10.0-57.0.0
4.19.90-2202.4.0
5.10.0-56.0.0
4.19.90-2202.3.0
5.10.0-55.0.0
5.10.0-54.0.0
4.19.90-2202.2.0
4.19.90-2202.1.0
5.10.0-53.0.0
5.10.0-52.0.0
5.10.0-51.0.0
5.10.0-50.0.0
5.10.0-49.0.0
5.10.0-48.0.0
5.10.0-47.0.0
5.10.0-46.0.0
5.10.0-45.0.0
4.19.90-2201.4.0
5.10.0-44.0.0
5.10.0-43.0.0
5.10.0-42.0.0
4.19.90-2201.3.0
5.10.0-41.0.0
5.10.0-40.0.0
5.10.0-39.0.0
4.19.90-2201.2.0
5.10.0-38.0.0
5.10.0-37.0.0
5.10.0-36.0.0
5.10.0-35.0.0
5.10.0-34.0.0
5.10.0-33.0.0
4.19.90-2201.1.0
5.10.0-32.0.0
5.10.0-31.0.0
5.10.0-30.0.0
4.19.90-2112.8.0
4.19.90-2112.7.0
5.10.0-29.0.0
4.19.90-2112.6.0
5.10.0-28.0.0
5.10.0-27.0.0
4.19.90-2112.5.0
4.19.90-2112.4.0
4.19.90-2112.3.0
5.10.0-26.0.0
4.19.90-2112.2.0
4.19.90-2112.1.0
5.10.0-25.0.0
5.10.0-24.0.0
5.10.0-23.0.0
4.19.90-2111.7.0
5.10.0-22.0.0
5.10.0-21.0.0
4.19.90-2111.6.0
5.10.0-20.0.0
4.19.90-2111.5.0
5.10.0-19.0.0
4.19.90-2111.4.0
5.10.0-18.0.0
5.10.0-17.0.0
4.19.90-2111.3.0
4.19.90-2111.2.0
4.19.208-2111.1.0
4.19.90-2111.1.0
5.10.0-16.0.0
5.10.0-4.25.0
4.19.90-2110.8.0
4.19.90-2110.7.0
5.10.0-15.0.0
5.10.0-4.24.0
5.10.0-14.0.0
4.19.90-2110.6.0
4.19.90-2110.5.0
4.19.90-2110.4.0
5.10.0-13.0.0
5.10.0-12.0.0
5.10.0-11.0.0
4.19.90-2110.3.0
5.10.0-10.0.0
4.19.90-2110.2.0
5.10.0-9.0.0
4.19.90-2110.1.0
5.10.0-8.0.0
5.10.0-5.11.0
4.19.90-2109.8.0
5.10.0-7.0.0
4.19.90-2109.7.0
4.19.90-2109.6.0
4.19.90-2109.5.0
5.10.0-5.10.0
4.19.90-2109.4.0
4.19.90-2109.3.0
4.19.90-2109.2.0
5.10.0-5.9.0
5.10.0-6.0.0
4.19.90-2109.1.0
4.19.90-2108.9.0
5.10.0-5.8.0
5.10.0-5.7.0
4.19.90-2108.8.0
4.19.90-2108.7.0
5.10.0-5.6.0
5.10.0-5.5.0
5.10.0-5.4.0
5.10.0-4.23.0
4.19.90-2108.6.0
4.19.90-2108.5.0
5.10.0-5.3.0
4.19.201-2108.1.0
4.19.90-2108.4.0
4.19.90-2108.3.0
5.10.0-5.2.0
4.19.90-2108.2.0
4.19.90-2108.1.0
5.10.0-5.1.0
4.19.90-2107.5.0
5.10.0-4.22.0
4.19.90-2107.4.0
4.19.90-2107.3.0
4.19.90-2107.2.0
5.10.0-5.0.0
4.19.90-2107.1.0
5.10.0-4.21.0
4.19.90-2106.3.0
4.19.90-2106.2.0
4.19.90-2106.1.0
4.19.194-2106.1.0
4.19.90-2105.9.0
4.19.90-2105.8.0
4.19.90-2105.7.0
4.19.90-2105.6.0
4.19.90-2105.5.0
4.19.90-2105.4.0
4.19.90-2105.3.0
4.19.90-2105.2.0
4.19.90-2105.1.0
4.19.189-2104.7.0
4.19.90-2104.26.0
4.19.189-2104.6.0
4.19.189-2104.5.0
4.19.90-2104.25.0
4.19.90-2104.24.0
4.19.90-2104.23.0
4.19.90-2104.22.0
4.19.90-2104.21.0
4.19.90-2104.20.0
5.10.0-4.20.0
4.19.188-2104.4.0
4.19.188-2104.3.0
4.19.90-2104.19.0
4.19.90-2104.18.0
4.19.90-2104.17.0
5.10.0-4.19.0
4.19.90-2104.16.0
4.19.90-2104.15.0
4.19.90-2104.14.0
4.19.90-2104.13.0
4.19.90-2104.12.0
4.19.90-2104.11.0
4.19.90-2104.10.0
4.19.90-2104.9.0
4.19.90-2104.8.0
4.19.90-2104.7.0
4.19.90-2104.6.0
4.19.90-2104.5.0
4.19.90-2104.4.0
4.19.90-2104.3.0
4.19.90-2104.2.0
4.19.183-2104.2.0
4.19.183-2104.1.0
4.19.140-2104.1.0
4.19.90-2104.1.0
4.19.90-2103.4.0
5.10.0-4.18.0
5.10.0-4.17.0
4.19.90-2103.3.0
5.10.0-4.16.0
5.10.0-4.15.0
5.10.0-4.14.0
5.10.0-4.13.0
4.19.140-2103.1.0
4.19.90-2103.2.0
5.10.0-4.12.0
5.10.0-4.11.0
5.10.0-4.10.0
4.19.90-2103.1.0
5.10.0-4.9.0
5.10.0-4.8.0
5.10.0-4.7.0
5.10.0-4.6.0
5.10.0-4.5.0
5.10.0-4.4.0
5.10.0-4.3.0
5.10.0-4.2.0
4.19.90-2102.3.0
5.10.0-4.1.0
4.19.90-2102.2.0
5.10.0-4.0.0
4.19.140-2102.1.0
4.19.90-2102.1.0
5.10.0-3.0.0
5.10.0-2.0.0
5.10.0-1.0.0
4.19.140-2101.1.0
4.19.90-2101.1.0
4.19.90-2012.5.0
4.19.90-2012.4.0
4.19.140-2012.2.0
4.19.90-2012.3.0
4.19.90-2012.2.0
v5.10
4.19.140-2012.1.0
4.19.90-2012.1.0
v5.10-rc7
v5.10-rc6
4.19.90-2011.6.0
4.19.90-2011.5.0
4.19.90-2011.4.0
v5.10-rc5
4.19.140-2011.2.0
4.19.90-2011.3.0
4.19.90-2011.2.0
v5.10-rc4
v5.10-rc3
4.19.140-2011.1.0
v5.10-rc2
4.19.90-2010.2.0
v5.10-rc1
v5.9
4.19.148-2009.1.0
v5.9-rc8
v5.9-rc7
4.19.140-2009.4.0
4.19.90-2009.1.0
4.19.90-2009.2.0
4.19.90-2009.3.0
4.19.140-2009.3.0
v5.9-rc6
4.19.140-2009.2.0
v5.9-rc5
4.19.140-2009.1.0
v5.9-rc4
4.19.90-2008.6.0
v5.9-rc3
4.19.140-2008.3.0
4.19.140-2008.2.0
v5.9-rc2
4.19.90-2008.3.0
4.19.90-2008.2.0
v5.9-rc1
4.19.138-2008.1.0
v5.8
4.19.90-2007.2.0
v5.8-rc7
v5.8-rc6
v5.8-rc5
v5.8-rc4
v5.8-rc3
v5.8-rc2
v5.8-rc1
4.19.128-2006.1.0
v5.7
4.19.90-2005.2.0
v5.7-rc7
v5.7-rc6
4.19.90-2005.1.0
v5.7-rc5
v5.7-rc4
4.19.90-2004.1.0
v5.7-rc3
v5.7-rc2
v5.7-rc1
v5.6
v5.6-rc7
4.19.90-2003.4.0
4.19.90-2003.3.0
4.19.90-2003.2.0
v5.6-rc6
4.19.90-2003.1.1
4.19.90-2003.1.0
v5.6-rc5
v5.6-rc4
v5.6-rc3
v5.6-rc2
v5.6-rc1
v5.5
v5.5-rc7
4.19.90-2001.1.0
v5.5-rc6
v5.5-rc5
v5.5-rc4
v5.5-rc3
v5.5-rc2
v5.5-rc1
v5.4
v5.4-rc8
v5.4-rc7
v5.4-rc6
v5.4-rc5
v5.4-rc4
v5.4-rc3
v5.4-rc2
v5.4-rc1
v5.3
v5.3-rc8
v5.3-rc7
v5.3-rc6
v5.3-rc5
v5.3-rc4
v5.3-rc3
v5.3-rc2
v5.3-rc1
v5.2
v5.2-rc7
v5.2-rc6
v5.2-rc5
v5.2-rc4
v5.2-rc3
v5.2-rc2
v5.2-rc1
v5.1
v5.1-rc7
v5.1-rc6
v5.1-rc5
v5.1-rc4
v5.1-rc3
v5.1-rc2
v5.1-rc1
v5.0
v5.0-rc8
v5.0-rc7
v5.0-rc6
v5.0-rc5
v5.0-rc4
v5.0-rc3
v5.0-rc2
v5.0-rc1
v4.20
v4.20-rc7
v4.20-rc6
v4.20-rc5
v4.20-rc4
v4.20-rc3
v4.20-rc2
v4.20-rc1
v4.19
v4.19-rc8
v4.19-rc7
v4.19-rc6
v4.19-rc5
v4.19-rc4
v4.19-rc3
v4.19-rc2
v4.19-rc1
v4.18
v4.18-rc8
v4.18-rc7
v4.18-rc6
v4.18-rc5
v4.18-rc4
v4.18-rc3
v4.18-rc2
v4.18-rc1
v4.17
v4.17-rc7
v4.17-rc6
v4.17-rc5
v4.17-rc4
v4.17-rc3
v4.17-rc2
v4.17-rc1
v4.16
v4.16-rc7
v4.16-rc6
v4.16-rc5
v4.16-rc4
v4.16-rc3
v4.16-rc2
v4.16-rc1
v4.15
v4.15-rc9
v4.15-rc8
v4.15-rc7
v4.15-rc6
v4.15-rc5
v4.15-rc4
v4.15-rc3
v4.15-rc2
v4.15-rc1
v4.14
v4.14-rc8
v4.14-rc7
v4.14-rc6
v4.14-rc5
v4.14-rc4
v4.14-rc3
v4.14-rc2
v4.14-rc1
v4.13
v4.13-rc7
v4.13-rc6
v4.13-rc5
v4.13-rc4
v4.13-rc3
v4.13-rc2
v4.13-rc1
v4.12
v4.12-rc7
v4.12-rc6
v4.12-rc5
v4.12-rc4
v4.12-rc3
v4.12-rc2
v4.12-rc1
v4.11
v4.11-rc8
v4.11-rc7
v4.11-rc6
v4.11-rc5
v4.11-rc4
v4.11-rc3
v4.11-rc2
v4.11-rc1
v4.10
v4.10-rc8
v4.10-rc7
v4.10-rc6
v4.10-rc5
v4.10-rc4
v4.10-rc3
v4.10-rc2
v4.10-rc1
v4.9
v4.9-rc8
v4.9-rc7
v4.9-rc6
v4.9-rc5
v4.9-rc4
v4.9-rc3
v4.9-rc2
v4.9-rc1
v4.8
v4.8-rc8
v4.8-rc7
v4.8-rc6
v4.8-rc5
v4.8-rc4
v4.8-rc3
v4.8-rc2
v4.8-rc1
v4.7
v4.7-rc7
v4.7-rc6
v4.7-rc5
v4.7-rc4
v4.7-rc3
v4.7-rc2
v4.7-rc1
v4.6
v4.6-rc7
v4.6-rc6
v4.6-rc5
v4.6-rc4
v4.6-rc3
v4.6-rc2
v4.6-rc1
v4.5
v4.5-rc7
v4.5-rc6
v4.5-rc5
v4.5-rc4
v4.5-rc3
v4.5-rc2
v4.5-rc1
v4.4
v4.4-rc8
v4.4-rc7
v4.4-rc6
v4.4-rc5
v4.4-rc4
v4.4-rc3
v4.4-rc2
v4.4-rc1
v4.3
v4.3-rc7
v4.3-rc6
v4.3-rc5
v4.3-rc4
v4.3-rc3
v4.3-rc2
v4.3-rc1
v4.2
v4.2-rc8
v4.2-rc7
v4.2-rc6
v4.2-rc5
v4.2-rc4
v4.2-rc3
v4.2-rc2
v4.2-rc1
v4.1
v4.1-rc8
v4.1-rc7
v4.1-rc6
v4.1-rc5
v4.1-rc4
v4.1-rc3
v4.1-rc2
v4.1-rc1
v4.0
v4.0-rc7
v4.0-rc6
v4.0-rc5
v4.0-rc4
v4.0-rc3
v4.0-rc2
v4.0-rc1
v3.19
v3.19-rc7
v3.19-rc6
v3.19-rc5
v3.19-rc4
v3.19-rc3
v3.19-rc2
v3.19-rc1
v3.18
v3.18-rc7
v3.18-rc6
v3.18-rc5
v3.18-rc4
v3.18-rc3
v3.18-rc2
v3.18-rc1
v3.17
v3.17-rc7
v3.17-rc6
v3.17-rc5
v3.17-rc4
v3.17-rc3
v3.17-rc2
v3.17-rc1
v3.16
v3.16-rc7
v3.16-rc6
v3.16-rc5
v3.16-rc4
v3.16-rc3
v3.16-rc2
v3.16-rc1
v3.15
v3.15-rc8
v3.15-rc7
v3.15-rc6
v3.15-rc5
v3.15-rc4
v3.15-rc3
v3.15-rc2
v3.15-rc1
v3.14
v3.14-rc8
v3.14-rc7
v3.14-rc6
v3.14-rc5
v3.14-rc4
v3.14-rc3
v3.14-rc2
v3.14-rc1
v3.13
v3.13-rc8
v3.13-rc7
v3.13-rc6
v3.13-rc5
v3.13-rc4
v3.13-rc3
v3.13-rc2
v3.13-rc1
v3.12
v3.12-rc7
v3.12-rc6
v3.12-rc5
v3.12-rc4
v3.12-rc3
v3.12-rc2
v3.12-rc1
v3.11
v3.11-rc7
v3.11-rc6
v3.11-rc5
v3.11-rc4
v3.11-rc3
v3.11-rc2
v3.11-rc1
v3.10
v3.10-rc7
v3.10-rc6
v3.10-rc5
v3.10-rc4
v3.10-rc3
v3.10-rc2
v3.10-rc1
v3.9
v3.9-rc8
v3.9-rc7
v3.9-rc6
v3.9-rc5
v3.9-rc4
v3.9-rc3
v3.9-rc2
v3.9-rc1
v3.8
v3.9-kvm-arm
v3.8-rc7
v3.8-rc6
v3.8-rc5
v3.8-rc4
v3.8-rc3
v3.8-rc2
v3.8-rc1
v3.7
v3.7-rc8
v3.7-rc7
v3.7-rc6
v3.7-rc5
v3.7-rc4
v3.7-rc3
v3.7-rc2
v3.7-rc1
v3.6
v3.6-rc7
v3.6-rc6
v3.6-rc5
v3.6-rc4
v3.6-rc3
v3.6-rc2
v3.6-rc1
v3.5
v3.5-rc7
v3.5-rc6
v3.5-rc5
v3.5-rc4
v3.5-rc3
v3.5-rc2
v3.5-rc1
v3.4
v3.4-rc7
v3.4-rc6
v3.4-rc5
v3.4-rc4
v3.4-rc3
v3.4-rc2
v3.4-rc1
v3.3
v3.3-rc7
v3.3-rc6
v3.3-rc5
v3.3-rc4
v3.3-rc3
v3.3-rc2
v3.3-rc1
v3.2
v3.2-rc7
v3.2-rc6
v3.2-rc5
v3.2-rc4
v3.2-rc3
v3.2-rc2
v3.2-rc1
v3.1
v3.1-rc10
v3.1-rc9
v3.1-rc8
v3.1-rc7
v3.1-rc6
v3.1-rc5
v3.1-rc4
v3.1-rc3
v3.1-rc2
v3.1-rc1
v3.0
v3.0-rc7
v3.0-rc6
v3.0-rc5
v3.0-rc4
v3.0-rc3
v3.0-rc2
v3.0-rc1
v2.6.39
v2.6.39-rc7
v2.6.39-rc6
v2.6.39-rc5
v2.6.39-rc4
v2.6.39-rc3
v2.6.39-rc2
v2.6.39-rc1
v2.6.38
v2.6.38-rc8
v2.6.38-rc7
v2.6.38-rc6
v2.6.38-rc5
v2.6.38-rc4
v2.6.38-rc3
v2.6.38-rc2
v2.6.38-rc1
v2.6.37
v2.6.37-rc8
v2.6.37-rc7
v2.6.37-rc6
v2.6.37-rc5
v2.6.37-rc4
v2.6.37-rc3
v2.6.37-rc2
v2.6.37-rc1
v2.6.36
v2.6.36-rc8
v2.6.36-rc7
v2.6.36-rc6
v2.6.36-rc5
v2.6.36-rc4
v2.6.36-rc3
v2.6.36-rc2
v2.6.36-rc1
v2.6.35
v2.6.35-rc6
v2.6.35-rc5
v2.6.35-rc4
v2.6.35-rc3
v2.6.35-rc2
v2.6.35-rc1
v2.6.34
v2.6.34-rc7
v2.6.34-rc6
v2.6.34-rc5
v2.6.34-rc4
v2.6.34-rc3
v2.6.34-rc2
v2.6.34-rc1
v2.6.33
v2.6.33-rc8
v2.6.33-rc7
v2.6.33-rc6
v2.6.33-rc5
v2.6.33-rc4
v2.6.33-rc3
v2.6.33-rc2
v2.6.33-rc1
v2.6.32
v2.6.32-rc8
v2.6.32-rc7
v2.6.32-rc6
v2.6.32-rc5
v2.6.32-rc4
v2.6.32-rc3
v2.6.32-rc1
v2.6.32-rc2
v2.6.31
v2.6.31-rc9
v2.6.31-rc8
v2.6.31-rc7
v2.6.31-rc6
v2.6.31-rc5
v2.6.31-rc4
v2.6.31-rc3
v2.6.31-rc2
v2.6.31-rc1
v2.6.30
v2.6.30-rc8
v2.6.30-rc7
v2.6.30-rc6
v2.6.30-rc5
v2.6.30-rc4
v2.6.30-rc3
v2.6.30-rc2
v2.6.30-rc1
v2.6.29
v2.6.29-rc8
v2.6.29-rc7
v2.6.29-rc6
v2.6.29-rc5
v2.6.29-rc4
v2.6.29-rc3
v2.6.29-rc2
v2.6.29-rc1
v2.6.28
v2.6.28-rc9
v2.6.28-rc8
v2.6.28-rc7
v2.6.28-rc6
v2.6.28-rc5
v2.6.28-rc4
v2.6.28-rc3
v2.6.28-rc2
v2.6.28-rc1
v2.6.27
v2.6.27-rc9
v2.6.27-rc8
v2.6.27-rc7
v2.6.27-rc6
v2.6.27-rc5
v2.6.27-rc4
v2.6.27-rc3
v2.6.27-rc2
v2.6.27-rc1
v2.6.26
v2.6.26-rc9
v2.6.26-rc8
v2.6.26-rc7
v2.6.26-rc6
v2.6.26-rc5
v2.6.26-rc4
v2.6.26-rc3
v2.6.26-rc2
v2.6.26-rc1
v2.6.25
v2.6.25-rc9
v2.6.25-rc8
v2.6.25-rc7
v2.6.25-rc6
v2.6.25-rc5
v2.6.25-rc4
v2.6.25-rc3
v2.6.25-rc2
v2.6.25-rc1
v2.6.24
v2.6.24-rc8
v2.6.24-rc7
v2.6.24-rc6
v2.6.24-rc5
v2.6.24-rc4
v2.6.24-rc3
v2.6.24-rc2
v2.6.24-rc1
v2.6.23
v2.6.23-rc9
v2.6.23-rc8
v2.6.23-rc7
v2.6.23-rc6
v2.6.23-rc5
v2.6.23-rc4
v2.6.23-rc3
v2.6.23-rc2
v2.6.23-rc1
v2.6.22
v2.6.22-rc7
v2.6.22-rc6
v2.6.22-rc5
v2.6.22-rc4
v2.6.22-rc3
v2.6.22-rc2
v2.6.22-rc1
v2.6.21
v2.6.21-rc7
v2.6.21-rc6
v2.6.21-rc5
v2.6.21-rc4
v2.6.21-rc3
v2.6.21-rc2
v2.6.21-rc1
v2.6.20
v2.6.20-rc7
v2.6.20-rc6
v2.6.20-rc5
v2.6.20-rc4
v2.6.20-rc3
v2.6.20-rc2
v2.6.20-rc1
v2.6.19
v2.6.19-rc6
v2.6.19-rc5
v2.6.19-rc4
v2.6.19-rc3
v2.6.19-rc2
v2.6.19-rc1
v2.6.18
v2.6.18-rc7
v2.6.18-rc6
v2.6.18-rc5
v2.6.18-rc4
v2.6.18-rc3
v2.6.18-rc2
v2.6.18-rc1
v2.6.17
v2.6.17-rc6
v2.6.17-rc5
v2.6.17-rc4
v2.6.17-rc3
v2.6.17-rc2
v2.6.17-rc1
v2.6.16
v2.6.16-rc6
v2.6.16-rc5
v2.6.16-rc4
v2.6.16-rc3
v2.6.16-rc2
v2.6.16-rc1
v2.6.15
v2.6.15-rc7
v2.6.15-rc6
v2.6.15-rc5
v2.6.15-rc4
v2.6.15-rc3
v2.6.15-rc2
v2.6.15-rc1
v2.6.14
v2.6.14-rc5
v2.6.14-rc4
v2.6.14-rc3
v2.6.14-rc2
v2.6.14-rc1
v2.6.13
v2.6.13-rc7
v2.6.13-rc6
v2.6.13-rc5
v2.6.13-rc4
v2.6.11
v2.6.11-tree
v2.6.12
v2.6.12-rc2
v2.6.12-rc3
v2.6.12-rc4
v2.6.12-rc5
v2.6.12-rc6
v2.6.13-rc1
v2.6.13-rc2
v2.6.13-rc3
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
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 帐号,请先登录后再操作。
立即登录
没有帐号,去注册