# 2025 年 11 月 28 日

出席人员：des、markj、jfree、olce、emaste

* 已授予 Timothy Pearson commit 权限，用于 powerpc64 工作
* Olivier 已在审核 15.0 发行说明
  * 发现了一些差异和不一致之处：
    * 段落首行风格不统一（有的使用简洁语句，有的直接来源于 commit 消息，还有的经过重写；有的先写组件再加冒号，有的没有）
    * 更新 `RELNOTES` 的 commit 消息被直接复制，而非使用实际进入 `RELNOTES` 的文本
    * 部分段落偏向开发者或内部信息，对目标受众可能毫无意义
    * 一些变更被归在“Manual Pages”下，而非正确章节
    * “Sponsored by”注释的风格不一致
  * 发行说明归谁负责？
    * 过去由 Mike Karels 负责，但现在似乎无人真正管理
  * Olivier 正在制作补丁以修复一些小问题
  * 实际上，srcmgr 可能需要未来接管发布说明，或者将其委派给其他人
  * 一些已有的发布说明条目毫无意义（例如，仅记录内核内部变更）；发布说明必须与最终用户相关
  * Dag-Erling 提供了一些枚举 Relnotes 标签提交的方法：
    * `git log --grep '[Rr]elnotes' freebsd/releng/14.0..freebsd/releng/15.0`
  * Olivier 将对 Relnotes 标签提交进行检查，并报告检查结果
  * Dag-Erling 建议可以设置一个 CI 任务，用于监控新的发布说明标签
  * 发布说明应持续保持更新，而不是等到发布前才处理
  * pkgbase 完全没有文档
* Dag-Erling 在 main 分支上发现 pkg 在创建软件包时卡住的问题
  * pkg 似乎在 `pmap_enter()` 中循环
  * 将启用 INVARIANTS 重新尝试
* Jake 发现一次 kqueue panic，报告在了 Bugzilla 上
  * [Bug 291269](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291269)
* 已关闭 [srcmgr issue #3](https://github.com/freebsd/srcmgr/issues/3)
  * 目前似乎正常工作
* 2025/11/21 进行了 bug 分拣会议
  * 参与人数较少
  * 主要处理 10 月 1 日及之后开启的 bug
  * 没有发现会妨碍 15.0 发布的严重问题
* 移除 armv7 和 powerpc64 的提案引发了大量讨论
  * 看起来至少会保留 powerpc64le
* Phabricator 报告已发布在 <https://people.freebsd.org/~bnovkov/stale_reviews/>
  * 但源代码管理团队仍未收到任何邮件


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.bsdcn.org/srcmgr/2025/2025-11-28.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
