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

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

  • 2026-07-03 00:50:48
【Linux社区短距简报】linux-bluetooth周动态(20260625~0701)

蓝牙子系统周报(2026-06-25 至 2026-07-01)

报告周期: 2026-06-25 至 2026-07-01(共 7 天)数据来源: lore.kernel.org/linux-bluetooth生成时间: 2026-07-02统计口径: 排除 BluezTestBot / patchwork-bot / bugzilla-daemon 等机器人邮件


一、本周概览

指标
数值
邮件总量(过滤后)
219 封
PATCH 提交数
206 个
安全/修复相关
31 封
新功能相关
78 封
Bug 相关
20 封
活跃贡献者
55 人
涉及域名
22 个
Pull Requests
0 个

二、每日分布

日期
邮件数
分布
2026-06-25
32
################################
2026-06-26
33
#################################
2026-06-27
10
##########
2026-06-28
28
############################
2026-06-29
53
########################################
2026-06-30
60
########################################
2026-07-01
3
###
  • • 周末(6/25 周四、6/26 周五)讨论最活跃,分别有 32 和 33 封邮件。
  • • 6/28~6/30 为次高峰,多组 PATCH 进入 v2/v3/v4/v5/v6 版本迭代。
  • • 7/1(周三)仅 3 封,为周尾收尾阶段。

三、本周要点速览(TOP 10)

  1. 1. 2026-06-28 [Yousef Alhouseen] [PATCH] Bluetooth: fix UAF in bt_accept_dequeue()
  2. 2. 2026-06-25 [Zijun Hu] [PATCH v2 04/12] Bluetooth: btusb: QCA: Fix populating devcoredump fields on unenabled devices
  3. 3. 2026-06-25 [Zijun Hu] [PATCH v2 02/12] Bluetooth: btusb: Fix BD_ADDR byte order in btusb_set_bdaddr_wcn6855()
  4. 4. 2026-06-25 [Zijun Hu] [PATCH v2 00/12] Bluetooth: btusb/btqca/hci_sync: Clean up btusb and fix several bugs
  5. 5. 2026-06-26 [Siva Balasubramanian] [PATCH 0/2] Bluetooth: btmtk: WMT event length validation (CVE-2026-46140) - 6.6.y backport
  6. 6. 2026-06-27 [Sasha Levin] Re: [PATCH 0/2] Bluetooth: btmtk: WMT event length validation (CVE-2026-46140) - 6.6.y backport
  7. 7. 2026-06-25 [Zijun Hu] [PATCH v2 01/12] Bluetooth: btqca: Fix qca_set_bdaddr() waiting for wrong HCI event
  8. 8. 2026-06-26 [Paul Menzel] Re: [PATCH] fix: net/bluetooth: iso_conn_del: extra iso_conn_put on iso_sock_hold failure path
  9. 9. 2026-06-26 [WenTao Liang] [PATCH] fix: net/bluetooth: iso_conn_del: extra iso_conn_put on iso_sock_hold   failure path
  10. 10. 2026-06-26 [WenTao Liang] [PATCH] fix: bluetooth: virtbt_probe: open_failed path calls hci_free_dev instead   of hci_unregister_dev

四、安全修复详解

关键词匹配:fix | uaf | null | overflow | leak | race | oob | CVE | security | deref共匹配 31 封邮件。

  • • 2026-06-30 [Oliver Neukum] locking in ab4eedb790cae ("Bluetooth: L2CAP: Fix corrupted list in hci_chan_del")
  • • 2026-06-29 [Matthew] [bluez/bluez] 27a4c4: bass: Fix possible crash on bass_update_bis_sync
  • • 2026-06-29 [Luiz Augusto von Dentz] [bluez/bluez] 4bb428: bass: Fix possible crash on bass_update_bis_sync
  • • 2026-06-29 [Luiz Augusto von Dentz] [PATCH BlueZ v3 1/5] bass: Fix possible crash on bass_update_bis_sync
  • • 2026-06-29 [Luiz Augusto von Dentz] [PATCH BlueZ v2 1/4] bass: Fix possible crash on bass_update_bis_sync
  • • 2026-06-29 [Siwei Zhang] [PATCH v12 1/1] Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()
  • • 2026-06-29 [Siwei Zhang] [PATCH v12 0/1] Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()
  • • 2026-06-29 [Hojun Choi] [PATCH] Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_disconn_ind
  • • 2026-06-28 [Pauli Virtanen] [PATCH v4 6/7] Bluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_sync
  • • 2026-06-28 [WenTao Liang] [PATCH v2] bluetooth: fix hci_dev registration leak in virtbt_probe
  • • 2026-06-28 [Pauli Virtanen] [PATCH v3 6/7] Bluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_sync
  • • 2026-06-28 [WenTao Liang] Re: [PATCH] fix: net/bluetooth: iso_conn_del: extra iso_conn_put on iso_sock_hold   failure path
  • • 2026-06-28 [WenTao Liang] Re: [PATCH] fix: bluetooth: virtbt_probe: open_failed path calls hci_free_dev instead   of hci_unregister_dev
  • • 2026-06-28 [Yousef Alhouseen] [PATCH] Bluetooth: fix UAF in bt_accept_dequeue()
  • • 2026-06-27 [Matthew] [bluez/bluez] 92a265: profiles/midi: Fix zero timestampHigh
  • • ...共 31 条相关邮件

重点关注:

  • • [RED] CVE-2026-46140:btmtk 驱动 WMT 事件长度校验漏洞,已提交 6.6.y 向后移植补丁(Siva Balasubramanian / Sasha Levin)。
  • • [RED] L2CAP UAF 修复:Siwei Zhang 提交 v12 版本补丁修复 l2cap_sock_new_connection_cb() 中的 use-after-free,Hojun Choi 另提交 l2cap_disconn_ind 的 slab UAF 修复。
  • • [RED] UAF in bt_accept_dequeue:Yousef Alhouseen 提交单补丁修复。
  • • [RED] virtbt_probe 资源泄漏:WenTao Liang 提交 v2 修复 hci_dev 注册泄漏及 open_failed 路径错误。
  • • [YELLOW] bass BISO crash 修复:Luiz Augusto von Dentz 提交 v3 补丁修复 bass_update_bis_sync 崩溃。
  • • [YELLOW] btusb/btqca 系列修复:Zijun Hu 提交 v2 12 连补丁,清理 btusb 并修复多处 bug(BD_ADDR 字节序、HCI 事件等待错误、devcoredump 字段等)。

五、新功能与驱动支持

关键词匹配:add | support | new | introduce | enable共匹配 78 封邮件。

  • • 2026-06-30 [Bjorn Helgaas] Re: [PATCH V4 2/8] PCI: imx6: Add skip_pwrctrl_off flag support
  • • 2026-06-30 [Geert Uytterhoeven] Re: [PATCH] [RFC] gpiolib: introduce gpio_name() helper
  • • 2026-06-30 [Demi Marie Obenour] Re: [PATCH] crypto: af_alg - Add af_alg_restrict sysctl, defaulting to 1
  • • 2026-06-30 [Chris Lu] [PATCH v6 3/3] Bluetooth: btmtk: Add MT7928 support
  • • 2026-06-30 [Chris Lu] [PATCH v6 0/3] Bluetooth: btmtk: Add MT7928 support
  • • 2026-06-30 [Konrad Dybcio] Re: [PATCH v2 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
  • • 2026-06-30 [George Moussalem] Re: [PATCH v2 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
  • • 2026-06-30 [Sherry Sun (OSS)] [PATCH V4 3/8] Bluetooth: btnxpuart: Add M.2 Bluetooth device support using pwrseq
  • • 2026-06-30 [Sherry Sun (OSS)] [PATCH V4 2/8] PCI: imx6: Add skip_pwrctrl_off flag support
  • • 2026-06-30 [Sherry Sun (OSS)] [PATCH V4 0/8] Add PCIe M.2 Key E connector support for NXP i.MX boards
  • • 2026-06-30 [Chris Lu (陸稚泓)] Re: [PATCH v5 3/3] Bluetooth: btmtk: Add MT7928 support
  • • 2026-06-29 [Conor Dooley] Re: [PATCH 2/2] dt-bindings: bluetooth: broadcom: add BCM43752
  • • 2026-06-29 [Tibor Harcsa] [PATCH v2] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
  • • 2026-06-29 [Tibor Harcsa] Re: [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
  • • 2026-06-29 [Luiz Augusto von Dentz] Re: [PATCH] Bluetooth: btusb: Add IMC Networks QCA9377 to quirks table
  • • ...共 66 条相关邮件

重点驱动/设备支持:

  • • [GREEN] MT7928(MediaTek):Chris Lu 提交 v6 补丁,为 btmtk 驱动添加 MT7928 支持。
  • • [GREEN] Qualcomm IPQ5018:George Moussalem 提交 v2 六连补丁,引入基于 IPC 的 HCI 驱动、btqca 支持、remoteproc M0 BTSS PIL 驱动及 DTS 节点。
  • • [GREEN] BCM43752(Broadcom):Hugo Osvaldo Barrera 提交补丁为 hci_bcm 添加 BCM43752 支持及 dt-bindings。
  • • [GREEN] NXP i.MX PCIe M.2 Key E:Sherry Sun (OSS) 提交 V4 八连补丁,为 NXP i.MX 板卡添加 PCIe M.2 Key E 连接器支持(btnxpuart、pwrseq 等)。
  • • [GREEN] NVMEM-backed BD 地址:Loic Poulain 提交 v6 九连补丁,支持通过 NVMEM 获取蓝牙 BD 地址。
  • • [GREEN] MT7922 USB ID:Gustavo Evgucci 添加 13d3:3625 设备 ID。
  • • [GREEN] IMC Networks QCA9377 quirks:Tibor Harcsa 添加 quirks 表项。
  • • [GREEN] btrtl firmware v3 格式:Luiz Augusto von Dentz 讨论 btrtl 固件格式 v3 支持。

六、活跃贡献者 TOP 15

排名
贡献者
邮件数
1
Luiz Augusto von Dentz
19
2
Sherry Sun (OSS)
18
3
Pauli Virtanen
17
4
Naga Bhavani Akella
14
5
George Moussalem via B4 Relay
14
6
Zijun Hu
14
7
Loic Poulain
11
8
Krzysztof Kozlowski
10
9
George Moussalem
7
10
Hugo Osvaldo Barrera
6
11
Konrad Dybcio
5
12
WenTao Liang
5
13
Rong Zhang
4
14
Chris Lu
4
15
Chris Lu (陸稚泓)
4
  • • 头部贡献者来自 Qualcomm(Sherry Sun、Luiz Augusto von Dentz)、Intel(Pauli Virtanen)、NXP 等厂商。
  • • Sherry Sun (OSS) 以 NXP i.MX 系列驱动开发最为活跃(3 批次 PATCH)。

七、驱动子系统更新

子系统/关键词
提及次数
bluetooth
135
hci
43
btusb
15
l2cap
5
rfcomm
1
hidp
1
sco
1
  • • hci (43次):核心 HCI 层仍是本周讨论焦点,主要集中在清理与修复。
  • • btusb (15次):USB 蓝牙驱动,含 MT7928/MT7922/QCA9377 新设备支持及字节序修复。
  • • bluetooth (135次):通用蓝牙层,UAF/泄漏修复最密集。

八、Pull Requests

本周未检测到 Pull Request / Merge 相关讨论。


九、Bug 报告

关键词匹配:bug | broke | fail | crash | error | issue共匹配 20 封邮件。

  • • 2026-06-30 [Bartosz Golaszewski] Re: [PATCH v2 10/12] Bluetooth: hci_event: Log error for HCI reset status error in hci_cc_reset()
  • • 2026-06-29 [Matthew] [bluez/bluez] 27a4c4: bass: Fix possible crash on bass_update_bis_sync
  • • 2026-06-29 [Luiz Augusto von Dentz] [bluez/bluez] 4bb428: bass: Fix possible crash on bass_update_bis_sync
  • • 2026-06-29 [Luiz Augusto von Dentz] [PATCH BlueZ v3 1/5] bass: Fix possible crash on bass_update_bis_sync
  • • 2026-06-29 [Luiz Augusto von Dentz] [PATCH BlueZ v2 1/4] bass: Fix possible crash on bass_update_bis_sync
  • • 2026-06-28 [WenTao Liang] Re: [PATCH] fix: net/bluetooth: iso_conn_del: extra iso_conn_put on iso_sock_hold   failure path
  • • 2026-06-28 [WenTao Liang] Re: [PATCH] fix: bluetooth: virtbt_probe: open_failed path calls hci_free_dev instead   of hci_unregister_dev
  • • 2026-06-26 [Paul Menzel] Re: [PATCH] fix: net/bluetooth: iso_conn_del: extra iso_conn_put on iso_sock_hold failure path
  • • 2026-06-26 [WenTao Liang] [PATCH] fix: net/bluetooth: iso_conn_del: extra iso_conn_put on iso_sock_hold   failure path
  • • 2026-06-26 [WenTao Liang] [PATCH] fix: bluetooth: virtbt_probe: open_failed path calls hci_free_dev instead   of hci_unregister_dev
  • • 2026-06-26 [Myeonghun Pak] Re: [PATCH] Bluetooth: btnxpuart: unregister HCI device on probe failure
  • • 2026-06-26 [Neeraj Sanjay Kale] [PATCH] Bluetooth: btnxpuart: unregister HCI device on probe failure
  • • 2026-06-26 [Myeonghun Pak] [PATCH] Bluetooth: btnxpuart: unregister HCI device on probe failure
  • • 2026-06-25 [Zijun Hu] [PATCH v2 10/12] Bluetooth: hci_event: Log error for HCI reset status error in hci_cc_reset()
  • • 2026-06-25 [Zijun Hu] [PATCH v2 00/12] Bluetooth: btusb/btqca/hci_sync: Clean up btusb and fix several bugs
  • • RTL8852BE 初始化失败:Zenm Chen 报告 RTL8852BE (0bda:b853) 在 ThinkBook 14+ 2026 上初始化失败(-16 错误码)。
  • • btnxpuart probe 失败:Neeraj Sanjay Kale 提交补丁,修复 probe 失败时未正确注销 HCI 设备的问题。

十、下周关注点

  1. 1. [RED] CVE-2026-46140 btmtk WMT 漏洞:6.6.y 后移植补丁的合并进展及上游主线采纳。
  2. 2. [RED] L2CAP UAF 修复:Siwei Zhang 的 v12 补丁和 Hojun Choi 的 slab UAF 修复能否在本周期合入主线。
  3. 3. [GREEN] MT7928 驱动支持:v6 补丁的反馈与合入。
  4. 4. [GREEN] Qualcomm IPQ5018 蓝牙:v2 六连补丁的社区审查进度。
  5. 5. [GREEN] NXP i.MX M.2 Key E:Sherry Sun 的 V4 八连补丁后续讨论。
  6. 6. [YELLOW] BCM43752 支持:dt-bindings + hci_bcm 驱动补丁的审查。
  7. 7. [YELLOW] NVMEM BD 地址:Loic Poulain 的 v6 九连补丁合入前景。
  8. 8. [YELLOW] btrtl 固件 v3 格式:是否进入合并窗口。
  9. 9. [WARN] RTL8852BE 初始化问题:用户报告的 btrtl 驱动兼容性 bug 跟踪。
  10. 10. [STAT] 持续监控 HCI 层清理系列补丁的合入状态(Zijun Hu 的 12 连补丁系列)。

报告由 Linux 内核邮件列表分析助手自动生成 | 数据周期:2026-06-25 至 2026-07-01 | 本报告不构成任何技术建议,仅供参考。


欢迎关注:

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

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

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

最新文章

随机文章

基本 文件 流程 错误 SQL 调试
  1. 请求信息 : 2026-07-03 09:45:17 HTTP/2.0 GET : https://f.mffb.com.cn/a/503142.html
  2. 运行时间 : 0.131729s [ 吞吐率:7.59req/s ] 内存消耗:4,597.83kb 文件加载:140
  3. 缓存信息 : 0 reads,0 writes
  4. 会话信息 : SESSION_ID=375a63414aa053ab6a1d82abe4a23e64
  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.000531s ] mysql:host=127.0.0.1;port=3306;dbname=f_mffb;charset=utf8mb4
  2. SHOW FULL COLUMNS FROM `fenlei` [ RunTime:0.000580s ]
  3. SELECT * FROM `fenlei` WHERE `fid` = 0 [ RunTime:0.000283s ]
  4. SELECT * FROM `fenlei` WHERE `fid` = 63 [ RunTime:0.006024s ]
  5. SHOW FULL COLUMNS FROM `set` [ RunTime:0.000504s ]
  6. SELECT * FROM `set` [ RunTime:0.002521s ]
  7. SHOW FULL COLUMNS FROM `article` [ RunTime:0.000577s ]
  8. SELECT * FROM `article` WHERE `id` = 503142 LIMIT 1 [ RunTime:0.003929s ]
  9. UPDATE `article` SET `lasttime` = 1783043117 WHERE `id` = 503142 [ RunTime:0.007766s ]
  10. SELECT * FROM `fenlei` WHERE `id` = 67 LIMIT 1 [ RunTime:0.000315s ]
  11. SELECT * FROM `article` WHERE `id` < 503142 ORDER BY `id` DESC LIMIT 1 [ RunTime:0.002348s ]
  12. SELECT * FROM `article` WHERE `id` > 503142 ORDER BY `id` ASC LIMIT 1 [ RunTime:0.003822s ]
  13. SELECT * FROM `article` WHERE `id` < 503142 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.002902s ]
  14. SELECT * FROM `article` WHERE `id` < 503142 ORDER BY `id` DESC LIMIT 10,10 [ RunTime:0.011517s ]
  15. SELECT * FROM `article` WHERE `id` < 503142 ORDER BY `id` DESC LIMIT 20,10 [ RunTime:0.011386s ]
0.133327s