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] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 21 Jul 2021 19:11:26 +0300
From:   Diana Madalina Craciun <diana.craciun@....com>
To:     laurentiu.tudor@....com, gregkh@...uxfoundation.org,
        linux-kernel@...r.kernel.org
Cc:     ioana.ciornei@....com, jon@...id-run.com, leoyang.li@....com
Subject: Re: [PATCH 1/8] bus: fsl-mc: fix arg in call to dprc_scan_objects()

Reviewed-by: Diana Craciun <diana.craciun@....nxp.com>

for all patches in the series

On 7/15/2021 5:07 PM, laurentiu.tudor@....com wrote:
> From: Laurentiu Tudor <laurentiu.tudor@....com>
>
> Second parameter of dprc_scan_objects() is a bool not a pointer
> so change from NULL to false.
>
> Signed-off-by: Laurentiu Tudor <laurentiu.tudor@....com>
> ---
>   drivers/bus/fsl-mc/fsl-mc-bus.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/bus/fsl-mc/fsl-mc-bus.c b/drivers/bus/fsl-mc/fsl-mc-bus.c
> index 09c8ab5e0959..ffec838450f3 100644
> --- a/drivers/bus/fsl-mc/fsl-mc-bus.c
> +++ b/drivers/bus/fsl-mc/fsl-mc-bus.c
> @@ -220,7 +220,7 @@ static int scan_fsl_mc_bus(struct device *dev, void *data)
>   	root_mc_dev = to_fsl_mc_device(dev);
>   	root_mc_bus = to_fsl_mc_bus(root_mc_dev);
>   	mutex_lock(&root_mc_bus->scan_mutex);
> -	dprc_scan_objects(root_mc_dev, NULL);
> +	dprc_scan_objects(root_mc_dev, false);
>   	mutex_unlock(&root_mc_bus->scan_mutex);
>   
>   exit:

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ