[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20240529113138.323f48d6@canb.auug.org.au>
Date: Wed, 29 May 2024 11:31:38 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Petr Mladek <pmladek@...e.com>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "Jiri Slaby (SUSE)"
<jirislaby@...nel.org>, John Ogness <john.ogness@...utronix.de>, Linux
Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux Next Mailing List
<linux-next@...r.kernel.org>
Subject: linux-next: manual merge of the printk tree with Linus' tree
Hi all,
Today's linux-next merge of the printk tree got a conflict in:
include/linux/serial_core.h
between commit:
1788cf6a91d9 ("tty: serial: switch from circ_buf to kfifo")
from Linus' tree and commit:
e18c650e4653 ("serial: core: Implement processing in port->lock wrapper")
from the printk tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
--
Cheers,
Stephen Rothwell
diff --cc include/linux/serial_core.h
index 8cb65f50e830,fe91234d5b7c..000000000000
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@@ -11,6 -11,9 +11,8 @@@
#include <linux/compiler.h>
#include <linux/console.h>
#include <linux/interrupt.h>
-#include <linux/circ_buf.h>
+ #include <linux/lockdep.h>
+ #include <linux/printk.h>
#include <linux/spinlock.h>
#include <linux/sched.h>
#include <linux/tty.h>
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists