当前位置:首页>Linux>【Linux社区短距简报】linux-bluetooth周动态(20260709~0715)

【Linux社区短距简报】linux-bluetooth周动态(20260709~0715)

  • 2026-08-18 23:10:40
【Linux社区短距简报】linux-bluetooth周动态(20260709~0715)

📡 Linux 蓝牙子系统周报

报告周期: 2026-07-09 — 2026-07-15
数据来源: lore.kernel.org/linux-bluetooth
报告生成: 2026-07-16

📊 本周概览

指标
数值
总邮件数
304
人类贡献邮件
~188
补丁邮件
184
补丁系列
~95
安全相关补丁
17+
BlueZ 补丁数52
内核驱动补丁
132

📋 本周要点速览

  1. 1. 🔴 安全修复密集:本周 17 条安全/正确性补丁,覆盖 L2CAP、btmtksdio、btintel_pcie、btrtl、qca、btnxpuart、MGMT 等,含多处 DMA OOB / 越界 / 泄漏修复。
  2. 2. 🟠 新硬件支持:btusb 新增 Qualcomm QCC2072;btmtk 系列 v10 新增 MT7928 SDIO 芯片支持;Monaco Arduino Monza 增加 QCA2066 LGA WiFi/BT。
  3. 3. 📱 BlueZ 重点:Channel Sounding — Naga Bhavani Akella 连续推进 rap/profiles/client/doc 全链路 v1→v5,Channel Sounding 反射器 D-Bus 接口与 bluetoothctl 文档趋于成熟。
  4. 4. 🔧 LE Audio (BAP):shared/bap 修复同一 fd 重复 re-attach 被拒;BlueZ monitor 修复 ISO 数据包解析与 slen 检查。
  5. 5. ⚠️ Bug:Intel AX210 start_discovery_internal 强制 BR/EDR 与 LE 扫描互斥问题被报出。

🔴 安全修复详解

子系统
作者
补丁
问题描述
L2CAP
Doruk Tan Ozturk
[PATCH] Bluetooth: L2CAP: take chan_l lock in ecred defer recvmsg path to fix list corruption
缺少 chan_l 锁导致 ecred defer recvmsg 路径中链表损坏 (list corruption),加锁修复。
btmtksdio
Chris Lu
[PATCH v10 1/7] Bluetooth: btmtksdio: Fix DMA out-of-bounds access in TX path
TX 路径 DMA 越界访问修复。
btintel_pcie
Zhao Dongdong
[PATCH v2] Bluetooth: btintel_pcie: Fix DMA memory leak on probe failure
probe 失败路径下 DMA 内存泄漏修复。
btrtl
Laxman Acharya Padhya
[PATCH] Bluetooth: btrtl: validate firmware patch bounds
对 RTL 固件补丁进行边界校验,防止越界。
hci_core
Pauli Virtanen
[PATCH] Bluetooth: hci_core: add lockdep check to hci_conn lookups
为 hci_conn 查找添加 lockdep 检查,辅助发现锁序问题。
btintel_pcie
Abdun Nihaal
[PATCH] Bluetooth: btintel_pcie: fix memory leak in btintel_pcie_probe()
btintel_pcie_probe() 内存泄漏修复。
MGMT
Xiuzhuo Shang
[PATCH v4] Bluetooth: MGMT: Fix discovery state race against cmd_sync worker
修复发现状态与 cmd_sync worker 之间的竞争条件。
btnxpuart
Doruk Tan Ozturk
[PATCH] Bluetooth: btnxpuart: Fix out-of-bounds firmware read in nxp_recv_fw_req_v1()
nxp_recv_fw_req_v1() 固件读取越界修复 (0sec)。
qca
Johan Hovold
[PATCH bluetooth] Bluetooth: qca: fix NVM tag length underflow in TLV parser
TLV 解析器中 NVM tag length 下溢修复。

🟠 新功能与驱动支持

子系统
作者
补丁
描述
btusb
Zijun Hu
[PATCH] Bluetooth: btusb: Add support for Qualcomm QCC2072
为 btusb 新增 Qualcomm QCC2072 设备支持。
btmtk/btmtksdio
Chris Lu
[PATCH v10 0/7] Bluetooth: btmtk: Add MT7928 support
7 补丁系列为 MediaTek MT7928 SDIO 芯片添加驱动支持(含 DMA OOB 修复)。
hci_qca / DTS
Loic Poulain
[PATCH v3 00/11] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
为 Monaco Arduino Monza 板卡增加 QCA2066 LGA WiFi/BT 模块支持(含 hci_qca 重命名、M.2 serdev ID)。
hci (context analysis)
Pauli Virtanen
[PATCH v2 2/2] Bluetooth: enable context analysis for headers
为 HCI 头文件启用上下文敏感的分析(smatch/SMACH 等静态分析)。
coredump
Zijun Hu
[PATCH v2 1/5] Bluetooth: coredump: Introduce and apply hci_devcd_state_name()
引入 hci_devcd_state_name() 改进 HCI coredump 状态命名。
PCIe / DTS
Sherry Sun (OSS)
[PATCH V6 0/4] Add PCIe M.2 Key E connector support for NXP i.MX boards
为 NXP i.MX 板卡新增 PCIe M.2 Key E 连接器支持。

📱 BlueZ 用户空间专题

本周 BlueZ 概览

  • • BlueZ 补丁总数(含迭代):52 条(去重后约 12 个独立工作项)
  • • 涉及模块:client/bluetoothctl、adapter、doc、gatt/profiles、rap、audio (bap/bass)、monitor、tools、shared
  • • 主要贡献者:Naga Bhavani Akella、Pauli Virtanen、Luiz Augusto von Dentz、Tom Catshoek、Chengyi Zhao、Mikhail Gavrilov、Ferose、caitao

按模块分类

模块
补丁数
描述
adapter
9
入站连接触发 profile;UUID 发现过滤器崩溃修复
client/bluetoothctl
11
Channel Sounding bluetoothctl 子菜单、启动脚本、文档 :Uses: 字段
doc
6
org.bluez.ChannelSounding1/Ranging1 D-Bus API 文档与示例
gatt/profiles
7
Channel Sounding 反射器 GATT profile 注册
other
15
monitor/ISO 解析、a2dp 缓存、device 属性、测试工具修复
rap
3
Channel Sounding 参数类型与 RAP API
audio (bap/bass)
1
bap 同一 fd re-attach 修复(LE Audio)

BlueZ 安全修复

作者
补丁
描述
Pauli Virtanen
tools/6lowpan-tester: fix race in Client Connect - Disable
修复 6lowpan-tester Client Connect-Disable 竞争条件

BlueZ 新功能/改进

作者
补丁
模块
描述
Chengyi Zhao
adapter: Trigger profile connection on inbound device connection
adapter
入站设备连接时主动触发 profile 连接,改进连接行为。
Tom Catshoek
adapter: Fix crash on UUID discovery filter match
adapter
修复 UUID 发现过滤器匹配时的崩溃(crash),Luiz / Bastien 参与评审。
caitao
src/device: Add ConnectedUUIDs property
device
为 device 新增 ConnectedUUIDs 属性。
Mikhail Gavrilov
a2dp: Fix loading of remote SEP from cache
a2dp
修复从缓存加载远程 A2DP SEP 的问题。
Ferose
shared/bap: Fix rejecting re-attach of the same fd
audio (bap/bass)
修复 bap 拒绝同一 fd 重复 re-attach 的问题(LE Audio BAP)。
Pauli Virtanen
monitor: fix parsing of ISO packet data header and slen check
monitor/ISO
修复 ISO 数据包数据头解析及 slen 检查(含 lib iso_data_* 宏)。
Luiz Augusto von Dentz
monitor: Fix printing subpages bits after all subpages
monitor
修复 monitor 打印子页位信息的顺序。
Pauli Virtanen
tools/6lowpan-tester: fix race in Client Connect - Disable
tools
修复 6lowpan-tester 中 Client Connect-Disable 的竞争条件(安全相关)。
Pauli Virtanen
tools/sco-tester: fix missing clear of io_id in callbacks
tools
修复 sco-tester 回调中 io_id 未清零的问题。
Pauli Virtanen
tools/l2cap-tester: fix Set PHY test spurious failures
tools
修复 l2cap-tester Set PHY 测试的误报失败。
Pauli Virtanen
tools/6lowpan-tester: add test for VHCI teardown without disable
tools
新增 VHCI 无 disable 卸载测试。
Naga Bhavani Akella
Channel Sounding (rap/profiles/client/doc) — full v1-v5 series
client/rap/gatt/doc
Channel Sounding 反射器:rap 参数类型与 API、注册 GATT 反射器 profile、bluetoothctl 子菜单与脚。始/反射器脚本、org.bluez.ChannelSounding1/Ranging1 D-Bus 文档示例(已推进到 v5)。

BlueZ 讨论要点

  • • Channel Sounding 反射器全栈:rap 参数类型 → GATT 反射器注册 → D-Bus 控制 API → bluetoothctl 子菜单与脚本 → org.bluez.* 文档,已迭代到 v5,接口趋于稳定。
  • • A2DP 缓存:修复远程 SEP 从缓存加载问题(Mikhail Gavrilov),影响 A2DP 重连体验。
  • • LE Audio BAP:shared/bap 修复同一 fd 重复 re-attach 被拒,改进 LE Audio 会话健壮性。
  • • ISO 包解析:BlueZ monitor ISO 数据包头解析 + slen 校验修复(Pauli Virtanen),含 lib hci.h iso_data_* 宏。
  • • adapter 崩溃修复:UUID 发现过滤器匹配触发 crash(Tom Catshoek),Luiz / Bastien 评审。

🔧 驱动子系统更新

驱动
更新内容
状态
btusb
新增 Qualcomm QCC2072 支持(Zijun Hu)
17 条
btintel
btintel_pcie 内存泄漏 v2(Zhao Dongdong)+ probe 泄漏;Intel AX210 发现互斥 bug
12 条
btmtk
MT7928 SDIO 驱动 v10(Chris Lu);btmtksdio DMA OOB 修复
9 条
btnxpuart
固件读取越界修复
6 条
hci_sync
核心同步逻辑修复
4 条
btrtl
固件补丁边界校验
2 条
virtio_bt
相关修复
1 条
btbcm
相关修复
1 条

💬 重要讨论

主题
邮件数
参与者
状态
[GIT PULL] bluetooth 2026-07-13
1
Luiz Augusto von Dentz
本周维护者 PULL 请求
Intel AX210 BR/EDR 与 LE 扫描互斥 (start_discovery_internal)
2
Luiz, caitao
讨论中 / Bug
Sony INZONE Buds LE Audio 连接终止 (CIS setup 前 0x13)
1
ultron321
用户报告

🐛 Bug 报告

报告
描述
状态
[BUG] Intel AX210
start_discovery_internal 强制 BR/EDR 与 LE 扫描互斥
Luiz, caitao:讨论中

⚠️ 需要关注的问题

  1. 1. DMA/越界类安全修复集中(btmtksdio、btnxpuart、btintel_pcie)—— 建议追踪是否已合并入维护分支。
  2. 2. Intel AX210 扫描互斥 bug 可能影响 BR/EDR+LE 双模设备兼容性,需关注修复进展。
  3. 3. Sony INZONE Buds LE Audio 与 Windows 表现差异,涉及 CIS 建立前 0x13 终止,需进一步定位。
  4. 4. BlueZ Channel Sounding API 即将稳定(v5),可关注合并后对内核 MGMT 接口的对齐。

🔭 下周关注点

  1. 1. BlueZ Channel Sounding v5 系列的合并进展与 D-Bus API 稳定。
  2. 2. MT7928 (btmtk) 系列 v10 合并情况。
  3. 3. QCC2072 / Monaco Monza QCA2066 等新硬件 ID 是否入主流。
  4. 4. btintel AX210 发现互斥 bug 的修复补丁。
  5. 5. LE Audio (BAP/BASS) 与 ISO 流相关修复的后续。

欢迎关注:

欢迎添加微信号入群交流:

如果有更多疑问或需要帮助,可点击下方卡片,让「东东的小站AI助手」为您实时答疑:支持24小时在线 ⬇️

更多请点击左下角 阅读原文!

最新文章

随机文章

基本 文件 流程 错误 SQL 调试
  1. 请求信息 : 2026-08-21 19:40:01 HTTP/2.0 GET : https://f.mffb.com.cn/a/505376.html
  2. 运行时间 : 0.245207s [ 吞吐率:4.08req/s ] 内存消耗:4,505.63kb 文件加载:140
  3. 缓存信息 : 0 reads,0 writes
  4. 会话信息 : SESSION_ID=8e17a0400b2254a79de342cb435e906d
  1. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/public/index.php ( 0.79 KB )
  2. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/autoload.php ( 0.17 KB )
  3. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/composer/autoload_real.php ( 2.49 KB )
  4. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/composer/platform_check.php ( 0.90 KB )
  5. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/composer/ClassLoader.php ( 14.03 KB )
  6. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/composer/autoload_static.php ( 4.90 KB )
  7. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/helper.php ( 8.34 KB )
  8. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-validate/src/helper.php ( 2.19 KB )
  9. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/helper.php ( 1.47 KB )
  10. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/stubs/load_stubs.php ( 0.16 KB )
  11. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Exception.php ( 1.69 KB )
  12. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-container/src/Facade.php ( 2.71 KB )
  13. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/deprecation-contracts/function.php ( 0.99 KB )
  14. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.26 KB )
  15. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/polyfill-mbstring/bootstrap80.php ( 9.78 KB )
  16. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/var-dumper/Resources/functions/dump.php ( 1.49 KB )
  17. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-dumper/src/helper.php ( 0.18 KB )
  18. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/symfony/var-dumper/VarDumper.php ( 4.30 KB )
  19. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/App.php ( 15.30 KB )
  20. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-container/src/Container.php ( 15.76 KB )
  21. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/psr/container/src/ContainerInterface.php ( 1.02 KB )
  22. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/provider.php ( 0.19 KB )
  23. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Http.php ( 6.04 KB )
  24. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/helper/Str.php ( 7.29 KB )
  25. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Env.php ( 4.68 KB )
  26. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/common.php ( 0.03 KB )
  27. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/helper.php ( 18.78 KB )
  28. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Config.php ( 5.54 KB )
  29. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/app.php ( 0.95 KB )
  30. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/cache.php ( 0.78 KB )
  31. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/console.php ( 0.23 KB )
  32. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/cookie.php ( 0.56 KB )
  33. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/database.php ( 2.48 KB )
  34. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/facade/Env.php ( 1.67 KB )
  35. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/filesystem.php ( 0.61 KB )
  36. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/lang.php ( 0.91 KB )
  37. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/log.php ( 1.35 KB )
  38. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/middleware.php ( 0.19 KB )
  39. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/route.php ( 1.89 KB )
  40. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/session.php ( 0.57 KB )
  41. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/trace.php ( 0.34 KB )
  42. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/config/view.php ( 0.82 KB )
  43. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/event.php ( 0.25 KB )
  44. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Event.php ( 7.67 KB )
  45. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/service.php ( 0.13 KB )
  46. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/AppService.php ( 0.26 KB )
  47. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Service.php ( 1.64 KB )
  48. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Lang.php ( 7.35 KB )
  49. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/lang/zh-cn.php ( 13.70 KB )
  50. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/initializer/Error.php ( 3.31 KB )
  51. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/initializer/RegisterService.php ( 1.33 KB )
  52. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/services.php ( 0.14 KB )
  53. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/service/PaginatorService.php ( 1.52 KB )
  54. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/service/ValidateService.php ( 0.99 KB )
  55. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/service/ModelService.php ( 2.04 KB )
  56. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-trace/src/Service.php ( 0.77 KB )
  57. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Middleware.php ( 6.72 KB )
  58. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/initializer/BootService.php ( 0.77 KB )
  59. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/Paginator.php ( 11.86 KB )
  60. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-validate/src/Validate.php ( 63.20 KB )
  61. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/Model.php ( 23.55 KB )
  62. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/Attribute.php ( 21.05 KB )
  63. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/AutoWriteData.php ( 4.21 KB )
  64. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/Conversion.php ( 6.44 KB )
  65. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/DbConnect.php ( 5.16 KB )
  66. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/ModelEvent.php ( 2.33 KB )
  67. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/concern/RelationShip.php ( 28.29 KB )
  68. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/contract/Arrayable.php ( 0.09 KB )
  69. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/contract/Jsonable.php ( 0.13 KB )
  70. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/model/contract/Modelable.php ( 0.09 KB )
  71. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Db.php ( 2.88 KB )
  72. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/DbManager.php ( 8.52 KB )
  73. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Log.php ( 6.28 KB )
  74. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Manager.php ( 3.92 KB )
  75. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/psr/log/src/LoggerTrait.php ( 2.69 KB )
  76. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/psr/log/src/LoggerInterface.php ( 2.71 KB )
  77. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Cache.php ( 4.92 KB )
  78. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/psr/simple-cache/src/CacheInterface.php ( 4.71 KB )
  79. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/helper/Arr.php ( 16.63 KB )
  80. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/cache/driver/File.php ( 7.84 KB )
  81. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/cache/Driver.php ( 9.03 KB )
  82. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/contract/CacheHandlerInterface.php ( 1.99 KB )
  83. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/Request.php ( 0.09 KB )
  84. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Request.php ( 55.78 KB )
  85. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/middleware.php ( 0.25 KB )
  86. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Pipeline.php ( 2.61 KB )
  87. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-trace/src/TraceDebug.php ( 3.40 KB )
  88. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/middleware/SessionInit.php ( 1.94 KB )
  89. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Session.php ( 1.80 KB )
  90. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/session/driver/File.php ( 6.27 KB )
  91. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/contract/SessionHandlerInterface.php ( 0.87 KB )
  92. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/session/Store.php ( 7.12 KB )
  93. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Route.php ( 23.73 KB )
  94. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/RuleName.php ( 5.75 KB )
  95. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/Domain.php ( 2.53 KB )
  96. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/RuleGroup.php ( 22.43 KB )
  97. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/Rule.php ( 26.95 KB )
  98. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/RuleItem.php ( 9.78 KB )
  99. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/route/app.php ( 1.72 KB )
  100. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/facade/Route.php ( 4.70 KB )
  101. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/dispatch/Controller.php ( 4.74 KB )
  102. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/route/Dispatch.php ( 10.44 KB )
  103. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/controller/Index.php ( 4.81 KB )
  104. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/app/BaseController.php ( 2.05 KB )
  105. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/facade/Db.php ( 0.93 KB )
  106. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/connector/Mysql.php ( 5.44 KB )
  107. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/PDOConnection.php ( 52.47 KB )
  108. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/Connection.php ( 8.39 KB )
  109. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/ConnectionInterface.php ( 4.57 KB )
  110. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/builder/Mysql.php ( 16.58 KB )
  111. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/Builder.php ( 24.06 KB )
  112. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/BaseBuilder.php ( 27.50 KB )
  113. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/Query.php ( 15.71 KB )
  114. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/BaseQuery.php ( 45.13 KB )
  115. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/TimeFieldQuery.php ( 7.43 KB )
  116. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/AggregateQuery.php ( 3.26 KB )
  117. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/ModelRelationQuery.php ( 20.07 KB )
  118. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/ParamsBind.php ( 3.66 KB )
  119. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/ResultOperation.php ( 7.01 KB )
  120. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/WhereQuery.php ( 19.37 KB )
  121. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/JoinAndViewQuery.php ( 7.11 KB )
  122. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php ( 2.63 KB )
  123. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-orm/src/db/concern/Transaction.php ( 2.77 KB )
  124. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/log/driver/File.php ( 5.96 KB )
  125. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/contract/LogHandlerInterface.php ( 0.86 KB )
  126. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/log/Channel.php ( 3.89 KB )
  127. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/event/LogRecord.php ( 1.02 KB )
  128. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-helper/src/Collection.php ( 16.47 KB )
  129. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/facade/View.php ( 1.70 KB )
  130. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/View.php ( 4.39 KB )
  131. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Response.php ( 8.81 KB )
  132. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/response/View.php ( 3.29 KB )
  133. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/Cookie.php ( 6.06 KB )
  134. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-view/src/Think.php ( 8.38 KB )
  135. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/framework/src/think/contract/TemplateHandlerInterface.php ( 1.60 KB )
  136. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-template/src/Template.php ( 46.61 KB )
  137. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-template/src/template/driver/File.php ( 2.41 KB )
  138. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-template/src/template/contract/DriverInterface.php ( 0.86 KB )
  139. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/runtime/temp/067d451b9a0c665040f3f1bdd3293d68.php ( 11.98 KB )
  140. /yingpanguazai/ssd/ssd1/www/f.mffb.com.cn/vendor/topthink/think-trace/src/Html.php ( 4.42 KB )
  1. CONNECT:[ UseTime:0.001293s ] mysql:host=127.0.0.1;port=3306;dbname=f_mffb;charset=utf8mb4
  2. SHOW FULL COLUMNS FROM `fenlei` [ RunTime:0.001837s ]
  3. SELECT * FROM `fenlei` WHERE `fid` = 0 [ RunTime:0.001647s ]
  4. SELECT * FROM `fenlei` WHERE `fid` = 63 [ RunTime:0.017699s ]
  5. SHOW FULL COLUMNS FROM `set` [ RunTime:0.001228s ]
  6. SELECT * FROM `set` [ RunTime:0.006210s ]
  7. SHOW FULL COLUMNS FROM `article` [ RunTime:0.000685s ]
  8. SELECT * FROM `article` WHERE `id` = 505376 LIMIT 1 [ RunTime:0.010108s ]
  9. UPDATE `article` SET `lasttime` = 1787312401 WHERE `id` = 505376 [ RunTime:0.008284s ]
  10. SELECT * FROM `fenlei` WHERE `id` = 67 LIMIT 1 [ RunTime:0.002773s ]
  11. SELECT * FROM `article` WHERE `id` < 505376 ORDER BY `id` DESC LIMIT 1 [ RunTime:0.002375s ]
  12. SELECT * FROM `article` WHERE `id` > 505376 ORDER BY `id` ASC LIMIT 1 [ RunTime:0.004854s ]
  13. SELECT * FROM `article` WHERE `id` < 505376 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.023118s ]
  14. SELECT * FROM `article` WHERE `id` < 505376 ORDER BY `id` DESC LIMIT 10,10 [ RunTime:0.021993s ]
  15. SELECT * FROM `article` WHERE `id` < 505376 ORDER BY `id` DESC LIMIT 20,10 [ RunTime:0.012254s ]
0.248882s