# 2024 年 12 月 13 日

出席者：markj，emaste，imp，jhb

* 由于与圣诞节时间重叠，决定跳过下一次会议
* 讨论了 Linux i915 驱动的许可证问题
  * 驱动的大部分文件采用宽松许可，但有些文件被机械性地标记为仅 GPLv2。
  * amdgpu 和 nouveau 驱动则一致采用 MIT 许可。
  * Ed 正在推动上游为 i915 文件重新授权。
    * <https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13330>
    * <https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3852>
* 12 月 6 日举行了一次 src bugzilla triage 会议
  * 共约 15 人参加，持续了 3 小时，重点关注新提交的 src bug。
  * 讨论了如何改进下次会议。
  * 主持人应提供更多上下文信息（例如当前 bug 编号），以便中途加入或退出的参与者能快速跟上进度。
  * 不同的会议可以分别聚焦于积压的 bug 和新 bug。
  * 我们认为确保新 bug 得到快速分类非常重要；积压的 bug 毕竟已经存在较久，整体价值偏低。
  * 当然，清理积压 bug 依然重要，但作为小组活动更困难。
  * 可以考虑交替举行新 bug 和旧 bug 的分类会议。
  * Mark Linimon 建议在 Discord 上与贡献者合作。
* Warner 一直在进行 jemalloc（**译者注：一款内存分配器**）的引入工作
  * 由于之前的引入存在一些特殊情况，过程比较复杂。
  * 他正在尝试分阶段进行，以便下次能通过脚本自动化完成。
* 移除 i386 和 32 位 powerpc
  * 是否应由核心小组主导，因为这也涉及 ports 和文档？
  * John 将给核心小组发邮件。


---

# 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/2024/2024-12-13.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.
