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:   Mon, 15 Jul 2019 10:44:27 -0700
From:   Max Filippov <jcmvbkbc@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel@...r.kernel.org, linux-xtensa@...ux-xtensa.org,
        Chris Zankel <chris@...kel.net>,
        Max Filippov <jcmvbkbc@...il.com>
Subject: [PULL 0/7] xtensa updates for v5.3

Hi Linus,

please pull the following batch of updates for the Xtensa architecture:

The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

  Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the git repository at:

  git://github.com/jcmvbkbc/linux-xtensa.git tags/xtensa-20190715

for you to fetch changes up to 775f1f7eacede583ec25ed56e58c4483f2b29265:

  xtensa: virt: add defconfig and DTS (2019-07-08 14:32:06 -0700)

----------------------------------------------------------------
Xtensa updates for v5.3:

- clean up PCI support code;
- add defconfig and DTS for the 'virt' board;
- abstract 'entry' and 'retw' uses in xtensa assembly in preparation for
  XEA3/NX pipeline support;
- random small cleanups.

----------------------------------------------------------------
Guenter Roeck (1):
      xtensa/PCI: Remove unused variable

Markus Elfring (1):
      xtensa: One function call less in bootmem_init()

Max Filippov (5):
      xtensa: drop dead PCI support code
      xtensa: use generic pcibios_set_master and pcibios_enable_device
      xtensa: remove arch/xtensa/include/asm/types.h
      xtensa: abstract 'entry' and 'retw' in assembly code
      xtensa: virt: add defconfig and DTS

 arch/xtensa/boot/dts/virt.dts      |  72 +++++++++++++++++++++
 arch/xtensa/configs/virt_defconfig | 113 +++++++++++++++++++++++++++++++++
 arch/xtensa/include/asm/asmmacro.h |  46 ++++++++++++++
 arch/xtensa/include/asm/platform.h |  10 ---
 arch/xtensa/include/asm/types.h    |  23 -------
 arch/xtensa/kernel/coprocessor.S   |   7 ++-
 arch/xtensa/kernel/entry.S         |  11 ++--
 arch/xtensa/kernel/mcount.S        |  11 ++--
 arch/xtensa/kernel/pci.c           | 124 -------------------------------------
 arch/xtensa/kernel/platform.c      |   2 -
 arch/xtensa/kernel/setup.c         |   4 --
 arch/xtensa/lib/checksum.S         |  12 ++--
 arch/xtensa/lib/memcopy.S          |  38 ++++++------
 arch/xtensa/lib/memset.S           |  10 +--
 arch/xtensa/lib/strncpy_user.S     |  16 ++---
 arch/xtensa/lib/strnlen_user.S     |  14 ++---
 arch/xtensa/lib/usercopy.S         |  12 ++--
 arch/xtensa/mm/init.c              |   5 +-
 arch/xtensa/mm/misc.S              |  78 +++++++++++------------
 19 files changed, 339 insertions(+), 269 deletions(-)
 create mode 100644 arch/xtensa/boot/dts/virt.dts
 create mode 100644 arch/xtensa/configs/virt_defconfig
 delete mode 100644 arch/xtensa/include/asm/types.h

-- 
Thanks.
-- Max

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ