本期总览
本期跟踪 5 个仓库,其中 5 个仓库有有效动态,筛出 13 项重点变化。整体重点是:版本发布 5 项、硬件/架构支持 3 项、工具链/开发体验 3 项、安全修复 1 项。
本期跟踪 5 个仓库,其中 5 个仓库有有效动态,筛出 13 项重点变化。整体重点是:版本发布 5 项、硬件/架构支持 3 项、工具链/开发体验 3 项、安全修复 1 项。
Linux 与基础软件 本周期有 2 个活跃仓库,筛出 5 项重点变化,主要集中在版本发布、工具链/开发体验、功能变化、硬件/架构支持。代表仓库包括 systemd、LLVM。这类变化更适合从发行版同步、系统稳定性、网络/安全边界和长期维护成本角度评估。
AI 与开发工具 本周期有 2 个活跃仓库,筛出 5 项重点变化,主要集中在版本发布、安全修复、硬件/架构支持、工具链/开发体验。代表仓库包括 llama.cpp、vLLM。这类变化更适合从本地推理、开发者工作流和模型应用集成角度跟进。
RTOS 与嵌入式 本周期有 1 个活跃仓库,筛出 3 项重点变化,主要集中在版本发布、硬件/架构支持。代表仓库包括 Zephyr。这类变化更适合从板级适配、驱动成熟度、实时系统可维护性和量产风险角度评估。
版本发布出现 5 项。适合检查新版本说明、兼容性变化和是否值得进入下一轮评估。
硬件/架构支持出现 3 项。对嵌入式开发的意义主要在于芯片、板级、驱动和架构覆盖继续补齐。
工具链/开发体验出现 3 项。对日常工程效率、调试链路、构建系统和 CI 稳定性更有参考价值。
安全修复出现 1 项。优先关注是否影响现有系统的升级窗口、补丁回归和下游发行版同步节奏。
Issues fixed These GitHub issues were addressed since the previous 4.3.0 tagged release: 55186 posix: fnmatch: fix known bugs 61464 USB device stack new and old assertion on STM32 95359 spi loopback fails on frdm rw612 with DMA and/or cs loopback 96699 drivers: spi: nrf spim: Unused function warning when driver deinit Kconfig is disabled 96762 drivers: serial: uart nrfx uarte: Unused function warning when driver deinit Kconfig is disabled 98491 riscv: userspace: undefined symbol: z stack space get 98501 pm: device runtime: Issues with set/clear PD CLAIMED flag in ISR SAFE context 98523 ring buffer: ring buf init may trigger assertion depending on Kconfig 98588 drivers: i2c: dw i2c: i2c read time out on certain type of DW I2C 98768 STM32F303 bxCAN: Last 2 bytes corrupted on TX pin, but registers are correct 98782 esp32c6: esp32h2: Openthread issue 98797 boards: nxp: mimxrt1180 evk: Jlink
代表性合并:#109310 tests: drivers/comparator/gpio_loopback: Add FRDM-iMXRT1186;#111185 drivers: ethernet: Add missing iface arg Cyclone V Ethernet;#109415 sensor: pac194x: fetch optimization and devicetree refresh-mode support
代表性合并:#111198 release: Zephyr 4.3.1-rc1
代表性合并:#42700 [Bugfix] Replace deprecated Qwen2VLImageProcessorFast with Qwen2VLImageProcessor;#45376 [Bugfix] Set type/role explicitly in streaming message_start event
代表性合并:#45412 [Doc] Fix uv dependency resolution failure for setuptools during CPU source builds (x86 & ARM);#45252 [Security] Fix DoS via prompt_embeds on M-RoPE models;#45118 [Security] Add timeout guard for regex compilation in structured outp…
代表性合并:#24550 server: clean up static assets handling;#24260 Add arch support for cohere2-MoE;#24568 ui: keep original file name and path
代表性合并:#45460 [Bugfix] Return the tokenizer from maybe_make_thread_pool so it survives pickling;#45468 [Bugfix] Reject structured outputs for diffusion decoders with a clear error;#45478 [CI Bug] Fix `ValueError: There is no module or parameter named 'model.vision_tower.vision_model'`
代表性合并:#45491 Treat null completion max_tokens like the default;#45467 [Model Runner V2] Fix `openai.InternalServerError: Error code: 500 - 'list index out of range'`;#45489 [CI] Wait for SSL cert refresher events in the test
代表性合并:#42539 vsock-util: allow VMADDR_CID_ANY as local CID if enabled in hwdb;#42569 journal: fix byte-order conversion in journal_file_append_data()
代表性合并:#202490 [clang-tidy] Avoid non-const-parameter fix-it conflicts with overloads;#203689 Reapply "[lit] Deprecate execute_external=True in ShTest" (#203316);#203674 [orc-rt] Add ORC_RT_C_NOTHROW and apply it to the Error C API.
代表性合并:#42562 core: clear pending_reload_message_vl on manager varlink teardown;#42561 ask-password: do not reuse flags across Varlink calls
代表性合并:#203289 [mlir][sparse_tensor] Fix out-of-bounds read in SparseAssembleOpConverter;#203113 [SPIR-V] Preserve pointer-to-pointer element type for T*& parameters;#201749 [libc++] LWG3767: `codecvt<charN_t, char8_t, mbstate_t>` incorrectly added to locale
代表性合并:#202475 Update remaining tests for usage of CLANG_RESOURCE_DIR;#193069 [VPlan] Run final removeBranchOnConst after late simplifyRecipes.;#200130 [Xtensa] Implement support of the ESP32S2 target.
版本发布:2 项,vsock-util: allow VMADDR_CID_ANY as local CID if enabled in hwdb;journal: fix byte-order conversion in journal_file_append_data()
工具链/开发体验:2 项,core: clear pending_reload_message_vl on manager varlink teardown;ask-password: do not reuse flags across Varlink calls
功能变化:1 项,Assorted fixes
工具链/开发体验:15 项,[clang-tidy] Avoid non-const-parameter fix-it conflicts with overloads;Reapply "[lit] Deprecate execute_external=True in ShTest" (#203316)
功能变化:8 项,[mlir][sparse_tensor] Fix out-of-bounds read in SparseAssembleOpConverter;[SPIR-V] Preserve pointer-to-pointer element type for T*& parameters
硬件/架构支持:3 项,Update remaining tests for usage of CLANG_RESOURCE_DIR;[VPlan] Run final removeBranchOnConst after late simplifyRecipes.
硬件/架构支持:7 项,tests: drivers/comparator/gpio_loopback: Add FRDM-iMXRT1186;drivers: ethernet: Add missing iface arg Cyclone V Ethernet
版本发布:1 项,release: Zephyr 4.3.1-rc1
版本发布:5 项,server: clean up static assets handling;Add arch support for cohere2-MoE
工具链/开发体验:1 项,ui : fix llama-ui-embed crash when no asset dir is given
性能优化:1 项,fit : wrap llama_device_memory_data
安全修复:3 项,[Doc] Fix uv dependency resolution failure for setuptools during CPU source builds (x86 & ARM);[Security] Fix DoS via prompt_embeds on M-RoPE models
硬件/架构支持:3 项,[Bugfix] Return the tokenizer from maybe_make_thread_pool so it survives pickling;[Bugfix] Reject structured outputs for diffusion decoders with a clear error
工具链/开发体验:3 项,Treat null completion max_tokens like the default;[Model Runner V2] Fix `openai.InternalServerError: Error code: 500 - 'list index out of range'`
版本发布:2 项,[Bugfix] Replace deprecated Qwen2VLImageProcessorFast with Qwen2VLImageProcessor;[Bugfix] Set type/role explicitly in streaming message_start event