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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 17 Jul 2014 14:31:48 +0200 From: Marek Szyprowski <m.szyprowski@...sung.com> To: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@...tec.com>, ralf@...ux-mips.org, catalin.marinas@....com, will.deacon@....com, tglx@...utronix.de, mingo@...hat.com, hpa@...or.com, arnd@...db.de, gregkh@...uxfoundation.org, mina86@...a86.com Cc: x86@...nel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, linux-mips@...ux-mips.org, linux-arch@...r.kernel.org Subject: Re: [PATCH 0/4] mips: Add cma support to mips Hello, On 2014-07-16 17:51, Zubair Lutfullah Kakakhel wrote: > Here we have 4 patches that add cma support to mips. > > Patch 1 adds dma-contiguous.h to asm-generic > Patch 2 and 3 make arm64 and x86 use dma-contiguous from asm-generic > Patch 4 adds cma to mips. > > I'd like to request ralf to take these set of 4 patches via his tree. > > acks from asm-generic, arm64 and x86 welcome. > > patches based on linux-next b997a07604562f1a54cc531fe1cf7447f0ed6078 Acked-by: Marek Szyprowski <m.szyprowski@...sung.com> > Zubair Lutfullah Kakakhel (4): > asm-generic: Add dma-contiguous.h > arm64: use generic dma-contiguous.h > x86: use generic dma-contiguous.h > mips: dma: Add cma support > > arch/arm64/include/asm/Kbuild | 1 + > arch/arm64/include/asm/dma-contiguous.h | 28 ------------------------- > arch/mips/Kconfig | 1 + > arch/mips/include/asm/Kbuild | 1 + > arch/mips/kernel/setup.c | 9 ++++++++ > arch/mips/mm/dma-default.c | 37 ++++++++++++++++++++++----------- > arch/x86/include/asm/Kbuild | 1 + > arch/x86/include/asm/dma-contiguous.h | 12 ----------- > include/asm-generic/dma-contiguous.h | 9 ++++++++ > 9 files changed, 47 insertions(+), 52 deletions(-) > delete mode 100644 arch/arm64/include/asm/dma-contiguous.h > delete mode 100644 arch/x86/include/asm/dma-contiguous.h > create mode 100644 include/asm-generic/dma-contiguous.h Best regards -- Marek Szyprowski, PhD Samsung R&D Institute Poland -- 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