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-next>] [day] [month] [year] [list]
Date:	Tue, 24 Jan 2012 00:40:55 -0800
From:	Dan Williams <dan.j.williams@...el.com>
To:	Stephen Rothwell <sfr@...b.auug.org.au>
Cc:	linux-next@...r.kernel.org, lkml <linux-kernel@...r.kernel.org>,
	"Koul, Vinod" <vinod.koul@...el.com>
Subject: dmaengine new location Re: linux-next: dropping trees

On Thu, Jan 19, 2012 at 4:40 PM, Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> Hi all,
>
> The trees listed below were all hosted on git.kernel.org until the
> breakin.  These have not been restored and I have not been given an
> alternate location for them, so I will drop them all on Monday unless I
> hear from their maintainers (all cc'd).  On the other hand, if your tree
> is no longer needed, it would be good to know that as well.
>
[..]
> async_tx        git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git#next

Please add:

   git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine.git next

to -next to replace the old async_tx.git tree.  It should be included
in the merge order after Vinod's slave dma tree at:

   git://git.infradead.org/users/vkoul/slave-dma.git next

I still expect the majority of dmaengine traffic to go through
slave-dma.git, with dmaengine.git picking up the memory-to-memory
offload specific bits.  The name change of async_tx.git to
dmaengine.git relates to the reworks needed to async_tx api which
needs replacement to fix dma mapping api violations.

Right now it only contains one patch:

commit d07a74a546981a09ba490936645fbf0d1340b96c
Author: Dr. David Alan Gilbert <linux@...blig.org>
Date:   Thu Aug 25 16:13:55 2011 -0700

    dmaengine: fix missing 'cnt' in ?: in dmatest

    Hi,
      On the latest tree my compiler has started giving the warning:

    drivers/dma/dmatest.c:575:28: warning: the omitted middle operand
in ?: will always be ?true?, suggest explicit middle op

    The following patch fixes the missing middle clause with the same
    fix that Nicolas Ferre used in the similar clauses.
    (There seems to have been a race between him fixing that and
    the extra clause going in a little later).

    I don't actually know the dmatest code/structures, nor do I own
    any hardware to test it on (assuming it needs a DMA engine);
     but this patch builds, the existing code is almost certainly
    wrong and the fix is the same as the corresponding lines above it.

    (WTH is x=y?:z legal C anyway?)

    Signed-off-by: Dr. David Alan Gilbert <linux@...blig.org>
    Reported-by: Dan Carpenter <dan.carpenter@...cle.com>
    Reported-by: Paul Gortmaker <paul.gortmaker@...driver.com>
    Acked-by: Nicolas Ferre <nicolas.ferre@...el.com>
    Signed-off-by: Dan Williams <dan.j.williams@...el.com>


--
Dan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ