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]
Date:   Tue, 14 Sep 2021 13:37:21 +0530
From:   Harini Katakam <harinik@...inx.com>
To:     Vinod Koul <vkoul@...nel.org>
Cc:     Harini Katakam <harini.katakam@...inx.com>,
        dmaengine@...r.kernel.org, linux-kernel@...r.kernel.org,
        Michal Simek <michal.simek@...inx.com>,
        radhey.shyam.pandey@...inx.com, shravya.kumbham@...inx.com
Subject: Re: [PATCH] dmaengine: pl330: Typecast with enum to fix the coverity warning

Hi Vinod,

<snip>
> >       pch->cyclic = true;
> > -     desc->txd.flags = flags;
> > +     desc->txd.flags = (enum dma_ctrl_flags)flags;
>
> Does this driver use the txd.flags?

Sorry for the delayed response. This flag is not used and I'm working
on another patch to remove it.

Regards,
Harini

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ