]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: cec: core: avoid recursive cec_claim_log_addrs
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 22 Feb 2024 16:17:33 +0000 (16:17 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 2 May 2024 17:59:59 +0000 (18:59 +0100)
commit47c82aac10a6954d68f29f10d9758d016e8e5af1
treec9fd84094894316e2694787f18641c2f69a680df
parent42bcaacae924bf18ae387c3f78c202df0b739292
media: cec: core: avoid recursive cec_claim_log_addrs

Keep track if cec_claim_log_addrs() is running, and return -EBUSY
if it is when calling CEC_ADAP_S_LOG_ADDRS.

This prevents a case where cec_claim_log_addrs() could be called
while it was still in progress.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reported-by: Yang, Chenyuan <cy54@illinois.edu>
Closes: https://lore.kernel.org/linux-media/PH7PR11MB57688E64ADE4FE82E658D86DA09EA@PH7PR11MB5768.namprd11.prod.outlook.com/
Fixes: ca684386e6e2 ("[media] cec: add HDMI CEC framework (api)")
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/cec/core/cec-adap.c
drivers/media/cec/core/cec-api.c
include/media/cec.h