Commit 2562af6
committed
Merge tag 'ktest-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest
Pull ktest updates from Steven Rostedt:
- Fix three instances that the tty is not given back to the console on
exit. Forcing the user to do a "reset" to get the console back.
- Fix the console monitor to not hang when too much data is given by
the ssh output.
* tag 'ktest-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest:
ktest: Restore stty setting at first in dodie
ktest.pl: Add RUN_TIMEOUT option with default unlimited
ktest.pl: Give back console on Ctrt^C on monitor
ktest.pl: Fix missing "end_monitor" when machine check fails2 files changed
Lines changed: 31 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| 181 | + | |
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| |||
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
| 344 | + | |
343 | 345 | | |
344 | 346 | | |
345 | 347 | | |
| |||
1495 | 1497 | | |
1496 | 1498 | | |
1497 | 1499 | | |
1498 | | - | |
| 1500 | + | |
| 1501 | + | |
1499 | 1502 | | |
1500 | 1503 | | |
1501 | 1504 | | |
| |||
1535 | 1538 | | |
1536 | 1539 | | |
1537 | 1540 | | |
| 1541 | + | |
| 1542 | + | |
| 1543 | + | |
| 1544 | + | |
| 1545 | + | |
1538 | 1546 | | |
1539 | 1547 | | |
1540 | 1548 | | |
| |||
1581 | 1589 | | |
1582 | 1590 | | |
1583 | 1591 | | |
1584 | | - | |
1585 | | - | |
1586 | | - | |
1587 | | - | |
1588 | | - | |
1589 | 1592 | | |
1590 | 1593 | | |
1591 | 1594 | | |
| |||
1857 | 1860 | | |
1858 | 1861 | | |
1859 | 1862 | | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
| 1870 | + | |
1860 | 1871 | | |
1861 | 1872 | | |
1862 | 1873 | | |
| |||
1883 | 1894 | | |
1884 | 1895 | | |
1885 | 1896 | | |
1886 | | - | |
1887 | | - | |
1888 | | - | |
1889 | 1897 | | |
1890 | 1898 | | |
1891 | 1899 | | |
1892 | | - | |
| 1900 | + | |
1893 | 1901 | | |
1894 | 1902 | | |
1895 | 1903 | | |
| |||
2061 | 2069 | | |
2062 | 2070 | | |
2063 | 2071 | | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
| 2076 | + | |
2064 | 2077 | | |
2065 | 2078 | | |
2066 | 2079 | | |
| |||
4200 | 4213 | | |
4201 | 4214 | | |
4202 | 4215 | | |
| 4216 | + | |
| 4217 | + | |
| 4218 | + | |
4203 | 4219 | | |
4204 | 4220 | | |
4205 | 4221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
820 | 825 | | |
821 | 826 | | |
822 | 827 | | |
| |||
0 commit comments