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:	Wed, 8 May 2013 15:49:19 +0100
From:	Catalin Marinas <Catalin.Marinas@....com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	linux-arm-kernel@...ts.infradead.org
Subject: [GIT PULL] arm64 patches for 3.10-rc1

Hi Linus,

That's a second round of arm64 patches for this merging window. They are
based on top of my previous pull request (commit 16c85a1fd, which was
based on 3.9-rc3). There is a 'gic' branch which I already pushed
upstream via Olof (commit c2573077) and required to enable ARM_GIC
support on arm64, hence the merge into my branch as well. The diffstat
you should get from this pull is the one shown below, without the 'gic'
changes.

Thanks.

The following changes since commit 16c85a1fd73eade2ae290d759924c09b4595f504:

  arm64: Use acquire/release semantics instead of explicit DMB (2013-04-30 15:58:37 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64.git tags/arm64-for-linus

for you to fetch changes up to 420c158dcf96ee3a5758c9bf1586b163584c75c7:

  arm64: Treat the bitops index argument as an 'int' (2013-05-08 10:33:17 +0100)

----------------------------------------------------------------
- Since drivers/irqchip/irq-gic.c no longer has dependencies on arm32
  specifics (the 'gic' branch merged), it can be enabled on arm64.
- Enable arm64 support for poweroff/restart (for code under
  drivers/power/reset/).
- Fixes (dts file, exception handling, bitops)

----------------------------------------------------------------
Catalin Marinas (5):
      Merge branch 'gic' into HEAD
      arm64: Enable support for the ARM GIC interrupt controller
      arm64: vexpress: Add support for poweroff/restart
      arm64: Ignore the 'write' ESR flag on cache maintenance faults
      arm64: Treat the bitops index argument as an 'int'

Mark Rutland (1):
      arm64: dts: fix #address-cells for foundation-v8

 arch/arm64/Kconfig                    |  4 ++++
 arch/arm64/boot/dts/foundation-v8.dts |  2 +-
 arch/arm64/include/asm/system_misc.h  |  2 +-
 arch/arm64/kernel/process.c           |  8 ++++----
 arch/arm64/lib/bitops.S               | 10 +++++-----
 arch/arm64/mm/fault.c                 |  3 ++-
 6 files changed, 17 insertions(+), 12 deletions(-)
--
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