Commit f44f3f8
committed
Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Pull tty/serial/fbcon fixes from Greg KH:
"Here are some small tty/serial and one more fbcon fix.
They include:
- serial core locking regression fixes
- new device ids for 8250_pci driver
- fbcon fix for syzbot found issue
All have been in linux-next with no reported issues"
* tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
fbcon: Fix user font detection test at fbcon_resize().
serial: 8250_pci: Add Realtek 816a and 816b
serial: core: fix console port-lock regression
serial: core: fix port-lock initialisation4 files changed
Lines changed: 33 additions & 25 deletions
File tree
- drivers
- tty/serial
- 8250
- video/fbdev/core
- include/linux
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5566 | 5566 | | |
5567 | 5567 | | |
5568 | 5568 | | |
| 5569 | + | |
| 5570 | + | |
| 5571 | + | |
| 5572 | + | |
| 5573 | + | |
| 5574 | + | |
| 5575 | + | |
| 5576 | + | |
| 5577 | + | |
| 5578 | + | |
| 5579 | + | |
5569 | 5580 | | |
5570 | 5581 | | |
5571 | 5582 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1916 | 1916 | | |
1917 | 1917 | | |
1918 | 1918 | | |
1919 | | - | |
| 1919 | + | |
1920 | 1920 | | |
1921 | 1921 | | |
1922 | 1922 | | |
1923 | 1923 | | |
1924 | 1924 | | |
1925 | | - | |
1926 | | - | |
1927 | | - | |
1928 | | - | |
1929 | | - | |
1930 | | - | |
1931 | | - | |
1932 | | - | |
1933 | | - | |
1934 | | - | |
1935 | | - | |
1936 | | - | |
1937 | 1925 | | |
1938 | 1926 | | |
1939 | 1927 | | |
| |||
2086 | 2074 | | |
2087 | 2075 | | |
2088 | 2076 | | |
2089 | | - | |
| 2077 | + | |
| 2078 | + | |
| 2079 | + | |
| 2080 | + | |
| 2081 | + | |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
2090 | 2086 | | |
2091 | 2087 | | |
2092 | 2088 | | |
| |||
2378 | 2374 | | |
2379 | 2375 | | |
2380 | 2376 | | |
2381 | | - | |
2382 | | - | |
2383 | | - | |
2384 | | - | |
2385 | | - | |
2386 | | - | |
2387 | | - | |
2388 | 2377 | | |
2389 | 2378 | | |
2390 | 2379 | | |
| |||
2801 | 2790 | | |
2802 | 2791 | | |
2803 | 2792 | | |
2804 | | - | |
| 2793 | + | |
| 2794 | + | |
2805 | 2795 | | |
2806 | | - | |
| 2796 | + | |
2807 | 2797 | | |
| 2798 | + | |
2808 | 2799 | | |
2809 | 2800 | | |
2810 | 2801 | | |
| |||
2900 | 2891 | | |
2901 | 2892 | | |
2902 | 2893 | | |
2903 | | - | |
| 2894 | + | |
| 2895 | + | |
| 2896 | + | |
| 2897 | + | |
| 2898 | + | |
| 2899 | + | |
2904 | 2900 | | |
2905 | 2901 | | |
2906 | 2902 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2018 | 2018 | | |
2019 | 2019 | | |
2020 | 2020 | | |
2021 | | - | |
| 2021 | + | |
2022 | 2022 | | |
2023 | 2023 | | |
2024 | 2024 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
251 | 252 | | |
252 | 253 | | |
253 | 254 | | |
| |||
0 commit comments