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>] [day] [month] [year] [list]
Date:	Tue, 11 Dec 2012 11:26:28 +0100
From:	Marek Szyprowski <m.szyprowski@...sung.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linaro-mm-sig@...ts.linaro.org,
	Marek Szyprowski <m.szyprowski@...sung.com>
Subject: [GIT PULL] CMA and DMA-mapping updates for v3.8

Hi Linus,

I would like to ask for pulling another set of Contiguous Memory Allocator and
DMA-mapping framework updates for v3.8.

The following changes since commit 29594404d7fe73cd80eaa4ee8c43dcc53970c60e:

  Linux 3.7 (2012-12-10 19:30:57 -0800)

are available in the git repository at:

  git://git.linaro.org/people/mszyprowski/linux-dma-mapping.git for-v3.8

for you to fetch changes up to 4009793e15d44469da1547a46ab129cc08ffa503:

  drivers: cma: represent physical addresses as phys_addr_t (2012-12-11 09:28:09 +0100)

----------------------------------------------------------------

This pull request consists only of two patches. First fixes long standing
issue with dmapools (the code predates current GIT history), which forced all
allocations to use GFP_ATOMIC flag, ignoring the flags passed by the caller.
The second patch changes CMA code to correctly use phys_addr_t type what
enables support for LPAE systems.

Thanks!

Best regards
Marek Szyprowski
Samsung Poland R&D Center


Patch summary:

Marek Szyprowski (1):
      mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls

Vitaly Andrianov (1):
      drivers: cma: represent physical addresses as phys_addr_t

 drivers/base/dma-contiguous.c  |   24 ++++++++++--------------
 include/linux/dma-contiguous.h |    4 ++--
 mm/dmapool.c                   |   31 +++++++------------------------
 3 files changed, 19 insertions(+), 40 deletions(-)
--
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