diff options
author | John Ogness <[email protected]> | 2022-04-21 23:28:40 +0206 |
---|---|---|
committer | Petr Mladek <[email protected]> | 2022-04-22 21:30:57 +0200 |
commit | 5341b93dea8c39d7612f7a227015d4b1d5cf30db (patch) | |
tree | 720691f7d680899dc1f1673487a625cb2c9409e2 /lib/test_fortify/write_overflow-strlcpy-src.c | |
parent | 938ba4084abcf6fdd21d9078513c52f8fb9b00d0 (diff) |
printk: wake waiters for safe and NMI contexts
When printk() is called from safe or NMI contexts, it will directly
store the record (vprintk_store()) and then defer the console output.
However, defer_console_output() only causes console printing and does
not wake any waiters of new records.
Wake waiters from defer_console_output() so that they also are aware
of the new records from safe and NMI contexts.
Fixes: 03fc7f9c99c1 ("printk/nmi: Prevent deadlock when accessing the main log buffer in NMI")
Signed-off-by: John Ogness <[email protected]>
Reviewed-by: Petr Mladek <[email protected]>
Signed-off-by: Petr Mladek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy-src.c')
0 files changed, 0 insertions, 0 deletions