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:   Fri,  3 Mar 2017 12:10:15 -0800
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>,
        Marc Gauthier <marc@...ence.com>,
        Max Filippov <jcmvbkbc@...il.com>
Subject: [PULL 0/3] Xtensa improvements for v4.11

Hi Linus,

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

The following changes since commit 69973b830859bc6529a7a0468ba0d80ee5117826:

  Linux 4.9 (2016-12-11 11:17:54 -0800)

are available in the git repository at:

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

for you to fetch changes up to b46dcfa378b0cdea1ee832802c9e36750e0fffa9:

  xtensa: allow merging vectors into .text section (2017-03-01 12:32:50 -0800)

----------------------------------------------------------------
Xtensa improvements for v4.11:

- clean up bootable image build targets: provide separate 'Image',
  'zImage' and 'uImage' make targets that only build corresponding
  image type. Make 'all' build all images appropriate for a platform;
- allow merging vectors code into .text section as a preparation step
  for XIP support;
- fix handling external FDT when the kernel is built without
  BLK_DEV_INITRD support.

----------------------------------------------------------------
Max Filippov (3):
      xtensa: move parse_tag_fdt out of #ifdef CONFIG_BLK_DEV_INITRD
      xtensa: clean up bootable image build targets
      xtensa: allow merging vectors into .text section

 arch/xtensa/Makefile                   |  8 +++----
 arch/xtensa/boot/Makefile              | 23 +++++++++++++------
 arch/xtensa/boot/boot-elf/Makefile     |  2 +-
 arch/xtensa/boot/boot-redboot/Makefile |  2 +-
 arch/xtensa/boot/boot-uboot/Makefile   | 14 ------------
 arch/xtensa/include/asm/vectors.h      |  4 ++++
 arch/xtensa/kernel/setup.c             |  7 ++++--
 arch/xtensa/kernel/vmlinux.lds.S       | 41 ++++++++++++++++++++++++++++++++++
 8 files changed, 71 insertions(+), 30 deletions(-)
 delete mode 100644 arch/xtensa/boot/boot-uboot/Makefile

-- 
Thanks.
-- Max

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ