]> Git Repo - linux.git/commitdiff
Revert "serial: 8250: Revert "drop lockdep annotation from serial8250_clear_IER()""
authorGreg Kroah-Hartman <[email protected]>
Wed, 22 Jan 2025 09:34:25 +0000 (10:34 +0100)
committerGreg Kroah-Hartman <[email protected]>
Wed, 22 Jan 2025 09:34:25 +0000 (10:34 +0100)
This reverts commit 422c9727b07f9f86e2ec11c56622e566221591cc.

kernel test robot has found problems with this commit so revert it for
now.

Link: https://lore.kernel.org/r/[email protected]
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-lkp/[email protected]
Cc: John Ogness <[email protected]>
Cc: Petr Mladek <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/tty/serial/8250/8250_port.c

index 76a8d74f16e8bd31be2faeef549fe7cfd035c64e..08466cf10d737ed38e0fa7ba4354950fd1899c86 100644 (file)
@@ -726,9 +726,6 @@ static void __serial8250_clear_IER(struct uart_8250_port *up)
 
 static inline void serial8250_clear_IER(struct uart_8250_port *up)
 {
-       /* Port locked to synchronize UART_IER access against the console */
-       lockdep_assert_held_once(&up->port.lock);
-
        __serial8250_clear_IER(up);
 }
 
This page took 0.054514 seconds and 4 git commands to generate.