]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mailbox: Clarify multi-thread is not supported in blocking mode
authorJoonwon Kang <joonwonkang@google.com>
Tue, 21 Apr 2026 10:46:51 +0000 (10:46 +0000)
committerJassi Brar <jassisinghbrar@gmail.com>
Mon, 18 May 2026 18:34:45 +0000 (13:34 -0500)
commitc96c8a7404ef8ce434ffd0f07b00e1a493fff42d
tree11d9320da9838411e54068c06fa207f3749aeb87
parentb57d1a40bc43258372fa1f4d39305e093947a262
mailbox: Clarify multi-thread is not supported in blocking mode

Unlike in non-blocking mode, multi-thread has not been supported in
blocking mode. This commit is to prevent clients from having wrong
assumption by explicitly specifying this fact to the API doc.

Signed-off-by: Joonwon Kang <joonwonkang@google.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/mailbox.c