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, 13 Apr 2012 15:17:43 -0400
From:	Paul Gortmaker <paul.gortmaker@...driver.com>
To:	<torvalds@...ux-foundation.org>
CC:	<dhowells@...hat.com>, <cmetcalf@...era.com>,
	<tony.luck@...el.com>, <mattst88@...il.com>,
	<linux-kernel@...r.kernel.org>
Subject: [GIT PULL] system.h fixups for less common arch

Linus,

Here is what is hopefully the last of the system.h related fixups.

The fixes for Alpha and ia64 are code relocations consistent with
what was done for the more mainstream architectures.  Note that the
diffstat lines removed vs lines added are not the same since I've
fixed some of the whitespace issues in the relocated code blocks.
However they are functionally the same.  Compile tested locally,
plus these two have been in linux-next for a while.

There is also a trivial one line system.h related fix for the Tilera
arch from Chris Metcalf to fix an implict include..

Thanks,
Paul.
---

The following changes since commit 0034102808e0dbbf3a2394b82b1bb40b5778de9e:

  Linux 3.4-rc2 (2012-04-07 18:30:41 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux.git systemh-fixes

for you to fetch changes up to ef1f0982540e5f79c8bbf3675bbc0a9734dba3fc:

  irq_work: fix compile failure on tile from missing include (2012-04-13 13:15:16 -0400)

----------------------------------------------------------------
Chris Metcalf (1):
      irq_work: fix compile failure on tile from missing include

Paul Gortmaker (2):
      alpha: fix build failures from system.h dismemberment
      ia64: populate the cmpxchg header with appropriate code

 arch/alpha/include/asm/atomic.h    |   68 +----------------
 arch/alpha/include/asm/cmpxchg.h   |   71 +++++++++++++++++
 arch/alpha/include/asm/xchg.h      |    4 +-
 arch/ia64/include/asm/cmpxchg.h    |  148 +++++++++++++++++++++++++++++++++++-
 arch/ia64/include/asm/intrinsics.h |  114 +---------------------------
 kernel/irq_work.c                  |    1 +
 6 files changed, 223 insertions(+), 183 deletions(-)
 create mode 100644 arch/alpha/include/asm/cmpxchg.h
--
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