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:	Mon, 15 Dec 2014 16:29:14 -0500
From:	Chris Metcalf <cmetcalf@...hip.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] arch/tile changes for 3.19

Linus,

Please pull the following changes for 3.19 from:

   git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git master

Note that one of the changes converts my old cmetcalf@...era.com email in
MAINTAINERS to the cmetcalf@...hip.com email that you see on this email.

Chen Gang (3):
       arch: tile: kernel: signal.c: Use __copy_from/to_user() instead of __get/put_user()
       arch: tile: gxio: Export symbols for module using in 'mpipe.c'
       arch: tile: kernel: kgdb.c: Use memcpy() instead of pointer copy one by one

Chris Metcalf (2):
       tile: avoid undefined behavior with regs[TREG_TP] etc
       arch/tile: update MAINTAINERS email to EZchip

Joe Perches (1):
       tile: Use the more common pr_warn instead of pr_warning

  MAINTAINERS                             |  2 +-
  arch/tile/gxio/mpipe.c                  |  4 ++
  arch/tile/include/asm/io.h              |  5 +-
  arch/tile/include/asm/pgtable.h         |  4 +-
  arch/tile/include/asm/pgtable_64.h      |  2 +-
  arch/tile/include/uapi/asm/ptrace.h     | 16 +++---
  arch/tile/include/uapi/asm/sigcontext.h | 14 +++--
  arch/tile/kernel/hardwall.c             |  6 +--
  arch/tile/kernel/irq.c                  |  5 +-
  arch/tile/kernel/kgdb.c                 |  6 +--
  arch/tile/kernel/kprobes.c              |  3 +-
  arch/tile/kernel/machine_kexec.c        | 28 ++++------
  arch/tile/kernel/messaging.c            |  5 +-
  arch/tile/kernel/module.c               | 12 ++---
  arch/tile/kernel/pci.c                  |  7 ++-
  arch/tile/kernel/pci_gx.c               | 95 ++++++++++++++-------------------
  arch/tile/kernel/process.c              | 16 +++---
  arch/tile/kernel/setup.c                | 36 ++++++-------
  arch/tile/kernel/signal.c               | 20 ++-----
  arch/tile/kernel/single_step.c          |  6 +--
  arch/tile/kernel/smpboot.c              |  5 +-
  arch/tile/kernel/stack.c                |  7 +--
  arch/tile/kernel/time.c                 |  4 +-
  arch/tile/kernel/traps.c                | 10 ++--
  arch/tile/kernel/unaligned.c            | 22 ++++----
  arch/tile/mm/fault.c                    | 34 ++++++------
  arch/tile/mm/homecache.c                |  6 +--
  arch/tile/mm/hugetlbpage.c              | 18 +++----
  arch/tile/mm/init.c                     | 32 +++++------
  arch/tile/mm/pgtable.c                  |  4 +-
  30 files changed, 187 insertions(+), 247 deletions(-)

-- 
Chris Metcalf, EZChip Semiconductor
http://www.ezchip.com
--
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