Commit 007eeab
committed
Revert "printk: remove @console_locked"
This reverts commit ab40681.
The testing of 5.19 release candidates revealed missing synchronization
between early and regular console functionality.
It would be possible to start the console kthreads later as a workaround.
But it is clear that console lock serialized console drivers between
each other. It opens a big area of possible problems that were not
considered by people involved in the development and review.
printk() is crucial for debugging kernel issues and console output is
very important part of it. The number of consoles is huge and a proper
review would take some time. As a result it need to be reverted for 5.19.
Link: https://lore.kernel.org/r/YrBdjVwBOVgLfHyb@alley
Signed-off-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20220623145157.21938-4-pmladek@suse.com1 parent 05c96b3 commit 007eeab
1 file changed
Lines changed: 15 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
344 | 352 | | |
345 | 353 | | |
346 | 354 | | |
| |||
2711 | 2719 | | |
2712 | 2720 | | |
2713 | 2721 | | |
| 2722 | + | |
2714 | 2723 | | |
2715 | 2724 | | |
2716 | 2725 | | |
| |||
2735 | 2744 | | |
2736 | 2745 | | |
2737 | 2746 | | |
| 2747 | + | |
2738 | 2748 | | |
2739 | 2749 | | |
2740 | 2750 | | |
2741 | 2751 | | |
2742 | 2752 | | |
2743 | | - | |
2744 | | - | |
2745 | | - | |
2746 | | - | |
2747 | | - | |
2748 | | - | |
2749 | | - | |
2750 | | - | |
2751 | | - | |
2752 | | - | |
2753 | | - | |
2754 | | - | |
2755 | 2753 | | |
2756 | 2754 | | |
2757 | | - | |
| 2755 | + | |
2758 | 2756 | | |
2759 | 2757 | | |
2760 | 2758 | | |
| |||
2810 | 2808 | | |
2811 | 2809 | | |
2812 | 2810 | | |
| 2811 | + | |
| 2812 | + | |
2813 | 2813 | | |
2814 | 2814 | | |
2815 | 2815 | | |
| |||
3127 | 3127 | | |
3128 | 3128 | | |
3129 | 3129 | | |
| 3130 | + | |
3130 | 3131 | | |
3131 | 3132 | | |
3132 | 3133 | | |
| |||
0 commit comments