NVIDIA Tegra and Grace Control Backbone (CBB) error reporting
Handles the Control Backbone, the on-chip interconnect fabric inside NVIDIA's modern Tegra SoCs (Tegra194, Tegra234, Tegra241 and newer), reporting bus errors and access violations between CPU clusters, accelerators, and peripherals. It underpins reliability and debugging on current Jetson Orin embedded boards and Grace CPU Superchip server platforms.
recommendation
It should stay in the kernel because it serves current NVIDIA hardware that is actively shipping in 2025, including Jetson Orin embedded modules (Tegra234) and Grace CPU Superchip data-center systems (Tegra241). Upstream activity is healthy: maintainers added support for newer Tegra254 and Tegra264 chips as recently as July 2025, and there is no replacement driver since this reports faults from a fabric internal to the SoC itself.
repository signals
sources
- git.kernel.org
Upstream activity is current, with substantive work in 2025 adding Tegra254/Tegra264 support rather than removal or deprecation.
- git.kernel.org
The driver code explicitly covers modern NVIDIA SoCs including Tegra234 and Tegra241, and 2025 edits show it remains maintained.
- nvidia.com
Jetson Orin modules and developer kits were actively marketed and sold in 2025, indicating ongoing new deployments for Tegra234-class hardware.
- nvidia.com
NVIDIA Grace CPU products remained current in 2025, supporting continued relevance of Tegra241/Grace-related CBB support.
codex reasoning notes (technical)
Real driver, not an asset/helper dir: local shell inspection found platform_driver registration and MODULE_DEVICE_TABLE in tegra194-cbb.c and tegra234-cbb.c. Local `git log` showed sustained upstream attention from 2022-09-15 through 2025-11-14, including new Tegra254/Tegra264 support in July 2025 and no sign of removal discussion. Kernel.org URLs are canonical recall, used to represent the locally verified tree/log pages; NVIDIA product URLs were obtained via web search. This is an SoC-internal error-reporting driver for current Jetson Orin and Grace-family systems, with no natural replacement driver beyond itself, so removal/deprecation is not indicated.