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:	Wed, 03 Oct 2012 15:23:56 -0700
From:	Chris Zankel <chris@...kel.net>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] xtensa patchset for 3.7

Hi Linus,

Please pull the changes for the Xtensa architecture for v3.7.

Thanks,
-Chris



The following changes since commit a0d271cbfed1dd50278c6b06bead3d00ba0a88f9:

   Linux 3.6 (2012-09-30 16:47:46 -0700)

are available in the git repository at:

   git@...hub.com:czankel/xtensa-linux tags/xtensa-next-20121003

for you to fetch changes up to 9ad79b58510b2845e5ffa77654596d7184a827ab:

   xtensa: drop CONFIG_EMBEDDED_RAMDISK (2012-10-03 15:13:09 -0700)

----------------------------------------------------------------
Patchset for the Xtensa architecture for 3.7

----------------------------------------------------------------
Chris Zankel (1):
       MAINTAINERS: add Max Filippov as an xtensa port maintainer

Max Filippov (25):
       xtensa: fix linker script transformation for .text.unlikely
       xtensa: ISS: only build networking if configured
       xtensa/PCI: fix WT caching attribute
       xtensa: fix xtensa_irq_unmask calls
       xtensa: ISS: fix __simc implementation
       modpost: fix modpost warnings for xtensa
       xtensa: fix ioremap
       xtensa: adopt generic io routines
       xtensa: set NO_IOPORT to 'n' by default
       xtensa: add ARCH_WANT_OPTIONAL_GPIOLIB to xtensa config
       xtensa: change default platform clock frequency to 10MHz
       xtensa: ISS: add dummy serial.h for ISS platform
       xtensa: ISS: add platform_pcibios_init
       xtensa: ISS: change keyboard polling rate
       xtensa: ISS: exit simulator in case of halt or poweroff
       xtensa: ISS: drop unused io.c
       xtensa: fix parallel make
       xtensa: fix CODA build
       hisax: disable build for big-endian xtensa
       xtensa: rename MISC SR definition to avoid name clashes
       parport: disable for xtensa arch
       xtensa: add missing symbol exports
       xtensa: provide dummy gcc intrinsics
       xtensa: fix TIOCGSERIAL and TIOCSSERIAL definitions
       xtensa: drop CONFIG_EMBEDDED_RAMDISK

  MAINTAINERS                                        |    2 +
  arch/xtensa/Kconfig                                |   23 +--
  arch/xtensa/Makefile                               |   10 +-
  arch/xtensa/boot/Makefile                          |    2 +-
  arch/xtensa/boot/boot-elf/Makefile                 |   24 +--
  arch/xtensa/boot/boot-elf/boot.lds.S               |    7 -
  arch/xtensa/boot/boot-redboot/Makefile             |   12 +-
  arch/xtensa/boot/boot-redboot/boot.ld              |    7 -
  arch/xtensa/boot/boot-redboot/bootstrap.S          |   10 --
  arch/xtensa/boot/ramdisk/Makefile                  |   23 ---
  arch/xtensa/configs/s6105_defconfig                |    5 -
  arch/xtensa/include/asm/io.h                       |  172 
+++-----------------
  arch/xtensa/include/asm/ioctls.h                   |    4 +-
  arch/xtensa/include/asm/regs.h                     |    2 +-
  arch/xtensa/kernel/Makefile                        |    3 +-
  arch/xtensa/kernel/io.c                            |   75 ---------
  arch/xtensa/kernel/irq.c                           |    4 +-
  arch/xtensa/kernel/pci-dma.c                       |    4 +
  arch/xtensa/kernel/pci.c                           |    2 +-
  arch/xtensa/kernel/platform.c                      |    4 +-
  arch/xtensa/kernel/setup.c                         |   12 --
  arch/xtensa/kernel/vmlinux.lds.S                   |    5 -
  arch/xtensa/kernel/xtensa_ksyms.c                  |   25 +++
  arch/xtensa/platforms/iss/Makefile                 |    4 +-
  arch/xtensa/platforms/iss/console.c                |   15 +-
  .../platforms/iss/include/platform/simcall.h       |   53 ++++++
  arch/xtensa/platforms/iss/io.c                     |   32 ----
  arch/xtensa/platforms/iss/network.c                |   49 ------
  arch/xtensa/platforms/iss/setup.c                  |   14 +-
  drivers/isdn/hisax/Kconfig                         |   10 +-
  drivers/parport/Kconfig                            |    2 +-
  drivers/usb/musb/musb_io.h                         |    3 +-
  scripts/mod/modpost.c                              |    2 +
  33 files changed, 157 insertions(+), 464 deletions(-)
  delete mode 100644 arch/xtensa/boot/ramdisk/Makefile
  delete mode 100644 arch/xtensa/kernel/io.c
  create mode 100644 arch/xtensa/platforms/iss/include/platform/serial.h
  delete mode 100644 arch/xtensa/platforms/iss/io.c

--
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