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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 5 Jan 2022 10:04:07 +1100
From:   Stephen Rothwell <sfr@...b.auug.org.au>
To:     Dave Jiang <dave.jiang@...el.com>
Cc:     Geert Uytterhoeven <geert@...ux-m68k.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Next Mailing List <linux-next@...r.kernel.org>,
        Vinod Koul <vkoul@...nel.org>, Mark Brown <broonie@...nel.org>
Subject: Re: linux-next: manual merge of the dmaengine tree with the
 dmaengine-fixes tree

Hi Dave,

On Tue, 4 Jan 2022 14:41:00 -0700 Dave Jiang <dave.jiang@...el.com> wrote:
>
> >>   +       */
> >>   +      list_for_each_entry_safe(d, t, &flist, list) {
> >>   +              list_del_init(&d->list);
> >> -               complete_desc(d, IDXD_COMPLETE_NORMAL);
> >> ++              idxd_dma_complete_txd(d, IDXD_COMPLETE_NORMAL, false);  
> > Is "false" correct here?  
> 
> Hi Geert, took a closer look today. I believe it should be 'true'
> here since this is a normal completion that needs to release the
> descriptors. Sorry about the previous incorrect response.

I have updated my resolution from today.  Thanks for the feedback.

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ