]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
mailbox: handle failed named mailbox channel request
authormorten petersen <morten_bp@live.dk>
Mon, 8 Jul 2019 11:41:54 +0000 (11:41 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2019 05:28:55 +0000 (07:28 +0200)
commitdf41a0872fa09118684c6366c757885bc1e50e7b
treecd5a9d01e54f553c7f53f865b9be2fc9ffc6a4cd
parent6d94cefc3dc2775848feee2027868d0039865bb7
mailbox: handle failed named mailbox channel request

[ Upstream commit 25777e5784a7b417967460d4fcf9660d05a0c320 ]

Previously, if mbox_request_channel_byname was used with a name
which did not exist in the "mbox-names" property of a mailbox
client, the mailbox corresponding to the last entry in the
"mbox-names" list would be incorrectly selected.
With this patch, -EINVAL is returned if the named mailbox is
not found.

Signed-off-by: Morten Borup Petersen <morten_bp@live.dk>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/mailbox/mailbox.c