IBM Z mainframe console, terminal, and tape character devices
Character-device support for IBM Z and LinuxONE mainframes, covering the classic 3215 and 3270 operator consoles, the SCLP service-call interface, z/VM and Hardware Management Console channels, Ultravisor communication, and attached tape drives. This is the glue Linux uses to talk to the basic operator and management hardware on every IBM mainframe from the System/390 era through today's z17.
recommendation
It should stay because IBM is still selling the underlying hardware new in 2025, including the z17 mainframe and TS7700 virtual tape library, and the code is actively maintained upstream with SCLP, raw3270, and con3215 patches landing as recently as early 2026. Anyone running Linux on a current IBM mainframe relies on these character devices for console access and tape I/O.
repository signals
sources
- lore.kernel.org
Recent upstream feature work touched `drivers/s390/char` via `s390/sclp: Detect ASTFLEIE 2 facility` on 2026-02-26.
- lore.kernel.org
Recent upstream maintenance touched `drivers/s390/char` via `s390/raw3270: add unregister in raw3270_init()` on 2026-01-25.
- lore.kernel.org
Recent upstream maintenance touched `drivers/s390/char` via `s390/con3215: add unregister in tty3215_init()` on 2026-01-25.
- ibm.com
IBM was selling the current IBM z17 mainframe platform in 2025/2026, so the underlying IBM Z hardware family is not obsolete.
- ibm.com
IBM was also selling the TS7700/TS7780 virtual tape family for IBM Z workloads in 2025/2026, matching the in-tree s390 tape support use case.
codex reasoning notes (technical)
Real driver directory, confirmed by local `Kconfig`/source inspection with `exec_command`: it contains IBM Z console/terminal (3215/3270/SCLP), z/VM, HMC, UV, and tape char drivers. Active upkeep is evidenced by lore URLs obtained with `mcp__lore_http__.lore_regex` (recent 2026 SCLP/raw3270/con3215 patches). Current deployment evidence comes from IBM product pages obtained with `web.search_query` and opened from results: IBM z17 and TS7700/TS7780 are current products, so this is still-deployed enterprise hardware rather than legacy-only gear. I did not obtain positive evidence of an active removal/deprecation series in the successful lore queries; given broad recent maintenance and current hardware availability, the directory should be kept.