Commit 9b66542
LoongArch: configs: Disable CONFIG_LEGACY_PTYS to fix gnulib test failures
The legacy PTY driver (CONFIG_LEGACY_PTYS) is deprecated and not
required for most modern systems. It causes unexpected behavior
during gnulib tests, leading to test failures related to
pseudo-terminal handling.
Disabling CONFIG_LEGACY_PTYS removes the old /dev/pty* and
/dev/tty* interfaces, allowing gnulib tests to run successfully
with the modern /dev/pts/* subsystem.
Signed-off-by: yangxiaojuan <yangxiaojuan@loongson.cn>
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
(cherry picked from commit 026f020)
Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
Conflicts:
arch/loongarch/configs/loongson3_defconfig1 parent dcd25ae commit 9b66542
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5839 | 5839 | | |
5840 | 5840 | | |
5841 | 5841 | | |
| 5842 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1153 | 1153 | | |
1154 | 1154 | | |
1155 | 1155 | | |
| 1156 | + | |
0 commit comments