public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mailbox: mailbox-test: Explicitly include header for spinlock support
@ 2023-04-20  7:27 Lee Jones
  2023-04-20  7:27 ` [PATCH 2/2] mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write() Lee Jones
  0 siblings, 1 reply; 2+ messages in thread
From: Lee Jones @ 2023-04-20  7:27 UTC (permalink / raw)
  To: lee, jassisinghbrar; +Cc: linux-kernel

Presently the support appears to be implied.

Signed-off-by: Lee Jones <lee@kernel.org>
---
 drivers/mailbox/mailbox-test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mailbox/mailbox-test.c b/drivers/mailbox/mailbox-test.c
index 4555d678fadda..51e62817f2438 100644
--- a/drivers/mailbox/mailbox-test.c
+++ b/drivers/mailbox/mailbox-test.c
@@ -16,6 +16,7 @@
 #include <linux/platform_device.h>
 #include <linux/poll.h>
 #include <linux/slab.h>
+#include <linux/spinlock.h>
 #include <linux/uaccess.h>
 #include <linux/sched/signal.h>
 
-- 
2.40.0.396.gfff15efe05-goog


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-20  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-20  7:27 [PATCH 1/2] mailbox: mailbox-test: Explicitly include header for spinlock support Lee Jones
2023-04-20  7:27 ` [PATCH 2/2] mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write() Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox