]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mailbox: add sanity check for channel array
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Mon, 13 Apr 2026 10:42:38 +0000 (12:42 +0200)
committerJassi Brar <jassisinghbrar@gmail.com>
Sat, 18 Apr 2026 18:07:30 +0000 (13:07 -0500)
commitc1aad75595fb67edc7fda8af249d3b886efa1be9
treea89e425bb5911ec43990c9a2f6da0d3fddb411e3
parentc02053a9055d5fdfd32432287cca8958db1d5bc5
mailbox: add sanity check for channel array

Fail gracefully if there is no channel array attached to the mailbox
controller. Otherwise the later dereference will cause an OOPS which
might not be seen because mailbox controllers might instantiate very
early. Remove the comment explaining the obvious while here.

Fixes: 2b6d83e2b8b7 ("mailbox: Introduce framework for mailbox")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
drivers/mailbox/mailbox.c