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:   Thu, 2 Aug 2018 14:48:34 -0700
From:   Vineet Gupta <Vineet.Gupta1@...opsys.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
CC:     Randy Dunlap <rdunlap@...radead.org>,
        Leon Romanovsky <leonro@...lanox.com>,
        "Ofer Levi(SW)" <oferle@...lanox.com>,
        lkml <linux-kernel@...r.kernel.org>,
        arcml <linux-snps-arc@...ts.infradead.org>
Subject: [GIT PULL] ARC final updates for 4.18

Hi Linus,

Another batch of fixes for ARC, this time mainly DMA API rework wreckage.

Please pull.

Thx,
-Vineet
--------------------------->
The following changes since commit d72e90f33aa4709ebecc5005562f52335e106a60:

  Linux 4.18-rc6 (2018-07-22 14:12:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git/ tags/arc-4.18-final

for you to fetch changes up to ec837d620c750c0d4996a907c8c4f7febe1bbeee:

  arc: fix type warnings in arc/mm/cache.c (2018-07-30 11:48:50 -0700)

----------------------------------------------------------------
ARC updates for 4.18

 - Software managed DMA wreckage after rework in 4.17 [Euginey]
   + missing cache flush
   + SMP_CACHE_BYTES vs. cache_line_size

 - allmodconfig build errors [Randy]

 - Maintainer update for Mellanox (EZChip) NPS platform

----------------------------------------------------------------
Eugeniy Paltsev (3):
      ARC: dma [non IOC]: fix arc_dma_sync_single_for_(device|cpu)
      ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_size
      ARC: add SMP_CACHE_BYTES value validate

Leon Romanovsky (1):
      ARC: Add Ofer Levi as plat-eznps maintainer

Ofer Levi (1):
      ARC: [plat-eznps] Add missing struct nps_host_reg_aux_dpc

Randy Dunlap (4):
      arc: [plat-eznps] fix data type errors in platform headers
      arc: [plat-eznps] fix printk warning in arc/plat-eznps/mtm.c
      arc: fix build errors in arc/include/asm/delay.h
      arc: fix type warnings in arc/mm/cache.c

 MAINTAINERS                             |  1 +
 arch/arc/Kconfig                        |  3 ++
 arch/arc/include/asm/cache.h            |  4 ++-
 arch/arc/include/asm/delay.h            |  3 ++
 arch/arc/mm/cache.c                     | 17 ++++++++++--
 arch/arc/mm/dma.c                       | 49 +++++++++++++++++++++++++++++++--
 arch/arc/plat-eznps/include/plat/ctop.h | 10 +++++++
 arch/arc/plat-eznps/mtm.c               |  6 ++--
 8 files changed, 85 insertions(+), 8 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ