lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ab1cdc06-5fbd-420f-a917-cf9604772de1@jjverkuil.nl>
Date: Fri, 25 Apr 2025 10:57:15 +0200
From: Hans Verkuil <hans@...erkuil.nl>
To: Wentao Liang <vulab@...as.ac.cn>, s.nawrocki@...sung.com,
 mchehab@...nel.org, krzk@...nel.org, alim.akhtar@...sung.com
Cc: linux-media@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
 linux-samsung-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH RESEND] media: platform: Add hardware sync wait to
 fimc_is_hw_change_mode()

On 22/04/2025 04:13, Wentao Liang wrote:
> In fimc_is_hw_change_mode(), the function changes camera modes without
> waiting for hardware completion, risking corrupted data or system hangs
> if subsequent operations proceed before the hardware is ready.
> 
> Add fimc_is_hw_wait_intmsr0_intmsd0() after mode configuration, ensuring
> hardware state synchronization and stable interrupt handling.

Just for future reference: please don't resend. If it is in
https://patchwork.linuxtv.org/ then it will be picked up eventually.

Also, always add the driver name in the subject line, that makes it much easier
to identify who should pick up the patch.

Regards,

	Hans

> 
> Signed-off-by: Wentao Liang <vulab@...as.ac.cn>
> ---
>  drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c b/drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c
> index 366e6393817d..5f9c44e825a5 100644
> --- a/drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c
> +++ b/drivers/media/platform/samsung/exynos4-is/fimc-is-regs.c
> @@ -164,6 +164,7 @@ int fimc_is_hw_change_mode(struct fimc_is *is)
>  	if (WARN_ON(is->config_index >= ARRAY_SIZE(cmd)))
>  		return -EINVAL;
>  
> +	fimc_is_hw_wait_intmsr0_intmsd0(is);
>  	mcuctl_write(cmd[is->config_index], is, MCUCTL_REG_ISSR(0));
>  	mcuctl_write(is->sensor_index, is, MCUCTL_REG_ISSR(1));
>  	mcuctl_write(is->setfile.sub_index, is, MCUCTL_REG_ISSR(2));


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ