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, 4 Nov 2010 11:41:14 -0400
From:	Chris Metcalf <cmetcalf@...era.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] arch/tile bugfixes for v2.6.37

Linus,

Can you please pull for 2.6.37 from:

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

These changes are all build- or bug-fixes.  The <asm-generic/stat.h> change
is an ABI fix for our 64-bit tilegx hardware, which is building off these
sources internally but for which we haven't yet released all the pieces.
It does not affect any other platform, since the other arch's using this header
are all 32-bit and the change is just "int" vs "long" in "struct stat".

Chris Metcalf (7):
      arch/tile: complete migration to new kmap_atomic scheme
      arch/tile: bomb raw_local_irq_ to arch_local_irq_
      arch/tile: avoid __must_check warning on one strict_strtol check
      arch/tile: correct double syscall restart for nested signals
      arch/tile: don't allow user code to set the PL via ptrace or signal return
      asm-generic/stat.h: support 64-bit file time_t for stat()
      arch/tile: mark "hardwall" device as non-seekable

 arch/tile/include/asm/highmem.h    |    1 -
 arch/tile/include/asm/kmap_types.h |   34 ++++++++++++++++++++++---------
 arch/tile/include/asm/pgtable.h    |    6 +---
 arch/tile/include/asm/stat.h       |    3 ++
 arch/tile/include/asm/unistd.h     |    1 +
 arch/tile/kernel/compat.c          |   10 ++++----
 arch/tile/kernel/early_printk.c    |    2 +-
 arch/tile/kernel/hardwall.c        |    6 ++--
 arch/tile/kernel/irq.c             |    4 +-
 arch/tile/kernel/machine_kexec.c   |    6 ++--
 arch/tile/kernel/messaging.c       |    2 +-
 arch/tile/kernel/ptrace.c          |   39 +++++++++++++++++++----------------
 arch/tile/kernel/reboot.c          |    6 ++--
 arch/tile/kernel/setup.c           |    8 +++---
 arch/tile/kernel/signal.c          |    9 +++++++-
 arch/tile/kernel/smp.c             |    2 +-
 arch/tile/kernel/time.c            |    8 +++---
 arch/tile/lib/memcpy_tile64.c      |   11 +++++++--
 arch/tile/mm/highmem.c             |    2 +-
 arch/tile/mm/init.c                |    8 +++++-
 arch/tile/mm/pgtable.c             |    4 +-
 include/asm-generic/stat.h         |   14 ++++++------
 22 files changed, 110 insertions(+), 76 deletions(-)

-- 
Chris Metcalf, Tilera Corp.
http://www.tilera.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